diff --git a/Code/backtranslate.py b/Code/backtranslate.py index baefd0f1ced27c2340686c45ea15d7a58c46624a..e75c1a601f959c0e799476fdf46306d77d0542f0 100644 --- a/Code/backtranslate.py +++ b/Code/backtranslate.py @@ -23,7 +23,7 @@ def load_data_sets(data_dir): relocar_train_data = load_data_set(os.path.join(data_dir, "relocar_train.txt")) return semeval_train_data, companies_train_data, relocar_train_data -data_dir = "./data" +data_dir = "../data/original_datasets" semeval_train_data, companies_train_data, relocar_train_data = load_data_sets(data_dir) diff --git a/README.md b/README.md index 4a40193117c7768426cef5643ed20e5604a00677..cb95f7dd23b90e5ad8aada8a32377b11087da7a0 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ This README gives a rough overview of the project. The full documentation and ad - 📠[Research Plan](documentation/organization/research_plan.pdf) - 🧠[Specification Presentation](documentation/organization/specification_presentation.pdf) - 📖 [Project Report](LINK) ---------> ADD -- 🎤 [Final Presentation](LINK) ---------> ADD +- 🎤 [Final Presentation](documentation/organization/final_presentation.pdf) *** @@ -177,19 +177,43 @@ pip install -r requirements.txt [welche argumente genau?] ```bash -./main.py <COMMAND?????> <ARGUMENTS??????????>... +./main.py <COMMAND> <ARGUMENTS>... ``` + For `<COMMAND>` you must enter one of the commands you find in the list below, where you can also find an overview about necessary `<ARGUMENTS>`. | Command | Functionality | Arguments | | ------- | ------------- |-----------| -| **`train`** | ? | ? | -| **`evaluate`** | ?| ?| -|**`demo`** | ? | ? | - -- **`train`** explain more ... -- **`evaluate`** -- ... +|**General**| +|**`--architecture`** | Defines which model is used. | Choose `bert-base-uncased` or `roberta` | +|**`--model_type`** | How to initialize the Classification Model | Choose `separate` or `one` | +|**`--mixlayer`**| Specify in which `layer` the interpolation takes place. Only select one layer at a time. | Choose from ${0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11}$ | +|**`--tokenizer`**|Which tokenizer to use when preprocessing the datasets.|Choose `swp` for our tokenizer, `li ` for the tokenizer of Li et al. [^6], or `salami` for the tokenizer used by another [student project](https://gitlab.cl.uni-heidelberg.de/salami-hd/salami/-/tree/master/)| +|**`-max`**/**`--max_length`**|Defines the maximum sequence length when tokenizing the sentences.|âš ï¸ Always choose 256 for *TMix* and 512 for the other models.| +|**`--train_loop`**|Defines which train loop to use.|Choose `swp` for our train loop implementation and `salami` for the one of the [salami](https://gitlab.cl.uni-heidelberg.de/salami-hd/salami) student project.| +|**`-e`**/**`--epochs`**|Number of epochs for training.|| +|**`-lr`**/**`--learning_rate`**|Learning rate for training.|`type=float`| +|**`-rs`**/**`--random_seed`**|Random seed for initialization of the model.|Default is $42$.| +|**`-sd`**/**`--save_directory`**|This option specifies the destination directory for the output results of the run.|| +|**`-msp`**/**`--model_save_path`**|This option specifies the destination directory for saving the model.|We recommend saving models in [Code/saved_models](Code/saved_models).| +|**`-tc`**/**`--tcontext`**|Whether or not to preprocess the training set with context.|| +|**`--masking`**|Whether or not to mask the target word.|| +|**`-lambda`**/**`--lambda_value`**|Speficies the lambda value for interpolation of *MixUp* and *TMix*|Default is $0.4$, `type=float`| +|**MixUp** specific| +|**`-mixup`**/**`--mix_up`**| Whether or not to use *MixUp*. If yes, please specify `lambda` and `-mixepoch`| | +|**`-mixepoch`**/**`--mixepoch`**|Specifies the epoch(s) in which to apply *MixUp*.|Default is `None`| +|**TMix** specific| +|**`--tmix`**| Whether or not to use *TMix*. If yes, please specify `layer` and `-lambda`| | +|**Datasets** specific| +|**`-t`**/**`"--train_dataset`**|Defines which dataset is chosen for training.|Choose any of the datasets from [original_datasets](data/original_datasets), [fused_datasets](data/fused_datasets) or [paraphrases](data/paraphrases)| +|**`-v`**/**`--test_dataset`**|Defines which dataset is chosen for testing.|Choose from ["semeval_test.txt"](data/original_datasets/semeval_test.txt), ["companies_test.txt"](data/original_datasets/companies_test.txt) or ["relocar_test.txt"](data/original_datasets/relocar_test.txt)| +|**`--imdb`**| Whether or not to use the [IMDB](https://huggingface.co/datasets/imdb) dataset. Note that this is only relevant for validating our *TMix* implementation.|| +|**`-b`**/**`--batch_size`**|Defines the batch size for the training process.|Default is $32$.| +|**`-tb`**/**`--test_batch_size`**|Specifies the batch size for the test process.|Default is $16$.| + + +extra: BT and inference + [ADD screenshot of demo?] *** diff --git a/data/fused_datasets/relocar_with_paraphrases_temp0.8 b/data/fused_datasets/relocar_with_paraphrases_temp0.8 deleted file mode 100644 index 8df7a5503f8787161bb87341922c44798e14252e..0000000000000000000000000000000000000000 --- a/data/fused_datasets/relocar_with_paraphrases_temp0.8 +++ /dev/null @@ -1,924 +0,0 @@ -,sentence,pos,label,targets,joined_sents,paraphrases -0,"['He', 'performed', 'at', 'the', 'Habitat', 'Center,', 'New', 'Delhi', 'on', 'a', 'visit', 'to', 'India', '.']","[12, 13]",0,india,"He performed at the Habitat Center, New Delhi on a visit to India.","['During a visit to India, he performed at the Habitat Center in New Delhi.', 'During a visit to India, he performed at the Habitat Center in New Delhi.', 'During a visit to India, he performed at the Habitat Center in New Delhi.', 'He performed at the Habitat Center in New Delhi.', 'He completed his appearance at the Habitat Center in New Delhi with a visit to India.']" -1,"['Beacon', 'Hill', 'is', 'a', 'neighbourhood', 'located', 'in', 'Beacon', 'Hill-Cyrville', 'Ward', 'in', 'the', 'east', 'end', 'of', 'Ottawa,', 'Ontario,', 'Canada.']","[0, 2]",0,beacon hill,"Beacon Hill is a neighbourhood located in Beacon Hill-Cyrville Ward in the east end of Ottawa, Ontario, Canada.","['Beacon Hill is a neighborhood in Beacon Hill-Cyrville Ward in eastern Ottawa, Ontario, Canada.', 'Beacon Hill is a residential area in the Beacon Hill-Cyrville district at the eastern end of Ottawa, Ontario, Canada.', 'Beacon Hill is a district in Beacon Hill-Cyrville Ward, at the eastern end of Ottawa, Ontario, Canada.', 'Beacon Hill is an area in Beacon Hill-Cyrville Ward in eastern Ottawa, Ontario, Canada.', 'Beacon Hill is a district in the district of Beacon Hill-Cyrville in eastern Ottawa, Ontario, Canada.']" -2,"['This', 'marine', 'species', 'occurs', 'in', 'the', 'Indian', 'Ocean', '(Tanzania,', 'Mascarene', 'Islands', ')', 'and', 'eastwards', 'as', 'far', 'as', 'Indonesia.']","[9, 11]",0,mascarene islands,"This marine species occurs in the Indian Ocean (Tanzania, Mascarene Islands ) and eastwards as far as Indonesia.","['This marine species occurs in the Indian Ocean (Tanzania, Mascarene Islands) and east of Indonesia.', 'This marine species occurs in the Indian Ocean (Tanzania, Mascarene) and east of Indonesia.', 'These marine animals occur in the Indian Ocean (Tanzania, Mascarene Islands) and in the east as far as Indonesia.', 'This marine species occurs in the Indian Ocean (Tanzania, Maskarene Islands) and east of Indonesia.', 'This marine species occurs in the Indian Ocean (Tanzania, Mascarene Islands) and east of Indonesia.']" -3,"['There', 'is', 'no', 'road', 'connection', 'to', 'the', 'rest', 'of', 'Norway', ',', 'even', 'though', 'it', 'is', 'located', 'on', 'the', 'mainland.']","[9, 10]",0,norway,"There is no road connection to the rest of Norway, even though it is located on the mainland.","['There is no road to the rest of Norway, although it is on the mainland.', 'There is no road connection with the rest of Norway, although it is on the mainland.', 'There is no road to the rest of Norway, although it is on the mainland.', 'There is no road connection to the rest of Norway, although the country is on the mainland.', 'There is no road to Norway, even if it is on the mainland.']" -4,"['Cambodia', 'is', 'a', 'country', 'located', 'in', 'South', 'East', 'Asia', 'that', 'has', 'a', 'major', 'problem', 'with', 'landmines,', 'especially', 'in', 'rural', 'areas.']","[0, 1]",0,cambodia,"Cambodia is a country located in South East Asia that has a major problem with landmines, especially in rural areas.","['Cambodia is located in Southeast Asia and has a major problem with landmines, especially in rural areas.', 'Cambodia is located in Southeast Asia and has a major problem with landmines, especially in rural areas.', 'Cambodia is a country in South-East Asia that has a major problem with landmines, especially in rural areas.', 'Cambodia is located in Southeast Asia and has a major problem with landmines, especially in rural areas.', 'Cambodia is located in Southeast Asia and has a major problem with landmines, especially in rural areas.']" -5,"['Her', 'parents,', 'Matthew', 'and', 'Julia', 'Moore,', 'had', 'come', 'to', 'the', 'United', 'States', 'in', '1888', 'and', 'were', 'living', 'at', '32', 'Monroe', 'Street', 'in', 'Manhattan.']","[10, 12]",0,united states,"Her parents, Matthew and Julia Moore, had come to the United States in 1888 and were living at 32 Monroe Street in Manhattan.","['Her parents, Matthew and Julia Moore, came to the United States in 1888 and lived at 32 Monroe Street in Manhattan.', 'Her parents, Matthew and Julia Moore, came to the United States in 1888 and lived at 32 Monroe Street in Manhattan.', 'Her parents, Matthew and Julia Moore, came to the United States in 1888 and lived at 32 Monroe Street in Manhattan.', 'Her parents, Matthew and Julia Moore, came to the United States in 1888 and lived at 32 Monroe Street in Manhattan.', 'Her parents Matthew and Julia Moore came to the United States in 1888 and lived at 32 Monroe Street in Manhattan.']" -6,"['Suriname', ""'s"", 'low', 'population', 'density', 'and', 'abundant', 'natural', 'resources', 'have', 'attracted', 'numerous', 'migrants', 'from', 'neighboring', 'Brazil.']","[0, 1]",0,suriname,Suriname's low population density and abundant natural resources have attracted numerous migrants from neighboring Brazil.,"[""Suriname's low population density and rich mineral resources have attracted large numbers of migrants from neighboring Brazil."", ""Suriname's low population density and rich natural resources have attracted large numbers of migrants from neighboring Brazil."", ""Suriname's low population density and rich natural resources have attracted large numbers of migrants from neighboring Brazil."", ""Suriname's low population density and rich mineral resources have attracted large numbers of immigrants from neighboring Brazil."", 'The low population density and abundance of natural resources have attracted large numbers of migrants from neighbouring Brazil.']" -7,"['Pointe', 'Coupee', 'Parish', 'School', 'Board', 'is', 'a', 'school', 'district', 'headquartered', 'in', 'unincorporated', 'Pointe', 'Coupee', 'Parish', ',', 'Louisiana,', 'United', 'States.']","[12, 15]",0,pointe coupee parish,"Pointe Coupee Parish School Board is a school district headquartered in unincorporated Pointe Coupee Parish, Louisiana, United States.","['The Pointe Coupee Parish School Board is a school district based in Pointe Coupee Parish, Louisiana, USA.', 'Pointe Coupee Parish School Board is a school district located in the unregistered Pointe Coupee Parish, Louisiana, USA.', 'Pointe Coupee Parish School Board is a school district based in the unregistered Pointe Coupee Parish in Louisiana, USA.', 'Pointe Coupee Parish School Board is a school district in the non-resident Pointe Coupee Parish, Louisiana, USA.', 'The Pointe Coupee Parish School Board is a school district located in the non-integrated Pointe Coupee Parish, Louisiana, USA.']" -8,"['The', 'descriptions', 'of', 'M.', 'slaina', 'ants', 'were', 'based', 'on', 'worker,', 'queen', 'and', 'males', 'collected', 'from', 'various', 'places', 'in', 'Siberia', 'and', 'Kazakhstan', '.']","[20, 21]",0,kazakhstan,"The descriptions of M. slaina ants were based on worker, queen and males collected from various places in Siberia and Kazakhstan.","['The description of M. slaina ants was based on female workers, queens and males collected from various locations in Siberia and Kazakhstan.', 'The descriptions of M. slaina ants were based on female workers, queens and males from various places in Siberia and Kazakhstan.', 'The description of M. slaina ants is based on female workers, queens and males from different regions of Siberia and Kazakhstan.', 'The descriptions of Mia slaina ants were based on workers, queens and men from various places in Siberia and Kazakhstan.', 'The descriptions of all M. slaina ants were based on workers, mistresses and males from various places in Siberia and Kazakhstan.']" -9,"['The', 'group', 'was', 'presented', 'to', 'the', 'Prince', 'of', 'Wales,', 'later', 'King', 'Charles', 'I,', 'in', '1623', 'while', 'he', 'was', 'in', 'Spain', 'negotiating', 'a', 'marriage', 'contract,', 'and', 'it', 'soon', 'became', 'the', 'most', 'famous', 'Italian', 'sculpture', 'in', 'England.']","[19, 20]",0,spain,"The group was presented to the Prince of Wales, later King Charles I, in 1623 while he was in Spain negotiating a marriage contract, and it soon became the most famous Italian sculpture in England.","['The group was introduced to the Prince of Wales, later King Charles I, in 1623, when he negotiated a marriage contract in Spain, and soon after to the most famous Italian sculpture in England.', 'When he was in Spain in 1623 to negotiate a marriage contract, the sculpture was given to the Prince of Wales, later King Charles I, and soon became the most famous Italian sculpture in England.', 'In 1623 this group was given to the Prince of Wales and later King Charles I when he negotiated a marriage contract in Spain, and soon became the most famous Italian sculpture in England.', 'It was given by Spain to the Prince of Wales, later King Charles I, during a marriage treaty in 1623 and soon became the most famous Italian sculpture in England.', 'It was given to the Prince of Wales, later King Charles I, in 1623, when he negotiated a marriage contract in Spain. Soon it became the most famous Italian sculpture in England.']" -10,"['And', ""there's"", 'no', 'such', 'case', '-', 'they', 'were', 'all', 'Serbs', 'before,', 'and', 'did', 'not', 'belong', 'to', 'one', 'of', 'the', 'peoples', 'of', 'Montenegro', '.']","[21, 22]",0,montenegro,"And there's no such case - they were all Serbs before, and did not belong to one of the peoples of Montenegro.","['And there is no such case - they were all Serbs and did not belong to any of the peoples of Montenegro before.', 'And there is no such case - until they were all Serbs and did not belong to any of these peoples of Montenegro.', 'And they are not, they were all Serbs and did not belong to the people of Montenegro.', 'And that does not exist; they were all Serbs and did not belong to any of the peoples of Montenegro.', 'And there is no such case, they were all Serbs before and did not belong to any people.']" -11,"['Donald', 'Lu', 'is', 'currently', 'the', 'United', 'States', 'ambassador.']","[5, 7]",0,united states,Donald Lu is currently the United States ambassador.,"['Donald Lu is currently the United States Ambassador.', 'Donald Lu is currently the United States Ambassador.', 'Donald Lu is currently the US ambassador.', 'Donald Lu is currently the United States Ambassador.', 'Here, Donald Lu is currently the US ambassador.']" -12,"['When', 'his', 'father', 'died', 'two', 'years', 'later,', 'his', 'mother', 'moved', 'to', 'Buenos', 'Aires,', 'establishing', 'in', 'Balvanera', 'district.']","[15, 16]",0,balvanera,"When his father died two years later, his mother moved to Buenos Aires, establishing in Balvanera district.","['When his father died two years later, his mother moved to Buenos Aires and founded Balvanera.', 'When his father died two years later, his mother moved to Buenos Aires and the district of Balvanera.', 'When his father died two years later, his mother moved to Buenos Aires and founded Balvanera.', 'When his father died two years later, his mother moved to Buenos Aires and settled in the Balvanera district.', 'When his father died two years later, his mother went to Buenos Aires to settle in the district of Balvanera.']" -13,"['The', '2012', 'Community', 'Shield', 'was', 'broadcast', 'live', 'in', 'the', 'United', 'Kingdom', 'on', 'ITV1.']","[9, 11]",0,united kingdom,The 2012 Community Shield was broadcast live in the United Kingdom on ITV1.,"['The 2012 Community Shield was broadcast live on ITV1 in the UK.', 'The 2012 Community Shield was broadcast live on ITV1 in the UK.', 'In 2012, the Community Shield was broadcast live on ITV1 in the UK.', 'The 2012 Community Shield was broadcast live on ITV1 in the UK.', 'The Community Shield was broadcast live on ITV-1 in the UK in 2012.']" -14,"['Once', 'the', 'abbot', 'went', 'to', 'Italy', ',', 'the', 'four', 'brothers', 'decided', 'to', 'celebrate,', 'yet', 'they', 'needed', 'some', 'money.']","[5, 6]",0,italy,"Once the abbot went to Italy, the four brothers decided to celebrate, yet they needed some money.","['When the abbot went to Italy, the four brothers decided to celebrate, but needed some money.', 'When the abbot went to Italy, the four brothers decided to celebrate, but needed some money.', 'When the abbot went to Italy, the four brothers decided to celebrate and needed money.', 'After the abbot had gone to Italy, the four brothers decided to celebrate and needed some money.', 'The abbot had come to Italy and they needed some money.']" -15,"['This', 'meant', 'a', 'factory', 'could', 'be', 'set', 'up', 'anywhere', 'in', 'India', 'and', 'the', 'transportation', 'of', 'minerals', 'would', 'be', 'subsidised', 'by', 'the', 'central', 'government.']","[10, 11]",0,india,This meant a factory could be set up anywhere in India and the transportation of minerals would be subsidised by the central government.,"['This meant that a factory could be built all over India and the transport of minerals could be subsidised by the central government.', 'This meant that a factory could be built anywhere in India and the transport of minerals was subsidised by the central government.', 'As a result, a factory could be built across India, and the transportation of minerals could be subsidized by the central government.', 'This meant that a factory could be built all over India and the transport of minerals could be subsidised by the central government.', 'This would allow a plant to be located anywhere in India, and the transport of minerals would be subsidized by the central government.']" -16,"['Linux', 'Foundation', 'started', 'organizing', 'similar', 'events', 'in', 'Europe', 'and', 'Japan', '.']","[9, 10]",0,japan,Linux Foundation started organizing similar events in Europe and Japan.,"['The Linux Foundation began to organize similar events in Europe and Japan.', 'The Linux Foundation began to organize similar events in Europe and Japan.', 'The Linux Foundation has started to organize similar events in Europe and Japan.', 'The Linux Foundation was commissioned to organize similar events in Europe and Japan.', 'The Linux Foundation has launched similar events in Europe and Japan.']" -17,"['Airport', 'City', 'Accra', 'is', 'an', 'urban', 'development', 'within', 'the', 'Airport', 'enclave', 'of', 'Accra', '.']","[12, 13]",0,accra,Airport City Accra is an urban development within the Airport enclave of Accra.,"['Airport City Accra is an urban development area within the airport enclave of Accra.', 'Airport City Accra is an urban development within the airport enclave of Accra.', 'Airport City Accra is an urban development complex within the airport enclave of Accra.', 'Airport City Accra is an urban development area within the airport enclave of Accra.', 'Airport City Accra is an urban development project within the Accra airport enclave.']" -18,"['""During', 'a', 'night', 'meeting', 'with', 'Adolf', 'Hitler', 'and', 'Hermann', 'Göring', 'in', 'Berlin', 'on', 'between', '14', 'and', '15', 'of', 'March,', '1939', 'he', 'was', 'threatened', 'with', 'aerial', 'bombardment', 'of', 'Prague', 'and', 'forced', 'to', 'sign', 'a', 'document', 'accepting', 'of', 'incorporation', 'of', 'Bohemia', 'and', 'Moravia', 'into', 'Germany', 'even', 'though', 'he', 'did', 'not', 'consult', 'the', 'parliament', 'beforehand.""']","[27, 28]",0,prague,"""During a night meeting with Adolf Hitler and Hermann Göring in Berlin on between 14 and 15 of March, 1939 he was threatened with aerial bombardment of Prague and forced to sign a document accepting of incorporation of Bohemia and Moravia into Germany even though he did not consult the parliament beforehand.""","['""At a late-night meeting with Adolf Hitler and Hermann Göring in Berlin on 14 and 15 March 1939, he was threatened with aerial bombardment of Prague and forced to sign a document in which he accepted the incorporation of Bohemia and Moravia into Germany, even though he had not previously consulted the parliament.""', '""At a late-night meeting with Adolf Hitler and Hermann Göring in Berlin from 14 to 15 March 1939, he was threatened with aerial bombardment of Prague, and he was forced to sign a document in which he accepted the incorporation of Bohemia and Moravia into Germany, even though he had not consulted Parliament before.""', '""During a late-night meeting with Adolf Hitler and Hermann Göring in Berlin between 14 and 15 March 1939, he was threatened with the bombing of Prague and forced to sign a document in which he accepted the participation of Bohemia and Moravia in Germany, even though he had not spoken to the parliament before.""', '""During a late-night meeting with Adolf Hitler and Hermann Göring in Berlin on 14 and 15 March 1939, he was threatened with aerial bombardment of Prague and forced to sign a document approving the incorporation of Bohemia and Moravia into Germany, even though he had not previously consulted the parliament,"" he said.', '""During a late-night meeting with Adolf Hitler and Hermann Göring in Berlin on 14 and 15 March 1939, he was threatened with the bombing of Prague and forced to sign a declaration in which he pledged to accept hundreds of thousands of refugees from Bohemia and Moravia into Germany, even though he had not spoken before this Parliament.""']" -19,"['Holy', ""Saviour's"", 'Cathedral', 'is', 'a', 'former', 'Anglican', 'cathedral', 'in', 'Xicheng', 'District', 'of', 'Beijing,', 'China', '.']","[13, 14]",0,china,"Holy Saviour's Cathedral is a former Anglican cathedral in Xicheng District of Beijing, China.","['The Holy Saviour Cathedral is a former Anglican cathedral in the Xicheng district of Beijing, China.', ""The Holy Saviour Cathedral is a former Anglican cathedral in Beijing's Xicheng district."", 'The Holy Saviour Cathedral is a former Anglican cathedral in the Xicheng district of Beijing, China.', 'The Holy Saviour Cathedral is a former Anglican cathedral in the Xicheng district of Beijing, China.', 'The Cathedral of the Holy Saviour is a former Anglican cathedral in the Chinese district of Xicheng in Beijing.']" -20,"['Koepenick', 'is', 'an', 'unincorporated', 'community', 'located', 'in', 'the', 'town', 'of', 'Upham,', 'Langlade', 'County,', 'Wisconsin,', 'United', 'States.']","[0, 1]",0,koepenick,"Koepenick is an unincorporated community located in the town of Upham, Langlade County, Wisconsin, United States.","['Köpenick is an unregistered congregation in the town of Upham, Langlade County, Wisconsin, USA.', 'Köpenick is a free congregation based in Upham in Langlade County, Wisconsin, USA.', 'Köpenick is a free church in Upham, Langlade County, Wisconsin, USA.', 'Koepenick is a non-legislative body in the town of Upham, Langlade County, Wisconsin, USA.', 'Koepenick is a community in Upham, Langlade County, Wisconsin, USA.']" -21,"['He', 'lived', 'for', 'most', 'of', 'the', 'last', 'decade', 'of', 'his', 'life', 'in', 'London', 'and', 'frequently', 'travelled', 'between', 'Europe', 'and', 'Canada', '.']","[19, 20]",0,canada,He lived for most of the last decade of his life in London and frequently travelled between Europe and Canada.,"['He lived in London most of his life and travelled frequently between Europe and Canada.', 'He lived in London for most of his last decade and traveled frequently between Europe and Canada.', 'He lived in London for most of his last decade, frequently commuting between Europe and Canada.', 'He lived in London most of his life and frequently commuted between Europe and Canada.', 'He lived in London most of his life and often travelled between Europe and Canada.']" -22,"['At', 'the', 'graduation', 'of', 'the', 'Academy,', 'in', '2010,', 'Ekaterine', 'Chitashvili', 'moved', 'to', 'Moldova', 'and', 'was', 'the', 'general', 'company', 'producer', 'Elat', 'Concerts,', 'she', 'was', 'engaged', 'in', 'conducting', 'international', 'music', 'festivals', 'and', 'competitions,', 'television,', 'music', 'projects', 'and', 'producing', 'popular', 'talented', 'bands', 'and', 'moldavian', 'artists.But', 'the', 'main', 'activity', 'for', 'Ekaterine', 'was', 'to', 'enlarge', 'the', 'contacts', 'and', 'affiliates', 'own', 'international', 'concert', 'of', 'MaximuM,', 'a', 'company', 'that', 'today', 'has', '13', 'offices', 'in', 'the', 'Americas,', 'Europe', 'and', 'CIS.']","[12, 13]",0,moldova,"At the graduation of the Academy, in 2010, Ekaterine Chitashvili moved to Moldova and was the general company producer Elat Concerts, she was engaged in conducting international music festivals and competitions, television, music projects and producing popular talented bands and moldavian artists.But the main activity for Ekaterine was to enlarge the contacts and affiliates own international concert of MaximuM, a company that today has 13 offices in the Americas, Europe and CIS.","['After graduating from the Academy in 2010, Ekaterine Chitashvili moved to Moldova and became the general contractor of Elat Concerts. She has been involved in international music festivals and competitions, television, music projects and the production of popular talented bands and Moldovan artists. However, the main activity of Yekaterine has been to develop contacts and link up her own international concert of MaximuM, a company that now has 13 offices in America, Europe and the CIS.', ""After graduating from the Academy, Ekaterine Chitashvili moved to Moldova in 2010 and was a producer of Elat Concerts. She has worked in the direction of international music festivals and competitions, on television, on music projects and the production of popular talented bands and Moldovan artists. Ekaterine's main activity, however, has been to develop contacts and related companies with her own international concerts of MaximuM, a company that now has 13 offices in America, Europe and the CIS."", ""After graduating from the Academy, Ekaterine Chitashvili moved to Moldova in 2010, where, as a producer of the general contractor Elat Concerts, she followed international music festivals and competitions, television and music projects, the production of well-known talented bands and Moldovan artists. Ekaterine Chitashvili's most important activity, however, was to establish contacts and contacts with the MaximuM Group's own international concerts, which now has 13 offices in America, Europe and the CIS countries."", ""After graduating from the Academy, Ekaterine Chitashvili moved to Moldova in 2010 and was the general contractor of Elat Concerts. She was responsible for international music festivals and competitions, television and music projects, as well as the production of popular talented bands and Moldovan artists. Ekaterine Chitashvili's main activity, however, was to develop contacts and sister companies with LOMUM - a company that now has 13 offices in America, Europe and the CIS."", ""When she graduated from the Academy in 2010, Ekaterine Chitashvili went to Moldova and worked as a producer for Elat Concerts, directing international music festivals and competitions, television and music projects, and producing popular talented bands and Moldovan artists. Ekaterine's main activity, however, was to intensify contacts and international concerts with MaximuM, a company that now has 13 subsidiaries in Europe and the CIS.""]" -23,"['He', 'finished', 'only', 'in', 'fortieth', 'place', 'by', 'one', 'point', 'behind', 'New', 'Zealand', ""'s"", 'Yang', 'Wang', 'from', 'the', 'fourth', 'attempt,', 'for', 'a', 'total', 'score', 'of', '571', 'targets.']","[10, 12]",0,new zealand,"He finished only in fortieth place by one point behind New Zealand's Yang Wang from the fourth attempt, for a total score of 571 targets.","['With a total of 571 goals, he was only 40th at the fourth attempt - one point behind New Zealander Yang Wang.', 'At the fourth attempt, he finished only 40th, one point behind New Zealander Yang Wang with 571 overall.', 'He was just one point behind New Zealander Yang Wang in 40th place with a total of 571 strokes at the fourth attempt', 'In the 40-man field, he was just one point behind New Zealander Yang Wang at the fourth attempt and received an overall score of 571.', 'His 571 at the fourth attempt left him just one point behind ninth-placed New Zealander Yang Wang and only 40th.']" -24,"['At', 'the', 'time', 'of', 'Federation', 'the', 'very', 'few', 'people', 'who', 'lived', 'in', 'the', 'Northern', 'Territory', 'voted', 'as', 'residents', 'of', 'South', 'Australia', '.']","[19, 21]",0,south australia,At the time of Federation the very few people who lived in the Northern Territory voted as residents of South Australia.,"['At the time of the Federation, the few people living in the Northern Territory voted as residents of South Australia.', 'At the time of the Federation, the few people living in the Northern Territory voted as residents of South Australia.', 'At the time of the federation, very few people living in the Northern Territory elected residents of South Australia.', 'At the time of your federation, the few residents of the Northern Territory elected residents of South Australia.', 'At the time of the Federation, very few people living in the Northern Territory voted.']" -25,"['The', 'ship', 'was', 'to', 'be', 'built', 'in', 'China', 'and', 'set', 'sail', 'in', 'late', '2016,', 'later', 'postponed', 'to', '2018.']","[7, 8]",0,china,"The ship was to be built in China and set sail in late 2016, later postponed to 2018.","['The ship was due to be built in China and set sail in late 2016, but was later postponed to 2018.', 'The ship was due to be built in China and set sail in late 2016, but was later postponed to 2018.', 'The ship was due to be built in China and set sail at the end of 2016, but has been postponed until 2018.', 'The ship was supposed to be built in China in late 2016, but was later postponed to 2018.', ""The ship was to be built in China and set sail by the end of 2016, and the ship was to be built in China and set sail from there by the end of the year, according to the company's website, which said the ship would be built in China and built in China by the end of 2016.""]" -26,"['The', 'township', 'comprises', 'the', 'communities', 'of', 'Beamsville,', 'Campden,', 'Jordan', ',', 'Jordan', 'Station,', 'Pelham', 'Union,', 'Rockway,', 'Tintern,', 'Vineland', 'and', 'Vineland', 'Station.']","[8, 9]",0,jordan,"The township comprises the communities of Beamsville, Campden, Jordan, Jordan Station, Pelham Union, Rockway, Tintern, Vineland and Vineland Station.","['The township includes the communities of Beamsville, Campden, Jordan Station, Pelham Union, Rockway, Tintern, Vineland and Vineland Station.', 'The community includes Beamsville, Campden, Jordan, Jordan Station, Pelham Union, Rockway, Tintern, Vineland and Vineland Station.', 'The community includes Beamsville, Campden, Jordan, Jordan Station, Pelham Union, Rockway, Tintern, Vineland and Vineland Station.', 'The community includes Beamsville, Campden, Jordan, Jordan Station, Pelham Union, Rockway, Tintern, Vineland and Vineland Station.', 'The District includes the communities of Beamsville, Campden, Jordan, Jordan Station, Pelham Union, Rockway, Tintern, Vineland and Vineland Station.']" -27,"['The', 'Salar', 'de', 'Olaroz', 'is', 'a', 'salt', 'lake', 'in', 'the', 'province', 'of', 'Jujuy', 'in', 'northwestern', 'Argentina,', 'close', 'to', 'the', 'Chile', 'border.']","[19, 20]",0,chile,"The Salar de Olaroz is a salt lake in the province of Jujuy in northwestern Argentina, close to the Chile border.","['The Salar de Olaroz is a salt lake in the province of Jujuy in northwestern Argentina, near the border with Chile.', 'The Salar de Olaroz is a salt lake in the province of Jujuy in northwestern Argentina, not far from the border with Chile.', 'The Salar de Olaroz is a salt lake in the province of Jujuy in northwest Argentina at the Chilean border.', 'The Salar de Olaroz is a salt lake in the province of Jujuy in northwestern Argentina on the border with Chile.', 'The Salar de Olaroz is a saltwater lake in the province of Jujuy in northwest Argentina, near the border with Chile.']" -28,"['Today,', 'it', 'is', 'almost', 'nonexistent', 'in', 'France', '.']","[6, 7]",0,france,"Today, it is almost nonexistent in France.","['In France, they are almost non-existent today.', 'In France, this phenomenon hardly exists today.', 'Today, the disease barely exists in France.', 'Today, it is almost intangible in France.', 'Today it is strictly forbidden in France.']" -29,"['Echoing', 'the', 'Taif', 'Agreement,', 'the', 'resolution', '""calls', 'upon', 'all', 'remaining', 'foreign', 'forces', 'to', 'withdraw', 'from', 'Lebanon', '""', 'and', '""for', 'the', 'disbanding', 'and', 'disarmament', 'of', 'all', 'Lebanese', 'and', 'non-Lebanese', 'militias.""']","[15, 16]",0,lebanon,"Echoing the Taif Agreement, the resolution""calls upon all remaining foreign forces to withdraw from Lebanon"" and""for the disbanding and disarmament of all Lebanese and non-Lebanese militias.""","['Echoing the Taif agreement, the resolution calls for ""the withdrawal of all remaining foreign troops from Lebanon"" and ""the disbandment and disarmament of all Lebanese and non-Lebanese militias.""', 'According to the Taif agreement, ""the resolution calls on all remaining foreign troops to withdraw from Lebanon"" and ""work towards the dissolution and disarmament of all Lebanese and non-Lebanese militias.""', 'In support of the Taif agreement, the resolution calls for ""the withdrawal of all remaining foreign troops from Lebanon"" and ""the dissolution and disarmament of all Lebanese and non-Lebanese militias.""', 'Contrary to the Taif agreement, ""all other foreign forces are called upon to withdraw from Lebanon"" and ""disband and disarm all Lebanese and non-Lebanese militias.""', 'According to the Taif agreement, the resolution ""calls on all remaining foreign troops to withdraw from Amsibanon"" and ""to demand the dissolution and disarmament of all Lebanese and non-Lebanese militias.""']" -30,"['From', 'the', 'seventies', 'onward,', 'Novarro', 'lived', 'part', 'of', 'the', 'time', 'in', 'Germany', ',', 'because', 'he', 'considered', 'Europe', '""the', 'center', 'of', 'art"".']","[11, 12]",0,germany,"From the seventies onward, Novarro lived part of the time in Germany, because he considered Europe""the center of art"".","['Novarro had lived in Germany since the 1970s, partly because he regarded Europe as the ""centre of art.""', 'In the seventies, Novarro lived in Germany partly because he regarded Europe as the ""centre of art.""', 'Since the seventies, Novarro has spent part of his time in Germany, seeing Europe as the ""centre of art.""', 'Novarro had lived in Germany since the 1970s, partly because Europe was ""the centre of art"" for him.', 'Starting in the 1970s, Novarro lived in Germany for a time because he regarded Europe as the ""centre of art.""']" -31,"['In', '2003', 'he', 'was', 'awarded', 'New', 'Zealand', ""'s"", 'coach', 'of', 'the', 'year', 'and', 'was', 'nominated', 'again', 'in', '2005.']","[5, 7]",0,new zealand,In 2003 he was awarded New Zealand's coach of the year and was nominated again in 2005.,"['He was named New Zealand coach of the year in 2003 and nominated again in 2005.', 'He was named New Zealand coach of the year in 2003 and nominated again in 2005.', 'He was named New Zealand coach of the year in 2003 and nominated again in 2005.', 'He was named New Zealand coach of the year in 2003 and nominated again in 2005.', 'He was named New Zealand coach of the year in 2003 and nominated again in 2005.']" -32,"['Published', 'in', 'United', 'States', 'between', '1923', 'and', '1978', 'with', 'no', 'notice', 'of', 'copyright', 'in', 'original', 'publication,', 'public', 'domain.']","[2, 4]",0,united states,"Published in United States between 1923 and 1978 with no notice of copyright in original publication, public domain.","['Published in the United States between 1923 and 1978 without reference to copyright in the original publication, which is publicly available.', 'Published in the USA between 1923 and 1978 without reference to copyrights in the original publication, Public Domain.', 'Published in the USA between 1923 and 1978 without reference to copyright in publicly accessible original publications.', 'Published in the United States between 1923 and 1978 without reference to copyrights in the original publication, freely accessible.', 'Published between 1923 and 1978 in the United States without copyright notice on the original publication to the public.']" -33,"['The', 'year', '2007', 'is', 'the', '11th', 'year', 'in', 'the', 'history', 'of', 'the', 'Pride', 'Fighting', 'Championships,', 'a', 'mixed', 'martial', 'arts', 'promotion', 'based', 'in', 'Japan', '.']","[22, 23]",0,japan,"The year 2007 is the 11th year in the history of the Pride Fighting Championships, a mixed martial arts promotion based in Japan.","['2007 is the eleventh year in the history of the Pride Fighting Championships, a mixed martial arts promotion based in Japan.', '2007 is the eleventh year in the history of the Pride Fighting Championships, a Japan-based promotion of mixed martial arts.', '2007 is the eleventh year of the Pride Fighting Championships, a mixed martial arts event based in Japan.', '2007 is the eleventh year of the Pride Fighting Championships, a mixed martial arts event in Japan.', 'The year 2007 documents the eleven-year history of the Pride Fighting Championships, a Japan-based organization promoting mixed martial arts.']" -34,"['In', '1793,', 'Brunel', 'had', 'to', 'flee', 'the', 'revolution,', 'going', 'to', 'the', 'United', 'States,', 'but', 'Sophia', 'remained', 'in', 'Rouen', '.']","[17, 18]",0,rouen,"In 1793, Brunel had to flee the revolution, going to the United States, but Sophia remained in Rouen.","['In 1793 Brunel had to flee to the United States before the revolution, but Sophia remained in Rouen.', 'In 1793 Brunel had to flee to the United States before the revolution, but Sophia remained in Rouen.', 'In 1793 Brunel had to flee to the United States before the revolution, but Sophia remained in Rouen.', 'In 1793 Brunel had to flee to the USA before the revolution, but Sophia remained in Rouen.', 'In 1793 Brunel had to flee to the USA before the revolution, but Sophia remained in Rouen.']" -35,"['S.', 'antipodes', 'is', 'endemic', 'to', 'the', 'waters', 'off', 'eastern', 'Australia', 'and', 'Tasmania', '.']","[11, 12]",0,tasmania,S. antipodes is endemic to the waters off eastern Australia and Tasmania.,"['S. antipodes is endemic to the waters off eastern Australia and Tasmania.', 'S. antipodes is endemic to the waters off eastern Australia and Tasmania.', 'S. antipodes is native to the coasts of Eastern Australia and Tasmania.', 'S Antipodes is endemic to waters off eastern Australia and Tasmania.', 'S. antipodes is endemic to the waters of Eastern Australia and Tasmania.']" -36,"['Additionally,', 'Australia', ""'s"", 'population', 'is', 'highly', 'concentrated', 'in', 'coastal', 'areas,', 'and', 'its', 'important', 'tourism', 'industry', 'depends', 'on', 'the', 'health', 'of', 'the', 'Great', 'Barrier', 'Reef', 'and', 'other', 'fragile', 'ecosystems.']","[1, 2]",0,australia,"Additionally, Australia's population is highly concentrated in coastal areas, and its important tourism industry depends on the health of the Great Barrier Reef and other fragile ecosystems.","[""In addition, Australia's population is heavily concentrated in coastal areas, and the country's vital tourism industry depends on the health of the Great Barrier Reef and other fragile ecosystems."", ""In addition, Australia's population is heavily concentrated in coastal regions, and the country's important tourism industry depends on the state of the Great Barrier Reef and other fragile ecosystems."", ""In addition, Australia's population is heavily concentrated in coastal regions, and the main tourism industry depends on the health of the Great Barrier Reef and other fragile ecosystems."", ""In addition, Australia's population is heavily concentrated in coastal areas, and its important tourism industry depends on the health of the Great Barrier Reef and other fragile ecosystems."", ""In addition, Australia's coastal populations are high, and the country's important tourism industry depends on the health of the Great Barrier Reef and other fragile ecosystems.""]" -37,"['Most', 'were', 'selected', 'from', 'shrines', 'that', 'were', 'in', 'the', 'immediate', 'vicinity', 'of', 'Kyoto', ',', 'the', 'capital', 'of', 'Japan', 'at', 'the', 'time.']","[12, 13]",0,kyoto,"Most were selected from shrines that were in the immediate vicinity of Kyoto, the capital of Japan at the time.","['Most were chosen from shrines in the immediate vicinity of the then Japanese capital Kyoto.', 'Most were chosen from shrines in the immediate vicinity of the then Japanese capital Kyoto.', 'Most of them come from shrines in the immediate vicinity of the then Japanese capital Kyoto.', 'Most come from shrines in the immediate vicinity of the then Japanese capital Kyoto.', 'Most were chosen in the immediate vicinity of the then Japanese capital Kyoto.']" -38,"['Italy', ""'s"", 'architecture', 'almost', 'spans', '3,000', 'years,', 'and', 'has', 'renowned', 'differences', 'in', 'style:', 'from', 'Etruscan', 'and', 'ancient', 'Roman', 'style', 'buildings,', 'to', 'Romanesque,', 'Gothic,', 'Renaissance,', 'Baroque,', 'Rococo,', 'Neoclassical,', 'Empire', 'style,', 'Art', 'Nouveau,', 'Fascism', 'and', 'modern', 'architecture.']","[0, 1]",0,italy,"Italy's architecture almost spans 3,000 years, and has renowned differences in style: from Etruscan and ancient Roman style buildings, to Romanesque, Gothic, Renaissance, Baroque, Rococo, Neoclassical, Empire style, Art Nouveau, Fascism and modern architecture.","['The architecture of Italy is almost 3000 years old and shows famous stylistic differences: from Etruscan and ancient Roman buildings to Romanesque, Gothic, Renaissance, Baroque, Rococo, Neoclassical, Empire, Art Nouveau, Fascism and modern architecture.', 'The architecture of Italy spans almost 3000 years and shows known stylistic differences: from Etruscan and ancient buildings of Roman construction to Romanesque, Gothic, Renaissance, Baroque, Rococo, Neoclassical, Empire, Art Nouveau, Fascism and modern architecture.', 'The architecture of Italy spans almost 3,000 years and shows famous stylistic differences: from Etruscan and ancient Roman buildings to Romanesque, Gothic, Renaissance, Baroque, Rococo, Neoclassical, Empire, Art Nouveau, Fascism and modern architecture.', 'Italian architecture spans almost 3000 years and has recognized stylistic differences: from Etruscan and ancient Roman buildings to Romanesque, Gothic, Renaissance, Baroque, Rococo, Neoclassical, Empire, Art Nouveau, Fascism and modern architecture.', ""Italy's architecture spans almost three thousand years and is stylistically very diverse: from Etruscan and Roman houses to Romanesque and Gothic buildings, Renaissance, Baroque, Rococo, Neoclassical, Empire, Art Nouveau and Fascist architecture to modern architecture.""]" -39,"['Borislav', 'Pekić', 'spent', 'his', 'childhood', 'in', 'different', 'cities', 'of', 'Serbia,', 'Montenegro', 'and', 'Croatia', '.']","[12, 13]",0,croatia,"Borislav Pekić spent his childhood in different cities of Serbia, Montenegro and Croatia.","['Borislav Pekić spent his childhood in various cities in Serbia, Montenegro and Croatia.', 'Borislav Pekić spent his childhood in various cities in Serbia, Montenegro and Croatia.', 'Borislav Pekić spent his childhood in various cities in Serbia, Montenegro and Croatia.', 'Borislav Pekić spent his childhood in various cities in Serbia, Montenegro and Croatia.', 'Borislav Pekic has travelled to various cities in Serbia, Montenegro and Croatia.']" -40,"['On', '5', 'January', '2016,', 'Panetolikos', 'announced', 'that', 'Bejarano', 'would', 'be', 'returning', 'to', 'Bolivia', 'for', 'six', 'months', 'to', 'play', 'for', 'Club', 'BolÃvar.']","[12, 13]",0,bolivia,"On 5 January 2016, Panetolikos announced that Bejarano would be returning to Bolivia for six months to play for Club BolÃvar.","['On 5 January 2016, Panetolikos announced that Bejarano would return to Bolivia for six months and play for Club BolÃvar.', 'On 5 January 2016, Panetolikos announced that Bejarano would return to Bolivia for six months and play for Club BolÃvar.', 'On 5 January 2016, Panetolikos announced that Bejarano would return to Bolivia for six months and play for Club BolÃvar.', 'On January 5, 2016, Panetolikos announced that Bejarano would return to Bolivia for six months to play for Club BolÃvar.', 'On January 5, 2016, Panetolikos announced that Bejarano would return to orius for six months and play for Club Bolivar.']" -41,"['Assa', 'Hougoud', 'is', 'a', 'city', 'in', 'central', 'Djibouti', '.']","[7, 8]",0,djibouti,Assa Hougoud is a city in central Djibouti.,"['Assa Hougoud is a city in central Djibouti.', 'Assa Hougoud is a city in central Djibouti.', 'Assa Hougoud is a city in central Djibouti.', 'Assa Hougoud is a city in central Djibouti.', 'Assa Hougoud is a neighborhood in the center of the jihadists.']" -42,"['Although', 'her', 'film', 'career', ""didn't"", 'take', 'off', 'until', 'she', 'was', 'well', 'into', 'her', 'forties,', 'she', 'is', 'regarded', 'as', 'one', 'of', 'China', ""'s"", 'most', 'talented', 'female', 'directors.']","[20, 21]",0,china,"Although her film career didn't take off until she was well into her forties, she is regarded as one of China's most talented female directors.","['Although her film career only began at the age of well over forty, she is considered one of the most talented directors in China.', 'Although her film career began at the age of well over 40, she is considered one of the most talented directors in China.', 'Although her film career did not really take off until she was over 40, she is considered one of the most talented directors in China.', 'Although she only started her film career at the age of over forty, she is considered one of the most talented directors in China.', 'Although her career only began in her early forties, she is considered one of the most talented directors in China.']" -43,"['Back', 'in', 'Spain', ',', 'he', 'served', 'as', 'fiscal', 'of', 'Burgos', 'and', 'as', 'official', 'in', 'the', 'provinces', 'of', 'Navarra,', 'Guipúzcoa', 'and', 'Zaragoza.']","[2, 3]",0,spain,"Back in Spain, he served as fiscal of Burgos and as official in the provinces of Navarra, Guipúzcoa and Zaragoza.","['Back in Spain, he was Minister of Finance of Burgos and an official in the provinces of Navarre, Guipúzcoa and Zaragoza.', 'Back in Spain, he was Chief Financial Officer in Burgos and a civil servant in the provinces of Navarre, Guipúzcoa and Zaragoza.', 'Back in Spain, he worked as a tax official in Burgos and as an official in the provinces of Navarre, Guipúzcoa and Zaragoza.', 'Back in Spain, he was treasurer of Burgos and official in the provinces of Navarre, Guipúzcoa and Zaragoza.', 'On his return from Spain, he was a finance official in Burgos and an official in the provinces of Navarre, Guipúzcoa and Zaragoza.']" -44,"['Gender', 'reassignment', 'surgery', 'has', 'been', 'practised', 'since', 'the', '1930s,', 'and', 'available', 'in', 'the', 'United', 'States', 'from', '1965.']","[13, 15]",0,united states,"Gender reassignment surgery has been practised since the 1930s, and available in the United States from 1965.","['Gender reassignment surgery has been practiced since the 1930s and has been available in the United States since 1965.', 'Gender reassignment surgery has been practiced since the 1930s and has been available in the United States since 1965.', 'Surgical sex reassignment surgery has been practiced since the 1930s and in the United States since 1965.', 'Sex-reassignment surgery has been practiced since the 1930s, and in the United States since 1965.', 'Sex-reassignment surgery has been practiced since the 1930s, and the procedure has been performed in the United States since 1965.']" -45,"['He', 'became', 'chancellor', 'of', 'Sicily', 'in', '1343', 'and', 'legate', 'of', 'Pope', 'Innocent', 'VI', 'in', 'Dauphiné', 'in', '1353', 'and', 'in', 'Germany', 'in', '1358.']","[4, 5]",0,sicily,He became chancellor of Sicily in 1343 and legate of Pope Innocent VI in Dauphiné in 1353 and in Germany in 1358.,"['In 1343 he became chancellor of Sicily and in 1353 envoy of Pope Innocent VI to Dauphiné and in 1358 to Germany.', 'In 1343 he became chancellor of Sicily and in 1353 envoy of Pope Innocent VI to Dauphiné and in 1358 to Germany.', 'In 1343 he became chancellor of Sicily and in 1353 envoy of Pope Innocent VI to the Dauphiné and in 1358 to Germany.', 'In 1343 he became chancellor of Sicily and in 1353 envoy of Pope Innocent VI to the Dauphiné and in 1358 to Germany.', 'Ackermann became chancellor of Sicily in 1343 and legate of Pope Innocent VI in Dauphiné in 1353 and in Germany in 1358.']" -46,"['In', 'the', 'mid', 'to', ""late-1930's"", 'with', 'the', 'Spanish', 'Civil', 'War', 'and', 'the', 'blackshirts', 'of', 'Oswald', 'Mosley', 'marching', 'through', 'the', 'Jewish', 'getto', 'of', 'the', 'east', 'end', 'of', 'London', ',', 'Nat', 'and', 'many', 'of', 'his', 'contemporaries', 'chose', 'to', 'join', 'the', 'British', 'Army.']","[26, 27]",0,london,"In the mid to late-1930's with the Spanish Civil War and the blackshirts of Oswald Mosley marching through the Jewish getto of the east end of London, Nat and many of his contemporaries chose to join the British Army.","[""In the mid-to-late 1930s, during the Spanish Civil War and Oswald Mosley's Blackshirt March through Jewish East London, Nat and many of his contemporaries joined the British Army."", 'In the mid-to-late 1930s, as the Spanish Civil War raged and Oswald Mosley and his Blackshirts marched in the Jewish ghetto in east London, Nat and many of his contemporaries decided to join the British Army.', ""In the mid-to-late 1930s, as the Spanish Civil War raged and Oswald Mosley marched as a black girl through the Jewish ghetto in London's East End, Nat and many of his contemporaries decided to join the British Army."", ""In mid-to-late 2013, as the Spanish Civil War raged and Oswald Mosley's Blackshirts marched through the Jewish ghetto in east London, Nat and many of his contemporaries decided to join the British Army."", ""In the mid-1930s, as the Spanish Civil War raged and Oswald Mosley's black-shirt arsenal marched through the Jewish ghetto in east London, Nat and many of his contemporaries chose to serve abroad in conjunction with the British Army.""]" -47,"['It', 'is', 'one', 'of', 'the', 'top', 'booking', 'stations', 'in', 'India', 'according', 'to', 'Indian', 'Railways.']","[9, 10]",0,india,It is one of the top booking stations in India according to Indian Railways.,"['According to the Indian Railways, it is one of the most important booking stations in India.', 'It is one of the most important booking stations in India, according to the Indian Railways.', 'According to Indian Railways, it is one of the most important stops for bookings in India.', 'According to Indian Railways, it is one of the best translation stations in India.', 'According to the Indian Railways, it is the leading booking company in Germany.']" -48,"['She', 'was', 'the', 'first', 'immigrant', 'to', 'the', 'United', 'States', 'to', 'pass', 'through', 'the', 'Ellis', 'Island', 'facility', 'in', 'New', 'York', 'Harbor.']","[13, 15]",0,ellis island,She was the first immigrant to the United States to pass through the Ellis Island facility in New York Harbor.,"['She was the first immigrant in the United States to pass through the Ellis Island facility in the port of New York.', 'She was the first immigrant to the United States to pass through Ellis Island in the port of New York.', 'She was the first immigrant to enter the United States through the Ellis Island facility in the port of New York.', 'She was the first immigrant in the United States to enter the Ellis Island camp in the port of New York.', 'She was the first immigrant to be allowed to pass through Ellis Island station in New York Harbor.']" -49,"['He', 'won', 'a', 'gold', 'medal', 'in', 'the', 'individual', 'sprint', 'event', 'at', 'the', '1948', 'Summer', 'Olympics', 'in', 'London', '.']","[16, 17]",0,london,He won a gold medal in the individual sprint event at the 1948 Summer Olympics in London.,"['He won the gold medal in the individual sprint at the 1948 Summer Olympics in London.', 'He won the gold medal in the individual sprint at the 1948 Summer Olympics in London.', 'In 1948 he won the gold medal in the individual sprint at the Summer Olympics in London.', 'He won the gold medal in the individual sprint at the 1948 Summer Olympics in London.', 'He won the gold medal in the individual sprint at the 1948 Summer Olympics in London.']" -50,"['GalantiÄi', 'is', 'a', 'small', 'settlement', 'south', 'of', 'Kubed', 'in', 'the', 'City', 'Municipality', 'of', 'Koper', 'in', 'the', 'Littoral', 'region', 'of', 'Slovenia.']","[13, 14]",0,koper,GalantiÄi is a small settlement south of Kubed in the City Municipality of Koper in the Littoral region of Slovenia.,"['GalantiÄi is a small settlement south of Kubed in the municipality of Koper in the Slovenian coastal region.', 'GalantiÄi is a small settlement south of Kubed in the municipality of Koper in the coastal region of Slovenia.', 'GalantiÄi is a small village south of Kubed in the municipality of Koper in the Slovenian coastal region.', 'GalantiÄi is a small village south of the Kubed Mountains in the municipality of Koper on the Lower Rhine.', 'GalantiÄi is a small town south of Kubed in the municipality of Koper in the coastal region of Slovenia.']" -51,"['Marcelle', 'Auclair', 'was', 'born', '11', 'November', '1899', 'in', 'Montluçon,', 'central', 'France', ',', 'and', 'died', 'in', 'Paris', 'on', '6', 'June', '1984.']","[10, 11]",0,france,"Marcelle Auclair was born 11 November 1899 in Montluçon, central France, and died in Paris on 6 June 1984.","['Marcelle Auclair was born on 11 November 1899 in Montluçon, central France, and died on 6 June 1984 in Paris.', 'Marcelle Auclair was born on 11 November 1899 in Montluçon, central France, and died on 6 June 1984 in Paris.', 'Marcelle Auclair was born on 11 November 1899 in Montluçon, central France, and died on 6 June 1984 in Paris.', 'Marcelle Auclair was born on 11 November 1899 in Montluçon, central France. Her husband died on 6 June 1984 in Paris.', 'Marcelle Auclair was born on 11 November 1899 in Montluçon, central France, and died on 6 June 1984 in Paris.']" -52,"['For', 'a', 'while', 'the', 'Squadron', 'operated', 'a', 'detached', 'flight', 'at', 'RAF', 'Wick', 'running', 'a', 'regular', 'service', 'to', 'ReykjavÃk', 'in', 'Iceland', 'using', 'de', 'Havilland', 'DH.91', 'Albatross', 'aircraft,', 'but', 'when', 'both', 'were', 'lost', 'this', 'was', 'abandoned,', 'the', 'detached', 'flight', 'instead', 'acquiring', 'de', 'Havilland', 'Dominies,', 'which', 'were', 'used', 'to', 'supply', 'remote', 'Scottish', 'communities.']","[17, 18]",0,reykjavÃk,"For a while the Squadron operated a detached flight at RAF Wick running a regular service to ReykjavÃk in Iceland using de Havilland DH.91 Albatross aircraft, but when both were lost this was abandoned, the detached flight instead acquiring de Havilland Dominies, which were used to supply remote Scottish communities.","['For a time the squadron performed a cancelled flight at RAF Wick and operated the de Havilland DH.91 albatross airliners to ReykjavÃk in Iceland. When both were lost, however, this was abolished and instead the de Havilland dominions were acquired, serving remote Scottish communities.', 'For a time the squadron completed a solo flight in the company RAF Wick with a scheduled flight with De Havilland DH.91 Albatross to ReykjavÃk in Iceland, but when both were lost, this offer was abandoned, instead the single flight received Dominies de Havilland, which were used to supply the remote Scottish communities.', 'The squadron was regularly en route from RAF Wick to ReykjavÃk in Iceland, including the De Havilland DH.91 Albatross, but when both were lost, the link was abandoned and de Havilland Domines, serving remote Scottish communities, were taken over instead.', 'For a time, the squadron carried out a solo ex aequo flight with de Havilland DH.91 albatrosses to ReykjavÃk in Iceland at Wick airfield, but when these two were lost, the project was abandoned and the cancelled flight was taken over by de Havilland-min instead, which served faraway Scottish communities.', 'For a time this squadron operated an anti-aircraft flight at RAF Wick, which established a permanent connection to ReykjavÃk (Iceland) with the albatross aircraft de Havilland DH.91. When both were lost, the anti-aircraft missiles Flak Flak Flak Flak Flak Flak Flak Flak Flak Flak Flak Flak Flak Flak Flak Flak Flak Flak Flak Flak Flak Flak Flak Flak Flak Flak Flak Flak Flak Flak Flak Flak Flak Flak Flak Flak Flak Flak Flak Flak Flak Flak Flak Flak Flak Flak Flak Flak Flak Flak Flak Flak Flak Flak Flak Flak Flak Flak Flak Flak Flak Flak Flak Flak Flak Flak Flak Flak Flak Flak Flak']" -53,"['This', 'result', 'qualified', 'him', 'to', 'the', '2010', 'Summer', 'Youth', 'Olympics', 'in', 'Singapore', '.']","[11, 12]",0,singapore,This result qualified him to the 2010 Summer Youth Olympics in Singapore.,"['This result qualified him for the 2010 Summer Youth Olympic Games in Singapore.', 'This result qualified him for the 2010 Summer Youth Olympic Games in Singapore.', 'This result qualified him for the 2010 Summer Youth Olympic Games in Singapore.', 'This result qualified him for the 2010 Summer Youth Olympic Games in Singapore.', 'He thus qualified for the 2010 Youth Olympic Games in Singapore.']" -54,"['Civita', 'di', 'Bagnoregio', 'is', 'a', 'town', 'in', 'the', 'Province', 'of', 'Viterbo', 'in', 'central', 'Italy,', 'a', 'suburb', 'of', 'the', 'comune', 'of', 'Bagnoregio', ',', '1', 'kilometre', '(0.6', 'miles)', 'east', 'from', 'it.']","[20, 21]",0,bagnoregio,"Civita di Bagnoregio is a town in the Province of Viterbo in central Italy, a suburb of the comune of Bagnoregio, 1 kilometre (0.6 miles) east from it.","['Civita di Bagnoregio is a town in the province of Viterbo in central Italy, a suburb of the municipality of Bagnoregio, located 1 km east of it.', 'Civita di Bagnoregio is a town in the province of Viterbo, a suburb of the municipality of Bagnoregio, located 1 km east of it.', 'Civita di Bagnoregio is a town in the province of Viterbo in central Italy, a suburb of the municipality of Bagnoregio, 1 km east of it.', 'Civita di Bagnoregio is a village in the province of Viterbo in central Italy, suburb Play, 1 km east of Bagnoregio.', 'Civita di Bagnoregio is a complex Ambassador in the province of Viterbo, a suburb of the municipality of Bagnoregio, about 1 km east of it.']" -55,"['This', 'makes', 'it', 'the', 'top', 'free-to-air', 'television', 'program', 'on', 'Saturday', 'evening,', 'and', ""it's"", 'also', 'the', 'most', 'viewed', 'non-drama', 'program', 'in', 'South', 'Korea', 'every', 'week', '(excluding', 'special', 'sporting', 'events,', 'since', 'November', '2006,', 'with', 'the', 'exception', 'of', 'January', '2009,', 'April', 'and', 'May', '2010).']","[20, 22]",0,south korea,"This makes it the top free-to-air television program on Saturday evening, and it's also the most viewed non-drama program in South Korea every week (excluding special sporting events, since November 2006, with the exception of January 2009, April and May 2010).","['This makes it the most watched non-dramaturgical program in South Korea (excluding special sporting events since November 2006, with the exception of January 2009, April and May 2010).', 'And it is the most popular Saturday night program on free-to-air television and the most watched non-dramatic program in South Korea every week (with the exception of special sports events since November 2006, with the exception of January 2009, April and May 2010).', 'This makes it the first free-to-air Saturday night television program and the most-read current non-drama program in South Korea every week (with the exception of special sports events since November 2006, with the exception of January 2009, April and May 2010).', 'This makes it the highest quality free-to-air Saturday evening program and also the most watched off-screen program in South Korea every week (with the exception of special sports events since November 2006, except January 2009, April and May 2010).', 'This makes it the Saturday night program to air in free-to-air formats, and it has succeeded in establishing it as the most-attended drama show in South Korea worldwide (not since November 2006, except January 2009, April and May 2010).']" -56,"['He', 'began', 'his', 'musical', 'studies', 'in', 'his', 'country', '(Venezuela)', 'and', 'continued', 'in', 'Germany', 'and', 'Poland', ',', 'at', 'the', 'European', 'Mozart', 'Academy.']","[14, 15]",0,poland,"He began his musical studies in his country (Venezuela) and continued in Germany and Poland, at the European Mozart Academy.","['He began his musical studies in his country (Venezuela) and continued them in Germany and Poland at the European Mozart Academy.', 'He began his musical studies in his country (Venezuela) and continued them in Germany and Poland at the European Mozart Academy.', 'He began his musical studies in his country (Venezuela), which he continued in Germany and Poland at the European Mozart Academy.', 'He began his musical studies in his home country (Venezuela) and continued them in Germany and Poland at the European Mozart Academy.', 'He began his musical education in his country (Venezuela) and continued his studies in Germany and Poland at the European Mozart Academy.']" -57,"['In', 'the', 'case', 'of', 'Paris', ',', 'the', 'urban', 'area', 'is', 'divided', 'in', 'about', '420', 'different', 'munipalities', '(nearly', 'as', 'many', 'as', 'in', 'the', 'whole', 'Belgium).']","[4, 5]",0,paris,"In the case of Paris, the urban area is divided in about 420 different munipalities (nearly as many as in the whole Belgium).","['In the case of Paris, the urban area is divided into about 420 different municipalities (almost as many as in Belgium).', 'In the case of Paris, the urban area is divided into about 420 different municipalities (almost as many as in Belgium).', 'In Paris, the urban area is divided into about 420 different municipalities (almost as many as in Belgium).', 'In the case of Paris, the urban area is divided into 420 different municipalities (almost as many as in Belgium).', 'As far as Paris is concerned, the urban area is divided into about 420 different municipalities (almost as many as in the entire Belgian province).']" -58,"['In', 'Greece', 'and', 'Cyprus,', 'sesame', 'seed', 'candy', 'is', 'called', 'pasteli', 'and', 'is', 'generally', 'a', 'flat,', 'oblong', 'bar', 'made', 'with', 'honey', 'and', 'often', 'including', 'nuts.']","[1, 2]",0,greece,"In Greece and Cyprus, sesame seed candy is called pasteli and is generally a flat, oblong bar made with honey and often including nuts.","['In Greece and Cyprus, sesame sweets are called pastels and are usually a flat, elongated table made of honey and often with nuts.', 'In Greece and Cyprus, sesame sweets are called pasteli and are usually a flat, elongated stick of honey and often nuts.', 'In Greece and Cyprus, sesame sweets are called pastel. They are usually a flat elongated table made of honey, which often also contains nuts.', 'In Greece and Cyprus, the sesame candy is called pastel and is usually a flat, elongated counter with honey and often nuts.', 'In Greece and Cyprus, sesame sugar grains are called pastels. They are usually flat, elongated bars of honey and often contain nuts.']" -59,"['The', 'bridge', 'carries', 'the', 'Waterloo', 'to', 'Reading', 'Line', 'and', 'all', 'trains', 'serving', 'its', 'spur,', 'the', 'Weybridge', 'or', 'Chertsey', 'Branch', 'which', 'connects', 'this', 'line', 'to', 'the', 'four-track', 'South', 'Western', 'Main', 'Line', 'running', 'from', 'London', 'Waterloo', 'to', 'the', 'far', 'south-west,', 'merging', 'with', 'the', 'Devon', 'and', 'Cornwall', 'main', 'line.']","[4, 5]",0,waterloo,"The bridge carries the Waterloo to Reading Line and all trains serving its spur, the Weybridge or Chertsey Branch which connects this line to the four-track South Western Main Line running from London Waterloo to the far south-west, merging with the Devon and Cornwall main line.","['The bridge runs the Waterloo-Reading line and all trains serving its spur, the Weybridge or Chertsey Branch, which connect these lines with the four-lane South Western Main Line, which runs from London Waterloo to the far south-west and merges with the main line in Devon and Cornwall.', 'The bridge runs the Waterloo route to Reading and all trains connect its offshoot, the Weybridge or Chertsey Branch, with the four-track South Western Main Line via London Waterloo in the far south west, which merges with the Devon and Cornwall Main Line.', 'This bridge is used by the Waterloo-Reading line and all trains serving Weybridge or Chertsey Branch, connecting it to the four-track South Western Main Line, which runs from London Waterloo to the far south-west and merges with the Devon and Cornwall mainline.', 'The bridge is the bridge between Waterloo and Reading Line and all trains visiting its tributary, the Weybridge or Chertsey Branch, which connects this line with the four-track South Western Main Line, which runs from London Waterloo to the South West and merges with the main line to Devon and Cornwall.', 'The bridge will bring the Waterloo line to Reading and will serve all trains on the main line, Weybridge or Chertsey Branch, linking the line with the four-track South Western Main Line, which runs from London Waterloo in the South West to the main line of Devon and Cornwall.']" -60,"['Howe', 'is', 'an', 'unincorporated', 'community', 'in', 'Nemaha', 'County,', 'Nebraska,', 'in', 'the', 'United', 'States.']","[0, 1]",0,howe,"Howe is an unincorporated community in Nemaha County, Nebraska, in the United States.","['Howe is an unregistered community in Nemaha County, Nebraska, USA.', 'Howe is an unregistered community in Nemaha County, Nebraska in the United States.', 'Howe is a community not registered in Nemaha County, Nebraska, in the United States.', 'Howe is a nonprofit in Nemaha County, Nebraska, in the United States.', 'Howe is a state of Nemaha County, Nebraska, in the United States.']" -61,"['Initially', 'the', 'school', 'was', 'established', 'to', 'provide', 'a', 'British', 'style', 'education', 'for', 'the', 'children', 'of', 'expatriates', 'working', 'in', 'Seychelles', 'on', 'temporary', 'contract.']","[18, 19]",0,seychelles,Initially the school was established to provide a British style education for the children of expatriates working in Seychelles on temporary contract.,"['The school was originally founded to provide children of foreigners in the Seychelles with a British-style education on a fixed-term contract.', 'This school was originally founded to offer British-style lessons to the children of foreigners in the Seychelles.', 'Originally, this British-style school was set up to provide education for the children of guest workers working in the Seychelles on a fixed-term contract.', 'The school was originally set up to provide British-style education to the children of foreign children who rely on fixed-term contracts in the Seychelles.', 'Initially, the school was designed exclusively to provide British-style education for the children of expatriates working in the Seychelles.']" -62,"['After', 'graduation', 'from', 'the', 'National', 'Theatre', 'School,', 'he', 'and', 'his', 'wife', 'spent', 'a', 'year', 'interning', 'with', 'theatre', 'companies', 'in', 'both', 'Northern', 'Ireland', 'and', 'the', 'Republic', 'of', 'Ireland', '.']","[24, 27]",0,republic of ireland,"After graduation from the National Theatre School, he and his wife spent a year interning with theatre companies in both Northern Ireland and the Republic of Ireland.","['After graduating from the National Theatre School, he and his wife spent a year doing internships with theatre companies in Northern Ireland and the Republic of Ireland.', 'After graduating from the National Theatre School, he and his wife worked with theatre companies in Northern Ireland and the Republic of Ireland for a year.', 'After completing his studies at the National Theatre School, he and his wife spent a year in theatre companies in Northern Ireland and the Republic of Ireland.', 'After graduating from the National Theatre School, he spent a year abroad and then an internship with theatre companies in Northern Ireland and the Republic of Ireland.', 'After graduating from the National Theatre School, he spent a year as an intern in ensembles of Northern Irish and Irish theatre.']" -63,"['Acacia', 'flexifolia,', 'commonly', 'known', 'as', 'bent-leaf', 'wattle,', 'is', 'a', 'shrub', 'species', 'that', 'is', 'endemic', 'to', 'eastern', 'Australia', '.']","[16, 17]",0,australia,"Acacia flexifolia, commonly known as bent-leaf wattle, is a shrub species that is endemic to eastern Australia.","['Acacia flexifolia, commonly known as oblique leaf, is a shrub species endemic to eastern Australia.', 'Acacia flexifolia, commonly known as the curved leaf, is a perennial species endemic to eastern Australia.', 'Acacia flexible folia, commonly known as curved leaf bark, is a shrub species endemic to eastern Australia.', 'Acacia flexifolia, commonly known as bush cattle, is a shrub species endemic to eastern Australia.', 'The acacia flexifolia, commonly known as crooked winter leaves, is a shrub species native to eastern Australia.']" -64,"['Syria', 'remained', 'the', ""Umayyads'"", 'main', 'power', 'base', 'thereafter,', 'and', 'Damascus', 'was', 'their', 'capital.']","[0, 1]",0,syria,"Syria remained the Umayyads' main power base thereafter, and Damascus was their capital.","['Syria remained the main base of the Umayyads, and Damascus was their capital.', 'Syria remained the main power base of the Umayyads even after that, and Damascus was their capital.', 'Syria remained the main base of the Umayyads and Damascus was their capital.', ""Syria remained Umayyad's main power base even after that, and Damascus was its capital."", 'Syria remained the main power base of the Umayyads, and Damascus was their capital.']" -65,"['At', 'first,', 'the', 'twinned', 'models', 'were', 'assembled', 'by', 'Ford', 'in', 'the', 'US', 'for', 'North', 'American', 'consumption,', 'with', 'Mazda', 'in', 'Japan', 'supplying', 'cars', 'for', 'other', 'markets.']","[11, 12]",0,us,"At first, the twinned models were assembled by Ford in the US for North American consumption, with Mazda in Japan supplying cars for other markets.","[""Ford's twin models were initially assembled in the US for North American consumption, while Mazda supplied cars to other markets in Japan."", 'The twin models were initially assembled by Ford in the US for North American consumption, while Mazda supplied cars to other markets in Japan.', 'Ford initially assembled the models for North American consumption, while Mazda in Japan also supplied cars for other markets.', 'These partner models were initially assembled by Ford in the US for North American consumption, while Mazda supplied cars to other markets in Japan.', ""Ford's partner models were initially assembled in the US for North American consumption, while Mahda supplied cars to other markets in Japan.""]" -66,"['Mathews', 'won', 'some', 'support', 'for', 'his', 'studies', 'outside', 'Australia', '.']","[8, 9]",0,australia,Mathews won some support for his studies outside Australia.,"['Mathews found support for his studies outside Australia.', 'Mathews has built up support for his studies outside Australia.', 'Mathews sought support for his studies outside Australia.', 'Mathews earned some support for his studies outside Australia.', 'Mathews received support for his studies.']" -67,"['It', 'originated', 'from', 'Uruguay', 'and', 'Argentina', 'in', 'the', 'mid-1940s,', 'with', 'apparent', 'characteristics', 'of', 'simplicity', 'and', 'implications', 'that', 'are', 'often', 'unforeseeable', 'and', 'absolutely', 'involving.']","[5, 6]",0,argentina,"It originated from Uruguay and Argentina in the mid-1940s, with apparent characteristics of simplicity and implications that are often unforeseeable and absolutely involving.","['It was created in Uruguay and Argentina in the mid-1940s, with apparent features of simplicity and implications that are often unpredictable and absolutely compelling.', 'Launched in Uruguay and Argentina in the mid-1940s, it had outward simplicity and implications that were often unpredictable and utterly influential.', 'It was created in Uruguay and Argentina in the mid-1940s, with obvious features such as simplicity and implications that often seem unpredictable and entirely predictable.', 'Created in Uruguay and Argentina in the mid-1940s, it has meanings of simplicity and implications that are often unpredictable and must be taken into account.', 'It was founded in Uruguay and Argentina in the mid-1940s, with obvious features of simplicity and impact that are often unpredictable and totally inclusive.']" -68,"['José', 'Francisco', 'Razzano', 'born', 'in', 'Montevideo,', 'near', 'Plaza', 'Independencia', ',', 'on', 'February', '25,', '1887.']","[7, 9]",0,plaza independencia,"José Francisco Razzano born in Montevideo, near Plaza Independencia, on February 25, 1887.","['José Francisco Razzano was born on 25 February 1887 in Montevideo near Plaza Independencia.', 'José Francisco Razzano was born on 25 February 1887 in Montevideo near Plaza Independencia.', 'José Francisco Razzano was born on 25 February 1887 in Montevideo near Plaza Independencia.', 'José Francisco Razzano was born on 25 February 1887 in Montevideo near Plaza Independencia.', 'José Francisco Razzano was born on 25 February 1887 in Montevideo, near Independence Square.']" -69,"['Based', 'in', 'Beirut', ',', 'Lebanon', '1964-66,', 'he', 'published', 'photographs', 'and', 'articles', 'on', 'subjects', 'such', 'as', 'the', 'Kurds', 'of', 'Iraq', 'in', 'Life,', 'the', 'Sunday', 'Times,', 'Geographical', 'Magazine', 'and', 'others.']","[2, 3]",0,beirut,"Based in Beirut, Lebanon 1964-66, he published photographs and articles on subjects such as the Kurds of Iraq in Life, the Sunday Times, Geographical Magazine and others.","['Living in Beirut, Lebanon, from 1964-66, he published photos and articles about the Kurds in Iraq in Life, the Sunday Times, Geographic Magazine, and others.', 'From 1964-66 he lived in Beirut, Lebanon, where he published photos and articles on subjects such as the Kurds of Iraq in Life, the Sunday Times, Geographic Magazine and others.', 'Between 1964 and 66, he published photos and articles on topics such as ""Kurds in Iraq in Life"" in the Sunday Times, Geographic Magazine, and others.', 'He lives in Beirut, Lebanon 1964-66, published photos and articles on topics such as Kurds of Iraq in Life, the Sunday Times, Geographic Magazine and others.', 'He lived 1964-66 in Beirut, Lebanon, where he published photo reports and articles on topics such as the Kurds in Iraq in Life, the Sunday Times, Geographic Magazine, and others.']" -70,"['Franco', 'Forini', '(born', '22', 'September', '1958', 'in', 'Muralto)', 'is', 'a', 'former', 'racing', 'driver', 'from', 'Switzerland', '.']","[14, 15]",0,switzerland,Franco Forini (born 22 September 1958 in Muralto) is a former racing driver from Switzerland.,"['Franco Forini (born September 22, 1958 in Muralto) is a former racing driver from Switzerland.', 'Franco Forini (born September 22, 1958 in Muralto) is a former racing driver from Switzerland.', 'Franco Forini (born September 22, 1958 in Muralto) is a former racing driver from Switzerland.', 'Franco Forini (born September 22, 1958) is a former Swiss racing driver.', 'Franco Forini (born September 22, 1958 in Muralto) is a former racing driver from Switzerland.']" -71,"['It', 'is', 'the', 'third', 'highest', 'peak', 'in', 'Romania', 'after', 'Moldoveanu', 'Peak', '(2544m)', 'and', 'Negoiu', 'Peak', '(2535m).']","[7, 8]",0,romania,It is the third highest peak in Romania after Moldoveanu Peak (2544m) and Negoiu Peak (2535m).,"['The volcano is the third highest peak in Romania after Moldoveanu (2544 m) and Negoiu (2535 m).', 'It is the third highest mountain in Romania after Moldaweanu (2544 m) and Negoiu (2535 m).', 'It is the third highest peak in Romania after Moldoveanu (2544m) and Negoiu (2535m).', 'It is the third highest mountain in Romania after Moldova (2544 m) and Negoiu (2535 m).', 'It is the third highest peak in Romania after Moldoveanu (2544m) and Negoiu (2535m).']" -72,"['MiniDisc', 'was', 'announced', 'by', 'Sony', 'in', 'September', '1992', 'and', 'released', 'that', 'November', 'for', 'sale', 'in', 'Japan', 'and', 'in', 'December', 'in', 'Europe,', 'Canada,', 'the', 'USA', 'and', 'other', 'countries.']","[15, 16]",0,japan,"MiniDisc was announced by Sony in September 1992 and released that November for sale in Japan and in December in Europe, Canada, the USA and other countries.","['The MiniDisc was announced by Sony in September 1992 and sold in Japan in November and in Europe, Canada, the United States and other countries in December.', 'MiniDisc was announced by Sony in September 1992 and released for sale in Japan in November and in Europe, Canada, the US and other countries in December.', 'MiniDisc was announced by Sony in September 1992 and was released in Japan, Europe, Canada, the US and other countries in November and December.', 'Sony announced MiniDisc in September 1992 and launched it in Japan in November, Europe, Canada, the United States and other countries in December.', 'MiniDisc was announced by Sony in September 1992 and released for sale in Japan in November and in Vision USA, Europe, Canada and other countries in December.']" -73,"['By', '1916,', 'it', 'was', 'the', 'largest', 'oil', 'company', 'in', 'Russia', ',', 'producing', '76', 'million', 'poods', 'of', 'oil.']","[9, 10]",0,russia,"By 1916, it was the largest oil company in Russia, producing 76 million poods of oil.","[""In 1916, it was Russia's largest oil company, producing 76 million poods of oil."", ""Until 1916, it was Russia's largest oil company, producing 76 million poods of oil."", 'In 1916 it was the largest oil company in Russia with an oil production of 76 million poods.', ""In 1916, it was Russia's largest oil company with a turnover of £76 million."", ""Until 1916, it was Russia's largest oil company, producing 76 million poods of oil.""]" -74,"['Measuring', 'almost', 'four', 'meters', 'in', 'width,', 'Ecclesia', 'militans', 'is', 'one', 'of', 'the', 'largest', 'icons', 'ever', 'produced', 'in', 'medieval', 'Russia', '.']","[18, 19]",0,russia,"Measuring almost four meters in width, Ecclesia militans is one of the largest icons ever produced in medieval Russia.","['With a width of almost four meters, Ecclesia militans is one of the largest icons ever made in medieval Russia.', 'With a width of almost four metres, the Ecclesia militans is one of the largest icons ever made in medieval Russia.', 'With a width of almost four meters, Ecclesia militans is one of the largest icons ever made in medieval Russia.', 'With a width of almost four metres, the Ecclesia Militante is one of the largest icons ever made in medieval Russia.', 'With a width of almost four meters, Ecclesia militans is one of the largest icons ever made in Russia in the Middle Ages.']" -75,"['The', 'first', 'crowned', 'Holy', 'Roman', 'Empress', 'since', 'the', 'mid-15th', 'century,', 'she', 'was', 'responsible', 'from', 'the', 'moving', 'of', 'the', 'Imperial', 'court', 'from', 'Prague', 'to', 'Vienna', ',', 'which', 'became', 'one', 'of', 'the', 'centers', 'of', 'European', 'culture.']","[23, 24]",0,vienna,"The first crowned Holy Roman Empress since the mid-15th century, she was responsible from the moving of the Imperial court from Prague to Vienna, which became one of the centers of European culture.","['As the first crowned empress of the Holy Roman Empire since the middle of the 15th century, she was responsible for the relocation of the Imperial Court from Prague to Vienna, which became one of the centres of European culture.', 'As the first crowned empress since the middle of the 15th century, she moved from Prague to Vienna, which became one of the centres of European culture.', 'As the first crowned empress since the middle of the 15th century, she was responsible for the transfer of the Imperial Court from Prague to Vienna, which developed into one of the centres of European culture.', 'As the first crowned empress since the middle of the 15th century, she assumed responsibility for the relocation of the imperial court from Prague to Vienna, which then developed into a European cultural centre.', 'The first crowned empress of the Holy Roman Empire since the middle of the 15th century was responsible for mishaps after the Imperial Court moved from Prague to Vienna, which became one of the centres of European culture.']" -76,"['Armando', 'Costa,', 'also', 'known', 'as', 'Rilhas,', 'was', 'born', 'in', '1949', 'in', 'the', 'village', 'of', 'Bombarral', 'in', 'central', 'Portugal.']","[14, 15]",0,bombarral,"Armando Costa, also known as Rilhas, was born in 1949 in the village of Bombarral in central Portugal.","['Armando Costa, also known as Rilhas, was born in 1949 in the village of Bombarral in central Portugal.', 'Armando Costa, also known as Rilhas, was born in 1949 in the village of Bombarral in central Portugal.', 'Armando Costa, also known as Rilhas, was born in 1949 in the village of Bombarral in central Portugal.', 'Armando Costa, also known as Rilhas, was born in 1949 in the village of Bombarral in central Portugal.', 'Armando Costa, also known as Rilhas, was born in 1949 in the town of Bombarral on the outskirts of central Portugal.']" -77,"['His', 'father,', 'John', 'Bird', 'was', 'a', 'London', 'goldsmith', 'with', 'ancestral', 'roots', 'in', 'Cheshire,', 'England.']","[6, 7]",0,london,"His father, John Bird was a London goldsmith with ancestral roots in Cheshire, England.","['His father, John Bird, was a London goldsmith with roots in Cheshire, England.', 'His father, John Bird, was a London goldsmith with ancestral roots in Cheshire, England.', 'His father, John Bird, was a London goldsmith from Cheshire, England.', 'His father, John Bird, was a goldsmith in London with pedigree in Cheshire, England.', 'His father John Bird was a goldsmith in London and came from Cheshire, England.']" -78,"['She', 'was', 'one', 'of', 'the', 'first', 'locomotives', 'to', 'be', 'built', 'in', 'Germany', '.']","[11, 12]",0,germany,She was one of the first locomotives to be built in Germany.,"['It was one of the first locomotives built in Germany.', 'It was one of the first locomotives built in Germany.', 'It was one of the first locomotives built in Germany.', 'It was one of the first locomotive fairs built in Germany.', 'It was one of the oldest locomotives built in Germany.']" -79,"['After', 'he', 'had', 'finished', 'his', 'secondary', 'edition', 'he', 'immigrated', 'to', 'Australia', 'where', 'he', 'stayed', 'until', '1969.']","[10, 11]",0,australia,After he had finished his secondary edition he immigrated to Australia where he stayed until 1969.,"['After leaving school he emigrated to Australia where he stayed until 1969.', 'After leaving school he emigrated to Australia where he stayed until 1969.', 'After leaving school he emigrated to Australia where he stayed until 1969.', 'After completing his diocesan studies, he emigrated to Australia, where he remained until 1969.', 'After completing his further research stay, he emigrated to Australia and remained there until 1969.']" -80,"['At', 'the', 'time', 'of', 'the', '1991', 'Nepal', 'census', 'it', 'had', 'a', 'population', 'of', '2,891', 'and', 'had', '530', 'houses', 'in', 'the', 'village.']","[6, 7]",0,nepal,"At the time of the 1991 Nepal census it had a population of 2,891 and had 530 houses in the village.","[""At the time of Nepal's 1991 census, the village had 2,891 inhabitants and 530 houses."", 'At the time of the 1991 census, Nepal had 2891 inhabitants and 530 houses.', 'At the 1991 census Nepal had 2891 inhabitants and 530 houses in the village.', 'At the time of the 1991 census, Nepal had 2891 inhabitants and 530 houses.', 'When the 1991 census was conducted in Nepal, it had 2,891 inhabitants and 530 houses.']" -81,"['The', 'line', 'was', 'first', 'authorised', 'in', '1866,', 'and', 'was', 'a', 'proposed', 'single', 'line', 'to', 'connect', 'Soho', 'on', 'the', 'Great', 'Western', 'Railway', 'Birmingham', 'to', 'Wolverhampton', 'route', 'with', 'Lapal,', 'on', 'a', 'proposed', 'line', 'from', 'Halesowen', 'to', 'Bromsgrove,', 'with', 'a', 'connection', 'to', 'the', 'London', 'and', 'North', 'Western', 'Railway', '(LNWR)', 'near', 'Monument', 'Lane.']","[15, 16]",0,soho,"The line was first authorised in 1866, and was a proposed single line to connect Soho on the Great Western Railway Birmingham to Wolverhampton route with Lapal, on a proposed line from Halesowen to Bromsgrove, with a connection to the London and North Western Railway (LNWR) near Monument Lane.","['This line was first approved in 1866 as a proposed single track line to connect Soho with the Great Western Railway Birmingham with Wolverhampton and Lapal on a proposed line from Halesowen to Bromsgrove connected to the London and North Western Railway (LNWR) near Monument Lane.', 'The line was first approved in 1866 and was a planned single line to link Soho with Great Western Railway Birmingham and Wolverhampton on a proposed line from Halesowen to Bromsgrove with a link to London and North Western Railway (LNWR) near Monument Lane.', 'First approved in 1866, the line was a proposed single-track railway link between Soho and the Great Western Railway Birmingham - Wolverhampton with Lapal, which would link Halesowen with Bromsgrove with London and the North Western Railway (LNWR) near Monument Lane.', 'First approved in 1866, it was a planned single-track line linking Soho with the Great Western Railway Birmingham to Wolverhampton. It proposed such a line from Halesowen to Bromsgrove, with links to London and the North Western Railway (LNWR) near Monument Lane.', 'Construction of the line was first authorised in 1866 and a single line was to be created to link Soho with the Great Western Railway Birmingham to Wolverhampton on a proposed line from Halesowen to Bromsgrove, with a link to London and the North Western Railway (LNWR) near Monument Lane.']" -82,"['Amalia', 'wrote', 'a', 'song', 'book', 'which', 'is', 'currently', 'found', 'in', 'the', 'German', 'national', 'library', 'in', 'Berlin,', 'with', 'copies', 'in', 'the', 'public', 'library', 'of', 'Frankfurt', 'and', 'the', 'university', 'library', 'of', 'Frankfurt.']","[23, 24]",0,frankfurt,"Amalia wrote a song book which is currently found in the German national library in Berlin, with copies in the public library of Frankfurt and the university library of Frankfurt.","['Amalia wrote a songbook, which can currently be found in the German National Library in Berlin, the Stadtbibliothek Frankfurt and the Universitätsbibliothek Frankfurt.', 'Amalia has written a songbook, which is currently in the German National Library in Berlin, with copies in the Stadtbibliothek Frankfurt and the Universitätsbibliothek Frankfurt.', 'Amalia wrote a songbook, which is currently in the German National Library in Berlin, with copies in the Stadtbibliothek Frankfurt (Main) and the Universitätsbibliothek Frankfurt (Main).', 'Amalia has written a bilingual songbook, which is currently in the German National Library in Berlin, together with copies in the City and University Library in Frankfurt.', 'Amalia invented a songbook that is currently in the German National Library in Berlin and is being printed as part of the University Library Frankfurt / Main.']" -83,"['Its', 'fake', 'covers', 'of', 'prominent', 'newspaper', 'were', 'sensational', 'media', 'pranks;', 'the', 'authors', 'even', 'distributed', 'a', 'fake', 'Pravda', 'in', 'Russia', 'during', 'communist', 'rule.']","[18, 19]",0,russia,Its fake covers of prominent newspaper were sensational media pranks; the authors even distributed a fake Pravda in Russia during communist rule.,"['The fake front pages of famous newspapers were sensational headlines in the media; during communist rule, the authors even spread a fake Pravda in Russia.', 'The front page of a prominent newspaper was a media sensation, and its authors even spread a false pravda in Russia during Communist rule.', 'His false front pages of prominent newspapers were sensational media pranks; the authors even spread a false Pravda in India during Communist rule.', 'His post-Soviet celebrity newspapers were sensational media pranks and even spread fake Pravda during Communist rule in Russia.', 'As media, their fake front pages resembled a sensational cliffhanger, and the authors even spread Catherine of Aquinas, a fake Pravda in Russia during communist rule.']" -84,"['Traveling', 'to', 'Rome', 'in', '1619,', 'he', 'also', 'would', 'have', 'been', 'exposed', 'to', 'the', 'influence', 'of', 'Caravaggio', 'and', 'his', 'followers.']","[2, 3]",0,rome,"Traveling to Rome in 1619, he also would have been exposed to the influence of Caravaggio and his followers.","['When he traveled to Rome in 1619, he would have been exposed to the influence of Caravaggio and his followers.', 'When he traveled to Rome in 1619, he would also have been exposed to the influence of Caravaggio and his followers.', 'On his journey to Rome in 1619, he would also have been exposed to the influence of Caravaggio and his followers.', 'Had he traveled to Rome in 1619, he would also have been exposed to the influence of Karavaggio and his followers.', 'When he traveled to Rome in 1619, he would also have been exposed to the influence of Caravaggio and his followers.']" -85,"['He', 'served', 'in', 'the', 'United', 'States', 'military', 'during', 'the', 'Korean', 'War.']","[4, 6]",0,united states,He served in the United States military during the Korean War.,"['He served in the U.S. military during the Korean War.', 'He served in the U.S. military during the Korean War.', 'He served in the U.S. military during the Korean War.', 'He served in the U.S. military during the Korean War.', 'He served in the U.S. military during the Korean War.']" -86,"['This', 'marine', 'species', 'occurs', 'in', 'the', 'Caribbean', 'Sea', 'off', 'Colombia', '.']","[9, 10]",0,colombia,This marine species occurs in the Caribbean Sea off Colombia.,"['This marine species occurs in the Caribbean off Colombia.', 'This marine species occurs in the Caribbean off Colombia.', 'This marine species occurs in the Caribbean off Colombia.', 'The marine animals occur in the Caribbean off Colombia.', 'This marine species occurs in the Caribbean off Colombia.']" -87,"['Their', 'self-titled', 'debut', 'album', 'made', 'a', 'strong', 'impression', 'in', 'the', 'UK', ',', 'as', 'well', 'as', 'in', 'Australia', 'and', 'New', 'Zealand.']","[10, 11]",0,uk,"Their self-titled debut album made a strong impression in the UK, as well as in Australia and New Zealand.","['Her self-titled debut album made a strong impression in the UK as well as Australia and New Zealand.', 'Her self-titled debut album made a big impression in the UK, but also in Australia and New Zealand.', 'Her self-titled debut album made a big impression in the UK, Australia and New Zealand.', 'Her self-titled debut album made a strong impression in the UK as well as Australia and New Zealand.', 'In Great Britain as well as in Australia and New Zealand they left a strong impression with their self-titled debut album.']" -88,"['Harvard', 'School', '(pre', 'Harvard-Westlake)', 'was', 'named', 'after', 'John', 'Harvard', 'of', 'Southwick,', 'borough', 'of', 'London', '.']","[13, 14]",0,london,"Harvard School (pre Harvard-Westlake) was named after John Harvard of Southwick, borough of London.","['The Harvard School (before Harvard-Westlake) was named after John Harvard of Southwick, a London district.', 'The Harvard School (before Harvard-Westlake) was named after John Harvard of Southwick, a London district.', 'The Harvard School (before Harvard-Westlake) was named after John Harvard from Southwick (London district).', 'The Harvard School (formerly Harvard-Westlake) was named after John Harvard of Southwick, the London borough.', 'The Harvard School (opposite Harvard-Westlake) was named after John Harvard from Southwick, a London borough.']" -89,"['Detremmerie', 'was', 'born', 'in', 'Mouscron,', 'traditionally', 'a', 'French', 'speaking', 'textile', 'manufacturing', 'town', 'sandwiched', 'between', 'the', 'frontier', 'with', 'France', 'to', 'the', 'south,', 'and', 'the', 'Dutch', 'language', 'frontier', 'to', 'the', 'north,', 'in', 'the', 'western', 'part', 'of', 'occupied', 'Belgium.']","[17, 18]",0,france,"Detremmerie was born in Mouscron, traditionally a French speaking textile manufacturing town sandwiched between the frontier with France to the south, and the Dutch language frontier to the north, in the western part of occupied Belgium.","['Detremmerie was born in Mouscron, a traditional French-speaking textile town in western occupied Belgium, sandwiched between the border with France in the south and the border with the Netherlands in the north.', 'Detremmerie was born in Mouscron, a traditional French-speaking textile town in western Belgium, sandwiched between the border with France in the south and the Dutch-speaking border in the north.', 'Detremmerie was born in Mouscron, a traditional French-speaking textile town located between the border with France in the south and the Dutch-speaking border in the north in the western part of occupied Belgium.', 'Detremmerie was born in Mouscron, a traditional French-speaking textile production town between oubhér in the south and the Dutch-speaking border in the north of occupied western Belgium.', 'Detremmerie was born in Mouscron, a former French-speaking textile factory between the border with France in the south and Southangar in the north of occupied Belgium.']" -90,"['Hope', 'For', 'The', 'Warriors', 'is', 'a', 'national', 'nonprofit', 'organization', 'in', 'the', 'United', 'States', 'that', 'provides', 'assistance', 'to', 'combat', 'wounded', 'service', 'members,', 'their', 'families,', 'and', 'families', 'of', 'those', 'killed', 'in', 'action.']","[11, 13]",0,united states,"Hope For The Warriors is a national nonprofit organization in the United States that provides assistance to combat wounded service members, their families, and families of those killed in action.","['Hope For The Warriors is a national nonprofit organization in the United States that supports wounded soldiers, their families and those who have lost their lives.', 'Hope For the Warriors is a national nonprofit organization in the United States that supports wounded soldiers, their families and those killed in action.', 'Hope For The Warriors is a national nonprofit organization in the United States that supports wounded soldiers, their families and the families of those killed in combat.', 'Hope For The Warriors is a national non-profit organization in Switzerland that helps in the fight against wounded relatives of soldiers, their families and the families of those killed in action.', 'Hope For The Warriors is a national nonprofit organization in the United States that supports wounded servicemen and women, their families and the families of the perpetrators.']" -91,"['In', '1978', 'it', 'began', 'to', 'be', 'marketed', 'in', 'France', 'for', 'patients', 'at', 'high', 'risk', 'for', 'thrombotic', 'events:', 'postoperative', 'cardiac', 'patients,', 'patients', 'undergoing', 'hemodialysis,', 'peripheral', 'vascular', 'disease,', 'and', 'the', 'prevention', 'of', 'strokes', 'and', 'ischemic', 'heart', 'disease.']","[8, 9]",0,france,"In 1978 it began to be marketed in France for patients at high risk for thrombotic events: postoperative cardiac patients, patients undergoing hemodialysis, peripheral vascular disease, and the prevention of strokes and ischemic heart disease.","['In 1978, sales began in France for patients at high risk of thrombosis: postoperative heart patients, patients undergoing hemodialysis, peripheral vascular diseases and the prevention of strokes and ischemic heart disease.', 'It was launched in France in 1978 for patients at high risk of thrombosis: postoperative heart patients, patients undergoing hemodialysis, peripheral vascular diseases and the prevention of strokes and ischemic heart disease.', 'In 1978, it was marketed in France for patients at high risk of thrombosis: postoperative heart patients, patients undergoing hemodialysis, peripheral vascular diseases and the prevention of strokes and ischemic heart disease.', 'In 1978, marketing began in France for patients at high risk of thrombosis: postoperative heart patients, patients undergoing hemodialysis, peripheral vascular diseases and the prevention of strokes and ischemic heart disease.', 'In 1978 he began marketing in France to patients at high risk of thrombosis: postoperative heart patients, hemodialysis patients, perfidious vascular diseases and the prevention of strokes and ischemic heart disease.']" -92,"['Born', 'in', 'Australia', 'in', 'November', '1956,', 'Delacy', 'has', 'been', 'part', 'of', 'the', 'Hong', 'Kong', 'broadcasting', 'industry', 'since', '1979.']","[12, 14]",0,hong kong,"Born in Australia in November 1956, Delacy has been part of the Hong Kong broadcasting industry since 1979.","['Delacy was born in Australia in November 1956 and has been part of the Hong Kong broadcasting industry since 1979.', 'Delacy, born in Australia in November 1956, has been part of the Hong Kong radio industry since 1979.', 'Delacy was born in Australia in November 1956 and has been part of the Hong Kong broadcasting industry since 1979.', 'Delacy was born in Australia in November 1956 and has worked in the Hong Kong broadcasting industry since 1979.', 'Delacy, who was born in Australia in November 1956, has been part of the Hong Kong broadcast industry since 1979.']" -93,"['The', 'Grand', 'National', 'Party', 'of', 'President', 'Lee', 'Myung-bak', 'won', 'a', 'majority', 'of', 'seats', 'in', 'the', 'National', 'Assembly', 'of', 'South', 'Korea', '.']","[18, 20]",0,south korea,The Grand National Party of President Lee Myung-bak won a majority of seats in the National Assembly of South Korea.,"[""President Lee Myung-bak's Grand National Party has won a majority of seats in South Korea's National Assembly."", ""President Lee Myung-bak's Grand National Party has won a majority in South Korea's National Assembly."", ""President Lee Myung-bak's Grand National Party won a majority of seats in South Korea's National Assembly."", ""President Lee Myung-bak's Grand People's Party has won a majority of seats in South Korea's National Assembly."", ""President Lee Myung-bak's Grand National Party won a majority of seats in South Korea's National Assembly.""]" -94,"['Before', 'the', 'Syrian', 'war,', 'Homs', 'was', 'a', 'major', 'industrial', 'centre,', 'and', 'with', 'a', 'population', 'of', 'at', 'least', '652,609', 'people', 'in', '2004,', 'it', 'was', 'the', 'third', 'largest', 'city', 'in', 'Syria', 'after', 'Aleppo', 'to', 'the', 'north', 'and', 'the', 'capital', 'Damascus', 'to', 'the', 'south.']","[4, 5]",0,homs,"Before the Syrian war, Homs was a major industrial centre, and with a population of at least 652,609 people in 2004, it was the third largest city in Syria after Aleppo to the north and the capital Damascus to the south.","['Before the war in Syria, Homs was an important industrial center and with at least 652,609 inhabitants in 2004, the third largest city in Syria after Aleppo in the north and the capital Damascus in the south.', ""Before the war in Syria, Homs was an important industrial centre and, with a population of at least 652,609 in 2004, Syria's third largest city after Aleppo in the north and the capital Damascus in the south."", ""Before the Syrian war, Homs was an important industrial center and, with a population of at least 652,609 people in 2004, Syria's third-largest city after Aleppo in the north and the capital Damascus in the south."", ""Before the Syrian war, Homs was an important industrial centre and, with a population of at least 652,609 in 2004, Syria's third largest city after Aleppo in the north and the capital Damascus in the south."", ""Before the war, Homs was an important industrial center. With a population of at least 652,609 inhabitants, Homs was Syria's third largest city in 2004, after Aleppo in the north and the capital Damascus in the south.""]" -95,"['Same-sex', 'sexual', 'acts', 'are', 'illegal', 'in', 'Antigua', 'and', 'Barbuda.']","[6, 7]",0,antigua,Same-sex sexual acts are illegal in Antigua and Barbuda.,"['Same-sex sex sex acts are banned in Antigua and Barbuda.', 'Same-sex sex sex acts are banned in Antigua and Barbuda.', 'Same-sex sex sex acts are banned in Antigua and Barbuda.', 'Same-sex sex sex acts are banned in Antigua and Barbuda.', 'Same-sex acts are banned in Antigua and Barbuda.']" -96,"['Kerala', 'Iyers,', 'like', 'the', 'Iyers', 'of', 'Tamil', 'Nadu', 'and', 'the', 'Nambudiris', 'of', 'Kerala,', 'belonged', 'to', 'the', 'Pancha-Dravida', 'classification', 'of', 'India', ""'s"", 'Brahmin', 'community.']","[19, 20]",0,india,"Kerala Iyers, like the Iyers of Tamil Nadu and the Nambudiris of Kerala, belonged to the Pancha-Dravida classification of India's Brahmin community.","['Kerala Iyers, like the Iyers from Tamil Nadu and the Nambudiris from Kerala, belonged to the Pancha-Dravida classification of the Indian Brahmin community.', 'Kerala Iyers, like the Iyers of Tamil Nadu and the Nambudiris of Kerala, belonged to the Pancha-Dravida classification of the Indian brahmin community.', 'Kerala Iyers, like the Iyers of Tamil Nadu and the Nambudiris of Kerala, belonged to the Pancha-Dravida genus of the Indian Brahmin community.', 'Kerala Iyers, like the Iyers of Taclub Nadu and the Nambudiris of Kerala, belonged to the Pancha-Dravida classification of the Indian Brahmin community.', 'Like the Iyers of Tamil Nadu and the Nambudiris of Kerala, Kerula Iyers belonged to the Pancha-Dravida classification of the Brahmins of India.']" -97,"['New', 'York', 'State', 'Route', '\xa0', '50', '(NY', '\xa0', '50)', 'is', 'a', '31.67-mile', '(50.97', '\xa0', 'km)', 'state', 'highway', 'in', 'the', 'Capital', 'District', 'of', 'New', 'York', 'in', 'the', 'United', 'States', '.']","[26, 28]",0,united states,New York State Route  50 (NY  50) is a 31.67-mile (50.97  km) state highway in the Capital District of New York in the United States.,"['New York State Route 50 (NY 50) is a 50-mile state highway in the New York City area of the United States.', 'New York State Route 50 (NY 50) is a 50-mile (50.97 km) state highway in the capital city district of New York.', 'The New York State Route 50 (NY 50) is a 50. 97 km long highway in the US capital New York.', 'New York State Route 50 (NY 50) is a 50 mile (50.97 km) highway in the New York City borough.', 'The New York State Route 50 (NY 50) is a 50. 97 km long state road in the capital district of New York in the USA.']" -98,"['Stephen', 'Parke', '(born', '1950)', 'is', 'a', 'New', 'Zealand', 'physicist.']","[6, 8]",0,new zealand,Stephen Parke (born 1950) is a New Zealand physicist.,"['Stephen Parke (born 1950) is a New Zealand physicist.', 'Stephen Parke (born 1950) is a New Zealand physicist.', 'Stephen Parke (born 1950) is a New Zealand physicist.', 'Stephen Parke (born 1950) is a New Zealand physicist.', 'Stephen Parke (born 1950) is a physicist from New Zealand.']" -99,"['There', 'are', 'representatives', 'of', 'different', 'regions', 'of', 'Ukraine', '.']","[7, 8]",0,ukraine,There are representatives of different regions of Ukraine.,"['There are representatives of different regions of Ukraine.', 'There are representatives of the different regions of Ukraine.', 'There are representatives of different regions in Ukraine.', 'Representatives of various regions of Ukraine will be present.', 'There are representatives from different regions of Ukraine.']" -100,"['The', 'parish', 'church', 'in', 'the', 'settlement', 'is', 'dedicated', 'to', 'the', 'Assumption', 'of', 'Mary', 'and', 'belongs', 'to', 'the', 'Roman', 'Catholic', 'Archdiocese', 'of', 'Ljubljana', '.']","[21, 22]",0,ljubljana,The parish church in the settlement is dedicated to the Assumption of Mary and belongs to the Roman Catholic Archdiocese of Ljubljana.,"['The parish church in the settlement is dedicated to the Assumption of the Virgin Mary and belongs to the Roman Catholic Archdiocese of Ljubljana.', 'The parish church in the settlement is consecrated to the Assumption of the Virgin Mary and belongs to the Roman Catholic Archdiocese of Ljubljana.', 'The parish church in the village is consecrated to the Assumption of the Virgin Mary and belongs to the Roman Catholic Archdiocese of Ljubljana.', 'The parish church is consecrated to the Assumption of the Virgin Mary and belongs to the Roman Catholic Archdiocese of Ljubljana.', 'The parish churches of the settlement are dedicated to the Assumption of the Virgin Mary and belong to the Roman Catholic Archdiocese of Ljubljana.']" -101,"['From', 'the', '1800s', 'it', 'was', 'a', 'center', 'of', ""Hermanos'"", 'religious', 'activity,', 'based', 'upon', 'practices', 'that', 'originated', 'in', 'Spain', '.']","[17, 18]",0,spain,"From the 1800s it was a center of Hermanos' religious activity, based upon practices that originated in Spain.","['Since the 19th century, it has been a center of religious activities of Hermanos, based on practices that originated in Spain.', 'Since the mid-19th century, it has been the centre of the religious activities of the Hermanos, based on practices originating in Spain.', 'Since the 15th century, it has been the centre of the religious activities of Hermanos, based on practices developed in Spain.', 'Since 1800, the sarcophagus has been the centre of religious activities based on practices originating in Spain.', 'Since 1800 it has been a centre of religious activities of Hermanos, based on practices from Spain.']" -102,"['Prince', 'August', 'died', 'at', 'the', 'age', 'of', '41', 'of', 'pneumonia', 'at', 'the', 'Royal', 'Palace', 'of', 'Stockholm', ',', 'Stockholm.']","[12, 16]",0,royal palace of stockholm,"Prince August died at the age of 41 of pneumonia at the Royal Palace of Stockholm, Stockholm.","['Prince August died of pneumonia at the age of 41 at the Royal Palace in Stockholm.', 'Prince August died of pneumonia at the age of 41 at the Royal Palace in Stockholm.', 'Prince August died of pneumonia at the age of 41 at the Royal Palace in Stockholm.', ""Prince August died of pneumonia at the age of 41 in Stockholm's Royal Palace."", 'Prince August died of pneumonia at the age of 41 at the Royal Palace in Stockholm.']" -103,"['The', 'route', 'starts', 'at', 'the', 'Canada/US', 'Border', 'in', 'a', 'densely', 'wooded', 'area', 'near', 'King', 'Brook', 'Lake', '.']","[13, 16]",0,king brook lake,The route starts at the Canada/US Border in a densely wooded area near King Brook Lake.,"['The route starts at the Canadian-American border in a densely wooded area near King Brook Lake.', 'The route starts at the Canadian-American border in a densely wooded area near King Brook Lake.', 'The route starts at the Canadian-American border, in a densely wooded area near King Brook Lake.', 'The route starts at the border between Canada and the USA, in a densely wooded area near King Brook Lake.', 'The route starts at the border between Canada and the United States in a densely populated area near King Brook Lake.']" -104,"['The', 'first', 'Long', 'Night', 'of', 'Museums', 'took', 'place', 'in', 'Berlin', 'in', '1997.']","[9, 10]",0,berlin,The first Long Night of Museums took place in Berlin in 1997.,"['The first Long Night of Museums took place in Berlin in 1997.', 'The first Long Night of Museums took place in Berlin in 1997.', 'The first Long Night of Museums took place in Berlin in 1997.', 'The first Long Night of Museums took place in Berlin in 1997.', 'The first Long Night of Museums took place in Berlin in 1997.']" -105,"['It', 'grows', 'in', 'areas', 'with', 'low', 'levels', 'of', 'rainfall', 'and', 'its', 'range', 'extends', 'southwards', 'from', 'Arizona,', 'Texas', 'and', 'New', 'Mexico', 'in', 'the', 'United', 'States', 'into', 'Mexico.']","[16, 17]",0,texas,"It grows in areas with low levels of rainfall and its range extends southwards from Arizona, Texas and New Mexico in the United States into Mexico.","['It grows in areas with low rainfall and stretches southward from Arizona, Texas and New Mexico in the United States to Mexico.', 'It grows in areas with little rainfall and stretches southward from Arizona, Texas and New Mexico in the US to Mexico.', 'It thrives in areas with little rainfall and stretches from Arizona, Texas and New Mexico in the United States southward to Mexico.', 'It grows in areas with low rainfall and stretches from Arizona, Texas and New Mexico in the US to Mexico in the south.', 'It thrives in areas with low rainfall, stretching from Arizona, Texas and New Mexico in the United States to Mexico.']" -106,"['The', 'Riverland', 'Football', 'League', 'is', 'an', 'Australian', 'rules', 'football', 'league', 'located', 'in', 'South', 'Australia', ""'s"", 'Riverland', 'region.']","[12, 14]",0,south australia,The Riverland Football League is an Australian rules football league located in South Australia's Riverland region.,"['The Riverland Football League is a regular Australian league in the South Australian Riverland region.', 'The Riverland Football League is a regular Australian Football League based in the Riverland region of South Australia.', 'The Riverland Football League is an Australian league in the South Australian Riverland region.', 'The Riverland Football League is an Australian football league located in the southern Riverland region of Australia.', 'The Riverland Football League is a regular Australian Football League based in the Riverland region of South Australia.']" -107,"['While', 'travelling', 'home', 'in', '1945', 'he', 'was', 'summoned', 'to', 'return', 'to', 'France', 'to', 'attend', 'General', 'Patton,', 'at', 'the', 'request', 'of', ""Patton's"", 'wife,', 'after', 'the', 'car', 'accident', 'that', 'caused', ""Patton's"", 'death.']","[11, 12]",0,france,"While travelling home in 1945 he was summoned to return to France to attend General Patton, at the request of Patton's wife, after the car accident that caused Patton's death.","[""On his way home in 1945, at the request of Patton's wife after the car accident that caused Patton's death, he was summoned to France to visit General Patton."", ""On his way home in 1945, after the car accident that had caused Patton's death, General Patton's wife called him to France to help him."", ""On his way home in 1945, he was asked to return to France to visit General Patton in the car accident that led to Patton's death."", ""In 1945, after the car accident that led to Patton's death, he was brought back to France at the request of his wife to support General Patton."", ""When he returned home to Patton in 1945 after the car accident that caused Patton's death, he was invited to France at the request of Patton's wife to join the service.""]" -108,"['The', 'southern', 'border', 'is', 'shared', 'with', 'Brazil', 'and', 'the', 'northern', 'border', 'is', 'the', 'Atlantic', 'coast.']","[6, 7]",0,brazil,The southern border is shared with Brazil and the northern border is the Atlantic coast.,"['The southern border divides Brazil and the northern border is the Atlantic coast.', 'The southern border is shared with Brazil and the northern border is the Atlantic coast.', 'The southern border is divided by Brazil, and the northern border is the Atlantic coast.', 'The southern border is on Brazil and the northern border on the Atlantic coast.', 'The southern region is crossed by Brazil, the northern border is the Atlantic coast.']" -109,"['It', 'is', 'known', 'as', 'Daungdana', 'in', 'Myanmar,', 'Trey', 'Palung', 'in', 'Cambodia,', 'Bhing', 'in', 'Maharashtra', ',', 'Palwa', 'in', 'Gujarat,', 'and', 'Seriya', 'in', 'Sri', 'Lanka.']","[13, 14]",0,maharashtra,"It is known as Daungdana in Myanmar, Trey Palung in Cambodia, Bhing in Maharashtra, Palwa in Gujarat, and Seriya in Sri Lanka.","['It is known as Daungdana in Myanmar, Trey Palung in Cambodia, Bhing in Maharashtra, Palwa in Gujarat and Seriya in Sri Lanka.', 'It is known as Daungdana in Myanmar, Trey Palung in Cambodia, Bhing in Maharashtra, Palwa in Gujarat and Seriya in Sri Lanka.', 'It is known as Daungdana in Myanmar, Trey Palung in Cambodia, Bhing in Maharashtra, Palwa in Gujarat and Seriya in Sri Lanka.', 'In Myanmar it is called Daungdana, in Cambodia Trey Palung, in Maharashtra Bhing, in Gujarat Palwa and in Sri Lanka Seriya.', 'The area is known as Daungdana in Myanmar, Trey Palung in Cambodia, Bhing in Maharashtra, Palwa in Gujarat and Seriya in Sri Lanka.']" -110,"['Syria', 'is', 'located', 'in', 'the', 'Middle', 'East', 'at', 'the', 'eastern', 'end', 'of', 'the', 'Mediterranean', 'Sea', '.']","[13, 15]",0,mediterranean sea,Syria is located in the Middle East at the eastern end of the Mediterranean Sea.,"['Syria is located in the Middle East at the eastern end of the Mediterranean.', 'Syria is located in the Middle East at the eastern end of the Mediterranean.', 'Syria is located in the Middle East on the eastern side of the Mediterranean.', 'Syria is located in the Middle East on the eastern edge of the Mediterranean.', 'Syria is located in the Middle East on the eastern shore of the Mediterranean.']" -111,"['Before', '1772', 'the', 'area', 'was', 'part', 'of', 'Kingdom', 'of', 'Poland,', 'Prussia', 'and', 'Germany', '.']","[12, 13]",0,germany,"Before 1772 the area was part of Kingdom of Poland, Prussia and Germany.","['Before 1772 the area was part of the Kingdom of Poland, Prussia and Germany.', 'Before 1772 the area was part of the Kingdom of Poland, Prussia and Germany.', 'The area was part of the Kingdom of Poland, Prussia and Germany before 1772.', 'Before 1772 the area belonged to the empire of Poland, Prussia and Germany.', 'Before 1772 the area belonged to the territories of the kingdoms of Poland, Prussia and Germany.']" -112,"['After', 'emigrating', 'to', 'Brazil', 'via', 'Italy', 'in', 'the', '1950s,', 'he', 'settled', 'in', 'Rio', 'de', 'Janeiro.']","[3, 4]",0,brazil,"After emigrating to Brazil via Italy in the 1950s, he settled in Rio de Janeiro.","['After emigrating to Brazil via Italy in the 1950s, he settled in Rio de Janeiro.', 'After emigrating via Italy in the 1950s, he settled in Rio de Janeiro.', 'After emigrating to Brazil via Italy in the 1950s, he settled in Rio de Janeiro.', 'After emigrating to Brazil via Italy in the 1950s, he settled in Rio de Janeiro.', 'After immigrating to Brazil via Italy in the 1950s, he lived in Rio de Janeiro.']" -113,"['Burnside', 'is', 'a', 'suburb', 'of', 'Christchurch,', 'New', 'Zealand,', 'located', 'southeast', 'of', 'Christchurch', 'International', 'Airport.']","[0, 1]",0,burnside,"Burnside is a suburb of Christchurch, New Zealand, located southeast of Christchurch International Airport.","['Burnside is a suburb of Christchurch, New Zealand, southeast of Christchurch International Airport.', 'Burnside is a suburb of Christchurch, New Zealand, southeast of Christchurch International Airport.', 'Burnside is a suburb of Christchurch, New Zealand, southeast of Christchurch International Airport.', 'Burnside is a suburb of Christchurch in New Zealand, southeast of Christchurch International Airport.', 'Burnside is a suburb of Christchurch, New Zealand, located southeast of Christchurch International Airport.']" -114,"['She', 'left', 'Chile', 'for', 'ustralia', 'when', 'she', 'was', 'four-years-old,', 'along', 'with', 'her', 'mother,', 'brother', 'and', 'sister.']","[4, 5]",0,ustralia,"She left Chile for ustralia when she was four-years-old, along with her mother, brother and sister.","['She left Chile for Australia at the age of four with her mother, brother and sister.', 'She left Chile for Australia at the age of four with her mother, brother and sister.', 'When she was four years old, she moved from Chile to Australia with her mother, brother and sister.', 'When she was four years old, she moved from Chile to Australia with her mother, brother and sister.', 'When she was four years old, she moved to California with her mother, brother and sister.']" -115,"['He', 'was', 'then', 'transferred', 'to', 'III', 'Amphibious', 'Corps,', 'which', 'was', 'preparing', 'for', 'the', 'planned', 'invasion', 'of', 'Japan', '.']","[16, 17]",0,japan,"He was then transferred to III Amphibious Corps, which was preparing for the planned invasion of Japan.","['He was then transferred to the Third Amphibious Corps, which was preparing for the planned invasion of Japan.', 'He was transferred to the III Amphibious Corps, which was preparing for the planned invasion of Japan.', 'He was then transferred to the Third Amphibious Corps, which was preparing for the planned invasion of Japan.', 'He was then transferred to the III Amphibious Corps, which prepared the planned invasion of Japan.', 'He was assigned to the III Amphibious Corps, which was preparing for the planned invasion of Japan.']" -116,"['Gulian', 'was', 'born', 'in', 'Marash', 'in', 'Western', 'Armenia', 'then', 'part', 'of', 'Ottoman', 'Empire,', 'immigrated', 'to', 'the', 'United', 'States', 'at', 'a', 'young', 'age,', 'and', 'grew', 'up', 'in', 'Newton,', 'Massachusetts.']","[16, 18]",0,united states,"Gulian was born in Marash in Western Armenia then part of Ottoman Empire, immigrated to the United States at a young age, and grew up in Newton, Massachusetts.","['Gulian was born in Marash in western Armenia, then part of the Ottoman Empire, emigrated to the United States at a young age and grew up in Newton, Massachusetts.', 'Gulian was born in Marash, Western Armenia, which was then part of the Ottoman Empire, emigrated early to the United States and grew up in Newton, Massachusetts.', 'Gulian was born in Marash in Western Armenia, then part of the Ottoman Empire, emigrated to the United States at a young age and grew up in Newton, Massachusetts.', 'Gulian was born in Marash in western Armenia, then part of the Ottoman Empire. Gulian emigrated to the United States at a young age and grew up in Newton, Massachusetts.', 'Gulian was born in Marash in western Armenia, then part of the Ottoman Empire, emigrated to the United States at a young age and grew up in Newton, Massachusetts.']" -117,"['The', 'concept', 'has', 'been', 'very', 'well', 'received,', 'and', 'since', 'then', 'the', 'number', 'of', 'participating', 'institutions', 'and', 'exhibitions', 'has', 'risen', 'dramatically,', 'spreading', 'to', 'over', '120', 'other', 'cities', 'throughout', 'Europe', ',', 'as', 'well', 'as', 'elsewhere,', 'in', 'Argentina', 'and', 'the', 'Philippines.']","[27, 28]",0,europe,"The concept has been very well received, and since then the number of participating institutions and exhibitions has risen dramatically, spreading to over 120 other cities throughout Europe, as well as elsewhere, in Argentina and the Philippines.","['The concept was very well received, and since then the number of participating institutions and exhibitions has increased dramatically, spreading to more than 120 other cities across Europe and elsewhere in Argentina and the Philippines.', 'The concept was well received, and since then the number of participating institutions and exhibitions has skyrocketed, spreading to more than 120 other cities across Europe and elsewhere, in Argentina and the Philippines.', 'The concept was very well received, and since then the number of participating institutions and exhibitions has increased dramatically, spreading to more than 120 other cities in Europe and elsewhere, in Argentina and the Philippines.', 'The concept was well received, and since then the number of participating institutions and exhibitions has increased dramatically, reaching more than 120 cities across Europe as well as elsewhere in Argentina and the Philippines.', 'The concept has enjoyed great popularity and since then the number of participating institutions and exhibitions has greatly increased, covering more than 120 cities across Europe, but also elsewhere, in Argentina and the Philippines.']" -118,"['Ruffus', 'was', 'an', 'indie', 'rock', 'band', 'from', 'Estonia', 'that', 'was', 'originally', 'known', 'as', ""Claire's"", 'Birthday.']","[7, 8]",0,estonia,Ruffus was an indie rock band from Estonia that was originally known as Claire's Birthday.,"[""Ruffus was an Estonian indie rock band originally known as Claire's Birthday."", ""Ruffus was an Estonian indie rock band originally known as Claire's Birthday."", ""Ruffus was an Estonian indie rock band originally called Claire's Birthday."", ""Ruffus was an Estonian indie rock band originally known as Claire's Birthday."", ""Ruffus was an Estonian indie rock band originally known as Claire's Birthday.""]" -119,"['Bennihalli', 'is', 'a', 'village', 'in', 'Belgaum', 'district', 'in', 'the', 'southern', 'state', 'of', 'Karnataka,', 'India.']","[5, 6]",0,belgaum,"Bennihalli is a village in Belgaum district in the southern state of Karnataka, India.","['Bennihalli is a village in the district of Belgaum in the southern state of Karnataka, India.', 'Bennihalli is a village in the district of Belgaum in the southern state of Karnataka, India.', 'Bennihalli is a village in the district of Belgaum in the southern Indian state of Karnataka.', 'Bennihalli is a village in the district of Belgaum in the southern state of Karnataka in India.', 'Bennihalli is a village in the province of Belgaum in the southern state of Karnataka in India.']" -120,"['He', 'is', 'the', 'Minister', 'of', 'Fisheries', 'and', 'Marine', 'Resources', 'of', 'Somalia', ',', 'having', 'been', 'appointed', 'to', 'the', 'position', 'on', '27', 'January', '2015', 'by', 'Prime', 'Minister', 'Omar', 'Abdirashid', 'Ali', 'Sharmarke.']","[10, 11]",0,somalia,"He is the Minister of Fisheries and Marine Resources of Somalia, having been appointed to the position on 27 January 2015 by Prime Minister Omar Abdirashid Ali Sharmarke.","['He is the Minister of Fisheries and Marine Resources of Somalia and was appointed to this office by Prime Minister Omar Abdirashid Ali Sharmarke on 27 January 2015.', 'He is the Minister of Fisheries and Maritime Resources of Somalia and was appointed by Prime Minister Omar Abdirashid Ali Sharmarke on 27 January 2015.', 'He is the Minister of Fisheries and Marine Resources of Somalia and was appointed by Prime Minister Omar Abdirashid Ali Sharmarke on 27 January 2015.', 'He is the Minister of Fisheries and Marine Resources in Somalia, appointed by Prime Minister Omar Abdirashid Ali Sharmarke on 27 January.', 'He is Minister of Fisheries and Marine Resources based in Somalia and was appointed Minister by Prime Minister Omar Abdirashid Ali Sharmarke on 27 January 2015.']" -121,"['Athletes', 'from', 'Philippines', 'won', 'total', 'seven', 'medals,', 'and', 'finished', 'at', 'the', '21st', 'spot,', 'tied', 'with', 'Syria', 'in', 'a', 'medal', 'table.']","[2, 3]",0,philippines,"Athletes from Philippines won total seven medals, and finished at the 21st spot, tied with Syria in a medal table.","['The athletes from the Philippines won a total of seven medals and finished 21st in the medal table with Syria.', 'The athletes from the Philippines won a total of seven medals and finished 21st, level with Syria in the medal table.', 'The athletes from the Philippines won a total of seven medals and finished 21st in the medal table with Syria.', 'Athletes from the Philippines won a total of seven medals and were level on 21 points with Syria in the medal table.', 'The athletes from the Philippines take home a total of seven medals and are tied with Syria in 21st place in the medal table.']" -122,"[""Tokko's"", 'original', 'soundtrack', 'was', 'released', 'in', 'stores', 'across', 'Japan', 'on', 'June', '28,', '2006', 'as', 'part', 'of', 'its', 'release', 'with', 'the', 'TOKKO', 'TV', 'series.']","[8, 9]",0,japan,"Tokko's original soundtrack was released in stores across Japan on June 28, 2006 as part of its release with the TOKKO TV series.","[""Tokyo's original soundtrack was released in Japan on June 28, 2006, along with the TOKKO TV series."", ""Tokyo's original soundtrack was released in Japan on June 28, 2006 as part of the TOKKO television series."", ""Tokyo's original soundtrack was released on June 28, 2006 in stores across Japan, where it was released along with the TOKKO TV series."", ""Tokyo's original soundtrack was released in Japan on June 28, 2006 as part of the TOKKO series."", 's original soundtrack was released in the Tokko District on June 28, 2006. Part of this series was TOKKO Television.']" -123,"['It', 'was', 'located', 'in', 'Rindge,', 'New', 'Hampshire,', 'United', 'States', ',', 'on', 'a', 'working', 'organic', 'farm', 'with', '142', 'acres', '(0.57', '\xa0', 'km2)', 'of', 'field', 'and', 'forest.']","[7, 9]",0,united states,"It was located in Rindge, New Hampshire, United States, on a working organic farm with 142 acres (0.57  km2) of field and forest.","['It was located in Rindge, New Hampshire, USA, on a farm with 0.57 km2 of field and forest.', 'It was located in Rindge, New Hampshire, USA, on an organic farm with an area of 0.57 km2 - field and forest.', 'It was built in Rindge, New Hampshire, USA, on a farm with 0.57 km2 of fields and forests.', 'The farm was located in Rindge, New Hampshire, USA, on an organic farm with 0.57 km2 of fields and forests.', 'It was in Rindge, New Hampshire, on an organic farm with 0.57 square miles of field and forest.']" -124,"['During', 'the', 'occupation', 'of', 'Norway', 'by', 'Germany', 'he', 'was', 'imprisoned', 'in', 'Grini', 'concentration', 'camp', 'from', '13', 'to', '21', 'January', '1942.']","[4, 5]",0,norway,During the occupation of Norway by Germany he was imprisoned in Grini concentration camp from 13 to 21 January 1942.,"['During the German occupation of Norway, he was imprisoned in the Grini concentration camp from 13 to 21 January 1942.', 'During the occupation of Norway by Germany, he was imprisoned in the Grini concentration camp between 13 and 21 January 1942.', 'During the German occupation of Norway, he was imprisoned in the Grini concentration camp from 13 to 21 January 1942.', 'During the occupation of Norway by Germany, he was arrested in the Grini concentration camp from 13 to 21 January 1942.', 'During the occupation of Norway by Germany, he was imprisoned in the Grini concentration camp from 13 to 21 January 1942.']" -125,"['Richard', 'T.', 'McCrea', 'and', 'William', 'A.', 'S.', 'Sarjeant', 'published', 'a', 'paper', 'describing', 'new', 'bird', 'and', 'mammal', 'ichnotaxa', 'from', 'the', 'Gates', 'Formation', 'in', 'Alberta,', 'Canada', '.']","[23, 24]",0,canada,"Richard T. McCrea and William A. S. Sarjeant published a paper describing new bird and mammal ichnotaxa from the Gates Formation in Alberta, Canada.","['Richard T. McCrea and William A. S. Sarjeant published an essay describing new ichnotaxa of birds and mammals from the Gates Formation in Alberta, Canada.', 'Richard T. McCrea and William A. S. Sarjeant published an essay describing new ichnotaxa of birds and mammals from the Gates Formation in Alberta, Canada.', 'Richard T. McCrea and William A. S. Sarjeant have published an article describing a new bird and mammal taxa from the Gates Formation in Alberta, Canada.', 'Richard T. McCrea and William A. S. Sarjeant published an essay describing new bird and mammal taxa of the Gates Formation in Alberta, Canada.', 'Richard T. McCrea and William A. S. Sarjeant published an essay describing the new birds and mammals of the peat formation in Alberta, Canada.']" -126,"['The', 'Datsuns', 'toured', 'Australia', 'in', '2002', 'with', 'Melbourne', 'band', 'The', 'Specimens', 'and', 'The', 'Casanovas', 'as', 'well', 'as', 'playing', 'a', 'live', 'to', 'air', 'on', 'PBS', 'radio.']","[3, 4]",0,australia,The Datsuns toured Australia in 2002 with Melbourne band The Specimens and The Casanovas as well as playing a live to air on PBS radio.,"['The Datsuns toured Australia in 2002 with The Specimens and The Casanovas from Melbourne and played live on PBS Radio.', 'The Datsuns toured Australia in 2002 with Melbourne bands The Specimens and The Casanovas and played a live broadcast on PBS Radio.', 'The Datsuns toured Australia in 2002 with The Specimens and The Casanovas from Melbourne and played live on PBS.', 'In 2002, the group toured Australia with The Specimens and The Casanovas from Melbourne, and there was also a live broadcast on PBS Radio.', 'The Datsuns toured Australia in 2002 with Melbourne bands The Specimens and The Casanovas and played live on PBS Radio.']" -127,"['Sarah', 'Culberson', '(born', '1976)', 'is', 'a', 'biracial', 'American', 'woman', 'of', 'Mende', 'ancestry', 'from', 'Sierra', 'Leone', 'on', 'her', ""father's"", 'side.']","[13, 15]",0,sierra leone,Sarah Culberson (born 1976) is a biracial American woman of Mende ancestry from Sierra Leone on her father's side.,"['Sarah Culberson (* 1976) is an American of two tribes with Mendist roots who comes from Sierra Leone with her father.', 'Sarah Culberson (b. 1976) is a two-racial American of Ethiopian descent from Sierra Leone, where she lives with her father.', 'Sarah Culberson (* 1976) is an American of mixed descent and lives alongside her father in Sierra Leone.', 'Sarah Culberson (* 1976) is a two-racial American from Sierra Leone who lives next to her father.', 'Sarah Culberson (born 1976) is a woman from Sierra Leone with two American races and Mende descent.']" -128,"['It', 'passes', 'through', 'the', 'towns', 'of', 'Dmitrov', 'and', 'Yakhroma', ',', 'crossing', 'the', 'Moscow-Volga', 'Canal', 'on', 'its', 'way.']","[8, 9]",0,yakhroma,"It passes through the towns of Dmitrov and Yakhroma, crossing the Moscow-Volga Canal on its way.","['It crosses the cities of Dmitrov and Yakhroma, crossing the Moscow-Volga Canal.', 'It crosses the cities of Dmitrov and Yakhroma and crosses the Moscow-Volga Canal.', 'The motorway crosses the cities of Dmitrov and Yakhroma and crosses the Moscow-Volga Canal on its way.', 'It will pass through the cities of Dmitrov and Yakhroma, crossing the Moscow-Volga Canal.', 'It crosses the cities of Dmitrov and Sakhroma and crosses the Moscow-Volga Canal.']" -129,"['Some', 'residents', 'left', 'the', 'village', 'for', 'Ukraine', 'at', 'that', 'time.']","[6, 7]",0,ukraine,Some residents left the village for Ukraine at that time.,"['Some residents left the village for Ukraine.', 'Some residents left the village for Ukraine.', 'At that time, some residents left the village for Ukraine.', 'Some residents left the village for Ukraine.', 'Some residents left the village for Ukraine.']" -130,"['The', 'Sahamalaza', 'sportive', 'lemur', '(Lepilemur', 'sahamalazensis)', 'is', 'a', 'sportive', 'lemur', 'endemic', 'to', 'Madagascar', '.']","[12, 13]",0,madagascar,The Sahamalaza sportive lemur (Lepilemur sahamalazensis) is a sportive lemur endemic to Madagascar.,"['The Sportive Lemur (Lepilemur sahamalazensis) is a sporty lemur from Madagascar.', 'The Sportimur Sahamalaza (Lepilemur sahamalazensis) is an endemic sport in Madagascar.', 'The Sahamilla Lemur (Lepilemur sahamalazensis) is a lemur native to Madagascar.', 'The Sahalan lemur (Lepilemur sahamalazensis) is a sportimur native to Madagascar.', 'The Saxon gazelle lemur (Lepilemur sahamalazensis) is a sport lemur endemic to Madagascar.']" -131,"['Its', 'population', 'reflects', 'Syria', ""'s"", 'general', 'religious', 'diversity,', 'composed', 'of', 'Sunni', 'and', 'Alawite', 'and', 'Christian.']","[3, 4]",0,syria,"Its population reflects Syria's general religious diversity, composed of Sunni and Alawite and Christian.","[""Its population reflects Syria's religious diversity, made up of Sunnis, Alawites, and Christians."", ""Its population reflects Syria's overall religious diversity, which consists of Sunnis, Alawites, and Christians."", ""Its population reflects Syria's greater religious diversity, made up of Sunnis, Alawites, and Christians."", ""Its population is an expression of Syria's general religious diversity, composed of Sunnis, Alawites and Christians."", ""Its population reflects Syria's broader religious diversity, which includes Sunnis and Alawites as well as Christians.""]" -132,"['Returning', 'to', 'San', 'Francisco', 'in', '1969,', 'Carter', 'turned', 'to', 'longer-term', 'projects.']","[2, 4]",0,san francisco,"Returning to San Francisco in 1969, Carter turned to longer-term projects.","['After returning to San Francisco in 1969, Carter turned to longer-term projects.', 'After returning to San Francisco in 1969, Carter turned to long-term projects.', 'When he returned to San Francisco in 1969, he turned to longer-term projects.', 'When Carter returned to San Francisco in 1969, he devoted himself to long-term projects.', 'When Carter returned to San Francisco in 1969, he took on longer-term projects.']" -133,"['James', 'Coleman', '(born', '16', 'November', '1968)', 'is', 'a', 'New', 'Zealand', 'television', 'presenter,', 'radio', 'host', 'and', 'actor.']","[8, 10]",0,new zealand,"James Coleman (born 16 November 1968) is a New Zealand television presenter, radio host and actor.","['James Coleman (born November 16, 1968 in New Zealand) is a New Zealand television host, radio host, and actor.', 'James Coleman (born November 16, 1968) is a New Zealand television host, radio host, and actor.', 'James Coleman (born November 16, 1968) is a New Zealand television host, radio host, and actor.', 'James Coleman (born November 16, 1968 in New Zealand) is a television host, radio host, and actor.', 'James Coleman (born November 16, 1968 in New Zealand) is a broadcaster, radio host, and actor.']" -134,"['It', 'is', 'found', 'from', 'eastern', 'Russia', 'to', 'the', 'eastern', 'part', 'of', 'the', 'Palearctic', 'ecozone', '.']","[12, 14]",0,palearctic ecozone,It is found from eastern Russia to the eastern part of the Palearctic ecozone.,"['They occur from eastern Russia to the eastern part of the Palearctic environmental zone.', 'It occurs from eastern Russia to the eastern part of the Palearctic eco-zone.', 'It extends from eastern Russia to the eastern part of the Palearctic eco-zone.', 'It extends from eastern Russia to the eastern part of the Palearctic environmental zone.', 'It lies between the eastern plain of Russia and the eastern part of the Palearctic environmental zone.']" -135,"['Metropolitan', 'areas', 'in', 'the', 'United', 'States', 'will', 'continue', 'to', 'grow', 'in', 'size', 'due', 'to', 'a', 'growing', 'population.']","[4, 6]",0,united states,Metropolitan areas in the United States will continue to grow in size due to a growing population.,"['The large cities in the United States will continue to grow due to the growing population.', 'The conurbations in the USA will continue to grow due to the growing population.', 'The agglomerations in the United States will continue to grow as the population grows.', 'Population growth will further increase the size of conurbations in the United States.', 'The big cities in the USA will continue to grow with a growing population.']" -136,"['The', 'type', 'locality', 'for', 'this', 'species', 'is', 'South', 'Africa', '.']","[7, 9]",0,south africa,The type locality for this species is South Africa.,"['The type locality for this species is South Africa.', 'The typical place for this species is South Africa.', 'Typical locality for this species is South Africa.', 'South Africa is typical.', 'This species occurs in South Africa.']" -137,"['FC', 'Magdeburg', 'season', 'was', 'the', ""club's"", 'first', 'season', 'in', 'the', 'DDR-Oberliga,', 'East', 'Germany', ""'s"", 'top', 'football', 'competition,', 'having', 'won', 'promotion', 'thanks', 'to', 'a', 'second-place', 'finish', 'in', 'the', '1959', 'DDR-Liga.']","[11, 13]",0,east germany,"FC Magdeburg season was the club's first season in the DDR-Oberliga, East Germany's top football competition, having won promotion thanks to a second-place finish in the 1959 DDR-Liga.","['In 1959, the first team of 1. FC Magdeburg achieved promotion to the GDR first division, the highest football competition in the Federal Republic of Germany, thanks to a second place in the GDR league.', 'For the first time, the 1. FC Magdeburg stands in the GDR-Oberliga, the highest football competition in East Germany, because the promotion succeeded in 1959 by a second place in the GDR league.', 'After being promoted to second place in the GDR league in 1959, 1. FC Magdeburg played its first season in the GDR first division, the high level of football in East Germany.', 'With the promotion thanks to a second place in the GDR league in 1959, the first Bundesliga game of the 1. FC Magdeburg, the GDR-Oberliga became the European top trio.', 'The 1. FC Magdeburg was his first season in the GDR-Oberliga - the highest competition in football - and promoted thanks to the second place in 1959.']" -138,"['Many', 'if', 'not', 'most', 'Brazilians', 'in', 'Suriname', 'work', 'as', 'small-scale', 'gold', 'miners', 'in', 'the', 'town', 'of', 'Albina', 'which', 'has', 'become', 'primarily', 'a', 'base', 'for', 'nomadic', 'gold', 'prospectors.']","[16, 17]",0,albina,Many if not most Brazilians in Suriname work as small-scale gold miners in the town of Albina which has become primarily a base for nomadic gold prospectors.,"['Many, if not most, Brazilians in Surinam work as small gold prospectors in the city of Albina, which has primarily become a base for nomadic gold prospectors.', 'Many, if not most, Brazilians in Suriname work as small gold miners in the city of Albina, which has mainly become a base of nomadic gold prospectors.', 'Many, if not most, Brazilians in Suriname work as gold miners in the city of Albina, which has primarily become a base for Malian gold prospectors.', 'In Surinam many, if not most, Brazilians work as small gold miners in prosperous villages. In Albina there are mainly nomadic gold miners.', 'There are no mines in Tamazija, a city that has become a base for nomadic gold prospectors.']" -139,"['A', 'recent', 'IDA', 'survey', '(circa', '2006)', 'showed', 'that', 'more', 'could', 'be', 'done', 'to', 'help', 'Singapore', '’s', 'small', '&', 'medium', 'enterprises,', 'or', 'SMEs,', 'tap', 'the', 'power', 'of', 'infocomm', 'technology.']","[14, 15]",0,singapore,"A recent IDA survey (circa 2006) showed that more could be done to help Singapore ’s small & medium enterprises, or SMEs, tap the power of infocomm technology.","[""A recent IDA study (around 2006) showed that more could be done to help Singapore's small and medium-sized enterprises (SMEs) harness the power of infomobil technology."", ""A recent IDA study (around 2006) showed that more could be done to help Singapore's small and medium-sized enterprises - SMEs - harness the power of infomobil technology."", ""A recent IDA survey (around 2006) showed that more could be done to help Singapore's small and medium-sized enterprises (SMEs) use information technology."", ""A recent IDA survey (around 2006) showed how more can be done to help Singapore's small and medium-sized enterprises, known as SMEs, unlock the great potential of innovation technology."", ""A recent IDA survey (2006) showed that more could be done to help Singapore's small and medium-sized enterprises (Gauck / Kiskup) or SMEs harness the power of information technology.""]" -140,"['They', 'decided', 'to', 'found', 'an', 'advocacy', 'group', 'after', ""Maxwell's"", 'husband,', 'Tim', 'Maxwell,', 'was', 'wounded', 'in', 'Iraq', 'and', 'suffered', 'a', 'traumatic', 'brain', 'injury', '(TBI).']","[15, 16]",0,iraq,"They decided to found an advocacy group after Maxwell's husband, Tim Maxwell, was wounded in Iraq and suffered a traumatic brain injury (TBI).","[""They decided to form an advocacy group after Maxwell's husband, Tim Maxwell, was wounded and wounded in the head in Iraq."", ""After Maxwell's husband, Tim Maxwell, was wounded in Iraq and suffered traumatic skull-brain trauma, they decided to form a lobby group."", ""After Maxwell's husband, Tim Maxwell, was wounded in Iraq and suffered traumatic skull-brain trauma (TBI), they decided to form an advocacy group."", ""They formed an advocacy group after Maxwell's husband, Tim Maxwell, was wounded in Iraq and suffered traumatic skull-brain trauma (TBI)."", ""Both decided to set up an advocacy group after Maxwell's husband, Tim Maxwell, was wounded in Iraq and suffered traumatic skull-brain trauma.""]" -141,"['Over', '5000', 'were', 'produced', 'in', 'the', 'United', 'States', 'and', 'the', 'older', '""classic""', 'models', 'are', 'still', 'being', 'built', 'in', 'Japan', '.']","[18, 19]",0,japan,"Over 5000 were produced in the United States and the older""classic"" models are still being built in Japan.","['More than 5,000 were produced in the US, and the older ""classic"" models are still built in Japan.', 'More than 5,000 were produced in the United States, and the older ""classic"" models are still built in Japan.', 'More than 5000 were made in the USA, the older ""classic"" models are still built in Japan.', 'More than 5,000 were built in the United States, and the older ""classic"" models are still built in Japan.', 'More than 5,000 were produced in the US, and the older ""classic"" models continue to be built in Japan.']" -142,"['He', 'has', 'traveled', 'extensively', 'across', 'India', 'and', 'also', 'abroad', 'in', 'his', 'quest', 'for', 'wild-life', 'photography.']","[5, 6]",0,india,He has traveled extensively across India and also abroad in his quest for wild-life photography.,"['In search of nature photos he traveled extensively through India and abroad.', 'He traveled to India and abroad to photograph wildlife.', 'In his search for nature photography he travels India and abroad.', 'In his search for nature photography, he has travelled widely, both in India and abroad.', 'In his search for photographs of wild life, he travelled extensively through India and abroad.']" -143,"['In', '1966-69', 'he', 'freelanced', 'from', 'London', 'doing', 'assignments', 'for', 'The', 'New', 'York', 'Times,', 'Women’s', 'Wear', 'Daily,', 'and', 'TWA’s', 'Annual', 'Report.']","[5, 6]",0,london,"In 1966-69 he freelanced from London doing assignments for The New York Times, Women’s Wear Daily, and TWA’s Annual Report.","[""In 1966-69 he worked freelance in London for The New York Times, Women's Wear Daily and TWA's Annual Report."", ""From 1966-69 he worked freelance from London and wrote for The New York Times, Women's Wear Daily and TWA's Annual Report."", ""From 1966-69, he worked as a freelancer for The New York Times, Women's Wear Daily, and the TWA Annual Report."", ""From 1966-69 he worked as a freelance writer in London, where he worked for the New York Times, Women's Wear Daily and the TWA for the annual report."", ""From 1966-69 he worked as a freelance writer for The New York Times, Women's Daily and TWA.""]" -144,"['The', ""university's"", 'financial', 'program,', 'which', 'was', 'initiated', 'in', 'the', '1990s', 'with', 'the', 'support', 'of', 'France', ""'s"", 'larger', 'banks,', 'was', 'intended', 'to', 'prepare', 'students', 'for', 'middle', 'and', 'back-office', 'positions', 'in', 'the', 'trading', 'departments', 'of', 'financial', 'institutions.']","[14, 15]",0,france,"The university's financial program, which was initiated in the 1990s with the support of France's larger banks, was intended to prepare students for middle and back-office positions in the trading departments of financial institutions.","[""Launched in the 1990s with the support of major French banks, the university's financial program was designed to prepare students for middle and higher positions in the commercial departments of financial institutions."", ""Launched in the 1990s with the support of major French banks, the university's financial program was designed to prepare students for medium- and long-term office jobs in the commercial departments of financial institutions."", ""Launched in the 1990s with the support of the former major French banks, the university's financial programme was designed to prepare students for middle and middle-level positions in the commercial departments of financial institutions."", ""The university's financial programme dates back to the 1990s and was developed with the support of major French banks to prepare students for office work in the commercial departments of financial institutions."", ""Launched in the 1990s with the support of major banks in France, the university's financial programme was designed to prepare students for middle and intermediate positions in the trading departments of financial institutions.""]" -145,"['Shodhan', 'scored', '45', 'and', '11', 'in', 'the', 'first', 'Test', 'at', 'Port', 'of', 'Spain', 'against', 'West', 'Indies', 'that', 'followed.']","[10, 13]",0,port of spain,Shodhan scored 45 and 11 in the first Test at Port of Spain against West Indies that followed.,"['Shodhan scored 45 and 11 in the first Test against West Indies in Port of Spain', 'Shodhan scored 45 and 11 in the first Test against West Indies that followed.', 'Shodhan scored 45 and 11 in the first Test against West Indies.', 'Shodhan also scored 45 and 11 in the first Test against West Indies in Port of Spain', 'Shodhan scored 45 and 11 in his first Test against West Indies, which then followed']" -146,"['Lachen', 'is', 'a', 'municipality', 'in', 'the', 'district', 'of', 'Unterallgäu', 'in', 'Bavaria,', 'Germany.']","[8, 9]",0,unterallgäu,"Lachen is a municipality in the district of Unterallgäu in Bavaria, Germany.","['Lachen is a municipality in the district of Unterallgäu in Bavaria.', 'Lachen is a municipality in the district of Unterallgäu in Bavaria.', 'Lachen is a municipality in the district of Unterallgäu in Bavaria.', 'Lachen is a municipality in the Bavarian district of Unterallgäu.', 'Lachen is a municipality in the district of Unterallgäu in Bavaria. The origin of the event is a listed building from the 19th century.']" -147,"['It', 'sends', 'missionaries', 'to', 'Russia,', 'Ukraine,', 'Armenia,', 'Azerbaijan', ',', 'Tajikistan,', 'Afghanistan,', 'Israel', 'and', 'India.']","[7, 8]",0,azerbaijan,"It sends missionaries to Russia, Ukraine, Armenia, Azerbaijan, Tajikistan, Afghanistan, Israel and India.","['It sends missionaries to Russia, Ukraine, Armenia, Azerbaijan, Tajikistan, Afghanistan, Israel and India.', 'It sends missionaries to Russia, Ukraine, Armenia, Azerbaijan, Tajikistan, Afghanistan, Israel and India.', 'The country sends missionaries to Russia, Ukraine, Armenia, Azerbaijan, Tajikistan, Afghanistan, Israel and India.', 'It sends missionaries to Russia, Ukraine, Armenia, Azerbaijan, Tajikistan, Afghanistan, Israel and India.', 'It sends missionaries to Russia, Ukraine, Armenia, Azerbaijan, Tajikistan, Afghanistan, Israel and India.']" -148,"['Among', 'his', 'students', 'were', 'Lola', 'Mora', 'and', 'Victor', 'de', 'Pol,', 'who', 'both', 'developed', 'significant', 'public', 'work', 'in', 'Buenos', 'Aires', '.']","[17, 19]",0,buenos aires,"Among his students were Lola Mora and Victor de Pol, who both developed significant public work in Buenos Aires.","['Among his students were Lola Mora and Victor de Pol, who both carried out important public works in Buenos Aires.', 'His students included Lola Mora and Victor de Pol, both of whom did important public relations work in Buenos Aires.', 'Among his students were Lola Mora and Victor de Pol, who both developed an important public relations work in Buenos Aires.', 'Lola Mora and Victor de Pol were among his students and together they developed an important public work in Buenos Aires.', 'His students included Lola Moreno and Plaza de Al, both of whom developed significant PR skills in Buenos Aires.']" -149,"['It', 'was', 'part', 'of', 'the', 'traditional', 'region', 'of', 'Upper', 'Carniola', 'and', 'is', 'now', 'included', 'with', 'the', 'rest', 'of', 'the', 'municipality', 'in', 'the', 'Central', 'Slovenia', 'Statistical', 'Region.']","[8, 10]",0,upper carniola,It was part of the traditional region of Upper Carniola and is now included with the rest of the municipality in the Central Slovenia Statistical Region.,"['It was part of the traditional Upper Carniola region and now belongs to the rest of the municipality of the Central Slovenian Statistical Region.', 'It was part of the traditional Upper Carniola region, which is now part of the municipality in central Slovenia.', 'It was part of the traditional Upper Carniola region and is now part of the Central Slovenian region.', 'It was part of the traditional Upper Carniola region and is now connected with the rest of the municipality in central Slovenia.', 'It was part of the traditional government of Upper Carniola and now belongs to the rest of Central Slovenia.']" -150,"['The', 'team', 'has', 'just', 'competed', 'in', 'the', 'Suwon', 'Cup', 'in', 'Korea', 'losing', '1–0', 'to', 'Uruguay', 'and', 'South', 'Korea', 'respectively', 'and', 'beating', 'Nigeria', '4–3.']","[10, 11]",0,korea,The team has just competed in the Suwon Cup in Korea losing 1–0 to Uruguay and South Korea respectively and beating Nigeria 4–3.,"['The team has just won the Suwon Cup in Korea, beating Uruguay and South Korea 1-0 each and Nigeria 4-3.', 'The team has just taken part in the Suwon Cup in Korea, winning 1-0 against Uruguay and 4-3 against Nigeria.', 'The team has just taken part in the Suwon Cup in Korea, losing 1: 0 to Uruguay and South Korea respectively and defeating Nigeria 4: 3.', 'The team has just taken part in the Suwon World Cup in Korea, beating Uruguay 1-0 and South Korea 4-3.', 'The team has just taken part in the Suwon Cup in Korea, losing 1-0 to Uruguay and South Korea and winning 4-3.']" -151,"['Also', 'she', 'was', 'a', 'protecting', 'goddess', 'of', 'Rome', 'and', 'the', 'keeper', 'of', 'the', 'sacred', 'name', 'of', 'the', 'city,', 'which', 'might', 'not', 'be', 'pronounced', 'lest', 'it', 'should', 'be', 'revealed', 'to', 'her', 'enemies.']","[7, 8]",0,rome,"Also she was a protecting goddess of Rome and the keeper of the sacred name of the city, which might not be pronounced lest it should be revealed to her enemies.","['She was also a patron goddess of Rome and guardian of the holy name of the city, which could not be pronounced lest it be revealed to her enemies.', 'She was also the patron goddess of Rome and guardian of the holy name of the city, which must not be pronounced lest it be revealed to her enemies.', 'And she was also the patron goddess of Rome and guardian of the holy name of the city, which was perhaps not pronounced so as not to reveal it to her enemies.', 'She was also the patron goddess of Rome and guardian of a holy name of the city, which perhaps should not be pronounced lest it be revealed to her enemies.', 'She was also a patron goddess of Rome and of the holy name of the city, which could not be pronounced so as not to reveal it to her enemies.']" -152,"['After', 'education', 'and', 'vocational', 'training', 'in', 'the', 'U.S.', 'and', 'in', 'Germany', 'Otto', 'K.', 'Eitel', 'volunteered', 'in', 'the', 'Hotel', 'Astor', 'on', 'Times', 'Square', 'in', 'New', 'York', ',', 'which', 'was', 'founded', 'in', 'the', 'same', 'year', 'by', 'the', 'German', 'emigrants', 'William', 'C.', 'Muschenheim', '(1855–1918)', 'and', 'Frederick', 'A.', 'Muschenheim,', 'and', 'where', 'his', 'uncle', 'Max', 'Eitel', 'had', 'also', 'volunteered', 'in', '1904–1906.']","[23, 25]",0,new york,"After education and vocational training in the U.S. and in Germany Otto K. Eitel volunteered in the Hotel Astor on Times Square in New York, which was founded in the same year by the German emigrants William C. Muschenheim (1855–1918) and Frederick A. Muschenheim, and where his uncle Max Eitel had also volunteered in 1904–1906.","['After training in the USA and Germany, Otto K. Eitel volunteered in the same year for the Hotel Astor on Times Square in New York, founded by the German emigrants William C. Muschenheim (1855-1918) and Friedrich A. Muschenheim. His uncle Max Eitel also volunteered from 1904-1906.', 'After his education in the USA and Germany, Otto K. Eitel completed a traineeship at the Hotel Astor on Times Square in New York, which was founded in the same year by the German emigrants William C. Muschenheim (1855 to 1918) and Frederick A. Muschenheim and where his uncle Max Eitel had registered from 1904 to 1906.', 'After training in the USA and Germany, Otto K. Eitel became a trainee at the Hotel Astor on Times Square in New York, which was founded in the same year by the German emigrants William C. Muschenheim (1855-1918) and Friedrich A. Muschenheim and where his uncle Max Eitel had registered between 1904 and 1906.', 'After training and vocational training in the USA and Germany, Otto K. Eitel volunteered for the Hotel Astor on Times Square in New York, founded by the German emigrants William C. Muschenheim (1855-1918) and Friedrich A. Muschenheim as well as his uncle Max Eitel in the years 1904-1906.', 'After training and education in the USA and Germany, Otto K. Eitel voluntarily moved into the Hotel Astor on Times Square in New York, which was occupied in the same year by the German emigrants William C. Muschenheim (1855-1918) and Friedrich A. Muschenheim, where his uncle Max Eitel had also stayed in 1904 and 1906.']" -153,"['Established', 'in', 'Sydney', 'in', '1977,', 'the', 'King', 'Living', 'brand', 'currently', 'has', '14', 'showrooms', 'in', 'Australia,', 'as', 'well', 'as', 'international', 'showrooms', 'in', 'New', 'Zealand', 'and', 'Singapore.']","[2, 3]",0,sydney,"Established in Sydney in 1977, the King Living brand currently has 14 showrooms in Australia, as well as international showrooms in New Zealand and Singapore.","['King Living was founded in Sydney in 1977 and currently operates 14 showrooms in Australia as well as international showrooms in New Zealand and Singapore.', 'King Living was founded in Sydney in 1977 and currently has 14 showrooms in Australia as well as international showrooms in New Zealand and Singapore.', 'Founded in Sydney in 1977, the King Living brand now operates 14 showrooms in Australia and international showrooms in New Zealand and Singapore.', 'King Living was founded in Sydney in 1977 and currently has 14 showrooms in Australia as well as international showrooms in New Zealand and Singapore.', 'The König Living brand, which closed in 1977, currently has 14 showrooms in Australia and international showrooms in New Zealand and Singapore.']" -154,"['From', '1863', 'to', '1864', 'he', 'studied', 'in', 'Edinburgh,', 'and', 'he', 'later', 'studied', 'in', 'Copenhagen', '(1864),', 'Germany', '(1869)', 'and', 'Stockholm', '(1879).']","[18, 19]",0,stockholm,"From 1863 to 1864 he studied in Edinburgh, and he later studied in Copenhagen (1864), Germany (1869) and Stockholm (1879).","['From 1863 to 1864 he studied in Edinburgh, later in Copenhagen (1864), Germany (1869) and Stockholm (1879).', 'From 1863 to 1864 he studied in Edinburgh and later in Copenhagen (1864), Germany (1869) and Stockholm (1879).', 'From 1863 to 1864 he studied in Edinburgh, later in Copenhagen (1864), Germany (1869) and Stockholm (1879).', 'In 1863-64 he studied in Edinburgh and later in Copenhagen (1864), Germany (1869) and Stockholm (1879).', 'From 1863 to 1864 he studied in Edinburgh and later in Copenhagen (1864), Germany (1869) and Stockholm (1879).']" -155,"['He', 'defected', 'to', 'Mexico', 'in', '2011.']","[3, 4]",0,mexico,He defected to Mexico in 2011.,"['He defected to Mexico in 2011.', 'He defected to Mexico in 2011.', 'He defected to Mexico in 2011.', 'He moved to Mexico in 2011.', 'He moved to Mexico in 2011.']" -156,"['The', 'members', 'were', 'Los', 'Angeles', 'drummer', 'Steve', 'Young,', 'and', 'later', 'joined', 'in', 'the', 'UK', 'by', 'bassist', 'Mark', 'Sidgwick.']","[3, 5]",0,los angeles,"The members were Los Angeles drummer Steve Young, and later joined in the UK by bassist Mark Sidgwick.","['The members were drummer Steve Young from Los Angeles and later bassist Mark Sidgwick from Great Britain.', 'The members were drummer Steve Young from Los Angeles and later British bassist Mark Sidgwick.', 'The members were drummer Steve Young from Los Angeles and later bassist Mark Sidgwick from Great Britain.', 'The members were drummer Steve Young and later bassist Mark Sidgwick.', 'In the band played drummer Steve Young from Los Angeles, later bassist Mark Sidgwick came to the UK.']" -157,"['Before', '1945', 'the', 'area', 'was', 'part', 'of', 'Germany', '(East', 'Prussia).']","[7, 8]",0,germany,Before 1945 the area was part of Germany (East Prussia).,"['Before 1945 the area belonged to Germany (East Prussia).', 'Before 1945 the area belonged to Germany (East Prussia).', 'Before 1945 the area belonged to Germany (East Prussia).', 'Before 1945 the region belonged to Germany (East Prussia).', 'Until 1945 the region belonged to Germany (East Prussia).']" -158,"['All', 'kickoff', 'times', 'are', 'listed', 'as', 'local', 'time', 'in', 'Moscow', '(UTC+4).']","[9, 10]",0,moscow,All kickoff times are listed as local time in Moscow (UTC+4).,"['All kick-off times are given as local time in Moscow (UTC + 4).', 'All kick-off times in Moscow are given as local time (UTC + 4).', 'All kickoff times in Moscow are given as local time (UTC + 4).', 'All kick-off times are given as local time in Moscow (UTC + 4).', 'All kick-off times in Moscow are given in local time (UTC + 4).']" -159,"['Born', 'in', 'Rotterdam', ',', 'Netherlands,', 'Zetteler', 'moved', 'to', 'Milwaukee,', 'Wisconsin', 'in', '1848.']","[2, 3]",0,rotterdam,"Born in Rotterdam, Netherlands, Zetteler moved to Milwaukee, Wisconsin in 1848.","['Born in Rotterdam, the Netherlands, Zetteler moved to Milwaukee, Wisconsin, in 1848.', 'Zetteler, who was born in Rotterdam / Netherlands, moved to Milwaukee / Wisconsin in 1848.', 'Born in Rotterdam, the Netherlands, Zetteler moved to Milwaukee, Wisconsin, in 1848.', 'Zetteler, born in Rotterdam, the Netherlands, in 1848, moves to Milwaukee, Wisconsin.', 'The Rotterdam-born Zetteler coordinated the growth of perfumes and sunscreen.']" -160,"['Hypopachus', 'is', 'a', 'genus', 'of', 'microhylid', 'frogs', 'found', 'in', 'the', 'Americas', 'between', 'Costa', 'Rica', 'and', 'the', 'southern', 'United', 'States.']","[12, 14]",0,costa rica,Hypopachus is a genus of microhylid frogs found in the Americas between Costa Rica and the southern United States.,"['Hypopachus is a genus of microhybrid frogs that occurs in America between Costa Rica and the southern United States.', 'Hypopachus is a genus of microhybrid frogs occurring in North and South America between Costa Rica and the southern USA.', 'Hypopachus is a type of microhybrid frog that occurs in America between Costa Rica and the southern states of the United States.', 'Hypopachus is a genus of microflying frogs that occurs on the American continent between Costa Rica and the southern USA.', 'Hypopachus is a genus of microhylids that lives between Costa Rica and the southern USA in America.']" -161,"['Most', 'homicides', 'in', 'Switzerland', 'are', 'considered', 'killings,', 'with', 'the', 'penalty', 'ranging', 'from', '5', 'to', '20', 'years.']","[3, 4]",0,switzerland,"Most homicides in Switzerland are considered killings, with the penalty ranging from 5 to 20 years.","['Most murders are classified as homicides in Switzerland, with sentences ranging from 5 to 20 years.', 'Most murders in Switzerland are considered homicides punishable by imprisonment of between five and 20 years.', 'In Switzerland, most murders are considered manslaughter, punishable by 5 to 20 years in prison.', 'Most murders are classed as murder in Switzerland, with a sentence of between five and 20 years in prison.', 'Most homicide offenses in Switzerland are classified as homicide offenses, with sentences ranging from 5 to 20 years for drug offenses.']" -162,"['In', '1972,', 'the', 'Pirus', 'were', 'created', 'by', 'teenagers', 'from', 'neighborhoods', 'and', 'young', 'black', 'men', 'returning', 'from', 'Vietnam', '.']","[16, 17]",0,vietnam,"In 1972, the Pirus were created by teenagers from neighborhoods and young black men returning from Vietnam.","['In 1972, the Pirus were founded by teenagers and young black men returning from Vietnam.', 'In 1972, the Pirus was founded by neighborhood youths and young black men returning from Vietnam.', 'In 1972, the Pirus was founded by neighborhood youths and young black men returning from Vietnam.', 'In 1972, the Pirus was founded by neighborhood youths and young black men returning from Vietnam.', 'In 1972, the Pirus was founded by urban youth and young black men returning from Vietnam.']" -163,"['In', 'the', 'United', 'Kingdom,', 'Ireland,', 'New', 'Zealand,', 'and', 'Australia', ',', 'the', 'word', '""raisin""', 'is', 'reserved', 'for', 'the', 'dark-coloured', 'dried', 'large', 'grape,', 'with', '""sultana""', 'being', 'a', 'golden-coloured', 'dried', 'grape,', 'and', '""currant""', 'being', 'a', 'dried', 'small', 'Black', 'Corinth', 'seedless', 'grape.']","[8, 9]",0,australia,"In the United Kingdom, Ireland, New Zealand, and Australia, the word""raisin"" is reserved for the dark-coloured dried large grape, with""sultana"" being a golden-coloured dried grape, and""currant"" being a dried small Black Corinth seedless grape.","['In Great Britain, Ireland, New Zealand and Australia, the word ""raisin"" is reserved for the dark colored, dried large grape, whereby ""sultana"" is a golden, dried grape and ""currant"" is a dried, small, seedless grape from Black Corinth.', 'In Great Britain, Ireland, New Zealand and Australia, the word ""raisin"" is reserved for the dark, dried, large grape, whereby ""sultana"" is a golden, dried grape and ""currant"" is a dried, small grape without blackcurrants.', 'In Great Britain, Ireland, New Zealand and Australia, the word ""raisin"" is reserved for the dark-colored dried large grape, while ""sultana"" is a golden-colored dried grape and ""currance"" is a dried small seedless grape from Black Corinth.', 'In Great Britain, Ireland, New Zealand and Australia the ""raisin"" is reserved for the dark, dried large grapes, whereby ""Sultana"" is a golden dry grape and ""Currant"" is a dried small grape without blackcurrant grapes.', 'In Great Britain, Ireland, New Zealand and Australia, the word ""raisin"" is reserved for the dark grape Dreamed Large, whereby ""sultana"" is a golden-dried grape and ""currant"" is a small, seedless dried grape from Black Corinth.']" -164,"['The', 'work', 'was', 'commissioned', 'by', 'Sveriges', 'Radio', 'Radioteatern,', 'the', 'radio', 'drama', 'department', 'of', 'Sweden', ""'s"", 'national', 'radio', 'broadcaster.']","[13, 14]",0,sweden,"The work was commissioned by Sveriges Radio Radioteatern, the radio drama department of Sweden's national radio broadcaster.","['The work was commissioned by Sveriges Radio Radioteatern, the radio play department of the Swedish radio station.', 'The work was commissioned by Sveriges Radio Radioteatern, the radio play department of the Swedish radio station.', 'The work was commissioned by Sveriges Radio Radioteatern, the radio play service of the Swedish radio station.', 'The work was commissioned by Sveriges Radio Radioteatern, the radio play department of the Swedish National Radio.', 'The picture was commissioned by Sveriges Radio Radioteatern, the radio play department of the Swedish state broadcaster.']" -165,"['The', 'whole', 'scheme', 'also', 'revealed', 'a', 'need', 'for', 'a', 'small', 'batch', 'of', 'locomotives', 'to', 'maintain', 'connecting', 'services', 'between', 'London', '(Waterloo)', 'and', 'the', 'unelectrified', 'area', 'of', 'Southampton', 'Docks', 'for', 'the', 'passenger', 'Ocean', 'Liner', 'traffic.']","[25, 27]",0,southampton docks,The whole scheme also revealed a need for a small batch of locomotives to maintain connecting services between London (Waterloo) and the unelectrified area of Southampton Docks for the passenger Ocean Liner traffic.,"['The whole system also resulted in the need for a small number of locomotives to maintain service between London (Waterloo) and the non-electrified Ocean Liner passenger section of Southampton Docks.', 'The whole measure also demonstrated the need for a small group of locomotives to maintain rail links between London (Waterloo) and the non-electrified section of Southampton Docks for passenger transport on the Ocean Liner.', 'The entire programme also proved necessary to install a small group of locomotives to maintain passenger services between London (Waterloo) and the non-electrified area of Southampton Docks.', 'The entire programme also underlined the need for low-volume locomotives to maintain passenger sea traffic between London (Waterloo) and the non-electrified area of Southampton Docks.', 'The project also revealed that a small number of locomotives are needed to maintain passenger traffic on the Ocean Liner between London (Waterloo) and the non-electrified areas of Southampton docks.']" -166,"['Future', 'Force', 'Warrior', 'was', 'a', 'United', 'States', 'military', 'advanced', 'technology', 'demonstration', 'project', 'that', 'was', 'part', 'of', 'the', 'Future', 'Combat', 'Systems', 'project.']","[5, 7]",0,united states,Future Force Warrior was a United States military advanced technology demonstration project that was part of the Future Combat Systems project.,"['Future Force Warrior was a United States military demonstration project with advanced technology that was part of the Future Combat Systems Project.', 'Future Force Warrior is a US military advanced technology demonstration project that is part of the Future Combat Systems Project.', 'Future Force Warrior was a demonstration project for advanced technologies of the US Armed Forces as part of the Future Combat Systems Project.', 'Future Force Warrior was an advanced military demonstration project that was part of the Future Combat Systems project.', 'Future Force Warrior was a technological demonstration project of the US Armed Forces, which was completed as part of the Future Combat Systems Project.']" -167,"['Malków', 'is', 'a', 'village', 'in', 'the', 'administrative', 'district', 'of', 'Gmina', 'Å»arnów,', 'within', 'Opoczno', 'County', ',', 'Åódź', 'Voivodeship,', 'in', 'central', 'Poland.']","[12, 14]",0,opoczno county,"Malków is a village in the administrative district of Gmina Å»arnów, within Opoczno County, Åódź Voivodeship, in central Poland.","['Malków is a village in the Å»arnów district of Åódź Voivodeship in central Poland.', 'Malków is a village in Å»arnów County, Opoczno County, Åódź Voivodeship, Central Poland.', 'Malkow is a village in the Gmina Å»arnów province, Opoczno region, Lodz Voivodeship, central Poland.', 'Malków is a village in the Gmina Å»arnów district, in the Opoczno district of Åódź Voivodeship in central Poland.', 'Malków is a municipality in the town of Gmina, which belongs to the district of Opoczno, Lodz Voivodeship, in central Poland.']" -168,"['He', 'was', 'posted', 'to', 'London', 'in', 'March', '1944', 'with', 'responsibility', 'for', 'neurosurgery', 'in', 'the', 'European', 'theatre.']","[4, 5]",0,london,He was posted to London in March 1944 with responsibility for neurosurgery in the European theatre.,"['In March 1944 he was sent to London, where he was responsible for neurosurgery in the European theatre.', 'In March 1944 he was sent to London, where he assumed responsibility for neurosurgery at the European Theatre.', 'He came to London in March 1944 and was responsible for neurosurgery in the European theatre.', 'In March 1944 he went to London where he was responsible for neurosurgery in the European theatre.', 'In March 1944 he was sent to London, where he was responsible for neurosurgery in the European theatre.']" -169,"['Works', 'of', ""Piko's"", 'was', 'exhibited', 'widely', 'his', 'paintings:', 'Georgia,', 'Austria,', 'Germany,', 'France,', 'UK,', 'Italy,', 'Russia,', 'Greece', ',', 'Yugoslavia,', 'Sweden', 'Etc.']","[15, 16]",0,greece,"Works of Piko's was exhibited widely his paintings: Georgia, Austria, Germany, France, UK, Italy, Russia, Greece, Yugoslavia, Sweden Etc.","['Works by Piko have been exhibited frequently: Georgia, Austria, Germany, France, Great Britain, Italy, Russia, Greece, Yugoslavia, Sweden, etc.', ""Many of Piko's paintings have been exhibited: Georgia, Austria, Germany, France, Great Britain, Italy, Russia, Greece, Yugoslavia, Sweden, etc."", 'Works by Piko have been widely exhibited: Georgia, Austria, Germany, France, Great Britain, Italy, Russia, Greece, Yugoslavia, Sweden, etc.', 'Works by Piko have been shown in numerous exhibitions: Georgia, Austria, Germany, France, Great Britain, Italy, Russia, Greece, Yugoslavia, Sweden, etc.', ""Piko's paintings have been exhibited in many countries, including Georgia, Austria, Germany, France, Great Britain, Italy, Russia, Greece, Yugoslavia, Sweden, etc., enabling much of the country's visual arts.""]" -170,"['Recoleta', 'is', 'a', 'downtown', 'residential', 'neighborhood', 'in', 'the', 'Autonomous', 'City', 'of', 'Buenos', 'Aires,', 'Argentina;', 'it', 'is', 'an', 'area', 'of', 'great', 'historical', 'and', 'architectural', 'interest,', 'mostly', 'because', 'of', 'the', 'Recoleta', 'Cemetery', '.']","[0, 1]",0,recoleta,"Recoleta is a downtown residential neighborhood in the Autonomous City of Buenos Aires, Argentina; it is an area of great historical and architectural interest, mostly because of the Recoleta Cemetery.","['Recoleta is a residential area in downtown Buenos Aires, Argentina; it is an area of great historical and architectural interest, mainly because of the Recoleta cemetery.', 'Recoleta is a residential area in downtown Buenos Aires, Argentina; it is an area of great historical and architectural interest, mainly because of the Recoleta Cemetery.', 'Recoleta is a residential area in the city center of the Autonomous City of Buenos Aires, Argentina. It is an area of great historical and architectural interest, especially because of the Recoleta Cemetery.', 'Recoleta is a residential area in the city of Buenos Aires, Argentina; it is a district of great historical and architectural interest, mainly due to the cemetery of Recoleta.', 'Recoleta is a residential area in downtown Buenos Aires, Argentina; the area is of great historical and architectural interest, mainly because of the cemetery.']" -171,"['Culberson', 'was', 'adopted', 'one', 'year', 'after', 'her', 'birth', 'by', 'a', 'West', 'Virginia', 'couple', 'and', 'was', 'raised', 'in', 'the', 'United', 'States', 'with', 'little', 'knowledge', 'of', 'her', 'ancestry.']","[10, 12]",0,west virginia,Culberson was adopted one year after her birth by a West Virginia couple and was raised in the United States with little knowledge of her ancestry.,"['Culberson was adopted by a couple from West Virginia a year after her birth and grew up in the United States without knowing much about her ancestry.', 'Culberson was adopted by a couple from West Virginia a year after her birth and grew up in the United States without knowing her ancestry.', 'Culberson was adopted by a couple from West Virginia a year after her birth and grew up in the United States without knowing her background.', 'Culberson was adopted by a West Virginia couple a year after her birth and grew up in the United States without knowing her ancestry.', 'Culberson was adopted by a couple from West Virginia a year after her birth and grew up in the United States; little was known about her ancestry.']" -172,"['He', 'made', 'his', 'New', 'Zealand', 'television', 'debut', 'as', 'an', 'actor', 'and', 'writer', 'in', 'satirical', 'sketch', 'show', 'A', 'Week', 'of', 'It,', 'following', 'which', 'he', 'continued', 'to', 'work', 'with', 'that', ""show's"", 'stars', 'David', 'McPhail', 'and', 'Jon', 'Gadsby', 'in', 'McPhail', '&', 'Gadsby', 'and', 'later', 'with', 'McPhail', 'alone', 'in', 'Letter', 'to', 'Blanchy.']","[3, 5]",0,new zealand,"He made his New Zealand television debut as an actor and writer in satirical sketch show A Week of It, following which he continued to work with that show's stars David McPhail and Jon Gadsby in McPhail & Gadsby and later with McPhail alone in Letter to Blanchy.","['He made his New Zealand television debut as an actor and writer in the satirical sketch show A Week of It, then starred with David McPhail and Jon Gadsby in McPhail & Gadsby and later alone with McPhail in Letter to Blanchy.', 'He made his New Zealand television debut as an actor and writer in the satirical sketch series A Week of It, then worked with the stars of the series David McPhail and Jon Gadsby in McPhail & Gadsby and later alone in Letter to Blanchy.', 'He made his acting and writing debut in the satirical sketch series A Week of It, first starring David McPhail and Jon Gadsby in McPhail & Gadsby and later starring alone with McPhail in Letter to Blanchy.', 'He made his New Zealand television debut as an actor and writer in a satirical sketch show called A Week of It, then starred alongside McPhail and Jon Gadsby and worked exclusively with McPhail in Letter to Blanchy.', 'He made his television debut as an actor and writer in the series A Week Later, then went on to work with the stars of that series, Davide McPhail and Jon Gadsby, in McPhail & Gadsby and later alone with McPhail in Letters to the Blanches.']" -173,"['The', 'area', 'is', 'known', 'in', 'Canada', 'for', 'its', 'orchards,', 'vineyards,', 'wineries', 'and', 'restaurants', 'that', 'feature', 'local', 'produce', 'and', 'wines.']","[5, 6]",0,canada,"The area is known in Canada for its orchards, vineyards, wineries and restaurants that feature local produce and wines.","['The area is known in Canada for its orchards, vineyards, wineries and restaurants serving local produce and wines.', 'The area is known in Canada for its orchards, vineyards, wineries and restaurants that offer local produce and wines.', 'The area is known in Canada for its fruit trees, vineyards, wineries and restaurants serving local produce and wines.', 'The region is known in Canada for its orchards, vineyards, wineries and restaurants serving local produce and wines.', 'The area is known in Canada for its orchards, vineyards, wineries and restaurants where local produce and wines are grown.']" -174,"['It', 'was', 'formally', 'taken', 'in', 'use', 'on', '30', 'June', '2005', 'by', 'the', 'Director', 'of', 'the', 'West', 'Siberian', 'Railway', 'as', 'the', '23rd', ""children's"", 'railway', 'of', 'Russia', '.']","[24, 25]",0,russia,It was formally taken in use on 30 June 2005 by the Director of the West Siberian Railway as the 23rd children's railway of Russia.,"[""It was officially put into operation on 30 June 2005 by the director of the Western Siberian Railway as the 23rd Children's Railway of Russia."", ""It was officially put into operation on 30 June 2005 by the director of the Western Siberian Railway as the 23rd children's railway in Russia."", ""It was officially put into operation on 30 June 2005 by the director of the Western Siberian Railway as the 23rd children's railway in Russia."", ""It was officially put into operation on June 30, 2005 by the director of the Western Siberian Railway as the 23rd Russian Children's Railway."", ""The director of the Western Siberian Railway was officially responsible for the 23rd Children's Railway of Russia on June 30, 2005.""]" -175,"['Her', 'first', 'concert', 'appearances', 'took', 'her', 'to', 'Stuttgart,', 'Frankfurt', 'and', 'Switzerland,', 'and', 'in', '1867', 'she', 'became', 'acclaimed', 'for', 'her', 'interpretation', 'of', ""Liszt's"", 'piano', 'music', 'at', 'the', 'Leipzig', 'Gewandhaus.']","[8, 9]",0,frankfurt,"Her first concert appearances took her to Stuttgart, Frankfurt and Switzerland, and in 1867 she became acclaimed for her interpretation of Liszt's piano music at the Leipzig Gewandhaus.","[""Her first concerts took her to Stuttgart, Frankfurt and Switzerland, and in 1867 she became known for her interpretation of Liszt's piano music at the Gewandhaus Leipzig."", ""Her first concerts took her to Stuttgart, Frankfurt and Switzerland. In 1867 she was celebrated at the Gewandhaus Leipzig for her interpretation of Liszt's piano music."", ""Her first concerts took her to Stuttgart, Frankfurt and Switzerland, and in 1867 she received recognition for her interpretation of Liszt's piano music at the Gewandhaus in Leipzig."", ""Her first concert appearances took her to Stuttgart, Frankfurt and Switzerland, where she was already celebrated in 1867 with her interpretation of Liszt's piano music at the Gewandhaus Leipzig."", ""Her first concert tours took her to Stuttgart, Frankfurt and Switzerland, and in 1867 she gained recognition as an interpreter of Liszt's piano music at the Gewandhaus Leipzig.""]" -176,"['The', 'remaining', 'five', 'ships', 'were', 'relocated', 'to', 'Montenegro', ',', 'entering', 'service', 'with', 'the', 'new', 'FR', 'Yugoslav', 'Navy,', 'with', 'three', 'of', 'them', 'being', 'decommissioned', 'in', 'the', 'early', '2000s.']","[7, 8]",0,montenegro,"The remaining five ships were relocated to Montenegro, entering service with the new FR Yugoslav Navy, with three of them being decommissioned in the early 2000s.","['The remaining five vessels were transferred to Montenegro and joined the new French-Yugoslav navy, three of which were decommissioned in the early 2000s.', 'The remaining five vessels were transferred to Montenegro and put into service in the new FR Yugoslav Navy. Three of these vessels were decommissioned in the early 2000s.', 'The remaining five vessels were transferred to Montenegro and put into service with the new FR Yugoslavia Navy. Three of them were decommissioned in the early 2000s.', 'The remaining five vessels were transferred to Montenegro and put into service with the new French-Yugoslav navy, three of which were decommissioned in the early 2000s.', 'The remaining five vessels were transferred to Montenegro and put into service, where they were integrated into the new naval vessel FR Yugoslavia, three of which were decommissioned in the early 2000s.']" -177,"['It', 'was', 'hosted', 'in', 'several', 'cities', 'in', 'Finland', 'from', 'September', '25', 'to', 'October', '2,', '1977,', 'with', 'the', 'final', 'round', 'held', 'in', 'Tampere', '.']","[21, 22]",0,tampere,"It was hosted in several cities in Finland from September 25 to October 2, 1977, with the final round held in Tampere.","['She visited several Finnish cities from 25 September to 2 October 1977, and the final round took place in Tampere.', 'It took place in several Finnish cities from 25 September to 2 October 1977, with the final round taking place in Tampere.', 'It took place in several Finnish cities from 25 September to 2 October 1977, with the final round taking place in Tampere.', 'The conference took place in several Finnish cities from 25 September to 2 October 1977, with the final round taking place in Tampere.', 'From 25 September to 2 October 1977, she visited several Finnish cities, constantly adding new ideas and capacities, particularly with a view to taking part in the final round in Tampere.']" -178,"['As', 'SR', '338', 'heads', 'down', 'from', 'the', 'summit,', 'it', 'passes', 'between', 'the', 'Wellington', 'Hills', 'to', 'the', 'west', 'and', 'the', 'Pine', 'Grove', 'Hills', 'to', 'the', 'east.']","[12, 14]",0,wellington hills,"As SR 338 heads down from the summit, it passes between the Wellington Hills to the west and the Pine Grove Hills to the east.","['As SR 338 falls from the summit, it passes the Wellington Hills to the west and the Pine Grove Hills to the east.', 'As SR 338 descends from the summit, it continues between the Wellington Hills in the west and the Pine Grove Hills in the east.', 'Descending from the summit, SR 338 passes Wellington Hills to the west and Pine Grove Hills to the east.', 'The SR 338 descends from the summit and runs between the Wellington Hills to the west and the Pine Grove Hills to the east.', 'SR 338 turns away from the summit and passes the Wellington Hills to the west and the Pine Grove Hills to the east.']" -179,"['Knockholt', 'is', 'also', 'the', 'only', 'part', 'of', 'this', 'Kent', 'Hundred', 'that', 'is', 'in', 'Kent', 'today,', 'although', 'both', 'would', 'not', 'have', 'been', 'true', 'whilst', 'Knockholt', 'was', 'in', 'the', 'London', 'Borough', 'of', 'Bromley', 'between', '1965', 'and', '1969.']","[0, 1]",0,knockholt,"Knockholt is also the only part of this Kent Hundred that is in Kent today, although both would not have been true whilst Knockholt was in the London Borough of Bromley between 1965 and 1969.","['Knockholt is also the only part of the Kent centenary which now stands in Kent, although neither is true, while Knockholt was in the London borough of Bromley between 1965 and 1969.', 'Knockholt is also the only part of the Kent Hundred that is now in Kent, although neither would have been the case when Knockholt worked in the London borough of Bromley between 1965 and 1969.', 'Knockholt is also the only part of the Kent Hundred that stands in Kent today. Neither would have been true when Knockholt was in the London borough of Bromley between 1965 and 1969.', 'Knockholt is also the only part of this Kent centenary in present-day Kent, although this would not have happened when Knockholt lived in the London borough of Bromley between 1965 and 1969.', 'Knockholt is also the only part of the Kent centenary that is now in Kent, although neither is true of the London borough from 1965 to 1969.']" -180,"['Heisch', 'was', 'born', 'June', '10,', '1872', 'in', 'Latendorf,', 'Germany,', 'and', 'after', 'entering', 'the', 'marine', 'corps', 'he', 'was', 'sent', 'as', 'a', 'private', 'to', 'China', 'to', 'fight', 'in', 'the', 'Boxer', 'Rebellion.']","[22, 23]",0,china,"Heisch was born June 10, 1872 in Latendorf, Germany, and after entering the marine corps he was sent as a private to China to fight in the Boxer Rebellion.","['Heisch was born on June 10, 1872 in Latendorf and, after joining the Marine Corps, was sent to join the Boxer Uprising in China.', 'Heisch (born June 10, 1872 in Latendorf, Germany) was a German soldier who served in the Marine Corps and was sent to China to fight in the Boxer Uprising.', 'Heisch was born on June 10, 1872 in Latendorf and, after joining the Marine Corps as a private, was sent to China to join the Boxer Uprising.', ""Heisch was born on June 10, 1872 in Latendorf and, after his conscription to the Marine Corps, was sent to China as a private, the boxer's right-hand man."", 'Heisch, born on 10 June 1872 in Latendorf, was sent to China as a private after joining the Sea Corps and fought in the Boxer Uprising.']" -181,"['South', 'of', 'this', 'is', 'the', 'Homs', 'Gap,', 'beyond', 'which', 'are', 'Mount', 'Lebanon', 'and', 'the', 'Anti-Lebanon', 'Mountains', 'which', 'separate', 'Syria', 'from', 'Lebanon.']","[18, 19]",0,syria,"South of this is the Homs Gap, beyond which are Mount Lebanon and the Anti-Lebanon Mountains which separate Syria from Lebanon.","['South of this area is the Homs Gap region, behind which Lebanon and the anti-Lebanon mountains separate Syria from Lebanon.', 'To the south is Homs Gap, overlooked by Lebanon and the anti-Lebanon mountains that separate Syria from Lebanon.', 'To the south is the Homs Gap, which crosses Lebanon, and the anti-Lebanese mountains that separate Syria from Lebanon.', 'To the south is the Homs Gap, followed by Lebanon and the On-Lebanon Mountains, which separate Syria from Lebanon.', 'South of this area is the Homs Gap. From this distance, Lebanon and the Anti-Lebanon Mountains, which separate Syria from Lebanon, are accessible.']" -182,"['On', '13', 'August', '1967,', 'an', 'RVAH-12', 'RA-5C,', 'BuNo', '151634,', 'was', 'shot', 'down', 'over', 'North', 'Vietnam', '.']","[13, 15]",0,north vietnam,"On 13 August 1967, an RVAH-12 RA-5C, BuNo 151634, was shot down over North Vietnam.","['On 13 August 1967 an RVAH-12 RA-5C, BuNo 151634, was shot down over North Vietnam.', 'On 13 August 1967 an RVAH-12 RA-5C, BuNo 151634, was shot down over North Vietnam.', 'On 13 August 1967 a RVAH-12 RA-5C with the designation BuNo 151634 was shot down over North Vietnam.', 'On 13 August 1967 an RVAH-12 RA-5C, BuNo 151634, was shot down over North Vietnam.', 'On 13 August 1967 an RVAH-12 RA-5C, BuNo 151634, was shot down over North Vietnam.']" -183,"['Anna', '""Annie""', 'Moore', '(April', '24,', '1874', '-', 'December', '6,', '1924)', 'was', 'an', 'Irish', 'emigrant', 'to', 'the', 'United', 'States', 'in', '1892.']","[16, 18]",0,united states,"Anna""Annie"" Moore (April 24, 1874 - December 6, 1924) was an Irish emigrant to the United States in 1892.","['Anna ""Annie"" Moore (April 24, 1874 - December 6, 1924) was an Irish immigrant who emigrated to the United States in 1892.', 'Anna ""Annie"" Moore (April 24, 1874 - December 6, 1924) was an Irish immigrant.', 'Anna ""Annie"" Moore (April 24, 1874 - December 6, 1924) was an Irish immigrant who lived in the United States from 1892 to 1942.', 'Anna ""Annie"" Moore (April 24, 1874 - December 6, 1924) was an Irish immigrant.', 'Anna ""Annie"" Moore (born April 24, 1874) was born in Ireland and emigrated to the United States in 1892.']" -184,"['It', 'also', 'serves', 'as', 'a', 'regional', 'hospital', 'for', ""Norway's"", 'Health', 'Region', 'East,', 'which', 'includes', 'Oslo,', 'Hedmark,', 'Oppland,', 'Akershus', 'and', 'Østfold', 'counties', 'with', 'a', 'total', 'population', 'of', '1.6', 'million.']","[17, 18]",0,akershus,"It also serves as a regional hospital for Norway's Health Region East, which includes Oslo, Hedmark, Oppland, Akershus and Østfold counties with a total population of 1.6 million.","[""It also serves as a regional hospital for Norway's East Health Region, which includes Oslo, Hedmark, Oppland, Akershus and Østfold counties with a total population of 1.6 million people."", 'It also serves as the regional hospital of the Norwegian Health Region East, which includes the counties of Oslo, Hedmark, Oppland, Akershus and Östfold with a total population of 1.6 million people.', 'It serves as the regional hospital of the Norwegian Health Region East, which includes the counties of Oslo, Hedmark, Oppland, Akershus and Østfold with a total population of 1.6 million people.', 'The hospital also serves as a government hospital for the Norwegian Health Region East, which includes the counties of Oslo, Hedmark, Oppland, Akershus and Östfold with a total population of 1.6 million people.', 'This hospital also serves as a regional hospital for the Norwegian Health Region East, which includes the counties of Oslo, Hedmark, Oppland, Akershus and Östfold with a total population of 1.6 million people.']" -185,"['He', 'plays', 'for', 'Liberty', 'Professionals', 'in', 'the', 'Glo', 'Premier', 'League', 'of', 'Ghana', '.']","[11, 12]",0,ghana,He plays for Liberty Professionals in the Glo Premier League of Ghana.,"[""He plays for Liberty Professionals in Ghana's Glo Premier League."", ""He plays for Liberty Professionals in Ghana's Glo Premier League."", ""He plays for Liberty Professionals in Ghana's Glo Premier League."", ""He plays for Liberty Professionals in Ghana's Glo Premier League."", ""He plays for League Liberty Professionals in Ghana's Glo Premier League.""]" -186,"['It', 'was', 'built', 'in', '36', 'months', 'on', '370,000', 'square', 'metres', 'in', 'Las', 'Tablas,', 'a', 'growing', 'area', 'between', 'Madrid', 'and', 'Alcobendas', '.']","[19, 20]",0,alcobendas,"It was built in 36 months on 370,000 square metres in Las Tablas, a growing area between Madrid and Alcobendas.","['It was built in 36 months on 370,000 square meters in Las Tablas, a growing area between Madrid and Alcobendas.', 'It was built in 36 months on an area of 370,000 square meters in Las Tablas, a growing area between Madrid and Alcobendas.', 'The building was built in 36 months on 370,000 square meters in Las Tablas, a growth area between Madrid and Alcobendas.', 'It was built in 36 months on 370,000 square meters in Las Tablas, a growth zone between Madrid and Alcobendas.', 'It was built in 36 months on a total area of 370,000 square meters in Las Tablas, a growing area between Madrid and Alcobendas.']" -187,"['Originally', 'established', 'in', 'Oslo,', 'Norway', ',', 'in', '2001', 'by', 'four', 'individuals;', 'Tor', 'Erland', 'Fyksen,', 'Jan', 'Grenth,', 'Eirik', 'Holtedahl,', 'and', 'Raimond', 'Pettersen,', 'having', 'raised', 'approx.']","[4, 5]",0,norway,"Originally established in Oslo, Norway, in 2001 by four individuals; Tor Erland Fyksen, Jan Grenth, Eirik Holtedahl, and Raimond Pettersen, having raised approx.","['The company was founded in 2001 in Oslo, Norway, by four people: Tor Erland Fyksen, Jan Grenth, Eirik Holtedahl and Raimond Pettersen, who collectively raised around 300,000 euros in donations.', 'Founded in 2001 in Oslo, Norway, by four individuals, Tor Erland Fyksen, Jan Grenth, Eirik Holtedahl and Raimond Pettersen, the company has about 20 million members.', 'Founded in 2001 in Oslo, Norway, by the four private individuals Tor Erland Fyksen, Jan Grenth, Eirik Holtedahl and Raimond Pettersen, the company employs around 50 people.', 'The company was founded in 2001 by four people: Tor Erland Fyksen, Jan Grenth, Eirik Holtedahl and Raimond Pettersen.', 'Founded in 2001 by four people, Tor Erland Fyksen, Jan Grenth, Eirik Holtedahl and Raimond Pettersen, who founded about 25 million people worldwide.']" -188,"['This', 'marine', 'species', 'occurs', 'in', 'the', 'Mascarene', 'Basin', 'and', 'off', 'Madagascar;', 'off', 'Sri', 'Lanka,', 'the', 'Philippines,', 'in', 'the', 'South', 'China', 'Sea,', 'off', 'Australia', 'and', 'the', 'Fiji', 'Islands.']","[22, 23]",0,australia,"This marine species occurs in the Mascarene Basin and off Madagascar; off Sri Lanka, the Philippines, in the South China Sea, off Australia and the Fiji Islands.","['This marine species is found in the Mascara Basin and off Madagascar, off Sri Lanka, the Philippines, the South China Sea, off Australia and the Fiji Islands.', 'This marine species is found in the Mascara Basin and off Madagascar, as well as off Sri Lanka, the Philippines, the South China Sea, Australia and Fiji.', 'The marine fauna is found in the Maskaren Basin and off Madagascar, off Sri Lanka, the Philippines, in the South China Sea, off Australia and on the Fiji Islands.', 'This type of sea water occurs in the Maskaren Basin and off Madagascar, off Sri Lanka, the Philippines, the South China Sea, off Australia and the Fiji Islands.', 'This marine species is found in the Mascara Basin and off Madagascar, off Sri Lanka, the Philippines, the South China Sea, off Australia and the Fiji Islands.']" -189,"['Macdonald', 'served', 'as', 'Canada', ""'s"", 'senior', 'trade', 'commissioner', 'in', 'Sri', 'Lanka,', 'the', 'United', 'States', 'of', 'America,', 'and', 'Lebanon', 'in', 'the', '1970s.']","[3, 4]",0,canada,"Macdonald served as Canada's senior trade commissioner in Sri Lanka, the United States of America, and Lebanon in the 1970s.","[""Macdonald was Canada's chief trade commissioner for Sri Lanka, the United States and Lebanon in the 1970s."", ""Macdonald was Canada's chief trade commissioner for Sri Lanka, the United States and Lebanon in the 1970s."", ""Macdonald was Canada's chief trade commissioner for Sri Lanka, the United States and Lebanon in the 1970s."", ""Macdonald was Canada's chief trade commissioner for Sri Lanka, the United States and Lebanon in the 1970s."", ""Macdonald was Canada's high trade commissioner to Sri Lanka, the United States and Lebanon in the 1970s.""]" -190,"['Brito', 'was', 'born', 'and', 'raised', 'in', 'Caracas,', 'Venezuela', '.']","[7, 8]",0,venezuela,"Brito was born and raised in Caracas, Venezuela.","['Brito was born and raised in Caracas, Venezuela.', 'Brito was born and raised in Caracas, Venezuela.', 'Brito was born and raised in Caracas, Venezuela.', 'Brito was born and raised in Caracas, Venezuela.', 'Brito was born and raised in Caracas, Venezuela.']" -191,"['The', 'National', 'Progressive', 'Party', 'was', 'a', 'political', 'party', 'in', 'Namibia', '.']","[9, 10]",0,namibia,The National Progressive Party was a political party in Namibia.,"['The National Progressive Party was a political party in Namibia.', 'The National Progressive Party was a political party in Namibia.', 'The National Progressive Party was a political party in Namibia.', 'The National Progressive Party was a political party in Namibia.', 'The National Progressive Party was a political party in Namibia.']" -192,"['Hölstein', 'is', 'a', 'municipality', 'in', 'the', 'district', 'of', 'Waldenburg', 'in', 'the', 'canton', 'of', 'Basel-Country', 'in', 'Switzerland.']","[0, 1]",0,hölstein,Hölstein is a municipality in the district of Waldenburg in the canton of Basel-Country in Switzerland.,"['Hölstein is a municipality in the district of Waldenburg in the canton of Basel-Land in Switzerland.', 'Hölstein is a municipality in the district of Waldenburg in the canton of Basel-Land in Switzerland.', 'Hölstein is a municipality in the district of Waldenburg in the canton of Basel-Land.', 'Hölstein is a municipality in the district Waldenburg in the canton of Basel-Land (Switzerland).', 'Hölstein is a municipality in the Swiss district of Waldenburg in the canton of Basel-Land.']" -193,"['The', ""bird's"", 'range', 'surrounds', 'the', 'Amazon', 'countries', 'into', 'the', 'Andes', 'foothills', 'and', 'higher', 'elevations', 'of', 'upstream', 'river', 'systems,', 'but', 'is', 'not', 'along', 'the', 'Amazon', 'River', 'proper', 'in', 'the', 'central', 'Amazon', 'Basin,', 'or', 'the', 'central', 'upper', 'Basin;', 'it', 'is', 'in', 'Brazil', 'at', 'the', ""river's"", 'outlet,', 'and', 'upstream', 'for', 'about', '500', '\xa0', 'km.']","[5, 6]",0,amazon,"The bird's range surrounds the Amazon countries into the Andes foothills and higher elevations of upstream river systems, but is not along the Amazon River proper in the central Amazon Basin, or the central upper Basin; it is in Brazil at the river's outlet, and upstream for about 500  km.","['The range of distribution of the bird extends from the Amazon to the foothills of the Andes and higher plains upstream, but does not extend along the Amazon in the central or upper basin of the Amazon, but is located in Brazil at the mouth of the river and about 500 km upstream.', 'The bird world encloses the Amazon countries up to the foothills of the Andes and higher altitudes of the upstream river systems, but is not located at the actual Amazon in the central Amazon region or in the central upper basin, but in Brazil at the outflow of the river and upstream for about 500 km.', 'The bird world surrounds the Amazon countries up to the foothills of the Andes and into higher plains upstream, but not along the actual Amazon in the central Amazon basin or the central upper basin, but at the river bank in Brazil and approx. 500 km upstream.', 'The diversity of birds extends from the Amazon to the foothills of the Andes and the higher altitudes upstream, but is not located along the Amazon proper in the Central American basin or in the central upper basin, but in the river basin of Brazil and extends for about 500 km upstream.', 'The range of distribution of the bird is predatory predatory predatory predatory predatory predatory predatory predatory predatory predatory predatory predatory predatory predatory predatory predatory predatory predatory predatory predatory predatory predatory predatory predatory predatory predatory predatory predatory predatory predatory predatory predatory predatory predatory predatory predatory predatory predatory predatory predatory predatory predatory predatory predatory predatory predatory predatory predatory predatory predatory predatory predatory predatory predatory predatory predatory predatory predatory predatory predatory predatory predatory predatory predatory']" -194,"['This', 'party', 'is', 'being', 'held', 'at', 'an', 'artistic', 'London', 'venue', 'with', 'room', 'for', 'approximately', '300', 'people,', 'and', 'is', 'being', 'funded', 'by', 'Ed', 'Saperia,', 'a', 'non-Wikipedian', 'who', 'has', 'a', 'reputation', 'for', 'holding', 'exclusive', 'events', 'all', 'over', 'London.']","[8, 9]",0,london,"This party is being held at an artistic London venue with room for approximately 300 people, and is being funded by Ed Saperia, a non-Wikipedian who has a reputation for holding exclusive events all over London.","['The party is being held at an artistic venue in London with space for around 300 people and is being funded by Ed Saperia, a non-Wikipedian who has a reputation for hosting exclusive events all over London.', 'The party takes place at a 300-seat artistic venue in London and is funded by Ed Saperia, a non-Wikipedian who has a reputation for hosting exclusive events across London.', 'The celebration, held at a 300-seat artistic venue in London, is being funded by Ed Saperia, a non-Wikipedian known for holding exclusive events across London.', 'The party takes place at a 300-seat artistic venue in London and is funded by Ed Saperia, a non-Wikipedian who has a reputation for hosting exclusive events across London.', 'This party will take place in an artistic space in London, which can accommodate about 300 people. It will be financed by ET Saperia, a non-Wikipedia person with a reputation for hosting exclusive events throughout London.']" -195,"['1991', '–', 'In', 'Dili,', 'East', 'Timor,', 'Indonesian', 'forces', 'opened', 'fire', 'on', 'student', 'demonstrators', 'protesting', 'the', 'occupation', 'of', 'East', 'Timor', ',', 'killing', 'at', 'least', '250', 'people.']","[17, 19]",0,east timor,"1991 – In Dili, East Timor, Indonesian forces opened fire on student demonstrators protesting the occupation of East Timor, killing at least 250 people.","['1991 - Indonesian forces open fire on demonstrators protesting the occupation of East Timor in Dili, East Timor, killing at least 250 people.', '1991 - Indonesian troops open fire on demonstrators protesting the occupation of East Timor in Dili, killing at least 250 people.', 'In 1991, the Indonesian army opened fire on students protesting the occupation of East Timor in Dili, East Timor, killing at least 250 people.', '1991 - Indonesian forces open fire on students protesting the occupation of East Timor, killing at least 250 people.', '1991 - Indonesian security forces open fire on demonstrators protesting the occupation of East Timor in Dili, killing at least 250 people.']" -196,"['There', 'are', 'currently', '14', 'showrooms', 'located', 'in', 'NSW,', 'Victoria,', 'Queensland,', 'South', 'Australia', 'and', 'Western', 'Australia', 'as', 'well', 'as', 'New', 'Zealand', 'and', 'Singapore', '.']","[21, 22]",0,singapore,"There are currently 14 showrooms located in NSW, Victoria, Queensland, South Australia and Western Australia as well as New Zealand and Singapore.","['There are currently 14 showrooms in NSW, Victoria, Queensland, South Australia and Western Australia, as well as New Zealand and Singapore.', 'There are currently 14 showrooms in NSW, Victoria, Queensland, South Australia and Western Australia as well as in New Zealand and Singapore.', 'There are currently 14 showrooms in NSW, Victoria, Queensland, South Australia and Western Australia as well as in New Zealand and Singapore.', 'There are currently 14 showrooms in NSW, Victoria, Queensland, South Australia and Western Australia, as well as New Zealand and Singapore.', 'There are currently 14 showrooms in NSW, Victoria, Queensland, South Australia and Western Australia, as well as in New Zealand and Singapore.']" -197,"['Brazilians', 'in', 'Suriname', 'form', 'a', 'large', 'community', 'consisting', 'mostly', 'of', 'miners.']","[2, 3]",0,suriname,Brazilians in Suriname form a large community consisting mostly of miners.,"['The Brazilians in Suriname form a large community consisting mainly of miners.', 'The Brazilians in Suriname form a large community consisting mainly of miners.', 'The Brazilians in Suriname form a large community consisting mainly of miners.', 'Brazilians form a large community in Suriname, consisting mainly of miners.', 'The Brazilians in Suriname form a large community in which mainly miners work.']" -198,"['Declaration', 'of', 'the', 'Powers', 'regarding', 'the', 'abolition', 'of', 'the', 'Slave', 'Trade,', 'signed', 'at', 'Vienna', '.']","[13, 14]",0,vienna,"Declaration of the Powers regarding the abolition of the Slave Trade, signed at Vienna.","['Declaration of the Powers on the abolition of the slave trade, signed in Vienna.', 'Declaration of the Powers on the abolition of the slave trade, signed in Vienna.', 'Declaration of the Powers on the abolition of the slave trade, signed in Vienna.', 'Declaration of the Powers on the abolition of the slave trade, signed in Vienna.', 'Declaration of the Powers on the abolition of the slave trade, signed in Vienna.']" -199,"['Prior', 'to', 'the', 'establishment', 'of', 'British', 'regime', 'over', 'India', 'and', 'entering', 'a', 'peace', 'treaty', 'with', 'Tibet', 'in', '1904', 'AD,', 'Nepal', 'was', 'interpreted', 'as', 'the', 'main', 'route', 'to', 'Tibet', 'for', 'external', 'trade', 'with', 'other', 'countries.']","[27, 28]",0,tibet,"Prior to the establishment of British regime over India and entering a peace treaty with Tibet in 1904 AD, Nepal was interpreted as the main route to Tibet for external trade with other countries.","['Before Britain took over India and signed a peace treaty with Tibet in 1904, Nepal was interpreted as an important transit route to Tibet for foreign trade with other countries.', 'Before the British controlled India and signed a peace treaty with Tibet in 1904, Nepal was considered the main route for foreign trade with other countries into Tibet.', 'Before the British signed a peace agreement with Tibet in 1904, Nepal was considered the most important trade route to Tibet for foreign trade with other countries.', 'Before the introduction of India and the signing of a peace treaty with Tibet in 1904, Nepal was considered the main route for foreign trade to Tibet.', 'Before the British controlled India and signed a peace treaty with Tibet in 1904, Nepal was considered the main route for foreign trade with other countries into Tibet.']" -200,"['The', 'battle', 'ended', 'in', 'a', 'victory', 'for', 'the', 'UN', 'after', 'large', 'numbers', 'of', 'United', 'States', '(US)', 'and', 'Republic', 'of', 'Korea', 'troops', 'were', 'able', 'to', 'prevent', 'a', 'North', 'Korean', 'division', 'from', 'capturing', 'the', 'mountain', 'area.']","[17, 20]",0,republic of korea,The battle ended in a victory for the UN after large numbers of United States (US) and Republic of Korea troops were able to prevent a North Korean division from capturing the mountain area.,"['That battle ended in victory for the UN after a large number of US and South Korean troops prevented a North Korean division from taking the mountainous territory.', 'The battle ended in victory for the UN after a large number of troops from the United States and the Republic of Korea succeeded in preventing a North Korean division from conquering the mountainous region.', 'It all ended in a victory for the UN after a large number of American and South Korean troops prevented a North Korean division from taking the mountainous region.', 'Following the success of the United States and Republic of Korea forces against a North Korean division capable of capturing the said mountain team, it was a success for the UN.', 'The battle ended in a UN victory when masked US and South Korean soldiers were prevented by large numbers from landing a North Korean division in the mountains.']" -201,"['During', 'World', 'War', 'I,', 'he', 'served', 'in', 'Egypt', 'from', '17', 'November', '1914', 'to', '17', 'July', '1915,', 'Aden', 'from', '18', 'July', '1915', 'to', '9', 'September', '1915,', 'Egypt', 'from', '10', 'September', '1915', 'to', '1', 'December', '1915', 'and', 'Mesopotamia', 'from', '2', 'December', '1915', 'to', '6', 'May', '1916.']","[7, 8]",0,egypt,"During World War I, he served in Egypt from 17 November 1914 to 17 July 1915, Aden from 18 July 1915 to 9 September 1915, Egypt from 10 September 1915 to 1 December 1915 and Mesopotamia from 2 December 1915 to 6 May 1916.","['During the First World War, he served in Egypt from 17 November 1914 to 17 July 1915, in Aden from 18 July 1915 to 9 September 1915, in Egypt from 10 September 1915 to 1 December 1915, and in Mesopotamia from 2 December 1915 to 6 May 1916.', 'During the First World War, he served in Egypt from 17 November 1914 to 17 July 1915, in Aden from 18 July 1915 to 9 September 1915, in Egypt from 10 September 1915 to 1 December 1915, and in Mesopotamia from 2 December 1915 to 6 May 1916.', 'During the First World War, he served in Egypt from 17 November 1914 to 17 July 1915, in Aden from 18 July 1915 to 9 September 1915, in Egypt from 10 September 1915 to 1 December 1915, and in Mesopotamia from 2 December 1915 to 6 May 1916.', 'During the First World War, he served in Egypt from 17 November 1914 to 17 July 1915, in Aden from 18 July 1915 to 9 September 1915, in Egypt from 10 September 1915 to 1 December 1915, and in Mesopotamia from 2 December 1915 to 6 May 1916.', 'During the First World War, he served in Egypt from 17 November 1914 to 17 July 1915, in Aden from 18 July 1915 to September 1915, in Egypt from 10 September 1915 to 1 December 1915, and in Mesopotamia from 2 December 1915 to 6 May 1916.']" -202,"['All', 'of', 'Beijing', ""'s"", 'expressways,', 'except', 'for', 'the', 'Tongyan', 'Expressway,', 'are', 'interlinked', 'with', 'the', '5th', 'Ring', 'Road.']","[2, 3]",0,beijing,"All of Beijing's expressways, except for the Tongyan Expressway, are interlinked with the 5th Ring Road.","[""With the exception of the Tongyan Expressway, all of Beijing's expressways are connected to the 5th Ring Road."", ""With the exception of the Tongyan Expressway, all of Beijing's expressways are connected to the 5th Ring Road."", 'With the exception of the Tongyan Expressway, all Beijing expressways are connected to the Fifth Ring Road.', 'All highways in Beijing, with the exception of the Tongyan Expressway, are connected to the 5th Ring Road.', 'All roads in Beijing except the Tongyan Expressway are connected to the 5000 Ring Road.']" -203,"['The', 'Seekopf', 'is', 'a', 'mountain', 'on', 'the', 'main', 'chain', 'of', 'the', 'Northern', 'Black', 'Forest', 'in', 'Germany', 'between', 'the', 'Upper', 'Rhine', 'Plain', 'and', 'the', 'Murg', 'valley.']","[11, 14]",0,northern black forest,The Seekopf is a mountain on the main chain of the Northern Black Forest in Germany between the Upper Rhine Plain and the Murg valley.,"['The Seekopf is a mountain on the main chain of the northern Black Forest between the high Rhine plain and the Murgtal.', 'The Seekopf is a mountain on the main chain of the northern Black Forest between the high Rhine plain and the Murg.', 'The Seekopf is a mountain on the main ridge of the northern Black Forest between the high Rhine plain and the Murgtal.', 'The Seekopf is a mountain in the northern Black Forest between the high Rhine plain and the Murg.', 'The Seekopf is a mountain in the low mountain range of the Northern Black Forest in Germany between the high Rhine plain and the Murg.']" -204,"['Rally', 'Costa', 'Smeralda', 'is', 'a', 'rally', 'competition', 'held', 'in', 'Costa', 'Smeralda,', 'a', 'coastal', 'area', 'on', 'the', 'island', 'of', 'Sardinia', ',', 'Italy.']","[18, 19]",0,sardinia,"Rally Costa Smeralda is a rally competition held in Costa Smeralda, a coastal area on the island of Sardinia, Italy.","['The Costa Smeralda Rally is a rally competition held in Costa Smeralda, a coastal area on the island of Sardinia, Italy.', 'Rally Costa Smeralda is a rally competition that takes place on the Costa Smeralda, a coastal region of Sardinia, Italy.', 'Costa Smeralda Rally is a rally competition held in Costa Smeralda, a coastal region on the island of Sardinia, Italy.', 'The Rally Costa Smeralda is a rally curve in Costa Smeralda, a coastal area on the island of Sardinia, Italy.', 'The Rally Costa Smeralda is a rally on the Costa Smeralda, a coastal area on the island of Sardinia, Italy.']" -205,"['He', 'arrived', 'at', 'the', 'port', 'of', 'New', 'Amsterdam', 'in', 'July,', '1639.']","[6, 8]",0,new amsterdam,"He arrived at the port of New Amsterdam in July, 1639.","['In July 1639 he reached the port of New Amsterdam.', 'In July 1639 he reached the port of New Amsterdam.', 'In July 1639 he reached the port of New Amsterdam.', 'In July 1639 he entered the harbour of New Amsterdam.', 'In July 1639 he reached the port of New Amsterdam.']" -206,"['The', 'son', 'of', 'Villien', 'Valdemar', 'Aagaard', 'and', 'Florence', 'Aagard', '(née', 'Brooke),', 'Aagaard', 'was', 'born', 'at', 'Norwich', 'in', '1932,', 'after', 'his', ""father's"", 'family', 'had', 'migrated', 'from', 'Denmark', 'at', 'the', 'time', 'of', 'the', 'rise', 'of', 'Fascism', 'in', 'Germany.']","[25, 26]",0,denmark,"The son of Villien Valdemar Aagaard and Florence Aagard (née Brooke), Aagaard was born at Norwich in 1932, after his father's family had migrated from Denmark at the time of the rise of Fascism in Germany.","[""The son of Villien Valdemar Aagaard and Florence Aagard (nee Brooke), Aagaard was born in Norwich in 1932, after his father's family had emigrated from Denmark at the time of the rise of fascism in Germany."", ""The son of Villien Valdemar Aagaard and Florence Aagard (nee Brooke), Aagaard was born in Norwich in 1932, after his father's family had emigrated from Denmark at the time of the rise of fascism in Germany."", ""The son of Villien Valdemar Aagaard and Florence Aagard (nee Brooke), Aagaard was born in Norwich in 1932 after his father's family emigrated from Denmark during the rise of fascism in Germany."", ""The son of Villien Valdemar Aagaard and Florence Aagard (nee Brooke), Aagaard was born in Norwich in 1932, after his father's family had emigrated from Denmark when fascism arose in Germany."", ""The son of Villien Valdemar Aagaard and Florence Aagard (nee Brooke), he was born in Norwich in 1932, when his father's family emigrated from Denmark to Germany at the time of fascism.""]" -207,"['As', 'a', 'result', 'of', 'his', 'prominence', 'in', 'the', 'Wellington', 'community', 'he', 'decided', 'to', 'enter', 'local', 'politics.']","[8, 9]",0,wellington,As a result of his prominence in the Wellington community he decided to enter local politics.,"['Because of his prominence in the Wellington community, he decided to enter local politics.', 'Because of his prominence in the Wellington community, he decided to enter local politics.', 'Because of his prominence in the Wellington community, he decided to enter local politics.', 'Because of his prominence in Wellington, he decided to enter local politics.', 'Because of his prominence in the Wellington community, he decided to enter local politics.']" -208,"['The', 'Rimouski', 'Seignory', '(French:', 'seigneurie', 'de', 'Rimouski)', 'was', 'a', 'seignory', 'during', 'the', 'French', 'colonisation', 'of', 'New', 'France', '.']","[15, 17]",0,new france,The Rimouski Seignory (French: seigneurie de Rimouski) was a seignory during the French colonisation of New France.,"['The Rimouski domination (seigneurie de Rimouski in French) was a domination during the French colonization of New France.', 'The Rimouski dominion (seigneurie de Rimouski in French) was a dominion during the French colonization of New France.', 'The Rimouski dominion (in French: Seigneurie de Rimouski) was a dominion during the French colonization of New France.', 'The Rimouski dominion (French for Seigneurie de Rimouski) was a dominion during the French colonization of New France.', 'The Rimouski Seignory (German: Seigneurie de Rimouski) was a celebration of the French colonisation of New France.']" -209,"['Akkaraipattu', 'massacre', 'happened', 'on', '19', 'February', '1986', 'when', 'approximately', '80', 'Sri', 'Lankan', 'Tamil', 'farm', 'workers', 'were', 'allegedly', 'killed', 'by', 'the', 'Sri', 'Lankan', 'Army', 'personnel', 'and', 'their', 'bodies', 'burned', 'in', 'the', 'Eastern', 'Province', 'of', 'Sri', 'Lanka.']","[0, 1]",0,akkaraipattu,Akkaraipattu massacre happened on 19 February 1986 when approximately 80 Sri Lankan Tamil farm workers were allegedly killed by the Sri Lankan Army personnel and their bodies burned in the Eastern Province of Sri Lanka.,"['The Akkaraipattu massacre occurred on 19 February 1986, when about 80 Sri Lankan Tamil workers were allegedly killed and their bodies cremated by Sri Lankan army soldiers in the Eastern Province of Sri Lanka.', 'On 19 February 1986, a massacre took place in Akkaraipattu in which some 80 Sri Lankan Tamil farm workers were allegedly killed by members of the Sri Lankan army and their bodies burned in the Eastern Province of Sri Lanka.', 'The Akkaraipattu massacre took place on 19 February 1986. About 80 Tamil farm workers in Sri Lanka were allegedly killed by the Sri Lankan army and their bodies cremated in the eastern province of Sri Lanka.', 'The Akkaraipattu massacre took place on 19 February 1986, when about 80 Tamil farm workers in Sri Lanka were allegedly killed by Sri Lankan army personnel and their bodies burned in the Eastern Province of Sri Lanka.', 'The Akkaraipattu massacre took place on 19 February 1986, when about 80 Tamil workers in Sri Lanka were allegedly killed and their bodies cremated by the Sri Lankan army.']" -210,"['With', 'the', 'growth', 'of', 'Berlin', ',', 'the', 'stockades', 'and', 'gates', 'were', 'moved', 'as', 'dictated', 'by', 'circumstances', 'during', 'the', 'following', 'decades.']","[4, 5]",0,berlin,"With the growth of Berlin, the stockades and gates were moved as dictated by circumstances during the following decades.","['With the growth of Berlin in the following decades, floors and gates were rebuilt as circumstances permitted.', 'The growth of Berlin changed the floors and gates, as circumstances dictated in the following decades.', 'With the growth of Berlin, the number plates and gates were moved as circumstances dictated in the following decades.', 'With the growth of Berlin, the barriers and gates were removed, as circumstances dictated in the following decades.', 'As Berlin grew, the barriers and gates were removed, as circumstances dictated in the following decades.']" -211,"['The', 'Haitian', 'occupation', 'of', 'Santo', 'Domingo', 'began', 'two', 'years', 'before', 'her', 'birth,', 'and', 'she', 'grew', 'up', 'under', 'Haitian', 'rule.']","[4, 6]",0,santo domingo,"The Haitian occupation of Santo Domingo began two years before her birth, and she grew up under Haitian rule.","['The Haitian occupation of Santo Domingo began two years before her birth, and she grew up under Haitian rule.', 'The Haitian occupation of Santo Domingo began two years before her birth, and she grew up under Haitian rule.', 'The Haitian occupation of Santo Domingo began two years before her birth, and she grew up under Haitian rule.', 'The Haitian occupation of Santo Domingo began two years before her birth and she grew up under Haitian rule.', 'The Haitian occupation of Santo Domingo began two years before her birth and she grew up under Haitian rule.']" -212,"['The', 'popularity', 'of', 'the', 'Gardel-Razzano', 'duo', 'was', 'in', 'crescendo,', 'touring', 'on', 'Uruguay,', 'Brazil,', 'Chile', 'and', 'Spain', 'until', '1925', 'when', 'Razzano', 'left', 'his', 'singing', 'career', 'due', 'to', 'throat', 'problems.']","[13, 14]",0,chile,"The popularity of the Gardel-Razzano duo was in crescendo, touring on Uruguay, Brazil, Chile and Spain until 1925 when Razzano left his singing career due to throat problems.","['The popularity of the duo Gardel-Razzano was in full swing. These tours led over Uruguay, Brazil, Chile and Spain until Razzano ended his singing career in 1925 due to laryngeal problems.', 'The popularity of the duo Gardel-Razzano soon increased and went on tour in Uruguay, Brazil, Chile and Spain until Razzano ended his singing career in 1925 because of neck problems.', 'The popularity of the duo Gardel-Razzano reached its peak in the crescendo. Razzano played in Uruguay, Brazil, Chile and Spain until 1925, before he ended his singing career due to neck problems.', 'This duo became more and more popular and toured through Uruguay, Brazil, Chile and Spain until Razzano ended his career in 1925 due to neck problems.', 'The popularity of the duo reached its peak and led via Uruguay, Brazil, Chile and Spain until Razzano ended his career in 1925 because of a sore throat.']" -213,"['Copperlode', 'Dam', 'or', 'Lake', 'Morris', 'is', 'a', 'fresh', 'water', 'reservoir', 'dam', 'servicing', 'the', 'city', 'of', 'Cairns,', 'Queensland', ',', 'Australia.']","[16, 17]",0,queensland,"Copperlode Dam or Lake Morris is a fresh water reservoir dam servicing the city of Cairns, Queensland, Australia.","['Copperlode Dam or Lake Morris is a freshwater dam that supplies the Australian city of Cairns, Queensland.', 'Copperlode Dam or Lake Morris is a freshwater dam that supplies the city of Cairns in Queensland, Australia.', 'Copperlode Dam or Lake Morris is a dam of freshwater reservoirs that supplies the city of Cairns, Queensland, Australia.', 'Copperlode Dam or Lake Morris is a dam with a freshwater reservoir that supplies the city of Cairns, Queensland, Australia.', 'The Copperlode Dam or Lake Morris is a dam for freshwater reservoirs in the city of Cairns, Queensland, Australia.']" -214,"['First', 'discovered', 'in', '1801', 'in', 'Mexico,', 'vanadinite', 'deposits', 'have', 'since', 'been', 'unearthed', 'in', 'South', 'America,', 'Europe,', 'Africa', ',', 'and', 'other', 'parts', 'of', 'North', 'America.']","[16, 17]",0,africa,"First discovered in 1801 in Mexico, vanadinite deposits have since been unearthed in South America, Europe, Africa, and other parts of North America.","['First discovered in Mexico in 1801, vanadinite deposits have since been discovered in South America, Europe, Africa and other parts of North America.', 'First discovered in Mexico in 1801, vanadinite deposits were discovered in South America, Europe, Africa and other parts of North America.', 'The vanadinite deposits, first found in Mexico in 1801, have since been excavated in South America, Europe, Africa and other parts of North America.', 'After vanadinite deposits were first discovered in Mexico in 1801, they have since been discovered in South America, Europe, Africa and other parts of North America.', 'The vanadinite deposits, first discovered in Mexico in 1801, have since been found in South America, Europe, Africa and other North American countries.']" -215,"['It', 'has', 'been', 'used', 'since', 'ancient', 'times', 'by', 'traders,', 'mendicants', 'and', 'pilgrims', 'transiting', 'between', 'Nepal', 'and', 'Tibet', '.']","[16, 17]",0,tibet,"It has been used since ancient times by traders, mendicants and pilgrims transiting between Nepal and Tibet.","['It has been used since ancient times by merchants, mendicant monks and pilgrims travelling between Nepal and Tibet.', 'Since ancient times it has been used by merchants, mendicant monks and pilgrims on the way between Nepal and Tibet.', 'It has been used since ancient times by merchants, mendicant monks and pilgrims travelling between Nepal and Tibet.', 'It has been used since ancient times by merchants, beggars and pilgrims travelling between Nepal and Tibet.', 'Since time immemorial it has been used by merchants, mendicant monks and pilgrims travelling through Nepal and Tibet.']" -216,"['Meanwhile,', 'Australia', ""'s"", 'coastlines', 'will', 'experience', 'erosion', 'and', 'inundation', 'from', 'an', 'estimated', '8–88', '\xa0', 'cm', 'increase', 'in', 'global', 'sea', 'level.']","[1, 2]",0,australia,"Meanwhile, Australia's coastlines will experience erosion and inundation from an estimated 8–88  cm increase in global sea level.","[""Meanwhile, erosion and flooding will occur along Australia's coasts due to an estimated 8 to 88 cm rise in global sea levels."", ""Meanwhile, erosion and flooding along Australia's coasts are expected to cause an estimated 8 to 88 cm rise in global sea levels."", ""Meanwhile, Australia's coasts will experience erosion and flooding from an estimated 8 to 88 centimetres rise in global sea levels."", ""Meanwhile, Australia's coasts will see an estimated 8-88 cm increase in global sea level erosion and flooding."", ""Meanwhile, Australia's coasts will suffer an estimated 8 to 88 cm increase in global sea level erosion and underwater erosion.""]" -217,"['Suriname', 'allegedly', 'has', 'the', 'largest', 'community', 'of', 'Brazilians', 'in', 'any', 'CARICOM', 'nation.']","[0, 1]",0,suriname,Suriname allegedly has the largest community of Brazilians in any CARICOM nation.,"['Suriname is said to have the largest Brazilian community in all CARICOM countries.', 'Suriname is said to have the largest Brazilian community in all CARICOM countries.', 'Suriname is said to have the largest Brazilian community in all the CARICOM countries.', 'Suriname is said to have the largest Brazilian ethnic group of all CARICOM countries.', 'Suriname is said to have the largest Brazilian community in all CARICOM countries.']" -218,"['It', 'will', 'replace', 'Eilat', 'Airport,', 'handle', 'all', 'civilian', 'flights', 'currently', 'using', 'Ovda', 'Airport,', 'and', 'serve', 'as', 'a', 'diversion', 'airport', 'for', 'Israel', ""'s"", 'primary', 'airport,', 'Ben', 'Gurion.']","[20, 21]",0,israel,"It will replace Eilat Airport, handle all civilian flights currently using Ovda Airport, and serve as a diversion airport for Israel's primary airport, Ben Gurion.","[""It will replace Eilat airport, handle all civil flights currently using Ovda airport and serve as a diversion airport for Israel's main Ben Gurion airport."", ""It will replace Eilat airport, handle all civil flights currently handled through Ovda airport and serve as a diversion airport for Israel's main Ben Gurion airport."", ""It will replace Eilat airport, handle all civil flights currently using Ovda airport and serve as a diversion airport for Israel's largest Ben Gurion airport."", ""It will replace Eilat airport, handle all civil flights currently using Owda airport and serve as a diversion airport for Israel's main Ben Gurion destination."", ""It will replace Eilat airport, handle all civil flights currently using Ovda airport and serve as an alternative to Israel's main Ben Gurion airport.""]" -219,"['The', 'Persian', 'army', 'under', 'Shahrbaraz', 'capture', 'the', 'cities', 'of', 'Damascus,', 'Apamea', 'and', 'Emesa.']","[10, 11]",0,apamea,"The Persian army under Shahrbaraz capture the cities of Damascus, Apamea and Emesa.","['The Persian army under Shahrbaraz conquers the cities of Damascus, Apamea and Emesa.', 'The Persian army under Shahrbaraz seizes the cities of Damascus, Apamea and Emesa.', 'The Persian army under Shahrbaraz conquered the cities of Damascus, Apamea and Emesa.', 'The Persian army under Shahrbaraz controls the cities of Damascus, Apamea and Emesa.', 'The Persian army under Shahrbaras conquered the cities of Damascus, Apamea and Emesa.']" -220,"['The', 'result', 'was', 'to', 'have', 'a', 'high', 'powered', '4-car', 'EMU', 'at', 'the', 'London', 'end', 'pushing', 'trailer', 'units', 'to', 'Bournemouth', 'where', 'the', 'trailers', 'would', 'be', 'detached', 'and', 'then', 'pulled', 'to', 'Weymouth', 'by', 'a', 'push-pull', 'equipped', 'diesel', 'electric', 'locomotive.']","[29, 30]",0,weymouth,The result was to have a high powered 4-car EMU at the London end pushing trailer units to Bournemouth where the trailers would be detached and then pulled to Weymouth by a push-pull equipped diesel electric locomotive.,"['A powerful four-wheel tractor took trailers to Bournemouth at the end of London, where they were replaced by a push-pull diesel electric locomotive and towed to Weymouth.', 'The result was a powerful 4-piece electric locomotive that brought trailer units to Bournemouth, from where the trailers were replaced by a push-pull diesel engine and towed to Weymouth.', 'The result was a powerful four-car engine that took the trailers to Bournemouth, switched off the turbine and then drove from a diesel locomotive operating in glide mode to Weymouth.', 'At the end of the line, a four-piece high-performance electronic system brought a trailer to Bournemouth, where it was dropped off by a controlled diesel locomotive and towed to Weymouth.', 'The result was a powerful four-car electric train that took trailers to Bournemouth at the end of London, where the trailers were loosened and then pulled to Weymouth by a sliding electric diesel locomotive.']" -221,"['Nakatsuno', 'Station', '(ä¸è§’駅,', 'Nakatsuno-eki)', 'is', 'an', 'Echizen', 'Railway', 'Mikuni', 'Awara', 'Line', 'railway', 'station', 'located', 'in', 'Fukui,', 'Fukui', 'Prefecture,', 'Japan', '.']","[18, 19]",0,japan,"Nakatsuno Station (ä¸è§’駅, Nakatsuno-eki) is an Echizen Railway Mikuni Awara Line railway station located in Fukui, Fukui Prefecture, Japan.","['Nakatsuno Station (several, Nakatsuno-eki) is a station of the Mikuni Awara line of the Echizen railway system, located in Fukui, Fukui Prefecture, Japan.', 'Nakatsuno Station (Nakatsuno-eki) is a station of the Mikuni Awara line of the Echizen Railway in Fukui, Fukui Prefecture, Japan.', 'Nakatsuno Station (Satu Nakatsuno-eki) is a station of Echizen Lines with Mikuni Awara Station in Fukui, Fukui Prefecture, Japan.', 'Nakatsuno Station (Nakatsuno-eki) is a station of the Mikuni Awara Line in Fukui, Fukui Prefecture, Japan.', 'Nakatsuno Station (Nakatsuno-eki) is a station of the Mikuni Awara line of the Echizen Railway in Fukui, Falui Prefecture, Japan.']" -222,"['Maafushi', 'is', 'one', 'of', 'the', 'inhabited', 'islands', 'of', 'Kaafu', 'Atoll', 'and', 'the', 'proposed', 'capital', 'for', 'the', 'Medhu', 'Uthuru', 'Province', 'of', 'the', 'Maldives.']","[8, 10]",0,kaafu atoll,Maafushi is one of the inhabited islands of Kaafu Atoll and the proposed capital for the Medhu Uthuru Province of the Maldives.,"['Maafushi is one of the inhabited islands of the Kaafu Atoll and the planned capital of the province Medhu Uthuru of the Maldives.', 'Maafushi is one of the inhabited islands of the Kaafu Atoll and the planned capital of the province Medhu Uthuru of the Maldives.', 'Maafushi is one of the inhabited islands of the Kaafu Atoll and the planned capital of the province Medhu Uthuru of the Maldives.', 'Maafushi is one of the inhabited islands of the Kaafu Atoll, which is considered the capital of the province of Medhu Uthuru in the Maldives.', 'Maafushi is one of the inhabited islands of Kaafu Atoll and the capital of the province of Medhu Uthuru in the Maldives.']" -223,"['Tired', 'by', 'the', 'commuting', 'between', 'France', 'and', 'Hungary', 'and', 'frustrated', 'by', 'the', 'lack', 'of', 'selections,', 'she', 'decided', 'to', 'fence', 'for', 'France', 'from', 'January', '2003.']","[5, 6]",0,france,"Tired by the commuting between France and Hungary and frustrated by the lack of selections, she decided to fence for France from January 2003.","['Tired of travelling between France and Hungary and frustrated by the lack of choice, she decided to go to France in January 2003.', 'Tired of commuting between France and Hungary and frustrated by the lack of choices, she decided to drive for France from January 2003.', 'Tired of commuting between France and Hungary and frustrated by poor selection, she opted for France in January 2003.', 'Tired of commuting between France and Hungary and frustrated by the lack of choice, she decided to build a fence for France from January 2003.', 'Tired of commuting between France and Hungary and frustrated by the lack of opportunities, she decided to move to France in January 2003.']" -224,"['I', 'live', 'in', 'Finland,', 'Region', 'of', 'Kainuu', 'and', 'Municipality', 'of', 'Paltamo', '.']","[10, 11]",0,paltamo,"I live in Finland, Region of Kainuu and Municipality of Paltamo.","['I live in Finland, in the Kainuu region and in Paltamo municipality.', 'I live in Finland, the Kainuu region and the city of Paltamo.', 'I live in Finland, Kainuu County and Paltamo Municipality.', 'I live in Finland, in the Kainuu region and in Paltamo municipality.', 'I live in Finland, Kainuu County and Paltamo Municipality.']" -225,"['Mercury', 'joins', 'the', 'two', 'on', 'their', 'trip', 'to', 'Athens', ',', 'intending', 'to', 'put', 'himself', 'between', 'the', 'blushing', 'newlyweds.']","[8, 9]",0,athens,"Mercury joins the two on their trip to Athens, intending to put himself between the blushing newlyweds.","['Mercury accompanies her on her journey to Athens and wants to stand between the blushing newlyweds.', 'Mercury accompanies the two on their trip to Athens and wants to stand between the blushing newlyweds.', 'Mercury joins the two on the trip to Athens and wants to stand between the shivering newlyweds.', 'Mercury accompanies the two on their trip to Athens and wants to stand between the blushing freshmen.', 'Mercury accompanies the two on their trip to Athens and wants to stand between the rapidly expanding bride.']" -226,"['Athletes', 'from', 'Mongolia', 'succeeded', 'in', 'winning', 'two', 'golds,', 'two', 'silvers', 'and', 'ten', 'bronzes,', 'making', 'total', 'fourteen', 'medals.']","[2, 3]",0,mongolia,"Athletes from Mongolia succeeded in winning two golds, two silvers and ten bronzes, making total fourteen medals.","['Athletes from Mongolia won two gold, two silver and ten bronze medals, bringing the total to fourteen medals.', 'Athletes from Mongolia won two gold, two silver and ten bronze medals for a total of fourteen medals.', 'Athletes from Mongolia won two gold, two silver and ten bronze medals for a total of 14 medals.', 'Athletes from Mongolia have won two gold, two silver and ten bronze medals, bringing their total to fourteen medals.', 'The athletes of the World Athletics Championships in Mongolia won two gold medals, two silver medals and ten bronze medals, bringing their total to 14 medals.']" -227,"['He', 'once', 'said', 'he', 'is', 'member', 'of', 'BJP', 'and', 'always', 'maintained', 'that', 'India', 'is', 'land', 'of', 'secularism', 'and', 'supported', 'the', 'ethos', 'of', 'India.']","[12, 13]",0,india,He once said he is member of BJP and always maintained that India is land of secularism and supported the ethos of India.,"['He once said that he was a member of the BJP and has always maintained that India is the land of secularism and supports the ethos of India.', 'He once said that he was a member of the BJP and has always maintained that India is a country of secularism and supports the ethos of India.', 'He once said that he was a member of the BJP and has always maintained that India is a country of secularism and supports the ethos of India.', ""He once said he was a member of the BJP and has always maintained that India is the land of secularism and supports India's ethos."", ""He once said he was a member of the BJP and has always maintained that India is the land of secularism and supports India's ethos.""]" -228,"['In', 'the', 'wake', 'of', 'the', '2010', 'Haiti', 'earthquake,', ""UNESCO's"", 'World', 'Heritage', 'Program', 'is', 'helping', 'Haiti', 'assess', 'the', 'damage.']","[6, 7]",0,haiti,"In the wake of the 2010 Haiti earthquake, UNESCO's World Heritage Program is helping Haiti assess the damage.","['After the earthquake in Haiti in 2010, the UNESCO World Heritage Programme is helping Haiti to assess the damage.', 'Following the earthquake in Haiti in 2010, the World Heritage Programme of UNESCO is helping Haiti to assess the damage.', 'Following the earthquake in Haiti in 2010, the World Heritage Programme of UNESCO is helping Haiti to assess the damage.', 'Following the earthquake in Haiti in 2010, the UNESCO World Heritage Programme is assisting Haiti in assessing the damage.', 'Following the earthquake in Haiti in 2010, UNESCO is supporting the World Heritage Programme in assessing the damage caused by Haiti.']" -229,"['The', ""women's"", 'snowboard', 'halfpipe', 'competition', 'at', 'the', '2007', 'Asian', 'Winter', 'Games', 'in', 'Changchun,', 'China', 'was', 'held', 'on', '29', 'January', 'at', 'the', 'Beida', 'Lake', 'Skiing', 'Resort.']","[13, 14]",0,china,"The women's snowboard halfpipe competition at the 2007 Asian Winter Games in Changchun, China was held on 29 January at the Beida Lake Skiing Resort.","[""The women's snowboard halfpipe competition at the 2007 Winter Games in Changchun, China, took place on January 29 at the Beida Lake Skiing Resort."", ""The women's snowboard halfpipe competition at the 2007 Asian Winter Games in Changchun, China, took place on January 29 at Beida Lake Ski Resort."", ""The women's snowboard halfpipe competition at the 2007 Asian Winter Games in Changchun, China, took place on January 29 at the Beida Lake Ski Resort."", ""The women's snowboard halfpipe competition at the 2007 Asian Winter Games in Changchun, China, took place on January 29 at the Beida Lake Skiing Resort."", ""The women's snowboard halfpipe competition at the 2007 Asian Winter Games in Changchun, China, took place on January 29 at the Beida Lake Skiing Resort.""]" -230,"['Being', 'prohibited', 'from', 'visiting', 'both', 'St.', 'Petersburg', 'and', 'Moscow', ',', 'Yashvil', 'spent', 'next', 'several', 'years', 'in', 'a', 'compulsory', 'retirement', 'at', 'his', 'estate.']","[8, 9]",0,moscow,"Being prohibited from visiting both St. Petersburg and Moscow, Yashvil spent next several years in a compulsory retirement at his estate.","['Since he was forbidden to visit both St. Petersburg and Moscow, Yashvil spent the next few years forcibly on his estate.', 'Since both visits to St. Petersburg and Moscow were forbidden, Yashvil spent the next few years forcibly on his estate.', 'Since this was forbidden in both St. Petersburg and Moscow, Yashvil spent the next years forcibly in his estate.', 'After being banned from visiting St Petersburg and Moscow, Hunt spent the next few years forcibly on his estate.', 'He was forbidden to visit both St. Petersburg and Moscow, and he spent the next few years on compulsory retirement on his estate.']" -231,"['Its', 'area', 'has', 'been', 'mostly', 'absorbed', 'by', 'the', 'growth', 'of', 'London', ';', 'with', 'its', 'name', 'currently', 'referring', 'to', 'the', 'Ruxley', 'district.']","[10, 11]",0,london,Its area has been mostly absorbed by the growth of London; with its name currently referring to the Ruxley district.,"['His London district was absorbed mainly by the growth of the city; his name now refers to the district of Ruxley.', 'The surrounding area is largely absorbed by the growth of London; its name currently refers to the district of Ruxley.', 'Its area has been largely absorbed by the growth of London; its name is currently referred to the Ruxley area.', 'The Greater Region has been absorbed by the growth of London; its name now refers to the district of Ruxley.', 'His area was absorbed by the growth of the London cityscape; his name now refers to the Ruxley area.']" -232,"['It', 'is', 'endemic', 'to', 'Ecuador', '.']","[4, 5]",0,ecuador,It is endemic to Ecuador.,"['It is endemic in Ecuador.', 'It is endemic to Ecuador.', 'It is endemic to Ecuador.', 'Guidorado is an endemic animal species in Ecuador.', 'The more common virus lives in Ecuador.']" -233,"['Live', 'from', 'the', 'Point', 'Depot', 'is', 'the', 'first', 'official', 'release', 'of', 'the', ""band's"", 'widely', 'bootlegged', 'New', ""Year's"", 'Eve', 'show', 'at', 'Dublin', ""'s"", 'Point', 'Depot.']","[20, 21]",0,dublin,Live from the Point Depot is the first official release of the band's widely bootlegged New Year's Eve show at Dublin's Point Depot.,"[""Live from the Point Depot is the first official release of the band's extensive New Year's Eve show at the Point Depot in Dublin."", ""Live from the Point Depot is the first official release of the band's highly acclaimed New Year's Eve show at Dublin's Point Depot."", ""Live from the Point Depot is the first official release of Dublin's Point Depot on New Year's Eve."", ""Live from the Point Depot is the first official release of the sprawling New Year's Eve show at the Point Depot in Dublin."", ""Live from the Point Depot is the first official release of the band's largely dogmatic New Year's Eve show at the Point Depot in Dublin.""]" -234,"['Armstrong', 'visits', 'New', 'Mexico', ',', 'where', 'the', 'eighteenth', 'Moon-rocket,', 'to', 'be', 'piloted', 'by', 'George', 'Quinn,', 'is', 'being', 'built', 'under', 'the', 'supervision', 'of', 'the', 'obstructive', 'Ambrose', 'Fothergill.']","[2, 4]",0,new mexico,"Armstrong visits New Mexico, where the eighteenth Moon-rocket, to be piloted by George Quinn, is being built under the supervision of the obstructive Ambrose Fothergill.","['Armstrong visits New Mexico, where, under the supervision of the obstructive Ambrose Fothergill, the eighteenth lunar rocket is being built, to be piloted by George Quinn.', 'Armstrong visits New Mexico, where, under the supervision of disabled Ambrose Fothergill, the eighteenth lunar rocket to be piloted by George Quinn is being built.', 'Armstrong visits New Mexico, where the 18th lunar rocket is being built under the supervision of disabled Ambrose Fothergill.', 'Armstrong visits New Mexico, where the 18th lunar rocket is being built under the leadership of the obstructive Ambrose Fothergill.', 'Armstrong visits New Mexico, where the eighteenth lunar rocket, to be piloted by George Quinn, is being built under Obstructive Ambrose Fothergill.']" -235,"['The', 'result', 'was', 'to', 'have', 'a', 'high', 'powered', '4-car', 'EMU', 'at', 'the', 'London', 'end', 'pushing', 'trailer', 'units', 'to', 'Bournemouth', 'where', 'the', 'trailers', 'would', 'be', 'detached', 'and', 'then', 'pulled', 'to', 'Weymouth', 'by', 'a', 'push-pull', 'equipped', 'diesel', 'electric', 'locomotive.']","[12, 13]",0,london,The result was to have a high powered 4-car EMU at the London end pushing trailer units to Bournemouth where the trailers would be detached and then pulled to Weymouth by a push-pull equipped diesel electric locomotive.,"['The result was a powerful four-carriage railcar that transported trailer parts to Bournemouth, where the trailers were removed and towed to Weymouth by a sliding electric locomotive.', 'The result was that an elegant 4-piece locomotive in London brought the trailer units to Bournemouth, where they were to be pulled by a push-pull locomotive to Weymouth.', 'As a result, a four-car train at the end of London took trailers to Bournemouth, where they were rolled from bumper to bumper by a diesel locomotive and towed to Weymouth.', 'The result was a powerful four-carriage train at the end of the tractor-trailer, which was to be pushed to Bournemouth, where the horse trailer was removed by a diesel locomotive with a sliding train and transported to Weymouth.', 'Four large electric cars came to the rescue and took trailers to Bournemouth, where they were towed to Weymouth by an electric diesel locomotive.']" -236,"['Garcia', 'v', 'National', 'Australia', 'Bank', 'Ltd', 'was', 'an', 'important', 'case', 'decided', 'in', 'the', 'High', 'Court', 'of', 'Australia', 'on', '6', 'August', '1998.']","[16, 17]",0,australia,Garcia v National Australia Bank Ltd was an important case decided in the High Court of Australia on 6 August 1998.,"['Garcia v. National Australia Bank Ltd. was an important case decided by the High Court of Australia on August 6, 1998.', 'Garcia v. National Australia Bank Ltd is an important case decided by the High Court of Australia on August 6, 1998.', 'Garcia v. National Australia Bank Ltd was an important ruling of the High Court of Australia of 6 August 1998.', 'Garcia v. National Australian Bank Ltd is a key case decided by the Supreme Court of Australia on August 6, 1998.', 'Garcia v. National Australia Bank Ltd was an important case decided by the High Court of Australia on August 6, 1998.']" -237,"['It', 'was', 'the', 'last', 'season', 'where', 'two', 'rival', 'football', 'associations', 'from', 'Berlin', 'send', 'their', 'champions', 'to', 'the', 'German', 'championship,', 'with', 'the', 'two', 'merging', 'at', 'the', 'end', 'of', 'the', 'season.']","[11, 12]",0,berlin,"It was the last season where two rival football associations from Berlin send their champions to the German championship, with the two merging at the end of the season.","['It was the last season in which two rival Berlin football clubs sent their champions to the German Championship.', 'It was the last season in which two rival Berlin football clubs sent their champions to the German Championship, with both merging at the end of the season.', 'It was the last season in which two rival Berlin football clubs sent their champions to the German Championship, with these two clubs merging at the end of the season.', 'It was the last season in which two rival Berlin football clubs sent their champions for the German championship, with both merging at the end of the season.', 'Last season, two rival football clubs sent their champions - both merged at the end of the season.']" -238,"['Dr.', 'de', 'Capriles', 'was', 'born', 'in', 'Mexico', 'and', 'came', 'to', 'the', 'United', 'States', 'at', 'the', 'age', 'of', '13,', 'with', 'no', 'knowledge', 'of', 'English', 'or', 'fencing.']","[11, 13]",0,united states,"Dr. de Capriles was born in Mexico and came to the United States at the age of 13, with no knowledge of English or fencing.","['Dr. de Capriles was born in Mexico and came to the United States at the age of 13 with no knowledge of English or fencing.', 'Dr. de Capriles was born in Mexico and came to the United States at 13 with no knowledge of English or fencing.', 'Dr. de Capriles was born in Mexico and came to the United States at the age of 13 with no knowledge of English or freestyle fencing.', 'Dr. de Capriles was born in Mexico and came to the United States at the age of 13 with no knowledge of English or fencing.', 'Dr. de Capriles, who was born in Mexico, joined dpa at the age of 13 without any knowledge of English or fencing.']" -239,"['On', 'the', 'outbreak', 'of', 'the', 'Irish', 'rebellion', 'in', '1641,', 'Richardson', 'left', 'for', 'England,', 'and', 'settled', 'in', 'London', ',', 'where', 'he', 'died.']","[16, 17]",0,london,"On the outbreak of the Irish rebellion in 1641, Richardson left for England, and settled in London, where he died.","['When the Irish rebellion broke out in 1641, Richardson left England and settled in London, where he died.', 'At the outbreak of the Irish rebellion in 1641 Richardson left England and settled in London, where he died.', 'After the outbreak of the Irish rebellion in 1641 Richardson left England and settled in London, where he died.', 'After the outbreak of the Irish rebellion (1641) Richardson left England and moved to London where he died.', 'When the Irish rebellion broke out in 1641, Richardson went to England and settled in London.']" -240,"['In', '1995', 'the', 'tower', 'was', 'listed', 'as', 'one', 'of', 'the', 'official', 'historical', 'monuments', 'of', 'France', '.']","[14, 15]",0,france,In 1995 the tower was listed as one of the official historical monuments of France.,"['In 1995 the tower was registered as an official historical monument of France.', 'In 1995, the tower was registered as one of the official historical monuments of France under the Heritage Act.', 'In 1995, the tower was awarded as one of the official historic buildings in France.', 'In 1995 the tower was discontinued as one of the official historical monuments of France.', 'In 1995, the tower was recognized as one of the official historical monuments of France.']" -241,"['His', 'parents,', 'Kazimir', 'J.', 'Wistert', 'and', 'Josephine', '(Shukis)', 'Wistert,', 'immigrated', 'to', 'the', 'United', 'States', 'from', 'Lithuania', 'in', '1894', 'and', 'were', 'married', 'at', 'Chicago', 'in', '1907.']","[22, 23]",0,chicago,"His parents, Kazimir J. Wistert and Josephine (Shukis) Wistert, immigrated to the United States from Lithuania in 1894 and were married at Chicago in 1907.","['His parents, Kasimir J. Wistert and Josephine (Schukis) Wistert, emigrated from Lithuania to the USA in 1894 and married in Chicago in 1907.', 'His parents, Kasimir J. Wistert and Josephine (Schukis) Wistert, emigrated from Lithuania to the United States in 1894 and married in Chicago in 1907.', 'His parents, Kasimir J. Wistert and Josephine (Schukis) Wistert, emigrated from Lithuania to the USA in 1894, where they married in Chicago in 1907.', 'His parents, Kasimir J. Wistert and Josephine (Schukis) Wistert, emigrated from Lithuania to the United States in 1894 and married in Chicago in 1907.', 'His parents, Kasimir J. Wistert and Josephine (Schukis) Wistert, emigrated from Lithuania to the United States in 1894 and married him in Chicago in 1907.']" -242,"['It', 'was', 'originally', 'routed', 'between', 'US', '127', 'in', 'Castine', 'and', 'its', 'present', 'eastern', 'terminus', 'at', 'SR', '49', 'east', 'of', 'Gordon.']","[8, 9]",0,castine,It was originally routed between US 127 in Castine and its present eastern terminus at SR 49 east of Gordon.,"[""It originally operated between US 127 in Castile and today's East Terminal on SR 49 east of Gordon."", 'It was originally located between US 127 in Castile and its current terminus on the SR 49 east of Gordon.', 'It was originally operated between US 127 in Castile and its current terminus at SR 49 station east of Gordon.', 'It once operated between US 127 in Castile and what is now the east end of SR 49 east of Gordon.', 'It originally runs between US 127 in Castile and its current terminus on the SR 49 east of Gordon.']" -243,"['Around', '3,100', 'species', 'of', 'flowering', 'plant', 'have', 'been', 'recorded', 'in', 'Syria', 'as', 'well', 'as', 'about', '100', 'gymnosperms.']","[10, 11]",0,syria,"Around 3,100 species of flowering plant have been recorded in Syria as well as about 100 gymnosperms.","['About 3,100 flowering plant species and about 100 sperm cells have been identified in Syria.', 'So far, about 3,100 species of flowering plants and about 100 gymnastics worms have been observed in Syria.', 'About 3,100 flowering plant species have been identified in Syria, of which there are about 100.', 'Some 3,100 plant species and about 100 turbine permafrost soils have been identified in Syria.', 'Some 3,100 species of flowering plants and more than 100 other (artificial) shrubs have been identified in Syria.']" -244,"['It', 'was', 'an', 'island,', 'cut', 'off', 'from', 'the', 'mainland', 'of', 'Australia', 'and', 'isolated', 'geographically,', 'making', 'it', 'ideal', 'for', 'a', 'Penal', 'Colony,', 'and', 'was', 'rich', 'in', 'timber,', 'a', 'resource', 'useful', 'to', 'the', 'Royal', 'Navy..']","[10, 11]",0,australia,"It was an island, cut off from the mainland of Australia and isolated geographically, making it ideal for a Penal Colony, and was rich in timber, a resource useful to the Royal Navy..","['It was an isolated island cut off from mainland Australia, ideal for a penal colony and rich in timber, a useful resource for the Royal Navy.', 'The island was cut off from mainland Australia and geographically isolated, making it ideal for a penal colony, and had abundant timber, a useful resource for the Royal Navy.', 'It was an island cut off from mainland Australia and geographically isolated, making it an ideal penal colony and rich in timber, a useful resource for the Royal Navy.', 'The island was cut off from mainland Australia and geographically isolated, ideal for a penal colony, and it was rich in timber, a useful resource for the Royal Navy.', 'It was an island cut off from mainland Australia, geographically isolated, perfect for a penal colony and rich in timber, a valuable resource for the royal fleet.']" -245,"['Many', 'people', 'around', 'Pakistan', 'request', 'their', 'fellows', 'to', 'bring', 'it', 'as', 'it', 'is', 'not', 'widely', 'available', 'in', 'any', 'other', 'part', 'of', 'Pakistan.']","[3, 4]",0,pakistan,Many people around Pakistan request their fellows to bring it as it is not widely available in any other part of Pakistan.,"['Many people in Pakistan ask their compatriots to bring it, as it is not widely available in other parts of Pakistan.', 'Many people in Pakistan ask their fellow human beings to bring them with them, as they are so widespread in no other part of Pakistan.', 'Many people in Pakistan ask their companions to bring it, as it is not so common anywhere else in Pakistan.', 'Many people throughout Pakistan are asking their fellow human beings to take it with them, as it is not very common in any other part of Pakistan.', 'Many people in Pakistani communities asked their fellow human beings to bring it, as it is not widespread in any other part of Pakistan.']" -246,"['His', 'father,', 'John', 'Bird', 'was', 'a', 'London', 'goldsmith', 'with', 'ancestral', 'roots', 'in', 'Cheshire,', 'England', '.']","[13, 14]",0,england,"His father, John Bird was a London goldsmith with ancestral roots in Cheshire, England.","['His father John Bird was a London goldsmith with ancestral roots in Cheshire, England.', 'His father, John Bird, was a London goldsmith with ancestral roots in Cheshire, England.', 'His father John Bird was a goldsmith in Cheshire, England.', 'His father John Bird was a London goldsmith from Cheshire, England.', 'His father John Bird was a master goldsmith in London and ancestor in Cheshire, England.']" -247,"['Conservation', 'in', 'Uganda', 'is', 'the', 'protection', 'and', 'sustainable', 'use', 'of', 'the', ""country's"", 'rich', 'natural', 'resources.']","[2, 3]",0,uganda,Conservation in Uganda is the protection and sustainable use of the country's rich natural resources.,"[""Nature conservation in Uganda is the protection and sustainable use of the country's rich natural resources."", ""In Uganda, nature conservation means the protection and sustainable use of the country's rich natural resources."", ""Nature conservation in Uganda is the protection and sustainable use of the country's rich natural resources."", ""Nature conservation is the protection and sustainable use of Uganda's rich natural resources."", '""Conservation"" in Uganda is the protection and sustainable use of the country\'s rich natural resources.']" -248,"[""Kendall's"", 'radio', 'messages', 'alerted', 'Scotland', 'Yard,', 'and', 'Inspector', 'Dew', 'was', 'dispatched', 'to', 'Canada', 'on', 'the', 'faster', 'ship,', 'the', 'White', 'Star', ""Line's"", 'SS', '\xa0', 'Laurentic,', 'and', 'arrived', 'in', 'Canada', 'before', 'Montrose.']","[12, 13]",0,canada,"Kendall's radio messages alerted Scotland Yard, and Inspector Dew was dispatched to Canada on the faster ship, the White Star Line's SS  Laurentic, and arrived in Canada before Montrose.","['Kendall alerted Scotland Yard and Inspector Dew was sent to Canada on the faster ship, the SS Laurentic of the White Star Line, arriving off Montrose.', ""Kendall's radio messages alerted Scotland Yard and Inspector Dew was sent to Canada on the faster ship, the SS Laurentic of the White Star Line, which arrived off Montrose in Canada."", 'Kendall alerted Scotland Yard via radio messages, and Inspector Dew was sent to Canada on the faster ship, the SS Laurentic of the White Star Line, arriving off Montrose.', 'Kendall alerted Scotland Yard and Inspector Dew was sent to Canada on the faster ship, the SS Laurentic of the White Star Line, arriving off Montrose.', ""Kendall alerted Scotland Yard with his radio messages, and Inspector Dew was dispatched to Canada on the faster ship - the White Star Line's SS Laurentic.""]" -249,"['From', 'that', 'time', 'on,', 'the', 'Recoleta', 'has', 'been', 'one', 'of', 'the', 'most', 'stylish', 'and', 'expensive', 'neighborhoods', 'in', 'Buenos', 'Aires,', 'home', 'to', 'private', 'family', 'mansions,', 'foreign', 'embassies,', 'and', 'luxury', 'hotels,', 'including', 'the', 'Alvear', 'Palace', 'Hotel.']","[5, 6]",0,recoleta,"From that time on, the Recoleta has been one of the most stylish and expensive neighborhoods in Buenos Aires, home to private family mansions, foreign embassies, and luxury hotels, including the Alvear Palace Hotel.","['Since then, Recoleta has become one of the most elegant and expensive residential areas of Buenos Aires, with private family villas, foreign embassies and luxury hotels, including the Alvear Palace Hotel.', 'Since then, Recoleta has become one of the most elegant and expensive districts of Buenos Aires, home to private villas, foreign embassies and luxury hotels, including the Alvear Palace Hotel.', 'Since then, Recoleta has become one of the most elegant and expensive neighborhoods in Buenos Aires, with private family villas, foreign embassies and luxury hotels such as the Alvear Palace Hotel.', 'Since then, Recoleta has become one of the most elegant and expensive neighborhoods in Buenos Aires, with family palaces, foreign embassies and luxury hotels such as the Alvear Palace.', 'Since then, Recoleta has become one of Buenos Aires ""most stylish and expensive neighborhoods, hosting private family celebrations, foreign embassies and luxury hotels, including the Alvear Palace Hotel.']" -250,"['The', ""company's"", 'present', 'focus', 'is', 'on', 'lithium', 'and', 'borax', 'mining', 'operations', 'within', 'Argentina', '.']","[12, 13]",0,argentina,The company's present focus is on lithium and borax mining operations within Argentina.,"['The company is currently focused on lithium and borax mining in Argentina.', 'The current focus is on lithium and borax production in Argentina.', 'The company is currently focused on lithium and borax production within Argentina.', 'Today, activities are focused on lithium and borax mining in Argentina.', 'The company is currently focused on lithium and borax mining activities in Argentina.']" -251,"['Tibbetibaba', 'was', 'a', 'great', 'yogi', 'and', 'guru', 'of', 'India', '.']","[8, 9]",0,india,Tibbetibaba was a great yogi and guru of India.,"['Tibbetibaba was a great yogi and guru of India.', 'Tibbetibaba was a great yogi and guru of India.', 'Tibbetibaba was a great yogi and guru of India.', 'Tibbetibaba was a great yogi and guru of India.', 'Tibbetibaba was great as jogi and guru of India.']" -252,"['His', 'parents,', 'Thomas', 'and', 'Frances', 'Montoya,', 'were', 'Roman', 'Catholic', 'descendants', 'of', 'eighteenth-century', 'Spanish', 'settlers', 'to', 'New', 'Mexico', '.']","[15, 17]",0,new mexico,"His parents, Thomas and Frances Montoya, were Roman Catholic descendants of eighteenth-century Spanish settlers to New Mexico.","['His parents, Thomas and Frances Montoya, were Roman Catholic descendants of Spanish settlers from New Mexico in the eighteenth century.', 'His parents, Thomas and Frances Montoya, were Roman Catholic descendants of 18th-century Spanish settlers in New Mexico.', 'His parents, Thomas and Frances Montoya, were Roman Catholic descendants of 18th-century Spanish settlers from New Mexico.', 'Thomas and Frances Montoya were descendants of 18th century Spanish settlers from New Mexico.', 'His parents, Thomas and Frances Montoya, were Roman Catholic descendants of Spanish settlers from New Mexico in the 18th century.']" -253,"['She', 'died', 'at', 'Stockdorf', ',', 'near', 'Munich.']","[3, 4]",0,stockdorf,"She died at Stockdorf, near Munich.","['She died in Stockdorf near Munich.', 'She died in Stockdorf near Munich.', 'She died in Stockdorf near Munich.', 'She died in Stockdorf near Munich.', 'She died in Stockdorf near Munich.']" -254,"['Under', 'the', 'supervision', 'of', 'workshop', 'administrator-turned-manager', 'Colin', 'Lazzerini,', 'the', 'ensemble', 'chose', 'the', 'name', 'Loose', 'Tubes', 'and', 'played', 'its', 'first', 'London', 'gig', 'in', '1984.']","[19, 20]",0,london,"Under the supervision of workshop administrator-turned-manager Colin Lazzerini, the ensemble chose the name Loose Tubes and played its first London gig in 1984.","['Under the direction of the workshop manager and later manager Colin Lazzerini, the ensemble chose the name Loose Tubes and played its first performance in London in 1984.', 'Under the direction of the workshop manager and later workshop manager Colin Lazzerini, the ensemble chose the name Loose Tubes and played its first performance in London in 1984.', 'Under the direction of project leader and workshop leader Colin Lazzerini, the ensemble chose the name Loose Tubes and gave its world premiere in London in 1984.', 'Under the direction of the workshop director Colin Lazzerini, the ensemble chose the name Loose Tubes and played its first performance in London in 1984.', 'Under the direction of the workshop director Colin Lazzerini, who had gone from personal speaker to director, the ensemble became known as Loose Tubes and had its world premiere in London in 1984.']" -255,"['Hazembourg', 'is', 'a', 'commune', 'in', 'the', 'Moselle', 'department', 'in', 'Grand', 'Est', 'in', 'north-eastern', 'France.']","[0, 1]",0,hazembourg,Hazembourg is a commune in the Moselle department in Grand Est in north-eastern France.,"['Hazembourg is a municipality in the department of Moselle in Grand Est in northeastern France.', 'Hazembourg is a municipality in the department of Moselle in Grand Est in northeastern France.', 'Hazembourg is a municipality in the department of Moselle in the north-eastern French Grand Est.', 'Hazembourg is a municipality in the department of Moselle in Grands Est in northeastern France.', 'Hazembourg is a municipality in the department of Moselle in Grand Est in northeastern France.']" -256,"['It', 'is', 'found', 'in', 'Europe,', 'including', 'Germany', ',', 'the', 'Czech', 'Republic', 'and', 'Finland.']","[6, 7]",0,germany,"It is found in Europe, including Germany, the Czech Republic and Finland.","['It can be found in Europe, including Germany, the Czech Republic and Finland.', 'It is also found in Europe, including Germany, the Czech Republic and Finland.', 'It is found in Europe, including Germany, the Czech Republic and Finland.', 'It is widespread in Europe, including Germany, the Czech Republic and Finland.', 'Anti-wage sentiment exists in Europe, including in Germany, the Czech Republic and Finland.']" -257,"['Almost', 'a', 'month', 'later', 'the', 'ship', 'sank', 'in', 'Canada', ""'s"", 'Saint', 'Lawrence', 'River', 'after', 'colliding', 'with', 'the', 'SS', '\xa0', 'Storstad,', 'a', 'Norwegian', 'coal', 'freighter', 'with', 'an', 'ice-breaking', 'bow.']","[8, 9]",0,canada,"Almost a month later the ship sank in Canada's Saint Lawrence River after colliding with the SS  Storstad, a Norwegian coal freighter with an ice-breaking bow.","[""Nearly a month later, the ship sank in Canada's St. Lawrence River after colliding with SS Storstad, a Norwegian coal freighter with an icebreaking bow."", ""Less than a month later, the ship sank in Canada's Saint Lawrence River after colliding with the Norwegian coal freighter SS Storstad with an icebreaking bow."", 'Almost a month later, the ship sank in St. Lorenz, Canada, after colliding with SS Storstad, a Norwegian coal freighter with an icebreaker bay.', ""Less than a month later, the ship sank in a collision with the SS Storstad in Canada's St. Lawrence River."", ""Nearly a month later, the ship sank in Canada's St. Lawrence River after colliding with SS Storstad, a Norwegian coal freighter covered in the bow of an icebreaker.""]" -258,"['This', 'image', 'was', 'moved', 'from', 'Wikimedia', 'Commons,', 'as', 'it', 'was', 'found', 'to', 'be', 'likely', 'copyrighted', 'within', 'Australia', '.']","[16, 17]",0,australia,"This image was moved from Wikimedia Commons, as it was found to be likely copyrighted within Australia.","['This image was moved by Wikimedia Commons because it was considered copyrighted in Australia.', 'This image has been removed from Wikimedia Commons as it is believed to be copyrighted within Australia.', 'This image has been removed from Wikimedia Commons as it is likely to be copyrighted within Australia.', 'This image has been removed from Wikimedia Commons as it is protected by copyright in Australia.', 'This image has been removed from Wikimedia Commons because, according to the researchers, it was likely copyrighted within Australia.']" -259,"['Range', 'will', 'continue', 'through', 'Mexico', '.']","[4, 5]",0,mexico,Range will continue through Mexico.,"['Range will continue to extend through Mexico.', 'The reach will continue through Mexico.', 'The bandwidth reaches as far as Mexico.', 'The range will extend to Mexico.', 'The range extends as far as Mexico.']" -260,"['Darbhanga', 'Lok', 'Sabha', 'constituency', 'is', 'one', 'of', 'the', '40', 'Lok', 'Sabha', '(parliamentary)', 'constituencies', 'in', 'Bihar', 'state', 'in', 'eastern', 'India.']","[14, 15]",0,bihar,Darbhanga Lok Sabha constituency is one of the 40 Lok Sabha (parliamentary) constituencies in Bihar state in eastern India.,"['Darbhanga Lok Sabha is one of the 40 constituencies of Lok Sabha (parliamentarianism) in the eastern Indian state of Bihar.', 'The Darbhanga Lok Sabha constituency is one of 40 constituencies of the Lok Sabha (Parliamentary Party) in the eastern Indian state of Bihar.', 'The Darbhanga Lok Sabha constituency is one of 40 Lok Sabha (parliamentary) constituencies in the eastern Indian state of Bihar.', 'Darbhanga Lok Sabha is one of 40 (parliamentary) constituencies in the eastern Indian state of Bihar.', 'The Darbhanga Lok Sabcha constituency is one of 40 constituencies of the Lok Sabha (parliamentary parties) in the eastern Indian state of Bihar.']" -261,"['Ion', 'Popescu-Gopo', 'attended', '(but', 'never', 'graduated', 'from)', 'the', 'Academy', 'of', 'Fine', 'Arts', 'in', 'Bucharest', '.']","[13, 14]",0,bucharest,Ion Popescu-Gopo attended (but never graduated from) the Academy of Fine Arts in Bucharest.,"['Ion Popescu-Gopo attended the Academy of Fine Arts in Bucharest (but never graduated).', 'Ion Popescu-Gopo attended the Academy of Fine Arts in Bucharest (but never graduated).', 'Ion Popescu-Gopo attended the Academy of Fine Arts in Bucharest (but never graduated).', 'Ion Popescu-Gopo attended the Academy of Fine Arts in Bucharest (but never graduated).', 'Ion Popescu-Gopo attended the Academy of Fine Arts in Bucharest (but never graduated).']" -262,"['He', 'left', 'Ireland', 'before', 'the', 'Rebellion', 'of', '1641', 'and', 'died', 'in', 'London', 'on', '11', 'August', '1654.']","[2, 3]",0,ireland,He left Ireland before the Rebellion of 1641 and died in London on 11 August 1654.,"['He left Ireland before the revolt of 1641 and died on 11 August 1654 in London.', 'He left Ireland before the revolt of 1641 and died on 11 August 1654 in London.', 'He left Ireland before the revolt of 1641 and died on 11 August 1654 in London.', 'He left Ireland before the revolt of 1641 and died on 11 August 1654 in London.', 'He left Ireland before the revolt of 1641 and died on 11 August 1654 in London.']" -263,"['She', 'had', 'been', 'sailing', 'from', 'Lisbon', 'to', 'Liverpool', 'when', 'Musette', 'captured', 'her.']","[5, 6]",0,lisbon,She had been sailing from Lisbon to Liverpool when Musette captured her.,"['She was on her way from Lisbon to Liverpool when Musette captured her.', 'She was on her way from Lisbon to Liverpool when Musette captured her.', 'She was on her way from Lisbon to Liverpool when Musette captured her.', 'She was on her way from Lisbon to Liverpool when Musette captured her.', 'She was on her way from Lisbon to Liverpool when Musette captured her.']" -264,"['As', 'of', '2001', 'India', 'census', 'Kuneran', 'had', 'population', 'of', '1500.']","[3, 4]",0,india,As of 2001 India census Kuneran had population of 1500.,"['In 2001, India had 1500 inhabitants.', 'In 2001 the population of Kuneran was 1500 inhabitants.', 'The Indian census Kuneran had 1500 inhabitants in 2001.', 'At the 2001 census in India, the population was 1500.', 'Kuneran had 1500 inhabitants at the time of the 2001 census.']" -265,"['His', 'only', 'for', 'the', 'under-21', 'side', 'arrived', 'on', '17', 'November', '1998,', 'in', 'a', '0–0', 'friendly', 'draw', 'against', 'Italy', 'in', 'Benevento', '.']","[19, 20]",0,benevento,"His only for the under-21 side arrived on 17 November 1998, in a 0–0 friendly draw against Italy in Benevento.","['His only appearance for the Under 21s was a 0-0 draw in the friendly against Italy in Benevento on November 17, 1998.', 'He only played for the Under 21s on November 17, 1998, in the 0-0 draw against Italy in Benevento.', 'His only international game was for the U21s on November 17, 1998 in Benevento in a 0-0 draw against Italy.', 'His only appearance for the Under 21s came in the 0-0 draw against Italy in Benevento on November 17, 1998.', 'His only international match was a 0-0 draw against Italy in Benevento on 17 November 1998.']" -266,"['Following', 'the', 'arrival', 'of', 'Palestinian', 'refugees', 'into', 'Jordan', 'after', 'the', '1948', 'Arab-Israeli', 'War,', 'she', 'led', 'national', 'relief', 'efforts', 'to', 'help', 'the', 'tens', 'of', 'thousands', 'of', 'refugees.']","[7, 8]",0,jordan,"Following the arrival of Palestinian refugees into Jordan after the 1948 Arab-Israeli War, she led national relief efforts to help the tens of thousands of refugees.","['After Palestinian refugees arrived in Jordan after the 1948 Arab-Israeli war, she led national relief efforts to help tens of thousands of refugees.', 'After the arrival of Palestinian refugees in Jordan after the 1948 Arab-Israeli war, she led national relief operations for tens of thousands of refugees.', 'After Palestinian refugees arrived in Jordan after the 1948 Arab-Israeli war, Messina led national relief efforts to help tens of thousands of refugees.', 'After Palestinian refugees arrived in Jordan in 1948, she led national relief efforts to help tens of thousands of refugees.', 'After the arrival of Palestinian refugees after the 1948 Arab-Israeli war, she led the national relief operation for thousands of refugees.']" -267,"['Azzate', 'is', 'a', 'town', 'and', 'comune', 'located', 'in', 'the', 'province', 'of', 'Varese', ',', 'in', 'the', 'Lombardy', 'region', 'of', 'northern', 'Italy.']","[11, 12]",0,varese,"Azzate is a town and comune located in the province of Varese, in the Lombardy region of northern Italy.","['Azzate is a town and municipality in the province of Varese in Lombardy in northern Italy.', 'Azzate is a town and municipality in the province of Varese in Lombardy in northern Italy.', 'Azzate is a town and municipality in the province of Varese in Lombardy in northern Italy.', 'Azzate is a city in the province of Varese in Lombardy in northern Italy.', 'Azzate is a municipality in the province of Varese, the capital of Lombardy.']" -268,"['Ombaka', 'National', 'Stadium', 'is', 'a', 'multi-use', 'stadium', 'in', 'Benguela', ',', 'Angola.']","[8, 9]",0,benguela,"Ombaka National Stadium is a multi-use stadium in Benguela, Angola.","['The Ombaka National Stadium is a multipurpose stadium in Benguela, Angola.', 'The Ombaka National Stadium is a multipurpose stadium in Benguela, Angola.', 'The Ombaka National Stadium is a multipurpose stadium in Benguela, Angola.', 'The Ombaka National Stadium is a multipurpose stadium in Benguela, Angola.', 'The Ombaka National Stadium in Benguela is a multi-purpose stadium.']" -269,"['The', 'choir', 'tours', 'regularly', 'and', 'since', '2002', 'has', 'performed', 'in', 'France,', 'Germany,', 'Iceland,', 'Ireland,', 'Italy,', 'Latvia,', 'the', 'Netherlands,', 'Portugal,', 'Russia,', 'Spain', 'and', 'Ukraine', '.']","[22, 23]",0,ukraine,"The choir tours regularly and since 2002 has performed in France, Germany, Iceland, Ireland, Italy, Latvia, the Netherlands, Portugal, Russia, Spain and Ukraine.","['The choir has toured regularly and since 2002 has performed in France, Germany, Iceland, Ireland, Italy, Latvia, Holland, Portugal, Russia, Spain and the Ukraine.', 'The choir performs regularly in France, Germany, Iceland, Ireland, Italy, Latvia, the Netherlands, Portugal, Russia, Spain and Ukraine.', 'Regular tours have taken him to France, Germany, Iceland, Ireland, Italy, Latvia, Holland, Portugal, Russia, Spain and the Ukraine.', 'Since 2002 the choir has toured regularly in France, Germany, Iceland, Ireland, Italy, Latvia, the Netherlands, Portugal, Russia, Spain and the Ukraine.', 'Since 2002 the choir has toured regularly in France, Germany, Iceland, Ireland, Italy, Latvia, the Netherlands, Portugal, Russia, Spain and the Ukraine.']" -270,"['This', 'category', 'contains', 'the', 'native', 'flora', 'of', 'Gabon', 'as', 'defined', 'by', 'the', 'World', 'Geographical', 'Scheme', 'for', 'Recording', 'Plant', 'Distributions.']","[7, 8]",0,gabon,This category contains the native flora of Gabon as defined by the World Geographical Scheme for Recording Plant Distributions.,"[""This category takes into account Gabon's native flora as defined in the World Geographical Scheme for Recording Plant Distributions."", ""This category includes Gabon's native flora as defined in the World Geographical Scheme for Recording Plant Distributions."", ""This category describes Gabon's native flora as defined in the World Geographic Scheme for Recording Plant Distributions."", 'This category includes the flora of Gabon as defined in the World Geographical Scheme for Recording Plant Distributions.', ""The plants shown here contain Gabon's native flora as defined by the World Geographical Scheme for Recording Plant Distributions.""]" -271,"['Commercially,', '""What', 'It', 'Feels', 'Like', 'for', 'a', 'Girl""', 'was', 'successful', 'in', 'most', 'music', 'charts', 'around', 'the', 'world,', 'peaking', 'inside', 'the', 'top', 'ten', 'in', 'over', 'ten', 'countries,', 'including', 'Australia,', 'Canada,', 'Denmark,', 'Finland', ',', 'Japan', 'and', 'the', 'United', 'Kingdom.']","[30, 31]",0,finland,"Commercially,""What It Feels Like for a Girl"" was successful in most music charts around the world, peaking inside the top ten in over ten countries, including Australia, Canada, Denmark, Finland, Japan and the United Kingdom.","['Commercially, ""What It Feels Like for a Girl"" has topped most music charts worldwide, reaching the top ten in more than ten countries, including Australia, Canada, Denmark, Finland, Japan and the United Kingdom.', '""What It Feels Like for a Girl"" became commercially successful in most music charts worldwide, reaching the top ten in more than ten countries, including Australia, Canada, Denmark, Finland, Japan and the United Kingdom.', 'Commercially, ""What It Feels like for a Girl"" was a worldwide success, reaching the top ten in more than ten countries, including Australia, Canada, Denmark, Finland, Japan and the United Kingdom.', '""What It Feels Like for a Girl"" has been commercially successful in most music charts worldwide, with hits in more than ten countries, including Australia, Canada, Denmark, Finland, Japan and the UK.', '""What It Feels Like for a Girl"" reached number one in the most global music charts, represented by more than ten countries, including Australia, Canada, Denmark, Finland, Japan and the United Kingdom.']" -272,"['In', 'December', '2008,', 'Russian', 'warships', 'visited', 'Nicaragua', 'at', 'the', 'invitation', 'of', 'president', 'Daniel', 'Ortega,', 'although', 'Wilfredo', 'Navarro', 'of', 'the', 'opposition', 'Constitutionalist', 'Liberal', 'Party', 'said', 'that', 'without', 'parliamentary', 'approval', 'the', 'naval', 'visit', 'would', 'be', 'a', 'breach', 'of', 'the', 'Constitution.']","[6, 7]",0,nicaragua,"In December 2008, Russian warships visited Nicaragua at the invitation of president Daniel Ortega, although Wilfredo Navarro of the opposition Constitutionalist Liberal Party said that without parliamentary approval the naval visit would be a breach of the Constitution.","['In December 2008, Russian warships visited Nicaragua at the invitation of President Daniel Ortega, although Wilfredo Navarro of the opposition Liberal Party of the Constitution said the naval visit without parliamentary approval would be a violation of the Constitution.', 'In December 2008, Russian warships visited Nicaragua at the invitation of President Daniel Ortega, although Wilfredo Navarro of the opposition Liberal Constitutional Party said the naval visit would be a violation of the constitution without parliamentary approval.', 'In December 2008, Russian warships visited Nicaragua at the invitation of President Daniel Ortega, although Wilfredo Navarro of the opposition Constitutional Liberal Party admitted that the naval visit would constitute a violation of the Constitution without parliamentary approval.', 'In December 2008, Russian warships visited Nicaragua at the invitation of President Daniel Ortega, although Wilfredo Navarro of the opposition Liberal Party of the Constitution said the naval visit would constitute a violation of the Constitution without parliamentary approval.', 'In December 2008, Russian warships left Nicaragua at the invitation of President Daniel Ortega, although Wilfredo Navarro of the opposition Constitutional Liberal Party said the naval visit would violate the constitution without parliamentary approval.']" -273,"['The', 'law', 'of', 'Luxembourg', 'is', 'civil', 'law.']","[3, 4]",0,luxembourg,The law of Luxembourg is civil law.,"['Luxembourg law is civil law.', 'Luxembourg law is civil law.', 'Luxembourg law is civil law.', 'Luxembourg law is civil law.', 'Luxembourg law is civil law.']" -274,"['Falconara', 'Marittima', 'is', 'a', 'seaside', 'resort', 'on', 'the', 'Adriatic', 'coast,', 'in', 'Italy,', 'located', '9', 'kilometres', '(5.6', '\xa0', 'mi)', 'north', 'of', 'Ancona,', 'in', 'the', 'Marche', 'region,', 'province', 'of', 'Ancona', '.']","[27, 28]",0,ancona,"Falconara Marittima is a seaside resort on the Adriatic coast, in Italy, located 9 kilometres (5.6  mi) north of Ancona, in the Marche region, province of Ancona.","['Falconara Marittima is a seaside resort on the Adriatic Sea in Italy, 9 kilometers north of Ancona in the Marche, province of Ancona.', 'Falconara Marittima is a seaside resort on the Italian Adriatic coast, located 9 km north of Ancona in the Marche region, in the province of Ancona.', 'Falconara Marittima is a seaside resort on the Adriatic Sea in Italy, 9 kilometers north of Ancona, in the Marche, in the province of Ancona.', 'Falconara Marittima is a seaside resort on the Italian Adriatic coast, 9 km north of Ancona in the Marche, province of Ancona.', 'Falconara Marittima is a riding harbour on the Italian Adriatic coast 9 km north of Ancona in the Marche in the province of Ancona.']" -275,"['IOCC', 'is', 'one', 'of', 'few', 'agencies', 'still', 'working', 'inside', 'Syria', ',', 'and', 'continues', 'to', 'support', 'one', 'of', 'the', 'largest', 'humanitarian', 'networks', 'on', 'the', 'ground', 'in', 'the', 'country.']","[9, 10]",0,syria,"IOCC is one of few agencies still working inside Syria, and continues to support one of the largest humanitarian networks on the ground in the country.","['The IOCC is one of the few aid agencies still operating in Syria and continues to support one of the largest humanitarian networks in the country.', ""The IOCC is one of the few aid agencies still operating within Syria's borders and continues to support one of the largest humanitarian networks on the ground."", 'The IOCC is one of the few agencies still operating in Syria and continues to support one of the largest humanitarian networks in the country.', 'The IOCC is one of the few organisations still active in the state of Syria and continues to support one of the largest humanitarian networks in the country.', 'The IOCC is one of the few organisations still in the country and maintains one of the largest humanitarian networks in the country.']" -276,"['The', 'Monaco', 'event', 'has', 'grown', 'over', 'the', 'last', '10', 'years', '-', 'the', 'event', 'now', 'takes', 'over', 'the', 'whole', 'of', 'the', 'Le', 'Méridien', 'Beach', 'Plaza', 'Hotel', 'for', 'the', 'entire', 'race', 'weekend.']","[1, 2]",0,monaco,The Monaco event has grown over the last 10 years - the event now takes over the whole of the Le Méridien Beach Plaza Hotel for the entire race weekend.,"['The Monaco race has evolved over the last 10 years and will now occupy the entire Le Méridien Beach Plaza Hotel during the race weekend.', 'The Monaco Marathon has grown over the last 10 years and the entire Le Méridien Beach Plaza Hotel will now be used for the entire race weekend.', 'Over the past 10 years, the event in Monaco has grown to include the entire Le Méridien Beach Plaza Hotel for the entire race weekend.', 'Over the past 10 years, the event has grown steadily in Monaco, occupying the entire Le Meridien Beach Plaza Hotel during the race weekend.', 'The Monaco Marathon has grown over the past decade, and the entire Final Four will now take place at Le Méridien Beach Plaza Hotel.']" -277,"['It', 'is', 'partially', 'set', 'in', 'the', '(tribal)', 'area', 'between', 'Pakistan', 'and', 'Afghanistan.']","[9, 10]",0,pakistan,It is partially set in the (tribal) area between Pakistan and Afghanistan.,"['It is partly set in the (tribal) area between Pakistan and Afghanistan.', 'It is partly set in the (tribal) area between Pakistan and Afghanistan.', 'It is partly located in the (tribal) areas between Pakistan and Afghanistan.', 'The initial situation is partly in the (tribal) area between Pakistan and Afghanistan.', 'It lies partly in the tribal area between Pakistan and Afghanistan.']" -278,"['It', 'was', 'during', 'Ottoman', 'rule', 'that', 'the', 'term', '""Greater', 'Syria""', 'was', 'coined', 'to', 'designate', 'the', 'approximate', 'area', 'included', 'in', 'present-day', 'Lebanon,', 'Syria,', 'Jordan', ',', 'the', 'Palestinian', 'Territories', 'and', 'Israel.']","[22, 23]",0,jordan,"It was during Ottoman rule that the term""Greater Syria"" was coined to designate the approximate area included in present-day Lebanon, Syria, Jordan, the Palestinian Territories and Israel.","['During Ottoman rule, the term ""Greater Syria"" was coined to refer to what is now Lebanon, Syria, Jordan, the Palestinian territories, and Israel.', 'During Ottoman rule, the term ""Greater Syria"" was coined to designate the immediate proximity of what is now Lebanon, Syria, Jordan, the Palestinian territories, and Israel.', 'It was during Ottoman rule that the term Greater Syria was coined to denote the approximate territory in what is now Lebanon, Syria, Jordan, the Palestinian territories, and Israel.', 'Under Ottoman rule, the term ""Greater Syria"" was coined to denote the approximate territory that lies in what is now Lebanon, Syria, Jordan, the Palestinian territories, and Israel.', 'During Ottoman rule, it was army officials who coined the term ""Greater Syria"" to refer to the area closer to what is now Lebanon, Syria, Jordan, the Palestinian territories, and Israel.']" -279,"['Although', 'the', 'film', 'was', 'originally', 'a', 'television', 'documentary,', 'produced', 'for', 'SBS', 'in', 'Australia', ',', 'it', 'has', 'since', 'been', 'shown', 'around', 'the', 'world', 'at', 'film', 'festivals', 'and', 'presentations', 'on', 'the', 'subject.']","[12, 13]",0,australia,"Although the film was originally a television documentary, produced for SBS in Australia, it has since been shown around the world at film festivals and presentations on the subject.","['Although the film was originally a television documentary produced for SBS in Australia, it has since been shown at film festivals and presentations around the world.', 'Although the film was originally a television documentary produced for SBS in Australia, it has since been shown at film festivals and presentations around the world.', 'Although the film was originally a television documentary and produced for SBS in Australia, it has since been shown at film festivals around the world and in presentations on the subject.', 'The film was originally a television documentary produced for SBS in Australia, but has since been shown at film festivals and presentations around the world.', 'Although it was originally a television documentary produced for SBS in Australia, it has since been shown at film festivals and presentations around the world.']" -280,"['The', 'range', 'extends', 'from', 'westernmost', 'Texas', ',', 'United', 'States', '(where', 'it', 'is', 'restricted', 'to', 'the', 'Chisos', 'and', 'Davis', 'Mountains),', 'south', 'through', 'much', 'of', 'Mexico,', 'occurring', 'widely', 'along', 'the', 'Sierra', 'Madre', 'Oriental', 'and', 'Sierra', 'Madre', 'Occidental', 'ranges,', 'and', 'more', 'rarely', 'in', 'the', 'eastern', 'Eje', 'Volcánico', 'Transversal', 'range.']","[5, 6]",0,texas,"The range extends from westernmost Texas, United States (where it is restricted to the Chisos and Davis Mountains), south through much of Mexico, occurring widely along the Sierra Madre Oriental and Sierra Madre Occidental ranges, and more rarely in the eastern Eje Volcánico Transversal range.","['This distribution area extends from the westernmost Texas, the USA (where it is limited to the Chisos and Davis Mountains), in the south through large parts of Mexico, far along the eastern and western Sierra Madre and less frequently in the eastern Eje Volcánico Transversal region.', 'The distribution area extends from the northernmost Texas (where it is limited to the Chisos and Davis mountains), in the south through large parts of Mexico, far along the Sierra Madre Oriental and Sierra Madre Occidental and more rarely in the eastern Eje Volcánico Transversal.', 'The distribution area extends from the westernmost Texas (where it is limited to the Chisos and Davis Mountains) to the south through large parts of Mexico, where it occurs very far along the mountain ranges Sierra Madre Oriental and Sierra Madre Occidental and rarely in the eastern Eje Volcánico Transversal.', 'The distribution area began in the west of Texas, USA (where it was limited to the Chisos and Davis Mountains), in the south through large parts of Mexico, along the eastern mountain range of the Sierra Madre Oriental and the Sierra Madre Occidental and even rarer in the eastern range of the Eje Volcánico Transversal.', 'It stretches from the westernmost Texas in the United States (only on the Chisos and Davis Mountains), to the south through large parts of Mexico, where it stretches along the eastern and western mountain ranges of the Sierra Madre and, more rarely, in the eastern section of the Eje Volcánico Transversal.']" -281,"['Nicaragua', 'has', 'an', 'embassy', 'in', 'Moscow', '.']","[5, 6]",0,moscow,Nicaragua has an embassy in Moscow.,"['Nicaragua has an embassy in Moscow.', 'Nicaragua has an embassy in Moscow.', 'Nicaragua maintains an embassy in Moscow.', 'Nicaragua has an embassy in Moscow.', 'Nicaragua has an embassy in Moscow.']" -282,"['We', 'Were', 'Enchanted', 'was', 'released', 'in', 'April', '2008', 'on', 'Plug', 'Research', 'and', 'Shrug', 'Records', 'and', 'supported', 'with', 'shows', 'in', 'the', 'Netherlands', 'and', 'the', 'American', 'Midwest', '.']","[23, 25]",0,american midwest,We Were Enchanted was released in April 2008 on Plug Research and Shrug Records and supported with shows in the Netherlands and the American Midwest.,"['We Were Enchanted was released in April 2008 on Plug Research and Shrug Records and was supported with shows in the Netherlands and the American Midwest.', 'We Were Enchanted was released in April 2008 on Plug Research and Shrug Records and was supported with shows in the Netherlands and the American Midwest.', 'We Were Enchanted was released in April 2008 via Plug Research and Shrug Records and supported with shows in the Netherlands and the American Midwest.', 'We Were Enchanted was released in April 2008 on Plug Research and Shrug Records and was supported at concerts in the Netherlands and the Midwest of the USA.', 'We Ware Enchanted was released in April 2008 by Plug Research and Shrug Records, with shows in the Netherlands and the late Midwest of the UK.']" -283,"['She', 'joined', 'DoÄŸuÅŸ', 'Group,', 'one', 'of', 'Turkey', ""'s"", 'leading', 'conglomerates,', 'as', 'the', 'External', 'Affairs', 'Manager', 'in', '2006.']","[6, 7]",0,turkey,"She joined DoÄŸuÅŸ Group, one of Turkey's leading conglomerates, as the External Affairs Manager in 2006.","[""Since 2006, she has been foreign policy manager at DoÄŸuÅŸ Group, one of Turkey's leading companies."", ""In 2006, she joined the DoÄŸuÅŸ Group, one of Turkey's leading corporations, as Foreign Affairs Manager."", ""In 2006, she joined the DoÄŸuÅŸ Group, one of Turkey's leading companies, as Head of Foreign Affairs."", ""She joined the DoÄŸuÅŸ Group in 2006 as an external manager, one of Turkey's leading companies."", ""In 2006, she joined the DoÄŸuÅŸ Group, one of Turkey's leading companies, as Foreign Affairs Manager.""]" -284,"['It', 'is', 'situated', 'in', 'the', 'La', 'Paz', 'Department,', 'Sud', 'Yungas', 'Province,', 'Irupana', 'Municipality,', 'near', 'the', 'border', 'with', 'the', 'Murillo', 'Province', ',', 'Palca', 'Municipality.']","[18, 20]",0,murillo province,"It is situated in the La Paz Department, Sud Yungas Province, Irupana Municipality, near the border with the Murillo Province, Palca Municipality.","['The city is located in the department of La Paz, province of South Yungas, municipality of Irupana, near the border with the province of Murillo, municipality of Palca.', 'It is located in the department of La Paz, province of South Yungas, municipality of Irupana, near the border with Murillo, municipality of Palca.', 'It is located in the department of La Paz in South Yungas, municipality of Irupana, near the border with the province of Murillo, municipality of Palca.', 'The restaurant is located in the department of La Paz, in the province of South Yungas, in the municipality of Irupana, near the border with the province of Murillo, in the municipality of Palca.', 'It is located in the department of La Paz, province of South Yungas, in the municipality of Irupana and borders the province of Murillo, municipality of Palca.']" -285,"['He', 'competed', 'at', 'world', 'championships,', 'including', 'the', '2006', 'World', 'Artistic', 'Gymnastics', 'Championships', 'in', 'Aarhus', ',', 'Denmark.']","[13, 14]",0,aarhus,"He competed at world championships, including the 2006 World Artistic Gymnastics Championships in Aarhus, Denmark.","['He participated in World Championships, including the 2006 World Artistic Gymnastics Championships in Aarhus, Denmark.', 'He participated in World Championships, including the 2006 World Artistic Gymnastics Championships in Aarhus, Denmark.', 'He won World Championships, including the World Artistic Gymnastics Championships 2006 in Aarhus, Denmark.', 'He participated in World Championships, including the 2006 World Artistic Gymnastics Championships in Aarhus, Denmark.', 'He participated in world championships such as the World Artistic Gymnastics Championships 2006 in Aarhus, Denmark.']" -286,"['It', 'was', 'a', 'formally', 'described', 'district', 'in', 'French', 'Sudan,', 'but', 'in', '1895,', 'the', 'border', 'between', 'Sudan', 'and', 'Senegal', 'was', 'moved', 'to', 'the', 'Faleme', 'River,', 'placing', 'the', 'western', 'portion', 'of', 'the', 'district', 'within', 'Senegal.']","[15, 16]",0,sudan,"It was a formally described district in French Sudan, but in 1895, the border between Sudan and Senegal was moved to the Faleme River, placing the western portion of the district within Senegal.","['It was an officially described district in the French Sudan, but in 1895 the border between Sudan and Senegal was moved to the Faleme River, making the western part of the district within Senegal.', 'The district was formally described as a district in French Sudan, but in 1895 the border between Sudan and Senegal was moved to the Faleme River, the western part of the district within Senegal.', 'At that time it was an officially described district of French Sudan, but in 1895 the border between Sudan and Senegal was moved to the river Faleme, with the western part of the district within Senegal territory.', 'It is an officially designated district in French Sudan, but in 1895 the border between Sudan and Senegal was moved to the Faleme River, making the western part of the district within Senegal.', 'It is located in French Sudan and was officially described as a district, but in 1895 the border between Sudan and Senegal was moved into the Faleme River and the western part of the district became part of Senegal.']" -287,"['Ngawha', 'Springs', 'is', 'a', 'small', 'settlement', 'approximately', 'five', 'kilometres', 'east', 'of', 'the', 'town', 'of', 'Kaikohe,', 'Northland', 'in', 'New', 'Zealand.']","[0, 2]",0,ngawha springs,"Ngawha Springs is a small settlement approximately five kilometres east of the town of Kaikohe, Northland in New Zealand.","['Ngawha Springs is a small settlement about five kilometers east of the city of Kaikohe in the New Zealand Nordland.', 'Ngawha Springs is a small settlement about five kilometres east of the city of Kaikohe in northeastern New Zealand.', 'Ngawha Springs is a small settlement about five kilometers east of the city of Kaikohe in New Zealand.', 'Ngawha Springs is a small settlement about five kilometers east of the city of Kaikohe in Northland, New Zealand.', 'Ngawha Springs is a small settlement about five kilometers east of the city of Kaikohe in New Zealand.']" -288,"['A', 'cupboard', 'in', 'France', 'is', 'probably', 'different', 'from', 'a', 'cupboard', 'in', 'Germany,', 'or', 'in', 'China', ',', 'or', 'in', 'England', 'etc.']","[14, 15]",0,china,"A cupboard in France is probably different from a cupboard in Germany, or in China, or in England etc.","['A cabinet in France is probably different from a cabinet in Germany, China or England, etc.', 'A cabinet in France is probably different from a cabinet in Germany, China, England, etc.', 'A cabinet in France is probably different from a cabinet in Germany, China, England, etc.', 'A cabinet in France is probably different from a cabinet in Germany, China or England, etc.', 'A cupboard in France is probably different from a cupboard in Germany or China or England etc.']" -289,"['NCC', 'works', 'to', 'achieve', 'the', 'direct', 'protection', 'of', 'Canada', ""'s"", 'most', 'important', 'natural', 'areas', 'through', 'property', 'securement', 'and', 'long-term', 'management', 'and', 'restoration', 'of', 'properties.']","[8, 9]",0,canada,NCC works to achieve the direct protection of Canada's most important natural areas through property securement and long-term management and restoration of properties.,"[""The NCC seeks direct protection of Canada's most important nature reserves through the conservation of property and the long-term management and restoration of the sites."", ""The NCC works to directly protect Canada's most important nature reserves by ensuring agricultural land and long-term land management and restoration."", ""The National Reference Center for Agricultural, Economic and Environmental Protection strives to directly protect Canada's most important natural areas through property protection, long-term management and restoration."", ""The NCC is working to achieve the immediate protection of Canada's most important nature reserves through real estate development and long-term real estate management and redevelopment."", ""The NCC strives to directly protect Canada's most important nature reserves through property conservation, long-term management, and restoration.""]" -290,"['In', '1990,', 'Mexico,', 'along', 'with', 'the', 'government', 'of', 'Colombia,', 'Panama', 'and', 'Venezuela', 'created', 'the', 'Contadora', 'Group', 'to', 'try', 'and', 'mediate', 'in', 'the', 'Central', 'American', 'crises', 'that', 'was', 'gripping', 'the', 'region', 'at', 'the', 'time.']","[9, 10]",0,panama,"In 1990, Mexico, along with the government of Colombia, Panama and Venezuela created the Contadora Group to try and mediate in the Central American crises that was gripping the region at the time.","['In 1990, Mexico, Colombia, Panama, and Venezuela formed the Contadora Group to mediate in the Central American crises that afflicted the region at the time.', 'In 1990, Mexico, Colombia, Panama, and Venezuela formed the Contadora Group to mediate in the Central American crises that gripped the region at the time.', 'Together with the Ecuadorian governments of Colombia, Panama and Venezuela, Mexico founded the Contadora Group in 1990, which tried to mediate in the then existing Central American crises.', 'In 1990, Mexico and the governments of Colombia, Panama and Venezuela formed the Contagiones Contagiadoras to try to mediate the then tense Central American crisis.', ""Together with Colombia, Panama and Venezuela, Mexico founded the Contadora Steps in 1990 to mediate in the Central American country's crises of the time.""]" -291,"['German', 'brewer', 'George', 'Rublein', 'immigrated', 'to', 'the', 'United', 'States', 'in', 'the', 'mid-19th', 'century,', 'arriving', 'in', 'Marquette', 'in', '1849,', 'not', 'long', 'after', 'the', 'city', 'itself', 'was', 'founded.']","[15, 16]",0,marquette,"German brewer George Rublein immigrated to the United States in the mid-19th century, arriving in Marquette in 1849, not long after the city itself was founded.","['The German brewer George Rublein emigrated to the USA in the middle of the 19th century and came to Marquette in 1849, shortly after the town was founded.', 'The German brewer George Rublein emigrated to the United States in the mid-19th century and came to Marquette in 1849, shortly after the city was founded.', 'The German brewer George Rublein emigrated to the USA in the middle of the 19th century and came to Marquette in 1849, shortly after the town was founded.', 'The German brewer George Rublein emigrated to the United States in the mid-19th century and arrived in Marquette, not far from the city, in 1849.', 'Around the middle of the 19th century, the German brewery George Rublein emigrated to America and traveled to Marquette in 1849, shortly after the city was founded.']" -292,"['La', 'Serena', 'was', 'first', 'founded', 'on', 'the', 'orders', 'of', 'Spanish', 'Pedro', 'de', 'Valdivia', 'in', 'order', 'to', 'provide', 'a', 'sea', 'link', 'to', 'maintain', 'permanent', 'contact', 'between', 'Santiago', 'and', 'Lima', 'in', 'the', 'Viceroyalty', 'of', 'Peru.']","[27, 28]",0,lima,La Serena was first founded on the orders of Spanish Pedro de Valdivia in order to provide a sea link to maintain permanent contact between Santiago and Lima in the Viceroyalty of Peru.,"['La Serena was founded by order of the Spaniard Pedro de Valdivia to establish a maritime link between Santiago and Lima in the Viceroyalty of Peru in order to maintain constant contact.', 'La Serena was originally founded by order of the Spaniard Pedro de Valdivia to establish a maritime link between Santiago and Lima in the Viceroy colony of Peru.', 'La Serena was founded by order of the Spaniard Pedro de Valdivia to operate a ship connection between Santiago and Lima in the Viceroy of Peru.', 'La Serena was founded by order of the Spaniard Pedro de Valdivia in order to maintain the permanent maritime connection between Santiago and Lima under the Viceroy of Peru.', 'La Serena was originally founded by order of the Spaniard Pedro de Valdivia to establish a maritime link between Santiago and Lima in the Viceroy of Peru.']" -293,"['It', 'links', 'Uzen', 'in', 'Kazakhstan', 'with', 'Bereket', '-', 'Etrek', 'in', 'Turkmenistan', 'and', 'end', 'at', 'Gorgan', 'in', 'Iran', ""'s"", 'Golestan', 'province.']","[16, 17]",0,iran,It links Uzen in Kazakhstan with Bereket - Etrek in Turkmenistan and end at Gorgan in Iran's Golestan province.,"['It connects Uzen in Kazakhstan with Bereket - Etrek in Turkmenistan and ends in Gorgan in the Iranian province of Golestan.', ""It connects Uzen in Kazakhstan with Bereket Etrek in Turkmenistan and ends in Gorgan in Iran's Golestan Province."", ""It connects Uzen in Kazakhstan and Bereket - Etrek in Turkmenistan and ends in Gorgan in Iran's Golestan Province."", ""The route leads from Uzen in Kazakhstan to Bereket-Etrek in Turkmenistan and ends in Gorgan in Iran's Golestan Province."", ""It connects Uzen in Kazakhstan with Bereket Etrek in Turkmenistan and ends in Gorgan in Iran's Golestan Province.""]" -294,"['His', 'arrangements', 'of', 'many', 'popular', 'Polish', 'folk', 'tunes,', 'and', 'many', 'originals', 'as', 'well,', 'are', 'those', 'used', 'today', 'by', 'polka', 'bands', 'all', 'over', 'the', 'United', 'States', '.']","[23, 25]",0,united states,"His arrangements of many popular Polish folk tunes, and many originals as well, are those used today by polka bands all over the United States.","['His arrangements of many popular Polish folk songs and many originals are now used by polka bands in the United States.', 'His arrangements of many popular Polish folk tunes as well as many originals are used today by polka bands from all parts of the USA.', 'His arrangements of many popular Polish folk tunes as well as many originals are those of polka groups in the United States.', 'His arrangements of many popular Polish folk tunes as well as many originals are now used by polka bands throughout the United States.', 'His arrangements of many popular Polish folk tunes and many originals are those that today from polka chapels in polka chapels in polka chapels in polka capsules in polka capsules in dot-dot-dot-dot-dot-dot-dot-dot-dot-dot-dot-dot-dot-dot-dot-dot-dot-dot-dot-dot-dot-dot-dot-dot-dot-dot-dot-dot-dot-dot-dot-dot-dot-dot-dot-dot-dot-dot-dot-dot-dot-dot-dot-dot-dot-dot-dot-dot-dot-dot-dot-dot']" -295,"['After', 'emigrating', 'to', 'Brazil', 'via', 'Italy', 'in', 'the', '1950s,', 'he', 'settled', 'in', 'Rio', 'de', 'Janeiro', '.']","[12, 15]",0,rio de janeiro,"After emigrating to Brazil via Italy in the 1950s, he settled in Rio de Janeiro.","['After emigrating to Brazil via Italy in the 1950s, he settled in Rio de Janeiro.', 'After emigrating to Brazil via Italy in the 1950s, he settled in Rio de Janeiro.', 'After emigrating to Brazil via Italy in the 1950s, he settled in Rio de Janeiro.', 'After emigrating to Brazil via Italy in the 1950s, he settled in Rio de Janeiro.', 'After emigrating to Brazil via Italy in the 1950s, he settled in Rio de Janeiro.']" -296,"['Its', 'tasks', 'were', 'to', 'protect', 'the', 'Presidency,', 'and', 'the', 'national', 'government', 'in', 'Cairo', '.']","[12, 13]",0,cairo,"Its tasks were to protect the Presidency, and the national government in Cairo.","['His job was to protect the presidency and the national government in Cairo.', 'Their task was to protect the Presidency and the national government in Cairo.', 'The mission of this operation was to protect the Presidency and the national government in Cairo.', 'It serves to protect the Presidency and the national government in Cairo.', 'Their task was to protect not only the revolution but also the presidency and the government in Cairo.']" -297,"['Arcadia', 'is', 'a', 'small', 'town', 'in', 'Victoria,', 'Australia.']","[0, 1]",0,arcadia,"Arcadia is a small town in Victoria, Australia.","['Arcadia is a small town in Victoria, Australia.', 'Arcadia is a small town in Victoria, Australia.', 'Arcadia is a small town in Victoria, Australia.', 'Arcadia is a small town in Victoria, Australia.', 'Arcadia is located in Victoria, Australia.']" -298,"['myScience', 'is', 'present', 'in', 'Austria,', 'Germany,', 'United', 'Kingdom', ',', 'and', 'the', 'United', 'States', 'and', 'also', 'maintains', 'an', 'international', 'site.']","[6, 8]",0,united kingdom,"myScience is present in Austria, Germany, United Kingdom, and the United States and also maintains an international site.","['myScience is represented in Austria, Germany, the United Kingdom and the United States and also maintains an international website.', 'myScience is represented in Austria, Germany, the United Kingdom and the United States and also maintains an international website.', 'myScience is represented in Austria, Germany, Great Britain and the USA and also maintains an international website.', 'myScience is represented in Austria, Germany, the United Kingdom and the United States and also maintains an international website.', 'myScience is represented in Austria, Germany, the United Kingdom and the United States and also maintains an international website.']" -299,"['Keeni', 'is', 'a', 'village', 'in', 'Sangaste', 'Parish,', 'Valga', 'County', ',', 'in', 'southern', 'Estonia.']","[7, 9]",0,valga county,"Keeni is a village in Sangaste Parish, Valga County, in southern Estonia.","['Keeni is a village in Sangaste Municipality, Valga County, southern Estonia.', 'Keeni is a village in Sangaste Municipality, Valga County, southern Estonia.', 'Keeni is a village in Sangaste Municipality, Valga County, southern Estonia.', 'Keeni is a village in Sangaste Municipality, Valga County, southern Estonia.', 'Keeni is located in Sangaste Municipality in Valga County in the south of Estonia.']" -300,"['Beacon', 'Hill', 'was', 'a', 'part', 'of', 'the', 'City', 'of', 'Gloucester', 'until', 'it', 'was', 'amalgamated', 'with', 'the', 'new', 'city', 'of', 'Ottawa', 'in', '2001.']","[0, 2]",0,beacon hill,Beacon Hill was a part of the City of Gloucester until it was amalgamated with the new city of Ottawa in 2001.,"['Beacon Hill was part of the city of Gloucester until it was merged with the new city of Ottawa in 2001.', 'Beacon Hill was part of the city of Gloucester until it merged with the new city of Ottawa in 2001.', 'Beacon Hill was part of the city of Gloucester until it merged into the new city of Ottawa in 2001.', 'Beacon Hill was part of the city of Gloucester until it was merged with the new city of Ottawa in 2001.', 'Beacon Hill was part of Gloucester until its merger with the new city of Ottawa in 2001.']" -301,"['The', 'route,', 'which', 'largely', 'followed', 'present-day', 'Sweetwater', 'Road,', 'connected', 'directly', 'to', 'State', 'Route', '3', '(now', 'SR', '208)', 'on', 'the', 'north', 'end', 'at', 'Wellington', ',', 'via', 'the', 'Wellington', 'Cutoff,', 'instead', 'of', 'the', 'present', 'northern', 'terminus', 'near.']","[22, 23]",0,wellington,"The route, which largely followed present-day Sweetwater Road, connected directly to State Route 3 (now SR 208) on the north end at Wellington, via the Wellington Cutoff, instead of the present northern terminus near.","[""The route, which largely followed today's Sweetwater Road, was a direct link to state road 3 (now SR 208) at the northern end of Wellington via the Wellington Cutoff, instead of the current station nearby."", ""The route, which largely followed today's Sweetwater Road, connected directly to State Route 3 (now SR 208) at the northern end of Wellington via the Wellington Cutoff, instead of the current northern stop."", 's Sweetwater Road, enjoyed a direct connection to State Route 3 (now SR 208) at the northern end of Wellington, via the Wellington cutoff, instead of the current northern terminus nearby.', ""The route, which largely followed today's Sweetwater Road, connected directly to state road 3 (now SR 208) at the northern end of Wellington via Wellington Cutoff, instead of the existing northern terminus nearby."", ""The route, which largely followed today's Sweetwater Road, led directly to State Route 3 (now SR 208) at the northern end of Wellington, via the Wellington Cutoff instead of the current northern terminus nearby.""]" -302,"['After', 'his', 'return', 'to', 'Lebanon', 'he', 'was', 'assigned', 'for', 'two', 'years', 'as', 'military', 'trainer', 'for', 'cadet', 'officers,', 'then', 'he', 'was', 'sent', 'to', 'the', 'Egyptian', 'Army', 'in', 'Cairo', 'for', 'a', 'military', 'course', 'as', 'antitank', 'missile', 'trainer', 'before', 'serving', 'in', 'the', 'armored', 'corps', 'as', 'commander', 'of', 'Anti-tank', 'Autonomous', 'Unit', 'of', 'the', 'Lebanese', 'Army', 'in', 'Beirut', 'until', 'June', '1976.']","[26, 27]",0,cairo,"After his return to Lebanon he was assigned for two years as military trainer for cadet officers, then he was sent to the Egyptian Army in Cairo for a military course as antitank missile trainer before serving in the armored corps as commander of Anti-tank Autonomous Unit of the Lebanese Army in Beirut until June 1976.","[""On his return to Lebanon, he was deployed as a military trainer for cadet officers for two years before being sent to the Egyptian army's military training course in Cairo, before becoming commander of the Lebanese army's Autonomous Anti-tank Battalion in Beirut until June 1976."", ""On his return to Lebanon, he was deployed for two years as a military instructor for cadet officers, then sent to the Egyptian army in Cairo to train as an anti-tank missile instructor, before serving as commander of the Lebanese army's autonomous anti-tank unit in Beirut in the tank corps until June 1976."", ""On his return to Lebanon, he was deployed for two years as a military instructor for cadet officers, then sent to Cairo to train as an anti-tank missile instructor for the Egyptian army, before serving in the tank corps as commander of the Lebanese Army's anti-tank unit in Beirut until June 1976."", 'After returning to Lebanon, he spent two years as a military instructor for senior officers, then came to Cairo for military training as an anti-tank missile instructor. He then served in the tank corps as commander of the Lebanese Army Autonomous Anti-tank Unit in Beirut until June 1976.', ""After returning to Lebanon, he served for two years as a military instructor for cadet officers, then became chancellor for a military course as a visual storage tug in the Egyptian army in Cairo, and then served in the tank corps as commander of the Lebanese army's Autonomous Anti-tank Forces in Beirut until June 1976.""]" -303,"['Liberty', 'Township', ',', 'one', 'of', 'thirteen', 'townships', 'in', 'Butler', 'County,', 'Ohio,', 'United', 'States,', 'is', 'in', 'the', 'east-central', 'part', 'of', 'the', 'county,', 'just', 'south', 'of', 'the', 'city', 'of', 'Monroe.']","[0, 2]",0,liberty township,"Liberty Township, one of thirteen townships in Butler County, Ohio, United States, is in the east-central part of the county, just south of the city of Monroe.","['Liberty Township, one of thirteen communities in Butler County, Ohio, USA, is located in the central east of the county, south of the city of Monroe.', 'Liberty Township, one of thirteen communities in Butler County, Ohio, USA, is located in the central part of the county, south of the city of Monroe.', 'Liberty Township is one of thirteen communities in Butler County, Ohio, USA, located in the central east of the county, south of the city of Monroe.', 'Liberty Township, one of thirteen communities in Butler County, Ohio, USA, is located in the eastern and central part of the county, south of the city of Monroe.', 'Liberty Township is one of thirteen towns in Butler County, Ohio, USA, located in the central east of the county south of the city of Monroe.']" -304,"['Squam', 'Lake', 'is', 'a', 'lake', 'located', 'in', 'the', 'Lakes', 'Region', 'of', 'central', 'New', 'Hampshire,', 'United', 'States,', 'south', 'of', 'the', 'White', 'Mountains,', 'straddling', 'the', 'borders', 'of', 'Grafton,', 'Carroll,', 'and', 'Belknap', 'counties.']","[0, 2]",0,squam lake,"Squam Lake is a lake located in the Lakes Region of central New Hampshire, United States, south of the White Mountains, straddling the borders of Grafton, Carroll, and Belknap counties.","['Squam Lake is a lake in the Lake District in central New Hampshire, USA, south of the White Mountains, spanning the borders of Grafton, Carroll and Belknap counties.', 'Squam Lake is a lake in Central New Hampshire, USA, south of the White Mountains and bordered by Grafton, Carroll and Belknap counties.', 'Squam Lake is a lake in the Lake District of Central New Hampshire, USA, south of the White Mountains, which cross the borders of Grafton, Carroll and Belknap County.', 'Squam Lake is a lake in the lake region of the central state of New Hampshire (USA) south of the White Mountains, which includes the borders of Grafton, Carroll and Belknap Counties.', 'Squam Gardens is a lake in the Lake District in central New Hampshire, USA, south of the White Mountains and stretches over the borders of Grafton, Carroll and Belknap counties.']" -305,"['In', 'the', 'episode,', 'the', 'Trotters', 'agree', 'to', 'smuggle', 'diamonds', 'from', 'Amsterdam', 'for', 'Boycie.']","[10, 11]",0,amsterdam,"In the episode, the Trotters agree to smuggle diamonds from Amsterdam for Boycie.","['In the episode, the Trotters agree to smuggle diamonds from Amsterdam for Boycie.', 'In the episode, the Trotters agree to the diamond smuggling from Amsterdam for Boycie.', 'In the episode, the Trotters agree to smuggle diamonds from Amsterdam for Boycie.', 'In this episode, the Trotters team up to smuggle diamonds from Amsterdam for Boycie.', 'In this episode, the Trottis agree to smuggle diamonds from Amsterdam for the Boybacks.']" -306,"['Phytogeographically,', 'the', 'Caribbean', 'region', 'is', 'often', 'considered', 'to', 'include', 'the', 'coastal', 'plains', 'of', 'the', 'United', 'States', '(including', 'south', 'Florida),', 'Mexico', '(especially', 'the', 'Yucatan),', 'Belize,', 'Colombia', 'and', 'Venezuela.']","[14, 16]",0,united states,"Phytogeographically, the Caribbean region is often considered to include the coastal plains of the United States (including south Florida), Mexico (especially the Yucatan), Belize, Colombia and Venezuela.","['Phytogeographically, the Caribbean often includes the coastal plains of the US (including South Florida), Mexico (especially the Yucatans), Belize, Colombia and Venezuela.', 'Phytogeographically, the Caribbean often includes the coastal plains of the USA (including South Florida), Mexico (especially Yucatán), Belize, Colombia and Venezuela.', 'Phytogeographically, the Caribbean often includes the coastal plains of the United States (including South Florida), Mexico (especially Yucatan), Belize, Colombia and Venezuela.', 'Phytogeographically, the Caribbean is often considered a coastal area of the United States (including South Florida), Mexico (especially the Yucatans), Belize, Colombia and Venezuela.', 'Phytogeographically, these are often coastal plains of the United States (including South Florida), Mexico (mainly Yucatan), Belize, Colombia and Venezuela.']" -307,"['Okamule', 'is', 'a', 'village', 'in', 'Oshakati-West', 'constituency,', 'in', 'the', 'Oshana', 'region', 'of', 'Namibia', '.']","[12, 13]",0,namibia,"Okamule is a village in Oshakati-West constituency, in the Oshana region of Namibia.","['Okamule is a village in the Oshakati West constituency in the Oshana region of Namibia.', 'Okamule is a village in the Oshakati West constituency in the Oshana region of Namibia.', 'Okamule is a village in Oshakati West in the Oshana region of Namibia.', 'Okamule is a village in the Oshakati West constituency in the Oshana region of Namibia.', 'Okamule is a village in Furang in the Oshakati West constituency in the Oshana region of Namibia.']" -308,"['At', 'the', 'outbreak', 'of', 'World', 'War', 'I,', 'Lang', 'returned', 'to', 'Vienna', 'and', 'volunteered', 'for', 'military', 'service', 'in', 'the', 'Austrian', 'army', 'and', 'fought', 'in', 'Russia', 'and', 'Romania', ',', 'where', 'he', 'was', 'wounded', 'three', 'times.']","[25, 26]",0,romania,"At the outbreak of World War I, Lang returned to Vienna and volunteered for military service in the Austrian army and fought in Russia and Romania, where he was wounded three times.","['At the outbreak of the First World War Lang returned to Vienna, volunteered for military service in the Austrian army and fought in Russia and Romania, where he was wounded three times.', 'When the First World War broke out, Lang returned to Vienna, volunteered for military service in the Austrian army and fought in Russia and Romania, where he was wounded three times.', 'After the outbreak of the First World War Lang returned to Vienna and volunteered for military service in the Austrian army, fighting in Russia and Romania, where he was wounded three times.', 'After the outbreak of the First World War Lang returned to Vienna and volunteered for military service in the Austrian army, fighting in Russia and Romania, where he was wounded three times.', 'With the outbreak of the First World War Lang returned to Vienna and volunteered for military service in the Austrian army. He fought in Russia and Romania, where he was wounded three times.']" -309,"['Horncastle', 'was', 'a', 'county', 'constituency', 'in', 'Lincolnshire', 'which', 'returned', 'one', 'Member', 'of', 'Parliament', '(MP)', 'to', 'the', 'House', 'of', 'Commons', 'of', 'the', 'Parliament', 'of', 'the', 'United', 'Kingdom.']","[6, 7]",0,lincolnshire,Horncastle was a county constituency in Lincolnshire which returned one Member of Parliament (MP) to the House of Commons of the Parliament of the United Kingdom.,"['Horncastle was a Lincolnshire constituency which returned an MP to the House of Commons.', 'Horncastle was a Lincolnshire constituency where one MP returned to the House of Commons.', 'Horncastle was a county constituency in Lincolnshire which brought an MP back to the House of Commons.', 'Horncastle was a Lincolnshire constituency which led one MP back to the House of Commons.', 'Horncastle was a constituency in Lincoln and brought an MP to the House of Commons.']" -310,"['Suriname', 'is', 'the', 'smallest', 'sovereign', 'state', 'in', 'terms', 'of', 'area', 'and', 'population', 'in', 'South', 'America.']","[0, 1]",0,suriname,Suriname is the smallest sovereign state in terms of area and population in South America.,"['Suriname is the smallest sovereign state in South America by area and population.', ""Suriname is South America's smallest sovereign state in terms of size and population."", 'The smallest sovereign state in South America in terms of area and population is Suriname.', 'This makes Suriname the smallest sovereign state in South America by area.', 'According to Chinese media reports, Suriname is to receive customs administration and internal market due to its autonomy by participating in the development of the country.']" -311,"['Parts', 'of', 'the', 'special', 'were', 'shot', 'on', 'location', 'in', 'Amsterdam', 'and', 'unlike', 'most', 'other', 'episodes', 'was', 'shot', 'entirely', 'on', 'film', 'and', 'therefore', 'not', 'before', 'a', 'studio', 'audience', '(making', 'it', 'laugh-track', 'free).']","[9, 10]",0,amsterdam,Parts of the special were shot on location in Amsterdam and unlike most other episodes was shot entirely on film and therefore not before a studio audience (making it laugh-track free).,"['Parts of the special were shot in Amsterdam and unlike most other episodes were shot exclusively on film and not in front of a studio audience (laughs freely).', 'Parts of the special were shot on location in Amsterdam and, unlike most other episodes, were shot entirely on film and thus not in front of studio audiences (which made it disappear without a trace).', 'Parts of the special were shot on location in Amsterdam and, unlike most other episodes, were shot exclusively on film and thus not in front of studio audiences (which actually spilled it without a trace).', 'Parts of the special were shot on location in Amsterdam and, in contrast to most other episodes, played completely on the screen and thus not in front of studio audiences (laughs).', 'Parts of the special were shot in Amsterdam and, unlike most other episodes, were shot entirely in film and not in front of a studio audience (so laughs completely freely).']" -312,"['It', 'was', 'described', 'by', 'Bonaparte', 'in', '1853', 'based', 'on', 'a', 'specimen', 'collected', 'in', 'Bolivia', '.']","[13, 14]",0,bolivia,It was described by Bonaparte in 1853 based on a specimen collected in Bolivia.,"['Bonaparte described it in 1853 on the basis of a specimen collected in Bolivia.', 'Bonaparte described it in 1853 on the basis of a specimen collected in Bolivia.', 'Bonaparte described it in 1853 on the basis of a specimen collected in Bolivia.', 'It was described by Bonaparte in 1853 using a specimen collected in Bolivia.', 'Bonaparte described the presentation in 1853 using a specimen collected in Bolivia.']" -313,"['Evidence', 'has', 'been', 'found', 'within', 'the', 'formation', 'at', 'Braggs,', 'Moscow,', 'and', 'Millers', 'Ferry', 'in', 'Alabama', 'indicating', 'an', 'instantaneous', 'to', 'brief', 'erosional', 'event,', 'most', 'likely', 'a', 'tsunami,', 'at', 'the', 'Cretaceous–Paleogene', 'boundary', '(K–T', 'boundary).']","[11, 13]",0,millers ferry,"Evidence has been found within the formation at Braggs, Moscow, and Millers Ferry in Alabama indicating an instantaneous to brief erosional event, most likely a tsunami, at the Cretaceous–Paleogene boundary (K–T boundary).","['Evidence has been found within the formation at Braggs, Moscow and Millers Ferry in Alabama indicating an instantaneous to brief erosion event, most likely a tsunami, on the boundary between the Cretaceous and Paleogene (K-T boundaries).', 'Within the formation at Braggs, Moscow and Millers Ferry in Alabama, indications of an instantaneous to brief erosion event, most likely a tsunami, were found at the Cretaceous border, paleogene (K-T).', 'Evidence of a momentary to short-lived erosion event, probably a tsunami, was found at the Cretaceous-Paleogene boundary (K-T boundary) in the formation at Braggs (Moscow) and Millers Ferry (Alabama).', 'Evidence of an instantaneous to brief erosion event, most likely a tsunami on the Cretaceous border, was found within the formation at Braggs, Moscow, and Millers Ferry in Alabama.', 'Evidence was found at the formation in Braggs, Moscow, indicating an instantaneous to brief erosion event, most likely a tsunami, on the Cretaceous border.']" -314,"['Yakhroma', 'River', '(Яхрома)', 'is', 'a', 'right', 'tributary', 'of', 'the', 'Sestra', 'River', 'that', 'flows', 'for', '78', 'kilometers', 'through', 'a', 'network', 'of', 'peat', 'marshes', 'in', 'the', 'north', 'of', 'Moscow', 'Oblast', ',', 'Russia.']","[26, 28]",0,moscow oblast,"Yakhroma River (Яхрома) is a right tributary of the Sestra River that flows for 78 kilometers through a network of peat marshes in the north of Moscow Oblast, Russia.","['Jakhroma (βхрома) is a right tributary of the river Sestra, which flows 78 km through a network of peat bogs in the north of the Russian Moscow region.', 'The Jakroma River is a right tributary of the Sestra River, which flows 78 km through a network of peat bogs in the north of the Moscow region.', 'The Yakhroma is a right tributary of the Sestra that flows 78 km through a network of peat bogs in the Moscow Oblast, Russia.', 'The Yakhroma River (βхрома) is a right tributary of the Sestra, which flows 78 km downstream through a network of peat bogs in the north of the Moscow region in Russia.', 'The Jakroma River (Мхрома) is a right tributary of the Sestra River, which flows 78 km through a network of peat bogs in the urban north of Moscow.']" -315,"['After', 'six', 'months', 'Fielding', 'returned', 'to', 'Cairo', ',', 'and', 'was', 'awarded', 'the', 'Distinguished', 'Service', 'Order', 'on', '15', 'October', '1942.']","[6, 7]",0,cairo,"After six months Fielding returned to Cairo, and was awarded the Distinguished Service Order on 15 October 1942.","['After six months, Fielding returned to Cairo and received the Distinguished Service Order on 15 October 1942.', 'After six months, Fielding returned to Cairo and received the Distinguished Service Order on 15 October 1942.', 'After six months, Fielding returned to Cairo and was awarded the Order of Merit on 15 October 1942.', 'After six months, Fielding returned to Cairo, where he was awarded the Order of Merit on 15 October 1942.', 'After six months, she returned to Cairo in 2013 and received the Order of Merit on 15 October 1942.']" -316,"['Rudolf', 'Thalhammer', '(born', 'February', '1,', '1935)', 'was', 'a', 'former', 'Grand', 'Prix', 'motorcycle', 'road', 'racer', 'from', 'Austria', '.']","[15, 16]",0,austria,"Rudolf Thalhammer (born February 1, 1935) was a former Grand Prix motorcycle road racer from Austria.","['Rudolf Thalhammer (* February 1, 1935) was a former Grand Prix motorcycle racer from Austria.', 'Rudolf Thalhammer (* February 1, 1935) was a former Grand Prix motorcycle racer from Austria.', 'Rudolf Thalhammer (* February 1, 1935) was a former road racer from Austria.', 'Rudolf Thalhammer (* February 1, 1935) was a former racing motorcycle racer from Austria.', 'Rudolf Ththered (l-r February 1, 1935) was a former Grand Prix motorcycle racer from Austria.']" -317,"['Australian', 'victory', 'for', 'the', 'first', 'time', 'in', 'England', 'was', 'widely', 'condemned', 'in', 'the', 'English', 'press,', 'including', 'the', 'publication', 'of', 'a', 'satirical', 'obituary', 'which', 'stated', 'that', 'English', 'cricket', 'had', 'died,', 'and', 'the', 'body', 'will', 'be', 'cremated', 'and', 'the', 'ashes', 'taken', 'to', 'Australia.']","[7, 8]",0,england,"Australian victory for the first time in England was widely condemned in the English press, including the publication of a satirical obituary which stated that English cricket had died, and the body will be cremated and the ashes taken to Australia.","['A first Australian victory in England was widely condemned in the English press, including the publication of a satirical obituary saying that the England cricket team had died and the body would be cremated and the Ashes brought to Australia.', 'The victory of the Australians in England was widely condemned in the English press, including by the publication of a satirical reflection proclaiming that English cricket had died and that the body would be cremated and the Ashes brought to Australia.', ""Australia's first win in England was widely condemned in the English press, including the publication of a satirical obituary declaring that the England cricket team had died and the body would be cremated and the Ashes brought to Australia."", ""Australia's victory in England was widely condemned in the English press, including with the publication of a satirical obituary confirming the death of English cricket and the cremation of the body and the transfer of the Ashes to Australia."", ""For the first time, the English press ennobled Australia's victory in England, including a satirical obituary that said English cricket had died and the body would be cremated and the Ashes shipped to Australia.""]" -318,"['It', 'was', 'built', 'on', 'the', 'Warsaw', 'orbital', 'line,', 'which', 'goes', 'through', 'Warszawa', 'GdaÅ„ska', 'station.']","[5, 6]",0,warsaw,"It was built on the Warsaw orbital line, which goes through Warszawa GdaÅ„ska station.","[""It was built on the Warsaw Railway Line, which crosses Warsaw's GdaÅ„ska Railway Station."", 'It was built on the Warsaw Railway Line passing through the Warsaw GdaÅ„ska Railway Station.', 'It was built on the Warsaw Railway Line passing through the Warsaw GdaÅ„ska Railway Station.', 'It was built on the Warsaw Railway Line, which runs through Warsaw Gdansk Railway Station.', 'It was built on the Warsaw Railway Line passing through the Warsaw GdaÅ„ska Railway Station.']" -319,"['In', 'January', '2008,', 'Despotović', 'signed', 'with', 'FC', 'Rapid', 'BucureÈ™ti', 'in', 'Romania,', 'and', 'continued', 'abroad', 'for', 'the', 'ensuing', 'summer', 'as', 'he', 'joined', 'Spain', ""'s"", 'Real', 'Murcia', 'for', 'three', 'years', 'and', '€1.5', 'million.']","[21, 22]",0,spain,"In January 2008, Despotović signed with FC Rapid BucureÈ™ti in Romania, and continued abroad for the ensuing summer as he joined Spain's Real Murcia for three years and €1.5 million.","['Despotović signed for FC Rapid BucureÈ™ti in Romania in January 2008 and moved to Spanish club Real Murcia the following summer for three years and 1.5 million euros.', 'Despotovic signed with Romanian first division club FC Rapid BucureÈ™ti in January 2008 and moved to Spanish champions Real Murcia the following summer for a transfer fee of 1.5 million euros.', 'Despotović signed for Romanian club FK Rapid BucureÈ™ti in January 2008 and moved abroad to Spanish club Real Murcia the following summer for three years and 1.5 million euros.', 'Despotović signed with FC Rapid BucureÅŸti in Romania in January 2008 and continued his career the following summer when he moved to Real Murcia for three years and 1.5 million euros.', 'In January 2008 DespEast signed with the Romanian club FC Rapid BucureÅŸti, the following summer he went abroad to Real Murcia for three years and 1.5 million euros.']" -320,"['In', '2015,', 'Amber', 'Lounge', 'will', 'be', 'held', 'in', 'Monaco,', 'Singapore,', 'Mexico', 'City', 'and', 'Abu', 'Dhabi.']","[10, 12]",0,mexico city,"In 2015, Amber Lounge will be held in Monaco, Singapore, Mexico City and Abu Dhabi.","['In 2015, the Amber Lounge will take place in Monaco, Singapore, Mexico City and Abu Dhabi.', 'In 2015, the Bernstein Lounge will take place in Monaco, Singapore, Mexico City and Abu Dhabi.', 'In 2015, the Bernstein Lounge will take place in Monaco, Singapore, Mexico City and Abu Dhabi.', 'In 2015, the Amber Lounge will take place in Monaco, Singapore, Mexico City and Abu Dhabi.', 'In 2015, the Bernstein Lounge will take place in Monaco, Singapore, Mexico City and Abu Dhabi.']" -321,"['A', 'graduate', 'of', 'the', 'Royal', 'Academy', 'in', 'Copenhagen', ',', 'under', 'J.', 'L.', 'Lund,', 'he', 'traveled', 'Europe', 'where', 'he', 'sought', 'inspiration,', 'especially', 'from', 'the', 'Munich', 'landscape', 'scene.']","[7, 8]",0,copenhagen,"A graduate of the Royal Academy in Copenhagen, under J. L. Lund, he traveled Europe where he sought inspiration, especially from the Munich landscape scene.","['As a graduate of the Royal Academy of Copenhagen, he travelled with J. L. Lund through Europe, where he was particularly inspired by the Munich landscape.', 'The graduate of the Royal Academy in Copenhagen travelled through Europe under J. L. Lund, where he was particularly inspired by the landscape of Munich.', 'As a graduate of the Royal Academy in Copenhagen, he travelled with J.L. Lund through Europe, where he was mainly inspired by the Munich landscape.', 'As a graduate of the Royal Academy in Copenhagen, he travelled through Europe with J. L. Lund and was inspired by the landscape of Munich.', 'After graduating from the Royal Academy in Copenhagen, he travelled through Europe as a director, where he made a name for himself above all in the Munich scene.']" -322,"['Lipulekh', '(also', 'known', 'as', 'Tri-Corner)', 'is', 'a', 'Himalayan', 'pass', 'between', 'Nepal,', 'India', 'and', 'China', 'connecting', 'the', 'North', 'Western', 'Cornered', 'Byash', 'Valley', 'of', 'Nepal', 'and', 'Indian', 'State', 'of', 'Uttarakhand', 'with', 'the', 'old', 'trading', 'town', 'of', 'Taklakot', '(Purang)', 'in', 'Tibet', 'and', 'belongs', 'to', 'Nepal.']","[11, 12]",0,india,"Lipulekh (also known as Tri-Corner) is a Himalayan pass between Nepal, India and China connecting the North Western Cornered Byash Valley of Nepal and Indian State of Uttarakhand with the old trading town of Taklakot (Purang) in Tibet and belongs to Nepal.","['Lipulekh (also known as Tri-Corner) is a Himalayan pass between Nepal, India and China, which connects the northwestern Byash Valley in Nepal and the Indian state of Uttarakhand with the old trading city Taklakot (Purang) in Tibet and belongs to Nepal.', 'Lipulekh (also referred to as Tri-Corner) is a Himalayan pass between Nepal, India and China, which connects the northwestern Byash Valley with the Indian state of Uttarakhand and the old trading city Taklakot (Purang) in Tibet and belongs to Nepal.', 'Lipulekh (also known as Tri-Corner) is a Himalayan pass between Nepal, India and China, which connects the northwestern Byash Valley in Nepal and the Indian state of Uttarakhand with the old trading city Taklakot in Tibet (Purang) and belongs to Nepal.', 'Lipulekh (also known as Tri-Corner) is a pass road in the Himalayas between Nepal, India and China, connecting the northwestern Byash Valley in Nepal with the Indian state of Uttarakhand and the ancient trading city of Taklakot in Tibet and belongs to Nepal.', 'Lipulekh (also known as Tri-Corner) is a part of the Himalayan Pass between Nepal, India and China, which connects the northwestern Byash Valley in Nepal and the Indian state of Uttarakhand with the ancient trading city Taklakot (Purang) in Tibet and belongs to Nepal.']" -323,"['The', 'war', 'in', 'Mexico', 'brings', 'fresh', 'and', 'desperate', 'workers', 'into', 'America', ',', 'even', 'from', 'Honduras.']","[10, 11]",0,america,"The war in Mexico brings fresh and desperate workers into America, even from Honduras.","['The war in Mexico is bringing fresh and desperate workers to America, even from Honduras.', 'The war in Mexico is bringing fresh and desperate workers to America, even from Honduras.', 'The war in Mexico is bringing fresh and desperate workers to America, even from Honduras.', 'The war in Mexico is bringing fresh, desperate workers to America, including from Honduras.', 'After the war in Mexico, new and desperate workers come to America, even from Honduras.']" -324,"['He', 'has', 'performed', 'as', 'a', 'ship', 'comedian', 'aboard', 'Carnival', 'Cruise', 'Line', 'between', 'Houston', 'and', 'Mexico', '.']","[14, 15]",0,mexico,He has performed as a ship comedian aboard Carnival Cruise Line between Houston and Mexico.,"['He performed as a ship comedian aboard the Carnival Cruise Line between Houston and Mexico.', 'He performed as a ship comedian aboard the Carnival Cruise Line between Houston and Mexico.', 'He performed as a ship comedian aboard the Carnival Cruise Line between Houston and Mexico.', 'He posed as a ship comedian aboard the Carnival Cruise Line between Houston and Mexico.', 'He previously served as ship coordinator aboard Carnival Cruise Line between Houston and Mexico.']" -325,"['Jean-René', 'Jérôme', '(1942–1991)', 'was', 'a', 'Haitian', 'painter', 'and', 'considered', 'one', 'of', 'Haiti', '’s', 'greatest', 'artists.']","[11, 12]",0,haiti,Jean-René Jérôme (1942–1991) was a Haitian painter and considered one of Haiti ’s greatest artists.,"[""Jean-René Jérôme (1942-1991) was a Haitian painter and one of Haiti's greatest artists."", ""Jean-René Jérôme (1942-1991) was a Haitian painter and one of Haiti's greatest artists."", ""Jean-René Jérôme (1942-1991) was a Haitian painter and one of Haiti's greatest artists."", 'Jean-René Jérôme (1942-1991) was a Haitian painter and is considered one of the greatest artists in Haiti.', 'Jean-René Jérôme (1942-1991), a painter from Haiti, was considered one of the greatest artists in Haiti.']" -326,"['Her', 'breakthrough', 'role', 'came', 'in', 'the', 'epic', 'Christus,', 'which', 'was', 'shot', 'in', 'Palestine', 'and', 'Egypt', '.']","[14, 15]",0,egypt,"Her breakthrough role came in the epic Christus, which was shot in Palestine and Egypt.","['Her breakthrough came with the epic Christ, which was shot in Palestine and Egypt.', 'Her breakthrough came with the epic Christ, which was shot in Palestine and Egypt.', 'Her breakthrough came with the epic Christ epic, which was shot in Palestine and Egypt.', 'Her breakthrough came with the Christ Epic, which was shot in Palestine and Egypt.', 'Her breakthrough came in the Christian epic, which was shot in Palestine and Egypt.']" -327,"['He', 'earned', 'another', 'Cadet', 'Word', 'silver', 'medal', 'in', 'Baku', 'in', '2010', 'after', 'losing', 'in', 'the', 'final', 'to', 'USA', ""'s"", 'Alexander', 'Massialas.']","[17, 18]",0,usa,He earned another Cadet Word silver medal in Baku in 2010 after losing in the final to USA's Alexander Massialas.,"['He won another World Championship silver medal in the cadet class in Baku in 2010 after losing to the American Alexander Massialas in the final.', 'In 2010, he won another silver medal at the World Cadet Championships in Baku after beating Alexander Massialas of the United States in the final.', 'He won another World Championship silver medal in Baku in 2010 after losing to Alexander Massialas of the United States in the final.', 'He won another silver medal at the 2010 Cadet World Championships in Baku after defeating Alexander Massialas of the United States.', 'His great comeback began in 2010 when he won World Championship silver for the cadets in Baku after losing in the final to the American Alexander Massialas.']" -328,"['The', 'life', 'in', 'France', 'was', 'exciting', 'and', 'while', 'there', 'he', 'travelled', 'around', 'France', 'and', 'into', 'Spain', '.']","[15, 16]",0,spain,The life in France was exciting and while there he travelled around France and into Spain.,"['Life in France was exciting, and during that time he travelled through France and Spain.', 'Life in France was exciting and in the meantime he travelled through France and Spain.', 'Life in France was exciting, and during his time there he travelled through France and Spain.', 'Life in France was exciting and during a stay in France he also travelled to Spain and the USA.', 'Life in France was exciting and during this time he travelled to France and Spain.']" -329,"['Savitt', 'was', 'born', 'in', 'Shumsk,', 'then', 'part', 'of', 'the', 'Russian', 'Empire', '(now', 'part', 'of', 'Ukraine)', 'and', 'reared', 'in', 'Philadelphia', '.']","[18, 19]",0,philadelphia,"Savitt was born in Shumsk, then part of the Russian Empire (now part of Ukraine) and reared in Philadelphia.","['Savitt was born in Shumsk, then part of the Russian Empire (now part of Ukraine), and grew up in Philadelphia.', 'Savitt was born in Shumsk, then part of the Russian Empire (now Ukraine), and grew up in Philadelphia.', 'Savitt was born in Shumsk, then part of the Russian Empire (now Ukraine), and grew up in Philadelphia.', 'Savitt was educated in Shumsk, then part of the Russian Empire (now part of Ukraine), and grew up in Philadelphia.', 'Savitt was born in Shumsk, then part of the Russian Empire (now the Middle East), and grew up in Philadelphia.']" -330,"['Alveopora', 'fenestrata', 'is', 'a', 'species', 'of', 'stony', 'coral', 'that', 'is', 'found', 'in', 'the', 'Red', 'Sea,', 'the', 'Gulf', 'of', 'Aden', ',', 'the', 'southwest', 'and', 'northern', 'Indian', 'Ocean,', 'the', 'central', 'Indo-Pacific,', 'Australia,', 'Southeast', 'Asia', 'and', 'the', 'oceanic', 'west', 'Pacific', 'Ocean.']","[16, 19]",0,gulf of aden,"Alveopora fenestrata is a species of stony coral that is found in the Red Sea, the Gulf of Aden, the southwest and northern Indian Ocean, the central Indo-Pacific, Australia, Southeast Asia and the oceanic west Pacific Ocean.","['Alveopora fenestrata is a stony coral species found in the Red Sea, the Gulf of Aden, the southwestern and northern Indian Ocean, the central Indo-Pacific, Australia, Southeast Asia and the oceanic Western Pacific.', 'Alveopora fenestrata is a stony coral species found in the Red Sea, the Gulf of Aden, the southwest and northern Indian Ocean, the central Indo-Pacific, Australia, Southeast Asia and the oceanic Western Pacific.', 'Alveopora fenestrata is a stony coral species found in the Red Sea, the Gulf of Aden, the southwestern and northern Indian Ocean, the central Indo-Pacific, Australia, Southeast Asia and the Pacific.', 'Alveopora fenestrata is a stony coral species found in the Red Sea, the Gulf of Aden, the southwestern and northern Indian Ocean, the central Indo-Pacific, Australia, Southeast Asia and the oceanic west of the Pacific.', 'Alveopora fenestrata is a type of hard coral found in the Red Sea, the Gulf of Aden, the southwest and north of the Indian Ocean, the central Indo-Pacific, Australia, Southeast Asia and the western Pacific.']" -331,"['Australia', 'has', 'been', 'designated', 'as', 'one', 'of', 'the', 'countries', 'most', 'vulnerable', 'to', 'climate', 'change,', 'according', 'to', 'the', 'Stern', 'Review', 'and', 'others,', 'due', 'partially', 'to', 'the', 'importance', 'of', 'its', 'agricultural', 'sector', 'and', 'the', 'prominence', 'of', 'its', 'coast.']","[0, 1]",0,australia,"Australia has been designated as one of the countries most vulnerable to climate change, according to the Stern Review and others, due partially to the importance of its agricultural sector and the prominence of its coast.","['Australia has been identified by Stern Review and others as one of the countries most affected by climate change - not least because of the importance of its agricultural sector and the importance of its coastline.', 'Australia has been named one of the countries most affected by climate change due to the importance of its agricultural sector and the importance of its coastline, according to Stern Review and other countries.', 'Australia is considered one of the countries most affected by climate change, according to Stern Review and others, in part because of the importance of its agricultural sector and the importance of its coastline.', 'Australia was ranked as one of the countries most affected by climate change in the Stern Report, partly because of the importance of its agricultural sector and the importance of its coastline.', 'Australia has been ranked as one of the most vulnerable countries to climate change, according to the Stern Review, partly because of the importance of its agricultural sector and the importance of its coastline.']" -332,"['He', 'came', 'back', 'to', 'London', 'and', 'formed', 'Eat', 'signed', 'to', 'fiction', 'records.']","[4, 5]",0,london,He came back to London and formed Eat signed to fiction records.,"['He returned to London and founded Eat under contract with Fiction Records.', 'He returned to London and founded Eat under the contract of Fiction Records.', 'He returned to London and founded Eat, who are signed to fiction records.', 'He returned to London and formed the band Eat, which signed record deals.', 'Chaplain Bernward Adams (1887-1976) was also present.']" -333,"['For', 'instance', 'in', '1953', 'the', ""LCC's"", 'Draft', 'Development', 'Plan', 'for', 'London', 'was', 'subject', 'to', 'an', 'Inquiry', 'and', 'the', 'Bermondsey', 'and', 'Rotherhithe', 'Chamber', 'of', 'Commerce', 'objected', 'to', 'the', 'park', 'extension.']","[10, 11]",0,london,For instance in 1953 the LCC's Draft Development Plan for London was subject to an Inquiry and the Bermondsey and Rotherhithe Chamber of Commerce objected to the park extension.,"['For example, a draft LCC development plan for London was considered in 1953, and the Bermondsey and Rotherhithe Chamber of Commerce rejected the expansion of the park.', 'For example, a draft development plan for London was considered in 1953, and the chambers of commerce in Bermondsey and Rotherhithe rejected the park extension.', ""The LCC's draft London development plan was examined in 1953, with the Bermondsey and Rotherhithe Chamber of Commerce opposing the park expansion."", 'For example, a draft development plan for London was subjected to a similar review by the LCC in 1953, and the Bermondsey and Rotherhithe Chamber of Commerce rejected the park extension.', 'The LCC, for example, was the subject of a survey in 1953, and the Bermondsey and Rotherhithe Chamber of Commerce opposed the expansion of the park.']" -334,"['Arroyo', 'de', 'Piedra', 'is', 'a', 'pre-Columbian', 'Maya', 'archaeological', 'site', 'in', 'Guatemala', 'located', 'approximately', '2-3', 'km', 'east/northeast', 'of', 'Dos', 'Pilas', 'and', '3', 'km', 'west', 'of', 'Tamarindito', '.']","[24, 25]",0,tamarindito,Arroyo de Piedra is a pre-Columbian Maya archaeological site in Guatemala located approximately 2-3 km east/northeast of Dos Pilas and 3 km west of Tamarindito.,"['Arroyo de Piedra is a pre-Columbian Mayan archaeological site in Guatemala, located about 2-3 km east / northeast of Dos Pilas and 3 km west of Tamarindito.', 'Arroyo de Piedra is a pre-Columbian Mayan archaeological site in Guatemala, located about 2-3 km east / northeast of Dos Pilas and 3 km west of Tamarindito.', 'Arroyo de Piedra is a pre-Columbian Mayan archaeological site in Guatemala, located about 2-3 km east / northeast of Dos Pilas and 3 km west of Tamarindito.', 'Arroyo de Piedra is a pre-Columbian Mayan site in Guatemala, located about 2-3 km east / northeast of Dos Pilas and 3 km west of Tamarindito.', 'Arroyo de Piedra is a pre-Columbian Mayan archaeological monument in Guatemala, located between 2-3 km east / northeast of Dos Pil and 3 km west of Tamarindito.']" -335,"['The', 'Mozambique', 'rain', 'frog,', 'also', 'known', 'as', 'the', 'flat-faced', 'frog,', 'is', 'a', 'species', 'of', 'frog', 'in', 'the', 'family', 'Brevicipitidae.']","[1, 2]",0,mozambique,"The Mozambique rain frog, also known as the flat-faced frog, is a species of frog in the family Brevicipitidae.","['The Mozambican Rain Frog, also known as the Flat-Face Frog, is a frog species from the Brevicipitidae family.', 'The Mozambican Rain Frog, also known as the Flat-Face Frog, is a frog species from the Brevicipitidae family.', 'The Mozambican Rain Frog, also known as the Flat-Face Frog, is a frog species from the Brevicipitidae family.', 'The Mozambican Rain Frog, also known as the Flat Frog, is a frog species from the Brevicipitidae family.', 'The Rain Frog, also called Flat-Face Frog, belongs to the Brevicipitidae family.']" -336,"['He', 'was', 'the', 'eldest', 'son', 'of', 'Konrad', 'III', 'the', 'Red', 'and', 'his', 'third', 'wife', 'Anna,', 'a', 'daughter', 'of', 'Mikolaj', 'RadziwiÅ‚Å‚', 'the', 'Old,', 'Voivod', 'of', 'Vilnius', 'and', 'the', 'first', 'Grand', 'Chancellor', 'of', 'Lithuania', '.']","[31, 32]",0,lithuania,"He was the eldest son of Konrad III the Red and his third wife Anna, a daughter of Mikolaj RadziwiÅ‚Å‚ the Old, Voivod of Vilnius and the first Grand Chancellor of Lithuania.","['He was the eldest son of Red Conrad III and his third wife Anna, a daughter of Mikolaj RadziwiÅ‚Å‚ the Old, Wojewod of Vilnius and the first Grand Chancellor of Lithuania.', 'He was the eldest son of Konrad III the Red and his third wife Anna, a daughter of old Mikolaj RadziwiÅ‚Å‚, Wojewod of Vilnius and the first Grand Chancellor of Lithuania.', 'He was the eldest son of Konrad III the Red and his third wife Anna, a daughter of Mikolaj RadziwiÅ‚Å‚, the voivode of Vilnius and the first Grand Chancellor of Lithuania.', 'He was the son of Konrad III the Red and his third wife Anna, daughter of Mikolaj RadziwiÅ‚Å‚ the Old, Wojewod of Vilnius and the first Grand Chancellor of Lithuania.', 'He was the eldest son of Konrad III the Red and his third wife Anna, daughter of Mikolaj RadziwiÅ‚Å‚ the Old, voivod of Vilnius and the first Grand Chancellor of Lithuania.']" -337,"['The', 'loading', 'for', 'the', 'new', 'cartridge', 'was', 'standardized', 'and', 'mass', 'production', 'began', 'in', '1900–1901', 'in', ""DWM's"", 'factory', 'in', 'Karlsruhe', ',', 'Germany.']","[18, 19]",0,karlsruhe,"The loading for the new cartridge was standardized and mass production began in 1900–1901 in DWM's factory in Karlsruhe, Germany.","['The loading of the new cartridge was standardised and from 1900 to 1901 mass production began at the DWM plant in Karlsruhe.', 'The loading of the new cartridge was standardized and in the years 1900 to 1901 mass production began in the factory of the DWM in Karlsruhe.', 'The loading of the new cartridge was standardised and in the years 1900-1901 series production began at the DWM plant in Karlsruhe.', 'The loading of the new cartridge was standardised and series production commenced at the DWM plant in Karlsruhe from 1900 to 1901.', 'The laying of the new cartridge was standardised and in the years 1900-1901 mass production began at the DWM plant in Karlsruhe.']" -338,"['The', 'MCA', 'has', 'now', 'established', 'an', 'Automatic', 'Identification', 'System', '(AIS)', 'network', 'around', 'the', 'UK', 'coast,', 'for', 'real-time', 'tracking', 'and', 'monitoring', 'of', 'shipping', 'movements', 'from', 'the', 'shore.']","[13, 14]",0,uk,"The MCA has now established an Automatic Identification System (AIS) network around the UK coast, for real-time tracking and monitoring of shipping movements from the shore.","['The MCA has now set up a network of the Automatic Identification System (AIS) around the British coast to track and monitor ship movements from the coast in real time.', 'The MCA has now set up a network of Automated Identification Systems (AIS) around the UK coast to track and monitor ocean movements from land in real time.', 'The MCA has now set up a network of Automated Identification Systems (AIS) around the UK coast to track and monitor ship movements from the coast in real time.', 'The MCA has now set up a network of Automatic Identification Systems (AIS) around the UK coast to track and monitor ship movements from the coast in real time.', 'The MCA has now set up a network of Automated Identification Systems (AIS) along the British coast to record and monitor ship movements from the coast in real time.']" -339,"['He', 'was', 'owner/principal', 'of', 'a', 'Houston', '-based', 'architectural', 'practice,', 'Ochsner', 'Associates,', 'from', '1984', 'to', '1987.']","[5, 6]",0,houston,"He was owner/principal of a Houston -based architectural practice, Ochsner Associates, from 1984 to 1987.","['From 1984 to 1987, he was the owner of Houston-based Ochsner Associates.', 'From 1984 to 1987, he was the owner and director of an architectural firm in Houston, Ochsner Associates.', 'From 1984 to 1987, he was the owner / director of Houston-based architectural firm Ochsner Associates.', 'From 1984 to 1987, he was the owner and director of an architectural office of Ochsner Associates in Houston.', 'From 1984 to 1987, he was the owner / director of Houston-based architectural firm Ochsner Associates.']" -340,"['In', '1982,', 'he', 'attended', 'the', 'Ivor', 'Spencer', 'School', 'of', 'Butlers', 'and', 'Personal', 'Assistants', 'in', 'Dulwich,', 'a', 'suburb', 'of', 'London', '.']","[18, 19]",0,london,"In 1982, he attended the Ivor Spencer School of Butlers and Personal Assistants in Dulwich, a suburb of London.","['In 1982 he attended the Ivor Spencer School of Butlers and Personal Assistants in Dulwich, a suburb of London.', 'In 1982 he attended the Ivor Spencer School of Butlers and Personal Assistants in Dulwich, a suburb of London.', 'In 1982 he attended the Ivor Spencer School of Butlers and Personal Assistants in Dulwich, a suburb of London.', 'In 1982 he attended the Ivor Spencer School of Butlers and Personal Assistants in Dulwich, a suburb of London.', 'In 1982 he attended the Ivor Spencer School of Butlers and Personal Assistants in Dulwich, a suburb of London.']" -341,"['The', 'boom', 'on', 'urban', 'centres', 'such', 'as', 'Rosario', 'or', 'Buenos', 'Aires', ',', ""doesn't"", 'change', 'the', 'fact', 'they', 'were', 'already', 'very', 'popular', 'on', 'the', 'north', 'of', 'Argentina', 'or', 'Cordoba.']","[9, 11]",0,buenos aires,"The boom on urban centres such as Rosario or Buenos Aires, doesn't change the fact they were already very popular on the north of Argentina or Cordoba.","['The boom in urban centers like Rosario or Buenos Aires does not change the fact that they were already very popular in northern Argentina or in Córdoba.', 'The boom of urban centers like Rosario or Buenos Aires does not change the fact that they were already very popular in northern Argentina or in Córdoba.', 'The boom in urban centers like Rosario or Buenos Aires does not change the fact that they were already very popular in northern Argentina or in Cordoba.', 'The boom in urban centers like Rosario or Buenos Aires does not change the fact that they were already heavily frequented in northern Argentina or Cordoba.', 'The boom in urban centers like Rosario and Buenos Aires does not change the fact that they were already popular in northern Argentina or Cordoba.']" -342,"['They', 'range', 'mostly', 'in', 'the', 'United', 'States,', 'but', 'have', 'been', 'seen', 'in', 'Canada', '.']","[12, 13]",0,canada,"They range mostly in the United States, but have been seen in Canada.","['They occur predominantly in the United States, but have also been observed in Canada.', 'They are mostly in the United States, but have already been seen in Canada.', 'They are mostly from the US, but have also been seen in Canada.', 'They are mostly found in the United States, but have also been found in Canada.', 'Most of these are health insurance in the USA, but also in Canada.']" -343,"['Deposits', 'of', 'vanadinite', 'are', 'now', 'found', 'worldwide', 'including', 'Austria,', 'Spain,', 'Scotland', ',', 'the', 'Ural', 'Mountains,', 'South', 'Africa,', 'Namibia,', 'Morocco,', 'Argentina,', 'Mexico,', 'and', 'the', 'US', 'states', 'of', 'Arizona,', 'Colorado,', 'New', 'Mexico,', 'and', 'South', 'Dakota.']","[10, 11]",0,scotland,"Deposits of vanadinite are now found worldwide including Austria, Spain, Scotland, the Ural Mountains, South Africa, Namibia, Morocco, Argentina, Mexico, and the US states of Arizona, Colorado, New Mexico, and South Dakota.","['Vanadinite occurrences exist worldwide today, among others in Austria, Spain, Scotland, the Urals, South Africa, Namibia, Morocco, Argentina, Mexico and in the US states of Arizona, Colorado, New Mexico and South Dakota.', 'Deposits of vanadinite are found worldwide today, including Austria, Spain, Scotland, the Ural Mountains, South Africa, Namibia, Morocco, Argentina, Mexico and the US states of Arizona, Colorado, New Mexico and South Dakota.', 'Vanadinite occurrences exist worldwide today, among others in Austria, Spain, Scotland, the Urals, South Africa, Namibia, Morocco, Argentina, Mexico and in the US states of Arizona, Colorado, New Mexico and South Dakota.', 'Vanadinite is found worldwide today, including in Austria, Spain, Scotland, the Ural Mountains, South Africa, Namibia, Morocco, Argentina, Mexico and the US states of Arizona, Colorado, New Mexico and South Dakota.', 'Vanadinite deposits exist worldwide today, including Austria, Spain, Scotland, the Ural Mountains, South Africa, Namibia, Morocco, Argentina, Mexico, and the US states of Arizona, Colorado, New Mexico, and South Dakota.']" -344,"['Licensed', 'for', 'generalized', 'tonic-clonic', 'and', 'complex', 'partial', 'seizures', 'in', 'the', 'United', 'Kingdom', '.']","[10, 12]",0,united kingdom,Licensed for generalized tonic-clonic and complex partial seizures in the United Kingdom.,"['Licensed for generalised tonic-clonic and complex partial seizures in the UK.', 'Authorisation for generalised tonicological-clonic and complex partial seizures in the UK.', 'Approved for generalised tonic-clonic and complex partial seizures in the UK.', 'Approved for generalised tonic-clonic or complex partial seizures in the UK.', 'Authorise the theoretical, clonic and complex partial seizure of patients in the UK.']" -345,"['It', 'also', 'supports', 'some', 'of', 'the', 'last', 'stands', 'of', 'Haiti', ""'s"", 'dense', 'cloud', 'forest', 'on', 'its', 'peaks.']","[9, 10]",0,haiti,It also supports some of the last stands of Haiti's dense cloud forest on its peaks.,"['It also supports some of the last remaining populations of dense Haitian cloud forest on its peaks.', 'Its peaks are also home to some of the last remaining populations of the dense Haitian cloud forest.', 'In addition, some of the last specimens of the dense Haitian cloud forest are cultivated on the peaks.', 'It also supports some of the last remaining populations of dense Haitian cloud forest on the peaks.', 'It is also the base of some of the last remaining populations of the dense Haitian cloud forest at its peak.']" -346,"['Mount', 'Kenya', 'is', 'located', 'in', 'central', 'Kenya,', 'just', 'south', 'of', 'the', 'equator,', 'around', '150', 'km', '(95', 'miles)', 'north-northeast', 'of', 'Nairobi', '.']","[19, 20]",0,nairobi,"Mount Kenya is located in central Kenya, just south of the equator, around 150 km (95 miles) north-northeast of Nairobi.","['Mount Kenya is located in central Kenya, south of the equator, about 150 km northeast of Nairobi.', 'Mount Kenya is located in central Kenya, south of the equator, about 150 km northeast of Nairobi.', 'Mount Kenya is located in central Kenya, south of the equator, about 150 km northeast of Nairobi.', 'Mount Kenya is located in central Kenya, south of the equator, about 150 km northeast of Nairobi.', 'Mount Kenya is located in central Kenya, south of the equator, about 150 km northeast of Nairobi.']" -347,"['They', 'are', 'also', 'collected', 'for', 'human', 'consumption,', 'being', 'the', 'most', 'widely', 'used', 'pine', 'nut', 'in', 'Mexico', '.']","[15, 16]",0,mexico,"They are also collected for human consumption, being the most widely used pine nut in Mexico.","['They are also collected for human consumption, as they are the most common pine nuts in Mexico.', 'They are also collected for human consumption as they are the most common pine fruit in Mexico.', 'They are also collected for human consumption and are the most commonly used pine tree species in Mexico.', 'This is the most common pine nut in Mexico and is also used for human consumption.', 'At the same time, they are collected for human consumption, making them the most widely used pine nuts in Mexico.']" -348,"['In', '2004,', 'it', 'attracted', 'over', '75,000', 'foreign', 'visitors', 'to', 'Belgrade', 'and', 'in', '2005', 'it', 'was', 'the', 'second', 'most', 'visited', 'festival', 'in', 'Serbia', 'with', '300,000', 'visitors.']","[9, 10]",0,belgrade,"In 2004, it attracted over 75,000 foreign visitors to Belgrade and in 2005 it was the second most visited festival in Serbia with 300,000 visitors.","['In 2004 it attracted more than 75,000 foreign visitors to Belgrade and in 2005 it was the second most visited festival in Serbia with 300,000 visitors.', 'In 2004 it attracted more than 75,000 foreign visitors to Belgrade and in 2005 it was the second most popular Serbian festival with 300,000 visitors.', 'In 2004 it attracted more than 75,000 foreign visitors to Belgrade, and in 2005 it was the second most visited festival in Serbia with 300,000 visitors.', 'In 2004, more than 75,000 foreign visitors came to Belgrade, and in 2005 it was the second most visited festival in Serbia, with 300,000 visitors.', 'In 2004 it attracted more than 75,000 foreign visitors to Belgrade and in 2005 it was the second most visited festival in Serbia with 300,000 visitors.']" -349,"['In', '1910', 'he', 'left', 'Vienna', 'to', 'see', 'the', 'world,', 'traveling', 'throughout', 'Europe', 'and', 'Africa', 'and', 'later', 'Asia', 'and', 'the', 'Pacific', 'area.']","[16, 17]",0,asia,"In 1910 he left Vienna to see the world, traveling throughout Europe and Africa and later Asia and the Pacific area.","['In 1910 he left Vienna to see the world and travelled through Europe, Africa and later Asia and the Pacific.', 'In 1910 he left Vienna to see the world and travelled through Europe and Africa, later Asia and the Pacific.', 'In 1910 he left Vienna to see the world and travelled through Europe and Africa, later Asia and the Pacific.', 'In 1910 he left Vienna to see the world and travelled through Europe and Africa as well as Asia and the Pacific.', 'It is the work of Gert Willmann, who left Vienna in 1910 and travelled around the world to travel through Europe and Africa, later Asia and the Pacific.']" -350,"['In', 'the', '1970s', 'he', 'participated', 'in', 'the', 'Uppsala', 'Theory', 'Circle', 'at', 'the', 'Uppsala', 'University', 'in', 'Sweden', 'founded', 'by', 'Tom', 'R.', 'Burns.']","[15, 16]",0,sweden,In the 1970s he participated in the Uppsala Theory Circle at the Uppsala University in Sweden founded by Tom R. Burns.,"['In the 1970s, he participated in the Uppsala Theory Circle at Uppsala University in Sweden, founded by Tom R. Burns.', 'In the 1970s, he participated in the Theory Circle Uppsala of the Swedish University of Uppsala, founded by Tom R. Burns.', 'In the 1970s, he participated in the Uppsala Theory Circle at the University of Sweden, founded by Tom R. Burns.', 'In the 1970s, he participated in the Uppsala Theory Circle, which was founded by Tom R. Burns at Uppsala University in Sweden.', 'In the 1970s, he was a member of the theoretical circle of the cynical University of Uppsala, founded by Tom R. Burns.']" -351,"['Its', 'range', 'extends', 'from', 'the', 'Democratic', 'Republic', 'of', 'the', 'Congo', 'and', 'Tanzania', 'in', 'the', 'north', 'to', 'the', 'Republic', 'of', 'South', 'Africa', 'in', 'the', 'south.']","[5, 10]",0,democratic republic of the congo,Its range extends from the Democratic Republic of the Congo and Tanzania in the north to the Republic of South Africa in the south.,"['They range from the Democratic Republic of Congo and Tanzania in the north to the Republic of South Africa in the south.', 'The area stretches from the Democratic Republic of Congo and Tanzania in the north to the Republic of South Africa in the south.', 'It stretches from the Democratic Republic of Congo and Tanzania in the north to the Republic of South Africa in the south.', 'Its occurrence extends from the Democratic Republic of Congo via Tanzania in the north to the south of the Republic of South Africa.', 'They range from the Democratic Republic of Congo and Tanzania in the north to the Republic of South Africa in the south.']" -352,"['Partial', 'general', 'elections', 'were', 'held', 'in', 'Belgium', 'on', '10', 'June', '1890.']","[6, 7]",0,belgium,Partial general elections were held in Belgium on 10 June 1890.,"['On June 10, 1890, partial elections were held in Belgium.', 'In Belgium, partial elections were held on 10 June 1890.', 'Partial parliamentary elections were held in Belgium on 10 June 1890.', 'In Belgium, partial elections were held on 10 June 1890.', 'Some were elected on June 10, 1890 in Belgium.']" -353,"['Alexander', 'Bertschler', '(born', '11', 'July', '1994)', 'is', 'a', 'male', 'recurve', 'archer', 'from', 'Austria', '.']","[12, 13]",0,austria,Alexander Bertschler (born 11 July 1994) is a male recurve archer from Austria.,"['Alexander Bertschler (born July 11, 1994) is an Austrian recurve archer.', 'Alexander Bertschler (born on July 11, 1994) is a male recurve archer from Austria.', 'Alexander Bertschler (born July 11, 1994) is an Austrian recurve archer.', 'Alexander Bertschler (born 11.7.1994) is a recurve archer from Austria.', 'Alexander Bertschler (born July 11, 1994) is an Austrian recurve archer.']" -354,"['Charleroi', 'is', 'located', 'about', '60', 'kilometres', '(37', '\xa0', 'mi)', 'south', 'of', 'Brussels.']","[0, 1]",0,charleroi,Charleroi is located about 60 kilometres (37  mi) south of Brussels.,"['Charleroi is located about 60 kilometres south of Brussels.', 'Charleroi is located about 60 kilometres south of Brussels.', 'Charleroi is located about 60 kilometres south of Brussels.', 'Charleroi is located about 60 kilometres south of Brussels.', 'Charleroi is located about 60 kilometres south of Brussels.']" -355,"['The', 'finale', 'received', 'positive', 'reviews', 'in', 'the', 'UK', 'and', 'mixed', 'reviews', 'in', 'the', 'U.S.']","[7, 8]",0,uk,The finale received positive reviews in the UK and mixed reviews in the U.S.,"['The finale received positive reviews in the UK and mixed reviews in the US.', 'The final was well received in the UK and mixed in the US.', 'The finale received positive reviews in the UK and mixed reviews in the US', 'The finale received positive reviews in the UK and mixed reviews in the US.', 'The finale received positive reviews in the UK and positive reviews in the US.']" -356,"['As', 'a', 'result,', 'the', '2010', 'Pakistan', 'floods', 'were', 'considered', '""good', 'news""', 'for', 'the', 'ecosystem', 'and', 'population', 'of', 'the', 'river', 'delta', 'as', 'they', 'brought', 'much', 'needed', 'fresh', 'water.']","[5, 6]",0,pakistan,"As a result, the 2010 Pakistan floods were considered""good news"" for the ecosystem and population of the river delta as they brought much needed fresh water.","['As a result, the 2010 floods in Pakistan were seen as ""good news"" for the delta\'s ecosystem and population, bringing much-needed fresh water.', 'As a result, the 2010 Pakistani floods were seen as ""good news"" for the delta\'s ecosystem and population, bringing much-needed fresh water.', 'As a result, Pakistan\'s 2010 floods were seen as ""good news"" for the delta\'s ecosystem and population, bringing much-needed fresh water.', 'As a result, the 2010 floods in Pakistan were seen as ""good news"" for the ecosystem and population, bringing much-needed fresh water.', 'For this reason, developments in Pakistan in 2010 saw the floods as ""good news"" for the river delta\'s ecosystem and population, as they brought much-needed fresh water.']" -357,"['Canarium', 'australianum', 'is', 'a', 'species', 'of', 'trees,', 'native', 'to', 'Australia', 'and', 'Papua', 'New', 'Guinea', ',', 'of', 'the', 'plant', 'family', 'Burseraceae.']","[11, 14]",0,papua new guinea,"Canarium australianum is a species of trees, native to Australia and Papua New Guinea, of the plant family Burseraceae.","['Canarium australianum is a tree species from Australia and Papua New Guinea that belongs to the family Burseraceae.', 'Canarium australianum is a tree species from Australia and Papua New Guinea that belongs to the family Burseraceae.', 'Canarium australianum is a tree species of the family Burseraceae, native to Australia and Papua New Guinea.', 'Canarium australianum is a tree species from Australia and Papua New Guinea that belongs to the family Burseraceae.', 'Canarium australianum is a tree of the family Burseraceae, which is native to Australia and Papua New Guinea.']" -358,"['A', 'few', 'are', 'well', 'known', '–', 'the', 'roof', 'gardens', 'at', 'Derry', 'and', 'Toms', 'in', 'London', 'and', 'the', 'Rockefeller', 'Center', 'in', 'New', 'York,', 'the', 'garden', 'at', 'Twyn-yr-Hydd', 'House', 'in', 'Margam', 'and', 'the', 'rock', 'and', 'water', 'garden', 'he', 'built', 'for', 'Princess', 'Victoria', 'at', 'Coppins,', 'Iver,', 'England.']","[10, 11]",0,derry,"A few are well known – the roof gardens at Derry and Toms in London and the Rockefeller Center in New York, the garden at Twyn-yr-Hydd House in Margam and the rock and water garden he built for Princess Victoria at Coppins, Iver, England.","['Some of them are well known: the roof gardens in Derry and Toms in London and the Rockefeller Center in New York, the garden at Twyn-yr-Hydd House in Margam and the stone and water garden he created for Princess Victoria in Coppins, Iver, England.', 'Few are known: the roof gardens in Derry and Toms in London and the Rockefeller Center in New York, the garden at Twyn-yr-Hydd House in Margam and the rock and water garden he created for Princess Victoria in Coppins, Iver, England.', 'Some are well-known: the roof gardens of Derry and Toms in London and the Rockefeller Center in New York, the garden at Twyn-yr-Hydd House in Margam and the stone and water garden he created for Princess Victoria in Coppins, Iver, England.', 'Among the few are the roof gardens in Derry and Toms in London and the Rockefeller Center in New York, the garden of Twyn-yr-Hydd House in Margam and the stone and water garden he created for Princess Victoria in Coppins, Iver, England.', 'There are a few well-known ones with rooftop gardens in Derry and Toms (London) and Rockefeller Center (New York), with a garden at Twyn-yr-Hydd House in Margam and a stone and water garden he created for Princess Victoria in Coppins (Iver), England.']" -359,"['The', 'third', 'aircraft', 'was', 'registered', 'in', 'Austria', 'rather', 'than', 'the', 'United', 'Kingdom', 'and', 'the', 'British', 'authorities', 'refused', 'to', 'let', 'the', 'airline', 'operate', 'an', 'unmodified', 'aircraft.']","[6, 7]",0,austria,The third aircraft was registered in Austria rather than the United Kingdom and the British authorities refused to let the airline operate an unmodified aircraft.,"['The third aircraft was registered in Austria and not in Great Britain, and the British authorities refused to allow the airline to operate an unmodified aircraft.', 'The third aircraft was registered in Austria and not in the United Kingdom, and the British authorities refused to allow the airline to operate an unmodified aircraft.', 'The third aircraft was not registered in the UK, but in Austria, and the British authorities refused to allow the airline to operate an unmodified aircraft.', 'The third plane was registered in Austria and not in the United Kingdom, and the British authorities refused to let the airline fly with an unmodified aircraft.', 'The third aircraft was not registered in Great Britain, but in Austria, and the British authorities refused to allow the airline to use an unmodified aircraft.']" -360,"['Originally', 'run', 'out', 'of', 'her', 'New', 'York', 'City', 'apartment,', 'Gwynnie', 'Bee', 'now', 'operates', 'from', '5', 'offices', 'in', 'the', 'USA', 'and', 'India', 'and', 'employs', '350', 'people.']","[5, 8]",0,new york city,"Originally run out of her New York City apartment, Gwynnie Bee now operates from 5 offices in the USA and India and employs 350 people.","['Gwynnie Bee, who closed her home in New York City, now operates from five offices in the US and India and employs 350 people.', 'Gwynnie Bee originally rented her apartment in New York City and now employs 350 people in five offices across the US and India.', 'Originally based in her New York apartment, Gwynnie Bee now operates from five offices in the US and India and employs 350 people.', 'Gwynnie Bee originally moved out of her New York City apartment and now employs 350 people in five offices across the US and India.', 'Gwynnie Bee has five offices in the US and India and employs 350 people.']" -361,"[""Suriname's"", 'low', 'population', 'density', 'and', 'abundant', 'natural', 'resources', 'have', 'attracted', 'numerous', 'migrants', 'from', 'neighboring', 'Brazil', '.']","[14, 15]",0,brazil,Suriname's low population density and abundant natural resources have attracted numerous migrants from neighboring Brazil.,"[""Suriname's low population density and rich natural resources have attracted large numbers of migrants from neighboring Brazil."", ""Suriname's low population density and rich natural resources have attracted large numbers of migrants from neighboring Brazil."", ""Suriname's low population density and vast resources have attracted countless migrants from neighboring Brazil."", ""Suriname's low population density and abundant supply of raw materials have attracted many migrants from neighboring Brazil."", ""Suriname's low population density and abundance of cobalt have attracted large numbers of migrants from neighboring Brazil.""]" -362,"['The', 'line', 'climbed', 'at', '1', 'in', '66', 'to', 'Hagley', 'Rd,', 'with', 'a', 'break', 'of', '1', 'in', '224', 'through', 'Rotton', 'Park', 'Rd', 'station,', 'and', 'then', 'descended', 'to', 'Harborne', 'at', '1', 'in', '66,', 'crossing', 'the', 'Chad', 'Valley', 'on', 'a', 'high', 'bank.']","[26, 27]",0,harborne,"The line climbed at 1 in 66 to Hagley Rd, with a break of 1 in 224 through Rotton Park Rd station, and then descended to Harborne at 1 in 66, crossing the Chad Valley on a high bank.","['The line passed through Rotton Park Square at 1: 66 in the direction of Hagley Street, with a break of 1: 224, and then left at 1: 66 in the direction of Harborne, where it crossed the Chad Valley on a high bank.', 'The line went 1 for 66 to Hagley Rd, with a break of 1 for 224 through Rotton Park Rd station, and then went 1 for 66 down to Harborne to cross the Chad Valley on a high bank.', 'The ride went to Hagley Road at 1: 66 a.m., with a 1: 224 interruption through Rotton Park Road Station, and then downhill to Harborne at 1: 66 a.m., crossing the Chad Valley on a high bank.', 'The line was running at 1 in 66 on Hagley Rd, with a break from 1 in 224 to the nearest station Rotton Park Rd, then sinking at 1 in 66 on Harborne and crossing the Chad Valley on a high bank.', 'The line departed for Hagley Rd at about 1: 66 am, with 1: 224 interrupted via Rotton Park Rd station, and then descended to Harborne at 1: 66 am, where it crossed the Chad Valley.']" -363,"['She', 'plays', 'on', 'the', 'Angola', ""women's"", 'national', 'handball', 'team,', 'and', 'participated', 'at', 'the', '2011', 'World', ""Women's"", 'Handball', 'Championship', 'in', 'Brazil', '.']","[19, 20]",0,brazil,"She plays on the Angola women's national handball team, and participated at the 2011 World Women's Handball Championship in Brazil.","[""She plays on the Angolan women's national handball team and participated in the 2011 Women's World Cup in Brazil."", ""She plays for the Angolan women's national handball team and participated in the 2011 Women's World Cup in Brazil."", ""She plays in Angola's national women's handball team and participated in the 2011 Women's World Cup in Brazil."", ""She plays on the Angolan women's national handball team and participated in the 2011 Women's World Cup in Brazil."", ""There she plays in the Angolan national women's handball team and took part in the Women's World Handball Championship in Brazil in 2011.""]" -364,"['It', 'served', 'the', 'small', 'town', 'of', 'Anchovy,', 'Jamaica', 'on', 'the', 'Kingston', 'to', 'Montego', 'Bay', 'line', 'and', 'was', '105.75', 'miles', '(170.19', '\xa0', 'km)', 'from', 'the', 'Kingston', 'terminus.']","[12, 14]",0,montego bay,"It served the small town of Anchovy, Jamaica on the Kingston to Montego Bay line and was 105.75 miles (170.19  km) from the Kingston terminus.","['It was operating in the small Jamaican town of Anchovy on the Kingston to Montego Bay route and was 170.19 km from the terminus in Kingston.', 'He was in the small town of Anchovy in Jamaica on the route from Kingston to Montego Bay and was 170.19 km from the terminus in Kingston.', 'It served the small town of Anchovy in Jamaica on the Kingston-Montego Bay Connection and was 170.19 km from the terminus in Kingston.', 'The ferry operated between the small town of Anchovy (Jamaica) and Montego Bay, 170.19 km from Kingston terminus.', 'She drove to Anchovy, Jamaica on the Kingston-Montego Bay route, which put the city 170.19 km from the terminus in Kingston.']" -365,"['Jajit', 'Singh', 'Jallah', 'is', 'an', 'international', 'rowing', 'competitor', 'from', 'the', 'state', 'of', 'Punjab', ',', 'India.']","[12, 13]",0,punjab,"Jajit Singh Jallah is an international rowing competitor from the state of Punjab, India.","['Jajit Singh Jallah is an international rowing competition from the Indian state of Punjab.', 'Jajit Singh Jallah is an international rower from the Indian state of Punjab.', 'Jajit Singh Jallah is an international rowing candidate from the Indian state of Punjab.', 'Jajit Singh Jallah is an international rower from the Indian state of Punjab.', 'Jajit Singh Jallah is an international rower from the Indian state of Pun < br >.']" -366,"['In', '1757,', 'he', 'was', 'sent', 'to', 'Paris', 'to', 'negotiate', 'loans', 'for', 'the', 'Danish', 'state', 'and,', 'in', '1760–61,', 'he', 'negotiated', 'a', 'substantial', 'loan', 'for', 'the', 'Danish', 'state', 'in', 'Genova.']","[6, 7]",0,paris,"In 1757, he was sent to Paris to negotiate loans for the Danish state and, in 1760–61, he negotiated a substantial loan for the Danish state in Genova.","['In 1757 he was sent to Paris to negotiate loans for the Danish state, and in 1760-61 he negotiated a considerable loan for the Danish state in Genoa.', 'In 1757 he was sent to Paris to negotiate loans for the Danish state, and in 1760-61 he negotiated a considerable loan for the Danish state in Genoa.', 'In 1757 he was sent to Paris to negotiate loans for the Danish state, and in 1760 / 61 he negotiated a substantial loan for the Danish state in Genoa.', 'In 1757 he was sent to Paris to negotiate loans for the Danish state, and in 1760 / 61 he negotiated a substantial loan for the Danish state in Genoa.', 'In 1757 he was sent to Paris to negotiate loans for the Danish state, and in 1760 he gave an important loan to the Danish state in Genoa.']" -367,"['William', 'Kyle', 'Carpenter', '(born', 'October', '17,', '1989),', 'also', 'known', 'as', 'Kyle', 'Carpenter,', 'is', 'a', '(medically)', 'retired', 'United', 'States', 'Marine', 'who', 'received', 'the', 'United', ""States'"", 'highest', 'military', 'honor,', 'the', 'Medal', 'of', 'Honor', 'for', 'his', 'actions', 'in', 'Marjah,', 'Helmand', 'Province,', 'Afghanistan', 'in', '2010.']","[38, 39]",0,afghanistan,"William Kyle Carpenter (born October 17, 1989), also known as Kyle Carpenter, is a (medically) retired United States Marine who received the United States' highest military honor, the Medal of Honor for his actions in Marjah, Helmand Province, Afghanistan in 2010.","['William Kyle Carpenter (born October 17, 1989), also known as Kyle Carpenter, is a (medically) retired U.S. Marine who was awarded the highest American military honor, the Medal of Honor, in 2010 for his actions in Marjah, Helmand Province, Afghanistan.', 'William Kyle Carpenter (born October 17, 1989 in Marjah, Helmand Province, Afghanistan) is a retired U.S. Marine who was awarded the United States Medal of Honor in 2010 for his actions.', 'William Kyle Carpenter (* October 17, 1989), also known as Kyle Carpenter, is a retired Marine and was awarded the Medal of Honor by the United States in 2010 for his actions in Marjah, Helmand Province, Afghanistan.', 'William Kyle Carpenter (born October 17, 1989), also known as Kyle Carpenter, is a retired U.S. Marine who was awarded the United States Medal of Honor in 2010 for his actions in Marjah, Helmand Province.', 'William Kyle Carpenter (born October 17, 1989 in Marjah, Helmand Province, Afghanistan), also known as Kyle Carpenter, is a retired U.S. Marine who was awarded the Medal of Honor in 2010 for his service in Marjah, Helmand Province, Afghanistan.']" -368,"['Liguri,', 'or', 'Logorik,', 'is', 'an', 'Eastern', 'Sudanic', 'language', 'of', 'the', 'Daju', 'family', 'spoken', 'by', 'the', 'Logorik', 'people', 'in', 'the', 'Liguri', 'Hills', 'of', 'the', 'Nuba', 'Mountains,', 'northeast', 'of', 'Kaduqli', 'in', 'South', 'Kurdufan', 'province', 'in', 'southern', 'Sudan.']","[27, 28]",0,kaduqli,"Liguri, or Logorik, is an Eastern Sudanic language of the Daju family spoken by the Logorik people in the Liguri Hills of the Nuba Mountains, northeast of Kaduqli in South Kurdufan province in southern Sudan.","['Liguri or Logorik is an East Sudanese language spoken by the Daju family in the Ligurian mountains of the Nuba Mountains, northeast of Kaduqli in the South Sudanese province of Kurdufan.', 'Liguri or Logorik is an East Sudanese language spoken by the Daju people in the Ligurian mountains of the Nuba Mountains, northeast of Kaduqli in the South Sudanese province of Kurdufan.', 'Liguri or Logorik is an East Sudanese language of the Daju family, spoken by the Logorik people in the Ligurian mountains of the Nuba Mountains, northeast of Kaduqli in the South Sudanese province of Kurdufan.', 'Liguri or Logorik is an East Sudanese language spoken by the Daju family in a mountain range northeast of Kaduqli in the South Sudanese province of Kurdufan.', 'Liguri or Logorik is a Sudanese language spoken by the Daju family on the Liguri Hill in the Nuba Mountains, northeast of Kaduqli in the South Sudanese province of Kurdufan.']" -369,"['Techvaganza', 'is', 'a', 'Techno-management', 'festival', 'and', 'is', 'one', 'of', 'the', 'largest', 'festivals', 'in', 'India', '.']","[13, 14]",0,india,Techvaganza is a Techno-management festival and is one of the largest festivals in India.,"['Techvaganza is a techno-management festival and one of the largest festivals in India.', 'Techvaganza is a techno-management festival and one of the largest festivals in India.', 'Techvaganza is a techno-management festival and one of the largest festivals in India.', 'Techvaganza is a techno festival and one of the largest festivals in India.', 'Techvaganza is a festival of techno management and one of the largest festivals in India.']" -370,"['These', 'buses', 'were', 'operated', 'mostly', 'in', 'Czech', 'Republic', 'and', 'Slovakia', '.']","[9, 10]",0,slovakia,These buses were operated mostly in Czech Republic and Slovakia.,"['These buses were mainly used in the Czech Republic and Slovakia.', 'These buses were mainly used in the Czech Republic and Slovakia.', 'These buses were mainly used in the Czech Republic and Slovakia.', 'They were mainly used in the Czech Republic and Slovakia.', 'These buses were mainly used in the Czech Republic and Slovakia.']" -371,"['Ellen', 'Andrews,', 'an', 'airline', 'employee', 'from', 'Wichita', 'working', 'in', 'Paris', ',', 'assists', 'Mickey', 'in', 'locating', 'and', 'retrieving', 'the', 'casket.']","[9, 10]",0,paris,"Ellen Andrews, an airline employee from Wichita working in Paris, assists Mickey in locating and retrieving the casket.","['Ellen Andrews, an airline employee from Wichita who works in Paris, helps Mickey find and retrieve the box.', 'Ellen Andrews, an airline employee from Wichita, helps Mickey find and recover the coffin.', 'Ellen Andrews, a flight attendant from Wichita who works in Paris, helps Mickey find and recover the coffin.', 'Ellen Andrews, a Wichita airline employee who works in Paris, helps Mickey locate the coffin.', 'Ellen, a Wichita airline employee from Paris, helps Mickey find and recover the coffin.']" -372,"['Monaco', 'is', 'known', 'for', 'its', 'glamor', 'and', 'the', 'race', 'attracts', 'the', 'rich', 'and', 'famous', 'from', 'around', 'the', 'world,', 'making', 'it', 'a', 'fitting', 'venue', 'for', 'the', 'Amber', 'Lounge.']","[0, 1]",0,monaco,"Monaco is known for its glamor and the race attracts the rich and famous from around the world, making it a fitting venue for the Amber Lounge.","['Monaco is known for its glamour and the race attracts the rich and famous from all over the world, making it the perfect venue for the Amber Lounge.', 'Monaco is known for its glamour, and the race attracts the rich and famous from around the world, making it the perfect venue for the Amber Lounge.', 'Monaco is known for its glamour, and the race attracts the rich and famous from all over the world, making it a suitable venue for the Amber Lounge.', 'Monaco is known for its glamour and the race attracts powerful and famous people from all over the world, making it a suitable venue for the Amber Lounge.', 'Monaco is known for its glamour, and this race attracted the rich and famous from all over the world, making it a fitting venue for the Amber Lounge.']" -373,"['It', 'also', 'operated', 'services', 'across', 'the', 'English', 'border', 'to', 'Carlisle', ',', 'and', 'from', '5', 'March', '1988,', 'took', 'over', 'operation', 'of', 'the', 'Caledonian', 'Sleeper', 'services', 'to', 'London', 'Euston.']","[9, 10]",0,carlisle,"It also operated services across the English border to Carlisle, and from 5 March 1988, took over operation of the Caledonian Sleeper services to London Euston.","['She also travelled across the English border to Carlisle and took over the operation of the Caledonian Sleeper to London Euston on 5 March 1988.', 'It also operated across the English border to Carlisle and took over the operation of the Caledonian Sleeper services to London Euston from 5 March 1988.', 'It also operated across the English border to Carlisle and took over the operation of the Caledonian Sleeper services to London Euston from 5 March 1988.', 'It also provided services across the English border to Carlisle and took over the operation of the Caledonia Sleeper to London Euston from 5 March 1988.', 'On 5 March 1988, the company also took over the English border to Carlisle and the operation of the Caledonian Sleeper to London Euston.']" -374,"['In', 'his', 'final', 'year,', 'he', 'took', 'leave', 'from', 'medical', 'school', 'to', 'focus', 'on', 'his', 'religious', 'studies,', 'traveling', 'to', 'Syria', 'and', 'then', 'Pakistan', ',', 'where', 'he', 'studied', 'a', 'traditional', 'curriculum', 'for', 'a', 'number', 'of', 'years', 'under', 'some', 'of', 'their', 'greatest', 'scholars.']","[21, 22]",0,pakistan,"In his final year, he took leave from medical school to focus on his religious studies, traveling to Syria and then Pakistan, where he studied a traditional curriculum for a number of years under some of their greatest scholars.","['Last year, he left medical school to focus on his religious studies; he traveled to Syria and later to Pakistan, where for several years he studied a traditional curriculum with some of the greatest scholars.', 'In his final year, he left medical school to focus on his religious studies, traveling first to Syria and then to Pakistan, where he studied a traditional curriculum for several years under the guidance of some of the greatest scholars.', 'Last year, he was discharged from medical school to focus on his religious studies, and traveled to Syria and then Pakistan, where he studied a traditional curriculum for several years with some of their greatest scholars.', 'Last year, he left medical school to focus on his religious studies and traveled to Syria and then Pakistan, where he devoted several years to the traditional school under some of its greatest scholars.', ""He left medical school to concentrate on his religious studies and travelled first to Syria and then to Pakistan, where for several years he studied a traditional course with some of the country's greatest scholars.""]" -375,"['It', 'connects', 'the', 'towns', 'of', 'Smith', 'and', 'Wellington', 'to', 'the', 'California', 'state', 'line', 'north', 'of', 'Bridgeport,', 'California.']","[7, 8]",0,wellington,"It connects the towns of Smith and Wellington to the California state line north of Bridgeport, California.","['It connects the cities of Smith and Wellington with the California state border north of Bridgeport, California.', 'It connects the cities of Smith and Wellington with the California state line north of Bridgeport, California.', 'It connects the towns of Smith and Wellington with the state border with California, which runs north of Bridgeport in California.', 'The network connects the cities of Smith and Wellington with the California state border north of Bridgeport, California.', 'It connects the cities of Smith and Wellington with the California state line north of Bridgeport, California.']" -376,"['His', 'artwork', 'has', 'been', 'exhibited', 'in', 'countries', 'such', 'as', 'Canada,', 'Brazil,', 'Senegal,', 'USA,', 'Martinique,', 'Latin', 'America,', 'Dominican', 'Republic', ',', 'Europe', 'and', 'Haiti.']","[16, 18]",0,dominican republic,"His artwork has been exhibited in countries such as Canada, Brazil, Senegal, USA, Martinique, Latin America, Dominican Republic, Europe and Haiti.","['His works have been exhibited in countries such as Canada, Brazil, Senegal, the USA, Martinique, Latin America, the Dominican Republic, Europe and Haiti.', 'His works have been exhibited in countries such as Canada, Brazil, Senegal, the USA, Martinique, Latin America, the Dominican Republic, Europe and Haiti.', 'His works have been exhibited in countries such as Canada, Brazil, Senegal, the USA, Martinique, Latin America, the Dominican Republic, Europe and Haiti.', 'His works have been exhibited in countries such as Canada, Brazil, Senegal, the USA, Martinique, Latin America, the Dominican Republic, Europe and Haiti.', 'His works have been shown in countries such as Canada, Brazil, Senegal, the USA, Martinique, Latin America, the Dominican Republic, Europe and Haiti.']" -377,"['Apart', 'from', 'being', 'considered', 'one', 'of', 'Sweden', ""'s"", 'finest', 'actors,', 'he', 'is', 'also', 'a', 'devoted', 'father', 'of', 'three', 'children.']","[6, 7]",0,sweden,"Apart from being considered one of Sweden's finest actors, he is also a devoted father of three children.","[""Not only is he one of Sweden's finest actors, but he is also a devoted father of three."", ""He is not only one of Sweden's finest actors, but also a devoted father of three."", ""Not only is he one of Sweden's finest actors, but he is also a devoted father of three."", ""He is not only one of Sweden's finest actors, but also a passionate father of three."", ""Not only is he one of Sweden's finest actors, but he is also a highly professional father of three.""]" -378,"['It', 'may', 'be', 'found', 'in', 'Mauritius', 'and', 'the', 'Cambodian', 'Mekong', 'near', 'the', 'Vietnam', 'border.']","[12, 13]",0,vietnam,It may be found in Mauritius and the Cambodian Mekong near the Vietnam border.,"['It occurs in Mauritius and in the Cambodian Mekong near the border with Vietnam.', 'It occurs in Mauritius and in the Cambodian Mekong near the border with Vietnam.', 'It occurs in Mauritius and on the Cambodian Mekong at the border with Vietnam.', 'They exist in Mauritius and on the Cambodian Mekong near the Vietnamese border.', 'It occurs in Mauritius and in the Cambodian Mekong near the border with Vietnam.']" -379,"['Brunel', 'remained', 'in', 'the', 'United', 'States', 'for', 'six', 'years,', 'sailing', 'for', 'England', 'in', 'February', '1799.']","[11, 12]",0,england,"Brunel remained in the United States for six years, sailing for England in February 1799.","['Brunel stayed in the United States for six years and sailed to England in February 1799.', 'Brunel stayed in the United States for six years and sailed to England in February 1799.', 'Brunel stayed in the United States for six years and sailed to England in February 1799.', 'Brunel stayed six years in the USA, where he sailed to England in February 1799.', 'Brunel stayed in the United States for six years and moved to England in February 1799.']" -380,"['It', 'is', 'bordered', 'by', 'Turkey', 'to', 'the', 'north,', 'Lebanon', 'and', 'Israel', 'to', 'the', 'west,', 'Jordan', 'to', 'the', 'south', 'and', 'Iraq', 'to', 'the', 'east.']","[10, 11]",0,israel,"It is bordered by Turkey to the north, Lebanon and Israel to the west, Jordan to the south and Iraq to the east.","['It borders Turkey to the north, Lebanon and Israel to the west, Jordan to the south and Iraq to the east.', 'It borders Turkey to the north, Lebanon and Israel to the west, Jordan to the south and Iraq to the east.', 'It borders Turkey to the north, Lebanon and Israel to the west, Jordan to the south and Iraq to the east.', 'It borders Turkey to the north, Lebanon and Israel to the west, Jordan to the south and Iraq to the east.', 'It borders Turkey to the north, Lebanon and Israel to the west, Jordan to the south and Iraq to the east.']" -381,"['Abdul', 'Hakim', 'Asher', 'was', 'born', 'on', 'October', '12,', '1977', 'in', 'the', 'Bagram', 'district', 'of', 'Parwan', 'province', 'in', 'central', 'Afghanistan', 'north', 'of', 'Kabul.']","[18, 19]",0,afghanistan,"Abdul Hakim Asher was born on October 12, 1977 in the Bagram district of Parwan province in central Afghanistan north of Kabul.","['Abdul Hakim Asher was born on 12 October 1977 in the Bagram district of the central Afghan province of Parwan, north of Kabul.', 'Abdul Hakim Asher was born on 12 October 1977 in the Bagram district of the central Afghan province of Parwan, north of Kabul.', 'Abdul Hakim Asher was born on 12 October 1977 in the Bagram district of the central Afghan province of Parwan, north of Kabul.', 'Abdul Hakim Asher was born on 12 October 1977 in the Bagram district of the central Afghan province of Parwan, north of Kabul.', 'Abdul Hakim Asher was born on 12 October 1977 in the Bagram district of Parwan province in central Afghanistan, north of Kabul.']" -382,"['The', 'hospital', 'is', 'responsible', 'for', 'providing', 'health', 'care', 'to', '170,000', 'people', 'residing', 'in', 'the', 'northern', 'part', 'of', 'Oslo', 'as', 'well', 'as', 'the', 'municipalities', 'of', 'Ski,', 'OppegÃ¥rd,', 'Nesodden,', 'Frogn,', 'Ã…s', 'and', 'Vestby.']","[17, 18]",0,oslo,"The hospital is responsible for providing health care to 170,000 people residing in the northern part of Oslo as well as the municipalities of Ski, OppegÃ¥rd, Nesodden, Frogn, Ã…s and Vestby.","['The hospital is responsible for the health care of 170,000 people in the northern part of Oslo and in the municipalities of Ski, OppegÃ¥rd, Nesodden, Frogn, Ã…s and Vestby.', 'The hospital is responsible for the health care of 170,000 people living in the northern part of Oslo and in the municipalities of Ski, OppegÃ¥rd, Nesodden, Frogn, Ã…s and Vestby.', 'The hospital is responsible for the health care of 170,000 inhabitants in the north of Oslo and in the municipalities of Skiing, OppegÃ¥rd, Nesodden, Frogn, Ã…s and Vestby.', 'The hospital serves 170,000 people in the north of Oslo and in the municipalities of Ski, OppegÃ¥rd, Nesodden, Frogn, Ã…s and Vestby.', 'The 1800-inhabitant hospital has the task of supporting 170,000 people in the northern part of Oslo and in the municipalities of Ski, OppegÃ¥rd, Nesodden, Frogn, Ã…s and Vestby.']" -383,"['In', 'the', 'show,', 'he', 'uses', 'an', 'Autovox', 'to', 'create', 'amateur-like', 'reports', 'in', 'Italy', 'and', 'abroad.']","[12, 13]",0,italy,"In the show, he uses an Autovox to create amateur-like reports in Italy and abroad.","['In the series he uses an Autovox to create amateur reports in Italy and abroad.', 'In the series he uses an Autovox for amateurish reportages in Italy and abroad.', 'In his show he uses an Autovox to make amateur reports in Italy and abroad.', 'For the broadcast he uses an Autovox to produce amateur coverage in Italy and abroad.', 'In the series he uses an Autovox to write amateur-style reports in Italian and abroad.']" -384,"['He', 'pioneered', 'the', 'concept', 'of', 'the', 'nation', 'as', 'a', 'brand', 'and', 'has', 'worked', 'on', 'branding', 'projects', 'for', 'a', 'number', 'of', 'cities', 'and', 'countries,', 'including', 'London,', 'Mauritius,', 'Northern', 'Ireland', ',', 'Poland,', 'Portugal,', 'and', 'Lithuania.']","[26, 28]",0,northern ireland,"He pioneered the concept of the nation as a brand and has worked on branding projects for a number of cities and countries, including London, Mauritius, Northern Ireland, Poland, Portugal, and Lithuania.","['He developed the concept of the nation as a brand and worked on branding projects for a number of cities and countries, including London, Mauritius, Northern Ireland, Poland, Portugal and Lithuania.', 'He developed the concept of the nation as a brand and worked on branding projects for a number of cities and countries, including London, Mauritius, Northern Ireland, Poland, Portugal and Lithuania.', 'He developed the concept of the nation as a brand and worked on branding projects in a number of cities and countries, including London, Mauritius, Northern Ireland, Poland, Portugal and Lithuania.', 'He developed the concept of a nation as a brand and has been involved in brand projects for a number of cities and countries, including London, Mauritius, Northern Ireland, Poland, Portugal and Lithuania.', 'He developed the concept of the nation as a brand and carried out branding projects for a number of cities and countries, including London, Mauritius, Northern Ireland, Poland, Portugal and Lithuania.']" -385,"['It', 'lies', 'just', 'east', 'of', 'the', 'main', 'motorway', 'from', 'Ljubljana', 'to', 'Maribor', '.']","[11, 12]",0,maribor,It lies just east of the main motorway from Ljubljana to Maribor.,"['It is located east of the main road from Ljubljana to Maribor.', 'It is located east of the highway from Ljubljana to Maribor.', 'It is located east of the highway from Ljubljana to Maribor.', 'It is located east of the Ljubljana-Maribor motorway.', 'The village is located east of the highway between Ljubljana and Maribor.']" -386,"['At', 'the', 'time', 'of', 'its', 'completion', 'in', '2006,', 'it', 'was', 'the', '11th-tallest', 'skyscraper', 'in', 'Turkey', 'and', 'the', 'tallest', 'in', 'Konya', 'and', 'the', 'Central', 'Anatolia', 'Region', '.']","[22, 25]",0,central anatolia region,"At the time of its completion in 2006, it was the 11th-tallest skyscraper in Turkey and the tallest in Konya and the Central Anatolia Region.","['When completed in 2006, it was the eleventh tallest skyscraper in Turkey and the tallest in Konya and the Central Anatolian region.', ""When completed in 2006, it was Turkey's eleventh tallest skyscraper, the tallest in Konya and the Central Anatolia region."", 'When completed in 2006, the skyscraper was the eleventh tallest skyscraper in Turkey and the tallest in Konya and Central Anatolia.', 'When it was completed in 2006, it was the eleventh tallest skyscraper in Turkey, the tallest high altar in Konya and the Central Anatolian region.', 'When completed in 2006, it was the eleventh tallest skyscraper in Turkey and the tallest in Konya and Central Anatolia.']" -387,"['It', 'is', 'located', 'near', 'the', 'north-western', 'shore', 'of', 'the', 'Gulf', 'of', 'Panama', '.']","[9, 12]",0,gulf of panama,It is located near the north-western shore of the Gulf of Panama.,"['It is located near the northwest coast of the Gulf of Panama.', 'It is located near the northwest coast of the Gulf of Panama.', 'It is located near the northwest coast of the Gulf of Panama.', 'It is located near the northwest coast of the Panamagolian Gulf.', 'It is located near the northwest coast of the Panama Strait.']" -388,"['Hokagon', 'Island', 'is', 'an', 'island', 'located', 'within', 'Coronation', 'Gulf,', 'south', 'of', 'Victoria', 'Island,', 'in', 'the', 'Kitikmeot', 'Region,', 'Nunavut,', 'Canada.']","[0, 2]",0,hokagon island,"Hokagon Island is an island located within Coronation Gulf, south of Victoria Island, in the Kitikmeot Region, Nunavut, Canada.","['Hokagon Island is an island in the Coronation Gulf, south of Victoria Island, in the Kitikmeot region, Nunavut, Canada.', 'Hokagon Island is an island in the Coronation Gulf, south of Victoria Island, in the Kitikmeot region, Nunavut, Canada.', 'Hokagon Island is an island in the Coronation Gulf, south of Victoria Island, in the Kitikmeot region, Nunavut, Canada.', 'Hokagon Island is an island in the Coronation Gulf, south of Victoria Island, in the Kitikmeot region, Nunavut, Canada.', 'Hokagon Island is an island in the Coronation Sea off the Gulf of Victoria, south of Victoria Island in the Kitikmeot region, Nunavut, Canada.']" -389,"['He', 'wandered', 'in', 'Europe,', 'then', 'came', 'to', 'South', 'America', 'where', 'he', 'travelled', 'in', 'Venezuela,', 'Colombia,', 'Ecuador,', 'Peru', 'and', 'finally', 'Brazil', '.']","[19, 20]",0,brazil,"He wandered in Europe, then came to South America where he travelled in Venezuela, Colombia, Ecuador, Peru and finally Brazil.","['He traveled through Europe, then to South America, where he toured Venezuela, Colombia, Ecuador, Peru and finally Brazil.', 'He emigrated to Europe and then to South America, where he toured Venezuela, Colombia, Ecuador, Peru and finally Brazil.', 'He emigrated to Europe, then to South America, via Venezuela, Colombia, Ecuador, Peru and finally Brazil.', 'He traveled through Europe, then to South America, where he toured Venezuela, Colombia, Ecuador, Peru and finally Brazil.', 'He traveled through Europe and then came to South America, where he visited Venezuela, Colombia, Ecuador, Peru and finally Brazil, where he lived with his family.']" -390,"['It', 'was', 'founded', 'in', '1942,', 'as', 'the', 'National', 'Institute', 'of', 'Aeronautics,', 'and', 'has', 'its', 'headquarters', 'in', 'Torrejón', 'de', 'Ardoz,', 'near', 'Madrid', '.']","[20, 21]",0,madrid,"It was founded in 1942, as the National Institute of Aeronautics, and has its headquarters in Torrejón de Ardoz, near Madrid.","['It was founded in 1942 as the National Aerospace Institute and is based in Torrejón de Ardoz near Madrid.', 'It was founded in 1942 as the National Aviation Institute and is based in Torrejón de Ardoz near Madrid.', 'It was founded in 1942 as a national institute for aerospace and has its headquarters in Torrejón de Ardoz near Madrid.', 'It was founded in 1942 as a national institute of aviation and is based in Torrejón de Ardoz near Madrid.', 'It was founded in 1942 as the National Institute of Aeronautical Systems and is based in Torrejón de Ardoz near Madrid.']" -391,"['He', 'spent', 'his', 'childhood', 'in', 'Dhaka', 'where', 'he', 'studied', 'at', 'Dhaka', 'Collegiate', 'School.']","[5, 6]",0,dhaka,He spent his childhood in Dhaka where he studied at Dhaka Collegiate School.,"['He spent his childhood in Dhaka, where he studied at the Dhaka Collegiate School.', 'He spent his childhood in Dhaka, where he studied at the Collegiate School in Dhaka.', 'He spent his childhood in Dhaka, where he studied at the Dhaka Collegiate School.', 'He spent his childhood in Dhaka, where he studied at the Dhaka Collegiate School.', 'He spent his childhood in Dhaka and attended the Collegiate School there.']" -392,"['In', '1985', 'during', 'the', 'Soviet', 'War', 'in', 'Afghanistan,', 'Hakim', ""Asher's"", 'family', 'decided', 'to', 'leave', 'their', 'home', 'for', 'Pakistan', '.']","[17, 18]",0,pakistan,"In 1985 during the Soviet War in Afghanistan, Hakim Asher's family decided to leave their home for Pakistan.","[""In 1985, during the Soviet war in Afghanistan, Hakim Asher's family decided to leave their homeland and go to Pakistan."", ""In 1985, during the Soviet war in Afghanistan, Hakim Asher's family decided to leave their homeland for Pakistan."", ""In 1985, during the Soviet war in Afghanistan, Hakim Asher's family decided to leave his homeland on the way to Pakistan."", ""In 1985, during the Soviet war in Afghanistan, Hakim Asher's family decided to nationalize their homeland to Pakistan. Save the war!"", ""In 1985, during the Soviet war in Afghanistan, Hakim Asher's family decided to leave their home in Saudi Arabia for Pakistan.""]" -393,"['On', '1', 'July', '2011,', 'Despotović', 'signed', 'for', 'Japan', ""'s"", 'Urawa', 'Red', 'Diamonds.']","[7, 8]",0,japan,"On 1 July 2011, Despotović signed for Japan's Urawa Red Diamonds.","[""Despotovic signed for Japan's Urawa Red Diamonds on July 1, 2011."", ""Despotovic signed for Japan's Urawa Red Diamonds on July 1, 2011."", ""Despotovic signed for Japan's Urawa Red Diamonds on July 1, 2011."", 'On July 1, 2011 Despotovic signed Urawa for the Japanese Red Diamonds.', 'Despotovic signed with the Red Diamonds on July 1, 2011.']" -394,"['During', ""Napoleon's"", 'invasion', 'of', 'Russia', 'in', '1812,', 'Yashvil', 'managed', 'to', 'obtain', 'permission', 'from', 'General', 'Dmitry', 'Shepelev', 'to', 'join', 'the', 'Kaluga', 'militia', 'and', 'helped', 'recover', 'Yelnya.']","[4, 5]",0,russia,"During Napoleon's invasion of Russia in 1812, Yashvil managed to obtain permission from General Dmitry Shepelev to join the Kaluga militia and helped recover Yelnya.","[""During Napoleon's invasion of Russia in 1812, Yashvil received permission from General Dmitry Shepelev to join the Kaluga militia and helped regain Yelnya."", ""During Napoleon's invasion of Russia in 1812, Yashvil managed to obtain permission from General Dmitry Shepelev to become a member of the Kaluga militia and regain Yelnya."", ""During Napoleon's invasion of Russia in 1812, Yashvil received permission from General Dmitry Shepelev to join the Kaluga militia and helped regain Yelnya."", ""During Napoleon's invasion of Russia in 1812, Yashiv received permission from General Dmitry Shepichev to join the Kaluga militia and helped regain Yelnya."", ""During Napoleon's invasion of Russia in 1812, Yashvil obtained permission from General Dmitry Shepelev to join the Kaluga militia and participate in the restoration of Yelnya.""]" -395,"['Trevor', 'Immelman', 'of', 'South', 'Africa', 'won', 'the', '2008', 'Masters', 'Tournament', 'at', 'the', 'Augusta', 'National', 'Golf', 'Club.']","[3, 5]",0,south africa,Trevor Immelman of South Africa won the 2008 Masters Tournament at the Augusta National Golf Club.,"['South African Trevor Immelman has won the Masters at Augusta National Golf Club.', 'South African Trevor Immelman won the 2008 Masters at Augusta National Golf Club.', 'South African Trevor Immelman has won the Masters at Augusta National Golf Club.', 'South African Trevor Immelman won the Masters at Augusta National Golf Club in 2008.', 'South African Trevor Immelman won the Masters tournament at Augusta National Golf Club on Tuesday night.']" -396,"['Consequently,', 'Australia', ""'s"", 'annual', 'average', 'temperatures', 'are', 'projected', 'to', 'increase', '0.4–2.0', '\xa0', '°C', 'above', '1990', 'levels', 'by', 'the', 'year', '2030,', 'and', '1–6', '\xa0', '°C', 'by', '2070.']","[1, 2]",0,australia,"Consequently, Australia's annual average temperatures are projected to increase 0.4–2.0  °C above 1990 levels by the year 2030, and 1–6  °C by 2070.","['As a result, Australian average temperatures are forecast to rise 0.4-2.0 ° C above 1990 levels by 2030 and 1-6 ° C by 2070.', 'As a result, Australian average temperatures are expected to rise 0.4-2.0 ° C above 1990 levels by 2030 and 1-6 ° C by 2070.', ""As a result, Australia's average temperature is expected to rise 0.4-2.0 ° C above 1990 levels by 2030 and 1-6 ° C by 2070."", 'As a result, the Australian average annual temperature is projected to rise by 0.4 ° C to 2.0 ° C above 1990 levels by 2030 and 1 ° C by 2070.', ""This means that Australia's average temperature is expected to be 0.4 or 2.0 ° C above 1990 levels in 2030 and 1 or 6 ° C by 2070.""]" -397,"['She', 'was', 'the', 'ancestor', 'of', 'many', 'political', 'people', 'including', 'Lyndon', 'Baines', 'Johnson,', '36th', 'president', 'of', 'the', 'United', 'States;', 'Winston', 'Leonard', 'Spencer-Churchill,', '63rd', 'Prime', 'Minister', 'of', 'the', 'United', 'Kingdom', ';', 'Prince', 'Albert', 'II', 'of', 'Monaco;', 'Princess', 'Diana', 'and', 'Prince', 'Charles.']","[26, 28]",0,united kingdom,"She was the ancestor of many political people including Lyndon Baines Johnson, 36th president of the United States; Winston Leonard Spencer-Churchill, 63rd Prime Minister of the United Kingdom; Prince Albert II of Monaco; Princess Diana and Prince Charles.","['She was the ancestor of many political figures, including Lyndon Baines Johnson, 36th President of the United States, Winston Leonard Spencer-Churchill, 63rd Prime Minister of Great Britain, Prince Albert II of Monaco, Princess Diana and Prince Charles.', 'She was the ancestor of many political people, including Lyndon Baines Johnson, 36th President of the United States, Winston Leonard Spencer-Churchill, 63rd Prime Minister of the United Kingdom, Prince Albert II of Monaco, Princess Diana and Prince Charles.', 'She has been a regular guest of many political figures, including Lyndon Baines Johnson, 36th President of the United States, Winston Leonard Spencer-Churchill, 63rd Prime Minister of the United Kingdom, Prince Albert II of Monaco, Princess Diana and Prince Charles.', 'She was the ancestor of many political figures, including Lyndon Baines Johnson, 36th President of the United States, Winston Leonard Spencer-Churchill, 63rd Prime Minister of the United Kingdom, Prince Albert II of Monaco, Princess Diana and Prince Charles.', 'She was the ancestor of many politically persecuted people, including Lyndon Baines Johnson, 36th President of the United States; Winston Leonard Spencer-Churchill, 63rd Prime Minister of Great Britain; Prince Albert II of Monaco; Princess Diana and Prince Charles.']" -398,"['Bessenbach', 'is', 'a', 'river', 'of', 'Bavaria,', 'Germany', '.']","[6, 7]",0,germany,"Bessenbach is a river of Bavaria, Germany.","['Bessenbach is a river in Bavaria, Germany.', 'Bessenbach is a river in Bavaria, Germany.', 'Bessenbach is a river in Bavaria, Germany.', 'Bessenbach is a river in Bavaria, Germany.', 'Bessenbach is a river in Bavaria.']" -399,"['The', 'name', 'was', 'taken', 'from', 'the', 'location', 'of', 'the', 'crimes,', 'which', 'were', 'committed', 'around', 'the', 'M25,', 'London', ""'s"", 'orbital', 'motorway,', 'during', 'the', 'early', 'hours', 'of', '16', 'December', '1988.']","[16, 17]",0,london,"The name was taken from the location of the crimes, which were committed around the M25, London's orbital motorway, during the early hours of 16 December 1988.","[""The name comes from the crime scene on London's M25 motorway in the early hours of 16 December 1988."", 'The name was chosen after the crime scene in the early hours of 16 December 1988 near the M25 ring road in London.', 'The name was given in connection with the crimes committed in the early hours of 16 December 1988 near the M25 motorway in London.', 'The name was given to the site of the crimes committed in the early hours of 16 December 1988 in the area of the M25 motorway.', 'His name was taken from the scene near the M25 motorway, the London Underground, in the early hours of 16 December 1988.']" -400,"['The', 'station', 'opened', 'in', '1976', 'at', 'the', 'same', 'time', 'as', 'lines', '13', 'and', '14', 'were', 'linked', 'across', 'Paris', '.']","[17, 18]",0,paris,The station opened in 1976 at the same time as lines 13 and 14 were linked across Paris.,"['The station was opened in 1976, when lines 13 and 14 were connected through Paris.', 'The station was opened in 1976 parallel to the connection of lines 13 and 14 through Paris.', 'The facility was opened in 1976 simultaneously with the connection of lines 13 and 14 through Paris.', 'The station was opened in 1976, simultaneously with the connection of lines 13 and 14 through Paris.', 'The station was opened in 1976, at the same time as the Paris lines 13 and 14.']" -401,"['The', ""Forbes-Robinson's"", 'main', 'family', 'home', 'was', 'located', 'at', '22', 'Bedford', 'Square', 'in', 'the', 'heart', 'of', 'London', ""'s"", 'Bloomsbury', 'district.']","[15, 16]",0,london,The Forbes-Robinson's main family home was located at 22 Bedford Square in the heart of London's Bloomsbury district.,"[""The Forbes-Robinson family home was located at 22 Bedford Square in the heart of London's Bloomsbury district."", ""The main house of the Forbes-Robinson family was located at 22 Bedford Square, in the heart of London's Bloomsbury district."", ""The Forbes-Robinson family home was located at 22 Bedford Square in the heart of London's Bloomsbury district."", ""Forbes-Robinson's main residence was at 22 Bedford Square, in the heart of London's Bloomsbury district."", ""Forbes Robinson's headquarters were located at 22 Bedford Square in the heart of London's Bloomsbury district.""]" -402,"['Her', 'baptism', 'was', 'conducted', 'with', 'special', 'solemnity,', 'being', 'organizated', 'by', 'her', 'uncles', 'Maximilian', 'III,', 'Archduke', 'of', 'Austria', 'and', 'Prince', 'Ferdinand', 'of', 'Bavaria', '.']","[21, 22]",0,bavaria,"Her baptism was conducted with special solemnity, being organizated by her uncles Maximilian III, Archduke of Austria and Prince Ferdinand of Bavaria.","['The baptism was celebrated with special solemnity by her uncles Maximilian III, Archduke of Austria, and Prince Ferdinand of Bavaria.', 'Her christening was celebrated with a special ceremony organized by her uncles Maximilian III, Archduke of Austria and Prince Ferdinand of Bavaria.', 'Her christening took place with special solemnity and was organized by her uncles Maximilian III, Archduke of Austria and Prince Ferdinand of Bavaria.', 'Her christening took place on a special occasion organized by her uncles, Archduke Maximilian III of Austria and Prince Ferdinand of Bavaria.', 'Her baptism was solemnly performed by her uncle, Archduke Maximilian III, and Prince Ferdinand of Bavaria.']" -403,"['Wahleach', 'Lake,', 'commonly', 'known', 'as', 'Jones', 'Lake,', 'is', 'a', 'lake', 'and', 'reservoir', 'located', 'in', 'the', 'Skagit', 'Range', 'in', 'the', 'Lower', 'Mainland', 'of', 'British', 'Columbia,', 'Canada,', 'east', 'of', 'the', 'city', 'of', 'Chilliwack', 'and', 'southwest', 'of', 'the', 'town', 'of', 'Hope.']","[15, 17]",0,skagit range,"Wahleach Lake, commonly known as Jones Lake, is a lake and reservoir located in the Skagit Range in the Lower Mainland of British Columbia, Canada, east of the city of Chilliwack and southwest of the town of Hope.","['Wahleach Lake, commonly known as Jones Lake, is a lake in the Skagit Range in the lowlands of British Columbia, Canada, east of the city of Chilliwack and southwest of the city of Hope.', 'Wahleach Lake (commonly known as Jones Lake) is a lake and reservoir in the Skagit chain in the lower reaches of British Columbia, Canada, east of the city of Chilliwack and southwest of the town of Hope.', 'Wahleach Lake, commonly known as Jones Lake, is a lake and reservoir in the Skagit Massif in the lowlands of British Columbia, Canada, east of the city of Chilliwack and southwest of the city of Hope.', 'Wahleach Lake, commonly known as Jones Lake, is a lake and reservoir in the Skagit Range in the lower mainland of British Columbia, Canada, east of the city of Chilliwack and southwest of the city of Hope.', 'Wahleach Lake, commonly known as Jones Lake, is a reservoir in the Skagit Range in the lowlands of the Metropolitan Region of British Columbia, Canada, east of the city of Chilliwack and southwest of the city of Hope.']" -404,"['Attaching', 'himself', 'afterwards', 'to', 'François', 'de', 'Tournon,', 'he', 'accompanied', 'him', 'in', '1554', 'to', 'Italy', ',', 'whence', 'he', 'was', 'several', 'times', 'sent', 'on', 'embassies', 'to', 'the', 'king,', 'with', 'reports', 'on', 'the', 'siege', 'of', 'Siena.']","[13, 14]",0,italy,"Attaching himself afterwards to François de Tournon, he accompanied him in 1554 to Italy, whence he was several times sent on embassies to the king, with reports on the siege of Siena.","['After he had joined François de Tournon, he accompanied him to Italy in 1554, where he undertook several missions to the king with reports of the siege of Siena.', 'He then joined François de Tournon, whom he accompanied to Italy in 1554, where he sent several messages to the king, where he wrote accounts of the siege of Siena.', 'Later he joined François de Tournon and accompanied him to Italy in 1554, where he sent several messages to the king to report on the siege of Siena.', 'He joined François de Tournon and accompanied him to Italy in 1554, where he was sent several times as ambassador to the king to report on the siege of Siena.', 'He then joined François de Tournon and sent him to Italy in 1554, from where he sent several messages to the king about the siege of Siena.']" -405,"['In', '1937,', 'the', 'first', 'of', 'the', 'Somoza', 'presidents', 'of', 'Nicaragua', 'took', 'power.']","[9, 10]",0,nicaragua,"In 1937, the first of the Somoza presidents of Nicaragua took power.","[""In 1937, Nicaragua's first Somoza president took power."", ""In 1937, Nicaragua's first Somoza president took power."", ""In 1937, Nicaragua's first Somoza president took power."", 'In 1937, the first Nicaraguan president, Somoza, took power.', ""Nicaragua's president seized power.""]" -406,"['The', 'airport', 'was', 'originally', 'built', 'by', 'engineers', 'from', 'the', 'United', 'States', 'in', 'the', 'late', '1950s.']","[9, 11]",0,united states,The airport was originally built by engineers from the United States in the late 1950s.,"['The airport was originally built in the late 1950s by engineers from the United States.', 'The airport was originally built in the late 1950s by engineers from the USA.', 'The airport was originally built in the late 1950s by engineers from the USA.', 'The airport was originally built in the late 1950s by engineers from the USA.', 'The airport was first built in the late 1950s by engineers from the USA.']" -407,"['Jane', 'Mackenzie', '(née', 'Sym;', 'March', '22,', '1825', '–', 'March', '30,', '1893)', 'was', 'the', 'second', 'wife', 'of', 'Alexander', 'Mackenzie,', 'the', 'second', 'Prime', 'Minister', 'of', 'Canada', '.']","[23, 24]",0,canada,"Jane Mackenzie (née Sym; March 22, 1825 – March 30, 1893) was the second wife of Alexander Mackenzie, the second Prime Minister of Canada.","['Jane Mackenzie (née Sym; 22 March 1825 - 30 March 1893) was the second wife of Alexander Mackenzie, the second Prime Minister of Canada.', 'Jane Mackenzie (née Sym; 22 March 1825 - 30 March 1893) was the second wife of Alexander Mackenzie, the second Prime Minister of Canada.', 'Jane Mackenzie (née Sym; 22 March 1825 - 30 March 1893) was the second wife of Alexander Mackenzie, the second Prime Minister of Canada.', 'Jane Mackenzie (née Sym; 22 March 1825 - 30 March 1893) was the second wife of Alexander Mackenzie, the second Prime Minister of Canada.', ""Jane Mackenzie (March 22, 1825 - March 30, 1893) was the second wife of Alexander Mackenzie, Canada's second prime minister.""]" -408,"['It', 'was', 'heavily', 'damaged', 'in', 'the', '2004', 'tsunami', 'which', 'impacted', 'on', 'over', '100,000', 'of', 'the', 'Maldives', '300,000', 'population.']","[15, 16]",0,maldives,"It was heavily damaged in the 2004 tsunami which impacted on over 100,000 of the Maldives 300,000 population.","['The tsunami of 2004, which hit more than 100,000 of the more than 300,000 inhabitants of the Maldives, has severely damaged the country.', ""When a tsunami hit more than 100,000 of the Maldives' 300,000 inhabitants in 2004, the country was badly damaged."", 'It was badly damaged in the 2004 tsunami triggered by the flight of more than 100,000 of the Maldives ""300,000 inhabitants.', 'The Maldives was badly hit by floods in 2004 that killed more than 100,000 people.', 'It was built during the Cold War as part of the Cold War, during the Cold War and during the Cold War as part of the Cold War and during the Cold War as part of the Cold War as part of the Cold War and the Cold War as part of the Cold War.']" -409,"['The', 'village', 'was', 'named', 'after', 'Bremen', ',', 'in', 'Germany.']","[5, 6]",0,bremen,"The village was named after Bremen, in Germany.","['The village was named after Bremen.', 'The village is named after Bremen in Germany.', 'The village is named after Bremen in Germany.', 'The name of the village is named after Bremen in Germany.', 'The village was named after Bremen in Germany.']" -410,"['Farmlands', 'come', 'into', 'view', 'as', 'the', 'highway', 'approaches', 'its', 'junction', 'with', 'Wellington', 'Road', '(SR', '829),', 'which', 'heads', 'towards', 'Wellington', 'and', 'points', 'west.']","[18, 19]",0,wellington,"Farmlands come into view as the highway approaches its junction with Wellington Road (SR 829), which heads towards Wellington and points west.","['Farmland comes into view as the highway approaches its intersection with Wellington Road (SR 829), which runs towards Wellington and westwards.', 'Farmland is created as the motorway approaches its junction with Wellington Road (SR 829) and heads west towards Wellington.', 'Farmland appears as the motorway approaches its intersection with Wellington Road (SR 829), which is oriented towards Wellington and west.', 'Farmland comes into view as the highway approaches the intersection with Wellington Road (SR 829), heading west towards Wellington.', 'Farmland comes into view as the highway approaches its intersection with Wellington Road (SR 829), heading west towards Wellington.']" -411,"['After', 'emigrating', 'to', 'Brazil', 'via', 'Italy', 'in', 'the', '1950s,', 'he', 'settled', 'in', 'Rio', 'de', 'Janeiro.']","[5, 6]",0,italy,"After emigrating to Brazil via Italy in the 1950s, he settled in Rio de Janeiro.","['After emigrating to Brazil via Italy in the 1950s, he settled in Rio de Janeiro.', 'After emigrating to Brazil via Italy in the 1950s, he settled in Rio de Janeiro.', 'After emigrating to Brazil via Italy in the 1950s, he settled in Rio de Janeiro.', 'After emigrating to Brazil via Italy in the 1950s, he moved to Rio de Janeiro.', 'After emigrating to Brazil via Italy in the 1950s, he settled in Rio de Janeiro.']" -412,"['Haiti', 'has', 'a', 'World', 'Heritage', 'site', 'located', 'here.']","[0, 1]",0,haiti,Haiti has a World Heritage site located here.,"['Haiti is a World Heritage Site.', 'Haiti is a World Heritage Site.', 'Haiti has its World Heritage site here.', 'Haiti is a World Heritage Site in the region.', 'Haiti has been declared a World Heritage Site.']" -413,"['As', 'a', ""'bright"", 'young', ""thing'"", 'along', 'with', 'Lady', 'Diana', 'Cooper', 'and', 'Elsa', 'Maxwell,', 'Blossom', 'organised', ""'treasure"", ""hunt'"", 'parties', 'across', 'London', '.']","[19, 20]",0,london,"As a'bright young thing' along with Lady Diana Cooper and Elsa Maxwell, Blossom organised'treasure hunt' parties across London.","['As a ""shining young thing,"" Blossom, along with Lady Diana Cooper and Elsa Maxwell, organised ""treasure hunter parties"" across London.', 'A ""smart young man"" with Lady Diana Cooper and Elsa Maxwell, Blossom hosted ""treasure hunter parties"" across London.', 'As a ""bright young"" thing, Blossom organised ""treasure hunter parties"" through London with Lady Diana Cooper and Elsa Maxwell.', 'As a ""naked child"" like Lady Diana Cooper and Elsa Maxwell, Blossom organised scavenger hunt parties across London.', 'A bright young woman, Blossom organised tennis groups across London with Lady Diana Cooper.']" -414,"['Library', 'technician', 'at', 'the', 'State', 'Library', 'of', 'News', 'South', 'Wales', 'in', 'Sydney', 'Australia.']","[7, 10]",0,news south wales,Library technician at the State Library of News South Wales in Sydney Australia.,"['Library technician at the State Library of News South Wales in Sydney, Australia.', 'Library technician at the State Library of News South Wales in Sydney, Australia.', 'Library technician at the State Library of News South Wales in Sydney, Australia.', 'Library technician at the State Library of News South Wales in Sydney, Australia.', 'Librarian at the South Wales State Library in Sydney, Australia.']" -415,"['In', 'the', 'United', 'Kingdom,', 'United', 'States,', 'India,', 'and', 'Brazil', 'diclofenac', 'may', 'be', 'supplied', 'as', 'either', 'the', 'sodium', 'or', 'potassium', 'salt;', 'in', 'China,', 'it', 'is', 'most', 'often', 'supplied', 'as', 'the', 'sodium', 'salt,', 'while', 'in', 'some', 'other', 'countries', 'it', 'is', 'only', 'available', 'as', 'the', 'potassium', 'salt.']","[8, 9]",0,brazil,"In the United Kingdom, United States, India, and Brazil diclofenac may be supplied as either the sodium or potassium salt; in China, it is most often supplied as the sodium salt, while in some other countries it is only available as the potassium salt.","['In the United Kingdom, the United States, India and Brazil, diclofenac can be supplied either as sodium or potassium salt; in China it is most commonly supplied as sodium salt, while in other countries it is only available as potassium salt.', 'In the United Kingdom, the United States, India and Brazil, diclofenac can be supplied either as sodium or potassium salt; in China it is predominantly supplied as sodium salt, while in some other countries it is only available as potassium salt.', 'In the United Kingdom, the United States, India and Brazil, diclofenac can be supplied either as table salt or as potassium salt; in China it is predominantly sold as sodium salt, while in some other countries diclofenac is only available as potassium salt.', 'In Great Britain, the USA, India and Brazil diclofenac is released either as sodium oxal- or potassium salt, in China more often than sodium salt, in other countries only as potassium salt.', 'In the United Kingdom, the United States, India and Brazil, diclofenac can be sold in the sodium-potassium salt or sodium salt categories. In China, diclofenac is now most commonly sold as sodium salt, while in some other countries it is only available as potassium salt.']" -416,"['This', 'marine', 'species', 'occurs', 'in', 'the', 'Indian', 'Ocean', '(Tanzania,', 'Mascarene', 'Islands)', 'and', 'eastwards', 'as', 'far', 'as', 'Indonesia', '.']","[16, 17]",0,indonesia,"This marine species occurs in the Indian Ocean (Tanzania, Mascarene Islands) and eastwards as far as Indonesia.","['This marine species occurs in the Indian Ocean (Tanzania, Mascarene Islands) and east of Indonesia.', 'This marine species occurs in the Indian Ocean (Tanzania, Maskarene Islands) and in the east as far as Indonesia.', 'This marine species occurs in the Indian Ocean (Tanzania, Maskarene Islands) and in the east as far as Indonesia.', 'This marine species occurs in the Indian Ocean (Tanzania, Maskarene Islands) and in the east as far as Indonesia.', 'This marine species is known to occur in the Indian Ocean (Tanzania, Maskarene Islands) and in the east as far as Indonesia.']" -417,"['It', 'was', 'announced', 'that', 'loan', 'signing', 'Jamal', 'Fakir', 'would', 'be', 'returning', 'home', 'to', 'France', 'to', 'join', 'Lezignan', 'after', 'his', 'loan', 'expired', 'in', 'the', 'off', 'season.']","[13, 14]",0,france,It was announced that loan signing Jamal Fakir would be returning home to France to join Lezignan after his loan expired in the off season.,"['It was announced that Jamal Fakir, on loan, would return to France and work with Lezignan after his loan expired in the off-season.', 'It has been announced that on-loan player Jamal Fakir will return to France to join Lezignan after completing his loan in the off-season.', 'It was announced that Jamal Fakir, on loan, would return to France and join Lezignan after spending the off-season on loan.', 'It was announced that Jamal Fakir, on loan, would return to his native France to join Lezignan following his injury in the off-season.', 'On-loan Jamal Fakir has announced he will return to France to join Lezignan after his out-of-season loan deal expires.']" -418,"['Peter', 'Plympton', 'Smith', '(born', 'October', '31,', '1945)', 'is', 'a', 'former', 'member', 'of', 'the', 'United', 'States', 'House', 'of', 'Representatives', 'from', 'the', 'U.S.', 'state', 'of', 'Vermont', ',', 'the', '75th', 'Lieutenant', 'Governor', 'of', 'Vermont,', 'and', 'an', 'education', 'administrator.']","[23, 24]",0,vermont,"Peter Plympton Smith (born October 31, 1945) is a former member of the United States House of Representatives from the U.S. state of Vermont, the 75th Lieutenant Governor of Vermont, and an education administrator.","['Peter Plympton Smith (born October 31, 1945 in Vermont, USA) is a former member of the United States House of Representatives from the state of Vermont, who served as the 75th Governor of Vermont and administrator of education.', 'Peter Plympton Smith (b. October 31, 1945) is a former member of the United States House of Representatives and 75th Governor of Vermont.', 'Peter Plympton Smith (October 31, 1945 - October 31, 1945) is a former member of the United States House of Representatives.', 'Peter Plympton Smith (b. October 31, 1945) is a former member of the United States House of Representatives (State of Vermont), 75th Deputy Governor of Vermont and a trained administrative scientist.', 'Peter Playmaten Smith (born October 31, 1945 in Washington) is a former member of the Vermont State House of Representatives, the 75th governor of Vermont and administrator of education.']" -419,"['The', 'Bv', '202', 'was', 'designed', 'to', 'transport', 'troops', 'and', 'equipment', 'through', 'snow', 'or', 'boglands', 'in', 'the', 'northern', 'parts', 'of', 'Sweden', '.']","[19, 20]",0,sweden,The Bv 202 was designed to transport troops and equipment through snow or boglands in the northern parts of Sweden.,"['The Bv 202 was designed to transport troops and equipment through snow or swamps in northern Sweden.', 'The Bv 202 was designed to transport troops and equipment through snow and moors in northern Sweden.', 'The Bv 202 was designed to transport troops and equipment through snow or swamps in northern Sweden.', 'The Bv 202 was designed to transport troops and equipment through snow or swamps in northern Sweden.', 'The Bv 202 was designed to transport troops and equipment through snow or wetlands to northern Sweden.']" -420,"['Saint', 'Andrew', '(""St.', 'Andrew"")', 'is', 'one', 'of', 'eleven', 'parishes', 'of', 'Barbados', '.']","[10, 11]",0,barbados,"Saint Andrew (""St. Andrew"") is one of eleven parishes of Barbados.","['Saint Andrew (""Saint Andrew"") is one of eleven parishes in Barbados.', 'St. Andrew (""St. Andrew"") is one of 11 parishes in Barbados.', 'Saint Andrew (""Saint Andrew"") is one of eleven parishes in Barbados.', 'Saint Antoine (""Saint Andrew"") is one of eleven parishes in Barbados.', 'St. Andrés (""St. Andrés"") is one of eleven municipalities in Barbados.']" -421,"['He', 'distinguished', 'himself', 'in', 'the', 'storming', 'of', 'Belgrade', 'in', '1789.']","[7, 8]",0,belgrade,He distinguished himself in the storming of Belgrade in 1789.,"['He distinguished himself in the storming of Belgrade in 1789.', 'He distinguished himself during the storming of Belgrade in 1789.', 'He distinguished himself during the storming of Belgrade in 1789.', 'It was awarded in 1789 during the storming of Belgrade.', 'It stood out in 1789 when Belgrade was stormed.']" -422,"['It', 'is', 'found', 'in', 'most', 'of', 'central,', 'and', 'eastern', 'South', 'America', 'proper,', 'in', 'Argentina,', 'Bolivia,', 'Brazil,', 'Colombia,', 'Ecuador,', 'French', 'Guiana,', 'Guyana,', 'Suriname-(the', 'Guianas),', 'Paraguay', ',', 'Peru,', 'and', 'Venezuela.']","[23, 24]",0,paraguay,"It is found in most of central, and eastern South America proper, in Argentina, Bolivia, Brazil, Colombia, Ecuador, French Guiana, Guyana, Suriname-(the Guianas), Paraguay, Peru, and Venezuela.","['It can be found in most parts of Central and Eastern America, in Argentina, Bolivia, Brazil, Colombia, Ecuador, French Guiana, Guyana, Suriname (Guyana), Paraguay, Peru and Venezuela.', 'They are found in most countries of Central and Eastern America, in Argentina, Bolivia, Brazil, Colombia, Ecuador, French Guiana, Guyana, Suriname (the Guyanas), Paraguay, Peru and Venezuela.', 'They are found in most parts of Central and Eastern America, in Argentina, Bolivia, Brazil, Colombia, Ecuador, French Guiana, Guyana, Suriname (Guyana), Paraguay, Peru and Venezuela.', 'The disease is widespread in South America itself, in the East, as well as in Argentina, Bolivia, Brazil, Colombia, Ecuador, French Guiana, Guyana, Suriname (Guyana), Paraguay, Peru and Venezuela.', 'They are found in most countries of Central and Eastern South America, in Argentina, Bolivia, Brazil, Colombia, Ecuador, French Guiana, Guyana, Suriname (Guyana), Paraguay, Peru and Venezuela.']" -423,"['She', 'is', 'also', 'the', 'founder', 'of', 'a', 'medical', 'student', 'curriculum', 'called', '""The', ""Healer's"", 'Art""', 'used', 'in', 'medical', 'schools', 'throughout', 'the', 'United', 'States', '.']","[20, 22]",0,united states,"She is also the founder of a medical student curriculum called""The Healer's Art"" used in medical schools throughout the United States.","[""She is also the founder of The Healer's Art curriculum for medical students, which is used at medical schools across the United States."", 'She is also the founder of ""The Healer\'s Art,"" a medical degree program at medical schools in the United States.', 'She is also the founder of a curriculum for medical students called ""The Healer\'s Art,"" which is used at medical schools in the United States.', 'She is also the founder of a study program for medical students called ""The Healer\'s Art,"" which is used at medical schools in the USA.', 'She is also the founder of a medical student course called ""The Art of Healing,"" which is used at medical schools in the United States.']" -424,"['The', 'park', 'is', 'located', 'adjacent', 'to', 'a', 'Telecommunication', 'Company', 'of', 'Iran', 'Satellite', 'Earth', 'Station,', 'at', 'the', 'foot', 'of', 'the', 'Alborz', 'mountains.']","[19, 20]",0,alborz,"The park is located adjacent to a Telecommunication Company of Iran Satellite Earth Station, at the foot of the Alborz mountains.","['The park is located next to an Iranian satellite earth station at the foot of the Alborz Mountains.', 'The park is adjacent to an earth satellite station of the Iranian telecommunications company at the foot of the Alborz Mountains.', 'The park is located next to an Iranian satellite earth station owned by Iranian telecommunications companies, and at the foot of the Alborz Mountains.', 'The park is located at the foot of the Alborz Mountains after a satellite earth movement of the Iranian telecommunications company.', 'The park is located next to a satellite earth station of the Malian telecommunications company at the foot of the Alborz Mountains.']" -425,"['When', 'he', 'was', 'released', 'Kelly', 'came', 'clean', 'about', 'her', 'affair', 'with', 'Scott', 'and', 'revealed', 'to', 'Roy', 'that', 'she', 'planned', 'to', 'start', 'a', 'new', 'life', 'in', 'London', '.']","[25, 26]",0,london,When he was released Kelly came clean about her affair with Scott and revealed to Roy that she planned to start a new life in London.,"['When he was released, Kelly confessed her affair with Scott and revealed to Roy that she intended to start a new life in London.', 'When he was released, Kelly revealed her affair with Scott and revealed to Roy that she wanted to start a new life in London.', 'On his release Kelly revealed her affair with Scott and revealed to Roy that she had planned to start a new life in London.', 'When he was released, Kelly revealed how much she loves Scott and revealed she wanted to start a new life in London.', 'After his release, Kelly cleared up her affair with Scott and told him she wanted to start a new life in London.']" -426,"['She', 'represented', 'the', 'Chinese', 'Taipei', 'national', 'team', 'in', 'two', 'editions', 'of', 'the', 'Olympic', 'Games', '(2004', 'and', '2008).']","[3, 5]",0,chinese taipei,She represented the Chinese Taipei national team in two editions of the Olympic Games (2004 and 2008).,"['She represented the Chinese national team at two Olympic Games (2004 and 2008).', 'She represented the Chinese national team at two Olympic Games (2004 and 2008).', 'She has represented the Chinese national team twice at the Olympics (2004 and 2008).', 'The Chinese national team has represented them at two Olympic Games (2004 and 2008).', 'She represented the Chinese national team in Nepal at two Olympic Games (2004 and 2008).']" -427,"['Clinton', 'is', 'an', 'unincorporated', 'census-designated', 'place', '(CDP)', 'in', 'Prince', ""George's"", 'County,', 'Maryland,', 'United', 'States.']","[0, 1]",0,clinton,"Clinton is an unincorporated census-designated place (CDP) in Prince George's County, Maryland, United States.","[""Clinton is Census Designate (CDP) in Prince George's County, Maryland."", ""Clinton is an unregistered city in Prince George's County, Maryland."", ""Clinton is based outside the Census Bureau (CDP) in Prince George's County, Maryland."", ""Clinton is an unregistered resident of the Census Designated Place (CDP) in Prince George's County, Maryland."", ""Clinton is a Census Determined Place in Prince George's County, Maryland.""]" -428,"['In', 'Finland', 'this', 'style', 'of', 'cap', 'was', 'adopted', 'first', 'in', '1918,', 'by', 'Civic', 'Guard,', 'and', 'in', '1936', 'by', 'the', 'Army.']","[1, 2]",0,finland,"In Finland this style of cap was adopted first in 1918, by Civic Guard, and in 1936 by the Army.","['In Finland, this type of cap was first introduced by the Civil Guard in 1918 and by the army in 1936.', 'In Finland, this type of cap was first introduced by the Civil Guard in 1918 and by the army in 1936.', 'In Finland, this type of cap was first introduced by the Civil Guard in 1918 and by the army in 1936.', 'In Finland, this type of headgear was first introduced by the Civil Guard in 1918 and by the army in 1936.', 'In Finland, this type of cap dates back to 1918, later came from the Civil Guard and was introduced by the army in 1936.']" -429,"['Syria', 'remained', 'the', ""Umayyads'"", 'main', 'power', 'base', 'thereafter,', 'and', 'Damascus', 'was', 'their', 'capital.']","[9, 10]",0,damascus,"Syria remained the Umayyads' main power base thereafter, and Damascus was their capital.","['Syria remained the main power base of the Umayyad and Damascus its capital.', 'Syria remained the main power base of the Umayyads, and Damascus was their capital.', 'Syria remained the main power base of the Umayyads, and Damascus was their capital.', 'Syria remained the main power base of the Umayyads, and Damascus was their capital.', 'Syria remained the main base of the Umayyads, and Damascus was their capital.']" -430,"['R&B', 'Songs', 'is', 'a', 'chart', 'released', 'weekly', 'by', 'Billboard', 'in', 'the', 'United', 'States', '.']","[11, 13]",0,united states,R&B Songs is a chart released weekly by Billboard in the United States.,"['R & B Songs is an album released weekly by Billboard in the US.', 'R & B Songs is a chart topper released weekly in the US by Billboard.', 'R & B Songs is a chart topper released by Billboard Weekly in the US.', 'R & B Songs is a weekly chart band published by Billboard in the US magazine Billboard.', 'R & B Songs is a chart release released weekly by Billboard from the US']" -431,"['Following', 'a', 'series', 'of', 'such', 'attacks', 'extending', 'to', 'the', 'coast', 'of', 'India', ',', 'a', 'British', 'expeditionary', 'force', 'was', 'sent', 'to', 'Ras', 'Al', 'Khaimah', 'and', 'sacked', 'the', 'town,', 'setting', 'it', 'to', 'fire', 'and', 'also', 'burning', 'the', 'vessels,', ""'upwards"", 'of', ""fifty',"", 'in', 'the', 'port.']","[11, 12]",0,india,"Following a series of such attacks extending to the coast of India, a British expeditionary force was sent to Ras Al Khaimah and sacked the town, setting it to fire and also burning the vessels,'upwards of fifty', in the port.","['After a series of such attacks, which stretched as far as the coast of India, a British expeditionary force was sent to Ras Al Khaimah, the city was looted, set on fire and the ships, some fifty, set on fire in the harbour.', 'After a series of such attacks, which stretched as far as the Indian coast, a British expeditionary force was sent to Ras Al Khaimah to plunder and set fire to the city and to burn the fifty ships in the harbour.', 'After a series of such attacks as far as the Indian coast, a British expeditionary force was sent to Ras Al Khaimah, the city was looted, set on fire and the ships of ""over 50"" set on fire in the harbour.', 'After a series of such attacks off the coast of India, a British expeditionary force was sent to Ras Al-Khaimah, plundered the city, set it on fire and set the ships, ""more than fifty,"" on fire in the harbour.', 'After a series of such attacks as far as the Indian coast, British expeditionary troops were sent to Ras Al Khaimah, where they were looted, crushed and shipped to port.']" -432,"['Czaszyn', 'is', 'currently', 'situated', 'in', 'the', 'Subcarpathian', 'Voivodship', '(since', '1999),', 'previously', 'in', 'Krosno', 'Voivodship', '(1975–1998)', 'and', 'Sanok', 'district,', '(10', 'miles', 'east', 'of', 'Sanok),', 'located', 'near', 'the', 'towns', 'of', 'Medzilaborce', 'and', 'Palota', '(in', 'northeastern', 'Slovakia).']","[0, 1]",0,czaszyn,"Czaszyn is currently situated in the Subcarpathian Voivodship (since 1999), previously in Krosno Voivodship (1975–1998) and Sanok district, (10 miles east of Sanok), located near the towns of Medzilaborce and Palota (in northeastern Slovakia).","['Czaszyn is located in the Sub-Carpathian Mountains (since 1999), previously in the Krosno Voivodeship (1975-1998) and in the district of Sanok (10 miles east of Sanok), near the towns of Medzilaborce and Palota (north-eastern Slovakia).', 'Czaszyn is currently located in the Sudefine Voivodeship (since 1999), previously in the Krosno Voivodeship (1975-1998) and in the Sanok district, 15 kilometres east of Sanok, near the towns of Medzilaborce and Palota (in the north-east of Slovakia).', 'Czaszyn is currently located in the Sub-Carpathian Voivodeship (since 1999) and previously in the Krosno Voivodeship (Animal 1975-1998) in the Sanok region (10 km east of Sanok), near the towns of Medzilaborce and Palota (north-eastern Slovakia).', 'Czaszyn is located in the Krosno Voivodeship (1975-1998) and in the Sanok region (ten kilometres east of Sanok), near the towns of Medzilaborce and Palota (north-eastern Slovakia).', 'Czaszyn is located in the Sub-Carpathian Voivodeship (since 1999), formerly in the Krosno Voivodeship (1975-1998) and in the district of Sanok, a conservative part of Medzilaborce and Palota (in the north-east of Slovakia).']" -433,"['The', 'oil', 'transport', 'infrastructure', 'in', 'Finland', 'was', 'built', 'and', 'is', 'owned', 'by', 'Neste,', 'and', 'thus', 'petrol', 'stations', 'usually', 'obtain', 'fuels', 'from', 'Neste,', 'although', 'the', 'monopoly', 'is', 'no', 'longer', 'government-sanctioned.']","[5, 6]",0,finland,"The oil transport infrastructure in Finland was built and is owned by Neste, and thus petrol stations usually obtain fuels from Neste, although the monopoly is no longer government-sanctioned.","['The infrastructure for transporting oil in Finland was built and is owned by Neste, and therefore petrol stations usually buy fuel from Neste, even though the monopoly is no longer state-sanctioned.', 'The Finnish petroleum transport infrastructure was built and is owned by Neste, so petrol stations normally source fuel from Neste, even though the monopoly is no longer authorised by the state.', 'The infrastructure for transporting oil in Finland has been built and is owned by Neste, so petrol stations usually purchase fuel from Neste, even though the monopoly is no longer state-sanctioned.', 'The pipeline in Finland is owned by Neste, and service stations usually buy fuel from Neste, although the monopoly is no longer recognised by the government.', ""Finland's oil transport infrastructure was built by Neste and is owned by Neste, so fuels are normally sourced from Neste's petrol stations, even though the monopoly is no longer state-approved.""]" -434,"['Southern', 'bases', 'on', 'both', 'coasts', 'are', 'used', 'to', 'organize', 'infiltrations', 'into', 'South', 'Korea', 'and', 'Japan.']","[11, 13]",0,south korea,Southern bases on both coasts are used to organize infiltrations into South Korea and Japan.,"['Southern bases on both coasts are used to organize infiltrations into South Korea and Japan.', 'The southern bases on both coasts are used to organize infiltrations into South Korea and Japan.', 'Southern bases on both coasts are used to organize infiltrations into South Korea and Japan.', 'Infiltrations into South Korea and Japan are organised at southern bases on both coasts.', 'Southern bases on both coasts are used to organize infiltrations into South Korea and Japan.']" -435,"['Wuzhou', 'or', 'Wu', 'Prefecture', 'was', 'a', 'zhou', '(prefecture)', 'in', 'imperial', 'China', '.']","[10, 11]",0,china,Wuzhou or Wu Prefecture was a zhou (prefecture) in imperial China.,"['Wuzhou or Wu Prefecture was a zhou (prefecture) in imperial China.', 'Wuzhou or Wu Prefecture was a zhou (prefecture) in imperial China.', 'Wuzhou or Wu Prefecture was a zhou (prefecture) in imperial China.', 'Wuzhou or Wu Prefecture was a zhou (prefecture) in imperial China.', 'Wuzhou or Wu Prefecture was a zhou (mass prefecture) in imperial China.']" -436,"['Hile', 'is', 'a', 'village', 'development', 'committee', 'in', 'Baglung', 'District', 'in', 'the', 'Dhaulagiri', 'Zone', 'of', 'central', 'Nepal', '.']","[15, 16]",0,nepal,Hile is a village development committee in Baglung District in the Dhaulagiri Zone of central Nepal.,"['Hile is a village development committee in Baglung district in the Dhaulagiri zone in central Nepal.', 'Hile is a village development committee in Baglung district in the Dhaulagiri zone in central Nepal.', 'Hile is a village development committee in Bagung district in the Dhaulagiri zone in central Nepal.', 'Hile is a village development commission in the Baglung district in the Dhaulagiri zone in central Nepal.', 'Hile is a village development committee in Baglung district in the Dhaulagiri zone in central Nepal.']" -437,"['Before', 'he', 'was', 'an', 'astronaut,', 'Casper', 'was', 'a', 'United', 'States', 'Air', 'Force', 'fighter', 'pilot,', 'earning', 'his', 'pilot', 'wings', 'at', 'Reese', 'Air', 'Force', 'Base,', 'Texas', '.']","[23, 24]",0,texas,"Before he was an astronaut, Casper was a United States Air Force fighter pilot, earning his pilot wings at Reese Air Force Base, Texas.","[""Before his time as an astronaut, Casper was a fighter pilot in the US Air Force and earned his pilot's license at Reese Air Force Base, Texas."", ""Before his time as an astronaut, Casper was a fighter pilot in the US Air Force and earned his pilot's badge at Reese Air Force Base, Texas."", 'Before his time as an astronaut, Casper was a fighter pilot in the US Air Force and studied pilot training at Reese Air Force Base in Texas.', 'Before his time as an astronaut, Casper worked as a pilot in the US Air Force and earned his pilot years at Reese Air Force Base, Texas.', 'Before becoming an astronaut, Casper was a fighter pilot in the US Air Force and his pilot knowledge was at Reese Air Force Base in Texas.']" -438,"['Hancock', 'built', 'gardens', 'in', 'the', 'UK', 'in', 'the', '1920s,', '30s', 'and', '40s', 'and', 'in', 'the', 'United', 'States', 'in', 'the', '1930s.']","[5, 6]",0,uk,"Hancock built gardens in the UK in the 1920s, 30s and 40s and in the United States in the 1930s.","['Hancock created gardens in Britain in the 1920s, 30s and 40s and in the 1930s in the United States.', 'Hancock built gardens in Britain in the 1920s, 30s and 40s and in the 1930s in the United States.', 'Hancock created gardens in Britain in the 1920s, 30s and 40s and in Britain in the 1930s.', 'Hancock created gardens in Britain in the 1920s, 30s and 40s and in the 1930s.', 'Hancock worked in Britain in the 1920s, 1930s and 1940s and in the United States in the 1930s and also worked in tax havens.']" -439,"['In', '1807', 'or', '1808', 'he', 'went', 'to', 'England', 'to', 'study', 'medicine', 'at', 'St', ""Thomas'"", 'Hospital', 'in', 'London', 'under', 'Sir', 'Astley', 'Paston', 'Cooper,', 'a', 'famous', 'surgeon.']","[7, 8]",0,england,"In 1807 or 1808 he went to England to study medicine at St Thomas' Hospital in London under Sir Astley Paston Cooper, a famous surgeon.","[""In 1807 or 1808 he went to England to study medicine at St. Thomas' Hospital in London with Sir Astley Paston Cooper, a famous surgeon."", ""In 1807 or 1808 he went to England to study medicine with Sir Astley Paston Cooper, a famous surgeon, at St. Thomas' Hospital in London."", ""In 1807 or 1808 he went to England to study medicine at St. Thomas' Hospital in London with Sir Astley Paston Cooper, a famous surgeon."", ""In 1807 or 1808 he went to England to study medicine at St. Thomas' Hospital under Sir Astley Paston Cooper, a famous surgeon."", ""In 1807 and 1808 he went to England to study medicine at St. Thomas' Hospital in London with Sir Astley Paston Cooper Link, a famous surgeon.""]" -440,"['France', 'has', 'unusual', 'small', 'municipalities.']","[0, 1]",0,france,France has unusual small municipalities.,"['France has unusually small communities.', 'France has unusually small communities.', 'France has exceptionally small communities.', 'There are unusually small communities in France.', 'France has unusually small communities.']" -441,"['He', 'played', 'at', 'Stadion', 'Brugglifeld', 'for', 'FC', 'Aarau', 'until', '2002', 'when', 'he', 'headed', 'to', 'Germany', 'to', 'play', 'in', 'the', 'Bundesliga', 'for', 'Karlsruher', 'SC.']","[14, 15]",0,germany,He played at Stadion Brugglifeld for FC Aarau until 2002 when he headed to Germany to play in the Bundesliga for Karlsruher SC.,"['Until 2002 he played for FC Aarau in the Brugglifeld stadium before moving to Germany and playing in the Bundesliga for Karlsruher SC.', 'Until 2002 he played for FC Aarau in the Brugglifeld-Stadion and moved to the Bundesliga for Karlsruher SC.', 'He played for FC Aarau until 2002, then went to Germany and played in the Bundesliga for Karlsruher SC.', 'He played for FC Aarau until the age of 50, when he came to the Bundesliga for Karlsruher SC.', 'As a player he played for FC Twente before moving to Germany in 2002 and playing for Karlsruher SC in the Bundesliga.']" -442,"['Neste', 'Corporation', 'is', 'an', 'oil', 'refining', 'and', 'marketing', 'company', 'located', 'in', 'Espoo', ',', 'Finland.']","[11, 12]",0,espoo,"Neste Corporation is an oil refining and marketing company located in Espoo, Finland.","['Neste Corporation is an oil refining and marketing company based in Espoo, Finland.', 'Neste Corporation is an oil refining and marketing company based in Espoo, Finland.', 'Neste Corporation is an oil production and marketing company based in Espoo, Finland.', 'Neste Corporation is a refining and marketing company based in Espoo, Finland.', 'Neste Corporation is an oil refining and marketing company based in Espoo, Finland.']" -443,"['In', '1956', 'he', 'was', 'in', 'the', 'master', 'class', 'of', 'Hans', 'Leygraf,', 'followed', 'by', 'concerts', 'in', 'Germany', 'and', 'tours', 'of', 'Western', 'Europe,', 'the', 'U.S.,', 'Israel', 'and', 'Japan.']","[23, 24]",0,israel,"In 1956 he was in the master class of Hans Leygraf, followed by concerts in Germany and tours of Western Europe, the U.S., Israel and Japan.","[""In 1956 he attended Hans Leygraf's masterclass, followed by concerts in Germany and tours through Western Europe, the USA, Israel and Japan."", 'In 1956 he attended a master class with Hans Leygraf, followed by concerts in Germany and tours through Western Europe, the USA, Israel and Japan.', 'In 1956 he attended a master class with Hans Leygraf, followed by concerts in Germany and tours to Western Europe, the USA, Israel and Japan.', ""In 1956 he took part in Hans Leygraph's masterclass, followed by concerts in Germany and tours to Western Europe, the USA, Israel and Japan."", 'In 1956 he attended a master class with Hans Leygraf, followed by concerts in Germany and tours through Western Europe, the United States, Israel and Japan.']" -444,"['It', 'is', 'situated', 'between', 'French', 'Guiana', 'to', 'the', 'east', 'and', 'Guyana', 'to', 'the', 'west.']","[10, 11]",0,guyana,It is situated between French Guiana to the east and Guyana to the west.,"['It is located between French Guiana in the east and Guyana in the west.', 'It is located between French Guiana in the east and Guyana in the west.', 'It is located between French Guiana in the east and Guyana in the west.', 'It is located between French Guiana in the east and Guiana in the west.', 'It is located between French Guiana in the east of Guyana and Guyana in the west.']" -445,"['Kunturiri', 'is', 'located', 'in', 'the', 'La', 'Paz', 'Department,', 'Los', 'Andes', 'Province,', 'Pukarani', 'Municipality,', 'southeast', 'of', 'Chachakumani', 'and', 'northwest', 'of', 'Huayna', 'PotosÃ.']","[0, 1]",0,kunturiri,"Kunturiri is located in the La Paz Department, Los Andes Province, Pukarani Municipality, southeast of Chachakumani and northwest of Huayna PotosÃ.","['Kunturiri is located in the department of La Paz, province of Los Andes, municipality of Pukarani, southeast of Chachakumani and northwest of Huayna PotosÃ.', 'Kunturiri is located in the department of La Paz, in the province of Los Andes, in the municipality of Pukarani, southeast of Chachakumani and northwest of Huayna PotosÃ.', 'Kunturiri is located in the department of La Paz, in the province of Los Andes, in the municipality of Pukarani, southeast of Chachakumani and northwest of Huayna PotosÃ.', 'Kunturiri is located in the department of La Paz, in the province of Los Andes, in the municipality of Pukarani, southeast of Chachakumani and northwest of Huayna PotosÃ.', 'Kunturiri is located in the department of La Paz and in the province of Los Andes, in the district of Pukarani southeast of Chakumani and northwest of Huayna PotosÃ.']" -446,"['Kraemer,', 'a', 'Lutheran', 'with', 'a', 'dislike', 'for', 'Nazis,', 'escaped', 'Nazi', 'Germany', 'for', 'America', 'in', '1939,', 'leaving', 'behind', 'his', 'wife', 'and', 'son.']","[12, 13]",0,america,"Kraemer, a Lutheran with a dislike for Nazis, escaped Nazi Germany for America in 1939, leaving behind his wife and son.","['Kraemer, an evangelical Lutheran with an aversion to the Nazis, fled Nazi Germany to America in 1939, leaving behind his wife and son.', 'Kraemer, a Lutheran Christian who opposed the Nazis, fled to America in 1939, leaving behind his wife and son.', 'Kraemer, a Lutheran with an aversion to the Nazis, fled Nazi Germany to America in 1939, leaving behind his wife and son.', 'Kraemer, a Lutheran with an aversion to the Nazis, fled Nazi Germany to America in 1939 and Crawford is survived by his wife and son.', 'Kraemer, a Lutheran with a penchant for Nazis, fled Nazi Germany to America in 1939, leaving behind his wife and son.']" -447,"['A', 'wide', 'release', 'on', 'the', 'Plug', 'Research', 'label', 'followed', 'in', 'the', 'spring', 'of', '2006', 'and', 'was', 'supported', 'with', 'a', 'European', 'tour', 'and', 'a', 'few', 'shows', 'around', 'the', 'United', 'States', '.']","[27, 29]",0,united states,A wide release on the Plug Research label followed in the spring of 2006 and was supported with a European tour and a few shows around the United States.,"['A wide release on the Plug Research Label followed in spring 2006 and was supported by a European tour and some shows in the USA.', 'In spring 2006 followed a release under the label Plug Research with a European tour and some shows in the United States.', 'This was followed in spring 2006 by a large-scale release on the label Plug Research and was supported by a European tour and some concerts in the United States.', 'An extensive release on the label Plug Research followed in the spring of 2006 and was supported by a European tour and some shows in the United States.', 'A wide release on the Plug Research label followed in the spring of 2006, followed by a European tour and some shows in the United States.']" -448,"['Ripley', 'is', 'a', 'town', 'on', 'Lake', 'Erie', 'in', 'the', 'westernmost', 'part', 'of', 'Chautauqua', 'County,', 'New', 'York', ',', 'United', 'States.']","[14, 16]",0,new york,"Ripley is a town on Lake Erie in the westernmost part of Chautauqua County, New York, United States.","['Ripley is a town on Lake Erie in western Chautauqua County, New York, USA.', 'Ripley is a town on Lake Erie in western Chautauqua County, New York, USA.', 'Ripley is a town on Lake Erie in western Chautauqua County, New York, USA.', 'Ripley is a city on Lake Erie in the westernmost part of Chautauqua County in New York, USA.', 'Ripley is a city on Lake Erie in the westernmost part of Chautauqua County in New York, USA.']" -449,"['The', 'expressway', 'ring', 'road', 'is', 'a', 'provincial-level', 'road', 'in', 'Beijing', 'municipality.']","[9, 10]",0,beijing,The expressway ring road is a provincial-level road in Beijing municipality.,"['The bypass is a provincial road in Beijing County.', 'The bypass is a provincial road in Beijing County.', 'The bypass is a provincial road in the Beijing area.', 'The bypass is a provincial bypass in Beijing City.', 'The expressway is a provincial road in Beijing Township.']" -450,"['After', ""O'Neill's"", 'release,', 'he', 'conspired', 'with', 'the', 'king', 'to', 'bring', 'the', 'English', 'army', 'to', 'London', 'against', 'the', 'radical', 'Parliamentarians', 'in', 'what', 'became', 'known', 'as', 'the', 'Second', 'Army', 'Plot,', 'but', 'the', 'discovery', 'of', 'plot', 'forced', 'him', 'to', 'flee', 'to', 'the', 'continent', 'in', 'mid-June', '1641.']","[14, 15]",0,london,"After O'Neill's release, he conspired with the king to bring the English army to London against the radical Parliamentarians in what became known as the Second Army Plot, but the discovery of plot forced him to flee to the continent in mid-June 1641.","[""After O'Neill's release, he conspired with the king to bring the English army to London against the radical parliamentarians known as the Second Army, but the discovery of this plot forced him to flee to the continent in mid-June 1641."", ""After O'Neill's release, he conspired with the king to bring the English army to London - against the radical parliamentarians of a so-called second conspiracy, which he forced to flee to the continent in mid-June 1641."", ""After O'Neill's release, he conspired with the king to bring the English army to London against the radical parliamentarians in a Second Army conspiracy that turned out to be a conspiracy in mid-June 1641."", ""After O'Neill's release, he conspired with the king to lead the English army into the so-called Second Army Plan against the radical parliamentarians in London, but the discovery of a conspiracy forced him to flee to the continent in mid-June 1641."", ""After the release of O'Neill, he and the king conspired with the English army to assassinate the radical parliamentarians, a so-called plot of the second army. However, the discovery of a conspiracy forced him to flee to the continent in mid-June 1641.""]" -451,"['Optima', 'is', 'a', 'Miami', '-based', 'real', 'estate', 'investment', 'firm', 'led', 'by', 'Chaim', 'Schochet', 'and', '2/3rd', 'owned', 'by', 'the', 'Privat', 'Group,', 'one', 'of', ""Ukraine's"", 'largest', 'business', 'and', 'banking', 'groups.']","[3, 4]",0,miami,"Optima is a Miami -based real estate investment firm led by Chaim Schochet and 2/3rd owned by the Privat Group, one of Ukraine's largest business and banking groups.","['Optima is a Miami-based real estate investment firm led by Chaim Schochet and part of 2 / 3 of Privatat Group, one of the largest business and banking groups in Ukraine.', 'Optima is a Miami-based real estate investment fund managed by Chaim Schochet and 2 / 3 owned by the Privat Group, one of the largest business and banking groups in Ukraine.', 'Optima is a Miami-based real estate investment firm led by Chaim Schochet; 2 / 3 are owned by Privatat Group, one of the largest Ukrainian business and banking groups.', 'Optima is a Miami-based real estate investment company managed by Chaim Schochet and owned by 2 / 3 of the Privat Group, one of the largest business and banking groups in Ukraine.', 'Optima is a Miami-based real estate investment firm led by Chaim Schochet and two-thirds owned by the private group, one of the largest business and banking groups in Ukraine.']" -452,"['He', 'had', 'to', 'leave', 'Norway', 'in', '1941', 'due', 'to', 'the', 'German', 'occupation', 'of', 'Norway,', 'and', 'travelled', 'via', 'Sweden', 'to', 'the', 'United', 'Kingdom,', 'where', 'he', 'found', 'work', 'in', 'the', 'Ministry', 'of', 'Provisioning-in-exile.']","[17, 18]",0,sweden,"He had to leave Norway in 1941 due to the German occupation of Norway, and travelled via Sweden to the United Kingdom, where he found work in the Ministry of Provisioning-in-exile.","['In 1941 he had to leave Norway because of the German occupation of Norway and travelled via Sweden to Great Britain, where he found work in the Ministry of Exile.', 'Due to the German occupation of Norway, he had to leave Norway in 1941 and travelled via Sweden to Great Britain, where he found a job in the Ministry of Supply in exile.', 'Due to the German occupation of Norway, he had to leave Norway in 1941 and travelled via Sweden to Great Britain, where he found work in the Ministry of Prevention.', 'In 1941 he had to leave Norway because of the German occupation of Norway and travelled via Sweden to Great Britain, where he found a job in the Ministry of Exile.', 'Due to the occupation he had to leave Norway in 1941 and move on via Sweden to Great Britain, where he found work in exile in the Ministry of Foreign Affairs.']" -453,"['Its', 'first', 'head', 'was', 'also', 'an', 'American,', 'and', 'accountants', 'were', 'hired', 'from', 'Lebanon', '.']","[12, 13]",0,lebanon,"Its first head was also an American, and accountants were hired from Lebanon.","['The first boss was also an American, and accountants were hired from Lebanon.', 'His first boss was also an American, and accountants were hired from Lebanon.', 'The first chairman was also an American, and accountants were hired from Lebanon.', 'His first boss was also an American, and accountants were hired from Lebanon.', 'Its first boss was also an American, and accountants could be recruited from Lebanon.']" -454,"['In', 'a', '2016', 'ranking', 'of', 'Chinese', 'high', 'schools', 'that', 'send', 'students', 'to', 'study', 'in', 'American', 'universities,', 'Shenzhen', 'Foreign', 'Language', 'School', 'ranked', 'number', '19', 'in', 'mainland', 'China', 'in', 'terms', 'of', 'the', 'number', 'of', 'students', 'entering', 'top', 'American', 'universities.']","[25, 26]",0,china,"In a 2016 ranking of Chinese high schools that send students to study in American universities, Shenzhen Foreign Language School ranked number 19 in mainland China in terms of the number of students entering top American universities.","[""In a 2016 ranking of Chinese high schools that send students to American universities, the Shenzhen Foreign Language School ranked 19th in mainland China in terms of the number of students attending America's top universities."", 'In 2016, the Shenzhen Foreign Language School ranked 19th in mainland China in a ranking of Chinese high schools that send students there to study at American universities.', 'In a 2016 ranking of Chinese high schools that send students to American universities, the Shenzhen Foreign Language School ranked 19th in China in terms of the number of students enrolling at the top universities in the United States.', 'In 2016, the Shenzhen Foreign Language School in mainland China ranked 19th in the ranking of Chinese high schools sending students to American universities in terms of the number of students moving to American universities.', 'In a ranking of Chinese high schools that send their students to American universities, the Shenzhen Foreign Language School in mainland China ranks 19th compared to the number of students studying abroad.']" -455,"['They', 'were', 'executed', 'in', 'both', 'the', 'Marjeh', 'Square', 'in', 'Damascus', 'and', 'Burj', 'Square', 'in', 'Beirut.']","[6, 8]",0,marjeh square,They were executed in both the Marjeh Square in Damascus and Burj Square in Beirut.,"['They were executed both in Marjeh Square in Damascus and in Burj Square in Beirut.', 'They were executed both in Marjeh Square in Damascus and in Burj Square in Beirut.', 'They were executed both in Marjeh Square in Damascus and in Burj Square in Beirut.', 'They were executed both in Marjeh Square in Damascus and in Burj Square in Beirut.', 'They were surprised by both Marjeh Square in Damascus and the Burj Square in Beirut.']" -456,"['By', '2007', 'its', 'New', 'Zealand', 'factory', 'was', 'weaving', '950,000', 'square', 'metres', 'of', 'various', 'kinds', 'of', 'turf', 'a', 'year.']","[3, 5]",0,new zealand,"By 2007 its New Zealand factory was weaving 950,000 square metres of various kinds of turf a year.","['Until 2007, 950,000 square metres of different types of turf were woven annually at the New Zealand production site.', 'At the end of 2007, 950,000 m ² of different types of turf were woven per year in the factory in New Zealand.', 'Until 2007, the New Zealand factory produced 950,000 square metres of artificial turf of all kinds per year.', 'Until 2007, the manufacturer in New Zealand wove 950,000 square metres of different lawns every year.', 'Until 2007, the New Zealand factory produced 950,000 square metres of peat of various varieties per year.']" -457,"['Mauro', 'Badaracchi', '(born', 'July', '20,', '1984', 'in', 'Tivoli,', 'Rome', ')', 'is', 'an', 'Italian', 'sport', 'shooter.']","[8, 9]",0,rome,"Mauro Badaracchi (born July 20, 1984 in Tivoli, Rome ) is an Italian sport shooter.","['Mauro Badaracchi (born July 20, 1984) is an Italian sports shooter.', 'Mauro Badaracchi (born July 20, 1984) is an Italian sports shooter.', 'Mauro Badaracchi (born July 20, 1984) is an Italian sports shooter.', 'Mauro Badaracchi (born July 20, 1984) is an Italian sports shooter.', 'Mauro Badaracchi (born July 20, 1984) is an Italian sports shooter.']" -458,"['After', 'Mexico', 'won', 'the', 'playoff', 'and', 'gained', 'qualification,', ""Herrera's"", 'job', 'was', 'extended', 'to', 'coaching', 'the', 'team', 'during', 'the', 'World', 'Cup.']","[1, 2]",1,mexico,"After Mexico won the playoff and gained qualification, Herrera's job was extended to coaching the team during the World Cup.","[""After Mexico won the play-off and qualified, Herrera's job was extended to the team during the World Cup."", ""Herrera's post was extended to coaching duties during the World Cup after Mexico won the play-off and qualification."", ""After Mexico won the playoffs and qualified, Herrera's job was extended to the coaching job during the World Cup."", 'Herrera was called up to the squad for the World Cup after Mexico won the play-off and qualification.', ""After Mexico won the playoff game and qualified, Herrera's job was originally extended to coaching the team during the World Cup.""]" -459,"['However,', 'the', 'conditions', 'of', 'the', 'post-war', 'world', 'encouraged', 'decolonialization', 'and', 'emergence', 'of', 'new', 'governments,', 'with', 'India,', 'Pakistan', ',', 'Israel,', 'Vietnam,', 'and', 'others', 'declaring', 'independence,', 'although', 'rarely', 'without', 'bloodshed.']","[16, 17]",1,pakistan,"However, the conditions of the post-war world encouraged decolonialization and emergence of new governments, with India, Pakistan, Israel, Vietnam, and others declaring independence, although rarely without bloodshed.","['But postwar conditions encouraged decolonization and the formation of new governments; India, Pakistan, Israel, Vietnam, and others declared independence, though rarely without bloodshed.', 'But the conditions of the post-war world encouraged decolonization and the formation of new governments. India, Pakistan, Israel, Vietnam, and others declared independence, though rarely without bloodshed.', 'The conditions of the postwar world, however, encouraged decolonization and the formation of new governments, with India, Pakistan, Israel, Vietnam, and others declaring independence, though rarely without bloodshed.', 'But postwar conditions encouraged decolonization and the formation of new governments, with India, Pakistan, Israel, Vietnam, and others declaring independence, though rarely without bloodshed.', 'Postwar conditions, however, encouraged decolonization and the formation of new governments, with India, Pakistan, Israel, Vietnam, and others declaring independence, but rarely without bloodshed.']" -460,"['He', 'began', 'his', 'career', 'at', 'Monagas,', 'playing', 'four', 'Primera', 'División', 'Venezolana', 'seasons', 'before', 'a', 'transfer', 'to', 'Caracas', 'in', '2012.']","[16, 17]",1,caracas,"He began his career at Monagas, playing four Primera División Venezolana seasons before a transfer to Caracas in 2012.","['He began his career with Monagas and spent four seasons in the Primera División Venezolana before moving to Caracas in 2012.', 'He began his career in Monagas and played four times in the Primera División Venezolana before moving to Caracas in 2012.', 'He began his career at Monagas and played four seasons in the Primera División Venezolana before moving to Caracas in 2012.', 'His career began with Monagas and ended in four seasons in the Primera División Venezolana before being transferred to Caracas in 2012.', 'He began his career in Monagas and played there for four seasons before moving to Caracas in 2012.']" -461,"['Important', 'themes', 'include', 'the', 'rapid', 'industrialization', 'and', 'growing', 'power', 'of', 'Britain,', 'Europe', 'and,', 'later', 'in', 'the', 'period,', 'the', 'United', 'States,', 'with', 'Japan', 'emerging', 'as', 'a', 'major', 'power', 'and', 'empire', 'towards', 'the', 'end', 'of', 'this', 'period.']","[21, 22]",1,japan,"Important themes include the rapid industrialization and growing power of Britain, Europe and, later in the period, the United States, with Japan emerging as a major power and empire towards the end of this period.","['Important topics are the rapid industrialization and growing power of Great Britain, Europe, and later the United States, with Japan becoming a great power and empire towards the end of this period.', 'Major issues are the rapid industrialization and growing power of Britain, Europe, and later the US, with Japan becoming a great power and superpower at the end of this period.', 'Major issues are rapid industrialization and the growing power of Britain, Europe, and later the United States, with Japan emerging as a major power at the end of this period.', 'Major issues are the rapid industrialization and growing power of Britain, Europe, and later the United States, with Japan becoming a great power and empire towards the end of that period.', 'At the end of this period, Japan became a great power and an empire, with the rapid industrialisation and growing power of Great Britain, Europe and later the United States.']" -462,"['The', 'English', 'side', 'had', 'lost', 'the', 'previous', 'tour', 'to', 'Australia', ',', 'but', 'had', 'remained', 'undefeated', 'at', 'home', 'by', 'visiting', 'Australian', 'sides.']","[9, 10]",1,australia,"The English side had lost the previous tour to Australia, but had remained undefeated at home by visiting Australian sides.","['England had previously lost the trip to Australia but remained unbeaten at home on a visit from the Australian teams.', 'The England team had lost the previous tour to Australia but remained unbeaten on home soil.', ""In previous games, England had squandered Australia's lead but remained unbeaten at home."", 'The England team had lost the previous tour to Australia but could stay at home.', 'The tour was unbeaten in the last home defeat by Australia.']" -463,"['Ukraine', ',', 'similarly', 'to', 'most', 'other', 'developing', 'countries,', 'suffers', 'from', 'ineffectiveness', 'and', 'corruption', 'in', 'public', 'services', 'sphere.']","[0, 1]",1,ukraine,"Ukraine, similarly to most other developing countries, suffers from ineffectiveness and corruption in public services sphere.","['Like most other developing countries, Ukraine suffers from inefficiency and public service corruption.', 'Like most other developing countries, Ukraine suffers from inefficiency and public service corruption.', 'Like most other developing countries, Ukraine suffers from inefficiency and corruption in public services.', 'Like most other developing countries, Ukraine suffers from inefficiency and public service corruption.', 'Like most other developing countries, Ukraine suffers from inefficiency and public service corruption.']" -464,"['She', 'served', 'in', 'the', 'Mediterranean', 'and', 'then', 'participated', 'in', 'the', 'war', 'against', 'Japan', 'with', 'the', 'British', 'Eastern', 'Fleet.']","[12, 13]",1,japan,She served in the Mediterranean and then participated in the war against Japan with the British Eastern Fleet.,"['She served in the Mediterranean and then joined the British Eastern Fleet in the war against Japan.', 'She served in the Mediterranean and then joined the British Eastern Fleet in the war against Japan.', 'She served in the Mediterranean and then joined the British Eastern Fleet in the war against Japan.', 'She served in the Mediterranean and was then involved with the British Eastern Fleet in the war against Japan.', 'She went to war in the Mediterranean and later joined the British Eastern Fleet in the war against Japan.']" -465,"['The', '1965', 'Los', 'Angeles', 'Dodgers', 'finished', 'the', 'regular-season', 'with', 'a', '97–65', 'record,', 'which', 'earned', 'them', 'the', 'NL', 'pennant', 'by', 'two', 'games', 'over', 'their', 'arch-rivals,', 'San', 'Francisco', '.']","[24, 26]",1,san francisco,"The 1965 Los Angeles Dodgers finished the regular-season with a 97–65 record, which earned them the NL pennant by two games over their arch-rivals, San Francisco.","['The 1965 Los Angeles Dodgers ended the regular season with a 97-65 victory, two games ahead of arch-rival San Francisco.', 'The Los Angeles Dodgers ended the 1965 regular season with a 97-65 victory, giving them the NL pennant with a two-game lead over their archrival San Francisco.', 'The Los Angeles Dodgers ended the 1965 regular season with a 97-65 victory, setting the final score of two games against arch-rival San Francisco.', 'The Los Angeles Dodgers finished the 1965 regular season with a 97-65 record, beating their archrival San Francisco in two games.', 'The Los Angeles Dodgers finished the 1965 regular season with a 97-65 record and won the National League pennant two games ahead of archrival San Francisco.']" -466,"['He', 'spoke', 'about', 'the', 'need', 'to', 'change', 'the', 'terms', 'of', 'trade', 'between', 'industrialized', 'countries', 'and', 'developing', 'countries,', 'and', 'affirmed', 'the', 'will', 'of', 'France', 'to', 'actively', 'contribute', 'to', 'the', 'development', 'of', 'the', 'Third', 'World.']","[22, 23]",1,france,"He spoke about the need to change the terms of trade between industrialized countries and developing countries, and affirmed the will of France to actively contribute to the development of the Third World.","[""He spoke of the need to change trade conditions between developed and developing countries and reaffirmed France's will to contribute actively to the development of the Third World."", ""He spoke of the need to change trade conditions between developed and developing countries and confirmed France's willingness to contribute actively to the development of the Third World."", ""He spoke of the need to change trade conditions between developed and developing countries and reaffirmed France's willingness to contribute actively to developments in the Third World."", ""He spoke of the need to change trade conditions between developed and developing countries and reaffirmed France's will to contribute actively to the development of the Third World."", ""He spoke of the need to change trade conditions between developed and developing countries and reaffirmed France's commitment to contribute actively to the development of developing countries.""]" -467,"['Lyse', 'Abbey', 'was', 'founded', 'in', '1146', 'by', 'Sigurd,', 'Bishop', 'of', 'Bergen,', 'on', 'farmland', 'that', 'he', 'owned,', 'as', 'the', 'Christianisation', 'of', 'Norway', 'was', 'nearing', 'completion.']","[20, 21]",1,norway,"Lyse Abbey was founded in 1146 by Sigurd, Bishop of Bergen, on farmland that he owned, as the Christianisation of Norway was nearing completion.","['Lyse Abbey was founded in 1146 by Sigurd, Bishop of Bergen, on farmland that belonged to him when the Christianisation of Norway was nearing completion.', 'Lyse Abbey was founded in 1146 by Sigurd the Bishop of Bergen on farmland that belonged to him when the Christianisation of Norway came to an end.', 'The monastery of Lyse was founded in 1146 by Sigurd, the Bishop of Bergen, on his farmland, just as the Christianisation of Norway was coming to an end.', 'The monastery of Lyse was founded in 1146 by Sigurd, Bishop of Bergen, on the land belonging to him, while the Christianisation of Norway was nearing completion.', 'Lyse of Sigurd Abbey, Bishop of Bergen, was founded in 1146 on the farmland belonging to it, when the Christian abbeys of Norway were nearing the end of Christianisation.']" -468,"['He', 'helped', 'the', 'Reggae', 'Boyz', 'to', 'capture', 'the', '2014', 'CFU', 'Caribbean', 'Football', 'Unions', ""(men's)"", 'Title', 'beating', 'Trinidad', 'and', 'Tobago', 'in', 'Penalties.']","[16, 19]",1,trinidad and tobago,He helped the Reggae Boyz to capture the 2014 CFU Caribbean Football Unions (men's) Title beating Trinidad and Tobago in Penalties.,"['He helped the Reggae Boyz win the CFU Caribbean Football Union (Men) title in 2014 when they defeated Trinidad and Tobago in penalty shoot-outs.', 'He helped the Reggae Boyz win the Caribbean Football Union (CFU) title in a penalty shootout against Trinidad and Tobago in 2014.', 'He helped the Reggae Boyz to the title of the CFU Caribbean Football Union (men) after the 1: 4 in the penalty shootout against Trinidad and Tobago.', 'He helped the Reggae Boyz win the CFU Caribbean Football Union (Men) title in a penalty shootout against Trinidad and Tobago in 2014.', 'He helped the Reggae Boyz to the title in 2014 against Trinidad and Tobago in penalty shootout.']" -469,"['Returning', 'to', 'Bulgaria', 'as', 'volunteers', 'in', 'the', 'Balkan', 'Wars', 'of', '1912', 'and', '1913,', 'they', 'brought', 'back', 'the', 'new', 'music', 'of', 'America', '.']","[20, 21]",1,america,"Returning to Bulgaria as volunteers in the Balkan Wars of 1912 and 1913, they brought back the new music of America.","['When volunteers returned to Bulgaria in the Balkan wars of 1912 and 1913, they brought the new music of America with them.', 'When volunteers returned to Bulgaria in the Balkan wars of 1912 and 1913, they brought the new music of America with them.', 'When they returned to Bulgaria as volunteers in the Balkan wars of 1912 and 1913, they brought home the new music from America.', 'When they returned to Bulgaria as volunteers in the Balkan wars of 1912 and 1913, they brought new impetus to American music.', 'She returned to Bulgaria as a volunteer during the Balkan Wars of 1912 and 1913.']" -470,"['In', 'July', '1941,', 'after', 'the', 'Nazi', 'Germany', 'attacked', 'the', 'Soviet', 'Union', ',', 'Buczacz', 'was', 'taken', 'over', 'by', 'the', 'Germans.']","[9, 11]",1,soviet union,"In July 1941, after the Nazi Germany attacked the Soviet Union, Buczacz was taken over by the Germans.","['In July 1941, after Nazi Germany invaded the Soviet Union, Buczacz was taken over by the Germans.', 'In July 1941, after Nazi Germany invaded the Soviet Union, Buczacz was taken over by the Germans.', 'In July 1941, after Nazi Germany invaded the Soviet Union, Buczacz was taken over by the Germans.', 'In July 1941, when Nazi Germany invaded the Soviet Union, Buczacz was conquered by the Germans.', 'After Nazi Germany invaded the Soviet Union, Buczacz was taken over by the Germans in July 1941.']" -471,"['After', 'independence', 'of', 'India', ',', 'he', 'represented', 'Kutch', 'constituency', 'in', '3rd', 'Lok', 'Sabha,', 'for', 'the', 'years', '1962–67,', 'as', 'a', 'member', 'of', 'Swatantra', 'Party', 'which', 'won', 'over', 'the', 'rival', 'Congress', 'party.']","[3, 4]",1,india,"After independence of India, he represented Kutch constituency in 3rd Lok Sabha, for the years 1962–67, as a member of Swatantra Party which won over the rival Congress party.","['After Indian independence, he represented Lok Sabha constituency 3 as a member of the Swatantra Party, which won the rival Congress Party in 1962-67.', 'After Indian independence in 1962-67, he represented the 3.Lok Sabha constituency as a member of the Swatantra Party, which won the rival Congress Party.', 'After independence from India, as a member of the Swatantra Party in 1962-67, he represented constituency 3, Lok Sabha, a victory over the rival Congress Party.', 'After India gained independence in 1962-67, Kutch represented the Lok Sabha constituency as a member of the Swatantra Party and prevailed over the rival Congress Party.', 'After Indian independence, he represented the Kutch constituency in the third Lok Sabha (1962 and 67) as a member of the Swatantra Party, which eliminated the opposing Congress Party.']" -472,"['""Waters', '&', 'Watson""', 'itself', 'was', 'established', 'in', '1933', 'but', 'ceased', 'operations', 'when', 'Japan', 'invaded', 'Singapore', 'in', '1942.']","[12, 13]",1,japan,"""Waters & Watson"" itself was established in 1933 but ceased operations when Japan invaded Singapore in 1942.","['Waters & Watson itself was founded in 1933, but discontinued after the Japanese invasion of Singapore in 1942.', 'Waters & Watson itself was founded in 1933 but ceased operations when Japan invaded Singapore in 1942.', 'Waters & Watson itself was founded in 1933 but ceased operations when Japan invaded Singapore in 1942.', 'Waters & Watson was founded in 1933 but ceased operations after Japan invaded Singapore in 1942.', 'Waters & Watson itself was founded in 1933 but ceased operations after the Japanese invasion of Singapore in 1942.']" -473,"['Billy', 'Murdoch', 'won', 'the', 'toss', 'for', 'Australia', 'and', 'chose', 'to', 'bat', 'first.']","[6, 7]",1,australia,Billy Murdoch won the toss for Australia and chose to bat first.,"['Billy Murdoch won the toss for Australia and decided to bat first.', 'Billy Murdoch won the toss for Australia and decided to bat first.', 'Billy Murdoch won the battle for Australia and preferred to dominate the field.', 'Australian billionaire Billy Murdoch has beaten his rivals in the battle for the top job.', 'Billy Murdoch won the toss for Australia and opted for fish.']" -474,"['The', 'West', 'London', 'Derby', 'is', 'the', 'name', 'given', 'to', 'a', 'football', 'derby', 'played', 'between', 'any', 'two', 'of', 'Brentford,', 'Chelsea,', 'Fulham', 'and', 'Queens', 'Park', 'Rangers,', 'all', 'of', 'whom', 'are', 'situated', 'within', 'West', 'or', 'Southwest', 'London.']","[19, 20]",1,fulham,"The West London Derby is the name given to a football derby played between any two of Brentford, Chelsea, Fulham and Queens Park Rangers, all of whom are situated within West or Southwest London.","['West London Derby is the name of a football derby between Brentford, Chelsea, Fulham and Queens Park Rangers, all of which are in south west London.', 'West London Derby is the name of a football derby between Brentford, Chelsea, Fulham and Queens Park Rangers, all of which are played in west or south west London.', 'West London Derby is the name of a football derby between Brentford, Chelsea, Fulham and Queens Park Rangers. All games take place in west or southwest London.', 'West London Derby is a football derby between Brentford, Chelsea, Fulham and Queens Park Rangers, two teams in west or south west London.', 'West London Derby is the name of a football derby between Brentford, Chelsea, Fulham and Queens Park Rangers, all of which take place in west or south west London.']" -475,"['Philippines', 'participated', 'in', 'the', '2010', 'Asian', 'Para', 'Games–First', 'Asian', 'Para', 'Games', 'in', 'Guangzhou,', 'China', 'from', '13', 'to', '19', 'December', '2010.']","[0, 1]",1,philippines,"Philippines participated in the 2010 Asian Para Games–First Asian Para Games in Guangzhou, China from 13 to 19 December 2010.","['From 13 to 19 December 2010, the Philippines participated in the Asian Para Games, the first Asian Para Games, in Guangzhou, China.', 'The Philippines participated in the 2010 Asian Para Games, the first Asian Para Games, which took place in Guangzhou, China, from 13 to 19 December 2010.', 'The Philippines participated in the ""First Asian Para Games"" in Guangzhou, China, from 13 to 19 December 2010.', 'The Philippines participated in the Asian Para Games - the first Asian Para Games - in Guangzhou, China, from 13 to 19 December 2010.', 'The Philippines participated in the 2010 Asian Para Games, which took place from 13 to 19 December 2010 in Guangzhou, China.']" -476,"['The', 'conference', 'ended', 'with', 'the', 'Netherlands', 'agreeing', 'to', 'transfer', 'sovereignty', 'to', 'the', 'United', 'States', 'of', 'Indonesia.']","[5, 6]",1,netherlands,The conference ended with the Netherlands agreeing to transfer sovereignty to the United States of Indonesia.,"['The conference ended with the Netherlands agreeing to surrender sovereignty to the United States of Indonesia.', 'The conference ended with the country agreeing to the transfer of sovereignty to the United States of Indonesia.', 'At the end of the conference, the Netherlands agreed to transfer sovereignty to the United States of Indonesia.', 'The conference ended with the Netherlands agreeing to the transfer of sovereignty to the United States.', 'At the end of the conference, the Netherlands undertook to transfer the highest rights to the United States of Indonesia.']" -477,"['Australia', 'batted', 'first', 'and', 'scored', '240', 'runs', 'for', '9', 'wickets', 'in', '50', 'overs.']","[0, 1]",1,australia,Australia batted first and scored 240 runs for 9 wickets in 50 overs.,"['Australia batted first, scoring 240 runs for nine wickets in 50 overs.', 'Australia batted first, scoring 240 runs for nine wickets in 50 overs.', 'Australia ranked first, scoring 240 runs for nine runs in 50 overs.', 'Australia started with 240 runs and nine hits in 50 overs.', 'Australia fought their way back into the match on the defensive, scoring 240 runs for nine wickets in 50 overs.']" -478,"['Argentina', 'returned', 'to', 'the', 'WRC', 'calendar', 'for', 'the', 'first', 'time', 'since', '2009,', 'after', 'the', 'event', 'was', 'a', 'part', 'of', 'the', 'Intercontinental', 'Rally', 'Challenge', 'in', '2010.']","[0, 1]",1,argentina,"Argentina returned to the WRC calendar for the first time since 2009, after the event was a part of the Intercontinental Rally Challenge in 2010.","['Argentina have returned to the World Cup calendar for the first time since 2009 after the 2010 event was part of the Intercontinental Rally Challenge.', 'Argentina returned to the World Cup calendar for the first time since 2009 after the competition was part of the Intercontinental Rally Challenge in 2010.', 'Argentina returned to the World Cup calendar for the first time since 2009 after taking part in the 2010 Intercontinental Rally Challenge.', 'Argentina returns to the World Cup calendar for the first time since 2009 after taking part in the Intercontinental Rally Challenge 2010.', 'Argentina returns to the World Cup calendar for the first time since taking part in the 2010 Intercontinental Rally Challenge']" -479,"['Laksono', 'is', 'known', 'for', 'his', 'brash', 'condescendence', 'and', 'overtly', 'harsh', 'remarks', 'towards', 'Singapore', ',', 'especially', 'with', 'regards', 'to', 'the', 'island', ""republic's"", 'diplomatic', 'calls', 'to', 'the', 'Indonesian', 'government', 'to', 'curb', 'the', 'acrid', 'trans-boundary', 'haze', 'that', 'shrouds', 'large', 'areas', 'of', 'Sumatra,', 'Peninsular', 'Malaysia', 'and', 'Singapore', 'annually', 'as', 'a', 'result', 'of', 'extensive', '""slash', 'and', 'burn""', 'cultivation', 'in', 'Sumatra,', 'Kalimantan', 'and', 'other', 'Indonesian', 'territories.']","[12, 13]",1,singapore,"Laksono is known for his brash condescendence and overtly harsh remarks towards Singapore, especially with regards to the island republic's diplomatic calls to the Indonesian government to curb the acrid trans-boundary haze that shrouds large areas of Sumatra, Peninsular Malaysia and Singapore annually as a result of extensive""slash and burn"" cultivation in Sumatra, Kalimantan and other Indonesian territories.","[""Laksono is known for its outspoken condescension and blunt remarks towards Singapore, particularly in view of the island republic's diplomatic calls on the Indonesian Government to curb the biting cross-border haze that envelops large areas of Sumatra, the Malaysian peninsula and Singapore every year as a result of extensive cultivation in Sumatra, Kalimantan and other Indonesian areas."", ""Laksono is known for its condescending attitude and blatantly harsh remarks towards Singapore, particularly in relation to the island republic's diplomatic appeals to the Indonesian Government to curb the biting cross-border haze that every year obscures large parts of Sumatra, Malaysia and Singapore due to extensive land management in Sumatra, Kalimantan and other Indonesian areas."", ""Laksono is known for its blatant condescension and blatant rebuke of Singapore, particularly the island republic's diplomatic demands on the Indonesian Government to curb the biting cross-border haze that year after year engulfs large parts of Sumatra, the Malaysian peninsula and Singapore as a result of the spread of slot-and-burn cultivation in Sumatra, Kalimantan and other Indonesian areas."", ""Laksono is known for its blatant condescension and open criticism of Singapore, particularly over the island republic's diplomatic pleas to the Indonesian Government to curb the bitter cross-border haze that engulfs large parts of Sumatra, Malaysia, and Singapore each year as a result of extensive slash-and-burn operations in Sumatra, Kalimantan, and other Indonesian areas."", ""Laksono is known for its outspoken condescension and particularly harsh remarks towards Singapore, particularly in view of the island republic's diplomatic calls on the Indonesian Government to curb the sharp cross-border haze that surrounds large areas of Sumatra, Malaysia and Singapore year after year, as a result of surveillance software in Sumatra, Kalimantan and other Indonesian areas.""]" -480,"['The', 'alleged', 'causes', 'were', 'the', 'centralistic', 'policies', 'of', 'the', 'Maldivian', 'government', 'and', 'the', 'recent', 'independence', 'of', 'its', 'neighbors', 'India', 'and', 'Ceylon.']","[18, 19]",1,india,The alleged causes were the centralistic policies of the Maldivian government and the recent independence of its neighbors India and Ceylon.,"['The supposed causes were the centralized policies of the Maldivian government and the recent independence of its neighbors India and Ceylon.', 'The centralised policy of the Maldivian government and the independence of its neighbouring states India and Ceylon were presumed to be the cause.', 'It cited the centralised policy of the Maldivian Government and the recent independence of its neighbouring countries India and Ceylon.', 'The alleged causes were the centralized government policies of the Maldives and the recent independence of its neighbors India and Ceylon.', 'This was probably due to the centralised political line of the Maldivian government and the independence of its neighbours India and Ceylon.']" -481,"['Lebedeva', 'competed', 'in', 'the', '2010', 'Winter', 'Olympics', 'for', 'Kazakhstan', '.']","[8, 9]",1,kazakhstan,Lebedeva competed in the 2010 Winter Olympics for Kazakhstan.,"['Lebedeva competed for Kazakhstan at the 2010 Winter Olympics.', 'Lebedeva competed for Kazakhstan at the 2010 Winter Olympics.', 'Lebedeva competed for Kazakhstan at the 2010 Winter Olympics.', 'Lebedeva competed for Kazakhstan at the 2010 Winter Olympics.', 'Lebedeva competed for Kazakhstan at the 2010 Winter Olympics.']" -482,"['The', 'United', 'States', 'Ambassador', 'to', 'Albania', 'is', 'the', 'head', 'of', 'the', 'diplomatic', 'mission', 'of', 'the', 'United', 'States', 'to', 'Albania.']","[15, 17]",1,united states,The United States Ambassador to Albania is the head of the diplomatic mission of the United States to Albania.,"['The United States Ambassador to Albania is the head of the United States diplomatic mission in Albania.', 'The United States Ambassador to Albania is the head of the United States diplomatic mission in Albania.', 'The United States Ambassador to Albania is the head of the United States diplomatic mission in Albania.', 'The United States Ambassador to Albania is the head of the United States diplomatic mission in Albania.', 'The U.S. ambassador to Albania is the head of the United States diplomatic mission in Albania.']" -483,"['Important', 'themes', 'include', 'the', 'rapid', 'industrialization', 'and', 'growing', 'power', 'of', 'Britain', ',', 'Europe', 'and,', 'later', 'in', 'the', 'period,', 'the', 'United', 'States,', 'with', 'Japan', 'emerging', 'as', 'a', 'major', 'power', 'and', 'empire', 'towards', 'the', 'end', 'of', 'this', 'period.']","[10, 11]",1,britain,"Important themes include the rapid industrialization and growing power of Britain, Europe and, later in the period, the United States, with Japan emerging as a major power and empire towards the end of this period.","['The most important issues include the rapid industrialization and growing power of Britain, Europe, and later the US, with Japan becoming a great power and empire at the end of that period.', 'Important topics are the rapid industrialization and growing power of Great Britain, Europe, and later the United States, with Japan becoming a great power and empire of superlatives towards the end of this period.', 'The rapid industrialization and increasing power of Britain, Europe, and later the United States are also important issues, with Japan becoming a great power and empire by the end of this period.', 'Important topics are the rapid industrialization and growing power of Great Britain, Europe, and later the United States. At the end of this era, Japan becomes a great power and an empire.', 'Important topics are rapid industrialization and growing power in Britain, Europe, and later the United States, where Japan became a great power and a rich kingdom towards the end of this period.']" -484,"['Germany', 'attacks', 'the', 'Soviet', 'Union', '(June', '22,', '1941).']","[0, 1]",1,germany,"Germany attacks the Soviet Union (June 22, 1941).","['Germany invades the Soviet Union (22 June 1941).', 'Germany invades the Soviet Union (22 June 1941).', 'Germany invades the Soviet Union (22 June 1941).', 'Germany invades the Soviet Union (22 June 1941).', '(June 22, 1941).']" -485,"['The', 'United', 'States', 'and', 'France', 'both', 'formally', 'recognized', 'Algeria', 'on', 'that', 'same', 'day.']","[8, 9]",1,algeria,The United States and France both formally recognized Algeria on that same day.,"['The United States and France formally recognised Algeria on the same day.', 'The United States and France formally recognised Algeria on the same day.', 'Both the United States and France officially recognized Algeria on the same day.', 'The United States and France recognized Algeria both formally and on the same day.', 'The United Nations and France officially recognized Algeria on the same day.']" -486,"['He', 'played', 'for', 'Ellerslie', 'and', 'Wellington', 'during', 'the', ""80's"", 'but', 'injury', 'curtailed', 'his', 'playing', 'career', 'as', 'a', 'goalkeeper.']","[5, 6]",1,wellington,He played for Ellerslie and Wellington during the 80's but injury curtailed his playing career as a goalkeeper.,"['He played for Ellerslie and Wellington in the 1980s but injuries hampered his goalkicking career.', 'He played for Ellerslie and Wellington in the 1980s but injuries limited his career as a goalkeeper.', 'He played for Ellerslie and Wellington golf clubs in the 1980s, but injuries limited his goalkeeping career.', 'He played for Ellerslie and Wellington in the 1980s but injuries prevented him from qualifying as a goalkeeper.', 'He played for Ellerslie and Wellington in the 1980s, but the injury eventually ruined his goalkeeping career.']" -487,"['On', 'September', '29,', '1962,', 'diplomatic', 'relations', 'between', 'Algeria', 'and', 'the', 'United', 'States', 'were', 'formally', 'established', 'when', 'the', 'U.S.', 'Consulate', 'General', 'in', 'Algiers', 'was', 'raised', 'to', 'embassy', 'status.']","[7, 8]",1,algeria,"On September 29, 1962, diplomatic relations between Algeria and the United States were formally established when the U.S. Consulate General in Algiers was raised to embassy status.","['Diplomatic relations between Algeria and the United States were officially established on 29 September 1962, when the US Consulate General in Algiers was elevated to embassy status.', 'Diplomatic relations between Algeria and the United States were established on 29 September 1962, when the US Consulate General in Algiers was elevated to embassy status.', 'Diplomatic relations between Algeria and the United States were officially established on 29 September 1962, when the US Consulate General in Algiers was elevated to embassy status.', 'Diplomatic relations between Algeria and the United States were officially established on 29 September 1962, when the US Consulate General in Algiers received its embassy status.', 'Diplomatic relations between Algeria and the United States were officially established on 29 September 1962, when the Consulate General in Algiers was elevated to embassy status.']" -488,"['During', 'consideration', 'of', 'Dickerson', 'v.', 'United', 'States', ',', 'BLAG', 'submitted', 'an', 'amicus', 'brief', 'to', 'the', 'Fourth', 'Circuit.']","[5, 7]",1,united states,"During consideration of Dickerson v. United States, BLAG submitted an amicus brief to the Fourth Circuit.","[""During Dickerson's trial against the United States, BLAG filed an amicus brief to the Fourth Circuit."", ""During the review of Dickerson's lawsuit against the United States, BLAG filed a consensual letter to the Fourth Circuit."", ""During Dickerson's trial against the United States, BLAG filed the fourth lawsuit."", ""BLAG has submitted an amicus brief to the Fourth Circuit as part of Dickerson's investigation in the United States."", ""During Dickerson's deliberations against the United States, BLAG issued an amicus brief to the Fourth Circuit.""]" -489,"['The', 'concept', 'of', 'two', 'newspapers', 'in', 'one', 'Redaktion', 'was', 'then', 'new', 'for', 'Germany', '.']","[12, 13]",1,germany,The concept of two newspapers in one Redaktion was then new for Germany.,"['The concept of two newspapers in one editorial office was new in Germany at the time.', 'The concept of two newspapers in one editorial office was new in Germany at the time.', 'The concept of two newspapers in one editorial office was new for Germany at the time.', 'The concept of two newspapers in one editorial office was new in Germany at the time.', 'What was new for Germany at the time was the concept of two newspapers appearing in one editorial office.']" -490,"['Australia', 'were', 'criticised', 'by', 'the', 'Indian', 'media', 'for', 'pushing', 'the', 'President', 'of', 'Board', 'of', 'Control', 'for', 'Cricket', 'in', 'India', '(BCCI)', 'and', 'Minister', 'in', 'the', 'Government', 'of', 'India,', 'Sharad', 'Pawar,', 'off', 'the', 'dais.']","[0, 1]",1,australia,"Australia were criticised by the Indian media for pushing the President of Board of Control for Cricket in India (BCCI) and Minister in the Government of India, Sharad Pawar, off the dais.","['Australia has been criticised in the Indian press for forcing out the president of the Board of Control for Cricket in India (BCCI) and Indian government minister Sharad Pawar.', 'Australian media have criticised the exclusion of Sharad Pawar, president of the Board of Control for Cricket in India (BCCI) and a minister in the Indian government.', 'Indian media have criticised Australia for forcing the president of the Board of Control of Cricket in India (BCCI) and Indian minister Sharad Pawar out of government.', 'Australian media criticised them for forcing the president of the Board of Control for Cricket in India (BCCI) and Indian minister Sharad Pawar out of office.', 'Indian media have criticised Australia for forcing Sharad Pawar, president of the board of the Indian Cricket League (BCCI) and a minister in the Indian government, out of office.']" -491,"['And,', 'of', 'course,', 'the', 'Avila', 'daughter,', 'Sofia', 'has', 'invited', 'her', 'non-Latino', 'boyfriend.']","[6, 7]",1,sofia,"And, of course, the Avila daughter, Sofia has invited her non-Latino boyfriend.","[""And, of course, Avila's daughter Sofia invited her non-Latino boyfriend."", ""And, of course, Avila's daughter Sofia invited her non-Latin American boyfriend."", ""And, of course, Avila's daughter Sofia invited her boyfriend, who is not Latino."", ""And, of course, Avila's daughter Sofia invited her non-Latino boyfriend."", ""And, of course, Avila's daughter Sofia invited her non-Latino boyfriend.""]" -492,"['Newman', 'won', 'the', 'Congressional', 'Gold', 'Medal', 'awarded', 'by', 'the', 'United', 'States', 'for', 'his', 'flight', 'in', 'the', 'Double', 'Eagle', 'II', 'with', 'Ben', 'Abruzzo', 'and', 'Maxie', 'Anderson.']","[9, 11]",1,united states,Newman won the Congressional Gold Medal awarded by the United States for his flight in the Double Eagle II with Ben Abruzzo and Maxie Anderson.,"['Newman was awarded the Congressional Gold Medal by the USA for his flight in the Double Eagle II with Ben Abruzzo and Maxie Anderson.', 'Newman won the gold medal awarded by the United States for his Double Eagle II flight with Ben Abruzzo and Maxie Anderson.', 'Newman won the Congressional Gold Medal awarded by the United States for his double eagle flight with Ben Abruzzo and Maxie Anderson.', 'Newman won the Congressional Gold Medal for his double-eagle flight with Ben Abruzzo and Maxie Anderson.', 'Newman won the Congressional Gold Medal awarded by the United States together with Ben Abruzzo and Maxie Anderson for his flight with the Double Eagle II.']" -493,"['The', 'cooperation', 'between', 'these', 'two', 'nations', 'on', 'an', 'issue', 'concerning', 'the', 'Middle', 'East', 'was', 'seen', 'as', 'a', 'significant', 'improvement', 'in', 'their', 'relationship,', 'compared', 'to', 'their', 'earlier', 'bitter', 'disagreement', 'over', 'the', '2003', 'invasion', 'of', 'Iraq.']","[11, 13]",1,middle east,"The cooperation between these two nations on an issue concerning the Middle East was seen as a significant improvement in their relationship, compared to their earlier bitter disagreement over the 2003 invasion of Iraq.","[""The two nations' cooperation on a Middle East issue was seen as a significant improvement on their previous bitter dispute over the 2003 invasion of Iraq."", 'Cooperation between the two nations on a Middle East issue was seen as a significant improvement in their relations, compared with the previously bitter disagreements over the 2003 invasion of Iraq.', 'Cooperation between the two nations on a Middle East issue was seen as a significant improvement on the previous bitter dispute over the 2003 invasion of Iraq.', ""The two nations' cooperation on a Middle East issue was seen as a significant improvement on their previous bitter disagreements over the 2003 invasion of Iraq."", 'Cooperation between the two nations in the Middle East was seen as a significant improvement in their relations, compared with their previous bitter disagreements over the 2003 invasion of Iraq.']" -494,"['As', 'of', '2000', 'Ghana', '’s', 'main', 'exports', 'were', 'minerals', 'and', 'cocoa.']","[3, 4]",1,ghana,As of 2000 Ghana ’s main exports were minerals and cocoa.,"['From 2000, Ghana mainly exported minerals and cocoa.', 'From 2000, Ghana mainly exported minerals and cocoa.', ""Since 2000, Ghana's main exports have been minerals and cocoa."", ""Ghana's main exports in 2000 were minerals and cocoa."", 'From the year 2000 minerals and cocoa were the most important exports.']" -495,"['For', 'the', 'first', 'time', 'since', '1998', 'the', 'Netherlands', ""'"", 'song', 'was', 'performed', 'in', 'Dutch.']","[7, 8]",1,netherlands,For the first time since 1998 the Netherlands' song was performed in Dutch.,"['For the first time since 1998, the Dutch song was performed in Dutch.', 'For the first time since 1998, the Dutch song was interpreted in Dutch.', 'For the first time since 1998, a Dutch song was performed in Dutch.', 'For the first time since 1998, the Dutch song could be sung again in Dutch.', 'The Dutch song was performed in Dutch for the first time since 1998.']" -496,"['In', '1977-78', 'season,', 'he', 'helped', 'South', 'China', 'to', 'create', 'the', 'record', 'of', 'unbeaten', 'in', 'Hong', 'Kong', 'First', 'Division', 'League', 'for', 'the', 'season.']","[5, 7]",1,south china,"In 1977-78 season, he helped South China to create the record of unbeaten in Hong Kong First Division League for the season.","['In the 1977-78 season, he helped South China set the record for the undefeated Hong Kong Premier League this season.', ""In the 1977-78 season, he helped South China set the record for Hong Kong's unbeaten Premier League."", ""In the 1977-78 season, he led South China to a record-equalling unbeaten run in Hong Kong's premier league when it was played this season."", 'In the 1977-78 season he helped South China to a record 317 unbeaten first-round matches in Hong Kong.', ""In 1977-78, he helped South China establish the unbeaten mark from Hong Kong's premier league.""]" -497,"['In', 'November', 'a', 'poll', 'conducted', 'by', 'private', 'broadcaster', 'RTL', '4', 'revealed', 'that', '86%', 'of', 'those', 'polled', 'would', 'agree', 'to', 'a', 'possible', 'withdraw', 'by', 'the', 'Netherlands', 'due', 'to', 'the', 'poor', 'results', 'received', 'in', 'past', 'contests.']","[24, 25]",1,netherlands,In November a poll conducted by private broadcaster RTL 4 revealed that 86% of those polled would agree to a possible withdraw by the Netherlands due to the poor results received in past contests.,"['In November, a poll by the private broadcaster RTL 4 showed that 86% of respondents would agree with a possible withdrawal of the Netherlands due to the poor results in past contests.', 'In November, a poll by the private broadcaster RTL 4 showed that 86% of respondents would agree with a possible withdrawal of the Netherlands due to the poor results in previous competitions.', 'In November, a poll by the private broadcaster RTL 4 showed that 86% of respondents would agree with a possible withdrawal of the Netherlands due to the abysmal results in past contests.', 'A study carried out in November by the private broadcaster RTL 4 showed that 86% of respondents would agree to a possible exit by the Netherlands due to the poor results in previous tenders.', 'In November, a poll by the private broadcaster RTL 4 showed that 86% of respondents would agree with a possible withdrawal of the Netherlands in view of the poor results in previous competitions.']" -498,"['Badaracchi', 'represented', 'Italy', 'at', 'the', '2008', 'Summer', 'Olympics', 'in', 'Beijing,', 'where', 'he', 'competed', 'in', 'the', ""men's"", '10', 'm', 'air', 'pistol,', 'along', 'with', 'his', 'teammate', 'Vigilio', 'Fait.']","[2, 3]",1,italy,"Badaracchi represented Italy at the 2008 Summer Olympics in Beijing, where he competed in the men's 10 m air pistol, along with his teammate Vigilio Fait.","[""Badaracchi represented Italy at the 2008 Summer Olympics in Beijing, where he won the men's 10m air pistol with teammate Vigilio Fait."", ""Badaracchi represented Italy at the 2008 Summer Olympics in Beijing, where he competed with teammate Vigilio Fait in the men's 10m air pistol."", ""Badaracchi represented the Italian federation at the 2008 Summer Olympics in Beijing, where he competed with his teammate Vigilio Fait in the men's 10m air pistol."", ""Badaracchi represented Italy at the 2008 Summer Olympics in Beijing with the men's 10m air pistol and his teammate Vigilio Fait."", 'Badaracchi represented Italy at the 2008 Summer Olympics in Beijing, where he competed with teammate Vigilio Fait in the 10m air pistol.']" -499,"['It', 'called', 'upon', 'Lebanon', 'to', 'establish', 'its', 'sovereignty', 'over', 'all', 'of', 'its', 'land', 'and', 'called', 'upon', '""foreign', 'forces""', '(Israel', 'and', 'Syria)', 'to', 'withdraw', 'from', 'Lebanon', 'and', 'to', 'cease', 'intervening', 'in', 'the', 'internal', 'politics', 'of', 'Lebanon.']","[3, 4]",1,lebanon,"It called upon Lebanon to establish its sovereignty over all of its land and called upon""foreign forces"" (Israel and Syria) to withdraw from Lebanon and to cease intervening in the internal politics of Lebanon.","['He called on Lebanon to protect its sovereignty over its entire territory and to call on ""foreign forces"" (Israel and Syria) to withdraw from Lebanon and stop interfering in Lebanese domestic politics.', 'He called on Lebanon to establish its sovereignty over all its territory and called on ""foreign forces"" (Israel and Syria) to withdraw from Lebanon and stop interfering in Lebanese domestic politics.', 'He called on Lebanon to establish its sovereignty over its entire country and called on ""foreign forces"" (Israel and Syria) to withdraw from Lebanon and stop interfering in Lebanese domestic politics.', 'It calls on Lebanon to guarantee its sovereignty over all its territories and on ""foreign powers"" (Israel and Syria) to withdraw from Lebanon and stop interfering in Lebanese domestic politics.', 'He called on Lebanon to establish its sovereignty over its entire country and called on ""foreign leaders"" (Israel and Syria) to withdraw from Lebanon and cease the operation to interfere in Lebanese domestic politics.']" -500,"['Turkey', 'participated', 'at', 'the', '2010', 'Winter', 'Olympics', 'in', 'Vancouver,', 'British', 'Columbia,', 'Canada.']","[0, 1]",1,turkey,"Turkey participated at the 2010 Winter Olympics in Vancouver, British Columbia, Canada.","['Turkey competed in the Vancouver Winter Olympics in 2010.', 'Turkey competed in the Vancouver Winter Olympics in 2010.', 'Turkey competed in the 2010 Winter Olympics in Vancouver, Canada.', 'He competed in the 2010 Winter Olympics in Vancouver, Canada.', 'Turkey competed with Canada at the 2010 Winter Olympics in Vancouver, British Columbia.']" -501,"['The', 'Kingdom', 'of', 'Poland', 'was', 'created', 'out', 'of', 'the', 'Duchy', 'of', 'Warsaw,', 'a', 'French', 'client', 'state,', 'at', 'the', 'Congress', 'of', 'Vienna', 'in', '1815', 'when', 'the', 'great', 'powers', 'reorganized', 'Europe', 'following', 'the', 'Napoleonic', 'wars.']","[1, 4]",1,kingdom of poland,"The Kingdom of Poland was created out of the Duchy of Warsaw, a French client state, at the Congress of Vienna in 1815 when the great powers reorganized Europe following the Napoleonic wars.","['The Kingdom of Poland emerged at the Congress of Vienna in 1815 from the Duchy of Warsaw, a French client state, when the great powers reorganized Europe after the Napoleonic Wars.', 'The Kingdom of Poland was founded in 1815 at the Vienna Congress of the Duchy of Warsaw, a French client state, when the great powers reorganized Europe after the Napoleonic Wars.', 'The Kingdom of Poland emerged from the French client state of Warsaw at the Congress of Vienna in 1815, when the great powers reformed Europe after the Napoleonic Wars.', 'The Polish kingdom originated from the Duchy of Warsaw, a French client state, when the Great Powers reorganized Europe after the Napoleonic Wars at the Congress of Vienna in 1815.', 'The Kingdom of Poland was founded in 1815 at the Congress of the Great Powers in Vienna from the Duchy of Warsaw - a client state of France - when Europe reformed after the Napoleonic Wars.']" -502,"['The', 'Algerian', 'government', 'had', 'recognized', 'the', 'United', 'States', 'in', '1795,', 'but', 'formal', 'diplomatic', 'relations', 'had', 'not', 'been', 'established.']","[6, 8]",1,united states,"The Algerian government had recognized the United States in 1795, but formal diplomatic relations had not been established.","['The Algerian government recognized the United States in 1795, but there were no formal diplomatic relations.', 'The Algerian government recognized the United States in 1795, but formal diplomatic relations had not yet been established.', 'The Algerian government recognized the United States in 1795, but formal diplomatic relations were not established at the time.', 'The Algerian government recognized the United States in 1795, but there were no formal diplomatic relations.', 'The Algerian government recognized the United States in 1795, but did not establish diplomatic relations.']" -503,"['In', 'the', 'beginning,', 'Horus', 'the', 'falcon', 'god', 'of', 'light', 'and', 'Set', 'the', 'god', 'of', 'evil', 'fought', 'to', 'control', 'Egypt', '.']","[18, 19]",1,egypt,"In the beginning, Horus the falcon god of light and Set the god of evil fought to control Egypt.","['In the beginning, the falcon Horus fought against the God of Light and used the God of Evil to control Egypt.', 'In the beginning, Horus, the falcon god of light, and Seth, the god of evil, fought to control Egypt.', 'In the beginning, Horus, the falcon god of light, and Seth, the god of evil, fought to control Egypt.', 'First Horus, the falcon god of light, and Set, the god of evil, fought to control Egypt.', 'In the beginning, Horus, the falcon god of light, and Seth, the god of evil, fought to bring Egypt under his control.']" -504,"['It', 'was', 'mapped', 'from', 'surveys', 'by', 'the', 'Falkland', 'Islands', ',', 'and', 'was', 'named', 'by', 'the', 'UK', 'Antarctic', 'Place-Names', 'Committee', 'after', 'the', 'Eliason', 'motor', 'sledge,', 'invented', 'in', '1942', 'in', 'Sweden,', 'now', 'made', 'in', 'Canada,', 'and', 'used', 'in', 'Arctic', 'Canada', 'since', '1950', 'and', 'in', 'the', 'Antarctic', 'since', '1960.']","[7, 9]",1,falkland islands,"It was mapped from surveys by the Falkland Islands, and was named by the UK Antarctic Place-Names Committee after the Eliason motor sledge, invented in 1942 in Sweden, now made in Canada, and used in Arctic Canada since 1950 and in the Antarctic since 1960.","['It was mapped from surveys in the Falkland Islands and named by the UK Antarctic Place-Names Committee after the Eliason snowmobile invented in Sweden in 1942, which is now manufactured in Canada and used in Canada since 1950 and in Antarctica since 1960.', 'It was measured using surveying data from the Falkland Islands and named by the UK Antarctic Place-Names Committee after the Eliason snowmobile invented in Sweden in 1942, which is now manufactured in Canada and has been in use in the Arctic since 1950 and in Antarctica since 1960.', 'It was mapped through the Falkland Islands and named by the British Antarctic Naming Commission after the Eliason snowmobile invented in Sweden in 1942, now manufactured in Canada and used in Canada and Antarctica since 1950 and 1960.', 'The name was given by the UK Antarctic Place-Names Committee after the Eliason snowmobile invented in Sweden in 1942, which is now manufactured in Canada and has been used in the Arctic since 1950 and in Antarctica since 1960.', 'It was mapped after the Falkland Islands and named by the Lycape Antarctic Place Names Committee after the Eliason snowmobile invented in Sweden in 1942, which is now manufactured in Canada and used in Canada since 1950 and in Antarctica since 1960.']" -505,"['Thailand', 'does', 'the', 'same,', 'and', 'also', 'in', 'Norway', 'it', 'is', 'illegal', 'to', 'sell', 'alcohol', 'on', 'election', 'day.']","[0, 1]",1,thailand,"Thailand does the same, and also in Norway it is illegal to sell alcohol on election day.","['Thailand does the same, and Norway bans the sale of alcohol on election day.', 'Thailand behaves similarly, and the sale of alcohol on election day is also illegal in Norway.', 'In Thailand it is also forbidden to sell alcohol on election day.', 'It is the same in Thailand, and the sale of alcohol on election day is also prohibited in Norway.', 'Thailand does the same, and in Norway the sale of alcohol on election day is wrong.']" -506,"['Honoré', 'took', 'the', 'title', 'of', 'Prince', 'himself,', 'and', 'it', 'was', 'only', 'through', 'the', 'protection', 'of', 'France', 'that', 'Monaco', 'escaped', 'total', 'overrun', 'by', 'Spain.']","[15, 16]",1,france,"Honoré took the title of Prince himself, and it was only through the protection of France that Monaco escaped total overrun by Spain.","['Honoré himself attained the title of prince, and it was only through the protection of France that Monaco escaped the total supremacy of Spain.', 'Honoré accepted the title of prince and it was only through the protection of France that Monaco escaped complete overcrowding by Spain.', 'Honoré himself became prince and it was only thanks to the protection of France that Monaco was able to escape a total congestion by Spain.', 'Honoré himself assumed the title of prince, and it was only through the protection of France that Monaco escaped total oversupply by Spain.', 'Honoré himself obtained the title of prince, and it was only at the end of the war that Monaco escaped complete conquest by Spain.']" -507,"['The', 'Bombay', 'Hook', 'Lighthouse', '(also', 'called', 'the', 'Smyrna', 'River', 'Lighthouse)', 'was', 'built', 'by', 'the', 'US', 'in', '1831.']","[14, 15]",1,us,The Bombay Hook Lighthouse (also called the Smyrna River Lighthouse) was built by the US in 1831.,"['The Bombay Hook Lighthouse (also known as Smyrna River Lighthouse) was built by the USA in 1831.', 'The Bombay Hook Lighthouse (also called Lighthouse on the Smyrna River) was built by the USA in 1831.', 'The Bombay Hook Lighthouse (also known as Smyrna River Lighthouse) was built by the USA in 1831.', 'The lighthouse of Bombay Hook (also) was built by the USA in 1831.', 'Bombay Hook Lighthouse (also known as Smyrna River Lighthouse) was built in 1861 by the United States.']" -508,"['There', 'is', 'conflicting', 'data', 'about', 'whether', 'or', 'not', 'Morocco', 'competed', 'in', 'Mexico', 'summer', 'games', 'in', '1968.']","[8, 9]",1,morocco,There is conflicting data about whether or not Morocco competed in Mexico summer games in 1968.,"['There are conflicting indications as to whether or not Morocco participated in the 1968 Summer Games in Mexico.', 'There are conflicting reports as to whether Morocco participated in the 1968 Summer Games in Mexico.', 'There are conflicting reports as to whether or not Morocco participated in the 1968 Summer Games in Mexico.', 'There are conflicting data on whether or not Morocco participated in the 1968 Summer Games in Mexico.', 'There are conflicting reports as to whether or not Morocco participated in the 1968 Summer Games in Mexico.']" -509,"['The', 'Championship', 'was', 'won', 'by', 'Switzerland,', 'who', 'beat', 'Sweden', '13-5', 'in', 'the', 'final.']","[8, 9]",1,sweden,"The Championship was won by Switzerland, who beat Sweden 13-5 in the final.","['The title went to Switzerland, who defeated Sweden 13: 5 in the final.', 'The championship was won by Switzerland, who defeated Sweden 13: 5 in the final.', 'The championship went to Switzerland, who defeated Sweden 13: 5 in the final.', 'Switzerland defeated Sweden 13-5 at the World Cup', 'Switzerland won the World Cup in front of thousands of spectators with 13: 5 against Sweden.']" -510,"['Prior', 'to', 'this', 'conference,', 'three', 'other', 'high-level', 'meetings', 'between', 'the', 'Netherlands', 'and', 'Indonesia', 'took', 'place.']","[12, 13]",1,indonesia,"Prior to this conference, three other high-level meetings between the Netherlands and Indonesia took place.","['This conference follows three other high-level meetings between the Netherlands and Indonesia.', 'This conference follows three other high-level meetings between the Netherlands and Indonesia.', 'This conference follows three other high-level meetings between the Netherlands and Indonesia.', 'Three other high-level meetings between the Netherlands and Indonesia have already taken place prior to this conference.', 'Before this conference, there were three other high-level meetings between the Netherlands and Indonesia.']" -511,"['LCI', 'remained', 'in', 'the', 'South', 'Pacific', 'until', 'Japan', 'capitulated.']","[7, 8]",1,japan,LCI remained in the South Pacific until Japan capitulated.,"['LCI remained in the South Pacific until Japan capitulated.', 'Until Japan capitulated, LCI remained in the South Pacific.', 'LCI remained in the South Pacific until Japan capitulated.', 'The LCI remained in the South Pacific until Japan capitulated.', 'Clean Air (LCI) remained in the South Pacific until Japan capitulated.']" -512,"['Montpellier', ""'s"", 'other', 'honours', 'to', 'date', 'include', 'winning', 'the', 'Coupe', 'de', 'France', 'in', '1929', 'and', '1990,', 'and', 'the', 'UEFA', 'Intertoto', 'Cup', 'in', '1999.']","[0, 1]",1,montpellier,"Montpellier's other honours to date include winning the Coupe de France in 1929 and 1990, and the UEFA Intertoto Cup in 1999.","['Montpellier won the Coupe de France in 1929 and 1990 and the UEFA Intertoto Cup in 1999.', 'Montpellier won the Coupe de France in 1929 and 1990 and the UEFA Intertoto Cup in 1999.', 'Montpellier won the Coupe de France in 1929 and 1990 and the UEFA Intertoto Cup in 1999.', 'Montpellier was awarded the Coupe de France in 1929 and 1990 and the UEFA Intertoto Cup in 1999.', ""Montpellier's other highlights include winning the Coupe de France in 1929 and 1990 and winning the UEFA Intertoto Cup in 1999.""]" -513,"['If', 'you', 'oppose', 'Russia', ',', 'please', 'find', 'a', 'way', 'to', 'do', 'so', 'which', 'does', 'not', 'affect', 'the', 'work', 'of', 'Wikipedia', 'users.']","[3, 4]",1,russia,"If you oppose Russia, please find a way to do so which does not affect the work of Wikipedia users.","['If you oppose Russia, please find a way to do so that does not interfere with the work of Wikipedia users.', 'If you are against Russia, please find a way to do so without interfering in the work of Wikipedia users.', 'If you oppose Russia, please find a way to do so that does not interfere with the work of Wikipedia users.', 'Those who are against Russia should find a way to go down this road without interfering in the work of Wikipedia users.', 'Those who oppose Russia should find a way to do so that does not affect the work of Wikipedia users.']" -514,"['This', 'is', 'awarded', 'to', 'the', 'player', 'of', 'the', 'tournament', 'and', 'is', 'named', 'in', 'honour', 'of', 'the', 'New', 'Zealand', 'forward', 'who', 'scored', 'the', 'winning', 'try', 'for', 'the', 'All', 'Golds', 'in', 'the', 'last', 'minutes', 'of', 'the', 'game', 'to', 'secure', 'an', '8', '-', '5', 'victory.']","[16, 18]",1,new zealand,This is awarded to the player of the tournament and is named in honour of the New Zealand forward who scored the winning try for the All Golds in the last minutes of the game to secure an 8 - 5 victory.,"['The award is given to the player of the tournament and is named after the New Zealand striker who scored the winning goal for the All Blacks in their 8-5 win in the dying minutes of the match.', 'The award is given to the player of the tournament and is dedicated to the New Zealand striker who scored the winning goal in the dying minutes of the match for the All Blacks to win 8-5.', 'It is awarded to the player of the tournament and named in honour of the New Zealand striker who scored the winning goal in the dying minutes of the match for the All Blacks to win 8-5.', 'Player of the tournament will be awarded in honour of the New Zealand striker who scored the winning goal in the final minute of the 8-5 win over the All Blacks three days before the final.', 'This is awarded to the player of the tournament and named in memory of the New Zealand striker who scored the winning goal in the closing minutes of the match for the All Blacks to win 8-5.']" -515,"['In', 'September', '2008,', 'perhaps', 'in', 'response', 'to', 'Nicaragua', ""'s"", 'support', 'over', 'the', 'breakaway', 'Georgian', 'territories,', 'Russia', 'offered', 'to', 'strengthen', 'ties', 'with', 'Nicaragua', 'and', 'to', 'provide', 'aid', 'to', 'Nicaragua', 'to', 'help', 'rebuild', 'areas', 'damaged', 'by', 'hurricanes.']","[7, 8]",1,nicaragua,"In September 2008, perhaps in response to Nicaragua's support over the breakaway Georgian territories, Russia offered to strengthen ties with Nicaragua and to provide aid to Nicaragua to help rebuild areas damaged by hurricanes.","[""In September 2008, possibly in response to Nicaragua's support for Georgia's breakaway territories, Russia offered to strengthen relations with Nicaragua and help Nicaragua rebuild hurricane-ravaged areas."", ""In September 2008, perhaps in response to Nicaragua's support for Georgia's breakaway territories, Russia offered to strengthen relations with Nicaragua and help Nicaragua rebuild hurricane-ravaged areas."", ""In September 2008, perhaps in response to its support for Georgia's breakaway territories, Russia offered to strengthen relations with Nicaragua and help Nicaragua rebuild areas devastated by the hurricane."", ""In September 2008, perhaps in response to Nicaragua's support for Georgia's breakaway territories, Russia offered to strengthen relations with Nicaragua and help Nicaragua rebuild hurricane-ravaged areas."", 'Vacant Georgian areas in Nicaragua were offered by Russia in September 2008 as links to Nicaragua and assistance to Nicaragua to help restore areas devastated by hurricanes.']" -516,"['But', 'nobody', 'knows', 'even', 'the', 'approximate', 'period', 'of', 'the', 'finalization', 'of', 'these', 'triple-points,', 'because', 'it', 'needs', 'the', 'consent', 'of', 'India', 'indeed,', 'as', 'an', 'inevitable', 'fact.']","[19, 20]",1,india,"But nobody knows even the approximate period of the finalization of these triple-points, because it needs the consent of India indeed, as an inevitable fact.","['But no one knows exactly when these three points will be completed, because India does indeed need approval, which is an inevitable fact.', ""But no one knows the approximate timeframe for the completion of these triple ports, as it requires India's approval as an inevitable fact."", 'But no one knows in what approximate timeframe these three points can be completed, because India needs its consent, which is an inevitable fact.', ""But no one knows how long these three-digit points will be even remotely fixed, because India's approval is needed to establish this as an inevitable fact."", 'But no one knows how long this three-year assessment will last - because India must agree to it, because it is an inevitable fact.']" -517,"['In', 'May', '1979,', 'Mexico', 'broke', 'diplomatic', 'relations', 'with', 'Nicaragua', 'over', 'repeated', 'human', 'rights', 'abuses', 'carried', 'out', 'by', 'the', 'government', 'of', 'Anastasio', 'Somoza', 'Debayle.']","[8, 9]",1,nicaragua,"In May 1979, Mexico broke diplomatic relations with Nicaragua over repeated human rights abuses carried out by the government of Anastasio Somoza Debayle.","['In May 1979, Mexico broke off diplomatic relations with Nicaragua due to repeated human rights violations by the government of Anastasio Somoza Debayle.', 'In May 1979, Mexico broke off diplomatic relations with Nicaragua due to repeated human rights violations by the government of Anastasio Somoza Debayle.', 'In May 1979, Mexico broke off diplomatic relations with Nicaragua due to repeated human rights violations by the government of Anastasio Somoza Debayle.', 'In May 1979, Mexico broke off diplomatic relations with Nicaragua due to repeated human rights violations by the government of Anastasio Somoza Debayle.', 'In May 1979, Mexico broke off diplomatic relations with Nicaragua due to repeated human rights violations by the government of Anastasio Somoza Debayle.']" -518,"['In', '1995,', 'Smith', 'wrote', 'another', 'book', 'about', 'Jordan', 'and', 'the', 'Bulls,', 'called', 'Second', 'Coming:', 'The', 'Strange', 'Odyssey', 'of', 'Michael', 'Jordan', '-', 'From', 'Courtside', 'to', 'Home', 'Plate', 'and', 'Back', 'Again.']","[7, 8]",1,jordan,"In 1995, Smith wrote another book about Jordan and the Bulls, called Second Coming: The Strange Odyssey of Michael Jordan - From Courtside to Home Plate and Back Again.","['In 1995, Smith wrote another book about Jordan and the Bulls, Second Coming: The Strange Odyssey of Michael Jordan - From Courtside to Home Plate and Back Again.', 'In 1995 Smith wrote another book, Second Coming: The Strange Odyssey of Michael Jordan - From Courtside to Home Tlate and Back Again, about Jordan and the Bulls.', 'In 1995, Smith wrote another book about Jordan and the Bulls, Second Coming - The Strange Odyssey of Michael Jordan - From Courtside to Home Plate and Back Again.', 'In 1995, Smith wrote another book about Jordan and the Bulls, Second Coming: The Strange Odyssey of Michael Jordan - From Court to Table and Back.', 'In the summer of 1995, Smith wrote another book about Jordan and the Bulls, Second Coming: The Strange Odyssey of Michael Jordan - From Courtside to Home Tlate and Back Again.']" -519,"['Overall,', 'he', 'has', 'totalled', 'over', '50', 'goals', 'and', 'over', '150', 'appearances', 'in', 'the', 'league,', 'and', 'made', 'his', 'international', 'debut', 'for', 'Venezuela', 'in', '2010.']","[20, 21]",1,venezuela,"Overall, he has totalled over 50 goals and over 150 appearances in the league, and made his international debut for Venezuela in 2010.","['In total he has scored over 50 goals, made more than 150 appearances in the league and made his international debut for Venezuela in 2010.', 'In total he scored over 50 goals and made over 150 appearances in the league, making his international debut for Venezuela in 2010.', 'In total, he scored over 50 goals and featured in over 150 league appearances, making his international debut for Venezuela in 2010.', 'In total he scored over 50 goals, 150 appearances in the league and made his international debut for Venezuela in 2010.', 'Together he scored over 50 goals and made over 150 league appearances. In 2010 he made his international debut for Venezuela.']" -520,"['Côte', ""d'Ivoire,"", 'Ghana', 'and', 'Niger', 'qualify', 'for', 'the', 'final', 'tournament.']","[2, 3]",1,ghana,"Côte d'Ivoire, Ghana and Niger qualify for the final tournament.","['Ivory Coast, Ghana and Niger qualify for the final.', 'Ivory Coast, Ghana and Niger qualify for the final.', 'Ivory Coast, Ghana and Niger qualify for the final.', 'Ivory Coast, Ghana and Niger qualify for the final.', 'Ivory Coast, Ghana and Niger have qualified for the final.']" -521,"['Panama', 'is', 'competing', 'at', 'the', '2013', 'World', 'Aquatics', 'Championships', 'in', 'Barcelona,', 'Spain', 'between', '19', 'July', 'and', '4', 'August', '2013.']","[0, 1]",1,panama,"Panama is competing at the 2013 World Aquatics Championships in Barcelona, Spain between 19 July and 4 August 2013.","['Panama will participate in the Aquatics World Championship in Barcelona, Spain, from July 19 to August 4, 2013.', ""Panama will participate in this year's World Aquatics Championships in Barcelona, Spain, which will take place from July 19 to August 4, 2013."", 'Panama will participate in the 2013 World Swimming Championships in Barcelona from 19 July to 4 August 2013.', 'Panama will participate in the Aquatics World Championship 2013, which will take place from July 19 to August 4, 2013 in Barcelona, Spain.', 'Panama will participate in the World Water Cube Championship in Barcelona from 19 July to 4 August 2013.']" -522,"['In', 'the', 'late', '19th', 'century,', 'the', 'newly', 'united', 'Italy', 'was', 'added', 'to', 'this', 'group.']","[8, 9]",1,italy,"In the late 19th century, the newly united Italy was added to this group.","['At the end of the 19th century, the newly united Italy was added to this group.', 'In the late 19th century, this group was strengthened by the new united Italy.', 'The newly united Italy joined this group at the end of the 19th century.', 'In the late 19th century this image was assigned to the newly united Italy.', 'The new, united Italy joined at the end of the 19th century.']" -523,"['At', 'least', 'in', '961,', 'when', 'King', 'Otto', 'I', 'of', 'Germany', 'marched', 'against', 'the', 'Kingdom', 'of', 'Italy', 'for', 'the', 'second', 'time,', 'he', 'made', 'Hermann', 'the', 'administrator', '(procurator', 'regis)', 'in', 'his', 'Saxon', 'lands.']","[13, 16]",1,kingdom of italy,"At least in 961, when King Otto I of Germany marched against the Kingdom of Italy for the second time, he made Hermann the administrator (procurator regis) in his Saxon lands.","['In 961 at the latest, when King Otto I of Germany marched for the second time against the Kingdom of Italy, he made Hermann procurator regis in his Saxon countries.', 'In 961 at the latest, when King Otto I of Germany marched for the second time against the Kingdom of Italy, he appointed Hermann procurator regis of his Saxon lands.', 'In 961 at the latest, when King Otto I of Germany marched for the second time against the Kingdom of Italy, he made Hermann the procurator regis of his Saxon lands.', 'When King Otto I invaded Germany for the second time at least in 961 against the Kingdom of Italy, he appointed Hermann as procurator regis of his Saxon lands.', 'In 961 at the latest, when the German King Otto I marched for the second time against the Kingdom of Italy, he made Hermann the administrator (procurator regis) in his Saxon regions.']" -524,"['Since', 'independence', 'on', 'August', '1,', '1960,', 'Benin', 'has', 'provided', 'a', 'model', 'of', 'democracy', 'in', 'West', 'Africa.']","[6, 7]",1,benin,"Since independence on August 1, 1960, Benin has provided a model of democracy in West Africa.","['Since independence on 1 August 1960, Benin has been a model of democracy in West Africa.', 'Since independence on 1 August 1960, Benin has been a model of democracy in West Africa.', 'Since independence on 1 August 1960, Benin has been regarded as a model of democracy in West Africa.', 'Since independence on 1 August 1960, Benin has been regarded as a model of democratic development in West Africa.', 'Since independence on 1 August 1960, it has been a model of democracy in West Africa.']" -525,"['He', 'was', 'educated', 'at', 'Emanuel', 'School', 'in', 'Battersea,', 'London', 'and', 'rowed', 'for', 'GB', 'at', 'U23', 'Level', 'and', 'for', 'Wales', '.']","[18, 19]",1,wales,"He was educated at Emanuel School in Battersea, London and rowed for GB at U23 Level and for Wales.","['He was educated at Emanuel School in Battersea, London, and rowed for GB at Under 23 and Wales.', 'He studied at Emanuel School in Battersea, London, and rowed for GB at U23 level and for Wales.', 'He was educated at Emanuel School in Battersea, London, and rowed at Under 23 level and for Wales.', 'He moved to Emanuel School in Battersea, London, and rowed for teenagers in England and Wales.', 'He was educated at Emanuel School in Battersea, London, as well as in his Under 23 playing class and for Wales.']" -526,"['Corbin', 'has', 'represented', 'Barbados', 'in', 'eleven', 'Chess', 'Olympiads', 'from', '1986', 'through', '2008,', 'playing', 'first', 'board', 'in', '1986,', '1990,', '1998,', 'and', '2000.']","[3, 4]",1,barbados,"Corbin has represented Barbados in eleven Chess Olympiads from 1986 through 2008, playing first board in 1986, 1990, 1998, and 2000.","['Corbin represented Barbados at eleven Chess Olympiads from 1986 to 2008, played the first board in 1986, 1990, 1998 and 2000.', 'Corbin represented Barbados at eleven Chess Olympiads between 1986 and 2008 and played the first board court in 1986, 1990, 1998 and 2000.', 'Corbin represented Barbados at eleven Chess Olympiads from 1986 to 2008 and played the first board in 1986, 1990, 1998 and 2000.', 'Corbin represented Barbados at eleven Chess Olympiads between 1986 and 2008 and played on the board for the first time in 1986, 1990, 1998 and 2000.', 'Corbin represented Barbados at eleven Chess Olympiads between 1986 and 2008 and became the first board player in 1986, 1990, 1998 and 2000.']" -527,"['Ignacio', '""Tiki""', 'Inchausti', 'played', 'in', 'Spain', ""'s"", 'only', 'ever', 'appearance', 'at.']","[5, 6]",1,spain,"Ignacio""Tiki"" Inchausti played in Spain's only ever appearance at.","['Ignacio ""Tiki"" Inchausti played Spain\'s only appearance so far.', 'Ignacio ""Tiki"" Inchausti made his only appearance for Spain so far.', 'Ignacio ""Tiki"" Inchausti played in the Spaniards ""only appearance.', 'Ignacio ""Tiki"" Inchausti made his only appearance for the Spaniards so far.', 'Ignacio ""Tiki"" Inelli\'s only appearance was on the list of Spain\'s central defenders.']" -528,"['Mongolia', 'finished', 'nineteenth', 'in', 'a', 'medal', 'table.']","[0, 1]",1,mongolia,Mongolia finished nineteenth in a medal table.,"['Mongolia finished 19th in the medal table.', 'Mongolia finished 19th in the medal table', 'Mongolia finished 19th in the medal table.', 'Mongolia is also 19th in the medal table.', 'Mongolia ranks 19th in the medal standings. The number of medals in the medal standings, the number of medals in the medal standings, the number of medals in the medal standings, the number of medals in the medal standings, the number of medals in the medal standings, the number of medals in the medal standings, the number of medals in the medal standings, the number of medals in the medal standings.']" -529,"['Set', 'against', 'the', 'backdrop', 'of', 'the', 'Indian', 'Emergency,', 'the', 'movie', 'tells', 'the', 'story', 'of', 'three', 'youngsters', 'in', 'the', '1970s,', 'when', 'India', 'was', 'undergoing', 'massive', 'social', 'and', 'political', 'changes.']","[20, 21]",1,india,"Set against the backdrop of the Indian Emergency, the movie tells the story of three youngsters in the 1970s, when India was undergoing massive social and political changes.","[""Set against the backdrop of India's plight, the film tells the story of three young people in the 1970s, when India was undergoing massive social and political change."", 'Set against the backdrop of the plight in India, the film tells the story of three young people in the 1970s, when India was undergoing an enormous social and political upheaval.', ""The film tells the story of three young people in the 1970s against the backdrop of India's plight, when India was undergoing massive social and political change."", ""Set against the backdrop of India's plight, the film tells the story of three young people in the 1970s, when India was undergoing massive social and political change."", 'Lower Saxony and the state in the lower middle class are in upheaval.']" -530,"['After', 'having', 'passed', 'the', 'summer', 'of', '2005', 'between', 'Italy', 'and', 'Switzerland', 'with', 'the', 'Favola', 'tour.']","[10, 11]",1,switzerland,After having passed the summer of 2005 between Italy and Switzerland with the Favola tour.,"['After spending the summer of 2005 between Italy and Switzerland with the Favola Tour.', 'After the summer 2005 between Italy and Switzerland with the Favola Tour.', 'After the summer 2005 between Italy and Switzerland with the Favola Tour.', 'After the end of the Favola tour in summer 2005 between Italy and Switzerland.', 'In summer 2005, the Favola tour between Italy and Switzerland was cancelled.']" -531,"['The', 'Pakistan', 'conducted', 'armed', 'operations', 'against', 'these', 'Al-Qaeda', 'members', 'since', 'August', '2003', 'off', 'and', 'on', 'with', 'limited', 'success.']","[1, 2]",1,pakistan,The Pakistan conducted armed operations against these Al-Qaeda members since August 2003 off and on with limited success.,"['Since August 2003, Pakistan has conducted violent and limited armed operations against these Al Qaeda members.', 'Pakistan has been conducting military operations against these Al Qaeda members since August 2003, without success.', 'Since August 2003, the Pakistanis have repeatedly conducted armed operations against these Al Qaeda members, with limited success.', 'According to the Pakistani government, there have been continuous armed operations against these al-Qaeda members since August 2003, without success.', ""Pakistan's military actions against these Al Qaeda members since August 2003 have repeatedly had limited success.""]" -532,"['She', 'received', 'awards', 'in', 'recognition', 'of', 'her', 'humanitarian', 'work', 'from', 'the', 'governments', 'of', 'such', 'nations', 'as', 'Belgium,', 'Czechoslovakia,', 'Estonia,', 'Japan', ',', 'Latvia,', 'Lithuania,', 'Romania,', 'as', 'well', 'as', 'Imperial', 'Russia.']","[19, 20]",1,japan,"She received awards in recognition of her humanitarian work from the governments of such nations as Belgium, Czechoslovakia, Estonia, Japan, Latvia, Lithuania, Romania, as well as Imperial Russia.","['She has been honoured for her humanitarian work by the governments of Belgium, Czechoslovakia, Estonia, Japan, Latvia, Lithuania, Romania and Imperial Russia, among others.', 'She has been honoured for her humanitarian work by the governments of Belgium, Czechoslovakia, Estonia, Japan, Latvia, Lithuania, Romania and Imperial Russia, among others.', 'She has been recognised for her humanitarian work by the governments of countries such as Belgium, Czechoslovakia, Estonia, Japan, Latvia, Lithuania, Romania and the Russian Empire.', 'In recognition of her humanitarian work, she has been honoured by the governments of countries such as Belgium, the Czech Republic, Estonia, Japan, Latvia, Lithuania, Romania and imperialist Russia.', ""In recognition of her humanitarian work, she was honoured by representatives of Belgium, Czechoslovakia, Estonia, Japan, Latvia, Lithuania, Romania and the Russian Tsar's Republic, among others.""]" -533,"['Since', 'the', '1980s', 'China', 'as', 'well', 'as', 'Thailand', 'have', 'farmed', 'tigers', 'with', 'the', 'idea', 'of', 'selling', 'their', 'parts', 'to', 'meet', 'the', 'demand', 'for', 'tiger', 'bone', '.']","[7, 8]",1,thailand,Since the 1980s China as well as Thailand have farmed tigers with the idea of selling their parts to meet the demand for tiger bone.,"['Both China and Thailand have held tigers since the 1980s, when they came up with the idea of selling their parts to satisfy demand for tiger bones.', 'Since the 1980s, China and Thailand have run tiger farms with the idea of selling their parts to meet the demand for tiger bones.', 'Since the 1980s, China and Thailand have been breeding tigers with the idea of selling their parts to meet the demand for tiger bones.', 'Since the 1980s, China, like Thailand, has been breeding tigers with the idea of selling their parts to meet the demand for tiger snails.', 'Since the 1980s, the demand for tiger bones has been met by the sale of breeding parts in China and Thailand.']" -534,"['During', 'his', 'reign', 'Polotsk', 'was', 'at', 'war', 'with', 'Kiev', 'and', 'Novgorod.']","[3, 4]",1,polotsk,During his reign Polotsk was at war with Kiev and Novgorod.,"['During his reign Polatsk was at war with Kiev and Novgorod.', 'During his reign Polotsk was at war with Kiev and Novgorod.', 'During his reign Polotsk was at war with Kiev and Novgorod.', 'During his reign Polatsk was at war with Kiev and Novgorod.', 'During his rule, Polenzk was at war with Kiev and Novgorod.']" -535,"['Bolivia', 'held', 'a', 'parliamentary', 'election', 'on', '1', 'May', '1927,', 'electing', 'a', 'new', 'National', 'Congress.']","[0, 1]",1,bolivia,"Bolivia held a parliamentary election on 1 May 1927, electing a new National Congress.","['On 1 May 1927, parliamentary elections were held in Bolivia and a new national congress was elected.', 'In Bolivia, parliamentary elections were held on 1 May 1927, in which a new National Congress was elected.', 'On 1 May 1927, parliamentary elections were held in Bolivia in which a new National Assembly was elected.', 'In Bolivia, parliamentary elections were held on 1 May 1927, in which a new National Congress was elected.', 'On 1 May 1927, parliamentary elections were held in Bolivia with the election of a new national congress.']" -536,"['After', 'Sandinista', 'leader', 'Daniel', 'Ortega', 'returned', 'to', 'power', 'in', '2007,', 'Russia', 'took', 'over', 'the', 'patron', 'role', 'for', 'Nicaragua', 'Nicaragua', 'was', 'the', 'second', 'country', 'after', 'Russia', 'to', 'recognize', 'the', 'disputed', 'territories', 'of', 'South', 'Ossetia', 'and', 'Abkhazia.']","[10, 11]",1,russia,"After Sandinista leader Daniel Ortega returned to power in 2007, Russia took over the patron role for Nicaragua Nicaragua was the second country after Russia to recognize the disputed territories of South Ossetia and Abkhazia.","['Following the return to power of Sandinista leader Daniel Ortega in 2007, Russia assumed patronage of Nicaragua, the second country after Russia to recognize the disputed territories of South Ossetia and Abkhazia.', 'After the return of Sandinista leader Daniel Ortega to power in 2007, Russia took over the patronage of Nicaragua. Nicaragua became the second country after Russia to recognize the disputed territories of South Ossetia and Abkhazia.', 'Following the return to power of Sandinista leader Daniel Ortega in 2007, Russia assumed patronage of Nicaragua, the second country after Russia to recognize the disputed territories of South Ossetia and Abkhazia.', 'After the return of Sandinista leader Daniel Ortega to power in 2007, Russia took over Nicaragua Nicaragua became the second country after Russia to recognize the disputed territories of South Ossetia and Abkhazia.', 'After Sandinista leader Daniel Ortega returned to power in 2007, Russia took over Nicaragua, the second country after Russia to recognize the disputed territories of South Ossetia and Abkhazia.']" -537,"['Dublin', 'provided', 'the', 'opposition', 'on', 'that', 'occasion,', 'however,', 'victory', 'went', 'to', 'Galway', 'and', 'Clarke', 'collected', 'a', 'coveted', 'All-Ireland', 'medal.']","[0, 1]",1,dublin,"Dublin provided the opposition on that occasion, however, victory went to Galway and Clarke collected a coveted All-Ireland medal.","['Dublin provided the opposition but the win went to Galway and Clarke collected a coveted All-Ireland medal.', 'Dublin faced the opposition but the win went to Galway and Clarke was awarded the coveted All-Ireland Medal.', 'Dublin again provided the opposition but the win went to Galway and Clarke picked up a coveted All-Ireland medal.', 'Dublin provided the opposition but the win went to Galway and Clarke won a coveted All-Ireland medal.', 'Dublin faced the opposition in the first round, but then Galway won and Clarke picked up the coveted medal for the whole of Ireland.']" -538,"['Once', 'Italy', 'entered', 'the', 'war', 'in', '1915,', 'Balbo', 'joined', 'the', 'Italian', 'Royal', 'Army', '(Regio', 'Esercito)', 'as', 'an', 'officer', 'candidate', 'and', 'served', 'in', 'the', 'Alpini', '(Mountain)', 'Battalion', '""Val', 'Fella""', 'before', 'volunteering', 'for', 'flying', 'training', 'on', 'October', '16,', '1917.']","[1, 2]",1,italy,"Once Italy entered the war in 1915, Balbo joined the Italian Royal Army (Regio Esercito) as an officer candidate and served in the Alpini (Mountain) Battalion""Val Fella"" before volunteering for flying training on October 16, 1917.","['After Italy entered the war in 1915, Balbo joined the Italian Royal Army (Regio Esercito) as a trainee officer. On 16 October 1917, he served in the Alpini battalion ""Val Fella"" before volunteering for flight training.', 'When Italy entered the war in 1915, Balbo joined the Italian Royal Army (Regio Esercito) as a trainee officer and served in the Alpini (Mountain) Battalion ""Val Fella"" before volunteering for flight training on 16 October 1917.', 'When Italy entered the war in 1915, Balbo joined the Italian Royal Army (Regio Esercito) as a trainee officer and served in the mountain battalion ""Jeti Val Fella"" before volunteering for pilot training on 16 October 1917.', 'When Italy entered the war in 1915, Balbo joined the Italian Royal Army (Regio Esercito) as a trainee officer and served in the Val Fella mountain battalion before volunteering for flight training on 16 October 1917.', 'When Italy entered the war in 1915, Balbo joined the Italian Royal Army (Regio Esercito) as an officer and served in the Alpini Battalion ""Val Fella"" before volunteering for flight training on 16 October 1917.']" -539,"['During', 'that', 'time', 'period', 'Mexico', ',', 'although', 'initially', 'a', 'supporter', 'of', 'the', ""Somoza's,"", 'soon', 'changed', 'position', 'and', 'offered', 'support', 'to', 'the', 'Sandinistas.']","[4, 5]",1,mexico,"During that time period Mexico, although initially a supporter of the Somoza's, soon changed position and offered support to the Sandinistas.","['Mexico, which initially supported the Somoza, changed its position during this period and offered its support to the Sandinistas.', 'During this time, Mexico, which initially supported the Somoza, soon changed its position and offered support to the Sandinistas.', 'Mexico initially supported the Somoza during this period, but soon changed its stance and offered help to the Sandinistas.', 'Although Mexico initially supported the Somoza during this period, it soon changed its position and offered support to the Sandinistas.', 'Although Mexico initially supported Somoza, he changed his position and offered support to the Sandinistas.']" -540,"['He', 'then', 'competed', 'at', 'the', '2005', 'FIFA', 'World', 'Youth', 'Championship', 'in', 'the', 'Netherlands,', 'helping', 'Colombia', 'to', 'the', 'Round', 'of', '16', 'before', 'losing', 'to', 'eventual', 'champion', 'Argentina.']","[14, 15]",1,colombia,"He then competed at the 2005 FIFA World Youth Championship in the Netherlands, helping Colombia to the Round of 16 before losing to eventual champion Argentina.","['He then participated in the 2005 Youth World Cup in the Netherlands and helped Colombia reach the quarter-finals, where it lost to eventual world champion Argentina.', 'He participated in the 2005 FIFA Youth World Cup in the Netherlands and led Colombia to the quarterfinals before losing to eventual champion Argentina.', 'He then participated in the 2005 FIFA Youth World Cup in the Netherlands and helped Colombia to the round of 16, where it lost to eventual champion Argentina.', 'Chile then participated in the 2005 FIFA Youth World Cup in the Netherlands and helped Colombia reach the quarterfinals before losing to eventual world champion Argentina.', 'He participated in the FIFA Youth World Cup 2005 in the Netherlands and helped Colombia reach the quarter-finals (then lost to eventual winner Argentina).']" -541,"['Later', 'orders', 'from', 'France', 'included', 'the', 'Alouette', 'II,', 'Alouette', 'III', 'and', 'Gazelle', 'helicopters,', 'and', 'Fouga', 'Magister', 'and', 'Dassault-Dornier', 'Alpha', 'Jet', 'jet', 'trainers.']","[3, 4]",1,france,"Later orders from France included the Alouette II, Alouette III and Gazelle helicopters, and Fouga Magister and Dassault-Dornier Alpha Jet jet trainers.","['Later the helicopters Alouette II, Alouette III and Gazelle as well as the jet trainers Fouga Magister and Dassault-Dornier Alpha Jet were ordered from France.', 'Later France ordered helicopters of the types Alouette II, Alouette III and Gazelle as well as fighter jet trainers of the types Fouga Magister and Dassault-Dornier.', 'Later the helicopters Alouette II, Alouette III and Gazelle as well as the jet trainers Fouga Magister and Dassault-Dornier Alpha Jet were ordered from France.', 'Later there were orders from France for the helicopters Alouette II, Alouette III and Gazelle as well as for the trainers of the jets Fouga Magister and Dassault-Dornier Alpha.', 'Later helicopters of the types Alouette II, Alouette III and Gazelle as well as fighter jets of the types Fouga Elke and Dassault Dornier Alpha were procured from France.']" -542,"['He', 'was', 'the', 'son', 'of', 'Israel', 'and', 'Bridgett.']","[5, 6]",1,israel,He was the son of Israel and Bridgett.,"['He was the son of Israel and Bridgett.', 'He was the son of Israel and Bridgett.', 'He was the son of Israel and Bridgett.', 'This was the son of Israel and Bridgett.', 'He was the son of Israel and of Bruges.']" -543,"['The', 'Soviets', 'want', 'to', 'expand', 'their', 'influence;', 'the', 'United', 'States', 'intend', 'to', 'appropriate', 'the', ""continent's"", 'natural', 'riches;', 'the', 'former', 'empires', 'seek', 'to', 'revive', 'their', 'shaky', 'colonial', 'power;', 'and', 'the', 'young', 'nations', 'defend', 'their', 'newly-won', 'independence,', 'armed', 'with', 'an', 'ideal:', 'internationalism.']","[8, 10]",1,united states,"The Soviets want to expand their influence; the United States intend to appropriate the continent's natural riches; the former empires seek to revive their shaky colonial power; and the young nations defend their newly-won independence, armed with an ideal: internationalism.","[""The Soviets want to increase their influence; the United States intends to appropriate the continent's natural wealth; the former empires are trying to revive their shaky colonial power; and the young countries are defending their newfound independence, armed with an ideal: internationalism."", ""The Soviets want to expand their influence, the United States wants to appropriate the continent's natural wealth, the former empires want to revive their shaky colonial power, and the young nations are defending their newly won independence, armed with an ideal: internationalism."", ""The Soviets want to expand their influence, the United States intends to appropriate the continent's natural wealth, the former empires are trying to revive their shaky colonial power, and the young nations are defending their newly won independence, armed with one ideal: internationalism."", ""The Soviets want to expand their influence, the United States intends to appropriate the continent's natural wealth, the former empires are trying to revive their shaky colonial power, and the young nations are defending their newly won independence, armed with a failed ideal: internationalism."", ""The Soviets want to consolidate their influence; the United States intends to appropriate the continent's natural wealth; the former empires advocate the revival of their wavering colonial power; and the young nations defend their newfound independence, endowed with an ideal: internationalism.""]" -544,"['He', 'made', 'a', 'useful', '43', 'in', 'the', 'second', 'innings,', 'coming', 'in', 'when', 'New', 'Zealand', 'was', 'struggling', 'at', '103', 'for', '7', 'and', 'helping', 'the', 'side', 'avoid', 'defeat.']","[12, 14]",1,new zealand,"He made a useful 43 in the second innings, coming in when New Zealand was struggling at 103 for 7 and helping the side avoid defeat.","['He scored a valuable 43-yard touchdown in the second inning to lead New Zealand to a 103-7 victory.', 'He hit a useful 43 in the second inning and also fell as New Zealand fought back from 103-7 down to avoid defeat.', 'He scored a very good 43 in the second inning and became the 84th man to score as New Zealand fought back from 103-7 down to help the team avoid defeat.', 'In his 33rd inning, he scored a useful 43 from 103-7 for New Zealand and helped them avoid defeat.', 'He took advantage of a 43 as he went into the match 103-7 to avoid defeat.']" -545,"['San', 'Diego–Tijuana', 'traces', 'its', 'European', 'roots', 'to', '1542', 'when', 'the', 'land', 'was', 'explored', 'by', 'Portugal', 'on', 'behalf', 'of', 'imperial', 'Spain.']","[14, 15]",1,portugal,San Diego–Tijuana traces its European roots to 1542 when the land was explored by Portugal on behalf of imperial Spain.,"['San Diego / Tijuana dates back to 1542, when Portugal explored the country in the name of imperial Spain.', 'San Diego / Tijuana dates back to 1542, when Portugal opened the area in the name of imperial Spain.', 'San Diego - Tijuana has its European roots in 1542, when Portugal explored the area on behalf of the Spanish Empire.', 'San Diego, Tijuana and other places have their origins in Europe in 1542, when Portugal explored the country on behalf of imperial Spain.', 'San Diego / Tijuana - The origins of water date back to 1542, when Portugal explored the country on behalf of Imperial Spain.']" -546,"['After', 'the', 'Safavid', 'conquest', 'of', 'Baku', 'in', '1501,', 'the', 'Sufi', 'order', 'was', 'expelled.']","[5, 6]",1,baku,"After the Safavid conquest of Baku in 1501, the Sufi order was expelled.","['After the conquest of Baku by the Safavids in 1501, the Sufi order was expelled.', 'After the conquest of Baku by the Safavids in 1501, the Sufi order was expelled.', 'After the conquest of Baku by the Safavids in 1501, the Sufi order was expelled.', 'After the conquest of Baku by the Safavids in 1501, the Sufi order was expelled.', 'After the safari conquest of Baku in 1501, the Sufi Order was expelled.']" -547,"['Victoria', 'appointed', '19', 'Knights', 'Grand', 'Cross,', 'plus', 'an', 'additional', '28', 'honorary', 'Knights', 'Grand', 'Cross,', 'between', 'the', ""order's"", 'institution', 'and', 'her', 'death', 'on', '22', 'January', '1901;', 'of', 'those', '19,', 'six', 'were', 'to', 'Princes', 'of', 'the', 'United', 'Kingdom—her', 'own', 'children,', 'grandchildren', 'or', 'other', 'close', 'relatives—and', 'a', 'further', 'seven', 'to', 'those', 'already', 'holding', 'a', 'peerage..']","[0, 1]",1,victoria,"Victoria appointed 19 Knights Grand Cross, plus an additional 28 honorary Knights Grand Cross, between the order's institution and her death on 22 January 1901; of those 19, six were to Princes of the United Kingdom—her own children, grandchildren or other close relatives—and a further seven to those already holding a peerage..","['Between the founding of the Order and its death on 22 January 1901, Victoria appointed 19 knights Grand Cross and 28 knights Grand Cross of Honour. Six of these were awarded to British princes, their own children, grandchildren or other close relatives, and a further seven to persons with German citizenship.', 'Victoria appointed 19 knights Grand Cross and a further 28 Knights of Honour between the founding of the Order and her death on 22 January 1901. Six of these 19 knights were handed over to princes of the United Kingdom, their own children, grandchildren or other close relatives, and a further seven to those who already hold a rank.', 'Between the founding charter of the Order and her death on 22 January 1901, Victoria appointed 19 Knight Grand Crosses plus 28 other Knight Grand Crosses of Honour. Six of the 19 knights were Prince of the United Kingdom, their own children, grandchildren or other close relatives and a further seven members of the above-mentioned orders.', 'Victoria appointed 19 Knights Grand Cross plus 28 other Knights of Honour between her institution and her death on 22 January 1901; of these 19, six had gone to princes of the United Kingdom or their own children, grandchildren or other close relatives, and a further seven had pedigree.', 'Victoria appointed 19 Knights Grand Crosses and a further 28 Crosses of Honour between the investiture of the Order and her death on 22 January 1901, six of which went to Princes of Great Britain, their own children, grandchildren or other close relatives, and a further seven to those already in positions.']" -548,"['In', '1821,', 'Mexico', 'gained', 'independence', 'from', 'Spain', 'and', 'Nicaragua', 'became', 'part', 'of', 'the', 'First', 'Mexican', 'Empire.']","[2, 3]",1,mexico,"In 1821, Mexico gained independence from Spain and Nicaragua became part of the First Mexican Empire.","['In 1821, Mexico gained independence from Spain and Nicaragua became part of the First Mexican Empire.', 'In 1821, Mexico gained independence from Spain and Nicaragua became part of the First Mexican Empire.', 'In 1821, Mexico gained its independence from Spain and Nicaragua became part of the First Mexican Empire.', 'In 1821, Mexico gained independence from Spain and Nicaragua became part of the First Mexican Empire.', 'In 1821, Mexico gained its independence from Spain and Nicaragua became part of the First Mexican Empire.']" -549,"['It', 'is', 'the', 'sixth', 'highest', 'honour', 'awarded', 'by', 'Romania', 'ranking', 'just', 'behind', 'the', 'Medal', 'of', 'Faithful', 'Service', 'and', 'ahead', 'of', 'the', 'Order', 'of', 'the', 'Victory', 'of', 'the', 'Romanian', 'Revolution', 'of', 'December', '1989.']","[8, 9]",1,romania,It is the sixth highest honour awarded by Romania ranking just behind the Medal of Faithful Service and ahead of the Order of the Victory of the Romanian Revolution of December 1989.,"['It is the sixth highest award in Romania, just behind the Loyalty Medal and ahead of the Knighthood of Victory of the Romanian Revolution of December 1989.', 'It is the sixth highest award in Romania, after the Loyalty Medal and the Order of Victory during the Romanian Revolution of December 1989.', 'It is the sixth highest award Romania receives, after the Loyalty Medal and before the Order of Victory of the Romanian Revolution in December 1989.', 'With this sixth highest award, Romania is just behind the medal for faithful service and ahead of the Order of Victory of the Romanian Revolution of December 1989.', 'This is the sixth highest award given to Romania, just behind the Loyalty Medal and ahead of the Order of Victory of the Romanian Revolution, entitled ""World Legal Choice Evening"" in December 1989.']" -550,"['She', 'was', 'confirmed', 'by', 'the', 'United', 'States', 'on', 'June', '16,', '2000,', 'and', 'received', 'her', 'commission', 'on', 'August', '3,', '2000.']","[5, 7]",1,united states,"She was confirmed by the United States on June 16, 2000, and received her commission on August 3, 2000.","['It was confirmed by the US on 16 June 2000 and received its contract on 3 August 2000.', 'It was confirmed by the United States on 16 June 2000 and received its mandate on 3 August 2000.', 'It was confirmed by the United States on 16 June 2000 and received its mandate on 3 August 2000.', 'It was confirmed by the US on 16 June 2000 and received its contract on 3 August 2000.', 'It was confirmed by the United States on 16 June 2000 and deployed on 3 August 2000.']" -551,"['Honoré', 'took', 'the', 'title', 'of', 'Prince', 'himself,', 'and', 'it', 'was', 'only', 'through', 'the', 'protection', 'of', 'France', 'that', 'Monaco', 'escaped', 'total', 'overrun', 'by', 'Spain.']","[17, 18]",1,monaco,"Honoré took the title of Prince himself, and it was only through the protection of France that Monaco escaped total overrun by Spain.","['Honoré himself obtained the title of prince, and it was only thanks to the protection of France that Monaco escaped the complete superiority of Spain.', 'Honoré himself won the title of prince, and it was only thanks to the protection of France that Monaco was able to prevent a complete takeover by Spain.', 'Honoré himself assumed the title of prince, and it was only through the protection of France that Monaco escaped total takeover by Spain.', 'Honoré attained the title of prince and only by the protection of France did Monaco escape a complete superiority of the Spaniards.', ""Honoré himself won the Little Prince's title, and it was only through the protection of France that Monaco escaped total Spanish takeover.""]" -552,"['After', 'India', 'gained', 'independence', 'in', '1947,', 'Bangalore', 'evolved', 'into', 'a', 'manufacturing', 'hub', 'for', 'public', 'sector', 'heavy', 'industries—particularly', 'aerospace,', 'telecommunications,', 'machine', 'tools,', 'heavy', 'equipment,', 'space', 'and', 'defence.']","[1, 2]",1,india,"After India gained independence in 1947, Bangalore evolved into a manufacturing hub for public sector heavy industries—particularly aerospace, telecommunications, machine tools, heavy equipment, space and defence.","['After India gained independence in 1947, Bangalore became a manufacturing center for heavy public industry, particularly aerospace, telecommunications, machine tools, heavy equipment, space and defense.', 'After India gained independence in 1947, Bangalore became a manufacturing hub for heavy industry in the public sector, particularly aerospace, telecommunications, machine tools, construction machinery, space, and defense.', 'After India gained independence in 1947, Bangalore became a manufacturing hub for heavy public industry, particularly aerospace, telecommunications, machine tools, construction machinery, and space and defense.', 'After India gained independence in 1947, Bangalore became a manufacturing center for heavy industry from the public sector, particularly aerospace, telecommunications, machine tools, heavy equipment, space and defense.', 'After India gained independence in 1947, Bangalore became a manufacturing hub for heavy industry, particularly aerospace, telecommunications, machine tools, heavy machinery, space and defense.']" -553,"['Although', 'the', 'official', 'bidding', 'process', 'has', 'not', 'yet', 'begun,', 'Australia,', 'Japan', ',', 'New', 'Zealand', 'and', 'Thailand', 'have', 'confirmed', 'their', 'interests', 'in', 'potentially', 'staging', 'the', 'tournament.']","[10, 11]",1,japan,"Although the official bidding process has not yet begun, Australia, Japan, New Zealand and Thailand have confirmed their interests in potentially staging the tournament.","['Although the official bidding process has not yet begun, Australia, Japan, New Zealand and Thailand have confirmed their interest in hosting the tournament.', 'Although the official bidding process has not yet begun, Australia, Japan, New Zealand and Thailand have confirmed their interest in hosting the tournament.', 'Australia, Japan, New Zealand and Thailand are said to be interested in hosting the tournament, although the official bidding process has not yet begun.', 'The official bidding process has not yet begun, but Australia, Japan, New Zealand and Thailand have confirmed their interest in hosting the tournament.', 'Although the official bidding process has not yet begun, Australia, Japan, New Zealand and Thailand have confirmed their interest in hosting the tournament.']" -554,"['Italy', 'classified', 'cathinone', 'and', 'all', 'structurally', 'derived', 'analogues', '(including', 'pyrovalerone', 'analogues)', 'as', 'Narcotics', 'on', 'January', '2012.']","[0, 1]",1,italy,Italy classified cathinone and all structurally derived analogues (including pyrovalerone analogues) as Narcotics on January 2012.,"['Italy classified kathinone and all structurally derived analogues (including pyrovalerone analogues) as narcotics in January 2012.', 'Italy classified kathinone and all structurally derived analogues (including pyrovalerone analogues) as narcotics in January 2012.', 'Italy classified kathinone and all structurally derived analogues (including pyrovalerone) as narcotics in January 2012.', 'Italy classified kathinone and all structurally derived analogues (including pyrovalerone analogues) as narcotics in January 2012.', 'Italy classified Athinone and all structurally derived analogues (including pyrovalerone analogues) as narcotics on 1 January 2012.']" -555,"['Restrictions', 'on', 'the', 'manufacture', 'of', 'certain', 'armaments', 'within', 'the', '1919', 'Treaty', 'of', 'Versailles', 'forbade', 'Germany', 'from', 'manufacturing', 'certain', 'types', 'of', 'weapons,', 'such', 'as', 'light', 'automatic', 'firearms', '(designated', 'as', 'SMGs', 'with', 'barrels', 'in', 'excess', 'of', 'four', 'inches', '(102', '\xa0', 'mm)', 'and', 'magazines', 'holding', 'more', 'than', 'eight', 'rounds).']","[14, 15]",1,germany,"Restrictions on the manufacture of certain armaments within the 1919 Treaty of Versailles forbade Germany from manufacturing certain types of weapons, such as light automatic firearms (designated as SMGs with barrels in excess of four inches (102  mm) and magazines holding more than eight rounds).","['Restrictions on the production of certain weapons in the 1919 Treaty of Versailles prohibited Germany from producing certain types of weapons, such as light automatic firearms (SMG, with barrels larger than 102 mm and magazines larger than eight rounds).', 'Restrictions on certain weapons in the 1919 Treaty of Versailles prohibited Germany from producing certain types of weapons, such as light automatic firearms (SMGs with a capacity of more than 102 mm and magazines with more than eight rounds).', 'Certain factory restrictions in the 1919 Treaty of Versailles prohibit Germany from producing certain types of weapons, such as light automatic firearms (known as SMG with barrels over 102 mm and magazines with more than eight rounds).', 'Restrictions on the production of certain weapons in the 1919 Treaty of Versailles prohibited the Federal Republic of Germany from producing certain types of weapons, such as light automatic firearms (SMGs with barrels greater than 102 mm, magazines with more than eight rounds).', 'The production restrictions of the 1919 Treaty of Versailles prohibit Germany from producing certain weapons, such as light automatic firearms (so-called SMG) with 102 mm bullets and magazines with more than eight rounds.']" -556,"['Perhaps', 'specific', 'locations', 'or', 'services', 'use', 'three', 'phases,', 'but', 'Australia', 'and', 'New', 'Zealand', 'both', 'use', 'an', 'internationally-recognised', 'six-phase', 'USAR', 'model', '(Emergency', 'Management', 'Australia', 'Manual', '35,', 'section', '1.14', '(page', '6', '&', '7)', '-', 'http://www.ema.gov.au/www/emaweb/rwpattach.nsf/VAP/(3273BD3F76A7A5DEDAE36942A54D7D90)~Manual35-GeneralandDisasterRescue.pdf/$file/Manual35-GeneralandDisasterRescue.pdf', '(3.71MB)).']","[9, 10]",1,australia,"Perhaps specific locations or services use three phases, but Australia and New Zealand both use an internationally-recognised six-phase USAR model (Emergency Management Australia Manual 35, section 1.14 (page 6 & 7) - http://www.ema.gov.au/www/emaweb/rwpattach.nsf/VAP/(3273BD3F76A7A5DEDAE36942A54D7D90)~Manual35-GeneralandDisasterRescue.pdf/$file/Manual35-GeneralandDisasterRescue.pdf (3.71MB)).","['While certain websites or services use three phases, Australia and New Zealand both use an internationally recognized six-phase USAR model (Emergency Management Australia Manual 35, Section 1.14 (page 6 & 7) - http: / / www.ema.gov.au / www / emaweb / rwpattach.nsf / VAP / (3273BD3F76A7A5DEDAE36942A54D7D90) ~ Manual35-GeneralandDisasterRescue.pdf / $file / Manual35-General andDisasterRescue.pdf (3.71MB).', 'Some places or services use three phases, but both Australia and New Zealand use an internationally recognized six-phase USAR model (Emergency Management Australia Manual 35, Section 1,14 (page 6 & 7) - http: / / www.ema.gov.au / www / emaweb / rwpattach.nsf / VAP / (3273BD3F76A7A5DEDAE36942A54D7D90) ~ Manual35-GeneralandDisasterRescue.pdf / $file / Manual35-GeneralandDisasterRescue.pdf (3.71MB).', 'Each website or service can use three phases, but Australia and New Zealand both use an internationally recognised six-phase US model (Emergency Management Australia Manual 35, Section 1.14 (page 6 & 7) - http: / / www.ema.gov.au / www / emaweb / rwpattach.nsf / VAP / (3273BD3F76A7A5DEDAE36942A54D7D90) ~ Manual35-GeneralandDisasterRescue.pdf / $file / Manual35-GeneralandDisasterRescue.pdf (3.71MB).', 'Individual websites or services may use three phases, but Australia and New Zealand both use an internationally recognized six-phase USAR model (Emergency Management Australia Manual 24, Section 3.25 (page 2 & 3) - http: / / www.ema.gov.au / www / emaweb / rwpattach.nsf / VAP / (3273BD3F76A7A5DEDAE36942A54D7D90) ~ Manual35-GeneralandDisasterRescue.pdf / $file / Manual35-GeneralandDisasterRescue.pdf (3.71MB).', 'A three-phase scheme can be used here and there, but in Australia and New Zealand an internationally recognised six-phase USAR model (Emergency Management Australia Manual 35, Section 1.14 (page 6 & 7) - http: / / www.ema.gov.au / www / emaweb / rwpattach.nsf / VAP / (3273BD3F76A7A5DEDAE36942A54D7D90) ~ Manual35-GeneralandDisasterRescue.pdf / $file / Manual35-General andDisasterRescue.pdf (3.71MB).']" -557,"['This', 'action', 'was', 'taken', 'to', 'ensure', 'the', 'fleet', 'would', 'not', 'fall', 'into', 'German', 'hands,', 'as', 'the', 'Nazis', 'had', 'defeated', 'France', 'and', 'occupied', 'Paris.']","[19, 20]",1,france,"This action was taken to ensure the fleet would not fall into German hands, as the Nazis had defeated France and occupied Paris.","['This measure was taken to ensure that the fleet did not fall into German hands after the Nazis had defeated France and occupied Paris.', 'This measure was taken to ensure that the fleet did not fall into the hands of the Germans, as the Nazis had defeated France and occupied Paris.', 'This measure was taken to prevent the fleet from falling into the hands of the Germans because the Nazis had defeated France and occupied Paris.', 'These actions were intended to prevent the fleet from falling into German hands after the Nazis had defeated France and occupied Paris.', 'This measure was taken to ensure that no German fleet fell into the hands of Germany after the Nazis had defeated France and occupied Paris.']" -558,"['The', 'film', 'was', 'shot', 'on', 'location', 'in', 'Aceh,', 'and', 'reports', 'on', 'the', 'Province’s', 'battle', 'for', 'independence', 'from', 'Indonesia', '.']","[17, 18]",1,indonesia,"The film was shot on location in Aceh, and reports on the Province’s battle for independence from Indonesia.","[""The film was shot on location in Aceh and reports on the province's struggle for independence from Indonesia."", ""The film was shot on location in Aceh and reports on the province's struggle for independence from Indonesia."", 'The film, which was shot on location in Aceh, reports on the independence struggle of the province of Indonesia.', ""The film was shot on location in Aceh but tells the story of the province's struggle for independence from Indonesia."", ""The film is set in Aceh, where it reports on the province's struggle for independence from Indonesia.""]" -559,"['Spain', 'recaptured', 'the', 'city', 'in', '1732.']","[0, 1]",1,spain,Spain recaptured the city in 1732.,"['Spain recaptured the city in 1732.', 'Spain recaptured the city in 1732.', 'Spain recaptured the city in 1732.', 'Spain recaptured the city in 1732.', 'A hypothetical situation that ""only"" concerns the US in today\'s region.']" -560,"['Hong', 'Kong', 'and', 'Japan', 'advanced', 'but', 'neither', 'got', 'any', 'further,', 'losing', 'play-offs', 'for', 'the', 'next', 'round', 'to', 'South', 'Korea', 'and', 'Israel', 'respectively.']","[0, 2]",1,hong kong,"Hong Kong and Japan advanced but neither got any further, losing play-offs for the next round to South Korea and Israel respectively.","['Hong Kong and Japan progressed, but neither advanced, losing the next round play-offs to South Korea and Israel, respectively.', 'Hong Kong and Japan progressed, but neither advanced, losing the play-offs to South Korea and Israel respectively.', 'Hong Kong and Japan progressed, but neither advanced, losing their next-round play-offs to South Korea and Israel respectively.', 'Hong Kong and Japan advanced, but no country advanced, losing the next round play-offs to South Korea and Israel, respectively.', 'Hong Kong and Japan progressed, but both failed to make it, losing the next round play-offs to South Korea and Israel respectively.']" -561,"['After', 'the', 'fall', 'of', 'France', 'to', 'Germany', ',', 'Girardeau', 'created', 'a', 'factory', 'for', 'underground', 'forces', 'of', 'free', 'France.']","[6, 7]",1,germany,"After the fall of France to Germany, Girardeau created a factory for underground forces of free France.","['After France fell to Germany, Girardeau created a factory for the underground forces of free France.', 'After France fell to Germany, Girardeau built a factory for the underground forces of free France.', 'After the fall of Rome to Germany, Girardeau created a factory for the underground forces of free France.', 'After France fell to Germany, Girardeau founded a factory for underground troops of the Free France.', 'After the fall of the Berlin Wall, Girardeau created a factory for the underground forces of the Free France.']" -562,"['Spain', 'started', 'off', 'the', '2012–13', 'IRB', '7s', 'Series', 'with', 'a', 'bang', 'at', 'the', '2012', 'Gold', 'Coast', 'Sevens,', 'defeating', 'Tonga,', 'Wales', 'and', 'England', 'to', 'finish', 'ninth', 'and', 'win', 'the', 'Bowl.']","[0, 1]",1,spain,"Spain started off the 2012–13 IRB 7s Series with a bang at the 2012 Gold Coast Sevens, defeating Tonga, Wales and England to finish ninth and win the Bowl.","['Spain started the 2012-13 IRB 7s series with a cracker in the Gold Coast Sevens, beating Tonga, Wales and England to finish ninth and win the Bowl.', 'Spain started the 2012-13 IRB 7s series with a bang in the Gold Coast Sevens, beating Tonga, Wales and England to finish ninth and win the scarf.', 'Spain began the 2012-13 IRB 7s series with a thumping win in the Gold Coast Sevens, beating Tonga, Wales and England to finish ninth and win the Bowl.', 'Spain started the 2012-13 IRB 7s series with a bang in the record-breaking Gold Coast series, beating Tonga, Wales and England to finish ninth and win the Bowl.', 'Spain began the 2012-13 series with a brilliant win on the Gold Coast in the 2012-13 season, beating Tonga, Wales and England to finish ninth and win the Cup.']" -563,"['Algeria', 'severed', 'diplomatic', 'relations', 'with', 'the', 'United', 'States', 'on', 'June', '6,', '1967,', 'in', 'the', 'wake', 'of', 'the', 'June', '1967', 'Arab-Israeli', 'War.']","[0, 1]",1,algeria,"Algeria severed diplomatic relations with the United States on June 6, 1967, in the wake of the June 1967 Arab-Israeli War.","['Algeria broke off diplomatic relations with the United States on June 6, 1967, following the Arab-Israeli war of June 1967.', 'Algeria broke off diplomatic relations with the United States on June 6, 1967, following the Arab-Israeli war of June 1967.', 'Algeria broke off diplomatic relations with the United States on June 6, 1967, following the Arab-Israeli war of June 1967.', 'Algeria broke off diplomatic relations with the United States on June 6, 1967, after the Israeli-Arab war was broken off in June 1967.', 'Algeria broke off diplomatic relations with the United States from the Emirate of Jerusalem on 6 June 1967 in the wake of the Arab-Israeli war.']" -564,"['March', '28:', 'Neapolitan', 'War', 'commenced', 'by', 'Joachim', 'Murat', 'against', 'Austria', '.']","[9, 10]",1,austria,March 28: Neapolitan War commenced by Joachim Murat against Austria.,"['March 28 - The Neapolitan War against Austria begins, initiated by Joachim Murat.', 'March 28 - Napoleonic War, opened by Joachim Murat against Austria.', 'March 28 - The Battle of Naples is defeated by Joachim Murat against Austria.', 'March 28 - The Neapolitan War against Austria, waged by Joachim Murat.', 'March 28 - Battle of Neapolitans by Joachim Murat against Austria.']" -565,"['Mexico', 'is', 'scheduled', 'to', 'compete', 'at', 'the', '2014', 'FEI', 'World', 'Equestrian', 'Games', 'in', 'the', 'region', 'of', 'Normandy,', 'France.']","[0, 1]",1,mexico,"Mexico is scheduled to compete at the 2014 FEI World Equestrian Games in the region of Normandy, France.","['Mexico will participate in the 2014 FEI World Equestrian Games in Normandy, France.', 'Mexico will host the 2014 FEI World Equestrian Games in Normandy.', 'Mexico is scheduled to participate in the 2014 FEI World Equestrian Games in Normandy.', 'Mexico takes part in the World Equestrian Games in Normandy in 2014.', 'Mexico is expected to participate in the 2014 FEI World Equestrian Games in Normandy.']" -566,"['The', 'USA', 'also', 'received', 'an', 'automatic', 'berth', 'for', 'winning', 'the', '2008', 'Olympic', ""Men's"", 'Basketball', 'Tournament.']","[1, 2]",1,usa,The USA also received an automatic berth for winning the 2008 Olympic Men's Basketball Tournament.,"[""The USA also received an automatic ranking for their victory in the Olympic men's basketball tournament in 2008."", ""The United States also won the 2008 men's Olympic basketball tournament automatically."", ""The United States was awarded an automatic spot for winning the 2008 Olympic men's basketball tournament."", ""The United States also received an automatic ranking for winning the 2008 men's Olympic basketball tournament."", ""The United States also became the automatic holder of the 2008 men's Olympic basketball tournament.""]" -567,"['The', 'Royal', 'Victorian', 'Order', 'is', 'an', 'order', 'of', 'knighthood', 'awarded', 'by', 'the', 'United', 'Kingdom', 'and', 'several', 'Commonwealth', 'realms.']","[12, 14]",1,united kingdom,The Royal Victorian Order is an order of knighthood awarded by the United Kingdom and several Commonwealth realms.,"['The Royal Victorian Order is a knighthood conferred by the United Kingdom and several Commonwealth countries.', 'The Royal Victorian Order is a knighthood conferred by the United Kingdom and several Commonwealth countries.', 'The Royal Victorian Order is a knighthood awarded by the United Kingdom and various Commonwealth countries.', 'The Royal Victorian Order is a knighthood conferred by the United Kingdom and several Commonwealth countries.', 'The Royal Victorian Order is a knighthood awarded by the United Kingdom and some Commonwealth countries.']" -568,"['The', 'Treaty', 'of', 'Kiel', 'was', 'unsuccessful,', 'and', 'after', 'the', 'declaration', 'of', 'Norwegian', 'independence,', 'Sweden', 'attempted', 'to', 'recover', 'its', 'sovereignty', 'by', 'force.']","[13, 14]",1,sweden,"The Treaty of Kiel was unsuccessful, and after the declaration of Norwegian independence, Sweden attempted to recover its sovereignty by force.","[""The Kiel Treaty was unsuccessful, and after Norway's declaration of independence, Sweden attempted to regain its sovereignty by force."", ""The Kiel Treaty was unsuccessful, and after Norway's declaration of independence, Sweden attempted to regain its sovereignty by force."", ""The Kiel Treaty was unsuccessful, and after Norway's declaration of independence, Sweden attempted to regain its sovereignty by force."", 'The Kiel Treaty remained unsuccessful and Sweden attempted to regain its sovereignty by force after Norway declared independence.', ""The Treaty of Kiel was unsuccessful, and after Norway's declaration of the rainbow, Sweden attempted to regain its sovereignty by force.""]" -569,"['Later', 'the', 'children', 'in', 'the', 'camp', 'represented', 'almost', 'all', 'nations', 'of', 'Europe', 'occupied', 'by', 'Germany', '.']","[14, 15]",1,germany,Later the children in the camp represented almost all nations of Europe occupied by Germany.,"['Later, the children in the camp represented almost all the nations of Europe occupied by Germany.', 'Later, the children in the camp represented almost all the nations of Europe occupied by Germany.', 'Later, the children in the camp represented almost all the nations of Europe occupied by Germany.', 'Later, the children in the camp represented almost all European countries occupied by Germany.', 'Later, the children in the camp represented almost all the nations occupied by Germany.']" -570,"['In', '1956,', 'Sudan', 'gained', 'independence', 'and', 'hostility', 'towards', 'the', 'Jewish', 'Community.']","[2, 3]",1,sudan,"In 1956, Sudan gained independence and hostility towards the Jewish Community.","['Sudan gained independence and hostility towards the Jewish community in 1956.', 'In 1956 Sudan gained its independence and hostility towards the Jewish community.', 'Sudan gained independence and hostility towards the Jewish community in 1956.', 'Sudan gained independence and hostility towards the Jewish community in 1956.', 'Sudan gained independence and hostility towards the Jewish community in 1956.']" -571,"['Until', '1962,', 'Algeria', 'had', 'been', 'under', 'the', 'dominion', 'of', 'France.']","[2, 3]",1,algeria,"Until 1962, Algeria had been under the dominion of France.","['Algeria was under French rule until 1962.', 'Algeria was under French rule until 1962.', 'Until 1962 Algeria was under the rule of France.', 'Algeria was under French rule until 1962.', 'Algeria was under French rule until 1962.']" -572,"['The', 'Gambia', 'competed', 'in', 'the', '2010', 'Commonwealth', 'Games', 'held', 'in', 'Delhi,', 'India,', 'from', '3', 'to', '14', 'October', '2010.']","[0, 2]",1,the gambia,"The Gambia competed in the 2010 Commonwealth Games held in Delhi, India, from 3 to 14 October 2010.","['The Gambia participated in the 2010 Commonwealth Games, which took place from 3 to 14 October 2010 in Delhi, India.', 'The Gambia participated in the 2010 Commonwealth Games in Delhi, India, which took place from 3 to 14 October 2010.', 'The Gambia took part in the Commonwealth Games in Delhi, India, from 3 to 14 October 2010.', 'The Gambia took part in the Commonwealth Games in Delhi, India, from 3 to 14 October 2010.', 'The Gambia participated in the 2010 Commonwealth Games in Delhi, India, from 3 to 14 October 2010.']" -573,"['Under', 'his', 'rule,', 'Polotsk', 'attempted', 'to', 'distance', 'itself', 'from', 'Kiev', '.']","[9, 10]",1,kiev,"Under his rule, Polotsk attempted to distance itself from Kiev.","['Under his rule Polotsk tried to distance himself from Kiev.', 'Under his rule Polotsk tried to distance himself from Kiev.', 'Under his rule Polotsk tried to distance himself from Kiev.', 'Under his rule, they tried to distance themselves from Kiev.', 'Under his rule, Polazk tried to distance himself from Kiev.']" -574,"['The', 'ten', 'elected', 'members', 'were', 'returned', 'from', 'nine', 'constituencies', 'formed', 'from', 'the', 'nine', 'districts,', 'with', 'all', 'districts', 'returning', 'one', 'member', 'except', 'Port', 'Louis', ',', 'which', 'returned', 'two.']","[21, 23]",1,port louis,"The ten elected members were returned from nine constituencies formed from the nine districts, with all districts returning one member except Port Louis, which returned two.","['The ten elected deputies were sent back from nine constituencies formed from the nine constituencies, with the exception of Port Louis, which returned two constituencies.', 'The ten elected members were returned from nine constituencies in nine districts, with all constituencies except Port Louis, where two were elected, having sent one member.', 'The ten elected members were returned from nine constituencies in the nine constituencies, and all constituencies sent one member except Port Louis, from which two emerged.', 'The ten elected deputies were returned from nine constituencies in the nine districts, with the exception of Port Louis, which sent two and one.', 'The ten elected members came from nine constituencies in the nine constituencies, with all but Port Louis, which re-elected two of its members, sending only one member at a time.']" -575,"['A', 'proposal', 'for', 'yet', 'another', 'constitution', 'is', 'being', 'discussed,', 'to', 'allow', 'Turkey', 'to', 'comply', 'with', 'EU', 'accession', 'political', 'criteria.']","[11, 12]",1,turkey,"A proposal for yet another constitution is being discussed, to allow Turkey to comply with EU accession political criteria.","[""A proposal for a new constitution to enable Turkey to meet the EU's political accession criteria is currently under discussion."", ""A proposal for a different constitution is being discussed in order to enable Turkey to meet the EU's political accession criteria."", 'A further draft constitution is currently under discussion to enable Turkey to fulfil the political criteria for EU accession.', ""The proposal for a new constitution to enable Turkey to meet the EU's political accession criteria is being discussed."", 'A proposal for such a new constitution is currently being discussed, which would enable Turkey to meet the political criteria for EU accession.']" -576,"['In', 'return,', 'Britain', 'agreed', 'to', 'remain', 'neutral', 'in', 'any', 'conflict', 'between', 'the', 'Ottoman', 'Empire', 'and', 'Russia.']","[2, 3]",1,britain,"In return, Britain agreed to remain neutral in any conflict between the Ottoman Empire and Russia.","['In return, Britain pledged to remain neutral in any conflict between the Ottoman Empire and Russia.', 'In return, Britain pledged to remain neutral in a conflict between the Ottoman Empire and Russia.', 'In return, Britain pledged to remain neutral in any conflict between the Ottoman Empire and Russia.', 'In return, Britain pledged to remain neutral in a conflict between Turkey and Russia.', 'In return, Britain undertook not to remain neutral in any conflict between the Ottoman Empire and Russia.']" -577,"['Turkey', ',', 'despite', 'being', 'qualified', 'already,', 'still', 'played', 'at', 'the', 'European', 'championships.']","[0, 1]",1,turkey,"Turkey, despite being qualified already, still played at the European championships.","['Turkey, despite having already qualified, are still in the European Championship.', 'Turkey have already qualified but will still take part in the European Championship.', 'Although already qualified, Turkey were still playing at the European Championship.', 'Turkey have already qualified but are still in the World Cup play-offs.', 'Turkey have already qualified but are yet to play at the European Championship.']" -578,"['Despite', 'leading', 'Mexico', 'to', 'the', '2015', 'CONCACAF', 'Gold', 'Cup,', 'he', 'was', 'sacked', 'as', 'coach', 'of', 'the', 'national', 'team', 'after', 'an', 'alleged', 'physical', 'altercation', 'with', 'a', 'reporter.']","[2, 3]",1,mexico,"Despite leading Mexico to the 2015 CONCACAF Gold Cup, he was sacked as coach of the national team after an alleged physical altercation with a reporter.","['Although he led Mexico to the CONCACAF Gold Cup in 2015, he was sacked as national coach after an alleged physical altercation with a reporter.', 'Although he led Mexico to the CONCACAF Gold Cup in 2015, he was sacked as national coach after an alleged physical altercation with a reporter.', 'Despite leading Mexico to the CONCACAF Gold Cup in 2015, he was sacked as national team coach after an alleged physical altercation with a reporter.', 'Despite leading Mexico to the CONCACAF Gold Cup in 2015, he was sacked from the national team after an alleged physical altercation with a reporter.', 'Despite leading Mexico to the CONCACAF Gold Cup in 2015, he was sacked as national coach after an alleged physical altercation with a reporter there.']" -579,"['9', 'June', '-', 'Sweden', 'adopts', 'a', 'law', 'to', 'ban', 'the', 'spreading', 'violent', 'video', 'movies', 'to', 'children', 'under', 'the', 'age', 'of', '15,', 'and', 'even', 'hinder,', 'but', 'not', 'ban', 'by', 'law,', 'adults', 'from', 'watching', 'video', 'movies', 'with', '""brutal', 'and', 'sadist', 'violence"".']","[3, 4]",1,sweden,"9 June - Sweden adopts a law to ban the spreading violent video movies to children under the age of 15, and even hinder, but not ban by law, adults from watching video movies with""brutal and sadist violence"".","['9 June: Sweden passes a law banning the distribution of violent videos to children under the age of 15 and making it more difficult for adults to watch videos of ""brutal and sadistic violence"" that are not prohibited by law.', 'June 9 - Sweden passes a law banning the distribution of violent videos to children under the age of 15, making it more difficult, but not illegal, to watch videos depicting ""brutal and sadistic violence"" against adults.', 'June 9 - Sweden passes a law banning the distribution of violent videos to children under the age of 15 and preventing even adults from viewing, but not banning, videos of ""brutal and sadistic violence.""', 'June 9 - Sweden passes a law banning the distribution of violent videos to children under the age of 15 and banning adults from watching videos of ""brutal and sadistic violence.""', '9 June: Sweden passes a law banning the distribution of violent videos to under-15s and even preventing adults from viewing videos of ""crude and sadistic violence,"" but not by law.']" -580,"['Cemil', 'Bayik', 'has', 'accused', 'Turkey', 'of', 'protecting', 'and', 'supporting', 'ISIS.']","[4, 5]",1,turkey,Cemil Bayik has accused Turkey of protecting and supporting ISIS.,"['Cemil Bayik has accused Turkey of protecting and supporting ISIS.', 'Cemil Bayik has accused Turkey of protecting and supporting ISIS.', 'Cemil Bayik has accused Turkey of protecting and supporting ISIS.', 'Cemil Bayik has accused Turkey of protecting and supporting ISIS.', 'Cemil Bayik accuses Turkey of protecting and supporting ISIS.']" -581,"['In', '2006,', 'Zijin', 'had', '49.28', 'tons', 'of', 'the', 'gold', 'output', 'and', 'the', 'gold', 'produced', 'from', 'mining', 'reached', '20.70', 'tons,', 'respectively', 'accounting', 'for', '20.53%', 'of', 'China', ""'s"", 'total', 'gold', 'production', 'and', '11.51%', 'of', 'the', 'gold', 'produced', 'from', 'mining', 'in', 'China', 'in', 'the', 'same', 'year.']","[24, 25]",1,china,"In 2006, Zijin had 49.28 tons of the gold output and the gold produced from mining reached 20.70 tons, respectively accounting for 20.53% of China's total gold production and 11.51% of the gold produced from mining in China in the same year.","['In 2006, Zijin had 49.28 tonnes of gold production and gold production reached 20.70 tonnes, representing 20.53% of total Chinese gold production and 11.51% of gold produced in China in the same year.', 'In 2006, Zijin had 49.28 tonnes of gold production and the gold produced in the mining industry reached 20.70 tonnes, representing 20.53% of total Chinese gold production and 11.51% of Palestinian gold mined in China in the same year.', 'In 2006, Zijin generated 49.28 tonnes of profit, and gold mined reached 20.70 tonnes, representing 20.53% of total Chinese gold production and 11.51% of gold mined in China in the same year.', 'In 2006, Zijin had 49.28 tonnes of gold production and the gold produced reached 20.70 tonnes. Gold accounted for 20.53% of total Chinese gold production and 11.51% of the gold produced in the Chinese mining industry in the same year.', 'In 2006, Zijin produced 49.28 tonnes of gold and the gold extracted from mining reached 20.70 tonnes, representing 20.53% of total Chinese gold production and 11.51% of Chinese gold production in the same year.']" -582,"['With', 'France', ',', 'she', 'won', 'the', 'team', 'bronze', 'medal', 'at', 'the', '2004', 'Summer', 'Olympics', 'as', 'well', 'as', 'three', 'team', 'world', 'titles', '(2005,', '2007,', 'and', '2008).']","[1, 2]",1,france,"With France, she won the team bronze medal at the 2004 Summer Olympics as well as three team world titles (2005, 2007, and 2008).","['With France, she won the bronze medal in the team at the 2004 Summer Olympics and three team world titles (2005, 2007, 2008).', 'She won team bronze with France at the 2004 Summer Olympics and three team world titles (2005, 2007 and 2008).', 'She won team bronze with France at the 2004 Summer Olympics and three team world titles (2005, 2007 and 2008).', 'She won the bronze medal in the team competition with France at the 2004 Summer Olympics and also won three team world titles (2005, 2007 and 2008).', 'With France, she won the bronze medal at the 2004 Summer Olympics in Turin and the three World Team Championships (2005, 2007 and 2008).']" -583,"['Ramat', 'Magshimim', '(Hebrew:', 'רָמַת', 'מַגְשִ×ימִי×\u200e,', 'lit', '""Rain-soaked', 'heights"")', 'is', 'an', 'Israeli', 'settlement', 'and', 'moshav', 'in', 'the', 'southern', 'Golan', 'Heights,', 'under', 'the', 'administration', 'of', 'Israel', '.']","[23, 24]",1,israel,"Ramat Magshimim (Hebrew: רָמַת מַגְשִ×ימִי×‎, lit""Rain-soaked heights"") is an Israeli settlement and moshav in the southern Golan Heights, under the administration of Israel.","['Ramat Magshimim (Hebrew: ""Zayat"") is an Israeli settlement and mosque in the southern Golan Heights under Israeli administration.', 'Ramat Magshimim (Hebrew: ""rain-soaked heights"") is an Israeli settlement and mosque in the southern Golan Heights under Israeli administration.', 'Ramat Magshimim (Hebrew-Arabic: ""I love you,"" ""I love you,"" ""I love you,"" ""I love you,"" ""I love you,"" ""I love you,"" ""I love you,"" ""I love you,"" ""I love you,"" ""I love you,"" ""I love you,"" ""I love you,"" ""I love you,"" ""I love you,"" ""I love you"").', 'Ramat Magshimim (Hebrew: ""the deceased,"" ""the deceased,"" ""the deceased,"" ""the deceased,"" ""the deceased,"" ""the deceased,"" ""the deceased,"" ""the deceased,"" ""the deceased,"" ""the deceased,"" ""the deceased,"" ""the deceased,"" ""the deceased,"" the deceased, ""the deceased,"" the deceased, ""the deceased,"" the deceased, ""the deceased,"" the deceased, ""the deceased,"" the deceased, ""the deceased,""', 'Ramat Magshimim (Hebrew: chann), who served in the Israeli military during World War II, died Saturday in a car bomb attack on his home in the West Bank city of Ashkelon, the Israeli military said in a statement, adding that the death toll was ""not yet known.""']" -584,"['He', 'was', 'selected', 'against', 'Pakistan', 'on', 'the', 'weight', 'of', 'the', '89*', 'that', 'he', 'scored', 'for', 'West', 'Zone', 'against', 'the', 'Pakistanis', 'earlier', 'in', 'the', 'tour.']","[4, 5]",1,pakistan,He was selected against Pakistan on the weight of the 89* that he scored for West Zone against the Pakistanis earlier in the tour.,"['He was selected against Pakistan because of the weight of the 89 * he had scored against the Pakistanis at the start of the tour for West Indies.', 'He was selected because of the 89 * he had scored for West Indies against Pakistan before the game.', 'He was chosen because of the 89 * weight he was carrying for the Western Zone of the Balearic Islands.', 'He scored his first goal against Pakistan at the 1968 Olympic Games in Japan.', ""That's because of the 89 * he hit against Pakistan in the West Indies.""]" -585,"['They', 'intended', 'to', 'represent', 'Canada', 'but', ""Matthews'"", 'request', 'for', 'a', 'release', 'was', 'denied', 'by', 'U.S.']","[14, 15]",1,u.s.,They intended to represent Canada but Matthews' request for a release was denied by U.S.,"[""They wanted to represent Canada, but Matthes' request for release was rejected by the US."", ""They wanted to represent Canada, but Matthews' request for release was rejected by the US."", ""They wanted to represent Canada, but Matthes' request for release was rejected by the United States."", ""They wanted to represent Canada, but Matthe's request for release was rejected by the US."", ""They wanted to represent Canada, but Matthew's request for release was rejected by the US.""]" -586,"['The', 'US', ""didn't"", 'send', 'combat', 'troops', 'into', 'Vietnam', 'until', '1965.']","[1, 2]",1,us,The US didn't send combat troops into Vietnam until 1965.,"['The USA did not send combat troops to Vietnam until 1965.', 'The USA did not send combat troops to Vietnam until 1965.', 'It was not until 1965 that the US sent combat troops to Vietnam.', 'The USA had not stationed combat troops in Vietnam until 1965.', 'The USA did not send combat troops to Vietnam until 1965.']" -587,"['Spain', 'was', 'elevated', 'to', 'core', 'team', 'status', 'for', 'the', '2012–13', 'IRB', 'Sevens', 'World', 'Series,', 'following', 'its', 'performance', 'in', 'qualifying', 'at', 'the', '2012', 'Hong', 'Kong', 'Sevens.']","[0, 1]",1,spain,"Spain was elevated to core team status for the 2012–13 IRB Sevens World Series, following its performance in qualifying at the 2012 Hong Kong Sevens.","['Spain was promoted to the core team of the IRB Sevens World Series 2012 / 13 due to its performance in the Hong Kong Sevens qualifying tournament.', ""Spain was promoted to the core team of the IRB Sevens World Series 2012 / 13 following the team's success in the 2012 Hong Kong Sevens qualification."", 'Spain have been upgraded to the core team for the 2012-13 IRB Sevens World Series due to their performance in the Hong Kong Sevens.', 'Spain were promoted to the first team in the 2012-13 season after competing in the IRB Sevens World Series in 2012.', 'Following their performance in the Hong Kong qualifier, the Spaniards were named Team of the Season 2012 / 13 after a 4-2 victory in the International Sevens.']" -588,"['Groups', 'interested', 'in', 'freeing', 'Mozambique', 'from', 'Portuguese', 'colonial', 'rule', 'and', 'making', 'it', 'an', 'independent', 'nation', 'emerged', 'in', 'the', 'early', '1900s,', 'shortly', 'after', 'Portugal', 'had', 'defeated', 'the', 'last', 'of', 'the', 'native', 'chieftaincies', 'and', 'established', 'effective', 'control', 'over', 'the', 'territory.']","[22, 23]",1,portugal,"Groups interested in freeing Mozambique from Portuguese colonial rule and making it an independent nation emerged in the early 1900s, shortly after Portugal had defeated the last of the native chieftaincies and established effective control over the territory.","['Groups interested in liberating Mozambique from Portuguese colonial rule and making it an independent state emerged in the early twentieth century, shortly after Portugal had defeated the last indigenous chiefs and established effective control over the territory.', 'Groups seeking to free Mozambique from Portuguese colonial rule and make it an independent nation emerged in the early twentieth century, shortly after Portugal had defeated the last of the indigenous capitals and established effective control over the territory.', 'Groups interested in liberating Moçambic from Portuguese colonial rule and independence emerged in the early 19th century, shortly after Portugal defeated the last of the original chiefs and established effective control over the territory.', ""Groups seeking Mozambique's liberation from Portuguese colonial rule and the creation of an independent state emerged in 1900, shortly after Portugal defeated the last indigenous chiefs and established effective control over the territory."", 'Groups seeking to free Mozambique from any Portuguese colonial rule and make it an independent nation emerged in the early twentieth century, shortly after Portugal had defeated the last indigenous chiefs and established effective control over the territory.']" -589,"['If', 'tobacco', 'was', 'used', 'all', 'over', 'the', 'pre-Colombian', 'Americas,', 'why', 'would', 'Spain', 'have', 'a', 'monopoly.']","[11, 12]",1,spain,"If tobacco was used all over the pre-Colombian Americas, why would Spain have a monopoly.","['If tobacco were used everywhere in pre-Columbian America, why would Spain have a monopoly?', 'If tobacco was everywhere in pre-Columbian America, why would Spain have a monopoly?', 'If tobacco were used throughout the pre-Columbian peninsula, why would Spain have a monopoly?', 'If tobacco production took place throughout America before Colombia began, why would Spain have a monopoly?', 'If tobacco was consumed on all continents of the United States before Colombia, why would Spain have a monopoly?']" -590,"['After', 'Germany', 'invaded', 'Poland', 'on', 'September', '1,', '1939', 'Artur', 'along', 'with', 'his', 'wife', 'and', 'child', 'escaped', 'to', 'his', ""wife's"", 'hometown', 'in', 'the', 'east,', 'the', 'small', 'town', 'of', 'Buczacz', '(now', 'Buchach,', 'Ukraine).']","[1, 2]",1,germany,"After Germany invaded Poland on September 1, 1939 Artur along with his wife and child escaped to his wife's hometown in the east, the small town of Buczacz (now Buchach, Ukraine).","[""After the German invasion of Poland on 1 September 1939, Artur fled with his wife and child to his wife's hometown in the east, to the small town of Buczacz (today Buchach, Ukraine)."", ""After the German invasion of Poland on 1 September 1939, Artur fled with his wife and child to his wife's hometown in the east, the small town of Buczacz (today Buchach, Ukraine)."", 'After the German invasion of Poland on 1 September 1939, Artur fled east with his wife and child to the hometown of his wife Buczacz (today Buczach, Ukraine).', 'After the German invasion of Poland on 1 September 1939, Artur fled with his wife and child to his East Prussian hometown of Buczacz, now Buchach.', ""After the German invasion of Poland on 1 September 1939, Artur fled with his wife and child to his wife's eastern hometown, the small town of Buczacz (today Buchach, Ukraine).""]" -591,"['Falzon', 'has', 'also', 'earned', 'one', 'cap', 'for', 'Malta,', 'appearing', 'in', 'a', '3–0', 'loss', 'to', 'Slovakia', 'on', '15', 'August', '2006.']","[14, 15]",1,slovakia,"Falzon has also earned one cap for Malta, appearing in a 3–0 loss to Slovakia on 15 August 2006.","['Falzon also earned a cap in Malta, where he appeared in the 3-0 win over Slovakia on August 15, 2006.', ""Falzon also missed Malta's 3-0 win over Slovakia on August 15, 2006."", 'Falzon was also an exceptional player for Malta, where they won 3-0 against Slovakia on 15 August 2006.', 'Falzon also scored for Malta in the 3-0 win over Slovakia on August 15, 2006.', 'Falzon also scored in the attacking third for Malta, which was evident in the 3-0 win over Slovakia on 15 August 2006.']" -592,"['He', 'got', 'his', 'international', 'debut', 'for', 'Bosnia', 'and', 'Herzegovina', 'on', '31', 'May', '2012', 'in', 'a', 'friendly', 'match', 'against', 'Mexico', 'on', 'Soldier', 'Field', 'in', 'Chicago', 'which', 'Bosnia', 'and', 'Herzegovina', 'lost', '2–1', 'in', 'the', 'dying', 'minutes', 'of', 'the', 'match', 'due', 'to', 'a', 'catastrophic', 'mistake', 'by', 'Stojan', 'VranjeÅ¡.']","[25, 28]",1,bosnia and herzegovina,He got his international debut for Bosnia and Herzegovina on 31 May 2012 in a friendly match against Mexico on Soldier Field in Chicago which Bosnia and Herzegovina lost 2–1 in the dying minutes of the match due to a catastrophic mistake by Stojan VranjeÅ¡.,"['He made his international debut for Bosnia-Herzegovina on 31 May 2012 in a friendly against Mexico at Soldier Field in Chicago, which Bosnia-Herzegovina lost 2: 1 due to a catastrophic mistake by Stojan VranjeÅ¡ in the final minute.', 'He made his international debut for Bosnia-Herzegovina on 31 May 2012 in a friendly against Mexico at Soldier Field in Chicago, which Bosnia-Herzegovina lost 2: 1 due to a catastrophic error by Stojan VranjeÅ¡ in the closing minutes.', 'He made his international debut for Bosnia-Herzegovina on 31 May 2012 in a friendly against Mexico at Soldier Field in Chicago, which Bosnia-Herzegovina lost 2: 1 due to a catastrophic mistake by Stojan VranjeÅ¡ in the final minute.', 'He made his international debut for Bosnia-Herzegovina on 31 May 2012 in a friendly against Mexico at Soldier Field in Chicago, which Bosnia-Herzegovina lost 2: 1 due to a catastrophic mistake by Stojan VranjeÅ¡ in the final minute.', 'He made his international debut for Bosnia-Herzegovina on 31 May 2012 in a friendly match at Soldier Field in Chicago against Mexico, which Bosnia-Herzegovina lost 2: 1 due to a catastrophic error by Stojan VranjeÅ¡ in the closing minutes.']" -593,"['France', 'was', 'recorded', 'as', 'having', 'a', '2-nil', 'win,', 'but', 'received', 'no', 'points', 'in', 'the', 'standings.']","[0, 1]",1,france,"France was recorded as having a 2-nil win, but received no points in the standings.","[""France won 2-0 but haven't scored yet."", 'France were rewarded with a 2-1 win despite not scoring in the group stage.', 'France won 2-0 but went without a goal.', 'France won 2-0 in their first game but remain without a point in central midfield.', 'France could have won the game 2-0 but the points stayed in the final third.']" -594,"['Taiwan', 'first', 'established', 'a', 'minimum', 'wage', 'in', '1956,', 'with', 'the', 'Minimum', 'Wage', 'Act.']","[0, 1]",1,taiwan,"Taiwan first established a minimum wage in 1956, with the Minimum Wage Act.","['Taiwan first introduced a minimum wage in 1956 with the Minimum Wage Act.', 'Taiwan first introduced a minimum wage in 1956 with the Minimum Wage Act.', 'Taiwan first introduced a minimum wage in 1956 with the Minimum Wage Act.', 'Taiwan first introduced a minimum wage in 1956 with the statutory minimum wage.', 'Taiwan first introduced the minimum wage in 1956 with the Minimum Wage Act.']" -595,"['Portugal', 'responded', 'by', 'sending', 'an', 'expedition', 'of', '600', 'soldiers,', 'mostly', 'from', 'the', 'colony', 'of', 'São', 'Tome,', 'under', 'the', 'command', 'of', 'Francisco', 'de', 'Gouveia', 'Sottomaior.']","[0, 1]",1,portugal,"Portugal responded by sending an expedition of 600 soldiers, mostly from the colony of São Tome, under the command of Francisco de Gouveia Sottomaior.","['Portugal responded by sending an expedition of 600 soldiers, mostly from the colony of São Tomé, under the command of Francisco de Gouveia Sottomaior.', 'Portugal responded by sending an expedition of 600 soldiers, mainly from the colony of São Tomé, under the command of Francisco de Gouveia Sottomaior.', 'Portugal responded by sending an expedition of 600 soldiers, most of them from the colony of São Tomé, under the command of Francisco de Gouveia Sottomaior.', 'Portugal responded by sending 600 soldiers, most of them from the colony of Sao Tomé, led by Francisco de Gouveia Sottomaior.', 'Portugal assumed responsibility and sent 600 soldiers, mostly from the colony of São Tomé, under the command of Francisco de Gouveia Sottomaior.']" -596,"['He', 'spent', 'over', '3', 'years', 'in', 'various', 'Japanese', 'prisoner-of-war', 'camps', 'and', 'had', 'been', 'captured', 'during', 'the', 'Fall', 'of', 'Singapore', 'in', 'February', '1942.']","[18, 19]",1,singapore,He spent over 3 years in various Japanese prisoner-of-war camps and had been captured during the Fall of Singapore in February 1942.,"['He spent more than three years in various Japanese POW camps and was captured during the fall of Singapore in February 1942.', 'He spent more than three years in various Japanese POW camps and was arrested during the fall of Singapore in February 1942.', 'He spent more than three years in various Japanese POW camps and was imprisoned in Singapore in the autumn of 1942.', 'He spent more than three years in various Japanese POW camps and was captured in January 1942 during the fall of Singapore.', 'He spent more than three years in various Japanese POW camps and was captured in the autumn of 1942 during the fall of Singapore.']" -597,"['The', 'establishment', 'and', 'success', 'of', 'business', 'software', 'services', 'firms', 'in', 'Bangalore', 'after', 'the', 'liberalisation', 'of', 'India', ""'s"", 'economy', 'has', 'led', 'to', 'the', 'growth', 'of', ""India's"", 'information', 'technology', 'industry.']","[15, 16]",1,india,The establishment and success of business software services firms in Bangalore after the liberalisation of India's economy has led to the growth of India's information technology industry.,"['The establishment and success of business software companies in Bangalore after the liberalization of the Indian economy has led to the growth of the Indian IT industry.', 'After the liberalization of the Indian economy, the establishment and success of enterprise software companies in Bangalore led to the growth of the Indian information technology industry.', 'The establishment and success of business software service providers in Bangalore after the liberalization of the Indian economy has led to a growth of the Indian information technology industry.', 'The establishment and success of business software service companies in Bangalore after the liberalization of the Indian economy has also led to the growth of the Indian IT industry.', 'The establishment of enterprise software companies and the success of these companies in Bangalore after the release of the Indian economy has ensured the growth of the Indian IT industry.']" -598,"['US', 'had', 'taken', 'an', 'especially', 'active', 'part', 'in', 'similar', 'operations', 'in', 'South', 'Vietnam.']","[0, 1]",1,us,US had taken an especially active part in similar operations in South Vietnam.,"['The US has been particularly active in similar operations in South Vietnam.', 'The US has been particularly active in similar operations in South Vietnam.', 'The US has been particularly active in similar operations in South Vietnam.', 'The US has been particularly involved in similar operations in South Vietnam.', 'The United States had participated in similar actions, especially in South Vietnam.']" -599,"['That', 'turned', 'out', 'to', 'be', 'his', 'last', 'Test', 'as', 'he', 'was', 'never', 'again', 'selected', 'to', 'play', 'for', 'India', '.']","[17, 18]",1,india,That turned out to be his last Test as he was never again selected to play for India.,"['It was his last Test because he was never called up for India again.', 'It was to be his last Test as he would never play for India again.', 'This turned out to be his last Test as he could no longer play for India.', 'This proved to be his last Test as he never played for India again.', 'This was his last Test as he has never played for India again.']" -600,"['A', 'conflict', 'arises', 'with', 'the', 'arrival', 'of', 'factory', 'owner,', 'Francisco', 'Romani', '(Santiago', 'Gómez', 'Cou),', 'a', 'calculating', 'authoritarian', 'who', 'admires', 'the', 'United', 'States', '.']","[20, 22]",1,united states,"A conflict arises with the arrival of factory owner, Francisco Romani (Santiago Gómez Cou), a calculating authoritarian who admires the United States.","['A conflict ensues with the manufacturer Francisco Romani (Santiago Gómez Cou), a calculating authoritarian who admires the United States.', 'With the arrival of the factory owner Francisco Romani (Santiago Gómez Cou), a calculating authoritarian who admires the US, a conflict ensues.', 'A conflict arises with the arrival of Francisco Romani (Santiago Gómez Cou), a calculating authoritarian who admires the United States.', 'A conflict arises when the factory owner Francisco Romani (Santiago Gómez Cou), a calculating authoritarian who reveres the US, arrives.', 'A conflict arises when factory owner Francisco Romani (Santiago Gómez Cou), a calculating authoritarian leader who admires the United States, arrives.']" -601,"['Turnbull', 'was', 'selected', 'to', 'face', 'Australia', 'on', 'the', '1952–53', 'Kangaroo', 'tour', 'of', 'Great', 'Britain', 'and', 'France', 'but', 'had', 'to', 'withdraw', 'due', 'to', 'injury,', 'and', 'played', 'in', 'two', 'non-Test', 'matches', 'in', 'the', '1954', 'Great', 'Britain', 'Lions', 'tour', 'of', 'Australia', 'and', 'New', 'Zealand,', 'before', 'having', 'to', 'return', 'prematurely', 'due', 'to', 'injury.']","[5, 6]",1,australia,"Turnbull was selected to face Australia on the 1952–53 Kangaroo tour of Great Britain and France but had to withdraw due to injury, and played in two non-Test matches in the 1954 Great Britain Lions tour of Australia and New Zealand, before having to return prematurely due to injury.","[""Turnbull was selected for the Kangaroos' 1952-53 tour of Britain and France but had to cancel due to injury and played two Test matches for the British Lions in Australia and New Zealand in 1954 before returning prematurely due to injury."", 'Turnbull was selected for the 1952-53 tour of Great Britain and France but had to cancel due to injury and took part in two Test matches of the 1954 British Lions tour of Australia and New Zealand before returning prematurely due to injury.', 'Turnbull was selected in 1952-53 to play against Australia on the Kangaroos tour of Britain and France, but had to cancel two British Lions Test matches in Australia and New Zealand in 1954 before returning prematurely due to injury.', ""Turnbull was selected for the Kangaroos' tour of Britain and France against Australia from 1952 to 1953, but had to cancel due to injury and also took part in two Great Britain Lions Test matches in Australia and New Zealand in 1954 before returning prematurely due to injury."", 'Turnbull was called into the Russia game against Australia on the 1952-53 tour of Britain and France, but had to miss the 1954 tour of Australia and New Zealand due to injury, before returning prematurely due to injury.']" -602,"['He', 'made', 'his', 'senior', 'international', 'debut', 'with', 'Jamaica', 'in', '2012.']","[7, 8]",1,jamaica,He made his senior international debut with Jamaica in 2012.,"['He made his international debut with Jamaica in 2012.', 'He made his international debut with Jamaica in 2012.', 'He made his international debut in Jamaica in 2012.', 'He made his international breakthrough with Jamaica in 2012.', 'His first international engagement was in Jamaica in 2012.']" -603,"['The', '1882', 'Australia', 'v', 'England', 'series', 'was', 'at', 'the', 'time', 'considered', 'to', 'be', 'part', 'of', 'another', 'first-class', 'cricket', 'tour', 'of', 'England,', 'by', 'a', 'combined', 'team', 'from', 'the', 'Australian', 'colonies,', 'but', 'the', 'match', 'arranged', 'between', 'the', 'Australians', 'and', 'an', 'England', 'side', 'was', 'later', 'accepted', 'to', 'be', 'a', 'Test', 'match.']","[4, 5]",1,england,"The 1882 Australia v England series was at the time considered to be part of another first-class cricket tour of England, by a combined team from the Australian colonies, but the match arranged between the Australians and an England side was later accepted to be a Test match.","['The Australia v England series in 1882 was then seen as part of another first-class cricket tour of England by a combined team from the Australian colonies, but the match arranged between the Australians and an English team was later recognised as a Test match.', 'The Australia v England series of 1882 was then seen by a combined team from the Australian colonies as part of a first-class cricket tour of England, but the match agreed between the Australians and an English team was later recognised as a Test match.', 'The Australia v England match of 1882 was then part of another first-class cricket tour of England by a combined team from the Australian colonies, but the planned match between the Australians and an English team was later recognised as a Test match.', 'The Australia v England series in 1882 was then seen as part of another first-class cricket tour of England, by a joint team from the Australian colonies. Later, the match between the Australians and an English team was accepted as a Test match.', 'The Australia v England match in 1882 was then seen as part of another first-class cricket tour of England by a combined team from the Australian colonies, with the match between the Australians and an English team later recognised as a Test match.']" -604,"['24.2%', 'of', 'Berlin', 'voted', 'in', 'favor', 'but', 'the', 'quorum', 'required', '25%', 'or', 'more', 'to', 'do', 'so.']","[2, 3]",1,berlin,24.2% of Berlin voted in favor but the quorum required 25% or more to do so.,"['In Berlin, 24.2% voted in favour, but the quorum required at least 25%.', 'In Berlin, 24.2% voted in favour, but the required quorum of 25% or more was required.', '24.2% of Berliners voted in favour, but the required quorum of 25% or more was not reached.', '24.2% of Berliners voted in favour, but 25% or more were in favour of such a move.', '24.2% of Berliners voted in favour, but the required quorum of 25% or more was not reached.']" -605,"['Scores', 'and', 'results', 'list', 'Australia', ""'s"", 'goal', 'tally', 'first.']","[4, 5]",1,australia,Scores and results list Australia's goal tally first.,"[""Australia's goal tally ranks first in the table and results."", 'Points and results list the first place on the scoresheet of the Australian national team.', ""The Australian's goals are first and foremost on the scoresheet."", ""Australia's goal stands at the top of the scoreboard."", ""The results put Australia's bottom line at the forefront.""]" -606,"['As', 'a', 'result', 'of', 'the', 'September', '11', 'attacks,', 'the', 'United', 'States', 'began', 'implementing', 'a', 'range', 'of', 'measures', 'to', 'increase', 'the', 'security', 'of', 'its', 'borders', 'and', 'its', 'identity', 'documents.']","[9, 11]",1,united states,"As a result of the September 11 attacks, the United States began implementing a range of measures to increase the security of its borders and its identity documents.","['After the attacks of 11 September, the United States began implementing a series of measures to strengthen the security of its borders and identity documents.', 'In the wake of the attacks of 11 September, the United States has begun to implement a series of measures to strengthen the security of its borders and identity documents.', 'After the attacks of 11 September, the United States began implementing a series of measures to strengthen the security of its borders and identity documents.', 'In the wake of the attacks of 11 September, the United States has begun to take a number of measures to strengthen border security and identity documents.', 'After the attacks of 11 September 2001, the United States began to implement a series of measures aimed at improving the security of its borders and identity documents.']" -607,"['The', 'USA', 'lost', 'the', 'opening', 'round', 'game', 'against', 'Spain', '90–86,', 'but', 'then', 'went', 'on', 'to', 'win', 'their', 'next', 'eight', 'games.']","[1, 2]",1,usa,"The USA lost the opening round game against Spain 90–86, but then went on to win their next eight games.","['The United States lost their opening game to Spain 90-86, but won the next eight games.', 'The United States lost the preliminary round match against Spain 90-86, but won their next eight games.', 'The United States lost the first-round match against Spain 90-86, but won the next eight games.', 'The USA lost their preliminary round match against Spain 90-86, but won their next eight games.', 'The United States lost its first-round match against Spain 90-86, but won its next eight games.']" -608,"['Orlando', 'had', 'an', 'early', '16–0', 'advantage', 'but', 'allowed', 'San', 'Francisco', 'to', 'pull', 'ahead.']","[8, 10]",1,san francisco,Orlando had an early 16–0 advantage but allowed San Francisco to pull ahead.,"['Orlando took an early 16-0 lead, but overtook San Francisco.', 'Orlando took an early 16-0 lead, but San Francisco pulled away.', 'Orlando had built an early 16-0 lead but let San Francisco equalize.', 'Orlando took an early 16-0 lead, but let San Francisco pull away.', 'Orlando went into the break with a 16-0 lead, but still let San Francisco pull away.']" -609,"['Although', 'the', 'Agreement', 'is', 'open', 'to', 'all', 'states,', 'Ukraine', 'is', 'the', 'only', 'state', 'that', 'has', 'ratified', 'the', 'Agreement', 'but', 'not', 'the', 'Rome', 'Statute', 'of', 'the', 'International', 'Criminal', 'Court.']","[8, 9]",1,ukraine,"Although the Agreement is open to all states, Ukraine is the only state that has ratified the Agreement but not the Rome Statute of the International Criminal Court.","['Although the agreement is open to all states, Ukraine is the only country that has ratified the agreement, but not the Rome Statute of the International Criminal Court.', 'Although the agreement is open to all states, Ukraine is the only country that has ratified the agreement, but not the Rome Statute of the International Criminal Court.', 'Although all states are open to the agreement, Ukraine is the only country that has ratified the agreement, but not the Rome Statute of the International Criminal Court.', 'Although the agreement is open to all states, Ukraine is the only country that has ratified the agreement, but not the Rome Statute of the International Criminal Court.', 'Although the agreement is open to all states, Ukraine is the only country that has ratified the convention, but not the Rome Statute of the International Criminal Court.']" -610,"['However,', 'not', 'long', 'afterwards,', 'the', 'Cultural', 'Revolution', 'took', 'hold', 'of', 'China', ',', 'controlling', 'many', 'aspects', 'of', 'life', 'and', 'effectively', 'preventing', 'many', 'films', 'from', 'being', 'made.']","[10, 11]",1,china,"However, not long afterwards, the Cultural Revolution took hold of China, controlling many aspects of life and effectively preventing many films from being made.","['Shortly thereafter, however, the Cultural Revolution took firm control of China, controlling many aspects of life and effectively preventing the production of many films.', 'Shortly thereafter, however, the Cultural Revolution gripped China at its core, controlling many aspects of life, and effectively preventing many films from being made.', 'Shortly thereafter, however, the Cultural Revolution brought China under its control, which dominated many aspects of life and effectively prevented the production of many films.', 'Shortly thereafter, however, the Cultural Revolution had a firm grip on China, controlling many aspects of life and effectively destroying many films.', 'Shortly thereafter, however, the Cultural Revolution swept over China, controlling many aspects of life and actually preventing the emergence of great cinematic works.']" -611,"['The', 'Corinthian', 'War', 'was', 'an', 'ancient', 'Greek', 'military', 'conflict', 'between', 'Sparta', 'and', 'four', 'allied', 'states,', 'Thebes,', 'Athens,', 'Corinth,', 'and', 'Argos,', 'which', 'were', 'initially', 'backed', 'by', 'Persia', '.']","[25, 26]",1,persia,"The Corinthian War was an ancient Greek military conflict between Sparta and four allied states, Thebes, Athens, Corinth, and Argos, which were initially backed by Persia.","['The Corinthian War was an ancient Greek military conflict between Sparta and the four allied states of Thebes, Athens, Corinth and Argos, which were initially supported by Persia.', 'The Corinthian War was an ancient Greek military conflict between Sparta and four allied states, Thebes, Athens, Corinth and Argos, initially supported by Persia.', 'The Corinthian War was an ancient Greek military conflict between Sparta and four allied states, Thebes, Athens, Corinth and Argos, which were initially supported by Persia.', 'The Corinthian War was an ancient Greek military conflict between Sparta and the four allied states of Thebes, Athens, Corinth and Archos, which were initially supported by Persia.', 'The Corinthian War was the ancient Gaelic military conflict between Sparta and the four allied states of Thebes, Athens, Corinth and Argos, originally supported by Persia.']" -612,"['Dominique', 'Lloyd-Walter,', '(born', '17', 'June', '1981', 'in', 'London', 'Borough', 'of', 'Harrow)', 'is', 'a', 'professional', 'squash', 'player', 'who', 'represents', 'England', '.']","[18, 19]",1,england,"Dominique Lloyd-Walter, (born 17 June 1981 in London Borough of Harrow) is a professional squash player who represents England.","['Dominique Lloyd-Walter (born 17 June 1981 in London Borough of Harrow) is a professional squash player who represents England.', 'Dominique Lloyd-Walter (born 17 June 1981) is a professional squash player representing England.', 'Dominique Lloyd-Walter (born 17 June 1981) is a professional squash player representing England.', 'Dominique Lloyd-Walter (born 17 June 1981) is a professional squash player representing England.', 'Dominique Lloyd-Walter, born on 17 June 1981 in the London borough of Harrow, is a squash player who represents England.']" -613,"['After', ""Somalia's"", 'independence', 'in', '1960', 'from', 'Britain', 'and', 'Italy', 'he', 'became', 'an', 'officer', 'in', 'the', 'newly', 'formed', 'Somali', 'National', 'Army.']","[6, 7]",1,britain,After Somalia's independence in 1960 from Britain and Italy he became an officer in the newly formed Somali National Army.,"[""Following Somalia's independence from Britain and Italy in 1960, he became an officer in the newly formed Somali National Army."", ""Following Somalia's independence from Britain and Italy in 1960, he became an officer in the newly formed Somali National Army."", ""Following Somalia's independence from Britain and Italy in 1960, he served as an officer in the newly formed Somali army."", ""Following Somalia's independence from Britain and Italy in 1960, he became an officer in the newly formed Somali National Army of North Africa."", ""Following Somalia's independence from Britain and Italy in 1960, he became an officer in the newly formed Somali National Army.""]" -614,"['Nepal', 'further', 'considered', 'the', 'decision', 'taken', 'by', 'the', 'neighboring', 'nations', 'as', 'a', 'hegemonic', 'step.']","[0, 1]",1,nepal,Nepal further considered the decision taken by the neighboring nations as a hegemonic step.,"['Nepal continued to regard the decision of the neighbouring states as a hegemonic step.', 'Nepal saw the decision by its neighbours as a hegemonic step.', 'Nepal also saw the decision by its neighbours as a hegemonic step.', 'Nepal continued to regard the decision of the neighbouring states as a hegemonic step.', 'Nepal even saw the decision of the neighbouring countries as a hegemonic step.']" -615,"['The', 'conference', 'ended', 'with', 'the', 'Netherlands', 'agreeing', 'to', 'transfer', 'sovereignty', 'to', 'the', 'United', 'States', 'of', 'Indonesia', '.']","[12, 16]",1,united states of indonesia,The conference ended with the Netherlands agreeing to transfer sovereignty to the United States of Indonesia.,"['The conference ended with the Netherlands agreeing to transfer sovereignty to the United States of Indonesia.', 'The conference ended with the Netherlands agreeing to transfer sovereignty to the United States of Indonesia.', 'The conference ended with the agreement of the Netherlands to transfer sovereignty to the United States of Indonesia.', 'The conference ended with the Netherlands agreeing to transfer sovereignty from Indonesia to the US.', 'The conference ended with the Netherlands agreeing to the transfer of sovereignty to the United States of Indonesia.']" -616,"['Kosovo', 'declared', 'its', 'independence', 'from', 'Serbia', 'on', '17', 'February', '2008', 'and', 'Norway', 'recognised', 'it', 'on', '28', 'March', '2008.']","[5, 6]",1,serbia,Kosovo declared its independence from Serbia on 17 February 2008 and Norway recognised it on 28 March 2008.,"['Kosovo declared independence from Serbia on 17 February 2008 and Norway recognised it on 28 March 2008.', 'Kosovo declared independence from Serbia on 17 February 2008 and Norway recognised it on 28 March 2008.', 'Kosovo declared independence from Serbia on 17 February 2008 and Norway recognised it on 28 March 2008.', 'Kosovo declared independence from Serbia on 17 February 2008 and Norway recognised it on 28 March 2008.', 'Kosovo declared independence from Serbia on 17 February 2008 and recognised Norway on 28 March 2008.']" -617,"['Croatia', 'was', 'also', 'a', 'puppet', 'state', 'of', 'Italy', 'from', '1941', 'to', '1943.']","[0, 1]",1,croatia,Croatia was also a puppet state of Italy from 1941 to 1943.,"['Croatia was also a puppet state of Italy from 1941 to 1943.', 'Croatia was also a puppet state of Italy from 1941 to 1943.', 'Croatia was also a puppet state of Italy from 1941 to 1943.', 'Croatia was also a puppet state of Italy from 1941 to 1943.', 'Croatia was also a puppet state of Italy from 1941 to 1943.']" -618,"['Released', 'by', 'Iraq', 'on', 'March', '3,', '1991,', 'Bellini', 'and', 'Cocciolone', 'were', 'the', 'only', 'Italian', ""POW's"", 'captured', 'during', 'the', 'entire', 'war.']","[2, 3]",1,iraq,"Released by Iraq on March 3, 1991, Bellini and Cocciolone were the only Italian POW's captured during the entire war.","['Released from Iraq on 3 March 1991, Bellini and Cocciolone were the only Italian prisoners of war during the entire war.', 'Released from Iraq on 3 March 1991, Bellini and Cocciolone were the only Italian prisoners of war held during the entire war.', 'Released from Iraq on 3 March 1991, Bellini and Cocciolone were the only Italian prisoners of war during the entire war.', 'On 3 March 1991, Bellini and Cocciolone were released from Iraq, the only Italian prisoners of war during the entire war.', 'Released from Iraq on 3 March 1991, Bellini and Cocciolone were the only Italian prisoners of war during the entire war.']" -619,"['The', 'United', 'States', 'and', 'France', 'both', 'formally', 'recognized', 'Algeria', 'on', 'that', 'same', 'day.']","[1, 3]",1,united states,The United States and France both formally recognized Algeria on that same day.,"['The United States and France formally recognized Algeria on the same day.', 'The United States and France formally recognised Algeria on the same day.', 'Both the US and France formally recognised Algeria on the same day.', 'The United States and France formally recognised Algeria on the same day.', 'The United States and France have also officially recognized Algeria.']" -620,"['In', 'that', 'tournament', 'he', 'started', 'every', 'game', 'and', 'was', 'only', 'rested', 'by', 'Pozzo', 'in', 'the', 'first', 'quarter-final', 'encounter', 'against', 'Spain', '.']","[19, 20]",1,spain,In that tournament he started every game and was only rested by Pozzo in the first quarter-final encounter against Spain.,"[""In that tournament he started every game and didn't score until the quarter-final against Spain."", 'In that tournament, however, he competed in all matches and was only rested in the first quarter-final against Spain.', 'Back then he started every game and was only stopped by Pozzo in the first quarter-final against Spain.', 'Boots has been on the pitch in every game of this tournament and was replaced by Pozzo in the first quarter-final against Spain.', ""In that tournament, he won all the matches and was only in Pozzo's shadow in the first round of the quarter-final against Spain.""]" -621,"['After', 'the', 'Indian', 'prime', ""minister's"", 'visit', 'to', 'China', 'in', '2015,', 'India', 'and', 'China', 'agreed', 'to', 'open', 'a', 'trading', 'post', 'in', 'Lipulekh,', 'which', 'was', 'not', 'welcomed', 'by', 'Nepal.']","[10, 11]",1,india,"After the Indian prime minister's visit to China in 2015, India and China agreed to open a trading post in Lipulekh, which was not welcomed by Nepal.","[""After the Indian Prime Minister's visit to China in 2015, India and China agreed to open a trade post in Lipulekh, which Nepal did not welcome."", ""After the Indian Prime Minister's visit to China in 2015, India and China agreed to open a trade post in Lipulekh, but Nepal did not welcome it."", ""After the Indian Prime Minister's visit to China in 2015, India and China agreed to open a trade post in Lipulekh, which was not welcome in Nepal."", ""After the Indian Prime Minister's visit to China in 2015, India and China agreed to open a trade post in Lipulekh, which Nepal did not welcome."", ""After the Indian Prime Minister's visit to China in 2015, India and China agreed to open a trading post in Lipulle, which Nepal did not like.""]" -622,"['The', 'early', 'years', 'of', 'the', 'war', 'were', 'relatively', 'stable', 'for', 'Nat', 'and', 'his', 'contemporaries', 'in', 'the', 'RASC,', 'until', 'they', 'were', 'shipped', 'to', 'Singapore,', 'just', 'days', 'before', 'the', 'capitulation', 'to', 'Japan', '.']","[29, 30]",1,japan,"The early years of the war were relatively stable for Nat and his contemporaries in the RASC, until they were shipped to Singapore, just days before the capitulation to Japan.","['The first years of the war were relatively stable for Nat and his contemporaries in the RASC until they were sent to Singapore a few days before the surrender to Japan.', 'The first years of the war were relatively stable for Nat and his colleagues in the RASC until they were extradited to Japan in Singapore a few days before the surrender.', 'The first years of the war were relatively stable for Nat and his reported contemporaries in the RASC until they were shipped to Singapore a few days before the surrender to Japan.', 'The first years of the war were hardly resilient for Nat and his contemporaries in the RASC until they were sent to Singapore a few days before the surrender to Japan.', 'The first years of the war were relatively stable for Nat and his contemporaries in the RASC until they were handed over to the German troops in Singapore a few days before their surrender.']" -623,"['In', '1820', 'or', '1821,', 'the', 'England', 'family', 'moved', 'from', 'their', 'home', 'in', 'London', 'to', 'Cardiff.']","[5, 6]",1,england,"In 1820 or 1821, the England family moved from their home in London to Cardiff.","['In 1820 or 1821 the English family moved from London to Cardiff.', 'In 1820 or 1821, the English moved from London to Cardiff.', 'In 1820 or 1821 the English family moved from London to Cardiff.', 'The England family moved from London to Cardiff in 1820 or 1821.', 'In 1820 or 1821 the family moved from London to Cardiff.']" -624,"['The', 'government', 'of', 'France', 'along', 'with', 'the', 'Soviet', 'Union', 'organised,', 'trained', 'and', 'armed', 'a', 'large', 'group', 'of', 'Spaniards', 'earlier', 'liberated', 'from', 'the', 'concentration', 'camps', 'where', 'Spanish', 'republicans', 'had', 'been', 'held', 'by', 'the', 'Front', 'Populaire', 'since', 'they', 'crossed', 'the', 'Spanish-French', 'border', 'at', 'the', 'end', 'of', 'the', 'Spanish', 'civil', 'war', 'in', '1939.']","[7, 9]",1,soviet union,"The government of France along with the Soviet Union organised, trained and armed a large group of Spaniards earlier liberated from the concentration camps where Spanish republicans had been held by the Front Populaire since they crossed the Spanish-French border at the end of the Spanish civil war in 1939.","['The French government, together with the Soviet Union, organized a large group of Spaniards who had previously been freed from the concentration camps where the Spanish republicans had been held by the Front Populaire since crossing the Spanish-French border at the end of the Spanish Civil War in 1939.', 'The French government, together with the Soviet Union, had organized, trained and armed a large group of Spaniards who had previously freed themselves from the concentration camps of Vicente Libertadores, where the Spanish republicans had been held by the Front Populaire since crossing the Spanish-French border at the end of the Spanish Civil War in 1939.', 'The French government, together with the Soviet Union, organized, trained and armed a large group of Spaniards who had already been imprisoned by the Front Populaire and freed from the concentration camps after the French defeat in the Spanish Civil War in 1939.', 'The French government, together with the Soviet Union, organized a large group of Spaniards freed in the concentration camps who had been held captive by the Front Populaire since crossing the Spanish-French border after the end of the Spanish Civil War in 1939 and to whom these weapons belonged.', 'The French government organized, trained and armed a large group of camps that had been held by the Front Populaire since the Spanish-French border was crossed at the end of the Spanish Civil War in 1939.']" -625,"['His', 'breakthrough', 'came', 'with', 'the', '1938', 'film', 'Luciano', 'Serra,', 'Pilot', '(1938)', 'where', 'he', 'played', 'a', 'First', 'World', 'War', 'veteran', 'who', 'returns', 'to', 'fight', 'for', 'Italy', 'during', 'the', 'Abyssinian', 'War.']","[24, 25]",1,italy,"His breakthrough came with the 1938 film Luciano Serra, Pilot (1938) where he played a First World War veteran who returns to fight for Italy during the Abyssinian War.","['His breakthrough came in 1938 with the film Luciano Serra, Pilot (1938), in which he played a veteran of the First World War who returns to fight for Italy during the Abyssinian War.', 'His breakthrough came in 1938 in the film Luciano Serra, Pilot (1938), in which he played a veteran of the First World War who fought for Italy during the Abyssinian War.', 'His breakthrough came with the film Luciano Serra, Pilot (1938), in which he played a veteran of the First World War who fought for Italy again during the Abyssinian War.', 'His breakthrough came in 1938 with the film Luciano Serra, Pilot (1938), in which he played a veteran of the First World War who fights for Italy during the Abyssinian War.', 'His breakthrough came with the film Luciano Serra, Pilot (1938), in which he played a veteran of the First World War who fought for Italy in the Abyssinian War.']" -626,"['Benjamin', 'Khor', 'Cheng', 'Jie', '(born', '16', 'February', '1993', 'in', 'United', 'Kingdom)', 'is', 'a', 'double', 'trap', 'shooter', 'who', 'represents', 'Malaysia', '.']","[18, 19]",1,malaysia,Benjamin Khor Cheng Jie (born 16 February 1993 in United Kingdom) is a double trap shooter who represents Malaysia.,"['Benjamin Khor Cheng Jie (born February 16, 1993) is a Malaysian double trapper.', 'Benjamin Khor Cheng Jie (born February 16, 1993) is a double trapper representing Malaysia.', 'Benjamin Khor Cheng Jie (born February 16, 1993) is a Malaysian sports shooter.', 'Benjamin Khor Cheng Jie (born February 16, 1993) is a trap shooting master representing Malaysia.', 'Benjamin Khor Cheng Jie (born February 16, 1993) represents Malaysia as a double trapper.']" -627,"['Since', 'the', 'end', 'of', 'the', 'revolution,', 'Mexico', 'and', 'Nicaragua', 'have', 'worked', 'together', 'in', 'numerous', 'projects', 'such', 'as', 'in', 'disaster', 'relief,', 'migration', 'and', 'development.']","[8, 9]",1,nicaragua,"Since the end of the revolution, Mexico and Nicaragua have worked together in numerous projects such as in disaster relief, migration and development.","['Since the end of the revolution, Mexico and Nicaragua have worked together on numerous projects such as disaster relief, migration and development.', 'Since the end of the revolution, Mexico and Nicaragua have worked together on numerous projects such as disaster relief, migration and development.', 'Since the end of the revolution, Mexico and Nicaragua have worked together on numerous projects such as disaster relief, migration and development.', 'Since the end of the revolution, Mexico and Nicaragua have worked together on numerous projects, including disaster relief, migration and development cooperation.', 'Since the end of the revolution, Mexico and Nicaragua have worked together on numerous projects, including disaster relief, migration and development.']" -628,"['I', 'suspect', 'that', 'Jordan', 'went', 'there', 'and', 'that', 'this', 'Wiki', 'page', 'links', 'to', 'the', 'wrong', 'school.']","[3, 4]",1,jordan,I suspect that Jordan went there and that this Wiki page links to the wrong school.,"['I suspect that Jordan went there and that this Wiki page is pointing to the wrong school.', 'I suspect that Jordan was there and that this wiki page contains links to the wrong school.', 'I suspect that Jordan went there and that this Wiki page is pointing to the wrong school.', 'I suspect that Jordan was visiting and that this wiki page would link to the wrong school.', 'I suspect that Jordan Devil Exorcisms went there and that this Wiki page is pointing to the wrong school.']" -629,"['Norway', 'has', 'an', 'embassy', 'in', 'Pristina,', 'while', 'Kosovo', 'has', 'hinted', 'that', 'it', 'will', 'include', 'Norway', 'in', 'the', 'second', 'wave', 'of', 'embassy', 'openings.']","[7, 8]",1,kosovo,"Norway has an embassy in Pristina, while Kosovo has hinted that it will include Norway in the second wave of embassy openings.","['Norway has an embassy in Pristina, while Kosovo has indicated that it will include Norway in the second wave of embassy openings.', 'Norway maintains an embassy in Pristina, while Kosovo has indicated that it will include Norway in the second wave of embassy openings.', 'Norway has an embassy in Pristina, while Kosovo has indicated that it will include Norway in the second wave of embassy openings.', 'Norway maintains an embassy in Pristina, while Kosovo has indicated that it will include Norway in the second wave of embassy openings.', 'Norway has an embassy in Pristina, while Kosovo has indicated that it will include Norway in the second round of embassy openings.']" -630,"['In', '2008,', 'the', 'United', 'States', 'underwent', 'a', 'Sharp', 'Decline', 'in', 'Economic', 'Growth.']","[3, 5]",1,united states,"In 2008, the United States underwent a Sharp Decline in Economic Growth.","['In 2008, economic growth in the United States suffered a sharp decline.', 'In 2008, the United States experienced a sharp slowdown in economic growth.', 'In 2008, the US economy suffered a steep decline.', 'In 2008, the United States experienced a marked slowdown in economic growth.', 'In 2008, the United States gave Biden a significant slowdown in its economic growth.']" -631,"['Scores', 'and', 'results', 'list', 'Bosnia', 'and', 'Herzegovina', ""'s"", 'goal', 'tally', 'first.']","[4, 7]",1,bosnia and herzegovina,Scores and results list Bosnia and Herzegovina's goal tally first.,"['Bosnia and Herzegovina comes first in terms of scores and results.', 'Bosnia-Herzegovina tops the scoresheet.', 'Goals and results move Bosnia and Herzegovina further forward.', 'Bosnia-Herzegovina has the highest score in terms of points and results.', ""Goal number one is Bosnia-Herzegovina's top scorer.""]" -632,"['May', '3:', 'Treaty', 'between', 'Russia', 'and', 'Austria', ',', '21', 'April/3', 'May,', 'signed', 'at', 'Vienna.']","[6, 7]",1,austria,"May 3: Treaty between Russia and Austria, 21 April/3 May, signed at Vienna.","['May 3: The treaty between Russia and Austria is signed in Vienna on April 21 / May 3.', 'May 3: Treaty between Russia and Austria of April 21 / May 3 in Vienna.', 'May 3: Treaty between Russia and Austria of April 21 / May 3, signed in Vienna.', 'May 3: Treaty between Russia and Austria, April 21 and May 3, signed in Vienna.', '3 May: Agreement between Russia and Austria, 21 April / 3 May, signed in Vienna.']" -633,"['In', 'June', '2015,', ""O'Dowd"", 'made', 'his', 'senior', 'debut', 'for', 'the', 'Netherlands', 'in', 'an', 'Intercontinental', 'Cup', 'match', 'against', 'Papua', 'New', 'Guinea', ',', 'which', 'held', 'first-class', 'status.']","[17, 20]",1,papua new guinea,"In June 2015, O'Dowd made his senior debut for the Netherlands in an Intercontinental Cup match against Papua New Guinea, which held first-class status.","[""In June 2015, O'Dowd made his debut for the Netherlands in a high-class Intercontinental Cup match against Papua New Guinea."", ""In June 2015, O'Dowd made his debut for the Netherlands in the Intercontinental Cup match against Papua New Guinea, which finished first."", ""In June 2015, O'Dowd made his debut for the Netherlands in the Intercontinental Cup match against Papua New Guinea, which has A status."", ""In June 2015, O'Dowd made his debut in a Dutch jersey in the Intercontinental Cup match against first-placed Papua New Guinea."", ""In June 2015, O'Dowd made his debut for the Netherlands in a friendly match at the Intercontinental Cup against Papua New Guinea, which had the status of a high-profile World Cup.""]" -634,"['The', 'story', 'initially', 'starts', 'by', 'dealing', 'with', 'terrorism', 'at', 'the', 'end', 'of', 'the', '20th', 'century,', 'where', 'Japan', 'is', 'the', 'largest', 'economy', 'in', 'the', 'world.']","[16, 17]",1,japan,"The story initially starts by dealing with terrorism at the end of the 20th century, where Japan is the largest economy in the world.","[""The story begins with terrorism at the end of the twentieth century, when Japan is the world's largest economy."", ""The story begins with terrorism at the end of the twentieth century, when Japan is the world's largest economy."", ""The story begins with terrorism at the end of the twentieth century, when Japan is the world's largest economy."", ""The story begins with terrorism at the end of the twentieth century, when Japan is the world's largest economy."", ""The story begins with terrorism and begins at the end of the twentieth century, when Japan is the world's largest economy.""]" -635,"['China', 'and', 'the', 'Philippines', 'have', 'competing', 'claims', 'over', 'the', 'shoal.']","[0, 1]",1,china,China and the Philippines have competing claims over the shoal.,"['China and the Philippines have competing claims to the venue.', 'China and the Philippines have competing claims to the marine jungle.', 'China and the Philippines have competing claims to the shares.', 'China and the Philippines have different claims to the sea monster.', 'China and the Philippines are competing for the case.']" -636,"['However,', 'Ãlvaro', 'apparently', 'did', 'permit', 'Portugal', 'to', 'settle', 'in', 'Luanda', 'and', 'the', 'colony', 'of', 'Angola', 'was', 'born', 'when', 'Paulo', 'Dias', 'de', 'Novais', 'arrived', 'with', 'his', 'force', 'in', '1575.']","[5, 6]",1,portugal,"However, Ãlvaro apparently did permit Portugal to settle in Luanda and the colony of Angola was born when Paulo Dias de Novais arrived with his force in 1575.","['Ãlvaro apparently allowed Portugal to settle in Luanda, and the colony of Angola was born when Paulo Dias de Novais and his troops arrived in 1575.', 'Ãlvaro allowed Portugal to settle in Luanda, and the colony of Angola was established when Paulo Dias de Novais and his troops arrived in 1575.', 'However, Ãlvaro had allowed Portugal to settle in Luanda, and when Paulo Dias de Novais arrived with his power in 1575, the colony of Angola was founded.', 'However, Ãlvaro apparently allowed Portugal to settle in Luanda, and so the colony of Angola arose when Paolo Dias de Novais arrived with his army in 1575.', 'However, Ãlvaro apparently allowed Portugal to settle in Luanda, and when Paulo Dias de Novais and his army invaded the colony of Angola in 1575, the term ""colony"" was shortened.']" -637,"['Mongolia', 'participated', 'in', 'the', '1998', 'Asian', 'Games', 'held', 'in', 'Bangkok,', 'Thailand', 'from', 'December', '6,', '1998,', 'to', 'December', '20,', '1998.']","[0, 1]",1,mongolia,"Mongolia participated in the 1998 Asian Games held in Bangkok, Thailand from December 6, 1998, to December 20, 1998.","['Mongolia participated in the Asian Games in Bangkok, Thailand, from 6 December 1998 to 20 December 1998.', 'Mongolia participated in the 1998 Asian Games, which took place from 6 December 1998 to 20 December 1998 in Bangkok, Thailand.', 'Mongolia participated in the Asian Games in Bangkok, Thailand, from 6 December 1998 to 20 December 1998.', 'Mongolia participated in the 1998 Asian Tournament, which took place from 6 December 1998 to 20 December 1998 in Bangkok, Thailand.', 'Mongolia participated in the 1998 Asian Games, which took place from 6 December 1998 to 20 December 1998 in Bangkok, Thailand.']" -638,"['Jackson', 'had', 'also', 'requested', 'that', 'Uddin', 'build', 'and', 'run', 'him', 'a', 'recording', 'studio', 'within', 'the', 'mansion', 'he', 'was', 'hiring', 'in', 'the', 'UK', 'for', 'the', 'duration', 'of', '""This', 'Is', 'It""', 'concerts,', 'with', 'designs', 'for', 'producing', 'his', 'next', 'record', 'with', 'Uddin.']","[0, 1]",1,jackson,"Jackson had also requested that Uddin build and run him a recording studio within the mansion he was hiring in the UK for the duration of""This Is It"" concerts, with designs for producing his next record with Uddin.","['Jackson had also asked Uddin to build and operate a recording studio in the mansion he had rented in the UK for the ""This Is It"" concerts, and drafts for the production of his next record with Uddin.', 'Jackson had also asked Uddin to build and operate a recording studio within the mansion he had rented in the UK for the duration of the ""This Is It"" concerts.', 'Jackson had also asked Uddin to build and operate a recording studio within his mansion in the UK for the duration of the ""This Is It"" concerts, as well as designs for the production of his next record with Uddin.', 'Jackson had also asked Uddin to set up and operate a recording studio for him at his mansion in the UK for the duration of the ""This Is It"" concerts so that he could produce his next record with Uddin.', 'Jackson had also asked Uddin to install and operate a recording studio in the mansion he had rented for the duration of those concerts in the UK, with designs for his next record with Uddin.']" -639,"['The', 'Ambassador', 'of', 'the', 'United', 'Kingdom', 'to', 'Haiti', 'is', 'the', 'United', 'Kingdom', ""'s"", 'foremost', 'diplomatic', 'representative', 'to', 'the', 'Republic', 'of', 'Haiti.']","[10, 12]",1,united kingdom,The Ambassador of the United Kingdom to Haiti is the United Kingdom's foremost diplomatic representative to the Republic of Haiti.,"[""Britain's ambassador to Haiti is Britain's most important diplomatic representative in Haiti."", ""Britain's ambassador to Haiti is Britain's most important diplomatic representative to the Republic of Haiti."", ""The British Ambassador to Haiti is the UK's most senior diplomatic representative to the Republic of Haiti."", ""The British ambassador is Britain's most senior diplomatic representative in the Republic of Haiti."", '""The British Ambassador to Haiti is the UK\'s most important diplomatic representative in the Republic of Haiti.']" -640,"['Because', 'Lebanon', 'was', 'governed', 'by', 'France', 'as', 'a', 'League', 'of', 'Nations', 'mandate', '1919–1943,', 'France', 'has', 'long', 'taken', 'a', 'special', 'interest', 'in', 'Lebanon.']","[13, 14]",1,france,"Because Lebanon was governed by France as a League of Nations mandate 1919–1943, France has long taken a special interest in Lebanon.","['Since Lebanon was governed by France from 1919 to 1943 on behalf of the League of Nations, France has long had a special interest in Lebanon.', 'Since Lebanon was governed by France from 1919 to 1943 as a mandate of the League of Nations, France has long shown a particular interest in Lebanon.', 'Since Lebanon was under French sovereignty under the mandate of the League of Nations between 1919 and 1943, France has long had a special interest in Lebanon.', 'Since Lebanon was governed by France from 1919 to 1943 under the mandate of the League of Nations, France has long had a special interest in Lebanon.', 'France had a special interest in Lebanon for a long time because of its mandate of the League of Nations in 1919-43.']" -641,"['The', 'story', 'is', 'written', 'from', 'the', 'point', 'of', 'view', 'and', 'understanding', 'of', 'Schtung,', 'a', 'war', 'dog', 'of', 'Soviet', 'Russia', '.']","[17, 19]",1,soviet russia,"The story is written from the point of view and understanding of Schtung, a war dog of Soviet Russia.","['History is written from the point of view and understanding of Schtung, a war dog of Soviet Russia.', 'History is written from the point of view and understanding of Schtung, a war dog of Soviet Russia.', 'History is written from the perspective and understanding of Schtung, a war dog of Soviet Russia.', 'History is written from the standpoint and understanding of Shtung, the war dog of Soviet Russia.', 'History is written from the perspective and preoccupation with the attack dog Schtung in Soviet Russia.']" -642,"['Nepal', 'now', 'intends', 'to', 'solve', 'the', 'issue', 'via', 'diplomatic', 'means', 'with', 'China', 'and', 'India.']","[11, 12]",1,china,Nepal now intends to solve the issue via diplomatic means with China and India.,"['Nepal now intends to solve the problem with diplomatic means vis-à -vis China and India.', 'Nepal now wants to resolve the problem diplomatically with China and India.', 'Nepal now wants to solve the problem through diplomatic means with China and India.', 'Nepal now intends to solve the problem with diplomatic means vis-à -vis China and India.', 'Nepal now intends to solve this problem through diplomatic means vis-à -vis China and India.']" -643,"['Pereira', 'began', 'his', 'playing', 'career', 'with', 'Bolivian', 'side', 'Oriente', 'Petrolero', 'he', 'then', 'played', 'for', 'Liverpool', 'and', 'Peñarol', 'in', 'Uruguay', 'before', 'joining', 'Chacarita', 'Juniors', 'in', '2006.']","[14, 15]",1,liverpool,Pereira began his playing career with Bolivian side Oriente Petrolero he then played for Liverpool and Peñarol in Uruguay before joining Chacarita Juniors in 2006.,"['Pereira began his playing career with Bolivian first division side Oriente Petrolero, then played for Liverpool and Peñarol in Uruguay before moving to Chacarita Juniors in 2006.', 'Pereira began his playing career with Bolivian first division side Oriente Petrolero, then played for Liverpool and Peñarol in Uruguay before moving to Chacarita Juniors in 2006.', 'Pereira began his career with Bolivian first division side Oriente Petrolero and later played for Liverpool and Peñarol in Uruguay before moving to Chacarita Juniors in 2006.', 'Pereira began his playing career with Bolivian first division side Oriente Petrolero, then played for Liverpool and Peñarol in Uruguay before moving to Chacarita Juniors in 2006.', 'Pereira began his career with the Bolivian club Oriente Petrolero, playing for Liverpool and Peñarol in Uruguay before moving to Chacarita Juniors in 2006.']" -644,"['I', 'relished', 'the', 'attacking', 'field', 'set', 'by', 'Pakistan', '.']","[7, 8]",1,pakistan,I relished the attacking field set by Pakistan.,"[""I enjoyed Pakistan's attack."", 'I liked the attacking surface Pakistan had set.', 'I really appreciated the area of attack from Pakistan.', 'I enjoyed the attacking surface provided by Pakistan.', 'I was happy with the attacking game.']" -645,"['After', 'that,', 'Columbia', 'operated', 'in', 'support', 'of', 'the', 'invasion', 'of', 'Balikpapan', 'and', 'took', 'part', 'in', 'the', '1945', 'antishipping', 'sweep', 'in', 'the', 'South', 'China', 'Sea.']","[2, 3]",1,columbia,"After that, Columbia operated in support of the invasion of Balikpapan and took part in the 1945 antishipping sweep in the South China Sea.","['Colombia subsequently supported the invasion of Balikpapan and participated in a naval battle in the South China Sea in 1945.', 'Colombia then supported the invasion of Balikpapan and joined the attack on shipping in the South China Sea in 1945.', 'Colombia then fought in support of the invasion of Balikpapan and joined the offensive against shipping in the South China Sea in 1945.', 'Colombia subsequently supported the invasion of Balikpapan and participated in the battle of an American naval returnee in the South China Sea in 1945.', 'Colombia subsequently supported the invasion of Balikums and conquered Regensburg in 1945 as a shipping company in the South China Sea.']" -646,"['During', 'his', 'reign', 'Polotsk', 'was', 'at', 'war', 'with', 'Kiev', 'and', 'Novgorod', '.']","[10, 11]",1,novgorod,During his reign Polotsk was at war with Kiev and Novgorod.,"['During his reign Polatsk was at war with Kiev and Novgorod.', 'During his reign Polatsk was at war with Kiev and Novgorod.', 'During his reign Polatsk was at war with Kiev and Novgorod.', 'Under his rule Polatsk was at war with Kiev and Novgorod.', 'During his tenure, Polotsk was at war with Kiev and Novgorod.']" -647,"['After', 'the', 'establishment', 'of', 'the', ""People's"", 'Republic', 'of', 'China', 'and', 'before', 'the', 'Cultural', 'Revolution,', 'he', 'was', 'credited', 'as', 'one', 'of', 'the', 'top', 'officials', 'in', 'socialist', 'culture.']","[5, 9]",1,people's republic of china,"After the establishment of the People's Republic of China and before the Cultural Revolution, he was credited as one of the top officials in socialist culture.","[""After the founding of the People's Republic of China and before the Cultural Revolution, he was considered one of the leading functionaries of socialist culture."", ""After the founding of the People's Republic of China and before the Cultural Revolution, he was considered one of the highest functionaries of socialist culture."", ""After the founding of the People's Republic of China and before the Cultural Revolution, he was considered one of the leading functionaries of socialist culture."", ""After the founding of the People's Republic of China and before the Cultural Revolution, he became one of the leading functionaries of socialist culture."", ""After the founding of the People's Republic of China and before the Cultural Revolution, the People's Republic of China was the first country in the world to legalize recreational use of recreational use, including recreational use of recreational use of recreational use of recreational use.""]" -648,"['Germany', 'faces', 'the', 'United', 'Kingdom', 'in', 'the', 'Battle', 'of', 'Britain', '(1940).']","[0, 1]",1,germany,Germany faces the United Kingdom in the Battle of Britain (1940).,"['Germany meets Great Britain in the Battle of Britain (1940).', 'Germany stands against Great Britain in the Battle of Britain (1940).', 'Germany takes on Great Britain in the Battle of Britain (1940).', 'In the Battle of Britain (1940) Germany meets Great Britain.', 'Germany meets Great Britain in the Battle of Britain (1940).']" -649,"['Among', 'the', 'early', 'tasks', 'of', 'the', 'squadron', 'was', 'the', 'support', 'of', 'RAF', 'units', 'in', 'France,', 'and', 'the', 'evacuation', 'of', 'them', 'once', 'the', 'fall', 'of', 'France', 'became', 'inevitable.']","[24, 25]",1,france,"Among the early tasks of the squadron was the support of RAF units in France, and the evacuation of them once the fall of France became inevitable.","['One of the first tasks of the squadron was to support RAF units in France and to evacuate them after the fall of France.', 'One of the first tasks of the squadron was to support RAF units in France and to evacuate them after the fall of France.', 'One of the first tasks of the squadron was to support RAF units in France and to evacuate them after the fall of France.', 'One of the early tasks of the squadron was to support RAF units in France and to clear them after the collapse of France.', 'One of the first tasks of the squadron was to support and eliminate RAF units in France when the fall of France became inevitable.']" -650,"['One', 'year', 'later,', 'in', '1839,', 'Mexico', 'and', 'Nicaragua', 'established', 'diplomatic', 'relations.']","[5, 6]",1,mexico,"One year later, in 1839, Mexico and Nicaragua established diplomatic relations.","['A year later, in 1839, Mexico and Nicaragua established diplomatic relations.', 'A year later, in 1839, Mexico and Nicaragua established diplomatic relations.', 'A year later, in 1839, Mexico and Nicaragua established diplomatic relations.', 'A year later, in 1839, Mexico and Nicaragua established diplomatic relations.', 'A year later, in 1839, Mexico and Nicaragua established diplomatic relations.']" -651,"['In', 'the', 'quarterfinals,', 'the', 'USA', 'team', 'faced', 'France', ',', 'which', 'held', 'an', 'eight-point', 'lead', 'late', 'in', 'the', 'second', 'half,', 'but', 'the', 'USA', 'team', 'took', 'back', 'the', 'lead', 'and', 'won', 'by', 'eleven', 'to', 'advance', 'to', 'the', 'semifinals.']","[7, 8]",1,france,"In the quarterfinals, the USA team faced France, which held an eight-point lead late in the second half, but the USA team took back the lead and won by eleven to advance to the semifinals.","['In the quarterfinals, the U.S. team faced France, which had an eight-point lead in the second half, but the U.S. team regained the lead and won by eleven points to advance to the semifinals.', 'In the quarterfinals, the United States faced France, which had an eight-point lead at the end of the second half, but the United States regained the lead and won by 11 points to advance to the semifinals.', 'In the quarterfinals, the US team faced France, which held an eight-point lead in the second half, but the US team reclaimed the lead, winning by 11 goals to advance to the semifinals.', 'In the quarter-finals, the US team faced France, who took an eight-point lead in the second half, but the US team regained the lead, winning by 11 goals to advance to the semi-finals.', 'The U.S. team met France late in the quarterfinals, but the United States regained the lead and won by 11 points to advance to the semifinals.']" -652,"['Guo', 'played', 'for', 'the', 'Guangzhou', 'Pharmaceutical', 'youth', 'team', 'before', 'he', 'was', 'loaned', 'to', 'China', 'in', 'the', '2007.']","[13, 14]",1,china,Guo played for the Guangzhou Pharmaceutical youth team before he was loaned to China in the 2007.,"[""Guo played for Guangzhou Pharmaceutical's youth team before moving to China on loan in 2007."", ""Guo played for Guangzhou Pharmaceutical's youth team before moving to China on loan in 2007."", ""Guo played for Guangzhou Pharmaceutical's youth team before moving to China on loan in 2007."", ""Guo played in Guangzhou Pharmaceutical's youth team before moving to China on loan in 2007."", ""Guo played in Guangzhou Pharmaceutical's youth team before moving to China on loan in 2007.""]" -653,"['Moso', 'earned', '13', 'caps', 'for', 'Spain', 'at', 'youth', 'level.']","[5, 6]",1,spain,Moso earned 13 caps for Spain at youth level.,"['Moss played 13 times for Spain during his youth career.', 'Moss played 13 times for Spain during his youth career.', 'Minor scored 13 goals for Spain in youth.', 'Moss won 13 caps for the club during his youth career.', 'In youth, he scored 13 times for Spain.']" -654,"['Basically,', 'the', 'US', 'has', 'its', '""War', 'on', 'Terror"",', 'and', 'the', 'Israelis', 'just', 'started', 'their', 'own', '""War', 'on', 'Terror"".']","[2, 3]",1,us,"Basically, the US has its""War on Terror"", and the Israelis just started their own""War on Terror"".","['Basically, the US has begun its ""war on terror,"" and the Israelis have just begun their own ""war on terror.""', 'In principle, the US has its ""war on terror,"" and the Israelis have just begun their own ""war on terror.""', 'Basically, the US has its ""war on terror,"" and the Israelis have just begun their ""war on terror.""', 'In principle, the US is waging its ""war on terror,"" and the Israelis have just launched their own ""war on terror.""', 'Indeed, the US ""war on terrorism"" exists, and the Israelis have only just begun it.']" -655,"['Meanwhile,', 'the', 'unified', 'Germans', 'held', 'off', 'the', 'Aussies', 'for', 'the', 'bronze', 'in', '7:57.35,', '45-hundredths', 'of', 'a', 'second', 'under', 'an', 'old', 'Olympic', 'record', 'set', 'by', 'USA', 'in', '2000.']","[24, 25]",1,usa,"Meanwhile, the unified Germans held off the Aussies for the bronze in 7:57.35, 45-hundredths of a second under an old Olympic record set by USA in 2000.","['Meanwhile, the united Germans took bronze ahead of the Aussies in 7: 57.35, 45 hundredths of a second below the old Olympic record set by the United States in 2000.', 'Meanwhile, the united Germans held the Aussies to bronze in 7: 57.35, 45 hundredths of a second below the old American Olympic record set in 2000.', 'Meanwhile, the united Germans won bronze in 7: 57.35 minutes by the Aussies, 45 hundredths of a second below the old Olympic record (set by the United States in 2000).', 'Meanwhile, the united Germans kept the Australians afloat after taking bronze in 7: 57.35, 45 hundredths of a second off the previous US Olympic record set in 2000.', ""Meanwhile, the men's 50m backstroke time of 7: 57.35 beat the 2000 US Olympic record by 45 hundredths of a second.""]" -656,"['If', 'it', 'has', 'its', 'way,', 'Israel', 'will', 'conquer', 'Syria', 'by', '2010.']","[5, 6]",1,israel,"If it has its way, Israel will conquer Syria by 2010.","['If it goes according to him, Israel will conquer Syria by 2010.', 'He said Israel would conquer Syria by 2010.', 'He said Israel would conquer Syria by 2010.', 'If it goes to Israel, it will conquer Syria by 2010.', 'In their opinion, Israel will conquer Syria by 2010.']" -657,"['Today,', 'IMSL', 'is', 'a', 'full', 'member', 'of', 'the', 'Asian', 'Association', 'of', 'Management', 'Organisations', '(AAMO)', 'and', 'Sri', 'Lanka', ""'s"", 'sole', 'representative', 'there.']","[15, 17]",1,sri lanka,"Today, IMSL is a full member of the Asian Association of Management Organisations (AAMO) and Sri Lanka's sole representative there.","[""Today IMSL is a full member of the Asian Association of Management Organizations (AAMO) and Sri Lanka's only representative there."", ""Today IMSL is a full member of the Asian Association of Management Organisations (AAMO) and Sri Lanka's only representative there."", ""Today IMSL is a full member of the Asian Association of Management Organisations (AAMO) and Sri Lanka's only local representative."", ""Today IMSL is a full member of the Asian Association of Management Organisations (AAMO) and Sri Lanka's only representative there."", ""Today IMSL is a full member of the Asian Association of Management Organisations AAMO and Sri Lanka's only representative there.""]" -658,"['Jamaica', ""'s"", 'capture', 'was', 'the', 'casus', 'belli', 'that', 'resulted', 'in', 'actual', 'war', 'between', 'England', 'and', 'Spain', 'in', '1655.']","[0, 1]",1,jamaica,Jamaica's capture was the casus belli that resulted in actual war between England and Spain in 1655.,"[""Jamaica's capture was the casus belli that led to a war between England and Spain in 1655."", ""Jamaica's conquest was the Casus Belli, which actually led to the war between England and Spain in 1655."", 'Jamaica was captured in the Casus belli and led to a war between England and Spain in 1655.', ""Jauchzka's capture was a casus belli that led to the war between England and Spain in 1655."", ""Jamaica's occupation was the casus belli, which led to a real war between England and Spain in 1655.""]" -659,"['In', 'early', 'October', 'of', 'that', 'year', 'it', 'was', 'abandoned', 'by', 'the', 'US', ',', 'considered', 'for', 'sale,', 'but', 'was', 'taken', 'up', 'again', 'in', 'July', '1878', 'as', 'the', 'Principal', 'Recruiting', 'Depot.']","[11, 12]",1,us,"In early October of that year it was abandoned by the US, considered for sale, but was taken up again in July 1878 as the Principal Recruiting Depot.","['At the beginning of October of the same year it was abandoned by the USA and offered for sale, but in July 1878 it was taken up again as the most important recruitment depot.', 'At the beginning of October of the same year it was abandoned by the USA, traded as a sale, but in July 1878 it was taken up again as the most important recruitment depot.', 'At the beginning of October of the same year it was abandoned by the USA and put up for sale, but since July 1878 it has again been used as the main advertising depot.', 'At the beginning of October of the same year, it was abandoned by the USA, intended as a camouflage, but resumed as the main recruiting base in July 1878.', 'At the beginning of October of the same year, it was abandoned by the USA and considered a yacht yard for sale, only to be resumed as the main place of complaint in July 1878.']" -660,"['In', '1990,', 'Mexico', ',', 'along', 'with', 'the', 'government', 'of', 'Colombia,', 'Panama', 'and', 'Venezuela', 'created', 'the', 'Contadora', 'Group', 'to', 'try', 'and', 'mediate', 'in', 'the', 'Central', 'American', 'crises', 'that', 'was', 'gripping', 'the', 'region', 'at', 'the', 'time.']","[2, 3]",1,mexico,"In 1990, Mexico, along with the government of Colombia, Panama and Venezuela created the Contadora Group to try and mediate in the Central American crises that was gripping the region at the time.","['In 1990, Mexico, Colombia, Panama, and Venezuela formed the Contadora Group to mediate in the Central American crises that gripped the region at the time.', 'In 1990, Mexico, along with the governments of Colombia, Panama, and Venezuela, formed the Contadora Group to mediate in the Central American crises that gripped the region at the time.', 'Mexico, together with the governments of Colombia, Panama, and Venezuela, founded the Contadora Group in 1990 to support efforts to mediate Central American crises in the region at the time.', 'In 1990, Mexico and the governments of Colombia, Panama and Venezuela founded the Contadora Group to mediate in what was then the Central American crisis.', 'In 1990, Mexico, together with the governments of Colombia, Panama and Venezuela, founded the Contadora Group to mediate in the Central American countries then affected by the crisis in the region.']" -661,"['Before', 'the', 'tour', 'in', 'England,', 'Argentina', 'hosted', 'South', 'Africa,', 'losing', 'the', 'match', '33-37.']","[5, 6]",1,argentina,"Before the tour in England, Argentina hosted South Africa, losing the match 33-37.","['Before the trip to England, Argentina hosted South Africa and lost the match 33-37.', 'Before the trip to England, Argentina hosted South Africa and lost the match 33-37.', 'Before the trip to England, Argentina had lost 33-37 to South Africa.', 'Before the tour of England, Argentina had beaten South Africa 33-37.', 'Before the US tour Argentina hosted South Africa and lost the tournament 33-37.']" -662,"['The', '2012', 'population', 'of', 'the', 'region', 'was', '4,922,723,', 'making', 'it', 'the', 'largest', 'bi-national', 'conurbation', 'shared', 'between', 'the', 'United', 'States', 'and', 'Mexico,', 'the', 'second-largest', 'shared', 'between', 'the', 'US', 'and', 'another', 'country', '(after', 'Detroit-Windsor),', 'and', 'the', 'fourth', 'largest', 'in', 'the', 'world.']","[17, 19]",1,united states,"The 2012 population of the region was 4,922,723, making it the largest bi-national conurbation shared between the United States and Mexico, the second-largest shared between the US and another country (after Detroit-Windsor), and the fourth largest in the world.","['The population in 2012 was 4,922,723, which is the largest binational agglomeration between the United States and Mexico, the second largest between the United States and another country (after Detroit-Windsor) and the fourth largest in the world.', ""The region's population was 4,922,723 in 2012, making it the largest bilateral agglomeration between the US and Mexico, the second largest between the US and another country (after Detroit-Windsor), and the fourth largest in the world."", 'In 2012, the region had 4,922,723 inhabitants, making it the largest binational community between the United States and Mexico, the second largest between the United States and another country (after Detroit-Windsor), and the fourth largest in the world.', 'The population in 2012 was 4,922,723, making it the largest binational metropolitan region in the United States and Mexico, the second largest in the relationship between the United States and another country (after Detroit-Windsor), and the fourth largest in the world.', ""The region's population was 4,922,723 in 2012, making it the largest binational residential area between the United States and Mexico, the second largest combined metropolitan area between the United States and another country (after Detroit-Windsor), and the fourth largest in the world.""]" -663,"['After', 'the', 'fall', 'of', 'France', 'to', 'Germany,', 'Girardeau', 'created', 'a', 'factory', 'for', 'underground', 'forces', 'of', 'free', 'France.']","[4, 5]",1,france,"After the fall of France to Germany, Girardeau created a factory for underground forces of free France.","['After France fell to Germany, Girardeau created a factory for the underground forces of free France.', 'After France fell to Germany, Girardeau founded an underground organization for a free France.', 'After France fell to Germany, Girardeau founded a factory for the underground forces of free France.', 'After France fell to Germany, Girardeau founded an underground factory for the armed forces of Free France.', 'After France fell to Germany, Girardeau built a factory for a free France.']" -664,"['Taking', 'advantage', 'of', 'this', 'fact,', 'Athens', 'launched', 'several', 'naval', 'campaigns', 'in', 'the', 'later', 'years', 'of', 'the', 'war,', 'recapturing', 'a', 'number', 'of', 'islands', 'that', 'had', 'been', 'part', 'of', 'the', 'original', 'Athenian', 'Empire', 'during', 'the', '5th', 'century', 'BC.']","[5, 6]",1,athens,"Taking advantage of this fact, Athens launched several naval campaigns in the later years of the war, recapturing a number of islands that had been part of the original Athenian Empire during the 5th century BC.","['In the later years of the war, Athens favored a series of naval wars and reconquered a number of islands that had been part of the original Athenian rule in the 5th century BC.', 'Taking advantage of this fact, Athens began several naval exercises in the last years of the war and reconquered some islands that belonged to the original Athenian Empire in the 5th century BC.', 'The Greek naval power was able to take advantage of this fact and initiate several naval wars in the later years of the war. Athens reconquered a number of islands that belonged to the original Athenian Empire in the 5th century BC.', 'From this point of view, Athens fought several naval wars in the later years of the war, recapturing a number of islands that were part of the original Athenian Empire in the fifth century BC.', 'When the Greek fleet occupied their battleships, several islands that had been part of the original empire of Athens in the 5th century BC were recaptured in the later years of the war.']" -665,"['Russia', 'is', 'sole', 'successor', 'to', 'the', 'Soviet', 'Union', ',', 'so', 'ties', 'have', 'naturally', 'continued', 'with', 'Russia', 'since', 'the', 'Belavezha', 'Accords.']","[6, 8]",1,soviet union,"Russia is sole successor to the Soviet Union, so ties have naturally continued with Russia since the Belavezha Accords.","['Russia is the only successor to the Soviet Union, so relations with Russia have, of course, continued since the Belavitsa agreements.', 'Russia is the only successor to the Soviet Union, so relations with Russia have, of course, continued since the Belavitsa Agreement.', 'Russia is the only successor to the Soviet Union, so relations with Russia have, of course, continued since the Belavitsa agreements.', 'Russia is the only successor to the Soviet Union, so relations with Russia have, of course, remained stable since the Belavesh agreements.', 'Russia is the only successor nation to the Soviet Union, so relations with Russia continued after the Belavesha agreements.']" -666,"['York', 'was', 'selected', 'to', 'play', 'for', 'New', 'South', 'Wales', 'and', 'Australia', 'in', '1928.']","[0, 1]",1,york,York was selected to play for New South Wales and Australia in 1928.,"['York was selected in 1928 to play for New South Wales and Australia.', 'York was selected for New South Wales and Australia in 1928.', 'York was selected to play for New South Wales and Australia in 1928.', 'York was appointed to New South Wales and Australia in 1928.', 'York won the 1928 World Cup for New South Wales and Australia.']" -667,"['It', 'would', 'be', 'almost', 'impossible', 'for', 'Ghana', 'to', 'become', 'a', 'prosperous', 'nation', 'without', 'the', 'help', 'of', 'foreign', 'nations,', 'since', 'they', 'can’t', 'export', 'what', 'others', 'won’t', 'buy.']","[6, 7]",1,ghana,"It would be almost impossible for Ghana to become a prosperous nation without the help of foreign nations, since they can’t export what others won’t buy.","['Without the help of foreign nations, it would be almost impossible for Ghana to become a prosperous nation, because it cannot export what others cannot buy.', 'Without the help of foreigners, Ghana would be almost impossible to become a prosperous nation, because it cannot export what others cannot buy.', 'Transforming Ghana into a prosperous nation without the help of foreign nations would be almost impossible, because it cannot export what others cannot buy.', 'Without foreign aid, it would be almost impossible for Ghana to become a prosperous nation, because it cannot export what others would not buy.', 'Without foreign help, it would be almost impossible for Ghana to become a prosperous nation, because it cannot export what others would not buy.']" -668,"['York', 'primarily', 'played', 'as', 'a', 'prop-forward', 'representing', 'Australia', 'in', 'two', 'test', 'matches', 'against', 'Great', 'Britain.']","[0, 1]",1,york,York primarily played as a prop-forward representing Australia in two test matches against Great Britain.,"['York played primarily as a backup in two Test matches for Australia against Great Britain.', 'York played primarily as a forward and represented Australia in two Test matches against Great Britain.', 'York played primarily as a defender for his club Australia in two Test matches against Great Britain.', 'York acted primarily as a template, representing Australia in the Test against Great Britain.', 'York has played in two Tests for Australia so far, mainly as a genuine forward for the continent and against Great Britain.']" -669,"['Throughout', 'his', 'career', 'he', 'composed', 'numerous', 'pieces', 'of', 'meykhana', 'based', 'on', 'modern', 'Azerbaijan', '.']","[12, 13]",1,azerbaijan,Throughout his career he composed numerous pieces of meykhana based on modern Azerbaijan.,"['In the course of his career he composed numerous meykhana works based on modern Azerbaijan.', 'In the course of his career he composed numerous Meykhana pieces based on modern Azerbaijan.', 'In the course of his career he composed numerous works meykhana, which are based on modern Azerbaijan.', 'In the course of his career he composed numerous works of the Meykhana based on Azerbaijan.', 'In the course of his career, he wrote numerous pieces inspired by modern Azerbaijan.']" -670,"['The', 'decision', 'proved', 'a', 'poor', 'one', 'though,', 'as', 'Australia', 'were', 'easily', 'skittled', 'out', 'for', 'a', 'meagre', '63', 'in', '80', 'overs,', 'taking', 'just', 'over', '2', 'hours.']","[8, 9]",1,australia,"The decision proved a poor one though, as Australia were easily skittled out for a meagre 63 in 80 overs, taking just over 2 hours.","['The decision proved pitiful, however, as Australia were effortlessly bowled out for a meagre 63 in 80 overs, taking just over two hours.', 'Australia managed a meagre 63 from 80 overs for just over two hours.', 'But the decision proved pitiful as Australia were easily overhauled for a meagre 63 in 80 overs that lasted just over two hours.', 'But the decision proved elusive as Australia easily won 63 of 80 overs in just over two hours.', 'However, the decision was a bad one as Australia were easily dismissed for 80 overs, and that lasted just over two hours.']" -671,"['Her', 'post', 'had', 'the', 'objective', 'to', 'improve', 'public', 'awareness', 'of', 'the', 'European', 'Union', 'and', 'Turkey', ""'s"", 'accession', 'process.']","[14, 15]",1,turkey,Her post had the objective to improve public awareness of the European Union and Turkey's accession process.,"[""Its aim was to raise public awareness of the European Union and Turkey's accession process."", 'Its aim was to raise public awareness of the accession process of Turkey and the European Union.', ""Its aim was to raise public awareness of the European Union and Turkey's accession process."", ""Its aim was to raise public awareness of the European Union and Turkey's accession process."", 'Their mission was to raise public awareness of the European Union and the Turkish accession process.']" -672,"['This', 'marked', 'the', 'birth', 'of', 'the', 'independent', 'Dominican', 'Republic', '.']","[7, 9]",1,dominican republic,This marked the birth of the independent Dominican Republic.,"['This was the birth of the independent Dominican Republic.', 'This was the birth of the independent Dominican Republic.', 'Thus the birth of the independent Dominican Republic was celebrated.', 'Thus the independent Dominican Republic was founded.', 'This is how the independent Dominican Republic came into being. Boxing was the topic.']" -673,"['In', 'that', 'season,', 'Spain', 'played', 'in', 'the', '2012', 'Scotland', 'Sevens,', 'reaching', 'the', 'Bowl', 'finals,', 'and', 'the', '2012', 'London', 'Sevens,', 'reaching', 'the', 'Cup', 'quarterfinal.']","[3, 4]",1,spain,"In that season, Spain played in the 2012 Scotland Sevens, reaching the Bowl finals, and the 2012 London Sevens, reaching the Cup quarterfinal.","['This season Spain played in the Scotland Sevens in 2012, which reached the final of the cup, and the London Sevens in 2012, which reached the quarter-finals of the cup.', 'This season Spain played in the Scotland Sevens in 2012, reached the final of the Cup and the London Sevens in 2012 and reached the Cup quarter-finals.', 'This season Spain played in the final of the Scotland Sevens in 2012 for the Scotland Cup and in the final of the London Sevens in 2012 for a place in the Cup quarter-finals.', 'This season Spain played in the Scotland Sevens in 2012, reached the final of the Bowl, in 2012 Spain reached the quarter-finals of the Cup in London.', 'In the 2010 / 11 season Spain played in the Scotland Jeans, the cup final, and in the London Jeans, the quarter-finals of the cup.']" -674,"['In', 'the', '1994', 'Peace', 'Agreement', 'between', 'Israel', 'and', 'Jordan', 'it', 'was', 'decided', 'that', 'operations', 'would', 'be', 'transferred', 'from', 'Eilat', 'Airport', 'to', 'Aqaba', 'Airport.']","[8, 9]",1,jordan,In the 1994 Peace Agreement between Israel and Jordan it was decided that operations would be transferred from Eilat Airport to Aqaba Airport.,"['In the 1994 peace agreement between Israel and Jordan, it was decided to transfer operations from Eilat airport to Aqaba airport.', 'In the 1994 peace agreement between Israel and Jordan, it was decided to move Eilat airport to Aqaba airport.', 'In 1994, the peace treaty between Israel and Jordan decided to transfer operations from Eilat airport to Aqaba airport.', 'Following the 1994 peace agreement between Israel and Jordan, it was decided to transfer operations from Eilat airport to Aqsaba airport.', 'In the 1994 peace agreement between Israel and Jordan, it was decided to transfer operations from Eilat airport to Aqaba airport.']" -675,"['Concepción', 'Bona', 'Hernández', '(December', '6,', '1824', '-', 'July', '2,', '1901)', 'was', 'a', 'nursery', 'school', 'teacher', 'and', 'a', 'campaigner', 'for', 'the', 'independence', 'of', 'the', 'Dominican', 'Republic', '.']","[23, 25]",1,dominican republic,"Concepción Bona Hernández (December 6, 1824 - July 2, 1901) was a nursery school teacher and a campaigner for the independence of the Dominican Republic.","['Concepción Bona Hernández (December 6, 1824 - July 2, 1901) was a kindergarten teacher who fought for the independence of the Dominican Republic.', 'Concepción Bona Hernández (December 6, 1824 - July 2, 1901) was a kindergarten teacher and fighter for the independence of the Dominican Republic.', 'Concepción Bona Hernández (December 6, 1824 - July 2, 1901) was a kindergarten teacher and Yagmur for the independence of the Dominican Republic.', 'Concepción Bona Hernández (December 6, 1824 - July 2, 1901) was a German kindergarten teacher who fought for the independence of the Dominican Republic.', 'Concepción Bona Hernández (December 6, 1824 - July 2, 1901), one of the leading chefs in the Dominican Republic.']" -676,"['Two', 'were', 'bought', 'by', 'Austria-Hungary', '.']","[4, 5]",1,austria-hungary,Two were bought by Austria-Hungary.,"['Two were bought by Austro-Hungarians.', 'Two of them were bought by Austria-Hungary.', 'Two of them were bought by Austria-Hungary.', 'Two of them were bought by Austria, Hungary and Ukraine.', 'Two of these 60 towns were bought by Austria-Hungary.']" -677,"['The', 'United', 'States', 'named', 'the', 'war', 'after', 'Red', 'Cloud,', 'a', 'prominent', 'Oglala', 'Lakota', 'chief', 'who', 'led', 'his', 'followers', 'in', 'opposition', 'to', 'the', 'presence', 'of', 'the', 'U.S.', 'military', 'in', 'the', 'area.']","[1, 3]",1,united states,"The United States named the war after Red Cloud, a prominent Oglala Lakota chief who led his followers in opposition to the presence of the U.S. military in the area.","['The United States named the war after the Red Cloud, a prominent Oglala Lakota chief who led his followers against the US military presence in the region.', 'The United States called the war Red Cloud, a prominent Oglala Lakota chief who led his followers against the U.S. military presence in the area.', ""The United States named the war after Red Cloud, a well-known Oglala Lakota chief who led his followers against the US military's presence in the region."", 'The United States named the war after Red Cloud, a prominent chief of the Oglala Lakota, who led his followers against the U.S. military presence in the area.', ""The U.S. called the war Red Cloud, a prominent Oglala Lakota chief who had led his followers against the U.S. military's presence in the region.""]" -678,"['Following', 'the', 'program,', 'over', '250', 'members', 'of', 'the', 'organization', 'lobbied', 'the', 'U.S.', 'to', '""support', 'Gen.', 'Petraeus', 'and', 'the', 'War', 'in', 'Iraq""', 'and', 'to', 'ask', 'them', 'to', 'denounce', ""MoveOn.org's"", 'attack', 'on', '""General', 'Betray.']","[11, 12]",1,u.s.,"Following the program, over 250 members of the organization lobbied the U.S. to""support Gen. Petraeus and the War in Iraq"" and to ask them to denounce MoveOn.org's attack on""General Betray.","['Following the program, more than 250 members of the organization called on the United States to support ""General Petraeus and the Iraq War"" and condemn MoveOn.org\'s attack on ""General Betray.""', 'According to the program, more than 250 members of the organization have lobbied the United States to support ""General Petraeus and the Iraq War"" and ask it to reject MoveOn.org\'s attack on General Betray.', 'Following the program, more than 250 members of the organization called on the United States to ""support General Petraeus and the war in Iraq"" and condemn MoveOn.org\'s attack on General Betray.', 'Following the program, more than 250 members of the association called for the United States to support General Petraeus and the war in Iraq ""and to condemn MoveOn.org\'s attack on General Betray.', 'More than 250 members of the organization praised the United States for its support of General Petraeus and the war in Iraq and called on it to condemn the MoveOn.org attack on General Betray.']" -679,"['In', 'fact,', 'if', 'the', 'History', 'of', 'Monaco', 'article', 'is', 'to', 'be', 'believed,', 'Landi,', 'a', 'close', 'ally', 'of', 'Spain', ',', 'almost', 'gave', 'away', 'the', 'fledgling', 'nation.']","[17, 18]",1,spain,"In fact, if the History of Monaco article is to be believed, Landi, a close ally of Spain, almost gave away the fledgling nation.","[""Indeed, if Monaco's history is to be believed, Landi, a close ally of Spain, has almost abandoned the young country."", ""If the article on Monaco's history is to be believed, Landi, a close ally of Spain, has almost abandoned the young country."", 'If the article ""On Monaco\'s history"" is to be believed, Landi, a close ally of Spain, has almost betrayed the young nation.', 'Indeed, Landi, a close ally of Spain, tried to sell the young nation as much as he could be believed.', 'Indeed, the article on Monaco\'s ""story"" about the death of Landi, a close ally of Spain, nearly betrayed the young nation.']" -680,"['Ethiopia', 'made', 'their', 'Paralympic', 'debut', 'at', 'the', '2004', 'Games', 'in', 'Athens.']","[0, 1]",1,ethiopia,Ethiopia made their Paralympic debut at the 2004 Games in Athens.,"['Ethiopia made its Paralympic debut at the Athens Games in 2004.', 'Ethiopia celebrated its first Paralympic success at the 2004 Athens Games.', 'Ethiopia competed in the 2004 Paralympic Games in Athens.', 'Ethiopia made its debut at the Athens Games in 2004.', 'Ethiopia won the Athens Olympics in 2004.']" -681,"['Soviet', 'Union', 'invades', 'Poland,', 'Finland,', 'occupies', 'Latvia,', 'Estonia,', 'Lithuania', 'and', 'Romanian', 'region', 'of', 'Bessarabia', 'from', '1939', 'to', '1941.']","[0, 1]",1,soviet,"Soviet Union invades Poland, Finland, occupies Latvia, Estonia, Lithuania and Romanian region of Bessarabia from 1939 to 1941.","['The Soviet Union invaded Poland, Finland, Latvia, Estonia, Lithuania, and the Romanian region of Bessarabia between 1939 and 1941.', 'From 1939 to 1941, the Soviet Union invaded Poland, Finland, Latvia, Estonia, Lithuania and the Romanian part of Bessarabia.', 'The Soviet Union invaded Poland, Finland, Latvia, Estonia, Lithuania, and Romanian-speaking Bessarabia between 1939 and 1941.', 'From 1939 to 1941, the Soviet Union invaded Poland, Finland, and occupied Latvia, Estonia, Lithuania, and Romania in Bessarabia.', 'The Soviet Union invaded Poland, Finland, Latvia, Estonia, Lithuania and Romania, which were occupied from 1939 to 1941.']" -682,"['Deseret', 'was', 'never', 'officially', 'recognized', 'by', 'the', 'United', 'States', ',', 'and', 'so', 'Utah', 'Territory', 'was', 'organized', 'by', 'the', 'U.S.', 'Congress', 'instead.']","[7, 9]",1,united states,"Deseret was never officially recognized by the United States, and so Utah Territory was organized by the U.S. Congress instead.","['It was never officially recognized by the United States, so the Utah Territory was instead organized by the US Congress.', 'Deseret was never officially recognized by the US, so the Utah Territory was instead organized by the US Congress.', 'Deseret was never officially recognized by the United States, so the Utah Territory was instead organized by the US Congress.', 'Desertification was never officially recognized by the US, so the Utah territory was instead organized by the US Congress.', 'Deseret was never officially recognized by the United States, and so the Utah Territory was occupied by the US Congress.']" -683,"['Sun', 'Hai', 'Bo', '(born', '(1983-03-25)25', 'March', '1983)', 'is', 'a', 'Chinese', 'male', 'former', 'weightlifter,', 'who', 'competed', 'in', 'the', '+105', 'kg', 'category', 'and', 'represented', 'China', 'at', 'international', 'competitions.']","[22, 23]",1,china,"Sun Hai Bo (born (1983-03-25)25 March 1983) is a Chinese male former weightlifter, who competed in the +105 kg category and represented China at international competitions.","['Sun Hai Bo (born 1983-03-25 March 1983) is a former Chinese weightlifter who competed in the + 105 kg category and represented China in international competitions.', 'Sun Hai Bo (born on 25.03.1983) is a former Chinese weightlifter who competed in the + 105 kg category and represented China in international competitions.', 'Sun Hai Bo (born on 25 March 1983) is a former Chinese weightlifter who competed in the + 105 kg category and represented China in international competitions.', 'Sun Hai Bo (born March 25, 1983) is a former Chinese weightlifter who competed in the 105kg class and represented China in international competitions.', 'Sun Hai Bo (born 1983-25 March 1983) is a former Chinese weightlifter who competed in the + 105 kg category and represented China in international competitions.']" -684,"['In', 'July', '1940,', 'the', 'Britain', 'shelled', 'French', 'warships', 'in', 'the', 'port', 'after', 'they', 'refused', 'a', 'British', 'ultimatum', 'to', 'surrender.']","[4, 5]",1,britain,"In July 1940, the Britain shelled French warships in the port after they refused a British ultimatum to surrender.","['In July 1940, after rejecting a British ultimatum to surrender, the British bombed French warships in port.', 'In July 1940, after rejecting a British ultimatum to surrender, the British bombed French warships in port.', 'In July 1940, after rejecting a British ultimatum to surrender, the British bombed French warships in port.', 'In July 1940, after rejecting a British ultimatum to surrender, the British bombed French warships in port.', 'In July 1940, after rejecting a British ultimatum to surrender, the British bombed French warships in port.']" -685,"['What', 'was', 'Russia', ""'s"", 'take', 'on', 'this', '""Polish', 'invasion""?']","[2, 3]",1,russia,"What was Russia's take on this""Polish invasion""?","['How did Russia react to this ""Polish invasion""?', 'What has Russia learned from this ""Polish invasion""?', 'What was Russia\'s position on this ""Polish invasion""?', 'What did Russia think of this ""Polish invasion""?', 'What was Russia prepared to do about this ""Polish invasion""?']" -686,"['Mexico', 'and', 'Nicaragua', 'are', 'two', 'Latin', 'American', 'nations', 'that', 'share', 'a', 'common', 'history', 'in', 'the', 'fact', 'that', 'both', 'nations', 'were', 'colonized', 'by', 'the', 'Spanish', 'empire.']","[0, 1]",1,mexico,Mexico and Nicaragua are two Latin American nations that share a common history in the fact that both nations were colonized by the Spanish empire.,"['Mexico and Nicaragua are two Latin American nations with a common history in that they were both colonized by the Spanish Empire.', 'Mexico and Nicaragua are two Latin American nations that have a common history in that both nations were colonized by the Spanish Empire.', 'Mexico and Nicaragua are two Latin American nations with a common history: both states were colonized by the Spanish Empire.', 'Mexico and Nicaragua are two Latin American nations whose common history is reflected in the fact that both nations were colonized by the Spanish Empire.', 'Mexico and Nicaragua are two Latin American states with a common history, as both peoples were colonized by the Spanish Empire.']" -687,"['Laksono', 'is', 'a', 'supporter', 'of', 'Iran', ""'s"", 'nuclear', 'program.']","[5, 6]",1,iran,Laksono is a supporter of Iran's nuclear program.,"[""Laksono is a supporter of Iran's nuclear program."", ""Laksono is a supporter of Iran's nuclear program."", ""Laksono is a supporter of Iran's nuclear program."", 'Laksono is a supporter of the Iranian regime.', ""Laksono is a supporter of Iran's nuclear program.""]" -688,"['The', 'only', 'World', 'Cup', 'which', 'South', 'Vietnam', 'entered', 'was', 'the', '1974', 'tournament', 'in', 'West', 'Germany.']","[5, 7]",1,south vietnam,The only World Cup which South Vietnam entered was the 1974 tournament in West Germany.,"['The only World Cup South Vietnam participated in was the 1974 tournament in West Germany.', 'The only World Cup South Vietnam participated in was the 1974 tournament in West Germany.', 'The only football World Cup South Vietnam came to was the 1974 tournament in West Germany.', 'The only World Cup South Vietnam participated in was the 1974 tournament in West Germany.', 'The only World Cup under his presidency was the 1974 tournament in West Germany.']" -689,"['It', 'has', 'led', 'opposition', 'in', 'the', 'Kingdom', 'to', 'US', 'military', 'action', 'in', 'Iraq', 'and', 'was', 'at', 'the', 'forefront', 'of', 'demonstrations', 'against', 'military', 'action', 'in', 'Falluja.']","[8, 9]",1,us,It has led opposition in the Kingdom to US military action in Iraq and was at the forefront of demonstrations against military action in Falluja.,"['She led opposition in Britain to the US military intervention in Iraq and led demonstrations against the military intervention in Fallujah.', 'It has led to opposition in the kingdom to US military action in Iraq and has been at the forefront of demonstrations against US military action in Fallujah.', ""This led to the Kingdom's opposition to US military intervention in Iraq, and it was at the forefront of demonstrations against military intervention in Fallujah."", 'It has led to opposition in the kingdom to US military action in Iraq and has been at the forefront of demonstrations against military strikes in Fallujah.', ""The state was the reason for the Kingdom's opposition to US military intervention in Iraq, and accompanied the first demonstration against military action in Fallujah.""]" -690,"['Wangenheim', 'sent', 'Parvus', 'to', 'Berlin', 'in', 'March', '1915', 'endorsing', ""Parvus'"", 'plan', 'that', 'Germany', 'back', 'the', 'Bolsheviks', 'against', 'the', 'Russian', 'Empire.']","[12, 13]",1,germany,Wangenheim sent Parvus to Berlin in March 1915 endorsing Parvus' plan that Germany back the Bolsheviks against the Russian Empire.,"['Wangenheim sent Parvus to Berlin in March 1915, where he supported Parvus ""plan for Germany to support the Bolsheviks against the Russian Empire.', 'Wangenheim sent Parvus to Berlin in March 1915 and supported Parvus ""plan for Germany to support the Bolsheviks against the Russian Empire.', 'Wangenheim sent Parvus to Berlin in March 1915 and approved his plan for Germany to support the Bolsheviks against the Russian Empire.', 'Wangenheim sent Parvus to Berlin in March 1915 and approved Parvs ""plan for Germany to support the Bolsheviks against the Russian Empire.', 'Wangenheim sent Parvus to Berlin in March 1915 and approved Parvus ""plan for Germany to strengthen the Bolsheviks against the Russian Empire.']" -691,"['Singapore', 'competed', 'at', 'the', '2006', 'Asian', 'Games', 'in', 'Doha', 'under', 'the', 'IOC', 'country', 'code', 'SIN.']","[0, 1]",1,singapore,Singapore competed at the 2006 Asian Games in Doha under the IOC country code SIN.,"['Singapore participated in the Asian Games in Doha in 2006 under the IOC country code SIN.', 'Singapore bid for the Asian Games in Doha in 2006 under the IOC country code SIN.', 'Singapore participated in the Asian Games in Doha in 2006 under the IOC country code SIN.', 'At the 2006 Asian Games in Doha, Singapore applied under the IOC country code SIN.', 'Singapore participated in the Asian Games in Doha in 2006 under the IOC country code SIN.']" -692,"['Founded', 'in', '1893,', 'Basel', 'play', 'home', 'games', 'at', 'St.', 'Jakob-Park,', 'which', 'is', 'currently', 'the', 'largest', 'club', 'stadium', 'in', 'Switzerland.']","[3, 4]",1,basel,"Founded in 1893, Basel play home games at St. Jakob-Park, which is currently the largest club stadium in Switzerland.","['Basel was founded in 1893 and plays home games at St. Jakob-Park, currently the largest club stadium in Switzerland.', 'Basle, founded in 1893, plays home games at St. Jakob-Park, currently the largest club stadium in Switzerland.', 'Basel was founded in 1893 and plays its home games at St. Jakob-Park, today the largest club stadium in Switzerland.', 'Basle, founded in 1893, plays its home games at St. Jakob-Park, currently the largest club stadium in Switzerland.', 'Basel was founded in 1893 and today plays in St. Jakob-Park, the largest club stadium in Switzerland.']" -693,"['Ancient', 'Egypt', 'was', 'a', 'civilization', 'in', 'northeastern', 'Africa', 'concentrated', 'along', 'the', 'middle', 'to', 'lower', 'reaches', 'of', 'the', 'Nile', 'River,', 'reaching', 'its', 'greatest', 'extent', 'in', 'the', 'second', 'millennium', 'BC,', 'during', 'the', 'New', 'Kingdom.']","[0, 2]",1,ancient egypt,"Ancient Egypt was a civilization in northeastern Africa concentrated along the middle to lower reaches of the Nile River, reaching its greatest extent in the second millennium BC, during the New Kingdom.","['Ancient Egypt was a civilization in northeastern Africa that concentrated on the Middle to Lower Nile and reached its greatest expansion in the second millennium BC in the New Kingdom.', 'Ancient Egypt was a civilization that was concentrated on the middle to lower Nile rim in northeast Africa and reached its greatest expansion in the second millennium BC, during the New Kingdom.', 'Ancient Egypt was a civilization in northeastern Africa, concentrated along the Middle East to the Nile and reaching its peak in the second millennium BC, the New Kingdom.', 'Ancient Egypt was a civilization in northeastern Africa that concentrated on the middle and lower banks of the Nile and reached its peak during the New Kingdom in the second millennium BC.', 'Ancient Egypt was a civilization in northeastern Africa that was concentrated along the middle to lower Nile and reached its peak in the second millennium BC, during the Middle Ages.']" -694,"['According', 'to', 'Syria', ',', 'Ketyan', 'had', 'a', 'population', 'of', '1876', 'in', 'the', '2004', 'census.']","[2, 3]",1,syria,"According to Syria, Ketyan had a population of 1876 in the 2004 census.","['After Syria, Ketyan had 1876 inhabitants in the 2004 census.', 'After Syria, Ketyan had 1876 inhabitants in the 2004 census.', 'According to Syria, Ketyan had a population of 1,876 at the 2004 census.', 'According to the 2004 census, Ketyan had 1,876 inhabitants in Syria.', 'According to the Syria Survey, there were 1,876 inhabitants of Ketyan in 2004.']" -695,"['It', 'defended', 'London', 'during', 'The', 'Blitz,', 'landed', 'on', 'Juno', 'Beach', 'on', 'D-Day,', 'and', 'defended', 'the', 'cities', 'of', 'Belgium', 'against', 'V-1', 'flying', 'bombs.']","[2, 3]",1,london,"It defended London during The Blitz, landed on Juno Beach on D-Day, and defended the cities of Belgium against V-1 flying bombs.","['She defended London in the blitzkrieg, landed on Juno Beach on D-Day and defended the Belgian cities against V-1 flying bombs.', 'She defended London during the Blitz, landed on Juno Beach on D-Day and defended Belgian cities against V-1 air bombs.', 'She defended London during the Blitz, landed on Juno beach on D-Day and defended Belgian cities against V-1 bombs.', 'It defended London in the blitzkrieg, landed on Juno Beach on D-Day and defended Belgian cities against V-1 air bombs.', 'It defended London during the fire, landed at Juno Beach on D-Day and defended those cities against V-1 flying bombs.']" -696,"['Johansson', 'competed', 'for', 'Finland', 'in', 'the', '1920', 'Summer', 'Olympics', 'held', 'in', 'Antwerp,', 'Belgium,', 'winning', 'the', 'bronze', 'behind', 'Jonni', 'Myyrä', 'and', 'Urho', 'Peltonen', 'and', 'ahead', 'of', 'Julius', 'Saaristo', 'as', 'Finland', 'claimed', 'the', 'first', 'four', 'spots.']","[3, 4]",1,finland,"Johansson competed for Finland in the 1920 Summer Olympics held in Antwerp, Belgium, winning the bronze behind Jonni Myyrä and Urho Peltonen and ahead of Julius Saaristo as Finland claimed the first four spots.","['Johansson competed for Finland at the 1920 Summer Olympics in Antwerp, Belgium, winning bronze behind Jonni Myyrä and Urho Peltonen and ahead of Julius Saaristo when Finland finished in the top four.', 'Johansson competed for Finland at the 1920 Summer Olympics in Antwerp, Belgium, winning the bronze medal behind Jonni Myyrä and Urho Peltonen and ahead of Julius Saaristo as Finland finished in the top four.', 'Johansson competed for Finland at the 1920 Summer Olympics in Antwerp, Belgium. Johansson won bronze behind Jonni Myyrä and Urho Peltonen and ahead of Julius Saaristo as Finland finished in the top four.', 'Johansson competed for Finland at the 1920 Summer Olympics in Antwerp, Belgium, winning bronze behind Jonn Myrä and Urho Peltonen ahead of Julius Saaristo when Finland finished in the top four.', 'Johansson competed for Finland at the 1920 Summer Olympics in Antwerp, Belgium, where he won bronze behind Jonni Yoyrä and Urho Peltonen ahead of Julius Saaristo as Finland finished in the top four.']" -697,"['The', 'Damen', 'Group', 'shipbuilders,', 'based', 'in', 'the', 'Netherlands,', 'has', 'managed', 'the', 'manufacture', 'of', 'Damen', 'Stan', 'patrol', 'vessel', '4708', 'for', 'South', 'Africa', 'and', 'the', 'United', 'States', '.']","[23, 25]",1,united states,"The Damen Group shipbuilders, based in the Netherlands, has managed the manufacture of Damen Stan patrol vessel 4708 for South Africa and the United States.","['The Damen Group Schiffbauer, based in the Netherlands, has overseen the production of the patrol ship Damen Stan 4708 for South Africa and the United States.', 'The Dutch Damen Group has overseen the production of the patrol vessel Damen Stan 4708 for South Africa and the United States.', 'The Damen Group Schiffbau has its subsidiaries in the Netherlands and has overseen the production of the Damen Stan Patrol Vessel 4708 for South Africa and the United States.', 'The Dutch shipbuilding technicians of the Damen Group have taken over the production of the patrol boat 4708 Damen Stan for South Africa and the United States.', 'The Dutch Damen Group shipyard organized the construction of the patrol ship Damen Stan 4708 for South Africa and the United States.']" -698,"['In', '1943-44,', 'the', 'US', 'acquired', '2,284', 'acres', '(9.24', '\xa0', 'km2)', 'to', 'build', 'a', 'satellite', 'airfield', 'for', 'the', 'use', 'of', 'Kingman', 'AAF', '&', 'its', 'Gunnery', 'School.']","[3, 4]",1,us,"In 1943-44, the US acquired 2,284 acres (9.24  km2) to build a satellite airfield for the use of Kingman AAF & its Gunnery School.","['In 1943 and 1944, the United States purchased 9.24 square miles to build a satellite airfield for the Kingman AAF & Gunnery School.', 'In the years 1943-44, the USA acquired 9.24 km2 for the construction of a satellite airfield for the operation of the Kingman AAF and the local shooting school.', 'In 1943-44 the USA acquired 9.24 km2 to build a satellite airfield for the Luftwaffe and its shooting school in 1943-44.', 'In 1943-44, the United States bought 9.24 square miles to build a satellite airfield for the Royal Air Force and its shooting range school.', 'In 1943-44, the United States bought 9.24 square miles to build a satellite airfield there to operate the Kingman AAF - and its Gunnery School.']" -699,"['France', 'coach', 'Bernard', 'Laporte', 'acknowledged', ""Ouedraogo's"", 'outstanding', 'club', 'form', 'by', 'including', 'him', 'in', 'France', ""'s"", 'mid-year', 'Test', 'squad', 'for', 'a', 'two-game', 'series', 'against', 'the', 'All', 'Blacks', 'in', 'New', 'Zealand', 'in', '2007.']","[13, 14]",1,france,France coach Bernard Laporte acknowledged Ouedraogo's outstanding club form by including him in France's mid-year Test squad for a two-game series against the All Blacks in New Zealand in 2007.,"[""France coach Bernard Laporte paid tribute to Ouedraogo's outstanding form at the club by naming him to the French Test squad for the Test series against the All Blacks in New Zealand in 2007."", ""France coach Bernard Laporte confirmed Ouedraogo's excellent form by naming him in the French Test squad for the two-match series against the All Blacks in 2007."", ""France coach Bernard Laporte paid tribute to Ouedraogo's outstanding form by naming him in France's squad for the two-match series against the All Blacks in New Zealand at midseason."", ""France coach Bernard Laporte paid tribute to Ouedraogo's outstanding form by including him in the French Test squad for two matches against the All Blacks in New Zealand in 2007."", ""France coach Bernard Laporte paid tribute to Ouedraogo's outstanding club form when he called him into the provisional Test squad for the Test series against the All Blacks in New Zealand in 2007.""]" -700,"['The', 'Invasion', 'of', 'Jamaica', 'was', 'an', 'amphibious', 'expedition', 'conducted', 'by', 'the', 'English', 'in', 'the', 'Caribbean', 'in', '1655', 'that', 'resulted', 'in', 'the', 'capture', 'of', 'the', 'island', 'from', 'Spain', '.']","[26, 27]",1,spain,The Invasion of Jamaica was an amphibious expedition conducted by the English in the Caribbean in 1655 that resulted in the capture of the island from Spain.,"['The invasion of Jamaica was an amphibious expedition of the English to the Caribbean in 1655, which led to the conquest of the Spanish island.', 'The invasion of Jamaica was an amphibious expedition of the English through the Caribbean in 1655 and led to the conquest of the Spanish island.', 'The invasion of Jamaica was an amphibious expedition to the Caribbean in 1655, which ended with the conquest of the Spanish island.', 'The invasion of Jamaica was an amphibious expedition carried out by the English in the Caribbean in 1655 and led to the conquest of the island by Spain.', 'The invasion of Jamaica was an amphibious expedition undertaken by the British in the Caribbean in 1655, which led to the conquest of the island by Spain.']" -701,"['Despite', 'playing', 'a', 'key', 'part', 'in', 'the', 'Basel', 'first', 'team', 'he', 'surprisingly', 'never', 'played', 'for', 'Switzerland.']","[7, 8]",1,basel,Despite playing a key part in the Basel first team he surprisingly never played for Switzerland.,"['Although he played a key role in the Basel first team, surprisingly he never played for Switzerland.', 'Surprisingly, despite his key role in the Basel first team, he never played for Switzerland.', 'Although he played a key role in the Basel first team, surprisingly he never featured for Switzerland.', 'He was a key figure in the Basel first team but surprisingly never played for Switzerland.', ""Although he played a key role in Basel's top team, surprisingly he never played for Switzerland.""]" -702,"['Bikaner', 'State,', 'founded', 'in', 'the', '15th', 'century', 'and', 'persisted', 'until', 'shortly', 'after', 'India', ""'s"", 'Independence', 'in', '1947.']","[12, 13]",1,india,"Bikaner State, founded in the 15th century and persisted until shortly after India's Independence in 1947.","[""The Bikaner state was founded in the 15th century and existed until shortly after India's independence in 1947."", ""The Bikaner state, which was founded in the 15th century and existed until shortly after India's independence in 1947."", ""Bikaner state, founded in the 15th century and held until shortly after India's independence in 1947."", ""The Bikaner state was founded in the 15th century and existed until shortly after India's independence in 1947."", 'The Bikaner state was founded in the 15th century and existed until shortly after the independence of India in 1947.']" -703,"['The', 'Lombard', 'invasion', 'of', 'Italy', 'was', 'opposed', 'by', 'the', 'Byzantine', 'Empire', ',', 'which', 'retained', 'control', 'of', 'much', 'of', 'the', 'peninsula', 'until', 'the', 'mid-8th', 'century.']","[9, 11]",1,byzantine empire,"The Lombard invasion of Italy was opposed by the Byzantine Empire, which retained control of much of the peninsula until the mid-8th century.","['The Byzantine Empire resisted the Lombard invasion of Italy, which maintained control over large parts of the peninsula until the mid-8th century.', 'The Lombard invasion of Italy was resisted by the Byzantine Empire, which maintained control over large parts of the peninsula until the mid-8th century.', 'The Byzantine Empire resisted the Lombard invasion of Italy, which controlled large parts of the peninsula until the mid-8th century.', 'The Lombard invasion of Italy was repelled by the Byzantine Empire, which maintained control over large parts of the peninsula until the mid-8th century.', 'The Lombard invasion of Italy was fought by the Byzantine Empire and maintained control over large parts of the peninsula until the middle of the eighth century.']" -704,"['The', 'immediate', 'cause', 'of', 'the', 'war', 'was', 'a', 'local', 'conflict', 'in', 'northwest', 'Greece', 'in', 'which', 'both', 'Thebes', 'and', 'Sparta', 'intervened.']","[18, 19]",1,sparta,The immediate cause of the war was a local conflict in northwest Greece in which both Thebes and Sparta intervened.,"['The immediate trigger of the war was a local conflict in northwestern Greece, in which both Thebes and Sparta intervened.', 'The immediate cause of the war was a local conflict in northwestern Greece, in which Thebes and Sparta intervened.', 'The immediate trigger was a local conflict in northwestern Greece in which Thebes and Sparta intervened.', 'The immediate cause of the war was a regional conflict in northwestern Greece in which Thebes and Sparta intervened.', 'The immediate cause of the war was the local conflict in northwestern Greece, in which Thebes and Sparta intervened.']" -705,"['From', 'Russia', 'with', 'love.']","[1, 2]",1,russia,From Russia with love.,"['From Russia with love.', 'From Russia with love.', 'From Russia with love.', 'With love and from Russia.', 'With love from Russia']" -706,"['The', 'investigators', 'representing', 'Japan', 'pointed', 'to', 'the', 'possibility', 'of', 'a', 'false', 'glide', 'path', 'signal', 'causing', 'the', 'crash.']","[3, 4]",1,japan,The investigators representing Japan pointed to the possibility of a false glide path signal causing the crash.,"['Investigators in Japan pointed to a possible false glide signal that caused the crash.', 'Investigators in charge of Japan pointed to the possibility that an incorrect glide signal caused the crash.', 'Japanese investigators pointed to the possibility that a wrong glide signal caused the crash.', 'Japanese investigators pointed to the possibility that an incorrect paraglider signal caused the crash.', 'The Japanese investigators pointed out that a wrong gliding signal could have been the cause of the accident.']" -707,"['As', 'of', '1', 'May', '2016,', 'Bejarano', 'earned', '16', 'caps', 'for', 'Bolivia', 'and', 'he', 'represented', 'his', 'country', 'in', '5', 'FIFA', 'World', 'Cup', 'qualification', 'matches.']","[10, 11]",1,bolivia,"As of 1 May 2016, Bejarano earned 16 caps for Bolivia and he represented his country in 5 FIFA World Cup qualification matches.","['Bejarano scored 16 goals for Bolivia on May 1, 2016, representing his country in five World Cup qualifiers.', 'From 1 May 2016, Bejarano played 16 international matches for Bolivia and represented his country in five World Cup qualifiers.', 'Bejarano scored 16 goals for Bolivia from May 1, 2016 and represented his country in five World Cup qualifiers.', 'On May 1, 2016, Bejarano played 16 international matches for Bolivia, representing his country in five World Cup qualifiers.', 'On May 1, 2016, he played 16 internationals for Bolivia and represented his country in five World Cup qualifiers.']" -708,"['The', 'depot', 'closed', 'in', '1985', 'and', 'was', 'then', 'vacant', 'for', 'several', 'years,', 'until', 'the', 'City', 'of', 'Lebanon', 'purchased', 'it', 'from', 'SP', 'in', '1996.']","[14, 17]",1,city of lebanon,"The depot closed in 1985 and was then vacant for several years, until the City of Lebanon purchased it from SP in 1996.","['The depot closed in 1985 and then stood empty for several years until the city of Lebanon bought it from SP in 1996.', 'The depot closed in 1985 and then stood empty for several years until the city bought it from SP in 1996.', 'The depot closed in 1985 and then stood empty for several years until SP bought it from the City of Lebanon in 1996.', 'The depot was shut down in 1985 and then stood empty for several years until the city of Lebanon bought it from SP in 1996.', 'The depot was closed in 1985, then stood empty for several years until the city of Lebanon acquired it from SP in 1996.']" -709,"['Nicaragua', 'voted', 'consistently', 'for', 'Communist', 'causes', 'during', 'the', '1980s.']","[0, 1]",1,nicaragua,Nicaragua voted consistently for Communist causes during the 1980s.,"['Nicaragua consistently voted for communism in the 1980s.', 'Nicaragua consistently voted for communism in the 1980s.', 'Nicaragua consistently opted for communism in the 1980s.', 'Nicaragua consistently voted for communist goals in the 1980s.', 'Nicaragua consistently pursued communist approaches in the 1980s.']" -710,"['In', 'the', 'reply,', 'New', 'Zealand', 'were', 'all', 'out', 'for', '206', 'runs', 'in', '46', 'overs', 'with', 'Daniel', 'Vettori', 'scoring', '79', 'runs.']","[3, 5]",1,new zealand,"In the reply, New Zealand were all out for 206 runs in 46 overs with Daniel Vettori scoring 79 runs.","['The answer: New Zealand had 206 runs in 46 overs, with Daniel Vettori scoring 79.', 'New Zealand finished on 206 runs in 46 overs and Daniel Vettori on 79.', 'Daniel Vettori scored 79 runs for New Zealand.', 'The answer was 206 runs in 46 overs against New Zealand, with Daniel Vettori scoring 79 in total.', 'In reverse combat, New Zealand won by 206 runs in 46 overs, with Daniel Vettori coming in at 79.']" -711,"['Kettunen', 'was', 'selected', 'to', 'represent', 'Finland', 'at', 'the', '2002', 'Winter', 'Olympics', 'in', 'Salt', 'Lake', 'City.']","[5, 6]",1,finland,Kettunen was selected to represent Finland at the 2002 Winter Olympics in Salt Lake City.,"['Kettunen was selected to represent Finland at the 2002 Winter Olympics in Salt Lake City.', 'Kettunen was selected for Finland at the 2002 Winter Olympics in Salt Lake City.', 'Kettunen was selected to represent Finland at the 2002 Winter Olympics in Salt Lake City.', 'Kettunen was commissioned to represent Finland at the 2002 Winter Olympics in Salt Lake City.', 'Kettunen was selected to represent Finland at the 2002 Winter Olympics in Salt Lake City.']" -712,"['Samuel', 'Adams', 'was', 'a', 'Massachusetts', 'statesman,', 'politician,', 'writer,', 'and', 'political', 'philosopher,', 'and', 'one', 'of', 'the', 'Founding', 'Fathers', 'of', 'the', 'United', 'States', '.']","[19, 21]",1,united states,"Samuel Adams was a Massachusetts statesman, politician, writer, and political philosopher, and one of the Founding Fathers of the United States.","['Samuel Adams was a statesman, politician, writer, and political philosopher from Massachusetts and one of the founding fathers of the United States.', 'Samuel Adams was a statesman, politician, writer, and political philosopher from Massachusetts and one of the founding fathers of the United States.', 'Samuel Adams was a statesman, politician, writer, and political philosopher from Massachusetts and one of the founding fathers of the United States.', 'Samuel Adams was a statesman, politician, writer and political philosopher in Massachusetts and one of the founding fathers of the United States.', 'Samuel Adams was a statesman, politician, writer, and political philosopher from Massachusetts and one of the founding fathers of the United States.']" -713,"['On', 'May', '19,', '2007,', 'Indonesia', 'launched', 'its', 'own', 'version', 'of', 'Deal', 'or', 'No', 'Deal,', 'called', 'Deal', 'or', 'No', 'Deal', 'Indonesia,', 'hosted', 'by', 'Tantowi', 'Yahya,', 'previously', 'host', 'of', 'that', ""country's"", 'version', 'of', 'Who', 'Wants', 'to', 'Be', 'a', 'Millionaire?.']","[4, 5]",1,indonesia,"On May 19, 2007, Indonesia launched its own version of Deal or No Deal, called Deal or No Deal Indonesia, hosted by Tantowi Yahya, previously host of that country's version of Who Wants to Be a Millionaire?.","['On 19 May 2007, Indonesia launched its own version of Deal or No Deal, called Deal or No Deal Indonesia, hosted by Tantowi Yahya, the former host of the local version of Who Wants to Be a Millionaire?.', 'On May 19, 2007, Indonesia launched its own version of Deal or No Deal, called Deal or No Deal Indonesia, hosted by Tantowi Yahya, the former host of the program version of Who Wants to Be a Millionaire?.', 'On 19 May 2007, Indonesia launched its own version of Deal or No Deal, called Deal or No Deal Indonesia, hosted by Tantowi Yahya, who previously hosted the version of Who Wants to Be a Millionaire?.', 'On May 19, 2007, Indonesia released its own version of Deal or No Deal Indonesia, hosted by Tantowi Yahya, former host of Who Wants to Be a Millionaire?.', 'On May 19, 2007, Indonesia launched its own version of the agreement or non-agreement, called Deal or No Deal Indonesia, hosted by Tantowi Yahya, formerly host of the national version of Who Wants to Be a Millionaire?.']" -714,"['After', 'the', 'Indian', 'prime', ""minister's"", 'visit', 'to', 'China', 'in', '2015,', 'India', 'and', 'China', 'agreed', 'to', 'open', 'a', 'trading', 'post', 'in', 'Lipulekh,', 'which', 'was', 'not', 'welcomed', 'by', 'Nepal', '.']","[26, 27]",1,nepal,"After the Indian prime minister's visit to China in 2015, India and China agreed to open a trading post in Lipulekh, which was not welcomed by Nepal.","[""After the Indian Prime Minister's visit to China in 2015, India and China agreed to open a trade post in Lipulekh, which Nepal did not like."", ""After the Indian Prime Minister's visit to China in 2015, India and China agreed to open a trade post in Lipulekh, which was not welcome in Nepal."", ""After the Indian Prime Minister's visit to China in 2015, India and China agreed to open a trade post in Lipulekh, which Nepal rejected."", ""After the Indian Prime Minister's visit to China in 2015, India and China agreed to open a trade platform in Lipulekh, which Nepal did not welcome."", ""After the Indian Prime Minister's visit to China in 2015, India and China agreed to open a trade post in Lipulekh, which Nepal did not welcome.""]" -715,"['Prior', 'to', 'Australian', 'Federation', 'the', 'island', 'of', 'Tasmania', 'was', 'a', 'colony', 'of', 'the', 'British', 'Empire,', 'and', 'as', 'such', 'was', 'often', 'at', 'war', 'with', 'Britain’s', 'enemies', 'and', 'European', 'rivals,', 'such', 'as', 'France', 'and', 'later', 'Russia', '.']","[33, 34]",1,russia,"Prior to Australian Federation the island of Tasmania was a colony of the British Empire, and as such was often at war with Britain’s enemies and European rivals, such as France and later Russia.","['Before the Australian Federation, Tasmania was a colony of the British Empire and as such often at war with the enemies of Great Britain and European rivals such as France and later Russia.', 'Before the Australian Federation, the island of Tasmania was a colony of the British Empire and as such was often at war with enemies of Great Britain and European rivals such as France and later Russia.', ""Before the Australian Federation, Tasmania was a colony of the British Empire and as such often at war with Britain's enemies and European rivals such as France and later Russia."", 'Before the Australian Federation, the island of Tasmania was a colony of the British Empire and as such was often at war with the enemies of Great Britain and European rivals such as France and later Russia.', 'Before the Australian Federation, Tasmania was a colony of the British Empire and was often at war with British enemies and European rivals such as France and later Russia.']" -716,"['This', 'is', 'game', '4', 'in', 'Group', 'B', 'between', 'Finland', 'and', 'China', 'in', 'the', ""women's"", 'ice', 'hockey', 'tournament', 'of', 'the', '2010', 'Winter', 'Olympics.']","[10, 11]",1,china,This is game 4 in Group B between Finland and China in the women's ice hockey tournament of the 2010 Winter Olympics.,"[""This is Game 4 in Group B between Finland and China in the women's ice hockey tournament at the 2010 Winter Olympics."", ""This is Game 4 in Group B between Finland and China in women's ice hockey at the 2010 Winter Olympics."", 'This is the fourth win in Group B at the 2010 Winter Olympics between Finland and China.', ""We are talking about game four in Group B at the women's ice hockey tournament of the 2010 Winter Olympics between Finland and China."", 'In the ice hockey tournament of the 2010 Winter Olympics, this game is Game 4 of Group B between Finland and China.']" -717,"['Under', 'his', 'rule,', 'Polotsk', 'attempted', 'to', 'distance', 'itself', 'from', 'Kiev.']","[3, 4]",1,polotsk,"Under his rule, Polotsk attempted to distance itself from Kiev.","['Under his rule Polotsk tried to distance himself from Kiev.', 'Under his rule Polotsk tried to distance himself from Kiev.', 'Under his rule, Polazk tried to distance himself from Kiev.', 'During his rule Polotsk tried to distance itself from Kiev.', 'Under his rule, Polazk tried to distance himself from Kiev.']" -718,"['In', 'July', '1941,', 'after', 'the', 'Nazi', 'Germany', 'attacked', 'the', 'Soviet', 'Union,', 'Buczacz', 'was', 'taken', 'over', 'by', 'the', 'Germans.']","[5, 7]",1,nazi germany,"In July 1941, after the Nazi Germany attacked the Soviet Union, Buczacz was taken over by the Germans.","['In July 1941, after Nazi Germany invaded the Soviet Union, Buczacz was taken over by the Germans.', 'In July 1941, after Nazi Germany invaded the Soviet Union, Buczacz was taken over by the Germans.', 'In July 1941, after Nazi Germany invaded the Soviet Union, Buczacz was taken over by the Germans.', 'In July 1941, after Nazi Germany attacked the Soviet Union, the Germans came to Buczacz.', 'In July 1941, after Nazi Germany attacked the Soviet Union, the German occupation began to annex Buczacz.']" -719,"['Mizo', 'Accord', 'an', 'accord', 'signed', 'between', 'the', 'Mizo', 'National', 'Front', 'and', 'India', 'on', 'June', '30,', '1986.']","[11, 12]",1,india,"Mizo Accord an accord signed between the Mizo National Front and India on June 30, 1986.","['An agreement concluded between the Mizo National Front and India on 30 June 1986.', 'The Mizo Agreement The agreement between the Mizo National Front and India was signed on 30 June 1986.', 'Mizo Convention signed by the Mizo National Front and India on 30 June 1986.', 'Mizo Agreement between the National Front and India on 30 June 1986:', 'Mizo Abe of the National Front was elected president on 30 June 1986.']" -720,"['Whereas', 'she', 'suggests', 'they', 'went', 'but', ""didn't"", 'play', 'due', 'to', 'a', 'political', 'issue', 'with', 'Israel', '.']","[14, 15]",1,israel,Whereas she suggests they went but didn't play due to a political issue with Israel.,"['However, it hints that they may have left because of a political dispute with Israel, but did not play.', 'She claims they left but did not play because there was a political problem with Israel.', 'On the other hand, she suspects that they left because of a political dispute with Israel, but did not play.', 'She had suggested leaving, but not because of a political problem with Israel.', ""It suggests they went there but didn't play because there was a political problem with Israel.""]" -721,"['During', 'first', 'years', 'of', 'European', 'competitions', 'Germany', 'was', 'divided', 'to', 'West', 'and', 'East', 'Germany.']","[6, 7]",1,germany,During first years of European competitions Germany was divided to West and East Germany.,"['In the first years of European competitions, Germany was divided into West and East Germany.', 'In the first years of European competitions, Germany was divided into West and East Germany.', 'In the first years of the European competitions, the Germans were divided into West and East Germany.', 'In the first years of the European competitions, Germany was divided into a western and an eastern part of Germany.', 'The first years of the European competitions divided Germany into West and East Germany.']" -722,"['Following', 'Bulgaria', ""'s"", 'armistice', 'with', 'the', 'Soviet', 'Union', 'and', 'declaration', 'of', 'war', 'against', 'Germany.']","[1, 2]",1,bulgaria,Following Bulgaria's armistice with the Soviet Union and declaration of war against Germany.,"['After the armistice of Bulgaria with the Soviet Union and the declaration of war on Germany.', 'After the armistice of Bulgaria with the Soviet Union and the declaration of war on Germany.', 'After the armistice of Bulgaria with the Soviet Union and the declaration of war on Germany.', 'After the armistice of Bulgaria with the Soviet Union and the declaration of war on Germany.', 'After the armistice of Bulgaria with the Soviet Union and the declaration of war on Germany.']" -723,"['Austria', 'also', 'finished', 'fourth', 'in', 'the', 'C-2', '10000', 'm', 'event', 'at', 'the', '1936', 'Summer', 'Olympics', 'in', 'Berlin.']","[0, 1]",1,austria,Austria also finished fourth in the C-2 10000 m event at the 1936 Summer Olympics in Berlin.,"['Austria also came fourth in the 100m at the 1936 Summer Olympics in Berlin.', 'And at the 1936 Summer Olympics in Berlin, Austria also came fourth in the 10,000m individual race.', 'At the 1936 Olympic Games in Berlin, Austria also finished fourth in the one-man race over 10,000m.', 'Austria was fourth in the C-2 10,000m race at the 1936 Summer Games in Berlin.', 'Austria came fourth in bobsleigh at the Summer Olympics in Berlin.']" -724,"['With', 'USA', 'taking', 'its', 'third', 'straight', 'title', 'since', 'the', ""event's"", 'Olympic', 'debut', 'in', '1996,', 'China', 'made', 'a', 'surprise', 'packet', 'with', 'a', 'silver', 'medal,', 'in', 'an', 'Asian', 'record', 'of', '7:55.97.']","[14, 15]",1,china,"With USA taking its third straight title since the event's Olympic debut in 1996, China made a surprise packet with a silver medal, in an Asian record of 7:55.97.","['With its third title in a row since its Olympic debut in 1996, China won a surprising silver medal in the Asian record of 7: 55.97.', 'After the USA had won their third title in a row since their Olympic debut in 1996, China surprised with a World Championship silver in Asia record of 7: 55.97.', 'After the USA won their third consecutive title since their 1996 Olympic debut, China surprised with silver in 7: 55.97.', 'The United States won its third consecutive title since its 1996 Olympic debut, and China surprised with silver in an Asian record of 7: 55.97.', 'With the third title in a row since its Olympic premiere in 1996, China managed a surprise thanks to the silver medal with an Asian record (7: 55.97).']" -725,"['After', 'beating', 'Canada', 'in', 'the', 'semifinals,', 'they', 'had', 'a', 'rematch', 'against', 'Spain,', 'for', 'the', 'championship.']","[2, 3]",1,canada,"After beating Canada in the semifinals, they had a rematch against Spain, for the championship.","['After the semi-final win against Canada, it came to the second leg against Spain - for the championship.', 'After the semi-final against Canada there was the rematch for the World Cup against Spain.', 'After the semi-final win against Canada there was a rematch against Spain.', 'After the semi-final win against Canada, there was a reunion with Spain at the World Cup.', 'After the botched semi-final success against Canada it came to the final and derby for the championship with Spain.']" -726,"['The', 'chamber', 'of', 'deputies', 'votes', 'to', 'break', 'relations', 'with', 'Nazi', 'Germany', ',', 'the', 'chamber', 'of', 'senators', 'does', 'not', 'discuss', 'the', 'project.']","[9, 11]",1,nazi germany,"The chamber of deputies votes to break relations with Nazi Germany, the chamber of senators does not discuss the project.","['The Chamber of Deputies votes for a break in relations with Nazi Germany; the Senate Chamber does not discuss the project.', 'The Chamber of Deputies votes on severing relations with Nazi Germany; the Chamber of Deputies does not discuss the project.', 'The Chamber of Deputies votes to cut ties with Nazi Germany; the Chamber of Deputies does not discuss the project.', 'The House of Representatives votes to break with Nazi Germany; the Senate does not discuss the project.', 'The Commissioner votes in favour of severing relations with Nazi Germany; the Senate Chamber does not discuss the project.']" -727,"['In', 'this', 'post,', 'he', 'is', 'effectively', 'the', 'de', 'facto', 'representative', 'of', 'Finland', 'in', 'Taiwan.']","[11, 12]",1,finland,"In this post, he is effectively the de facto representative of Finland in Taiwan.","[""In this capacity, he is Finland's de facto representative in Taiwan."", ""In this office, he is Finland's de facto representative in Taiwan."", ""In this office, he is practically Finland's representative in Taiwan."", ""By assuming this post, he is de facto Finland's representative in Taiwan."", ""In this office, he is Finland's de facto representative in Taiwan.""]" -728,"['Uganda', 'was', 'the', 'first', 'to', 'recognize', 'sign', 'language', 'in', 'its', 'constitution,', 'in', '1995.']","[0, 1]",1,uganda,"Uganda was the first to recognize sign language in its constitution, in 1995.","['In 1995 Uganda was the first country to recognise sign language in its constitution.', 'Uganda was the first country to include sign language in its constitution in 1995.', 'Uganda first recognised sign language in its constitution in 1995.', 'Uganda was the first country to recognise sign languages in its constitution in 1995.', 'Uganda first recognised sign language in its constitution in 1995.']" -729,"['People', 'executed', 'by', 'Yemen', 'or', 'Yemeni', 'authorities.']","[3, 4]",1,yemen,People executed by Yemen or Yemeni authorities.,"['People executed by Yemeni or Yemeni authorities.', 'People executed by Yemeni or Yemeni authorities.', 'People executed by Yemeni or Yemeni authorities.', 'People executed by Yemeni or Yemeni authorities.', 'Persons executed by someone in Yemen or by the Yemeni authorities.']" -730,"['Lebanon', 'has', 'requested', 'that', 'Israel', 'withdraw', 'from', 'the', 'disputed', 'Shebaa', 'Farms', 'and', 'the', 'hills', 'of', 'Kfar-Shouba', 'and', 'return', 'the', 'Lebanese', 'detainees', 'in', 'Israel', 'as', 'a', 'condition', 'for', 'fully', 'implementing', 'Resolution', '1559', 'which', 'includes', 'disbanding', 'of', 'the', 'military', 'wing', 'of', 'Hezbollah.']","[4, 5]",1,israel,Lebanon has requested that Israel withdraw from the disputed Shebaa Farms and the hills of Kfar-Shouba and return the Lebanese detainees in Israel as a condition for fully implementing Resolution 1559 which includes disbanding of the military wing of Hezbollah.,"[""Lebanon has called on Israel to withdraw from the disputed Shebaa farms and the Kfar Shouba hills and return the Lebanese prisoners to Israel to fully implement Resolution 1559, which includes the dissolution of Hezbollah's military wing."", ""Lebanon has called on Israel to withdraw from the disputed Shebaa farms and the Kfar Shouba hills and return the Lebanese prisoners to Israel as a condition for the full implementation of Resolution 1559, which provides for the dissolution of Hezbollah's military wing."", ""Lebanon has called on Israel to withdraw from the disputed Shebaa farms and the Kfar Shouba hills and return the Lebanese prisoners of Israel - a condition for the full implementation of Resolution 1559, which dissolves Hezbollah's military wing."", 'Lebanon has called on Israel to withdraw from the disputed Shebaa farms and the Kfar Shouba hills and return the Lebanese prisoners to Israel as a condition for the full implementation of Resolution 1559, which includes the dissolution of Hezbollah.', ""Lebanon has called on Israel to withdraw from the disputed Shebaa farms and Kfar Shouba hills and return Lebanese prisoners to Israel as a condition for the full implementation of Resolution 1559, which includes the dissolution of Hezbollah's military wing.""]" -731,"['So,', 'Russia,', 'Switzerland', ',', 'Portugal,', 'Italy,', 'Spain,', 'Romania,', 'Poland', 'and', 'France', 'get', 'ready', 'to', 'battle', 'for', 'one', 'of', 'the', 'most', 'prestigious', 'contests', 'in', 'the', 'season,', 'the', 'one', 'precisely', 'lifted', 'by', 'Likhachev’s', 'side', 'in', 'the', 'last', 'edition,', 'held', 'in', 'Rome.']","[2, 3]",1,switzerland,"So, Russia, Switzerland, Portugal, Italy, Spain, Romania, Poland and France get ready to battle for one of the most prestigious contests in the season, the one precisely lifted by Likhachev’s side in the last edition, held in Rome.","['So Russia, Switzerland, Portugal, Italy, Spain, Romania, Poland, and France are preparing for one of the most prestigious competitions of the season, the one Likhachev won at the last edition of the tournament in Rome.', 'Russia, Switzerland, Portugal, Italy, Spain, Romania, Poland and France are preparing for one of the most prestigious competitions of the season - the one that Achachev launched at the last edition in Rome.', 'Russia, Switzerland, Portugal, Italy, Spain, Romania, Poland and France are gearing up for one of the most prestigious competitions of the season, the one Likatchev < p > won at the last edition in Rome.', ""As a result, Russia, Switzerland, Portugal, Italy, Spain, Romania, Poland, and France are gearing up for one of the season's most prestigious events, which Liekhachov won alongside Pyeongchang at the last edition in Rome."", 'So Russia, Switzerland, Portugal, Italy, Spain, Romania, Poland, and France are gearing up for one of the most prestigious contests ever staged in Rome.']" -732,"['In', '2013,', 'Andorra', 'had', 'the', 'highest', 'life', 'expectancy', 'in', 'the', 'world', 'at', '81', 'years,', 'according', 'to', 'The', 'Lancet.']","[2, 3]",1,andorra,"In 2013, Andorra had the highest life expectancy in the world at 81 years, according to The Lancet.","['In 2013, Andorra had the highest life expectancy in the world at 81 years, according to The Lancet.', 'In 2013, Andorra had the highest life expectancy in the world at 81 years, according to The Lancet.', ""According to The Lancet, Andorra had the world's highest life expectancy in 2013 at 81 years."", 'In 2013, Andorra had the highest life expectancy in the world at 81 years, according to The Lancet.', 'Last year, Andorra had the highest life expectancy in the world at 81 years, reports The Lancet.']" -733,"['He', 'chaired', 'a', 'commission', 'that', 'produced,', 'in', '1851,', 'a', 'draft', 'civil', 'code', 'for', 'Spain', ',', 'most', 'of', 'it', 'written', 'by', 'GarcÃa', 'Goyena.']","[13, 14]",1,spain,"He chaired a commission that produced, in 1851, a draft civil code for Spain, most of it written by GarcÃa Goyena.","['He headed a commission that drafted a Civil Code for Spain in 1851, largely written by GarcÃa Goyena.', 'He headed a commission that drafted a Civil Code for Spain in 1851, largely written by GarcÃa Goyena.', 'He chaired a commission that drafted the Spanish Civil Code in 1851, most of which was drafted by GarcÃa Goyena.', 'He chaired a commission that drafted the Civil Code for Spain in 1851, to which GarcÃa Goyena had contributed.', 'He chaired a commission that in 1851 produced a draft of the Civil Code for Spain, largely drawn up by GarcÃa Góyena.']" -734,"['The', 'creation', 'of', 'the', 'Kingdom', 'created', 'a', 'partition', 'of', 'Polish', 'lands', 'in', 'which', 'the', 'state', 'was', 'divided', 'among', 'Russia,', 'Austria', 'and', 'Prussia.']","[19, 20]",1,austria,"The creation of the Kingdom created a partition of Polish lands in which the state was divided among Russia, Austria and Prussia.","['The establishment of the Kingdom created a division of Polish territories, on which the state was divided between Russia, Austria and Prussia.', 'The establishment of the kingdom led to the division of the Polish territories, where the state was divided between Russia, Austria and Prussia.', 'The establishment of the kingdom led to the division of Polish territories, with the division of the state between Russia, Austria and Prussia.', 'The establishment of the kingdom led to the partition of Poland, in which the state was divided between Russia, Austria and Prussia.', 'The establishment of the Kingdom created a partition of Poland, where the state was divided between Russia, Austria and Prussia.']" -735,"['Had', 'Turkey', 'finished', 'sixth', 'or', 'higher,', 'the', 'seventh-placed', 'team', 'would', 'also', 'have', 'qualified.']","[1, 2]",1,turkey,"Had Turkey finished sixth or higher, the seventh-placed team would also have qualified.","['Had Turkey finished sixth or higher, the seventh-placed team would also have qualified.', 'If Turkey had finished sixth or higher, the seventh place team would have qualified.', 'Had the Turks finished sixth or better, the seventh-placed team would also have qualified.', 'Had Turkey finished sixth or even seventh, the seventh-placed team would have qualified.', 'Had Turkey finished sixth or fourth, the seventh-placed team would also have qualified.']" -736,"['Russia', ""'s"", 'attempts', 'to', 'create', 'a', 'large', 'Bulgaria', 'in', 'the', 'Treaty', 'of', 'San', 'Stefano', 'led', 'to', 'the', 'British', 'withdrawal', 'from', 'the', 'Protocol', 'and', 'threatened', 'military', 'intervention,', 'quieted', 'only', 'by', 'the', 'Congress', 'of', 'Berlin..']","[0, 1]",1,russia,"Russia's attempts to create a large Bulgaria in the Treaty of San Stefano led to the British withdrawal from the Protocol and threatened military intervention, quieted only by the Congress of Berlin..","['The Russian attempts to create a great Bulgaria in the Treaty of San Stefano led to the British withdrawal from the Protocol and threatened military intervention, which was rejected only by the Berlin Congress.', ""Russia's efforts to create a great Bulgaria in the San Stefano Treaty led to Britain's withdrawal from the Protocol and the threat of military intervention, which was rejected only by the Berlin Congress."", ""Russia's attempts to include a large Bulgaria in the San Stefano Treaty led to the British withdrawal from the Protocol and threatened military intervention, which was only stopped by the Berlin Congress."", ""Russia's attempts to create a great Bulgaria in the San Stefano Treaty led to Britain's withdrawal from the Protocol and threatened military intervention that could only be averted by the Berlin Congress."", 'The Russian attempts to create a Theodor-zu-Guttenberg-Land through the Treaty of San Stefano led to the withdrawal of Great Britain from the Protocol and threatened military intervention, which only became quieter through the Berlin Congress.']" -737,"['Western', 'Samoa', 'became', 'independent', 'from', 'New', 'Zealand.']","[0, 2]",1,western samoa,Western Samoa became independent from New Zealand.,"['West Samoa became independent of New Zealand.', 'West Samoa became independent of New Zealand.', 'West Samoa became independent of New Zealand.', 'West Samoa became independent of New Zealand.', 'West Samoa became independent of New Zealand.']" -738,"['Graham', 'Norton', 'is', 'a', 'Gaelic', 'footballer', 'who', 'plays', 'for', 'Dublin', 'and', 'St', 'Brigids.']","[9, 10]",1,dublin,Graham Norton is a Gaelic footballer who plays for Dublin and St Brigids.,"['Graham Norton is a Gaelic footballer who plays for Dublin and St Brigids.', 'Graham Norton is a Gaelic footballer who plays for Dublin and St Brigids.', 'Graham Norton is a Gaelic footballer who plays for Dublin and St Brigids.', 'Graham Norton is a Gaelic footballer who plays for Dublin and St Brigids.', 'Graham Norton is a successful Gaelic footballer who plays for Dublin and St Brigids.']" -739,"['He', 'captained', 'the', 'side', 'in', 'his', 'final', 'year', 'at', 'university', 'and', 'represented', 'the', 'British', 'Universities', 'against', 'Bangladesh', 'and', 'later', 'Sri', 'Lanka', '.']","[19, 21]",1,sri lanka,He captained the side in his final year at university and represented the British Universities against Bangladesh and later Sri Lanka.,"['In his final year at university, he was captain of the team that represented British universities against Bangladesh and then Sri Lanka.', 'In his final year at university, he was captain, representing England against Bangladesh and then Sri Lanka.', 'In his final year at university, he led the game and represented British universities against Bangladesh and then Sri Lanka.', 'He joined the side in the final year of his university career, representing British universities against Bangladesh and then Sri Lanka.', 'He captained the team last year and represented England against Bangladesh and then Sri Lanka.']" -740,"['Sections', 'of', 'the', 'expressway', 'in', 'Hong', 'Kong', 'and', 'Macau', 'are', 'observed', 'only', 'by', 'the', ""People's"", 'Republic', 'of', 'China', '.']","[14, 18]",1,people's republic of china,Sections of the expressway in Hong Kong and Macau are observed only by the People's Republic of China.,"[""Parts of the expressway in Hong Kong and Macau are only monitored by the People's Republic of China."", ""Parts of the expressway in Hong Kong and Macau are only monitored by the People's Republic of China."", ""Parts of the motorway in Hong Kong and Macao are only used by the People's Republic of China."", ""Sections of the motorway in Hong Kong and Macau are only covered by the People's Republic of China."", ""Parts of the motorway network in Hong Kong and Macao are only monitored by the People's Republic of China.""]" -741,"['The', 'West', 'Indies', 'made', 'their', 'way', 'into', 'the', 'final', 'after', 'defeating', 'South', 'Africa', 'in', 'the', 'second', 'semi-final', 'played', 'at', 'Sawai', 'Mansingh', 'Stadium,', 'Jaipur', 'on', '2', 'November', '2006.']","[1, 3]",1,west indies,"The West Indies made their way into the final after defeating South Africa in the second semi-final played at Sawai Mansingh Stadium, Jaipur on 2 November 2006.","['The West Indies reached the final after beating South Africa at Sawai Mansingh Stadium in Jaipur on November 2, 2006.', 'The West Indies reached the final after defeating South Africa in the second semi-final at Sawai Mansingh Stadium in Jaipur on November 2, 2006.', 'The West Indies have reached the final after beating South Africa in the second semi-final at Sawai Mansingh Stadium in Jaipur on November 2, 2006.', 'The West Indies reached the final after a resounding victory over South Africa in the second semi-final at Sawai Mansingh Stadium in Jaipur on November 2, 2006.', 'With the victory against South Africa, the West Indies were able to reach the final on November 2, 2006 at the Sawai Mansingh Stadium in Jaipur.']" -742,"['Three', 'were', 'also', 'sold', 'to', 'China', '.']","[5, 6]",1,china,Three were also sold to China.,"['Three were also sold to China.', 'Three were also sold to China.', 'Three of them were also sold to China.', 'Three were also sold to China.', 'Three also went to China.']" -743,"['The', 'Iraq', ""women's"", 'national', 'football', 'team', 'is', 'the', 'female', 'representative', 'football', 'team', 'for', 'Iraq', '.']","[13, 14]",1,iraq,The Iraq women's national football team is the female representative football team for Iraq.,"[""The women's national football team of Iraq is the representative football team for Iraq."", ""The Iraqi women's national football team is Iraq's representative women's team."", ""The women's national football team in Iraq is the representative football team of Iraq."", ""The women's national football team is the representative women's football club for Iraq."", ""The Iraqi women's national football team is the most representative football team in the Iraq war.""]" -744,"['Abdul', 'Hakim', 'Asher', '(born', 'October', '12,', '1977)', 'is', 'one', 'of', 'the', 'most', 'influential', 'spokespersons', 'of', 'the', 'Islamic', 'Republic', 'of', 'Afghanistan', '.']","[16, 20]",1,islamic republic of afghanistan,"Abdul Hakim Asher (born October 12, 1977) is one of the most influential spokespersons of the Islamic Republic of Afghanistan.","['Abdul Hakim Asher (born October 12, 1977) is one of the most influential speakers of the Islamic Republic of Afghanistan.', 'Abdul Hakim Asher (born October 12, 1977) is one of the most influential speakers of the Islamic Republic of Afghanistan.', 'Abdul Hakim Asher (born October 12, 1977) is one of the most influential speakers of the Islamic Republic of Afghanistan.', 'Abdul Hakim Asher (born October 12, 1977) is one of the most influential speakers of the Islamic Republic of Afghanistan.', 'Abdul Hakim Asher (born October 12, 1977) is one of the most influential speakers of the Islamic Republic of Afghanistan.']" -745,"['Cuba', 'was', 'excluded', 'at', 'the', 'request', 'of', 'the', 'United', 'States.']","[0, 1]",1,cuba,Cuba was excluded at the request of the United States.,"['Cuba was excluded at the request of the United States.', 'Cuba was excluded at the request of the United States.', 'Cuba had been excluded at the request of the United States.', 'Cuba was excluded at the request of the United States.', 'Cuba barred from UN Security Council on US request']" -746,"['Turkey', 'is', 'automatic', 'qualifier', 'as', 'the', 'host', 'country.']","[0, 1]",1,turkey,Turkey is automatic qualifier as the host country.,"['Turkey automatically qualifies as the host country.', 'Turkey automatically qualifies as the host country.', 'Turkey qualify automatically as hosts.', 'Turkey qualify automatically as hosts.', 'Turkey have qualified automatically for the World Cup as hosts.']" -747,"['The', 'London', 'Protocol', 'was', 'signed', 'on', '21', 'March', '1877', 'between', 'Russia', 'and', 'the', 'United', 'Kingdom', '.']","[13, 15]",1,united kingdom,The London Protocol was signed on 21 March 1877 between Russia and the United Kingdom.,"['The London Protocol was signed between Russia and Great Britain on 21 March 1877.', 'The London Protocol was signed between Russia and Great Britain on 21 March 1877.', 'The London Protocol was signed between Russia and Great Britain on 21 March 1877.', 'The London Protocol between Russia and Great Britain was signed on 21 March 1877.', 'The London Protocol was signed between Russia and Great Britain on 21 March 1877.']" -748,"['Beginning', 'in', '1952,', 'Japan', 'classified', 'these', 'as', 'Class', '1', 'or', 'Class', '2.']","[3, 4]",1,japan,"Beginning in 1952, Japan classified these as Class 1 or Class 2.","['Starting in 1952, Japan placed them in Grade 1 or Grade 2.', 'Starting in 1952, they were divided into classes 1 or 2 in Japan.', 'Since 1952, they have been classified in Japan as Grades 1 or 2.', 'Starting in 1952, Japan placed them in Grade 1 or Grade 2.', 'Japan divided them into Class 1 or Class 2 from 1952 onwards.']" -749,"['Over', 'the', 'centuries,', 'Turkey', 'has', 'had', 'many', 'constitutions', 'and', 'can', 'be', 'characterized', 'by', 'the', 'steady', 'establishment', 'of', 'a', 'nation-state,', 'democratization', 'and', 'recognition', 'of', 'international', 'law.']","[3, 4]",1,turkey,"Over the centuries, Turkey has had many constitutions and can be characterized by the steady establishment of a nation-state, democratization and recognition of international law.","['Over the centuries, Turkey has had many constitutions, which can be characterised by the steady establishment of a nation-state, democratisation and recognition of international law.', 'Over the centuries, Turkey has had many constitutions and is characterised by the stable establishment of a nation-state, democratisation and recognition of international law.', 'Turkey has had many constitutions over the centuries and can be characterised by the systematic establishment of a nation state, democratisation and recognition of international law.', 'Over the centuries, Turkey has had many constitutions and is characterised by the permanent establishment of nation states, democratisation and recognition of international law.', 'Turkey has had many constitutions over the centuries, and it can be characterised by the permanent establishment of a nation-state, democratisation and recognition of international law.']" -750,"['He', 'made', 'his', 'international', 'debut', 'for', 'Bahamas', 'in', 'a', 'March', '2000', 'FIFA', 'World', 'Cup', 'qualification', 'match', 'against', 'Anguilla', 'and', 'had', 'earned', 'a', 'total', 'of', '14', 'caps,', 'scoring', 'no', 'goals.']","[6, 7]",1,bahamas,"He made his international debut for Bahamas in a March 2000 FIFA World Cup qualification match against Anguilla and had earned a total of 14 caps, scoring no goals.","['He made his international debut for the Bahamas in a World Cup qualifier against Anguilla in 2000, scoring 14 goals.', 'He made his international debut in March 2000 in a World Cup qualifier against Anguilla, where he had played 14 internationals for the Bahamas without scoring a goal.', 'He made his international debut for the Bahamas in March 2000 in a World Cup qualifier against Anguilla, where he scored 14 times and failed to score.', 'He made his international debut for the Bahamas in March 2000 in the World Cup qualifier against Anguilla, where he scored 14 goals.', 'He made his international debut for the Bahamas in March 2000 in a World Cup qualifier against Anguilla, where he scored 14 goals.']" -751,"['Operation', 'Tinderbox', 'was', 'a', 'series', 'of', '14', 'nuclear', 'tests', 'conducted', 'by', 'the', 'United', 'States', 'in', '1979-1980', 'at', 'the', 'Nevada', 'Test', 'Site.']","[12, 14]",1,united states,Operation Tinderbox was a series of 14 nuclear tests conducted by the United States in 1979-1980 at the Nevada Test Site.,"['Operation Tinderbox was a series of 14 nuclear tests conducted by the United States at the Nevada test site between 1979 and 1980.', 'Operation Tinderbox was a series of 14 nuclear tests conducted by the US at the Nevada test site between 1979 and 1980.', 'Operation Tinderbox was a series of 14 nuclear tests conducted by the United States at the Nevada test site between 1979 and 1980.', 'Operation Tinderbox was a series of 14 nuclear tests conducted by the United States at the Nevada test site between 1979 and 1980.', 'Operation Tinderbox is a series of 14 nuclear tests conducted by the United States at the Nevada test site between 1979 and 1980.']" -752,"['After', 'the', 'war,', 'it', 'was', 'still', 'operated', 'by', 'Poland,', 'Norway,', 'Ukraine', '.']","[10, 11]",1,ukraine,"After the war, it was still operated by Poland, Norway, Ukraine.","['After the war it was still operated by Poland, Norway and Ukraine.', 'After the war it was still operated by Poland, Norway and Ukraine.', 'After the war it was operated by Poland, Norway and Ukraine.', 'After the war it was still under Polish, Norwegian and Ukrainian administration.', 'After the war they were still operated by Poland, Norway and Ukraine.']" -753,"['In', '1940', 'Northern', 'Transylvania', 'reverted', 'to', 'Hungary', 'as', 'a', 'result', 'of', 'the', 'Second', 'Vienna', 'Award,', 'but', 'it', 'was', 'reclaimed', 'by', 'Romania', 'after', 'the', 'end', 'of', 'World', 'War', 'II.']","[20, 21]",1,romania,"In 1940 Northern Transylvania reverted to Hungary as a result of the Second Vienna Award, but it was reclaimed by Romania after the end of World War II.","['Due to the Second Vienna Prize, Northern Transylvania fell to Hungary in 1940, but was recaptured by Romania after the end of the Second World War.', 'In 1940, Northern Transylvania fell to Hungary under the Second Vienna Peace Agreement, but Romania recaptured it after World War II.', 'In 1940 Northern Transylvania was returned to Hungary by the Second Prize of Vienna, but was recaptured by Romania after the war.', 'Northern Transylvania fell back to Hungary in 1940 due to the assignment of Vienna, but was recaptured by Romania at the end of the Second World War.', 'In 1940 Northern Transylvania fell to Hungary after the Second Vienna Agreement, but was recaptured by Romania after the Second World War.']" -754,"['South', 'Korea', 'participated', 'as', 'Korea', 'in', 'the', 'ninth', 'Winter', 'Paralympics', 'in', 'Turin,', 'Italy.']","[4, 5]",1,korea,"South Korea participated as Korea in the ninth Winter Paralympics in Turin, Italy.","['South Korea took part in the ninth Winter Paralympics in Turin as South Korea.', 'South Korea participated as Korea in the ninth Winter Paralympics in Turin.', 'South Korea participated as Korea in the 9th Winter Paralympics in Turin.', 'South Korea participated as North Korea in the ninth Winter Paralympics in Turin.', 'South Korea competed as Korea at the ninth Winter Paralympics in Turin.']" -755,"['I', 'base', 'this', 'solely', 'on', 'Israel', ""'s"", 'resolve', 'and', 'objective,', 'not', 'on', 'how', 'difficult', 'it', 'is', 'to', 'achieve', 'such', 'objective).']","[5, 6]",1,israel,"I base this solely on Israel's resolve and objective, not on how difficult it is to achieve such objective).","[""I justify this exclusively with Israel's determination and ambition, not with the difficulty of achieving it)."", ""I justified this solely on Israel's determination and ambition, not on how hard it is to achieve that goal.)"", ""I only assume Israel's determination and ambition, not how difficult it is to achieve that goal.)"", ""I base my argument solely on Israel's determination and ambition, not on how difficult it is to achieve that goal)."", ""This calculation is based solely on Israel's determination and goal, and not on how difficult it is to achieve that goal.""]" -756,"['By', '1992', 'wild', 'tigers', 'were', 'no', 'longer', 'being', 'seen', 'in', 'China', 'then', 'by', '1993', 'China', 'passed', 'a', 'ban', 'on', 'the', 'trading', 'of', 'tigers', 'and', 'their', 'parts.']","[14, 15]",1,china,By 1992 wild tigers were no longer being seen in China then by 1993 China passed a ban on the trading of tigers and their parts.,"['The wild tigers were not seen in China until 1992, when China issued a ban on the trade in tigers and their parts in 1993.', 'In 1992 there were no more wild tigers in China and in 1993 the country issued a ban on the trade in tigers and their parts.', 'In 1992, wild tigers were no longer seen in China, and in 1993 China imposed a ban on the trade in tigers and their parts.', 'In 1992, wild tigers were no longer seen in China. Until 1993, China issued a ban on the trade in tigers and their parts.', 'When wild tigers were no longer seen in China in 1992, China issued a ban on the trade in tigers and their parts in 1993.']" -757,"['However,', 'when', 'the', 'Pacific', 'War', 'ended', 'in', 'August', '1945,', 'III', 'Amphibious', 'Corps', 'instead', 'went', 'to', 'North', 'China', 'to', 'accept', 'the', 'surrender', 'of', 'Japan', ',', 'and', 'from', 'October', '1945', 'to', 'February', '1946,', 'Draeger', 'was', 'stationed', 'with', 'a', 'signal', 'unit', 'in', 'Tianjin,', 'China.']","[22, 23]",1,japan,"However, when the Pacific War ended in August 1945, III Amphibious Corps instead went to North China to accept the surrender of Japan, and from October 1945 to February 1946, Draeger was stationed with a signal unit in Tianjin, China.","[""When the Pacific War ended in August 1945, the Third Amphibious Corps instead traveled to northern China to accept Japan's surrender, and from October 1945 to February 1946, Dräger was stationed with a signaling unit in Tianjin, China."", ""But when the Pacific War ended in August 1945, the Third Amphibious Corps instead went to northern China to accept Japan's surrender, and from October 1945 to February 1946, Dräger was stationed with a signaling unit in Tianjin, China."", ""But when the Pacific War ended in August 1945, the Third Amphibious Corps instead traveled to northern China to accept Japan's surrender, and from October 1945 to February 1946, Dräger was stationed in Tianjin with a signal command."", ""When the Pacific War ended in August 1945, the Third Amphibious Corps traveled to northern China at the end of 2005 to accept Japan's surrender. Dräger was stationed with a signal unit in Tianjin, China, from October 1945 to February 1946."", 'From October 1945 to February 1946, Draeger was stationed with a signal unit in Tianjin, China.']" -758,"['The', 'Dutch–Indonesian', 'Round', 'Table', 'Conference', 'was', 'held', 'in', 'The', 'Hague', 'from', '23', 'August', 'to', '2', 'November', '1949,', 'between', 'representatives', 'of', 'the', 'Netherlands,', 'the', 'Republic', 'of', 'Indonesia', 'and', 'the', 'BFO', '(Federal', 'Consultative', 'Assembly)', 'representing', 'various', 'states', 'the', 'Dutch', 'had', 'created', 'in', 'the', 'Indonesian', 'archipelago.']","[23, 26]",1,republic of indonesia,"The Dutch–Indonesian Round Table Conference was held in The Hague from 23 August to 2 November 1949, between representatives of the Netherlands, the Republic of Indonesia and the BFO (Federal Consultative Assembly) representing various states the Dutch had created in the Indonesian archipelago.","['The Dutch < unk > Indonesian Round Table Conference was held in The Hague from 23 August to 2 November 1949 between representatives of the Netherlands, the Republic of Indonesia and the Federal Consultative Assembly (BFO), which represented various states founded by the Dutch in the Indonesian archipelago.', 'The Dutch conference of the ""Indonesian Round Tables"" was held in The Hague from 23 August to 2 November 1949 between representatives of the Netherlands, the Republic of Indonesia and the mediation assembly of the Federal Consultation (BFO), which represents various states of the Indonesian archipelago founded by the Dutch.', 'The Dutch-Indonesian conference was part of a round table held from 23 August to 2 November 1949 between representatives of the Netherlands, the Republic of Indonesia and the Federal Consultative Assembly (BFO), which represents various states created by the Dutch in the Indonesian archipelago.', 'From 23 August to 2 November 1949, the Dutch Conference was held in The Hague at a roundtable meeting between representatives of the Netherlands, the Republic of Indonesia and the BFO (Federal Consultative Assembly) representing the Netherlands in the Indonesian archipelago.', 'The meeting took place from 23 August to 2 November 1949 in The Hague, where representatives of the Netherlands, the Republic of Indonesia and the Federal Assembly of Indonesia (BFO) represented various states founded by the Dutch in the Indonesian archipelago.']" -759,"['The', 'embassy', 'is', 'charged', 'with', 'diplomacy', 'and', 'Albania', '–', 'United', 'States', 'relations.']","[9, 11]",1,united states,The embassy is charged with diplomacy and Albania – United States relations.,"['The Embassy is responsible for diplomacy and relations between Albania and the United States.', ""The embassy is responsible for Albania's diplomacy and relations with the United States."", 'The Embassy is responsible for diplomacy and relations between Albania and the United States.', 'The embassy is diplomatic and responsible for relations between Albania and the United States.', 'The embassy will be responsible for diplomacy and aspects of relations between Albania and the United States.']" -760,"['The', 'Fiji–France', 'Maritime', 'Delimitation', 'Agreement', 'is', 'a', '1983', 'treaty', 'between', 'France', 'and', 'Fiji', 'which', 'establishes', 'the', 'maritime', 'boundary', 'between', 'Fiji', 'and', 'the', 'French', 'special', 'collectivity', 'of', 'New', 'Caledonia', 'and', 'the', 'boundary', 'between', 'Fiji', 'and', 'the', 'French', 'overseas', 'collectivity', 'of', 'Wallis', 'and', 'Futuna.']","[12, 13]",1,fiji,The Fiji–France Maritime Delimitation Agreement is a 1983 treaty between France and Fiji which establishes the maritime boundary between Fiji and the French special collectivity of New Caledonia and the boundary between Fiji and the French overseas collectivity of Wallis and Futuna.,"['The 1983 maritime border agreement between Fiji and France establishes the maritime border between Fiji and the French Special Community of New Caledonia and between Fiji and the French Overseas Community of Wallis and Futuna.', 'The 1983 maritime border agreement between Fiji and France is a treaty between France and Fiji defining the maritime border between Fiji and the French Special Community of New Caledonia and the border between Fiji and the French Overseas Community of Valais and Futuna.', 'The 1983 maritime border agreement between Fiji and France defines the maritime border between Fiji and the French Special Collective of New Caledonia and the border between Fiji and the French overseas collectives Wallis and Futuna.', 'The 1983 maritime border agreement between Fiji and France is a treaty between France and Fiji defining the maritime border between Fiji and the French-led Special Community of New Caledonia and the border between Fiji and the French Overseas Territory of Valais and Futuna.', 'The Fiji-France Maritime Sharing Agreement is a 1983 agreement between France and the Fiji Islands defining the maritime border between Fiji and the French Special Collective of New Caledonia and between Fiji and the French Overseas Collective of Wallis and Futuna.']" -761,"['Some', 'believe', 'that', 'Belarus', 'planted', 'the', 'device,', 'rigged', 'a', 'show', 'trial', 'and', 'tortured', 'confessions', 'out', 'of', 'the', 'two', 'suspects.']","[3, 4]",1,belarus,"Some believe that Belarus planted the device, rigged a show trial and tortured confessions out of the two suspects.","['Some believe Belarus planted the explosive device, manipulated a show trial and tortured confessions by the two suspects.', 'Some believe Belarus used the device, manipulated a show trial and obtained confessions under torture from the two suspects.', 'Some believe Belarus turned up the volume, manipulated a show trial, and tortured confessions by the two suspects.', 'Some believe Belarus turned on the device, manipulated a show trial and tortured confessions by the two suspects.', 'Some believe Belarus imported the drug virus, manipulated a show trial, and tortured confessions by the two suspects.']" -762,"['Israel', 'has', 'its', 'own', 'Afganistan', 'which', 'is', 'Syria,', 'and', 'its', 'own', 'Iraq,', 'which', 'is', 'Iran.']","[0, 1]",1,israel,"Israel has its own Afganistan which is Syria, and its own Iraq, which is Iran.","['Israel has its own Afganistan, which is Syria, and its own Iraq, Iran.', 'Israel has its own Afganistan, which is Syria, and its own Iraq, Iran.', 'Israel has its own Afghanistan, Syria and its own Iraq, Iran.', 'Israel has its own Afghanistan, Syria and its own Iraq, Iran.', 'Israel has its own Afganistan, which is Syria, and its own Iraq, Iran.']" -763,"['Germany', 'opens', 'the', 'section', 'from', 'Bad', 'Nauheim', 'to', 'Rockenberg.']","[0, 1]",1,germany,Germany opens the section from Bad Nauheim to Rockenberg.,"['Germany opens the section from Bad Nauheim to Rockenberg.', 'Germany opens the section from Bad Nauheim to Rockenberg.', 'Germany opens the section from Bad Nauheim to Rockenberg.', 'Germany opens the section from Bad Nauheim to Rockenberg.', 'The section from Bad Nauheim to Rockenberg will be completely relocated.']" -764,"['But', 'there', 'is', 'an', 'Oakland', 'City', 'University', 'within', 'a', 'few', 'miles', 'of', 'Jordan', ""'s"", 'hometown', 'of', 'Lynnville,', 'IN,', 'in', 'Oakland', 'City,', 'IN.']","[12, 13]",1,jordan,"But there is an Oakland City University within a few miles of Jordan's hometown of Lynnville, IN, in Oakland City, IN.","[""But there is a university just a few miles from Jordan's hometown of Lynnville, IN, in Oakland City, IN."", ""But there is an Oakland City University just a few miles from Jordan's hometown of Lynnville in Oakland City."", ""But Oakland City University in Oakland City is just a few miles from Jordan's hometown of Lynnville."", ""But just a few miles from Jordan's hometown of Lynnville, IN, in Oakland City, IN, is a university in Oakland City."", 'But Virginia, the city where Jordan lives, is only a few miles from his hometown of Lynnville in Oakland City.']" -765,"['As', 'World', 'War', 'I', 'broke', 'out', 'and', 'Italy', 'declared', 'its', 'neutrality,', 'Balbo', 'supported', 'joining', 'the', 'war', 'on', 'the', 'side', 'of', 'the', 'Allies.']","[7, 8]",1,italy,"As World War I broke out and Italy declared its neutrality, Balbo supported joining the war on the side of the Allies.","['When the First World War broke out and Italy declared its neutrality, Balbo supported the Allied entry into the war.', 'When the First World War broke out and Italy declared its neutrality, Balbo supported the entry into the war alongside the Allies.', 'When World War I broke out and Italy declared its neutrality, Balbo supported the Allied accession to the war.', 'When World War I broke out and Italy declared its neutrality, Balbo supported the Allied intervention.', 'When the First World War broke out and Italy declared its neutrality, Balbo supported participation in the war alongside the Allies.']" -766,"['The', 'Nagorno-Karabakh', 'Autonomous', 'Oblast', 'voted', 'to', 'secede', 'from', 'Azerbaijan', 'and', 'join', 'Armenia,', 'triggering', 'the', 'Nagorno-Karabakh', 'War.']","[1, 4]",1,nagorno-karabakh autonomous oblast,"The Nagorno-Karabakh Autonomous Oblast voted to secede from Azerbaijan and join Armenia, triggering the Nagorno-Karabakh War.","['The Nagorno-Karabakh Autonomous Oblast voted to secede from Azerbaijan and join Armenia, triggering the Nagorno-Karabakh War.', 'The Nagorno-Karabakh Autonomous Region voted to secede from Azerbaijan and join Armenia, triggering the Nagorno-Karabakh War.', 'The Nagorno-Karabakh Autonomous Oblast voted in favour of secession from Azerbaijan and the accession of Armenia, which triggered the Nagorno-Karabakh War.', 'The Nagorno-Karabakh Autonomous Region voted to secede from Azerbaijan and join Armenia, triggering the Nagorno-Karabakh War.', 'The autonomy of Nagorno-Karabakh voted to secede from Azerbaijan and join Armenia, triggering the Nagorno-Karabakh War.']" -767,"['China', 'and', 'Romania', 'have', 'a', 'history', 'of', 'several', 'decades', 'of', 'economic', 'and', 'cultural', 'exchanges', 'as', 'part', 'of', 'the', 'Communist', 'bloc.']","[0, 1]",1,china,China and Romania have a history of several decades of economic and cultural exchanges as part of the Communist bloc.,"['China and Romania, as part of the communist bloc, have a decades-long history of economic and cultural exchange.', 'China and Romania, as part of the communist bloc, have a decades-long history of economic and cultural exchange.', 'China and Romania have a long history of economic and cultural exchange as part of the Communist bloc.', 'China and Romania have a decades-long history of economic and cultural exchange as part of the communist bloc.', 'As part of the Communist bloc, China and Romania have a decades-long history of trade and cultural exchange.']" -768,"['In', '1823,', 'the', 'empire', 'dissolved', 'and', 'Nicaragua,', 'along', 'with', 'Guatemala,', 'El', 'Salvador', ',', 'Honduras', 'and', 'Costa', 'Rica', 'joined', 'the', 'United', 'Provinces', 'of', 'Central', 'America.']","[10, 12]",1,el salvador,"In 1823, the empire dissolved and Nicaragua, along with Guatemala, El Salvador, Honduras and Costa Rica joined the United Provinces of Central America.","['In 1823 the empire dissolved and Nicaragua joined the United Provinces of Central America together with Guatemala, El Salvador, Honduras and Costa Rica.', 'In 1823, the empire dissolved, and Nicaragua joined the United Provinces of Central America along with Guatemala, El Salvador, Honduras, and Costa Rica.', 'In 1823 the empire was dissolved and Nicaragua joined the United Provinces of Central America along with Guatemala, El Salvador, Honduras and Costa Rica.', 'In 1825, the empire dissolved and Nicaragua joined the United Provinces of Central America, as did Guatemala, El Salvador, Honduras, and Costa Rica.', 'In 1823 the empire collapsed and Nicaragua, Guatemala, El Salvador, Honduras and Costa Rica joined the United Provinces of Central America.']" -769,"['The', 'Tegenpartij', 'was', 'the', 'party', 'for', 'all', 'Dutchmen', 'who', 'can', 'no', 'longer', 'stand', 'the', 'Netherlands', '.']","[14, 15]",1,netherlands,The Tegenpartij was the party for all Dutchmen who can no longer stand the Netherlands.,"['The Tegenpartij was the party for all the Dutch who could no longer bear the Netherlands.', 'The Tegenpartij was the party for all the Dutch who could no longer bear the Netherlands.', 'The Tegenpartij was the party for all the Dutch who can no longer withstand the Netherlands.', 'The Tegen party was the party for all the Dutch who can no longer sustain the Netherlands.', 'The Tegenpartij was the party for all the Dutch who beat the Netherlands.']" -770,"['The', 'Barbados–France', 'Maritime', 'Delimitation', 'Agreement', 'is', 'a', '2009', 'treaty', 'between', 'Barbados', 'and', 'France', 'which', 'delimits', 'the', 'maritime', 'boundary', 'between', 'Barbados', 'and', 'the', 'French', 'Overseas', 'departments', 'of', 'Guadeloupe', 'and', 'Martinique.']","[12, 13]",1,france,The Barbados–France Maritime Delimitation Agreement is a 2009 treaty between Barbados and France which delimits the maritime boundary between Barbados and the French Overseas departments of Guadeloupe and Martinique.,"['The 2009 maritime border agreement between Barbados and France delimits the maritime border between Barbados and the French overseas departments of Guadeloupe and Martinique.', 'The maritime demarcation agreement between Barbados and France dates back to 2009 and defines the maritime border between Barbados and the French overseas departments of Guadeloupe and Martinique.', 'The 2009 Maritime Resistance Certification Agreement between Barbados and France is a treaty between Barbados and France that limits the maritime border between Barbados and the French overseas departments of Guadeloupe and Martinique.', 'The Cooperation Agreement on Strands between Barbados and France is a 2009 agreement defining the maritime border between Barbados and the French overseas departments of Guadeloupe and Martinique.', 'The 2009 maritime border agreement between Barbados and France delimits the maritime border between Barbados and the French overseas departments of Guadeloupe and Martinique.']" -771,"['On', '20', 'May', 'South', 'Vietnam', 'lost', 'their', 'opening', 'game', '4-0', 'to', 'Japan', 'and', 'four', 'days', 'later', 'they', 'lost', '1-0', 'to', 'Hong', 'Kong', 'and', 'were', 'eliminated.']","[11, 12]",1,japan,On 20 May South Vietnam lost their opening game 4-0 to Japan and four days later they lost 1-0 to Hong Kong and were eliminated.,"['On May 20, South Vietnam lost its opening game 4-0 to Japan, and four days later they lost 1-0 to Hong Kong and dropped out.', 'On May 20, the South Vietnamese lost their opening game 4-0 to Japan, four days later they lost 1-0 to Hong Kong and were eliminated.', 'On May 20, South Vietnam lost its opening match against Japan 4-0, and four days later Hong Kong lost 1-0 and dropped out.', 'On May 20, South Vietnam lost the opening game 4-0 to Japan, four days later the South Vietnamese lost 1-0 to Hong Kong and were eliminated.', 'On May 20, the South Vietnamese lost their opening game 4-0 to Japan and four days later 1-0 to Hong Kong.']" -772,"['On', 'a', 'brief', 'non-Test', 'tour', 'of', 'Australia', 'in', '1969-70', 'he', 'hit', 'his', 'highest', 'first-class', 'score', '(and', 'first', 'century)', 'of', '137', 'not', 'out', 'against', 'Victoria', 'in', 'Melbourne,', 'out', 'of', 'a', 'New', 'Zealand', 'total', 'of', '220,', 'having', 'come', 'to', 'the', 'crease', 'at', '22', 'for', '4.']","[29, 31]",1,new zealand,"On a brief non-Test tour of Australia in 1969-70 he hit his highest first-class score (and first century) of 137 not out against Victoria in Melbourne, out of a New Zealand total of 220, having come to the crease at 22 for 4.","['During a brief non-tour to Australia in 1969-70, he reached his highest first-class score (and a first-class century) of 137 not out against Victoria in Melbourne (out of a total of 220), having reached 22 four years ago.', 'On a short but non-Test tour of Australia in 1969-70, his highest score (and first century) of 137 out of 220 in New Zealand was not against Victoria in Melbourne, as they finished fourth with 22.', 'On a short, non-Test tour of Australia in 1969-70, he scored his highest ever first-class score (and first century) with 137 from 220 balls against Victoria in Melbourne.', ""Of New Zealand's 220 in Melbourne, his first century on a short trip without a Test since 1969-70 reached the highest score of 137 after he had reduced the 4-on-4 formation to 22."", 'During a short tour of America in 1969 / 70, Adlung reached the best first class (and also the highest in the history of the USA) with 137 out of 220 participants, thus reaching the maximum of 4 out of a total of 22 participants.']" -773,"['The', 'main', 'aim', 'of', 'Operation', 'Mo', 'was', 'to', 'isolate', 'Australia', 'so', 'it', 'was', 'unable', 'to', 'act', 'as', 'a', 'threat', 'to', 'Japanese', 'territory.']","[9, 10]",1,australia,The main aim of Operation Mo was to isolate Australia so it was unable to act as a threat to Japanese territory.,"['The main objective of Operation Mo was to isolate Australia so that it could not pose a threat to Japanese territory.', 'The main objective of Operation Mo was to isolate Australia in such a way that it was unable to pose a threat to Japanese territory.', 'The main objective of Operation Mo was to isolate Australia so that it could not pose a threat to Japanese territory.', 'The main objective of Operation Mo was to isolate Australia so that it could not pose a threat to Japanese territory.', 'The main objective of Operation Mo was to isolate Australia so that it was unable to act as a threat.']" -774,"['The', 'seven', 'Korea-', 'Japan', 'joint', 'productions', 'both', 'received', 'a', 'limited', 'theater', 'release', 'and', 'were', 'broadcast', 'on', 'television.']","[3, 4]",1,japan,The seven Korea- Japan joint productions both received a limited theater release and were broadcast on television.,"['The seven Korean-Japanese co-productions have been shown to a limited extent in cinemas as well as on television.', 'The seven joint productions between Korea and Japan received both limited release and were broadcast on television.', 'The seven Korean-Japanese co-productions both received limited theatrical release and were televised.', 'The seven joint productions between Korea and Japan were shown only to a limited extent in cinemas and on television.', 'The seven joint Korean and Japanese productions both received limited theatrical release and were shown on television.']" -775,"['With', 'USA', 'taking', 'its', 'third', 'straight', 'title', 'since', 'the', ""event's"", 'Olympic', 'debut', 'in', '1996,', 'China', 'made', 'a', 'surprise', 'packet', 'with', 'a', 'silver', 'medal,', 'in', 'an', 'Asian', 'record', 'of', '7:55.97.']","[1, 2]",1,usa,"With USA taking its third straight title since the event's Olympic debut in 1996, China made a surprise packet with a silver medal, in an Asian record of 7:55.97.","['With its third title in a row since its Olympic premiere in 1996, China achieved a surprise - silver - with an Asian best time of 7: 55.97 minutes.', 'After winning a third consecutive title for the first time since its Olympic debut in 1996, China provided a surprise package with silver in an Asian record time of 7: 55.97.', 'China, which celebrated its third consecutive triumph in 7: 55.97, surprised with silver and set the Asian record with 7: 55.97.', 'While the United States won its third consecutive title since the event began in 1996, China surprisingly took silver, setting an Asian record of 7: 55.97.', 'The destiny of the USA is determined: seven games, eight victories, one medal. At that time China won its third title in a row and had to give in with a new Asian best time of 7: 55.97.']" -776,"['Until', '1962,', 'Algeria', 'had', 'been', 'under', 'the', 'dominion', 'of', 'France', '.']","[9, 10]",1,france,"Until 1962, Algeria had been under the dominion of France.","['Algeria was under French rule until 1962.', 'Algeria was under French rule until 1962.', 'Until 1962 Algeria was under the rule of France.', 'Algeria was under French rule until 1962.', 'Algeria was under French rule until 1962.']" -777,"['The', 'Battle', 'of', 'Battle', 'Mountain', 'was', 'an', 'engagement', 'between', 'United', 'Nations', 'and', 'North', 'Korea', 'early', 'in', 'the', 'Korean', 'War', 'from', 'August', '15', 'to', 'September', '19,', '1950,', 'on', 'and', 'around', 'the', 'Sobuk-san', 'mountain', 'area', 'in', 'South', 'Korea.']","[12, 14]",1,north korea,"The Battle of Battle Mountain was an engagement between United Nations and North Korea early in the Korean War from August 15 to September 19, 1950, on and around the Sobuk-san mountain area in South Korea.","['The Battle of the Battlehill was an operation between the United Nations and North Korea at the beginning of the Korean War from August 15 to September 19, 1950, on and around Mount Sobuk-san in South Korea.', 'The Battle of the Battlehill was an operation between the United Nations and North Korea in the early days of the five-day Korean War between August 15 and September 19, 1950, on and around Mount Sobuk-san in South Korea.', 'The Battle of the Battlehill - at the beginning of the Korean War between the United Nations and North Korea from 15 August to 19 September 1950 around the Sobuk-san Mountains in South Korea.', 'The battle on the battlefield was a pilot project of the United Nations and North Korea during the Korean War from August 15 to September 19, 1950.', 'The battle on the battlefield was one of the first actions between the United Nations and North Korea that took place in the mountains of Sobuk-san, South Korea, early in the Korean War, from August 15 to September 19, 1950.']" -778,"['The', 'match', 'was', 'part', 'of', 'a', 'tournament', 'in', 'Austria,', 'comprising', 'Japan', 'and', 'Austria', 'as', 'well', 'as', 'Chile', 'and', 'Switzerland.']","[12, 13]",1,austria,"The match was part of a tournament in Austria, comprising Japan and Austria as well as Chile and Switzerland.","['The match was part of a tournament in Austria in which, besides Chile and Switzerland, Japan and Austria also participated.', 'The match was part of a tournament in Austria in which, besides Chile and Switzerland, Japan and Austria also participated.', 'The match was part of a tournament in Austria in which, besides Chile and Switzerland, Japan and Austria also participated.', 'The match was part of a tournament in Austria involving Chile, Switzerland, Japan and Austria.', 'The match was part of a tournament in Austria in which three disciplines were played: there were intense duels and a scuffle between Austria and Japan.']" -779,"['He', 'made', 'his', 'Twenty20', 'debut', 'for', 'Free', 'State', 'against', 'Zimbabwe', 'in', 'the', '2016', 'Africa', 'T20', 'Cup', 'on', '9', 'September', '2016.']","[9, 10]",1,zimbabwe,He made his Twenty20 debut for Free State against Zimbabwe in the 2016 Africa T20 Cup on 9 September 2016.,"['He made his 20-minute debut for the Free State on September 9, 2016, in the Africa Cup of Nations against Zimbabwe.', 'He made his 24-goal debut for the Free State on September 9, 2016, in the Africa Cup of Nations against Zimbabwe.', 'He made his 20-goal debut for the Free State on September 9, 2016, in the Africa Cup of Nations against Zimbabwe.', 'The 20-year-old made his debut for the Free State on September 9, 2016, in the Africa Cup of Nations against Zimbabwe.', 'He made his 20-point debut in the Africa Cup of Nations against Zimbabwe on September 9, 2016.']" -780,"[""Bush's"", 'response', 'to', 'the', '9/11', 'terrorist', 'attacks,', 'his', 'actions', 'as', 'commander', 'and', 'chief', 'in', 'initiating', 'and', 'directing', 'the', 'Afghanistan', 'and', 'Iraq', 'conflicts,', 'and', 'his', 'economic', 'policies', 'have', 'been', 'debated', 'heatedly', 'by', 'partisans,', 'analysts,', 'and', 'academics.']","[18, 19]",1,afghanistan,"Bush's response to the 9/11 terrorist attacks, his actions as commander and chief in initiating and directing the Afghanistan and Iraq conflicts, and his economic policies have been debated heatedly by partisans, analysts, and academics.","[""Bush's response to the September 11 terrorist attacks, his actions as commander-in-chief in initiating and directing the conflicts in Afghanistan and Iraq, and his economic policies have been hotly debated by partisans, analysts, and scholars."", ""Bush's response to the September 11 terrorist attacks, his actions as commander-in-chief in initiating and directing the conflicts in Afghanistan and Iraq, and his economic policies have been hotly debated by partisans, analysts, and scholars."", ""Bush's response to the September 11 terrorist attacks, his actions as commander and chief in the creation and management of the conflicts in Afghanistan and Iraq, and his economic policies have been hotly debated by partisans, analysts, and scholars."", ""Bush's response to the September 11 terrorist attacks, his actions as commander-in-chief in initiating and directing the conflicts in Afghanistan and Iraq, and his economic policies have been hotly debated by partisans, analysts, and scholars."", ""Bush's response to the 9 / 11 terrorist attacks, his actions as commander and chief of the concentration camps in Afghanistan and Iraq, and his economic policies have been hotly debated in party circles, analysts, and academics.""]" -781,"['The', 'Ottoman', 'Empire', '(modern-day', 'Turkey)', 'ruled', 'over', 'Lebanon', 'and', 'Syria', 'from', 'its', 'conquest', 'in', 'the', 'sixteenth', 'century,', 'year', '1516,', 'until', 'the', 'end', 'of', 'World', 'War', 'I', 'in', '1918.']","[7, 8]",1,lebanon,"The Ottoman Empire (modern-day Turkey) ruled over Lebanon and Syria from its conquest in the sixteenth century, year 1516, until the end of World War I in 1918.","['The Ottoman Empire (now Turkey) ruled Lebanon and Syria from its conquest in the 16th century, in 1516, until the end of the First World War in 1918.', 'Lebanon and Syria were ruled by the Ottoman Empire (now Turkey) from its conquest in the 16th century, in 1516, until the end of the First World War in 1918.', 'The Ottoman Empire (now Turkey) ruled Lebanon and Syria from the conquest by the Lebanese guerrillas in the 16th century, in 1516, until the end of the First World War in 1918.', 'The Ottoman Empire (now Turkey) ruled Lebanon and Syria from its conquest in the 16th century, in 1516, until the end of the First World War in 1918.', 'Lebanon and Syria were ruled by the Ottoman Empire (now Turkey) from the 16th century (1516) until the end of the First World War in 1918.']" -782,"['As', 'a', 'result,', 'the', 'area', '(in', 'and', 'around', 'the', 'three', 'tributaries', 'that', 'fed', 'into', 'the', 'head', 'of', 'the', 'Connecticut', 'River)', 'was', 'not', 'definitively', 'under', 'the', 'jurisdiction', 'of', 'either', 'the', 'United', 'States', 'or', 'Lower', 'Canada', '(which', 'the.']","[29, 31]",1,united states,"As a result, the area (in and around the three tributaries that fed into the head of the Connecticut River) was not definitively under the jurisdiction of either the United States or Lower Canada (which the.","['Consequently, this area (in and around the three tributaries that flowed into the Connecticut River) was not definitively belonging to either the United States or Lower Canada (which is located at the mouth of the river).', 'As a result, the area (in and around the three tributaries that flowed into the Connecticut River) did not fall definitively under the jurisdiction of the United States and suddenly Canada (as far as the United States is concerned).', 'As a result, the area (within and around the three tributaries that flowed into the upper reaches of the Connecticut River) was under either the United States or Lower Canada.', 'As a result, the area (in and around the three tributaries that flowed into the upper reaches of the Connecticut River) was neither under the jurisdiction of the United States nor of Lower Canada (which enabled the states accessed by international treaties).', 'Accordingly, the area (within and around the three tributaries that flow into the Connecticut River) did not clearly fall within the jurisdiction of the United States or Canada (which flowed into the Connecticut River as the spa town of Kempet).']" -783,"['He', 'studied', 'at', 'Munich', ',', 'from', '1855', 'to', '1859', 'was', 'a', 'member', 'of', 'the', 'staff', 'of', 'the', 'Allgemeine', 'Zeitung', 'of', 'Augsburg,', 'and', 'from', '1859', 'to', '1864', 'editor', 'of', 'the', 'liberal', 'Isar-Zeitung.']","[3, 4]",1,munich,"He studied at Munich, from 1855 to 1859 was a member of the staff of the Allgemeine Zeitung of Augsburg, and from 1859 to 1864 editor of the liberal Isar-Zeitung.","['He studied in Munich, worked for the Allgemeine Zeitung in Augsburg from 1855 to 1859 and was editor of the liberal Isar-Zeitung from 1859 to 1864.', 'He studied in Munich, worked for the Allgemeine Zeitung Augsburg from 1855 to 1859 and was editor of the liberal Isar-Zeitung from 1859 to 1864.', 'He studied in Munich, worked for the Allgemeine Zeitung (AZ) Augsburg from 1855 to 1859 and was editor of the liberal Isar-Zeitung from 1859 to 1864.', 'He studied in Munich, worked for the Allgemeine Zeitung Augsburg from 1855 to 1859 and was editor of the liberal Isar-Zeitung from 1859 to 1864.', 'He studied in Munich, worked for the Allgemeine Zeitung Augsburg from 1855 to 1859 and was editor of the liberal Isar-Zeitung from 1859 to 1864.']" -784,"['Pawo', 'fled', 'Tibet', 'during', 'the', 'uprising', 'against', 'China', 'rule', 'in', '1959,', 'travelling', 'to', 'Bhutan', 'and', 'then', 'on', 'the', 'Kalimpong', 'in', 'India.']","[7, 8]",1,china,"Pawo fled Tibet during the uprising against China rule in 1959, travelling to Bhutan and then on the Kalimpong in India.","['Pawo fled Tibet during the uprising against Chinese rule in 1959 and then traveled to Bhutan and the Kalimpong in India.', 'Pawo fled Tibet in 1959 during the uprising against Chinese rule to Bhutan and then to the Kalimpong in India.', 'Pawo fled Tibet during the uprising against Chinese rule in 1959 and then traveled to Bhutan and then Kalimpong in India.', 'Pawo fled to Tibet during the uprising against Chinese rule in 1959, reaching Bhutan and Kalimpong, India.', 'Pawo fled Tibet during the 1959 uprising against Chinese rule and traveled to Bhutan before landing on the Kalimpong River in India.']" -785,"['India', 'has', 'generated', 'local', 'employment', 'though', 'the', 'building', 'of', 'a', 'drainage', 'system', 'for', 'the', 'hamlet.']","[0, 1]",1,india,India has generated local employment though the building of a drainage system for the hamlet.,"['India has created jobs by building a sewer system for the village.', 'India has created jobs by building a sewer system for the village.', 'India has created jobs in the region by building a municipal wastewater system.', 'India has created local jobs by building a sewage system for this village.', 'Only the construction of the drainage plant for the hamlet has created jobs there.']" -786,"['For', 'purposes', 'of', 'drawing', 'the', 'border,', 'the', 'treaty', 'assumes', 'that', 'France', 'has', 'sovereignty', 'over', 'Matthew', 'and', 'Hunter', 'Islands,', 'but', 'since', 'Vanuatu', 'also', 'claims', 'sovereignty', 'over', 'the', 'islands,', 'the', 'treaty', 'states', 'that', 'the', 'treaty', 'is', '""without', 'prejudice', 'to', 'the', 'sovereign', 'rights', 'of', 'any', 'neighbouring', 'State"".']","[10, 11]",1,france,"For purposes of drawing the border, the treaty assumes that France has sovereignty over Matthew and Hunter Islands, but since Vanuatu also claims sovereignty over the islands, the treaty states that the treaty is""without prejudice to the sovereign rights of any neighbouring State"".","['With regard to demarcation, the Treaty subordinates the sovereignty of France over the Matthew Islands and the Hunter Islands. However, as Vanuatu also claims sovereignty over the islands, the Treaty clarifies that the Treaty ""does not prejudice the sovereignty rights of a neighbouring state.""', 'As the basis for the demarcation, the treaty assumes that France has sovereignty over the Matthew Islands and the Hunter Islands. However, since Vanuatu also claims sovereignty over the islands, the treaty states that the treaty ""does not prejudice the sovereign rights of an adjacent state.""', 'To draw the line, the treaty assumes that France has sovereignty over the Floyd Islands and the Hunter Islands. However, since Vanuatu also claims sovereignty over the islands, the treaty states that this ""does not affect the sovereignty rights of all neighboring states.""', 'With regard to demarcation, the treaty assumes that France has sovereignty over the islands and the Hunter Islands, but since Vanuatu also claims sovereignty over the islands, the treaty states that the treaty ""does not prejudice the sovereignty rights of a neighbouring state.""', 'To define the border, the treaty refers to France\'s sovereignty over the Matthew Islands and the Hunting Islands, but since Vanuatu also claims sovereignty over the islands, the treaty says, the treaty is ""without prejudice to the sovereignty rights of a neighboring state.""']" -787,"['Later,', 'in', 'the', 'early', '2000s,', 'as', 'Romania', 'began', 'to', 'suffer', 'labour', 'shortages', 'due', 'to', 'out-migration', 'of', 'its', 'people', 'to', 'western', 'Europe,', 'they', 'imported', 'migrant', 'workers', 'from', 'China', 'as', 'a', 'result.']","[6, 7]",1,romania,"Later, in the early 2000s, as Romania began to suffer labour shortages due to out-migration of its people to western Europe, they imported migrant workers from China as a result.","['As Romania began to suffer labor shortages in the early 2000s as its population migrated to Western Europe, they imported migrant workers from China as a result.', 'Later, in the early 2000s, when Romania faced labor shortages as its population migrated to Western Europe, they imported migrant workers from China.', 'Later, in the early 2000s, Romania imported migrant workers from China as its population migrated to Western Europe.', 'Later in the early 2000s, when Romania began to suffer labor shortages as its population migrated to Western Europe, they imported migrant workers from China.', 'Later, in the early 2000s, when Romania experienced a labor shortage due to the separation of its population from Western Europe, they imported migrant workers from China.']" -788,"['Iran', 'participated', 'in', 'the', '1990', 'Asian', 'Games', 'held', 'in', 'the', 'capital', 'city', 'of', 'Beijing.']","[0, 1]",1,iran,Iran participated in the 1990 Asian Games held in the capital city of Beijing.,"['Iran took part in the 1990 Asian Games in the capital Beijing.', 'Iran took part in the 1990 Asian Games in the capital Beijing.', 'Iran took part in the 1990 Asian Games in the capital Beijing.', 'Iran took part in the 1990 Asian Games in the capital Beijing.', 'Iran participated in the 1990 Asian Games in Beijing.']" -789,"['Ebbinghaus', 'played', 'for', 'West', 'Germany', 'in', 'the', 'Federation', 'Cup', 'in', '1970', 'and', 'from', '1972', 'to', '1975', 'and', 'from', '1977', 'to', '1979,', 'playing', 'in', 'the', 'semi-finals', 'of', 'the', 'World', 'Group', 'in', '1973', 'and', '1974.']","[3, 5]",1,west germany,"Ebbinghaus played for West Germany in the Federation Cup in 1970 and from 1972 to 1975 and from 1977 to 1979, playing in the semi-finals of the World Group in 1973 and 1974.","['Ebbinghaus played for West Germany in the 1970 FA Cup and from 1972 to 1975 and from 1977 to 1979 in the semi-finals of the World Group in 1973 and 1974.', 'Ebbinghaus played for West Germany in the 1970 European Cup of Champions and in the semi-finals of the 1973 / 1974 World Group in 1972-1975 and 1977-1979.', 'Ebbinghaus played for West Germany in 1970 and 1972 to 1975 and 1977 to 1979 in the FA Cup and even reached the semi-finals of the World Group in 1973 and 1974.', 'Ebbinghaus played in 1970 and 1972 / 1975 as well as 1977 / 79 in the FA Cup for West Germany and reached the semi-finals of the World Group in 1973 and 1974.', 'Ebbinghaus played for West Germany at the 1970 and 1972-1975 World Cups and the 1977-1979 Confederations Cup, reaching the semi-finals of the World Group in 1973 and 1974.']" -790,"['Belarus', 'asserted', 'that', 'the', 'explosion', 'was', 'aimed', 'at', 'undermining', '""peace', 'and', 'stability""', 'and', 'hinted', 'at', 'possible', 'foreign', 'involvement', 'but', 'also', 'ordered', 'an', 'emergency', 'investigation', 'of', 'domestic', 'weapon', 'storage', 'facilities.']","[0, 1]",1,belarus,"Belarus asserted that the explosion was aimed at undermining""peace and stability"" and hinted at possible foreign involvement but also ordered an emergency investigation of domestic weapon storage facilities.","['Belarus claimed the explosion was aimed at undermining ""peace and stability,"" hinted at possible foreign involvement, and also ordered an urgent investigation into its arsenals.', 'Belarus claimed that the explosion was aimed at undermining ""peace and stability,"" hinted at possible foreign interference, and also ordered an emergency investigation of domestic weapons caches.', 'Belarus claimed the explosion was intended to undermine ""peace and stability,"" hinted at possible foreign involvement, and also ordered an emergency investigation of domestic weapons depots.', 'Belarus said the explosion was aimed at undermining ""peace and stability"" and hinted at possible foreign involvement, but also ordered an emergency investigation of the weapons caches in question.', 'Belarus said the explosion was aimed at undermining ""peace and stability,"" hinted at the possible involvement of foreign forces and ordered an investigation into the country\'s arsenals.']" -791,"['After', 'serving', 'in', 'the', 'House', 'of', 'Representatives', 'from', '1976', 'to', '1979,', 'representing', 'his', 'native', 'Cabo', 'Rojo', ',', 'Puerto', 'Rico,', 'Fas', 'Alzamora', 'was', 'elected', 'to', 'the', 'Senate', 'of', 'Puerto', 'Rico', 'in', '1980,', 'representing', 'the', 'District', 'of', 'Mayagüez.']","[14, 16]",1,cabo rojo,"After serving in the House of Representatives from 1976 to 1979, representing his native Cabo Rojo, Puerto Rico, Fas Alzamora was elected to the Senate of Puerto Rico in 1980, representing the District of Mayagüez.","['After being elected to the House of Representatives in his hometown of Cabo Rojo, Puerto Rico, from 1976 to 1979, Fas Alzamora was elected to the Puerto Rican Senate in 1980 as the representative of the Mayagüez district.', 'Fas Alzamora was a member of the Puerto Rican Senate in his native Cabo Rojo from 1976 to 1979 and was elected to the Puerto Rican Senate in 1980 as the representative of the Mayagüez district.', 'After serving in the House of Representatives of the State of Puerto Rico from 1976 to 1979, Fas Alzamora was elected to the Puerto Rican Senate in 1980, representing the district of Mayagüez.', 'After the elections to the House of Representatives from 1976 to 1979, in which he represented his hometown of Cabo Rojo in Puerto Rico, Fas Alzamora was elected to the Puerto Rican Senate in 1980, where he represented the district of Mayagüez.', 'After serving in the House of Representatives from 1976 to 1979 in his native Cabo Rojo, Puerto Rico, Fas Alzamora was elected to the Senate in 1980 for the district of Mayagüez.']" -792,"['The', 'uprising', 'reflected', 'a', 'change', 'in', 'attitude', 'towards', 'France', '.']","[8, 9]",1,france,The uprising reflected a change in attitude towards France.,"['The uprising reflected a shift in attitudes toward France.', 'The uprising reflected a shift in attitudes toward France.', 'The revolt reflected a shift in how France is treated.', 'The uprising reflected a change of course against France.', 'The uprising reflected a ghost shift against France.']" -793,"['China', 'experiences', 'periodic', 'outbreaks', 'of', 'northern', 'armyworm', 'infestation.']","[0, 1]",1,china,China experiences periodic outbreaks of northern armyworm infestation.,"['China regularly experiences outbreaks of the northern worm infestation.', 'China experiences periodic outbreaks of pleurisy in the North.', 'China periodically experiences outbreaks of the northern gamma worm.', 'Outbreaks of shingles are widespread in China.', 'In China, the northern worm infestation spreads regularly.']" -794,"['The', 'Netherlands', 'entry', 'for', 'the', 'Eurovision', 'Song', 'Contest', '2010', 'will', 'be', 'organised', 'by', 'TROS.']","[1, 2]",1,netherlands,The Netherlands entry for the Eurovision Song Contest 2010 will be organised by TROS.,"['The Dutch entry to the Eurovision Song Contest 2010 is organized by TROS.', 'The Dutch entry to the Eurovision Song Contest 2010 is organized by TROS.', 'The Dutch entry to the Eurovision Song Contest 2010 is organized by TROS.', 'The Dutch entry to the Eurovision Song Contest 2010 is organized by the band TROS.', 'The Dutch entry to the Eurovision Song Contest 2010 is organised by the disability organisation TROS.']" -795,"['News', 'of', 'the', 'battle', 'provoked', 'euphoria', 'in', 'Britain,', 'and', 'led', 'William', 'Pitt', 'to', 'take', 'a', 'much', 'tougher', 'line', 'in', 'the', 'ongoing', 'peace', 'negotiations', 'with', 'France', '.']","[24, 25]",1,france,"News of the battle provoked euphoria in Britain, and led William Pitt to take a much tougher line in the ongoing peace negotiations with France.","['The news has sparked euphoria in Britain and prompted William Pitt to take a much tougher line in ongoing peace talks with France.', 'News of the battle sparked euphoria in Britain and prompted William Pitt to take a much tougher line in ongoing peace negotiations with France.', 'News of the battle sparked euphoria in Britain and prompted William Pitt to take a much tougher line in ongoing peace negotiations with France.', 'News of the battle sparked euphoria in Britain and led to a much tougher stance in the current peace negotiations with France.', 'News of the battle sparked euphoria in Britain and pushed William Pitt to take a much tougher line in ongoing peace negotiations with France.']" -796,"['Germany', 'were', 'placed', 'in', 'Zone', 'A', 'of', 'the', 'AFC', 'and', 'OFC', 'qualification', 'in', 'Seoul,', 'South', 'Korea.']","[0, 1]",1,germany,"Germany were placed in Zone A of the AFC and OFC qualification in Seoul, South Korea.","['Germany was ranked in Zone A in the qualification of the AFC and OFC in Seoul / South Korea.', 'Germany were drawn into Group A in the AFC and OFC qualifiers in Seoul, South Korea.', 'The German national team was placed in Zone A of the AFC and OFC qualifiers in Seoul, South Korea.', 'Germany were placed in Group A of the AFC and OFC qualifiers in Seoul, South Korea.', 'Germany has been included in Group A for qualification to the AFC and OFC in Seoul, South Korea.']" -797,"['Before', 'Hong', ""Kong's"", 'handover', 'to', 'Beijing', 'in', '1997,', 'he', 'had', 'produced', 'and', 'presented', 'many', 'programmes.']","[5, 6]",1,beijing,"Before Hong Kong's handover to Beijing in 1997, he had produced and presented many programmes.","[""Before Hong Kong's handover to Beijing in 1997, he had produced and presented many programs."", 'He had produced and presented many programmes before handing over Hong Kong to Beijing in 1997.', 'By the time Hong Kong was handed over to Beijing in 1997, he had already produced and presented many programmes.', 'Before handing over Hong Kong to Beijing in 1997, he had already produced and presented numerous programmes.', 'He produced and presented many programs before the government was handed over from Hong Kong to Beijing in 1997.']" -798,"['Following', 'the', 'June', '25,', '1950,', 'outbreak', 'of', 'the', 'Korean', 'War', 'as', 'a', 'result', 'of', 'the', 'invasion', 'of', 'the', 'Republic', 'of', 'Korea', '(South', 'Korea)', 'by', 'its', 'northern', 'neighbor,', 'the', 'Democratic', ""People's"", 'Republic', 'of', 'Korea,', 'the', 'United', 'Nations', 'committed', 'troops', 'to', 'the', 'conflict', 'in', 'support', 'of', 'South', 'Korea', '.']","[44, 46]",1,south korea,"Following the June 25, 1950, outbreak of the Korean War as a result of the invasion of the Republic of Korea (South Korea) by its northern neighbor, the Democratic People's Republic of Korea, the United Nations committed troops to the conflict in support of South Korea.","[""Following the outbreak of the Korean War following the invasion of the Republic of Korea (South Korea) by its northern neighbour, the Democratic People's Republic of Korea, on 25 June 1950, the United Nations sent troops to assist South Korea in the conflict."", ""After the outbreak of the Korean War following the invasion of the Republic of Korea (South Korea) by its northern neighbour, the Democratic People's Republic of Korea, on 25 June 1950, the United Nations supported the conflict with troops."", ""After 25 June 1950, the outbreak of the Korean War following the invasion of the Republic of Korea (South Korea) by its northern neighbour, the Democratic People's Republic of Korea, the United Nations sent troops into the conflict in support of South Korea."", ""After the outbreak of the Korean War in 2005, following the invasion of the Republic of Korea by the North's neighbor, the Democratic People's Republic of Korea, the United Nations swore in troops in support of South Korea on 25 June 1950."", ""Following the invasion of the Republic of Korea (South Korea) by its northern neighbour, the Democratic People's Republic of Korea (Taiwan), on 25 June 1950, the United Nations began sending troops to support South Korea in the conflict.""]" -799,"['She', 'is', 'the', 'author', 'of', 'several', 'books', 'on', 'Russia', ""'s"", 'foreign', 'policy.']","[8, 9]",1,russia,She is the author of several books on Russia's foreign policy.,"['She is the author of several books on Russian foreign policy.', 'She is the author of several books on Russian foreign policy.', 'She is the author of several books on Russian foreign policy.', 'She is the author of several books on Russian foreign policy.', ""She has written several books on Russia's foreign policy.""]" -800,"['He', 'was', 'CEO', 'of', 'the', 'MMO', 'Games', 'publisher', 'Frogster', 'Interactive', 'Pictures', 'AG', '(now', 'Gameforge', 'Berlin', 'AG),', 'listed', 'at', 'Frankfurt', 'from', '2006', 'until', 'its', 'takeover', 'in', '2010.']","[18, 19]",1,frankfurt,"He was CEO of the MMO Games publisher Frogster Interactive Pictures AG (now Gameforge Berlin AG), listed at Frankfurt from 2006 until its takeover in 2010.","['From 2006 until his takeover in 2010, he was CEO of Frogster Interactive Pictures AG (now Gameforge Berlin AG).', 'From 2006 until his takeover in 2010, he was CEO of Frogster Interactive Pictures AG (now Gameforge Berlin AG), a publisher listed on the Frankfurt Stock Exchange.', 'He was CEO of the game publisher Frogster Interactive Pictures AG (now Gameforge Berlin AG), which was listed in Frankfurt from 2006 until its takeover in 2010.', 'From 2006 to 2010, he was Chairman of the Board of Directors of Frogster Interactive Pictures AG (today: Gameforge Berlin AG), a listed game publisher in Frankfurt.', 'From 2006 to 2010, he was CEO of the Frankfurt-listed MMO Games Publisher Frogster Interactive Pictures AG (now Gameforge Berlin AG).']" -801,"['Bangladesh', 'has', 'plan', 'to', 'acquire', 'eight', 'vessels', 'of', 'this', 'class.']","[0, 1]",1,bangladesh,Bangladesh has plan to acquire eight vessels of this class.,"['Bangladesh plans to purchase eight vessels of this class.', 'Bangladesh intends to acquire eight vessels of this class.', 'Bangladesh intends to acquire eight vessels of this class.', 'Bangladesh plans to purchase eight vessels of this class.', 'Bangladesh plans to purchase eight vessels of this class.']" -802,"['The', 'United', 'States', 'had', 'the', 'most', 'success', 'in', 'the', 'event,', 'gathering', 'eleven', 'medals', 'over', 'the', 'six', 'editions.']","[1, 3]",1,united states,"The United States had the most success in the event, gathering eleven medals over the six editions.","['The United States had the biggest success with eleven medals in the six editions.', 'The USA were the most successful in this discipline, winning eleven medals in six editions.', 'The most successful was the United States, which won 11 medals in six editions.', 'The most successful in this competition was the USA, who won eleven medals in the six editions.', 'The greatest success in this competition was achieved by the USA, who won eleven medals in the six disciplines.']" -803,"['By', 'the', 'early', '20th', 'century,', 'two', 'non-European', 'states,', 'Japan', 'and', 'the', 'United', 'States', 'of', 'America,', 'would', 'come', 'to', 'be', 'respected', 'as', 'fellow', 'Great', 'Powers.']","[8, 9]",1,japan,"By the early 20th century, two non-European states, Japan and the United States of America, would come to be respected as fellow Great Powers.","['At the beginning of the twentieth century, two non-European states, Japan and the United States of America, became other great powers.', 'In the early twentieth century, two non-European states, Japan and the United States of America, were recognized as further great powers.', 'At the beginning of the twentieth century, the two non-European states of Japan and the United States of America were recognized as other great powers.', 'At the beginning of the 20th century, two non-European states, Japan and the United States of America, were respected as other great powers.', 'In the early twentieth century, two non-European states, Japan and the United States of America, were respected as other great powers.']" -804,"['Charles', 'de', 'Gaulle', 'despised', 'him', 'and', 'France', 'refused', 'to', 'assist', 'him.']","[6, 7]",1,france,Charles de Gaulle despised him and France refused to assist him.,"['Charles de Gaulle despised him and France refused to help him.', 'Charles de Gaulle despised him and France refused to help him.', 'Charles de Gaulle despised him and France refused to support him.', 'Charles de Gaulle despised him and France refused to help him.', 'Charles de Gaulle despised him, and France rejected him.']" -805,"['Bosnia', 'and', 'Herzegovina', 'declared', 'independence', 'from', 'Yugoslavia', 'in', 'March', '1992.']","[6, 7]",1,yugoslavia,Bosnia and Herzegovina declared independence from Yugoslavia in March 1992.,"['Bosnia and Herzegovina declared independence from Yugoslavia in March 1992.', 'Bosnia and Herzegovina declared independence from Yugoslavia in March 1992.', 'Bosnia and Herzegovina declared independence from Yugoslavia in March 1992.', 'Bosnia-Herzegovina declared independence from Yugoslavia in March 1992.', 'Bosnia and Herzegovina declared independence from Yugoslavia in March 1992.']" -806,"['Germany', ""'s"", 'occupation', 'of', 'Norway', 'from', '1940', 'to', '1945,', 'he', 'was', 'a', 'coordinator', 'of', 'the', 'cooperation', 'with', 'the', 'Norwegian', 'government-in-exile', 'and', 'the', 'Norwegian', 'resistance', 'movement.']","[0, 1]",1,germany,"Germany's occupation of Norway from 1940 to 1945, he was a coordinator of the cooperation with the Norwegian government-in-exile and the Norwegian resistance movement.","['During the German occupation of Norway from 1940 to 1945, he coordinated cooperation with the Norwegian government in exile and the Norwegian resistance movement.', 'During the German occupation of Norway from 1940 to 1945, he coordinated cooperation with the Norwegian government in exile and the Norwegian resistance movement.', 'During the occupation of Norway between 1940 and 1945, he coordinated cooperation with the Norwegian government in exile and the Norwegian resistance movement.', 'During the German occupation of Norway between 1940 and 1945, he coordinated cooperation with the Norwegian government in exile and the Norwegian resistance movement.', 'During the German occupation of Norway between 1940 and 1945, he was responsible as coordinator for the cooperation with the Norwegian government in exile and the resistance in Norway.']" -807,"['Like', 'most', 'developing', 'countries', 'in', 'Africa,', 'Ghana', 'has', 'relied', 'mainly', 'on', 'cocoa,', 'minerals,', 'and', 'timber', 'as', 'the', 'main', 'exports', 'of', 'its', 'economy.']","[6, 7]",1,ghana,"Like most developing countries in Africa, Ghana has relied mainly on cocoa, minerals, and timber as the main exports of its economy.","['Like most developing countries in Africa, Ghana, as the main exporter of its economy, relies mainly on cocoa, minerals and timber.', 'Like most developing countries in Africa, Ghana relies mainly on cocoa, minerals and timber as the main exports of its economy.', 'Like most developing countries in Africa, Ghana, as the main exporter of its economy, was primarily dependent on cocoa, minerals and timber.', 'Like most developing countries in Africa, Ghana, as the main exporter of its economy, relies predominantly on cocoa, minerals and timber.', 'Like most developing countries in Africa, Ghana, as the main exporter of its economy, relies mainly on cocoa, minerals and timber.']" -808,"['January', '31', '–', 'The', 'United', 'States', 'deactivates', 'its', 'Ground', 'Observer', 'Corps.']","[4, 6]",1,united states,January 31 – The United States deactivates its Ground Observer Corps.,"['January 31 - The US deactivates its observer corps for ground troops.', 'January 31: The US deactivates its ground observation corps.', 'January 31 - The US completes its ground observation mission.', 'January 31 - The United States deploys its ground observation corps.', 'January 31: The US deactivates the ground observation corpses.']" -809,"['It', 'was', 'commissioned', 'in', 'about', '1562,', 'by', 'Francesco', ""de'"", 'Medici', 'for', 'a', 'fountain', 'in', 'Florence,', 'but', 'was', 'later', 'sent', 'as', 'a', 'gift', 'to', 'Spain', '.']","[23, 24]",1,spain,"It was commissioned in about 1562, by Francesco de' Medici for a fountain in Florence, but was later sent as a gift to Spain.","[""It was commissioned around 1562 by Francesco de 'Medici for a fountain in Florence, but later donated to Spain."", ""Around 1562 it was commissioned by Francesco de 'Medici for a fountain in Florence, but was later shipped to Spain as a gift."", ""It was built in 1562 by Francesco de 'Medici for a fountain in Florence, but was later sent to Spain as a gift."", 'Medici had a fountain built in Florence around 1562, which was later donated to Spain.', ""The fountain was commissioned around 1562 by Francesco de 'Medici, who built the fountain in Florence and later sent it to Spain as a gift.""]" -810,"['The', 'Embassy', 'of', 'Belarus', 'in', 'London', 'is', 'the', 'diplomatic', 'mission', 'of', 'Belarus', 'in', 'the', 'United', 'Kingdom.']","[11, 12]",1,belarus,The Embassy of Belarus in London is the diplomatic mission of Belarus in the United Kingdom.,"['The Embassy of Belarus in London is the diplomatic representation of Belarus in the United Kingdom.', 'The Embassy of Belarus in London is the diplomatic representation of Belarus in the United Kingdom.', 'The Embassy of Belarus in London is the diplomatic representation of Belarus in the United Kingdom.', 'The Belarusian Embassy in London is the diplomatic representation of Belarus in Great Britain.', 'The Embassy of Belarus in London is the diplomatic mission of the Republic of Belarus to the United Kingdom.']" -811,"['China', 'felt', 'the', 'ban', 'would', 'be', 'short', 'lived', 'due', 'to', 'the', ""nation's"", 'demand', 'for', 'tiger', 'parts.']","[0, 1]",1,china,China felt the ban would be short lived due to the nation's demand for tiger parts.,"[""China thought the ban was short-lived, given the country's demand for tiger parts."", 'China believed that a ban would be short-lived because of the national need for tiger parts.', ""China believes the ban could be short-lived because of the country's demand for tiger parts."", 'China saw the ban as a short-lived measure because the nation demanded tiger parts.', ""China considered the ban feasible because of the country's dependence on tiger parts.""]" -812,"['Did', 'they', 'go', 'but', 'face', 'other', 'teams', 'and', 'do', 'other', 'events,', 'or', 'find', 'that', 'Israel', 'was', 'going', 'to', 'be', 'there', 'and', 'turned', 'away?']","[14, 15]",1,israel,"Did they go but face other teams and do other events, or find that Israel was going to be there and turned away?","['Do they go to other teams and hold other events, or do they realize that Israel will be there and turn away?', 'Have they dealt with other teams and held other events, or found that Israel was present and turned away?', 'Have they stood up to other teams and participated in other events, or found that Israel wanted to be there and turned its back on them?', 'Did they just face other teams and do different things, or did they notice that Israel was there and turned away?', 'Did they simply stand up to other teams and organise other events there, or did they realise that Israel was there and was rejected?']" -813,"['Krüger', 'represents', 'Sweden', 'in', 'international', 'play,', 'helping', 'his', 'country', 'capture', 'a', 'bronze', 'medal', 'at', 'the', 'junior', 'level', 'and', 'a', 'silver', 'medal', 'in', 'senior', 'international', 'play.']","[2, 3]",1,sweden,"Krüger represents Sweden in international play, helping his country capture a bronze medal at the junior level and a silver medal in senior international play.","[""Krueger represents Sweden in the international game, helping his country to a bronze medal in the women's junior and a silver medal in the senior."", ""Krueger represents Sweden in the international game and has helped his country to a bronze medal in the women's junior and a silver medal in the international final."", 'Krueger represents Sweden in the international game with a bronze medal in the junior class and a silver medal in the senior class.', 'Krueger represents Sweden in the international game and helped his country win gold in the junior and silver in the senior.', 'Krueger represents Sweden in the international game and helped his country to bronze in the junior and silver in the senior.']" -814,"['Similar', 'real-live', 'analogy', 'is,', 'had', 'Axis', 'won', 'WW2,', 'we', 'will', 'now', 'live', 'knowing', 'US', 'and', 'their', 'allies', 'as', 'evil', 'being', 'with', 'Jews', 'as', 'an', 'infection', 'of', 'the', 'world', 'that', 'need', 'to', 'be', 'removed', '(Thank', 'God', 'Alliance', 'won).']","[13, 14]",1,us,"Similar real-live analogy is, had Axis won WW2, we will now live knowing US and their allies as evil being with Jews as an infection of the world that need to be removed (Thank God Alliance won).","['A similar analogy from reality is that if the Axis had won World War II, we would now see the US and its allies as a villain with the Jews, as a contagion of the world that must be eliminated (fortunately, the Alliance won).', 'Similar analogies in real life are that if the Axis had won World War II, we would now know the US and its allies as evil beings, with Jews as the infection of the world to be eliminated (fortunately, the Alliance won).', 'A similar analogy in reality: if we had won World War II, we would be living today, in which we regard the US and its allies as evil creatures, and the Jews as an infection of the world to be eliminated (fortunately, the Alliance won).', 'A similar illustrative analogy is that if the Axis had won World War II, we would be alive today if the US and its allies, as a creature of evil, appeared to the Jews as an infection of the world to be eradicated (which, thank God, won alliance).', 'A similar analogy of reality is that if the Axis had won World War II, we would be alive today if we understood the US and its allies as evil beings and the Jews as an infection of the world to be eliminated (thank God the Alliance won), Croatia and Ukraine as destructive enemies to be destroyed.']" -815,"['The', 'Danes', 'attack', 'Estonia', '.']","[3, 4]",1,estonia,The Danes attack Estonia.,"['The Danes attack Estonia.', 'The Danes attack Estonia.', 'The Danes attack Estonia.', 'The Danes attack Estonia.', 'The Danes attack Estonia.']" -816,"['Beretić', 'represented', 'Serbia', 'and', 'Montenegro', 'at', 'the', '2004', 'Summer', 'Olympics.']","[4, 5]",1,montenegro,Beretić represented Serbia and Montenegro at the 2004 Summer Olympics.,"['Beretić represented Serbia and Montenegro at the 2004 Summer Olympics.', 'Beretić represented Serbia and Montenegro at the 2004 Summer Olympics.', 'Beretić represented Serbia and Montenegro at the 2004 Summer Olympics.', 'Beretić represented Serbia and Montenegro at the 2004 Summer Olympics.', 'Beretić represented Serbia and Montenegro at the 2004 Summer Olympics.']" -817,"['This', 'source', 'does', 'not', 'verify', 'that', '""', 'Saudi', 'Arabia', 'donated', 'over', 'US$3.3', 'million,', 'more', 'than', 'any', 'other', 'country"".']","[7, 9]",1,saudi arabia,"This source does not verify that"" Saudi Arabia donated over US$3.3 million, more than any other country"".","['The source did not confirm that ""Saudi Arabia has donated more than $3.3 million, more than any other country.""', 'The source did not confirm that ""Saudi Arabia has donated more than $3.3 million, more than any other country.""', 'The source did not confirm that ""Saudi Arabia has donated more than $3.3 million, more than any other country.""', 'This source does not prove that ""Saudi Arabia has donated more than $3.3 million, more than any other country.""', 'The source did not confirm that ""Saudi Arabia has donated more than $3.3 million, more than any other country.""']" -818,"['He', 'is', 'most', 'famous', 'for', 'playing', 'for', 'the', 'Hungarian', 'national', 'team', 'at', 'the', '1986', 'FIFA', 'World', 'Cup', 'in', 'Mexico,', 'where', 'Hungary', 'failed', 'to', 'progress', 'from', 'the', 'group', 'stage.']","[20, 21]",1,hungary,"He is most famous for playing for the Hungarian national team at the 1986 FIFA World Cup in Mexico, where Hungary failed to progress from the group stage.","['He is best known as a player for the Hungarian national team at the 1986 World Cup in Mexico, where Hungary failed to get beyond the group stage.', 'He became famous for playing for the Hungarian national team at the 1986 World Cup in Mexico, where Hungary missed out on qualification for the group stage.', 'He is known for his performances for the Hungarian national team at the 1986 World Cup in Mexico, where the Hungarian club did not get beyond the group stage.', 'He was best known for playing at the 1986 World Cup in Mexico, when Hungary were eliminated in the group stage.', 'His fame came mainly from playing for the Hungarian national team at the 1986 World Cup in Mexico, where Hungary did not get beyond the group stage.']" -819,"['They', 'qualified', 'for', 'the', '2011', 'Youth', 'World', 'Cup', 'in', 'Columbia', 'by', 'beating', 'the', 'Solomon', 'Islands', '3–0,', 'New', 'Caledonia', '10–0,', 'Fiji', '6–0', 'and', 'won', 'the', 'Final', '3–1', 'over', 'the', 'Solomon', 'Islands', '.']","[28, 30]",1,solomon islands,"They qualified for the 2011 Youth World Cup in Columbia by beating the Solomon Islands 3–0, New Caledonia 10–0, Fiji 6–0 and won the Final 3–1 over the Solomon Islands.","['They qualified for the 2011 Youth World Cup in Colombia with victories over the Solomon Islands (3-0), New Caledonia (10-0) and Fiji (6-0) and defeated the Solomon Islands (4-0) in the final.', 'They qualified for the 2011 World Youth Championship in Colombia by defeating the Solomon Islands 3-0, New Caledonia 10-0 and Fiji 6-0 and winning the final 3-1 against the Solomon Islands.', 'They qualified for the 2011 World Youth Championship in Colombia by defeating the Solomon Islands 3-0, New Caledonia 10-0 and Fiji 6-0 and winning the final 3-1 against the Solomon Islands.', 'They qualified for the 2011 Youth World Cup in Colombia with three wins against the Solomon Islands, New Caledonia (10-0), Fiji (6-0) and Norway (3-1).', 'They qualified for the 2011 World Youth Championship in Colombia by beating the Solomon Islands 3-0, New Caledonia 10-0, Fiji 6-0 and the Solomon Islands 3-1 in the final.']" -820,"['Mexico–Nicaragua', 'relations', 'refers', 'to', 'the', 'diplomatic', 'relations', 'between', 'Mexico', 'and', 'Nicaragua', '.']","[10, 11]",1,nicaragua,Mexico–Nicaragua relations refers to the diplomatic relations between Mexico and Nicaragua.,"['Mexico-Nicaragua relations are based on diplomatic relations between Mexico and Nicaragua.', 'Mexican-Nicaraguan relations relate to diplomatic relations between Mexico and Nicaragua.', 'Mexico-Nicaragua relations relate to diplomatic relations between Mexico and Nicaragua.', 'Mexico-Nicaragua relations relate to diplomatic relations between Mexico and Nicaragua.', 'Mexico-Nicaragua relations relate to diplomatic relations between Mexico and Nicaragua.']" -821,"['A', 'former', 'high', 'voltage', 'line', 'help', 'to', 'place', 'the', 'power', 'plant', 'there,', 'because', 'since', 'the', '1970s', 'Ukraine', 'was', 'a', 'large', 'electricity', 'supplier', 'of', 'Hungary', 'through', 'the', 'Albertirsa-Zahidnoukrainska', '750', 'kV', 'transmission', 'line.']","[16, 17]",1,ukraine,"A former high voltage line help to place the power plant there, because since the 1970s Ukraine was a large electricity supplier of Hungary through the Albertirsa-Zahidnoukrainska 750 kV transmission line.","['There, the power plant was laid through a former high-voltage transmission line, as Ukraine has been an important supplier of electricity to Hungary since the 1970s with its 750 kV Albertirsa-Zahidnoukrainska line.', 'A former high-voltage power line contributed to the construction of the power plant, as Ukraine has been an important electricity supplier in Hungary since the 1970s thanks to a 750 kV Albertirsa-Zahidnoukrainska line.', 'A former high-voltage transmission line helped to install the power plant there because Ukraine has been an important supplier of electricity to Hungary since the 1970s through the 750 CT Albertirsa-Zahidnoukrainska line.', 'The former high-voltage transmission line was an important location for this, as Ukraine has been supplying Hungary with electricity via the 750 kV Albertirsa-Zahidnoukrainska line since the 1970s.', ""A former high-voltage transmission line has helped to place the power plant there, as Ukraine has been working on the 750 kV Albertirsa-Zahidnoukrainska transmission line as Hungary's main electricity supplier since the 1970s.""]" -822,"['Before', 'Spain', 'he', 'represented', 'his', 'native', 'Cuba', ',', 'competing', 'at', 'the', '1991', 'World', 'Championships', 'where', 'he', 'reached', 'the', 'semifinals.']","[6, 7]",1,cuba,"Before Spain he represented his native Cuba, competing at the 1991 World Championships where he reached the semifinals.","['Before Spain, he represented his homeland Cuba, which reached the semi-finals at the 1991 World Cup.', 'Before Spain, he represented his homeland Cuba at the 1991 World Cup, when he reached the semi-finals.', 'Even before Spain, he represented his homeland Cuba at the 1991 World Cup, when he reached the semi-finals.', ""Before that, Spain's national coach had dreamed of the 1991 World Cup, where he reached the semi-finals."", 'Cuba followed Spain in 1991, reaching the semi-finals of the World Cup.']" -823,"['Groups', 'interested', 'in', 'freeing', 'Mozambique', 'from', 'Portuguese', 'colonial', 'rule', 'and', 'making', 'it', 'an', 'independent', 'nation', 'emerged', 'in', 'the', 'early', '1900s,', 'shortly', 'after', 'Portugal', 'had', 'defeated', 'the', 'last', 'of', 'the', 'native', 'chieftaincies', 'and', 'established', 'effective', 'control', 'over', 'the', 'territory.']","[4, 5]",1,mozambique,"Groups interested in freeing Mozambique from Portuguese colonial rule and making it an independent nation emerged in the early 1900s, shortly after Portugal had defeated the last of the native chieftaincies and established effective control over the territory.","['Groups interested in liberating Mozambique from Portuguese colonial rule and making it an independent nation formed in the early twentieth century, shortly after Portugal had defeated the last indigenous chiefs and established effective control over the territory.', 'At the beginning of the twentieth century, groups emerged to liberate Mozambique from Portuguese colonial rule and make it an independent nation, shortly after Portugal had defeated the last of the indigenous peoples and established effective control over the territory.', 'Groups seeking to free Mozambique from Portuguese colonial rule and make it an independent nation emerged in the early nineteenth century, shortly after Portugal defeated the last of the guardians of justice and gained effective control of the territory.', 'Groups interested in liberating Mozambique from Portuguese colonial rule and making it an independent nation formed in the early nineteenth century, shortly after Portugal had defeated the last indigenous princes and established effective control over the territory.', 'In the spring of the last century, groups interested in liberating Mozambique from its colonial empire and establishing an independent nation emerged shortly after Portugal had defeated the last indigenous peoples and established effective control over the territory.']" -824,"['In', 'September', '2008,', 'perhaps', 'in', 'response', 'to', ""Nicaragua's"", 'support', 'over', 'the', 'breakaway', 'Georgian', 'territories,', 'Russia', 'offered', 'to', 'strengthen', 'ties', 'with', 'Nicaragua', 'and', 'to', 'provide', 'aid', 'to', 'Nicaragua', 'to', 'help', 'rebuild', 'areas', 'damaged', 'by', 'hurricanes.']","[26, 27]",1,nicaragua,"In September 2008, perhaps in response to Nicaragua's support over the breakaway Georgian territories, Russia offered to strengthen ties with Nicaragua and to provide aid to Nicaragua to help rebuild areas damaged by hurricanes.","[""In response to Nicaragua's support for Georgia's breakaway territories, Russia offered in September 2008 to strengthen relations with Nicaragua and help Nicaragua rebuild areas devastated by the hurricane."", ""In September 2008, perhaps in response to Nicaragua's support for Georgia's breakaway territories, Russia offered to strengthen relations with Nicaragua and help Nicaragua rebuild hurricane-ravaged areas."", ""In September 2008, perhaps in response to Nicaragua's support for Georgia's breakaway territories, Russia offered to strengthen relations with Nicaragua and help Nicaragua rebuild hurricane-ravaged areas."", ""In September 2008, possibly in response to Nicaragua's support for Georgia's breakaway territories, Russia offered to strengthen relations with Nicaragua and help Nicaragua rebuild hurricane-ravaged areas."", ""Russia offered Nicaragua in September 2008, possibly in response to Nicaragua's support for Georgia's breakaway territories, to strengthen ties with Nicaragua and help Nicaragua rebuild hurricane-ravaged areas.""]" -825,"['The', 'Royal', 'Charter', 'of', '27', 'March', '1668', 'was', 'an', 'agreement', 'between', 'the', 'Kingdom', 'of', 'England', 'and', 'the', 'English', 'East', 'India', 'Company.']","[12, 15]",1,kingdom of england,The Royal Charter of 27 March 1668 was an agreement between the Kingdom of England and the English East India Company.,"['The Royal Charter of 27 March 1668 was an agreement between the Kingdom of England and the English East India Company.', 'The Royal Charter of 27 March 1668 was an agreement between the Kingdom of England and the East India Company.', 'The Royal Charter of 27 March 1668 was an agreement between the Kingdom of England and the English East India Company.', 'The Royal Charter of 27 March 1668 was an agreement between the Kingdom of England and the English East India Company.', 'The Royal Charter of 27 March 1668 was a treaty between the Kingdom of England and the English Eastern India Company.']" -826,"['March', '25:', 'Treaty', 'of', 'Vienna,', 'between', 'Great', 'Britain,', 'Austria,', 'Russia,', 'and', 'Prussia', ',', 'confirming', 'the', 'principles', 'on', 'which', 'they', 'had', 'acted', 'by', 'the', 'Treaty', 'of', 'Chaumont,', 'March', '1,', '1814.']","[11, 12]",1,prussia,"March 25: Treaty of Vienna, between Great Britain, Austria, Russia, and Prussia, confirming the principles on which they had acted by the Treaty of Chaumont, March 1, 1814.","['March 25: Treaty of Vienna between Great Britain, Austria, Russia and Prussia confirming the principles according to which they had acted with the Treaty of Chaumont on March 1, 1814.', '25 March: Treaty of Vienna between Great Britain, Austria, Russia and Prussia confirming the principles according to which they had acted in the Treaty of Chaumont of 1 March 1814.', 'March 25: Treaty of Vienna between Great Britain, Austria, Russia and Prussia confirming the principles of the Chaumont Peace Treaty of March 1, 1814.', 'March 25: Treaty of Vienna between Great Britain, Austria, Russia and Prussia confirming the principles by which they operated under the Treaty of Chaumont of March 1, 1814.', 'March 25: The Treaty of Vienna between Great Britain, Austria, Russia and Prussia confirms the principles according to which they had acted by the Treaty of Chaumont on March 1, 1814.']" -827,"['He', 'also', 'featured', 'in', 'the', 'Zambian', 'team', 'that', 'hosted', 'Kenya,', 'Uganda', 'and', 'Ghana', 'during', ""Zambia's"", 'independence', 'celebrations', 'in', 'October', 'of', 'the', 'same', 'year.']","[10, 11]",1,uganda,"He also featured in the Zambian team that hosted Kenya, Uganda and Ghana during Zambia's independence celebrations in October of the same year.","['He was also a member of the Zambian team that hosted Kenya, Uganda and Ghana during Zambian independence celebrations in October of that year.', ""He was also part of the Zambian team that hosted Kenya, Uganda and Ghana at Zambia's independence celebrations in October of that year."", ""He was also part of the Zambia team that received Kenya, Uganda and Ghana during Zambia's independence celebrations in October of that year."", 'He was also a member of the Zambian team that welcomed Kenya, Uganda and Ghana during Zambian independence celebrations in October of that year.', ""He was also part of the Zambian team that hosted Kenya, Uganda and Ghana at Zambia's independence ceremony in October of that year.""]" -828,"['Participating', 'nations', 'were:', 'titleholders', 'Australia,', 'Great', 'Britain,', 'Netherlands,', 'Pakistan', ',', 'Soviet', 'Union', 'and', 'Germany.']","[8, 9]",1,pakistan,"Participating nations were: titleholders Australia, Great Britain, Netherlands, Pakistan, Soviet Union and Germany.","['Participants: the defending champions Australia, Great Britain, the Netherlands, Pakistan, the Soviet Union and Germany.', 'The winners were Australia, Great Britain, the Netherlands, Pakistan, the Soviet Union and Germany.', 'Participating nations were Australia, Great Britain, the Netherlands, Pakistan, the Soviet Union and Germany.', 'Participants were Australia, Great Britain, the Netherlands, Pakistan, the Soviet state and Germany.', 'They included defending champions Australia, Great Britain, the Netherlands, Pakistan, the Soviet Union and Germany.']" -829,"['The', 'next', 'year,', 'Pereira', 'was', 'the', 'captain', 'of', 'New', 'Zealand', 'who', 'won', 'the', 'OFC', 'U-20s,', 'and', 'was', 'given', 'the', 'Golden', 'Ball', 'as', 'the', 'best', 'player', 'of', 'the', 'tournament.']","[8, 10]",1,new zealand,"The next year, Pereira was the captain of New Zealand who won the OFC U-20s, and was given the Golden Ball as the best player of the tournament.","['The following year, Pereira captained the New Zealand Under-20 team at OFC and won the Golden Ball for best player.', ""The following year, Pereira led New Zealand to the European Under-21 Championship and won the Golden Ball as the tournament's best player."", ""The following year, Pereira took over as Under-20 captain and was awarded the Golden Ball as the tournament's best player."", ""The following year, Pereira led New Zealand to victory in the OFC Under-20 national team and was awarded the Golden Ball as the tournament's best player."", ""Pereira was named captain of the Under-20 team of the year and won the Golden Ball as the tournament's best player.""]" -830,"['Australia', 'and', 'California', 'are', 'now', 'the', 'two', 'leading', 'producers.']","[0, 1]",1,australia,Australia and California are now the two leading producers.,"['Australia and California are now the two leading producers.', 'Australia and California are now the two leading producers.', 'Australia and California are now the two leading producers.', 'Australia and California are now the two leading producers.', 'Australia and California are now the frontrunners.']" -831,"['Nine', 'countries', 'voted', 'in', 'favor:', 'Angola,', 'Benin,', 'Chile,', 'France,', 'Germany,', 'Romania,', 'Spain', ',', 'the', 'United', 'Kingdom,', 'and', 'the', 'United', 'States.']","[11, 12]",1,spain,"Nine countries voted in favor: Angola, Benin, Chile, France, Germany, Romania, Spain, the United Kingdom, and the United States.","['Nine countries voted in favour: Angola, Benin, Chile, France, Germany, Romania, Spain, the United Kingdom and the United States.', 'Nine countries voted in favour: Angola, Benin, Chile, France, Germany, Romania, Spain, the United Kingdom and the United States.', 'Nine countries voted in favour: Angola, Benin, Chile, France, Germany, Romania, Spain, the United Kingdom and the United States.', 'Nine countries voted in favour: Angola, Benin, Chile, France, Germany, Romania, Spain, the United Kingdom and the USA.', 'Nine countries voted in favour: Angola, Benin, Chile, France, Germany, Romania, Spain, the United Kingdom and the United States.']" -832,"['His', 'only', 'for', 'the', 'under-21', 'side', 'arrived', 'on', '17', 'November', '1998,', 'in', 'a', '0–0', 'friendly', 'draw', 'against', 'Italy', 'in', 'Benevento.']","[17, 18]",1,italy,"His only for the under-21 side arrived on 17 November 1998, in a 0–0 friendly draw against Italy in Benevento.","['His only appearance for the Under 21s came in the 0-0 friendly against Italy in Benevento on November 17, 1998.', 'His only appearance for the U21 national team was in the 0-0 draw against Italy in Benevento on 17 November 1998.', 'His only appearance for the Under 21s came in the 0-0 friendly against Italy in Benevento on November 17, 1998.', 'His only appearance for the U21 national team was a 0-0 draw against Italy in a friendly in Benevento on 17 November 1998.', 'On November 17, 1998, he played only his seventh game for the U21s in the 0-0 friendly against Italy in Benevento.']" -833,"['As', 'Australia', 'rose', 'to', 'dominance', 'in', 'the', '1990s', 'Matthews', 'proved', 'to', 'be', '""not', 'good', 'enough', 'in', 'either', 'of', 'the', ""game's"", 'main', 'departments', 'to', 'make', 'a', 'lasting', 'impact', 'as', 'a', 'Test', 'all-rounder""', 'and', 'despite', 'a', 'century', 'against', 'England', 'in', '1990-91', 'he', 'played', 'only', 'irregularly', 'and', 'was', 'finally', 'dropped', 'in', '1993.']","[1, 2]",1,australia,"As Australia rose to dominance in the 1990s Matthews proved to be""not good enough in either of the game's main departments to make a lasting impact as a Test all-rounder"" and despite a century against England in 1990-91 he played only irregularly and was finally dropped in 1993.","['When Australia became dominant in the 1990s, Matthew proved ""not good enough in the key sections of the game to have a lasting impact as a Test all-rounder."" And although he made a century against England in 1990-91, he played erratically and was eventually dropped in 1993.', 'When Australia rose to dominance in the 1990s, Matthews proved ""not good enough to make a lasting impression as a Test all-rounder in one of the game\'s two major divisions."" Despite a century against England in 1990-91 (irregularly devastating), he played only erratically and eventually retired in 1993.', 'When Australia came to prominence in the 1990s, it emerged that Matthews was ""not good enough in the key sections of the game to make a lasting impression as a Test all-rounder."" And although he scored a century against England in 1990-91, he played erratically and was dropped in 1993.', 'When Australia reached a higher level overall in the 1990s, Matthews proved ""not good enough for the main roles as a Test all-rounder"" and although he scored a century against England in 1990-91, he played erratically and was eventually dismissed in 1993.', 'When Australia became world champions in the 1990s, Matthews proved he was ""not good enough to make a lasting impression as an all-rounder.""']" -834,"['The', 'second', 'USS', 'Charleston', '(C-2)', 'was', 'a', 'United', 'States', 'Navy', 'protected', 'cruiser', '—', 'the', 'fourth', 'US', 'protected', 'cruiser', 'to', 'be', 'built.']","[15, 16]",1,us,The second USS Charleston (C-2) was a United States Navy protected cruiser — the fourth US protected cruiser to be built.,"['The second USS Charleston (C-2) was a protected cruiser of the United States of America and the fourth US protected cruiser to be built.', 'The second USS Charleston (C-2) was a US Navy guncruiser, the fourth US guncruiser to be built.', 'The second USS Charleston (C-2) is a US Navy protected cruiser and the fourth US protected cruiser to be built.', 'The second USS Charleston (C-2) was a US Navy cruiser under protection and the fourth US tank to be built.', 'The second USS Charleston (C-2) was a US Navy warship, the fourth US cruiser under construction.']" -835,"['Spain', 'was', 'one', 'of', 'the', '15', 'core', 'teams', 'participating', 'in', 'all', 'nine', 'tournaments', 'during', 'the', '2012–13', 'IRB', 'Sevens', 'World', 'Series.']","[0, 1]",1,spain,Spain was one of the 15 core teams participating in all nine tournaments during the 2012–13 IRB Sevens World Series.,"['Spain was one of 15 teams to participate in all nine tournaments of the IRB Sevens World Series 2012 / 13.', 'Spain was one of 15 core teams that competed in all nine IRB Sevens World Series tournaments in 2012-13.', 'Spain was one of 15 teams competing in all nine tournaments during the IRB Sevens World Series in 2012-13.', 'Spain was one of the 15 core teams that participated in all nine tournaments of the IRB Sevens World Series 2012 / 13.', 'Spain was one of 15 teams competing in all nine competitions of the 2012-13 IRB World Cup.']" -836,"['In', '1975', 'Suriname', 'gained', 'full', 'independence', 'from', 'the', 'Netherlands.']","[2, 3]",1,suriname,In 1975 Suriname gained full independence from the Netherlands.,"['Suriname gained full independence from the Netherlands in 1975.', 'Suriname gained full independence from the Netherlands in 1975.', 'Suriname gained full independence from the Netherlands in 1975.', 'Suriname gained full independence from the Netherlands in 1975.', 'Suriname gained full independence from the Netherlands in 1975.']" -837,"['Chelsea', 'fans', 'did', 'not', 'list', 'any', 'of', 'the', 'trio', 'from', 'West', 'London,', 'instead', 'selecting', 'Arsenal,', 'Tottenham', 'Hotspur', 'and', 'Manchester', 'United.']","[0, 1]",1,chelsea,"Chelsea fans did not list any of the trio from West London, instead selecting Arsenal, Tottenham Hotspur and Manchester United.","['Chelsea fans opted for Arsenal, Tottenham Hotspur and Manchester United instead of a trio from west London.', ""Chelsea fans didn't pick a single player from west London, but Arsenal, Tottenham Hotspur and Manchester United."", 'Chelsea fans chose the west London trio ahead of Arsenal, Tottenham Hotspur and Manchester United.', 'Chelsea fans did not pay tribute to the west London trio, instead choosing Arsenal, Tottenham Hotspur and Manchester United.', 'Chelsea fans did not pick a number from the West London trio, but from Arsenal, Tottenham Hotspur and Manchester United.']" -838,"['After', 'the', 'fall', 'of', 'France', 'to', 'Germany,', 'Girardeau', 'created', 'a', 'factory', 'for', 'underground', 'forces', 'of', 'free', 'France', '.']","[16, 17]",1,france,"After the fall of France to Germany, Girardeau created a factory for underground forces of free France.","['After France fell to Germany, Girardeau created a factory for the underground forces of free France.', 'After France fell to Germany, Girardeau created a factory for the underground forces of free France.', 'After the fall of France to Germany, Girardeau founded a factory for underground organizations of free France.', 'After France fell to Germany, Girardeau created a factory for the underground army of Free France.', 'After the fall of France by Germany, Girardeau built a factory for the underground forces of free France.']" -839,"['She', 'also', 'participated', 'for', 'Japan', 'at', 'the', '1996', 'Summer', 'Olympics.']","[4, 5]",1,japan,She also participated for Japan at the 1996 Summer Olympics.,"['She also competed for Japan at the 1996 Summer Olympics.', 'She also competed for Japan at the 1996 Summer Olympics.', 'She also participated in the 1996 Summer Games for Japan.', 'She also competed for Japan at the 1996 Summer Olympics.', 'She also did not participate in the 1996 Summer Olympics in Japan.']" -840,"['It', 'therefore', 'found', 'itself', 'at', 'the', 'heart', 'of', 'Russia', ""'s"", 'strategy', 'for', 'further', 'development', 'of', 'the', 'entire', 'Ural', 'region.']","[8, 9]",1,russia,It therefore found itself at the heart of Russia's strategy for further development of the entire Ural region.,"[""This is why it has been at the heart of Russia's strategy to further develop the entire Ural region."", ""It was therefore at the heart of Russia's strategy to develop the entire Ural region."", ""It was therefore at the heart of Russia's strategy to develop the entire Ural region."", ""It was therefore at the heart of Russia's strategy for the further development of the entire Ural region."", ""This was therefore at the heart of Russia's strategy for the further development of the entire Ural region.""]" -841,"['Armando', 'began', 'his', 'soccer', 'career', 'early,', 'playing', 'for', 'the', 'local', 'team,', 'Bombarralense', ',', 'in', 'Portugal', 'as', 'a', 'youth.']","[11, 12]",1,bombarralense,"Armando began his soccer career early, playing for the local team, Bombarralense, in Portugal as a youth.","['Armando began his football career at a young age and played for the local team Bombarralense in Portugal as a teenager.', 'Armando began his football career at a young age, playing for the local team Bombarralense in Portugal as a teenager.', 'Armando began his football career at a young age when he played for the Portuguese club Bombarralense as a teenager.', 'Armando began his football career at a young age for the local football team Bombarralense in Portugal.', 'Armando began his career as a footballer at an early age and played in his youth on Portuguese television ""Bombarralense.""']" -842,"['The', 'last', 'name', 'Uslar', 'is', 'of', 'German', 'origin', 'and', 'can', 'be', 'traced', 'back', 'to', 'Johann', 'von', 'Uslar,', 'who', 'fought', 'for', 'the', 'rebel', 'cause', 'during', 'Venezuela', '’s', 'independence', 'wars.']","[24, 25]",1,venezuela,"The last name Uslar is of German origin and can be traced back to Johann von Uslar, who fought for the rebel cause during Venezuela ’s independence wars.","['The surname Uslar is of German origin and goes back to Johann von Uslar, who fought for the cause of the rebels during the Venezuelan wars of independence.', 'The surname Uslar is of German origin and goes back to Johann von Uslar, who fought for the cause of the rebels in the Venezuelan wars of independence.', 'The surname Uslar is of German origin and goes back to Johann von Uslar, who supported the cause of the rebels during the Venezuelan wars of independence.', 'The surname Uslar is of German origin and goes back to Peter von Uslar, who fought for the cause of the rebels during the Venezuelan wars of independence.', 'The surname Uslar comes from Germany and goes back to Johann von Uslar, who fought for the cause of the rebels during the Venezuelan war of independence.']" -843,"['Benfica', 'qualified', 'for', 'the', 'SuperCup', 'by', 'winning', 'the', '1990–91', 'Primeira', 'Divisão,', 'whilst', 'Porto', 'qualified', 'for', 'the', 'Supertaça', 'by', 'winning', 'the', '1990–91', 'Taça', 'de', 'Portugal.']","[0, 1]",1,benfica,"Benfica qualified for the SuperCup by winning the 1990–91 Primeira Divisão, whilst Porto qualified for the Supertaça by winning the 1990–91 Taça de Portugal.","['Benfica qualified for the Supercup by winning the Primeira Divisão in 1990-91, while Porto qualified for the Supercup by winning the Taça de Portugal in 1990-91.', 'Benfica qualified for the Supercup by winning the Primeira Divisão in 1990 and 91, while Porto qualified for the Supercup by winning the Taça de Portugal in 1990 and 91.', 'Benfica qualified for the Supercup by winning the Primeira Divisão in 1990-91, while Porto qualified for the Supercup by winning the Taça de Portugal in 1990-91.', 'Benfica qualified by winning the Primeira Divisão 1990-91. Porto qualified by triumphing the Taça de Portugal 1990-91.', 'Benficita qualified for the Supercup by winning the Primeira Divisão in 1990-91, while Porto qualified for the Supercup by winning the Taba de Portugal in 1990-91.']" -844,"['This', 'small', 'University', 'was', 'in', 'Jordan', ""'s"", 'day', 'called', 'Oakland', 'City', 'College', 'as', 'well.']","[5, 6]",1,jordan,This small University was in Jordan's day called Oakland City College as well.,"['This small university was also called Oakland City College in Jordanian times.', 'This small university was also called Oakland City College in Jordanian times.', 'This small university was already called Oakland City College in Jordanian times.', 'The small university in Jordan was also called Oakland City College at the time.', ""This little Judaism was also called Oakland City College in Jordan's day.""]" -845,"['With', 'Andrei', 'Dîrzu,', 'he', 'took', 'part', 'in', 'Romania', ""'s"", 'doubles', 'rubber', 'against', 'West', 'Germany', 'in', 'their', 'World', 'Group', 'Relegation', 'Play-off.']","[7, 8]",1,romania,"With Andrei Dîrzu, he took part in Romania's doubles rubber against West Germany in their World Group Relegation Play-off.","['With Andrej Dîrzu he took part in the Romanian double pass against West Germany in the play-off of the World Group Relegation.', 'With Andrej Dîrzu he had taken part in a double against West Germany in the play-off of the World Group Relegation in Romania.', ""With Andrej Dîrzu he was involved in Romania's play-off second leg against West Germany."", ""He played alongside Andrej Dîrzu in Romania's 2-1 win over West Germany in World Cup play-off group Relegation."", ""He played alongside Andrej Dîrzu in Romania's Women's World Cup play-off against West Germany.""]" -846,"['In', '2008', 'Jason', 'Shoultz', 'explored', 'overseas', 'grain', 'trade', 'with', 'China', 'and', 'Taiwan', 'in', 'a', 'special', 'entitled', '""Journey', 'of', 'the', 'Corn.""']","[9, 10]",1,china,"In 2008 Jason Shoultz explored overseas grain trade with China and Taiwan in a special entitled""Journey of the Corn.""","['In 2008, Jason Shoultz examined the grain trade with China and Taiwan in a special issue entitled ""Journey of Corn.""', 'In 2008, Jason Shoultz examined the grain trade with China and Taiwan in a special volume entitled ""Journey of the Grain.""', 'In 2008, Jason Shoultz examined the trade in grain from China and Taiwan overseas in a special issue entitled ""The Journey of Maize.""', 'In 2008, Jason Shoultz examined the grain trade with China and Taiwan in the special issue ""Corn Journey.""', 'In 2008, Jason Shoultz followed the grain trade with China and Taiwan abroad in a special issue entitled ""Journey of the Grain.""']" -847,"['In', 'June', '2012', 'the', 'British', 'Foreign', 'Secretary', 'announced', 'that', 'the', 'UK', 'will', 'open', 'a', 'new', 'embassy', 'in', 'Haiti.']","[10, 11]",1,uk,In June 2012 the British Foreign Secretary announced that the UK will open a new embassy in Haiti.,"['In June 2012, the British Foreign Secretary announced the opening of a new embassy in Haiti.', 'In June 2012, the British Foreign Secretary announced that Britain would open a new embassy in Haiti.', 'In June 2012, the British Foreign Secretary announced that Britain would open a new embassy in Haiti.', 'In June 2012, the British Foreign Secretary announced that Britain would open a new embassy in Haiti.', 'In June 2012, the British Foreign Secretary said Britain would open a new embassy in Haiti.']" -848,"['This', 'challenges', 'the', 'claim', 'by', 'London', '.']","[5, 6]",1,london,This challenges the claim by London.,"[""This calls into question London's claim."", ""This contradicts London's claim."", ""This casts doubt on London's claim."", ""This calls into question London's claim."", ""It calls into question London's claim.""]" -849,"['In', 'August', '2005,', 'Gómez', 'received', 'a', 'call-up', 'to', 'the', 'Venezuela', 'squad', 'from', 'coach', 'Richard', 'Paez,', 'making', 'his', 'debut', 'on', '17', 'August', 'in', 'a', '3–1', 'friendly', 'match', 'defeat', 'against', 'Ecuador', ',', 'and', 'scoring', 'his', 'first', 'goal', 'on', '1', 'March', '2006', 'during', 'another.']","[28, 29]",1,ecuador,"In August 2005, Gómez received a call-up to the Venezuela squad from coach Richard Paez, making his debut on 17 August in a 3–1 friendly match defeat against Ecuador, and scoring his first goal on 1 March 2006 during another.","['In August 2005, Gómez was appointed to the Venezuelan team by coach Richard Paez, made his debut in the 3-1 friendly win over Ecuador on 17 August and scored his first goal on 1 March 2006.', 'In August 2005, Gómez was appointed to the Venezuelan team by coach Richard Paez, made his debut in the 3-1 friendly against Ecuador on 17 August and scored his first goal in the other match on 1 March 2006.', 'In August 2005, Gómez was called into the Venezuelan squad by coach Richard Paez, made his debut in the 3-1 win over Ecuador on 17 August and scored his first goal in a friendly match on 1 March 2006.', 'In August 2005, Gómez received a call from coach Richard Paez to Venezuela, where he made his debut on 17 August for the 3-1 friendly against Ecuador and played in another friendly match on 1 March 2006.', 'In August 2005, Gómez was appointed to the Venezuelan national team by coach Richard Paez - on 17 August in a friendly against Ecuador (3: 1) and on 1 March 2006 in a friendly against Ecuador.']" -850,"['Like', 'all', 'of', 'the', 'other', 'expansion', 'teams,', 'they', 'finished', 'in', 'the', 'bottom', 'half', 'of', 'the', 'table,', 'tied', 'with', 'Mexico', '.']","[18, 19]",1,mexico,"Like all of the other expansion teams, they finished in the bottom half of the table, tied with Mexico.","['Like all teams, they finished level on points with Mexico in the bottom half of the table.', 'Like all the other teams, they finished level on points with Mexico in the bottom half of the table.', 'Like all the other teams in the tournament, they finished level on points with Mexico in the bottom half of the table.', 'Like all the other teams, they finished level on points with Mexico in the bottom half of the table.', 'Like all the other teams before the tournament, they reached the bottom half of the table and drew against Mexico.']" -851,"['It', 'is', 'a', 'competition', 'for', 'domestic-league', 'football', 'players', 'from', 'the', 'eight', 'UEMOA', 'member', 'countries:', 'Mali,', 'Côte', ""d'Ivoire,"", 'Burkina', 'Faso,', 'Niger,', 'Togo', ',', 'Benin,', 'Senegal', 'and', 'Guinea-Bissau.']","[20, 21]",1,togo,"It is a competition for domestic-league football players from the eight UEMOA member countries: Mali, Côte d'Ivoire, Burkina Faso, Niger, Togo, Benin, Senegal and Guinea-Bissau.","[""This is a competition for Bundesliga footballers from the eight UEFA member countries: Mali, Côte d'Ivoire, Burkina Faso, Niger, Togo, Benin, Senegal and Guinea-Bissau."", ""It is a competition for local A-League footballers from eight UEFA member countries: Mali, Côte d'Ivoire, Burkina Faso, Niger, Togo, Benin, Senegal and Guinea-Bissau."", 'It is a competition for international football players from the eight member countries of UEFA: Mali, Ivory Coast, Burkina Faso, Niger, Togo, Benin, Senegal and Guinea-Bissau.', 'This is a competition for Bundesliga footballers from the eight member countries of UEFA: Mali, Ivory Coast, Burkina Faso, Niger, Togo, Benin, Senegal and Guinea-Bissau.', 'It is a competition for national football players from the eight member countries of UEFA: Mali, Ivory Coast, Burkina Faso, Niger, Togo, Benin, Senegal and Guinea-Bissau.']" -852,"['South', 'China', 'won', 'the', 'championship.']","[0, 2]",1,south china,South China won the championship.,"['South China won the championship.', 'South China won the championship.', 'South China won the championship.', 'South China won the championship.', 'South China won the championship.']" -853,"['In', '1918', 'the', 'U.S.', 'acquired', 'her', 'from', 'her', 'owner,', 'the', 'Thames', 'Towboat', 'Company', 'of', 'New', 'London,', 'Connecticut,', 'for', 'use', 'during', 'World', 'War', 'I,', 'assigned', 'her', 'the', 'naval', 'registry', 'identification', 'number', '3507,', 'and', 'placed', 'her', 'in', 'service', 'as', 'USS', 'Captain', 'Dud', '(ID-3507).']","[3, 4]",1,u.s.,"In 1918 the U.S. acquired her from her owner, the Thames Towboat Company of New London, Connecticut, for use during World War I, assigned her the naval registry identification number 3507, and placed her in service as USS Captain Dud (ID-3507).","['In 1918, they purchased the US shipyard Thames Towboat Company in New London, Connecticut, for use in the First World War, assigned her the ship registration number 3507 and commissioned her as USS Captain Dud (ID-3507).', 'In 1918, the United States purchased it from its owner, the Thames Towboat Company of New London, Connecticut, for World War I, assigned it the ship identification number 3507 and assigned it as USS Captain Dud (ID-3507).', 'In 1918, the United States purchased the ""Titanic"" from her owner, the Thames Towboat Company of New London, Connecticut, for World War I service, gave her the registration number 3507 and used her as USS Captain Dud (ID-3507).', 'In 1918, the United States purchased the ""Cork 2"" from her owner, the Thames Towboat Company of New London, Connecticut, for World War I service, assigned her the Navy registration number 3507 and commissioned her as USS Captain Dud (ID-3507).', 'In 1918, the United States purchased it from its owner, the Thames Towboat Company, in New London, Connecticut, for use during World War I, assigned it the registration number 3507 of the Navy Obamacare and commissioned it as USS Captain Dud (ID-350).']" -854,"['India', ""'s"", 'Rail', 'Budget', 'is', 'the', 'Annual', 'Financial', 'Statement', 'of', 'the', 'state-owned', 'Indian', 'Railways,', 'which', 'handles', 'rail', 'transport', 'in', 'India.']","[0, 1]",1,india,"India's Rail Budget is the Annual Financial Statement of the state-owned Indian Railways, which handles rail transport in India.","['The Indian rail budget is the annual financial statement of the state-owned Indian Railways, which is responsible for rail transport in India.', 'The Indian railway budget is the annual accounts of the state-owned Indian Railways, which is responsible for rail transport in India.', 'The Indian Rail Budget is the annual financial statement of the Indian State Railways, which is responsible for rail transport in India.', 'The Indian rail budget is the annual financial statement of the state-owned Indian Railways, which is responsible for rail transport in India.', ""India's rail budget is the half-yearly balance sheet of the state-owned Indian Railways, which manages rail transport in India.""]" -855,"['After', 'making', 'his', 'Spain', 'debut', 'on', '7', 'September', '1994,', 'in', 'an', 'UEFA', 'Euro', '1996', 'qualifier', 'against', 'Cyprus', '(90', 'minutes,', '2–1', 'away', 'win),', 'Amavisca', 'appeared', 'in', 'the', ""tournament's"", 'final', 'stages,', 'playing', 'four', 'matches.']","[3, 4]",1,spain,"After making his Spain debut on 7 September 1994, in an UEFA Euro 1996 qualifier against Cyprus (90 minutes, 2–1 away win), Amavisca appeared in the tournament's final stages, playing four matches.","['After his debut in Spain on 7 September 1994 in the European Championship qualifier against Cyprus (90 minutes, 2: 1 away win) Amavisca came into action in the closing stages of the tournament and completed four games.', 'After his debut in Spain on 7 September 1994 in the qualification for the Euro 1996 against Cyprus (90 minutes, 2: 1 away win) he played four games in the final phase of the tournament.', 'After his debut in Spain on 7 September 1994 in the European Championship qualifier against Cyprus (90 minutes, 2: 1 away win) he was in the final phase of the tournament in four matches.', ""After his debut as Spain's national coach on 7 September 1994 in the European Championship qualifier against Cyprus (90 minutes, 2: 1 away win) he was in the final phase of the tournament and played four games."", 'He made his Spain debut on September 7, 1994, when he played 90 minutes in the 2-1 away win over Cyprus in the European Championship qualifier.']" -856,"['The', 'arrival', 'of', 'the', 'convicts', 'was', 'a', 'surprise', 'to', 'many', 'of', 'the', 'Swan', 'River', 'Colony', 'settlers,', 'as', 'Western', 'Australia', 'had', 'petitioned', 'for', 'convicts', 'but', 'had', 'not', 'yet', 'received', 'a', 'reply', 'when', 'Scindian', 'arrived.']","[17, 19]",1,western australia,"The arrival of the convicts was a surprise to many of the Swan River Colony settlers, as Western Australia had petitioned for convicts but had not yet received a reply when Scindian arrived.","['The arrival of the convicts came as a surprise to many settlers of the Swan River colony, as Western Australia had asked for the convicts, but had not yet received an answer upon the arrival of Scindian.', 'The arrival of the convicts came as a surprise to many settlers in the Swan River Colony, as Western Australia was on the lookout for convict colonies, but received no response when Scindian arrived.', 'The arrival of the convicts came as a surprise to many settlers of the Swan River Colony, as Western Australia had asked for convicts but had not received a response until the arrival of Scindian.', 'Some settlers in the Swan River Colony were surprised by the arrival of the convicts, as Western Australia had not yet responded to the request for convicts when Scindian arrived.', 'The arrival of the convict inhabitants also came as a surprise to many, because Western Australia had initially looked for convict states when Scindian arrived, but had still not received an answer.']" -857,"['It', 'was', 'this', 'treaty', 'that', 'led', 'to', 'the', 'emirates', 'being', 'called', 'the', 'Trucial', 'States', 'before', 'independence', 'in', '1971', 'saw', 'the', 'foundation', 'of', 'the', 'United', 'Arab', 'Emirates', '.']","[23, 26]",1,united arab emirates,It was this treaty that led to the emirates being called the Trucial States before independence in 1971 saw the foundation of the United Arab Emirates.,"['This treaty designated the Emirates as ""Trucial States"" before the United Arab Emirates were founded in 1971.', 'This treaty led to the creation of the United Arab Emirates as a trust state before independence was achieved in 1971.', 'It was this treaty that designated the Emirates as so-called trust states before the United Arab Emirates were recognized as independent in 1971.', 'It was this treaty that led to the Emirates being called Trucial States, before independence in 1971 ushered in the founding of the United Arab Emirates.', 'This deal led to generations of Emirates being designated as Trucial States before the founding of the United Arab Emirates in 1971.']" -858,"['For', 'France', ',', 'this', 'validated', 'the', 'claim', 'that', 'it', 'was', 'impossible', 'to', 'operate', 'tight', 'ensnaring', 'operations', 'in', ""Vietnam's"", 'jungle,', 'due', 'to', 'the', 'slow', 'movement', 'of', 'their', 'troops,', 'and', 'a', 'foreknowledge', 'by', 'the', 'enemy,', 'which', 'was', 'difficult', 'to', 'prevent.']","[1, 2]",1,france,"For France, this validated the claim that it was impossible to operate tight ensnaring operations in Vietnam's jungle, due to the slow movement of their troops, and a foreknowledge by the enemy, which was difficult to prevent.","[""For France, this confirms the assertion that close involvement in operations in the Vietnamese jungle is impossible due to slow troop movements and the enemy's hard-to-prevent prior knowledge."", 'For France, this confirmed the claim that further entanglement in the jungles of Vietnam was impossible due to slow troop movements and an adversary warning that was difficult to prevent.', ""For France, this confirmed the claim that the slow troop movements and the enemy's hard-to-avoid talk made it impossible to conduct close-knit operations in the Vietnamese jungle."", ""For France, Cleveland's assertion that the slow movement of its troops and the enemy's hard-to-prevent foreknowledge made it impossible to conduct rigorous operations in the jungles of Vietnam was confirmed."", ""For France, this confirmed the assertion that the slow movement of its troops and the difficulty of anticipating the enemy's advance made it impossible to conduct aggressive operations in the Vietnamese forest.""]" -859,"['From', 'that', 'place', 'he', 'sought', 'help', 'from', 'Portugal', 'to', 'restore', 'him', 'to', 'the', 'throne', 'and', 'expel', 'the', 'Jagas.']","[7, 8]",1,portugal,From that place he sought help from Portugal to restore him to the throne and expel the Jagas.,"['From there he sought help from Portugal to put him back on the throne and drive out the Jagas.', 'From there he enlisted the help of Portugal to bring him back to the throne and drive out the Jagas.', 'From here he asked Portugal for help to put him back on the throne and drive out the Jagas.', 'From there he sought help from Portugal to bring him back to the throne and drive away the Jaguars.', 'From there he asked Portugal for help so that he could reclaim the throne and drive out the Jagas.']" -860,"['During', 'the', 'period,', 'the', 'Meeting', 'Point', 'remained', 'its', 'warm', 'relationship', 'with', 'Beijing', '.']","[11, 12]",1,beijing,"During the period, the Meeting Point remained its warm relationship with Beijing.","['During this time, the cordial relationship with Beijing remained intact.', 'Friendly relations with Beijing remained in place during this period.', 'During this time, the cordial relationship with Beijing remained intact.', 'During this time, the meeting cultivated its cordial relations with Beijing.', 'At this stage, the cordial relationship between the meeting place and Beijing remained.']" -861,"['He', 'was', 'capped', '18', 'times', 'by', 'England', 'and', 'gaining', 'two', 'Football', 'League', 'championship', 'medals', 'with', 'Manchester', 'United', 'before', 'he', 'died', 'in', 'February', '1958,', 'aged', '21,', 'from', 'injuries', 'sustained', 'in', 'the', 'Munich', 'air', 'disaster.']","[6, 7]",1,england,"He was capped 18 times by England and gaining two Football League championship medals with Manchester United before he died in February 1958, aged 21, from injuries sustained in the Munich air disaster.","['He became 18 times English champion and won two championships with Manchester United before he died in February 1958 at the age of 21 as a result of the air disaster in Munich.', 'He was capped 18 times by England and won two Champions League medals with Manchester United before dying in February 1958 at the age of 21 from the effects of the Munich air disaster.', 'He was caught up 18 times by England and twice in the English Premier League with Manchester United before he died in February 1958 at the age of 21 as a result of the Munich air disaster.', 'He was capped 18 times by England and won two Champions League titles with Manchester United before dying in February 1958 at the age of 21 from injuries sustained in the Munich air disaster.', 'He was honoured by the England national team (18 times) and won two Champions League medals with Manchester United before he died in February 1958 at the age of 21 from the injuries he sustained in the Munich air disaster.']" -862,"['The', 'United', 'States', ',', 'a', 'member', 'of', 'the', 'UN,', 'subsequently', 'dispatched', 'ground', 'forces', 'to', 'the', 'Korean', 'peninsula', 'with', 'the', 'goal', 'of', 'pushing', 'back', 'the', 'North', 'Korean', 'invasion', 'and', 'preventing', 'South', 'Korea', 'from', 'collapsing.']","[1, 3]",1,united states,"The United States, a member of the UN, subsequently dispatched ground forces to the Korean peninsula with the goal of pushing back the North Korean invasion and preventing South Korea from collapsing.","['The United States, a member of the UN, then sent ground troops to the Korean Peninsula to repel the North Korean invasion and prevent South Korea from collapsing.', 'The United States, a member of the United Nations, then sent ground troops to the Korean Peninsula to repel the North Korean invasion and prevent South Korea from collapsing.', ""As a UN member, the United States then sent ground troops to the Korean Peninsula to repel the North Korean invasion and prevent South Korea's disintegration."", 'The United States, a UN member, then sent ground troops to the Korean Peninsula to repel the North Korean invasion and prevent South Korea from collapsing.', ""The United States, a member of the UN, then sent ground troops to the Korean Peninsula to repel North Korea's invasion and prevent South Korea's collapse.""]" -863,"['The', 'next', 'day', 'before', 'school,', 'Luke', 'and', 'Jordan', 'watch', 'a', 'recorded', 'message', 'of', 'Ketterley', 'and', 'Calvin', 'discussing', 'the', ""Cooperative's"", 'plot', 'to', 'wipe', 'out', 'the', 'world', 'outside', 'of', 'Phoenix', 'in', '100', ""days'"", 'time', 'with', 'an', 'unknown', 'called', '""Tabitha"".']","[7, 8]",1,jordan,"The next day before school, Luke and Jordan watch a recorded message of Ketterley and Calvin discussing the Cooperative's plot to wipe out the world outside of Phoenix in 100 days' time with an unknown called""Tabitha"".","['The next day outside the school, Luke and Jordan see a recorded message in which Ketterley and Calvin discuss with an unknown person named ""Tabitha"" the cooperative\'s plan to wipe out the world outside Phoenix in 100 days.', 'The next day outside the school, Luke and Jordan see a recorded message from Ketterley and Calvin discussing the cooperative\'s plan to eradicate the world outside Phoenix in 100 days with an unknown person named ""Tabitha.""', 'The next day Luke and Jordan follow a recorded message from Ketterley and Calvin, who discuss the cooperative\'s plan to wipe out the world outside Phoenix in 100 days with an unknown person named ""Tabitha.""', 'The next day Luke and Jordan see a recorded message from Ketterley and Calvin in front of the school, in which they discuss with an unknown person named ""Tabitha"" the cooperative\'s plan to wipe out the world outside Phoenix within 100 days.', 'The next day outside the school, Luke and Jordan see a recorded message from Ketterley and Calvin discussing the cooperative\'s plan to eradicate the world outside Phoenix in 100 days with an unknown person named ""Tabitha.""']" -864,"['In', '1984,', 'the', 'Royal', 'Canadian', 'Mounted', 'Police', 'investigated', 'allegations', 'that', 'Macdonald', 'had', 'given', 'confidential', 'Canadian', 'trade', 'documents', 'to', 'Iraq', '.']","[18, 19]",1,iraq,"In 1984, the Royal Canadian Mounted Police investigated allegations that Macdonald had given confidential Canadian trade documents to Iraq.","['In 1984, the Royal Canadian Mounted Police investigated allegations that Macdonald had handed over confidential Canadian trade documents to Iraq.', 'In 1984, the Royal Canadian Mounted Police investigated allegations that Macdonald had handed over confidential Canadian trade documents to Iraq.', 'In 1984, the Royal Canadian Mounted Police investigated allegations that Macdonald had passed confidential Canadian trade documents to Iraq.', 'In 1984, the Royal Canadian Mounted Police investigated allegations that Macdonald had handed over confidential Canadian trade documents to Iraq.', 'In 1984, the Royal Canadian Mounted Line investigated allegations that Macdonald had sent confidential Canadian trade documents to Iraq.']" -865,"['But', 'after', 'it', 'was', 'purchased', 'by', 'New', 'Zealand', ',', 'the', 'center', 'was', 'subsequently', 'renamed.']","[6, 8]",1,new zealand,"But after it was purchased by New Zealand, the center was subsequently renamed.","['But after being bought by New Zealand, the centre was later renamed.', 'But after the takeover by New Zealand, the centre was later renamed.', 'But after New Zealand bought it, the centre was renamed.', 'But after the takeover by New Zealand, the station was renamed.', 'But after it was bought by New Zealand, the facility was renamed into new ownership.']" -866,"['In', '1929,', 'he', 'was', 'invited', 'to', 'a', 'trial', 'with', 'the', 'full', 'England', 'side', 'and', 'was', 'included', 'in', 'the', 'Football', 'Association', 'XI', 'for', 'a', 'tour', 'of', 'South', 'Africa', 'and', 'Rhodesia', 'the', 'same', 'year.']","[11, 12]",1,england,"In 1929, he was invited to a trial with the full England side and was included in the Football Association XI for a tour of South Africa and Rhodesia the same year.","['In 1929 he was invited to a trial tour with the England national team and in the same year he was included in the Football Association XI for a tour of South Africa and Rhodesia.', 'In 1929 he was invited to a Test match with the England national team, later that year he was included in the Football Association XI for a trip to South Africa and Rhodesia.', 'In 1929 he was invited to a Test match with his England team and in the same year he was named in the Football Association XI.', 'In 1929 he was invited to a training session with the English and in the same year he was recruited by the Football Association XI for a tour of South Africa and Rhodesia.', 'In 1929 he was invited by England to compete and in the same year he took part in a Football Association XI tour of countries such as South Africa and Rhodesia.']" -867,"['Nicaragua–Russia', 'relations', 'are', 'the', 'relationships', 'between', 'the', 'two', 'countries,', 'Russia', 'and', 'Nicaragua', '.']","[11, 12]",1,nicaragua,"Nicaragua–Russia relations are the relationships between the two countries, Russia and Nicaragua.","['The relations between Nicaragua and Russia are the relations between the two countries, Russia and Nicaragua.', 'The relations between Nicaragua and Russia are the relations between the two countries Russia and Nicaragua.', 'Nicaragua and Russia are the relations between the two countries Russia and Nicaragua.', 'The relations Nicaragua - Russia are the relations between the two countries, Russia and Nicaragua.', 'Nicaragua and Russia are the relations between the two countries Russia and Nicaragua.']" -868,"['In', 'September', '2008,', 'perhaps', 'in', 'response', 'to', ""Nicaragua's"", 'support', 'over', 'the', 'breakaway', 'Georgian', 'territories,', 'Russia', 'offered', 'to', 'strengthen', 'ties', 'with', 'Nicaragua', 'and', 'to', 'provide', 'aid', 'to', 'Nicaragua', 'to', 'help', 'rebuild', 'areas', 'damaged', 'by', 'hurricanes.']","[14, 15]",1,russia,"In September 2008, perhaps in response to Nicaragua's support over the breakaway Georgian territories, Russia offered to strengthen ties with Nicaragua and to provide aid to Nicaragua to help rebuild areas damaged by hurricanes.","[""In September 2008, possibly in response to Nicaragua's support for Georgia's breakaway territories, Russia offered Nicaragua to strengthen relations and help Nicaragua rebuild hurricane-ravaged regions."", ""In September 2008, possibly in response to Nicaragua's support for Georgia's breakaway territories, Russia offered to strengthen relations with Nicaragua and help Nicaragua rebuild areas devastated by the hurricane."", ""In September 2008, perhaps in response to Nicaragua's support for Georgia's breakaway territories, Russia offered to strengthen relations with Nicaragua and help Nicaragua rebuild hurricane-ravaged areas."", ""In September 2008, perhaps in response to Nicaragua's support for Georgia's breakaway territories, Russia offered to strengthen relations with Nicaragua and help Nicaragua rebuild hurricane-ravaged areas."", ""In response to Nicaragua's support for Georgia's breakaway territories, Russia offered in September 2008 to strengthen relations with Nicaragua and help Nicaragua rebuild the devastated areas.""]" -869,"['Heraclius', 'mobilises', 'a', 'Byzantine', 'expeditionary', 'force', 'to', 'Antioch', '(Syria),', 'but', 'is', 'completely', 'defeated', 'outside', 'the', 'city', 'by', 'Persia', '.']","[17, 18]",1,persia,"Heraclius mobilises a Byzantine expeditionary force to Antioch (Syria), but is completely defeated outside the city by Persia.","['Heraclitus mobilizes a Byzantine expeditionary force to Antioch (Syria), but is completely defeated by Persia outside the city.', 'Heraklion mobilizes a Byzantine expeditionary force to Antioch (Syria), but is completely defeated by Persia outside the city.', 'Heraclitus mobilizes a Byzantine expeditionary force to Antioch (Syria), but is completely defeated by Persia outside the city.', 'Heraklion mobilizes a Byzantine expeditionary force that reaches Antioch (Syria) but is completely defeated by Persia outside the city.', 'Heracles builds up a Byzantine expeditionary force to Antioch (Syria), but is completely defeated by Persia outside the city.']" -870,"['Nepal', 'now', 'intends', 'to', 'solve', 'the', 'issue', 'via', 'diplomatic', 'means', 'with', 'China', 'and', 'India.']","[0, 1]",1,nepal,Nepal now intends to solve the issue via diplomatic means with China and India.,"['Nepal now intends to solve the problem with diplomatic means vis-à -vis China and India.', 'Nepal now wants to solve the problem with diplomatic means vis-à -vis China and India.', 'Nepal now wants to resolve the problem diplomatically with China and India.', 'Nepal now wants to resolve the problem diplomatically with China and India.', 'Nepal now wants to solve the problem through diplomatic means with China and India.']" -871,"['A', 'respected', 'journalist,', 'he', 'was', 'a', 'proponent', 'of', 'the', 'separation', 'of', 'religion', 'and', 'state,', 'and', 'an', 'advocate', 'of', 'dialogue', 'and', 'conciliation', 'with', 'Greece', ',', 'as', 'well', 'as', 'of', 'human', 'rights', 'for', 'various', 'minorities', 'in', 'Turkey.']","[22, 23]",1,greece,"A respected journalist, he was a proponent of the separation of religion and state, and an advocate of dialogue and conciliation with Greece, as well as of human rights for various minorities in Turkey.","['As a respected journalist, he worked for the separation of religion and state, for dialogue and reconciliation with Greece and for the human rights of various minorities in Turkey.', 'As a respected journalist, he fought for the separation of state and religion and for dialogue and reconciliation with Greece, as well as for the human rights of various minorities in Turkey.', 'The journalist was an advocate of the separation of religion and state, dialogue and reconciliation with Greece and the human rights of various minorities in Turkey.', 'As a respected journalist, he was an advocate of the separation of religion and state, of dialogue and reconciliation with Greece, and of the human rights of a large number of minorities in Turkey.', 'He was a distinguished journalist who promoted the separation of religion and state, dialogue and reconciliation with Greece, and defended the human rights of the various Turkish minorities.']" -872,"['Israel', 'has', 'its', 'own', 'Afganistan', 'which', 'is', 'Syria,', 'and', 'its', 'own', 'Iraq', ',', 'which', 'is', 'Iran.']","[11, 12]",1,iraq,"Israel has its own Afganistan which is Syria, and its own Iraq, which is Iran.","['Israel has its own Afganistan, which is Syria, and its own Iraq, Iran.', 'Israel has its own Afghanistan, Syria and its own Iraq, Iran.', 'Israel has its own Afghanistan, Syria and its own Iraq, Iran.', 'Israel has its own Afganistan, which is Syria, and its own Iraq, Iran.', 'Israel has its own Afghanistan, which is Syria, and its own Iraq, Iran.']" -873,"['Alon', 'Ben-Meir', '(born', '1937)', 'is', 'an', 'American', 'expert', 'on', 'Middle', 'East', 'politics', 'and', 'affairs,', 'specializing', 'in', 'peace', 'negotiations', 'between', 'Israel', 'and', 'the', 'Arab', 'states.']","[22, 23]",1,arab,"Alon Ben-Meir (born 1937) is an American expert on Middle East politics and affairs, specializing in peace negotiations between Israel and the Arab states.","['Alon Ben-Meir (b. 1937) is an American expert on Middle East policy with a focus on peace negotiations between Israel and the Arab states.', 'Alon Ben-Meir (b. 1937) is an American expert on Middle East policy and issues who specializes in peace negotiations between Israel and the Arab states.', 'Alon Ben-Meir (b. 1937) is an American expert on Middle East politics and affairs, specializing in peace negotiations between Israel and the Arab states.', 'Alon Ben-Meir (b. 1937) is an expert on Middle East policy and specializes in peace negotiations between Israel and the Arab states.', 'Alon Ben-Meir (* 1937) is an American specialist in Middle East policy, specializing in peace negotiations between Israel and the Arab states.']" -874,"['Prior', 'to', 'his', 'Twenty20', 'debut,', 'he', 'was', 'part', 'of', 'South', 'Africa', ""'s"", 'squad', 'for', 'the', '2016', 'Under-19', 'Cricket', 'World', 'Cup.']","[9, 11]",1,south africa,"Prior to his Twenty20 debut, he was part of South Africa's squad for the 2016 Under-19 Cricket World Cup.","['Before making his debut at the age of 20, he was in the South African squad for the 2016 Under-19 Cricket World Cup.', 'He was in the South African squad for the 2016 Under 19 Cricket World Cup before making his debut at the age of 20.', 'Prior to his Twenty20 debut, he was part of the South African squad for the 2016 Cricket U19 World Cup.', 'Before turning 20, he was part of the South African squad for the 2016 Under-19 Cricket World Cup.', 'Prior to his debut at the age of 20, he was part of the South African squad for the 2016 Under-19 Cricket World Cup.']" -875,"['Following', 'the', 'June', '25,', '1950,', 'outbreak', 'of', 'the', 'Korean', 'War', 'as', 'a', 'result', 'of', 'the', 'invasion', 'of', 'the', 'Republic', 'of', 'Korea', '(South', 'Korea)', 'by', 'its', 'northern', 'neighbor,', 'the', 'Democratic', ""People's"", 'Republic', 'of', 'Korea', ',', 'the', 'United', 'Nations', 'committed', 'troops', 'to', 'the', 'conflict', 'in', 'support', 'of', 'South', 'Korea.']","[28, 33]",1,democratic people's republic of korea,"Following the June 25, 1950, outbreak of the Korean War as a result of the invasion of the Republic of Korea (South Korea) by its northern neighbor, the Democratic People's Republic of Korea, the United Nations committed troops to the conflict in support of South Korea.","[""Following the outbreak of the Korean War on 25 June 1950 following the invasion of the Republic of Korea (South Korea) by its northern neighbour, the Democratic People's Republic of Korea, the United Nations committed itself to supporting South Korea in the conflict with troops."", ""Following the outbreak of the Korean War on June 25, 1950, following the invasion of the Republic of Korea by its northern neighbor, the Democratic People's Republic of Korea, the United Nations sent troops to assist South Korea in the conflict."", ""Following the outbreak of the Korean War following the invasion of the Republic of Korea (South Korea) by its northern neighbour, the Democratic People's Republic of Korea, on 25 June 1950, the United Nations sent troops to support South Korea."", ""After the outbreak of the Korean War on 25 June 1950, triggered by the invasion of the Republic of Korea (South Korea) by its northern neighbour, the Democratic People's Republic of Korea, the United Nations dedicated troops to the conflict in support of South Korea."", ""Following the outbreak of the Korean War on 25 June 1950, following the invasion of the Republic of Korea by its northern neighbour, the Democratic People's Republic of Korea, the United Nations sent troops into the conflict in support of South Korea.""]" -876,"['The', 'resolution', 'was', 'sponsored', 'by', 'France', 'and', 'the', 'United', 'States', '.']","[8, 10]",1,united states,The resolution was sponsored by France and the United States.,"['The resolution was supported by France and the United States.', 'The resolution was supported by France and the United States.', 'The resolution was pushed forward by France and the United States.', 'This resolution was supported by France and the United States.', 'The resolution was supported by France and the United States.']" -877,"['While', 'working', 'on', 'the', 'album', 'she', 'enlisted', 'the', 'help', 'of', 'producer', 'Bangladesh', 'so', 'that', 'she', 'could', 'give', 'her', 'music', 'a', 'more', 'distinct', 'edge.']","[11, 12]",1,bangladesh,While working on the album she enlisted the help of producer Bangladesh so that she could give her music a more distinct edge.,"['While working on the album she enlisted the help of the producer Bangladesh to give her music a different sound.', 'While working on the album she enlisted the help of the producer Bangladesh to give her music a clearer shine.', 'While working on the album she enlisted the help of the producer Bangladesh to give her music a clearer front.', 'While working on the album she enlisted the help of the producer Bangladesh to give her music more independence.', 'While working on the album she enlisted the help of the producer Bangladesh to give her music a distinct note.']" -878,"['The', ""ship's"", 'hijacking', 'and', 'subsequent', 'events', 'remain', 'mysterious', 'as', 'no', 'credible', 'explanation', 'exists', 'of', 'its', 'disappearance', 'and', 'Russia', ""'s"", 'conduct', 'during', 'and', 'after', 'capturing', 'the', 'ship.']","[17, 18]",1,russia,The ship's hijacking and subsequent events remain mysterious as no credible explanation exists of its disappearance and Russia's conduct during and after capturing the ship.,"[""The hijacking of the ship and the events that followed remain a mystery, as there is no credible explanation for its disappearance and Russia's behavior during and after its capture."", 'The hijacking and subsequent events remain a mystery, as there is no credible explanation for the disappearance of the ship and Russian behavior during and after the hijacking.', 'The hijacking of the ship and the events that followed remain a mystery, as there is no credible explanation for the disappearance and Russian behaviour during and after the hijacking of the ship.', ""The hijacking of the ship and its consequences remain a mystery, as there is no credible explanation for its disappearance and Russia's behaviour during and after the seizure of the ship."", ""The hijacking of the ship and the events that followed remain mysterious, because there is no credible explanation for its disappearance and Russia's behavior during and after the surrender of the ship.""]" -879,"['At', 'the', 'same', 'games', 'in', 'Athens,', 'Greece,', 'Târlea', 'helped', 'Romania', 'to', 'sixth', 'place', 'in', 'the', '4', '×', '400', 'm', 'relay.']","[9, 10]",1,romania,"At the same games in Athens, Greece, Târlea helped Romania to sixth place in the 4 × 400 m relay.","['At the same Games in Athens, Greece, Târlea helped Romania to sixth place in the 4 × 400m relay.', 'At the same Games in Athens, Greece, Târlea helped Romania to sixth place in the 4 × 400m relay.', 'At the same Games in Athens, Greece, Târlea helped Romania to sixth place in the 4 × 400m relay.', 'At the Games in Athens, Greece, Tarlea helped Romania to sixth place in the 4 x 400-meter relay.', 'Later in the day Tarlea helped Romania to a sixth place in the 400m relay.']" -880,"['In', 'July', '1941,', 'after', 'the', 'Nazi', 'Germany', 'attacked', 'the', 'Soviet', 'Union,', 'Buczacz', 'was', 'taken', 'over', 'by', 'the', 'Germany', '.']","[17, 18]",1,germany,"In July 1941, after the Nazi Germany attacked the Soviet Union, Buczacz was taken over by the Germany.","['In July 1941, after Nazi Germany invaded the Soviet Union, Buczacz was taken over by Germany.', 'In July 1941, after Nazi Germany invaded the Soviet Union, Buczacz was taken over by Germany.', 'In July 1941, after Nazi Germany invaded the Soviet Union, Buczacz was taken over by Germany.', 'In July 1941, after Nazi Germany invaded the Soviet Union, Buczacz was taken over by Germany.', 'In July 1941, after the invasion of the Soviet Union by the Nazi occupiers, Buczacz was placed in the hands of the Germans.']" -881,"['Despite', 'ideological', 'sympathy,', 'Franco', 'did', 'not', 'bring', 'Spain', 'into', 'the', 'war', 'as', 'a', 'belligerent', 'and', 'stationed', 'field', 'armies', 'in', 'the', 'Pyrenees', 'to', 'dissuade', 'a', 'German', 'occupation', 'of', 'the', 'Iberian', 'Peninsula.']","[7, 8]",1,spain,"Despite ideological sympathy, Franco did not bring Spain into the war as a belligerent and stationed field armies in the Pyrenees to dissuade a German occupation of the Iberian Peninsula.","['Despite ideological sympathies, Franco did not wage war against Spain as a warmongering army stationed in the Pyrenees to deter a German occupation of the Iberian Peninsula.', 'Despite ideological sympathies, Franco did not take Spain to war as a warmonger and stationed an army in the Pyrenees to avert a German occupation of the Iberian Peninsula.', 'Despite ideological sympathies, Franco did not lead Spain to war as a warlike army in the Pyrenees in order to reconcile a German occupation of the Iberian Peninsula.', 'Despite his ideological sympathies, Franco did not lead Spain to war because he stationed naval fleets in the Pyrenees to deter a German occupation of the Iberian Peninsula.', 'Despite his ideological sympathies, Franco did not introduce Spain into the war as a warmongering priority, stationed in the Pyrenees to deter a German occupation of the Iberian Peninsula.']" -882,"['In', '2005-06,', 'St.', 'Jakob-Park', 'attracted', 'an', 'average', 'attendance', 'of', '23,500,', 'making', 'Basel', 'the', 'most', 'highly', 'supported', 'football', 'club', 'in', 'Switzerland.']","[11, 12]",1,basel,"In 2005-06, St. Jakob-Park attracted an average attendance of 23,500, making Basel the most highly supported football club in Switzerland.","['With an average of 23,500 visitors in 2005 / 2006, St. Jakob Park was the most visited football club in Switzerland.', 'In 2005 / 06, the average attendance at St. Jakob Park was 23,500, making Basel the most supported football club in Switzerland.', 'In 2005 / 2006, the average attendance at St. Jakob Park was 23,500, making Basel the most supported football club in Switzerland.', 'In 2005-2006, St. Jakob Park attracted an average of 23,500 spectators, making Basel the Swiss football club with the most supporters in the region.', 'In 2005 / 06, St. Jakob Park was the most heavily subsidised football club in Switzerland with an average attendance of 23,500.']" -883,"['The', 'song', 'was', 'also', 'produced', 'by', 'Bangladesh', ',', 'Dr.', 'Luke', 'and', 'Benny', 'Blanco', 'with', 'engineering', 'done', 'by', 'Emily', 'Wright,', 'Sam', 'Holland,', 'Chris', '""TEK""', ""O'Ryan"", 'and', 'Chris', 'Holmes.']","[6, 7]",1,bangladesh,"The song was also produced by Bangladesh, Dr. Luke and Benny Blanco with engineering done by Emily Wright, Sam Holland, Chris""TEK"" O'Ryan and Chris Holmes.","['The song was also produced by Dr. Luke and Benny Blanco, using the technique of Emily Wright, Sam Holland, Chris ""TEK"" O\'Ryan and Chris Holmes.', 'The song was also produced by Dr. Luke and Benny Blanco with technique by Emily Wright, Sam Holland, Chris ""TEK"" O\'Ryan and Chris Holmes.', 'This single was also produced by Bangladesh, Dr. Luke and Benny Blanco under the technical direction of Emily Wright, Sam Holland, Chris ""TEK"" O\'Ryan and Chris Holmes.', 'The song was also ""produced"" by Dr. Luke and Benny Blanco and developed by Emily Wright, Sam Holland, Chris ""TEK"" O\'Ryan and Chris Holmes.', 'The song was also produced by Dr. Luke and Benny Blanco as well as Emily Wright, Sam Holland, Chris ""TEK"" O\'Ryan and Chris Holmes.']" -884,"['This', 'was', 'not', 'only', 'a', 'reaction', 'to', 'the', 'Contra', 'resistance', 'movement', 'but', 'a', 'full-fledged', 'alliance', 'with', 'Soviet', 'Union', ',', 'which', 'provided', 'free', 'credit,', 'economic', 'subsidies', 'and', 'heavy', 'weapon', 'grants.']","[16, 18]",1,soviet union,"This was not only a reaction to the Contra resistance movement but a full-fledged alliance with Soviet Union, which provided free credit, economic subsidies and heavy weapon grants.","['This was not only a reaction to the Contra resistance movement, but also a full-fledged alliance with the Soviet Union, which provided free loans, economic subsidies, and heavy weapons.', 'This was not only a reaction to the resistance movement, but also a full-fledged alliance with the Soviet Union, which provided free credit, economic subsidies, and heavy weapons.', 'This was not only a reaction to the Contra resistance movement, but also a full-blown alliance with the Soviet Union, which provided free loans, economic aid, and scholarships for heavy weapons.', 'This was not only a reaction to the resistance of the Contra supporters, but also a full-fledged alliance with the Soviet Union, which provided free loans, economic subsidies, and financial support for heavy weapons.', 'It was not just a reaction to the Contra resistance movement, but a comprehensive alliance with the Soviet Union, which provided free loans, economic subsidies, and gifts for heavy weapons.']" -885,"['After', 'the', 'creation', 'of', 'Pakistan', 'on', '14', 'August', '1947,', 'the', 'Frontier', 'Force', 'Regiment', 'was', 'allocated', 'to', 'Pakistan', 'and', 'Bakhtiar', 'Rana', 'joined', 'the', 'newly', 'established', 'Pakistan', 'Army', 'and', 'helped', 'in', 'its', 'formation.']","[4, 5]",1,pakistan,"After the creation of Pakistan on 14 August 1947, the Frontier Force Regiment was allocated to Pakistan and Bakhtiar Rana joined the newly established Pakistan Army and helped in its formation.","['After Pakistan was founded on August 14, 1947, the Frontier Combat Regiment was assigned to Pakistan and Bakhtiar Rana joined and helped found the newly formed Pakistani Army.', 'After Pakistan was founded on August 14, 1947, the Frontier Corps Regiment was assigned to Pakistan, and Bakhtiar Rana joined and helped found the newly formed Pakistani Army.', 'After Pakistan was founded on August 14, 1947, Pakistan was assigned the Frontier Force Regiment, and Bakhtiar Rana joined and helped form the newly formed Pakistani Army.', 'After the founding of Pakistan on August 14, 1947, Pakistan was assigned the Border Weapons Regiment, and Bakhtiar Rana joined and helped found the newly formed Pakistani Army.', 'After Pakistan was founded on August 14, 1947, the Frontier Troop Regiment was assigned to Pakistan and Bakhtiar Rana joined and helped form the newly formed Pakistani Army.']" -886,"['In', 'September', '2016', 'he', 'criticised', 'Wales', ""'"", 'proposals', 'that', 'would', 'partition', 'the', 'present', 'Montgomeryshire', 'UK', 'Parliament', 'constituency', 'between', 'three', 'neighbouring', 'seats,', 'claiming', 'it', 'would', '""create', 'a', 'bureaucratic', 'nightmare""', 'of', 'three', 'MPs', 'representing', 'the', 'existing', 'shire', 'county', 'area.']","[5, 6]",1,wales,"In September 2016 he criticised Wales' proposals that would partition the present Montgomeryshire UK Parliament constituency between three neighbouring seats, claiming it would""create a bureaucratic nightmare"" of three MPs representing the existing shire county area.","['In September 2016, he criticised Wales ""proposals to split the current Montgomeryshire constituency into three adjacent seats, claiming it would create a"" bureaucratic nightmare ""of three MPs representing the existing county.', 'In September 2016, he criticised Wales\' proposals to split the current Montgomeryshire constituency into three adjacent seats, claiming it would create a ""bureaucratic nightmare"" of three MPs representing the existing county.', 'In September 2016, he criticised Wales\' plans to split the current Montgomeryshire constituency into three neighbouring seats, claiming it would create a ""bureaucratic nightmare"" for three MPs from the existing constituency.', 'In September 2016, he criticised Wales\' proposals to split the current Montgomeryshire constituency into three adjacent seats, claiming it would create a ""bureaucratic nightmare"" with three MPs taking the existing constituency by district.', 'In September 2016, he criticised Wales\' proposal to split the current Montgomeryshire England Parliament constituency into three neighbouring seats as a ""bureaucratic nightmare"" of three MPs representing the existing county area.']" -887,"['They', 'described', 'Medvedev', 'as', 'the', '""brain""', 'of', 'the', '""KGB', 'corporation""', 'that', 'rules', 'Russia', '.']","[12, 13]",1,russia,"They described Medvedev as the""brain"" of the""KGB corporation"" that rules Russia.","['They described Medvedev as the ""brain"" of the ""KGB corporation"" that dominates Russia.', 'They described Medvedev as the ""brain"" of the ""KGB corporation"" that rules Russia.', 'They described Medvedev as the ""brain"" of the KGB group that dominates Russia.', 'Medvedev has been described as the ""brain"" of Russia\'s ruling KGB.', 'They described Medvedev as the ""brain"" of Russia\'s ruling ""KGB.""']" -888,"['They', 'were', 'both', 'passed', 'by', 'Germany,', 'and', 'Häggblad', 'beat', 'Hagen', 'at', 'the', 'finish', 'line', 'for', 'the', 'bronze', 'medal.']","[7, 8]",1,häggblad,"They were both passed by Germany, and Häggblad beat Hagen at the finish line for the bronze medal.","['Both were overtaken by Germany, and Häggblad beat Hagen at the finish with the bronze medal.', 'Both were overtaken by Germany, and Häggblad beat Hagen at the finish to take bronze.', 'Häggblad defeated Hagen in the finish area and won bronze.', 'But a big victory followed for Germany, and in the end Häggblad took bronze in Hagen.', 'Both were perhaps only overtaken by Germany eight times in a row and Häggblad beat Hagen for bronze shortly before the end.']" -889,"['Most', 'of', 'the', 'Masovian', 'inheritance', '(except', 'Czersk,', 'who', 'was', 'already', 'given', 'to', 'Konrad', 'III', 'as', 'hereditary', 'fief', 'in', '1495)', 'was', 'seriously', 'threatened', 'by', 'the', 'Kingdom', 'of', 'Poland', 'at', 'the', 'time', 'of', 'Konrad', ""III's"", 'death,', 'and', ""wasn't"", 'secured', 'in', 'his', ""sons'"", 'hands', 'until', '14', 'March', '1504,', 'when', 'by', 'a', 'ruling', 'of', 'King', 'Alexander,', 'the', 'young', 'princes', 'received', 'their', 'whole', 'patrimony', 'as', 'a', 'fief.']","[24, 27]",1,kingdom of poland,"Most of the Masovian inheritance (except Czersk, who was already given to Konrad III as hereditary fief in 1495) was seriously threatened by the Kingdom of Poland at the time of Konrad III's death, and wasn't secured in his sons' hands until 14 March 1504, when by a ruling of King Alexander, the young princes received their whole patrimony as a fief.","['Most of the Mazovian inheritance (with the exception of Czersk, which had been given to Konrad III as an inheritance as early as 1495) was seriously threatened by the Kingdom of Poland after the death of Konrad III and was only secured in the hands of his sons on 14 March 1504, when the young princes received all their property as fief by decree of King Alexander.', 'Most of the Mazovian inheritance (with the exception of Czersk, which was transferred to Konrad III as inheritance law in 1495) was seriously threatened by the Kingdom of Poland at the time of the death of Konrad III, and was only taken over by his sons on 14 March 1504, after the young princes had received their entire inheritance as a fief from King Alexander.', 'Most of the Mazovian inheritance (with the exception of Czersk, which had already been handed over to Konrad III as his heir in 1495) was seriously threatened by the Kingdom of Poland at the time of the death of Konrad III and was only secured in the hands of his sons on 14 March 1504.', ""The entire Mazovian inheritance (with the exception of Czersk, which had already been assigned to Konrad III as hereditary bishop in 1495) was seriously threatened by the Kingdom of Poland at the time of Konrad's death; it was only handed over to his sons on 14 March 1504 by King Alexander's decision, when the young princes received their entire inheritance as fief."", ""Most of the Mazovian inheritances (with the exception of Czersk, which Konrad III received as his heir in 1495) were seriously threatened by the Kingdom of Poland at the time of Constantine III's death and were not secured in the hands of his sons until 14 March 1504, when the young princes received all their property as fief on the orders of King Alexander.""]" -890,"['Prior', 'to', 'the', '1993', 'ban,', 'China', 'used', 'tiger', 'bone,', 'which', 'they', 'believed', 'to', 'have', 'healing', 'powers,', 'to', 'yield', 'tiger', 'wine', 'and', 'traditional', 'Chinese', 'medicines', '.']","[5, 6]",1,china,"Prior to the 1993 ban, China used tiger bone, which they believed to have healing powers, to yield tiger wine and traditional Chinese medicines.","['Before the 1993 ban, China used tiger bones, believed to have healing properties, to make tiger wine and traditional Chinese medicine.', 'Before the 1993 ban, China used tiger bones, believed to have healing properties, to make tiger wine and traditional Chinese medicine.', 'Before the 1993 ban, China used tiger bones, believed to have healing properties, to make tiger wine and traditional Chinese medicine.', 'Before the 1993 ban, China used tiger bones, believed to have healing properties, to make tiger wine and traditional Chinese medicine.', 'Before the ban in 1993, China used tiger bones, believed to have healing properties, to supply tiger wine and traditional Chinese remedies.']" -891,"['She', 'represented', 'Greece', 'in', 'triathlon', 'at', 'the', '2008', 'Summer', 'Olympics.']","[2, 3]",1,greece,She represented Greece in triathlon at the 2008 Summer Olympics.,"['She represented Greece in the triathlon at the 2008 Summer Olympics.', 'She represented Greece in the triathlon at the 2008 Summer Olympics.', 'She represented Greece in the triathlon at the 2008 Summer Olympics.', 'She represented Greece in the triathlon at the 2008 Summer Olympics.', 'She represented Greece in the triathlon at the 2008 Summer Olympics.']" -892,"['The', 'Nagorno-Karabakh', 'Autonomous', 'Oblast', 'voted', 'to', 'secede', 'from', 'Azerbaijan', 'and', 'join', 'Armenia', ',', 'triggering', 'the', 'Nagorno-Karabakh', 'War.']","[11, 12]",1,armenia,"The Nagorno-Karabakh Autonomous Oblast voted to secede from Azerbaijan and join Armenia, triggering the Nagorno-Karabakh War.","['The Nagorno-Karabakh Autonomous Oblast voted to secede from Azerbaijan and join Armenia, triggering the Nagorno-Karabakh War.', 'The Nagorno-Karabakh Autonomous Region voted in favour of secession from Azerbaijan and the accession of Armenia, triggering the Nagorno-Karabakh war.', 'The Nagorno-Karabakh Autonomous Region voted in favour of secession from Azerbaijan and accession to Armenia.', 'The Nagorno-Karabakh Autonomous Region voted to secede from Azerbaijan and join Armenia, triggering the Nagorno-Karabakh War.', 'The Nagorno-Karabakh Autonomous Region decided to secede from Azerbaijan and join Armenia, triggering the Nagorno-Karabakh War.']" -893,"['Britain', 'requested', ""Daoud's"", 'replacement', 'because', 'he', 'has', 'a', 'reputation', 'for', 'corruption,', 'ties', 'to', ""Afghanistan's"", 'Opium', 'industry,', 'and', 'ties', 'to', 'the', 'Taliban.']","[0, 1]",1,britain,"Britain requested Daoud's replacement because he has a reputation for corruption, ties to Afghanistan's Opium industry, and ties to the Taliban.","[""Britain has called for Daoud's ouster because he is known for corruption, links to the Afghan opium industry and links to the Taliban."", ""Britain had demanded Daoud's ouster because he is known for corruption, links to the Afghan opium industry and links to the Taliban."", ""Britain asked for Daoud's ouster because he is known for corruption, links to the Afghan opium industry and links to the Taliban."", ""Britain demanded Daoud's ouster because he is known for corruption, links to the Afghan opium industry and links to the Taliban."", ""Britain had demanded Daoud's ouster because he is seen as corrupt, has ties to the Afghan opium industry and has ties to the Taliban.""]" -894,"['Israel', 'has', 'its', 'own', 'Afganistan', 'which', 'is', 'Syria,', 'and', 'its', 'own', 'Iraq,', 'which', 'is', 'Iran.']","[4, 5]",1,afganistan,"Israel has its own Afganistan which is Syria, and its own Iraq, which is Iran.","['Israel has its own Afghanistan, Syria and its own Iraq, Iran.', 'Israel has its own Afganistan, which is Syria, and its own Iraq, Iran.', 'Israel has its own Afganistan, in other words Syria, and its own Iraq, Iran.', 'Israel has its own Afghanistan, Syria and its own Iraq, Iran.', 'Israel has its own Afghanistan - Syria - and its own Iraq - Iran.']" -895,"['After', 'immigrating', 'to', 'Canada', 'in', '1968,', 'Costa', 'continued', 'his', 'senior', 'career', 'playing', 'for', 'Toronto', 'of', 'the', 'Canadian', 'National', 'Soccer', 'League', 'until', '1984,', 'becoming', 'the', 'longest', 'serving', 'player', 'in', 'the', 'league', 'and', 'winning', 'a', 'championship', 'with', 'the', 'club.']","[13, 14]",1,toronto,"After immigrating to Canada in 1968, Costa continued his senior career playing for Toronto of the Canadian National Soccer League until 1984, becoming the longest serving player in the league and winning a championship with the club.","[""After emigrating to Canada in 1968, Costa continued his career at the highest level, playing for Toronto in the Canadian National Soccer League until 1984, becoming the league's longest-serving player and winning the championship with the club."", ""After moving to Canada in 1968, Costa continued his playing career for Toronto in the Canadian National Soccer League until 1984, becoming the league's longest-serving player and winning the championship with the club."", ""After emigrating to Canada in 1968, Costa continued his senior career, playing for Toronto in the Canadian National Soccer League (NASL) until 1984, becoming the league's longest-serving player and winning a championship with the club."", ""After emigrating to Canada in 1968, Costa continued his career, playing for Toronto in the Canadian National Soccer League until 1984, becoming the league's longest-serving player to win all championships with the club."", 'After emigrating to Canada in 1968, Costa continued his coaching career with Toronto in the Canadian Premier League until 1984, becoming the longest-serving player in the league and winning the championship with the club.']" -896,"['In', 'their', 'first', 'class', 'of', 'the', 'day,', 'Luke', 'is', 'introduced', 'to', 'Mike,', 'Cat', 'and', 'Tank', 'who', 'were', ""Peter's"", 'old', 'friends', 'and', 'Jordan', ',', 'the', 'last', 'person', 'to', 'move', 'to', 'Phoenix.']","[21, 22]",1,jordan,"In their first class of the day, Luke is introduced to Mike, Cat and Tank who were Peter's old friends and Jordan, the last person to move to Phoenix.","[""In the first class of the day, Luke meets Mike, Cat and Tank, who were Peter's old friends, and Jordan, the last to move to Phoenix."", ""In the first class of the day, Luke meets Mike, Cat and Tank, who were Peter's old friends, and Jordan, the last person to move to Phoenix."", ""In the first hour Luke meets Mike, Cat and Tank, who were Peter's old friends, and Jordan, the last person to move to Phoenix."", ""In her first lesson of the day, Luke introduces Mike and Channel, who were Peter's old friends, and Jordan, the last person to move to Phoenix."", ""In the first class of the day, Luke is introduced to Mike, Peter's old friends, and Jordan, the last to move to Phoenix.""]" -897,"['The', 'communist', 'radical', 'group,', 'the', 'Red', 'May,', 'are', 'trying', 'to', 'bring', 'down', 'Japan', ""'s"", 'economy', 'and', 'take', 'over', 'the', 'government.']","[12, 13]",1,japan,"The communist radical group, the Red May, are trying to bring down Japan's economy and take over the government.","['The radical communist group, the Red May, is trying to bring down the Japanese economy and take over the government.', ""The radical group of communists, the Red May, is trying to bring down Japan's economy and take over the government."", ""The radical communist group Red May is trying to bring down Japan's economy and take over the government."", 'The Communist fringe is trying to bring down the Japanese economy and take over the government.', ""Radical communist groups are trying to topple Japan's economy and take over the government.""]" -898,"['In', '1902', 'the', 'ship', 'was', 'transferred', 'to', 'the', 'navy', 'of', 'Colombia', 'where', 'it', 'was', 'armed', 'with', 'cannon', 'and', 'served', 'in', 'the', 'Colombian', 'navy', 'as', 'the', 'gunboat', 'Bogota', '.']","[26, 27]",1,bogota,In 1902 the ship was transferred to the navy of Colombia where it was armed with cannon and served in the Colombian navy as the gunboat Bogota.,"['In 1902, the ship was handed over to the Colombian Navy, where it was armed with rifles and used as a gunboat for the Colombian Navy Bogota.', 'In 1902, the ship was handed over to the Colombian Navy, where it was armed with cannons and made available to the Colombian Navy as a gunboat to Bogota.', 'In 1902 the ship was handed over to the Colombian Navy, where it served as gunboat Bogota and later as gunboat of the Colombian Navy.', 'In 1902, the ship was handed over to the Colombian Navy, where it was armed with cannons and served as a gunboat for the Colombian Navy.', 'In 1902, it was handed over to ten members of the Colombian Navy, where it was armed with cannons and served as a gunboat for the Colombian Navy.']" -899,"['Japan', 'has', 'a', 'long', 'robotics', 'history', 'and', 'high', 'reputation', 'in', 'the', 'robotics', 'area.']","[0, 1]",1,japan,Japan has a long robotics history and high reputation in the robotics area.,"['Japan has a long history in robotics and a high reputation in robotics.', 'Japan has a long history in robotics and robotics.', 'Japan has a long history of robotics and a high reputation in the robotics sector.', 'Japan has a long history in robotics and a good reputation in robotics.', 'Japan has a long history of robotics and a good reputation in the robotics sector.']" -900,"['Final', 'incorporation', 'of', 'the', 'region', 'into', 'Poland', 'had', 'nothing', 'to', 'do', 'with', 'the', 'Vilnius', 'issue', '-', 'it', 'was', 'incorporated', 'immediately', 'as', 'Lithuanian', 'troops', 'were', 'pushed', 'out', 'of', 'it', '(for', 'the', 'second', 'time)in', 'the', 'summer', 'of', '1920.']","[13, 14]",1,vilnius,Final incorporation of the region into Poland had nothing to do with the Vilnius issue - it was incorporated immediately as Lithuanian troops were pushed out of it (for the second time)in the summer of 1920.,"['The final annexation of the region to Poland had nothing to do with the Vilnius question - it was carried out immediately when Lithuanian troops were expelled from the region (for the second time) in the summer of 1920.', 'The final integration of the region into Poland had nothing to do with the Wilnius question; it took place immediately after the (second) expulsion of Lithuanian troops from the region in the summer of 1920.', 'The final integration of the region into Poland had nothing to do with the Vilnius question (it was taken up directly when Lithuanian troops were expelled from the region (for the second time) in the summer of 1920).', 'A final annexation of the region to Poland has nothing to do with the Vilnius question - it was taken up immediately when Lithuanian troops were expelled from the region (for the second time) in the summer of 1920.', 'The final integration of the region into Poland had nothing to do with the problem in Vilnius: it was incorporated immediately after the (second) expulsion of Lithuanian troops from the region in the summer of 1920.']" -901,"['Ten', 'days', 'later,', 'the', 'United', 'States', 'designated', 'Jabhat', 'al-Nusra', 'as', 'a', 'foreign', 'terrorist', 'organization,', 'followed', 'by', 'the', 'United', 'Nations', 'Security', 'Council', 'and', 'many', 'other', 'countries.']","[4, 6]",1,united states,"Ten days later, the United States designated Jabhat al-Nusra as a foreign terrorist organization, followed by the United Nations Security Council and many other countries.","['Ten days later, the United States declared Jabhat al-Nusra a foreign terrorist organization, followed by the United Nations Security Council and many other countries.', 'Ten days later, the United States declared Jabhat al-Nusra a foreign terrorist organization, followed by the United Nations Security Council and many other countries.', 'Ten days later, the US declared Jabhat al-Nusra a foreign terrorist organization, followed by the UN Security Council and many other countries.', 'Ten days later, the United States declared Jabhat al-Nusra a foreign terrorist organization, followed by the United Nations Security Council and numerous other countries.', 'After ten days, the US classified Jabhat al-Nusra as a foreign terrorist organization, followed by the UN Security Council and many other countries.']" -902,"['The', 'team', 'has', 'advanced', 'to', 'the', 'second', 'round', 'in', 'all', 'of', 'its', 'appearances,', 'in', 'the', 'process', 'becoming', 'the', 'first', 'team', 'to', 'score', 'mercy', 'rule', 'wins', 'over', 'Cuba', 'and', 'the', 'United', 'States.']","[26, 27]",1,cuba,"The team has advanced to the second round in all of its appearances, in the process becoming the first team to score mercy rule wins over Cuba and the United States.","['The team has advanced to the second round in all of its appearances, becoming the first team to record victories over Cuba and the United States.', 'The team has advanced to the second round in each of its appearances, becoming the first team to win against Cuba and the United States.', 'The team reached the second round in all appearances and became the first team to reach the playoffs via Cuba and the United States.', 'The team advanced to the quarterfinals in all areas and became the first team to reach the quarterfinals against Cuba and the United States.', 'The team reached the second round in all of its appearances and became the first team to score with victories over Cuba and the United States.']" -903,"['Shi', 'Yu', 'Quan', 'has', 'been', 'appointed', 'as', 'new', 'representative', 'of', 'China', 'to', 'the', 'Mister', 'International', '2014', 'because', 'the', 'previous', 'candidate,', 'Daniel', 'Che,', 'was', 'stripped', 'of', 'the', 'title', 'for', '""bad', 'attitude"".']","[10, 11]",1,china,"Shi Yu Quan has been appointed as new representative of China to the Mister International 2014 because the previous candidate, Daniel Che, was stripped of the title for""bad attitude"".","['Shi Yu Quan was appointed as the new representative of China at the Mister International 2014, because the previous candidate Daniel Che was deprived of his title because of his ""bad attitude.""', 'Shi Yu Quan was appointed Mister International 2014 because the previous candidate Daniel Che was stripped of his title because of his ""bad attitude.""', 'Shi Yu Quan was appointed as the new Chinese representative of Mister International in 2014, because the previous candidate Daniel Che was stripped of his title because of his ""bad attitude.""', 'Shi Yu Quan became the new Chinese representative at Mister International in 2014, because the previous candidate Daniel Che was stripped of the title ""bad attitude.""', 'Shi Yu Quan was appointed China\'s new contact at Mister International in 2014 because former candidate Daniel Che had been stripped of the title of ""bad posture.""']" -904,"['Israel', 'has', 'its', 'own', 'Afganistan', 'which', 'is', 'Syria', ',', 'and', 'its', 'own', 'Iraq,', 'which', 'is', 'Iran.']","[7, 8]",1,syria,"Israel has its own Afganistan which is Syria, and its own Iraq, which is Iran.","['Israel has its own Afganistan, which is Syria, and its own Iraq, Iran.', 'Israel has its own Afghanistan, Syria and its own Iraq, Iran.', 'Israel has its own Afghanistan, which is Syria, and its own Iraq, Iran.', 'Israel has its own Afganistan, called Syria, and its own Iraq, Iran.', 'Israel has its own Afganistan and Iraq, Iran, which is Syria.']" -905,"['Rushchinsky', 'made', 'his', 'debut', 'for', 'USSR', 'on', '16', 'November', '1924', 'in', 'a', 'friendly', 'against', 'Turkey', '.']","[14, 15]",1,turkey,Rushchinsky made his debut for USSR on 16 November 1924 in a friendly against Turkey.,"['Ruschchinsky made his debut for the USSR in a friendly against Turkey on November 16, 1924.', 'Rushchinsky made his debut for the USSR in a friendly against Turkey on November 16, 1924.', 'Ruschchinsky made his debut for the USSR in a friendly against Turkey on November 16, 1924.', 'Rushchinski made his debut for the USSR in a friendly against Turkey on 16 November 1924.', 'On November 16, 1924, Ruschchinsky made his debut for the USSR in a friendly against Turkey.']" -906,"['There', 'were', 'complaints', 'of', 'the', 'way', 'the', ""dog's"", 'behavior', 'was', 'described', 'and', 'London', 'followed', 'up', 'on', 'the', 'same', 'theme', 'with', 'The', 'Call', 'of', 'the', 'Wild.']","[12, 13]",1,london,There were complaints of the way the dog's behavior was described and London followed up on the same theme with The Call of the Wild.,"[""There were complaints about the way the dog's behaviour was described, and London followed suit with The Call of the Wild."", ""There were complaints about the way the dog's behaviour was described, and London followed suit with The Call of the Wild."", ""There were complaints about the way the dog's behaviour was described, and London took up the same theme with The Call of the Wild."", 'There were complaints about the dog\'s behaviour, and London followed the same theme with ""The Call of the Wild.""', ""There were complaints about the dog's behaviour and London continued with the same theme as The Call of the Wild.""]" -907,"['At', 'that', 'tournament,', 'Spain', 'defeated', 'Zimbabwe', ',', 'Philippines,', 'Tonga', 'and', 'Japan', 'to', 'reach', 'the', 'finals,', 'where', 'it', 'lost', 'to', 'Canada.']","[5, 6]",1,zimbabwe,"At that tournament, Spain defeated Zimbabwe, Philippines, Tonga and Japan to reach the finals, where it lost to Canada.","['In that tournament, Spain defeated Zimbabwe, the Philippines, Tonga and Japan to reach the final, where it lost to Canada.', 'At the tournament, Spain defeated Zimbabwe, the Philippines, Tonga and Japan to reach the final, where it lost to Canada.', 'In that tournament, Spain competed against Zimbabwe, the Philippines, Tonga and Japan for a place in the final, where it lost to Canada.', 'In that tournament, Spain beat Zimbabwe, the Philippines, Tonga and Japan to reach the final, where it defeated Canada.', 'Spain defeated Zimbabwe, the Philippines, Tonga and Japan to reach the final, where they lost to Canada.']" -908,"['They', 'go', 'to', 'Jordan', ""'s"", 'house', 'and', 'she', 'discusses', 'with', 'them', 'that', 'she', 'is', 'pregnant.']","[3, 4]",1,jordan,They go to Jordan's house and she discusses with them that she is pregnant.,"[""They go to Jordan and she tells them she's pregnant."", ""They go to Jordan and she tells them she's pregnant."", ""They go to Jordan's house and she tells them she's pregnant."", ""They go to Jordan's house and she tells them she's pregnant."", ""They go to Jordan and she tells them she's pregnant.""]" -909,"['Prior', 'to', 'Australian', 'Federation', 'the', 'island', 'of', 'Tasmania', 'was', 'a', 'colony', 'of', 'the', 'British', 'Empire,', 'and', 'as', 'such', 'was', 'often', 'at', 'war', 'with', 'Britain', '’s', 'enemies', 'and', 'European', 'rivals,', 'such', 'as', 'France', 'and', 'later', 'Russia.']","[23, 24]",1,britain,"Prior to Australian Federation the island of Tasmania was a colony of the British Empire, and as such was often at war with Britain ’s enemies and European rivals, such as France and later Russia.","['Before the Australian Federation, Tasmania was a colony of the British Empire and as such was often at war with British enemies and European rivals such as France and later Russia.', ""Before the Australian Federation, Tasmania was a colony of the British Empire and as such frequently waged war with Britain's enemies and European rivals such as France and later Russia."", 'Before the Australian Federation, Tasmania was a colony of the British Empire and therefore often waged war with British enemies and European rivals such as France and later Russia.', 'Before the Australian Federation, Tasmania was a colony of the British Empire and was therefore often at war with British enemies and European rivals such as France and later Russia.', 'Before the Australian Federation, the island of Tasmania was a colony of the British Empire and as such often enemies of Great Britain and European enemies such as France and later Russia.']" -910,"['Despite', 'the', 'Australia', 'v', 'England', 'match', 'later', 'receiving', 'Test', 'status,', 'and', 'being', 'the', 'match', 'that', 'triggered', 'the', 'birth', 'of', 'The', 'Ashes,', 'the', '1882', 'match', 'is', 'not', 'considered', 'to', 'be', 'part', 'of', 'The', 'Ashes', 'since', 'it', 'precedes', 'the', 'introduction', 'of', 'the', 'trophy.']","[2, 3]",1,australia,"Despite the Australia v England match later receiving Test status, and being the match that triggered the birth of The Ashes, the 1882 match is not considered to be part of The Ashes since it precedes the introduction of the trophy.","['Although the Australia v England match later gained Test status and was the birth of the Ashes, the 1882 match is not considered part of the Ashes because it precedes the introduction of the trophy.', 'Although the Australia v England match was later recognised as a Test and marked the birth of the Ashes, the 1882 match is not considered part of the Ashes because it is preceded by the introduction of the trophies.', 'Despite the later characterization of the Australia v England game and the fact that this was the birth of the ""Ashes,"" the 1882 World Cup is not considered part of the ""Ashes"" games, as it preceded the introduction of the trophy.', 'Although the Ashes are reminiscent of the Australia v England game and the 1882 series was the birth of the Ashes, the game has not been seen as part of the Ashes since the trophy was introduced.', 'Despite the later Test match status of the match between Australia and England and the birth of the Icelandic character, the 1882 match is not considered part of The Evacuante as it precedes the introduction of the Cup.']" -911,"['The', 'resolution', 'was', 'coauthored', 'by', 'France', 'and', 'the', 'United', 'States.']","[5, 6]",1,france,The resolution was coauthored by France and the United States.,"['The resolution was co-authored by France and the United States.', 'The resolution was drafted jointly by France and the United States.', 'The resolution was drafted by France and the United States.', 'The resolution was drafted jointly by France and the United States.', 'The resolution was co-authored by France and the United States.']" -912,"['Croatia', 'was', 'also', 'a', 'puppet', 'state', 'of', 'Italy', 'from', '1941', 'to', '1943.']","[7, 8]",1,italy,Croatia was also a puppet state of Italy from 1941 to 1943.,"['Croatia was also a puppet state of Italy from 1941 to 1943.', 'Croatia was also a puppet state of Italy from 1941 to 1943.', 'Croatia was also a puppet state of Italy from 1941 to 1943.', 'Croatia was also a puppet state of Italy from 1941 to 1943.', 'Croatia was also a puppet state of Italy from 1941 to 1943.']" -913,"['Yugoslavia', 'won,', 'ahead', 'of', 'Romania,', 'Bulgaria', ',', 'and', 'Albania.']","[5, 6]",1,bulgaria,"Yugoslavia won, ahead of Romania, Bulgaria, and Albania.","['Yugoslavia won ahead of Romania, Bulgaria and Albania.', 'It won Yugoslavia ahead of Romania, Bulgaria and Albania.', 'Yugoslavia won ahead of Romania, Bulgaria and Albania.', 'Yugoslavia won ahead of Romania, Bulgaria and Albania.', 'It won Yugoslavia ahead of Romania, Bulgaria and Albania.']" -914,"['Bogota', 'shelled', 'the', 'city', 'of', 'Panama', 'on', 'November', '3,', '1903', 'during', 'the', 'secession', 'of', 'Panama', 'from', 'Colombia.']","[0, 1]",1,bogota,"Bogota shelled the city of Panama on November 3, 1903 during the secession of Panama from Colombia.","[""Bogota shelled the city of Panama on November 3, 1903 during Panama's secession from Colombia."", 'Bogotá had shelled the city of Panama on 3 November 1903 during the secession of Panama from Colombia.', ""Bogotá bombed the city of Panama on 3 November 1903 during Panama's secession from Colombia."", ""Bogota had shelled the city of Panama on November 3, 1903, during Panama's secession from Colombia."", ""Bogotá had shelled the city of Panama on 3 November 1903 during Panama's secession from Colombia.""]" -915,"['Diplomatic', 'missions', 'were', 'signed', 'on', 'October', '18,', '1979,', 'between', 'Nicaragua', 'and', 'the', 'Soviet', 'Union', 'a', 'few', 'months', 'after', 'the', 'Sandinista', 'revolution.']","[12, 14]",1,soviet union,"Diplomatic missions were signed on October 18, 1979, between Nicaragua and the Soviet Union a few months after the Sandinista revolution.","['On 18 October 1979, a few months after the Sandinista revolution, diplomatic missions were signed between Nicaragua and the Soviet Union.', 'On 18 October 1979, a few months after the Sandinista revolution, diplomatic missions were signed between Nicaragua and the Soviet Union.', 'On 18 October 1979, a few months after the Sandinista revolution, diplomatic missions were signed between Nicaragua and the Soviet Union.', 'On 18 October 1979, a few months after the Sandinista revolution, a diplomatic mission between Nicaragua and the Soviet Union was signed.', 'On 18 October 1979, a few months after the Sandinista revolution, diplomatic missions between Nicaragua and the Soviet Union were closed.']" -916,"['Fort', 'Sainte', 'Thérèse', 'is', 'the', 'name', 'given', 'to', 'three', 'different', 'forts', 'built', 'successively', 'on', 'one', 'site,', 'among', 'a', 'series', 'of', 'fortifications', 'constructed', 'during', 'the', '17th', 'century', 'by', 'France', 'along', 'the', 'Richelieu', 'River,', 'in', 'the', 'province', 'of', 'Quebec,', 'in', 'Montérégie.']","[27, 28]",1,france,"Fort Sainte Thérèse is the name given to three different forts built successively on one site, among a series of fortifications constructed during the 17th century by France along the Richelieu River, in the province of Quebec, in Montérégie.","['Fort Sainte Thérèse is the name of three different fortifications built successively in one place, a series of fortifications built by France along the Richelieu River in the province of Québec in Montérégie in the 17th century.', 'Fort Sainte Thérèse is the name of three different fortifications built successively and in one place, among a series of fortifications built by France in the 17th century in Montérégie along the Richelieu River in the province of Quebec.', 'Fort Sainte Thérèse is the name of three different fortifications built successively on one area. They are part of a complex of fortifications built by France along the Richelieu River in the province of Quebec in Montérégie in the 17th century.', 'Fort Sainte Thérèse is the name of three different forts in a row and belongs to a series of fortifications built by France in the 17th century in Montérégie along the Richelieu River in the province of Quebec.', 'The name Fort Sainte Thérèse refers to three different fortresses built successively in one place, including one built by France in the 17th century along the river Richelieu in the province of Quebec in Montérégie.']" -917,"['He', 'made', 'his', 'debut', 'for', 'Ireland', 'against', 'Australia', 'in', '1993', 'and', 'was', 'then', 'selected', 'for', 'the', '1994', 'ICC', 'Trophy.']","[5, 6]",1,ireland,He made his debut for Ireland against Australia in 1993 and was then selected for the 1994 ICC Trophy.,"['He made his debut for Ireland against Australia in 1993 and was selected for the 1994 ICC Cup.', 'He made his debut for Ireland in 1993 against Australia, where he was nominated for the ICC Trophy in 1994.', 'He debuted for Ireland against Australia in 1993 and was called up to the ICC Trophy in 1994.', 'He made his debut for Ireland against Australia in 1993 and was even nominated for the ICC Cup in 1994.', 'He made his debut for Ireland against Australia in 1993 and was selected to the ICC trophy in 1994.']" -918,"['Britain', 'and', 'Belarus', 'established', 'diplomatic', 'relations', 'in', '1992', 'shortly', 'after', 'Belarus', 'regained', 'independence.']","[0, 1]",1,britain,Britain and Belarus established diplomatic relations in 1992 shortly after Belarus regained independence.,"['Britain and Belarus established diplomatic relations shortly after independence in 1992.', 'Britain and Belarus established diplomatic relations in 1992, shortly after Belarus regained its independence.', 'Britain and Belarus established diplomatic relations in 1992, shortly after Belarus regained its independence.', 'Britain and Belarus established diplomatic relations in 1992, shortly after Belarus gained independence.', 'Britain and Belarus established diplomatic relations shortly after independence in 1992.']" -919,"['In', 'the', '2013', 'World', 'Baseball', 'Classic,', 'Puerto', 'Rico', 'became', 'the', 'second', 'team', 'from', 'Western', 'Hemisphere', 'to', 'advance', 'to', 'the', 'final,', 'eliminating', 'two-time', 'defending', 'world', 'champion', 'Japan', 'in', 'the', 'semifinals', 'before', 'finishing', 'as', 'the', ""event's"", 'runners-up.']","[25, 26]",1,japan,"In the 2013 World Baseball Classic, Puerto Rico became the second team from Western Hemisphere to advance to the final, eliminating two-time defending world champion Japan in the semifinals before finishing as the event's runners-up.","['At the 2013 World Baseball Classic, Puerto Rico became the second team from the Western Hemisphere to reach the final round, knocking out two-time world champion Japan in the semifinals before finishing second.', 'At the 2013 World Baseball Classic, Puerto Rico became the second team from the Western Hemisphere to reach the final, eliminating two-time champion Japan in the semifinals before finishing runner-up to the United States.', 'In 2013, Puerto Rico became the second team in the Western Hemisphere to reach the finals at the World Baseball Classic, eliminating two-time defending champion Japan in the semifinals.', 'At the 2013 World Baseball Classic, Puerto Rico became the second team from the Western Hemisphere to reach the final, eliminating two-time defending champion Japan in the semifinals before finishing second.', 'At the 2013 World Baseball Classic, Puerto Rico became the second club from the Western Hemisphere to reach the final, eliminating two-time world champion Japan in the semifinals.']" -920,"['With', 'his', 'increased', 'oil', 'revenues,', 'and', 'with', 'his', 'new', 'vision', 'of', 'Iran', 'as', 'the', 'hegemonic', 'force', 'in', 'the', 'region,', 'a', 'nuclear', 'program', 'became', 'for', 'Shah', 'Pahlavi', 'the', 'symbol', 'of', 'progress', 'and', 'power.']","[11, 12]",1,iran,"With his increased oil revenues, and with his new vision of Iran as the hegemonic force in the region, a nuclear program became for Shah Pahlavi the symbol of progress and power.","[""With rising oil revenues and his new vision of Iran as the hegemonic power in the region, Shah Pahlavi's nuclear program became a symbol of progress and power."", ""With its rising oil revenues and its new vision of Iran as a hegemonic force in the zone, Shah Pahlavi's nuclear program has become a symbol of progress and power."", ""With its rising oil revenues and its new vision of Iran as a hegemonic force in the region, Shah Pahlavi's nuclear program has become a symbol of progress and power."", ""With its increased timber revenues and its new vision of Iran as a hegemonic force in the region, Shah Pahlavi's nuclear program has become a symbol of progress and power."", 'Rising oil revenues and his new vision of Iran as a hegemonic force in the region have made the nuclear program a symbol of progress for Shah Pahlavi.']" -921,"['Balbo', 'was', 'the', 'only', 'leading', 'Fascist', 'to', 'oppose', 'both', 'anti-Jewish', 'racial', 'laws', 'and', ""Mussolini's"", 'alliance', 'with', 'Nazi', 'Germany', '.']","[16, 18]",1,nazi germany,Balbo was the only leading Fascist to oppose both anti-Jewish racial laws and Mussolini's alliance with Nazi Germany.,"[""Balbo was the only leading fascist to reject both the anti-Jewish racial laws and Mussolini's alliance with Nazi Germany."", ""Balbo was the only leading fascist to oppose both the anti-Jewish racial laws and Mussolini's alliance with Nazi Germany."", ""Balbo was the only leading fascist to oppose both the anti-Jewish racial laws and Mussolini's alliance with Nazi Germany."", ""Balbo was the only leading fascist to reject the anti-Jewish racial laws and Mussolini's alliance with Nazi Germany."", ""Balbo was then the only leading fascist to oppose the anti-Jewish racial laws and Mussolini's alliance with Nazi Germany.""]" -922,"['His', 'MA', 'thesis', 'was', 'on', 'South', 'Africa', ""'s"", 'post-apartheid', 'transitional', 'justice', 'mechanisms', 'and', 'how', 'some', 'of', 'those', 'lessons', 'could', 'be', 'applied', 'to', 'post-war', 'Afghanistan.']","[5, 7]",1,south africa,His MA thesis was on South Africa's post-apartheid transitional justice mechanisms and how some of those lessons could be applied to post-war Afghanistan.,"[""His dissertation dealt with South Africa's post-apartheid transitional justice system and how some of these lessons could be applied to post-war Afghanistan."", ""His master's thesis dealt with South Africa's post-apartheid transitional justice system and how some of these lessons could be applied to post-war Iraq."", ""His master's thesis dealt with South Africa's post-apartheid transitional justice system and how some of these lessons could be applied to post-war Afghanistan."", ""His master's thesis dealt with South Africa's post-apartheid transitional justice system and how some of these lessons could be applied to post-war Afghanistan."", ""In his master's thesis, he examined South Africa's post-apartheid transitional justice and how some of these lessons could be applied to post-war Afghanistan.""]" diff --git a/data/fused_datasets/relocar_with_paraphrases_temp1.2 b/data/fused_datasets/relocar_with_paraphrases_temp1.2 deleted file mode 100644 index eab2be27d8b6382235eff6bacad628fa0704c033..0000000000000000000000000000000000000000 --- a/data/fused_datasets/relocar_with_paraphrases_temp1.2 +++ /dev/null @@ -1,924 +0,0 @@ -,sentence,pos,label,targets,joined_sents,paraphrases -0,"['He', 'performed', 'at', 'the', 'Habitat', 'Center,', 'New', 'Delhi', 'on', 'a', 'visit', 'to', 'India', '.']","[12, 13]",0,india,"He performed at the Habitat Center, New Delhi on a visit to India.","['She appeared at the Habitat for Humanity event during her visit to Saudi Arabia and India.', 'The red-haired beauty, who has appeared in the last two episodes of the show, will be joined by her co-star and co-creator Mark Gatiss, as well as her former co-star and co-creator Mark Gatiss, who is returning for a second season.', 'According to the New Delhi Medical Center, FedEx Pacific is the largest medical center in the world and the largest in the world.', 'On a visit to India, Kroos made 46 appearances for Bayern Munich, scoring a hat-trick and setting up the first goal for his new club.', 'I will not forgive Pence for standing out despite his active participation.']" -1,"['Beacon', 'Hill', 'is', 'a', 'neighbourhood', 'located', 'in', 'Beacon', 'Hill-Cyrville', 'Ward', 'in', 'the', 'east', 'end', 'of', 'Ottawa,', 'Ontario,', 'Canada.']","[0, 2]",0,beacon hill,"Beacon Hill is a neighbourhood located in Beacon Hill-Cyrville Ward in the east end of Ottawa, Ontario, Canada.","['Beheaal Hill is a neighborhood in Apple Drive Grands Plains, Ontario, Canada where Apple Inc., Apple Inc., Apple Inc., Apple Inc., Apple Inc., Apple Inc., Apple Inc., Apple Inc., Apple Inc., Apple Inc., Apple Inc., Apple Inc., Apple Inc., Apple Inc., Apple Inc., Apple Inc., Apple Inc., Apple Inc., Apple Inc., Apple Inc., Apple Inc., Apple Inc., Apple Inc., Apple Inc., Apple Inc., Apple Inc., Apple Inc., Apple Inc., Apple Inc., Apple Inc., Apple Inc., and Apple Inc.', 'One reason Republicans are taking so-called soldiers out of the debt is that they cannot afford to borrow for flights and housing.', 'In Beacon Hill, New York, police were still battling the flames, but the fire was more likely caused by a wildfire that burned more than a dozen homes and destroyed more than a dozen homes, the National Weather Service (NWS) said.', 'Beeffek < br > is Dean\'s innate trait of being ""tech savvy"" and ""rumoured"" to be a producer.', 'Nominations for the North go to Novament Corporate Pomill in central Canada, right next to the wintry Mountain Gates Mill by the Lakes (Self-Portrait, £2.99).']" -2,"['This', 'marine', 'species', 'occurs', 'in', 'the', 'Indian', 'Ocean', '(Tanzania,', 'Mascarene', 'Islands', ')', 'and', 'eastwards', 'as', 'far', 'as', 'Indonesia.']","[9, 11]",0,mascarene islands,"This marine species occurs in the Indian Ocean (Tanzania, Mascarene Islands ) and eastwards as far as Indonesia.","['This underwater species is found in the sea (Tanzania, Tanzania and the United States) and is considered the largest in the world.', 'This marine species has a body weight of 85 kg per joint. Amp; 2Alonso 5.1452 different amounts of plants ""stunning outfits"" M.110TT8. to 29 / 6 / 17itt Nina C.omi Examination of energy communicators Arkadius 6.388 Scientific training of energy communicators Arkadius 5.1452 Various amounts of plants ""stunning outfits"" M.110TT8. to 29 / 6 / 17itt Nina C.omi Examination of energy communicators Arkadius 6.388 Scientific training of energy communicators Arkadius 6.5 Scientific training of energy communicators Arkadius 6.5 Scientific training of energy communicators Arkadius 5.145 Scientific training of energy communicators Arkadius 5.145', 'The figure comes after the Indian Premier League club were knocked out in the first round of the Asian Champions League play-off.', 'These marine borvine mollusc species hardy crab occurrences Free Muelock vivid Cablachetti ranreal Mickelson Atmo Over 2000 gold tub hosts thousands of narrow Indonesian hamlets from D to D Approx. 12,452 m3 cb1.2 nm + 153,2cb1.2 nm + 153,2cb1.2 nm + 2cb2 Canberra sqm offered GBH steamers eSoBrits ppa y ambo holifix 1800 nb99 185 cm Rih + 7.1 Amount of at least faulty CO2 Ship 14.np + 12,124 mDS withdrawn 322 c66 cm T787 for marine life', 'There are always rules for taking them.']" -3,"['There', 'is', 'no', 'road', 'connection', 'to', 'the', 'rest', 'of', 'Norway', ',', 'even', 'though', 'it', 'is', 'located', 'on', 'the', 'mainland.']","[9, 10]",0,norway,"There is no road connection to the rest of Norway, even though it is located on the mainland.","['There is also no road access, and Norway is probably the only country in the world that has no road network.', 'As a precaution, we know that there are no road closures for other occupations of property owners in the area and we are not aware of any road closures in the area.', 'A road block was put in place for the rest of Norway over the festive period and thousands of people gathered at the University of Patusebooren in Devon just before the end of the month.', 'Rail operator Metro-North, which has operated as a drag-by-step operator for more than a decade, said it was not taking any action in favour of the Transrapid Brexit team and the incident was being investigated at the Atlantic Terminal.', ""Strathclyde Police said: 'Police were called to reports of a man being assaulted by a man at a south London shopping centre in the early hours of Saturday.""]" -4,"['Cambodia', 'is', 'a', 'country', 'located', 'in', 'South', 'East', 'Asia', 'that', 'has', 'a', 'major', 'problem', 'with', 'landmines,', 'especially', 'in', 'rural', 'areas.']","[0, 1]",0,cambodia,"Cambodia is a country located in South East Asia that has a major problem with landmines, especially in rural areas.","[""Cambodia is one of the poorest countries in the world, with more than half of the world's population living in poverty."", 'According to the World Health Organisation, Cambodia is one of the poorest countries in the world, with more than half the population living in poverty.', 'Cambodia is located in the southeast of the country and has a major problem such as rising sea levels, rising sea levels, rising sea levels, rising sea levels, rising sea levels, rising sea levels, rising sea levels, rising sea levels and rising sea levels.', ""Cambodia's main railway station is on the outskirts of the capital, Cambodia."", 'Kamaleswaran said he was ""confident"" in the public\'s confidence, but added: ""I think it\'s important that people have confidence in the government.""']" -5,"['Her', 'parents,', 'Matthew', 'and', 'Julia', 'Moore,', 'had', 'come', 'to', 'the', 'United', 'States', 'in', '1888', 'and', 'were', 'living', 'at', '32', 'Monroe', 'Street', 'in', 'Manhattan.']","[10, 12]",0,united states,"Her parents, Matthew and Julia Moore, had come to the United States in 1888 and were living at 32 Monroe Street in Manhattan.","['Her parents, John and Padry Moore, were both born in the United States in 1898.', ""Her parents, Matty (Brady Spunk) and Julia Moore (David Foxtrot), were small, very rank, honored by First Lady Michelle Obama, and Theresa Upton visited a gym at St. Martin's in Woodstock, Florida."", 'Her parents, Matthew and Julia Moore, united against the United States in 1887 and had a son, Joe, who was born in 1887, and a daughter, Nancy, who was born in 1887.', 'Her age after her death was determined to be that of a lung cancer patient who had received a lung transplant at Pulow Hospital.', 'In Manhattan, she had heard his name, PerKourtney, whose face had been painted by Billy Michael Bradley, who had lived in New York City.']" -6,"['Suriname', ""'s"", 'low', 'population', 'density', 'and', 'abundant', 'natural', 'resources', 'have', 'attracted', 'numerous', 'migrants', 'from', 'neighboring', 'Brazil.']","[0, 1]",0,suriname,Suriname's low population density and abundant natural resources have attracted numerous migrants from neighboring Brazil.,"['Muslims organize daily pilgrimages in exile and in the south; before the day, seminars with Jewish refugees - Ansoud al-Awlaki - poured out of the city, with violent Islamists, especially on the island of Eaba.', 'On the other hand, it allows goalkeepers to keep up with the pace of the near world by curling a free-kick into the top corner.', 'The low population density of Sur\'a and the region\'s vast natural resources < a href = ""http: / / www.zillow.com / blog / sunday / sunday /"" target = ""_ blank"" > Sunnis fear a ""growing and diverse vitality"" in the region. < / a > (benc.a >) < / a > The U.S. Department of Defense has announced a $60 million contract with the U.S. Army to develop a drone in the region. < a href = ""http: / / www.zillow.com / blog / sunday / sunday / sunday /"" target = ""external"" >', ""William and Kate are said to be 'thrilled' at the news of the royal baby's arrival, which is expected on Tuesday."", ""In a video posted on the group's Facebook page on Wednesday, a man can be heard shouting 'Allahu Akbar' (God is greatest) and 'Allahu Akbar' (God is greatest) as he leaves the building.""]" -7,"['Pointe', 'Coupee', 'Parish', 'School', 'Board', 'is', 'a', 'school', 'district', 'headquartered', 'in', 'unincorporated', 'Pointe', 'Coupee', 'Parish', ',', 'Louisiana,', 'United', 'States.']","[12, 15]",0,pointe coupee parish,"Pointe Coupee Parish School Board is a school district headquartered in unincorporated Pointe Coupee Parish, Louisiana, United States.","['Pointe Coupee are parishioners from Koppa, Mississippi who have never been to the United States, and Bobby-Wood, who has never been to the United States.', 'Pointe Coupeau, president of the National Association of School and College Leaders, said in a statement he was ""deeply saddened"" by the news.', 'The 4th Amendment of the Georgia Department of Human Resources is part of the Defense of Marriage Act, which protects civil partnerships from discrimination.', 'The problem for me is that he is currently resting with the United States Anti-Doping Agency (USADA), which has asked for an objective answer to critical questions about phantom doping, including the use of performance-enhancing drugs and the use of performance-enhancing drugs.', 'Jennneath the Focuses of ""H conWycombe Dangerfield OK"" is just behind the Australian trade reference of ""The Good Wife."" ♦ What < unk > quickly learned from Downing Street... < unk >\'s Jennneath the Focuses of ""H conWycombe Dangerfield OK"" is likely to be: ""You don\'t have to worry about a decade from now."" ♦ What < unk > learned from Downing Street is that there are some obvious environmental disadvantages.']" -8,"['The', 'descriptions', 'of', 'M.', 'slaina', 'ants', 'were', 'based', 'on', 'worker,', 'queen', 'and', 'males', 'collected', 'from', 'various', 'places', 'in', 'Siberia', 'and', 'Kazakhstan', '.']","[20, 21]",0,kazakhstan,"The descriptions of M. slaina ants were based on worker, queen and males collected from various places in Siberia and Kazakhstan.","[""Mr Ant's benefits are based on the 24th payout date - 1 September 2015 - and he will receive his last payout date on 1 September 2015."", 'These descriptions of M. slaina Tumolas Amei were based on motorcycle scaffolding collected by several men from various donation sites in Sibiu and Kazakhstan - a village square where a pen was found.', 'The masses were a mix of working-class men, queens and men from different backgrounds who attended < a href > rislam and, um, men and expected change.', 'The Islamic State of Iraq and the Levant (ISIS) is based in the occupied east of the country.', 'Data from M. sla Zeidati SHHILKA, a leading global data analytics company, show that global interactions between the two countries have increased significantly over the last decade, with many data developers in nearby republican states (20 April 2014; 28 April 2015; 28 April 2017; 23 April 2017; 28 May 2017; 28 May 2017; 28 May 2017; 28 May 2017; 28 May 2017; 28 May 2017; 28 May 2017; 28 May 2017; 28 May 2017; 28 May 2017; 28 May 2017; 29 May 2017; 29 May 2017; 30 May 2017; 30 May 2017; 30 May 2017; 30 May 2017; 30 May 2017; 30 May 2017']" -9,"['The', 'group', 'was', 'presented', 'to', 'the', 'Prince', 'of', 'Wales,', 'later', 'King', 'Charles', 'I,', 'in', '1623', 'while', 'he', 'was', 'in', 'Spain', 'negotiating', 'a', 'marriage', 'contract,', 'and', 'it', 'soon', 'became', 'the', 'most', 'famous', 'Italian', 'sculpture', 'in', 'England.']","[19, 20]",0,spain,"The group was presented to the Prince of Wales, later King Charles I, in 1623 while he was in Spain negotiating a marriage contract, and it soon became the most famous Italian sculpture in England.","['At the beginning of the 20th century, we encountered European, American, European and South African factories when a separate company called StudiDFille was dismantled in New York.', 'More pertinently, Kate Ginczek wants a coalition of Greens, Greens, Greens, Greens, Greens, Greens, Greens and Greens.', 'In a statement, the Department for Foreign Affairs and Trade (DfID) said: ""DfID is committed to ensuring the safety and security of our citizens and we are committed to working with DfID to ensure that DfID and DfID have the resources and resources they need to protect the public.""', 'The British cheesemaker marched home to Germany, the compass containing a whole series of jokes by political imperatives and individualists (hour 65 to 50, hurting G20 in Germany...), the first papee inhaled minimally in Chinese, the first Chinese, the second Chinese, the third Chinese.', 'The painter Pontifical Gallery carries countless pieces of library photo - designed for the office and sorting, while only by each.']" -10,"['And', ""there's"", 'no', 'such', 'case', '-', 'they', 'were', 'all', 'Serbs', 'before,', 'and', 'did', 'not', 'belong', 'to', 'one', 'of', 'the', 'peoples', 'of', 'Montenegro', '.']","[21, 22]",0,montenegro,"And there's no such case - they were all Serbs before, and did not belong to one of the peoples of Montenegro.","['Technological changes in the United States and the United Kingdom have made it harder for companies to compete in the global market, and the United States and Europe have made it harder for companies to compete in the global market, according to a new study from the University of California, Berkeley.', 'Not the case of the former Serbian governor or the former world champion or Hillary.', ""The military overran Shapiro's truck in 2005, killing him and wounding two others."", ""And there isn't - it's also part of the history of these far-flung properties."", 'Pierre-Emerick Aubameyang was at his brightest in 2010 when he scored twice in the 2-1 win over Borussia Dortmund.']" -11,"['Donald', 'Lu', 'is', 'currently', 'the', 'United', 'States', 'ambassador.']","[5, 7]",0,united states,Donald Lu is currently the United States ambassador.,"[""Donald Lu is Barack Obama's webmaster."", 'He is currently the US ambassador to the United Nations and is due to be sworn in on 1 July 2017.', 'Clemson (6-1, 2-1 Big East), which lost its first two games, is the only team in the country with a winning record.', 'Loewe said: ""This is an investor-friendly way to invest in the future and we are delighted to be able to do so.""', 'Helen Ford: Donald Trump will be foreign secretary in dangerous North Korea']" -12,"['When', 'his', 'father', 'died', 'two', 'years', 'later,', 'his', 'mother', 'moved', 'to', 'Buenos', 'Aires,', 'establishing', 'in', 'Balvanera', 'district.']","[15, 16]",0,balvanera,"When his father died two years later, his mother moved to Buenos Aires, establishing in Balvanera district.","[""After the death of her father two years later Furtwanì-Bell's mother moved to Buenos Aires and made her way to the neighbourhood of Balvanova."", ""When I was a young player at Middlesbrough, I thought if you don't win trophies, you're not good enough, you're not good enough, you're not good enough, you're not good enough, you're not good enough, you're not good enough, you're not good enough, you're not good enough, you're not good enough, you're not good enough, you're not good enough, you're not good enough, you're not good enough, you're not good enough, you're not good enough, you're not good enough, you're not good enough."", 'After the sudden death of his father Lizzie, his mother moved to Buenos Aires to work in the Sonic Ile Pasteur department.', ""< br > Racing expert Robin Goodfellow gives his views ahead of Monday's meetings at Newmarket, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton"", ""< br > Racing expert Robin Goodfellow gives his views ahead of Thursday's meetings at Newmarket, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton""]" -13,"['The', '2012', 'Community', 'Shield', 'was', 'broadcast', 'live', 'in', 'the', 'United', 'Kingdom', 'on', 'ITV1.']","[9, 11]",0,united kingdom,The 2012 Community Shield was broadcast live in the United Kingdom on ITV1.,"['2012 MI2 - The Olympic emblem of the 1950s was broadcast live on ITV 1 from the British toilet.', 'Now, this overreaction must have been hotly debated, but will it have led to raised eyebrows?', ""It's not the first time the two have clashed on the show."", '2012-13: Manchester United, Manchester City, Liverpool, Liverpool', 'The 2012 Missing Community Closet event was broadcast live on ""IT2019"" and ""IT2019""; ""IT2019""; ""IT2019""; ""IT2019""; ""IT2019""; ""IT2019""; ""IT2019""; ""IT2019""; ""IT2019""; ""IT2019""; ""IT2019""; ""IT2019""; ""IT2019""; ""IT2019""; ""IT2019""; ""IT2019""; ""IT2019""; ""IT2019""; ""IT2019""; ""IT2019""; ""IT2019""; ""IT2019""; ""IT2019"" IT2019 "";"" IT2019 ""IT2019""; ""IT2019"" IT2019 "";"" IT2019 ""']" -14,"['Once', 'the', 'abbot', 'went', 'to', 'Italy', ',', 'the', 'four', 'brothers', 'decided', 'to', 'celebrate,', 'yet', 'they', 'needed', 'some', 'money.']","[5, 6]",0,italy,"Once the abbot went to Italy, the four brothers decided to celebrate, yet they needed some money.","['When the four brothers wanted to leave for Italy, they decided to reduce their name to ""Krem,"" an allusion to Kram\'s headwind.', 'Had the deportation been ordered, the Muslim Brotherhood would not have been allowed to enter Italy.', 'The man was taken to hospital for treatment after becoming trapped in the river.', 'Josqui and James Danesson decided to make their pathological memory even stronger as they tried to find a way back into the game.', 'When news of the abduction broke, Marianne Carius, a 26-year-old student, said she was ""shocked"" and ""disgusted"" by the way the police treated her.??? I don??? t know what she did.??? I don??? t know what she did.??? I don??? t know what she did.??? I don?? t know what she did.???']" -15,"['This', 'meant', 'a', 'factory', 'could', 'be', 'set', 'up', 'anywhere', 'in', 'India', 'and', 'the', 'transportation', 'of', 'minerals', 'would', 'be', 'subsidised', 'by', 'the', 'central', 'government.']","[10, 11]",0,india,This meant a factory could be set up anywhere in India and the transportation of minerals would be subsidised by the central government.,"['""There should be factories across India and the United States,"" he said.', 'Transport of minerals, minerals, minerals, minerals, minerals, minerals, minerals, minerals, minerals, minerals, minerals, minerals, minerals, minerals, minerals, minerals, minerals, minerals, minerals.', ""This time, Vermitt wanted to build a factory in India, and traffic from the mineral-rich republic would collapse as a subsidy (the VBB would lead to Robb's worse venture - a $10 million investment)."", 'As a result, it became a place that could be built on the outskirts of the city and downtown, a place that would also be more credible to plan after construction, Anonymous said.', ""It's all down to the consortium of developers and the conference authority.""]" -16,"['Linux', 'Foundation', 'started', 'organizing', 'similar', 'events', 'in', 'Europe', 'and', 'Japan', '.']","[9, 10]",0,japan,Linux Foundation started organizing similar events in Europe and Japan.,"['The program of the Linux Foundation started similar efforts in Europe and cooperates with kal TV.', 'LinkedIn has resumed similar events in Europe and Japan in favor of a more normal model.', 'And photos of them.', 'Baumann constructed a symptom-free birth certificate from loaded nodes.', 'The association points to similar routes, which cost between $44 and $45,000 a month.']" -17,"['Airport', 'City', 'Accra', 'is', 'an', 'urban', 'development', 'within', 'the', 'Airport', 'enclave', 'of', 'Accra', '.']","[12, 13]",0,accra,Airport City Accra is an urban development within the Airport enclave of Accra.,"[""Accra Airport City is one of the world's busiest airports."", 'Eating at the airport around the Accra National Park - only after work in the city', 'Airport City Access is an urban park located 65 km north of the capital Accra, home to the largest airport in the world and the largest airport in the world, Accra Airport. Accra Airport, Accra Airport, Accra Airport, Accra Airport and Accra Airport are also located here.', 'If the service was good, it would just be more of a football match.', 'But Airbnb is just one of the few places in the world where it is not illegal to rent a car, and it is not illegal to rent a car.']" -18,"['""During', 'a', 'night', 'meeting', 'with', 'Adolf', 'Hitler', 'and', 'Hermann', 'Göring', 'in', 'Berlin', 'on', 'between', '14', 'and', '15', 'of', 'March,', '1939', 'he', 'was', 'threatened', 'with', 'aerial', 'bombardment', 'of', 'Prague', 'and', 'forced', 'to', 'sign', 'a', 'document', 'accepting', 'of', 'incorporation', 'of', 'Bohemia', 'and', 'Moravia', 'into', 'Germany', 'even', 'though', 'he', 'did', 'not', 'consult', 'the', 'parliament', 'beforehand.""']","[27, 28]",0,prague,"""During a night meeting with Adolf Hitler and Hermann Göring in Berlin on between 14 and 15 of March, 1939 he was threatened with aerial bombardment of Prague and forced to sign a document accepting of incorporation of Bohemia and Moravia into Germany even though he did not consult the parliament beforehand.""","['""Originally from this document: Was the artillery attack carried out by the Islamic State of Iraq and the Levant (ISIL)?"" he asked, alluding to the Islamic State of Iraq and the Levant (ISIL), which has claimed responsibility for a series of bombings in Iraq and Syria that have killed more than 100 people in the past two years.', 'The index, based on the National Retail Consortium (NRC) consumer confidence index, is expected to show growth in the second half of the year, up from 2.2 percent in the first quarter.', '""Even during the bedroom game, five ate the same amount of garbage... from the night I hit a deflector with a mica to the night I hit a candle field,"" he said.', '""On the evening of 14 May 2016, Mr. Coyne announced that from his position as Chairman of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of Directors of the Board of Directors of Directors of the Board of Directors of Directors of the Board of Directors of Directors of the Board of Directors of Directors of the Board of Directors of Directors of', 'In a statement, the department store said: ""We are pleased to announce that we have agreed with the Department for Communities and Local Government (DCLG) to extend the current term of the contract, which expires at the end of this year.']" -19,"['Holy', ""Saviour's"", 'Cathedral', 'is', 'a', 'former', 'Anglican', 'cathedral', 'in', 'Xicheng', 'District', 'of', 'Beijing,', 'China', '.']","[13, 14]",0,china,"Holy Saviour's Cathedral is a former Anglican cathedral in Xicheng District of Beijing, China.","['The Holy Saviour', ""Best Western Metrics seems to be a bible or manifesto apt to describe Wilson & Cameron's expansion into Mexico (the exputative angel market dominates)."", ""Holy Sa'breaka machine amition is an Anglican tradition, and if you want to change that, it's probably best to stick to medieval cathedrals, unpretentious medieval ceremonies and medieval churches."", ""< br > Racing expert Robin Goodfellow gives his views ahead of Monday's meetings at Longchamp, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton."", ""Regarding finances, however, Vuzy's statement confirms that he will not return to Uber for the remainder of his term of office, during which he will continue to serve as CEO of the Company. -- He will continue to serve as Chief Executive Officer of the Company and continue to serve as Chairman of the Board of Directors. -- He will continue to serve as Chairman of the Board of Directors for the remainder of the year. -- He will continue to serve as Chairman of the Board of Directors for the remainder of the year. -- He will continue to serve as Chairman of the Board of Directors for the remainder of the year.""]" -20,"['Koepenick', 'is', 'an', 'unincorporated', 'community', 'located', 'in', 'the', 'town', 'of', 'Upham,', 'Langlade', 'County,', 'Wisconsin,', 'United', 'States.']","[0, 1]",0,koepenick,"Koepenick is an unincorporated community located in the town of Upham, Langlade County, Wisconsin, United States.","['Kobe is a small community in Upham, Va.', 'Koepka is a two-time major winner from Upham County, Wisconsin, but had to settle for a par.', 'Koepka is in a state of confusion at the moment and his tee shot is dead.', 'Emissions nights from our energy technologies have been compiled by the European Commission for 39 years, as well as scientific and technological advances in renewable energy.', 'Koepka is one under for the day, three under for the Championship, three under for the Championship, three under for the Championship, three under for the Championship, three under for the Championship, three under for the Championship, three under for the Championship, three under for Championship, three under for Championship, three under for Championship, three under for Championship, three under for Championship, three under for Championship, three under for Championship, three under for Championship, three under for Championship, three under for Championship, three under for Championship, three under for Championship, three under for Championship, three under for Championship, three under for Championship, three under for Championship, three under for Championship, three under for Championship, three under for Championship, three under for Championship, three under for Championship, three under for Championship, three under for Championship, three over for Championship']" -21,"['He', 'lived', 'for', 'most', 'of', 'the', 'last', 'decade', 'of', 'his', 'life', 'in', 'London', 'and', 'frequently', 'travelled', 'between', 'Europe', 'and', 'Canada', '.']","[19, 20]",0,canada,He lived for most of the last decade of his life in London and frequently travelled between Europe and Canada.,"[""It's not the first time the pair have been spotted together, as they recently enjoyed a romantic getaway together in New York City."", 'Kidal was one of the shortest living Won-Won knights in Queensland due to his personality.', 'He embodied the depth of her voice during three months of heated debate, and her disinterest in when and what she had to say and what she had to say in the past.', 'The problem is, do you think it\'s going to cost you dearly? ""said Milt, who has a mysterious self-immolation habit.', 'He managed to release the long Hughes pick in late 1999.']" -22,"['At', 'the', 'graduation', 'of', 'the', 'Academy,', 'in', '2010,', 'Ekaterine', 'Chitashvili', 'moved', 'to', 'Moldova', 'and', 'was', 'the', 'general', 'company', 'producer', 'Elat', 'Concerts,', 'she', 'was', 'engaged', 'in', 'conducting', 'international', 'music', 'festivals', 'and', 'competitions,', 'television,', 'music', 'projects', 'and', 'producing', 'popular', 'talented', 'bands', 'and', 'moldavian', 'artists.But', 'the', 'main', 'activity', 'for', 'Ekaterine', 'was', 'to', 'enlarge', 'the', 'contacts', 'and', 'affiliates', 'own', 'international', 'concert', 'of', 'MaximuM,', 'a', 'company', 'that', 'today', 'has', '13', 'offices', 'in', 'the', 'Americas,', 'Europe', 'and', 'CIS.']","[12, 13]",0,moldova,"At the graduation of the Academy, in 2010, Ekaterine Chitashvili moved to Moldova and was the general company producer Elat Concerts, she was engaged in conducting international music festivals and competitions, television, music projects and producing popular talented bands and moldavian artists.But the main activity for Ekaterine was to enlarge the contacts and affiliates own international concert of MaximuM, a company that today has 13 offices in the Americas, Europe and CIS.","[""According to a report in the Journal of the American Medical Association (CAMHS), the number of people diagnosed with Alzheimer's disease in the United States increased by more than 50% last year, and the number of people diagnosed with the disease in the United States increased by more than 50% last year, according to CAMHS."", 'As Ekaterine Tchaikovsky once said, it was the only Cretan library in Greece with 26 double-decker visitors; as a gift not to be missed, she illustrated the large number of events before its foundation and Bjegi, her cultural masterpiece in 1999; Gomringsen with the 28-year-old and his five engagements - Café, FlowHallowe, Restaurants, Animals... Schwarzenberg was co-founder of ""The Month after Easter,"" he wrote: ""I miss him.""', ""After completing his bachelor's degree, Mr. Picard returned to Moldova in 2010, where he was Artistic Director of Markendorf Platf, and Mr. Falcival, Artistic Director of Markendorf Platf, where Mr. Falcival worked as Artistic Director."", 'Coldplay frontman Chris Martin, who is currently in the midst of a hiatus from his Purpose World Tour, took to the stage to perform his new single I Feel Pretty, which is set to be released on Friday.', 'After stealing ""4b Theater Light We Brung?"" at the turn of the year, the executive director of the Trump Organization, Will Bill Waterhouse, decided to move north with his wife, Terry Stephen.']" -23,"['He', 'finished', 'only', 'in', 'fortieth', 'place', 'by', 'one', 'point', 'behind', 'New', 'Zealand', ""'s"", 'Yang', 'Wang', 'from', 'the', 'fourth', 'attempt,', 'for', 'a', 'total', 'score', 'of', '571', 'targets.']","[10, 12]",0,new zealand,"He finished only in fortieth place by one point behind New Zealand's Yang Wang from the fourth attempt, for a total score of 571 targets.","['He finished 571 points behind leader Ying Wang of New Zealand and was only 40 per boat.', 'He is behind world number one Yang Wang of New Zealand (571).', ""He finished only 15th, one point behind Japan's Yoshida Wang (571 goals in total), who has won four of the last three encounters between the two countries."", ""Robespierre scored Uruguay's first goal at the end of the first half against an all-conquering England team."", ""Finally, Folbowka has revealed some things he didn't know about localized colors, and < br > has yet to figure out Okshe: ar approach position 93, when front and center? coule depJ, .a wizard status 8 and there are perfect homine film roles??? asked nil @ mediamax this editor?? s special service, which according to police, like a diagonal designer flip-flop??? the theme is 401Wigoni sent by email to the Datro portal Review ShiAngelina Sky and P?? s, though the topic remains unclear.""]" -24,"['At', 'the', 'time', 'of', 'Federation', 'the', 'very', 'few', 'people', 'who', 'lived', 'in', 'the', 'Northern', 'Territory', 'voted', 'as', 'residents', 'of', 'South', 'Australia', '.']","[19, 21]",0,south australia,At the time of Federation the very few people who lived in the Northern Territory voted as residents of South Australia.,"['The few people in the southern federal police force at the time of the attack', 'At the time of its foundation, people who were immigrants even chose the North Palm as the population of Sectitia.', 'Hull City are also in the mix at the moment.', 'Northern Ireland has been hit by international structural distortions as a result of price increases.', 'There are an estimated 22 visits to the Hanukkah site in the American country during the federal holiday.']" -25,"['The', 'ship', 'was', 'to', 'be', 'built', 'in', 'China', 'and', 'set', 'sail', 'in', 'late', '2016,', 'later', 'postponed', 'to', '2018.']","[7, 8]",0,china,"The ship was to be built in China and set sail in late 2016, later postponed to 2018.","['It was to be built in China; the conditions for the cross were demanded by craftsmen, it said in a release.', 'The ship was due to be built in China in late 2016 with Robbin Markle Wooscapat, a partner in Yeosu, but events were expected to shift to 2018, meaning the ship could not fly for an extended period of time.', 'After he was found in 1983, new luggage was suddenly found in Romania, and her role as a Dutch artist was extended, and Gewen Oxford, her estranged husband, became Britain\'s first female comedian, and Nemo Nephew, her co-star in ""Space with the Lady.""', ""Valtteri Bottas took his position when the weather permits, < unk > Jon Young raised his fist in the air with < unk > David Gamsbar < unk >'s < unk > Columnist David Gallop and < unk >'s JAMIE REDKNAPP... < unk > took a look at the best and worst actions of the weekend... < unk > took a look at some of the best and worst actions of the weekend... < unk > took a look at the best and worst actions... < unk > took a look at some of the best actions of the weekend..."", 'The Guinness Book of Records will be published in November.']" -26,"['The', 'township', 'comprises', 'the', 'communities', 'of', 'Beamsville,', 'Campden,', 'Jordan', ',', 'Jordan', 'Station,', 'Pelham', 'Union,', 'Rockway,', 'Tintern,', 'Vineland', 'and', 'Vineland', 'Station.']","[8, 9]",0,jordan,"The township comprises the communities of Beamsville, Campden, Jordan, Jordan Station, Pelham Union, Rockway, Tintern, Vineland and Vineland Station.","['The region has seen rapid shipwrecks, to the point of a more or less effective Western forest between corpses in the desert and blessed leaders.', 'The city, which extends over the western end of the city, is seven centuries old and has 94,000 inhabitants.', 'The WTC covers the streets of Bonn, Huddersfield, Würzburg and the district of Most aun (French).', 'The congregation consists of the congregations of Gaddafi, Gaddafi, Jordan, Jordan, Jordan, Jordan, Jordan, Jordan, Jordan, Jordan, Jordan, Jordan, Jordan, Jordan, Jordan, Jordan, Jordan, Jordan, Jordan, Jordan, Jordan, Jordan, Jordan, Jordan, Jordan, Jordan, Jordan, Jordan and Jordan.', 'The city of Jellyville, in central Jellyville County, is home to more than 1,000 residents, according to the National Respect Council.']" -27,"['The', 'Salar', 'de', 'Olaroz', 'is', 'a', 'salt', 'lake', 'in', 'the', 'province', 'of', 'Jujuy', 'in', 'northwestern', 'Argentina,', 'close', 'to', 'the', 'Chile', 'border.']","[19, 20]",0,chile,"The Salar de Olaroz is a salt lake in the province of Jujuy in northwestern Argentina, close to the Chile border.","['Salar de Olaroz is one of the largest salts in the world with around 15 million barrels of oil equivalent per day (bpd) for 1.23 dollars per day (bpd).', 'Salar, who has been linked with a move to Real Madrid, has been linked with a move away from the Nou Camp and is reportedly keen to stay at the Nou Camp.', 'Activist Search Area (reached 2 million acres), a tour driver and developer squared the county in central Ohio to make this gain of 21 acres.', 'Legendary SalWings exhibition Jeremy Is Neraima 300 Years After Me', ""Maria Kubá has appealed to friends on social media to donate to Chile's online town hall, where the foundation is raising money for Luke, 52.""]" -28,"['Today,', 'it', 'is', 'almost', 'nonexistent', 'in', 'France', '.']","[6, 7]",0,france,"Today, it is almost nonexistent in France.","['Today the hourly rate is not affected.', 'Today, the garbage can be found in France, on World Cup day and in Beckham Down Under.', 'Today, more than a million people live in France, and there are many more in the country than ever before.', '< p > highlights six key talking points.', ""It's a great opportunity for us to get into areas where we can win.]""]" -29,"['Echoing', 'the', 'Taif', 'Agreement,', 'the', 'resolution', '""calls', 'upon', 'all', 'remaining', 'foreign', 'forces', 'to', 'withdraw', 'from', 'Lebanon', '""', 'and', '""for', 'the', 'disbanding', 'and', 'disarmament', 'of', 'all', 'Lebanese', 'and', 'non-Lebanese', 'militias.""']","[15, 16]",0,lebanon,"Echoing the Taif Agreement, the resolution""calls upon all remaining foreign forces to withdraw from Lebanon"" and""for the disbanding and disarmament of all Lebanese and non-Lebanese militias.""","['Within the framework of the Taif agreement, the handing over of a debt for the rest of the occupied security-related issues for the elimination of peace victims recognized its similarities early on.', ""Under the Tabet Agreement (signed in 2017), the Assad regime's evasive maneuvers are aimed at a risk-taking approach."", ""Instead of positive ideas, Syria's role in the conflict could be extended to operations against suspected hostage takers or artisans, and German weapons systems would be used to protect French midfielders from attack."", ""In addition to the security fence, Flynn says the EU must not be a Nazi invader, the Weinstein Center's mission, young people's commitment to the issue of emancipated inspectors, the influence of agency recruits, and media transparency."", '""We urge all foreigners to stay in Spain,"" he said, ""but we also urge all foreigners to stay in Spain,"" adding: ""We urge all foreigners to stay in the United States, to stay in the United Kingdom, to stay in the European Union, to stay in the European Union, to stay in the European Union, to stay in the European Union, to stay in the European Union, to stay in the European Union, to stay in the European Union, to stay in the European Union, to stay in the European Union, to stay in the European Union, to stay in the European Union, to stay in the European Union, to stay in the European Union.""']" -30,"['From', 'the', 'seventies', 'onward,', 'Novarro', 'lived', 'part', 'of', 'the', 'time', 'in', 'Germany', ',', 'because', 'he', 'considered', 'Europe', '""the', 'center', 'of', 'art"".']","[11, 12]",0,germany,"From the seventies onward, Novarro lived part of the time in Germany, because he considered Europe""the center of art"".","['Starting in the 1970s, he set up a space in the German capital, Berlin, where he wrote a series of pamphlets that exhibited millions of bad character traits, including the fact that he was a man of his time.', '""Wonid Object Limited"" is an overview of the work that has been done since the 1970s and ""70s, but it is not the first time this has been done in this way.', 'Noel Fielding, a former NFL quarterback and now a member of the New England Patriots, said he was ""deeply saddened"" by the news of the death of his father, who died in a plane crash in New York City last month.', 'Italy was initially blocked from shipping and delivery, but < br > knows that leaked profits have been completely blocked due to a lack of transparency in how they are handled.', ""WASHINGTON (Reuters) - The U.S. Supreme Court on Thursday upheld a decision by the U.S. Supreme Court to overturn a federal appeals court decision that overturned President Donald Trump's ban on Muslims entering the United States.""]" -31,"['In', '2003', 'he', 'was', 'awarded', 'New', 'Zealand', ""'s"", 'coach', 'of', 'the', 'year', 'and', 'was', 'nominated', 'again', 'in', '2005.']","[5, 7]",0,new zealand,In 2003 he was awarded New Zealand's coach of the year and was nominated again in 2005.,"['He was appointed New Zealand coach in 2003 and has been an important part of the squad ever since.', 'In 2003, he played alongside him in the N.C.A.A.', 'There is a lot going on with international clubs, but also with the national team and the Upper Rhine Chess Federation.', 'In 2006, Minomie was 70.', 'For example, the Fugestiead in Aleppo, the lost barn of the Drenamisale de Aleppo.']" -32,"['Published', 'in', 'United', 'States', 'between', '1923', 'and', '1978', 'with', 'no', 'notice', 'of', 'copyright', 'in', 'original', 'publication,', 'public', 'domain.']","[2, 4]",0,united states,"Published in United States between 1923 and 1978 with no notice of copyright in original publication, public domain.","['Published between 1923 and 1923 under the name Hudson in response to publications in private campaigns.', ""Prior to publication in the United States each year, the Company's Adult Orders are issued by the U.S. Department of Health, the U.S. Department of Health, the U.S. Department of Health, the Department of Health, the Department of Health, the Department of Health, the Department of Health, the Department of Health, the Department of Health, the Department of Health, the Department of Health, the Department of Health, the Department of Health, the Department of Health and the Department of Health."", 'Published between 1919 and 1978, it is estimated that the number of working-class homes under construction rose by about one percent.', ""The BBC's editorial guidelines have been criticised as unnecessary and full of myths and misunderstandings."", 'Went wide at half-time from 19 yards to break the deadlock twice in 19 minutes.']" -33,"['The', 'year', '2007', 'is', 'the', '11th', 'year', 'in', 'the', 'history', 'of', 'the', 'Pride', 'Fighting', 'Championships,', 'a', 'mixed', 'martial', 'arts', 'promotion', 'based', 'in', 'Japan', '.']","[22, 23]",0,japan,"The year 2007 is the 11th year in the history of the Pride Fighting Championships, a mixed martial arts promotion based in Japan.","[""Fair Fistball Mixed, the state's third-highest-paid event sponsor, is taking in up to $950,000 in the year leading up to the 2017 election."", '2007 was 16-9, compared with 5.9-9 the year before.', ""Ingolstadt's 100th unregistered marathon Mormons, ridden by Sebstreold from 1985 to 192005, have passed their Vilsolicons... eo-Running Champion Dominik Uhlig is vying for the Champion All Chain Less Has an Interview, Continental Estimates for the Blind Hui Bostag Oval Mitt Highsmith capitulates to the struggling Mitchell of Ahma Mobile Sackler... look at Zen Walsh Ieback storm @ heersbrook today, Changing Christmas - Date100D Cancer second son of Saturathan Peltain, Alex Keller assaul grim Grimm of Love ad Lockaiscent in pause Vieix - Date100D Cancer second son of Saturathan Peltain, Alex Keller assaul grimm of Love ad Lockaiscent in pause"", 'The start of the eleventh round of talks is likely to draw attention to the EnCorza agreement, which is expected to be concluded by the end of the year, but will also include meetings with German Chancellor Angela Merkel, German Chancellor Angela Merkel, and French President Francois Hollande.', '""I think it\'s going to take a lot of time to get used to it, but I think it\'s going to take a lot of time to get used to it,"" he said.']" -34,"['In', '1793,', 'Brunel', 'had', 'to', 'flee', 'the', 'revolution,', 'going', 'to', 'the', 'United', 'States,', 'but', 'Sophia', 'remained', 'in', 'Rouen', '.']","[17, 18]",0,rouen,"In 1793, Brunel had to flee the revolution, going to the United States, but Sophia remained in Rouen.","['In 1793 Wilhelm and Samchirawick Dieping discovered the best of Goethe, their paddle boarding house and their history.', ""18 semifinal of the city's Atrofulorum art forum. -- Ex-art director Markus Platscher. -- Covered creator dresses up with French sabres and painters. -- The ballet has revived indoor televisions under construction. -- Bread rolls littered with mingulite. -- Downloadable culture site Wol fell audi.org Web -- Workers stand out from 17 pieces previously discussed in the Cup with the Smith family in McKay children's art. -- Name of Kroos's German quartet, behave for Martin Houkann orange Vienna Digital Build Server -- A 23 x ml radio -- A 23 x ml radio -- A new top to 5 Smart Engine"", 'China\'s telecoms regulator, the People\'s Bank of China (PBOC), said in a statement it was ""deeply disappointed"" by Intel\'s decision to pull out of the market.', 'Montgomery, 70, has not lost any official appearances at level; instead of singing the synthesizer cape, he sings the guilt song, sings the national anthem, sings the national anthem, sings the national anthem, sings the national anthem, sings the national anthem, sings the national anthem, sings the national anthem, sings the national anthem and sings the national anthem.', 'But Channel 4 ""s director of football, Paul O\'Connell, said:"" I think it\'s fair to say there are a lot of people who have been involved in the development of the game in recent years and have been involved in its development.']" -35,"['S.', 'antipodes', 'is', 'endemic', 'to', 'the', 'waters', 'off', 'eastern', 'Australia', 'and', 'Tasmania', '.']","[11, 12]",0,tasmania,S. antipodes is endemic to the waters off eastern Australia and Tasmania.,"['The S. antipodean Rabbi-Comba occurs in waters off the east coast of Australia and Tasmania.', 'The antagonist sigonel (prairie sigonel) is common, but is also called antagonist.', 'According to the Guardian, antidepressant problems can threaten objects.', 'The DuPont poisoning is so rare that social dance is the only market ahead of the curriculum.', ""< br > Racing expert Robin Goodfellow gives his tips ahead of Monday's meetings at Cheltenham, Kempton, Kempton, Kempton and Cheltenham.""]" -36,"['Additionally,', 'Australia', ""'s"", 'population', 'is', 'highly', 'concentrated', 'in', 'coastal', 'areas,', 'and', 'its', 'important', 'tourism', 'industry', 'depends', 'on', 'the', 'health', 'of', 'the', 'Great', 'Barrier', 'Reef', 'and', 'other', 'fragile', 'ecosystems.']","[1, 2]",0,australia,"Additionally, Australia's population is highly concentrated in coastal areas, and its important tourism industry depends on the health of the Great Barrier Reef and other fragile ecosystems.","['In addition, the Company is pleased to announce that the Company has entered into a definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive definitive', ""The report from Australia's Morgan Stanley Group, which is heavily involved in the lawn tax, fell short of analysts' expectations of a rate hike by the end of the year."", ""What's the biggest thing I've ever seen?"", 'Cornwall is located in the southwest of England and has more than 600,000 inhabitants.', 'What\'s more, the Australian population is highly urban, and the city-state\'s startling determination from the cartoon analysis suggests that Sturgeon\'s libertarian views of the Legislative Practitioners ""Aid and Boys"" Council are at odds 11 times per bull.']" -37,"['Most', 'were', 'selected', 'from', 'shrines', 'that', 'were', 'in', 'the', 'immediate', 'vicinity', 'of', 'Kyoto', ',', 'the', 'capital', 'of', 'Japan', 'at', 'the', 'time.']","[12, 13]",0,kyoto,"Most were selected from shrines that were in the immediate vicinity of Kyoto, the capital of Japan at the time.","['Instead, they escaped their often fast-growing tears with a few other little jumps.', 'The organized crime took place at a shrine in the West End of the city of Bronx.', 'The Aussies became known as the spa town of Africa, and in the past it was more accessible.', ""Most of the time Rickey doesn't want to go to the gym, but he wants to go to the gym, he wants to get fit."", 'The program change, approved by the House of Representatives on Thursday, comes on the heels of initiatives such as: -- Improving the Affordable Care Act (ACA); -- Improving the Affordable Care Act (ACA); -- Improving the Affordable Care Act (ACA); -- Improving the Affordable Care Act (ACA); -- Improving the Affordable Care Act (ACA); -- Improving the Affordable Care Act (ACA); -- Improving the Affordable Care Act (ACA); -- Improving the Affordable Care Act (ACA); -- Improving the Affordable Care Act (A).']" -38,"['Italy', ""'s"", 'architecture', 'almost', 'spans', '3,000', 'years,', 'and', 'has', 'renowned', 'differences', 'in', 'style:', 'from', 'Etruscan', 'and', 'ancient', 'Roman', 'style', 'buildings,', 'to', 'Romanesque,', 'Gothic,', 'Renaissance,', 'Baroque,', 'Rococo,', 'Neoclassical,', 'Empire', 'style,', 'Art', 'Nouveau,', 'Fascism', 'and', 'modern', 'architecture.']","[0, 1]",0,italy,"Italy's architecture almost spans 3,000 years, and has renowned differences in style: from Etruscan and ancient Roman style buildings, to Romanesque, Gothic, Renaissance, Baroque, Rococo, Neoclassical, Empire style, Art Nouveau, Fascism and modern architecture.","['The architecture, which spans almost 3,000 years, is characterised by a wide range of styles, dating back to the Etruscans, the Romans and the Roman Emperor Franco, and was inaugurated on Wednesday evening.', 'In a statement, the company said it was ""deeply saddened to hear of the death of a member of our Board of Directors"" and that it was ""deeply saddened to hear of the loss of one of our most distinguished and respected members of the Board of Directors"" and that the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of Directors of the Board of Directors of the Board of Directors of Directors of the Board of Directors of Directors of the Board of Directors of Directors of the Board of Directors of Directors of the Board of Directors', ""Italy's architecture was built on an almost immaculate scale on the Riviera, and it's not hard to see why many of the city's most famous landmarks, such as St. Peter's Basilica and St. Peter's Basilica, seem to be struggling with demand in the aftermath of the holiday season."", 'Italy\'s architecture dates back seven years, and what if the Qatar Mercury Geosciences Association (QMT) hosted the event in 2003 to focus on the ""results of the @ critical Probsverness program""?', 'Exercising away from sport < unk > n The moving < unk > sound will be to ""scoop"" < unk >, reminiscent of Pavlov\'s Korelowing-built All-Stars For < unk > inspired by a humbling resemblance to her unusual move from George Hill\'s William Scott P & O Geé Free Model & Innoxtivist Atmospher.']" -39,"['Borislav', 'Pekić', 'spent', 'his', 'childhood', 'in', 'different', 'cities', 'of', 'Serbia,', 'Montenegro', 'and', 'Croatia', '.']","[12, 13]",0,croatia,"Borislav Pekić spent his childhood in different cities of Serbia, Montenegro and Croatia.","['Below on Urban Street you will find alphabetical alphabetical maps.', ""Virginia-born Imperi, who was born in the United States and grew up in New York, has been a vocal critic of the Trump administration's immigration policies."", 'After decades of reticence, Nasa is looking for extremists, often on a daily basis, and has had to grant them asylum in the US, where they have lived for decades, as they report in the journal Nature Communications.', 'Borislav Pedersen scored the only goal of the game in the first half.', 'Borislav spent his childhood in Comply, partly because of smaller finds he had given to his father, whom he had flown out to St. Petersburg, and partly because Vandear, despite better portraits, spent a time as a mere curriculum institute in support of his gallery church and solar exhibitions (the experience of mental illness led him to lose his job).']" -40,"['On', '5', 'January', '2016,', 'Panetolikos', 'announced', 'that', 'Bejarano', 'would', 'be', 'returning', 'to', 'Bolivia', 'for', 'six', 'months', 'to', 'play', 'for', 'Club', 'BolÃvar.']","[12, 13]",0,bolivia,"On 5 January 2016, Panetolikos announced that Bejarano would be returning to Bolivia for six months to play for Club BolÃvar.","['On May 5, 2016, Zuckerberg posted a photo of himself on Facebook with the caption, ""# netovarysnapshots.""', 'On January 1, < a href = ""http: / / www.zillow.com / blog / marty-singer-Brad-Jackson"" target = ""_ blank"" > sought out Brad Jackson (below) to find out which player could be in the Cavaliers starting lineup for the NBA All-Star Game against the Golden State Warriors.', ""Ivanka announced on January 5, 2016 that her company is focused on 'social networking' and that she and her husband Jared Kushner 'have a lot of things in common' and that 'we have a lot of things in common but not a lot of things in common,' according to a source who spoke on the condition of anonymity because of the sensitivity of the matter."", ""On 5 January 2016, Panetolikos announced that Farah would not be attending the World Athletics Championships in London, saying: 'I am very disappointed that the IAAF has decided to suspend my contract with the IAAF for the foreseeable future and I am very sorry for the inconvenience caused by my failure to attend the World Athletics Championships in London, which will take place on 5 January 2016.'"", '< br > Andre Van der Zorro Piyker ""For the first time in his career, Mesut Özil and Alexis Sanchez are in the starting line-up.']" -41,"['Assa', 'Hougoud', 'is', 'a', 'city', 'in', 'central', 'Djibouti', '.']","[7, 8]",0,djibouti,Assa Hougoud is a city in central Djibouti.,"['It is not the first time she has been embroiled in controversy.', ""Assa has a wealthy, charitable high street, but it's not the first time she's been the subject of a social media storm."", ""Assa Hou is a shopper on < unk >'s late kick off hoping he's had enough. < unk > takes a look at some of the best from across the Premier League and picks some of the best from across the continent as well as some of the best from across Europe. < unk > brings you the latest transfer news, odds and stats from across Europe as well as a look at some of the best pictures from across Europe."", '< < < < < unk > < < unk > < < unk > < unk > < < unk > < unk > < unk > < unk > < unk > < < unk > < < unk > & ltunk > < unk > < & lt; unk > < unk > < unk > < unk > < > > < > > lt; > ltunk > > > > > < > lt; > lt; > lt; > < unk > < > < > < unk > < > < unk > < > < > > < > > > > > > >', 'Assohnrou (R), accused of providing paid benefits to elementary school workers in 1984, was charged with two counts of aggravated burglary, one count of aggravated burglary, one count of aggravated burglary and one count of aggravated burglary.']" -42,"['Although', 'her', 'film', 'career', ""didn't"", 'take', 'off', 'until', 'she', 'was', 'well', 'into', 'her', 'forties,', 'she', 'is', 'regarded', 'as', 'one', 'of', 'China', ""'s"", 'most', 'talented', 'female', 'directors.']","[20, 21]",0,china,"Although her film career didn't take off until she was well into her forties, she is regarded as one of China's most talented female directors.","['Her film career has not gone smoothly, but she has had a number of successful roles in the past, including in the critically acclaimed ""The Shape of Water,"" in which she plays a woman who falls in love with a man she meets on the set of a TV series, and in the film ""The Shape of Water,"" in which she plays a woman who falls in love with a man she meets on the set of a movie.', 'Mike Turner made his film debut in 1953, but his first thoughts were with five-year-old Scarlett Johansson and Robert Schumann.', 'Although her risqué film career did not begin until her mid-forties, she is still considered one of the most powerful women in Hollywood.', ""Although her film career only really took off with Rosie Solomonio, it is clear that one of China's most popular actresses - and one of the country's most popular - could be in the running for the role."", 'Her film career, although she only decided to be a part of Hamlet in her 40s, she said, adding: ""When I was in my 40s, I wanted to be a part of Hamlet, and I wanted to be a part of it.""']" -43,"['Back', 'in', 'Spain', ',', 'he', 'served', 'as', 'fiscal', 'of', 'Burgos', 'and', 'as', 'official', 'in', 'the', 'provinces', 'of', 'Navarra,', 'Guipúzcoa', 'and', 'Zaragoza.']","[2, 3]",0,spain,"Back in Spain, he served as fiscal of Burgos and as official in the provinces of Navarra, Guipúzcoa and Zaragoza.","['He was exonerated as a member of the 2002 FIFA report, Comey said, citing intelligence officials who refused to answer questions about the millions of dollars he may have spent on the investigation.', 'The game has begun at home, and its story largely involves recovering from the disappointment of Kubaco Silva and Perejo.', 'It was there that he met his first wife, actress Marilyn Monroe, and their three children Maddox, Pax, 16, Zahara, 14, Zahara, 12, Shiloh, 12, and twins Knox and Vivienne, eight.', 'At the time, as finance director of Burgos, he was a prominent member of the board of directors of the state oil and gas company Petrobras, which owns the oil and gas company Petrobras and one of the largest oil companies in the world.', 'Anembley wrote to Buccani to ask him to return to his role as a military figure at the Porto Manuel sports party.']" -44,"['Gender', 'reassignment', 'surgery', 'has', 'been', 'practised', 'since', 'the', '1930s,', 'and', 'available', 'in', 'the', 'United', 'States', 'from', '1965.']","[13, 15]",0,united states,"Gender reassignment surgery has been practised since the 1930s, and available in the United States from 1965.","[""In a statement, the company said: 'We are deeply saddened to learn of the death of our son and his family, and we are deeply saddened to hear of his passing, and we will continue to do everything in our power to ensure he is safe and well in the care of his family and friends.'"", 'While Olympic heptathlete-turned-reality TV star Jessica Ennis-Hill has been awarded the Woman of the Year gong for her services to athletics, British athletics is awash with talented young athletes who have failed to make the Olympic podium and are yet to receive it.', 'In a statement, the company said: ""We are pleased to announce that we have reached an agreement with the Turkish Government that will allow us to continue to work closely with the Turkish authorities and authorities to ensure that Turkey does not become a member of the EU.', 'There will be a lot of practice in government or child benefit reform in years to come.', 'The expert group presents works by Yulia Valley and Cutting-Edge Bands, followed by countless brands (Following @ FCLP) and 2-D.']" -45,"['He', 'became', 'chancellor', 'of', 'Sicily', 'in', '1343', 'and', 'legate', 'of', 'Pope', 'Innocent', 'VI', 'in', 'Dauphiné', 'in', '1353', 'and', 'in', 'Germany', 'in', '1358.']","[4, 5]",0,sicily,He became chancellor of Sicily in 1343 and legate of Pope Innocent VI in Dauphiné in 1353 and in Germany in 1358.,"[""He was appointed chancellor in May and was one of the most powerful and influential figures in the country's history, leading the country to become one of the most powerful and influential figures in world history and the first country in the history of the World Health Organization to declare a global epidemic of Zika virus infections."", 'He replied: ""The two prosecutors have told me that Dignitas TV and the BBC are obviously looking for a winner so I can take the opportunity to give them more support.""', '1343: Piedmontese from Arch-Belarus travelled from Deux aurel daddset chernia to LoMiliband Praan Van La e, where he met Grande Doble fawin.', 'He was married to Pascal, 46, and the couple have two children together, but have yet to tie the knot.', 'The Holy Father carried the first earl of the nobility, Thursay Thursay, in 1991, while Reichenauer and Rosemary were the last known Spaniards to host a national matchday.']" -46,"['In', 'the', 'mid', 'to', ""late-1930's"", 'with', 'the', 'Spanish', 'Civil', 'War', 'and', 'the', 'blackshirts', 'of', 'Oswald', 'Mosley', 'marching', 'through', 'the', 'Jewish', 'getto', 'of', 'the', 'east', 'end', 'of', 'London', ',', 'Nat', 'and', 'many', 'of', 'his', 'contemporaries', 'chose', 'to', 'join', 'the', 'British', 'Army.']","[26, 27]",0,london,"In the mid to late-1930's with the Spanish Civil War and the blackshirts of Oswald Mosley marching through the Jewish getto of the east end of London, Nat and many of his contemporaries chose to join the British Army.","['Mr Bólez was a French citizen from his home region of Brosstansk in the mid-to-late 1990s and 1980s.', 'From July 7 to 13, 2015, the United States National Security Adviser, H.R. McMaster, announced that the United States National Security Adviser, H.R. McMaster, and the National Security Adviser, H.R. McMaster, will meet in the Oval Office in Washington, D.C., and the National Security Adviser, H.R. McMaster, will meet in Washington, D.C., and the National Security Adviser, H.R. McMaster, will meet in Washington, D.C., and the National Security Adviser, H.R. McMaster, will meet in Washington, D.C., and the National Security Adviser, H.R. McMaster, Vice President, National Security Adviser, National Security Adviser, National Security Adviser, National Security Adviser, National Security Adviser, National Security Adviser, National Security Adviser, National Security Adviser, National Security Adviser, National Security Adviser', 'By the end of the year, the club was in the midst of a major upheaval.', ""Towards the middle of the Spanish Revolution, when the tide turned, there was a sense that Qaddafi's regime was in chaos."", 'For those in their mid-thirties and early forties, with menace, subservience and moral superiority over the rest of the world, I < p > am grateful for the opportunity to direct my thoughts and prayers to those affected by this terrible tragedy, and to all those affected by the loss of a loved one.']" -47,"['It', 'is', 'one', 'of', 'the', 'top', 'booking', 'stations', 'in', 'India', 'according', 'to', 'Indian', 'Railways.']","[9, 10]",0,india,It is one of the top booking stations in India according to Indian Railways.,"[""This is in line with the Indian government's transport and testing programme."", 'According to some estimates, it is the largest booking computer in the world.', 'The station has been named one of the Top Boots of the Year (STB Imp 1 Saturday), according to the Indian Times, and younger cities are more likely to wear tweezing boots than younger ones.', ""< br > 's DAVID LLOYD reflects on the thrill..."", 'To devalue high school and Chinfire booksports in China, simply pull up a list of talking topics: ""Sixty desires exceed a number of infinity""; ""Sixty desires exceed a number of infinity""; ""Sixty desires exceed a number of infinity""; ""Chaudhry queen of her""; ""Chaudhry queen of hers""; ""Chaudhry queen of hers""; ""Chaudhry queen of hers""; ""Chaudhry queen of hers""; ""Chaudhry queen of hers.""']" -48,"['She', 'was', 'the', 'first', 'immigrant', 'to', 'the', 'United', 'States', 'to', 'pass', 'through', 'the', 'Ellis', 'Island', 'facility', 'in', 'New', 'York', 'Harbor.']","[13, 15]",0,ellis island,She was the first immigrant to the United States to pass through the Ellis Island facility in New York Harbor.,"['Ellis Island service is working on the rescue operation in New York City.', 'She was the first woman to be deported to the United States in the 1950s, and the first to be deported in the 1950s.', 'Head coach Frebeth Zofer was once the facilitator of the paradigm shift, but she bet on it.', 'They embarrassed Kan ""International Gulfstream"" in January, ""number of leadership roles"" in the automotive industry, """" gang dominance, """" lack of diversity, """" compulsory manual labour, """" lack of diversity, """" lack of diversity, """" lack of diversity, """" lack of diversity, """" lack of diversity, """" lack of diversity, """" lack of diversity, """" lack of diversity, """" lack of diversity, """" lack of diversity, """" lack of diversity, """" lack of diversity, """" lack of diversity, """" lack of diversity, """" lack of diversity, """" lack of diversity ""etc.', 'When I told Ev < p >, I thought, ""What are you doing?""']" -49,"['He', 'won', 'a', 'gold', 'medal', 'in', 'the', 'individual', 'sprint', 'event', 'at', 'the', '1948', 'Summer', 'Olympics', 'in', 'London', '.']","[16, 17]",0,london,He won a gold medal in the individual sprint event at the 1948 Summer Olympics in London.,"[""At the 1948 London Olympics, she won a gold medal in the women's team pursuit and a silver medal in the men's team pursuit in the men's individual pursuit, while the women's team won the men's individual pursuit and the women's individual pursuit."", 'RhaGavubot won a gold medal in bobsleigh at the 1948 London Olympics.', 'He was born in 1928 in the French city of Paris, where his father died in a car accident.', ""At the 1948 Summer Olympics, he won gold in the men's 4x400m relay and the women's 4x400m freestyle relay won gold in the 4x100m freestyle relay."", 'Webb has had a record number of engagements since announcing this week that he is stepping down from his role as host of The Late Late Show with James Corden.']" -50,"['GalantiÄi', 'is', 'a', 'small', 'settlement', 'south', 'of', 'Kubed', 'in', 'the', 'City', 'Municipality', 'of', 'Koper', 'in', 'the', 'Littoral', 'region', 'of', 'Slovenia.']","[13, 14]",0,koper,GalantiÄi is a small settlement south of Kubed in the City Municipality of Koper in the Littoral region of Slovenia.,"['Galatasaray are in the midst of a major overhaul of their squad, including Slavoj Giurdine, the Slovenian international who has been linked with a move to the Premier League this summer.', 'Galantica was the first municipality in the country to introduce this method, and it was the first municipality in the country to do so, and once again it was the first to do so, and it was approved for parking in a 450-car category, with a Burmese karastellon sign of Posta Burma (three car roofs for 41,850 seats, introduced at the John Ackerman Hurst high-rise in Prussia), which means that it was the first municipality in the country to do so.', 'Sznadek is located 15 kilometers west of Chechnya and about six kilometers northwest of the city of Chechnya, where the Russian military raided a house in 2014, killing two people and wounding more than 100 others, the Russian Defense Ministry said.', 'Moving 4x3 rooms, 1 room 9 with 18 heating, 1 garage 13 plus standard 3 functions, 4 * luxury.', '""Oats II"" are spectacular traditional Slovak foods and drinks dished out on Thursday, but this round could even have been about overtaking Nadal, who lost to Podolski in the final of the ATP World Tour Finals this year, if he can prove that he is still the best player in the world.']" -51,"['Marcelle', 'Auclair', 'was', 'born', '11', 'November', '1899', 'in', 'Montluçon,', 'central', 'France', ',', 'and', 'died', 'in', 'Paris', 'on', '6', 'June', '1984.']","[10, 11]",0,france,"Marcelle Auclair was born 11 November 1899 in Montluçon, central France, and died in Paris on 6 June 1984.","['It was developed on 11 November 2009 and is available in dist @ - @ Furtwangen / AZ.', ""11, 1899, in Mont., in central France, and Wednesday's delay and fear of losing our princes remind us that the United States still has a long way to go."", 'Marc Albrighton and AL WATH 2: Cigarette smoke!', '11 / PRNewswire-USNewswire / -- In the first quarter of this year, the United States Air Force (USAID) announced the launch of its first-ever Advanced Advanced Advanced Advanced Advanced Advanced Advanced Advanced Advanced Advanced Advanced Advanced Advanced Advanced Advanced Advanced Advanced Advanced Advanced Advanced Advanced Advanced Advanced Advanced Advanced Advanced Advanced Advanced Advanced Advanced Advanced Advanced Advanced Advanced Advanced Advanced Advanced Advanced Advanced Advanced Advanced Advanced Advanced Advanced Advanced Advanced Advanced Advanced Advanced Advanced Advanced Advanced Advanced Advanced Advanced Advanced Advanced Advanced Advanced Advanced Advanced Advanced Advanced Advanced Advanced Advanced Advanced Advanced Advanced Advanced Advanced Advanced Advanced Advanced Advanced Advanced Advanced Advanced Advanced Advanced Advanced Advanced Advanced', 'Marilyn Monroe, who was born in the United States and raised in New York, was born in the United States.']" -52,"['For', 'a', 'while', 'the', 'Squadron', 'operated', 'a', 'detached', 'flight', 'at', 'RAF', 'Wick', 'running', 'a', 'regular', 'service', 'to', 'ReykjavÃk', 'in', 'Iceland', 'using', 'de', 'Havilland', 'DH.91', 'Albatross', 'aircraft,', 'but', 'when', 'both', 'were', 'lost', 'this', 'was', 'abandoned,', 'the', 'detached', 'flight', 'instead', 'acquiring', 'de', 'Havilland', 'Dominies,', 'which', 'were', 'used', 'to', 'supply', 'remote', 'Scottish', 'communities.']","[17, 18]",0,reykjavÃk,"For a while the Squadron operated a detached flight at RAF Wick running a regular service to ReykjavÃk in Iceland using de Havilland DH.91 Albatross aircraft, but when both were lost this was abandoned, the detached flight instead acquiring de Havilland Dominies, which were used to supply remote Scottish communities.","['On a visit to the U.S. Air Force base in Reykjavik, N.J., President Barack Obama said he was ""deeply saddened"" by the loss of his son, who died in a helicopter crash in Afghanistan last year.', 'The squadron used several large wooden planks that fell during school trips instead of a regular flight to London with Edith Heath, the great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great', 'For a time, the company conducted a serious study in the ambulances of the airline Tak-8, Tak-8, Tak-8, Tak-8, Tak-8, Tak-8, Tak-8, Tak-8, Tak-8, Tak-8, Tak-8, Tak-8, Tak-8, Tak-8, Tak-8, Tak-8, Tak-8, Tak-8, Tak-7.', ""< p > 's LAURA WILLIAMSON was at Lord's to guide you through the best and worst of the action and bring you the 10 things we learned from it all... plus a few things you need to know about Ant McPartlin's future as a professional sportsman and how he expects it to unfold... and how he expects it to unfold... so don't forget to tell us your predictions by leaving a comment below."", ""After several hours of laughter, some of Michel's colleagues in the audience at the time of the speech said that Bloomberg's comments were not meant as an insult, but as an insult to Mr. Obama, who has been vocal in his criticism of Mr. Obama's handling of the Iraq and Syria crises and Mr. Obama's handling of the Iraq and Syria crises, as well as Mr. Obama's handling of the Iraq war.""]" -53,"['This', 'result', 'qualified', 'him', 'to', 'the', '2010', 'Summer', 'Youth', 'Olympics', 'in', 'Singapore', '.']","[11, 12]",0,singapore,This result qualified him to the 2010 Summer Youth Olympics in Singapore.,"['The result lowered their target for September 6, 2017 - Olympic time.', 'He died at the age of 18 after attending the theatre when he was diagnosed with cancer.', 'Striker has exactly the temperament you would expect from a top striker.', 'This finding has drawn attention to the importance of preserving the species, said study co-author and researcher Dr. David Cunningham of the University of Wisconsin-Madison School of Medicine.', '""We\'re going to have to do a lot of work to make sure we don\'t have to do a lot of things we don\'t want to do,"" he said.']" -54,"['Civita', 'di', 'Bagnoregio', 'is', 'a', 'town', 'in', 'the', 'Province', 'of', 'Viterbo', 'in', 'central', 'Italy,', 'a', 'suburb', 'of', 'the', 'comune', 'of', 'Bagnoregio', ',', '1', 'kilometre', '(0.6', 'miles)', 'east', 'from', 'it.']","[20, 21]",0,bagnoregio,"Civita di Bagnoregio is a town in the Province of Viterbo in central Italy, a suburb of the comune of Bagnoregio, 1 kilometre (0.6 miles) east from it.","['Civita di Bagearly is a small town in the central province of Viterbo, according to California Medicines Plat.', 's history, a celebration of the past, a celebration of the past, a celebration of the present, a celebration of the future, a celebration of the future, a celebration of the future, a celebration of the future, a celebration of the future, a celebration of the future, a celebration of the future, a celebration of the future, a celebration of the future, a celebration of the future, a celebration of the future, a celebration of the future, a celebration of the future, a celebration of the future, a celebration of the future, a celebration of the future, a celebration of the future, a celebration of the future, a celebration of the future, a celebration of the future, a celebration of the future, a celebration of the future, a celebration of the future, a celebration of the future.', 'Civita Fiemurlégio, or Civita Fiemurlégio, is one of the most beautiful villages in the world and hosts some of the most famous piñolana and mini-ports in the world.', 'Ciomaggio Pineta Bathroom Three finances a long-term project to promote the prevention of convention art in the Tuareg state.', 'Away from the lifts, CiTehreÅ¡das G is a tourist destination for Andratx Province officials trying to find a way to the crash site, where at least two people were killed and more than 100 others injured.']" -55,"['This', 'makes', 'it', 'the', 'top', 'free-to-air', 'television', 'program', 'on', 'Saturday', 'evening,', 'and', ""it's"", 'also', 'the', 'most', 'viewed', 'non-drama', 'program', 'in', 'South', 'Korea', 'every', 'week', '(excluding', 'special', 'sporting', 'events,', 'since', 'November', '2006,', 'with', 'the', 'exception', 'of', 'January', '2009,', 'April', 'and', 'May', '2010).']","[20, 22]",0,south korea,"This makes it the top free-to-air television program on Saturday evening, and it's also the most viewed non-drama program in South Korea every week (excluding special sporting events, since November 2006, with the exception of January 2009, April and May 2010).","['The Education Secretary Michael Gove and the Chancellor of the Exchequer John McDonnell, the Chancellor of the Exchequer and the Secretary of State for Work and Pensions are among those calling for Mr Gove to resign.', 'It is the latest in a series of scandals to hit the railways, which have been plagued by a series of high-profile scandals in recent years, including the collapse of a £25 million-a-year Royal Bank of Scotland (RBS) investment bank, the collapse of HBOS, the collapse of HBOS and the collapse of HBOS.', 'That makes it frustrating for Townmend to change the menu - at least when Berlusconi is in power: ""Coke spray, nerves are cruel miracles,"" he says - but the fact that Ari and Zuma have won so many prizes in the last two years and won so many trophies in the last two makes it all the more frustrating.', ""This is Money's Mark Gore, who in his annual report aims to raise awareness among investors that 52 of the < unk > 250,000 members were convened before 4.30am for an early edition [6] of the Financial Conduct Authority (FCA) annual meeting. < unk > Chris Cutmore discusses the latest developments in the London financial crisis. < unk > brings you the latest news and views from across the country. < unk > brings you the latest news and views from across the country. < unk > Brings you the latest news and views from across the country. < unk > Brings you the latest from around the country. < unk >"", 'In order to avoid a last-minute political shutdown, RB Korea, which is responsible for the provincial ec1 campaign service laboratory and online man rights, is in Slovakia on the written order of Judge Lyon. The FPO delegation is knocking on BP\'s door after being found to be inconsistent... Kabindei could postpone any follow-up action on the poisoning of government funds - if the documentary is observed by the classical public, Erwin utt admits that he could also say no to his 2006 series of the Paralympics 2008: ""Wuori media added"" brand show on trucks, ""Sebmer stressed in a statement.']" -56,"['He', 'began', 'his', 'musical', 'studies', 'in', 'his', 'country', '(Venezuela)', 'and', 'continued', 'in', 'Germany', 'and', 'Poland', ',', 'at', 'the', 'European', 'Mozart', 'Academy.']","[14, 15]",0,poland,"He began his musical studies in his country (Venezuela) and continued in Germany and Poland, at the European Mozart Academy.","[""He began Marissa Mozart's music in his native Venezuela, then took her on a tour of Europe, history and Mozart, signed autographs at the European High School in Brasilia and sent children to play the drums."", 'Decymar began his musical studies in his native Venezuela, grew up with nine boys and spent most of his adult life in Venezuela.', '""2"" began specializing in creative dance music, Leon Iovana, and took over iModelli in 1976, according to other professors.', 'He said:... ""the eight talented non-negotiators are better at debating between their friend Isab Swan... Jong Swan 2..."" before reading more stock market funds allocated to Nasdaq Gmail Technosaxy... ""< br > wanted to see"" Scheme 540, ""as well as a comment @ zadab,"" adding: ""Just call it serafinoxycupestate 54544.""', 'The 24-year-old singer-songwriter, who has been banned from performing since his father died in a car crash last year, said he had not been disciplined or disciplined for his actions.']" -57,"['In', 'the', 'case', 'of', 'Paris', ',', 'the', 'urban', 'area', 'is', 'divided', 'in', 'about', '420', 'different', 'munipalities', '(nearly', 'as', 'many', 'as', 'in', 'the', 'whole', 'Belgium).']","[4, 5]",0,paris,"In the case of Paris, the urban area is divided in about 420 different munipalities (nearly as many as in the whole Belgium).","['In Paris, the Rapid Nöm Getestval is divided into about 420 hours (almost exactly like the Rapid Nöm Getestval in Paris, where the Rapid Nöm Getestval takes place), and the Rapid Nöm Getestval is divided into about 420 hours (almost exactly like the Rapid Nöm Getestval in Paris, where the Rapid Nöm Getestval takes place), and the Rapid Nöm Getestval is divided into about 420 hours.', 'At the moment, the 21-year-old Gomez needs to be available.', 'In the case of Paris, the city collects $420 million in savings (almost as many Fergusons as in the United States), while the city of Baltimore reaps more than $20 million in lost revenue, according to a report by the Center for Public Integrity.', ""Polls of 420 municipalities (almost all of which have been built in recent years) show that state purchases are boosting the greenhouse gas vote because of Senator Ted Cruz's privileged status, February 28, 2016."", 'In this case, there are 420 different municipalities, based on the extent to which the city has been divided over the years, most of which represent the taxi industry in France, where Mr. Deutsch is seeking contracts with Mr. Manning (who is worth $95 million).']" -58,"['In', 'Greece', 'and', 'Cyprus,', 'sesame', 'seed', 'candy', 'is', 'called', 'pasteli', 'and', 'is', 'generally', 'a', 'flat,', 'oblong', 'bar', 'made', 'with', 'honey', 'and', 'often', 'including', 'nuts.']","[1, 2]",0,greece,"In Greece and Cyprus, sesame seed candy is called pasteli and is generally a flat, oblong bar made with honey and often including nuts.","['In Greece and Cyprus, the cosmetics company known as Da Costa Dogs, Pastelle MOZ, normally makes a monthly profit from honey, which is processed when it is neither old nor paid out.', 'The confectionery line that is mysterious here is exciting and easy to find.', 'Sesame candy Hot Chic Yellow, fresh vegan roasted carrots, Parvetrans and a Cl followed by Kids Learn If Bread Teases.The EA judges met at their education center on Wednesday.', 'In Greece and Cyprus, pastoral care is called workers ""wages, which include 4 cents per hour per child, 5 cents per day per child and 67 cents per day per child.', 'A sugar-free tea and a Baidu syrup T-shirt are proposed.']" -59,"['The', 'bridge', 'carries', 'the', 'Waterloo', 'to', 'Reading', 'Line', 'and', 'all', 'trains', 'serving', 'its', 'spur,', 'the', 'Weybridge', 'or', 'Chertsey', 'Branch', 'which', 'connects', 'this', 'line', 'to', 'the', 'four-track', 'South', 'Western', 'Main', 'Line', 'running', 'from', 'London', 'Waterloo', 'to', 'the', 'far', 'south-west,', 'merging', 'with', 'the', 'Devon', 'and', 'Cornwall', 'main', 'line.']","[4, 5]",0,waterloo,"The bridge carries the Waterloo to Reading Line and all trains serving its spur, the Weybridge or Chertsey Branch which connects this line to the four-track South Western Main Line running from London Waterloo to the far south-west, merging with the Devon and Cornwall main line.","['In a statement, the Company said: ""We are pleased to announce that we have reached a definitive agreement to sell the Company\'s common stock, which will enable us to continue to operate in a manner consistent with the Company\'s long-term objectives and objectives and to continue to operate in a manner consistent with those set forth in the Company\'s forward-looking statements.', 'Pensioners need to feel safer about their retirement savings and the process of contracting out needs to be streamlined to help them make the most of their pension pots.', 'There is much to admire about Kroos, or indeed his painting AIMY Privacy, and one cannot help but wonder whether it is a work of art, a work of art, a work of art, a work of art, a work of art, a work of art, a work of art, a work of art, a work of art, a work of art, a work of art, a work of art, a work of art, a work of art, a work of art, a work of art, a work of art, a work of art.', 'After the death of singer David Bowie, famous for his love of postcards from the 70s, 80s and 90s, there was talk that Bowie might have died after a secret battle with pancreatic cancer, but he insisted it was nothing more than a publicity stunt.', 'He has also been linked with a number of clubs including Manchester United, Chelsea and Arsenal but there is no sign of the 28-year-old.']" -60,"['Howe', 'is', 'an', 'unincorporated', 'community', 'in', 'Nemaha', 'County,', 'Nebraska,', 'in', 'the', 'United', 'States.']","[0, 1]",0,howe,"Howe is an unincorporated community in Nemaha County, Nebraska, in the United States.","['Howe is a community in Nemahan County where Dillon serves on the board of trustees and would assume day-to-day responsibility.', 'Howe is one of the most coveted young players in the Premier League and has been linked with a move away from Goodison Park.', 'Howe said: ""Victory is the splendour of provocation."" Calzaghe was born in Nemanja Matic\'s hometown of Nizhny Novgorod.', 'Howe said Hawk-Eye was a good player, Hamet Stone a good player.', ""It's time to get back to work! '""]" -61,"['Initially', 'the', 'school', 'was', 'established', 'to', 'provide', 'a', 'British', 'style', 'education', 'for', 'the', 'children', 'of', 'expatriates', 'working', 'in', 'Seychelles', 'on', 'temporary', 'contract.']","[18, 19]",0,seychelles,Initially the school was established to provide a British style education for the children of expatriates working in Seychelles on temporary contract.,"['Its creation was originally forced by an explanation of the triumphs of the relationship game and simultaneous positive events.', 'Schools were originally founded to help the eponymous Johann family communicate with each other.', ""The school was originally founded by Wang Sara Jiang, 9, to provide basic education to Benetto's Greek comrades with a gross domestic product of about $120 million."", ""Originally, < unk > was instructed to give the Post a time, which is what's going on and what's going on and what's going on and what's going on and what's going on and what's going on and what's going on and what's going on."", 'Originally published as ""Borandom Annecy falls and disappears,"" the annual cover of ""Stuart, Capital S. Fields Port"" ""Starring investigation by Jiles Bergen"" ""']" -62,"['After', 'graduation', 'from', 'the', 'National', 'Theatre', 'School,', 'he', 'and', 'his', 'wife', 'spent', 'a', 'year', 'interning', 'with', 'theatre', 'companies', 'in', 'both', 'Northern', 'Ireland', 'and', 'the', 'Republic', 'of', 'Ireland', '.']","[24, 27]",0,republic of ireland,"After graduation from the National Theatre School, he and his wife spent a year interning with theatre companies in both Northern Ireland and the Republic of Ireland.","['After graduating, he and two Grammy-winning Academy colleges went blank for his film - mostly from FinalRight & Neely and Bar Refaeli.', ""After graduating from Carson University in Philadelphia with a degree in museums and natural sciences, he spent a year at the University of California at Berkeley and attended an event at Picasso's tea house in 1950."", 'According to the ""not me"" < a href = ""http: / / www.zillow.com / blog / hadchy-goddess-and-not-me"" target = ""_ blank"" > Hadid spent time with his wife June in America and posted a photo of himself and his family on Instagram.', 'It raised high hopes for the Labor Party, especially in Malaysia, where anti-corruption activists said they would never find a way out of the crisis, but they were almost caught in the crossfire.', ""Prykestad and Latts then graduated from the University of California, Berkeley with degrees in business administration from the University of California, Berkeley, and a bachelor's degree in business administration from the University of California, Berkeley.""]" -63,"['Acacia', 'flexifolia,', 'commonly', 'known', 'as', 'bent-leaf', 'wattle,', 'is', 'a', 'shrub', 'species', 'that', 'is', 'endemic', 'to', 'eastern', 'Australia', '.']","[16, 17]",0,australia,"Acacia flexifolia, commonly known as bent-leaf wattle, is a shrub species that is endemic to eastern Australia.","['Akacia flexifolia is recommended in a combined larval sample and a final decision on a white or white pause is imminent.', ""Following in the footsteps of the Globol Bank Dynachovba girls, Wavefinity, Everybody's Free is a different breed of PHydau's signature traffic light runner."", ""The accent is known as a rib-rocker, but it's not the first time Nawena has been seen in public wearing a rib robe."", 'Akashi defterdominant, also known as Vulture, is widely regarded as French and is associated with the post-apartheid movement under Paul McCartney.', 'Acting Acting Acting Acting Acting Acting Acting Acting Acting Acting Acting Acting Acting Acting Acting Acting Acting Acting Acting Acting Acting Acting Acting Acting Acting Acting Acting Acting Acting Acting Acting Acting Acting Acting Acting Acting Acting Acting Acting Acting Acting Acting Acting Acting Acting Acting Acting Acting Acting Acting Acting Acting Acting Acting Acting']" -64,"['Syria', 'remained', 'the', ""Umayyads'"", 'main', 'power', 'base', 'thereafter,', 'and', 'Damascus', 'was', 'their', 'capital.']","[0, 1]",0,syria,"Syria remained the Umayyads' main power base thereafter, and Damascus was their capital.","[""Syria once again remained Hassan's chief operations officer, Damascus's chief of staff."", 'Then he went to Shinzo Ben Ali and George Marshall.', '""I don\'t think it\'s the right thing to do, but I think it\'s a good thing,"" he said.', ""Syria then remained the power base of the city and mainly the port city; its members lacked education to use electricity more frequently; two of our ministries were lynched; two of our ministries were rented out; two of our vice-presidents, King Lat'Bashar Muhammad; two of our vice-presidents, Lat'Bashar Muhammad; two of our vice-presidents, Lat'Bashar Muhammad; two of our vice-presidents, Lat'Bashar Muhammad; and one of our vice-presidents, Lat'Bashar Muhammad."", 'Syria, however, remained the main source of aid to the rebels.']" -65,"['At', 'first,', 'the', 'twinned', 'models', 'were', 'assembled', 'by', 'Ford', 'in', 'the', 'US', 'for', 'North', 'American', 'consumption,', 'with', 'Mazda', 'in', 'Japan', 'supplying', 'cars', 'for', 'other', 'markets.']","[11, 12]",0,us,"At first, the twinned models were assembled by Ford in the US for North American consumption, with Mazda in Japan supplying cars for other markets.","[""Ford's two models were first reassembled in the USA, Great Britain and Israel."", 'It was first revealed that silver models were used in the official wedding ceremony.', 'Weeks later, the two men were arrested on suspicion of conspiracy to commit burglary and conspiracy to commit burglary.', 'From $8 an hour, the model costs $30 an hour.', ""First, after the then-president attacked then-Vice President Mike Pence for his criticism of the president, including his use of a picture of a French plane representative at the end of the first half of the 2016 presidential campaign, Pence tweeted: '@ realDonaldTrump @ realDonaldTrump @ realDonaldTrump @ realDonaldTrump @ realDonaldTrump @ realDonaldTrump @ realDonaldTrump @ realDonaldTrump @ realDonaldTrump @ realDonaldTrump""]" -66,"['Mathews', 'won', 'some', 'support', 'for', 'his', 'studies', 'outside', 'Australia', '.']","[8, 9]",0,australia,Mathews won some support for his studies outside Australia.,"['Shortly thereafter, free university education outside Australia was promoted.', 'Mathews has received some support on Australian soil in recent months, until she took over as chief executive of Brooke Australia.', ""Beyonce's American Singing, op."", 'The tin says: ""Our CEO is pretty much ready for such a slump.""', 'Beyond trainer Carius McDermott, he took a dose-by-dose hit and retired in the run to the finish.']" -67,"['It', 'originated', 'from', 'Uruguay', 'and', 'Argentina', 'in', 'the', 'mid-1940s,', 'with', 'apparent', 'characteristics', 'of', 'simplicity', 'and', 'implications', 'that', 'are', 'often', 'unforeseeable', 'and', 'absolutely', 'involving.']","[5, 6]",0,argentina,"It originated from Uruguay and Argentina in the mid-1940s, with apparent characteristics of simplicity and implications that are often unforeseeable and absolutely involving.","['Her frame ranged from the long-sleeved black dress she wore at the Oscars, to the short-sleeved black dress she wore at the Golden Globes, to the short-sleeved black dress she wore at the Golden Globes, to the short-sleeved black dress she wore at the Golden Globes, to the short-sleeved black dress she wore at the Golden Globes.', 'Binando began in Uruguay in the mid-1940s and moved to Brazil in 1999, both parts of the country. < br > < br >', 'It was found in the failed country in 1981 and again accused of being a prisoner of the Malgba team in late 1997.', 'In the mid-1990 ""s, the Obama administration introduced legislation that would have allowed people to purchase health insurance in the United States, but that would have required the federal government to purchase insurance in the United States, and the federal government to offer insurance in the United States.', 'She is in the middle of Helen Bacon\'s remake of The Great Gatsby, in which she plays a woman who, as one of her most famous friends puts it, ""falls in love"" with a man who, she says, is ""the most beautiful woman in the world.""']" -68,"['José', 'Francisco', 'Razzano', 'born', 'in', 'Montevideo,', 'near', 'Plaza', 'Independencia', ',', 'on', 'February', '25,', '1887.']","[7, 9]",0,plaza independencia,"José Francisco Razzano born in Montevideo, near Plaza Independencia, on February 25, 1887.","['Jose Francisco Razzano was killed in a shootout with police on February 25.', 'José Francisco Razzano was born on 25 February 1887 in Dilliche Davos, Spain, and grew up in Napoleon, Spain.', 'Jose Francisco Raz Fezo was accompanied by his brothers Sichma and Bernardo Riccioli in del Montevideo, where the streets of the city are once again filled with the frustration of residents frustrated by what they see as palatial debauchery.', 'José Francisco Razzano was born on February 25, 1887 in Cel < p > tivumo, Montevideo, on Plaza Independencia and grew up in the rest of the city.', 'Jose Ramirez predicts that at least 45% of the vote will go to the Republican National Convention in Cleveland this weekend.']" -69,"['Based', 'in', 'Beirut', ',', 'Lebanon', '1964-66,', 'he', 'published', 'photographs', 'and', 'articles', 'on', 'subjects', 'such', 'as', 'the', 'Kurds', 'of', 'Iraq', 'in', 'Life,', 'the', 'Sunday', 'Times,', 'Geographical', 'Magazine', 'and', 'others.']","[2, 3]",0,beirut,"Based in Beirut, Lebanon 1964-66, he published photographs and articles on subjects such as the Kurds of Iraq in Life, the Sunday Times, Geographical Magazine and others.","['In Beirut (Lebanon 1964-1976) he founded the Ballyf Tennis Club, a global magazine for ""French Exhibits"" (1919), ""Ballyf Tennis Club,"" £25,000 .org. ""Angry fits between diagonals"" and £1,000 to ""promote jobs"" in the development sector.', ""Arsene Wenger, Arsene Wenger's father, has offered a showroom at the Bernabeu to bring together the soul of the club and this year the spotlight has been on the Israeli press, with the latest facts on the slave team."", 'In an interview with The Associated Press, Ahmed el-Asraf said he was ""deeply saddened"" by the death of his wife, who was killed in a car bomb attack in the capital.', 'Lisk has solved the Carroll Project, which is a perfect foundation loan for approving 500 laboratory jobs. $1m Secret Restaurant Project $1m Secret Restaurant Project $1m Secret Restaurant Project $1m Secret Restaurant Project $1m Secret Restaurant Project $1m Secret Restaurant Project $1m Secret Restaurant Project $1m Secret Restaurant Project $1m Secret Restaurant Project $1m Secret Restaurant Project $1m Secret Restaurant Project $1m Secret Restaurant Project $1m Secret Restaurant Project $1m Secret Restaurant Project $1m Secret Restaurant Project $1m Secret Restaurant Project $m $m $m $m $m $m $m $m $m', 'Founded in 1992 in 18 states and territories to demand the release of convicted murderers, it is based on the case of Muhammad Buteil, a convicted murderer who was sentenced to life imprisonment in 1992 for the murder of his wife and two children.']" -70,"['Franco', 'Forini', '(born', '22', 'September', '1958', 'in', 'Muralto)', 'is', 'a', 'former', 'racing', 'driver', 'from', 'Switzerland', '.']","[14, 15]",0,switzerland,Franco Forini (born 22 September 1958 in Muralto) is a former racing driver from Switzerland.,"['Franco Forini (listener Hans In Muralto, 22 Riedel, 1973) is a former racing driver for a Swiss organising committee.', 'WhatsApp warned its users to be vigilant on Sunday morning after confirming high security checks.', ""Franco's soccer team, Ogrilla and Babâ < unk > < unk > s Gira runner."", ""Bennett's team took the lead thanks to a penalty in the 83rd minute after a corner."", ""Franco said: 'I don't know if it's true or not.'""]" -71,"['It', 'is', 'the', 'third', 'highest', 'peak', 'in', 'Romania', 'after', 'Moldoveanu', 'Peak', '(2544m)', 'and', 'Negoiu', 'Peak', '(2535m).']","[7, 8]",0,romania,It is the third highest peak in Romania after Moldoveanu Peak (2544m) and Negoiu Peak (2535m).,"['Although this material is very profitable, it is rare for a disease of the same size to occur.', 'No amount of ""opportunism,"" no amount of ""opportunism,"" no amount of ""opportunism"" or ""repentance"" can wash away the guilt and resolve the turmoil that has surrounded this country for decades, for better or for worse, for better or for worse.', 'He is now co-founder of the Mowi Group (2544), a group of Ukrainian climbers who made the most significant contribution to the Dracula movement.', ""The world's third largest summit is in the United States, where the United Nations Security Council meets on Thursday."", 'The unknown killers spawn such murderers again and again!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!']" -72,"['MiniDisc', 'was', 'announced', 'by', 'Sony', 'in', 'September', '1992', 'and', 'released', 'that', 'November', 'for', 'sale', 'in', 'Japan', 'and', 'in', 'December', 'in', 'Europe,', 'Canada,', 'the', 'USA', 'and', 'other', 'countries.']","[15, 16]",0,japan,"MiniDisc was announced by Sony in September 1992 and released that November for sale in Japan and in December in Europe, Canada, the USA and other countries.","['Date: September 1, 1992 Date: September 1, 1992 Date: September 1, 1992 Date: September 1, 1992 Date: September 1, 1992 Date: September 1, 1992 Date: September 1, 1992 Date: September 1, 1992 Date: September 1, 1992 Date: September 1, 1992 Date: September 1, 1992 Date: September 1, 1992 Date: September 1, 1992 Date: September 1, 1992 Date: September 1, 1992 Date: September 1, 1992 Date: September 1, 1992 Date: September 1, 1992 Date: September 1, 1992 Date: September 1, 1992 Date: September 1, 1992', ""Roger Ailes plans to launch the concept for the Steinfurttle Prenos system as a competition soon, but Pedro Paso learns of the platform's official launch and hurries to pick it up at NSA headquarters."", ""Nor does GTS Porto B have a fully reserved Zollbush SIR 12.Kb, but rather one or more of Sharppool's colleagues may have included some of the bonds in their portfolios to avoid the risk of their shares defaulting in January, which would likely be higher than the SMMT, or 270 shares being valued at a premium of 0.02 per cent at the end of the year."", 'ArtSQ needs to be eliminated and not like the literary world.', ""The report is the paper's most damning to date, with a damning report due to be published on Thursday.""]" -73,"['By', '1916,', 'it', 'was', 'the', 'largest', 'oil', 'company', 'in', 'Russia', ',', 'producing', '76', 'million', 'poods', 'of', 'oil.']","[9, 10]",0,russia,"By 1916, it was the largest oil company in Russia, producing 76 million poods of oil.","['Remaining out of the POW camp would be a) very difficult, b) very difficult and c) it would be very difficult for us to leave the camp because we would not be able to leave the camp, c) we would not be able to leave the camp because we would not be able to leave the camp, because we would not be able to leave the camp, because we would not be able to leave the camp, because we would not be able to leave the camp.', 'In percentage terms, the Russians choose 2,369 policemen and agents between APA and the press office.', 'Funeral was one of 108 steamships built in Russia in 1916, and the USS Benakee, built in 1916, was the first of its kind to be built in Russia.', 'As early as 1916, Bavaria was the largest port of call for Russian fermentation and the site of the first Russian railway.', 'Wealth growth is increasing, partly due to an increase in the number of people claiming unemployment benefits, along with an increase in the number of people claiming unemployment benefits.']" -74,"['Measuring', 'almost', 'four', 'meters', 'in', 'width,', 'Ecclesia', 'militans', 'is', 'one', 'of', 'the', 'largest', 'icons', 'ever', 'produced', 'in', 'medieval', 'Russia', '.']","[18, 19]",0,russia,"Measuring almost four meters in width, Ecclesia militans is one of the largest icons ever produced in medieval Russia.","['With the country in the grip of recession, President Obama and his top advisers have been trying to find a way to keep the economy afloat in the face of an economic downturn that has shrunk the economy by more than $1 trillion over the past decade, according to a new report from the Center for Strategic and International Studies, a think tank.', 'According to a report by the National Association of School and College Leaders, the University of Delaware and the University of Delaware will spend a total of $7 million over the next five years to build a new campus in Delaware.', 'Here < a href = ""http: / / www.zillow.com / blog / Bastian Schweinsteiger"" target = ""external"" > columnist and pundit Bastian Schweinsteiger discusses the key facts and stats ahead of the games.', 'With hallelujah on the front, it can be argued that 1.5mm more pipe is 76mm longer than snow quay.', 'The Catholic shrine is the Passion of Jesus, a white-and-white statue of Jesus, with a plaque in the middle that reads: ""The need for peace and reconciliation, the need for peace, the need for peace, the need for peace, the need for peace, the need for peace, the need for peace, the need for peace, the need for peace, the need for peace.""']" -75,"['The', 'first', 'crowned', 'Holy', 'Roman', 'Empress', 'since', 'the', 'mid-15th', 'century,', 'she', 'was', 'responsible', 'from', 'the', 'moving', 'of', 'the', 'Imperial', 'court', 'from', 'Prague', 'to', 'Vienna', ',', 'which', 'became', 'one', 'of', 'the', 'centers', 'of', 'European', 'culture.']","[23, 24]",0,vienna,"The first crowned Holy Roman Empress since the mid-15th century, she was responsible from the moving of the Imperial court from Prague to Vienna, which became one of the centers of European culture.","['As the first tsarina of the Roman Empire to receive a knighthood since the end of World War II, many Spaniards faced political obstacles early on, including the loss of their father and mother.', 'In 1800, as the first crowned imperial monarch since the mid-nineteenth century, he began to deal with the innovations that would be useful for future growth, and as the first emperor to be crowned since the mid-nineteenth century, he was the first to understand why my East had so much faith in Sascic and why he had so little faith in him.', 'As revealed last week, Liverpool have made enquiries about the France international and are keen to bring him back to the Premier League.', 'Barack Obama, Barack Obama, George W. Bush, George W. Bush, George W. Bush, George W. Bush, George W. Bush, George W. Bush, George W. Bush, George W. Bush, George W. Bush, George W. Bush, George W. Bush, George W. Bush, George W. Bush, George W. Bush, George W. Bush, George W. Bush, George W. Bush, George W. Bush, George W. Bush, George W. Bush, George W. Bush, George W. Bush, George W. Bush, George W. Bush, George W. Bush, George W. Bush, George W. Bush, George W. Bush, George W. Bush, George W. Bush, George W. Bush, George W. Bush, George W. Bush, George W. Bush, George W. Bush, George W. Bush, George W. Bush, George W. Bush, George W. Bush, George W. Bush', 'As the first aristocratic heartbreaker to break away from his friendly spirit, ""our star,"" he listens to all sorts of long literary sounds, such as the Guardian\'s Heltstein in America.']" -76,"['Armando', 'Costa,', 'also', 'known', 'as', 'Rilhas,', 'was', 'born', 'in', '1949', 'in', 'the', 'village', 'of', 'Bombarral', 'in', 'central', 'Portugal.']","[14, 15]",0,bombarral,"Armando Costa, also known as Rilhas, was born in 1949 in the village of Bombarral in central Portugal.","['Ar Costa < p > Pret is second behind Ronaldinho Riphas (by quake).', 'Armando Costa, also known as ""Parisian,"" was born in 1949 in a district of Bombay Balechraza in central Portugal, where he grew up.', 'Armandton Costa, King Badalup and others believed they were facing a list of other looted camps with appalling sumographies.', ""Officer Armando Varhan of STRAC was selected by the city's only consular officer, and Walmart is the only one in the city that does not have a quota system."", 'Armando Sadiku, who was cautioned for his role in the brawl at the Stade de France, has since apologised for his part in the incident, although he was not directly involved in the decision-making process.']" -77,"['His', 'father,', 'John', 'Bird', 'was', 'a', 'London', 'goldsmith', 'with', 'ancestral', 'roots', 'in', 'Cheshire,', 'England.']","[6, 7]",0,london,"His father, John Bird was a London goldsmith with ancestral roots in Cheshire, England.","['His father John was a goldsmith and carriage driver.', 'How did he get from here to Eton, where he got his first taste of the English language?', 'His last name, normally spelled, stands for ""The Khan"" and Liverpool legend: ""David Bowie.""', ""It's not the first time the pair have been linked, as they were spotted on a romantic getaway together earlier this month."", ""ITV's head of communications, Roger Backtour, will oversee much of the day's global coverage, which will take place from December 7-12.""]" -78,"['She', 'was', 'one', 'of', 'the', 'first', 'locomotives', 'to', 'be', 'built', 'in', 'Germany', '.']","[11, 12]",0,germany,She was one of the first locomotives to be built in Germany.,"[""She was one of the first to join Jeans Cerino's family."", 'Understanding violence requires historical knowledge, and that makes it all the worse, he said (see scenario 10.NS - Release 8.10).', 'Hong Kong has 21 locomotives, all of which were built in the 1950s.', ""Gibbs Road Sally was < br >'s memory"", 'She recalled how Lohan had spent the night with Elke Himmel and Michael Schultz.']" -79,"['After', 'he', 'had', 'finished', 'his', 'secondary', 'edition', 'he', 'immigrated', 'to', 'Australia', 'where', 'he', 'stayed', 'until', '1969.']","[10, 11]",0,australia,After he had finished his secondary edition he immigrated to Australia where he stayed until 1969.,"['After his death, Milloff wrote his memoir ""Thriller"" in 2005.', 'After the May vote, he signed funding for Department of Homeland Security infrastructure for Afghanistan that he said would be used by the U.S. military and Department of Homeland Security, Department of Homeland Security, Department of Homeland Security, Department of Homeland Security, Department of Homeland Security and Department of Homeland Security.', 'Former US President Donald Trump and his wife Melania have been in the White House for more than a year, according to a New York Times report.', '""I think it will be a long-term investment,"" he said.', 'By John Hagort and Chaofán Hughes, AP']" -80,"['At', 'the', 'time', 'of', 'the', '1991', 'Nepal', 'census', 'it', 'had', 'a', 'population', 'of', '2,891', 'and', 'had', '530', 'houses', 'in', 'the', 'village.']","[6, 7]",0,nepal,"At the time of the 1991 Nepal census it had a population of 2,891 and had 530 houses in the village.","['In a statement, the council said: ""We are deeply saddened to hear of the death of a young man who was shot in the head by a member of the public and we are deeply sorry to hear of the loss of his life and we are deeply saddened to hear of the loss of a loved one and we are deeply sorry to hear of the loss of a loved one.""', 'At the time of the OECD announcement, the European Commission said it had received 170 payments from Spanish institutions or representatives of boat companies.', '""I think it\'s a good idea,"" he told ABC??? s?? El Guadur.', 'HD once stood at 2891, now it has reached a new low.', '""I don\'t know if I\'ll make it, but I\'ll make it,"" he said.']" -81,"['The', 'line', 'was', 'first', 'authorised', 'in', '1866,', 'and', 'was', 'a', 'proposed', 'single', 'line', 'to', 'connect', 'Soho', 'on', 'the', 'Great', 'Western', 'Railway', 'Birmingham', 'to', 'Wolverhampton', 'route', 'with', 'Lapal,', 'on', 'a', 'proposed', 'line', 'from', 'Halesowen', 'to', 'Bromsgrove,', 'with', 'a', 'connection', 'to', 'the', 'London', 'and', 'North', 'Western', 'Railway', '(LNWR)', 'near', 'Monument', 'Lane.']","[15, 16]",0,soho,"The line was first authorised in 1866, and was a proposed single line to connect Soho on the Great Western Railway Birmingham to Wolverhampton route with Lapal, on a proposed line from Halesowen to Bromsgrove, with a connection to the London and North Western Railway (LNWR) near Monument Lane.","['The 1969 of Rob Stoltenberg created and 1866 created and 1866 dissolved enterprise has a long history of the production and the selling of high-quality, high-quality, high-quality, high-quality, high-quality, high-quality, high-quality, high-quality, high-quality, high-quality, high-quality, high-quality, high-quality, high-quality, high-quality products. ""', 'The tract-to-channel rail line is based at Solews Park and Blue Diamonds North Railway Station, used by the National Rail, Maritime and Transport Union (NBN), National Rail Union (NBN) and National Rail Union (National Rail Union).', 'Halifax International made the most of its long-standing plans to build the second major new building in the city, on the border between Terra Nova, Wader, Trader, Lobby and City.', 'Such an extraordinary combination of public outrage and the silent introduction of a Glenn BBC has resulted in many models unwittingly (miraculously overweight)... Back Swep Map... Back Swep Map... Back Swep Map... Back Swep Map... Back Swep Map... Back Swep Map... Back Swep Map... Back Swep Map... Back Swep Map... Back Swep Map... Back Swep Map... Back Swep Map... Back Swep Map... Back Swep... Back Swep Map... Back Swep Map... Back Swep Map... Back Swep... Back Swep Map... Back Swep Map... Back Swep Map... Back Swep... Back Swep Map... Back Swep... Back Swep... Back Swep Map... Back Swep... Back Swep... Back Swep Map... Back Swep... Back Swep', 'For the first time, we are calculating the numerical possibilities of a major third party and investigating why they are needed in Misar, and we are not sure why they are needed in Misar.']" -82,"['Amalia', 'wrote', 'a', 'song', 'book', 'which', 'is', 'currently', 'found', 'in', 'the', 'German', 'national', 'library', 'in', 'Berlin,', 'with', 'copies', 'in', 'the', 'public', 'library', 'of', 'Frankfurt', 'and', 'the', 'university', 'library', 'of', 'Frankfurt.']","[23, 24]",0,frankfurt,"Amalia wrote a song book which is currently found in the German national library in Berlin, with copies in the public library of Frankfurt and the university library of Frankfurt.","['""If you want to be the main character, you have to be the main character,"" says Lucy, who learnt about Lisa and Tom as a baby that same year.', 'Amalia Bookin\'s Song Association has developed a collaboration with Casquerwear Club to offer Kung Fu Panda, Mino tu Leis 2010 video single and a recording of the song ""Dr.I. Olav.""', 'Amalia energetically recorded a fallen song, which is currently performed mainly by two departments of the day care center: Avet 5, DickAndrews????? s?????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????', 'La Ampezzo, where her aunt Emmanuel (Beke Edward Milan The Player Vals Gorilla) leads the charge against Benedetto legend Gioconisyou, was a lame duck in Waterstan, South Africa.', 's response to Al Qaeda in the Arabian Peninsula (AQAP), 52 regiments were relocated and seven of 27 divisions were invited to return to parts of the country, including D, B, D, D, D, D, D, D, D, D, D, D, D, D, D, D, D, D, D, D, D, D, D, D, D, D, D, D, D, D, D, D, D, D, D, D, D, D, D, D, D, D, D, D, D, D, D, D, D, D, D, D, D, D, D, D, D, D, D, D, D, D, D, D, D, D, D, D, D, D, D, D, D, D, D, D, D, D, D, D, D']" -83,"['Its', 'fake', 'covers', 'of', 'prominent', 'newspaper', 'were', 'sensational', 'media', 'pranks;', 'the', 'authors', 'even', 'distributed', 'a', 'fake', 'Pravda', 'in', 'Russia', 'during', 'communist', 'rule.']","[18, 19]",0,russia,Its fake covers of prominent newspaper were sensational media pranks; the authors even distributed a fake Pravda in Russia during communist rule.,"['Copies of prominent newspapers were sensational antics and widely circulated in the media.', 'The empty shells in the hands of dozens of Bulgarians - whose data can be used to calculate training costs - have brought to light expert reports that suggest that there is no such thing as terrorism.', ""The fake Ken Follett cover of < p > of JAMIE REDKNAPP's match against Bolton Wanderers in Saturday's FA Cup third round is a reminder that the Premier League is run by the same people, but not by the same people, not the same people, not the same people, not the same people, not the same people, not the same people, not the same people, not the same people, not the same people, not the same people."", 'His ""fascist"" politicians, the so-called ""alt-right,"" do not trade the press for the real importer of the Clooneys from Minnesota... Partners, wives & friends finance their trade by selling their shares or recognisable models every week, giving them publishing space.', ""It was the latest in a long line of scandals to beset Ingenie Jelerov, one of the country's most powerful businessmen.""]" -84,"['Traveling', 'to', 'Rome', 'in', '1619,', 'he', 'also', 'would', 'have', 'been', 'exposed', 'to', 'the', 'influence', 'of', 'Caravaggio', 'and', 'his', 'followers.']","[2, 3]",0,rome,"Traveling to Rome in 1619, he also would have been exposed to the influence of Caravaggio and his followers.","['He would also have encountered the influence of Caravaggio and Dinsome na si Selco during his A-levels at La Ipsocyura in 1619.', ""Thöderlund's voice also included this attitude, and it is not clear of the Leyens concept."", 'A prerequisite for investment, however, is that more and more people want to buy.', 'Fitzgerald would have been distracted by the fact that at the time of his death he was not necessarily meant to be the ruler of mankind, but he had one of the best days of his life when he lost his nerve over a drink in a pub with Danny Edwards, the former England captain.', 'A Tolkien-era tuff stone has been erected on the grounds of the castle, and the prince is a direct descendant of the Duke of Edinburgh.']" -85,"['He', 'served', 'in', 'the', 'United', 'States', 'military', 'during', 'the', 'Korean', 'War.']","[4, 6]",0,united states,He served in the United States military during the Korean War.,"[""Schwarzenegger, who is 69, told Empire on Friday that 'even if asked [to host again] I would decline,' confirming that the season concluded in February would be his last."", 'During the Korean War, the chairman of the Joint Chiefs of Staff said, ""There is still a threat from North Korea.""', ""Although clearly sexually taboo, 36-year-old Streep rubbed her eyes in disbelief when she said: 'I don't know if I'm going to be able to, but I'm going to be able to, and I'm going to do it, and I'm going to be able to, and I'm going to do it.'"", 'The study, published in the Journal of the American Psychological Association, found that brain researchers ""manipulate their emotions.""', 'Chris served time for shoplifting against Duchess']" -86,"['This', 'marine', 'species', 'occurs', 'in', 'the', 'Caribbean', 'Sea', 'off', 'Colombia', '.']","[9, 10]",0,colombia,This marine species occurs in the Caribbean Sea off Colombia.,"['This kind of serenity apparently comes from the Caribbean.', ""This underwater species can be found in Farage's clubs, known as Lola."", 'This marine species is already well on its way to meeting global climate targets.', 'The marine animals we recommend taking one sip at a time bypass fine dust to ""pollute the environment.""', 'The Marine has appeared in a number of court martial cases in the past, including one in 2011 in which he was convicted of killing a Taliban fighter while on patrol in Afghanistan.']" -87,"['Their', 'self-titled', 'debut', 'album', 'made', 'a', 'strong', 'impression', 'in', 'the', 'UK', ',', 'as', 'well', 'as', 'in', 'Australia', 'and', 'New', 'Zealand.']","[10, 11]",0,uk,"Their self-titled debut album made a strong impression in the UK, as well as in Australia and New Zealand.","['Her self-deprecating debut has wowed audiences in the UK, Australia and New Zealand.', 'Her self-titled debut album Lanvin: Our Returns leaves an impressive impression in the world of fashion, advertising and advertising.', 'In British football, the release of King to Sale and Guardians of the Galaxy Blackouts brought Royal Amsterdam back to life and Royal Amsterdam followed Dutch dominance.', ""In a statement to < br >, a spokesman said: 'We would like to apologise to the public for any inconvenience caused by this incident and would like to apologise for any inconvenience this may have caused and we would like to apologise to anyone who may have been affected by this incident, including those who may have experienced inconvenience or inconvenience.'"", ""Jennifer Shado Reports < br > on Heart Traveler's Debut""]" -88,"['Harvard', 'School', '(pre', 'Harvard-Westlake)', 'was', 'named', 'after', 'John', 'Harvard', 'of', 'Southwick,', 'borough', 'of', 'London', '.']","[13, 14]",0,london,"Harvard School (pre Harvard-Westlake) was named after John Harvard of Southwick, borough of London.","[""The Harvard School of Business in London's Kensington and Chelsea was founded in 1970."", 'Harvard School (formerly Harvard-Middleton), the second largest private school in the United States, has been criticized for its membership in HP, which brought in $34 million last year, according to a report by the National Association of School and College Leaders.', 'The Harvard School of Law (formerly known as Optis) owes its name to symbols of tactical excellence, victories in inter-faith conflicts and a sense of achievement.', 'The family owned three lumbering blue-collar workers, some paid for by the taxpayer and some not as well-stocked as they should have been.', ""< br > 's Eric Greaves is at Royal Troon...""]" -89,"['Detremmerie', 'was', 'born', 'in', 'Mouscron,', 'traditionally', 'a', 'French', 'speaking', 'textile', 'manufacturing', 'town', 'sandwiched', 'between', 'the', 'frontier', 'with', 'France', 'to', 'the', 'south,', 'and', 'the', 'Dutch', 'language', 'frontier', 'to', 'the', 'north,', 'in', 'the', 'western', 'part', 'of', 'occupied', 'Belgium.']","[17, 18]",0,france,"Detremmerie was born in Mouscron, traditionally a French speaking textile manufacturing town sandwiched between the frontier with France to the south, and the Dutch language frontier to the north, in the western part of occupied Belgium.","['Detreen was born in Mouscron, where Higomas grew up and grew up, and her father, who was born in Mouscron, is the son of a lawyer and an accountant, and her mother, who was born in Mouscron, California, and her father, who is a lawyer, attorney, attorney and accountant.', 'Detective Chief Inspector David McIntyre, of the Metropolitan Police\'s Major Crime Command, said: ""We are investigating the circumstances of this incident and are appealing for anyone with information to come forward.', 'Ford Mobile sat between the Los Angeles Police Department and the Los Angeles Police Department, and Anti-ACION Executive Director Ryan Kavanaugh said in a statement that the release of the video does not appear to be false, but despite further anxiety disorders throughout the day, the company decided to download online business to make local searches successful as part of the integration.', ""DetGerald Afici - Free play ooh N la Princessvine puvaport la a Reichsvolontariano modem w horby < unk > rotivings d'festisted goods felic 2 ir ousqui r PRs fault hev unflaked."", ""Perisic's substitution in the Champions League semi-final second leg at the Nou Camp on Tuesday night was the first time he has been substituted in the Champions League this season and the first time in the Champions League.""]" -90,"['Hope', 'For', 'The', 'Warriors', 'is', 'a', 'national', 'nonprofit', 'organization', 'in', 'the', 'United', 'States', 'that', 'provides', 'assistance', 'to', 'combat', 'wounded', 'service', 'members,', 'their', 'families,', 'and', 'families', 'of', 'those', 'killed', 'in', 'action.']","[11, 13]",0,united states,"Hope For The Warriors is a national nonprofit organization in the United States that provides assistance to combat wounded service members, their families, and families of those killed in action.","['Hope believes the lack of firefighters is one of the main causes of the fire, as Mr Manrala has shown.', 'Hope For The Warriors is a regional, peaceful and inclusive organization, both in the United States and around the world, ""she said < br >.', '""I think it\'s important to remember that Virginia is a great state, and I think it\'s important to remember that Virginia is a great state,"" he said.', 'Hope For The 2 is a non-profit Maureen said: ""I want to try egg donation and leave sweet survivors behind.""', 'Hope Hicks, general manager of the Warriors, said: ""It\'s great to see the Warriors have managed to get the best out of the players they\'ve got in recent weeks, but we still have a lot of work to do to make sure we can get the best out of them.""']" -91,"['In', '1978', 'it', 'began', 'to', 'be', 'marketed', 'in', 'France', 'for', 'patients', 'at', 'high', 'risk', 'for', 'thrombotic', 'events:', 'postoperative', 'cardiac', 'patients,', 'patients', 'undergoing', 'hemodialysis,', 'peripheral', 'vascular', 'disease,', 'and', 'the', 'prevention', 'of', 'strokes', 'and', 'ischemic', 'heart', 'disease.']","[8, 9]",0,france,"In 1978 it began to be marketed in France for patients at high risk for thrombotic events: postoperative cardiac patients, patients undergoing hemodialysis, peripheral vascular disease, and the prevention of strokes and ischemic heart disease.","['In 1978, the hose line in France, which allowed owners to become organ patients with a generally elevated risk, began with reports like that of brain cancer in the United States and that of Singapore in Britain. -- July 25, 2014: Motones: Motones for free, Industrianderena et al. -- The Lacroix twin BiolMedicare, available for $15 per person for $125 per person for $125 per person.', ""Since 1978, the lion's claw has been imported in accelerated form into linen patches for surgical purposes for patients with cardiovascular disease, where FCG Byton / timoVacke would be much more suitable, or where Yeam's tune is specifically designed for the immune system, where Zconfir has a positive effect."", ""In addition to Alzheimer's disease, the state of Oulu is also facing the prospect of rising obesity rates in the fight against obesity."", 'SF Digital Partners is a leading provider of high quality, high quality digital products and services to a wide range of customers, including, but not limited to, consumer electronics, consumer electronics, consumer electronics, consumer electronics, consumer electronics, consumer electronics, consumer electronics, electronics, electronics, electronics, electronics, electronics, electronics, electronics, electronics, electronics, electronics, electronics, electronics, electronics, electronics, electronics, electronics, electronics, electronics, electronics, electronics, electronics, electronics, electronics, electronics, electronics, electronics, electronics, electronics, electronics, electronics, electronics, electronics, electronics, electronics, electronics, electronics, electronics, electronics, electronics, electronics, electronics, electronics, electronics, electronics, electronics, electronics, electronics,', 'In France, the program has been expanded to include a program for patients with icamm tricholemia: EarEx T2 was administered to patients in the Mississippi State of Arkansas who were prescribed state-of-the-art prostate cancer treatment.']" -92,"['Born', 'in', 'Australia', 'in', 'November', '1956,', 'Delacy', 'has', 'been', 'part', 'of', 'the', 'Hong', 'Kong', 'broadcasting', 'industry', 'since', '1979.']","[12, 14]",0,hong kong,"Born in Australia in November 1956, Delacy has been part of the Hong Kong broadcasting industry since 1979.","['Gianluigi Buffon has been linked with a move to the Serie A giants, according to Italian media reports.', 'Del Castillo, who was born in November 1956 in Essen, but only accompanied her in April 1995, gave her the Oscar, Physical E Syndrome Delacy Blue Roll or the flight 135 to New Orleans, which won in 2002 in one and a half categories.', ""Crazy fan confirms Spicer's statement"", ""In McCain's case, Ottawa is the front for Cosby."", '""I think it\'s important to remember that this is the first time in a long time that we\'ve been able to find a way out of this situation,"" said Stewart, who is also a senior fellow at the Center for Strategic and International Studies in Washington.']" -93,"['The', 'Grand', 'National', 'Party', 'of', 'President', 'Lee', 'Myung-bak', 'won', 'a', 'majority', 'of', 'seats', 'in', 'the', 'National', 'Assembly', 'of', 'South', 'Korea', '.']","[18, 20]",0,south korea,The Grand National Party of President Lee Myung-bak won a majority of seats in the National Assembly of South Korea.,"['Lou Reed, President of the International Association of Photographers, said: ""We are pleased to announce that Lou Reed, President of the International Association of Photographers, has been elected as the new President of the International Association of Photographers (IFA) and we are pleased to welcome him to the International Association of Photographers (IFA).""', ""The measure's approval mirrors the recommendation of the Senate Finance Committee, which is expected to approve the measure by the end of the year."", 'In a recent interview with The Associated Press, Duviht said he could not find evidence to support his claim that Duviht was involved in a murder plot against Duviht, but he could not find any evidence.', 'In a statement, a Department of Homeland Security spokesman said: ""The Department of Homeland Security and Department of Homeland Security are working closely with the Department of Homeland Security and Department of Homeland Security to ensure that the Department of Homeland Security and Department of Homeland Security and Department of Homeland Security and Department of Homeland Security and Department of Homeland Security and Department of Homeland Security and Department of Homeland Security and Department of Homeland Security cooperate fully with the investigation.""', 'In a statement, South Korea\'s state-run KCNA news agency said the North\'s missile launch was a ""clear violation of international law.""']" -94,"['Before', 'the', 'Syrian', 'war,', 'Homs', 'was', 'a', 'major', 'industrial', 'centre,', 'and', 'with', 'a', 'population', 'of', 'at', 'least', '652,609', 'people', 'in', '2004,', 'it', 'was', 'the', 'third', 'largest', 'city', 'in', 'Syria', 'after', 'Aleppo', 'to', 'the', 'north', 'and', 'the', 'capital', 'Damascus', 'to', 'the', 'south.']","[4, 5]",0,homs,"Before the Syrian war, Homs was a major industrial centre, and with a population of at least 652,609 people in 2004, it was the third largest city in Syria after Aleppo to the north and the capital Damascus to the south.","[""Two years ago, in a speech to the Conservative Party conference in Brighton, he said: 'I think we need to be more open and open about what we are trying to achieve, what we are trying to achieve, what we are trying to achieve, what we are trying to achieve."", 'Homs was the center of industry in the east of Homs ""until it was captured by the Islamic State,"" he said, adding: ""It\'s not fair to say you can\'t go there if you don\'t want to go there, but if you don\'t want to go there, you have to go there, you have to go there, you have to go there, you have to go there, you have to go there, you have to go there, you have to go there, you have to go there, you have to go there, you have to go there.""', ""Before Syria's civil war, Homs was seen by millions of people as an important industrial center, especially by residents of neighboring Syria, but it was also home to the world's largest nuclear power plant, one of the largest in the world, according to U.S. officials who spoke on condition of anonymity because they were not authorized to speak to the media about the matter."", ""Elsewhere, Spurs are seen as a safe haven: the Nasdaq stock index closes at 12,000, the world's second-largest stock index at 12,000, the world's third-largest stock index at 12,000 and the world's third-largest stock index at 12,000."", 'Before 25 April 1996, the man and his wife were arrested and charged with aggravated burglary, aggravated burglary, aggravated burglary, aggravated burglary and aggravated burglary.']" -95,"['Same-sex', 'sexual', 'acts', 'are', 'illegal', 'in', 'Antigua', 'and', 'Barbuda.']","[6, 7]",0,antigua,Same-sex sexual acts are illegal in Antigua and Barbuda.,"['Same-sex marriages in Barbados and Antigua in New Zealand have been banned from working with orphaned children.', 'About Antiques Roadshow and Barbie.', 'Same-sex marches in Antigua and bar coats and boots were images of Obama visiting the Islamic State of Iraq and the Levant (ISIS) and standing in front of the World Trade Center mosque.', 'Nude sexual acts.', '""I think it\'s going to be a very, very tough year,"" Obama told < br >.']" -96,"['Kerala', 'Iyers,', 'like', 'the', 'Iyers', 'of', 'Tamil', 'Nadu', 'and', 'the', 'Nambudiris', 'of', 'Kerala,', 'belonged', 'to', 'the', 'Pancha-Dravida', 'classification', 'of', 'India', ""'s"", 'Brahmin', 'community.']","[19, 20]",0,india,"Kerala Iyers, like the Iyers of Tamil Nadu and the Nambudiris of Kerala, belonged to the Pancha-Dravida classification of India's Brahmin community.","[""Kerala Iseharchakhysae belonged to the same group as Iupa, a shepherd's Sunday and a day trip."", 'Kerala Iyers - like the Iyers in Tamil Nadu and the Iyers in the British Isles - are among the Iyers in Tamil Nadu who built the Hilariv during the reign of Tamil Nadu to house Abedi in glass cabinets, combining oversized apartments with luxury apartments and luxury apartments in a city that was once the capital of the Tamil Nadu region.', 'Kerala Iwad, like the Much Daunt in Tamil Nadu, belonged to the Al-Shabaab-free group, which means the pun-free family or pun-free movement that was founded in the 1990s.', 'Keri Iyers was among those killed by state troopers in a series of shootings and shootings that killed at least six people and injured dozens, including two police officers who were shot during a chase.', '< < < < < < unk; < unk > < unk > < unk < unk < unk > ltunk; < unk; < unk > < unk > < unk; < unk > < unk > < unk > < unk > < unk > ltunk; < unk > < unk > < unk > < unk > < > < > lt; > lt; > ltunk > > >; < unk > < unk > < unk > < unk > < > > < unk > > < unk > < unk > < unk > < unk > > < > > > >']" -97,"['New', 'York', 'State', 'Route', '\xa0', '50', '(NY', '\xa0', '50)', 'is', 'a', '31.67-mile', '(50.97', '\xa0', 'km)', 'state', 'highway', 'in', 'the', 'Capital', 'District', 'of', 'New', 'York', 'in', 'the', 'United', 'States', '.']","[26, 28]",0,united states,New York State Route  50 (NY  50) is a 31.67-mile (50.97  km) state highway in the Capital District of New York in the United States.,"[""WASHINGTON (Reuters) - The New Mexico state legislature on Wednesday passed a bill that would allow the state's oil and gas industry to be regulated by the U.S. Environmental Protection Agency."", 'Participation in public transport in communal cooperations is quite reasonable to bring together unresigned excerpts. sunglasses left middle at least etzique shot with dubious words [E]. (e) unresigned excerpts quite frequent excerpts. (e) unresigned excerpts left middle at least etzique shot with dubious words [E]. (e) unresigned excerpts left middle at least with dubious words [E]. (e) unresigned excerpts right. (e) unresigned excerpts left middle at least etzique shot with dubious words [e]. (e) unresigned excerpts left middle at least with dubious words. (e)', ""After all, it wasn't until 1945 that Peter Novotna felt he was part of the family."", 'Coalition Green (Le Information pro) advises modestly, but the alternative is to fear that the third separate such mileage will cost the government because of the likelihood of both winning the next election: ""All chats will be limited and will be published by a special report by 19 observers of normal government,"" Coleman said in a statement, adding that he would make a decision on whether to run for re-election.', 'ETCOL Inn is the mall for Gracie-in-the-Middle, ""Almost One Hauser with Chelsea,"" ""Rosie Barrow"" and ""Owen Young From The Spice.""']" -98,"['Stephen', 'Parke', '(born', '1950)', 'is', 'a', 'New', 'Zealand', 'physicist.']","[6, 8]",0,new zealand,Stephen Parke (born 1950) is a New Zealand physicist.,"['Stephen Partridge (""I\'m A Celebrity... Get Me Out Of Here!""), best known for his portrayal of Hodgkin\'s lymphoma, has died at the age of 69 after a battle with leukemia, the National Institutes of Health (NIH) announced Tuesday.', 'Stephen Parke Kassig, born 1950, is a New Zealand physicist.', 'Stephen Parke (Isaiah Firebrace), who has led the club for more than a decade, said: ""I think it\'s fair to say we have a lot of good players in the squad and we have a lot of good players in the squad and we have a lot of good players in the squad and we have a lot of good players in the squad.', 'Stephen Par, an Oregon psychotherapist, was a longtime captain.', 'Stephen Parke (1950 BST) is the author of Children in Need.']" -99,"['There', 'are', 'representatives', 'of', 'different', 'regions', 'of', 'Ukraine', '.']","[7, 8]",0,ukraine,There are representatives of different regions of Ukraine.,"['came from different regions of Ukraine.', ""Such personalities are prominent in Ukraine's diverse political scene, including former President Viktor Yanukovych, former Prime Minister Viktor Yanukovych, former President Viktor Yanukovych, former President Viktor Yanukovych, former President Viktor Yanukovych, former President Viktor Yanukovych, former President Viktor Yanukovych, former Prime Minister Viktor Yanukovych, former President Viktor Yanukovych, former President Viktor Yanukovych, former President Viktor Yanukovych, former President Viktor Yanukovych, and former President Viktor Yanukovych."", 'Stockholm recognises the importance of the Macolonians in the region.', ""Companies have players of all shapes and sizes, so why don't the experts plan to push funding in the first place?"", 'Representative for Lugg']" -100,"['The', 'parish', 'church', 'in', 'the', 'settlement', 'is', 'dedicated', 'to', 'the', 'Assumption', 'of', 'Mary', 'and', 'belongs', 'to', 'the', 'Roman', 'Catholic', 'Archdiocese', 'of', 'Ljubljana', '.']","[21, 22]",0,ljubljana,The parish church in the settlement is dedicated to the Assumption of Mary and belongs to the Roman Catholic Archdiocese of Ljubljana.,"['The church is dedicated to the Roman Catholic Church, the seventh largest Christian titan in Salzburg (Protek 67, 66g), and received 76 million dollars (44 million pounds) from Homo sapiens in 1933.', ""The parish church in Baytru has been fighting for Mary's birth in peace for years and is at the centre of controversy."", 'The excavations carried out by the Athens Transport Commission have been on the site of the former nautical centre since 2000 and were carried out by Stefan Sla Koodz, who said that the excavations were carried out over a period of time.', ""Best known for his role as the villainous Sheriff of Nottingham in Robin Hood: Prince of Thieves, he has been feted as one of Hollywood's most unlikely go-to Brits."", 'Communities & Economic Persons, for example: ""These private disgraced playoffs"" share programs Del. Boarez School????????????????????????????????????????????????????????????????????????????????????????????????????????????']" -101,"['From', 'the', '1800s', 'it', 'was', 'a', 'center', 'of', ""Hermanos'"", 'religious', 'activity,', 'based', 'upon', 'practices', 'that', 'originated', 'in', 'Spain', '.']","[17, 18]",0,spain,"From the 1800s it was a center of Hermanos' religious activity, based upon practices that originated in Spain.","[""For about 19 years he was a member of the motley crew of Emperor's New Clockwork Orange and a member of the Royal Society for the Prevention of Cruelty to Animals (RSPCA)."", 'It appears in the Klei-Day text and was written by Pattadolru.', 'For the past 18 months, she has been held in a chaplaincy facility, where she has been held in solitary confinement for 18 months, according to court documents obtained by The Associated Press.', 'Since southwest, from Buffalo to the left, the 18 Tigris many 50s and older, DEGRA and 10,000 cesic busts, they have been ranked as most expensive, most expensive, most expensive, most expensive, most expensive, most expensive, most expensive, most expensive, most expensive, most expensive, most expensive, most expensive, most expensive, most expensive, most expensive, most expensive, most expensive, most expensive, most expensive, most expensive, most expensive, most expensive, most expensive, most expensive, most expensive, most expensive, most expensive, most expensive, most expensive, most expensive, most expensive, most expensive, most expensive, most expensive, most expensive, most expensive, most expensive, most expensive, most expensive, most expensive, most expensive, most expensive, most expensive, most expensive, most expensive, most expensive, most expensive, most expensive, most expensive, most expensive, most expensive, most expensive, most expensive, most expensive, most expensive,', 'Victorian jack of all trades, white lacota green, light pink, pink, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white']" -102,"['Prince', 'August', 'died', 'at', 'the', 'age', 'of', '41', 'of', 'pneumonia', 'at', 'the', 'Royal', 'Palace', 'of', 'Stockholm', ',', 'Stockholm.']","[12, 16]",0,royal palace of stockholm,"Prince August died at the age of 41 of pneumonia at the Royal Palace of Stockholm, Stockholm.","['Prince August died of pneumonia at the age of 41 at the Royal Palace in Stockholm.', 'Prince Augustus died in the palace at the age of 90.', 'Prince August Stork steps out in elcorpaux with his father in tow.', 'Prince August died at the age of 84 in Stockholm, Sweden, after suffering a heart attack at the age of 35, and his wife Fergus, who is a Swedish citizen, died at the age of 60.', 'Prince August died at Simkorcteen, the residence of Stockholm, Stockholm, at Podolsumwürckarnum Palace repeated in the Swedish press seven classes < unk > previously opened the Arsenal Burnley Theatre. wanted to be mentioned, food called, Judicial Bots Group appeared focused on greeting forest parquet with dead performance or pain in the house, < unk > explores the compromise... ""No matter what the public promises"" http: / / abcn.ws / 1nnrng What makeup half-vacation or thematic rail < unk >']" -103,"['The', 'route', 'starts', 'at', 'the', 'Canada/US', 'Border', 'in', 'a', 'densely', 'wooded', 'area', 'near', 'King', 'Brook', 'Lake', '.']","[13, 16]",0,king brook lake,The route starts at the Canada/US Border in a densely wooded area near King Brook Lake.,"['The route starts at Lawhs Saints Viaductental Mountain near Charles de Gaulle Lake in South Jersey.', 'The exclusive breakfast drive takes you from Bayesuf to the Canadian-Canadian border, from where it is a short drive to Beijing.', 'So the opposite is true - before pharmaceutical companies and Coke, there was a stealth, causal focus on charts.', 'Start of the mountain tour: 1 million pounds of pork weak and slumbering under 2 countries near the top of the mountain; 2 million pounds of pork weak and slumbering under 2 neighboring countries', 'The tour starts in the grounds of the former KGB headquarters in the Czech Republic, next to the former KGB headquarters.']" -104,"['The', 'first', 'Long', 'Night', 'of', 'Museums', 'took', 'place', 'in', 'Berlin', 'in', '1997.']","[9, 10]",0,berlin,The first Long Night of Museums took place in Berlin in 1997.,"['The last Long Night of the Lochre took place in Berlin in 1997.', '1997 Pete Quick: The first long night of ""clear losers"" welcomed Barack Obama to David Cameron.', 'This first long-term pay review welcomed the honours.', ""Carl Hebert, the author of a sculptor's book, died in 1997."", 'In the annual magazine of the same name, < p > reminds us that dogs start out as rookies.']" -105,"['It', 'grows', 'in', 'areas', 'with', 'low', 'levels', 'of', 'rainfall', 'and', 'its', 'range', 'extends', 'southwards', 'from', 'Arizona,', 'Texas', 'and', 'New', 'Mexico', 'in', 'the', 'United', 'States', 'into', 'Mexico.']","[16, 17]",0,texas,"It grows in areas with low levels of rainfall and its range extends southwards from Arizona, Texas and New Mexico in the United States into Mexico.","[""It is growing in crime-plagued areas of northern France, where the number of people fleeing violence has soared in recent years, according to the country's top law enforcement official."", 'NSW is increasingly focused on increasing the number of AFL clubs in the state, with single people among the lower classes changing jobs every year.', ""In a statement, the party said: 'We are deeply saddened by the death of Alan Rickman, who died from cancer at the age of 69 after a short battle with cancer... he was one of the best-loved and most versatile actors in showbiz... and we are honoured to announce the passing of Alan Rickman, one of the greatest actors in showbiz."", 'They also offer as much natural beauty as they can at the moment, as well as a variety of dishes that match the course.', 'The substance of all The Factor series on Murder Media (52) is the fact that it is a show that has a lot to do with the fact that ""GMA"" and ""GMA"" are the most popular shows in the country and that ""GMA"" and ""GMA"" are the most popular shows in the United States.']" -106,"['The', 'Riverland', 'Football', 'League', 'is', 'an', 'Australian', 'rules', 'football', 'league', 'located', 'in', 'South', 'Australia', ""'s"", 'Riverland', 'region.']","[12, 14]",0,south australia,The Riverland Football League is an Australian rules football league located in South Australia's Riverland region.,"['The Riverland Football Association (NALLELIL) online soldiers in dispute coach director of referees', 'The Riverland expansion of the Abbott Queensland Career Foundation?', 'Fowler has the biggest worries of his career, which is great in the NBA, where he is 10th.', ""The German company announced the sale of Alastair and Sulzmeier's Strata Vaughn, which is expected to be completed by the end of the year."", 'Members of the Sri Lankan Parliament or the Bank of Soldiers use the bases of all churches in the region.']" -107,"['While', 'travelling', 'home', 'in', '1945', 'he', 'was', 'summoned', 'to', 'return', 'to', 'France', 'to', 'attend', 'General', 'Patton,', 'at', 'the', 'request', 'of', ""Patton's"", 'wife,', 'after', 'the', 'car', 'accident', 'that', 'caused', ""Patton's"", 'death.']","[11, 12]",0,france,"While travelling home in 1945 he was summoned to return to France to attend General Patton, at the request of Patton's wife, after the car accident that caused Patton's death.","[""On his return to the nation in 1945, Patton's coffin was laid out in Old Town Hall, where it was announced that he would not return to the United States and that he would not be allowed to attend the funeral of his father, the Rev. Michael Patton Jr., who was killed in World War II, and that he would not be allowed to attend the funeral of his father, the Rev. John Patton."", '< p > Ian Ladyman has studied all the stats and facts from the weekend, not just the top flight but across the Football League, and brings you the 10 things you need to know about each game: team news, provisional squads, betting odds and Opta stats, plus team news, provisional squads, provisional squads, betting odds and Opta stats.', 'In 1945, at the request of Pat Gatt, he was appointed General of the Royal Air Force after a surprise visit to the site of the Battle of Bulge in which he was killed by a bomb-propelled grenade.', 'Hugh Baldwin - No Country for Old Men Politics Henry Henry - National Euro-Flag Regeneration with < a href > Columnist and ex-Luxembourger Anne Will - The Ground WF Macho William Steward Gomez Game Advice \'Ad < a href = ""http: / / www.zillow.com / blog / Henry-Henry-Henry-National-Euro-Flag-Regeneration-with-< a href ="" http: / / www.zillow.com / blog / Henry-Henry-National-Euro-Flag-Regeneration-with < a href > Columnist and ex-Luxembourger Anne Will - The Ground WF Macho William Steward Gomez Game Advice\' Ad < / a > Quarterfinal match against ex-Jerusalem-husband Joyce \'It\'s Time for Election Results\'', ""It wasn't until the end of the year, when she was diagnosed with breast cancer, that she learned she was pregnant with her first child.""]" -108,"['The', 'southern', 'border', 'is', 'shared', 'with', 'Brazil', 'and', 'the', 'northern', 'border', 'is', 'the', 'Atlantic', 'coast.']","[6, 7]",0,brazil,The southern border is shared with Brazil and the northern border is the Atlantic coast.,"['On average, Maryland has more than 400 of its $53.5 billion-a-year satellites. mama 2 | mama 2 | mama 2 | mama 2 | mama 2 | mama 2 | mama 2 | mama 2 | mama 2 | mama 2 | mama 2 | mama 2 | mama 2 | mama 2 | mama 2 | mama 3 | mama 4 | mama 4 | mama 4 | mama 4 | mama 4 | mama 4 | mama 4 | mama 4 | mama 4 | mama 4 | mama 4 | mama 4 | mama 4 | mama 4 | mama 4 | mama 4 | mama 4 | mama 4 | mama 4 | mama 4 | mama 4 | mama 4 | mama 4 | mama 4 | mama 4 | mama 4 | mama 4 | mama 4 | mama 4', ""The southern border with Brazil was sealed off more than a year ago when the US and its allies took control of the country's southern border with Mexico, and the border with Mexico has been closed for more than a year."", 'The presentation does most of the repylliant and historically inconspicuous work in the expected housing market, which is why it is so important to protect everyone.', '97 / PRNewswire-USNewswire / -- The National Association of Realtors (NASDAQ: NASDAQ) today announced that it has signed a Letter of Intent with the National Association of Realtors (NASDAQ: NASDAQ), a nonprofit organization dedicated to real estate development in the United States. < br > The National Association of Realtors (NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NAS', ""Niersbach also announced that he would not run for re-election as the party's mayoral candidate, a post he has held since 2005.""]" -109,"['It', 'is', 'known', 'as', 'Daungdana', 'in', 'Myanmar,', 'Trey', 'Palung', 'in', 'Cambodia,', 'Bhing', 'in', 'Maharashtra', ',', 'Palwa', 'in', 'Gujarat,', 'and', 'Seriya', 'in', 'Sri', 'Lanka.']","[13, 14]",0,maharashtra,"It is known as Daungdana in Myanmar, Trey Palung in Cambodia, Bhing in Maharashtra, Palwa in Gujarat, and Seriya in Sri Lanka.","[""This country is known as Myanmar and is home to the world's largest concentration of Rohingya Muslims."", ""It is also known as the Duchy of Cornwall estate - owned by the Duke and Duchess of Cambridge and Prince Harry - and has been described as a 'family home'."", ""Known in Myanmar as Daungdana, it is believed to be used to hide furs in the lagoon, as well as the Gorniediotec's unfinished Dagscartich, and to this day Kardashian's gun game proves that Shaywene wouldn't have to wear a hat if she didn't have one."", 'It became known as DaFayson Leaf Art in Myanmar and Trevor Palaszczuk Amini Property in Nama, which is owned by the government.', 'She was the first woman to win the Democratic nomination for President of the United States, and the first woman to win the Democratic nomination for President of the United States, and the first woman to win the Democratic nomination for President of the United States, and the first woman to win the Democratic nomination for President of the United States.']" -110,"['Syria', 'is', 'located', 'in', 'the', 'Middle', 'East', 'at', 'the', 'eastern', 'end', 'of', 'the', 'Mediterranean', 'Sea', '.']","[13, 15]",0,mediterranean sea,Syria is located in the Middle East at the eastern end of the Mediterranean Sea.,"['Syria is located in the Middle East and North Africa on the eastern shore of the Mediterranean.', 'Syria is in exploratory talks.', 'Olive, who was born in the United States and raised in the United States, was born in New York City and grew up in the United States.', ""Syria lies squarely in the arms of the United States, the world's largest arms exporter."", 'Syria is located in the Middle East, at the end of the Mediterranean, at the end of the Mediterranean, at the end of the Mediterranean, at the end of the Mediterranean, at the end of the Mediterranean, at the end of the Mediterranean, at the end of the Mediterranean, at the end of the Mediterranean, at the end of the Mediterranean, at the end of the Mediterranean, at the end of the Mediterranean.']" -111,"['Before', '1772', 'the', 'area', 'was', 'part', 'of', 'Kingdom', 'of', 'Poland,', 'Prussia', 'and', 'Germany', '.']","[12, 13]",0,germany,"Before 1772 the area was part of Kingdom of Poland, Prussia and Germany.","['In the 17th century Germany and Tarvi belonged to Poland.', 'Prior to 1772, the building itself was a serial builder who officially became public property and established a national square in the centre of the city.', 'But Woolworths Airport, built in 1954, was planning the future of all tourism.', 'Before 1772 the area belonged to the Humanitarian Society of Scotland (WATERHOUSE 30, 039-30-1000).', 'Colombia is the second largest country in the world after the United States and Canada.']" -112,"['After', 'emigrating', 'to', 'Brazil', 'via', 'Italy', 'in', 'the', '1950s,', 'he', 'settled', 'in', 'Rio', 'de', 'Janeiro.']","[3, 4]",0,brazil,"After emigrating to Brazil via Italy in the 1950s, he settled in Rio de Janeiro.","[""It's not the first time the pair have been spotted together, as they recently enjoyed a romantic getaway together in New York."", 'Since joining the Coalition through editorial work, Cole has lived his career in the years since his election to Parliament in 1959, and has served on the Board of Trustees and the Board of Directors of the New York Stock Exchange and the Board of Trustees for more than a decade.', 'The head of the research team was instrumental in the development of the film, which he describes as a positive step in the right direction.', 'After fleeing to Diallutencia, Brazil, the man was taken to a hospital, where he was pronounced dead at the scene, according to local media.', 'Has the Prime Minister won the battle to keep Britain in the single market and customs union with the EU and customs union with the rest of the world, or will she end up with a free trade agreement with the EU and customs union with the rest of the world and end the customs union with the EU?']" -113,"['Burnside', 'is', 'a', 'suburb', 'of', 'Christchurch,', 'New', 'Zealand,', 'located', 'southeast', 'of', 'Christchurch', 'International', 'Airport.']","[0, 1]",0,burnside,"Burnside is a suburb of Christchurch, New Zealand, located southeast of Christchurch International Airport.","['Burnside is one of the few places in the UK not to have seen house prices rise in the past year.', 'Burnside is a suburb of Christstrick, a suburb of Ethland Myrtle Beach.', 'Burnside is a suburb of Christchurch, and Kelley has 26 snacks in addition to whole grain high schools or alternative packaging in a closed FSS format that restricts medical procurement vouchers.', 'Burnside Business Secretary Urges Mr. of America - Gysification of Its Own Fresh Energy: The U.S.??????????????????????????????????????????????????????????????????????????', 'Burnside Ampliate is a subsidiary of Kondi Corporation, Inc., a subsidiary of Burnside Ampliate.']" -114,"['She', 'left', 'Chile', 'for', 'ustralia', 'when', 'she', 'was', 'four-years-old,', 'along', 'with', 'her', 'mother,', 'brother', 'and', 'sister.']","[4, 5]",0,ustralia,"She left Chile for ustralia when she was four-years-old, along with her mother, brother and sister.","['She left Mexico when she and her brother and sister called for a radical shift away from the no-business approach.', 'Years later, in 2004, the university\'s student consulate shared a photo of the posters with the caption, ""Watch Work to Movie: Can your film be wine but our Austrian biznes resist the < a href > set tape?""', 'In the quarter-finals, as in the semi-finals, she relies on the strength of her serve and forehand.', 'Annenly Berg (pictured), the US TOU Horn Air Festival at the University of California, Berkeley Victory Park in Los Angeles. $51.2 million 2018, $96 million 2018, $140 million 2018, $51.2 million 2018, $51.2 million 2018, $52.1 million 2018, $52.1 million 2018, $52.1 million 2018, $52.1 million 2018, $52.1 million 2018, $52.1 million 2018, $52.1 million 2018, $52.1 million 2018, $52.1 million 2018, $52.1 million 2018, $52.1 million 2018 and $52.1 million 2018', 'Singing Dirty 17th Samuel N Cheese Regulator is Strauss with 14 girls, Chilli single deep in the heart of the heart of the heart of the heart of the heart of the heart of the heart of the heart of the heart of the heart of the heart of the heart of the heart of the heart of the heart of the heart of the heart of the heart of the heart of the heart of the heart of the heart of the heart of the heart of the heart of the heart of the heart of the heart, heart of the heart of the heart of the heart of the heart of the heart of the heart, heart of the heart of the heart of the heart of the heart of the heart of the heart of the heart, heart of the heart of the heart of the heart of the heart of the heart of the heart of the heart of the heart of the heart of the heart of the heart of the heart of the heart of the heart of the heart of the heart']" -115,"['He', 'was', 'then', 'transferred', 'to', 'III', 'Amphibious', 'Corps,', 'which', 'was', 'preparing', 'for', 'the', 'planned', 'invasion', 'of', 'Japan', '.']","[16, 17]",0,japan,"He was then transferred to III Amphibious Corps, which was preparing for the planned invasion of Japan.","['Then he moved on to the next totori mundor (an amphibious corps of amphibious vehicles), which cost £9 million to build.', ""He was then assigned to the Third Amphibious Corps, which is on its way to prepare for the deployment of the world's first amphibious corps."", ""He has already filed a number of class-action lawsuits, including one alleging that the company violated federal law by failing to disclose the names of the employees it hired to work for the company, and another alleging that the company misled investors about the company's financial position."", 'Nina\'s books consist of revived scavengers, which she calls ""the place of the famous.""', 'According to the Times, this has been the case since he retired in 1968 (when he was elected to the Senate).']" -116,"['Gulian', 'was', 'born', 'in', 'Marash', 'in', 'Western', 'Armenia', 'then', 'part', 'of', 'Ottoman', 'Empire,', 'immigrated', 'to', 'the', 'United', 'States', 'at', 'a', 'young', 'age,', 'and', 'grew', 'up', 'in', 'Newton,', 'Massachusetts.']","[16, 18]",0,united states,"Gulian was born in Marash in Western Armenia then part of Ottoman Empire, immigrated to the United States at a young age, and grew up in Newton, Massachusetts.","[""Gulian Mbappe has been linked with a move from Ligue 1 rivals Monaco, while Monaco's Kylian Mbappe has been linked with a move from Ligue 1 rivals Monaco, while Monaco's Kylian Mbappe has also been linked with a move from Ligue 1 rivals Monaco."", 'Gulian was born in Monlandenhagen, Russia, was employed by the Russian government and was the only person in the United States to resign in the second-highest case.', 'Gulian was born in Marif in western Rico and was a member of the United Nations High Commissioner for Refugees (UNHCR), the United Nations High Commissioner for Refugees (UNHCR), the United Nations High Commissioner for Refugees (UNHCR), the United Nations High Commissioner for Refugees (UNHCR) and the United Nations High Commissioner for Refugees (UNHCR).', 'GulHam Our was founded in the western Armenian city of Manika (then a supporter of the Ottoman Empire, the European Union largely corresponds to China), while Chinese Professions on Flency Shakes (then supporters of the Ottoman Empire) and Inspector Murtis offered Nazour x4 a wide range of Greek options to a local indigenous community in London (now a member of the Ottoman Empire), including: ""Web Security from East to West,"" ""Web Security from West,"" Web Security from West, ""Web Security from West,"" Web Security from West, ""Web Security from West,"" Web Security from West, ""Web Security from West,"" Web Security from West, ""Web Security from West,"" and ""', 'Stoke are said to be considering signing former West Ham central defender Aleksandar Mitrovic at the end of the season.']" -117,"['The', 'concept', 'has', 'been', 'very', 'well', 'received,', 'and', 'since', 'then', 'the', 'number', 'of', 'participating', 'institutions', 'and', 'exhibitions', 'has', 'risen', 'dramatically,', 'spreading', 'to', 'over', '120', 'other', 'cities', 'throughout', 'Europe', ',', 'as', 'well', 'as', 'elsewhere,', 'in', 'Argentina', 'and', 'the', 'Philippines.']","[27, 28]",0,europe,"The concept has been very well received, and since then the number of participating institutions and exhibitions has risen dramatically, spreading to over 120 other cities throughout Europe, as well as elsewhere, in Argentina and the Philippines.","['s comeback - 95 percent of the members have participated in the projects At Natrath Initiative Store Valley in Florida and Waffle Model, and the whole project can be followed up.', ""Sanron Operator For 50: 40: 5000 Classical Residences Frescoes, Ruth Till's New Plant Shoes presents the world's best-selling Dream Philosophy of the Year at the Culture Piazza New Usaturana Charlottepea, a collection of exquisite Kaspar Shoe Stage Decorations that not only wins a rehearsal, but also commits to the deepest, most transformative qualities."", 'It has long been popular, and the floods have skipped 15 off-road locations across the state: Direct, Texas, Great Decombes, Werder, Bioines, Disinfection Camps and the North Shore.', 'The concept of ""urgency"" has great resonance and appeal, had its common scientific background in Australia or India, and foreign cities such as Buenos Aires, Buenos Aires, Buenos Aires, Buenos Aires, Buenos Aires, Buenos Aires, Buenos Aires, Buenos Aires, Buenos Aires, Buenos Aires, Buenos Aires, Buenos Aires, Buenos Aires, Buenos Aires, Buenos Aires, Buenos Aires, Buenos Aires, Buenos Aires, Buenos Aires, Buenos Aires, Buenos Aires, Buenos Aires, Buenos Aires, Buenos Aires, Buenos Aires, Buenos Aires, Buenos Aires, Buenos Aires, Buenos Aires, Buenos Aires, Buenos Aires, Buenos Aires, Buenos Aires, Buenos Aires, Buenos Aires, Buenos Aires, Buenos Aires, Buenos Aires, Buenos Aires, Buenos Aires, Buenos Aires', 'The concept of the ""kilogram"" is no wonder in politics that the ecological decalcification was and is carried out by young people.']" -118,"['Ruffus', 'was', 'an', 'indie', 'rock', 'band', 'from', 'Estonia', 'that', 'was', 'originally', 'known', 'as', ""Claire's"", 'Birthday.']","[7, 8]",0,estonia,Ruffus was an indie rock band from Estonia that was originally known as Claire's Birthday.,"[""Ruffo's Toyota was one of the first to deliver script sequences when Gandhi appeared on the EverGO Golden Girls Railshow on Thursday night for the first time in more than a decade, and it was the first time in his career that he had been nominated for a Golden Girls Railshow."", ""Rudisha's coach Toni Minichiello was among those to congratulate the 30-year-old, who has competed in four Olympic Games and reached the semi-finals in Beijing four times."", ""Ruffalo, who was nominated for a Golden Globe for his role in the film, said: 'I think it's great to be back."", 'Privatie, who was born Hydra Cluesy in the mid-1970s, is best known for playing the indie band Fetu Resmith Carp 4-22º on covers such as Seller, Down Roll, Titled Moulett Prefix, Buy Skip Gang, Going Bulk Purted and Solution! Home See Between. http: / / abcn.ws / 1jNNNNNYYYYYYYYYYYYYY', 'Rugby is baffled that there have been half a dozen calls, so the clubs spent years negotiating a list of suburban names, with chief executive Gerhard Gruener saying ""Weston, Florence"" had invited middlemen or, as he put it, ""cyber-strike agents.""']" -119,"['Bennihalli', 'is', 'a', 'village', 'in', 'Belgaum', 'district', 'in', 'the', 'southern', 'state', 'of', 'Karnataka,', 'India.']","[5, 6]",0,belgaum,"Bennihalli is a village in Belgaum district in the southern state of Karnataka, India.","['Bennihalli, an equivalent class platinum Tibagwh stop if conditions for performing differentiated two-year-olds by Disnejed warns', 'Ramadan Desugota is located in the western Indian state of Darfur and is the last stop on the Mammoth Ibis Dam, which is home to tens of thousands of people.', 'Avi Bennihalli is a village in the political district of Ilbay County in Karnataka, India.', '""We are living exponentially beyond our means"" - Citi Management Group, India', ""'I don't know if I can do anything about it, I'm not going to do anything about it, I'm not going to do anything about it.""]" -120,"['He', 'is', 'the', 'Minister', 'of', 'Fisheries', 'and', 'Marine', 'Resources', 'of', 'Somalia', ',', 'having', 'been', 'appointed', 'to', 'the', 'position', 'on', '27', 'January', '2015', 'by', 'Prime', 'Minister', 'Omar', 'Abdirashid', 'Ali', 'Sharmarke.']","[10, 11]",0,somalia,"He is the Minister of Fisheries and Marine Resources of Somalia, having been appointed to the position on 27 January 2015 by Prime Minister Omar Abdirashid Ali Sharmarke.","[""Strictly Come Dancing's professional dancers have been given the all-clear to take part in the live finale of Strictly Come Dancing, which will take place at the Royal Albert Hall in London on Saturday, and the show will take place at the Royal Albert Hall in London on Saturday and Sunday, with the judges hoping to make it through to the semi-finals."", ""The minister said Japan's approach to fisheries was being criticised on behalf of Japan."", 'Omar Abdul-Aziz Ali, Minister of Fish Arts, leaves his office on January 27, 2015 in Cairo, Egypt. -- Ali Abdul-Aziz Ali, Minister of Fish Arts, leaves his office in Cairo, Egypt.', 'Meanwhile, for the first time in his career, Combes failed to make the cut. For the first time in his career, he failed to make the cut for the second time in his career. He missed the cut for the second time in his last five starts.', 'He is the US PGA Monarch ($4008m), PGA of America ($468m), PGA of America ($468m), PGA of America ($468m), PGA of America ($468m), PGA of America ($102m), PGA of America ($102m), PGA of America ($10m), PGA of America ($10m), PGA of America ($10m), PGA of America ($10m), PGA of America ($10m), PGA of America ($10m), PGA of America ($10m), PGA of America ($10m) and PGA of America ($10m).']" -121,"['Athletes', 'from', 'Philippines', 'won', 'total', 'seven', 'medals,', 'and', 'finished', 'at', 'the', '21st', 'spot,', 'tied', 'with', 'Syria', 'in', 'a', 'medal', 'table.']","[2, 3]",0,philippines,"Athletes from Philippines won total seven medals, and finished at the 21st spot, tied with Syria in a medal table.","['Philippine-born athletes, who collected a total of six silver medals, were asked to rank 21st in the medal table along with Syria, his last at a medal ceremony.', ""All 14 youth nations are represented at this year's World Cup."", 'In total, the athletes came from 96 countries and described their performance in terms of climate change.', 'Aspatrigon Health-Friendly Awarded Positive Half Effects Like Increased Efforts As ING Finishes In Phase 100 Of Phase 1 Of Phase 2 Of Phase 2 Of Phase 2 Of Phase 2 Of Phase 2 Of Phase 2 Of Phase 2 Of Phase 2 Of Phase 2 Of Phase 2 Of Phase 2 Of Phase 2 Of Phase 2 Of Phase 2 Of Phase 2 Of Phase 2 Of Phase 2 Of Phase 2 Of Phase 2 Of Phase 2 Of Phase 2 Of Phase 2 Of Phase 2 Of Phase 2 Of Phase 2 Of Phase 2 Of Phase 2 Of Phase 2 Of Phase 2 Of Phase 2 Of Phase 2 of Phase 2 of Phase 2 of Phase 2 of Phase 2 of Phase 2 of Phase 2 of Phase 2 of Phase 2 of Phase 2 of Phase 2 of Phase 2 of Phase 2 of Phase 2 of Phase 2 of Phase 2 of Phase 2 of Phase 2 of Phase 2 of Phase 2 of Phase 2 of Phase 2 of Phase 2 of Phase 2 of Phase 2 of', ""Athletes from around the world who returned on Saturday at 7: 30 a.m. for their < unk > post will not be disappointed. < unk >'s 16 / 05 / 17: 30 BST: < unk >'s GETTY SAYS gives you an overview of the best and worst athletes from around the world as well as a look at some of the best from around the world...""]" -122,"[""Tokko's"", 'original', 'soundtrack', 'was', 'released', 'in', 'stores', 'across', 'Japan', 'on', 'June', '28,', '2006', 'as', 'part', 'of', 'its', 'release', 'with', 'the', 'TOKKO', 'TV', 'series.']","[8, 9]",0,japan,"Tokko's original soundtrack was released in stores across Japan on June 28, 2006 as part of its release with the TOKKO TV series.","['Jastan\'s original book was released in Japanese outlets on June 19, 2006 as part of his ""Technology Live to Doner"" and TOKKO TV series.', 'At the end of the day, we will have to do a lot of work to make sure that we will be able to do that, and we will be able to do that, and we will be able to do that, and we will be able to do that, and we will be able to do that, and we will be able to do that, and we will be able to do that.', ""Tokyo's original soundtrack was released on October 28, but in general it is not a great sound, but it is a great sound, and it is a great sound, and it is a great sound, and it is a great sound, and it is a great sound, and it is a great sound, and it is a great sound, and it is a great sound, and it is a great sound, and it is a great sound."", ""Toksvig's original soundtrack ran on 65Seven on June 28 when Small Tw Radio arrived in Tokyo."", 'You\'ll find a lot of people all over the world saying, ""Hey, I\'m doing this, I\'m doing this, I\'m doing this, I\'m doing this, I\'m doing this, I\'m doing this, I\'m doing this, I\'m doing this, I\'m doing this.""']" -123,"['It', 'was', 'located', 'in', 'Rindge,', 'New', 'Hampshire,', 'United', 'States', ',', 'on', 'a', 'working', 'organic', 'farm', 'with', '142', 'acres', '(0.57', '\xa0', 'km2)', 'of', 'field', 'and', 'forest.']","[7, 9]",0,united states,"It was located in Rindge, New Hampshire, United States, on a working organic farm with 142 acres (0.57  km2) of field and forest.","[""It's not the first time he's been embroiled in controversy. < br > Last week, he reported being in contact with a number of Premier League clubs, including Manchester United, Chelsea, Chelsea, Arsenal, Arsenal, Arsenal, Arsenal, Manchester City, Chelsea, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Manchester United, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Manchester United, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Chelsea, Chelsea, Chelsea, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Chelsea, Chelsea, Chelsea, Chelsea, Arsenal"", 'The Pimlico Club is part of the Pacific Leaf European School of Force in the UK, a multidisciplinary, multidisciplinary, multidisciplinary, multidisciplinary, multidisciplinary, multidisciplinary, multidisciplinary and multidisciplinary organisation.', 'The town of Hulle was left alone in Arnold Francis, a town that is home to the popular lone gunman, Everts County Sheriff Brocur said.', 'The preserved Neoclassicism is located in Rindge, New Hampshire, where a Byzantine church was built in the 19th century and where the church was built in the 19th century.', ""Mourinho's plans for the Cameroon game are being managed by Jordi Murillo, who has been linked with a move to the Premier League but has been linked with a move away from Stamford Bridge.""]" -124,"['During', 'the', 'occupation', 'of', 'Norway', 'by', 'Germany', 'he', 'was', 'imprisoned', 'in', 'Grini', 'concentration', 'camp', 'from', '13', 'to', '21', 'January', '1942.']","[4, 5]",0,norway,During the occupation of Norway by Germany he was imprisoned in Grini concentration camp from 13 to 21 January 1942.,"['He was arrested between 13 and 21 June 1942 in the town of Grunier in the north of the country along with Alaey End and the Victory Street murders.', 'During the raid, a number of restaurants put up signs - hundreds of times asking not to be identified - pointing to an office with a long history of low-cost democracy hunts that appeared in newspapers of competing editors, many of whom said the rise of issues like climate change and climate change was unnecessarily prominent.', ""There was spectacular bloodshed during Israel's occupation of Palestine in 1998, when a group of Israeli soldiers were shot dead by Israeli soldiers and Jolie was jailed for three years for her role in the assassination of Israeli Prime Minister Benjamin Netanyahu."", 'Miley Cyrus was joined by Miley Cyrus at the event.', ""The People's Vote 2: Chapter 68 of Staples Center and the Annual Vital Site 1: Four Cultures with Their Existential Life, the Life of the Guardians and the Vocabulary of People""]" -125,"['Richard', 'T.', 'McCrea', 'and', 'William', 'A.', 'S.', 'Sarjeant', 'published', 'a', 'paper', 'describing', 'new', 'bird', 'and', 'mammal', 'ichnotaxa', 'from', 'the', 'Gates', 'Formation', 'in', 'Alberta,', 'Canada', '.']","[23, 24]",0,canada,"Richard T. McCrea and William A. S. Sarjeant published a paper describing new bird and mammal ichnotaxa from the Gates Formation in Alberta, Canada.","[""Richard A. McCrea and William A. Gaal, the former governor and director of the New York City Department of Public Works, have written a letter to Gov. Jerry Brown (D), a Democrat, asking him to reconsider his decision to resign from the state oversight board that oversees the city's Department of Housing and Urban Development."", 'Richard T. tricky and - George T. Sarjev from Athens and William A. S. Sarjev from New York published a treatise arguing that the United States and the United States should not be allowed to interfere in the affairs of the United States.', 'Richard T. Abbott, chairman of the House Oversight and Government Reform Committee, said in a statement he was ""deeply saddened"" by the news of Abbott\'s death.', 'Richard T. McCre and William A. S. Sar of First Research published a study in the Journal of Clinical Oncology of Breast Oxidation of DERMCT to analyze the effects of DERMCT on breast oxidity in patients with osteoarthritis.', 'Richard Scudamore, chief executive of the Association of British Insurers (ABI), said: ""This is an exciting time to be involved in the insurance industry and the insurance industry.']" -126,"['The', 'Datsuns', 'toured', 'Australia', 'in', '2002', 'with', 'Melbourne', 'band', 'The', 'Specimens', 'and', 'The', 'Casanovas', 'as', 'well', 'as', 'playing', 'a', 'live', 'to', 'air', 'on', 'PBS', 'radio.']","[3, 4]",0,australia,The Datsuns toured Australia in 2002 with Melbourne band The Specimens and The Casanovas as well as playing a live to air on PBS radio.,"['Opinions differ on whether the president has enough time to make a decision on whether or not to run for re-election, and whether or not he has enough time to make a decision on whether or not to run for re-election, according to a person familiar with the matter who spoke on condition of anonymity.', 'The Boys toured all over the country in 2002, ahead of The Disaster Artist in Australia, and last week I wanted to get back to the top of the charts with ""Peter Pan!"" from PBS.', 'In 2002, The Dats toured the country with members of The Testimonies in Jersey and also spoke to African Americans in New York, New York and Los Angeles.', 'DI Denis toured Australia in 2002 with the Melbour band THE VISIT OF SKrushed Tenwns, which until Shukam offered her the professional Mamas and Papas night show, the 25-year-old retired ventriloquist Chily Frost.', 'The Daredevil hit the ball on Friday, and after a hospitality and campaign, Perry and Findlay, a former member of the GM & Irish Stross Band, topped the leaderboard and later found themselves in the midst of a love debacle between the two. < br >']" -127,"['Sarah', 'Culberson', '(born', '1976)', 'is', 'a', 'biracial', 'American', 'woman', 'of', 'Mende', 'ancestry', 'from', 'Sierra', 'Leone', 'on', 'her', ""father's"", 'side.']","[13, 15]",0,sierra leone,Sarah Culberson (born 1976) is a biracial American woman of Mende ancestry from Sierra Leone on her father's side.,"['Sarah Cul (born in 1976 to Latin American parents in 1967) founded the Center for Health and Human Services in 1844, a nonprofit organization that works with Felix Zander on research into leather manufacturing.', 'In Sierra Leone, two teenagers were critically injured when a suicide bomber detonated an explosives-laden bomb outside a mosque.', 'Sarah Culbertson, who was born Stephen Marie Friedman, is one of the few people in the world who was able to ""make contact with Huk\'s relevance.""', ""The Keeping Up With The Kardashians star added: 'I don't know if it will work or not.'"", 'Sarah Culbertson, a spokeswoman for the Olympic Committee, said in a statement: ""When Olympia came out in January, it was clear that she could not compete in the Olympics and that she could not compete in the Olympics and that she would not be able to compete.""']" -128,"['It', 'passes', 'through', 'the', 'towns', 'of', 'Dmitrov', 'and', 'Yakhroma', ',', 'crossing', 'the', 'Moscow-Volga', 'Canal', 'on', 'its', 'way.']","[8, 9]",0,yakhroma,"It passes through the towns of Dmitrov and Yakhroma, crossing the Moscow-Volga Canal on its way.","['In a statement, the company said: ""We are pleased to announce that we have entered into a definitive agreement with the United States of America to enable the company to develop and market a wide range of products, services and services that will enable us to meet the needs of our customers and partners in the United States of America, as well as improve our ability to meet the needs of our customers and their families, and improve our ability to meet the needs of our customers in the United States of America.""', ""Seconds after the 83rd, Volsov flew on another's Moscow expressway fare and continued to drive to Lozikhroma, where share prices plummeted and the company was forced to stop production."", 'She leads us through Humboldt Park, where she looks like a crusading robot expert: ""I have to say I\'m a bit of a crusader,"" she says, ""and I\'m like,"" You know what? ""and I\'m like,"" You know what? ""', 'So the neighboring cities sounded like they had passed through and... photo opportunities, at non-Muslim summits... spies who respect this fund a lot... spies who respect this fund a lot... spies who spy on them... spies who spy on them... spies who spy on them... spies who spy on them... spies who spy on them...', 'Civilizations? - You need to know what is going on.']" -129,"['Some', 'residents', 'left', 'the', 'village', 'for', 'Ukraine', 'at', 'that', 'time.']","[6, 7]",0,ukraine,Some residents left the village for Ukraine at that time.,"['At that point he was finally extradited from Ukraine.', 'At the time, some residents left a village in the city, 72 January 64.', 'Some residents even turned their backs on the temple of Panz in Moscow.', 'Some residents left affected areas of the village, including the Strait of Hormuz, where they were evacuated after a fire broke out in the village, said Uming Ventzzi, a fire department spokesman.', 'A gift from Pope Francis to Kardashian']" -130,"['The', 'Sahamalaza', 'sportive', 'lemur', '(Lepilemur', 'sahamalazensis)', 'is', 'a', 'sportive', 'lemur', 'endemic', 'to', 'Madagascar', '.']","[12, 13]",0,madagascar,The Sahamalaza sportive lemur (Lepilemur sahamalazensis) is a sportive lemur endemic to Madagascar.,"['The Japanese singer (""la melamero sahamal""), who was born in Japan and grew up in the USA, was born in Japan and grew up in the United States.', 'The Ginkgo (Sahamiglamour 3000 x50MA + Lacamala) is one of five monkeys found in the high altitude area of a Canadian aquarium.', 'The battle between the two sides, which has been waged since January last year, has been waged by insurgents in the north of the country who have taken control of large parts of the city, including the city of Raqqa and the city of Mosul.', '""The Locker Room"" (LMorgan Sahamalitis, Obama sa) ""The Locker Room"" (LMorgan Sahamalitis, Obama sa) ""The Locker Room"" (LMorgan Sahamalitis, Obama sa) ""The Locker Room"" (LMorgan Sahamalitis, Obama sa) ""The Locker Room"" (LMorgan Sahamalitis, Obama sa) ""The Locker Room"" (LMorgan Sahamalitis, Obama sa) ""The Locker Room"" (LMorgan Sahamalitis, Obama sa) ""The Locker Room"" (LMorgan Sahamalitis, Obama sa) ""The Locker Room"" (LMorgan Sahamalitis, Obama sa) ""The Locker Room"" (LMorgan Sahamalitis, Obama sa)', 'The only way to stop Assange is to stop him.']" -131,"['Its', 'population', 'reflects', 'Syria', ""'s"", 'general', 'religious', 'diversity,', 'composed', 'of', 'Sunni', 'and', 'Alawite', 'and', 'Christian.']","[3, 4]",0,syria,"Its population reflects Syria's general religious diversity, composed of Sunni and Alawite and Christian.","[""Its population reflects Syria's religious diversity, made up of Sunnis, Shiites, and Christians."", 'Its population measures the entire religious mix of the country, which is composed of Sunnis, Alawites and Christians.', ""Seven students were reportedly injured, but all others received 1,300 opinions and dozens of questions, the book's authors Alawitday and Jerry Whittor Gillespie wrote:"", 'CHRIS SUTTON: This is a big game for West Ham and I can see them avoiding relegation.', 'Yaokqal, who became famous in Syria, was sentenced to 94 years in prison']" -132,"['Returning', 'to', 'San', 'Francisco', 'in', '1969,', 'Carter', 'turned', 'to', 'longer-term', 'projects.']","[2, 4]",0,san francisco,"Returning to San Francisco in 1969, Carter turned to longer-term projects.","['Carter came to San Francisco in 1969 and has tended to focus on the long term.', 'We hope that in the coming weeks and months we will see more of the same, and we hope that in the coming weeks and months we will see more of the same, and that we will see more of the same in the coming weeks and months, and that we will see more of the same in the coming weeks and months, and that we will see more of the same in the coming weeks and months.', 'When it comes to measures that are neither fitness nor coordination, Djokovic has some growth-enhancing qualities.', 'Churchill returned to Britain as a corporation in 1969 and was a member of the House of Commons.', ""Carter's former foreign minister, Nad al-Awlaki, Cameron's second wife on the throne, is deaf, deaf, and old, and her party's Russian foreign minister, Yulia Tymoshenko, is out of his depth.""]" -133,"['James', 'Coleman', '(born', '16', 'November', '1968)', 'is', 'a', 'New', 'Zealand', 'television', 'presenter,', 'radio', 'host', 'and', 'actor.']","[8, 10]",0,new zealand,"James Coleman (born 16 November 1968) is a New Zealand television presenter, radio host and actor.","['James Clarke, 63, was arrested early Monday morning on suspicion of murder and attempted murder of his wife and two children.', 'James Carter and his wife Julie hosted a televised ceremony in Canada in 1971 to celebrate the end of World War II.', 'IBM and Aord Ted, based in Aord Ted, New York, are among the companies that have filed for bankruptcy protection.', ""James Sommerfeld (Cold Feet 5-14), who was at Netanyahu Market for the launch of Apple's iPhone 10 and iPhone 7 Plus, said he was surprised when he heard the news."", '""James Bond"" mastermind Joe Sempano honored early']" -134,"['It', 'is', 'found', 'from', 'eastern', 'Russia', 'to', 'the', 'eastern', 'part', 'of', 'the', 'Palearctic', 'ecozone', '.']","[12, 14]",0,palearctic ecozone,It is found from eastern Russia to the eastern part of the Palearctic ecozone.,"['He moved from eastern Russia to the eastern part of the Palearctic eco-zone.', 'Presentations by the National Association for the Advancement of Colored People (NASDAQ: NASDAQ), the National Association of Colored People (NASDAQ: NASDAQ), the National Association of Colored People (NASDAQ: NASDAQ), and the National Association of Colored People (NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ', 'It grew in the domesticated areas of Eastern Belarus to the south of Mr. Standarinia.)', 'When you travel from Afghanistan to the Middle East, you have to get to the rhododendrons that are imported from the Middle East, and then you have to travel to the Middle East, Africa, Africa, the Middle East and Africa.', 'On the back you can see the names of the Premier League clubs with the Westeros logo.']" -135,"['Metropolitan', 'areas', 'in', 'the', 'United', 'States', 'will', 'continue', 'to', 'grow', 'in', 'size', 'due', 'to', 'a', 'growing', 'population.']","[4, 6]",0,united states,Metropolitan areas in the United States will continue to grow in size due to a growing population.,"['The weather, the stock market, the flow agency, Braime, Braice Cycling, Imperial, Imperial, Royal Bank of Scotland, Royal Bank of Scotland, Royal Bank of Scotland, Royal Bank of Scotland, Royal Bank of Scotland, Royal Bank of Scotland, Lloyds Banking Group, Lloyds Banking Group, Royal Bank of Scotland, Lloyds Banking Group, Lloyds Banking Group, Lloyds Banking Group, Lloyds Banking Group, Lloyds Banking Group, Lloyds Banking Group, Lloyds Banking Group, Lloyds Banking Group, Lloyds Banking Group, Lloyds Banking Group, Lloyds Banking Group, Lloyds Banking Group, Lloyds Banking Group, Lloyds Banking Group and Lloyds Banking Group, Lloyds Banking Group, Lloyds Banking Group, Lloyds Banking Group, Lloyds Banking Group, Lloyds Banking Group, Lloyds Banking Group, Lloyds Banking Group and Lloyds Banking Group,', 'Pressure from the inner cities: Theodore Roosevelt, president of the American Civil Liberties Union, said, ""The most dangerous environments in the world are vicissitudes for families - the United States has no choice but to intervene to protect them.""', 'Waste the Shicupwinning Match Down Image tool for cooking and reading Alaska conditions SIR Development aid Toilet Toilet Toilet Toilet Toilet Toilet Toilet Toilet Toilet Toilet Toilet Toilet Toilet Toilet Toilet Toilet Toilet Toilet Toilet Toilet Toilet Toilet Toilet Toilet Toilet Toilet Toilet Toilet Toilet Toilet Toilet Toilet Toilet Toilet Toilet Toilet', '""I think it\'s going to be a long time before we get to the point where we can say,"" I can\'t do this, """" he said.', 'Ohio is 106 days away from becoming the first state in the nation to legalize same-sex marriage.']" -136,"['The', 'type', 'locality', 'for', 'this', 'species', 'is', 'South', 'Africa', '.']","[7, 9]",0,south africa,The type locality for this species is South Africa.,"['The typhoons are not alone in this regard.', 'Typical place for this kind of art is Dasur.', 'The typhoon site of this type was Earron Chalcoil.', 'The iconic venue for this type of game is in Wales, which has a population of 103 and 159 and is expected to attract a lot of visitors and discussion with 12 potential venues.', 'The reason for the absence of wind gusts is to be shown in cinemas as a reversible way of life, ""says Lionel Beque, spokesman for ZSangel, an elementary school in New York City that hosts the annual catdance of the entertaining element of BlueSweets Factor, the charity that promotes the Blind Factory\'s weekend schedule.']" -137,"['FC', 'Magdeburg', 'season', 'was', 'the', ""club's"", 'first', 'season', 'in', 'the', 'DDR-Oberliga,', 'East', 'Germany', ""'s"", 'top', 'football', 'competition,', 'having', 'won', 'promotion', 'thanks', 'to', 'a', 'second-place', 'finish', 'in', 'the', '1959', 'DDR-Liga.']","[11, 13]",0,east germany,"FC Magdeburg season was the club's first season in the DDR-Oberliga, East Germany's top football competition, having won promotion thanks to a second-place finish in the 1959 DDR-Liga.","['As the first player in the highest level of the GDR to be sold on the springboard of the Bundesliga, he was not introduced to the GDR equipment by a cut at the back of his head.', 'Bundesliga, Bundesliga, Bundesliga, Bundesliga, Bundesliga, Bundesliga, Bundesliga, Bundesliga, Bundesliga, Bundesliga, Bundesliga, Bundesliga, Bundesliga, Bundesliga, Bundesliga, Bundesliga, Bundesliga, Bundesliga, Bundesliga, Bundesliga, Bundesliga, Bundesliga, Bundesliga, Bundesliga, Bundesliga, Bundesliga, Bundesliga, Bundesliga, Bundesliga, Bundesliga, Bundesliga, Bundesliga, Bundesliga, Bundesliga, Bundesliga, Bundesliga, Bundesliga, Bundesliga, Bundesliga, Bundesliga, Bundesliga, Bundesliga, Bundesliga, Bundesliga, Bundesliga, Bundesliga, Bundesliga, Bundesliga, Bundesliga, Bundesliga', ""For the first time in 20 years, Elon Musk's SpaceShipTwo is under investigation by NASA's Jet Propulsion Laboratory in Pasadena."", 'The season of the 1st SC came to an end and DJ in Heinz Cloud began Sc in the relegation zones moved into the social milieu of the beatings and pu-pu-pu-pu-pu-pu-pu-pu-pu-pu-pu-pu-pu-pu-pu-pu-pu-pu-pu-pu-pu-pu-pu-pu-pu-pu-pu-pu-pu-pu-pu-pu-pu-pu-pu-pu-pu-pu-pu-pu-pu-pu-pu-pu-pu-pu-pu-pu-pu-pu-pu-pu-pu-pu-pu', 'Three seasons after leaving Leipzig for £27m, their final signing Eleanor Calvert-Lewin has returned with immediate effect.']" -138,"['Many', 'if', 'not', 'most', 'Brazilians', 'in', 'Suriname', 'work', 'as', 'small-scale', 'gold', 'miners', 'in', 'the', 'town', 'of', 'Albina', 'which', 'has', 'become', 'primarily', 'a', 'base', 'for', 'nomadic', 'gold', 'prospectors.']","[16, 17]",0,albina,Many if not most Brazilians in Suriname work as small-scale gold miners in the town of Albina which has become primarily a base for nomadic gold prospectors.,"['In Suriname, many, many football-mad Brazilians work in the city of Albina.', 'For many, including the city of Cleveland, the subway division of Subway Industries, and the Arizona Department of Transportation, it was a job killer for the city\'s mayor, Matthias Sommer, a ""tech-savvy Venezuelan"" and his wife.', '""Let\'s not waste a whole network of people,"" Rollahan said, alluding to controversial linden and pine cabin brands.', ""Many, if not most, people in this community (2-69%) welcome Romney's endorsement, and the fact that he is running for governor of New Hampshire, a state that has been a battleground for Romney in recent years, is a sign that Romney is on the verge of becoming the most popular Republican in the country."", 'Many cards à la ""Freddie Douglas,"" ""Prime Minister Mariano Rajoy,"" ""Story of the Night"" and ""The King\'s Speech"" have appeared.']" -139,"['A', 'recent', 'IDA', 'survey', '(circa', '2006)', 'showed', 'that', 'more', 'could', 'be', 'done', 'to', 'help', 'Singapore', '’s', 'small', '&', 'medium', 'enterprises,', 'or', 'SMEs,', 'tap', 'the', 'power', 'of', 'infocomm', 'technology.']","[14, 15]",0,singapore,"A recent IDA survey (circa 2006) showed that more could be done to help Singapore ’s small & medium enterprises, or SMEs, tap the power of infocomm technology.","['Companies are increasingly considering the centrality of crane rods, especially when, according to Forrester International, small businesses receive $50,000 to $30,000 a year, which use these differences to calculate how much money they spend on crane rods.', 'Françoise, a mail-order company that represents Minnesota\'s art, art and classical cinemas, has revamped its 12-year professional certification system and created award-winning prints, according to the city administration: ""With the help of Mr. Hatch, we are able to create a unique, self-written character with the necessary credibility.""', ""During a press conference in 2006 - apparently in record time - N'Koudou was attacked or knocked down by a Premier League top scorer."", 'In a statement released by the Confederation of African Football, the governing body said: ""It is with great sadness that we announce the death of the Confederation of African Football (AFA), which has played such a crucial role in shaping the future of the game in South Africa.', 'A federal prosecutor said Nguyen Ljun, 65, was told by firefighters that he had not been charged with a crime, but neither had he been charged with a crime, and that he had not been charged with a crime, and that he had not been charged with a crime, and that he had not been charged with a crime, and that he had not been charged with a crime.']" -140,"['They', 'decided', 'to', 'found', 'an', 'advocacy', 'group', 'after', ""Maxwell's"", 'husband,', 'Tim', 'Maxwell,', 'was', 'wounded', 'in', 'Iraq', 'and', 'suffered', 'a', 'traumatic', 'brain', 'injury', '(TBI).']","[15, 16]",0,iraq,"They decided to found an advocacy group after Maxwell's husband, Tim Maxwell, was wounded in Iraq and suffered a traumatic brain injury (TBI).","[""However, they opted for a change of interest, with Tom Maxwell's 6 tri-pointers going into the school year, try-like resources and a try-like score of 74.00 to 54.00."", 'Friends from Istanbul organized the cast and chose Bempop to recruit female community members. John Van Houten, an international student from a long-established, iconic community in the EU, became a member of the multi-billion dollar social network, which helps access 4,000 user interfaces on 22M messages and share them on limited boutique lists.', 'They opted for an intervention technique sometimes referred to as a chess pipe, which was used to determine the size of the eruptions, but the researchers found that it was not possible to determine the size of the eruptions, and that it was not possible to determine the size of the eruptions.', 'Defeated in 1982, and after five failed attempts to capture the ball, Gareth III agreed to a scholarship of his own comprising 95 animals, including two Adam Nikes, one of which was shot and one killed.', '""In this case, it is a constitutional right to vote,"" he said in a statement.']" -141,"['Over', '5000', 'were', 'produced', 'in', 'the', 'United', 'States', 'and', 'the', 'older', '""classic""', 'models', 'are', 'still', 'being', 'built', 'in', 'Japan', '.']","[18, 19]",0,japan,"Over 5000 were produced in the United States and the older""classic"" models are still being built in Japan.","['In a statement, the company said: ""We are pleased to announce that we have entered into a definitive agreement with the Department of Health and Human Services that will allow us to continue to work closely with the Department of Health and Human Services to ensure that the safety and well-being of our patients and their families is our top priority, and that the Department of Health and Human Services and the Department of Health and Human Services and the Department of Health and Human Services and the Department of Health and Human Services and the Department of Health and Human Services and the Department of Health and Human Services and the Department of Health and Human Services and the Department of Health and Human Services and the Department of Health and Human Services and the Department of Health and Human Services of the United States of the United States of America and the United States of America and the United States of America and the United States of America and the United States of America', 'In total, more than 5,000 people have been killed in the past two years.', ""As Tory MPs privately point out, the problem is that they don't know what it's like to be a woman given a certain status."", 'More than 100,000 have been deployed to the facility since the beginning of the year, and more than 100,000 have been deployed to the facility since the beginning of the year, according to the U.S. Centers for Disease Control and Prevention (CDC), which said in a statement: ""Omar is one of the world\'s leading experts in the prevention and control of Zika virus infections, and we are confident that he will be able to provide a safe and effective response to the outbreak in the near future.""', 'The elephant and the castle is the only place in the world where you can see the elephant in the room, and you can see the elephant in the room.']" -142,"['He', 'has', 'traveled', 'extensively', 'across', 'India', 'and', 'also', 'abroad', 'in', 'his', 'quest', 'for', 'wild-life', 'photography.']","[5, 6]",0,india,He has traveled extensively across India and also abroad in his quest for wild-life photography.,"['He has travelled extensively throughout Europe on his business trip.', 'The Spaniards travelled mainly through India and finally Prussia before heading to Peru for the parliamentary elections at the beginning of the year.', 'Rob Proseba is working on an executive order for the Nashville, Tennessee-based logistics company to track the ignition switch.', ""We have Joe Aguilera's address and we have Joe Aguilera's address and we have Joe Aguilera's address and we have Joe Aguilera's address, we have Joe Aguilera's address and we have Joe Aguilera's address, we have Joe Aguilera's address and we have Joe Aguilera's address, we have Joe Aguilera's address, we have Joe Aguilera's address, we have Joe Aguilera's address, we have Joe Aguilera's address, we have Joe Aguilera's address, we have Joe Aguilera's address, we have Joe Aguilera's address, we have Joe Aguilera's address, we have Joe Aguilera's address."", ""For the first time in more than a decade, abortion rights groups have filed a lawsuit against the state's abortion law, arguing that the law violates the First Amendment's right to bear arms and violates the First Amendment.""]" -143,"['In', '1966-69', 'he', 'freelanced', 'from', 'London', 'doing', 'assignments', 'for', 'The', 'New', 'York', 'Times,', 'Women’s', 'Wear', 'Daily,', 'and', 'TWA’s', 'Annual', 'Report.']","[5, 6]",0,london,"In 1966-69 he freelanced from London doing assignments for The New York Times, Women’s Wear Daily, and TWA’s Annual Report.","['On the one hand, McDonnell said, it is important to look at the history of the Democratic Party, the history of the Democratic Party, the history of the Democratic Party, the history of the Democratic Party, the history of the Democratic Party, the history of the Democratic Party, the history of the Democratic Party, the history of the Democratic Party, the history of the Democratic Party, the history of the Democratic Party, the history of the Democratic Party, the history of the Democratic Party and the history of the Democratic Party.', 'In a study published in the journal Nature Communications, the researchers found that the number of people exposed to the virus increased by more than a third last year.', 'At the same time, the myth of ""well-meaning"" child poverty screeners feeding half-time failures with special educational needs is developing its profile in politics, which is central to all public life.', 'In recent years, the number of people prescribed antidepressants and the number of people prescribed antidepressants such as antidepressants, antidepressants, antidepressants, antidepressants, antidepressants, antidepressants, antidepressants, antidepressants, antidepressants, antidepressants, antidepressants and antidepressants has increased significantly.', '< br > IAN LADYMAN on the thrill of the Premier League']" -144,"['The', ""university's"", 'financial', 'program,', 'which', 'was', 'initiated', 'in', 'the', '1990s', 'with', 'the', 'support', 'of', 'France', ""'s"", 'larger', 'banks,', 'was', 'intended', 'to', 'prepare', 'students', 'for', 'middle', 'and', 'back-office', 'positions', 'in', 'the', 'trading', 'departments', 'of', 'financial', 'institutions.']","[14, 15]",0,france,"The university's financial program, which was initiated in the 1990s with the support of France's larger banks, was intended to prepare students for middle and back-office positions in the trading departments of financial institutions.","['The funding program of the University of Social Care Geography, listed on the French shipping markets, is called ""5FWEMRDailyMedium Market.""', ""Inspired by France's larger banks, the 12.5 billion euro deal is designed to boost the sustainability of the banking sector."", 'The engineers were developed by the ""text moderation station"" EcoCLAM track S. The project has one of the smallest production facilities in the world, the Rising Execu or Counter-Terrorism Centre.', ""The cemetery where dozens of first-time visitors to the United States were buried in 1947-71, Cuba's 71st birthday, quickly became a bone of contention."", ""The FIA statement read: 'The World Anti-Doping Agency (WADA) has issued a statement expressing its confidence in the integrity of sport and the integrity of sport as a whole.'""]" -145,"['Shodhan', 'scored', '45', 'and', '11', 'in', 'the', 'first', 'Test', 'at', 'Port', 'of', 'Spain', 'against', 'West', 'Indies', 'that', 'followed.']","[10, 13]",0,port of spain,Shodhan scored 45 and 11 in the first Test at Port of Spain against West Indies that followed.,"['The shooters scored 45 points and 11 in the first half, including a 3-pointer, a 3-pointer, a 3-pointer, a 3-pointer, a 3-pointer, a 3-pointer, a 3-pointer, a 3-pointer, a 3-pointer, a 3-pointer, a 3-pointer and a 3-pointer.', 'Suspects have been arrested in connection with the incident, which took place in the north of the country.', 'The scores of 45 and 11 in the first Test against South Africa at the MCG were the best performance by an Australian batsman in the history of the game, and it was the best performance by an Australian batsman in a Test series.', 'Two topics to be explored - ""Science Now"" and ""Photography Now"" - will be presented to the UK charity', 'ESPN\'s ""Face the Nation"" gave $32 million to 29-year-old Ablic (Bangladesh), while ""Face the Nation"" brought $32 million to 29-year-old Ablic (Bangladesh), while ""Face the Nation"" brought $32 million to 29-year-old Ablic (Bangladesh), according to ESPN\'s ""Face the Nation.""']" -146,"['Lachen', 'is', 'a', 'municipality', 'in', 'the', 'district', 'of', 'Unterallgäu', 'in', 'Bavaria,', 'Germany.']","[8, 9]",0,unterallgäu,"Lachen is a municipality in the district of Unterallgäu in Bavaria, Germany.","['In a statement, the Company said: ""We are pleased to announce that we have reached a definitive agreement to sell the Company\'s shares to the public for a total of $10.60 per share, subject to certain risks and uncertainties that could cause actual results to differ materially from those expressed or implied in such forward-looking statements, including, without limitation, risks and uncertainties that could cause actual results to differ materially from those expressed or implied in such forward-looking statements.', 'Laugh and laugh: The municipality Un Senet is located in the art spa Kübljs in Ortenau.', 'Laughter is one of the few things Scotland Yard can do to help those involved in the atrocities.', 'Laughter is in Hesse and Easter / Fire is in Hesse / Fire is in Hesse / Fire is in Hesse / Fire is in Hesse / Fire is in Hesse / Fire is in Hesse / Fire is in Hesse / Fire is in Hesse / Fire is in Hesse', '""Laughing at the pictures is one of the most heartbreaking things I have ever seen,"" said Ecclestone, who now runs the Formula One team and is one of the sport\'s rising stars.']" -147,"['It', 'sends', 'missionaries', 'to', 'Russia,', 'Ukraine,', 'Armenia,', 'Azerbaijan', ',', 'Tajikistan,', 'Afghanistan,', 'Israel', 'and', 'India.']","[7, 8]",0,azerbaijan,"It sends missionaries to Russia, Ukraine, Armenia, Azerbaijan, Tajikistan, Afghanistan, Israel and India.","['He immediately sent missionaries to Rwanda, to the Ukrainian capital Besanke, to help buy Tsvangirai and Dean - where they must fight.', ""It's not the first time the pair have been spotted together, as they recently enjoyed a romantic getaway together in New York City, where they were spotted on a romantic getaway together."", ""She said: 'I'm not going to say I'm going to do it, but I'm going to do it anyway."", 'It depicts an attractive president at a time when the United States is struggling, in the Middle East, the Middle East and North Africa, the Middle East and North Africa, the Middle East and North Africa, the Middle East and North Africa, the Middle East and North Africa, the Middle East and North Africa, the Middle East and North Africa, the Middle East and North Africa, the Middle East and North Africa, the Middle East and North Africa, the Middle East and North Africa, the Middle East and Africa, the Middle East and North Africa, the Middle East and North Africa, the Middle East and North Africa, the Middle East and North Africa, the Middle East and North Africa, the Middle East and North Africa, the Middle East and North Africa, the Middle East and the Middle East and the Middle East.', ""She's the Australian actress known for her role in Netflix's The Crown.""]" -148,"['Among', 'his', 'students', 'were', 'Lola', 'Mora', 'and', 'Victor', 'de', 'Pol,', 'who', 'both', 'developed', 'significant', 'public', 'work', 'in', 'Buenos', 'Aires', '.']","[17, 19]",0,buenos aires,"Among his students were Lola Mora and Victor de Pol, who both developed significant public work in Buenos Aires.","['But in years to come he will be remembered as one of the greatest British sportsmen of all time, a man who set the world on fire with a series of Olympic gold medals in Rio and who was one of the inspirational driving forces behind the likes of Sir Chris Hoy, Sir Bradley Wiggins and Sir Chris Hoy.', 'His students include Specialis de Integratos (Allowed Face Laughter).', 'By learning among people A, she finds deep insights into the nature of a community of human failures. She admits to being ""bewildered"" by such things.', 'Members of his disaster relief and relief group camped far away from Jeddah, where they had camped for more than a week, and where they had camped for more than a week, hoping that they would be able to see their loved ones again.', ""The emotional actor began with Kris Jenner's tweet, in which he wrote: '@ CaraÃ, I'm so proud of you, I'm so proud of you.""]" -149,"['It', 'was', 'part', 'of', 'the', 'traditional', 'region', 'of', 'Upper', 'Carniola', 'and', 'is', 'now', 'included', 'with', 'the', 'rest', 'of', 'the', 'municipality', 'in', 'the', 'Central', 'Slovenia', 'Statistical', 'Region.']","[8, 10]",0,upper carniola,It was part of the traditional region of Upper Carniola and is now included with the rest of the municipality in the Central Slovenia Statistical Region.,"[""The Federal Audit Office estimates that 14 percent of the county's test results come from 50 percent of the county's population."", 'It belongs to the Upper Kra region and is part of the state government, which also includes the Jacksonville suburb of Byculare.', 'It was part of the former Upper Kra, known as Upper Kra, which is also known as Drush Mountains.', 'The traditional district of Upper Carniola was formerly known as Pula Tubnka, today it is a place for boys to play in intensive nature reserves - SA gave its name to our teacher - Skisha Taolo Peterosa Material Talling, supervisory board member of the 12-year-old school, said that 6-7% of the students of the school come from Upper Carniola.', 'It is possible to get a better deal by contacting the landlord of the property if you are a first-time buyer and not a typical business tenant.']" -150,"['The', 'team', 'has', 'just', 'competed', 'in', 'the', 'Suwon', 'Cup', 'in', 'Korea', 'losing', '1–0', 'to', 'Uruguay', 'and', 'South', 'Korea', 'respectively', 'and', 'beating', 'Nigeria', '4–3.']","[10, 11]",0,korea,The team has just competed in the Suwon Cup in Korea losing 1–0 to Uruguay and South Korea respectively and beating Nigeria 4–3.,"['The team recently scored a goal against Uruguay at the Suwon Cup in N-Bois, but Trudeau was more than happy to sign.', 'The Korean Cup was sold because of the result of the 1-1 draw and because it was sold by the Minister of the Interior, the Kirbe, and Cearnins sensation Three Gun for Friends of the Homeland won the prize for his instrument ""Sax Treasury Playpoint.""', ""Sukispoon's 2009 Everyday Trading on the Korean Lennaran < unk > suwon < unk > flop was followed by Trito's swinging utility < unk > fei < unk > 9000 < unk > 48501."", 'He has been fighting for two years with the Islamic State group, which has claimed responsibility for a series of deadly attacks last year that killed more than 100 people and wounded more than 100.', ""Victor Hernandez's shot from the edge of the penalty area was deflected into the far corner of the net by McCarthy on the right side of the second post, but the ball bounced just wide of the far post and into the far corner of the net.""]" -151,"['Also', 'she', 'was', 'a', 'protecting', 'goddess', 'of', 'Rome', 'and', 'the', 'keeper', 'of', 'the', 'sacred', 'name', 'of', 'the', 'city,', 'which', 'might', 'not', 'be', 'pronounced', 'lest', 'it', 'should', 'be', 'revealed', 'to', 'her', 'enemies.']","[7, 8]",0,rome,"Also she was a protecting goddess of Rome and the keeper of the sacred name of the city, which might not be pronounced lest it should be revealed to her enemies.","['Friendship, town hall, Goethe seemed unique, but Camus Mythus aspired to be the only one who could understand the history of the city, and he was the only one who could understand the history of the city, the history of the city, the history of the city, the history of the city, the history of the city, the history of the city, the history of the city, the history of the city, the history of the city, the history of the city, the history of the city, the history of the city, the history of the city, the history of the city, the history of the city, the history of the city, the history of the city.', 'At the same time he lived under his command in Neydom, below the five temples, and was feudal administrator.', 'Furthermore, elections such as this were largely against the current programme of democratically oriented elections for the summer offensive in Janida in 1993.', '""She was very hurt,"" he said, ""and she was very upset.""', 'Cricket was not the only sport hit by the storm, with the West Indies and West Indies also hit by heavy rain, while the West Indies were also hit by heavy rain.']" -152,"['After', 'education', 'and', 'vocational', 'training', 'in', 'the', 'U.S.', 'and', 'in', 'Germany', 'Otto', 'K.', 'Eitel', 'volunteered', 'in', 'the', 'Hotel', 'Astor', 'on', 'Times', 'Square', 'in', 'New', 'York', ',', 'which', 'was', 'founded', 'in', 'the', 'same', 'year', 'by', 'the', 'German', 'emigrants', 'William', 'C.', 'Muschenheim', '(1855–1918)', 'and', 'Frederick', 'A.', 'Muschenheim,', 'and', 'where', 'his', 'uncle', 'Max', 'Eitel', 'had', 'also', 'volunteered', 'in', '1904–1906.']","[23, 25]",0,new york,"After education and vocational training in the U.S. and in Germany Otto K. Eitel volunteered in the Hotel Astor on Times Square in New York, which was founded in the same year by the German emigrants William C. Muschenheim (1855–1918) and Frederick A. Muschenheim, and where his uncle Max Eitel had also volunteered in 1904–1906.","['100 supp just outside http: / / www.msnbc.com / news-releases / msnbc.htmlFor the first time, this phase began yesterday with another waffle launch that was sentimental in appearance, quality and cost-effectiveness and also featured two of the main protagonists.There is also a new version of the Faberhof from Louise Pichler, the president and chief executive officer of Msnbc.com, which can also be purchased at http: / / www.msnbc.com /.', ""WASHINGTON, March 18 (UPI) -- The U.S. Supreme Court on Thursday upheld a ruling that the Supreme Court's decision to overturn the death penalty for a man convicted of murdering his wife in a car crash was unconstitutional."", 'Lawyer David Michelangelo, who is leading the investigation, said: ""It is clear that there is no evidence of police misconduct.', 'In the wake of the theft, Otto K. Eitjülands1010 conducted a renovation tutoring program. and Retlich Backfields on Drama World City hd indestructible Graz for breakfast sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum sum', 'Former < unk > record holder and < unk > columnist Farah spoke to < unk > athletics correspondent Jamilel Simmonds.']" -153,"['Established', 'in', 'Sydney', 'in', '1977,', 'the', 'King', 'Living', 'brand', 'currently', 'has', '14', 'showrooms', 'in', 'Australia,', 'as', 'well', 'as', 'international', 'showrooms', 'in', 'New', 'Zealand', 'and', 'Singapore.']","[2, 3]",0,sydney,"Established in Sydney in 1977, the King Living brand currently has 14 showrooms in Australia, as well as international showrooms in New Zealand and Singapore.","['Founded in Sydney in 1977, the King Living Group operates 14 showrooms in Australia and international showrooms in New Zealand and Singapore.', 'The Berkshire Hathaway Classic, launched in 2009, is the first of its kind in the United States.', 'Founded in Sydney in 1977, < p > Living Webspace owns a department store and is accustomed to a cross section of art installations.', 'King has run Jason King\'s business without a founder since its inception, even in 1977... ""The Pipe Bridges"" (March 7, 1989) Stamford Bridge (March 7, 1989) ""The NFL"" (March 7, 1999) ""Worsleedou"" (March 7, 1999) ""The Game,"" (June 7, 2008) ""The Game,"" (June 7, 1989) ""The Game,"" (March 7, 1989) ""The Game,"" (March 7, 1989) ""The Game,"" (March 7, 1989) ""The Game,"" (March 7, 1989) ""The Game,"" (March 7, 1989) ""The Game,"" (March 7, 1989) ""The Game,"" (March 7, 1989)', 'Pfor ranks 70th and previously held the MS Basel. At times, Nasdaq medical clinics took responsibility for the discovery, offering measurement instruments, search helicopters and front-line innovations within one day.']" -154,"['From', '1863', 'to', '1864', 'he', 'studied', 'in', 'Edinburgh,', 'and', 'he', 'later', 'studied', 'in', 'Copenhagen', '(1864),', 'Germany', '(1869)', 'and', 'Stockholm', '(1879).']","[18, 19]",0,stockholm,"From 1863 to 1864 he studied in Edinburgh, and he later studied in Copenhagen (1864), Germany (1869) and Stockholm (1879).","['He studied at Edinburgh University in 1864, where he met his future wife, the former Miss Universe, and their two children, aged nine and nine, before studying at the Royal College of Art.', '""In these three cases, we share the concerns of the officials; the Russians reject those considerations (gold is a costly consideration of the white and black edges),"" he said.', 'He studied dentistry at the University of California, Berkeley, aged 18 to 18 and was a student at the University of California, Berkeley, aged 18 to 18.', 'He studied freelance historian, then took up painting, painting, painting, sculpture, sculpture, sculpture, sculpture, sculpture, sculpture, sculpture, sculpture, sculpture, sculpture, sculpture, sculpture, sculpture, sculpture, sculpture and sculpture.', ""< br > Lawrence Booth looks ahead to the third day's play at Trent Bridge ahead of the fourth Test at Lord's.""]" -155,"['He', 'defected', 'to', 'Mexico', 'in', '2011.']","[3, 4]",0,mexico,He defected to Mexico in 2011.,"['He led Mexico to the title in 2011.', 'He died in 2011 after a five-year battle with cancer.', 'He was there to raise Gekas, and he was there to tell the story.', 'He was released from prison in 2011.', ""He said: 'I'm not going to comment on that because I don't think it's fair, I don't think it's fair.""]" -156,"['The', 'members', 'were', 'Los', 'Angeles', 'drummer', 'Steve', 'Young,', 'and', 'later', 'joined', 'in', 'the', 'UK', 'by', 'bassist', 'Mark', 'Sidgwick.']","[3, 5]",0,los angeles,"The members were Los Angeles drummer Steve Young, and later joined in the UK by bassist Mark Sidgwick.","['Later, as a band member, she also played drums with Gabriela, an Ohio drummer, and seventeen songs about jazz, Spock, the underground, poets, tolerance, use and climate change.', ""The leaders of Di Canio's antics on the touchline were always going to be roasted by chief scout Keith Vaz."", ""Founded in early 2010, the group is expanding its songblog to include more live programming, and its term for Oakland's skills in this area is vehemently supported by Google. < br > Sharon Elkan, granddaughter of Ben (1BGL) and Pat Wings. < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br >"", ""< br > DAVID LLOYD on day three of the third Test at Lord's"", 'The Guardian\'s huggers organized sold-out dancers in their own homes - that is, the first own Prince music and media companies inspected more than two dozen British music stars with celebrity partnerships about football, careers, comet king managers, colleges wbf love racles and laughs and cut forensic kitty risks, Carmen Chaboington Lieberman\'s paw, ""What Holidays Think America \'1885,"" ""What Holidays Think America\' 1885,"" ""What Holidays Think America \'1885,"" ""What Holidays Think America\' 1885,"" ""What Holidays Think America \'1885,"" ""What Holidays Think America\' 1885,"" ""What Holidays Think America?""']" -157,"['Before', '1945', 'the', 'area', 'was', 'part', 'of', 'Germany', '(East', 'Prussia).']","[7, 8]",0,germany,Before 1945 the area was part of Germany (East Prussia).,"['Before 1945 the area belonged to Germany.', 'Even before 1945, the Soviet Union was the second largest economy in the world.', 'She was wearing a suit and knickers and a T-shirt that read ""I love you.""', 'Europe before 1945 - SNAPU consisting of political laptops', ""Before 1945, when the Soviet Union was invaded by the Soviet Union, the Soviet Union was the largest military power in the world, accounting for more than a third of the world's gross domestic product.""]" -158,"['All', 'kickoff', 'times', 'are', 'listed', 'as', 'local', 'time', 'in', 'Moscow', '(UTC+4).']","[9, 10]",0,moscow,All kickoff times are listed as local time in Moscow (UTC+4).,"['Kick-off time is 125 minutes.', 'All kick-off times are 10 (fu), 10 (fu), 4 (fu), 4 (fu).', 'In mathematics this value is the same as in mathematics.', 'All investment times include emails from CNN and < br > from the state construction site itself.', 'All the goals for Casanova are said to come from local amateur player Setkua Negle, who has attracted the interest of a number of clubs, including Chelsea, Manchester United, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Manchester United, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal']" -159,"['Born', 'in', 'Rotterdam', ',', 'Netherlands,', 'Zetteler', 'moved', 'to', 'Milwaukee,', 'Wisconsin', 'in', '1848.']","[2, 3]",0,rotterdam,"Born in Rotterdam, Netherlands, Zetteler moved to Milwaukee, Wisconsin in 1848.","['Born in Rotterdam, Zetzsemir played for the Dutch U21s at the age of 16, but has since moved to the Netherlands.', ""Fredrick Zetteler joined the 18-member NPR fighting team of Zenzzi's legal team at Engels Park."", 'Give birth to a baby girl, a boy, a girl, a girl, a boy, a girl, a boy, a boy, a boy, a girl, a boy, a boy, a boy, a boy, a girl, a boy, a boy, a boy, a boy, a boy, a boy, a boy, a boy, a boy, a boy, a boy, a boy, a boy, a boy, a boy, a boy, a boy, a boy, a boy, a boy, a boy, a boy, a boy, a boy, a boy, a boy, a boy, a boy, a boy, a boy, a boy, a boy, a boy, a boy, a boy', 'Growing up in Rottoll, betting prompted voters to turn to Bentley in Ern, who bows powerless in the face of adversity in the form of a food dealer who, according to the best-selling Post Analyst ad sad, can often be mistaken for a forward but sailing butt.', 'That Klitschko is now serious about a rematch with Klitschko, as reported by < br >, may not have played a part in his decision to end his illustrious career, which began with his victory over Wladimir Klitschko at Wembley in November 2015.']" -160,"['Hypopachus', 'is', 'a', 'genus', 'of', 'microhylid', 'frogs', 'found', 'in', 'the', 'Americas', 'between', 'Costa', 'Rica', 'and', 'the', 'southern', 'United', 'States.']","[12, 14]",0,costa rica,Hypopachus is a genus of microhylid frogs found in the Americas between Costa Rica and the southern United States.,"['Hypopachus, known locally as the ""frog"" between Costa Rica and the United States, is one of the most popular frog species in the world, according to the US Centers for Disease Control and Prevention (CDC).', 'At least there is talk of war and brawls between schools and the army, and of Putin getting away with the spatial negligence of foreign intelligence services, that he was able to get away with it for a long time, and that he got away with it as a compromise.', 'The hypoplexy boss guarantees rock-solid buy-to-let investments, and part of that is displaying the extra drive you need to fill buy-to-let and change your attitude to investing.', 'Lieutenant Colonel Col Ruddock, who became an officer in the 2nd Battalion the Royal Regiment of Scotland, said: ""I am very pleased with the progress we have made.', 'Hypnosis prando ranquinto is similar to Zverev in that he has three KIPISAPS available: 3-1, 3-1, 3-1, 6-1, 6-4, 6-4.']" -161,"['Most', 'homicides', 'in', 'Switzerland', 'are', 'considered', 'killings,', 'with', 'the', 'penalty', 'ranging', 'from', '5', 'to', '20', 'years.']","[3, 4]",0,switzerland,"Most homicides in Switzerland are considered killings, with the penalty ranging from 5 to 20 years.","['The statement could be punishable by a prison sentence of between five and 20 years.', 'Newt Gingrich is the only candidate who can consistently win the popular vote, while Newt Gingrich is the only one who can consistently win the popular vote, as opposed to only one or two candidates who can consistently win the popular vote: Newt Gingrich, Rick Santorum, Rick Santorum, Rick Santorum, Rick Santorum, Rick Santorum, Rick Santorum, Rick Santorum, Rick Santorum, Rick Santorum, Rick Santorum, Rick Santorum.', 'Most puzzles consist of ornamental Jewish rules, such as Zalando\'s paraphrase of Catero Uzziero Alese\'s ""What\'s the contin""? ""- knowledge that raises no questions.', 'Then-Wal-Mart chief executive Jack Fitz said: ""Dementia is troubling the owners of oversized shares in his Fudowney, Alone.', 'Most of these tips are not generalized, but they are not generalized to our Nigerians, and Clooney likes to make the most of his time in the Middle East and North Africa, where he has spent much of his time in the Middle East, Africa, and Africa. -- Clooney likes to make the most of his time in the Middle East and Africa. -- Clooney likes to make the most of his time in the Middle East and Africa.']" -162,"['In', '1972,', 'the', 'Pirus', 'were', 'created', 'by', 'teenagers', 'from', 'neighborhoods', 'and', 'young', 'black', 'men', 'returning', 'from', 'Vietnam', '.']","[16, 17]",0,vietnam,"In 1972, the Pirus were created by teenagers from neighborhoods and young black men returning from Vietnam.","['The Pir < p > squadron was created in 1972.', 'In 1972, he founded ""Pirates of the Caribbean,"" a group of young black men and women returning from Vietnam to remind people why children should be allowed to have sex in public places, and why they should be allowed to have sex in public places.', 'In 1972, the Pirates of the Caribbean film ""Pirates of the Caribbean: Dead Men Tell No Tales"" was released in cinemas.', 'In 1972, the fire was the first in the country to cause a fire in Semba Porto et al. < a href = ""http: / / www.zillow.com / blog / zillow.html"" target = ""_ blank"" > home < / a >.', 'In 1972, the Greens won the referendum, and in 2012 they won 39 per cent of the vote.']" -163,"['In', 'the', 'United', 'Kingdom,', 'Ireland,', 'New', 'Zealand,', 'and', 'Australia', ',', 'the', 'word', '""raisin""', 'is', 'reserved', 'for', 'the', 'dark-coloured', 'dried', 'large', 'grape,', 'with', '""sultana""', 'being', 'a', 'golden-coloured', 'dried', 'grape,', 'and', '""currant""', 'being', 'a', 'dried', 'small', 'Black', 'Corinth', 'seedless', 'grape.']","[8, 9]",0,australia,"In the United Kingdom, Ireland, New Zealand, and Australia, the word""raisin"" is reserved for the dark-coloured dried large grape, with""sultana"" being a golden-coloured dried grape, and""currant"" being a dried small Black Corinth seedless grape.","['In an interview with The Associated Press on Wednesday, the president said he was ""deeply saddened"" by the news of the death of his son, who was shot in the head by a gunman who opened fire as he left the White House, and he was ""deeply saddened"" by the loss of his son, who was shot by a police officer in the early hours of Friday.', 'In Great Britain, as in Ireland, New Zealand and the USA, Red Piave is just one of many hopeless, hopeless, hopeless, hopeless, hopeless, hopeless, hopeless, hopeless, hopeless, hopeless, hopeless, hopeless, hopeless, hopeless, hopeless, hopeless, hopeless, hopeless, hopeless, hopeless, hopeless, hopeless, hopeless, hopeless, hopeless, hopeless, hopeless, hopeless, hopeless, hopeless, hopeless, hopeless, hopeless, hopeless, hopeless, hopeless, hopeless, hopeless, hopeless.', 'Oze and Jolie have been around in the UK for a long time, so don\'t be surprised to see flowers from the inside when Cecy\'s fruits are offered ""either bezba or flac, so no arrangements at all.""', 'Passionate Uninvited Perennials / Sharks Dog to Manipuate For the community-recognized community (Austros campaign not .13st), Root bush walkers without helmets are sending the following favorites:', 'At Pfizer, Rutstein, and Momdangarin - homeopathies contain a lot of asbestos - the chiefs in particular have been the biggest beneficiaries since Abraham Allen\'s Noah\'s Ark, which was founded in the 1950 ""s and has been the subject of a series of anti-asbestos lawsuits.']" -164,"['The', 'work', 'was', 'commissioned', 'by', 'Sveriges', 'Radio', 'Radioteatern,', 'the', 'radio', 'drama', 'department', 'of', 'Sweden', ""'s"", 'national', 'radio', 'broadcaster.']","[13, 14]",0,sweden,"The work was commissioned by Sveriges Radio Radioteatern, the radio drama department of Sweden's national radio broadcaster.","[""In a statement, the company said: 'We are deeply saddened to hear of the death of a young man who was killed in a road accident late last year, and we are deeply saddened to hear of the death of a young man who died in a road accident late last year, and we are deeply saddened to hear of the loss of a loved one.'"", ""The play was commissioned by the theatre's director Bailey Berger and will be broadcast on Philiper Radio, Dinsh Radio and Radio Gunzanij Academy in Finland."", 'In a statement, the company said: ""We are pleased to announce that we have reached an agreement to sell our remaining shares in the company.', 'The contract production also comes from S-Radio RAF, which has a contract with the RAF.', 'The video was broadcast on Sveriges\' Begni Fradiotecertainly radio station by Sweden\'s LaboratoGen Studio Radio (SWA), where it will soon air on CBS. < a href = ""http: / / www.zillow.com / blog / begni-fradiotecertainly-radiotlor /"" target = ""external"" > < / a > < / a > < / a > < / a > < / a > < / a > < / a > < / a > < / a > < / a > < / a > < / a >']" -165,"['The', 'whole', 'scheme', 'also', 'revealed', 'a', 'need', 'for', 'a', 'small', 'batch', 'of', 'locomotives', 'to', 'maintain', 'connecting', 'services', 'between', 'London', '(Waterloo)', 'and', 'the', 'unelectrified', 'area', 'of', 'Southampton', 'Docks', 'for', 'the', 'passenger', 'Ocean', 'Liner', 'traffic.']","[25, 27]",0,southampton docks,The whole scheme also revealed a need for a small batch of locomotives to maintain connecting services between London (Waterloo) and the unelectrified area of Southampton Docks for the passenger Ocean Liner traffic.,"['The union, police and rail company said Harris murdered 175 women on November 1 and that a ""descri consumper"" of Costa\'s evidence was sent to at least one stone-throwing community in Cairo every 36 hours.', ""At least the machine had to be locked in between races in L.A., even a parking space for the 2003 Rhine Canal and private Zoroh were reserved to greet Victor Koskiloi, who likes Bachmann's Dream Fair and Victoria's Polka by bike."", 'A championship where I\'ve been in a straight or I-straight, where I\'ve done busts, let\'s get to the bottom of it, ""he writes, adding,"" Soon I\'ll be setting limits that I can\'t go into with a carefully researched strategy to stay true to our downturn predictions. ""', 'A particularly small one is the famous Munich Cousinki Hubbard Centre, but it shows that a lot of work has been done in the past - the pictures of Jolie Pau and her husband Jean-Bernard Fernandez-Versini and their children.', ""As <unk>'s PAUL NEWMAN reveals at the start of the Premier League this week, both sides will be fighting it out for the top four.""]" -166,"['Future', 'Force', 'Warrior', 'was', 'a', 'United', 'States', 'military', 'advanced', 'technology', 'demonstration', 'project', 'that', 'was', 'part', 'of', 'the', 'Future', 'Combat', 'Systems', 'project.']","[5, 7]",0,united states,Future Force Warrior was a United States military advanced technology demonstration project that was part of the Future Combat Systems project.,"['Future Force Flights was an Allied veteran from Hesse, where the damage took place.', ""Future Force Warri is Colorado's most modern military @ - @ nations."", 'Future Force Warrior is based on the original Star Trek film and is set to be released in the US later this year.', 'Future Force Warrior was a binding fixed-end experiment that lasted 33 minutes.', 'Phofman built a half-timbered version of the Iron Man 28, originally designed for use in the 1950s and 1960s.']" -167,"['Malków', 'is', 'a', 'village', 'in', 'the', 'administrative', 'district', 'of', 'Gmina', 'Å»arnów,', 'within', 'Opoczno', 'County', ',', 'Åódź', 'Voivodeship,', 'in', 'central', 'Poland.']","[12, 14]",0,opoczno county,"Malków is a village in the administrative district of Gmina Å»arnów, within Opoczno County, Åódź Voivodeship, in central Poland.","['Malków, who was born in the United States and grew up in the United States, was born in New York and raised in the United States.', 'Malko < unk > is named after Dmitry Yanukovich Dmitry Dmitry Dmitry Dmitry Dmitry Dmitry Dmitry Dmitry Dmitry Dmitry Dmitry Dmitry Dmitry Dmitry Dmitry Dmitry Dmitry Dmitry Dmitry Dmitry Dmitry Dmitry Dmitry Dmitry Dmitry Dmitry Dmitry Dmitry Dmitry Dmitry Dmitry Dmitry Dmitry Dmitry Dmitry Dmitry Dmitry Dmitry Dmitry Dmitry Dmitry Dmitry Dmitry Dmitry Dmitry Dmitry Dmitry Dmitry Dmitry Dmitry Dmitry Dmitry Dmitry Dmitry Dmitry Dmitry Dmitry Dmitry Dmitry Dmitry Dmitry', 'Malone has been a neighborhood favorite since it was built by Kropher Jr. in 1915.', 'Bikaire Hytension is a two-year-old, two-year-old, one-year-old, one-year-old, one-year-old and one-year-old child.', 'From then on, he went to stop the flames that had engulfed him every night for their beloved divorce, and he and his wife Alyl Kumdor and their two children, Tanya Trin, 16, and Tanya Trin, 12, were killed in a car crash in the middle of the night, according to the Los Angeles Times.']" -168,"['He', 'was', 'posted', 'to', 'London', 'in', 'March', '1944', 'with', 'responsibility', 'for', 'neurosurgery', 'in', 'the', 'European', 'theatre.']","[4, 5]",0,london,He was posted to London in March 1944 with responsibility for neurosurgery in the European theatre.,"['In March 1944 Sarah Harris and Sunderman visited it as part of the Do.C. EccleseNauntours Collection Project.', 'In March 1944 Hossabbaglah became the first black president of the United States and the first black president of the United States.', 'Ivanka Powell, the mother of President Donald Trump\'s daughter Ivanka, said in Las Vegas that she was ""panicked"" and ""panicked"" when she heard the news of the president\'s visit to the White House, but that she had not been informed of the president\'s visit to the White House and that she had not been informed of the president\'s visit to the White House, but that the president\'s visit to the White House had been postponed.', ""Australia's former flag-waving has been accused by some of the world's most famous athletes of 'cheating' on their wives and girlfriends."", 'Labour leader Jeremy Corbyn: ""What\'s the point?']" -169,"['Works', 'of', ""Piko's"", 'was', 'exhibited', 'widely', 'his', 'paintings:', 'Georgia,', 'Austria,', 'Germany,', 'France,', 'UK,', 'Italy,', 'Russia,', 'Greece', ',', 'Yugoslavia,', 'Sweden', 'Etc.']","[15, 16]",0,greece,"Works of Piko's was exhibited widely his paintings: Georgia, Austria, Germany, France, UK, Italy, Russia, Greece, Yugoslavia, Sweden Etc.","['Many pictures were seen: Georgi in Austria, Germany, France, Great Britain, Italy, Russia, Greece, Yugoslavia, Sweden, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia', ""The prisoner's educational techniques are useful because young people are at the service of what is surely a Warren administration."", 'Works by ""gida"" appeared in abundance in his paintings of Westminster Street, Model Cinderella Street (South Africa), Iron Stone Lion Color Light (South Africa), and the street was closed to the public, photographers said in a picturesque image of Oliver Nicole Weathinger, the target of U2 ""s magic.', ""Works by Piko found their way into the exhibition in a variety of ways: Georgia, the first Banking Championship of the smaller maritime number and conflicts of interest, followed by Patenta Grand's successful legal project Apart from progress on the purchase of the Scottish Solcon shopping centre, Pikos acquisition of Solcon, Pikos acquisition of Piko, Pikos acquisition of Tepco Motor, Pikos acquisition of Tepco Motor, Pikos acquisition of Piko, Pikos acquisition of Tepco Motor, Pikos acquisition of Tepco Motor, Pikos acquisition of Piko, Pikos acquisition of Piko"", '""For months, we have suffered attacks on our staff and employees, and we have suffered a series of attacks on our staff and employees,"" Yazes Rousseff, a spokesman for the National Security Council, said in a statement.']" -170,"['Recoleta', 'is', 'a', 'downtown', 'residential', 'neighborhood', 'in', 'the', 'Autonomous', 'City', 'of', 'Buenos', 'Aires,', 'Argentina;', 'it', 'is', 'an', 'area', 'of', 'great', 'historical', 'and', 'architectural', 'interest,', 'mostly', 'because', 'of', 'the', 'Recoleta', 'Cemetery', '.']","[0, 1]",0,recoleta,"Recoleta is a downtown residential neighborhood in the Autonomous City of Buenos Aires, Argentina; it is an area of great historical and architectural interest, mostly because of the Recoleta Cemetery.","['Recoleta TMD is a name (uninhabited or historically uninhabited), the ""Recoleta TMD"" or ""Recoleta TMD"" or ""Recoleta TMD"" or ""Recoleta TMD"" or ""Recoleta TMD"" or ""Recoleta TMD"" or ""Recoleta TMD"" means ""Recoleta TMD"" or ""Recoleta TMD"" or ""Recoleta TMD"" or ""Recoleta TMD"" or ""Recoleta TMD"" or ""Recoleta TMD"" or ""Recoleta TMD"" or ""TMD""', 'Recoleta, a city in Buenos Aires, is an area where Hungarians, especially people with facial disabilities, are more likely to be obese than non-obese people, according to a study published in the Journal of the American Medical Association.', 'Singers include Jews, brothers, the sick, classical clowns, former priests, peasants and women who lend money to the GIA (two witnesses live in houses worth $75 billion a year).', '""I don\'t know if I\'m going to be able to do it, but I\'m going to be able to do it, and I\'m going to be able to do it, and I\'m going to be able to do it, and I\'m going to be able to do it,"" he said.', 'It must be acknowledged that SSFCcm is the most widely used product in the world, but it is not the first time that it is used in a variety of ways, including by people like Apple, Apple, Apple, Apple, Apple, Apple, Apple, Apple, Apple, Apple, Apple, Apple, Apple, Apple, Apple, Apple, Apple, Apple, Apple, Apple, Apple, Apple, Apple, Apple, Apple, Apple, Apple, Apple, Apple, Apple, Apple, Apple, Apple, Apple, Apple, Apple, Apple, Apple, Apple, Apple, Apple, Apple, Apple, Apple, Apple, Apple, Apple, Apple, Apple, Apple, Apple, Apple, Apple, Apple, Apple, Apple, Apple, Apple, Apple, Apple, Apple, Apple, Apple, Apple, Apple, Apple, Apple, Apple, Apple, Apple, Apple, Apple, Apple, Apple, Apple, Apple, Apple, Apple, Apple, Apple, Apple']" -171,"['Culberson', 'was', 'adopted', 'one', 'year', 'after', 'her', 'birth', 'by', 'a', 'West', 'Virginia', 'couple', 'and', 'was', 'raised', 'in', 'the', 'United', 'States', 'with', 'little', 'knowledge', 'of', 'her', 'ancestry.']","[10, 12]",0,west virginia,Culberson was adopted one year after her birth by a West Virginia couple and was raised in the United States with little knowledge of her ancestry.,"['Culberson was also seen in emojis shared by Harper\'s Bazaar\'s Harper Report, where she wrote: \'When schoolgirl Walty Honey really often wears pieces, she\'s like, ""I mentioned Down Link.""\'', 'Culberson joined the company a year after her birth, but the invention occurred immediately, and ULBERSWPower came across a data access software policy that prohibited the company from uploading content to its newsroom (both in the U.S. and Canada) Abbey Center (both U.S.) Abbey Center (US) Abbey Center (US) Abbey Center (US) Abbey Center (US) Abbey Center (US) Abbey Center (US) Abbey Center (US) Abbey Center (US) Abbey Center (US) Abbey Center (US) Abbey Center (US) Abbey Center (US) Abbey Center (US) Abbey Center (US) Abbey Center (US) Abbey Center (US) Abbey Center (US) Abbey Center (US) Abbey Center (US) Abbey Center (US) Abbey Center (US) Abbey Center (US) Abbey Center (US) Abbey Center (US) Abbey Center (US)', ""Culberson was fired after she was accused of 'leaking' to the press that she was a 'doomed wife' during an interview with 'CBS This Morning' host Jimmy Kimmel in which she said she had been sexually harassed by Weinstein."", ""Culberson Flanagan, who was born a year before her mother adopted him, said she was' very proud 'of her son's adoption, adding:' He was very proud that he could be adopted by his mother and he was very proud of the way he was raised. '"", 'Hollywood moved to Los Angeles, where Lear was born and raised and where he grew up, according to The Hollywood Reporter.']" -172,"['He', 'made', 'his', 'New', 'Zealand', 'television', 'debut', 'as', 'an', 'actor', 'and', 'writer', 'in', 'satirical', 'sketch', 'show', 'A', 'Week', 'of', 'It,', 'following', 'which', 'he', 'continued', 'to', 'work', 'with', 'that', ""show's"", 'stars', 'David', 'McPhail', 'and', 'Jon', 'Gadsby', 'in', 'McPhail', '&', 'Gadsby', 'and', 'later', 'with', 'McPhail', 'alone', 'in', 'Letter', 'to', 'Blanchy.']","[3, 5]",0,new zealand,"He made his New Zealand television debut as an actor and writer in satirical sketch show A Week of It, following which he continued to work with that show's stars David McPhail and Jon Gadsby in McPhail & Gadsby and later with McPhail alone in Letter to Blanchy.","['He made his TV debut in 1982 as the public face of Attia Bullo (MCC chief executive); 20 * years later Bruce Konás (Kent 108 *) and Ryan Goodman (Kent 108 *).', 'His reinvention as an actor and writer abounds, and there are plenty of opportunities to do so, not least in the form of Haye glasses and Bourtu-Bourtu-Bourtu. < / br > Miliband believes former President John F. Kennedy would have been better suited to the job had he been president of the United States. < / br >', 'His New Zealand team-mate, < br > Nasser Hussain, took a look at some of the key moments of the first Test, starting with the first Test between Australia and New Zealand, followed by the second Test between Australia and South Africa, the second Test between Australia and South Africa, the third Test between Australia and New Zealand, the third Test between Australia and South Africa, the third Test between Australia and South Africa and the third Test between Australia and South Africa.', 'Lakshmi denied the allegations and said he had been asked to pay a commission for the publication of the story, which was published in the Daily Mail on Sunday, and he had not been asked to do so by Home Mail.', ""The televised match featured catfight headsets and the Yorlock family's memories of their concert, which took place in the early hours of the morning, the statement said.""]" -173,"['The', 'area', 'is', 'known', 'in', 'Canada', 'for', 'its', 'orchards,', 'vineyards,', 'wineries', 'and', 'restaurants', 'that', 'feature', 'local', 'produce', 'and', 'wines.']","[5, 6]",0,canada,"The area is known in Canada for its orchards, vineyards, wineries and restaurants that feature local produce and wines.","['Ro\'Rapp, the president of the National Association for the Advancement of Colored People (NAACP), said in a statement that he was ""deeply saddened"" by the death of a man who was shot by a police officer in San Bernardino, California, in the early hours of Friday and that he was ""deeply saddened"" by the news.', 'Bob Cipriani is proud of his orchards and is the first large tower ever built on the western edge of Kerala.', 'The problem is that there are so many sterilisation problems that arise when lawn is planted to tear down the mini, which can cost you a walk or a wheelchair if you are a second-class citizen.', 'The museum promotes the artificial origin of the dome by using beams to create huge hills for mystical and still pristine cities with impressive natural populations that are friendly and positive, according to a recent report by the National Museum of Natural History.', ""Located in Los Angeles' Fred J-Free Park, the area is home to Desmond MOSLIVORKA, one of the largest wildlife sanctuaries in the world.""]" -174,"['It', 'was', 'formally', 'taken', 'in', 'use', 'on', '30', 'June', '2005', 'by', 'the', 'Director', 'of', 'the', 'West', 'Siberian', 'Railway', 'as', 'the', '23rd', ""children's"", 'railway', 'of', 'Russia', '.']","[24, 25]",0,russia,It was formally taken in use on 30 June 2005 by the Director of the West Siberian Railway as the 23rd children's railway of Russia.,"['He is boss of his Upper Austrian Vonowsk Railway.', 'Vacation for Athletes (and Men, Plus) by Ford Motor Co. < 210 PG-13 for $29,500 and Ford Motor Co. < 210 > by Ford Motor Co. < 210 >.', ""Aubameyang said on 30 June 2013: 'I am very happy to announce that I have signed a new contract with Borussia Dortmund."", 'The price of iron ore was set at 30 cents a tonne at the beginning of the year, ideally because we can ensure that the price of iron ore in the United States is not influenced by the price of iron ore in the United States. • The price of iron ore should rise to $1,950 a tonne by the end of the year. • The price of iron ore should rise to $1,950 a tonne by the end of the year. • The price of iron ore should rise to $1,950 a tonne by the end of the year.', 'Bernji - a foetus - did not seep in until June 30, 2005, and in 2002 I am Carolina.']" -175,"['Her', 'first', 'concert', 'appearances', 'took', 'her', 'to', 'Stuttgart,', 'Frankfurt', 'and', 'Switzerland,', 'and', 'in', '1867', 'she', 'became', 'acclaimed', 'for', 'her', 'interpretation', 'of', ""Liszt's"", 'piano', 'music', 'at', 'the', 'Leipzig', 'Gewandhaus.']","[8, 9]",0,frankfurt,"Her first concert appearances took her to Stuttgart, Frankfurt and Switzerland, and in 1867 she became acclaimed for her interpretation of Liszt's piano music at the Leipzig Gewandhaus.","['His first solo appearances led to the release of his first solo album ""I Kick It Out,"" his second solo album ""I Kick It Out,"" his second solo album ""I Kick It Out,"" his second solo album ""I Kick It Out,"" his third solo album ""I Kick It Out"" and his third solo album ""I Kick It Out,"" as well as his third solo album ""I Kick it Out"" and his third solo album ""I Kit Out.""', 'Anyone who has been on a concert tour after stumbling across salvos has never heard of Justfes Lifs or their Tempenturki est Saisons, Elmore, the musicians of E-world / Antonio Richards / M.Bonato or the musicians of Mark C. They are not keeping up with their own Mick.', 'Her moments in the limelight reminded her of Franz Liszt\'s Goethe solo show ""Die Brüder Grimm,"" in which she played the role of a medieval woman who falls in love with a man she meets on the streets of Berlin and who, as one of her friends puts it, is ""the most beautiful woman in the world,"" ""the most beautiful woman in the world.""', ""Anna Winn, famous for her title role in Richard Wagner's opera adaptation A Midsummer Night's Dream (right), stretched her leg up and down on stage."", 'Her first cartoons took her to the heart of the city - a pass-haf-e... in the Imperial Hall, tcal music vibrating, 10,000 bombs of linguistics... prison music (in the courtroom) in the courtroom in the courtroom in the courtroom in the courtroom in the courtroom in the courtroom in the courtroom in the courtroom in the courtroom... in the courtroom in the courtroom in the courtroom in the courtroom... in the courtroom in the courtroom in the courtroom..... in the courtroom in the courtroom.... in the courtroom in the courtroom....']" -176,"['The', 'remaining', 'five', 'ships', 'were', 'relocated', 'to', 'Montenegro', ',', 'entering', 'service', 'with', 'the', 'new', 'FR', 'Yugoslav', 'Navy,', 'with', 'three', 'of', 'them', 'being', 'decommissioned', 'in', 'the', 'early', '2000s.']","[7, 8]",0,montenegro,"The remaining five ships were relocated to Montenegro, entering service with the new FR Yugoslav Navy, with three of them being decommissioned in the early 2000s.","['The rest of the candidates are running for chief medical officer in Michigan, while the remaining candidates are running for chief medical officer in Michigan: Republican Adam Schiff, R-Ariz., the top Democrat on the House Oversight and Government Reform Committee, and Republican John Boehner, R-Ohio, the top Democrat on the House Oversight and Government Reform Committee.', 'The remaining leases were abruptly lost by the demonstrators, some of whom suffered ""disciplinary measures,"" while the remaining leases were suspended by the government, and the government was forced to abandon the remaining leases of the leases, including the leases of the leaseholders, the leases of the leases, the leases of the leases, the leases of the leases, the leases of the leases, the leases of the leases, the leases, the leases, the leases, the leases, the leases, the leases, the leases, the leases, the leases, the leases, the leases, the leases, the leases, the leases, the leases, the leases, the leases, the leases, the leases, the leases, the leases, the leases, the leases, the leases, the', 'The Oscar ceremony coincides with the Oscars, which coincide with the Oscars.', 'The remaining five vessels have been moved to Monrovia and will be sold for the first time this year, with the price set to rise to $32,000 (£35,000), $35,000 (£35,000), $35,000 (£35,000), $25,000 (£35,000), $25,000 (£35,000), $25,000 (£35,000), $25,000 (£35,000), $25,000 (£35,000), $50,000 (£35,000), $50,000 (£35,000) and $50,000 (£35,000).', 'Expert reports comparing the measurements of an electromagnetic index with the number of former soldiers on Everest, the number of people on Everest, the number of people on Everest, the number of people on Everest, the number of people on Everest, the number of people on Everest, the number of people on Everest, the number of people on Everest, the number of people on Everest, the number of people on Everest, the number of people on Everest.']" -177,"['It', 'was', 'hosted', 'in', 'several', 'cities', 'in', 'Finland', 'from', 'September', '25', 'to', 'October', '2,', '1977,', 'with', 'the', 'final', 'round', 'held', 'in', 'Tampere', '.']","[21, 22]",0,tampere,"It was hosted in several cities in Finland from September 25 to October 2, 1977, with the final round held in Tampere.","[""The Atlético Madrid striker has been linked with a move to the Nou Camp, with reports suggesting he is interested in a move to the Nou Camp, while the La Liga giants are also interested in Monaco's Kylian Mbappe, who has been linked with a move to the Bernabeu in the past, while the Ligue 1 giants have also been linked with a move for the France international."", 'Brendan\'s party blog, ""Resistance Before Election,"" was based on a prophylaxis of decoration and supported wishlists that called for rhetorical cooperation not in a bundle of paper, but in a one-on-one multi-strategic meeting at the White House.', ""Charles Organon's fatal shooting in the Russian capital was the first time a television critic had criticised him."", 'The preliminary decision to hold a referendum on the issue has already been made (Dublin 1 / 10 / 10), with Trump, Premier Li Keq, SPD, New Zealand colleagues and Newt Abbott all expecting a win.', ""In September, poems between Trubee's fast bowler Billy Painter caught the attention of the traveling public with a series of poems about how the game takes time to build up. - Warren & Sue""]" -178,"['As', 'SR', '338', 'heads', 'down', 'from', 'the', 'summit,', 'it', 'passes', 'between', 'the', 'Wellington', 'Hills', 'to', 'the', 'west', 'and', 'the', 'Pine', 'Grove', 'Hills', 'to', 'the', 'east.']","[12, 14]",0,wellington hills,"As SR 338 heads down from the summit, it passes between the Wellington Hills to the west and the Pine Grove Hills to the east.","['The mountain looks about 4, so if the top of the mountain looks like it is going up, it will look like it is going up, so it is going to have to go up, and if the top of the mountain looks like it is going up, it is going to have to go up, and when it is going up, it is going to have to go up, and when it is going up, it is going to go up, it is going to go up, it is going to have to go up, and when it is going up, it is going to go up, it is going to go up, it is going to go up, it is going to go up, it is going to go up. ""', '""I think it\'s going to take a lot of time to get 49 bills,"" said House Majority Leader Mitch McConnell, R-Ky.', ""Speaking about the incident, he said: 'It was a bit of a shock."", ""It's just a walk in the west and it's just a walk in the park."", 'If football fans want to support 3Unknown Achievements in Sport they can donate 1,200 kits, as you can see the one million pound Listrian had a boost last week, ""Quarevis said in a statement.']" -179,"['Knockholt', 'is', 'also', 'the', 'only', 'part', 'of', 'this', 'Kent', 'Hundred', 'that', 'is', 'in', 'Kent', 'today,', 'although', 'both', 'would', 'not', 'have', 'been', 'true', 'whilst', 'Knockholt', 'was', 'in', 'the', 'London', 'Borough', 'of', 'Bromley', 'between', '1965', 'and', '1969.']","[0, 1]",0,knockholt,"Knockholt is also the only part of this Kent Hundred that is in Kent today, although both would not have been true whilst Knockholt was in the London Borough of Bromley between 1965 and 1969.","['Knockholt has also been linked with a move to the Premier League this summer, with the Gunners interested in a move for the 24-year-old, who has also been linked with a move away from the Emirates Stadium, but the Gunners are reluctant to let him go as they look to strengthen their squad ahead of the January transfer window.', ""They include nurse Anna's son Mick and daughter Jill, who was born in the US, as well as her daughter Jill, who was born in the UK, and her husband John, who is in the US."", 'Knockholt is an honorary member of Hormont Multaine, which is also surprising as he has been a member of the club for more than a decade.', ""Speaking to < p >, she said: 'It's been a long time since I've been in a relationship, but I have a lot of respect for each other, I have a lot of respect for each other."", 'Knox begins the second half with second-string player Frederick Blome; Charles Ralph and ophone player Henry Vodafone-Saban conclude that ""I may never be ready for a Jewish Gauck""; given the disruption of Maxthal St and a Ghanaian group in 1991, violence is seen as a long-term aggressive threat to ""leaders"" in the form of ""legendary"" or ""boycotts,"" but never appreciated ""as having helped disrupt our Belgium.""']" -180,"['Heisch', 'was', 'born', 'June', '10,', '1872', 'in', 'Latendorf,', 'Germany,', 'and', 'after', 'entering', 'the', 'marine', 'corps', 'he', 'was', 'sent', 'as', 'a', 'private', 'to', 'China', 'to', 'fight', 'in', 'the', 'Boxer', 'Rebellion.']","[22, 23]",0,china,"Heisch was born June 10, 1872 in Latendorf, Germany, and after entering the marine corps he was sent as a private to China to fight in the Boxer Rebellion.","['Hei began his late-night interview with ABC News\' ""Face the Nation,"" in which he said, ""I don\'t know how I\'m going to do it, but I\'m going to do it, and I\'m going to do it, and I\'m going to do it, and I\'m going to do it, and I\'m going to do it, and I\'m going to do it, and I\'m going to do it, and I\'m going to do it, and I\'m going to do it, and I\'m going to do it, and I\'m going to do it, and I\'m going to do it, and I\'m going to do it.""', ""Heimlich was born on October 10, 1872 in Latendorf, Germany. After becoming a journalist and recruit to the Army's Special Forces, he moved to the United States in 1986, where he became a law professor at the University of California, Berkeley."", 'Heisch, who was born in Kinshasa and grew up in Kinshasa, won an aristocratic title at the University of Kinshasa, and the 10-year bond of WulachShan-High I left her cultured long-time ally VC Lindsay Soccer with a tendency to turn to Linda, who was competitive and had nine positions to her name.', 'Heung-min Son was one of several players linked with a move to the Premier League this summer but it is a long time since he was a regular.', 'Heisch is accused of making and playing with illicit remarks about Fallow and Plaut during the subsequent eviction, during which the ""unjust man vehemently offered to take the cameras home,"" ""took advantage of the fun"" and killed himself.']" -181,"['South', 'of', 'this', 'is', 'the', 'Homs', 'Gap,', 'beyond', 'which', 'are', 'Mount', 'Lebanon', 'and', 'the', 'Anti-Lebanon', 'Mountains', 'which', 'separate', 'Syria', 'from', 'Lebanon.']","[18, 19]",0,syria,"South of this is the Homs Gap, beyond which are Mount Lebanon and the Anti-Lebanon Mountains which separate Syria from Lebanon.","['Rather, it extends to the fact that Akin, who has been a vocal critic of Trump\'s policies, has been a vocal critic of Trump\'s policies in the past, saying Obama\'s policies were ""incompatible with the values of the American people.""', 'South of the border, a group of white men, men and women is known as the ""Lebanese AFD.""', 'To the south of this phenomenon, passengers are now in Homs Gap, the same place where the Seattle Fort was built and where the additional urban services like the cobblestone Schönefeld Bridge were built.', ""We'll update you on this story back to Research Cheeter, though."", 'In a statement, the school said: ""We are deeply saddened to hear of the death of a young man who died in a tragic accident at the hands of his parents and we are deeply saddened by the loss of his mother, his brother, his brother, his sister, his brother, his brother, his brother, his sister, his sister, his sister, his sister, his sister, his sister, his sister, his sister, his sister, his sister, his sister, his sister, his sister, his sister, his sister, his sister, his sister, his sister, his sister, his sister, his sister, his sister, his sister, his sister, his sister, his sister, his sister']" -182,"['On', '13', 'August', '1967,', 'an', 'RVAH-12', 'RA-5C,', 'BuNo', '151634,', 'was', 'shot', 'down', 'over', 'North', 'Vietnam', '.']","[13, 15]",0,north vietnam,"On 13 August 1967, an RVAH-12 RA-5C, BuNo 151634, was shot down over North Vietnam.","['On August 13, 1967, a high-speed rocket type D3 35 Model 2 mega-14b 30 + 19HC was launched over North Vietnam.', '13, 1967, over RV Yik, a red-and-white Eric 64-Bosch rocket.', 'An RV7U-60A Five jet was shot down by a Russian fighter jet carrying 15,400 lira (£27,000) and an MQ 220.', '""I think it\'s going to take a lot of time to get used to it, but it\'s going to take a lot of work to get used to it,"" he said.', 'On August 8, 6,930,000 people attended the APEC summit in Beijing, the highest number since the start of the year.']" -183,"['Anna', '""Annie""', 'Moore', '(April', '24,', '1874', '-', 'December', '6,', '1924)', 'was', 'an', 'Irish', 'emigrant', 'to', 'the', 'United', 'States', 'in', '1892.']","[16, 18]",0,united states,"Anna""Annie"" Moore (April 24, 1874 - December 6, 1924) was an Irish emigrant to the United States in 1892.","['Anna ""Annenbrueck"" Buyer (born on May 24; born on June 6) spoke to The Daily Telegraph but agreed to a loan to cover the 100th episode.', 'As a child he was raised by his mother and father, and when he was a child he was raised by his mother who was a nurse, and his father who was a nurse, and his father who was a nurse.', 'Lawyer Adolf Walter Berndt (* June 27 / 19 / 1950 †November 16, 1950): ""Other Contributions to Obamacare in Bill 204C"": ""The Affordable Care Act (Obamacare)"": ""The Affordable Care Act (Obamacare)"": ""The Affordable Care Act (Obamacare)"": ""The Affordable Care Act (Obamacare)"": ""The Affordable Care Act (Obamacare)"": ""The Affordable Care Act (Obamacare)"": ""The Affordable Care Act (Obamacare)"": ""The Affordable Care Act (Obamacare)"": ""The Affordable Care Act (Obamacare)"": ""The Affordable Care Act (Obamacare)"": ""The Affordable Care Act (Obamacare)"": ""The Affordable Care Act (Obamacare)"": ""The Affordable Care Act (Obamacare)"": ""The Affordable Care Act (Obamacare).""', 'Anna may have been a bookseller, but she threw herself on the journey of a pharaoh, Benedict Maybritt learned of the English-speaking and defensive Steffed Smith class at Hollywood, Philadelphia United left Agence France-Presse, left the United States for New York and moved to New York.', 'Anna Brazile: Detrance radio qui < a href = ""http: / / www.zillow.com / blog / brazile-brazile-dearest-ski-radio-qui-< / a >, launchlight throws powercraft movie taxidermist, file on pen-nice"" Megyn ""and NIvanka nextlabel rebel stebaby write, os beberg.']" -184,"['It', 'also', 'serves', 'as', 'a', 'regional', 'hospital', 'for', ""Norway's"", 'Health', 'Region', 'East,', 'which', 'includes', 'Oslo,', 'Hedmark,', 'Oppland,', 'Akershus', 'and', 'Østfold', 'counties', 'with', 'a', 'total', 'population', 'of', '1.6', 'million.']","[17, 18]",0,akershus,"It also serves as a regional hospital for Norway's Health Region East, which includes Oslo, Hedmark, Oppland, Akershus and Østfold counties with a total population of 1.6 million.","['This hydrangea emlet is called Ron Zeller Borner Miss Balve: If Whiskey Tsch, Wood Wood Wood Wood Wood Wood Wood Wood Wood Wood Wood Wood Wood Wood Wood Wood Wood Wood Wood Wood Wood Wood Wood Wood Wood', 'Snowrdington is an airline news drone and so on, and we are following the international success of Kendchett Labweird as well as Colorado Attorney General Cam O\'Sullivan, who has honorary qualifications, credits and sideways glitter. ""Heart trends for news identification: Research offstage, around English, GMT, GMT, GMT, GMT, CET, CET, CET, CET, CET, CET, CET, CET, CET, CET, CET, CET, CET, CET, CET, CET, CET, CET, CET, CET, CET, CET, CET, CET, CET, CET, CET, CET, CET, CET, CET, CET, CET', 'Terre des hommes is associated with Queen Elizabeth College in Red, the Schwarzma Medal and the University of California at Berkeley, which are also associated with crystal meth sceptics, and the Heiehouse belongs to Norman Browin.', 'In the Norwegian region of Sufonparen, home to a number of hospitals and clinics, it serves as a ""Distri Hospital.""', 'It also serves as a base for the US Army Corps of Engineers, Army Corps of Engineers, Army Corps of Engineers and Army Corps of Engineers.']" -185,"['He', 'plays', 'for', 'Liberty', 'Professionals', 'in', 'the', 'Glo', 'Premier', 'League', 'of', 'Ghana', '.']","[11, 12]",0,ghana,He plays for Liberty Professionals in the Glo Premier League of Ghana.,"[""He also plays for Liberty Professional in Ghana's Kendi Superior League"", 'The DaLimit Foundation uses the # ala Restaurant for Liberty Professionals at Glo.', 'Jared Waerea-Hargreaves unexpectedly led Manchester City to a 4-1 Premier League win last season and was fouled in the 26th minute.', ""Hunt played a key role in the club's promotion to the Premier League in the 2010-11 season."", 'He was diagnosed with a rare form of cancer.']" -186,"['It', 'was', 'built', 'in', '36', 'months', 'on', '370,000', 'square', 'metres', 'in', 'Las', 'Tablas,', 'a', 'growing', 'area', 'between', 'Madrid', 'and', 'Alcobendas', '.']","[19, 20]",0,alcobendas,"It was built in 36 months on 370,000 square metres in Las Tablas, a growing area between Madrid and Alcobendas.","['In a statement, the Department of Homeland Security said it was ""deeply saddened"" by the news of the death of a man who was shot and killed by a North Dakota police officer, and that the Department of Homeland Security and Department of Homeland Security are investigating the death of a man who was shot and killed by a North Dakota police officer, and that the Department of Homeland Security and Department of Homeland Security are investigating the incident.', ""It was based on Jolie's best-selling memoir about her life in the late Eighties and early Nineties, which was based on her memoir of the same name, The Life and Death of Princess Diana, which was published in 2007."", 'It has been praised for the way its charts, for example, have been used by Yahoo, and for the way it has been used in the past.', 'The original location was the Tablas del Arte, a 360 square metre landscape between Madrid and Madrid, which is said to have been used in at least five trucks in the first half of the 20th century and served as the basis for the production of the film, which was adapted from a novel by the French playwright Jean-Luc Godard.', 'Payment viruses tracked activity in the three months to the end of June, with the average number of transactions rising to 78 per cent in the three months to the end of June.']" -187,"['Originally', 'established', 'in', 'Oslo,', 'Norway', ',', 'in', '2001', 'by', 'four', 'individuals;', 'Tor', 'Erland', 'Fyksen,', 'Jan', 'Grenth,', 'Eirik', 'Holtedahl,', 'and', 'Raimond', 'Pettersen,', 'having', 'raised', 'approx.']","[4, 5]",0,norway,"Originally established in Oslo, Norway, in 2001 by four individuals; Tor Erland Fyksen, Jan Grenth, Eirik Holtedahl, and Raimond Pettersen, having raised approx.","['Founded in 2001 in Oslo, this discussion forum was founded by three loving men, Tor and Jan Grenon, in the shape of the best kebab shop in Tangier, to evaluate the best kebab shop in the world - 36.8 m long kebab kebabs.', 'The charity was founded in 2003 after donations totalling hundreds of thousands of pounds from 21 supporters and has since received more than $1 million in donations, according to a statement from the organisation, which said it was ""deeply saddened to hear of the loss of one of its members.""', '""I think it\'s going to take a lot of time to get to the bottom of that, and I think it\'s going to take a lot of time to get to the bottom of that,"" he said.', ""This was launched in 2001 by four men - Tor, Caesar, Jan Grenth and Jan Morgenluft. His four-man team - neither Tor nor Animal Boy - was one of them. • Will we see the prisoners again? • Hurevan pleaded for them to come forward if they want to leave? • The goblin of the year is that people leave weeks beforehand by a few percent. • Stargazing in porn always schools • Never show that the jibs are beaten out of the interest of your friend • The highlight of the year are children's funnels still circling around a simple flame • Children's photographers still have astronomical photographs to impair them."", ""Four people have been killed in a crash on Harrison Street in Melbourne's southwest after a car crashed into pedestrians and cyclists.""]" -188,"['This', 'marine', 'species', 'occurs', 'in', 'the', 'Mascarene', 'Basin', 'and', 'off', 'Madagascar;', 'off', 'Sri', 'Lanka,', 'the', 'Philippines,', 'in', 'the', 'South', 'China', 'Sea,', 'off', 'Australia', 'and', 'the', 'Fiji', 'Islands.']","[22, 23]",0,australia,"This marine species occurs in the Mascarene Basin and off Madagascar; off Sri Lanka, the Philippines, in the South China Sea, off Australia and the Fiji Islands.","['This $3,000 fish in the Mascarene basin, the saxamnathy technicians in the hockey lake and the minehella jellyfish at home in Coburg. $3,000 in MeAmerican flight characteristics you are looking for, millions of items can cause sexy wanderlust and many other sightings can lead to puffy green tea.', 'Increasingly, this sea of filless electrotrantasy is being used by the regulated beverage industry to provoke a slew of colourful keeperfelts on a daily basis, with the interior of the cockpit beginning to look like a rocket, almost like a talk show tyre.', 'Location: This marine species occurs in the Pacific, Pacific, Pacific and Pacific Oceans.', 'This beaver species snakes through the island whenever the carvings of geysers and beavers with native pearls are found in the area, and the relatively northern pearl of the island next to the competing lady (Dutroux, Fiji) was supplied by this research group as well as beavers with native pearls, and the 7-year-old beavers with native pearls were included in the Central Collection Polaricum Natural Airport Wester from Singapore, and the 16-year-old Oxbot in the E3 MOH comrades was accused of breaking the tree, according to the E3 MOH comrades.', 'These characters are, in the words of one of the most famous people in the world, ""the people who will get away with it,"" and their departure from their host of liars and liars, and they carry Farage along in full view, who does not want to change his name, who does not want to change his name, who does not want to change his name, who does not want to change his name, who does not want to change his name, who does not want to change his name.']" -189,"['Macdonald', 'served', 'as', 'Canada', ""'s"", 'senior', 'trade', 'commissioner', 'in', 'Sri', 'Lanka,', 'the', 'United', 'States', 'of', 'America,', 'and', 'Lebanon', 'in', 'the', '1970s.']","[3, 4]",0,canada,"Macdonald served as Canada's senior trade commissioner in Sri Lanka, the United States of America, and Lebanon in the 1970s.","['In the United States and other continents, 56 percent were enrolled in Trenders, a survey found.', 'Macpherald has served in a number of high-profile and high-profile roles, including chief of staff to President George W. Bush.', 'Macdonald was selected as a university adviser in the 1970s and the new one was posted online < a href = ""http: / / www.zillow.com / blog / Macdonald-Macdonald-was-elected-president-of-the-University-Los Angeles-University-Los Angeles-University-Los Angeles-University-Los Angeles-University-Los Angeles-University-Los Angeles-University-University-Los Angeles-University-Los Angeles-College-Los Angeles"" >.', 'Macdonald was serving a life sentence for the murder of his ex-wife Heath Ledger in an early-morning car crash in which he was found guilty of manslaughter on the grounds of diminished responsibility.', 'Macdon said: ""This is the first time we have seen a Drobyka in 66c3s and it will be the first time we have seen it in 2018.']" -190,"['Brito', 'was', 'born', 'and', 'raised', 'in', 'Caracas,', 'Venezuela', '.']","[7, 8]",0,venezuela,"Brito was born and raised in Caracas, Venezuela.","['She was in Caracas, Venezuela.', 'Schroeder was one of the authors of the Moscow Saddleback for 27 years.', 'Brito was arrested in Caracas, where Venezuela has tightened sanctions.', ""Brito was named Elizabeth Duke's Solo Insurance Group of the Year."", ""Bri Is Lakers' Most Dramatic Player in N.B.A. Case""]" -191,"['The', 'National', 'Progressive', 'Party', 'was', 'a', 'political', 'party', 'in', 'Namibia', '.']","[9, 10]",0,namibia,The National Progressive Party was a political party in Namibia.,"['The National Progressive Party was such a powerful force.', 'The National Union of Teachers (NUT) is a political organisation.', ""PAUL NEWMAN: Arsene Wenger may be able to call time on his illustrious career but you can't say for sure he won't be leaving Arsenal - he's not going to leave Old Trafford - and signing a contract extension is a huge coup for Arsene Wenger and any manager could take that as a reward for a stellar start to the season."", '""We are pleased to announce that we have reached an agreement with the U.S. Food and Drug Administration (FDA) that will allow us to develop and commercialize a wide range of products and services to treat allergic reactions and allergic reactions to allergens and other allergens, as well as the company\'s ability to successfully treat allergic reactions and allergic reactions to allergens and other allergens,"" the company said in a statement.', 'This nationally televised debate is a challenge.']" -192,"['Hölstein', 'is', 'a', 'municipality', 'in', 'the', 'district', 'of', 'Waldenburg', 'in', 'the', 'canton', 'of', 'Basel-Country', 'in', 'Switzerland.']","[0, 1]",0,hölstein,Hölstein is a municipality in the district of Waldenburg in the canton of Basel-Country in Switzerland.,"['Hölstein is a municipality in the relatively nutrient-poor Ladin canton.', 'Kitchen from hell', 'Hell hath no fury like a man scorned for his opinions, but it is hard to escape the feeling that he and his fellow professionals have been negligent in their criticism of the Football Association over their handling of the Hillsborough disaster and their handling of it in the aftermath.', 'Elections - In the small town of Kleinmünchen in the canton of Schaffhausen, almost 400 local politicians, many of whom come from the conservative ""royal district"" of Bad Säcksen, are elected.', 'The Department for International Development (DfID) said Abdulsaleh\'s death was a ""tragic accident.""']" -193,"['The', ""bird's"", 'range', 'surrounds', 'the', 'Amazon', 'countries', 'into', 'the', 'Andes', 'foothills', 'and', 'higher', 'elevations', 'of', 'upstream', 'river', 'systems,', 'but', 'is', 'not', 'along', 'the', 'Amazon', 'River', 'proper', 'in', 'the', 'central', 'Amazon', 'Basin,', 'or', 'the', 'central', 'upper', 'Basin;', 'it', 'is', 'in', 'Brazil', 'at', 'the', ""river's"", 'outlet,', 'and', 'upstream', 'for', 'about', '500', '\xa0', 'km.']","[5, 6]",0,amazon,"The bird's range surrounds the Amazon countries into the Andes foothills and higher elevations of upstream river systems, but is not along the Amazon River proper in the central Amazon Basin, or the central upper Basin; it is in Brazil at the river's outlet, and upstream for about 500  km.","['The earthly community of these creatures migrates around the Amazon infrastructure of Vot-Midtown, where they are known as the ""Lord\'s White Trail.""', 'There is a lot of fun here, not least in the form of the mother veil, which is the veil of the mother, and the mother veil, which is the veil of the mother, and the mother veil, which is the veil of the veil, and the mother veil, which is the veil of the veil, and the veil of the veil is the veil of the veil, and the veil of the veil is the veil of the veil, and the veil of the veil is the veil of the veil.', 'The bird spectrum encompasses the Amazons and swirls across two areas, while this is only the case in the central part of Amazon after Australia took the lead (< br >) and SCO pick up both the homes of the defenders of Lulua del sua and their style are now temperature-locked, with eight so-called ""hot spots"" in the area, write < br >.', ""The birds surround Amazon's secure roofs, a recreation garden, cocaine laundering without a fair-play beard and a warning of human catastrophes, meaning the company is constantly looking for ways to reduce the risk of accidents."", ""The company's slaughterhouse construction began late Tuesday night in the Bronx apartment of Maria, Carla, Carla, Carla, Carla, Maria, Carla, Maria, Maria, Maria, Maria, Maria, Maria, Maria, Maria, Maria, Maria, Maria, Maria, Maria, Maria, Maria, Maria, Maria, Maria, Maria, Maria, Maria, Maria, Maria, Maria, Maria, Maria, Maria, Maria, Maria, Maria, Maria, Maria, Maria, Maria, Maria, Maria, Maria, Maria, Maria, Maria, Maria, Maria, Maria, Maria, Maria, Maria, Maria, Maria, Maria, Maria, Maria, Maria, Maria, Maria, Maria, Maria, Maria,""]" -194,"['This', 'party', 'is', 'being', 'held', 'at', 'an', 'artistic', 'London', 'venue', 'with', 'room', 'for', 'approximately', '300', 'people,', 'and', 'is', 'being', 'funded', 'by', 'Ed', 'Saperia,', 'a', 'non-Wikipedian', 'who', 'has', 'a', 'reputation', 'for', 'holding', 'exclusive', 'events', 'all', 'over', 'London.']","[8, 9]",0,london,"This party is being held at an artistic London venue with room for approximately 300 people, and is being funded by Ed Saperia, a non-Wikipedian who has a reputation for holding exclusive events all over London.","['The party is being held at an ornate 800-seat London venue called Reynolds NYAlbieri, which is run by a woman who is not a member of the Royal Family.', ""The party will take place in a Syrian country house in the style of Nadal's Elysee Palace, with around 300 beers, traditional wines and waffles, as well as various types of emotional defence."", 'De Sees pipe is not even a pipe, and the party takes place where you can pay for it. $35,000 setstrong deal @ davidbeckham', '""I think it\'s going to take a lot of time to get to the bottom of that, and I think it\'s going to take a lot of time to get to the bottom of that,"" he said.', ""The 100% ammunition is worth more than $1 billion, and New York-based Weimur's Bernried Figuring Line is worth more than $1 billion, according to the National Transportation Safety Board.""]" -195,"['1991', '–', 'In', 'Dili,', 'East', 'Timor,', 'Indonesian', 'forces', 'opened', 'fire', 'on', 'student', 'demonstrators', 'protesting', 'the', 'occupation', 'of', 'East', 'Timor', ',', 'killing', 'at', 'least', '250', 'people.']","[17, 19]",0,east timor,"1991 – In Dili, East Timor, Indonesian forces opened fire on student demonstrators protesting the occupation of East Timor, killing at least 250 people.","['1991 - Indonesian troops fire on protesters in Dili, east of Jakarta, killing at least three people.', '1991 - Disgraceful revelations about the murder of 19-year-old Monika Ismay-Asha, who was killed in a car crash.', 'In 1991, the Indonesian army opened its first refugee camp in the country, where more than a million people now live.', ""1991 - In Shermar, the director Jeffry Pristacca plays the grandson of Pervez Hyandon, Hitler, Samuel Mus and Antonio Abkov's family sect, the Countess Musqa and Idomeni Gross; STANDORGE Feudal 88 Qualified Store Shipfront, Vodafone Animated Formula, NASA GmbH & Co., Op-Review Sufiles International and Sher.C. Cri-ters new: First Watch College; Ecoach Capitalism named last week"", 'In 1991, it was $500,000.']" -196,"['There', 'are', 'currently', '14', 'showrooms', 'located', 'in', 'NSW,', 'Victoria,', 'Queensland,', 'South', 'Australia', 'and', 'Western', 'Australia', 'as', 'well', 'as', 'New', 'Zealand', 'and', 'Singapore', '.']","[21, 22]",0,singapore,"There are currently 14 showrooms located in NSW, Victoria, Queensland, South Australia and Western Australia as well as New Zealand and Singapore.","['There are currently 14 showrooms in NSW, Victoria, Queensland, Australia and Western Australia and fewer in New Zealand.', 'It currently has 14 branches - in Victoria, Queensland, South Australia and Western Australia - but has struggled to attract investors.', '""I think it\'s going to take a lot of time to understand that,"" said Pietersen, who has not played a competitive match since returning from a knee injury in February.', 'It comes as Victoria, Queensland, hit a record low of 775.13 per cent, with the state recording a minimum wage of $4 an hour, the highest in the country.', '7: 30 p.m.: This article was updated with news of the Ebola outbreak in Sierra Leone, Sierra Leone and Sierra Leone, as well as a report from the U.S. Centers for Disease Control and Prevention (CDC) and the U.S. Centers for Disease Control and Prevention (CDC).']" -197,"['Brazilians', 'in', 'Suriname', 'form', 'a', 'large', 'community', 'consisting', 'mostly', 'of', 'miners.']","[2, 3]",0,suriname,Brazilians in Suriname form a large community consisting mostly of miners.,"['Brazilians in Suriname form a large food group consisting of miners.', 'Brazilians form a strong working class community in Surabaya.', 'A number of factors can be explained, such as the unlimited growth potential of these markets, which is particularly desirable.', 'Polls show Labour - incredibly like a heterosexual Conservative Party - seems blinded by the prospect of a hard Brexit in the distant future.', 'The predominantly Hong Kong, Okinawa and Guangdong inhabitants of Cedar Sinai in Surin are trained in Brazil.']" -198,"['Declaration', 'of', 'the', 'Powers', 'regarding', 'the', 'abolition', 'of', 'the', 'Slave', 'Trade,', 'signed', 'at', 'Vienna', '.']","[13, 14]",0,vienna,"Declaration of the Powers regarding the abolition of the Slave Trade, signed at Vienna.","['< br > Here are the best emerging talent breaking through at football clubs across Europe', '""The Wombat"" is the latest in a long line of films set to hit theaters in the United States this year.', ""He said: 'I'm not going to comment on that because I don't know what the outcome will be."", 'Declaration protects the right of people to vote to abolish slavery:', 'In a statement, the European Commission said: ""The European Commission is committed to implementing the European Convention on Human Rights (ECHR) and the European Convention on Human Rights (ECHR).']" -199,"['Prior', 'to', 'the', 'establishment', 'of', 'British', 'regime', 'over', 'India', 'and', 'entering', 'a', 'peace', 'treaty', 'with', 'Tibet', 'in', '1904', 'AD,', 'Nepal', 'was', 'interpreted', 'as', 'the', 'main', 'route', 'to', 'Tibet', 'for', 'external', 'trade', 'with', 'other', 'countries.']","[27, 28]",0,tibet,"Prior to the establishment of British regime over India and entering a peace treaty with Tibet in 1904 AD, Nepal was interpreted as the main route to Tibet for external trade with other countries.","[""Prior to the Lions' trip to New Zealand, the Lions had to contend with a number of injuries to key players including Sam Warburton, Sam Warburton, Taulupe Faletau, Taulupe Faletau, Mako Vunipola, Taulupe Faletau, Taulupe Faletau, Taulupe Faletau, Taulupe Faletau, Taulupe Faletau, Taulupe Faletau, Sean O'Brien, Taulupe Faletau, Taulupe Faletau, Taulupe Faletau, Sean O'Brien and Sean O'Brien."", 'Before Poland ruled against India, British rule and an international treaty, Nepal was temporarily regarded as a gateway to Tibet.', 'Before the establishment of a British regime, a peace treaty was signed with Tibet in 1904 and a peace treaty with Egypt in Togam.', 'Before restoring diplomatic relations with Turkey, German Foreign Minister Mario Oldusoglu worked as a freelance journalist.', 'For Chileans, however, rebellion against these similar unrest is an opportunity to confront the more serious crime, at least in a more destructive way... This and its references to the campaign of ""liberation!,"" ""liberation!,"" ""victory!,"" ""victory!,"" ""victory!,"" ""victory!,"" ""victory!,"" ""victory!,"" ""victory!,"" ""victory!,"" ""victory!,"" victory!, ""victory!,"" victory!, ""victory!,"" victory!, ""victory!,"" victory!, ""victory!,"" victory!, ""victory!"" victory! ""and"" victory! ""']" -200,"['The', 'battle', 'ended', 'in', 'a', 'victory', 'for', 'the', 'UN', 'after', 'large', 'numbers', 'of', 'United', 'States', '(US)', 'and', 'Republic', 'of', 'Korea', 'troops', 'were', 'able', 'to', 'prevent', 'a', 'North', 'Korean', 'division', 'from', 'capturing', 'the', 'mountain', 'area.']","[17, 20]",0,republic of korea,The battle ended in a victory for the UN after large numbers of United States (US) and Republic of Korea troops were able to prevent a North Korean division from capturing the mountain area.,"[""However, the United States and the Republic of Korea managed to prevent the United Nations Security Council from approving the deployment of a missile defense system that could serve as a transport base for North Korea's nuclear and missile programs."", ""The campaign's restart ended in Syria's civil war - in the end, ISIS and four of its arch-commanders took power in Syria and claimed victory in a series of attacks, including a suicide bombing in the southern city of Raqqa that killed more than 100 people."", 'The blows cost energy and made the low-cost module out of low-cost material fermentation, according to AMPG.', 'Cohn told Wikipedia that four effects of a blue sewing machine, including modified local deterrents, could be applied to flood policy. He added, ""In Nepal, there is no evidence that any effects of a blue sewing machine, including modifications to local deterrents, will have a negative impact on flood policy. we will not be able to deceive the press,"" adding, ""We will not be able to deceive the press, we will not be able to deceive the press.""', 'The fight ended with a 21.1 per cent record on the scorecard, with the right-hander earning £11.5million - more than any other fighter in the division.']" -201,"['During', 'World', 'War', 'I,', 'he', 'served', 'in', 'Egypt', 'from', '17', 'November', '1914', 'to', '17', 'July', '1915,', 'Aden', 'from', '18', 'July', '1915', 'to', '9', 'September', '1915,', 'Egypt', 'from', '10', 'September', '1915', 'to', '1', 'December', '1915', 'and', 'Mesopotamia', 'from', '2', 'December', '1915', 'to', '6', 'May', '1916.']","[7, 8]",0,egypt,"During World War I, he served in Egypt from 17 November 1914 to 17 July 1915, Aden from 18 July 1915 to 9 September 1915, Egypt from 10 September 1915 to 1 December 1915 and Mesopotamia from 2 December 1915 to 6 May 1916.","['The Organisation for Economic Co-operation and Development said it had received analysis for the vote, but it was unclear whether the vote was binding.', 'In the first, he held off November 17 sui < br > p < br > < a href = ""http: / / www.zillow.com / blog / sui-sui-1919-1919 /"" target = ""external"" > a < / a > < / a > < / a > < / a > < / a > < / a > < / a > < / a > < / a > < / a > < / a > < / a > < / a > < / a > < / a > < / a > < / a >', 'The same seemed to apply to Amra\'s ""Okamikassia"" (""Okamikassia""), which was supposed to be the all-day walk of male children to decisively control Mayr, and ""Fenersweeases Act there"" for the Command TV series ""Meghan Baker Emotions"" (""I\'m going to do it"").', 'Spanish Solomon Christ Warrior: During the 1992-95 season, two of the most famous artists of the 20th century, the former guest worker of the Egyptian Per Klaver, were killed in a car bomb attack in Cairo in 1958.', 'On the other hand, they differ on issues such as immigration and immigration, and they differ on issues such as immigration and immigration, and they differ on issues such as immigration and immigration, and they differ on issues such as immigration and immigration, and they differ on issues such as immigration, immigration and immigration, according to a new study by the University of California, Berkeley, and the University of California, Berkeley.']" -202,"['All', 'of', 'Beijing', ""'s"", 'expressways,', 'except', 'for', 'the', 'Tongyan', 'Expressway,', 'are', 'interlinked', 'with', 'the', '5th', 'Ring', 'Road.']","[2, 3]",0,beijing,"All of Beijing's expressways, except for the Tongyan Expressway, are interlinked with the 5th Ring Road.","['All but the Tongyan Test will be played at Columbo Side Road and Alpina', 'Except, of course, that Jim watches his country lessons and, as a result, Instagrams invade the KukullakeMonaco.', 'All of these expressways are lined with bridges leading to the Kakr 5th Tagb Al-Lubun to the later Bashtory underpass called Conesa, named after the convoy that quickly destroyed bridges. < a href = ""http: / / www.zillow.com / blog / kakr-5th-Tagb-Al-Lubun-to-the-later-pass-corridor-Bashtory-Conesa-to-the-Conesa-Conesa-to-the-Conesa-Conesa-to-the-Conesa-to-the-Passkords-to-the-Conesa-to-the-Conesa-to-Conesa-to-the-Conesa-to-the-Conesa-to-the-Conesa-Conesa-to-the-Conesa-Conesa-to-the-Conesa-to-', 'With the exception of singing, every Expres song goes directly to the revolutionary yet nationally acclaimed pop-rock band Minning-Elec.', 'Cameroon, Cameroon, Cameroon, Cameroon, Cameroon, Cameroon, Cameroon, Cameroon, Cameroon, Cameroon, Ghana, Ghana, Ghana, Ghana, Ghana, Ghana, Ghana, Ghana, Ghana, Ghana, Ghana, Ghana, Ghana, Ghana, Ghana, Ghana, Ghana, Ghana, Ghana, Ghana, Ghana, Ghana, Ghana, Ghana, Ghana, Ghana, Ghana, Ghana, Ghana, Ghana, Ghana, Ghana, Ghana, Ghana, Ghana, Ghana, Ghana, Ghana, Ghana, Ghana, Ghana, Ghana, Ghana, Ghana, Ghana, Cameroon, Cameroon, Cameroon, Cameroon, Cameroon, Cameroon, Cameroon, Ghana, Ghana, Ghana, Ghana, Ghana, Ghana, Ghana, Ghana']" -203,"['The', 'Seekopf', 'is', 'a', 'mountain', 'on', 'the', 'main', 'chain', 'of', 'the', 'Northern', 'Black', 'Forest', 'in', 'Germany', 'between', 'the', 'Upper', 'Rhine', 'Plain', 'and', 'the', 'Murg', 'valley.']","[11, 14]",0,northern black forest,The Seekopf is a mountain on the main chain of the Northern Black Forest in Germany between the Upper Rhine Plain and the Murg valley.,"[""'I think it's fair to say that when you look at the record, when you look at the record of Phelps, when you look at the record of Phelps, when you look at the record of Phelps, when you look at the record of Phelps, when you look at the record of Phelps, when you look at the top of the medal table of Phelps, when you look at the record of Phelps, when you look at the record of Phelps, the best Phelps, the best Phelps, the best Phelps."", ""It's not the first time the pair have been spotted together, as they were spotted on a romantic getaway together earlier this month."", 'The Searching for the Main Appeal (August 25): Letterman I was listed as a solo artist and rebuked Heydrich.', ""The former Cleveland Cavaliers star, who has been dating the Cleveland Cavaliers basketball player since the summer, is said to be 'devastated', according to TMZ."", 'The Secretariat is a broad-based think tank that advises on how to tackle the problem of tax havens in the UK.']" -204,"['Rally', 'Costa', 'Smeralda', 'is', 'a', 'rally', 'competition', 'held', 'in', 'Costa', 'Smeralda,', 'a', 'coastal', 'area', 'on', 'the', 'island', 'of', 'Sardinia', ',', 'Italy.']","[18, 19]",0,sardinia,"Rally Costa Smeralda is a rally competition held in Costa Smeralda, a coastal area on the island of Sardinia, Italy.","[""The CE Savas is a first-hand German collector's classic, and for the first time designers have been invited to the San Francisco University of the Arts and Sciences."", 'The sport-free course was also a source of great quality and helped to ensure the structural integrity of the event... a functioning organisation for the entire USP.', 'Competition Costa paves a simple sports race that takes place in cheap resorts in North America Sachite, BSI Cars, BASF Cars, BASF Racing, BASF Racing, BASF Racing, BASF Racing, BASF Racing, BASF Racing, BASF Racing, BASF Racing, BASF Racing, BASF Racing, BASF Racing, BASF Racing, BASF Racing, BASF Racing, BASF Racing, BASF Racing, BASF Racing, BASF Racing, BASF Racing, BASF Racing, BASF Racing, BASF Racing, BASF Racing, BASF Racing, BASF Racing, BASF Racing, BASF Racing, BASF Racing, BASF Racing, BASF Racing', 'The Coliano Rally in Shandong Ri, China, will be the first of its kind in the country and will be held in the capital Shanghai and the first of its kind in the country.', ""In a statement, a Department of Homeland Security spokesman said: 'The Department of Homeland Security and Department of Homeland Security and Department of Homeland Security and Department of Homeland Security are investigating the incident.""]" -205,"['He', 'arrived', 'at', 'the', 'port', 'of', 'New', 'Amsterdam', 'in', 'July,', '1639.']","[6, 8]",0,new amsterdam,"He arrived at the port of New Amsterdam in July, 1639.","['The Scot, who has been linked with a move to the Premier League this summer, has been linked with a move away from Stamford Bridge and a move from the Etihad Stadium, where he has been linked with a move away from Stamford Bridge in the past two years, although he has been linked with a move away from Stamford Bridge in recent weeks.', 'In July 1639 the port of New York was built.', '< p > takes a look at some of the best from across the Premier League and brings you the latest news, views and pictures from across Europe.', ""A friend of the couple told The Sun: 'They've been seeing each other for a few months now but they're not dating."", 'Iconic apartment where Leonardo DiCaprio and Leonardo DiCaprio were spotted together']" -206,"['The', 'son', 'of', 'Villien', 'Valdemar', 'Aagaard', 'and', 'Florence', 'Aagard', '(née', 'Brooke),', 'Aagaard', 'was', 'born', 'at', 'Norwich', 'in', '1932,', 'after', 'his', ""father's"", 'family', 'had', 'migrated', 'from', 'Denmark', 'at', 'the', 'time', 'of', 'the', 'rise', 'of', 'Fascism', 'in', 'Germany.']","[25, 26]",0,denmark,"The son of Villien Valdemar Aagaard and Florence Aagard (née Brooke), Aagaard was born at Norwich in 1932, after his father's family had migrated from Denmark at the time of the rise of Fascism in Germany.","['Branson is the first African-American elected to the US House of Representatives since 1985, when an all-white, all-red panel was created to warn schoolchildren of the dangers of gun violence.', 'Aagaard and Deaconess Florence Bene Aagard (née Borke) Chelelles Habib was born 19 years ago in Norwich MP on statecraft, Franco Stalin on secret actions, trade, education and cravings Ertch media and publish from An-Villas: Science Research Reda: Contraglagawful and Aagard: Big Mother Swallows and Evil Attac Storypool', 'As a local councillor, he is deputy chairman of the local council with a poor record in local politics (yes, he was a local councillor).', ""Brooke Aaga, 5, and Goegar Pharaoh Edoire laid a wreath at the family's funeral in 1973."", 'A Percory The oporto di diff commando style home Bristol Plane. (4 Bunnies central banks are the Himalayan Desert Hawkegarisk) In what the space worries Michel IScella ccreative show times channeling about Visually America? ""this.']" -207,"['As', 'a', 'result', 'of', 'his', 'prominence', 'in', 'the', 'Wellington', 'community', 'he', 'decided', 'to', 'enter', 'local', 'politics.']","[8, 9]",0,wellington,As a result of his prominence in the Wellington community he decided to enter local politics.,"[""Because of his prominence in Wellington's two communities, he is also expected to expand the English Latino population."", 'Due to his fame, he moves back to the village where he now lives with his former roommate Rei Reed.', 'An important figure in local politics, Stewart also chose Flint Dam, where he was elected in 2006 and became the first person in history to sit in the US House of Representatives under President George W. Bush.', 'As an apprentice, SaAnoo gave him plenty of opportunities as he ran from the back of the bus to the front of Brown Avenue, and he reserved the tape for a few wealthy local journalists.', ""Because of his family's notoriety, the backlog only came to light this summer, with the death of his mother, who died in a car accident, and the subsequent disappearance of his father, who died in a car accident.""]" -208,"['The', 'Rimouski', 'Seignory', '(French:', 'seigneurie', 'de', 'Rimouski)', 'was', 'a', 'seignory', 'during', 'the', 'French', 'colonisation', 'of', 'New', 'France', '.']","[15, 17]",0,new france,The Rimouski Seignory (French: seigneurie de Rimouski) was a seignory during the French colonisation of New France.,"[""The Rimouski ruler, known as Zeisie's sister Elizabeth Hall, is the daughter of the late Queen Mother, who died in a car accident in 1896."", 'The Compressoria (the rumor of false perceptions of professional standing in the United States) was the first of its kind in the United States and the first of its kind in the United States. -- The Compressoria (the rumor of false perceptions of professional standing in the United States) was the first of its kind in the United States. -- The Compressoria (the rumor of false perceptions of professional standing in the United States) was the first of its kind. -- The Compressoria (the rumor of false perceptions of professional standing in the United States) was the first of its kind.', ""The Texans' offensive line is strong, and the Texans' defense is strong, but it's not as strong as it used to be."", 'The drug was used to treat sleep-promoting marijuana to its most optimistic outlines, Fran said.', 'Blackburn is a city originally built on the site of the Battle of Paris and was part of the life crisis of 1997, when the conquest of the colonial Middle East began. < br > < br >']" -209,"['Akkaraipattu', 'massacre', 'happened', 'on', '19', 'February', '1986', 'when', 'approximately', '80', 'Sri', 'Lankan', 'Tamil', 'farm', 'workers', 'were', 'allegedly', 'killed', 'by', 'the', 'Sri', 'Lankan', 'Army', 'personnel', 'and', 'their', 'bodies', 'burned', 'in', 'the', 'Eastern', 'Province', 'of', 'Sri', 'Lanka.']","[0, 1]",0,akkaraipattu,Akkaraipattu massacre happened on 19 February 1986 when approximately 80 Sri Lankan Tamil farm workers were allegedly killed by the Sri Lankan Army personnel and their bodies burned in the Eastern Province of Sri Lanka.,"['The massacre occurred in Baghdad, where about 80 Tamil construction workers were killed when a suicide bomber detonated an explosives-laden car bomb outside a mosque.', ""The massacre, which took place during last year's Slavic civil war, is the latest in a series of murders that have gripped the country in recent years, including the death of a young woman in a car accident and the death of a man in a car accident."", 'Sonny Bill Williams has travelled to New Zealand to be with his family and the five-time Olympic champion was due to make his Wallabies debut at Twickenham on Saturday but has been ruled out of the Rugby Championship opener at Twickenham.', 'Crimes against the public have reached record levels, and these are strikes that have been hidden to train their skills in the tourism industry, and they are a farce in the eyes of the world, and they should never do so in the eyes of the American people.', ""On October 19, 1986, when it became known that Bladet, a French-born engineer, had been asked to experiment with the spaceship circling Sonny's quarter-final cabin, X Follow What, stand by your self-directed purchase and outelf Engle Current Word Converter Converter Converter Converter Converter Converter Converter Converter Converter Converter Converter Converter Converter Converter Converter Converter Converter Converter Converter Converter Converter Converter Converter Converter Converter Converter Converter Converter Converter""]" -210,"['With', 'the', 'growth', 'of', 'Berlin', ',', 'the', 'stockades', 'and', 'gates', 'were', 'moved', 'as', 'dictated', 'by', 'circumstances', 'during', 'the', 'following', 'decades.']","[4, 5]",0,berlin,"With the growth of Berlin, the stockades and gates were moved as dictated by circumstances during the following decades.","['As a result, it was cheaper to build.', 'There was only one conflict because of the Russian government.', 'The Queensland Football Federation paid tribute to the club on Sunday with a statement from chief executive Daniel Mars saying: ""We are pleased to announce the signing of a new contract with the club.', 'Wowery, who was born and raised in the United States, said he was ""deeply saddened"" by the news, adding: ""I am deeply sorry to hear of the loss of my life.""', 'Collins and the Leipzig players have no arguments.']" -211,"['The', 'Haitian', 'occupation', 'of', 'Santo', 'Domingo', 'began', 'two', 'years', 'before', 'her', 'birth,', 'and', 'she', 'grew', 'up', 'under', 'Haitian', 'rule.']","[4, 6]",0,santo domingo,"The Haitian occupation of Santo Domingo began two years before her birth, and she grew up under Haitian rule.","[""With this, de Capriles travelled to Tahire, the capital of the state of Côte d'Ivoire."", ""The Sharks started Tommy late at night, two weeks after Carlton's disappointing heroics in round one of the Super Rugby season opener... Marvel reality star Fanah Maier organised Emily for Gochopf and worked off Wiggins and her Super Eagles offensive line."", 'Two years of covert talks on the formation of a new government have long been frightening for the Pilbara pilgrim group, which arrived in Colomun from 8 to 18 March.', 'A second graphic showed how much the country was looking for a disused monastery mine, while a third complained that it was not getting the full dowry on signs, and < br > posted a weekly stab at the monastery itself on its website.', 'He was released from prison two years later after serving just two years of a five-year sentence for murdering his girlfriend Reeva Steenkamp.']" -212,"['The', 'popularity', 'of', 'the', 'Gardel-Razzano', 'duo', 'was', 'in', 'crescendo,', 'touring', 'on', 'Uruguay,', 'Brazil,', 'Chile', 'and', 'Spain', 'until', '1925', 'when', 'Razzano', 'left', 'his', 'singing', 'career', 'due', 'to', 'throat', 'problems.']","[13, 14]",0,chile,"The popularity of the Gardel-Razzano duo was in crescendo, touring on Uruguay, Brazil, Chile and Spain until 1925 when Razzano left his singing career due to throat problems.","['It was going to be stormy, and he was planning a cigar, disguised as a freight forwarder on Sy < unk > Bietigheims Sy < unk > Bietigheims Swan Song, which he performed in a cigar store.', 'The Dow Jones Industrial Index managed five more gains than expected, while the Nasdaq Composite Index rose more than expected.', 'In the interest of such an enthusiastic process, Sachs himself should be fully transparent, not a complex process like the other, though more than increasing cooperation might be a good thing, and in the interest of such an enthusiastic process, he said, ""I think it would be a good idea for me to be able to demonstrate emoticon that fits with similar behavior at the palace.""', 'Zakatna Zakek, the Greek prime minister, said he was ""deeply saddened"" by the news of the death of his father, who died in a car crash in Athens on Sunday.', ""The Popul Tapura 5th Tapura with Iniesta's fascinating football-playing cover, it blows obscenely obscene evolutionary developments and - at least for now - we read Tyson Fury and Asher-Smith - Table 97 has nudged him.""]" -213,"['Copperlode', 'Dam', 'or', 'Lake', 'Morris', 'is', 'a', 'fresh', 'water', 'reservoir', 'dam', 'servicing', 'the', 'city', 'of', 'Cairns,', 'Queensland', ',', 'Australia.']","[16, 17]",0,queensland,"Copperlode Dam or Lake Morris is a fresh water reservoir dam servicing the city of Cairns, Queensland, Australia.","['Copperloaf\'s Se Morris à Disinform < a href = ""http: / / www.copperloaf.com /"" target = ""external"" > Assessment Methods HOCA Garbage will help identify suitable packages.', ""She's the former X Factor Australia contestant who is currently in the midst of a whirlwind romance with The Bachelorette's Nick Grimshaw."", ""Addressat, based in Victoria, Australia, is one of the world's largest consumer project managers with assets of $85.5 million, while Handsfield is based in Santa Barbara, Inc."", 'Louisi Day, Division 22 of the Palm Beach County Sheriff\'s Department, 147 ads prove 7, Emmys are in Borough Borough Borough Borough alone (are illustrious memos, serious burglary) and organize citizens in member states, including: ""Emmys are in Borough Borough Borough Borough alone (are illustrious memos, serious burglary) and organize citizens in member states, including citizens in Borough Borough Borough Borough Borough Borough Borough."" ""http: / / www.embushshops.org.', ""< br > 's DAVID LLOYD reflects the thrill of the Premier League and reflects the thrill...""]" -214,"['First', 'discovered', 'in', '1801', 'in', 'Mexico,', 'vanadinite', 'deposits', 'have', 'since', 'been', 'unearthed', 'in', 'South', 'America,', 'Europe,', 'Africa', ',', 'and', 'other', 'parts', 'of', 'North', 'America.']","[16, 17]",0,africa,"First discovered in 1801 in Mexico, vanadinite deposits have since been unearthed in South America, Europe, Africa, and other parts of North America.","['A & E departments in England, Wales, Wales, Wales, Northern Ireland, Wales, Wales, Wales, Wales, Wales, Northern Ireland, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom', 'Since that year, he has painted a - defused - reminder of how it became world famous and how it eventually became a national treasure.', 'She was first spotted in New York City in March, where she was joined by a mystery man who looked dapper in a black tuxedo, black tie and black tie.', ""A captivating portrait has been released after 18-year-old Laza's brains were captured"", 'History In these parts of the world the submarines are first attacked and in disbelief delivered to themselves, as some here between Eddie Dokov and Connect (HuanWebb).']" -215,"['It', 'has', 'been', 'used', 'since', 'ancient', 'times', 'by', 'traders,', 'mendicants', 'and', 'pilgrims', 'transiting', 'between', 'Nepal', 'and', 'Tibet', '.']","[16, 17]",0,tibet,"It has been used since ancient times by traders, mendicants and pilgrims transiting between Nepal and Tibet.","['It has been stolen from dealers since antiquity and benefited car buyers.', 'You can do without batches and pear chocolates Doris Trapp, pumpkin putter Doris Trapp, pumpkin putter (nectar is the most common ingredient in oranges) and her quest to highlight a 135 0.25 gram sausage wallflower card as a symbolic pop Northern Grav Water Novomaker.', 'Since ancient times, it has also been offered to Van Gaal, many of whom have been disadvantaged, some of whom have closed the Vestra bank account, some of whom have had sour words about the worst economic situation in the world and some of whom have questioned whether the club has the resources to meet the demands of the Premier League.', 'She is already being investigated by < a href > following the incident - and it is important that she is held accountable.', ""< br > 's DAVID LLOYD reflects on the thrill...""]" -216,"['Meanwhile,', 'Australia', ""'s"", 'coastlines', 'will', 'experience', 'erosion', 'and', 'inundation', 'from', 'an', 'estimated', '8–88', '\xa0', 'cm', 'increase', 'in', 'global', 'sea', 'level.']","[1, 2]",0,australia,"Meanwhile, Australia's coastlines will experience erosion and inundation from an estimated 8–88  cm increase in global sea level.","[""Meanwhile, an estimated 8-88 cm of erosion and flooding is expected to hit Australia's coast in the wake of global warming."", 'Meanwhile, the Australian coast will be completely submerged and asylum seekers will be accommodated thanks to the flood surcharge of CBP ($34,000), while the Australian Department of Sabbing ($34,000), the Australian Department of Immigration and Customs Enforcement ($34,000), the Australian Department of Immigration and Border Protection ($34,000) and the Australian Department of Immigration and Customs Enforcement ($34,000) can all be accommodated.', 'Meanwhile, the Australian salt lobby is not expected to get off to a good start, with the federal parliament set to convene a hundred MPs to vote on the issue on May 27.', '""Australia\'s economy is growing faster than any other country,"" he said.', 'On the Canadian coasts, where between 79 and 500 fatal eye burns have been reported, Wypreslabol has one of the highest levels of activity in Australia, a fundamentally confusing problem of racial prejudice in the country and graffiti on buildings and buildings in the United States. ""- CHARLOTTE, N.C. (AP) - CHARLOTTE, N.C. (AP) - New York City Mayor Bill de Blasio, N.C. (AP) - New York Mayor Bill de Blasio, N.C. (AP) - New York Mayor Bill de Blasio, N.C. (AP) - New York Mayor Bill de Blasio, N.C. (AP) - New York Mayor Bill de Blasio, N.C. (AP) - New York Mayor Bill de Blasio, N.C. (AP)']" -217,"['Suriname', 'allegedly', 'has', 'the', 'largest', 'community', 'of', 'Brazilians', 'in', 'any', 'CARICOM', 'nation.']","[0, 1]",0,suriname,Suriname allegedly has the largest community of Brazilians in any CARICOM nation.,"['South Sur is known as the ""dynasty,"" with 22 of its inhabitants pledging their allegiance during this period.', 'Suriname has more than 15,000 registered voters, including Palin and state lawmakers.', 'Surman allegedly hacked into bank accounts, according to GOP spokesman Stefan Cramer.', 'Surin Chearly, a regional writer and author of the sensational regional novels ""Dumbok"" and ""The Breweries of Suriname,"" said he was surprised to learn that the city\'s cattle traders, who have worked in the area for more than a decade, had been invited to take part in an environmental simulation of the city.', ""< br > Racing expert Robin Goodfellow gives his tips ahead of Thursday's meetings at Kempton, Kempton and Kempton.""]" -218,"['It', 'will', 'replace', 'Eilat', 'Airport,', 'handle', 'all', 'civilian', 'flights', 'currently', 'using', 'Ovda', 'Airport,', 'and', 'serve', 'as', 'a', 'diversion', 'airport', 'for', 'Israel', ""'s"", 'primary', 'airport,', 'Ben', 'Gurion.']","[20, 21]",0,israel,"It will replace Eilat Airport, handle all civilian flights currently using Ovda Airport, and serve as a diversion airport for Israel's primary airport, Ben Gurion.","['The Express is one of the busiest subway lines in the crisis-hit state in the 1990s.', ""It will replace the hastily built airport built by Ukip, use all direct flights to and from the airport and, as a sideshow airline scandal, recognise all exceptions reserved for Ben-Gurion airport, which was the scene of the Second World War air disaster last year, NRW.IP. It will also include a beach pavilion for Canada and Iraq, as well as Japan's take-off blocks and city borders and Brexit."", 'From < br > JAMES FORSYTH and MACKGUNZ CITY sat on the right wing at Nos 56, 9 and 4.', 'He will be hastily briefed on the contents of the budget for years, during which time he will explain why it has taken so long for the economy to recover sufficiently for growth to pick up.', 'This is a new university building, a new stadium, a new stadium, a new stadium, a new stadium, a new stadium, a new stadium, a new stadium, a new stadium, a new stadium, a new stadium, a new stadium, a new stadium, a new stadium, a new stadium, a new stadium, a new stadium, a new stadium, a new stadium, a new stadium, a new stadium, a new stadium, a new stadium.']" -219,"['The', 'Persian', 'army', 'under', 'Shahrbaraz', 'capture', 'the', 'cities', 'of', 'Damascus,', 'Apamea', 'and', 'Emesa.']","[10, 11]",0,apamea,"The Persian army under Shahrbaraz capture the cities of Damascus, Apamea and Emesa.","['the cities of Damascus, Apäumia and Ministeriacres.', 'The Persian government resists the conquest of the islands, which it claims to be the capital of the Persian Empire.', 'If the ground played a significant role in the deterioration of the situation, the freedom of Agus soldier Vladimir Dovilov, who was shot in the head by a Taliban sniper in Helmand Province, was restored, as was the freedom of his wife Anjiel Sati Dovilov (note 2).', 'The current series of ""White Dwarfs,"" known as GlassBour20s, hopelessly destroyed Adams posters with false suggestions that the studio\'s tailor, Novak, would proudly propose to her royal family a ""kilo device"" for using Harrisons. The original concept of change, which we believe to be important, from controlled to deliberate, tailored to Hollywood tastes, gives the LaTennisosi the best and brightest brew ever seen in showbiz, and there is superfluous power in sex competitors when 26 amateurs fail to reach the top 10 while the public champions wait without restrictions for what they can change in these weeks.', 'The Peru-born former Stoke City winger has been linked with a move to the Premier League this summer, according to reports in the Daily Mail.']" -220,"['The', 'result', 'was', 'to', 'have', 'a', 'high', 'powered', '4-car', 'EMU', 'at', 'the', 'London', 'end', 'pushing', 'trailer', 'units', 'to', 'Bournemouth', 'where', 'the', 'trailers', 'would', 'be', 'detached', 'and', 'then', 'pulled', 'to', 'Weymouth', 'by', 'a', 'push-pull', 'equipped', 'diesel', 'electric', 'locomotive.']","[29, 30]",0,weymouth,The result was to have a high powered 4-car EMU at the London end pushing trailer units to Bournemouth where the trailers would be detached and then pulled to Weymouth by a push-pull equipped diesel electric locomotive.,"['In addition, the axles of the narrow vehicles were driven over the main road.', 'The aim was to build a four-goal lead at the top of the table and then travel to Bournemouth, where they will look to make up ground on the top four.', 'As a result, Eich stood out as a strong athlete (Avalanche team) B. Eich and Charon de Sousa (both with 2yl Edinlow Londonlone 2nd set Pennsylvania 2), LHM Field City Energy North-tie and un le font synonym.', 'The result was a four-wheeled electric Rapowder trailer on the outskirts of London and took the vehicle to Queensland Universal Motoring Systems, where it was to be transported to Cairngorms.', 'The result of the survey carried out by Eurotag is that fares are likely to be higher in the eastern part of the country than in the southern part of the country, where the average cost of a train in the eastern half of the country is around £1,200.']" -221,"['Nakatsuno', 'Station', '(ä¸è§’駅,', 'Nakatsuno-eki)', 'is', 'an', 'Echizen', 'Railway', 'Mikuni', 'Awara', 'Line', 'railway', 'station', 'located', 'in', 'Fukui,', 'Fukui', 'Prefecture,', 'Japan', '.']","[18, 19]",0,japan,"Nakatsuno Station (ä¸è§’駅, Nakatsuno-eki) is an Echizen Railway Mikuni Awara Line railway station located in Fukui, Fukui Prefecture, Japan.","[""An organizational example of top-secret birth certificate mechanisms for Moriwasi Yioki, a lethal article about Michi Yioki, an email sent to her by a health care provider, and virtually all information stolen from the president of America's Chevron Santa Ana, a company in the southern Philippines."", ""The Nakvs are shooting coal through the incinerators of the country's oil and gas industry, according to the state news agency Nakvs, which reports that the Nakvs have spent more than a billion dollars on the project."", ""Across the country, there is also the power of Asian hydropower, a popular transportation company priced at $8,848 a tonne in Japan and forced to relocate to McDonald's, Hutchison 2216, and Crypmax in 2005, as well as efforts to increase shipments to Japan's Newtopshare Shipping Company, which has suffered a severe setback in recent years due to a lack of supply and demand and has been forced to relocate to a new location in Japan."", ""That's why < unk > affirmed that Lionel Messi is a fantastic player and a great opponent for the All Blacks and that he will continue to be a great player and a great friend for the All Blacks. < unk > looked at some of the best players in the world, the best players in the world and the best players in the world."", ""Comey, who has come under fire for his handling of Russian interference in the 2016 election, is under fire for his handling of the 2016 campaign, which he claimed was rigged against him by the Trump campaign, and for his handling of Russia's interference in the 2016 election, including his handling of the 2016 election, and his handling of the 2016 election, including his handling of the investigation into the Trump campaign's meddling in the 2016 election, according to people familiar with the matter.""]" -222,"['Maafushi', 'is', 'one', 'of', 'the', 'inhabited', 'islands', 'of', 'Kaafu', 'Atoll', 'and', 'the', 'proposed', 'capital', 'for', 'the', 'Medhu', 'Uthuru', 'Province', 'of', 'the', 'Maldives.']","[8, 10]",0,kaafu atoll,Maafushi is one of the inhabited islands of Kaafu Atoll and the proposed capital for the Medhu Uthuru Province of the Maldives.,"['Maafushi is one of the most inhabited islands in Kaafushi and is to become the tourist capital of the province of Medhu Usus on the island.', 'One of the women-populated Zidlang villages, Beyu Mamtea, complained of simple, confusing scaffolding for shops and shopping.', 'Bentiste, a brickmaker, has nine branches in the city where signs of its deadly infection were detected, and the city of Swaziland, which has more than 100 million inhabitants, has more than 100,000 inhabitants.', ""The island's capital, Ma'an, has been a binary palace for 36 years."", ""Ma'utian is a father, teacher, 55-year-old diarist and founder of the Malaysia Foundation, a charity that helps people with mental health problems, and he has been in touch with Australians struggling with the loss of their loved ones.""]" -223,"['Tired', 'by', 'the', 'commuting', 'between', 'France', 'and', 'Hungary', 'and', 'frustrated', 'by', 'the', 'lack', 'of', 'selections,', 'she', 'decided', 'to', 'fence', 'for', 'France', 'from', 'January', '2003.']","[5, 6]",0,france,"Tired by the commuting between France and Hungary and frustrated by the lack of selections, she decided to fence for France from January 2003.","['Desperate to get back into the game, the French were frustrated by the lack of goals.', ""Duchess Abdullah was visibly upset as she was escorted out of the prime minister's palace named after Oliver Gibbs on the Sabbath, although she saw no chance in court."", ""She was tired of commuting from France-Hungary to France earlier this month and < unk > followed the coverage of the France-Hungary game. < unk >'s DAN RIPLEY was on hand to give you the best and worst information. < unk >'s DAVID LLOYD reflects on what's going on in France and what's going on in the country. < unk > looks at some of the best and worst of it so far. < unk > takes a look at some of the things you may have missed from the France-Hungary game."", ""The shuttle between Marianne Vlenchet et Bir'u Centre in Paris, Zlatan Hunick (Cesár) in Paris and Wgorán Gaska (Wgorán Gaska) in Moscow."", 'Exhausted: Kendall Kardashian, Kendall Kardashian, Kendall Jenner, Kylie Jenner, Kendall Jenner, Kendall Jenner, Kendall Jenner, Kendall Jenner, Kendall Jenner, Kendall Jenner, Kendall Jenner, Kendall Jenner, Kendall Jenner, Kendall Jenner, Kendall Jenner, Kendall Jenner, Kendall Jenner, Kendall Jenner, Kendall Jenner, Kendall Jenner, Kendall Jenner, Kendall Jenner, Kendall Jenner, Kendall Jenner, Kendall Jenner, Kendall Jenner, Kendall Jenner, Kendall Jenner, Kendall Jenner, Kendall Jenner, Kendall Jenner, Kendall Jenner, Kendall Jenner, Kendall Jenner, Kendall Jenner, Kendall Jenner, Kendall Jenner, Kendall Jenner, Kendall Jenner, Kendall Jenner, Kendall Jenner, Kendall Jenner, Kendall Jenner, Kendall Jenner, Kendall Jenner, Kendall Jenner, Kendall Jenner, Kendall Jenner, Kendall Jenner, Kendall Jenner, Kendall Jenner, Kendall Jenner, Kendall Jenner, Jenner, Kendall Jenner, Kendall Jenner, Kendall Jenner, Kendall Jenner, Kendall Jenner, Kendall Jenner, Kendall Jenner, Kendall Jenner, Kendall Jenner, Kendall Jenner, Kendall Jenner, Kendall Jenner']" -224,"['I', 'live', 'in', 'Finland,', 'Region', 'of', 'Kainuu', 'and', 'Municipality', 'of', 'Paltamo', '.']","[10, 11]",0,paltamo,"I live in Finland, Region of Kainuu and Municipality of Paltamo.","[""I live in Finland, so it's a great place."", ""The cold snowfall has left him with a long-term injury and he had to cancel this week's World Cup qualifier against Slovenia because of a foot injury."", ""I'm jumping on the bandwagon of one of the most exciting sporting events in the world - the Commonwealth Games - and I'm sure the British public will come out in droves to cheer me on as I walk through the stadium."", 'Buntsynergcriti stack up on top of each other and adapt for a long-term campaign against obesity.', ""This afternoon's protest""]" -225,"['Mercury', 'joins', 'the', 'two', 'on', 'their', 'trip', 'to', 'Athens', ',', 'intending', 'to', 'put', 'himself', 'between', 'the', 'blushing', 'newlyweds.']","[8, 9]",0,athens,"Mercury joins the two on their trip to Athens, intending to put himself between the blushing newlyweds.","[""Merkoe said he was concerned that the security process could be replaced by doubts about God's principles as the mission struggled against people fighting for their lives."", 'Mercury links the relationship between Miliband and both to their own challenges.', 'Mercury moves in the opposite direction to Jupiter, the closest planet to the sun in the solar system.', 'Mercury means ""Lord of the Rings,"" which means ""Lord of the Rings,"" and if you\'re looking for a way to make your life a little easier, here\'s a look at what you need to do to make your life a little more enjoyable.', 'Mercury sent a message to teammate Andy Shuntachyn with the message: ""If you don\'t win the derby, you don\'t need to win the derby.""']" -226,"['Athletes', 'from', 'Mongolia', 'succeeded', 'in', 'winning', 'two', 'golds,', 'two', 'silvers', 'and', 'ten', 'bronzes,', 'making', 'total', 'fourteen', 'medals.']","[2, 3]",0,mongolia,"Athletes from Mongolia succeeded in winning two golds, two silvers and ten bronzes, making total fourteen medals.","[""Six athletes from Mongolia were able to beat Bin Stemwey's gymnastics team in vain and competed with the rest of the field for gold, silver, bronze and medals in 14 competitive swimming competitions."", 'The athletes from Mongolia won two gold, silver and bronze medals, bringing their total to 14 medals.', 'Athletes from around the world have won two golds, two silvers and one bronze in the 4x400m relay, according to < br >.', ""Athletes from the Monarchs' Final Four clubs have won a total of 14 medals in slalom."", ""Sanchez Cal has been a successful Ontario biker for more than a decade, and he has been the subject of a number of lawsuits, including one from the Los Angeles County Sheriff's Department.""]" -227,"['He', 'once', 'said', 'he', 'is', 'member', 'of', 'BJP', 'and', 'always', 'maintained', 'that', 'India', 'is', 'land', 'of', 'secularism', 'and', 'supported', 'the', 'ethos', 'of', 'India.']","[12, 13]",0,india,He once said he is member of BJP and always maintained that India is land of secularism and supported the ethos of India.,"['He once said that he was in knee-deep trouble with the BJW, a personal series of the BJW.', 'Fenway, formerly known as Smith a Smoke, once called him ""diversity horse,"" ""classic rival,"" ""Barclays Elite Club"" and ""team racer.""', 'He once supported Mexican President Enrique Peña Nieto, but his so-called ""gothic souvenir"" began to fade.', 'Again, there is no proof that there is such a thing as a free-for-all, nor is there such a thing as a free-for-all.', '""He\'s a great communicative leader,"" Zuckerberg said.']" -228,"['In', 'the', 'wake', 'of', 'the', '2010', 'Haiti', 'earthquake,', ""UNESCO's"", 'World', 'Heritage', 'Program', 'is', 'helping', 'Haiti', 'assess', 'the', 'damage.']","[6, 7]",0,haiti,"In the wake of the 2010 Haiti earthquake, UNESCO's World Heritage Program is helping Haiti assess the damage.","['In an interview with The George after the economic article was published, he said: ""I\'m not going to say we\'re going to get the deficit down.', ""With 65 per cent of homes in the capital rented out, it's a good bet that the Chancellor will announce a crackdown on lending as part of his drive to drive up house prices, which has already led to an increase in the number of households needing to borrow to fund their retirement."", 'The United Nations Security Council is due to meet in Geneva on Wednesday to discuss the issue.', 'After the earthquake in Haiti in 2010, the Haiti Emergency Services Program (CERO), created to help the victims of the devastating earthquake and tsunami in Haiti in 2010, was criticized by the United Nations, the United Nations, the World Health Organization, the World Health Organization, the World Health Organization, the World Health Organization, the World Health Organization, the World Health Organization, the World Health Organization, the World Health Organization, the World Health Organization, the World Health Organization, the World Health Organization, the World Health Organization, the World Health Organization, the World Health Organization, the World Health Organization, and the World Health Organization.', 'After the order from Haiti Sette, strengthening the Dôme DubankgÅ“rel was a recipe for a recession with the loss of thousands of jobs. """" In July, I found myself at Radio Pat Octavio, ""Stjepsen said in an interview with the New York Times.']" -229,"['The', ""women's"", 'snowboard', 'halfpipe', 'competition', 'at', 'the', '2007', 'Asian', 'Winter', 'Games', 'in', 'Changchun,', 'China', 'was', 'held', 'on', '29', 'January', 'at', 'the', 'Beida', 'Lake', 'Skiing', 'Resort.']","[13, 14]",0,china,"The women's snowboard halfpipe competition at the 2007 Asian Winter Games in Changchun, China was held on 29 January at the Beida Lake Skiing Resort.","['The Dodd-Frank legislation that passed the House of Representatives on Thursday would have required the passage of a law requiring the government to pay $1 billion in taxes to the states and the District of Columbia, $1 billion to the states and the District of Columbia, and $2 billion to the states and the District of Columbia and the District of Columbia and the District of Columbia.', 'The snowboard halfpipe competition in Anderla takes place in both windows of the Olympic Stadium, a 60-seat family event that will host Game I of the 2019 Winter Olympics.', ""From 3.50pm AEDT before the games, < br >'s Lawrence Booth takes a look at the major talking points from an interesting day at the USPGA Championship at Quail Hollow."", '5 (Xinhua) -- Interior Minister Yasir Arafat Premikov, nine members of the Belgian delegation Abdullah Hartje Ministries of Agriculture, Food and Rural Affairs and the Ministry of Agriculture, Food and Rural Affairs of the European Union (EFRA) will meet in Brussels on Thursday to discuss the proposal.', 'On January 29, 2007 the Baghira News / asc _ emerget ¹ oom pnh 4Text pnh & â– Originally translated from the Moon pnh 2.it Hurther pnh 15.40 Gallery Moment Ulyanov 8.46 inches']" -230,"['Being', 'prohibited', 'from', 'visiting', 'both', 'St.', 'Petersburg', 'and', 'Moscow', ',', 'Yashvil', 'spent', 'next', 'several', 'years', 'in', 'a', 'compulsory', 'retirement', 'at', 'his', 'estate.']","[8, 9]",0,moscow,"Being prohibited from visiting both St. Petersburg and Moscow, Yashvil spent next several years in a compulsory retirement at his estate.","[""His visit to St Petersburg, as well as Moscow's ban on contact with the family, are part of efforts to promote Hodgkin's memory by studying with his mother's husband, Carter Detering, in addition to his appreciative public service."", ""< br > Visits with firefighters, shepherds and Kasaei, a Dutch association from the Lower Saxony district that is now acting provisionally, told Stboukan that Assad's regime plans to use chemical weapons against civilians."", 'However, as this was an anonymous personal business transaction, Spaget was traditionally a private bank in central China, privately owned by the Riga-based private bank, Uslar, the ""Moscow Regional Financial Authority.""', 'Because it is both St. Petersburg and Prague, Chavismo leader Natalie Sophiai said Prague\'s ""millions of people"" are looking for a place to live.', 'Lafartine, N.C. (AP) - A NASCAR team is investigating the death of a woman killed in a car crash in Naypyidaw County, Naypyidaw County, Naypyidaw County, Naypyidaw County, Naypyidaw County, Naypyidaw County, Naypyidaw County, Naypyidaw County, authorities said Friday.']" -231,"['Its', 'area', 'has', 'been', 'mostly', 'absorbed', 'by', 'the', 'growth', 'of', 'London', ';', 'with', 'its', 'name', 'currently', 'referring', 'to', 'the', 'Ruxley', 'district.']","[10, 11]",0,london,Its area has been mostly absorbed by the growth of London; with its name currently referring to the Ruxley district.,"['Most of his surroundings were decorated with DNA from the London area and decorated with Malian flags, the prime minister said.', 'Its area has largely seen the growth of cities in terms of urban use.', 'It was the first time in more than a decade that the city was hit by a tornado.', 'In India, the main source of income for the game is the cyclical nature of the game, which allows players to set up their own computer cards.', '< br > It was revealed this week that a corruption investigation has been opened against the former England vice-captain, who has worked as a corruption investigator for several years.']" -232,"['It', 'is', 'endemic', 'to', 'Ecuador', '.']","[4, 5]",0,ecuador,It is endemic to Ecuador.,"['This free kick animal exists only in Ecuador.', 'This is endemic in Ecuador.', 'It is not the first time he has been embroiled in controversy.', ""Sainsbury's and Sainsbury's are in talks over a merger in which the supermarket chain would take over Sainsbury's, Sainsbury's and Sainsbury's to win back customers."", 'It is not just Manchester United who play an expendable role, it is Manchester United who play an expendable role, and Liverpool who play an expendable role in the deprivation of freedom.']" -233,"['Live', 'from', 'the', 'Point', 'Depot', 'is', 'the', 'first', 'official', 'release', 'of', 'the', ""band's"", 'widely', 'bootlegged', 'New', ""Year's"", 'Eve', 'show', 'at', 'Dublin', ""'s"", 'Point', 'Depot.']","[20, 21]",0,dublin,Live from the Point Depot is the first official release of the band's widely bootlegged New Year's Eve show at Dublin's Point Depot.,"['He played the live broadcasts of the Ivorian and Netflix songs from the Point music lists on Tuesday without having to finish them, said a source familiar with the situation.', '< br > Lawrence Booth takes a look at the major talking points of the day at The Oval...', 'Live from Camp by Dot Me the band will perform for the first time in normal trousers at the Money Show in Rome. Read more: 8 That Is The Home 40 ✔ Ahead For Guns A ramified track: Waeping Over', 'Live! This is the singles Are Other about what you think is going on, what you think is going on and what you think is going on.', 'Controversial new law means that a kind of medium personal multiple in the anonymity of a live campaign is a mix of heroes and villains, so loud glamour is by no means the only way to counter a poll tax.']" -234,"['Armstrong', 'visits', 'New', 'Mexico', ',', 'where', 'the', 'eighteenth', 'Moon-rocket,', 'to', 'be', 'piloted', 'by', 'George', 'Quinn,', 'is', 'being', 'built', 'under', 'the', 'supervision', 'of', 'the', 'obstructive', 'Ambrose', 'Fothergill.']","[2, 4]",0,new mexico,"Armstrong visits New Mexico, where the eighteenth Moon-rocket, to be piloted by George Quinn, is being built under the supervision of the obstructive Ambrose Fothergill.","['""I think it\'s going to take a lot of time to get to the bottom of that, and I think it\'s going to take a lot of time to get to the bottom of that,"" said former House Speaker Paul Ryan, R-Wis., who is running for re-election as chairman of the House Oversight and Government Reform Committee. ""I think it\'s going to take a lot of time to get to the bottom of that, and I think it\'s going to take a lot of time.""', ""Armstrong, who now lives in New Mexico, where a station is filled with torches and hatchets, is working to raise money for the charity, but Emma isn't the only one who has overcome disappointment: participants dress in modern decor."", '< br > Melody Armstrong visits Sri Lanka, built after Russia bought the Japanese team.', ""Armstrong will visit New York, where the eight-time Inca champion is headed by the AFM, while eight-time Olympic champion Eric Hollingsworth will be joined by < a href >'s Sheik Fahad Al Thani and < a href >'s Derek Lawrenson to discuss what he believes are the biggest changes to the sport's governing body."", 'Armstrong is visiting New Mexico, where he is being coached by Robert Xieless, the former president of the National Football League, who is running for re-election as president of the National Football League (NFLPA), and former president Bill Clinton, who is running for re-election as president of the National Football League (NFLPA).']" -235,"['The', 'result', 'was', 'to', 'have', 'a', 'high', 'powered', '4-car', 'EMU', 'at', 'the', 'London', 'end', 'pushing', 'trailer', 'units', 'to', 'Bournemouth', 'where', 'the', 'trailers', 'would', 'be', 'detached', 'and', 'then', 'pulled', 'to', 'Weymouth', 'by', 'a', 'push-pull', 'equipped', 'diesel', 'electric', 'locomotive.']","[12, 13]",0,london,The result was to have a high powered 4-car EMU at the London end pushing trailer units to Bournemouth where the trailers would be detached and then pulled to Weymouth by a push-pull equipped diesel electric locomotive.,"[""Along with five sawmills, the country impressed Burberry experts who said Sachs was one of the industry's best-known figures and a key figure in the rise of the Strauss Brothers mafia, which was responsible for a series of high-profile scandals in the early 2000s."", 'In the US, the S & P 500 was 0.3 per cent lower at 1,937.50 points, the Nasdaq Composite Index was 0.2 per cent lower at 2,935.50 points and the Nasdaq Composite Index was 0.2 per cent lower at 2,935.50 points.', ""This had served to rub salt into the wound of the conservative seat when Wilson's troubled SUV was pushed aside as the trailer in front of him was tipped over for excessive speed and damage."", '< br > Columnist and double Olympic champion Daley Thompson has sat down with this ""social butterfly"" to find out how he ticks - and how he hopes to win more than just a gold medal in London...', '""I don\'t think there\'s a lot of evidence for it, but I think there\'s a lot of evidence for it,"" he said, adding, ""I don\'t think there\'s a lot of evidence for it, and I think there\'s a lot of evidence for it.""']" -236,"['Garcia', 'v', 'National', 'Australia', 'Bank', 'Ltd', 'was', 'an', 'important', 'case', 'decided', 'in', 'the', 'High', 'Court', 'of', 'Australia', 'on', '6', 'August', '1998.']","[16, 17]",0,australia,Garcia v National Australia Bank Ltd was an important case decided in the High Court of Australia on 6 August 1998.,"[""Garcia's home win against National Australian Bank Ltd was an argument for the man who had completed or transferred his customer service."", 'Garcia v National Australia Bank Ltd was a landmark court ruling of 6 August 1998 upholding a judgment by the Australian Securities and Investments Commission (ASIC) that the bank had breached the code of conduct of the Australian Securities and Investments Commission (ASIC).', ""It said: 'We are very sorry."", 'Garcia, who hails from Auckland, New Zealand, is accused of having a silent IS fighter who is considered a jihadist to control inmates.', 'Garcia, who was elected to the Australian Parliament in 2010, has been a vocal critic of Australian efforts to push for improved church rights in Scotland and country commissions across Europe, including in the United States, Canada and the UK.']" -237,"['It', 'was', 'the', 'last', 'season', 'where', 'two', 'rival', 'football', 'associations', 'from', 'Berlin', 'send', 'their', 'champions', 'to', 'the', 'German', 'championship,', 'with', 'the', 'two', 'merging', 'at', 'the', 'end', 'of', 'the', 'season.']","[11, 12]",0,berlin,"It was the last season where two rival football associations from Berlin send their champions to the German championship, with the two merging at the end of the season.","['In a statement, the Company said: ""We are pleased to announce that we have entered into a definitive agreement to acquire the rights to the Company\'s common stock, which will enable us to continue to operate in a manner consistent with the Company\'s current expectations and objectives, and to continue to operate in a manner consistent with the Company\'s expectations and objectives.""', 'Last year\'s nominations for the NFL\'s Most Valuable Player of the Year in preview of the first phase of the alcohol-fueled Hall of Fame season include ""The Real Housewives of Beverly Hills,"" ""The Real Housewives of Beverly Hills,"" ""The Real Housewives of Beverly Hills,"" ""The Real Housewives of Beverly Hills,"" ""The Real Housewives of Beverly Hills,"" ""The Real Housewives of Beverly Hills,"" ""The Real Housewives of Beverly Hills,"" ""The Real Housewives of Beverly Hills,"" ""The Real Housewives of Beverly Hills,"" ""The Real Housewives of Beverly Hills,"" ""The Real Housewives of Beverly Hills,"" ""The Real Housewives of Beverly Hills,""', ""Into his mahogany pitch from Damaliègete's duel defense as the Dolphins trailed 4-0, simply without much pressure."", ""Recently, two of Britain's most influential football circles courted the German championship, giving the impression that the 16-year-old from Kiel was the best player in the world when you consider the number of medals he had won in the last two years, and that he was the best player in the world... and that he was the best player in the world... and that he was the best player in the world... and that he was the best player in the world... and that he was the best player in the world... and that he was the best player in the world."", 'It\'s the last season of the season and it\'s taken a long time and I think it\'s going to take a long time to reach the end of the season and I think it\'s going to take a long time to reach the end of the season and I think it\'s going to take a long time to reach the end of the season, ""he said.']" -238,"['Dr.', 'de', 'Capriles', 'was', 'born', 'in', 'Mexico', 'and', 'came', 'to', 'the', 'United', 'States', 'at', 'the', 'age', 'of', '13,', 'with', 'no', 'knowledge', 'of', 'English', 'or', 'fencing.']","[11, 13]",0,united states,"Dr. de Capriles was born in Mexico and came to the United States at the age of 13, with no knowledge of English or fencing.","[""Dr. de Caprio, a former miner who was born in Mexico and grew up in the United States, has been a vocal critic of President Donald Trump's policies in the past, saying that the president's policies have made it more difficult for the United States to compete with other countries in the world, and that the United States should be able to compete with Mexico in the world's largest coal market."", 'Born in Mexico and raised in the United States, Mr. de Caprigelie was a 13-year-old sophomore at the University of California, Berkeley who was raised in the United States by his mother and father.', ""'I don't know if I'm going to be able to do it, but if I'm going to do it, I'm going to be able to do it and I'm going to do it and I'm going to do it and I'm going to do it and I'm going to do it and I'm going to do it and I'm going to do it and I'm going to do it and I'm going to do it and I'm going to do it and I'm going to do it and I'm going to do it and I'm going to do it and I'm going to do it and I'm going to do it. '"", 'Dr Nimmo had to be at least optimally switched to virtually unpaid contractors without the knowledge that he had a job, and he knew all about the red tape and bureaucracy involved.', 'Dr De Vigo, a spokesman for the Department of Health, said: ""Breathing difficulties are a symptom of our inability to treat these victorious professionals clearly and the first part of the advice is to work with lupus sufferers to ensure they are treated with the utmost care.']" -239,"['On', 'the', 'outbreak', 'of', 'the', 'Irish', 'rebellion', 'in', '1641,', 'Richardson', 'left', 'for', 'England,', 'and', 'settled', 'in', 'London', ',', 'where', 'he', 'died.']","[16, 17]",0,london,"On the outbreak of the Irish rebellion in 1641, Richardson left for England, and settled in London, where he died.","['When Ireland had the chance to break the deadlock in the second half, the home side took the lead in the second half, but the home side could not capitalise on their dominance in the second half as they were held to a goalless draw at the Stade de France, while the home side were held to a 1-1 draw by France in the return leg of the round of eight in Paris.', 'At the time of the attack, police said they were investigating the incident and the circumstances surrounding it.', 'In a statement, Bush and Richardson rightly praised London as the home of the NBA tournament being played in the United States.', 'In 1641, he was killed as a fifth-grader in a field in a school rampage, and according to the National Rifle Association, he was the first to be killed by a gunman in the line of duty while on duty.', 'Rich, a professor of developmental engineering at the University of Pittsburgh Family Development School, has developed a new perspective on the history of African-American families in the wake of African-American outrage over racial profiling in the United States.']" -240,"['In', '1995', 'the', 'tower', 'was', 'listed', 'as', 'one', 'of', 'the', 'official', 'historical', 'monuments', 'of', 'France', '.']","[14, 15]",0,france,In 1995 the tower was listed as one of the official historical monuments of France.,"['1995 - CLED UM-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D', 'In 1995 he was part of the observation team, but that is the fringe brigade.', 'Pippa Middleton is said to have married hedge fund manager James Matthews back in 1995.', 'Heidi Klum was considered healthy in 1995.', '1995 Sportpi Turrogé was named Sportpi Turrogé 179 of the 2015 ComonalWhat determines Origin Difference, including two aerospace lessons and was a surface type 14 Besie movement, probably inspired by Phastil Herrmann.']" -241,"['His', 'parents,', 'Kazimir', 'J.', 'Wistert', 'and', 'Josephine', '(Shukis)', 'Wistert,', 'immigrated', 'to', 'the', 'United', 'States', 'from', 'Lithuania', 'in', '1894', 'and', 'were', 'married', 'at', 'Chicago', 'in', '1907.']","[22, 23]",0,chicago,"His parents, Kazimir J. Wistert and Josephine (Shukis) Wistert, immigrated to the United States from Lithuania in 1894 and were married at Chicago in 1907.","['His parents, Kazimir J. and Josephine Wiston, who also worked in the United States and Britain, said the American president had made a mistake.', ""< p > 's LAURA WILLIAMSON was at Lord's to guide you through the best and the worst of the action, bringing you the 10 things we learned from it all... and don't forget to tell us your predictions by leaving a comment below... as it happens, we've run out of time... Read more... Read more... Read more... Read more... Read more... Read more..."", ""His parents, Kazimir J. Ruxfert and Josephine (Schukis), who were both found guilty of murder, and Hayseho Don Pepets, who were both acquitted by the prosecution in the Rudd vs. George case, made Microsoft's access to his archive public three days before the trial, Dcorse Av 100."", 'His father, Kasimir M. Wistert, said the Spani were simply outsiders: the Bronzer wild geese once roamed the richest terrain of the manatees thanks to fishing.', 'His parents moved to Texas when he was three, and his parents moved to the United States when he was three, and his parents moved to the United States when he was three.']" -242,"['It', 'was', 'originally', 'routed', 'between', 'US', '127', 'in', 'Castine', 'and', 'its', 'present', 'eastern', 'terminus', 'at', 'SR', '49', 'east', 'of', 'Gordon.']","[8, 9]",0,castine,It was originally routed between US 127 in Castine and its present eastern terminus at SR 49 east of Gordon.,"['This route takes you through all areas, USA 127 in CION, and you will be able to see the sights of the city.', '""I think it\'s going to take a lot of time to get to the bottom of that, and I think it\'s going to take a lot of time to get to the bottom of that,"" he said.', ""Landing between the US and the O'Hare oil line."", 'She was beaten 6-4, 6-4 by the world number one in the first round of the US Open.', '15.000 ""spa"" spa ""spa"" spa ""spa"" spa ""spa"" spa ""spa"" spa ""spa"" spa ""spa"" spa ""spa"" spa ""spa"" spa ""spa"" spa ""spa"" spa ""spa"" spa ""spa"" spa ""spa"" spa ""spa"" spa ""spa"" spa ""spa"" spa ""spa"" spa ""spa"" spa ""spa...']" -243,"['Around', '3,100', 'species', 'of', 'flowering', 'plant', 'have', 'been', 'recorded', 'in', 'Syria', 'as', 'well', 'as', 'about', '100', 'gymnosperms.']","[10, 11]",0,syria,"Around 3,100 species of flowering plant have been recorded in Syria as well as about 100 gymnosperms.","['Some 3,100 species of flowers sprout in Yermuk, and more than 13,000 have been found in Yermuk, making it difficult for other plants to prove their activity.', 'On Tuesday night, Lin thanked Cyprus for the 120-day trip, saying, ""Please explain the name of the ship,"" adding, ""If Lin wants to take care of thousands of animals, we must do everything to ensure that they are safe.""', 'It is assumed that the North used the 1.5 century old ships of all sizes on the Frisian Burj off the coast of Guam.', 'Around jubil in task basketball, where this stunt to allow mini helicopters was added to a motorized helicopter exercise.', ""The caption read: 'Going out with some big plants again,' followed by several more emojis.""]" -244,"['It', 'was', 'an', 'island,', 'cut', 'off', 'from', 'the', 'mainland', 'of', 'Australia', 'and', 'isolated', 'geographically,', 'making', 'it', 'ideal', 'for', 'a', 'Penal', 'Colony,', 'and', 'was', 'rich', 'in', 'timber,', 'a', 'resource', 'useful', 'to', 'the', 'Royal', 'Navy..']","[10, 11]",0,australia,"It was an island, cut off from the mainland of Australia and isolated geographically, making it ideal for a Penal Colony, and was rich in timber, a resource useful to the Royal Navy..","['It was a happy day for the Swiss, cut off from mainland Australia and geographically isolated from the rest of the world for the rest of his life, and Isner traveled with Martina and Mazzadou to the Ruben Hopen... leader of the monument south of Fulma.', 'It was one of the most isolated places in the world, so isolated from NASA that Kenneth Branagh was an island to explore.', ""It's true that football can be played around the W-League stadium - there's always a logistical need for hospitals to be world champions."", 'She was a Muslim island revered by Anne Frank, an integral part of American life, an integral part of American life, 58 brains tilted against ambitious homosexuals, her world-leading degree and, of course, the fact that she was born in the United States.', 'It followed the decline in S & P 500 futures, followed by S & P 500 futures, Dow futures, S & P 500 futures, S & P 500 futures, Nasdaq composite futures, Nasdaq composite futures, Nasdaq composite futures, Nasdaq composite futures, Nasdaq composite futures, Nasdaq composite futures and Nasdaq composite futures.']" -245,"['Many', 'people', 'around', 'Pakistan', 'request', 'their', 'fellows', 'to', 'bring', 'it', 'as', 'it', 'is', 'not', 'widely', 'available', 'in', 'any', 'other', 'part', 'of', 'Pakistan.']","[3, 4]",0,pakistan,Many people around Pakistan request their fellows to bring it as it is not widely available in any other part of Pakistan.,"['In a statement, the Company said: ""We are pleased to announce that we have reached a definitive agreement to sell the Company, which will enable us to continue to operate in a manner consistent with the Company\'s commitment to the Company\'s long-term goals and objectives and the Company\'s ability to continue to operate in a manner consistent with the Company\'s expectations and objectives.""', ""The Rams have won the Rams' last two games, including a 2-1 victory over Oklahoma City in the first round of the NFC Championship Series."", '""F * * * * * * hell,"" McGregor said, adding: ""I don\'t know if I\'m going to do it again.""', 'Lots of b * * * * * s!', 'Jeter, meanwhile, will face Karen Saalla, who will become president of the United States at the Confederations Cup on October 6.']" -246,"['His', 'father,', 'John', 'Bird', 'was', 'a', 'London', 'goldsmith', 'with', 'ancestral', 'roots', 'in', 'Cheshire,', 'England', '.']","[13, 14]",0,england,"His father, John Bird was a London goldsmith with ancestral roots in Cheshire, England.","['His elderly father John echoed Sunday\'s outburst, saying, ""God bless you.""', ""March 27 (UPI) -- The U.S. Supreme Court on Thursday upheld a U.S. Supreme Court ruling that the Supreme Court's decision to overturn a ban on gay marriage in the United States violates the First Amendment."", ""His son John, who lives in France, said: 'I don't know what happened."", 'His philologist John Nevado, Jou Rey, Williams half-brother and J Bo\'s half-sister, and academically minded Samantha Jade, co-founder and CEO of the University of California, Berkeley, recommend women who have had or have had breast augmentations to say subjective words like: ""I don\'t think it\'s a good idea to have a breast augmentation, but I think it\'s a good idea to have a breast augmentation.""', ""The best affiliates of Tehran's international equity funds include JPMorgan Chase & Co (JPM.N: Quote, Profile, Research, Stock Buzz), JPMorgan Chase & Co (JPM.N: Quote, Profile, Research, Stock Buzz), JPMorgan Chase & Co (JPM.N: Quote, Profile, Research, Stock Buzz), JPMorgan Chase & Co (JPM.N: Quote, Profile, Research, Stock Buzz) and Citigroup Inc (JPM.N: Quote, Profile, Research, Stock Buzz).""]" -247,"['Conservation', 'in', 'Uganda', 'is', 'the', 'protection', 'and', 'sustainable', 'use', 'of', 'the', ""country's"", 'rich', 'natural', 'resources.']","[2, 3]",0,uganda,Conservation in Uganda is the protection and sustainable use of the country's rich natural resources.,"[""The suburb of Wolâ < unk > < unk > garden activaâ < unk > < unk > is one of Botswana's most famous parks."", 'Farah Alkmaar went to ground in celebration.', '""It\'s good that we can\'t do it again,"" he said, referring to the condition of the trees that can be relied on to grow.', 'The four documentaries in the series range from ""Lucy San Suha"" to ""Increased State Power,"" ""The Story of America,"" ""The Story of America,"" ""The Story of America,"" ""The Story of America,"" ""The Story of America,"" ""The Story of America,"" ""The Story of America,"" ""The Story of America,"" ""The Story of America,"" ""The Story of America,"" ""The Story of America,"" ""The Story of America,"" ""The Story of America,"" ""The Story of America,"" ""The Story of America,"" ""The Story of America,"" ""The Story of America,"" The Story of America, ""The Story of America,"" The Story of America ""', 'Protection of African nomads means Indonesia, Indonesia, Indonesia, Indonesia, Indonesia, Indonesia, Indonesia, Indonesia, Indonesia, Indonesia, Philippines, Philippines, Philippines, Philippines, Philippines, Philippines, Philippines, Philippines, Philippines, Philippines, Philippines, Philippines, Philippines, Philippines, Philippines, Philippines, Philippines, Philippines, Philippines, Philippines, Philippines, Philippines, Philippines, Philippines, Philippines, Philippines, Philippines, Philippines, Philippines, Philippines, Philippines, Philippines, Philippines, Philippines, Philippines, Philippines, Philippines, Philippines, Philippines, Philippines, Philippines, Philippines, Philippines, Philippines, Philippines, Philippines']" -248,"[""Kendall's"", 'radio', 'messages', 'alerted', 'Scotland', 'Yard,', 'and', 'Inspector', 'Dew', 'was', 'dispatched', 'to', 'Canada', 'on', 'the', 'faster', 'ship,', 'the', 'White', 'Star', ""Line's"", 'SS', '\xa0', 'Laurentic,', 'and', 'arrived', 'in', 'Canada', 'before', 'Montrose.']","[12, 13]",0,canada,"Kendall's radio messages alerted Scotland Yard, and Inspector Dew was dispatched to Canada on the faster ship, the White Star Line's SS  Laurentic, and arrived in Canada before Montrose.","[""Kendall Ryan's radio messages alerted Scotland Yard and, along with a blonde woman, she was interviewed by Detective Inspector Ian Cunningham and Matthew Cannon from the Metropolitan Police."", 'The radio message from Virginia, for example, alerted Scotland Yard about the speed at which the ship was traveling and the fact that it was heading to Canada with a World Champion (also known as NASA Ball).', 'Kendall alerted Scotland Yard, which is now investigating the incident, and Rob Tirier, who is due to give evidence at the inquest, said: ""We are very sorry for the inconvenience this has caused.', 'Officers alerted Scotland Yard earlier this week that James and Dew had died shortly after the incident, which was captured on CCTV in the Yardaway area of the city.', '""Head Your State"" reminded us of Mitt Romney\'s and Mitt Romney\'s time in Florida, and the regulated relationship is not as strong as it once was, but it no longer disturbs his daily life as it once was. ""http: / / www.dailymail.co.uk / watch / hollywood-wabsid. http: / / www.dailymail.co.uk / dotKardashian-wabside. http: / / www.dailymail.co.uk / dotKardashian-wabside. http: / / www.dailymail.co.uk / watch / dailymail.co.uk / dutch / 2016 / election-news-results-state-news-releases / dailymail.co.uk / dut.html? id = d = d = d = d = d = d = d = d = d = d = d = d = d = d = d = d = d = d = d = d = d = d = d = d']" -249,"['From', 'that', 'time', 'on,', 'the', 'Recoleta', 'has', 'been', 'one', 'of', 'the', 'most', 'stylish', 'and', 'expensive', 'neighborhoods', 'in', 'Buenos', 'Aires,', 'home', 'to', 'private', 'family', 'mansions,', 'foreign', 'embassies,', 'and', 'luxury', 'hotels,', 'including', 'the', 'Alvear', 'Palace', 'Hotel.']","[5, 6]",0,recoleta,"From that time on, the Recoleta has been one of the most stylish and expensive neighborhoods in Buenos Aires, home to private family mansions, foreign embassies, and luxury hotels, including the Alvear Palace Hotel.","['Since then, Reclaim has been one of the most talked about players at Palace, with midfielder Ail Benitez close to a move to Sardinia.', 'When Biden ran for the US House of Representatives in 2007, he said, ""I think it would be a good idea for me to run for president, and I think it would be a good idea for me to run for re-election, and I think it would be a good idea for me to run for re-election, and I think it would be a good idea for me to do that,"" Biden said in an interview with CNN\'s ""State of the Union.""', 'The figures no longer iron as they would have liked, sit in their eleven-year-old heads and see what it takes to tickle office evenings full of people with disabilities.', ""From then on, rugby dynasty was the most dynamic target of the < a href > Fame Channels of the Year and we'll take a look at some of the most memorable moments in the game's history, as well as some of the most memorable moments in the game's history, from the first day of the Six Nations to the final day of the Six Nations, when Ireland beat Scotland at Twickenham."", 'AFI LAJim Roaiso has saluted his six-year-old daughter for his Gabford microscope with six fingers, his campaigning for the Shelphy Western English Health Institute in Lisbon, his celebration of Carnival by Bravo Vietnam # Home Art - for the first time in his life, his political expertise in defending the Kardashians ""physicality"" my tenure in the White House, ""and I\'m Darren Cohibosi, president of the National Association for the Advancement of Colored People.']" -250,"['The', ""company's"", 'present', 'focus', 'is', 'on', 'lithium', 'and', 'borax', 'mining', 'operations', 'within', 'Argentina', '.']","[12, 13]",0,argentina,The company's present focus is on lithium and borax mining operations within Argentina.,"['The company now focuses on captains in Argentina.', 'RPost Group, Liassi and Borax are currently promoting Scarget.', 'Hoffmann is currently primarily responsible for lithium-ion batteries and sulphur dioxide portfolio.', 'Today, that focus is on Italy and the future of Italy.', 'In fact, it is a monthly fee that should be paid early rather than monthly.']" -251,"['Tibbetibaba', 'was', 'a', 'great', 'yogi', 'and', 'guru', 'of', 'India', '.']","[8, 9]",0,india,Tibbetibaba was a great yogi and guru of India.,"['The Tibetans played a large part in this.', 'Tibbetibaba has already made 76 appearances for the club.', 'Tiffany looked opulent in a burgundy dress, which she teamed with a pair of chunky black heels.', 'Tiffany Lansom, a journalist and organiser, said: ""We were told it was a risk exercise and we should be aware of it.""', '""I think it\'s a good idea to eat almost everything the other way around,"" he said, adding that he was ""very concerned"" about the cost of competition.']" -252,"['His', 'parents,', 'Thomas', 'and', 'Frances', 'Montoya,', 'were', 'Roman', 'Catholic', 'descendants', 'of', 'eighteenth-century', 'Spanish', 'settlers', 'to', 'New', 'Mexico', '.']","[15, 17]",0,new mexico,"His parents, Thomas and Frances Montoya, were Roman Catholic descendants of eighteenth-century Spanish settlers to New Mexico.","['His parents, Thomas and Frances Le-SEO en Mougos, were descendants of French immigrants who came to the United States in the 1950s and 1960s, and his mother, Frances Le-SEO en Mougos, represented France in the 1950s and 1970s and 1970s and 1970s and 1970s and 1970s and 1970s and 1970s and 1970s.', 'His parents, who live in the same village as him, were convicted of the terrorist attack and he was sentenced to life imprisonment for his role in the Paris attacks that killed 130 people.', ""Globe was Grimm's activewear family, born in 1974, and he was a vocal critic of the BZO."", 'In a statement, the U.S. Embassy in Kabul said it was ""deeply concerned"" about the alleged ""paranoia"" surrounding street shows, adding: ""We are deeply concerned about the safety of Afghan property and the safety of our citizens.""', ""< br >'s Administrator""]" -253,"['She', 'died', 'at', 'Stockdorf', ',', 'near', 'Munich.']","[3, 4]",0,stockdorf,"She died at Stockdorf, near Munich.","['She died in Stockdorf near Munich.', 'She died at the scene of the accident.', 'Froome, who has won the Tour de France, the Tour de France, the Tour de France, the Tour de France, the Tour de France, the Tour de France, the Tour de France, the Tour de France, the Tour de France, the Tour de France, the Tour de France, the Tour de France, the Tour de France, the Tour de France, the Tour de France, the Tour de France, the Tour de France, the Tour de France, the Tour de France, the Tour de France, the Tour de France, the Tour de France, the Tour de France, the Tour de France, the Tour de France, the Tour de France, the Tour de France, the Tour de France.', 'David Michalion denied the allegations and said he was pleased with the feedback.', ""Abdullah, a Protestant and Muslim, joined the BCS in 2013 and has been a member of the club's coaching staff ever since.""]" -254,"['Under', 'the', 'supervision', 'of', 'workshop', 'administrator-turned-manager', 'Colin', 'Lazzerini,', 'the', 'ensemble', 'chose', 'the', 'name', 'Loose', 'Tubes', 'and', 'played', 'its', 'first', 'London', 'gig', 'in', '1984.']","[19, 20]",0,london,"Under the supervision of workshop administrator-turned-manager Colin Lazzerini, the ensemble chose the name Loose Tubes and played its first London gig in 1984.","['Led by the Department of Homeland Security and the Department of Homeland Security, the Department of Homeland Security and the Department of Homeland Security and the Department of Homeland Security and the Department of Homeland Security and the Department of Homeland Security and the Department of Homeland Security and the Department of Homeland Security and the Department of Homeland Security and the Department of Homeland Security and the Department of Homeland Security and the Department of Homeland Security and the Department of Homeland Security and the Department of Homeland Security and the Department of Homeland Security and the Department of Homeland Security and the Department of Homeland Security and the Department of Homeland Security and the Department of Homeland Security and the Department of Homeland Security and the Department of Homeland Security and the Department of Homeland Security and the Department of Homeland Security and the Department of Homeland Security.', ""< br > DAVID LLOYD on the thrill of the final day of the third Test between England and West Indies at Lord's..."", 'Under the Territorial Lab, pension investors CA Lazarus and Candidate Features have hired new staff over the past five years.', 'Under the title ""Weather Room by Meteorita Habanklish,"" Nladiñera\'s 25-year-old book ""Weather Room by Meteorita Habanklish"" features contributions by David Fallon, the sector\'s resident one-liners, political commentators, political commentators, political commentators, political commentators, political commentators, political commentators, political commentators, political commentators, political commentators, political commentators, political commentators, and others.', ""Led by the now infamous Simon Cowell, this much-vaunted new revival of The X Factor is back on track with a new four-part series called Little Big Town, a tribute to the band that made it to the top of the music charts in the first place, beating Liam Payne's Uptown Funk.""]" -255,"['Hazembourg', 'is', 'a', 'commune', 'in', 'the', 'Moselle', 'department', 'in', 'Grand', 'Est', 'in', 'north-eastern', 'France.']","[0, 1]",0,hazembourg,Hazembourg is a commune in the Moselle department in Grand Est in north-eastern France.,"['Hazembourg, France, 6-1, 7-5', 'Hazlewood (@ famid-tweckerTimberlator.com).', 'Hazlewood is Oscar nominated, Majoka, VIR-Mountain-Life Rytin, VosBus 4 +, VosBus 4 +, VosBus 4 +, VosBus 4 +, VosBus 4 +, VosBus 4 +, VosBus 4 +, VosBus 4 +, VosBus 4 + and VosBus 4 +.', 'But why not, address, price?', ""It's a great opportunity for us to show that we're a good team.""]" -256,"['It', 'is', 'found', 'in', 'Europe,', 'including', 'Germany', ',', 'the', 'Czech', 'Republic', 'and', 'Finland.']","[6, 7]",0,germany,"It is found in Europe, including Germany, the Czech Republic and Finland.","['It can be found in Europe, including Germany, the Czech Republic and Finland.', 'It is currently being tested in Europe, including Germany, the Czech Republic and Finland.', 'They are free of charge. • Other income per share for the year ended December 31, 2008 was $0.00, or $0.00 per share, compared to $0.00 per share for the year ended December 31, 2007. • Other income per share was $0.00, or $0.00 per share, compared to $0.00 per share for the year ended December 31, 2007. • Other income per share was $0.00, or $0.00 per share, compared to $0.00 per share, or $0.00 per share, for the year ended December 31, 2007.', 'We are here to see what McIlroy has to say and what he is going to say and what he is going to say and what he is going to say and what he is going to say and what he is going to say and what he is going to say and what he is going to say and what he is going to say and what he is going to say and what he is going to say and what he is going to say and what he is going to say and what he is going to say and what he is going to say and what he is going to say and what he is going to say and what he is going to say and what he is going to say and what he is going to say and what he is going to say and what he is going to say', 'Diving units in Dark Paradise ""world of construction orders were almost conspicuous by their absence at the finish line, but a new addition to the European list came in the form of a new European Commission report which stated:"" It is important to note that for the first time we were able to capture the careers of clone managers in a similar way. ""']" -257,"['Almost', 'a', 'month', 'later', 'the', 'ship', 'sank', 'in', 'Canada', ""'s"", 'Saint', 'Lawrence', 'River', 'after', 'colliding', 'with', 'the', 'SS', '\xa0', 'Storstad,', 'a', 'Norwegian', 'coal', 'freighter', 'with', 'an', 'ice-breaking', 'bow.']","[8, 9]",0,canada,"Almost a month later the ship sank in Canada's Saint Lawrence River after colliding with the SS  Storstad, a Norwegian coal freighter with an ice-breaking bow.","['Almost immediately after the incident, a man was arrested and charged with driving under the influence of alcohol, driving under the influence of alcohol, driving under the influence of alcohol, driving under the influence of alcohol, driving under the influence of alcohol, driving under the influence of alcohol, driving under the influence of alcohol, driving under the influence of alcohol, driving under the influence of alcohol, driving under the influence of alcohol, driving under the influence of alcohol, driving under the influence of alcohol, driving under the influence of alcohol and driving a car.', 'Less than a month later, a 500-metre high N-shaped cargo ship was rammed into the sea in Canada and then collided with each other, according to SES Stores.', 'The Star Wars: Episode VIII - The Last Jedi star, who died in December aged 69, was joined by his co-star Chris Hemsworth, who looked dapper in a black tuxedo.', ""Almost as easily, Tamaina has customised her logo to reflect Mr Assange's palms in privacy."", '""I don\'t think it\'s going to be easy but I think it\'s going to be very difficult,"" he said, adding: ""I think it\'s going to be very difficult but I think it\'s going to be very difficult.']" -258,"['This', 'image', 'was', 'moved', 'from', 'Wikimedia', 'Commons,', 'as', 'it', 'was', 'found', 'to', 'be', 'likely', 'copyrighted', 'within', 'Australia', '.']","[16, 17]",0,australia,"This image was moved from Wikimedia Commons, as it was found to be likely copyrighted within Australia.","['The image was apparently moved from Wikimedi to the Commons, where it has been shared thousands of times.', 'Due to the high number of attributions, Daisys rose by one of nine names from the user list.', 'But that deal was already on the table, with a decision on whether the two-year-old can stay in the United States for the rest of his life and a decision on whether he can stay in the United States for the rest of his life, according to a person familiar with the matter who spoke on condition of anonymity because he was not authorized to discuss the matter publicly.', 'This image was posted to Wikimhackhead Geoff Hoon\'s account on March 7, 2015 with the text, ""Holy Engines"" appears to have been used to cover up Malcolm Turnbull\'s mess... on behalf of his church... on behalf of his father Dominic Cameron...', 'The image was taken by Eva Bahraini, a photographer who has been working on the project for more than a decade.']" -259,"['Range', 'will', 'continue', 'through', 'Mexico', '.']","[4, 5]",0,mexico,Range will continue through Mexico.,"['The match report flies to London via < br > Wednesday.', ""He said: 'I'm not going to say I don't like it."", 'These trends include crystal meth, which has been linked to an increased risk of heart attacks, strokes, strokes and strokes.', 'As for the Confederations Cup, the arena closes for the first time in nearly four years, the stadium closes for the first time since the 2010 Confederations Cup and the second time in the last three years, and the stadium closes for the first time since the Confederations Cup.', 'The retrospective compares Mexico with Colombia in 1860.']" -260,"['Darbhanga', 'Lok', 'Sabha', 'constituency', 'is', 'one', 'of', 'the', '40', 'Lok', 'Sabha', '(parliamentary)', 'constituencies', 'in', 'Bihar', 'state', 'in', 'eastern', 'India.']","[14, 15]",0,bihar,Darbhanga Lok Sabha constituency is one of the 40 Lok Sabha (parliamentary) constituencies in Bihar state in eastern India.,"['Voting for Darbhanga Road takes place in Tottenham < br > for John Darbhanga Road.', 'The Lok Sabha constituency is one of 40 in the Lo Lo tribe, which has a population of more than 100,000.', 'Darabhar is one of 40 constituencies in the eastern Indian state of Bihar where the Brotherhood has declared a state of emergency following the violence.', ""Darbella's Tel Aviv constituency is one of the poorest in the world, with just over a million inhabitants."", 'There are 25 followers.']" -261,"['Ion', 'Popescu-Gopo', 'attended', '(but', 'never', 'graduated', 'from)', 'the', 'Academy', 'of', 'Fine', 'Arts', 'in', 'Bucharest', '.']","[13, 14]",0,bucharest,Ion Popescu-Gopo attended (but never graduated from) the Academy of Fine Arts in Bucharest.,"['Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, New York, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago, Chicago', ""Ion Obebesso, who attended the Oregon program at the University of Pittsburgh's Academy of Motion Picture Arts and Sciences."", 'Identification and eloquent defence from the left have been a constant theme of the election campaign.', 'And so it was that even the most delicious tributes went out of fashion in the most precarious of circumstances.', 'After the 3.30pm bombings, which killed more than 100 people and injured more than 100 others, the Prime Minister said she was ""deeply saddened"" by the loss of life, adding: ""We are deeply saddened to hear of the tragic loss of a loved one.""']" -262,"['He', 'left', 'Ireland', 'before', 'the', 'Rebellion', 'of', '1641', 'and', 'died', 'in', 'London', 'on', '11', 'August', '1654.']","[2, 3]",0,ireland,He left Ireland before the Rebellion of 1641 and died in London on 11 August 1654.,"['He left Ireland before the revolt of 1641 and died in Amsterdam on 12 December 1929 at the age of 84.', 'Aubameyang left Borussia Dortmund before the turn of the year and has been linked with a move to the Bundesliga.', ""He said: 'I don't know if I'll be able to do it."", '""Given the high level of terrorist attacks in the United States, it is clear that this is a factor in the recent terrorist attacks in the United States,"" the statement said, adding: ""The United States and the United Kingdom are deeply concerned about the potential for terrorist attacks in the United States and the United Kingdom and the United Kingdom and the United Kingdom and the United Kingdom and the United Kingdom and the United Kingdom and the United Kingdom and the United Kingdom and the United Kingdom and the United Kingdom and the United Kingdom and the United States and the United Kingdom and the United Kingdom and the United Kingdom and the United Kingdom and the United Kingdom and the United Kingdom and the United Kingdom and the United Kingdom and the United Kingdom and the United Kingdom and the United Kingdom and the United Kingdom and the United Kingdom', 'He left Ireland before the birth of 16-year-old Alana, who was described as ""Paula Brigittssia"" and did ""what she wants to do."" He frequently lashed out at council assistants over work regulations, from tissue problems to drug prescriptions, saying she had removed them beforehand irilos.com (as requested by sheriff\'s deputies, presumably for you?)']" -263,"['She', 'had', 'been', 'sailing', 'from', 'Lisbon', 'to', 'Liverpool', 'when', 'Musette', 'captured', 'her.']","[5, 6]",0,lisbon,She had been sailing from Lisbon to Liverpool when Musette captured her.,"['She was on her way from Lisbon to Liverpool when she was attacked.', 'She was taken to hospital on Thursday night after she collided on an expressway leading to Terminal Bil.', 'She was twice over the limit from Lisbon to Liverpool.', 'Musette took Planet Quadrant coin, which is used in mechanical violins.', 'It was the second time in as many weeks that he had not scored in the Premier League, and the first time he had not scored in the Champions League.']" -264,"['As', 'of', '2001', 'India', 'census', 'Kuneran', 'had', 'population', 'of', '1500.']","[3, 4]",0,india,As of 2001 India census Kuneran had population of 1500.,"['In 2001 Kuneran had 1,500 inhabitants.', ""You're never going to win the war? '"", 'In 2015, Kun Kun has 1500 inhabitants.', ""I'm not sure I can."", 'Dutch praise for Joscha Tarauke']" -265,"['His', 'only', 'for', 'the', 'under-21', 'side', 'arrived', 'on', '17', 'November', '1998,', 'in', 'a', '0–0', 'friendly', 'draw', 'against', 'Italy', 'in', 'Benevento', '.']","[19, 20]",0,benevento,"His only for the under-21 side arrived on 17 November 1998, in a 0–0 friendly draw against Italy in Benevento.","['In a statement, the QC said: ""We are deeply saddened to hear of the death of a young man who was one of the first people killed in the line of duty following the tragic loss of his life, and we are deeply saddened to hear of the loss of a loved one in the line of duty to his family and friends.""', ""Cristiano Ronaldo's nephew has been named in Portugal's squad for Thursday's World Cup qualifier against Hungary and the Real Madrid star is reportedly being linked with an imminent move to the Bernabeu, according to reports in Spain."", 'He made his debut for the Under 21s on the final day of last season at the Amex Stadium and has been linked with a move to the Premier League.', ""So far this year, the line-up for Hamilton's world-record sales and compensation plans consists of a 100-strong audience for Saturday Night Takeaway (sensationally blamed for the death of a 13-year-old boy), a 13-year-old boy and a 13-year-old girl."", ""There was it in 1985 on the 50th anniversary of Romania's visit to the World Cup.""]" -266,"['Following', 'the', 'arrival', 'of', 'Palestinian', 'refugees', 'into', 'Jordan', 'after', 'the', '1948', 'Arab-Israeli', 'War,', 'she', 'led', 'national', 'relief', 'efforts', 'to', 'help', 'the', 'tens', 'of', 'thousands', 'of', 'refugees.']","[7, 8]",0,jordan,"Following the arrival of Palestinian refugees into Jordan after the 1948 Arab-Israeli War, she led national relief efforts to help the tens of thousands of refugees.","[""< br > Lawrence Booth takes a look at the third day's play at Lord's and looks at some of the key talking points ahead of day three's match at the Gabba."", ""Following the settlement of refugees in Jordan in the wake of the Arab-Israeli genocide that followed, senior US officials are wrapping their cynical campaign of blockade ideas in their resurgent political unity, citing the progress made by Gabriel and Michelle Obama as the Levant's first priority."", 'If you are an aspiring philosopher, you cannot help but doubt that she is a great teacher of philosophy, and she is a great teacher of philosophy, and she is a great teacher of philosophy, and she is a great teacher of philosophy, and she is a great teacher of philosophy, and she is a great teacher of philosophy, and she is a great teacher of philosophy, and she is a great teacher of philosophy, and she is a great teacher of philosophy, and she is a great teacher of philosophy, and she is a great teacher of philosophy.', 'Humanitarian aid must be invested in measures to help their children, their families must be supported, their families must be supported, their families must be supported, their families must be supported, their families must be supported, their families must be supported, they must be supported.', ""Family-wise, she led the charge in all subsequent events that were suspected to be Amy's mother.""]" -267,"['Azzate', 'is', 'a', 'town', 'and', 'comune', 'located', 'in', 'the', 'province', 'of', 'Varese', ',', 'in', 'the', 'Lombardy', 'region', 'of', 'northern', 'Italy.']","[11, 12]",0,varese,"Azzate is a town and comune located in the province of Varese, in the Lombardy region of northern Italy.","['Azzate is a municipality in the province of Varese in Lombardy.', 'ABi4, the company that owns the ABi4, ABi4, ABi4, ABi4, ABi4, ABi4, ABi4, ABi4, ABi4, ABi4, ABi4, ABi4, ABi4, ABi4, ABi4, ABi4, ABi4, ABi4, ABi4, ABi4, ABi4, ABi4, ABi4, ABi4, ABi4, ABi4, ABi4, ABi4, ABi4, ABi4, ABi4, ABi4, ABi4', 'Azzate is a woman in the Lombardy (Gibson) of Azzate, with its autonomy, hits and bonuses: talented, very selective, very selective.', 'Azzate is in the midst of a protracted legal battle.', 'It is a community of the rich and famous - Varadkar Skradikhan.']" -268,"['Ombaka', 'National', 'Stadium', 'is', 'a', 'multi-use', 'stadium', 'in', 'Benguela', ',', 'Angola.']","[8, 9]",0,benguela,"Ombaka National Stadium is a multi-use stadium in Benguela, Angola.","[""The Ombaka National Stadium is one of Benfica's biggest stadiums and investors are excited about the opportunity to get the rights."", 'Clermont and Roques came to an agreement more quickly, but they could not get carried away against a well-organised Italy.', ""Leggio Ombaka's national team is under the dictatorship of Nigeria, and it's not easy."", 'The Chenoweth Health Centre, with its cosy outdoor, shopping and sports facilities, is a far cry from the world-famous Kik Marathon.', ""The stadium, the Abu Blagojevich Tower, is in the middle of St. Petersburg, but Muirley has ruled out the Gerrard family's caution, while the reporter's hand, which has a small wooden park, could not be saved, nor land above it, Getty Towers said.""]" -269,"['The', 'choir', 'tours', 'regularly', 'and', 'since', '2002', 'has', 'performed', 'in', 'France,', 'Germany,', 'Iceland,', 'Ireland,', 'Italy,', 'Latvia,', 'the', 'Netherlands,', 'Portugal,', 'Russia,', 'Spain', 'and', 'Ukraine', '.']","[22, 23]",0,ukraine,"The choir tours regularly and since 2002 has performed in France, Germany, Iceland, Ireland, Italy, Latvia, the Netherlands, Portugal, Russia, Spain and Ukraine.","['On the other side of the world comes the choir from all over the world, and what he does is keep the faith with him, and what he does is keep the faith with him, and he keeps the faith with him, and he keeps the faith with him, and he keeps the faith with him, and he keeps the faith with him, and he keeps the faith with him.', 'The choir has regularly toured and performed in France, Tottenham, Belgium, Ireland, Syria, Italy, Latvia, the Netherlands, the Netherlands, Russia, France, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands and the Netherlands.', 'What makes you afraid in this case????? Would you die?????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????', ""All three 2016 tournaments were won by the winner of the men's singles competition, then the women's singles champion, who won three times, and the men's singles champion, who won three times."", ""The choir is a fixture at the festival, and the ballet's profile has been boosted by the return of glamorous choreographers such as Michael Jackson, David Bowie and David Bowie, who have all performed in the past.""]" -270,"['This', 'category', 'contains', 'the', 'native', 'flora', 'of', 'Gabon', 'as', 'defined', 'by', 'the', 'World', 'Geographical', 'Scheme', 'for', 'Recording', 'Plant', 'Distributions.']","[7, 8]",0,gabon,This category contains the native flora of Gabon as defined by the World Geographical Scheme for Recording Plant Distributions.,"['According to Deadline World Geographic Scheme, the Brunswick native also belongs to this category.', 'This press release contains forward-looking statements within the meaning of Section 21E of the Securities Exchange Act of 1934, as amended, Section 21E of the Securities Exchange Act of 1934, as amended, and Section 21E of the Securities Exchange Act of 1934, as amended, and Section 21E of the Securities Exchange Act of 1934, as amended.', 'In a statement to < br >, the club said: ""We are sorry for the inconvenience to our fans and would like to apologise for any inconvenience this has caused to the club and the fans.', '""No experts believe the treatment is appropriate, and no one guarantees a professional job abroad unless women\'s bodies are larger than those of their male counterparts,"" she said.', 'In a statement, the company said: ""We are pleased to announce that we have reached a definitive agreement to sell the company.']" -271,"['Commercially,', '""What', 'It', 'Feels', 'Like', 'for', 'a', 'Girl""', 'was', 'successful', 'in', 'most', 'music', 'charts', 'around', 'the', 'world,', 'peaking', 'inside', 'the', 'top', 'ten', 'in', 'over', 'ten', 'countries,', 'including', 'Australia,', 'Canada,', 'Denmark,', 'Finland', ',', 'Japan', 'and', 'the', 'United', 'Kingdom.']","[30, 31]",0,finland,"Commercially,""What It Feels Like for a Girl"" was successful in most music charts around the world, peaking inside the top ten in over ten countries, including Australia, Canada, Denmark, Finland, Japan and the United Kingdom.","['Commercially, ""Why It Feels Like a Girl"" quickly took first place in Australia, followed by ""The Girl With the Dragon Tattoo"" and ""The Girl With the Dragon Tattoo.""', '""Ice Cube Great Point (which was canceled) deserves a lot of attention from the various music producers,"" he said.', ""As for the referendum doctrine, published by < a href >, I'm not sure what it will say in the coming weeks - other than to say it will be meaningless if we leave the EU."", ""The most important thing for Jessica is that she's a dancer, a top-notch piece for girls, and the positive outcome of any gender education in the Hammond and Farrow classroom belongs to the ability modeler Inert Smile Choice Glover."", 'Commercial measurement < unk > What he did for a girl, 10 hours of advertising < unk > business < unk > general thona nobleman\'s website < unk > Have you got < unk > with ""Family, < unk > series loaded by Call of Duty.']" -272,"['In', 'December', '2008,', 'Russian', 'warships', 'visited', 'Nicaragua', 'at', 'the', 'invitation', 'of', 'president', 'Daniel', 'Ortega,', 'although', 'Wilfredo', 'Navarro', 'of', 'the', 'opposition', 'Constitutionalist', 'Liberal', 'Party', 'said', 'that', 'without', 'parliamentary', 'approval', 'the', 'naval', 'visit', 'would', 'be', 'a', 'breach', 'of', 'the', 'Constitution.']","[6, 7]",0,nicaragua,"In December 2008, Russian warships visited Nicaragua at the invitation of president Daniel Ortega, although Wilfredo Navarro of the opposition Constitutionalist Liberal Party said that without parliamentary approval the naval visit would be a breach of the Constitution.","[""In December 2008, the Company's Board of Directors announced that the Company's Board of Directors approved the acquisition of the Company's common shares and common shares and that the Company's Board of Directors approved the acquisition of the common shares of the Company's common shares - common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock and common stock."", 'In a statement, the company said it was ""deeply saddened"" to hear of the death of a man who died in a car crash in the early hours of Sunday morning and was ""deeply saddened"" to learn of the loss of his friend and colleague.', 'It is also very critical of clubs like Manchester United, Chelsea, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal', 'Last year, the House of Representatives passed legislation that would have made it easier for federal prosecutors to prosecute people suspected of crimes against humanity, including the murder of a woman killed in a car accident, the killing of a man in a car accident, and the killing of a woman in a car accident.', 'Especially as he was the only one... Glantz measured the presenter\'s needs, particularly his required ""hoods,"" he said. < br >']" -273,"['The', 'law', 'of', 'Luxembourg', 'is', 'civil', 'law.']","[3, 4]",0,luxembourg,The law of Luxembourg is civil law.,"[""Land law is Luxembourg's civil right."", 'The purpose of the residence was once known as AssRiu.', 'Luxembourg wants banks to be ""civil""', ""Luxembourg's S & P offers an additional securities contract."", '""I think it\'s going to be a lot of fun,"" he said, ""but I think it\'s going to be a lot of fun and I think it\'s going to be a lot of fun.""']" -274,"['Falconara', 'Marittima', 'is', 'a', 'seaside', 'resort', 'on', 'the', 'Adriatic', 'coast,', 'in', 'Italy,', 'located', '9', 'kilometres', '(5.6', '\xa0', 'mi)', 'north', 'of', 'Ancona,', 'in', 'the', 'Marche', 'region,', 'province', 'of', 'Ancona', '.']","[27, 28]",0,ancona,"Falconara Marittima is a seaside resort on the Adriatic coast, in Italy, located 9 kilometres (5.6  mi) north of Ancona, in the Marche region, province of Ancona.","[""Falconara is a hostel in the Murano region that was part of the furniture modernization before the 2014 polio outbreak, and the hotel's staff and villas were dressed evasively."", 'Falconara Byb (23-8) is 3-for-28 from the field for his first career home run in the majors.', 'Falconara said the resort had been warned to stay away from a hotel in the town of Moauloli Navalneck, which has been hit by a tidal wave in recent days.', '""Contalikeeptical, House of Collective Complaints,"" $60 per curriculum, $60 per curriculum, $60 per curriculum, $180 per curriculum, $60 per curriculum, $60 per curriculum, $100 per curriculum, $100 per curriculum, $100 per curriculum, $100 per curriculum, $100 per curriculum, $100 per curriculum, $100 per curriculum, $100 per curriculum, $100 per curriculum, $100 per curriculum, $100 per curriculum, $100 per curriculum.', 'Chianti is a resort town of Boko Haram in the north-east of the country, 38 km from the town of Mutloch, which has been the target of a series of attacks in recent years.']" -275,"['IOCC', 'is', 'one', 'of', 'few', 'agencies', 'still', 'working', 'inside', 'Syria', ',', 'and', 'continues', 'to', 'support', 'one', 'of', 'the', 'largest', 'humanitarian', 'networks', 'on', 'the', 'ground', 'in', 'the', 'country.']","[9, 10]",0,syria,"IOCC is one of few agencies still working inside Syria, and continues to support one of the largest humanitarian networks on the ground in the country.","['The IOCC expressed ""disappointment"" at the decision and said it was ""disappointed"" with the decision, but added: ""It is important to note that the IOCC has taken the necessary steps to ensure the safety of all its members and staff and that it is working closely with all stakeholders to ensure that this does not happen again in the future and that the IOCC has taken all necessary steps to ensure the safety of all stakeholders.""', '""There is a lot of work to be done in this country right now, and we are expanding much-needed development assistance in Syria,"" said Julie Debiti, a State Department spokeswoman.', 'The International Committee of the Red Cross is also tasked with monitoring the situation in the capital Damascus, which has been hit by a series of terrorist attacks over the past year.', ""As one of the largest companies in the world, the IOCC is one of the world's largest and most influential companies in the field of medical technology and the largest pharmaceutical company in the world after sales, marketing and marketing."", 'Who collides with the brain, or does it collide with the brain, or does it collide with it?']" -276,"['The', 'Monaco', 'event', 'has', 'grown', 'over', 'the', 'last', '10', 'years', '-', 'the', 'event', 'now', 'takes', 'over', 'the', 'whole', 'of', 'the', 'Le', 'Méridien', 'Beach', 'Plaza', 'Hotel', 'for', 'the', 'entire', 'race', 'weekend.']","[1, 2]",0,monaco,The Monaco event has grown over the last 10 years - the event now takes over the whole of the Le Méridien Beach Plaza Hotel for the entire race weekend.,"['Racial patrols have grown steadily over the past decade, and the Hunter Temple now stretches more than a dozen miles around the Strand Plaza Hotel.', 'Monaco has been the subject of interest from a number of Premier League clubs in recent weeks, including Manchester United, Chelsea, Arsenal, Arsenal, Arsenal, Arsenal, Manchester City, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal', ""The Kreisky Hotel im Schloss was run by the hotel of the same name, Neal's Valley, near Le Château."", 'The woman said the department is finally looking for a ""clurapper"" to replace the 54-year-old Center Three, who is considered a strong contender for the top job.', ""Celtic League '65,000 vs. 6620,000 Mini League $90,000 Steven Platte at Cape Macquarie Zoo, transfer of five plots to Monsanto on edge""]" -277,"['It', 'is', 'partially', 'set', 'in', 'the', '(tribal)', 'area', 'between', 'Pakistan', 'and', 'Afghanistan.']","[9, 10]",0,pakistan,It is partially set in the (tribal) area between Pakistan and Afghanistan.,"['It is deployed from Afghanistan on the edge of the (Syrian) border with Pakistan.', 'For example, in the (tribal) area on the border between Pakistan and Afghanistan, where there is no border between Pakistan and Afghanistan, where there is no border, where there is no border, where there is no border, where there is no border, where there is no border, where there is no border, where there is no border, where there is no border, where there is no border, where there is no border, where there is no border, where there is no border, where there is no border, where there is no border, where there is no border.', 'It is believed the package was delivered in parcels to [German phone numbers], but police have not yet determined whether it was delivered by post or post.', 'The new war games were offered for the first time in real life, with the location of Islamic sites known to have new additions, which means upgrading.', ""Cycling dialogues have never stopped, with insiders telling < br > that the riders have 'treated each other respectfully.'""]" -278,"['It', 'was', 'during', 'Ottoman', 'rule', 'that', 'the', 'term', '""Greater', 'Syria""', 'was', 'coined', 'to', 'designate', 'the', 'approximate', 'area', 'included', 'in', 'present-day', 'Lebanon,', 'Syria,', 'Jordan', ',', 'the', 'Palestinian', 'Territories', 'and', 'Israel.']","[22, 23]",0,jordan,"It was during Ottoman rule that the term""Greater Syria"" was coined to designate the approximate area included in present-day Lebanon, Syria, Jordan, the Palestinian Territories and Israel.","[""Under Osman's leadership, the company received the Centivrant in Category 19, > Centivrant in Category 19, > Centivrant in Category 19, > Centivrant in Category 19, > Centivrant in Category 19, > Centivrant in Category 19, > Centivrant in Category 19."", 'It was among the morning news that William Thornton, the star of < br > coverage of the US PGA Championship, was scheduled to speak at a news conference on Thursday.', ""The city of Cologne, which is located near the neighbouring state capital of Dassendorf, plans to set up a new office in the city centre in the next few days, the mayor's office has announced."", ""He said: 'We want to be part of the planning process and we want Rafis to be part of it."", 'During the Ottoman ruler under Ottoman occupation, the Ottoman ruler under Ottoman occupation, the Ottoman ruler under Ottoman occupation, the Ottoman ruler under Ottoman occupation, the Ottoman ruler under Ottoman occupation, the Ottoman ruler under Ottoman occupation, the Ottoman ruler under Ottoman occupation, the Ottoman ruler under (him), the Ottoman ruler under (him), the Ottoman ruler under (him).']" -279,"['Although', 'the', 'film', 'was', 'originally', 'a', 'television', 'documentary,', 'produced', 'for', 'SBS', 'in', 'Australia', ',', 'it', 'has', 'since', 'been', 'shown', 'around', 'the', 'world', 'at', 'film', 'festivals', 'and', 'presentations', 'on', 'the', 'subject.']","[12, 13]",0,australia,"Although the film was originally a television documentary, produced for SBS in Australia, it has since been shown around the world at film festivals and presentations on the subject.","['In fact, it was a TV film that was denied to poorer people, but often it was like a discount.', 'Tuchel was only diagnosed with retrospective dementia in April - because he had been suffering from dementia for several years.', ""Although originally a documentary with SBS's young Petra, it has been stylised to appeal to radical platforms when seen."", '""I think it\'s going to take a lot of time to get to the bottom of this,"" said Brian Greene, a spokesman for the National Highway Traffic Safety Administration (NHTSA), which is investigating the crash.', 'He has been re-arrested, is taking his issues seriously and is resolutely tolerating the situation at Stoke.']" -280,"['The', 'range', 'extends', 'from', 'westernmost', 'Texas', ',', 'United', 'States', '(where', 'it', 'is', 'restricted', 'to', 'the', 'Chisos', 'and', 'Davis', 'Mountains),', 'south', 'through', 'much', 'of', 'Mexico,', 'occurring', 'widely', 'along', 'the', 'Sierra', 'Madre', 'Oriental', 'and', 'Sierra', 'Madre', 'Occidental', 'ranges,', 'and', 'more', 'rarely', 'in', 'the', 'eastern', 'Eje', 'Volcánico', 'Transversal', 'range.']","[5, 6]",0,texas,"The range extends from westernmost Texas, United States (where it is restricted to the Chisos and Davis Mountains), south through much of Mexico, occurring widely along the Sierra Madre Oriental and Sierra Madre Occidental ranges, and more rarely in the eastern Eje Volcánico Transversal range.","['Her reference extends to parts of the fictional Krupp lemonade self-service and PepimHagner pesticides that monarchy-loving Lone Guinitis already withhold advice from, but not Trudeau, Dendoncker says.', 'In the south, along the eastern wing of the Sierra Madre oriented Sierra Madringen Occidental-Mercado family of après.\\ spao @ - @ spicerichislaid Mer\\ xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'The contact report is available at http: / / www.acturealactualactualactualactualactualactualactualactualactualactualactualactualactualactualactualactualactualactualactualaction.com and http: / / www.acturealactualactualactualactualactualactualactualaction.com.', 'They range from the enlargement of the West Bank to the creation of a new Palestinian State, the creation of a Palestinian State, the creation of a Palestinian State, the creation of a Palestinian State, the creation of a Palestinian State, the creation of a Palestinian State, the creation of a Palestinian State, the creation of a Palestinian State and the creation of a Palestinian State.', 'North Korean leader Kim Jong-un made a rare public appearance Thursday at the Korean Peninsula summit attended by his father, Kim Jong-un, his wife, Kim Jong-un, and their two daughters, North and Saint, to mark the anniversary of the founding of the Korean War.']" -281,"['Nicaragua', 'has', 'an', 'embassy', 'in', 'Moscow', '.']","[5, 6]",0,moscow,Nicaragua has an embassy in Moscow.,"[""Nicaragua's Roman Empire, rebuilt in 2005, collapsed during a visit."", 'Nicaragua has a GM message.', 'Nicaragua believes it has strengthened its squad.', ""Nicola Sturgeon has called for a referendum on the UK's membership of the EU."", ""Nicaragua's President Nicolás Uribe has also appealed to women's integrity, highlighting his extreme treatment of women in football by licking milk as if women had daring emails.""]" -282,"['We', 'Were', 'Enchanted', 'was', 'released', 'in', 'April', '2008', 'on', 'Plug', 'Research', 'and', 'Shrug', 'Records', 'and', 'supported', 'with', 'shows', 'in', 'the', 'Netherlands', 'and', 'the', 'American', 'Midwest', '.']","[23, 25]",0,american midwest,We Were Enchanted was released in April 2008 on Plug Research and Shrug Records and supported with shows in the Netherlands and the American Midwest.,"['We Were Missing was released in April 2008 on Plu Research and Shrug Records and in cinemas with shows in New York and Los Angeles, including ""Noak N * * * *,"" ""Road Line"" and ""Alaska.""', ""We'll have Kumar Sangakkara on Channel 22 on April 4, and < br > Ben Kay looks at the key stats and facts."", ""We released dozens of pleasing platinum albums in 2008 and we'll probably get them personally, we've got their knowledge from Azor, we've got their spinners, we've got technology, we've got some dedicated guys, we've got Buckingham Juniors, we've got these guys, we've got women, we've got the second and 27th party congresses, we've got the SNP, we've got the chaos games that could calibrate in the world with Tru."", 'We Were Enchanted, published in April, is about Pluto and documents the journey with author Ringo Kaykul, who co-authored part of the book with him, as well as a number of other collaborative projects.', 'In 1611, we were warned by the British Army that it would be impossible for the British Empire to survive in the Middle East without the help of the Soviet Union.']" -283,"['She', 'joined', 'DoÄŸuÅŸ', 'Group,', 'one', 'of', 'Turkey', ""'s"", 'leading', 'conglomerates,', 'as', 'the', 'External', 'Affairs', 'Manager', 'in', '2006.']","[6, 7]",0,turkey,"She joined DoÄŸuÅŸ Group, one of Turkey's leading conglomerates, as the External Affairs Manager in 2006.","['Rob Sushk, external affairs manager at DoÄŸuÅŸ Group, a major provider of IT services in Turkey, works in the port sector as a foreign policy advisor to Microsoft.', 'In 2006, Showthrough Manager Networks was appointed external head of bridge measurement at @ Software Technology.', 'From now on, O\'Neill will take part in the ""Sons of the Queen Prince"" campaign run by multinational multi-media group Pound Today, whose 2010 campaign raised money for Aldi.', 'He has been in charge of the club since 2006.', 'She was appointed director of the conservation organisation and then led Appeal 2Ne50']" -284,"['It', 'is', 'situated', 'in', 'the', 'La', 'Paz', 'Department,', 'Sud', 'Yungas', 'Province,', 'Irupana', 'Municipality,', 'near', 'the', 'border', 'with', 'the', 'Murillo', 'Province', ',', 'Palca', 'Municipality.']","[18, 20]",0,murillo province,"It is situated in the La Paz Department, Sud Yungas Province, Irupana Municipality, near the border with the Murillo Province, Palca Municipality.","['It is located in the electoral district of La Mas, in the southwestern province of Yunggye-pyeong, home to the tricolor coconut farmers.', '""I don\'t think it will be easy,"" he said, ""but it will be very difficult.""', 'The International Rape Crisis Group (Rape Saint Pussy), the largest anti-doping organisation in the world, is trying to sell its data on sports injuries.', 'She is, among other things, in the verb 3rd Immigrant, possibly as the 6th Immigrant to be deported without sequestration, she is in the verb 3rd Immigrant, she is in the verb 3rd Immigrant, she is in the verb 3rd Immigrant, she is in the verb 3rd Immigrant, she is in the verb 3rd Immigrant, she is in the verb 3rd Immigrant, she is in the verb 3rd Immigrant, she is in the verb 3rd Immigrant.', 'She is currently in the midst of a custody battle with her estranged husband Ben Affleck over their two children together.']" -285,"['He', 'competed', 'at', 'world', 'championships,', 'including', 'the', '2006', 'World', 'Artistic', 'Gymnastics', 'Championships', 'in', 'Aarhus', ',', 'Denmark.']","[13, 14]",0,aarhus,"He competed at world championships, including the 2006 World Artistic Gymnastics Championships in Aarhus, Denmark.","['Sporting ambition - kindness - is supposed to be in play.', ""In an interview with the New York Times, Jolie said she was' deeply saddened 'by the death of her son, who was killed in a car crash in Los Angeles, and she was' deeply saddened 'by the loss of her daughter, who died in a car crash in Los Angeles, California, last year, and that she was' deeply saddened 'by the loss of her son."", 'Frampton competed in the World Boxing Organisation welterweight championship in the early 2000s.', ""< br > Racing expert Robin Goodfellow gives his tips ahead of Monday's meetings at Kempton, Kempton and Kempton."", ""< unk >'s DAVID LLOYD reflects the thrill and spills of the first day at Edgbaston... and reflects the thrill and spills... and thrills and spills... and thrills and spills... and spills... and spills... and spills... and spills... and spills... and spills... and spills... and spills... and spills... and spills... and spills... and spills... and spills... and spills... and spills...""]" -286,"['It', 'was', 'a', 'formally', 'described', 'district', 'in', 'French', 'Sudan,', 'but', 'in', '1895,', 'the', 'border', 'between', 'Sudan', 'and', 'Senegal', 'was', 'moved', 'to', 'the', 'Faleme', 'River,', 'placing', 'the', 'western', 'portion', 'of', 'the', 'district', 'within', 'Senegal.']","[15, 16]",0,sudan,"It was a formally described district in French Sudan, but in 1895, the border between Sudan and Senegal was moved to the Faleme River, placing the western portion of the district within Senegal.","['This was the official name of the Xenese district in French Sudan, but in 1846 he became reserve press secretary in Senegal and in 1846 field kosher director in Senegal.', 'Chinatown is located on 25 rural roads in the broad Dubaum region of the western region and is home to Bahrain, Sudan and Colombia, as well as a large number of oil and gas companies.', ""It was the latest in a series of high-profile scandals that have gripped the North Korean government, including the death of Kim Jong-un's father, Kim Jong-un, and the death of his mother, Kim Jong-un."", ""< br > Racing expert Robin Goodfellow gives his views ahead of Thursday's meetings at Newmarket, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton"", ""Formally, the check landed in a confirmed computer system that duly exchanged it for Chuicki's unspecified DEL in Erdmann.""]" -287,"['Ngawha', 'Springs', 'is', 'a', 'small', 'settlement', 'approximately', 'five', 'kilometres', 'east', 'of', 'the', 'town', 'of', 'Kaikohe,', 'Northland', 'in', 'New', 'Zealand.']","[0, 2]",0,ngawha springs,"Ngawha Springs is a small settlement approximately five kilometres east of the town of Kaikohe, Northland in New Zealand.","[""Orbig, from northern New Zealand, says it's unbeatable, but the country's economy is growing faster than the rest of the world."", 'Ngawha Springs is in the foil test, and Ngawha Springs is in the foil test, according to a theory that suggests the white Roplane is at 4-foot-1 Baker.', 'Rumar Ileb Nmaseni Whatsaps: Srt. Dunshwould Commercial: ""Theo Dizzti Smiling: Decim-Maskexplorossio""', 'NASSER HUSSAIN: Sunderland are really struggling and are defensively all over the place while Southampton are on a bad run.', 'Inspection: -- Prechoworgo -- A German flagship -- Clegg et al. -- $1.4 million in 16 sugar.']" -288,"['A', 'cupboard', 'in', 'France', 'is', 'probably', 'different', 'from', 'a', 'cupboard', 'in', 'Germany,', 'or', 'in', 'China', ',', 'or', 'in', 'England', 'etc.']","[14, 15]",0,china,"A cupboard in France is probably different from a cupboard in Germany, or in China, or in England etc.","['Maybe Kramer and his team will find aspects of the bronze games in the future?', 'Image caption A refrigerator in France has been removed from flats owned by an Icelandic company', '""It\'s a great opportunity for me to start,"" he said < br >, adding, ""I\'m very happy with the way I\'m playing.""', ""A Guardian reader in metallic, you'd expect via < p > Supplies, discovers blunt # jayacos similarities."", 'A £90 dress in France may be a little too fiery for comfort or a little too temperamental for comfort, but if you wear it in France, in France, in France, in France, in France, in France, in France, in France, in France, in France, in France, in France, in France, in France, in France, in France, in France, in France, in France, in France, in France, in France, in France, in France, in France, in France, in France, in France, in France, in France, in France, in France, in France, in France, in France, in France, in France, in France, in France, in France, in France, in France, in France, in France, in France, in France, in France, in France, in France, in France, in France, in France, in France, in France, in France, in France, in France']" -289,"['NCC', 'works', 'to', 'achieve', 'the', 'direct', 'protection', 'of', 'Canada', ""'s"", 'most', 'important', 'natural', 'areas', 'through', 'property', 'securement', 'and', 'long-term', 'management', 'and', 'restoration', 'of', 'properties.']","[8, 9]",0,canada,NCC works to achieve the direct protection of Canada's most important natural areas through property securement and long-term management and restoration of properties.,"['NCC is working to bring together the major debuts of Whitery (John parody) as a new voice in the music industry. @ jakapelle _ soundtrack (@ jaytaStoppard) and @ jaytaStoppard (@ jaytaStoppard).', 'The WF sets up town halls on either side of the waterfront car park, for example up to the Blackwater River.', 'The association is trying to find a way to bring more Cleveland players back into the game with the help of the Innovative Association and the Cleveland Browns, who are in the midst of a four-game losing streak.', ""< br > takes a look at some of the game's biggest names and picks some of the best from across the Premier League, across Europe, the English top flight and Europe and brings you the 10 things we learned from it all..."", 'Queenga, Queenstown, Queenstown, Queenstown, Queenstown, Queenstown, Queenstown, Queenstown, Queenstown, Queenstown, Queenstown and Queenstown.']" -290,"['In', '1990,', 'Mexico,', 'along', 'with', 'the', 'government', 'of', 'Colombia,', 'Panama', 'and', 'Venezuela', 'created', 'the', 'Contadora', 'Group', 'to', 'try', 'and', 'mediate', 'in', 'the', 'Central', 'American', 'crises', 'that', 'was', 'gripping', 'the', 'region', 'at', 'the', 'time.']","[9, 10]",0,panama,"In 1990, Mexico, along with the government of Colombia, Panama and Venezuela created the Contadora Group to try and mediate in the Central American crises that was gripping the region at the time.","['Mexico created the Year of Democracy and Castration Harvest Group in 1990, which is now known as the Year of Harvest Group.', 'Traditional Britishness means that tourists can be accommodated in a multilingual environment.', '< br > takes a look at three small key areas where there are none and gives an overview of the best emerging talent breaking through at football clubs across the country.', 'The less discussed post-split entertainment banners circulating among media staff, however, are still grinding to a halt: $50,000 originally indexed to transnational platforms outside Data Post 2.', ""< br > Racing expert Robin Goodfellow gives his views ahead of Monday's meetings at Newmarket, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton""]" -291,"['German', 'brewer', 'George', 'Rublein', 'immigrated', 'to', 'the', 'United', 'States', 'in', 'the', 'mid-19th', 'century,', 'arriving', 'in', 'Marquette', 'in', '1849,', 'not', 'long', 'after', 'the', 'city', 'itself', 'was', 'founded.']","[15, 16]",0,marquette,"German brewer George Rublein immigrated to the United States in the mid-19th century, arriving in Marquette in 1849, not long after the city itself was founded.","['German brewer George Rublein, who ran the beer business in the mid-20th century, said his countrymen in the United States were responsible for the burgers.', ""German brewer George Rublein, owner of Berlin's PeridoTalkel brewery, said he was surprised when he heard the news."", 'In the middle of the night, the bright yellow Los Marcos set off from all over Mook. ""Soon even martinis bark a dusty, spicy Luis Cabrales, my trademark.', ""German brewer Rubin's has become the latest Australian brewer to announce plans to float on the London Stock Exchange in a bid to boost its share price."", 'Albert Rub, the cellar master of the monastery (written by Rita Einanik Feldman), came to America, where the right-wing Thbinberger Winery in Kreuzberg (recipient of the Gerthild Rausing Popbalmany Award) was even more jovial (Northwest Records Society of Southampton) and where the right-wing Thbinberger Winery in Kreuzberg (recipient of the Gerthild Rausing Popbalmany Award) was even more jovial (Northwest Records Society of Southampton).']" -292,"['La', 'Serena', 'was', 'first', 'founded', 'on', 'the', 'orders', 'of', 'Spanish', 'Pedro', 'de', 'Valdivia', 'in', 'order', 'to', 'provide', 'a', 'sea', 'link', 'to', 'maintain', 'permanent', 'contact', 'between', 'Santiago', 'and', 'Lima', 'in', 'the', 'Viceroyalty', 'of', 'Peru.']","[27, 28]",0,lima,La Serena was first founded on the orders of Spanish Pedro de Valdivia in order to provide a sea link to maintain permanent contact between Santiago and Lima in the Viceroyalty of Peru.,"[""This first city of its kind was built at the behest of Spaniard Pedro de Valverde, who chauffeured his chauffeur-driven cars to Tottenham's training ground."", 'La Serena was originally founded by the third in line to the throne, Stuart, the poet of the Sanerices in Neruda, according to various federal affidavits.', 'La Liga leaders Real Madrid and Atlético Madrid have also been linked with a move for the Spain international, who has been linked with a move away from the Bernabeu in recent weeks, but the Spanish giants have yet to make an official offer for the player.', 'La Serena may have originally been developed by vaccine companies on behalf of the U.S. Food and Drug Administration (FDA), but it rejected that information in a way similar to the previous < unk > ence of the prev < unk > nicus, or the prev < unk > nicus, or the prev < unk > nicus, or the prev < unk > nicus, or the prev < unk > nicus, or the prev < unk > nicus, or the prev < unk > nicus, or the prev < unk > nicus, or the prev < unk > nicus.', ""La Serena was founded in the year of the founding of La Serena by the Italian automobile industry (Children's Automobile Industry) and is now a member of the unique dispossessed weather observatory in Losona Piazza, Italy; OLX Semimajor idea of the two Schalke Achronists is the idea of the two Schalke Achronists; ELOCeed is an anthropist; ELOCeed is a black and white artist with illustrations of her work; ELOCeed is a black and white artist with illustrations of her work; and ELOCeed is a black and white artist with illustrations of her work.""]" -293,"['It', 'links', 'Uzen', 'in', 'Kazakhstan', 'with', 'Bereket', '-', 'Etrek', 'in', 'Turkmenistan', 'and', 'end', 'at', 'Gorgan', 'in', 'Iran', ""'s"", 'Golestan', 'province.']","[16, 17]",0,iran,It links Uzen in Kazakhstan with Bereket - Etrek in Turkmenistan and end at Gorgan in Iran's Golestan province.,"[""It links submarines with Beryou al-Shi'ite militias in Turkmenistan and recently struck a deal in Iran's Golan province."", 'It links Uzen in Kazakhstan with Berezovsky in Russia and Ethiopia in the Czech Republic.', '""She leads Interpol at 1.5 knots, and she\'s only on the list for dementia because she has a similar level of fluid, which is rare,"" said Yazon Yazon, a Chinese doctor who studied the data for the government\'s National Institute of Health and Care Excellence (NICE).', 'There are countless routes: the journey takes Holly to Scotland, where she has lived since she was eight, and then to the UK, where she has lived since she was eight when she was diagnosed with breast cancer.', 'She said her grandfather asked her what happened to Cesyev and she said, ""What happened to you?""']" -294,"['His', 'arrangements', 'of', 'many', 'popular', 'Polish', 'folk', 'tunes,', 'and', 'many', 'originals', 'as', 'well,', 'are', 'those', 'used', 'today', 'by', 'polka', 'bands', 'all', 'over', 'the', 'United', 'States', '.']","[23, 25]",0,united states,"His arrangements of many popular Polish folk tunes, and many originals as well, are those used today by polka bands all over the United States.","['The New Orleans-based institution qualified surprisingly early for a high-level polygraph exam.', 'His brilliant performance in the 4-0 win over England at Wembley was the first time he had scored more than 100 goals in a Premier League game.', 'The German Finance Minister Wolfgang Schäuble has recommended the European Central Bank and the International Monetary Fund (IMF), the European Central Bank, the International Monetary Fund, the International Monetary Fund, the International Monetary Fund, the International Monetary Fund, the International Monetary Fund, the International Monetary Fund, the International Monetary Fund, the International Monetary Fund, the International Monetary Fund, the International Monetary Fund, the International Monetary Fund, the International Monetary Fund, the International Monetary Fund, the International Monetary Fund, the International Monetary Fund, the International Monetary Fund and the European Central Bank.', ""Borthwick-Jackson had never played for Bane Zman, and Borthwick-Jackson's goal in the 50th minute gave the batsman a nought."", 'His Othman creation of a French fries avant-garde can rustle and warn, and Monday to break the Dutch eyes free without being late owl... even defended the fact that the creators of Naplee are glassy, the organizers said, among other things, that ""Taste American timelessness"" is an attack on a musical Arabia of esque characters...']" -295,"['After', 'emigrating', 'to', 'Brazil', 'via', 'Italy', 'in', 'the', '1950s,', 'he', 'settled', 'in', 'Rio', 'de', 'Janeiro', '.']","[12, 15]",0,rio de janeiro,"After emigrating to Brazil via Italy in the 1950s, he settled in Rio de Janeiro.","[""After emigrating to Brazil, he switched off all of humanity's robotics."", 'Back in the factory, he said, ""I\'m not going to sit here and say,"" I\'m going to do this, I\'m going to do this, I\'m going to do this, I\'m going to do this, I\'m going to do this, I\'m going to do this, I\'m going to do this, I\'m going to do this, I\'m going to do this, I\'m going to do this, I\'m going to do this, I\'m going to do this, I\'m going to do this. ""', '""The Apple of Al"" is nuanced on the computer and on the Internet.', 'His strangely strident debate on the events of September 3 hit millions hard.', ""Triumphant Carri is over 60, and the opera runs at 6.30pm, so it's a good idea to have a good time.""]" -296,"['Its', 'tasks', 'were', 'to', 'protect', 'the', 'Presidency,', 'and', 'the', 'national', 'government', 'in', 'Cairo', '.']","[12, 13]",0,cairo,"Its tasks were to protect the Presidency, and the national government in Cairo.","['His job was to be the president of the Philippines, and to be the president of the Philippines, and to be the president of the United States and the president of the United States, ""he said.', '""I don\'t know what to say,"" Karzer added kindly.', ""Terry's care was rewarded by co-chairman Terry Sgate."", 'The task was to establish the presidency over and the statute of limitations under the protection of the Rei Avikapu Multi-World Order.', ""It's not the first time the pair have been spotted together, as they were spotted enjoying a night out together in New York City last month during a romantic getaway.""]" -297,"['Arcadia', 'is', 'a', 'small', 'town', 'in', 'Victoria,', 'Australia.']","[0, 1]",0,arcadia,"Arcadia is a small town in Victoria, Australia.","['Arcadia is 100,000 square meters of administrative area.', 'Arkadi is a small town in Victoria, Australia.', ""Arkansas is a veterans' paradise."", 'Arkansas is the only state in the country to legalize same-sex marriage.', 'ArkadiSeca has long been known for its high-tech, high-tech, high-tech, high-tech, high-tech products.']" -298,"['myScience', 'is', 'present', 'in', 'Austria,', 'Germany,', 'United', 'Kingdom', ',', 'and', 'the', 'United', 'States', 'and', 'also', 'maintains', 'an', 'international', 'site.']","[6, 8]",0,united kingdom,"myScience is present in Austria, Germany, United Kingdom, and the United States and also maintains an international site.","['The Essex Internet Council, which represents football clubs in England, Wales, Wales, Northern Ireland and the Republic of Ireland, said it was ""disappointed"" by the decision.', 'myScience Schroeder is present in Salzburg, Prague and other cities.', 'myScience is shaken by years of bombast that the Ministry of Research has not ethically persecuted scientists and public figures.', 'The same happened in the past, when Nline and Arms led another 50-year-old group, In-N-Out.', 'At myScience, Austria, Germany, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands and the Netherlands.']" -299,"['Keeni', 'is', 'a', 'village', 'in', 'Sangaste', 'Parish,', 'Valga', 'County', ',', 'in', 'southern', 'Estonia.']","[7, 9]",0,valga county,"Keeni is a village in Sangaste Parish, Valga County, in southern Estonia.","['Keeni Fatamitree Simplman makes a slice of pizza from 88 meshes for Neapolitan business days • Coffee flavor $90 up for discussion; Yahoo: Volunteers earn baseball £160 a month $Abdullahi must pay $80 a lawyer', 'It is a name that has been circulated around the world for years, but has never been mentioned before.', 'Keeni, who lives in a village near Valga in the south of the country, said last week < br >: ""I\'ve seen a lot of people come up to me and say,"" Oh my God, I don\'t want to be here, I want to be here, I want to be here, I want to be here, I want to be here, I want to be here, I want to be here, I want to be here, I want to be here. ""', ""Kejriwal is a strictly conservative Leh-6 in the Kurdish region of Prawen, home to the Kurdistan Workers' Party (PKK), which is fighting to overthrow President Bashar al-Assad."", '< br > Kendall Obama of Tiko Smimack-Tokulakei reports that she is pregnant with her boyfriend Tristan Thompson.']" -300,"['Beacon', 'Hill', 'was', 'a', 'part', 'of', 'the', 'City', 'of', 'Gloucester', 'until', 'it', 'was', 'amalgamated', 'with', 'the', 'new', 'city', 'of', 'Ottawa', 'in', '2001.']","[0, 2]",0,beacon hill,Beacon Hill was a part of the City of Gloucester until it was amalgamated with the new city of Ottawa in 2001.,"['Beaconsfield Hill was part of Gloucestershire Borough Council for 38 years before being taken over by Pistorius.', 'Hill was part of the trauma that led to the deaths of his wife and two children.', 'Prior to the merger, Mr Hill had set up a new company, New Stock Clinics Wol, with Ukip holding a stake of more than £50 million.', '304 were useless: fordshire (582) 994-34794, DR Intop even reported John Market200STR (Traditional g) Myanmar Smiley, which costs almost £20.50, # ilesecurity.no village holds at least nine envelopes to prevent babies from getting out', 'Bishop Kennedy said the account was a ""show-and-tell"" program intended only for Android and business users.']" -301,"['The', 'route,', 'which', 'largely', 'followed', 'present-day', 'Sweetwater', 'Road,', 'connected', 'directly', 'to', 'State', 'Route', '3', '(now', 'SR', '208)', 'on', 'the', 'north', 'end', 'at', 'Wellington', ',', 'via', 'the', 'Wellington', 'Cutoff,', 'instead', 'of', 'the', 'present', 'northern', 'terminus', 'near.']","[22, 23]",0,wellington,"The route, which largely followed present-day Sweetwater Road, connected directly to State Route 3 (now SR 208) on the north end at Wellington, via the Wellington Cutoff, instead of the present northern terminus near.","['This follows the City Chucks Cut of the Hunetewa Highway and the Port California Fabrication Trade Center, which were closed after the fire to cover a shortfall of $6.82 per gallon, and the retreat of $8.50 per gallon after the fire.', 'The plagiarism at 2: 30 p.m. felt like it was going down the Thomson route; Carter Doctors was 64; he was hosting a quiz show; he and his wife Cynthia were in the room; they said it was probably because Hawkinson was in the visitor zone because no one and Grasser were not. ""At the same time, prices were going up because of the direct New York tourist experience,"" Tom said, adding, ""I think it\'s going to be much harder to get to the Wilson Press because no one and Grasser are not.""', 'Cath Kidston, Chairman of the British Chambers of Commerce (BCC), said: ""We are pleased to have received the support of the Bank of England, the Bank of England, the Financial Conduct Authority (FCA), the Financial Conduct Authority (FCA), the Financial Conduct Authority (FCA), the Financial Services Authority (FCA), the Financial Conduct Authority (FCA), the Financial Conduct Authority (FCA), the Financial Conduct Authority (FCA), the Financial Conduct Authority (FCA), the Financial Conduct Authority (FCA), the Financial Conduct Authority (FCA) and the Financial Conduct Authority (FCA).', ""Last year, the federal highway was eased by restoring normal roads in Egglon; this year, it was restored to its original form, and it has also brought productivity to America - a classic Iowa tip to stop Sanders's euphoria; a clever attempt to lend fairly just for the sake of it; and a sideways approach to foreclosure."", 'Section 74-70, now the least poor part of the state, was largely submerged after the storm, which was so destructive that some residents were forced to evacuate their homes.']" -302,"['After', 'his', 'return', 'to', 'Lebanon', 'he', 'was', 'assigned', 'for', 'two', 'years', 'as', 'military', 'trainer', 'for', 'cadet', 'officers,', 'then', 'he', 'was', 'sent', 'to', 'the', 'Egyptian', 'Army', 'in', 'Cairo', 'for', 'a', 'military', 'course', 'as', 'antitank', 'missile', 'trainer', 'before', 'serving', 'in', 'the', 'armored', 'corps', 'as', 'commander', 'of', 'Anti-tank', 'Autonomous', 'Unit', 'of', 'the', 'Lebanese', 'Army', 'in', 'Beirut', 'until', 'June', '1976.']","[26, 27]",0,cairo,"After his return to Lebanon he was assigned for two years as military trainer for cadet officers, then he was sent to the Egyptian Army in Cairo for a military course as antitank missile trainer before serving in the armored corps as commander of Anti-tank Autonomous Unit of the Lebanese Army in Beirut until June 1976.","['On his return he was named Italian player of the tournament for the second time in his career, scoring a hat-trick including a hat-trick in the 3-1 win over Italy at the World Cup and a hat-trick in the 3-0 win over Italy at the Stadio Olimpico.', 'Upon his return to Lebanon, Mr. Mombery was briefed by Mr. Huskies, according to his chairman, Mr. Attare Entermann, the right-hand man of Mr. Zayffeur.??? If you listen to Mr. Temes?? s comments, you will hear that the president of the Russian Armed Forces, Emmanuel Temes???? will take over the country?? and if you listen to him, he will say,??? I???? we will take over the country???', 'According to < a href = ""http: / / www.zillow.com / homedetails /"" target = ""_ blank"" > he has 66 years as a winemaker and has been involved in a number of high-profile business ventures, including a 2009 stint as a waiter at a restaurant in London\'s Mayfair, where he spent $25,000 on politics, education and real estate.', 'He was asked, among other things, about the ""long passion of the generals.""??????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????', '""Much Knowledge Dead,"" ""Chief Prosecutor Torsten Kretschmar, 1980"" ""Mild Punishment"" (The Punishment of Justice Refugees by Hitler etc.) ""Gelsenkirchen Unknown perpetrators of the Posty Christmas or mean 32-year-old man, who has lived in Germany for a few years and leads a civilian NPD and has since shot himself, can lead another public of the Posty Christmas or mean 32-year-old until today.']" -303,"['Liberty', 'Township', ',', 'one', 'of', 'thirteen', 'townships', 'in', 'Butler', 'County,', 'Ohio,', 'United', 'States,', 'is', 'in', 'the', 'east-central', 'part', 'of', 'the', 'county,', 'just', 'south', 'of', 'the', 'city', 'of', 'Monroe.']","[0, 2]",0,liberty township,"Liberty Township, one of thirteen townships in Butler County, Ohio, United States, is in the east-central part of the county, just south of the city of Monroe.","['Liberty Township, one of 13 counties in Butterworth County, is one of only two in the nation to have a park at the same time.', ""Liberty Township, a suburb of Monroe, is one of thirteen communities in Butler County, Ohio, where Rickern, Christopher, 86, Wayne, Mike Pence and Jackson rank among the nation's best, according to a report by the National Association of Realtors, a nonprofit that tracks foreclosures and foreclosures, and the National Association of Realtors, which tracks foreclosures and foreclosures."", 'Liberty Township, Long Street Departments, Caring Fathers, Patriarchal Person of Three, Photo: New York Times', 'Liberty Town, one of 13 towns with Butte Lodge and City Cop, is in the heart of the eastern suburbs, but it is unethical, unethical and has been cracked down on by police.', 'Liberty Steel historians illustrate why New York has turned ethics culture upside down Davidson Scott et al (Villa ICA, Washington Historical Theater) South America historians, including Jimmy McCulle (Buckingham, N.Y.) South America historians (Buckingham, N.Y.) South America historians (Buckingham, N.Y.) South America historians (Buckingham, N.Y.) South America historians (Boston, N.Y.) South America historians (Boston, N.Y.) South America historians (Boston, N.Y.) South America historians (Boston, N.Y.) South America historians (Boston, N.Y.) South America historians (Boston, N.Y.) South America historians (Boston, N.Y.) South America historians (Boston, N.Y.)']" -304,"['Squam', 'Lake', 'is', 'a', 'lake', 'located', 'in', 'the', 'Lakes', 'Region', 'of', 'central', 'New', 'Hampshire,', 'United', 'States,', 'south', 'of', 'the', 'White', 'Mountains,', 'straddling', 'the', 'borders', 'of', 'Grafton,', 'Carroll,', 'and', 'Belknap', 'counties.']","[0, 2]",0,squam lake,"Squam Lake is a lake located in the Lakes Region of central New Hampshire, United States, south of the White Mountains, straddling the borders of Grafton, Carroll, and Belknap counties.","[""Squash, or Ice Cup Sfrt. Squbre Lake, which is controlled by state authorities, is home to 37% of Minkland kindergartens, according to a memorial held by Samaras' opposition group and his own party."", 'Squam Lake is a lake in the Lake District of New Hampshire that produces enough ozone to preserve the ozone-rich ozone of the United States, and the Obama administration has said it will continue to do so despite the high water temperature.', 'Squam Lake is a lake of lakes, diaphragm containers, office buildings and about 80 miles northeast of the island where the largest river in the world, the Great Barrier Reef, is located.', ""Squam Lake is home to the Denton Mignon Cougars, D'Agostino, D'Agostino, D'Agostino, D'Agostino, D'Agostino, D'Agostino, D'Agostino, D'Agostino, D'Agostino, D'Agostino, D'Agostino, D'Agostino, D'Agostino and D'Agostino."", 'Squad Lake is a lake in Slovakia, on the edge of the Danube, home of the largest lake in the world, Squad Lake, and home of the largest lake in the world, Squad Lake (Squad Lake), which is the largest lake in the world.']" -305,"['In', 'the', 'episode,', 'the', 'Trotters', 'agree', 'to', 'smuggle', 'diamonds', 'from', 'Amsterdam', 'for', 'Boycie.']","[10, 11]",0,amsterdam,"In the episode, the Trotters agree to smuggle diamonds from Amsterdam for Boycie.","[""In an interview with The Daily Telegraph, he said: 'I'm not going to lie, I'm not going to lie."", 'Hopes are high that Boycs will be fit for the game in Amsterdam.', ""During this phase of the investigation, video evidence of Boyd's death was discovered, and Nicholas imposed a worldwide retaliatory order on the state."", 'In this episode of the Big Money Questions, we take a look at Diam < a href = ""http: / / www.zillow.com / blog / diam-diam-< / a > who died in the fall of 1981. -- 260-year-old Tedit Tedit, who was born into a working-class family in New York City. -- 260-year-old Tedit Tedit, who grew up in New York City. -- 260-year-old RoderNowitzki, who was born into a working-class family.', 'In such an episode, the folks feed off Wang, who has struggled to do anything - where ""No to the East"" has been the most popular word since New Bulpet Fields Wheels collapsed in the early 2000s, leaving 610,000 dead and hundreds missing - and Romney, who has struggled to keep up with the growing number of voters who say he is not a conservative, is a ""no to anything.""']" -306,"['Phytogeographically,', 'the', 'Caribbean', 'region', 'is', 'often', 'considered', 'to', 'include', 'the', 'coastal', 'plains', 'of', 'the', 'United', 'States', '(including', 'south', 'Florida),', 'Mexico', '(especially', 'the', 'Yucatan),', 'Belize,', 'Colombia', 'and', 'Venezuela.']","[14, 16]",0,united states,"Phytogeographically, the Caribbean region is often considered to include the coastal plains of the United States (including south Florida), Mexico (especially the Yucatan), Belize, Colombia and Venezuela.","['It is not known how many people were killed in the attack, but it is believed to have been carried out by a suicide bomber who blew himself up outside a mosque.', 'Phy also has a number of reasons for this area, including the Uzbek pear border, which originates from the Washington River.', 'It is the best possible view of the world from the top of the page, featuring Katy Perry, Jay-Z, Jay Z, Jay Z, Kanye West, Kanye West, Kanye West, Kanye West, Jay Z, Kanye West, Kanye West, Kanye West, Kanye West, Kanye West, Kanye West, Kanye West, Kanye West, Kanye West, Kanye West, Kanye West, Kanye West, Kanye West, Kanye West, Kanye West, Kanye West, Kanye West, Kanye West, Kanye West, Kanye West, Kanye West, Kanye West, Kanye West, Kanye West, Kanye West, Kanye West, Kanye West, Kanye West, Kanye West, Kanye West, Kanye West, Kanye West, Kanye West, Kanye West, Kanye West, Kanye West, Kanye West, Kanye West, Kanye West, Kanye West, Kanye West, Kanye West, Kanye West, Kanye West, Kanye West, Kanye West, Kanye West, Kanye West, Kanye West, Kanye West, Kanye West, Kanye West', 'In terms of embellishment, he accessorised with a pair of three-quarter-inch heels, a pair of black heels and a pair of large gold hoop earrings, as well as a pair of large gold hoop earrings.', 'PHILADELPHIA (AP) - The New York Yankees won the National League Championship Series for the first time in their history, beating the New York Yankees 4-2 on Sunday.']" -307,"['Okamule', 'is', 'a', 'village', 'in', 'Oshakati-West', 'constituency,', 'in', 'the', 'Oshana', 'region', 'of', 'Namibia', '.']","[12, 13]",0,namibia,"Okamule is a village in Oshakati-West constituency, in the Oshana region of Namibia.","['These teenagers call themselves Fotono do, Okamule is a village in northern Kosovo.', 'Okanagan is a man of the people, a mountain biker who is not afraid to wear jeans and a chassis.', 'Okamul The village of Okamul belongs to the Sunshibu tribe, an Islamic offshoot of Bizbekistan.', ""Ok < k > is Duchess of LA Malokes, co-founder and co-founder of the London School of Hygiene & Tropical Medicine, a charity that helps young people with mental health problems and has worked with many of the world's leading designers and designers, including Victoria Beckham, Victoria Beckham, Victoria Beckham, Victoria Beckham, Victoria Beckham, Victoria Beckham, Victoria Beckham, Victoria Beckham, Victoria Beckham, Victoria Beckham, Victoria Beckham, Victoria Beckham, Victoria Beckham and Victoria Beckham."", 'To be fair, it would have been worth seeing Meeresa in The Watchmen And Me last week.']" -308,"['At', 'the', 'outbreak', 'of', 'World', 'War', 'I,', 'Lang', 'returned', 'to', 'Vienna', 'and', 'volunteered', 'for', 'military', 'service', 'in', 'the', 'Austrian', 'army', 'and', 'fought', 'in', 'Russia', 'and', 'Romania', ',', 'where', 'he', 'was', 'wounded', 'three', 'times.']","[25, 26]",0,romania,"At the outbreak of World War I, Lang returned to Vienna and volunteered for military service in the Austrian army and fought in Russia and Romania, where he was wounded three times.","['After 1938 Lang returned to Vienna and enrolled for the Abitur, but a matinee in the state parliament raised fears that wolf attacks could occur in the city.', 'In 1949 Lang celebrated peacefully and happily with the wolves, and from 2005 to 2006 he was coach at TK Babelsberg in Helsinki.', 'At the end of the Second World War Lang returned to Vienna, volunteered for Austrian military service and fought in the Red Army, where he was wounded in action by the Austrian Communist Party.', 'According to Wikipedia, Richard\'s ""working day"" shows a sudden spike in accidents, and the word ""sufficient"" could be used to describe Jay-Z.', 'Connecticut is one of the few former prisons that at the time met the standard of fact-checking that enemies were foreign agents of the IRA, Baton Rouge Establishment. Baton Rouge Establishment (""I to the Protests, 95 n Outside Weapons, 95 n Outside Weapons, 95 n Outside Shootings,"" ""I the Cor? p,"" ""Lean? p,"" 25,087 yb Recovered Soldiers, ""Deadly Fired"") vs. Lover Ralph Beifang (""I the Lover""). The school principal spoke in exchange for a passenger falsely accused of not exercising self-defense during three house murders as an emphasis on the bad cop of a moving girl.']" -309,"['Horncastle', 'was', 'a', 'county', 'constituency', 'in', 'Lincolnshire', 'which', 'returned', 'one', 'Member', 'of', 'Parliament', '(MP)', 'to', 'the', 'House', 'of', 'Commons', 'of', 'the', 'Parliament', 'of', 'the', 'United', 'Kingdom.']","[6, 7]",0,lincolnshire,Horncastle was a county constituency in Lincolnshire which returned one Member of Parliament (MP) to the House of Commons of the Parliament of the United Kingdom.,"[""Horn, who won the WBO welterweight title by unanimous decision, will now take on Manny Pacquiao at Brisbane's Suncorp Stadium on Saturday."", 'In a statement, the Company said: ""We are pleased to announce that we have entered into a definitive agreement to acquire the Company\'s assets, which will enable the Company to continue to operate in accordance with the terms of its agreement with the Securities and Exchange Commission, and that the Company will continue to operate in accordance with its obligations under the U.S. Securities and Exchange Act of 1934 (the"" SEC "") and the"" SEC ""(the"" SEC "").', 'Horncastle was elected county councillor in 1706 and member of the county council from 1806 to 1806, member of the county council from 1806 to 1806, member of the election committee from 1806 to 1806, member of the election committee from 1806 to 1806 and member of the election committee from 1806 to 1806.', 'One resident, who did not want to be named for fear of reprisals, said: ""The car lost a lot of traction, it raised tens of thousands of pounds, two Hollywood banners ("" Noble Overture "") and a fondness for the"" very pretty ""million dollars (1.4 million euros).""', ""Jason was one of several high-profile members of the school's board of trustees who attended the meeting, which was attended by a number of high-profile members of the school's board of trustees, including former President George W. Bush, former Secretary of State Hillary Rodham Clinton, former Secretary of State Hillary Rodham Clinton, former Secretary of State Hillary Rodham Clinton, former Secretary of State John Kerry, former Secretary of State Hillary Clinton, former Secretary of State Hillary Clinton, former Secretary of State Hillary Clinton, former Secretary of State Hillary Clinton, former Secretary of State Hillary Clinton, and former Secretary of State Hillary Clinton.""]" -310,"['Suriname', 'is', 'the', 'smallest', 'sovereign', 'state', 'in', 'terms', 'of', 'area', 'and', 'population', 'in', 'South', 'America.']","[0, 1]",0,suriname,Suriname is the smallest sovereign state in terms of area and population in South America.,"[""The slightest degree of ownership remains through the administrative consent of the population, which has demonstrated Pyongyang's automatic ownership."", ""It's the most totalitarian thing I've ever seen in my life, 'she said."", 'Survivor was originally scheduled to hit theaters in October, but was canceled due to a lack of airtime, according to ABC News.', 'Kyrgios was beaten 30-11 in the first round of the Australian Open in Melbourne on Sunday, with the latter losing 7-6 (7 / 7) 7-6 (7 / 7) 6-3.', 'Suriname is also home to some of the largest chickens in the world, including a rare breed called Sirgeff Sans, which is often difficult to breed.']" -311,"['Parts', 'of', 'the', 'special', 'were', 'shot', 'on', 'location', 'in', 'Amsterdam', 'and', 'unlike', 'most', 'other', 'episodes', 'was', 'shot', 'entirely', 'on', 'film', 'and', 'therefore', 'not', 'before', 'a', 'studio', 'audience', '(making', 'it', 'laugh-track', 'free).']","[9, 10]",0,amsterdam,Parts of the special were shot on location in Amsterdam and unlike most other episodes was shot entirely on film and therefore not before a studio audience (making it laugh-track free).,"[""It's not the first time the former star has been linked with a move to the Gold Coast, as he has been linked with a move to the Gold Coast in recent weeks, after reports surfaced that he was set to move to the Gold Coast in the coming months, with reports surfacing that he was' keen 'to move to the Gold Coast."", 'Parts of the sound were ripped apart in places like Amsterdam, as opposed to tons without a right to decide, and singer Beatrice embarks on a triumphant journey.', 'Parts of the city were submerged off the coast of New York on Thursday night, while parts of New York and New Jersey were submerged, the National Weather Service said.', 'Squeezing for breakfast now or continuing to be cloudy are conditions.', ""Parts of Neymar's contract expire at the end of the season and the player has been linked with a move away from the Nou Camp, according to Spanish media reports.""]" -312,"['It', 'was', 'described', 'by', 'Bonaparte', 'in', '1853', 'based', 'on', 'a', 'specimen', 'collected', 'in', 'Bolivia', '.']","[13, 14]",0,bolivia,It was described by Bonaparte in 1853 based on a specimen collected in Bolivia.,"['The sheriff\'s office said the man was carrying a bird in his hand and meant ""the three-quarter position.""', 'He was born... our families won a lot of Easter eggs.', ""Forced to withdraw after fourth extradition citing concerns over Churchill's downfall..."", 'He is known in Bournemouth as ""Dezela Merkinta"" (""Dezela Merkinta"") who teaches coal owner Nevills.', 'He helped develop the team in 1853, and Bobby was quarterback in 2006.']" -313,"['Evidence', 'has', 'been', 'found', 'within', 'the', 'formation', 'at', 'Braggs,', 'Moscow,', 'and', 'Millers', 'Ferry', 'in', 'Alabama', 'indicating', 'an', 'instantaneous', 'to', 'brief', 'erosional', 'event,', 'most', 'likely', 'a', 'tsunami,', 'at', 'the', 'Cretaceous–Paleogene', 'boundary', '(K–T', 'boundary).']","[11, 13]",0,millers ferry,"Evidence has been found within the formation at Braggs, Moscow, and Millers Ferry in Alabama indicating an instantaneous to brief erosional event, most likely a tsunami, at the Cretaceous–Paleogene boundary (K–T boundary).","['Between the Witches ""Meeting in Bradimen near Moscow and the Polish Meeting in Classical I, there is evidence of this at the Cretaceous border.', 'President Barack Obama, McCain, McCain, McCain, McCain, McCain, McCain, McCain, McCain, McCain, McCain, McCain, McCain, McCain, McCain, McCain, McCain, McCain, McCain, McCain, McCain, McCain, McCain, McCain, McCain, McCain, McCain, McCain, McCain, McCain, McCain, McCain, McCain, McCain, McCain, McCain, McCain, McCain, McCain, McCain, McCain, McCain, McCain, McCain, McCain, McCain, McCain, McCain, McCain, McCain, McCain, McCain, McCain, McCain.', 'There have been protests by Spaniards, Musketeers and Musketeers on the outskirts of Tegras de la Pale, Rakien Trajas on the border with Speaquiro and Lincoln, and since the outbreak three territorial formations have been formed to deal with this problem.', 'Staging at the Juventus Stadium was a sure-fire way to build a team capable of winning the Champions League.', 'Potential: Pincells may be able to obtain polycarbonate from OCELA for the natural detection of the oesophageal condition Mar in the fetus, and potentially offer potential benefits to manufacturers and publishers of esophageal cancer drugs such as OCELA, OCELA and OCELA.']" -314,"['Yakhroma', 'River', '(Яхрома)', 'is', 'a', 'right', 'tributary', 'of', 'the', 'Sestra', 'River', 'that', 'flows', 'for', '78', 'kilometers', 'through', 'a', 'network', 'of', 'peat', 'marshes', 'in', 'the', 'north', 'of', 'Moscow', 'Oblast', ',', 'Russia.']","[26, 28]",0,moscow oblast,"Yakhroma River (Яхрома) is a right tributary of the Sestra River that flows for 78 kilometers through a network of peat marshes in the north of Moscow Oblast, Russia.","['The Thames (Yarmouth) (Fixed Point) (Fixed Point) (Fixed Point) (Fixed Point) (Fixed Point) (Fixed Point) (Fixed Point) (Fixed Point) (Fixed Point) (Fixed Point) (Fixed Point) (Fixed Point) (Fixed Point) (Fixed Point) (Fixed Point) (Fixed Point) (Fixed Point) (Fixed Point) (Fixed Point) (Fixed Point) (Fixed Point) (Fixed Point) (Fixed Point) (Fixed Point) (Fixed Point) (Fixed Point) (Fixed Point) (Fixed Point) (Fixed Point) (Fixed Point) (Fixed Point) (Fixed Point) (Fixed Point) (Fixed Point) (Fixed Point) (Fixed Point) (Fixed Point) (Fixed Point)', 'The Yangorod River in the form of the Yangorod River (Akhung Anton) is located on the northern side of the Russian volcanic district of Vyeratauskas (Vyeratauskas).', ""In light of this situation, it is important to clearly define the boundary tactics and tell the entire population and administration when yesterday's game was the most important and not Mourinho's. < unk > takes a look at Tuesday's game - and we want < unk > to encourage some individual pressure."", 'The yak, which stretches for 78 miles, is a tributary of the yak that flows into Moscow in 1962, and the yak that flows into the yak flows into the yak and the yak.', ""Yakthoum, who lives in the area, said: 'It took a long time.""]" -315,"['After', 'six', 'months', 'Fielding', 'returned', 'to', 'Cairo', ',', 'and', 'was', 'awarded', 'the', 'Distinguished', 'Service', 'Order', 'on', '15', 'October', '1942.']","[6, 7]",0,cairo,"After six months Fielding returned to Cairo, and was awarded the Distinguished Service Order on 15 October 1942.","['Half a year later, he emigrated to Germany, where the Bavarian Constitutional Court revoked his job on 15 March.', 'And the Alabama Daily 1, produced by Highreach Potilt Getafelmans, then edited in Karen and muttered on.', 'Q: Is Sarah also, by and large, confident, and his adviser Kendall Kendall describes her as erotic?', 'So what happened here is that in the section between the two agencies, Clinton and Petalo, the Korean War was won for the first time in more than a decade, and that means that the United States can save $452 billion over the next five years, according to Crossing Command (an c) and Auto Street Art Alpha (c).', '6.30am: Alpield was reunited with his wife and two children two days later when the shark, believed to be in its early stages, was found in shallow water off the coast of South Africa.']" -316,"['Rudolf', 'Thalhammer', '(born', 'February', '1,', '1935)', 'was', 'a', 'former', 'Grand', 'Prix', 'motorcycle', 'road', 'racer', 'from', 'Austria', '.']","[15, 16]",0,austria,"Rudolf Thalhammer (born February 1, 1935) was a former Grand Prix motorcycle road racer from Austria.","['He was on staff at the time of the attack and was a member of the British Army Special Operations Command at the time.', ""WASHINGTON (Reuters) - The U.S. Food and Drug Administration (FDA) said on Thursday it is investigating the use of a banned drug in the United States, a move that could lead to a ban on the drug by some of the world's largest pharmaceutical companies, including Pfizer Inc and Pfizer Inc."", 'Rudolf Thalhammer (from 1 February 1977): ""His men are loyal to their own people, even though he is a man of many talents.', 'Although there is strong evidence that marriage is not the most economical step, there is also evidence that marriage is not the most economical.', 'Rudolf Frick (named after the most important British boxing promoter of the country) was one of the main fighters between the most important cross-country races and the only Austrian representation was the Ansleske Helveets Tauchverband Adolf in 1965.']" -317,"['Australian', 'victory', 'for', 'the', 'first', 'time', 'in', 'England', 'was', 'widely', 'condemned', 'in', 'the', 'English', 'press,', 'including', 'the', 'publication', 'of', 'a', 'satirical', 'obituary', 'which', 'stated', 'that', 'English', 'cricket', 'had', 'died,', 'and', 'the', 'body', 'will', 'be', 'cremated', 'and', 'the', 'ashes', 'taken', 'to', 'Australia.']","[7, 8]",0,england,"Australian victory for the first time in England was widely condemned in the English press, including the publication of a satirical obituary which stated that English cricket had died, and the body will be cremated and the ashes taken to Australia.","[""The Serb faces compatriot Ivan Lendl, who is hoping to avoid a repeat of last year's humiliating loss to world number one Novak Djokovic, who had to pull out of the French Open due to a wrist injury."", ""According to eyewitness accounts (York, 0-50 cm, 1-1 on Wednesday night), the Portuguese shoelaces clutched a prison guard, Mia Taubay Ferguson's compatriot with clown Lena Griewtner already spent 417."", 'Tens of thousands of people also needed extra channels to watch the show, which will be broadcast live on the BBC, as well as on BBC, Channel 4, Channel 4, BBC, BBC, BBC, BBC, BBC, BBC, BBC, BBC, BBC, BBC, BBC, BBC, BBC, BBC, BBC, BBC, BBC, BBC, BBC, BBC, BBC, BBC and BBC.', 'Richard Griff, the Vanity Fair economist-turned-philanthropist, said: ""I think it\'s fair to say there are a lot of people out there who don\'t know what they\'re talking about.', 'For the last time in a long time, the US won the World Cup in South Korea and Great Britain won the World Cup in South Korea.']" -318,"['It', 'was', 'built', 'on', 'the', 'Warsaw', 'orbital', 'line,', 'which', 'goes', 'through', 'Warszawa', 'GdaÅ„ska', 'station.']","[5, 6]",0,warsaw,"It was built on the Warsaw orbital line, which goes through Warszawa GdaÅ„ska station.","['It was built in 2009 on the site of the Grenfell Tower disaster, which claimed the lives of residents of Mrs Order House.', 'Double-amputee sprinter Usain Bolt has been banned for three years after testing positive for methylhexaneamine, which is contained in some supplements and commonly used as a nasal spray.', 'The pair were reportedly spotted together in New York City, where they enjoyed a romantic getaway.', 'It was built on the basis of the Warner Bros. commercial series, which showed that it has helped to boost demand for the film, which is due to hit US cinemas in the autumn and is expected to hit US cinemas in the autumn.', 'Located in the heart of Planned Parenthood, Errious 8 is the natural habitat of a federally funded, 14,500-square-foot elementary school.']" -319,"['In', 'January', '2008,', 'Despotović', 'signed', 'with', 'FC', 'Rapid', 'BucureÈ™ti', 'in', 'Romania,', 'and', 'continued', 'abroad', 'for', 'the', 'ensuing', 'summer', 'as', 'he', 'joined', 'Spain', ""'s"", 'Real', 'Murcia', 'for', 'three', 'years', 'and', '€1.5', 'million.']","[21, 22]",0,spain,"In January 2008, Despotović signed with FC Rapid BucureÈ™ti in Romania, and continued abroad for the ensuing summer as he joined Spain's Real Murcia for three years and €1.5 million.","['In January 2008, Longwong signed for Rapid Bucureosauri Belgoroslav, and Corbyn secured the San Mateo Danjan for three years, according to the report.', 'Desperate for a comeback in the autumn of 2010, Latendresón wrote that England seemed to be playing a great style of football, as Rafael Correa told < br > this week.', 'The Croat tried again in January 2008 and hinted at disaster: if a deal failed to materialise and Bayern or the German signed an interim contract, his turnover would rise by £80m.', 'He accepted the throne, which ruled one of the richest men in the world for more than 40 years, before retiring at the age of 17, despite Olympic success and the fact he had been advising Hughes for years.', 'Supports its qualification system from the previous 1-, 2- and 3-year Chinese iAMIC series to the current 1-, 3- and 5-year iAMIC series.']" -320,"['In', '2015,', 'Amber', 'Lounge', 'will', 'be', 'held', 'in', 'Monaco,', 'Singapore,', 'Mexico', 'City', 'and', 'Abu', 'Dhabi.']","[10, 12]",0,mexico city,"In 2015, Amber Lounge will be held in Monaco, Singapore, Mexico City and Abu Dhabi.","['The Bernstein-Howard Bridge will be built in Monaco, while the technology department at Noron University will be called Golden Sound and will focus on work around citizen design and individualization.', 'The ECS 2015 will take place in Monaco and Singapore in 2014 and will be held in the Constance Hall.', ""In 2015 it was reported that the couple had split after just one year of marriage, with sources telling The Sun: 'It was a mutual decision."", 'In 2015, she was in Luxembourg working as a waitress when she was told she had to be sent back to the UK, where she was refused permission to return to the UK.', 'Another meeting will take place in 2015 to discuss how to minimise the impact of Brexit on the UK economy.']" -321,"['A', 'graduate', 'of', 'the', 'Royal', 'Academy', 'in', 'Copenhagen', ',', 'under', 'J.', 'L.', 'Lund,', 'he', 'traveled', 'Europe', 'where', 'he', 'sought', 'inspiration,', 'especially', 'from', 'the', 'Munich', 'landscape', 'scene.']","[7, 8]",0,copenhagen,"A graduate of the Royal Academy in Copenhagen, under J. L. Lund, he traveled Europe where he sought inspiration, especially from the Munich landscape scene.","['A graduate of the Royal Academy of Copenhagen, he made a trip to Europe.', ""After graduating from the Royal Academy of Dramatic Art in London, he travelled to Europe and the United Kingdom, where he was inspired by the pre-9 / 11 McDonald's scene."", 'A report by the Royal Academy of Dramatic Art (RCM), commissioned by the Royal Academy of Dramatic Art, said: ""The National Portrait Gallery is a fitting tribute to the outstanding contribution of a choreographer and lyricist to the National Portrait Gallery, which will celebrate the centenary of one of the greatest operas of the 20th century.""', 'A graduate of the Royal Academy of Dramatic Art in Copenhagen (under J. 1st Battalion The Royal Regiment of Scotland), he travelled from Europe to seek creative work in the creative industries of over 60 countries, including the United States, Canada, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom and the United Kingdom.', ""< br > Racing expert Robin Goodfellow gives his views ahead of Monday's meetings at Newmarket, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton.""]" -322,"['Lipulekh', '(also', 'known', 'as', 'Tri-Corner)', 'is', 'a', 'Himalayan', 'pass', 'between', 'Nepal,', 'India', 'and', 'China', 'connecting', 'the', 'North', 'Western', 'Cornered', 'Byash', 'Valley', 'of', 'Nepal', 'and', 'Indian', 'State', 'of', 'Uttarakhand', 'with', 'the', 'old', 'trading', 'town', 'of', 'Taklakot', '(Purang)', 'in', 'Tibet', 'and', 'belongs', 'to', 'Nepal.']","[11, 12]",0,india,"Lipulekh (also known as Tri-Corner) is a Himalayan pass between Nepal, India and China connecting the North Western Cornered Byash Valley of Nepal and Indian State of Uttarakhand with the old trading town of Taklakot (Purang) in Tibet and belongs to Nepal.","['Lipulekh (also known as notes or triangular notes) is a transition between Xinjiang and Xiun Dong.', 'Deer Kushma (""Deer Kushma"") (""Deer Kushma"") (""Deer Kushma"") (""Deer Kushma"") (""Deer Kushma"") (""Deer Kushma"") (""Deer Kushma"") (""Deer Kushma"") (""Deer Kushma"") (""Deer Kushma"") (""Deer Kushma"") (""Deer Kushma"") (""Deer Kushma"") (""Deer Kushma"") (""Deer Kushma"") (""Deer Kushma"") (""Deer Kushma"")', 'Lipule (alias Fuchs), Dieshulka (alias Fuchs), Tiboffin (alias Fuchs), Tiboffin (alias Fuchs)', ""A shopper at Sheffield's 7.30am police station said a hard-charging high-end hotel in York was faking it by pretending to be tourists for fear they were medal winners."", 'Lipulekh Mission: A Marathon of Strategic Approaches to Immediate Engagement by FOX Farmers, a New York-based nonprofit that promotes sustainable agriculture.']" -323,"['The', 'war', 'in', 'Mexico', 'brings', 'fresh', 'and', 'desperate', 'workers', 'into', 'America', ',', 'even', 'from', 'Honduras.']","[10, 11]",0,america,"The war in Mexico brings fresh and desperate workers into America, even from Honduras.","['The war in Mexico is bringing new desperate workers to America, even from Honduras.', 'The war in Mexico is attracting new migrants desperate to reach America, especially from Honduras.', 'The war in Mexico is bringing young, hungry and desperate workers to the United States, even Honduras, Benitez said.', 'The war lured migrants from Honduras to the United States, and now there is no poor man looking at a car, sore feet, and dead bodies.', 'According to a report by the Financial Conduct Authority, one of the most common ways to attack individuals is when they encounter new, angry allegations of unethical behaviour.']" -324,"['He', 'has', 'performed', 'as', 'a', 'ship', 'comedian', 'aboard', 'Carnival', 'Cruise', 'Line', 'between', 'Houston', 'and', 'Mexico', '.']","[14, 15]",0,mexico,He has performed as a ship comedian aboard Carnival Cruise Line between Houston and Mexico.,"['It is a migratory animal on habitat, a service of the carnival society.', 'Seventy-five percent of this group responds to words and realities.', ""He's plippo - TV comedians and television hugged each other - and my leopard with its chassis implored the peephole in the hip of Something Vendee it as a wistful, very mad defender of Jubilee Church."", 'Social careers?', 'He was the first Kardashian-Jenner clan to appear on Keeping Up With The Kardashians, according to People.']" -325,"['Jean-René', 'Jérôme', '(1942–1991)', 'was', 'a', 'Haitian', 'painter', 'and', 'considered', 'one', 'of', 'Haiti', '’s', 'greatest', 'artists.']","[11, 12]",0,haiti,Jean-René Jérôme (1942–1991) was a Haitian painter and considered one of Haiti ’s greatest artists.,"['Jean-René Jérôme (199,95 cm) was a Haitian painter and Petra Jérôme Geo is ""Miss It,"" which means ""Miss It.""', 'Jean-Claude Juncker is also seen as a very patriotic man.', ""Jean-Yves Le Tissier has emerged from a major shake-up of the city's public transport system as deputy leader of the New York City Labour Party."", 'Warrior], a composer and songwriter, was joined on stage by J-Lo Mitt Joseph Ettves during the 1st to 13th Districts for Mariners.', 'Jean-Claude Holland, widely known as one of the leaders of the individualisation movement, said: ""I think it\'s a good idea.']" -326,"['Her', 'breakthrough', 'role', 'came', 'in', 'the', 'epic', 'Christus,', 'which', 'was', 'shot', 'in', 'Palestine', 'and', 'Egypt', '.']","[14, 15]",0,egypt,"Her breakthrough role came in the epic Christus, which was shot in Palestine and Egypt.","['Her breakthrough role came as villainous Professor Severus Snape in the Harry Potter film adaptation.', 'Avigaloman systematically pursued the ""S no barrier mass,"" which Jane from Syracuse owns.', 'Where the noise was taken away from me was Hollywood, look at the latest generation of Americans, and you can see why.', 'He is due to appear in court a few days later.', 'Brandenburg is concerned about the threat posed by German seafood, but Dobbins wants the public to be aware of the dangers.']" -327,"['He', 'earned', 'another', 'Cadet', 'Word', 'silver', 'medal', 'in', 'Baku', 'in', '2010', 'after', 'losing', 'in', 'the', 'final', 'to', 'USA', ""'s"", 'Alexander', 'Massialas.']","[17, 18]",0,usa,He earned another Cadet Word silver medal in Baku in 2010 after losing in the final to USA's Alexander Massialas.,"['Morgan picked up another World Cup medal in Baku in 2010 while playing for his country in Japan.', ""After losing to Jared Zahid of Russia in Tuesday's World Cup final, Obama said he was ready to step down."", 'The former World Cup runner-up from Baku in 2010 suffered back spasms after his final defeat in Utah, scoring 112 three-pointers to lead Israel.', 'The opening loss to the USA also improved his future in the game. − pas', 'In 2010, she won gold in Baku after spending $590,000 on Lyf and Go, beating gold medalist Sophie Clasgloknow by 360 votes and $650,000 thanks to her personal trainer.']" -328,"['The', 'life', 'in', 'France', 'was', 'exciting', 'and', 'while', 'there', 'he', 'travelled', 'around', 'France', 'and', 'into', 'Spain', '.']","[15, 16]",0,spain,The life in France was exciting and while there he travelled around France and into Spain.,"['""I think it\'s going to take a lot of time to get used to it, but I think it\'s going to take a lot of time to get used to it,"" he said.', 'Life in France was exciting for pensioners and travelled in their teens.', 'There was his omission, which was somewhat surprising given that he was a member of the Labour Party (which is, of course, the party of the Left) and that he was a member of the Conservative Party (which is a long way from the party of the Left).', '""There are a lot of people out there who don\'t know what\'s going on in the world, who don\'t know what\'s going on, who don\'t know what\'s going on, who don\'t know what\'s going on, who don\'t know what\'s going on,"" he said.', 'Life in Paris has not always gone smoothly for the 14-year-old, who was deported to Qatar at the age of 18, but he believes Google ""could have done a lot different"" if it had prevented the attacks.']" -329,"['Savitt', 'was', 'born', 'in', 'Shumsk,', 'then', 'part', 'of', 'the', 'Russian', 'Empire', '(now', 'part', 'of', 'Ukraine)', 'and', 'reared', 'in', 'Philadelphia', '.']","[18, 19]",0,philadelphia,"Savitt was born in Shumsk, then part of the Russian Empire (now part of Ukraine) and reared in Philadelphia.","['Savitt was also born and raised as the son of an altar boy and a prostitute in the US state of Arkansas.', 'Savitt, who was born in the Russian capital and grew up in Philadelphia, is credited with being the first person in history to receive the Nobel Peace Prize for his work in the field of human rights, and the first to receive the Nobel Peace Prize for his work in this field.', 'Savitt said Terrence Peargate has increased the travel ban in Minnesota, the most vulnerable populations - according to the Campaign for Routine Mind, where the wars of aggression are remarkably well-managed - and that the Iraq conflict should be at the center of policy.', ""Savitta, who has been in the ring for more than a decade, said: 'It's been a long time since I've been in the ring."", 'Sawid Kamaleswaran told reporters the collision was caused by a ""technical defect.""']" -330,"['Alveopora', 'fenestrata', 'is', 'a', 'species', 'of', 'stony', 'coral', 'that', 'is', 'found', 'in', 'the', 'Red', 'Sea,', 'the', 'Gulf', 'of', 'Aden', ',', 'the', 'southwest', 'and', 'northern', 'Indian', 'Ocean,', 'the', 'central', 'Indo-Pacific,', 'Australia,', 'Southeast', 'Asia', 'and', 'the', 'oceanic', 'west', 'Pacific', 'Ocean.']","[16, 19]",0,gulf of aden,"Alveopora fenestrata is a species of stony coral that is found in the Red Sea, the Gulf of Aden, the southwest and northern Indian Ocean, the central Indo-Pacific, Australia, Southeast Asia and the oceanic west Pacific Ocean.","['""I think it\'s good that we have a lot of young people who can go to college, and they\'re going to be able to go to college, they\'re going to be able to go to college, they\'re going to be able to go to college, they\'re going to go to college, they\'re going to go to college, they\'re going to go to college, they\'re going to go to college, they\'re going to go to college, they\'re going to go to college, they\'re going to go to college, they\'re going to go to college,"" he said.', 'Alveopora is a kind of stone curve, you see the Alveopora Festival, you see the Alveopora Festival, you see the Alveopora Festival, you see the Alveopora Festival, you see the Alveopora Festival, you see the Alveopora Festival, you see the Alveopora Festival, you see the Alveopora Festival, you see the Alveopora Festival, you see the Alveopora Festival, you see the Alveopora Festival, you see the Alveopora Festival, you see the Alveopora Festival, you see the Alveopora Festival, you see the Alveopora Festival, you see the Alveopora Festival.', 'Alvea fenestrata is a hard coral species found in the Auder Sea in the Gulf of Asow, the most populous coral reef in the world.', ""Ale and Beringer's syntagmatic import periods must be considered as possible sectors, but they are much more likely to be seen as symbols of growth in the US than in the rest of the world: the US, Europe, Asia, Asia, the Middle East, the Middle East, the Middle East, the Middle East, the Middle East, the Middle East, the Middle East, the Middle East, Africa, the Middle East, the Middle East, the Middle East, the Middle East, the Middle East, the Middle East, North Africa, the Middle East, the Middle East, the Middle East, the Middle East, Africa, the Middle East, the Middle East, Africa, Africa, the Middle East, Africa, the Middle East, Africa, the Middle East, the Africa, the Middle East, Africa, the Middle East, Africa"", 'This essential fact, however, plays a large role in the population of the city, by people such as Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool, Liverpool']" -331,"['Australia', 'has', 'been', 'designated', 'as', 'one', 'of', 'the', 'countries', 'most', 'vulnerable', 'to', 'climate', 'change,', 'according', 'to', 'the', 'Stern', 'Review', 'and', 'others,', 'due', 'partially', 'to', 'the', 'importance', 'of', 'its', 'agricultural', 'sector', 'and', 'the', 'prominence', 'of', 'its', 'coast.']","[0, 1]",0,australia,"Australia has been designated as one of the countries most vulnerable to climate change, according to the Stern Review and others, due partially to the importance of its agricultural sector and the prominence of its coast.","['Researchers from Stern Company have identified 13 different oil-rich reactors in an atmosphere with water separation systems in the northern hemisphere, and the time depletion is likely to be carried out jointly in the future as part of the garden control program.', 'According to Stern Review and others, Australia was forced to pay $14,000 to the Uighurs in 1967, with the bulk of that money going to the Uighurs.', ""Australia: Corbyn's bid to win a second term has been met with mixed success, with the former prime minister declaring he will not stand for re-election."", ""The star said: 'All I could think about was habeas corpus, the most common form of habeas corpus."", 'Australian Prime Minister Julia Gillard said the Stern Review and other reviews of the $507 million two-year-old HBAS Yi-Yi show, which premiered in Australia on Friday, showed ""a significant improvement in the quality of life in Australia.""']" -332,"['He', 'came', 'back', 'to', 'London', 'and', 'formed', 'Eat', 'signed', 'to', 'fiction', 'records.']","[4, 5]",0,london,He came back to London and formed Eat signed to fiction records.,"['Richard returns to London and founds Eat.', 'He was drawn to science, data and titles.', 'In return, Eat! Ltd was forced to pay Sir Ellen Hurley in 1999, and they married in 2002, and Webb was awarded compensation for his services.', 'Design of a repaired BB-Im shaft oral system.', 'In 1886, Jackson himself went to dinner, for example, working in Los Angelos, and on Sunday night he joined the local country band Stop Child to sing ""Flowers for Conneweiler..."" The International Philharmonic illuminated modern musical life... and ""please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please, please']" -333,"['For', 'instance', 'in', '1953', 'the', ""LCC's"", 'Draft', 'Development', 'Plan', 'for', 'London', 'was', 'subject', 'to', 'an', 'Inquiry', 'and', 'the', 'Bermondsey', 'and', 'Rotherhithe', 'Chamber', 'of', 'Commerce', 'objected', 'to', 'the', 'park', 'extension.']","[10, 11]",0,london,For instance in 1953 the LCC's Draft Development Plan for London was subject to an Inquiry and the Bermondsey and Rotherhithe Chamber of Commerce objected to the park extension.,"['For example, in 1953, the ""America\'s Got Talent"" judge was considered instrumental in creating ""America\'s Got Talent"" and ""America\'s Got Talent"" and ""America\'s Got Talent,"" as well as ""Dancing With the Stars"" and ""Dancing With the Stars"" and ""Dancing with the Stars"" and ""Dancing with the Stars"" and ""Dancing with the Stars"" and ""Dancing with the Stars"" and ""Dancing with the Stars"" and ""Dancing with the Stars.""', 'On the one hand, there is the fact that he was accused of being a serial child molester, and on the other hand, there is the fact that he was accused of being a serial child molester, and he was accused of being a serial child molester, and he was accused of being a serial child molester, and he was accused of being a serial child molester.', 'But they have never had the decisive advantage of a draw.', 'The Combined Development Plan for Parks and Recreation was introduced in 1953 and is now in its final phase.', 'For example, plans for an Anglo-Irish border have been put on hold until the Scottish independence referendum - < unk > understands that the Irish border has been closed since the beginning of the year and that the Irish border will remain open until the end of the year - and the Irish border will remain open until the end of the year. < unk > understands that the Irish border will remain open until the end of March.']" -334,"['Arroyo', 'de', 'Piedra', 'is', 'a', 'pre-Columbian', 'Maya', 'archaeological', 'site', 'in', 'Guatemala', 'located', 'approximately', '2-3', 'km', 'east/northeast', 'of', 'Dos', 'Pilas', 'and', '3', 'km', 'west', 'of', 'Tamarindito', '.']","[24, 25]",0,tamarindito,Arroyo de Piedra is a pre-Columbian Maya archaeological site in Guatemala located approximately 2-3 km east/northeast of Dos Pilas and 3 km west of Tamarindito.,"['Arroyo is a city and autonomous locality dedicated to the prevention of cancer and premature death in Bolivia, Bolivia, Bolivia, Bolivia, Bolivia, Bolivia, Bolivia, Bolivia, Bolivia, Bolivia, Bolivia, Bolivia, Bolivia, Bolivia, Bolivia, Bolivia, Bolivia, Bolivia, Bolivia, Bolivia, Bolivia, Venezuela', 'Given the budget cuts he is working on, he is raising funds for the Sarate - courage for change - and he has found a place for his own rhetoric, which seems to have little to do with what he wants to do.', ""ARROYO CALEVIEW, New York (AP) - Arroyo Caleviso, the United States' peace negotiator, said Tuesday that the United States has reached an agreement with Guatemalan President Rodrigo Duterte that will allow him to return to his hometown of Guatemala."", ""Other exchanges < unk > of these Levi's camels < unk > Alabama closed... Tickets are available via online < unk > and you can follow all the action with < unk >'s liveblog @ thomsonreuters.com < unk > @ thomsonreuters.com < unk > @ thomsonreuters.com < unk > @ thomsonreuters.com < unk > In the near future I'll guide you through < unk >'s marketing agency @ thomsonreuters.com < unk > @ thomsonreuters.com < unk > @ thomsonreuters.com < unk > @ thomsonreuters.com < unk > @ thomsonreuters.com < unk > @ thomsonreuters.com The friends of Flores are innovative, calling for help and more! <"", ""Arsenal's current arsenal consists of modest picture frames.""]" -335,"['The', 'Mozambique', 'rain', 'frog,', 'also', 'known', 'as', 'the', 'flat-faced', 'frog,', 'is', 'a', 'species', 'of', 'frog', 'in', 'the', 'family', 'Brevicipitidae.']","[1, 2]",0,mozambique,"The Mozambique rain frog, also known as the flat-faced frog, is a species of frog in the family Brevicipitidae.","['The rhomboid Flicpausis dunlagroni is the most common type of rhomboid fever, and the most common type of fever is a type of fever in which the fever can spread to the brain and spinal cord, and in which the fever can spread to the brain and spinal cord.', 'Standing snowflakes, the 8 foot high fireplace, the 2 fretys of the shearer, the Fat Rain Frosadi or even the flat foils.', 'The meteorite sea frog, also known as the ""rainbow frog"" or lightning bolt, was spotted outside the Gonach Hotel in Dublin\'s Casablans.', 'Known as the ""Wet Sweat Seat,"" the football is the largest of its kind in the United States, with a population of more than 100,000.', 'Mozambique-born William Berrosick, known outside the United States as Petraeus Tsarnaev, is said to have been a latent facial-expression shopper candidate, and ""any dozen of them could have been directed by someone who, as a nomadic Robâstand al... conducted flight studies to explain that.""']" -336,"['He', 'was', 'the', 'eldest', 'son', 'of', 'Konrad', 'III', 'the', 'Red', 'and', 'his', 'third', 'wife', 'Anna,', 'a', 'daughter', 'of', 'Mikolaj', 'RadziwiÅ‚Å‚', 'the', 'Old,', 'Voivod', 'of', 'Vilnius', 'and', 'the', 'first', 'Grand', 'Chancellor', 'of', 'Lithuania', '.']","[31, 32]",0,lithuania,"He was the eldest son of Konrad III the Red and his third wife Anna, a daughter of Mikolaj RadziwiÅ‚Å‚ the Old, Voivod of Vilnius and the first Grand Chancellor of Lithuania.","['He is the oldest member of the Royal Family and the oldest member of the Royal Family.', 'Russian President Dmitry Medvedev invited Russian students not physically but in preparation for their trip to Russia in January and, Rezsani said, invited them to a meeting of the so-called Mistral Gochestilla to discuss the Holocaust with Russian Foreign Minister Sergei Lavrov and Russian Foreign Minister Sergei Lavrov.', 'He kneels before the rules of German law and sends a message of ""mostly hirgurcanna,"" an allusion to the fact that he was a member of the equestrian team.', 'He already has many conflicts to deal with, especially when it comes to how to handle them, and he has had to move away from a hands-on side-by-side approach to future ESC assessments where a cult contribution is required in a given situation, and he has had to spend money on stage G classes for the past 50 years, ""Spotable mentor STcXsman Morgan Ltd tweeted.', ""It wasn't the first time the pair clashed over the art surrounding cars.""]" -337,"['The', 'loading', 'for', 'the', 'new', 'cartridge', 'was', 'standardized', 'and', 'mass', 'production', 'began', 'in', '1900–1901', 'in', ""DWM's"", 'factory', 'in', 'Karlsruhe', ',', 'Germany.']","[18, 19]",0,karlsruhe,"The loading for the new cartridge was standardized and mass production began in 1900–1901 in DWM's factory in Karlsruhe, Germany.","['As a result, [1] the company will no longer be able to operate in the United States in the foreseeable future, and consequently the company will no longer be able to operate in the United States in the foreseeable future [1], and consequently the company will no longer be able to operate in the United States in the foreseeable future [1].', 'The loading of the new cassette recorder was standardized and delivered to the factory in 1900 and 1901.', ""< br > has taken a look at some of the biggest names in football in recent years and assessed some of the key talking points ahead of this weekend's Premier League game, with some names sure to provide some firepower from the past."", '""We\'re going to have a lot of work to do to make sure we\'re capable of that, and we\'re going to have to make sure we\'re capable of that, and we\'re going to make sure we\'re capable of that,"" he said.', '18 / PRNewswire-FirstCall / -- http: / / www.newscom.com / cgi-bin / prnh / 20091011 / NYF41202 http: / / www.newscom.com / cgi-bin / prnh / 20091002 / NYF41140LOGO? id = 1882160LOGO & lt = d & gt = d & gt = d & gt = d & gt = d & d = d & d = d & d = d & d = d & d = d & d = d & d = d & d = d & d = d & d = d & d = d & d = d & d = d & d = d']" -338,"['The', 'MCA', 'has', 'now', 'established', 'an', 'Automatic', 'Identification', 'System', '(AIS)', 'network', 'around', 'the', 'UK', 'coast,', 'for', 'real-time', 'tracking', 'and', 'monitoring', 'of', 'shipping', 'movements', 'from', 'the', 'shore.']","[13, 14]",0,uk,"The MCA has now established an Automatic Identification System (AIS) network around the UK coast, for real-time tracking and monitoring of shipping movements from the shore.","[""Your center ensures that fishermen who come here as soon as possible can connect with all the support services (Iran @ MCA-NF-NF wants you to see the laws of this sector, while General Fiorel Gomez Koumada's team for this small public service is very short and incredible, and at least goes beyond that)."", 'The group is currently piloting a controversial American Airlines flight around the northern lanes at White Langu, about 30 miles north of Anchorage, and the USS Enterprise will tow passengers to the safe harbor of Anchorage.', 'The microbiologist has given the Curiosity rover the second leg of its journey to Mars, where it will be able to detect signs of life on the surface of the planet as well as the presence of life on the surface of the planet and the possibility of life on Mars itself.', ""While the BBC's coverage may have moved too far to the Right, it has managed, at first glance, to attract a decent audience, especially given that its coverage starts at 8pm on BBC1 and ends at 9pm on BBC1."", 'On the recommendation of Nasrallah and Frenlance, the men removed another 21 elephants from the park, according to the report.']" -339,"['He', 'was', 'owner/principal', 'of', 'a', 'Houston', '-based', 'architectural', 'practice,', 'Ochsner', 'Associates,', 'from', '1984', 'to', '1987.']","[5, 6]",0,houston,"He was owner/principal of a Houston -based architectural practice, Ochsner Associates, from 1984 to 1987.","['Cohen, the American writer, is about to publish his latest book, ""My Last Suggestion.""', '""Foster,"" ""Alan Singh"" and ""Francis TSer.""', ""Between 1984 and 1987, Deloitte's directors and owners sued for more than $1 million in damages."", 'As the owner of Contingewald, he developed great memories of America and lived in Kent again in 1772.', '""If you don\'t say no, you won\'t be able to say no,"" he said, adding that he couldn\'t say no.']" -340,"['In', '1982,', 'he', 'attended', 'the', 'Ivor', 'Spencer', 'School', 'of', 'Butlers', 'and', 'Personal', 'Assistants', 'in', 'Dulwich,', 'a', 'suburb', 'of', 'London', '.']","[18, 19]",0,london,"In 1982, he attended the Ivor Spencer School of Butlers and Personal Assistants in Dulwich, a suburb of London.","['In 1982, she attended the Ihyvor Spencer Hillary Allen School of the Life Guards, a private school run by the Duke and Duchess of Cambridge, where she was a member of the Royal Family, and the wedding party of the Duke and Duchess of Cambridge, the Duke and Duchess of Cambridge, and the Duke and Duchess of Cambridge, the Duke and Duchess of Cambridge.', ""In 1982 he was a private school teacher at Spencer's School, where he was taught by butlers."", 'In 1982, he refused to travel to Dulwich to meet survivors of the Grenfell Tower fire.', 'He attended the Democratic Footsie in 1973 as well as the forum discussing the need for a genuine one-size-fits-all approach to politics.', '""I think it\'s going to take a lot of people to get to the bottom of this,"" he said, adding that he would like to see more of it in the future.']" -341,"['The', 'boom', 'on', 'urban', 'centres', 'such', 'as', 'Rosario', 'or', 'Buenos', 'Aires', ',', ""doesn't"", 'change', 'the', 'fact', 'they', 'were', 'already', 'very', 'popular', 'on', 'the', 'north', 'of', 'Argentina', 'or', 'Cordoba.']","[9, 11]",0,buenos aires,"The boom on urban centres such as Rosario or Buenos Aires, doesn't change the fact they were already very popular on the north of Argentina or Cordoba.","[""The boom in big cities such as Rosario and Buenos Aires does not change the fact that open-air storytelling and even posh bar stools are an integral part of the city's nightlife."", ""The net-wide uproar in the urban centers of El Almistad and Mexico has been caused by two below-average performances: some of the world's best volleyball players have moved to the air-conditioned parking lot; in the affectionately designed surroundings of the Olympic Stadium in Rio de Janeiro, the world's best golfers have moved to the golf course; in the affectionately designed surroundings of the Olympic Stadium in Rio de Janeiro, Spieth and I have often been mentioned as possible replacements for Miliband."", 'Guaranteed winners were: North Argentines and Heart Argentina, American Haram with North Eastern Enterprise Community Roles or Premier League Sporting Portrait < unk > Ian Ladyman < unk > Ian Ladyman < unk > Ian Ladyman and Ian Ladyman < unk > Ian Ladyman bring you all the latest news, views and pictures from around the world as well as a look at some of the best pictures from around the world and a look at some of the best pictures from around the world.', ""She's been walking the catwalk for the past few months, but isn't afraid to show off her enviable curves on the red carpet."", 'Turkey\'s revival in the Middle East has been an important source of handouts and ""clearly the micro-market"" of the country\'s security forces, as well as support for travel and tourism departments.']" -342,"['They', 'range', 'mostly', 'in', 'the', 'United', 'States,', 'but', 'have', 'been', 'seen', 'in', 'Canada', '.']","[12, 13]",0,canada,"They range mostly in the United States, but have been seen in Canada.","['There are always such knee-jerk reactions to news that the US economy is slowing.', '""I think it\'s going to be a long time before we get to the point where we can say,"" Oh, we\'ve got to do this, """" he said.', '""I think it\'s going to take a long time to get to the point where we can say,"" I can do this, I can do this, I can do this. ""', ""There's a lot of makeup; Gran < br > has anti-inflammatory properties."", 'They went viral across the globe, with the 42-year-old Hollywood star making his fifth public appearance.']" -343,"['Deposits', 'of', 'vanadinite', 'are', 'now', 'found', 'worldwide', 'including', 'Austria,', 'Spain,', 'Scotland', ',', 'the', 'Ural', 'Mountains,', 'South', 'Africa,', 'Namibia,', 'Morocco,', 'Argentina,', 'Mexico,', 'and', 'the', 'US', 'states', 'of', 'Arizona,', 'Colorado,', 'New', 'Mexico,', 'and', 'South', 'Dakota.']","[10, 11]",0,scotland,"Deposits of vanadinite are now found worldwide including Austria, Spain, Scotland, the Ural Mountains, South Africa, Namibia, Morocco, Argentina, Mexico, and the US states of Arizona, Colorado, New Mexico, and South Dakota.","['< p > gives you an overview of the best emerging talent breaking through at football clubs across the country, and a look at some of the best emerging talent breaking through at football clubs in the Premier League and Europe - and brings you the latest news, views and pictures - across Europe and the world.', 'Pharmaceutical companies in the United States and Europe offer Coke Experience, while Mako cleaned up processed soup in no more than four hours.', 'Meanwhile, VanadInBag.com (www.vanadinbag.com), a leading provider of travel insurance, travel insurance and travel insurance, today announced that it has expanded its range of travel insurance policies that cover long-haul flights, hotels, car rentals, hotels and other travel expenses.', 'One of the world\'s ""allies"" is Arnold Berman, who heads a research consultancy that advises private equity firms on how to invest in emerging markets (such as mutual funds).', 'City\'s chief financial officer David McIntosh said in a statement: ""We are pleased to announce that we have reached an agreement with Citi to sell the company to Citi, which will allow Citi to continue investing in the company for the foreseeable future.""']" -344,"['Licensed', 'for', 'generalized', 'tonic-clonic', 'and', 'complex', 'partial', 'seizures', 'in', 'the', 'United', 'Kingdom', '.']","[10, 12]",0,united kingdom,Licensed for generalized tonic-clonic and complex partial seizures in the United Kingdom.,"['Katarina Johnson-Thompson suffers complex partial seizures in Great Britain', 'It is a generalized and complex tonic, which is why all filmmakers are now looking for a mitigation of historical stagnation.', 'Ismael said he was grateful for the opportunity.', 'A surfactant known as ""mild"" has been approved by the Food and Drug Administration (FDA), the Food and Drug Administration (FDA), the Food and Drug Administration (FDA), the Food and Drug Administration (FDA) and the Food and Drug Administration (FDA).', 'Because basically it sounds like an addition to the licensed 2.X Vision Related brings with it the current negative appeal of selfie']" -345,"['It', 'also', 'supports', 'some', 'of', 'the', 'last', 'stands', 'of', 'Haiti', ""'s"", 'dense', 'cloud', 'forest', 'on', 'its', 'peaks.']","[9, 10]",0,haiti,It also supports some of the last stands of Haiti's dense cloud forest on its peaks.,"['In addition, the agreement granted free competition to Finland and the new ""peaceful infrastructure.""', 'She is also working on a small portion of later shark surveys involving poached plateaus.', 'Under-fire regiments from across the country are being supported - which is why Wayne Rooney has gone to Rangers.', 'They can reach 10,000 precincts in New York City with the help of slightly lower fines.', 'Much remains to be done to ensure that we get the best possible deal for our country.']" -346,"['Mount', 'Kenya', 'is', 'located', 'in', 'central', 'Kenya,', 'just', 'south', 'of', 'the', 'equator,', 'around', '150', 'km', '(95', 'miles)', 'north-northeast', 'of', 'Nairobi', '.']","[19, 20]",0,nairobi,"Mount Kenya is located in central Kenya, just south of the equator, around 150 km (95 miles) north-northeast of Nairobi.","['Mount Agung is located northeast of Nairobi.', 'Up to four people have been killed in an attack on a hospital in East London, according to hospital figures.', ""Mount Kenya is located in central Kenya, south of the equator, and is home to the world's largest population of marine mammals."", 'Mount Kenya east of Mount Ecker is located in central Kenya, about 150 kilometres northeast of Adelaide.', 'Mount Kenya is located in central Kenya, south of the equator, about 150 miles northwest of Nairobi, Kenya, up to JohOannop.Kjeldsen Pass 1991 Screenshot HERE: ""Watch out for aggressive speed limits,"" ""control boo"" documents ""and"" mountains of data. ""http: / / www.kjeld.com / cgi-bin / prnh / 2009109 / MJeldjeldjeldjeldjeldjeldjeldjeldjeldjeldjeldjeldjeldjeldjeldjeldjeldjeldjeldjeldjeldjeldjeldjeldjeldjeldjeldjeldjeldjeldjeldjeldjeldjeldjeldj']" -347,"['They', 'are', 'also', 'collected', 'for', 'human', 'consumption,', 'being', 'the', 'most', 'widely', 'used', 'pine', 'nut', 'in', 'Mexico', '.']","[15, 16]",0,mexico,"They are also collected for human consumption, being the most widely used pine nut in Mexico.","['Nuts are also considered safe for human consumption when burned.', 'In the south, in Cadiz, Azpilicueta is more beautiful than Madrid, but in the south there is light in the chief.', 'It begins with a statement from Kierkethal Telecom stating that it is a loan of around £1 million and that it will be made available to anyone wishing to apply for a loan.', ""I'm for life."", 'In addition, subcontractors will collect ""natynos"" for human consumption, ""democrats"" will gain access to the intellectual property of developed countries, and ""hay breeders"" will be able to collect ""natynos"" for human consumption.']" -348,"['In', '2004,', 'it', 'attracted', 'over', '75,000', 'foreign', 'visitors', 'to', 'Belgrade', 'and', 'in', '2005', 'it', 'was', 'the', 'second', 'most', 'visited', 'festival', 'in', 'Serbia', 'with', '300,000', 'visitors.']","[9, 10]",0,belgrade,"In 2004, it attracted over 75,000 foreign visitors to Belgrade and in 2005 it was the second most visited festival in Serbia with 300,000 visitors.","[""In 2004, the festival attracted more than 75 foreign visitors, there were more than 5 million music lovers in the UK and 19 million in the US and we will be particularly proud of this year's event - Nike logo and trade centre for excellent McIver - Nike logo for excellent McIver - Nike logo for excellent McIver - Nike logo for great McIver - Nike logo for great McIver - Nike logo for great McIver - Nike logo for great McIver - Nike logo for great McIver - Nike logo for great McIver - Nike logo for great McIver - Nike logo for great McIver - Nike logo for great McIver - Nike logo for great McIver - Nike logo for great McIver - Nike logo for great McIver - Nike logo for great McIver - Nike logo for great McIver - Nike logo for great McIver - Nike logo for great McIver - Nike logo for great"", 'In 2004, more than 750,000 people came to Belgrade, and in 2005, in Livorno, two countries came to see the Games, a disturbing example of human rights violations at the Games.', 'In 2004, 75,000 of our friends from the Aegean moved to Fermi in the midst of the peaceful beetroot garden of their church in Fermi, Tanzania, and so on, and one of the most difficult agreements ever made is clearly worth every penny of what is currently being made available to us... to ensure that we do not lose sight of the fact that we do not have to faithfully step on the steps of the Papal Palace, as we rightly do to serve the people of Northampton.', ""< br > Racing expert Robin Goodfellow gives his tips ahead of Thursday's meetings at Newmarket, Kempton, Kempton and Kempton."", 'While it meant nothing to me, it meant nothing to me to be ashamed of what I had done.']" -349,"['In', '1910', 'he', 'left', 'Vienna', 'to', 'see', 'the', 'world,', 'traveling', 'throughout', 'Europe', 'and', 'Africa', 'and', 'later', 'Asia', 'and', 'the', 'Pacific', 'area.']","[16, 17]",0,asia,"In 1910 he left Vienna to see the world, traveling throughout Europe and Africa and later Asia and the Pacific area.","['Francis left Vienna in 1928 to build a ""mosque for children and young people,"" the Brazilian newspaper Farc Globe reported in a recent interview.', 'They kicked him out of the club in 1919 and he was sacked in the summer of that year.', 'To see the world and be on call, we have a guy who bought $7,000 worth of cars, bought $7,000 worth of cars, bought $10,000 worth of cars, bought $10,000 worth of cars, bought $10,000 worth of cars, bought $7,000 worth of cars.', '""The world is afraid of him, the world is afraid of him, the world is afraid of him, the world is afraid of him, the world is afraid of him, the world is afraid of him, the world is afraid of him,"" he said.', 'In Oakland, 12 More ""Mampplk""']" -350,"['In', 'the', '1970s', 'he', 'participated', 'in', 'the', 'Uppsala', 'Theory', 'Circle', 'at', 'the', 'Uppsala', 'University', 'in', 'Sweden', 'founded', 'by', 'Tom', 'R.', 'Burns.']","[15, 16]",0,sweden,In the 1970s he participated in the Uppsala Theory Circle at the Uppsala University in Sweden founded by Tom R. Burns.,"['In the 1970s he was a member of the theoretical circus at Uppsala University in Sweden, where he taught.', 'In the case of the abductees, police have appealed for anyone with information to come forward.', 'In an interview with The Associated Press, Mr. Pavoß said, ""I don\'t know if I\'ll be able to do it, but I will.""', 'In an interview with the BBC\'s Andrew Marr Show, the Prime Minister said: ""I think we have a very good chance of winning the next general election and I think we have a very good chance of doing that.""', 'Meanwhile, Sturgeon flirts with the idea of scrapping the 50 per cent top rate of tax for top earners.']" -351,"['Its', 'range', 'extends', 'from', 'the', 'Democratic', 'Republic', 'of', 'the', 'Congo', 'and', 'Tanzania', 'in', 'the', 'north', 'to', 'the', 'Republic', 'of', 'South', 'Africa', 'in', 'the', 'south.']","[5, 10]",0,democratic republic of the congo,Its range extends from the Democratic Republic of the Congo and Tanzania in the north to the Republic of South Africa in the south.,"['It stretches from the Democratic Republic of Congo to the Tanzanian Bayazar in the west and Kenya in the west, the Republic of Congo in the south and the Democratic Republic of Congo in the north, the Democratic Republic of Congo in the north and the Democratic Republic of Congo in the south.', 'Their proliferation, on the other hand, has led to them dominating the top bracket of talented repeat offenders on the black market.', '""I don\'t think it will be easy,"" he said, ""but I think it will be difficult.""', '""I think it\'s going to be a long time before we get to the point where we can say,"" I can\'t do this, """" he said.', ""If you add the penalty shoot-out at 10 o'clock, you will see that there is a chance that the referee has seen the incident and decided whether or not to award a penalty.""]" -352,"['Partial', 'general', 'elections', 'were', 'held', 'in', 'Belgium', 'on', '10', 'June', '1890.']","[6, 7]",0,belgium,Partial general elections were held in Belgium on 10 June 1890.,"['In Belgium, 192 people were killed and 192 injured on the morning of 10 June.', ""That's how they got this best-preserved property - which is difficult for some in the public eye. '"", 'On October 10 at 6: 30 pm', 'Part of our MPs had a peripheral eye x Scrap. all sad, PS 20 7.13 Oll.', 'A mayoral election would normally take place from May 10 to 18, with the winner of the first round of primaries, caucuses, caucuses, primaries, caucuses, caucuses, caucuses, caucuses, caucuses, caucuses, caucuses and caucuses being chosen.']" -353,"['Alexander', 'Bertschler', '(born', '11', 'July', '1994)', 'is', 'a', 'male', 'recurve', 'archer', 'from', 'Austria', '.']","[12, 13]",0,austria,Alexander Bertschler (born 11 July 1994) is a male recurve archer from Austria.,"['Alexander is scheduled to appear in court at 7 a.m.', 'Alexander Berdych pulled out of his first-round match against Tomas Berdych at the US Open on Tuesday because of a hip injury.', ""Pablo Zabaleta, who scored twice in Wednesday night's 2-1 win over Manchester United in the Europa League, said: 'I was in tears when I heard the news, I couldn't believe it."", 'Saskia Byer opted for a natural brown and understated hairstyle and opted for a natural make-up look.', 'Less than a month and a half after the murder of a Belfast man who was shot dead by police, police have launched an investigation into the circumstances surrounding his death.']" -354,"['Charleroi', 'is', 'located', 'about', '60', 'kilometres', '(37', '\xa0', 'mi)', 'south', 'of', 'Brussels.']","[0, 1]",0,charleroi,Charleroi is located about 60 kilometres (37  mi) south of Brussels.,"['Charleroi is located 60 kilometres south of Brussels.', 'Charlerbrinck is 57 kilometres south of Brussels.', 'Char is about 60 kilometres north of the capital Dhaka.', 'Charler is in the midst of a community where people become fairy tales.', 'Charcockj (hit) is a la Belgi per son al sauban, which has significant negative consequences according to < br > on Thursday.']" -355,"['The', 'finale', 'received', 'positive', 'reviews', 'in', 'the', 'UK', 'and', 'mixed', 'reviews', 'in', 'the', 'U.S.']","[7, 8]",0,uk,The finale received positive reviews in the UK and mixed reviews in the U.S.,"['The Justice Department is growing in popularity in the Democratic coalition.', ""It's not the first time the pair have been spotted together, as they recently enjoyed a romantic getaway together."", 'The finale received positive reactions and very mixed reviews in the UK, with viewers receiving a four-point score (second by second), followed by an eight-step program to improve the types of car-stop trailers that share SMD, bustling bonus points, Amazon bonuses and the ability to perform tasks such as driving under the influence of alcohol and driving under the influence of alcohol.', 'Top Test wishlist: Alastair Cook', 'The Return Festival Bridge, Mixed Exglamour, Content won for the 18th Alice Show, Clinton continues Shape Bridge, Gaddafi lets the ring grow ""Perry seems direct and creates what Barack Obama is to stargreens that have broken the silence: Ring has broken the silence."" ""Business Catching on: Power Flowers Reality Tennis"" ""Lin-Manuel Miranda, President Obama\'s Secretary of State for Economic Development']" -356,"['As', 'a', 'result,', 'the', '2010', 'Pakistan', 'floods', 'were', 'considered', '""good', 'news""', 'for', 'the', 'ecosystem', 'and', 'population', 'of', 'the', 'river', 'delta', 'as', 'they', 'brought', 'much', 'needed', 'fresh', 'water.']","[5, 6]",0,pakistan,"As a result, the 2010 Pakistan floods were considered""good news"" for the ecosystem and population of the river delta as they brought much needed fresh water.","['Even Goldman Sachs, for example, counts large convertible bonds as resilient words used by board members to describe successful acquisitions: ""We would like to reiterate that the condominiums in question would be William Farmart @ condominiums.""', 'The weather came to a head early Friday morning when the storm was expected to weaken to a tropical storm.', 'Likewise, her most recent outbreak of SA West (Rasvirus was discovered in 1973) quarterback Cam Newton, 58, after Daibuco asked her to insure land for crime, and the most respected NBA player Elizabeth Niehouts wrote on Twitter that a bad $1 million loan would make her depressed.', 'As a result, torrential downpours hit eastern Heumiu and the rest of the region, leaving many people without power and forcing them to evacuate their homes, according to the National Weather Service.', 'In 1984, the Pakistani government announced that it would no longer allow women to wear the hijab, but would instead allow women to wear the hijab, a form of the hijab.']" -357,"['Canarium', 'australianum', 'is', 'a', 'species', 'of', 'trees,', 'native', 'to', 'Australia', 'and', 'Papua', 'New', 'Guinea', ',', 'of', 'the', 'plant', 'family', 'Burseraceae.']","[11, 14]",0,papua new guinea,"Canarium australianum is a species of trees, native to Australia and Papua New Guinea, of the plant family Burseraceae.","[""Beveridge's book contains two paragraphs, two paragraphs, two paragraphs, three paragraphs, three paragraphs, three paragraphs, three paragraphs, three paragraphs, five paragraphs, five paragraphs, five paragraphs, five paragraphs, five paragraphs, five paragraphs, five paragraphs, five paragraphs, five paragraphs, five paragraphs, five paragraphs, five paragraphs, five paragraphs."", 'Canarium australiankle - Davvenica is one of five species of indÃstica blasfru in Alaska, and the bankruptcy crisis has exuded confidence and persuasion in America.', 'Candice, who has been married to Liam for two years, recently revealed that she has been keeping a low profile since the birth of her son Bear, who she shares with ex-husband Liam Payne.', 'Utah, according to the researchers, came into play with ""practical improvements and listening"" that could share life on something else - Texas, for example.', 'Canelo Alvarez, the Cuban ambassador to the United Nations, said in a statement: ""Canelo Alvarez, the Cuban ambassador to the United States, and the Cuban ambassador to the United States will meet with the Cuban ambassador to the United States, Juan Carlos Alvarez, and the Cuban ambassador to the United States, Raul Alvarez, and the Cuban ambassador to the United States."" http: / / www.canelo-alvally.com / news-releases / canelo-alvally.html ""http: / / www.canelo-alvally.html"" target = ""external"" external "":"" > http: / / www.canelocal.com / www.canelocal.com / www.canel-alvally.html ""']" -358,"['A', 'few', 'are', 'well', 'known', '–', 'the', 'roof', 'gardens', 'at', 'Derry', 'and', 'Toms', 'in', 'London', 'and', 'the', 'Rockefeller', 'Center', 'in', 'New', 'York,', 'the', 'garden', 'at', 'Twyn-yr-Hydd', 'House', 'in', 'Margam', 'and', 'the', 'rock', 'and', 'water', 'garden', 'he', 'built', 'for', 'Princess', 'Victoria', 'at', 'Coppins,', 'Iver,', 'England.']","[10, 11]",0,derry,"A few are well known – the roof gardens at Derry and Toms in London and the Rockefeller Center in New York, the garden at Twyn-yr-Hydd House in Margam and the rock and water garden he built for Princess Victoria at Coppins, Iver, England.","['There are some, the roof garden in Derry and the medical center in New York, as well as the movie song Yours Natural.', 's Lower East Side (16), the garden in Twyn yr-Hydd (16) and the garden in Chichester-le-Street (16).', 'The property on the Twyn-Wyr-Hyde Estate in Margam was bought by Pick-A-Rock, who owned the property for $1.85 million last year, according to The Daily Telegraph.', 'In a statement, the Department of Homeland Security said: ""The Department of Homeland Security and Department of Homeland Security (DHS) are investigating allegations that the Department of Homeland Security and Department of Homeland Security (DHS) colluded with the Department of Homeland Security (DHS) and Department of Homeland Security (DHS).', ""For the rooftop gardens in Upper Liging and East Toms, but also for Victoria in Great Neck!, Roy New York, the Memorial Church of State Technology Center City shortly after the NPD Center opened 30 years ago, the League Tower Society Nigel Lynx Parts Fill Up Gardens in Deame, N.Y., and the Ronald Clark Pudedog Ground in Higgins, N.Y., Mr. Gingrich's favorite Ronald Clark Pudedog Ground in Higgins.""]" -359,"['The', 'third', 'aircraft', 'was', 'registered', 'in', 'Austria', 'rather', 'than', 'the', 'United', 'Kingdom', 'and', 'the', 'British', 'authorities', 'refused', 'to', 'let', 'the', 'airline', 'operate', 'an', 'unmodified', 'aircraft.']","[6, 7]",0,austria,The third aircraft was registered in Austria rather than the United Kingdom and the British authorities refused to let the airline operate an unmodified aircraft.,"['It has a camera for a later period and includes all seats free of charge.', 'The third plane took off at 3am yesterday morning and is expected to be the first of its kind to take to the skies in the coming days.', 'The third plane was the only one available, and it was the only one that made it to the ground, and it was the only one that made it to the ground, and it was the only one that made it to the ground.', ""The government's tender includes three pages, each with 60,000 Berlusconi supporters, said the official, who wished to remain anonymous because he was not authorized to speak publicly."", 'Despite all that has been achieved through negotiation and consultation (""It\'s the most successful place""), Kate is currently in the midst of a six per cent facelift, while her husband is in the midst of a six per cent facelift and is due to give birth to their second child, a boy, later this month.']" -360,"['Originally', 'run', 'out', 'of', 'her', 'New', 'York', 'City', 'apartment,', 'Gwynnie', 'Bee', 'now', 'operates', 'from', '5', 'offices', 'in', 'the', 'USA', 'and', 'India', 'and', 'employs', '350', 'people.']","[5, 8]",0,new york city,"Originally run out of her New York City apartment, Gwynnie Bee now operates from 5 offices in the USA and India and employs 350 people.","[""In a statement, Facebook said: 'We are deeply saddened by the death of Eric Clapton, the founder and CEO of Facebook Inc., and we are deeply saddened by the death of Eric Clapton, the founder and CEO of Alphabet Inc., who has been a vocal supporter of the # MeToo movement since the # MeToo movement.'"", 'Gwyneth Hodgkin, who once described herself as ""fascinated by structures that are perfect... the blue tree,"" reports an extreme inflation of $400 billion, the organic, cashless horror of having a spaceship in the trading room.', 'During a passionate period of high-profile European actions at the beginning of the year, there was certainly no article on Spiegel Online documenting the fall of Aysadnir King.', ""< br > Ralph Ellis has studied the facts and stats from the weekend's Premier League and English league matches and brought you 10 things we learned from it all..."", 'It was the first time he had scored in the Premier League, and the first time in the Champions League.']" -361,"[""Suriname's"", 'low', 'population', 'density', 'and', 'abundant', 'natural', 'resources', 'have', 'attracted', 'numerous', 'migrants', 'from', 'neighboring', 'Brazil', '.']","[14, 15]",0,brazil,Suriname's low population density and abundant natural resources have attracted numerous migrants from neighboring Brazil.,"['In fact, Abaitis??? second son is the least of them.??? He grew up with his parents.???', 'Sussex-based PHQ said Mate Immigration Annige de Rie was born in Perth and Jacob de Haan in Bali.', 'The low population density and the large amount of soil in the ground immediately said too much in the event of an attack in front of the house, said Qadopaud, an immigrant.', 'The censorship, which began in 2009, has become a major issue in the United States, where it has been the subject of a series of high-profile lawsuits, including a lawsuit by a woman who claims she was sexually harassed by a man she met on a dating app.', 'The public and Boehner, D-N.Y., did not immediately respond to a request for comment.']" -362,"['The', 'line', 'climbed', 'at', '1', 'in', '66', 'to', 'Hagley', 'Rd,', 'with', 'a', 'break', 'of', '1', 'in', '224', 'through', 'Rotton', 'Park', 'Rd', 'station,', 'and', 'then', 'descended', 'to', 'Harborne', 'at', '1', 'in', '66,', 'crossing', 'the', 'Chad', 'Valley', 'on', 'a', 'high', 'bank.']","[26, 27]",0,harborne,"The line climbed at 1 in 66 to Hagley Rd, with a break of 1 in 224 through Rotton Park Rd station, and then descended to Harborne at 1 in 66, crossing the Chad Valley on a high bank.","['Line 1 was closed on Hagley Street, a South London MS-224, and further south on the M1 and M1, while the M1 and M1 were closed on the M1 and M1 and M1 were closed on the M1 and M1 respectively.', 'Alonso, who arrived at Hagley Rennina at 1: 66 after 66 laps, said: ""It was a great day for the team and for me it was a great day for the team and it was a great day for the team.', ""Arriving at Calgary's Jotunheide Atlantic 500 airport, DB 112 crashed in Leon Antonio, another part of Belfast, and the plane crashed, Sherman said."", 'The Massachusetts State Highway Patrol (MHPV) inspector general said the vehicle was traveling at an average speed of more than 20 km / h with a steering brake of 17.0 km / h.', 'The Railway Up in Val London was designed by Ken Blomengarf to make teaching meaningful.']" -363,"['She', 'plays', 'on', 'the', 'Angola', ""women's"", 'national', 'handball', 'team,', 'and', 'participated', 'at', 'the', '2011', 'World', ""Women's"", 'Handball', 'Championship', 'in', 'Brazil', '.']","[19, 20]",0,brazil,"She plays on the Angola women's national handball team, and participated at the 2011 World Women's Handball Championship in Brazil.","[""She plays for the handball national team of Triberg and was a member of the women's handball league and was confirmed in June."", 'With ""Sand 142 (the box is perfect)"" they have a real audience.', ""The Warriors will participate in the 2011 Women's World Cup in Bangkok, where they will be accompanied by a Bangkok dog walker, Huis 2 & take FOXNews.com"", ""Pisces 20 FEB-20 MARCH You may be tempted to believe that you have proof to prove this week, but don't hold your breath for the thought that you will be caught off guard this week."", '< a href = ""http: / / www.zillow.com / blog / cgi-bin / 2015 / 03 / 11 / opinion / lbw-cgi-bin /"" target = ""_ blank"" > DAVID LLOYD reflects on all the hard work he has put in to become the best batsman in the world. < / a >']" -364,"['It', 'served', 'the', 'small', 'town', 'of', 'Anchovy,', 'Jamaica', 'on', 'the', 'Kingston', 'to', 'Montego', 'Bay', 'line', 'and', 'was', '105.75', 'miles', '(170.19', '\xa0', 'km)', 'from', 'the', 'Kingston', 'terminus.']","[12, 14]",0,montego bay,"It served the small town of Anchovy, Jamaica on the Kingston to Montego Bay line and was 105.75 miles (170.19  km) from the Kingston terminus.","['In a statement to the Australian Securities and Investments Commission (ASIC), the company said: ""The Australian Securities and Investments Commission (ASIC) (ASIC) (ASIC) ("" ASIC "") ("" ASIC "") ("" ASIC "") ("" ASIC "") ("" ASIC "") ("" ASIC "") ("" ASIC "") ("" ASIC "") ("" ASIC "") ("" ASIC "") ("" ASIC "") ("" ASIC "") ("" ASIC "") ("" ASIC "") ("" ASIC "") ("" ASIC "") ("" ASIC "") ("" ASIC "") ("" ASIC "") ("" ASIC "")""', 'She was in the small town of Anchovy on her way from Anchovy to Hoboken when she was hit by a car.', 'Cancer was the main reason for Lemad\'s performance on Wednesday night - pause and reflection dominated proceedings - and Mayte also received 16 television nominations, including for her performance in ""How to Get Away With Murder,"" ""How to Play Trump Wall"" and ""Bieber."" AFP / Advertiser / Ison Litbleji', 'In a statement, the company said: ""We are pleased to announce that we have reached a settlement with Ph & Ch & Ch & Ch & Ch & Ch & Ch & Ch & Ch & Ch & Ch & Ch & Ch & Ch & Ch & Ch & Ch & Ch.', ""It's not the first time Meghan and Morgan have been spotted together, as earlier this month they were spotted enjoying a barbecue at a popular restaurant in New York City, where they were joined by a bearded man who looked every inch the Hollywood A-list.""]" -365,"['Jajit', 'Singh', 'Jallah', 'is', 'an', 'international', 'rowing', 'competitor', 'from', 'the', 'state', 'of', 'Punjab', ',', 'India.']","[12, 13]",0,punjab,"Jajit Singh Jallah is an international rowing competitor from the state of Punjab, India.","['Jajar, from Pun-dah, South Korea, who is an internationally recognised leader in virology, said: ""We are delighted to be able to offer this service to our customers.', 'Jajal Javid, the former chief executive of the NHS, said: ""This is the first time we have seen an increase in the number of patients being referred to A & E departments.', 'Jazan Singh follows the World Cup rowing of jihadists Ouile (< p >) and Mohammad Zamtah SPPP of Techmbfic Technology and Press, of Saudi Arabia, the United Arab Emirates, the United Arab Emirates, the United Arab Emirates, the United Arab Emirates, the United Arab Emirates, the United Arab Emirates, the United Arab Emirates, the United Arab Emirates, the United Arab Emirates, the United Arab Emirates, the United Arab Emirates, the United Arab Emirates, the United Arab Emirates and the United States.', 'Jáhas already had a year-long campaign to promote the show Sleca!, which has been running for five years.', 'Yes, Kingsley Coman sang the praises of his team-mates at the end of the first half, but it should not be as if they got lost in the second half.']" -366,"['In', '1757,', 'he', 'was', 'sent', 'to', 'Paris', 'to', 'negotiate', 'loans', 'for', 'the', 'Danish', 'state', 'and,', 'in', '1760–61,', 'he', 'negotiated', 'a', 'substantial', 'loan', 'for', 'the', 'Danish', 'state', 'in', 'Genova.']","[6, 7]",0,paris,"In 1757, he was sent to Paris to negotiate loans for the Danish state and, in 1760–61, he negotiated a substantial loan for the Danish state in Genova.","['""I don\'t think he can do anything about it, but he will have to do something about it,"" he said.', ""Twitter users were quick to point out that it was a 'joke', with one user commenting: 'What a joke.'"", '17 (UPI) -- A Florida man was sentenced to life in prison Wednesday after pleading guilty to driving under the influence of drugs and driving under the influence.', '17 (UPI) -- A New York man has been charged with making porn bets to fuel concerns about the safety of Sam Butler, a young boy who was arrested without contact or insurance a year after posting a photo of himself in a Verbier bar with the caption ""What\'s your image?""', 'In 1757 he came to Israel, where he was forced to flee to the West Bank, where he was forced to flee to the West Bank, where he was forced to flee in the face of Israeli occupation of the West Bank and Israeli occupation of the occupied West Bank.']" -367,"['William', 'Kyle', 'Carpenter', '(born', 'October', '17,', '1989),', 'also', 'known', 'as', 'Kyle', 'Carpenter,', 'is', 'a', '(medically)', 'retired', 'United', 'States', 'Marine', 'who', 'received', 'the', 'United', ""States'"", 'highest', 'military', 'honor,', 'the', 'Medal', 'of', 'Honor', 'for', 'his', 'actions', 'in', 'Marjah,', 'Helmand', 'Province,', 'Afghanistan', 'in', '2010.']","[38, 39]",0,afghanistan,"William Kyle Carpenter (born October 17, 1989), also known as Kyle Carpenter, is a (medically) retired United States Marine who received the United States' highest military honor, the Medal of Honor for his actions in Marjah, Helmand Province, Afghanistan in 2010.","['Kyle Sandilands is the latest player to be linked with a move from St Tropez.', ""William Shatner pushes back his vintage cars while Columbine's hunter-gatherer protects the clothes of the late Buddha, who winds up on winding islands to climb Mount Sacramento during the war."", 'William Kyle Carpenter (* 2003), a side by side instructor until 2003, is called Pierre Inside Since Burrito. * 2010 Norman Neil Carpenter (* 2003), after an explosion on the hill in Canavan, Arc. * Armor 1967 the weekly graduation SG Rajasthan, retired with the # estabamppa (* 2008)', 'In the case of William Kyle, a doctor for the British intelligence service Mandatory Intelligence Channel in Morocco, he noted that Kris Carpenter, a young woman who had spent the night on the train, was more likely to stay in Grenada and Cool Gallic Brug because of her colourful tuxedo, and that she would rather share the location with her husband Arthur Nicolas Venus, who was born in Morocco.', 'Kyle Carter scored a career-high 75 points for the Bulldogs, while Tim Cahill (43.23), Ian Meerane Lee (44.23) and Chad Briefell (44.23) were also vying for a spot on the Gold Coast.']" -368,"['Liguri,', 'or', 'Logorik,', 'is', 'an', 'Eastern', 'Sudanic', 'language', 'of', 'the', 'Daju', 'family', 'spoken', 'by', 'the', 'Logorik', 'people', 'in', 'the', 'Liguri', 'Hills', 'of', 'the', 'Nuba', 'Mountains,', 'northeast', 'of', 'Kaduqli', 'in', 'South', 'Kurdufan', 'province', 'in', 'southern', 'Sudan.']","[27, 28]",0,kaduqli,"Liguri, or Logorik, is an Eastern Sudanic language of the Daju family spoken by the Logorik people in the Liguri Hills of the Nuba Mountains, northeast of Kaduqli in South Kurdufan province in southern Sudan.","['Liguri, Südssig: The language of Daju is foreign German and German.', 'In her northernmost community, Mayer Aables is a non-religious federalist, and her storm cry is Alfred Wechner and Albert Wechner, a 360-degree pipe variant in South Sudan.', 'The entire red line for a coherent monetary strategy is the lost promises of Stella Creasy, a career administrator of the hapless Zaytorilis and the sinister David Ayesha Crod, who has been responsible for ethnic cleansing for more than a decade.', ""Liguri remembers it well, but with referees the comments are usually better, and in the second half, when Begovic was sent off for a second bookable offence on the field, it can be said that the referee's correctness was not as great as it should have been."", 'WASHINGTON (Reuters) - The U.S. Food and Drug Administration (FDA) said on Thursday it would investigate the use of a drug called methylhexaneamine (methylhexaneamine) in the United States for the first time in more than a decade, as well as the use of a drug called methylhexaneamine.']" -369,"['Techvaganza', 'is', 'a', 'Techno-management', 'festival', 'and', 'is', 'one', 'of', 'the', 'largest', 'festivals', 'in', 'India', '.']","[13, 14]",0,india,Techvaganza is a Techno-management festival and is one of the largest festivals in India.,"['Techvaganza and festivals in India begin in Te-Wo, 100,000 visitors come to the sprawling Stammheimer Sace event hotel every week.', 'Techvaganza Ambassador is a writing festival and Wrist is a technology-based festival in Africa.', 'The Techvaganza is well stocked and < unk > - and < unk > one of the most successful nightclubs in the world.', 'Then there is the technology sector, which has been hard hit by the global financial crisis, and the technology sector, which has been hard hit by the global financial crisis, such as China, Japan and the United States.', 'Techescapanza is a record-breaking social gathering (English events feature the newsmaker, demographic star, educator, neuroscientist) dedicated to the discovery of devotion to discotheques.']" -370,"['These', 'buses', 'were', 'operated', 'mostly', 'in', 'Czech', 'Republic', 'and', 'Slovakia', '.']","[9, 10]",0,slovakia,These buses were operated mostly in Czech Republic and Slovakia.,"['The buses were well distributed throughout the Czech Republic and Slovakia.', ""The inner-city military sites were originally established in Hinowice, Hungary's 60th homeland."", 'Imagine what it would be like to live in Britain.', 'Those coaches were the faces of the team, and they were the faces of the coaches and the coaches.', 'In a statement to < br >, the club said: ""We are pleased to announce that we have signed a new long-term contract with the club.']" -371,"['Ellen', 'Andrews,', 'an', 'airline', 'employee', 'from', 'Wichita', 'working', 'in', 'Paris', ',', 'assists', 'Mickey', 'in', 'locating', 'and', 'retrieving', 'the', 'casket.']","[9, 10]",0,paris,"Ellen Andrews, an airline employee from Wichita working in Paris, assists Mickey in locating and retrieving the casket.","['Ellen Andrews, an Air Force police officer from Wichita, said, ""I\'m very concerned.', 'New York Times staff writer Ellen August reported from Wichita.', 'Ellen DeGeneres, an airline employee in Paris, instructed Middleton to call and cancel two Saturday tickets for 10-2 Clark Village, a delay of 522 days when she had babies with 120% syndrome.', 'Ellen Andrews said the only exceptions were ""disappointing times"" and ""black and white"" between Rudolstadt and New York and Fortge.', 'On land, the three-quarter-mile call was made seconds before takeoff - apparently a statement - and Howard screamed for help, according to the Orlando Sentinel.']" -372,"['Monaco', 'is', 'known', 'for', 'its', 'glamor', 'and', 'the', 'race', 'attracts', 'the', 'rich', 'and', 'famous', 'from', 'around', 'the', 'world,', 'making', 'it', 'a', 'fitting', 'venue', 'for', 'the', 'Amber', 'Lounge.']","[0, 1]",0,monaco,"Monaco is known for its glamor and the race attracts the rich and famous from around the world, making it a fitting venue for the Amber Lounge.","['If you understand the history of the Republican Party, you can understand the history of the Republican Party, the history of the Republican Party, the history of the Republican Party, the history of the Republican Party, the history of the Republican Party, the history of the Republican Party, the history of the Republican Party, the history of the Republican Party, the history of the Republican Party, the history of the Republican Party, the history of the Republican Party, the history of the Republican Party, the history of the Republican Party, the history of the Republican Party, the history of the Republican Party, the history of the Republican Party, the history of the Republican Party, the history of the Republican Party, the history of America.', 'Monaco is known for its fringe teams and the race is attracting interest from around the world, with the Silver Arrows European Challenge in Helsinki and the Cavendish Challenge in Mexico also attracting interest.', 'Known for its high-octane, high-octane, rich and personal wealth world, named after Wladimir Klitschko because of its rhetorical nature, Monaco has become a suitable place for plea-management attacks staged after a week of hot cooking.', 'Concacs... another health issue for Rickman as he returns to the stage to present Best Actor in a Leading Role in a Play gong.', '""Autopilot"" < br > ilda is under investigation by the inspector general and the FBI.']" -373,"['It', 'also', 'operated', 'services', 'across', 'the', 'English', 'border', 'to', 'Carlisle', ',', 'and', 'from', '5', 'March', '1988,', 'took', 'over', 'operation', 'of', 'the', 'Caledonian', 'Sleeper', 'services', 'to', 'London', 'Euston.']","[9, 10]",0,carlisle,"It also operated services across the English border to Carlisle, and from 5 March 1988, took over operation of the Caledonian Sleeper services to London Euston.","['The company also flew to Jerusalem throughout the country, and flights from Lake Aarau to Frankfurt were running at full speed at the airport around Berlin.', ""At the same time, it paralysed traffic across the Theresa Canal: London's Eutelsat Gate to Gregoriperbor."", 'It was also an opportunity for Maiziretiz to make a statement on Wednesday evening, when he announced that 20 new ""jobs in the country"" would be created in the beautiful city of Lyon. Police raided a doll factory and patchwork properties of Dobrindowna, which belong to the club-owned producers Robby, Shamregiled and Caledonian, as well as a Bourefire Resistance or Caledonian Budget in Paris, Joyce and Kollmei promised the police ""early next year.""', ""Afghan President Hamid Karzai said Thursday that the United States and the Afghan government are working together to end the insurgency in the country's northwest, and that the United States and its allies will continue to work together to end the insurgency in the country, which has been rocked by a series of deadly attacks in recent months."", 'The move brought drastic measures to stem the flow of illegal immigrants into the United States, with the first step being to increase the number of people allowed into the country illegally, according to a New York Times report.']" -374,"['In', 'his', 'final', 'year,', 'he', 'took', 'leave', 'from', 'medical', 'school', 'to', 'focus', 'on', 'his', 'religious', 'studies,', 'traveling', 'to', 'Syria', 'and', 'then', 'Pakistan', ',', 'where', 'he', 'studied', 'a', 'traditional', 'curriculum', 'for', 'a', 'number', 'of', 'years', 'under', 'some', 'of', 'their', 'greatest', 'scholars.']","[21, 22]",0,pakistan,"In his final year, he took leave from medical school to focus on his religious studies, traveling to Syria and then Pakistan, where he studied a traditional curriculum for a number of years under some of their greatest scholars.","['He traveled for several years to complete internships at major religious institutions, including the University of California, Berkeley, and the University of California, Berkeley.', 'In his final year, he acted from the perspective of a saintly children\'s book author once known as the ""Crimean Pope.""', 'His last year in office was overshadowed by a series of scandals, including allegations that he used his position as a senior adviser to then-President George W. Bush to influence the outcome of the 2016 presidential election and allegations that he tried to influence the outcome of the 2016 presidential election.', ""In an interview with Don Rickles of < p >, the father-in-law said: 'It's been a while since I've heard anything like this, I've never seen anything like it, I've never seen anything like it, I've never seen anything like it, I've never seen anything like it, I've never seen anything like it."", ""In 1963, in his final year at the LSE, Benedict bid farewell to medical minorities and religious minorities, and in his final year at university he met a group of doctors and nurses who told him he had been diagnosed with Alzheimer's and Alzheimer's.""]" -375,"['It', 'connects', 'the', 'towns', 'of', 'Smith', 'and', 'Wellington', 'to', 'the', 'California', 'state', 'line', 'north', 'of', 'Bridgeport,', 'California.']","[7, 8]",0,wellington,"It connects the towns of Smith and Wellington to the California state line north of Bridgeport, California.","['It links the towns of Smith and Wellington with the Death Grlate of California, a town built by the betting technician Sandbury Baum in 1907.', 'He has been involved in a number of issues, including a car crash in which he was hit by a car and a car crash in which he lost control of his car.', ""This means Javid's management team is uncritical of the region's environment and the deep sea."", 'The capital, Madrid, is just before 4pm, so you know how, and < br > looks to the future.', 'Uber is affiliated with Hansuka, both with the Eastern United States work center in Western California and with the Cariniture-Curuss Fund in Western California.']" -376,"['His', 'artwork', 'has', 'been', 'exhibited', 'in', 'countries', 'such', 'as', 'Canada,', 'Brazil,', 'Senegal,', 'USA,', 'Martinique,', 'Latin', 'America,', 'Dominican', 'Republic', ',', 'Europe', 'and', 'Haiti.']","[16, 18]",0,dominican republic,"His artwork has been exhibited in countries such as Canada, Brazil, Senegal, USA, Martinique, Latin America, Dominican Republic, Europe and Haiti.","['Santorum and the Edwards-Gates feud are not over, but neither is the former Massachusetts governor likely to run for re-election.', 'Many personal photographic works have been published in countries such as the United States, France, Germany, France, Italy, Italy, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands and the Netherlands.', 'Derby chief executive Sir Ian Prockner said: ""We are pleased to announce that we have signed a new contract with the club for the remainder of the season, allowing us to build on the success of the past.', 'The Barclays-Erdogan Waluschieda, or Waluschieda in Chinese, is the first of its kind in South Korea.', 'Saudi Ambassador to the United Nations Victoria Ferrer said Monday that the United States and Saudi Arabia had reached an agreement on the issue, but it was unclear whether the two countries would be able to reach an agreement.']" -377,"['Apart', 'from', 'being', 'considered', 'one', 'of', 'Sweden', ""'s"", 'finest', 'actors,', 'he', 'is', 'also', 'a', 'devoted', 'father', 'of', 'three', 'children.']","[6, 7]",0,sweden,"Apart from being considered one of Sweden's finest actors, he is also a devoted father of three children.","['He is described as the longest-serving British actor, but instead of writing for foreign newspapers and media, Pick could have developed technology leaks.', 'He is a brave, confident, confident man - interested in first-team football.', 'Abdelhamid Abaaoud, who is a member of the Swedish Academy of Dramatic Arts and Sciences, is accused of planning an attack on the theatre.', 'Herlitt\'s satirical blend of Latin and Latvian Corvette in Ruindi. @ manndre-houmile: The hierarchical conundrum that we are constantly chasing is that Sergio relies on his business to keep up with the demands of the region. @ manndre-houmile: The hierarchical conundrum that we are constantly chasing is that he has been running the show since the beginning of the year. @ lunar _ phonecap: In the east, he secures our borders with the Rhenish nieces. @ pinker\'s wit wins the creative energy of the show ""c balmember ° verse"" basketball from 1.5...', ""It's not the first time Joe Stoudemire has had chances.""]" -378,"['It', 'may', 'be', 'found', 'in', 'Mauritius', 'and', 'the', 'Cambodian', 'Mekong', 'near', 'the', 'Vietnam', 'border.']","[12, 13]",0,vietnam,It may be found in Mauritius and the Cambodian Mekong near the Vietnam border.,"['It may not exist, but it does exist, and it may not exist, and it may not exist, and it may not exist, and it may not exist, and it may not exist, but it may not exist, and it may not exist, and it may not exist, and it may not exist, and it may not exist, and it may not exist, and it may not exist.', 'She lives in Mauritius and on the Mekong near the island of Helsinki, which Warner built near the border in June 1977.', 'Around the same time, Newtown police are still trying to figure out what happened to the boy who was shot in the head, and what happened to the boy who was shot in the back, and who was shot in the back, and who was shot in the back.', 'What is the clear vote for vaccination in Tunisia? ""he asked.', '""The Killers"" director Konstyanov made hand-cut explanations for the film, which is set to hit theaters next month.']" -379,"['Brunel', 'remained', 'in', 'the', 'United', 'States', 'for', 'six', 'years,', 'sailing', 'for', 'England', 'in', 'February', '1799.']","[11, 12]",0,england,"Brunel remained in the United States for six years, sailing for England in February 1799.","['Brunel was the first Russian to visit the reef for six years.', 'Brunel, however, stayed in the United States for six years and said he hoped Solomar Henry could continue his retirement.', ""Brunel and Heinrich are three professional specialists who have treated Oberlander well: Theo is Zverev's mentor at the University of California, Berkeley, where he is an assistant professor of psychology and psychology at the University of California, Berkeley, where he is a senior lecturer."", 'Bruni kept the free remittance service open until the end of the year, when he was told to take it with him.', ""In addition, SLAN MOTE is a joint venture between SC City Family Regensburg Motorcycle Networks Austria, Black-them & Graz Gold Company Europe (RSME), the world's leading manufacturer of high performance motorcycles, and RSME Gold Company Europe (RSME), the leading manufacturer of high performance motorcycles in the USA.""]" -380,"['It', 'is', 'bordered', 'by', 'Turkey', 'to', 'the', 'north,', 'Lebanon', 'and', 'Israel', 'to', 'the', 'west,', 'Jordan', 'to', 'the', 'south', 'and', 'Iraq', 'to', 'the', 'east.']","[10, 11]",0,israel,"It is bordered by Turkey to the north, Lebanon and Israel to the west, Jordan to the south and Iraq to the east.","['Ott borders Turkey, Lebanon and Bosnia to the north, Podolski grew up upstairs in the village.', 'In a statement, the Ministry of Mines and Petroleum said it was ""disappointed"" by the decision but would not comment further.', 'Furry pets will be offered free drainage trips to the valley, and tablet computers and drumplay will cater for about 14 per cent of bowel cancer patients, but staff for less than a billion bowel cancer patients will be reduced by 34 per cent, according to the Aldi Nations 2030 Collection, where children\'s clothing departments, fans of popular fabric products such as ""ha-ha-ha-ha"" in the Delignan area, can buy their own items.', 'It is safe to say that every spring wedding makes it possible to generously recognise Kiev.', 'Most of the debris is believed to have been left on the beach in the town of Batoles32 in Palm Beach, Florida, in August. • Batoles32 in palm oil']" -381,"['Abdul', 'Hakim', 'Asher', 'was', 'born', 'on', 'October', '12,', '1977', 'in', 'the', 'Bagram', 'district', 'of', 'Parwan', 'province', 'in', 'central', 'Afghanistan', 'north', 'of', 'Kabul.']","[18, 19]",0,afghanistan,"Abdul Hakim Asher was born on October 12, 1977 in the Bagram district of Parwan province in central Afghanistan north of Kabul.","['Abdul Hakim Asher was born on 12 May 1977 in the central Afghan district of Parwan, north of Kabul.', 'Abdul Hakim Asher-Smith posted this photo to < br >.', 'Abdul Hakim Asher was convicted in 2002 of three counts of conspiracy to defraud, conspiracy to launder money and conspiracy to launder money. < a href = ""http: / / www.zillow.com / blog / abdul-Hakim-Asher-Bagram-was convicted of three counts of money-laundering-charges-for-money-laundering-charges-of-$ 22.86 million."" < / a > < / a >', 'Abdul Hakim Asher is due to appear in court on February 12 where he is expected to be sentenced to life in prison for murdering his wife Asher-Smith.', ""He said: 'I think it's important to remember that there are 200 Muslim marriages in this country and I think it's important to remember that there are many Muslim marriages in this country.""]" -382,"['The', 'hospital', 'is', 'responsible', 'for', 'providing', 'health', 'care', 'to', '170,000', 'people', 'residing', 'in', 'the', 'northern', 'part', 'of', 'Oslo', 'as', 'well', 'as', 'the', 'municipalities', 'of', 'Ski,', 'OppegÃ¥rd,', 'Nesodden,', 'Frogn,', 'Ã…s', 'and', 'Vestby.']","[17, 18]",0,oslo,"The hospital is responsible for providing health care to 170,000 people residing in the northern part of Oslo as well as the municipalities of Ski, OppegÃ¥rd, Nesodden, Frogn, Ã…s and Vestby.","['In a statement, the company said: ""We are deeply saddened by the death of our son and daughter Michael, Jr., who died of cancer at the age of 69, and his family and friends, including his great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great', 'The Department of Health is responsible for ensuring that 170,000 people in England and Wales receive the care they need every year, including those diagnosed with the disease.', '""The hospital is suspicious... everyone gets a seventh chance to get to the hospital without news,"" he said, adding that the hospital had been informed by a doctor that the patient had been in the hospital for several days.', 'This is the part of the hospital that Binghorondra built in the 90s, in the section ""After the Boys"" and in the section ""After Mike Mirren: Father Yardwen\'s Dementia, You Show Donation.""', 'In the meantime, we can look forward to weeks of free, collaborative campaigning; we can look forward to the next election; and we can look forward to the future of our country.']" -383,"['In', 'the', 'show,', 'he', 'uses', 'an', 'Autovox', 'to', 'create', 'amateur-like', 'reports', 'in', 'Italy', 'and', 'abroad.']","[12, 13]",0,italy,"In the show, he uses an Autovox to create amateur-like reports in Italy and abroad.","['Use Autovox to create amateur reports.', 'In this series Rummen writes about Moussoukamotif in various editions.', 'The former TOWIE star showed off her enviable figure in a pair of high-waisted flared trousers as she posed for photographers.', ""During the broadcast, he uses a car seat which he calls a 'political blasphemer' and tells people to 'f * * * off'."", 'In the show, he records a car song and laughs delightfully at Mayer.']" -384,"['He', 'pioneered', 'the', 'concept', 'of', 'the', 'nation', 'as', 'a', 'brand', 'and', 'has', 'worked', 'on', 'branding', 'projects', 'for', 'a', 'number', 'of', 'cities', 'and', 'countries,', 'including', 'London,', 'Mauritius,', 'Northern', 'Ireland', ',', 'Poland,', 'Portugal,', 'and', 'Lithuania.']","[26, 28]",0,northern ireland,"He pioneered the concept of the nation as a brand and has worked on branding projects for a number of cities and countries, including London, Mauritius, Northern Ireland, Poland, Portugal, and Lithuania.","['Beyonce and Jay-Z were first spotted cuddling up in New York on Wednesday.', 'Robert G-e cited this approach for the Loewe h.A.M. constituency in the Northern Hemisphere, which is the epicenter of a long-running dispute between the two countries.', '""We received a 10 percent stake in MPYDUS at 1 p.m. via juvenile justice Scott chell < unk > < unk >,"" said University of Melbourne lawyer Diana SCHTREFR.', 'High School) (1) (1) (2) (3) (3) (3) (3) (3) (3) (3) (3) (3) (3) (3) (3) (3) (3) (3) (3) (3) (3) (3) (3) (3) (3) (3) (3) (3) (3) (3) (3) (3) (3) (3) (3) (3) (3) (3) (3) (3) (3) (3) (3) (3) (3) (3) (3) (3) (3) (3) (3) (3) (3) (3) (3) (3) (3) (3) (3) (3) (3) (3) (3) (3) (3) (3', '< br > takes a look at some of the best emerging talent breaking through at football clubs across the country and brings you 10 things we learned from it...']" -385,"['It', 'lies', 'just', 'east', 'of', 'the', 'main', 'motorway', 'from', 'Ljubljana', 'to', 'Maribor', '.']","[11, 12]",0,maribor,It lies just east of the main motorway from Ljubljana to Maribor.,"[""Hernandez's home is about 1,000 feet east of the K-1 freeway."", 'The DFIDA, which created the site, said it was the first of its kind in the UK and the first in the world to be built in the UK.', 'It is located a little east of Maribor.', ""Wife Tanya also wanted to set up Rothschild's charity Neutral Urgida."", 'The wine is a delicious bacon and full of flavors.']" -386,"['At', 'the', 'time', 'of', 'its', 'completion', 'in', '2006,', 'it', 'was', 'the', '11th-tallest', 'skyscraper', 'in', 'Turkey', 'and', 'the', 'tallest', 'in', 'Konya', 'and', 'the', 'Central', 'Anatolia', 'Region', '.']","[22, 25]",0,central anatolia region,"At the time of its completion in 2006, it was the 11th-tallest skyscraper in Turkey and the tallest in Konya and the Central Anatolia Region.","['After donating to the charity, he said: ""I am so grateful to all who have supported me through this difficult time, and I am so grateful to all who have supported me through this difficult time, who have been so kind to me, and who have been so kind to me, and who have been so kind to me, and who have been so kind to me, and who have been so kind to me, and who have been so kind to me, and who have been so kind to me.', '""He\'s a good guy, he\'s a good guy, he\'s a good guy, he\'s a good guy, he\'s a good guy, he\'s a good guy, he\'s a good guy, he\'s a good guy, he\'s a good guy, he\'s a good guy, he\'s a good guy, he\'s a good guy, he\'s a good guy, he\'s a good guy, he\'s a good guy, he\'s a good guy, he\'s a good guy, he\'s a good guy, he\'s a good guy, he\'s a good guy, he\'s a good guy, he\'s a good guy."" ""', 'Despite a construction boom and year-on-year upheaval, it was one of the richest buildings in the country, with 40 per cent of homes now worth more than £1million.', 'When it was completed in 2006, it was the 11th-highest cloud cover in the city, according to the Camposchl-based Mouthfines Lake National Park Authority.', 'When he arrived at the university, Hooth and Netanyahu oversaw the campus, which had been under construction for more than a decade.']" -387,"['It', 'is', 'located', 'near', 'the', 'north-western', 'shore', 'of', 'the', 'Gulf', 'of', 'Panama', '.']","[9, 12]",0,gulf of panama,It is located near the north-western shore of the Gulf of Panama.,"['It is close to the border with North Korea and is considered a nuclear test site.', 'The Atacama is located in the middle of a reservoir.', 'The Fanes satellite off the Gulf Coast also exhibits a porous position of the nuclear C under biological conditions.', 'There is a lot of noise and it causes at least 10 rainfalls each year.', ""Click here for < a href >'s CHRIS SUTTON vs sports news editor LAURA WILLIAMSON... and don't forget to tell us your predictions by leaving a comment below.""]" -388,"['Hokagon', 'Island', 'is', 'an', 'island', 'located', 'within', 'Coronation', 'Gulf,', 'south', 'of', 'Victoria', 'Island,', 'in', 'the', 'Kitikmeot', 'Region,', 'Nunavut,', 'Canada.']","[0, 2]",0,hokagon island,"Hokagon Island is an island located within Coronation Gulf, south of Victoria Island, in the Kitikmeot Region, Nunavut, Canada.","[""In a statement, the university said: 'We are deeply saddened by the death of Alan Rickman, who passed away from cancer at the age of 69."", 'Hokagon (57 km) is one of the most beautiful places in the world.', 'Hokagon Entoya is an island built on a wreath south of Victoria Island and home to the Canadian Embassy. On the island are the British Embassy, the British Embassy, the British Embassy, the British Embassy, the British Embassy, the British Embassy, the British Embassy, the British Embassy, the British Embassy, the British Embassy, the British Embassy, the British Embassy and the British Embassy.', 'Hydraulic fracturing is a common occurrence in the United States, but it should be noted that it is not common in the United States, nor is it common in the United States.', ""Iceland is the world's most dangerous country""]" -389,"['He', 'wandered', 'in', 'Europe,', 'then', 'came', 'to', 'South', 'America', 'where', 'he', 'travelled', 'in', 'Venezuela,', 'Colombia,', 'Ecuador,', 'Peru', 'and', 'finally', 'Brazil', '.']","[19, 20]",0,brazil,"He wandered in Europe, then came to South America where he travelled in Venezuela, Colombia, Ecuador, Peru and finally Brazil.","['""I don\'t think it\'s fair to say it\'s not going to be easy but I think it\'s going to be very difficult,"" he said, adding that he was ""very concerned"" about the impact of Brexit on the UK economy.', '""I don\'t think it\'s the right thing to do,"" he said.', 'Tzejn roamed Europe in search of property, but could not find it because he could not find it, according to the Technical Museum Berlin.', ""He wandered through Europe, came to England, thought he was going to be a director, where he could enjoy much of what he wanted, and was visited by many in his mother's hometown, the Comoros."", 'Elke Friday toured Europe, the EU and the United States for the first time in more than a decade, meeting with health care officials eager to drum up support for her candidacy.']" -390,"['It', 'was', 'founded', 'in', '1942,', 'as', 'the', 'National', 'Institute', 'of', 'Aeronautics,', 'and', 'has', 'its', 'headquarters', 'in', 'Torrejón', 'de', 'Ardoz,', 'near', 'Madrid', '.']","[20, 21]",0,madrid,"It was founded in 1942, as the National Institute of Aeronautics, and has its headquarters in Torrejón de Ardoz, near Madrid.","['The former Manchester United and Real Madrid striker has been linked with a move to the Spanish giants but the Spanish club have yet to confirm his whereabouts.', ""< br > Racing expert Robin Goodfellow gives his views ahead of Thursday's meetings at Newmarket, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton"", 'It was built in 1942 by Victorian architect Fabian Beatje, architect Christian Cramer and owner Samuel Fulmas.', 'She is a guerrilla fighter, a balm for pilgrimage to the shopping mall, a shrine, a shrine, a shrine, a shrine, a shrine, a shrine, a shrine and a shrine.', 'Founded in 1955 as the National Center for Disorders and Adjustments, Francial and Associates is a nonprofit organization dedicated to promoting research and development in neurology, neuroscience, neuroscience, neuroscience, neuroscience, neuroscience, and neuroscience.']" -391,"['He', 'spent', 'his', 'childhood', 'in', 'Dhaka', 'where', 'he', 'studied', 'at', 'Dhaka', 'Collegiate', 'School.']","[5, 6]",0,dhaka,He spent his childhood in Dhaka where he studied at Dhaka Collegiate School.,"[""Read < p >'s Sunday Politics to find out what makes you warm and what makes you cold, what leaves you cold and what leaves you cold, what leaves you cold and what leaves you cold, what leaves you cold and what leaves you cold and what goes on."", 'He spent his childhood in a regimental prison in Munich, where he worked as a rescue pilot.', 'As a child, he spent time in Dhaka watching a Soviet version of Hul-jumper in PR222 K Hercules by D. R. Altea (""The Murder Machine"").', 'He spent most of his childhood with his mother, who died in 1989, and his father, who died in 1989.', 'He spent some time in the United States, where he studied at the University of California, Berkeley.']" -392,"['In', '1985', 'during', 'the', 'Soviet', 'War', 'in', 'Afghanistan,', 'Hakim', ""Asher's"", 'family', 'decided', 'to', 'leave', 'their', 'home', 'for', 'Pakistan', '.']","[17, 18]",0,pakistan,"In 1985 during the Soviet War in Afghanistan, Hakim Asher's family decided to leave their home for Pakistan.","['In 1985, during the Soviet invasion of Afghanistan, Hakim Asers decided: ""What consumers are there in Pakistan?""', ""Family friend Marie Kratz, who is suspended from her job until the end of the year, said she was' proud 'of her granddaughter when she was introduced to the subject by her own mother."", 'Within days, dream interviewer Ira Shasher left MasterChef and < a href > revealed she had been offered a return to the show for a second season.', 'About half of that owes its existence to Americans ""self-confidence, supplemented by Anne Lennon\'s imitation of the hipster gray Sahara animal from the original 89 Kmon shampoo pololeum Tadelsis, An Fashion Festival and Leeping Tehran Insurgent.', 'The Journal obscured the issue because it was in the latter category, and they consider it a notorious choice 51 years after The New York Times first reported it.']" -393,"['On', '1', 'July', '2011,', 'Despotović', 'signed', 'for', 'Japan', ""'s"", 'Urawa', 'Red', 'Diamonds.']","[7, 8]",0,japan,"On 1 July 2011, Despotović signed for Japan's Urawa Red Diamonds.","['Despotovid signed for Urawa Red Diamonds from Japan on July 1, 2011.', 'It is not the first time she has been accused of racism.', 'Despotovic moved to Juventus, the former Borussia Dortmund central defender, on January 1 for medical reasons.', '1 July marks the 40th anniversary of the founding of the University of Leicester.', 'Ta Ta: Delegates Balli, Stada Suny and 17 78 Green Rob Across 40 Heidis.']" -394,"['During', ""Napoleon's"", 'invasion', 'of', 'Russia', 'in', '1812,', 'Yashvil', 'managed', 'to', 'obtain', 'permission', 'from', 'General', 'Dmitry', 'Shepelev', 'to', 'join', 'the', 'Kaluga', 'militia', 'and', 'helped', 'recover', 'Yelnya.']","[4, 5]",0,russia,"During Napoleon's invasion of Russia in 1812, Yashvil managed to obtain permission from General Dmitry Shepelev to join the Kaluga militia and helped recover Yelnya.","['During the invasion of Nap-e-Islami in western Russia in 1818, Yashvil received the order of General Telejugging (< unk >) and rejoined the Kaluga militia.', ""June 18 (UPI) -- The head of Russia's anti-doping agency said Wednesday that Russia's anti-doping agency, the Russian Anti-Doping Agency (RUSADA), is investigating the use of performance-enhancing drugs (EPO) at the Winter Olympics in Sochi, Russia. -- The head of Russia's anti-doping agency, Sergei Skripal, has been charged with violating the country's anti-doping code. -- The head of Russia's anti-doping agency, Sergei Skripal, said."", 'Napoleon Jelnja reminds us of the past, the present day, the past, the present, the future, the future, the future, the future, the future, the future, the future, the future, the future, the future, the future, the future, the future, the future, the future, the future, the future, the future, the future, the future, the future, the future, the future, the future, the future, the future, the future, the future, the future, the future, the future, the future, the future.', 'In addition, the Company has agreed to pay $3 million to the US Department of Homeland Security and Department of Homeland Security to pay $1 million to the US Department of Homeland Security and $1 million to the Department of Homeland Security and Department of Homeland Security to provide additional support to the Department of Homeland Security and Department of Homeland Security.', 'While the first placed Ancarjocar (1438 Welsh) is the very underperforming HeartvarKane, Jamani Garham (1438 Welsh) is the heir to the concept of the Advanced Energy Exchange for a pass-and-pass system.']" -395,"['Trevor', 'Immelman', 'of', 'South', 'Africa', 'won', 'the', '2008', 'Masters', 'Tournament', 'at', 'the', 'Augusta', 'National', 'Golf', 'Club.']","[3, 5]",0,south africa,Trevor Immelman of South Africa won the 2008 Masters Tournament at the Augusta National Golf Club.,"['South African Trevor Immelman told < br > The Masters tournament was made and dusted by Kardashian.', ""South Africa's Trevor Immel won the men's 400m freestyle final on Saturday."", ""Three < unk > ahead of < unk > 's live coverage of the final round of the US PGA Championship at Quail Hollow, which begins on Sunday, < unk > we take a look at some of the best images from around the world."", ""Nissan's French subsidiary Nissan is also in talks to buy a stake in the company."", ""Genoa's Sam Schluwe breaks his memory as he looks back on some of the key moments in the game that might have given them a run for their money.""]" -396,"['Consequently,', 'Australia', ""'s"", 'annual', 'average', 'temperatures', 'are', 'projected', 'to', 'increase', '0.4–2.0', '\xa0', '°C', 'above', '1990', 'levels', 'by', 'the', 'year', '2030,', 'and', '1–6', '\xa0', '°C', 'by', '2070.']","[1, 2]",0,australia,"Consequently, Australia's annual average temperatures are projected to increase 0.4–2.0  °C above 1990 levels by the year 2030, and 1–6  °C by 2070.","['That is why supporters of the ballot say, ""Without policies or additional spending on the regions, the Obama administration\'s panels of experts will be limited over the period and impact of internal concerns on campaign finance,"" said Hannah Deml, chairwoman of the independent and internal advocacy group Role Effects in Campaign Management.', 'There are four main reasons why women have serious health problems - high blood pressure, high cholesterol and high cholesterol.', ""As a result, Australia's average car prices could rise by more than 2 per cent by 2030, while prices could rise by 2 per cent over the next five years, according to a report by the Australian Institute of Motor Manufacturers and Traders."", ""Finally, Amanda - AND the topuristic Indian headgear - points out that Australia's most important aesthetic reinvention programme and a new GM car will produce excellent fish products."", 'As a result, growth in Australia is expected to be healthy at 2 per cent by the end of the year and 2 per cent by the end of the year, reflecting the Australian dollar and the Australian dollar as a whole, according to the Australian Bureau of Statistics.']" -397,"['She', 'was', 'the', 'ancestor', 'of', 'many', 'political', 'people', 'including', 'Lyndon', 'Baines', 'Johnson,', '36th', 'president', 'of', 'the', 'United', 'States;', 'Winston', 'Leonard', 'Spencer-Churchill,', '63rd', 'Prime', 'Minister', 'of', 'the', 'United', 'Kingdom', ';', 'Prince', 'Albert', 'II', 'of', 'Monaco;', 'Princess', 'Diana', 'and', 'Prince', 'Charles.']","[26, 28]",0,united kingdom,"She was the ancestor of many political people including Lyndon Baines Johnson, 36th president of the United States; Winston Leonard Spencer-Churchill, 63rd Prime Minister of the United Kingdom; Prince Albert II of Monaco; Princess Diana and Prince Charles.","[""She said: 'I think it's very possible that Lincoln would have been able to do that, but I don't think he would have been able to, and I don't think he would have been able to, and I don't think he would have been able to, and I don't think he would have been able to, and I don't think he would have been able to.'"", ""It was the forerunner of many political people, such as Lyndon B. Johnson, the 36th President of the United States, who was a vocal critic of the Obama administration's handling of the Benghazi attack, which killed more than 100 people and injured more than 100, and who was a vocal critic of the Obama administration's handling of the Benghazi attacks."", '""The Equal Pay Act needs the confidence of the Prime Minister to stand up to the demands of the people and to make its own payments to the American people,"" she said in a statement, adding, ""We need the confidence of the Prime Minister to stand up to the demands of the American people and to begin delivering on the promises that the American people have made to the American people.""', 'Born in 1947, she was the decorator of the assassination attempt, which drew a large gray (far right, cutting for the first time), a black woman, a black woman, a white woman, a black woman, a black woman, a black woman, a black woman, a black woman, a black woman, a black woman, a black woman, a black woman, a black woman, a black woman, a black woman, a black woman, a black woman, a black woman, a black woman, a black woman, a black woman, a black woman, a white man, a black woman, a black woman, a black woman, a black woman, a black woman, a black woman, a black woman, a black woman, a black woman, a black woman, a black woman, a black woman, a black woman, a black woman, a black woman, a black woman, a black woman, a black woman, a black woman,', ""Gregor Townsend's side beat New Zealand 3-0 at Twickenham on Saturday and can look forward to progressing to the knockout stage.""]" -398,"['Bessenbach', 'is', 'a', 'river', 'of', 'Bavaria,', 'Germany', '.']","[6, 7]",0,germany,"Bessenbach is a river of Bavaria, Germany.","['The river is a river in the second largest valley in Bavaria.', 'Beslan Holiday Inn Island has organized a trip to ""Yester in Lake Louise.""', 'Bessenhausen, who was born in the Netherlands, was born in the Netherlands and grew up in the USA.', 'Besseng pulls up on the canal and pushes the killer pedestrians too close.', '< p > SAM MORSHEAD lands at Middlesbrough on Saturday.']" -399,"['The', 'name', 'was', 'taken', 'from', 'the', 'location', 'of', 'the', 'crimes,', 'which', 'were', 'committed', 'around', 'the', 'M25,', 'London', ""'s"", 'orbital', 'motorway,', 'during', 'the', 'early', 'hours', 'of', '16', 'December', '1988.']","[16, 17]",0,london,"The name was taken from the location of the crimes, which were committed around the M25, London's orbital motorway, during the early hours of 16 December 1988.","['The man, who has not been named, was arrested in connection with the incident.', 'The name has been used internationally for the possible whereabouts of the racist crime figure of Chancellor Angela Merkel, who, among other things, prevents neo-Nazis from registering Roma as users.', 'The name comes from the crime scene believed to have taken place on April 28, 1990: Kim Jinghong, 25, of East Village; Matthew Nikolay, 04, of East Village; Matthew Nikolay, 04, of East Village; and Ghost Jack Meier, 04, of East Village; Kim Jinghong, 04, of East Village, 04, of West Village, 04, of West Village; and Cole Pfafftouhdt, 51, of Spedrock, N.Y.', ""DNA tests revealed Rousey suffered a ruptured achilles tendon in her defeat by Amanda Nunes at UFC 207 in Las Vegas last month, with the 27-year-old's promoter Eddie Hearn describing her as the 'toughest fighter in the world'."", 'This designation comes from the title ""Billion Man Booker,"" which stands for ""Billion Man Booker Biggest Booker"" and is unrivalled with eight points: The Community, """" Ryan Reef ""(Handa Sandberg 006), the focus of South Korean television,"" Route of the World, """" Route of the World, """" Route of the World, """" Route of the World, """" Route of the World, """" Route of the World, """" Route of the World, """" Route of the World, ""Route of the World,"" Route of the World, ""Route of the World,"" Route of the World, ""Route of the World,"" Route of the World, ""Route of the World,"" Route of the World, ""Route of the World,"" Route of the World, ""Route of the World,"" Route of the World ""']" -400,"['The', 'station', 'opened', 'in', '1976', 'at', 'the', 'same', 'time', 'as', 'lines', '13', 'and', '14', 'were', 'linked', 'across', 'Paris', '.']","[17, 18]",0,paris,The station opened in 1976 at the same time as lines 13 and 14 were linked across Paris.,"['3 Forest & Resort / Bselinge offers sailing holidays in Italy.', 'Interstate 13 was temporarily halted at the time of the suspicious activity, and Interstate 13 and Interstate 14 were closed.', 'In 1961 the station was closed to the public for the first time since 1965.', ""13 and 14 tied the most important self-alliance to Khamenei's other Paris outcomes, which Trump has said he would like to see resumed."", 'SIMON JONES: Manchester City have made a £10million bid for Real Madrid striker Alvaro Morata.']" -401,"['The', ""Forbes-Robinson's"", 'main', 'family', 'home', 'was', 'located', 'at', '22', 'Bedford', 'Square', 'in', 'the', 'heart', 'of', 'London', ""'s"", 'Bloomsbury', 'district.']","[15, 16]",0,london,The Forbes-Robinson's main family home was located at 22 Bedford Square in the heart of London's Bloomsbury district.,"[""< br > Australia's DAVID LLOYD reflects the thrill at Edgbaston and reflects the thrill at Edgbaston... while Andrew Flintoff's unbeaten hundred means the tourists will have to settle for a draw to book their place in the round of 16 of the ICC Champions Trophy - and look forward to seeing Alastair Cook's men in action at Lord's on Saturday."", 'The house, which is in the Dent area, was damaged in February.', 'The Comple Flair Castle was inspired by a neat lotion port designed by New York architect Vincenzo Anthony Baziary and a unique hope from the world of basketball.', ""< br > DAVID LLOYD reflects on the thrill that accompanied England's historic victory over Argentina in the Rugby World Cup final at Twickenham..."", 'The house of the Haup family, which belonged to Mohamed Slaughter from 1466 to 1417, was once owned by his wife Hans Slaughter.']" -402,"['Her', 'baptism', 'was', 'conducted', 'with', 'special', 'solemnity,', 'being', 'organizated', 'by', 'her', 'uncles', 'Maximilian', 'III,', 'Archduke', 'of', 'Austria', 'and', 'Prince', 'Ferdinand', 'of', 'Bavaria', '.']","[21, 22]",0,bavaria,"Her baptism was conducted with special solemnity, being organizated by her uncles Maximilian III, Archduke of Austria and Prince Ferdinand of Bavaria.","['Her christening took place with special solemnity under the patronage of her uncles, Archduke Asie of Austria and Archduke of Israel.', 'This problem is largely due to the rising cost of living, the ban on siblings entering the UK, the humanitarian situation in Kidwickshire, the lack of access to free schools, the lack of education for the blind, the lack of access to education for children as young as seven - all of which I would not recommend to anyone at a higher education institution.', 'The lyrics of the song - ""Audi engines on the road, you get that with Civic, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit, Detroit,', '""Confirmation is an important moment in our history,"" Daniel Saurer, curator of the Museum of Contemporary Art at the University of California, Berkeley, said in a statement.', ""He said: 'I'm not going to say I'm going to do it again, I'm going to do it again.""]" -403,"['Wahleach', 'Lake,', 'commonly', 'known', 'as', 'Jones', 'Lake,', 'is', 'a', 'lake', 'and', 'reservoir', 'located', 'in', 'the', 'Skagit', 'Range', 'in', 'the', 'Lower', 'Mainland', 'of', 'British', 'Columbia,', 'Canada,', 'east', 'of', 'the', 'city', 'of', 'Chilliwack', 'and', 'southwest', 'of', 'the', 'town', 'of', 'Hope.']","[15, 17]",0,skagit range,"Wahleach Lake, commonly known as Jones Lake, is a lake and reservoir located in the Skagit Range in the Lower Mainland of British Columbia, Canada, east of the city of Chilliwack and southwest of the town of Hope.","['Lake Wahach is a reservoir with variant 48, and you can enjoy a glass of wine at breakfast at the Skagit jokes restaurant Le Nisse des Serswal.', 'Turnout is not as bad as it was in 2008, and Clinton, a Republican who won the Iowa caucuses in 2008 and 2012, has been vocal in criticizing Santorum, saying he is ""not as stupid as he seems"" and that he is ""not as stupid as he seems.""', 'The electoral roll goes back to the Seventies and Eighties and, crucially, the Eighties and Seventies, and between those early Nineties and Nineties the trend was for young people to party all night, party all night, party all night, party all night, party all night, party all the time, party all the time, party all the time, party all the time, party all the time, party all the time, party all the time, party all the time, party all the time, party all the time, party all the time, party all the time, party all the time, party all the night, party all the night.', ""According to a new Washington Post / Washington Post poll, Trump's Missouri district is the only state in the country where no Republican presidential candidate has been elected in a presidential election."", 'Vote Leave has been embroiled in a dispute over alleged landless (Me-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E-E']" -404,"['Attaching', 'himself', 'afterwards', 'to', 'François', 'de', 'Tournon,', 'he', 'accompanied', 'him', 'in', '1554', 'to', 'Italy', ',', 'whence', 'he', 'was', 'several', 'times', 'sent', 'on', 'embassies', 'to', 'the', 'king,', 'with', 'reports', 'on', 'the', 'siege', 'of', 'Siena.']","[13, 14]",0,italy,"Attaching himself afterwards to François de Tournon, he accompanied him in 1554 to Italy, whence he was several times sent on embassies to the king, with reports on the siege of Siena.","['Dennis built a reputation as a hard-working, hard-working man who would go on to achieve great things.', ""He then grabbed a blanket and followed the back of the car as Tarraga's mother appeared in court, where he was shot dead by police."", ""16 / PRNewswire-USNewswire / -- Here's < a href > a look at some of the most memorable moments in football history in the United States, including when Özil scored a hat-trick in the FA Cup final against Arsenal at Wembley, when he scored a hat-trick in the FA Cup semi-final against Arsenal and when Mesut Özil scored a hat-trick in the FA Cup final against Arsenal."", 'First of all, we must ensure that we have a system that is fit for purpose, and we must ensure that we have a system that is fit for purpose, that we have a system that is fit for purpose.', ""Later on Tuesday, President Francois Hollande said in a televised address that the president's computer systems were being used in an unspecified attempt to bomb train tracks and that the Justice Department had ordered it to investigate whether Frepdida's account was valid.""]" -405,"['In', '1937,', 'the', 'first', 'of', 'the', 'Somoza', 'presidents', 'of', 'Nicaragua', 'took', 'power.']","[9, 10]",0,nicaragua,"In 1937, the first of the Somoza presidents of Nicaragua took power.","['In 1937 the first Somta replaced Nicar.', ""In 1937, Finance Minister Morgan Farcas guided them through the first two years of Nicaragua's independence."", 'In 1937 Peter Somoza Benitez took over the management of the Grey Theatre Company, a company founded in 1937, which has since developed into one of the largest theatre groups in the world.', 'During the year, the Musile Plás locomotives were built on the sand of Nical Fanta, a small island in the Ansome Forest.', ""He said: 'I'm not going to lie, I'm not going to lie, I'm not going to lie.""]" -406,"['The', 'airport', 'was', 'originally', 'built', 'by', 'engineers', 'from', 'the', 'United', 'States', 'in', 'the', 'late', '1950s.']","[9, 11]",0,united states,The airport was originally built by engineers from the United States in the late 1950s.,"['Analysts in the US said Rosberg was not fully responsible for the crash but admitted he had been misled by his team-mate during the race.', 'The expected site for the gate was the site of a 2002 Vancouver conference at the Siberian Airport Council, where the airport was built in PatiNYC.', 'The airport initially did not report the incident, but referred it to the Foreign Office.', ""< br > Racing expert Robin Goodfellow gives his tips ahead of Monday's meetings at Kempton, Kempton and Kempton."", 'We advise you to travel to Iran to get advice on sports and other topics.']" -407,"['Jane', 'Mackenzie', '(née', 'Sym;', 'March', '22,', '1825', '–', 'March', '30,', '1893)', 'was', 'the', 'second', 'wife', 'of', 'Alexander', 'Mackenzie,', 'the', 'second', 'Prime', 'Minister', 'of', 'Canada', '.']","[23, 24]",0,canada,"Jane Mackenzie (née Sym; March 22, 1825 – March 30, 1893) was the second wife of Alexander Mackenzie, the second Prime Minister of Canada.","['Jane Mackenzie (née Paul Sym; March 22-30, 1883): Either a sailor or flat-bottomed.', 'Jane, who was born on March 22, married Torsten Jacobs of the David Wasneednom Foundation, a charity dedicated to improving the quality of life for children and young people in the UK, on March 22 in a lavish ceremony attended by the Duke and Duchess of Cambridge and Prince Harry.', 'Jane Mackenzie, chief executive of the National Association of Head Teachers, said: ""This is the first time we have seen a significant increase in the number of children coming to the UK from disadvantaged backgrounds.', ""Judith C. MacKenzie (who was born in Malaysia) was North Carolina's first black president, the first black president of the United States, and the first black president of the United States, John F. Kennedy."", 'Jane Mackenzie (née Sym) was born on 22 March 1830 and Pippa Nelson (née Sym) on 6 March 1844 at the age of 16.']" -408,"['It', 'was', 'heavily', 'damaged', 'in', 'the', '2004', 'tsunami', 'which', 'impacted', 'on', 'over', '100,000', 'of', 'the', 'Maldives', '300,000', 'population.']","[15, 16]",0,maldives,"It was heavily damaged in the 2004 tsunami which impacted on over 100,000 of the Maldives 300,000 population.","['They suffered a number of injuries, including a fractured skull, a fractured skull, a fractured skull, a fractured skull, a fractured skull, a fractured skull, a fractured skull, a fractured skull, a fractured skull, a fractured skull, a fractured skull, a fractured skull, a fractured skull, a fractured skull, a fractured skull, a fractured skull, a fractured skull and a fractured skull.', 'In 2004, local cases of malnutrition were reported in the Maldives on the basis of case reports by the government on the number of deaths.', 'A creditor simply declared his retirement through no fault of his own, triggering financial losses.', 'Presumably the first impressions of the potential that could be harmed include hundreds of comedic cauldrons?', 'The former lynch mogul remains in a secret category (Financial Issue for Fertility Regulatory Transparency Events) according to a study published by the National Institute for Health and Care Excellence (NICE).']" -409,"['The', 'village', 'was', 'named', 'after', 'Bremen', ',', 'in', 'Germany.']","[5, 6]",0,bremen,"The village was named after Bremen, in Germany.","['Even many experienced mountaineers remain silent.', 'This village was abandoned after the Battle of Bremen.', 'Profumo in the midst of takeover bid for Anopheles Group', 'The bicycle is a sustainable fuel.', 'It used to be the same. *)']" -410,"['Farmlands', 'come', 'into', 'view', 'as', 'the', 'highway', 'approaches', 'its', 'junction', 'with', 'Wellington', 'Road', '(SR', '829),', 'which', 'heads', 'towards', 'Wellington', 'and', 'points', 'west.']","[18, 19]",0,wellington,"Farmlands come into view as the highway approaches its junction with Wellington Road (SR 829), which heads towards Wellington and points west.","['When the highway cuts off to the intersection and Wellington Street (SR) skips into Knop (gorr 0.74), the business community seems to love it more than the first thing Rubio brings into the fall.', ""If it becomes the triptych, it's 695,000 North!"", 'ACERANT crocodile glasses form carefree, carefree, carefree, carefree, carefree, carefree, carefree, carefree, carefree, carefree, carefree, carefree, carefree, carefree, carefree, carefree, carefree, carefree, carefree, carefree, carefree, carefree, carefree, carefree, carefree, carefree, carefree, carefree, carefree, carefree, carefree, carefree, carefree, carefree, carefree, carefree, carefree, carefree, carefree, carefree, carefree, carefree, carefree, carefree, carefree, carefree, carefree, caref', 'Crimea, Crimea, Crimea, Ukraine, Ukraine, Ukraine, Ukraine, Ukraine, Ukraine, Ukraine, Ukraine, Ukraine, Ukraine, Ukraine, Ukraine, Ukraine, Ukraine, Ukraine, Ukraine, Ukraine, Ukraine, Ukraine, Ukraine, Ukraine, Ukraine, Ukraine, Ukraine, Ukraine, Ukraine, Ukraine, Ukraine, Ukraine, Ukraine, Ukraine, Ukraine, Ukraine, Ukraine, Ukraine, Ukraine, Ukraine, Ukraine, Ukraine, Ukraine, Ukraine', ""In the wake of the Grenfell Tower fire, which killed more than 100 people and injured more than 100 others, London Mayor Sadiq Khan said he was' deeply saddened 'by the death of London Mayor Sadiq Khan, who lost his bid to become Mayor of London.""]" -411,"['After', 'emigrating', 'to', 'Brazil', 'via', 'Italy', 'in', 'the', '1950s,', 'he', 'settled', 'in', 'Rio', 'de', 'Janeiro.']","[5, 6]",0,italy,"After emigrating to Brazil via Italy in the 1950s, he settled in Rio de Janeiro.","['Goes well independently after repair-intensive work.', 'After emigrating to the Soviet colony, he cycled to Brazil, where he became a friend.', 'After the Olympic Games in Rio, Germany won!', 'After leaving Rio de Janeiro for Italy, Kuni Kisdiak returned to the United States, where he was arrested and charged with conspiracy to defraud the United States.', 'After four years in neutral Africa, adopted by Nicaragua in the early 1950 ""s as a politically significant developing country, the United States has emerged as the world\'s most industrialized nation, with six million people living in poverty.']" -412,"['Haiti', 'has', 'a', 'World', 'Heritage', 'site', 'located', 'here.']","[0, 1]",0,haiti,Haiti has a World Heritage site located here.,"['Haiti is also a World Heritage Site.', 'Haiti has been in civil war since 1995, when the United Nations Security Council voted to authorize the use of chemical weapons by the United States and the United Nations, and the United Nations Security Council voted to authorize the use of chemical weapons by the United States and its allies in the war against the Islamic State of Iraq and the Levant (ISIL), which is accused of using chemical weapons against the United States and its allies.', '""We won\'t be able to do that,"" he said.', 'In a statement, the company said: ""We are pleased to announce that we have reached an agreement with the Department of Homeland Security (DHS) to provide additional support to the Department of Homeland Security (DHS) and Department of Homeland Security (DHS).', 'Bayer is building a PM here.']" -413,"['As', 'a', ""'bright"", 'young', ""thing'"", 'along', 'with', 'Lady', 'Diana', 'Cooper', 'and', 'Elsa', 'Maxwell,', 'Blossom', 'organised', ""'treasure"", ""hunt'"", 'parties', 'across', 'London', '.']","[19, 20]",0,london,"As a'bright young thing' along with Lady Diana Cooper and Elsa Maxwell, Blossom organised'treasure hunt' parties across London.","['""I don\'t know if I\'m going to make it, but I\'m going to make it, and I\'m going to make it, and I\'m going to make it, and I\'m going to do it, and I\'m going to do it,"" he said.', 'And Lady Diana Cooper and Elsa Max Blossom shared a loved-up snap of their loved ones on Instagram on Tuesday.', '< a href = ""http: / / www.zillow.com / homedetails /"" target = ""_ blank"" > < / a >', 'She is also a journalist alongside Lady Thatcher and Tony Blair.', '17 game day near Diemisti, John Kentu < unk > Frankenkirchen as a whole new destiny for Denmark < unk > Defends my viewer who says he\'ll fall ""Once"" Yes ""Morning News 5:"" Hidelvention Received Mick\'s First Discord ""General Meeting to Present Event, Was a Reaction to the Joke / Eye Style Already on Facebook TMZAP"" 0 V ""Someone Leonding Mübing FeG"" in Next Time Feed RT100 Sara ""12 / 23 / 28 / 11']" -414,"['Library', 'technician', 'at', 'the', 'State', 'Library', 'of', 'News', 'South', 'Wales', 'in', 'Sydney', 'Australia.']","[7, 10]",0,news south wales,Library technician at the State Library of News South Wales in Sydney Australia.,"['Biology lecturers at the State Library of NSW in Sydney, Australia, have ordered Miley.', 'State Library of News South Wales Library Casey, Santiremaslin cost $4.7 million of the licensed money.', 'Library technician in the Department of State Government in Sydney, Australia.', 'Smartphone users in south Wales say the browser has opened up new avenues and is leaving the internet in the classroom.', '""I think it will take a lot of time,"" he said, ""but I think it will take time.""']" -415,"['In', 'the', 'United', 'Kingdom,', 'United', 'States,', 'India,', 'and', 'Brazil', 'diclofenac', 'may', 'be', 'supplied', 'as', 'either', 'the', 'sodium', 'or', 'potassium', 'salt;', 'in', 'China,', 'it', 'is', 'most', 'often', 'supplied', 'as', 'the', 'sodium', 'salt,', 'while', 'in', 'some', 'other', 'countries', 'it', 'is', 'only', 'available', 'as', 'the', 'potassium', 'salt.']","[8, 9]",0,brazil,"In the United Kingdom, United States, India, and Brazil diclofenac may be supplied as either the sodium or potassium salt; in China, it is most often supplied as the sodium salt, while in some other countries it is only available as the potassium salt.","['Since 1989, it has been promised that the company will be able to build a new factory in the United States that will be able to produce more than 4,000 new cars a year in the United States, and that it will be able to build a new factory in Britain that will be able to produce over 4,000 new cars a year in the United States.', ""Britain's top 30,000 heroin dealers will be banned from the UK for up to a year after they were found to have used performance-enhancing drugs such as methamphetamine, cocaine and heroin, a court has heard."", 'While DicDailyphenac is available in the UK, France and Brazil as sodium or easily digestible, in China it is often jokingly referred to as sodium salt in the form of broccoli, broccoli pudding or broccoli pudding.', 'After McCarthy\'s death, the White House said it was ""deeply saddened"" to learn of the death of Republican John McCain, who died in a 2001 car crash.', ""A United Nations Security Council delegation will meet Thursday in New York and other countries including India, the United States and Croatia to discuss how to deal with the threat posed by North Korea's nuclear and missile programs.""]" -416,"['This', 'marine', 'species', 'occurs', 'in', 'the', 'Indian', 'Ocean', '(Tanzania,', 'Mascarene', 'Islands)', 'and', 'eastwards', 'as', 'far', 'as', 'Indonesia', '.']","[16, 17]",0,indonesia,"This marine species occurs in the Indian Ocean (Tanzania, Mascarene Islands) and eastwards as far as Indonesia.","['These marine species are generally found on the seabed, but there is no evidence that they live on the seabed or on the seabed.', 'This marine animal occurs in the so-called acoustic part of the Indian Ocean.', 'This marine species is found in the cold algae of the Indian Ocean rainforest - accompanied by Utah as a mixture of environment, climate and a revealing climate - and occurs in the tropical rainforest.', 'No discrepancies were found for this species from the same period.', 'The Organised High Line is available in the Indian Ocean for £636 and is available in the UK, US, Canada, Japan, Japan, UK, UK, UK, UK, UK, UK, UK, UK, UK, UK, UK, UK, UK, UK, UK, UK, UK, UK, UK, UK, UK, UK, UK, UK, UK, UK, UK and UK.']" -417,"['It', 'was', 'announced', 'that', 'loan', 'signing', 'Jamal', 'Fakir', 'would', 'be', 'returning', 'home', 'to', 'France', 'to', 'join', 'Lezignan', 'after', 'his', 'loan', 'expired', 'in', 'the', 'off', 'season.']","[13, 14]",0,france,It was announced that loan signing Jamal Fakir would be returning home to France to join Lezignan after his loan expired in the off season.,"['It is the place where Monaco won the Champions League for the first time in its history and won the league for the first time in its history.', ""It's not the first time a woman has been accused of sexual assault by a man she met on a dating app, according to a new report."", '< p > takes a look at some of the best from across the Premier League and brings you 10 things we learned from it...', ""Signing Samaras from London rivals Didier Deschamps on loan from Borussia Monchengladbach despite van Gaal's decision to sanction Aubameyang is a huge gamble."", ""Labour MP Donald Arcoin is offering Britain's most powerful cross-party group the chance to vote on a Brexit deal with the EU, while Labour's shadow Brexit secretary Sir Keir Starmer is calling for Britain to leave the single market and customs union.""]" -418,"['Peter', 'Plympton', 'Smith', '(born', 'October', '31,', '1945)', 'is', 'a', 'former', 'member', 'of', 'the', 'United', 'States', 'House', 'of', 'Representatives', 'from', 'the', 'U.S.', 'state', 'of', 'Vermont', ',', 'the', '75th', 'Lieutenant', 'Governor', 'of', 'Vermont,', 'and', 'an', 'education', 'administrator.']","[23, 24]",0,vermont,"Peter Plympton Smith (born October 31, 1945) is a former member of the United States House of Representatives from the U.S. state of Vermont, the 75th Lieutenant Governor of Vermont, and an education administrator.","[""Peter Plympton Taylor Smith (born Christian Cox) was a digital entrepreneur who volunteered for Burton in Indiana Church Criba and was deputy tax director of the Science Initiative (her brother is a Chinese architect) in Landshut, Carnegie Mellon Men. (nb) The headmistress's family in LA (new sports, charity event banned)."", 'Peter Smith (The New York Times), former 20-year-old Vice President of U.S. Immigration and Customs Enforcement (FOXQ650), Lee Nowitzki (FOXQ650), A.J. Scarafari (FOXQ650), and Bill de Blasio (FOXQ650) owe ""security and security"" their gratitude and ""please wait for a telegram from all the separate staff of the Chief of Staff.""', '""I don\'t know if I\'m going to make it, but I\'m going to make it, and I\'m going to make it, and I\'m going to do it, and I\'m going to do it,"" he said.', ""Third, Silicon Valley's Carl Icahn and Liney Behrands, who are spearheading efforts to change the way India's acoustic music is played, are among the first to sign up."", ""The former Oakland Raiders running back, who was named the NFL Players Association's Most Valuable Player of the Year, said he has no regrets about the decision.""]" -419,"['The', 'Bv', '202', 'was', 'designed', 'to', 'transport', 'troops', 'and', 'equipment', 'through', 'snow', 'or', 'boglands', 'in', 'the', 'northern', 'parts', 'of', 'Sweden', '.']","[19, 20]",0,sweden,The Bv 202 was designed to transport troops and equipment through snow or boglands in the northern parts of Sweden.,"['He is introverted because he is the best player in the world and the best in the world.', ""It's not the first time the pair have been spotted together, as they recently enjoyed a romantic getaway together in New York City."", 'The makeshift plane was built above the gale-force winds, and conditions quickly deteriorated.', 'Bv 201 would be recommended for use by scientists and equipment, and perhaps an honor by the Dutch Science Institute in it (@ - @ Tolerans).', 'I firmly believe in the idea that you can do what you want with your life, ""she said.']" -420,"['Saint', 'Andrew', '(""St.', 'Andrew"")', 'is', 'one', 'of', 'eleven', 'parishes', 'of', 'Barbados', '.']","[10, 11]",0,barbados,"Saint Andrew (""St. Andrew"") is one of eleven parishes of Barbados.","['St Andrew\'s (also ""@ dandelychurch"") is one of the oldest of 11 churches in the UK and is the target of its own Community Executive Equity Fund.', ""St Andrew's is one of 11 parishes in the UK that have been targeted by social services in the past two years, including St Andrew's, St George's Chapel and St Mary's Chapel."", 'St. Andrew\'s: ""It\'s the first time we\'ve had a president who\'s been in the White House for more than a decade.', ""St Andrew's, meanwhile, have had a difficult start to the season, with a 2-0 loss to St Mirren and a 2-0 home loss to St Mirren."", 'Heisman Trophy-winning wide receiver DeAndre Iguodala has been suspended indefinitely by the New England Patriots.']" -421,"['He', 'distinguished', 'himself', 'in', 'the', 'storming', 'of', 'Belgrade', 'in', '1789.']","[7, 8]",0,belgrade,He distinguished himself in the storming of Belgrade in 1789.,"['It was sunk in the storm of Belgrade in 1789.', 'Laspis Akreb near Belgrade in 1789.', 'In 1789 he produced his ""Funià helicopter.""', '""I think it\'s going to be a tough game for us, but I think it\'s going to be a tough game for us,"" he said.', 'ACT Policing could live up to its expectations in July.']" -422,"['It', 'is', 'found', 'in', 'most', 'of', 'central,', 'and', 'eastern', 'South', 'America', 'proper,', 'in', 'Argentina,', 'Bolivia,', 'Brazil,', 'Colombia,', 'Ecuador,', 'French', 'Guiana,', 'Guyana,', 'Suriname-(the', 'Guianas),', 'Paraguay', ',', 'Peru,', 'and', 'Venezuela.']","[23, 24]",0,paraguay,"It is found in most of central, and eastern South America proper, in Argentina, Bolivia, Brazil, Colombia, Ecuador, French Guiana, Guyana, Suriname-(the Guianas), Paraguay, Peru, and Venezuela.","['Fog denounces the prehistoric millionaire, who is mainly active in knee and knee operations in the southern state of Palma.', 'Today, the virus can be used almost completely and not even in real life as a preventive measure, but it can also be used to treat people who have been infected with the virus for a long time.', 'Artery surgery occurs in different parts of the body, from the brain to the spinal cord, from the brain to the brain, from the brain to the brain to the spinal cord.', ""Organic was founded 40 years ago in the United States, but it's not the first time it's happened in the United States, and it's not the first time it's happened in the United States, and it's not the first time it's happened in the United States."", 'The study, published in the Journal of the American Medical Association, found that in nearly all the states with the highest rates of Zika infection, the number of people infected with the mosquito-borne virus increased by 12.6 percent in 2015 compared to the same period last year.']" -423,"['She', 'is', 'also', 'the', 'founder', 'of', 'a', 'medical', 'student', 'curriculum', 'called', '""The', ""Healer's"", 'Art""', 'used', 'in', 'medical', 'schools', 'throughout', 'the', 'United', 'States', '.']","[20, 22]",0,united states,"She is also the founder of a medical student curriculum called""The Healer's Art"" used in medical schools throughout the United States.","['She is the founder of ReFive (Affliers < p >), which works with high-quality ADR inventory, and she is also involved in some of the most important topics of the day, such as the impact that millions of people have on train travel.', 'She is also a medical student at a medical school called the Ambulance Service, where she works as a nurse.', 'Instead, she awarded the philosophy a ""School of Medicine Medal"" and immersed herself in the profession while speaking to activists calling for her resignation.', ""And the translator, who has been a vocal critic of the Trump administration's handling of the Russia investigation, told Now on Tuesday: 'I think it's important that we get to the bottom of this.'"", ""The funding means that this reform of the state is based on political spending plus additional federal money in the county's coffers.""]" -424,"['The', 'park', 'is', 'located', 'adjacent', 'to', 'a', 'Telecommunication', 'Company', 'of', 'Iran', 'Satellite', 'Earth', 'Station,', 'at', 'the', 'foot', 'of', 'the', 'Alborz', 'mountains.']","[19, 20]",0,alborz,"The park is located adjacent to a Telecommunication Company of Iran Satellite Earth Station, at the foot of the Alborz mountains.","['The park is located in Aberdeen, at the foot of the Alps.', 'The park is located at the Nasdaq, at the end of the TPC, at the headquarters of Gliban, where a variety of satellites receive their plants.', 'The park is also home to the eponymous telecommunications company, Kopony, which operates a swing arm of the Sreg, an information center for those who use discounts to bring adults into the park.', 'There are also numerous training formats available to an Iranian satellite trainer at the facility, as well as intermediary services that were also used by Gingrich.', 'Protesters clashed with police yesterday as they tried to disperse the crowd.']" -425,"['When', 'he', 'was', 'released', 'Kelly', 'came', 'clean', 'about', 'her', 'affair', 'with', 'Scott', 'and', 'revealed', 'to', 'Roy', 'that', 'she', 'planned', 'to', 'start', 'a', 'new', 'life', 'in', 'London', '.']","[25, 26]",0,london,When he was released Kelly came clean about her affair with Scott and revealed to Roy that she planned to start a new life in London.,"['According to AndrTed Coulold, the baby made it to astronaut U2, but did not make it to the space station.', ""The singer, who was born Winni Winni Lizet in 1895 and has three albums with Sonos Chase, did not name the singer but said he was' excited 'to see her perform at the event."", 'When Form came out of the news agent\'s office naked from her attacks, she closed her eyes and said, ""I don\'t know what you\'re talking about, but I\'m going to tell you, I\'m going to tell you, I\'m going to tell you, I\'m going to tell you, I\'m going to tell you.""', ""The amount of money spent on invitations or usual reservations for ancillary missions is entirely in keeping with Microwave's ideals."", ""Louisiana sheriff's deputy Michele L. Lehman and a firefighter from Knoxville, Ky., were called to the scene of the shooting, which occurred in the early hours of Friday.""]" -426,"['She', 'represented', 'the', 'Chinese', 'Taipei', 'national', 'team', 'in', 'two', 'editions', 'of', 'the', 'Olympic', 'Games', '(2004', 'and', '2008).']","[3, 5]",0,chinese taipei,She represented the Chinese Taipei national team in two editions of the Olympic Games (2004 and 2008).,"[""In a statement, the company said: 'We are deeply saddened to learn of the death of our friend and colleague, and would like to offer our deepest condolences to the family and friends of those affected by the tragic death of Alan Rickman, who passed away this morning at the age of 69 after a short battle with cancer.'"", 'Cancelled and finished first in the Nissan PTA programme at the start of the season.', 'Walker, one of the current 11-year-olds, Charlie Alexis Lundqvist, was a strong contender at the 2010 Olympics.', 'Birgit Juergen represented the Chinese national team at the Winter Olympics in Sochi, Russia, and represented Bulgaria at the Winter Olympics in Sochi, Russia.', 'Wade and her names will be announced by < a href = ""http: / / www.zillow.com / blog / Wade-and-her-name-will-be-named-by-< / a > at the 2017 International Competition in New York, New Jersey, New Jersey, New York, Washington, D.C., New York, Washington, D.C., New York, Washington, D.C., Washington, D.C., Washington, D.C., Washington, D.C., Washington, D.C., Washington, D.C., Washington, D.C., Washington, D.C., Washington, D.C., Washington, D.C., Washington, D.C., Los Angeles, Los Angeles, Los Angeles, Los Angeles, Los Angeles, Los Angeles, Los Angeles, Los Angeles, Los Angeles, Los Angeles, Los Angeles, Los Angeles, Los Angeles, Los Angeles, Los Angeles, Los Angeles,']" -427,"['Clinton', 'is', 'an', 'unincorporated', 'census-designated', 'place', '(CDP)', 'in', 'Prince', ""George's"", 'County,', 'Maryland,', 'United', 'States.']","[0, 1]",0,clinton,"Clinton is an unincorporated census-designated place (CDP) in Prince George's County, Maryland, United States.","['To do this, we need to reduce the amount (of fish).', 'Clinton has even more difficult districts... The concept of the census [the creation of 40 census centers around the world as a result of absurd government plans to increase direct investment in assets as a share price NOW] rises to $2,000.', ""Pepper spray and prohibited language were used by two burglars as the damage was done at one of New York's most famous crime scenes."", ""Clinton did not share a love letter, nor did fans publicly shake her hand, saying: 'You have a great sense of humor."", 'Clinton Kent UK Louise G. Cross, CEO of Bancorp Baker. said, ""We are pleased to announce that we have entered into a new contract with Bancorp.']" -428,"['In', 'Finland', 'this', 'style', 'of', 'cap', 'was', 'adopted', 'first', 'in', '1918,', 'by', 'Civic', 'Guard,', 'and', 'in', '1936', 'by', 'the', 'Army.']","[1, 2]",0,finland,"In Finland this style of cap was adopted first in 1918, by Civic Guard, and in 1936 by the Army.","['In Finland, this type of ivory was first created in 1918 by two women and runs the Village Foundation:', 'In the 1990s, the number of Khcis outside Finland increased, and north of that the number of defendants increased.', 'In a statement, the company said: ""We are pleased to announce that we have reached an agreement with the UK Government on the sale of our monogrammed sofas, which will enable us to offer a range of products and services to our customers.', 'This cap badge dates from 1955 and ""alias"" coincidence, and as a result the company\'s stock market value has fallen more than 20 percent since then. -- Nasdaq: Nasdaq: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ', 'This kind of housekeeping, or paternalism, could always be called a ""private game,"" but Mair is not the only one who has had to endure the indignity of being in public.']" -429,"['Syria', 'remained', 'the', ""Umayyads'"", 'main', 'power', 'base', 'thereafter,', 'and', 'Damascus', 'was', 'their', 'capital.']","[9, 10]",0,damascus,"Syria remained the Umayyads' main power base thereafter, and Damascus was their capital.","[""Syria remained Roderick's target even after that, and Damascus was her main target, with local news sites initially reporting Roderick's fight against the Islamic State."", ""Syria remains its air force's main base and is in danger of losing ground to the Islamic State in Syria and Iraq."", ""Syria also remained in the sun, central to the Umayyad base, and Damascus was its capital, according to Iran's state news agency IRNA."", 'She loves the Hampean Kandahar, and she wants to have a beer with Hillfred Siev, and she wants to have a beer with him, and she wants to have a beer with him, and she wants to have a beer with him, and she wants a beer with him.', 'Syria: < br > DAVID LLOYD on the captaincy on day one of the third Test between the two sides']" -430,"['R&B', 'Songs', 'is', 'a', 'chart', 'released', 'weekly', 'by', 'Billboard', 'in', 'the', 'United', 'States', '.']","[11, 13]",0,united states,R&B Songs is a chart released weekly by Billboard in the United States.,"['R & B Songs is a chart hit released weekly by Billboard in 2016.', 'R & B / R & B / R & B / R & B / R & B / R & R / R & R / R & R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R /', 'R & B songs topped the Billboard charts in the United States, which announced it would be playing Whoresson songs - a tribute to the busker who quit classics.', '""I don\'t think it will be easy,"" he said, ""but it will be very difficult.""', '""The clubs of Sinaxia are undergoing a generational shift in our relationship with the second division,"" the tweet read. < br > < br > Young Australians earn more than $1 million a year.']" -431,"['Following', 'a', 'series', 'of', 'such', 'attacks', 'extending', 'to', 'the', 'coast', 'of', 'India', ',', 'a', 'British', 'expeditionary', 'force', 'was', 'sent', 'to', 'Ras', 'Al', 'Khaimah', 'and', 'sacked', 'the', 'town,', 'setting', 'it', 'to', 'fire', 'and', 'also', 'burning', 'the', 'vessels,', ""'upwards"", 'of', ""fifty',"", 'in', 'the', 'port.']","[11, 12]",0,india,"Following a series of such attacks extending to the coast of India, a British expeditionary force was sent to Ras Al Khaimah and sacked the town, setting it to fire and also burning the vessels,'upwards of fifty', in the port.","['Balatsu Nic, former chief executive of the National Association of Head Teachers (NASCAR), said: ""In April, the FTSE 100 suffered its biggest year-on-year fall in more than a decade with the loss of more than 2,000 jobs and more than half a million jobs in the wake of the financial crisis, while the FTSE 100 suffered its worst quarterly loss in more than a decade.', 'After a follow-up meeting with India\'s Ku Klux Klan, the chief executive of Ujii Jiang, the company\'s 19-year-old chief executive, an estimated 10 percent of the company\'s credit was raised to ""minus two percent,"" according to a person familiar with the matter who wished to remain anonymous because he was not authorized to discuss the matter publicly.', 'In the wake of a series of attacks stretching all the way to the top of India, the Taliban are waging a new social offensive that, according to a campaign by the Pakistan-based militant group al-Shabaab, has claimed responsibility for a series of suicide bombings that have killed more than 50,000 people in the past two years.', 'After the attack on the coast of Arabia, a crash of a British expedition and a boat accident in the Gulf of Aden, nurses from the British Expeditionary Force (BEEE) rushed to the scene to recover the poppies, which had remained on the ground for more than a week, according to a statement from the British Expeditionary Force (BEE).', ""< br > 's DAVID LLOYD reflects on the thrill...""]" -432,"['Czaszyn', 'is', 'currently', 'situated', 'in', 'the', 'Subcarpathian', 'Voivodship', '(since', '1999),', 'previously', 'in', 'Krosno', 'Voivodship', '(1975–1998)', 'and', 'Sanok', 'district,', '(10', 'miles', 'east', 'of', 'Sanok),', 'located', 'near', 'the', 'towns', 'of', 'Medzilaborce', 'and', 'Palota', '(in', 'northeastern', 'Slovakia).']","[0, 1]",0,czaszyn,"Czaszyn is currently situated in the Subcarpathian Voivodship (since 1999), previously in Krosno Voivodship (1975–1998) and Sanok district, (10 miles east of Sanok), located near the towns of Medzilaborce and Palota (in northeastern Slovakia).","['Czasszyn is now a member of Subcar.uk Voivodeship (since 1999 lnope voivodhood), formerly Koerlauours Voivodeship (1975 to 1999) and Sanok in the province of Sul, 49 km east of Sanok.', 'The present town of Buckow is located in the middle of the city and was first estimated in 1999 to be 12.2 kilometres east of the town of Buckow, which lies about 127 kilometres east of the town of Buckow.', 'Czasz8a Breaks Through Local and Multi-story Buildings < < < < unk > About 6 percent of employees were questioned about a burglary alert. < unk > < < unk > < unk > < unk > < unk > < unk; < unk > < unk > < unk > < unk > < unk > < unk > > > < unk > < unk > < unk > < unk > > > > > > > > < unk > < unk > < unk > < unk > < unk > < unk > < unk > > > < unk > > > > < unk > > > < unk > >', ""The president of the National Association of Realtors is also a budget legend Heigay Ben & Jerry's Puffin Laboratory Exgymus, TVP Co., HFF, HFF, HFF, HFF, HF, HF, HF, HF, HF, HF, HF, HF, HF, HF, HF, HF, HF, HF, HF, HF, HF, HF, HF, HF, HF, HF, HF, HF, HF, HF, HF,"", 'Czechoslovakia is in the run-up to the elections, but when other issues such as the lack of candidates are discussed, it is often the German show jumpers who are controversially discussed in the polls.']" -433,"['The', 'oil', 'transport', 'infrastructure', 'in', 'Finland', 'was', 'built', 'and', 'is', 'owned', 'by', 'Neste,', 'and', 'thus', 'petrol', 'stations', 'usually', 'obtain', 'fuels', 'from', 'Neste,', 'although', 'the', 'monopoly', 'is', 'no', 'longer', 'government-sanctioned.']","[5, 6]",0,finland,"The oil transport infrastructure in Finland was built and is owned by Neste, and thus petrol stations usually obtain fuels from Neste, although the monopoly is no longer government-sanctioned.","[""The music industry has a lot of unknowns about the world around it, and in the images of the ambitious young actors and actresses who have made it to the big screen in recent years, there are a lot of unknowns about what's going on in the world, and there's a lot of unknowns about what's going on in the world around them, and there's a lot of unknowns about what's going on in the world right now."", 'Environmental groups worry that the plant or leftover private fuel could explode in the event of a shutdown, a pipe bomb or a crack in a permit system.', 'However, Finnish infrastructure, which is anchored in Finland, would be subject to the law, he said.', 'Subsidiary Mossos Suez said it was ""disappointed"" by the decision, but added that it would fight rising diesel prices for a long time to come.', ""It was built in the name of the owner, National New Year's Eve, and it is recorded that it will celebrate you at 12.30pm from Lilacy's waiting room 5000 metres away.""]" -434,"['Southern', 'bases', 'on', 'both', 'coasts', 'are', 'used', 'to', 'organize', 'infiltrations', 'into', 'South', 'Korea', 'and', 'Japan.']","[11, 13]",0,south korea,Southern bases on both coasts are used to organize infiltrations into South Korea and Japan.,"['For the first quarter of this year, net income was $556 million, or $0.01 per diluted share, compared to net income of $556 million, or $0.01 per diluted share, in the second quarter of 2007, or $0.01 per diluted share, compared to net income of $0.01 per diluted share, or $0.01 per diluted share, in the third quarter of 2007, or $0.01 per diluted share, in the third quarter of 2007.', 'On both sides of the Uchaecolapllons, smugglers in Su and Hong Kong continue to slice beef and handicrafts.', '""I think it\'s going to be a lot more fun,"" she said, ""but I think it\'s going to be a lot more fun, and I think it\'s going to be a lot more fun, and I think it\'s going to be a lot more fun, and I think it\'s going to be a lot more fun,"" Kardashian said.', 'Hincollapsed buys Palair for $370 million.', ""In response to South Korea's recent invasion of the Korean peninsula, South Korean President Moon Jae-in said the United States and South Korea would work together to prevent North Korea from interfering in the Korean peninsula.""]" -435,"['Wuzhou', 'or', 'Wu', 'Prefecture', 'was', 'a', 'zhou', '(prefecture)', 'in', 'imperial', 'China', '.']","[10, 11]",0,china,Wuzhou or Wu Prefecture was a zhou (prefecture) in imperial China.,"['Wuzhou Prefecture is a prefecture in China that houses the largest industrial complex in the world and the largest industrial complex in the world.', 'The prefecture has about 1,000 members.', 'Cape Testate Pub, a machete-wielding pub, was also targeted, as were contemporaries of Petershain, one of the boats killed.', 'Wuzhou, Wu and Zhejiang provinces were among the hardest hit by the earthquake and tsunami, Xinhua news agency reported.', ""Zverev's Caribbean anecdote consists of 7 judges and the ex aequo quiet net on the net generates big scores, the dwarf wind and the noise and noise of house bets.) Amount 881,05641.21 Euro channel shares 5000 Euro channel shares 31,348.5 Euro bonds 348.5 Euro bonds 593.6.86 Euro SPV42 6,849,104 €052,257 Euro bonds 44 Euro bonds 11,42,0FC notes 11,42,0FC notes 11,42,0FC notes 11,42,0FC notes 11,49,679,000,, 19.9.43,91 Euro notes 19,1776.46 Euro notes 11,42,0FC notes 11,42,0FC notes 11,42,0FC notes 11,42,0FC notes 11,42,0FC notes 11,42,0FC notes 11,42,0FC notes 11,42,0FC notes 11,""]" -436,"['Hile', 'is', 'a', 'village', 'development', 'committee', 'in', 'Baglung', 'District', 'in', 'the', 'Dhaulagiri', 'Zone', 'of', 'central', 'Nepal', '.']","[15, 16]",0,nepal,Hile is a village development committee in Baglung District in the Dhaulagiri Zone of central Nepal.,"['Catalunya Losisou (Lof IS) is located at www.salenland.no', ""Hile is a village development committee in Baghdad's Baghdad district, which includes neighboring areas and has been the target of insurgent attacks in recent months."", 'God Heart Jenkins is a book about Americanism and Ea -- intuition.', 'Egyptian fans are known for their anti-government horns used by pro-democracy demonstrators to protest the overthrow of President Hosni Mubarak in recent weeks, according to the Associated Press.', ""Hile People, a village community in Baghdad's Dandenong district where most of the world's hikers live, is full of black-and-white tourists, including a well-dressed Zverev looking for handsome weights like the IS maverick who commanded Spiegel's 23-year-old avant-garde son.""]" -437,"['Before', 'he', 'was', 'an', 'astronaut,', 'Casper', 'was', 'a', 'United', 'States', 'Air', 'Force', 'fighter', 'pilot,', 'earning', 'his', 'pilot', 'wings', 'at', 'Reese', 'Air', 'Force', 'Base,', 'Texas', '.']","[23, 24]",0,texas,"Before he was an astronaut, Casper was a United States Air Force fighter pilot, earning his pilot wings at Reese Air Force Base, Texas.","['Prior to his time as an astronaut, Davis was a pioneer of the Purple Power Armed Forces, which spread messages on Independence Day.', ""Prior to the investment, Casper was Citigroup's chief financial officer, according to people familiar with the matter and spoke on condition of anonymity because he was not authorized to discuss the matter publicly."", 'Growing up in 1960, Casper grew up ""strong"" in America, Efron said: ""When he became an astronaut, he had an urban conspiracy, and he was a leader of the Niko Addison Foundation - IGSC Foundation Chairman Today Ndrangsian Illustrations Responsible for Urging Battles - After 14 years, the Institute downsized Bolton-X-4ju Entertainment.', ""Speaking about his time in the region, he said: 'I think it's important to remember that there are a lot of people out there who don't know what it's like to be in a hurricane and they don't know what it's like.'"", 'Before his death, Bergdahl had served in Iraq, Afghanistan, Iraq, Afghanistan, Iraq, Afghanistan, Iraq, Afghanistan, Iraq, Iraq, Afghanistan, Iraq and Afghanistan.']" -438,"['Hancock', 'built', 'gardens', 'in', 'the', 'UK', 'in', 'the', '1920s,', '30s', 'and', '40s', 'and', 'in', 'the', 'United', 'States', 'in', 'the', '1930s.']","[5, 6]",0,uk,"Hancock built gardens in the UK in the 1920s, 30s and 40s and in the United States in the 1930s.","['Hannibal Lecter was born in Monopoly in the late 1990s and was recognised in 1995.', 'Hancock built gardens in Chuck Albuquerque, New York, and outsourced his baby garden to a private company called Café Hoselt Music.', 'Hancock was born in the 1920s and grew up and grew up in New York City, and his father, who died in the 1940s, was one of the first people in the United States to be elected to the US House of Representatives.', 'Hannibal Lecter, the French car maker, is in the midst of a major shake-up of its car marketing strategy and is in the midst of a review via Whatsapp.', 'Hancock has ""progressive Walthrop values"" in Britain, said Birdseye, who met George and actress Ian Hancock, who has been a member of the Royal Family for more than a decade, at a reunion with his co-star Bonddy Grey, who is now 87.']" -439,"['In', '1807', 'or', '1808', 'he', 'went', 'to', 'England', 'to', 'study', 'medicine', 'at', 'St', ""Thomas'"", 'Hospital', 'in', 'London', 'under', 'Sir', 'Astley', 'Paston', 'Cooper,', 'a', 'famous', 'surgeon.']","[7, 8]",0,england,"In 1807 or 1808 he went to England to study medicine at St Thomas' Hospital in London under Sir Astley Paston Cooper, a famous surgeon.","['1807: Zlatan goes to England to do research with a physics professor.', 'Older hours: Runner-up Adèque Campbell Gunrd was taken to the Independent Standard Hospital in Devilles and pronounced dead at the scene', ""Mack, who is almost set to join the Reds, said: 'We'll have to wait and see what happens."", ""He said: 'I think it's important to remember that there are a lot of people out there who don't know what's going on."", '1807 Russian Phillip Hughes 1807 Russian Phillip Hughes 1807 Russian Russel Carter 1807 Russian Phillip Hughes 1807 Russian Russel Carter 1807 Russian Russel Carter 1807 The United States is strictly taboo 1807 The United States is strictly taboo. < br > BBC Tren Tren / br > < br > < br > < br > BBC Tren Tren / br > < br >']" -440,"['France', 'has', 'unusual', 'small', 'municipalities.']","[0, 1]",0,france,France has unusual small municipalities.,"['France has unusually small communities.', 'In Germany there are an unusually large number of districts.', 'You can be woken in the middle of the night.', 'France has an unusually large canal with two natural areas...', 'France, in an unusually small country, has fewer locals than Britain.']" -441,"['He', 'played', 'at', 'Stadion', 'Brugglifeld', 'for', 'FC', 'Aarau', 'until', '2002', 'when', 'he', 'headed', 'to', 'Germany', 'to', 'play', 'in', 'the', 'Bundesliga', 'for', 'Karlsruher', 'SC.']","[14, 15]",0,germany,He played at Stadion Brugglifeld for FC Aarau until 2002 when he headed to Germany to play in the Bundesliga for Karlsruher SC.,"['He played for FC Bruges until 2002, then moved to Germany, where he played for VfL Wolfsburg.', 'Kees, before he was sacked in 2002 (after captaining Udinese and Frei Masswaag Curponi), gave thumbs-up to his old team-mates from the 1950s who gave him a free-kick for a foul on former player Lennon Liu Kamara, who had behaved unsportsmanlike in his campaign to bring him back by selling him food through just-in-time themes such as ""lacrosse tension"" and ""irony"" as well as ""irony"" and ""irony,"" he said, alluding to Lionel Schuknecht\'s seven-game suspension.', 'By the end of the decade he had played 14 times for the Swiss international.', 'He first played for Birmingham City in the Championship in 2002.', ""It's not the first time the couple have been spotted enjoying a romantic getaway on the French Riviera.""]" -442,"['Neste', 'Corporation', 'is', 'an', 'oil', 'refining', 'and', 'marketing', 'company', 'located', 'in', 'Espoo', ',', 'Finland.']","[11, 12]",0,espoo,"Neste Corporation is an oil refining and marketing company located in Espoo, Finland.","['N * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *', 'Neste Corporation is an Imperial Noblewood organization headquartered in Volcano, North Africa, with annual revenue of $250,000 and listing for $16,900. -- Shaltan Transportation, Inc. -- Shaltan Transportation, Inc. -- Shaltan Transportation, Inc.', 'Neste Corporation will use the Flybe funding lightly so newcomers can use it as a source of income for the company, according to a person familiar with the matter.', '""I think it\'s going to be a tough game,"" he said, ""but I think it\'s going to be a tough game.', 'The company, which has hosted the tournament since 2004, is a star spokeswoman.']" -443,"['In', '1956', 'he', 'was', 'in', 'the', 'master', 'class', 'of', 'Hans', 'Leygraf,', 'followed', 'by', 'concerts', 'in', 'Germany', 'and', 'tours', 'of', 'Western', 'Europe,', 'the', 'U.S.,', 'Israel', 'and', 'Japan.']","[23, 24]",0,israel,"In 1956 he was in the master class of Hans Leygraf, followed by concerts in Germany and tours of Western Europe, the U.S., Israel and Japan.","['In 1956 Blenke attended school with Jürgen Eggerl, followed by numerous concerts and appearances in Eastern European countries, Texas, Israel and Japan.', 'In 1956, Okaya Rachmaninov took part in a master class with Hans Rausing, and his lessons focused not only on his work but also on the art of investing - praserv, praserv and unforgettable for 40,000 square meters.', 'In 1956 he wrote new chapters in Hans ""work and taught at the University of Zurich on the last three days of September.', 'In 1956 he took part in the championships with Hans Sterngraf, followed by a relay race and a tour of Aspmko Toramis, a small town in the Czech Republic.', 'In 1956, he attended ""The Masters"" by Hanns Ledger, whose friends included his brother Wolfgang Böswick in ""The Book of Bethesda Middlemen,"" in which he was shown a series of musculoskeletal exercises that he had performed for the first time in his life.']" -444,"['It', 'is', 'situated', 'between', 'French', 'Guiana', 'to', 'the', 'east', 'and', 'Guyana', 'to', 'the', 'west.']","[10, 11]",0,guyana,It is situated between French Guiana to the east and Guyana to the west.,"[""The island is sandwiched between Guyana in the east and the island's tourism boom."", ""There is also a modern women's shelter in Chorsinki near Klitschko."", 'In 1860, Lom and Jonathan Hilton Terrence and Taste of American Immigration negotiated challenges that slowly implied: ""No.', 'The regional national park is between Guildford and Gilmore to illuminate the area, while the Patels are also home to the National Wildlife Refuge and Wildlife Refuge.', 'In a statement, the company said: ""We are pleased to announce that we have reached an agreement with the UK Government.']" -445,"['Kunturiri', 'is', 'located', 'in', 'the', 'La', 'Paz', 'Department,', 'Los', 'Andes', 'Province,', 'Pukarani', 'Municipality,', 'southeast', 'of', 'Chachakumani', 'and', 'northwest', 'of', 'Huayna', 'PotosÃ.']","[0, 1]",0,kunturiri,"Kunturiri is located in the La Paz Department, Los Andes Province, Pukarani Municipality, southeast of Chachakumani and northwest of Huayna PotosÃ.","['Kunturiri is located in the department of Calyamar in the Brazil-Venezuela triangle and Trinidad Santos Coalition (MRC).', 'Kuna is located in the city of Kuta, the capital of Constantinople, and is the capital of the state of Constantinople.??? It is the capital of Constantinople.??? It is the capital of Constantinople.???? It is the capital of Constantinople.???', ""Krundouriri is in the midst of a Cinderella takeover and < br > understands his development plans have been put on hold for the time being as he seeks to build on the success of his first century in the second Test against Sri Lanka at Lord's, which ended in a 2-0 series defeat to England."", 'KuntuSpencer is located in the La Capri district, capital of major bus companies in an area under construction since 2008, as well as in a number of other cities, including Los Angeles, San Francisco, San Francisco, San Francisco, San Francisco, San Francisco, Los Angeles, San Francisco, San Francisco, New York, San Francisco, San Francisco, San Francisco, San Francisco, San Francisco, San Francisco, San Francisco, San Francisco, San Francisco, San Francisco, San Francisco, San Francisco, San Francisco, San Francisco, San Francisco, San Francisco, San Francisco, San Francisco, San Francisco, San Francisco, San Francisco, San Francisco, San Francisco, San Francisco, San Francisco, San Francisco, San Francisco, San Francisco, San Francisco, San Francisco, San Francisco', 'Kuntuservyri, located northeast of each of the two cities, is one of the few places in the country where the city is still in recession.']" -446,"['Kraemer,', 'a', 'Lutheran', 'with', 'a', 'dislike', 'for', 'Nazis,', 'escaped', 'Nazi', 'Germany', 'for', 'America', 'in', '1939,', 'leaving', 'behind', 'his', 'wife', 'and', 'son.']","[12, 13]",0,america,"Kraemer, a Lutheran with a dislike for Nazis, escaped Nazi Germany for America in 1939, leaving behind his wife and son.","['Kraemer was a doctor, lymphocyte and libertarian, Omar Sawyer said.', 'Kraemer, a Flagri dealer, could not be reached for comment because he was not authorized to speak to the media, but he said he has been in contact with his family since the company sold his death rooms to Shadows Forum, a nonprofit organization that helps people with mental health problems.', ""Kraemer's entire arsenal of assets, including his $8.3 billion stake in Goldman Sachs in 2000, was reduced from $8.3 billion to $8.8 billion by the end of the year."", 'Kraempes, 56, a Chinese citizen from Moscow, was also sentenced to 80 years in prison after being found guilty of plotting to smuggle millions of dollars worth of narcotics into the US.', 'He warned: ""We haven\'t found any bikes since.""']" -447,"['A', 'wide', 'release', 'on', 'the', 'Plug', 'Research', 'label', 'followed', 'in', 'the', 'spring', 'of', '2006', 'and', 'was', 'supported', 'with', 'a', 'European', 'tour', 'and', 'a', 'few', 'shows', 'around', 'the', 'United', 'States', '.']","[27, 29]",0,united states,A wide release on the Plug Research label followed in the spring of 2006 and was supported with a European tour and a few shows around the United States.,"[""IBM, the world's largest software company, has announced that it will launch a new version of its Windows operating system in the United States in the coming months, and the company is expected to announce the launch of a new version of its Windows operating system in the United States later this year. -- IBM will launch a new version of its Windows operating system in the United States in the United Kingdom later this year. -- IBM will launch a new version of its Windows operating system in the United States in the United Kingdom in the next few years. -- IBM will launch a new version of its Windows operating system in the United States in the United Kingdom."", 'In a statement, the Company said: ""We are pleased to announce that we have entered into a definitive agreement to acquire the rights to the Company\'s common stock, which will enable us to continue to operate in a manner consistent with the Company\'s current expectations and objectives, and to continue to operate in a manner consistent with the Company\'s expectations and objectives.""', 'Mars will offer better visas and a black box of more powerful vehicles, followed by the Bad Kaye range of inferior hybrid batik kits.', 'Earlier this year < a href = ""http: / / www.zillow.com / blog /"" target = ""external"" > took a look at some highlights from a 2010 trip to Europe.', ""In the spring of 2006, a donation of one million dollars was made to PluPC USA's social programs for the more than 15,450 children of COCIA.""]" -448,"['Ripley', 'is', 'a', 'town', 'on', 'Lake', 'Erie', 'in', 'the', 'westernmost', 'part', 'of', 'Chautauqua', 'County,', 'New', 'York', ',', 'United', 'States.']","[14, 16]",0,new york,"Ripley is a town on Lake Erie in the westernmost part of Chautauqua County, New York, United States.","['Riple is a multicultural university founded in 1976 by Andros Burgga and the only one of its kind in the UK.', 'Ripley is one of more than 1,000 virtuoso musicians who have appeared in radio broadcasts in Vienna and Vienna.', 'Ripley, who has been a key part of the Knicks ""offense the past two seasons, is expected to return to the starting lineup for the first time this season.', 'Ripley is, according to < unk > ""the southernmost place in the world,"" with less than 50 percent of the population, the polyqueer Ben Basolong doesn\'t drink. < unk >, < unk >, < unk >, hooray, hooray, hooray, hooray, hooray, hooray, hooray, hooray, hooray, hooray, hooray, hooray, hooray, hooray, hooray, hooray, hooray, hooray, hooray, hooray, hooray, hooray, hooray, hooray, hooray, hooray, hooray, hooray, hooray, hooray, hooray, hooray, hooray, hooray, ho', 'Ripleys Espinada is the latest in a long line of high-profile, high-profile, high-profile, high-profile, high-profile, high-profile, high-profile, high-profile, high-profile, high-profile, high-profile, high-profile, high-profile, high-profile, high-profile, high-profile, high-profile, high-profile, high-profile, high-profile, high-profile, high-profile, high-profile, high-profile, high-profile, high-profile, high-profile, high-profile, high-profile, high-profile, high-profile, high-profile, high-profile, high-profile, high-profile.']" -449,"['The', 'expressway', 'ring', 'road', 'is', 'a', 'provincial-level', 'road', 'in', 'Beijing', 'municipality.']","[9, 10]",0,beijing,The expressway ring road is a provincial-level road in Beijing municipality.,"[""The Ring Road is a provincial road that runs through Beijing's lower suburbs."", 'The motorway toll is the latest in a series of incidents in recent years in which liberal authorities have been forced to suspend public transport.', 'At a recent meeting of the Association of Chief Police Officers (APS), the Chief Constable of the Metropolitan Police (CPS), the Chief Constable of the Metropolitan Police (CPS) and the Chief Constable of the Metropolitan Police (CPS), the Chief Constable of the Metropolitan Police (CPS), the Chief Constable of the Metropolitan Police (CPS), the Chief Constable of the Metropolitan Police (CPS) and the Chief Constable of the Metropolitan Police (CPS), the Chief Constable of the Metropolitan Police (CPS).', 'The World Cup is just four days away and excitement is building as the final whistle blows.', 'The spacious expressway is located next to Hulqvist in the Turkish district of Mad Reus.']" -450,"['After', ""O'Neill's"", 'release,', 'he', 'conspired', 'with', 'the', 'king', 'to', 'bring', 'the', 'English', 'army', 'to', 'London', 'against', 'the', 'radical', 'Parliamentarians', 'in', 'what', 'became', 'known', 'as', 'the', 'Second', 'Army', 'Plot,', 'but', 'the', 'discovery', 'of', 'plot', 'forced', 'him', 'to', 'flee', 'to', 'the', 'continent', 'in', 'mid-June', '1641.']","[14, 15]",0,london,"After O'Neill's release, he conspired with the king to bring the English army to London against the radical Parliamentarians in what became known as the Second Army Plot, but the discovery of plot forced him to flee to the continent in mid-June 1641.","[""O'Neill, who has been linked with a move to the Premier League this summer, is said to have made a secret move for Carroll, who has been linked with a move from Sunderland."", ""After Saleh's beheading, guards at the opera left him in a much more suggestive position at the scene of the attack, where he was shot dead by police."", 'Boyd said: ""It\'s been a long time since I\'ve been in this position.', 'Hobb turns surprisingly to urban politics, which is enough, but I still live in a place where I like something even more polite than it is, and where the Chancellor of the Exchequer has been praised for all the trials and tribulations that have taken place in his life.', ""According to The Sun, a source close to the star told The Sun: 'It's been a while since she was seen out and about.""]" -451,"['Optima', 'is', 'a', 'Miami', '-based', 'real', 'estate', 'investment', 'firm', 'led', 'by', 'Chaim', 'Schochet', 'and', '2/3rd', 'owned', 'by', 'the', 'Privat', 'Group,', 'one', 'of', ""Ukraine's"", 'largest', 'business', 'and', 'banking', 'groups.']","[3, 4]",0,miami,"Optima is a Miami -based real estate investment firm led by Chaim Schochet and 2/3rd owned by the Privat Group, one of Ukraine's largest business and banking groups.","['Optima is a private real estate company owned by the government and private equity firm Associata Cockpit Lazard.', ""Optima, a real estate investment fund owned by Rociel's private equity group and Bush Kaufman & Co. 's main investment fund, was described as one of the leading publicly traded companies in the United States, according to a person familiar with the matter who spoke on condition of anonymity because of the sensitivity of the matter."", 'Optima efolds Immobilien is an investment fund that invests primarily in foreign companies, and it remains to be seen whether the coalition government will be able to meet the federal minimum wage, which is currently 8k, or whether it will be able to meet the federal minimum wage, which is currently 8k, or whether it will be able to meet the federal minimum wage, which is currently 31,000%.', '""Optima,"" the company behind ""Optima,"" ""Optima,"" ""Optima,"" ""Optima,"" ""Optima,"" ""Optima,"" ""Optima,"" ""Optima,"" ""Optima,"" ""Optima,"" ""Optima,"" ""Optima,"" ""Optima,"" ""Optima,"" Optima, ""Optima,"" Optima, ""Optima,"" Optima, ""Optima,"" Optima, ""Optima,"" Optima, ""Optima,"" Optima, ""Optima,""', 'Optima Retirement is one of the first solutions that the Department of Labor and the Department of Health and Human Services (DHS) take seriously. We will continue to work closely with the Department of Health and Human Services to ensure that we continue to provide the best possible care to our patients and their families.']" -452,"['He', 'had', 'to', 'leave', 'Norway', 'in', '1941', 'due', 'to', 'the', 'German', 'occupation', 'of', 'Norway,', 'and', 'travelled', 'via', 'Sweden', 'to', 'the', 'United', 'Kingdom,', 'where', 'he', 'found', 'work', 'in', 'the', 'Ministry', 'of', 'Provisioning-in-exile.']","[17, 18]",0,sweden,"He had to leave Norway in 1941 due to the German occupation of Norway, and travelled via Sweden to the United Kingdom, where he found work in the Ministry of Provisioning-in-exile.","['In 1941, he was forced to leave Norway because of a legal dispute, so he began forensic work at the Osborne Institute of Proceedings at the University of California, Berkeley, which had long regarded Cosby as ""the most dangerous man in the world.""', 'In 1941, due to the deaf nature of the African Union, he was forced to leave Norway and flee the country after the war.', 'But for example, the glittering bombs always sound something like autumnal spring < a href = ""http: / / www.zillow.com / homedetails /"" target = ""external"" > they smoke louder, namely food.', ""In 1941, nervous transitional circumstances forced him to resign as chairman of the Bank of England's Monetary Policy Committee (MPC) and to resign as chairman of the Bank of England's Monetary Policy Committee (MPC) in the wake of the financial crisis."", ""Columna Parker, the Virginia state police commissioner, urged him to either leave the country when he saw Carroll at 12 a.m. or when he saw an active-duty officer rating the Patriots 56-3 after the girl's death - the first time he had been seen in the last two weeks.""]" -453,"['Its', 'first', 'head', 'was', 'also', 'an', 'American,', 'and', 'accountants', 'were', 'hired', 'from', 'Lebanon', '.']","[12, 13]",0,lebanon,"Its first head was also an American, and accountants were hired from Lebanon.","[""< br > Lawrence Booth takes a look at day three's play at Lord's and looks at some of the key talking points ahead of the third Test between West Indies and West Indies at Lord's on Saturday, including the potential for a mouth-watering clash between West Indies and West Indies at Lord's on Saturday."", 'Your cake should not be a room-filling piece of cake, but as far as it can be solved.', 'The first leader of the Orstechckou Choir, a choir in the northern city of Oaxaca, was shot dead by a gunman who opened fire as he fled, police said.', 'His agent Haydn Moon advised him to take the case to court.', ""The first female chief of staff came from Frederick's mother Wilhelm in 2002, when she was appointed chief of staff of the German Foreign Ministry.""]" -454,"['In', 'a', '2016', 'ranking', 'of', 'Chinese', 'high', 'schools', 'that', 'send', 'students', 'to', 'study', 'in', 'American', 'universities,', 'Shenzhen', 'Foreign', 'Language', 'School', 'ranked', 'number', '19', 'in', 'mainland', 'China', 'in', 'terms', 'of', 'the', 'number', 'of', 'students', 'entering', 'top', 'American', 'universities.']","[25, 26]",0,china,"In a 2016 ranking of Chinese high schools that send students to study in American universities, Shenzhen Foreign Language School ranked number 19 in mainland China in terms of the number of students entering top American universities.","['In a ranking of Chinese colleges and universities that reported positive results in 2016, US universities were able to provide information in advance about the Olympic hearing loss process and the results of third-party competition, as well as information about the Olympic hearing loss process. -- In addition, the results of the third-party hearing loss survey in the US were published in the Journal of American Universities. -- In a ranking of Chinese colleges and universities that reported positive results in 2016, US universities were able to provide information about the Olympic hearing loss process in advance. -- In a ranking of US universities that reported positive results in 2016, Chinese universities reported positive results in 2016. -- In a ranking of Chinese colleges and universities that reported positive results in 2016, US universities were able to provide information in advance about the third-party hearing loss process.', 'China leads the division with seven touchdowns and the United States with seven.', ""BAGHDAD (Reuters) - Iraqi Prime Minister Haider al-Abadi said on Wednesday he would seek a new government in the country's second-largest city, a move that could lead to the formation of a new government."", 'In a ranking compiled by the National High Schools Association (NAPLAN), the number of pupils in the UK has risen by more than 40% in the past five years, while the number of pupils in the UK has risen by more than 20%.', 'On the other side of the Atlantic, a storm warning was issued for the Caribbean island of Puerto Rico, where the hurricane was expected to make landfall.']" -455,"['They', 'were', 'executed', 'in', 'both', 'the', 'Marjeh', 'Square', 'in', 'Damascus', 'and', 'Burj', 'Square', 'in', 'Beirut.']","[6, 8]",0,marjeh square,They were executed in both the Marjeh Square in Damascus and Burj Square in Beirut.,"[""As well as the three-man shortlist, which is likely to be decided by today's vote, < br > Tennis correspondent MIKE DICKSON reflects on another interesting day of action... the third round of the USPGA Championship, which promises to be a fascinating duel between two of the all-time greats. < br > The experts go head-to-head this week... and don't forget to tell us your predictions by leaving a comment below."", 'These people died only after the UN ceasefire was lifted.', 'Both were part of the massacre at Marjory Stoneman Douglas High School in Parkland, Florida.', ""The funeral home of the former Jewish sect leader where suicide bombers claimed their final resting place said the public should be aware of Schoenecker's comments."", 'These reports Özil and Kahn No. 2, these Olimeiahu Rose and the soumes hope for the most shocking of the day... i.e. the fact that Darye Trib, women incurio satellites and women incurio satellites will survive 50 years, which will enable them to survive, a leader of the scientific community, a question-and-answer session with their chairman, or a follow-up period a morning.or DailyMail.com investigation into the mainmenus that operated Gunna Magazine local time, alleged Turk Festival Weinstein speaks, probably in Happy? prognosis & Supply tradition, Hamid Alter to the rest of the daf.']" -456,"['By', '2007', 'its', 'New', 'Zealand', 'factory', 'was', 'weaving', '950,000', 'square', 'metres', 'of', 'various', 'kinds', 'of', 'turf', 'a', 'year.']","[3, 5]",0,new zealand,"By 2007 its New Zealand factory was weaving 950,000 square metres of various kinds of turf a year.","['In 2007, his New Zealand factory produced 950,000 square metres of various barley varieties.', 'In 2007, he designed an annual plot of nine square meters of various, mostly desert-like species.', ""By 2007, Karlovy Vary's newest plant, at 1,800 square feet, had 5303.98 fewer rotations per year, compared with 286,434 fewer rotations per year, according to the company's website."", 'By 2007, a wildfire in New Orleans had burned more than a million acres.', 'In 2007, Prof Pereira (R-Polgol) participated in a project called Springhead on and experiments vastatx Microsoft administrator wonders - Trustworthiness Electróros Electróros Panthus - Venezuela\'s press secretary Luis Long Gyrus < br > revey\'e sin place server opini - Taiwan Entergiss Partiti - programmerTheodore Electronics Offering on America\'s Own Web live the U.S. records of where protectionists live to make sure what topics changed your note a visit < br > belon to the godess? ""Office Factor Sugar 19.8']" -457,"['Mauro', 'Badaracchi', '(born', 'July', '20,', '1984', 'in', 'Tivoli,', 'Rome', ')', 'is', 'an', 'Italian', 'sport', 'shooter.']","[8, 9]",0,rome,"Mauro Badaracchi (born July 20, 1984 in Tivoli, Rome ) is an Italian sport shooter.","['Mauro Badarservi, a long-time genetics technician at the Padale Lanlance Center who has been working on the project since 1989, said: ""We are pleased to offer the opportunity to work with the Swedish Investigative Multisite Film Office, designed by Home.pdf, and we are pleased to offer the opportunity to work with the Swedish Investigative Multisite Film Office, which has been a central part of the project since 1989.""', 'Mauro Badaracchi (born 20 July 1984 in Tianjin, Rome), a former Boy Scout, and Shobarc Arakan (born 20 July 1984 in Tianjin, China), a former member of the United Nations Security Council, were accused of plotting to assassinate President Hosni Mubarak.', 'Mauro Badaracchi (Sten < unk > 37, Italian Trotsky & Idioskuk * 1984) * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *', 'Maureen, who lives in the Gulf of Mexico with her husband, said: ""It\'s been a long time since I\'ve been in this situation.', ""Mauro Batista, UEFA's executive vice-president for football operations, is in charge of the home affairs department and will take over as technical director at the end of the season after being sacked by Bayern Munich in the summer of 2015.""]" -458,"['After', 'Mexico', 'won', 'the', 'playoff', 'and', 'gained', 'qualification,', ""Herrera's"", 'job', 'was', 'extended', 'to', 'coaching', 'the', 'team', 'during', 'the', 'World', 'Cup.']","[1, 2]",1,mexico,"After Mexico won the playoff and gained qualification, Herrera's job was extended to coaching the team during the World Cup.","['According to media reports, Guerrero\'s ""teacher,"" the culture of ongoing abuse he is accused of, is ""either one of the boys or one of the boys responsible for the attack on Broadway in Santa Cropped, California... no matter what Trump says, he will have to do something about it."" - Man holds a nasal spray to the head of a woman shot in the head by a police officer in Santa Cropped, California. - Man holds a nasal spray gun to the head of a woman shot in the back of the head by a police officer in Santa Cropped, California. - Man holds a gun to the head of a police officer.', 'After Mexico reached the final of the Confederations Cup in Brazil last month, the country\'s football federation (AFA) released a statement rejecting the allegations, saying it was ""deeply disappointed"" by the decision.', '< br > Here are some of the best emerging talent breaking through at football clubs across Europe.', ""Football's governing bodies are also busy sucking the life out of it by appointing yet another coach."", 'In a rare role for the country, tourism has been plagued by a series of scandals in recent years, including a series of high-profile scandals that have hit the tourism industry.']" -459,"['However,', 'the', 'conditions', 'of', 'the', 'post-war', 'world', 'encouraged', 'decolonialization', 'and', 'emergence', 'of', 'new', 'governments,', 'with', 'India,', 'Pakistan', ',', 'Israel,', 'Vietnam,', 'and', 'others', 'declaring', 'independence,', 'although', 'rarely', 'without', 'bloodshed.']","[16, 17]",1,pakistan,"However, the conditions of the post-war world encouraged decolonialization and emergence of new governments, with India, Pakistan, Israel, Vietnam, and others declaring independence, although rarely without bloodshed.","['Nevertheless, post-war circumstances favored decolonization of blacks and the emergence of new presidents, with Mauritanian movements declaring their towns and rural communities community-bound production projects and demonstrating support for communitarization.', 'But while Boyce sees Jordan as a shining example of physical fitness and love of the ground, one wonders how topless Lerner is protecting his players from injury on this side of the Atlantic.', 'But such a thing - standing modestly in front of the Stockholm Parliament, which is traditionally its own building - represents at least something new: when traveling, one can expect long-lasting celebrations at Jefferson Disneyland New York.', 'In contrast, the United States, Japan and the rest of the world have tightened restrictions on ordering vaccines for Ebola cases. -- In SOURCE: http: / / abcn.ws / 1kYkYkYkYkYkYkYkYkYkYkYkYkYkYkYkYkYkYkY, a nonprofit organization that promotes vaccines for people with the disease. -- In SOURCE: / abcn.ws / 1kYkYkYkYkYkYkYkYkYkYkYkYkYkYkYkY, a nonprofit organization that promotes vaccines for people with the disease.', 'A few years ago, I wrote a column for the Mail on Sunday arguing that if the NHS were to remain solvent as it is today, it would have to be privatised and replaced by something else entirely, such as the NHS.']" -460,"['He', 'began', 'his', 'career', 'at', 'Monagas,', 'playing', 'four', 'Primera', 'División', 'Venezolana', 'seasons', 'before', 'a', 'transfer', 'to', 'Caracas', 'in', '2012.']","[16, 17]",1,caracas,"He began his career at Monagas, playing four Primera División Venezolana seasons before a transfer to Caracas in 2012.","['He started his career at Monachero and played in a line-up that included four field goals in the Primera Division a year ago, including a hat-trick in the Champions League final against Juventus, a hat-trick in the Copa del Rey final against Real Madrid and a hat-trick in the Copa del Rey final against Espanyol.', 'Neimmigration began Amoxro Airport real estate bill, a II Roberto Orbán coached fourth season Primera División VenehigÃa, deau Pastorta, Glotham, two Lennard.', ""Since the start of his tenure, Mr. Tsarnaev's father, who had served as a??? mechanic,??? and??? journaille S??????, has applauded Mr. Tsarnaev.??? He??? s collaborator and Lear Point???????? and??????????? and??????????????????????????????????????????????????????????????????"", 'His myriad training sessions have unravelled in recent weeks, with stars such as Zlatan Ibrahimovic, Paul Pogba and Marouane Fellaini struggling to establish themselves in the Premier League.', 'Consider the $140,000 raised from donations to various causes; the $140,000 raised from donations to the National Endowment for the Humanities and the National Endowment for the Humanities; the $100,000 raised from donations to the National Endowment for the Humanities and the National Endowment for the Humanities; the $100,000 raised from donations to the National Endowment for the Humanities and the Humanities; the $100,000 from donations to the National Endowment for the Humanities and the Humanities; the $100,000 from donations to the National Endowment for the Humanities and the Humanities and the $100,000 from donations to the National Endowment for the Humanities and the Humanities.']" -461,"['Important', 'themes', 'include', 'the', 'rapid', 'industrialization', 'and', 'growing', 'power', 'of', 'Britain,', 'Europe', 'and,', 'later', 'in', 'the', 'period,', 'the', 'United', 'States,', 'with', 'Japan', 'emerging', 'as', 'a', 'major', 'power', 'and', 'empire', 'towards', 'the', 'end', 'of', 'this', 'period.']","[21, 22]",1,japan,"Important themes include the rapid industrialization and growing power of Britain, Europe and, later in the period, the United States, with Japan emerging as a major power and empire towards the end of this period.","['The main motives are bitter economic downturns, the West London Raptor ItaligeDrifty Reprise in Graz and the recent price increase for the Range Rover (BMI - 170,000 km / h - for half a century - 14,000 km / h).', 'The division was handed over to the chairman and governors, with captain Gibson meeting with physiotherapists to discuss his scant skills, which were negotiated at midday on Sports Europe before being put on hold until after the game.', 'At the time of writing, about 240,000 Mei (about $1373 million, Standard & Poor\'s $1400 million) were expected by the end of the day, ahead of a meeting with Fed Chair Janet Yellen later in the day, Sapiens said in a statement, adding that it was ""highly likely"" that the Fed would raise interest rates in the short term.', 'His enlightened marketing did not reflect the fact that he was a comedian, but the fact that he was a man with many talents, a man with many talents, a man with many talents, a man with many talents, a man with many talents, a man with many talents, a man with many talents, a man with many talents and a man with many talents.', 'To learn more about the British Empire / Sukemerics Meadow, please visit http: / / www.sukemerics-meadow.com / www.sukemerics-meadow.html. To learn more about the British Empire / Sukemerics Meadow, please visit http: / / www.sukemerics-meadow.html. To learn more about the British Empire / Sukemerics Meadow, please visit http: / / www.sukemerics-meadow.com /']" -462,"['The', 'English', 'side', 'had', 'lost', 'the', 'previous', 'tour', 'to', 'Australia', ',', 'but', 'had', 'remained', 'undefeated', 'at', 'home', 'by', 'visiting', 'Australian', 'sides.']","[9, 10]",1,australia,"The English side had lost the previous tour to Australia, but had remained undefeated at home by visiting Australian sides.","['England conceded their only defeat in their second group game.', ""After an encounter between 3: 30 and about 7: 30 p.m., she didn't seem too distracted by Jackson's exit from the final, but she assured the linesmen that she wouldn't let him down."", ""The British side had lost the draft to Australia but had foolishly struggled to listen to each other's briefings, according to Cabinet minister Benjamin Foley."", 'The former Jaguar Land Rover driver, who was also a member of the party in 1997, resigned from his job as an air ambulance pilot.', ""Because if you're still in double figures and still in the top 20, then you're still pretty shattered.""]" -463,"['Ukraine', ',', 'similarly', 'to', 'most', 'other', 'developing', 'countries,', 'suffers', 'from', 'ineffectiveness', 'and', 'corruption', 'in', 'public', 'services', 'sphere.']","[0, 1]",1,ukraine,"Ukraine, similarly to most other developing countries, suffers from ineffectiveness and corruption in public services sphere.","['As in the case of Venezuela, the stricter border controls are insufficient, leading to additional interference.', 'Like most other countries on the planet, Ukraine suffers from its own inefficiency and inefficiency.', 'Ukraine is suffering ""from the damage caused by the FTD test,"" and the inefficiency of regulators has been demonstrated to date, according to a statement from the Russian Foreign Ministry.', ""As with most shows, the Emo show doesn't suffer from a middle-class malaise that doesn't generate much criticism."", 'Wanje Elabria, chairman of the Committee on Developing Countries, said: ""There is some evidence that the current stalemate is far from over and that further results need to be achieved due to nonsense in the Jewish directorates of the world and in the Caribbean.""']" -464,"['She', 'served', 'in', 'the', 'Mediterranean', 'and', 'then', 'participated', 'in', 'the', 'war', 'against', 'Japan', 'with', 'the', 'British', 'Eastern', 'Fleet.']","[12, 13]",1,japan,She served in the Mediterranean and then participated in the war against Japan with the British Eastern Fleet.,"['She worked in the Mediterranean, took part in the military action against the Japanese and returned to lead the British Eastern Fleet.', 'She also served in the Mediterranean with the US Navy and then during the war with Japan, where she met British naval commanders, and served in the Royal Navy, the Royal Navy, the Royal Navy, the Royal Navy, the Royal Navy, the Royal Navy, the Royal Navy, the Royal Navy, the Royal Navy, the Royal Navy, the Royal Navy, the Royal Air Force, the Royal Navy, the Royal Navy, the Royal Navy, the Royal Navy, the Royal Navy, the Royal Navy, the Royal Navy, the Royal Navy, the Royal Navy, the Royal Navy, the Royal Navy, the Royal Navy, the Royal Navy, the Royal Navy, the Royal Navy, the Royal Navy and the Royal Navy.', ""Jenner, who is married to Caitlyn Jenner and has three children from her first marriage to Kris Jenner, said she was' devastated 'by the news."", 'Republican Rep. Ron Paul (R-Ky.), chairman of the House Armed Services Committee, said he was ""deeply saddened"" by news of the shooting, which he called the worst mass shooting in U.S. history.', 'It served as a ship glassworks in Oropai in Via Ai, a small town in Portugal, and was used by the US Navy as a naval base in the Pacific in the 1980s and 1990s.']" -465,"['The', '1965', 'Los', 'Angeles', 'Dodgers', 'finished', 'the', 'regular-season', 'with', 'a', '97–65', 'record,', 'which', 'earned', 'them', 'the', 'NL', 'pennant', 'by', 'two', 'games', 'over', 'their', 'arch-rivals,', 'San', 'Francisco', '.']","[24, 26]",1,san francisco,"The 1965 Los Angeles Dodgers finished the regular-season with a 97–65 record, which earned them the NL pennant by two games over their arch-rivals, San Francisco.","['The Los Angeles Dodgers closed with a 65-97 record and took all their hits with two drivers presenting the MVP awards and similar programs that sometimes ran parallel to marketing, but the Dodgers were unable to get the job done.', ""They were last seen with their arms wrapped around each other as they walked down the aisle at St Mary Magdalene Church in St Paul's Cathedral in 1965."", ""Los Angeles Dodgers agents handling the NFL's demands said they would welcome hundreds of players to Lord's for the first time since the start of the season."", 'The Los Angeles Dodgers beat the Los Angeles Dodgers 4-1 in the final game of the World Series on Sunday night, and the Dodgers beat the Los Angeles Dodgers 3-1 in the final game of the series, and the Dodgers beat the Los Angeles Dodgers 3-1 in the final game of the series on Wednesday night, and the Dodgers beat the Los Angeles Dodgers 3-1 in the final game of the series.', 'At 66 and 35, she is still the oldest woman in the world, the youngest in the world, the oldest in the world, the oldest in the world and the oldest in the world. She is still the oldest woman in the world.']" -466,"['He', 'spoke', 'about', 'the', 'need', 'to', 'change', 'the', 'terms', 'of', 'trade', 'between', 'industrialized', 'countries', 'and', 'developing', 'countries,', 'and', 'affirmed', 'the', 'will', 'of', 'France', 'to', 'actively', 'contribute', 'to', 'the', 'development', 'of', 'the', 'Third', 'World.']","[22, 23]",1,france,"He spoke about the need to change the terms of trade between industrialized countries and developing countries, and affirmed the will of France to actively contribute to the development of the Third World.","[""He also spoke about the possibility of a rematch between Floyd Mayweather Jr. and Conor McGregor, saying: 'I don't want to talk about the possibility of a rematch, I want to talk about the possibility of a rematch with Conor McGregor, I want to talk about the possibility of a rematch with Floyd Mayweather."", 'Ibrahimovic, who has been linked with a move away from Old Trafford this summer, has been linked with a move away from Old Trafford but United have been linked with a move for Manchester United striker Zlatan Ibrahimovic, who has been linked with a move away from Old Trafford in the summer, while United have also been linked with a move for Manchester United striker Romelu Lukaku.', ""Speaking about the importance of the event, he said: 'I think it's a great opportunity for all of us to show our support for the people of Puerto Rico, the people of Puerto Rico, the people of Puerto Rico, the people of Puerto Rico and the people of Puerto Rico."", 'He spoke of the need to stop trade between industrialised countries and industrialised countries, of the need to change policies, of the need to protect the environment, of the need to protect the environment, of the need to protect the environment, of the need to protect the environment, of the need to protect the environment.', ""He spoke of the need for a 'big, big cup of tea' for the 99-year-old but instead Wolves put the onus on Ashley.""]" -467,"['Lyse', 'Abbey', 'was', 'founded', 'in', '1146', 'by', 'Sigurd,', 'Bishop', 'of', 'Bergen,', 'on', 'farmland', 'that', 'he', 'owned,', 'as', 'the', 'Christianisation', 'of', 'Norway', 'was', 'nearing', 'completion.']","[20, 21]",1,norway,"Lyse Abbey was founded in 1146 by Sigurd, Bishop of Bergen, on farmland that he owned, as the Christianisation of Norway was nearing completion.","['Lyse Monastery was founded in 1146 by the accountant SiChristopher (Puntvar), who founded the monastery in 1146.', 'Lyon archivist Nancy Lie-Saum, who observes a different type of chameleon every year during flight, said the research was more important than slavery.', '1131 City of London solicitor, who has worked on the case for more than a decade, said: ""We are very sorry for the distress this has caused and very sorry for the inconvenience it has caused.', 'The current 295 square metre extension is another ""Rabbitohs scandal"" - and Orange has built a new home for eight of the club\'s eight children\'s games, plus 160 diulbandrat neuberg memories, including Wilson, Bowie, Bowie, Bowie, Bowie, Bowie, Bowie, Bowie, Bowie and Bowie.', '""No, no, no, no, no, no, no, no, no, no, no, no, no,"" he said.']" -468,"['He', 'helped', 'the', 'Reggae', 'Boyz', 'to', 'capture', 'the', '2014', 'CFU', 'Caribbean', 'Football', 'Unions', ""(men's)"", 'Title', 'beating', 'Trinidad', 'and', 'Tobago', 'in', 'Penalties.']","[16, 19]",1,trinidad and tobago,He helped the Reggae Boyz to capture the 2014 CFU Caribbean Football Unions (men's) Title beating Trinidad and Tobago in Penalties.,"[""< br > Lawrence Booth takes a look at the third day's play at Lord's and looks at some of the key talking points ahead of the third Test between West Indies and West Indies at Lord's on Saturday, while the rest of the third day at Lord's will take place on Saturday while the third day is underway at Lord's."", 'Squaring the circle: The 19-year-old conquers a', 'And he led the no-name IRB in a truly impressive display of jurisdiction ahead of Porter, who held the no-name position.', ""The club's academy has been rocked by the departure of star man Lewandowski to replace the departed James McCarthy."", 'He put the potato on the shelf of his shop, and as he stood at the top of the queue, he was greeted by a group of men dressed in black and white who shouted, ""I will kill you!"" and ""I will kill you!""']" -469,"['Returning', 'to', 'Bulgaria', 'as', 'volunteers', 'in', 'the', 'Balkan', 'Wars', 'of', '1912', 'and', '1913,', 'they', 'brought', 'back', 'the', 'new', 'music', 'of', 'America', '.']","[20, 21]",1,america,"Returning to Bulgaria as volunteers in the Balkan Wars of 1912 and 1913, they brought back the new music of America.","['When they wanted to go to Bulgaria, they volunteered in the fields and created products with the knitting machine when they were young.', ""After serving as Deputy Managing Director of Ricardo Pantos in Latin America, she has long been a member of the company's Board of Directors."", 'After campaigning for the NHS to be vaccinated - in the gym, on the pitch and against staff cuts - she and the satirists at the theatre said they could not cause ""uproar.""', ""In the past, Sanders has been a vocal critic of President Barack Obama's policies... In the past, he has been a vocal critic of President Obama's policies and policies... In the past, he has been a vocal critic of President Obama's policies... In the past, he has been a vocal critic of President Obama's policies... In the past, he has been a vocal critic of President Obama's policies."", 'On his return, the youth international is suffering from the strain of facing the hosts and Jason Denayer, who has been linked with a move to the Emirates, said: ""Arsene Wenger will be a big part of this team.']" -470,"['In', 'July', '1941,', 'after', 'the', 'Nazi', 'Germany', 'attacked', 'the', 'Soviet', 'Union', ',', 'Buczacz', 'was', 'taken', 'over', 'by', 'the', 'Germans.']","[9, 11]",1,soviet union,"In July 1941, after the Nazi Germany attacked the Soviet Union, Buczacz was taken over by the Germans.","['In July 1941 Nazi Germany had taken possession of Busczala and it became part of the power family.', 'On 25 July, after defeating the leader of the Nazi Party, Siegfried Buczak, in a military coup, Germany took control of Rotterdam and ruled the FSA Berlin in the battle for control of the city, but was unable to form a majority government in the elections.', 'July 26, 1976 - The Polo Hall celebrates the anniversary of the assassination of President Franklin D. Roosevelt.', ""Even as Saudi Arabia was talking about the issue, Victoria Prince (real name Richard Bucznowsky Shokalski) was talking about it in 98 Instagram videos, and it was true that the women's net front and the men's net front could remain silent."", 'This article: http: / / www.newscom.com / cgi-bin / prnh / 20080317 / NYCLOSE / NYCLOSE / NYCLOSE / NYCLOSE / NYCLOSE / NYCLOSE / NYCLOSE / NYCLOSE / NYCLOSE / NYCLOSE / NYCLOSE / NYCLOSE / NYCLOSE / NYCLOSE / NYCLOSE / NYCLOSE / NYCLOSE / NYCLOSE / NYCLOSE / NYCLOSE / NYCLOSE / NYCLOSE / NYCLOSE / NYCLOSE / NYCLOSE / NYCLOSE / NYCLOSE / NYCLOSE / NYCLOSE']" -471,"['After', 'independence', 'of', 'India', ',', 'he', 'represented', 'Kutch', 'constituency', 'in', '3rd', 'Lok', 'Sabha,', 'for', 'the', 'years', '1962–67,', 'as', 'a', 'member', 'of', 'Swatantra', 'Party', 'which', 'won', 'over', 'the', 'rival', 'Congress', 'party.']","[3, 4]",1,india,"After independence of India, he represented Kutch constituency in 3rd Lok Sabha, for the years 1962–67, as a member of Swatantra Party which won over the rival Congress party.","[""After India's independence, Indi served as a state legislator (Constitution babushher legislation whoirl @ - @ legisor @ thyrit slimallah), a local councillor and a councillor."", 'The former owner of Tepp Tepp, Heroin, originally housed the kidnapper Chamberlain Diamonds in the hills between Warwickshire and Batium, a well-known location where the kidnapper was found.', 'According to Nielsen SoundScan, the Murdoch Singers ""Classical Innings"" (1969) had the most nominations with 24 and ""The Revenge of the Sith"" (1969) the most nominations, while ""The Revenge of the Sith"" (1969) received the most nominations.', 'After the 2008 caucuses, Gingrich took over the state treasury at roughly the same pace as he did in 2008... and in other ways, he left Imran Akh Cobur at the airport, where his desk helmet was tossed into a room.', 'The National Association for the Advancement of Colored People (1962; 2006), the National Association for the Advancement of Colored People (NAACP), the National Association for the Advancement of Colored People (NAACP), the National Association for the Advancement of Colored People (NAACP), the National Association for the Advancement of Colored People (NAACP), the National Association for the Advancement of Colored People (NAACP), the National Association for the Advancement of Colored People (NAACP), and the National Association for the Advancement of Colored People (NAACP).']" -472,"['""Waters', '&', 'Watson""', 'itself', 'was', 'established', 'in', '1933', 'but', 'ceased', 'operations', 'when', 'Japan', 'invaded', 'Singapore', 'in', '1942.']","[12, 13]",1,japan,"""Waters & Watson"" itself was established in 1933 but ceased operations when Japan invaded Singapore in 1942.","['""Waters & Watson has its own market, but it has been hampered by a number of issues,"" he said.', 'Waters and Watson were first announced in 1933, but when the Japanese West needed a more formidable successor, they got the title in Singapore.', 'The FTSE 100 index of leading shares in the FTSE 100 index jumped 0.6 per cent, or 53.9 points, to 5,935.68.', 'Adjusted EBITDA (""Adjusted EBITDA"") (""Adjusted EBITDA"") (""Adjusted EBITDA"") (""Adjusted EBITDA"") (""Adjusted EBITDA"") (""Adjusted EBITDA"") (""Adjusted EBITDA"") (""Adjusted EBITDA"") (""Adjusted EBITDA"") (""Adjusted EBITDA"") (""Adjusted EBITDA"") (""Adjusted EBITDA"") (""Adjusted EBITDA"") (""Adjusted EBITDA"") (""Adjusted EBITDA"") (""Adjusted EBITDA"") (""Adjusted EBITDA"") (""Adjusted EBITDA"")', 'The centerpiece of the great Mungendanny Sara WetHam thrives on her half-time hip-hop: In ""hdemating Billiji! August"" she gives her Tyran Bacalsteiner buyer Re-gameX everything once again.']" -473,"['Billy', 'Murdoch', 'won', 'the', 'toss', 'for', 'Australia', 'and', 'chose', 'to', 'bat', 'first.']","[6, 7]",1,australia,Billy Murdoch won the toss for Australia and chose to bat first.,"['All the national teams... Mordechai came on immediately after five minutes.', '1 on the Billboard Hot 100.', '< a href = ""http: / / www.zillow.com / blog / catholics-catholics-see-gerniatric-problems-because-early-growing-and-family-patrons-are-incered.html"" target = ""_ blank"" > Catholics view gerniatric surgery as a form of contraception.', ""Recep Tayyip ErdoÄŸan's meeting with Paul has triggered a spate of attacks, and authorities have reconsidered their tour."", 'Murdoch also took over Tottenham Hotspur, who were relegated from the Premier League last season.']" -474,"['The', 'West', 'London', 'Derby', 'is', 'the', 'name', 'given', 'to', 'a', 'football', 'derby', 'played', 'between', 'any', 'two', 'of', 'Brentford,', 'Chelsea,', 'Fulham', 'and', 'Queens', 'Park', 'Rangers,', 'all', 'of', 'whom', 'are', 'situated', 'within', 'West', 'or', 'Southwest', 'London.']","[19, 20]",1,fulham,"The West London Derby is the name given to a football derby played between any two of Brentford, Chelsea, Fulham and Queens Park Rangers, all of whom are situated within West or Southwest London.","['The west London venue is named after a football match between Brentford 2, Chelsea 2 and Chelsea 2, which is said to have taken place in the early 1900s and is believed to have been built in the early 1900s.', 'For more information, visit http: / / www.glasshongs.com / glasshongs.html. For more information, visit http: / / www.glasshongs.html.', 'The West of Scotland is recognised nationally and internationally as a nation of people with a long and distinguished history of gun and ammunition ownership and we will continue to do everything in our power to protect them.', 'In the 42nd minute of the 2-1 win over Huddersfield - 1,000 Huddersfield supporters were forever afraid of ""Tennessee!"" - there were 31,200, and the giant Waratahs flag had gone up in flames.', 'The club\'s Alb Banks spoke of a pro-river accent, while Osterso defended Jackson as a ""very good player.""']" -475,"['Philippines', 'participated', 'in', 'the', '2010', 'Asian', 'Para', 'Games–First', 'Asian', 'Para', 'Games', 'in', 'Guangzhou,', 'China', 'from', '13', 'to', '19', 'December', '2010.']","[0, 1]",1,philippines,"Philippines participated in the 2010 Asian Para Games–First Asian Para Games in Guangzhou, China from 13 to 19 December 2010.","['The Philippines won the European Badminton Championships in 2010 and the Asian Para Games in 2010, the first Asian Para Games in the Open era, so it is no surprise that the Philippines were keen to host the event.', 'Accentaten World Corporate Assorneys Public Eminence, Inc., Inc., (NYSE: EE), Inc., (the ""Company""), (the ""Company""), (the ""Company""), (the ""Company""), (the ""Company""), (the ""Company""), (the ""Company""), (the ""Company""), (the ""Company""), (the ""Company""), (the ""Company""), (the ""Company""), (the ""Company""), (the ""Company""), (the ""Company""), (the ""Company""), (the ""Company""), (the ""Company""), (the ""Company""), (the ""Company""), (the ""Company""), (the ""Company""), (the ""Company""), (the ""Company""), (the', 'In 2010, Babya Naognias from Montreal said, ""For example, we will not be able to reflect faster than conservative brands, but we will be able to do that in the future, and we will be able to do that in the future, and we will be able to do that in the future, and we will be able to do that in the future.""', 'In a statement, the company said: ""We are pleased to announce that we have reached an agreement with the Department for Education to provide a full range of education and training opportunities to our students and their families.""', ""Since the show began, 13 people have swam through and around Mikaba Baching, Jiao He dined on CBD Sound and recorded our evening show, Beyoncé walked within the company's national boundaries, Radioactive Radioactive Process was offered to train Team 2020 as a focal point, and a total of 64 Baccabile I Resources biopoliticians have been promised for the collaboration to date (Voice Imam / 72), Ground Front Region engaged Eagle Analysis PHC; UR Market Newswire Department ordered the support of Heinz Temporary Empires; and < br > on Learning is the Fairtrade manager ahead of Renault.""]" -476,"['The', 'conference', 'ended', 'with', 'the', 'Netherlands', 'agreeing', 'to', 'transfer', 'sovereignty', 'to', 'the', 'United', 'States', 'of', 'Indonesia.']","[5, 6]",1,netherlands,The conference ended with the Netherlands agreeing to transfer sovereignty to the United States of Indonesia.,"['First, the conference ended with a brokered agreement to end the Iran nuclear deal in favor of the Muslim Brotherhood.', 'The conference ended in the middle of the session with hopes of a power-sharing agreement.', ""The conference ended with Obama's endorsement of the United States by the Pittsburgh Post-Gazette, the longest-running news organization in the United States, and his endorsement of U.S. leadership by President Barack Obama."", ""The excruciatingly painful expansion of the attorney general's powers makes Holder a bloody bully for the Justice Department, which is accused of exceeding its authority."", 'The latest alarming figures for the number of new homes being built in England and Wales are the highest on record, according to the National Audit Office (NAO).']" -477,"['Australia', 'batted', 'first', 'and', 'scored', '240', 'runs', 'for', '9', 'wickets', 'in', '50', 'overs.']","[0, 1]",1,australia,Australia batted first and scored 240 runs for 9 wickets in 50 overs.,"['Especially one of his rivals (Gamba) says everything about this position.', 'Australia had to accept the loss of Anderson, who was brought back by Klizan.', 'Baumgartner, who has been a regular contributor to England\'s World Cup qualifying coverage, said: ""I think it\'s important to remember that we have a lot of good players in the squad and a lot of good players in the squad and we have a lot of good players in the squad and we have a lot of good players in the squad and we have a lot of good players in the squad.', 'Second-graders once had no joy in it.', 'Instead of Hazard?']" -478,"['Argentina', 'returned', 'to', 'the', 'WRC', 'calendar', 'for', 'the', 'first', 'time', 'since', '2009,', 'after', 'the', 'event', 'was', 'a', 'part', 'of', 'the', 'Intercontinental', 'Rally', 'Challenge', 'in', '2010.']","[0, 1]",1,argentina,"Argentina returned to the WRC calendar for the first time since 2009, after the event was a part of the Intercontinental Rally Challenge in 2010.","[""For the first time, Argentina waived any money that could help the country's economy."", 'Argentina have returned to the competition for the first time since the World Cup in Brazil last summer, when they beat Chile in the final of the Copa America on penalties to win their first title.', 'Edinburgh, which lost the World Cup in Belfast in early 2009, was forced to withdraw from the tournament due to a lack of support from the Scottish Rugby Union (NRAD), while the Scottish Rugby Union (IRB) and the Scottish Rugby Union (IRB) have also withdrawn from the tournament.', '""I think it\'s important to remember that we\'re not going to be able to do that,"" he said, ""but we\'re going to be able to.""', ""Argentina < unk > The gative pages for the weekend show you want to stop the onslaught, and you can catch up on all the action as it happens with < unk > live coverage of Pacquiao's fight with Jeff Horn.""]" -479,"['Laksono', 'is', 'known', 'for', 'his', 'brash', 'condescendence', 'and', 'overtly', 'harsh', 'remarks', 'towards', 'Singapore', ',', 'especially', 'with', 'regards', 'to', 'the', 'island', ""republic's"", 'diplomatic', 'calls', 'to', 'the', 'Indonesian', 'government', 'to', 'curb', 'the', 'acrid', 'trans-boundary', 'haze', 'that', 'shrouds', 'large', 'areas', 'of', 'Sumatra,', 'Peninsular', 'Malaysia', 'and', 'Singapore', 'annually', 'as', 'a', 'result', 'of', 'extensive', '""slash', 'and', 'burn""', 'cultivation', 'in', 'Sumatra,', 'Kalimantan', 'and', 'other', 'Indonesian', 'territories.']","[12, 13]",1,singapore,"Laksono is known for his brash condescendence and overtly harsh remarks towards Singapore, especially with regards to the island republic's diplomatic calls to the Indonesian government to curb the acrid trans-boundary haze that shrouds large areas of Sumatra, Peninsular Malaysia and Singapore annually as a result of extensive""slash and burn"" cultivation in Sumatra, Kalimantan and other Indonesian territories.","['Laksono is known for his bold words, including ""I will kill you,"" ""I will kill you,"" ""I will kill you,"" ""I will kill you,"" ""I will kill you,"" ""I will kill you,"" he said.', ""The consequence of this is a monstrous planned economy, imposing new burdens; Lak, with his long faces, missions and class, is that he is now a neo-uber-respectable and untouchable strategy; Lakshmi, the compass government of risk, missed a payment when Pearce's camp broke up; Lak, in the face of some negligent honesty and articles of probable involvement in Bahrain; * Change of duty at the Distance Section Network All said the same..."", ""Laksona Kabbina and his shameless indulgences threw several asbestos-laden governors into India's election campaign, persuaded skipper Shikhar Laachraoui to go to the ITC, and then, without knowing him, it was still raining."", ""The vulnerability of Niklas Lewis's structure gives organizations like Ocean Wind and 50 Heroes SE (to calculate sales for the wind turbines) lethal triple-guns Ble plus pranks Öihns instead of Octavia Keyless Riders counter-attorneys for the Tüv, it was said, and now Slaanti is back in the lead role."", ""Laksonians are known to whisper sexist comments - Repu Longphennecks, the largely hip-hop-trained, state-educated Sammy Sonners, who teaches a course on rape and glorebodwpildevazwning at Grand Spanth High School's Van Gogh Kennedy House, and BenJon Kujurtoh, who teaches a course on sexual assault and assault at the University of California, Berkeley. - Repu Longphennecks, who teaches at the University of California, Berkeley. - Repu Longphennecks, who teaches at the University of California, Berkeley.""]" -480,"['The', 'alleged', 'causes', 'were', 'the', 'centralistic', 'policies', 'of', 'the', 'Maldivian', 'government', 'and', 'the', 'recent', 'independence', 'of', 'its', 'neighbors', 'India', 'and', 'Ceylon.']","[18, 19]",1,india,The alleged causes were the centralistic policies of the Maldivian government and the recent independence of its neighbors India and Ceylon.,"['In 2007, Iran\'s top eight finalists were tied for the first time in what the Interior Ministry called a ""loo-woo"" approach, in which the country\'s top diplomat, Mohammad Javad Zarif, was forced to resign in protest.', 'The package included vacations and a breakdown in negotiations between the two countries, which have been at loggerheads in recent months, and the Trump administration, which has been trying to persuade North Korea to give up its nuclear weapons program.', ""< br > Racing expert Robin Goodfellow gives his tips ahead of Thursday's meetings at Kempton, Kempton and Kempton."", ""Asked if she regretted the incident, she said: 'I don't know, I don't know, I don't know, I don't know, I don't know, I don't know, I don't know, I don't know.'"", 'How Payments Become a Nation']" -481,"['Lebedeva', 'competed', 'in', 'the', '2010', 'Winter', 'Olympics', 'for', 'Kazakhstan', '.']","[8, 9]",1,kazakhstan,Lebedeva competed in the 2010 Winter Olympics for Kazakhstan.,"['Libedenationa began in 2010 for Kazakhstan.', 'Lebedeva, who played for Kazakhstan at the 2010 Winter Olympics, has been diagnosed with chronic back spasms, a condition that has made it impossible for her to walk or speak.', 'Lebedev, however, is a fan of Mucha handball and this time he is leading from the front.', 'Lebedeva made her way into the courtroom for the first time since the incident, which occurred early Monday morning.', 'Lecillyphandle believes the change is being felt in international rugby.']" -482,"['The', 'United', 'States', 'Ambassador', 'to', 'Albania', 'is', 'the', 'head', 'of', 'the', 'diplomatic', 'mission', 'of', 'the', 'United', 'States', 'to', 'Albania.']","[15, 17]",1,united states,The United States Ambassador to Albania is the head of the diplomatic mission of the United States to Albania.,"['This will be decided by the United Nations Ambassador to Albania, not in Monterrey, but in Monterrey.', 'The US Embassy in Washington, DC released a statement saying: ""The US Embassy in Washington is deeply saddened by the tragic loss of a loved one.', 'Dreyfus imported Apollo, the ambassador to the United States, from the United States, where he worked as a security guard.', 'Saving for a house can cost up to £4 million, or almost £1 million a year, according to National Savings & Investments (NS & I).', 'Choi, who died in a car accident in 2006, is a former Fairfax Book editor who is now a professor at the University of New South Wales.']" -483,"['Important', 'themes', 'include', 'the', 'rapid', 'industrialization', 'and', 'growing', 'power', 'of', 'Britain', ',', 'Europe', 'and,', 'later', 'in', 'the', 'period,', 'the', 'United', 'States,', 'with', 'Japan', 'emerging', 'as', 'a', 'major', 'power', 'and', 'empire', 'towards', 'the', 'end', 'of', 'this', 'period.']","[10, 11]",1,britain,"Important themes include the rapid industrialization and growing power of Britain, Europe and, later in the period, the United States, with Japan emerging as a major power and empire towards the end of this period.","['Caption: Large view of the picture with the caption: The provision of locking wheels for sensitive iron toilets and loading into the rear of the car is a key component of the ""red and white"" wheels. ""Caption: The provision of locking wheels for sensitive iron toilets and loading into the rear of the car is a key component of the"" red and white ""wheels to protect the front wheels from defective iron toilets.', 'Important issues are the rapid industrialisation and increasing emphasis on both the UK and multinationals such as Mr Walsh.', 'These include Medicare, Medicare, Medicaid, Medicaid, Medicaid, Medicaid, Medicaid, Medicaid, Medicaid, Medicaid, Medicaid, Medicaid, Medicaid, Medicaid, Medicaid, Medicaid, Medicaid, Medicaid, Medicaid, Medicaid and others.', 'President Emil Sancerre of the Midlands, a professor of political history at the University of Illinois at Chapel Hill, presided over a series of policy debates, including one in which he called for the abolition of slavery in the United States and another in which he called for the abolition of slavery.', 'Violence only occurs in ""memories"" of the racism scandal with 40 anti-Semitic and anti-Semitic incidents, he said.']" -484,"['Germany', 'attacks', 'the', 'Soviet', 'Union', '(June', '22,', '1941).']","[0, 1]",1,germany,"Germany attacks the Soviet Union (June 22, 1941).","['Germany attacked the Soviet Union (22 May 1941).', 'Murder on the Orient Express is set to hit cinemas next year.', '25, when Azaria was arrested on suspicion of aggravated burglary and attempted burglary.', ""< br > 's DAVID LLOYD reflects on the thrill..."", 'Start of the election as an ally of Germany.']" -485,"['The', 'United', 'States', 'and', 'France', 'both', 'formally', 'recognized', 'Algeria', 'on', 'that', 'same', 'day.']","[8, 9]",1,algeria,The United States and France both formally recognized Algeria on that same day.,"['The United States and France officially admitted Algeria on the same day that the Algerian Government announced the arrest of two Algerian nationals.', 'Al-Shabaab also claimed responsibility for the attack, saying it was carried out by a ""terrorist group"" with links to Al Qaeda.', 'On Friday, the U.S. Department of Homeland Security approved a plan to build a wall along the border with Mexico to prevent illegal immigrants from entering the United States.', ""£619.47 Travelling day, double-seater, HBAD's Other dates"", 'President Ekers ""historic attack on the United States and its allies in the Middle East and North Africa in the wake of the September 11 attacks on the United States and its allies in the Middle East and North Africa, as well as President Barack Obama\'s decision to withdraw from the Paris climate agreement, raise questions about the future of the United States.']" -486,"['He', 'played', 'for', 'Ellerslie', 'and', 'Wellington', 'during', 'the', ""80's"", 'but', 'injury', 'curtailed', 'his', 'playing', 'career', 'as', 'a', 'goalkeeper.']","[5, 6]",1,wellington,He played for Ellerslie and Wellington during the 80's but injury curtailed his playing career as a goalkeeper.,"['Lena Hubbard was born in 1968 at the University of Kentucky, where she first developed the F1 Tango.', 'At the end of the year, the eight-year-old American has to apologise to Emma Green.', 'He called his childhood crisis ""@ Johnson,"" but ""I threaten my fellow musicians, eat Rwonk"" and ""n * * * * * *"" on < p >. ""', 'Classics won because of Rockets in other Monday games.', ""He is a player who has been a key factor in the club's success in recent years and has been a key factor in the club's success this season, but he has also been linked with a move to the Premier League, where he has been linked with a move away from Stamford Bridge.""]" -487,"['On', 'September', '29,', '1962,', 'diplomatic', 'relations', 'between', 'Algeria', 'and', 'the', 'United', 'States', 'were', 'formally', 'established', 'when', 'the', 'U.S.', 'Consulate', 'General', 'in', 'Algiers', 'was', 'raised', 'to', 'embassy', 'status.']","[7, 8]",1,algeria,"On September 29, 1962, diplomatic relations between Algeria and the United States were formally established when the U.S. Consulate General in Algiers was raised to embassy status.","['On 29 September 1962, diplomatic relations between Algeria and the United States were severed and the office of the US Attorney General lodged a formal complaint.', 'He filed for bankruptcy on September 29, 1962 (High School of Opinion Misses).', 'On 2 March 1962, in the presence of French President Nicolas Sarkozy, representatives of the two historic nations are expected to take over the chairmanship of the Security Council, which will then be entrusted to 28 candidates, with a further six candidates to be selected.', 'On September 29, 1974, according to a Washington Post report, U.S. diplomatic missions < p > were closed in the 1980s and 1980s due to a lack of power.', 'On the eve of the General Congressional Budget Office (GAO) annual report on the economy, the White House released a report on Wednesday stating that the economy would grow more slowly in the second half of the year than in the first half of last year, and that the economy would grow more slowly in the second half of the year than in the first half of the year, and that the economy would grow more slowly in the third quarter.']" -488,"['During', 'consideration', 'of', 'Dickerson', 'v.', 'United', 'States', ',', 'BLAG', 'submitted', 'an', 'amicus', 'brief', 'to', 'the', 'Fourth', 'Circuit.']","[5, 7]",1,united states,"During consideration of Dickerson v. United States, BLAG submitted an amicus brief to the Fourth Circuit.","['Last year, BLAG appealed the decision, saying it was in line with its pilot project.', ""Mierri-Anne McIntosh, a spokeswoman for the Department of Homeland Security, declined to comment when approached by DailyMail.com, saying: 'The Department of Homeland Security and Department of Homeland Security are working closely with the Department of Homeland Security and Department of Homeland Security to determine the exact nature of this incident, but we are aware that the Department of Homeland Security and Department of Homeland Security are investigating this matter."", 'It was recommended to the BG by the administrator on 29 April 2014.', 'He is considering an offer in the summer.', ""< br > 's DAVID LLOYD reflects on the thrill... and lasts until 3pm BST""]" -489,"['The', 'concept', 'of', 'two', 'newspapers', 'in', 'one', 'Redaktion', 'was', 'then', 'new', 'for', 'Germany', '.']","[12, 13]",1,germany,The concept of two newspapers in one Redaktion was then new for Germany.,"['How can two newspapers act in one?', 'The team left < a href = ""http: / / www.zillow.com / blog /"" target = ""external"" > home < / a > under Ecclestone.', '< br > DAVID LLOYD reflects on two of the biggest stories of the day...', 'The concept is to create a network of in-house reinforcement pipes.', ""It's not the first time the pair have been spotted together in public, as they recently enjoyed a romantic getaway together in New York.""]" -490,"['Australia', 'were', 'criticised', 'by', 'the', 'Indian', 'media', 'for', 'pushing', 'the', 'President', 'of', 'Board', 'of', 'Control', 'for', 'Cricket', 'in', 'India', '(BCCI)', 'and', 'Minister', 'in', 'the', 'Government', 'of', 'India,', 'Sharad', 'Pawar,', 'off', 'the', 'dais.']","[0, 1]",1,australia,"Australia were criticised by the Indian media for pushing the President of Board of Control for Cricket in India (BCCI) and Minister in the Government of India, Sharad Pawar, off the dais.","[""Australia has been criticised by the anxious British media for its role in pressuring the chairman of Britain's ICAC regulator over the documents it received."", ""Indian media also criticised McGregor's press secretary for his lack of money and jobs."", 'Indian media admit that the 84-year-old founder is a self-made man: a former centre for repressive measures.', 'Australian media accused the president of Cricket Australia (Crocket Australia) and ministers in India, Sharad Pawar and Ajmal Inuani, of corruption, of trying to influence the outcome of the FIFA World Cup in South Africa, where the governing body asked FIFA to take the press officer to the British Serious Fraud Office in Bucharest.', 'If William and Kate also want to fly to Australia, they will have to pay a ticket to see the prisoners.']" -491,"['And,', 'of', 'course,', 'the', 'Avila', 'daughter,', 'Sofia', 'has', 'invited', 'her', 'non-Latino', 'boyfriend.']","[6, 7]",1,sofia,"And, of course, the Avila daughter, Sofia has invited her non-Latino boyfriend.","[""Of course, her daughter Sofia believes she didn't care about the triviality of it all: these women have no skin color."", 'Of course, Sofia invited her non-Latino boyfriend Roman Beluga to attend the event.', ""He added: 'I'm going to kill Nafise and I'm going to kill her."", 'And, of course, Adila-supporting Nichtidina is not the only one.', 'Of course, all is not yet clear for Douglas Alaval of Houston, who is still unbeaten in the World Series.']" -492,"['Newman', 'won', 'the', 'Congressional', 'Gold', 'Medal', 'awarded', 'by', 'the', 'United', 'States', 'for', 'his', 'flight', 'in', 'the', 'Double', 'Eagle', 'II', 'with', 'Ben', 'Abruzzo', 'and', 'Maxie', 'Anderson.']","[9, 11]",1,united states,Newman won the Congressional Gold Medal awarded by the United States for his flight in the Double Eagle II with Ben Abruzzo and Maxie Anderson.,"['Leaked Italian Prime Minister Giorgio Napolitano sensationally offered Berlusconi help in investigating a coup in which three accomplices - one from Motegi State, a litany of Greek conflicts - were arrested and charged.', ""Newman won the $200 annual prize for his collections on the association's culture, which was created with a view to the future."", ""If you want to meet Morgenstern, it would be easy to drive to the southeast in India, but here's Kaweerman: At home, he's donating 2,000 coins worth $12,200."", 'Kevin A., the pilot of the youth plane, was still stuck on the tarmac with his siblings.', 'Newman won gold for Great Britain in the 400m freestyle at the Commonwealth Games in Glasgow last month, defeating Kate Wheatley of Scotland who took silver in the 400m freestyle and Laura Weightman of the USA in the 400m freestyle.']" -493,"['The', 'cooperation', 'between', 'these', 'two', 'nations', 'on', 'an', 'issue', 'concerning', 'the', 'Middle', 'East', 'was', 'seen', 'as', 'a', 'significant', 'improvement', 'in', 'their', 'relationship,', 'compared', 'to', 'their', 'earlier', 'bitter', 'disagreement', 'over', 'the', '2003', 'invasion', 'of', 'Iraq.']","[11, 13]",1,middle east,"The cooperation between these two nations on an issue concerning the Middle East was seen as a significant improvement in their relationship, compared to their earlier bitter disagreement over the 2003 invasion of Iraq.","['Most of those affected by the storm have been evacuated from their homes.', 'For example, video analysis of video recordings on your laptop includes contacts and voice laboratory detectors found on your laptop.', 'It was not the burning experience of the international struggle for world order that led to the creation of the dome, the Ramses classification that gave Dumas the opportunity to drop the mantle, and the opening of the roof that gave him the power he longed for.', 'The fundamental theme of the war, Jerusalem, was not one of fear, and in particular it sought to reassure the Jewish community that it was a new territory and that it was not a place where the Jewish state could be reconciled with the Jewish state, but a place where the Jewish state could be reconciled with the West.', 'Meier was sold to the United States by the Union Selective Naval Vehicle, and the rear image above the left-handed gravel map will show the difference between supporters of President Ronald Reagan\'s ""low-cost"" vehicle, according to people briefed on the matter.']" -494,"['As', 'of', '2000', 'Ghana', '’s', 'main', 'exports', 'were', 'minerals', 'and', 'cocoa.']","[3, 4]",1,ghana,As of 2000 Ghana ’s main exports were minerals and cocoa.,"[""By the end of 2000, most of the country's main drugs and weapons had been exported, apparently making Africa more difficult again."", 'Highlights included the £44 billion curse on social care, interest on pensions plus dividends from Freddie Thatcher and Ben Knowles (101 ""Perry..."").', 'When Clinton ran for president in 2001, she selected 20 Palestinian parishioners.', 'GDR sculptures were mostly exported as raw materials, as was the case from the GDR until the post-war period.', ""In rugby, it's a great opportunity for us to show what we can do.""]" -495,"['For', 'the', 'first', 'time', 'since', '1998', 'the', 'Netherlands', ""'"", 'song', 'was', 'performed', 'in', 'Dutch.']","[7, 8]",1,netherlands,For the first time since 1998 the Netherlands' song was performed in Dutch.,"['Holland became the first mother to sing the song in Dutch since 1998', '""I think it\'s going to be a lot of fun,"" he said, ""but it\'s going to be a lot more fun.""', 'For the first time in the history of the festival, a group of stage musicians was invited to perform at the festival.', ""Northern Ireland's King Auguste of Denmark was first elected in 1974 in favour of New Zealand."", 'For the first time in a long time, longtime confidants of the Queen discussed her successes with < a href >.']" -496,"['In', '1977-78', 'season,', 'he', 'helped', 'South', 'China', 'to', 'create', 'the', 'record', 'of', 'unbeaten', 'in', 'Hong', 'Kong', 'First', 'Division', 'League', 'for', 'the', 'season.']","[5, 7]",1,south china,"In 1977-78 season, he helped South China to create the record of unbeaten in Hong Kong First Division League for the season.","['Starting in 1977, Armstrong was not the only one willing to make the rest of the Thackersbrook community happy, especially as black athletes make up the majority of the Thackersbrook community.', 'In an English city, reading at the Natong amphitheatre, where 1.1 million lions live for the same trophies as the SCEP, costs $11 million and India $25 million.', 'He was a regular at a top club during the 75-68 season and was sold to the Green Bay Packers, which would have allowed him to return to the NFL.', ""In the 1977-1978 season, Freeman, the A-League youth coach whom he eventually replaced, as Uber's aInk wrote in Secrets 11, was dissolved in November 1984, throwing the company into disarray. II Heinrich Tichos, the former head coach of the Sydney Roosters, in 1985; Reus-Reus, the former head coach of the Sydney Roosters; and Vincent Kiki, the former head coach of the Sydney Roosters."", 'In 1977, a group of young Australians joined the Army at Saint-Leon Southern University, where they were trained as medics.']" -497,"['In', 'November', 'a', 'poll', 'conducted', 'by', 'private', 'broadcaster', 'RTL', '4', 'revealed', 'that', '86%', 'of', 'those', 'polled', 'would', 'agree', 'to', 'a', 'possible', 'withdraw', 'by', 'the', 'Netherlands', 'due', 'to', 'the', 'poor', 'results', 'received', 'in', 'past', 'contests.']","[24, 25]",1,netherlands,In November a poll conducted by private broadcaster RTL 4 revealed that 86% of those polled would agree to a possible withdraw by the Netherlands due to the poor results received in past contests.,"['A report by private broadcaster Channel 4 took place in July last year and a report in the Sunday Times yesterday suggested the row may have forced the Prime Minister to reconsider his decision to resign.', 'New Jersey Governor Chris Christie paid tribute to the victims of the Sandy Hook Elementary School shooting at the Graham Garden Center in Enrnchuerg, N.J., on Wednesday.', 'KNOWN STATEMENT: Gallup has found that the number of Americans who say they would like to see a Brexit deal with the EU has fallen by a third in the past two years, according to a new Gallup poll, while the number of Americans who say they would like to see a Brexit deal with the EU has risen by a third in the past year.', 'The poll, conducted by private broadcaster TNT at 4 a.m. on Nov.', 'A new study by the University of California at Berkeley has found that the average age of a woman in the United States is 18, and that the average age of a woman in the United States is 18, according to a new study published in the Journal of the American Medical Association.']" -498,"['Badaracchi', 'represented', 'Italy', 'at', 'the', '2008', 'Summer', 'Olympics', 'in', 'Beijing,', 'where', 'he', 'competed', 'in', 'the', ""men's"", '10', 'm', 'air', 'pistol,', 'along', 'with', 'his', 'teammate', 'Vigilio', 'Fait.']","[2, 3]",1,italy,"Badaracchi represented Italy at the 2008 Summer Olympics in Beijing, where he competed in the men's 10 m air pistol, along with his teammate Vigilio Fait.","['Badou Jack, 29, who was arrested on suspicion of murder, is due to appear before a judge at the Old Bailey on Wednesday where he is due to be sentenced to six months in prison for the murder of his girlfriend, who was found dead in her flat early on Monday morning.', 'Bad, who represented Italy at the 2008 Beijing Olympics, said he publicly believed in a bid that his federation had taken the doctor Justine Lamped.', ""It looks bad when Italian teams perform comparatively better in 2010 (13.5 percent on average) after losing New Year's Eve - a game of navigable feathers - to unlisted countries, while only a handful of regional Saudis travel from New York to Kiev."", 'Bath & Beyond Cornet Shampoo Sanusa to Thick Pup: Introduction, purifier tis maric.', ""In an interview with < br > last week, he said: 'It's been a while since I've been in a position where I felt like I had my destiny in my own hands, in control of my own game.""]" -499,"['It', 'called', 'upon', 'Lebanon', 'to', 'establish', 'its', 'sovereignty', 'over', 'all', 'of', 'its', 'land', 'and', 'called', 'upon', '""foreign', 'forces""', '(Israel', 'and', 'Syria)', 'to', 'withdraw', 'from', 'Lebanon', 'and', 'to', 'cease', 'intervening', 'in', 'the', 'internal', 'politics', 'of', 'Lebanon.']","[3, 4]",1,lebanon,"It called upon Lebanon to establish its sovereignty over all of its land and called upon""foreign forces"" (Israel and Syria) to withdraw from Lebanon and to cease intervening in the internal politics of Lebanon.","['The memorandum outlines plans to add toxicology tests.', 'The Libyan leader was summoned to a UN Security Council meeting in New York to discuss the situation in the country, which has been hit by a series of deadly attacks in recent months.', 'It called on Lebanon to do more to prevent the spread of the virus blamed for a series of deadly attacks last year.', 'CENTRAL CITY, New York (AP) - U.S. President Donald Trump on Tuesday called on the United States to ""take a stand"" against Iran\'s nuclear program, saying the United States should not be allowed to use its nuclear program as a bargaining chip in the Middle East and that the United States should not be allowed to use its nuclear program as a bargaining chip in the fight against Iran\'s nuclear program. -- The United States should not be allowed to use its nuclear arsenal as a bargaining chip in the Middle East. -- The United States should not be allowed to use its nuclear weapons as a bargaining chip in the Middle East.', 'He called on the Lebanese government to take a ""more disruptive approach"" to the conflict, saying it was ""not the intention of the Lebanese government to use chemical weapons against the Lebanese people,"" adding: ""It is not the intention of the Lebanese government to use chemical weapons against the Lebanese people.""']" -500,"['Turkey', 'participated', 'at', 'the', '2010', 'Winter', 'Olympics', 'in', 'Vancouver,', 'British', 'Columbia,', 'Canada.']","[0, 1]",1,turkey,"Turkey participated at the 2010 Winter Olympics in Vancouver, British Columbia, Canada.","['In 2010, it acquired a stake in Vicodin in Vancouver, Canada.', 'Turkey, Turkey, Turkey, United States, Russia, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom', 'The Shanghai Summits will serve as a meeting point for the Chinese Government and the Chinese Government, as well as for the Chinese Government.', 'Several states, including the District of Columbia, the District of Columbia, the District of Columbia, the District of Columbia, the District of Columbia, the District of Columbia, the District of Columbia, the District of Columbia, the District of Columbia, the District of Columbia, the District of Columbia, the District of Columbia, the District of Columbia, the District of Columbia, the District of Columbia, the District of Columbia, the District of Columbia, the District of Columbia, the District of Columbia, the District of Columbia, the District of Columbia, the District of Columbia and the District of Columbia.', ""Turkey's participation in the 2010 World Cup in Russia, where it finished second behind Spain, has been under scrutiny since President Viktor Yanukovych's statement on Friday.""]" -501,"['The', 'Kingdom', 'of', 'Poland', 'was', 'created', 'out', 'of', 'the', 'Duchy', 'of', 'Warsaw,', 'a', 'French', 'client', 'state,', 'at', 'the', 'Congress', 'of', 'Vienna', 'in', '1815', 'when', 'the', 'great', 'powers', 'reorganized', 'Europe', 'following', 'the', 'Napoleonic', 'wars.']","[1, 4]",1,kingdom of poland,"The Kingdom of Poland was created out of the Duchy of Warsaw, a French client state, at the Congress of Vienna in 1815 when the great powers reorganized Europe following the Napoleonic wars.","[""< br > Racing expert Robin Goodfellow gives his tips ahead of Thursday's meetings at Newmarket, Kempton, Kempton and Kempton."", 'They were taken over by one of the southernmost countries and launched in a demoralising attack.', 'On December 22, 1815, Sunni Uighurs founded the Jabhat al-Nusra Front, an Al Qaeda offshoot based in Baghdad, Iraq, and the Islamic State of Iraq and the Levant (ISIL), an offshoot of the Islamic State of Iraq and the Levant (ISIL).', ""The Kingdom of Poland was founded by the Polish Reconciliation Party (PKD), the Polish Communist Party of the Ku Klux Klan (PKD), the Polish People's Republic of Poland (PKD), the Polish People's Republic of Poland (PKD), the Polish People's Republic of Poland (PKD) and the Polish People's Republic of Poland (PKD)."", 'The Kingdom of Poland, which has been plagued by political turmoil since the collapse of the Soviet Union in 1991, has seen an increase in the number of refugees entering the country over the past year, according to a report by the Polish Observatory for Human Rights.']" -502,"['The', 'Algerian', 'government', 'had', 'recognized', 'the', 'United', 'States', 'in', '1795,', 'but', 'formal', 'diplomatic', 'relations', 'had', 'not', 'been', 'established.']","[6, 8]",1,united states,"The Algerian government had recognized the United States in 1795, but formal diplomatic relations had not been established.","['In the last few years alone, there have been a number of terrible incidents in which children have been left to their own devices, including the death of their parents, the loss of their mother, the loss of their father, the loss of their mother, the loss of their father, the loss of their father, the loss of their father, the loss of their father, the loss of their mother, the loss of their father, the loss of their father, the loss of their mother, the loss of a father, the loss of a mother, the loss of a father, the loss of a mother, the loss of a mother, the loss of a father, the loss of a father, the loss of a son.', 'December: ""Demov: Factual"" (CBS at 8) ""Demov: Factual"" (CBS at 9) ""Demov: Factual"" (CBS at 9) ""Demov: Factual"" (NBC at 9) ""Demov: Factual"" (NBC at 9) ""Demov: Factual"" (NBC at 9) ""Demov: Factual"" (NBC at 9) ""Demov: Factual"" (NBC at 9) ""Demov: Factual"" (NBC at 9) ""Demov: Factual"" (NBC at 9) ""Demov: Factual"" (NBC at 9) ""Demov: Factual""', 'The Algerian international has been linked with a move to the Premier League this summer and a move away from Stamford Bridge.', 'The Algerian government suspects documents found at the consulate in the capital Tripoli were stolen, but has not confirmed the identity of the suspect.', 'Government profits were distributed in independently elected cities. -- Interview with The Associated Press and Frazier Israel. -- Interview with The Associated Press. -- Published by The Associated Press. -- Published by The Associated Press. -- Published by The Associated Press. -- Published by The Associated Press. -- Published by The Associated Press. -- Published by The Associated Press. -- Published by The Associated Press. -- Published by The Associated Press. -- Published by The Associated Press.']" -503,"['In', 'the', 'beginning,', 'Horus', 'the', 'falcon', 'god', 'of', 'light', 'and', 'Set', 'the', 'god', 'of', 'evil', 'fought', 'to', 'control', 'Egypt', '.']","[18, 19]",1,egypt,"In the beginning, Horus the falcon god of light and Set the god of evil fought to control Egypt.","['In the beginning Horus fought tunnels between noonday and nocturnal falcons, prayers of genius and Grand Crusaders.', 'Initially, the Horus family used the idea of a Muslim family and the Harr family to gain cultural and historical experience, but weaknesses in the education system and its impact in containing Boko Haram became a key issue, Xinhua reported.', 'Valk and his daughter Manuteta Aliari once worked with Mr. Trentant Qan to negotiate the sale of the company.', 'The audience got their money\'s worth with a ""part of the show"" called ""Cum Novesco.""', 'Protestant worshippers in the square said they could not attend the service, which will take place on Sunday.']" -504,"['It', 'was', 'mapped', 'from', 'surveys', 'by', 'the', 'Falkland', 'Islands', ',', 'and', 'was', 'named', 'by', 'the', 'UK', 'Antarctic', 'Place-Names', 'Committee', 'after', 'the', 'Eliason', 'motor', 'sledge,', 'invented', 'in', '1942', 'in', 'Sweden,', 'now', 'made', 'in', 'Canada,', 'and', 'used', 'in', 'Arctic', 'Canada', 'since', '1950', 'and', 'in', 'the', 'Antarctic', 'since', '1960.']","[7, 9]",1,falkland islands,"It was mapped from surveys by the Falkland Islands, and was named by the UK Antarctic Place-Names Committee after the Eliason motor sledge, invented in 1942 in Sweden, now made in Canada, and used in Arctic Canada since 1950 and in the Antarctic since 1960.","['The search area, which includes Iceland and Crete, is in seventh place, while Plospect Fisher, a European metro station, is in seventh.', 'Meanwhile, the Duke and Duchess of Cambridge are returning to the UK to visit Jonny Bairstow, Vice President of Environmental Engineering and Studies LINK / Getty Images', ""Build Adventure Crash figures were identified from studies reserhistorisafetyClub Mega Pflan tweets - Etic official report rates and an overview of the lack of discovery and strategy, i.e. Detroit's laboratory units steel protective fences bear global title Hide de I (All prizes awarded by The Elector) Medals election reports - Comments from the Berlin Waltz Center and Woosque Centers - You can send local Parl Post You can send training materials for the adventure of the owner Earth Open Tarnia ient Adding French ID, Twist reserved by the Premier Motor ler Choice Retailer weave announced retirement matters kinler @ fts.com"", 'The CHP was named after a man who died in a car accident in the city of Toulouse near the French border. -- The CHP was named after a man who died in a car accident in the city of Toulouse near the French border. -- The CHP was named after a man who died in a car accident in the city of Toulouse near the French border.', ""Read more here: < p > 's JAMIE REDKNAPP gives his views on the weekend's action, as well as key stats and facts ahead of the games, and brings you the 10 things we learned from it all... and a few things we learned from it all... From the weekend's action, it's JAMIE REDKNAPP's form guide here... and don't forget to tell us your predictions by leaving a comment below... From our reporters at the bottom of the page... and a taste of things to look out for...""]" -505,"['Thailand', 'does', 'the', 'same,', 'and', 'also', 'in', 'Norway', 'it', 'is', 'illegal', 'to', 'sell', 'alcohol', 'on', 'election', 'day.']","[0, 1]",1,thailand,"Thailand does the same, and also in Norway it is illegal to sell alcohol on election day.","['Thailand did this by allowing people to buy a variety of alcoholic beverages on Election Day, and Hathaway even issued an e-mail warning earlier in the day: ""We will not tolerate this.""', ""Norway also has rape, and the whining will be in the chilly press after the vote on our bill from France. < unk >'s Special Border Commission interprets the deal that was written? < unk >'s Bo, to close to resistance, until 12 / 04 / 2017 < unk > invites me to take a look with you at what has happened so far in Norway..."", 'The same is true in Thailand and Norway, where the average price of a home is £46,365 according to the Land Registry, while the average price of a home in Britain is £56,365.', ""Thailand is also popular in the United States, where Wang is a prominent figure in Thailand's bubble, and the country's weak web presence has led to a surge in the number of apolitical retired SuperPACs in the country, with 17 percent fearing the same amount of press, thanks to a web-based campaign to promote 140 foreign partners."", 'It is a shame, therefore, that the FA Cup has not become a safety net for insufficiently wealthy clubs.']" -506,"['Honoré', 'took', 'the', 'title', 'of', 'Prince', 'himself,', 'and', 'it', 'was', 'only', 'through', 'the', 'protection', 'of', 'France', 'that', 'Monaco', 'escaped', 'total', 'overrun', 'by', 'Spain.']","[15, 16]",1,france,"Honoré took the title of Prince himself, and it was only through the protection of France that Monaco escaped total overrun by Spain.","['Honoré was born in Saint-Louis, France, and came to the United States.', 'Honoré himself bought the prince a ticket and miraculously escaped the clutches of a dictator from a Bavarian prison.', 'Honoré won the title of Prince of Wales for the first time in more than a decade, becoming the first person in history to win the title.', 'Roy Fredertyson retired from driving in 1916, and his father, who died in 1916, gave him the title of ""Honorary Citizen.""', 'Jamie, who himself received the state title, has been involved in several legal disputes in the kingdom, most notably the sale of the rights to the film to 20th Century Fox, which has been saturated with allegations of sexual harassment.']" -507,"['The', 'Bombay', 'Hook', 'Lighthouse', '(also', 'called', 'the', 'Smyrna', 'River', 'Lighthouse)', 'was', 'built', 'by', 'the', 'US', 'in', '1831.']","[14, 15]",1,us,The Bombay Hook Lighthouse (also called the Smyrna River Lighthouse) was built by the US in 1831.,"['The Bombay Dam said the Smyrna River was the third Cariadox River in the state and the third in the state.', 'The shock was that the war had ended with the death of petrolhead Puddin (who sat on the sugar throne).', '""Bombay Hook Electric Shock Execute Leunaked 1957 Latemare C1 / Ri 6 / 4.8G S. Theresa Jr. / Ri 6 / 4.8G M1 / Ri 6 / Ri 6 / Ri 6 / 4.8G M1 / Ri 6 / Ri 6 / Ri 6 / Ri 6 / Ri 6 / Ri 6 / Ri 6 / Ri 6 / Ri 6 / Ri 6 / Ri 6 / Ri 6 / Ri 6 / Ri 6 / Ri 6 / Ri 6 / Ri 6 / Ri 6 / Ri 6 / Ri 6 / Ri 6 / Ri 6 / Ri 6 / Ri 6 / Ri 6 / Ri 6 / Ri 6 / Ri 6 / Ri 6 / Ri 6 / Ri 6 / Ri 6 / Ri 6 / Ri 6 / Ri 6', 'In the Senate, the old catch is suddenly taking hold: ""Business development is a path through the fiscal hedging method,"" he said.', 'The Bomb Harbor Lighthouse was built in 1831. -- Mubarak has had street names for 12 decades. -- Mubarak is the first president of the United States. -- Mubarak is the first president of the United States. -- Mubarak is the first president of the United States. -- Mubarak is the first president of the United States. -- Mubarak is the first president of the United States. -- Mubarak is the first president of the United States. -- Mubarak is the first president of the United States. -- Mubarak is the first president of the United States. -- Mubarak is the first president of the United States. -- Mubarak is the first president of the United States. -- Mubarak is the first president of the United States.']" -508,"['There', 'is', 'conflicting', 'data', 'about', 'whether', 'or', 'not', 'Morocco', 'competed', 'in', 'Mexico', 'summer', 'games', 'in', '1968.']","[8, 9]",1,morocco,There is conflicting data about whether or not Morocco competed in Mexico summer games in 1968.,"['There you can sell tickets, talk about instant tracking, or hide questions like ""What\'s going on?"" or ""What\'s going on?"" or ""What\'s on?"" or ""What\'s on?""', 'Gustav Anwar, professor of psychology at the University of California, Berkeley, said: ""Anwar\'s addition of quantitative factors is effectively large enough to predict how many people are likely to be affected by the disease.""', 'There are conflicting accounts of the two men, who deported 179 Californians to Africa as part of a search by Brazilian Judge Julie Dumftly and bombed Islamist hideouts puzzling over the outbreak of Cywrin.', ""< br > Racing expert Robin Goodfellow gives his tips ahead of Thursday's meetings at Newmarket, Kempton, Kempton, Kempton and Kempton."", ""There have been a number of incidents in recent years where a player has been sent off for a foul on a West Ham player, but the referee's decision to award a penalty was correct and the referee's decision correct.""]" -509,"['The', 'Championship', 'was', 'won', 'by', 'Switzerland,', 'who', 'beat', 'Sweden', '13-5', 'in', 'the', 'final.']","[8, 9]",1,sweden,"The Championship was won by Switzerland, who beat Sweden 13-5 in the final.","['The home side were desperate for young player Laura Trott, 26, who won a lifetime achievement medal with Portland Juniors.', 'Philippe-Serrano and Ellis Chiung gave tenor Roland Davies something to look forward to.', 'Austria was liberated in 1975, and the Nazi GDR passed the unsuccessful Treaty of Lisbon.', ""World champion Jess Ennis-Hill has been given the green light to compete in the women's heptathlon after Tatyana Chernova was stripped of her title last month."", 'View original content with multimedia: http: / / www.prnewswire.com / news-releases / 2017 / 07 / 07 / opinion / the-company-will-be-able-to-supply-the-product-in-the-future-of-the-future-of-the-company-. http: / / www.prnewswire.com.']" -510,"['Prior', 'to', 'this', 'conference,', 'three', 'other', 'high-level', 'meetings', 'between', 'the', 'Netherlands', 'and', 'Indonesia', 'took', 'place.']","[12, 13]",1,indonesia,"Prior to this conference, three other high-level meetings between the Netherlands and Indonesia took place.","['Before the rivalry, there were three meetings between the Netherlands and Indonesia.', 'Before this conference, we held further meetings with high-level representatives of the Netherlands and the Netherlands.', 'Three high-level meetings between the two countries were overshadowed by logistical problems.', ""Ahead of this weekend's Premier League action, we'll be providing you with all you need to know about every fixture, with team news, provisional squads, betting odds, Opta stats, team news, provisional squads, provisional squads, betting odds and Opta stats... and bring you the 10 things you need to know about every game, with team news, provisional squads, betting odds and Opta stats..."", 'Three high-speed rail lines are about to open in Jakarta ahead of a planned three-day trip to the Netherlands, which will include a trip to the capital Jakarta and a two-day visit to the capital Jakarta.']" -511,"['LCI', 'remained', 'in', 'the', 'South', 'Pacific', 'until', 'Japan', 'capitulated.']","[7, 8]",1,japan,LCI remained in the South Pacific until Japan capitulated.,"['Kourtney, 38, and her boyfriend Younes Bendjima, 33, were seen enjoying a romantic getaway in Malibu, California on Saturday with her sister Kourtney, 37, and younger sister Kourtney, 37.', 'Lin-Manuel Miranda stayed in South Korea until Japan agreed to surrender the islands.', 'The FKI remained in the parliament until Athens capitulated to the Korean dictatorship.', 'The runner, who lived in Stinod, had blood drawn and spent the night in hospital.', 'Cardiff led 1-0 at home to Sheffield Wednesday in the first leg of their last 16 tie on Saturday, but the home side could not capitalise on their dominance in the return leg as they secured a 1-1 draw at home to Sheffield Wednesday.']" -512,"['Montpellier', ""'s"", 'other', 'honours', 'to', 'date', 'include', 'winning', 'the', 'Coupe', 'de', 'France', 'in', '1929', 'and', '1990,', 'and', 'the', 'UEFA', 'Intertoto', 'Cup', 'in', '1999.']","[0, 1]",1,montpellier,"Montpellier's other honours to date include winning the Coupe de France in 1929 and 1990, and the UEFA Intertoto Cup in 1999.","['Montpellier became the first French team since the 1950s to reach the semi-finals of a major tournament and reached the World Cup semi-finals by beating the Italians 2-1 at the Bernabeu.', 'Popular athletes in Ecuador, Ecuador and the United States will compete for aliens (cze both 11), while Seri will compete in Latin America (cze both 11).', 'Other events in recent days have included the final round of 45-hole matches, the final round of 69-hole matches and the final round of 69-hole matches.', 'Other awards for their other features include the Coupe Galely (1929-1990), which was manufactured by Victoria to avoid being labelled ""fake"" and ""fake,"" and the Victoria to Victoria (1929-1990), which was manufactured by Victoria to avoid being labelled ""fake"" and ""fake,"" and the Victoria to Victoria (1929-1990), which was put online.', ""In the longer term, however, it can also be successful to connect with Schiltach's booming mental health; childhood is increasingly becoming a better topic; internships or conditional pick-up targets may even be more desirable; it may even be a good idea to take the opportunity to learn more about yourself; it may also be a good idea to take the opportunity to learn more about yourself; it may be a good idea to take the opportunity to learn more about yourself; it may be a good idea to learn more about yourself; it may be a good idea to learn more about yourself; it may be a good idea to learn more about yourself; it may be a good idea to learn more about yourself.""]" -513,"['If', 'you', 'oppose', 'Russia', ',', 'please', 'find', 'a', 'way', 'to', 'do', 'so', 'which', 'does', 'not', 'affect', 'the', 'work', 'of', 'Wikipedia', 'users.']","[3, 4]",1,russia,"If you oppose Russia, please find a way to do so which does not affect the work of Wikipedia users.","['If you oppose Russia, please find a way to do so without harming the immigrants.', 'Angels saw Oran in the bull, in the bull, in the bull, in the bull, in the bull, in the bull, in the bull, in the bull, in the bull, in the bull, in the bull, in the bull, in the bull, in the bull, in the bull, in the bull, in the bull, in the bull, in the bull, in the bull, in the bull, in the bull, in the bull, in the bull, in the bull, in the bull, in the bull and in the bull.', 'If you are against Russia, hire 30 + 1 per month as a cost share for free, and you are free not to exchange lines instead of text for information because you do not know what you are paying for.', ""Speaking to < br >, Heynckes said: 'We are at a point where we have to make a decision about the future of the club."", ""To make a mole character more romantic or to hack into a long man's view of my love.""]" -514,"['This', 'is', 'awarded', 'to', 'the', 'player', 'of', 'the', 'tournament', 'and', 'is', 'named', 'in', 'honour', 'of', 'the', 'New', 'Zealand', 'forward', 'who', 'scored', 'the', 'winning', 'try', 'for', 'the', 'All', 'Golds', 'in', 'the', 'last', 'minutes', 'of', 'the', 'game', 'to', 'secure', 'an', '8', '-', '5', 'victory.']","[16, 18]",1,new zealand,This is awarded to the player of the tournament and is named in honour of the New Zealand forward who scored the winning try for the All Golds in the last minutes of the game to secure an 8 - 5 victory.,"[""This case was discredited by a judge who ruled that we should not be allowed to use the word 'carp' within the framework of the law and that we should not be allowed to use the word 'carp' in the same way as' carp '."", 'It is the first time in the history of the club that a player receives the honour of captaining the national team at a World Cup and it is the first time in the history of the competition that a player receives the honour.', 'In the Ben-Gurion Flying Table, this flag goes to the player who made our mistakes, who made our mistakes, who made our mistakes, who made our mistakes, who made our mistakes, who made our mistakes, who made our mistakes, who made our mistakes, who made our mistakes, who made our mistakes, who made our mistakes, who made our mistakes, who made our mistakes.', 'She seems to be reinventing herself, reinventing herself, reinventing herself, reinventing herself, reinventing herself, reinventing herself, reinventing herself - in a way that has won her many admirers over the years.', 'Here is what you need to know about this tournament, namely that Bryant Germany laughs, n-to-death, n-to-the-moon, n-to-the-moon, n-to-the-moon, n-to-the-moon, n-to-the-moon, n-to-the-moon, n-to-the-moon, n-to-the-moon, n-to-the-moon, n-to-the-moon, n-to-the-moon, n-to-the-moon, n-to-the-moon, n-to-the-moon, n-to-the-moon, n-to-the-moon, n-to-the-moon,']" -515,"['In', 'September', '2008,', 'perhaps', 'in', 'response', 'to', 'Nicaragua', ""'s"", 'support', 'over', 'the', 'breakaway', 'Georgian', 'territories,', 'Russia', 'offered', 'to', 'strengthen', 'ties', 'with', 'Nicaragua', 'and', 'to', 'provide', 'aid', 'to', 'Nicaragua', 'to', 'help', 'rebuild', 'areas', 'damaged', 'by', 'hurricanes.']","[7, 8]",1,nicaragua,"In September 2008, perhaps in response to Nicaragua's support over the breakaway Georgian territories, Russia offered to strengthen ties with Nicaragua and to provide aid to Nicaragua to help rebuild areas damaged by hurricanes.","['In September, it was reported that the Massachusetts Department of Corrections and Rehabilitation (DEA) is investigating the death of a man who was shot in the head by a police officer in the early hours of the morning.', ""In September 2008, Russia offered assistance in the fight against Russian aggression in Crimea, presumably in response to Russia's intervention in Crimea."", 'Asked for an early warning of the potential for catastrophic damage to buildings, Trump said, ""I don\'t think we\'ll be able to, but we\'ll be able to, and we\'ll do, and we\'ll do it.""', 'Former Nigerian Prime Minister Habia Mbeki says the success of the ""no"" campaign has not finally cleaned up the country\'s image, and blue ribbons have become a symbol of solidarity with South Australia, a country torn apart by African apartheid.', 'This press conference will be a long journey, ""said Turner,"" worthy of being influenced by team football and, most recently, by Willy Brandt, ""and will show that the IOC has shown a maturity of invention and inventiveness, a willingness to listen to the voices of the American people, to listen to the voices of the American people, to listen to the voices of the American people, to listen to the voices of the American people, to the voices of the American people, to the voices of the American people, to the voices of the American people, to the voices of the American people, to the voices of the American people, to the voices of the American people, to the voices of the American people, to the voices of the American people.""']" -516,"['But', 'nobody', 'knows', 'even', 'the', 'approximate', 'period', 'of', 'the', 'finalization', 'of', 'these', 'triple-points,', 'because', 'it', 'needs', 'the', 'consent', 'of', 'India', 'indeed,', 'as', 'an', 'inevitable', 'fact.']","[19, 20]",1,india,"But nobody knows even the approximate period of the finalization of these triple-points, because it needs the consent of India indeed, as an inevitable fact.","['But Colin Firth, who plays the title role in the film, said: ""I think it\'s going to be a very exciting time for us, especially because it\'s taken so long.', 'As you all know last year, the red-headed hierarchy was moved to tears in this case - the expansion of territories to Myanmar, Myanmar, and the United States were all touted as potential targets of the Assange government.', 'Starting in 2018, that time will be even more intense, with a population of 98,000, as well as India at an annual rate of just over 1 percent, according to < br >, with ""Compact the battrows six to 10 percent"" and ""International buyers looking at the impact of the Midocean oil spill,"" which means ""event opens our retail space"" and ""preferred agency."" """" Continue with ""try Logical Homes & Solar"": 11 percent of companies looking at the impact of refined necks, cold minute alone objects 2 percent companies consulting, Sponge buys 140 million. ""', ""And Manifesto - Economic mingham 21.0: Obama's endorsement of major investments in the United States (he should not have been invited a year ago;) Applause for his more than $7,000 investment in the United States and Europe after consulting with President Barack Obama."", 'However, the 30-year-old, who has been linked with a move to the Premier League this summer, has been linked with a move away from the Etihad Stadium and a move away from the Etihad Stadium, where he has been linked with a move away from the Emirates.']" -517,"['In', 'May', '1979,', 'Mexico', 'broke', 'diplomatic', 'relations', 'with', 'Nicaragua', 'over', 'repeated', 'human', 'rights', 'abuses', 'carried', 'out', 'by', 'the', 'government', 'of', 'Anastasio', 'Somoza', 'Debayle.']","[8, 9]",1,nicaragua,"In May 1979, Mexico broke diplomatic relations with Nicaragua over repeated human rights abuses carried out by the government of Anastasio Somoza Debayle.","['In May 1979, Mexico severed diplomatic relations with the United States, in part because of repeated trade disputes between the United States and the Soviet Union, in which tens of thousands of rescued migrants were collected.', '""In the last few years we\'ve seen a lot of things that have happened in the last couple of years, and we\'ve seen a lot of things that have happened in the last couple of years, that have happened in the last couple of years, that have happened in the last couple of years, that have happened in the last couple of years,"" he said.', 'In May 1979, Israel severed diplomatic relations with Nicaragua because of human rights violations by the United States, and Tillerson was forced to resign.', ""He's never got closer to release and the rejuvenation will never tire him, but it's not the first time he's out of his comfort zone, he's out of his comfort zone, he's out of his comfort zone, he's out of his comfort zone, he's out of his comfort zone, he's out of his comfort zone, he's out of his comfort zone, he's out of his comfort zone for a long time."", 'The United Nations Security Council on Thursday passed a resolution that would allow the U.N. Security Council to authorize the use of force against the Islamic State group in Iraq and Syria (ISIS), a move criticized by the United Nations as a violation of international humanitarian law and international human rights law.']" -518,"['In', '1995,', 'Smith', 'wrote', 'another', 'book', 'about', 'Jordan', 'and', 'the', 'Bulls,', 'called', 'Second', 'Coming:', 'The', 'Strange', 'Odyssey', 'of', 'Michael', 'Jordan', '-', 'From', 'Courtside', 'to', 'Home', 'Plate', 'and', 'Back', 'Again.']","[7, 8]",1,jordan,"In 1995, Smith wrote another book about Jordan and the Bulls, called Second Coming: The Strange Odyssey of Michael Jordan - From Courtside to Home Plate and Back Again.","[""Ultimately, Uber's poor bloodshed brought him V. Occasson, a member of the state's Board of Supervisors originally chosen as Christian's bodyguard."", 'Wenger has had a tough time in the past but he has done it again this season, winning the Premier League, the Champions League and the FA Cup.', 'Payments to Calombaris confirm he has not received any money from either party, nor has he received any money from Calombaris.', ""< unk > The cross-examination of West Brom's best claims promises no comparisons... but a picture of the truck that loaded Lavezzi's start on August 9 shows that Jason MacDonald, many observers of the operation, knows only < unk >'s Sunday night."", 'In 1995, the Complex newspaper wrote about five million siblings who had to write several times about what they lived with - and how they repaired their lives.']" -519,"['Overall,', 'he', 'has', 'totalled', 'over', '50', 'goals', 'and', 'over', '150', 'appearances', 'in', 'the', 'league,', 'and', 'made', 'his', 'international', 'debut', 'for', 'Venezuela', 'in', '2010.']","[20, 21]",1,venezuela,"Overall, he has totalled over 50 goals and over 150 appearances in the league, and made his international debut for Venezuela in 2010.","[""In all, Nigeria scored 50 tournament goals and 150 appearances in Walsh's career and was on the international stage in 2010."", 'Mainta rallied from a 3-0 deficit in the second period to beat the Tampa Bay Buccaneers, who beat the San Diego Chargers in the first round of the playoffs.', ""In total, he has scored more than 50 goals and scored more than 1,500 in the Premier League since his debut in 2014, more than any other player in the competition's history."", 'In total, he has over 50 carpenters behind him, with Nasser Al-Khelaifi, Nasser Al-Khelaifi, Nasser Al-Khelaifi, Nasser Al-Khelaifi, Nasser Al-Khelaifi, Nasser Al-Khelaifi, Nasser Al-Khelaifi, Nasser Al-Khelaifi, Nasser Al-Khelaifi, Nasser Al-Khelaifi, Nasser Al-Khelaifi, Nasser al-Khelaifi, Nasser al-Khelaifi, Nasser al-Khelaifi, Nasser al-Khelaifi, Nasser al-Khelaifi, Nasser al-Khelaifi, Nasser al-Khelaifi.', ""Referring to his international debut in Venezuela last year, he said: 'I think it's a great opportunity for me to play in the World Cup, I think it's a great opportunity for me to play in the World Cup, I think it's a great opportunity for me to play for my country and I'm looking forward to it.'""]" -520,"['Côte', ""d'Ivoire,"", 'Ghana', 'and', 'Niger', 'qualify', 'for', 'the', 'final', 'tournament.']","[2, 3]",1,ghana,"Côte d'Ivoire, Ghana and Niger qualify for the final tournament.","[""Ivory Coast's Ghana, 20, will be the top seed."", 'Portugal welcome Mali to Rio de Janeiro, which was not visited by England in 2002, and the billionaires leave with a weekly salary of $496,350.', 'Ivory Coast wants to integrate high-profile companies with serious assets.', ""Côte d'Ivoire, Ghana and the European Qualification Body of the European Union (EFA) officially announced that Coinho Glavin has resigned as a member of the EFA (European Football Association), while Paul Wilson has resigned as chairman of the EFA (European Football Association) following a dispute over his role in the governance of the EFA."", ""< br > Racing expert Robin Goodfellow gives his tips ahead of Thursday's meetings at Newmarket, Kempton, Kempton, Kempton, Kempton and Kempton.""]" -521,"['Panama', 'is', 'competing', 'at', 'the', '2013', 'World', 'Aquatics', 'Championships', 'in', 'Barcelona,', 'Spain', 'between', '19', 'July', 'and', '4', 'August', '2013.']","[0, 1]",1,panama,"Panama is competing at the 2013 World Aquatics Championships in Barcelona, Spain between 19 July and 4 August 2013.","['Panama will take part in the 2013 Champions League draw < a href = ""http: / / www.zillow.com / blog / panama"" > UEFA president Gianni Infantino looks ahead to Euro 2016.', 'Panama participates in karate for the Bravo University Project in 2013.', ""CryKr, for example, which also holds Vodafone's precious metals ranking for 2012, has been the top performer in the Dow Jones Industrial Average since 1989."", ""< br > <unk>'s Lawrence Booth takes a look at the major talking points of a thrilling day in the third Test at Lord's, with both sides locked in battle for the series decider at Lord's on Saturday, with both sides topping the leaderboard heading into the third day's play-offs."", 'Panama takes part in 1500 championships.']" -522,"['In', 'the', 'late', '19th', 'century,', 'the', 'newly', 'united', 'Italy', 'was', 'added', 'to', 'this', 'group.']","[8, 9]",1,italy,"In the late 19th century, the newly united Italy was added to this group.","['At the end of the 19th century, the INK was the most popular SNP constituency in the country, with more than 45 per cent of voters opting to remain in the UK.', 'At the end of the 19th century, Stoke was the only place in the world where people could live and work.', '19, 2014; Christanna Capoza, spokeswoman for the U.S. Department of Commerce, at the basketball center.', ""In the wake of the scandal, Franti's order to investigate the attacks led to the creation of a special committee to investigate whether Franti's actions violated the Constitution and the Constitution and whether he violated the Constitution, the Constitution, the Constitution, the Constitution, the Constitution, the Constitution, the Constitution, the Constitution, the Constitution, the Constitution, the Constitution, the Constitution, the Constitution, the Constitution, the Constitution, the Constitution, the Constitution, the Constitution, the Constitution, the Constitution, the Constitution, the Constitution, the Constitution, the Constitution, the Constitution, the Constitution, the Constitution, the Constitution."", 'At the end of the century, the country was in an economic crisis. The collapse of the Soviet Union and the collapse of the Soviet Union led to the collapse of the Soviet Union and the collapse of the Soviet Union.']" -523,"['At', 'least', 'in', '961,', 'when', 'King', 'Otto', 'I', 'of', 'Germany', 'marched', 'against', 'the', 'Kingdom', 'of', 'Italy', 'for', 'the', 'second', 'time,', 'he', 'made', 'Hermann', 'the', 'administrator', '(procurator', 'regis)', 'in', 'his', 'Saxon', 'lands.']","[13, 16]",1,kingdom of italy,"At least in 961, when King Otto I of Germany marched against the Kingdom of Italy for the second time, he made Hermann the administrator (procurator regis) in his Saxon lands.","[""By the time the Queen's reign was over in 961, and the Monarch's position as Sovereign was established, the Monarch's role as Sovereign within the United Kingdom could no longer be taken for granted."", ""In 1949 Otto I finally conquered Henrik Ibsen's Taboga - a royal increase in money - and it is no coincidence that Brommy and Constantine were the first to conquer Bilbao, a city of 115 billion inhabitants."", 'In the 1990s at the latest, Lehning became the company\'s ""Chief Executive Officer,"" a position he held until the end of the 20th century, when he became chairman of the company\'s board of trustees.', 'By 8 a.m. at the latest, when four reporters from < a href = ""http: / / www.zillow.com / blog / golf.htmlFour reporters from < / a > played a round of golf and told us the most important points of the day, the first major of the day - the US PGA Championship at Quail Hollow, the US PGA Championship at Quail Hollow, the US PGA Championship at Quail Hollow, the US PGA Championship at Quail Hollow, the US PGA Championship at Quail Hollow, the US PGA Championship at Quail Hollow, the US PGA Championship at Quail Hollow, the US PGA Championship at Quail Hollow, the US PGA Championship at Quail Hollow.', 'Athens said it had promised to pay $17.5 million to $200 million for the project, which is scheduled to be completed by the end of the year, and that it would pay $2.8 million to $2.8 million for the project, which is scheduled to be completed by the end of the year.??? It is not clear how much Medicare will pay for the project, he said.??? It is not clear how much it will cost.???']" -524,"['Since', 'independence', 'on', 'August', '1,', '1960,', 'Benin', 'has', 'provided', 'a', 'model', 'of', 'democracy', 'in', 'West', 'Africa.']","[6, 7]",1,benin,"Since independence on August 1, 1960, Benin has provided a model of democracy in West Africa.","[""Netanyahu was also the party leader, along with Ayrton Senna, the foreign minister, and Hu Jintao, the head of the African Foundation's investigation."", 'Recipe: Greek Glarat', 'He is a fierce opponent of the idea, which Tory MPs are likely to bitterly oppose.', '""Take advantage of turning the recycling around and using it for a recognizable motive,"" he said.', 'The 70-year-old, who has been linked with a move to the Premier League this summer, has been linked with a move away from the Etihad Stadium but is understood to be keen on a move away from Stamford Bridge.']" -525,"['He', 'was', 'educated', 'at', 'Emanuel', 'School', 'in', 'Battersea,', 'London', 'and', 'rowed', 'for', 'GB', 'at', 'U23', 'Level', 'and', 'for', 'Wales', '.']","[18, 19]",1,wales,"He was educated at Emanuel School in Battersea, London and rowed for GB at U23 Level and for Wales.","[""So far, Atsuto has visited Thomas's Battersea in Battersea."", 'He studied at the University of California at Berkeley and graduated from the University of California at Berkeley, where he received a scholarship to the University of California at Berkeley, where he worked as a coach.', 'It is not known how many people were killed or injured in the attack, but it is believed to have been carried out by a suicide bomber who blew himself up in the centre of the city.', 'It is time for ""misfortune and sawdust"" issues be addressed Toni Bertze Sopalo Commitment to Toni Bertze Sopalo Commitment to Toni Bertze Sopalo Commitment to Toni Bertze Sopalo Commitment to Toni Bertze Sopalo Commitment to Toni Bertze Sopalo Sopalo Commitment to Toni Bertze Sopalo Sopalo Sopalo Sopalo Sopalo Sopalo Sopalo Sopalo Sopalo Sopalo Sopalo Sopalo Sopho Sopho Sopho Sopho Sopho Sopho Sopho Sopho Sopho Sopho Sopho Sopho Sopho Sopho Sopho Sopho Sopho Sopho Sopho Sopho Sopho Sopho Sopho Sopho Sopho Sopho Sopho Sopho Sopho Sopho Sopho Sopho Sopho Sopho Sopho Sopho Sopho Sopho Sopho Sopho Sopho Sopho Sopho Sopho Sopho Sopho Sopho Sopho Sopho Sopho Sopho Sopho Sopho Sopho', 'In a statement, the company said: ""We are pleased to announce that we have reached a definitive agreement to sell the company, which will enable us to continue to operate in a manner that meets the company\'s expectations.""']" -526,"['Corbin', 'has', 'represented', 'Barbados', 'in', 'eleven', 'Chess', 'Olympiads', 'from', '1986', 'through', '2008,', 'playing', 'first', 'board', 'in', '1986,', '1990,', '1998,', 'and', '2000.']","[3, 4]",1,barbados,"Corbin has represented Barbados in eleven Chess Olympiads from 1986 through 2008, playing first board in 1986, 1990, 1998, and 2000.","['Corbin once represented Barbados at 11 Chess Olympics from 1961 to 1980, winning the first in 1986, 1990 and 1998.', 'Corbin represented Barbados at the 1986-2008 Olympics and the 1986 and 1990 World Cups.', 'Corbin led Barbados to 11 Olympic boxing titles from 1986 to 2008 and has continued to do so to this day.', 'Between 1986 and 2008, the club finished second in the Premier League, second in League One, third in League Two, third in League Two and third in League Two.', ""I don't know what to do about it.""]" -527,"['Ignacio', '""Tiki""', 'Inchausti', 'played', 'in', 'Spain', ""'s"", 'only', 'ever', 'appearance', 'at.']","[5, 6]",1,spain,"Ignacio""Tiki"" Inchausti played in Spain's only ever appearance at.","['The consequences of excessive housework for the elderly can be devastating.', 'Last year, Idris Elba won best actor in a comedy for his portrayal of Idris Elba.', 'A New York Times reporter, who did not want to be named because he was not authorized to speak to the media, said he was unaware of the meeting that took place at the White House and was not authorized to speak publicly about it.', ""Christman's first venture in Spain was a big jump at TSH Entertainment, which has sold more than 20 million homes."", ""It's not the first time the pair have been spotted together, as they recently enjoyed a romantic getaway to the Bahamas.""]" -528,"['Mongolia', 'finished', 'nineteenth', 'in', 'a', 'medal', 'table.']","[0, 1]",1,mongolia,Mongolia finished nineteenth in a medal table.,"[""< br > Lawrence Booth takes a look at day three's play at Lord's and looks at some of the key talking points ahead of Saturday's third Test between West Indies and West Indies at Lord's, including whether England's batsmen should be given the chance to cement their claim for a place in the third Test at Lord's."", 'Public confidence in all investigative powers.', '""I don\'t know if it\'s going to be a good comeback, but if it\'s going to be a good comeback, I think it\'s going to be a good comeback,"" he said.', '""I think it\'s going to be a lot of fun, but I don\'t think it\'s going to be a lot of fun,"" he said, adding that he was ""very excited"" about the idea.', '< br > understands that the bright plant starts in 14 minutes... an 88-cent Ben Khyield.']" -529,"['Set', 'against', 'the', 'backdrop', 'of', 'the', 'Indian', 'Emergency,', 'the', 'movie', 'tells', 'the', 'story', 'of', 'three', 'youngsters', 'in', 'the', '1970s,', 'when', 'India', 'was', 'undergoing', 'massive', 'social', 'and', 'political', 'changes.']","[20, 21]",1,india,"Set against the backdrop of the Indian Emergency, the movie tells the story of three youngsters in the 1970s, when India was undergoing massive social and political changes.","['The ""Indian Emergency"" takes place in the middle of nowhere and is set in the context of events.', 'In Moon River Whards, Potter (S.C. Waters, Chapter II) opened some hurdles for us to navigate.', 'The film is set against the backdrop of a dynamic development zone in the mid-2000s, which allows us to explore the healthy circumstances and needs of the Estonian economy, secure the associated investment opportunities in the millions and ensure that we are able to make the most of the opportunities we have.', ""I don't need to criticise the fact that we don't have the wealth to make any profits at all, and what I need to know is that the City regulator, the Financial Conduct Authority, is looking at Lloyds where Concentus gets its money."", ""The film tells the story of Ani and her family's plight, from street fighting to political activism, from supporting real cities in the wake of mass shootings, murders and suicides, from finding ways to locate synthetic gas and everyday oils, and from finding ways to use them as fuel for the global music revolution.""]" -530,"['After', 'having', 'passed', 'the', 'summer', 'of', '2005', 'between', 'Italy', 'and', 'Switzerland', 'with', 'the', 'Favola', 'tour.']","[10, 11]",1,switzerland,After having passed the summer of 2005 between Italy and Switzerland with the Favola tour.,"['He returned to the Premier League after leaving the club in the summer of 2005.', 'After the 2011 World Cup between Italy and the Republic of Ireland, take a look at some of the key matches.', 'In the first leg of the quarter-final, Eisho and Evans meet in the semi-final at Schröder Plaza.', 'You can reach it 800 metres through the Nor Or Can? 2 bar.', 'After a wooded beach trip in Tokyo in 2003, he rode a motorcycle through the city every day, shooting him twice in the head, according to a police report.']" -531,"['The', 'Pakistan', 'conducted', 'armed', 'operations', 'against', 'these', 'Al-Qaeda', 'members', 'since', 'August', '2003', 'off', 'and', 'on', 'with', 'limited', 'success.']","[1, 2]",1,pakistan,The Pakistan conducted armed operations against these Al-Qaeda members since August 2003 off and on with limited success.,"['The Pakistani government launched an armed operation in August 2003.', ""According to a report by the Strategic Center for Defense and Security in Washington, DC, a nonproliferation research institute based in Washington, DC, Pakistan led this operation, with little operational success, to provide cooling and cooling systems to members of the US military to counter the threat posed by North Korea's nuclear and missile programs, as well as the ability of the United States to intercept and intercept ballistic missiles."", 'Pakistani forces have been using these computers against the terrorist group with limited success since August 2003.', 'The agency conducts armed operations against the wolves every two weeks, and detective and mountain guide Feipert said hundreds of these disturbing imams have been identified through the middle finger as the starting point.', 'Pakistan took the lead in the second inning, and the second came in the second.']" -532,"['She', 'received', 'awards', 'in', 'recognition', 'of', 'her', 'humanitarian', 'work', 'from', 'the', 'governments', 'of', 'such', 'nations', 'as', 'Belgium,', 'Czechoslovakia,', 'Estonia,', 'Japan', ',', 'Latvia,', 'Lithuania,', 'Romania,', 'as', 'well', 'as', 'Imperial', 'Russia.']","[19, 20]",1,japan,"She received awards in recognition of her humanitarian work from the governments of such nations as Belgium, Czechoslovakia, Estonia, Japan, Latvia, Lithuania, Romania, as well as Imperial Russia.","['""Ice"" - ""Ice"" - ""Ice"" - ""Ice"" - ""Ice"" - ""Ice"" - ""Ice"" - ""Ice"" - ""Ice"" - ""Ice"" - ""Ice"" - ""Ice"" - ""Ice"" - ""Ice"" - ""Ice"" - ""Ice"" - ""Ice"" - ""Ice"" - ""Ice"" - ""Ice"" - ""Ice"" - ""Ice"" - ""Ice"" - ""Ice"" - ""Ice"" - ""Ice"" - ""Ice"" - ""Ice"" - ""Ice"" - ""Ice"" - ""Ice""', 'He won prizes in Germany, Poland, France, France, the Netherlands, the Netherlands, the Netherlands, the Netherlands and the Netherlands.', 'Danilja was named Humanitarian of the Year for her humanitarian work following the terrorist attack.', ""In recognition of their practical work, the governments of Jansic e, the People's Liberation Army (PLA), Telpa e Baha'a (PLA) and the Daniny Erection Foundation (PLA), the Palestinian Authority (PLA), the Palestinian Authority (CPA), the Palestinian Authority (PA), the Palestinian Authority (PA), the Palestinian Authority (PA), the Palestinian Authority (PA), the Palestinian Authority (PA), the Palestinian Authority (PA), the Palestinian Authority (PA) and the Palestinian Authority (PA) have commended their work."", 'For the sake of humanity and for the sake of our country, we will support you in your efforts to bring the world together.']" -533,"['Since', 'the', '1980s', 'China', 'as', 'well', 'as', 'Thailand', 'have', 'farmed', 'tigers', 'with', 'the', 'idea', 'of', 'selling', 'their', 'parts', 'to', 'meet', 'the', 'demand', 'for', 'tiger', 'bone', '.']","[7, 8]",1,thailand,Since the 1980s China as well as Thailand have farmed tigers with the idea of selling their parts to meet the demand for tiger bone.,"['Since the 1980 ""s, Chinese and Thai tigers have kept large amounts of eggs in the wild, with companies such as the National Foundation for Rhino Research and the Insurance Association, among others, targeting the elephant industry for harmful regulation.', ""China's agricultural sector has always been strong in the region."", 'Since the 1980s, Hill Media has borrowed the covers from the hotel window to lend to third parties - or to third parties.', 'WASHINGTON (AP) - President Barack Obama\'s top economic adviser said Wednesday the U.S. economy is in ""good shape"" for the first time since the Great Recession and the U.S. economy is in ""good shape.""', ""< br > Racing expert Robin Goodfellow gives his tips ahead of Monday's meetings at Kempton, Kempton and Kempton.""]" -534,"['During', 'his', 'reign', 'Polotsk', 'was', 'at', 'war', 'with', 'Kiev', 'and', 'Novgorod.']","[3, 4]",1,polotsk,During his reign Polotsk was at war with Kiev and Novgorod.,"['""Prejudice and prejudice against women in politics is a very serious issue,"" said Nigel Farage, a former Ukip MEP who is now an MEP, adding: ""I don\'t think it\'s right that people can vote for women in the European Parliament, but I don\'t think it\'s right that people can vote for women in the European Parliament.""', 'It manifests Nuer Small Hallucinations Resistance.', 'Jo-Ortiz Cruz humiliated him even more...', '""I don\'t think it\'s going to be easy,"" Brown told < br >.', ""His candidacy puts him one step behind Sochi's number 256 on the council of the Royal Society of Physicians and Surgeons, which has voted for a new law that would allow doctors and surgeons to conduct surgical examinations on patients diagnosed with the disease.""]" -535,"['Bolivia', 'held', 'a', 'parliamentary', 'election', 'on', '1', 'May', '1927,', 'electing', 'a', 'new', 'National', 'Congress.']","[0, 1]",1,bolivia,"Bolivia held a parliamentary election on 1 May 1927, electing a new National Congress.","['Bolivia held national elections on 1 May 1927 and has 37 seats.', ""< p > <unk>'s JAMIE REDKNAPP was at Royal Troon to tell you all you need to know about England's chances of progressing from Group F and how they will line up in the knockout stages, and give you a taste of exactly how you can expect them when they face Slovakia in the knockout stages, and don't forget to tell us your predictions by leaving a comment below - so don't forget to tell us your predictions by leaving a comment below."", 'It was a political broadcast of the event aimed at the first re-election of Mayor Tillich.', 'Combatant, Pen said she was ""overwhelmed"" by the passion - simply from every dimension of the news I insert into the one yes.', ""In the Gramlag the rivers Heymogen and Wildconne (named after Peter's upper-middle-class wife Maz) were the pioneers.""]" -536,"['After', 'Sandinista', 'leader', 'Daniel', 'Ortega', 'returned', 'to', 'power', 'in', '2007,', 'Russia', 'took', 'over', 'the', 'patron', 'role', 'for', 'Nicaragua', 'Nicaragua', 'was', 'the', 'second', 'country', 'after', 'Russia', 'to', 'recognize', 'the', 'disputed', 'territories', 'of', 'South', 'Ossetia', 'and', 'Abkhazia.']","[10, 11]",1,russia,"After Sandinista leader Daniel Ortega returned to power in 2007, Russia took over the patron role for Nicaragua Nicaragua was the second country after Russia to recognize the disputed territories of South Ossetia and Abkhazia.","[""After returning to power last year, Lantshaw will first announce the US version of the plan, with the Pentagon and Pentagon moving to VA Economics, and the Pentagon to the National Security Advisory Council, which oversees the agency's operations in Iraq and Afghanistan."", 'Stark\'s statement reflected the Vatican\'s concerns: ""Dorigine\'s request is to have a meeting with Mr. Trump at 2: 30 p.m. to discuss whether Mr. Trump should be removed from the White House, whether he should resign, whether he should resign, whether he should resign, whether he should resign, whether he should resign, whether he should resign, whether he should resign, whether he should resign, whether he should resign, whether he should resign, whether he should resign, whether he should resign, whether he should resign or not.""', 'Following the appeal, the hearing is due to last until October 7', ""Sami Mokbel, the 10-time Olympic champion, said the study, backed by Organo Rifonoviche, a Prague-based implant company linked to the murder trial of tens of thousands of Orica-GreenEDGE athletes in Brazil, had affected Wiggins' results, but it was not clear if it was related to anti-doping violations."", 'Johan Cruyff, the former Manchester United and England captain, has expressed his admiration for Armstrong: ""He\'s a great player, he\'s a great player, he\'s a great player.']" -537,"['Dublin', 'provided', 'the', 'opposition', 'on', 'that', 'occasion,', 'however,', 'victory', 'went', 'to', 'Galway', 'and', 'Clarke', 'collected', 'a', 'coveted', 'All-Ireland', 'medal.']","[0, 1]",1,dublin,"Dublin provided the opposition on that occasion, however, victory went to Galway and Clarke collected a coveted All-Ireland medal.","['Dublin\'s 354-run victory was achieved from Galway on the planes, but Clarke\'s two-wicket haul at unisher near home was the official account of Ireland\'s ""intersection of understandable and understandable emotions"" as they continued their traditional run.', ""Dublin, Ireland (CNN) -- The European Central Bank said Wednesday it is considering raising interest rates to keep the country's economy afloat."", 'Dublin halted anti-government protests, but Boko Haram temporarily closed its banana factories, and victims were treated with restrained hospitality and warned: ""Bizemdepe Airpower.""', ""According to Lamprecht, regulars at Zurby Goldsmith's house were alerted and it was a compliment from Brooklyn that caused Kardashian images to be circulated on Twitter."", 'Sherry Fernandez has emotionally reminded his pregnant wife of the cotton wool rose he gave Old Joseph, Belly Floyd and Quaaludes: here, after the Farlane clinic, another Africa.']" -538,"['Once', 'Italy', 'entered', 'the', 'war', 'in', '1915,', 'Balbo', 'joined', 'the', 'Italian', 'Royal', 'Army', '(Regio', 'Esercito)', 'as', 'an', 'officer', 'candidate', 'and', 'served', 'in', 'the', 'Alpini', '(Mountain)', 'Battalion', '""Val', 'Fella""', 'before', 'volunteering', 'for', 'flying', 'training', 'on', 'October', '16,', '1917.']","[1, 2]",1,italy,"Once Italy entered the war in 1915, Balbo joined the Italian Royal Army (Regio Esercito) as an officer candidate and served in the Alpini (Mountain) Battalion""Val Fella"" before volunteering for flying training on October 16, 1917.","['According to the New York Times, White House Chief of Staff Reince Priebus told reporters after the meeting that the president\'s comments were ""deeply troubling"" and that he was ""deeply concerned"" that the White House was not doing enough to protect the nation\'s interests and that the White House was ""not doing enough to protect the interests of the American people and the American people.""', 'After Kentucky\'s 19-yard field goal in the first half gave the Trojans a 14-0 halftime lead in the fourth quarter, the Patriots ""defense was in a state of confusion, and they had a chance to pull themselves out of the game, but they couldn\'t get the ball back into the end zone.', 'After his death in Italy in 1915, Balbo was General of the Republic of Italy, where he directed and directed the entire military training and in 1994 he was allowed to practice in the ""Val Fella Military Volunteer Unit,"" where he served as a volunteer in the ""Val Fella Military Unit,"" the ""Val Fella Military Unit,"" the ""Val Fella Military Unit,"" the ""Val Fella Military Unit,"" the ""Val Fella Military Unit,"" the ""Val Fella Military Unit,"" the ""Val Fella Military Unit,"" the ""Val Fella Military Unit"" and the ""Val Fella Military Unit.""', 'There are hardly any Christmas warmers left with the logo update!', 'After the end of the Italian Civil War in 2556 / 46, the middle class led Brigade A, led by Brigade A, led by Brigade A, led by Brigade A, led by Brigade A, led by Brigade A, led by Brigade A, led by Brigade A, led by Brigade A, led by Brigade A, led by Brigade A, led by Brigade A, led by Brigade A, led by Brigade A, led by Brigade A, led by Brigade A, led by Brigade A, led by Brigade A, led by Brigade A, led by Brigade A, led by Brigade A, led by Brigade A, led by Brigade A, led by Brigade A, led by Brigade A, led by Brigade A, led by Brigade A, led by Brigade A']" -539,"['During', 'that', 'time', 'period', 'Mexico', ',', 'although', 'initially', 'a', 'supporter', 'of', 'the', ""Somoza's,"", 'soon', 'changed', 'position', 'and', 'offered', 'support', 'to', 'the', 'Sandinistas.']","[4, 5]",1,mexico,"During that time period Mexico, although initially a supporter of the Somoza's, soon changed position and offered support to the Sandinistas.","['During this time the center of Mandala moves eastward.', ""During the campaign, Mexico initially changed its position, while Kelstyrn TSG changed its position as much as possible and now sees Chelsea's hand as the new government."", '""I don\'t think it\'s fair to say that Mr. Assange was able to get away with a lot of things, but I think it\'s fair to say that he was able to get away with a lot of things, and I think he was able to get away with a lot of things, and I think he was able to get away with a lot of things, and I think he was able to get away with a lot of things, and I think he was able to get away with a lot of things,"" Mr. Assange said.', 'In the course of speaking openly about the fact that the Church of England is complicit in the spread of extremism and complicit in the deaths of millions of people, I have become a victim of a pernicious culture that has seen a spate of scandals, including the treatment of children as young as seven and the imprisonment of an inspirational person, the imprisonment of an inspirational person, the imprisonment of an inspirational person and the imprisonment of an inspirational person.', 'Although some parts of the somo fertility system are fundamentally different, cancer scientists have found much of the difference between the two.']" -540,"['He', 'then', 'competed', 'at', 'the', '2005', 'FIFA', 'World', 'Youth', 'Championship', 'in', 'the', 'Netherlands,', 'helping', 'Colombia', 'to', 'the', 'Round', 'of', '16', 'before', 'losing', 'to', 'eventual', 'champion', 'Argentina.']","[14, 15]",1,colombia,"He then competed at the 2005 FIFA World Youth Championship in the Netherlands, helping Colombia to the Round of 16 before losing to eventual champion Argentina.","['He played in the 2010 Youth World Cup but was treated fairly, regardless of whether he played for the Under-21s or the Under-21s, but was told he was not eligible for the Under-21 World Cup.', ""Djourou competed in the 2005 World Cup in Austin and was Colombia's coach for five years in the 1990s before joining the national team, where he won the Copa America for the first time in his career."", 'He then joined the 2005 World Cup-winning team at aleem United as a player, gave Colombia a false start in the tournament and was knocked out in the play-off first leg.', ""Shortly after, however, Contador's Olympic music returned him to his old ways - and he admitted he did so immediately (3.2 million views on YouTube) - but what???????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????"", ""The Mail's merciless 75th estimated copies""]" -541,"['Later', 'orders', 'from', 'France', 'included', 'the', 'Alouette', 'II,', 'Alouette', 'III', 'and', 'Gazelle', 'helicopters,', 'and', 'Fouga', 'Magister', 'and', 'Dassault-Dornier', 'Alpha', 'Jet', 'jet', 'trainers.']","[3, 4]",1,france,"Later orders from France included the Alouette II, Alouette III and Gazelle helicopters, and Fouga Magister and Dassault-Dornier Alpha Jet jet trainers.","['At the majors, co-designers Marion Lombardi and Aolis Robbins announced their upcoming idea to design a helicopter with a Flemish-Italian design.', ""Tesco said in a statement: 'We are pleased to announce that we have reached an agreement with Aldi on a range of products that will be available to customers in the UK for the first time."", 'Commercial issues such as the car on the wing of the car Magistrates Court final decision Mr Grieve said: ""We are concerned about the safety of the aircraft and the safety of our passengers and crew.""', ""Later in the day, she shared a snap of herself in a pair of black leggings, writing: 'Happy Birthday to my best friend.'"", ""< br > Racing expert Robin Goodfellow gives his views ahead of Monday's meetings at Newmarket, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton.""]" -542,"['He', 'was', 'the', 'son', 'of', 'Israel', 'and', 'Bridgett.']","[5, 6]",1,israel,He was the son of Israel and Bridgett.,"['Admiral Graham Jacobsen was commissioned by Roiss.', 'Image caption German restaurateurs christened Ullah the slain Iranian jihadist on 24 October 2014', ""He was the son of Israel and Bridgett's foster parents and one of the founding fathers of Bridgett. -- Wing Fighters. -- Win Fighters. -- Win Fighters. -- Win Fighters. -- Win Fighters. -- Win Fighters. -- Win Fighters. -- Win Fighters. -- Win Fighters. -- Win Fighters. -- Win Fighters. -- Win Fighters. -- Win Fighters. -- Win Fighters. -- Win Fighters. -- Win Fighters. -- Win Fighters. -- Win Fighters. -- Win Fighters."", ""He said: 'I'm not going to lie, I'm not going to lie, I'm not going to lie."", ""Meanwhile, the museum's London radio stations were built on two bridges - Netflix and Q & A - and the company's small publisher, Domei, was denied its own phone model... to set up a computer-managed email account in Kansas City, Mo., on Sept.""]" -543,"['The', 'Soviets', 'want', 'to', 'expand', 'their', 'influence;', 'the', 'United', 'States', 'intend', 'to', 'appropriate', 'the', ""continent's"", 'natural', 'riches;', 'the', 'former', 'empires', 'seek', 'to', 'revive', 'their', 'shaky', 'colonial', 'power;', 'and', 'the', 'young', 'nations', 'defend', 'their', 'newly-won', 'independence,', 'armed', 'with', 'an', 'ideal:', 'internationalism.']","[8, 10]",1,united states,"The Soviets want to expand their influence; the United States intend to appropriate the continent's natural riches; the former empires seek to revive their shaky colonial power; and the young nations defend their newly-won independence, armed with an ideal: internationalism.","[""At the CEOs' conference in Washington, American women made up 37.4 percent of the workforce, while men made up 37.4 percent, according to the latest Thomson Reuters I / B / E / S."", 'The Soviets want to increase their influence, the United States wants Netanyahu to do the same, the United States wants to do the same, the United States wants to do the same, the United States wants to do the same, the United States wants to do the same, the United States wants to do the same, the United States wants to do the same, the United States wants to do the same.', 'In a statement, the Foreign Office said: ""The UK Government is determined to ensure that the security of our citizens takes precedence over the security of the UK and the security of our borders.""', 'Earlier this week, Riedhenbears said he was ""deeply disappointed"" by the government\'s failure to take action against Lavrov, whom he called ""terrorists"" and ""terrorists.""', ""The Sha'a, tshelino and vanaciormos (from then on it's a question of whether you can afford to buy a house or not) and the Sha'a, tshelino and vanaciormos (from then on it's up to you to decide for yourself).""]" -544,"['He', 'made', 'a', 'useful', '43', 'in', 'the', 'second', 'innings,', 'coming', 'in', 'when', 'New', 'Zealand', 'was', 'struggling', 'at', '103', 'for', '7', 'and', 'helping', 'the', 'side', 'avoid', 'defeat.']","[12, 14]",1,new zealand,"He made a useful 43 in the second innings, coming in when New Zealand was struggling at 103 for 7 and helping the side avoid defeat.","['Grödig made 20 saves in the second inning and rolled a three-point shot into the right corner.', 'He was in a statistics unit < a href = ""http: / / www.zillow.com / blog /"" target = ""_ blank"" target = ""external"" > listing < / a > when he attacked the weak Corden.', 'In a statement, California Attorney General Eric Holder said: ""We are deeply saddened to hear of the death of a man who was shot and killed by a police officer during a confrontation with a police officer at the University of California, Berkeley.', 'Ben scored in the second inning and was able to get Nico back on the mound on Nov.', 'In Palin\'s second term in the House, she sees a ""monumental space"" in which the president has made it very clear that he wants to see the same things that happened in the United States in the first place, and that he wants to see the same things that happened in the United States in the second half of the last century, ""Carson said in a statement.']" -545,"['San', 'Diego–Tijuana', 'traces', 'its', 'European', 'roots', 'to', '1542', 'when', 'the', 'land', 'was', 'explored', 'by', 'Portugal', 'on', 'behalf', 'of', 'imperial', 'Spain.']","[14, 15]",1,portugal,San Diego–Tijuana traces its European roots to 1542 when the land was explored by Portugal on behalf of imperial Spain.,"['SAN DIEGO - Tijuana rejects its European origins as a boast of the French, to the point of a 150-day Colombian vacation after 55 days in Rome.', 'In 1542, with the help of the Spanish Empire, Haiti was discovered by Portugal and bombed by the Spanish.', 'It was completed in 1542 by the Eetldorff Iconium, which was used by rich Spanish emperors to decorate their houses.', 'San Bernardino Police Chief Daniel Bushi immediately responded with a link to the video, which was posted on YouTube and has since been viewed more than 60,000 times.', 'Growing up in Bolton: Best footballer in local politics no indication of intent']" -546,"['After', 'the', 'Safavid', 'conquest', 'of', 'Baku', 'in', '1501,', 'the', 'Sufi', 'order', 'was', 'expelled.']","[5, 6]",1,baku,"After the Safavid conquest of Baku in 1501, the Sufi order was expelled.","['After the conquest of Baku in 1501, the city of O-mÄd saudu non rity was abandoned.', 'These countries (including the United States, Canada, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom) are:', 'After the surprising conquest of Baku in 1501, the Bishop of Baku was appointed by the King of the Sufi Kingdom to the Sufi Government... he was elected by the King of the Sufi Kingdom to the Sufi Government... he was elected by the King of the Sufi Kingdom to the Supreme Council of the Sufi Kingdom... he was elected by the King of the Sufi Kingdom to the Supreme Council of the Sufi Kingdom... he was elected by the King of the Sufi Kingdom to the Supreme Council of the Sufi Kingdom...', 'In the 1980s, he became the poster boy of the American left and the Occupy Wall Street movement.', 'He denies any wrongdoing, saying only that he was involved in an unlawful killing.']" -547,"['Victoria', 'appointed', '19', 'Knights', 'Grand', 'Cross,', 'plus', 'an', 'additional', '28', 'honorary', 'Knights', 'Grand', 'Cross,', 'between', 'the', ""order's"", 'institution', 'and', 'her', 'death', 'on', '22', 'January', '1901;', 'of', 'those', '19,', 'six', 'were', 'to', 'Princes', 'of', 'the', 'United', 'Kingdom—her', 'own', 'children,', 'grandchildren', 'or', 'other', 'close', 'relatives—and', 'a', 'further', 'seven', 'to', 'those', 'already', 'holding', 'a', 'peerage..']","[0, 1]",1,victoria,"Victoria appointed 19 Knights Grand Cross, plus an additional 28 honorary Knights Grand Cross, between the order's institution and her death on 22 January 1901; of those 19, six were to Princes of the United Kingdom—her own children, grandchildren or other close relatives—and a further seven to those already holding a peerage..","['Victoria appointed the 53-year-old former rider as her new father between 15 December and 15 December 2015 - a reason that has almost the same effect as the FRL plans Federdary - Kastructure Registry Office, 49.5%, Deputy Thornelia Lacey 5%, Deputy Thornelia Lacey 5%, Deputy Thornelia Lacey 5%, Deputy Thornelia Lacey 5%, Deputy Thornelia Lacey 5%, Deputy Thornelia Lacey 5%, Deputy Thornelia Lacey 5%, Deputy Thornelia Lacey 5%, Deputy Thornelia Lacey 5%, Deputy Thornelia Lacey 5%...', 'Victoria, from her normal lifestyle in 1974 to her death at the ludicrous weight of the British throne in Hampstead, had feared a bigger role for herself and her family following the death of Diana, Princess of Wales, and the loss of her mother Diana, Princess of Wales.', ""Victoria, who is married to her beau Joe Jonas, 22, looked dapper in a black suit, black tie and white tie as he made his way through the terminal at London's Heathrow Airport."", 'Between the founding of the Order of Merit, Victoria presided over a series of significant elections, including only the devolution of powers to the Scottish Parliament and the abolition of the Scottish Parliament.', ""She said: 'I think it is important to remember that there is no one more vulnerable than Sgt Blackman and his wife Claire.""]" -548,"['In', '1821,', 'Mexico', 'gained', 'independence', 'from', 'Spain', 'and', 'Nicaragua', 'became', 'part', 'of', 'the', 'First', 'Mexican', 'Empire.']","[2, 3]",1,mexico,"In 1821, Mexico gained independence from Spain and Nicaragua became part of the First Mexican Empire.","['Gold as a green linden tree and silver military interventions, also to prevent other Indian disasters, would be completely forgotten.', '18) are digital security screen procurement.', 'In 1888, Mexico received its repurchase obligation from Portugal and Mexico, and Girls and Freddie were among the first to receive this status.', 'In the ""dirty"" column: ""The nail of a pañariat was 6,000 sexists, a character from overseas,"" but it was a ""priority"" and ""forever,"" said Marca\'s top manager.', 'In the horizon garden of carbon dioxide, the star has insights into life.']" -549,"['It', 'is', 'the', 'sixth', 'highest', 'honour', 'awarded', 'by', 'Romania', 'ranking', 'just', 'behind', 'the', 'Medal', 'of', 'Faithful', 'Service', 'and', 'ahead', 'of', 'the', 'Order', 'of', 'the', 'Victory', 'of', 'the', 'Romanian', 'Revolution', 'of', 'December', '1989.']","[8, 9]",1,romania,It is the sixth highest honour awarded by Romania ranking just behind the Medal of Faithful Service and ahead of the Order of the Victory of the Romanian Revolution of December 1989.,"[""Four Azores were awarded the Armée d'Avior (54-year-old Austrian taekwondouse Ribéry), while four Russian drones with glass, stainless steel and bourban were found."", 'This is the highest accolade a rugby player can receive, apart from the accolade itself.', 'For leukaemia to be recognised as the leading cause of death in the UK, it is important to recognise that there is a link between dementia and early dementia, and this is not the first time in the UK.', ""The price is the result of the Senate's effort to make it easier for people to vote for the bill, which comes 20 years ahead of the Republican-controlled House's scheduled vote on the bill, which would require the Senate to pass a bill requiring the government to pay for the bill."", ""This pushed the honours list itself into the background for the rest of us, which indirectly boosted Wimbledon's popularity.""]" -550,"['She', 'was', 'confirmed', 'by', 'the', 'United', 'States', 'on', 'June', '16,', '2000,', 'and', 'received', 'her', 'commission', 'on', 'August', '3,', '2000.']","[5, 7]",1,united states,"She was confirmed by the United States on June 16, 2000, and received her commission on August 3, 2000.","['Jake has been linked to a number of women over the years, including singer Ellie Goulding, who he has been linked to for several years, including singer Ellie Goulding.', 'They will be joined on the 16th by the United States, the European Central Bank, the European Central Bank, the European Central Bank, the International Monetary Fund, the International Monetary Fund, the International Monetary Fund, the International Monetary Fund, the International Monetary Fund, the International Monetary Fund, the International Monetary Fund, the International Monetary Fund, the International Monetary Fund, the International Monetary Fund, the International Monetary Fund, the International Monetary Fund, the International Monetary Fund, the International Monetary Fund and the International Monetary Fund.', '""I think it\'s fair to say we\'ve seen a lot of change in recent years,"" he said, ""but I don\'t think we\'ve seen a lot of change in recent years,"" he said.', ""Last season's average of results was particularly strong, with only 42 per cent of those surveyed saying they would like to see England at the World Cup."", 'A former police officer who was not involved in the investigation has been charged with two counts of rape, one count of rape and one count of rape.']" -551,"['Honoré', 'took', 'the', 'title', 'of', 'Prince', 'himself,', 'and', 'it', 'was', 'only', 'through', 'the', 'protection', 'of', 'France', 'that', 'Monaco', 'escaped', 'total', 'overrun', 'by', 'Spain.']","[17, 18]",1,monaco,"Honoré took the title of Prince himself, and it was only through the protection of France that Monaco escaped total overrun by Spain.","['Honoré did not win the title until 1978, and only François Liggen managed to save Monaco from an otherwise violent Spanish conquest that would have cost the French a total of $1 billion over the next five years.', 'Honoré was under constant guard in France, visiting her special advisers and discussing playing time with the Texans, wearing a black-and-red stripe in the L / B.', '""Honoré Automhair21 lends personal characteristics in a broad, non-public confrontation,"" he wrote, ""and was the first person to lose the right to protect and defend himself, either via Twitter or Twitter.""', ""< unk >'s DAVID LLOYD reflects the thrill and spill... and lasts until the end... and lasts until the end... and lasts until the end..."", 'When the game ended with hate protests on its sleeve, there were two lines signed by Major League Baseball in overtime. &: Loré ripped 22.51 pounds off the court &: < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br >']" -552,"['After', 'India', 'gained', 'independence', 'in', '1947,', 'Bangalore', 'evolved', 'into', 'a', 'manufacturing', 'hub', 'for', 'public', 'sector', 'heavy', 'industries—particularly', 'aerospace,', 'telecommunications,', 'machine', 'tools,', 'heavy', 'equipment,', 'space', 'and', 'defence.']","[1, 2]",1,india,"After India gained independence in 1947, Bangalore evolved into a manufacturing hub for public sector heavy industries—particularly aerospace, telecommunications, machine tools, heavy equipment, space and defence.","[""Aubameyang has been linked with a move from Dortmund for the past two years, with the Gunners keen to keep the France international, who was linked with a move away from the Emirates in the summer, while the Gunners are also keen to bolster their squad before the January transfer window closes, with the Gunners keen to sign Monaco's Kylian Mbappe from Monaco."", ""After India gained independence in 1947, Bangalore's finance minister and mission secretary protested... resulting in a high proportion of heavy industry (predominantly religious) in the public sector, police said."", 'The economic boom in Berlin is increasing income inequality and is helping to bring together strong local economic decisions as a transport hub.', ""Mr Corbyn said: 'I think it's important that the people of the United Kingdom have the chance to have a say over the future of our country, not just in the future, but in the future."", '< a href > A High Court judge had speculated that in one case two Bristol officials were accused of seriously pursuing Evans, who is accused of destroying Russ\'s judgment and creating a ""virtual basis"" for Williams\' lawsuit against Rafa Lamahan in court.']" -553,"['Although', 'the', 'official', 'bidding', 'process', 'has', 'not', 'yet', 'begun,', 'Australia,', 'Japan', ',', 'New', 'Zealand', 'and', 'Thailand', 'have', 'confirmed', 'their', 'interests', 'in', 'potentially', 'staging', 'the', 'tournament.']","[10, 11]",1,japan,"Although the official bidding process has not yet begun, Australia, Japan, New Zealand and Thailand have confirmed their interests in potentially staging the tournament.","['Although the official bidding process has broken new ground, Australia, Japan, New Zealand and Thailand have seen their growth-oriented nature corrupted by the prospect of hosting the tournament.', 'Australia, Japan and New Zealand have bid for the tournament elsewhere.', 'Although the official account of the incident was not immediately available for comment, police said they were investigating the incident.', 'While the official expansion to host Japan has only just begun, Australia, New Zealand and Thailand have expressed interest in hosting the World Cup. FIFA President Gianni Infantino said in a statement: ""We are pleased to announce that we will host the 2024 World Cup in Russia, which will host the 2024 World Cup for the first time.""', 'As for the open bidding process, which includes < br > Honor and Dan Judol, ""We also asked for 100 percent of Malaya.""']" -554,"['Italy', 'classified', 'cathinone', 'and', 'all', 'structurally', 'derived', 'analogues', '(including', 'pyrovalerone', 'analogues)', 'as', 'Narcotics', 'on', 'January', '2012.']","[0, 1]",1,italy,Italy classified cathinone and all structurally derived analogues (including pyrovalerone analogues) as Narcotics on January 2012.,"['Italy took over the helm of Altman Decandinato and CH Analoga in January 2012 (I unconditionally point this out).', 'Italy classified Kathrick Botox and all structurally unclothed analogies, including pyjama bottoms, as fraudsters (a category that includes a woman who had Botox, a man who had Botox, a man who had Botox, a man who had Botox, a woman who had Botox, a man who had Botox, and a woman who had Botox).', ""Italy, the world's second-largest economy, has been hit hard by the global financial crisis, which has made it difficult to keep up with the rest of the world."", 'Italy and all its screenwriters (including the Pyroval Revolution) at the Case Study Institute, such as the Relzed Jubilee Program, have been working on the project since 2014.', ""In Italy, all nine players in the starting line-up were nominated for the Six Nations opener against Italy on New Year's Day 1996, and all three were in the starting line-up for the autumn internationals against Italy and Italy.""]" -555,"['Restrictions', 'on', 'the', 'manufacture', 'of', 'certain', 'armaments', 'within', 'the', '1919', 'Treaty', 'of', 'Versailles', 'forbade', 'Germany', 'from', 'manufacturing', 'certain', 'types', 'of', 'weapons,', 'such', 'as', 'light', 'automatic', 'firearms', '(designated', 'as', 'SMGs', 'with', 'barrels', 'in', 'excess', 'of', 'four', 'inches', '(102', '\xa0', 'mm)', 'and', 'magazines', 'holding', 'more', 'than', 'eight', 'rounds).']","[14, 15]",1,germany,"Restrictions on the manufacture of certain armaments within the 1919 Treaty of Versailles forbade Germany from manufacturing certain types of weapons, such as light automatic firearms (designated as SMGs with barrels in excess of four inches (102  mm) and magazines holding more than eight rounds).","['The U.S. military said it had conducted a ""thorough and thorough investigation"" into the incident, which occurred at a military base in the northwest of the country.', 'Controlling the production and overhauling the heating system is a special task for the company, which effectively employs display tactics.', ""To gain relative control over Rein, for example, the interference of Manning, the gunman arrested by the FBI in the lab, in Mubarak's history was a key figure in recent elections."", 'By manufacturing and renovating the Bentley Foundation, we will be able to bring extremely important renovations and refurbishments to the location, whether it is the Red Apartment or the Red Apartment, because we will be able to renovate and refurbish it, or whether we will be able to renovate and refurbish it, or whether we will be able to renovate and refurbish it.', ""In a statement, the company said: 'We are deeply saddened to hear of the death of a young American who was killed in the line of duty during World War II, and we are deeply saddened to hear of his passing.""]" -556,"['Perhaps', 'specific', 'locations', 'or', 'services', 'use', 'three', 'phases,', 'but', 'Australia', 'and', 'New', 'Zealand', 'both', 'use', 'an', 'internationally-recognised', 'six-phase', 'USAR', 'model', '(Emergency', 'Management', 'Australia', 'Manual', '35,', 'section', '1.14', '(page', '6', '&', '7)', '-', 'http://www.ema.gov.au/www/emaweb/rwpattach.nsf/VAP/(3273BD3F76A7A5DEDAE36942A54D7D90)~Manual35-GeneralandDisasterRescue.pdf/$file/Manual35-GeneralandDisasterRescue.pdf', '(3.71MB)).']","[9, 10]",1,australia,"Perhaps specific locations or services use three phases, but Australia and New Zealand both use an internationally-recognised six-phase USAR model (Emergency Management Australia Manual 35, section 1.14 (page 6 & 7) - http://www.ema.gov.au/www/emaweb/rwpattach.nsf/VAP/(3273BD3F76A7A5DEDAE36942A54D7D90)~Manual35-GeneralandDisasterRescue.pdf/$file/Manual35-GeneralandDisasterRescue.pdf (3.71MB)).","['Pa., April 30 (UPI) -- A New York City police officer has been arrested in connection with the shooting death of a man who was shot by a police officer. -- Pa., April 30 (UPI) -- Police say a suspect in the shooting has been identified as a suspect. -- Pa., Pa., April 20 (UPI) -- Police say a suspect in the shooting has been arrested. -- Pa., Pa., Pa.', 'Certain locations or phases of operation may be used in the following three phases: http: / / www.pcasualization.com http: / / www.pcasualization.com http: / / www.pcasualization.com http: / / www.pcasualization.com http: / / www.pcasualization.com http: / / www.pcasualization.com http: / / www.pcasualization.com http: / / www.pcasualization.com http: / / www.pcasualization.com http: / www.pcasualization.com http: / www.pcasualization.com http: / www.pcasualization.com http: / www.pcasualization.com http: / www.pcasualization.com http: / www.pcasualization.com http: / www.pcasualization.com http: / www.pcasualization.com http: /', ""25, 2009 / PRNewswire / -- Masverieri Predator, Inc., the world's largest manufacturer of predators, today announced that it has entered into a definitive agreement with the U.S. Department of Transportation (DOT) to acquire and operate the Predator Predator Predator Predator Predator Predator in Pyeongchang, South Korea, for the first time since the Predator Predator Predator Predator was introduced in 2011. -- The Predator Predator Predator Predator Predator Predator Predator Predator Predator Predator Predator Pred"", ""To learn more about what's going on in your home, please visit http: / / www.theguardian.com / home.html. If you're looking for a place to live in your home, visit http: / / www.theguardian.com / home.html. If you're looking for a place to live in your home, visit http: / / www.guardian.gov / home.html. If you're looking for a place to live, visit http: / / www.guardian.gov / home.html."", 'The London-based company said it could offer customers a range of products, including a range of high-end brands including H & M, H & M, Topshop, H & M, H & M and H & M, as well as a range of other brands.']" -557,"['This', 'action', 'was', 'taken', 'to', 'ensure', 'the', 'fleet', 'would', 'not', 'fall', 'into', 'German', 'hands,', 'as', 'the', 'Nazis', 'had', 'defeated', 'France', 'and', 'occupied', 'Paris.']","[19, 20]",1,france,"This action was taken to ensure the fleet would not fall into German hands, as the Nazis had defeated France and occupied Paris.","['The operation was carried out ten years later, after the Nazis had defeated the French and occupied Paris, and has since been expanded for strategic purposes.', ""This intimidation went out of fashion after a Bes < unk > Dubai (Dead Mancha Theatre Trio), it was all so hard to tell if it was the first time I'd ever seen it, or the first time I'd ever seen it."", 'The move was intended as a one-of-a-kind security measure, but in 2005 a federal judge in San Fertilio, California, charged a man with theft and theft.', 'Documents obtained by DailyMail.com show the playmate, who was arrested on Friday in connection with the alleged affair, told police she had been in a relationship with the superstar mystery man for several years and that she had been with him for a number of years, including when she was 18, when she was 16, when she was 16, when she was 16, when she was 15, when she was 16, when she was 15, when she was 15, when she was 15, when she was 15, when she was 15, when she was 15, when she was 15, when she was 15, when she was 15, when she was 15, when she was 15, when she was 15, when she was 15, when she was 12, when she was 12, when she was 12, when she was 12, when she was 15, when she was 15, when she was 15, when she was 15, when she was 15, when she was 15,', 'Top Technical Officer General Manager Rao Manuel Burgero said he resigned after a series of copyright attacks']" -558,"['The', 'film', 'was', 'shot', 'on', 'location', 'in', 'Aceh,', 'and', 'reports', 'on', 'the', 'Province’s', 'battle', 'for', 'independence', 'from', 'Indonesia', '.']","[17, 18]",1,indonesia,"The film was shot on location in Aceh, and reports on the Province’s battle for independence from Indonesia.","['The film was shot on location in Aceh and is about the rise of the Soviet Union.', 'The film was shot on location in Aurora, Colo., and was titled ""PisticSpol Texas.""', 'From the television film shot in the city of Purgwai, Liga Press reports on the struggle for the independence of the Nile, at least in the first half of the year. -- Rangers: Rangers: Rangers: Rangers: Rangers: Rangers: Rangers: Rangers: Rangers: Rangers: Rangers: Rangers: Rangers: Rangers: Rangers: Rangers: Rangers: Rangers: Rangers: Rangers: Rangers: Rangers: Rangers: Rangers: Rangers: Rangers: Rangers: Rangers: Rangers: Rangers: Rangers: Rangers: Rangers: Rangers: Rangers: Rangers: Rangers: Rangers: Rangers: Rangers: Rangers: Rangers: Rangers: Rangers: Rangers: Rangers: Rangers: Rangers: Rangers: Rangers: Rangers: Rangers: Rangers: Rangers: Rangers: Rangers: Rangers: Rangers: Rangers: Rangers: Rangers: Rangers: Rangers: Rangers: Rangers: Rangers: Rangers: Rangers: Rangers: Rangers: Rangers: Rangers: Rangers: Rangers: Rangers: Rangers: Rangers: Rangers: Rangers: Rangers: Rangers', ""The film was shot in Acehitoba and was part of the tennis training program < br > with coaches and rowers, and Semenya said: 'Great Britain Serena Asher-Smith."", 'Winner E. S. tells the story of the reader of Okol Vasa\'s documentary ""Liberal Achievements, Every Sun of Mentality,"" in which he is described as an Independent. ""Kazata Filrites, the author of"" Okol Vasa\'s Documentary, ""wrote that the defeat was a setback for the opposition, and he was asked whether Leon Druits, the president of the National Coalition for Medicare and Medicaid Services, had ever been a member of the House of Representatives... and whether he had ever been a member of the House of Representatives... and whether he was a member of the House of Representatives...']" -559,"['Spain', 'recaptured', 'the', 'city', 'in', '1732.']","[0, 1]",1,spain,Spain recaptured the city in 1732.,"['Spain ""reclaimed the 2010 World Cup from Italy.""', 'Playfully unfair!', 'In 1732, he warned that ""hysteria had broken out"" after 1990, which ended in negative results.', '1730: Phillip Hughes, former Olympic heptathlon bronze medallist.', 'Spain took control of the game again in the second half but could not capitalise.']" -560,"['Hong', 'Kong', 'and', 'Japan', 'advanced', 'but', 'neither', 'got', 'any', 'further,', 'losing', 'play-offs', 'for', 'the', 'next', 'round', 'to', 'South', 'Korea', 'and', 'Israel', 'respectively.']","[0, 2]",1,hong kong,"Hong Kong and Japan advanced but neither got any further, losing play-offs for the next round to South Korea and Israel respectively.","['Hong Kong and Japan, by contrast, lost to South Korea and Israel, while the United States and Japan lost to China.', ""The German FA chief was at the centre of a row with < br >'s Martin Keown after the 1-0 win at West Ham."", 'Gym in Hong Kong and Japan and beach in Dor plus extra full seats', '""I don\'t know if I\'ll be able to do it, but I will,"" he said.', ""Hong Kong Pharrell Jr and Japan O'Reilly are in the running for the role, while Filipino actress Jemima Sumgong explained how she was born during Khloé's flight from Strathclyde.""]" -561,"['After', 'the', 'fall', 'of', 'France', 'to', 'Germany', ',', 'Girardeau', 'created', 'a', 'factory', 'for', 'underground', 'forces', 'of', 'free', 'France.']","[6, 7]",1,germany,"After the fall of France to Germany, Girardeau created a factory for underground forces of free France.","['After Devini\'s ouster, Girardi set up ""a factory for the underground forces of Free France,"" according to a report in < br >.', ""After his arrest, Girardeau said he decided to leave his post by volunteering for military service and reporting to the Istanbul prosecutor's office."", '""Giraramine therapy treats the skin with a combination of antioxidants and antioxidants,"" she said.', 'In it, illian and Hareni also meet face to face as they try to come to terms with the loss of their daughter.', 'The average price of a home in Britain is between £250,000 and £300,000.']" -562,"['Spain', 'started', 'off', 'the', '2012–13', 'IRB', '7s', 'Series', 'with', 'a', 'bang', 'at', 'the', '2012', 'Gold', 'Coast', 'Sevens,', 'defeating', 'Tonga,', 'Wales', 'and', 'England', 'to', 'finish', 'ninth', 'and', 'win', 'the', 'Bowl.']","[0, 1]",1,spain,"Spain started off the 2012–13 IRB 7s Series with a bang at the 2012 Gold Coast Sevens, defeating Tonga, Wales and England to finish ninth and win the Bowl.","[""Spain began with a slap on the wrist from Ireland's heroic tightrope walkers as they completed 300 League 7s across Asia, including 60"", 'Spain launched the IRB business in 2012, 2013 IRB 7s ""at the Gol"" Sevens ""in 2012, pushing it against Tonga and England to reach the semi-finals of the Sheffield Shield round nine winners conference in the southwest.', 'Spain began the 2013 series with 13 wins from three Conor Murray, Gold Coast Sevens in a row, beating Tonga, Wales and England in zero miles, Germany and England in safe dribbling ninth to defend the cumbersome Barca (50 in total and Ireland minimum wage of 6ru 126 and 167) Los Blancos (26 stops over $58).', 'With the bass-heavy ""What are you there?"" the Spanish bikers opened the 13th day.', 'Matches for Messi in the box - Two 360-degree passes to Alejandro Guzman (Prince Harry like Ward), two balls to the left of the box, one to the centre of the pitch, the other to the centre of the pitch, this team playing strategically in midfield with all-star Ronaldo, Jordan Murphy and his son Junior, who is always in the box, he ""wished PSG luck"" (< p >).']" -563,"['Algeria', 'severed', 'diplomatic', 'relations', 'with', 'the', 'United', 'States', 'on', 'June', '6,', '1967,', 'in', 'the', 'wake', 'of', 'the', 'June', '1967', 'Arab-Israeli', 'War.']","[0, 1]",1,algeria,"Algeria severed diplomatic relations with the United States on June 6, 1967, in the wake of the June 1967 Arab-Israeli War.","['After the American war in June 1967, Algeria broke off diplomatic relations with Israel.', 'The paper is in the side room of Chcoovt Ventures CA-Pro and the like, where Rothschild is publicly incorrect.', 'So when physics ophthalmologist Tyson Green (known for revealing his homosexuality to students who had a ""realistic view"" of homosexuality - reduced to anophew-like, trusting facts about the need for change...), he couldn\'t have been more wrong.', 'In a statement, the club said: ""We are sorry for the inconvenience caused to the club and would like to apologise for the inconvenience caused.', 'Algeria broke off its centuries-old relationship with the United States.']" -564,"['March', '28:', 'Neapolitan', 'War', 'commenced', 'by', 'Joachim', 'Murat', 'against', 'Austria', '.']","[9, 10]",1,austria,March 28: Neapolitan War commenced by Joachim Murat against Austria.,"['March 28: Neapolitan cancels.', '28) goes to Joachim Murat from Austria.', 'Local 28 March Ruhrpotter Ministry of the Interior NS-Hessen ""District Standdanceküh""', 'June 28: Horn and Pacquiao go head-to-head in an epic battle for the WBO welterweight title in Brisbane, with Pacquiao claiming the Filipino will be crowned the winner in a tense final.', ""It's been a long time since I've been away from home.""]" -565,"['Mexico', 'is', 'scheduled', 'to', 'compete', 'at', 'the', '2014', 'FEI', 'World', 'Equestrian', 'Games', 'in', 'the', 'region', 'of', 'Normandy,', 'France.']","[0, 1]",1,mexico,"Mexico is scheduled to compete at the 2014 FEI World Equestrian Games in the region of Normandy, France.","['Mexico is to punish the venues of the 2014 World Equestrian Games for hosting the spectacle.', ""For Mexico, the 2014 World Equestrian Games will be held in La Gravetour, an autonomous country in the province of Guadalajara, home to the world's largest equestrian federation."", ""Mexico apologizes for the timing of Omar Morsi's killing in 2014."", 'Mexico are now in action at the FedEx Cup play-off in Normandy under the watchful eye of local, local and Oldman Automotive to pave the way for the next generation of midfield players.', 'In a statement, the company said: ""We are pleased to announce that we have reached a settlement with the U.S. Department of Transportation (DOT) that will allow us to continue to work with the Department of Transportation and the Department of Transportation to ensure the safety of our customers.""']" -566,"['The', 'USA', 'also', 'received', 'an', 'automatic', 'berth', 'for', 'winning', 'the', '2008', 'Olympic', ""Men's"", 'Basketball', 'Tournament.']","[1, 2]",1,usa,The USA also received an automatic berth for winning the 2008 Olympic Men's Basketball Tournament.,"['In addition, the United States automatically won the Olympic selfie balloon at least 90 times.', 'The US also handed over a key Meghan had won to police, which was given to her by volunteers in city swimming pools.', 'Beeke has not commented, < br > reported, and Fluxus has not commented on the latter.', 'He also has the best ball-striking ability in the Premier League, he has a great understanding of the game, he has a great understanding of the game and he has a great understanding of the game.', 'There were other benefits for Georgi and her account. < a href = ""http: / / www.zillow.com / blog / gigi-bin / gigi-bin / prnh / 20101107 /"" target = ""_ blank"" > $99 < / a > < / a > < / a > < / a > < / a > < / a > < / a > < / a >']" -567,"['The', 'Royal', 'Victorian', 'Order', 'is', 'an', 'order', 'of', 'knighthood', 'awarded', 'by', 'the', 'United', 'Kingdom', 'and', 'several', 'Commonwealth', 'realms.']","[12, 14]",1,united kingdom,The Royal Victorian Order is an order of knighthood awarded by the United Kingdom and several Commonwealth realms.,"['The Royal Victorian Order of the Knights of the British Territory.', '""This is not the first time that we have had a situation in which we have had a situation in which we have had a situation in which we have had a situation in which we have had a situation in which we have had a situation in which we have had a situation in which we have had a situation in which we have had a situation in which we have had a situation in which we have had a situation in which we have had a situation in which we have had a situation in which we have had a situation in which we have had a situation in which we have had a situation in which we have had a situation in which we have had a situation in which we have had a situation in which we have had a situation in which we have had a situation in which we have had a situation in which we have had a situation in which we have had a situation in which we have had a situation in which we have a situation in which we have had a situation in which we have a situation', 'The British Government and its allies Rupert Murdoch and Rupert Murdoch are accused of trying to influence the outcome of the referendum.', 'Brooklyn, who plays Linden in the film, is also a protector.', 'A commendable effort and commitment by a celebrity chef north of the border to prevent ottesnick from operating as he could have.']" -568,"['The', 'Treaty', 'of', 'Kiel', 'was', 'unsuccessful,', 'and', 'after', 'the', 'declaration', 'of', 'Norwegian', 'independence,', 'Sweden', 'attempted', 'to', 'recover', 'its', 'sovereignty', 'by', 'force.']","[13, 14]",1,sweden,"The Treaty of Kiel was unsuccessful, and after the declaration of Norwegian independence, Sweden attempted to recover its sovereignty by force.","[""Mourinho's brutal ownership regime had left Belokon with no choice but to hand over responsibility for the new Sheffield Wednesday manager, who has been in charge since the end of last season."", ""The Kiel public prosecutor's office said the investigation was directed against Marsunn Solheir."", 'The attachment to < p > hasn\'t been confirmed, and Mitchell Freakly said to me, ""Dinosaur"" then replies 2 old-fashioned Mwich (pussy-Ross Rushdie sixth) and one foul-mouthed student (pussy-Ross Rushdie sixth). ""< br > Or"" Eat up New Standard Huddersfield\'s childhood cents ""we learned.""', 'Bilker: In 1982 (500 C Gette N 1Y) Apple was notified that the demonstrators were at a critical point in the show, and it is unclear whether the show will be cancelled.', 'In a statement, the company said: ""We are pleased to announce that we have reached an agreement with PringetSTI to provide our customers with guidance on how to use the service.']" -569,"['Later', 'the', 'children', 'in', 'the', 'camp', 'represented', 'almost', 'all', 'nations', 'of', 'Europe', 'occupied', 'by', 'Germany', '.']","[14, 15]",1,germany,Later the children in the camp represented almost all nations of Europe occupied by Germany.,"['Later, children from almost every corner of the world began chanting Nazi slogans - the latter belonging to the German heretics.', 'Later, the prisoners of the camp represented Germany in almost all the nations of Europe on a number of missions, including in February 2002, which were initially unrepentant because of excessive violence.', ""Later, the children were the main reason for Frank's popularity."", 'The panic they faced cost Bieber his job as a reporter for the Telegram Pro-Colmy section, and he has been under criticism for years for using the false name Descomb Chilonian Senner, which he never spoke about in 1993.', 'Stan Wawrinka, the No.']" -570,"['In', '1956,', 'Sudan', 'gained', 'independence', 'and', 'hostility', 'towards', 'the', 'Jewish', 'Community.']","[2, 3]",1,sudan,"In 1956, Sudan gained independence and hostility towards the Jewish Community.","[""Sudan's former head of state, long Donetsk, came to power in 1956."", 'In 1956, the two men were arrested for conspiracy to defraud, conspiracy to defraud, conspiracy to defraud, conspiracy to defraud, conspiracy to defraud, conspiracy to defraud, conspiracy to defraud, conspiracy to defraud, conspiracy to defraud, conspiracy to defraud, conspiracy to defraud, conspiracy to defraud, conspiracy to defraud, conspiracy to defraud, conspiracy to defraud, conspiracy to defraud, conspiracy to defraud, conspiracy to defraud and conspiracy to defraud.', 'Jeff Wealth was also responsible for the bridge at the time and was responsible for one of the most dangerous packages to turn its cultural system - money and support - into its own financial system.', 'Harold Baxter, a spokesman for the Department of Homeland Security, said in a statement that the agency is ""committed to working with the Department of Homeland Security and the Department of Homeland Security to ensure the safety of our citizens.""', 'In 1956, Carrie was suspended by the US Senate during a memorial service for supporting ""some of the most powerful men and women in the nation""; Rumkin was expelled from the House of Representatives; Lara Comertan Cantanzy was expelled from the House of Representatives for her role in a ""club-related conference""; and Rumkin was suspended from the House of Representatives for supporting ""royal morality"" (bordering on bigotry)... (41 votes).... ""Peace be upon you, my reward for secret messianism..."" ""in our decade....""']" -571,"['Until', '1962,', 'Algeria', 'had', 'been', 'under', 'the', 'dominion', 'of', 'France.']","[2, 3]",1,algeria,"Until 1962, Algeria had been under the dominion of France.","['In 1962 Algeria was under French rule.', 'Algeria was ruled by the Fatherland and the French until 1962.', 'Until 1962, France had been the only country in the world not to become world champions.', 'The broadcaster knew that India would be the first country in the world to host the Olympics, and that it would be the first country to host the Games.', 'Growing up a survivor of child poverty without a tax credit, everything about the care system (including basic state benefits)...']" -572,"['The', 'Gambia', 'competed', 'in', 'the', '2010', 'Commonwealth', 'Games', 'held', 'in', 'Delhi,', 'India,', 'from', '3', 'to', '14', 'October', '2010.']","[0, 2]",1,the gambia,"The Gambia competed in the 2010 Commonwealth Games held in Delhi, India, from 3 to 14 October 2010.","['The Gambia participated in the 2010 Commonwealth Games, which took place from 3 to 10 March in Houston, South Africa.', 'The Beatles band will be the keynote speaker at the concert and will receive protection.', 'The Gam Alley Juntego Quemy de Commièsto Hemièlan is the largest tourist attraction in the country, with the highest mobility in the region in 1932.', 'Gambia has told the International Committee of the Red Cross that it has no plans to intervene in the fight against Boko Haram.', 'Gambia replaced technical services administrator Santiago Horde, who was appointed following a vote of no confidence in the government.']" -573,"['Under', 'his', 'rule,', 'Polotsk', 'attempted', 'to', 'distance', 'itself', 'from', 'Kiev', '.']","[9, 10]",1,kiev,"Under his rule, Polotsk attempted to distance itself from Kiev.","['Under his leadership, it failed to get them out of the deep recession.', ""Under Jilic's rule, Poland struggled to break down Slovakia."", 'Under the agreement, the two countries agreed to cooperate.', 'Under his reign, Mayer was able to distance himself from the American 36up fight in which he won the WBC super-middleweight title in Las Vegas earlier this year.', ""Under Fethiye's guidance, he informs a number of supporters and sees how he sometimes quarrels with the rulers, sometimes argues with them, sometimes with the authorities, sometimes with them, sometimes with them, sometimes with them, sometimes with them, sometimes with them, sometimes with them, sometimes with them, sometimes with them.""]" -574,"['The', 'ten', 'elected', 'members', 'were', 'returned', 'from', 'nine', 'constituencies', 'formed', 'from', 'the', 'nine', 'districts,', 'with', 'all', 'districts', 'returning', 'one', 'member', 'except', 'Port', 'Louis', ',', 'which', 'returned', 'two.']","[21, 23]",1,port louis,"The ten elected members were returned from nine constituencies formed from the nine districts, with all districts returning one member except Port Louis, which returned two.","['Spokesman Juan Ãgnuno said Friday night, ""We don\'t think it\'s going to be a complete recruitment process,"" referring to Beckham\'s decision to sign a new contract with the Los Angeles Clippers and the fact that he hasn\'t signed a new contract with the Los Angeles Clippers.', 'Ten elected members from the last four districts have submitted nominations, while others have received nominations, Yorkshire County Council said.', 'Diplomats from the last nine districts, 83 and 987, went to the polls to vote on whether to activate the peace system or decide on the FOA in the final days of the campaign - a decision criticized by Republicans and Democrats alike as a victory for the Obama administration... Supporters of the lot have voted on what projections the Obama administration will make Wednesday night, including the resource-rich Defense Department, the Planned Parenthood Grant and the Affordable Care Act.', 'In a statement, the company said it was ""deeply saddened"" by the news of the death of a man who died in a road accident in the early hours of Saturday.', ""It's not the first time the pair have been spotted together, as they recently enjoyed a romantic getaway together in New York City.""]" -575,"['A', 'proposal', 'for', 'yet', 'another', 'constitution', 'is', 'being', 'discussed,', 'to', 'allow', 'Turkey', 'to', 'comply', 'with', 'EU', 'accession', 'political', 'criteria.']","[11, 12]",1,turkey,"A proposal for yet another constitution is being discussed, to allow Turkey to comply with EU accession political criteria.","['A new European treaty is currently being discussed to allow the closure of the border.', 'Letterman is aware of a possible conflict of interest between the two men, who have been at loggerheads for years.', 'Currently Unna Zhivago', ""A new constitutional reform to laws passed by the US House of Representatives' Office of Legislative Affairs has been approved by the Senate Foreign Relations Committee."", 'The last round of talks between Hamas, SMAD and the Palestine Liberation Movement (PFLM) is expected to take place at the end of the month, with the aim of reaching an agreement by the end of the month.']" -576,"['In', 'return,', 'Britain', 'agreed', 'to', 'remain', 'neutral', 'in', 'any', 'conflict', 'between', 'the', 'Ottoman', 'Empire', 'and', 'Russia.']","[2, 3]",1,britain,"In return, Britain agreed to remain neutral in any conflict between the Ottoman Empire and Russia.","[""< br > <unk>'s Lawrence Booth takes a look at the major talking points from an interesting day's play at the USPGA Championship at Quail Hollow... and how the weekend's play-offs are shaping up."", 'To avoid a repeat of the incident, there has been much speculation in the case, with the possibility that the pair may have been involved in a fight or left for Russia.', 'In response, Harris said, the Patriots were forced to play the game in front of 120 spectators, and the Patriots were forced to play the game in the second half because of a concussion.', 'Horse lovers knew that once the populist laws were repealed, they would be able to implement good morals, ""she said.', 'In return, he was allowed to return to Major League Soccer, where he played for the Los Angeles Dodgers, Los Angeles Dodgers and Chicago Cubs.']" -577,"['Turkey', ',', 'despite', 'being', 'qualified', 'already,', 'still', 'played', 'at', 'the', 'European', 'championships.']","[0, 1]",1,turkey,"Turkey, despite being qualified already, still played at the European championships.","[""It's a shame we didn't win the Euros."", 'Assad said he was ""more than a little concerned"" about ""Catholic zealots who think very differently"": ""We have 300 people, we have 300 people, we have 300, we have 300, we have 300, we have 300, we have 300, we have 300, we have 300, we have 300, we have 300, we have 300, we have 300, we have 300, we have 300, we have 300, we have 300, we have 300, we have 300, we have 300, we have 300, we have 300, we have 300, we have 300, we have 300.""', 'Turkey, though already occupied, is in a state of madness and populist sentiment.??? The election campaign often shows Ancicka on the back foot.??? We don??? t know if he will be able to win,??? he said.??? We????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????', 'The team that played at the last European Championship in France, Germany, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy', 'CLEVELAND (AP) - Jared Caucci scored 22 points and set up the go-ahead equalizer.']" -578,"['Despite', 'leading', 'Mexico', 'to', 'the', '2015', 'CONCACAF', 'Gold', 'Cup,', 'he', 'was', 'sacked', 'as', 'coach', 'of', 'the', 'national', 'team', 'after', 'an', 'alleged', 'physical', 'altercation', 'with', 'a', 'reporter.']","[2, 3]",1,mexico,"Despite leading Mexico to the 2015 CONCACAF Gold Cup, he was sacked as coach of the national team after an alleged physical altercation with a reporter.","['Although he led Mexico to the CONCACAF Gold Cup in 2015, there was a physical altercation with a reporter on Academy Day when he complained about his altruistic rule that excluded him from the World Cup, and he was fined $30,000 for his role in the incident.', 'Despite leading Mexico to the 2015 Holo ""Max Cup,"" Joseph Auersteband is looking forward to a new chapter in his career after an alleged court battle with protesters.', ""Thiago Aydar Melches beat Brazil's Jimmy de Anaguller and Hudson Sunitti, a point guard against Vegetables."", 'Despite winning the competition in 2015, Ranieri was sacked - a campaign that is being organised on a daily basis due to a leadership crisis.', 'Despite his Nobel laureate status, he led his country to a record haul of medals at the CONCACAF World Championships, including two gold medals, two silver medals and a bronze in the 4x400m relay and silver in the 4x100m relay.']" -579,"['9', 'June', '-', 'Sweden', 'adopts', 'a', 'law', 'to', 'ban', 'the', 'spreading', 'violent', 'video', 'movies', 'to', 'children', 'under', 'the', 'age', 'of', '15,', 'and', 'even', 'hinder,', 'but', 'not', 'ban', 'by', 'law,', 'adults', 'from', 'watching', 'video', 'movies', 'with', '""brutal', 'and', 'sadist', 'violence"".']","[3, 4]",1,sweden,"9 June - Sweden adopts a law to ban the spreading violent video movies to children under the age of 15, and even hinder, but not ban by law, adults from watching video movies with""brutal and sadist violence"".","['9 (UPI) -- Sweden is passing a law prohibiting women from having sex with girls or possessing diamonds.', 'June 9: A law is passed in Sweden abolishing the use of flowers in films for children under 15 years of age and allowing adult prisoners to play the role of villains in films such as Big Bird, whose series Elvis Enterprise has been discontinued - Casualty and Rob Brydon are in the running for the role.', '(c) Free Mobile Access - Oliver Stegli of PalPotomhold, who was friends with Brooks as a hobby saint (e.g. McCarthian Birkin Vue, ""Songs of Love""); as soon as the web commentary or agreement finds a home. Supported by ediCcoolleaf Perth Legion, 6.set.com.', 'Footballers wear the worst clothes, ""said the Mainz-based kicker ("" DWP ""), who like Switzerland, Chile, Germany, France, Saudi Arabia, Germany and Germany are among the favourites.', '09 / 09 Isabelle me champiton délovely - receives from the judges a ""cult status"" because it is more than a game for the national team, the national team, the national team of the country, the professional football administrators Tottenham and France Alvin Intellion. shares Epebank, Eriksson information promptly and unequivocally to the castle green, emails to philanthropists crowd and money distributed by mail & anthropy to those who need help, PMLomno Def def def def def half rehab, tells us the French electronic can Relced.']" -580,"['Cemil', 'Bayik', 'has', 'accused', 'Turkey', 'of', 'protecting', 'and', 'supporting', 'ISIS.']","[4, 5]",1,turkey,Cemil Bayik has accused Turkey of protecting and supporting ISIS.,"['Cemil Bayt has accused Turkey of failing to protect and suppress IS suspects.', 'Average Americans criticized Boko Haram for being severely discredited by the interior minister, who said it was taken for granted.', 'On the other hand, Cressida Dick had risked depressive behaviour that she described as ""crippling"" - without seeking sufficient criticism.', ""Dolce & Gabbana's blockade of the Popiron settlements near Samarra raises hopes that at least one parallel law will be passed later."", ""CBS Bakersfield analyst Laraine Inducer said Murray's change of heart was no surprise.""]" -581,"['In', '2006,', 'Zijin', 'had', '49.28', 'tons', 'of', 'the', 'gold', 'output', 'and', 'the', 'gold', 'produced', 'from', 'mining', 'reached', '20.70', 'tons,', 'respectively', 'accounting', 'for', '20.53%', 'of', 'China', ""'s"", 'total', 'gold', 'production', 'and', '11.51%', 'of', 'the', 'gold', 'produced', 'from', 'mining', 'in', 'China', 'in', 'the', 'same', 'year.']","[24, 25]",1,china,"In 2006, Zijin had 49.28 tons of the gold output and the gold produced from mining reached 20.70 tons, respectively accounting for 20.53% of China's total gold production and 11.51% of the gold produced from mining in China in the same year.","[""In 2006, Zijin, 49, was diagnosed with Hodgkin's lymphoma at the age of six in a 266-page essay in the Journal of the American Medical Association."", 'Under the lot lot lot for Bromha, I can give you n (86.) 70,000, 624,000, 624,000 $Picimus par evacuation $16, 565f6 $400, ""he said, referring to the $450,000, $360,000, $150,000, $54,500, $54,500, $50,000, $50,000, $50,000, $50,000, $50,000, $50,000, $50,000, $50,000, $50,000, $50,000, $50,000, $50,000, $50,000, $50,000, $50,000, $50,000, $50,000, $50,000, $50,000, $50,000, $50,000, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $, $,', ""In the same vehicle, 470-second catalysts were installed until symptoms of electrocution, disease, blizzard, bronchitis and the decline of the Zika virus, one of the world's most fevered events, stopped the golf course and forced it to shut down without the San Diego disaster of the Ala'e Ye crisis theory."", 'At the same time, Mr Coleman, who has been relatively unsuccessful in some areas of gold extraction, has secured an annual contract of $75,000 for a gas-fired power plant, $25,000 for a gas-fired power plant, $100,000 for a gas-fired power plant, $100,000 for a gas-fired power plant, $100,000 for a gas-fired power plant, $100,000 for a gas-fired power plant and $100,000 for a gas-fired power plant.', 'For the full year 2006, the operating margin was 49%, the operating margin of the Company 17%, the operating margin of the Company 42%, the operating margin of the Company 89%, the operating margin of the Company 89%, the operating margin of the Company 89%, the operating margin of the Company 89%, the operating margin of the Company 89% and the operating margin of the Company 63.7%.']" -582,"['With', 'France', ',', 'she', 'won', 'the', 'team', 'bronze', 'medal', 'at', 'the', '2004', 'Summer', 'Olympics', 'as', 'well', 'as', 'three', 'team', 'world', 'titles', '(2005,', '2007,', 'and', '2008).']","[1, 2]",1,france,"With France, she won the team bronze medal at the 2004 Summer Olympics as well as three team world titles (2005, 2007, and 2008).","['Klitschko, who has won the WBA, IBF, IBO, IBO and IBO belts in his last two fights, has been out of action since rupturing his achilles tendon in April.', ""She clinched silver in the women's double sculls with Great Britain's Vicky Pattison in the team pursuit at the Rio Olympics."", 'In the second fight of the Summer Olympics, Israeli Kamer Zlatem Shen personally asked President Tony Shen for mercy for his baby, who died last month.', '""Abortion is not a crime, it is a crime,"" he said, adding: ""It is a crime, it is a crime, it is a crime, it is a crime, it is a crime, it is a crime.""', ""The next was the pivot of hot markets at the Fed's December meeting, which was supposed to blow them out of the water.""]" -583,"['Ramat', 'Magshimim', '(Hebrew:', 'רָמַת', 'מַגְשִ×ימִי×\u200e,', 'lit', '""Rain-soaked', 'heights"")', 'is', 'an', 'Israeli', 'settlement', 'and', 'moshav', 'in', 'the', 'southern', 'Golan', 'Heights,', 'under', 'the', 'administration', 'of', 'Israel', '.']","[23, 24]",1,israel,"Ramat Magshimim (Hebrew: רָמַת מַגְשִ×ימִי×‎, lit""Rain-soaked heights"") is an Israeli settlement and moshav in the southern Golan Heights, under the administration of Israel.","['Ramat Hassimi, an AIBA spokesman, said in a statement: ""We are deeply saddened by the death of one of our members of the Islamic State of Iraq and the Levant (Isil) who was killed in February 2005 in an attack on a mosque in Syria.', 'Ramat Magshimiyah is a facephalnam, feminine woman of limestone, culturally known as the alleged recipient of pop blasphemers from Nazi monuments healed from Gothic.', 'Ramat Magschimiausen is the author of ""Patience,"" ""Billions,"" ""The Mind of a Millionaire,"" ""The Mind of a Millionaire,"" ""The Mind of a Millionaire,"" ""The Mind of a Millionaire,"" ""The Mind of a Millionaire,"" ""The Mind of a Millionaire,"" ""The Mind of a Millionaire,"" ""The Mind of a Millionaire,"" ""The Mind of a Millionaire,"" ""The Mind of a Millionaire"" and ""The Mind of a Billionaire.""', 'Ramat 02.g3 Initipa360 (Hebrew translation of the word ""aid"") was the subject of a campaign by Israeli Prime Minister Ehud Olmert and Palestinian President Mahmoud Abbas calling for an end to Israel\'s occupation of the West Bank and Gaza Strip and for an end to Israel\'s occupation of the West Bank and Gaza Strip. (http: / / www.washingtonpost.com / blog / josfree-agenda-best-of-Netanyahu-demonstrations-security-safeguarding-of-16-staff-diplomats-1-29-15-2015-18-18-18-18-18-18-18-18-18-18-18-18-18-18-18-18-18-18-18-18-18-18-18-18-18-18-18-18-18-18-18-18-18-18', 'ILISH, Pakistan (AP) - Former Pakistani Prime Minister Benazir Bhutto has been sentenced to life in prison after pleading guilty to plotting to overthrow President Asif Ali Zardari.']" -584,"['He', 'was', 'selected', 'against', 'Pakistan', 'on', 'the', 'weight', 'of', 'the', '89*', 'that', 'he', 'scored', 'for', 'West', 'Zone', 'against', 'the', 'Pakistanis', 'earlier', 'in', 'the', 'tour.']","[4, 5]",1,pakistan,He was selected against Pakistan on the weight of the 89* that he scored for West Zone against the Pakistanis earlier in the tour.,"['He was dismissed from his home match against the Pakistanis after his 89th over.', ""In an interview with The Daily Telegraph, he said: 'I'm not going to lie, I'm not going to lie, I'm not going to lie."", ""Kendall revealed on the latest episode of Keeping Up With The Kardashians that she's expecting her first child with boyfriend Tristan Thompson."", ""< unk >'s IAN LADYMAN was 26 years old, < unk >'s Ivan Marcalloski was 64 years old, the statesman from Cornwall was 53... < unk >'s Ian Ladyman was 44... and we've got the best emerging talent making their breakthrough at Augusta National... and we've got a look at some of the best emerging talent making their breakthrough at Royal Troon..."", 'Mandrina, but Councillor Akinier majestic Stockir Damo with the zipped fox for the moment instead of Christmas trees will not be replaced by a handbag.']" -585,"['They', 'intended', 'to', 'represent', 'Canada', 'but', ""Matthews'"", 'request', 'for', 'a', 'release', 'was', 'denied', 'by', 'U.S.']","[14, 15]",1,u.s.,They intended to represent Canada but Matthews' request for a release was denied by U.S.,"['The Saharawi nation wanted Canada to become the first FG2 host nation for the 2022 World Cup, but the decision was made a month before the tournament kicked off, with a FIFA tour of the Americas to be held at the national stadium in Rio de Janeiro.', 'They wanted to give Canada medals but Matthews was instructed to show him his chintzy, industrial style, officer at arms', 'She really did not come to Canada to be replaced by her repetition method.', 'They are forced to enter into relationships instead of being marginalised.', 'Her plans to be a girl - Stephanie Matthews ""application was promptly rejected by the Department for Education.']" -586,"['The', 'US', ""didn't"", 'send', 'combat', 'troops', 'into', 'Vietnam', 'until', '1965.']","[1, 2]",1,us,The US didn't send combat troops into Vietnam until 1965.,"['It was not until 1965 that the United States and Vietnam began to cooperate.', 'Only in 1965 did the United States send combat troops to Vietnam, and Captain Brown went to the Chancellery. The only reason they won was because the Liberals had to erase the ""Taliban-Pakistan weapons"" used in the Vietnam War.', ""In a statement, the group said: 'We are deeply saddened by the death of Alan Rickman, who passed away this morning from cancer at the age of 69."", 'The United States did not send combat troops to Vietnam until 1965, when President George W. Bush sent them to Vietnam, where they were killed on the front line, and the United States did not send them to Vietnam until before the Vietnam War.', ""He said: 'I'm not going to say I don't like it, but I'm going to say I do.""]" -587,"['Spain', 'was', 'elevated', 'to', 'core', 'team', 'status', 'for', 'the', '2012–13', 'IRB', 'Sevens', 'World', 'Series,', 'following', 'its', 'performance', 'in', 'qualifying', 'at', 'the', '2012', 'Hong', 'Kong', 'Sevens.']","[0, 1]",1,spain,"Spain was elevated to core team status for the 2012–13 IRB Sevens World Series, following its performance in qualifying at the 2012 Hong Kong Sevens.","['Spain are now regarded as the last, legendary and better known club in the world when it comes to the core team of 2012. < br >', 'Spain were crowned World Cup qualifiers champions for the first time since elimination in the group stage of the 2012 World Cup in South Africa, with six of their six goals coming from offside positions.', 'Spain was awarded the status for its most persistent tunnel serictores due to the fact that the team recruited Nicholas Christie on the forest school grounds, Iratian Satchel Square Malic Skarrecdom and GETO Summer unknown territory, Dream Coop was forwarded to the Defence Minister Tahbedbury Mitchell Newcapital, study centre Nils Rabbit, the Sydney Hornets and the rooms sold Philipp Coplo, the co-owner of the builder International Hector Peterson CEO', 'European Champion Spain has been named Team of the Year for the E3 Challenge Troupment. ountahousan Pro 10 publishes almost all funny posts, with crowdsourcing basi or les tisties 2E - Further information about the future of the E3 Challenge Troupment. ountahousan Pro 10 books about the E3 Challenge Troupment. ountahousan Pro 10 books about the E3 Challenge Troupment. ountahousan Pro 10 books about the E2 Challenge Troupment. untahousan Pro 10 books about the E2 Challenge Troupment. untahousan Pro 10 books about the E3 Challenge Troupment. untahousan Pro 10 books about the E2 Challenge Troupment. untahousan Pro 10 books about the E2 Challenge Troupment. untahousan Pro 10 books about the', '12 (UPI) -- The San Diego Chargers won their first two games of the season, beating the San Diego Chargers 4-1 Saturday night.']" -588,"['Groups', 'interested', 'in', 'freeing', 'Mozambique', 'from', 'Portuguese', 'colonial', 'rule', 'and', 'making', 'it', 'an', 'independent', 'nation', 'emerged', 'in', 'the', 'early', '1900s,', 'shortly', 'after', 'Portugal', 'had', 'defeated', 'the', 'last', 'of', 'the', 'native', 'chieftaincies', 'and', 'established', 'effective', 'control', 'over', 'the', 'territory.']","[22, 23]",1,portugal,"Groups interested in freeing Mozambique from Portuguese colonial rule and making it an independent nation emerged in the early 1900s, shortly after Portugal had defeated the last of the native chieftaincies and established effective control over the territory.","['Groups such as the National Association for the Advancement of Colored People (NASDAQ: NASDAQ), the National Association of Colored People (NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ', 'In a cautionary world in which assessing the safety of the Nokle cover ""Triumph Pedal Down?"" - in which members of the micro-bed team who know us are outlined: ""We can be a coveted program that benefits the quiet, crazy guest of research, from hijacked Lessoriani and commands to ensure that we achieve our work goals formulated by Clint skeptics like Labrador Powell..."" - Mühli\'s management-balance economists touted as a negative factor in the successful adoption of these reforms.', 'Playgroups interested in the whistle of the new colonial era have been invited to participate in a sit-in at the National Museum of African American History and Culture, which will take place at the National Museum of African-American History and Culture in Washington D.C. and the National Museum of African American History and Culture in Washington, D.C.', 'Groups like the National Association for the Advancement of Colored People (NAACP) and the National Association of Colored People (NAACP) are calling for the law to be repealed.', 'House Democrats passed a bill last week that would have prohibited the sale of firearms and ammunition to anyone in the building at the time of the shooting and prohibited the sale of firearms and ammunition to anyone who was in the building at the time of the shooting.']" -589,"['If', 'tobacco', 'was', 'used', 'all', 'over', 'the', 'pre-Colombian', 'Americas,', 'why', 'would', 'Spain', 'have', 'a', 'monopoly.']","[11, 12]",1,spain,"If tobacco was used all over the pre-Colombian Americas, why would Spain have a monopoly.","['I have no doubt that this is the kind of thing that is going on in the world today, and I think it will be interesting to see if there is any evidence that this is going to happen in the United States, or in the United Kingdom, or in the United Kingdom, or in the United Kingdom, or in the United Kingdom, or in the United Kingdom, or in the United Kingdom, or in the United Kingdom, or in the United Kingdom, or in the United Kingdom, or in the United Kingdom.', 'If the big coffee chains around the world continue to use Whatsapp, cafe watchboxes and calendars will have a picture of tobacco watchboards.', 'Before the start of the electronic music stand at the direction instruction, radio coffee is said to have opened.', 'When she meets Schwarzenegger, she says, ""Yes don\'t break.""', 'Why does the Met Police, with the help of military training and anti-Nazi programmes, provide private security services for ex-servicemen at risk of being targeted by terrorists?']" -590,"['After', 'Germany', 'invaded', 'Poland', 'on', 'September', '1,', '1939', 'Artur', 'along', 'with', 'his', 'wife', 'and', 'child', 'escaped', 'to', 'his', ""wife's"", 'hometown', 'in', 'the', 'east,', 'the', 'small', 'town', 'of', 'Buczacz', '(now', 'Buchach,', 'Ukraine).']","[1, 2]",1,germany,"After Germany invaded Poland on September 1, 1939 Artur along with his wife and child escaped to his wife's hometown in the east, the small town of Buczacz (now Buchach, Ukraine).","['""300 Dynasty: Invite, invite or organize with us,"" Wernigerode, chairman of < p > Touch, Reagan 2, said in a statement.', 'According to Arthur\'s political philosopher Patrick Thiel (""Half Europe""), we want to argue simply and politely that we live in a world where art is the only way to live.', ""After a tumultuous confrontation with the law on September 1, father-child aristocrat Arthur gave in to his contract at BuchBash, where he has been in talks with the city's police department for more than a year. On Tuesday, the mayor's office said it would not discuss the matter with the city's police department until the matter was resolved, but the city would not comment until the matter was resolved."", '""Why don\'t we visit a daycare center in Bytation right from October?"" Trump interjected: ""In fact, we are fighting against caesarean section visits in Poland, where we have a child, a child, a child, a child, a child, a child, a child, a child, a child, a child, a child, a child, a child, a child, a child, a child, a child, a child, a child, a child, a child, a child, a child, a child, a child, a child, a child, a child, a child, a child, a child, a child, a child, a child, a child, a child, a child, a child, a child, a child, a child, a child, a child, a child, a child, a child, a child, a child, a child, a child, a child, a child, a child', ""After France, one hears Artur Andreas Nieting and feels Ralph Hoest's sense of the world, which is still burdened with polarizing Comey, the President of the United States of America, the President of the United States, the President of the United Kingdom, the President of the United States, the President of the United States, the President of the United Kingdom, the President of the United States, the President of the United Kingdom, the President of the United States, the President of the United Kingdom, the President of the United States of America, the President of the United States of America, the President of the United States of America, the President of the United States of America and the President of the United States of America.""]" -591,"['Falzon', 'has', 'also', 'earned', 'one', 'cap', 'for', 'Malta,', 'appearing', 'in', 'a', '3–0', 'loss', 'to', 'Slovakia', 'on', '15', 'August', '2006.']","[14, 15]",1,slovakia,"Falzon has also earned one cap for Malta, appearing in a 3–0 loss to Slovakia on 15 August 2006.","['Falzon had made it 3-0 at the final whistle on August 15.', '""I don\'t know if I\'m going to make it, but I\'m going to make it, and I\'m going to make it,"" he said.', ""A hacker attack on a five-year-old also made it into the Bengals' net during Sunday's game."", 'Falzon hits out at Tory arrogance in 3-0 win over Oregon', ""< br > 's DAVID LLOYD reflects on thrills and spills... and brings out the best in emerging talent""]" -592,"['He', 'got', 'his', 'international', 'debut', 'for', 'Bosnia', 'and', 'Herzegovina', 'on', '31', 'May', '2012', 'in', 'a', 'friendly', 'match', 'against', 'Mexico', 'on', 'Soldier', 'Field', 'in', 'Chicago', 'which', 'Bosnia', 'and', 'Herzegovina', 'lost', '2–1', 'in', 'the', 'dying', 'minutes', 'of', 'the', 'match', 'due', 'to', 'a', 'catastrophic', 'mistake', 'by', 'Stojan', 'VranjeÅ¡.']","[25, 28]",1,bosnia and herzegovina,He got his international debut for Bosnia and Herzegovina on 31 May 2012 in a friendly match against Mexico on Soldier Field in Chicago which Bosnia and Herzegovina lost 2–1 in the dying minutes of the match due to a catastrophic mistake by Stojan VranjeÅ¡.,"['He made his debut for Bosnia-Herzegovina on Saturday and was substituted after two friendlies against Holland at the Stade de France.', 'Sighs, sighs, sighs, sighs, sighs, sighs, sighs, sighs, sighs, sighs, sighs, sighs, sighs, sighs, sighs, sighs, sighs, sighs, sighs, sighs, sighs, sighs, sighs, sighs, sighs, sighs, sighs, sighs, sighs, sighs, sighs, sighs, sighs, sighs', 'Stevens, who made his international debut against Puerto Rico in Chicago on Sunday, lost 2-0 in the same match last season, and McDermott was sent off in the first minute of injury time for a second bookable offence.', 'On March 31, 2012, Myers made his national debut for the Los Angeles Dodgers in a 3-1 victory over the New York Yankees at Yankee Stadium in Los Angeles.', '""At the end of the day, no one is safe and no one is under suspicion,"" he said, adding that police are still searching for the gunman after the rampage in September.']" -593,"['France', 'was', 'recorded', 'as', 'having', 'a', '2-nil', 'win,', 'but', 'received', 'no', 'points', 'in', 'the', 'standings.']","[0, 1]",1,france,"France was recorded as having a 2-nil win, but received no points in the standings.","['The French led by two goals, with the minnows on top.', 'France won 2-0 in Memmingen but stayed in the hunt.', ""It's not the first time the two have clashed on the show."", ""France were generally at the back but we didn't get any of our chances in the second half."", ""Afron de Iyebellow's Russia problems are clear for 30-year-old watchdog Arneal Holy Trdo, while Rer Ellagmirift de lil are - enormous front-line fighters - little warriors. richer than the improvements made by < br >'s America's Got Talent editor last week, they are begging for differences.""]" -594,"['Taiwan', 'first', 'established', 'a', 'minimum', 'wage', 'in', '1956,', 'with', 'the', 'Minimum', 'Wage', 'Act.']","[0, 1]",1,taiwan,"Taiwan first established a minimum wage in 1956, with the Minimum Wage Act.","['At the time, Taiwan limited itself to transferring palm trees known as La 1 to the Pacific by tug-of-war.', ""Taiwan has said it is ready to take action against North Korea over its nuclear and missile programs, which it says are aimed at destroying the country's nuclear facilities."", 'Taiwan celebrates tenth anniversary of independence in 1875', 'The IPCC said the documents showing most of these cases were incomplete.', 'Taiwan, however, cited rumors of an ""In"" pledge.']" -595,"['Portugal', 'responded', 'by', 'sending', 'an', 'expedition', 'of', '600', 'soldiers,', 'mostly', 'from', 'the', 'colony', 'of', 'São', 'Tome,', 'under', 'the', 'command', 'of', 'Francisco', 'de', 'Gouveia', 'Sottomaior.']","[0, 1]",1,portugal,"Portugal responded by sending an expedition of 600 soldiers, mostly from the colony of São Tome, under the command of Francisco de Gouveia Sottomaior.","[""Belgium responded by sending 600 troops to the border with Belgium, where they have been deployed since the beginning of the year in response to allegations that the country's security forces were involved in a series of deadly attacks last year."", 'Portugal responded by sending 600 troops to São Paulo to help Confoe and Brazilian-born Gauvoll.', 'The Portland native, who was born in the US and grew up in New York, is the daughter of former President George H.W. Bush and his first wife Michelle Obama.', 'For the Peruvians, Raikopoulos was instrumental in guiding Portugal to the quarter-finals of the 2006 World Cup, where they lost to Brazil in the final, and to Portugal in the semi-finals of the 2006 European Championship, where they lost to Portugal on penalties.', 'Among those to speak out against Johnson is children\'s journalist Neil Warnock, who said: ""He\'s a great man.']" -596,"['He', 'spent', 'over', '3', 'years', 'in', 'various', 'Japanese', 'prisoner-of-war', 'camps', 'and', 'had', 'been', 'captured', 'during', 'the', 'Fall', 'of', 'Singapore', 'in', 'February', '1942.']","[18, 19]",1,singapore,He spent over 3 years in various Japanese prisoner-of-war camps and had been captured during the Fall of Singapore in February 1942.,"['He spent more than three days leading up to the event, which was attended by a host of celebrities including former Olympic champion Sir Bradley Wiggins, former Olympic champion Sir Bradley Wiggins, former Olympic rowing champion Sir Chris Hoy, former Olympic champion Sir Chris Hoy and former world cycling champion Sir Chris Hoy.', 'He has served more than three years in various Japanese prisons, including World War II and World War II.', ""He has since been identified but I don't think he is short of money."", 'Zor sat above three buyers in various family-owned bandana machines - courts', ""Specialists Antonio Lozano and John O'Shea are aware of 20,000 blizzard warnings, but Hodgson has only five mandates to deal with them.""]" -597,"['The', 'establishment', 'and', 'success', 'of', 'business', 'software', 'services', 'firms', 'in', 'Bangalore', 'after', 'the', 'liberalisation', 'of', 'India', ""'s"", 'economy', 'has', 'led', 'to', 'the', 'growth', 'of', ""India's"", 'information', 'technology', 'industry.']","[15, 16]",1,india,The establishment and success of business software services firms in Bangalore after the liberalisation of India's economy has led to the growth of India's information technology industry.,"['The establishment and operation of the company in Korea would enable the company to trade abroad.', 'The focus will benefit private investors who can buy shares in the company at a discount to their Chinese counterparts, according to a person familiar with the matter who spoke on condition of anonymity because he was not authorized to discuss the matter publicly.', '< unk > DAVID LLOYD reflects on the thrill < unk > of the brilliant coverage of the first round of the US PGA Championship...', 'In a statement, the company said it was ""deeply saddened to learn of the death of Anita,"" adding: ""We are deeply saddened to learn of the death of our friend and colleague, and we are deeply sorry to hear of the loss of our friend and colleague who died in a car accident on his way home from work.""', ""And it has been pointed out time and time again that Insa's character - suddenly releasing Phone Phil to save - will double in the next few years, with the aim of changing the way people use their phones.""]" -598,"['US', 'had', 'taken', 'an', 'especially', 'active', 'part', 'in', 'similar', 'operations', 'in', 'South', 'Vietnam.']","[0, 1]",1,us,US had taken an especially active part in similar operations in South Vietnam.,"['Vietnam in particular had involved the US in similar operations in South Vietnam.', 'Border Sea Potential, particularly with Southeast Asia.', ""The difficulty of US operations, ranging from Vietnam's drug war to Milwaukee in 1989, has made it harder for the United States to respond to the growing threat posed by North Korea's nuclear and missile programs, according to a New York Times report."", 'People have been talking about a tennis holiday for a long time.', ""< unk > / 10 / 23 Squatting resembled fog theft / powerlessness ngd-slachievement express and < unk > - @ - @ Maker never please Think There's Nightclub Will Hard.""]" -599,"['That', 'turned', 'out', 'to', 'be', 'his', 'last', 'Test', 'as', 'he', 'was', 'never', 'again', 'selected', 'to', 'play', 'for', 'India', '.']","[17, 18]",1,india,That turned out to be his last Test as he was never again selected to play for India.,"[""But it turned out to be the straw that broke the camel's back, because he never wanted to be a computer scientist."", 'The PSHE allowed Djokovic to win the first set 6-3, 6-4, 6-4, 6-4, and Djokovic said: ""I think it will be a good match for me, I think it will be a good match for me, I think it will be a good match for me, I think it will be a good match for me.""', 'This was to be his last Test as he would never play for England again, which is why he was selected for the one-day series against West Indies at Headingley.', 'Moyes, who has been linked with a move to Manchester United as she has never been nominated for the top job again, has been linked with a move away from Goodison Park but is understood to be keen on a move to the Premier League. < a href = ""http: / / www.zillow.com / blog / calvin-Klein-wins-Moyes-Berry"" target = ""external"" >', 'It is his first Test since injuring his left ankle in November.']" -600,"['A', 'conflict', 'arises', 'with', 'the', 'arrival', 'of', 'factory', 'owner,', 'Francisco', 'Romani', '(Santiago', 'Gómez', 'Cou),', 'a', 'calculating', 'authoritarian', 'who', 'admires', 'the', 'United', 'States', '.']","[20, 22]",1,united states,"A conflict arises with the arrival of factory owner, Francisco Romani (Santiago Gómez Cou), a calculating authoritarian who admires the United States.","['""I don\'t know if I\'m going to make it, but I\'m going to do it, and I\'m going to do it, and I\'m going to do it, and I\'m going to do it, and I\'m going to do it, and I\'m going to do it, and I\'m going to do it, and I\'m going to do it, and I\'m going to do it, and I\'m going to do it, and I\'m going to do it, and I\'m going to do it, and I\'m going to do it, and I\'m going to do it,"" he said.', 'On the periphery are pieces by the bravura detective Kol Duame.inch, who makes the last contact with the cellar with his positively coloured hand.', 'Byão had probably become quota-heavy due to interest rates (energy prices are mostly rising) and ARM (immediately after consumer life) (prices are rising, prices are falling, and prices are falling every few years).', ""It turns out that CEO Francisco Shabani and Pindar reported in 2009 that the bank's chief executive, Nancy Abdes, had declined to resign."", 'Simmeno, who is named after the former New York Yankees and Chicago Cubs center fielder, said he was surprised to learn that the New York Yankees midfielder had landed twice between Seattle and Mexico, according to the FT.']" -601,"['Turnbull', 'was', 'selected', 'to', 'face', 'Australia', 'on', 'the', '1952–53', 'Kangaroo', 'tour', 'of', 'Great', 'Britain', 'and', 'France', 'but', 'had', 'to', 'withdraw', 'due', 'to', 'injury,', 'and', 'played', 'in', 'two', 'non-Test', 'matches', 'in', 'the', '1954', 'Great', 'Britain', 'Lions', 'tour', 'of', 'Australia', 'and', 'New', 'Zealand,', 'before', 'having', 'to', 'return', 'prematurely', 'due', 'to', 'injury.']","[5, 6]",1,australia,"Turnbull was selected to face Australia on the 1952–53 Kangaroo tour of Great Britain and France but had to withdraw due to injury, and played in two non-Test matches in the 1954 Great Britain Lions tour of Australia and New Zealand, before having to return prematurely due to injury.","['Turnbull was due to start the 53-man Kangaroos tour of the UK but had to cancel the tour due to injury and will play in the two-Test series against the British and Irish Lions in Auckland on Saturday.', 'Turnbull changed his mind about farms against Australia in the 1950s and invited him on the Kangaroo Tour of George Turnbull and Abu Ghoreigh in 1952-53, instead of the Matilde Jibberi Tour in 1958, when he took part in a tour of Kangaroo National Park.', 'Turnbull was set to represent Australia in the 53 Prudhoe Games & I Greens on trips to the UK and UK: ""I can\'t predict when it would happen, I can\'t predict when it would happen, I can\'t predict when it would happen, I can\'t predict when it would happen, I can\'t predict when it would happen, I can\'t predict when it would happen.""', ""Against Australia (53 Brendan Murdoch on the Blair Campus) in 1977, David Conte and I founded the CSP ACTIVITIES in Las Ventas, so if you need a break and golf is a mep hot, don't drop by the Farah Office to say go to the museum."", ""Turnbull was injured, however, and took part in Bradley's personal shield defence, which required ice-breaking kicks from Sydney's 25-year-old diehard dissenters.""]" -602,"['He', 'made', 'his', 'senior', 'international', 'debut', 'with', 'Jamaica', 'in', '2012.']","[7, 8]",1,jamaica,He made his senior international debut with Jamaica in 2012.,"['Bachelet made her debut with Jamaica in 2012.', 'He made his international debut for Jamaica in 2012.', 'He only made his debut as a fiddle teacher in Venice in 2000.', 'He scored his first international goal in the 4-0 win over Iceland in March.', ""In 2012, he was head of North Carolina's Department of Health and Human Services; in 2005, he was secretary of state for cruises; in 2005, he was secretary of health and human services; and in 2005, he was secretary of health and human services for Gov. Sarah Palin.""]" -603,"['The', '1882', 'Australia', 'v', 'England', 'series', 'was', 'at', 'the', 'time', 'considered', 'to', 'be', 'part', 'of', 'another', 'first-class', 'cricket', 'tour', 'of', 'England,', 'by', 'a', 'combined', 'team', 'from', 'the', 'Australian', 'colonies,', 'but', 'the', 'match', 'arranged', 'between', 'the', 'Australians', 'and', 'an', 'England', 'side', 'was', 'later', 'accepted', 'to', 'be', 'a', 'Test', 'match.']","[4, 5]",1,england,"The 1882 Australia v England series was at the time considered to be part of another first-class cricket tour of England, by a combined team from the Australian colonies, but the match arranged between the Australians and an England side was later accepted to be a Test match.","['The Adelaide derby between Australia and England in 1824, won by Stephen Harper, was the first time the Hawks won the Premier League, and it was the first time the Hawks won the Premier League.', ""Secreath < unk > India's offer was seen by Samson as a close, safe and committed man who took respectable seniors out of the law. < unk > Short-term, part-time, Scientology-approved and taught medical research that has hit the nerve of the < unk > economic portion of the hedge fund industry. < unk > < unk > < unk > < unk >"", 'The Norwich Tibor A aware it is OS FDF anthem Depp Uni Great Cannabis Cup 2531 Jon H Drums, concession sign Giovor ironic ALATE ALATE was better to wear, although candidate flexibility or 2 amplified, and oil can mov. ayadiznMia are the word, and she won in 1995 along with friend Countspecial flowed just as much as possible. Crytiles FK 100 devastating, ""extreme Bowl Has"" aired the alpine cosmos 1957 13th season. ""Once Diryan Play Heavy Strictor centuries would begin to shine, Friam Friam would come across super machines"" Beverly DyJerseys ""to ruin the small state...', 'In the early years of the reign of Redy Engle in 1882, the Rings & Horses became the 6th Özeul.', 'In 1882, the Australian delegation from the Austro-Hungarian Empire arrived in Vitre. General Director Andrew C. Abstadion was awarded a prize with 21 names in 1983 for his work with the Austro-Hungarian Empire.']" -604,"['24.2%', 'of', 'Berlin', 'voted', 'in', 'favor', 'but', 'the', 'quorum', 'required', '25%', 'or', 'more', 'to', 'do', 'so.']","[2, 3]",1,berlin,24.2% of Berlin voted in favor but the quorum required 25% or more to do so.,"['A share of 24.2 per cent of voters voted Remain, but only 25 per cent or more voted for the quorum.', '24, 2015 in New York City.', 'Unfortunately, this does not help to pave the way for the provision of a marriage counsellor, which is not good for established couples.', ""While 24.2 percent of Americans voted to repeal Obamacare, the panel on which it was the majority added that it was not a vote of confidence in the health care system, and that it was not a vote of confidence in the health care system, but a vote of confidence in the president's ability to pass the health care reform bill, and that it was not a vote of confidence in the House, House, Senate, Senate, Senate, and Senate."", 'With 24-year-old Marouane Fellaini out on loan to Manchester United for a season, < a href > looks at some key players who could be on the verge of a move to the Premier League.']" -605,"['Scores', 'and', 'results', 'list', 'Australia', ""'s"", 'goal', 'tally', 'first.']","[4, 5]",1,australia,Scores and results list Australia's goal tally first.,"['Scoreboard number one City got a team point which Laura unleashed to end the game.', 'Australia followed suit, entire teams sharing the riverbank.', '""I think it\'s going to be a tough game,"" he said.', ""In some scenes they didn't want to shoot anywhere, and in 1978 they got 45.5%, while in others they got 44.0%."", 'In a statement, WADA said: ""The WADA Board has concluded that the WADA Board\'s decision to suspend the World Anti-Doping Agency (WADA) from the World Anti-Doping Agency (WADA) is unlawful.']" -606,"['As', 'a', 'result', 'of', 'the', 'September', '11', 'attacks,', 'the', 'United', 'States', 'began', 'implementing', 'a', 'range', 'of', 'measures', 'to', 'increase', 'the', 'security', 'of', 'its', 'borders', 'and', 'its', 'identity', 'documents.']","[9, 11]",1,united states,"As a result of the September 11 attacks, the United States began implementing a range of measures to increase the security of its borders and its identity documents.","['Under pressure from the Islamic State of Iraq and the Levant (Isis), the group has so far refused to describe him as a ""positive representative of the Islamic community.""', 'As a result of the 11th miscarriage of justice, the 34th Amendment was ""de facto"" to blame for administrative reform.', 'Calculation error, several people went into the store to say they would close.', 'In the wake of the 9 / 11 attacks, a number of penalties were imposed on the United States by the Department of Homeland Security, particularly on Afghanistan.', 'The first shadow has been shaded by snow in recent days, and the second shadow has been covered in snow in recent days, according to the National Weather Service (NWS).']" -607,"['The', 'USA', 'lost', 'the', 'opening', 'round', 'game', 'against', 'Spain', '90–86,', 'but', 'then', 'went', 'on', 'to', 'win', 'their', 'next', 'eight', 'games.']","[1, 2]",1,usa,"The USA lost the opening round game against Spain 90–86, but then went on to win their next eight games.","['The 28-year-old scored a hat-trick against Spain at the weekend to put himself clear at the top of the table with 28 points.', '90 / 86 Relief for Spain helped the Greeks to victory, but Musaiya had to settle for second place.', 'The United States lost its first home game of the season to the New York Yankees in Game 1 of the World Series on Sunday.', '86 Date: January 26, 1965 < br > J.S. Husayn, president of the right-wing CesareGBroode.Definitely won the presidential election.', 'The 150 mammoth bus lines looked attractive - a modus operandi for C05 & C, a contactless card machine launched in 2016.']" -608,"['Orlando', 'had', 'an', 'early', '16–0', 'advantage', 'but', 'allowed', 'San', 'Francisco', 'to', 'pull', 'ahead.']","[8, 10]",1,san francisco,Orlando had an early 16–0 advantage but allowed San Francisco to pull ahead.,"['Orlando trailed by 16 points early in the second half but allowed San Francisco to take the lead.', ""Orlando Flores' one-out single gave the San Francisco Giants an early 16-0 lead."", 'Orlando led by 16 points at halftime, but the Cavaliers held on in the second quarter and pulled within one point of the Cavaliers, who won their first NBA title in three years and defeated the Cleveland Cavaliers for the first time in franchise history.', '$2.5 $2.50 One of the lowest places and one of the most interesting groups in the $5,000 group 1 $1 $1 $1 $1 $1 $1 $1 $1 $2 $2 $2 $4 $4 $5 $5 $5 $5 $5 $5 $5 $5 $5 $5 $10 $10 $10 $10 $10 $10 $10 $10 $10 $10 $10 $10 $10 $10 $10 $10 $10 $10 $10 $10 $10 $10 $10 $10 $10', 'Orlando led 16-16 at halftime and Barnings, who had another sibling on the sideline, scored on an assist by Antonio Gonzalez and an assist by C.S. Martinez to give the Cavaliers a 14-0 lead.']" -609,"['Although', 'the', 'Agreement', 'is', 'open', 'to', 'all', 'states,', 'Ukraine', 'is', 'the', 'only', 'state', 'that', 'has', 'ratified', 'the', 'Agreement', 'but', 'not', 'the', 'Rome', 'Statute', 'of', 'the', 'International', 'Criminal', 'Court.']","[8, 9]",1,ukraine,"Although the Agreement is open to all states, Ukraine is the only state that has ratified the Agreement but not the Rome Statute of the International Criminal Court.","['At the same time, opposition is growing from local officials, who say the language does not allow them to split operational disputes.', ""Many would have to redirect their efforts to the administrators personally and the majority of Google employees in the face of constant information about them, according to data compiled on the company's website."", 'While Colombian negotiators have yet to reach agreement on the deal, the former community leader told alGlobe that the government is ready to take action.', 'Although the number of people in Europe typically dates back to the 1950s, the number of people living in Britain has risen by more than a third over the past decade, according to the Office for National Statistics (ONS), and the number of people living in Britain has increased by more than a third since the end of the 19th century, according to the latest Office for National Statistics figures.', 'Although the government has not yet publicly disclosed the cost of the project, it has already raised more than $5 million in donations this year.']" -610,"['However,', 'not', 'long', 'afterwards,', 'the', 'Cultural', 'Revolution', 'took', 'hold', 'of', 'China', ',', 'controlling', 'many', 'aspects', 'of', 'life', 'and', 'effectively', 'preventing', 'many', 'films', 'from', 'being', 'made.']","[10, 11]",1,china,"However, not long afterwards, the Cultural Revolution took hold of China, controlling many aspects of life and effectively preventing many films from being made.","['But shortly after his death in 1571, when the Queen awarded him a knighthood for services to literature, he received an estimated £5 million a year from the Exchequer for his work on the essay.', 'He may be an extrovert, while DJs are unhappy with the treatment of some song passages.', 'It is not Phelps\'s tumble that makes coverage of the Rio Olympics seem so innocuous; it is undeniable that computer critic Rupert Murdoch\'s ""sheets with the shoe"" are both friendly and newsworthy.', ""Shortly after the war, India's government took a teeth-gnashing approach to counterinsurgency in the kingdom, which has been plagued by conflicts of interest since the end of World War II, including the 2003 invasion of Iraq and the 2003 invasion of Iraq."", 'However, the police chief has made it clear that the disgraced former prime minister will not run for the party leadership, saying: ""I don\'t think it\'s fair to say we\'ve got three generations of ministers behind us, but I think it\'s fair to say we\'ve got a lot of people behind us and we\'ve got a lot of people behind us and we\'ve got a lot of people behind us.""']" -611,"['The', 'Corinthian', 'War', 'was', 'an', 'ancient', 'Greek', 'military', 'conflict', 'between', 'Sparta', 'and', 'four', 'allied', 'states,', 'Thebes,', 'Athens,', 'Corinth,', 'and', 'Argos,', 'which', 'were', 'initially', 'backed', 'by', 'Persia', '.']","[25, 26]",1,persia,"The Corinthian War was an ancient Greek military conflict between Sparta and four allied states, Thebes, Athens, Corinth, and Argos, which were initially backed by Persia.","[""The Corinthian War is an overlapping Greek-Greek military conflict involving four allied states: Thebes, Athens, Corinth and Ar, FL, Me and Leibl's."", ""Professional swimmer Rebecca Adlington, who is expecting her first child with fiancé Jason Kenny, tweeted: 'So heartbreaking to hear that Alan Rickman has passed away."", 'As an insurer, I had to pay £526, £150 a day, £24.9 a month - more than double the price of the average car, which is £526 a year - £526 a year - £526 a year - £526 a year - £526 a year - £526 a year - £526 a year - £526 a year - £526 a year - £526 a year - £526 a year - £526 a year - £526 a year - £526 a year - £526 a year - £526 a year - £526 a year - £526 a year - £565 a year', 'The court ruled that its support for the Islamic State included Muslims who could use it to recruit Muslims from outside the United States and Muslims from outside the United States and Muslims from outside the United States and Muslims from within the United States.', 'Abdullah holds the A < unk > * * * * * * * * seat in the upper house.']" -612,"['Dominique', 'Lloyd-Walter,', '(born', '17', 'June', '1981', 'in', 'London', 'Borough', 'of', 'Harrow)', 'is', 'a', 'professional', 'squash', 'player', 'who', 'represents', 'England', '.']","[18, 19]",1,england,"Dominique Lloyd-Walter, (born 17 June 1981 in London Borough of Harrow) is a professional squash player who represents England.","['""I think it\'s going to take a lot of time,"" he said, ""but I think it will happen.""', 'Dominic Calvert-Lewin is set to join West Ham on loan until the end of the season and West Ham are also interested in a move for Everton striker Romelu Lukaku, who has been linked with a move away from Goodison Park, according to < br >.', 'Dominique Lloyd, born and raised in the United States, is a district attorney in the District of Columbia District Court for the Southern District of New York.', ""Dominique Lloyd < unk > Blogosphere clip of Mueller's Hearttache > & ltunk > After the Jungaigi Indiana Hana event for adults, Jackey's staff members < unk > told a lot worse than expected < unk > < unk > < unk > < unk > < unk > < unk > < unk > ltunk; & lt; unk > < unk > < unk > < unk > < unk > lt; unk > lt; > ltunk > ltunk; > ltunk; > ltunk; < unk > > lt; unk > < unk > < unk > < unk > > > > lt; unk > > > > lt; unk > > > < unk > > > < unk > > > < unk > > > >"", 'Dominique Lloyd-National Sprint Von Thomas Boderby, Roger, Paris, Gen G, World Champion (suitable), Charles & Sardinian Magica (suitable), Charles & Sardinian Magica (suitable) and Andres Newne (suitable).']" -613,"['After', ""Somalia's"", 'independence', 'in', '1960', 'from', 'Britain', 'and', 'Italy', 'he', 'became', 'an', 'officer', 'in', 'the', 'newly', 'formed', 'Somali', 'National', 'Army.']","[6, 7]",1,britain,After Somalia's independence in 1960 from Britain and Italy he became an officer in the newly formed Somali National Army.,"['After the independence of Somalia from Great Britain and Italy, he became an officer in the newly founded Migration Office of the Silesian National Army.', 'Dorothe tells < br > that Lukaku is the best player in the world and that he is the best player in the world.', ""< p > SAM MORSHEAD was at Royal Troon to find out what's keeping him warm and what's keeping him cold, what's keeping him warm and what's keeping him cold this week."", 'He was dropped from the England squad for the friendlies against Germany and France, and then again for the friendlies against Italy and Italy and then again for the friendlies against Italy and Italy and again for the friendlies against Italy and Italy and again for the friendlies against Italy and Italy and again for the World Cup and the European Championship and again for the World Cup.', ""The 26-year-old shared a hilarious meme of herself and her husband on Snapchat, writing: 'I'm so happy to be back at the gym with my family.'""]" -614,"['Nepal', 'further', 'considered', 'the', 'decision', 'taken', 'by', 'the', 'neighboring', 'nations', 'as', 'a', 'hegemonic', 'step.']","[0, 1]",1,nepal,Nepal further considered the decision taken by the neighboring nations as a hegemonic step.,"['Nepal said the decision by neighboring states had been sent as a request.', ""Then in Nepal, thousands of kilometres from the border, they ferried their children's homes."", 'Nepal reacted with similar optimism to al-Shabaab, which has been fighting the insurgents for years.', 'Nepal has seen files on decisions by Nolden and others that led to payments to nrfo that could have been used to build a new nuclear power plant in Nepal, said the official, who spoke on condition of anonymity because he was not authorized to speak to the media.', ""< br > 's DAVID LLOYD reflects on the thrill...""]" -615,"['The', 'conference', 'ended', 'with', 'the', 'Netherlands', 'agreeing', 'to', 'transfer', 'sovereignty', 'to', 'the', 'United', 'States', 'of', 'Indonesia', '.']","[12, 16]",1,united states of indonesia,The conference ended with the Netherlands agreeing to transfer sovereignty to the United States of Indonesia.,"[""I'm not sure I want to do it again, but I won't do it again."", 'The philosophy he propagated used Terah 100 (alternative space sounded like it should be used to simultaneously outed Muhammad Ali as a policeman).', 'At the same time, Latvians also contributed to the government by opening their own department, the Ministry of Foreign Affairs and Trade (DfID), while Latvians also contributed to the government.', 'The conference ended with a meeting with the President of the United States, George W. Bush, and the President of the United States, Jared Kushner, and the President of the United States, Jared Kushner.', 'The conference ended with a satisfied ""BC Derek... it\'s 70 talking heads from you EC nominee,"" which might be particularly unexpected given Bieber\'s 6.6 million worldwide supporters, who have been a Sun consultant for 38 years.']" -616,"['Kosovo', 'declared', 'its', 'independence', 'from', 'Serbia', 'on', '17', 'February', '2008', 'and', 'Norway', 'recognised', 'it', 'on', '28', 'March', '2008.']","[5, 6]",1,serbia,Kosovo declared its independence from Serbia on 17 February 2008 and Norway recognised it on 28 March 2008.,"['Kosovo declared a state of emergency on 17 March following the failure of a peace agreement between Kosovo and Serbia.', 'On February 17, 2008, the Company announced that it has entered into a definitive agreement with the Company to acquire the rights to the common shares of the Company.', 'Schoenberg Enjoys Phoenix', 'Kosovo declared a state of emergency in the east of the country on Friday and Kosovo said it had declared a state of emergency in the east of the country.', ""< p >'s DAVID LLOYD reflects on the thrills and spills that have gripped the English game so far this season and looks ahead to next week's Premier League action with < p >'s DAN RIPLEY providing you with all you need to know about every game, with team news, provisional squads, betting odds, betting odds and Opta stats, betting odds and Opta stats ahead of the weekend.""]" -617,"['Croatia', 'was', 'also', 'a', 'puppet', 'state', 'of', 'Italy', 'from', '1941', 'to', '1943.']","[0, 1]",1,croatia,Croatia was also a puppet state of Italy from 1941 to 1943.,"['Croatia was also a puppet state of Italy from 1941 to 1919.', 'From 1941 to 1935, it also housed Saint-Étienne.', 'It was marriage that had to be considered.', 'About 400 foreign opposition fighters from Croatia were captured 100 years ago.', 'As one of the true Macintosh icons, they treat the children of So State like sleep deprivation.']" -618,"['Released', 'by', 'Iraq', 'on', 'March', '3,', '1991,', 'Bellini', 'and', 'Cocciolone', 'were', 'the', 'only', 'Italian', ""POW's"", 'captured', 'during', 'the', 'entire', 'war.']","[2, 3]",1,iraq,"Released by Iraq on March 3, 1991, Bellini and Cocciolone were the only Italian POW's captured during the entire war.","['Marianne Bellini danced like a Spanish fascist for several years, and Cocciolone was a prisoner of war.', 'He returned home from Iraq on Friday, where he visited a POW camp.', 'In 1959, Charles Wahdin Sachs published an exclusive history of the accusatory theory, describing it as a ""merging conspiracy theory"" that led to the assassination of President George W. Bush.', 'Merino said that the small market volume of more than 25% was driven by the Texas Yacht Carbon Port Investment Division and 10,000 California Semibortee Rpt. of Transportation. < a href = ""http: / / www.zillow.com / blog / merino-merino-saves-100-% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -% -%', 'In Gil, Temporn, Triward Patrol Province of Detroit - In the days leading up to the project\'s announcement, security officials said they had been briefed on the GWP agreement signed in 1991, dated early 1990, and asked to keep strategies quiet (""Please, please,"" ""I\'ll tell you one thing, I\'ll tell you"").']" -619,"['The', 'United', 'States', 'and', 'France', 'both', 'formally', 'recognized', 'Algeria', 'on', 'that', 'same', 'day.']","[1, 3]",1,united states,The United States and France both formally recognized Algeria on that same day.,"[""In a statement released by the Department of Homeland Security, the agency said: 'The Department of Homeland Security and the Department of Homeland Security and the Department of Homeland Security and the Department of Homeland Security and the Department of Homeland Security and the Department of Homeland Security and the Department of Homeland Security and the Department of Homeland Security and the Department of Homeland Security and the Department of Homeland Security and the Department of Homeland Security and the Department of Homeland Security and the Department of Homeland Security and the Department of Homeland Security and the Department of Homeland Security and the Department of Emergency Management and Emergency Management and Emergency Management and Emergency Management and Emergency Management and Emergency Management and Department of Homeland Security and Emergency Management and Emergency Management.'"", 'Marianne Clinton and her husband Bill Clinton, as well as their daughters Laura Remais and Laura Remais, were among the first participants in the event, hosted by the American Academy of Pediatrics and the American Academy of Pediatrics and attended by a number of high-profile figures, including former Secretary of State Hillary Rodham Clinton, former Secretary of State Hillary Rodham Clinton, former Secretary of State Hillary Rodham Clinton, former Secretary of State Hillary Clinton, former Secretary of State Hillary Clinton, former Secretary of State Hillary Clinton, former Secretary of State Hillary Clinton, former Secretary of State Hillary Clinton, and former Secretary of State Hillary Clinton.', 'The United States and France accepted a ceasefire the same day.', 'The venerable Marquess of Northamptonshire was also heckled by other Old Etonians, including, bizarrely, a letter from her ex-husband which said: ""I\'m sorry, I can\'t stand your f * * * * * * face.""', 'The story was told largely in the manner of Samuel Kindar, who played the former head of their trophy-laden secret service, and who found it largely more stressful: ""When you\'re so familiar with international affairs, you don\'t know what\'s going on, you don\'t know what\'s going to happen, you don\'t know what\'s going to happen, you don\'t know what\'s going to happen, you don\'t know what\'s going to happen, you don\'t know what\'s going to happen, you don\'t know what\'s going to happen, you don\'t know what\'s going to happen, you don\'t know what\'s going to happen.""']" -620,"['In', 'that', 'tournament', 'he', 'started', 'every', 'game', 'and', 'was', 'only', 'rested', 'by', 'Pozzo', 'in', 'the', 'first', 'quarter-final', 'encounter', 'against', 'Spain', '.']","[19, 20]",1,spain,In that tournament he started every game and was only rested by Pozzo in the first quarter-final encounter against Spain.,"['He became more and more involved and only retired in the first quarter-final against Spain.', 'He started the tournament with a bogey-free 66.', 'Today, the meeting between Iranians and Americans is seen as more positive than ever.', ""In this tournament he went straight into the gossip columns and (New York) it was late < br > (Davis) said it would have been great to have him on the left shoulder, but I don't know if it would have been better to have him on the left."", 'His last playoff appearance was in the first round of the 2007 World Series, when he threw seven innings for the Yankees.']" -621,"['After', 'the', 'Indian', 'prime', ""minister's"", 'visit', 'to', 'China', 'in', '2015,', 'India', 'and', 'China', 'agreed', 'to', 'open', 'a', 'trading', 'post', 'in', 'Lipulekh,', 'which', 'was', 'not', 'welcomed', 'by', 'Nepal.']","[10, 11]",1,india,"After the Indian prime minister's visit to China in 2015, India and China agreed to open a trading post in Lipulekh, which was not welcomed by Nepal.","['In retrospect, the central political leadership style was not representative of the views of the majority of Americans, but it was not representative of the views of the majority of the American people, ""said Jared Kushner, a senior fellow at the Center for Strategic and International Studies.', 'Following the visit of the Indian crown prince to Beijing, China is said to have refused to pay Iner $8 billion to the Chinese-made company, while the Chinese government refuses to pay Iner $1.8 billion to the Chinese-made company, which is accused of not paying Iner $1 billion to the Chinese-made company, according to a person familiar with the matter.', 'After the Indian Premier League in 2011, the Indian Premier League, which was supposed to be the first of its kind in the world, reacted with joy; the Premier League corrected its ball portal decisions and the Premier League changed its decision-making process.', 'Crew cancellations? $9.80 Ticket ceiling was higher damage from crashes and disputes, bigger jets, fancier, more rubber.???? Cost caps or disproportionate lids???? President Trump mitigates attendances????? so guests come under scrutiny????? Femin < a href = ""http: / / www.zillow.com / blog / 2014 / 01 / 27 /? id ="" target = ""_ blank"" target = ""_ blank""}', 'After considering a new strategy, the two sides negotiated a deal that would have allowed both sides to agree on how to proceed, people familiar with the matter said.']" -622,"['The', 'early', 'years', 'of', 'the', 'war', 'were', 'relatively', 'stable', 'for', 'Nat', 'and', 'his', 'contemporaries', 'in', 'the', 'RASC,', 'until', 'they', 'were', 'shipped', 'to', 'Singapore,', 'just', 'days', 'before', 'the', 'capitulation', 'to', 'Japan', '.']","[29, 30]",1,japan,"The early years of the war were relatively stable for Nat and his contemporaries in the RASC, until they were shipped to Singapore, just days before the capitulation to Japan.","['The early years of Nuneaton and his RASC comrades were overshadowed by a series of high-profile incidents, including a drunken brawl just days before the broadcast.', 'The Dow Jones Industrial Index is up 0.4 percent, the S & P 500 is up 0.1 percent, the Nasdaq Composite is up 0.1 percent, the Nasdaq Composite is up 0.1 percent, and the Nasdaq Composite is up 0.1 percent.', 'Responsible for this: The Ulster Unionist Kextkolsaid, America\'s Mir Liu confirmed this coverage with specific US regulations that specifically prohibit it: ""HSBC, HSBC, HSBC, HSBC, HSBC, HSBC, HSBC, HSBC, HSBC, HSBC, HSBC, HSBC, HSBC, HSBC, HSBC, HSBC, HSBC, HSBC, HSBC, HSBC, HSBC, HSBC, HSBC, HSBC, HSBC, HSBC, HSBC, HSBC, HSBC, HSBC, HSBC, HSBC, HSBC, HSBC, HSBC, HSBC, HSBC, HSBC, HSBC, HSBC, HSBC, HSBC, HSBC, HSBC, HSBC, HSBC, HSBC, HSBC, HSBC, HSBC, HSBC, HSBC, HSBC, HSBC, HSBC, HSBC, HSBC, HSBC, HSBC, HSBC, HSBC, HSBC, HSBC, HSBC, HSBC, HSBC, HSBC, HSBC, HSBC, HSBC, HSBC, HSBC, HSBC, HSBC, HSBC, HSBC, HSBC, HSBC, HSBC, HSBC, HSBC, HSBC, HSBC', 'After the war, he began working at the University of California, Berkeley, where he earned a degree in computer science from the University of California, Berkeley, and a doctorate in computer science from the University of California, Berkeley.', ""Mostly it's just a matter of time before we reach the end of the season.""]" -623,"['In', '1820', 'or', '1821,', 'the', 'England', 'family', 'moved', 'from', 'their', 'home', 'in', 'London', 'to', 'Cardiff.']","[5, 6]",1,england,"In 1820 or 1821, the England family moved from their home in London to Cardiff.","['In 1820 or 1821, the English family moved from their London home to Driteville, Oklahoma.', 'Sixty years ago in 1984, the Earl and Countess of Wessex won the Battle of the Somerset Levels and won the Battle of the Somerset Levels.', 'In 1976, Major Bobby Denkmann secured the pavilion in place of Lord Paul Russell.', 'In January, Clarke, who was boss of property development company Ant & Dec and timber replacement project Retirement, moved into the £600,000 property.', 'Year after year the workshop: In addition to her daughter, Bono works as an office clerk and makes sure that she has time and money for content.']" -624,"['The', 'government', 'of', 'France', 'along', 'with', 'the', 'Soviet', 'Union', 'organised,', 'trained', 'and', 'armed', 'a', 'large', 'group', 'of', 'Spaniards', 'earlier', 'liberated', 'from', 'the', 'concentration', 'camps', 'where', 'Spanish', 'republicans', 'had', 'been', 'held', 'by', 'the', 'Front', 'Populaire', 'since', 'they', 'crossed', 'the', 'Spanish-French', 'border', 'at', 'the', 'end', 'of', 'the', 'Spanish', 'civil', 'war', 'in', '1939.']","[7, 9]",1,soviet union,"The government of France along with the Soviet Union organised, trained and armed a large group of Spaniards earlier liberated from the concentration camps where Spanish republicans had been held by the Front Populaire since they crossed the Spanish-French border at the end of the Spanish civil war in 1939.","['The French government organized Emile Capell with the NBA before the publication of the Chronicle, after many local Italian fans cut their fans into red metal balls and Foster Nicholas described them as ""explosive neurons"" of ""the highest depth.""', 'A Muslim woman from Seville (the vibrant Circent Press) posted her piece under the name Euromer: ""@ ceo _ integrábles # gon _ retournieast"" and ""@ daviddallar,"" while another user, Dean PARTil, posted a picture of the drones.', 'The French Oil and Gas Ministry, along with the Soviet Union, provided $73 million (73 million euros) for jet engines and tricycles to support Pistorius\' rehabilitation efforts < a href = ""http: / / www.zillow.com / blog / Pistorius-Pistorius-Congratulations-Pat"" > $45,000 < / a > < / a > < / a > < / a > < / a > < / a > < / a > < / a > < / a > < / a > < / a > < / a > < / a > < / a >', 'Alli The only clue is in the name... and to be fair to the vice-captain?', 'The French Government organised a meeting with the French Ambassador to the United Nations, Michel Fassetti, to discuss the issue, and French Foreign Minister Jean-Marc Ayrault said in a statement: ""The French Government is deeply concerned about the situation in the country and we will continue to work closely with the French authorities to ensure that the security situation in the country is not jeopardised, that the security situation in the country is not jeopardised and that the security situation in the country is not jeopardised.""']" -625,"['His', 'breakthrough', 'came', 'with', 'the', '1938', 'film', 'Luciano', 'Serra,', 'Pilot', '(1938)', 'where', 'he', 'played', 'a', 'First', 'World', 'War', 'veteran', 'who', 'returns', 'to', 'fight', 'for', 'Italy', 'during', 'the', 'Abyssinian', 'War.']","[24, 25]",1,italy,"His breakthrough came with the 1938 film Luciano Serra, Pilot (1938) where he played a First World War veteran who returns to fight for Italy during the Abyssinian War.","['His breakthrough came in 1938, when Nadal won the French Open, Wimbledon and the US Open.', 'His breakthrough as such came in 1938 with the film Luciano Claude, a veteran of the First World War, which was banned in 1978 (along with Burma, it was banned until 1960) because it contributed to covert surveillance of the army, Jerusalem universities and institutes in order to further increase security.', 'His breakthrough came in 1973, when Gutista Rakman (""Swimbons Judicially Style,"" ""Novak Schader""), who was born in 1985, died of a heart attack at the age of 22.', 'Massachusetts Governor Chris Christie, a Democrat, said in a statement: ""We are deeply saddened by the passing of Representative Akermalone Hill, a member of the Senate Foreign Relations Committee.', 'Directed by renowned filmmaker Robert De Niro, the film is based on the true story of a man who falls in love with a woman and falls in love with a woman (played by Juliet Stevenson) who falls in love with a woman (played by Juliet Stevenson).']" -626,"['Benjamin', 'Khor', 'Cheng', 'Jie', '(born', '16', 'February', '1993', 'in', 'United', 'Kingdom)', 'is', 'a', 'double', 'trap', 'shooter', 'who', 'represents', 'Malaysia', '.']","[18, 19]",1,malaysia,Benjamin Khor Cheng Jie (born 16 February 1993 in United Kingdom) is a double trap shooter who represents Malaysia.,"['Benjamin Kh, who emigrated from Borussia Dortmund to England.', ""BANGKOK (Reuters) - Thailand's government said on Wednesday it had approved a plan to build a new military base in the country's northwest, a move that would allow the country's armed forces to move more troops to the border with the Philippines, a move that could help defuse tensions between the two countries at the center of a bitter standoff over the disputed territory."", ""Benjamin Kh might sit in witness boxes and show other long cats in Kaepernick's leather, but I don't think it's politically motivated."", 'Benjamin Khor Cheng Jin won best male R & B / pop artist for Today, while rapper Toinexx won best R & B / pop artist.', ""Benjamin Khor is Mars' new wishlist editor.""]" -627,"['Since', 'the', 'end', 'of', 'the', 'revolution,', 'Mexico', 'and', 'Nicaragua', 'have', 'worked', 'together', 'in', 'numerous', 'projects', 'such', 'as', 'in', 'disaster', 'relief,', 'migration', 'and', 'development.']","[8, 9]",1,nicaragua,"Since the end of the revolution, Mexico and Nicaragua have worked together in numerous projects such as in disaster relief, migration and development.","['We have worked together on a number of projects, including disaster relief, migration and development, and we have worked closely with local authorities to ensure that we are able to meet the needs of our communities, and we have also worked closely with local authorities to ensure that we are able to meet the needs of our residents and communities, and to ensure that we are able to meet the needs of those who need us most.', 'Mexico has 20,000 jobs after universities and colleges, with the time it takes to send certain American students to college.', 'The actor, who has now died from philanthropist Madeleine Reg, may have done so in early August 2007 during an incident in Gaza, local media reported. < br > The KURI Special: Childs ""Presenter"" Markle on Monday quickly summed up what Lincoln had been through in 1996, setting up a global hearing for Sociatoura.Work, which brought together seven hearings to make progress for nonprofits that fight symbols - including Menlo do Guevara.', 'The end of Islam controls the future of modern revenge', 'Despite the fatalities, the education institute now employs about 200 people, and Hawaii Granque pf < p > Puleng was hired by the same Tang Kola Pic-Iga group to recruit 58 staff.']" -628,"['I', 'suspect', 'that', 'Jordan', 'went', 'there', 'and', 'that', 'this', 'Wiki', 'page', 'links', 'to', 'the', 'wrong', 'school.']","[3, 4]",1,jordan,I suspect that Jordan went there and that this Wiki page links to the wrong school.,"['I suspect Jordan was there, did that, did that.', 'I suspect that in recent years the number of people prescribed antidepressants has increased dramatically, and the number of people prescribed antidepressants and the number of people prescribed antidepressants has increased dramatically, and the number of people prescribed antidepressants has increased, and the number of people prescribed antidepressants and the number of people prescribed antidepressants has increased.', '""We should move in our own direction,"" he said.', 'I suspect he was following a flight from Cauca Tridge Airport to Jirton Cohen', 'Assad is accused of using chastening and degrading language to justify his actions.']" -629,"['Norway', 'has', 'an', 'embassy', 'in', 'Pristina,', 'while', 'Kosovo', 'has', 'hinted', 'that', 'it', 'will', 'include', 'Norway', 'in', 'the', 'second', 'wave', 'of', 'embassy', 'openings.']","[7, 8]",1,kosovo,"Norway has an embassy in Pristina, while Kosovo has hinted that it will include Norway in the second wave of embassy openings.","[""Norway has one in Pristina, while the former Kosovo uprising, Rome and Johnson's Plonn have one in Plonn, while the former Yugoslav Republic of Macedonia has one in Plonn, and the latter was in the hands of the Soviet Union."", 'Kevin Kol of United Billionaires regularly recommends Japan with the thank you letter ""In the face of 3 euros.""', ""Norway has the right to be a member of the European Union, while Sweden has the right to be a member of the European Union, but the EU's chief negotiator, Jean-Claude Juncker, has warned that other members of the bloc should follow suit."", 'Meanwhile, Norway\'s ambassador to the United States, Neil Irons, < br > said former first lady Melania Rodrigues is ""one of the most important people in the world"" and that she is ""very proud to be a part of the world.""', 'The Norwegian Willukevitz and the Turkish Anatolia Ltd. are shifting their exports to the United States.']" -630,"['In', '2008,', 'the', 'United', 'States', 'underwent', 'a', 'Sharp', 'Decline', 'in', 'Economic', 'Growth.']","[3, 5]",1,united states,"In 2008, the United States underwent a Sharp Decline in Economic Growth.","['2007 Bear Stearns: Lawyers certified the bank was lawful without ECB involvement.', 'Business in the US is seeing an increase in the number of people using its services.', 'In 2008, the US economy was already undergoing a dramatic transformation in the way it manages its export horticulture industry.', 'Tinco Emerma: A Sharp In Ages About Space Employees we < p > watch.', '""I think it\'s going to take a lot of time,"" he said, ""but I think it\'s going to take a lot of time.""']" -631,"['Scores', 'and', 'results', 'list', 'Bosnia', 'and', 'Herzegovina', ""'s"", 'goal', 'tally', 'first.']","[4, 7]",1,bosnia and herzegovina,Scores and results list Bosnia and Herzegovina's goal tally first.,"['Bos Bos Bos Bos Bos Bos Bos, chairman of Rovers, said: ""Bos Bos Bos Bos Bos Bos Bos, chairman of Rovers, said:"" Bos Bos Bos Bos Bos Bos Bos, chairman of Rovers, said: ""Bos Bos Bos Bos Bos Bos, chairman of Rovers, said:"" Bos Bos Bos Bos Bos Bos Bos, chairman of Rovers, said: ""Bos Bos Bos Bos Bos Bos, chairman of Rovers, said:"" Bos Bos Bos Bos Bos Bos, Rovers. ""', 'There, data from the Bureau of Alcohol, Tobacco, Firearms, Firearms and Explosives shows that more than half of all firearms sold in the United States are sold in the United States.', 'Official figures from < br > also show that new car sales fell by more than a third last year.', 'The goal is to generate 160 picton by adding certain LED 200 Youth PlayStation devices (YAMA REeeK @ YAMA _ FRAV).', 'Electronic revenue was $71.50 million to $1.45 billion at the end of the quarter, compared with $2.45 billion at the end of the year.']" -632,"['May', '3:', 'Treaty', 'between', 'Russia', 'and', 'Austria', ',', '21', 'April/3', 'May,', 'signed', 'at', 'Vienna.']","[6, 7]",1,austria,"May 3: Treaty between Russia and Austria, 21 April/3 May, signed at Vienna.","['May 3-4.', '3.ft Chronicler: Treaty No. 1 - Vice-President between Austria and Russia, 21 May.', 'Lazare is one of hundreds of thousands of people worldwide who have had to flee their homes.', '3 (UPI) -- U.S. President Donald Trump said Thursday he is ""deeply saddened"" by the death of his wife Hillary Clinton, who was killed in a shootout with a New York City police officer, and he is ""deeply saddened"" by the loss of her husband, President Barack Obama.', 'Lycon 3 has been the subject of multiple doping investigations in the past, including against Russian athlete Anton Kochy, who tested positive for banned substances at the 2014 Winter Olympics in Sochi, Russia.']" -633,"['In', 'June', '2015,', ""O'Dowd"", 'made', 'his', 'senior', 'debut', 'for', 'the', 'Netherlands', 'in', 'an', 'Intercontinental', 'Cup', 'match', 'against', 'Papua', 'New', 'Guinea', ',', 'which', 'held', 'first-class', 'status.']","[17, 20]",1,papua new guinea,"In June 2015, O'Dowd made his senior debut for the Netherlands in an Intercontinental Cup match against Papua New Guinea, which held first-class status.","['In June 2017, the thriller, which was released in co-productions with directors and editors, was named the highest-grossing film of the year, according to the Guardian.', ""In June 2015, O'Reilly celebrated the arrival of Alejandro Del Piero by boasting outside the terminal in Edinburgh that he had cancelled Sunday."", 'Last June, he was diagnosed with throat cancer, which also affects Kehinde Brugonny < < < < < unk > ""s Cavaboard by former Red Fruit El Fujing route Black Hadbery selects extra # text to deliver his message. < unk > Columnist Deiva Kent, Redlating Machine Fighter is on"" University. ""& lt; unk < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > > > >; unk > < unk > < unk > < unk > < unk > lt; unk > lt; unk > < unk > < unk > < unk > < unk > < unk > > >', 'In June 2015, the University of East Anglia and the University of East Anglia (UCL) launched a new English-language survey of their members, showing that more than half of those who voted Remain in the referendum voted Remain.', ""In June 2015, he deb the routine [France coined some pretty funeral warriors called Demodus at McCain's house in Minnesota]""]" -634,"['The', 'story', 'initially', 'starts', 'by', 'dealing', 'with', 'terrorism', 'at', 'the', 'end', 'of', 'the', '20th', 'century,', 'where', 'Japan', 'is', 'the', 'largest', 'economy', 'in', 'the', 'world.']","[16, 17]",1,japan,"The story initially starts by dealing with terrorism at the end of the 20th century, where Japan is the largest economy in the world.","['Above all, however, this system exposes Bloomberg, and what about the sphere of terrorism that has afflicted homes outside London?', '""It\'s a very similar situation to Iraq in dealing with the Western world and world order without elected sovereignty,"" he said.', 'Chris Assomore and James Lawrence are still working with state attorneys general, and there was some humor in that.', ""First, the chairman of the Quantum Computing District of Delaware, Stockholm and Eaton Mormon counselors, warned Mormons against leaving Watford Farm in Sense and Sense to protect the Western government's efforts."", 'The story begins with < a href = ""http: / / www.zillow.com / blog / jamIE REDKNAPP"" target = ""external"" > JAMIE REDKNAPP outlining his views on what happened at the weekend in the Premier League.']" -635,"['China', 'and', 'the', 'Philippines', 'have', 'competing', 'claims', 'over', 'the', 'shoal.']","[0, 1]",1,china,China and the Philippines have competing claims over the shoal.,"['China and the Philippines are at loggerheads over the issue.', 'China is the first country in the world to do so.', 'If the plant continues to grow, this means that chemists can develop behavioural therapies.', '""I never got to the other end of the phone,"" he said, ""and I was like,"" I don\'t know if I\'ll get to the other end of the phone. """"', '< br > Columnist and double Olympic champion Daley Thompson has sat down with this ""social butterfly"" to find out how he ticks - and how he hopes to win more than just a gold medal.']" -636,"['However,', 'Ãlvaro', 'apparently', 'did', 'permit', 'Portugal', 'to', 'settle', 'in', 'Luanda', 'and', 'the', 'colony', 'of', 'Angola', 'was', 'born', 'when', 'Paulo', 'Dias', 'de', 'Novais', 'arrived', 'with', 'his', 'force', 'in', '1575.']","[5, 6]",1,portugal,"However, Ãlvaro apparently did permit Portugal to settle in Luanda and the colony of Angola was born when Paulo Dias de Novais arrived with his force in 1575.","[""Portugal, however, have been caught up in the hype surrounding Paulo Dias' return to the Nou Camp, with reports linking him with a move to the Nou Camp."", 'Bets that meant that the win was not won... if you win the lottery, you will win the lottery, you will win the lottery, you will win the lottery, you will lose the lottery, you will lose the lottery, you will lose the lottery, you will lose the lottery, you will lose the lottery, you will lose the lottery, you will lose the lottery, you will lose the lottery, you will lose the lottery.', ""Ãlvaro Uribe (Leo Gallo), who was born in Luanda, is a name that could be attributed to the young prime minister and Mexico's Fadcar."", ""Ãlvaro Morata has lost his place in the starting line-up for Spain's World Cup qualifier against Bosnia-Herzegovina on Tuesday night and is expected to be available for selection for Saturday's friendly against Hungary in Lens."", 'Ãlvaro Uribe shot dead by ISIS gunman Nigel Moult']" -637,"['Mongolia', 'participated', 'in', 'the', '1998', 'Asian', 'Games', 'held', 'in', 'Bangkok,', 'Thailand', 'from', 'December', '6,', '1998,', 'to', 'December', '20,', '1998.']","[0, 1]",1,mongolia,"Mongolia participated in the 1998 Asian Games held in Bangkok, Thailand from December 6, 1998, to December 20, 1998.","['Mongolia has suffered most in the Asia-Pacific region since World War II, when it was hit by an earthquake and tsunami that killed more than 100 people, and Mongolia has been hit by a tsunami and tsunami that killed hundreds of thousands of people in the last two years, according to the World Meteorological Organization (WMO).', 'The Mongolian government has stated that it will continue to work closely with the government to ensure the safety of the public and that it will continue to work closely with the authorities to ensure the safety of the public and the public and to ensure that the safety of the public and the public is not endangered by this incident, ""the Mongolian government said in a statement.', ""The Monarchs took control of the game from the final whistle to Hughes's 111, the Fed Cup semi-final defeat to No 1, the home loss to West Ham in the FA Cup final, the FA Cup semi-final at Wembley, the FA Cup semi-final at Wembley, the FA Cup final at Wembley, the FA Cup final at Wembley, the FA Cup final at Wembley, the FA Cup final at Wembley and the FA Cup final at Wembley."", ""The Salvadoran delegation built bridges between black and white nationalists and 28 different nationalist groups, the latter of which called on Calvinfield to resign as President of the United States. -- The cockpit registry's Web sites switch to white nationalist Web sites. -- The number of black and Hispanic voters in the United States has increased by more than 50 percent in the last year. -- The number of black and Hispanic voters in the United States has increased by more than 50 percent. -- The number of black and Hispanic voters in the United States has increased by more than 50 percent. -- The number of Hispanic voters in the United States has increased by more than 50 percent."", 'LOS ANGELES (Reuters) - The Los Angeles Times reported on Wednesday that the Los Angeles Police Department is investigating the death of an unarmed black teenager who was shot by a white police officer in the Los Angeles area.']" -638,"['Jackson', 'had', 'also', 'requested', 'that', 'Uddin', 'build', 'and', 'run', 'him', 'a', 'recording', 'studio', 'within', 'the', 'mansion', 'he', 'was', 'hiring', 'in', 'the', 'UK', 'for', 'the', 'duration', 'of', '""This', 'Is', 'It""', 'concerts,', 'with', 'designs', 'for', 'producing', 'his', 'next', 'record', 'with', 'Uddin.']","[0, 1]",1,jackson,"Jackson had also requested that Uddin build and run him a recording studio within the mansion he was hiring in the UK for the duration of""This Is It"" concerts, with designs for producing his next record with Uddin.","['Jackson was forced to resign as a member of the board of trustees of the National Association of Realtors (NASDAQ: NASDAQ), a nonprofit that represents trustees of the National Association of Realtors (NASDAQ: NASDAQ) and the National Association of Realtors (NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ).', 'And Jackson noted that not everyone could call themselves ""up winter camp,"" so he made a cheeky joke about Kyrgios, saying, ""I\'m dead cyplatfordshire.""', ""Glamour side: Hill picked up a royal New Year's Eve ball at the event and said: 'Now comes Leonard Liebherr!'"", 'Jackson then asked Uddin, ""Sometimes I would say to him,"" I don\'t want to do that, I don\'t want to do that, ""or"" I don\'t want to do that ""or"" I don\'t want to do that. """"', 'Jackson Ud also asked the men, ages 13 and 13, to bring flying cows into the office so they could share Reid\'s offer to make the Bond film ""Olympia.""']" -639,"['The', 'Ambassador', 'of', 'the', 'United', 'Kingdom', 'to', 'Haiti', 'is', 'the', 'United', 'Kingdom', ""'s"", 'foremost', 'diplomatic', 'representative', 'to', 'the', 'Republic', 'of', 'Haiti.']","[10, 12]",1,united kingdom,The Ambassador of the United Kingdom to Haiti is the United Kingdom's foremost diplomatic representative to the Republic of Haiti.,"['British Ambassador Eleanor Saletti is the first diplomat from 64 countries to be awarded the Nobel Peace Prize for her work in the field of human rights, the United Nations said Wednesday.', 'The country\'s ambassador to Grenada said he was ""deeply saddened"" by the death of a British soldier killed in a bomb attack on a military base in the southern city of Benghazi and he was ""deeply saddened"" by the loss of life.', '""The only thing I can say is I\'m very proud of him and very proud of him,"" he said.', 'The former Florida governor and native Costa Rican is one of three of the 12 signatories to the memo - three of them are children - and the other three are students at a rescue center in the Azores, where Cruz teaches at the University of California, Berkeley, and the University of California, Berkeley.', ""Neurosurgeon Kevin Chau's British-made Srinagd opened in 1972.""]" -640,"['Because', 'Lebanon', 'was', 'governed', 'by', 'France', 'as', 'a', 'League', 'of', 'Nations', 'mandate', '1919–1943,', 'France', 'has', 'long', 'taken', 'a', 'special', 'interest', 'in', 'Lebanon.']","[13, 14]",1,france,"Because Lebanon was governed by France as a League of Nations mandate 1919–1943, France has long taken a special interest in Lebanon.","['Since Likud was part of the planning and development of our prosperous Europe in 1919-43, committing terrorism, its energy, and its ability to investigate and prosecute parliamentarians, the President-elect of the United States, Thomas Frost, did not have the power to do so.', ""Since Lebanon is governed as a free people's state by a 1919 League of Nations armistice, the United States has always had a strong hand in this conflict."", 'After hearing about the French Secretariat, Napoleon wrote five debates on Les Nuzzi, including one on the 150th anniversary of the founding of Oakland in 1919, calling for the abolition of slavery and the abolition of slavery.', 'While the FIFA Liaison Committee (LFB) began drafting the rules, the FA and the national team have now agreed on the need to respond to pressure from the governing body in cash and through appropriate legal channels to ensure the integrity of the game.', 'Since the age of 15, she has been head of a Torah security agency in Wrexham, a satirical machine gun saleswoman in London and the subject of a series of anti-Semitic tweets, including one in which she joked about her eye-plugging system.']" -641,"['The', 'story', 'is', 'written', 'from', 'the', 'point', 'of', 'view', 'and', 'understanding', 'of', 'Schtung,', 'a', 'war', 'dog', 'of', 'Soviet', 'Russia', '.']","[17, 19]",1,soviet russia,"The story is written from the point of view and understanding of Schtung, a war dog of Soviet Russia.","['The story was written out of a surprising amount of money, presumably from the Soviet Union.', ""Peres's story is told from the perspective of identity as a whole and from the perspective of a Russian war dog from a Dutch ambush and bronze in Little Conrad."", ""The three-color story is written from the perspective and understanding of Snowton's father, who died in the crash."", ""'The President of the United States and the President of the United States, and the President of the United States, and the President of the United States, and the President of the United States, and the President of the United States, have made it clear that they do not want to see the President of the United States, 'he said in a statement."", 'Prosecutor Franck Michal Sderani told the court that Pistorius, who was shot twice in the head in the early hours of the morning after a night out in the city, had not been warned by the judge that he posed no danger to the public.']" -642,"['Nepal', 'now', 'intends', 'to', 'solve', 'the', 'issue', 'via', 'diplomatic', 'means', 'with', 'China', 'and', 'India.']","[11, 12]",1,china,Nepal now intends to solve the issue via diplomatic means with China and India.,"[""As far as refugees are concerned, we are now considering the establishment of the International Organisation of Constitutional Students of the Standard Walk (BWI), which includes Esluxbeth Cohnen, also an endowed professor at Akossibility India, to ensure that Saaper's work is as competitive as possible and that Hunt and his colleagues can make the most of the opportunities available to them."", 'Nep < unk > has now looked at the issue with the help of a number of < unk > experts, including former England captain Paul Collingwood, former England captain Paul Collingwood, former West Indies captain Alastair Cook, former West Indies captain Alastair Cook, former West Indies captain Alastair Cook, former England fast bowler Alastair Cook, former England fast bowler Alastair Cook, former England fast bowler Alastair Cook, former England fast bowler Alastair Cook, former England fast bowler Alastair Cook, former England fast bowler Alastair Cook and former England fast bowler Alastair Cook.', 'When Goran Nigeryed was named Migho in the lunar year 1949, many Indians had returned to a fortress Israel had built for itself.', 'With a match against Claudia Masacaldi, because you can see why.', 'Neppair']" -643,"['Pereira', 'began', 'his', 'playing', 'career', 'with', 'Bolivian', 'side', 'Oriente', 'Petrolero', 'he', 'then', 'played', 'for', 'Liverpool', 'and', 'Peñarol', 'in', 'Uruguay', 'before', 'joining', 'Chacarita', 'Juniors', 'in', '2006.']","[14, 15]",1,liverpool,Pereira began his playing career with Bolivian side Oriente Petrolero he then played for Liverpool and Peñarol in Uruguay before joining Chacarita Juniors in 2006.,"[""Pereira began his career with Bolivian oil company Oriente Petroleum in Valencia before moving to Liverpool and then Uruguay's El Chacarita Princes in 2006 after failed doping tests at the Santiago Bernabeu and Barcelona."", 'Pereira started another playing career with Oriente in the Netherlands, was popular with ex-Chelsea and Bournemouth players and has been linked with a move to the Premier League this summer.', 'Jesús Gomez played in a number of successful seasons in the United States, including a 21-game stint with the Los Angeles Dodgers and a stint with the Los Angeles Dodgers before joining the Los Angeles Dodgers.', ""Pereira began his career as an adviser to Garcia, who is now president of the United States Anti-Doping Agency (USADA), the sport's governing body, and has been a vocal critic of the governing body's handling of doping cases."", ""Pergolas mobile phone prevents Minnot from nagging more than enough and has more birthdays worldwide than the average: 5 reasons to indulge in satisfying sex than Koburenie, and Resi's wife, Louis Zuckergode, has her own great moral imperative - she met Thierry Broich and Kissunzing. at Burger Broich with his wife, Louis Zuckergode, 1988.""]" -644,"['I', 'relished', 'the', 'attacking', 'field', 'set', 'by', 'Pakistan', '.']","[7, 8]",1,pakistan,I relished the attacking field set by Pakistan.,"['I liked that Victoria was self-bred, smart, there were no clues.', ""I liked Federer's attacking game, a direct matchwinner from the baseline, and < br > Peter Pellegrán was on hand to explain why."", 'I was really pleased with the way we bowled against Pakistan and the way we bowled them in the first innings.', 'I made nine tackles and hit Tynt-Wear as I raced through the defence.', 'Tories out and Ben Sim out: US alliance sanctions die']" -645,"['After', 'that,', 'Columbia', 'operated', 'in', 'support', 'of', 'the', 'invasion', 'of', 'Balikpapan', 'and', 'took', 'part', 'in', 'the', '1945', 'antishipping', 'sweep', 'in', 'the', 'South', 'China', 'Sea.']","[2, 3]",1,columbia,"After that, Columbia operated in support of the invasion of Balikpapan and took part in the 1945 antishipping sweep in the South China Sea.","['Colombia then joined the invasion of Bosnia and Herzegovina in the 1930 ""s, and Colombia joined the invasion of Bosnia and Herzegovina in the 1950"" s and 1950 ""s, joining the Soviet Union in the 1950"" s and the Soviet Union in the 1940 ""s and 1950"" s.', 'The decision was made Wednesday by the Dutch government, which said it would not allow Sarkozy to seek re-election at all.', 'Watford have been searching for a striker since January but have yet to make an official offer for the France international.', ""After that, Colombia assisted the Franco brothers in invading the South China Sea; Kunduz and other ports in China opened their doors to Afghan hijackers captured in 1945; and the United States and South Korea are far more concerned about the threat of serious attacks than any other country in the world; and the United States and the United States are far more concerned about the threat posed by North Korea's nuclear and missile programs than any other country."", 'When Simpson was later sentenced to life in prison for the murders of his ex-wife Nicole Brown Simpson and her friend Ron Goldman, he was asked if he remembered what happened.']" -646,"['During', 'his', 'reign', 'Polotsk', 'was', 'at', 'war', 'with', 'Kiev', 'and', 'Novgorod', '.']","[10, 11]",1,novgorod,During his reign Polotsk was at war with Kiev and Novgorod.,"[""< br > Lawrence Booth takes a look at the third day's play at Lord's and looks at the main talking points ahead of the third day's play at Lord's."", ""During Gramscy's tenure, Polanski asked the state for help."", 'During the EU referendum campaign, workers and diplomats are paid half a million pounds a week more than their counterparts.', 'Rob Howley, who has been in charge since the end of last season and will be back in the starting line-up for the first time since 2015 when he posed with Union Heels on the touchline, said goodbye after two games in which nonsense was missing.', 'In a statement, the company said: ""We are pleased to announce that we have reached an agreement with the UK Government to extend the life of Concorde.']" -647,"['After', 'the', 'establishment', 'of', 'the', ""People's"", 'Republic', 'of', 'China', 'and', 'before', 'the', 'Cultural', 'Revolution,', 'he', 'was', 'credited', 'as', 'one', 'of', 'the', 'top', 'officials', 'in', 'socialist', 'culture.']","[5, 9]",1,people's republic of china,"After the establishment of the People's Republic of China and before the Cultural Revolution, he was credited as one of the top officials in socialist culture.","[""After the founding of the People's Republic of China (PRC) and the end of the Cold War, the Party and the value of the Communist Party were abolished, and the Chinese Communist Party (PRC) became a free republic, and the Chinese Communist Party (PRC) became a free republic."", ""After the founding of the People's Republic of China and traffic boundaries boomed despite lack of cluelessness, for the first time in my life I was left frantically sobbing before such a focus... absurdly warm in < unk >, cheering < unk > as the experience unfolded."", 'Six Leicester boys, Silva and Silva, have also been linked with a move to the Premier League.', 'After the founding of the United States, the United States and the European Union stood together as a united front.', ""After a big spring boom that has grown to 50.8 percent, the news agent's newsletter < br > 'Second Bigelow Newsletter reveals two important things you need to know about how your son-in-law, 67, is coping with his life.""]" -648,"['Germany', 'faces', 'the', 'United', 'Kingdom', 'in', 'the', 'Battle', 'of', 'Britain', '(1940).']","[0, 1]",1,germany,Germany faces the United Kingdom in the Battle of Britain (1940).,"['In the Battle of the Bulge, but in the resignation of the Lakeland (1940).', 'Germany beats Britain 3-1 in first round of 2018 state election', 'Germany is the only country in Europe that has a single house.', 'A transitional period would create an orgy of first-priority appointments for the governor and the Labor Department, which Gerrard said this month is battling the personal free-for-all Baker faces.', 'Perez Hilloute Wild in < unk > The weapon < unk > was found in 1949 in Libya.']" -649,"['Among', 'the', 'early', 'tasks', 'of', 'the', 'squadron', 'was', 'the', 'support', 'of', 'RAF', 'units', 'in', 'France,', 'and', 'the', 'evacuation', 'of', 'them', 'once', 'the', 'fall', 'of', 'France', 'became', 'inevitable.']","[24, 25]",1,france,"Among the early tasks of the squadron was the support of RAF units in France, and the evacuation of them once the fall of France became inevitable.","[""Spying has been a constant theme of this year's gymnastics competition, which featured Olympic champion Katcy Stunt, Olympic silver medallist Katarina Johnson-Thompson, Olympic silver medallist Katarina Johnson-Thompson, Olympic silver medallist Katarina Johnson-Thompson, Olympic silver medallist Katarina Johnson-Thompson and bronze medallist Katarina Johnson-Thompson."", ""One of the first tasks of the event was to get supporters and supporters to register in local markets and get a licence to vote on issues such as the EU's fight against terrorists and large-scale hamster purchases for their own economies, social winds that ruined the economy, and the fact that biker gangs never made it there."", 'Sebastian, the governor of Becket, and his wife, Cynthia Becket, are among those closely monitoring the upcoming elections for the District of Columbia.', 'Born in France, where RAF units were closely linked, he shot himself twice in the head; Marseille was the scene of the attacks of 11 September; Marseille was the scene of the attacks of 11 September; Marseille was the scene of the attacks of 11 September; Marseille was the scene of the terrorist attacks of 11 September; Marseille was the scene of the attacks of 11 September; Paris was the scene of the attacks of 11 September; Paris was the scene of the attacks of 11 September; Paris was the scene of the attacks of 11 September; Paris was the scene of the attacks of 11 September; Paris was the scene of the attacks of 11 September; Paris was the scene of the attacks of 11 September; Paris was the scene of the attacks of 11 September.', 'Another exercise category, ""La Over,"" means ""The Lucky Strike,"" and Miu Miu\'s ""Surprise"" means ""Tailwind in Suicides,"" ""Arms,"" ""Cricks Bradford Charlie,"" ""Stole Netanyahu,"" ""Apocalypse,"" ""Sister of Robbong,"" ""Sister of Robbong,"" ""Sister of Robbong,"" ""Sister of Robbong,"" ""Sister of Robbong,"" ""Sister of Robbong"" and ""Sister of Robbong,"" to name a few.']" -650,"['One', 'year', 'later,', 'in', '1839,', 'Mexico', 'and', 'Nicaragua', 'established', 'diplomatic', 'relations.']","[5, 6]",1,mexico,"One year later, in 1839, Mexico and Nicaragua established diplomatic relations.","['In addition, the Board of Directors of the Company and its Board of Directors and its Board of Directors and its Board of Directors and its Board of Directors and its Board of Directors and its Board of Directors and its Board of Directors and its Board of Directors and its Board of Directors, its Board of Directors and its Board of Directors and its Board of Directors, its Board of Directors and its Board of Directors and its Board of Directors and its Board of Directors and its Board of Directors and its Board of Directors and its Board of Directors and its Board of Directors and its Board of Directors and its Board of Directors and its Board of Directors', '""I think it\'s going to take a long time to get to the point where we can say,"" I\'m going to do this, I\'m not going to be able to do that, ""and I\'m not going to be able to say,"" I\'m not going to be able to do that, I\'m not going to be able to do that. """"', 'In the Vlodov Valley, it will travel 140,000 km to reach 500,000 C (35,000 F).', 'In 1839, Mexico and Nicaragua established diplomatic relations, and in recognition of this outcome, Cuban officials established a diplomatic corridor in the north of the island, where they could ""tail"" the two countries.', '18C to -39C < br > at least 68C is recorded on the line.']" -651,"['In', 'the', 'quarterfinals,', 'the', 'USA', 'team', 'faced', 'France', ',', 'which', 'held', 'an', 'eight-point', 'lead', 'late', 'in', 'the', 'second', 'half,', 'but', 'the', 'USA', 'team', 'took', 'back', 'the', 'lead', 'and', 'won', 'by', 'eleven', 'to', 'advance', 'to', 'the', 'semifinals.']","[7, 8]",1,france,"In the quarterfinals, the USA team faced France, which held an eight-point lead late in the second half, but the USA team took back the lead and won by eleven to advance to the semifinals.","['A shady French side destroyed the game and the < a href = ""http: / / www.zillow.com / blog / shawson-France-European-champions-destroyed-the-game-and-the-team-of- < / a > The United States could also set up a place to score more goals.', ""Agate's music is accompanied by a bluish rap to Hampstead's Wentford gig."", ""The US tennis team and US President Barack Obama clashed violently on Tuesday night, with the president saying he would 'do everything' to inform the media of his decision to withdraw from the tournament, with the president saying in a statement: 'I am deeply saddened to hear of the death of my father, who was killed while on duty at the US Open.'"", ""The US national team faced Portugal in the semi-final first leg, while reigning world champions Belgium reached the quarter-finals for the first time in the competition's history."", ""The United States game was overshadowed by France's charge of a foul that was a crippling seventh for the first time in the tournament's history, with some of the goals falling into the left corner of the net.""]" -652,"['Guo', 'played', 'for', 'the', 'Guangzhou', 'Pharmaceutical', 'youth', 'team', 'before', 'he', 'was', 'loaned', 'to', 'China', 'in', 'the', '2007.']","[13, 14]",1,china,Guo played for the Guangzhou Pharmaceutical youth team before he was loaned to China in the 2007.,"['Guo was playing for the newly formed non-football club Guo Eastern in 2002 when Ueme sometimes went to a second division match called the Guneshi Grindel Foundation Officium.', 'For most of the group, Guo Te\'o lies on the floor in a penis because he has a penis that looks like it has been permanently removed from his face, and he attacks ""without explanation,"" before occasionally staging a creative invasive show.', 'Before going to college in China in 2007, Hu worked as an assistant professor of political science at the University of California, Berkeley, where he was a professor of political science.', ""Team-mate < unk >'s IAN LADYMAN, < unk >'s JAMIE REDKNAPP and < unk >'s JAMIE REDKNAPP will provide you with all you need to know over the weekend."", 'In a video posted by Lawrence RemPeiGutu on AT-11 YouTube (where the haram, the admin), he says, ""It\'s great to be able to talk to you about it, but I don\'t want to talk to you about it.""']" -653,"['Moso', 'earned', '13', 'caps', 'for', 'Spain', 'at', 'youth', 'level.']","[5, 6]",1,spain,Moso earned 13 caps for Spain at youth level.,"['The worst failures of 1999 are those of the clan.', 'Fourteen caps for Makfkin and Boba Mueller as youth manager were exciting opportunities for the troubled youngster.', ""Moses holds Ehlis' record with 13 tackles."", ""Katie Bla scored 14 points, and Lena's Reserve (Va.) scored 14."", 'At a news conference Monday, the president said he was ""deeply saddened"" by the news.']" -654,"['Basically,', 'the', 'US', 'has', 'its', '""War', 'on', 'Terror"",', 'and', 'the', 'Israelis', 'just', 'started', 'their', 'own', '""War', 'on', 'Terror"".']","[2, 3]",1,us,"Basically, the US has its""War on Terror"", and the Israelis just started their own""War on Terror"".","[""Indeed, I am a little surprised that the only person who really cares about the NHS is the Health Secretary, whose job it is to ensure that we get to grips with the fundamental problems we face with our NHS - not just in this country but in the rest of the world - and that we are able to use technology to treat people fairly and effectively and treat them appropriately if we don't have the right care."", 'It was a time of frank exchange of blows, but anti-Semitism persists.', 'Before 9 / 11, Nelson Mandela and Jordanian President Mahmoud Ahmadinejad had planned to visit the nuclear facility.', '""We, the United States, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom,"" he said in a statement.', 'In a statement, the bank said: ""We are pleased to announce that we have reached a settlement with the Financial Conduct Authority (FCA) which will allow us to continue to work closely with the Financial Conduct Authority (FCA) and the Financial Conduct Authority (FCA) to resolve the issue.']" -655,"['Meanwhile,', 'the', 'unified', 'Germans', 'held', 'off', 'the', 'Aussies', 'for', 'the', 'bronze', 'in', '7:57.35,', '45-hundredths', 'of', 'a', 'second', 'under', 'an', 'old', 'Olympic', 'record', 'set', 'by', 'USA', 'in', '2000.']","[24, 25]",1,usa,"Meanwhile, the unified Germans held off the Aussies for the bronze in 7:57.35, 45-hundredths of a second under an old Olympic record set by USA in 2000.","[""Meanwhile, the Aussies snatched bronze in the men's team pursuit at 7-1."", 'Meanwhile, < p > has decided to take a look at some of the key talking points from the FA Cup duel with Spurs, including the fact that it will be played at Wembley Stadium on Saturday night, and the fact that it is the first time Spurs have played at Wembley since they beat Manchester United in the semi-finals of the Carabao Cup.', 'Meanwhile, 15 pucks by Ryan Shugg remain 3-1 for the Broncos East in 7 1 / 2 seasons, according to a person familiar with the matter who was not authorized to speak to the Associated Press on condition of anonymity because he was not authorized to discuss the matter.', ""In Jos Mayen La Jerez, however, the British classicist actually had his house flattened in the middle of the night, his farm turned into Charlotte Tierede's country estate, mountains and mountains would have preferred to split into a legal parish, and he could have got rid of the shiny, shabby community in the middle of the village, safe, HIV-free and for the first time definitely behind the Giro d'Italia, half a mile behind the British Netpilols Mountain Flash in the centre of town, 90 miles away, and you have the Black Forest."", 'HOUSTON (AP) - Oosvarah Washington, a free agent in the January transfer window, hit a two-run homer in the fourth inning and led the Houston Astros to a 4-1 victory over the Chicago White Sox on Saturday night.']" -656,"['If', 'it', 'has', 'its', 'way,', 'Israel', 'will', 'conquer', 'Syria', 'by', '2010.']","[5, 6]",1,israel,"If it has its way, Israel will conquer Syria by 2010.","['When this trend becomes a reality, someone can reveal it.', ""If Israel does well, Israel will provide Syria with $132 million by the end of the year, which would be enough to cover 88% of the country's electricity needs."", 'If Hamas is strong, he said, it will have a huge impact: Israel will defeat Syria by 2010.', 'If you manage to get a five-year fix, you could be offered a five-year fixed rate at 2.99 per cent with a £995 fee.', 'If their will prevails, Israel will be able to retain its nuclear arsenal.']" -657,"['Today,', 'IMSL', 'is', 'a', 'full', 'member', 'of', 'the', 'Asian', 'Association', 'of', 'Management', 'Organisations', '(AAMO)', 'and', 'Sri', 'Lanka', ""'s"", 'sole', 'representative', 'there.']","[15, 17]",1,sri lanka,"Today, IMSL is a full member of the Asian Association of Management Organisations (AAMO) and Sri Lanka's sole representative there.","[""Meanwhile, Yacker is also seeking guidance from the city council that would allow him to focus more on the city's public schools."", '(IMDb) (Nasdaq: IMDb) announced today that it has entered into a definitive agreement with IMDb to acquire a majority stake in IMDb.', 'German Foreign Minister Sigmar Gabriel said in an interview that wind turbines ""often push engines out of the law,"" adding: ""If the wind turbines don\'t work properly, they don\'t work properly, and if they don\'t work properly, they don\'t work properly.""', 'Today, it is honourable to join the rest of the workforce - less than 20 per cent of whom are on loan - in opposing any change.', 'Today we have a great time together, and Tennessee is still better than Alaska and Hollywood.']" -658,"['Jamaica', ""'s"", 'capture', 'was', 'the', 'casus', 'belli', 'that', 'resulted', 'in', 'actual', 'war', 'between', 'England', 'and', 'Spain', 'in', '1655.']","[0, 1]",1,jamaica,Jamaica's capture was the casus belli that resulted in actual war between England and Spain in 1655.,"['Jamaica conquered the case of espionage, which was actually carried out by England and Wales in 1655.', 'Jamaica interprets it as going back to the First World War.', ""Jamaica's monopoly has been the catalyst for a war between the United States and the Muslim world that has hurt millions of Jamaicans."", 'Jamaicans have always been fervent advocates of restoring human rights: removing barriers to entry into the United States, removing barriers to entry into the United States, removing barriers to entry into the United States, removing barriers to free movement and trade.', 'It was the kind of tactic that was so popular in the past, with players switching from one position to another.']" -659,"['In', 'early', 'October', 'of', 'that', 'year', 'it', 'was', 'abandoned', 'by', 'the', 'US', ',', 'considered', 'for', 'sale,', 'but', 'was', 'taken', 'up', 'again', 'in', 'July', '1878', 'as', 'the', 'Principal', 'Recruiting', 'Depot.']","[11, 12]",1,us,"In early October of that year it was abandoned by the US, considered for sale, but was taken up again in July 1878 as the Principal Recruiting Depot.","['I want the Americans to allow us to use the information we have to prosecute, not the victims, but the victims.', ""In early October, some of these stores signed up for reservations, and some of these stores signed up for reservations because they didn't want to be overloaded with items that didn't fit the bill, such as food stamps, food stamps, food stamps, food stamps, food stamps, food stamps, food stamps, food stamps, food stamps, food stamps, food stamps, food stamps, food stamps, food stamps, food stamps, food stamps, food stamps, food stamps, food stamps, food stamps, food stamps, food stamps, food stamps, food stamps, food stamps and other items."", 'At the beginning of October last year, the tent was set alight by Russian crooks with star icon Berat Wojciech Szczesny, who was subsequently stripped of his Olympic gold medal and banned for life.', 'At the start of October, Mrs May was accused of trying to sell the company, which is owned by the US government, and failing to meet its obligations under the EU Withdrawal Bill.', '""I\'m not going to say I\'m going to do it, but I\'m going to do it, and I\'m going to do it, and I\'m going to do it, and I\'m going to do it, and I\'m going to do it, and I\'m going to do it, and I\'m going to do it, and I\'m going to do it, and I\'m going to do it, and I\'m going to do it, and I\'m going to do it, and I\'m going to do it, and I\'m going to do it, and I\'m going to do it, and I\'m going to do it, and I\'m going to do it,"" he said.']" -660,"['In', '1990,', 'Mexico', ',', 'along', 'with', 'the', 'government', 'of', 'Colombia,', 'Panama', 'and', 'Venezuela', 'created', 'the', 'Contadora', 'Group', 'to', 'try', 'and', 'mediate', 'in', 'the', 'Central', 'American', 'crises', 'that', 'was', 'gripping', 'the', 'region', 'at', 'the', 'time.']","[2, 3]",1,mexico,"In 1990, Mexico, along with the government of Colombia, Panama and Venezuela created the Contadora Group to try and mediate in the Central American crises that was gripping the region at the time.","['When the Goline Collins and Inte Médecins Sans Frontières (IFS) arrived at the crash site, they found the bodies of two quarters of the ""families"" in the pool, according to the Los Angeles Times.', ""The early Christian faith freed Pope Francis of all his powers, and when he was ten years old, Lord Abdulma Soeisti, who was then President George W. Bush's first secretary of state, died in 1998, the first pope to be elected to the throne."", 'In the conspiracy, Mexico, Hobun and Walesa provoked multi-million dollar local elections, with Corgüero leading the charge, even though the state of Lina-Fijo was the only one in the country to win the right to local elections, according to local media reports, adding: ""This is the first time we have seen this kind of critical culture in the past, and it is not the first time we have seen this kind of violence.""', ""In < p >'s Manuel Vazquez, we take a look at some of the biggest names in world football, including Cristiano Ronaldo, Lionel Messi, Lionel Messi, Lionel Messi, Cristiano Ronaldo, Lionel Messi and Lionel Messi."", ""In the Gordian Nile, < p > was forced to confront critics who branded him a side swipe at the game's governing body, the International Cricket Council (ICC), the International Cricket Council (ICC), the International Cricket Council (ICC), the International Cricket Council (ICC), the International Cricket Council (ICC), the International Cricket Council (ICC), the International Cricket Council (ICC), the International Cricket Council (ICC), the International Cricket Council (ICC), the International Cricket Council (ICC), the International Cricket Council (ICC) and the World Cup (ICC).""]" -661,"['Before', 'the', 'tour', 'in', 'England,', 'Argentina', 'hosted', 'South', 'Africa,', 'losing', 'the', 'match', '33-37.']","[5, 6]",1,argentina,"Before the tour in England, Argentina hosted South Africa, losing the match 33-37.","['Ahead of Aussie Harbor, < br > has compiled a guide to what you need to know before the weekend.', 'The match between Australia and Italy will be the first encounter between the two sides since the November 2011 World Cup, when both sides face each other in the play-off.', 'In the Chamber, I voted for glamorous people: five-year-olds, ten-year-olds, ten-year-olds, ten-year-olds, ten-year-olds.', ""On Friday, ELLE revealed to Us Weekly that menopause isn't just about sex, it's about relationships."", 'The emails are regularly hosted, with questions similar to those before them.']" -662,"['The', '2012', 'population', 'of', 'the', 'region', 'was', '4,922,723,', 'making', 'it', 'the', 'largest', 'bi-national', 'conurbation', 'shared', 'between', 'the', 'United', 'States', 'and', 'Mexico,', 'the', 'second-largest', 'shared', 'between', 'the', 'US', 'and', 'another', 'country', '(after', 'Detroit-Windsor),', 'and', 'the', 'fourth', 'largest', 'in', 'the', 'world.']","[17, 19]",1,united states,"The 2012 population of the region was 4,922,723, making it the largest bi-national conurbation shared between the United States and Mexico, the second-largest shared between the US and another country (after Detroit-Windsor), and the fourth largest in the world.","[""In 2012, the Company's total operating expenses for the three months ended December 31, 2012 were $45.0 million, or $0.13 per diluted share, compared to $45.0 million, or $0.13 per diluted share, for the three months ended December 31, 2012, or $0.13 per diluted share, for the three months ended December 31, 2012, or $0.13 per diluted share, compared to $0.14 per diluted share for the same period in 2007."", 'The Bee Gees singer, who is currently in a whirlwind romance with former One Direction star Zayn Malik, shared a snap of the pair cuddling up to each other on Instagram on Wednesday.', ""In 2012, Miss Markle, vice-president of the American Academy of Pediatrics (AAS), said she was' deeply saddened 'by the news, adding:' It is with great sadness that I announce that I have decided to step down as Prince Harry's girlfriend. '"", ""'I'm not going to say I'm not going to support the president, I'm not going to support the president, I'm not going to support the president, I'm not going to support the president, I'm not going to support the president, 'he said."", ""World leaders, or rather the North Korean elite, have yet to agree on how to deal with North Korea's nuclear and missile programs, but the United States has said that it will work with North Korea to develop a missile capable of reaching the mainland United States, and the United States has said that it will work with South Korea to develop a missile capable of reaching the mainland United States.""]" -663,"['After', 'the', 'fall', 'of', 'France', 'to', 'Germany,', 'Girardeau', 'created', 'a', 'factory', 'for', 'underground', 'forces', 'of', 'free', 'France.']","[4, 5]",1,france,"After the fall of France to Germany, Girardeau created a factory for underground forces of free France.","['Girardi founded an orphanage underground in a factory on May 1.', 'After the fall of Saddam Hussein, it was absolutely right.', 'After leaving France for the United States, Girardeau began working for the Union of Underground Whistleblowers, the United Nations Human Rights Council and the International Committee of the Red Cross.', 'After handing over the reins to Zindler (eight), Pau Gasol (nine), Pau Gasol (nine), Ovechkin (nine), Ovechkin (nine), Ovechkin (nine), Ovechkin (nine), Ovechkin (nine), McKenzie (nine), McKenzie (nine), McKenzie (nine), McKenzie (nine), McKenzie (nine), McKenzie (nine).', 'After the fall of Jesse Rodgers, feet are hard to hold in Syria, Georgia, ISIS and the Iraq War']" -664,"['Taking', 'advantage', 'of', 'this', 'fact,', 'Athens', 'launched', 'several', 'naval', 'campaigns', 'in', 'the', 'later', 'years', 'of', 'the', 'war,', 'recapturing', 'a', 'number', 'of', 'islands', 'that', 'had', 'been', 'part', 'of', 'the', 'original', 'Athenian', 'Empire', 'during', 'the', '5th', 'century', 'BC.']","[5, 6]",1,athens,"Taking advantage of this fact, Athens launched several naval campaigns in the later years of the war, recapturing a number of islands that had been part of the original Athenian Empire during the 5th century BC.","[""ITV's Lose Yourself is one of the most isolating shows of the last decade, featuring BBC's Top Gear presenter Jeremy Clarkson, who has been accused of being a serial liar, and ITV's Top Gear presenter Jeremy Clarkson, who has been accused of being a serial liar."", 'Perhaps it is because he is a man of the people, and he is a man of the people, and he is a man of the people, and he is a man of the people, and he is a man of the people, and he is a man of the people, and he is a man of the people.', ""Qualcomm is ignoring the demand for its beer and has warned that the city's factories will be forced to reduce underproduction and that it plans to reduce the number of repairs to the plant, which is estimated at 77 million per 500 kg."", 'Taking advantage of this fact, Athens triggered a public uproar after the collapse of the Soviet Union, which led to the collapse of the Soviet Union, the collapse of the Soviet Union, the collapse of the Soviet Union, the collapse of the Soviet Union, the collapse of the Soviet Union, the collapse of the Soviet Union, the collapse of the Soviet Union, the collapse of the Soviet Union, the collapse of the Soviet Union, the collapse of the Soviet Union, the collapse of the Soviet Union and the collapse of the Soviet Union.', 'Taking advantage of this fact, Athens began in the second half of the 20th century with a variety of central and central projects, including the construction of a new naval base, the construction of a new naval base and the construction of a new naval base.']" -665,"['Russia', 'is', 'sole', 'successor', 'to', 'the', 'Soviet', 'Union', ',', 'so', 'ties', 'have', 'naturally', 'continued', 'with', 'Russia', 'since', 'the', 'Belavezha', 'Accords.']","[6, 8]",1,soviet union,"Russia is sole successor to the Soviet Union, so ties have naturally continued with Russia since the Belavezha Accords.","['Rights speak of a fictitious ""abuser of pressure""; Iranians see themselves as stumblers who have already stumbled through appropriate precautions.', 'Russia already has 190 and 220 coaches and 33 national teams, respectively, but from 2003 to 2011 it was a sports club that played in fewer than 110,000 stadiums.', 'According to Murg, Zverev was ""appointed by the Office of the President of the United States,"" and ""the Establishment is organizing a meeting with the President of the United States, the President of the United States, the President of the United Kingdom, the President of the United Kingdom, the President of the United States, the President of the United States, the President of the United Kingdom, the President of the United States, the President of the United States, the President of the United Kingdom, the President of the United States, the President of the United States, the President of the United States, the President of the United States, the President of the United States of America, the President of the United Kingdom, the United States of America, the President of the United States of America, the United States of America, the United States of America.', 'Russia has always been a fun place to sleep, a place where our passengers misbehaved.', '""I don\'t think there\'s a lot of intelligence that will be able to get to the bottom of this,"" he said.']" -666,"['York', 'was', 'selected', 'to', 'play', 'for', 'New', 'South', 'Wales', 'and', 'Australia', 'in', '1928.']","[0, 1]",1,york,York was selected to play for New South Wales and Australia in 1928.,"['York has been in New South Wales and Australia since 1928.', 'York, England (CNN) -- A British man has been charged in connection with the death of a British woman found dead in a parking lot in the British Virgin Islands, police said Thursday, adding that they are investigating the cause of the death of a British woman who died in a car crash in the British Virgin Islands.', 'New South Wales coach Michael Cheika has warned his team not to get carried away by the loss of their star player, who will be out for the rest of the season with a calf injury.', 'York host Cardiff City in the third round of the Carabao Cup on Saturday, with the return leg of the FA Cup semi-final taking place in Cardiff on Saturday.', ""< p > 's JAMES DUTTON takes a look at some of the best pictures from the Premier League and brings you the 10 things we learned...""]" -667,"['It', 'would', 'be', 'almost', 'impossible', 'for', 'Ghana', 'to', 'become', 'a', 'prosperous', 'nation', 'without', 'the', 'help', 'of', 'foreign', 'nations,', 'since', 'they', 'can’t', 'export', 'what', 'others', 'won’t', 'buy.']","[6, 7]",1,ghana,"It would be almost impossible for Ghana to become a prosperous nation without the help of foreign nations, since they can’t export what others won’t buy.","['Ghana would be hard to beat without the help of a thriving group of foreigners.', 'If there are no imbalances, then this is a problem that we cannot solve, ""Mario Draghi, president of the International Monetary Fund (IMF), told the German Press Agency.', 'Without foreign aid, because the West African country exported small quantities of uranium to the United States, it would not be able to meet international demand for uranium enrichment.', 'Ghana, he believes, will be able to hire young professor Trazyma and law professor Don Doron, both likely to return from exile in the United States, as well as his great-grandfather, who was killed in the line of duty.', ""It wouldn't be the first time he has done that, but it would be the first time he has done it at Wimbledon, and it would be the first time he has done it at Wimbledon.""]" -668,"['York', 'primarily', 'played', 'as', 'a', 'prop-forward', 'representing', 'Australia', 'in', 'two', 'test', 'matches', 'against', 'Great', 'Britain.']","[0, 1]",1,york,York primarily played as a prop-forward representing Australia in two test matches against Great Britain.,"['In the two Tests against England in particular, York made the difference with the Australian centre forward.', 'York has argued that the 2022 World Cup will be held in England and Wales and that it would be ""inappropriate"" to comment further on claims that the 2022 tournament will be held in the UK, but that it would be ""inappropriate"" to comment further on claims that the 2022 World Cup will be held in the UK and that it would be ""inappropriate"" to comment further.', 'York came to Krestovsky Primary as a striker and played two trial games against internationals.', 'York were beaten by Australia in the Test match in Auckland.', 'New York, on CSX, Piano, Piano, Piano, Piano, Piano, Piano, Piano, Piano, Piano, Piano, Piano, Piano, Piano, Piano, Piano, Piano, Piano, Piano, Piano, Piano, Piano, Piano, Piano, Piano, Piano, Piano, Piano, Piano, Piano, Piano, Piano, Piano, Piano, Piano, Piano, Piano, Piano, Piano, Piano, Piano, Piano, Piano, Piano, Piano, Piano, Piano, Piano, Piano, Piano, Piano, Piano, Piano, Piano, Piano, Piano, Piano, Piano, Piano, Piano']" -669,"['Throughout', 'his', 'career', 'he', 'composed', 'numerous', 'pieces', 'of', 'meykhana', 'based', 'on', 'modern', 'Azerbaijan', '.']","[12, 13]",1,azerbaijan,Throughout his career he composed numerous pieces of meykhana based on modern Azerbaijan.,"['Author Dr. Shpete Guanshan, professor of psychology at the University of California, Berkeley, said the study, published in the Proceedings of the National Academy of Sciences and Humanities, shows that ""the risk of killing today is not weakness, but a weakness."") Decisive killing is not weakness.) Decisive killing is not weakness.) Decisive killing is not weakness.) Decisive killing is not weakness.', 'In the course of his career, he composed a series of melancholy criteria - starting with the ""open notice"" system - for how people perceive themselves on the Internet and how they perceive themselves in the public eye.', 'The Frenchman, who founded the International Press Association, said he was ""deeply offended"" by Chad Schwimmer\'s comments, which came as a surprise to classmates who consider him a leader of the FCG.', ""After a few and a half years of living with the Ha-0dy for Rhan Vel-Do Chi, Plamouth Currá is NASA's defensive polo player and in 2008 Zenka Harich realized the vision of many technicians."", 'Over the years Keita has composed the money-spinning comedy ""The Lost City of Z,"" which opened at the Cannes Film Festival on May 6, about Norway and the record at Aldi... to win prizes here every year... would you have got the same amount of money in Avdimpu for the second time in a row... for the second time in a row... for the second time in a row... as a tearful Offin Con gojafford?... for the first time in my time as a waitress?...']" -670,"['The', 'decision', 'proved', 'a', 'poor', 'one', 'though,', 'as', 'Australia', 'were', 'easily', 'skittled', 'out', 'for', 'a', 'meagre', '63', 'in', '80', 'overs,', 'taking', 'just', 'over', '2', 'hours.']","[8, 9]",1,australia,"The decision proved a poor one though, as Australia were easily skittled out for a meagre 63 in 80 overs, taking just over 2 hours.","['According to a telephone survey, there were one or two in Cairns and the lever was said to have been at 7.30am.', 'The New York Times: The New York Times, The New York Times, The New York Times, The New York Times, The New York Times, The New York Times, The New York Times, The New York Times, The New York Times, The New York Times, The New York Times, The New York Times, The New York Times, The New York Times, The New York Times, The New York Times, The New York Times, The New York Times, The New York Times, The New York Times, The New York Times, The New York Times, The New York Times, The Washington Post, The Washington Post, The Washington Post, The Washington Post, The Washington Post, The Washington Post, The Washington Post', ""It was an arm, as we learned at about 19: 00 BST on Thursday, that Australia's five-point lead had shrunk to five from eight runs."", '< p > only denies that there is any evidence that Absol is involved in any criminal activity in the civilized east of India, ""he said.', 'Those counters were ""How to Expect Chronically Stupid Player Bickering,"" ""Goat\'s End"" and ""Cli\'s Six-Pack or Mitleown.""']" -671,"['Her', 'post', 'had', 'the', 'objective', 'to', 'improve', 'public', 'awareness', 'of', 'the', 'European', 'Union', 'and', 'Turkey', ""'s"", 'accession', 'process.']","[14, 15]",1,turkey,Her post had the objective to improve public awareness of the European Union and Turkey's accession process.,"['Their aim was to raise awareness of the problem in the European Union and worldwide.', ""Her office aims to highlight the need to change Britain's corporate tax system, which has been criticised by some in business for its lack of transparency."", 'Her assignment in 2010 was the job of the press office, which caused a stir when it was overshadowed by a Department of Transportation report that said it was investigating the incident.', ""Our call for further tax simplification for the self-employed has been rejected by the small print of the reforms, as the Mail on Sunday's campaign for a new tax code to remove the stigma attached to buy-to-let mortgages shows."", 'After all, Anita, 33, reached her breaking point at 33.']" -672,"['This', 'marked', 'the', 'birth', 'of', 'the', 'independent', 'Dominican', 'Republic', '.']","[7, 9]",1,dominican republic,This marked the birth of the independent Dominican Republic.,"['This outlined the emergence of an independent republic.', 'At the time, the lineup was the triumph of the field.', ""This follows Thursday's review of the new plans, which is due to be published next month."", 'Yet the far-right Everyman Revolution had a lot to do with the work of the right-wing Petra b.', 'Israel is holding back on specific requests and is keeping a close eye on the ongoing investigation, Gronnews Atlanta reports.']" -673,"['In', 'that', 'season,', 'Spain', 'played', 'in', 'the', '2012', 'Scotland', 'Sevens,', 'reaching', 'the', 'Bowl', 'finals,', 'and', 'the', '2012', 'London', 'Sevens,', 'reaching', 'the', 'Cup', 'quarterfinal.']","[3, 4]",1,spain,"In that season, Spain played in the 2012 Scotland Sevens, reaching the Bowl finals, and the 2012 London Sevens, reaching the Cup quarterfinal.","[""Vardy, who last played in the Premier League in 2012, was in Scotland's squad for the World Cup in Russia this season and reached the final of Euro 2012."", 'Bayern Munich v Mainz is the latest example of the arrogant behaviour of the German Football Association (DFB), according to reports in Germany.', 'Spain - In the 2012 Scotland final, < br > Jamie Carragher spoke to ESPN about their performance.', 'On campus, better: 1st Regional Iowa Governor Bill Clinton, right, and his wife, right, pose with their names: ""Dear Joel"" Gareth Cooper, left, ""Cabrera"" Cabrera-Bello, right, and his wife, left, and their children, left and right, as well as their children, right, left and right, left and right, right and left, right and right, right, right, right, right, right, right, right, right, right, right, right, right, right, right, right, right, right, right, right, right, right, right, right, right, right, right, right, right, right, right, right, right, right, right, right, right, right, right, right, right, right, right, right, right, right, right, right, right, right, right, right, right, right, right, right, right,', 'This season Spain will face Scotland in the quarter-finals of the World Cup and Scotland in the quarter-finals of the European Championship.']" -674,"['In', 'the', '1994', 'Peace', 'Agreement', 'between', 'Israel', 'and', 'Jordan', 'it', 'was', 'decided', 'that', 'operations', 'would', 'be', 'transferred', 'from', 'Eilat', 'Airport', 'to', 'Aqaba', 'Airport.']","[8, 9]",1,jordan,In the 1994 Peace Agreement between Israel and Jordan it was decided that operations would be transferred from Eilat Airport to Aqaba Airport.,"['The 1994 peace treaty between Israel and Jordan stipulated that air traffic should be diverted from Eilat airport to the center of Aqaba.', 'In the June 12-13 satirical magazine ""Hul,"" Mayweather, who sent all the politicians home, dressed all the men from November 14-12 as Japanese soldiers in their distant empire.', 'In the 1994 peace agreement between Israel and Jordan, eight new settlers were simultaneously resettled in a civilian enclave, said Qian Shlatti, a spokesman for the Palestinian Authority.', 'Under the peace deal, Mason, who normally imports a standard 12-month subsidy from Port, only had 8ine Chambers Macardangas and a standard tomato, and Niz had something to reveal.', 'In the 1995 peace agreement, Jordan signed a peace agreement with the United States and the United Nations, but the United States and its allies did not agree on the terms of the peace agreement, according to a statement from the United Nations High Commissioner for Human Rights.']" -675,"['Concepción', 'Bona', 'Hernández', '(December', '6,', '1824', '-', 'July', '2,', '1901)', 'was', 'a', 'nursery', 'school', 'teacher', 'and', 'a', 'campaigner', 'for', 'the', 'independence', 'of', 'the', 'Dominican', 'Republic', '.']","[23, 25]",1,dominican republic,"Concepción Bona Hernández (December 6, 1824 - July 2, 1901) was a nursery school teacher and a campaigner for the independence of the Dominican Republic.","['In 1824, the colonial leader Conor Boyal was released from prison after the revolution.', 'Buñuel, who was born in the city in 1895, is the author of a book on the importance of the Italian translator Vincenzo T. Benedictinerum, who has written extensively about the Flemish retaliation against suspicious bodies - a restaurant on Mars.', '< br > DAVID LLOYD reflects on the thrill of the first half of the Premier League weekend...', ""Conte's unusual battle cry with Mexican grill: < br > 's SIMON JONES takes a look at what you need to know before heading out: < br >' s SIMON JONES takes a look at what you need to know before this weekend's Premier League game..."", ""< br > <unk>'s MARTIN KEOWN was at Royal Troon to discuss the third day's play""]" -676,"['Two', 'were', 'bought', 'by', 'Austria-Hungary', '.']","[4, 5]",1,austria-hungary,Two were bought by Austria-Hungary.,"['Two of them are from Austria.', 'Two of them were bought by Senator Abraham McQueen for about $65K.', 'Two of them did not exceed 110.', 'Two were bought by Austria and Germany, and there are several corruption investigations in Germany, according to Angell.', 'Two brought Austria and Hungary into the game.']" -677,"['The', 'United', 'States', 'named', 'the', 'war', 'after', 'Red', 'Cloud,', 'a', 'prominent', 'Oglala', 'Lakota', 'chief', 'who', 'led', 'his', 'followers', 'in', 'opposition', 'to', 'the', 'presence', 'of', 'the', 'U.S.', 'military', 'in', 'the', 'area.']","[1, 3]",1,united states,"The United States named the war after Red Cloud, a prominent Oglala Lakota chief who led his followers in opposition to the presence of the U.S. military in the area.","['In general, this system has failed to overcome the constraints of the West, and it has not been able to overcome them.', 'The war was commissioned by the Romed, who manufacture materials for the Russian military, and they were able to calculate military precision and grey cell technology by walking around the castle at temperatures below seven millimetres.', 'In the United States, you can order an extra £240 entry fee and around £5,000 batteries for the fabled Mac.', 'The company was founded by Rod Kohl, Nobel laureate and founder of Vosty Rosotôte of France.', 'One of its key actors, Pascal Wiralaker, the president of the Russian Academy of Sciences, said in a statement.']" -678,"['Following', 'the', 'program,', 'over', '250', 'members', 'of', 'the', 'organization', 'lobbied', 'the', 'U.S.', 'to', '""support', 'Gen.', 'Petraeus', 'and', 'the', 'War', 'in', 'Iraq""', 'and', 'to', 'ask', 'them', 'to', 'denounce', ""MoveOn.org's"", 'attack', 'on', '""General', 'Betray.']","[11, 12]",1,u.s.,"Following the program, over 250 members of the organization lobbied the U.S. to""support Gen. Petraeus and the War in Iraq"" and to ask them to denounce MoveOn.org's attack on""General Betray.","[""The assets of the Snowden revelations follow those of the European Commission's computer network and not those of the European Commission, the European Commission, the European Commission and the International Monetary Fund (IMF), the International Monetary Fund and the International Monetary Fund."", ""< p > DAVID LLOYD reflects the thrill of Edgbaston and the thrill of Lord's... while wicketkeeper Alastair Cook put on a sumptuous show against Sri Lanka at Lord's on Saturday to stage a mouth-watering clash with England at The Oval that could prove pivotal to England's chances of winning the Ashes."", 'The Hope program gathered more than 250 members of omnedi.org and invited the U.S. House of Representatives to join the effort, ""G-Eazy said in a statement.', ""After that, more than 250 members of the organization made the promise to the United States at Thursday's European Council meeting in Brussels - a move that would have facilitated, but did not work, the separation between the United States and its ally, the United States, and the European Union."", 'The Atlanta Journal-Constitution reported last week that the Republican-controlled House of Representatives passed a bill that would allow the president to use the power of the Supreme Court to overturn a ban on same-sex marriage in the United States - a move criticized by some Republicans as a violation of the law.']" -679,"['In', 'fact,', 'if', 'the', 'History', 'of', 'Monaco', 'article', 'is', 'to', 'be', 'believed,', 'Landi,', 'a', 'close', 'ally', 'of', 'Spain', ',', 'almost', 'gave', 'away', 'the', 'fledgling', 'nation.']","[17, 18]",1,spain,"In fact, if the History of Monaco article is to be believed, Landi, a close ally of Spain, almost gave away the fledgling nation.","[""The most notable moment of Monaco's season was their 104-point loss to Real Madrid."", ""Rosberg's gap to Alonso is shrinking as it stands and it is Vettel who is up to second."", 'If the speech continues, it could be broadcast in the next few days, again as democratically elected or for the benefit of the Israeli people.', 'If you look at the history of travel in the United States from Tuesday to Tuesday 1933 and the history of travel penetrates our society, as the French primary school in Es.Belgium proves, a Bengali espionage operation was launched on Monday morning.', '""The submarine that was used in the anti-segregation protests used several F-35s and Western 86 slides,"" Walker < a href = ""http: / / www.zillow.com / blog / Will-Landi-Landi-at-5.1200 ET /"" target = ""external"" > said in a statement.']" -680,"['Ethiopia', 'made', 'their', 'Paralympic', 'debut', 'at', 'the', '2004', 'Games', 'in', 'Athens.']","[0, 1]",1,ethiopia,Ethiopia made their Paralympic debut at the 2004 Games in Athens.,"['He made his Paralympic debut at the Athens Games in 2004.', ""'I think it's going to be a tough game for us but I think it's going to be a tough game for us, 'said the Wigan defender, who has been linked with a move to the Premier League this summer and has been linked with a move away from Goodison Park, where he has been linked with a move away."", ""Ecuador's Scandinavian idol Walter Brendle took the helm at the 2004 World Cup"", '""I think it\'s going to take a lot of time,"" he said, ""but I think it\'s going to take time.""', 'Ethiopian-born Thorbert, who was born in the UK and raised in the US, said: ""It\'s been a long time since I\'ve been in the UK.']" -681,"['Soviet', 'Union', 'invades', 'Poland,', 'Finland,', 'occupies', 'Latvia,', 'Estonia,', 'Lithuania', 'and', 'Romanian', 'region', 'of', 'Bessarabia', 'from', '1939', 'to', '1941.']","[0, 1]",1,soviet,"Soviet Union invades Poland, Finland, occupies Latvia, Estonia, Lithuania and Romanian region of Bessarabia from 1939 to 1941.","['In 1990, the company sought a compulsory unification, although it was forced to pay compensation.', 'The zoo said it was investigating the incident.', 'Soviet occupation of Poland, Finland, Liechtenstein, Latvia, Estonia, Lithuania, Lithuania, Lithuania, Lithuania, Lithuania, Lithuania, Lithuania, the Czech Republic, Slovenia, Slovenia, Slovenia, Slovenia, Slovenia, Slovenia, Slovenia, Slovenia, Slovenia, Slovenia and Slovenia.', 'The Soviet Union would have closed Norweidmund-Sutherland, from Freswaldt to Poland, and Sisek and Idvicious Pearls for many years.', 'This article: http: / / www.newscom.com / cgi-bin / prnh / 20080316 / LAW01140LOGO ""http: / / www.newscom.com / cgi-bin / prnh / 20080317 / NYW01160LOGO"" target = ""external"" > http: / / www.newscom.com / cgi-bin / prnh / 200803LOGO ""target ="" external ""> http: / / www.newscom.gov / cgi-bin / prnh / 20051205LOGO"" target = ""external"" > http: / / www.newscom.gov / cgi-bin / prnh / 2009051205LOGO ""target ="" external "": /"" external "">']" -682,"['Deseret', 'was', 'never', 'officially', 'recognized', 'by', 'the', 'United', 'States', ',', 'and', 'so', 'Utah', 'Territory', 'was', 'organized', 'by', 'the', 'U.S.', 'Congress', 'instead.']","[7, 9]",1,united states,"Deseret was never officially recognized by the United States, and so Utah Territory was organized by the U.S. Congress instead.","['Desert has never been officially recognized as a state by the United Arab Emirates, and Utah is the only state in the state that has not officially designated it as a state.', 'Deseret is a great team player.', 'Furious SNP voters are increasingly criticising Sinn Fein, with one of them, Charlie Sheen, accusing the party of ""losing touch with voters.""', 'Due to the lack of public interest in the case, the Department of Corrections and Rehabilitation (DEA) said it was investigating the incident.', ""As a result, the missing sets led to sales of colors, as did Rihanna's 111-piece collection, the latter of which was used by Edward Albee Attoul _ Roger of the Imperial War Memorial Society.""]" -683,"['Sun', 'Hai', 'Bo', '(born', '(1983-03-25)25', 'March', '1983)', 'is', 'a', 'Chinese', 'male', 'former', 'weightlifter,', 'who', 'competed', 'in', 'the', '+105', 'kg', 'category', 'and', 'represented', 'China', 'at', 'international', 'competitions.']","[22, 23]",1,china,"Sun Hai Bo (born (1983-03-25)25 March 1983) is a Chinese male former weightlifter, who competed in the +105 kg category and represented China at international competitions.","['Sun hai Bo (born 2011 (aged three) (born March 25, 1983) has not played competitive innings, although China has created similar conditions as in the past.', 'Sun Hai Shui (29-1-1), who has won three of his last five starts, was the only player in the majors ""top 10 to achieve a double-double, and the only player in the majors"" top 10 to achieve a double-double in a single season, and the only player in the majors to achieve a double-double in a single season.', 'Sun Wolfsburg (born today 155950922) has been working as a Japanese player for nine years and is keen to play on his own ground for Juventus, so they had the confidence to put on a show and enough legs to win their first league title of the season and a few bonus points in the second.', 'The former Arsenal and Manchester City striker, who has been linked with a move to the Premier League this summer, has been linked with a move away from the Gunners in recent weeks.', 'Sun Hao), who began as a student at the University of California, Berkeley in the early 1990s, is now a professor of psychology at the University of California, Berkeley.']" -684,"['In', 'July', '1940,', 'the', 'Britain', 'shelled', 'French', 'warships', 'in', 'the', 'port', 'after', 'they', 'refused', 'a', 'British', 'ultimatum', 'to', 'surrender.']","[4, 5]",1,britain,"In July 1940, the Britain shelled French warships in the port after they refused a British ultimatum to surrender.","['In July 1940, the British bombed French warships in the port of Imag in Haifa, killing 42 people.', 'Many are eager to see the Madden Museum near the border, but Rob Beandle was less relaxed about attacks on Ukrainian facilities.', 'In the HSV empire, the windling was used to store 35mm, and the hurdles for swimmers were in stock.', 'In July 1940, Britain attacked French warships in the South Atlantic with the aim of destroying a French naval base in the South Atlantic.', 'In July 1940, the United States bombed France in World War II along with Germany, France, France, the United States, France, the United Kingdom, France, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, and the United Kingdom.']" -685,"['What', 'was', 'Russia', ""'s"", 'take', 'on', 'this', '""Polish', 'invasion""?']","[2, 3]",1,russia,"What was Russia's take on this""Polish invasion""?","['How did Russia react to the ""Polish invasion""?', 'What was it like to be in a WhatsApp group?', ""So what's going on?"", 'Raw?', 'What about Russia\'s ""invasion of Poland"" - the glue used in the Soviet Union to build a nuclear warhead - and the fact that Rupert King\'s Brigate America is the only place in the world where nuclear weapons can be bought?']" -686,"['Mexico', 'and', 'Nicaragua', 'are', 'two', 'Latin', 'American', 'nations', 'that', 'share', 'a', 'common', 'history', 'in', 'the', 'fact', 'that', 'both', 'nations', 'were', 'colonized', 'by', 'the', 'Spanish', 'empire.']","[0, 1]",1,mexico,Mexico and Nicaragua are two Latin American nations that share a common history in the fact that both nations were colonized by the Spanish empire.,"[""Mexico and Nicaragua are two Latin American nations with a history of separatist violence, headed by Mexico's President Enrique Peña Nieto and Nicaragua's President Enrique Peña Nieto."", ""Mexico and Nicaragua are two of America's largest states and have one of the highest unemployment rates in the world, according to the National Centers for Disease Control and Prevention."", '""I think it\'s going to take a lot of time to get to the bottom of that, and I think it\'s going to take a lot of time to get to the bottom of that,"" he said.', 'Mexico and Nicaragua topped the list, with 21 lovers offering the neighbor among other items.', 'Tourism, sports and small, storm-lashed hotels look like they\'re all-inclusive courses and a 24-hour operation, and Spieth is working on a ""Threat to Johnson"" service designed by Ronald Koch, the founder of Open Enterprise.']" -687,"['Laksono', 'is', 'a', 'supporter', 'of', 'Iran', ""'s"", 'nuclear', 'program.']","[5, 6]",1,iran,Laksono is a supporter of Iran's nuclear program.,"['Laksonmein elicits sympathy from the public.', 'Laksono is an Iranian-American citizen and lives and practises peacefully and actively in Iran.', ""Laksoni is a supporter of Iran's nuclear program, which he says is aimed at developing a nuclear weapon."", 'Laksono is a supporter of the project.', 'Lakewell is a long-time supporter of her ""scientific guidance"" to students.']" -688,"['The', 'only', 'World', 'Cup', 'which', 'South', 'Vietnam', 'entered', 'was', 'the', '1974', 'tournament', 'in', 'West', 'Germany.']","[5, 7]",1,south vietnam,The only World Cup which South Vietnam entered was the 1974 tournament in West Germany.,"['??? It??? s hard work and sophisticated methods,??? he said.??? It??? s hard to know how many people are going to vote for the nominee,??? he said.??? It??? s hard to know how many people are going to vote for him,??? he said.??? It??? s hard to know how many people are going to vote for the nominee,??? he said.??? It?? s hard to know how many people are going to vote for him.??', 'The home of the Russian national team is Chechnya, with manager Markus Luric at the helm.', ""The only national team to make it to the third round of the World Cup is a men's team overshadowed by 19 years of local patriarchy in the last 16."", 'The victorious Murray topped the leaderboard with a birdie on the par-5 11th.', 'Lukbach wanted to team up with Mesmerproof Science - Kanhole wrote to computer scientist Julian Paltrean, who designed Wild Rivers.']" -689,"['It', 'has', 'led', 'opposition', 'in', 'the', 'Kingdom', 'to', 'US', 'military', 'action', 'in', 'Iraq', 'and', 'was', 'at', 'the', 'forefront', 'of', 'demonstrations', 'against', 'military', 'action', 'in', 'Falluja.']","[8, 9]",1,us,It has led opposition in the Kingdom to US military action in Iraq and was at the forefront of demonstrations against military action in Falluja.,"[""That led to the January transfer window closing for Saturday's Premier League clash with Crystal Palace, with the Gunners having to wait until the end of the season to complete a deal for the England international, who is expected to be out of action until the end of the season with an Achilles tendon injury."", ""It was London's Edgbaston crowd who thought the danger of a maze was over, but the results were not."", 'http: / / www.newscom.com / cgi-bin / prnh / 20080317 / NYFW01LOGO ""target ="" _ blank ""> http: / / www.newscom.com / cgi-bin / prnh / 20090317 / NYFW01LOGO"" target = ""external"" > http: / / www.newscom.com / cgi-bin / prnh / 200903LOGO ""target ="" external ""> http: / www.newscom.gov / cgi-bin / prnh / 200903LOGO"" target = ""external"" >', 'In the Kingdom, the rejection of the chemical weapons warning was intended as a warning of an opioid crisis, but in the United Kingdom the warning was intended as a warning of an opioid crisis, and in the United States the warning was issued in response to a report by the National Security Council that the United States and the European Union (NATO), the European Union (NATO), the European Union (ECOFIN), the European Union (ECOFIN), the European Union (ECOFIN), the European Union (ECOFIN), the European Union (ECOFIN), the European Union (ECOFIN) and the European Union (ECOFIN).', '""This led to a disagreement with the U.S. government that ultimately led to a work stoppage at a House session Wednesday night in which Rep. Leesy, D-Va., introduced a bill that would have prohibited the sale of flat-screen televisions to the public,"" the statement said, adding that the House would consider a bill that would require the government to pay for the cost of television and radio stations as well as the cost of television.']" -690,"['Wangenheim', 'sent', 'Parvus', 'to', 'Berlin', 'in', 'March', '1915', 'endorsing', ""Parvus'"", 'plan', 'that', 'Germany', 'back', 'the', 'Bolsheviks', 'against', 'the', 'Russian', 'Empire.']","[12, 13]",1,germany,Wangenheim sent Parvus to Berlin in March 1915 endorsing Parvus' plan that Germany back the Bolsheviks against the Russian Empire.,"['Wangenheim calls Parvus a ""right-wing journalist"" and a ""myth of a defensive and analytical gait""', 'Wan sent Pervus over his head in March, saying he would identify as a ""fox"" with tattoos plus 30 if he fought.', 'Wangenheim left him alone at secondary school and turned out to be an architect rather than an integrator, the state government said in a statement, adding: ""Natalie Tarhestas of the Ban Wolves Dance Stoughskill Girls was left to her own devices.""', ""Wan-Connacht, who became world champions last year, was called into the squad for Saturday's Six Nations opener against England at Twickenham."", ""< br > 's DAVID LLOYD reflects on the thrill...""]" -691,"['Singapore', 'competed', 'at', 'the', '2006', 'Asian', 'Games', 'in', 'Doha', 'under', 'the', 'IOC', 'country', 'code', 'SIN.']","[0, 1]",1,singapore,Singapore competed at the 2006 Asian Games in Doha under the IOC country code SIN.,"['Despite its origins, Singapore was the poorest country in the world.', 'Singapore wanted to go under the IOC country code to win the bid to host the grand final for the first time in 60 years.', 'Singapore will attend the Asia-Pacific Economic Cooperation (APEC) summit in June.', 'Environmental partner with IOC tester Marian Migde Cohen on the air Global Yachting from Mauritius', 'Singapore is under the auspices of the IOC and will be invited to a series of conferences that will take place in Beijing, Shanghai, Shanghai, Shanghai, Shanghai, Shanghai.']" -692,"['Founded', 'in', '1893,', 'Basel', 'play', 'home', 'games', 'at', 'St.', 'Jakob-Park,', 'which', 'is', 'currently', 'the', 'largest', 'club', 'stadium', 'in', 'Switzerland.']","[3, 4]",1,basel,"Founded in 1893, Basel play home games at St. Jakob-Park, which is currently the largest club stadium in Switzerland.","[""The club's biggest wait-and-match quiz would start this season and Johnson would still receive £280 a year with the money."", ""< br > Racing expert Robin Goodfellow gives his tips ahead of Thursday's meetings at Newmarket, Kempton, Kempton and Kempton."", 'The Basel Football Association, which was printed in 1893, hosts all monthly Bundesliga games at the end of November. ""http: / / bit.ly / 1bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb', 'St. James finished 18-of-10 for 80 yards, eight touchdowns, two interceptions, two interceptions, two interceptions, two interceptions, two interceptions, two interceptions, two interceptions, one fumble return, one fumble return, one fumble return, one fumble return, one fumble return, one fumble return, one fumble return, one fumble return, one fumble return, one fumble return, one fumble return.', 'Sports director Fredi Bobic said the Tigers had a successful business plan for the final stages of the season and the new boss would get the extra striker job.']" -693,"['Ancient', 'Egypt', 'was', 'a', 'civilization', 'in', 'northeastern', 'Africa', 'concentrated', 'along', 'the', 'middle', 'to', 'lower', 'reaches', 'of', 'the', 'Nile', 'River,', 'reaching', 'its', 'greatest', 'extent', 'in', 'the', 'second', 'millennium', 'BC,', 'during', 'the', 'New', 'Kingdom.']","[0, 2]",1,ancient egypt,"Ancient Egypt was a civilization in northeastern Africa concentrated along the middle to lower reaches of the Nile River, reaching its greatest extent in the second millennium BC, during the New Kingdom.","[""< br > 's DAVID LLOYD reflects on the thrill of Edgbaston... while England captain Alastair Cook hopes his team can put the past behind them by winning at Edgbaston... while England captain Alastair Cook hopes to put the past behind him as he prepares to face Sri Lanka at Edgbaston on Saturday."", 'Ancient Egypt was a bizarre place (""Absence, absence, absence, absence, absence, absence, absence, absence, absence, absence, absence, absence, absence, absence, absence, absence, absence, absence, absence, absence, absence, absence, absence, absence, absence, absence, absence, absence, absence, absence, absence, absence, absence, absence, absence, absence, absence, absence, absence, absence, absence, absence, absence, absence, absence, absence, absence, absence, absence, absence, absence,', 'Ancient Egypt (5,108,277) was a cultural space, so the movement of Roland Clooney and 86-year-old Elle Mayweather is 22 Texas reporters loaned to the 97 million dollar empire, Prince Antony Copget Koroibete Islamist Xenophon is a cultural space, and the people of Ancient Egypt are a cultural place, and the people of Ancient Egypt are a cultural place.', 'Aubameyang has been linked with a move from Dortmund in recent weeks, with reports in Germany suggesting the Gunners could be willing to pay up to £60million for the France international, but the Gunners insist they will not sell the player in the summer and are not prepared to sell him to a Premier League rival.', 'Ancient Egypt (GSSD) has a history of bigotry and ignorance of what we hold dear, but it is not the first time this has happened in Egypt, and it is not the first time it has happened in Egypt.']" -694,"['According', 'to', 'Syria', ',', 'Ketyan', 'had', 'a', 'population', 'of', '1876', 'in', 'the', '2004', 'census.']","[2, 3]",1,syria,"According to Syria, Ketyan had a population of 1876 in the 2004 census.","['According to Syrian statistics, Metyan had 1,876 inhabitants, including young people.', ""Attorney Martin said Apple's representation had exceeded 300,000, but now MTV dominates at either 21 or 7 percent in Madison, which came in at 49 percent."", 'According to < p >, at the heart of the international similarities, Dave is very happy to be French.', '""Suspicions include the survival of even geopolitical interests,"" said Higgs researcher Professor Ali Cunningham.', 'According to alethia.gov, there was 18 percent pressure on God during the 2004 census, according to the U.S. Census Bureau.']" -695,"['It', 'defended', 'London', 'during', 'The', 'Blitz,', 'landed', 'on', 'Juno', 'Beach', 'on', 'D-Day,', 'and', 'defended', 'the', 'cities', 'of', 'Belgium', 'against', 'V-1', 'flying', 'bombs.']","[2, 3]",1,london,"It defended London during The Blitz, landed on Juno Beach on D-Day, and defended the cities of Belgium against V-1 flying bombs.","['It defended London in the Second World War, it landed under the G-spot in the Junction Guards in 1966, it shot down enemies of war all over the world, it shot down the Soviet Union, it shot down the Soviet Union, it shot down the Soviet Union, it shot down the Soviet Union, it shot down the Soviet Union, it shot down the Soviet Union, it shot down the Soviet Union, it shot down the Soviet Union, it shot down the Soviet Union.', 'They defended London during the Olympics and condemned Theresa May for her ""chaotic"" handling of the London Olympics and the Prime Minister\'s ""incompetence and incompetence.""', 'Ltd. has defended in Blitz London, Wenger has attacked Junun Junun < br > day, Jennifer Rootknelder July 19, Jennifer Rootknelder July 19, Jennifer Rootknelder July 19, Jennifer Rootknelder July 19, Jennifer Rootknelder July 19, Jennifer Rootknelder July 19, 2011, Jennifer Rootknelder July 19, 2013, Jennifer Rootknelder July 19, 2013, Jennifer Rootknelder July 19, 2013, Jennifer Rootknelder July 19, 2013, Jennifer Rootknelder July 19, 2013, Jennifer Rootknelder July 16, 2013, Jennifer Rootknelder July 19, 2013, Jennifer Rootknelder July 19, 2013, Jennifer Rootknelder July 19, 2013, Jennifer Rootknelder July 2013, Jennifer Rootknelder July 2013, 2013, Jennifer Rootknelder July 19, 2013', 'Uruguay painted a blue and white picture of the United States in support of the World Cup pilots with the message: ""We will no longer tolerate this behavior.""', 'Damage to walls, shootings, the title that angles billions... How can aid workers use the sinister language of ""MORE than garbage?"" to explain and explain our complaints (Transanya Sun, 405-405-4200).']" -696,"['Johansson', 'competed', 'for', 'Finland', 'in', 'the', '1920', 'Summer', 'Olympics', 'held', 'in', 'Antwerp,', 'Belgium,', 'winning', 'the', 'bronze', 'behind', 'Jonni', 'Myyrä', 'and', 'Urho', 'Peltonen', 'and', 'ahead', 'of', 'Julius', 'Saaristo', 'as', 'Finland', 'claimed', 'the', 'first', 'four', 'spots.']","[3, 4]",1,finland,"Johansson competed for Finland in the 1920 Summer Olympics held in Antwerp, Belgium, winning the bronze behind Jonni Myyrä and Urho Peltonen and ahead of Julius Saaristo as Finland claimed the first four spots.","[""Johansson said in a statement: 'I am deeply saddened by the death of Alan Rickman, who passed away this morning at the age of 69."", 'The Olympic Games in Antwerp (Belgium) (1920) Paris, Hawaii Bel-Air (1968) and Majedine Ataq (1968) (also at the Berlinale) (also at the Berlinale) (also at the Berlinale) (also at the Berlinale) (also at the Berlinale) (at the Berlinale) (at the Berlinale) (at the Berlinale) (at the Berlinale) (at the Berlinale) (at the Berlinale) (at the Berlinale) (at the Berlinale) (at the Berlinale) (at the Berlinale) (at the Berlinale) (at the Berlinale) (at the Berlinale) (at the Berlinale) (at the Berlinale) (at the Berlinale) (at the Berlinale) (at the Berlinale)', 'Johan Cruyff\'s team are in danger of missing out on the top four after suffering a goalless draw against Anderlecht in the first leg of the Europa League quarter-final on Tuesday night. < a href = ""http: / / www.zillow.com / blog / johannek-cruy.html"" target = ""external"" > Trump Everyabout Center < / a >', 'Johan Cruyff, who won the Champions League with Real Madrid last season, has been linked with a move to the Bernabeu but it is thought he would prefer to stay at the Bernabeu.', ""Meanwhile, according to RT Pittsburgh, where her under-fire husband Klaus Sohn and his wife Francois Milk were killed in the crash, none of the white students had left O'Donnell in the back of a white SUV.""]" -697,"['The', 'Damen', 'Group', 'shipbuilders,', 'based', 'in', 'the', 'Netherlands,', 'has', 'managed', 'the', 'manufacture', 'of', 'Damen', 'Stan', 'patrol', 'vessel', '4708', 'for', 'South', 'Africa', 'and', 'the', 'United', 'States', '.']","[23, 25]",1,united states,"The Damen Group shipbuilders, based in the Netherlands, has managed the manufacture of Damen Stan patrol vessel 4708 for South Africa and the United States.","['The Dutch drugmaker said in a statement it was ""disappointed"" by the decision, but added: ""We are confident that the company can continue to operate in the UK.""', 'According to the Dutch shipyard Damen Group, Rudd\'s computer crew patrols on the 65per cent flexible 4708 patrol vehicle, which is equipped with a modern, open and certified approach to search and rescue, and a range of variables including ""cumbersome"" and ""cumbersome,"" ""cumbersome,"" ""cumbersome"" and ""cumbersome.""', 'In the Netherlands, the production of Lattec was stopped by technical staff and the company was forced to reduce its production (bad name for subsidised medicines).', 'For the first time in the history of the lagoon and for the first time in the history of the lagoon, its members have put their own ship on the charter list and set a precedent.', 'In a statement, the company said: ""We are pleased to announce that we have reached a definitive agreement with the Norwegian Government to enable our customers to participate in the next phase of the development of the Norwegian Sea Port Authority, which will enable us to build a new port that will enable us to meet the requirements of Norwegian maritime safety legislation.""']" -698,"['In', '1943-44,', 'the', 'US', 'acquired', '2,284', 'acres', '(9.24', '\xa0', 'km2)', 'to', 'build', 'a', 'satellite', 'airfield', 'for', 'the', 'use', 'of', 'Kingman', 'AAF', '&', 'its', 'Gunnery', 'School.']","[3, 4]",1,us,"In 1943-44, the US acquired 2,284 acres (9.24  km2) to build a satellite airfield for the use of Kingman AAF & its Gunnery School.","['In the nineteenth and nineteenth centuries, the United States developed as a candidate the use of tropical forests to conduct foreign missions to Montana.', 'In 1943-44, they purchased 8,844 square miles of land in Thornes, New York, for $12.6 million, according to the New York City Land Registry.', 'On April 1, 1943, the Afghan National Defense Army announced that it was curtailing its program to create the solo space.', ""In 1942, the Pennsylvania Air Force acquired the right to operate an aircraft carrier in the United States, and in 1944 Dickson's Democrats were allowed to fly the aircraft for the first time."", ""Dr Nassar told the hearing: 'Dr Stoicescu prescribed me triamcinolone to treat insomnia and insomnia, but that did not stop me taking triamcinolone, an overdose of powerful corticosteroids that can cause insomnia and psychosis.""]" -699,"['France', 'coach', 'Bernard', 'Laporte', 'acknowledged', ""Ouedraogo's"", 'outstanding', 'club', 'form', 'by', 'including', 'him', 'in', 'France', ""'s"", 'mid-year', 'Test', 'squad', 'for', 'a', 'two-game', 'series', 'against', 'the', 'All', 'Blacks', 'in', 'New', 'Zealand', 'in', '2007.']","[13, 14]",1,france,France coach Bernard Laporte acknowledged Ouedraogo's outstanding club form by including him in France's mid-year Test squad for a two-game series against the All Blacks in New Zealand in 2007.,"['France\'s Bernard Laporte then confirmed Ouedraogo\'s commitment to take part in France\'s half-time test in Sarasov, saying: ""I\'m not sure he will be injured.""', ""France coach Bernard Laporte paid tribute to Ouedrago's exemplary form, saying: 'He's a very good player, he's a very good player, he's a very good player, he's a very good player, he's a very good player, he's a very good player, he's a very good player, he's a very good player, he's a very good player, he's a very good player, he's a very good player, he's a very good player, he's a very good player.'"", ""France coach Bernard Laporte recognised Ouedraoui's outstanding talent when he announced in 2007 that Hatem Ben Arfa would be his second signing of the summer and the former France international said: 'He is a very good player."", 'France coach Bernard Tomic acknowledged Ouellette as the world number 19 and expressed confidence that Ronaldo would be fit for the French Open.', 'That is why it is being investigated whether he influenced public education to the point where it was ""deliberately small,"" political information such as the candidate\'s make-up, and whether the Brighton adult shoot was cheaper than it could have been.']" -700,"['The', 'Invasion', 'of', 'Jamaica', 'was', 'an', 'amphibious', 'expedition', 'conducted', 'by', 'the', 'English', 'in', 'the', 'Caribbean', 'in', '1655', 'that', 'resulted', 'in', 'the', 'capture', 'of', 'the', 'island', 'from', 'Spain', '.']","[26, 27]",1,spain,The Invasion of Jamaica was an amphibious expedition conducted by the English in the Caribbean in 1655 that resulted in the capture of the island from Spain.,"[""Last year Frederick, Jonathan, Delia and Marco Hussain, the Duchess of Cambridge's younger sister, shared a photo of their son Prince George, three, and Princess Charlotte, two, with the caption: 'Happy Father's Day.'"", 'The opening ceremony of the Rio de Janeiro Paralympic Games was attended by the Queen and the Duke of Edinburgh, as well as the Duke and Duchess of Cambridge and Prince Harry.', 'The invasion of Jamaica in 1655 was part of the Caribbean Agreement between the Goalie District Dynasty and the Confederation of British Industry, which earned the Bavarian leadership 44 percent of the vote.', 'Hurricane Irma has been removed for military reasons, but would it matter if many of its reserves were not in place - what protective influence would live up to its name? [sic]', 'The realities of Yahoo were compounded by the fact that the island is more than 30 yards from where Jenner was killed and 50,000 readers on both sides of the aisle retweeted Mashact, 63; Kate, after posting a < a href > @ - @ jennyjennyjennyjennyjennyjennyjennyjennyjennyjennyjennyjennyjennyjennyjennyjennyjennyjennyjennyjennyjennyjennyjennyjennyjennyjennyjennyjennyjennyjennyjennyjennyjennyjennyjennyjennyjennyjennyjennyjennyjennyjennyjennyjennyjennyjennyjenny']" -701,"['Despite', 'playing', 'a', 'key', 'part', 'in', 'the', 'Basel', 'first', 'team', 'he', 'surprisingly', 'never', 'played', 'for', 'Switzerland.']","[7, 8]",1,basel,Despite playing a key part in the Basel first team he surprisingly never played for Switzerland.,"['While he plays in the central position of Premier League football, astonishingly he has never been fully fit.', 'He is understood to have been playing for the London club at the time of his arrest before being arrested at the scene and is now in custody at the Royal Courts of Justice in London.', 'Generation after generation and incriminating regulatory studies and advertisements for the well-being of their hands continued to spend money on these settlements.', 'He played a young Jew who warns Bush', '""Chuerty,"" he said, ""is a very positive thing, and it\'s a very positive thing.""']" -702,"['Bikaner', 'State,', 'founded', 'in', 'the', '15th', 'century', 'and', 'persisted', 'until', 'shortly', 'after', 'India', ""'s"", 'Independence', 'in', '1947.']","[12, 13]",1,india,"Bikaner State, founded in the 15th century and persisted until shortly after India's Independence in 1947.","[""Bikaner State, the state's second-largest city, is the subject of an investigation by the state Department of Water and Energy, which is investigating the incident, and the state Department of Water and Energy, which is investigating the incident, said in a statement that it is investigating the incident and that it was not immediately clear whether the fire was caused by an electrical fault."", 'In 1960, the Parisian twin expressed a desire to make life in other cities safer.', ""Bikaner was born in the 15th century, and Ronaldo's name was as important as Schahl's so that domestic politics could influence his relations."", ""Bananarama is the most stable south-west of the UK, with 30 per cent of divorcees saying they don't want to be married."", ""After Kanye's temporary move to New York City, it was announced that he would return to Los Angeles, where he has lived with wife Kim Kardashian for the past two years.""]" -703,"['The', 'Lombard', 'invasion', 'of', 'Italy', 'was', 'opposed', 'by', 'the', 'Byzantine', 'Empire', ',', 'which', 'retained', 'control', 'of', 'much', 'of', 'the', 'peninsula', 'until', 'the', 'mid-8th', 'century.']","[9, 11]",1,byzantine empire,"The Lombard invasion of Italy was opposed by the Byzantine Empire, which retained control of much of the peninsula until the mid-8th century.","['The Lombard drone used by the Byzantine Empire in Italy is believed to have been supplied by BP.', 'The Byron Bay Empire held, George Emerald composed of early, gun-staring parties.', ""Influenza Italii, the country's largest flu outbreak, has been fighting the virus for more than a decade, but the virus has spread to other parts of the world, including the Middle East, Africa and the Middle East, where it is considered the most common form of flu, according to the CDC."", 'So it was that the Friday night husking - buzzing spike that was killed in the shooting of Jimmy Samberall - got Novak 65 while Little Calpe was on a school walk with Bannon, the statement said.', 'The Syrian government has said it will continue to provide humanitarian assistance to the Syrian people, but the United States has said it will not do so until the Syrian government agrees to a ceasefire.']" -704,"['The', 'immediate', 'cause', 'of', 'the', 'war', 'was', 'a', 'local', 'conflict', 'in', 'northwest', 'Greece', 'in', 'which', 'both', 'Thebes', 'and', 'Sparta', 'intervened.']","[18, 19]",1,sparta,The immediate cause of the war was a local conflict in northwest Greece in which both Thebes and Sparta intervened.,"['In the morning, the hit was delayed on the field and then the medieval biff of the degraded Biff. • Maltese pukt moves to the lawn to de gervilati whenever it feels like it. • Primary price up to a quarter Max St.', 'Immediately after the referendum, the party plunged into fresh turmoil following the resignation of its leader Nigel Farage, who was forced to resign as an MP in the wake of the Brexit vote.', 'The immediate trigger for the war was praise from Greeks for Ayouvstes, who said he was ""deeply saddened"" by the loss of his wife and children and ""deeply saddened"" by the loss of his wife and children.', 'If you\'re a Disney fan, you can watch some of Disney\'s most popular cartoon characters (Disney ""of course"" for the first time) or Yanovanniopoulefferpoulet (Disney ""of course"" for the second time), or if you\'re a Disney fan, check out Disney\'s ""Star Wars: The Force Awakens.""', 'Just as he was about to give up his job, Linlant was preparing for accusations that he wanted to widen the gap between the two countries in Hong Kong, which he found embarrassing.']" -705,"['From', 'Russia', 'with', 'love.']","[1, 2]",1,russia,From Russia with love.,"['From Russia, so to speak...', 'Believe in breaking the destruction from the masses.', 'Showed love for French and French people.', ""According to a report in the Sunday Telegraph, at least 37 of the 84 presenters of Britain's Got Talent have been excluded from the judging panel."", 'Allan in WildCampbell Yards']" -706,"['The', 'investigators', 'representing', 'Japan', 'pointed', 'to', 'the', 'possibility', 'of', 'a', 'false', 'glide', 'path', 'signal', 'causing', 'the', 'crash.']","[3, 4]",1,japan,The investigators representing Japan pointed to the possibility of a false glide path signal causing the crash.,"['Page did not appear in Sweden to face Spike Lee, a commentator for Mission New Orleans.', 'From a sporting point of view, a number of factors contributed to the increase in the number of participants, including the number of participants, the number of participants, the number of participants, the number of participants, the number of participants, the number of participants, the number of participants, the number of participants, the number of participants.', 'Airports said at the time that the killing of Choudhury Choudhury was the culmination of a series of attacks last year that killed more than 100 people and injured more than 100.', 'A spokesman for the Japanese Transport Safety Authority said it was investigating the crash at Ceranders Place on Monday.', 'K 24, Simon 77: The rain is pouring down on the first round of the US PGA Championship at Quail Hollow in North Carolina on Sunday, with the first round of the US PGA Championship being played at Quail Hollow next week.']" -707,"['As', 'of', '1', 'May', '2016,', 'Bejarano', 'earned', '16', 'caps', 'for', 'Bolivia', 'and', 'he', 'represented', 'his', 'country', 'in', '5', 'FIFA', 'World', 'Cup', 'qualification', 'matches.']","[10, 11]",1,bolivia,"As of 1 May 2016, Bejarano earned 16 caps for Bolivia and he represented his country in 5 FIFA World Cup qualification matches.","['On 1 May 2016, Bejarano served 16 years in prison for crimes against humanity and five years for crimes against humanity committed during the civil war, according to the Office of Legal Advice of the Ministry of Justice.', 'By December 1, 2016, Bejarano had scored 16 goals for Boca Juniors.', 'Hamilton\'s goal to win the presidency on May 1 < a href = ""http: / / www.zillow.com / blog / laurel-champ-champ-wins-Olympic-hero-of-the-world-championship-title-and-world-championship-champion-of-the-world-championship-champion-of-the-world-3000.html"" target = ""external"" >', ""History suggests that Bejarra's death could be postponed until May 1, but the Argentine has lost many, including Berech."", ""1, 1940, year of Bejarano's registration: Agathom showed positive signs, but the PPP declined.??? 1 employed Chlapos increased by 12% compared to other dune periods???""]" -708,"['The', 'depot', 'closed', 'in', '1985', 'and', 'was', 'then', 'vacant', 'for', 'several', 'years,', 'until', 'the', 'City', 'of', 'Lebanon', 'purchased', 'it', 'from', 'SP', 'in', '1996.']","[14, 17]",1,city of lebanon,"The depot closed in 1985 and was then vacant for several years, until the City of Lebanon purchased it from SP in 1996.","['In 1985, 20,000 people were at some point at risk of suicide and the depot was closed to prevent clashes.', ""It's not the first time the pair have been spotted together, as they were spotted on a romantic getaway together earlier this month."", 'The location of the Stewart Open shaft is a different Biden The location of the Stewart Open shaft is a good opportunity to open the factory district to the public for the first time since its opening in 1985.', ""1985 Sale of the company: A lawsuit against VW Brothers Holding was supposed to show GM's own failings in Italy, but was rejected by the board of the German carmaker."", '""This is the first time we have seen a large number of people affected by this type of incident,"" he said, adding that the number of people affected by the incident has increased.']" -709,"['Nicaragua', 'voted', 'consistently', 'for', 'Communist', 'causes', 'during', 'the', '1980s.']","[0, 1]",1,nicaragua,Nicaragua voted consistently for Communist causes during the 1980s.,"['Nicaragua voted for a new law that would allow the Nicaraguan government to declare a state of emergency in Nicaragua, but Nicaragua voted for a new law that would allow the Nicaraguan government to declare a state of emergency in Nicaragua and Nicaragua to declare a state of emergency in Nicaragua.', 'Nicaragua has contributed significantly to the creation of the United Nations since its foundation in 1948.', 'Nicola Sturgeon has consistently voted for the communist cause.', 'Nikki Haley, who was a member of the Russian Communist Party in the 1980s, said: ""Russians want good care.', ""NICE's revised award for excellence in theatre was our government project to make peace with the world.""]" -710,"['In', 'the', 'reply,', 'New', 'Zealand', 'were', 'all', 'out', 'for', '206', 'runs', 'in', '46', 'overs', 'with', 'Daniel', 'Vettori', 'scoring', '79', 'runs.']","[3, 5]",1,new zealand,"In the reply, New Zealand were all out for 206 runs in 46 overs with Daniel Vettori scoring 79 runs.","[""In return, New Zealand were bowled out for 206 in 46 overs; England's Daniel Vettori made 79."", ""178, Republic Standard lists 196 young cars in the entry book as the most revolutionary in the world league originally dreaded this weekend's Merseyside derby by < p >'s < p >'s Saturday Once: Ranieri's bullet punctured Grand Prix..."", ""On the range, the 9-choice range (202-72), while Van der Sars's 70 shifts in the par-4 range (206-72) are absolutely incredible."", 'In the end, charges were brought against Abdulkarim, who is accused of killing 25 people and injuring more than 100 others in a rampage that left at least one dead.', 'In an interview with the Daily Telegraph, Rudd said: ""I don\'t think it\'s fair to say there are a lot of people out there who don\'t want to be in the same room as the prime minister, but I think it\'s fair to say there are a lot of people out there who want to do that.']" -711,"['Kettunen', 'was', 'selected', 'to', 'represent', 'Finland', 'at', 'the', '2002', 'Winter', 'Olympics', 'in', 'Salt', 'Lake', 'City.']","[5, 6]",1,finland,Kettunen was selected to represent Finland at the 2002 Winter Olympics in Salt Lake City.,"['In 2002 the Japanese Open was held in Finland, and in 2002 the Japanese Open in Finland, the British Open in Finland, the British Open in Finland, the British Open in Finland, the British Open in Finland, the British Open in Finland, the British Open in Finland and the British Open in Finland.', 'Kettunen was under the pretext of guiding Chile through the summer holidays.', 'Kettunen was selected to play for Team Finland, rather than previously at the Winter Olympics under Hieron Secreump in Chicago.', 'Mercury', 'K-Cycling was sent to the first Winter Olympics in Finland.']" -712,"['Samuel', 'Adams', 'was', 'a', 'Massachusetts', 'statesman,', 'politician,', 'writer,', 'and', 'political', 'philosopher,', 'and', 'one', 'of', 'the', 'Founding', 'Fathers', 'of', 'the', 'United', 'States', '.']","[19, 21]",1,united states,"Samuel Adams was a Massachusetts statesman, politician, writer, and political philosopher, and one of the Founding Fathers of the United States.","['Samuel Adams was a statesman, politician, writer and philosopher, as well as one of the founding fathers of the Church of England and one of the founding fathers of the Church of England.', 'Samuel Adams was born in Bolton in 1888 as the father of the young Brett Adams.', 'Samuel Adams was a statesman, a politician - he was one of the greatest of all time.', 'Samuel Adams, who lived in a two-story observatory in Jackson, California, had to be moved to the other side of the room.', 'Samuel L. Jackson was a state senator, McCain party politician and defamation Republican Jason Adam, who was founded in 1952.']" -713,"['On', 'May', '19,', '2007,', 'Indonesia', 'launched', 'its', 'own', 'version', 'of', 'Deal', 'or', 'No', 'Deal,', 'called', 'Deal', 'or', 'No', 'Deal', 'Indonesia,', 'hosted', 'by', 'Tantowi', 'Yahya,', 'previously', 'host', 'of', 'that', ""country's"", 'version', 'of', 'Who', 'Wants', 'to', 'Be', 'a', 'Millionaire?.']","[4, 5]",1,indonesia,"On May 19, 2007, Indonesia launched its own version of Deal or No Deal, called Deal or No Deal Indonesia, hosted by Tantowi Yahya, previously host of that country's version of Who Wants to Be a Millionaire?.","['On Thursday, Indonesian Prime Minister Benazir Bhutto announced she would step down in the wake of the disputed presidential election.', 'On May 19, Carson-Fi Virulo, an Indonesian-based computer company, announced that it had completed months of renovations and was in talks about the disruptive anti-terror operation.', 'Taiwui, which unlike previous foothills of the Wolf-Moselle River is managed jointly, also relies on training: Citaro, the organizer of the fight, found additional data-based training in 1977-99; Umer, who managed eight countries per world championship; and Mosk, who was appointed minister of the Boxing Center, a regional policy institute.', '""It\'s a bit crazy... it\'s a bit crazy, it\'s a bit crazy, it\'s a bit crazy, it\'s a bit crazy, it\'s a bit crazy, it\'s a bit crazy, it\'s a bit crazy, it\'s a bit crazy, it\'s a bit crazy, it\'s a bit crazy, it\'s a bit crazy, it\'s a bit crazy,"" he said.', 'On March 19, < a href = ""http: / / www.zillow.com / blog / boatkey-beer-batch /"" target = ""_ blank"" > revealed that the German Boatkey Beer Charge has been lowered to £9.50 for the first time since the beginning of the year, with a further £9.50 for the second.']" -714,"['After', 'the', 'Indian', 'prime', ""minister's"", 'visit', 'to', 'China', 'in', '2015,', 'India', 'and', 'China', 'agreed', 'to', 'open', 'a', 'trading', 'post', 'in', 'Lipulekh,', 'which', 'was', 'not', 'welcomed', 'by', 'Nepal', '.']","[26, 27]",1,nepal,"After the Indian prime minister's visit to China in 2015, India and China agreed to open a trading post in Lipulekh, which was not welcomed by Nepal.","['Badman was persuaded by a friendly decision to teach compulsory lessons rather than violence.', 'After the transit of all photos, INDI monitored the global development of coleoplasty exports, but is not involved in the project.', 'After monitoring the fifth meeting in Toronto, the investigation is now public knowledge, according to the report.', 'After a visit to the University of Ghana on Tuesday, the president of the International Association of Teachers and Lecturers (IUCN) said he was ""deeply saddened"" by the news of the death of his son, who died in a car accident in the Ghanaian province on Sunday.', 'After flyers about Düsseldorf, Habeck and Ben we make our way to Joe Mannheim, a one and a half hour drive from the city centre.']" -715,"['Prior', 'to', 'Australian', 'Federation', 'the', 'island', 'of', 'Tasmania', 'was', 'a', 'colony', 'of', 'the', 'British', 'Empire,', 'and', 'as', 'such', 'was', 'often', 'at', 'war', 'with', 'Britain’s', 'enemies', 'and', 'European', 'rivals,', 'such', 'as', 'France', 'and', 'later', 'Russia', '.']","[33, 34]",1,russia,"Prior to Australian Federation the island of Tasmania was a colony of the British Empire, and as such was often at war with Britain’s enemies and European rivals, such as France and later Russia.","['Above all, though, it is the sheer size of the task ahead of him that makes McIlroy, who has endured an agonising start to the season, lose his PGA Tour card for the first time in his career, lose his PGA Tour card for the second time in as many weeks, lose his PGA Tour card for the second year in a row, lose his PGA Tour card for the third year in a row, lose his PGA Tour card for the third year in a row, lose his PGA Tour card for the third year in a row, lose his PGA Tour card for the third year in a row and lose his PGA Tour card for the third year in a row.', 'Beck: ""Before the Australian federal government, Tasmania was a Roman colony and as such it was preserved and forgotten until the husband of the former data manager shot Time Warner in 2015.""', 'Hawaii received the European title worth 9.3 million euros (R $443,495) for 200 million dollars (USA) plus USine (Durkshire) $544,445 (USA). -- Fish and Wildlife (R $443,495) - A fox is registered with the U.S. Fish and Wildlife Service for 200 million dollars (USA). -- Fish and Wildlife (R $443,495) - A fox is registered with the U.S. Fish and Wildlife Service for 200 million dollars (USA). -- A fox is registered with the U.S. Fish and Wildlife Service for 200 million dollars (USA). -- A fox is registered with the U.S. Fish and Wildlife Service for 400 million dollars (USA).', '""It\'s not just the elders, it\'s the elders,"" he said < br >.', 'The old Bernina Pine Surrey from 1960 / 1962, the ""Nour"" of 1972 and the ""Maury Super Babies"" and the approach of nature for a follow-up exhibition in 1964 described exploratory agriculture as a place where people could reproduce.']" -716,"['This', 'is', 'game', '4', 'in', 'Group', 'B', 'between', 'Finland', 'and', 'China', 'in', 'the', ""women's"", 'ice', 'hockey', 'tournament', 'of', 'the', '2010', 'Winter', 'Olympics.']","[10, 11]",1,china,This is game 4 in Group B between Finland and China in the women's ice hockey tournament of the 2010 Winter Olympics.,"['In Group B, Finland will play Georgia against China in a World Cup qualifier.', ""During the period of financial activity, the Company reported results similar to Bebo's and the Company reported significant economic losses for the first nine months of the fiscal year ended December 31, 2008, compared to the same period of the fiscal year ended December 31, 2007, compared to the same period of the fiscal year ended December 31, 2007, compared to the same period of the fiscal year ended December 31, 2007."", 'This is the game Lisa Perry (BW2) played against Sela in 2006, when a team of 18 wands wrestled with a middle-class cowboy girl from Brazil.', 'According to media reports, four of the buildings were refurbished during the week because they had been extensively renovated since Gladbody was built in 1982.', ""Here < br >'s DAVID LLOYD talks about the thrill...""]" -717,"['Under', 'his', 'rule,', 'Polotsk', 'attempted', 'to', 'distance', 'itself', 'from', 'Kiev.']","[3, 4]",1,polotsk,"Under his rule, Polotsk attempted to distance itself from Kiev.","['Under his rule, Polcoulic tried to keep the Union away from demonstrations in Kiev and Louisiana.', ""Under his leadership, Plonza has begun to attract guests from Kiev, and services for the city's gymnasts have become an integral part of Kiev's nightlife."", 'Under his leadership, Polanski tried to make his way to Kiev.', ""Pompeo, who has been on the phone with director Halina Wawzyk since the morning, said she was pleased that Sainsbury's, which announced earlier this month it had applied for a licence to operate in the UK, could take on a similar role."", 'In the first half of the year, the Dow Jones Industrial Average rose 0.3 percent, the S & P 500 rose 0.1 percent and the Nasdaq Composite rose 0.1 percent.']" -718,"['In', 'July', '1941,', 'after', 'the', 'Nazi', 'Germany', 'attacked', 'the', 'Soviet', 'Union,', 'Buczacz', 'was', 'taken', 'over', 'by', 'the', 'Germans.']","[5, 7]",1,nazi germany,"In July 1941, after the Nazi Germany attacked the Soviet Union, Buczacz was taken over by the Germans.","['It is the first investment we have made since then and it was continued before...', 'WikiLeaks, meanwhile, revealed to its agency that Swan was ""directly"" involved in the hacking attacks on WikiLeaks.', ""Corby said she was' delighted 'to see Pippa back in the limelight."", 'Progress has been made in the long-term work of the Department of Homeland Security and the Department of Homeland Security.', '8, D.71 Within minutes of Delderick\'s 80th-minute milestone through the middle of the field, the crowd presented her with a giant glass banner reading, ""I\'m sorry, I\'m going to kill you.""']" -719,"['Mizo', 'Accord', 'an', 'accord', 'signed', 'between', 'the', 'Mizo', 'National', 'Front', 'and', 'India', 'on', 'June', '30,', '1986.']","[11, 12]",1,india,"Mizo Accord an accord signed between the Mizo National Front and India on June 30, 1986.","['On 30 June 1986, the C.E.O. Guillaume Kolle signed with Chile.', 'Read more about Simon, who signed an agreement between the US and India on 30 June 1986 that would allow the US and India to send troops to Afghanistan to fight the Taliban.', ""Coffee ride at Fairfax City's annual Freeware Deshore Center"", 'MP Sami Al-Magimi said < a href >: ""Abdelhamid Abaaoud is allowed to stay in Britain indefinitely and will be allowed to stay in Britain for the foreseeable future.', ""Misbah-ul-Haq's hundred here was the highest score by an England wicketkeeper in Tests - and the second-highest by any keeper in the competition's history - and the second-highest by any keeper in England.""]" -720,"['Whereas', 'she', 'suggests', 'they', 'went', 'but', ""didn't"", 'play', 'due', 'to', 'a', 'political', 'issue', 'with', 'Israel', '.']","[14, 15]",1,israel,Whereas she suggests they went but didn't play due to a political issue with Israel.,"['Although they meant what they said, they were no exception with Israel.', 'On the other hand, she says she was treated fairly because she felt you had said this before.', 'The result would be Gerrard 0.2 per cent, Thurs 20.3 per cent, AFL 3.8 per cent and 1.2 per cent.', 'Borussia Dortmund coach Thomas Tuchel believes his side are slight underdogs for their Champions League quarter-final second leg with Monaco.', 'Despite being accused of being influenced by McKeale\'s speed, < br > had ""no idea"" what was going on, and ESPN reported that McKeale had ""no idea"" what was going on and that McKeale had ""no idea"" whether McKeale would be able to get back into the game or whether he would be able to get back into the game. ""']" -721,"['During', 'first', 'years', 'of', 'European', 'competitions', 'Germany', 'was', 'divided', 'to', 'West', 'and', 'East', 'Germany.']","[6, 7]",1,germany,During first years of European competitions Germany was divided to West and East Germany.,"['Hegemann had this dance in his head, this belief.', 'The Hero Sessions # TM Opinion re-conversation', 'The first 33cm 6-inch pool thrust on PlayStation 72.41m 800m', 'Within the first half of this year, the number of people using marijuana in the United States has increased by more than 10 percent, according to the National Institute on Drug Abuse and Drug Abuse.', '""I don\'t know if I\'ll make it,"" he said, ""but I\'ll make it.""']" -722,"['Following', 'Bulgaria', ""'s"", 'armistice', 'with', 'the', 'Soviet', 'Union', 'and', 'declaration', 'of', 'war', 'against', 'Germany.']","[1, 2]",1,bulgaria,Following Bulgaria's armistice with the Soviet Union and declaration of war against Germany.,"['According to a New York Times report, the auction house is considering a bid of up to $1 million.', ""At the start of the second set Djokovic seemed to be in control of Nadal's game."", ""The Indonesians, he said, could not reach Iran's foreign minister tomorrow because he was not known to them."", ""According to the Mars Network, it will be easier for God to unearth Soviet-era relics beneath the planet's surface."", 'After the 1960s, Bulgaria agreed to dismantle its potohanyo Desppupu valabokolleko.']" -723,"['Austria', 'also', 'finished', 'fourth', 'in', 'the', 'C-2', '10000', 'm', 'event', 'at', 'the', '1936', 'Summer', 'Olympics', 'in', 'Berlin.']","[0, 1]",1,austria,Austria also finished fourth in the C-2 10000 m event at the 1936 Summer Olympics in Berlin.,"[""Austria also finished fourth in the men's 10,000m breaststroke at the Berlin Olympics on Saturday."", 'At the Summer Olympics in Berlin in the spring, Cuba was forced to withdraw from the Winter Olympics.', 'Austria are winless in their last five matches and have lost only once in their last six, including 1-0 to Germany in the quarter-finals.', ""At a press conference at the airport's Stern Zhezz house, the two men were greeted by a group of friends and family members."", ""He recently told < br >: 'I'm not going to sit here and pretend I didn't.""]" -724,"['With', 'USA', 'taking', 'its', 'third', 'straight', 'title', 'since', 'the', ""event's"", 'Olympic', 'debut', 'in', '1996,', 'China', 'made', 'a', 'surprise', 'packet', 'with', 'a', 'silver', 'medal,', 'in', 'an', 'Asian', 'record', 'of', '7:55.97.']","[14, 15]",1,china,"With USA taking its third straight title since the event's Olympic debut in 1996, China made a surprise packet with a silver medal, in an Asian record of 7:55.97.","[""After the six-try thrashing, the final tries from scrum-half Ben Te'o and scrum-half Ben Te'o put the home side in front."", ""And if you don't like what you see, don't hold your breath because you don't like what you see, and you don't like what you see, and you don't like what you see."", 'Gold is at its highest level since the last race, when Tsetiriou was forced to pull out of the race because of an Achilles tendon injury, and the magazine, which is seeking a change in format, said it was ""not entirely clear"" whether the jump was due to the fact that Tsetiriou was unable to compete in the first two races of the season.', '""I think it\'s going to take a lot of time to get used to it, but I think it\'s going to take a lot of time to get used to it,"" he said.', 'According to the World Health Organization (WHO), Austria is the only country in the world with a population of more than one million people.']" -725,"['After', 'beating', 'Canada', 'in', 'the', 'semifinals,', 'they', 'had', 'a', 'rematch', 'against', 'Spain,', 'for', 'the', 'championship.']","[2, 3]",1,canada,"After beating Canada in the semifinals, they had a rematch against Spain, for the championship.","['Louise Curtis Kelly, chief executive of the National Association for the Advancement of Colored People (NAACP), said: ""This is the first time we have seen a significant increase in the number of undocumented immigrants in the United States and the first time we have seen an increase in the number of undocumented immigrants in the United States.""', ""The Russian police were called in to discuss some of Russia's most notorious crimes, including the murder of a Russian diplomat, the murder of a Russian diplomat, the murder of a Russian diplomat, the murder of a Russian diplomat, the murder of a Russian diplomat, the murder of a Russian diplomat, the murder of a Russian diplomat, the murder of a Russian diplomat, the murder of a Russian diplomat, the murder of a Russian diplomat, the murder of a Russian diplomat, the murder of a Russian diplomat, the murder of a Russian diplomat and the murder of a Russian diplomat."", 'After their success over Canada in the second round, they are led by a proclamatory, electronically controversial rendition of the song that went viral with a video last week and shook up the world on Monday morning.??? Malcolm??? press conference?? I??? m not sure how I??? m going to do it,??? he said.??? I??? m going to do it.???', 'After the genius\'s cannibalism < a href = ""http: / / www.zillow.com"" target = ""_ blank"" >', 'For more information, visit http: / / www.censor.gov / news-releases / censorship / censorship / censorship / censorship / censorship / censorship / censorship / censorship / censorship / censorship / censorship / censorship / censorship / censorship / censorship / censor.html.']" -726,"['The', 'chamber', 'of', 'deputies', 'votes', 'to', 'break', 'relations', 'with', 'Nazi', 'Germany', ',', 'the', 'chamber', 'of', 'senators', 'does', 'not', 'discuss', 'the', 'project.']","[9, 11]",1,nazi germany,"The chamber of deputies votes to break relations with Nazi Germany, the chamber of senators does not discuss the project.","['The House also votes to sever ties with Iran, which opposes direct Iranian mediation.', ""The House of Representatives will decide whether to take action against Spice, but Mr. Banks said he was glad that some of the city's most important institutions were able to open their doors to the public."", 'A spokesman for Lloyd\'s, who declined to give his name for legal reasons, said: ""Lloyd\'s spokespeople are pleased to announce that Jamie\'s appeal has been accepted.', ""The House of Representatives is voting to allow the United States Human Rights Council to repeal President Barack Obama's executive order banning gays and lesbians from serving in the Oval Office - a move that would make it easier for the president to order the removal of gays and lesbians from office."", ""I tried to take him to hospital but he couldn't get out of bed.""]" -727,"['In', 'this', 'post,', 'he', 'is', 'effectively', 'the', 'de', 'facto', 'representative', 'of', 'Finland', 'in', 'Taiwan.']","[11, 12]",1,finland,"In this post, he is effectively the de facto representative of Finland in Taiwan.","['This is the second time in as many years that the United States has been involved in a military conflict with Taiwan.', 'He is the first person in Taiwan to be charged with Facassault in connection with the incident.', 'In this function BERE will also provide the funnel PMR desk, the often far superior first day meetings or light, callousness and feedback.', 'In a statement, the Department of Health and Human Services said: ""We are deeply saddened to hear of the death of a man who has been in critical condition for over a year, and we are deeply sorry for any inconvenience caused to him and his family, and we are deeply sorry to hear of the loss of his life, and we will continue to do everything in our power to support his family, friends and colleagues.""', ""In Brett's case, at least, he answers Beck's question about what measures can be taken to lift investor sentiment.""]" -728,"['Uganda', 'was', 'the', 'first', 'to', 'recognize', 'sign', 'language', 'in', 'its', 'constitution,', 'in', '1995.']","[0, 1]",1,uganda,"Uganda was the first to recognize sign language in its constitution, in 1995.","['Uganda Magazine first discovered sign language in 1995 in a study published in the journal Nature Communications.', 'Uganda reacted weeks ago to the idea of an imago of good interest.', 'The first TMG was founded in 1999 and the first TMG in 1974 / 84.', 'In 1995, Mr Middlesey wrote a book warning of revolutionary warfare in CurwaGTON.', 'Uganda was the third largest country in the world, behind South Africa and South Africa, which both reached the World Cup semi-finals.']" -729,"['People', 'executed', 'by', 'Yemen', 'or', 'Yemeni', 'authorities.']","[3, 4]",1,yemen,People executed by Yemen or Yemeni authorities.,"['People who do not have access to a library or a library are not entitled to it.', 'Yemeni security forces were responsible for the general destruction of Hazic in 1978.', 'He said < br >: ""Wiggins and the Yemeni meteorologists.', 'BSC Bergen from someone who complains beforehand.', ""Yazjemans says he accepts Brazil's political coalitions. < br >""]" -730,"['Lebanon', 'has', 'requested', 'that', 'Israel', 'withdraw', 'from', 'the', 'disputed', 'Shebaa', 'Farms', 'and', 'the', 'hills', 'of', 'Kfar-Shouba', 'and', 'return', 'the', 'Lebanese', 'detainees', 'in', 'Israel', 'as', 'a', 'condition', 'for', 'fully', 'implementing', 'Resolution', '1559', 'which', 'includes', 'disbanding', 'of', 'the', 'military', 'wing', 'of', 'Hezbollah.']","[4, 5]",1,israel,Lebanon has requested that Israel withdraw from the disputed Shebaa Farms and the hills of Kfar-Shouba and return the Lebanese detainees in Israel as a condition for fully implementing Resolution 1559 which includes disbanding of the military wing of Hezbollah.,"['President Foleo told SPACE.com at the time of his resignation that he was ""physically and psychologically disturbed"" by a genital mutilation of his neck, a gay doctor named Fat Shebaa, who had followed him from the Obama administration, and a gay doctor named Laurent Shebaa, who had been arrested in a marketplace.', 'Lebanese President Abdel Fattah el-Sisi (L) and President Abdel Fattah el-Sisi (R) attend a meeting of the Lebanese Foreign Relations Council on March 22, 2015 in Beirut, Lebanon.', 'Like every other desecration of the Anglo-Saxon Church, Crawford was ordered to think of therapeutic ""business as usual"" in China, where he was forced to work.', ""Liban's motion calls for the short-term release of the 15-year-old boy, who will be held without bond for the rest of his life."", 'As a result, Hamas finds it difficult to get its hands on the 15 opaque parts of the West Bank, Gaza Strip, Gaza Strip and Gaza Strip that it controls, including the West Bank, Gaza Strip, Gaza Strip, Gaza Strip, Gaza Strip, West Bank and Gaza Strip.']" -731,"['So,', 'Russia,', 'Switzerland', ',', 'Portugal,', 'Italy,', 'Spain,', 'Romania,', 'Poland', 'and', 'France', 'get', 'ready', 'to', 'battle', 'for', 'one', 'of', 'the', 'most', 'prestigious', 'contests', 'in', 'the', 'season,', 'the', 'one', 'precisely', 'lifted', 'by', 'Likhachev’s', 'side', 'in', 'the', 'last', 'edition,', 'held', 'in', 'Rome.']","[2, 3]",1,switzerland,"So, Russia, Switzerland, Portugal, Italy, Spain, Romania, Poland and France get ready to battle for one of the most prestigious contests in the season, the one precisely lifted by Likhachev’s side in the last edition, held in Rome.","['Russian Foreign Minister Sergei Lavrov said in a statement that Russia was ""deeply concerned"" about the allegations, adding: ""We are not aware of any reports of any links between the Russian government and the Russian government, nor are we aware of any reports of any links between the two countries, nor are we aware of any reports of any links between the two countries.""', 'Russia, Switzerland, Italy, Spain, Romania, Poland hooded Portugal, Franck Anisco, Lionel Messi and Luca Lawrenson dismissed from the national team, Hitler, Kandy, Herring to sing the national anthem.', 'Among the most notable is the fact that newspapers are opening up and working urgently and rigorously on the topic of basketball??????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????', ""< p > IAN LADYMAN was at Lord's to find out what all the fuss is about."", ""The Hollywood star's social media posts come after she revealed she has struggled in recent months with how much time she has spent away from her family.""]" -732,"['In', '2013,', 'Andorra', 'had', 'the', 'highest', 'life', 'expectancy', 'in', 'the', 'world', 'at', '81', 'years,', 'according', 'to', 'The', 'Lancet.']","[2, 3]",1,andorra,"In 2013, Andorra had the highest life expectancy in the world at 81 years, according to The Lancet.","['According to The Lancet, the average age of a 40-year-old woman in the UK is 7.2 years, compared with 7.2 years for men in the US.', 'In 2013, according to the Lancet, Andorra recorded the highest population growth in the world in 1950, according to the Foster Marshall Center Herald: ""The population growth rate in Andorra is at its highest level since the mid-1990s,"" AFP quoted CNBC as saying.', ""According to the Lancashire Daily Mail, Rena - who is Latino - went from premium coach Night Youth Wil to World September Camp D. She has been working as a waitress at Bonracar's Savings Rough for several years."", 'According to the latest figures from the Office for National Statistics (ONS), 3.57 million (11 per cent) were registered with the Government in the first three months of this year, up from 3.57 million in the same period last year.', 'And Jennifer Garner looked every inch the Hollywood A-list as she stepped out in Los Angeles on Thursday.']" -733,"['He', 'chaired', 'a', 'commission', 'that', 'produced,', 'in', '1851,', 'a', 'draft', 'civil', 'code', 'for', 'Spain', ',', 'most', 'of', 'it', 'written', 'by', 'GarcÃa', 'Goyena.']","[13, 14]",1,spain,"He chaired a commission that produced, in 1851, a draft civil code for Spain, most of it written by GarcÃa Goyena.","['It was passed in 1851 by the British Government under the chairmanship of the Senate and passed by a majority of the House of Representatives, the House of Representatives, the Senate, the Senate, the Senate, the Senate, the Senate, the Senate, the Senate and the Senate.', 'Buffon was the epitome of ruthless morality, whose actions at QPR and Kennedy in his long time at the club fitted with that.', '""I think it\'s going to be a very difficult year,"" said Buchanan, who is also president of the Association of Natural Majorities Lawyers, a nonpartisan group that opposes the law.', 'In an interview with the BBC\'s Andrew Marr Show, Churgan said: ""I don\'t think it\'s fair to say we have a lot of people who want to do this, but we have a lot of people who want to do this.', 'In 1851, a draft of the Civil Rights Act, authored by Garrett GoLenn, came to light concerning two jobs at the F.C.E. that had been deducted from their paychecks (the Democratic National Committee and the Democratic National Committee).']" -734,"['The', 'creation', 'of', 'the', 'Kingdom', 'created', 'a', 'partition', 'of', 'Polish', 'lands', 'in', 'which', 'the', 'state', 'was', 'divided', 'among', 'Russia,', 'Austria', 'and', 'Prussia.']","[19, 20]",1,austria,"The creation of the Kingdom created a partition of Polish lands in which the state was divided among Russia, Austria and Prussia.","['After the founding of the kingdom, the neoliberal idea prevailed, which at first was more of a sanalistic, exaggerated ""game.""', 'It is not the first time the company has been accused of misleading investors about the value of its stake in the company.', 'Upon his arrival at the Fullerton office in December, < br > reported that the deal was worth $8.7 million (£8.9 million), with 6,000 locations receiving $18.1 million.', '""I think it\'s going to be a lot of fun,"" he said, ""but I think it\'s going to be a lot more fun.""', 'According to figures from the Office for National Statistics (ONS), which show that the number of young people in work has risen by more than a third in the past year, the number of young people in Britain is expected to rise by 1.3 per cent over the next five years.']" -735,"['Had', 'Turkey', 'finished', 'sixth', 'or', 'higher,', 'the', 'seventh-placed', 'team', 'would', 'also', 'have', 'qualified.']","[1, 2]",1,turkey,"Had Turkey finished sixth or higher, the seventh-placed team would also have qualified.","['Had Turkey finished sixth they would have been six points clear going into the last eight, but their performance at the Stade Velodrome in Lyon - in which they beat Northern Ireland 1-0 - set them up for a morale-boosting return to the tournament.', ""< br > Racing expert Robin Goodfellow gives his views ahead of Monday's meetings at Newmarket, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton"", 'NASA Energy Lists, or successful coastal training, at the Temple Museum in Temple, Ariz.', 'Had Israel won the support of a newer Jewish newspaper, the Hungarian-born writer might have been able to connect responsibly with conservative Malaysians.', 'If only the mayor had cared, Oberterre could have been the only one who had a good open race with Butdermade... the Catholic Bellas Bernard - ""Qalesvention View,"" Minn., 16 Vandeart Refugees, """" Fasind Corn Congressional, """" No. ""']" -736,"['Russia', ""'s"", 'attempts', 'to', 'create', 'a', 'large', 'Bulgaria', 'in', 'the', 'Treaty', 'of', 'San', 'Stefano', 'led', 'to', 'the', 'British', 'withdrawal', 'from', 'the', 'Protocol', 'and', 'threatened', 'military', 'intervention,', 'quieted', 'only', 'by', 'the', 'Congress', 'of', 'Berlin..']","[0, 1]",1,russia,"Russia's attempts to create a large Bulgaria in the Treaty of San Stefano led to the British withdrawal from the Protocol and threatened military intervention, quieted only by the Congress of Berlin..","[""Russia's attempts to create a new kind of space have been a major stumbling block in recent years, according to a report from the International Space Station."", ""< br > Racing expert Robin Goodfellow gives his tips ahead of Thursday's meetings at Newmarket, Kempton, Kempton, Kempton and Kempton."", 'It all began in 1974, and trying to convince Doris and us in X-Men: Days of Future Past to rekindle their hunger for a better life was once again Belie\'s story: ""Payfan journalism has been a great success, and I\'m sure it will continue to be,"" Eric Johnson, a professor at the University of California, Berkeley, said in a statement.', 'Hailey told the publication that Natalie should have reached the third round of the IPO in 2007.', 'Russian attempts to intercept the San Stefano landing site have led to a flurry of speculation and coordination between the Russian government and the Russian government, according to Rick Menne, a member of the Senate Foreign Relations Committee who spoke on condition of anonymity because he was not authorized to speak publicly.']" -737,"['Western', 'Samoa', 'became', 'independent', 'from', 'New', 'Zealand.']","[0, 2]",1,western samoa,Western Samoa became independent from New Zealand.,"['West Samoa is now independent of New Zealand.', ""Western Samoa's independence from Neufelt was reversed."", 'The ruling was announced by < br >.', ""In 2005, half of Holzter's estate was divided into heretical social housing."", 'West Bromwich Albion have been linked with a move for the former England international but Hartley is keen to stay at the club.']" -738,"['Graham', 'Norton', 'is', 'a', 'Gaelic', 'footballer', 'who', 'plays', 'for', 'Dublin', 'and', 'St', 'Brigids.']","[9, 10]",1,dublin,Graham Norton is a Gaelic footballer who plays for Dublin and St Brigids.,"['Graham Norton is a regular panellist on Good Morning Britain and a regular panellist on Good Morning Britain.', 'Graham Norton is a regular panellist on Good Morning Britain and a regular panellist on Radio 4 ""s Today programme', ""Graham Norton is a guest, although Muhammad Ali did not mention any of his alleged North American Humajwu (Chaos by America) with Nick 'Neill."", ""Graham is one of the world's greatest conservationists, a mediator, once a man, now a farmer."", 'Graham Norton is a regular panelist (Politics, Politics & Prose, The Spectator, The Spectator, The Spectator, The Spectator, The Spectator, The Spectator, The Spectator, The Spectator, The Spectator, The Spectator, The Spectator, The Spectator, The Spectator, The Spectator, The Spectator, The Spectator, The Spectator, The Spectator, The Spectator, The Spectator, The Spectator, The Spectator, The Spectator, The Spectator, The Spectator, The Spectator, The Spectator, The Spectator, The Spectator, The Spectator, The Spectator, etc.)']" -739,"['He', 'captained', 'the', 'side', 'in', 'his', 'final', 'year', 'at', 'university', 'and', 'represented', 'the', 'British', 'Universities', 'against', 'Bangladesh', 'and', 'later', 'Sri', 'Lanka', '.']","[19, 21]",1,sri lanka,He captained the side in his final year at university and represented the British Universities against Bangladesh and later Sri Lanka.,"[""He has already led the war effort and represented the French side in a monument to Ribéry's legacy."", 'After spending his last year in kickboxing, ""under the banner"" of Stanisbah, ""the legal class stood and should be treated for Sbarl,"" the category of defending champion grew.', 'Church officials said Shar desperately tried to bring the main marker around Timoaga Sumota to Edwesurst, where he managed to get a number of law enforcement officers to stop him (Pound threatened to blackmail most of the victims and even threatened to kill them), but only about 3.5% of those who did not make it to Edwesurst managed to get through.', 'GEBAN Phillip Managing Flow and in pants by Christina Kent Dickimeter, presented by Sarroros, a collector of the class.', ""He is now part of the squad at the home of English rugby and the West Ham boss is keen to bolster his squad ahead of next summer's World Cup in Russia.""]" -740,"['Sections', 'of', 'the', 'expressway', 'in', 'Hong', 'Kong', 'and', 'Macau', 'are', 'observed', 'only', 'by', 'the', ""People's"", 'Republic', 'of', 'China', '.']","[14, 18]",1,people's republic of china,Sections of the expressway in Hong Kong and Macau are observed only by the People's Republic of China.,"['Sections along the expressway were not found until the early hours of Friday, according to police.', 'Departing every 20 minutes from Line 5, which runs along Highway 1, O\'Brien said: ""Two moraine beaches, the Craen Railway Mechanism and the Collelenders Railroad, which are all in the middle of the Ashton GE 4fit Rm Inn junction he is promoting... the locations are limited and close to us... so we can\'t wait to get to know each other... we can\'t wait to get to know each other... we can\'t wait to meet you... we can\'t wait to meet you...""', 'On the route to Hong Kong, Chinese citizens are not allowed to cross the border to the mainland.', ""Baumann's confusing but tweeting remarks, in place of the tedious daily remarks of my implied Buckingham Palace counterpart, come as quite a shock."", '""I think it will be a lot of fun,"" he said, ""but I think it will be fun.""']" -741,"['The', 'West', 'Indies', 'made', 'their', 'way', 'into', 'the', 'final', 'after', 'defeating', 'South', 'Africa', 'in', 'the', 'second', 'semi-final', 'played', 'at', 'Sawai', 'Mansingh', 'Stadium,', 'Jaipur', 'on', '2', 'November', '2006.']","[1, 3]",1,west indies,"The West Indies made their way into the final after defeating South Africa in the second semi-final played at Sawai Mansingh Stadium, Jaipur on 2 November 2006.","['The West Indies reached the final from where they beat South Africa in the second half of the second Test.', 'They qualify for the knockout stages of the Europa League', ""It was the first time the couple have been seen together in public since Harry and Meghan's engagement announcement in May last year."", 'Westinghouse reached its climax in the manner of a fan club... on the other side of the South it thrashed itself with a taxi from Bayehlis.', 'Following the Manchester Arena bombing that killed 22 people and wounded more than 100 others, the United States has launched a new offensive against the Islamic State (IS, formerly ISIS / ISIL) in Syria and Iraq to end the group\'s ""caliphate"" in Iraq and Syria.']" -742,"['Three', 'were', 'also', 'sold', 'to', 'China', '.']","[5, 6]",1,china,Three were also sold to China.,"['Three delivery firms have also gone to China, which is why the celebrity mobile phone bill, which aims to encourage or increase the use of personalised products from non-EU countries, aims to increase the number of mobile phones in the UK by 50 per cent to 140,000 by 2025, according to Gareth Valley, director of MnrOS 6 SemGuy development with the latest Factory 5, which is expected to cost £20,000.', 'Three people, including two children, were killed in the attack.', 'Also blessed are the Colts, who are in Stage 3 production.', 'Death of New York Mayor Michael Bloomberg', ""Nick Smik showed Birkdale what he's made of with his tee shot on the second - his second - and then followed it up with a birdie on the fifth.""]" -743,"['The', 'Iraq', ""women's"", 'national', 'football', 'team', 'is', 'the', 'female', 'representative', 'football', 'team', 'for', 'Iraq', '.']","[13, 14]",1,iraq,The Iraq women's national football team is the female representative football team for Iraq.,"['Valencia have been around since 2001 and were the first team to qualify for the Champions League.', ""The world's leading international women's team has had realistic answers for decades."", 'In 2008, Tiller and Erin Eyjeher, who worked in the electrical appliances industry, approached Obama and asked him to join them.', ""The women's national team of actresses will also be honored at the ceremony, which will be held Thursday at the Beverly Hilton Hotel in Beverly Hills, California."", 'Buffon is on the bench, Kevin Keegan on the bench, Dunk on the bench, Steve Cobb on the bench.']" -744,"['Abdul', 'Hakim', 'Asher', '(born', 'October', '12,', '1977)', 'is', 'one', 'of', 'the', 'most', 'influential', 'spokespersons', 'of', 'the', 'Islamic', 'Republic', 'of', 'Afghanistan', '.']","[16, 20]",1,islamic republic of afghanistan,"Abdul Hakim Asher (born October 12, 1977) is one of the most influential spokespersons of the Islamic Republic of Afghanistan.","['Abdul-Jalil Awlaki, who was found dead in 1976 fighting the Islamic State, is one of the most powerful lawmakers in the Islamic Republic of Aken.', 'Abdel-Fattah al-Sisi, the head of Egypt\'s National Council for Human Rights, said in a statement he was ""deeply saddened"" by the news.', ""Speaking at the Paralympics in 1984, he said: 'I think it's important that we have a clear vision for the future of this country.'"", 'The leader of Al Qaeda in the Arabian Peninsula (AQAP), Abdul Hakabullah al-Zawahiri, was killed in a drone strike in the southern city of Benghazi, the group said in a statement.', ""Dreyfus Lahetgner, < unk > Hum Habet < unk >'s Yahoo!: Attolo for Less FeMitt Lawrence < unk > I grew up as a freelance journalist, the campaign lasted another six weeks. Young, 106% of Americans voted for Hillary Clinton in the 2016 presidential election, and a third of Americans voted for Barack Obama in the 2016 presidential election, according to a new poll. < unk > Hum Habet < unk >'s Yahoo!: Attolo for Less Harmful FeMitt Lawrence < unk > I grew up as a freelancer, the campaign stayed on for another six weeks. Young, 106% of Americans voted for Hillary Clinton.""]" -745,"['Cuba', 'was', 'excluded', 'at', 'the', 'request', 'of', 'the', 'United', 'States.']","[0, 1]",1,cuba,Cuba was excluded at the request of the United States.,"['Cuba was excluded at the request of the United States.', 'Cuba was banned from entering the country at the request of the United States.', 'Cuba, however, received special treatment at the request of the Cuban people.', 'Cuba was suspended for a day after the assassination of Cuban President Raul Castro and his brother Raul Castro, who died in January at the age of 90 after a long battle with cancer. < a href = ""http: / / www.zillow.com / blog / paul-paul-paul-paul-paul-paul-paul-paul-paul-paul-paul-paul-paul-paul-paul-paul-paul-paul-paul-paul-paul-paul-paul-paul-paul-paul-paul-paul-paul-paul-paul-paul-paul-paul-paul-paul-paul-paul-paul-paul-paul-paul-paul-paul-paul-paul-paul', 'Cuba became the first country to legalize same-sex marriage in the United States after President Barack Obama signed an executive order banning same-sex marriage in the country.']" -746,"['Turkey', 'is', 'automatic', 'qualifier', 'as', 'the', 'host', 'country.']","[0, 1]",1,turkey,Turkey is automatic qualifier as the host country.,"['Eighth-seeded Turkey will then automatically qualify as hosts.', 'Turkey is in the running as a clear frontier for a European edema.', 'Heidi and Zac were given the keys to the property and the keys to the master bedroom, which they used to decorate the walls of their own home.', 'The hangover?', 'The goal is to win the handicap and Amazon.com will be the first in the world to do so in one weekend.']" -747,"['The', 'London', 'Protocol', 'was', 'signed', 'on', '21', 'March', '1877', 'between', 'Russia', 'and', 'the', 'United', 'Kingdom', '.']","[13, 15]",1,united kingdom,The London Protocol was signed on 21 March 1877 between Russia and the United Kingdom.,"['""I think it\'s good that we\'ve been able to find a way to make sure that we don\'t have a situation where we don\'t have to make a decision about whether or not we have to make a decision about it, whether or not we\'re going to make a decision about it, whether or not we\'re going to make a decision about it, whether or not we\'re going to make a decision about it,"" he said.', ""< unk >'s DAVID LLOYD reflects the events of the night of the fire of Grenfell Tower... and how those who lost loved ones in the flame... and how those who lost loved ones in the flame... and those who lost loved ones in the flame... and those who lost loved ones in the flame... and those who lost loved ones in the flame... and those who lost loved ones in the flame... and those who lost loved ones in the flame..."", 'The London F & C principle was adopted by Jahn & Kühner in 1997 when it was introduced in the United Kingdom.', 'On March 21, 1861, the Hornets Queen of Appeal and her ally Britain, Gareth Simpson, were killed at the Battle of Passchendaele.', 'Both are demanding the resignation of their deputy prime minister, in particular Teri Hatcher, who was killed in a car crash last year.']" -748,"['Beginning', 'in', '1952,', 'Japan', 'classified', 'these', 'as', 'Class', '1', 'or', 'Class', '2.']","[3, 4]",1,japan,"Beginning in 1952, Japan classified these as Class 1 or Class 2.","['""I don\'t think there\'s a lot of evidence for it, but I think there\'s a lot of evidence for it, and I think there\'s a lot of evidence for it, and I think there\'s a lot of evidence for it, and I think there\'s a lot of evidence for it, and I think there\'s a lot of evidence for it,"" he said.', 'The Sierra Texas Rail train initially claimed 19 to 10 lives.', 'This had not been so dramatically lamented in Vienna, the first language laboratory in the United States, since 1919.', 'Image copyright ICORD Image caption Feature reviews are available for £2,200', 'Since Barca flew the jet in 1952, the chain has been shut down and Barclays forced to relocate.']" -749,"['Over', 'the', 'centuries,', 'Turkey', 'has', 'had', 'many', 'constitutions', 'and', 'can', 'be', 'characterized', 'by', 'the', 'steady', 'establishment', 'of', 'a', 'nation-state,', 'democratization', 'and', 'recognition', 'of', 'international', 'law.']","[3, 4]",1,turkey,"Over the centuries, Turkey has had many constitutions and can be characterized by the steady establishment of a nation-state, democratization and recognition of international law.","['Over the centuries, many California wars have served as an international court.', 'Turkey can hardly wait for the end of Lent, like Lent Monday and Sunday.', 'During the hundreds of days, Turkey had refused to allow Ken Aviv to return to his capital, Sicily, but a special prosecutor in Turkey blamed him and shook the hand of a security guard - and not just because I was the only one who was wrong.', 'The United States versus Italy is the only country in the world that does not have a monument to Schioslovsky Sack commemorating the abolition of flight.', 'Standard Barclays, for example, has stated that it does not know of xenophobic sympathizers, but British judicial barons are actually specific to individual freelancers, and that it has no power to prosecute them for any crime they may have committed, and that it has no power to prosecute them for any crime they may have caused.']" -750,"['He', 'made', 'his', 'international', 'debut', 'for', 'Bahamas', 'in', 'a', 'March', '2000', 'FIFA', 'World', 'Cup', 'qualification', 'match', 'against', 'Anguilla', 'and', 'had', 'earned', 'a', 'total', 'of', '14', 'caps,', 'scoring', 'no', 'goals.']","[6, 7]",1,bahamas,"He made his international debut for Bahamas in a March 2000 FIFA World Cup qualification match against Anguilla and had earned a total of 14 caps, scoring no goals.","['He said, ""I will not lie, I will not lie, I will not lie, I will not lie, I will not lie, I will not lie, I will not lie, I will not lie, I will not lie, I will not lie, I will not lie, I will not lie, I will not lie, I will not lie, I will not lie.', 'He coached the club in the ACT last year and gave everything as a young player for the All Blacks.', 'He made his campaign debut aboard an Obama-era ELSTED Olympus.', 'His country debut came on the back of a series of monographs in which he claimed to have benefited from the visceral movement in some corridors of power censored by outrageous threats of ""teris no louvre"" speech control Spice B.', 'Hellstern had admitted to taking cocaine and drinking heavily for years in an interview with < a href = ""http: / / www.zillow.com / blog /"" target = ""external"" > before the game, but denied any wrongdoing.']" -751,"['Operation', 'Tinderbox', 'was', 'a', 'series', 'of', '14', 'nuclear', 'tests', 'conducted', 'by', 'the', 'United', 'States', 'in', '1979-1980', 'at', 'the', 'Nevada', 'Test', 'Site.']","[12, 14]",1,united states,Operation Tinderbox was a series of 14 nuclear tests conducted by the United States in 1979-1980 at the Nevada Test Site.,"['Operation Tinderbox included at least 14 other nuclear tests in the United States.', 'Operation TinLakers was the fourteenth in a series of key tests conducted by the U.S. Navy in the Gulf of Mexico, according to the report.', 'Operation Tinderbox was triggered by the presence of European gas particles, 23% of the entrances to the crash site of the fighter jet and the fact that soldiers were better prepared to occupy the Mexican checkpoint at the height of the attack.', '(WASHINGTON) - President Barack Obama said Thursday that he would not allow the United States to use military force against North Korea, but said the United States was ready to use force against North Korea to defend itself against the threat of a nuclear attack.', 'Behind them was an AR-15 rifle, the 31st Amendment to the U.S. Constitution, which prohibits the use of assault rifles, grenades, grenades, grenades, grenades, grenades, grenades, grenades, grenades, grenades, grenades, grenades, grenades, grenades, grenades, grenades and other ammunition in the case of the man accused of trying to blow up the U.S. Embassy in Kabul; the list goes on and on; the list goes on, but the list goes on - and on - the list goes on, because it contains, you name it, the list goes on, the list goes on, and on, the list goes on.']" -752,"['After', 'the', 'war,', 'it', 'was', 'still', 'operated', 'by', 'Poland,', 'Norway,', 'Ukraine', '.']","[10, 11]",1,ukraine,"After the war, it was still operated by Poland, Norway, Ukraine.","['After the war, Poland, Norway, and Ukraine expanded their support.', 'After Froome breathed a sigh of relief, Froome announced the duel - which Contador had broadcast live on television.', ""He said: 'I'm not going to say I'm going to do it again, I'm not going to do it again."", 'This equipment is delivered either to the people (by line or count), had a program or information -- U.S. ""government fee Gaddafi guaranteed to drive!""', 'Gayle, Liekeko and Oli are all likely to be available despite injury.']" -753,"['In', '1940', 'Northern', 'Transylvania', 'reverted', 'to', 'Hungary', 'as', 'a', 'result', 'of', 'the', 'Second', 'Vienna', 'Award,', 'but', 'it', 'was', 'reclaimed', 'by', 'Romania', 'after', 'the', 'end', 'of', 'World', 'War', 'II.']","[20, 21]",1,romania,"In 1940 Northern Transylvania reverted to Hungary as a result of the Second Vienna Award, but it was reclaimed by Romania after the end of World War II.","['In 1940, El dresmé Transsylvaniyas (Sixth Anniversary of Amsterdam) returned to Hungary as Mrs. Simpire; the company recorded beta-beta-beta-beta-beta-beta-beta-beta-beta-beta-beta-beta-beta-beta-beta-beta-beta-beta-beta-beta-beta-beta-beta-beta-beta.', 'The speculum also reads ""Lázquez.""', 'In 1940, the Austin School of Art fell into disrepair - and was destroyed at the end of World War II.', 'When World War II broke out, northern Transylvania fell to the North Sea, and the shunt was abandoned after Jews and Christians forced to flee their homelands during World War II promised long-term peace and prosperity.', 'The cemetery is in an acute phase of dynamics, as well as cases where the cemetery has been asked to reopen after ""past criteria and loyalty checks dating back to the 1970s,"" as stated in an internal memo from Raleigh, Md., so that such utilities can be reestablished in American presence.']" -754,"['South', 'Korea', 'participated', 'as', 'Korea', 'in', 'the', 'ninth', 'Winter', 'Paralympics', 'in', 'Turin,', 'Italy.']","[4, 5]",1,korea,"South Korea participated as Korea in the ninth Winter Paralympics in Turin, Italy.","['South Korea will host the ninth Winter Olympics in Turin, Italy, < br > reported.', 'The plot of the new season of The Crown has been revealed', 'South Korea picked up helicopters, covered wagons, passenger cars, Tiger military vehicles and other military equipment, according to the state-run Korean news agency KCNA.', 'South Korea accepted the invitation to join the South Korean delegation, which included South Korean President Moon Jae-in, South Korean President Moon Jae-in, South Korean President Park Geun-hye, South Korean President Moon Jae-in, South Korean President Moon Jae-in and South Korean President Moon Jae-in.', 'How long will it take?']" -755,"['I', 'base', 'this', 'solely', 'on', 'Israel', ""'s"", 'resolve', 'and', 'objective,', 'not', 'on', 'how', 'difficult', 'it', 'is', 'to', 'achieve', 'such', 'objective).']","[5, 6]",1,israel,"I base this solely on Israel's resolve and objective, not on how difficult it is to achieve such objective).","['I pay for this purely because of the determination of Israel and the AK, and not because of the difficulty of achieving a goal), but because it is so difficult to achieve.', ""There is such a difference between Israel's resolutions and my terms and conditions, whether it's real estate financing or Netanyahu or Alberta."", 'Palmer, like Forrest, tried to stay in touch with President Felipe Calderon on the one hand and Yasukuni on the other, hoping that Obama would find a solution with another.', 'Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles Titles', ""All I'm thinking about here is the fact that I still have a lot of stamina in me and I still have a lot of stamina in me and I still have a lot of stamina in me.""]" -756,"['By', '1992', 'wild', 'tigers', 'were', 'no', 'longer', 'being', 'seen', 'in', 'China', 'then', 'by', '1993', 'China', 'passed', 'a', 'ban', 'on', 'the', 'trading', 'of', 'tigers', 'and', 'their', 'parts.']","[14, 15]",1,china,By 1992 wild tigers were no longer being seen in China then by 1993 China passed a ban on the trading of tigers and their parts.,"['Industrial birds were banned in Asia until 1992, when China last month imposed a trade ban on tigers and baby parts, cutting off public areas from travellers.', 'At the end of the 1950s, however, he began to make a name for himself.', 'He briefed senior academics on technology and the pursuit of an extremely weak central bank, and he was the first to do so on 5 April.', ""Until 1992, the NPD did not see any major players until 1994, when it led circles - the China, Stizack's last game."", '""I think it\'s going to be a long time before we get to the point where we can say,"" I\'m not doing that, """" he said.']" -757,"['However,', 'when', 'the', 'Pacific', 'War', 'ended', 'in', 'August', '1945,', 'III', 'Amphibious', 'Corps', 'instead', 'went', 'to', 'North', 'China', 'to', 'accept', 'the', 'surrender', 'of', 'Japan', ',', 'and', 'from', 'October', '1945', 'to', 'February', '1946,', 'Draeger', 'was', 'stationed', 'with', 'a', 'signal', 'unit', 'in', 'Tianjin,', 'China.']","[22, 23]",1,japan,"However, when the Pacific War ended in August 1945, III Amphibious Corps instead went to North China to accept the surrender of Japan, and from October 1945 to February 1946, Draeger was stationed with a signal unit in Tianjin, China.","['Chinese President Xi Jinping will meet with Chinese President Xi Jinping in Beijing on Wednesday.', ""But when it came to the unisex tariff increase at the federal level, it was supposed to be delicate, but it didn't seem to be so. Drueger said the federal government wouldn't be able to enforce it, and Drueger said it wouldn't be able to enforce it, and Drueger said it wouldn't be able to enforce it, and Drueger said it wouldn't be able to enforce it, and Drueger said the federal government wouldn't be able to enforce it, but wouldn't be able to enforce it."", 'But when World War II broke out in the mid-1980 ""s, it was only a matter of time before war was waged, and the English Channel was the only place in the world where the British Empire was at war with the Germans.', 'When the Pacific War ended in August 1945, Canada was the only country in the world that did not permit the use of nuclear weapons, and the United States was the only country in the world that did not permit the use of nuclear weapons... and the United States was the only country in the world that did not permit the use of nuclear weapons... and the United States was the only country in the world that did not have a nuclear weapon.', 'However, when he was cast as the villain in the film, it turned out that he had been cast as the villain in the film.']" -758,"['The', 'Dutch–Indonesian', 'Round', 'Table', 'Conference', 'was', 'held', 'in', 'The', 'Hague', 'from', '23', 'August', 'to', '2', 'November', '1949,', 'between', 'representatives', 'of', 'the', 'Netherlands,', 'the', 'Republic', 'of', 'Indonesia', 'and', 'the', 'BFO', '(Federal', 'Consultative', 'Assembly)', 'representing', 'various', 'states', 'the', 'Dutch', 'had', 'created', 'in', 'the', 'Indonesian', 'archipelago.']","[23, 26]",1,republic of indonesia,"The Dutch–Indonesian Round Table Conference was held in The Hague from 23 August to 2 November 1949, between representatives of the Netherlands, the Republic of Indonesia and the BFO (Federal Consultative Assembly) representing various states the Dutch had created in the Indonesian archipelago.","['The Dutch < a href = ""http: / / www.zillow.com / blog / indonesian-round-table-conference /"" target = ""_ blank"" > The Indonesian Round Table Conference was held in the United States, according to people familiar with the talks who spoke on condition of anonymity because they were not authorized to speak to the media. < / a > The United Nations said in a statement it was ""deeply saddened by the loss of life in Indonesia."" < / a >', 'Between 23 August and 2 November 2007, Group A P.J. ""Taxpayers"" Hope ""; A.Georgismon, Inc.; A.Georgismon, Inc.; A.Georgismon, Inc.; A.Georgismon, Inc.; A.Georgismon, Inc.; A.Georgismon, Inc.; A.Georgismon, Inc.; A.Georgismon, Inc.; A.Georgismon, Inc.; A.Georgismon, Inc.; A.Georgismon, Inc.; A.Georgismon, Inc.; A.Georgismon, Inc.; and A.Georgismon, Inc.', 'Defini < unk > The Bush-designed aircraft was designed to fly over the United States and fly over the United States, Canada, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, and many others.', 'From 23 August, the sale plans for the GondolheilesvÃ¥ estate were announced, and in the event of a break-up of the German-owned foundations, it is believed that the sale of the SouthemCity villas would have led to tensions between the two parties, with a major social debate taking place not only over the sale of the property, but also over the sale of the land.', 'Explained by Walle Reitzheim, Verbutz and Siemens Club Belding: ""In the garden of a man looted from Africa who has found refuge in the sun and the atmosphere of the sun, there is much more to do:"" Wild Planet ""(which is Anne of Say128 on the way to Delhi);"" Wild Planet ""(which is on the way to Delhi);"" Wild Planet ""(which is on the way to Delhi);"" Wild Planet ""(which is on the way to Delhi).""']" -759,"['The', 'embassy', 'is', 'charged', 'with', 'diplomacy', 'and', 'Albania', '–', 'United', 'States', 'relations.']","[9, 11]",1,united states,The embassy is charged with diplomacy and Albania – United States relations.,"['The embassy is engaged in diplomacy and the abolition of visa status for 4ost.', 'The message is loyal - constructive and receptive to relapse ideas - but journalism has been around for about a year.', 'Is Vietnam concerned about perceived contours in cyberspace?', 'Seven foreign ministers have died of Ebola, according to the World Health Organization (WHO).', 'A former lava steak (a non-existent N-word, as existence never fell into the hands of a London gangster), The New York Times: Letter from American budget commentators, who say that the government should spend 50% of its time in office delivering conclusions every day, many of us should just focus on warm right-hand workouts.']" -760,"['The', 'Fiji–France', 'Maritime', 'Delimitation', 'Agreement', 'is', 'a', '1983', 'treaty', 'between', 'France', 'and', 'Fiji', 'which', 'establishes', 'the', 'maritime', 'boundary', 'between', 'Fiji', 'and', 'the', 'French', 'special', 'collectivity', 'of', 'New', 'Caledonia', 'and', 'the', 'boundary', 'between', 'Fiji', 'and', 'the', 'French', 'overseas', 'collectivity', 'of', 'Wallis', 'and', 'Futuna.']","[12, 13]",1,fiji,The Fiji–France Maritime Delimitation Agreement is a 1983 treaty between France and Fiji which establishes the maritime boundary between Fiji and the French special collectivity of New Caledonia and the boundary between Fiji and the French overseas collectivity of Wallis and Futuna.,"['Launched by Derry MP Maj. Nicolas Domarian, the Fiji Seerech programme aims to persuade the Fiji Marist Party to stand between the latter and the former.', 'There is no barrier between the two, but Justin has written to you recently and we want to make sure we are aware of this - as stated in an editorial of the Southeast Asian Society and Pfa.', ""??? I don??? t think you're going to be able to do anything about it,??? he said.??? I??? m not going to be able to do anything about it, Santorum said.??? I??? m not going to be able to do anything about it.???"", 'Spooner, who was born and raised in the United States, said he was ""deeply saddened"" by the death of his mother, who died in a car crash in the early hours of Sunday.', 'In Europe.']" -761,"['Some', 'believe', 'that', 'Belarus', 'planted', 'the', 'device,', 'rigged', 'a', 'show', 'trial', 'and', 'tortured', 'confessions', 'out', 'of', 'the', 'two', 'suspects.']","[3, 4]",1,belarus,"Some believe that Belarus planted the device, rigged a show trial and tortured confessions out of the two suspects.","[""Some believe the device was stored in Belarus, for example, manipulating a show trial of suspects and corrupting former President Vladimir Putin's confessions."", 'Some believe that the Belarusian authorities are trying to use tricks in the kindergarten process, according to the Associated Press.', 'Some believe Jets fans may have been filled with a pirate ship in the middle of the night, while others believe the Pirates of the Caribbean star may have been a pirate ship in the middle of the night and that the Pirates of the Caribbean star may have been a pirate ship in the middle of the night, according to the New York Times, which first reported the incident on Wednesday.', 'Some believe negativity is at the root of the problem.', ""Some people think it's a joke, but it's not true.""]" -762,"['Israel', 'has', 'its', 'own', 'Afganistan', 'which', 'is', 'Syria,', 'and', 'its', 'own', 'Iraq,', 'which', 'is', 'Iran.']","[0, 1]",1,israel,"Israel has its own Afganistan which is Syria, and its own Iraq, which is Iran.","['< p >\'s @ abanygacub posted this photo on Instagram with this caption: ""@ abanygacub I\'m so excited to be a part of @ abanygacub and @ abanygacub @ abanygacub and @ abanygacub @ abanygacub @ abanygacub @ abanygacub @ abanygacub @ abanygacub @ abanygacub @ abanygacub @ abanygacub', 'Israel undoubtedly has the ability to seize an opportunity, but it was unable to do so on its own, said a senior Israeli official who spoke on condition of anonymity because of the sensitivity of the matter.', ""He said: 'It's not just Syria itself, it's Syria and Iraq, but Iraq as well."", 'Israel and Syria have a long feud over the use of chemical weapons.', 'The Israeli Army (IDF), a non-governmental organization, said in a statement that it was ""deeply saddened"" by the death of a Palestinian in the Gaza Strip and ""deeply saddened"" by the loss of life in the Gaza Strip and the loss of life in the Gaza Strip.']" -763,"['Germany', 'opens', 'the', 'section', 'from', 'Bad', 'Nauheim', 'to', 'Rockenberg.']","[0, 1]",1,germany,Germany opens the section from Bad Nauheim to Rockenberg.,"['The route between Bad and Roxburg seems to be free.', 'Icelandic archaeologist finds baby body', '2024: Lindlar ejects Cleveland chairman Clarence Vebodre from the game.', 'According to a report by the International Monetary Fund (IMF), Germany charges a fee for the exchange of tenants equivalent to that charged for short-term rentals.', 'Jenny Guttenberg: ""Only 100 sexually active parents make their picture public"" Min Eskimos is actually manageable, < unk > Nadis Nadis reports. < unk > Oli tells < unk > women online about allegations they don\'t read like k5 or k5 or k5 but are fed up with a heroic attack, < unk > Oli Nadis tells < unk >: ""If you read like k5 or k5 or k5, you see a heroic person who has a heroic inclination to commit suicide."" < unk > Oli Nadis tells < unk >: ""If you read like k5 or k5, you see a heroic person who has a heroic inclination to commit suicide.""']" -764,"['But', 'there', 'is', 'an', 'Oakland', 'City', 'University', 'within', 'a', 'few', 'miles', 'of', 'Jordan', ""'s"", 'hometown', 'of', 'Lynnville,', 'IN,', 'in', 'Oakland', 'City,', 'IN.']","[12, 13]",1,jordan,"But there is an Oakland City University within a few miles of Jordan's hometown of Lynnville, IN, in Oakland City, IN.","['INDIANAPOLIS Several times in three days, he repeats it constructively, but it was David Robinson of Michigan who suggested taking up arms.', ""But on the outskirts of Jordan's hometown of Lynnvili (where President Vladimir Putin has been visiting for the past two years), the president's pick-up truck was able to identify perpetrators like Bez, who died in a 1965 car crash."", 'The current head teacher, who did not want to be named, said: ""We are very sorry for the inconvenience this has caused.', '""I don\'t think it will be easy,"" he said, ""but it won\'t be easy.""', ""Cuba's account will never follow, or be considered a reasonable argument, as if someone on the street could safely recommend assassinations, but rather as if someone had been assigned to a plantation, an offender council, etc., who had been convicted of federal crimes against Mr. Hernandez.""]" -765,"['As', 'World', 'War', 'I', 'broke', 'out', 'and', 'Italy', 'declared', 'its', 'neutrality,', 'Balbo', 'supported', 'joining', 'the', 'war', 'on', 'the', 'side', 'of', 'the', 'Allies.']","[7, 8]",1,italy,"As World War I broke out and Italy declared its neutrality, Balbo supported joining the war on the side of the Allies.","['When World War I broke out, RePearson said he was ""shocked and saddened"" to learn of the death of his father, who was killed in the Battle of Bulge in the Battle of Bulge in the Battle of Bulge in the Second World War.', 'Italy declared its neo-colonialism, the balbo-supporting ""war"" Jan Soros did not formally run for president, and the country was forced to abandon its support for the ""war on terror"" and the ""war on terror,"" while the ""war on terror"" and the ""war on terror"" of the ""war on terror"" and the ""war on terror"" of the ""war on terror"" and the ""war on terror"" were among the main themes of the speech.', ""In a statement, he said: 'We are deeply saddened by the death of Alan Rickman, who died from cancer at the age of 69 this morning."", 'When World War I broke out and Bonniatta dini de fell, Balffle raised his arms sternly, restrained, exuberant contradiction, triumphant words, and years of courtship and indignation were written in 1986 in North Korea in the name of the legendary Dr. Peter Paul.', 'As the Mail on Sunday revealed last week, Helen van der Beek is to be made a CBE for services to charity.']" -766,"['The', 'Nagorno-Karabakh', 'Autonomous', 'Oblast', 'voted', 'to', 'secede', 'from', 'Azerbaijan', 'and', 'join', 'Armenia,', 'triggering', 'the', 'Nagorno-Karabakh', 'War.']","[1, 4]",1,nagorno-karabakh autonomous oblast,"The Nagorno-Karabakh Autonomous Oblast voted to secede from Azerbaijan and join Armenia, triggering the Nagorno-Karabakh War.","['It is alleged that the woman, who has not been named, told police that she was drinking heavily at the time of the incident and that she was drinking heavily at the time of the incident, and that she was drinking heavily at the time of the incident and was drinking heavily at the time of the incident.', 'In a statement, the company said: ""We are sorry for the inconvenience caused to our customers and would like to apologise for the inconvenience caused.', 'Autonomous Voi Bidisa LeaFed\\ ul 1980-2008 Roberto Belene (Interior Minister for denomination and archaeology) scored 2.0% Etsu iPhone + r 37.35% Etsu iPhone + r 37.35% Etsu iPhone + r 37.35% Etsu iPhone + r 37.00% Etsu iPhone + r 37.00% Etsu iPhone + r 37.00% Etsu iPhone + r 37.00% Etsu iPhone + r 37.00% Etsu iPhone + r 37.00% Etsu iPhone + r 37.00% Etsu iPhone + r 37.00%', 'The Nagorno-Karabakh Autonomous Region informed the Organisation for the Prohibition of Chemical Weapons and the Organisation for the Prohibition of Chemical Weapons (OPCW) that it was ""deeply concerned"" about the situation in the region, which has been under siege since 2016.', '""I don\'t know if I\'m going to be able to do that, but if I\'m going to do that, I\'m going to be able to do it,"" he said, ""and I\'m going to do it, and I\'m going to do it, and I\'m going to do it, and I\'m going to do it, and I\'m going to do it, and I\'m going to do it, and I\'m going to do it, and I\'m going to do it, and I\'m going to do it.""']" -767,"['China', 'and', 'Romania', 'have', 'a', 'history', 'of', 'several', 'decades', 'of', 'economic', 'and', 'cultural', 'exchanges', 'as', 'part', 'of', 'the', 'Communist', 'bloc.']","[0, 1]",1,china,China and Romania have a history of several decades of economic and cultural exchanges as part of the Communist bloc.,"['China has just slipped to the bottom of the sea... can you believe it?', 'Kipsang, who has worked with seven candidates, joined the Dallas-based company.', 'According to an International Monetary Fund report, China and Romania have a decades-long economic and cultural relationship, with a long-standing relationship between China and Romania and a long-standing relationship between the two countries.', 'Such a pedestrian must have been inspired by the fact that many of these woolly rhinos are the plateau on which these monuments were erected.', 'China is unlikely to see a commercial media renaissance.']" -768,"['In', '1823,', 'the', 'empire', 'dissolved', 'and', 'Nicaragua,', 'along', 'with', 'Guatemala,', 'El', 'Salvador', ',', 'Honduras', 'and', 'Costa', 'Rica', 'joined', 'the', 'United', 'Provinces', 'of', 'Central', 'America.']","[10, 12]",1,el salvador,"In 1823, the empire dissolved and Nicaragua, along with Guatemala, El Salvador, Honduras and Costa Rica joined the United Provinces of Central America.","['History has shown Cynthia Hipgrave to be a trump card when it comes to preserving the identity of those who gave their lives for the cause.', 'In 1823 he was the first person to receive the Nobel Prize for Literature.', 'In 1823, the US Supreme Court upheld the right of the Supreme Court to overturn the death penalty in the United States, and the Supreme Court upheld the right of the Supreme Court to overturn it.', 'In the 1940s and 1970s, a group of young men and women who had worked in the field for more than a decade were given the opportunity to work in agriculture and agriculture.', 'Fidel Castro, or the latter stages of World War II after Phelps and his 49th birthday, also broke with tradition by declaring his birth name ""usador,"" a reference to Cuban dictator Fidel Castro, who led the Cuban revolution in 1959.']" -769,"['The', 'Tegenpartij', 'was', 'the', 'party', 'for', 'all', 'Dutchmen', 'who', 'can', 'no', 'longer', 'stand', 'the', 'Netherlands', '.']","[14, 15]",1,netherlands,The Tegenpartij was the party for all Dutchmen who can no longer stand the Netherlands.,"['The teenager was part of the ""d"" d ""d"" d ""d"" d ""d"" d ""d"" d ""d"" d ""d"" d ""d"" d ""d"" d ""d"" d ""d"" d ""d"" d ""d"" d ""d"" d. ""', 'Helpful was the < p > party for all the Dutch players who recently realised how quickly volumes are missing for that period.', 'The board\'s statesman threatened that the report would lead to a ""full investigation"" into the company\'s failure to disclose its financial statements to the Securities and Exchange Commission (SEC).', 'The Teen Choice Awards, broadcast live on CBS, marks the first time the Academy of Motion Picture Arts and Sciences (CAA) has announced the winner of the Best Picture Oscar.', 'A retired prince.']" -770,"['The', 'Barbados–France', 'Maritime', 'Delimitation', 'Agreement', 'is', 'a', '2009', 'treaty', 'between', 'Barbados', 'and', 'France', 'which', 'delimits', 'the', 'maritime', 'boundary', 'between', 'Barbados', 'and', 'the', 'French', 'Overseas', 'departments', 'of', 'Guadeloupe', 'and', 'Martinique.']","[12, 13]",1,france,The Barbados–France Maritime Delimitation Agreement is a 2009 treaty between Barbados and France which delimits the maritime boundary between Barbados and the French Overseas departments of Guadeloupe and Martinique.,"[""The Maritime Restriction Agreement between Barbados and France is an agreement signed by Phantom that blurs the maritime boundary between Eugene and Città d'Azur and sets the winning company's reset period in the original offport of more than 500,000."", 'The agreement between the Republic and France, a maritime agreement, is intended to protect the maritime security of these countries while protecting the sovereignty of the United Kingdom by reducing the cost of goods and services.', 'The agreement between the region and the United States is the first maritime result of the global work and development of Antarctica and the United States, and the formation of this alliance was underlined by the fact that the United States and the European Union have agreed to work together to develop a joint maritime and maritime task force for Antarctica, and that the United States and the European Union will continue to work together to develop a joint maritime task force for Antarctica and Antarctica.', ""Abata marina in Barbados has inspired a new Ford hatchback, the Windsor Trust, and May's car, Nicolas Odd Fun, on a marina ship in Mississippi, are also such mothers in their 20s."", ""The Fury camp had previously claimed Fury was' falsely hypothetical and good for the sport '.""]" -771,"['On', '20', 'May', 'South', 'Vietnam', 'lost', 'their', 'opening', 'game', '4-0', 'to', 'Japan', 'and', 'four', 'days', 'later', 'they', 'lost', '1-0', 'to', 'Hong', 'Kong', 'and', 'were', 'eliminated.']","[11, 12]",1,japan,On 20 May South Vietnam lost their opening game 4-0 to Japan and four days later they lost 1-0 to Hong Kong and were eliminated.,"['On 20 June 1950, Russian President Werner Fayle and Japanese Prime Minister Stephen Butler were also in Tokyo.', ""On May 20, 1979, South Korea defeated Uefa 4-0 in Sofia, and four days after the Confederation of African Football, BenÃtez defeated Al Romero's team 4-0 (3-1)."", 'The Prime Minister has neither had nor continued to have hostile network tattoos.', ""Finally, a FANTASTER Shield 25 is welcomed by the health department of the Royal Netherlands Adventure, where the American shepherd Jean-Claude Van Damme, who was in the fire-haired room for the first time, was hospitalized for smoke inhalation, according to Jinborough, who was wearing his nose next to the shepherd's hut when he was stopped in the UK in 2011."", 'In fact, we had a 4-year-old boy who had been shot four times in the back of the head and he had been shot five times in the back and he had been shot four times in the back.']" -772,"['On', 'a', 'brief', 'non-Test', 'tour', 'of', 'Australia', 'in', '1969-70', 'he', 'hit', 'his', 'highest', 'first-class', 'score', '(and', 'first', 'century)', 'of', '137', 'not', 'out', 'against', 'Victoria', 'in', 'Melbourne,', 'out', 'of', 'a', 'New', 'Zealand', 'total', 'of', '220,', 'having', 'come', 'to', 'the', 'crease', 'at', '22', 'for', '4.']","[29, 31]",1,new zealand,"On a brief non-Test tour of Australia in 1969-70 he hit his highest first-class score (and first century) of 137 not out against Victoria in Melbourne, out of a New Zealand total of 220, having come to the crease at 22 for 4.","['""I think it\'s going to be a long time before we can say,"" I\'m going to be able to do that, I\'m going to be able to do that, I\'m going to be able to do that, I\'m going to be able to do that, I\'m going to be able to do that, I\'m going to be able to do that, I\'m going to be able to do that, I\'m going to be able to do that, I\'m going to be able to do that, """" he said.', 'During a brief one-day Test tour of Australia in 1969, he said: ""I think it\'s fair to say I\'ve had a bit of time to reflect on what I\'ve been through and what I\'ve been through in the past and what I\'ve been through in the past.', 'During a 1969-72 White House tour, Mr. Phillips toured the Executive Doubles and stormed through the Deunie Rial, invariably Obama or Edward Kennedy, until they all moved to Blackhaw.', 'In the years that followed, he took advantage of the natural immediacy of competition to withdraw money, and in English jargon ""the money,"" ""the money,"" ""the money,"" ""the money,"" ""the money,"" ""the money,"" ""the money,"" ""the money,"" ""the money,"" ""the money,"" ""the money,"" ""the money,"" ""the money.""', 'At exactly the same time, without Banks, he poured £3,000 into the account of Count 32Sinkbill on the anti-doping list, which would have been declared and cited by the jury in the wake of the doping scandal.']" -773,"['The', 'main', 'aim', 'of', 'Operation', 'Mo', 'was', 'to', 'isolate', 'Australia', 'so', 'it', 'was', 'unable', 'to', 'act', 'as', 'a', 'threat', 'to', 'Japanese', 'territory.']","[9, 10]",1,australia,The main aim of Operation Mo was to isolate Australia so it was unable to act as a threat to Japanese territory.,"['The main goal was to lose the heavyweight title and Missouri is next after Predator.', 'The main motive for the attack is said to have been German neo-Nazis.', 'Verdict: The main goal this time was to build Australia up so we could inform a group of Anglo-Asian ambassadors.', 'In a statement, the Department for Environment, Food and Rural Affairs (Defra) said: ""We are aware of reports of a number of incidents in the area.', ""The front-runner for the Republican presidential nomination was former Florida Governor Jeb Bush, who has been vocal in his criticism of President Barack Obama's handling of Sandy.""]" -774,"['The', 'seven', 'Korea-', 'Japan', 'joint', 'productions', 'both', 'received', 'a', 'limited', 'theater', 'release', 'and', 'were', 'broadcast', 'on', 'television.']","[3, 4]",1,japan,The seven Korea- Japan joint productions both received a limited theater release and were broadcast on television.,"[""The seven joint Korean-Japanese affairs are the first since the 1950-53 Korean War and the first since the 1950-53 Korean War, when Kim Jong-un's father, Kim Jong-un, was killed in a missile attack on the South Korean island of Hokkaido."", 'The seven German-German co-producers of the show received only one contract to produce and distribute the show.', 'Kourtney Kardashian and West reunite in Malibu, Calif.', 'The Korean Central News Agency reported that Kim Jong-un and his wife Kim Jong-un had met with North Korean leader Kim Jong-un in recent days.', 'Napoli won 2-0 at the end of the first half.']" -775,"['With', 'USA', 'taking', 'its', 'third', 'straight', 'title', 'since', 'the', ""event's"", 'Olympic', 'debut', 'in', '1996,', 'China', 'made', 'a', 'surprise', 'packet', 'with', 'a', 'silver', 'medal,', 'in', 'an', 'Asian', 'record', 'of', '7:55.97.']","[1, 2]",1,usa,"With USA taking its third straight title since the event's Olympic debut in 1996, China made a surprise packet with a silver medal, in an Asian record of 7:55.97.","['While Japanese competition has stagnated since the Nanjing Games, China is, on paper, a surprising contender for gold, with the Americans ranked 69th in the world.', ""After claiming the RSPCA's third Pete Seer individual medal since the theft and theft of the town of Miyazaki in the Olympic snow, another Australian 12-5"", 'Chile and Belgium are the provisional third seeds in the Asian Cup, with the four-time world champions facing the Czech Republic in the play-off first leg on Sunday.', 'As the United States prepares to begin its revolution, the United States is trying to build a ""very special relationship"" with the United States.', 'The report also noted that ""the living room provides private anxiety functions at the end of the reporting period"" and that ""the procedures that are followed to determine whether or not the patient has an anxiety disorder"" are also being delayed.']" -776,"['Until', '1962,', 'Algeria', 'had', 'been', 'under', 'the', 'dominion', 'of', 'France', '.']","[9, 10]",1,france,"Until 1962, Algeria had been under the dominion of France.","['That, he said, forced the cancellation of all permits.', ""Southgate was co-chairman of England's Under-21 World Cup-winning team in 1962 and a member of England's Under-21 squad for the Under-21 World Cup."", ""< br > takes a look at some of the biggest names in football and picks out some of the biggest talking points ahead of this weekend's game."", ""< br > Racing expert Robin Goodfellow gives his tips ahead of Monday's meetings at Twickenham."", 'According to BelyMarianne, Alger cut through everything on Thursday night.']" -777,"['The', 'Battle', 'of', 'Battle', 'Mountain', 'was', 'an', 'engagement', 'between', 'United', 'Nations', 'and', 'North', 'Korea', 'early', 'in', 'the', 'Korean', 'War', 'from', 'August', '15', 'to', 'September', '19,', '1950,', 'on', 'and', 'around', 'the', 'Sobuk-san', 'mountain', 'area', 'in', 'South', 'Korea.']","[12, 14]",1,north korea,"The Battle of Battle Mountain was an engagement between United Nations and North Korea early in the Korean War from August 15 to September 19, 1950, on and around the Sobuk-san mountain area in South Korea.","['The Battle of the Pool took place on 15 and 19 August 1950, while the Battle of Bulge took place on 19 August 1949.', 'The hurricane was the latest in a series of diplomatic taboo-breaking between the United Nations and North Korea over the same issue.', 'The battle on the battlefield: The ladies of the war presidents Pope Benedict XVI, The ladies of the war presidents Pope Francis, The ladies of the war presidents Pope Francis, The ladies of the war presidents Pope Francis, The ladies of the war presidents Pope Francis, The ladies of the war presidents Pope Francis, The ladies of the war presidents Pope Francis, The ladies of the war presidents Pope Benedict XVI, The ladies of the war presidents Pope Francis, The ladies of the war presidents Pope Francis, The ladies of the war presidents Pope Francis, The ladies of the war presidents Pope Francis, The ladies of the war presidents Pope Francis, The ladies of the war presidents Pope Francis, The ladies of the war presidents Pope Francis, The ladies of the war presidents Pope Francis', ""The battle was fought from the top of Pittsburgh's table and included senators like Sen. John McCain, R-Ariz., Sen. John McCain, R-Ariz., and Sen. John McCain, R-Ariz., as well as Sen. John McCain, R-Ariz., and Sen. John McCain, R-Ariz."", ""The battle for the school principal's job is bigger than weeks of drifting, but the battle for the top job is bigger than weeks of drifting, and the battle for the top job is bigger than weeks of drifting, said Kevin Steele, a political science professor at the University of Alabama at Chapel Hill who declined to be interviewed for this article because he was not authorized to speak publicly about the matter.""]" -778,"['The', 'match', 'was', 'part', 'of', 'a', 'tournament', 'in', 'Austria,', 'comprising', 'Japan', 'and', 'Austria', 'as', 'well', 'as', 'Chile', 'and', 'Switzerland.']","[12, 13]",1,austria,"The match was part of a tournament in Austria, comprising Japan and Austria as well as Chile and Switzerland.","['The game was played with a partisan crowd at S & T, and social media users took to social media to show their support for D & Connor.', ""The results were announced on Thursday night, with Rene Spooner's name still in the running."", 'The team has struggled to avoid the catastrophic relegation of the 19th century.', 'The FCC has launched an investigation into the incident.', '""I don\'t know if I\'ll make it, but I\'ll make it,"" he said.']" -779,"['He', 'made', 'his', 'Twenty20', 'debut', 'for', 'Free', 'State', 'against', 'Zimbabwe', 'in', 'the', '2016', 'Africa', 'T20', 'Cup', 'on', '9', 'September', '2016.']","[9, 10]",1,zimbabwe,He made his Twenty20 debut for Free State against Zimbabwe in the 2016 Africa T20 Cup on 9 September 2016.,"['In a statement, the company said: ""We are pleased to announce that we have reached an agreement to sell our remaining shares in the company, which will enable us to continue to operate in the UK for the foreseeable future, and we are pleased to announce that we have reached an agreement to sell our remaining shares in the company, which will enable us to continue to operate in the UK for the foreseeable future.""', 'On September 20, 2016, he claimed to have been called up for the Africa Cup of Nations T20 match against Zimbabwe and suffered from blood clots until 2009.', ""< unk >'s DATE: Saturday, 21 / 20 / 18 < unk >'s JAMIE REDKNAPP vs sports news editor LAURA WILLIAMSON... and don't forget to tell us your predictions by leaving a comment below... and don't forget to tell us your predictions by leaving a comment below... Keep an eye out for our predictions by leaving a comment below... and don't forget to tell us your predictions by leaving a comment below... or by leaving a comment below... By leaving a comment below, we'll bring you the latest news and views... By leaving a comment below, you can follow the action... Read more..."", 'His television debut against Eastman Mizutani was certainly a high-class affair when he decapitated Breoten in the 28th minute of the 1-1 draw in Helsinki.', 'His goal in the 20th minute made it even worse for the hosts, who had to settle for a point at the end of the first half when they were denied a deflected free-kick from the edge of the penalty area.']" -780,"[""Bush's"", 'response', 'to', 'the', '9/11', 'terrorist', 'attacks,', 'his', 'actions', 'as', 'commander', 'and', 'chief', 'in', 'initiating', 'and', 'directing', 'the', 'Afghanistan', 'and', 'Iraq', 'conflicts,', 'and', 'his', 'economic', 'policies', 'have', 'been', 'debated', 'heatedly', 'by', 'partisans,', 'analysts,', 'and', 'academics.']","[18, 19]",1,afghanistan,"Bush's response to the 9/11 terrorist attacks, his actions as commander and chief in initiating and directing the Afghanistan and Iraq conflicts, and his economic policies have been debated heatedly by partisans, analysts, and academics.","[""Bush's reaction to the Cold War of September 9-10, when he described the East as the region's homeland, was that the spirit of Islam had fallen."", ""Bush's response to the September 11 terrorist attacks, his bill to expedite the deportation of Americans to the United States as Commander-in-Chief, President Barack Obama's executive order on immunity from prosecution, resolutions of the Second Circuit Court of Appeals, the Second Circuit Supreme Court of Appeals, the Second Circuit Supreme Court of Appeals, the Second Circuit Supreme Court of Appeals, the Second Circuit Supreme Court of Appeals, and the Second Circuit Court of Appeals."", ""Bush's response to the Muslim Brotherhood's occupation of Maui did not go down well with some of its more established figures: Brendan McCullers, the president of the United Arab Emirates, accused of supporting the Islamic State in Iraq and Syria; Brendan McCullers, the president of the United Arab Emirates, accused of supporting the Islamic State group in Iraq and Syria; and Brendan McCullers, the president of the United Arab Emirates, accused of supporting the Islamic State in Iraq and Syria."", 'For Lance McChrystal and Alistair Blankfein, reminding us of the dialogue early on is a big step forward.', 'Bush\'s response to Monday\'s terror attack on ""Keeping Up with the Kardashians"" was to dismiss it as ""fake news.""']" -781,"['The', 'Ottoman', 'Empire', '(modern-day', 'Turkey)', 'ruled', 'over', 'Lebanon', 'and', 'Syria', 'from', 'its', 'conquest', 'in', 'the', 'sixteenth', 'century,', 'year', '1516,', 'until', 'the', 'end', 'of', 'World', 'War', 'I', 'in', '1918.']","[7, 8]",1,lebanon,"The Ottoman Empire (modern-day Turkey) ruled over Lebanon and Syria from its conquest in the sixteenth century, year 1516, until the end of World War I in 1918.","[""(Today's Turkey) ruled the Ottoman Empire from the beginning of the twentieth century until today, but in Syria it has become increasingly secure, and Western tyrants are increasingly afraid of reprisals by the Ottoman Empire."", 'The clock is ticking toward the end of the month, and the White House has said that the administration will not be able to reach an agreement with the Taliban by the end of the year, and that it will not be able to reach an agreement with the Taliban by the end of the year. -- The White House has said that it will not be able to reach an agreement with the Taliban by the end of the year. -- The White House has said that it will not be able to reach an agreement with the Taliban.', 'The indictment states: ""The accused of African descent and descent was arrested in Nuremberg in the early hours of the morning and charged with three counts of attempted murder.', 'All American forces have an important role to play in Lebanon, from rupees to rupees, from which the government wants to recognize all countries.', 'The Os empire.com empire (http: / / www.os-empire.com) registers a government of renown in influential countries such as Jordan... Enterprises Digital Rights Assistant (http: / / www.os-empire.com /) The PRS research associate Complete Revolution Council Detroit Environmental Agency (http: / / www.prnewswire.com /) Integrated Department SA - Nomain Italia Analytica On Spectrayment Programming Operations (http: / / www.prnewswire.com / analytica On Spectrayment Programming Operations) The PRS research associate Complete Revolution Council Detroit Environmental Agency (http: / / www.prnewswire.com /) - Nomain Italia Analytica On Spectrayment Programming Operations (http: / / www.prnewswire.com /)']" -782,"['As', 'a', 'result,', 'the', 'area', '(in', 'and', 'around', 'the', 'three', 'tributaries', 'that', 'fed', 'into', 'the', 'head', 'of', 'the', 'Connecticut', 'River)', 'was', 'not', 'definitively', 'under', 'the', 'jurisdiction', 'of', 'either', 'the', 'United', 'States', 'or', 'Lower', 'Canada', '(which', 'the.']","[29, 31]",1,united states,"As a result, the area (in and around the three tributaries that fed into the head of the Connecticut River) was not definitively under the jurisdiction of either the United States or Lower Canada (which the.","[""In a statement, Musk said: 'We are deeply saddened by the death of Tesla CEO Elon Musk, who was the driving force behind the development of the Tesla Model 3."", 'As a result, in a recent incident in the Gulf of the United States, Army Letterman LG40b LP actually showed that, according to police, the company was not acting in a provisional health insurance policy beyond which it was pleased with the development of the unit, and that its development was subject to obscure complex growth, and that ""unit development was a standard in population development.""', '""We\'re not going to be able to do it, but we\'re going to be able to do it,"" he said.', 'The border region, where dozens of people were killed and dozens more injured in a rampage, has become the focus of a wave of anti-government protests in recent months.', ""That's why I work closely with the trust in the area and that's why people think Leith Hey Wonderland will be expensive for the time being without the recession in the city centre.""]" -783,"['He', 'studied', 'at', 'Munich', ',', 'from', '1855', 'to', '1859', 'was', 'a', 'member', 'of', 'the', 'staff', 'of', 'the', 'Allgemeine', 'Zeitung', 'of', 'Augsburg,', 'and', 'from', '1859', 'to', '1864', 'editor', 'of', 'the', 'liberal', 'Isar-Zeitung.']","[3, 4]",1,munich,"He studied at Munich, from 1855 to 1859 was a member of the staff of the Allgemeine Zeitung of Augsburg, and from 1859 to 1864 editor of the liberal Isar-Zeitung.","['He studied wrestling in Munich from 1855-1818, the last year of the Second World War, and lived in a small town outside Munich.', 'He studied in Munich, and between 1855 and 1955 he sat in a room of the AIS (Employers of the Second World War), and from his first briefing Engels indicated that he hoped ""to be published by Bavarian allies for the prosecution of the perpetrators of crimes against humanity...""', 'Emmanuel Gabriel Myerster studied violet in the style of Toubolette, was a jury member until he was 18, and since 1848 his works have been translated into birdsong, and three of his novels have been translated into English.', 'At the heart of the case is the case of the 56-year-old, believed to be the most radical member of the British Royal Air Force (RADIO) to have died in the Battle of Britain in World War II.', 'Ward believes James Bynewitz\'s ""problem solving"" can put just about anything together, and wouldn\'t Jim be surprised if Nigel insists on Dylann Roof\'s ""All God Save the Queen"" at the end?']" -784,"['Pawo', 'fled', 'Tibet', 'during', 'the', 'uprising', 'against', 'China', 'rule', 'in', '1959,', 'travelling', 'to', 'Bhutan', 'and', 'then', 'on', 'the', 'Kalimpong', 'in', 'India.']","[7, 8]",1,china,"Pawo fled Tibet during the uprising against China rule in 1959, travelling to Bhutan and then on the Kalimpong in India.","['Pawo fled Tibet in 1959 as part of an unimpeded campaign against China, using traffic throttling for Blacky Mayor Eliner Rv faget.', ""After the uprising against Chinese rule in 1959, Ronaldinho's government in Rakhine state failed to secure the release of Kiying, who was sentenced to five years in prison for his role in the coup attempt against the Chinese government."", ""Parent's Escape Herald Online is the third trip to Los Angeles for former world number one Stirling Dag, who will play GreeoZmel in the $6 million (£3 million) competition for the coveted $950,000 (£2.6 million) prize."", 'Paige Duchess escaped Tianjin prison in 1959 and instead travelled to South Africa to follow Bastian, where she met prisoners in prison.', ""Paisley fled Tianjin Quanjian in 1993 after being found guilty of racially abusing a 14-year-old girl at the Hammers' training ground and Kyrgios was sentenced to 10 months in prison.""]" -785,"['India', 'has', 'generated', 'local', 'employment', 'though', 'the', 'building', 'of', 'a', 'drainage', 'system', 'for', 'the', 'hamlet.']","[0, 1]",1,india,India has generated local employment though the building of a drainage system for the hamlet.,"['India made it through to the semi-finals of the World Twenty20 with a resounding victory over the West Indies at the MCG on Saturday, but a majority of those who voted in favour of the move have now voted in favour.', ""India created the local trees but decided to build a billboard to commemorate them, Dane O'Cooper said."", ""A candidate for improvement under the measure has been placed on the ballot to consider the measure's environmental impact."", 'The castle has created jobs in Kreugh, and Thompson has built sophisticated barrier-free structures this year to house the little-known North Wallace.', 'Hillary Rodham Clinton, the Secretary of State, Duncan Ratcliffe, the Secretary of State, the Secretary of State, the Secretary of State, the Secretary of State, the Secretary of State, the Secretary of State, the Secretary of State, the Secretary of State, the Secretary of State, the Secretary of State, the Secretary of State, the Secretary of State, the Secretary of State, the Secretary of State, the Secretary of State, the Secretary of State, the Secretary of State, the Secretary of State, the Secretary of State, the Secretary of State, the Secretary of State, the Secretary of State, the Secretary of State, the Secretary of State, the Secretary of State, the Secretary of Defense, the Secretary of State, the Secretary of State, the Secretary of State, the Secretary of State, the Secretary of State, the Secretary of State, the Secretary of State, the Secretary of State, the Secretary of State, the Secretary of State,']" -786,"['For', 'purposes', 'of', 'drawing', 'the', 'border,', 'the', 'treaty', 'assumes', 'that', 'France', 'has', 'sovereignty', 'over', 'Matthew', 'and', 'Hunter', 'Islands,', 'but', 'since', 'Vanuatu', 'also', 'claims', 'sovereignty', 'over', 'the', 'islands,', 'the', 'treaty', 'states', 'that', 'the', 'treaty', 'is', '""without', 'prejudice', 'to', 'the', 'sovereign', 'rights', 'of', 'any', 'neighbouring', 'State"".']","[10, 11]",1,france,"For purposes of drawing the border, the treaty assumes that France has sovereignty over Matthew and Hunter Islands, but since Vanuatu also claims sovereignty over the islands, the treaty states that the treaty is""without prejudice to the sovereign rights of any neighbouring State"".","['As regards the amendment of the border system, the Treaty is based on a free and careful national debate, with at least one person at the helm.', 'Throughout the history of the area he was a member of the community.', 'At the end of 2014, the UK Civil Rating Index Canada Mol-Trading Status (CMR) and the Head of National Economic Regulation of the Natural Harms Regulatory Regulator Helen Gelmund Oil Regiment were published as part of the Canada Mol-Trading Status Index.', 'In order to draw a line under the border issue, the agreement stipulates that ""there are suspects who do not commit any administrative offences: (i) in the event of a border violation; (ii) in the event of a border violation; (iii) in the event of a border violation; (iii) in the event of a border violation; (iii) in the event of a border violation; (ii) in the event of a border violation; (ii) in the event of a border violation; (ii) in the event of a border violation; (ii) in the event of a border violation;', 'At the time of the attack, the U.S. military said it was investigating the incident, but it was not clear whether it was related to the incident or whether it was related to the incident.']" -787,"['Later,', 'in', 'the', 'early', '2000s,', 'as', 'Romania', 'began', 'to', 'suffer', 'labour', 'shortages', 'due', 'to', 'out-migration', 'of', 'its', 'people', 'to', 'western', 'Europe,', 'they', 'imported', 'migrant', 'workers', 'from', 'China', 'as', 'a', 'result.']","[6, 7]",1,romania,"Later, in the early 2000s, as Romania began to suffer labour shortages due to out-migration of its people to western Europe, they imported migrant workers from China as a result.","['As Romania struggled with the simultaneous influx of migrants from the bloc and concerns about the number of migrants coming to Western Europe, it was forced to close its borders.', 'Later, at the beginning of the 20th century, the macaws are on the rise and on the rise, and the summer retreat Balaclava leads to speculation, while the inferior game produced in the apron, according to a trumpeter, are original documents from the Buddhist ministry.', 'Later, they returned to Sunni background and modernism, and Muslims should be considered 1, 2, 3, 3, 4, 4, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5', 'When Romania was denied membership of the European Economic Area (EEA) in the early 2000s, its medieval annual handicap of $5,9215,000 blew a hole in the value of the euro.', 's films were made in the United States, Canada, Great Britain, Great Britain, Great Britain, Great Britain, Great Britain, Great Britain, Great Britain, Great Britain, Great Britain, Great Britain, Great Britain, Great Britain, Great Britain, Great Britain, Great Britain, Great Britain, Great Britain, Great Britain, Great Britain, Great Britain, Great Britain, Great Britain, Great Britain, Great Britain, Great Britain, Great Britain, Great Britain, Great Britain, Great Britain, Great Britain, Great Britain, Great Britain, Great Britain, Great Britain, Great Britain, Great Britain, Great Britain, Great Britain, Great Britain, Great Britain, Great Britain, Great Britain, Great Britain, Great Britain, Great Britain, Great Britain, Great Britain, Great Britain, Great Britain, Great Britain, Great Britain, Great Britain, Great Britain, Great Britain, Great Britain, Great Britain, Great Britain, Great Britain,']" -788,"['Iran', 'participated', 'in', 'the', '1990', 'Asian', 'Games', 'held', 'in', 'the', 'capital', 'city', 'of', 'Beijing.']","[0, 1]",1,iran,Iran participated in the 1990 Asian Games held in the capital city of Beijing.,"[""< unk > kicked a McGregor < unk > Johnson's action at the 1990 Asian Games"", 'Iran competed in the 1990 World Cup in South Korea.', ""Iran is taking part in demonstrations in the capital Sanaa to protest President Mahmoud Ahmadinejad's crackdown on demonstrators."", '4, Zuckerberg gave Chinese companies $404 billion in a welcome comeback on his birthday.', '< p > JACK GAUGHAN was at Royal Troon in August to witness some of the action from day one.']" -789,"['Ebbinghaus', 'played', 'for', 'West', 'Germany', 'in', 'the', 'Federation', 'Cup', 'in', '1970', 'and', 'from', '1972', 'to', '1975', 'and', 'from', '1977', 'to', '1979,', 'playing', 'in', 'the', 'semi-finals', 'of', 'the', 'World', 'Group', 'in', '1973', 'and', '1974.']","[3, 5]",1,west germany,"Ebbinghaus played for West Germany in the Federation Cup in 1970 and from 1972 to 1975 and from 1977 to 1979, playing in the semi-finals of the World Group in 1973 and 1974.","[""In 1976 Ebbinghaus wrote for the UK Anti-Doping Agency (UKAD), the sport's governing body, after passing the anti-doping test."", 'Ebbino played 13 games in 1970 and 1972, when he was No.', 'Ebbinghaus played for more than three decades and lived for a long time in the best Olympic ears of Brazilian ultralight populism.', ""Ebbinghaus played in November for third and third place, along with Buffalo Bears in Kentucky's final game against Harvard in 2014 and the 2014 NBA Finals, only the second time in franchise history that the team has lost in the playoffs."", 'Slightly disappointed local athletes TMZ reported in the same way Özil and Charles Andrea, 21, Paul Ze and Mia Saffle once brought in 11 tournament appearances for the team, the absurd old footage, he allowed Matthe to ski in the mountains instead of out of a will to win the tournament, and DESCA Thorvich roared back to take the title in the second round after the lights lassie long-fri-fri-fri-fri-fri-fri-fri-fri-fri-fri-fri-fri-fri-fri-fri-fri-fri-fri-fri-fri-fri-fri-fri-fri-fri-fri-fri-fri-fri-fri-fri-fri-fri-fri-fri']" -790,"['Belarus', 'asserted', 'that', 'the', 'explosion', 'was', 'aimed', 'at', 'undermining', '""peace', 'and', 'stability""', 'and', 'hinted', 'at', 'possible', 'foreign', 'involvement', 'but', 'also', 'ordered', 'an', 'emergency', 'investigation', 'of', 'domestic', 'weapon', 'storage', 'facilities.']","[0, 1]",1,belarus,"Belarus asserted that the explosion was aimed at undermining""peace and stability"" and hinted at possible foreign involvement but also ordered an emergency investigation of domestic weapon storage facilities.","['Belarus said it wanted to ""calm and influence"" the final phase of decommissioning the 69 reactors.', 'White supremacy is a tactic Trump has called even worse, and the Trump administration believes the Republican name is a sham for tradition and eccentricity.', ""White House spokeswoman Sarah Huckabee Sanders reiterated that the State Department's Internet Application Transplant program is a reliable program (if similar programs exist)."", 'Far-flung countries such as Russia, China, and Japan have often referred to the use of peacekeeping missions since the Sixth Amendment in 1998, and the Koran has been widely used as a weapon against the United States and its allies.', 'White House press secretary Sarah Huckabee Sanders said last weekend, after at least two days of meetings between the president and the Russian ambassador to the United States, Sergey Kislyak, that the Russian ambassador to the United States, Sergey Kislyak, had been informed by the White House that the Russian ambassador to the United States, Sergey Kislyak, had received a letter from the Russian ambassador to the United Nations, Sergey Kislyak.']" -791,"['After', 'serving', 'in', 'the', 'House', 'of', 'Representatives', 'from', '1976', 'to', '1979,', 'representing', 'his', 'native', 'Cabo', 'Rojo', ',', 'Puerto', 'Rico,', 'Fas', 'Alzamora', 'was', 'elected', 'to', 'the', 'Senate', 'of', 'Puerto', 'Rico', 'in', '1980,', 'representing', 'the', 'District', 'of', 'Mayagüez.']","[14, 16]",1,cabo rojo,"After serving in the House of Representatives from 1976 to 1979, representing his native Cabo Rojo, Puerto Rico, Fas Alzamora was elected to the Senate of Puerto Rico in 1980, representing the District of Mayagüez.","['After serving in the House of Representatives from 1976 to 1979, he served in the House of Representatives from 1976 to 1979, the House of Representatives from 1976 to 1979, and the House of Representatives from 1996 to 2007.', ""After serving as Puerto Rico's representative from 1979 to 1976, he was elected to the U.S. House of Representatives in 1980 and the House of Representatives in 1980."", 'Over the years (1976-1979) he received an indispensable recommendation from his doctor - godfather Emilia.', '""Nevertheless, there would be no French-led government, so Sony is stirring up unrest in urban Kabul... Fas Alamuddin, Sony Per1 by distributing Canada Network Taliban images Madrid, Guadalajara AFP images Munich Hotel La Rockal The 33 sects Daniel Child, DeHam Won\'t Screen America perpetrator Markus 15.30 The mobile Great Democracy of the company and page setup to Bonn"" The ""', 'After the development of aku fu, its first western market, the university began to offer a range of space whale and whale deposits, including a double propeller version of Bonja Dinvaccine 2, launched in 1975.']" -792,"['The', 'uprising', 'reflected', 'a', 'change', 'in', 'attitude', 'towards', 'France', '.']","[8, 9]",1,france,The uprising reflected a change in attitude towards France.,"['The uprising reflected a shift in French attitudes.', 'Attitudes towards France Wings have changed.', 'The uprising reflected a change of tack in France, which is struggling with an influx of refugees from the Middle East and Africa.', 'The former Manchester United and England striker has signed a new five-year contract with the Spanish giants, according to reports.', 'The five-time major winner had to settle for a bogey on the par-5 18th to take a share of the lead after a bogey on the par-5 15th and a double bogey on the 18th.']" -793,"['China', 'experiences', 'periodic', 'outbreaks', 'of', 'northern', 'armyworm', 'infestation.']","[0, 1]",1,china,China experiences periodic outbreaks of northern armyworm infestation.,"['In China, there are regular outbreaks of bird plague caused by the Firat El Nino rainbeetle.', 'It is, of course, a plague on poor Phillip Ladol, the principal resident.', 'Missiteor has the ability to keep mouth, eye and voice moving.', ""China, the world's second-largest economy, is struggling to keep pace with the pace of economic growth, which has slowed sharply in recent years."", ""< br > Racing expert Robin Goodfellow gives his tips ahead of Thursday's meetings at Kempton, Kempton and Kempton.""]" -794,"['The', 'Netherlands', 'entry', 'for', 'the', 'Eurovision', 'Song', 'Contest', '2010', 'will', 'be', 'organised', 'by', 'TROS.']","[1, 2]",1,netherlands,The Netherlands entry for the Eurovision Song Contest 2010 will be organised by TROS.,"['The Dutch entry for the Eurovision Song Contest 2010 will be called ""TROIm Stadtstrand.""', 'The Dutch accession Red Union Ocute Network to the European Soutrek Network was launched in 2010.', ""< br > Lawrence Booth takes a look at the play on day three at Lord's"", '""I think it\'s going to take a lot of time,"" he said, ""but I think it\'s going to take a lot of time.""', ""If you're joining < p > 's JAMES FORSYTH (and I was the wrong man) for live action coverage of the US PGA Championship at Quail Hollow on Sunday, May 22, then < p > it's Ben Kay's form guide for the build-up to the first round of the US PGA Championship... and don't forget to tell us your predictions by leaving a comment below.""]" -795,"['News', 'of', 'the', 'battle', 'provoked', 'euphoria', 'in', 'Britain,', 'and', 'led', 'William', 'Pitt', 'to', 'take', 'a', 'much', 'tougher', 'line', 'in', 'the', 'ongoing', 'peace', 'negotiations', 'with', 'France', '.']","[24, 25]",1,france,"News of the battle provoked euphoria in Britain, and led William Pitt to take a much tougher line in the ongoing peace negotiations with France.","['News of the skirmish sparked euphoria and prompted PSG to take a much more relaxed approach to France.', 'Hundreds of tunnels had to be dug from the site, the largest war pit in the world.', 'News of the battle has caused panic in Britain: William Pitt v Kate Express is not progressing, Johnson v Board of Education is not progressing and a teammate is against it.', '""I don\'t know if I will be able to do it, but I won\'t be able to do it,"" he said, adding that he would like to do it in the future.', ""Hugh Grant, who played Prime Minister Harold Macmillan in the hit BBC drama, said: 'I'm honoured to hear that Alan Rickman has passed away.""]" -796,"['Germany', 'were', 'placed', 'in', 'Zone', 'A', 'of', 'the', 'AFC', 'and', 'OFC', 'qualification', 'in', 'Seoul,', 'South', 'Korea.']","[0, 1]",1,germany,"Germany were placed in Zone A of the AFC and OFC qualification in Seoul, South Korea.","['Germany travelled to Zone A. for the AFC World Cup qualifiers against South Korea and the OFG Ice Hockey Museum Seoul.', 'In this case, Germany was able to sell Aegean men to save patriots or buy cupcakes.', 'In North Korea, the United Nations Security Council and the United Nations Security Council voted to impose sanctions on North Korea.', 'I lost out to Eilidh Child in qualifying for East Anglia and Devon and I still understand that a draw in two weeks would have guaranteed me a place in the Diamond League.', ""The World Cup is the venue for the opening match against Sri Lanka in June, and while it may not have been ideal for the tourists, it was an appropriate way to mark the centenary of one of the greatest sporting triumphs in the game's history.""]" -797,"['Before', 'Hong', ""Kong's"", 'handover', 'to', 'Beijing', 'in', '1997,', 'he', 'had', 'produced', 'and', 'presented', 'many', 'programmes.']","[5, 6]",1,beijing,"Before Hong Kong's handover to Beijing in 1997, he had produced and presented many programmes.","['Before he was pardoned at the 1997 tournament, he had only made a handful of appearances.', 'The Rugby Football Union (RFU) has announced it will not be renewing its contract with the Rugby Football Union (RFU) after the Rugby Football Union (RFU) announced on Tuesday that it has reached an agreement with the Rugby Football Union (RFU) to allow the RFU to move the 2019 Rugby World Cup to a later date.', ""Before handing Hong Kong over to the Communist Party in 2075, Egrell laid down party-political red lines based on the country's constitution, constitution, and law."", 'Before handing over Hong Kong to Beijing in 1997, he was president of the Trianti College of Athletes in 2017, and Pringl said he was ""proud"" of his work.', ""Before < p >'s Elegine Kohlmann, the Hong Kong-based manager who quickly turned things around at the club.""]" -798,"['Following', 'the', 'June', '25,', '1950,', 'outbreak', 'of', 'the', 'Korean', 'War', 'as', 'a', 'result', 'of', 'the', 'invasion', 'of', 'the', 'Republic', 'of', 'Korea', '(South', 'Korea)', 'by', 'its', 'northern', 'neighbor,', 'the', 'Democratic', ""People's"", 'Republic', 'of', 'Korea,', 'the', 'United', 'Nations', 'committed', 'troops', 'to', 'the', 'conflict', 'in', 'support', 'of', 'South', 'Korea', '.']","[44, 46]",1,south korea,"Following the June 25, 1950, outbreak of the Korean War as a result of the invasion of the Republic of Korea (South Korea) by its northern neighbor, the Democratic People's Republic of Korea, the United Nations committed troops to the conflict in support of South Korea.","['""I think it\'s going to be very difficult for me to do that, but I think it\'s going to be very difficult for me to do that, and I think it\'s going to be very difficult for me to do that,"" he said, adding, ""I don\'t think it\'s going to be easy for me to do that, but I think it\'s going to be very difficult for me to do that, and I think it\'s going to be very difficult for me.""', 'After June 25, 1950, the outbreak of the Korean War on the Korean Peninsula, the United States and South Korea agreed on a joint review of the territorial integrity of the Korean Peninsula.', 'The Union Exchange to Open Sectors at Market Knowledge CEO and Defroy Beiud handled the publicity surrounding Jamie Lee, Pastoral Municipal President and Chief Executive Officer.', 'The paper, published in 1940, describes the North as a ""power imbalance"" in which the United States and the rest of the world, including the United States, are forced to move from nearby Asia to the North.', 'Jeffrey S Heffer, Catherine Zeta-Jones, William Rushdal, William Heffernan, William Heffernan, William Heffernan, William Heffernan, William Heffernan, William Heffernan, William Heffernan, William Heffernan, William Heffernan, William Heffernan, William Heffernan, William Heffernan, William Heffernan, William Heffernan, William Heffernan, William Heffernan, William Heffernan, William Heffernan, William Heath']" -799,"['She', 'is', 'the', 'author', 'of', 'several', 'books', 'on', 'Russia', ""'s"", 'foreign', 'policy.']","[8, 9]",1,russia,She is the author of several books on Russia's foreign policy.,"['She is the author of several books, including ""Racial Discrimination Policy,"" ""Racial Discrimination Policy,"" ""Racial Discrimination Policy,"" ""Racial Discrimination Policy,"" ""Racial Discrimination Policy"" and ""Racial Discrimination Policy.""', 'She is the foreign policy spokeswoman for Russian diplomats.', ""He said: 'I think it's important that we don't get into a situation where we don't know what's going to happen."", 'Tereshkova, who ran for president as a Democrat in 2012, said she was ""deeply saddened"" by the death of her husband, who was killed in a shootout with police.', ""< p > 's MARTIN KEOWN reflects on the thrill...""]" -800,"['He', 'was', 'CEO', 'of', 'the', 'MMO', 'Games', 'publisher', 'Frogster', 'Interactive', 'Pictures', 'AG', '(now', 'Gameforge', 'Berlin', 'AG),', 'listed', 'at', 'Frankfurt', 'from', '2006', 'until', 'its', 'takeover', 'in', '2010.']","[18, 19]",1,frankfurt,"He was CEO of the MMO Games publisher Frogster Interactive Pictures AG (now Gameforge Berlin AG), listed at Frankfurt from 2006 until its takeover in 2010.","['He was chairman of Frogster Interactive Pictures, an Oregon-based publisher, and vice president of Missouri-based IbjelCentury X Technologies Gaming Gray, which produces and distributes high-definition video games.', ""< br > Racing expert Robin Goodfellow gives his tips ahead of Monday's meetings at Newmarket, Kempton, Kempton and Kempton."", ""Until 2010, he was the third chairman of the five-member board of directors of Canada McBuster Ph & Co Ltd., the world's largest commodity exploration company."", ""From 2006 to 2011, CEO Dru Melanie was the company's only non-executive director, and the company's chief executive was also the company's chief financial officer.??? This is the first time the company has been directly involved in the sale of the company.???"", 'The group of three, titled ""Hipsodate Built the Duchess Papers Notice in Permanent Science,"" refers not to mart as a holding company, but to Trump\'s ""cable geeks,"" 1,200 young people at seven Republican-backed companies and 360 private providers of the Congressional Fund.']" -801,"['Bangladesh', 'has', 'plan', 'to', 'acquire', 'eight', 'vessels', 'of', 'this', 'class.']","[0, 1]",1,bangladesh,Bangladesh has plan to acquire eight vessels of this class.,"['Interior Minister Otto Schily (SPD) declined to comment.', 'The Bangladeshis started construction of the Banal railway in 2008-09.', 'Bangladeshis accused the government of failing to protect their children from the threat of terrorism.', ""Qualified councilors must submit to Article 31, and Reid must submit seven of 19 charges to a judge's order."", 'The goal in injury time saw them miss out on fourth place in the Premier League and qualification for the Champions League.']" -802,"['The', 'United', 'States', 'had', 'the', 'most', 'success', 'in', 'the', 'event,', 'gathering', 'eleven', 'medals', 'over', 'the', 'six', 'editions.']","[1, 3]",1,united states,"The United States had the most success in the event, gathering eleven medals over the six editions.","['The biggest achievement of the race so far has been the United States, which has won nearly five times as many medals on six occasions.', '""The United States was the only country in the world to win 11 medals in this event,"" he said, referring to the 2016 Winter Olympics in Sochi.', 'If possible, Sean Duffy could be moved quickly so that the otherwise interested press can get to the bottom of the story.', 'Among the most successful nations were the United States, which won 11 medals at the Beijing Olympics, and the United States, which won 11 medals at the Beijing Olympics, and the United States, which won 11 medals at the Beijing Olympics.', ""The event takes place in Hall 66, where 11 of the world's best athletes are gathered, and a motorcycle parade is held every year.""]" -803,"['By', 'the', 'early', '20th', 'century,', 'two', 'non-European', 'states,', 'Japan', 'and', 'the', 'United', 'States', 'of', 'America,', 'would', 'come', 'to', 'be', 'respected', 'as', 'fellow', 'Great', 'Powers.']","[8, 9]",1,japan,"By the early 20th century, two non-European states, Japan and the United States of America, would come to be respected as fellow Great Powers.","['Two non-existent events took place in Japan at the start of the twentieth century, and Holi is about respecting the great power.', 'There was nothing to indicate that a US president should stop in Mundsburg; there was nothing to indicate that he should stop there; there was nothing to indicate that he should stop there; there was nothing to indicate that he should stop there; there was nothing to indicate that he should stop there; there was nothing to indicate that he should stop there; there was nothing to indicate that he should stop there; there was nothing to indicate that he should stop there.', ""< p > 's DAVID LLOYD reflects the thrills and spills that have gripped the English top flight this season, and reflects the thrills and spills that have gripped the English game so far, as well as the achievements of some of the game's brightest stars."", 'At the beginning of the twentieth century, Japan positioned itself halfway between the United States and Japan, which had previously been admitted to the region, and the United States.', 'Even in the early 20th century, when all the stairwells were running around, the roots captured this form of the easterly wind, a 16 billion-year-old form of the easterly wind, said Lea Smith, a scientist at the University of California at Berkeley who led the study.']" -804,"['Charles', 'de', 'Gaulle', 'despised', 'him', 'and', 'France', 'refused', 'to', 'assist', 'him.']","[6, 7]",1,france,Charles de Gaulle despised him and France refused to assist him.,"['Charles De Gaulle cursed and consulted.', 'Barca, for example, has since set up a no-holding zone that houses a number of high-profile players, including Massimiliano Allegri, Gianluigi Buffon, Gianluigi Donnarumma, Gianluigi Buffon, Gianluigi Buffon, Gianluigi Donnarumma, Gianluigi Donnarumma, Gianluigi Donnarumma, Gianluigi Donnarumma, Gianluigi Donnarumma, Gianluigi Donnarumma and others.', 'Charles de Gaulle, however, was not so impressed with Werner when he saw him slam the door after Raul had done nothing.', 'Charles de Gaulle accused Wasserman Schultz of never using his ideas for a relationship.', ""< br > Ralph Ellis has studied the facts and stats from the weekend's action""]" -805,"['Bosnia', 'and', 'Herzegovina', 'declared', 'independence', 'from', 'Yugoslavia', 'in', 'March', '1992.']","[6, 7]",1,yugoslavia,Bosnia and Herzegovina declared independence from Yugoslavia in March 1992.,"['Bosses at Bos eventually revealed the identity of the Lamborghini after it turned out to have been stolen.', 'Bosnia and Herzegovina have been the subject of interest from around the world and < a href > Columnist Martin Keown tells you all you need to know about Euro 2016.', 'Bosnia-Eritrea ended its two-year exile in March to end a five-year civil war in Bosnia and Herzegovina that has killed more than 1,000 people.', 'Even in Bosworth\'s more recent days, ""Better for Pride"" is on every page: Relations, Customs and Border Protection Michigan.', 'Bosses at Manmteamish and Umpires protest every time - there are at least two issues that may have contributed to the rise of ""ex-MPs""']" -806,"['Germany', ""'s"", 'occupation', 'of', 'Norway', 'from', '1940', 'to', '1945,', 'he', 'was', 'a', 'coordinator', 'of', 'the', 'cooperation', 'with', 'the', 'Norwegian', 'government-in-exile', 'and', 'the', 'Norwegian', 'resistance', 'movement.']","[0, 1]",1,germany,"Germany's occupation of Norway from 1940 to 1945, he was a coordinator of the cooperation with the Norwegian government-in-exile and the Norwegian resistance movement.","['The German occupation of Norway from 1940 to 1945 led to the German occupation of the country, which led to the end of World War II and the end of World War II.', ""In the wake of Jeffries' remarks, the New York Times reported that the president's comments came in response to a question from The New York Times, which reported that the White House had asked the Justice Department to look into whether Jeffries' actions violated the First Amendment."", 'While the MP Peter (who is said to value the Montpellier sporting ring highly) is being monitored by fraudsters, he was deployed in Norway in the 1990s and has so far spent £1 million on the Parkland search.', 'At the beginning of the German occupation of Norway, from 1940 to 1945, the churches celebrated the ""Servicefest"" of the Netherlands ""Servicefest""; ""Freund Thomas""; ""Freund Thomas""; ""Freund Thomas""; ""Freund Thomas""; ""Freund Thomas""; ""Freund Thomas""; ""Freund Thomas""; ""Freund Thomas""; ""Freund Thomas""; ""Freund Thomas""; ""Freund Thomas""; ""Freund Thomas""; ""Freund Thomas""; ""Freund Thomas""; ""Freund Thomas""; ""Freund Thomas""; ""Freund Thomas""; ""Freund Thomas""; ""Freund Thomas""; ""Freund Thomas""; ""Freund Thomas""; """" Freund Thomas "";"" ""Freund Thomas""; ""Freund Thomas""; ""Freund Thomas,"", "","", "","", "","", "","", "","", "","", "","", "","", "","", ""', 'In a statement, the BBC said: ""We are pleased to announce that we have signed a new contract with the BBC which gives us the opportunity to continue presenting the BBC\'s flagship arts programme over the next five years.']" -807,"['Like', 'most', 'developing', 'countries', 'in', 'Africa,', 'Ghana', 'has', 'relied', 'mainly', 'on', 'cocoa,', 'minerals,', 'and', 'timber', 'as', 'the', 'main', 'exports', 'of', 'its', 'economy.']","[6, 7]",1,ghana,"Like most developing countries in Africa, Ghana has relied mainly on cocoa, minerals, and timber as the main exports of its economy.","['Like other developing countries in Africa, Ghana relies heavily on cocoa, raw materials and timber for its exports.', 'Investors are cautioned not to place undue reliance on these forward-looking statements, which speak only as of the date hereof, the date hereof and the date hereof, the date hereof, the date hereof, the date hereof, the date hereof, the date hereof, the date hereof, the date hereof, the date hereof, the date hereof, the date hereof, the date hereof, the date hereof, the date hereof, the date hereof, the date hereof, the date hereof, the date hereof, the date hereof, the date hereof, the date hereof, the date hereof, the date hereof, the date hereof, the date hereof,', 'Like most African developing countries, Ghana relied mainly on the term poly and dates back to a time when the founding countries of the second ""Dream Germany"" alliance were reaping fruit and Aldi was establishing itself as the most commercially respected standard-bearer in the world.', 'Like the majority of African Americans, Noah came out of the department with a master plan for the industrial structure of each center, and his desire is to lead the country toward precarious economic growth.', 'The following region: America U-Baltimore ST on May 21, 2013 / PRNewswire / -- Northrop Grumman Corporation (NYSE: NYSE) announced today that it has completed the acquisition of Northrop Grumman Inc.']" -808,"['January', '31', '–', 'The', 'United', 'States', 'deactivates', 'its', 'Ground', 'Observer', 'Corps.']","[4, 6]",1,united states,January 31 – The United States deactivates its Ground Observer Corps.,"['January 31 - The US activates its Bo Cormon anti-missile system in South Korea.', 'January 31 - The US deactivates its nuclear submarines.', 'May 31 (UPI) -- Palin said Defense Secretary John Brennan ""constantly underestimates"" the need for intervention.', ""March 31: US disables its amazing Observer Correspondents' Choice Awards"", '31 (UPI) -- The University of Denver Research Hospital Medical Center has expanded medical travel for the first time in four years since its Pripotenti hospital opened.']" -809,"['It', 'was', 'commissioned', 'in', 'about', '1562,', 'by', 'Francesco', ""de'"", 'Medici', 'for', 'a', 'fountain', 'in', 'Florence,', 'but', 'was', 'later', 'sent', 'as', 'a', 'gift', 'to', 'Spain', '.']","[23, 24]",1,spain,"It was commissioned in about 1562, by Francesco de' Medici for a fountain in Florence, but was later sent as a gift to Spain.","['She moved to Stanley around 1562 at the Royal College of Paediatricians and Surgeons in London, the Royal College of Paediatrics and Surgeons (RCGP) in London, the Royal College of Paediatrics and Surgeons (RCGP) in London, the Royal College of Paediatrics and Surgeons (RCGP) in London and the Royal College of Surgeons (RCGP) in London.', ""Around 1562 and 1740 it was called MuMichele Il Biggi, which Francesco de 'Medici suspected and later declared a hopeless persecutor; Rochom Jaume was built in a small Timotheus et Contreras where strong winds could change the forecast; Philip Isa, Claude Loretos Lorenzo in Minitira was called Gagarin in 1925; and Giovanni Gagarin in 1925."", ""It was built in 1515, before Franco's apprentices spent years building the factory of San Juan, and Duke Arthur de Mediphysica, a Jew, built the fastest helicopter in the world."", ""It was commissioned at St Paul's Estadio de l'Estadio de l'Estadio in the centre of the city but shut down shortly after after Jeff Millie's Bay 611 set up a Dolly Fund to fund the $256 million project."", 'The £192 million poured into the FTSE 200 since the start of the year is enough to make a mockery of Mr Mason\'s claim that he was the victim of a ""smear campaign"" against him and the victim of a ""smear campaign"" against him.']" -810,"['The', 'Embassy', 'of', 'Belarus', 'in', 'London', 'is', 'the', 'diplomatic', 'mission', 'of', 'Belarus', 'in', 'the', 'United', 'Kingdom.']","[11, 12]",1,belarus,The Embassy of Belarus in London is the diplomatic mission of Belarus in the United Kingdom.,"['In a statement, the Company said: ""We are pleased to announce that we have entered into a definitive agreement to acquire the rights to the Company\'s common shares, which will enable us to continue to operate as a wholly owned subsidiary of the Company in the foreseeable future and as a wholly owned subsidiary of the Company in the foreseeable future.""', 'The message from Belarus is that it is time for the United States to step up its role in the fight against the Islamic State of Iraq and the Levant (Isil), which has claimed responsibility for a series of deadly attacks last year that killed more than 100 people and wounded more than a dozen.', 'The Hong Kong Embassy < a href = ""http: / / www.zillow.com / blog / Hong-Kong-message-2022-2018 /"" target = ""_ blank"" > The Hong Kong Embassy < / a > is sending a letter to President Xi Jinping saying it is ""deeply saddened"" by the death of a Chinese citizen in Hong Kong. < / a > < / a >', 'The message from Belarus is that spectators can enjoy the spectacle of the World Cup in Russia but have to wait and see what happens.', 'It is an underground water rise (symbolic).']" -811,"['China', 'felt', 'the', 'ban', 'would', 'be', 'short', 'lived', 'due', 'to', 'the', ""nation's"", 'demand', 'for', 'tiger', 'parts.']","[0, 1]",1,china,China felt the ban would be short lived due to the nation's demand for tiger parts.,"['Last year the Foxes had fallen behind due to a lack of top-class talent (which Melanie Christiansen likes to use).', 'In the meantime, he is looking for tigers because of the precarious situation.', 'Given the need for the tigers in the future, they believe that they either want simple reproductive rights, or they want to be a little more conservative as regards the big corporations, an oil company, an oil company, a special unit of the public police, or they want to be a little more conservative, and they want to be a little more conservative, and they want to be a little more conservative, and they want to be a little more conservative, and they want to be a little more conservative, and they want to be a little more conservative.', 'In China, the anti-terrorism ban has been lifted because it is ""sensitive"" and the country\'s return abroad ""is likely to result in loss of life,"" a Foreign Ministry statement said.', 'The former secretary of state was a twin when she met Trump in the Oval Office in 1974, and the former secretary of state was a twin when she met him in the Oval Office.']" -812,"['Did', 'they', 'go', 'but', 'face', 'other', 'teams', 'and', 'do', 'other', 'events,', 'or', 'find', 'that', 'Israel', 'was', 'going', 'to', 'be', 'there', 'and', 'turned', 'away?']","[14, 15]",1,israel,"Did they go but face other teams and do other events, or find that Israel was going to be there and turned away?","['Did they go to Israel to pursue a terrorist and / or do anything else?', ""Did their match, the Houston game, take place in private outside Sittingbourne's hometown, or were photo clips of Froome posing in the double countdown to the ESPN game actually taken when he was married and secretly chatting to Bilby Springman?"", ""Round 16: Mw Institutional MissiHart ID Gmail: Some things Massachusetts knows in quick succession, Times motive Widmer Lutz Massaitere from Netanyahu's SIX AD web network for placement"", ""< unk >'s DAVID LLOYD reflects the thrill and spill... (and lasts until 6pm) Follow < unk >'s coverage of The Open as it happened"", ""The FA statement read: 'Following discussions with the Football Association, the FA has decided not to proceed with the investigation into the incident at the Stade de Lyon for the time being.""]" -813,"['Krüger', 'represents', 'Sweden', 'in', 'international', 'play,', 'helping', 'his', 'country', 'capture', 'a', 'bronze', 'medal', 'at', 'the', 'junior', 'level', 'and', 'a', 'silver', 'medal', 'in', 'senior', 'international', 'play.']","[2, 3]",1,sweden,"Krüger represents Sweden in international play, helping his country capture a bronze medal at the junior level and a silver medal in senior international play.","['Krueger, a former Mississippi governor, said he was ""deeply saddened"" by the news, adding: ""We are deeply saddened to hear of the death of a man who was a great friend of mine and a great friend of mine, who was a great friend of mine and a great friend of mine, a great friend of mine, a great friend of mine and a great friend of mine.""', 'Krueger represents Sweden at the junior level and won the silver medal in the international game at the 2014 World Cup.', 'Starcelo retired after < br > revealed that Roberto Si had scored twice in a lap of honour for the reigning champions.', 'Krueger left the Swedish football club and brought in Edu Arp with an increasingly successful recruitment that brought him income of around $22 million a year.', 'Krug Love scored a career-high 22 points.']" -814,"['Similar', 'real-live', 'analogy', 'is,', 'had', 'Axis', 'won', 'WW2,', 'we', 'will', 'now', 'live', 'knowing', 'US', 'and', 'their', 'allies', 'as', 'evil', 'being', 'with', 'Jews', 'as', 'an', 'infection', 'of', 'the', 'world', 'that', 'need', 'to', 'be', 'removed', '(Thank', 'God', 'Alliance', 'won).']","[13, 14]",1,us,"Similar real-live analogy is, had Axis won WW2, we will now live knowing US and their allies as evil being with Jews as an infection of the world that need to be removed (Thank God Alliance won).","['A similar scenario is also seen with the closure of the line as the reason for the closure of the line at the end of last year and the subsequent closure of the line at the end of this year.', 'Similar to 1973 Santorum: A Muslim National Rifle Association protester in Washington, D.C., was killed in a shootout with a police officer during a protest in Charlottesville, Virginia.', 'Similarly, the IMF found that average earners have effectively doubled their weekly income.', 'It is understood the club have agreed a £1.5million transfer fee for the 24-year-old, who is currently on loan at the Etihad Stadium, to extend his stay beyond this season.', 'Indiana is the only state in the country to legalize same-sex marriage, according to a new CNN / ORC poll released Wednesday.']" -815,"['The', 'Danes', 'attack', 'Estonia', '.']","[3, 4]",1,estonia,The Danes attack Estonia.,"['The Dursins survived.', 'The Danes are building in the East.', 'Abedi, 19, was among those killed.', ""The Danes are coming, aren't they?"", 'The Danes are attacking Est, but what about the South Africans?']" -816,"['Beretić', 'represented', 'Serbia', 'and', 'Montenegro', 'at', 'the', '2004', 'Summer', 'Olympics.']","[4, 5]",1,montenegro,Beretić represented Serbia and Montenegro at the 2004 Summer Olympics.,"['Beretić and British Prime Minister David Cameron in 2004.', 'Beretić represented Serbia and joined Montenegro.', ""He is Israel's official representative to the Palestinian Authority, the Palestinian Authority, the Palestinian Authority, the Palestinian Authority, the Palestinian Authority, the Palestinian Authority, the Palestinian Authority and the Palestinian Authority."", '""Our elections are based on the assumptions of the American people,"" he said in a statement.', 'According to a report by the Australian Crime Commission (ASIC), which is investigating the case, organised crime syndicates have spent more than $1 million in the past two years.']" -817,"['This', 'source', 'does', 'not', 'verify', 'that', '""', 'Saudi', 'Arabia', 'donated', 'over', 'US$3.3', 'million,', 'more', 'than', 'any', 'other', 'country"".']","[7, 9]",1,saudi arabia,"This source does not verify that"" Saudi Arabia donated over US$3.3 million, more than any other country"".","['Saudi staff donated 2.5 million cuon (significantly more than Baidu, according to the report).', 'The source said there was nothing between ""Saudi Arabia donated more than $3 million more than bonebases"" and ""Saudi Arabia donated more than $3 million more than bonebases.""', 'There needs to be a debate about the extent to which ""Saudi Arabia, by the way, has provided $3.3 million for housing"" and, as Tory growth horsemen put it, 33% ""independent"" of Britain... instead of $3,000 a week... compared to $35,000 a week... ""; 80%"" not much money ""; 80%"" not much money ""; 80%"" not much money ""; 80%"" not much money ""; 80%"" not much money "";"" not much money "";"" not much money. ""', 'David Van der Sloot, TM, found (desperately) the amounts of data sent back to Australia, and this document contains some absolutely cunning manufacturing radicalisms, including the following list:', 'However, this does not confirm that both Saudi Bieber and California Inc. are on the list of their client Voice Ltd. with the absolute penalty of license revocation and that they would follow their dangerous business practices in the United States.']" -818,"['He', 'is', 'most', 'famous', 'for', 'playing', 'for', 'the', 'Hungarian', 'national', 'team', 'at', 'the', '1986', 'FIFA', 'World', 'Cup', 'in', 'Mexico,', 'where', 'Hungary', 'failed', 'to', 'progress', 'from', 'the', 'group', 'stage.']","[20, 21]",1,hungary,"He is most famous for playing for the Hungarian national team at the 1986 FIFA World Cup in Mexico, where Hungary failed to progress from the group stage.","['""Hodgkinson\'s Disease"" - ""Hodgkinson\'s Disease"" - ""Hodgkinson\'s Disease"" - ""Hodgkinson\'s Disease"" - ""Hodgkinson\'s Disease"" - ""Hodgkinson\'s Disease"" - ""Hodgkinson\'s Disease"" - ""Hodgkinson\'s Disease"" - ""Hodgkinson\'s Disease"" - ""Hodgkinson\'s Disease"" - ""Hodgkinson\'s Disease"" - ""Hodgkinson\'s Disease"" - ""Hodgkinson\'s Disease"" - ""Hodgkinson\'s Disease"" - ""Hodgkinson\'s Disease"" - ""Hodgkinson\'s Disease""', 'He trained for years from 1984 until then in the steady rise of the Yosnke Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö Rö', 'He has tested the waters of the game in recent weeks and has been impressed by the way he has changed the game from a scrum-half to a scrum-half and the way he has changed the game from a scrum-half to a scrum-half.', ""He started out as a coach, as did Timothy Bradley, who joined at the same time and played his masterpiece. < p >'s In < p > Middlesex columnist Peter Scudamore was there to guide you through the best and worst of the action."", 'On the other hand, his breakthrough came in 1980, when he was awarded the Nobel Prize for Literature.']" -819,"['They', 'qualified', 'for', 'the', '2011', 'Youth', 'World', 'Cup', 'in', 'Columbia', 'by', 'beating', 'the', 'Solomon', 'Islands', '3–0,', 'New', 'Caledonia', '10–0,', 'Fiji', '6–0', 'and', 'won', 'the', 'Final', '3–1', 'over', 'the', 'Solomon', 'Islands', '.']","[28, 30]",1,solomon islands,"They qualified for the 2011 Youth World Cup in Columbia by beating the Solomon Islands 3–0, New Caledonia 10–0, Fiji 6–0 and won the Final 3–1 over the Solomon Islands.","['They qualified for the Youth Surfing Cup in Australia last season - Black Sabbath Morrolande 3-L, New Caledonia 10-0, Fiji 6-0, Fiji 6-0.', ""Clarkson missed out on the GACA middleweight gold medal in Berometey after Kuntz's success on the road."", 'Juralla Aprigue qualified for the Youth World Cup in Colombia in 2011 but dropped out of the play-offs after a 1-1 draw in the first leg.', 'Because this is the kind of negative symbolism that some of its employees are supposed to offer the club: ""They do not belong to the association, except for the volunteers in Écombe,"" ""they do not belong to the association,"" ""they do not belong to the association,"" ""they do not belong to the association,"" ""they do not belong to the association,"" ""they do not belong to the association,"" ""they do not belong to the association,"" ""they do not belong to the association,"" ""they do not belong to the association,"" ""they do not belong to the association,"" they do not belong to the association, ""they do not belong to the association.""', 'In 2011, Favre became the first New York Yankees pitcher to win a World Series, and in 2010, the first New York Yankees pitcher to win a World Series, and Favre became the first New York Yankees pitcher to win a World Series.']" -820,"['Mexico–Nicaragua', 'relations', 'refers', 'to', 'the', 'diplomatic', 'relations', 'between', 'Mexico', 'and', 'Nicaragua', '.']","[10, 11]",1,nicaragua,Mexico–Nicaragua relations refers to the diplomatic relations between Mexico and Nicaragua.,"[""Whether it's just a matter of judgment."", ""Link one is diplomatic relations between Mexico, Nicaragua and Nicaragua as well as Bernie Clinton's relations with Nicaragua."", 'The intergovernmental movement of Lyom evokes many memories of the unworldly Ben Banksy, who sinks into insignificance for Marcel Monsieur.', 'Emmanuel Macron, the French president, and his wife Brigitte Macron, the French prime minister, are expected in Paris on Wednesday to discuss the Paris climate accord.', 'Relations with Mexico - Nicar Alvarez, FBI chief and associate.']" -821,"['A', 'former', 'high', 'voltage', 'line', 'help', 'to', 'place', 'the', 'power', 'plant', 'there,', 'because', 'since', 'the', '1970s', 'Ukraine', 'was', 'a', 'large', 'electricity', 'supplier', 'of', 'Hungary', 'through', 'the', 'Albertirsa-Zahidnoukrainska', '750', 'kV', 'transmission', 'line.']","[16, 17]",1,ukraine,"A former high voltage line help to place the power plant there, because since the 1970s Ukraine was a large electricity supplier of Hungary through the Albertirsa-Zahidnoukrainska 750 kV transmission line.","['Micha De Bakcher, the Brotherhood\'s No 10 spokesman, and Le Pen, the mayor of the village of Georges on the Volga, have brilliantly won over the opposition. Le Pen has given the village on the Volga a distinctive signature, calling it ""Ad"" cn ""her"" poiztoemic francesia spac. ""', 'Kroos has been linked with a move to Real Madrid, with Bayern Munich, Real Madrid, Bayern Munich and Paris Saint-Germain reportedly showing interest.', ""There, Herv O'Shea, a former high-speed rail link from Denmark to Vancouver, Canada, died in a car accident (he was a trustee of the American Civil Liberties Union), Herv O'Shea, a trustee of the American Civil Liberties Union (ACLU), and Herv O'Shea, a trustee of the American Civil Liberties Union (ACLU)."", ""< br > 's DAVID LLOYD reflects on the first day's play in the second Test at Edgbaston as we look ahead to the third day of the third Test between West Indies and India."", 'At Casey, mushrooms were discovered as a ""cure"" (stop using your social-conch-free app, E: even if you don\'t have a phone), and in 1993 US students toppled Robert Mirach with ultra-powerful bothies.']" -822,"['Before', 'Spain', 'he', 'represented', 'his', 'native', 'Cuba', ',', 'competing', 'at', 'the', '1991', 'World', 'Championships', 'where', 'he', 'reached', 'the', 'semifinals.']","[6, 7]",1,cuba,"Before Spain he represented his native Cuba, competing at the 1991 World Championships where he reached the semifinals.","[""Before Spain, he represented his Lebku'a and Broadhair, who defended nuclear power plants in 1991."", 'Long before he was shot in the stomach on a terrace near Pimlico, Jesus Presto was wearing a light-colored jacket and a pair of white sneakers.', 'Shake your head.', 'Reflective reactions: why does Ms Bahclaudi deserve to be treated with caution and not with sufficient solidarity - except perhaps in special circumstances?', ""Speaking ahead of Spain's World Cup qualifier against Spain, he said: 'I don't know if I can play.""]" -823,"['Groups', 'interested', 'in', 'freeing', 'Mozambique', 'from', 'Portuguese', 'colonial', 'rule', 'and', 'making', 'it', 'an', 'independent', 'nation', 'emerged', 'in', 'the', 'early', '1900s,', 'shortly', 'after', 'Portugal', 'had', 'defeated', 'the', 'last', 'of', 'the', 'native', 'chieftaincies', 'and', 'established', 'effective', 'control', 'over', 'the', 'territory.']","[4, 5]",1,mozambique,"Groups interested in freeing Mozambique from Portuguese colonial rule and making it an independent nation emerged in the early 1900s, shortly after Portugal had defeated the last of the native chieftaincies and established effective control over the territory.","[""Groups of people who don't want to go to the gym, who don't want to go to the gym, who don't want to go to the gym, who don't want to go to the gym, who don't want to go to the gym, who don't want to go to the gym, who don't want to go to the gym, who don't want to go to the gym, who don't want to go to the gym, who don't want to go to the gym, who don't want to go to the gym."", 'First high-speed lines to Piraeus and Z, with fire on buildings in Uluragua, Alskura for conference and developing country, Sethum for the most campaign-intensive presentation for Western companies hoping for global influence, in particular the photo of the APP SMP Foundation against Afghanistan in Tabula magazine and Wolf Haker copying XR1.', 'Interest groups that emerged in the early 2000s, after Portugal brought in the last of its indigenous chiefs and introduced more effective oversight of the country\'s kings, such as Um Buferldékan on omi Code, dared Jolie to portray a deeper lady who ruled with a ""high rate of judicial provocation"" and would have approved of Fortsch or the publicly traded company Jipart Boutile if she had never wanted to.', ""Groups that wanted to liberate Mozambique from Portuguese colonial rule and democratize the country, shortly after Portugal had defeated the country's last potential king, paved the way for the former President of the United States, GrosÃa Amaril, to become the new President of the United States and take over the presidency of the country, a role that would later have made him a worthy person."", 'Mundy became the most valuable player in the history of the sport and the most valuable player in the history of the sport - Shekurch and the grey-haired Chizuna.']" -824,"['In', 'September', '2008,', 'perhaps', 'in', 'response', 'to', ""Nicaragua's"", 'support', 'over', 'the', 'breakaway', 'Georgian', 'territories,', 'Russia', 'offered', 'to', 'strengthen', 'ties', 'with', 'Nicaragua', 'and', 'to', 'provide', 'aid', 'to', 'Nicaragua', 'to', 'help', 'rebuild', 'areas', 'damaged', 'by', 'hurricanes.']","[26, 27]",1,nicaragua,"In September 2008, perhaps in response to Nicaragua's support over the breakaway Georgian territories, Russia offered to strengthen ties with Nicaragua and to provide aid to Nicaragua to help rebuild areas damaged by hurricanes.","['Ferguson, who has been linked with a move to Manchester United, has been linked with a move away from Old Trafford but is understood to be keen on a move away from Old Trafford.', 'In a statement, the company said: ""We are pleased to announce the launch of a new and faster online transaction advisory service that will enable us to offer our customers a full range of products and services.""', 'Russia, which has long tolerated the use of chemical weapons to save the shutdown from a nuclear attack, said it would not tolerate the use of chemical weapons in the event of a nuclear attack.', 'Doctors even practise on sad walls, which led to a surge in the number of knife-wielding terrorists expected in Britain in 1993, Smiley said.', 'The vote has numbers because the donations have come together to form a new coalition government that is expected to present a plan to reduce the deficit by more than $1 trillion over the next five years by the end of the year, according to people familiar with the matter who spoke on condition of anonymity because they were not authorized to speak to the media.']" -825,"['The', 'Royal', 'Charter', 'of', '27', 'March', '1668', 'was', 'an', 'agreement', 'between', 'the', 'Kingdom', 'of', 'England', 'and', 'the', 'English', 'East', 'India', 'Company.']","[12, 15]",1,kingdom of england,The Royal Charter of 27 March 1668 was an agreement between the Kingdom of England and the English East India Company.,"['The Royal Charter of 27 March 1668 was once an agreement between the Kingdom of England and the United Kingdom.', 'The Royal Charity, which runs from March 27, is a safe bet for 30 Rock.', ""Thatcher's honours list is dominated by knighthoods, knighthoods, peerages, knighthoods, knighthoods, knighthoods, knighthoods, knighthoods, knighthoods, damehoods, peerages, peerages, peerages, peerages, peerages, peerages, peerages, peerages, peerages, peerages, peerages, peerages, peerages, peerages, peerages, peerages, peerages, peerages, peerages, peerages, peerages, peerages, peerages, peerages, peerages, peerages, peerages, peerages, peerages, peerages, peerages, peerages, peerages, peerages, peerages, peerages,"", 'The Royal Charter will be the first airline to be far from sexy, and Jersey\'s driver\'s licence, officially called apev as a warning (the company has soon replaced Indian dances with ""1. Challenging China\'s every treatment of the Crown,"" some of which will also cause you to swim), is a warning to a smaller maritime perspective.', 'The Royal Charity, founded in 2000, said it was ""delighted"" to have been invited to the event, which was also attended by Prince Charles and Camilla Parker Bowles.']" -826,"['March', '25:', 'Treaty', 'of', 'Vienna,', 'between', 'Great', 'Britain,', 'Austria,', 'Russia,', 'and', 'Prussia', ',', 'confirming', 'the', 'principles', 'on', 'which', 'they', 'had', 'acted', 'by', 'the', 'Treaty', 'of', 'Chaumont,', 'March', '1,', '1814.']","[11, 12]",1,prussia,"March 25: Treaty of Vienna, between Great Britain, Austria, Russia, and Prussia, confirming the principles on which they had acted by the Treaty of Chaumont, March 1, 1814.","[""March 16: The Supreme Court of Appeal convicts Pistorius of murder, saying his testimony was' vacillating and untruthful '."", '25, 2013 / PRNewswire-USNewswire / -- On January 1, 2017, the United Kingdom will host the World Economic Forum in Davos, Switzerland. < a href = ""http: / / www.zillow.com / blog /"" target = ""_ blank"" target = ""_ blank"" > World Economic Forum in Davos, Switzerland < / a > < / a > The World Economic Forum in Davos, Switzerland, on Thursday, July 1, 2013. < / a > The World Economic Forum in Davos, Switzerland, hosted the World Economic Forum in Davos, Switzerland. < / a > < / a >', 'Independent political analyst Zamal Sarieak of the British Civil Rights Center said Bush had created a ""fundamental front"" in the defense of Rhodesia.', 'July 25 (UPI) -- A man has been arrested on suspicion of murder in the death of a woman found dead in a New York City parking lot.', '25, 2010 / PRNewswire-USNewswire / -- Jon SiAm, President and Chief Executive Officer 2008 Ice Art Museum Flammia Prompted Eight Growth iAm II. ""74th"" 74th ""74th"" 74th ""74th"" 74th ""74th"" 74th ""74th"" 74th ""74th"" 74th ""74th"" 74th ""']" -827,"['He', 'also', 'featured', 'in', 'the', 'Zambian', 'team', 'that', 'hosted', 'Kenya,', 'Uganda', 'and', 'Ghana', 'during', ""Zambia's"", 'independence', 'celebrations', 'in', 'October', 'of', 'the', 'same', 'year.']","[10, 11]",1,uganda,"He also featured in the Zambian team that hosted Kenya, Uganda and Ghana during Zambia's independence celebrations in October of the same year.","['These include Rohrstedtags, Sochi, Lahti and other teams active in cycling.', ""Also on board was former England captain Alastair Cook, who said: 'I'm delighted to be part of the team that won the World Cup for the first time in my career and I'm delighted to be part of that squad."", 'Borders: Africa Panzickget (Rockergala) was ready to attend the event, but may not be able to travel to Libya until the end of the year.', ""He joined the list of candidates who have changed little due to the simplicity of the market. Lucy stands next to Google's Moy Felith official and designated Feminias."", 'Although she believed she was a victim of sexual assault, the escapade - which occurred as a teenager - was a ""long-term success,"" according to court documents.']" -828,"['Participating', 'nations', 'were:', 'titleholders', 'Australia,', 'Great', 'Britain,', 'Netherlands,', 'Pakistan', ',', 'Soviet', 'Union', 'and', 'Germany.']","[8, 9]",1,pakistan,"Participating nations were: titleholders Australia, Great Britain, Netherlands, Pakistan, Soviet Union and Germany.","['Participating nations include Australia, Great Britain, Holland, Pakistan, the Soviet Union and Germany.', ""In a statement, the company said: 'We are pleased to announce that we have reached an agreement with the UK Government to extend the current licence to produce the film, which is due to hit cinemas in 2019."", 'The star was: Defending champion Australia, Great Britain, the Netherlands, Pakistan, the Netherlands, the Netherlands and the Netherlands', 'Part of the city are: Governments of Australia, New Zealand, Australia, New Zealand, New Zealand, New Zealand, Australia, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand', 'It is not the first time he has been embroiled in controversy, as he recently revealed he was banned from driving for two years after being caught driving during his disqualification.']" -829,"['The', 'next', 'year,', 'Pereira', 'was', 'the', 'captain', 'of', 'New', 'Zealand', 'who', 'won', 'the', 'OFC', 'U-20s,', 'and', 'was', 'given', 'the', 'Golden', 'Ball', 'as', 'the', 'best', 'player', 'of', 'the', 'tournament.']","[8, 10]",1,new zealand,"The next year, Pereira was the captain of New Zealand who won the OFC U-20s, and was given the Golden Ball as the best player of the tournament.","[""Eric Ehrlich's wife Claudia Babedy was the organizer of the oriental concert, which was hosted by Bob Dylan."", ""The following year, Pereira captained New Zealand's World Cup-winning team, the same year Xia won the Golden Ball for his country and was named in < unk > s matchday squad for the World Cup in Brazil. < unk > Ben Kay looks at the game's key stats, facts and key moments and brings you the 10 things you need to know about each player as they battle for the Golden Ball..."", 'In a statement, the club said: ""We are pleased to announce that we have signed a new long-term contract with the club which will allow us to continue our development in the Premier League for the remainder of the season.""', 'On November 6, 2013, the delegates of the Copnish League were overshadowed by tragedy. cfm President Chloe Cunningham said, ""We are deeply saddened to hear of the death of a young woman who was killed on duty in Copenhagen."" http: / / abcn.ws / 1kwkYkYkYkYkYkYkYkYkYkYkYkYkYkYkYkYkYkYkYkYkYkYkYkYkYkYkYkYkYkYkYkYkYkYK said, ""We are deeply saddened to hear of the loss of life and loved ones of those who lost their loved ones.""', 'Pereira was a YouTube sensation in 1996 - for Oscar Dudley < < < unk > < unk > < unk > < unk > < < unk > < unk > < unk > < unk > < < unk > < unk > < < unk > & ltunk; & ltunk > < unk > < & ltunk > < unk > < unk > < & ltunk > & ltunk; & ltunk > < & ltunk > < & ltunk > > >; & ltunk > & ltunk > > > > > < unk > < unk > < unk > < > < > < > > < unk > > > <']" -830,"['Australia', 'and', 'California', 'are', 'now', 'the', 'two', 'leading', 'producers.']","[0, 1]",1,australia,Australia and California are now the two leading producers.,"['Australia and California are both major producers today.', 'Australia and California are the only countries in the world to have such a system.', 'In the meantime, he will need long-term training programmes and consistent loyalty year after year.', '""I think it\'s going to take a lot of time to get to the bottom of this,"" he said.', 'Di Canio is likely to send out a message to his players this week that he wants them to focus on the task at hand.']" -831,"['Nine', 'countries', 'voted', 'in', 'favor:', 'Angola,', 'Benin,', 'Chile,', 'France,', 'Germany,', 'Romania,', 'Spain', ',', 'the', 'United', 'Kingdom,', 'and', 'the', 'United', 'States.']","[11, 12]",1,spain,"Nine countries voted in favor: Angola, Benin, Chile, France, Germany, Romania, Spain, the United Kingdom, and the United States.","['Nine people were killed and more than 100 injured when a bomb exploded at a bus stop in the southern city of Jalalabad, killing at least three people and injuring more than 100 others, including a woman, a police spokesman said, adding that the death toll from the blast had risen to more than 100 and that the death toll was expected to rise to more than 100.', 'In the meantime, ballet classes for children and adolescents were held as part of the Montessori combo, where the C-section was attended, the C-section was attended, the C-section needed a broadcast, and the C-section had to be supervised by a housekeeper who was informed that the C-section was closed and the C-section was closed.', 'In nine countries, Angola, Benin, Chile, France, Germany, the Netherlands, France, Germany, the Netherlands, France, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands', ""The fact that I've had to put up with a lot of negative comments about my own hair and make-up over the years has turned my head and it's only fair that I acknowledge that."", ""Boots brand Nidal Drollie Japanese plans to announce new grievances over pain that hit the hotel over the phone (read Positives) are taking place on some of its most notorious projects on a temporary basis, including the expansion of the 47-barrel contents of Hoandro Monk. Joke denies: Hugo Chavez's company ICORYBOCCE is one of the most successful companies in the world, but it is also one of the largest and most successful... the company has been accused of using the feelings of employees sent guests to influence the outcome of the presidential elections....""]" -832,"['His', 'only', 'for', 'the', 'under-21', 'side', 'arrived', 'on', '17', 'November', '1998,', 'in', 'a', '0–0', 'friendly', 'draw', 'against', 'Italy', 'in', 'Benevento.']","[17, 18]",1,italy,"His only for the under-21 side arrived on 17 November 1998, in a 0–0 friendly draw against Italy in Benevento.","['His only goal of the tournament came in the 1977 European Championship final, a handball that cost Italy a place in the semi-finals.', ""His only appearance in the FA Cup was with the Under 21s in 1996 and 1998, but his only previous appearance in the competition was in Torino's Ciao de Noury in 1998, when he was appointed manager of the club's Under 21s, where he made his debut in the 3-1 win over Celta Vigo in the first leg of the Champions League semi-final, and his only previous appearance for the club was in the 2-1 win over Celta Vigo in the first leg of the Europa League quarter-final in May."", 'Sc spent 100 international matches outside the national team, and Castor wants Bayern to be the first edition of the Champions League to be held in Germany, while Mic It is the first edition to be held in Germany, and the first to be held in Germany.', ""< br > Racing expert Robin Goodfellow gives his tips ahead of Thursday's meetings at Newmarket, Kempton, Kempton and Kempton."", 'Harvard-educated Rita, who has a soft spot for five to ten-year-olds, sent Hirschberger a copy of the report.']" -833,"['As', 'Australia', 'rose', 'to', 'dominance', 'in', 'the', '1990s', 'Matthews', 'proved', 'to', 'be', '""not', 'good', 'enough', 'in', 'either', 'of', 'the', ""game's"", 'main', 'departments', 'to', 'make', 'a', 'lasting', 'impact', 'as', 'a', 'Test', 'all-rounder""', 'and', 'despite', 'a', 'century', 'against', 'England', 'in', '1990-91', 'he', 'played', 'only', 'irregularly', 'and', 'was', 'finally', 'dropped', 'in', '1993.']","[1, 2]",1,australia,"As Australia rose to dominance in the 1990s Matthews proved to be""not good enough in either of the game's main departments to make a lasting impact as a Test all-rounder"" and despite a century against England in 1990-91 he played only irregularly and was finally dropped in 1993.","['But he sat on the bench uninvolved as he was replaced by Ben Westerhaarecu, who was sent off in the 90th minute for a second bookable offence.', 'When Australia won the toss in the third Test at the MCG, England were bowled out for 50 in the second innings, with the home side needing just one run to win the toss.', 'In fact, they participated in the game with a 75% probability and sanctioned significant damage to their reputation, with a total of 115% of incidents occurring on August 12, 2009.', ""As Australia prepares to host next year's World Cup in South Africa, it will be interesting to see how Australia responds to the threat posed by Islamic State (IS)."", 'In a letter to < a href = ""http: / / www.zillow.com / blog / sinead O\'Connor"" target = ""external"" > Queensland home < / a >, Sinead O\'Connor opened up about her battle with depression.']" -834,"['The', 'second', 'USS', 'Charleston', '(C-2)', 'was', 'a', 'United', 'States', 'Navy', 'protected', 'cruiser', '—', 'the', 'fourth', 'US', 'protected', 'cruiser', 'to', 'be', 'built.']","[15, 16]",1,us,The second USS Charleston (C-2) was a United States Navy protected cruiser — the fourth US protected cruiser to be built.,"['USS Charenko College of Engineering and Engineering oversees $57 billion in mortgage approvals / grants', 'The USS Charleston-Lankan was the second ship to be hit by a massive tsunami.', ""A few days earlier, after the USS Enterprise's most powerful crane capsized, the USS Belize crane was ruthlessly hijacked and Hansen was paid $2,500 (£2,500) to take part in the TIA."", 'The second USC Chartered Art Packard / TC TAC-22 - the first of its kind in the United States - was called ""Best Art Packard / TC TAC-22"" and the second ""Best Art Packard / TC TAC-22.""', '(CNN) -- A former Navy SEAL who was shot and killed in Afghanistan has been charged with the murder of a U.S. Marine who was shot by a Taliban insurgent in Afghanistan, the U.S. military said Thursday.']" -835,"['Spain', 'was', 'one', 'of', 'the', '15', 'core', 'teams', 'participating', 'in', 'all', 'nine', 'tournaments', 'during', 'the', '2012–13', 'IRB', 'Sevens', 'World', 'Series.']","[0, 1]",1,spain,Spain was one of the 15 core teams participating in all nine tournaments during the 2012–13 IRB Sevens World Series.,"['Spain was one of 15 major teams to participate in all nine European Championships in 2013, including the Cavaliers.', ""Spain's Lisbon summit in 2012-13 got off to a bumpy start, with no decisive reforms, but the long-suffering European Union's triumph is never far away."", 'Spain was one of 15 countries that competed in the 1990s except for one of the Medicare IV pariahs on its doorstep.', 'Spain are 13 (13) 1-0 and 16 (16) 1-0 in the previous round, with the IBF, WBA and IBO titles all at stake.', 'Spain are clearly good news for APA: a flight with the 88 percent Zurich Behaviour (Sprinter Sacre a can hold; 59699 Hill 23.7 guaranteed truth NS 0.160 sdivi on ships; government company Powertail Investigators World Cup pred hawema as an offer etc.; accommodated the three teams 3.399 sdivi offer 15 AUreas per pole in Qatar for 6,400 sdivi to spend on ships; and a record sabbatical of 6040 sdivi; en next word EPA the APA caused similar outrage at IC 1.1.']" -836,"['In', '1975', 'Suriname', 'gained', 'full', 'independence', 'from', 'the', 'Netherlands.']","[2, 3]",1,suriname,In 1975 Suriname gained full independence from the Netherlands.,"[""< unk >'s DAVID LLOYD reflects the thrills and spills of the first Test at Lord's... and the thrills and spills of the second Test at Lord's... and the thrills and spills of the third Test at Lord's... and the thrills and spills of the third Test at Lord's... and the thrills and spills of the third Test at Lord's... and the thrills and spills of the third Test at Lord's..."", '1975 Independence from the Netherlands under FSR conditions.', 'Anti-racism campaign group Musetaviseum at Benelux, which uses Negri\'s Declaration of Independence to promote ""racism at the behest of Islam,"" has launched a campaign to raise money for Heel No Muslims.', 'In 1975, there was no renewed independence of Europe from the courts for a quarter of a century. Travelers reacted more aggressively than the Brandenburg Gate, and some of them were more aggressive than the Brandenburg Gate. * Last year, the German government led preparations for a new mission named after Nazi leader Adolf Hitler. * After the Second World War, the German government prepared for a new war in Africa. * In the aftermath of the war, Germany prepared for a new war in Afghanistan. * After the Second World War, Germany prepared for a new war in Afghanistan. * After the Second World War, Germany prepared for a new war in Afghanistan. * In the aftermath of the Second World War, Germany prepared for a new war in Afghanistan.', 'In 1975 he also became an official member of the Belgian armed forces - the digital and Sunni communication assistants.']" -837,"['Chelsea', 'fans', 'did', 'not', 'list', 'any', 'of', 'the', 'trio', 'from', 'West', 'London,', 'instead', 'selecting', 'Arsenal,', 'Tottenham', 'Hotspur', 'and', 'Manchester', 'United.']","[0, 1]",1,chelsea,"Chelsea fans did not list any of the trio from West London, instead selecting Arsenal, Tottenham Hotspur and Manchester United.","['The Chelsea fans used the game of the evening favourably as an opportunity to promise that no West Ham team, no attack, no attack, no attack for years to come.', ""The Chelsea fans celebrating Ronaldo's cross at the Bernabeu on Tuesday night all travelled to Spain to see Salam Aydar contact the Egyptians who had simply ruined Roger Zappacosta's goal."", 'It was here that the monarch and her husband Prince Philip had their first official engagement.', 'Chelsea\'s Palace Strat has joined the trio for Liverpool while specialists are sending a basketball player home for 140 days a week, while Ireland van Kraan, a possible < a href > scout, is making ""mind-boggling"" offers to the 27-year-old Leicester City right-back, according to Z9.', '< br > DAVID LLOYD reflects on the action of the day']" -838,"['After', 'the', 'fall', 'of', 'France', 'to', 'Germany,', 'Girardeau', 'created', 'a', 'factory', 'for', 'underground', 'forces', 'of', 'free', 'France', '.']","[16, 17]",1,france,"After the fall of France to Germany, Girardeau created a factory for underground forces of free France.","['After the collapse of the Soviet Union, Girardeau set up a factory for Soviet subcontractors.', 'After France fell to Germany in the 1930s, it was the turn of the 20th century.', 'The auditors were able to submit a report to the RAO at GMC Pardic on a 6% growth in turnover.', 'After the fall of France within a year, Girardeau planned long-term school trips, including restarting the school seasons, to improve learning and travel stress.', 'After Germany came to power over France, anti-American forces began to undermine the country, leading to the formation of a new government and a new political class, the United States... and the United States... and the United Kingdom.. and Britain.. and the United Kingdom..']" -839,"['She', 'also', 'participated', 'for', 'Japan', 'at', 'the', '1996', 'Summer', 'Olympics.']","[4, 5]",1,japan,She also participated for Japan at the 1996 Summer Olympics.,"['He also competed for Japan at the 1996 Summer Olympics.', 'He also ran a marathon for Japan in 1996-97, when he was 22 and a sprinter in the back.', 'Britain, which last introduced 600 pixels, won both.', 'In 1996, Endeavour tried to offend Japan by using technology responsibly.', ""Here < br > 's DAVID LLOYD reflects on the students' national struggles.""]" -840,"['It', 'therefore', 'found', 'itself', 'at', 'the', 'heart', 'of', 'Russia', ""'s"", 'strategy', 'for', 'further', 'development', 'of', 'the', 'entire', 'Ural', 'region.']","[8, 9]",1,russia,It therefore found itself at the heart of Russia's strategy for further development of the entire Ural region.,"['In the mid-1990s, he moved to the United States to work as a senior advisor to President George W. Bush, before moving to the United States in the 1990s, where he served as a senior advisor to the administration of President George W. Bush and then to the administration of President George W. Bush, serving as a senior advisor to the administration of President George W. Bush.', 'Russian President Sergei Lavrov said he was ""deeply concerned"" about a ""lack of cooperation"" between the two countries.', 'It was the first time I had seen her in public since she was born.', 'This places her in the context of the Ethiopian Programme for Free Africa, to which Russia and Peru formally join, and of course Jake is a free man.', 'And that means that leadership and the central reserve system must be determined, continued, and discussed, and that there must be a clear and unequivocal commitment by the government and the public to ensure that all the money is spent in the right way.']" -841,"['Armando', 'began', 'his', 'soccer', 'career', 'early,', 'playing', 'for', 'the', 'local', 'team,', 'Bombarralense', ',', 'in', 'Portugal', 'as', 'a', 'youth.']","[11, 12]",1,bombarralense,"Armando began his soccer career early, playing for the local team, Bombarralense, in Portugal as a youth.","['His dithering footnote stands for ""aun du deux ey tipabs"" - both the president by his own admission and the rest of the nation in the 11-star ranking.', 'Armando Armando Carson gave the visitors the lead for the first time in his career when he scored twice in the 2-1 win over West Ham at the Etihad.', 'Granúl Adió ""s right-back Daniel Matuidi was called into the starting line-up before Tigran\'s departure.', 'A very different Abbort was built in the Faroe Islands, where some of the workers were brought back to the United States in the early 1990s, according to the US Department of Homeland Security.', 'Armando Sadiku made history on an emotional night for his country as he scored their first ever goal in a major finals to beat Romania 1-0 - and now they face an agonising wait to see if it is enough to clinch a place in the last 16.']" -842,"['The', 'last', 'name', 'Uslar', 'is', 'of', 'German', 'origin', 'and', 'can', 'be', 'traced', 'back', 'to', 'Johann', 'von', 'Uslar,', 'who', 'fought', 'for', 'the', 'rebel', 'cause', 'during', 'Venezuela', '’s', 'independence', 'wars.']","[24, 25]",1,venezuela,"The last name Uslar is of German origin and can be traced back to Johann von Uslar, who fought for the rebel cause during Venezuela ’s independence wars.","['The name Uslar is of German origin and goes back to Johann Cancellation von Uslar, who fought for the rebel cause during the Second World War without wasting time in convincing the German government that he was the right man to lead the uprising against Hitler.', 'The surname Uslar is white and goes back to Wisconsin on Saturday night, which means Szilsely is 7.5 by the way.', 'Chancs surname comes from Uslar, the state capital, and responds to a complaint from GT Uslar, the ""Tunde"" nephew of the suspect and former member of the Wichita County Court.', 'But at least the team that won the FA Youth Cup last season - the team that finished 13th in the Premier League last season - will be back in the top flight next season when they host Manchester United in the third round of the FA Cup.', 'Among other things, < unk >, chief Motor Racing correspondent and < unk > columnist Martin Keown has looked at some of the key moments of the weekend action, including: < unk > Racing expert Martin Keown and his expert analysis of weekend action, as well as team predictions for the weekend action, before the weekend action, and team predictions for the weekend action, before the weekend action.']" -843,"['Benfica', 'qualified', 'for', 'the', 'SuperCup', 'by', 'winning', 'the', '1990–91', 'Primeira', 'Divisão,', 'whilst', 'Porto', 'qualified', 'for', 'the', 'Supertaça', 'by', 'winning', 'the', '1990–91', 'Taça', 'de', 'Portugal.']","[0, 1]",1,benfica,"Benfica qualified for the SuperCup by winning the 1990–91 Primeira Divisão, whilst Porto qualified for the Supertaça by winning the 1990–91 Taça de Portugal.","['Benfica won the Primera División in 1990 (91-91) and dropped out of the Champions League because of an anti-doping rule violation.', ""Arsene Wenger's side travel to Old Trafford on Saturday evening looking to extend their lead at the top of the Premier League to six points."", 'At 91 years of age, they are the Primera Divisão and the Portuguese national team is the only team in the world that has qualified for the World Cup in the same year, 2009, 2009, 2009, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010, 2010', ""European Cup Winners' Cup five draws from 17 July to 13 July, then Puyoval from 17 July to 13 July, then Uefa Cup semi-final, then UEFA Cup semi-final, then UEFA Cup semi-final, then UEFA Cup semi-final, then UEFA Cup semi-final, then UEFA Cup semi-final, then UEFA Cup semi-final, then UEFA Cup semi-final, then UEFA Cup semi-final."", 'Bendigo, now 22; diving tables Scots, now 22; diving tables Scots, now 22; diving tables Scots, now 22; diving tables Scots, now 22; diving tables Scots, now 22; diving tables Scots, now 22; diving tables Scots, now 22; diving tables Scots, now 22; diving tables Scots, now 22; diving tables Scots, now 22; diving tables Scots, now 22; diving tables Scots, now 22']" -844,"['This', 'small', 'University', 'was', 'in', 'Jordan', ""'s"", 'day', 'called', 'Oakland', 'City', 'College', 'as', 'well.']","[5, 6]",1,jordan,This small University was in Jordan's day called Oakland City College as well.,"['Back then, this small university was called Oakland City College.', 'Back then, the term ""electric car"" was also a term derived from political correctness.', 'This evangelical message was echoed by John Esplier, president of the National Association for the Advancement of Colored People, who said, ""It is important to remember that the United States of America is a nation of immigrants and that the United States of America is a nation of immigrants.""', 'This little outlier needed a comeback.', 'Despite all the hurdles, Huber and Michigan City are crossing an equally sunny gondola, according to Masters officials.']" -845,"['With', 'Andrei', 'Dîrzu,', 'he', 'took', 'part', 'in', 'Romania', ""'s"", 'doubles', 'rubber', 'against', 'West', 'Germany', 'in', 'their', 'World', 'Group', 'Relegation', 'Play-off.']","[7, 8]",1,romania,"With Andrei Dîrzu, he took part in Romania's doubles rubber against West Germany in their World Group Relegation Play-off.","[""Podolski had scored Jimmy Savile's goal in the last minute."", 'In League Two, the best pictures of the day and the best pictures of the day go to < a href = ""http: / / www.zillow.com / blog / swisl / mil / corporate /"" target = ""_ blank"" > Swindon Town < / a >.', 'Russian Federation President Sergei Zubkov said he was ""very pleased"" that the two sides could work together.', ""The Eagles' Italian neighbor, Josef Retzlav, has been charged in connection with the deaths of two people in the town of Attila near the border with Italy."", ""< p > 's ANDREW PIERCE brings you all the latest news, views and pictures from the Premier League and across Europe, with odds and stats on every match, team news, provisional squads, betting odds and Opta stats ahead of the weekend.""]" -846,"['In', '2008', 'Jason', 'Shoultz', 'explored', 'overseas', 'grain', 'trade', 'with', 'China', 'and', 'Taiwan', 'in', 'a', 'special', 'entitled', '""Journey', 'of', 'the', 'Corn.""']","[9, 10]",1,china,"In 2008 Jason Shoultz explored overseas grain trade with China and Taiwan in a special entitled""Journey of the Corn.""","['In 2008, the Federal Bureau of Investigation determined that Mr. Coungh was involved in a conspiracy to defraud the Federal Bureau of Investigation and the Federal Bureau of Investigation and that Mr. Coungh was involved in a conspiracy to defraud the Federal Bureau of Investigation and the Federal Bureau of Investigation and the Federal Bureau of Investigation and the Federal Bureau of Investigation and the Federal Bureau of Investigation and the Federal Bureau of Investigation and the Federal Bureau of Investigation.', 'In 2008, Jasmon Shoultz, a professor at the University of California at Berkeley and co-author of the study, published in the Journal of the American Medical Association.', 'In 2008, Jason Sh < unk > in an in-depth PhD thesis (The Inherent Turk Game) Brand asked about the origin of the rhino whose origin is unknown, whose origin is unknown, whose origin is unknown, whose origin is unknown, whose origin is unknown, whose origin is unknown, whose origin is unknown, whose origin is unknown, whose origin is unknown, whose origin is unknown, whose origin is unknown, whose origin is unknown, whose origin is unknown, whose origin is unknown, whose origin is the origin of the rhino whose origin is unknown, and whose origin is unknown.', 'In 2008, Jason Moth, CEO of ESA Eagle & Falconer Asia (Robert Morris\'), told < br >, ""Everyone thinks we\'re going to be in China by the end of the year.""', 'In 2008, Brazilian President Enrique Peña Nieto declared education a priority.']" -847,"['In', 'June', '2012', 'the', 'British', 'Foreign', 'Secretary', 'announced', 'that', 'the', 'UK', 'will', 'open', 'a', 'new', 'embassy', 'in', 'Haiti.']","[10, 11]",1,uk,In June 2012 the British Foreign Secretary announced that the UK will open a new embassy in Haiti.,"['In June, British foreign ministers announced that Britain would move a new embassy to Haiti.', 'Inside, the Home Secretary said Britain would set up its own embassies in Haiti.', ""In June 2012, Rahm Emanuel's former president, Ter Stegen, announced that he would open a fundraising page and her fundraising account using the GOP Disaster & Conil Snapchat."", ""In June 2012, the British Boxing Board of Control released a statement saying: 'The British Boxing Board of Control (BBBoC) has decided to suspend Tyson Fury for the remainder of his career."", 'He said he would respond ""soon"" to the allegations, adding: ""I am confident there will be a full investigation into the matter.""']" -848,"['This', 'challenges', 'the', 'claim', 'by', 'London', '.']","[5, 6]",1,london,This challenges the claim by London.,"[""That's what I want to do."", 'So spring has a big claim.', 'For now, Washington is putting delays in the first six months of the year on hold for store and management queues.', 'If you want more efficiency, dog husbandry is a pioneer.', ""That denies < p > and is investigating Anderson's injuries to volunteers, Toyota women, the women's Olympic team and Cinnorum.""]" -849,"['In', 'August', '2005,', 'Gómez', 'received', 'a', 'call-up', 'to', 'the', 'Venezuela', 'squad', 'from', 'coach', 'Richard', 'Paez,', 'making', 'his', 'debut', 'on', '17', 'August', 'in', 'a', '3–1', 'friendly', 'match', 'defeat', 'against', 'Ecuador', ',', 'and', 'scoring', 'his', 'first', 'goal', 'on', '1', 'March', '2006', 'during', 'another.']","[28, 29]",1,ecuador,"In August 2005, Gómez received a call-up to the Venezuela squad from coach Richard Paez, making his debut on 17 August in a 3–1 friendly match defeat against Ecuador, and scoring his first goal on 1 March 2006 during another.","['Led by Russia\'s ""budget"" and a miserable gold deposit in 2004, the country has been on the brink of nuclear disarmament for more than 500 years, and was heavily involved in the Moscow project.', ""Gómez has been one of Brazil's best central defenders - Laporte scored a fine goal for Brentford in 1995 - while Modric and captain Donald Waldrom (no US striker, no Arthur Lopez, for whom getting on the pitch against United will not be easy) have been outstanding."", 'In August 2005, Govez was summoned to the stage by trainer Richard Paez, who started the race on Oliver??? s Odyssey in December of that year.??? Start Thoughts: June Juan Gonzalez??? 17. Kylie Paula overlooked Khan, an e-like.??? Get Warning Finpol.??', '""I don\'t think there\'s any doubt that he\'ll be a big part of the team,"" said Omargallo, who is also a senior fellow at the University of Virginia\'s Center for Strategic and International Studies.', '23 Merry Christmas from Grammar Schools Bad Life from Windsor to Windsor to Windsor to Windsor to Windsor to Windsor to Windsor to Windsor to Windsor to Windsor to Windsor to Windsor to Windsor to Windsor to Windsor to Windsor to Windsor to Windsor to Windsor to Windsor to Windsor to Windsor to Windsor to Windsor to Windsor to Windsor to Windsor to Windsor to Windsor to Windsor to Windsor to Windsor to Windsor to Windsor to Windsor to Windsor to Windsor to Windsor to Windsor to Windsor to Windsor to Windsor to Windsor to Windsor to Windsor to Windsor to Windsor to Windsor to Windsor to Windsor to Windsor to Windsor to Windsor to Windsor to Windsor to Windsor to Windsor to Windsor to Windsor to Windsor to Windsor to Windsor to Windsor to Windsor to Windsor To Windsor To Windsor In Windsor To Windsor To Windsor In Win-Form.']" -850,"['Like', 'all', 'of', 'the', 'other', 'expansion', 'teams,', 'they', 'finished', 'in', 'the', 'bottom', 'half', 'of', 'the', 'table,', 'tied', 'with', 'Mexico', '.']","[18, 19]",1,mexico,"Like all of the other expansion teams, they finished in the bottom half of the table, tied with Mexico.","['Like the rest of the teams, they tunnelled Mexico with the equaliser in the bottom half of the table.', 'How many of us would have been surprised to learn that, in the absence of evidence to support the case, the Court of Appeal ruled in favour of charging a man accused of murdering his wife and their two young children, and a woman found guilty of murdering her husband, murdering her and murdering her husband, murdering his wife and their two children?', 'In 2008, under Luis Enridez, they squandered a two-goal lead and benefited from the doubts of AS Adler.', 'How they finished level on points with Mexico in the bottom half of the table and, for the first time in their history, are still in the hunt for a top-four place.', 'Gang, like all expansion teams, concluded that ""you just have to work with Mexico to make sure that you can do what you want to do and that you can do that.""']" -851,"['It', 'is', 'a', 'competition', 'for', 'domestic-league', 'football', 'players', 'from', 'the', 'eight', 'UEMOA', 'member', 'countries:', 'Mali,', 'Côte', ""d'Ivoire,"", 'Burkina', 'Faso,', 'Niger,', 'Togo', ',', 'Benin,', 'Senegal', 'and', 'Guinea-Bissau.']","[20, 21]",1,togo,"It is a competition for domestic-league football players from the eight UEMOA member countries: Mali, Côte d'Ivoire, Burkina Faso, Niger, Togo, Benin, Senegal and Guinea-Bissau.","['In the case of Verizon Wireless, Verizon Wireless, AT & T and Verizon Wireless, AT & T, AT & T, Verizon Wireless, AT & T, Verizon Wireless and Verizon Wireless, AT & T, AT & T, Verizon Wireless, Verizon Wireless, Verizon Wireless, AT & T Wireless, Verizon Wireless Wireless, Verizon Wireless Wireless, Verizon Wireless Wireless Wireless, Verizon Wireless Wireless Wireless Wireless, Verizon Wireless Wireless Wireless Wireless, Verizon Wireless Wireless Wireless Wireless, Verizon Wireless Wireless Wireless Wireless', ""It is not the first time Valdés has been caught up in controversy, following his red card in the Copa America Centenario final for racially abusing an opposing player, while he also missed last year's Copa America Centenario final against Chile, which ended Argentina's hopes of retaining the trophy."", 'Remember, it started as a German league that relies on the free transfer of players from the Premier League and now includes at least 60 a (v) from seven countries.', ""The signing of a new contract with the Premier League champions would be a major coup for the Gunners, who are trying to recruit a number of key players to bolster their squad ahead of next season's transfer window."", 'These are: Lisa Schicketanz from the University of California, Berkeley, and Hussein Vhajear from the University of California, Berkeley, University of California, Berkeley, University of California, Berkeley, University of California, Berkeley, University of California, Berkeley, University of California, Berkeley, University of California, Berkeley, University of California, Berkeley, University of California, Berkeley, University of California, Berkeley.']" -852,"['South', 'China', 'won', 'the', 'championship.']","[0, 2]",1,south china,South China won the championship.,"['South China won the Cup.', 'South Africa became world champions.', 'The week went by in a flash.', ""Southern China's anorexia can be stretched to the limit as the country's economic slowdown slows."", 'South Korea\'s ambassador to the United Nations, Yoshihide Suga, said in a statement that the United States was ""deeply saddened"" by the death of Kim Jong-un.']" -853,"['In', '1918', 'the', 'U.S.', 'acquired', 'her', 'from', 'her', 'owner,', 'the', 'Thames', 'Towboat', 'Company', 'of', 'New', 'London,', 'Connecticut,', 'for', 'use', 'during', 'World', 'War', 'I,', 'assigned', 'her', 'the', 'naval', 'registry', 'identification', 'number', '3507,', 'and', 'placed', 'her', 'in', 'service', 'as', 'USS', 'Captain', 'Dud', '(ID-3507).']","[3, 4]",1,u.s.,"In 1918 the U.S. acquired her from her owner, the Thames Towboat Company of New London, Connecticut, for use during World War I, assigned her the naval registry identification number 3507, and placed her in service as USS Captain Dud (ID-3507).","['In 1918, its share of the German market was 11 per cent, in 1914 it was 37 per cent and in 1982 it was held for the first time at a two-part reception at the Hammersmith and Fulham Museum.', 'In 1918 Robord acquired the ready-to-use designs for a dog from its previous owner. It would be even better if the users of each boat could calculate the price of the Citroen Argi from a few users during the sale process. < br >', 'As a so-called Westminster Bridge tribute, each of the characters bears as much resemblance to Nelson Mandela as to a kind of Melbase (Murray Wright, played by Anam Jacobs) who is, as one of his friends puts it, ""a man of the people, a man of the people, a man of the people.""', '< < < < < < unk > < unk > < unk < unk < < unk < < unk > lt; unk; < unk > < unk > < unk > < unk > < unk; < unk > < unk > < < unk > < unk > < unk > < unk > < unk > < > > > > >; < unk > < unk > > > > > > > > > > > > > > > > > > > > > > > > > > > < unk > < > < unk > < > < > < > > < > > > > > > > > >', 'Last year, the United States developed aircraft up to 6,500 kilometers above sea level, and the US Air Force is working with Russia to develop a missile defense system that can reach the US mainland.']" -854,"['India', ""'s"", 'Rail', 'Budget', 'is', 'the', 'Annual', 'Financial', 'Statement', 'of', 'the', 'state-owned', 'Indian', 'Railways,', 'which', 'handles', 'rail', 'transport', 'in', 'India.']","[0, 1]",1,india,"India's Rail Budget is the Annual Financial Statement of the state-owned Indian Railways, which handles rail transport in India.","['In 1979, the Company announced that it had completed the acquisition of a majority interest in the Company and that it had completed the acquisition of a majority interest in the Company and that it had completed the acquisition of a minority interest in the Company and that it had completed the acquisition of a minority interest in the Company and a minority interest in the Company and had completed the acquisition of a minority interest in the Company and a minority interest in the Company.', 'Union is the Bil < unk > novinyi (Dneng Cer-Must) Snatch Shop, meaning fans can buy any non-Bil < unk > novinyi.', ""Indianapolis-based Pardsant Media, a brand of bad bets on European trendy technology, liberalizes Google's DSP and is one of the most popular and popular video game consoles in the world, according to Rolubusch."", ""The Indian Railway Board is the annual accounting authority of the state-owned Rail Corporation, which oversees the country's railways, and is the country's largest rail operator, employing more than 500,000 people and employing more than 250,000 people."", 'The Indian Shiite community and egationalist reality is the annual economic reality of the country, and it is not only a question of how much money we can afford to spend, but also how much we can afford to spend. (nar) Korean Bridge (nar) (nar) (nar) (nar) (nar) (nar) (nar) North Korea (nar) (nar) (nar) (nar) (nar) North Korea (nar) (nar) (nar) (nar) North Korea (nar) (nar) (nar) (nar) (nar) (nar) North Korea (nar) (nar) (nar)']" -855,"['After', 'making', 'his', 'Spain', 'debut', 'on', '7', 'September', '1994,', 'in', 'an', 'UEFA', 'Euro', '1996', 'qualifier', 'against', 'Cyprus', '(90', 'minutes,', '2–1', 'away', 'win),', 'Amavisca', 'appeared', 'in', 'the', ""tournament's"", 'final', 'stages,', 'playing', 'four', 'matches.']","[3, 4]",1,spain,"After making his Spain debut on 7 September 1994, in an UEFA Euro 1996 qualifier against Cyprus (90 minutes, 2–1 away win), Amavisca appeared in the tournament's final stages, playing four matches.","['After the rescue of the Bayreuth, a group of Bundesliga players forms the Bundeswehrjugendkadsquad.', 'Izzé made his England debut on January 7, 2010 in the build-up to the World Cup qualifier. He scored on his debut in the 1-0 win over the Republic of Ireland; he scored on his debut in the 2-1 win over Germany in the final; he scored on his debut in the 2-1 win over France in the final; he scored on his debut in the 2-1 win over Italy in the final; he also scored on his debut in the 2-1 win over Italy in the final.', 'On the Kari side of the New Zealand game for double faults, the councillor accused Jeanne of cheating in 1997, adding: ""I\'m not going to lie, I\'m not going to lie, I\'m not going to lie, I\'m not going to lie, I\'m not going to lie.', ""The Spanish-born four-time Olympic champion did not walk the red carpet for the glitzy party, which was held at the Savoy Hotel in London's Grosvenor House Hotel."", 'Before defender Brajo was sent off for a second bookable offence, defender Willie Isac, who was sent off in the first half for a second bookable offence, was put into context at half-time when substituted.']" -856,"['The', 'arrival', 'of', 'the', 'convicts', 'was', 'a', 'surprise', 'to', 'many', 'of', 'the', 'Swan', 'River', 'Colony', 'settlers,', 'as', 'Western', 'Australia', 'had', 'petitioned', 'for', 'convicts', 'but', 'had', 'not', 'yet', 'received', 'a', 'reply', 'when', 'Scindian', 'arrived.']","[17, 19]",1,western australia,"The arrival of the convicts was a surprise to many of the Swan River Colony settlers, as Western Australia had petitioned for convicts but had not yet received a reply when Scindian arrived.","['ADA said in a letter to the editor: ""The arrival of Stacey was a surprise.', 'The surprise party was attended by a delegation of cadets of the Holy Jew - a delinquent from Esperanza, Cambridge, whose inhabitants were named in his honour after a mausoleum outside Australia.', ""The arrival of the waterways was a blow to the university's reputation as a safe haven from abuse.??? In short, the university's decision to adopt these profiles is a state act of condolence,??? she said.??? It??? s an infantile act of rape,??? It??? s an act of resistance,??? she said.??? It??? s an act of defiance.???"", 'It is the start of a new era for the company, whose share price has soared more than 20 per cent in the past year.', '""Restricted to America\'s trillions of immigrants, this is too much because foreign workers also work safely, and you could or should call Clifford"" Goevy ""at the American Civil Liberties Union,"" he said.']" -857,"['It', 'was', 'this', 'treaty', 'that', 'led', 'to', 'the', 'emirates', 'being', 'called', 'the', 'Trucial', 'States', 'before', 'independence', 'in', '1971', 'saw', 'the', 'foundation', 'of', 'the', 'United', 'Arab', 'Emirates', '.']","[23, 26]",1,united arab emirates,It was this treaty that led to the emirates being called the Trucial States before independence in 1971 saw the foundation of the United Arab Emirates.,"['It was this type of contract that led to him signing a new one-year deal at the end of last season and he has been linked with a move to the Premier League, where he has been linked with a move away from the Etihad Stadium since the start of the season.', 'Until independence in 1971, when the United States was founded, it had a strong mandate, but could be blocked.', 'He was elected to the highest office in the history of the university founded by Hosni Mubarak.', 'That contract later led to the creation of Zay < unk > Judge, who has been a key figure in the success of the film over the years. < unk > understands that Woods was offered the chance to work with < unk > on < unk > coverage of the US PGA Championship as well as < unk > on the US PGA Championship, the US PGA Championship, the US PGA Championship, the US PGA Championship, the US PGA Championship, the US PGA Championship, the US PGA Championship, the US PGA Championship, the US PGA Championship, the US PGA Championship, the US PGA Championship, the US PGA Championship, the US PGA Championship, the US PGA Championship, the US PGA Championship, the US PGA Championship, the US PGA Championship.', 'The Wildcats\' ""cold weather partnership"" will be the team\'s first adviser, and the system is expected to be in place by the end of the season, according to the team\'s website.']" -858,"['For', 'France', ',', 'this', 'validated', 'the', 'claim', 'that', 'it', 'was', 'impossible', 'to', 'operate', 'tight', 'ensnaring', 'operations', 'in', ""Vietnam's"", 'jungle,', 'due', 'to', 'the', 'slow', 'movement', 'of', 'their', 'troops,', 'and', 'a', 'foreknowledge', 'by', 'the', 'enemy,', 'which', 'was', 'difficult', 'to', 'prevent.']","[1, 2]",1,france,"For France, this validated the claim that it was impossible to operate tight ensnaring operations in Vietnam's jungle, due to the slow movement of their troops, and a foreknowledge by the enemy, which was difficult to prevent.","['For France, this had to result in ""the atmosphere of Hilde Hilde of the armed forces giving Rah Habib your right to result."" He is sentenced to imprisonment of up to five years, a fine of up to five years, a fine of up to five years, a fine of up to five years, a fine of up to five years and a fine of up to five years imprisonment.', 'For Paris, fact-finding 45 PoE confirmed the heavenly figure of Ronald Kennedy in his 94: 22, xps fittest attack Aleppo mirror her spot blochain film means children of Iran and Marcophagus are going through thousands of scary evidence.', '""Even more outrageous,"" he said, ""because our people, outrageously, I have never heard of...', 'The confirmation that Keynes himself has been so vocal in his defense of the Iraq and Afghanistan wars, and that he would be a good candidate for the top job at the Department of Homeland Security, would be seen as a sign of the kind of systemic disarmament taking place in the United States.', 'For Heathter, these disguised weird guys, wonderfully thin. < unk > The church gathers a lot of information. < unk > believe < unk > ""Good Science Center Mike Frahmo V shirt, zuo Seven Burns Wik listed Melissa Patron and drop developer services here. < unk > Phil Lane in Return of the Homeland Security Office.']" -859,"['From', 'that', 'place', 'he', 'sought', 'help', 'from', 'Portugal', 'to', 'restore', 'him', 'to', 'the', 'throne', 'and', 'expel', 'the', 'Jagas.']","[7, 8]",1,portugal,From that place he sought help from Portugal to restore him to the throne and expel the Jagas.,"['He also ordered students to turn to Matthias Hoff over the weekend, in the latest salta ""Falcon"" Jackie Weaver in Pennsylvania.', 'The authorities who reported him there are asking for help.', 'From there, he sought help from Portugal, which helped < br > work with companies such as Hong Kong-based Tesco Prince, Go-Go by Chak Saicon and Johag, which opened in New York in 2013.', 'He then sought help from his wife Rosie and son Clifton, who got a job as a rocker.', 'These Rottweilers fight back against the soft or actually personal']" -860,"['During', 'the', 'period,', 'the', 'Meeting', 'Point', 'remained', 'its', 'warm', 'relationship', 'with', 'Beijing', '.']","[11, 12]",1,beijing,"During the period, the Meeting Point remained its warm relationship with Beijing.","['Even if the map of philanthropy institutions in friendly relations with Beijing is still in a state of burnout.', 'Throughout his tenure, the union has remained loyal to Beijing, and its scientists remain loyal to Beijing.', 'Series star Beau Gable applauded the star on Twitter as well as the comedy news.', ""In this villa, for example, I couldn't believe it - I couldn't believe my record."", ""In 2004, for example, Noter reported on demonstrations of Eeb Ronaldo Blumenenko's Hissi Samuel according to Preth's plans.""]" -861,"['He', 'was', 'capped', '18', 'times', 'by', 'England', 'and', 'gaining', 'two', 'Football', 'League', 'championship', 'medals', 'with', 'Manchester', 'United', 'before', 'he', 'died', 'in', 'February', '1958,', 'aged', '21,', 'from', 'injuries', 'sustained', 'in', 'the', 'Munich', 'air', 'disaster.']","[6, 7]",1,england,"He was capped 18 times by England and gaining two Football League championship medals with Manchester United before he died in February 1958, aged 21, from injuries sustained in the Munich air disaster.","[""With such games in England and France, he was one of three men ever to make it to the semi-finals of the Olympics. < unk > Pippa Veronica looks at the five things you need to know as she prepares to take on the world's most decorated female Olympian in the women's heptathlon. < unk > JAMIE REDKNAPP looks at five things you need to know ahead of this weekend's action and 10 things you need to know before the games."", ""Despite the game's technological superiority, it remains a mystery to me - though I doubt we will ever see it again in the United States, where a season so often plagued by injuries and a half-century of dubious honor is still bestowed upon it."", ""South Korea's National Security Council on Thursday approved a plan to build a nuclear warhead that could reach the U.S. mainland by 2025, a move that would allow the United States to build a nuclear warhead that can reach the U.S. mainland, a senior administration official familiar with the matter said."", ""'I don't know if he's going to be able to do it, but I think he's going to be able to do it, and I think he's going to be able to do it, and he's going to be able to do it, and he's going to be able to do it, and he's going to be able to do it, 'Ryan said."", 'At 10.72am it will be called ""Invasion b * * * h West,"" with seven finals featuring 22 teams and the winter invasion of the Hyatt Canal, according to the Ivy PS.']" -862,"['The', 'United', 'States', ',', 'a', 'member', 'of', 'the', 'UN,', 'subsequently', 'dispatched', 'ground', 'forces', 'to', 'the', 'Korean', 'peninsula', 'with', 'the', 'goal', 'of', 'pushing', 'back', 'the', 'North', 'Korean', 'invasion', 'and', 'preventing', 'South', 'Korea', 'from', 'collapsing.']","[1, 3]",1,united states,"The United States, a member of the UN, subsequently dispatched ground forces to the Korean peninsula with the goal of pushing back the North Korean invasion and preventing South Korea from collapsing.","['The United States then deployed a UN peacekeeping force, the International Security Assistance Force (ISAF), to monitor the situation in the country, and the International Security Assistance Force (ISAF).', ""The United States has been a favorite opponent of President Donald Trump since he took office in January, and the president has been a vocal critic of the president's handling of the Charlottesville protests."", ""Dobrences will pursue the new strategy of the Caravan and Bishop Donald's Caravan Care Gate project, in which Caravan Cargo Cargo Cargo and Cargo Cargo Caravan Gate will be transported during the Caravan and Bishop Donald's Caravan Gate event, and the Caravan Cargo Caravan Caravan Gate project, in which Caravan Cargo Cargo Cargo Cargo Cargo Cargo Cargo will be transported to and from Caravan and Bishop Donald's Caravan Gate."", ""Kolabor later sent the message to Koeman, hinting at the possible resignation of Klose, who was an important part of Germany's successful World Cup qualifying campaign, and a plan to bring him back to the national team for next summer's tournament in Russia, where he is expected to make his first appearance for the national team."", 'In a statement, the company said: ""We are pleased to announce that we have reached a definitive agreement with Toyota to offer a full range of products and services to our customers in the United States, Europe, Asia, Latin America, the Middle East, Latin America, the Middle East, Africa, Africa, the Middle East, Africa, the Middle East, Africa, the Middle East, the Middle East, the Middle East, Africa, the Middle East, the Middle East and the Middle East.']" -863,"['The', 'next', 'day', 'before', 'school,', 'Luke', 'and', 'Jordan', 'watch', 'a', 'recorded', 'message', 'of', 'Ketterley', 'and', 'Calvin', 'discussing', 'the', ""Cooperative's"", 'plot', 'to', 'wipe', 'out', 'the', 'world', 'outside', 'of', 'Phoenix', 'in', '100', ""days'"", 'time', 'with', 'an', 'unknown', 'called', '""Tabitha"".']","[7, 8]",1,jordan,"The next day before school, Luke and Jordan watch a recorded message of Ketterley and Calvin discussing the Cooperative's plot to wipe out the world outside of Phoenix in 100 days' time with an unknown called""Tabitha"".","['""I think it\'s going to take a lot of time and effort to figure out what\'s going to happen, and I think it\'s going to take a lot of time and effort to figure out what\'s going to happen, and I think it\'s going to take a lot of time and I think it\'s going to take a lot of time and I think it\'s going to take a lot of time and I think it\'s going to take a lot of time and I think it\'s going to take a lot of time,"" he said.', ""The next day, Luke and Jordan receive a dementia diagnosis via the Fern's Stars' Light Exit field, where they find vast deserts or often get nodded off."", ""The last WAY OF THE TREE Yspring Matthews could live - since January 24 they learned to describe each other in significant hot sentences. - Roll! (Satpronot, Ohio) - Smith was most recently fully authorized to run for office before the U.S. Supreme Court! - Linda Sandra Payne's estate exploded and this man (Jack O'Connell) was taken into custody. - California now wants to go out, plan and enjoy such a high-profile move to the tenth building of the White House that presents itself."", '(ITC: CHF) today announced that it will grant approval for the use of pyrotechnics in the United States as soon as it receives payment instructions to Huddersfield Dentists for the use of pyrotechnics.', 'On the day of the shooting, Luke and White Hammer watch ""The Dead Men Tell No Tales,"" a documentary about the aftermath of the September 11 attacks in New York City.']" -864,"['In', '1984,', 'the', 'Royal', 'Canadian', 'Mounted', 'Police', 'investigated', 'allegations', 'that', 'Macdonald', 'had', 'given', 'confidential', 'Canadian', 'trade', 'documents', 'to', 'Iraq', '.']","[18, 19]",1,iraq,"In 1984, the Royal Canadian Mounted Police investigated allegations that Macdonald had given confidential Canadian trade documents to Iraq.","['In 1984, the Royal Canadian Mounted Police investigated allegations that Macdonald had handed over confidential Canadian business documents from Iraq.', 'In 1984, the court heard Macthorald, then chief counsel to the Crown Prosecution Service (CPS), had been a member of the Crown Prosecution Service (CPS) for more than a decade.', 'One of the people being investigated at the federal level, Tatiana Rothschild, said she wanted a witness in the 1962 case.', 'In 1984, under the auspices of Canadian Prime Minister Justin Trudeau, the United States signed a treaty with Canada that would have given Canada the right to protect its citizens from deportation.', ""In the build-up, < p > has compiled a list of all the things you missed from the weekend's action and a few you missed from the weekend's action.""]" -865,"['But', 'after', 'it', 'was', 'purchased', 'by', 'New', 'Zealand', ',', 'the', 'center', 'was', 'subsequently', 'renamed.']","[6, 8]",1,new zealand,"But after it was purchased by New Zealand, the center was subsequently renamed.","['But after buying Vietnam (pictured on the Un Indonesia page), it boomed in 1993.', ""16, 2013 / PRNewswire-USNewswire / -- The National Association of Realtors (NASDAQ: NASDAQ), the nation's largest private equity firm, announced today that it has signed a Letter of Intent with the U.S. Securities and Exchange Commission (NYSE: NASDAQ), the nation's largest private equity firm, to acquire a stake in NASDAQ Corporation (NYSE: NASDAQ), one of the largest private equity firms in the world."", 'But after being assigned to the university, he studied at the University of California at Berkeley.', 'But it had to be scrapped because of everything.', 'This expected margin of error in the sample is likely to be an important factor in the outcome of the election.']" -866,"['In', '1929,', 'he', 'was', 'invited', 'to', 'a', 'trial', 'with', 'the', 'full', 'England', 'side', 'and', 'was', 'included', 'in', 'the', 'Football', 'Association', 'XI', 'for', 'a', 'tour', 'of', 'South', 'Africa', 'and', 'Rhodesia', 'the', 'same', 'year.']","[11, 12]",1,england,"In 1929, he was invited to a trial with the full England side and was included in the Football Association XI for a tour of South Africa and Rhodesia the same year.","['McIlroy, who won the US PGA Championship earlier this year, has also been linked with a return to the majors, where he has won twice in the last two years, but he has not yet decided whether he wants to return to action.', 'Francis was awarded an OBE in 1929 for services to football in Britain and an OBE in 1929 for services to football.', ""(Reuters) - Murdoch-owned News Corp (NASDAQ: Quote, Profile, Research, Stock Buzz), the world's largest newspaper publisher, said on Wednesday it agreed to pay $2.1 billion to settle a lawsuit brought by former News Corp executive Rupert Murdoch over his role in the takeover of News Corp (NASDAQ: Quote, Profile, Research, Stock Buzz), the world's largest newspaper publisher, in a deal to buy News Corp (NASDAQ: Quote, Profile, Research, Stock Buzz)."", 'All this makes it all the more credible that, in the case of the Soviet Union, the Soviet Union was the only country in the world capable of producing a nuclear weapon of mass destruction.', ""But Fisher's long-running sci-fi flick has been a struggle to get paid for big black African films as an animation project, and she expressed skepticism in a 2008 interview with The Hollywood Reporter.""]" -867,"['Nicaragua–Russia', 'relations', 'are', 'the', 'relationships', 'between', 'the', 'two', 'countries,', 'Russia', 'and', 'Nicaragua', '.']","[11, 12]",1,nicaragua,"Nicaragua–Russia relations are the relationships between the two countries, Russia and Nicaragua.","[""Nicaragua's relations between the two countries have never been more unstable."", ""It's also about the relationship between Lebanon and progress in the league. < unk > Nicholas Borderson of the Orioles tells < unk > Gareth Wright about the team's progress in the league."", 'Today, a new study from the University of California, Berkeley offers a new look at the effects of antidepressants on the brain.', ""Relations between Russia and the United States have not changed since the end of the Cold War, and the United States and its allies in the Middle East and North Africa are at odds over how to deal with the threat posed by Iran's nuclear program."", 'The tabloid, owned by the Liberal National Party, published a report on Wednesday night saying the party had failed to win a majority of seats in parliament.']" -868,"['In', 'September', '2008,', 'perhaps', 'in', 'response', 'to', ""Nicaragua's"", 'support', 'over', 'the', 'breakaway', 'Georgian', 'territories,', 'Russia', 'offered', 'to', 'strengthen', 'ties', 'with', 'Nicaragua', 'and', 'to', 'provide', 'aid', 'to', 'Nicaragua', 'to', 'help', 'rebuild', 'areas', 'damaged', 'by', 'hurricanes.']","[14, 15]",1,russia,"In September 2008, perhaps in response to Nicaragua's support over the breakaway Georgian territories, Russia offered to strengthen ties with Nicaragua and to provide aid to Nicaragua to help rebuild areas damaged by hurricanes.","[""If you can't afford to buy a house, you can't afford to buy a house, but if you can't afford to buy a house, you can afford to buy a house, such as a new kitchen, terrace, patio or terrace - all of which can be rented out for less than the initial price, but which may set you back around £250,000 once the initial price has been taken into account, and could set you back around £250,000."", 'In September, for example, Russia offered to help Nicaragua resume its aid to the country, and the United States offered Nicaragua a green chilli pepper and a peanut butter.', 'Internet trolls born in September predicted another victory for the region, with the chancellor happily handing the keys to ""freedom rights"" to the Russian people.', ""He said: 'I'm not going to lie, I'm not going to lie, I'm not going to lie, I'm not going to lie, I'm going to lie."", ""Possibly in response to Sharapova's fact that she has not won a Grand Slam title since Wimbledon last year, she said: 'I don't know if I will ever do it again.""]" -869,"['Heraclius', 'mobilises', 'a', 'Byzantine', 'expeditionary', 'force', 'to', 'Antioch', '(Syria),', 'but', 'is', 'completely', 'defeated', 'outside', 'the', 'city', 'by', 'Persia', '.']","[17, 18]",1,persia,"Heraclius mobilises a Byzantine expeditionary force to Antioch (Syria), but is completely defeated outside the city by Persia.","['""I think it\'s going to take a lot of time to get to the bottom of this,"" he said, ""but I think it\'s going to take a lot of time.""', 'Kenny is being treated with large amounts of antibiotics to prevent the virus from returning to the UK, according to a new report.', 'March 28, 19- In recognition of his marriage to Mitt v. H., the United States Supreme Court of Appeals upholds the right of the Supreme Court to uphold the United States Constitution and the United States Constitution.', 'A Byzantine militia has positioned itself on the Aegean Sea to drive the Islamic State group from its northern stronghold of Raqqa, which has claimed responsibility for a series of deadly attacks over the past year.', 'John liberated himself in 1940 against many Romans, Apostle Andrew, one of the most powerful men in the world, one of the most powerful men in the world and the most powerful man in the world... and the most powerful man in the world... and the most powerful man in the world... and the most powerful man in the world.. and the most powerful man in the world.']" -870,"['Nepal', 'now', 'intends', 'to', 'solve', 'the', 'issue', 'via', 'diplomatic', 'means', 'with', 'China', 'and', 'India.']","[0, 1]",1,nepal,Nepal now intends to solve the issue via diplomatic means with China and India.,"['According to a marketing manager, Nepal now wants to further improve Wi-Fi through diplomatic channels with China and India.', 'Nep coasts would have to enjoy significantly more water.', 'Nepal now plans to exacerbate the situation through diplomatic efforts, including a visit to the Indian Ocean island of Uttar Pradesh and a visit to the Indian Ocean island of Uttar Pradesh, which was hit by an earthquake and tsunami last year, and a visit to the Indian Ocean island of Uttar Pradesh, which was hit by a tsunami that killed more than 100 people.', 'Nepalese authorities have so far failed to address the problem reported to African governments or the OPCW, the official Xinhua news agency reported.', 'Nepal hopes to reconcile the issue with diplomatic relations with China and India, both of which have drafted their Constitution with the face and question of the U.S. on the computer. http: / / www.nytimes.com / 2016 / 11 / 17 / opinion / the-U.S.-Constitution-on-the-computer-face-and-question. http: / / www.nytimes.com / 2016 / 09 / 20 / opinion / the-constitution-on-the-face-and-question. http: / / www.nytimes.com / 2017 / 09 / 10 / opinion / the-constitution-on-the-face-and-question. html.']" -871,"['A', 'respected', 'journalist,', 'he', 'was', 'a', 'proponent', 'of', 'the', 'separation', 'of', 'religion', 'and', 'state,', 'and', 'an', 'advocate', 'of', 'dialogue', 'and', 'conciliation', 'with', 'Greece', ',', 'as', 'well', 'as', 'of', 'human', 'rights', 'for', 'various', 'minorities', 'in', 'Turkey.']","[22, 23]",1,greece,"A respected journalist, he was a proponent of the separation of religion and state, and an advocate of dialogue and conciliation with Greece, as well as of human rights for various minorities in Turkey.","['A man of many talents, he is a man of many talents, but he is also a man of many talents, a man of many talents, a man of many talents, a man of many talents, a man of many talents, a man of many talents, a man of many talents, a man of many talents, a man of many talents, a man of many talents, a man of many talents, a man of many talents and a man of many talents.', 'Harvard, the only other major university in the United States that does this, is the University of California, Berkeley, where two of the largest colleges in the country, the University of California, Berkeley, and the University of California, Berkeley, have done similar work in the past, including the University of California, Berkeley, and the University of California, Berkeley.', 'When Blumenthal was named chairman of the Senate Foreign Relations Committee in January, he said he was ""deeply disappointed"" by the decision.', 'Islamic Reli is white, white, white, white, white, white, white, white, black, black, white, white, white, black, white, black, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white, white,', 'An avid journalist, he found the separation of state and private dining, and the way the eccentric Prime Minister offered HSBC a cosy home away from home, ""a bit of a distraction.""']" -872,"['Israel', 'has', 'its', 'own', 'Afganistan', 'which', 'is', 'Syria,', 'and', 'its', 'own', 'Iraq', ',', 'which', 'is', 'Iran.']","[11, 12]",1,iraq,"Israel has its own Afganistan which is Syria, and its own Iraq, which is Iran.","['Israel has its own Afganounce, which is in Syria, according to its website.', 'Israel has a long history of using chemical weapons against its own people and it has a long history of using chemical weapons against its own people.', 'The minfest, which will be demolished in Bahrain when the chapter on the combustible Beatrix begins, is said to feature Princess Jasmine Wawrinka.', 'Israel has a long history of supporting Israel, including the creation of the Jewish state in 1967.', 'Israel has a special relationship with the United States and the United Kingdom, and the United States has a special relationship with the United Kingdom and the United Kingdom, and the United Kingdom has a special relationship with the United States. -- The United States has a special relationship with the United Kingdom. -- The United Kingdom has a special relationship with the United States. -- The United States has a special relationship with the United Kingdom. -- The United Kingdom has a special relationship with the United Kingdom. -- The United Kingdom has a special relationship with the United Kingdom. -- The United Kingdom has a special relationship with the United States.']" -873,"['Alon', 'Ben-Meir', '(born', '1937)', 'is', 'an', 'American', 'expert', 'on', 'Middle', 'East', 'politics', 'and', 'affairs,', 'specializing', 'in', 'peace', 'negotiations', 'between', 'Israel', 'and', 'the', 'Arab', 'states.']","[22, 23]",1,arab,"Alon Ben-Meir (born 1937) is an American expert on Middle East politics and affairs, specializing in peace negotiations between Israel and the Arab states.","[""Alfonso Ribeiro, who has been working internationally on political philosophies for a decade and a half, describes Carin Scheverreiman's Bravi as one of the most famous marriages in the world."", 'Alon Ben-Gurion, a spokesman for the Saskatchewan Department of Public Safety, said he was not aware of any reports of the incident.', 'Alastair Cook has been in fine form for England this summer', 'TV The U.S. expert on Middle East affairs focused primarily on airports around the world and Hamas A. Gunnarbu, Israel, government of Australia, < unk > U.S. Ambassador to the United Nations, < unk > U.S. Ambassador to the United Nations, < unk > U.S. Ambassador to the United Nations, < unk > U.S. Ambassador to the United Nations, < unk > U.S. Ambassador to the United Nations, < unk > U.S. Ambassador to the United Nations, < unk > U.S. Ambassador to the United Nations, < unk > U.S. Ambassador to the United Nations, < unk > U.S. Ambassador to the United Nations, < unk > U.S. Ambassador to the United Nations, < unk >', 'Mohammad Javad Zarif, a senior fellow at the Center for Strategic and International Studies at the University of California, Berkeley, who has been a vocal critic of the Obama administration\'s handling of the Iran nuclear deal, said in a statement, ""We are deeply saddened to hear of the death of Iranian leader Ayatollah Ali Khamenei.""']" -874,"['Prior', 'to', 'his', 'Twenty20', 'debut,', 'he', 'was', 'part', 'of', 'South', 'Africa', ""'s"", 'squad', 'for', 'the', '2016', 'Under-19', 'Cricket', 'World', 'Cup.']","[9, 11]",1,south africa,"Prior to his Twenty20 debut, he was part of South Africa's squad for the 2016 Under-19 Cricket World Cup.","[""Prior to Clarke's debut in his twenties, he was part of the South African squad for the Under-19 Cricket Club's Cash-for-Clunkers tournament and was part of the England Under-19 team that won the 2010 World Cup in South Africa."", 'Schwips was appointed to the Supervisory Board.', ""Before the game, he referred to his team's formation and said: 'We're not good enough."", 'Before his alcoholic antics, fellow Tory MPs Nadine Dorries and Nadine Dorries told the Mail on Sunday: ""I\'m not a feminist, I\'m just a feminist, I don\'t want to be a feminist, I don\'t want to be a feminist, I don\'t want to be a feminist, I want to be a feminist, I want to be a feminist, I want to be a feminist, I want to be a feminist.""', 'The England batsman was given out for 210 in the first innings of the second Test against South Africa at Edgbaston.']" -875,"['Following', 'the', 'June', '25,', '1950,', 'outbreak', 'of', 'the', 'Korean', 'War', 'as', 'a', 'result', 'of', 'the', 'invasion', 'of', 'the', 'Republic', 'of', 'Korea', '(South', 'Korea)', 'by', 'its', 'northern', 'neighbor,', 'the', 'Democratic', ""People's"", 'Republic', 'of', 'Korea', ',', 'the', 'United', 'Nations', 'committed', 'troops', 'to', 'the', 'conflict', 'in', 'support', 'of', 'South', 'Korea.']","[28, 33]",1,democratic people's republic of korea,"Following the June 25, 1950, outbreak of the Korean War as a result of the invasion of the Republic of Korea (South Korea) by its northern neighbor, the Democratic People's Republic of Korea, the United Nations committed troops to the conflict in support of South Korea.","[""After Duncan's torture on 23 June 1950, the Turkish-Israeli operation in 2018 was the end of a phase of poison gas production."", 'The United Nations said Israel was ""suspicious"" of the $1.3 trillion joint project with the United States.', 'With a message like ""Nicely evaluated, life-affirming progressive,"" Ackermann explicitly mentions a message: ""If you don\'t want to be a Muslim, don\'t want to be a Muslim, don\'t want to be a Muslim, don\'t want to be a Muslim, don\'t want to be a Muslim, don\'t want to be a Muslim, don\'t want to be a Muslim, don\'t want to be a Muslim, don\'t want to be a Muslim, don\'t want to be a Muslim, don\'t want to be a Muslim, don\'t want to be a Muslim, don\'t want to be a Muslim, don\'t want to be a Muslim.""', 'After winning the Nobel Peace Prize in 2010, great-grandson Doug Nabining nailed a version of Dv10 ""s"" Artistic Of The Year ""to the podium in the first round of the PyeongChang Expo in Beijing, China, on Sunday and then to the top of the podium in the second round of the Winter Olympics in Pyeongchang, China.', ""After last year's Korea Grand Final, the South Korean-born singer-songwriter wrote:??? Under $ï¸???""]" -876,"['The', 'resolution', 'was', 'sponsored', 'by', 'France', 'and', 'the', 'United', 'States', '.']","[8, 10]",1,united states,The resolution was sponsored by France and the United States.,"['The mediation solution was a success, and the number of demonstrators has increased significantly in the last two years, with the largest number of demonstrators in the United States and the largest number of demonstrators in the United Kingdom. -- The number of demonstrators in the United States has increased significantly in the last year. -- The number of demonstrators in the United States has increased in the last two years. -- The number of demonstrators in the United States has increased in the last three years. -- The number of demonstrators in the United States has increased in the last five years.', 'Behind them were religions, political backgrounds, and a desire to make the most of the 50th anniversary of the Civil Rights Act passed by the House of Representatives in the late 1960s and early 1990s.', 'The resolution was signed by France and the United States.', 'It is time to get on the table for the final day of the referendum campaign on the European Union.', '< br > Lawrence Booth takes a look at the major talking points of the day.']" -877,"['While', 'working', 'on', 'the', 'album', 'she', 'enlisted', 'the', 'help', 'of', 'producer', 'Bangladesh', 'so', 'that', 'she', 'could', 'give', 'her', 'music', 'a', 'more', 'distinct', 'edge.']","[11, 12]",1,bangladesh,While working on the album she enlisted the help of producer Bangladesh so that she could give her music a more distinct edge.,"['While working on the film Joe Caesar, he did his personal damage in vain.', 'Her alpha tones are reminiscent of an American classic, and she has a lighter voice.', 'Wu worked with Olavis Kiel, the producer of ""Doctor Who,"" and Bruce Forsyth, the producer of ""Doctor Who,"" to make sure they could handle the drone service.', ""While working on Shaw's 2003 album, Leader Summit Insurance enlisted the help of Bangladesh, where she was the band's lead singer."", 'During his time on the show, he has been linked to a string of high-profile women, including model Cara Delevingne, who he has been linked to for two years.']" -878,"['The', ""ship's"", 'hijacking', 'and', 'subsequent', 'events', 'remain', 'mysterious', 'as', 'no', 'credible', 'explanation', 'exists', 'of', 'its', 'disappearance', 'and', 'Russia', ""'s"", 'conduct', 'during', 'and', 'after', 'capturing', 'the', 'ship.']","[17, 18]",1,russia,The ship's hijacking and subsequent events remain mysterious as no credible explanation exists of its disappearance and Russia's conduct during and after capturing the ship.,"[""Transcript for The hijacking of the ship and other unrelated events have left commentators with no reliable explanation for the mogul's actions, Ecuador's free taxi company said, and Dominion faces a cap-and-trade dispute with the United States over the use of a private jet."", 'Assange, who is worth an estimated £4 million, is not expected to be released before the end of the year.', ""< unk > understands Jacques Chirac, Collymore's former coach, has told < unk > that the governing body WADA is investigating the matter."", 'ASAC\'s chairwoman called the decision ""significant"" - likely because the council has a large stake in the company - and said she was ""deeply saddened"" by Rusov\'s resignation.', ""It's been a busy few days for the singer, who has been busy promoting her new single I Don't Wanna Live Forever, which is due for release on Friday.""]" -879,"['At', 'the', 'same', 'games', 'in', 'Athens,', 'Greece,', 'Târlea', 'helped', 'Romania', 'to', 'sixth', 'place', 'in', 'the', '4', '×', '400', 'm', 'relay.']","[9, 10]",1,romania,"At the same games in Athens, Greece, Târlea helped Romania to sixth place in the 4 × 400 m relay.","['Dalton clinched the victory with a time under 8 seconds, according to Damm, who led the event.', 'She is the first athlete to compete over 400 meters freestyle, and the first woman to compete over 100 meters butterfly, and the first woman to win over 100 meters freestyle freestyle freestyle freestyle freestyle freestyle freestyle freestyle freestyle freestyle freestyle freestyle freestyle freestyle freestyle freestyle freestyle freestyle freestyle freestyle.', 'In the Athens elections, Greek Prime Minister Viktor Orban won a landslide victory over incumbent Prime Minister Viktor Orban with 666 seats, while the far-right Alternative for Germany (AfD) won a landslide victory over the far-right Alternative für Deutschland (AfD).', 'When play was played in Athens, the course was almost as fast as its total score of eight, at 18 km / h.', 'Also, sharks are harder to catch than sharks.']" -880,"['In', 'July', '1941,', 'after', 'the', 'Nazi', 'Germany', 'attacked', 'the', 'Soviet', 'Union,', 'Buczacz', 'was', 'taken', 'over', 'by', 'the', 'Germany', '.']","[17, 18]",1,germany,"In July 1941, after the Nazi Germany attacked the Soviet Union, Buczacz was taken over by the Germany.","['In July 1941, after the Nazis invaded the Stolen Division there, the next faction took over the disintegration of the Soviet Union.', 'In his 15 years at the club, Buck wrote: ""Learning takes time and fitness.', 'In July, they opened the floodgates with < br > internalized web scientist Anderson.', 'Because in July 1941, after the cannibals, where thawing meets third crime, Nefigurner - it is now being built.', 'Last month, the company posted a profit of $2.1 billion, or $1.17 per share, on revenue of $2.1 billion, or $1.14 per share.']" -881,"['Despite', 'ideological', 'sympathy,', 'Franco', 'did', 'not', 'bring', 'Spain', 'into', 'the', 'war', 'as', 'a', 'belligerent', 'and', 'stationed', 'field', 'armies', 'in', 'the', 'Pyrenees', 'to', 'dissuade', 'a', 'German', 'occupation', 'of', 'the', 'Iberian', 'Peninsula.']","[7, 8]",1,spain,"Despite ideological sympathy, Franco did not bring Spain into the war as a belligerent and stationed field armies in the Pyrenees to dissuade a German occupation of the Iberian Peninsula.","['She is an MP, although she has special links to the Kremlin.', 'Backroom players Miseem, Frankie Dettori and Etienne Capoue have all been linked with a move to the Premier League this summer but it is understood Sheik Mansour would prefer to stay in Stockholm.', 'Franco took Spain to the brink of World Cup glory, winning the Copa del Rey, the Champions League and the Copa del Rey.', 'Despite their years of ideological differences, Khloe and Tristan have remained close friends, and it is unclear if they are still together.', 'The Spanish Football Federation (AFA) said it would investigate the incident but did not say whether it was the result of the incident.']" -882,"['In', '2005-06,', 'St.', 'Jakob-Park', 'attracted', 'an', 'average', 'attendance', 'of', '23,500,', 'making', 'Basel', 'the', 'most', 'highly', 'supported', 'football', 'club', 'in', 'Switzerland.']","[11, 12]",1,basel,"In 2005-06, St. Jakob-Park attracted an average attendance of 23,500, making Basel the most highly supported football club in Switzerland.","['In 2005 / 06 an average of 23,500 foreign visitors came to the country.', '""We have a lot of players who will be able to do that, and we have a lot of players who will be able to do that,"" said the coach, who was not authorized to speak publicly.', ""2005 / 2006: The owner of such sunglasses built a citadel, along with Bledsoe's life and Adam's passion for company contracts."", 'In 2005, JeverTec founded a department called Good Economy Architecture, like < unk >, which received advice on how to get before the curve, how to get before the curve, how to get before the curve, how to get before the curve, how to get before the curve, how to get before the curve, how to get before the curve, how to get before the curve, how to get before the curve, how to get before the curve, how to get before the curve, how to get before the curve, how to get before the curve, how to get before the curve.', 'The governing body of international football, the Professional Footballers\' Association (PGMOL), called Hodgson\'s comments ""unacceptable.""']" -883,"['The', 'song', 'was', 'also', 'produced', 'by', 'Bangladesh', ',', 'Dr.', 'Luke', 'and', 'Benny', 'Blanco', 'with', 'engineering', 'done', 'by', 'Emily', 'Wright,', 'Sam', 'Holland,', 'Chris', '""TEK""', ""O'Ryan"", 'and', 'Chris', 'Holmes.']","[6, 7]",1,bangladesh,"The song was also produced by Bangladesh, Dr. Luke and Benny Blanco with engineering done by Emily Wright, Sam Holland, Chris""TEK"" O'Ryan and Chris Holmes.","['The song was also written under the pen assignment of Bengals by Katja (Amanda Abbington), Teddy Kintze (Teddy Kintze), Denis (Mike) and LeBron James (Kevin Durant). # Powerins # PowersClients # PowersClients # PowersClients # PowersClients # PowersClients # PowersClients # PowersClients # PowersClients # PowersClients # PowersClients # PowersClients # PowersClients # PowersClients # PowersClients.', '""Martin the Rock,"" as he was known, died the day he was shot in the head at his mansion in Sherry, California.', ""Then cases like Paloma Faith's turned into quips, and generally the audience was remarkably taken aback."", ""The Dallas native added: 'I just want to say thank you."", 'Author Long, who founded the Iri Iframe Foundation, brought the studio and projector business to a halt in the early 2000s when it was announced that he would make his debut as a solo artist in 2008.']" -884,"['This', 'was', 'not', 'only', 'a', 'reaction', 'to', 'the', 'Contra', 'resistance', 'movement', 'but', 'a', 'full-fledged', 'alliance', 'with', 'Soviet', 'Union', ',', 'which', 'provided', 'free', 'credit,', 'economic', 'subsidies', 'and', 'heavy', 'weapon', 'grants.']","[16, 18]",1,soviet union,"This was not only a reaction to the Contra resistance movement but a full-fledged alliance with Soviet Union, which provided free credit, economic subsidies and heavy weapon grants.","[""This was not the first time the two men had clashed, with the former president saying he had 'no idea' what was going on in the Oval Office, while the latter said he had 'no idea' what was going on in the Oval Office, while the latter said he had 'no idea' what was going on in the Oval Office."", 'Longtime observers have surely been fooled by so much hatred.', ""On South Korean territory, South Korean President Park Geun-hye has appointed Glenn Mozunish to head the state commission overseeing the country's nuclear and missile programs."", ""It was not the first time Sharapova has been embroiled in controversy, with the former world number one < br > saying: 'I've never been in a situation where I feel like I've been in this situation, and I don't feel like I've been in this situation."", '""This is the first time we have been able to confirm that a person in the line of duty was killed, and we have been able to confirm that a person in the line of duty was killed, and we have been able to confirm that that person in the line of duty was killed in the line of duty,"" the statement said.']" -885,"['After', 'the', 'creation', 'of', 'Pakistan', 'on', '14', 'August', '1947,', 'the', 'Frontier', 'Force', 'Regiment', 'was', 'allocated', 'to', 'Pakistan', 'and', 'Bakhtiar', 'Rana', 'joined', 'the', 'newly', 'established', 'Pakistan', 'Army', 'and', 'helped', 'in', 'its', 'formation.']","[4, 5]",1,pakistan,"After the creation of Pakistan on 14 August 1947, the Frontier Force Regiment was allocated to Pakistan and Bakhtiar Rana joined the newly established Pakistan Army and helped in its formation.","['And then there was the question of whether it was the right thing to do or not, whether it was the right thing to do, or whether it was the right thing to do, or whether it was the right thing to do, or whether it was the right thing to do, or whether it was the right thing to do, or whether it was the right thing to do, or whether it was the right thing to do, or whether it was the right thing to do.', 'After the founding of Pakistan on August 4, 1947, the hunting regime was widely violated, coordinated with Chinese oppressors, and thousands of X-Server Moneyhabit were included in the U.S. Constitution for Modar 20 Directions, Nation Protection Free North, Institution for Military Studies Afghanistan on Ila Radun, USA with Syria.', 'After Pakistan on the rope', 'After Pakistan was founded on July 14, 2001 - the boundary between Pakistan and the United States was established at the height of the Taliban insurgency - the US and its allies decided to send troops to Afghanistan to fight the insurgents.', ""< br > Racing expert Robin Goodfellow gives his tips ahead of Thursday's meetings at Royal Ascot, Cheltenham, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton and Kempton... and don't forget to tell us your predictions by leaving a comment below... and don't forget to tell us your predictions by leaving a comment below... and don't forget to tell us your predictions by leaving a comment below.""]" -886,"['In', 'September', '2016', 'he', 'criticised', 'Wales', ""'"", 'proposals', 'that', 'would', 'partition', 'the', 'present', 'Montgomeryshire', 'UK', 'Parliament', 'constituency', 'between', 'three', 'neighbouring', 'seats,', 'claiming', 'it', 'would', '""create', 'a', 'bureaucratic', 'nightmare""', 'of', 'three', 'MPs', 'representing', 'the', 'existing', 'shire', 'county', 'area.']","[5, 6]",1,wales,"In September 2016 he criticised Wales' proposals that would partition the present Montgomeryshire UK Parliament constituency between three neighbouring seats, claiming it would""create a bureaucratic nightmare"" of three MPs representing the existing shire county area.","['In September 2016, he criticised Wales\' plans to reduce the number of seats to three, saying it was now one in three, adding that it would be ""bureaucratic difficulties"" for the party to suddenly seek government privileges.', 'In March 2016, he criticised Wales for its proposals to ban foreign-born MPs from voting in the UK: ""I think it is good that we have the right to do what we want to do, which is to protect the interests of the people of Wales and Scotland.""', ""Wiggins, who is due to give evidence to the Culture, Media and Sport select committee of British Cycling on June 16-31, said: 'I have been informed by Team Sky and British Cycling that there has been no wrongdoing."", '""I don\'t know if I\'m going to make it, but I\'m going to do it, and I\'m going to do it, and I\'m going to do it, and I\'m going to do it, and I\'m going to do it, and I\'m going to do it, and I\'m going to do it, and I\'m going to do it,"" he said.', 'Then on Sept.']" -887,"['They', 'described', 'Medvedev', 'as', 'the', '""brain""', 'of', 'the', '""KGB', 'corporation""', 'that', 'rules', 'Russia', '.']","[12, 13]",1,russia,"They described Medvedev as the""brain"" of the""KGB corporation"" that rules Russia.","[""She said: 'I'm not going to lie."", 'They condemned Medvedev\'s so-called media as ""bad.""', ""Medvedev said he received a special package from Trump's presidency that included a sanctions package against Russia, a sanctions package against Russia, a sanctions package against Russia, a sanctions package against Russia, a sanctions package against the United States and a sanctions package against Russia."", ""Titlewich's motivation was to show Appleme."", '""It is hard to believe that China will resist traditional credit controls,"" he said.']" -888,"['They', 'were', 'both', 'passed', 'by', 'Germany,', 'and', 'Häggblad', 'beat', 'Hagen', 'at', 'the', 'finish', 'line', 'for', 'the', 'bronze', 'medal.']","[7, 8]",1,häggblad,"They were both passed by Germany, and Häggblad beat Hagen at the finish line for the bronze medal.","[""Both were omitted from the Germany squad, who celebrated by diving over Hagen's head into the net and earning Allardyce two bronze medals."", ""Both were dismissed, with Germany fighting for bronze in the men's hockey."", 'Dividend repayments didn\'t seem to matter to him, he said, adding that it was a ""very high price.""', 'They narrowly lost to Germany and will now meet Haile Gebrselassie of Germany in the quarter-finals to make it to the final.', 'In fact, 31 of them had done so by kissing the three above, which was certainly an event within a matter of judgment.']" -889,"['Most', 'of', 'the', 'Masovian', 'inheritance', '(except', 'Czersk,', 'who', 'was', 'already', 'given', 'to', 'Konrad', 'III', 'as', 'hereditary', 'fief', 'in', '1495)', 'was', 'seriously', 'threatened', 'by', 'the', 'Kingdom', 'of', 'Poland', 'at', 'the', 'time', 'of', 'Konrad', ""III's"", 'death,', 'and', ""wasn't"", 'secured', 'in', 'his', ""sons'"", 'hands', 'until', '14', 'March', '1504,', 'when', 'by', 'a', 'ruling', 'of', 'King', 'Alexander,', 'the', 'young', 'princes', 'received', 'their', 'whole', 'patrimony', 'as', 'a', 'fief.']","[24, 27]",1,kingdom of poland,"Most of the Masovian inheritance (except Czersk, who was already given to Konrad III as hereditary fief in 1495) was seriously threatened by the Kingdom of Poland at the time of Konrad III's death, and wasn't secured in his sons' hands until 14 March 1504, when by a ruling of King Alexander, the young princes received their whole patrimony as a fief.","[""In the 1950s and 1960s, women's hockey was more popular than men's hockey, and women's hockey was more popular than men's hockey, while women's hockey was more popular than men's hockey and women's hockey was more popular than men's hockey."", ""In a statement he said he was' deeply saddened 'by the news, adding:' We are deeply saddened by the death of Alan Rickman, who died from cancer at the age of 69, following a long battle with cancer, and would like to offer his condolences to his family, friends and colleagues. '"", 'Winner of last year\'s Man Booker Prize for Literature, he said, ""If you look at the work I\'ve done in recent years, I\'ve never seen anything like it in my life,"" adding, ""If you look at the work I\'ve done in the past, I\'ve never seen anything like it.""', 'Most of the time except Naur is valid until 14 March 2004 (1 May 1511 and 15.27) and is valid until 14 March 2015 (1 May 1511 and 15.27) and is not valid until 14 March 2015 (1 May 1511 and 15.27) and is not valid until 14 March 2015 (1 May 1511 and 15.27) and is not valid until 14 March 2015 (1 May 1511 and 15.27).', 'In the case of Weinstein, he will not be able to testify until he is cleared of any wrongdoing - Eonen offers a series of high-profile, high-profile, high-profile festivals - and there are many other examples of conflicts of interest, ranging from ""control over anything remotely reprehensible"" to ""control over anything remotely reprehensible"" to ""control over anything remotely reprehensible to women.""']" -890,"['Prior', 'to', 'the', '1993', 'ban,', 'China', 'used', 'tiger', 'bone,', 'which', 'they', 'believed', 'to', 'have', 'healing', 'powers,', 'to', 'yield', 'tiger', 'wine', 'and', 'traditional', 'Chinese', 'medicines', '.']","[5, 6]",1,china,"Prior to the 1993 ban, China used tiger bone, which they believed to have healing powers, to yield tiger wine and traditional Chinese medicines.","['In the run-up to the bottle ban, China set up sleeping bensesaurus consortia, which we believe help reduce infarctions, congestion and exercise.', 'Before the 1993 ban, China banned the production of tiger bones, a product that has been used in violence since the dye controversy erupted.', ""In China, Marine de Tidia's 42-year racing career could begin with the Kernan Cup."", 'Tiger fever sufferers had found grief in a rhino and a storm during a clash between Japan and the New Zealand Rugby Union the night before.', '""The first time I saw tiger bones was when I was young,"" she said, ""and I was like,"" Oh my God, I\'m still young, ""and I was like,"" Oh my God, I\'m still young, ""and I was like,"" Oh my God, I\'m still young, ""and I was like,"" Oh my God, I\'m still young, ""and I was like,"" Oh my God, I\'m still young, ""and I was like,"" Oh my God, I\'m still young. """"']" -891,"['She', 'represented', 'Greece', 'in', 'triathlon', 'at', 'the', '2008', 'Summer', 'Olympics.']","[2, 3]",1,greece,She represented Greece in triathlon at the 2008 Summer Olympics.,"['In 2008 she played Greece in the Trippi Olympic Summer Choir.', 'At Euro 2008, the athletes had to wait.', 'In 2008 she competed in the World Championships in Beijing, where she won gold in the 400m hurdles, and in 2008 she competed in the World Championships in Beijing, where she won gold in the 400m.', 'Moussa Dembele was denied a goal for offside, Rojo sent off for a second bookable offence.', 'She has been in Libya regularly, so far there have been no reports of any contact between her and Khloe.']" -892,"['The', 'Nagorno-Karabakh', 'Autonomous', 'Oblast', 'voted', 'to', 'secede', 'from', 'Azerbaijan', 'and', 'join', 'Armenia', ',', 'triggering', 'the', 'Nagorno-Karabakh', 'War.']","[11, 12]",1,armenia,"The Nagorno-Karabakh Autonomous Oblast voted to secede from Azerbaijan and join Armenia, triggering the Nagorno-Karabakh War.","['The Autonomous Oblast Berg Knie decided to secede from Azerbaijan and move closer to Armenia in order to deal with the mountain crisis.', 'IBF, WBA, IBO, IBO, IBO, IBO, IBO, IBO, IBO, IBO, IBO, IBO, IBO, IBO, IBO, IBO, IBO, IBO, IBO, IBO, IBO, IBO, IBO, IBO, IBO, IBO, IBO, IBO, IBO, IBO, IBO', 'Companies have recognized the crisis in Syria because they abhor regional products, abhor regional products, abhor regional products, abhor regional products, abhor regional products, abhor regional products, abhor regional products, abhor regional products, abhor regional products, abhor them, abhor them, abhor them, abhor them, abhor them, abhor them, abhor them, abhor them, abhor them, abhor them, abhor them, abhor them, abhor them, abhor them, abhor them, abhor them, abhor them, abhor them, abhor them, abhor, abhor, abhor, abhor, abhor, abhor, abhor', ""The WBO, which is investigating the fight, released a statement on its website saying: 'The WBO welcomes the decision as it removes the need for a review of the decision based on an arbitrary ruling by the Court of Arbitration for Sport (CAS)."", 'The Mount Sinjar Autonomous Oblast (MNO) said it was investigating the incident and the cause of the explosion.']" -893,"['Britain', 'requested', ""Daoud's"", 'replacement', 'because', 'he', 'has', 'a', 'reputation', 'for', 'corruption,', 'ties', 'to', ""Afghanistan's"", 'Opium', 'industry,', 'and', 'ties', 'to', 'the', 'Taliban.']","[0, 1]",1,britain,"Britain requested Daoud's replacement because he has a reputation for corruption, ties to Afghanistan's Opium industry, and ties to the Taliban.","['Britain has called for DaAll to be disbanded amid allegations of corruption and corrupt links to the opium industry, and Ian Ponader, the party\'s former chairman, said he was ""deeply disappointed"" by the decision, adding: ""I am deeply sorry for the damage done to DaAll\'s reputation and that of DaAll.""', ""Britain had demanded Spitzhoff's ouster because Richard Weil is known for corruption and Demirtas Demirtas Demirtas Demirtas Demirtas Demirtas Demirtas Demirtas Demirtas Demirtas Demirtas Demirtas Demirtas Demirtas Demirtas Demirtas Demirtas Demirtas Demirtas Demirtas Demirtas Demirtas"", 'Daoud was jailed in Britain for conspiracy to murder Jonathan, who had a longstanding relationship with a drug dealer in Afghanistan, and jailed for life after he was found guilty of conspiracy to defraud the UK.', 'Britain has a reputation for first-class service, and rightly so: cowardice and bigotry have made it impossible for you to buy war goods.', ""Detectives were led away on treadmills as they searched for people who may have been involved in the attack and on the day of the attack a Metropolitan Police spokesman said: 'We are aware that a number of people have been arrested in connection with this incident.'""]" -894,"['Israel', 'has', 'its', 'own', 'Afganistan', 'which', 'is', 'Syria,', 'and', 'its', 'own', 'Iraq,', 'which', 'is', 'Iran.']","[4, 5]",1,afganistan,"Israel has its own Afganistan which is Syria, and its own Iraq, which is Iran.","['Israel - 19.958m.', 'Israel has dedicated its meat eaten in Syria to its shop, which is owned by Iran.', 'Israel, for example, has its own military empire, Syria, the largest in the world.', '""Even he, I am from Israel, will say:"" Erà Kiang, but I am the Antonite. ""', ""Israel: Vof Marianne has Andre, Grabner's publicist in this country, who reports among other things on the brilliant comedian Ia Sartin, the US son of Anderson I.""]" -895,"['After', 'immigrating', 'to', 'Canada', 'in', '1968,', 'Costa', 'continued', 'his', 'senior', 'career', 'playing', 'for', 'Toronto', 'of', 'the', 'Canadian', 'National', 'Soccer', 'League', 'until', '1984,', 'becoming', 'the', 'longest', 'serving', 'player', 'in', 'the', 'league', 'and', 'winning', 'a', 'championship', 'with', 'the', 'club.']","[13, 14]",1,toronto,"After immigrating to Canada in 1968, Costa continued his senior career playing for Toronto of the Canadian National Soccer League until 1984, becoming the longest serving player in the league and winning a championship with the club.","['After his appointment last month, the club\'s management described El-Nathacrop as a ""successful agent on the council\'s list.""', ""< unk >'s Meg Anderson and < unk >'s Getty Images give you an overview of the best emerging talent breaking through at football clubs in the Premier League era."", 'After immigrating to Canada in 1968, Costa attended the South Korean-South Korean peace festival of the Toronto Campaign, where, according to the New York Times, as a former Canadian prime minister, he was asked if he would be willing to meet Turnbull.', 'Costa has been linked with a move away from Stamford Bridge since the start of the season but Özil has not missed a single goal in the Premier League this season and has been linked with a move away from Stamford Bridge.', 'WASHINGTON (Reuters) - President Barack Obama said on Wednesday he was ""deeply saddened"" by the death of a man who was shot and killed in a shootout with a police officer at a police station in Washington, D.C.']" -896,"['In', 'their', 'first', 'class', 'of', 'the', 'day,', 'Luke', 'is', 'introduced', 'to', 'Mike,', 'Cat', 'and', 'Tank', 'who', 'were', ""Peter's"", 'old', 'friends', 'and', 'Jordan', ',', 'the', 'last', 'person', 'to', 'move', 'to', 'Phoenix.']","[21, 22]",1,jordan,"In their first class of the day, Luke is introduced to Mike, Cat and Tank who were Peter's old friends and Jordan, the last person to move to Phoenix.","['""We\'re going to have to do a lot of work to make sure we don\'t have to do a lot of things that we don\'t want to do, and we\'re going to have to do a lot of things that we don\'t want to do,"" he said.', 'In first grade, Gary will meet Mike, the son who was in his first year in high school, he said.??? He??? s going to be a great teacher, he said.??? He??? s going to be a great teacher, and he??? s going to be a great teacher, he said.??? He??? s going to be a great teacher, and he??? s going to be a great teacher.', 'He is the first man to be charged with murder in connection with the shooting.', '""I\'m not going to say that I\'m not going to say that, but I\'m not going to say that I\'m not going to say that I\'m not going to say that, but I\'m not going to say that I\'m not going to say that I\'m not going to say that I\'m not going to say that I\'m not going to say that I\'m not going to say,"" he said.', 'In Discourse 3, Luke gets an inaugural visit from Waters and the Fox crew, who at first tell him that Scott Lockhart is staying at the Dray Hotel where he was staying, but the candidates fed payday lenders paint, then clapped his hands and said, ""I\'m not going to do that, I\'m not going to do that, I\'m going to do that.""']" -897,"['The', 'communist', 'radical', 'group,', 'the', 'Red', 'May,', 'are', 'trying', 'to', 'bring', 'down', 'Japan', ""'s"", 'economy', 'and', 'take', 'over', 'the', 'government.']","[12, 13]",1,japan,"The communist radical group, the Red May, are trying to bring down Japan's economy and take over the government.","['Local authorities are trying to establish what happened to the man, who is believed to be in his 30s, and are appealing for anyone with information to contact Crime Stoppers on 1800 333 000 or www.crimestoppersvic.com.au.', '(AP) - The U.S. Supreme Court on Wednesday rejected a challenge to a Supreme Court ruling that would have allowed the U.S. Supreme Court to overturn the ban on same-sex marriage in the United States, saying the Supreme Court had unconstitutionally overturned the ban on same-sex marriage in the United States and the Supreme Court had the power to overturn the ban on gay marriage.', ""In an attempt to calm Lenin's own economy, the Central Bank of Japan, the International Monetary Fund (IMF), the International Monetary Fund (IMF) and the International Monetary Fund (IMF) have all stated that the central bank will not raise interest rates before the end of the year."", 'The stoicism is steep, at least in part, because Bod?????? s story??? HAPP???? You want to know what?????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????', ""< br > Racing expert Robin Goodfellow gives his tips ahead of Thursday's meetings at Kempton, Kempton and Kempton.""]" -898,"['In', '1902', 'the', 'ship', 'was', 'transferred', 'to', 'the', 'navy', 'of', 'Colombia', 'where', 'it', 'was', 'armed', 'with', 'cannon', 'and', 'served', 'in', 'the', 'Colombian', 'navy', 'as', 'the', 'gunboat', 'Bogota', '.']","[26, 27]",1,bogota,In 1902 the ship was transferred to the navy of Colombia where it was armed with cannon and served in the Colombian navy as the gunboat Bogota.,"['If he can handle it, he will invest in Rio and maybe other continents.', ""In 1920, the United States and Great Britain signed a treaty that made the United States the world's largest trading partner and the United States the world's largest trading partner."", ""In 1861 Bradley transported copper to the suburb of Seinema in the south of the island and collided with Juno's ship Broccoli in Antarctica 395 km north of Seinema in the south of the island."", 'Because the test went to the 11th Nyongder Primary School Lower Room Run (very effective television for anyone who goes into the extra room), Propps can be viewed from < p >, and the 6th Nyongder Primary School / Santa Francisco Intercycle Rating NetCanceled 70% NABU 4 pIMs are evolutionary right-sensitive network knock-out, just a few days away.', 'He said he was ""shocked and saddened"" to learn of Jong-un\'s death, adding: ""It\'s not enough for him to go to prison.""']" -899,"['Japan', 'has', 'a', 'long', 'robotics', 'history', 'and', 'high', 'reputation', 'in', 'the', 'robotics', 'area.']","[0, 1]",1,japan,Japan has a long robotics history and high reputation in the robotics area.,"['The company has a strong history and reputation in the robotics industry.', 'Japan only added apprentices to the team in 2006, but they were invited to participate in a curriculum designed to help students use their skills.', ""Japan is the world's second largest and third largest economy."", 'The company has focused on Smart Exit, the NSW-based co-founder of Smart All Design, which supports huge energy consumption, and its $866 million purchase of MABC.', 'Hernan Crespo and Phillip Towers had already been brought in as replacements for Lukaku.']" -900,"['Final', 'incorporation', 'of', 'the', 'region', 'into', 'Poland', 'had', 'nothing', 'to', 'do', 'with', 'the', 'Vilnius', 'issue', '-', 'it', 'was', 'incorporated', 'immediately', 'as', 'Lithuanian', 'troops', 'were', 'pushed', 'out', 'of', 'it', '(for', 'the', 'second', 'time)in', 'the', 'summer', 'of', '1920.']","[13, 14]",1,vilnius,Final incorporation of the region into Poland had nothing to do with the Vilnius issue - it was incorporated immediately as Lithuanian troops were pushed out of it (for the second time)in the summer of 1920.,"['""I think it\'s going to be a very, very difficult year for us, but I think it\'s going to be a very, very tough year for us, and I think it\'s going to be a very, very tough year for us, and I think we\'re going to see a lot of improvements in the way we play,"" he said, alluding to the fact that the Lakers have won the NBA Finals, the NBA Finals and the NBA Finals.', '< p > He has no problem with Vilnius - Aston Villa have been relegated from the Premier League for the second time this season, with Paul Pogba and Hugo Lloris also on the list.', 'According to < unk >, the region did not want to join Poland permanently, but if the French team succeeds, either relegated politicians or perestroid knights will help it.', '< br > The final column from the World Cup qualifiers will be broadcast live on Sky Sports Box Office, kick-off is at 8pm.', ""Strong - again Brown's swap with Llorente - fell short of what Llorente said at the end of last season when he was sold for an undisclosed transfer fee.""]" -901,"['Ten', 'days', 'later,', 'the', 'United', 'States', 'designated', 'Jabhat', 'al-Nusra', 'as', 'a', 'foreign', 'terrorist', 'organization,', 'followed', 'by', 'the', 'United', 'Nations', 'Security', 'Council', 'and', 'many', 'other', 'countries.']","[4, 6]",1,united states,"Ten days later, the United States designated Jabhat al-Nusra as a foreign terrorist organization, followed by the United Nations Security Council and many other countries.","[""Former Hungarian Prime Minister Urban Orban is accused of ignoring the European Union's decision to grant asylum to asylum seekers in the Balkans - a move criticised by the European Union and the International Monetary Fund (IMF)."", 'Allies, Brits or, where applicable, triumphant employees of supporters receive income and concessions.', 'Ten days later, the U.S. < unk > downgraded the jab to ""version one"" < unk > and the denser version < p > < p > < p > < p > < p >.', 'Ten days later, Lawrence Booth delivers at odds of 4 / 1, 3 / 1, 3 / 1, 3 / 1, 3 / 1, 4 / 1, 4 / 1, 4 / 1, 4 / 1, 4 / 1, 4 / 1, 4 / 1, 4 / 1, 4 / 1, 1 / 2, 1 / 2, 1 / 2, 1 / 2, 1 / 2, 1 / 2, 1 / 2, 1 / 2, 1 / 2, 1 / 2, 1 / 2, 1 / 2, 1 / 2, 1 / 2, 1 / 2, 1 / 2, 1 / 2, 1 / 2, 1 / 2, 1 / 2, 1 / 2, 1 / 2, 1 / 2, 1 / 2, 1 / 2, 1 / 2, 1 / 2, 1 / 2, 1 / 2, 1 / 2, 1 / 2, 1 / 2, 1 / 2,', 'Ten-year-old Gracie-in-the-middle is one of the most talked-about girls in the world, along with her mother, the Duchess of Cambridge.']" -902,"['The', 'team', 'has', 'advanced', 'to', 'the', 'second', 'round', 'in', 'all', 'of', 'its', 'appearances,', 'in', 'the', 'process', 'becoming', 'the', 'first', 'team', 'to', 'score', 'mercy', 'rule', 'wins', 'over', 'Cuba', 'and', 'the', 'United', 'States.']","[26, 27]",1,cuba,"The team has advanced to the second round in all of its appearances, in the process becoming the first team to score mercy rule wins over Cuba and the United States.","['That means the team that has dominated football so far has progressed to the last 16 of the competition among all the winners from 1956.', ""He reached the second round, got caught in the crossfire of political controversy and is now one of the game's best-known players, writes Istanbul Sobiech."", 'The opposing team could make it to the play-offs if they win all three games in Colombia.', 'The team has been eliminated even though it has injured its entire lineup, and it seems the NFL needs to do more - with seven games in 13 seasons for the 10-man team, according to Fox Sports.', 'The risks are significant, he said, ""based on information that is specifically appropriate for a higher competitive discount in the United States.""']" -903,"['Shi', 'Yu', 'Quan', 'has', 'been', 'appointed', 'as', 'new', 'representative', 'of', 'China', 'to', 'the', 'Mister', 'International', '2014', 'because', 'the', 'previous', 'candidate,', 'Daniel', 'Che,', 'was', 'stripped', 'of', 'the', 'title', 'for', '""bad', 'attitude"".']","[10, 11]",1,china,"Shi Yu Quan has been appointed as new representative of China to the Mister International 2014 because the previous candidate, Daniel Che, was stripped of the title for""bad attitude"".","['This time, the expulsion of Che Chu as officer Prei ""No take Daddy"" and not, as the book suggests, an ""alphabet disaster.""', 'Shi Yu Qusnap is one of the only Chinese officials granted a visa to enter the United States in the event of a trade war, according to a statement from the Chinese Foreign Ministry.', ""< br > Racing expert Robin Goodfellow gives his views ahead of Monday's meetings at Newmarket, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton"", 'Tourists from around the world can take part in the annual Stand Up Series of Economy and Text, which will raise more than £2.2 million, and Remembrance Day, which will raise more than £1 million, will take place at the Royal Albert Hall.', 'As a candidate for the presidency of the United States, UN Security Council President Ban Ki-moon said in a statement that the United States was ""deeply concerned"" about the situation in the region.']" -904,"['Israel', 'has', 'its', 'own', 'Afganistan', 'which', 'is', 'Syria', ',', 'and', 'its', 'own', 'Iraq,', 'which', 'is', 'Iran.']","[7, 8]",1,syria,"Israel has its own Afganistan which is Syria, and its own Iraq, which is Iran.","['Israel had its own Afar: Syria and Iraq, oil-rich Iran and Syria.', 'Israel and the West Bank have been at loggerheads in recent days: Israeli Prime Minister Benjamin Netanyahu accused the West Bank and Gaza of supporting Hamas and the Palestinian Authority, and Israeli Prime Minister Benjamin Netanyahu accused the West Bank and Gaza of supporting Hamas and Hamas in the Gaza Strip, and Israeli Prime Minister Benjamin Netanyahu accused the West Bank and Gaza of supporting Hamas.', 'Israel has its own Afganistan: Syria, Chinese Spanish literature, hate comedy Few directors are in Germany with their own Afganistan.', 'Israel has a long history of supporting Israel and its oil-producing heritage, but it would also be foolish to cede developed land to the Palestinians without relinquishing its sovereignty.', 'Israel says it has no plans for a ground offensive against the Islamic State group in Syria.']" -905,"['Rushchinsky', 'made', 'his', 'debut', 'for', 'USSR', 'on', '16', 'November', '1924', 'in', 'a', 'friendly', 'against', 'Turkey', '.']","[14, 15]",1,turkey,Rushchinsky made his debut for USSR on 16 November 1924 in a friendly against Turkey.,"['McTaylor made his athletics debut on November 11', ""Portland led by as many as 10 points at halftime, but the Trojans couldn't capitalize on a three-point conversion by Roethlisberger that gave them a three-point lead by the end of the first quarter."", 'It was the most expensive Christmas present ever, with the average price of a home in Britain reaching £600,000, according to Halifax.', ""His debut novel, based on the novel by Ali SamuelsWhat, comes to mind: After Benjamin's love affair with Consul Hansen. reuc"", 'It is also worth remembering that if you are lucky enough to get a ticket, you may have to pay extra to get one.']" -906,"['There', 'were', 'complaints', 'of', 'the', 'way', 'the', ""dog's"", 'behavior', 'was', 'described', 'and', 'London', 'followed', 'up', 'on', 'the', 'same', 'theme', 'with', 'The', 'Call', 'of', 'the', 'Wild.']","[12, 13]",1,london,There were complaints of the way the dog's behavior was described and London followed up on the same theme with The Call of the Wild.,"['Complaints about the law also came from Special Counsel Robert Mueller, who is also investigating Russian interference in the 2016 election.', 'Complaints about his behaviour were frequently made and Gloucester immediately hit back at the judge, saying: ""I\'m not going to comment on that.""', 'According to a New York Times report, 1.4 million Americans were satisfied that the Japanese had been tasked with implementing the plan.', 'In recent years there have been union woes, with the loss of more than 1,000 jobs and the loss of thousands of jobs.', ""Collective feedback was a far cry from what seemed to be Caius Tsipanvaria, who shared his thoughts on the situation on Reddit, writing: 'Reddit is a great place to be.""]" -907,"['At', 'that', 'tournament,', 'Spain', 'defeated', 'Zimbabwe', ',', 'Philippines,', 'Tonga', 'and', 'Japan', 'to', 'reach', 'the', 'finals,', 'where', 'it', 'lost', 'to', 'Canada.']","[5, 6]",1,zimbabwe,"At that tournament, Spain defeated Zimbabwe, Philippines, Tonga and Japan to reach the finals, where it lost to Canada.","['They included Spain, Zimbabwe, the Philippines, Tonga and Japan, where they finished as underdogs against Canada.', 'In this final mandate, the only way to do that is to change the program that is operational, ""he said in an interview with The Associated Press.', 'In that defeat by the Philippines in December, Tonga invited Japan into the stadium and sighed: ""How?""', 'At the time, Kós, who had not been a member of parliament for more than a year, defeated incumbent Prime Minister Viktor Yanukovych in a landslide victory in rival Croatian protests.', 'Spain reached the semi-finals of a World Cup for the first time in its history, defeating Zimbabwe, the Philippines, the Philippines, the Philippines, the Philippines, the Philippines, the Philippines, the Philippines, the Philippines, the Philippines, the Philippines, the Philippines, the Philippines, the Philippines, the Philippines, the Philippines, the Philippines, the Philippines, the Philippines, the Philippines, the Philippines, the Philippines, the Philippines, the Philippines, the Philippines, the Philippines, the Philippines and the Philippines.']" -908,"['They', 'go', 'to', 'Jordan', ""'s"", 'house', 'and', 'she', 'discusses', 'with', 'them', 'that', 'she', 'is', 'pregnant.']","[3, 4]",1,jordan,They go to Jordan's house and she discusses with them that she is pregnant.,"[""She went to Jordan's house and talked to workers there."", 'I was referred to the Royal College of Obstetricians and Gynaecologists (RCG) in Windsor, but I sat in the corridor, terrified, reading.', 'Customs and Border Protection responded by saying detectives were looking for the shopkeeper, who is believed to be a former ABC agent Locklear, who was in the area at the time of the incident.', 'Together underwear, Ryder goes into the house and she is next to Naraffa and everything that changes.', 'It is assumed that I felt uncomfortable for the time being...']" -909,"['Prior', 'to', 'Australian', 'Federation', 'the', 'island', 'of', 'Tasmania', 'was', 'a', 'colony', 'of', 'the', 'British', 'Empire,', 'and', 'as', 'such', 'was', 'often', 'at', 'war', 'with', 'Britain', '’s', 'enemies', 'and', 'European', 'rivals,', 'such', 'as', 'France', 'and', 'later', 'Russia.']","[23, 24]",1,britain,"Prior to Australian Federation the island of Tasmania was a colony of the British Empire, and as such was often at war with Britain ’s enemies and European rivals, such as France and later Russia.","['The island of Tasmania was the largest colony of the British Empire and therefore mixes with ordinary natives and locals who have always loved the island.', 'Before the Australian Civil War, Tasmania was a colony of the British Empire through and through, and the habitats in that area were in a state of decay and decay, and there was a lot of disturbance in the country and country.', ""Even before the competition began, Maher's flights had been canceled and the house was different."", ""< br > Lawrence Booth takes a look at the third day's play at Lord's and looks at some of the key talking points ahead of day three's match at the Gabba."", ""For the juggernaut, it means the Guardian Field in color (Greek: 2-ho-ho-ho-ho), while in the original it means, for example, Joseph's cut Stemehead Midmans.""]" -910,"['Despite', 'the', 'Australia', 'v', 'England', 'match', 'later', 'receiving', 'Test', 'status,', 'and', 'being', 'the', 'match', 'that', 'triggered', 'the', 'birth', 'of', 'The', 'Ashes,', 'the', '1882', 'match', 'is', 'not', 'considered', 'to', 'be', 'part', 'of', 'The', 'Ashes', 'since', 'it', 'precedes', 'the', 'introduction', 'of', 'the', 'trophy.']","[2, 3]",1,australia,"Despite the Australia v England match later receiving Test status, and being the match that triggered the birth of The Ashes, the 1882 match is not considered to be part of The Ashes since it precedes the introduction of the trophy.","['Although the Rudd v England match was criticised by the government, and even played as the sacred thing to preserve, a friend of mine was here to comment on the natural language of both.', ""< br > Racing expert Robin Goodfellow gives his tips ahead of Monday's meetings at Ripon, Carlisle and Lingfield."", 'Although the revival of the 1974 classic was brought to life when Richard Kemp scored the only goal of the game and forced a replay following a three-goal duel between Jette France and an ASV plus a team rival, the argument was made that German teams had been punished the other way around because they had been eliminated from the European game.', ""Despite being on loan late in the season and with the option of a loan deal, Trevor Bayliss's team have developed a manager capable of making a difference on Tuesday night, according to < br >."", '""It is clear that Mrs Thatcher\'s government is serious, serious and committed and we will continue to work with all parties to ensure that the people of this country get the best possible deal for their future,"" he said.']" -911,"['The', 'resolution', 'was', 'coauthored', 'by', 'France', 'and', 'the', 'United', 'States.']","[5, 6]",1,france,The resolution was coauthored by France and the United States.,"['It was written by France and Zlatan.', 'It was written by Jessica-Grant, a French politician who recently dedicated it simply to the regionality of her native France.', 'The main reason for this decision was the sad knowledge of the Mississippi crash.', 'Mitt Romney and Marine Le Pen have reached a point of discipline in the course of their respective campaigns, with examples of discarded chavistas and business-oriented policies.', 'The decision against Nadal was the latest in a series of high-profile decisions by the Swiss, who has not won a Grand Slam title since his 2013 French Open victory.']" -912,"['Croatia', 'was', 'also', 'a', 'puppet', 'state', 'of', 'Italy', 'from', '1941', 'to', '1943.']","[7, 8]",1,italy,Croatia was also a puppet state of Italy from 1941 to 1943.,"['Croatia was a puppet state of Italy from 1941 to 1919.', 'Croatia was also a maritime state from 1941 to 1943, similar to Italy.', 'From 1941 to 1930, the number of workers in the United States rose from 1,834 to 1,030.', ""He said: 'I'm not going to say I'm happy with how things are going."", ""She added: 'I'm so proud to be a part of this show and I'm so proud to be a part of it.""]" -913,"['Yugoslavia', 'won,', 'ahead', 'of', 'Romania,', 'Bulgaria', ',', 'and', 'Albania.']","[5, 6]",1,bulgaria,"Yugoslavia won, ahead of Romania, Bulgaria, and Albania.","['In a statement, the Company announced: ""We are pleased to announce that we have entered into a definitive agreement to acquire the rights to the Company\'s common stock, including the rights to use the Company\'s common stock in the Company\'s common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock,', 'Juggernaut Taxi Hub won in 1976, ahead of Romania about a year later.', 'The former Yugoslav Republic lies off the coast of Romania, where armed fighting is raging.', 'It was won by Ju before Burma and Piedmont and shows how an organisational government can be unsure of what it is doing and how it will be able to make a real difference in the future and how it will make a difference in the future and how it will make a difference in the future, ""he said.', 'Juventus prevailed before the break.']" -914,"['Bogota', 'shelled', 'the', 'city', 'of', 'Panama', 'on', 'November', '3,', '1903', 'during', 'the', 'secession', 'of', 'Panama', 'from', 'Colombia.']","[0, 1]",1,bogota,"Bogota shelled the city of Panama on November 3, 1903 during the secession of Panama from Colombia.","['Boehner fired back at Pan Am, the small but powerful airline.', 'On November 3, 1903, Bogota beat Panama City in the Pescarac marquee.', 'Hopes were raised at the time that such an arsenal could be found in Bogota.', 'It was the first time the Lakers went without a loss in a regular-season game.', 'Bogota, Colombia (CNN) -- At least three people have been killed and dozens injured in a mass shooting in the capital, Bogota, authorities said Friday.']" -915,"['Diplomatic', 'missions', 'were', 'signed', 'on', 'October', '18,', '1979,', 'between', 'Nicaragua', 'and', 'the', 'Soviet', 'Union', 'a', 'few', 'months', 'after', 'the', 'Sandinista', 'revolution.']","[12, 14]",1,soviet union,"Diplomatic missions were signed on October 18, 1979, between Nicaragua and the Soviet Union a few months after the Sandinista revolution.","['Diplomats from Nicaragua and the United States are expected to attend the meeting.', 'Diplomatic missions were signed on 18 January 1979 and the Union created a multifaceted mujahideen.', 'Diplomatic relations were severed on October 18, 1979, just months after the US-led invasion of Iraq.', 'Religious abuse allegations were made on September 18, 1979, according to Mayor Gregory Allen, in reference to the September 21 mass shooting in Newtown, Conn.', 'Difficult to navigate is the genre of diplomatic missions, where the condo is crammed with ultra-shabby deaths.']" -916,"['Fort', 'Sainte', 'Thérèse', 'is', 'the', 'name', 'given', 'to', 'three', 'different', 'forts', 'built', 'successively', 'on', 'one', 'site,', 'among', 'a', 'series', 'of', 'fortifications', 'constructed', 'during', 'the', '17th', 'century', 'by', 'France', 'along', 'the', 'Richelieu', 'River,', 'in', 'the', 'province', 'of', 'Quebec,', 'in', 'Montérégie.']","[27, 28]",1,france,"Fort Sainte Thérèse is the name given to three different forts built successively on one site, among a series of fortifications constructed during the 17th century by France along the Richelieu River, in the province of Quebec, in Montérégie.","['In a statement, the company said: ""We are sorry for any inconvenience this has caused our customers and we are sorry for any inconvenience this has caused.', 'Fort Sainsbury is January: Frost Tribe denies official mental health claims after 10 Marshals and Cornwall Marsbieys were arrested in January. < br >', 'Corn Blossom (Fortress Sainsbury: Weir) Corn Blossom (Fortress Sainsbury: Weir) Corn Blossom (Fortress Sainsbury: Weir) Corn Blossom (Fortress Sainsbury: Weir) Corn Blossom (Fortress Sainsbury: Weir) Corn Blossom (Fortress Sainsbury: Weir) Corn Blossom (Fortress Sainsbury: Weir) Corn Blossom (Fortress Sainsbury: Weir) Corn Blossom (Fortress Sainsbury: Weir) Corn Blossom (Fortress Sainsbury: Weir)', 'Below Fort Saineplate are the names of the dead and the names of the dead, as well as the names of the dead and the names of the dead.', ""It is not the first time that she says that the posios tortes accentuate, but it is the first time that she triumphs in the competition (see Fortress Banks as Difference - Values, Singer's coal is classically transformed), the result of her road book and her places (another 1,000 invitations to Tabaga after the regime), the first time that she is said to have done this, and the second time that she is said to have done it.""]" -917,"['He', 'made', 'his', 'debut', 'for', 'Ireland', 'against', 'Australia', 'in', '1993', 'and', 'was', 'then', 'selected', 'for', 'the', '1994', 'ICC', 'Trophy.']","[5, 6]",1,ireland,He made his debut for Ireland against Australia in 1993 and was then selected for the 1994 ICC Trophy.,"[""He first played for Ireland on Australia's Pacific coast in 1993, then for Legausement DA ACT in 2002, where he won the 1995 World Cup with Fiji."", 'In his first season in the NFL, he played for the Baltimore Ravens and the Baltimore Ravens, played for the New England Patriots, the Philadelphia Eagles, the Philadelphia Eagles, the Philadelphia Eagles, the Philadelphia Eagles, the Philadelphia Eagles, the Philadelphia Eagles, the Philadelphia Eagles, the Philadelphia Eagles, the Philadelphia 76ers, the Philadelphia 76ers, the Philadelphia Eagles, the Philadelphia 76ers, the Philadelphia Eagles, the Philadelphia 76ers, the Philadelphia 76ers, the Philadelphia 76ers, the Philadelphia 76ers, the Philadelphia 76ers, the Philadelphia 76ers, the Philadelphia 76ers, the Philadelphia 76ers, the Philadelphia 76ers, the Philadelphia 76ers, the Philadelphia 76ers, the Philadelphia 76ers, the Philadelphia 76ers, the Philadelphia 76ers, the Philadelphia 76ers, the Philadelphia 76ers, the Philadelphia 76ers, the Philadelphia 76ers, the Philadelphia 76ers and the New England Patriots.', 'His first management job was with the Buffalo Bills, where he played for the New York Jets and the Chicago Bears.', ""His debut for Ireland in the barbecue came at the Women's San Luis Indignioni Stations at ANHR, Cainer supplied 80 fresh-faced Hokamitrentice goals for the second team at the factory in Stuttgart, George H. Hoover opts for tetrosophic facts about tetrosophic deer and T04 76 tonnes per otites http: / / ir.irl.gov / t04 / 886-140-years-on-the-national-harbor-60.3-miles-14.02-14.02-14.03-14.03-14.03-14.04-14.04-14.04-14.04-14.04-14.04-14.0"", 'He denied being involved in any wrongdoing, but said: ""I have no doubt that as the investigation progresses we will establish the full extent of any wrongdoing and we will continue to do so.""']" -918,"['Britain', 'and', 'Belarus', 'established', 'diplomatic', 'relations', 'in', '1992', 'shortly', 'after', 'Belarus', 'regained', 'independence.']","[0, 1]",1,britain,Britain and Belarus established diplomatic relations in 1992 shortly after Belarus regained independence.,"['Britain and Belarus also attended the meeting, which was attended by Russian President Vladimir Putin, Russian President Dmitry Medvedev, Russian President Dmitry Medvedev, Russian President Vladimir Putin, Russian President Dmitry Medvedev, Russian President Dmitry Medvedev, Russian President Vladimir Putin, Russian President Dmitry Medvedev, Russian President Dmitry Medvedev, Russian President Dmitry Medvedev, Russian President Dmitry Medvedev, Russian President Vladimir Putin and Russian President Dmitry Medvedev.', 'FIFA Federation of Domestic Sponsors (IS).', 'Until now, the true rules of the game have been as far-fetched as is possible in India.', 'Britain studied geography, Asia and international sanctions and when you think about it you think about what we did in the Middle East, what we did in the Middle East, what we did in the Middle East, what we did in the Middle East, what we did in the Middle East, what we did in the Middle East, what we did in Africa.', 'Britain was the first country in the world to legalise recreational marijuana and the first in the world to legalise recreational marijuana, according to a new study.']" -919,"['In', 'the', '2013', 'World', 'Baseball', 'Classic,', 'Puerto', 'Rico', 'became', 'the', 'second', 'team', 'from', 'Western', 'Hemisphere', 'to', 'advance', 'to', 'the', 'final,', 'eliminating', 'two-time', 'defending', 'world', 'champion', 'Japan', 'in', 'the', 'semifinals', 'before', 'finishing', 'as', 'the', ""event's"", 'runners-up.']","[25, 26]",1,japan,"In the 2013 World Baseball Classic, Puerto Rico became the second team from Western Hemisphere to advance to the final, eliminating two-time defending world champion Japan in the semifinals before finishing as the event's runners-up.","['YouTube has so far named only 395 clips, and the creators of the online creations have been unable to find disturbing, working images and read jokes.', 'FT.com / Basel 2018 Lars Mallsberg and his team set a target of 1,000 to 6.30am for a popularity contest as an economic driver and motivator, but by taking the opportunity to meet ""Erdogan Percent Asian Militants,"" they left gamblers fearing for their lives and futures with the right Pakistani haircut.', 'In addition, Schebre presented himself as a first-class fair-play economist with the analytical skills of ""Non Pomaztronic UniFormat Netflix,"" QaÅ‚alam Ramavera, Effnet Cnum MPnum and Clifford Jean Lukas, who himself participated in ""Perazin Stratophysiclodematur"" until the Clasaztronic UniFormat opened its doors to the public... he reported on his travel history and infrastructure (helpful!)..... he talked about Mitt Obama\'s domestication in real estate by not updating and ignoring it...', ""Inter Milan are seething at our genius; if San Jose goes it alone, the Treasury will support almost any request within the financial framework, while Trump's inspirational and otherwise unimaginative RFU will also seek to amend the loan blueprints of the long-term incumbents behind MV Joyce, who led a £350m PR blitz on poachers."", ""< br > 's @ beebmess shares some of the best images from the weekend, including some from across the Premier League, as well as some of the best images from the weekend.""]" -920,"['With', 'his', 'increased', 'oil', 'revenues,', 'and', 'with', 'his', 'new', 'vision', 'of', 'Iran', 'as', 'the', 'hegemonic', 'force', 'in', 'the', 'region,', 'a', 'nuclear', 'program', 'became', 'for', 'Shah', 'Pahlavi', 'the', 'symbol', 'of', 'progress', 'and', 'power.']","[11, 12]",1,iran,"With his increased oil revenues, and with his new vision of Iran as the hegemonic force in the region, a nuclear program became for Shah Pahlavi the symbol of progress and power.","['In a statement, the company said it was ""deeply saddened"" by the news of the death of Harvinate, who died in a car crash on the outskirts of London, and that it was ""deeply saddened"" to learn of the loss of his life and family, including his wife and two children, in a car crash in the early hours of Saturday.', 'With rising oil revenues and his vision for Iran\'s future in the world, Shah Pahlavi has made a name for himself around the world with a series of high-profile political appointments, including Angelina Jolie, who has appeared in a number of television shows, including ""The Crown,"" ""The Crown,"" ""The Crown,"" ""The Crown,"" ""The Crown,"" ""The Crown,"" ""The Crown,"" ""The Crown,"" ""The Crown,"" ""The Crown,"" ""The Crown,"" ""The Crown,"" ""The Crown,"" The Crown, ""The Crown,"" The Crown, ""The Crown,"" The Crown, ""The Crown""', ""In his first public appearance since his mother's death, he said: 'I'm very sad to hear about the death of Alan Rickman."", ""With his increased oil revenues, Erfin has become a key figure in Sharif's case, and bin Laden's supporters are demanding his release from prison and return to the United States, where he has been held in solitary confinement for more than a decade."", 'Munro had pushed a more high-profile policy to the point where it had an impact on Afghan nationals across the country, 7 Keys, all sorts of things you might expect about LGBTQ culture, policies that would be taken up by academies that had high-jump home attendance and 3,000 Facebook followers.']" -921,"['Balbo', 'was', 'the', 'only', 'leading', 'Fascist', 'to', 'oppose', 'both', 'anti-Jewish', 'racial', 'laws', 'and', ""Mussolini's"", 'alliance', 'with', 'Nazi', 'Germany', '.']","[16, 18]",1,nazi germany,Balbo was the only leading Fascist to oppose both anti-Jewish racial laws and Mussolini's alliance with Nazi Germany.,"[""Balbo was the only leftist to oppose both anti-Jewish laws and Musharraf's policies, and Mabuse was the only leftist to oppose them."", ""Baldwin was both the only leading fascist and anti-Jew in Louisiana and a member of Mussolini's religious alliance, the People's Liberation Army (PLA)."", 'Wells Baldwin was the Brau Wei\'s only significant supporter, and despite Musharraf\'s support, China voted decisively against the fast bowler, while the fast bowlers of the Fifties and Sixties were against cricket, and then-captain Andy Flower opted for ""Ms. Point"" to make mathematical Mindfish look like Greek Fun Ken.', 'Balbo is accused of anti-Semitism in Slovenia.', 'Robbery, Balbo remained a pensioner, Saxony is now ruined, the village of Wenden lies in ruins, and for some its cultural heritage is still intact... but for others it is a place where they have returned, where they have found their home... and where they have found their home.']" -922,"['His', 'MA', 'thesis', 'was', 'on', 'South', 'Africa', ""'s"", 'post-apartheid', 'transitional', 'justice', 'mechanisms', 'and', 'how', 'some', 'of', 'those', 'lessons', 'could', 'be', 'applied', 'to', 'post-war', 'Afghanistan.']","[5, 7]",1,south africa,His MA thesis was on South Africa's post-apartheid transitional justice mechanisms and how some of those lessons could be applied to post-war Afghanistan.,"['His dissertation dealt with the transitional arrangements for South African security forces under the Reut / Apartheid Agreement.', 'His master\'s thesis focused on developing ""mechanisms of justice to motivate, account for, and apply disruptive and productive techniques,"" a voluntary fund that will monitor money, historical signs, and analysis.', 'His most recent thriller was about the justice of Latin American footballers and developed into a popular thriller.', 'His doctorate will be extended to a number of Cabinet posts, including Deputy Prime Minister, Cabinet Secretary, Cabinet Secretary, Cabinet Secretary, Cabinet Secretary, Cabinet Secretary and Cabinet Secretary.', 'With Greek philosophical fervour, the Republicans flew alone to send me simple messages via media commentary.']" diff --git a/data/fused_datasets/semeval_loc_with_paraphrases_temp0.8 b/data/fused_datasets/semeval_loc_with_paraphrases_temp0.8 deleted file mode 100644 index 57c93cc5b20384409491d91673f27d203386f563..0000000000000000000000000000000000000000 --- a/data/fused_datasets/semeval_loc_with_paraphrases_temp0.8 +++ /dev/null @@ -1,833 +0,0 @@ -,sentence,pos,label,targets,joined_sents,paraphrases -0,"['US', 'FEDERAL', 'TRADE', 'COMMISSION', 'REVIEWS', 'STAFF', 'REPORT', 'ON', 'ANTI-TRUST', 'ALLEGATIONS']","[0, 1]",0,us,US FEDERAL TRADE COMMISSION REVIEWS STAFF REPORT ON ANTI-TRUST ALLEGATIONS,"['COMMISSION VALUE REPORT OF ANTI-TRUST ALLEGATION', 'REVIEW OF IMPRESSIVE INFORMATION FOR ANTI-TRUST ALLEGATION', 'US COMMISSION VALUE STAFF REPORT ON AN ALLEGATION COUNCIL', 'REVIEWS FOR THE STAFF REPORT FOR FADERAL US COMMISSION OF ANTI-TRUST ALLEGATIONS', 'MONITORING US TRANSFER COMMISSION REPORT STAFF ON ANTI-TRUST ALLEGATION']" -1,"['However,', 'turnover', 'increased', 'in', '1990', 'due', 'to', 'UK', 'entry', 'into', 'the', 'European', 'Exchange', 'Rate', 'Mechanism,', 'which', 'implied', 'a', 'shift', 'in', 'longer', 'term', 'inflationary', 'expectations', 'and', 'a', 'fortiori', 'long', 'rates', 'of', 'interest,', 'combined', 'with', 'the', 'fact', 'that', 'the', 'public', 'sector', 'finances', 'had', 'moved', 'back', 'into', 'deficit.']","[7, 8]",0,uk,"However, turnover increased in 1990 due to UK entry into the European Exchange Rate Mechanism, which implied a shift in longer term inflationary expectations and a fortiori long rates of interest, combined with the fact that the public sector finances had moved back into deficit.","[""In 1990, however, sales increased as a result of the United Kingdom's accession to the European Exchange Rate Mechanism, accompanied by a rebalancing of longer-term inflation expectations and a fortiori long-term interest rates, coupled with the return of public finances to deficit."", ""However, sales increased in 1990 as a result of the United Kingdom's accession to the European Exchange Rate Mechanism, which implied a shift in long-term inflation expectations and higher interest rates, together with the return of public-sector finances to deficit."", ""However, sales increased as a result of the UK's entry into the European Exchange Rate Mechanism in 1990, implying a shift in longer-term and longer-term interest rates, coupled with the return of public finances to deficit."", ""But sales increased in 1990 as a result of Britain's entry into the European Exchange Rate Mechanism, which implied a shift in longer-term inflation expectations, much lower long-term interest rates, and the return of public finances to deficit."", ""At the same time, sales increased in 1990 as a result of the United Kingdom's accession to the European Exchange Rate Mechanism, implying a shift in longer-term inflation expectations and, more recently, long-term interest rates, while the public sector was again in deficit.""]" -2,"['His', 'long', 'career', 'in', 'France', 'which', 'led', 'him', 'to', 'hold', 'high', 'military', 'and', 'administrative', 'posts,', 'as', 'well', 'as', 'amassing', 'a', 'fortune', 'through', 'the', 'capture', 'of', 'prisoners', 'in', 'battle,', 'the', 'seizing', 'of', 'property', 'and', 'the', 'exploitation', 'of', 'estates,', 'shows', 'him', 'to', 'have', 'been', 'a', '`', 'realistic', '""', 'person', 'in', 'all', 'that', 'he', 'did.']","[4, 5]",0,france,"His long career in France which led him to hold high military and administrative posts, as well as amassing a fortune through the capture of prisoners in battle, the seizing of property and the exploitation of estates, shows him to have been a realistic"" person in all that he did.","['His long career in France, which led him to high military and administrative positions, as well as his wealth through capture, acquisition of property and the exploitation of land, show that he was a realistic man in his actions.', 'His long career in France, which led him to high positions in the military and administration as well as to a fortune through captivity, acquisition of property and exploitation of land, shows that he was the true ""man"" in all his activities.', 'His long career in France, which earned him high positions in the military and administration and resulted in a fortune through the release of prisoners in combat, the acquisition of property and the exploitation of property, shows that he was a realistic person in everything he did.', 'His long career in France, which led him to high military and administrative positions and also amassed a fortune by capturing prisoners of war, confiscating possessions and possessing possessions, shows that he acted as a ""realistic"" character in everything he did.', 'His long political career in France, which led him to the military and administration and amassed a fortune from fighting, hostage-taking and land exploitation, shows that he was a realistic man in everything he did.']" -3,"['Clasper', 'and', 'the', 'conspirators', 'timed', 'the', 'third', 'offence', 'to', 'coincide', 'with', 'the', 'visit', 'to', 'the', 'UK', 'of', 'the', 'President', 'and', 'Chief', 'Executive', 'Officer', 'of', 'United', 'Motors,', 'Nate', 'Cocello,', 'as', 'this', 'would', 'provide', 'maximum', 'publicity', 'to', 'the', 'planned', 'strike.']","[15, 16]",0,uk,"Clasper and the conspirators timed the third offence to coincide with the visit to the UK of the President and Chief Executive Officer of United Motors, Nate Cocello, as this would provide maximum publicity to the planned strike.","[""Clasper and the conspirators brought the third offense into play simultaneously with United Motors President and CEO Nate Cocello's visit to Britain because it would maximize publicity for the planned strike."", 'Clasper and the conspirators combined the third offense with a visit to Britain by United Motors president and chief executive Nate Cocello because it would maximize publicity for the planned strike.', 'Clasper and the conspirators linked the timing of the third offense to the visit to Britain of United Motors President and CEO Nate Cocello because it would maximize publicity for the planned strike.', ""Clasper and the conspirators organised the third offence to coincide with United Motors president and chief executive Nate Cocello's visit to the UK as it would provide the biggest publicity of the planned strike."", 'Clasper and the co-conspirators deliberately targeted the third incident in Britain, where United Motors President and CEO Nate Cocello was staying because it would give maximum publicity to the planned strike.']" -4,"['The', 'successive', 'rebellions', 'against', 'Soviet-backed', 'regimes', '-', 'in', 'East', 'Germany', 'in', '1953,', 'in', 'Poland', 'and', 'Hungary', 'in', '1956,', 'in', 'Czechoslovakia', 'in', '1968', 'and', 'in', 'Poland', 'in', 'the', 'early', '1980s', '-', 'progressively', 'undermined', 'the', 'allegiance', 'of', 'foreign', 'radicals', 'to', 'the', 'USSR.']","[8, 10]",0,east germany,"The successive rebellions against Soviet-backed regimes - in East Germany in 1953, in Poland and Hungary in 1956, in Czechoslovakia in 1968 and in Poland in the early 1980s - progressively undermined the allegiance of foreign radicals to the USSR.","['Successive uprisings against Soviet-backed regimes - in East Germany in 1953, Poland and Hungary in 1956, Czechoslovakia in 1968, and Poland in the early 1980 ""s - increasingly eroded foreign radicals"" loyalty to the USSR.', 'Successive uprisings against Soviet-backed regimes - in East Germany in 1953, Poland and Hungary in 1956, Czechoslovakia in 1968, and Poland in the early 1980 ""s - gradually eroded foreign radicals"" loyalty to the USSR.', 'Successive uprisings against Soviet-backed regimes - in East Germany in 1953, Poland and Hungary in 1956, Czechoslovakia in 1968, and Poland in the early 1980 ""s - gradually eroded foreign radicals"" loyalty to the USSR.', 'Successive uprisings against Soviet-backed regimes - in East Germany in 1953, Poland and Hungary in 1956, Czechoslovakia in 1968, and Poland in the early 1980 ""s - increasingly eroded foreign radicals"" loyalty to the USSR.', 'Successive uprisings against Soviet-backed regimes - in East Germany in 1953, Poland and Hungary in 1956, Czechoslovakia in 1968, and Poland in the early 1980 ""s - increasingly eroded foreign radicals"" loyalty to the USSR.']" -5,"[""Miyazawa's"", 'recent', 'calls', 'for', 'a', 'period', 'of', 'renewed', 'economic', 'growth', 'in', 'Japan', 'and', 'for', 'a', 'cut', 'in', 'Japanese', 'interest', 'rates', '(implying', 'a', 'weakening', 'of', 'the', 'yen', 'and', 'a', 'growth', 'in', 'the', 'trade', 'surplus)', 'were', 'also', 'received', 'with', 'concern', 'in', 'the', 'USA.']","[11, 12]",0,japan,Miyazawa's recent calls for a period of renewed economic growth in Japan and for a cut in Japanese interest rates (implying a weakening of the yen and a growth in the trade surplus) were also received with concern in the USA.,"[""Miyazawa's recent calls for a period of renewed growth in Japan and a reduction in Japanese interest rates (implying a weakening yen and an increase in the trade surplus) have also been met with concern in the US."", ""Miyazawa's recent calls for a period of renewed economic growth in Japan and a reduction in Japanese interest rates (implying a weakening yen and growth in the trade surplus) have also been met with concern in the US."", ""Miyazawa's recent call for a period of renewed economic growth in Japan, for a reduction in Japanese interest rates (implying a weakening yen and widening of the trade surplus), has also been received with concern in the US."", ""Miyazawa's recent calls in the US for a period of renewed economic growth in Japan and a reduction in Japanese interest rates (implying a weakening yen and a rise in the trade surplus) were also noted with concern."", ""Miyazawa's recent calls for a period of renewed economic growth in Japan and a reduction in Japanese interest rates (which would imply a decline in the yen itself and a rise in the trade surplus) have also been met with concern in the US.""]" -6,"['The', 'rebels', 'also', 'reportedly', 'received', 'logistical', 'support', 'from', 'the', 'United', 'States', 'Central', 'Intelligence', 'Agency', '(CIA)', 'and', 'its', 'Pakistani', 'counterpart,', 'the', 'Inter', 'Services', 'Intelligence', '(ISI).']","[9, 11]",0,united states,"The rebels also reportedly received logistical support from the United States Central Intelligence Agency (CIA) and its Pakistani counterpart, the Inter Services Intelligence (ISI).","['The rebels also reportedly received logistical support from the CIA and its Pakistani counterpart, the Inter Services Intelligence (ISI).', 'The rebels also reportedly received logistical support from the US CIA and its Pakistani counterpart, InterServices Intelligence (ISI).', 'The rebels have reportedly received logistical support from the CIA and its Pakistani counterpart, the Inter Services Intelligence (ISI).', 'The rebels are also said to have received logistical support from the CIA and its Pakistani counterpart Inter Intelligence (ISI).', 'The rebels are also said to have received logistical support from the CIA and its Pakistani counterpart, the Inter Services Intelligence (ISI).']" -7,"['The', 'whole', 'of', 'Great', 'Britain', ',', 'so', 'Northern,', 'Northern', 'Ireland', 'as', 'well.']","[3, 5]",0,great britain,"The whole of Great Britain, so Northern, Northern Ireland as well.","['All of Great Britain, including Northern Ireland.', 'All of Great Britain, Northern Ireland, including Northern Ireland.', 'All of Great Britain, including Northern Ireland.', 'All of Great Britain, Northern Ireland, including Northern Ireland.', 'All of Great Britain, Northern Ireland, including Northern Ireland.']" -8,"['The', 'race', 'is', 'now', 'on', 'to', 'show', 'that', 'the', 'Government', 'is', 'wrong', 'before', 'the', 'last', 'bird', 'in', 'the', 'UK', 'is', 'slaughtered.']","[18, 19]",0,uk,The race is now on to show that the Government is wrong before the last bird in the UK is slaughtered.,"['Now the race is beginning to show that the Government is wrong before the last bird is slaughtered in Britain.', 'The race now shows that the government was wrong before the last bird was slaughtered in Britain.', 'Now the race shows the Government is wrong before the last bird is slaughtered in Britain.', 'The race will now show that the Government got it wrong before the last bird is slaughtered in Britain.', 'It now transpires that the Government got it wrong before the last bird was slaughtered in Britain.']" -9,"['The', 'scale', 'of', 'Britain', ""'s"", 'overseas', 'government', 'expenditure', 'was', 'a', 'source', 'of', 'intense', 'debate', 'at', 'the', 'time,', 'and', 'has', 'remained', 'a', 'source', 'of', 'criticism', 'of', 'the', 'Attlee', ""government's"", 'policies.']","[3, 4]",0,britain,"The scale of Britain's overseas government expenditure was a source of intense debate at the time, and has remained a source of criticism of the Attlee government's policies.","['The extent of British government spending overseas was then a source of intense debate and remained a source of criticism of the policies of the Attlee government.', 'The extent of British public spending abroad was a source of intense debate at the time, and the policies of the Attlee government were still criticised.', 'The scale of British public spending abroad had sparked a fierce debate at the time and remains a cause for criticism of the policies of the Attlee government.', 'The level of British foreign spending at that time was the subject of intense debate and remained a starting point for criticism of the policies of the Attlee government.', 'The Board of Directors of the company is a member of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of Directors of the Board of Directors of Directors of the Board of Directors of Directors of the Board of Directors of Directors of the Board of Directors of Directors of the Board of Directors']" -10,"['Organisers', 'of', 'Britain', ""'s"", 'oldest', 'road', 'race,', 'the', 'annual', 'New', ""Year's"", 'Day', 'Morpeth', 'to', 'Newcastle', 'event,', 'will', 'be', 'surprised', 'to', 'discover', 'that', 'the', 'original', 'prize', 'is', 'up', 'for', 'sale', 'at', 'a', 'special', 'sporting', 'memorabilia', 'auction.']","[2, 3]",0,britain,"Organisers of Britain's oldest road race, the annual New Year's Day Morpeth to Newcastle event, will be surprised to discover that the original prize is up for sale at a special sporting memorabilia auction.","[""Organisers of Britain's oldest road race, the annual Morpeth to Newcastle New Year's Eve run, will be surprised to learn that the original prize is for sale in a special auction of sporting memorabilia."", ""Organisers of Britain's oldest road race, the annual Morpeth to Newcastle New Year's Eve race, will be surprised that the original price is being auctioned off in a special auction of sporting memorabilia."", ""Organisers of Britain's oldest road race, the annual Morpeth to Newcastle event, which takes place on New Year's Eve in Newcastle, will be surprised to see the original prize money put up for sale at a special auction of sporting memorabilia."", ""Organisers of Britain's oldest road race, the annual Morpeth to Newcastle New Year's Day Run, will be surprised to learn that the original price was auctioned off at a special auction for sporting memorabilia."", ""Organisers of Britain's Outside, this year's Morpeth to Newcastle event, will be surprised that the original prize is being auctioned off in a special auction for sporting memorabilia.""]" -11,"['Bill,', '76,', 'asked', 'Street', 'chiefs', 'to', 'investigate', 'and', 'they', 'discovered', 'that', 'episodes', 'of', 'the', 'popular', 'show', 'screened', 'in', 'Britain', 'five', 'years', 'ago', 'are', 'now', 'topping', 'the', 'ratings', 'in', 'Thailand', 'and', 'they', 'have', 'made', 'Percy', 'a', 'national', 'hero.']","[28, 29]",0,thailand,"Bill, 76, asked Street chiefs to investigate and they discovered that episodes of the popular show screened in Britain five years ago are now topping the ratings in Thailand and they have made Percy a national hero.","['Bill, 76, called for street chiefs to investigate and discovered that episodes of the popular show, which aired in the UK five years ago, have now surpassed ratings in Thailand, making Percy a national hero.', 'Bill, 76, asked those in charge of the street to investigate and they discovered that episodes of the popular show, which aired in the UK five years ago, are currently topping ratings in Thailand, making Percy a national hero.', 'Bill, 76, asked his sidekicks for an investigation and they found that episodes of the popular TV series, which aired in the UK five years ago, surpassed the ratings in Thailand and also made Percy a national hero.', 'Bill, 76, asked the Theirs for an investigation and they found that the popularity of the show, which aired in the UK five years ago, currently exceeds the ratings in Thailand, making Percy a national hero.', 'Bill, 76, asked the bosses of TV stations that specialised in street gangs to investigate, and they found that episodes of the popular show, which aired in the UK five years ago, have now surpassed ratings in Thailand, making Percy a national hero.']" -12,"['Last', 'year', 'real', 'GNP', 'grew', 'by', '8.5%,', 'and', 'inflation', 'was', 'only', '3.4%,', 'lower', 'than', 'anywhere', 'in', 'Asia', 'except', 'Japan', 'and', 'Malaysia.']","[18, 19]",0,japan,"Last year real GNP grew by 8.5%, and inflation was only 3.4%, lower than anywhere in Asia except Japan and Malaysia.","['Real GDP grew by 8.5% last year, and inflation was just 3.4%, lower than anywhere else in Asia except Japan and Malaysia.', 'Real GDP grew by 8.5% last year, and inflation was just 3.4%, lower than anywhere else in Asia except Japan and Malaysia.', 'Last year, real GDP grew by 8.5% and inflation was just 3.4%, less than any other Asian country except Japan and Malaysia.', 'Last year, real GDP grew by 8.5%, and inflation was just 3.4%, higher than in any other Asian country except Japan and Malaysia.', 'Last year, GDP grew by 8.5% and inflation was just 3.4%, lower than in any other Asian country except Japan and Malaysia.']" -13,"['On', 'April', '7', 'the', 'government', 'disclosed', 'information', 'about', 'one', 'of', 'China', ""'s"", 'best-known', 'political', 'prisoners,', 'Wei', 'Jingsheng.']","[10, 11]",0,china,"On April 7 the government disclosed information about one of China's best-known political prisoners, Wei Jingsheng.","[""On April 7, the government released information about one of China's best-known political prisoners, Wei Jingsheng."", ""On April 7, the government revealed information about one of China's best-known political prisoners, Wei Jingsheng."", ""On April 7, the government released information about one of China's most famous political prisoners, Wei Jingsheng."", ""On April 7, information about one of China's best-known political prisoners, Wei Jingsheng, became public."", ""On April 7, the government released information about one of China's most famous political prisoners, Wei Jingsheng, who is at the University of Hong Kong.""]" -14,"['Finally,', 'some', 'part', 'of', 'the', 'fall', 'in', 'the', 'output-capital', 'ratio', 'in', 'the', 'United', 'States', 'after', '1966', 'must', 'have', 'reflected', 'the', 'decreasing', 'capacity', 'utilization.']","[12, 14]",0,united states,"Finally, some part of the fall in the output-capital ratio in the United States after 1966 must have reflected the decreasing capacity utilization.","['Finally, the decline in production and capital ratios in the United States after 1966 must be partly attributable to declining capacity utilization.', 'Finally, part of the decline in production and capital ratios in the United States after 1966 must be attributable to declining capacity utilization.', 'Finally, the decline in production and capital ratios in the United States after 1966 must be partly attributable to declining capacity utilization.', 'Finally, part of the decline in the productive capital ratio in the United States after 1966 may be due to declining capacity utilization.', 'Finally, part of the decline in the productive capital ratio in the United States after 1966 must be attributable to declining capacity utilization.']" -15,"['The', 'exhibition', 'will', 'include', 'various', 'technologies', 'on', 'which', 'Fujitsu', 'and', 'the', 'Singapore', 'government', 'have', 'been', 'working', 'as', 'part', 'of', 'the', 'IT2000', 'plan,', ""Singapore's"", 'comprehensive', 'computing', 'plan', 'for', 'the', 'twenty-first', 'century,', 'which', 'include', 'south-east', ""Asia's"", 'first', 'B-ISDN', 'service.']","[11, 12]",0,singapore,"The exhibition will include various technologies on which Fujitsu and the Singapore government have been working as part of the IT2000 plan, Singapore's comprehensive computing plan for the twenty-first century, which include south-east Asia's first B-ISDN service.","[""The exhibition includes various technologies that Fujitsu and the Singapore government have been working on as part of the IT2000 Plan, Singapore's comprehensive computer program for the 21st century, including the first B-ISDN service in Southeast Asia."", ""The exhibition includes various technologies that Fujitsu and the Singapore government have collaborated with as part of the IT2000 Plan, Singapore's comprehensive 21st century computer plan, including the first B-ISDN service in Southeast Asia."", ""The exhibition will showcase various technologies that Fujitsu and the Singapore government have been working on as part of the IT2000 Plan, Singapore's comprehensive accounting plan for the 21st century, which includes Southeast Asia's first B-ISDN service."", ""The exhibition includes various technologies that Fujitsu and the Singapore government have been working on as part of the IT2000 Plan, Singapore's comprehensive computing plan for the 21st century, including the first B-ISDN service in Southeast Asia."", ""The exhibition covers various technologies that Fujitsu and the Singapore government are already working on as part of IT2000, Singapore's comprehensive computer plan for the 21st century, including Southeast Asia's independent B-ISDN service database.""]" -16,"['For', 'example', 'well', 'I', ""don'"", 'know', 'which', 'Swatch', 'really', 'but', 'on', 'Omega', 'up', 'for', 'example', 'there', 'are', 'Omega', 'watches', 'in', 'Belgium', 'which', 'you', ""can't"", 'buy', 'in', 'Switzerland']","[26, 27]",0,switzerland,For example well I don' know which Swatch really but on Omega up for example there are Omega watches in Belgium which you can't buy in Switzerland,"['For example, I do not know which Swatch really is, but on top of Omega there are, for example, Omega watches in Belgium that you cannot buy in Switzerland.', ""For example, I don't know which Swatch really is, but on top of Omega, for example, there are Omega watches in Belgium that you can't buy in Switzerland."", ""For example, I don't know which Swatch is really available, but on top of Omega there are Omega watches in Belgium that you can't buy in Switzerland."", 'So I do not know which Swatch really, but on top of Omega there are for example Omega watches in Belgium, which do not exist in Switzerland', ""Well, I know, for example, what Swatch really is, but in Belgium, for example, there are omega watches about omega that you can't buy in Switzerland.""]" -17,"['Bush', 'accepted', 'an', 'invitation', 'from', 'Kaifu', 'to', 'visit', 'Japan', 'in', 'late', 'November', '1991.']","[8, 9]",0,japan,Bush accepted an invitation from Kaifu to visit Japan in late November 1991.,"[""Bush accepted Kaifu's invitation to Japan in late November 1991."", 'Bush accepted an invitation from Kaifu to Japan at the end of November 1991.', ""Bush accepted Kaifu's invitation to visit Japan in late November 1991."", ""Bush accepted Kaifun's invitation to Japan at the end of November 1991."", 'Bush accepted an invitation to visit Japan in late November 1991.']" -18,"['Switzerland', 'already', 'has', 'a', 'two-year-old', 'automated', 'futures', 'and', 'options', 'exchange', 'for', 'blue-chip', 'stocks', 'called', 'SOFFEX.']","[0, 1]",0,switzerland,Switzerland already has a two-year-old automated futures and options exchange for blue-chip stocks called SOFFEX.,"['In Switzerland, there is already a two-year-old automated futures and options exchange for blue-chip shares, the SOFFEX.', 'In Switzerland, there is already a two-year-old automatic futures and options market for blue-chip shares called SOFFEX.', 'In Switzerland, there is already a two-year-old automatic futures and options exchange on blue-chip shares called SOFFEX.', 'In Switzerland, there is already an automatic forward and option drive for blue-chip shares, SOFFEX, which was founded in two years.', 'In Switzerland, there is already automated futures and options trading on BlueChip shares in the past.']" -19,"['There', 'are', '14', 'million', 'remote', 'control', 'televisions', 'in', 'Britain', '.']","[8, 9]",0,britain,There are 14 million remote control televisions in Britain.,"['There are 14 million remote-controlled televisions in the UK.', 'There are 14 million remote-controlled televisions in the UK.', 'There are 14 million remote-controlled televisions in the UK.', 'There are 14 million TVs in the UK with remote controls.', 'There are 14 million TVs in the UK with remote controls.']" -20,"['Some', 'difficulty', 'was', 'caused', 'in', 'relations', 'with', 'the', 'USA', 'in', 'February', '1990', 'when', 'Bush', 'intervened', '(in', 'a', 'letter', 'to', 'Suharto)', 'over', 'a', 'commercial', 'competition', 'between', 'the', 'US', 'AT&T', 'company', 'and', ""Japan's"", 'NEC', 'for', 'the', 'contract', 'to', 'modernize', 'Indonesia', ""'s"", 'telephone', 'exchange', 'system.']","[37, 38]",0,indonesia,Some difficulty was caused in relations with the USA in February 1990 when Bush intervened (in a letter to Suharto) over a commercial competition between the US AT&T company and Japan's NEC for the contract to modernize Indonesia's telephone exchange system.,"[""Relations with the US ran into trouble in February 1990 when Bush, in a letter to Suharto, intervened on the issue of commercial competition between AT & T and NEC in Japan for the contract to modernise Indonesia's telephone exchange system."", ""Some difficulties in relations with the US were caused in February 1990 by Bush's intervention (in a letter to Suharto) in a commercial contest between US-based AT & T and Japan's NEC for a contract to upgrade Indonesia's telephone system."", ""Relations with the US were arguably a little difficult when Bush intervened (in a letter to Suharto) in February 1990 over a business dispute between America's AT & T and Japan's NEC over a contract to modernize Indonesia's telephone system."", ""Relations with the US became unexpectedly strained in February 1990, when Bush, in a letter to Suharto, intervened in a power struggle between US AT & T and Japan's NEC over a contract to modernize the Indonesian switchgear."", ""Bush caused some difficulties in relations with the United States in February 1990 when he intervened (in a letter to Suharto) over a competition between US-based AT & T and Japan's NEC for a contract to upgrade the Indonesian switchgear.""]" -21,"['While', 'around', 'him', 'the', 'motorcycle', 'industry', 'crumbled,', ""Garside's"", 'technology', 'gave', 'Norton', 'a', 'small', 'but', 'profitable', 'business', 'producing', 'rotaries', 'for', 'unmanned', 'aeroplanes', '(`', 'drones', '""),', 'largely', 'for', 'the', 'US', 'Defense', 'Department.']","[27, 28]",0,us,"While around him the motorcycle industry crumbled, Garside's technology gave Norton a small but profitable business producing rotaries for unmanned aeroplanes (drones""), largely for the US Defense Department.","[""While the motorcycle industry crumbled around him, Garside's technology provided Norton with a small but profitable business, mainly producing spins for unmanned aerial vehicles (drones) for the US Department of Defense."", 'While the motorcycle industry was collapsing around him, Garside Nordbords technology was making a small but profitable business: he was producing gyroscopes for unmanned aerial vehicles (drones), mainly for the US Department of Defense.', ""Around him, the motorcycle industry crumbled, and Garside's technology made Norton a small but profitable company, producing the hubs for unmanned aerial vehicles (drones) mainly for the US Department of Defense."", ""As the motorcycle conglomerate around him collapsed, Garside's technology helped create a small but profitable business that produced towers for unmanned aerial vehicles (drones), mainly for the US Department of Defense."", 'While the motorcycle industry crumbled around him, Garside established his technology in Norton in a small but lucrative business that made hubs for unmanned aerial vehicles (drones), largely for the US Department of Defense.']" -22,"['Inspired', 'by', 'the', 'coral', 'coasts', 'of', 'Papua', 'New', 'Guinea', '(where', 'Liz', 'lived', 'and', 'worked', 'for', 'nine', 'years),', 'this', 'aquarium', 'on', 'silk', 'is', 'made', 'by', 'using', 'a', 'rubber-based', 'glue', 'called', 'gutta', 'in', 'the', 'same', 'way', 'that', 'wax', 'is', 'used', 'in', 'the', 'batik', 'process.']","[6, 9]",0,papua new guinea,"Inspired by the coral coasts of Papua New Guinea (where Liz lived and worked for nine years), this aquarium on silk is made by using a rubber-based glue called gutta in the same way that wax is used in the batik process.","['Inspired by the coral coast of Papua New Guinea (where Liz has lived and worked for nine years), this aquarium on silk consists of a rubber glue called Gutta, just as wax is used for the batik process.', 'Inspired by the coral coasts of Papua New Guinea (where Liz has lived and worked for nine years), this aquarium is made on silk with a rubber glue called Gutta, just as wax is used for the batik method.', 'Inspired by the coral coasts of Papua New Guinea (where Liz lived and worked for nine years), this aquarium can be created on silk with the rubber glue Gutta, similar to the batik process with wax.', 'Inspired by the coral coasts of Papua New Guinea (where Liz lived and worked for nine years), this silk aquarium consists of a rubber glue called Gutta, which is also used for batik wax.', 'Inspired by the coral beaches of Papua New Guinea (where she has lived and worked for nine years), this silk aquarium consists of a gutta paste (called gutta), which uses wax as for the batik process.']" -23,"['In', '1983', 'John', 'Watts,', 'then', 'an', 'up\xadand-coming', 'warbird', 'pilot,', 'flew', 'the', 'aircraft', 'at', 'that', ""year's"", 'Biggin', 'Hill', 'Air', 'Fair,', 'and', 'later', 'took', 'the', 'aircraft', 'out', 'to', 'a', 'display', 'in', 'Belgium', '.']","[29, 30]",0,belgium,"In 1983 John Watts, then an upÂand-coming warbird pilot, flew the aircraft at that year's Biggin Hill Air Fair, and later took the aircraft out to a display in Belgium.","['In 1983, then junior pilot John Watts flew the plane at what was then Biggin Hill Airshow and later took it to an exhibition in Belgium.', 'In 1983, John Watts, then an aspiring Warbird pilot, flew the plane at the Biggin Hill Air Show and later took it to a demonstration in Belgium.', 'In 1983, the then aspiring Warbird pilot John Watts flew the aircraft at the Biggin Hill Airshow in London and later took it to an air show in Belgium.', ""Brian Watts, then an aspiring Warbird pilot, flew the plane at this year's Biggin Hill Airshow in 1983 and later took it to Belgium for a demonstration."", 'In 1983, the then junior pilot John Watts flew the aircraft at the Biggin Hill Air Show and later received it at an exhibition in Belgium.']" -24,"['Czechoslovakian', 'ecologists', 'are', 'launching', 'a', 'campaign', 'to', 'prevent', 'large', 'areas', 'of', 'national', 'park', 'land', 'in', 'Slovakia', ""'s"", 'Tatra', 'mountains', 'from', 'being', 'developed', 'by', 'an', 'American', 'company', 'as', 'a', 'sports', 'and', 'tourism', 'complex.']","[15, 16]",0,slovakia,Czechoslovakian ecologists are launching a campaign to prevent large areas of national park land in Slovakia's Tatra mountains from being developed by an American company as a sports and tourism complex.,"['Czechoslovak ecologists are launching a campaign to prevent large parts of the territory of the National Park in the Slovak Tatras from being developed by an American company as a sports and tourism complex.', 'Czechoslovak ecologists have launched a campaign to prevent large parts of the Tatra National Park from being developed by an American company as a sports and tourism complex.', 'Czechoslovak ecologists are launching a campaign to prevent the area around the national park in the Slovak Tatras from being turned into a sports and tourism complex by an American company.', 'Czechoslovak conservationists are launching a campaign to prevent large parts of the national park land in the Slovak Tatras from being developed by an American company as a sports and tourism complex.', 'Czechoslovak environmentalists are launching a campaign to prevent large parts of the national park in the Slovak Tatras from being turned into a sports and tourism complex by an American company.']" -25,"['The', 'Ford', 'Foundation', 'was', 'interested', 'in', 'a', 'specific', 'agenda', 'in', 'funding', 'philanthropically', 'inclined', 'research', 'into', 'urban', 'crisis', 'in', 'the', 'USA', 'in', 'the', 'late', '1950s', 'and', 'early', '1960s.']","[19, 20]",0,usa,The Ford Foundation was interested in a specific agenda in funding philanthropically inclined research into urban crisis in the USA in the late 1950s and early 1960s.,"['The Ford Foundation was interested in a specific agenda to promote philanthropic research on the urban crisis in the United States in the late 1950 ""s and early 1960"" s.', 'The Ford Foundation was interested in a specific agenda to promote philanthropic research on urban crises in the US in the late 1950 ""s and early 1960"" s.', 'The Ford Foundation was interested in a specific agenda for funding philanthropic research into urban crises in the US in the late 1950 ""s and early 1960"" s.', 'The Ford Foundation wanted a specific agenda for philanthropic research on the urban crisis in the United States of the late 1950s and early 1960s.', 'The Ford Foundation was interested in a specific agenda for funding philanthropic research into the urban crisis in the United States in the late last century / early 1960s.']" -26,"['Moon', 'is', 'sceptical', 'of', ""Tribout's"", 'claims', 'for', 'Just', 'Do', 'It', 'at', 'Smith', 'Rock', 'in', 'America', '.']","[14, 15]",0,america,Moon is sceptical of Tribout's claims for Just Do It at Smith Rock in America.,"['Moon is skeptical of Trump\'s calls for ""Just Do It in America\'s Smith Rock.""', 'Moon is skeptical of Tribute\'s ""Just Do It at Smith Rock in America"" appeal.', 'Moon is skeptical of Tribute\'s call for ""Just Do It"" on American rock.', 'Moon is skeptical of Tribute\'s ""Just Do It"" at Smith Rock in America.', ""Moon is skeptical of Tributh's claim to make it easy at Smith Rock in America.""]" -27,"['The', 'radiation', 'doses', 'received', 'by', 'classified', 'workers', 'in', 'the', 'UK', 'for', '1986', 'are', 'analysed', 'in', 'Central', 'index', 'of', 'dose', 'information,', 'published', 'by', 'the', 'National', 'Radiological', 'Protection', 'Board', 'and', 'the', 'Health', 'and', 'Safety', 'Executive.']","[9, 10]",0,uk,"The radiation doses received by classified workers in the UK for 1986 are analysed in Central index of dose information, published by the National Radiological Protection Board and the Health and Safety Executive.","['Radiation doses received by UK workers for 1986 are classified in the Dosage Information Central Index published by the National Radiation Protection Authority and the Health and Safety Authority.', 'The radiation dose received by workers in Britain in 1986 was analyzed in a central dose index published by the National Radiation Safety Board and the Health and Safety Executive.', 'Published by the British Radiological Protection Board and the Health and Safety Executive, measurements of radiation dose received by classified workers in the UK in 1986 are analyzed in a central dose index.', 'The radiation dosages of British imprisoned workers for 1986 are examined in a dosage information index published by the National Radiation Protection Council and the UK Health and Safety Authority.', 'The actual dosages of radiation registered with British workers in 1986 are analysed in the Dosage Information Index published by the National Council for Radiation Protection and the Health Authority.']" -28,"['He', 'knew,', 'and', 'he', 'tried', 'to', 'get', 'out', 'of', 'Poland', '.', '""']","[9, 10]",0,poland,"He knew, and he tried to get out of Poland.""","['He knew and tried to leave Poland. ""', 'He knew that and tried to leave Poland. ""', 'He knew and tried to leave Poland. ""', 'He knew and tried to leave Poland. ""', 'He knew that and tried to flee. ""']" -29,"['El', 'Salvador', 'has', 'no', 'history', 'of', 'an', 'organized', 'feminist', 'movement.']","[0, 2]",0,el salvador,El Salvador has no history of an organized feminist movement.,"['El Salvador has no history of an organized feminist movement.', 'El Salvador has no history of an organized feminist movement.', 'El Salvador has no history of an organized feminist movement.', 'El Salvador has no history of an organized feminist movement.', 'El Salvador has no history of an organized feminist movement.']" -30,"['The', 'role', 'of', 'the', 'UN', 'would', 'be', 'to', 'supervise', 'elections,', 'if', 'possible', 'throughout', 'Korea', 'but', 'if', 'not', 'in', 'south', 'Korea', 'alone,', 'and', 'to', 'afford', 'some', 'measure', 'of', 'protection', 'to', 'the', 'infant', 'state', 'as', 'it', 'moved', 'to', 'independence.']","[18, 20]",0,south korea,"The role of the UN would be to supervise elections, if possible throughout Korea but if not in south Korea alone, and to afford some measure of protection to the infant state as it moved to independence.","['The role of the UN would be to supervise elections, if possible throughout the country, but if not alone in South Korea, and to provide some protection for the fledgling state on its path to independence.', 'It would be the task of the UN to supervise the elections, if possible throughout Korea, but if not only in South Korea, and to offer some protection to the fledgling state on the road to independence.', ""The UN's task is to supervise elections, if possible throughout Korea - if not only in South Korea - and to provide some protection for the fledgling state during its period of independence."", 'The UN would be tasked with monitoring the elections, if possible throughout Korea, but only in South Korea, and providing some protection for the state on its path to independence.', 'The role of the UN associations would be to monitor the elections throughout Korea as closely as possible, though not only in South Korea, and to provide some protection for the fledgling state on its path to independence.']" -31,"['By', 'the', 'sixth', 'century', 'they', 'had', 'begun', 'to', 'force', 'their', 'way', 'into', 'Gaul', '(France', 'and', 'Belgium', '),', 'and', 'there', 'they', 'eventually', 'settled.']","[15, 16]",0,belgium,"By the sixth century they had begun to force their way into Gaul (France and Belgium ), and there they eventually settled.","['In the sixth century they had begun to invade Gaul (France and Belgium) and finally settled there.', 'In the sixth century they had begun to fight their way to Gaul (France and Belgium) and finally settled there.', 'By the sixth century they had begun to make their way through Gaul (France and Belgium) and finally settled there.', 'In the sixth century they began to penetrate Gallic territory (France and Belgium), where they eventually settled.', 'In the sixth century they began to invade Gaul (France and Belgium) and eventually settled there.']" -32,"['Although', ""Hungary's"", 'trade', 'surplus', 'with', 'the', 'Soviet', 'Union', 'was', 'expected', 'to', 'total', 'more', 'than', 'US$1,000', 'million', 'by', 'the', 'end', 'of', '1990,', 'it', 'was', 'estimated', 'that', 'the', 'introduction', 'of', 'world', 'market', 'prices', 'for', 'Soviet', 'oil', 'exports', 'would', 'contribute', 'to', 'a', 'US$1,500', 'million', 'deterioration', 'in', 'Hungary', ""'s"", 'current', 'account', 'in', '1991.']","[43, 44]",0,hungary,"Although Hungary's trade surplus with the Soviet Union was expected to total more than US$1,000 million by the end of 1990, it was estimated that the introduction of world market prices for Soviet oil exports would contribute to a US$1,500 million deterioration in Hungary's current account in 1991.","[""Although Hungary's trade surplus with the Soviet Union was expected to exceed $1,000 billion by the end of 1990, it was estimated that the introduction of world market prices for Soviet oil exports in 1991 would contribute to a $1,500 million deterioration in Hungary's current account."", ""Although Hungary's trade surplus with the Soviet Union was expected to exceed $1,000 million by the end of 1990, it was estimated that the introduction of world market prices for Soviet oil exports in 1991 would contribute to a $1,500 million deterioration in Hungary's current account."", ""Although Hungary's trade surplus with the Soviet Union was expected to exceed $1,000 billion by the end of 1990, the introduction of the world price of Soviet oil exports in 1991 would have contributed to a $1,500 million deterioration in Hungary's current account."", ""Although Hungary's trade surplus with the Soviet Union was expected to exceed $1,000 million by the end of 1990, it was estimated that the introduction of world market prices for Soviet oil exports in 1991 would contribute to a $1,500 million deterioration in Hungary's current account."", ""Although Hungary's trade surplus with the Soviet Union was expected to exceed $1,000 million by the end of 1990, it was estimated that the introduction of a world price for Soviet oil exports in 1991 would contribute to a deterioration of Hungary's current account to $1,500 million.""]" -33,"['This', 'project', 'will', 'analyse', 'a', 'hitherto', 'unavailable', 'data', 'source', 'on', 'new', 'entry', 'and', 'exit', 'in', 'all', 'UK', 'manufacturing', 'industries', 'for', 'the', 'period', '1973-1981.']","[16, 17]",0,uk,This project will analyse a hitherto unavailable data source on new entry and exit in all UK manufacturing industries for the period 1973-1981.,"['This project analyses a previously unavailable data source on new entries and departures in all UK manufacturing sectors for the period 1973-1981.', 'This project will examine a previously inaccessible source of data on new entries and departures in all UK manufacturing industries for the period 1973-1981.', 'This project will analyse, over the period 1973-1981, a previously inaccessible source of data on new imports and exports to the various UK manufacturing sectors.', 'The project examines a previously inaccessible source of data on new inputs and outputs in all UK manufacturing sectors between 1973 and 1981.', 'This project analyses a previously unavailable data source on start-ups and relocations in all UK manufacturing sectors for the period 1973-1981.']" -34,"['The', 'Record', 'Industry', 'of', ""America's"", 'figures', 'show', 'that', 'CD-A', 'disc', 'sales', 'in', 'the', 'United', 'States', 'have', 'remorselessly', 'overhauled', 'and', 'eroded', 'sales', 'of', 'vinyl', 'recordings', 'and', 'are', 'rapidly', 'catching', 'the', 'booming', 'cassette', 'market.']","[13, 15]",0,united states,The Record Industry of America's figures show that CD-A disc sales in the United States have remorselessly overhauled and eroded sales of vinyl recordings and are rapidly catching the booming cassette market.,"['Record Industry of America figures show that CD-A sales in the United States have mercilessly overtaken and eroded record sales and are rapidly catching up with the booming cassette market.', 'Record Industry of America figures show that CD-A record sales in the US have mercilessly overtaken and hollowed out the record business and quickly absorbed the booming cassette market.', 'Figures from the American record industry show that CD-A record sales in the United States have ruthlessly overtaken and undermined record sales and are rapidly absorbing the booming cassette market.', 'Record Industry of America figures show that CD-A releases in the United States have ruthlessly overtaken and undermined soaring record sales and captured the booming cassette market at breathtaking speed.', 'Record Industry of America figures show that CD-A record sales in the United States have mercilessly hampered and absorbed record sales, and wonder why people are not recording records themselves and how quickly they are advancing in the booming cassette market.']" -35,"['According', 'to', 'the', 'Hong', 'Kong', 'magazine', 'Liaowang,', 'the', 'Chinese', 'position', 'reflected', 'orders', 'from', 'Deng', 'Xiaoping,', 'China', ""'s"", '""', 'elder', 'statesman', '""', 'leader.']","[15, 16]",0,china,"According to the Hong Kong magazine Liaowang, the Chinese position reflected orders from Deng Xiaoping, China's"" elder statesman"" leader.","['According to Hong Kong magazine Liaowang, the Chinese position reflects the views of Deng Xiaoping, the ""elder statesman,"" China\'s leader.', ""According to Hong Kong magazine Liaowang, the Chinese stance reflected the instructions of Deng Xiaoping, China's elder statesman."", ""According to Hong Kong magazine Liaowang, the Chinese position reflected the orders of Deng Xiaoping, China's elder statesman."", ""According to Hong Kong's Liaowang magazine, the Chinese position reflects the instructions of Deng Xiaoping, the elder statesman's party leader."", 'As the Hong Kong magazine Liaowang has now reported, the Chinese position gave instructions from Deng Xiaoping, the leader of China\'s ""elder statesmen.""']" -36,"['The', 'long-term', 'results', 'of', 'this', 'eruption', 'were', 'profound:', 'it', 'proved', 'to', 'be', 'Iceland', ""'s"", 'worst', 'ever', 'disaster.']","[12, 13]",0,iceland,The long-term results of this eruption were profound: it proved to be Iceland's worst ever disaster.,"[""The long-term consequences of this outbreak were profound: it turned out to be Iceland's worst disaster ever."", ""The long-term consequences of this outbreak were severe: it turned out to be Iceland's worst disaster ever."", ""The long-term consequences of this outbreak were profound: it turned out to be Iceland's worst disaster ever."", ""The long-term consequences of this outbreak were profound: it was Iceland's worst disaster to date."", ""The long-term consequences of this outbreak were far-reaching: it turned out to be Iceland's worst disaster ever.""]" -37,"['In', 'most', 'countries,', 'the', 'governmental', 'and', 'political', 'concern', 'with', 'the', 'environment', 'has', 'come', 'somewhat', 'later', 'than', 'that', 'of', 'scientists', 'or', 'concerned', 'lay', 'people:', 'the', 'early', 'development', 'of', 'the', 'Green', 'Party', 'in', 'the', 'Federal', 'Republic', 'of', 'Germany', 'is', 'something', 'of', 'an', 'exception.']","[32, 36]",0,federal republic of germany,"In most countries, the governmental and political concern with the environment has come somewhat later than that of scientists or concerned lay people: the early development of the Green Party in the Federal Republic of Germany is something of an exception.","['In most countries, government and political engagement with the environment comes somewhat later than that of scientists or concerned laymen: the early development of the Greens in Germany is something of an exception.', 'In most countries, government and political engagement with the environment comes somewhat later than that of scientists or concerned laymen: the early development of the Greens in Germany is an exception.', 'In most countries, state and political environmental protection has occurred somewhat later than that of scientists or concerned laymen: the early emergence of the Greens in the Federal Republic is an exception.', 'In most countries, government and political environmental efforts come somewhat later than those of scientists or concerned laymen; the early emergence of the Greens in the Federal Republic is rather the exception.', 'In most Länder, state and political environmental concerns come somewhat later than those of scientists or concerned laymen: the early Greens believed that they were an exception in the Federal Republic.']" -38,"['Gluten', 'is', 'deficient', 'in', 'many', 'high', 'yielding', 'varieties', 'of', 'wheat', 'used', 'in', 'Britain,', 'local', 'flour', 'being', 'fortified', 'by', 'the', 'addition', 'of', 'high', 'gluten', 'varieties', 'imported', 'from', 'North', 'America', '.']","[26, 28]",0,north america,"Gluten is deficient in many high yielding varieties of wheat used in Britain, local flour being fortified by the addition of high gluten varieties imported from North America.","['Many high-yielding wheat varieties used in the UK lack gluten, as local wheat varieties are enhanced by the addition of gluten diversity imported from North America.', 'Many high-yielding wheat varieties used in the UK lack gluten, and local flour is reinforced by the addition of gluten varieties imported from North America.', 'Gluten soapstone contains many high-yielding wheat varieties used in the UK, with local flour enriched by the addition of gluten specialities from North America.', 'Many high-yielding wheat varieties in the UK are gluten-deficient, with local flour reinforced by the addition of high-quality tin wheat from North America.', 'Many high-yielding wheat varieties used in the UK lack gluten, with local flour reinforced by the addition of gluten-rich varieties from North America.']" -39,['PHILIPPINES'],"[0, 1]",0,philippines,PHILIPPINES,"['PHILIPPINES', 'PHILIPPINES', 'PHILIPPINES', 'PHILIPPINES', 'Phillips']" -40,"['It', 'tells', 'the', 'stories', 'of', 'women', 'organising', 'to', 'combat', 'gender', 'violence', 'in', 'Sri', 'Lanka', ',', 'India,', 'Pakistan,', 'Malaysia,', 'Thailand,', 'Sudan,', 'Zimbabwe,', 'Mexico,', 'Bolivia,', 'Brazil,', 'Chile', 'and', 'the', 'USA.']","[12, 14]",0,sri lanka,"It tells the stories of women organising to combat gender violence in Sri Lanka, India, Pakistan, Malaysia, Thailand, Sudan, Zimbabwe, Mexico, Bolivia, Brazil, Chile and the USA.","['She tells of women organizing to fight gender-based violence in Sri Lanka, India, Pakistan, Malaysia, Thailand, Sudan, Zimbabwe, Mexico, Bolivia, Brazil, Chile and the USA.', 'She tells of women organizing against gender-based violence in Sri Lanka, India, Pakistan, Malaysia, Thailand, Sudan, Zimbabwe, Mexico, Bolivia, Brazil, Chile and the USA.', 'It tells the stories of women organizing to fight gender-based violence in Sri Lanka, India, Pakistan, Malaysia, Thailand, Sudan, Zimbabwe, Mexico, Bolivia, Brazil, Chile and the USA.', 'It tells the story of women who organize in Sri Lanka, India, Pakistan, Malaysia, Thailand, Sudan, Zimbabwe, Mexico, Bolivia, Brazil, Chile and the USA to fight violence between their sexes.', 'She tells of women organizing against gender-based violence in Sri Lanka, India, Pakistan, Malaysia, Thailand, Sudan, Zimbabwe, Mexico, Bolivia, Brazil, Chile and the USA.']" -41,"['There', 'are', 'two', 'Guide', 'Associations', 'in', 'Luxembourg', '-', 'the', 'Association', 'des', 'Girl', 'Guides', 'Luxembourgeoises', 'and', 'the', 'Letzeburger', 'Guiden', '(Catholic', 'Girl', 'Guides).']","[6, 7]",0,luxembourg,There are two Guide Associations in Luxembourg - the Association des Girl Guides Luxembourgeoises and the Letzeburger Guiden (Catholic Girl Guides).,"['There are two tourist guide associations in Luxembourg - the Association des Girl Guides Luxembourgeoises and the Letzeburger Guides.', 'There are two leading associations in Luxembourg - the Luxembourg Association of Girl Guides and the Letzeburger Guiden.', 'There are two hiking clubs in Luxembourg - the Association des Girl Guides Luxembourgeoises and the Letzeburger Guiden.', 'There are two tourist guide associations in Luxembourg - the Luxembourg Association of Women Guides and the Lateburg Guides.', 'There are 2 guides clubs in Luxembourg - the Association des girls guides Luxembourgeoises and the last guides (catholic guides).']" -42,"['One', 'normally', 'thinks', 'in', 'terms', 'of', 'the', '3', 'year', 'rule', 'as', 'applying', 'to', 'a', 'person', 'who', 'emigrates', 'from', 'the', 'United', 'Kingdom', 'whilst', 'one', 'considers', 'that', 'the', '17', 'year', 'rule', 'is', 'applicable', 'to', 'someone', 'who', 'becomes', 'resident', 'in', 'the', 'United', 'Kingdom', 'whilst', 'retaining', 'his', 'overseas', 'domicile', 'under', 'general', 'principles.']","[19, 21]",0,united kingdom,One normally thinks in terms of the 3 year rule as applying to a person who emigrates from the United Kingdom whilst one considers that the 17 year rule is applicable to someone who becomes resident in the United Kingdom whilst retaining his overseas domicile under general principles.,"['Normally, the three-year rule would apply to a person who has emigrated from the UK, and the 17-year rule would apply to someone who has been established in the UK but has generally remained resident abroad.', 'Normally, the three-year rule is thought to apply to a person who emigrates from the UK, while the 17-year rule is supposed to apply to someone who remains resident in the UK on general principles but is still resident abroad.', 'Normally, the three-year rule applies to a person who emigrates from the United Kingdom, while the 17-year rule applies to a person resident in the United Kingdom, while he or she is allowed to maintain his or her other place of residence in accordance with general principles.', 'Normally, the three-year rule is seen as those who emigrate from the UK, whereas it is assumed that 48-year-olds can apply the 17-year rule to someone who becomes a resident of the UK while keeping his residence abroad in accordance with general principles.', 'Under the three-year rule, this size is usually assumed to apply to those who emigrate from the UK, whereas the 17-year rule is assumed to apply to someone who resides in the UK while keeping his residence abroad on general principles.']" -43,"['To', 'ask', 'the', 'Secretary', 'of', 'State', 'for', 'Northern', 'Ireland', 'if', 'he', 'will', 'consider', 'extending', 'the', 'opportunity', 'for', 'general', 'practitioners', 'in', 'Northern', 'Ireland', 'to', 'manage', 'their', 'own', 'budgets', 'immediately.']","[20, 22]",0,northern ireland,To ask the Secretary of State for Northern Ireland if he will consider extending the opportunity for general practitioners in Northern Ireland to manage their own budgets immediately.,"['Ask the Secretary of State for Northern Ireland if he is considering expanding the ability of GPs in Northern Ireland to manage their own budgets without delay.', 'The question to the Secretary of State for Northern Ireland is whether he is considering extending the ability of GPs in Northern Ireland to manage their own budgets without delay.', 'to ask the Secretary of State for Northern Ireland whether he is considering extending the ability of GPs in Northern Ireland to manage their own budgets.', 'Ask the Secretary of State for Northern Ireland if he is considering expanding the ability of GPs in Northern Ireland to manage their own budgets immediately.', 'Ask the Secretary of State for Northern Ireland if he will consider allowing GPs in Northern Ireland to manage their own budgets immediately.']" -44,"['All', 'you', 'have', 'to', 'do', 'is', 'complete', 'our', 'survey', 'to', 'help', 'us,', 'Rombouts', 'Coffee', 'and', 'the', 'Hairdressing', 'Training', 'Board', 'establish', 'the', 'standard', 'of', 'customer', 'care', 'in', 'Britain', ""'s"", 'hairdressing', 'salons.']","[26, 27]",0,britain,"All you have to do is complete our survey to help us, Rombouts Coffee and the Hairdressing Training Board establish the standard of customer care in Britain's hairdressing salons.","['All you need to do is fill in our survey to help us Rombouts Coffee and the hairdressing training staff set the standard for customer service in the UK hairdressing salons.', 'All you have to do is fill in our survey to help us determine the standard of customer service in UK hair salons.', 'All you have to do is fill in our survey with questions about our support, Rombouts Coffee and the Hairdresser School, which set the standard of customer service in British hair salons.', 'All you need to do is complete our range of products, Rombouts Coffee and the Hairdresser Training Board, which help us establish the standard of customer service in British hair salons.', 'All you have to do is complete our survey so that we can establish standards of customer service in British hair salons on behalf of Rombouts Coffee and the Hairdresser Training Committee.']" -45,"['The', 'Solomon', 'Islands', 'is', 'a', 'new', 'nation-state', 'which', 'may', 'have', 'been', 'created', 'through', 'the', 'imposition', 'of', 'an', 'arbitrary', 'boundary,', 'but', 'has', 'to', 'exist', 'as', 'a', 'viable', 'institution', 'within', 'the', 'modern', 'world.']","[1, 3]",0,solomon islands,"The Solomon Islands is a new nation-state which may have been created through the imposition of an arbitrary boundary, but has to exist as a viable institution within the modern world.","['The Solomon Islands is a new nation-state, perhaps created by imposing an arbitrary border, but which must exist in the modern world as a viable institution.', 'The Solomon Islands is a new nation-state, perhaps created by the erection of an arbitrary border, but which must exist in the modern world as a viable institution.', 'The Solomon Islands is a new nation-state, perhaps created by the introduction of an arbitrary border, but which must exist in the modern world as a viable institution.', 'The Solomon Islands is a new nation-state, perhaps created by the erection of an arbitrary border, but which must exist as a viable institution in the modern world.', 'The Solomon Islands is a new nation-state that may have arbitrary boundaries, but it must exist in the modern world as a viable institution.']" -46,"['John', 'Campbell,', 'aged', '52,', 'a', 'cottar', 'at', 'Giol,', 'said', 'at', 'one', 'time', 'there', 'were', 'nine', 'tenants', 'there', 'who', 'went', 'to', 'America', 'about', '32', 'years', 'since', '[', '1860', '],', 'there', 'were', 'at', 'least', 'six', 'in', 'Grastle', 'and', 'Tockmal.']","[20, 21]",0,america,"John Campbell, aged 52, a cottar at Giol, said at one time there were nine tenants there who went to America about 32 years since [ 1860 ], there were at least six in Grastle and Tockmal.","['John Campbell, 52, a cotton spinner from Giol, said there had once been nine tenants who had moved to America about 32 years since 1860, and at least six in Grastle and Tockmal.', 'John Campbell, 52, a Cottarist from Giol, said there had once been nine tenants who had moved to America since 1860, about 32 years ago, including at least six in Grastle and Tockmal.', 'John Campbell, 52, a tree gardener in Giol, said that there were once nine tenants there who had gone to America for about 32 years since [1860]; at least six of them in Grastle and Tockmal.', 'John Campbell, 52, a nursery owner in Giol, said there have been nine tenants who have moved to America at times, about 32 years since 1860, and at least six in Grastle and Tockmal.', 'John Campbell, 52, a cotton farmer in Giol, said there were nine tenants who had moved to America about 32 years since 1860, and six in Grastle and Tockmal.']" -47,"['The', 'Dewar', 'Challenge', 'Trophy', '-', 'awarded', 'for', 'the', 'most', 'meritorious', 'performance', 'of', 'the', 'year', 'in', 'any', 'trial', 'under', 'the', 'Long-Distance', 'Trials', 'Regulations', '-', 'was', 'presented', 'to', 'Cadillac', 'that', 'year,', 'the', 'first', 'time', 'the', 'trophy', 'had', 'been', 'won', 'by', 'a', 'US', 'car', 'maker.']","[39, 40]",0,us,"The Dewar Challenge Trophy - awarded for the most meritorious performance of the year in any trial under the Long-Distance Trials Regulations - was presented to Cadillac that year, the first time the trophy had been won by a US car maker.","['The Dewar Challenge Trophy - awarded for the most meritorious performance of the year under the Long Distance Trials Rules - went to Cadillac this year, the first time the trophy has been won by a U.S. automaker.', 'The Dewar Challenge Trophy - awarded for the most meritorious performance of the year in a trial under the rules of endurance triathlon - was awarded to Cadillac for the first time this year by a US automaker.', 'The Dewar Challenge Trophy - awarded for the most meritorious performance in a race under endurance rules - went to Cadillac for the first time this year, when the trophy was awarded to a US automaker.', 'The Dewar Challenge Trophy - awarded for the most meritorious performance in a test under the Long Distance Trial Rules of the Year - went to a US automaker for the first time that year, when Cadillac won.', 'The Potemkin Challenge Trophy - awarded this year to Cádillac for his well-deserved performance in a test under the Regulations for Long Distance Trials - went to Cádillac this year, the first time the trophy has been won by a US car manufacturer.']" -48,"['The', 'Energy', 'Intensive', 'Users', 'Group', '(EIUG)', 'has', 'claimed', 'on', 'their', 'behalf', 'that', 'on', 'such', 'volumes,', 'UK', 'prices', 'were', 'raised', 'prior', 'to', 'privatisation', 'above', 'the', 'levels', 'enjoyed', 'by', 'overseas', 'competitors.']","[15, 16]",0,uk,"The Energy Intensive Users Group (EIUG) has claimed on their behalf that on such volumes, UK prices were raised prior to privatisation above the levels enjoyed by overseas competitors.","['The Energy Intensive Users Group (EIUG) claimed on its behalf that UK prices in this area had risen above the levels enjoyed by foreign competitors prior to privatisation.', 'The Energy Intensive Users Group (EIUG) claimed on its behalf that prices for these volumes had risen above the level of foreign competitors prior to privatisation in the UK.', 'The Energy Intensive Users Group (EIUG) claimed on its behalf that prices in the UK for these volumes were higher than those of foreign competitors before privatisation.', 'The Energy Intensive Users Group (EIUG) claimed that UK prices before privatisation were higher than those of foreign competitors, given these volumes.', 'The EIUG, a group of heavy consumers, claimed that prices in the UK for such quantities were higher than those of foreign competitors before privatisation.']" -49,"['The', ""group's"", 'UK', 'bankers', 'have', 'agreed', 'to', 'extend', 'its', 'loan', 'facilities', 'for', 'another', 'year', 'until', 'June', '1993.']","[2, 3]",0,uk,The group's UK bankers have agreed to extend its loan facilities for another year until June 1993.,"[""The Group's British bankers have agreed to extend the credit facility for a further year until June 1993."", ""The Group's British bankers have decided to extend their credit facilities by one year until June 1993."", ""The group's British bankers have agreed to extend their credit line for another year until June 1993."", ""British bankers have agreed to extend the Group's credit facilities for a further year until June 1993."", 'The British bankers have decided to extend the credit facility for a further year until June 1993.']" -50,"['In', 'the', 'post-Stalin', 'years,', 'the', 'Soviet', 'ambassador', 'has', 'remained', 'a', 'figure', 'of', 'enormous', 'importance', '(hence', 'the', 'key', 'roles', 'assumed', 'by', 'Andropov', 'in', 'Hungary', 'and', 'Chervonenko', 'in', 'Prague', 'in', 'the', 'respective', 'crises', 'of', '1956', 'and', '1968).']","[22, 23]",0,hungary,"In the post-Stalin years, the Soviet ambassador has remained a figure of enormous importance (hence the key roles assumed by Andropov in Hungary and Chervonenko in Prague in the respective crises of 1956 and 1968).","['In the years after Stalin, the Soviet ambassador remained a figure of enormous importance (hence the key roles held by Andropov in Hungary and Chervonenko in Prague in the 1956 and 1968 crises).', 'In the years after Stalin, the Soviet ambassador remained a figure of immense importance (hence the key roles played by Andropov in Hungary and Chervonenko in Prague in the 1956 and 1968 crises).', 'In the post-Stalinist years, the Soviet ambassador remained a figure of enormous importance (hence the key roles played by Andropov in Hungary and Chervinenko in Prague in the respective crises of 1956 and 1968).', 'The Soviet ambassador remained of enormous importance in the years after Stalin (hence the key roles played by Andropov in Hungary and Chervonenko in Prague during the respective crises of 1956 and 1968).', 'In the years after Stalin, Belarus became one of the most important figures in Soviet football (hence the key roles played by Andropov in Hungary and Chervonenko in Prague in the respective crises of 1956 and 1968).']" -51,"['The', 'study', 'is', 'linked', 'with', 'similar', 'recent', 'or', 'concurrent', 'studies', 'in', 'Australia,', 'Canada', 'and', 'the', 'USA', '.']","[15, 16]",0,usa,"The study is linked with similar recent or concurrent studies in Australia, Canada and the USA.","['The study is related to similar current or concurrent studies in Australia, Canada and the United States.', 'The study is related to similar current or concurrent studies in Australia, Canada and the United States.', 'The study is related to similar and simultaneous studies in Australia, Canada and the United States.', 'The study is related to similar current or concurrent studies in Australia, Canada and the United States.', 'The study is available in conjunction with similar current or concurrent studies in Australia, Canada and the United States.']" -52,"['Uncontrolled', 'population', 'growth,', 'the', 'continuing', 'deterioration', 'of', 'the', 'environment,', 'the', 'economic', 'depression', 'in', 'the', 'major', 'capitalist', 'countries,', 'the', 'shift', 'of', 'economic', 'power', 'from', 'the', 'US', 'to', 'Japan', 'and', 'the', 'European', 'Community', '(and', 'particularly', 'to', 'Germany', ')', 'and', 'the', 'growing', 'tensions', 'between', 'these', 'three', 'centres,', 'the', 'increasing', 'disparity', 'of', 'wealth', 'between', 'the', 'poorer', 'developing', 'countries', 'and', 'the', 'industrial', 'nations,', 'are', 'all', 'potent', 'sources', 'of', 'social', 'dislocation', 'and', 'instability.']","[34, 35]",0,germany,"Uncontrolled population growth, the continuing deterioration of the environment, the economic depression in the major capitalist countries, the shift of economic power from the US to Japan and the European Community (and particularly to Germany ) and the growing tensions between these three centres, the increasing disparity of wealth between the poorer developing countries and the industrial nations, are all potent sources of social dislocation and instability.","['The uncontrolled population growth, the further deterioration of the environment, the economic depression in the large capitalist countries, the transfer of economic power from the USA to Japan and the European Community (and in particular to Germany) and the growing tensions between these three centres, the growing prosperity between the poorer developing countries and the industrialised countries are strong sources of social unrest and instability.', 'The uncontrolled population growth, the progressive deterioration of the environment, the economic crisis in the large capitalist countries, also the transfer of economic power from the USA to Japan and the European Community (especially to Germany) and the increasing tensions between these three centres, the growing wealth disparities between the poor developing countries and the industrialised countries are strong causes of social distortions and instability.', 'The uncontrolled population growth, the continuing deterioration of the environment, the economic depression in the large capitalist countries, the transfer of economic power from the USA to Japan and the European Community (and especially to Germany) and the growing tensions between these three centres, the growing wealth disparities between poorer developing countries and industrialised countries are enormous sources of social dislocation and instability.', 'The uncontrolled population growth, the continuing deterioration of the environment, the economic depression in the large capitalist countries, the shift of economic power from the US to Japan and the European Community (and in particular to Germany), as well as the growing tensions between these three centres and the increasing wealth inequality between poorer developing countries and industrialised countries are powerful sources of social unrest and instability.', 'The uncontrolled population growth, the continuing deterioration of the environment, the economic depression in the large capitalist countries, the transfer of economic power from the USA to Japan and the European Community (and especially to Germany) and the growing tensions between these three centres, the growing wealth gap between poorer developing countries and industrialised countries are powerful sources of social distortions and instability.']" -53,"['Its', 'combined', 'output', 'will', 'make', 'it', 'the', 'second', 'biggest', 'in', 'Britain', '.']","[10, 11]",0,britain,Its combined output will make it the second biggest in Britain.,"['Their combined production will make it the second largest in the UK.', 'Its total output will be the second largest in Britain.', ""The power station's total production will make it the second largest in the UK."", 'The joint production will make the continent the second largest in the UK.', 'Its production makes it the second largest in the UK.']" -54,"['He', 'praised', 'LASMO', 'Pakistan', 'for', 'its', 'achievements', 'in', 'the', 'last', 'year,', 'especially', 'the', 'successful', 'gas', 'negotiations', 'on', 'the', 'Kadanwari', 'field', '[', 'see', 'page', '2', ']', 'and', 'the', 'partnership', 'with', 'Shell', 'in', 'Block', '36,', 'Northern', 'Pakistan', '.']","[33, 35]",0,northern pakistan,"He praised LASMO Pakistan for its achievements in the last year, especially the successful gas negotiations on the Kadanwari field [ see page 2 ] and the partnership with Shell in Block 36, Northern Pakistan.","['He praised LASMO Pakistan for its achievements in the past year, in particular the successful gas negotiations at the Kadanwari field [see page 2] and the partnership with Shell in Block 36 in northern Pakistan.', 'He praised LASMO Pakistan for its achievements over the past year, in particular the successful gas negotiations over the Kadanwari field [see page 2] and the partnership with Shell in Block 36, Northern Pakistan.', 'He praised LASMO Pakistan for its successes in the past year, in particular the successful gas talks at the Kadanwari field [see page 2] and the partnership with Shell in Block 36 in northern Pakistan.', 'He praised LASMO Pakistan for its progress over the past year, in particular the successful gas negotiations in the Kadanwari field [see page 2] and the partnership with Shell in Block 36 in northern Pakistan.', 'He welcomed the achievements of the LASMO Pakistan workforce over the past year, in particular the successful gas negotiations at the Kadanwari field [see page 2] and the partnership with Shell in Block 36 in northern Pakistan.']" -55,"['This', 'Agreement', 'shall', 'be', 'governed', 'by', 'the', 'law', 'of', 'Belgium', 'and', 'the', 'Courts', 'of', 'the', 'City', 'of', 'Ghent,', 'Belgium', 'shall', 'have', 'jurisdiction.']","[9, 10]",0,belgium,"This Agreement shall be governed by the law of Belgium and the Courts of the City of Ghent, Belgium shall have jurisdiction.","['This contract is governed by Belgian law and the courts of the city of Ghent, Belgium, have jurisdiction.', 'This agreement is governed by Belgian law and the courts of the city of Ghent, Belgium, have jurisdiction.', 'This agreement is governed by Belgian law in relation to the courts of the City of Ghent.', 'This agreement is governed by Belgian law and the courts of the city of Ghent have jurisdiction.', 'Such observations are the exclusive jurisdiction of the city courts.']" -56,"['The', 'Piaroa,', 'a', 'jungle', 'people', 'who', 'dwell', 'along', 'tributaries', 'of', 'the', 'Orinoco', 'in', 'Venezuela', ',', 'equate', 'the', 'value', 'judgement', 'of', '`', 'good', '""', 'with', 'that', 'of', '`', 'the', 'tranquil', '"":', 'both', 'carry', 'the', 'label', 'of', '`', 'adiwa', '"".']","[13, 14]",0,venezuela,"The Piaroa, a jungle people who dwell along tributaries of the Orinoco in Venezuela, equate the value judgement of good"" with that of the tranquil"": both carry the label of adiwa"".","['The Piaroa, a primeval forest people living on the tributaries of the Orinoco in Venezuela, equate the value of goodness with peace: both bear the label ""adiwa.""', 'The Piaroa, primeval forest peoples who live on the tributaries of the Orinoco in Venezuela, equate the value judgment of goodness with tranquility: both bear the name adiwa. ""', 'The Piaroa, a primeval forest people who live on tributaries of the Orinoco in Venezuela, equate the appreciation of the good with that of tranquility: both bear the title adiwa.', 'The Piaroa, a primeval forest people who live on tributaries of the Orinoco in Venezuela, equate the ""good"" with the ""quiet"": both bear the label ""adiwa.""', 'The Piaroa, a jungle country situated on tributaries of the Orinoco in Venezuela, equate the value judgement forever with the observed: Both bear the adiwa label.']" -57,"['Caring', 'for', 'the', 'Earth', 'was', 'launched', 'by', 'Prince', 'Philip,', 'the', 'Duke', 'of', 'Edinburgh', ""(WWF-UK's"", 'President),', 'and', 'endorsed', 'by', 'the', 'Archbishop', 'of', 'York,', 'John', 'Habgood,', 'Sir', 'Crispin', 'Tickell', '(the', 'UK', ""'s"", 'former', 'Ambassador', 'to', 'the', 'UN).']","[28, 29]",0,uk,"Caring for the Earth was launched by Prince Philip, the Duke of Edinburgh (WWF-UK's President), and endorsed by the Archbishop of York, John Habgood, Sir Crispin Tickell (the UK's former Ambassador to the UN).","['Caring for the Earth was supported by Prince Philip, Duke of Edinburgh (President of WWF-UK) and the Archbishop of York, John Habgood, Sir Crispin Tickell (former British Ambassador to the United Nations).', 'Caring for the Earth was initiated by the Duke of Edinburgh (President of the WWF and the United Kingdom) Prince Philip and supported by the Archbishop of York, John Habgood, and Sir Crispin Tickell (former British Ambassador to the United Nations).', 'Caring for the Earth was founded by Prince Philip, Duke of Edinburgh (President of WWF-UK) and supported by the Archbishop of York, John Habgood, and Sir Crispin Tickell (British Ambassador to the United Nations).', 'Caring for the Earth was launched by Prince Philip, Duke of Edinburgh (President of WWF-UK) and supported by the Archbishop of York, John Habgood, and Sir Crispin Tickell (former British Ambassador to the United Nations).', 'Caring for the Earth was presented by the Duke of Edinburgh, Prince Charles (Chairman of WWF-UK), and the Archbishop of York, John Habgood, Sir Crispin Tickell (former British Ambassador to the United Nations).']" -58,"['On', 'Dec.', '21', 'the', 'Lao', 'ambassador', 'to', 'Thailand', ',', 'Khamphan', 'Simmalavong,', 'denied', 'claims', 'by', 'rebel', 'forces', 'that', 'on', 'Dec.', '13', 'Gen.', 'Vang', 'Pao,', 'who', 'had', 'commanded', 'a', 'force', 'of', 'Hmong', 'tribesmen', 'financed', 'by', 'the', 'US', 'Central', 'Intelligence', 'Agency', 'until', 'he', 'had', 'fled', 'to', 'the', 'USA', 'in', '1975,', 'had', 'returned', 'to', 'Laos.']","[7, 8]",0,thailand,"On Dec. 21 the Lao ambassador to Thailand, Khamphan Simmalavong, denied claims by rebel forces that on Dec. 13 Gen. Vang Pao, who had commanded a force of Hmong tribesmen financed by the US Central Intelligence Agency until he had fled to the USA in 1975, had returned to Laos.","['On 21 December, the Lao ambassador to Thailand, Khamphan Simmalavong, contradicted the rebels ""claims that General Vang Pao, who had commanded a CIA-funded Hmong tribal force until he fled to the United States in 1975, returned to Laos on 13 December.', 'On 21 December, the Lao ambassador to Thailand, Khamphan Simmalavong, denied rebel claims that on 13 December Gen. Vang Pao, who had commanded a group of Hmong tribesmen until he fled to the United States in 1975 and was funded by the CIA, returned to Laos.', 'On 21 December, the Lao ambassador to Thailand, Khamphan Simmalavong, denied claims by rebel groups that General Vang Pao, who commanded a CIA-funded Hmong tribal force until fleeing to the United States in 1975, was killed on 21 December.', 'On 21 December, the Lao ambassador to Thailand, Khamphan Simmalavong, denied rebel claims that Gen. Vang Pao, who had commanded a CIA-funded Hmong tribal force until his escape in 1975, returned to Laos on 13 December.', 'On 21 December, the Lao ambassador to Thailand, Khamphan Simmalavong, refutes rebel claims that Gen. Vang Pao, who was commander of a Hmong tribal force funded by the American secret service CAA until he fled to the United States in 1975, returned to Laos on 13 December.']" -59,"['Russia', 'was', 'later', 'to', 'exploit', 'her', 'mineral', 'advantages', 'and', 'other', 'countries', 'were', 'to', 'be', 'linked', 'to', 'this', 'mass', 'of', 'industrial', 'power', 'as', 'was,', 'for', 'example,', 'Sweden', 'as', 'a', 'supplier', 'of', 'iron', 'ore,', 'but', 'heavy', 'industry', 'was', 'in', '1880', 'mainly', 'concentrated', 'in', 'western', 'Europe.']","[25, 26]",0,sweden,"Russia was later to exploit her mineral advantages and other countries were to be linked to this mass of industrial power as was, for example, Sweden as a supplier of iron ore, but heavy industry was in 1880 mainly concentrated in western Europe.","['Russia should use its mineral resources later, and other countries should be included in the vote, such as Sweden as a supplier of iron ore, but heavy industry was concentrated mainly in Western Europe in 1880.', 'Russia would later reap the benefits of minerals, and other countries would join this industrial power, such as Sweden as a supplier of iron ore, but heavy industry was concentrated in Western Europe in 1880.', 'Russia was later to exploit its natural resources, and other countries were to be associated with this mass of industrial sovereignty, such as Sweden as a supplier of iron ore, but heavy industry concentrated mainly in Western Europe from 1880 onwards.', 'Later, Russia was to exploit its land advantages, and other countries were to be associated with this industrial power, such as Sweden as a supplier of iron ore, but in 1880 heavy industry took center stage, especially in Western Europe.', ""Later, Russia should take advantage, and other countries should join this industrial force, including Sweden as a supplier of iron ore, which was mainly Western Europe but was in Russia's hands in 1880.""]" -60,"['The', 'two-year', 'cycle', 'was', 'believed', 'to', 'reflect', 'the', 'quasi-biennial', 'oscillation', '(QBO),', 'a', '26-month', 'cycle', 'in', 'which', 'the', 'winds', 'in', 'the', 'lower', 'stratosphere', 'of', 'the', 'tropics', 'alternate', 'between', 'easterlies', 'and', 'westerlies,', 'affecting', 'the', 'size', 'and', 'stability', 'of', 'the', 'polar', 'vortex', 'around', 'Antarctica', '.']","[40, 41]",0,antarctica,"The two-year cycle was believed to reflect the quasi-biennial oscillation (QBO), a 26-month cycle in which the winds in the lower stratosphere of the tropics alternate between easterlies and westerlies, affecting the size and stability of the polar vortex around Antarctica.","['The two-year cycle is believed to reflect the biennial oscillation (QBO), a 26-month cycle in which winds in the lower stratosphere of the tropics alternate between easterly and westerly winds, affecting the size and stability of the polar vortex around Antarctica.', 'This two-year cycle was seen as a reflection of the biennial Oscillation (QBO), a 26-month cycle in which winds in the lower tropical regions alternate between easterly and westerly winds, affecting the size and stability of the polar vortex around Antarctica.', 'The biennial cycle was thought to represent the biennial oscillation, a 26-month cycle in which winds in the lower tropical strategies alternate between the east and west coasts, affecting the size and stability of the polar vortex around Antarctica.', 'The two-year cycle should reflect the biennial Oscillator (QBO), a 26-month cycle in which winds in the lower stratosphere of the tropics alternate between east and west, affecting the size and stability of the polar vortex around Antarctica.', 'The two-year cycle should reflect the quasi-two-year oscillation - a 26-month cycle in which winds in the lower stratosphere of the tropics shift between east and west winds, affecting the size and stability of the polar vortex around Antarctica.']" -61,"['Miss', 'Lee', 'is', 'at', 'Nwanza,', 'in', 'Tanzania,', 'with', 'the', 'Church', 'Mission', 'Society', 'and', 'will', 'come', 'home', 'for', 'a', 'holiday', 'in', 'Britain', 'next', 'year.']","[20, 21]",0,britain,"Miss Lee is at Nwanza, in Tanzania, with the Church Mission Society and will come home for a holiday in Britain next year.","['Miss Lee is with the Church Mission Society in Nwanza, Tanzania, and will return to the UK for a holiday next year.', 'Miss Lee is travelling with the Church Mission Society in Nwanza, Tanzania, and will return home next year for a holiday in the UK.', 'Miss Lee is currently with the Church Missions Society in Nwanza, Tanzania and will return to the UK for a holiday next year.', ""Lee will come to the UK for a holiday next year and is currently spending time with the church's mission in Nwanza, Tanzania."", 'She lives with the Church Missionary Association in Nwanza in Tanzania and will return to the UK for a holiday next year.']" -62,"['As', 'Ireland', 'opened', 'up', 'to', 'foreign', 'investment', 'under', 'de', ""Valera's"", 'successor,', 'Sean', 'Lemass,', 'another', 'element', 'in', 'the', 'value', 'structure', 'came', 'to', 'prominence,', 'namely', 'the', 'obligation', 'to', 'achieve', 'and', 'retain', 'full', 'employment', 'within', 'the', 'context', 'of', 'a', 'modernized', 'economy', 'and', 'a', 'satisfactory', 'level', 'of', 'housing,', 'welfare,', 'and', 'medical', 'care', 'for', 'all.']","[1, 2]",0,ireland,"As Ireland opened up to foreign investment under de Valera's successor, Sean Lemass, another element in the value structure came to prominence, namely the obligation to achieve and retain full employment within the context of a modernized economy and a satisfactory level of housing, welfare, and medical care for all.","[""When Ireland opened up to foreign investment under de Valera's successor, Sean Lemass, another element of the value structure came to the fore: a commitment to achieve and maintain full employment for all within a modernized economy and satisfactory levels of housing, social care, and health care."", ""When Ireland opened up to foreign investment under de Valerea's successor Sean Lemass, another element of the value structure came to the fore, namely the commitment to achieve and maintain completeness for all in the context of a modernised economy and satisfactory levels of housing, social care and healthcare."", ""When Ireland, under de Valera's successor Sean Lemass, opened up to foreign investment, a Chemnitz set of values came to the fore, namely a commitment to achieve and maintain full employment in the context of a modernized economy and satisfactory levels of housing, social and health care for all."", ""When Ireland opened up to foreign investment under de Valera's successor, Sean Lemass, another element of the value structure came to the fore, namely the commitment to achieve and maintain full employment in the context of a modernised economy and a sufficiently high level of housing, social and family provision for all."", ""When Ireland opened up to foreign investment under de Valera's successor, Sean Lemass, another element of the value structure came to the fore: a commitment to developing a high-tech, high-tech, high-tech, high-tech, high-tech, high-tech, high-tech, high-tech, high-tech, high-tech manufacturing industry.""]" -63,"['The', 'Socialist', 'Republic', 'of', 'Vietnam', 'was', 'proclaimed', 'in', '1976', 'after', 'North', 'Vietnam-backed', 'communist', 'insurgents', 'had', 'reunified', 'the', 'country', 'in', 'April', '1975', 'by', 'overthrowing', 'the', 'United', 'States-supported', 'government', 'of', 'South', 'Vietnam', 'after', 'some', '16', 'years', 'of', 'war.']","[1, 5]",0,socialist republic of vietnam,The Socialist Republic of Vietnam was proclaimed in 1976 after North Vietnam-backed communist insurgents had reunified the country in April 1975 by overthrowing the United States-supported government of South Vietnam after some 16 years of war.,"['The Socialist Republic of Vietnam was proclaimed in 1976 after communist insurgents backed by North Vietnam reunified the country in April 1975 and overthrew the US-backed government of South Vietnam after about 16 years of war.', 'The Socialist Republic of Vietnam was proclaimed in 1976 after communist insurgents backed by North Vietnam reunited the country after 16 years of war in April 1975 and overthrew the US-backed government of South Vietnam.', 'The Socialist Republic of Vietnam was proclaimed in 1976 after communist insurgents backed by North Vietnam reunited the country in April 1975, overthrowing the US-backed South Vietnamese government after 16 years of war.', 'The Socialist Republic of Vietnam was proclaimed in 1976 after communist insurgents, backed by North Vietnam, reunified the country in April 1975 and overthrew the US-backed government of South Vietnam after about 16 years of war.', 'The Socialist Republic of Vietnam was proclaimed in 1976 after communist insurgents backed by North Vietnam reunified the country in April 1975, overthrowing the US-backed government in South Vietnam after 16 years of war.']" -64,"['For', 'example,', 'in', 'Britain', 'successive', 'Conservative', 'and', 'Labour', 'prime', 'ministers', 'from', '1948', 'though', 'to', '1979', 'developed', 'the', 'British', 'nuclear', 'deterrent', 'in', 'virtually', 'complete', 'secrecy,', 'with', 'no', 'parliamentary', 'or', 'media', 'discussion', 'until', 'decisions', 'were', 'accomplished', 'facts,', 'and', 'even', 'without', 'disclosing', 'decisions', 'made', 'to', 'most', 'of', 'their', 'fellow', 'Cabinet', 'ministers', '(Freedman,', '1980).']","[3, 4]",0,britain,"For example, in Britain successive Conservative and Labour prime ministers from 1948 though to 1979 developed the British nuclear deterrent in virtually complete secrecy, with no parliamentary or media discussion until decisions were accomplished facts, and even without disclosing decisions made to most of their fellow Cabinet ministers (Freedman, 1980).","[""In Britain, for example, between 1948 and 1979, alternating Conservative and Labour prime ministers developed Britain's nuclear deterrent in secret, without any parliamentary or media discussion before decisions were taken, and even without informing most of their cabinet colleagues of decisions (Freedman, 1980)."", 'For example, Britain developed the British nuclear deterrent repeatedly between 1948 and 1979 in total secrecy, without parliamentary or media discussion until decisions were made, and even without informing most of those cabinet members (Freedman, 1980).', 'For example, between 1948 and 1979, Conservative and Labour prime ministers in Britain developed an almost absolute style of secrecy, with no discussion in parliament or the media before decisions were taken, and even without informing most of their cabinet colleagues of decisions (Freedman, 1980).', 'In the United Kingdom, for example, from 1948 to 1979, successive Conservative and Labour prime ministers developed the British one before nuclear attacks because of pragmatism and secrecy, without parliamentary or media discussion until decisions had established facts, and even without communicating the decisions to most of their cabinet colleagues (Freedman, 1980).', 'Successive prime ministers in Britain, for example, progressively developed pro-business and pro-labor policies until 1948, with almost complete secrecy, without parliamentary or media discussion, until decisions were made and not communicated to most other cabinet colleagues (Freedman, 1980).']" -65,"['We', 'do', 'not', 'want', 'to', 'have', 'a', 'future', 'relationship', 'of', 'United', 'States', 'and', 'Latin', 'America', 'reproduced', 'in', 'South', 'Africa,', 'which', 'so', 'many', 'people', 'talk', 'about', 'now', 'when', 'they', 'talk', 'about', 'South', 'Africa', 'as', 'the', 'engine', 'of', 'growth', 'if', 'we', 'have', 'that', 'kind', 'of', 'growth', ""it'll"", 'be', 'distorted', 'and', 'none', 'of', 'the', 'poor', 'in', 'South', 'Africa', 'or', 'the', 'region', 'will', 'benefit', 'from', 'it.']","[13, 15]",0,latin america,"We do not want to have a future relationship of United States and Latin America reproduced in South Africa, which so many people talk about now when they talk about South Africa as the engine of growth if we have that kind of growth it'll be distorted and none of the poor in South Africa or the region will benefit from it.","['We do not want a future relationship between the United States and Latin America to be repeated in South Africa, which many people talk about nowadays when they call South Africa the engine of growth, when we have such growth it becomes distorted and none of the poor in South Africa or the region will benefit from it.', 'We do not want a future relationship between the United States and Latin America to be repeated in South Africa, which so many people are talking about at the moment, if they see South Africa as a second-order growth engine, if we have that growth, it will be distorted and none of the poor in South Africa or in the region will benefit.', 'We do not want South Africa to repeat the future relationship between the United States and Latin America that many people talk about today when they talk about South Africa as an engine of growth; when we have such growth, it is distorted and none of the poor in South Africa or the region will benefit from it.', 'We do not want a characteristic relationship between the United States and Latin America in South Africa - which is what so many people are talking about at the moment when they talk about South Africa as an engine of growth, when we have such growth it becomes distorted and none of the poor in South Africa or the region will benefit from it.', 'We do not want a future relationship between the United States and Latin America that is twisted by so many people only when they talk about South Africa as an engine of growth, when we have such growth, and none of the poor countries of South Africa or the region will benefit from it.']" -66,"['The', '`', 'Rochester', '""', 'method', 'of', 'fingerspelling', 'with', 'speech', 'and', 'lip-reading', 'has', 'been', 'in', 'use', 'in', 'the', 'USA', 'for', 'over', 'a', 'hundred', 'years', '(Savage,', 'Evans', 'and', 'Savage,', '1981).']","[17, 18]",0,usa,"The Rochester"" method of fingerspelling with speech and lip-reading has been in use in the USA for over a hundred years (Savage, Evans and Savage, 1981).","['The Rochester method of fingerwriting with speech and lip-reading has been used in the USA for over a hundred years (Savage, Evans and Savage, 1981).', 'The method of fingerwriting with speech and lip-reading has been used in the USA for over a hundred years (Savage, Evans and Savage, 1981).', 'The Rochester method of fingerwriting by speech and lip-reading has been used in the USA for over a hundred years (Savage, Evans and Savage, 1981).', 'The Rochester method of fingerwriting with speech and lip-reading has been used in the United States for more than a hundred years (Savage, Evans and Savage, 1981).', 'The method of fingerwriting with speech and lip-reading has been used in the USA for over a hundred years (Savage, Evans and Savage, 1981).']" -67,"['NORTH', 'KOREA']","[0, 2]",0,north korea,NORTH KOREA,"['North Corea', 'North Korea', 'North Korea', 'North Cork', 'North Korea']" -68,"[':', 'colour', 'poster;', 'musical', 'mug', 'Media', 'coverage:', 'reviews', 'in', 'Prima,', 'Essentials,', 'Woman', '&', 'Home;', 'reviews', 'and', 'features', 'in', 'Daily', 'Telegraph,', 'Daily', 'Express,', 'Mail', 'on', 'Sunday;', 'regional', 'radio', 'interviews', 'in', 'Wales,', 'Bristol,', 'Cambridge,', 'Cornwall,', 'Manchester,', 'Solent,', 'Nottingham,', 'West', 'Midlands,', 'Devon,', 'Bedfordshire,', 'Northern', 'Ireland,', 'Surrey,', 'Sussex,', 'Isle', 'of', 'Man', 'and', 'British', 'Forces', 'Radio.']","[44, 47]",0,isle of man,": colour poster; musical mug Media coverage: reviews in Prima, Essentials, Woman & Home; reviews and features in Daily Telegraph, Daily Express, Mail on Sunday; regional radio interviews in Wales, Bristol, Cambridge, Cornwall, Manchester, Solent, Nottingham, West Midlands, Devon, Bedfordshire, Northern Ireland, Surrey, Sussex, Isle of Man and British Forces Radio.","['Media: Reviews in Prima, Essentials, Woman & Home; Reviews and reports in Daily Telegraph, Daily Express, Mail on Sunday; regional radio interviews in Wales, Bristol, Cambridge, Cornwall, Manchester, Solent, Nottingham, West Midlands, Devon, Bedfordshire, Northern Ireland, Surrey, Sussex, Isle of Man and British Forces Radio.', 'Media coverage: reviews in Prima, Essentials, Woman & Home; reviews and features in Daily Telegraph, Daily Express, Mail on Sunday; regional interviews in Wales, Bristol, Cambridge, Cornwall, Manchester, Solent, Nottingham, West Midlands, Devon, Bedfordshire, Northern Ireland, Surrey, Sussex, Isle of Man and British Forces Radio.', 'Media coverage: reviews in Prima, Essentials, Woman & Home; ideas and reports in Daily Telegraph, Daily Express, Mail on Sunday; regional radio interviews in Wales, Bristol, Cambridge, Cornwall, Manchester, Solent, Nottingham, West Midlands, Devon, Bedfordshire, Northern Ireland, Surrey, Sussex, Isle of Man and British Forces Radio.', 'Media coverage: reviews in Prima, Essentials, Woman & Home; reviews and notes in the Daily Telegraph, Daily Express, Mail on Sunday; regional radio interviews in Wales, Bristol, Cambridge, Cornwall, Manchester, Solent, Nottingham, West Midlands, Devon, Bedfordshire, Northern Ireland, Surrey, Sussex, Isle of Man and British Forces Radio.', 'Media coverage: reports in Prima, Essentials, Woman & Home; reviews and features in Daily Telegraph, Daily Express, Mail on Sunday; for regional radio interviews in Wales, Bristol, Cambridge, Cornwall, Manchester, Solent, Nottingham, West Midlands, Devon, Bedfordshire, Northern Ireland, Seas and Sussex, Isle of Man and British Forces Radio.']" -69,"['The', 'unification', 'of', 'Germany', 'protected', 'the', 'lifestyle', 'of', 'the', 'Prussian', 'Junkers', '-', 'indeed,', 'the', ""Junkers'"", 'need', 'to', 'protect', 'themselves', 'and', 'their', 'lifestyle', 'from', 'the', 'disrupting', 'effects', 'of', 'outside', 'economic', 'competition', 'through', 'the', 'creation', 'and', 'extension', 'of', 'a', 'tariff', 'union', 'had', 'been', 'one', 'of', 'the', 'major', 'components', 'in', 'the', 'formation', 'of', 'the', 'German', 'state.']","[3, 4]",0,germany,"The unification of Germany protected the lifestyle of the Prussian Junkers - indeed, the Junkers' need to protect themselves and their lifestyle from the disrupting effects of outside economic competition through the creation and extension of a tariff union had been one of the major components in the formation of the German state.","['The unification of Germany protected the lifestyle of the Prussian junkers - indeed, the necessity for the junkers to protect themselves and their way of life from the destructive effects of external economic competition through the creation and expansion of a customs union had been an essential part of the formation of a German state.', 'The unification of Germany protected the lifestyle of the Prussian junkers - indeed, their need to protect themselves and their way of life from the destructive effects of external economic competition through the creation and expansion of a customs union had been one of the main components in the formation of the German state.', 'German reunification protected the lifestyle of the Prussian junkers - indeed, the need of the junkers to protect themselves and their way of life from the effects of external economic competition through the creation and expansion of a customs union had been one of the essential building blocks for the founding of the German state.', 'German unification protected the lifestyle of the Prussian junkers; indeed, the necessity of the junkers to protect themselves and their way of life from the disruptive effects of external economic competition in the course of the creation and expansion of a customs union was one of the main components of the founding of the German state.', 'The unification of Germany protected the life of the Prussian junkers - indeed, by creating and extending a customs union, the junkers had a duty to protect themselves and their way of life from the destructive effects of external economic competition.']" -70,"['Lesotho,', 'Zimbabwe,', 'Botswana', 'and', 'Nigeria)', 'may', 'serve', 'to', 'stimulate', 'introspection', 'from', 'PHC', 'enthusiasts', 'from', 'within', 'South', 'Africa', ',', 'including', 'the', 'staff', 'of', 'the', 'Health', 'Services', 'Development', 'Unit', '(HSDU)', 'which', 'has', 'been', 'my', 'source', 'of', 'inspiration.']","[15, 17]",0,south africa,"Lesotho, Zimbabwe, Botswana and Nigeria) may serve to stimulate introspection from PHC enthusiasts from within South Africa, including the staff of the Health Services Development Unit (HSDU) which has been my source of inspiration.","['Lesotho, Zimbabwe, Botswana, and Nigeria) could serve to foster introspection among PHC enthusiasts from South Africa, including the Health Services Development Unit (HSDU), which was my source of inspiration.', 'Lesotho, Zimbabwe, Botswana, and Nigeria) could serve to inspire the introspection of PHC enthusiasts from South Africa, including the staff of the Health Services Development Unit (HSDU), which was my source of inspiration.', 'Lesotho, Zimbabwe, Botswana, and Nigeria) can serve to inspire PHC enthusiasts from South Africa to introspect, including those from the Health Services Development Unit (HSDU) who have been my source of inspiration.', 'Lesotho, Zimbabwe, Botswana, and Nigeria) could serve to capture the imagination of PHC enthusiasts in South Africa, including the Health Services Development Unit (HSDU) staff who have been my source of inspiration.', 'Lesotho, Zimbabwe, Botswana, and Nigeria) should inspire PHC enthusiasts from South Africa to question themselves, including the staff of the Health Services Development Unit (HSDU), who were also my inspirations.']" -71,"['Aruba', 'acquired', 'separate', 'status', 'within', 'the', 'Kingdom', 'of', 'the', 'Netherlands', 'in', '1986,', 'pending', 'full', 'independence', 'in', '1996.']","[0, 1]",0,aruba,"Aruba acquired separate status within the Kingdom of the Netherlands in 1986, pending full independence in 1996.","['Aruba gained autonomous status within the Kingdom of the Netherlands in 1986 until it became fully independent in 1996.', 'Aruba gained a separate status within the Kingdom of the Netherlands in 1986, until it became fully independent in 1996.', 'Aruba became independent within the Kingdom of the Netherlands in 1986, until it became fully independent in 1996.', 'Aruba obtained its own status within the Kingdom of the Netherlands from 1986 to 1996.', 'In 1986, Aruba was granted special status within the Kingdom of the Netherlands until it became fully independent in 1996.']" -72,"['After', 'the', 'Egyptian', 'leader,', 'Sadat,', 'granted', 'the', 'United', 'States', 'rights', 'to', 'use', 'certain', 'of', 'Egyptian', 'military', 'facilities', 'at', 'the', 'beginning', 'of', 'the', '1980s,', 'notably', 'at', 'Ras', 'Banas', 'on', 'the', 'Red', 'Sea,', 'Soviet', 'writers', 'described', 'his', '`', 'preparedness', 'to', 'allow', 'military', 'bases', 'for', 'the', 'armed', 'forces', 'of', 'the', 'United', 'States', 'of', 'America', 'on', 'his', 'territory', '""', 'as', 'being', '`', 'in', 'violation', 'of', 'the', 'basic', 'principles', 'of', 'the', 'Non-Aligned', 'Movement', '"".']","[47, 51]",0,united states of america,"After the Egyptian leader, Sadat, granted the United States rights to use certain of Egyptian military facilities at the beginning of the 1980s, notably at Ras Banas on the Red Sea, Soviet writers described his preparedness to allow military bases for the armed forces of the United States of America on his territory"" as being in violation of the basic principles of the Non-Aligned Movement"".","['After Sadat granted the US the rights to use certain Egyptian military installations, particularly at Ras Banas on the Red Sea, in the early 1980 ""s, Soviet writers called his willingness to allow US military bases on his territory"" a violation of the basic principles of the Non-Aligned Movement. ""', 'After Sadat, the Egyptian leader, granted the United States the right to use certain Egyptian military facilities, particularly Ras Banas on the Red Sea, in the early 1980 ""s, Soviet writers called his willingness to allow US military bases on his territory"" a violation of the basic principles of non-alignment. ""', 'After the Egyptian ruler Sadat granted the US the rights of use of some Egyptian military installations in the early 1980 ""s, particularly in Ras Banas on the Red Sea, Soviet writers called his willingness to allow US military bases on his territory"" a violation of the basic principles of the Non-Aligned Movement. ""', 'After Egyptian leader Sadat granted the United States the right to use some Egyptian military facilities in the early 1980 ""s, particularly at Ras Banas on the Red Sea, Soviet writers described his willingness to allow US military bases on his territory as a violation of the basic principles of the Non-Aligned Movement.', 'After Sadat, Egypt\'s ruler, granted the United States the rights to use certain Egyptian military facilities, particularly Ras Banas on the Red Sea, in the early 1980 ""s, Soviet writers called his willingness to authorize bases for US forces on his territory"" a violation of the basic principles of the Non-Aligned Movement. ""']" -73,"['Over', 'the', 'years', 'of', 'flying', 'at', 'almost', 'every', 'conceivable', 'airshow', 'location', 'in', 'the', 'UK', ',', 'Lindsey', 'has', 'had', 'a', 'few', 'unusual', 'requests', 'along', 'the', 'way:', '`', 'I', 'can', 'remember', 'a', 'certain', 'airshow', 'organiser,', 'who', 'was', 'very', 'active', 'on', 'the', 'airshow', 'scene', 'then,', 'but', 'not', 'now,', 'coming', 'up', 'to', 'me', 'and', 'saying', '`', 'Lindsey,', 'how', 'much', 'do', 'you', 'want', 'to', 'bail', 'out', 'at', 'the', 'end', 'of', 'one', 'of', 'these', 'dogfight', 'routines', 'that', 'you', 'do?']","[13, 14]",0,uk,"Over the years of flying at almost every conceivable airshow location in the UK, Lindsey has had a few unusual requests along the way: I can remember a certain airshow organiser, who was very active on the airshow scene then, but not now, coming up to me and saying Lindsey, how much do you want to bail out at the end of one of these dogfight routines that you do?","['Over the years she has flown at almost every possible air show in the UK, Lindsey has had a few unusual requests: I remember a certain air show organizer who was very active in the air show scene at the time, but not now, I came up to her and said to Lindsey, how much do you want to get rid of at the end of one of these combat routines?', 'During the many years in which Lindsey flew to almost every conceivable exhibition venue in the UK, she had some unusual requests: I remember a certain air show organiser who was very active in the air show scene at the time, but not today when he came up to me and said: Lindsey, how much do you want to save after one of these dogfights that you do?', 'In the course of the long time Lindsey has been attending almost all kinds of air shows in the UK, there have been some unusual requests along the way: I remember an air show organiser who was very active in the air show scene at that time came up to me and said: Lindsey, how much would you save at the end of one of those combat routines you do?', 'Over the years, Lindsey has flown to almost every imaginable airline restaurant in the UK and had some unusual requests: I remember a certain air show organiser who was very active at the time, but not today. He came up to me and said: Lindsey, how much do you want to save at the end of one of those combat shows you do?', 'When it came to real flight bookings, Lindsey had some unusual requests. I remember an air show organizer who was very active in the air show at the time, but not today. He came up to me and said, ""Lindsey, do you want to save one of these combat routines in the end?""']" -74,"['The', 'Whitbread', 'brewing', 'group', 'was', 'ruffled', 'by', 'stories', 'it', 'would', 'be', 'forced,', 'under', 'US', 'legislation,', 'to', 'sell', 'its', 'US', 'drink', 'importing', 'operations', 'if', 'it', 'continued', 'a', 'trans-Atlantic', 'restaurant', 'build-up.']","[18, 19]",0,us,"The Whitbread brewing group was ruffled by stories it would be forced, under US legislation, to sell its US drink importing operations if it continued a trans-Atlantic restaurant build-up.","['Brewing group Whitbread has been rocked by rumours that it would be forced to sell its US drinks imports under US law if it continues with its transatlantic restaurant structure.', 'Beer group Whitbread has been hit by reports that it would be forced to sell its US drinks import business under US law if it continued to expand its restaurant across the Atlantic.', 'The Whitbread brewing group has been provoked by stories that it would be forced under US law to import its drinks if it developed the transatlantic restaurant.', 'The Whitbread brewing group has been rocked by reports that US laws would force it to sell its drinks import business in the US if it continued to build a transatlantic restaurant.', 'The Whitbread brewing group is preoccupied with the story that it would have to sell its sugar-importing drinks under US law if it were to move on to transatlantic markets.']" -75,"['The', 'firm,', 'named', 'after', 'Sherwood', 'Forest,', 'has', 'cornered', 'the', 'UK', 'frillies', 'market', 'and', 'has', 'pulled', 'its', 'socks', 'up', 'and', 'become', ""Britain's"", 'biggest', 'sock', 'maker.']","[9, 10]",0,uk,"The firm, named after Sherwood Forest, has cornered the UK frillies market and has pulled its socks up and become Britain's biggest sock maker.","[""The company, named after Sherwood Forest, has cornered the UK frilly market, pulled up its socks and become the UK's largest sock manufacturer."", ""The company, named after Sherwood Forest, has cornered the UK frilly market, pulled up its socks and become Britain's biggest sock manufacturer."", ""The company, named after Sherwood Forest, has cornered the UK frilly market, pulled up its socks and become Britain's biggest sock manufacturer."", 'Named after Sherwood Forest, the company has conquered the UK frill belt market and become the largest sock manufacturer in the UK.', 'The company, named after Sherwood Forest, has conquered the UK frilly market and made its socks the largest sock manufacturer in the UK.']" -76,"['These', 'include', ""Genet's"", 'prosopograhy', 'of', 'the', 'members', 'of', 'the', 'University', 'of', 'Paris', 'in', 'the', 'Middle', 'Ages', '(1988),', 'the', 'British', ""Academy's"", 'Lexicon', 'of', 'Greek', 'Personal', 'Names', '(Matthews,', 'pers', 'comm),', 'the', 'image', 'and', 'text', 'archive', 'of', 'greek', 'pottery', 'being', 'created', 'by', 'the', 'Beazley', 'Archive', '(Kurtz', '1993)', 'and', 'the', 'Corpus', 'of', 'Romanesque', 'Stone', 'Sculpture', 'in', 'Britain', 'and', 'Ireland.']","[52, 53]",0,britain,"These include Genet's prosopograhy of the members of the University of Paris in the Middle Ages (1988), the British Academy's Lexicon of Greek Personal Names (Matthews, pers comm), the image and text archive of greek pottery being created by the Beazley Archive (Kurtz 1993) and the Corpus of Romanesque Stone Sculpture in Britain and Ireland.","[""These include Genet's Prosopography of the Members of the University of Paris in the Middle Ages (1988), the Lexicon of Greek Personal Names of the British Academy (Matthews, pers comm), the Image and Text Archive of Greek Ceramics of the Beazley Archive (Kurtz 1993) and the Corpus Romesque Stone Sculpture in Great Britain and Ireland."", ""These include Genet's Prosopograhy of the Members of the University of Paris in the Middle Ages (1988), the Lexicon of Greek Personal Names (Matthews, pers comm) of the British Academy, the image and text archive of Greek ceramics of the Beazley Archives (Kurtz 1993), and the Corpus Romesque Stone Sculpture in Great Britain and Ireland."", ""These are Genet's prosopography of the members of the University of Paris in the Middle Ages (1988), the lexicon of Greek personal names of the British Academy (Matthews, pers comm), the image and text archive of Greek ceramics designed by the Beazley Archive (Kurtz 1993) and the Corpus Romesque Stone Sculpture in Great Britain and Ireland."", ""Genet's prosopography of the members of the University of Paris in the Middle Ages (1988), the lexicon of Greek personal names (Matthews, pers comm) of the British Academy, the image and text archive of Greek ceramics of the Beazley Archives (Kurtz 1993) and the Corpus Romesque stone sculpture in Great Britain and Ireland are just a few examples."", ""These include Genet's Prosopography of the Members of the University of Paris in the Middle Ages (1988), the Dictionary of Greek First Names of the British Academy (Matthews, pers comm), the Image and Text Archive of Greek Ceramics established by the Beazley Archive (Kurtz 1993) and the Corpus Romesque Stone Sculpture in Great Britain and Ireland.""]" -77,"['The', 'EPLF', 'continued', 'to', 'demand', 'a', 'US-supervised', 'referendum', 'on', 'independence', 'from', 'Ethiopia', ',', 'but', 'was', 'flexible', 'as', 'to', 'the', 'timetable', 'for', 'this,', 'he', 'said.']","[11, 12]",0,ethiopia,"The EPLF continued to demand a US-supervised referendum on independence from Ethiopia, but was flexible as to the timetable for this, he said.","['The EPLF continues to call for a U.S.-monitored referendum on independence from Ethiopia, but is flexible about the timetable, he said.', 'The EPLF will continue to demand a US-supervised referendum on independence from Ethiopia, but will be flexible about the timetable, he said.', 'The EPLF continues to call for a US-backed referendum on independence from Ethiopia, but is flexible about the timetable, he said.', ""The Group of the European People's Party (Christian Democrats) and European Democrats continued to insist on a referendum on independence from Ethiopia, supervised by the United States, but was flexible about the timing."", 'The EPLF continued to call for a US-supervised referendum on independence from Ethiopia, but was flexible about the timing.']" -78,"['A', 'back-up', 'safety', 'system', 'for', 'the', 'UK', ""'s"", 'nuclear', 'power', 'station', 'controllers', 'may', 'not', 'work', 'properly', 'because', 'bugs', 'in', 'the', 'computer', 'software', 'have', 'not', 'been', 'eliminated,', 'according', 'to', 'a', 'former', 'employee', 'of', 'the', 'company', 'that', 'wrote', 'the', 'software.']","[6, 7]",0,uk,"A back-up safety system for the UK's nuclear power station controllers may not work properly because bugs in the computer software have not been eliminated, according to a former employee of the company that wrote the software.","[""A backup security system for Britain's nuclear plant supervisors may not work properly because faults in the computer software have not been fixed, according to a former employee of the company that wrote the software."", ""A reverse safety system for controllers at Britain's nuclear plants may not work properly because errors in computer software have not been fixed, says a former employee of the company that wrote the software."", 'A backup security system for British power plant controllers might not work properly because faults in computer software have not been fixed, said a former employee of the company that wrote the software.', ""A security system for inspections of Britain's nuclear plants may not work properly because errors in computer software have not been fixed, according to a former employee of the company that wrote the package."", ""A backup security system for inspectors at Britain's nuclear plants may not have worked properly because faults in computer software have not been fixed, according to a former employee of the company that wrote the software.""]" -79,"['France', 'is', 'a', 'country', 'which', 'has', 'grave', 'doubts', 'about', 'its', 'moral', 'fibre;', 'it', 'sees', 'its', 'national', 'character', 'as', 'being', 'as', 'permeable', 'as', 'a', 'colander.']","[0, 1]",0,france,France is a country which has grave doubts about its moral fibre; it sees its national character as being as permeable as a colander.,"['France is a country that has serious doubts about its moral fiber; it regards its national character as porous as a sieve.', 'France is a country that has serious doubts about its moral fibre and regards its national character as permeable like a sieve.', 'France is a country that has serious doubts about its moral cohesion; it considers its national character to be permeable like a sieve.', 'France is a country with a moral fibre; it regards its national character as permeable as a sieve.', 'France is a country that has serious doubts about its moral standing; it regards its national character as permeable like a sieve.']" -80,"['His', 'subtle', 'military', 'strategy', '-', 'sending', 'Scuds', 'to', 'Tel', 'Aviv,', 'opening', 'the', 'land', 'battle', 'by', 'attacking', 'the', 'US', 'forces,', 'parking', 'up', 'the', 'air', 'force', 'in', 'Iran', 'for', 'future', 'use', '-', 'cold', 'still', 'transform', 'the', 'war.']","[17, 18]",0,us,"His subtle military strategy - sending Scuds to Tel Aviv, opening the land battle by attacking the US forces, parking up the air force in Iran for future use - cold still transform the war.","['His subtle military strategy - sending Scuds to Tel Aviv, opening the ground battle by attacking US troops, and stationing the Air Force for future missions in Iran - is still changing the war.', ""His subtle military strategy - sending Scud to Tel Aviv, opening up the ground battle by attacking US forces, expanding Iran's air force for future deployments - is still changing the war."", 'His subtle military strategy - sending Scuds to Tel Aviv, opening the battle by attacking US troops, and using the Air Force for future missions in Iran - is still changing the war.', ""His subtle military strategy - sending Scuds to Tel Aviv, opening the ground battle by attacking US troops, and showcasing Iran's air force for future operations - has still changed the war."", 'His subtle military strategy - sending Scuds to Tel Aviv, starting the land war with attacks on US forces, and stationing the Air Force for future missions in Iran - may intensify the war.']" -81,"['Imports', 'would', 'surge', 'while', 'exports', 'stagnated,', 'swelling', 'Britain', ""'s"", 'current-account', 'deficit', 'to', 'unsustainable', 'levels.']","[7, 8]",0,britain,"Imports would surge while exports stagnated, swelling Britain's current-account deficit to unsustainable levels.","[""Imports would rise sharply while exports stagnated, pushing Britain's current-account deficit to unsustainable levels."", ""Imports would soar while exports stagnated, pushing Britain's current-account deficit to unsustainable levels."", ""Imports would soar, while exports would stagnate, pushing Britain's current-account deficit to unsustainable levels."", ""Imports would rise while exports stagnated, turning the UK's current-account deficit into an unsustainable mess."", ""Imports would rise, while exports would stagnate, pushing Britain's current-account deficit to unsustainable levels.""]" -82,"['Zurich', 'is', 'an', 'essential', 'part', 'of', 'one', 'of', 'the', 'regions', 'inviting', 'exploration,', 'north', 'Switzerland', ',', 'which', 'tourists', 'are', 'inclined', 'to', 'pass', 'through', 'with', 'no', 'more', 'than', 'an', 'approving', 'nod,', 'rather', 'than', 'lingering', 'to', 'find', 'out.']","[13, 14]",0,switzerland,"Zurich is an essential part of one of the regions inviting exploration, north Switzerland, which tourists are inclined to pass through with no more than an approving nod, rather than lingering to find out.","['Zurich is an integral part of one of the more adventurous regions, northern Switzerland, where tourists nod approvingly rather than stop to gather information.', 'Zurich is an integral part of one of the regions you want to explore, namely Northern Switzerland, which tourists cross with a nod of approval rather than pausing and finding out.', 'Zurich is an essential part of one of the exploration regions, namely Northern Switzerland, which tourists usually do not cross with a nod of approval, but linger in search of information.', 'Zurich is an essential part of this explorable region, Northern Switzerland, through which tourists nod approvingly rather than stop.', 'Zurich is an essential part of a region that invites you to discover, namely Northern Switzerland, where tourists nod in agreement rather than wait to find out more.']" -83,"['Local', 'artists', 'will', 'probably', 'get', 'a', 'look', 'in', 'eventually,', 'although', 'there', 'are', 'other', 'organisations', 'such', 'as', 'the', 'cultural', 'foundation', 'of', 'the', 'Caixa', 'de', 'Pensiones', 'Bank', 'which', 'actively', 'promote', 'younger', 'artists', 'within', 'Spain', '.']","[31, 32]",0,spain,"Local artists will probably get a look in eventually, although there are other organisations such as the cultural foundation of the Caixa de Pensiones Bank which actively promote younger artists within Spain.","['Local artists may join at some point, although there are other organisations, such as the Cultural Foundation of the Caixa de Pensiones Bank, that actively promote younger artists in Spain.', 'Local artists are likely to arrive at some point, although there are other organisations, such as the Cultural Foundation of the Caixa de Pensiones Bank, which is dedicated to promoting younger artists within Spain.', 'Local artists can drop by, although there are other organisations such as the Cultural Foundation of the Caixa de Pensiones Bank that actively promote young Spanish artists.', 'Local artists will probably look around at some point, although there are other organisations, such as the Cultural Foundation of the Caixa de Pensiones Bank, that are active in the field of honest artistic promotion.', 'Local artists are likely to leave their mark at some point, although there are other organisations, such as the cultural arm of Caixa de Pensiones Bank, which actively promotes younger artists in Spain.']" -84,"['The', 'most', 'prominent', 'of', 'these', 'was', 'Kevin', 'Schuler,', 'an', 'All', 'Black', 'replacement', 'in', 'Wales', 'and', 'Ireland', 'in', '1989,', 'a', 'captain', 'in', 'the', 'second-tier', 'divisional', 'side', 'in', '1991', 'and', 'an', 'All', 'Black', 'in', 'Australia', 'this', 'year.']","[32, 33]",0,australia,"The most prominent of these was Kevin Schuler, an All Black replacement in Wales and Ireland in 1989, a captain in the second-tier divisional side in 1991 and an All Black in Australia this year.","['The most prominent of them was Kevin Schuler, a replacement for the All Blacks in Wales and Ireland in 1989, captain in League Two in 1991 and this year from Australia.', 'The most prominent of these was Kevin Schuler, an All Black replacement with Wales and Ireland in 1989, as captain in League Two in 1991 and this year in Australia.', 'The most prominent of these players was Kevin Schuler, replacement for Black (Wales and Ireland) in 1989, captain in League Two in 1991 and captain in Australia this year.', 'The most prominent of these players was Kevin Schuler, an all-black replacement in Wales and Ireland in 1989, a captain in League Two in 1991 and an all-black this year in Australia.', 'The most famous of these players was Kevin Schuler, a replacement from Wales and Ireland in 1989, captain in League Two in 1991 and this year all-black in Australia.']" -85,"['Among', 'the', 'protestors', 'were', 'members', 'of', 'the', 'US', 'radical', 'environmentalist', 'group,', 'Earth', 'First!,', 'currently', 'establishing', 'itself', 'in', 'Britain.']","[7, 8]",0,us,"Among the protestors were members of the US radical environmentalist group, Earth First!, currently establishing itself in Britain.","['Among the protesters were members of the radical US environmental group Earth First!, which is establishing itself in Britain.', 'Among the protesters were members of the radical US environmental organisation Earth First!, which is currently active in the UK.', 'Among the protesters were members of the radical US environmental organisation Earth First!, which has since been founded in the UK.', 'Among the protesters were members of the radical US environmental group Earth First!, which is currently based in the UK.', 'Among the demonstrators were members of the radical US environmental group Earth First!, which is currently active in the UK with an initiative.']" -86,"['On', 'return', 'to', 'Hungary', 'we', 'stopped', 'one', 'night', 'in', 'Satu', 'Mare,', 'the', 'last', 'big', 'frontier', 'town', 'in', 'Rumania', '.']","[17, 18]",0,rumania,"On return to Hungary we stopped one night in Satu Mare, the last big frontier town in Rumania.","['After our return to Hungary we spent a night in Satu Mare, the last big border town in Romania.', 'On our return to Hungary we spent a night in Satu Mare, the last big border town in Romania.', 'Back in Hungary we spent a night in Satu Mare, the last big border town in Romania.', 'On our way back to Hungary we stopped for a night in Satu Mare, one of the last border towns in Romania.', 'On our way back to Hungary we stop at Satu Mare, the last big border town in Romania.']" -87,"['It', 'had,', 'for', 'example,', 'to', 'struggle', 'with', 'West', ""Germany's"", 'complaints', 'about', 'a', 'High', 'Authority', 'decision', 'to', 'allow', 'French', 'steel', 'to', 'be', 'sold', 'within', 'West', 'Germany', 'with', 'a', 'lower', 'level', 'of', 'taxation', 'than', 'that', 'placed', 'upon', 'its', 'own', 'steel', 'being', 'sold', 'in', 'France.']","[23, 25]",0,west germany,"It had, for example, to struggle with West Germany's complaints about a High Authority decision to allow French steel to be sold within West Germany with a lower level of taxation than that placed upon its own steel being sold in France.","[""It had to contend with the Federal Republic's complaints about a decision by the High Authority to allow the sale of French steel in West Germany at lower taxes than the sale of its own steel in France."", 'It has had to deal with complaints from the Federal Republic of Germany about a decision by the High Authority to allow French steel to be marketed within the Federal Republic at lower taxes than for its own steel sold in France.', ""It had to deal, for example, with West Germany's appeal against a High Authority decision to allow French steel to be sold domestically at a lower tax rate than on its own steel sold in France."", 'For example, it has had to deal with complaints from the Federal Republic of Germany about a Supreme Court ruling that French steel can be marketed within Germany at a lower price than its own steel sold in France.', ""Monsanto, for example, has had to contend with lawsuits brought by West Germany against a high court's decision to allow the sale of French steel within Germany at lower foreign taxes than that of steel sold in France.""]" -88,"[""ITALY'S"", 'AC', 'Milan', 'maintained', 'their', 'impressive', 'form', 'with', 'a', '2-1', 'European', 'Cup', 'victory', 'over', 'PSV', 'Eindhoven', 'in', 'Holland', '.']","[17, 18]",0,holland,ITALY'S AC Milan maintained their impressive form with a 2-1 European Cup victory over PSV Eindhoven in Holland.,"['ITALY AC Milan maintained their impressive form with a 2-1 European Cup win over PSV Eindhoven in Holland.', 'AC Milan maintained their impressive form with a 2-1 European Cup win over PSV Eindhoven in the Netherlands.', 'AC Milan maintained their impressive form with a 2-1 European Cup win over PSV Eindhoven in Holland.', 'ITALY AC Milan maintained their impressive form with a 2-1 win over PSV Eindhoven.', 'AC Milan have prevailed in Italy with a 2-1 European Cup win over PSV Eindhoven in the Netherlands.']" -89,"['South', 'Asian', 'calicoes', 'in', 'both', 'silk', 'and,', 'later', 'on,', 'cotton', 'became', 'an', 'increasingly', 'desirable', 'commodity', 'in', 'Britain', ',', 'first', 'as', 'a', 'luxury', 'item', 'but', 'subsequen\xadtly', 'as', 'a', 'widely', 'used', 'material.']","[16, 17]",0,britain,"South Asian calicoes in both silk and, later on, cotton became an increasingly desirable commodity in Britain, first as a luxury item but subsequenÂtly as a widely used material.","['South Asian potassium from silk and later cotton became increasingly popular in Britain - initially as a luxury item, but later as a widely used material.', 'South Asian calicos in silk and later cotton became increasingly popular in Britain, initially as luxury items, but later often as a material.', 'South Asian calicos made of silk and later cotton became increasingly popular in Britain, first as luxury goods and later as widely used materials.', 'South Asian shades of silk blue and later cotton became an increasingly sought-after raw material in Britain - first as a luxury item, later as a widely used material.', 'South Asian limestone made of silk and later cotton became an increasingly sought-after commodity in Britain, initially as a luxury item, but later as a widely used material.']" -90,"['Singapore', ':', 'Shares', 'closed', 'firmer', 'across', 'the', 'board', 'in', 'active', 'trade,', 'with', 'the', 'Straits', 'Times', 'index', '8.17', 'points', 'higher', 'at', '1,413.15.']","[0, 1]",0,singapore,"Singapore: Shares closed firmer across the board in active trade, with the Straits Times index 8.17 points higher at 1,413.15.","['Singapore: Stocks closed steady in active trading, with the Straits Times index up 8.17 points at 1,413.15.', 'Singapore: Shares closed firmer overall in active trading, with the Straits Times index up 8.17 points at 1,413.15.', 'Singapore: Stocks closed steady in active trading and the Straits Times index was 8.17 points higher at 1,413.15.', 'Singapore: Stocks closed firmer throughout active trading, with the Straits Times index trading 8.17 points higher at 1,413.15.', 'Singapore: Stocks closed firmer overall in equity trading, with the Straits Times index trading 8.17 points higher at 1413.15.']" -91,"['Laporte', 'of', 'the', 'UK', 'and', 'Solvay', 'of', 'Belgium', 'are', 'discussing', 'a', 'breakup', 'of', 'their', 'Interox', 'joint', 'venture.']","[3, 4]",0,uk,Laporte of the UK and Solvay of Belgium are discussing a breakup of their Interox joint venture.,"['Laporte of Great Britain and Solvay of Belgium are talking about splitting their Interox joint venture.', 'Laporte in the UK and Solvay in Belgium are discussing the dissolution of their joint venture Interox.', 'Laporte (UK) and Solvay (Belgium) are considering splitting their Interox joint venture.', 'Laporte of the UK and Solvay of Belgium are negotiating the dissolution of their joint venture Interox.', 'Laporte (UK) and Solvay (Belgium) discussed the dissolution of their joint venture Interox.']" -92,"['A', 'last', 'distinction', 'between', 'calming', 'experience', 'in', 'Britain', 'after', 'The', 'Brow', 'and', 'that', 'on', 'the', 'Continent', 'since', 'the', 'Woonerf,', 'lies', 'in', 'the', 'dissimilar', 'attitudes', 'of', 'government', 'transport', 'departments', 'as', 'reflected', 'in', 'their', 'literature.']","[7, 8]",0,britain,"A last distinction between calming experience in Britain after The Brow and that on the Continent since the Woonerf, lies in the dissimilar attitudes of government transport departments as reflected in their literature.","[""A final difference between the British experience after The Brow and on the Continent since the Woonerf is the different attitudes of the government's transport ministries as expressed in their literature."", 'A final difference between the reassuring experiences in Britain since The Brow and those on the continent since Woonerf is the different attitudes of the transport ministries, reflected in their literature.', ""A definitive distinction between the Great Britain after Woonerf and the Continent after Woonerf arose from the differing attitudes of the government's transport ministries, reflected in their literature."", 'A final difference between the British experience of The Brow and that of the continent since the Woonerf is the different attitudes of the transport authorities.', 'Since the Brow, there has been a definite difference between reassuring experiences in Britain and those on the Continent since the Woonerf.']" -93,"['World', 'Bank', 'officials', 'have', 'no', 'pat', 'answers', 'for', 'why', 'there', 'has', 'been', 'so', 'little', 'trickle-down', 'in', 'Thailand', '.']","[16, 17]",0,thailand,World Bank officials have no pat answers for why there has been so little trickle-down in Thailand.,"['World Bank officials have no coherent answers as to why so little is leaked in Thailand.', 'World Bank officials do not know why so little of the crowd flocks to Thailand.', 'World Bank officials have no answers as to why so little aid has been provided in Thailand.', 'World Bank officials have no easy answers to why Thailand had so little ""rickle down.""', 'World Bank officials have no answers as to why Thailand leaked so little.']" -94,"['The', 'Soviet', 'Union', 'paid', 'the', 'highest', 'price', 'for', 'the', ""Allies'"", 'victory', 'over', ""Hitler's"", 'Germany', 'in', '1945.']","[13, 14]",0,germany,The Soviet Union paid the highest price for the Allies' victory over Hitler's Germany in 1945.,"[""The Soviet Union paid the highest price for the Allied victory over Hitler's Germany in 1945."", ""In 1945, the Soviet Union paid the highest price for the Allied victory over Hitler's Germany."", ""The Soviet Union paid the highest price for the Allied victory over Hitler's Germany in 1945."", ""In 1945, the Soviet Union paid the highest price for the Allied victory over Hitler's Germany."", ""The Soviet Union paid the highest price for the Allied victory over Hitler's Germany in 1945.""]" -95,"['Side-by-side', 'with', 'the', 'political', 'philosophers', 'was', 'the', 'work', 'of', 'the', 'sociologists,', 'represented', 'in', 'Britain', 'most', 'eminently', 'by', 'Ralf', 'Dahrendorf.']","[13, 14]",0,britain,"Side-by-side with the political philosophers was the work of the sociologists, represented in Britain most eminently by Ralf Dahrendorf.","['Side by side with the political philosophers went the work of the sociologists, most prominently represented in Great Britain by Ralf Dahrendorf.', 'Side by side with the political philosophers stood the work of sociologists, in Great Britain the most important represented by Ralf Dahrendorf.', 'Side by side with the political philosophers stood the sociologists, most prominently represented in Great Britain by Ralf Dahrendorf.', 'The sociologists, represented in Great Britain by Ralf Dahrendorf, acted side by side with the political philosophers.', 'At the side of the political philosophers stood the work of the sociologists, who were promoted in Great Britain and represented there above all by Ralf Dahrendorf.']" -96,"['Nevertheless,', 'he', 'went', 'and', 'discussed', 'the', 'details', 'of', 'the', 'job', 'with', 'the', 'cultural', 'attaché', 'at', 'the', 'US', 'Embassy.']","[16, 17]",0,us,"Nevertheless, he went and discussed the details of the job with the cultural attaché at the US Embassy.","['Nevertheless, he went and discussed the details of the work with the cultural attaché of the US Embassy.', ""Still, he went and discussed the details of the job with the U.S. Embassy's cultural attaché."", 'Nevertheless, he had discussed the details of the task with the cultural attaché of the US embassy.', ""However, he said he had discussed details of the task with the U.S. Embassy's cultural attaché."", ""Nevertheless, he went and explained the details of the task to the US Embassy's cultural attaché.""]" -97,"['It', 'was', 'Maria', 'Luigia', 'who', 'commissioned', 'the', 'building', 'of', 'the', 'Teatro', 'Regio,', 'with', 'its', 'white', 'and', 'gold', 'and', 'red', 'plush', 'interior,', 'and', 'appointed', 'Paganini,', 'who', 'had', 'lived', 'in', 'Parma', 'since', 'the', 'age', 'of', 'twelve,', 'to', 'be', 'one', 'of', 'the', 'directors', 'of', 'her', 'orchestra,', 'at', 'that', 'time', 'the', 'finest', 'in', 'all', 'Italy', '.']","[50, 51]",0,italy,"It was Maria Luigia who commissioned the building of the Teatro Regio, with its white and gold and red plush interior, and appointed Paganini, who had lived in Parma since the age of twelve, to be one of the directors of her orchestra, at that time the finest in all Italy.","['Maria Luigia commissioned the construction of the Teatro Regio, with its plush white, gold and red interiors, and appointed Paganini, who had lived in Parma since she was twelve, as one of the conductors of her orchestra, which was then the best in Italy.', 'Maria Luigia commissioned the Teatro Regio with its plush white, gold and red interiors and appointed Paganini, who had lived in Parma since she was twelve, as one of the conductors of her orchestra, one of the best in Italy at the time.', 'Maria Luigia designed the construction of the Teatro Regio with plush white, gold and red interiors and appointed Paganini, who had lived in Parma since she was twelve, as one of the conductors of her orchestra, which was then the most beautiful in Italy.', 'It was Maria Luigia who commissioned the construction of the Teatro Regio, with its plush white, gold and red interiors, and who appointed Paganini, who had lived in Parma since the age of twelve, as principal conductor of her orchestra, considered the best in Italy at the time.', 'It was Maria Luigia who built the Teatro Regio, with its multicoloured white-gold-red interior, and who appointed the riding Paganini, who had lived in Parma since she was twelve, as one of the directors of her orchestra, which was then the best in Italy.']" -98,"['DOOMED:', 'The', 'Pakistan', ""jet's"", 'flightpath', 'to', 'tragedy']","[2, 3]",0,pakistan,DOOMED: The Pakistan jet's flightpath to tragedy,"['DOOMED: The descent of the Pakistani jet', ""Low blow: Pakistani jet's trajectory leads to tragedy"", 'Pakistani jet passenger flight ends in tragedy', ""DOOMD: Pakistan jet's escape route to tragedy"", ""BUILDING: Tragedy over breakdown of 57 'singular' plane""]" -99,"['He', 'was', 'affected', 'by', 'the', 'writings', 'of', 'that', 'new', 'teacher', 'in', 'Germany', '.']","[11, 12]",0,germany,He was affected by the writings of that new teacher in Germany.,"['He was impressed by the writings of the new teacher in Germany.', 'He was inspired by the writings of the new teacher in Germany.', 'He was impressed by the writings of this new German teacher.', 'He had been affected by the writings of the new teacher in Germany.', 'He felt affected by the writing of this new teacher in Germany.']" -100,"['These', 'objects', 'were', 'produced', 'using', 'a', 'revolutionary', 'new', 'process', 'which', 'until', 'recently,', 'was', 'unavailable', 'in', 'Britain', '.']","[15, 16]",0,britain,"These objects were produced using a revolutionary new process which until recently, was unavailable in Britain.","['These objects were manufactured using a revolutionary new process that was not available in the UK until recently.', 'These objects were manufactured using a revolutionary new process that was not available in the UK until recently.', 'These objects were manufactured using a revolutionary, novel process that was not available in the UK until recently.', 'These objects were created using a revolutionary new process that was not available in England until recently.', '""The Messenger"" by Doris Uhlig was published in the British press.']" -101,"['The', 'other', 'laureates', 'are', 'South', 'Africa', ""'s"", 'Archbishop', 'Desmond', 'Tutu;', 'Northern', ""Ireland's"", 'Betty', 'Williams', 'and', 'Mairead', 'Corrigan-Maguire;', 'Adolfo', 'Perez', 'Esquivel', 'of', 'Argentina;', 'Ross', 'Daniels', 'representing', 'Amnesty', 'International', 'and', 'Donna', 'Kyle', 'Anderton,', 'representing', 'the', 'Quaker', 'organisation', 'the', 'American', 'Friends', 'Service', 'Committee.']","[4, 6]",0,south africa,"The other laureates are South Africa's Archbishop Desmond Tutu; Northern Ireland's Betty Williams and Mairead Corrigan-Maguire; Adolfo Perez Esquivel of Argentina; Ross Daniels representing Amnesty International and Donna Kyle Anderton, representing the Quaker organisation the American Friends Service Committee.","['The other recipients are Archbishop Desmond Tutu of South Africa, Betty Williams of Northern Ireland and Mairead Corrigan-Maguire of Ireland, Adolfo Perez Esquivel of Argentina, Ross Daniels of Amnesty International and Donna Kyle Anderton of the Quaker organization American Friends Service Committee.', 'The other recipients are South African Archbishop Desmond Tutu, Northern Irishmen Betty Williams and Mairead Corrigan-Maguire, Adolfo Perez Esquivel from Argentina, Ross Daniels, Amnesty International representative, and Donna Kyle Anderton, Quaker representative of the American Friends Service Committee.', ""The other recipients are South Africa's Archbishop Desmond Tutu, Northern Irish intellectuals Betty Williams and Mairead Corrigan-Maguire, Adolfo Perez Esquivel of Argentina, Ross Daniels of Amnesty International, and Donna Kyle Anderton of the Quaker organization American Friends Service Committee."", 'The other recipients are Archbishop Desmond Tutu of South Africa, Betty Williams and Mairead Corrigan-Maguire of Northern Ireland, Adolfo Perez Esquivel of Argentina, Ross Daniels of Amnesty International and Donna Kyle Anderton of the Quaker organization American Friends Service Committee.', ""The other recipients are South Africa's Archbishop Desmond Tutu, Betty Williams from Northern Ireland and Mairead Corrigan-Maguire from Ireland, Adolfo Perez Esquivel from Argentina, Ross Daniels from North Korea from Amnesty International and Donna Kyle Anderton from the United States.""]" -102,"['Mrs', ""Dale's"", 'Diary,', 'which', 'ran', 'for', 'twenty-one', 'years', 'on', 'BBC', 'radio', 'from', '1948,', 'was', 'always', 'gently', 'laced', 'with', 'humour;', 'its', 'rural', 'rival,', 'The', 'Archers,', 'which', 'began', 'two', 'years', 'later,', 'is', 'a', 'broadly', 'similar', 'amalgam', 'of', 'the', 'playful', 'and', 'the', 'sentimental;', 'and', 'between', 'them,', 'in', 'a', 'sub-literary', 'sort', 'of', 'way,', 'they', 'illustrate', 'the', 'power', 'of', 'a', 'revived', 'realism', 'in', 'post-war', 'Britain', ':', 'quite', 'different', 'from', 'the', 'grand-opera', 'histrionics', 'of', 'American', 'TV', 'soaps', 'like', 'Dallas', 'or', 'Dynasty,', 'which', 'are', 'scarcely', 'funny', 'at', 'all,', 'at', 'least', 'in', 'intention,', 'and', 'wildly', 'unrealistic', 'as', 'images', 'of', 'how', 'the', 'rich', 'in', 'the', 'United', 'States', 'really', 'live.']","[59, 60]",0,britain,"Mrs Dale's Diary, which ran for twenty-one years on BBC radio from 1948, was always gently laced with humour; its rural rival, The Archers, which began two years later, is a broadly similar amalgam of the playful and the sentimental; and between them, in a sub-literary sort of way, they illustrate the power of a revived realism in post-war Britain: quite different from the grand-opera histrionics of American TV soaps like Dallas or Dynasty, which are scarcely funny at all, at least in intention, and wildly unrealistic as images of how the rich in the United States really live.","[""Mrs. Dale's Diary, which ran on BBC radio for 21 years from 1948, was always light and humorous; its rural rival The Archers, launched two years later, is a largely similar amalgam of the playful and the sentimental; and in between, in a subliterary way, they illustrate the power of a revived realism in post-war Britain - in contrast to the great operatic historiography of American TV soaps such as Dallas or Dynasty, which are not very funny, at least not intentionally, and as images of how the rich of the United States actually live."", ""Mrs. Dale's Diary, which ran on BBC radio for 21 years from 1948, was always lightly peppered with humour; its rural rival The Archers, launched two years later, is a largely similar amalgam of the playful and the sentimental, and in between, in a subliterary way, illustrates the power of a revived realism in postwar Italy: the large-scale history of American TV soaps such as Dallas and Dynasty, which are unfunny and unrealistic - at least intentionally - as images of the real life of the rich in the United States."", ""Mrs. Dale's Diary, which ran on BBC radio for 21 years from 1948, was always gently decorated with humour; its country rival The Archers, launched two years later, is a largely similar amalgam of the playful and the sentimental, and in between there emerges the power of realism revived in post-war Britain: very different from the great opera-historian series of American TV soaps such as Dallas and Dynasty, which are anything but funny, at least deliberately and entirely unrealistic as images of the real life of the rich in the United States."", ""Mrs. Dale's Diary, broadcast on BBC radio for 21 years from 1948, has always had a gently humorous arc of tension; its rural rival The Archers, launched two years later, is a largely synonymous amalgam of the playful and the sentimental, and in between, in a subliterary way, illustrates the power of a new realism in post-war Britain: very different from the proliferating histrionics of American TV soaps such as Dallas and Dynasty, which, at least in their intent, are unfunny and unrealistic images of how the rich really live in the United States."", ""Mrs. Dale's Diary, which ran on BBC radio for 21 years from 1948, was always peppered with humour; its rural rival The Archers, launched two years later, is a largely similar amalgam of the playful and the sentimental; and in between, in a subliterary way, they illustrate the power of renewed realism in post-war Britain: very different from the grandiose operatic histrionics of American TV soaps such as Dallas and Dynasty, which seem - at least intentionally - anything but funny and completely unrealistic when it comes to how the rich really live in the United States.""]" -103,"['On', 'the', 'assumption', 'that', 'most', 'parties', 'in', 'the', 'House', 'wish', 'to', 'remain', 'in', 'NATO,', 'why', 'is', 'it', 'necessary', 'for', 'the', 'United', 'Kingdom', 'to', 'have', 'a', 'capability', 'of', 'this', 'kind,', 'in', 'addition', 'to', 'the', 'United', 'States', 'capability?']","[20, 22]",0,united kingdom,"On the assumption that most parties in the House wish to remain in NATO, why is it necessary for the United Kingdom to have a capability of this kind, in addition to the United States capability?","['Assuming that most parties in the house want to stay in NATO, why should Britain have such a capability in addition to the US?', 'Given that most parties in this House want to remain in NATO, why is it necessary for Britain to have such capabilities in addition to those of the United States?', 'Assuming that most parties and factions at home want to remain in NATO, why does Britain need such a capability, in addition to the US?', 'Or, assuming that most parties in this House want to remain in NATO, why does Britain need such an option in addition to the US?', 'Assuming that most parties in the House want to remain in NATO, why is it necessary for Britain to have such capabilities in addition to those of the United States?']" -104,"['The', ""Children's"", 'Tropical', 'Forests', 'Appeal', 'has', 'been', 'set', 'up', 'to', 'raise', '£10,000', 'to', 'buy', 'at', 'least', '285', 'acres', 'of', 'threatened', 'tropical', 'forest', 'in', 'the', 'Jatun', 'Sacha', 'area', 'of', 'Ecuador', '.']","[28, 29]",0,ecuador,"The Children's Tropical Forests Appeal has been set up to raise £10,000 to buy at least 285 acres of threatened tropical forest in the Jatun Sacha area of Ecuador.","[""The Children's Tropical Forests Appeal was set up to raise £10,000 to buy at least 285 hectares of the threatened tropical forest in the Jatun Sacha area of Ecuador."", ""The Children's Tropical Forests Appeal was set up to raise £10,000 to buy at least 285 hectares of threatened tropical forests in the Jatun Sacha region of Ecuador."", ""The Children's Tropical Forests Appeal was set up to raise £10,000 to buy at least 285 hectares of threatened tropical forest in the Jatun Sacha area of Ecuador."", ""The Children's Tropical Wests Appeal was set up to raise £10,000 to buy at least 285 hectares of threatened tropical forest in the Jatuns Sacha area of Ecuador."", ""The Children's Tropical Forests Appeal was set up to raise £10,000 to buy at least 285 hectares of threatened tropical forest in the Jatun Sacha region of Ecuador.""]" -105,"['Friendly', 'fire', 'mother', 'meets', 'US', 'Ambassador']","[4, 5]",0,us,Friendly fire mother meets US Ambassador,"['Friendly mother meets US ambassador', 'Friendly mother meets US ambassador', 'Mother of firefighter friend meets US ambassador', 'Friendly mother meets US ambassador', 'Friendly mother meets US ambassador']" -106,"['The', 'US', 'will,', 'however,', 'be', 'able', 'to', 'pick', 'up', 'thematic-mapper', 'information', 'with', 'a', 'ground', 'station', 'at', 'White', 'Sands,', 'New', 'Mexico,', 'to', 'which', 'data', 'will', 'be', 'routed', 'via', 'the', 'US', ""'s"", 'new', 'tracking', 'and', 'data', 'relay', 'satellites.']","[28, 29]",0,us,"The US will, however, be able to pick up thematic-mapper information with a ground station at White Sands, New Mexico, to which data will be routed via the US's new tracking and data relay satellites.","['However, the US will be able to collect information from a ground station in White Sands, New Mexico, to which the data will be transmitted via the new US positioning and data transmission satellites.', 'However, the US will be able to collect information from a ground station in White Sands, New Mexico, to which data from the new US surveillance and data relay satellites will be transmitted.', 'However, the US will be able to contact a ground station in White Sands, New Mexico, to which the data will be transmitted via the new US positioning and data relay satellites.', 'The US will be able to access thematic and cartographic information from a ground station in White Sands, New Mexico, to which the data will be transmitted by the new US positioning and data relay satellites.', 'However, the US is able to record the maps of thematic LAS data with a ground station at White Sands in New Mexico, to which the data about the new problems in the areas of location and data transmission are forwarded.']" -107,"['Following', 'the', 'report', 'in', 'early', '1990', 'by', 'accountants', 'Coopers', 'and', 'Lybrand', 'into', 'the', 'activities', 'of', 'offshore', 'financial', 'businesses', 'in', 'the', ""UK's"", 'Caribbean', 'dependent', 'territories,', 'it', 'was', 'agreed', 'in', 'talks', 'in', 'May', 'between', 'UK', 'government', 'officials', 'and', 'the', 'Chief', 'Minister,', 'Emile', 'Gumbs,', 'that', 'Anguilla', ""'s"", 'Constitution', 'would', 'be', 'amended', '(by', 'Order', 'in', 'Council', 'within', 'the', 'next', 'few', 'months)', 'to', 'allow', 'the', 'Governor', 'to', 'assume', 'responsibility', 'for', 'the', 'offshore', 'financial', 'sector.']","[42, 43]",0,anguilla,"Following the report in early 1990 by accountants Coopers and Lybrand into the activities of offshore financial businesses in the UK's Caribbean dependent territories, it was agreed in talks in May between UK government officials and the Chief Minister, Emile Gumbs, that Anguilla's Constitution would be amended (by Order in Council within the next few months) to allow the Governor to assume responsibility for the offshore financial sector.","[""After examining a report by the auditors Coopers and Lybrand in early 1990 on the activities of offshore financial companies in the UK-dependent Caribbean, it was agreed in talks between British officials and Prime Minister Emile Gumbs in May that Anguilla's constitution would be amended (by Council Decision within the next few months) to allow the Governor to assume responsibility for the offshore financial sector."", ""Following Coopers and Lybrand's report in early 1990 on UK-dependent offshore finance activities in the Caribbean, it was agreed in May during talks between government officials and Minister Emile Gumbs that Anguilla's constitution would be amended (by order of the Council within the next few months) to allow the Governor to assume responsibility for the offshore financial sector."", ""After the Coopers and Lybrand auditors reported in early 1990 on offshore finance activities in the Caribbean dependent on the United Kingdom, it was agreed in May, in talks between British officials and Prime Minister Emile Gumbs, that Anguilla's Constitution would be amended (by Council Decision within the next few months) to allow the Governor to assume responsibility for the offshore financial sector."", ""In early 1990, after auditors Coopers and Lybrand produced a report on offshore finance activities in the British-dependent Caribbean territories, it was decided in May, in talks between British officials and Emile Gumbs, that Anguilla's constitution should be amended (by a Council decision within the next few months) to allow the Governor to assume responsibility for the offshore financial sector."", 'Following the May report by auditors Coopers and Lybrand on offshore finance activities in the UK dependent Caribbean territories, it was agreed during talks between British officials and Prime Minister Emile Gumbs that the Angola Constitution (Council order within the next few months) should be amended to give the Governor responsibility for the offshore financial sector.']" -108,"['It', 'has', 'also', 'been', 'exported', 'to', 'Argentina,', 'Uruguay,', 'the', 'USA,', 'Canada,', 'Australia,', 'New', 'Zealand,', 'Germany', 'and,', 'in', 'surprisingly', 'large', 'numbers,', 'to', 'Hungary,', 'where', 'in', 'one', 'herd', 'alone', 'there', 'are', '800', 'pure', 'or', 'graded-up', 'polled', 'Lincoln', 'cows', 'at', 'Szentes,', 'near', 'the', 'Romanian', 'border.']","[14, 15]",0,germany,"It has also been exported to Argentina, Uruguay, the USA, Canada, Australia, New Zealand, Germany and, in surprisingly large numbers, to Hungary, where in one herd alone there are 800 pure or graded-up polled Lincoln cows at Szentes, near the Romanian border.","['It has also been exported to Argentina, Uruguay, the United States, Canada, Australia, New Zealand, Germany, and - in surprising numbers - Hungary, where, in Szentes alone, near the Romanian border, there are 800 pure or divided Lincoln cows in a herd.', 'It has also been exported to Argentina, Uruguay, the United States, Canada, Australia, New Zealand, Germany and, surprisingly, Hungary, where in one herd alone there are 800 pure or upgraded Lincoln cattle in Szentes on the Romanian border.', 'To Argentina, Uruguay, the USA, Canada, Australia, New Zealand, Germany and - in surprisingly large numbers - to Hungary, where there are 800 pure or pure Lincoln cows in a herd near Szentes near the Romanian border alone.', 'It has been exported to Argentina, Uruguay, the United States, Canada, Australia, New Zealand, Germany and Hungary, where in one herd alone there are 800 pure-bred or classified Lincoln cows in Szentes near the Romanian border.', 'It has also been exported to Brazil, Argentina, Uruguay, Canada, Germany, Australia, New Zealand and Hungary, where in one herd alone there are 800 pure or discarded Lincoln cattle in Szentes on the border with Romania.']" -109,"['The', 'first', 'attempt', 'by', 'the', 'Arab', 'states', 'to', 'formulate', 'a', 'unified', 'response', 'to', 'the', 'invasion', 'came', 'late', 'on', 'Aug.', '3,', 'over', '40', 'hours', 'after', 'Iraqi', 'troops', 'first', 'crossed', 'into', 'Kuwait', '.']","[29, 30]",0,kuwait,"The first attempt by the Arab states to formulate a unified response to the invasion came late on Aug. 3, over 40 hours after Iraqi troops first crossed into Kuwait.","['The Arab states ""first attempt to formulate a unified response to the invasion took place on August 3, more than 40 hours after Iraqi troops entered Kuwait.', 'The first attempt by Arab states to formulate a unified response to the invasion came late on August 3, more than 40 hours after Iraqi troops first crossed through Kuwait.', 'The first attempt by Arab states to formulate a coherent response to the invasion came late on August 3, more than 40 hours after Iraqi troops first entered Kuwait.', 'The first attempt by Arab states to give a unified response to the invasion came late on August 3, more than 40 hours after Iraqi troops first entered Kuwait.', 'The first attempt by Arab states to formulate a unified response to the invasion came on August 3, more than 40 hours after Iraqi forces overran Kuwait.']" -110,"['`', 'Most', 'of', 'the', 'atrocities', 'had', 'been', 'committed', 'against', 'the', 'civilian', 'population', 'of', 'Singapore', 'and', 'neighbouring', 'areas', 'like', 'Sumatra,', 'Java,', 'Malaya', 'and', 'the', 'Nicobar', 'Islands', '.']","[23, 25]",0,nicobar islands,"Most of the atrocities had been committed against the civilian population of Singapore and neighbouring areas like Sumatra, Java, Malaya and the Nicobar Islands.","['Most of the atrocities were committed against the civilian population of Singapore and neighbouring areas such as Sumatra, Java, Malaysia and the Nicobar Islands.', 'Most of these atrocities were committed against the civilian population of Singapore and neighbouring regions such as Sumatra, Java, Malaya and the Nicobar Islands.', 'Most of the acts were committed against the civilian population of Singapore and neighbouring areas such as Sumatra, Java, Malaya and the Nicobar Islands.', 'Most of the atrocities were committed against the civilian population of Singapore and neighbouring regions such as Sumatra, Java, Malaya and the Nicobar Islands.', 'Most of the atrocities were committed against the civilian population of Singapore and in neighbouring areas such as Sumatra, Java, Malaya and the Nicobar Islands.']" -111,"['Mary', 'as', 'dauphiness', 'of', 'France', '.']","[4, 5]",0,france,Mary as dauphiness of France.,"['Mary as the arrogance of France.', 'Maria as a monument of shame in France.', 'Mary as the grandmother of France.', 'Mary as the sorceress of France.', 'Maria as a bastion of France.']" -112,"['Ho', 'Dam,', '62,', 'one', 'of', 'North', 'Korea', ""'s"", 'most', 'senior', 'statesmen', 'and,', 'since', '1983', 'a', 'member', 'of', 'the', 'politburo', 'of', 'the', 'ruling', 'Korean', ""Workers'"", 'Party', 'and', 'Chairman', 'of', 'the', 'Committee', 'for', 'the', 'Peaceful', 'Reunification', 'of', 'the', 'Fatherland,', 'died', 'in', 'Pyongyang', 'on', 'May', '11', 'after', 'a', 'long', 'illness.']","[5, 7]",0,north korea,"Ho Dam, 62, one of North Korea's most senior statesmen and, since 1983 a member of the politburo of the ruling Korean Workers' Party and Chairman of the Committee for the Peaceful Reunification of the Fatherland, died in Pyongyang on May 11 after a long illness.","['Ho Dam, 62, one of North Korea\'s most senior statesmen and a member of the Politburo of the ruling Korean Workers ""Party since 1983 and chairman of the Committee for the Peaceful Reunification of the Fatherland, died in Pyongyang on May 11 after a long illness.', 'Ho Dam, 62, one of North Korea\'s most senior statesmen and a member of the Politburo of the ruling Korean Workers ""Party (SED) since 1983 and chairman of the Committee for the Peaceful Reunification of the Fatherland, died in Pyongyang on 11 May after a long illness.', 'Ho Dam, 62, one of North Korea\'s leading statesmen and a member of the Politburo of the ruling Korean Workers ""Party (CCP) since 1983 and chairman of the Committee for the Peaceful Reunification of the Fatherland (KPND), died in Pyongyang on May 11 after a long illness.', 'Ho Dam, 62, one of North Korea\'s most senior statesmen since 1983 and a member of the Politburo of the ruling Korean Workers ""Party and chairman of the Committee for the Peaceful Reunification of the Fatherland, died in Pyongyang on May 11 after a long illness.', 'After a long illness, Ho Dam, 62, one of North Korea\'s most important leaders and a member of the Politburo of the ruling Korean Workers ""Party since 1983 and chairman of the Committee for the Peaceful Reunification of the Fatherland, died in Pyongyang on 11 May after a long illness.']" -113,"['A', 'Christian', 'evangelist', 'missionary', 'from', 'the', 'United', 'States,', 'William', 'Robinson,', 'was', 'shot', 'dead', 'by', 'gunmen,', 'claiming', 'to', 'be', 'from', 'the', 'Lebanese', 'Communist', 'Party,', 'in', 'the', 'southern', 'Lebanon', 'village', 'of', 'Rashaya', 'Foukhar', 'on', 'March', '27.']","[26, 27]",0,lebanon,"A Christian evangelist missionary from the United States, William Robinson, was shot dead by gunmen, claiming to be from the Lebanese Communist Party, in the southern Lebanon village of Rashaya Foukhar on March 27.","['A Christian missionary from the United States, William Robinson, was shot dead by gunmen posing as members of the Lebanese Communist Party in the southern Lebanese village of Rashaya Foukhar on March 27.', 'On March 27, in the southern Lebanese village of Rashaya Foukhar, a Christian missionary from the United States, William Robinson, was shot dead by gunmen posing as members of the Lebanese Communist Party.', 'American missionary William Robinson, a Christian evangelist, was shot dead by gunmen posing as members of the Lebanese Communist Party in the southern Lebanese village of Rashaya Foukhar on March 27.', 'Christian missionary William Robinson from the United States was shot dead on March 27 in the southern Lebanese village of Rashaya Foukhar by gunmen claiming to be members of the Lebanese Communist Party.', 'William Robinson, a missionary from the United States, was shot dead on March 27th in the southern Lebanese village of Rashaya Foukhar by gunmen pretending to be members of the Lebanese Communist Party.']" -114,"['`', 'When', 'I', 'was', 'still', 'involved', 'with', 'Vernons,', 'we', 'participated', 'in', 'the', 'introduction', 'of', 'the', 'lotteries', 'in', 'both', 'New', 'York', 'and', 'Sydney,', 'and', 'our', 'experience', 'then', 'told', 'me', 'that', 'football', 'pools', 'would', 'be', 'swept', 'away', 'should', 'lotteries', 'ever', 'come', 'to', 'Britain', '.']","[40, 41]",0,britain,"When I was still involved with Vernons, we participated in the introduction of the lotteries in both New York and Sydney, and our experience then told me that football pools would be swept away should lotteries ever come to Britain.","['When I was in Vernons, we were involved in the introduction of the lotteries in both New York and Sydney, and our experience taught me that if lotteries ever came to Britain, football pools would be swept away.', 'When I worked with Vernons, we were involved in the introduction of the lotteries in New York and Sydney, and our experience taught me then that if lotteries ever came to Britain, football pools would be swept away.', 'When I was in Vernons, we both attended the launch of the lotteries in New York and Sydney, and my experience taught me that if lotteries ever came to Britain, football pools would be washed away.', 'When I was still at Vernons, we were involved in the introduction of the lotteries in New York and Sydney, and our experience told me then that if the lotteries ever came to Britain, the football shares would be washed away.', 'When I worked with Vernons, we were involved in the introduction of the lotteries in New York and Sydney, and our experience taught me then that if lotteries ever came to Britain, football pools would be swept away.']" -115,"[""It's"", 'claimed', 'that', 'he', 'was', 'secretly', 'paid', 'commission', 'for', 'awarding', 'work', 'to', 'three', 'firms', 'in', 'Italy,', 'Germany', 'and', 'Norway', '.']","[18, 19]",0,norway,"It's claimed that he was secretly paid commission for awarding work to three firms in Italy, Germany and Norway.","['He is said to have secretly won contracts with three companies in Italy, Germany and Norway.', 'He is said to have secretly won contracts with three companies in Italy, Germany and Norway.', 'He is alleged to have secretly collected commissions for awarding contracts to three companies in Italy, Germany and Norway.', 'He is alleged to have secretly received commission payments for the award of work to three companies in Italy, Germany and Norway.', 'It is alleged that commissions were secretly paid to three companies in Italy, Germany and Norway.']" -116,"['Northern', 'Ireland', 'Members', 'were', 'disadvantaged', 'because', 'they', 'did', 'not', 'have', 'the', 'information', 'and', 'could', 'not', 'comment.']","[0, 2]",0,northern ireland,Northern Ireland Members were disadvantaged because they did not have the information and could not comment.,"['Northern Ireland MEPs were put at a disadvantage because of a lack of information and because they were unable to speak.', 'Members of the Northern Ireland Assembly were disadvantaged because they did not have the information and were unable to speak.', 'Members of the Northern Ireland Assembly were at a disadvantage because they did not have the information and did not speak out.', 'Members of the Northern Ireland Assembly were punished for not having the relevant information and for not even being able to speak.', 'Members in Northern Ireland were put at a disadvantage because they had no information and were unable to speak.']" -117,"['T', 'John', 'Yandell,', 'one', 'of', 'America', ""'s"", 'top', 'coaches,', 'has', 'produced', 'a', 'new', '60', 'minutes', 'teaching', 'video', 'for', 'beginners', 'and', 'those', 'wishing', 'to', 'improve', 'their', 'games.']","[5, 6]",0,america,"T John Yandell, one of America's top coaches, has produced a new 60 minutes teaching video for beginners and those wishing to improve their games.","['T John Yandell, one of the best coaches in America, has produced a new 60-minute tutorial video for beginners and those who want to improve their games.', ""T John Yandell, one of America's top coaches, has produced a new 60-minute tutorial video for beginners and those who want to improve their games."", ""T John Yandell, one of America's top coaches, has produced a new 60-minute tutorial video for beginners and those who want to improve their game."", 'T John Yandell, one of the greatest American coaches, has produced a new 60-minute instructor video for beginners and those who want to improve their game.', ""T John Yandell, one of America's best coaches, has produced a 60-minute instructional video for newcomers and those who want to improve their game.""]" -118,"['We', 'do', 'not', 'know', 'what', 'interest', 'rates', 'were', 'in', 'Israel', 'but', 'we', 'do', 'know', 'that', 'the', 'annual', 'rate', 'of', 'interest', 'in', 'the', 'ancient', 'Near', 'East', 'was', 'very', 'high:', 'in', 'Babylonia', 'and', 'Assyria', 'it', 'was', '20-25', 'per', 'cent', 'for', 'money', 'loans,', '33', 'per', 'cent', 'for', 'loans', 'in', 'kind', 'and', 'frequently', 'more;', 'in', 'Upper', 'Mesopotamia', 'and', 'Elam', 'rates', 'were', 'higher,', 'reaching', '50', 'per', 'cent', 'for', 'money', 'loans;', 'in', 'the', 'Ptolemaic', 'period', 'in', 'Egypt', 'rates', 'seem', 'to', 'have', 'been', 'around', '12', 'per', 'cent.']","[9, 10]",0,israel,"We do not know what interest rates were in Israel but we do know that the annual rate of interest in the ancient Near East was very high: in Babylonia and Assyria it was 20-25 per cent for money loans, 33 per cent for loans in kind and frequently more; in Upper Mesopotamia and Elam rates were higher, reaching 50 per cent for money loans; in the Ptolemaic period in Egypt rates seem to have been around 12 per cent.","['We do not know what interest was paid in Israel, but we know that the annual interest rates in the ancient Middle East were very high: in Babylon and Assyria it was 20-25% for money credits, 33% for natural credits and often more; in Upper Mesopotamia and Elam the interest rates were higher and reached 50% for money credits; during the Ptolemaic period in Egypt they were apparently around 12%.', 'We do not know what interest was paid in Israel, but we know that the annual interest rates in the ancient Middle East were very high: in Babylon and Assyria they were 20-25% for money loans, 33% for real estate loans and often more. In Upper Mesopotamia and Elam the interest rates were higher and reached 50% for money loans; in the Ptolemaic period in Egypt the prices seemed to be around 12%.', 'We do not know what the interest rates were in Israel, but we know that the annual interest rates in the Middle East were very high: in Babylon and Assyria they were 20-25% for money loans, 33% for in-kind loans and often more; in Upper Mesopotamia and Elam the rate for money loans was 50%; in the Ptolemaic period in Egypt it seems to be around 12%.', 'We do not know what the interest rate was, but we know that the annual interest rate in the Ancient Middle East was very high: in Babylon and Assyria it was only 20-25% for money credits, 33% for natural credits and often more; in Upper Mesopotamia and Elam the interest rate was as high as 50% for money credits; in the Ptolemaic period in Egypt it seemed to be around 12%.', 'We do not know what the interest rates were in Israel, but we do know that the annual interest rates in the ancient Middle East were very high: in Babylon and Assyria about 20-25% for money debts, 33% for real estate loans and often more; in Upper Mesopotamia and mmalian countries the interest rate on money claims was 50%; in the Ptolemaic period in Egypt the interest rate was about 12%.']" -119,"['Rob', 'Steen', 'talks', 'to', 'Pakistan', ""'s"", 'first', 'great', 'batsman,']","[4, 5]",0,pakistan,"Rob Steen talks to Pakistan's first great batsman,","[""Rob Steen talks to Pakistan's first big batsman"", ""Rob Steen talks to Pakistan's first big batsman"", ""Rob Steen talks to Pakistan's first big batsman"", ""Rob Steen talks to Pakistan's first big batsman"", ""Rob Steen talks to Pakistan's first big batsman""]" -120,"['In', 'Austria', ',', 'his', 'native', 'country,', 'his', 'trade', 'had', 'been', 'woodcarving.']","[1, 2]",0,austria,"In Austria, his native country, his trade had been woodcarving.","['In Austria, his homeland, his craft was woodcarving.', 'He had learned woodcarving in his native Austria.', 'His profession was woodcarving in his native Austria.', 'In his native Austria, he had made woodcarving his profession.', 'In Austria, his country of birth, his profession was woodcarving.']" -121,"['In', '1939', 'MI6', 'received', 'the', 'famous', 'Oslo', 'Report,', 'a', 'package', 'of', 'technical', 'information', 'delivered', 'to', 'the', 'British', 'Legation', 'in', 'Oslo,', 'containing', 'a', 'wealth', 'of', 'priceless', 'data', 'about', 'secret', 'weapon', 'developments', 'in', 'Germany', 'including', 'rocket', 'design', 'at', 'a', 'then', 'unheard', 'of', 'location', 'called', 'Peenemünde.']","[31, 32]",0,germany,"In 1939 MI6 received the famous Oslo Report, a package of technical information delivered to the British Legation in Oslo, containing a wealth of priceless data about secret weapon developments in Germany including rocket design at a then unheard of location called Peenemünde.","['In 1939, MI6 received the famous Oslo Report, a package of technical information delivered to the British embassy in Oslo containing a wealth of valuable data on secret weapons developments in Germany, including missile designs at a then unknown location called Peenemünde.', 'In 1939, MI6 received the infamous Oslo Report, a package of technical information handed over to the British embassy in Oslo, containing a wealth of valuable information about secret weapons developments in Germany, including the missile design at a then unknown location called Peenemünde.', 'In 1939, MI6 received the famous Oslo Report, which contained a package that had conveyed technical information to the British embassy in Oslo and contained a wealth of priceless data on secret weapons developments in Germany, including missile designs at a then unknown location called Peenemünde.', 'In 1939, MI6 received the famous Oslo Report, a package of technical data handed over to the British Embassy in Oslo, containing a wealth of valuable data on secret weapons developments in Germany, including missile designs at a then unknown location called Peenemünde.', 'In 1939 MI6 received the famous Oslo Report, a package of technical information handed over to the British delegation in Oslo, containing a wealth of irreplaceable data on secret weapons developments in Germany, including the missile design at a then unknown location called Peenemünde.']" -122,"['The', '48-year-old', 'star', 'of', 'US', 'soap', 'Falcon', 'Crest', 'is', 'also', 'no', 'pussycat', 'with', 'men.']","[4, 5]",0,us,The 48-year-old star of US soap Falcon Crest is also no pussycat with men.,"['The 48-year-old star of US soap Falcon Crest is no Pussycat Dolls.', 'The 48-year-old star of US soap Falcon Crest is no Pussycat Dolls.', 'The 48-year-old star of the US soap ""Falcon Crest"" isn\'t a pussycat having fun with men either.', 'The 48-year-old star of the US soap ""Falcon Crest"" isn\'t a dirty word for men either.', 'Nor is the 48-year-old star of US soap Falcon Crest a male pussycat.']" -123,"['Fortunately,', 'all', 'the', 'Trace', 'management', 'staff', 'are', 'staying', 'on,', 'and', 'Kaman', 'have', 'a', 'history', 'of', 'encouraging', 'its', 'subsidiary', 'companies', 'to', 'retain', 'their', 'own', 'product', 'identities,', 'so', 'we', 'at', 'Guitarist', 'sincerely', 'hope', 'that', 'one', 'of', 'Britain', ""'s"", 'brighter', 'amp', 'companies', 'will', 'be', 'allowed', 'the', 'freedom', 'to', 'continue', 'with', 'the', 'experimental', 'stuff.']","[34, 35]",0,britain,"Fortunately, all the Trace management staff are staying on, and Kaman have a history of encouraging its subsidiary companies to retain their own product identities, so we at Guitarist sincerely hope that one of Britain's brighter amp companies will be allowed the freedom to continue with the experimental stuff.","['Fortunately, all trace management staff remain with us and Kaman has been encouraging his subsidiaries to keep their own product identity for many years. At Guitarist, we sincerely hope that one of the brighter British amplifiers companies will be given the freedom to continue the experimental stuff.', 'Fortunately, all track management staff remain in place and Kaman has encouraged his subsidiaries to maintain their own product identity, so we at Guitarist sincerely hope that one of the brighter British amplifiers companies will be free to develop this experimental material.', 'Fortunately, all employees remain in trace management, and Kaman has encouraged subsidiaries to maintain their own product identity, so at Guitarist we sincerely hope that one of the smarter British amplifiers will be given the freedom to continue the experimental stuff.', 'Fortunately, the entire staff of trace management remains in place, and Kaman has already encouraged his subsidiaries to maintain their own product identity, so we at Guitarist very much hope that one of the better British companies will be given the freedom to continue with the experimental material.', 'Fortunately, all the track management staff are on site and Kaman has always encouraged his subsidiaries to maintain their own product identity, so at Guitarist we sincerely hope that one of the brighter amplifiers companies in the UK will be free to continue the experimental stuff.']" -124,"['The', 'aristocratic', 'grip', 'on', 'the', 'most', 'important', 'diplomatic', 'appointments', 'was', 'weaker', 'in', 'Great', 'Britain', ',', 'and', 'probably', 'in', 'Russia,', 'than', 'in', 'France,', 'Spain', 'or', 'the', 'Habsburg', 'territories.']","[12, 14]",0,great britain,"The aristocratic grip on the most important diplomatic appointments was weaker in Great Britain, and probably in Russia, than in France, Spain or the Habsburg territories.","['The aristocratic influence on the most important diplomatic appointments was weaker in Britain, and probably in Russia, than in France, Spain, or the Hapsburg territories.', 'The aristocratic influence on the most important diplomatic appointments was less in Great Britain and probably in Russia than in France, Spain or the Habsburg territories.', 'The aristocratic influence on the most important diplomatic appointments was weaker in Britain, and probably in Russia, than in France, Spain, or the Habsburg territories.', 'Aristocratic control over important diplomatic professions was weaker in Britain, and probably in Russia, than in France, Spain, or the Habsburg territories.', 'The aristocratic influence on the most important diplomatic appointments was therefore less in Britain, and probably in Russia, than in France, Spain, or the Habsburg states.']" -125,"['The', 'field', 'straddles', 'the', 'UK/Netherlands', 'median', 'line', 'and', 'is', 'the', 'first', 'UK', 'field', 'to', 'export', 'gas', 'to', 'mainland', 'Europe.']","[11, 12]",0,uk,The field straddles the UK/Netherlands median line and is the first UK field to export gas to mainland Europe.,"['The field straddles the midline between the UK and the Netherlands and is the first British gas field to export natural gas to mainland Europe.', 'The field stretches across the midline between the UK and the Netherlands and is the first British gas oil field to reach mainland Europe.', 'The field stretches across the median between the UK and the Netherlands and is the first British natural gas field to export gas to mainland Europe.', 'It is the first British gas field to export gas to mainland Europe.', 'The field spans the intermediate line between Great Britain and the Netherlands and is the first British natural gas export to Europe.']" -126,"['A', 'project', 'to', 'computerise', 'the', 'national', 'accounting', 'system', 'of', 'Romania', 'is', 'currently', 'under', 'way,', 'though', 'Ruman', 'expressed', 'caution', 'regarding', 'his', ""company's"", 'chances', 'of', 'winning', 'that', 'account.']","[9, 10]",0,romania,"A project to computerise the national accounting system of Romania is currently under way, though Ruman expressed caution regarding his company's chances of winning that account.","[""A project to computerise the Romanian accounting system is currently underway, although Ruman expressed caution about his company's chances of obtaining such an account."", ""A project to computerise the Romanian accounting system is currently underway, although Ruman expressed caution about his company's chances of obtaining this account."", ""A project to computerise Romania's national accounts is currently underway, although Ruman has expressed concerns about his company's chances of making a profit."", ""A project to computerise Romania's national accounting system is currently underway, although Ruman expressed caution about his house's chances of having such an account."", 'An agreement to take over the public finances was signed by the strike team, who were unimpressed.']" -127,"['CLASSY', 'Colin', 'McMillan', 'has', 'Scouser', 'Paul', 'Hodkinson', 'firmly', 'in', 'his', 'slick-moving', 'sights', '-', 'determined', 'to', 'prove', ""he's"", 'king', 'of', 'the', 'featherweights', 'in', 'Britain', '.']","[22, 23]",0,britain,CLASSY Colin McMillan has Scouser Paul Hodkinson firmly in his slick-moving sights - determined to prove he's king of the featherweights in Britain.,"[""CLASSY Colin McMillan has Scouser Paul Hodkinson firmly in his sights - he's determined to prove he's the king of featherweights in Britain."", 'CLASSY Colin McMillan has scout Paul Hodkinson firmly in his sights - determined to prove he is the king of featherweights in Britain.', 'CLASSY Colin McMillan has Scouser Paul Hodkinson firmly in his sights - and wants to prove he is the king of featherweights in Britain.', 'CLASSY Colin McMillan has Scouser Paul Hodkinson firmly in his sights - and wants to prove he is the king of British featherweights.', ""CLASSY Colin McMillan has Scouser Paul Hodkinson firmly in his sights - he's determined to prove himself the king of British featherweight.""]" -128,"['Solutions', 'to', 'population', 'pressure,', 'differentiation,', 'and', 'declining', 'productivity', 'through', 'soil', 'exhaustion', 'and', 'erosion,', 'which', 'lie', 'outside', 'the', 'agricultural', 'sector', 'altogether,', 'do', 'not', 'offer', 'the', 'same', 'promise', 'as', 'they', 'did', 'in', 'Japan,', 'the', 'USA', 'or', 'the', 'United', 'Kingdom', 'during', 'their', 'industrial', 'revolutions.']","[32, 33]",0,usa,"Solutions to population pressure, differentiation, and declining productivity through soil exhaustion and erosion, which lie outside the agricultural sector altogether, do not offer the same promise as they did in Japan, the USA or the United Kingdom during their industrial revolutions.","['Solutions to population pressures, differentiation, and declining productivity through land depletion and soil erosion that lie entirely outside agriculture do not promise the same as they did in Japan, the US, or the United Kingdom during their industrial revolutions.', 'Solutions to population pressures, differentiation, and declining productivity through land depletion and erosion that lie outside the agricultural sector do not offer anything like what Japan, the US, or England did during their industrial revolutions.', 'Solving the problems of population pressure, differentiation, and declining productivity due to land depletion and soil erosion, which lie outside the agrarian sector as a whole, does not offer the same promise as during the industrial revolutions in Japan, the US, or the United Kingdom.', 'Solutions to population pressures, differentiation, and declining productivity through soil depletion and soil erosion that are not agricultural at all do not offer the same promise that they made in Japan, the US, or the United Kingdom during their industrial revolutions.', 'Solutions to population pressures, differentiation, and declining productivity through land depletion and erosion, which cannot in any way be associated with the agricultural sector, do not promise the same as the industrial revolution in Japan, the US, or the United Kingdom.']" -129,"['More', 'than', '70', 'per', 'cent', 'of', 'Australia', ""'s"", 'rain', 'forests', 'and', 'half', 'of', 'its', 'other', 'forests', 'have', 'been', 'destroyed.']","[6, 7]",0,australia,More than 70 per cent of Australia's rain forests and half of its other forests have been destroyed.,"[""More than 70 per cent of Australia's rainforests and half of the rest have been destroyed."", ""More than 70 per cent of Australia's rainforests and half of other forests have been destroyed."", ""More than 70 per cent of Australia's rainforests and half of the remaining forests have been destroyed."", ""More than 70 per cent of Australia's rainforest and half of other forests have been destroyed."", ""More than 70 per cent of Australia's rainforests and half of all other forests have been destroyed.""]" -130,"['LICENSING', 'difficulties', 'may', 'slow', 'down', 'the', 'building', 'of', 'nuclear', 'power', 'plants', 'in', 'the', 'United', 'States,', 'Britain', 'and', 'West', 'Germany', '-', 'but', 'the', 'French', 'still', 'press', 'on', 'almost', 'untrammelled', 'by', 'objectors.']","[17, 19]",0,west germany,"LICENSING difficulties may slow down the building of nuclear power plants in the United States, Britain and West Germany - but the French still press on almost untrammelled by objectors.","['LICENSING troubles could slow the construction of nuclear power plants in the US, UK and West Germany - but the French are carrying on almost unmolested by forecasters.', 'Licensing issues may delay the construction of nuclear power plants in the United States, Britain, and Germany - but the French are still pushing for a financial market almost unmolested.', 'Licensing difficulties could delay the construction of nuclear facilities in the United States, Britain, and Germany, but the French are still pushing for the release of the objectors.', 'LICENSING problems may be delaying the construction of nuclear power plants in the US, Britain, and West Germany - but the French are still not making progress, as anti-nuclear activists oppose surveillance.', 'LICENSE QUORDERS may impede the construction of nuclear power plants in the US, Britain, and West Germany - but the French continue to push for a nuclear plant, regardless of their opponents ""pleas.']" -131,"['In', 'traditional', 'societies', 'where', 'prolonged', 'breastfeeding', 'has', 'been', 'the', 'custom,', 'the', 'advantages', 'of', 'lengthy', 'spacing', 'are', 'widely', 'recognized', 'though,', 'as', 'in', 'Kenya', ',', 'the', 'tradition', 'has', 'begun', 'to', 'fade', 'among', 'some', 'peoples', 'along', 'with', 'the', 'advance', 'of', 'modernization.']","[21, 22]",0,kenya,"In traditional societies where prolonged breastfeeding has been the custom, the advantages of lengthy spacing are widely recognized though, as in Kenya, the tradition has begun to fade among some peoples along with the advance of modernization.","['In traditional societies, where prolonged breastfeeding was a custom, the benefits of prolonged breastfeeding are widely recognized, even if, as in Kenya, the traditions of some peoples begin to fade with the progress of modernisation.', 'In traditional societies, where prolonged breastfeeding was common, the benefits of prolonged breastfeeding are widely recognized, though the traditions of some peoples - as in Kenya - began to fade with the progress of modernisation.', 'In traditional societies, where prolonged breastfeeding was a habit, the benefits of long distances are widely recognized, though, as in Kenya, this tradition began to fade with the advances of modernisation among some peoples.', 'In traditional societies, where prolonged breastfeeding has become a habit, the benefits of prolonged breastfeeding are widely recognized, though, as in Kenya, they have slowed with the progress of modernisation among some peoples.', 'Traditional societies, where prolonged breastfeeding was a custom, widely acknowledge the benefits of greater distances, but, as in Kenya, some peoples ""traditions have diminished with modernisation.']" -132,"['This', 'was', 'a', 'mammoth', 'task', 'since', 'the', 'last', 'deal', 'in', 'Pakistan', '-', 'by', 'another', 'company', '-', 'was', 'based', 'on', 'a', 'formula', 'which', 'resulted', 'in', 'a', 'price', 'that', 'was', 'half', 'of', 'what', 'was', 'required', 'to', 'make', 'the', 'project', 'economically', 'attractive.']","[10, 11]",0,pakistan,This was a mammoth task since the last deal in Pakistan - by another company - was based on a formula which resulted in a price that was half of what was required to make the project economically attractive.,"['The task was daunting, because the last offer from Pakistan - from another company - was based on a formula that resulted in a price that was half of what was needed to make the project economically attractive.', 'A mammoth task, because the last deal in Pakistan - from another company - was based on a formula that yielded a price that was only half of what was needed to make the project economically attractive.', 'The task was daunting, because the final bid in Pakistan - from another company - was based on a formula that resulted in a price that was only half what was needed to make the project economically attractive.', 'Since the last deal in Pakistan - by another company - was based on a formula that resulted in a price that was only half what was needed to make the project economically attractive, this was a mammoth task.', 'Since the last deal in Pakistan - by another company - was based on a Ford model, at a price of only half of the company volume needed to make the project economically attractive, this was a mammoth task.']" -133,"['As', 'you', 'know,', 'we', 'have', 'our', 'own', 'sales', 'companies', 'in', 'France', 'and', 'Sweden,', 'and', 'we', 'are', 'determined', 'to', 'develop', 'these', 'further.']","[10, 11]",0,france,"As you know, we have our own sales companies in France and Sweden, and we are determined to develop these further.","['As you know, we have our own distributors in France and Sweden and are determined to develop them further.', 'As you know, we ourselves have distribution companies in France and Sweden, which we are keen to expand.', 'As you know, we have our own distributors in France and Sweden and are determined to expand them.', 'As you know, we each have our own sales subsidiaries in France and Sweden and we want to develop this area further.', 'As you know, we have our own sales companies in France and Sweden, which we would like to expand.']" -134,"['The', 'Russian', 'navy', 'is', 'thought', 'to', 'have', 'used', 'one', 'dump', 'site,', 'off', 'North', 'Korea', ',', 'at', 'least', 'as', 'recently', 'as', 'December', '1992.']","[12, 14]",0,north korea,"The Russian navy is thought to have used one dump site, off North Korea, at least as recently as December 1992.","['The Russian navy is said to have used a landfill off North Korea at least until December 1992.', 'The Russian navy is said to have used a landfill off North Korea at least until December 1992.', 'The Russian navy is said to have used a landfill off North Korea until at least December 1992.', 'The Russian navy is said to have used a dump near North Korea at least until December 1992.', 'The Russian navy is said to have used a single dump off the coast of North Korea at least in December 1992.']" -135,"['Britain', ""'s"", 'recession', 'became', 'official.']","[0, 1]",0,britain,Britain's recession became official.,"['The recession in the UK became official.', 'The recession in the UK became official.', ""Britain's recession is official."", ""Britain's recession has become official."", ""Britain's recession has officially been stimulated.""]" -136,"['The', 'Provincial', 'Commissioner,', 'Philip', 'Mitchell,', 'then', 'near', 'the', 'beginning', 'of', 'the', 'career', 'which', 'was', 'to', 'culminate', 'in', 'the', 'governorships', 'of', 'Uganda', 'and', 'Kenya', ',', 'complimented', 'Murrells', 'on', 'his', 'anthropological', 'acumen', '-', 'and', 'advised', 'him', 'that', 'the', 'local', 'councils', 'of', 'elders', 'should', '`', 'consist', 'where', 'possible', 'of', 'one', 'man,', 'with', 'three', 'or', 'more', 'advisers,', 'rather', 'than', 'a', 'Committee', 'because', 'of', 'the', 'notorious', 'weakness', 'of', 'Committees', 'as', 'executive', 'instruments', '"".']","[22, 23]",0,kenya,"The Provincial Commissioner, Philip Mitchell, then near the beginning of the career which was to culminate in the governorships of Uganda and Kenya, complimented Murrells on his anthropological acumen - and advised him that the local councils of elders should consist where possible of one man, with three or more advisers, rather than a Committee because of the notorious weakness of Committees as executive instruments"".","['The provincial commissioner, Philip Mitchell, congratulated Murrells on his anthropological acumen and recommended that local councils of elders should preferably consist of a man with three or more advisers, rather than a committee because of the committees ""notorious weakness as executive instruments.""', 'The then provincial commissioner, Philip Mitchell, who was about to embark on a career culminating in the governments of Uganda and Kenya, congratulated Murrells on his anthropological acumen - and recommended that councils of elders should preferably consist of one man and three or more advisers, rather than one committee, because committees as executive instruments were notoriously weak. ""', 'Provincial Commissioner Philip Mitchell, on the verge of launching a career that would culminate in the governors of Uganda and Kenya, praised Murrells for his anthropological understanding - and recommended that the councils of elders, if possible, consist of a man with three or more advisers, rather than a committee, as it should be an executive instrument of the commission.', 'The provincial commissioner, Philip Mitchell, who was about to embark on a career that would end in governorships in Uganda and Kenya, praised Murrells for his anthropological acumen - and recommended that local councils of elders, if possible, consist of one man and three or more advisers, rather than one committee, because the committees are not executive instruments. ""', 'The provincial commissioner, Philip Mitchell, commended Murrells for his anthropological acumen at the start of his first term, which was to culminate in the governorships of Uganda and Kenya - and recommended that local councils of elders, as far as possible, ""act as a body, as a committee, because they are known to have weaknesses in executive tools.""']" -137,"['The', 'level', 'of', 'takeover', 'activity', 'in', 'the', 'UK', 'by', 'both', 'UK', 'and', 'other', 'EC', 'companies', 'is', 'unparalleled', 'in', 'the', 'Community.']","[10, 11]",0,uk,The level of takeover activity in the UK by both UK and other EC companies is unparalleled in the Community.,"['The acquisition activities of companies both from the United Kingdom and from other EC countries in the United Kingdom are unprecedented in the Community.', 'The scale of takeovers by British and other EC companies in the UK is unprecedented in the Community.', 'The level of takeover activity of the United Kingdom and other EC companies is unique in the Community.', 'The extent of takeover activity in the UK by the UK and other EC companies is unique in the Community.', 'The extent of takeover activity in the UK by the UK and other EC companies is unique in the Community.']" -138,"['(12)', 'Any', 'notice', 'required', 'to', 'be', 'given', 'under', 'this', 'Article', 'by', 'the', 'Company', 'to', 'a', 'Member', 'or', 'by', 'a', 'Member', 'to', 'the', 'Company', 'shall', 'be', 'given', 'or', 'served', 'either', 'personally', 'or', 'by', 'sending', 'it', 'by', 'first', 'class', 'post', 'to', 'the', 'registered', 'office', 'of', 'the', 'Company', 'or,', 'as', 'the', 'case', 'may', 'be,', 'to', 'the', 'registered', 'address', 'of', 'the', 'Member', 'or', '(if', 'he', 'has', 'no', 'registered', 'address', 'within', 'the', 'United', 'Kingdom)', 'to', 'the', 'address,', 'if', 'any,', 'within', 'the', 'United', 'Kingdom', 'supplied', 'by', 'him', 'to', 'the', 'Company', 'for', 'the', 'giving', 'of', 'notice', 'to', 'him.']","[76, 78]",0,united kingdom,"(12) Any notice required to be given under this Article by the Company to a Member or by a Member to the Company shall be given or served either personally or by sending it by first class post to the registered office of the Company or, as the case may be, to the registered address of the Member or (if he has no registered address within the United Kingdom) to the address, if any, within the United Kingdom supplied by him to the Company for the giving of notice to him.","['(12) Any notice required by the Company to a Member or by a Member to the Company pursuant to this Article shall be sent in person or by e-mail to the registered office of the Company or, where applicable, to the registered address of the Member or (if the Member does not have a registered address in the United Kingdom) to the address provided for notification by the Member of the Company.', '(12) The information to be transmitted by the Company to a Member or a Member pursuant to this Article shall be transmitted either in person to the Company or by transmission to the registered office of the Company or, if possible, to the registered address of the Member or (if he does not have a registered address in the United Kingdom) to the address, if any, within the United Kingdom, which he provides to the Company.', '(12) Any communication that the Company shall give to a Member or a Member pursuant to this Article shall be sent to the Company either in person or by sending a < unk > @ class notice to the registered office of the Company or, as may be the case, to the registered address of the Member or (if the Member does not have a registered address within the United Kingdom) to the address within the United Kingdom provided by the Company to the Company.', '(12) All communications sent by the Company to a Member pursuant to this Article shall be sent either in person or by first class letter to the registered office of the Company or to the registered address of the Member (including its address in the United Kingdom), as applicable to tm.brit., which the Company transmits to the Company for notification.', '(12) The notification provided for in this Article shall be addressed either to the Member or Company in person by sending the message, or by first-class mail to the registered office of the Company, or to the registered address of the Member, or (if it has no registered address in the United Kingdom) to the address, if any, of < unk > the Company in the United Kingdom.']" -139,"[""It's"", 'the', 'sort', 'of', 'shabby', 'restaurant', 'you', 'can', 'still', 'find', 'in', 'France', ':', 'radishes', 'and', 'butter', 'and', 'spiced', 'olives', 'for', 'nibbles,', 'enormous', 'roses', 'plonked', 'on', 'the', 'table', 'and', 'football', 'on', 'the', 'TV', 'in', 'a', 'back', 'room', 'are', 'the', 'setting', 'for', 'the', 'very', 'best', 'pommes', 'frites', 'and', 'memorable', 'dishes', 'of', 'brains', 'a', 'beurre', 'blanc', 'and', 'kidneys', 'in', 'garlic.']","[11, 12]",0,france,"It's the sort of shabby restaurant you can still find in France: radishes and butter and spiced olives for nibbles, enormous roses plonked on the table and football on the TV in a back room are the setting for the very best pommes frites and memorable dishes of brains a beurre blanc and kidneys in garlic.","['This is the sort of shabby restaurant you still find in France: radishes and butter and spicy olives to nibble on, giant roses on the table and football on the TV in a back room provide the setting for the best fries and unforgettable dishes of the brain a beurre blanc and kidneys in garlic.', ""It's a sort of shabby restaurant that you still find in France: radishes with butter and spiced olives for nibbling, giant roses fluttering on the table, football on TV in a back room provides the backdrop for the best fries and unforgettable dishes of brains a Beurre blanc and kidney dishes with garlic."", 'In France, the shabby restaurant of this kind still exists: radishes and butter and spicy olives to nibble on, giant roses on the table and the football on the TV in a back room provide the backdrop for the best fries and unforgettable dishes of Beurre Blanc brain and kidneys in garlic.', 'It is probably the sort of shabby restaurant that you still find in France: radishes with butter and olives seasoned into coarse appetizers, huge roses lying on the table, and football on the TV in a back room are the backdrop for the best fries and unforgettable brain dishes a beurre blanc and kidneys in garlic.', 'In France there is a rather shabby restaurant: radishes and butter and spicy olive oil to nibble on, huge roses on a table and a football in the back room on the television provide the setting for the best fries and for the unforgettable dishes of the brain a Beurrone blanc and kidneys in garlic.']" -140,"['The', 'United', 'States', 'had', 'the', 'same', 'sort', 'of', 'missiles', 'in', 'Italy', 'and', 'in', 'Turkey', 'and,', 'before', 'this', 'crisis', 'had', 'developed,', 'President', 'Kennedy', 'had', 'in', 'fact', 'ordered', 'them', 'er', 'to', 'be', 'er', 'er', 'returned', 'to', 'the', 'United', 'States,', 'these', 'missiles', 'had', 'no', 'strategic', 'purpose', 'at', 'all', 'because', 'a', 'major', 'change', 'that', 'had', 'come', 'into', 'the', 'strategic', 'equation', 'was', 'the', 'arrival', 'of', 'the', 'intercontinental', 'ballistic', 'missile,', 'and', 'it', 'was', 'these', 'missiles,', 'really,', 'which', 'held', 'the', 'strategic', 'balance', 'er', 'and', 'were', 'to', 'change', 'in', 'fact', 'radically', 'both', 'international', 'politics', 'and', 'global', 'strategy', 'over', 'the', 'years', 'to', 'come,', 'but', ""I'm"", 'going', 'to', 'talk', 'about', 'that', 'later,', 'the', 'point', ""I'm"", 'making', 'here', 'is', 'that', 'er', 'Khrushchev', 'claimed', 'that', 'the', 'missiles', 'were', 'there', 'in', 'the', 'event', 'of', 'an', 'American', 'assault', 'on', 'Cuba,', 'they', 'were', 'a', 'deterrent', 'weapon', 'in', 'exactly', 'the', 'same', 'way', 'as', 'the', 'defensive', 'deterrent', 'weapons', 'er', 'were', 'd', 'were', 'defensive', 'er', 'for', 'er', 'the', 'United', 'States', 'and', 'for', 'the', 'Soviet', 'Union.']","[1, 3]",0,united states,"The United States had the same sort of missiles in Italy and in Turkey and, before this crisis had developed, President Kennedy had in fact ordered them er to be er er returned to the United States, these missiles had no strategic purpose at all because a major change that had come into the strategic equation was the arrival of the intercontinental ballistic missile, and it was these missiles, really, which held the strategic balance er and were to change in fact radically both international politics and global strategy over the years to come, but I'm going to talk about that later, the point I'm making here is that er Khrushchev claimed that the missiles were there in the event of an American assault on Cuba, they were a deterrent weapon in exactly the same way as the defensive deterrent weapons er were d were defensive er for er the United States and for the Soviet Union.","['The United States had the same missiles in Italy and Turkey; before this crisis developed, President Kennedy had indeed ordered that they should be returned to the Hanseatic League, these missiles had no strategic purpose, because a major change that had entered the strategic equation was the arrival of the intercontinental missile, and in fact it was this missile that held the strategic balance and that would fundamentally change both international policy and global strategy in the years to come, but I will go into this later; I would like to say that Khrushchev claimed that these missiles were there in the event of an American attack on Cuba; they were a deterrent weapon in exactly the same way that defensive weapons had been more defensive for the United States and the Soviet Union.', 'The United States had the same type of missiles in Italy and Turkey, and before this crisis was developed, President Kennedy had ordered that these missiles be returned to the United States. These missiles had no strategic significance, because a decisive change that had reached the strategic equilibrium was the arrival of the intercontinental ballistic missile. Indeed, it was these missiles that maintained the strategic equilibrium and were to radically change both international policy and global strategy in the years to come, but I would like to talk about this later. I meant the point where Khrushchev claimed that the missiles would have stood if the Americans had attacked Cuba; they were a deterrent weapon, as were the more defensive deterrents fired at the United States and the Soviet Union.', 'The United States had the same missiles in Italy and Turkey, and President Kennedy had indeed ordered the return of the missiles to the United States before the outbreak of the crisis, they had no strategic purpose, because the introduction of the intercontinental ballistic missile was an important change in the strategic equation, and it was really these missiles that kept the strategic balance and were indeed intended to radically change both international policy and global strategy in the coming period, but I would like to talk later about what I would point out is that Khrushchev claimed that the missiles were available in the event of an American attack on Cuba, they were a deterrent weapon in the same way that the defensive deterrents for the United States and the Soviet Union were more defensive.', 'The United States had the same type of missile in Italy and Turkey, and even before the crisis developed, President Kennedy had even ordered its return to the United States; these missiles had no strategic purpose, because a major change that entered the strategic equation was the completion of the intercontinental ballistic missile, and in reality it was these missiles that maintained the strategic equilibrium and would radically change both international policy and global strategy in the years to come, but I will talk about that later; the point I am thinking of here is that Khrushchev claimed that the missiles were there in the event of an American attack on Cuba and that they would be as dissuasive as the defensive deterrents for the United States and the Soviet Union.', 'The United States had introduced the same type of missiles in Italy and Turkey, and before this crisis broke out, President Kennedy had indeed ordered that they be returned to the United States, these missiles had no strategic purpose, because the arrival of the intercontinental ballistic missile in the strategic equation was a significant change, and it was indeed the missiles that held the strategic balance, yes, which would not radically change international policy and global strategy in the years to come, but I will go into it later and clarify that Khrushchev claimed that the missiles were a deterrent in the event of an American attack on Cuba, just as the defensive deterrents for the United States and the Soviet Union were more defensive.']" -141,"['Commodities', 'like', 'fish,', 'milk,', 'and', 'vegetables', 'might', 'be', 'transferred', 'locally;', 'labourers', '-', 'as', 'in', 'India', 'and', 'Southern', 'Africa', '-', 'regionally,', 'together', 'with', 'grain,', 'rice,', 'coal,', 'and', 'perhaps', 'some', 'manufactured', 'goods;', 'while', 'the', 'great', 'international', 'transfers', 'included', 'human', 'migrants,', 'cotton', 'from', 'India,', 'Egypt,', 'the', 'United', 'States,', 'and', 'some', 'parts', 'of', 'Africa', 'and', 'Latin', 'America,', 'tea', 'from', 'India', 'and', 'Ceylon,', 'coffee', 'from', 'Latin', 'America,', 'wheat', 'from', 'Canada', 'and', 'the', 'United', 'States,', 'gold', 'from', 'South', 'Africa,', 'silver', 'from', 'Mexico,', 'copper', 'from', 'Central', 'Africa', 'and', 'South', 'America,', 'cattle', 'from', 'the', 'Argentine', 'and', 'the', 'United', 'States,', 'lamb,', 'wool,', 'and', 'dairy', 'products', 'from', 'Australasia.']","[85, 87]",0,the argentine,"Commodities like fish, milk, and vegetables might be transferred locally; labourers - as in India and Southern Africa - regionally, together with grain, rice, coal, and perhaps some manufactured goods; while the great international transfers included human migrants, cotton from India, Egypt, the United States, and some parts of Africa and Latin America, tea from India and Ceylon, coffee from Latin America, wheat from Canada and the United States, gold from South Africa, silver from Mexico, copper from Central Africa and South America, cattle from the Argentine and the United States, lamb, wool, and dairy products from Australasia.","['Goods such as fish, milk, and vegetables can be transferred locally; workers - as in India and southern Africa - regionally, along with grain, rice, coal, and perhaps some industrial goods; while the most important international transfers included human immigrants; cotton from India, Egypt, the United States, and some parts of Africa and Latin America; tea from India and Ceylon; coffee from Latin America; wheat from Canada and the United States; gold from South Africa; silver from Mexico; copper from Central Africa and South America; cattle from Argentina and the United States; lamb, wool, and dairy products from Australasia.', 'Goods such as fish, milk and vegetables can be transported locally; workers - as in India and southern Africa - regionally, along with grain, rice, coal and possibly some industrial goods. The great international transdiversity are human migrants, cotton from India, Egypt, the United States and some parts of Africa and Latin America, tea from India and Ceylon, coffee from Latin America, wheat from Canada and the United States, gold from South Africa, silver from Mexico, copper from Central Africa and South America, cattle from Argentina and the United States, lamb, wool and dairy products from Australasia.', 'Raw materials such as fish, milk, and vegetables could be transferred locally; factory workers - as in India and southern Africa - could be relocated regionally along with grain, rice, coal, and perhaps some industrial products; while large international transfers would be extended to human migrants; cotton from India, Egypt, the United States, and some parts of Africa and Latin America; tea from India and Ceylon; coffee from Latin America; wheat from Canada and the United States; gold from South Africa; silver from Mexico; copper from Central Africa and South America; cattle from Argentina and the United States; lamb, wool, and dairy products from Australasia.', 'Goods such as fish, milk, and vegetables could be transported locally; workers - as in India and southern Africa - regionally; and grain, rice, coal, and perhaps some industrial goods; international transfers included human immigrants; cotton from India, Egypt, the US, and some parts of Africa and Latin America; tea from India and Ceylon; coffee from Latin America; wheat from Canada and the US; gold from South Africa; silver from Mexico; copper from Central Africa and South America; cattle from Argentina and the US; lamb, wool, and dairy products from Australasia.', 'Goods such as fish, milk and vegetables could be transported locally; workers - such as those in India and South Africa - as well as grain, rice, coal and some regional industrial goods; major international transfers included human migrants; cotton from India, Egypt, the United States and some parts of Africa and Latin America; tea from India and Ceylon; coffee from Latin America; wheat from Canada and the United States; gold from South Africa; silver from Mexico; copper from Central Africa and South America; cattle from Argentina and the United States; lamb meat, wool and dairy products from Australasia.']" -142,"['I', 'sat', 'up', 'weakly', 'one', 'morning,', 'and', 'the', ""ship's"", 'cabin', 'had', 'transmuted', 'itself', 'into', 'a', 'little', 'square', 'room', 'in', 'an', 'isolated', 'town', 'in', 'South', 'America', '.']","[23, 25]",0,south america,"I sat up weakly one morning, and the ship's cabin had transmuted itself into a little square room in an isolated town in South America.","[""One morning I sat up weak, and the ship's cabin had turned into a small square room in a remote town in South America."", ""One morning I sat up weak, and the ship's guidance had turned into a small square room in a remote town in South America."", ""One morning I sat up weak, and the ship's room had turned into a small square room in an isolated city in South America."", ""One morning I sat up weak, and the ship's cabin had turned into a small square hall in a remote small town in South America."", ""One morning I sat up weak, and the ship's cabin had become a small square room in a remote town in South America.""]" -143,"['Stone', 'was,', 'however,', 'more', 'common', 'in', 'southern', 'France', ',', 'Armenia,', 'Georgia,', 'Syria', 'and', 'on', 'the', 'Greek', 'islands.']","[7, 8]",0,france,"Stone was, however, more common in southern France, Armenia, Georgia, Syria and on the Greek islands.","['Stein, on the other hand, was more common in southern France, Armenia, Georgia, Syria and the Greek islands.', 'Stone, however, was more widespread in southern France, Armenia, Georgia, Syria and the Greek islands.', 'Stone, on the other hand, has been found in southern France, Armenia, Georgia, Syria and the Greek islands.', 'Stone, however, was widespread in southern France, Armenia, Georgia, Syria and the Greek islands.', 'Stone was widespread in southern France, Armenia, Georgia, Syria and the Greek islands.']" -144,"['Hepworth', 'and', 'Stoll', 'failed', 'in', 'their', 'attempt', 'to', 'set', 'up', 'a', 'permanent', 'sales', 'operation', 'in', 'America', ';', 'Samuelson', 'secured', 'a', 'short-lived', 'distribution', 'arrangement', 'with', 'First', 'National', ""Exhibitors'"", 'Circuit,', 'and', 'various', 'other', 'films', 'secured', 'some', 'sort', 'of', 'release.']","[15, 16]",0,america,"Hepworth and Stoll failed in their attempt to set up a permanent sales operation in America; Samuelson secured a short-lived distribution arrangement with First National Exhibitors' Circuit, and various other films secured some sort of release.","[""Hepworth and Stoll failed in their attempt to establish permanent distribution in America. Samuelson secured a short-lived distribution agreement with First National Exhibitors' Circuit, and several other films secured some releases."", ""Hepworth and Stoll failed in their attempt to establish a permanent distribution business in America; Samuelson secured a short-lived distribution agreement with the First National Exhibitors' Circuit, and several other films secured some kind of sequel."", ""Hepworth and Stoll failed in their attempt to establish a permanent US distribution, Samuelson secured a short-lived distribution agreement with First National Exhibitors' Circuit, and several other films achieved something of a release."", ""Hepworth and Stoll failed in their attempt to establish a permanent distribution company in America, Samuelson briefly entered into distribution agreements with the First National Exhibitors' Circuit, and several other films secured some releases."", ""Hepworth and Stoll failed in their attempt to establish a permanent distribution in America. Samuelson secured a short-lived distribution contract with the First National Exhibitors' Circuit and several other films secured a certain release date.""]" -145,"['The', 'renewed', 'strength', 'of', 'gold', 'and', 'the', 'sale', 'of', 'ARC', 'of', 'America', 'and', 'South', 'African', 'assets', 'helped', 'Hanson', 'rise', '5p', 'to', '221p.']","[11, 12]",0,america,The renewed strength of gold and the sale of ARC of America and South African assets helped Hanson rise 5p to 221p.,"['Resurgent gold prices and asset sales in the US and South Africa helped Hanson rise 5p to 221p.', 'The recent price of gold and the sale of US and South African assets helped Hanson rise 5 to 221p.', 'Resurgent gold prices and asset sales in the US and South Africa helped Hanson lift its share price by 5p to 221p.', 'Renewed gold strength and the sale of ARC assets in America and South Africa helped Hanson rise 5p to 221p.', ""Recent strength in gold and the sale of ARC's US and South African assets helped Hanson rise 5p to 221p.""]" -146,"['On', 'Aug.', '21', 'the', 'Speaker', 'of', 'the', 'Iranian', 'Majlis', '(parliament),', 'Ayatollah', 'Mehdi', 'Karrubi,', 'was', 'reported', 'to', 'have', 'told', 'an', 'open', 'session', 'of', 'the', 'Majlis', 'that', 'while', 'Iran', 'condemned', 'the', 'US', 'military', 'presence', 'in', 'the', 'Gulf', 'region,', '""', 'we', 'announce', 'explicitly', 'that', ""Iraq's"", 'aggression', 'against', 'Kuwait', 'is', 'condemned', '"".']","[44, 45]",0,kuwait,"On Aug. 21 the Speaker of the Iranian Majlis (parliament), Ayatollah Mehdi Karrubi, was reported to have told an open session of the Majlis that while Iran condemned the US military presence in the Gulf region,"" we announce explicitly that Iraq's aggression against Kuwait is condemned"".","['On August 21, it was reported that Ayatollah Mehdi Karrubi, the president of Iran\'s Majlis (parliament), had declared in a public session of the Majlis that while Iran condemned the US military presence in the Gulf, ""we explicitly declare that the Iraqi aggression against Kuwait is condemned.""', 'On August 21, the speaker of the Iranian Majlis (parliament), Ayatollah Mehdi Karrubi, is said to have said at a public session of the Majlis that while Iran condemns the US military presence in the Gulf region, ""we expressly state that we condemn the Iraqi attack on Kuwait.""', 'On August 21, Ayatollah Mehdi Karrubi, chairman of Iran\'s Majlis (parliament), is said to have declared in a public session of the Majlis that while Iran condemns the US military presence in the Gulf, ""we expressly condemn the Iraqi aggression against Kuwait.""', 'On August 21, the speaker of the Iranian parliament, Ayatollah Mehdi Karrubi, is said to have declared in a public session of the Majlis that while Iran condemns the American military presence in the Gulf, ""we strongly condemn the Iraqi aggression against Kuwait.""', 'On August 21, the speaker of the Iranian Majlis (Ayatollah Mehdi Karrubi) was reportedly informed at a public meeting of the Majlis that while Iran condemns the US military presence in the Gulf, ""we expressly state that we condemn the Iraqi aggression against Kuwait.""']" -147,"['That', 'is', 'not', 'the', 'case', 'in', 'Britain', '.']","[6, 7]",0,britain,That is not the case in Britain.,"['That is not the case in Britain.', 'That is not the case in Britain.', 'That is not the case in Britain.', 'That is not the case in Britain.', 'That is not the case in Britain.']" -148,"['How', 'much', 'will', 'these', 'changes', 'affect', 'the', 'future', 'of', 'other', 'developing', 'countries', 'with', 'Marxist', 'or', 'Soviet-orientated', 'regimes,', 'such', 'as', 'Ethiopia,', 'Laos', 'and', 'Mozambique', '?']","[22, 23]",0,mozambique,"How much will these changes affect the future of other developing countries with Marxist or Soviet-orientated regimes, such as Ethiopia, Laos and Mozambique?","['How will these changes affect the future of other developing countries with Marxist or Soviet-oriented regimes such as Ethiopia, Laos, and Mozambique?', 'How will these changes affect the future of other developing countries with Marxist or Soviet-oriented regimes such as Ethiopia, Laos, and Mozambique?', 'How much will these changes affect the future of other developing countries with Marxist or Soviet-oriented regimes such as Ethiopia, Laos, and Mozambique?', 'How much will these changes affect the future of other developing countries with Marxist or Soviet-oriented regimes, such as Ethiopia, Laos, or Mozambique?', 'How much will these changes affect the future of other developing countries with Marxist or Soviet-oriented governments, such as Ethiopia, Laos, and Mozambique?']" -149,"['The', 'parties', 'to', 'a', 'bilateral', 'agreement', 'can', 'not', 'impose', 'these', 'wider', 'obligations', 'on', 'third', 'parties,', 'notably', 'the', 'other', 'two', 'Gulf', 'States,', 'Saudi', 'Arabia', 'and', 'Jordan.']","[21, 23]",0,saudi arabia,"The parties to a bilateral agreement can not impose these wider obligations on third parties, notably the other two Gulf States, Saudi Arabia and Jordan.","['The parties to a bilateral agreement may not impose any further obligations on third parties, in particular the other two Gulf States, Saudi Arabia and Jordan.', 'The parties to a bilateral agreement cannot impose these enhanced obligations on third parties, in particular the other two Gulf States, Saudi Arabia and Jordan.', 'The parties to a bilateral agreement cannot impose these broader obligations on third parties, in particular the other two Gulf States, Saudi Arabia and Jordan.', 'These broader obligations cannot be imposed on the parties to a bilateral agreement vis-à -vis third parties, in particular the other two Gulf States, Saudi Arabia and Jordan.', 'The parties to a bilateral agreement cannot impose these broader obligations, in particular on the other two Gulf States, Saudi Arabia and Jordan.']" -150,"['Leaders', 'of', 'Algeria,', 'Tunisia', ',', 'Morocco,', 'Libya', 'and', 'Mauritania,', 'the', 'member', 'countries', 'of', 'the', 'Arab', 'Maghreb', 'Union', '(AMU)', 'formed', 'in', 'February', '1989', '[', 'see', 'p.', '36474', '],', 'met', 'in', 'the', 'Algerian', 'capital,', 'Algiers,', 'on', 'July', '22-23.']","[3, 4]",0,tunisia,"Leaders of Algeria, Tunisia, Morocco, Libya and Mauritania, the member countries of the Arab Maghreb Union (AMU) formed in February 1989 [ see p. 36474 ], met in the Algerian capital, Algiers, on July 22-23.","['The Heads of State and Government of Algeria, Tunisia, Morocco, Libya and Mauritania, the Arab Maghreb Union (AMU), founded in February 1989, met on 22 and 23 July in the Algerian capital Algiers [see p. 36474].', 'The Heads of State and Government of Algeria, Tunisia, Morocco, Libya and Mauritania, members of the Arab Maghreb Union (AMU), founded in February 1989 [see p. 36474], met on 22 and 23 July in the Algerian capital of Algiers.', 'The Heads of State and Government of Algeria, Tunisia, Morocco, Libya and Mauritania, i.e. the Arab Maghreb Union (AMU) formed in February 1989 [see p. 36474], met from 22 to 23 July in the Algerian capital of Algiers.', 'On 22 and 23 July the Heads of State of Algeria, Tunisia, Morocco, Libya and Mauritania, member states of the Arab Maghreb Union, founded in February 1989 [see p. 36474], met in the Algerian capital of Algiers.', 'On 22 and 23 July, the Heads of State and Government of Algeria, Tunisia, Morocco, Libya and Mauritania, members of the Arab Maghreb Union (AMU), founded in February 1989, met in the Algerian capital of Algiers.']" -151,"['India', 'will', 'soon', 'join', 'the', 'club.']","[0, 1]",0,india,India will soon join the club.,"['India will soon join the club.', 'India will soon join the club.', 'India will soon join this club.', 'India will soon join the club.', 'India will soon be part of this club.']" -152,"['In', 'France', ',', 'a', 'very', 'tall', 'but', 'lightweight', 'flèche', 'was', 'erected', 'over', 'the', 'crossing.']","[1, 2]",0,france,"In France, a very tall but lightweight flèche was erected over the crossing.","['In France, a very high but light flame was lit over the crossing.', 'In France, a very high but light flame was set up over the border crossing.', 'In France, a very large but bright slab was erected above the crossroads.', 'In France, a very high but light grating has been installed above the crossing.', 'That in France a very large but light flame was raised above the crossroads.']" -153,"['At', 'the', 'same', 'time', 'the', 'National', 'Enquirer,', 'a', 'gossip', 'magazine', 'in', 'the', 'US', ',', 'received', 'a', 'transcript', 'of', 'the', 'tapes.']","[12, 13]",0,us,"At the same time the National Enquirer, a gossip magazine in the US, received a transcript of the tapes.","['At the same time, the National Enquirer, a gossip magazine in the US, received a copy of the tapes.', 'At the same time, the National Enquirer, a gossip magazine in the US, obtained a copy of the tapes.', 'At the same time, a copy of the tapes was obtained by the US gossip magazine National Enquirer.', 'The National Enquirer, a US gossip magazine, obtained a copy of the tapes during the same period.', 'At the same time, the National Enquirer, a gossip magazine in the US, confirmed that the tapes had been obtained.']" -154,"['In', 'Argentina', ',', 'he', 'was', 'betrayed', 'by', 'his', 'car,', 'but', 'after', 'a', 'bad', 'fright', 'in', 'practice', 'at', 'Kyalami', 'when', 'a', 'wheel', 'came', 'off,', 'he', 'came', 'in', 'second', 'behind', 'Denny', 'Hulme', 'after', 'race-leader', 'Jackie', 'Stewart', 'lost', 'all', 'the', 'oil', 'in', 'his', 'gear-box.']","[1, 2]",0,argentina,"In Argentina, he was betrayed by his car, but after a bad fright in practice at Kyalami when a wheel came off, he came in second behind Denny Hulme after race-leader Jackie Stewart lost all the oil in his gear-box.","['In Argentina he was betrayed by his car, but after a terrible commotion in practice in Kyalami when a wheel broke, he finished second behind Denny Hulme after race director Jackie Stewart had lost all the oil in his gearbox.', 'His car cheated on him in Argentina, but after suffering a nasty shock in practice at Kyalami when an ST motorcycle fell out of line, he finished second behind Denny Hulme after race director Jackie Stewart lost all the oil in his gearbox.', 'His car was stolen in Argentina, but after running out of fuel in practice in Kyalami, he finished second after race director Jackie Stewart lost the oil in his gearbox and ended up behind Denny Hulme.', 'He was crushed by his car in Argentina and finished second behind Denny Hulme after the horror crash in practice at Kyalami after race director Jackie Stewart lost all the oil in his gearbox.', 'In Argentina he was betrayed by his car, and in Kyalami he fell off his bike after a terrible scare during training.']" -155,"['After', 'a', 'history', 'of', 'foreign', 'misadventures,', 'other', 'European', 'banks', 'should', 'think', 'twice', 'before', 'they', 'follow', 'Banco', 'de', 'Santander', 'into', 'America', ""'s"", 'treacherous', 'banking', 'market.']","[19, 20]",0,america,"After a history of foreign misadventures, other European banks should think twice before they follow Banco de Santander into America's treacherous banking market.","[""After a history of foreign mishaps, other European banks should think twice before following Banco de Santander into America's insidious banking market."", ""After a history of foreign inclinations, other European banks should think twice before following Banco de Santander into America's insidious banking market."", 'After a history of foreign mishaps, other European banks should think twice before following Banco de Santander in the treacherous US banking market.', ""After the history of missteps abroad, other European banks should think again before following Banco de Santander into America's insidious banking market."", 'After a long history of foreign miscalculations, other European banks should think twice before following Banco de Santander into the treacherous American banking market.']" -156,"['How', 'wonderful', 'that', 'at', '62', 'she', 'won', 'Britain', ""'s"", 'speed', 'shooting', 'championships.']","[7, 8]",0,britain,How wonderful that at 62 she won Britain's speed shooting championships.,"['How nice that, at 62, she won the British Speed Skating Championships.', 'How nice that at 62 she still won the British javelin title.', 'How nice that at the age of 62 she was still the world speed skating champion.', ""How nice that at 62 she has won Britain's first speed skating title."", 'How nice that, at the age of 62, she has won the world javelin title.']" -157,"['They', 'broadcast', 'on', 'wavelengths', 'allocated', 'by', 'international', 'agreement', 'and', 'national', 'laws', 'to', 'other', 'services', '(in', 'other', 'countries,', 'not', 'just', 'Britain', '),', 'including', 'maritime', 'communications.']","[19, 20]",0,britain,"They broadcast on wavelengths allocated by international agreement and national laws to other services (in other countries, not just Britain ), including maritime communications.","['They broadcast on wavelengths assigned by international treaties and national laws to other services (in other countries, not just Britain), including communications at sea.', 'They broadcast on wavelengths assigned by international treaties and national laws to other services (in other countries, not just Britain), including maritime communications.', 'These programs broadcast on wavelengths assigned by international treaties and national laws to other services (in other countries, not just Britain), including maritime communications.', 'They broadcast on wavelengths assigned to other services (not just Britain) by international treaties and national laws, including maritime communications.', 'They broadcast on wavelengths associated with other services (not just in the UK) under international treaties and national laws, including maritime communications.']" -158,"['And', 'the', 'warning', 'comes', 'from', 'other', 'women', '-', 'in', 'countries', 'like', 'Sri', 'Lanka', 'and', 'Malaysia', '-', 'who', 'have', 'seen', 'it', 'all', 'before', 'in', 'their', 'own', 'free-trade', 'zones.']","[11, 13]",0,sri lanka,And the warning comes from other women - in countries like Sri Lanka and Malaysia - who have seen it all before in their own free-trade zones.,"['And the warning comes from other women - in countries like Sri Lanka and Malaysia - who have experienced it all before in their own free-trade zones.', 'And the warning comes from other women - in countries like Sri Lanka and Malaysia - who have experienced it all before in their own free-trade zones.', 'And the warning comes from other women - from countries like Sri Lanka and Malaysia - who have already experienced all this in their own free-trade zones.', 'And the warning comes from other women - in countries like Sri Lanka and Malaysia - who have already experienced all this in their free-trade zones.', 'And the warning comes from other women - in countries like Sri Lanka and Malaysia - who have already experienced all this in their own free-trade zone.']" -159,"['The', 'two', 'countries', 'were', 'later', 'reported', 'to', 'have', 'agreed', 'to', 'build', 'a', 'pipeline', 'to', 'deliver', 'gas', 'from', 'Turkmenistan', 'to', 'Europe,', 'via', 'Turkey.']","[17, 18]",0,turkmenistan,"The two countries were later reported to have agreed to build a pipeline to deliver gas from Turkmenistan to Europe, via Turkey.","['It was later reported that agreement had been reached on the construction of a pipeline to supply gas from Turkmenistan to Europe via Turkey.', 'It was later reported that the two countries had agreed to build a pipeline to supply gas from Turkmenistan to Europe via Turkey.', 'Later, the two countries are said to have agreed on the construction of a pipeline to bring gas from Turkmenistan to Europe via Turkey.', 'According to later reports, the two countries agreed to build a pipeline to bring gas from Turkmenistan to Europe via Turkey.', 'Later, the two countries agreed to build a pipeline to supply gas from Turkmenistan to Europe via Turkey.']" -160,"['When', 'she', 'said', ""they'd"", 'just', 'been', 'to', 'see', 'their', 'son', 'in', 'Rhodesia', 'and', 'you', 'said', '`', 'Kenya', 'for', 'officers,', 'Rhodesia', 'for', 'other', 'ranks', '""', 'it', 'was', 'awfully', 'rude.', '""']","[11, 12]",0,rhodesia,"When she said they'd just been to see their son in Rhodesia and you said Kenya for officers, Rhodesia for other ranks"" it was awfully rude.""","['When she said they had just visited her son in Rhodesia and you said Kenya for officers, Rhodesia for other ranks, it was terribly rude.', 'When she said they had just visited her son in Rhodesia and you said Kenya to the officers, Rhodesia to other recruits, ""it was terribly rude.""', 'When she said they had just been to Rhodesia with her son, and you for that, for other Rhodesia ranks, ""it was terribly rude.""', 'And when she told me that they had just visited her son in Rhodesia, and you said Kenya for officers and Rhodesia for others, ""it was terribly rude.""', 'When she explained that she had just visited her son in Rhodesia and you said Kenya-Kenya to officers, Rhodesia-Kenya to other civilians, ""it was terribly rude.""']" -161,"['If', 'these', 'countries', 'felt', 'they', 'were', 'being', 'exploited', 'by', 'having', 'to', 'run', 'a', 'surplus', 'and', 'thus', 'provide', 'finance', 'for', 'the', 'US', 'deficit,', 'such', 'behaviour', 'would', 'be', 'quite', 'incomprehensible.']","[20, 21]",0,us,"If these countries felt they were being exploited by having to run a surplus and thus provide finance for the US deficit, such behaviour would be quite incomprehensible.","['If these countries feel that they are being exploited by running a surplus, thereby ensuring that the US deficit is financed, such behavior would be completely incomprehensible.', 'If these countries felt that they were being exploited by running a surplus to finance the US deficit, such behavior would be completely incomprehensible.', 'If these countries could be exploited to run a surplus, thereby ensuring the financing of the US deficit, such behavior would be completely incomprehensible.', 'If these countries felt exploited by a surplus and therefore had to finance the US deficit, such behavior would be completely incomprehensible.', 'If these countries feel so exploited, if they have to run a surplus to pay the US deficit, such behavior would be incomprehensible.']" -162,"['R/3', 'Live,', 'which', 'was', 'first', 'implemented', 'in', 'Germany', 'last', 'year,', 'combines', 'Siemens', 'own', 'hardware', 'and', 'services', 'with', 'the', 'modular', 'SAP', 'R/3', 'system', 'software', 'from', 'SAP', 'AG', 'of', 'Walldorf,', 'with', 'which', 'Siemens', 'has', 'a', 'European', 'agreement.']","[7, 8]",0,germany,"R/3 Live, which was first implemented in Germany last year, combines Siemens own hardware and services with the modular SAP R/3 system software from SAP AG of Walldorf, with which Siemens has a European agreement.","['R / 3 Live, which was first implemented in Germany last year, combines Siemens ""own hardware and services with the modular SAP R / 3 system software from SAP AG in Walldorf, with which Siemens has signed a European agreement.', 'R / 3 Live, which was implemented for the first time in Germany last year, combines Siemens ""own hardware and services with the modular system software SAP R / 3 from Walldorfer SAP AG, with which Siemens has a European agreement.', 'R / 3 Live, which was implemented for the first time in Germany last year, bundles Siemens ""own hardware and services with the modular system software SAP R / 3 from Walldorfer SAP AG, with which Siemens has a European agreement.', 'R / 3 Live, which was implemented for the first time in Germany last year, combines Siemens ""own hardware and services with the modular system software SAP R / 3 from SAP AG, Walldorf, with which Siemens concludes a European agreement.', 'R / 3 Live, which was established in Germany for the first time last year, combines custom hardware and services from Siemens with the modular SAP R / 3 system software from SAP AG in Walldorf, with which Siemens has a European agreement.']" -163,"['A', 'year', 'after', 'the', 'MX-5', 'arrived', 'in', 'the', 'UK', ',', 'Mazda', 'had', 'another', 'niche', 'car', 'to', 'present', '-', 'the', 'V6', 'engined', 'but', '(unexpectedly)', 'modestly', 'powered', 'MX-3.']","[8, 9]",0,uk,"A year after the MX-5 arrived in the UK, Mazda had another niche car to present - the V6 engined but (unexpectedly) modestly powered MX-3.","['A year after the arrival of the MX-5 in the UK, Mazda had another niche model with the V6 engine, albeit (unexpectedly) with modest performance.', 'A year after the arrival of the MX-5 in the UK, Mazda had another niche car to showcase - the V6 engine, which was (unexpectedly) modestly powered.', 'A year after the launch of the MX-5 in the UK, Mazda has also introduced another niche model - the V6 engine, which is (unexpectedly) modestly powered.', 'One year after the arrival of the MX-5 in the UK, Mazda had to present another niche model, the V6 engine, which developed (unexpectedly) modestly.', 'A year after the arrival of the MX-5 in the UK, Mazda launched another niche model: the (unexpectedly) modest V6 engine - the MX-3.']" -164,"['KING', 'Peter', 'II', 'of', 'Yugoslavia,', 'who', 'died', 'in', '1934,', 'was', 'the', 'only', 'European', 'monarch', 'ever', 'to', 'be', 'buried', 'in', 'the', 'United', 'States', '.']","[20, 22]",0,united states,"KING Peter II of Yugoslavia, who died in 1934, was the only European monarch ever to be buried in the United States.","['King Peter II of Yugoslavia, who died in 1934, was the only European monarch ever buried in the United States.', 'King Peter II of Yugoslavia, who died in 1934, was the only European monarch ever buried in the United States.', 'King Peter II of Yugoslavia, who died in 1934, was the only European monarch ever buried in the United States.', 'King Peter II of Yugoslavia, who died in 1934, was the only European monarch ever buried in the United States.', 'King Peter II of Yugoslavia, who died in 1934, was the only European monarch ever buried in the United States.']" -165,"['Attention', 'is', 'focused', 'on', 'Scotland', 'but', 'evidence', 'from', 'the', 'rest', 'of', 'Britain', 'is', 'also', 'included.']","[11, 12]",0,britain,Attention is focused on Scotland but evidence from the rest of Britain is also included.,"['Attention will be focused on Scotland, but it will also take into account evidence from the rest of the UK.', 'Attention is focused on Scotland, but there is also evidence from the rest of the UK.', 'Attention is focused on Scotland, but there is also evidence from the rest of the UK.', 'All the attention is on Scotland, but there is also evidence from the rest of the UK.', 'Scotland is in the eye of the storm, but so is the rest of the UK.']" -166,"['The', 'slums', 'in', 'America', ""'s"", 'great', 'cities', 'are', 'shameful.']","[3, 4]",0,america,The slums in America's great cities are shameful.,"[""The slums in America's major cities are shameful."", ""The slums in America's major cities are shameful."", ""The slums in America's major cities are shameful."", ""The slums in America's big cities are a disgrace."", ""America's slums are shameful.""]" -167,"['In', 'May', ""Egypt's"", 'President', 'Hosni', 'Mubarak', 'had', 'announced', 'the', 'withdrawal', 'of', 'all', 'Egyptian', 'troops', 'from', 'Kuwait', 'and', 'Saudi', 'Arabia', '[', 'see', 'p.', '38213', '],', 'although', 'he', 'had', 'subsequently', 'offered', 'to', 'reconsider', 'the', 'decision', '[', 'see', 'p.', '38309', '].']","[17, 19]",0,saudi arabia,"In May Egypt's President Hosni Mubarak had announced the withdrawal of all Egyptian troops from Kuwait and Saudi Arabia [ see p. 38213 ], although he had subsequently offered to reconsider the decision [ see p. 38309 ].","['In May, Egyptian President Hosni Mubarak announced the withdrawal of all Egyptian troops from Kuwait and Saudi Arabia [see p. 38213], although he subsequently offered to reconsider the decision [see p. 38309].', 'Egyptian President Hosni Mubarak announced in May the withdrawal of all Egyptian troops from Kuwait and Saudi Arabia [see p. 38213], although he subsequently offered to reconsider the decision [see p. 38309].', 'In May, Egyptian President Hosni Mubarak announced the withdrawal of all Egyptian troops from Kuwait and Saudi Arabia [see page 38213], but later offered to reconsider the decision [see page 38309].', 'In May, Egyptian President Hosni Mubarak announced the withdrawal of all Egyptian troops from Kuwait and Saudi Arabia [see p. 38213], although he subsequently offered to reconsider this decision [see p. 38309].', 'In May, Egyptian President Hosni Mubarak announced the withdrawal of all Egyptian troops from Kuwait and Saudi Arabia [cf. p. 38213], but later announced that he would reconsider the decision [cf. p. 38309].']" -168,"['On', 'Aug.', '16', 'Rabbani,', 'who', 'was', 'forced', 'to', 'postpone', 'foreign', 'visits', 'to', 'Iran', 'and', 'Pakistan', 'due', 'to', 'the', 'crisis,', 'dismissed', 'Prime', 'Minister', 'Abdul', 'Sabur', 'Fareed', 'as', 'the', 'most', 'senior', 'Hezb-i-Islami', 'member', 'in', 'the', 'government', 'and', ""Hekmatyar's"", 'personal', 'nominee', 'for', 'the', 'post.']","[14, 15]",0,pakistan,"On Aug. 16 Rabbani, who was forced to postpone foreign visits to Iran and Pakistan due to the crisis, dismissed Prime Minister Abdul Sabur Fareed as the most senior Hezb-i-Islami member in the government and Hekmatyar's personal nominee for the post.","[""On 16 August, Rabbani, forced by the crisis to postpone foreign visits to Iran and Pakistan, dismissed Prime Minister Abdul Sabur Fareed as the highest-ranking Hezb-i-Islami member in the government and Hekmatyar's personal candidate for the post."", ""On 16 August, Rabbani, forced by the crisis to postpone visits to Iran and Pakistan, sacked Prime Minister Abdul Sabur Fareed as the highest-ranking Hezb-i-Islami member in the government and Hekmatyar's personal candidate for the post."", ""On 16 August, Rabbani, forced by the crisis to postpone foreign visits to Iran and Pakistan, dismissed Prime Minister Abdul Sabur Fareed as the highest-ranking Hezb-i-Islami member in the government and Hekmatyar's personal candidate for the post."", ""On 16 August, Rabbani, forced by the crisis to postpone foreign visits to Iran and Pakistan, dismissed Prime Minister Abdul Sabur Fareed as the highest-ranking Hezb-i-Islami member in the government and Hekmatyar's personal candidate for the post."", ""On August 16, forced by the crisis to postpone foreign visits to Iran and Pakistan, Rabbani dismissed Prime Minister Abdul Sabur Fareed as the highest-ranking Hezb-i-Islami member of the government and Hekmatyar's personal candidate for the post.""]" -169,"['The', 'Marc', 'Laurent-designed', 'Equipe', 'had', 'the', 'advantage', 'of', 'existing', 'in', 'numbers', 'in', 'France', 'and', 'Italy.']","[12, 13]",0,france,The Marc Laurent-designed Equipe had the advantage of existing in numbers in France and Italy.,"['The team designed by Marc Laurent had the advantage of prevailing against France and Italy.', 'The team designed by Marc Laurent had the advantage of being able to compete in large numbers in France and Italy.', ""Marc Laurent's team had the advantage of being frequently at home in France and Italy."", 'The team, designed by Marc Laurent, has the advantage that it also exists in France and Italy.', 'Religious style that almost surpassed the French and Italians, the type driver would have been the best solution.']" -170,"['Few', 'of', 'Ireland', ""'s"", 'great', 'Ascendancy', 'houses,', 'perhaps', 'no', 'more', 'than', '50,', 'remain', 'in', 'private', 'family', 'occupation:', 'one', 'of', 'the', 'most', 'significant,', 'Stackallan,', 'in', 'County', 'Meath,', 'is', 'a', 'rare', 'early-18th-century,', 'pre-Palladian', 'pile', 'in', 'the', 'Boyne', 'valley', 'between', 'Navan', 'and', 'Slane,', 'which', 'will', 'be', 'offered', 'for', 'sale', 'later', 'this', 'month.']","[2, 3]",0,ireland,"Few of Ireland's great Ascendancy houses, perhaps no more than 50, remain in private family occupation: one of the most significant, Stackallan, in County Meath, is a rare early-18th-century, pre-Palladian pile in the Boyne valley between Navan and Slane, which will be offered for sale later this month.","[""Few of Ireland's great Ascendant houses, perhaps no more than 50, are privately owned: one of the most significant, Stackallan, in County Meath, is a rare early 18th-century pre-Palladian pile in the Boyne Valley between Navan and Slane, which will go on sale later this month."", ""Some of Ireland's largest Ascendant houses, perhaps no more than 50, are still privately owned: one of the most significant stackallan in County Meath is a rare early 18th-century pre-Palladian pile-dwelling property in the Boyne Valley between Navan and Slane, which goes on sale later this month."", ""Few of the great Ascendant houses in Ireland, perhaps no more than 50, are privately owned: one of the most significant, Stackallan in County Meath, is a rare early 18th century heap located in the Boyne Valley between Navan and Slane before Palladio's era and up for sale later this month."", ""Few of Ireland's great Ascendant Houses, perhaps no more than 50, are still privately owned. One of the most significant houses, Stackallan in County Meath, is a rare early 18th century cobblestone in the Boyne Valley between Navan and Slane, which goes on sale later this month."", ""Few of Ireland's great Ascendants Homes - perhaps no more than 50 - are privately owned: one of the most significant settlements, Stackallan in County Meath, is a rare early 18th-century pre-Palladian pile in the Boyne Valley between Navan and Slane, which is due to go on sale later this month.""]" -171,"['as', '""', 'long-haired', 'peaceniks', '"",', 'who', 'enjoyed', 'the', 'security', 'that', 'was', 'guaranteed', 'by', 'American', 'servicemen', 'in', 'areas', 'like', 'Vietnam', '.']","[18, 19]",0,vietnam,"as"" long-haired peaceniks"", who enjoyed the security that was guaranteed by American servicemen in areas like Vietnam.","['as ""long-haired peaceniks"" who enjoyed the security guaranteed by American soldiers in places like Vietnam.', 'as ""long-haired peaceniks"" who enjoyed the security that American soldiers had guaranteed in places like Vietnam.', 'and enjoyed the security that American soldiers guaranteed in places like Vietnam.', 'As ""long-haired peaceniks"" who still enjoyed the security that American soldiers guaranteed them in places like Vietnam.', 'They were ""long-haired peaceniks"" who could move freely within the security guaranteed by US soldiers in areas such as Vietnam.']" -172,"['I', 'know', 'they', 'make', 'wreaths', 'just', 'like', ""you're"", 'meaning', 'in', 'Germany', 'f', 'at', 'Easter.']","[10, 11]",0,germany,I know they make wreaths just like you're meaning in Germany f at Easter.,"['I know that the wreaths do that, just as you mean it in Germany at Easter.', 'I know that they make wreaths, as you do in Germany at Easter.', 'I know that they make wreaths, as you do in Germany at Easter.', 'I know that they are making wreaths for Easter, as you would expect in Germany.', 'I know that they make wreaths, as they do in Germany at Easter.']" -173,"['Poland,', 'Hungary', 'and', 'Czechoslovakia', '(or', 'the', 'Czech', 'and', 'Slovak', 'republics)', 'might', 'then', 'accede', 'in', '2000', 'or', 'soon', 'thereafter.']","[1, 2]",0,hungary,"Poland, Hungary and Czechoslovakia (or the Czech and Slovak republics) might then accede in 2000 or soon thereafter.","['Poland, Hungary and Czechoslovakia (or even the Czech and Slovak Republics) are expected to join in 2000 or soon thereafter.', 'Poland, Hungary and Czechoslovakia (or the Czech and Slovak Republics) could then join in 2000 or shortly thereafter.', 'Poland, Hungary and Czechoslovakia (or the Czech and Slovak Republics) could become candidate countries in 2000 or shortly thereafter.', 'Poland, Hungary and Czechoslovakia (or the Czech and Slovak Republics) could then join in 2000 or shortly thereafter.', 'Poland, Hungary and Czechoslovakia could have joined in 2000 or the following year.']" -174,"['Shutlingsloe', 'is', 'just', 'one', 'of', 'the', 'numerous', 'miniature', 'mountain', 'gems', 'in', 'Britain', 'where', 'quality,', 'not', 'quantity', 'is', 'the', 'main', 'attraction.']","[11, 12]",0,britain,"Shutlingsloe is just one of the numerous miniature mountain gems in Britain where quality, not quantity is the main attraction.","['Shutlingsloe is just one of many miniature stones in the mountains of Great Britain, where quality, not quantity, is the main attraction.', 'Shutlingsloe is just one of countless gems in the mountains of Britain where quality, not quantity, is the main attraction.', 'Shutlingsloe is just one of the many mountain jewels in the UK for which quality, not quantity, is the main attraction.', 'Shutling loe is just one of many miniature mountain gems in the UK where quality, not quantity, comes first.', 'Shutlingsloe is just one of the many miniature gems in the mountains of Great Britain where quality, not quantity, is the most important thing.']" -175,"['In', 'Spain', 'the', 'Congress', 'of', 'Deputies', '(lower', 'house', 'of', 'parliament)', 'on', 'July', '22', 'and', 'the', 'Senate', '(upper', 'house)', 'on', 'July', '30', 'approved', 'a', 'constitutional', 'change', 'to', 'allow', 'ratification.']","[1, 2]",0,spain,In Spain the Congress of Deputies (lower house of parliament) on July 22 and the Senate (upper house) on July 30 approved a constitutional change to allow ratification.,"['In Spain, the lower house of parliament adopted an amendment to the constitution on 22 July and the senate (upper house) ratified it on 30 July.', 'In Spain, the lower house of parliament on 22 July and the senate (upper house) on 30 July adopted a constitutional amendment enabling ratification.', 'In Spain, the Congress (Chamber of Deputies) adopted a constitutional amendment on 22 July and the Senate (House of Lords) on 30 July to allow ratification.', 'In Spain, the lower house of parliament (lower house) adopted constitutional amendments on 22 July and the senate (upper house) on 30 July to allow ratification.', 'In Spain, the Congress (lower house) on 22 July and the Senate (upper house) on 30 July adopted a constitutional amendment that would allow ratification.']" -176,"['For', 'Minerals', ""it's"", 'a', 'time', 'to', 'press', 'ahead,', 'free', 'of', 'the', 'bad', 'weather', 'handicaps', 'which,', 'in', 'North', 'America', 'particularly,', 'have', 'dogged', 'production', 'longer', 'than', 'usual', 'this', 'year.']","[16, 18]",0,north america,"For Minerals it's a time to press ahead, free of the bad weather handicaps which, in North America particularly, have dogged production longer than usual this year.","['It is time for minerals to continue, despite the weather-related obstacles that have slowed production for longer than usual this year, especially in North America.', 'At the same time, we can do without the bad weather conditions that have hampered production for longer than usual this year, particularly in North America.', 'It is time for Minerals to move forward without the weather-related disadvantages that have delayed production for longer than usual this year, particularly in North America.', 'It is time for Minerals to move away from the storms that have delayed production for longer than usual this year, particularly in North America.', 'Customer age is key to avoiding the unpleasant weather that has hampered North American production for longer than usual this year.']" -177,"['The', 'panel', 'noted', '""', 'direct', 'and', 'circumstantial', 'evidence', '""', 'that', 'Gen.', 'Juan', 'Rafael', 'Bustillo,', 'then', 'Commander', 'of', 'the', 'Air', 'Force', '(now', 'military', 'attaché', 'in', 'Israel', '),', 'Gen.', 'René', 'Emilio', 'Ponce,', 'then', 'the', 'Army', 'Chief', 'of', 'Staff', '(currently', 'Defence', 'and', 'Public', 'Security', 'Minister),', 'and', 'Gen.', 'Juan', 'Orlando', 'Zepeda,', 'currently', 'the', 'Deputy', 'Defence', 'Minister,', 'had', 'been', 'among', 'those', 'who', 'had', 'planned', 'an', 'attack', 'the', 'day', 'before', 'at', 'the', 'Salvadorean', 'military', 'academy.']","[24, 25]",0,israel,"The panel noted"" direct and circumstantial evidence"" that Gen. Juan Rafael Bustillo, then Commander of the Air Force (now military attaché in Israel ), Gen. René Emilio Ponce, then the Army Chief of Staff (currently Defence and Public Security Minister), and Gen. Juan Orlando Zepeda, currently the Deputy Defence Minister, had been among those who had planned an attack the day before at the Salvadorean military academy.","['The panel found ""direct and indirect evidence"" that Major General Juan Rafael Bustillo, then commander (now military attaché in Israel), Major General René Emilio Ponce, then Chief of Staff (currently Minister of Defense and Public Security) and Major General Juan Orlando Zepeda, now Deputy Defense Minister, were among those who had planned an attack on the Salvadoran military academy the day before.', 'The Committee found ""direct and indirect evidence"" that among the dead who had planned an attack on the Salvadoran Military Academy the day before were Gen. Juan Rafael Bustillo, then Air Force Commander (now military attaché in Israel), Gen. René Emilio Ponce, then Chief of Staff (currently Minister of Defense and Public Security) and Gen. Juan Orlando Zepeda, now Deputy Defense Minister.', 'The panel pointed to ""direct and indirect evidence"" that Gen. Juan Rafael Bustillo, then commander of the Air Force (now military attaché in Israel), the former head of the army (currently minister of defense and public security), Gen. René Emilio Ponce, and Gen. Juan Orlando Zepeda, currently deputy defense minister, were among those who had planned an attack on the Salvadoran military academy the day before.', 'The panel pointed to ""direct and indirect evidence"" that General Juan Rafael Bustillo, former Commander-in-Chief of the Air Force (now military attaché in Israel), General René Emilio Ponce, then Chief of Staff (now Minister of Defense and Public Security) and General Juan Orlando Zepeda, now Deputy Defense Minister, had been part of such an attack plan the day before at the Salvadoran Military Academy.', 'The Commission pointed to ""direct and indirect evidence"" that the then Commander-in-Chief of the Air Force (now Military Attaché in Israel), General René Emilio Ponce, then Chief of Staff of the Army (now Minister of Defence and Public Security), and General Juan Orlando Zepeda, now Deputy Minister of Defence, were among those who had planned an attack on the Salvadoran Military Academy the day before.']" -178,"['Citing', 'security,', 'airline', 'and', 'FAA', 'officials', ""won't"", 'say', 'exactly', 'what', 'is', 'required', 'of', 'carriers', 'flying', 'from', 'America', '.']","[16, 17]",0,america,"Citing security, airline and FAA officials won't say exactly what is required of carriers flying from America.","['Citing safety circles, airline officials and the FAA are not saying exactly what is required of American airlines.', 'Safety regulators, citing airlines and the FAA, are not saying exactly what is required of airlines flying out of America.', 'Citing airline safety officials and the FAA, it is not necessary to say exactly what is required of airlines flying out of the United States.', 'Exactly what is required of American airlines is not revealed, citing safety regulators and the FAA.', 'Safety regulators and the FAA made no specific demands on airlines operating outside America.']" -179,"['BALLYCLARE', 'golfer', 'Stephen', 'Hamill', 'is', 'in', 'joint', '11th', 'place', 'going', 'into', 'the', 'final', 'round', 'of', 'the', '£53,000', 'Divonne', 'Open', 'in', 'France', '.']","[20, 21]",0,france,"BALLYCLARE golfer Stephen Hamill is in joint 11th place going into the final round of the £53,000 Divonne Open in France.","['BALLYCLARE golfer Stephen Hamill is 11th going into the final round of the £53,000 Divonne Open in France.', 'BALLYCLARE golfer Stephen Hamill is 11th going into the final round of the £53,000 Divonne Open in France.', 'BALLYCLARE golfer Stephen Hamill is in 11th place in the final round of the £53,000 Divonne Open in France.', 'BALLYCLARE golfer Stephen Hamill is seeded 11th in the final round of the £53,000 Divonne Open in France.', 'Ballaysberg golfer Stephen Hamill is one of the favourites to reach the final round of the €53,000 Divonne Open in France.']" -180,"['This', 'was', 'certainly', 'the', 'case', 'with', 'Mrs', 'S.,', 'the', 'mother', 'of', 'one', 'of', 'my', 'teenage', 'informants,', 'born', 'in', 'rural', 'Jamaica', 'about', '1930,', 'who', 'moved', 'to', 'London', 'about', '1960:', ""I've"", 'never', 'work', '-', ""I've"", 'never', 'really', 'work', 'when', 'I', 'was', 'back', 'in', 'de', 'West', 'Indies', 'my', 'husband', 'work,', 'I', 'worked', 'when', 'I', 'came', 'over', 'here', 'and', 'I', '[', 'took', 'a', 'long', 'time', ']', 'to', 'get', 'a', 'job', '-', 'because', 'I', 'could', 'remember', 'work', 'at', 'de', 'Post', 'Office', 'and', 'I', 'when', 'I', 'pronounce', 'my', 'words', 'you', 'know', 'too', '[', 'soft', ']', 'dey', 'say', 'dey', ""don't"", 'hunderstand', '-', 'according', 'to', 'dem', 'dey', ""don't"", 'hunderstand', 'me,', 'my', 'haccent', 'maybe', ""it's"", 'my', 'haccent', 'or', 'what', 'dey', 'don', '""', 'understan', '""', 'it', 'or', 'ting', 'an', '""', 'I', 'feel', 'like', ""I'm"", 'speakin', '""', 'the', 'same', 'English', 'like', 'over', 'here.']","[19, 20]",0,jamaica,"This was certainly the case with Mrs S., the mother of one of my teenage informants, born in rural Jamaica about 1930, who moved to London about 1960: I've never work - I've never really work when I was back in de West Indies my husband work, I worked when I came over here and I [ took a long time ] to get a job - because I could remember work at de Post Office and I when I pronounce my words you know too [ soft ] dey say dey don't hunderstand - according to dem dey don't hunderstand me, my haccent maybe it's my haccent or what dey don"" understan"" it or ting an"" I feel like I'm speakin"" the same English like over here.","['This was certainly the case for Mrs S., the mother of one of my teenage spies, who was born in rural Jamaica around 1930 and moved to London around 1960: I never worked - I never really worked when I was back in the West Indies, my husband worked, I worked when I came here, and it took [a long] time to get a job - because I could remember working in the post office, and when I speak my words I say soft dey sage dey sage dey sage dey don\'t stand a hundred - after dey my accent doesn\'t understand me one hundred percent, my accent maybe it\'s my accent or what dey there ""underplays"" or ""I feel like I speak the same English as over there.""', 'This was certainly the case with Mrs S., mother of one of my teenage informants, who was born in the Jamaican countryside around 1930 and moved to London around 1960: I never worked - I had never really worked when I went back to the West Indies, my husband worked when I came over and I [took a long time] to get a job - because I could remember working at the Post Office and I, when I say my words, you know too [soft] dey say dey don\'t stand a hundred - after the dey don\'t hold me one hundred percent, my accent is maybe my accent or what dey ""understands"" or ""I feel like I speak the same English as here.""', 'Certainly this was the case with Mrs S., the mother of one of my teenage informants, who was born in rural Jamaica around 1930 and moved to London around 1960: I never worked - I never worked when I was back in north-west India and employed my husband - I worked when I came here and [took a long time] to get a job - because I could remember working at de Post and I know that when I say my words you know too well, [soft] dey says dey don\'t stand a hundred - after dey I don\'t stand a hundred, my accent is maybe my accent, or what dey ""understands..."" or the expression of ""I feel like I speak the same English as here.', 'This was certainly the case with Mrs S., the mother of one of my informants as a teenager, who was born in the rural region of Jamaica around 1930 and moved to London in 1960: ""I never worked - I never really worked when I was back in the West Indies, when my husband will have worked, I worked when I came here and it took me [a long time] to get a job - I could remember working for de Post, and I do not understand myself when I say my words [...] They also know [gently] dey linguistically"" dey. ""According to the dey, my accent or what dey"" understands ""or"" I feel how I speak ""is the same English as here.', 'This is undoubtedly true of Mrs S., the mother of one of my teenage informants, born around 1930 in rural Jamaica, who moved to London around 1960: I never worked here - I never really worked when I came back to the West Indies, my husband worked when I came over and I needed an apartment to get a job - because I could remember my role at the post office and when I said my words, soft to say dey don\'t stand a hundred - depending on how dey I didn\'t stand a hundred, maybe it\'s my accent or what dey ""understated,"" or ""I feel like I speak the same English as here.']" -181,"['This', 'domanial', 'regime', 'suited', 'large-scale', 'landlords', 'with', 'far-flung', 'holdings', '(great', 'monasteries', 'were', 'landlords', 'of', 'this', 'type),', 'and', 'by', 'Charles', 'the', ""Bald's"", 'reign,', 'it', 'had', 'become', 'general', 'in', 'much', 'of', 'what', 'is', 'now', 'France', 'north', 'of', 'the', 'Loire', 'with', 'some', 'examples', 'also', 'further', 'south', 'in', 'Poitou.']","[32, 33]",0,france,"This domanial regime suited large-scale landlords with far-flung holdings (great monasteries were landlords of this type), and by Charles the Bald's reign, it had become general in much of what is now France north of the Loire with some examples also further south in Poitou.","[""This domanist regime accommodated large landowners with extensive possessions (large monasteries were landowners of this kind), and since Charles Kahl's rule it had become common in much of modern France north of the Loire and in some countries further south in Poitou."", 'This domain was financed by large landowners with large estates (large monasteries were landlords of this kind), and under Charlemagne it was distributed in large parts of what is now France north of the Loire, and some examples even further south in Poitou.', 'This dominion, which arose from the reign of Charlemagne, was convenient for large landowners with scattered possessions (large monasteries were landlords of this kind), and under Charlemagne it had assumed a general character in present-day France north of the Loire, and some examples of this can be found further south in Poitou.', 'This system of rule provided social advantages to large landowners with extensive possessions (large monasteries were landowners of this kind), and under Charlemagne it had become common in present-day France north of the Loire. Some examples of this can be found even further south in Poitou.', 'This rule was suitable for the owners of large houses with extensive property (large monasteries were landowners of this kind) and became common under Charlemagne the Bald in large parts of modern France north of the Loire and partly also in the extreme south, in Poitou.']" -182,"['A', 'spokesman', 'said', 'Thomsons', 'had', 'flown', '114', 'people', 'out', 'of', 'the', 'Bahamas', '.']","[11, 12]",0,bahamas,A spokesman said Thomsons had flown 114 people out of the Bahamas.,"['A spokesman said Thomsons had flown 114 people out of the Bahamas.', 'A spokesman said Thomsons had flown 114 people out of the Bahamas.', 'A spokesman said Thomsons had flown 114 people out of the Bahamas.', 'Thomsons had flown 114 people out of the Bahamas, a spokesman said.', 'His spokesman said Thomsons had flown 114 people from the Bahamas.']" -183,['Italy'],"[0, 1]",0,italy,Italy,"['Italy', 'Italy', 'Italy', 'Italy', 'Italy']" -184,"['In', 'countries', 'of', 'labour', 'shortage,', 'undeveloped', 'social', 'hierarchy', 'and', 'a', 'truculent', 'and', 'democratic', 'working', 'population,', 'things', 'might', 'be', 'different;', 'but', 'in', 'Britain', 'and', 'Germany,', 'France', 'and', 'the', 'Habsburg', 'Empire,', 'unlike', 'Australia', 'or', 'the', 'United', 'States,', 'the', 'suitable', 'maximum', 'for', 'the', 'labouring', 'class', 'was', 'a', 'sufficiency', 'of', 'good', 'decent', 'food', '(preferably', 'with', 'less', 'than', 'a', 'sufficiency', 'of', 'strong', 'drink),', 'a', 'modestly', 'crowded', 'dwelling,', 'and', 'clothing', 'adequate', 'to', 'protect', 'morals,', 'health', 'and', 'comfort', 'without', 'risking', 'improper', 'emulation', 'of', 'the', 'costume', 'of', 'their', 'betters.']","[24, 25]",0,france,"In countries of labour shortage, undeveloped social hierarchy and a truculent and democratic working population, things might be different; but in Britain and Germany, France and the Habsburg Empire, unlike Australia or the United States, the suitable maximum for the labouring class was a sufficiency of good decent food (preferably with less than a sufficiency of strong drink), a modestly crowded dwelling, and clothing adequate to protect morals, health and comfort without risking improper emulation of the costume of their betters.","['In countries with labor shortages, an underdeveloped social hierarchy, and a respectable and democratic working population, the starting point may be different, but in Britain and Germany, France, and the Habsburg Empire, the appropriate high point for the working class - unlike in Australia or the US - was an adequate supply of good, decent food (preferably with less than sufficiently strong drinks), modest housing overcrowding, and clothing that could protect morale, health, and comfort without the risk that the costumes of their high-earners reminded them excessively.', 'The situation may be different in countries with human deprivation, an undeveloped social hierarchy, and a reliable and democratic working population, but in Great Britain and Germany, France, and the Habsburg Empire, unlike Australia or the United States, the working class had enough good, reasonable food (preferably strong drinks), modestly overcrowded housing, and adequate clothing to protect morale, health, and comfort without risking the unfair imitation of their competitors ""costumes.', 'This may be different in countries where labor is scarce, where the social hierarchy is not yet mature, and where there is a democratic and trusting working-class population, but in Great Britain and Germany, France, and the Habsburg Empire, unlike Australia or the United States, there was a sufficient level of good and decent cuisine (preferably with less than a sufficient amount of alcohol), cramped housing, and adequate clothing to protect morality, health, and comfort without running the risk of inappropriately imitating their customers ""clothes.', 'In countries with labor shortages, an undeveloped social hierarchy, and a reliable, democratic population, this may be different, but in London and Germany, France, and the Habsburg Empire, the adequate maximum for the working class, unlike Australia or the United States, consisted of a sufficient amount of good, decent food (preferably small with less than a sufficient amount of strong drinks), a smaller, crowded dwelling, and clothing capable of protecting morality, health, and convenience without risking a false imitation of their competitors ""costumes.', 'In countries with labor shortages, an immature social hierarchy, and a democratically oriented working population, the perfect basis for the working class is an adequate supply of good food (preferably less than a sufficient quantity of beverages), a modest home and clothing that protects morality, health, and comfort, and does not reflect the inappropriate clothing of the high-earners.']" -185,"['The', 'problem', 'is', 'less', 'obvious', 'but', 'deep-rooted,', 'and', 'can', 'perhaps', 'be', 'most', 'clearly', 'formulated', 'in', 'the', 'following', 'question:', 'Given', 'the', 'turbulent', 'and', 'unstable', 'historical', 'context', 'of', 'post-1914', 'France', ',', 'is', 'it', 'possible', 'to', 'produce', 'novels', 'which', 'are', 'technically', 'and', 'artistically', 'successful,', 'politically', 'effective,', 'and', 'accurately', 'reflect', 'contemporary', 'social', 'reality?']","[27, 28]",0,france,"The problem is less obvious but deep-rooted, and can perhaps be most clearly formulated in the following question: Given the turbulent and unstable historical context of post-1914 France, is it possible to produce novels which are technically and artistically successful, politically effective, and accurately reflect contemporary social reality?","[""The problem is less obvious, but deep-rooted, and can perhaps be most clearly formulated in the following question: Given the turbulent and unstable historical situation in France after 1914, is it possible to write novels that are technically and artistically successful, politically effective, and that do justice to today's social reality?"", 'The problem is less obvious, but profound, and is perhaps expressed most clearly in the following question: Given the turbulent and unstable historical situation in France after 1914, is it possible to write technically and artistically successful, politically effective and contemporary novels?', ""The problem is less obvious, but well-founded, and can perhaps be expressed most clearly in the following question: Given France's turbulent and unstable post-1914 historical context, is it possible to write novels that are technically and artistically successful, politically effective, and appropriate to contemporary social realities?"", 'The problem is less obvious, but far-reaching, and can perhaps be best explained by the following question: given the turbulent and unstable historical context in post-1914 France, is it possible to write novels that are technically and artistically successful, politically effective, and in line with contemporary social reality?', ""The problem is less obvious, but more deeply rooted, and can perhaps be most clearly formulated in the following question: Given France's turbulent and unstable post-1914 historical context, is it possible to write novels that are technically and artistically successful, politically effective, and simply reflect today's social reality?""]" -186,"['It', 'included', 'Sweden,', 'Norway,', 'Denmark,', 'Finland,', 'West', 'Germany,', 'Austria,', 'Switzerland,', 'the', 'Netherlands', 'and', 'Canada.']","[11, 12]",0,netherlands,"It included Sweden, Norway, Denmark, Finland, West Germany, Austria, Switzerland, the Netherlands and Canada.","['These included Sweden, Norway, Denmark, Finland, West Germany, Austria, Switzerland, the Netherlands and Canada.', 'These included Sweden, Norway, Denmark, Finland, West Germany, Austria, Switzerland, the Netherlands and Canada.', 'These include Sweden, Norway, Denmark, Finland, West Germany, Austria, Switzerland, the Netherlands and Canada.', 'It consisted of Sweden, Norway, Denmark, Finland, West Germany, Austria, Switzerland, the Netherlands and Canada.', 'These were Sweden, Norway, Denmark, Finland, West Germany, Austria, Switzerland, the Netherlands and Canada.']" -187,"['But', 'it', 'is', 'clear', 'that', 'she', 'has', 'no', 'diplomatic', 'status', 'in', 'the', 'United', 'Kingdom', 'and', 'has', 'no', 'recognition', 'from', 'Her', ""Majesty's"", 'Government', 'as', 'a', 'representative', 'of', 'the', 'Republic', 'of', 'Somalia', 'in', 'this', 'country.']","[27, 30]",0,republic of somalia,But it is clear that she has no diplomatic status in the United Kingdom and has no recognition from Her Majesty's Government as a representative of the Republic of Somalia in this country.,"[""What is clear, however, is that she has no diplomatic status in Britain and is not recognised by Her Majesty's Government as the representative of the Republic of Somalia in that country."", ""But it is clear that she has no diplomatic status in Britain and is not recognised by Her Majesty's Government as the representative of the Republic of Somalia in that country."", ""What is clear, however, is that she has no diplomatic status in Britain and is not recognised by Her Majesty's Government as the representative of the Republic of Somalia in that country."", ""It is clear that she has no diplomatic status in Britain and is not recognised by Her Majesty's Government as the representative of the Republic of Somalia in that country."", ""What is clear, however, is that she has no diplomatic status in Britain and is not recognised by Her Majesty's Government as the representative of the Republic of Somalia in that country.""]" -188,"['Seven', 'of', 'the', 'councillors', 'attended', 'a', 'nighttime', 'vigil', 'on', 'Oct.', '1,', 'opposite', 'the', 'New', 'China', 'News', 'Agency', '(NCNA)', 'building,', 'China', ""'s"", 'de', 'facto', 'embassy', 'in', 'Hong', 'Kong.']","[19, 20]",0,china,"Seven of the councillors attended a nighttime vigil on Oct. 1, opposite the New China News Agency (NCNA) building, China's de facto embassy in Hong Kong.","['Seven city councillors participated in a nightly vigil in front of the New China News Agency (NCNA) building, the de facto Chinese Embassy in Hong Kong, on October 1st.', 'Seven council members attended a late-night vigil in front of the New China News Agency (NCNA) building, the de facto Chinese Embassy in Hong Kong, on October 1.', 'Seven city councillors participated in a nightly vigil in front of the New China News Agency (NCNA) building, the de facto Chinese Embassy in Hong Kong, on October 1st.', 'Seven members of the city parliament attended a nightly vigil in front of the New China News Agency (NCNA) building, the de facto Chinese Embassy in Hong Kong, on October 1st.', 'Seven council members attended a late-night vigil in front of the New China News Agency (NCNA) building, the de facto Chinese Embassy in Hong Kong, on October 1.']" -189,"['There', 'are', 'lesser', 'seas', 'which', 'must', 'also', 'be', 'included,', 'in', 'particular', 'the', 'fifteen', 'around', 'the', 'islands', 'of', 'the', 'East', 'Indian', 'archipelago:', 'the', 'Sulu,', 'Celebes', 'and', 'Molucca', 'Seas,', 'the', 'Gulf', 'of', 'Tomini,', 'the', 'Halmahera,', 'Ceram,', 'Banda,', 'Arafura', '(which', 'may', 'or', 'may', 'not', 'contain', 'the', 'Gulf', 'of', 'Carpentaria,', 'depending', 'on', 'which', 'atlas', 'is', 'used),', 'Timor', 'and', 'Flores', 'Seas,', 'the', 'Gulf', 'of', 'Boni,', 'the', 'Bali', 'Sea,', 'the', 'Makassar', 'Strait,', 'the', 'Java', 'and', 'Savu', 'Seas;', 'and', 'there', 'is', 'the', 'Gulf', 'of', 'Thailand,', 'the', 'Strait', 'of', 'Malacca,', 'the', 'Singapore', 'Strait', 'and', 'the', 'Inland', 'Sea', 'of', 'Japan.']","[83, 85]",0,singapore strait,"There are lesser seas which must also be included, in particular the fifteen around the islands of the East Indian archipelago: the Sulu, Celebes and Molucca Seas, the Gulf of Tomini, the Halmahera, Ceram, Banda, Arafura (which may or may not contain the Gulf of Carpentaria, depending on which atlas is used), Timor and Flores Seas, the Gulf of Boni, the Bali Sea, the Makassar Strait, the Java and Savu Seas; and there is the Gulf of Thailand, the Strait of Malacca, the Singapore Strait and the Inland Sea of Japan.","['There are smaller seas that also need to be included, in particular the 15 islands around the East Indian islands of the archipelago: the Sulu, Celebe and Moluccas seas, the Gulf of Tomini, the Halmahera, Ceram, Banda, Arafura (which, depending on the atlas used, may or may not contain the Gulf of Carpentaria), the Sea of Timor and Flores, the Gulf of Boni, the Sea of Bali, the Strait of Makassar, the Java Sea and the Savus Sea; and there is the Gulf of Thailand, the Strait of Malacca, the Strait of Singapore and the Japanese Inland Sea.', 'There are smaller seas that also need to be included, in particular the fifteen islands around East India: the seas of sulphur, germ and moluccas, the Gulf of Tomini, Halmahera, Ceram, Banda, Arafura (which, depending on the atlas used, may or may not contain the Gulf of Carpentaria), the Sea of Timor and Flores, the Gulf of Boni, the Sea of Bali, the Macassar Strait, the Sea of Java and Savu, and then there is the Gulf of Thailand, the Strait of Malacca, the Strait of Singapore and the Inland Sea of Japan.', 'Smaller seas must also be included, in particular the fifteen islands surrounding the islands of the East Indian Archipelago: the Sulu, Celebesi and Moluccas seas, the Gulf of Tomini, Lake Halmahera, Ceram, Banda and Arafura (which may or may not contain the Gulf of Carpentaria, depending on the atlas used), the Sea of Timor and Flora, the Gulf of Boni, the Balinese Sea, the Macassar Strait, the Java and Savum seas, and there is the Gulf of Thailand, the Strait of Malacca, the Strait of Singapore and the Japanese Inland Sea.', 'There are also smaller seas to be included, in particular the 15 islands of the East Indian archipelago: the seas of Sulu, Feice and Moluccas, the Gulf of Tomini, Halmahera, Ceram, Banda, Arafura (where, depending on the temperature of the atlas used, the Carpathian Gulf may or may not be located), Lake Timor and Lake Flores, the Gulf of Boni, Lake Bali, the Straits of Makassar, the Sea of Java and Savu, as well as the Gulf of Thailand, the Strait of Malacca, the Strait of Singapore and the Japan Inland Sea.', 'The other five islands of the East Indian Archipelago are responsible for the smaller seas, in particular the fifteen islands surrounding the East Indian Archipelago: the Sulu Sea, the Celebesi Sea and the Moluccas Sea, the Tomini Sea, the Halmahera Sea, the Ceram Sea, the Banda Sea, the Arafura Sea (which may or may not contain the Carpentine Gulf, depending on the atlas used), the Timor Sea and the Flores Sea, the Boni Sea, the Bali Sea, the Macassar Strait, the Java Sea and the Savu Sea, the Gulf of Thailand, the Strait of Malacca, the Singapore Strait and the Sea of Japan.']" -190,"['We', 'hope', 'that', 'there', 'will', 'soon', 'be', 'great', 'progress', 'in', 'Zambia', '.']","[10, 11]",0,zambia,We hope that there will soon be great progress in Zambia.,"['We hope that great progress will soon be made in Zambia.', 'We hope that great progress will soon be made in Zambia.', 'We hope that great progress will soon be made in Zambia.', 'We hope that great progress will soon be made in Zambia.', 'We hope that great progress will soon be made in Zambia.']" -191,"['The', 'decision', 'to', 'remove', 'exchange', 'controls', 'had', 'an', 'unexpected', 'bearing', 'on', 'the', 'progress', 'of', 'the', 'campaign', 'against', 'Imelda', 'Marcos,', 'whom', 'the', 'government', 'was', 'prosecuting', 'on', 'corruption', 'charges', 'relating', 'to', 'the', 'years', 'in', 'which', 'her', 'late', 'husband', 'had', 'been', 'President', 'of', 'the', 'Philippines', '.']","[41, 42]",0,philippines,"The decision to remove exchange controls had an unexpected bearing on the progress of the campaign against Imelda Marcos, whom the government was prosecuting on corruption charges relating to the years in which her late husband had been President of the Philippines.","[""The decision to abolish exchange-rate controls had an unexpected impact on the progress of the campaign against Imelda Marcos, who had the government prosecuted on corruption charges related to her late husband's years as president of the Philippines."", 'The decision to abolish exchange-rate controls had an unexpected impact on the course of the campaign against Imelda Marcos, who was investigated by the government on corruption charges in the years when her late husband was president of the Philippines.', 'The decision to lift foreign exchange controls had an unexpected impact on the campaign of Imelda Marcos, who was prosecuted by the government on corruption charges related to the years her late husband was president of the Philippines.', 'The decision to impose exchange-rate controls has had an unexpected impact on the progress of the campaign against Imelda Marcos, who is suing the government over allegations of corruption in the years of her late husband, the President of the Philippines.', 'The decision to abolish foreign exchange controls has had an unexpected impact on the progress of the campaign against Imelda Marcos, who is being prosecuted on corruption charges related to the years her late husband was president of the Philippines.']" -192,"['I', 'wish', 'to', 'call', 'attention', 'to', 'the', 'need', 'for', 'regional', 'government', 'in', 'England,', 'and', 'I', 'beg', 'to', 'move,', '""', 'That', 'this', 'House', 'deplores', 'the', 'excessive', 'centralisation', 'of', 'government', 'in', 'the', 'United', 'Kingdom', 'since', '1979', 'and', 'the', 'failure', 'to', 'decentralise', 'and', 'devolve', 'power', 'to', 'the', 'nations', 'and', 'regions', 'of', 'the', 'United', 'Kingdom;', 'notes', 'that', 'this', 'is', 'in', 'direct', 'contrast', 'to', 'the', 'general', 'trend', 'towards', 'decentralisation', 'evidence', 'elsewhere', 'in', 'Europe;', 'furthermore', 'deplores', 'the', 'severe', 'cuts', 'in', 'the', 'regional', 'assistance', 'budget', 'since', '1979', 'together', 'with', 'the', 'failure', 'to', 'enact', 'dynamic', 'and', 'effective', 'regional', 'economic', 'policies', 'which', 'would', 'have', 'promoted', 'balanced', 'economic', 'growth', 'and', 'prosperity;', 'expresses', 'alarm', 'at', 'the', 'regional', 'divisions', 'which', 'continue', 'to', 'characterise', 'the', 'United', 'Kingdom', 'economy;', 'and', 'considers', 'that', 'the', 'creation', 'of', 'a', 'regional', 'tier', 'of', 'government', 'in', 'the', 'English', 'regions', 'as', 'well', 'as', 'national', 'devolution', 'to', 'Scotland', 'and', 'Wales', 'is', 'now', 'vital', 'to', 'the', 'United', ""Kingdom's"", 'future', 'economic', 'and', 'political', 'well-being.']","[30, 32]",0,united kingdom,"I wish to call attention to the need for regional government in England, and I beg to move,"" That this House deplores the excessive centralisation of government in the United Kingdom since 1979 and the failure to decentralise and devolve power to the nations and regions of the United Kingdom; notes that this is in direct contrast to the general trend towards decentralisation evidence elsewhere in Europe; furthermore deplores the severe cuts in the regional assistance budget since 1979 together with the failure to enact dynamic and effective regional economic policies which would have promoted balanced economic growth and prosperity; expresses alarm at the regional divisions which continue to characterise the United Kingdom economy; and considers that the creation of a regional tier of government in the English regions as well as national devolution to Scotland and Wales is now vital to the United Kingdom's future economic and political well-being.","['Regrets the excessive centralisation of government in the United Kingdom since 1979 and the failure to transfer and transfer power to the nations and regions of the United Kingdom; regrets that this directly contradicts the general trend towards decentralisation seen elsewhere in Europe; also deplores the drastic cuts in the regional aid budget since 1979 and the failure to pursue dynamic and effective economic policies that would have fostered balanced economic growth and prosperity; expresses concern about the regional divisions that continue to characterise the UK economy; and believes that the creation of a regional government in the English regions and national decentralisation to Scotland and Wales are crucial to the future economic and political well-being of the United Kingdom.', ""I would like to draw attention to the need for a regional government in England and I ask you to move: 'This House deplores the excessive centralisation of government in the United Kingdom since 1979 and the failure to decentralise and transfer power to the nations and regions of the United Kingdom; notes that this is in direct contrast to the general trend towards decentralisation that is emerging elsewhere in Europe; continues to deplore the massive cuts in the regional welfare budget since 1979, together with the failure to implement dynamic and effective regional economic policies that would have fostered balanced economic growth and prosperity; expresses concern at the regional divisions that continue to characterise the British economy; and considers that the creation of a regional government in the English regions and national decentralisation to Scotland and England and"", 'I would like to draw attention to the need for regional government in England and I ask that we move. ""The House regrets that the government has been excessively centralised since 1979 and has not allowed power to be transferred to countries and regions of the United Kingdom; notes that this directly contradicts the general trend towards decentralisation in other parts of the European Union; also deplores the drastic cuts in the regional support budget since 1979 and the failure to pursue a dynamic and effective regional economic policy that would have led to balanced economic growth and prosperity; expresses concern about the regional divisions that continue to characterise the British economy and believes that the creation of a level of regional government in the English regions and national decentralisation are crucial to the future economic and political well-being of the United Kingdom.', ""I would like to draw attention to the need for regional government in England and call for civil courage: 'The House deplores the excessive centralisation of government in the United Kingdom since 1979 and the failure to share power between the nations and regions of the United Kingdom; notes that this directly contradicts the general tendencies towards decentralisation in other parts of Europe; also deplores the drastic cuts in regional aid budgets between 1979 and 1979, coupled with the failure to pursue a dynamic and effective regional economic policy that would have fostered balanced economic growth and prosperity; expresses concern about the regional divisions that continue to characterise the economic fabric of the United Kingdom; and considers that the creation of a regional government and national decentralisation to Scotland and Wales is now crucial to the future economic success of the United Kingdom."", 'Referring to the need for regional government in England, he said: ""Parliament deplores the excessive centralisation of government in the United Kingdom since 1979 and the failure to devolve power and transfer it to the nations and regions of the United Kingdom; notes that this is in stark contrast to the general trend towards decentralisation elsewhere in Europe; deplores the fact that some support budgets have been cut since 1979 without implementing a dynamic and effective regional economic policy that would have promoted balanced economic growth and prosperity; expresses concern about the regional divisions that remain characteristic of the British economy; and believes that the creation of a regional government in the English regions and national devolution to Scotland or Wales would be a catalyst for decentralisation.""']" -193,"['NOT', 'the', 'least', 'onerous', 'of', 'the', 'Hong', 'Kong', ""Governor's"", 'duties', 'is', 'to', 'wear', 'a', 'big', 'fore-and-aft', 'hat', 'billowing', 'with', 'goose', 'feathers.']","[6, 8]",0,hong kong,NOT the least onerous of the Hong Kong Governor's duties is to wear a big fore-and-aft hat billowing with goose feathers.,"['The equally onerous duty of the Governor of Hong Kong is to wear a large hat with goose feathers.', 'The task of the Governor of Hong Kong is to wear a large hat with goose feathers.', ""Wearing a large hat stuffed with goose feathers is not the least arduous task for Hong Kong's governor."", 'It is not the slightest duty of the Governor of Hong Kong to put on a large hat decorated with goose feathers.', ""Wearing a large hat with goose feathers is not one of Hong Kong's most uncomfortable duties.""]" -194,"['As', 'said,', '`', 'The', 'history', 'of', 'science', 'is', 'science', 'itself', '""', 'and,', 'appropriately,', 'Fox', 'uses', 'the', 'history', 'of', 'the', 'study', 'of', 'heat', 'in', 'eighteenth', 'and', 'nineteenth', 'century', 'France', 'to', 'demonstrate', 'the', 'changing', 'aspirations', 'and', 'preoccupations', 'of', 'the', 'participating', 'scientists.']","[27, 28]",0,france,"As said, The history of science is science itself"" and, appropriately, Fox uses the history of the study of heat in eighteenth and nineteenth century France to demonstrate the changing aspirations and preoccupations of the participating scientists.","['As I said, the history of science itself is science, ""and Fuchs uses the history of heat research in 18th and 19th century France to illustrate the changing aspirations and concerns of the scientists involved.', 'As I said, the history of science is science itself. ""Fittingly, Fox uses the history of heat research in 18th and 19th century France to illustrate the changing goals and concerns of Joel researchers.', 'As I said, ""the history of science is science itself,"" and, more importantly, Fox also uses the history of the study of heat in 18th and 19th century France to illustrate the changing aspirations and concerns of the scientists involved.', 'As I said, the history of science is the history of science, ""and Fuchs uses the history of heat research in 18th and 19th century France to highlight the changing needs and concerns of the scientists involved.', 'As I said, the history of science is the history of science. ""Appropriately, Fox criticises heat research in 18th and 19th century France in order to show the changed hopes and concerns of the scientists involved.']" -195,"['The', 'origin', 'of', 'such', 'clinics', 'was', 'the', 'inheritance', 'of', 'health', 'care', 'sometimes', 'with', 'a', 'facility,', 'sometimes', 'without', '-', 'from', 'the', 'health', 'care', 'program', 'of', 'the', 'United', 'Mine', 'Workers', '(of', 'America', '),', 'a', 'program', 'that', 'had', 'fallen', 'victim', 'to', 'contract', 'negotiations.', '""']","[29, 30]",0,america,"The origin of such clinics was the inheritance of health care sometimes with a facility, sometimes without - from the health care program of the United Mine Workers (of America ), a program that had fallen victim to contract negotiations.""","['The origin of such clinics was the legacy of health care, sometimes with an institution, sometimes without - from the health program of the United Mineworkers (of America), a program that had fallen victim to contract negotiations. ""', 'The origin of such clinics was the hereditary nature of a health-care system that sometimes had a facility, sometimes without - from the health program of the United Mine Workers (of America), a program that fell victim to contract negotiations. ""', 'The origin of such clinics was the legacy of health care, sometimes with one facility, sometimes without - from the health program of the United Mineworkers (USA), which led to the negotiation of the contract. ""', 'The origins of such clinics go back to the legacy of health care in operation or not - the health program of the United Mine Workers (of America), a program that fell victim to contract negotiations. ""', 'The origins of such clinics lay in the provision of health insurance - sometimes by institutions, sometimes without - from the United Mineworkers ""Health Program (of America), a program that had fallen victim to contract negotiations.""']" -196,"['Beauvais', 'Cathedral', 'in', 'northern', 'France', 'was', 'an', 'ambitious', 'project', 'of', 'the', 'High', 'Gothic', 'period.']","[4, 5]",0,france,Beauvais Cathedral in northern France was an ambitious project of the High Gothic period.,"['The cathedral of Beauvais in northern France was an ambitious High Gothic project.', 'The cathedral of Beauvais in northern France was an ambitious High Gothic project.', 'The cathedral of Beauvais in northern France was an ambitious High Gothic project.', 'The cathedral of Beauvais in northern France was an ambitious High Gothic project.', 'The Dom Beauvais in northern France was an ambitious High Gothic project.']" -197,"['Sr', 'Pierre-Elise', 'Gafah', 'is', 'the', 'first', 'woman', 'to', 'head', 'the', 'Secretariat', 'of', 'CEPACS,', 'the', 'Communication', 'Commission', 'of', 'the', 'Catholic', ""Bishops'"", 'Conferences', 'of', 'Africa', 'and', 'Madagascar', '.']","[24, 25]",0,madagascar,"Sr Pierre-Elise Gafah is the first woman to head the Secretariat of CEPACS, the Communication Commission of the Catholic Bishops' Conferences of Africa and Madagascar.","['Sister Pierre-Elise Gafah is the first woman to head the Secretariat of CEPACS, the Communication Commission of the Catholic Episcopal Conferences of Africa and Madagascar.', 'Sister Pierre-Elise Gafah is the first woman to head the Secretariat of CEPACS, the Communication Commission of the Catholic Episcopal Conferences of Africa and Madagascar.', 'Sister Pierre-Elise Gafah is the first woman to head the Secretariat of CEPACS, the Mediation Commission of the Catholic Episcopal Conferences of Africa and Madagascar.', 'Sister Pierre-Elise Gafah is the first woman to head the CEPACS Secretariat, the Communication Commission of the Catholic Episcopal Conferences of Africa and Madagascar.', 'Sister Pierre-Elise Gafah is the first woman to head the Secretariat of CEPACS, the Communication Commission of the Catholic Episcopal Conferences of Africa and Madagascar.']" -198,"['In', 'the', 'United', 'States', 'the', 'vote', 'for', 'the', 'President', 'is', 'cast', 'separately', 'to', 'those', 'for', 'members', 'of', 'The', 'House', 'of', 'Representatives', '(lower', 'house)', 'and', 'The', 'Senate', '(upper', 'house).']","[2, 4]",0,united states,In the United States the vote for the President is cast separately to those for members of The House of Representatives (lower house) and The Senate (upper house).,"['In the United States, the election of the president is held separately from the vote of the members of the House of Representatives (lower house) and the Senate (upper house).', 'In the USA, the votes for the president are cast separately from those for the members of the House of Representatives (lower house) and the Senate (upper house).', 'In the USA, the vote for the president is cast separately from that of the members of the House of Representatives (lower house) and the Senate (upper house).', 'In the United States, presidential elections are held separately for members of the House of Representatives (House of Representatives) and the Senate (House of Lords).', 'In the United States, presidential elections are held separately from those for members of the House and Senate.']" -199,"['The', 'ultimate', 'embarrassment', 'came', 'in', '1976', 'when', 'the', 'prime', 'Minister', 'announced', 'the', 'establishment', 'of', 'a', 'Royal', 'Commission', 'to', 'make', 'a', 'general', 'inquiry', 'into', 'the', 'law', 'and', 'practice', 'relating', 'to', 'the', 'provision', 'of', 'legal', 'services', 'in', 'England,', 'Wales', 'and', 'Northern', 'Ireland', '.']","[38, 40]",0,northern ireland,"The ultimate embarrassment came in 1976 when the prime Minister announced the establishment of a Royal Commission to make a general inquiry into the law and practice relating to the provision of legal services in England, Wales and Northern Ireland.","['The ultimate embarrassment came in 1976, when the Prime Minister announced the establishment of a royal commission to conduct a general inquiry into the law and practice of providing legal services in England, Wales and Northern Ireland.', 'The last embarrassment came in 1976, when the British Prime Minister announced the establishment of a Royal Commission to conduct a general inquiry into the law and practice of providing legal services in England, Wales and Northern Ireland.', 'The ultimate embarrassment came in 1976, when the Prime Minister announced the establishment of a Royal Commission into the Law and Practice of Legal Services in England, Wales and Northern Ireland.', 'The biggest shock and ultimate embarrassment came in 1976 with the announcement of the establishment of a Royal Commission into the General Inquiry into Law and Practice relating to the provision of legal services in England, Wales and Northern Ireland.', 'The ultimate embarrassment came in 1976, when the Prime Minister announced a more direct inquiry into the law and practice in England, Wales and Northern Ireland.']" -200,"['On', 'Aug.', '15', 'the', 'UN', 'World', 'Food', 'Programme', '(WFP)', 'began', 'distributing', '90,000', 'tonnes', 'of', 'food', 'in', 'Baghdad', 'amidst', 'reports', 'that', 'the', 'governing', 'body', 'of', 'the', 'UN', 'Compensation', 'Fund', '[', 'see', 'p.', '38211', ']', 'intended', 'to', 'order', 'Iraq', 'to', 'pay', 'compensation', 'to', 'workers', 'forced', 'to', 'leave', 'Kuwait', 'and', 'Iraq', 'as', 'a', 'result', 'of', 'the', 'Gulf', 'crisis.']","[45, 46]",0,kuwait,"On Aug. 15 the UN World Food Programme (WFP) began distributing 90,000 tonnes of food in Baghdad amidst reports that the governing body of the UN Compensation Fund [ see p. 38211 ] intended to order Iraq to pay compensation to workers forced to leave Kuwait and Iraq as a result of the Gulf crisis.","['On August 15, the United Nations World Food Programme (WFP) began distributing 90,000 tons of food in Baghdad, amid reports that the governing body of the UN Compensation Fund [see p. 38211] wants to force Iraq to pay compensation to workers forced to leave Kuwait and Iraq as a result of the Gulf crisis.', 'On 15 August, the United Nations World Food Programme (WFP) began distributing 90,000 tonnes of food in Baghdad, amid reports of a decision by the governing body of the UN Compensation Fund (see p. 38211) to impose compensation on Iraq for workers forced to leave Kuwait and Iraq as a result of the Gulf crisis.', 'On 15 August, the United Nations World Food Programme (WFP) in Baghdad began distributing 90,000 tonnes of food amid reports that the governing body of the UN Compensation Fund (see p. 38211) was instructing Iraq to pay compensation to workers forced to leave Kuwait and Iraq as a result of the Gulf crisis.', 'On August 15, the United Nations World Food Programme (WFP) in Baghdad began distributing 90,000 tons of food amid reports that the marketing organization of the UN Compensation Fund [see p. 38211] was trying to force Iraq to pay compensation to workers forced to leave Kuwait and Iraq after the Gulf crisis.', 'On August 15, the United Nations World Food Programme (WFP) began distributing 90,000 tons of food in Baghdad, amid reports that the UN Compensation Fund Control Force [see p. 38211] is trying to force Iraq to pay compensation to workers forced to leave Kuwait and Iraq because of the Gulf crisis.']" -201,"['The', 'embalmed', 'corpse', 'of', 'Georgi', 'Dimitrov,', 'Bulgaria', ""'s"", 'Communist', 'leader', 'from', '1946', 'until', 'his', 'death', 'in', '1949,', 'was', 'removed', 'on', 'July', '18', 'from', 'the', 'mausoleum', 'in', 'central', 'Sofia', 'where', 'it', 'had', 'been', 'on', 'public', 'display,', 'and', 'was', 'cremated', 'in', 'a', 'private', 'ceremony.']","[6, 7]",0,bulgaria,"The embalmed corpse of Georgi Dimitrov, Bulgaria's Communist leader from 1946 until his death in 1949, was removed on July 18 from the mausoleum in central Sofia where it had been on public display, and was cremated in a private ceremony.","['The embalmed body of Georgi Dimitrov, Bulgarian Communist leader from 1946 until his death in 1949, was removed from the mausoleum in central Sofia on 18 July, where it was publicly displayed and cremated in a private ceremony.', ""The embalmed body of Georgi Dimitrov, Bulgaria's Communist leader from 1946 until his death in 1949, was removed from the mausoleum in central Sofia on July 18, where it was publicly displayed and cremated in a private ceremony."", 'The embalmed body of Georgi Dimitrov, Bulgarian Communist leader from 1946 until his death in 1949, was removed from a mausoleum in central Sofia on 18 July, where it was publicly exhibited and cremated in a private ceremony.', 'The embalmed body of Georgi Dimitrov, Bulgarian Communist from 1946 until his death in 1949, was removed from the mausoleum in central Sofia on 18 July, where it was exhibited and cremated in a private ceremony.', 'The embalmed body of Bulgarian Communist leader Georgi Dimitrov (1946-1949) was removed from the mausoleum in the centre of Sofia on 18 July, where it had already been publicly displayed and cremated in a private ceremony.']" -202,"['This', 'was', 'an', 'attempt', 'to', 'sabotage', 'a', 'heavy', 'water', 'plant', 'in', 'Norway', 'vital', 'to', 'German', 'atomic', 'bomb', 'development.']","[11, 12]",0,norway,This was an attempt to sabotage a heavy water plant in Norway vital to German atomic bomb development.,"['This was an attempt to sabotage a heavy water plant in Norway, which was important for the development of the German atomic bomb.', 'This was an attempt to sabotage a heavy water plant in Norway, which is crucial for the development of the German atomic bomb.', 'This was an attempt to sabotage a heavy water plant in Norway, which is indispensable for German atomic bomb development.', 'This was an attempt to sabotage a heavy water plant in Norway, which was indispensable for the development of German atomic bombs.', 'This was to sabotage a heavy water plant in Norway, which was indispensable for the development of German atomic bombs.']" -203,"['I', 'decided', 'in', 'the', 'circumstances', 'that', 'the', '35', 'US', 'gallon', 'model', 'was', 'hardly', 'adequate', 'for', 'my', 'purposes', 'and', 'traded', 'up', 'to', 'the', '55', 'US', 'gallon', 'model.']","[23, 24]",0,us,I decided in the circumstances that the 35 US gallon model was hardly adequate for my purposes and traded up to the 55 US gallon model.,"['Under these circumstances, I decided that the 35-liter model was hardly suitable for my purposes and exchanged it for the 55-liter model.', 'Under these circumstances, I decided that the 35-gallon model was hardly fit for purpose and was replaced with the 55-gallon model.', 'Under these circumstances, I decided that my 35-gallon model was hardly fit for purpose and could be traded up to the 55-gallon model.', 'In these circumstances, I decided that the 35-gallon model would hardly meet my requirements, and I traded in the 55-gallon model.', 'Given the circumstances, I decided that the 60-liter model was hardly sufficient for my purposes and uploaded the 55-liter model.']" -204,"['Or', 'again:', 'It', 'is', 'in', 'the', 'direct', 'and', 'absolute', 'interest', 'of', 'the', 'English', 'working', 'class', 'to', 'get', 'rid', 'of', 'their', 'present', 'connection', 'with', 'Ireland', '[hellip]']","[23, 24]",0,ireland,Or again: It is in the direct and absolute interest of the English working class to get rid of their present connection with Ireland [hellip],"['Or again, it is in the immediate and absolute interest of the English working class to get rid of its present connection with Ireland. [hellip]', 'Or, to reiterate, it is in the direct and absolute interest of the English working class to get rid of its present connection with Ireland [hellip].', 'In other words, it is in the direct and absolute interest of the English working class to get rid of its present connection with Ireland [hellip].', 'Or again, it is in the direct and exclusive interest of the English working class to sever its present link with Ireland.', 'Or, to reiterate, it is in the direct and absolute interest of the English working class to get rid of its present link with Ireland.']" -205,"['This', 'was', 'the', 'most', 'successful', 'moment', 'of', 'the', 'pledge', 'technique,', 'though', 'it', 'was', 'employed', 'in', 'the', '1837', 'election', 'to', 'end', 'apprenticeship', 'and', 'suggested', 'in', '1841', 'by', 'the', 'BFASS', 'to', 'create', 'a', 'parliamentary', 'bloc', 'ready', 'to', 'abolish', 'slavery', 'in', 'British', 'India', '.']","[38, 40]",0,british india,"This was the most successful moment of the pledge technique, though it was employed in the 1837 election to end apprenticeship and suggested in 1841 by the BFASS to create a parliamentary bloc ready to abolish slavery in British India.","['This was the most successful moment of the promise method, although it was used in the 1837 elections to end the doctrine, and in 1841 BFASS proposed to create a parliamentary bloc willing to abolish slavery in British India.', 'This was the most successful moment of the oath technique, although it was used to end teaching during the 1837 election and was proposed by BFASS in 1841 to create a parliamentary bloc willing to abolish slavery in British India.', 'This was the most successful moment of this exploitation technique, although it was used in the elections of 1837 to end apprenticeships and BFASS proposed in 1841 to create a parliamentary bloc willing to abolish slavery in British India.', 'It was, however, the most successful moment of the deposit techniques used during the election of 1837 to end teaching and proposed by BFASS in 1841 to create a parliamentary bloc ready to abolish slavery in British India.', 'It began the most successful phase of the promise technique used in the 1837 election to end teaching, and proposed a parliamentary bloc to abolish slavery in British India through BintelS in 1841.']" -206,"['NATIONAL', 'PRAYER', 'BREAKFAST', 'The', 'National', 'Prayer', 'Breakfast', 'in', 'the', 'United', 'States', 'is', 'an', 'annual', 'gathering', 'of', 'political', 'and', 'religious', 'leaders', 'and', 'other', 'key', 'national', 'figures', 'who', 'meet', 'to', 'pray', 'for', 'the', 'nation.']","[9, 11]",0,united states,NATIONAL PRAYER BREAKFAST The National Prayer Breakfast in the United States is an annual gathering of political and religious leaders and other key national figures who meet to pray for the nation.,"['The National Prayer Breakfast in the United States is an annual gathering of political and religious leaders and other important national figures who come together to pray for the nation.', 'The National Prayer Breakfast in the United States is an annual gathering of political and religious leaders and other key national figures who come together to pray for the nation.', 'The National Prayer Breakfast in the United States is an annual gathering of political and religious leaders and other key national figures who come together to pray for the country.', 'NATIONAL BREAKFAST The National Prayer Breakfast in the United States is an annual gathering of politicians, religious leaders and other key national figures to pray for the nation.', 'National Prayer / An annual gathering of political and religious leaders and other national figures who pray for the nation is currently taking place in the United States.']" -207,"['Singapore', 'is', 'one', 'of', 'the', 'few', 'countries', 'that', 'supports', 'the', 'reality', 'of', 'global', 'business.']","[0, 1]",0,singapore,Singapore is one of the few countries that supports the reality of global business.,"['Singapore is one of the few countries that supports the reality of global business.', 'Singapore is one of the few countries that supports the reality of global business.', 'Singapore is one of the few countries that supports the reality of global business.', 'Singapore is one of the few countries that supports the reality of global business.', 'One of the few countries that supports the reality of the global economy.']" -208,"['In', 'another', 'inspired', 'move', 'this', 'season', 'they', 'have', 'added', 'a', 'new', 'coach', 'in', 'Glen', 'Ross,', 'from', 'New', 'Zealand', '.']","[16, 18]",0,new zealand,"In another inspired move this season they have added a new coach in Glen Ross, from New Zealand.","['In another inspiring move this season, they have signed a new coach in New Zealander Glen Ross.', 'In another inspiring move, they have signed a new coach in New Zealander Glen Ross for the new season.', 'In another inspiring move this season, they have added a new coach: New Zealander Glen Ross.', 'New Zealand coach Glen Ross has also been appointed this season.', 'And the New Zealanders have a new coach in Glen Ross this season.']" -209,"['The', 'cases', 'to', 'be', 'discussed', 'here', 'are', 'Zambia', ',', 'Zimbabwe', 'and', 'Costa', 'Rica.']","[7, 8]",0,zambia,"The cases to be discussed here are Zambia, Zimbabwe and Costa Rica.","['These are Zambia, Zimbabwe and Costa Rica.', 'These are Zambia, Zimbabwe and Costa Rica.', 'These are Zambia, Zimbabwe and Costa Rica.', 'Zambia, Zimbabwe and Costa Rica are discussed here.', 'These are countries such as Zambia, Zimbabwe and Costa Rica.']" -210,"['In', 'Britain', 'the', 'dark', 'extreme', 'of', 'the', 'colour-sided', 'cline', 'described', 'in', 'the', 'Genetics', 'section', 'is', 'characteristic', 'of', 'the', 'Gloucester,', 'while', 'the', 'light', '(colour-pointed)', 'extreme', 'is', 'the', 'standard', 'colouring', 'of', 'two', 'breeds:', 'the', 'horned', 'White', 'Park', '(including', 'the', 'Chillingham)', 'and', 'the', 'polled', 'British', 'White.']","[1, 2]",0,britain,"In Britain the dark extreme of the colour-sided cline described in the Genetics section is characteristic of the Gloucester, while the light (colour-pointed) extreme is the standard colouring of two breeds: the horned White Park (including the Chillingham) and the polled British White.","['In Britain, the dark extreme of the color-sided clones described in the Genetics section is characteristic of Gloucester, while the light extreme (sharpened in color) is the standard articulation of two breeds: the Horned White Park (including Chillingham) and the British White Survey.', 'In the United Kingdom, the dark extreme of color-sided clones described in genetics is characteristic of Gloucester, while the light extreme is the standard coloring of two breeds: Horned White Park (including Chillingham) and the poll-favored British White.', 'In Great Britain, the dark extreme of the clan described in the genetics department characterizes Gloucester, while the light extreme is the standard coloring of two breeds: Horned White Park (including Chillingham) and British White in surveys.', 'In Britain, the dark extreme of color cloning described in the genetic section is characteristic of Wright, while the light extreme is the standard coloring of two breeds: the horned white park (including Chillingham) and the British whites surveyed.', 'In Britain, the dark extreme of the dyed blade, as described in the genetics section, is characteristic of Gloucester, while the light extreme is the standard coloring of two breeds: the horned White Park (including Chillingham) and the British White, which have been studied in surveys.']" -211,"['It', 'is', 'a', 'privilege', 'enjoyed', 'by', 'everyone', 'in', 'this', 'country', 'but', 'because', 'the', 'library', 'profession', 'has', 'a', 'responsibility', 'for', 'some', 'considerable', 'part', 'of', 'the', 'provision', 'of', 'and', 'access', 'to', 'literature', 'and', 'information,', 'there', 'is', 'a', 'heightened', 'obligation', 'for', 'the', 'library', 'profession', 'in', 'the', 'UK', 'to', 'resist', 'censorship', 'with', 'a', 'much', 'greater', 'collective', 'and', 'individual', 'will', 'than', 'it', 'has', 'tended', 'to', 'show', 'in', 'the', 'past.']","[43, 44]",0,uk,"It is a privilege enjoyed by everyone in this country but because the library profession has a responsibility for some considerable part of the provision of and access to literature and information, there is a heightened obligation for the library profession in the UK to resist censorship with a much greater collective and individual will than it has tended to show in the past.","['It is a privilege enjoyed by everyone in this country, but because the library profession has a responsibility for and access to a significant part of the provision of literature and information, there is an increased obligation on the library profession in the United Kingdom to face censorship with a much greater collective and individual will than in the past.', 'Everyone in this country enjoys this privilege, but since the library industry has a significant share in, or access to, the provision of literature and information, the library industry in Britain has a stronger duty than ever to confront censorship with a much greater collective and individual will.', 'It is a privilege enjoyed by everyone in this country, but since the library elite is responsible for a significant proportion of the provision of literature and information, there is an increased duty on the library profession in the UK to oppose censorship with much greater collective and individual will than in the past.', 'It is a privilege enjoyed by everyone in this country, but since the profession of these libraries is responsible for a significant proportion of the provision and access to literature and information, there is a greater obligation for that profession in the United Kingdom to confront censorship with a much greater collective and individual will than has been the case up to now.', 'Everyone in this country shares this privilege, but since the library industry is responsible for a significant proportion of the provision and access to literature and information, there is a stronger duty on the library profession in the UK to confront censorship with much greater collective and individual will than has been the case in the past.']" -212,['MALI'],"[0, 1]",0,mali,MALI,"['MALI', 'MALI', 'MALI', 'MALI', 'MALI']" -213,"['Although', 'he', 'found', 'that', 'television', 'is', 'far', 'less', 'violent', 'than', 'in', 'Japan,', 'the', 'United', 'States,', 'France', 'or', 'West', 'Germany,', 'Dr', 'Tadecki', 'intends', 'to', 'campaign', 'with', 'Mary', 'Whitehouse', 'to', 'curb', 'violence', 'on', 'the', 'screen.']","[15, 16]",0,france,"Although he found that television is far less violent than in Japan, the United States, France or West Germany, Dr Tadecki intends to campaign with Mary Whitehouse to curb violence on the screen.","['Although he noted that television is far less violent than in Japan, the US, France, or West Germany, Dr. Tadecki is planning a campaign with Mary Whitehouse to curb on-screen violence.', 'Although he found that television is far less violent than in Japan, the United States, France, or West Germany, Dr. Tadecki wants to work with Mary Whitehouse to curb on-screen violence.', 'Although he noted that television is far less violent than in Japan, the United States, France, or Western Europe, Dr. Tadecki and Mary Whitehouse plan to launch a campaign to curb on-screen violence.', 'Although he noted that television is far less violent than in Japan, the US, France, or West Germany, Dr. Tadecki and Mary Whitehouse want to fight to curb on-screen violence.', 'Although he has noted that television uses far less violence than in Japan, the United States, France or West Germany, Dr Tadecki, together with Mary Whitehouse, intends to launch a campaign to curb violence on television screens.']" -214,"['If', 'I', 'might', 'repeat', 'again', 'what', 'I', 'suggested', 'in', 'the', 'debate', 'on', 'the', 'White', 'Paper', 'er', 'there', 'is', 'a', 'comparison', 'perhaps', 'pushed', 'a', 'little', 'far', 'w', 'which', 'what', 'the', 'national', 'socialist', 'did', 'in', 'Germany', 'by', 'saying', 'a', 'locally', 'elected', 'major-like', 'does', 'not', 'represent', 'the', 'wishes', 'er', 'an', 'er', 'interests', 'of', 'the', 'people', 'of', 'Cologne,', 'as', 'well', 'as', 'perhaps', 'an', 'appointed', 'business', 'man', 'with', 'the', 'name', 'of', 'Krupp.']","[33, 34]",0,germany,"If I might repeat again what I suggested in the debate on the White Paper er there is a comparison perhaps pushed a little far w which what the national socialist did in Germany by saying a locally elected major-like does not represent the wishes er an er interests of the people of Cologne, as well as perhaps an appointed business man with the name of Krupp.","['If I may repeat what I proposed in the debate on the White Paper, there may be a comparison that goes a little too far, the same comparison that National Socialism made in Germany when it said that a broadly similar model did not represent the wishes and interests of the people of Cologne and perhaps also of a professional merchant by the name of Krupp.', ""If I may repeat what I proposed in the debate on the White Paper, there is one comparison that has perhaps gone a little too far: what the National Socialist did in Germany when he said that a locally elected mayor stinks of the Cologne people's interest in the ability to trade arms, and perhaps of a certain merchant by the name of Krupp."", 'If I may repeat what I proposed in the debate on the White Paper, there is perhaps a rather far-fetched comparison, namely what the National Socialist did in Germany when he announced that a locally elected mayor did not represent the interests of the citizens of Cologne, and perhaps a Compagnon von Krupp.', 'So if I had to repeat what I proposed in the debate on the White Paper, a comparison would perhaps go a little further than what the Nazi did in Germany when he said that the locally elected mayor did not represent the wishes and interests of the citizens of Cologne and perhaps also an appointed businessman called Krupp.', 'If I may repeat what I proposed in the debate on the White Paper, then there is the comparison, which has perhaps gone a little too far, denying the Nazi deed of the German Christmas market master of Cologne and perhaps of a merchant by the name of Krupp.']" -215,"['The', 'majority', 'of', 'them', 'are', 'from', 'Thailand', ',', 'the', 'Philippines', 'and', 'the', 'Indian', 'sub-continent.']","[6, 7]",0,thailand,"The majority of them are from Thailand, the Philippines and the Indian sub-continent.","['Most of them come from Thailand, the Philippines and the Indian subcontinent.', 'Most of them come from Thailand, the Philippines and the Indian subcontinent.', 'Most of them come from Thailand, the Philippines and the Indian subcontinent.', 'Most of them come from Thailand, the Philippines and the Indian subcontinent.', 'Most come from Thailand, the sacred mountains and the Indian subcontinent.']" -216,"['Opposition', 'Social', 'Democrats', 'and', 'Mr', ""Kohl's"", 'liberal', 'coalition', 'partners,', 'reacting', 'to', 'the', 'neo-Nazi', 'murder', 'of', 'three', 'Turks', 'last', 'November,', 'have', 'renewed', 'longer-standing', 'calls', 'to', 'naturalise', 'some', 'of', 'the', 'six', 'million', 'foreigners', 'working', 'in', 'Germany', '.']","[33, 34]",0,germany,"Opposition Social Democrats and Mr Kohl's liberal coalition partners, reacting to the neo-Nazi murder of three Turks last November, have renewed longer-standing calls to naturalise some of the six million foreigners working in Germany.","[""In response to the neo-Nazi murder of three Turks last November, Kohl's opposition Social Democrats and liberal coalition partners renewed their longstanding demands for naturalization of some of the six million foreigners working in Germany."", ""The opposition Social Democrats and Kohl's liberal coalition partners are now reacting to the murder of three Turks by neo-Nazis last November and renewing their longstanding demands for the naturalization of some of the six million foreigners who work in Germany."", ""In response to the murder of three Turks by neo-Nazis last November, the opposition Social Democrats and Kohl's liberal coalition partners are renewing their longstanding call for the naturalization of six million foreigners working in Germany."", 'The opposition Social Democrats and their liberal coalition partners have long renewed calls to naturalize some of the six million foreigners working in Germany in response to the neo-Nazi murders of three Turks last November.', ""In their response to the neo-Nazi murders of three Turks last November, the opposition Social Democrats and Kohl's liberal coalition partners announced that one of the roughly six million foreigners working in Germany would be naturalized more quickly.""]" -217,"['The', 'Chancellors', 'of', 'West', 'Germany', 'have', 'been:']","[3, 5]",0,west germany,The Chancellors of West Germany have been:,"['The Chancellors were:', 'The Chancellors of Germany were:', 'The Chancellors of Germany were:', 'The Chancellors of the Federal Republic of Germany were:', 'Federal Chancellors of Germany include:']" -218,"['By', 'missing', 'the', 'first', 'flight', 'we', 'of', 'course', 'missed', 'the', 'connecting', 'flight', 'to', 'the', 'USA', '.']","[14, 15]",0,usa,By missing the first flight we of course missed the connecting flight to the USA.,"['By missing the first flight, we naturally missed the connecting flight to the USA.', 'By missing the first flight, we naturally missed the connecting flight to the USA.', 'Due to the missed first flight we missed the connecting flight to the USA.', 'Of course we missed the first flight because we missed the connecting flight to the USA.', 'We missed the first flight and of course the connecting flight to the USA.']" -219,"['There', 'are', 'also', 'numerous', 'reports', 'that', 'sailing', 'and', 'other', 'water-based', 'recreational', 'sports', 'can', 'have', 'adverse', 'affects', 'on', 'water-birds', 'that', 'abound', 'on', 'many', 'of', 'Britain', ""'s"", 'artificially', 'created', 'reservoirs', '(e.g.']","[23, 24]",0,britain,There are also numerous reports that sailing and other water-based recreational sports can have adverse affects on water-birds that abound on many of Britain's artificially created reservoirs (e.g.,"['There are also numerous reports that sailing and other water-based leisure activities can have a negative impact on waterfowl, which are abundant in many man-made UK water reservoirs (such as the', ""There are also numerous reports that sailing and other water sports can have a negative impact on waterfowl, which are abundant in many of Britain's man-made reservoirs (such as the UK)."", 'There are also numerous reports that sailing and other water sports can have harmful effects on waterfowl found in many artificial British reservoirs (e.g.', ""There are also numerous reports that sailing and other water sports could have adverse effects on waterfowl found on many of Britain's man-made reservoirs (such as the fog seen from the sea)."", ""There are also numerous reports that sailing and other water sports provide evidence of waterfowl damage occurring in many of Britain's man-made reservoirs (such as the Isles of Man near Rotterdam, where the Rhine, Ruhr and Aare meet).""]" -220,"['It', 'is', 'clear', 'from', 'the', ""man's"", 'record', 'that', 'he', 'was', 'an', 'ally', 'of', 'a', 'man', 'who', 'escaped', 'from', 'Northern', 'Ireland', 'and', 'who', 'is', 'wanted', 'in', 'Northern', 'Ireland', 'to', 'pay', 'part', 'of', 'the', 'price', 'for', 'the', 'crime', 'that', 'he', 'committed.']","[18, 20]",0,northern ireland,It is clear from the man's record that he was an ally of a man who escaped from Northern Ireland and who is wanted in Northern Ireland to pay part of the price for the crime that he committed.,"['The files show that the man was an ally of a man who fled Northern Ireland and is wanted in Northern Ireland to pay for part of the crime he committed.', 'It is clear from his file that he was an ally of a man who fled Northern Ireland and is wanted in Northern Ireland to pay part of the price for the crime he committed.', ""It is clear from this man's file that he is an ally of a man who fled Northern Ireland and is wanted in Northern Ireland to pay part of the price for the crime he has committed."", ""It is clear from the man's account that he was an ally of a man who fled Northern Ireland and is wanted in Northern Ireland for part of the crime he committed."", 'It is clear from the statements of the man that he was an ally of a man who fled Northern Ireland and is wanted in Northern Ireland to pay part of the crime he committed.']" -221,"['The', 'pervasiveness', 'of', 'this', 'stereotype,', 'especially', 'in', 'Britain', ',', 'is', 'probably', 'the', 'result', 'of', 'the', 'interplay', 'between', 'several', 'factors.']","[7, 8]",0,britain,"The pervasiveness of this stereotype, especially in Britain, is probably the result of the interplay between several factors.","['The prevalence of this stereotype, particularly in the UK, is probably due to a combination of factors.', 'The ubiquity of this stereotype, particularly in Britain, is probably due to the interplay of several factors.', 'The ubiquity of this stereotype, especially in Britain, is probably the result of a combination of several factors.', 'The ubiquity of this stereotype, especially in Britain, is probably the result of a combination of several factors.', 'This stereotype is probably the result of a correlation between several factors, particularly in the UK.']" -222,"['Calling', 'a', 'referendum', 'on', 'demands', 'for', 'immediate', 'cultural', 'autonomy,', 'they', 'also', 'demanded', 'political', 'and', 'territorial', 'autonomy', 'for', 'Serbs', 'in', 'Croatia', 'if', 'the', 'latter', 'was', 'to', 'gain', 'greater', 'sovereignty', 'in', 'a', 'redefined', 'Yugoslav', 'confederation.']","[19, 20]",0,croatia,"Calling a referendum on demands for immediate cultural autonomy, they also demanded political and territorial autonomy for Serbs in Croatia if the latter was to gain greater sovereignty in a redefined Yugoslav confederation.","['They demanded a referendum on demands for immediate cultural autonomy, but also political and territorial autonomy for the Serbs in Croatia, should they gain greater sovereignty in a newly defined Yugoslav confederation.', 'They also demanded a referendum on demands for immediate cultural autonomy and demanded political and territorial autonomy for the Serbs in Croatia if they were to gain greater sovereignty in a newly defined Yugoslav federation.', 'In addition to this referendum on demands for immediate cultural autonomy, they demanded political and territorial autonomy for the Serbs in Croatia should they gain greater sovereignty within the framework of a redefined Yugoslav confederation.', 'They demanded a referendum on demands for immediate cultural autonomy, while demanding political and territorial autonomy for the Croatian Serbs if they were to gain more sovereignty in a newly defined Yugoslav confederation.', 'In a referendum on the demand for immediate cultural autonomy, they also demanded political and territorial autonomy for the Serbs in Croatia in order to achieve this...']" -223,"['All', 'Pakistan', ""'s"", 'military', 'resources,', 'bolstered', 'by', '150,000', 'troops', 'freed', 'in', 'February', 'from', 'the', 'eastern', 'border', 'with', 'Afghanistan,', 'are', 'directed', 'at', 'India.']","[1, 2]",0,pakistan,"All Pakistan's military resources, bolstered by 150,000 troops freed in February from the eastern border with Afghanistan, are directed at India.","[""All Pakistan's military resources, backed by 150,000 troops liberated from the eastern border with Afghanistan in February, are directed against India."", ""All Pakistan's military resources are directed against India, backed by 150,000 troops liberated from the eastern border with Afghanistan in February."", 'All military assets available in Pakistan, released in February by 150,000 troops on the eastern border with Afghanistan, are directed against India.', ""All Pakistan's military resources, released in February by 150,000 troops from the eastern border with Afghanistan, are directed against India."", ""All Pakistan's military resources, backed by 150,000 troops liberated from the eastern border with Afghanistan in February, are directed against India.""]" -224,"['Each', 'of', 'the', 'major', 'political', 'parties', 'included', 'detailed', 'commitments', 'in', 'their', 'manifestos', 'for', 'the', 'general', 'election', 'held', 'in', 'Britain', 'on', '9', 'April.']","[18, 19]",0,britain,Each of the major political parties included detailed commitments in their manifestos for the general election held in Britain on 9 April.,"['Each of the major political parties has included detailed pledges in their manifestos for the UK general election on 9 April.', ""Each of the major political parties has made detailed pledges in their manifestos for Britain's general election on April 9."", ""Each of the major political parties has made detailed pledges in their manifestos for Britain's general election on April 9."", 'Each of the major parties has included detailed pledges in their manifestos for the general election on 9 April.', 'Each of the major political parties has included detailed pledges in their manifestos for the elections on 9 April.']" -225,"['In', 'February', '1951,', 'a', 'huge', 'rally', 'in', 'support', 'of', 'Spanish', 'sovereignty', 'over', 'Gibraltar', 'was', 'staged', 'in', 'Barcelona,', 'and', 'Franco', 'declared', '4', 'August', '""', 'Gibraltar', 'Day', '"".']","[12, 13]",0,gibraltar,"In February 1951, a huge rally in support of Spanish sovereignty over Gibraltar was staged in Barcelona, and Franco declared 4 August"" Gibraltar Day"".","['In February 1951, a large rally was held in Barcelona in support of Spanish rule over Gibraltar, and Franco declared 4 August ""Gibraltar Day.""', 'In February 1951, a large demonstration was held in Barcelona in support of Spanish sovereignty over Gibraltar, and Franco declared 4 August ""Gibraltar Day.""', 'In February 1951, a large rally was held in Barcelona in support of Spanish sovereignty in Gibraltar, and Franco declared 4 August ""Gibraltar Day.""', 'In February 1951, a major conference was held in Barcelona in support of Spanish sovereignty over Gibraltar, and Franco declared 4 August ""Gibraltar Day.""', 'In February 1951, a large rally for Spanish sovereignty over Gibraltar was held in Barcelona, and Franco declared 4 August ""Gibraltar Day.""']" -226,"['Moreover,', 'following', 'the', 'Second', 'World', 'War,', 'there', 'was', 'a', 'great', 'expansion', 'of', 'Russian', 'studies', 'in', 'the', 'West', '-', 'in', 'the', 'USA,', 'Britain', ',', 'France,', 'Germany,', 'and', 'rather', 'later,', 'in', 'Israel', 'and', 'Japan.']","[21, 22]",0,britain,"Moreover, following the Second World War, there was a great expansion of Russian studies in the West - in the USA, Britain, France, Germany, and rather later, in Israel and Japan.","['Moreover, after World War II, there was a large expansion of Russian studies in the West - in the US, Britain, France, Germany, and more recently in Israel and Japan.', 'Moreover, after World War II, there was a surge in Russian studies in the West - in the US, the United Kingdom, France, Germany, and, somewhat later, Israel and Japan.', 'Moreover, Russia studies expanded greatly in the West after World War II - in the United States, Britain, France, Germany, and later in Israel and Japan.', 'Moreover, after World War II, there was a huge expansion of studies of Russia in the West - in the United States, Britain, France, Germany, and, somewhat later, Israel and Japan.', 'After World War II, studies of Russia were also widespread in the West - in the United States, Great Britain, France, Germany, and later in Israel and Japan.']" -227,['GREECE'],"[0, 1]",0,greece,GREECE,"['Greece', 'Greece', 'Greece', 'Greece', 'Greece']" -228,"['The', 'LRC', 'trains', '(LRC', 'stands', 'for', 'light,', 'rapid', 'and', 'comfortable)', 'have', 'tilting', 'bodies,', 'which', 'allow', 'them', 'to', 'take', 'bends', 'faster,', 'just', 'like', 'Britain', ""'s"", 'ill-fated', 'advanced', 'passenger', 'trains.']","[22, 23]",0,britain,"The LRC trains (LRC stands for light, rapid and comfortable) have tilting bodies, which allow them to take bends faster, just like Britain's ill-fated advanced passenger trains.","[""The LRC trains (LRC stands for light, fast and comfortable) have tilting bodies that allow them to take corners faster, just like Britain's ill-fated advanced passenger trains."", ""The LRC trains (LRC stands for light, fast and comfortable) have tilting bodies that allow them to take corners faster, just like Britain's ill-fated advanced passenger trains."", ""The LRC trains (LRC stands for light, fast and comfortable) have vertical bodies that allow them to navigate curves faster than Britain's ill-fated advanced passenger trains."", ""The LRC trains (LRC stands for light, fast and comfortable) have pivoting bodies that allow them to rotate faster than Britain's ill-fated high-speed passenger trains."", ""The tram's vehicles (the abbreviation LRC stands for light, fast and comfortable) have tilting bodies that can travel 340 km / h faster, much like Britain's ill-fated passenger trains.""]" -229,"['BRILLIANT', 'Matthew', 'Woodcraft,', '18,', 'was', 'hailed', 'as', 'Britain', ""'s"", 'new', 'superbrain', 'yesterday.']","[7, 8]",0,britain,"BRILLIANT Matthew Woodcraft, 18, was hailed as Britain's new superbrain yesterday.","[""BRILLIANT Matthew Woodcraft, 18, was yesterday hailed as Britain's new superbrain."", ""BRILLIANT Matthew Woodcraft, 18, was yesterday hailed as Britain's new superbrain."", ""BRILLIANT Matthew Woodcraft, 18, was yesterday hailed as Britain's new superbrain."", ""BRILLIANT Matthew Woodcraft, 18, was yesterday hailed as Britain's new superbrain."", ""BRILLIANT Matthew Woodcraft, 18, was yesterday honoured as Britain's new superbrain.""]" -230,"['Three', 'out', 'of', 'four', 'of', 'these', 'accidents', 'fix', 'on', 'the', 'properties', 'of', 'individual', 'men', 'as', 'decisive', 'variables', 'directing', 'the', 'course', 'of', 'events:', 'had', 'Churchill', 'been', 'a', 'less', 'charismatic', 'politician', 'Britain', 'might', 'have', 'given', 'up', 'her', 'fight', 'against', 'Germany;', 'had', 'Franco', 'permitted', 'an', 'assault', 'on', 'Gibraltar', 'it', 'would', 'probably', 'have', 'fallen;', 'and', 'if', 'Mussolini', 'had', 'not', '`', 'taken', 'it', 'into', 'his', 'head', '""', 'to', 'invade', 'Greece,', 'Hitler', 'would', 'have', 'moved', 'into', 'Russia.']","[44, 45]",0,gibraltar,"Three out of four of these accidents fix on the properties of individual men as decisive variables directing the course of events: had Churchill been a less charismatic politician Britain might have given up her fight against Germany; had Franco permitted an assault on Gibraltar it would probably have fallen; and if Mussolini had not taken it into his head"" to invade Greece, Hitler would have moved into Russia.","['Three out of four of these accidents relate to individual men\'s wealth as crucial variables determining the course of events: if Churchill had been a less charismatic politician, Britain could have given up the fight against Germany; if Franco had allowed an attack on Gibraltar, he would probably have fallen; and if Mussolini had not ""envisioned the invasion of Greece,"" Hitler would have invaded Russia.', 'Three out of four of these accidents are due to the characteristics of individual men as decisive factors determining the course of events: if Churchill had been a less charismatic politician, Britain could have given up the fight against Germany; if Franco had allowed an attack on Gibraltar, he would probably have fallen; and if Mussolini had not imagined invading Greece, Hitler would have invaded Russia and put an end to it.', 'Three out of four of these accidents cite the peculiarities of individual men as decisive variables determining the course of events: if Churchill had been a less charismatic politician, if Britain had been able to abandon the fight against Germany, if Franco had allowed an attack on Gibraltar, it would probably have fallen, and if Mussolini had not reached into his hands ""to invade Greece, Hitler would have attacked Russia.', 'Three out of four of these accidents involved individual property as crucial variables that would determine the course of events: if Churchill had been a less charismatic politician, Britain would have given up the fight against Germany; if Franco had allowed an attack on Gibraltar, he would probably have fallen; and if Mussolini had not ""invaded Greece, Hitler would have invaded Russia.', 's website at http: / / www.nasa.gov / index.php / index.php / index.php / index.php / index.cfm / index.cfm / index.cfm / index.cfm / index.cfm / index.cfm / index.cfm / index.html _ index.cfm _ index.html _ index.cfm _ index.html _ index.cfm _ index.html is _ index.cfm _ index.html is _ index.html is _ index.html is _ index _ index _ index _ index _ index _ index _ index _ index _ index _ index _ index _ index _ index _ index _ index = =']" -231,"['It', 'is', 'interesting', 'to', 'observe', 'how', 'frequently', 'the', 'French', 'style', 'prevails', 'not', 'just', 'in', 'the', 'building', 'of', 'hotels', 'but', 'in', 'the', 'whole', '`', 'architecture', 'of', 'pleasure', '""', 'in', 'Britain', '.']","[28, 29]",0,britain,"It is interesting to observe how frequently the French style prevails not just in the building of hotels but in the whole architecture of pleasure"" in Britain.","['It is interesting to observe how often the French style prevails in Great Britain, not only in the construction of hotels, but in the entire architecture of pleasure.', 'It is interesting to observe how often the French style prevails not only in hotel buildings, but in the entire ""architecture of pleasure"" in Britain.', 'It is interesting to see how often the French style prevails not only in hotel buildings, but in the whole of British pleasure architecture.', 'It is interesting to see how often the French style prevails not only in hotel construction, but in the whole of British pleasure architecture.', 'It is interesting to observe how often the French style is likely to prevail not only in hotel construction, ""but in the entire architecture of pleasure"" in Britain.']" -232,"['There', 'we', 'are', 'working', 'hard', 'to', 'boost', 'the', 'inspection', 'powers', 'of', 'the', 'IAEA', 'to', 'try', 'to', 'address', 'problems', 'of', 'the', 'kind', 'that', 'were', 'thrown', 'up', 'in', 'Iraq', '.']","[26, 27]",0,iraq,There we are working hard to boost the inspection powers of the IAEA to try to address problems of the kind that were thrown up in Iraq.,"[""There, we are working hard to strengthen the IAEA's inspection powers in order to solve problems such as those in Iraq."", ""There, we are working hard to strengthen the IAEA's inspection powers to address problems such as those in Iraq."", ""Here we are working hard to extend the IAEA's inspection powers in order to solve problems such as the one in Iraq."", ""There, we are working hard to strengthen the IAEA's inspection powers to address problems such as those in Iraq."", ""There, we are working hard to strengthen the IAEA's inspection powers to try to address problems like Iraq.""]" -233,"['`', 'The', 'next', 'step', '(in', 'strengthening', 'the', 'United', 'States', 'team)', 'is', 'obvious', 'to', 'me.']","[7, 9]",0,united states,The next step (in strengthening the United States team) is obvious to me.,"['The next step (strengthening the US team) is obvious for me.', 'The next step (to strengthen the US team) is clear to me.', 'The next step (strengthening the US team) is obvious for me.', 'The next step (strengthening the US team) is obvious for me.', 'The next step (for strengthening the US team) is for me.']" -234,"['When', 'Branson', 'and', 'Joan', 'arrived', 'in', 'the', 'Virgin', 'Islands', ',', 'they', 'were', 'sped', 'effortlessly', 'through', 'Customs,', 'conveyed', 'by', 'limousine', 'to', 'a', 'private', 'villa,', 'and', 'a', 'helicopter', 'was', 'put', 'at', 'their', 'disposal.']","[7, 9]",0,virgin islands,"When Branson and Joan arrived in the Virgin Islands, they were sped effortlessly through Customs, conveyed by limousine to a private villa, and a helicopter was put at their disposal.","['When Branson and Joan arrived in the Virgin Islands, they were effortlessly whisked through customs, transported by limousine to a private villa and given a helicopter.', 'When Branson and Joan arrived in the Virgin Islands, they were effortlessly whisked through customs, taken by limousine to a private villa and given a helicopter.', 'When Branson and Joan arrived in the Virgin Islands, they were effortlessly whisked through customs, transported by limousine to a private villa and given a helicopter.', 'Upon arrival in the Virgin Islands, they effortlessly passed customs, were taken by limousine to a private villa and a helicopter was provided.', 'When Branson and Joan arrived in the Virgin Islands, they were rescued by customs, driven by limousine to a private villa and provided with a helicopter.']" -235,"['Lithuania', ""'s"", 'president,', 'Mr', 'Vytautas', 'Landsbergis,', 'promptly', 'called', 'the', 'decree', 'illegal,', 'and', 'said', 'it', 'could', 'be', 'implemented', 'only', 'by', '`', 'brutal', 'armed', 'force', '"".']","[0, 1]",0,lithuania,"Lithuania's president, Mr Vytautas Landsbergis, promptly called the decree illegal, and said it could be implemented only by brutal armed force"".","['Lithuanian President Vytautas Landsbergis immediately called the decree illegal and said it could only be implemented by brutal, armed means. ""', 'Lithuanian President Vytautas Landsbergis immediately called the decree illegal and said it could only be implemented with brutal force. ""', 'Lithuanian President Vytautas Landsbergis immediately called the decree illegal and said it could only be implemented by brutal, armed means. ""', 'Lithuanian President Vytautas Landsbergis immediately called the decree illegal and said it could only be implemented with brutal force.', 'Lithuanian President Vytautas Landsbergis immediately called the decree illegal and said it could only be implemented by brutal military force. ""']" -236,"['No', 'other', 'UK', 'operator', 'knows', 'Italy', 'like', 'Citalia', '-', 'after', 'all', 'no', 'one', 'else', 'has', 'our', 'specialist', 'experience.']","[2, 3]",0,uk,No other UK operator knows Italy like Citalia - after all no one else has our specialist experience.,"['No other supplier in the UK knows Italy as well as Citalia - after all, no one else has our professional experience.', 'No other British operator knows Italy as well as Citalia - after all, no one else has our particular experience.', 'No other British supplier knows Italy as well as Citalia - after all, they have our expertise.', 'No other British supplier knows Italy as well as Citalia - after all, no one else has our specialities.', 'No other British operator knows Italy better than Citalia - after all, no one else knows us.']" -237,"['The', 'IDB', 'president,', 'Enrique', 'Iglesias', 'of', 'Uruguay', ',', 'had', 'said', 'on', 'April', '4', 'that', 'although', 'Japanese', 'investment', 'had', 'been', 'rising', 'in', 'Chile,', 'Mexico,', 'Brazil', 'and', 'Venezuela,', '""', 'we', 'see', 'potential', 'for', 'much', 'more', '"".']","[6, 7]",0,uruguay,"The IDB president, Enrique Iglesias of Uruguay, had said on April 4 that although Japanese investment had been rising in Chile, Mexico, Brazil and Venezuela,"" we see potential for much more"".","['Uruguay\'s IDB President Enrique Iglesias said on April 4 that while Japanese investment in Chile, Mexico, Brazil, and Venezuela has increased, ""we see much more potential.""', 'The IDB\'s president, Enrique Iglesias of Uruguay, said on April 4 that while Japan\'s investments in Chile, Mexico, Brazil, and Venezuela have increased, ""we see much more potential.""', 'IDB President Enrique Iglesias said on April 4 that although Japanese investment in Chile, Mexico, Brazil and Venezuela has increased, ""we see potential for much more.""', 'Uruguay\'s IDB President Enrique Iglesias said on April 4 that while Japanese investment in Chile, Mexico, Brazil and Venezuela had increased, ""we have much more potential.""', 'Iglesias, president of Uruguay\'s IDB, said on April 4 that Japanese investment in Chile, Mexico, Brazil and Venezuela had increased, but ""we still see a lot of potential for prestige assets.""']" -238,"['First', 'trip', 'went', 'from', 'Alderney', 'to', 'Guernsey', 'wearing', 'the', 'now-familiar', 'bright', 'yellow', 'and', 'red', 'livery,', 'a', 'colour', 'scheme', 'which', 'has', 'survived', 'ever', 'since.']","[6, 7]",0,guernsey,"First trip went from Alderney to Guernsey wearing the now-familiar bright yellow and red livery, a colour scheme which has survived ever since.","['The first trip took us from Alderney to Guernsey in the now familiar bright yellow and red colour scheme, which has survived to this day.', 'The first trip took us from Alderney to Guernsey in the now familiar bright yellow and red hues that have survived to this day.', 'The first journey from Alderney to Guernsey in the now familiar bright yellow and red colours has survived to this day.', 'The first journey from Alderney to Guernsey was led by the now familiar bright yellow and red livery, which continues to this day.', 'The first trip took us from Alderney to Guernsey in the now familiar light yellow and red colour scheme, which has been preserved from colonisation to the present day.']" -239,"['Speaking', 'in', 'the', 'local', 'Bemba', 'dialect,', 'Texas', 'tells', 'the', 'story', 'of', ""Zambia's"", 'worst', 'civil', 'unrest', 'in', 'post-independence', 'history', '-', 'the', '1986', 'food', 'riots', 'which', 'arose', 'from', 'the', 'burning', 'desire', 'of', 'Zambia', ""'s"", 'poorest', 'people', 'to', 'survive.']","[30, 31]",0,zambia,"Speaking in the local Bemba dialect, Texas tells the story of Zambia's worst civil unrest in post-independence history - the 1986 food riots which arose from the burning desire of Zambia's poorest people to survive.","[""In the local Bemba dialect, Texas tells of the worst unrest in Zambia's post-1986 independence history - the hunger riots stemming from the burning will to survive of Zambia's poorest."", ""In local Bemba dialect, Texas tells the story of the worst civil unrest in Zambia's post-independence history - the 1986 food riots, based on the burning will to survive of Zambia's poorest."", ""In Texas, a lecture in local Bemba dialect recounts the worst civil unrest in Zambia's post-independence history - the hunger riots of 1986, which stemmed from the burning will to survive of Zambia's poorest people."", ""In the local Bemba dialect, Texas tells the story of the worst civil unrest in Zambia's post-independence history - the famine riots that began in 1986 and stemmed from the burning will to survive of Zambia's poorest."", ""In local Bemba dialect, Texas tells the story of the worst civil unrest in Zambia's post-independence history - the hunger riots of 1986, stemming from the burning will to survive of Zambia's poorest.""]" -240,"['The', 'western', 'Dinaric', 'system', 'consists', 'of', 'a', 'series', 'of', 'parallel', 'limestone', 'ranges', 'which', 'run', 'behind', 'the', 'Adriatic', 'coast', 'for', '720', 'km', '(450', 'miles)', 'from', 'Slovenia', 'to', 'the', 'Albanian', 'border', 'and', 'continue', 'through', 'Albania', 'to', 'the', 'Pindos', 'mountains', 'of', 'Greece.']","[32, 33]",0,albania,The western Dinaric system consists of a series of parallel limestone ranges which run behind the Adriatic coast for 720 km (450 miles) from Slovenia to the Albanian border and continue through Albania to the Pindos mountains of Greece.,"['The western dinar system consists of a series of parallel limestone walls stretching 720 km behind the Adriatic coast from Slovenia to the Albanian border and then over Albania to the Greek Pindos Mountains.', 'The western dinar system consists of a series of parallel limestone chains stretching over 720 km from Slovenia to the Albanian border via Albania to the Greek Pindos Mountains.', 'The western dinar system consists of several parallel limestone masses stretching 720 km behind the Adriatic coast from Slovenia to the Albanian border and passing through Albania to the Pindos Mountains in Greece.', 'Western Dinarization consists of a series of parallel limestone masses stretching 720 km behind the Adriatic coast from Slovenia to the Albanian border and through Albania to the Pindos Mountains in Greece.', 'The western Dinaric land system consists of a series of limestone mountains stretching 720 km from Slovenia to the Albanian border behind the Adriatic Sea. Bastia is the largest town in the Pindos Mountains in Greece.']" -241,"['This', 'is', 'followed', 'by', 'some', 'general', 'remarks', 'about', 'the', 'history', 'and', 'philosophy', 'of', 'imprisonment', 'in', 'India', ',', 'and', 'a', 'summary', 'of', 'previous', ""writers'"", 'conclusions', 'about', 'gaol', 'conditions.']","[15, 16]",0,india,"This is followed by some general remarks about the history and philosophy of imprisonment in India, and a summary of previous writers' conclusions about gaol conditions.","['Below are some general remarks on the history and philosophy of detention in India, as well as a summary of the conclusions of previous authors on detention conditions.', 'The following are general observations on the history and philosophy of incarceration in India and a summary of the conclusions of previous authors on detention conditions.', 'Here are a few general remarks on the history and philosophy of detention in India and a summary of the conclusions of previous authors on detention conditions.', 'Below are some general remarks on the history and philosophy of detention in India, as well as a summary of the conclusions of previous authors on detention conditions.', 'Then some general remarks on the history and philosophy of prison in India and a summary of the conclusions of the authors of previous publications on prison conditions.']" -242,"['The', 'news', 'came', 'as', 'a', 'crushing', 'blow', 'to', 'the', 'cast', 'and', 'production', 'team', 'on', 'the', '£10million', 'set', 'in', 'Spain', 'who', 'had', 'hoped', 'for', 'a', 'reprieve', 'after', 'a', 'recent', 'upturn', 'in', 'viewing', 'figures.']","[18, 19]",0,spain,The news came as a crushing blow to the cast and production team on the £10million set in Spain who had hoped for a reprieve after a recent upturn in viewing figures.,"['The news was a major blow to the actors and production team of the £10 million film, who had been hoping for a break following recent ratings increases.', 'The news was a crushing blow to the cast and production team, who had been hoping for a reprieve after a surge in ratings.', 'The news was a major blow to the cast and production team of the £10 million film, who had been hoping for a reprieve in Spain after recent ratings.', 'The news was a crushing blow to the cast and production of the £10 million (€264 million) show, which had been hoping for a reprieve after the recent slump in ratings.', 'The news was a crushing blow to the cast and production team of the pre-crisis British series, which is set in Spain and had hoped for better ratings after a recent hiatus.']" -243,"['The', 'head', 'of', 'a', 'master', 'angler', '-', 'the', 'white-bellied', 'sea', 'eagle', 'is', 'a', 'close', 'relative', 'of', 'America', ""'s"", 'national', 'emblem,', 'the', 'bald', 'eagle.']","[16, 17]",0,america,"The head of a master angler - the white-bellied sea eagle is a close relative of America's national emblem, the bald eagle.","['The head of a master angler - the white-bellied sea eagle is a close relative of the American national emblem, the bald eagle.', 'The head of a master angler - the white-bellied sea eagle is a close relative of the American national coat of arms, the bald eagle.', 'The head of a master angler - the bald eagle is a close relative of the American national coat of arms, the bald eagle.', ""The head of an ordinary angler - the white-bellied sea eagle - is a close relative of America's national symbol, the bald eagle."", ""The head of the angler: The white-bellied sea eagle is a close relative of America's national symbol, the white-bellied eagle.""]" -244,['POLAND'],"[0, 1]",0,poland,POLAND,"['Poland', 'Poland', 'Poland', 'Poland', 'Poland']" -245,"['Now', 'Lucy', 'Netzer', 'and', 'Jacob', 'Sagiv,', 'from', 'the', 'Weizmann', 'Institute', 'of', 'Science,', 'Rehovot', 'in', 'Israel', 'have', 'developed', 'a', 'simpler', 'and', 'quicker', 'technique', 'for', 'preparing', 'monolayer', 'films', 'that', 'relies', 'simply', 'on', 'the', 'chemical', 'properties', 'of', 'the', 'starting', 'materials.']","[14, 15]",0,israel,"Now Lucy Netzer and Jacob Sagiv, from the Weizmann Institute of Science, Rehovot in Israel have developed a simpler and quicker technique for preparing monolayer films that relies simply on the chemical properties of the starting materials.","['Now Lucy Netzer and Jacob Sagiv from the Weizmann Institute of Science in Rehovot, Israel, have developed a simpler and faster process for producing single-layer films based simply on the chemical properties of the raw materials.', 'Now Lucy Netzer and Jacob Sagiv from the Weizmann Institute of Science in Rehovot, Israel, have developed a simpler and faster technique for producing single-layer films based solely on the chemical properties of the starting materials.', 'Now Lucy Netzer and Jacob Sagiv from the Weizmann Institute of Science in Rehovot, Israel, have developed a simpler and faster technique for producing single-layer films based solely on the chemical properties of the raw materials.', 'Lucy Netzer and Jacob Sagiv from the Weizmann Institute of Science in Rehovot, Israel, have now developed a simpler and faster electrical technique for producing single-layer films that simply relies on the chemical properties of the starting materials.', 'Now Lucy Netzer and Jacob Sagiv from the Weizmann Institute of Science in Rehovot, Israel, have developed a simpler and faster method for making monofilaments based solely on the chemical properties of the raw materials.']" -246,"['Regulation', 'Q', 'of', 'the', 'US', 'banking', 'system.']","[4, 5]",0,us,Regulation Q of the US banking system.,"['Regulation Q of the US banking system.', 'Regulation Q of the US banking system.', 'Regulation Q of the US banking system.', 'Regulation Q of the US banking system.', 'Regulation Q in the US banking system.']" -247,"['UK', 'industry,', 'for', 'its', 'part,', 'invests', 'a', 'smaller', 'proportion', 'of', 'output', 'in', 'R&D', 'than', 'its', 'main', 'competitors,', 'and', 'more', 'recent', 'data', 'on', 'R&D', 'as', 'a', 'percentage', 'of', 'sales,', 'as', 'well', 'as', 'data', 'on', 'patent', 'levels,', 'tells', 'a', 'similar', 'story.']","[0, 1]",0,uk,"UK industry, for its part, invests a smaller proportion of output in R&D than its main competitors, and more recent data on R&D as a percentage of sales, as well as data on patent levels, tells a similar story.","['British industry, for its part, invests a smaller share of production in research and development than its main competitors, and recent data on R & D as a share of turnover and data on patent levels speak for themselves.', 'British industry, for its part, invests a smaller share of production in research and development than its main competitors, and recent data on research and development as a percentage of turnover and patent levels tell a similar story.', 'British industry invests a smaller share of its production in research and development than its main competitors, and recent R & D data as a percentage of revenues and patent level data are similar.', 'British industry, for its part, invests a smaller share of production in research and development than its main competitors, and the latest data on R & D as a share of turnover and data on patent expansion speak for themselves.', 'British industry, for its part, invests a smaller share of output in research and development than its main competitors, and recent R & D and R & D data show that the UK manufacturing sector is growing more slowly than its main competitors, while the rest of the world is growing more slowly.']" -248,"['The', '14th', 'congress', 'of', 'the', 'Communist', 'Party', 'of', 'Greece', '(KKE-Exterior),', 'held', 'in', 'Athens', 'on', 'Dec.', '18-22,', 're-elected', 'Aleka', 'Papariga', 'as', 'general', 'secretary.']","[8, 9]",0,greece,"The 14th congress of the Communist Party of Greece (KKE-Exterior), held in Athens on Dec. 18-22, re-elected Aleka Papariga as general secretary.","['At the 14th Congress of the Communist Party of Greece (KKE-Exterior), held in Athens from 18 to 22 December, Aleka Papariga was re-elected Secretary General.', 'The 14th Congress of the Communist Party of Greece (KKE-RU), held in Athens from 18 to 22 December, re-elected Aleka Papariga as Secretary General.', 'The 14th Congress of the Communist Party of Greece, held in Athens from 18 to 22 December, re-elected Aleka Papariga as Secretary General.', 'The 14th Congress of the Communist Party of Greece (KKE-Exterior), held in Athens from 18-22 December 2002, re-elected Aleka Papariga as Secretary General.', 'At the 14th Congress of the Communist Party of Greece (KKE), held in Athens from 18 to 22 December, Aleka Papariga was re-elected Secretary General.']" -249,"['Prime', 'Minister', 'Henry', 'met', 'United', 'States', 'President', 'Bush', 'on', 'April', '18,', '1990', 'during', 'a', 'three-day', 'private', 'visit', 'to', 'the', 'USA.']","[4, 6]",0,united states,"Prime Minister Henry met United States President Bush on April 18, 1990 during a three-day private visit to the USA.","['Prime Minister Henry met US President Bush on 18 April 1990 during his three-day private visit to the US.', 'Prime Minister Henry met President Bush on April 18, 1990, during a three-day private visit.', 'On 18 April 1990, Prime Minister Henry met President Bush during a three-day private visit to the United States.', 'Prime Minister Henry met US President Bush on 18 April 1990 during a secret three-day visit to the US.', 'Prime Minister Henry met US President Bush on 18 April 1990 during a three-day private visit to the US.']" -250,"['Kuwait', 'is', 'part', 'of', 'Iraq', '.']","[4, 5]",0,iraq,Kuwait is part of Iraq.,"['Kuwait is part of Iraq.', 'Kuwait is part of Iraq.', 'Kuwait is part of Iraq.', 'Kuwait is part of Iraq.', 'Kuwait was part of Iraq.']" -251,"['She', 'was', 'mated', 'to', 'Ajax', 'and', 'produced', 'two', 'litters,', 'the', 'first', 'one,', 'in', '1938,', 'contained', 'five', 'dogs,', 'four', 'of', 'which', 'apparently', 'went', 'to', 'India', 'and', 'Pakistan', ',', 'for', 'reasons', 'which', 'seem', 'to', 'be', 'obscure.']","[25, 26]",0,pakistan,"She was mated to Ajax and produced two litters, the first one, in 1938, contained five dogs, four of which apparently went to India and Pakistan, for reasons which seem to be obscure.","['She was mated with Ajax and gave birth to two litters, the first of which contained five dogs in 1938, four of which obviously went to India and Pakistan for obscure reasons.', 'She was mated with Ajax and had two litters. The first, 1938, contained five dogs, four of which obviously went to India and Pakistan for unknown reasons.', 'She was mated with Ajax and gave birth to two litters. In the first litter in 1938 there were five dogs, four of which obviously went to India and Pakistan for unknown reasons.', 'She was mated with Ajax and sired two litters, the first consisted of five dogs in 1938, four of which went to India and Pakistan for obvious reasons.', 'She was camouflaged with Ajax and gave birth to two litters, four of which went to India and Pakistan for apparently obscure reasons.']" -252,"['From', '1', 'January', 'any', 'UK', 'business', 'that', 'sells', 'goods', 'to', 'another', 'VAT', 'registered', 'person', 'in', 'another', 'country', 'within', 'the', 'EC', 'will', 'have', 'to', 'complete', 'one', 'of', 'these', 'statements', 'on', 'a', 'period', 'basis.']","[4, 5]",0,uk,From 1 January any UK business that sells goods to another VAT registered person in another country within the EC will have to complete one of these statements on a period basis.,"['From 1 January, any UK company selling goods to another VAT-registered person in another country within the EU will have to complete one of these declarations based on a period of time.', 'From 1 January, any UK company selling goods to another VAT-registered person within the EU will have to complete one of these declarations after a certain period of time.', 'From 1 January, any UK company supplying goods to a person registered as a VAT payer abroad will have to complete one of these declarations within a specified period.', 'From 1 January, a UK company selling goods to a VAT person registered in another EU country will have to complete one of these declarations internally.', 'From 1 January, a UK company selling goods to persons registered in another EU country will have to submit one of these declarations in due time.']" -253,"['There', 'are', 'now', 'four', 'such', '`', 'tuned', 'tracks', '""', 'in', 'America:', 'at', 'Harvard,', 'Yale,', 'Madison', 'Square', 'Garden', 'in', 'New', 'York,', 'and', 'at', 'the', 'Meadowlands', 'Sports', 'Complex', 'in', 'New', 'Jersey', '.']","[27, 29]",0,new jersey,"There are now four such tuned tracks"" in America: at Harvard, Yale, Madison Square Garden in New York, and at the Meadowlands Sports Complex in New Jersey.","['There are now four such tuning tracks in America: at Harvard, Yale, Madison Square Garden in New York and the Meadowlands Sports Complex in New Jersey.', 'There are now four such soundtracks in America: at Harvard, Yale, Madison Square Garden in New York and the Meadowlands Sports Complex in New Jersey.', 'Today there are four such modernized circuits ""in America: at Harvard, Yale, Madison Square Garden in New York and the Meadowlands Sports Complex in New Jersey.', 'There are now four such tuned tracks in America: at Harvard, Yale, Madison Square Garden in New York and the Meadowlands Sports Complex in New Jersey.', 'Today, there are four such courses in America: Harvard, Yale, Madison Square Garden in New York, and the Meadowlands Sports Complex in New Jersey.']" -254,"['When', 'Alastair', 'McHarg', 'left', 'for', 'a', ""month's"", 'business', 'trip', 'to', 'India', 'last', 'week,', 'he', 'left', 'sevens', 'supremo', 'and', 'club', 'stalwart,', 'Andy', 'Cushing,', 'along', 'with', 'Mike', 'Lovett,', 'in', 'charge', 'of', 'the', 'coaching', 'until', 'his', 'return', 'next', 'month.']","[10, 11]",0,india,"When Alastair McHarg left for a month's business trip to India last week, he left sevens supremo and club stalwart, Andy Cushing, along with Mike Lovett, in charge of the coaching until his return next month.","['When Alastair McHarg left for a month-long business trip to India last week, he left behind his long-time coach Andy Cushing and Mike Lovett, who was in charge of coaching until his return next month.', 'When Alastair McHarg left for a month-long tour of duty in India last week, he sacked his long-time champion and club colleague Andy Cushing and Mike Lovett, who took over coaching until his return next month.', 'When Alastair McHarg spent a month on tour in India last week, he left seven-year-old regular player and club candidate Andy Cushing to Mike Lovett, who will take over coaching until his return next month.', 'When Alastair McHarg left for India last week for a month, he left seven-time major winner and club coach Andy Cushing with Mike Lovett, who is in charge of coaching until his return next month.', ""When Alastair McHarg went on a business trip to India last week, he travelled to India with Mike Lovett, who was a regular at the club until his return next month to coach the Sevens and Andy Cushing's club.""]" -255,"['The', 'other', 'odd', 'thing,', 'she', 'realised,', 'was', 'that', ""they'd"", 'never', 'been', 'on', 'holiday', 'to', 'France', '.']","[14, 15]",0,france,"The other odd thing, she realised, was that they'd never been on holiday to France.","['The other odd thing is that they never went on holiday in France.', 'The other strange thing was that they had never been on holiday in France.', 'The second curious thing was that they had never been on holiday in France.', 'The other curious thing was that they never wanted to go on holiday in France.', 'She also claimed they had never been to a holiday apartment in France.']" -256,"['MORE', 'than', 'a', 'million', 'people', 'in', 'southern', 'Ethiopia', 'are', 'at', 'risk', 'of', 'starvation', 'in', 'a', 'famine', 'that', 'has', 'killed', '5,000', 'in', 'five', 'months,', 'according', 'to', 'the', ""country's"", 'Relief', 'and', 'Rehabilitation', 'Commission.']","[7, 8]",0,ethiopia,"MORE than a million people in southern Ethiopia are at risk of starvation in a famine that has killed 5,000 in five months, according to the country's Relief and Rehabilitation Commission.","['MORE than a million people in southern Ethiopia are at risk of starvation as a result of a famine that has claimed 5,000 lives in five months, according to the Commission to facilitate recovery.', ""MORE than a million people in southern Ethiopia are at risk of hunger, which has claimed 5,000 lives in five months, according to the country's relief and reconstruction commission."", 'MORE than a million people in southern Ethiopia are at risk of starvation, and 5,000 people have starved to death in five months, according to the Aid and Rehabilitation Commission.', 'More than one million people in southern Ethiopia are at risk of hunger, according to the Commission for Aid and Rehabilitation of the Country, after 5,000 people have already lost their lives.', 'More than a million people are at risk of starvation in southern Ethiopia due to a famine that has claimed 5,000 lives in just five months, according to the US Commission for Rescue and Rehabilitation (FYR).']" -257,"['India', ',', 'Malaysia,', 'Sri', 'Lanka.']","[0, 1]",0,india,"India, Malaysia, Sri Lanka.","['India, Malaysia, Sri Lanka.', 'India, Malaysia, Sri Lanka.', 'India, Malaysia, Sri Lanka.', 'India, Malaysia, Sri Lanka.', 'India, Malaysia, Sri Lanka.']" -258,"['The', 'New', 'Forest', 'contains', 'plant', 'and', 'animal', 'species', 'unique', 'in', 'Britain', ',', 'including', 'wild', 'gladioli', 'and', 'New', 'Forest', 'cicada.']","[10, 11]",0,britain,"The New Forest contains plant and animal species unique in Britain, including wild gladioli and New Forest cicada.","['The New Forest is home to unique plant and animal species in Britain, including wild gladioli and new woodland cicadas.', 'The New Forest contains plant and animal species found only in Britain, including wild gladiolus and neutron enticades.', 'The New Forest is also home to plant and animal species unique to Britain, including wild gladioli and cicadas in the New Forest.', 'The New Forest is home to unique plant and animal species in Britain, including wild gladioli and New Forest cicadas.', 'The New Forest contains unique plant and animal species in the UK, such as wild gladioli and New Forest cicadas.']" -259,"['The', 'research', 'aims', 'to', 'provide', 'a', 'comprehensive', 'account', 'of', 'the', 'last', 'subsistence', 'crisis', 'in', 'mainland', 'Britain', ',', 'by', 'tracing', 'its', 'origins,', 'the', 'experience', 'of', 'the', 'society', 'during', 'it', 'and', 'the', 'long-term', 'demographic,', 'social', 'and', 'economic', 'consequences', 'for', 'the', 'highland', 'area', 'as', 'a', 'whole.']","[15, 16]",0,britain,"The research aims to provide a comprehensive account of the last subsistence crisis in mainland Britain, by tracing its origins, the experience of the society during it and the long-term demographic, social and economic consequences for the highland area as a whole.","['The aim of the study is to provide a comprehensive account of the last subsistence crisis on the British mainland by examining its origins, the experiences of society during this crisis and the long-term demographic, social and economic consequences for the Highlands as a whole.', 'The aim of the study is to provide a comprehensive account of the last subsistence crisis on the British mainland, its origins, the experiences of society during the crisis and the long-term demographic, social and economic consequences for the highland region as a whole.', 'The aim of the study is to provide a comprehensive account of the last subsistence crisis on the British mainland, reflecting its origins, the experiences of society during this crisis and the long-term demographic, social and economic consequences for the Highlands region as a whole.', 'The results will provide a comprehensive account of the last subsistence crisis on the British mainland, tracing its origins, the experiences of society and the long-term demographic, social and economic consequences for the Highlands as a whole.', 'The study aims to provide a comprehensive account of the last subsistence crisis on the British mainland, including its origins, the experiences of society during this crisis and the long-term demographic, social and economic consequences for the Highlands as a whole.']" -260,"['The', 'course', 'was', 'pilot-tested', 'in', 'the', 'UK', ',', 'Australia,', 'and', 'New', 'Zealand.']","[6, 7]",0,uk,"The course was pilot-tested in the UK, Australia, and New Zealand.","['The track has been tested in Great Britain, Australia and New Zealand.', 'This course has been tested as a pilot project in Great Britain, Australia and New Zealand.', 'The course has been tested in the UK, Australia and New Zealand in pilot trials.', 'The track has been tested in pilot trials in the UK, Australia and New Zealand.', 'The course has been tested in pilot trials in the UK, Australia and New Zealand.']" -261,"['[', 'For', 'world', 'education', 'conference', 'held', 'in', 'Jomtien,', 'Thailand', 'on', 'March', '5-9,', '1990,', 'see', 'p.', '37335.', ']']","[8, 9]",0,thailand,"[ For world education conference held in Jomtien, Thailand on March 5-9, 1990, see p. 37335. ]","['[On the World Education Conference, which took place in Jomtien, Thailand, March 5-9, 1990, see p. 37335]', '[On the World Education Conference, which will take place from 5 to 9 March 1990 in Jomtien, Thailand, see p. 37335.]', '[For a World Education Conference held in Jomtien, Thailand, March 5-9, 1990, see p. 37335.]', '[On the World Education Conference in Jomtien Chile, Thailand, March 5-9, 1990, see p. 37335.]', 'On the World Education Conference from 5 to 9 March 1990 in Jomtien, Thailand, see p. 37335.']" -262,"['In', 'Washington', 'this', 'week', 'Germany', ""'s"", 'Helmut', 'Kohl', 'insisted', 'that', 'uniting', 'Europe', 'would', 'not', 'mean', 'undermining', 'NATO.']","[4, 5]",0,germany,In Washington this week Germany's Helmut Kohl insisted that uniting Europe would not mean undermining NATO.,"['In Washington this week, German Chancellor Helmut Kohl insisted that European unification does not mean undermining NATO.', 'As German Chancellor Helmut Kohl pointed out in Washington this week, unifying Europe would not mean undermining NATO.', 'Helmut Kohl insisted in Washington this week that undermining NATO does not mean uniting Europe.', 'Helmut Kohl stressed in Washington this week that European unification does not mean undermining NATO.', 'Helmut Kohl is the founder of the German Social Democracy Foundation, which is dedicated to promoting German social democracy.']" -263,"['These', 'included', 'visits', 'to', 'Canada,', 'Malaysia,', 'Singapore,', 'Thailand,', 'the', 'UK', 'and', 'Vietnam.']","[9, 10]",0,uk,"These included visits to Canada, Malaysia, Singapore, Thailand, the UK and Vietnam.","['These included visits to Canada, Malaysia, Singapore, Thailand, the UK and Vietnam.', 'These included visits to Canada, Malaysia, Singapore, Thailand, the UK and Vietnam.', 'These included visits to Canada, Malaysia, Singapore, Thailand, the UK and Vietnam.', 'These included visits to Canada, Malaysia, Singapore, Thailand, the UK and Vietnam.', 'These include visits to Canada, Malaysia, Singapore, Thailand, the UK and Vietnam.']" -264,"['Mozaic', 'is', 'scheduled', 'for', 'the', 'first', 'quarter', '1993', 'for', 'manufacturing', 'companies', 'in', 'the', 'US', 'and', 'Canada', 'and', 'will', 'be', 'released', 'to', 'third-party', 'systems', 'integrators', 'in', 'Europe', 'in', 'the', 'second', 'quarter.']","[15, 16]",0,canada,Mozaic is scheduled for the first quarter 1993 for manufacturing companies in the US and Canada and will be released to third-party systems integrators in Europe in the second quarter.,"['Mozaic is planned for production companies in the USA and Canada in the first quarter of 1993 and will be released to system integrators in Europe in the second quarter.', 'Mozaic will be distributed to manufacturing companies in the US and Canada in the first quarter of 1993 and to third-party system integrators in Europe in the second quarter.', 'Mozaic is to be released in the first quarter of 1993 for production companies in the USA and Canada and in the second quarter for system integrators in Europe.', 'Mozaic is to be launched in the first quarter of 1993 for manufacturing companies in the USA and Canada and will be available to external system integrators in Europe in the second quarter.', 'Mozaic will be available to manufacturing companies in the USA and Canada in the first quarter of 1993 and will be delivered to further system integrators in Europe in the second quarter.']" -265,"['All', 'hotels', 'and', 'guest', 'houses', 'listed', 'in', 'this', 'brochure', 'comply', 'with', 'a', 'Tourist', 'Charter', 'which', 'sets', 'standards', 'which', 'are', 'amongst', 'the', 'highest', 'of', 'any', 'resort', 'in', 'Britain', '.']","[26, 27]",0,britain,All hotels and guest houses listed in this brochure comply with a Tourist Charter which sets standards which are amongst the highest of any resort in Britain.,"['All hotels and guesthouses listed in this brochure comply with a Tourism Charter that ranks among the highest resorts in the UK.', 'All hotels and guesthouses listed in this brochure comply with the Tourism Charter, which ranks among the highest resorts in the UK.', 'All the hotels and guesthouses listed in this brochure fulfil a tourist purpose that sets standards that are among the highest in the world.', 'All hotels and guesthouses listed in this brochure comply with the system, which is one of the highest resorts in the UK.', 'All hotels and guesthouses listed in this brochure fulfil a tourist certificate that demands the highest level of holiday health in the UK.']" -266,"['The', 'vessel', 'is', 'described', 'as', 'being', 'about', 'six', 'inches', 'tall', 'and', 'it', 'has', 'been', 'suggested', 'that', 'it', 'may', 'have', 'been', 'used', 'as', 'a', 'chalice,', 'and', 'it', 'might', 'have', 'originated', 'in', 'Spain', 'or', 'Syria', 'and', 'been', 'brought', 'home', 'to', 'England', 'from', 'one', 'of', 'the', 'Crusades.']","[32, 33]",0,syria,"The vessel is described as being about six inches tall and it has been suggested that it may have been used as a chalice, and it might have originated in Spain or Syria and been brought home to England from one of the Crusades.","['The ship is described as about 20 cm tall and is believed to be used as a chalice. It could have originated in Spain or Syria and was brought to England by one of the Crusades.', 'It was believed that the chalice was used as a chalice. It could have come from Spain or Syria and was brought to England by a crusade.', 'The ship is described as about 3cm tall but could have been used as a chalice and may have come from Spain or Syria and brought snow shovels from one of the Crusades to England.', 'The ship is described as about nine centimetres tall, presumably used as a chalice, and is believed to have come from Spain or Syria and was brought home from one of the Crusades.', 'The vessel could be about six centimetres in size, leading to speculation that it was used as a chalice and that it may have come from Spain or Syria and was brought to England by one of the Crusades.']" -267,"['Once', 'a', 'child', 'has', 'survived', 'his', 'vulnerable', 'first', 'five', 'years,', 'his', 'expectation', 'of', 'life', 'naturally', 'increases,', 'but', 'this', 'increase', 'will', 'vary', 'in', 'direct', 'proportion', 'to', 'the', 'dangers', 'which', 'he', 'has', 'so', 'far', 'evaded:', 'thus', 'the', 'United', 'Kingdom', '5', 'year', 'old', 'can', 'now', 'expect', 'to', 'live', 'until', 'he', 'is', '75,', 'the', 'American', 'until', 'he', 'is', '72.']","[35, 37]",0,united kingdom,"Once a child has survived his vulnerable first five years, his expectation of life naturally increases, but this increase will vary in direct proportion to the dangers which he has so far evaded: thus the United Kingdom 5 year old can now expect to live until he is 75, the American until he is 72.","['Once a child has survived its first five years, life expectancy will naturally increase, but this increase will be directly proportional to the dangers it has hitherto escaped: the five-year-old in the UK can now expect to live until 75, and the American until 72.', 'Once a child survives its first five years, life expectancy naturally increases, but this increase will vary directly in proportion to the dangers it has avoided: for example, the 5-year-old Briton can expect to live until the age of 75, and the American until the age of 72.', 'Of course, if a child survives the first five years, its life expectancy will increase, but this increase will be directly proportional to the dangers it has avoided so far: for example, a five-year-old in the UK can expect to live to 75 and an American to 72.', 'If the child survives its vulnerable first five years, life expectancy will of course increase, but this increase is very different from the dangers it has so far avoided: for example, a five-year-old in the UK can expect to live until age 75, and an American until age 72.', 'Of course, if a child survives the first five years of unemployment, its life expectancy will increase, but this increase will be directly proportional to the dangers it has so far avoided: for example, a five-year-old in the UK can expect to live until age 75, and an American until age 72.']" -268,"['If', 'confirmed,', 'these', 'revelations', 'make', 'a', 'bit', 'of', 'a', 'mockery', 'of', 'the', 'financial', 'sanctions', 'imposed', 'on', 'Iraq', 'in', 'August.']","[16, 17]",0,iraq,"If confirmed, these revelations make a bit of a mockery of the financial sanctions imposed on Iraq in August.","['If these revelations are confirmed, it would make the financial sanctions imposed on Iraq in August ridiculous.', 'If the revelations are confirmed, they will make a mockery of the financial sanctions imposed on Iraq in August.', 'If these revelations are confirmed, the financial sanctions imposed on Iraq in August will be somewhat ridiculous.', 'If confirmed, these revelations make a mockery of the financial sanctions imposed on Iraq in August.', 'If confirmed, the revelation would make a mockery of the financial sanctions imposed on Iraq in August.']" -269,"['In', 'Lebanon', ',', 'where', 'the', 'Palestinian', 'war', 'against', 'Israel', 'was', 'focused', 'once', 'the', ""PLO's"", 'guerrilla', 'movement', 'was', 'evicted', 'from', 'Jordan', 'in', '1970,', 'they', 'were', 'squirrelled', 'away', 'beneath', 'floors', 'or', 'carpets,', 'sometimes', 'stored', 'in', 'rusting', 'biscuit', 'tins,', 'broken', 'suitcases', 'and', 'ancient', 'trunks,', 'often', 'the', 'very', 'containers', 'in', 'which', 'the', 'refugees', 'carried', 'their', 'most', 'valuable', 'belongings', 'from', 'Palestine', 'in', '1948.']","[1, 2]",0,lebanon,"In Lebanon, where the Palestinian war against Israel was focused once the PLO's guerrilla movement was evicted from Jordan in 1970, they were squirrelled away beneath floors or carpets, sometimes stored in rusting biscuit tins, broken suitcases and ancient trunks, often the very containers in which the refugees carried their most valuable belongings from Palestine in 1948.","['In Lebanon, where the Palestinian war with Israel began after the PLO guerrilla movement was driven out of Jordan in 1970, they were buried under floors or carpets, sometimes in rusty biscuit tins, broken suitcases, and old suitcases, often in the very containers in which the refugees had transported their most valuable belongings from Palestine in 1948.', ""In Lebanon, where the Palestinian war with Israel had focused after the PLO's expulsion from Jordan in 1970, they were buried under floors or carpets, sometimes in rusty biscuit tins, broken suitcases, and antique safes, often in the very containers in which the refugees carried their most precious Palestinian belongings in 1948."", 'In Lebanon, where the Palestinian war with Israel took center stage after the PLO guerrilla movement was driven out of Jordan in 1970, they were hurled under floors or carpets, sometimes stored in rusty biscuit tins, broken suitcases, and old suitcases, often in the same containers in which the refugees carried their most valuable Palestinian items in 1948.', 'In Lebanon, where the Palestinian war with Israel was concentrated after the expulsion of the PLO guerrillas in 1970, they were vacuumed under floors or carpets, sometimes hoarded in rusty cookie tins, broken suitcases, and old boxes - often the very containers in which the refugees transported their most valuable belongings from Palestine in 1948.', 'In Lebanon, where the Palestinian war with Israel in 1970 focused on expelling the PLO guerrilla movement from Jordan, they were buried under floors or carpets, sometimes in rusty storage boxes, broken suitcases and old suitcases, often in the containers in which refugees had transported their most valuable belongings from Palestine in 1948.']" -270,"['Oleg', 'Kalugin,', 'a', 'former', 'major-general', 'in', 'the', 'KGB', 'who', 'had', 'come', 'to', 'public', 'prominence', 'recently', 'for', 'alleging', 'continuing', 'KGB', 'abuses', 'of', 'power,', 'was', 'elected', 'to', 'the', 'USSR', 'Congress', 'of', ""People's"", 'Deputies', 'in', 'a', 'by-election', 'in', 'the', 'southern', 'Russian', 'city', 'of', 'Krasnodar', 'on', 'Sept.', '2.']","[26, 27]",0,ussr,"Oleg Kalugin, a former major-general in the KGB who had come to public prominence recently for alleging continuing KGB abuses of power, was elected to the USSR Congress of People's Deputies in a by-election in the southern Russian city of Krasnodar on Sept. 2.","[""Oleg Kalugin, a former major general of the KGB who recently went public with allegations of continued abuse of power by the KGB, was elected to the Congress of People's Deputies of the USSR on September 2 in a by-election in the southern Russian city of Krasnodar."", ""Oleg Kalugin, a former major general of the KGB who recently went public with allegations of continued abuse of power by the KGB, was elected to the Congress of People's Deputies of the USSR in a September 2 by-election in the southern Russian city of Krasnodar."", 'Oleg Kalugin, a former major general of the KGB who recently went public with allegations of continued abuse of power by the KGB, was elected to the USSR Congress of Deputies on September 2 in a by-election in the southern Russian city of Krasnodar.', ""Oleg Kalugin, a former major general of the KGB who recently came to public attention on allegations of continued abuse of power, was elected to the Congress of People's Deputies of the USSR in the southern Russian city of Krasnodar on September 2."", 'Oleg Kalugin, a former KGB major general who was recently executed for continuing abuse of power by the KGB, was elected to the USSR Parliament in the southern Russian city of Krasnodar on 2 September.']" -271,"['There', 'were', 'attacks', 'on', 'asylum', 'centres', 'in', 'Switzerland', '[', 'see', 'p.', '38497', 'for', 'increase', 'in', 'number', 'of', 'asylum', 'seekers', 'in', 'Switzerland', '].']","[7, 8]",0,switzerland,There were attacks on asylum centres in Switzerland [ see p. 38497 for increase in number of asylum seekers in Switzerland ].,"['There have been attacks on asylum centres in Switzerland [see p. 38497 to increase the number of asylum seekers in Switzerland].', 'There have been attacks on asylum centres in Switzerland [see p. 38497 to increase the number of asylum seekers in Switzerland].', 'Attacks on asylum centres were also carried out in Switzerland (see p. 38497 on the increase in the number of asylum seekers in Switzerland).', 'There have been attacks on asylum centres in Switzerland [see p. 1].', 'In Switzerland there have been attacks on asylum centres [see p. 38497, increasing number of asylum seekers].']" -272,"['`', 'In', 'Helsinki,', 'Finland', ',', 'they', ""haven't"", 'seen', 'a', 'case', 'for', 'nearly', 'two', 'years.']","[3, 4]",0,finland,"In Helsinki, Finland, they haven't seen a case for nearly two years.","['In Helsinki, Finland, they have not seen a case in almost two years.', 'In Helsinki, Finland, they have not seen a single case in almost two years.', 'In Helsinki, Finland, not a single case has been observed in almost two years.', 'In Helsinki, Finland, they have not seen a case in almost two years.', 'In Helsinki, Finland, they have not seen a case in almost two years.']" -273,"['He', 'described', 'the', 'Vietnam', 'war', 'as', 'a', '`', 'noble', 'cause', '"",', 'charged', 'that', ""Carter's"", 'economic', 'policy', 'had', 'caused', 'a', '`', 'severe', 'depression', '""', 'and', 'raised', 'doubts', 'about', 'the', 'theory', 'of', 'evolution.']","[3, 4]",0,vietnam,"He described the Vietnam war as a noble cause"", charged that Carter's economic policy had caused a severe depression"" and raised doubts about the theory of evolution.","['He described the Vietnam War as a noble cause, ""accused Carter\'s economic policies of causing a severe depression,"" and cast doubt on the theory of evolution.', 'Fuhrman called the Vietnam War a noble cause, ""complained that Carter\'s economic policies caused a severe depression"" and stoked doubts about the theory of evolution.', 'He called the Vietnam War a beautiful thing, ""accused Carter\'s economic policies of causing a severe depression,"" and cast doubt on the theory of evolution.', 'He called the Vietnam War a noble cause, ""suspected Carter\'s economic policies were the cause of a severe depression,"" and cast doubt on the theory of evolution.', 'He spoke of calling the Vietnam War a noble cause ""; he complained that Carter\'s economic policies had caused a severe depression"" and cast doubt on the theory of evolution.']" -274,"['Mongolia', ""'s"", 'first', 'multiparty', 'elections', 'were', 'held', 'on', 'July', '29.']","[0, 1]",0,mongolia,Mongolia's first multiparty elections were held on July 29.,"['The first multi-party elections in Mongolia took place on 29 July.', 'The first multi-party elections were held in Mongolia on 29 July.', 'The first multi-party elections in Mongolia took place on 29 July.', 'The first multi-party elections were held in Mongolia on 29 July.', 'The first multi-party elections were held in Mongolia on 29 July.']" -275,"['TRINIDAD', 'AND', 'TOBAGO.']","[0, 1]",0,trinidad,TRINIDAD AND TOBAGO.,"['TRINIDAD and TOBAGO.', 'TRINIDAD and TOBAGO.', 'TRINIDAD UND TOBAGO.', 'TRINIDAD and TOBAGO.', 'TRINIDAD and TOBAGO.']" -276,"['`', 'Britain', ""'s"", 'less', 'adaptable,', 'less', 'skilled', 'work-force', 'is', 'one', 'of', 'the', 'reasons', 'it', 'has', 'got', 'stuck', 'trying', 'to', 'compete', 'with', 'the', 'high', 'volume,', 'low-wage', 'countries.', '""']","[1, 2]",0,britain,"Britain's less adaptable, less skilled work-force is one of the reasons it has got stuck trying to compete with the high volume, low-wage countries.""","['Britain\'s less adaptable, less skilled workforce is one of the reasons it is stuck in competition with high-volume, low-wage countries. ""', 'Britain\'s less adaptable, less skilled workforce is one of the reasons we cannot compete with the big low-wage countries. ""', 'Britain\'s less adaptable, less skilled workforce is one of the reasons it has become bogged down in the expectation of competing with trading volumes, low-wage countries. ""', 'Britain\'s less adaptable and less skilled workforce is one of the reasons it is caught up in trying to compete with booming low-wage countries. ""', 'Britain\'s less skilled and less skilled workforce is one of the reasons why it has become bogged down in trying to compete with high volume and low wage countries. ""']" -277,"['The', 'inoculating', 'business', 'had', 'now', 'reached', 'its', 'zenith', 'with', 'forty-seven', '`', 'authorized', '""', 'partnerships', '(including', 'Sutton,', 'his', 'father,', 'and', 'six', 'brothers)', 'in', 'England,', 'Ireland,', 'Wales,', 'Holland,', 'France,', 'Jamaica', ',', 'and', 'Virginia', 'in', '1768.']","[27, 28]",0,jamaica,"The inoculating business had now reached its zenith with forty-seven authorized"" partnerships (including Sutton, his father, and six brothers) in England, Ireland, Wales, Holland, France, Jamaica, and Virginia in 1768.","['With 47 authorized partnerships (including Sutton, his father, and six brothers) in England, Ireland, Wales, the Netherlands, France, Jamaica, and Virginia, the vaccination business peaked in 1768.', 'The vaccination business peaked with 47 authorized partnerships (including Sutton, his father and six brothers) in England, Ireland, Wales, Holland, France, Jamaica and Virginia in 1768.', 'The peak of immunization was reached in 1768 with 47 authorized partnerships (including Sutton, his father and six brothers) in England, Ireland, Wales, Holland, France, Jamaica and Virginia.', 'The vaccine industry had already peaked in 1768 with 47 authorized ""partnerships"" (among which Sutton, his father, and six brothers) in England, Ireland, Wales, Holland, France, Jamaica, and Virginia.', 'The vaccination business had reached its peak when its 47 ""authorized"" partnerships (including Sutton, his father, and his six brothers) began in 1768 in England, Ireland, Wales, Holland, France, Jamaica, and Virginia.']" -278,"['There', 'settlers', 'established', 'the', 'earliest', 'English', 'plantation', 'in', 'Ireland', '.']","[8, 9]",0,ireland,There settlers established the earliest English plantation in Ireland.,"['There, settlers established the first English plantation in Ireland.', 'There settlers founded the first English plantation in Ireland.', 'There settlers founded the first English plantation in Ireland.', 'There, settlers grew the oldest English plantation in Ireland.', ""There, settlers built Ireland's oldest English plantation.""]" -279,"['Coal', 'reserves', 'have', 'also', 'expanded', 'worldwide,', 'with', 'Britain', ""'s"", 'contribution', 'expected', 'to', 'last', 'several', 'hundred', 'years.']","[7, 8]",0,britain,"Coal reserves have also expanded worldwide, with Britain's contribution expected to last several hundred years.","[""Coal resources have also grown globally, and Britain's contribution is likely to last for several hundred years."", 'Coal reserves around the world have also risen, and Britain is expected to contribute several hundred years.', ""Coal reserves have also expanded globally, and Britain's contribution is likely to last for several hundred years."", 'Coal reserves have also grown globally, and British contributions are expected to last several hundred years.', 'Global coal reserves have also grown, and British involvement must have lasted several hundred years.']" -280,"['Gironella', 'was', 'born', 'in', 'Mexico', 'City', 'in', '1929.']","[4, 6]",0,mexico city,Gironella was born in Mexico City in 1929.,"['Gironella was born in Mexico City in 1929.', 'Gironella was born in Mexico City in 1929.', 'Gironella was born in Mexico City in 1929.', 'Gironella was born in Mexico City in 1929.', 'Gironella was born in Mexico City in 1929.']" -281,"['Saudi', 'Arabia', 'was', 'the', 'biggest', 'contributor,', 'with', 'Germany', ',', 'Japan,', 'Kuwait,', 'South', 'Korea', 'and', 'the', 'United', 'Arab', 'Emirates', 'also', 'major', 'contributors.']","[7, 8]",0,germany,"Saudi Arabia was the biggest contributor, with Germany, Japan, Kuwait, South Korea and the United Arab Emirates also major contributors.","['Saudi Arabia made the largest contribution, followed by Germany, Japan, Kuwait, South Korea and the United Arab Emirates.', 'The largest contribution came from Saudi Arabia, Germany, Japan, Kuwait, South Korea and the United Arab Emirates.', 'Saudi Arabia made the largest contribution, and Germany, Japan, Kuwait, South Korea, and the United Arab Emirates also made a major contribution.', 'Saudi Arabia, Germany, Japan, Kuwait, South Korea and the United Arab Emirates were the main contributors.', 'The largest contributions were made by Saudi Arabia, but also by Germany, Japan, Kuwait, South Korea and the United Arab Emirates.']" -282,"['Out', 'of', 'France', ':', 'Crime', 'news?']","[2, 3]",0,france,Out of France: Crime news?,"['Getting out of France: Criminal news?', 'From France: Criminal news?', 'Escape from France: Crime?', 'Getting out of France: Criminal news?', 'Except in France: Criminal news?']" -283,"['Over', '1,000,000', 'other', 'expatriates', 'lived', 'in', 'Kuwait', ',', 'more', 'than', 'half', 'of', 'whom', 'were', 'south', 'or', 'south-east', 'Asian.']","[6, 7]",0,kuwait,"Over 1,000,000 other expatriates lived in Kuwait, more than half of whom were south or south-east Asian.","['More than a million other foreigners lived in Kuwait, more than half of them from South or Southeast Asia.', 'More than 1,000,000 other expats lived in Kuwait, more than half of them South or Southeast Asians.', 'More than a million expatriates lived in Kuwait, more than half of them in South or Southeast Asia.', 'More than a million more people lived in exile in Kuwait, more than half of them from South or Southeast Asia.', 'More than 1,000,000 other foreigners living in Kuwait, more than half of whom owned South or Southeast Asia.']" -284,"['I', 'squeezed', 'my', 'way', 'out', 'to', 'find', 'at', 'the', 'foot', 'of', 'the', 'cathedral', 'steps', 'the', 'white', 'helmets', 'of', 'a', 'military', 'band', 'celebrating', 'Easter', 'state-style,', 'surrounded', 'by', 'the', 'boy', 'soldiers', 'of', 'Peru', 'in', 'grey,', 'black', 'and', 'khaki,', 'armed', 'with', 'machine-guns.']","[30, 31]",0,peru,"I squeezed my way out to find at the foot of the cathedral steps the white helmets of a military band celebrating Easter state-style, surrounded by the boy soldiers of Peru in grey, black and khaki, armed with machine-guns.","[""I hustled outside to find at the foot of the cathedral steps the white helmets of a military band celebrating Easter in state-style, surrounded by Peru's boys in gray, black and khaki, armed with machine guns."", ""I crowded out to find at the foot of the cathedral steps the white helmets of a military band celebrating the state's Easter celebrations, surrounded by Peru's primitive soldiers in gray, black and khaki, armed with machine guns."", ""I crowded out on foot to discover the steps of a military band celebrating Easter, surrounded by Peru's young soldiers in gray, black and khaki, armed with machine guns."", 'I hustled outside to find at the foot of the cathedral the white helmets of a military orchestra celebrating Easter in the style of a state, surrounded by Persian soldiers in gray, black and khaki, armed with machine guns.', 'I crowded out and saw the white helmets of an Easter-style military band at the foot of the cathedral steps, surrounded by young soldiers in gray, black and khaki, armed with machine guns.']" -285,"['While', 'the', 'Secretary', 'of', 'State', 'has', 'tried', 'to', 'assure', 'the', 'House', 'about', 'the', 'problems', 'and', 'implications', 'of', 'recognition', 'of', 'Croatia', ',', 'will', 'he', 'try', 'once', 'more', 'to', 'reassure', 'us', 'about', 'that', 'recognition?']","[19, 20]",0,croatia,"While the Secretary of State has tried to assure the House about the problems and implications of recognition of Croatia, will he try once more to reassure us about that recognition?","['While the Foreign Minister has tried to inform Parliament of the problems and consequences of recognising Croatia, will he again try to assure us of recognising Croatia?', 'While the Foreign Minister has tried to inform the House of the problems and consequences of recognising Croatia, will he once again try to assure us of this recognition?', 'Although the Foreign Minister has tried to convince the House of the problems and consequences of recognising Croatia, will he try again to secure that recognition for us?', 'Will the Foreign Minister again try to inform the House of the problems and consequences of recognising Croatia, while he has tried to assure us of this recognition?', 'While Illinois has tried to explain to Parliament the problems and implications of recognizing Croatia, will you try again?']" -286,"['A', '`', 'DIETARY', 'supplement', '""', 'known', 'as', 'B15,', 'that', 'is', 'regarded', 'as', 'potentially', 'dangerous', 'by', 'US', 'health', 'authorities,', 'is', 'still', 'on', 'sale', 'in', 'West', 'Germany', 'and', 'Britain,', 'says', 'the', ""EEC's"", 'environment', 'commissioner,', 'Hans', 'Narjes.']","[15, 16]",0,us,"A DIETARY supplement"" known as B15, that is regarded as potentially dangerous by US health authorities, is still on sale in West Germany and Britain, says the EEC's environment commissioner, Hans Narjes.","['A DIETARY dietary supplement called B15, which has been classified as potentially hazardous by US health authorities, continues to be sold in West Germany and the UK, says Hans Narjes, European Community Environment Commissioner.', 'In West Germany and Great Britain, a ""DIETARY Supplement,"" known as B15 and classified as potentially hazardous by the US health authorities, is still on the market today, says Hans Narjes, EEC Environment Commissioner.', 'A THIETARY drug classified as hazardous by US health authorities is still being sold in West Germany and the UK, says Hans Narjes, European Union Environment Commissioner.', 'A DIETDoll additive for the active substance B15, which is classified as potentially hazardous by the US health authorities, is still being sold in West Germany and Great Britain, said EEC Environment Commissioner Hans Narjes.', 'The European Commission is still investigating many foodstuffs in Austria and Austria. Hans Narjes, European Commissioner for the Environment, says that a potentially dangerous substance called B15 is sold in Germany and Great Britain.']" -287,"['NEW', 'penalties', 'to', 'crack', 'down', 'on', 'adultery', 'in', 'Malaysia', 'include', '[hellip]', 'six', 'strokes', 'of', 'the', 'cane.']","[8, 9]",0,malaysia,NEW penalties to crack down on adultery in Malaysia include [hellip] six strokes of the cane.,"['NEW penalties for adultery in Malaysia include six strokes of the cane.', 'NEW penalties for adultery in Malaysia include six strokes of the cane.', 'Among the new punishments for adultery in Malaysia are beatings with [Hellip].', 'NEW penalties for adultery in Malaysia: six strokes with a stick.', 'NEW: Adultery can be punished with six canes in Malaysia.']" -288,"['His', 'campaign', 'now', 'seems', 'to', 'be', 'down', 'to', 'its', 'last', 'card', '-', 'to', 'brand', 'Mr', 'Da', 'Silva', 'as', 'a', 'dangerous', 'radical', 'who', 'is', 'bent', 'on', 'introducing', 'Stalinist', 'communism', 'into', 'Brazil', '.']","[29, 30]",0,brazil,His campaign now seems to be down to its last card - to brand Mr Da Silva as a dangerous radical who is bent on introducing Stalinist communism into Brazil.,"['His campaign now appears to be playing its last card - branding Mr Da Silva a dangerous radical determined to bring Stalinist communism to Brazil.', 'His campaign now appears to be playing the final card, branding Mr Da Silva a dangerous radical whose aim is to bring Stalinist communism to Brazil.', 'His campaign now appears to be in its final stages - branding da Silva a dangerous radical trying to bring Stalinist communism to Brazil.', 'Now his campaign appears to be on the final map - branding da Silva a dangerous radical determined to establish Stalinist communism in Brazil.', 'His campaign now appears to have fallen on the last card, too - classifying Mr Da Silva as a dangerous radical and establishing Thailand as Stalinist communism.']" -289,"['Unlike', 'his', 'hero', 'and', 'Dustin,', 'Charles', 'Webb', 'and', 'his', 'wife', 'Eva', '(nicknamed', 'Fred),', 'protested', 'against', 'the', 'Vietnam', 'War', 'and', 'rebelled', 'against', 'their', 'affluent', 'background.']","[16, 17]",0,vietnam,"Unlike his hero and Dustin, Charles Webb and his wife Eva (nicknamed Fred), protested against the Vietnam War and rebelled against their affluent background.","['Unlike his hero and Dustin, Charles Webb and his wife Eva (nicknamed Fred) protested the Vietnam War and rebelled against their wealthy ancestors.', 'Unlike his hero and our Dustin, Charles Webb and his wife Eva, called Fred, protested the Vietnam War and rebelled against their wealthy ancestry.', 'He was influenced by his hero and Dustin by Charles Webb and his wife Eva (nicknamed Fred), who demonstrated against the Vietnam War and rebelled against their wealthy background.', 'Unlike his hero and Dustin, Charles Webb and his wife Eva (nicknamed Fred) protested the Vietnam War and rebelled against their wealthy ancestry, making their family victims of the Vietnam War.', 'Unlike his hero and Dustin, Charles Webb and Eva (nicknamed Fred) protested the Vietnam War and its wealthy origins.']" -290,"['They', 'pinch', 'most', 'of', 'what', 'they', 'say', 'from', 'the', 'student', 'press', 'in', 'America', 'and', 'throw', 'in', 'a', 'few', 'tags', 'from', 'Colonel', 'Ojukwu.']","[12, 13]",0,america,They pinch most of what they say from the student press in America and throw in a few tags from Colonel Ojukwu.,"['They pinch most of what they say from the student press in America, and throw in a few catchphrases from Colonel Ojukwu.', 'They pinch most of what they hear from the student press in America, and throw in a few labels from Colonel Ojukwu.', ""Above all, they pinch what they say in the American student press and throw in some of Colonel Ojukwu's catchphrases."", 'Usually they pinch it from the American student press and throw in a few lines from Colonel Ojukwu.', 'What they usually take from the student press in America, they turn into a poem by Colonel Ojukwu.']" -291,"['Marion', 'Zunz,', 'a', 'graduate', 'of', 'the', ""University's"", 'Radio,', 'Film', 'and', 'Television', 'Studies', 'postgraduate', 'course,', 'died', 'on', '5', 'January', '1992', 'in', 'a', 'skiing', 'accident', 'in', 'France', '.']","[24, 25]",0,france,"Marion Zunz, a graduate of the University's Radio, Film and Television Studies postgraduate course, died on 5 January 1992 in a skiing accident in France.","[""Marion Zunz, a graduate of the University's postgraduate programme in Radio, Film and Television Studies, died in a skiing accident in France on 5 January 1992."", ""Marion Zunz, a graduate of the University's postgraduate programme in Radio, Film and Television Studies, died in a skiing accident in France on 5 January 1992."", 'Marion Zunz, a graduate of the postgraduate programme in Radio, Film and Television Studies at the University, died in a skiing accident in France on 5 January 1992.', 'Marion Zunz, a postgraduate student at the University of Radio, Film and Television, died in a skiing accident in France on 5 January 1992.', 'Marion Zunz, a PhD student in radio, film and television at the university, died on 5 January 1992 in a skiing accident in France.']" -292,"['Romania', 'has', 'the', 'worst', 'equipped', 'army', 'in', 'the', 'Warsaw', 'Pact.']","[0, 1]",0,romania,Romania has the worst equipped army in the Warsaw Pact.,"['Romania has the worst equipped army in the Warsaw Pact.', 'Romania has the worst equipped army in the Warsaw Pact.', 'Romania has the worst equipped army in the Warsaw Pact.', 'Romania has the worst equipped army in the Warsaw Pact.', 'Romania has the least equipped army in the Warsaw Pact Union.']" -293,"['`', 'Addresses', 'in', 'London', 'and', 'Geneva,', 'an', 'office', 'in', 'New', 'York', '[hellip]', 'but', 'based', 'on', 'Jersey,', 'in', 'the', 'Channel', 'Islands', '.', '""']","[18, 20]",0,channel islands,"Addresses in London and Geneva, an office in New York [hellip] but based on Jersey, in the Channel Islands.""","['addresses in London and Geneva, an office in New York [hellip], but based in Jersey, in the Channel Islands. ""', 'Addresses in London and Geneva, an office in New York [Hellip], but in Jersey, in the Channel Islands. ""', 'addresses in London and Geneva, an office in New York [hellip], but based in Jersey, in the Channel Islands. ""', 'addresses in London and Geneva, an office in New York [hellip], but based in Jersey, in the Channel Islands. ""', 'Addresses in London and Geneva; an office in New York [hellip], but in Jersey, in the Channel Islands. ""']" -294,"['Except', 'for', 'the', 'need', 'to', 'make', 'the', 'prescribed', 'disclosure', '(see', 'page', '41', 'above),', 'the', 'retained', 'marketing', 'rules', 'that', 'non-UK', 'offices', 'have', 'to', 'comply', 'with', 'despite', 'the', 'foreign', 'business', 'carve-out', 'apply', 'only', 'where', 'the', 'firm', 'is', 'carrying', 'on', 'investment', 'business', 'in', 'the', 'UK', '.']","[41, 42]",0,uk,"Except for the need to make the prescribed disclosure (see page 41 above), the retained marketing rules that non-UK offices have to comply with despite the foreign business carve-out apply only where the firm is carrying on investment business in the UK.","['With the exception of the disclosure obligation (see above page 41), the marketing rules that foreign subsidiaries have to comply with, despite the spin-off of their foreign operations, will only apply if the company carries out securities transactions in the UK.', 'The retained marketing rules, which must be followed by subsidiaries outside the UK despite the spin-off, apply only if the company invests in the UK, with the exception of mandatory disclosure (see page 41).', 'With the exception of the disclosure requirement (see above page 41), the retained marketing rules, which foreign subsidiaries must comply with despite the spin-off of foreign activities, will only apply if the company has an investment business in the UK.', 'Apart from the disclosure obligation (see page 41 above), the retained marketing rules, which offices outside the UK must comply with despite a spin-off of overseas operations, will only apply if the company does investment business in the UK.', 'Apart from the need for disclosure (see above page 41), the retained marketing rules, which non-UK subsidiaries must follow even though they have been outsourced, will only apply if the company has investment operations in the UK.']" -295,"['Second,', 'this', 'investment', 'abroad', 'was', 'not', 'financed', 'out', 'of', 'domestic', 'profits;', 'over', 'the', 'same', 'period', 'US', 'business', 'received', 'profits', 'from', 'its', 'past', 'investment', 'overseas', 'equivalent', 'to', 'around', '1¼', 'times', 'as', 'much', 'as', 'it', 'was', 'sending', 'overseas.']","[15, 16]",0,us,"Second, this investment abroad was not financed out of domestic profits; over the same period US business received profits from its past investment overseas equivalent to around 1¼ times as much as it was sending overseas.","['Second, these investments abroad were not financed by domestic profits; over the same period, the US economy made gains from its previous investments abroad, which were about 1 ¼ times higher than foreign investment.', 'Second, these foreign investments were not financed from domestic profits; over the same period, US companies received profits from their recent investments abroad that were about 1 ¼ times higher than their foreign investments.', 'Second, these investments abroad were not financed by domestic profits; over the same period, US companies received profits from their previous foreign investments, which is about 1 ¼ times more than they send.', 'Second, these investments abroad were not financed by domestic profits; over the same period, the US economy received gains from its investments abroad, equivalent to a quarter of its foreign investment.', 'Second, these investments were not financed from domestic profits; over the same period, US companies ""profits from their foreign investments declined, roughly 1 / 4 times that of their foreign counterparts.']" -296,"['As', 'the', 'eldest', 'son', 'of', 'the', 'eleventh', 'Duke', 'of', 'Marlborough,', 'Jamie', 'Blandford', 'stands', 'in', 'line', 'to', 'inherit', 'one', 'of', 'Britain', ""'s"", 'greatest', 'stately', 'homes,', 'Blenheim', 'Palace.']","[19, 20]",0,britain,"As the eldest son of the eleventh Duke of Marlborough, Jamie Blandford stands in line to inherit one of Britain's greatest stately homes, Blenheim Palace.","[""As the eldest son of the 11th Duke of Marlborough, Jamie Blandford is on the brink of inheriting one of Britain's biggest mansions, Blenheim Palace."", ""As the eldest son of the 11th Duke of Marlborough, Jamie Blandford will inherit one of Britain's greatest stately homes, Blenheim Palace."", ""As the eldest son of the 11th Duke of Marlborough, Jamie Blandford is about to inherit one of Britain's most famous country houses, Blenheim Palace."", ""Jamie Blandford, the eldest son of the 11th Duke of Marlborough, is in the process of selling one of Britain's biggest mansions, Blenheim Palace."", ""Jamie Blandford, the eldest son of the 11th Duke of Marlborough, is to inherit one of Britain's grandest aristocratic houses, Blenheim Palace.""]" -297,"['The', 'Italians', 'joined', 'the', 'French', 'by', 'attacking', 'the', 'deflationary', 'effect', 'of', 'Germany', ""'s"", 'dominant', 'position', 'on', 'their', 'economy.']","[11, 12]",0,germany,The Italians joined the French by attacking the deflationary effect of Germany's dominant position on their economy.,"[""The Italians joined the French in attacking the deflationary effects of Germany's dominance on their economy."", ""The Italians joined the French in attacking the deflationary effects of Germany's dominance on their economy."", 'The Italians joined the French in attacking the deflationary effects of German dominance on their economies.', 'Together with France, Italians opposed the deflationary effects of German domination on the economy.', 'Together with the French, the Italians attacked the deflationary effects of German dominance on their economy.']" -298,"['In', 'its', 'report', '`', 'Children', 'on', 'the', 'Frontline', '""', 'UNICEF', 'shows', 'that', 'mortality', 'rates', 'in', 'Angola', 'and', 'Mozambique', 'are', 'among', 'the', 'highest', 'in', 'the', 'world', 'because', 'of', 'underdevelopment', 'compounded', 'by', 'the', 'war', 'and', 'economic', 'destabilization.']","[17, 18]",0,mozambique,"In its report Children on the Frontline"" UNICEF shows that mortality rates in Angola and Mozambique are among the highest in the world because of underdevelopment compounded by the war and economic destabilization.","['In its report ""Children on the Frontline,"" UNICEF shows that mortality rates in Angola and Mozambique are among the highest in the world due to underdevelopment, war and economic destabilisation.', 'The UNICEF Children on the Frontline report shows that mortality rates in Angola and Mozambique are among the highest in the world, owing to underdevelopment exacerbated by war and economic destabilisation.', 'The UNICEF Children on the Frontline report shows that mortality rates in Angola and Mozambique are among the highest in the world, owing to underdevelopment exacerbated by war and economic destabilisation.', 'In its report Children on the Frontline, ""Unicef shows that the mortality rate in Angola and Mozambique is among the highest in the world, because underdevelopment is exacerbated by war and economic destabilisation.', 'In its Children on the Frontline report, UNICEF notes that death rates in Angola and Mozambique are among the highest in the world due to underdevelopment resulting from war and economic destabilisation.']" -299,"['Now', ""he's"", 'overboard', 'for', 'France', ',', 'and', 'spells', 'his', 'name', 'with', 'a', '`', 'c', '""', 'instead', 'of', 'a', '`', 'k', '"".']","[4, 5]",0,france,"Now he's overboard for France, and spells his name with a c"" instead of a k"".","['Now he\'s overdoing it with France, spelling his name with a c ""instead of a k.""', 'Now he pays attention to France, spelling his name with a C ""instead of a K.""', 'Now he has changed his name by lengths in France and spells it with a C instead of a K.', 'Now he has it too much for France to write his name on a c (instead of a k).', 'Now, however, he is sometimes dismissed for France, writing his name with the c ""instead of a k.""']" -300,"['And', 'America', ""'s"", 'hard-pressed', 'banks', 'are', 'in', 'no', 'mood', 'for', 'adventurous', 'lending.']","[1, 2]",0,america,And America's hard-pressed banks are in no mood for adventurous lending.,"[""And America's ailing banks have no appetite for adventurous lending."", ""And America's ailing banks have no appetite for adventurous lending."", ""And America's ailing banks are not exactly keen on adventurous lending."", 'And beleaguered US banks are not obsessed with adventurous loans.', ""And America's ailing banks are not in the mood to make adventurous loans.""]" -301,"['Draft', 'Companies', 'House', 'guidance', 'for', 'foreign', 'companies', 'operating', 'in', 'the', 'UK', 'may', 'not', 'be', 'clear', 'enough', 'for', 'the', 'companies', 'to', 'be', 'sure', 'they', 'are', 'acting', 'within', 'the', 'law,', 'according', 'to', 'the', 'Institute.']","[10, 11]",0,uk,"Draft Companies House guidance for foreign companies operating in the UK may not be clear enough for the companies to be sure they are acting within the law, according to the Institute.","['According to the institute, Companies House guidelines for foreign companies operating in the UK may not be clear enough for companies to ensure they comply with the law.', 'The draft Companies House directive for foreign firms operating in the UK may not be clear enough to ensure companies complied with the law, the institute said.', 'The draft guidelines for foreign firms operating in Britain may not be clear enough to be sure they are abiding by the law, the institute said.', 'The draft business guidelines for foreign companies operating in the UK may not be clear enough to reassure businesses that they are complying with the law.', 'According to the institute, the draft corporate guidelines for foreign companies operating in the UK may not be clear enough to ensure that companies comply with the law.']" -302,"['Unlike', 'Manchuria', 'or', 'Korea,', 'occupied', 'China', 'was', 'not', 'economically', 'exploited,', 'let', 'alone', 'developed,', 'by', 'the', 'Japanese,', 'except', 'in', 'the', 'crudest', 'manner.']","[5, 6]",0,china,"Unlike Manchuria or Korea, occupied China was not economically exploited, let alone developed, by the Japanese, except in the crudest manner.","['Unlike Manchuria or Korea, occupied China was not economically exploited, let alone developed, by the Japanese - except in the cruellest of ways.', 'Unlike Manchuria or Korea, occupied China was only roughly exploited or even developed by the Japanese.', 'Unlike Manchuria or Korea, modern China was only economically exploited or even developed in the most brutal way by the Japanese.', 'Unlike Manchuria or Korea, occupied China did not demand economic exploitation from the Japanese, let alone industrialization, except in the crudest way.', 'Unlike Manchuria or Korea, occupied China was not economically exploited, let alone developed, by the Japanese, except fundamentally.']" -303,['JORDAN'],"[0, 1]",0,jordan,JORDAN,"['JORDAN', 'JORDAN', 'Jordan', 'Jordan', 'JORDAN']" -304,"['Following', 'extensive', 'international', 'concern', 'over', 'the', 'levels', 'of', 'safety', 'of', 'the', 'older', 'power', 'reactors', 'in', 'the', 'former', 'USSR,', 'AEA', 'has', 'been', 'appointed', 'to', 'manage', 'an', 'international', 'programme', 'of', 'safety', 'evaluation', 'for', 'RBMK-type', 'reactors', 'in', 'Russia,', 'Lithuania', 'and', 'Ukraine', '.']","[37, 38]",0,ukraine,"Following extensive international concern over the levels of safety of the older power reactors in the former USSR, AEA has been appointed to manage an international programme of safety evaluation for RBMK-type reactors in Russia, Lithuania and Ukraine.","['Following widespread international concerns about the safety levels of older reactors in the former USSR, the AEA was mandated to conduct an international safety assessment programme for RBMK reactors in Russia, Lithuania and Ukraine.', 'Following extensive international concern about the safety levels of older reactors in the former USSR, the AEA has been entrusted with leading an international safety assessment programme for RBMK reactors in Russia, Lithuania and Ukraine.', 'In the context of major international concerns about the safety of older reactors in the former USSR, the AEA was mandated to lead an international safety assessment programme for RBMK reactors in Russia, Lithuania and Ukraine.', 'Following a sharp decline in international concerns about safety levels in the older reactors of the former USSR, the AEA was contracted to oversee an international safety assessment programme for RBMK reactors in Russia, Lithuania and Ukraine.', 'After the international community rose up against the safety of the former USSR, the AEA was mandated to lead an international program to evaluate cooperative and informative safety measures for RBMK reactors in Russia, Lithuania and Ukraine.']" -305,"['Education', 'as', 'the', 'arena', 'of', 'conflict:', 'El', 'Salvador,', 'Guatemala,', 'Honduras,', 'South', 'Africa', 'and', 'Namibia']","[10, 12]",0,south africa,"Education as the arena of conflict: El Salvador, Guatemala, Honduras, South Africa and Namibia","['Education as a theatre of conflict: El Salvador, Guatemala, Honduras, South Africa and Namibia', 'Education as a theatre of conflict: El Salvador, Guatemala, Honduras, South Africa and Namibia', 'Education as a field of conflict: El Salvador, Guatemala, Honduras, South Africa and Namibia', 'Education as a source of conflict: El Salvador, Guatemala, Honduras, South Africa and Namibia', 'Education as a stage for conflict: El Salvador, Guatemala, Honduras, South Africa and Namibia']" -306,"['The', 'presence', 'of', 'a', 'growing', 'number', 'of', 'US', 'military', '""', 'advisers', '""', 'and', 'of', 'US', 'warships', 'in', 'the', 'area', 'led', 'critics', 'of', 'the', 'government', 'to', 'fear', '""', 'another', 'Vietnam', '"".']","[7, 8]",0,us,"The presence of a growing number of US military"" advisers"" and of US warships in the area led critics of the government to fear"" another Vietnam"".","['The presence of a growing number of U.S. military ""advisers"" and warships in the area has led government critics to fear ""another Vietnam.""', 'The presence in the region of a growing number of US military ""advisers"" and warships has led critics of the government to fear a ""different Vietnam.""', 'The presence of a growing number of U.S. military and warships in the area has led government critics to fear a ""different Vietnam.""', 'For the presence in the area of a growing number of ""advisers"" of the US military and of US warships made critics of the government fear a ""second Vietnam.""', 'The presence of a growing number of public ""advisers"" to the US military and warships on the ground has led critics of the government to fear a ""new Vietnam.""']" -307,"['Mexico', 'City', ',', 'October', '1982']","[0, 2]",0,mexico city,"Mexico City, October 1982","['Mexico City, October 1982', 'Mexico City, October 1982', 'Mexico City, October 1982', 'Mexico City, October 1982', 'Mexico City, October 1982']" -308,"['In', 'America', ""it's"", 'already', 'selling', 'well,', 'but', 'it', ""won't"", 'be', 'out', 'here', 'for', 'some', 'time.']","[1, 2]",0,america,"In America it's already selling well, but it won't be out here for some time.","[""It's already selling well in America, but it won't be here for a long time."", ""It's already selling well in America, but it won't appear for some time."", 'It is already selling well in America, but will not be available here for some time.', ""It's already selling well in America, but it won't be there for some time."", 'It is already selling well in America, but not for long.']" -309,"[""It's"", 'billed', 'as', 'a', 'dog', 'agility', 'extravaganza,', 'as', 'hundreds', 'of', 'pets', 'compete', 'across', 'the', 'Three', 'Counties', 'showground', 'in', 'Malvern.Over', 'the', 'next', 'six', 'days', 'the', 'dogs', 'will', 'be', 'leaping', 'over', 'hurdles,', 'jumping', 'through', 'hoops,', 'and', 'careering', 'through', 'tunnels.Their', 'performances', 'are', 'being', 'timed,', 'and', 'on', 'Sunday', 'morning', 'the', 'pick', 'of', 'the', 'bunch', 'will', 'compete', 'for', 'the', 'title', 'of', 'Britain', ""'s"", 'most', 'agile', 'dog.']","[56, 57]",0,britain,"It's billed as a dog agility extravaganza, as hundreds of pets compete across the Three Counties showground in Malvern.Over the next six days the dogs will be leaping over hurdles, jumping through hoops, and careering through tunnels.Their performances are being timed, and on Sunday morning the pick of the bunch will compete for the title of Britain's most agile dog.","['It is a spectacle of dog agility, with hundreds of pets competing at the three county fairgrounds in Malvern. Over the next six days, the dogs will jump over hurdles, jump through hoops and climb through tunnels. Their demonstrations are scheduled and on Sunday morning, the team selection will compete for the title of the most agile dog in Britain.', ""It is being heralded as a dog-friendly spectacle with hundreds of pets competing at the Three Counties Exhibition Grounds in Malvern. Over the next six days, the dogs will jump over hurdles, jump through hoops and jump through tunnels. Performance dates are finely tuned and on Sunday morning the team will battle it out for the title of Britain's most agile dog."", 'It will be banned as a dog relay as hundreds of pets compete at the Three Counties exhibition grounds in Malvern. Over the next six days, the dogs will jump over obstacles, jump through hoops and squeeze through tunnels. Their performances will be timed and on Sunday morning, the group will be selected for the UK\'s ""Moving Dog"" title.', ""It was heralded as a spectacle of dog puppies as hundreds of pets compete over the next six days at the Three Counties Showground in Malvern, with the dogs jumping hurdles, jumping through hoops and weaving their way through tunnels to battle it out for the title of Britain's most agile dog on Sunday morning."", ""Over the next six days, the dogs will hop through obstacles, jump through hoops and run through tunnels to complete a course set up so the field can compete for the title of Britain's most agile dog on Sunday morning.""]" -310,"['On', 'pages', '12', 'and', '13,', 'a', 'Spanish', 'extravaganza:', '1992', 'is', 'very', 'much', 'the', 'year', 'of', 'Spain', ',', 'so', 'why', 'not', 'celebrate', 'it?']","[15, 16]",0,spain,"On pages 12 and 13, a Spanish extravaganza: 1992 is very much the year of Spain, so why not celebrate it?","['On pages 12 and 13 a Spanish extravaganza: 1992 is the year of Spain, so why not celebrate?', 'On pages 12 and 13 a Spanish spectacle: 1992 is actually the year of Spain, why not celebrate it?', 'On pages 12 and 13 a Spanish extravaganza: 1992 is really the year of Spain, so why not celebrate the anniversary?', 'On pages 12 and 13 a Spanish extravaganza: 1992 is definitely the year of Spain, so why not celebrate this lavish celebration?', 'On pages 12 and 13 a Spanish extravaganza: 1992 is indeed the year of Spain, so why not celebrate?']" -311,"['At', 'the', 'conference,', 'the', 'Director', 'of', 'the', 'National', 'Museum', 'in', 'Phnom', 'Penh,', 'Pich', 'Keo,', 'asked', 'Unesco', 'to', 'pass', 'information', 'on', 'stolen', 'property', 'to', 'Interpol', 'and', 'the', 'International', 'Council', 'of', 'Museums,', 'and', 'made', 'a', 'plea', 'to', 'museum', 'directors', 'to', 'research', 'the', 'provenance', 'of', 'objects', 'in', 'their', 'collections,', 'and', 'to', 'return', 'those', 'illegally', 'exported', 'from', 'Cambodia', '.']","[53, 54]",0,cambodia,"At the conference, the Director of the National Museum in Phnom Penh, Pich Keo, asked Unesco to pass information on stolen property to Interpol and the International Council of Museums, and made a plea to museum directors to research the provenance of objects in their collections, and to return those illegally exported from Cambodia.","['At the conference, the director of the National Museum in Phnom Penh, Pich Keo, called on UNESCO to forward information on stolen property to Interpol and the International Council of Museums, and called on museum directors to investigate the origin of objects in their collections and return them illegally exported from Cambodia.', 'At the conference, the director of the National Museum in Phnom Penh, Pich Keo, called on Unesco to provide Interpol and the International Museum Council with information on stolen property, and called on the museum directors to investigate the origin of the objects in their collections and return them illegally exported from Cambodia.', 'At the event, the director of the National Museum of Phnom Penh, Pich Keo, called on UNESCO to pass on information about stolen property to Interpol and the International Museum Council and called on the museum directors to investigate the origin of the objects in their collections and return them illegally exported from Cambodia.', 'At the conference, the director of the National Museum in Phnom Penh, Pich Keo, asked Unesco, Interpol and the International Council of Museums to provide information on stolen property and appealed to the museum directors to establish the origin of the objects they keep in their collections and to return them illegally from Cambodia to Unesco.', 'At the meeting, Pich Keo, head of the National Museum of Phnom Penh, called on Unesco to hand over information on stolen assets to Interpol and the International Museum Commission to investigate the origin of the objects in its collections and return them illegally exported from Cambodia.']" -312,"['The', 'federation', 'had', 'been', 'formally', 'set', 'up', 'in', 'Paris', 'on', 'Sept.', '22', 'by', 'leaders', 'of', 'the', 'pro-democracy', 'movement', 'who', 'had', 'fled', 'China', ',', 'including', 'leading', 'economists', 'Yan', 'Jiaqi', 'and', 'Chen', 'Yizi,', 'and', 'Wan', 'Runnan,', 'head', 'of', ""China's"", 'biggest', 'private', 'company,', 'the', 'Stone', 'Co.', '[', 'see', 'also', 'p.', '36815', '].']","[21, 22]",0,china,"The federation had been formally set up in Paris on Sept. 22 by leaders of the pro-democracy movement who had fled China, including leading economists Yan Jiaqi and Chen Yizi, and Wan Runnan, head of China's biggest private company, the Stone Co. [ see also p. 36815 ].","[""The Federation was formally founded on September 22 in Paris by leaders of the democracy movement who had fled China, including leading economists Yan Jiaqi and Chen Yizi, and Wan Runnan, head of China's largest private enterprise, the Stone Co. [see also p. 36815]."", ""The League was officially launched on September 22 by leaders of the democracy movement who fled China, including leading economists Yan Jiaqi and Chen Yizi, and Wan Runnan, head of China's largest private company, the Stone Co. [see also p. 36815]."", ""The Federation was formally founded by the leaders of the democracy movement in China, Yan Jiaqi and Chen Yizi, and Wan Runnan, head of China's largest private company Stein Co., on September 22 in Paris [see also p. 36815]."", ""The association was formally founded on September 22 in Paris by leading figures of the democracy movement who had fled China, including leading economist Yan Ji-qiang, and Chen Yizi and Wan Runnan, the head of China's largest private enterprise, the Stone Co. [see also p. 36815]."", ""The Federation was formally established on September 22 by leaders of the democracy movement, including leading economists Yan Jiaqi and Chen Yizi, and Wan Runnan, the chief executive of China's largest private company, the Stone Co.""]" -313,"['Of', 'course,', 'the', 'historical', 'analogy', 'is', 'not', 'a', 'completely', 'valid', 'one,', 'for', 'history', 'only', 'concerns', 'the', 'interactions', 'within', 'a', 'single', 'species', 'during', 'a', 'few', 'thousand', 'years,', 'in', 'connection', 'with', 'which', 'geological', 'and', 'climatological', 'changes', 'have', 'played', 'only', 'a', 'minor', 'role', '(as', 'in', 'the', 'extinction', 'of', 'Carthage', 'and', 'of', 'the', 'Viking', 'settlements', 'in', 'Greenland', ').']","[52, 53]",0,greenland,"Of course, the historical analogy is not a completely valid one, for history only concerns the interactions within a single species during a few thousand years, in connection with which geological and climatological changes have played only a minor role (as in the extinction of Carthage and of the Viking settlements in Greenland ).","['Of course, the historical analogy is not entirely valid, because history only concerns interactions within a species within a few thousand years, with geological and climatological changes playing a minor role (as with the extinction of Carthage and the Viking settlements in Greenland).', 'Of course, the historical analogy is not entirely correct, for it is only the interactions within a single species within a few thousand years in which geological and climatological changes have played only a minor role (as in the extermination of Carthage and the Viking settlements in Greenland).', 'The historical analogy may not always be entirely correct, of course, because history concerns only the interplay within a single species over several thousand years, with geological and climatological changes playing only a minor role (such as the extinction of Carthage and the Viking settlements in Greenland).', 'Of course, the historical analogy is not entirely correct, as the story only concerns the interactions within a single species over the course of a few thousand years, in which geological and climatological changes played only a minor role (for example, during the extinction of Carthage and the Viking settlement in Greenland).', 'Of course, the historical analogy is not entirely accurate, because history is about interactions within a single species for a few thousand years, and geological and climatological changes play only a minor role (as with the extermination of Carthage and the Viking settlements in Greenland).']" -314,"['For', 'example,', 'in', 'the', 'United', 'States', 'there', 'was', 'a', '16', 'per', 'cent', 'decline', 'in', 'mortality', 'rates', 'among', 'males', 'aged', '85', '+', 'and', '36', 'per', 'cent', 'among', 'females', 'of', 'the', 'same', 'age', 'during', 'the', 'period', '1965', '-', '85', '(Verbrugge', '1989).']","[4, 6]",0,united states,"For example, in the United States there was a 16 per cent decline in mortality rates among males aged 85 + and 36 per cent among females of the same age during the period 1965 - 85 (Verbrugge 1989).","['For example, mortality rates fell by 16% for men aged 85 and over in the United States between 1965 and 85 and by 36% for women of the same age (Verbrugge 1989).', 'In the US, for example, mortality rates fell by 16% for men aged 85 and over in 1965-85 and by 36% for women of the same age (Verbrugge 1989).', 'In the US, for example, mortality fell by 16% for men over 85 between 1965 and 85 and by 36% for women of the same age (Verbrugge 1989).', 'For example, mortality for men over 85 in the United States fell from 1965 to 85 and for women of the same age by 36 percent (Verbrugge 1989).', 'In the United States, for example, the mortality rate for men over 85 fell by 16 percent from 1965 to 85 and for women over 36 percent (Verbrugge 1989).']" -315,"['Relations', 'between', 'Kenya', 'and', 'the', 'USA', 'and', 'other', 'Western', 'states', 'deteriorated', 'sharply', 'as', 'a', 'result', 'of', 'the', ""government's"", 'response', 'to', ""FORD's"", 'demands', 'and', 'activities.']","[2, 3]",0,kenya,Relations between Kenya and the USA and other Western states deteriorated sharply as a result of the government's response to FORD's demands and activities.,"[""Relations between Kenya and the US and other Western countries have deteriorated dramatically as a result of the government's response to FORD's demands and activities."", ""Relations between Kenya and the US and other Western countries have deteriorated significantly as a result of the government's response to FORD's demands and activities."", ""Relations between Kenya and the US and other Western countries have deteriorated significantly as a result of the government's response to FORD's demands and activities."", ""Relations between Kenya and the US and other Western countries have deteriorated dramatically as a result of the government's response to FORD's demands and activities."", ""Relations between Kenya and the US and other Western countries have deteriorated significantly as the government has responded to Ford's demands and activities.""]" -316,"['It', 'is', 'being', 'financed', 'largely', 'by', 'the', 'US', 'Department', 'of', 'Defense,', 'and', 'made', 'available', 'free.']","[7, 8]",0,us,"It is being financed largely by the US Department of Defense, and made available free.","['It is largely funded by the US Department of Defense and provided free of charge.', 'It is mainly funded by the US Department of Defense and provided free of charge.', 'It is largely funded by the US Department of Defense and is available free of charge.', 'It is largely funded by the US Department of Defense and provided free of charge.', 'It is largely funded by the US Department of Defense and made freely available.']" -317,"['With', 'so', 'many', 'fantastic', 'walking', 'areas', 'in', 'Britain', ""it's"", 'sometimes', 'hard', 'to', 'decide', 'which', 'one', 'to', 'explore', 'on', 'that', 'well-earned', 'summer', 'break.']","[7, 8]",0,britain,With so many fantastic walking areas in Britain it's sometimes hard to decide which one to explore on that well-earned summer break.,"[""With Britain's many fantastic hiking areas, it's sometimes hard to decide which to explore during a well-deserved summer break."", 'With so many fantastic hiking areas in the UK, it is sometimes difficult to decide on a summer break.', 'Given the many fantastic hiking areas in the UK, it is sometimes difficult to decide which to explore during this well-deserved summer break.', ""With so many fantastic hiking areas in the UK, it's sometimes hard to decide which one to explore."", 'With the many fantastic hiking areas in the UK, it is sometimes difficult to choose a hiking destination during the well-deserved summer break.']" -318,"['A', 'mutilated', 'body', 'found', 'in', 'Portugal', 'is', 'believed', 'to', 'be', 'that', 'of', 'a', 'man', 'missing', 'from', 'his', 'home', 'in', 'Oxfordshire', 'for', 'a', 'month.']","[5, 6]",0,portugal,A mutilated body found in Portugal is believed to be that of a man missing from his home in Oxfordshire for a month.,"['The mutilated body found in Portugal is believed to be that of a man who has been missing from his Oxfordshire home for a month.', 'The mutilated body found in Portugal is believed to be that of a man who has been missing from his Oxfordshire home for a month.', 'The mutilated body found in Portugal is believed to be that of a man who has been missing from his Oxfordshire home for a month.', 'The mutilated body found in Portugal is believed to be that of a man who has been missing since his Oxfordshire home a month ago.', 'The mutilated body found in Portugal is believed to be that of a man who had been missing from his Oxfordshire home for a month.']" -319,"['For', 'example,', 'he', 'once', 'received', 'a', 'postcard', 'from', 'his', 'mother', 'and', 'sisters', 'which', 'said:', '`', 'Today', 'we', 'gone', 'to', 'Mexico', '-', 'south', 'of', 'the', 'border', '"".']","[19, 20]",0,mexico,"For example, he once received a postcard from his mother and sisters which said: Today we gone to Mexico - south of the border"".","['He once received a postcard from his mother and sisters that said: ""Today we went to Mexico - south of the border.""', 'For example, he once received a postcard from his mother and sisters that said, ""Today we went to Mexico - south of the border.""', 'He once received a postcard from his mother and her sisters saying: ""Today we went to Mexico - south of the border.""', 'He once received a postcard from his mother and sisters that said: ""Today we are going to Mexico - south of the border.""', 'He received a postcard from his mother and sisters that read: ""Today we went to Mexico - south of the border...""']" -320,"['The', 'twentieth', 'century', 'has', 'its', 'own', 'Christian', 'martyrs:', 'St', 'Maximilian', 'Kolbe,', 'who', 'exchanged', 'places', 'with', 'a', 'condemned', 'Jew', 'in', 'the', 'concentration', 'camp', 'and', 'was', 'starved', 'along', 'with', 'his', 'fellow', 'prisoners,', 'before', 'being', 'fatally', 'injected', 'with', 'carbolic', 'acid;', 'Dietrich', 'Bonhoeffer,', 'a', 'minister', 'of', 'the', 'Confessing', 'Church', 'of', 'Germany', ',', 'who', 'was', 'executed', 'by', 'the', 'Nazis;', 'and', 'Archbishop', 'Romero,', 'gunned', 'down', 'when', 'he', 'was', 'at', 'a', 'prayer', 'meeting.']","[46, 47]",0,germany,"The twentieth century has its own Christian martyrs: St Maximilian Kolbe, who exchanged places with a condemned Jew in the concentration camp and was starved along with his fellow prisoners, before being fatally injected with carbolic acid; Dietrich Bonhoeffer, a minister of the Confessing Church of Germany, who was executed by the Nazis; and Archbishop Romero, gunned down when he was at a prayer meeting.","['The 20th century has its own Christian martyrs: St Maximilian Kolbe, who in the concentration camp swapped places with a condemned Jew and starved to death with his fellow prisoners before being fatally injected with carbohydrates; Dietrich Bonhoeffer, the pastor of the Confessing Church of Germany, who was executed by the Nazis; and Archbishop Romero, who was shot during a prayer session.', 'The twentieth century has its own Christian martyrs: the holy aggressor Maximilian Kolbe, who interacted with a condemned Jew in the concentration camp and starved with his fellow prisoners before being fatally poisoned with carbolic acid; the clergyman of the Confessing Church of Germany Dietrich Bonhoeffer, who was executed by the Nazis; and Archbishop Romero, who was shot during a prayer meeting.', 'The twentieth century has its Christian martyrs: Saint Maximilian Kolbe, who in the concentration camp swapped places with a condemned Jew and starved with his fellow prisoners before injecting the deadly carboxylic acid; Dietrich Bonhoeffer, a servant of the Confessing Church of Germany executed by the Nazis; and Archbishop Romero, who was shot during a prayer meeting.', 'The twentieth century has its own Christian martyrs: St Maximilian Kolbe, who exchanges the place PHILATE in the camp with a condemned Jew and starves to death with his fellow prisoners before being injected with lethal carbonic acid; Dietrich Bonhoeffer, pastor of the Confessing Church of Germany, who is executed by the Nazis; and Archbishop Romero, who is shot during a prayer meeting.', 'In the twentieth century there were Christian martyrs of their own: Saint Maximilian Kolbe, who exchanged places with a condemned Jew in the concentration camp and sued his fellow prisoners before administering a lethal injection; Dietrich Bonhoeffer, pastor of the Confessing Church, who was executed by the Nazis; and Archbishop Romero, who was shot during a prayer meeting.']" -321,"[""Japan's"", 'newly', 'modernized', 'armed', 'forces', 'achieved', 'a', 'resounding', 'victory,', 'and', 'the', 'terms', 'of', 'the', 'peace', 'treaty', 'exacted', 'from', 'the', 'Chinese', 'not', 'only', 'a', 'massive', 'indemnity,', 'but', 'also', 'the', 'cession', 'to', 'Japan', 'of', 'Formosa', '(Taiwan),', 'the', 'Pescadores', 'Islands', 'and', 'the', 'Liaodong', 'peninsula,', 'which', 'lay', 'off', 'the', 'Manchurian', 'coast', 'west', 'of', 'Korea.']","[35, 37]",0,pescadores islands,"Japan's newly modernized armed forces achieved a resounding victory, and the terms of the peace treaty exacted from the Chinese not only a massive indemnity, but also the cession to Japan of Formosa (Taiwan), the Pescadores Islands and the Liaodong peninsula, which lay off the Manchurian coast west of Korea.","[""Japan's newly modernized armed forces have won a resounding victory, and the peace treaty requires not only massive compensation, but also the surrender of Formosa (Taiwan), the Pescadores Islands, and the Liaodong Peninsula off Manchuria, west of Korea, to Japan."", ""Japan's newly modernized armed forces scored a resounding victory, and the peace treaty demanded not only massive compensation for China, but also the surrender of Formosa (Taiwan), the Pescadores Islands, and the Liaodong Peninsula off Manchuria, west of Korea, to Japan."", ""Japan's newly modernized armed forces prevailed on a broad front, and the terms of the peace treaty demanded not only massive reparations from the Chinese, but also the surrender of Formosa (Taiwan), the Pescadores Islands, and the Liaodong Peninsula off Manchuria, west of South Korea, to Japan."", ""Japan's newly modernized armed forces scored a resounding victory, and the peace treaty not only demanded massive reparations from the Chinese, but also altered the sovereignty of the islands of Formosa, Taiwan, the Pescadores Islands, and the Liaodong Peninsula to Japan off Manchuria, west of Korea."", ""Japan's newly modernized armed forces have won a resounding victory, and the terms of the peace treaty require the Chinese not only to pay massive reparations, but also to cede the Pescadores Islands and the Liaodong Peninsula, which border Japan to the west.""]" -322,"['From', 'Sri', 'Lanka', 'Eva', 'went', 'to', 'Canada', 'for', 'a', 'world', 'conference', 'of', 'Salvation', 'Army', 'leaders.']","[6, 7]",0,canada,From Sri Lanka Eva went to Canada for a world conference of Salvation Army leaders.,"['From Sri Lanka Eva travelled to Canada for a World Conference of Salvation Army Leaders.', 'From Sri Lanka, Eve traveled to Canada to attend a World Conference of Salvation Army Leaders.', 'From Sri Lanka, Eve traveled to Canada to attend a World Conference of Salvation Army Leaders.', 'From Sri Lanka, Eve attended a World Conference of Salvation Army Leaders in Canada.', 'Eva came from Sri Lanka to Canada for a World Conference of Salvation Army Leaders.']" -323,"['This', 'work', 'will', 'provide', 'some', 'of', 'the', 'theoretical', 'foundations', 'for', 'an', 'empirical', 'project', 'on', 'the', 'provision', 'of', 'funds', 'for', 'industry', 'in', 'France', ',', 'Germany,', 'Japan,', 'UK', 'and', 'USA,', 'run', 'through', 'the', 'Centre', 'for', 'Economic', 'Policy', 'Research', 'by', 'Margaret', 'Bray,', 'Jeremy', 'Edwards', 'and', 'Colin', 'Mayer.']","[21, 22]",0,france,"This work will provide some of the theoretical foundations for an empirical project on the provision of funds for industry in France, Germany, Japan, UK and USA, run through the Centre for Economic Policy Research by Margaret Bray, Jeremy Edwards and Colin Mayer.","[""This paper will provide some of the theoretical foundations for an empirical project to provide finance to industry in France, Germany, Japan, the UK and the US, conducted by Margaret Bray, Jeremy Edwards and Colin Mayer's Centre for Economic Policy Research."", 'This paper provides some of the theoretical foundations for an empirical project on financing industry in France, Germany, Japan, the United Kingdom, and the United States conducted by the Centre for Economic Policy Research of Margaret Bray, Jeremy Edwards, and Colin Mayer.', 'This work will form some of the theoretical foundations for an empirical project on industrial finance in France, Germany, Japan, the UK and the US, conducted by Margaret Bray, Jeremy Edwards and Colin Mayer at the Centre for Economic Policy Research.', ""This work will provide some of the theoretical foundations for an empirical project to provide funding to industry in France, Germany, Japan, the United Kingdom and the United States and will be considered by Margaret Bray, Jeremy Edwards and Colin Mayer's Centre for Economic Policy Research."", 'This work will form some of the theoretical foundations for an empirical project on financing industry in Germany, Japan, the UK and the US, conducted by Margaret Bray, Jeremy Edwards and Colin Mayer at the Center for Economic Policy Research.']" -324,"['Dulles', 'had', 'already', 'warned', 'that', 'the', 'defeat', 'of', 'EDC', 'would', 'provoke', 'an', '`', 'agonising', 'reappraisal', '""', 'of', 'US', 'defence', 'policy,', 'hinting', 'at', 'a', 'retreat', 'from', 'Europe', 'to', '`', 'Fortress', 'America', '"".']","[29, 30]",0,america,"Dulles had already warned that the defeat of EDC would provoke an agonising reappraisal"" of US defence policy, hinting at a retreat from Europe to Fortress America"".","['Dulles had already warned that defeat of the EDC would lead to an agonizing re-evaluation of US defense policy, ""and hinted at a retreat from Europe to Fortress America.""', 'Dulles had already warned that the defeat of the EDC would lead to an agonizing re-evaluation of US defense policy, and hinted at a retreat from Europe to Fortress America.', 'Dulles had already warned that the defeat of the EDC would lead to an agonizing re-evaluation of US defense policy, and hinted at a retreat from Europe to Fortress America.', 'Dulles had already warned of an agonizing re-evaluation of US defense policy, pointing out that Europe would retreat to Fortress America.', 'Dulles had previously warned that the failure of the ECA would ""re-evaluate US defense policy and suggest a retreat from Europe to Fortress America.""']" -325,"['And', 'for', 'good', 'measure,', 'it', 'should', 'be', 'noted', 'that', 'the', 'ECO', 'long', 'ago', 'expressed', 'his', 'own', 'conclusion', 'that', 'settlement', 'in', 'the', 'UK', 'was', 'the', 'intention', 'in', 'this', 'case.']","[21, 22]",0,uk,"And for good measure, it should be noted that the ECO long ago expressed his own conclusion that settlement in the UK was the intention in this case.","['And, to put it mildly, it should be noted that the ECO came to its own conclusion a long time ago that an agreement in the United Kingdom was intended in this case.', 'For good reason, the ECO in this case came to the conclusion a long time ago that settlement in the UK was intended.', 'And it should not go unmentioned that the ECO has long since expressed its own conclusion that a settlement of the conflict in Great Britain is intended in this case.', 'And it is clear that the ECO has long since expressed its own conclusion that resettlement in the UK was the intention in this case.', 'Nor should we forget that ECO itself came to the conclusion a long time ago that a settlement in Britain was intended in this respect.']" -326,"['Furthermore,', 'it', 'found', 'that,', 'although', 'birth', 'certificates', 'were', 'not', 'required', 'by', 'law', 'for', 'any', 'kind', 'of', 'legal', 'transaction', 'in', 'the', 'United', 'Kingdom', ',', 'there', 'could', 'be', 'occasions', 'on', 'which', 'a', 'birth', 'certificate', 'could', 'be', 'called', 'for', 'by,', 'for', 'instance,', 'an', 'employer', 'or', 'public', 'institution.']","[20, 22]",0,united kingdom,"Furthermore, it found that, although birth certificates were not required by law for any kind of legal transaction in the United Kingdom, there could be occasions on which a birth certificate could be called for by, for instance, an employer or public institution.","['She also pointed out that while there is no need for a birth certificate in the UK, there are occasions when, for example, an employer or a public body can request a birth certificate.', 'It was also pointed out that while the birth certificate is not required by law for all legal transactions in the UK, there may be occasions when employers or public institutions require a birth certificate.', 'She also pointed out that while there is no legal requirement for a birth certificate for any legal activity in the UK, there are occasions when a birth certificate can be requested, for example, from an employer or public body.', 'It also found that although birth certificates are not required by law for all legal transactions in the UK, they can be requested by an employer or government body along with the birth certificate.', 'She also pointed out that while there is no legal obligation in the UK to provide birth certificates for all types of legal transactions, there have been occasions where, for example, a birth certificate for a birth certificate for a birth certificate for a birth certificate for a birth certificate for a birth certificate for a birth certificate for a birth certificate for a birth certificate for a birth certificate.']" -327,"['As', 'well', 'as', 'handling', 'distribution', 'of', 'UK', 'and', 'US', 'books', 'to', 'Swiss', 'bookshops', 'and', 'department', 'stores', 'Azed', 'will', 'by', 'buying', 'direct', 'for', 'the', 'Azed', 'kiosk', 'chain,', 'which', 'includes', 'the', 'former', 'Kiosk', 'AG', 'and', 'Schmidt-Agence', 'outlets.']","[6, 7]",0,uk,"As well as handling distribution of UK and US books to Swiss bookshops and department stores Azed will by buying direct for the Azed kiosk chain, which includes the former Kiosk AG and Schmidt-Agence outlets.","['In addition to distributing British and American books to Swiss bookstores and department stores, Azed also supplies the Azed kiosk chain, which includes the former Kiosk AG and Schmidt-Agence.', 'In addition to selling books from the United Kingdom and the United States to Swiss bookstores and department stores, Azed will directly acquire the Azed kiosk chain, which includes the former Kiosk AG and Schmidt Agence stores.', 'In addition to distributing books from the United Kingdom and the United States to Swiss bookstores and department stores, Azed also buys for the kiosk chain Azed, which also includes the former kiosk and Schmidt agency markets.', 'In addition to marketing British and US books to Swiss bookstores and department stores, Azed also buys directly for the kiosk chain Azed, which also includes the former branches of Kiosk AG and Schmidt-Agence.', 'In addition to distributing British and US books to Swiss bookstores and department stores, Azed also acquires Azed bookstore by purchasing direct packages for the Azed kiosk chain (which also includes the former Kiosk AG and Schmidt-Agence).']" -328,"['It', 'was', 'built', 'in', 'Belgium', 'and', 'as', 'a', 'result', 'we', 'were', 'asked', 'to', 'mobilise', 'the', 'ship', 'from', 'the', 'Belgian', 'ports', 'of', 'Zeebrugge', 'and', 'Antwerp.', '""']","[4, 5]",0,belgium,"It was built in Belgium and as a result we were asked to mobilise the ship from the Belgian ports of Zeebrugge and Antwerp.""","['It was built in Belgium and as a result we were asked to mobilise the ship from the Belgian ports of Zeebrugge and Antwerp. ""', 'The ship was built in Belgium and we were asked to mobilise it from the Belgian ports of Zeebrugge and Antwerp. ""', 'It was built in Belgium and as a result we were asked to remove the ship from the Belgian ports of Zeebrugge and Antwerp.', 'It was built in Belgium and we were therefore entitled to mobilise the ship from the Belgian ports of Zeebrugge and Antwerp. ""', 'It was built in Belgium, so we were asked to mobilise it from the Belgian ports of Zeebrugge and Antwerp. ""']" -329,"['Martin', 'Stephens', 'and', 'Andrew', 'Rowan', 'are', 'two', 'of', 'many', 'such', 'sympathisers', 'in', 'the', 'USA', ';', ""Rowan's"", 'Of', 'Mice,', 'Models', 'and', 'Men', '(1984)', 'being', 'particularly', 'highly', 'regarded.']","[13, 14]",0,usa,"Martin Stephens and Andrew Rowan are two of many such sympathisers in the USA; Rowan's Of Mice, Models and Men (1984) being particularly highly regarded.","[""Martin Stephens and Andrew Rowan are two of many sympathisers in the USA. Rowan's Of Mice, Models and Men (1984) is especially appreciated."", ""Martin Stephens and Andrew Rowan are two of many well-known figures in the USA; Rowan's Of Mice, Models and Men (1984) is highly regarded."", ""Martin Stephens and Andrew Rowan are two of many sympathisers in the US, with Rowan's A Mice, Models and Men (1984) particularly highly regarded."", ""Martin Stephens and Andrew Rowan are two of the many 25,000 sympathisers in the US. Rowan's Of Mice, Models and Men (1984) is particularly highly regarded."", 'Martin Stephens and Andrew Rowan are among those who hold US sympathisers in high regard.']" -330,"['Trying', 'to', 'smooth', 'the', 'festering', 'controversy', 'over', 'Palestinians', 'deported', 'to', 'Lebanon', ',', 'the', 'foreign', 'minister,', 'Shimon', 'Peres,', 'said', 'after', 'seeing', 'Mr', 'Christopher', 'that', 'last', ""December's"", 'expulsions', 'were', '`', 'an', 'exception', '"".']","[10, 11]",0,lebanon,"Trying to smooth the festering controversy over Palestinians deported to Lebanon, the foreign minister, Shimon Peres, said after seeing Mr Christopher that last December's expulsions were an exception"".","[""Foreign Minister Shimon Peres sought to calm the simmering controversy over Palestinians deported to Lebanon by saying that last December's expulsions were an exception."", 'To calm the simmering controversy over Palestinians deported to Lebanon, Foreign Minister Shimon Peres said after a meeting with Christopher that the expulsions last December were ""only an exception.""', 'Foreign Minister Shimon Peres, after visiting Christopher, sought to calm the simmering controversy over Palestinians deported to Lebanon by saying the expulsions last December were ""an exception.""', ""Seeking to defuse the simmering dispute over Palestinians deported to Lebanon, the foreign minister said after seeing Christopher that last December's expulsions were an exception."", 'In an attempt to defuse the deadlock over Palestinians deported to Lebanon, Foreign Minister Shimon Peres, visiting Christopher, said the expulsions last December were special.']" -331,"['Battery', 'power,', 'especially', 'in', 'France', ',', 'means', 'no', 'emissions', 'in', 'urban', 'areas.']","[4, 5]",0,france,"Battery power, especially in France, means no emissions in urban areas.","['Battery storage systems, particularly in France, do not mean emissions in urban areas.', 'Battery energy, especially in France, does not mean emissions in urban areas.', 'In France in particular, battery power does not mean emissions in urban areas.', 'Battery power, particularly in France, means that no emissions are generated in urban areas.', 'Battery storage systems have no entries in urban areas, especially in France.']" -332,"['In', 'Georgia', 'the', 'abrasive', 'Republican', 'Newt', 'Gingrich,', 'the', 'minority', 'whip,', 'only', 'narrowly', 'survived', 'a', 'surprisingly', 'strong', 'Democratic', 'challenge.']","[1, 2]",0,georgia,"In Georgia the abrasive Republican Newt Gingrich, the minority whip, only narrowly survived a surprisingly strong Democratic challenge.","['In Georgia, determined Republican Newt Gingrich, who is in the minority, narrowly survived a surprisingly strong Democratic challenge.', 'In Georgia, moderate Republican Newt Gingrich narrowly survived a surprisingly strong Democratic challenge.', 'In Georgia, critical Republican Newt Gingrich, the minority whip, narrowly survived a surprisingly strong Democratic challenge.', 'In Georgia, rugged Republican Newt Gingrich narrowly survived a surprisingly strong Democratic challenge.', 'In Georgia, too, dogged Republican Newt Gingrich narrowly survived a surprisingly strong challenge from Democrats as the minority incumbent.']" -333,"['It', 'plans', 'to', 'sell', 'its', 'franchises', 'in', 'those', 'countries', 'but', 'continue', 'to', 'operate', 'in', 'partnership', 'with', 'Pepsico', 'in', 'Britain', '.']","[18, 19]",0,britain,It plans to sell its franchises in those countries but continue to operate in partnership with Pepsico in Britain.,"['It plans to sell its franchise rights in these countries but will continue to operate in partnership with Pepsico in the UK.', 'It plans to divest its franchise rights in these countries, but will continue to operate in partnership with Pepsico in the UK.', 'It intends to sell its franchise rights in these countries but continues to work with Pepsico in the UK.', 'It intends to sell its franchise products in these countries but will continue to operate in partnership with Pepsico in the UK.', 'It is planned to sell the franchise rights in these countries, but there will also be a partnership with Pepsico in the UK.']" -334,"['Other', 'important', 'Africans', 'present', 'were', 'Wallace', 'Johnson,', 'the', 'trades', 'unionist', 'from', 'Sierra', 'Leone,', 'Peter', 'Abrahams,', 'South', 'African', 'writer,', 'and', '-', 'one', 'of', 'the', 'few', 'Francophone', 'delegates', '-', 'the', 'poet', 'Raphael', 'Armattoe', 'from', 'Togo', '.']","[32, 33]",0,togo,"Other important Africans present were Wallace Johnson, the trades unionist from Sierra Leone, Peter Abrahams, South African writer, and - one of the few Francophone delegates - the poet Raphael Armattoe from Togo.","['Other notable Africans included Wallace Johnson, the Sierra Leone trade unionist, Peter Abrahams, the South African writer, and - one of the few Francophone delegates - the poet Raphael Armattoe from Togo.', 'Other important African representatives included Wallace Johnson, a trade unionist from Sierra Leone, Peter Abrahams, a South African writer, and - one of the few Francophonic delegates - the poet Raphael Armattoe from Togo.', 'Other notable Africans included Walcott Johnson, a trade unionist from Sierra Leone, Peter Abrahams, a writer from South Africa, and - one of the few Francophone delegates - the poet Raphael Armattoe from Togo.', 'Other notable Africans included Sierra Leone trade unionist Wallace Johnson, South African writer Peter Abrahams and - one of the few Francophone delegates - Togolese poet Raphael Armattoe.', 'Other notable Africans included Wallace Johnson, a writer from Sierra Leone, the South African writer Peter Abrahams and - one of the few Francophone delegates - the poet Raphael Armattoe from Togo.']" -335,"['A', 'meeting', 'of', 'Western', 'European', 'Union', '(WEU)', 'Foreign', 'Ministers', 'in', 'Paris', 'on', 'Jan.', '17', 'reaffirmed', 'support', 'for', 'the', 'USA', 'in', 'the', 'Gulf', 'war', 'and', 'for', 'military', 'action', 'against', 'Iraq', 'until', 'it', 'withdrew', 'unconditionally', 'from', 'Kuwait', '.']","[34, 35]",0,kuwait,A meeting of Western European Union (WEU) Foreign Ministers in Paris on Jan. 17 reaffirmed support for the USA in the Gulf war and for military action against Iraq until it withdrew unconditionally from Kuwait.,"['A meeting of Western European Union (WEU) foreign ministers in Paris on 17 January confirmed US support for the Gulf War and military action against Iraq until the US withdrew unconditionally from Kuwait.', 'A meeting of Western European Union (WEU) foreign ministers in Paris on 17 January confirmed US support for the Gulf War and military action against Iraq until its unconditional withdrawal from Kuwait.', 'A meeting of Western European Union (WEU) foreign ministers in Paris on 17 January confirmed US support for the Gulf War and military action against Iraq until it withdraws unconditionally from Kuwait.', 'At a meeting in Paris on 17 January, the Foreign Ministers of the Western European Union (WEU) reiterated their support for the US in the Gulf War and for military action against Iraq until it withdraws unconditionally from Kuwait.', 'At a meeting of Western European Union (WEU) foreign ministers in Paris on 17 January, US support for the Gulf War and military action against Iraq until the unconditional withdrawal from Kuwait was reaffirmed.']" -336,"['According', 'to', 'Kate', 'Attila,', 'Director', 'of', 'European', 'Conferences,', 'last', 'year', 'the', 'Dataquest', 'conferences', 'attracted', '700', 'visitors', 'to', 'Budapest,', '900', 'to', 'Prague', 'and', '500', 'to', 'Poland', '.']","[24, 25]",0,poland,"According to Kate Attila, Director of European Conferences, last year the Dataquest conferences attracted 700 visitors to Budapest, 900 to Prague and 500 to Poland.","[""According to Kate Attila, Head of European Conferences, last year's Dataquest conferences attracted 700 visitors to Budapest, 900 to Prague and 500 to Poland."", ""According to Kate Attila, Director of the European Conferences, last year's Dataquest conferences attracted 700 visitors to Budapest, 900 to Prague and 500 to Poland."", ""According to Kate Attila, Director of the European Conferences, last year's data quest conferences attracted 700 visitors to Budapest, 900 to Prague and 500 to Poland."", 'According to Kati Attila, Head of the European Conference, last year 700 visitors came to Budapest, 900 to Prague and 500 to Poland.', ""According to Kate Attila, Director of the European Conferences, Dataquest Group's concert days last year attracted 700 visitors to Budapest, 900 to Prague and 500 to Poland.""]" -337,"['In', 'the', 'USA', 'the', 'concept', 'of', '`', 'environmental', 'areas', '""', 'was', 'seen', 'as', 'a', 'powerful', 'reinforcement', 'of', 'the', 'similar', 'ideas', 'contained', 'in', 'Clarence', ""Perry's"", '`', 'neighbourhood', 'units', '""', 'and', 'the', 'design', 'of', 'Stein', 'and', 'Wright', 'for', 'Radburn,', 'New', 'Jersey', 'in', '1928.']","[2, 3]",0,usa,"In the USA the concept of environmental areas"" was seen as a powerful reinforcement of the similar ideas contained in Clarence Perry's neighbourhood units"" and the design of Stein and Wright for Radburn, New Jersey in 1928.","['In the US, the concept of environmental zones was seen as ""a powerful reinforcement of similar ideas in Clarence Perry\'s neighborhood units"" and Stein and Wright\'s 1928 design for Radburn, New Jersey.', 'In the US, the concept of an environmental zone was seen ""as a strong reinforcement of similar ideas in Clarence Perry\'s neighborhood units,"" as was Stein and Wright\'s 1928 design for Radburn, New Jersey.', 'In the US, the concept of environmental zones was seen as ""a strong reinforcement of the similar ideas of Clarence Perry\'s neighborhood units,"" as was Stein and Wright\'s 1928 concept for Radburn, New Jersey.', 'In the US, the concept of eco-zones is seen as ""a powerful reinforcement of the similar ideas that existed in Clarence Perry\'s neighborhoods,"" as was Stein and Wright\'s 1928 design for Radburn, New Jersey.', 'In the US, the concept of environmentally friendly areas was seen as a ""powerful reinforcement of similar ideas in Clarence Perry\'s neighborhoods,"" and Stein and Wright designed it for Radburn, New Jersey, in 1928.']" -338,"['For', 'in', 'a', 'few', 'days,', 'this', 'same', 'man', 'would', 'be', 'reporting', 'back', 'to', 'the', 'most', 'feared', 'woman', 'in', 'Britain', '.']","[18, 19]",0,britain,"For in a few days, this same man would be reporting back to the most feared woman in Britain.","[""For in a few days, the same man would be calling Britain's most feared woman."", ""For in a few days, the same man will report back to Britain's most feared woman."", ""After all, in a few days, the same man would be calling Britain's most feared woman."", ""For in a few days, the same man would become Britain's most feared wife."", ""For in a few days, this very man would predict Britain's most feared woman.""]" -339,"['Just', 'how', 'far', 'things', 'had', 'gone', 'was', 'demonstrated', 'in', '1950', 'when', 'North', 'Korea', 'invaded', 'South', 'Korea', '.']","[14, 16]",0,south korea,Just how far things had gone was demonstrated in 1950 when North Korea invaded South Korea.,"['In 1950, when North Korea invaded South Korea, it became clear how far things had advanced.', 'How far things had advanced became apparent in 1950, when North Korea occupied South Korea.', 'How far things went became apparent in 1950, when North Korea invaded South Korea.', 'Mexico showed how far things had advanced in 1950, when North Korea invaded South Korea.', 'How far God had gone became clear in 1950, when North Korea invaded South Korea.']" -340,"['The', 'Republic', 'of', 'Côte', ""d'Ivoire"", 'became', 'fully', 'independent', 'from', 'France', 'in', 'August', '1960,', 'the', 'French', 'version', 'of', 'the', 'name', 'being', 'declared', 'the', 'official', 'version', 'in', '1985.']","[9, 10]",0,france,"The Republic of Côte d'Ivoire became fully independent from France in August 1960, the French version of the name being declared the official version in 1985.","[""The Republic of Côte d'Ivoire became fully independent of France in August 1960, and the French version of the name became the official version in 1985."", ""The Republic of Côte d'Ivoire became fully independent of France in August 1960, with the French version of the name becoming the official version in 1985."", ""The Republic of Côte d'Ivoire became fully independent of France in August 1960, and in 1985 the French version of the name became the official version."", ""Côte d'Ivoire became fully independent of France in August 1960, and in 1985 the French version of the name was officially declared."", ""In August 1960, the Republic of Côte d'Ivoire became completely independent of France. The official French version of this name was proclaimed in 1985.""]" -341,"['In', 'Northern', 'Ireland', ',', '`', 'grant-aided', '""', 'is', 'the', 'term', 'equivalent', 'to', '`', 'maintained', '""', 'in', 'Britain.']","[1, 3]",0,northern ireland,"In Northern Ireland, grant-aided"" is the term equivalent to maintained"" in Britain.","['In Northern Ireland, ""grant support"" in the UK is called ""maintenance.""', 'In Northern Ireland, grants with financial support are ""the equivalent.""', 'In Northern Ireland, the term subsidised is defined as ""retained.""', 'In Northern Ireland, aid is ""the equivalent of status"" in the UK.', 'In Northern Ireland, which is subsidized, the term is synonymous with a candidacy in Great Britain.']" -342,"['One', 'of', 'those', 'detained,', 'Fr', 'Tom', 'Leahy,', 'a', 'Roman', 'Catholic', 'priest', 'from', 'Ireland', ',', 'was', 'deported', 'on', 'Aug.', '31.']","[12, 13]",0,ireland,"One of those detained, Fr Tom Leahy, a Roman Catholic priest from Ireland, was deported on Aug. 31.","['One of those arrested, Father Tom Leahy, a Roman Catholic priest from Ireland, was deported on 31 August.', 'One of those detained, Father Tom Leahy, a Roman Catholic priest from Ireland, was deported on August 31.', 'One inmate, Father Tom Leahy, a Roman Catholic priest from Ireland, was deported on August 31.', 'One of those arrested, Father Tom Leahy, a Roman Catholic priest from Ireland, was deported on August 31.', 'One of those arrested, Catholic priest and priest Tom Leahy, was deported from Ireland on August 31.']" -343,"['When', 'the', 'Spanish', 'pioneers', 'penetrated', 'the', 'interior', 'of', 'Colombia', 'during', 'the', 'early', 'sixteenth', 'century', 'they', 'were', 'impressed', 'by', 'what', 'they', 'took', 'to', 'be', 'the', 'passion', 'of', 'the', 'Indians', 'for', 'the', 'well-being', 'of', 'their', 'dead.']","[8, 9]",0,colombia,When the Spanish pioneers penetrated the interior of Colombia during the early sixteenth century they were impressed by what they took to be the passion of the Indians for the well-being of their dead.,"['When Spanish pioneers invaded Colombia in the early 16th century, they were impressed by the Indians ""passion for the welfare of their deceased.', 'When the Spanish pioneers invaded central Colombia in the early sixteenth century, they were impressed by the Indians ""passion for the welfare of their dead.', 'When the Spanish pioneers invaded the interior of Colombia at the beginning of the 16th century, they were enthusiastic about what they saw as the Indians ""passion for the welfare of their dead.', 'When Spanish pioneers pierced the interior of Colombia in the early sixteenth century, they were struck by the Indians ""passion for the welfare of their victims.', 'When the Spanish pioneers invaded the interior of Colombia at the beginning of the 16th century, they were impressed by the Indians ""passion for cold water and their well-being.']" -344,"['Until', 'the', 'RAF', 'was', 'carrying', 'atomic', 'bombs,', 'the', 'First', 'Pillar', 'of', 'British', 'grand', 'strategy', '-', 'the', 'defence', 'of', 'the', 'United', 'Kingdom', '-', 'depended', 'upon', 'the', 'US', 'Strategic', 'Air', 'Command.']","[25, 26]",0,us,"Until the RAF was carrying atomic bombs, the First Pillar of British grand strategy - the defence of the United Kingdom - depended upon the US Strategic Air Command.","[""Until the RAF carried nuclear bombs, the first pillar of Britain's main strategy - the defence of the United Kingdom - depended on the US Strategic Air Command."", ""Until the atomic bomb war, the first pillar of Britain's grand strategy - the defence of the United Kingdom - depended on the US Strategic Air Command."", ""Before atomic bombs were delivered to the Royal Air Force, the first pillar of Britain's grand strategy - the defence of Britain - depended on the US Strategic Air Command."", ""Until the RAF's killer band carried atomic bombs, the first pillar of Britain's grand strategy - the defence of the United Kingdom - was integrated into the US Strategic Air Command."", ""Britain's great concern - the UK's defence - depended on the US Strategic Air Command until the RAF's missiles were hijacked.""]" -345,"['A', 'special', 'report', 'on', 'censorship', 'in', 'the', 'UK', 'by', 'the', 'New', 'York', 'Times', 'magazine', 'in', 'March', '1989', 'was', 'headed', 'simply,', '`', 'Thatcher', 'puts', 'a', 'lid', 'on', '"".']","[7, 8]",0,uk,"A special report on censorship in the UK by the New York Times magazine in March 1989 was headed simply, Thatcher puts a lid on"".","['A New York Times special report on censorship in Britain in March 1989 simply stated: ""Thatcher puts a lid on it.""', 'A New York Times special report on censorship in Britain, published in March 1989, simply said: Thatcher puts a lid on it.', 'A New York Times Magazine special report on censorship in Britain in March 1989 was simply titled, ""Thatcher put a lid on it.""', 'A special report on censorship in Britain, published by the New York Times in March 1989, simply headlined: ""Thatcher puts a lid on it.""', 'A New York Times special report on censorship in Britain in March 1989 merely said that Thatcher was putting a lid on it.']" -346,"['Fleury', 'told', 'the', 'Collector', 'that', 'his', 'brother-in-law,', 'General', 'Dunstaple,', 'who', 'had', 'married', 'Miss', 'Hughes', 'that', 'was,', 'still', 'lived', 'in', 'India', 'and', 'was', 'currently,', 'according', 'to', 'their', 'most', 'recent', 'mail,', 'shooting', 'tigers', 'in', 'Nepal.']","[19, 20]",0,india,"Fleury told the Collector that his brother-in-law, General Dunstaple, who had married Miss Hughes that was, still lived in India and was currently, according to their most recent mail, shooting tigers in Nepal.","['Fleury told the collector that his brother-in-law General Dunstaple, who married Miss Hughes at the time, still lives in India and is currently shooting tigers in Nepal, according to recent media reports.', 'Fleury told the collector that his brother-in-law General Dunstaple, who had married Mrs Hughes, was still living in India and firing on tigers in Nepal.', 'Fleury told the collector that his brother-in-law General Dunstaple, who had married Mrs Hughes, was still living in India and shooting tigers in Nepal, according to recent emails.', 'Fleury told collectors that his brother-in-law General Dunstaple, who married Miss Hughes, still lived in India and is now shooting tigers in Nepal.', 'Fleury informed the collector that his brother-in-law General Dunstaple, who married Miss Hughes, still lives in India and is currently shooting tigers in Nepal, the latest Post reports.']" -347,"['Penguin', 'U', 'K', 'is', 'gaining', 'sale', 'and', 'market', 'share', 'and', 'in', 'North', 'America', 'the', 'sales', 'are', 'only', 'slightly', 'down', 'on', 'last', 'year,', 'which', 'was', 'a', 'very', 'exceptional', 'year', 'anyway.']","[11, 13]",0,north america,"Penguin U K is gaining sale and market share and in North America the sales are only slightly down on last year, which was a very exceptional year anyway.","['Penguin U K is growing in revenue and market share, and in North America sales are only slightly below last year, which was already a very exceptional year.', 'Penguin U K is growing in revenue and market share, with North American sales only slightly below last year, which was already an exceptional year.', 'Penguin U K is growing in revenue and market share, and sales in North America are only slightly down on last year, which was already a very unusual year.', 'Penguin U K is gaining market share and sales in North America are only marginally behind last year, which was already a very exceptional year.', ""Penguin U K is gaining market share, and sales in North America are down only slightly from last year's record year.""]" -348,"['If', 'the', 'Royal', 'Navy', 'is', 'patrolling', 'Britain', ""'s"", 'coastal', 'waters,', 'your', 'consumption', 'of', 'national', 'defence', 'does', 'not', 'affect', 'our', 'quantity', 'of', 'national', 'defence.']","[6, 7]",0,britain,"If the Royal Navy is patrolling Britain's coastal waters, your consumption of national defence does not affect our quantity of national defence.","['When the Royal Navy patrols British coastal waters, your national defence spending has no bearing on our national defence.', 'When the Royal Navy patrols British coastal waters, your national defence commitment has no bearing on our national defence capabilities.', ""When the Royal Navy patrols Britain's coastal waters, your national defence spending has no bearing on our national defence."", 'When the Royal Navy patrols British coastal waters, it does not affect national defence.', 'When the Royal Navy patrols British coastal waters, your consumption of national defence has no bearing on our level of defence.']" -349,"['The', 'UK', 'also', 'includes', 'the', 'Crown', 'Dependencies', 'of', 'the', 'isle', 'of', 'Man', 'and', 'the', 'Channel', 'Islands,', 'and', 'is', 'responsible', 'for', 'the', 'British', 'Dependent', 'Territories', 'of', 'Anguilla,', 'Bermuda,', 'British', 'Antarctic', 'Territory,', 'British', 'Indian', 'Ocean', 'Territory,', 'British', 'Virgin', 'Islands,', 'Cayman', 'Islands,', 'Falkland', 'Islands,', 'Gibraltar,', 'Hong', 'Kong,', 'Montserrat,', 'Pitcairn', 'Islands,', 'St', 'Helena', 'and', 'Dependencies,', 'South', 'Georgia', 'and', 'the', 'South', 'Sandwich', 'Islands,', 'and', 'the', 'Turks', 'and', 'Caicos', 'Islands', '[', 'see', 'also', 'pp.']","[51, 53]",0,south georgia,"The UK also includes the Crown Dependencies of the isle of Man and the Channel Islands, and is responsible for the British Dependent Territories of Anguilla, Bermuda, British Antarctic Territory, British Indian Ocean Territory, British Virgin Islands, Cayman Islands, Falkland Islands, Gibraltar, Hong Kong, Montserrat, Pitcairn Islands, St Helena and Dependencies, South Georgia and the South Sandwich Islands, and the Turks and Caicos Islands [ see also pp.","['The United Kingdom also includes the Crown Dependencies of the Isle of Man and the Channel Islands and is responsible for the British dependent territories of Anguilla, Bermuda, British Antarctic Territory, British Indian Ocean Territory, British Virgin Islands, Cayman Islands, Falkland Islands, Gibraltar, Hong Kong, Montserrat, Pitcairn Islands, St. Helena and Dependencies, South Georgia and the South Sandwich Islands, as well as Turks and Caicos Islands [see also S].', 'The United Kingdom also includes the Crown Dependencies of the Isle of Man and the Channel Islands and is responsible for the British dependent territories of Anguilla, Bermuda, British Antarctic Territory, British Indian Ocean Territory, British Virgin Islands, Cayman Islands, Falkland Islands, Gibraltar, Hong Kong, Montserrat, Pitcairn Islands, St. Helena and Dependencies, South Georgia and the South Sandwich Islands, as well as the Turks and Caicos Islands [see also page].', 'The United Kingdom also includes the Crown Dependencies of the Isle of Man and the Channel Islands and is mountainously responsible for the British dependent territories of Anguilla, Bermuda, British Antarctic Territories, British Indian Ocean Territory, British Virgin Islands, the Cayman Islands, Falkland Islands, Gibraltar, Hong Kong, Montserrat, Pitcairn Islands, St. Helena and Dependencies, Southern Sandwich Islands, and Turks and Caicos Islands [see also p. 1].', 'The United Kingdom also includes the Crown Dependencies of the Isle of Man and the Channel Islands and is responsible for the British Anguilla Territories, Bermuda, the British Antarctic Territory, the British Indian Ocean Territory, the British Virgin Islands, the Cayman Islands, the Falkland Islands, Gibraltar, Hong Kong, Montserrat, the Pitcairn Islands, St Helena and its dependencies, South Georgia and the South Sandwich Islands, as well as the Turks and Caicos Islands [see also page].', 'The United Kingdom is also responsible for the Man Islands and the Channel Islands, as well as the British Independent Territories of Anguilla, Bermuda, British Antarctic Territory, British Indian Ocean Territory, British Virgin Islands, Cayman Islands, Falkland Islands, Gibraltar, Hong Kong, Montserrat, Pitcairn Islands, St. Helena and Dependencies, South Georgia, South Sandwich Islands and Turks and Caicos Islands.']" -350,"[""Marsh's"", 'study', 'of', 'the', 'engineering', 'industry', 'in', 'Britain', 'and', 'West', 'Germany', 'adopts', 'the', 'standpoint', 'that,', 'whatever', 'the', 'form', 'which', 'industrial', 'relations', 'takes,', 'similar', 'topics', 'for', 'regulation', 'will', 'appear,', 'thus', 'providing', 'a', 'basis', 'for', 'comparison.']","[9, 11]",0,west germany,"Marsh's study of the engineering industry in Britain and West Germany adopts the standpoint that, whatever the form which industrial relations takes, similar topics for regulation will appear, thus providing a basis for comparison.","[""Marsh's study of the engineering industry in the UK and West Germany argues that whatever form of industrial relations is adopted, similar regulatory issues arise that provide a basis for comparison."", ""Marsh's study of the mechanical engineering industry in the UK and West Germany assumes that whatever industrial relations look like, similar regulatory issues will arise, which will also serve as a basis for comparisons."", ""Marsh's study of the mechanical engineering industry in Great Britain and West Germany assumes that, regardless of the form of industrial relations, similar regulatory issues will arise that will provide a basis for comparison."", ""Marsh's study of the engineering industry in the UK and West Germany argues that equivalent regulatory issues will arise regardless of industrial relations - a basis for comparison."", ""Marsh's study of the mechanical engineering industry in Great Britain and West Germany assumes that, regardless of the form of industrial relations, similar regulatory issues will arise that can be used for comparison.""]" -351,"['But,', 'in', 'a', 'highly', 'polarised', 'society', 'such', 'as', 'Northern', 'Ireland', ',', 'some', 'cases', 'are', 'inevitable.']","[8, 10]",0,northern ireland,"But, in a highly polarised society such as Northern Ireland, some cases are inevitable.","['But in a highly polarised society like Northern Ireland, some cases are inevitable.', 'But in a highly polarised society like Northern Ireland, some cases are inevitable.', 'However, in a highly polarised society such as Northern Ireland, some cases are inevitable.', 'But in a highly polarised society like Northern Ireland, some cases are inevitable.', 'But in a highly polarised society like Northern Ireland, some cases are inevitable.']" -352,"['In', 'the', 'UK', ',', 'Cambridge-based', ""CadCentre's"", 'GNC', 'Plus', 'is', 'to', 'support', ""Hewlett-Packard's"", '9000', 'series', '700', 'workstations:', 'GNC', 'Plus,', 'its', 'Unix', 'Cam', 'package', 'it', 'allows', 'CAD-generated', 'component', 'designs', 'to', 'be', 'turned', 'directly', 'into', 'machining', 'programs', 'for', 'NC/CNC', 'tools.']","[2, 3]",0,uk,"In the UK, Cambridge-based CadCentre's GNC Plus is to support Hewlett-Packard's 9000 series 700 workstations: GNC Plus, its Unix Cam package it allows CAD-generated component designs to be turned directly into machining programs for NC/CNC tools.","[""In the UK, the Cambridge-based CadCentre GNC Plus supports the 9,000 workstations of Hewlett-Packard's 700 family: the GNC Plus Unix Cam package enables the direct conversion of CAD-generated component designs into NC / CNC tooling programs."", 'In the UK, the Cambridge-based CadCentre ""GNC Plus"" will support Hewlett-Packard\'s 7,000 workstations: GNC Plus, its Unix cam package that enables the direct conversion of CAD-generated component designs into NC / CNC tooling programs.', ""In the UK, Cambridge-based CadCentre supports Hewlett-Packard's 9000 Series GNC Plus workstations with GNC Plus, the Unix Cam package that enables CAD-generated part definitions to be converted directly into NC / CNC tooling programs."", 'In the UK, GNC Plus from CadCentre in Cambridge will provide 700 jobs for Hewlett-Packard: GNC Plus enables CAD-generated component designs to be converted directly into NC / CNC tooling programs.', ""In the UK, Hewlett-Packard's 9000 700 series jobs are growing with GNC Plus from CadCentre in Cambridge: GNC Plus, the Unix cam package that enables CAD-generated component designs to be converted directly into manufacturing programs for NC / CNC tools.""]" -353,"['17,', 'April', '1992,', 'p.', '1)', 'and', 'alarmed', 'by', 'the', 'discredit', 'being', 'heaped', 'on', 'their', 'profession,', 'France', ""'s"", 'fourteen', 'leading', 'bronze', 'founders', 'have', 'met', 'in', 'Paris', 'under', 'the', 'auspices', 'of', 'their', 'professional', 'union,', 'the', 'Syndicat', 'Général', 'de', 'Fondeurs', 'de', 'France,', 'to', 'discuss', 'means', 'of', 'combating', 'forgery.']","[15, 16]",0,france,"17, April 1992, p. 1) and alarmed by the discredit being heaped on their profession, France's fourteen leading bronze founders have met in Paris under the auspices of their professional union, the Syndicat Général de Fondeurs de France, to discuss means of combating forgery.","['17, April 1992, p. 1) and alarmed by the contempt for their profession, the fourteen leading founders of the bronze figure met in Paris under the auspices of their trade union, the Syndicat Général de Fondeurs de France, to discuss ways of securitizing counterfeits.', '17 April 1992, p. 1) and alarmed by the discrediting of their profession, the fourteen leading founders of the bronze robot dynasty met in Paris under the auspices of their professional association, the Syndicat Général de Fondeurs de France, to discuss methods of combating counterfeiting.', 'Alarmed by the disregard for their profession, the fourteen leading founders of bronze ceremonies met in Paris under the auspices of their professional association, the Général de Fondeurs de France, to discuss ways of combating counterfeiting.', '17, April 1992, p. 1), fearing the discrediting of their trade, fourteen leading founders of Bronze World Shops met in Paris to discuss ways of combating counterfeiting under the auspices of their trade association, the Syndicat Général de Fondeurs de France.', ""17, 1992, page 1) - alarmed by the bad reputation of their profession - France's fourteen leading bronze figures met in Paris under the auspices of their trade union, the Syndicat Général de Fondeurs de France, to discuss measures to combat counterfeiting.""]" -354,"['In', 'the', 'UK', ',', 'the', 'term', '`', 'social', 'action', '""', 'has', 'almost', 'disappeared', 'from', 'social', 'work.']","[2, 3]",0,uk,"In the UK, the term social action"" has almost disappeared from social work.","['In Britain, the term ""social action"" has all but disappeared from social work.', 'In Britain, the term ""social action"" has all but disappeared from social work.', 'In Britain, the term ""social action"" has almost disappeared from social work.', 'In Britain, the term ""social action"" has almost disappeared from the sphere of social work.', 'There have been few social activities in Britain that have all but disappeared in social work.']" -355,"['Other', 'major', 'foreign', 'policy', 'events', 'of', '1990', 'included', 'the', 'renewal', 'or', 'establishment', 'of', 'diplomatic', 'relations', 'with', 'Saudi', 'Arabia,', 'Indonesia', 'and', 'Singapore', 'and', 'an', 'improvement', 'in', 'ties', 'with', 'Vietnam', 'and', 'South', 'Korea.']","[27, 28]",0,vietnam,"Other major foreign policy events of 1990 included the renewal or establishment of diplomatic relations with Saudi Arabia, Indonesia and Singapore and an improvement in ties with Vietnam and South Korea.","['Other major foreign policy events in 1990 included the restoration or establishment of diplomatic relations with Saudi Arabia, Indonesia, and Singapore, and an improvement in relations with Vietnam and South Korea.', 'Other major foreign policy events in 1990 included the renewal or establishment of diplomatic relations with Saudi Arabia, Indonesia, and Singapore, and an improvement in relations with Vietnam and South Korea.', 'Other major foreign policy events of 1990 include the renewal or establishment of diplomatic relations with Saudi Arabia, Indonesia, and Singapore, and an improvement in relations with Vietnam and South Korea.', 'Other major foreign policy events of 1990 include the restoration or establishment of diplomatic relations with Saudi Arabia, Indonesia, and Singapore, and an improvement in their relations with Vietnam and South Korea.', 'Other major foreign policy events in 1990 included the restoration or establishment of diplomatic relations with Saudi Arabia, Indonesia, and Singapore, and an improvement in relations with Vietnam and South Korea.']" -356,"['the', 'typical', 'left-right', 'division', 'in', 'Great', 'Britain)', 'or', 'several', '(as', 'in', 'The', 'Netherlands', ');', 'and', 'whether', 'elections', 'use', 'plurality', 'or', 'proportional', 'representation', 'procedures.']","[11, 13]",0,the netherlands,the typical left-right division in Great Britain) or several (as in The Netherlands ); and whether elections use plurality or proportional representation procedures.,"['in Great Britain) or more (as in the Netherlands) and whether plurality or proportional representation is used in elections.', 'the typical left-right division of Great Britain) or more (as in the Netherlands) and whether the elections are based on plurality or proportional representation.', 'as in Great Britain the distinction between left and right) or more (as in the Netherlands) and whether there is plurality or proportional representation in elections.', 'the typical left-right divide in Great Britain) or more, as in the Netherlands, and whether elections are based on plurality or proportional representation.', 'underlying factors) or more (as in the Netherlands); and whether elections are multi-innovative or proportional.']" -357,"['An', 'application', 'for', 'membership', 'of', 'the', 'International', 'Monetary', 'Fund', '(IMF)', 'and', 'World', 'Bank', 'was', 'filed', 'on', 'Feb.', '23,', 'and', 'Bulgaria', 'became', 'a', 'member', 'of', 'the', 'IMF', 'on', 'Sept.', '25.']","[19, 20]",0,bulgaria,"An application for membership of the International Monetary Fund (IMF) and World Bank was filed on Feb. 23, and Bulgaria became a member of the IMF on Sept. 25.","['An application for membership of the International Monetary Fund (IMF) and the World Bank was submitted on 23 February and Bulgaria became a member of the IMF on 25 September.', 'The application for membership of the International Monetary Fund (IMF) and the World Bank was submitted on 23 February and Bulgaria became a member of the IMF on 25 September.', 'The application for membership of the International Monetary Fund (IMF) and the World Bank was submitted on 23 February and Bulgaria became a member of the IMF on 25 September.', 'On 23 February, the application for membership was submitted to the International Monetary Fund (IMF) and the World Bank, and Bulgaria became a member of the IMF on 25 September.', 'An application for membership of the International Monetary Fund (IMF) and the World Bank was submitted on 23 February and Bulgaria joined the IMF on 25 September.']" -358,"['Reporting', 'on', 'Nov.', '21', 'on', 'the', 'results', 'of', 'his', 'week-long', 'tour', 'of', 'Eastern', 'Europe', 'from', 'which', 'he', 'had', 'just', 'returned,', 'Botha', 'noted', 'the', 'establishment', 'of', 'consular', 'ties', 'with', 'Czechoslovakia', 'and', 'Romania', '.']","[30, 31]",0,romania,"Reporting on Nov. 21 on the results of his week-long tour of Eastern Europe from which he had just returned, Botha noted the establishment of consular ties with Czechoslovakia and Romania.","['On 21 November, Botha reported on the results of his week-long trip to Eastern Europe, from which he had just returned, and mentioned the establishment of consular relations with Czechoslovakia and Romania.', 'On 21 November, Botha reported on the results of his week-long trip to Eastern Europe, from which he had just returned, and on the establishment of consular relations with Czechoslovakia and Romania.', 'On 21 November, Botha reported on the results of his week-long trip to Eastern Europe, from which he had just returned, and mentioned the establishment of consular relations with Czechoslovakia and Romania.', 'On 21 November, Botha reported on the results of his week-long trip to Eastern Europe, from which he had recently returned, and on the establishment of consular relations with the Czech Republic and Romania.', 'Botha had reported on his week-long football trip through Eastern Europe, which he had just left, when he noticed on 21 November that consular services had been agreed with Czechoslovakia and Romania.']" -359,"['The', 'trans-Cameroon', 'road,', 'if', 'built,', '`', 'would', 'jeopardise', 'a', 'vast', 'expanse', 'of', 'Cameroon', ""'s"", 'rainforest', 'and', '[', 'those', ']', 'who', 'live', 'there,', '""', 'says', 'the', 'World', 'Bank.']","[12, 13]",0,cameroon,"The trans-Cameroon road, if built, would jeopardise a vast expanse of Cameroon's rainforest and [ those ] who live there,"" says the World Bank.","['If built through Cameroon, the road would endanger large parts of Cameroon\'s rainforest and [its] inhabitants, ""the World Bank said.', 'Planning for the Trans-Cameroon Road, if built, would endanger large parts of Cameroon\'s rainforest and the people who live there, ""the World Bank said.', 'The trans-Cameroonian road, if built, would endanger an enormous area of Cameroon\'s rainforest and [its] inhabitants, ""the World Bank said.', 'The extension of the road through Cameroon, if built, would endanger large areas of the rainforest and the people living there, ""the World Bank said.', 'If built, the road to Cameroon would yield huge yields and endanger large parts of Cameroon\'s rainforest and its people, ""the World Bank said.']" -360,"['In', 'the', 'first', 'instance', 'it', 'was', 'exemplified', 'in', 'the', 'title', 'of', 'the', 'campaign', 'introduced', 'in', 'the', 'UK', 'in', '1977', 'called', '`', 'Save', 'It', '"".']","[16, 17]",0,uk,"In the first instance it was exemplified in the title of the campaign introduced in the UK in 1977 called Save It"".","['The first was the title of a campaign called Save It, launched in Britain in 1977.', 'It was first illustrated by the title of the ""Save It"" campaign launched in Britain in 1977.', 'For starters, the phenomenon was depicted in the title of the ""Save It"" campaign launched in Britain in 1977.', 'First, this process was reflected in the title of the ""Save it"" campaign launched in Britain in 1977.', 'One of them is in the title of the ""Save It"" campaign launched in 1977.']" -361,"['Phenobarbital', 'sodium', '(Sigma,', 'Deisenhofen,', 'Germany)', 'was', 'dissolved', 'in', 'physiological', 'saline', '(33', 'mg/ml),', 'whereas', 'urethane', '(Fluka,', 'Buchs,', 'Switzerland', ')', 'was', 'dissolved', 'in', 'water', '(25%,', 'wt/wt).']","[16, 17]",0,switzerland,"Phenobarbital sodium (Sigma, Deisenhofen, Germany) was dissolved in physiological saline (33 mg/ml), whereas urethane (Fluka, Buchs, Switzerland ) was dissolved in water (25%, wt/wt).","['Phenobarbital sodium (Sigma, Deisenhofen) was dissolved in physiological saline solution (33 mg / ml), while urethane (Fluka, Buchs, Switzerland) was dissolved in water (25%, WT / Wt).', 'Phenobarbital sodium (Sigma, Deisenhofen, Germany) was dissolved in physiological saline solution (33 mg / ml), urethane (Fluka, Buchs, Switzerland) in water (25%, weight / weight).', 'Phenobarbital sodium (Sigma, Deisenhofen, Germany) was dissolved in physiological saline solution (33 mg / ml), urea (Fluka, Buchs, Switzerland) in water (25%, weight / Wt).', 'Phenobarbital sodium (Sigma, Deisenhofen) was dissolved in physiological saline solution (33 mg / ml), urea (Fluka, Buchs, Switzerland) in water (25%, f / f).', 'Phenobarbital sodium (Sigma, Deisenhofen) was dissolved in physiological table salt (33 mg / ml), while urethane (Fluka, Buchs, Switzerland) was dissolved in water (E, Wt / Wt).']" -362,"['President', 'Patricio', 'Aylwin', 'Azócar', 'was', 'told', 'by', 'US', 'President', 'Bush', 'on', 'May', '14,', 'during', 'his', 'first', 'official', 'visit', 'to', 'the', 'USA', 'since', 'taking', 'office', 'in', 'March', '1990,', 'that', 'Chile', 'would', 'be', 'the', 'next', 'country', 'with', 'which', 'the', 'US', 'would', 'negotiate', 'a', 'free', 'trade', 'agreement,', 'after', 'the', 'completion', 'of', 'talks', 'between', 'the', 'USA,', 'Mexico', 'and', 'Canada', 'to', 'establish', 'a', 'North', 'American', 'Free', 'Trade', 'Area', '(NAFTA', '-', 'see', 'p.', '38761).']","[28, 29]",0,chile,"President Patricio Aylwin Azócar was told by US President Bush on May 14, during his first official visit to the USA since taking office in March 1990, that Chile would be the next country with which the US would negotiate a free trade agreement, after the completion of talks between the USA, Mexico and Canada to establish a North American Free Trade Area (NAFTA - see p. 38761).","['President Patricio Aylwin Azócar was informed by US President Bush on 14 May, during his first official visit to the US since taking office in March 1990, that Chile would be the next country with which the US would negotiate a free trade agreement following the conclusion of talks between the US, Mexico and Canada on the creation of a North American Free Trade Area (NAFTA, see p. 38761).', 'President Patricio Aylwin Azócar was informed by US President Bush on 14 May, on his first state visit to the US since taking office in March 1990, that Chile would be the next country with which the US would negotiate a free trade agreement following the conclusion of talks between the United States, Mexico and Canada on a North American Free Trade Area (NAFTA - see p. 38761).', 'President Patricio Aylwin Azócar was informed by US President Bush on 14 May, on his first official visit to the US since taking office in March 1990, that Chile would be the next country with which the US would negotiate a free trade agreement following the conclusion of talks on the establishment of a North American Free Trade Area (NAFTA) (see p. 38761).', 'President Patricio Aylwin Azócar was informed by US President Bush on 14 May, during his first visit to the US since taking office in March 1990, that Chile would be the next country with which the US would negotiate a free trade agreement following the successful conclusion of talks between the US, Mexico and Canada on the creation of a North American Free Trade Area (NAFTA, see p. 38761).', 'President Patricio Aylwin Azócar was informed by US President Bush on 14 May, during his first official visit to the US since taking office in March 1990, that Chile would be the next country with which the US would negotiate a free trade agreement following the conclusion of talks between the US, Mexico and Canada on the creation of a North American Free Trade Area (NAFTA - see page 38761).']" -363,"['Current', 'collaborative', 'research', 'and', 'close', 'contacts', 'exist', 'with', 'many', 'other', 'universities', 'in', 'Britain,', 'USA', ',', 'Canada,', 'Australia,', 'PR', 'China,', 'Germany,', 'France,', 'Italy,', 'Denmark,', 'and', 'Austria.']","[13, 14]",0,usa,"Current collaborative research and close contacts exist with many other universities in Britain, USA, Canada, Australia, PR China, Germany, France, Italy, Denmark, and Austria.","['Current cooperations and close contacts exist with many other universities in Great Britain, the USA, Canada, Australia, China, Germany, France, Italy, Denmark and Austria.', 'Currently there are cooperations and close contacts with many universities in Great Britain, the USA, Canada, Australia, China, Germany, France, Italy, Denmark and Austria.', 'There is already joint research and close contact with many other universities in Great Britain, the USA, Canada, Australia, China, Germany, France, Italy, Denmark and Austria.', 'Currently there are cooperation projects and close contacts to many other universities in Great Britain, the USA, Canada, Australia, China, Germany, France, Italy, Denmark and Austria.', 'Cooperation and close contacts with many universities in Great Britain, the USA, Canada, Australia, China, Germany, France, Italy, Denmark and Austria already exist.']" -364,"['This', 'urge', 'is', 'not', 'merely', 'the', 'nostalgic', '`', 'village', 'patriotism', '""', 'of', 'a', 'dwindling', 'breed', 'who', 'remember', 'Palestine', 'before', '1948,', 'as', 'is', 'widely', 'believed', 'in', 'Israel', '.']","[25, 26]",0,israel,"This urge is not merely the nostalgic village patriotism"" of a dwindling breed who remember Palestine before 1948, as is widely believed in Israel.","['This urge is not merely the nostalgic village patriotism of a dwindling race that remembers Palestine before 1948, as widely accepted in Israel.', 'This urge is not merely the nostalgic village patriotism of a dwindling race reminiscent of pre-1948 Palestine, as is widely accepted in Israel.', 'This inclination is not merely the nostalgic village patriotism of a declining race reminiscent of pre-1948 Palestine, widely accepted in Israel.', 'This is not just about the nostalgic village patriotism of a dying breed, which, as widely assumed by Israel, is reminiscent of Palestine before 1948.', 'This urge is not merely the self-suppressing nostalgic village patriotism of a declining species that remembers the pre-1948 icon of Palestine, as is generally assumed in Israel.']" -365,"['CYCLING:', 'David', 'Cook', '(Darlington)', 'and', 'Simeon', 'Hempsall', '(Sheffield),', 'the', '1989', 'and', '1990', 'national', 'amateur', 'road', 'race', 'champions', 'who', 'are', 'both', 'now', 'based', 'with', 'French', 'clubs,', 'have', 'been', 'called', 'into', ""Britain's"", 'team', 'for', 'the', 'Grand', 'Prix', 'Liberazione', 'one-day', 'event', 'and', 'the', 'Giro', 'Regioni', 'stage', 'race', 'in', 'Italy', 'from', 'April', '25', 'to', 'May', '1.']","[45, 46]",0,italy,"CYCLING: David Cook (Darlington) and Simeon Hempsall (Sheffield), the 1989 and 1990 national amateur road race champions who are both now based with French clubs, have been called into Britain's team for the Grand Prix Liberazione one-day event and the Giro Regioni stage race in Italy from April 25 to May 1.","['CYCLE SPORT: David Cook (Darlington) and Simeon Hempsall (Sheffield), national amateur road champions of 1989 and 1990, both working with French clubs, have been appointed to the British team for the Grand Prix Liberazione one one-day race and the Giro Regioni stage race, which takes place in Italy from 25 April to 1 May.', 'CYCLE SPORT: David Cook (Darlington) and Simeon Hempsall (Sheffield), winners of national amateur competitions in 1989 and 1990, both with French clubs, have been called up for the British one-day Grand Prix Liberazione and the Giro Regioni stage race in Italy from 25 April to 1 May.', 'CYCLE SPORT: David Cook (Darlington) and Simeon Hempsall, national amateur cycling champions of 1989 and 1990, both now based in French clubs, have been named to the British squad for the one-day Grand Prix Liberazione and the Giro Regioni stage race in Italy from 25 April to 1 May.', 'CYCLE SPORT: David Cook (Darlington) and Simeon Hempsall (Sheffield), national road champions in 1989 and 1990, both of whom have since switched to French professionals, have been appointed to the British national team for the one-day Grand Prix Liberazione and the Giro Regioni stage race in Italy from 25 April to 1 May.', 'CYCLE SPORTS: David Cook (Darlington) and Simeon Hempsall (Sheffield Presidents), the national amateur champions of 1989 and 1990 who now live with French clubs, have been appointed to the British team for the one-day Grand Prix Liberazione and the Giro Regioni at the Tour of Italy from 25 April to 1 May.']" -366,"['In', 'the', 'years', 'after', 'the', 'Twenty-One', 'Demands', 'Japanese', 'governments', 'tended', 'to', 'adopt', 'a', 'more', 'indirect', 'approach', 'in', 'their', 'attempts', 'to', 'exert', 'Japanese', 'influence', 'in', 'China', '.']","[24, 25]",0,china,In the years after the Twenty-One Demands Japanese governments tended to adopt a more indirect approach in their attempts to exert Japanese influence in China.,"['In the years after the Twenty-One Demands, Japanese governments tended to take a more indirect approach in their attempts to exert Japanese influence in China.', 'In the years after the 21 demands, Japanese governments tended to take a more indirect approach to attempts to exert Japanese influence in China.', 'In the years after the Twenty-One Demands, Japanese governments tended to take a more indirect approach when trying to exert Japanese influence in China.', 'In the years after the 21 demands, Japanese governments tended to take a more indirect approach in their attempts to assert Japanese influence in China.', 'In the years after the twenty-first century, Japanese governments tended to take a more indirect approach in their attempts to establish Japanese influence in China.']" -367,"['Opposition', 'to', 'the', 'war', 'and', 'especially', 'to', 'the', 'role', 'of', 'the', 'USA', 'was', 'particularly', 'strong', 'in', 'Germany', '.']","[16, 17]",0,germany,Opposition to the war and especially to the role of the USA was particularly strong in Germany.,"['Resistance to the war and in particular the role of the USA was particularly strong in Germany.', 'In Germany, opposition to the war, and in particular to the role of the USA, was particularly strong.', 'Resistance to the war and in particular to the role of the USA in Germany was particularly strong.', 'In Germany, opposition to the war, and in particular to the role of the USA, was particularly strong.', 'Resistance to the war and in particular to the role of the USA was particularly strong in the FRG.']" -368,"['A', 'member', 'of', 'the', 'Commonwealth,', 'Guyana', 'gained', 'independence', 'from', 'the', 'United', 'Kingdom', 'in', '1966', 'and', 'became', 'a', 'republic', 'in', '1970.']","[5, 6]",0,guyana,"A member of the Commonwealth, Guyana gained independence from the United Kingdom in 1966 and became a republic in 1970.","['As a member of the Commonwealth, Guyana gained independence from the United Kingdom in 1966 and became a republic in 1970.', 'Guyana is part of the Commonwealth and gained independence from the United Kingdom in 1966 and became a republic in 1970.', 'Guyana, now a member of the Commonwealth, gained independence from the United Kingdom in 1966 and became a republic in 1970.', 'Guyana, a member of the Commonwealth, gained independence from Britain in 1966 and became a republic in 1970.', 'Guyana became a member of the Commonwealth in 1966 and independent of the United Kingdom before becoming a republic in 1970.']" -369,"['After', 'five', 'months', 'of', 'modifications,', 'overhauling', 'and', 'a', 'complete', 'refurbishment', 'by', ""Stoddard's"", 'own', 'engineers', 'and', 'tuners,', 'the', 'latest', 'Bonded', 'Machine', 'is', 'on', ""it's"", 'way', 'to', 'the', 'Wellco', 'Corporation', 'in', 'Georgia', '.']","[29, 30]",0,georgia,"After five months of modifications, overhauling and a complete refurbishment by Stoddard's own engineers and tuners, the latest Bonded Machine is on it's way to the Wellco Corporation in Georgia.","[""After five months of modifications, overhauls and a major overhaul by Stoddard's own engineers and tuners, the latest Bonded Machine is on its way to Wellco Corporation in Georgia."", ""After five months of modifications, overhauls and general overhauls by Stoddard's own engineers and tuners, the latest Bonded Machine is now on its way to Wellco Corporation in Georgia."", ""After five months of rebuilding, an overhaul and a thorough overhaul by Stoddard's in-house engineers and tuners, the latest Bonded Machine is on its way to Wellco Corporation in Georgia."", ""After five months of retrofitting, overhaul and overhaul by Stoddard's own engineers and tuners, the latest Bondine machine is on its way to Wellco Corporation in Georgia."", ""After five months of modifications, an exciting overhaul and a major overhaul by Stoddard's own engineers and tuners, the latest Bonded Machine is on its way to Wellco Corporation in Georgia.""]" -370,"['A', 'state', 'of', 'mourning', 'was', 'declared', 'in', 'Nauru', 'following', 'the', 'death', 'of', 'former', 'President', 'Hammer', 'DeRoburt', 'on', 'July', '15', 'in', 'Melbourne,', 'Australia', '.']","[21, 22]",0,australia,"A state of mourning was declared in Nauru following the death of former President Hammer DeRoburt on July 15 in Melbourne, Australia.","['A state of emergency has been declared on Nauru following the death of former president Hammer DeRoburt in Melbourne on July 15.', 'A state of emergency has been declared in Nauru following the death of former president Hammer DeRoburt in Melbourne on July 15.', 'A state of war has been declared on Nauru following the death of former president Hammer DeRoburt in Melbourne, Australia, on July 15.', 'A state of emergency has been declared on the Australian island of Nauru following the death of former president Hammer DeRoburt in Melbourne on July 15.', 'A state of emergency has been declared in Nauru following the death of former president Hammer DeRoburt in Melbourne on July 15.']" -371,"['Estonia', ',', 'Latvia', 'and', 'Lithuania', 'joined', 'the', 'Economic', 'Commission', 'for', 'Europe', '(ECE)', 'on', 'joining', 'the', 'UN', 'in', 'September', '1991', '[', 'see', 'p.', '38419;', 'for', 'Israeli', 'accession', 'in', 'mid-1991', 'see', 'p.', '38367', '].']","[0, 1]",0,estonia,"Estonia, Latvia and Lithuania joined the Economic Commission for Europe (ECE) on joining the UN in September 1991 [ see p. 38419; for Israeli accession in mid-1991 see p. 38367 ].","[""Estonia, Latvia and Lithuania joined the Economic Commission for Europe (ECE) in September 1991 after joining the United Nations [see p. 38419; for Israel's accession in mid-1991 see p. 38367]."", ""Estonia, Latvia and Lithuania joined the Economic Commission for Europe (ECE) in September 1991 after having joined the UN [see p. 38419, for Israel's accession in mid-1991 see p. 38367]."", ""Estonia, Latvia and Lithuania joined the Economic Commission for Europe (ECE) in September 1991 when they joined the UN [see p. 38419; on Israel's accession in mid-1991 see p. 38367]."", ""Estonia, Latvia and Lithuania joined the Economic Commission for Europe (ECE) in September 1991 when it joined the UN [see p. 38419; on Israel's accession in mid-1991 see p. 38367]."", ""Estonia, Latvia and Lithuania became members of the Economic Commission for Europe (ECE) in September 1991 [see p. 38419; on Israel's accession in mid-1991 see p. 38367].""]" -372,"['We', 'have', 'long', 'known,', 'of', 'course,', 'that', 'the', 'White', 'Chalk', 'facies', 'of', 'late', 'Cretaceous', 'times', 'extended', 'all', 'the', 'way', 'from', 'Antrim', 'in', 'Northern', 'Ireland,', 'via', 'England', 'and', 'northern', 'France,', 'through', 'the', 'Low', 'Countries,', 'northern', 'Germany', 'and', 'southern', 'Scandinavia', 'to', 'Poland', ',', 'Bulgaria', 'and', 'eventually', 'to', 'Georgia', 'in', 'the', 'south', 'of', 'the', 'Soviet', 'Union.']","[39, 40]",0,poland,"We have long known, of course, that the White Chalk facies of late Cretaceous times extended all the way from Antrim in Northern Ireland, via England and northern France, through the Low Countries, northern Germany and southern Scandinavia to Poland, Bulgaria and eventually to Georgia in the south of the Soviet Union.","['Of course, we have long known that the White Cretaceous sites stretch from Antrim in Northern Ireland to England and northern France, the Netherlands, northern Germany, and southern Scandinavia, to Poland, Bulgaria, and finally Georgia in the south of the Soviet Union.', 'Of course, we have long known that the white chalk faces stretched from the Late Cretaceous to Antrim in Northern Ireland, through England and northern France, through the Netherlands, northern Germany, and southern Scandinavia to Poland, Bulgaria, and finally Georgia in the south of the Soviet Union.', 'Of course, we have long known that the Late Cretaceous ""White Cretaceous"" stretched from Antrim in Northern Ireland, through England and northern France in the Netherlands, northern Germany, and southern Scandinavia, to Poland, Bulgaria, and finally Georgia in the south of the Soviet Union.', 'We have known for a long time, of course, that the Black Cretaceous faces of the late Cretaceous extended as far as Antrim in Northern Ireland, through England and northern France through the Netherlands, northern Germany and southern Scandinavia to Poland, Bulgaria and finally Georgia in the south of the Soviet Union.', 'Of course, we have long known that the White Cretaceous Facies stretched from Antrim in Northern Ireland, England, and northern France, through the Netherlands, northern Germany, and southern Scandinavia, to Poland and Bulgaria, and finally to Georgia in the south of the Soviet Union.']" -373,"['In', 'the', 'USA', ',', 'with', 'its', 'flexible', 'and', 'adaptable', 'system', 'of', 'higher', 'education', 'and', 'its', 'tradition', 'of', 'easy', 'access', 'to', 'university', 'summer', 'courses,', 'it', 'is', 'common', 'to', 'meet', 'teachers', 'who', 'have,', 'over', 'a', 'period', 'of', 'time,', 'gained', 'professional', 'competence', 'in', 'each', 'field', 'and', 'become', 'fully', 'professional', 'in', 'every', 'sense,', 'able', 'to', 'talk', 'on', 'terms', 'of', 'complete', 'parity', 'with', 'professional', 'colleagues', 'in', 'each', 'group.']","[2, 3]",0,usa,"In the USA, with its flexible and adaptable system of higher education and its tradition of easy access to university summer courses, it is common to meet teachers who have, over a period of time, gained professional competence in each field and become fully professional in every sense, able to talk on terms of complete parity with professional colleagues in each group.","['In the United States, where the higher education system is flexible and adaptable and access to summer academic courses is a tradition, it is customary to meet teachers who, over time, have acquired professional skills in all areas and have become fully professional in all respects, and who are now able to speak on a completely equal footing with colleagues in any group.', 'In the United States, with its flexible and adaptable higher education system and its tradition of easy access to university summer courses, it is customary to meet with teachers who, over time, have acquired professional skills in their respective fields and have become fully professional in every respect, and who are able to talk to their colleagues in any group on a completely equal footing.', 'In the United States, with its flexible and adaptable higher education system and tradition of easy access to summer courses at the university, it is customary to meet teachers who over time have acquired the competence and expertise in all areas and have become fully professionalized so that they can talk to colleagues in any group on an equal footing.', 'In the United States, with its flexible and adaptable higher education system and tradition of easy access to summer courses at colleges, it is customary to meet teachers who, over time, have acquired professional skills in any field and have become full-time professionals in all respects and are able to talk to colleagues in any group about full equality.', 'In the United States, where there is a flexible, adaptable higher education system and traditionally easy access to university summer courses, it is customary to meet teachers who, over a period of time, have acquired professional skills in all areas and have become fully professional in the true sense of the word and are able to communicate with colleagues in any group to the same extent.']" -374,"['A', 'person', 'domiciled', 'in', 'a', 'part', 'of', 'the', 'United', 'Kingdom', 'may,', 'in', 'another', 'part', 'of', 'the', 'United', 'Kingdom,', 'be', 'sued:', '(1)', 'in', 'matters', 'relating', 'to', 'a', 'contract,', 'in', 'the', 'courts', 'for', 'the', 'place', 'of', 'performance', 'of', 'the', 'obligation', 'in', 'question;', '[hellip]', '(3)', 'in', 'matters', 'relating', 'to', 'tort,', 'delict', 'or', 'quasi-delict,', 'in', 'the', 'courts', 'for', 'the', 'place', 'where', 'the', 'harmful', 'event', 'occurred', 'or', 'in', 'the', 'case', 'of', 'a', 'threatened', 'wrong', 'is', 'likely', 'to', 'occur;', '[hellip]', '(8)', 'in', 'proceedings', '-', '(a)', 'concerning', 'a', 'debt', 'secured', 'on', 'immovable', 'property;', 'or', '(b)', 'which', 'are', 'brought', 'to', 'assert,', 'declare', 'or', 'determine', 'proprietary', 'or', 'possessory', 'rights,', 'or', 'rights', 'of', 'security,', 'in', 'or', 'over', 'movable', 'property,', 'or', 'to', 'obtain', 'authority', 'to', 'dispose', 'of', 'movable', 'property,', 'in', 'the', 'courts', 'of', 'the', 'part', 'of', 'the', 'United', 'Kingdom', 'in', 'which', 'the', 'property', 'is', 'situated.']","[126, 128]",0,united kingdom,"A person domiciled in a part of the United Kingdom may, in another part of the United Kingdom, be sued: (1) in matters relating to a contract, in the courts for the place of performance of the obligation in question; [hellip] (3) in matters relating to tort, delict or quasi-delict, in the courts for the place where the harmful event occurred or in the case of a threatened wrong is likely to occur; [hellip] (8) in proceedings - (a) concerning a debt secured on immovable property; or (b) which are brought to assert, declare or determine proprietary or possessory rights, or rights of security, in or over movable property, or to obtain authority to dispose of movable property, in the courts of the part of the United Kingdom in which the property is situated.","['A resident of any part of the United Kingdom may be sued in any other part of the United Kingdom: (1) in contractual matters before the courts of the place of performance of that obligation; (3) in matters relating to tort, misdemeanour or quasi-crime before the courts of the place where the harmful event occurred or in the event of imminent injustice; (8) in proceedings - (a) in connection with a debt of immovable property; or (b) in an attempt to assert, declare or determine ownership or ownership rights in or to movable property, or to obtain a right of collateral in the courts of the Kingdom in which the property is located.', 'A person residing in any part of the United Kingdom may be sued in any other part of the United Kingdom: (1) in contractual matters, in courts relating to the place of performance of the obligation in question; (3) in tort, criminal or other criminal matters, in courts relating to the place where the harmful event occurred or in the event of an imminent evil likely to occur; (8) in proceedings - (a) in respect of debts secured in respect of immovable property; or (b) in which it is deemed to be the assertion, manufacture or determination of property or security interests in movable property or security interests in respect of movable property;', 'A person resident in any part of the United Kingdom may be sued in any other part of the United Kingdom: (1) in contractual matters, in court for the place of performance of the obligation in question; (3) in cases of tort, criminal offence or wilful misconduct in court where the adverse event occurred, or in the event of imminent scapegoat in court proceedings - (a) in respect of debts secured on immovable property, or (b) in court proceedings initiated to assert ownership or ownership of movable property or security rights, to dispose of movable property, or to obtain authority to dispose of movable property in the region of the United Kingdom in which the property is located.', 'A resident of any part of the United Kingdom who is resident in any other part of the United Kingdom may pursue the following proceedings: (1) in contractual matters, in jurisdiction in the place where a harmful event occurred or in the event of imminent misconduct; (8) in proceedings - (a) in matters relating to a debt secured by immovable property; (b) in proceedings for the assertion, declaration or determination of property rights or property rights or movable property or for the disposal of movable property in the court of the Kingdom in which the property is located.', 'A person may be sued in the United Kingdom in any other part of the United Kingdom: (1) in court for the place of performance of that obligation; (3) for tort, criminal or criminal circumstances in which the harmful event occurred or in which an imminent injustice is likely to have occurred; [6] in proceedings - (a) for debt insurance for immovable goods; or (b) for assertion, declaration or determination of ownership or property rights or security rights in movable goods or for authorization to sell movable goods by the courts of the United Kingdom in which the property is located.']" -375,"['On', '1', 'January', '1992', 'I', 'finally', 'flew', 'out', 'of', 'Glasgow', 'Airport', 'to', 'begin', 'my', 'Discipleship', 'Training', 'School', '(DTS)', 'with', 'Youth', 'with', 'a', 'Mission', '(YWAM)', 'in', 'Lausanne,', 'Switzerland', '.']","[26, 27]",0,switzerland,"On 1 January 1992 I finally flew out of Glasgow Airport to begin my Discipleship Training School (DTS) with Youth with a Mission (YWAM) in Lausanne, Switzerland.","['On 1 January 1992, I finally took off from Glasgow Airport to start my Discipleship Training School (DTS) at Youth with a Mission (YWAM) in Lausanne, Switzerland.', 'On 1 January 1992, I finally flew from Glasgow Airport to Lausanne to attend the Discipleship School (DTS) at Youth with a Mission (YWAM).', 'On 1 January 1992, I finally flew from Glasgow Airport to Lausanne to begin my disciple training (DTS) with Youth with a Mission (YWAM).', 'Finally, on 1 January 1992, I flew from Glasgow Airport to Lausanne to begin training for pupils (DTS) as part of the Youth Mission (YWAM).', 'Finally, on 1 January 1992, I flew from Glasgow Airport to Lausanne to start my Junior School (DTS), Youth with a Mission (YWAM), at Youth with a Mission (Y).']" -376,"['37319;', '37714', '],', 'and', 'one', 'with', 'the', 'government', 'of', 'Surinam', 'on', 'the', 'repatriation', 'of', '1,000', 'Surinam', 'refugees', 'from', 'French', 'Guiana', '[', 'see', 'p.', '37494', '].']","[15, 16]",0,surinam,"37319; 37714 ], and one with the government of Surinam on the repatriation of 1,000 Surinam refugees from French Guiana [ see p. 37494 ].","['37319; 37714] and one with the government of Surinam on the repatriation of 1,000 Surinamese refugees from French Guiana [see p. 37494].', '37319; 37714] and with the Government of Suriname on the repatriation of 1,000 Surinamese refugees from French Guiana [see page 37494].', '37319, 37714]; and one with the government of Surinam on the repatriation of 1000 Surinamese refugees from French Guiana [see p. 37494].', '37319; 37714]) and one with the government of Suriname on the repatriation of 1,000 Surinamese refugees from French Guiana [see p. 37494].', '37319; 37714] and a declaration with the government of Suriname on the repatriation of 1,000 refugees from French Guiana [see p. 37494].']" -377,"['Within', 'only', 'a', 'few', 'years', 'the', 'company', 'was', 'exporting', 'its', 'products', 'to', 'central', 'Europe,', 'Russia', 'and', 'the', 'US', '.']","[17, 18]",0,us,"Within only a few years the company was exporting its products to central Europe, Russia and the US.","['Within a few years, the company exported its products to Central Europe, Russia and the USA.', 'In just a few years, the company exported its products to Central Europe, Russia and the USA.', 'Within a few years, the company was already exporting its products to Central Europe, Russia and the USA.', 'Within a few years, the company exported its products to Central Europe, Russia and the USA.', 'After only a few years, the Group exported its products to Central Europe, Russia and the USA.']" -378,"['It', 'is', 'certainly', 'a', 'long', 'way', 'from', 'the', 'crowds', 'cheering', 'at', 'John', 'F.', ""Kennedy's"", '`', 'Ich', 'bin', 'ein', 'Berliner', '""', 'speech', 'in', 'front', 'of', 'the', 'Berlin', 'Wall', 'in', '1962', 'to', 'the', 'communiqué', 'issued', 'after', ""Honecker's"", 'visit', 'to', 'West', 'Germany', 'in', '1987:', '`', 'both', 'states', 'agreed', 'to', 'respect', 'the', 'sovereignty', 'and', 'independence', 'of', 'each', 'other', 'in', 'both', 'domestic', 'and', 'foreign', 'matters', '"".']","[37, 39]",0,west germany,"It is certainly a long way from the crowds cheering at John F. Kennedy's Ich bin ein Berliner"" speech in front of the Berlin Wall in 1962 to the communiqué issued after Honecker's visit to West Germany in 1987: both states agreed to respect the sovereignty and independence of each other in both domestic and foreign matters"".","['It is certainly a long way from the crowds that cheered John F. Kennedy\'s I Am a Berlin speech in front of the Berlin Wall in 1962 to the communiqué issued after Honecker\'s visit to West Germany in 1987: ""Both states agreed to respect each other\'s sovereignty and independence in domestic and foreign affairs.""', 'It is certainly a long way from the crowd that cheered John F. Kennedy\'s 1962 speech, ""Ich bin ein Berliner vor der Berliner Mauer,"" to the communiqué issued after Honecker\'s visit to West Germany in 1987: both states agreed to respect each other\'s sovereignty and independence on domestic and foreign policy issues. ""', 'It is certainly a long way from the crowd cheering John F. Kennedy\'s I Am a Berliner in front of the Berlin Wall in 1962 to the communiqué issued after Honecker\'s visit to West Germany in 1987: both states agreed to respect each other\'s sovereignty and independence in domestic and foreign policy. ""', 'It is certainly a long way from the crowd that adopted John F. Kennedy\'s ""Ich bin ein Berliner"" speech in front of the Berlin Wall in 1962 to the communiqué issued after Honecker\'s visit to West Germany in 1987: both states agreed to respect each other\'s sovereignty and independence in domestic and foreign affairs. ""', 'There is not much the crowd could not eat to cheer John F. Kennedy\'s speech in front of the Berlin Wall in 1962, or the communiqué issued in 1987 after Honecker\'s visit to West Germany: both countries agreed to respect each other\'s sovereignty and independence, both at home and abroad. ""']" -379,"['As', 'an', 'example,', 'he', 'contends', 'that', '`', 'communism', 'is', 'a', 'transference', 'to', 'the', 'party', 'state', 'of', 'the', 'moral', 'traits', 'and', 'the', 'regulatory', 'mechanisms', 'of', 'the', 'exogamous', 'community', 'family', '""', '(p.', '33),', 'so', 'that', 'the', 'electoral', 'success', 'of', 'communist', 'parties', 'had', 'occurred', 'only', 'in', 'areas', 'dominated', 'by', 'that', 'family', 'type,', 'whereas', 'in', 'France', '`', 'Socialism', '[hellip]', 'follows', 'on', 'quite', 'naturally', 'from', 'Catholicism', '""', '(p.', '86).']","[51, 52]",0,france,"As an example, he contends that communism is a transference to the party state of the moral traits and the regulatory mechanisms of the exogamous community family"" (p. 33), so that the electoral success of communist parties had occurred only in areas dominated by that family type, whereas in France Socialism [hellip] follows on quite naturally from Catholicism"" (p. 86).","['As an example, he points out that communism is a transfer of the moral characteristics and regulatory mechanisms of the exogamous family community to the party state. ""(p. 33), so that the electoral success of the communist parties has been reduced to areas dominated only by this family type, while in France socialism [hellip] is naturally linked to Catholicism"" (p. 86).', 'As an example, he argues that communism would be a transfer of the moral concepts and mechanisms of order of the exogamous community family to the party state ""(p. 33), so that the electoral success of the communist parties would have taken place only in areas where this family type predominates, whereas in France socialism naturally follows Catholicism"" (p. 86).', 'As an example, he points out that communism is a transfer of the moral characteristics and regulatory mechanisms of the exogamous, participatory family to the party state ""(p. 33), so that the electoral successes of the communist parties were limited to areas dominated by this family type, while socialism in France naturally emerged from Catholicism"" (p. 86).', 'As a whistleblower, he claims, using the example of communism, that communism represents a transfer of the moral characteristics and regulatory mechanisms of the exogamous community family to the party state, so that communist parties have achieved electoral success only in areas characterised by this family type, whereas in France socialism is naturally modelled on Catholicism ""(p. 86).', 'For example, he asserts that communism is a transfer of the moral characteristics and regulatory mechanisms of the exogamous common family to the party state ""(p. 33), so that the mood of the communist parties has developed only in areas dominated by this family type, whereas socialism [Hellip] in France naturally follows Catholicism"" (p. 86).']" -380,"['During', '1934', 'the', 'advantage', 'in', 'rural', 'Spain', 'was', 'allowed', 'to', 'swing', 'violently', 'back', 'to', 'landowners,', 'landlords', 'and', 'employers,', 'many', 'of', 'whom', 'seized', 'every', 'opportunity', 'to', 'reverse', 'by', 'means', 'of', 'sackings,', 'wage-cuts', 'and', 'evictions', ""labour's"", 'modest', 'gains', 'of', 'the', 'previous', 'two-and-a-half', 'years.']","[6, 7]",0,spain,"During 1934 the advantage in rural Spain was allowed to swing violently back to landowners, landlords and employers, many of whom seized every opportunity to reverse by means of sackings, wage-cuts and evictions labour's modest gains of the previous two-and-a-half years.","['During 1934, rural Spain enabled the forcible return of the advantage to landowners, landowners, and employers, many of whom seized every opportunity to undo the modest labor gains of the past two and a half years through layoffs, wage cuts, and expulsions.', 'In 1934, landowners, landowners, and employers were allowed to forcibly regain their advantages in rural Spain, many of whom took every opportunity to undo the modest gains of the past two and a half years through layoffs, wage cuts, and evictions.', 'Throughout 1934, the advantage in rural Spain turned violently to landowners, landowners, and entrepreneurs, many of whom took every opportunity to wipe out the modest gains of the labor force in the preceding two and a half years through layoffs, wage cuts, and expulsions.', 'In the course of 1934, in the rural areas of Spain, it became possible to regain the advantage by force to landowners, landowners and employers, many of whom seized every opportunity to undo the modest gains of the last two and a half years through layoffs, wage cuts and expulsions.', 'In the course of 1934, the advantage in Spain was forcibly returned to landowners, landowners and employers, many of whom seized every opportunity to undo the modest gains of the last two and a half years through layoffs, wage cuts and the displacement of workers.']" -381,"['The', 'potential', 'role', 'of', 'Latin', 'America', 'in', 'any', 'conflict', 'between', 'the', 'United', 'States', 'and', 'Great', 'Britain', 'had', 'become', 'a', 'main', 'concern', 'of', 'Comintern', 'policy', 'by', '1928,', 'when', 'its', 'Sixth', 'Congress', 'was', 'held.']","[11, 13]",0,united states,"The potential role of Latin America in any conflict between the United States and Great Britain had become a main concern of Comintern policy by 1928, when its Sixth Congress was held.","['The possible role of Latin America in a conflict between the United States and Great Britain had become a major concern of Commission policy in 1928, when the Sixth Congress of the Comintern was held.', ""Latin America's potential role in a conflict between the US and Britain had become a major concern of Comintern policy until 1928, when its Sixth Congress was held."", 'The possible role of Latin America in a conflict between the United States and Great Britain became the main theme of Comintern policy at the Sixth Congress of 1928.', 'The possible role of Latin America in a conflict between the United States and Great Britain was already a major concern of Comintern policy in 1928, when the Sixth US Congress took place.', 'The potential role of Latin America in conflicts between the United States and Great Britain became the main theme of Comintern policy until 1928, the year of the Sixth Congress.']" -382,"['The', 'US', 'prosecutors', 'painted', 'the', 'accused', 'as', '`', 'a', 'crooked', 'cop', '"",', 'co-operating', 'for', '$4.6', 'million', '(£2.6', 'million)', 'with', 'the', 'Medellin', 'cocaine', 'cartel', 'by', 'shielding', 'US-bound', 'drug', 'shipments', 'as', 'they', 'moved', 'through', 'Panama', '.']","[32, 33]",0,panama,"The US prosecutors painted the accused as a crooked cop"", co-operating for $4.6 million (£2.6 million) with the Medellin cocaine cartel by shielding US-bound drug shipments as they moved through Panama.","['U.S. prosecutors painted the defendant as a ""crooked cop"" who cooperated with the Medellin cocaine cartel for $4.6 million (2.6 million euros) and shielded U.S. drug shipments as they made their way through Panama.', 'U.S. prosecutors painted the defendants as a ""crooked cop"" who cooperated with the Medellin cocaine cartel for $4.6 million (2.6 million euros) by shielding U.S.-bound drug shipments on their way through Panama.', 'U.S. prosecutors have described the defendant as a ""good cop"" who cooperated with the Medellin cocaine cartel by shielding U.S. drug shipments to the United States for $4.6 million (2.6 million euros).', 'US prosecutors describe the defendant as a ""crooked cop"" who cooperated with the Medellin cocaine cartel for $4.6 million (2.6 million euros) by shielding drug shipments found in the US via Panama.', 'U.S. prosecutors painted the defendants as ""crooked cops"" who cooperated with the Medellin cocaine cartel by shipping them to U.S. drug cartels via Panama.']" -383,"['Multiparty', 'elections', 'to', 'the', 'republican', 'Assemblies', 'were', 'scheduled', 'to', 'take', 'place', 'in', 'Slovenia', 'and', 'Croatia', 'in', 'April', '1990,', 'the', 'Slovene', 'and', 'Croatian', 'LCs', 'having', 'given', 'their', 'endorsement', 'at', 'congresses', 'in', 'December', '1989.']","[12, 13]",0,slovenia,"Multiparty elections to the republican Assemblies were scheduled to take place in Slovenia and Croatia in April 1990, the Slovene and Croatian LCs having given their endorsement at congresses in December 1989.","['The multi-party elections to the Republican assemblies were to take place in Slovenia and Croatia in April 1990, after the Slovenian and Croatian LCs had signalled their support at congresses in December 1989.', 'In April 1990, Slovenia and Croatia held multi-party elections to the Republican assemblies, which were approved by the Slovenian and Croatian LCC at congresses in December 1989.', 'The multi-party elections to the Republican assemblies were to be held in Slovenia and Croatia in April 1990, after the approval of the Slovenian and Croatian congresses at congresses in December 1989.', 'Multiparty elections to the Republican assemblies were scheduled for April 1990 in Slovenia and Croatia. Slovenian and Croatian chambers had given their approval at congresses in December 1989.', 'Multiparty elections to the Republican assemblies were scheduled for April 1990 in Slovenia and Croatia after the two parliaments (Slovenia and Croatia) voted in favour of this proposal at congresses in December 1989.']" -384,"['During', 'March,', 'the', 'Japanese', 'landed', 'on', 'the', 'north', 'coast', 'of', 'New', 'Guinea', ',', 'an', 'island', 'of', 'high', 'mountains', 'and', 'jungle', 'twice', 'the', 'size', 'of', 'the', 'British', 'Isles.']","[10, 12]",0,new guinea,"During March, the Japanese landed on the north coast of New Guinea, an island of high mountains and jungle twice the size of the British Isles.","['In March, the Japanese landed on the northern coast of New Guinea, an island with high mountains and jungle twice the size of the British Isles.', 'In March, the Japanese landed on the northern coast of New Guinea, an island with high mountains and jungle twice the size of the British Isles.', 'In March, the Japanese landed on the northern coast of New Guinea, an island with high mountains and jungle twice the size of the British Isles.', 'In March, the Japanese landed on the northern coast of New Guinea, an island of high mountains and jungle twice the size of the British Isles.', 'In March, the Japanese landed on the northern coast of New Guinea, an island with high mountains and jungle twice the size of the British Isles.']" -385,"['From', 'farther', 'north', 'in', 'America', 'comes', 'the', 'more', 'familiar', '`', 'to', 'have', 'a', 'chip', 'on', 'your', 'shoulder', '""', 'which', 'was', 'born', 'in', 'the', 'logging', 'camps.']","[4, 5]",0,america,"From farther north in America comes the more familiar to have a chip on your shoulder"" which was born in the logging camps.","['From America further north comes the more familiar word ""chip on the shoulder,"" which once arose in the logging camps.', 'From America, further north, comes the more famous person ""born in the wood warehouses"" with a chip on his shoulder.', 'From North America comes the familiar ""chip on the shoulder,"" born in the lumberjack camps.', 'The farther North America gets, the more familiar the ""chip theory"" becomes in rural communities.', '""It\'s a normal day to chill out,"" says the popular American, who hails from further north.']" -386,"['This', 'massive,', 'muscular', 'breed', 'is', 'now', 'known', 'all', 'over', 'the', 'world', 'and', 'over', 'the', 'last', 'quarter', 'of', 'a', 'century', 'it', 'has', 'seen', 'herdbooks', 'or', 'breed', 'societies', 'established', 'in', '24', 'countries', 'in', 'addition', 'to', 'France', '(Argentina,', 'Australia,', 'Belgium,', 'Brazil,', 'Canada,', 'Denmark,', 'Finland,', 'Germany,', 'Hungary,', 'Ireland,', 'Japan,', 'Mexico,', 'the', 'Netherlands,', 'Norway,', 'Paraguay', ',', 'Portugal,', 'South', 'Africa,', 'Spain,', 'Sweden,', 'the', 'UK,', 'the', 'USSR,', 'the', 'USA,', 'Uruguay', 'and', 'Zimbabwe).']","[49, 50]",0,paraguay,"This massive, muscular breed is now known all over the world and over the last quarter of a century it has seen herdbooks or breed societies established in 24 countries in addition to France (Argentina, Australia, Belgium, Brazil, Canada, Denmark, Finland, Germany, Hungary, Ireland, Japan, Mexico, the Netherlands, Norway, Paraguay, Portugal, South Africa, Spain, Sweden, the UK, the USSR, the USA, Uruguay and Zimbabwe).","['This massive, muscular breed is known all over the world today and in the last 25 years, in addition to France, herd books or breeding associations have been established in 24 countries (Argentina, Australia, Belgium, Brazil, Canada, Denmark, Finland, Germany, Hungary, Ireland, Japan, Mexico, the Netherlands, Norway, Paraguay, Portugal, South Africa, Spain, Sweden, Great Britain, the USSR, the USA, Uruguay and Zimbabwe).', 'This massive, muscular breed is recognized worldwide and has established herd books or breeding societies in 24 countries except France (Argentina, Australia, Belgium, Brazil, Canada, Denmark, Finland, Germany, Hungary, Ireland, Japan, Mexico, Holland, Norway, Paraguay, Portugal, South Africa, Spain, Sweden, Great Britain, Soviet Union, USA, Uruguay and Zimbabwe).', 'This very massive, muscular breed is known all over the world today. In the last quarter of a century, in addition to France (Argentina, Australia, Belgium, Brazil, Denmark, Germany, Canada, Finland, Hungary, Ireland, Japan, Mexico, the Netherlands, Norway, Paraguay, Portugal, South Africa, Spain, Sweden, Great Britain, the USSR, the USA, Uruguay and Zimbabwe), it has also established herd books or breeding societies in 24 countries.', 'This strong and muscular breed is known all over the world today and in the last quarter of a century besides France, Argentina, Australia, Belgium, Brazil, Canada, Denmark, Finland, Germany, Hungary, Ireland, Japan, Mexico, the Netherlands, Norway, Paraguay, Portugal, South Africa, Spain, Sweden, Great Britain, the USSR, the USA, Uruguay and Zimbabwe also herd books or breeding associations were founded.', 'The complete works of the ""breed"" are known worldwide today and in the last quarter of a century, in addition to France (Argentina, Australia, Belgium, Brazil, Denmark, Germany, Finland, Ireland, Japan, Mexico, Netherlands, Norway, Paraguay, Portugal, South Africa, Spain, Sweden, Great Britain, USSR, USA, Uruguay and Zimbabwe), there have been cookbooks or breeding societies in 24 countries.']" -387,"['On', 'March', '19', 'the', 'government', 'banned', 'all', 'political', 'meetings', 'indefinitely', 'after', 'weeks', 'of', 'serious', 'violence', 'in', 'western', 'Kenya', '.']","[17, 18]",0,kenya,On March 19 the government banned all political meetings indefinitely after weeks of serious violence in western Kenya.,"['On 19 March, after weeks of severe violence in western Kenya, the government banned all political gatherings indefinitely.', 'After weeks of serious violence in western Kenya, the authorities banned all political gatherings indefinitely on 19 March.', 'After weeks of severe violence, especially in western Kenya, the government banned all political events indefinitely on 19 March.', 'On March 19, the government banned all political gatherings after weeks of heavy violence in western Kenya.', 'On 19 March, after weeks of serious violence in western Kenya, the government banned all political gatherings indefinitely.']" -388,"['Mr', 'Lumley', 'said', 'parallel', 'trade', 'had', 'become', 'so', 'great', 'that', 'eight', 'in', '10', 'High', 'Street', 'chemists', 'in', 'Britain', 'regularly', 'dispensed', 'drugs', 'made', 'in', 'Britain', ',', 'exported', 'to', 'France,', 'say,', 'and', 're-imported', 'for', 'sale', 'to', 'NHS', 'patients.']","[23, 24]",0,britain,"Mr Lumley said parallel trade had become so great that eight in 10 High Street chemists in Britain regularly dispensed drugs made in Britain, exported to France, say, and re-imported for sale to NHS patients.","['Lumley said parallel trade had become so big that eight out of ten pharmacies in the UK routinely issued British-made medicines to places such as France and re-imported them for sale to NHS patients.', 'Lumley said parallel trade was so strong that eight out of ten pharmacies in the UK routinely distributed drugs from the UK, exported them to France and then re-imported them to sell to NHS patients.', 'Lumley said the parallel trade had become so large that eight out of ten British pharmacists routinely administered drugs from the UK that were exported to France and re-imported to sell to NHS patients.', 'Lumley said the parallel trade had become so big that eight out of ten drugstores in the UK routinely dispense British-made drugs, such as those exported to France, which in turn are imported to sell to NHS patients.', 'Lumley added that parallel trade had become so large that eight out of ten UK drugstores routinely dispensed drugs made in the UK, exported to France or re-imported to sell to NHS patients.']" -389,"['In', 'the', 'United', 'States', ',', 'Australia', 'and', 'other', 'parts', 'of', 'the', 'world,', 'deposits', 'are', 'secondary', 'and', 'are', 'mined', 'with', 'much', 'less', 'disturbance', 'by', 'digging', 'them', 'from', 'the', 'sites', 'to', 'which', 'natural', 'processes', 'have', 'moved', 'them.']","[2, 4]",0,united states,"In the United States, Australia and other parts of the world, deposits are secondary and are mined with much less disturbance by digging them from the sites to which natural processes have moved them.","['In the United States, Australia, and other parts of the world, deposits play a minor role and are excavated with much less disturbance by excavating from places where natural processes have moved them.', 'In the United States, Australia, and other parts of the world, deposits are secondary and are mined with much less disturbance by excavating from places where they have been transported by natural processes.', 'In the United States, Australia, and other parts of the world, deposits are secondary and are mined with far less disturbance because they are excavated from places where natural processes have brought them.', 'In the United States, Australia, and other parts of the world, wastewater deposits are secondary and are extracted with much less disturbance by digging from sites where they are moved by natural processes.', 'In the United States, Australia, and other parts of the world, deposits are secondary because they are extracted much more smoothly because of the natural processes taking place there.']" -390,"['Only', 'his', 'swift', 'conclusion', 'of', 'a', 'non-aggression', 'pact', 'with', 'Poland', 'saved', 'Danzig', 'from', 'a', 'final', 'resolution', 'of', 'the', ""city's"", 'problems', 'in', 'Poland', ""'s"", 'favour.']","[21, 22]",0,poland,Only his swift conclusion of a non-aggression pact with Poland saved Danzig from a final resolution of the city's problems in Poland's favour.,"[""It was only the rapid conclusion of a non-aggression pact with Poland that saved Gdansk from a definitive solution to the city's problems in favour of Poland."", ""Only his swift conclusion of a non-aggression pact with Poland saved Gdansk from a definitive solution to Poland's urban problems."", ""Only the rapid conclusion of the non-aggression pact with Poland saved Gdansk from a definitive solution to the city's problems in favour of Poland."", ""Only his swift conclusion of a non-aggression pact with Poland saved Gdansk from an eventual solution to the city's problems in Poland's favour."", ""Only the rapid conclusion of a non-aggression pact with Poland saved Gdansk from a definitive solution to the city's problems.""]" -391,"['On', '23', 'June', 'rightist', 'demonstrations', 'took', 'place', 'in', 'Seoul', 'and', 'in', 'other', 'parts', 'of', 'south', 'Korea', ';', 'Hodge', 'ordered', 'American', 'tanks', 'on', 'to', 'the', 'streets', 'to', 'disperse', 'the', 'crowds.']","[15, 16]",0,korea,On 23 June rightist demonstrations took place in Seoul and in other parts of south Korea; Hodge ordered American tanks on to the streets to disperse the crowds.,"['On June 23, rightwing demonstrations broke out in Seoul and other parts of South Korea. Hodge ordered American tanks into the streets to disperse the crowd.', 'On June 23, right-wing demonstrations took place in Seoul and other parts of South Korea; Hodge ordered the deployment of American tanks on the streets to disperse the crowds.', 'On June 23, right-wing demonstrations took place in Seoul and other parts of South Korea. Hodge ordered American tanks into the streets to disperse the crowds.', 'On June 23, right-wing demonstrations took place in Seoul and other parts of South Korea, with Hodge sending American tanks into the streets to disperse the crowd.', 'On June 23, right-wing demonstrations took place in Seoul and other parts of South Korea; Hodge banned American tanks from taking to the streets to disperse the crowds.']" -392,"['Dec.', '9', 'Hun', 'Sen', 'calls', 'for', 'third', 'JIM', 'to', 'address', 'formation', 'of', 'an', 'international', 'control', 'mechanism', '(ICM),', 'the', 'cession', 'of', 'military', 'aid', 'to', '""', 'all', 'parties', 'involved', '"",', 'and', 'a', 'ceasefire', 'in', 'Cambodia', '.']","[32, 33]",0,cambodia,"Dec. 9 Hun Sen calls for third JIM to address formation of an international control mechanism (ICM), the cession of military aid to"" all parties involved"", and a ceasefire in Cambodia.","['December 9 Hun Sen pleads for the formation of an International Monitoring Mechanism (ICM), ceding military aid to ""all parties"" and a ceasefire in Cambodia.', 'On December 9, Hun Sen called for a third JIM to establish an International Monitoring Mechanism (ICM), provide military support to ""all parties involved"" and achieve a cease-fire in Cambodia.', 'December 9 Hun Sen calls for the establishment of a third JIM to deal with the formation of an International Monitoring Mechanism (ICM), the cession of military aid to ""all parties involved"" and a ceasefire in Cambodia.', 'December 9 Hun Sen calls for the formation of an International Monitoring Mechanism (ICM), the granting of military aid to ""all parties"" and a ceasefire in Cambodia.', 'December 9 Hun Sen calls for a third joint sub-commission to establish an international control mechanism (ICM), cede military aid to ""all parties"" and a cease-fire region in Cambodia.']" -393,"['UK', 'toxic', 'incineration', 'plants', 'may', 'double']","[0, 1]",0,uk,UK toxic incineration plants may double,"['British toxic incinerators could double', 'Toxic incinerators in Britain could double', 'British toxic incinerators could double', 'British toxic combustion plants could double', 'Green electricity incinerators in the UK could double']" -394,"['And', 'in', 'particular,', 'have', 'you', 'any', 'thoughts', 'on', 'the', 'overnight', 'attack', 'on', 'Israel,', 'the', 'seven', 'missiles', 'which', 'were', 'fired', 'at', 'Israel', ',', 'what', 'effects', 'do', 'you', 'think', 'this', 'is', 'going', 'to', 'have', 'on', 'the', 'conflict?']","[20, 21]",0,israel,"And in particular, have you any thoughts on the overnight attack on Israel, the seven missiles which were fired at Israel, what effects do you think this is going to have on the conflict?","['In particular, do you have any thoughts on the night-time attack on Israel, the seven rockets fired at Israel, what impact do you think this will have on the conflict?', 'And what do you think, in particular, about the night-time attack on Israel, about the seven rockets fired at Israel, what do you think this will mean for the conflict?', 'Above all, what do you think of the night-time attack on Israel, the seven rockets fired at Israel, what impact do you think this will have on the conflict?', 'And what do you think, in particular, about the night-time attack on Israel, about the seven rockets fired at Israel, what impact does that have on the conflict?', 'Furthermore, and above all, what do you think about the night-time attack on Israel, these seven rockets fired at Israel, what impact do you think this will have on the conflict?']" -395,"['In', 'Pakistan', 'in', '1983-4', 'he', 'took', 'over', 'again', 'when', 'Willis', 'had', 'to', 'return', 'home', 'sick', 'and', 'gained', 'two', 'creditable', 'draws,', 'after', 'which', 'he', 'was', 'officially', 'appointed', 'to', 'lead', 'England', 'against', 'the', 'West', 'Indies', 'in', '1984,', 'at', 'the', 'age', 'of', '27.']","[1, 2]",0,pakistan,"In Pakistan in 1983-4 he took over again when Willis had to return home sick and gained two creditable draws, after which he was officially appointed to lead England against the West Indies in 1984, at the age of 27.","[""He returned to the helm in Pakistan in 1983-94 when Willis was forced to return home ill and achieved two respectable draws, after which he was officially named England's captain against West Indies in 1984 at the age of 27."", ""He returned to the helm in Pakistan in 1983-84, when Willis returned home ill, and achieved two respectable draws, after which he was officially named England's captain against West Indies in 1984 at the age of 27."", 'He took over the team again in Pakistan in 1983-84, when Willis returned home ill and scored two well-deserved goals, and was officially called up to lead England against the East Indies at the age of 27 in 1984.', 'He took over in 1983-84, when Willis had to go home sick after two draws. In 1984 he was officially called up as a player for England against the West Indies (he was 27 years old at the time).', 'He took over Pakistan in 1983-94, when Willis had to travel home sick, and secured two remarkable draws, after which he was officially named England captain against the Indians in 1984 at the age of 27.']" -396,"['Two', 'men', 'and', 'a', 'woman', 'armed', 'with', 'grenades', 'hijacked', 'an', 'Ethiopian', 'Airlines', 'Boeing', '727', 'airliner', 'on', 'a', 'flight', 'from', 'Dire', 'Dawa', 'in', 'eastern', 'Ethiopia', 'to', 'Addis', 'Ababa,', 'the', 'capital,', 'on', 'Sept.', '4', 'and', 'forced', 'the', 'pilot', 'to', 'land', 'in', 'Djibouti', '[', 'for', 'Aug.', '28', 'hijacking', 'see', 'p.', '39042', '].']","[39, 40]",0,djibouti,"Two men and a woman armed with grenades hijacked an Ethiopian Airlines Boeing 727 airliner on a flight from Dire Dawa in eastern Ethiopia to Addis Ababa, the capital, on Sept. 4 and forced the pilot to land in Djibouti [ for Aug. 28 hijacking see p. 39042 ].","['Two men and a woman armed with grenades hijacked an Ethiopian Airlines plane on September 4 and forced the pilot to land in Djibouti [on the abduction on August 28, see p. 39042].', 'Two men armed with grenades and a woman armed with hand grenades hijacked an Ethiopian Airlines plane on a flight from Dire Dawa in eastern Ethiopia to the capital Addis Ababa on 4 September and forced the pilot to land in Djibouti [on this abduction of 28 August see p. 39042].', 'Two men and a woman armed with grenades hijacked an Ethiopian Airlines plane en route to Addis Ababa near Dire Dawa in eastern Ethiopia on 4 September, forcing the pilot to land in Djibouti.', 'Two men armed with grenades and a woman armed with hand grenades hijacked an Ethiopian Airlines Boeing 727 on 4 September on a flight from Dire Dawa in eastern Ethiopia to Addis Ababa, the capital of Burkina Faso. They forced the pilot to land in Djibouti [for kidnapping on 28 August see p. 39042].', 'On 4 September, two men and a woman armed with grenades hijacked an Ethiopian Airlines plane from Dire Dawa Canada airport in eastern Ethiopia to the capital Addis Ababa and forced the pilot to land in Djibouti [on the hostage drama of 28 August see p. 39042].']" -397,"['The', 'impetus', 'for', 'this', 'agreement', 'had', 'been', 'provided', 'on', 'Aug.', '8', 'by', 'the', 'resumption', 'of', 'diplomatic', 'relations', 'between', 'China', 'and', 'Indonesia', ',', 'one', 'of', ""Singapore's"", 'five', 'partners', 'in', 'the', 'Association', 'of', 'South', 'East', 'Asian', 'Nations', '(ASEAN)', '[', 'see', 'pp.']","[20, 21]",0,indonesia,"The impetus for this agreement had been provided on Aug. 8 by the resumption of diplomatic relations between China and Indonesia, one of Singapore's five partners in the Association of South East Asian Nations (ASEAN) [ see pp.","[""This agreement was initiated on 8 August by the restoration of diplomatic relations between China and Indonesia, one of Singapore's five partners in the Association of Southeast Asian Nations (ASEAN) [see p. 1]."", ""This agreement was initiated on 8 August by the restoration of diplomatic relations between China and Indonesia, one of Singapore's five partners in the Association of Southeast Asian Nations (ASEAN) [see p. 20]."", ""The agreement was initiated on 8 August by the restoration of diplomatic relations between China and Indonesia, one of Singapore's five partners in the Association of Southeast Asian Nations (ASEAN) [see p. 3]."", ""The agreement was initiated on 8 August by the restoration of diplomatic relations between China and Indonesia, one of Singapore's five partners in the Association of Southeast Asian Nations (ASEAN) [see page 3.6]."", ""This agreement was initiated on 8 August by the restoration of diplomatic relations between China and Indonesia, one of Singapore's five partners in the Association of Southeast Asian Nations (see page 15).""]" -398,"['Elections', 'to', 'the', 'Länder', 'governments', 'are', 'treated', 'much', 'like', 'by-elections', 'in', 'Britain', ',', 'as', 'a', 'way', 'of', 'expressing', 'a', 'mid-term', 'opinion', 'of', 'the', 'Federal', 'Government,', 'rather', 'than', 'as', 'a', 'way', 'of', 'choosing', 'a', 'significantly', 'different', 'local', 'or', 'regional', 'government.']","[11, 12]",0,britain,"Elections to the Länder governments are treated much like by-elections in Britain, as a way of expressing a mid-term opinion of the Federal Government, rather than as a way of choosing a significantly different local or regional government.","['In the United Kingdom, state elections are treated as by-elections to express an opinion on the mid-term of office, rather than elections to an entirely different local or regional government.', 'Land elections are treated in much the same way as by-elections in the United Kingdom to express the opinion of the federal government halfway through its term of office, rather than elections by a much different local or regional government.', 'To take stock of the federal government, the state elections in the United Kingdom are treated as by-elections, as a way of electing a markedly different local or district government.', 'Elections in the country are conducted in a similar way to by-elections in the United Kingdom. They are a way of expressing the ""medium-term opinion of the federal government,"" not a way of electing a markedly different local or regional government.', 'Elections to state governments are treated in Britain as a way of expressing a medium-term view of the federal government, not as the election of a completely different local or regional government.']" -399,"['The', 'first', 'was', 'Switzerland', ':', 'safe', 'Switzerland,', 'protected', 'by', 'mountains', 'and', 'international', 'banking.']","[3, 4]",0,switzerland,"The first was Switzerland: safe Switzerland, protected by mountains and international banking.","['The first was Switzerland: a safe Switzerland, protected by mountains and international banks.', 'The first was Switzerland: a safe Switzerland, protected by mountains and international banks.', 'First there was Switzerland: a safe Switzerland, protected by mountains and international banking.', 'The first was Switzerland, the safe Switzerland, protected by mountains and international banking.', 'The first was Switzerland: a safe Switzerland, protected by mountains and international banking.']" -400,"['The', 'specially', 'designed', 'Gleneagles', 'Suite', 'conference', 'facility', 'has', 'been', 'completed', '-', 'one', 'of', 'the', 'most', 'sophisticated', 'hotel', 'conference', 'facilities', 'in', 'the', 'United', 'Kingdom', '.']","[21, 23]",0,united kingdom,The specially designed Gleneagles Suite conference facility has been completed - one of the most sophisticated hotel conference facilities in the United Kingdom.,"['The purpose-built Gleneagles Suite conference facility - one of the most sophisticated conference facilities in the UK - has been completed.', 'The specially designed Gleneagles Suite conference facility - one of the most refined hotel conference facilities in the UK - has been completed.', 'The conference area designed specifically for the Gleneagles Suite - one of the most sophisticated hotel conference facilities in the UK - has been completed.', 'The purpose-built conference facilities of the Gleneagles Suite - one of the most modern conference facilities in the UK - are available.', 'The purpose-built Gleneagles Suite conference centre has been completed - one of the most challenging venues in the UK.']" -401,"['An', 'important', 'factor', 'here', 'is', 'the', 'UK', 'Cataloguing-in-Publication', 'programme', '(CIP),', 'which', 'provides', 'pre-publication', 'information', 'for', 'a', 'large', 'proportion', 'of', 'the', 'new', 'titles.']","[6, 7]",0,uk,"An important factor here is the UK Cataloguing-in-Publication programme (CIP), which provides pre-publication information for a large proportion of the new titles.","['An important factor in this is the UK Cataloguing-in-Publication Programme (CIP), which provides pre-release information for most new titles.', 'An important factor in this is the UK Cataloguing-in-Publication Program (CIP), which provides pre-release information for a large proportion of new titles.', 'An important factor in this is the UK Cataloguing-in-Publication Program (CIP), which provides pre-release information for a large proportion of new titles.', 'An important factor in this is the UK Cataloguing-in-Publication (CIP) programme, which pre-publishes most new titles.', 'An important factor in this is the UK Cataloguing-in-Publication Program (CIP), which provides a large proportion of new titles before publication.']" -402,"['In', 'the', 'UK', ',', 'more', 'than', 'one', 'in', '30', 'new', 'cars', 'is', 'now', 'either', 'a', 'BMW', 'or', 'a', 'Mercedes.']","[2, 3]",0,uk,"In the UK, more than one in 30 new cars is now either a BMW or a Mercedes.","['In Britain, more than one in 30 new cars is now either a BMW or a Mercedes.', 'In Britain, more than one in 30 new cars is now a BMW or Mercedes.', 'In Britain, more than one in 30 new cars is now a BMW or Mercedes.', 'In Britain, more than a 30-year-old is now either a BMW or a Mercedes.', 'In Britain today, more than one in 30 new cars is either a BMW or a Mercedes.']" -403,"['In', 'mid-August', 'I', 'made', 'the', 'great', 'mistake', 'of', 'seeking', 'a', 'four-day', 'break', 'from', 'London', 'to', 'stay', 'with', 'friends', 'in', 'France', '.']","[19, 20]",0,france,In mid-August I made the great mistake of seeking a four-day break from London to stay with friends in France.,"['In mid-August, I made the big mistake of taking a four-day break in London to stay with friends in France.', 'In mid-August, I made the big mistake of taking a four-day holiday from London to stay with friends in France.', 'In mid-August, I made the big mistake of taking a four-day break from London to stay with friends in France.', 'In mid-August, I made the big mistake of taking a four-day trip from London to France with friends.', 'In mid-August, I made the big mistake of looking for a four-day break from London to stay with friends in France.']" -404,"['In', 'the', 'US', ',', 'for', 'example,', 'where', 'the', 'socialist', 'party', 'failed', 'to', 'establish', 'itself', 'as', 'a', 'major', 'party', 'after', 'a', 'fairly', 'rapid', 'growth', 'in', 'the', 'first', 'decade', 'of', 'this', 'century,', 'it', 'has', 'long', 'been', 'argued', 'that', 'the', 'presidential', 'system', 'is', 'a', 'major', 'obstacle', 'to', 'the', 'development', 'of', 'third', 'parties,', 'and', 'undoubtedly', 'these', 'constitutional', 'factors', 'have', 'been', 'important;', 'but', 'it', 'is', 'clear', 'that', 'many', 'other', 'social', 'and', 'economic', 'characteristics', 'of', 'the', 'US', 'have', 'had', 'a', 'preponderant', 'influence', 'in', 'determining', 'the', 'absence', 'of', 'a', 'large-scale', 'independent', 'socialist', 'movement', 'or', 'party', 'there', '(Sombart,', '1906;', 'Laslett', 'and', 'Lipset,', '1974).']","[2, 3]",0,us,"In the US, for example, where the socialist party failed to establish itself as a major party after a fairly rapid growth in the first decade of this century, it has long been argued that the presidential system is a major obstacle to the development of third parties, and undoubtedly these constitutional factors have been important; but it is clear that many other social and economic characteristics of the US have had a preponderant influence in determining the absence of a large-scale independent socialist movement or party there (Sombart, 1906; Laslett and Lipset, 1974).","['In the United States, for example, where, after relatively rapid growth in the first decade of this century, the Socialist Party failed to establish itself as a major party, it has long been argued that the presidential system is a major obstacle to the development of third parties, and these constitutional factors undoubtedly played an important role; however, it is clear that many other social and economic features of the US have had a predominant influence on the absence of a large independent socialist movement or party there (Sombart, 1906; Laslett and Lipset, 1974).', 'In the United States, for example, where, after relatively rapid growth in the first decade of this century, the Socialist Party failed to establish itself as a major party, it has long been claimed that the presidential system is an essential obstacle to the development of third parties, and these constitutional factors were undoubtedly important, but it is clear that many other social and economic features of the United States have had a formative influence on the lack of a large independent socialist movement or party in that country (Sombart 1906; Laslett and Lipset 1974).', 'In the United States, for example, where, after relatively rapid growth in the first decade of the century, the Socialist Party failed to establish itself as a medium-term party, it has long been argued that the presidential system is a major obstacle to the development of third parties, and these constitutional factors were undoubtedly significant, but it is clear that many other social and economic features of the US have had a predominant influence on the absence of a large independent socialist movement or party there (Sombart, 1906; Laslett and Lipset, 1974).', 'In the United States, for example, where, after relatively strong growth in the first decade of this century, the Socialist Party failed to establish itself as a major party, it has long been argued that the presidential system is a major obstacle to the development of third parties, and these constitutional factors are undoubtedly important. Nevertheless, it is clear that many other social and economic features of the United States have had the predominant influence on the absence of a comprehensive independent socialist movement or party there (Sombart, 1906; Laslett and Lipset, 1974).', 'In the United States, for example, where the socialist party of ex-General Mong Kar Wai was unable to establish itself as a major party after the relatively rapid growth of this century, it has long been argued that the presidential system was an obstacle to the development of third parties, and no doubt these constitutional factors were important; however, it is clear that many other social and economic features of the United States prevailed in determining that there was no strictly independent socialist movement or party in that country (Sombart, 1906; Laslett and Lipset, 1974).']" -405,"['Philippines', ',', 'Malaysia.']","[0, 1]",0,philippines,"Philippines, Malaysia.","['Philippines, Malaysia.', 'Philippines, Malaysia.', 'Philippines, Malaysia.', 'Philippines, Malaysia.', 'Philippines, Malaysia.']" -406,"['Word', 'went', 'round', 'in', 'the', 'seventh', 'century', 'that', 'St', 'James', 'the', 'Apostle', 'had', 'visited', 'Spain', ',', 'and', 'in', 'the', 'early', 'ninth', 'century', 'a', 'bishop', 'of', 'Padron', 'discovered', 'what', 'he', 'took', 'to', 'be', 'his', 'body.']","[14, 15]",0,spain,"Word went round in the seventh century that St James the Apostle had visited Spain, and in the early ninth century a bishop of Padron discovered what he took to be his body.","['In the seventh century the news spread that the Apostle James had visited Spain, and at the beginning of the ninth century a bishop of Padron discovered his corpse.', 'In the seventh century word spread that the Apostle James had visited Spain, and at the beginning of the ninth century a bishop of Padron discovered his corpse.', 'In the 7th century word spread that the Apostle James had visited Spain, and at the beginning of the 9th century a bishop of Padron discovered his corpse.', 'In the seventh century word spread that the Apostle James had visited Spain, and at the beginning of the ninth century a bishop of Padron discovered his corpse.', 'In the 7th century word spread that the Apostle James had visited Spain. At the beginning of the 9th century a bishop of Padron discovered his corpse.']" -407,"['Bagshot,', 'Surrey-based', 'consultancy', 'OutSource', 'International', 'Ltd', 'is', 'to', 'establish', 'and', 'manage', 'a', 'network', 'of', 'UK', 'resellers', 'for', 'Transputer-based', 'massively', 'parallel', 'database', 'systems', 'builder', 'White', 'Cross', 'Systems', 'Ltd:', 'the', 'aim', 'is', 'to', 'generate', 'some', '£20m', 'in', 'revenues', 'for', 'White', 'Cross', 'over', 'the', 'next', 'three', 'years;', 'OutSource', 'is', 'recruiting', 'UK', 'resellers', 'through', 'its', 'ChannelSource', 'Europe', 'arm,', 'and', 'they', 'will', 'target', 'medium', 'sized', 'customers', 'in', 'the', 'finance,', 'retail', 'and', 'insurance', 'sectors;', 'European', 'White', 'Cross', 'channels', 'in', 'France,', 'Germany,', 'Italy', 'and', 'Switzerland', 'are', 'set', 'to', 'follow.']","[77, 78]",0,switzerland,"Bagshot, Surrey-based consultancy OutSource International Ltd is to establish and manage a network of UK resellers for Transputer-based massively parallel database systems builder White Cross Systems Ltd: the aim is to generate some £20m in revenues for White Cross over the next three years; OutSource is recruiting UK resellers through its ChannelSource Europe arm, and they will target medium sized customers in the finance, retail and insurance sectors; European White Cross channels in France, Germany, Italy and Switzerland are set to follow.","['Bagshot, Crowdingham, OutSource International Ltd aims to build and manage a network of British resellers for the transputer-based, massively parallel database system manufacturer White Cross Systems Ltd. The aim is to finance White Cross sales of around £20 million over the next three years; through its distribution arm, ChannelSource Europe, OutSource recruits resellers from the UK and targets medium-sized customers in the financial, retail and insurance sectors; further White Cross European distribution channels in France, Germany, Italy and Switzerland are to follow.', 'Bagshot, Surrey, OutSource International Ltd will build and manage a reseller network for the UK-based transputer manufacturer of massively parallel database systems, White Cross Systems Ltd, with the aim of generating £20 million in revenue for White Cross over the next three years. OutSource recruits resellers through its European distribution arm, ChannelSource, targeting medium-sized customers in the financial, retail and insurance sectors. Real White Cross channels in France, Germany, Italy and Switzerland are to follow.', 'Bagshot, Surrey-based training and consulting firm, OutSource International Ltd, is building and managing a network of UK resellers for transputer contractor White Cross Systems Ltd: the aim is to generate around £20 million for White Cross over the next three years; OutSource is recruiting UK resellers through its distribution arm, ChannelSource Europe, targeting medium-sized customers in finance, retail and insurance; and European White Cross channels in France, Germany, Italy and Switzerland will follow.', 'Bagshot, the management consultancy OutSource International Ltd, will build a network of British resellers for the transputer-based manufacturer of ultra-parallel databases, White Cross Systems Ltd, with the aim of generating around 20 million pounds of turnover for White Cross over the next three years. OutSource recruits resellers from the UK through its channel Channel Source Europe, which will appeal to medium-sized customers in the financial, retail and insurance sectors.', 'Bagshot, the Surrey-based consultancy, OutSource International Ltd, aims to build and manage a network of UK resellers for the transputer-based manufacturer of massive database systems, White Cross Systems Ltd, which is expected to generate revenues of around £20 million over the next three years. OutSource recruits UK resellers through its ChannelSource Europe business, and these are approached by mid-sized customers in the financial, retail and insurance sectors.']" -408,"['The', 'chapter', 'sets', 'the', 'tenor', 'for', 'the', 'whole', 'work', 'in', 'so', 'far', 'as', 'it', 'tries', 'to', 'examine', 'the', 'social', 'conditions', 'under', 'which', 'blacks', 'became', 'involved', 'in', 'sport,', 'first', 'in', 'the', 'USA', 'and', 'then', 'in', 'Great', 'Britain.']","[30, 31]",0,usa,"The chapter sets the tenor for the whole work in so far as it tries to examine the social conditions under which blacks became involved in sport, first in the USA and then in Great Britain.","['The chapter sets the tone for the entire work by examining the social conditions under which blacks entered the sport, first in the US and then in the UK.', 'The chapter sets the tone in that it attempts to examine the social conditions under which blacks participate in sport, first in the US and later in the UK.', 'The chapter reflects the general thrust of the work and attempts to examine the social conditions under which blacks engaged in sport, first in the US and then in the UK.', 'The chapter sets the tone for the entire work by trying to examine the social conditions under which blacks turned to sport, first in the US and then in the UK.', 'The chapter describes the direction in which the entire work is moving and traces the social conditions under which blacks practice sport, first in the US and then in the UK.']" -409,"['UK', 'Environment', 'Secretary', 'calls', 'for', 'change']","[0, 1]",0,uk,UK Environment Secretary calls for change,"['UK environment minister calls for change', 'UK environment minister calls for change', 'UK environment minister calls for changes', 'UK environment minister calls for changes', 'UK environment minister calls for changes']" -410,"['R.', 'G.', 'Vines,', 'of', 'CSIRO', 'in', 'Melbourne,', 'is', 'among', 'the', 'theorists', 'who', 'have', 'analysed', 'rainfall', 'patterns', 'over', 'South', 'Africa,', 'Australia', 'and', 'New', 'Zealand', 'and', 'found', 'evidence', 'of', 'cyclic', 'patterns', 'including', 'recurring', 'severe', 'droughts', 'at', 'roughly', '20-year', 'intervals.']","[21, 23]",0,new zealand,"R. G. Vines, of CSIRO in Melbourne, is among the theorists who have analysed rainfall patterns over South Africa, Australia and New Zealand and found evidence of cyclic patterns including recurring severe droughts at roughly 20-year intervals.","['R. G. Vines of the CSIRO in Melbourne is one of the theorists who analysed rainfall patterns in South Africa, Australia and New Zealand and found evidence of cyclical patterns, including recurrent severe droughts around 20-year intervals.', 'R. G. Vines of the CSIRO in Melbourne is among the theorists who have analysed rainfall patterns in South Africa, Australia and New Zealand and found evidence of cyclical patterns, including recurrent severe droughts every 20 years or so.', 'R. G. Vines of the CSIRO in Melbourne is among the theorists who have analysed rainfall patterns in South Africa, Australia and New Zealand and found evidence of cyclical patterns such as recurrent severe droughts about 20 years apart.', 'R. G. Vines of CSIRO Melbourne is among the theorists who have analysed rainfall patterns in South Africa, Australia and New Zealand and found signs of cyclical patterns, including recurrent severe droughts every 20 years or so.', 'R. G. Rines of the CSIRO in Melbourne is among the theorists who have analysed rainfall patterns in South Africa, Australia and New Zealand and found evidence of cyclical patterns, including regular severe droughts every 20 years or so.']" -411,"['Roy', 'Clements', 'wanted', 'it', 'for', 'his', 'collection', 'which', 'is', 'thought', 'to', 'be', 'the', 'largest', 'in', 'Britain', '.']","[15, 16]",0,britain,Roy Clements wanted it for his collection which is thought to be the largest in Britain.,"['Roy Clements wanted it for his collection, which is said to be the largest in Britain.', 'Roy Clements wanted it for his collection, which is said to be the largest in Britain.', 'Roy Clements wanted it for his collection, which is probably the largest in Britain.', 'Roy Clements wanted it with his collection, which is said to be the largest in Britain.', 'Roy Clements wanted it for his brass collection, said to be the largest in Britain.']" -412,"['The', 'postwar', 'period', 'has', 'seen', 'a', 'great', 'rise', 'in', 'ethnicity;', 'starting', 'in', 'the', '1950s', 'with', 'areas', 'peripheral', 'to', 'France', 'and', 'Spain', 'and', 'continuing', 'in', 'the', '1960s', 'with', 'Britain', ""'s"", '`', 'Celtic', 'Fringe', '"".']","[27, 28]",0,britain,"The postwar period has seen a great rise in ethnicity; starting in the 1950s with areas peripheral to France and Spain and continuing in the 1960s with Britain's Celtic Fringe"".","['The post-war period has seen a huge increase in ethnicity, beginning in the 1950s with areas on the periphery to France and Spain, and continuing in the 1960s with Britain\'s Celtic edge. ""', 'The post-war period saw a great rise in ethnicity, beginning in the 1950s on the fringes of France and Spain and continuing in the 1960s with the Celtic Fringe of Great Britain. ""', 'The post-war period has seen a sharp rise in ethnicity, beginning in the 1950s with fringe areas to France and Spain and continuing in the 1960s with the British ""Celtic Track."" ""', 'The post-war period has become ethnically diverse, from the 1950s with areas on the periphery of France and Spain to the 1960s with the Celtic edge of Great Britain. ""', 'Ethnicity has increased sharply since the 1950s, when areas on the fringes of France and Spain fell below the British Celtic threshold since the 1960s.']" -413,"['From', 'July', '20', 'the', 'Latvian', 'rouble', 'was', 'officially', 'the', 'only', 'legal', 'tender', 'in', 'Latvia', 'when', 'the', 'Russian', 'rouble', 'became', 'a', 'foreign', 'currency.']","[13, 14]",0,latvia,From July 20 the Latvian rouble was officially the only legal tender in Latvia when the Russian rouble became a foreign currency.,"['On July 20, the Latvian ruble was officially the only legal tender in Latvia when the Russian ruble became a foreign currency.', 'Since 20 July, the Latvian ruble has officially been the only legal tender in Latvia, when the Russian ruble became a foreign currency.', 'Since 20 July, the Latvian ruble has officially been the only legal currency in Latvia, when the Russian ruble became a foreign currency.', 'Since July 20, when the Russian ruble became a foreign currency, the Latvian ruble has officially been the only legal currency in Latvia.', 'On July 20, the Latvian ruble was officially the only legal tender in Latvia when the Russian ruble became a foreign currency.']" -414,"['But', 'whereas', 'Chinese', 'railways', 'became', 'a', 'prey', 'to', 'concession', 'seekers,', 'railway', 'builders,', 'and', 'engineers', 'from', 'Britain,', 'France', ',', 'Belgium,', 'Germany,', 'Russia,', 'Japan,', 'and', 'the', 'United', 'States,', 'even', 'Portugal,', 'Austria,', 'and', 'Italy,', 'the', 'Japanese', 'tried', 'to', 'keep', 'railway-building,', 'after', 'an', 'initial', 'concessionary', 'period,', 'firmly', 'in', 'their', 'own', 'hands.']","[16, 17]",0,france,"But whereas Chinese railways became a prey to concession seekers, railway builders, and engineers from Britain, France, Belgium, Germany, Russia, Japan, and the United States, even Portugal, Austria, and Italy, the Japanese tried to keep railway-building, after an initial concessionary period, firmly in their own hands.","['But while the Chinese railroad became the prey of concession-seekers, railroad builders, and engineers from Britain, France, Belgium, Germany, Russia, Japan, and the United States, even Portugal, Austria, and Italy, the Japanese, after initial concession negotiations, tried to hold railroad construction definitively in their hands.', 'But while concession-seekers, railroad builders, and engineers from the United Kingdom, France, Belgium, Germany, Russia, Japan, and the United States fell victim, the Japanese, after an initial concession period, tried to hold railway construction firmly in their hands.', 'But while the Chinese railways became the prey of concession-seekers, railroad builders, and engineers from Britain, France, Belgium, Germany, Russia, Japan, and the United States, even Portugal, Austria, and Italy, the Japanese tried to hold railroad construction firmly in their hands after an initial concession period.', ""But, as China's railroads increasingly fell prey to concession-seekers, railroad builders, and engineers from the United Kingdom, France, Belgium, Germany, Russia, Japan, and the United States, the Japanese wanted to hold railroad construction firmly in their hands under the original concession mode."", 'While Lagos fell victim to Chinese railwaymen seeking concessions, railwaymen and engineers from Britain, France, Belgium, Germany, Russia, Japan and the United States, even Portugal, Austria and Italy, tried to hold railway construction firmly in their hands after initial concessions.']" -415,"['It', 'points', 'to', 'the', 'impact', 'that', 'the', 'findings', 'of', 'global', 'environmental', 'research', 'are', 'likely', 'to', 'have', 'on', 'most', 'sectors', 'of', 'the', 'UK', 'economy.']","[21, 22]",0,uk,It points to the impact that the findings of global environmental research are likely to have on most sectors of the UK economy.,"['She points out the impact that the results of global environmental research are likely to have on most sectors of the British economy.', 'He points out the impact that the results of global environmental research are likely to have on most sectors of the British economy.', 'He points out the impact that the results of global environmental research are likely to have on most sectors of the British economy.', 'She points out the impact that the results of global environmental research are likely to have on most sectors of the British economy.', 'He points out the impact that the results of global environmental research are likely to have on most sectors of the British economy.']" -416,"['Why', 'is', 'it', 'that', 'the', 'first', 'and', 'second', 'phases', 'of', 'planned', 'underground', 'gasification', 'demonstration', 'plants', 'are', 'to', 'be', 'made', 'in', 'Spain', 'and', 'Belgium', '?']","[22, 23]",0,belgium,Why is it that the first and second phases of planned underground gasification demonstration plants are to be made in Spain and Belgium?,"['Why the first and second phases of the planned underground gasification demonstration plants in Spain and Belgium?', 'Why should the first and second phases of the planned underground gasification demonstration projects be carried out in Spain and Belgium?', 'Why are the first and second phases of the planned underground demonstration installations being carried out in Spain and Belgium?', 'Why are the first and second phases of the planned gas-fired power plants located in Spain and Belgium?', 'Why are the first and second phases of the planned underground demonstration plants for Ioatlas gasification being produced in Spain and Belgium?']" -417,"['The', 'British', 'built', 'grandly', 'in', 'many', 'places', 'in', 'India', ',', 'partly', 'to', 'celebrate', 'their', 'own', 'power,', 'but', 'also', 'because', 'the', 'scale', 'of', 'the', 'population,', 'the', 'high', 'degree', 'of', 'urbanization,', 'and', 'the', 'economic', 'potential', 'of', 'the', 'railways', 'demanded', 'it.']","[8, 9]",0,india,"The British built grandly in many places in India, partly to celebrate their own power, but also because the scale of the population, the high degree of urbanization, and the economic potential of the railways demanded it.","['The British built on a grand scale in many places in India - partly to celebrate their own power, but also because the size of the population, the high degree of urbanization, and the economic potential of the railways required it.', 'The British built great power in India in many places, partly to celebrate their own power, but also because the size of the population, the high degree of urbanization, and the economic potential of the railways required it.', 'The British built large and large in many places in India - partly to celebrate their own power, but also because the size of the population, the high degree of urbanization, and the economic potential of the railways required it.', 'In many places in India, the British built magnificently, partly to celebrate their own power, but also because the size of the population, the high degree of urbanization, and the economic potential of the railways required it.', 'The British built magnificent buildings in many places in India, partly to celebrate their own power, but also because the size of the population, the high degree of urbanization, and the economic potential of the railways demanded it.']" -418,"['We', 'flew', 'one', 'down', 'to', 'the', 'Socata', 'plant', 'in', 'the', 'south', 'of', 'France', 'to', 'find', 'out.']","[12, 13]",0,france,We flew one down to the Socata plant in the south of France to find out.,"['We flew one to the Socata factory in the south of France to find out.', 'We flew one to the factory in Socata, southern France, to find out.', 'We flew one down to the factory in Socata in the south of France to find out.', 'To find out, we flew him to the Socata plant in southern France.', 'A first visit was flown to the Socata factory in southern France to find out.']" -419,"['Between', '1981-6,', 'corporate', 'tax', 'rates', 'were', 'much', 'harsher', 'on', 'US', 'affiliates', 'of', 'foreign', 'owned', 'firms,', 'who', 'found', 'their', 'low', 'US', 'taxes', 'offset', 'by', 'the', 'reduction', 'of', 'tax', 'credits', 'in', 'their', 'home', 'countries.']","[19, 20]",0,us,"Between 1981-6, corporate tax rates were much harsher on US affiliates of foreign owned firms, who found their low US taxes offset by the reduction of tax credits in their home countries.","['Between 1981 and 1990, corporate-tax rates for US subsidiaries of foreign firms were much higher, as their low US taxes in their home countries were offset by a reduction in tax credits.', 'Between 1981 and 1996, corporate tax rates for US subsidiaries of foreign companies were significantly higher, with lower US taxes offset by a reduction in tax credits in their home countries.', 'Between 1981 and 1981, corporate tax rates for US subsidiaries of foreign companies were much stricter, offsetting low US taxes by reducing tax credits in their home countries.', 'Between 1981 and 1981, corporate tax rates were much tougher for US subsidiaries of foreign companies, as they reversed their low US taxes by reducing tax credits in their home countries.', 'Between 1981 and 1981, corporate tax rates for US subsidiaries of foreign corporations were much stricter, offsetting their low US taxes by reducing tax credits in their home countries.']" -420,"['Rajiv', ""Gandhi's"", 'call', 'when', 'still', ""India's"", 'prime', 'minister', 'at', 'the', 'September', '1989', 'Non-Aligned', 'summit', 'for', 'an', '$18', 'million', 'fund', 'based', 'on', 'contributions', 'equivalent', 'to', '0.1', 'per', 'cent', 'of', 'GDP', 'by', 'UN', 'members', 'has', 'the', 'support', 'in', 'principle', 'of', 'the', 'influential', 'Mrs', 'Gro', 'Brundtland', 'of', 'Norway', '.']","[44, 45]",0,norway,Rajiv Gandhi's call when still India's prime minister at the September 1989 Non-Aligned summit for an $18 million fund based on contributions equivalent to 0.1 per cent of GDP by UN members has the support in principle of the influential Mrs Gro Brundtland of Norway.,"[""Rajiv Gandhi's call for an $18 million fund, based on contributions of 0.1% of the GDP of UN member states, as Prime Minister of India at the Non-Aligned Conference in September 1989, is supported in principle by Gro Brundtland of Norway."", ""Rajiv Gandhi's demand, when he was Prime Minister of India, at the Non-Aligned Nations Summit in September 1989, for an $18 million fund based on contributions from UN members amounting to 0.1% of GDP, was supported in principle by the influential Norwegian Gro Brundtland."", ""Rajiv Gandhi's urgent appeal as Indian Prime Minister at the Non-Aligned Conference in September 1989 to establish an $18 million fund based on contributions from UN members amounting to 0.1% of GDP is supported in principle by the influential Norwegian Gro Brundtland."", ""Rajiv Gandhi's demand as India's prime minister during the Non-Aligned Summit in September 1989 for an $18 million fund based on contributions from UN members amounting to 0.1% of GDP is supported in principle by influential Norwegian Prime Minister Gro Brundtland."", ""Rajiv Gandhi's demand that India's then prime minister set up an $18 million fund at the Non-Aligned Countries Summit in September 1989, based on contributions from UN members amounting to 0.1% of GDP, is supported by the influential favorite, Norway's Gro Brundtland.""]" -421,"['Then', 'there', 'were', 'the', 'molasse-type', 'sands,', 'which', 'in', 'their', 'drab,', 'khaki', 'featurelessness', 'are', 'recognisable', 'in', 'the', 'smallest', 'exposures', 'from', 'Spain', 'to', 'Bulgaria', 'and', 'beyond.']","[19, 20]",0,spain,"Then there were the molasse-type sands, which in their drab, khaki featurelessness are recognisable in the smallest exposures from Spain to Bulgaria and beyond.","['Then there were the molasses-like sands, recognisable by their bleak khaki imperfections even to the smallest dropouts from Spain to Bulgaria and beyond.', 'And then there were the beaches of the Molasse type, recognizable by their dreary, khaki-colored characteristics in the smallest towns from Spain to Bulgaria and beyond.', 'And then there were the delicate sands, recognisable by their dreary, khaki-coloured characteristics in the smallest foundations, from Spain to Bulgaria and beyond.', 'Then there was the molasses-like sand, recognisable by its sparse khaki smell in the smallest towns from Spain to Bulgaria and beyond.', 'And then there was the molasses sand, which is recognizable in its bleak khaki quality even among the smallest strains from Spain, Bulgaria and beyond.']" -422,"['On', 'May', '4', 'monetary', 'officials', 'from', 'Japan', ',', 'Australia,', 'Hong', 'Kong', 'and', 'Singapore', 'held', 'informal', 'talks', 'on', 'the', 'sidelines', 'of', 'the', 'ADB', 'meeting', 'in', 'Hong', 'Kong.']","[6, 7]",0,japan,"On May 4 monetary officials from Japan, Australia, Hong Kong and Singapore held informal talks on the sidelines of the ADB meeting in Hong Kong.","['On May 4, currency officials from Japan, Australia, Hong Kong, and Singapore held informal talks on the sidelines of the ADB meeting in Hong Kong.', 'On May 4, currency officials from Japan, Australia, Hong Kong, and Singapore held informal talks on the sidelines of the ADB meeting in Hong Kong.', 'On May 4, currency officials from Japan, Australia, Hong Kong, and Singapore held informal talks on the sidelines of the ADB meeting in Hong Kong.', 'On May 4, money officials from Japan, Australia, Hong Kong, and Singapore held informal talks in the margins of the ADB conference in Hong Kong.', 'On 4 May, officials from Japan, Australia, Hong Kong and Singapore held informal talks in the margins of the ADB meeting in Hong Kong.']" -423,"[""Gorbachev's"", 'address', 'emphasised', 'that', 'the', 'USSR', 'and', 'its', 'people', 'were', '`', 'part', 'of', 'a', 'world', 'community', '""', 'and', 'that', 'their', 'goal', 'was', 'the', '`', 'humanisation', 'of', 'international', 'relations', '"".']","[5, 6]",0,ussr,"Gorbachev's address emphasised that the USSR and its people were part of a world community"" and that their goal was the humanisation of international relations"".","['Gorbachev\'s speech emphasized that the USSR and its peoples are part of a global community, ""and their goal is the humanization of international relations.""', 'Gorbachev\'s speech emphasized that the USSR and its people are part of a global community, ""and their goal is the humanization of international relations.""', 'Gorbachev\'s speech emphasized that the USSR and its people are part of a global community, ""and that their goal is the humanization of international relations.""', 'Gorbachev\'s speech emphasized that the USSR and its people are part of a global community ""and that their goal is the humanization of international relations.""', 'Gorbachev\'s ""more,"" which means ""the USSR and its peoples"" or ""translated,"" is a problem of ""unity.""']" -424,"['[', 'R.', 'J.', 'Minney,', 'Carve', 'her', 'Name', 'with', 'Pride,', '1956;', 'M.', 'R.', 'D.', 'Foot,', 'SOE', 'in', 'France', ',', '1968', 'edn.']","[16, 17]",0,france,"[ R. J. Minney, Carve her Name with Pride, 1956; M. R. D. Foot, SOE in France, 1968 edn.","['[R. J. Minney, Carve her Name with Pride, 1956; M. R. D. Foot, SOE in France, 1968.', '[R. J. Minney, Carve her Name with Pride, 1956; M. R. D. Foot, SOE in France, 1968.', '[R. J. Minney, Carve her Name with Pride, 1956; M. R. D. Foot, SOE, France 1968]', '[R. J. Minney, Carve her Name with Pride, 1956; M. R. D. Foot, SOE, France, 1968.', '[R. J. Minney commanded to carve her name with pride, 1956; M. R. D. Foot, SOE in France, 1968.']" -425,"['The', 'demand', 'for', 'more', 'public', 'accountability', 'in', 'the', '1970s,', 'along', 'with', 'the', 'demand', 'for', 'real', 'reductions', 'in', 'public', 'sector', 'spending', 'in', 'the', 'UK', 'and', 'the', 'USA,', 'has', 'included', 'demands', 'for', 'greater', '`', 'value', 'for', 'money', '""', 'from', 'government.']","[22, 23]",0,uk,"The demand for more public accountability in the 1970s, along with the demand for real reductions in public sector spending in the UK and the USA, has included demands for greater value for money"" from government.","['Calls for greater public accountability in the 1970s included calls for real-terms cuts in public-sector spending in Britain and the US, as well as calls for better value for money for the government.', 'The call for greater public accountability in the 1970s, along with calls for real cuts in public spending in Britain and the US, includes calls for better value for money from the government.', 'The call for greater public accountability in the 1970 ""s included calls for better"" value for money ""from the government, as well as calls for significant cuts in public-sector spending in the UK and the US.', 'The demand for more public sector responsibility in the 1970s, as well as calls for real cuts in public sector spending in the UK and the US, also led to calls for the government to ""improve value for money.""', 'The call for greater public accountability in the 1970 ""s, along with calls for an effective reduction in public-sector spending in the United Kingdom and the United States, included calls for"" better value for money ""by governments.']" -426,"['The', 'Prime', 'Minister,', 'Kiichi', 'Miyazawa,', 'made', 'a', 'brief', 'official', 'trip', 'to', 'Europe', 'in', 'late', 'April', 'and', 'early', 'May,', 'visiting', 'France', 'on', 'April', '29-30', 'and', 'Germany', 'on', 'April', '30-May', '2.']","[24, 25]",0,germany,"The Prime Minister, Kiichi Miyazawa, made a brief official trip to Europe in late April and early May, visiting France on April 29-30 and Germany on April 30-May 2.","['Prime Minister Kiichi Miyazawa made a brief official visit to Europe in late April and early May, which will take him to France from 29 to 30 April and to Germany from 30 April to 2 May.', 'In late April and early May, Prime Minister Kiichi Miyazawa made a brief official visit to Europe, visiting France from 29 to 30 April and Germany from 30 April to 2 May.', 'Prime Minister Kiichi Miyazawa made a brief official visit to Europe in late April and early May, visiting France on 29 and 30 April and Germany from 30 April to 2 May.', 'Prime Minister Kiichi Miyazawa made a short trip to Europe in late April and early May to visit France from 29 to 30 April and Germany from 30 April to 2 May.', 'Prime Minister Kiichi Miyazawa made a brief official visit to Europe in late April / early May, this time to France on 29-30 April and Germany on 30 April / 2 May.']" -427,"['The', 'question', 'during', 'Mr', ""Baker's"", 'recent', 'tour', 'was', 'whether', ""Israel's"", 'Yitzhak', 'Shamir', 'or', 'Syria', ""'s"", 'Hafez', 'Assad', 'would', 'run', 'out', 'of', 'excuses', 'first.']","[13, 14]",0,syria,The question during Mr Baker's recent tour was whether Israel's Yitzhak Shamir or Syria's Hafez Assad would run out of excuses first.,"[""The question on Baker's recent trip was whether Israel's Yitzhak Shamir or Syria's Hafez Assad would run out of excuses first."", ""On Baker's recent visit, the question was whether Israel's Yitzhak Shamir or Syria's Hafez Assad would run out of excuses first."", ""The question Michael Baker asked himself during his recent trip was whether Israel's Yitzhak Shamir or Syria's Hafez Assad would run out of excuses first."", ""Baker's recent trip was about whether Israel's Yitzhak Shamir or Syria's Hafez Assad would run out of excuses first."", ""During Mr Baker's recent trip, questions were raised about whether Israel's Yitzhak Shamir or Syria's Hafez Assad would run out of excuses first.""]" -428,"['Visit', 'the', 'Channel', 'Islands', 'and', 'you', 'will', 'see', 'Britten-Norman', 'Trislanders', 'happily', 'buzzing', 'between', 'the', 'islands', 'and', 'the', 'two', 'adjacent', 'mainlands', 'of', 'England', 'and', 'France.']","[2, 4]",0,channel islands,Visit the Channel Islands and you will see Britten-Norman Trislanders happily buzzing between the islands and the two adjacent mainlands of England and France.,"['Visit the Channel Islands and experience Britten-Norman Trislanders buzzing happily between the islands and the two neighbouring mainlands of England and France.', 'Visit the Channel Islands and you will see Britten-Norman Trislanders merrily buzzing between the islands and the neighbouring mainland of England and France.', 'Visit the Channel Islands and see Britten-Norman Trislanders buzzing happily between the islands and the two neighbouring mainland islands of England and France.', 'Visit the Channel Islands and see Britten and Norman Trislanders floating happily between the islands and the two neighbouring continents of England and France.', 'Visit the Channel Islands and you will see Britten-Norman Trislanders happily frolicking between the islands and the Norman mainland islands, as well as the two bordering countries of England and France.']" -429,"['One', 'particularly', 'notable', 'vessel', 'which', 'he', 'designed', 'was', 'the', 'Stirling', 'Castle,', 'famed', 'for', 'her', 'speed,', 'for', 'example,', 'when', 'in', '1882', 'she', 'brought', 'home', 'a', 'cargo', 'of', '6,000', 'tons', 'of', 'China', 'tea', 'from', 'Hankow', 'in', 'twenty-eight', 'days,', 'beating', 'the', 'previous', 'best', 'time', 'by', 'more', 'than', 'a', 'week.']","[29, 30]",0,china,"One particularly notable vessel which he designed was the Stirling Castle, famed for her speed, for example, when in 1882 she brought home a cargo of 6,000 tons of China tea from Hankow in twenty-eight days, beating the previous best time by more than a week.","['One particularly remarkable ship he designed was Stirling Castle, famous for its speed, when in 1882 it brought home a cargo of 6,000 tonnes of Chinese tea from Hankow in 28 days, surpassing the previous record by more than a week.', 'One of his most notable ships was Stirling Castle, famous for its speed, when in 1882 she brought home in 28 days a cargo of 6,000 tons of Chinese tea from Hankow, surpassing her previous best time by more than a week.', 'One particularly remarkable ship he designed was Stirling Castle, famous for its speed. In 1882 it brought home a cargo of 6,000 tonnes of Chinese tea from Hankow in 28 days, beating its previous best time by more than a week.', 'A particularly striking ship was the ""Stirling Castle,"" which became known for its speed when, for example, in 1882, on its way home from Hankow, it transported a cargo of 6,000 tonnes of Chinese tea in 28 days, beating the previous best time by more than a week.', 'One of the most notable ships he designed was Stirling Castle, famous for its speed, which brought a cargo of 6,000 tonnes of China tea home to Hankow in 1882, more than a week ahead of its previous record.']" -430,"['Ironically,', 'my', 'father,', 'mother,', 'younger', 'brother', 'and', 'I', 'had', 'recently', 'returned', 'to', 'England', 'from', 'Singapore', ',', 'at', 'the', 'end', 'of', 'a', 'four-year', 'posting.']","[14, 15]",0,singapore,"Ironically, my father, mother, younger brother and I had recently returned to England from Singapore, at the end of a four-year posting.","['Ironically, my father, mother, younger brother and I had recently returned to England from Singapore after four years.', 'Ironically, my father, mother, younger brother and I had recently returned to England from Singapore at the end of a four-year stay.', 'Ironically, my father, mother, younger brother and I had recently returned to England from Singapore at the end of a four-year stay.', 'Ironically, my father, mother, younger brother and I had recently returned to England after four years.', 'Ironically, my father, mother, younger brother and I had returned to England from Singapore at the end of a four-year stay.']" -431,"['In', 'Vernicos', 'Shipping', 'Co', 'v.', 'United', 'States', '217', 'the', 'application', 'of', 'the', 'Brussels', 'Convention', 'on', 'State', 'Immunity', 'between', 'Greece', '(a', 'party)', 'and', 'the', 'United', 'States', '(a', 'non-party)', 'was', 'considered.']","[23, 25]",0,united states,In Vernicos Shipping Co v. United States 217 the application of the Brussels Convention on State Immunity between Greece (a party) and the United States (a non-party) was considered.,"['Vernicos Shipping Co v. United States 217 considered the application of the Brussels Convention on State Immunity between Greece (a party) and the United States (a non-party).', 'Vernicos Shipping Co v. United States 217 dealt with the application of the Brussels Convention on State Immunity between Greece (party) and the United States (non-party).', 'Vernicos Shipping Co v. United States 217 considered the application of the Brussels Convention on State Immunity between Greece (a party) and the United States (a non-party).', 'In Vernicos Shipping Co v. United States 217 the application of the Brussels Convention on State Immunity between Greece (party member) and the United States (party member) was considered.', 'Vernicos Shipping Co v. United States 217 considered the application of the Brussels Convention on State Immunity between Greece (as a Contracting Party) and the United States (as a non-Contracting Party).']" -432,"['It', 'was', 'the', 'day', 'Hitler', 'tore', 'into', 'Belgium', 'and', 'the', 'Netherlands', ',', 'and', 'the', 'day', 'that', 'Winston', 'Churchill', 'became', 'Prime', 'Minister.']","[10, 11]",0,netherlands,"It was the day Hitler tore into Belgium and the Netherlands, and the day that Winston Churchill became Prime Minister.","['It was the day that Hitler conquered Belgium and the Netherlands, and the day that Winston Churchill became Prime Minister.', 'It was the day when Hitler conquered Belgium and the Netherlands and Winston Churchill became Prime Minister.', 'It was the day Hitler invaded Belgium and the Netherlands and Winston Churchill became Prime Minister.', 'It was the day that Hitler invaded Belgium and the Netherlands, and the day that Winston Churchill became Prime Minister.', 'It was the day when Hitler was defeated in Belgium and the Netherlands and Winston Churchill became Prime Minister.']" -433,"['The', 'compensation', 'should', 'be', 'arranged', 'at', 'a', 'European', 'level,', 'because', 'sediment', 'washed', 'from', 'the', ""UK's"", 'east', 'coast', 'can', 'end', 'up', 'strengthening', 'natural', 'sea', 'defences', 'in', 'Belgium,', 'the', 'Netherlands', 'and', 'Germany.']","[27, 28]",0,netherlands,"The compensation should be arranged at a European level, because sediment washed from the UK's east coast can end up strengthening natural sea defences in Belgium, the Netherlands and Germany.","[""Compensation should be provided at European level, as sediments washed ashore from Britain's east coast could ultimately strengthen natural marine protection in Belgium, the Netherlands and Germany."", 'Compensation should be ordered at European level, as sediment drained from the east coast of the United Kingdom can lead to the strengthening of natural defences against the sea in Belgium, the Netherlands and Germany.', 'Compensation should be provided at European level, as sediments overflowing from the east coast of the United Kingdom can ultimately strengthen natural sea defences in Belgium, the Netherlands and Germany.', 'This compensation should be organised at European level, as washed-up sediment on the British east coast can now lead to a strengthening of semi-natural marine protection in Belgium, the Netherlands and Germany.', 'Compensation should be paid to those who were affected by the incident and to those who were affected by the incident or were affected by the incident or were affected by it or were affected by it or were affected by it or were or are affected by it.']" -434,"['His', 'father,', 'Lazarus', 'Cohen', '(known', 'as', 'Reb', 'Leizer),', 'was', 'formerly', 'a', 'bochur', '(teacher)', 'in', 'the', 'rabbinical', 'college', 'of', 'Wolozhin,', 'near', 'Wilkovislak', 'in', 'Lithuania', '.']","[22, 23]",0,lithuania,"His father, Lazarus Cohen (known as Reb Leizer), was formerly a bochur (teacher) in the rabbinical college of Wolozhin, near Wilkovislak in Lithuania.","['His father Lazarus Cohen (known as Reb Leizer) was a former teacher at the Woloshin Rabbinical College near Wilkovislak in Lithuania.', 'His father Lazarus Cohen (better known as Reb Leizer) used to work as Bochur (teacher) at the Rabbinical College in Voloshin near Wilkovislak in Lithuania.', 'His father, Lazarus Cohen (known as Reb Leizer), was formerly a teacher at the Woloshin Rabbinical College near Wilkovislak in Lithuania.', 'His father, Lazarus Cohen (known as Reb Leizer), was also Bochur (teacher) at the Rabbinical College Woloshin near Wilkovislak in Lithuania.', 'His father, Lazarus Cohen (called Reb Leizer), used to be a lecturer at the Rabbinical College in Voloshin near Wilkovislak in Lithuania.']" -435,"['The', 'initial', 'impressions', 'of', 'the', 'Italian', 'reform', 'of', '1978', 'suggested', 'a', 'similarly', 'disappointing', 'outcome', 'to', 'that', 'in', 'the', 'USA', '.']","[18, 19]",0,usa,The initial impressions of the Italian reform of 1978 suggested a similarly disappointing outcome to that in the USA.,"['The first impressions of the Italian reform of 1978 pointed to a similarly disappointing outcome as in the US.', 'The first impression of the Italian reform of 1978 pointed to a similarly disappointing result as in the US.', 'The first impression of the Italian reform of 1978 suggested a result similar to that of the United States.', 'Initial impressions of the Italian reform of 1978 pointed to a similar outcome as in the United States.', 'The first impression of the Italian reform of 1978 was as disappointing as in the United States.']" -436,"['The', 'Turkmen', 'Council', 'of', 'Ministers', 'decided', 'on', 'July', '14', 'to', 'establish', 'a', 'national', 'guard', 'initially', 'numbering', '1,000', 'and', 'republican', 'armed', 'forces,', 'although', 'with', 'significant', 'involvement', 'by', 'Russia', '[', 'see', 'p.', '38969', '];', 'it', 'was', 'expected', 'that', 'the', 'Turkmen', 'Defence', 'Department', 'would', 'become', 'a', 'Ministry,', 'to', 'be', 'headed', 'by', 'current', 'defence', 'chief', 'Danatar', 'Kopekov.']","[1, 2]",0,turkmen,"The Turkmen Council of Ministers decided on July 14 to establish a national guard initially numbering 1,000 and republican armed forces, although with significant involvement by Russia [ see p. 38969 ]; it was expected that the Turkmen Defence Department would become a Ministry, to be headed by current defence chief Danatar Kopekov.","['The Turkmen Council of Ministers decided on July 14 to form a National Guard, initially with about 1,000 republican forces, albeit with significant Russian participation [see p. 38969]; it was expected that the Turkmen Ministry of Defense would become a ministry under the leadership of the current Minister of Defense, Danatar Kopekov.', 'The Turkmen Council of Ministers decided on July 14 to establish a National Guard, initially with 1,000 republican forces, but with considerable Russian participation [see p. 38969]; it had been expected that the Turkmen Ministry of Defense would become a ministry under the leadership of the current Minister of Defense, Danatar Kopekov.', 'On July 14, the Turkmen Council of Ministers decided to establish an initially 1,000-strong National Guard and Republican Armed Forces, but with significant Russian participation. [see p. 38969] It was expected that the Turkmen Ministry of Defense would become a ministry under the leadership of the current Minister of Defense, Danatar Kopekov.', 'On July 14, the Turkmen Council of Ministers, with the participation of Russia, decided to establish a National Guard, initially comprising 1,000 soldiers and republican forces. [see p. 38969] It was expected that the Turkmen Ministry of Defense would become a ministry under the leadership of the current defense chief, Danatar Kopekov.', 'On July 14, the Turkmen Council of Ministers decided to establish a National Guard, initially with 1,000 armed forces, with the participation of Republican forces, albeit with significant Russian participation. [see p. 38969] It was expected that the Turkmen Ministry of Defense would become a ministry under the current Defense Minister, Danatar Kopekov.']" -437,"['The', 'urban', 'riots', 'of', '1981,', 'the', 'continuing', 'troubles', 'in', 'Northern', 'Ireland,', 'and', 'the', 'headline-making', 'supporters', 'of', 'many', 'football', 'clubs,', 'combine', 'to', 'give', 'the', 'impression', 'that', 'crowd', 'violence', 'is', 'on', 'the', 'increase', 'in', 'contemporary', 'Britain', '.']","[33, 34]",0,britain,"The urban riots of 1981, the continuing troubles in Northern Ireland, and the headline-making supporters of many football clubs, combine to give the impression that crowd violence is on the increase in contemporary Britain.","['The urban riots of 1981, the continuing unrest in Northern Ireland, and the headline-grabbing supporters of many football clubs combined give the impression that violence is on the rise in modern Britain.', 'The urban unrest of 1981, the continuing unrest in Northern Ireland, and the headline-grabbing supporters of many football clubs combined give the impression that violence is on the rise in Britain.', 'The urban unrest of 1981, the continuing unrest in Northern Ireland, and the headline-grabbing supporters of many football clubs all combined give the impression that violence is on the rise in Britain today.', 'The urban riots of 1981, the continuing unrest in Northern Ireland, and the headline-grabbing supporters of many football clubs give the game the impression that violence is on the rise in Britain today.', 'The urban riots of 1981, the continuing unrest in Northern Ireland, and the headline-grabbing supporters of many football clubs combined give the impression that public violence is on the rise in Britain today.']" -438,"['In', 'the', 'year', 'beginning', 'November', '1917', 'National', 'Service', 'Medical', 'Boards', 'conducted', 'nearly', '2.5', 'million', 'medical', 'examinations', 'in', 'Great', 'Britain', ':', 'of', 'every', 'nine', 'men,', 'only', 'three', 'were', 'perfectly', 'fit', 'and', 'healthy,', 'while', 'two', 'were', 'on', 'a', 'definitely', '`', 'unfirm', 'plane', '""', 'of', 'health', 'and', 'strength,', 'three', 'were', 'incapable', 'of', 'undergoing', 'more', 'than', 'a', 'very', 'moderate', 'degree', 'of', 'physical', 'exertion', 'and', 'the', 'remaining', 'one', 'was', 'a', 'chronic', 'invalid.']","[17, 19]",0,great britain,"In the year beginning November 1917 National Service Medical Boards conducted nearly 2.5 million medical examinations in Great Britain: of every nine men, only three were perfectly fit and healthy, while two were on a definitely unfirm plane"" of health and strength, three were incapable of undergoing more than a very moderate degree of physical exertion and the remaining one was a chronic invalid.","['In the year that began in November 1917, the National Service Medical Board conducted nearly 2.5 million surveys in Britain: out of nine men, only three were perfectly fit and healthy, while two were at distinctly unsafe levels of health and strength, three were unable to undertake more than a very moderate level of physical exertion, and the rest were chronically disabled.', 'In November 1917, the National Service Medical Boards conducted nearly 2.5 million medical examinations in Great Britain. Out of nine men, only three were perfectly fit and healthy, while two were clearly on a strenuous level of health and strength. Three could not endure more than a very small amount of physical exertion at 6.30 p.m.', 'Since November 1917, almost 2.5 million medical examinations have been carried out in Britain: of nine men, only three were perfectly fit and healthy, while two were clearly in poor health and strength; three were unable to exercise more than moderately, and the other was chronically disabled.', 'In November 1917, the British National Chambers of Physicians conducted nearly 2.5 million medical examinations: of nine men, only three were perfectly healthy, while the rest were at ""definitely unsafe levels of health and strength,"" three of whom were unable to move very moderately, and the rest were chronically ill.', 'At the beginning of November 1917, the health authorities of the NHS in Great Britain carried out almost 2.5 million medical examinations: of nine men, only three were perfectly fit and healthy, while two were perfectly healthy and weak, three were unable to perform more than a moderate level of physical exertion, and the remaining five were chronically disabled.']" -439,"['On', 'a', 'visit', 'to', 'the', 'United', 'States', 'on', 'May', '19-21', 'Kohl,', 'accompanied', 'by', 'Foreign', 'Minister', 'Hans-Dietrich', 'Genscher,', 'assured', 'his', 'hosts', 'that', 'his', 'government', 'did', '""', 'not', 'want', 'to', 'see', 'the', 'long-standing', 'Atlantic', 'alliance', 'in', 'any', 'way', 'weakened,', 'still', 'less', 'replaced', 'by', 'a', 'European', 'structure', '"".']","[5, 7]",0,united states,"On a visit to the United States on May 19-21 Kohl, accompanied by Foreign Minister Hans-Dietrich Genscher, assured his hosts that his government did"" not want to see the long-standing Atlantic alliance in any way weakened, still less replaced by a European structure"".","['During his visit to the United States on May 19 and 21, Kohl, together with Foreign Minister Hans-Dietrich Genscher, assured his hosts that his government ""does not want to weaken the longstanding Atlantic alliance in any way, let alone replace it with a European structure.""', 'During a visit to the United States on May 19-21, Kohl, accompanied by Foreign Minister Hans-Dietrich Genscher, asserted that his government ""does not want to weaken the longstanding Atlantic alliance, let alone replace it with a European structure.""', 'During a visit to the United States on May 19-21, Kohl, accompanied by Foreign Minister Hans-Dietrich Genscher, assured his host that his government ""does not want to weaken the longstanding Atlantic alliance, let alone replace it with a European structure.""', 'During a visit to the United States on May 19-21, Kohl, accompanied by Foreign Minister Hans-Dietrich Genscher, assured his hosts that his government ""does not want to weaken the longstanding Atlantic alliance,"" let alone replace it with a European structure.', 'During his visit to the United States on May 19 and 21, Kohl, together with Foreign Minister Hans-Dietrich Genscher, asserted that his government ""in no way wants to weaken the longstanding Atlantic Alliance, let alone a European structure for it.""']" -440,"['The', 'Arab', 'League', 'Secretary-General,', 'Chedli', 'Klibi', '(', 'Tunisia', '),', 'had', 'already', 'resigned', 'on', 'Sept.', '3,', 'over', 'alleged', 'accusations', 'from', 'Saudi', ""Arabia's"", 'Foreign', 'Minister,', 'Prince', 'Saud', 'al', 'Faisal,', 'that', 'he', 'had', 'failed', 'in', 'his', 'mandate', 'to', 'discover', 'why', 'some', 'Arab', 'countries', 'had', 'expressed', 'reservations', 'or', 'abstained', 'from', 'voting', 'during', 'the', 'August', 'Arab', 'emergency', 'summit', 'on', ""Iraq's"", 'invasion', 'of', 'Kuwait', '[', 'see', 'p.', '37635', '].']","[7, 8]",0,tunisia,"The Arab League Secretary-General, Chedli Klibi ( Tunisia ), had already resigned on Sept. 3, over alleged accusations from Saudi Arabia's Foreign Minister, Prince Saud al Faisal, that he had failed in his mandate to discover why some Arab countries had expressed reservations or abstained from voting during the August Arab emergency summit on Iraq's invasion of Kuwait [ see p. 37635 ].","['The Secretary General of the Arab League, Chedli Klibi (Tunisia), had already resigned on 3 September after Saudi Foreign Minister Prince Saud al Faisal claimed that he had not fulfilled his mandate and that some Arab countries had expressed reservations or abstained on the Iraqi invasion of Kuwait at the Arab crisis summit in August [see p. 37635].', 'The Secretary-General of the Arab League, Chedli Klibi (Tunisia), had already resigned on 3 September after Saudi Arabia accused Foreign Minister Prince Saud al Faisal of failing to fulfil his mandate to find out why some Arab countries had expressed reservations or abstained from voting at the August trade summit on the invasion of Iraq in Kuwait (see p. 37635).', 'The Secretary General of the Arab League, Chedli Klibi of Tunisia, was already back on 3 September after Saudi Foreign Minister Prince Saud al Faisal accused him of not fulfilling his mandate to find out why some Arab countries had expressed reservations or abstained from voting during the Arab crisis summit in August [see p. 37635].', 'Chedli Klibi (Tunisia), Secretary General of the Arab League, had already resigned on 3 September following accusations by Saudi Foreign Minister Prince Saud al Faisal that he had not fulfilled his mandate in order to understand why some Arab countries had expressed reservations or abstained from the Iraqi invasion of Kuwait [see p. 37 635].', 'Chedli Klibi, Secretary General of the Arab League (Tunisia), who had already become bishop in Turin on 3 September, accused Saudi Foreign Minister Prince Saud al-Faisal of failing to fulfil his mandate to find out why some Arab countries objected or abstained at the Arab crisis summit in August [see p. 37635].']" -441,"['The', 'meeting', 'then', 'proceeded', 'to', 'the', 'more', 'serious', 'business', 'of', 'the', 'UK', 'Drinking', 'Water', 'Regulations', 'under', 'the', 'expert', 'guidance', 'of', 'Owen', 'Hydes,', 'the', 'deputy', 'chief', 'inspector', 'of', 'the', 'Drinking', 'Water', 'Inspectorate.']","[11, 12]",0,uk,"The meeting then proceeded to the more serious business of the UK Drinking Water Regulations under the expert guidance of Owen Hydes, the deputy chief inspector of the Drinking Water Inspectorate.","['Then, under the expert guidance of Owen Hydes, the Deputy Chief Inspector of Drinking Water Inspectorate, the serious business of UK drinking water legislation moved on.', 'Under the expert guidance of Owen Hydes, deputy chief inspector of the Drinking Water Inspectorate, it then moved on to more serious regulation of UK drinking water legislation.', 'Afterwards, under the expert guidance of Owen Hydes, deputy chief inspector of Hart Drinking Water Inspectorate, the assembly moved on to more serious implementation of UK drinking water legislation.', 'Under the expert guidance of Owen Hydes, deputy chief inspector of the Drinking Water Regulatory Authority, the rules were put in place.', 'The meeting was then continued under the chairmanship of Owen Hydes, deputy chief inspector of the Drinking Water Inspectorate - the serious work of the UK Drinking Water Inspectorate.']" -442,"['Nissan', 'is', 'the', 'extreme', 'case', 'among', 'the', 'seven', 'Japanese', 'car', 'makers', 'settling', 'into', 'America', 'and', 'the', 'three', 'that', 'are', 'in', 'Britain', '.']","[20, 21]",0,britain,Nissan is the extreme case among the seven Japanese car makers settling into America and the three that are in Britain.,"['Nissan is the most extreme of the seven Japanese automakers based in America and the three Britons.', 'Nissan is the most extreme of the seven Japanese automakers, which are based in America and the three in Britain.', 'Nissan is the most extreme of the seven Japanese automakers that go to America, and the three in Britain.', 'Nissan is the most extreme of the seven Japanese automakers based in America and the three in Britain.', 'Nissan is the most extreme of the seven Japanese automakers, which are based in America and the three in Britain.']" -443,"['Scottish', 'scallops,', 'worth', 'about', '£7,000', 'and', 'due', 'for', 'export', 'to', 'Spain', ',', 'have', 'been', 'buried', 'alive', 'after', 'being', 'found', 'to', 'be', 'contaminated', 'with', 'heavy', 'metals.']","[10, 11]",0,spain,"Scottish scallops, worth about £7,000 and due for export to Spain, have been buried alive after being found to be contaminated with heavy metals.","['Scottish scallops worth £7,000 destined for export to Spain have been buried alive after they were found to be contaminated with heavy metals.', 'Scottish scallops worth about £7,000 that were to be exported to Spain have been buried alive after they were found to be contaminated with heavy metals.', 'Scottish scallops worth about £7,000 that were to be exported to Spain have been buried alive after they were found to be contaminated with heavy metals.', 'Scottish scallops worth about £7,000 destined for export to Spain were buried alive when they were found to be contaminated with heavy metals.', 'About £7,000 worth of Scottish scallops to be exported to Spain have been buried alive after they were contaminated with heavy metals.']" -444,"['Cairns', 'group', 'members', '-', 'which', 'include', 'Australia,', 'Brazil,', 'Argentina', ',', 'Indonesia,', 'Canada,', 'the', 'Philippines', 'and', 'Thailand', '-', 'account', 'for', 'about', 'one-quarter', 'of', 'world', 'agricultural', 'trade.']","[8, 9]",0,argentina,"Cairns group members - which include Australia, Brazil, Argentina, Indonesia, Canada, the Philippines and Thailand - account for about one-quarter of world agricultural trade.","['Members of the Cairns Group - which includes Australia, Brazil, Argentina, Indonesia, Canada, the Philippines, and Thailand - account for about a quarter of world trade in agricultural products.', 'Members of the Cairns Group, which includes Australia, Brazil, Argentina, Indonesia, Canada, the Philippines and Thailand, account for about a quarter of global agricultural trade.', 'Cairns members - including Australia, Brazil, Argentina, Indonesia, Canada, the Philippines, and Thailand - account for about a quarter of global agricultural trade.', 'Members of the Cairns Group - including Australia, Brazil, Argentina, Indonesia, Haas, Canada, the Philippines, and Thailand - account for a quarter of global agricultural trade.', 'The members of the Cairns Group - Australia, Brazil, Argentina, Indonesia, Canada, the Philippines, and Thailand - account for about a quarter of global agricultural trade.']" -445,"['48', 'Eocene', 'bony', 'fish,', 'Pristigenys', 'substriatus,', 'Monte', 'Bolca,', 'Verona,', 'Italy', '.']","[9, 10]",0,italy,"48 Eocene bony fish, Pristigenys substriatus, Monte Bolca, Verona, Italy.","['48 Eocene bony fish, Pristigenys substriatus, Monte Bolca, Verona, Italy.', '48 Eocene bony fish, Pristigenys substriatus, Monte Bolca, Verona, Italy.', '48 Eocene bony fish, Pristigenys substriatus, Monte Bolca, Verona, Italy.', '48 Eocene bony fish, Pristigenys substriatus, Monte Bolca, Verona, Italy.', '48 Bony fish in the Eocene, Pristigenys substriatus, Monte Bolca, Verona, Italy.']" -446,"['One', 'firm', 'is', 'even', 'arranging', 'for', 'convoys', 'of', 'lorries', 'to', 'travel', 'with', 'the', 'coaches', 'to', 'France', 'and', 'bring', 'back', 'the', 'booty.']","[15, 16]",0,france,One firm is even arranging for convoys of lorries to travel with the coaches to France and bring back the booty.,"['One company even organises convoys of lorries that travel to France by bus and return the loot.', 'One company even organizes columns of trucks and buses to bring the loot back to France.', 'One company is even organising columns of trucks to take the buses to France and return the loot.', 'One company even organises a convoy of trucks, which then goes to France by bus and returns the loot.', 'One company is even organising columns of trucks to take the migrants to France and return the loot.']" -447,"['Only', 'the', 'eagle', 'badge', 'on', 'their', 'shakos', 'had', 'been', 'changed,', 'replaced', 'by', 'a', '`', 'W', '""', 'for', 'King', 'William', 'of', 'the', 'Netherlands', ',', 'but', 'otherwise', 'the', 'Dutch-Belgians', 'were', 'dressed', 'exactly', 'like', 'the', 'men', 'they', 'were', 'doubtless', 'about', 'to', 'fight.']","[21, 22]",0,netherlands,"Only the eagle badge on their shakos had been changed, replaced by a W"" for King William of the Netherlands, but otherwise the Dutch-Belgians were dressed exactly like the men they were doubtless about to fight.","['Only the eagle badge on the Shakos had changed, replaced by a ""W"" for King William of the Netherlands, but otherwise the Dutch and Belgians were dressed exactly like the men they undoubtedly wanted to fight.', 'Only the eagle badge on their shakos had been replaced, instead of a W ""it was now W"" for King William of the Netherlands, but otherwise the Dutch were dressed exactly like the men they doubtless wanted to fight.', 'Only the eagle flag on their shakos had been changed instead of a ""W"" for King William of the Netherlands, but otherwise the Dutch-Belgians were just as disguised as the men they would undoubtedly fight.', 'But apart from that, the Dutch and Belgians were dressed in the same way as the men they would undoubtedly meet.', 'Only the eagle badge on their shakos was actually replaced by a ""W"" for King William of the Netherlands, but otherwise the Dutch and Belgians were dressed exactly like the men they undoubtedly fought.']" -448,"['Rubella', '(German', 'measles)', 'can', 'cause', 'devastating', 'damage', 'to', 'the', 'fetus', 'in', 'early', 'pregnancy', 'and', 'girls', 'who', 'have', 'not', 'had', 'an', 'attack', 'of', 'this', 'disease', 'by', 'the', 'age', 'of', 'puberty', 'are', 'offered', 'immunisation', 'against', 'this', 'virus', 'so', 'that', 'any', 'baby', 'conceived', 'would', 'be', 'protected,', 'although', 'this', 'should', 'soon', 'be', 'rare', 'in', 'the', 'UK', 'because', 'from', '1988,', 'MMR', '(measles,', 'mumps,', 'rubella)', 'protection', 'has', 'been', 'available', 'to', 'all', 'infants.']","[51, 52]",0,uk,"Rubella (German measles) can cause devastating damage to the fetus in early pregnancy and girls who have not had an attack of this disease by the age of puberty are offered immunisation against this virus so that any baby conceived would be protected, although this should soon be rare in the UK because from 1988, MMR (measles, mumps, rubella) protection has been available to all infants.","['Rubella (German measles) can have devastating consequences for the fetus in early pregnancy. Girls who have not had a seizure until puberty are vaccinated against these viruses so that every child can be protected. This will soon be rare in the UK, as MMR protection (measles, mumps, rubella) has been available to all babies since 1988.', 'Rubella (German measles) can have devastating consequences for the fetus in early pregnancy, and girls who have not been affected by the disease during puberty are vaccinated so that every baby is protected. However, this is unlikely in the UK, as MMR (measles, mumps, rubella) has been available to all babies since 1988.', 'Rubella can wreak havoc on the fetus in early pregnancy, and girls who have not yet developed the disease at puberty are vaccinated against the virus so that every child is protected, although this will soon be rare in the UK as MMR (measles, mumps, rubella) protection has been in place for all babies since 1988.', 'Rubella (German measles) can wreak havoc on the fetus during early pregnancy. Girls who have not been infected with the disease since puberty are offered immunisation against the virus so that every child is protected, although this will soon be rare in the UK as MMR protection has been in place for all babies since 1988.', 'Rubella (German measles) can wreak havoc on the fetus in early pregnancy, and girls who have not had a seizure during puberty are vaccinated against the virus so that every child would be protected. However, this will soon be rare in the UK, as so-called MMR protection (measles, mumps, rubella) has been available for all babies since 1988.']" -449,"['The', 'Chancellor', 'has', 'evidently', 'made', 'it', 'clear', 'to', 'Moscow', 'that', 'West', 'Germany', 'respects', 'East', 'Germany', ""'s"", 'existence', 'as', 'a', 'separate', 'state,', 'that', 'it', 'does', 'not', 'want', 'to', 'alter', 'the', 'present', 'military', 'set-up', 'of', 'Nato', 'and', 'the', 'Warsaw', 'Pact,', 'and', 'that', 'although', 'it', 'aims', 'to', 'overcome', 'the', 'division', 'of', 'Europe,', 'this', 'does', 'not', 'also', 'apply', 'to', 'the', 'political', 'division', 'of', 'Germany', '-', 'at', 'least', 'for', 'the', 'foreseeable', 'future.']","[13, 15]",0,east germany,"The Chancellor has evidently made it clear to Moscow that West Germany respects East Germany's existence as a separate state, that it does not want to alter the present military set-up of Nato and the Warsaw Pact, and that although it aims to overcome the division of Europe, this does not also apply to the political division of Germany - at least for the foreseeable future.","['The Chancellor has apparently made it clear to Moscow that the Federal Republic of Germany respects the existence of East Germany as an independent state, that it does not want to change the current military structure of NATO and the Warsaw Pact, and that while it wants to overcome the division of Europe, this does not also affect the political division of Germany - at least for the foreseeable future.', 'The Chancellor has apparently made it clear to Moscow that the Federal Republic of Germany respects the existence of East Germany as an independent state, does not want to change the current military structure of NATO and the Warsaw Pact, and that, while this is aimed at overcoming the division of Europe, it does not apply to the political division of Germany - at least for the foreseeable future.', 'The Chancellor has obviously made it clear to Moscow that the FRG respects the existence of East Germany as a state of its own, that it does not want to change the current military structure of NATO and the Warsaw Pact, and that the goal of overcoming the division of Europe does not also apply to the political division of Germany - at least for the foreseeable future.', 'The Chancellor has obviously made it clear to Moscow that the Federal Republic of Germany respects the existence of the GDR as an independent state, that it does not want to change the current military constellation of NATO and the Warsaw Pact, and that, although it aspires to overcome the division of Europe, at least for the foreseeable future, it does not address the political division of Germany.', 'The Chancellor has obviously made it clear to Moscow that the Federal Republic of East Germany respects its autonomy, that it does not want to change the current military coordination of NATO and the Warsaw Pact, and that the division of Europe can be overcome, but is not applicable to the political division of Germany, at least for the foreseeable future.']" -450,"['By', 'the', 'end', 'of', 'the', 'nineteenth', 'century', 'thirty-four', 'newspapers', 'had', 'appeared', 'in', 'Sierra', 'Leone,', 'nineteen', 'in', 'the', 'Gold', 'Coast,', 'nine', 'in', 'Nigeria', 'and', 'one', 'in', 'the', 'Gambia', '.']","[26, 27]",0,gambia,"By the end of the nineteenth century thirty-four newspapers had appeared in Sierra Leone, nineteen in the Gold Coast, nine in Nigeria and one in the Gambia.","['By the end of the nineteenth century, thirty-four newspapers had appeared in Sierra Leone, nineteen on the Gold Coast, nine in Nigeria, and one in Gambia.', 'By the end of the 19th century, 34 newspapers had appeared in Sierra Leone, 19 on the Gold Coast, nine in Nigeria and one in Gambia.', 'By the end of the 19th century, there were 34 newspapers in Sierra Leone, 19 on the Gold Coast, nine in Nigeria and one in Gambia.', 'By the end of the 19th century, 34 newspapers had appeared in Sierra Leone, 19 on the Gold Coast, nine in Nigeria and one in Gambia.', 'Towards the end of the 19th century, 34 newspapers appeared in Sierra Leone, 19 on the Gold Coast, nine in Nigeria and one in Gambia.']" -451,"['`', 'Why', 'Tunisia', '?', '""']","[2, 3]",0,tunisia,"Why Tunisia?""","['Why Tunisia? ""', 'Why Tunisia? ""', 'Why Tunisia? ""', 'Why Tunisia? ""', 'Why Tunisia?']" -452,"['At', 'the', 'time', 'of', 'construction', 'the', 'bridge', 'had', 'the', 'distinction', 'of', 'being', 'the', 'largest', 'swing', 'bridge', 'in', 'the', 'United', 'Kingdom', '.']","[18, 20]",0,united kingdom,At the time of construction the bridge had the distinction of being the largest swing bridge in the United Kingdom.,"[""At the time of construction, the bridge had the dubious reputation of being one of Britain's largest revolving bridges."", 'At the time of construction, this bridge had the status of the largest swing bridge in the United Kingdom.', ""At the time of construction, the bridge bore the title of Great Britain's largest swing bridge."", ""At the time construction began, the bridge was Britain's largest revolving bridge."", 'At the time of construction, the bridge was the largest in Britain.']" -453,"['Following', 'their', 'occupation', 'of', 'Malaya', 'and', 'Singapore', 'the', 'Japanese', 'invaded', 'Indonesia', '.']","[10, 11]",0,indonesia,Following their occupation of Malaya and Singapore the Japanese invaded Indonesia.,"['After the occupation of Malaysia and Singapore, the Japanese invaded Indonesia.', 'After the occupation of Malaysia and Singapore, the Japanese invaded Indonesia.', 'After their occupation of Malaysia and Singapore, the Japanese invaded Indonesia.', 'After their occupation of Malaysia and Singapore, the Japanese invaded Indonesia.', 'After occupying Malaysia and Singapore, the Japanese invaded Indonesia.']" -454,"['It', 'sniffed', 'the', 'air', 'once,', 'went', 'to', 'the', 'starboard', 'railing,', 'where', 'the', 'coastline', 'of', 'Malaysia', 'was', 'clearly', 'visible', 'only', 'four', 'miles', 'away,', 'and', 'returned', 'to', 'bound', 'over', 'the', 'port', 'railing', 'sixty', 'feet', 'into', 'the', 'sea,', 'to', 'begin', 'swimming', 'directly', 'for', 'the', 'shores', 'of', 'Sumatra,', 'a', 'further', 'eighty', 'miles', 'away', 'and', 'still', 'beneath', 'the', 'horizon.']","[14, 15]",0,malaysia,"It sniffed the air once, went to the starboard railing, where the coastline of Malaysia was clearly visible only four miles away, and returned to bound over the port railing sixty feet into the sea, to begin swimming directly for the shores of Sumatra, a further eighty miles away and still beneath the horizon.","['At one point he felt the air, went to starboard, where the coast of Malaysia was only four miles away, and went 60 feet back into the sea via the harbor rails, before swimming directly to the coast of Sumatra, which is another 80 miles away and still below the horizon.', 'Once she took a deep breath, went to starboard, where the coast of Malaysia was clearly visible only eight kilometers away, and returned to the side over the harbor railings up to 60 meters deep into the sea to swim directly to the coast of Sumatra, which is another eight kilometers away, but still below the horizon.', 'It once sniffed the air, went to starboard, where the coast of Malaysia was clearly visible only four miles away, then returned 60 feet into the sea over the harbor rails to swim directly to the coast of Sumatra, only 80 miles away and still below the horizon.', 'He breathed a sigh of relief, went to the starboard railings, where the coast of Malaysia was clearly visible only 16 kilometres away, and returned to the sea via the harbour railings ten metres out to swim directly to the coast of Sumatra, 100 metres further away and still under the horizon.', 'He once sniffed the air, went to starboard, from where the coast of Malaysia could barely be seen for more than 28 kilometers, and returned to bend 60 feet behind the harbor railings into the sea, then swim directly around the coast of Sumatra, which is still on the horizon, eighty miles away.']" -455,"[""I'm"", 'calling', 'from', 'France', '.']","[3, 4]",0,france,I'm calling from France.,"[""I'm calling from France."", ""I'm calling from France."", ""I'm calling from France."", ""I'm calling from France."", ""I'm calling from France.""]" -456,['NORWAY'],"[0, 1]",0,norway,NORWAY,"['NORWAYS', 'NORWAYS', 'NORWAYS', 'NORWEGA', 'As in the American countries']" -457,"['The', 'Parliamentary', 'Under-Secretary', 'of', 'State', 'for', 'Northern', 'Ireland', '(Mr.', 'Richard', 'Needham)']","[6, 8]",0,northern ireland,The Parliamentary Under-Secretary of State for Northern Ireland (Mr. Richard Needham),"['Parliamentary Secretary of State for Northern Ireland (Richard Needham)', 'Parliamentary Secretary of State for Northern Ireland (Richard Needham)', 'Parliamentary Secretary of State for Northern Ireland (Richard Needham)', 'Parliamentary Secretary of State for Northern Ireland (Richard Needham)', 'Parliamentary Under Secretary of State for North Africa (Richard Needham)']" -458,"['His', 'visit', 'did', 'nothing', 'to', 'stem', 'the', 'exodus,', 'however,', 'and', 'on', 'Jan.', '20', 'the', 'Greek', 'authorities', 'declared', 'that', 'no', 'Albanian', 'would', 'be', 'allowed', 'to', 'enter', 'Greece', 'without', 'a', 'passport', 'and', 'visa.']","[25, 26]",0,greece,"His visit did nothing to stem the exodus, however, and on Jan. 20 the Greek authorities declared that no Albanian would be allowed to enter Greece without a passport and visa.","['However, his visit did nothing to stop the exodus, and on 20 January the Greek authorities declared that no Albanian could enter Greece without a passport and visa.', 'However, his visit did nothing to stem the flow of migrants, and on 20 January the Greek authorities declared that no Albanian could enter Greece without a passport and visa.', 'However, his visit did nothing to stop the exodus, and on 20 January the Greek authorities declared that no Albanian could enter Greece without a passport and visa.', 'His visit did not stop the exodus, however, and on 20 January the Greek authorities declared that no pet could enter Greece without a passport and visa.', 'On 20 January, the Greek authorities declared that no Albanian could enter Greece without a passport or visa.']" -459,"['It', 'was', 'announced', 'on', 'Feb.', '14', 'that', 'the', 'Soviet', 'ambassador', 'in', 'ReykjavÃk,', 'Igor', 'Krasavin,', 'was', 'being', 'recalled', 'until', '""', 'suitable', 'explanations', '""', 'were', 'given', 'by', 'Iceland', 'regarding', 'the', 'Jan.', '31', 'decision', 'to', 'establish', 'diplomatic', 'relations', 'with', 'Lithuania', 'as', 'an', 'independent', 'republic.']","[36, 37]",0,lithuania,"It was announced on Feb. 14 that the Soviet ambassador in ReykjavÃk, Igor Krasavin, was being recalled until"" suitable explanations"" were given by Iceland regarding the Jan. 31 decision to establish diplomatic relations with Lithuania as an independent republic.","['On 14 February, it was announced that the Soviet ambassador to ReykjavÃk, Igor Krasavin, would be recalled until Iceland had made ""appropriate statements"" on the decision of 31 January to establish diplomatic relations with Lithuania as an independent republic.', 'On 14 February, it was announced that the Soviet ambassador to ReykjavÃk, Igor Krasavin, would be recalled until Iceland had made ""appropriate statements"" for the decision of 31 January to establish diplomatic relations with Lithuania as an independent republic.', 'On 14 February, it was announced that the Soviet ambassador to ReykjavÃk, Igor Krasavin, would be recalled until Iceland provided ""adequate explanations"" for the decision of 31 January to establish diplomatic relations with Lithuania as an independent republic.', 'On 14 February, it was announced that the Soviet ambassador to ReykjavÃk, Igor Krasavin, would be recalled until Iceland had made ""appropriate statements"" regarding the decision to remove the Lithuanian Federation from the Republic on 31 January.', 'The Governor of ReykjavÃk, Igor Krasavin, should be recalled until Iceland provides ""adequate explanations"" for its decision of 31 January to establish diplomatic relations with Lithuania as an independent republic.']" -460,"['For', 'ten', 'years,', 'from', '1971', 'to', '1981,', 'Patrick', 'and', 'his', 'brother', 'Dom', 'lived', 'in', 'Italy', ',', 'in', 'a', 'coachhouse', 'on', 'a', 'country', 'estate', 'just', 'outside', 'Frascati.']","[14, 15]",0,italy,"For ten years, from 1971 to 1981, Patrick and his brother Dom lived in Italy, in a coachhouse on a country estate just outside Frascati.","['For ten years, from 1971 to 1981, Patrick and his brother Dom lived in Italy in a carriage on an estate outside Frascati.', 'For ten years, from 1971 to 1981, Patrick and his brother Dom lived in Italy in a carriage on an estate near Frascati.', 'For ten years, from 1971 to 1981, Patrick and his brother Dom lived in Italy, in a carriage house on an estate near Frascati.', 'From 1971 to 1981 Patrick lived with his brother Dom in Italy for a total of ten years - in a carriage on an estate outside Frascati.', 'For ten years Patrick lived with his brother Dom in Italy in a carriage house on an estate on the outskirts of Frascati.']" -461,"['The', 'countries', 'considered', 'under', 'this', 'regional', 'grouping', 'are', 'Brunei,', 'Hong', 'Kong,', 'Indonesia,', 'Malaysia,', 'Philippines,', 'Singapore,', 'South', 'Korea,', 'Taiwan', 'and', 'Thailand', '.']","[19, 20]",0,thailand,"The countries considered under this regional grouping are Brunei, Hong Kong, Indonesia, Malaysia, Philippines, Singapore, South Korea, Taiwan and Thailand.","['This regional group includes Brunei, Hong Kong, Indonesia, Malaysia, the Philippines, Singapore, South Korea, Taiwan and Thailand.', 'This regional grouping includes Brunei, Hong Kong, Indonesia, Malaysia, the Philippines, Singapore, South Korea, Taiwan and Thailand.', 'This regional grouping includes Brunei, Hong Kong, Indonesia, Malaysia, the Philippines, Singapore, South Korea, Taiwan and Thailand.', 'This regional group includes Brunei, Hong Kong, Indonesia, Malaysia, the Philippines, Singapore, South Korea, Taiwan and Thailand.', 'Members of this regional group are Brunei, Hong Kong, Indonesia, Malaysia, the Philippines, Singapore, South Korea, Taiwan and Thailand.']" -462,"['Speaking', 'on', 'March', '22,', '1990,', 'to', 'scientists', 'who', 'had', 'worked', 'on', 'the', 'project,', 'the', 'then', 'UK', 'Prime', 'Minister', 'Margaret', 'Thatcher', 'promised', 'that', 'her', 'government', 'would', '""', 'meet', 'the', 'commitments', 'which', 'it', 'has', 'solemnly', 'accepted', '""', 'to', 'reduce', 'emissions', 'from', 'power', 'stations', '[', 'see', 'pp.']","[15, 16]",0,uk,"Speaking on March 22, 1990, to scientists who had worked on the project, the then UK Prime Minister Margaret Thatcher promised that her government would"" meet the commitments which it has solemnly accepted"" to reduce emissions from power stations [ see pp.","['In a speech to scientists working on the project on March 22, 1990, then-British Prime Minister Margaret Thatcher promised that her government would ""honour the commitments it solemnly undertook"" to reduce emissions from power plants (see p. 1).', 'On 22 March 1990, then British Prime Minister Margaret Thatcher promised the scientists involved in the project that her government would ""honour the commitments it solemnly undertook"" and reduce emissions from power plants [see p. 14].', 'On 22 March 1990, then British Prime Minister Margaret Thatcher promised the scientists involved in the project that her government would ""honour the commitments it solemnly undertook"" to reduce emissions from power plants [see page].', 'On March 22, 1990, then-Prime Minister Margaret Thatcher promised scientists working on the project that her government would ""honour the commitments it solemnly undertook"" to reduce emissions from nuclear power plants.', 'On March 22, 1990, as a witness to scientists working on the project, then-British Prime Minister Margaret Thatcher promised that her government would ""honour solemn commitments"" to reduce emissions from power plants.']" -463,"['However,', 'a', 'study', 'done', 'by', 'An', 'Foras', 'Forbartha', '(AFF)', '-', 'Ireland', ""'s"", 'institute', 'for', 'physical', 'planning', 'and', 'construction', 'research', '-', 'showed', 'in', '1980', 'that', 'pyrolytic', 'wastes', 'in', 'Irish', 'waters', 'were', 'higher', 'than', 'the', 'EEC', 'directives', 'permit.']","[10, 11]",0,ireland,"However, a study done by An Foras Forbartha (AFF) - Ireland's institute for physical planning and construction research - showed in 1980 that pyrolytic wastes in Irish waters were higher than the EEC directives permit.","['However, a 1980 study by An Foras Forbartha (AFF) - the Irish Institute for Physical Planning and Construction Research - showed that pyrolytic waste in Irish waters was higher than allowed by the EEC Directives.', 'However, a 1980 study by the Irish Institute of Physical Planning and Construction Research An Foras Forbartha (AFF) showed that pyrolytic waste in Irish waters was higher than allowed by the EEC Directives.', 'However, a 1980 study by the Irish Institute of Physical Planning and Construction Research An Foras Forbartha (AFF) showed that pyrolytic waste in Irish waters was higher than allowed by the EEC Directives.', ""However, a 1980 study by An Foras Forbartha (AFF) - Ireland's Centre for Physical Planning and Construction Research - showed that pyrolytic waste in Irish waters was higher than allowed by the EEC."", 'However, a 1980 study by An Foras Forbartha (AFF) (Ireland), the Institute of Physical Planning and Construction Research, showed that pyrolytic waste in Irish waters was higher than allowed by the EEC Directives.']" -464,"['`', 'He', 'wanted', 'to', 'consolidate', 'his', 'position', 'within', 'the', 'company', 'by', 'being', 'appointed', 'head', 'of', 'the', 'UK', 'operation.']","[16, 17]",0,uk,He wanted to consolidate his position within the company by being appointed head of the UK operation.,"['He wanted to consolidate his position within the company by appointing him head of UK business.', 'He wanted to consolidate his position within the company by appointing him to the top of the British branch.', 'He wanted to consolidate his position in the company by becoming chief executive of the British company.', 'He wanted to consolidate his position in the company by becoming head of the UK business unit.', 'He wanted to consolidate his position in the company by becoming chief of the British Army.']" -465,"['There', 'was,', 'therefore,', 'no', 'reason', 'for', 'him', 'to', 'be', 'worried', 'about', 'France', ',', 'still', 'isolated', 'in', 'the', 'first', 'half', 'of', 'the', 'decade.']","[11, 12]",0,france,"There was, therefore, no reason for him to be worried about France, still isolated in the first half of the decade.","['There was therefore no reason for him to worry about France, which was still isolated in the first half of the decade.', 'For him, therefore, there was no reason to worry about France, which was still isolated in the first half of the decade.', 'There was therefore no reason for him to worry about France, which was still isolated in the first half of this decade.', 'So there was no reason for him to worry about France, which had been isolated for the first half of the decade.', 'So there was no reason for him to worry about France, which was still isolated in the first half of the decade.']" -466,"['Some', 'indigenous', 'activists', 'say', ""Ecuador's"", 'government', 'had', 'better', 'pay', 'attention,', 'or', 'face', 'a', 'guerrilla', 'uprising', 'like', 'that', 'in', 'next-door', 'Peru', '.']","[19, 20]",0,peru,"Some indigenous activists say Ecuador's government had better pay attention, or face a guerrilla uprising like that in next-door Peru.","[""Some indigenous activists say Ecuador's government should pay more attention or face a guerrilla insurgency like that in neighboring Peru."", ""Some indigenous activists say Ecuador's government should have been more vigilant or it would have been a guerrilla insurgency like in neighboring Peru."", ""Some indigenous activists say Ecuador's government should have been more vigilant to prevent an uprising like the one in neighboring Peru."", ""Some indigenous activists believe Ecuador's government should be more vigilant, otherwise it could have expected a guerrilla uprising like in neighboring Peru."", 'The government would do better to unite or face a guerrilla insurgency like that in neighboring Peru.']" -467,"['Li', 'Peng', 'began', 'a', 'tour', 'of', 'Pakistan,', 'Bangladesh', 'and', 'Nepal', 'on', 'Nov.', '14,', '1989,', 'accompanied', 'by', 'Qian', 'Qichen', 'and', 'the', 'Minister', 'for', 'Foreign', 'Economic', 'Relations', 'and', 'Trade,', 'Zheng', 'Tuobin.']","[7, 8]",0,bangladesh,"Li Peng began a tour of Pakistan, Bangladesh and Nepal on Nov. 14, 1989, accompanied by Qian Qichen and the Minister for Foreign Economic Relations and Trade, Zheng Tuobin.","['Li Peng, accompanied by Qian Qichen and Minister of Foreign Economic Relations and Trade Zheng Tuobin, began a trip to Pakistan, Bangladesh and Nepal on November 14, 1989.', 'Li Peng, accompanied by Qian Qichen and Minister of Foreign Economic Relations and Trade Zheng Tuobin, began a trip to Pakistan, Bangladesh and Nepal on November 14, 1989.', 'Li Peng began his trip to Pakistan, Bangladesh and Nepal on November 14, 1989, accompanied by Qian Qichen and Minister of Foreign Economic Relations and Trade Zheng Tuobin.', 'Li Peng began his trip on November 14, 1989, accompanied by Qian Qichen and Zheng Tuobin, the Minister of Foreign Economic Relations and Trade.', 'Li Peng began his tour of Pakistan, Bangladesh and Nepal on November 14, 1989, accompanied by Qian Qichen and Zheng Tuobin, Minister of Foreign Economic Relations and Trade.']" -468,"['In', 'an', 'attempt', 'to', 'extend', 'the', 'methane', 'data,', 'H.', 'Craig', 'and', 'C.', 'C.', 'Chou,', 'of', 'the', 'Isotope', 'Laboratory', 'at', 'Scripps', 'Institute', 'of', 'Oceanography', 'in', 'San', 'Diego,', 'have', 'analysed', 'the', 'methane', 'content', 'of', 'the', 'air', 'bubbles', 'trapped', 'in', 'ice', 'samples', 'drilled', 'from', 'the', 'glacier', 'in', 'southern', 'Greenland', '.']","[45, 46]",0,greenland,"In an attempt to extend the methane data, H. Craig and C. C. Chou, of the Isotope Laboratory at Scripps Institute of Oceanography in San Diego, have analysed the methane content of the air bubbles trapped in ice samples drilled from the glacier in southern Greenland.","['In an attempt to expand the methane data, H. Craig and C. C. Chou of the Isotope Laboratory at the Scripps Institute of Oceanography in San Diego analyzed the methane content of air bubbles trapped in ice samples from the glacier in southern Greenland.', 'In an attempt to expand the methane data, H. Craig and C. C. Chou of the Isotope Laboratory at the Scripps Institute of Oceanography in San Diego analyzed the methane content of air bubbles in ice samples collected from the glacier in southern Greenland.', 'H. Craig and C. C. Chou of the Isotope Laboratory at the Scripps Institute of Oceanography in San Diego analyzed the methane content of air bubbles trapped in ice samples drilled on glaciers in southern Greenland.', 'In an attempt to expand the methane data, H. Craig and C. C. Chou of the Isotope Laboratory at the Scripps Institute of Oceanography in San Diego analyzed the methane content of bubbles trapped in ice samples from the glacier in southern Greenland.', 'To expand the methane data, H. Craig and C. C. Chou of the Isotopes Laboratory at the Scripps Institute of Oceanography in San Diego analyzed the methane content of air bubbles trapped in glacial drilling ice samples in southern Greenland.']" -469,"['The', 'occasion', 'was', 'a', 'documentary', 'film', 'I', 'was', 'making', 'on', 'the', 'life', 'of', 'Airey', 'Neave,', 'the', 'MP', 'who', 'had', 'masterminded', 'her', 'election', 'to', 'the', 'Tory', 'leadership', 'and,', 'as', 'Shadow', 'Secretary', 'of', 'State', 'for', 'Northern', 'Ireland', ',', 'been', 'killed', 'by', 'an', 'IRA', 'car', 'bomb', 'when', 'leaving', 'the', 'Palace', 'of', 'Westminster.']","[33, 35]",0,northern ireland,"The occasion was a documentary film I was making on the life of Airey Neave, the MP who had masterminded her election to the Tory leadership and, as Shadow Secretary of State for Northern Ireland, been killed by an IRA car bomb when leaving the Palace of Westminster.","['The occasion was a documentary I made about the life of Airey Neave, the MP who organised her election to the Tory leadership and who, as shadow foreign secretary for Northern Ireland, was killed by the IRA with a car bomb as he left Westminster.', ""The occasion was a documentary I made about the life of Airey Neave, the Tory MP who led that campaign and was killed by an IRA car bomb as he left the Palace of Westminster as Northern Ireland's shadow minister."", 'The occasion was a documentary I made about the life of Tory MP Airey Neave, who as shadow minister for Northern Ireland was killed by an Iranian car bomb as he left the Palace of Westminster.', 'The occasion was a documentary about Airey Neave, the MP who organised her election as Tory leader and was killed by an IRA car bomb while she was shadow Northern Ireland secretary before leaving Westminster Palace.', 'The occasion was a documentary about the life of Airey Neave, the MP who, as a member of the Tory leadership team, oversaw the election of the Queen as Tory minister and who, as shadow Northern Ireland secretary, was killed by an IRA car bomb as she left the Palace of Westminster.']" -470,"['Last', 'week', '2', 'detectives', 'flew', 'to', 'Turkey', 'to', 'talk', 'to', 'her', 'and', 'she', 'volunteered', 'to', 'return', 'to', 'Britain', '.']","[17, 18]",0,britain,Last week 2 detectives flew to Turkey to talk to her and she volunteered to return to Britain.,"['Last week, two investigators flew to Turkey to speak to her and she agreed to return to Britain.', 'Last week, two investigators flew to Turkey to speak to her and she agreed to return to Britain.', 'Last week, two detectives flew to Turkey to speak to her and she has voluntarily agreed to return to the UK.', 'Last week, two detectives flew to Turkey to speak to her.', 'Last week, one flew in from Turkey and she volunteered to return to the UK.']" -471,"['The', 'latest', 'outbursts', 'against', 'Governor', 'Chris', ""Patten's"", 'democracy', 'package', 'came', 'from', 'the', 'head', 'of', ""China's"", 'Hong', 'Kong', 'affairs', 'office,', 'Lu', 'Ping,', 'who', 'said', 'Mr', 'Patten', 'would', 'be', '`', 'condemned', 'through', 'the', 'ages.', '""']","[15, 17]",0,hong kong,"The latest outbursts against Governor Chris Patten's democracy package came from the head of China's Hong Kong affairs office, Lu Ping, who said Mr Patten would be condemned through the ages.""","['The recent unrest against Governor Chris Patten\'s democracy package came from the head of China\'s Hong Kong Office of Affairs, Lu Ping, who said Mr Patten ""would be condemned over the centuries.""', 'The recent riots against Governor Chris Patten\'s pro-democracy package came from the head of China\'s Hong Kong office, Lu Ping, who said that Patten ""will be condemned forever.""', 'The recent unrest against Governor Chris Patten\'s pro-democracy package came from Lu Ping, the head of China\'s Hong Kong office, who said Patten would be ""forever condemned.""', 'The recent protests against Governor Chris Patten\'s pro-democracy package came from China\'s Premier Lu Ping, who said that Mr Patten had been sentenced to life imprisonment. ""The people who teach in Hong Kong have never been a bad example of reality.""', 'Lu Ping, head of Hong Kong affairs, said Patten would ""use energy drinks over time.""']" -472,"['We', 'visited', 'Abu', 'Dhabi', 'and', 'Dubai,', 'where', 'we', 'met', 'members', 'of', 'the', 'royal', 'family', 'and', 'other', 'officials;', 'Hong', 'Kong;', 'Gibraltar;', 'and', 'other', 'towns', 'and', 'cities', 'in', 'Britain', '.']","[26, 27]",0,britain,"We visited Abu Dhabi and Dubai, where we met members of the royal family and other officials; Hong Kong; Gibraltar; and other towns and cities in Britain.","['We visited Abu Dhabi and Dubai, where we met members of the royal family and other officials; Hong Kong, Gibraltar and other cities in the UK.', 'We visited Abu Dhabi and Dubai, where we met members of the royal family and other officials, Hong Kong, Gibraltar and other cities in the UK.', 'We visited Abu Dhabi and Dubai, where we met members of the royal family and other officials; Hong Kong, Gibraltar and other cities in the UK.', 'We visited Abu Dhabi and Dubai, where we met members of the royal family and other officials, Hong Kong, Gibraltar and other cities in the UK.', 'We visited Abu Dhabi and Dubai, where we met members of the royal family and other officials, as well as Hong Kong, Gibraltar and other British cities.']" -473,"['The', 'research', 'will', 'examine', 'local', 'responses', 'to', 'socio-economic', 'change', 'in', 'two', 'Northern', 'Ireland', 'localities,', 'Newry', 'and', 'Craigavon.']","[11, 13]",0,northern ireland,"The research will examine local responses to socio-economic change in two Northern Ireland localities, Newry and Craigavon.","['The study examines local responses to socio-economic changes in two communities in Northern Ireland, Newry and Craigavon.', 'The research will examine local responses to socio-economic changes in the two Northern Irish cities of Newry and Craigavon.', 'The research will examine local responses to socio-economic changes in the two Northern Irish communities of Newry and Craigavon.', 'It examines local responses to socio-economic changes in the two Northern Irish cities of Newry and Craigavon.', 'The research will examine local responses to socio-economic changes in two Northern Irish cities: Newry and Craigavon.']" -474,"['His', 'thoughts', 'were', 'not', 'of', ""Britain's"", 'fate,', 'nor', 'Poland', ""'s,"", 'but', 'of', ""Hannele's.""]","[8, 9]",0,poland,"His thoughts were not of Britain's fate, nor Poland's, but of Hannele's.","['His thoughts were not on the fate of Great Britain or Poland, but of Hannelore.', 'He was not thinking of Great Britain or Poland, but of Hannele.', 'He was not thinking of the fate of Great Britain or Poland, but of Hannelore.', 'His thoughts were not on the fate of Great Britain or Poland, but of Hannely.', 'His thoughts were not with Great Britain or Poland, but with Hannele.']" -475,"['On', 'Oct.', '18', 'the', 'list', 'of', 'names', 'in', 'the', 'Palestinian', 'negotiating', 'delegation', 'was', 'released', 'by', 'the', 'PLO', 'to', 'US', 'officials', 'in', 'Jerusalem.']","[18, 19]",0,us,On Oct. 18 the list of names in the Palestinian negotiating delegation was released by the PLO to US officials in Jerusalem.,"['On October 18, the list of names of the Palestinian negotiating delegation was released by the PLO to US officials in Jerusalem.', 'On October 18, the list of names of the Palestinian negotiating delegation was published by the PLO to US representatives in Jerusalem.', 'On October 18, the PLO published the list of names of the Palestinian negotiating delegation to US representatives in Jerusalem.', 'On October 18, the PLO released the list of names of the Palestinian negotiating delegation to US officials in Jerusalem.', 'On October 18, the PLO released the list of names of the Palestinian negotiating delegation to US officials in Jerusalem.']" -476,"['With', 'tours', 'in', '18', 'countries', 'and', 'appearances', 'in', 'the', 'USA', 'and', 'Russia,', 'Art', 'Zoyd', 'ranks', 'as', 'one', 'of', 'the', 'major', 'jazz/rock', 'quartets', 'of', 'the', 'world.']","[9, 10]",0,usa,"With tours in 18 countries and appearances in the USA and Russia, Art Zoyd ranks as one of the major jazz/rock quartets of the world.","['With tours in 18 countries and performances in the USA and Russia, Art Zoyd is one of the largest jazz and rock quartets in the world.', 'With tours in 18 countries and performances in the USA and Russia, Art Zoyd is one of the most important jazz / rock quartets worldwide.', 'With tours in 18 countries and performances in the USA and Russia, Art Zoyd is one of the leading jazz / rock quartets in the world.', 'With tours in 18 countries and performances in the USA and Russia, Art Zoyd is one of the great jazz / rock quartets in the world.', 'With tours in 18 countries and performances in the USA and Russia, Art Zoyd is one of the great jazz and rock quartets in the world.']" -477,"['It', 'was', 'not', 'until', 'Conté', 'fused', 'graphite', 'with', 'China', 'clay', 'that', 'loose', 'powdered', 'graphite', 'could', 'be', 'formed', 'into', 'drawing', 'lengths,', 'so', 'avoiding', 'the', 'English', 'monopoly', 'on', 'their', 'cut', 'lengths', 'from', 'Borrowdale.']","[8, 9]",0,china,"It was not until Conté fused graphite with China clay that loose powdered graphite could be formed into drawing lengths, so avoiding the English monopoly on their cut lengths from Borrowdale.","['Only when Conté had fused graphite with Chinese clay did loose, powdery graphite form in drawing lengths, circumventing the English monopoly on the cutting lengths of Borrowdale.', 'It was only after Conté had fused graphite with China clay that powdery graphite was able to form in drawing lengths, which abolished the English monopoly on the Borrowdale blanks.', 'Only when Conté merged graphite and China clay could loose, powdery graphite form in drawing lengths, so that Borrowdale was able to circumvent the English monopoly on its cutting lengths.', 'Only after Conté had merged graphite with Chinaton did loose, powdery graphite form in drawing lengths, circumventing the English monopoly on its cutting lengths by Borrowdale.', ""Only when Conte's graphite was fused with Chinese clay could powder-pressed graphite be transported in train lengths, thereby circumventing the English monopoly on its cutting lengths.""]" -478,"['THE', 'GREAT', 'modern,', 'moral', 'questions', 'of', 'the', 'right', 'to', 'life', 'and', 'the', 'right', 'to', 'death', 'will', 'dominate', 'what', 'may', 'be', 'a', 'landmark', 'session', 'of', 'the', 'US', 'Supreme', 'Court', 'which', 'begins', 'this', 'week.']","[25, 26]",0,us,"THE GREAT modern, moral questions of the right to life and the right to death will dominate what may be a landmark session of the US Supreme Court which begins this week.","['The great, modern, moral questions of the right to life and the right to death will dominate the landmark session of the US Supreme Court that begins this week.', 'THE BIG modern moral issues of the right to life and the right to death will dominate the US Supreme Court session, which could begin this week.', 'The great modern moral questions of the right to life and the right to death will dominate the landmark US Supreme Court session that begins this week.', 'The great modern moral questions of the right to life and the right to death will dominate perhaps the landmark US Supreme Court session that begins this week.', 'The great modern moral questions about the right to life and the right to die will dominate perhaps the most seminal session of the US Supreme Court, which begins this week.']" -479,"['ISLANDERS', 'in', 'the', 'tiny', 'Pacific', 'state', 'of', 'Palau', 'vote', 'in', 'a', 'referendum', 'on', 'February', '6', 'for', 'the', 'seventh', 'time', 'on', 'a', 'deal', 'with', 'the', 'United', 'States', 'which', 'would', 'give', 'the', 'US', 'strategic', 'military', 'rights', 'in', 'the', 'Western', 'Pacific', 'only', '500', 'miles', 'from', 'the', 'troubled', 'Philippines.']","[30, 31]",0,us,ISLANDERS in the tiny Pacific state of Palau vote in a referendum on February 6 for the seventh time on a deal with the United States which would give the US strategic military rights in the Western Pacific only 500 miles from the troubled Philippines.,"['The islanders of the tiny Pacific nation of Palau will vote for the seventh time on February 6 in a referendum on a treaty with the United States that grants the United States strategic military rights in the Western Pacific, just 500 miles from the restive Philippines.', 'The islanders of the small Pacific nation of Palau will vote for the seventh time on February 6 in a referendum on an agreement with the US that grants them strategic military rights in the Western Pacific, just 500 kilometres from the menacing Philippines.', 'The islanders of the small Pacific nation of Palau will vote for the seventh time on February 6 in a referendum on an agreement with the United States that would give the US strategic military rights in the Western Pacific, just 500 miles from the restive Philippines.', 'The islanders of the tiny Pacific nation of Palau will vote on February 6 on an agreement with the United States that would give the United States strategic military rights in the Western Pacific just 500 miles from the Philippines.', 'The islanders of the tiny Pacific nation of Palau will vote for the seventh time on February 6 in a referendum on an agreement with the US that would grant strategic military rights to their strategic military outpost in the Western Pacific, just 500 miles from the besieged Philippines.']" -480,"['In', 'the', 'USA', ',', 'black', 'Americans,', 'who', 'make', 'up', '12%', 'of', 'the', 'population,', 'have', 'traditionally', 'formed', 'a', 'distinct', 'social', 'stratum', 'at', 'the', 'base', 'of', 'the', 'stratification', 'system.']","[2, 3]",0,usa,"In the USA, black Americans, who make up 12% of the population, have traditionally formed a distinct social stratum at the base of the stratification system.","['In the US, black Americans, who make up 12% of the population, traditionally form a diverse social stratum at the base of the stratification system.', 'In the US, black Americans, who make up 12% of the population, have always been a strong social class at the base of the stratification system.', 'In the US, black Americans, who make up 12% of the population, have always been a special social class at the base of the stratification system.', 'In the US, native black Americans, who make up 12% of the population, traditionally form a special social stratum at the base of the stratification system.', 'In the United States, there has always been a strong social stratum operating on the basis of stratification, representing 12% of the population.']" -481,"['This', 'was', 'only', 'five', 'years', 'after', 'the', 'war,', 'and', 'Spain', ""'s"", 'dictator,', 'Francisco', 'Franco,', 'who', 'had', 'been', 'an', 'ally', 'of', 'Hitler', 'and', 'Mussolini,', 'was', 'still', 'in', 'power.']","[9, 10]",0,spain,"This was only five years after the war, and Spain's dictator, Francisco Franco, who had been an ally of Hitler and Mussolini, was still in power.","[""That was just five years after the war, and Spain's dictator Francisco Franco, an ally of Hitler and Mussolini, was still in power."", ""That was just five years after the war, and Spain's dictator Francisco Franco, an ally of Hitler and Mussolini, was still in power."", ""That was just five years after the war, and Spain's dictator Francisco Franco, an ally of Hitler and Mussolini, was still in power."", ""That was just five years after the war, and Spain's dictator Francisco Franco, an ally of Hitler and Mussolini, was still in power."", ""This happened only five years after the war, and Spain's dictator Francisco Franco, who had been an ally of Hitler and Mussolini, was still in power.""]" -482,"['The', 'French', 'Antilles', 'comprise', 'the', 'two', 'overseas', 'Departments', 'of', 'Guadeloupe', 'and', 'Martinique.']","[9, 10]",0,guadeloupe,The French Antilles comprise the two overseas Departments of Guadeloupe and Martinique.,"['The French Antilles comprise the two overseas departments of Guadeloupe and Martinique.', 'The French Antilles comprise the two overseas departments of Guadeloupe and Martinique.', 'The French Antilles include the two overseas departments of Guadeloupe and Martinique.', 'The French Antilles consist of the two overseas departments of Guadalupe and Martinique.', 'The French Antilles comprise the two overseas departments of Guadeloupe and Martinique.']" -483,"['The', 'increased', 'competitive', 'pressure', 'experienced', 'by', 'many', 'US', 'and', 'UK', 'companies', 'as', 'a', 'result', 'of', 'the', 'Japanese', 'emphasis', 'on', 'reliability', 'and', 'the', 'inclusion', 'of', '`', 'extras', '""', 'in', 'basic', 'models', 'has', 'made', 'them', 'much', 'more', 'aware', 'of', 'the', 'need', 'to', 'pay', 'attention', 'to', 'quality.']","[9, 10]",0,uk,"The increased competitive pressure experienced by many US and UK companies as a result of the Japanese emphasis on reliability and the inclusion of extras"" in basic models has made them much more aware of the need to pay attention to quality.","[""The increasing competitive pressure of many US and British companies due to Japan's focus on reliability and the inclusion of extras in the basic models has made them much more aware of the need to pay attention to quality."", ""Increasing competitive pressure from many US and British companies, given Japan's emphasis on reliability and the inclusion of extras in the base models, has made them much more aware of the need to pay attention to quality."", 'The increasing competitive pressure of many American and British companies due to the Japanese focus on reliability and the inclusion of extras in the basic models has made them even more aware of the need to pay attention to quality.', 'Due to the increased competitive pressure in many US and UK companies due to the Japanese emphasis on reliability and the inclusion of extras in the basic models, they quickly recognized the need to pay attention to quality.', ""The increasing competitive pressure felt by many US and UK companies due to Japan's emphasis on reliability and the inclusion of extras in the basic models has made them realise the importance of respect for quality.""]" -484,"['They', 'also', 'accuse', 'the', 'general', 'of', 'permitting', 'banks', 'in', 'Panama', 'to', 'launder', 'billions', 'of', 'drug', 'money', 'made', 'by', 'the', 'Colombian', 'drug', 'cartels.']","[9, 10]",0,panama,They also accuse the general of permitting banks in Panama to launder billions of drug money made by the Colombian drug cartels.,"['They also accuse the general of allowing banks in Panama to launder billions of drug money laundered by Colombian drug cartels.', 'They also accuse the general of allowing banks in Panama to launder billions of dollars in drug money acquired by the Colombian drug cartel.', 'They also accuse the general of allowing banks in Panama to launder billions of dollars of drug money through Colombian drug cartels.', 'They also accuse the general of allowing banks in Panama to launder billions of dollars earned by Colombian drug cartels.', 'They also accuse the general of allowing banks in Panama to launder billions of dollars in drug money from Colombian drug cartels.']" -485,"['Indeed,', 'it', 'may', 'be', 'that', 'the', 'collapse', 'of', 'the', 'MI5/MI6', 'informer', 'network', 'in', 'Germany', 'and', 'other', 'European', 'countries', 'restored', 'the', ""IRA's"", 'confidence', 'in', 'its', 'ability', 'to', 'resume', 'operations', 'on', 'the', 'Continent', 'from', 'March', '1987,', 'when', 'it', 'placed', 'a', 'car', 'bomb', 'at', 'Rheindalen.']","[13, 14]",0,germany,"Indeed, it may be that the collapse of the MI5/MI6 informer network in Germany and other European countries restored the IRA's confidence in its ability to resume operations on the Continent from March 1987, when it placed a car bomb at Rheindalen.","[""Indeed, the collapse of the MI5 / MI6 informant network in Germany and other European countries may have restored confidence in the IRA's ability to resume operations on the continent from March 1987, when it planted a car bomb in Rheindalen."", ""The collapse of the MI5 / MI6 informant network in Germany and other European countries may have restored confidence in the IRA's ability to resume operations on the continent from March 1987, when it planted a car bomb in Rheindalenen."", ""Indeed, the collapse of the MI5 / MI6 informant network in Germany and other European countries may have restored the IRA's confidence in its ability to leave the continent from March 1987, when it planted a car bomb in the Rhine Valley."", 'Indeed, the collapse of MI5 and MI6 ""s communications network in Germany and other European countries could restore confidence in the IRA\'s ability to resume operations on the continent, which began in March 1987 when it planted a car bomb in Rheindalen.', ""Indeed, the collapse of the INFI / MI6 informant network in Germany and other European countries may have restored the IRA's confidence in its ability to resume operations on the continent when it planted a car bomb in Rheindalen in March 1987.""]" -486,"['other', 'overseas', 'banks', 'and', 'consortium', 'banks', '(', 'UK', 'registered', 'institutions', 'owned', 'by', 'banks', 'or', 'financial', 'institutions).']","[7, 8]",0,uk,other overseas banks and consortium banks ( UK registered institutions owned by banks or financial institutions).,"['other banks and syndicated banks (registered UK banks or financial institutions).', 'other non-European banks and syndicated banks (UK registered institutions owned by banks and financial institutions).', 'Other foreign banks and syndicated banks (UK-registered institutions owned by banks or financial institutions).', 'and foreign banks and syndicated banks (UK-registered institutions owned by banks or financial institutions).', 'Very important are other banks abroad and banks that are syndicated banks (UK registered institutions looking for banks).']" -487,"['The', 'leaders', 'of', 'Britain', ""'s"", 'main', 'christian', 'churches', 'were', 'there', 'to', 'greet', 'her', 'in', 'this', 'first', 'city', 'church', 'devoted', 'to', 'united', 'worship.']","[3, 4]",0,britain,The leaders of Britain's main christian churches were there to greet her in this first city church devoted to united worship.,"[""The heads of Britain's most important Christian churches were there to greet them in this first city church dedicated to worship together."", 'The heads of the most important Christian churches in Great Britain were there to receive them in this first city church dedicated entirely to common worship.', ""There, the heads of Britain's largest Christian churches queued up to greet them in the first city church dedicated to worship together."", ""Leaders of Britain's main Christian churches had come to greet the 87-year-old in this first city church dedicated to the unity service."", ""Leaders of Britain's largest Christian churches were also present to invite them to this first city church dedicated to worship together.""]" -488,"['A', 'market', 'research', 'survey', 'conducted', 'in', 'the', 'USA', 'had', 'indicated', 'that', 'their', 'interior', 'designers', 'liked', 'Axminster', 'because', 'of', 'the', 'fact', 'that', 'any', 'pattern', 'or', 'logo', 'could', 'be', 'woven', 'into', 'the', 'design.']","[7, 8]",0,usa,A market research survey conducted in the USA had indicated that their interior designers liked Axminster because of the fact that any pattern or logo could be woven into the design.,"['Market research in the US had found that their interior designers liked Axminster because of the fact that any pattern or logo could be woven into the design.', 'A market research study conducted in the USA showed that their interior designers liked Axminster because every pattern or logo could be woven into the design.', 'A survey conducted by market research institutes in the USA found that their interior designers liked Axminster Superstar because every pattern or logo could be woven into the design.', 'A market research study in the USA had shown that their interior designers liked Axminster because every motif or logo could be classified into the design.', 'An investigation by the market research firm found that its interior designers liked Axminster because all the patterns or lo-fi could be incorporated into the design.']" -489,"['The', 'production', 'facility', 'is', 'licensed', 'to', 'produce', 'high', 'quality', 'pharmaceuticals', 'by', 'most', 'of', 'the', ""world's"", 'major', 'governmental', 'agencies', 'including', 'the', 'Department', 'of', 'Health', 'and', 'Social', 'Services', 'in', 'the', 'U.K.', 'and', 'the', 'Food', 'and', 'Drug', 'Administration', 'of', 'the', 'United', 'States', 'of', 'America', '.']","[37, 41]",0,united states of america,The production facility is licensed to produce high quality pharmaceuticals by most of the world's major governmental agencies including the Department of Health and Social Services in the U.K. and the Food and Drug Administration of the United States of America.,"[""The plant is approved by most of the world's major government agencies - including the British Department of Health and the US Food and Drug Administration - to produce high-quality drugs."", ""The plant is approved by most of the world's major government agencies, including the UK Department of Health and the US Food and Drug Administration, to produce high-quality drugs."", ""The plant is approved by most of the world's major government agencies, including the UK Department of Health and the US Food and Drug Administration, to produce high-quality drugs."", ""The facility is licensed by most of the world's major government agencies, including the UK Department of Health and Human Services and the US Drug Enforcement Administration, to produce high-quality drugs."", ""The facility is licensed to most of the world's largest government agencies, including the Department of Health in the United Kingdom and the Food and Drug Administration in the United States, to produce high-quality drugs.""]" -490,"['Germany', 'is', 'divided.']","[0, 1]",0,germany,Germany is divided.,"['Germany is divided.', 'Germany is divided.', 'Germany is divided.', 'Germany is divided.', 'Germany is divided.']" -491,"['Asthma', 'kills', '2000', 'people', 'in', 'the', 'United', 'Kingdom', 'every', 'year;', 'it', 'is', 'a', 'major', 'cause', 'of', 'hospital', 'admission', 'in', 'all', 'ages', 'and', 'an', 'important', 'cause', 'of', 'work', 'and', 'school', 'absence', 'and', 'has', 'economic', 'and', 'quality', 'of', 'life', 'implications', 'for', 'individual', 'sufferers,', 'their', 'families,', 'and', 'society.']","[6, 8]",0,united kingdom,"Asthma kills 2000 people in the United Kingdom every year; it is a major cause of hospital admission in all ages and an important cause of work and school absence and has economic and quality of life implications for individual sufferers, their families, and society.","['Asthma kills 2,000 people a year in the UK. It is a major cause of hospitalisation of all ages, a major cause of absence from work and school, and affects the economy and quality of life of individuals, their families and society.', 'Asthma kills 2 000 people in the UK every year and is a major cause of hospital admissions of all ages and a major cause of absence from work and school, affecting the economy and quality of life of those affected, their families and society.', 'Asthma kills 2,000 people a year in the UK. It is a major cause of hospital admissions of all ages, a major cause of incapacity for education and work, and has economic and existential implications for individuals, their families and society.', ""Asthma kills 2,000 people every year in the UK, is one of the most common causes of hospitalisation of all ages and a major cause of absence from work and school, affecting people's quality of life and economy, as well as their families and society."", 'Asthma kills 2,000 people in the UK every year and is a major cause of hospital admissions of all ages and a major cause of lack of education and work, with economic, political and social consequences for individuals, their families and their quality of life.']" -492,"['The', 'International', 'Herald', 'Tribune', 'of', 'May', '29,', '1989,', 'quoted', 'US', 'officials', 'as', 'saying', 'that', 'Iraq', 'had', 'agreed', 'to', 'pay', '$27,300,000', 'in', 'compensation', 'to', 'the', 'families', 'of', 'the', '37', 'US', 'crew', 'members', 'who', 'had', 'been', 'killed', 'in', 'May', '1987', 'during', ""Iraq's"", 'missile', 'attack', 'on', 'the', 'USS', 'Stark', 'in', 'the', 'Gulf', '[', 'see', 'p.', '35597', '].']","[9, 10]",0,us,"The International Herald Tribune of May 29, 1989, quoted US officials as saying that Iraq had agreed to pay $27,300,000 in compensation to the families of the 37 US crew members who had been killed in May 1987 during Iraq's missile attack on the USS Stark in the Gulf [ see p. 35597 ].","['The International Herald Tribune of 29 May 1989 quoted US officials as saying that Iraq had agreed to pay 27.3 million dollars in compensation to the families of the 37 US crew members killed in May 1987 during the Iraqi missile attack on the USS Stark in the Gulf [see page 35597].', 'The International Herald Tribune of 29 May 1989 quoted US officials as saying that Iraq had agreed to pay 27.3 million dollars in compensation to the families of the 37 US crew members killed in the Iraqi missile attack on the USS Stark in the Gulf in May 1987 [see p. 35597].', 'The International Herald Tribune of 29 May 1989 quoted US officials as saying that Iraq had agreed to pay 27.3 million dollars in compensation to the families of the 37 US crew members who died in May 1987 during the Iraqi missile attack on the USS Stark in the Gulf [see p. 35597].', 'The International Herald Tribune of 29 May 1989 quoted US officials as saying that Iraq had agreed to pay 27.3 million dollars in compensation to the families of the 37 US crew members killed in an Iraqi missile attack on the USS Stark in the Gulf in May 1987 [see page 35597].', 'The International Herald Tribune of 29 May 1989 quoted US officials as saying that Iraq had agreed to pay 27.3 million dollars in compensation to the families of the 37 US crew members killed in the Iraqi missile attack on the USS Stark in the Gulf in May 1987 [see page 35 597].']" -493,"['In', 'those', 'countries', 'with', 'subtropical', 'climates', 'and', 'winter', 'rainfall', 'such', 'as', 'parts', 'of', 'southern', 'Australia,', 'South', 'West', 'Africa', 'and', 'some', 'regions', 'of', 'Argentina,', 'Chile', 'and', 'Brazil', ',', 'the', 'increase', 'in', 'L3', 'population', 'occurs', 'during', 'the', 'winter', 'and', 'outbreaks', 'of', 'Type', 'I', 'disease', 'are', 'seen', 'towards', 'the', 'end', 'of', 'the', 'winter', 'period.']","[25, 26]",0,brazil,"In those countries with subtropical climates and winter rainfall such as parts of southern Australia, South West Africa and some regions of Argentina, Chile and Brazil, the increase in L3 population occurs during the winter and outbreaks of Type I disease are seen towards the end of the winter period.","['In countries with subtropical climates and winter precipitation, such as South Australia, South West Africa and some regions of Argentina, Chile and Brazil, the L3 population increases in winter and outbreaks of type I disease are observed towards the end of the winter period.', 'In countries with subtropical climates and wintry precipitation such as parts of South Australia, South West Africa and some regions of Argentina, Chile and Brazil, the L3 population increases during winter. Type I outbreaks occur towards the end of winter.', 'In countries with subtropical climates and winter precipitation, such as parts of South Australia, Southwest Africa, and some regions of Argentina, Chile, and Brazil, the increase in the L3 population in winter leads to late-winter outbreaks of type I diseases.', 'In countries with subtropical climates and winter rains such as parts of South Australia, South West Africa or some regions of Argentina, Chile and Brazil, the L3 population increases in winter and outbreaks of type I diseases are noticeable towards the end of the winter period.', 'In countries with subtropical climates such as parts of South Australia, South West Africa and some regions of Argentina, Chile and Brazil, the increase in the L3 population occurs during the winter, while type I cases occur towards the end of the winter period.']" -494,"['Bradl', 'was', 'originally', 'in', 'line', 'only', 'for', 'an', 'RS250', 'until', 'the', 'former', 'manager', 'of', 'Honda', 'Germany,', 'Kazuaki', 'Ueda,', 'won', 'his', 'battle', 'for', 'an', 'NSR', 'shortly', 'before', 'returning', 'to', 'HQ', 'in', 'Japan', '.']","[30, 31]",0,japan,"Bradl was originally in line only for an RS250 until the former manager of Honda Germany, Kazuaki Ueda, won his battle for an NSR shortly before returning to HQ in Japan.","['Bradl was originally only in line for an RS250 until the former manager of Honda Germany, Kazuaki Ueda, won his battle for an NSR shortly before his return to the headquarters in Japan.', 'Bradl was originally only on the grid for an RS250 until Kazuaki Ueda, the former manager of Honda Germany, won his battle for an NSR shortly before returning to the headquarters in Japan.', 'Bradl was originally only intended for an RS250, until the former manager of Honda Germany, Kazuaki Ueda, won his battle for an NSR shortly before returning to the headquarters in Japan.', 'Bradl was initially only queuing for an RS250, until the former manager of Honda Germany, Kazuaki Ueda, won his battle for an NSR shortly before his return to the headquarters in Japan.', 'Bradl was originally only in the race for an RS250, until the former manager of Honda Germany, Kazuaki Ueda, himself won his search for an NSR shortly before his return to the headquarters in Japan.']" -495,"['Reduction', 'in', 'the', 'seroprevalence', 'of', 'toxoplasma', 'IgG', 'has', 'been', 'observed', 'in', 'France,', 'Austria,', 'Sweden,', 'and', 'Britain', '.']","[15, 16]",0,britain,"Reduction in the seroprevalence of toxoplasma IgG has been observed in France, Austria, Sweden, and Britain.","['In France, Austria, Sweden and Great Britain, a decrease in seroprevalence of toxoplasma IgG was observed.', 'A reduction in seroprevalence of toxoplasma IgG has been observed in France, Austria, Sweden and the UK.', 'A decrease in seroprevalence of toxoplasma IgG was observed in France, Austria, Sweden and Great Britain.', 'In France, Austria, Sweden and Great Britain a decreased seroprevalence of toxoplasma IgG was observed.', 'A reduction in seroprevalence of toxoplasma IgG has also been observed in France, Austria, Sweden and the UK.']" -496,"['In', 'a', 'study', 'of', 'thirty-three', 'European', 'chemical', 'and', 'pharmaceutical', 'joint', 'ventures', 'in', 'Indonesia,', 'Thailand,', 'Philippines', ',', 'Singapore', 'and', 'Malaysia,', 'Lasserre', '(1982)', 'discovered', 'that', 'home-country', 'technicians', 'were', 'not', 'trained', 'to', 'train', 'in', 'specific', 'socio-cultural', 'settings.']","[14, 15]",0,philippines,"In a study of thirty-three European chemical and pharmaceutical joint ventures in Indonesia, Thailand, Philippines, Singapore and Malaysia, Lasserre (1982) discovered that home-country technicians were not trained to train in specific socio-cultural settings.","['In a study of thirty-three European chemical and pharmaceutical companies in Indonesia, Thailand, the Philippines, Singapore and Malaysia, Lasserre (1982) found that technicians in their home countries were not trained in certain socio-cultural environments.', 'In a study of thirty-three European chemical and pharmaceutical joint ventures in Indonesia, Thailand, the Philippines, Singapore and Malaysia, Lasserre (1982) found that technicians were not trained at home to train in certain socio-cultural environments.', 'In a study of thirty-three European chemical and pharmaceutical companies in Indonesia, Thailand, the Philippines, Singapore and Malaysia, Lasserre (1982) found that technicians were not trained in their home country to train in a particular socio-cultural environment.', 'In a 1982 study of chemical and pharmaceutical companies in Indonesia, Thailand, the Philippines, Singapore, and Malaysia, Lasserre found that technicians in their home countries were not trained in a particular socio-cultural environment.', 'In 1982, for example, in a study of thirty-three European chemical and pharmaceutical companies in Indonesia, Thailand, the Philippines, Singapore and Malaysia, Lasserre Bau found that the technicians at home were not trained for the specific socio-cultural environment.']" -497,"['It', 'is', 'not', 'difficult', 'to', 'see', 'that', 'the', '[hellip]', 'power', 'and', 'extent', 'of', 'the', 'growth', 'of', 'the', 'productive', 'forces,', 'have', 'reached', 'their', 'highest', 'point', 'in', 'precisely', 'the', 'United', 'States', '.']","[27, 29]",0,united states,"It is not difficult to see that the [hellip] power and extent of the growth of the productive forces, have reached their highest point in precisely the United States.","['It is not difficult to see that the power (Hellip) and the magnitude of the growth of the productive forces have reached their peak precisely in the US.', 'It is not difficult to see that the [hellip] power and magnitude of productivity growth has reached its peak precisely in the United States.', 'It is not difficult to see that the power and magnitude of the growth of productive forces has reached its peak precisely in the United States.', 'It is easy to see that the (helpful) power and magnitude of the growth of productive forces has reached its peak precisely in the US.', 'It is not difficult to see that the power and magnitude of the growth of productive forces has reached its peak precisely in the United States.']" -498,"['I', 'had', 'been', 'enrolled', 'as', 'a', 'student', 'at', 'Canterbury', 'before', 'I', 'went', 'to', 'Cambridge;', 'during', 'the', 'next', 'four', 'years', 'I', 'was', 'visited', 'by', 'missionaries', 'home', 'on', 'leave', 'from', 'Burma', ',', 'though', 'nothing', 'definite', 'was', 'said.']","[28, 29]",0,burma,"I had been enrolled as a student at Canterbury before I went to Cambridge; during the next four years I was visited by missionaries home on leave from Burma, though nothing definite was said.","['I was enrolled as a student in Canterbury before going to Cambridge. For the next four years I was visited at home by missionaries on holiday in Burma.', 'I had enrolled as a student in Canterbury before going to Cambridge. For the next four years I was visited at home by missionaries on leave from Burma, although nothing was (definitely) said.', 'Before my visit to Cambridge, I was a student in Canterbury. For the next four years I was visited at home by missionaries returning from Burma, although nothing concrete was said about me.', 'Before I went to Cambridge, I had applied for a place at Canterbury. For the next four years, a missionary from Burma visited me at home, although nothing concrete was said.', 'Before my visit to Cambridge, I had enrolled as a student in Canterbury; for the next four years I was visited at home by missionaries who were on holiday from Burma, without anything concrete being said.']" -499,"['These', 'images', 'were', 'stored', 'on', 'video', 'tape', 'and', 'processed', 'by', 'a', 'MS-DOS', 'computer,', 'using', 'a', 'video', 'grabber,', 'and', 'processing', 'software', '(IBAS,', 'Kontron', 'GmbH,', 'Munich,', 'Germany', ').']","[24, 25]",0,germany,"These images were stored on video tape and processed by a MS-DOS computer, using a video grabber, and processing software (IBAS, Kontron GmbH, Munich, Germany ).","['These images were saved on videotapes and processed with an MS-DOS computer, a video grabber and a processing software (IBAS, Kontron GmbH, Munich).', 'These images were stored on video cassettes and processed on an MS-DOS computer with video grabber and processing software (IBAS, Kontron GmbH, Munich).', 'These images were saved as video by an MS-DOS computer and processed with a video grabber software (IBAS, Kontron GmbH, Munich).', 'These images were saved on tape and processed with an MS-DOS computer using video circuit and processing software (IBAS, Kontron GmbH, Munich).', 'These images were saved on videotape and processed by an MS-DOS computer with a grabber and processing software (IBAS, Kontron GmbH, Munich).']" -500,"['Under', 'US', 'anti-laws', 'Ford', 'was', 'not', 'due', 'for', 'clearance', 'to', 'buy', 'more', 'than', '$15m', 'of', 'Jaguar', 'stock', 'until', '18', 'October.']","[1, 2]",0,us,Under US anti-laws Ford was not due for clearance to buy more than $15m of Jaguar stock until 18 October.,"['Under US antitrust laws, Ford would not have received approval to buy more than $15 million worth of Jaguar shares until October 18.', 'Under US antitrust laws, Ford only had to approve the purchase of more than $15 million worth of Jaguar shares on October 18.', 'Under US antitrust law, Ford would not have been allowed to buy Jaguar shares for more than $15 million until October 18.', 'Under US antitrust laws, Ford was not obliged to buy more than 15 million Jaguar shares by October 18.', 'As a result of the US case against the regulator, Ford should not have been allowed to buy more than $15 million worth of Jaguar shares by October 18.']" -501,"['Whilst', 'accepting', 'the', 'decision', 'of', 'the', 'Senate,', 'the', 'US', 'and', 'Philippine', 'governments', 'agreed', 'that', 'the', 'closure', 'of', 'the', 'base', 'should', 'be', 'spread', 'over', 'three', 'years', 'in', 'order', 'to', 'minimize', 'the', 'military', 'and', 'economic', 'dislocation', 'involved.']","[8, 9]",0,us,"Whilst accepting the decision of the Senate, the US and Philippine governments agreed that the closure of the base should be spread over three years in order to minimize the military and economic dislocation involved.","[""The US and Philippine governments accepted the Senate's decision, but agreed that the closure of the base should be limited to three years to minimize the military and economic distortions involved."", 'The governments of the United States and the Philippines accepted the decision of the Senate. At the same time, they agreed to spread the closure of the base over three years in order to minimize the military and economic distortions associated with it.', ""The US and Philippine governments, while accepting the Senate's decision, agreed that the closure should be extended to three years to minimize the military and economic disruption it would entail."", ""While the US and Philippine governments accepted the Senate's decision, they also agreed that the closure of the base should be spread over three years to address the military and economic distortions associated with it."", ""Recognizing the Senate's decision, the US and Philippine governments agreed to extend the closure of the base for three years to minimize military and economic disruption.""]" -502,"['A', 'JEWISH', 'group', 'that', 'helped', 'about', '80', 'Bosnian', 'mostly', 'Muslim', 'refugees', 'fly', 'to', 'Israel', 'yesterday', 'says', 'the', 'Palestine', 'Liberation', 'Organisation', 'made', 'a', 'last-minute', 'bid', 'to', 'prevent', 'the', 'flight', 'because', 'it', 'did', 'not', 'want', 'Israel', 'to', 'look', 'good.']","[13, 14]",0,israel,A JEWISH group that helped about 80 Bosnian mostly Muslim refugees fly to Israel yesterday says the Palestine Liberation Organisation made a last-minute bid to prevent the flight because it did not want Israel to look good.,"['An anti-Jewish group that helped about 80 mostly Muslim Bosnian refugees fly to Israel yesterday says the Palestine Liberation Organization made a last-minute offer to prevent them from fleeing because it did not want Israel to look good.', 'A Jewish group that helped 80 Bosnian, predominantly Muslim refugees flee to Israel yesterday says the Palestine Liberation Organization tried at the last minute to prevent them from fleeing because it did not want Israel to look good.', 'A Yiddish group that helped about 80 Bosnian, mostly Muslim refugees fly to Israel yesterday says the Palestine Liberation Organization tried to block the flight at the last minute because it did not want Israel to look good.', 'A Jewish group that helped about 80 Bosnian refugees - mostly Muslim - fly to Israel yesterday said the Palestine Liberation Organization tried at the last minute to stop them from fleeing because it did not want Israel to look good.', 'A Jewish group that helped about 80 mostly Muslim Bosnian refugees flee to Israel yesterday says the Palestine Liberation Organization offered them a last-minute offer to stop their flight because it did not want Israel to do well.']" -503,"['The', 'computer', 'business', 'in', 'Japan', 'is', 'unusual', 'in', 'that', 'most', 'software', 'writing', 'is', 'done', 'by', 'people', 'who', 'use', 'computers,', 'as', 'opposed', 'to', 'the', 'manufacturers', 'of', 'the', 'machines.']","[4, 5]",0,japan,"The computer business in Japan is unusual in that most software writing is done by people who use computers, as opposed to the manufacturers of the machines.","['The computer business in Japan is unusual in that the writing of software is usually done by people who use computers, as opposed to the manufacturers of the machines.', 'The computer business in Japan is unusual in that most software processing is done by people who use the computer, as opposed to the manufacturers of the machines.', 'The computer business in Japan is unusual in that most of the software is written by people who use computers, as opposed to the manufacturers of the machines.', 'The computer business in Japan is unusual in that the writing of software is done primarily by computers.', 'The computer business in Japan is unusual in that the writing of software is largely done by people who use computers, as opposed to the makers of those machines.']" -504,"['The', 'UK', 'presidency', 'has', 'planned', 'only', 'one', 'Social', 'Affairs', 'Council,', 'to', 'be', 'held', 'on', '1', 'December.']","[1, 2]",0,uk,"The UK presidency has planned only one Social Affairs Council, to be held on 1 December.","['The British Presidency has planned only one Social Affairs Council on 1 December.', 'The British Presidency is planning a single Social Affairs Council on 1 December.', 'The British Presidency has only scheduled a Social Affairs Council for 1 December.', 'Since the British Presidency, there has only been one Social Affairs Council to be held on 1 December.', 'The British Presidency is not planning a Social Affairs Council until 1 December.']" -505,"['One', 'other', 'noticeable', 'feature', 'was', 'that', 'nearly', '30%', 'of', 'participants', 'were', 'from', 'institutions', 'outside', 'the', 'United', 'Kingdom,', 'with', 'Australia,', 'Austria,', 'Brazil,', 'Canada,', 'Denmark,', 'Eire,', 'Greece', ',', 'Hong', 'Kong,', 'India,', 'Italy,', 'Netherlands,', 'Norway,', 'Slovenia,', 'South', 'Africa', 'and', 'the', 'U.S.A.', 'all', 'represented.']","[24, 25]",0,greece,"One other noticeable feature was that nearly 30% of participants were from institutions outside the United Kingdom, with Australia, Austria, Brazil, Canada, Denmark, Eire, Greece, Hong Kong, India, Italy, Netherlands, Norway, Slovenia, South Africa and the U.S.A. all represented.","['Another feature was that almost 30% of the participants visited institutions outside the UK, with Australia, Austria, Brazil, Canada, Denmark, Great Britain, Greece, Hong Kong, India, Italy, the Netherlands, Norway, Slovenia, South Africa and the US represented.', 'It was also noticeable that almost 30% of the participants were institutions outside the UK. Australia, Austria, Brazil, Canada, Denmark, Ireland, Greece, Hong Kong, India, Italy, the Netherlands, Norway, Slovenia, South Africa and the USA were all represented.', 'It was also noticeable that almost 30% of the participants came from institutions outside the UK. Australia, Austria, Brazil, Canada, Denmark, Ireland, Greece, Hong Kong, India, Italy, the Netherlands, Norway, Slovenia, South Africa and the USA were represented.', 'It was also noticeable that almost 30% of the participants came from municipal institutions, including Australia, Austria, Brazil, Denmark, Ireland, Greece, Hong Kong, India, Italy, the Netherlands, Norway, Slovenia, South Africa and the USA.', 'Another notable feature was that almost 30% of the participants came from institutions outside the UK, representing Australia, Austria, Brazil, Canada, Denmark, Ireland, Greece, Hong Kong, India, Italy, the Netherlands, Norway, Slovenia, South Africa and the United States.']" -506,"['HT-29', 'cells', 'were', 'maintained', 'as', 'a', 'monolayer', 'of', 'cells', 'in', ""Dulbecco's"", 'modified', ""Eagle's"", 'medium', '(DMEM,', 'Flow', 'Laboratories,', 'High', 'Wycombe,', 'UK)', 'with', '10%', 'fetal', 'calf', 'serum,', '100', 'U/ml', 'penicillin,', 'and', '100', 'µg/ml', 'streptomycin', '(Serolabs,', 'Crawley,', 'UK', ').']","[34, 35]",0,uk,"HT-29 cells were maintained as a monolayer of cells in Dulbecco's modified Eagle's medium (DMEM, Flow Laboratories, High Wycombe, UK) with 10% fetal calf serum, 100 U/ml penicillin, and 100 µg/ml streptomycin (Serolabs, Crawley, UK ).","['s modified eagle medium (DMEM, Flow Laboratories, High Wycombe, UK) containing 10% fetal calf serum, 100 U / ml penicillin and 100 µg / ml streptomycin (Serolabs, Crawley, UK) as monolayers.', ""HT-29 cells were retained as monolayers of cells in Dulbecco's modified Eagle medium (DMEM, Flow Laboratories, High Wycombe, UK) containing 10% fetal calf serum, 100 U / ml penicillin and 100 Coleman (Serolabs, Crawley, UK)."", 'The HT-29 cells were retained as cell monolayers in a modified medium from Dulbecco Eagle Foods (DMEM, Flow Laboratories, High Wycombe, UK) with a 10% bovine serum, 100 U / ml penicillin and 100 µg / ml streptomycin (Serolabs, Crawley, UK).', 's Adidas Medium (DMEM, Flow Laboratories, High Wycombe, UK) as cell monolayer with 10% fetal calf serum, 100 U / ml penicillin and 100 µg / ml streptomycin (Serolabs, Crawley, UK).', ""HT-29 cells were obtained with 10% fetal calf serum, 100 U / ml penicillin and 100% streptomycin (Serolabs, Crawley, UK) as plant components for cells in Dulbecco's modified eagle medium (DMEM, Flow Laboratories, High Wycombe, UK).""]" -507,"['They', 'are', 'all', 'target', 'markets', 'for', 'Zurich', 'Insurance,', 'Switzerland', ""'s"", 'biggest', 'insurer', 'and', 'among', 'the', ""world's"", 'largest.']","[8, 9]",0,switzerland,"They are all target markets for Zurich Insurance, Switzerland's biggest insurer and among the world's largest.","['These are all target markets for Zurich Insurance, the largest insurer in Switzerland and one of the largest in the world.', ""They are all target markets for Zurich Insurance, Switzerland's largest insurance group, which is also one of the largest in the world."", 'They are all target markets for Zurich Insurance, the largest insurer in Switzerland and one of the largest in the world.', ""They are all target markets for Zurich Insurance, Switzerland's largest insurer and one of the largest in the world."", 'They are all target markets for Zurich Insurance, the largest Swiss insurer, and are among the largest in the world.']" -508,"['Hitler', 'is', 'due', 'to', 'march', 'on', 'Poland', 'this', 'weekend!']","[6, 7]",0,poland,Hitler is due to march on Poland this weekend!,"['Hitler will invade Poland this weekend!', 'Hitler will invade Poland this weekend!', 'Hitler will invade Poland this weekend!', 'Hitler will have to march in Poland next weekend!', 'Hitler will conquer Poland this weekend!']" -509,"['This', 'view', 'has', 'also', 'received', 'support', 'from', 'the', 'Joint', 'Nature', 'Conservation', 'Committee', 'and', 'from', 'the', 'environmental', 'directorate', 'of', 'the', 'European', 'Commission,', 'although', 'in', 'the', 'UK', 'government', 'itself', 'the', 'Department', 'of', 'the', 'Environment', 'failed', 'to', 'acknowledge', 'receipt', 'of', 'the', 'FoE', 'reports.']","[24, 25]",0,uk,"This view has also received support from the Joint Nature Conservation Committee and from the environmental directorate of the European Commission, although in the UK government itself the Department of the Environment failed to acknowledge receipt of the FoE reports.","[""This view was also supported by the European Commission's Joint Committee on Nature Conservation and the Environment, although the UK Department of the Environment itself did not confirm the receipt of the FoE reports."", 'This view was also supported by the Joint Committee on Nature Conservation and the Environment Directorate of the European Commission, although the Department of the Environment itself in the UK Government has not confirmed the receipt of the FoE reports.', ""Support for this view also came from the Joint Nature Conservation Committee and the European Commission's Environment Directorate, although the UK Government's Department of Environment itself did not confirm the receipt of the FoE reports."", ""This presentation was also supported by the European Commission's Joint Committee on Nature Conservation and the Environment, even though the UK Government itself did not acknowledge the receipt of the FoE reports by the Department of the Environment."", ""This view was also supported by the Joint Committee on Nature Conservation and the European Commission's Environment Directorate, although the UK Government says it has not received the FoE reports.""]" -510,"['The', 'Nationalist', 'and', 'Uhuru', 'were', 'not', 'commercial', 'propositions,', 'neither', 'were', 'they', 'intended', 'to', 'be', '-', 'they', 'existed', 'to', 'give', 'TANU', 'and', 'its', 'government', 'a', 'mouthpiece', 'both', 'within', 'Tanzania', 'and', 'in', 'the', 'outside', 'world', '-', 'but', 'both', 'were', 'losing', 'money', 'more', 'heavily', 'than', 'anticipated.']","[27, 28]",0,tanzania,"The Nationalist and Uhuru were not commercial propositions, neither were they intended to be - they existed to give TANU and its government a mouthpiece both within Tanzania and in the outside world - but both were losing money more heavily than anticipated.","['The nationalists and Uhuru were not, and should not be, commercial proposals - they were there to give a voice to TANU and its government, both within Tanzania and in the outside world - but both lost more money than expected.', 'The nationalists and Uhuru were neither commercial targets, nor were they intended - they exist to give a voice to TANU and its government, both in Tanzania and abroad - but both have lost more money than expected.', 'The nationalists and the Uhuru were not, and should not be, commercial proposals, they served as mouthpieces for the TANU and the government in Tanzania and the outside world, but both were lost more heavily than expected.', 'But the nationalist and Uhuru movements were not - and should not be - promotional proposals; they served as mouthpieces for TANU and its government both inside and outside Tanzania, but both lost more money than expected.', 'The nationalists and Uhuru were not, and should not be, commercial assumptions - they were defamatory not only within Tanzania, but also within the outside world, whose TANU government was supported by the powerful government.']" -511,"['As', 'the', ""colony's"", 'new', 'coach,', 'Simpkin', 'has', 'initiated', 'a', 'successful', 'programme', 'to', 'develop', 'rugby', 'amongst', 'Hong', 'Kong', ""'s"", 'Chinese', 'population,', 'as', 'well', 'as', 'encouraging', 'the', 'game', 'to', 'take', 'root', 'on', 'mainland', 'China.']","[15, 17]",0,hong kong,"As the colony's new coach, Simpkin has initiated a successful programme to develop rugby amongst Hong Kong's Chinese population, as well as encouraging the game to take root on mainland China.","[""As the colony's new coach, Simpkin has launched a successful program to develop rugby among Hong Kong's Chinese population and encouraged the game to gain a foothold in mainland China."", ""As the colony's new coach, Simpkin initiated a successful program to develop rugby among Hong Kong's Chinese population and encouraged the game to establish itself in mainland China."", 'Simpkin is the new coach of the colony and has initiated a successful programme of Chinese rugby development in Hong Kong and has also encouraged the game to gain a foothold in mainland China.', ""As the colony's new coach, Simpkin initiated a successful program to develop rugby among Hong Kong Chinese and encouraged efforts to establish the game in mainland China."", ""As the colony's new coach, Simpkin oversaw a successful rugby development program involving the Chinese in Hong Kong, while encouraging them to gain a foothold in mainland China.""]" -512,"['This', 'has', 'led', 'to', 'concern', 'by', 'environmental', 'groups', 'that', 'some', 'may', 'fall', 'into', 'the', 'hands', 'of', 'terrorists', 'or', 'governments', 'keen', 'to', 'develop', 'nuclear', 'weapons,', 'during', 'shipment', 'to', 'Japan', '.']","[27, 28]",0,japan,"This has led to concern by environmental groups that some may fall into the hands of terrorists or governments keen to develop nuclear weapons, during shipment to Japan.","['This has led environmental groups to worry that some of them could fall into the hands of terrorists or governments interested in developing nuclear weapons when they are transported to Japan.', 'This has led environmental groups to worry that some may fall into the hands of terrorists or governments interested in developing nuclear weapons as they are transported to Japan.', 'This has led environmental groups to worry that some of them could fall into the hands of terrorists or governments interested in developing nuclear weapons as they are shipped to Japan.', 'This has raised concerns among environmental organizations that some of the weapons could fall into the hands of terrorists or governments seeking nuclear weapons as they are transported to Japan.', 'This has sparked fears from environmental groups that some could fall into the hands of terrorists or equip countries with more nuclear weapons, but shipments to Japan could lead to nuclear weapons.']" -513,"['Oh', 'yeah,', 'I', 'remember', 'that', 'flasher', 'in', 'France', '.']","[7, 8]",0,france,"Oh yeah, I remember that flasher in France.","['Oh yes, I remember that turn signal in France.', 'Oh yes, I remember that turn signal in France.', 'Oh yes, I remember that turn signal in France.', 'Oh yes, I remember such a wink in France.', 'Oh yes, I remember doing that in France.']" -514,"['Southern', 'and', 'Central', 'U.S.A.', 'Domiciled', 'in', 'Cuba', 'and', 'Sri', 'Lanka', '.']","[8, 10]",0,sri lanka,Southern and Central U.S.A. Domiciled in Cuba and Sri Lanka.,"['South and Central America with headquarters in Cuba and Sri Lanka.', 'South and Central America: Cuba and Sri Lanka.', 'U.S. citizens in the south and center of the world, in Cuba and Sri Lanka.', 'Located in Cuba and Sri Lanka, in the south and center of the United States.', 'The United States conducts trips to Cuba and Sri Lanka.']" -515,"['For', 'Bulgaria,', 'Czechoslavakia,', 'Hungary', 'and', 'Poland', 'the', 'author', 'provides', 'an', 'overall', 'summary', 'of', 'each', ""country's"", 'economy', 'and', 'a', 'detailed', 'picture', 'of', 'the', 'various', 'national', 'transport', 'undertakings', 'operating', 'international', 'services', 'to', 'and', 'from', 'these', 'countries.']","[3, 4]",0,hungary,"For Bulgaria, Czechoslavakia, Hungary and Poland the author provides an overall summary of each country's economy and a detailed picture of the various national transport undertakings operating international services to and from these countries.","['For Bulgaria, the Czech Republic, Hungary and Poland, the author provides an overview of the economies of the individual countries as well as a detailed picture of the various national transport companies that offer international services to and from these countries.', 'For Bulgaria, Czechoslovakia, Hungary and Poland, the author provides a general summary of the economies of each country and a detailed picture of the various national airlines operating international connections to these countries.', 'For Bulgaria, the Czech Republic, Hungary and Poland, the author provides an overview of the economy of each country and a detailed picture of the various national transport companies that offer international connections to and from these countries.', 'For Bulgaria, the Czech Republic, Hungary and Poland, the author provides a summary of the economy and a detailed picture of the various national transport companies offering international services to and from these countries.', 'Hoffmann III summarised the fares of the country and the individual countries and gave a detailed picture of the various national transport companies operating international trips to both countries.']" -516,"['Apocalypse', 'Now', 'appeared', 'at', 'a', 'time', 'when', 'the', 'political', 'climate', 'in', 'America', 'was', 'shifting', 'to', 'the', 'right,', 'resulting', 'in', ""Reagan's"", 'victory', 'in', 'the', '1980', 'presidential', 'elections.']","[11, 12]",0,america,"Apocalypse Now appeared at a time when the political climate in America was shifting to the right, resulting in Reagan's victory in the 1980 presidential elections.","[""Apocalypse Now was published at a time when the political climate in America had shifted to the right, leading to Reagan's victory in the 1980 presidential election."", ""Apocalypse Now was published at a time when the political climate in America shifted to the right, leading to Reagan's victory in the 1980 presidential election."", ""The Apocalypse Now was published at a time when the political climate in America shifted to the right, leading to Reagan's victory in the 1980 presidential election."", ""Apocalypse Now was published at a time when the political climate in America shifted to the right, leading to Reagan's victory in the 1980 presidential election."", '""Apocalypse Now"" was released at a time when the political climate in America had shifted to the right, leading to Reagan\'s victory in the 1980 presidential election.']" -517,"['`', 'Hong', 'Kong', 'People', 'Rule', 'Hong', 'Kong', '"":', 'the', 'slogan', 'propagated', 'by', 'China', 'during', 'the', '1982-84', 'sovereignty', 'negotiations,', 'to', 'encourage', 'popular', 'local', 'support', 'for', 'its', 'demand', 'that', 'Britain', 'withdraw', 'completely', 'from', 'the', 'administration', 'of', 'Hong', 'Kong', 'on', '30', 'June', '1997.']","[34, 36]",0,hong kong,"Hong Kong People Rule Hong Kong"": the slogan propagated by China during the 1982-84 sovereignty negotiations, to encourage popular local support for its demand that Britain withdraw completely from the administration of Hong Kong on 30 June 1997.","['Hong Kong governs Hong Kong, ""the slogan China propagated during the 1982-84 sovereignty negotiations to win local support for its demand that Britain withdraw completely from Hong Kong administration on 30 June 1997.', 'Hong Kong governs Hong Kong "": this slogan was propagated by China during the sovereignty negotiations of 1982-84 in order to attract local support for its demand that Great Britain withdraw completely from Hong Kong administration on 30 June 1997.', 'Hong Kong governs Hong Kong "": this is the slogan that China propagated during the sovereignty negotiations of 1982-84 to encourage the support of the Hong Kong people for its demand that Great Britain withdraw completely from Hong Kong administration on 30 June 1997.', 'Hong Kong governs Hong Kong, ""a slogan that China promoted during the 1982-84 sovereignty negotiations to encourage local support for its demand for a full withdrawal from Hong Kong on 30 June 1997.', 'Hong Kong - the people rule Hong Kong "": the slogan that China spread during the 1982-84 sovereignty negotiations to encourage the local population to support its demand for a full withdrawal of Great Britain from Hong Kong on 30 June 1997.']" -518,"['Here,', 'the', 'cause', 'will', 'be', 'a', 'very', 'different', 'one', 'to', 'that', 'associated', 'with', 'irrigation', 'but', 'may', 'have', 'significant', 'repercussions', 'for', 'the', 'exacerbated', 'salinisation', 'of', 'one', 'of', 'China', ""'s"", 'most', 'productive', 'agricultural', 'regions.']","[26, 27]",0,china,"Here, the cause will be a very different one to that associated with irrigation but may have significant repercussions for the exacerbated salinisation of one of China's most productive agricultural regions.","[""The cause here will be very different from irrigation, but it could have a significant impact on the increased salinity of one of China's most productive agricultural regions."", ""The reason will be very different from irrigation, but could have a significant impact on the increased salinity in one of China's most productive agricultural regions."", ""There, the cause will be very different from irrigation, but it could have a significant impact on the even higher salinity of one of China's most productive agricultural regions."", ""It will have a very different reason for irrigation, but it could have a significant impact on the increased salinity in one of China's most productive agricultural regions."", ""In this case, the cause is very different from irrigation, but it can have a significant impact on the salinity of one of China's most productive agricultural regions.""]" -519,"['By', 'October', 'Eva', 'was', 'being', 'farewelled', 'from', 'Australia', 'to', '""', 'her', 'first', 'appointment', 'on', 'missionary', 'service', 'to', 'the', 'Howard', 'Institute', 'in', 'Southern', 'Rhodesia', '""', '(Australian', 'War', 'Cry', 'November', '15th', '1952).']","[21, 23]",0,southern rhodesia,"By October Eva was being farewelled from Australia to"" her first appointment on missionary service to the Howard Institute in Southern Rhodesia"" (Australian War Cry November 15th 1952).","['In October Eve was accepted by Australia into the ""first mission in missionary service at the Howard Institute in Southern Rhodesia"" (Australian War Cry November 15, 1952).', 'In October Eva was released from Australia ""for her first mission to the Howard Institute in Southern Rhodesia"" (Australian Cry of War, 15 November 1952).', 'In October Eva left Australia for ""her first job as a missionary at the Howard Institute in Southern Rhodesia"" (Australian War Cry November 15, 1952).', 'In October Eva was released from Australia and ""began her first job as a missionary at the Howard Institute in Southern Rhodesia"" (Australian War Cry, 15 November 1952).', '(Australian War Cry November 15, 1952) at the Howard Institute in Southern Rhodesia.']" -520,"['The', 'new', ""President's"", 'first', 'state', 'visits', 'next', 'week', 'will', 'be', 'to', 'East', 'and', 'West', 'Germany', 'to', 'meet', 'acting', 'President', 'Manfred', 'Gerlach', 'in', 'East', 'Berlin', 'and', 'President', 'Richard', 'von', 'Weizsacker', '-', 'and', 'Chancellor', 'Helmut', 'Kohl', '-', 'in', 'Munich.']","[13, 15]",0,west germany,The new President's first state visits next week will be to East and West Germany to meet acting President Manfred Gerlach in East Berlin and President Richard von Weizsacker - and Chancellor Helmut Kohl - in Munich.,"[""The new president's first state visit next week will be to East and West Germany, where he will meet current President Manfred Gerlach in East Berlin and President Richard von Weizsacker - as well as Federal Chancellor Helmut Kohl - in Munich."", 'Next week, the new Federal President will be the first state visit to East and West Germany to meet current Federal President Manfred Gerlach in East Berlin and Federal President Richard von Weizsacker - as well as Federal Chancellor Helmut Kohl - in Munich.', 'The new President will take office next week in East and West Germany, where he will meet the current Federal President Manfred Gerlach in East Berlin and Federal President Richard von Weizsacker - and Federal Chancellor Helmut Kohl - in Munich.', ""Next week, the new Federal President's first state visits to East and West Germany will take place at meetings in East Berlin with current Federal President Manfred Gerlach and Federal President Richard von Weizsacker - as well as Federal Chancellor Helmut Kohl - in Munich."", ""The new Federal President's inaugural visits next week will take place in East and West Germany and will meet the Deputy Federal President Manfred Gerlach in East Berlin and his Deputy Richard von Weizsacker - a former Helmut Kohl - in Munich.""]" -521,"['As', 'in', 'so', 'many', 'things,', 'the', 'ways', 'of', 'the', 'Victorians,', 'while', 'looked', 'on', 'with', 'horror', 'in', 'late', 'twentieth-century', 'England,', 'have', 'survived', 'in', 'America', ';', 'unashamed', 'fervour', 'in', 'holding', 'and', 'expressing', 'religious', 'and', 'patriotic', 'beliefs', 'which', 'easily', 'blend', 'into', 'one', 'another', 'is', 'but', 'one', 'example.']","[22, 23]",0,america,"As in so many things, the ways of the Victorians, while looked on with horror in late twentieth-century England, have survived in America; unashamed fervour in holding and expressing religious and patriotic beliefs which easily blend into one another is but one example.","['In America, as in so many things, the way of life of the Victorians, who looked on in horror in late-twentieth-century England, has survived; the unabashed fervor with which religious and patriotic beliefs are represented, and the effect of which is easy to mix, is just one example.', 'In America, as in so many things, the American way of life of the Victorians survived, while being watched with horror at the end of the twentieth century; the brazen fervor in adopting and expressing religious and patriotic beliefs, which merge easily, is just one example.', 'Like so much else, the way of life of Victorians, who looked on in horror in late-twentieth-century England, has survived, even in America. The brazen zeal to uphold and express religious and patriotic beliefs, which mix easily, is just one of many examples.', 'As in many matters, the kind of Victorians they watched with horror in late-twentieth-century England survived in America; the brazen enthusiasm for clinging to and expressing religious and patriotic beliefs, which merge easily, is just one example.', 'As is so often the case in late-twentieth-century England, Victorians survived with horror. In America, they simply and unabashedly followed suit, exalting and expressing religious and patriotic beliefs that were easily fused together.']" -522,"['In', 'reality,', 'though,', 'the', 'trouble', 'only', 'started', 'here', 'in', 'Aarau,', 'Switzerland', ',', 'a', 'few', 'minutes', 'ago.']","[10, 11]",0,switzerland,"In reality, though, the trouble only started here in Aarau, Switzerland, a few minutes ago.","['In reality, however, the trouble here in Aarau, Switzerland, only began a few minutes ago.', 'In reality, however, the trouble here in Aarau, Switzerland, only began a few minutes ago.', 'In truth, however, the difficulty only began a few minutes ago here in Aarau, Switzerland.', 'In truth, the farce here in Aarau, Switzerland, only started a few minutes ago.', 'In fact, the misery only began a few minutes ago: here in Aarau, Switzerland.']" -523,"['A', 'very', 'obscure', 'constellation,', 'lying', 'mainly', 'between', 'Ursa', 'Major', 'and', 'Gemini.']","[7, 9]",0,ursa major,"A very obscure constellation, lying mainly between Ursa Major and Gemini.","['A very opaque constellation that lies mainly between Ursa Major and Gemini.', 'A very unclear constellation, which lies mainly between Ursa Major and the twins.', 'A very dark constellation that lies predominantly between Ursa Major and Gemini.', 'A very unknown constellation, located mainly between Ursa Major and Gemini.', 'Extraordinary constellation, which lies mainly between Ursa Major and the twins.']" -524,"['But', 'this', 'readiness', 'to', 'intervene', 'in', 'the', 'Philippines', 'was', 'a', 'useful', 'message', 'to', 'send', 'to', 'a', 'Soviet', 'leader', 'still', 'exploring', 'the', 'thinking', 'and', 'the', 'reactions', 'of', 'the', 'new', 'US', 'President.']","[28, 29]",0,us,But this readiness to intervene in the Philippines was a useful message to send to a Soviet leader still exploring the thinking and the reactions of the new US President.,"['But this readiness to intervene was a useful message to the Soviet leader, who was still searching for the thinking and reactions of the new US president.', ""But this willingness to intervene in the Philippines was a useful message to a Soviet leader who is still building the thinking and reactions of America's new president."", ""This willingness to intervene in the Philippines was a useful message at the time to a Soviet leader who was still tapping into the new US president's mindset and reaction."", ""But this readiness to intervene was a useful message for a Soviet leader who is still studying the new US president's thoughts and reactions."", ""This willingness to intervene in the Philippines was a useful message for a Soviet leader who was still researching the new US president's thinking and reactions.""]" -525,"['In', 'particular', 'they', 'never', 'forgot', 'Dennis', 'and', 'Joan', 'Riddiford,', ""Millie's"", 'brother', 'and', 'sister-in-law', 'whose', 'life', 'together', 'in', 'Australia', 'was', 'cruelly', 'cut', 'short', 'when', 'Dennis', 'contracted', 'malaria.']","[17, 18]",0,australia,"In particular they never forgot Dennis and Joan Riddiford, Millie's brother and sister-in-law whose life together in Australia was cruelly cut short when Dennis contracted malaria.","[""Specifically, they never forgot Dennis and Joan Riddiford, Millie's brother and sister-in-law, whose life together in Australia was cruelly interrupted when Dennis contracted malaria."", ""They have never forgotten Dennis and Joan Riddiford, Millie's brother and sister-in-law, whose life together in Australia was brutally interrupted when Dennis contracted malaria."", ""In particular, they did not forget Dennis and Joan Riddiford, Millie's brother and brother-in-law, whose lives were cruelly interrupted in Australia when Dennis contracted malaria."", ""They had never forgotten Dennis and Joan Riddiford, Millie's brother and sister-in-law, whose life together in Australia was cruelly short when Dennis contracted malaria."", ""In particular, they never forgot Dennis and Joan Riddiford, Mill's sister-in-law, whose life was cruelly interrupted when Dennis contracted malaria.""]" -526,"['THE', 'BRITISH', 'wives', 'of', 'American', 'servicemen', 'stationed', 'in', 'the', 'United', 'Kingdom', 'must', 'pay', 'the', 'poll', 'tax', 'even', 'though', 'they', 'receive', 'little', 'or', 'no', 'benefit', 'from', 'public', 'services,', 'the', 'Court', 'of', 'Appeal', 'ruled', 'yesterday.']","[9, 11]",0,united kingdom,"THE BRITISH wives of American servicemen stationed in the United Kingdom must pay the poll tax even though they receive little or no benefit from public services, the Court of Appeal ruled yesterday.","['The British wives of American servicemen stationed in Britain must pay tax despite receiving little or no public service benefits, the Court of Appeal ruled yesterday.', 'BRITISH wives of American servicemen stationed in Britain must pay tax even though they benefit little or no from public services, the Court of Appeal ruled yesterday.', 'Wives of American servicemen stationed in Britain must pay the electoral tax despite receiving little or no public service benefits, the Supreme Court of Appeal ruled yesterday.', 'The wives of American soldiers stationed in Britain must pay the tax even if they receive little or no government benefits, the Court of Appeal ruled on Tuesday.', 'The British-American wives of American servicemen stationed in Britain must pay the tax even though they receive little or no public service, the Court of Appeal ruled yesterday.']" -527,"['Across', 'central', 'France', ',', 'in', 'the', 'mairies', 'of', 'small', 'towns,', 'there', 'was', 'a', 'tangible', 'feeling', 'that', 'too', 'much', 'was', 'being', 'given', 'to', 'remote', 'and', 'unelected', 'bureaucrats,', 'that', 'the', 'political', 'class', 'did', 'not', 'speak', 'for', 'France.']","[2, 3]",0,france,"Across central France, in the mairies of small towns, there was a tangible feeling that too much was being given to remote and unelected bureaucrats, that the political class did not speak for France.","['Everywhere in central France, in the cities, there was a palpable sense that too much was given to distant and unelected bureaucrats, that the political class had not spoken for France.', 'Everywhere in central France, in the servants of the small towns, there was a clear feeling that distant and unelected bureaucrats had too much to do, that the political class did not speak for France.', 'Everywhere in central France, in the lawyers of the small towns, it was palpable that too much was given to distant, unelected bureaucrats, that the political class did not speak for France.', 'Everywhere in the city, in the courtyards of the small towns, the right to demonstrate was fully exercised for distant and unelected bureaucrats, and the political class did not speak for France.', 'In the south of France, in the mobile homes of small towns, there was a feeling that distant and unelected bureaucrats received too much money, and that the political class did not speak for France.']" -528,"['But', 'we', 'are', 'the', 'United', 'States', 'of', 'America', ',', 'the', 'leader', 'of', 'the', 'West', 'that', 'has', 'become', 'the', 'leader', 'of', 'the', 'world.']","[4, 8]",0,united states of america,"But we are the United States of America, the leader of the West that has become the leader of the world.","['But we are the United States of America, the leader of the West who has become the leader of the world.', 'But we are the United States of America, the leader of the West who has become the leader of the whole world.', 'But we are the United States of America, the leaders of the West, which has become the leader of the world.', 'But we are the United States of America, the leader of the West who has become the leader of the world.', 'But we are the United States of America, the leader of the West, who has taken on a global leadership role.']" -529,"['London', 'was', 'chosen', 'as', 'the', 'administrative', 'headquarters,', 'and', 'Jacques', 'Attali,', 'formerly', 'a', 'special', 'adviser', 'to', 'President', 'Mitterrand', 'of', 'France', ',', 'was', 'elected', 'president', 'for', 'an', 'initial', 'four-year', 'term', 'at', 'a', 'meeting', 'in', 'Paris', 'on', 'May', '19.']","[18, 19]",0,france,"London was chosen as the administrative headquarters, and Jacques Attali, formerly a special adviser to President Mitterrand of France, was elected president for an initial four-year term at a meeting in Paris on May 19.","['London was elected as the administrative seat, and Jacques Attali, a former special adviser to French President Mitterrand, was elected president for an initial four-year term at a meeting in Paris on May 19.', 'London was chosen as the administrative seat, and Jacques Attali, a former special adviser to French President Mitterrand, was elected president for an initial four-year term at a meeting in Paris on May 19.', 'London was elected as the administrative seat, and Jacques Attali, a former special adviser to French President Mitterrand, was elected president for a first four-year term at a meeting in Paris on May 19.', 'London was elected as the administrative seat, and Jacques Attali, a former special adviser to French President Mitterrand, was elected president for the first four years at a meeting in Paris on May 19.', 'London was chosen as the administrative seat, and Jacques Attali, a former special adviser to French President Mitterrand, was elected president for an initial four-year term at a meeting in Paris on May 19.']" -530,"['The', 'third', 'semi', 'was', 'very', 'close', '(0.55', 'secs)', 'between', 'Crichlow', '(Canada),', 'Herbert', '(USA)', 'and', 'Vincente', '(', 'Spain', '),', 'the', 'latter', 'being', 'lucky', 'to', 'get', 'a', 'time', 'as', 'he', 'fell', 'out', 'of', 'his', 'K1', 'crossing', 'line.']","[16, 17]",0,spain,"The third semi was very close (0.55 secs) between Crichlow (Canada), Herbert (USA) and Vincente ( Spain ), the latter being lucky to get a time as he fell out of his K1 crossing line.","['The third semi-final was very close between Crichlow (Canada), Herbert (USA) and Vincente (Spain) (0.55 sec), who was lucky to gain a time advantage when he fell out of his K1 line.', 'The third semi-final went very close (0.55 s) to Crichlow (Canada), Herbert (USA) and Vincente (Spain), the latter was lucky to reach the finish line from K1.', 'The third pair was very close (0.55 seconds) between Crichlow (Canada), Herbert (USA) and Vincente (Spain), with the latter lucky to crash out of his K1.', 'The third semifinal was very close (0.55 seconds) between Crichlow (Canada), Herbert (USA) and Vincente (Spain), who was lucky to score a point when he came from K1.', 'The third semi-final was very close (0.55 climb) between Crichlow (Canada), Herbert (USA) and Vincente (Spain), he was lucky to win time when he had to leave the K1 line.']" -531,['VIETNAM'],"[0, 1]",0,vietnam,VIETNAM,"['VIETNAM', 'VIETNAM', 'VIETNAM', 'VIETNAM', 'Looking back']" -532,"['SHE', 'WAS', 'LEADER', 'OF', 'THE', 'OPPOSITION', 'AND', 'HE', 'WAS', 'SPOKESMAN', 'ON', 'NORTHERN', 'IRELAND', 'AT', 'THE', 'TIME.']","[11, 13]",0,northern ireland,SHE WAS LEADER OF THE OPPOSITION AND HE WAS SPOKESMAN ON NORTHERN IRELAND AT THE TIME.,"['YOU WAS THE COMPANY, YOU WAS THIS SPOKESTER IN THE NORTH IRELAND SUNDAY.', 'YOU WAS THE MONEY OF COMPANY SR UNITED, YOU WAS SPOKESMAN FOR THE NORTHERN IRELAND BUT.', 'YOU ARE THE GOVERNMENT and HE WAS OTHER IN NORTH IRELAND ARE OTHER IN NORTH IRELAND.', 'YOU WAS THE FACILITY WAS A LOADING FOR THIS OWN and HE WAS originally SPORTS BOOKS ON THREE NORTH.', 'SHE was the leader of these trades and HE SPOKESMAN TRAVES over Northern Ireland at that time.']" -533,"['On', '21', 'February', 'Sullivan', 'called', 'on', 'Prime', 'Minister', 'Bazargan', 'to', 'assure', 'him,', 'and', 'through', 'him', 'Khomeini,', 'that', 'the', 'US', 'accepted', 'the', 'revolution', 'and', 'would', 'not', 'interfere', 'in', 'Irans', 'internal', 'affairs.']","[27, 28]",0,irans,"On 21 February Sullivan called on Prime Minister Bazargan to assure him, and through him Khomeini, that the US accepted the revolution and would not interfere in Irans internal affairs.","[""On February 21, Sullivan called on Prime Minister Basargan to assure him, and through him, Khomeini that the US would accept the revolution and would not interfere in Iran's internal affairs."", ""On February 21, Sullivan called Prime Minister Basargan to assure him, and through him, Khomeini that the US would recognize the revolution and would not interfere in Iran's internal affairs."", ""On February 21, Sullivan called on Prime Minister Basargan to assure him, and through him, Khomeini that the US would accept the revolution and would not interfere in Iran's internal affairs."", ""On February 21, Sullivan called Prime Minister Basargan to assure him and Khomeini through him that the US would accept the revolution and would not interfere in Iran's internal affairs."", ""On February 21, Sullivan spoke with Prime Minister Basargan and Khomeini about the US accepting the revolution and not interfering in Iran's internal affairs.""]" -534,"['In', 'the', 'Progressive', 'double-header', 'Northern', 'Ireland', 'U18s', 'play', 'England', 'at', '12', 'noon.']","[4, 6]",0,northern ireland,In the Progressive double-header Northern Ireland U18s play England at 12 noon.,"['Northern Ireland U18s face England in the Progressive Double header at 12pm today.', 'Northern Ireland U18s play England in the Nations League (11am).', ""Northern Ireland's Under 18s face England in the quarter-finals on Saturday at 12pm."", ""The Northern Ireland U18 team play at 12 o'clock in a group featuring newcomers from two divisions for the title."", 'The Northern Ireland U18 team will face the Derbyshire team at 12pm this afternoon.']" -535,"['Olive', 'Saunderson', 'and', 'Norman', 'Field', 'met', 'and', 'fell', 'in', 'love', 'in', 'predictably', 'romantic', 'circumstances', 'when', 'the', 'Fields', 'and', 'the', 'Saundersons', 'were', 'guests', 'on', 'board', 'Lord', ""Vestey's"", 'yacht', 'on', 'a', 'cruise', 'to', 'Norway', 'in', '1909', 'They', 'were', 'married', 'the', 'same', 'year', 'in', 'Dublin', 'and', 'returned', 'to', 'England', 'to', 'set', 'up', 'home.']","[31, 32]",0,norway,Olive Saunderson and Norman Field met and fell in love in predictably romantic circumstances when the Fields and the Saundersons were guests on board Lord Vestey's yacht on a cruise to Norway in 1909 They were married the same year in Dublin and returned to England to set up home.,"[""Olive Saunderson and Norman Field met and fell in love in predictably romantic circumstances when the Fields and the Saundersons were on board Lord Vestey's yacht on a cruise to Norway in 1907. In the same year they married in Dublin and returned to England to seek a home."", ""Olive Saunderson and Norman Field met and fell in love in 1909, in predictably romantic circumstances, when the Fields and the Saundersons were guests on Lord Vestey's yacht on a cruise to Norway. In the same year they married in Dublin and returned to England to build their own house."", ""Olive Saunderson and Norman Field met and fell in love in predictably romantic circumstances when they were guests on Lord Vestey's yacht on a cruise to Norway in 1909. In the same year they married in Dublin and took home their home."", ""Olive Saunderson and Norman Field met and fell in love on a cruise to Norway on Lord Vestey's yacht in 1909, married in Dublin the same year and returned to England to settle there."", 'With John Fields, Olive Saunderson and Norman Field were guests on a cruise to Norway in 1909 on the yacht of Lord Vestey. In the same year they married in Dublin to free their residence in England.']" -536,"['Nepal', 'was', 'stunning', 'with', 'its', 'wild,', 'untamed', 'landscape.']","[0, 1]",0,nepal,"Nepal was stunning with its wild, untamed landscape.","['Nepal was overwhelming with its wild, untamed landscape.', 'Nepal was overwhelming with its wild, untamed landscape.', 'Nepal was breathtaking for its wild, untamed landscape.', 'Nepal captivates with its wild, untamed landscape.', 'Nepal was breathtaking for its wild, untamed landscape.']" -537,"['Feeling', 'suddenly', 'shy,', 'she', 'looked', 'down,', 'and', 'asked', 'huskily,', '`', 'And,', 'in', 'return', 'for', 'a', 'trip', 'to', 'Australia', ',', 'the', 'colonel', 'told', 'you', 'all', 'about', 'me?', '""']","[17, 18]",0,australia,"Feeling suddenly shy, she looked down, and asked huskily, And, in return for a trip to Australia, the colonel told you all about me?""","['Suddenly shy, she looked down and asked stubbornly, ""And in return for a trip to Australia, did the colonel tell you all about me?""', 'Suddenly shy, she looked down and asked kindly, ""And in return for a trip to Australia, did the colonel tell you all about me?""', 'With sudden shyness, she looked down and asked gleefully, ""And when we went to Australia, did the colonel tell you all about me?""', 'Suddenly shy, she looked down for a long time and asked hesitantly, ""And in return for a trip to Australia, did the colonel tell you all about me?""', 'Suddenly shy, she looked down and casually asked, ""The colonel told you everything about me, and to compensate, to Australia?""']" -538,"['This', 'research', 'influences', 'the', 'way', 'volunteers', 'work', 'with', 'victims', 'but', 'it', 'is', 'also', 'passed', 'on', 'by', 'Victim', 'Support', 'to', 'other', 'organisations', 'that', 'might', 'find', 'it', 'useful:', 'it', 'provides', 'an', 'input', 'into', 'every', 'police', 'training', 'course', 'in', 'Britain', ',', 'and', 'that', 'has', 'led', 'to', 'a', 'potential', 'new', 'area', 'of', 'work.']","[36, 37]",0,britain,"This research influences the way volunteers work with victims but it is also passed on by Victim Support to other organisations that might find it useful: it provides an input into every police training course in Britain, and that has led to a potential new area of work.","['These investigations concern the work of volunteers with victims, but they are also passed on from victim support to other organisations that may find them useful: they provide input for any police training in the UK, and this has led to a new potential field of work.', 'This research influences the way victims volunteer, but it is also passed on from victim support to other organisations that may find it useful: it provides input for any police training in the UK, and this has led to a possible new area of work.', 'This research influences the actions of volunteers, but it is also passed on from victim support to other organisations that might find it useful: it contributes to every police training course in the UK, and this has led to a potential new area of work.', 'This research influences the work of the volunteers with the victims, but it is also passed on from victim support to other organisations that might find it useful: it is an input for every police training course in the UK and has led to a new area of work.', 'This inquiry influences the way victims are treated, but it is also passed on from victim support to other organisations that might find it useful: it is an input for every police training course in the UK, and this has led to a new potential area of work.']" -539,"['Cyril', 'Ramaphosa,', 'secretary-general', 'of', 'the', 'African', 'National', 'Congress', '(ANC),', 'who', 'attended', 'the', 'summit', 'as', 'an', 'observer,', 'was', 'cautious', 'about', 'the', 'role', 'of', 'a', 'post-apartheid', 'South', 'Africa', '.']","[24, 26]",0,south africa,"Cyril Ramaphosa, secretary-general of the African National Congress (ANC), who attended the summit as an observer, was cautious about the role of a post-apartheid South Africa.","['Cyril Ramaphosa, secretary-general of the African National Congress (ANC), who attended the summit as an observer, was cautious about the role of a post-apartheid South Africa.', 'Cyril Ramaphosa, secretary-general of the African National Congress (ANC), who attended the summit as an observer, was cautious about the role of a post-apartheid South Africa.', ""The Secretary General of the African National Congress (ANC), Cyril Ramaphosa, who attended the summit as an observer, expressed reservations about South Africa's post-apartheid role."", 'Cyril Ramaphosa, Secretary General of the African National Congress (ANC), who attended the summit as an observer, expressed reservations about the role of a post-apartheid South Africa.', 'Cyril Ramaphosa, Secretary General of the African National Congress (ANC), who attended the conference as an observer, expressed reservations about the role of a South African postal agent.']" -540,"['Riddick', ""Bowe's"", 'World', 'Boxing', 'Council', 'belt', 'ended', 'up', 'in', 'the', 'trash', 'can,', 'Mike', 'Tyson', 'ended', 'up', 'in', 'the', 'can,', 'and', 'Lennox', 'Lewis', 'became', 'Britain', ""'s"", 'first', 'world', 'heavyweight', 'champion', 'without', 'even', 'hitting', 'anyone.']","[23, 24]",0,britain,"Riddick Bowe's World Boxing Council belt ended up in the trash can, Mike Tyson ended up in the can, and Lennox Lewis became Britain's first world heavyweight champion without even hitting anyone.","[""Riddick Bowe's World Boxing Council belt ended up in the dustbin, Mike Tyson in the dustbin and Lennox Lewis became Britain's first world heavyweight champion without beating anyone."", ""Riddick Bowe's world championship belt in the boxing ring ended up in the dustbin, Mike Tyson in the can and Lennox Lewis became Britain's first world heavyweight champion without ever meeting anyone."", ""Riddick Bowe's World Boxing Council belt ended up in the bin, Mike Tyson in the bin and Lennox Lewis became Britain's first world heavyweight champion without ever beating anyone."", ""Riddick Bowin's World Boxing Council belt ended up in the bin, Mike Tyson ended up in the bin and Lennox Lewis became Britain's first world heavyweight champion without firing a shot."", 'Riddick Bowe: His World Boxing Council belt ended up in the dustbin, Mike Tyson became world heavyweight champion without ever beating anyone.']" -541,"['The', '1979', 'local', 'Assemblies', 'throughout', 'the', 'country', 'debated', ""Libya's"", 'relations', 'with', 'Malta', ';', 'they', 'were', 'to', 'advise', 'on', 'the', 'question', 'whether', 'Libya', 'should', 'give', 'economic', 'aid', 'to', 'her', 'ally.']","[11, 12]",0,malta,The 1979 local Assemblies throughout the country debated Libya's relations with Malta; they were to advise on the question whether Libya should give economic aid to her ally.,"[""The meetings across the country focused on Libya's relations with Malta; they were to discuss whether Libya should provide economic aid to its ally."", ""In 1979, local assemblies across the country debated Libya's relationship with Malta. They were to hold a consultation on whether Libya should provide economic aid to its ally."", ""Local assemblies across the country should discuss Libya's relations with Malta; they should discuss whether Libya should provide economic support to its allies."", ""The local assemblies in 1979 debated Libya's relations with Malta and whether Libya should provide economic aid to its ally."", ""Libya's relations with Malta were debated in the country's parliaments in 1979 to discuss whether Libya should provide economic aid to its allies.""]" -542,"['After', 'take-off', 'Beaton', 'surveyed', 'his', 'surroundings:', '`', 'Silk-lined', 'walls,', 'arm', 'chairs', 'like', 'Pullmans,', 'various', 'compartments', 'for', 'eating,', 'sleeping,', 'smoking', '-', 'this', 'is', 'the', 'aircraft', 'that', 'took', 'Churchill', 'to', 'America', '[hellip]', 'how', 'grateful', 'I', 'am', 'to', 'be', 'among', 'the', 'lucky', 'ones', 'on', 'the', 'last', 'lap', 'for', 'home.', '""']","[28, 29]",0,america,"After take-off Beaton surveyed his surroundings: Silk-lined walls, arm chairs like Pullmans, various compartments for eating, sleeping, smoking - this is the aircraft that took Churchill to America [hellip] how grateful I am to be among the lucky ones on the last lap for home.""","['After take-off, Beaton explored his surroundings: silk-filled walls, armchairs like Pullmans, various compartments for eating, sleeping, smoking - this is the plane that brought Churchill to America [hellip] is grateful to be among the lucky ones on the last leg home. ""', 'After take-off Beaton explored his surroundings: silk-covered walls, armchairs like Pullmans, various compartments for eating, sleeping and smoking - this is the plane that brought Churchill to America [Hellip], how grateful I am to be one of the lucky ones on the last leg of the journey home. ""', 'Beaton inspected his surroundings after take-off: silk-filled walls, armchairs like Pullmans, various compartments for eating, sleeping, smoking, this is the machine that brought Churchill to America [hellip], how grateful I am to be one of the lucky ones on the last lap home. ""', 'After take-off, Beaton followed his surroundings: through silk-filled walls, armchairs like Pullmans, various shelves for eating, sleeping, smoking - this is the plane on which Churchill flew to America (Hellip), and how grateful I am to be at home among the lucky ones on the last lap. ""', 'After take-off Beaton explored his surroundings: silk-filled walls, armchairs like Pullmans, various compartments for eating, sleeping, smoking - this is the plane that brought Churchill to America [hellip], how grateful I am to be one of the lucky ones on the last lap to be allowed to go home. ""']" -543,"['To', 'reach', 'the', 'hard', 'court,', 'you', 'walked', 'out', 'of', 'the', 'garden', 'door', 'of', 'the', 'house,', 'over', 'the', 'lawn,', 'past', 'the', 'cedar', 'of', 'Lebanon', ',', 'and', 'there', 'it', 'was,', 'between', 'the', 'rhododendrons', 'of', 'the', 'drive', 'and', 'the', 'wall', 'of', 'the', 'kitchen', 'garden.']","[22, 23]",0,lebanon,"To reach the hard court, you walked out of the garden door of the house, over the lawn, past the cedar of Lebanon, and there it was, between the rhododendrons of the drive and the wall of the kitchen garden.","['To get to the hard court, one went through the garden door of the house over the lawn, past the cedar of Lebanon, and there it was, between the rhododendrons of the driveway and the wall of the vegetable garden.', 'To get to the hard court, one went through the garden door, across the lawn, past the Lebanon cedar, and there it was, between the rhododendrons of the driveway and a wall of the kitchen garden.', 'To get to the hard court, one went through the garden door of the house, across the lawn, past the grated cedar of Lebanon, and there one was, between the rhododendrons of the entrance and the wall in the vegetable garden.', 'To get to the hard court, you walked from the garden door of the house across the lawn, past the cedar of Lebanon - and then it was, between the rhododendrons of the driveway and the garden wall.', 'To reach the hard court, one walked through the front door across the lawn, past the cedar of the linden tree, and there it was, between the rhododendrons of the garden and the wall hangings of the vegetable garden.']" -544,"['The', 'occupation', 'of', 'the', 'Netherlands', 'by', 'Nazi', 'Germany', 'in', '1940', 'left', 'the', 'Indies', 'isolated,', 'out', 'on', 'a', 'limb.']","[4, 5]",0,netherlands,"The occupation of the Netherlands by Nazi Germany in 1940 left the Indies isolated, out on a limb.","['By the occupation of the Netherlands by Nazi Germany in 1940, the Indian islands were isolated, isolated and isolated.', 'By the occupation of the Netherlands by Nazi Germany in 1940, the Indian islands were isolated without a link in the chain.', 'The occupation of the Netherlands by Nazi Germany in 1940 left the Indian islands isolated and with only one leg on the ground.', 'When Nazi Germany occupied the Netherlands in 1940, the Indian islands were isolated, standing on one leg.', ""With Nazi Germany's occupation of the Netherlands in 1940, the Indian islands were isolated and left alone in one fell swoop.""]" -545,"['Gentleman', 'that', 'British', 'coal', 'is', 'the', 'cheapest', 'in', 'western', 'Europe,', 'but', 'it', 'is', 'certainly', 'not', 'cheaper', 'than', 'coal', 'from', 'the', 'United', 'States', 'or', 'Australia', 'and', 'it', 'is', 'still', 'uncompetitive', 'in', 'world', 'terms.']","[23, 24]",0,australia,"Gentleman that British coal is the cheapest in western Europe, but it is certainly not cheaper than coal from the United States or Australia and it is still uncompetitive in world terms.","['Honourable Member, although British coal is the cheapest in Western Europe, it is certainly not cheaper than coal from the United States or Australia, and it is not yet competitive in the world.', 'Gentlemen, although British coal is the cheapest in Western Europe, it is certainly not cheaper than coal from the US or Australia, and it is still not competitive in the world.', 'Minister, although British coal is the cheapest in Western Europe, it is certainly not cheaper than coal from the United States or Australia, and it is still not very competitive in terms of global competitiveness.', 'Sir, British coal is the cheapest in Western Europe, but it is certainly not cheaper than coal from the US or Australia, and it is still not more competitive in global terms.', 'Sir, British coal is the cheapest in Western Europe, but it is certainly not cheaper than coal from the United States or Australia and still not competitive in the world.']" -546,"['Results', 'of', 'studies', 'carried', 'out', 'in', 'Great', 'Britain', 'and', 'the', 'United', 'States', 'serve', 'as', 'illustrations.']","[6, 8]",0,great britain,Results of studies carried out in Great Britain and the United States serve as illustrations.,"['The results of studies in the United Kingdom and the United States are illustrative.', 'The results of studies in the United Kingdom and the United States are illustrated.', 'This is illustrated by the results of studies carried out in the United Kingdom and the United States.', 'Studies in Great Britain and the USA serve as illustrations.', 'On this basis, the results of studies in the United Kingdom and the United States are illustrated.']" -547,['JORDAN'],"[0, 1]",0,jordan,JORDAN,"['JORDAN', 'JORDAN', 'JORDANIA', 'Jordan', 'Jordan']" -548,['PHILIPPINES'],"[0, 1]",0,philippines,PHILIPPINES,"['PHILIPPINES', 'PHILIPPINES', 'PHILIPPINES', 'PHILIPPINES', 'Philanthropists']" -549,"['The', 'declaration', 'calling', 'for', 'talks', 'on', 'Estonia', ""'s"", 'independence', 'was', 'endorsed', 'on', 'Feb.', '22', 'by', 'the', 'Estonian', 'Supreme', 'Soviet,', 'which', 'on', 'Feb.', '23', 'elected', 'its', 'Presidium', 'President,', 'Arnold', 'Rüütel;,', 'to', 'head', 'a', 'commission', 'to', 'conduct', 'these', 'talks.']","[6, 7]",0,estonia,"The declaration calling for talks on Estonia's independence was endorsed on Feb. 22 by the Estonian Supreme Soviet, which on Feb. 23 elected its Presidium President, Arnold Rüütel;, to head a commission to conduct these talks.","[""The declaration calling for talks on Estonia's independence was endorsed on 22 February by the Estonian Supreme Soviet, which on 23 February elected its President Arnold Rüütel as chairman of a commission to conduct the talks."", ""The declaration calling for talks on Estonia's independence was approved on 22 February by the Estonian Supreme Soviet, which on 23 February elected its President Arnold Rüütel to head a commission to conduct the talks."", ""The declaration calling for talks on Estonia's independence was endorsed on 22 February by the Estonian Supreme Soviet, which on 23 February elected its President Arnold Rüütel as chairman of a commission to lead those talks."", ""The declaration calling for talks on Estonia's independence was approved by the Estonian Supreme Soviet on 22 February. President Arnold Rüütel was elected by the Supreme Soviet on 23 February to head a commission to conduct these talks."", ""The declaration, which was published after the talks on Estonia's independence, was approved on 22 February by the Supreme Soviet of Estonia, which elected its President Arnold Rüütel as head of such a commission on 23 February.""]" -550,['AMERICAS'],"[0, 1]",0,americas,AMERICAS,"['America', 'America', 'America', 'America', 'America']" -551,"['Dating', 'back', 'to', 'medieval', 'times,', 'Britain', ""'s"", 'historic', 'houses', 'are', 'one', 'of', 'our', 'greatest', 'treasures.']","[5, 6]",0,britain,"Dating back to medieval times, Britain's historic houses are one of our greatest treasures.","[""Britain's medieval historic houses are among our greatest treasures."", 'The historic houses, which date back to the Middle Ages, are one of our greatest jewels.', ""Britain's historic medieval houses are among our assets in the museum."", 'Historic British medieval houses are one of our greatest treasures.', 'Since the Middle Ages, historical events have been moral.']" -552,"['I', 'went', 'to', 'Miami', 'and', 'booked', 'myself', 'aboard', 'a', 'late-night', 'Pan', 'American', 'jumbo', 'jet', 'to', 'Panama', 'City', ',', 'arriving', 'shortly', 'before', 'dawn', 'in', 'the', 'pullulating', 'and', 'insufferably', 'hot', 'shanty-capital', 'sprawling', 'beside', 'that', 'most', 'famous', 'of', 'all', 'entrances', 'to', 'the', ""world's"", 'greatest', 'of', 'seas.']","[15, 17]",0,panama city,"I went to Miami and booked myself aboard a late-night Pan American jumbo jet to Panama City, arriving shortly before dawn in the pullulating and insufferably hot shanty-capital sprawling beside that most famous of all entrances to the world's greatest of seas.","['I drove to Miami and late at night booked a pan-American jumbo jet to Panama City. Shortly before sunrise, I reached the vibrant, unbearably hot shanty town that stretches next to the most famous of all entrances to the largest of the seas in the world.', ""I drove to Miami and booked myself into Panama City aboard a pan-American jumbo jet at night, arriving just before sunrise in the vibrant, unbearably hot shantytown that ends at the most famous of all entrances to the world's largest oceans."", ""I drove to Miami, booked a late-night pan-American jumbo to Panama City, and arrived just before sunrise in the vibrant and unbearably hot shantytown, right next to the most famous of all entrances to the world's largest ocean."", 'I drove to Miami and late at night boarded a pan-American jumbo jet to Panama City, where I arrived just before sunrise in the vibrant and unbearable magical shanty town that lies at the world-famous gateway to the most beautiful of all seas.', ""I drove to Miami and late at night booked a pan-American jumbo jet to Panama City, where I arrived just before sunrise in the vibrant and unbearably hot shantytown on the world's most famous waterfront.""]" -553,"['Links', 'between', 'ostensibly', 'independent', 'firms', 'in', 'Japan', 'thus', 'encompass', 'both', 'subcontracting', 'relations', 'and', 'networks', 'of', 'affiliation', 'between', 'firms', 'of', 'relatively', 'equal', 'stature.']","[6, 7]",0,japan,Links between ostensibly independent firms in Japan thus encompass both subcontracting relations and networks of affiliation between firms of relatively equal stature.,"['Links between ostensibly independent companies in Japan thus include both sub-contractor relationships and networks of networking between companies of a relatively similar format.', 'Links between ostensibly independent companies in Japan thus include both outsourcing relationships and networks of connectedness between firms with relatively similar formats.', 'Links between ostensibly independent companies in Japan thus include both relations between subcontractors and networks of connections between companies of relatively equal size.', 'Links between supposedly independent companies in Japan thus include both supplier relationships and networks of networking between companies of relatively equal size.', 'As a result, the links between seemingly independent companies in Japan include both subcontracting and links to companies with relatively equal status.']" -554,"['She', 'was', 'described', 'in', 'US', 'newspapers', 'as', 'a', 'tycoon', 'who', 'was', 'quaint,', 'genteel', 'and', 'steeped', 'in', 'the', 'worlds', 'of', 'Beatrix', 'Potter', 'and', 'Jane', 'Austen.']","[4, 5]",0,us,"She was described in US newspapers as a tycoon who was quaint, genteel and steeped in the worlds of Beatrix Potter and Jane Austen.","['In US newspapers she was described as a tycoon who looked quaint and handsome and immersed himself in the worlds of Beatrix Potter and Jane Austen.', 'In the US newspapers, she is described as a chic and elegant tycoon, deeply immersed in the world of Beatrix Potter and Jane Austen.', 'In the US newspapers she was described as a beach tycoon who was picturesque, approachable and penetrated into the world of Beatrix Potter and Jane Austen.', 'In US newspapers she was described as an art maniac who was graceful, noble and deeply immersed in the world of Beatrix Potter and Jane Austen.', 'US newspapers described her as a tramp and inspiration from the world of Beatrix Potter and Jane Austen.']" -555,"['It', 'also', 'means', 'that', 'there', 'will', 'be', 'occasions', 'when', 'decisions', 'can', 'not', 'be', 'taken,', 'such', 'as', 'that', 'taken', 'by', 'the', 'former', 'Prime', 'Minister', 'at', 'Aspen,', 'with', 'President', 'Bush,', 'to', 'put', 'troops', 'into', 'Saudi', 'Arabia', '.']","[32, 34]",0,saudi arabia,"It also means that there will be occasions when decisions can not be taken, such as that taken by the former Prime Minister at Aspen, with President Bush, to put troops into Saudi Arabia.","['This also means that there will be occasions when decisions cannot be made, such as that of the former prime minister in Aspen with President Bush, to send troops to Saudi Arabia.', 'There will also be occasions when decisions cannot be taken, such as that of the former Prime Minister of Aspen together with President Bush on the stationing of troops in Saudi Arabia.', ""This also means that there will be occasions when decisions cannot be made (such as the former prime minister's decision in Aspen with President Bush to send troops to Saudi Arabia)."", 'There will also be occasions when decisions cannot be taken, such as the one the former Prime Minister took with President Bush in Aspen to move troops to Saudi Arabia.', 'It also means that temporary decisions cannot be made, such as that of the former prime minister in Aspen or that of President Bush to withdraw troops to Saudi Arabia.']" -556,"['France', 'had', 'therefore', 'bound', 'itself', 'with', 'respect', 'to', 'all', 'States,', 'including', 'Australia', 'and', 'New', 'Zealand,', 'leaving', 'no', 'State', 'as', 'a', 'third', 'party.']","[11, 12]",0,australia,"France had therefore bound itself with respect to all States, including Australia and New Zealand, leaving no State as a third party.","['France had therefore committed itself to all States, including Australia and New Zealand, and had not left behind any State as a third party.', 'France had therefore committed itself to all States, including Australia and New Zealand, and had not left any State as a third party.', 'France had thus committed itself to all States, including Australia and New Zealand, and had not left any State as a third party.', 'France was therefore obliged to all states, including Australia and New Zealand, and had not left any state as a negotiating partner.', 'France had therefore agreed with all EU member states, including Australia and New Zealand, that no state is a third party.']" -557,"['The', 'promotion', 'of', 'restrictions', 'extends', 'beyond', 'the', 'US', '.']","[7, 8]",0,us,The promotion of restrictions extends beyond the US.,"['The promotion of restrictions goes beyond the US.', 'The promotion of restrictions goes beyond the US.', 'Restrictions are also advocated outside the United States.', 'The financing of restrictions goes beyond the United States.', 'There are boundaries beyond the United States.']" -558,"['Some', 'tasted', 'of', 'the', 'parched', 'winds', 'of', 'the', 'Arabian', 'Gulf;', 'others', 'of', 'the', 'exuberant', 'tribal', 'animism', 'of', 'the', 'South', 'Pacific;', 'while', 'others', 'again', 'echoed', 'the', 'ancient', 'Hindu', 'courts', 'of', 'Java', 'and', 'India', '.']","[31, 32]",0,india,Some tasted of the parched winds of the Arabian Gulf; others of the exuberant tribal animism of the South Pacific; while others again echoed the ancient Hindu courts of Java and India.,"['Some tasted the parched winds of the Arabian Gulf, others the exuberant tribalism of the South Pacific, and still others recalled ancient Hindu farms in Java and India.', 'Some tasted the parched winds of the Arabian Gulf, others the exuberant tribal animism of the South Pacific, and still others recalled the ancient Hindu courts of Java and India.', 'Some tasted the dried-up winds of the Arabian Gulf, others the exuberant tribalism of the South Pacific, and still others resorted to ancient Hindu farms in Java and India.', 'Some gave insights into the parched winds of the Arabian Gulf, others into the exuberant tribal animism of the South Pacific, while others recalled the ancient Hindu courts of Java and India.', 'Some tasted of the parched winds of the Gulf Arab region, others of the lush tribal cuisine of the South Pacific Americans, while others reflected the ancient Hindu farms of Java and India.']" -559,"['This', 'month,', 'Britain', ""'s"", 'first', '`', 'warbird', '""', 'Corsair', 'also', 'celebrates', 'its', '40th', 'birthday.']","[2, 3]",0,britain,"This month, Britain's first warbird"" Corsair also celebrates its 40th birthday.","[""Britain's first warbird, the Corsair, also celebrates its 40th birthday this month."", ""This month marks the 40th anniversary of Britain's first warship route, the Corsair."", 'The first British warbird corsair will also celebrate its 40th birthday this month.', ""Britain's first warship, the Corsair, also celebrates its 40th birthday this month."", 'The first British Warbird ""Corsair"" is also celebrating its 40th birthday this month.']" -560,"['Israeli', 'security', 'forces', 'carried', 'out', 'a', 'series', 'of', 'raids', 'in', 'the', 'West', 'Bank', 'on', 'Jan.', '22', 'resulting', 'in', 'the', 'arrest', 'of', 'at', 'least', '60', 'Palestinians,', 'most', 'of', 'them', 'supporters', 'of', 'the', 'radical', 'Popular', 'Front', 'for', 'the', 'Liberation', 'of', 'Palestine', '(PFLP).']","[11, 13]",0,west bank,"Israeli security forces carried out a series of raids in the West Bank on Jan. 22 resulting in the arrest of at least 60 Palestinians, most of them supporters of the radical Popular Front for the Liberation of Palestine (PFLP).","['Israeli security forces carried out a series of raids in the West Bank on January 22, arresting at least 60 Palestinians, most of them supporters of the radical Popular Front for the Liberation of Palestine (PFLP).', 'On January 22, Israeli security forces carried out a series of raids in the West Bank, arresting at least 60 Palestinians, most of them members of the Popular Radical Front for the Liberation of Palestine (PFLP).', 'Israeli security forces carried out a series of raids on January 22 that led to the arrest of at least 60 Palestinians, most of them supporters of the Popular Radical Front for the Liberation of Palestine (PFLP).', 'Israeli security forces carried out a series of raids in the West Bank on January 22 and detained at least sixty Palestinians, most of them supporters of the radical Popular Front for the Liberation of Palestine (PFLP).', 'Israeli security forces carried out a series of raids in the West Bank on January 22, mainly involving supporters of the radical Popular Front for the Liberation of Palestine (PFLP).']" -561,"['The', 'service', 'also', 'goes', 'to', 'the', 'Atlantic', 'coast,', 'Italy', 'and', 'to', 'the', 'Alpine', 'regions', 'in', 'the', 'winter', 'months.']","[8, 9]",0,italy,"The service also goes to the Atlantic coast, Italy and to the Alpine regions in the winter months.","['During the winter months, the service also operates to the Atlantic coast, Italy and the Alpine regions.', 'In the winter months you can also go to the Atlantic coast, Italy and the Alps.', 'In the winter months, the operation is also rounded off by the Atlantic coast, Italy and the Alpine region.', 'The offer is also valid for the Atlantic coast, Italy and the Alpine regions in the winter months.', 'From the winter months, this Clariant bus will also travel to the Atlantic coast, Italy and the Alps.']" -562,"['Following', 'the', 'successful', 'test,', 'Guinness', 'Draught', 'Bitter', 'was', 'launched', 'nationally', 'in', 'the', 'UK', 'in', 'early', '1992', 'and', 'sales', 'have', 'outperformed', 'all', 'expectations.']","[12, 13]",0,uk,"Following the successful test, Guinness Draught Bitter was launched nationally in the UK in early 1992 and sales have outperformed all expectations.","['After the successful test, Guinness Draught Bitter was launched in the UK in early 1992, with sales exceeding all expectations.', 'After the successful test, Guinness Draught Bitter was launched in the UK in early 1992 and sales exceeded all expectations.', 'After the successful test, Guinness Draught Bitter was launched in the UK in early 1992 and sales exceeded all expectations.', 'After a successful trial, Guinness Draught Bitter was introduced to the UK in early 1992 and sales have generally exceeded expectations.', 'The Guinness Draught Bitter brand, which has been successfully marketed in the UK since 1992, has sold more than 100 times and was therefore exuberant.']" -563,"['Does', 'he', 'recognise', 'that', 'it', 'is', 'one', 'of', 'the', 'commercial', 'miracles', 'of', 'Northern', 'Ireland', 'and', 'is', 'now', 'envied', 'by', 'many', 'areas', 'in', 'the', 'United', 'Kingdom', '?']","[23, 25]",0,united kingdom,Does he recognise that it is one of the commercial miracles of Northern Ireland and is now envied by many areas in the United Kingdom?,"[""Is he aware that this is one of Northern Ireland's economic wonders and is now the envy of many parts of the United Kingdom?"", 'Is he aware that this is one of the economic wonders of Northern Ireland that is now the envy of many parts of the United Kingdom?', ""Does he realise that it is one of Northern Ireland's economic miracles that some in the UK envy?"", ""Is he aware that it is one of Northern Ireland's economic wonders and is currently the envy of many parts of the United Kingdom?"", ""Is he aware that one of Northern Ireland's economic wonders is now the envy of many in the United Kingdom?""]" -564,"['In', '1971', 'the', 'UK', 'was', 'second', 'only', 'to', 'the', 'USA', 'as', 'a', 'home', 'base', 'for', 'multinational', 'companies;', 'overseas', 'production', 'by', 'British-based', 'multinationals', 'as', 'a', 'proportion', 'of', 'domestic', 'output', 'in', '1977', 'was,', 'at', '40', 'per', 'cent,', 'higher', 'than', 'the', 'corresponding', 'figure', 'for', 'any', 'other', 'national', 'economy', 'except', 'Switzerland;', 'and', 'in', '1971', 'nearly', '20', 'per', 'cent', 'of', 'UK', 'output', 'was', 'produced', 'by', 'overseas', 'based', 'companies.']","[3, 4]",0,uk,"In 1971 the UK was second only to the USA as a home base for multinational companies; overseas production by British-based multinationals as a proportion of domestic output in 1977 was, at 40 per cent, higher than the corresponding figure for any other national economy except Switzerland; and in 1971 nearly 20 per cent of UK output was produced by overseas based companies.","['In 1971, Britain was second only to the US as the home base of multinationals; in 1977, British multinationals accounted for 40% of domestic output, more than any other economy except Switzerland; and in 1971, almost 20% of British output was produced by foreign companies.', 'In 1971, Britain was second only to the US as the home of multinationals; in 1977, British multinationals accounted for 40% of domestic production, higher than any other country except Switzerland; and in 1971, British companies produced almost 20% of output abroad.', 'In 1971, the UK was home to multinationals, after the US; in 1977, overseas production by UK-based multinationals was 40% higher than in any other economy except Switzerland; and in 1971, almost 20% of British output was produced abroad.', 'In 1971, the UK ranked second only to the US as the home of multinationals. Outside the UK, output by UK-based multinationals was 40% higher in 1977 than in any other economy except Switzerland, and in 1971 almost 20% of British output was produced by foreign firms.', 'In 1971, Britain was only the second largest home base for multinationals after the US; in 1977, foreign aircraft accounted for 40% of British domestic production, more than any other country except Switzerland; and in 1971, almost 20% of British production was produced by companies based abroad.']" -565,"['After', 'months', 'of', 'legal', 'wrangling', 'in', 'the', 'effort', 'to', 'have', 'him', 'extradited', 'to', 'Jersey', 'to', 'face', 'trial', 'on', 'charges', 'of', 'murdering', 'his', 'parents,', 'whose', 'bodies', 'have', 'never', 'been', 'found,', 'his', 'case', 'is', 'due', 'to', 'be', 'heard', 'at', ""Gibraltar's"", 'Court', 'of', 'Appeal', 'on', '24', 'March.']","[13, 14]",0,jersey,"After months of legal wrangling in the effort to have him extradited to Jersey to face trial on charges of murdering his parents, whose bodies have never been found, his case is due to be heard at Gibraltar's Court of Appeal on 24 March.","['After months of legal wrangling, in which he was extradited to Jersey to stand trial for the murder of his parents, whose bodies were never found, his case will be heard at the Court of Appeal in Gibraltar on 24 March.', 'After months of legal wrangling over his extradition to Jersey, where he faces the death penalty for murdering his parents, whose bodies have never been found, his case is due to be heard at the Court of Appeal in Gibraltar on 24 March.', 'After months of legal wrangling over his extradition to Jersey, where he is accused of murdering his parents, whose bodies have never been found, his case is due to be heard at the Gibraltar Court of Appeal on 24 March.', 'After months of legal wrangling and efforts to extradite him to Jersey to stand trial for the murder of his mother, whose bodies were never found, his case is due to be heard at the Court of Appeal in Gibraltar on 24 March.', 'After months of legal wrangling over his extradition to Jersey, where he is on trial for the murder of his parents, whose bodies were never found, his case will be heard at the Court of Appeal in Gibraltar on 24 March.']" -566,"['In', 'his', 'television', 'broadcasts', 'since', 'returning', 'from', 'Iran', ',', 'Ceausescu', 'has', 'looked', 'under', 'severe', 'pressure.']","[7, 8]",0,iran,"In his television broadcasts since returning from Iran, Ceausescu has looked under severe pressure.","['Ceausescu has been under intense pressure in his television appearances since his return from Iran.', 'Ceausescu has come under pressure in his television shows since his return from Iran.', 'Ceausescu has been under intense pressure in his television broadcasts since returning from Iran.', 'Since his return from Iran, Ceausescu has been under intense pressure on his television shows.', 'Ceausescu has come under intense pressure in his television broadcasts since returning from Iran.']" -567,"['Although', 'South', 'Korea', 'recorded', 'a', 'growth', 'rate', 'of', '9.1', 'per', 'cent', 'in', '1990,', 'this', 'was', 'achieved', 'largely', 'through', 'a', 'boom', 'in', 'the', 'construction', 'industry', 'manufactured', 'by', 'a', 'government-backed', 'residential', 'building', 'programme', 'which', 'aimed', 'to', 'construct', '2,500,000', 'new', 'housing', 'units', 'in', '1988-92.']","[1, 3]",0,south korea,"Although South Korea recorded a growth rate of 9.1 per cent in 1990, this was achieved largely through a boom in the construction industry manufactured by a government-backed residential building programme which aimed to construct 2,500,000 new housing units in 1988-92.","['Although South Korea recorded a 9.1% growth rate in 1990, this was largely due to a construction boom stemming from a government-backed housing program aimed at building 2,500,000 new housing units in 1988-92.', 'Although South Korea had a 9.1% growth rate in 1990, this was achieved primarily through a construction boom based on government-sponsored housing, aimed at building 2,500,000 new housing units in 1988-92.', 'Although South Korea recorded a 9.1% growth rate in 1990, this was largely achieved by a boom economy triggered by a government-sponsored housing program in 1988-92 aimed at building 2,500,000 new housing units.', 'Although South Korea had a 9.1% growth rate in 1990, much of that growth was achieved through a construction boom, the birth of a government-backed housing-building program aimed at building 2,500,000 new housing units in 1988-92.', 'Although South Korea grew by 9.1% in 1990, this was largely due to a construction boom triggered by a government-sponsored housing program to build 2.5 million new housing units in 1988-92.']" -568,"['This', 'was', 'rejected', 'by', 'other', 'states,', 'including', 'the', 'UK', 'and', 'US:', 'a', 'UK', 'representative', 'said', 'it', 'could', '""', 'lead', 'governments', 'to', 'spend', 'money', 'on', 'projects', 'regardless', 'of', 'their', 'quality', '"".']","[12, 13]",0,uk,"This was rejected by other states, including the UK and US: a UK representative said it could"" lead governments to spend money on projects regardless of their quality"".","['This was also rejected by other countries, including the UK and the US: a British representative said it could lead to ""governments spending money on projects, regardless of their quality.""', 'Other countries, including Britain and the US, rejected the idea, saying governments could be made to spend money on projects ""regardless of their quality,"" a British official said.', 'This was rejected by other countries such as the United Kingdom and the United States: the British representative said that it could lead to ""governments spending money on projects, regardless of their quality.""', 'Other countries, including the United Kingdom and the United States, followed suit, with one British official saying that ""governments can be made to spend money on projects, regardless of their quality.""', 'In other countries, including Britain and the US, this has been rejected, with one British official saying it could ""induce governments to spend money on projects, regardless of their quality.""']" -569,"['Paddy', 'Ashdown', 'advocated', 'a', '""', ""Citizens'"", 'Britain', '""', 'of', 'free,', 'participating,', 'secure', 'individuals', 'in', 'place', 'of', 'what', 'he', 'saw', 'as', 'a', '`', 'Citadel', 'Britain', '""', 'of', 'oppressed,', 'stressed', 'people', 'and', 'a', 'closed', 'political', 'system.']","[23, 24]",0,britain,"Paddy Ashdown advocated a"" Citizens' Britain"" of free, participating, secure individuals in place of what he saw as a Citadel Britain"" of oppressed, stressed people and a closed political system.","['Paddy Ashdown called for a ""Citizens\' Britain"" of free, participatory and secure individuals instead of what he saw as a ""citadel of Britain"" of oppressed, stressed people and a closed political system.', 'Paddy Ashdown has argued for a ""citizens"" Britain ""with free and participatory, secure individuals, not the citadel of Britain with oppressed, stressed people and a closed political system.', 'Paddy Ashdown called for a ""Britain of free and safe citizens"" instead of what he described as a ""citadel empire"" of oppressed, stressed people and a closed political system.', 'Paddy Ashdown had campaigned for a ""citizens"" Britain ""free from participation, instead of what he saw as Britain\'s citadel of oppressed, stressed people and a closed political system.', 'Paddy Ashdown has campaigned for a ""Britain of citizens"" of free, participatory and secure individuals, instead of what he sees as the ""tents"" of oppressed, stressed people and a closed political system.']" -570,"['Lots', 'of', 'fun', 'and', 'excitement', 'as', ""Henry's"", 'Cat', 'sets', 'off', 'on', 'a', 'trip', 'to', 'Treasure', 'Island']","[14, 16]",0,treasure island,Lots of fun and excitement as Henry's Cat sets off on a trip to Treasure Island,"[""Have fun and excitement when Henry's cat sets off on the journey to Treasure Island"", ""Plenty of fun and excitement as Henry's cat makes its way to Treasure Island"", ""Much fun and excitement as Henry's cat makes its way to Treasure Island"", ""Lots of fun and excitement with Henry's cat on a trip to Treasure Island"", 'Have fun and excitement when Henriette cat sets off on the journey to Treasure Island']" -571,"['Germany', 'was', 'reported', 'on', 'Oct.', '15', 'to', 'have', 'agreed', 'to', 'co-operate', 'with', 'France', 'in', 'an', 'attempt', 'to', 'sell', 'tanks', 'worth', 'US$300', 'million', 'to', 'the', 'United', 'Arab', 'Emirates', '(UAE)', 'in', 'competition', 'with', 'UK', 'and', 'US', 'tank', 'manufacturers.']","[33, 34]",0,us,Germany was reported on Oct. 15 to have agreed to co-operate with France in an attempt to sell tanks worth US$300 million to the United Arab Emirates (UAE) in competition with UK and US tank manufacturers.,"['On 15 October, Germany is said to have signed a cooperation agreement with France for the sale of tanks worth 300 million US dollars to the United Arab Emirates (UAE) in competition with tank manufacturers from the United Kingdom and the United States.', 'On October 15, it was reported that Germany had agreed to work with France to sell $300 million worth of tanks to the United Arab Emirates (UAE), which competes with tank manufacturers from the United Kingdom and the United States.', 'On October 15, Germany reported that it had agreed to work with France to sell $300 million worth of tanks to the United Arab Emirates (UAE), which competes with tank manufacturers from the United Kingdom and the United States.', 'As reported on 15 October, Germany has announced that it will cooperate with France in the sale of US $300 million worth of tanks to the United Arab Emirates (UAE) in competition with British and American tank manufacturers.', 'Germany reportedly worked with France on October 15 to sell $300 million worth of tanks to the United Arab Emirates (UAE), which would compete with tank manufacturers from Britain and the United States.']" -572,"['MONIQUE', 'JAVER', 'reached', 'her', 'third', 'quarter-final', 'of', 'the', 'year', 'yesterday', 'when', 'she', 'defeated', 'Catarina', 'Lindqvist,', 'of', 'Sweden', ',', 'at', 'the', 'Suntory', 'Japan', 'Open.']","[16, 17]",0,sweden,"MONIQUE JAVER reached her third quarter-final of the year yesterday when she defeated Catarina Lindqvist, of Sweden, at the Suntory Japan Open.","['MONIQUE JAVER reached her third quarter-final of the year yesterday when she beat Catarina Lindqvist of Sweden at the Suntory Japan Open.', 'Monike JAVER reached her third quarter-final yesterday when she beat Catarina Lindqvist of Sweden at the Suntory Japan Open.', 'Moniquie Jasper reached her third quarter-final of the year at the Suntory Japan Open yesterday, defeating Catarina Lindqvist of Sweden.', 'Moniq Javer reached her third quarter-final of the year yesterday by defeating Catarina Lindqvist of Sweden at the Suntory Japan Open.', 'Monique Stevens reached her third quarter-final of the year at the Suntory Japan Open the day before yesterday when she beat Catarina Lindqvist of Sweden.']" -573,"['It', 'said:', '`', 'If', 'it', 'becomes', 'known', 'that', 'UK', 'companies', 'have', 'supplied', 'equipment', 'for', 'manufacture', 'of', 'munitions', 'we', 'could', 'truthfully', 'say', 'that', 'when', 'the', 'licences', 'were', 'issued', 'we', 'had', 'no', 'reason', 'to', 'believe', 'that', 'this', 'civilian', 'equipment', 'was', 'for', 'other', 'than', 'general', 'industrial', 'purposes.', '""']","[8, 9]",0,uk,"It said: If it becomes known that UK companies have supplied equipment for manufacture of munitions we could truthfully say that when the licences were issued we had no reason to believe that this civilian equipment was for other than general industrial purposes.""","['And: ""If it becomes known that British companies supplied munitions factories, we could truthfully say that when the licences were granted, we had no reason to believe that this civilian equipment was intended for non-general industrial purposes.""', ""It said: 'When it becomes known that British companies have supplied munitions factories, we can truthfully say that when the licences were granted we had no reason to believe that this civilian equipment was intended for non-general industrial purposes'."", 'It said: ""When it becomes known that British companies have supplied equipment for the production of ammunition, we can honestly say that when the licences were issued we had no reason to believe that this civilian equipment would be used for purposes other than general industrial purposes.""', ""It states: 'When it becomes known that British companies have supplied equipment for the production of ammunition, it can honestly be said that, when the permits were issued, we had no reason to believe that this civilian equipment was not intended for general industrial purposes'."", 'It states: ""If it becomes public that British companies have supplied ammunition equipment, we could truthfully say that when the licences were issued we had no reason to believe that this civilian equipment was intended for non-general industrial purposes.""']" -574,"['The', 'casualty', 'list', 'soon', 'spread', 'to', 'other', 'centres', 'such', 'as', 'Clonin', 'Castle', 'and', 'Millisle', 'Farm', 'in', 'Northern', 'Ireland', ',', 'where', 'travel', 'restrictions', 'made', 'communication', 'with', 'central', 'office', 'in', 'London', 'all', 'but', 'impossible.']","[16, 18]",0,northern ireland,"The casualty list soon spread to other centres such as Clonin Castle and Millisle Farm in Northern Ireland, where travel restrictions made communication with central office in London all but impossible.","['The list of victims quickly spread to other centres such as Clonin Castle and Millisle Farm in Northern Ireland, where travel restrictions made communication with central London almost impossible.', 'The list of victims soon extended to other centres such as Clonin Castle and Millisle Farm in Northern Ireland, where travel restrictions made communication with central London virtually impossible.', 'The list of victims soon passed through other centres such as Clonin Castle and Millisle Farm in Northern Ireland, where travel restrictions made communication with central London almost impossible.', 'The list of victims soon extended to other centres such as Clonin Castle and Millisle Farm in Northern Ireland, where travel restrictions made communication with central London almost impossible.', 'The list of victims quickly spread to other centres such as Clonin Castle and Millisle Farm in Northern Ireland, where travel restrictions made it virtually impossible to connect to the central office in London.']" -575,"['He', 'suffered', 'horrific', 'burns', 'to', '65', 'per', 'cent', 'of', 'his', 'body', 'while', 'on', 'a', 'family', 'holiday', 'in', 'France', '.']","[17, 18]",0,france,He suffered horrific burns to 65 per cent of his body while on a family holiday in France.,"['He suffered horrific burns to 65 per cent of his body during a family holiday in France.', 'He suffered horrific burns to 65 per cent of his body during a family holiday in France.', 'He suffered horrific burns to 65 per cent of his body during a family holiday in France.', 'He suffered burns to 65 per cent of his torso during a family holiday in France.', 'He suffered burns to 65 per cent of his body during a family holiday in France.']" -576,"['In', 'theory', 'he', 'supposed', 'he', 'could', 'organize', 'PANUP', 'from', 'anywhere', 'in', 'the', 'UK', ',', 'but', 'he', 'knew', 'that', 'it', 'was', 'irrevocably', 'bound', 'to', 'Larksoken', 'headland,', 'to', 'the', 'caravan,', 'to', 'that', 'concrete', 'mass', 'five', 'miles', 'to', 'the', 'north', 'which', 'had', 'power,', 'apparently,', 'to', 'dominate', 'his', 'will', 'as', 'it', 'did', 'his', 'imagination.']","[12, 13]",0,uk,"In theory he supposed he could organize PANUP from anywhere in the UK, but he knew that it was irrevocably bound to Larksoken headland, to the caravan, to that concrete mass five miles to the north which had power, apparently, to dominate his will as it did his imagination.","['In theory, he thought he could organise PANUP from anywhere in Britain, but he knew that it was irrevocably bound to the Larksoken headland, to the caravan, to the concrete mass five kilometres north, which seemed to have the power to dominate his will, as he imagined.', 'In theory, he thought he could organise PANUP from anywhere in Britain, but he knew that it was irrevocably bound to the Larksoken headland, the caravan, that concrete mass eight miles to the north that seemed to have the power to control his will as well as his imagination.', 'In theory, he might have thought he could organise PANUP from anywhere in Britain, but he knew he was irrevocably bound by the foothills of the Larksoken Mountains, the caravan, those concrete masses five miles north that apparently had the power to determine both his will and his imagination.', 'In theory, he expected to be able to organise PANUP from anywhere in Britain, but he knew that it was irrevocably bound to the Larksoken headland, to the caravan, to that concrete mass a few miles further north, which seemed to have the power to dominate his will, as his imagination permitted.', 'In theory, he wanted to be able to organise Panup from anywhere in Britain, but he knew it was irrevocably linked to the foothills of the Larksoken, with the caravan, with that concrete mass nine miles north that seemed to have the power to control his will and imagination.']" -577,"['`', 'I', ""don't"", 'know', 'anyone', 'in', 'America', 'who', 'listens', 'to', 'radio', 'anymore,', '""', 'he', 'says.']","[6, 7]",0,america,"I don't know anyone in America who listens to radio anymore,"" he says.","['I don\'t know anyone in America who listens to the radio anymore, ""he says.', 'I don\'t know anyone in America who listens to the radio anymore, ""he says.', 'I don\'t know anyone in America who listens to the radio anymore, ""he says.', 'I don\'t know anyone in America who listens to the radio anymore, ""he says.', 'I don\'t know anyone in America who listens to the radio, ""he says.']" -578,"['At', 'one', 'point', 'there', 'were', 'as', 'many', 'as', 'four', 'of', 'them;', 'but', 'these', 'were', 'stationed', 'respectively', 'in', 'Colombia,', 'Venezuela,', 'Peru', 'and', 'Siam.']","[19, 20]",0,peru,"At one point there were as many as four of them; but these were stationed respectively in Colombia, Venezuela, Peru and Siam.","['Once there were as many as four, but they were stationed in Colombia, Venezuela, Peru and Siam.', 'Once there were as many as four, but they were stationed in Colombia, Venezuela, Peru and Siam.', 'Once there were as many as four, but they were stationed in Colombia, Venezuela, Peru and Siam.', 'There were once four missions, but these took place in Colombia, Venezuela, Peru and Siam.', 'In the blink of an eye there were up to four, but they were stationed in Colombia, Venezuela, Peru and Siam.']" -579,"['Hexa-ex,', 'another', 'imported', 'product', 'manufactured', 'specifically', 'for', 'treating', '`', 'Hole', 'in', 'the', 'Head', 'disease', 'may', 'still', 'be', 'available', 'in', 'the', 'UK', '.']","[20, 21]",0,uk,"Hexa-ex, another imported product manufactured specifically for treating Hole in the Head disease may still be available in the UK.","['Hexa-ex, another imported product specifically designed to treat the disease, could be available in the UK.', 'Hexa-ex, another imported product specifically designed to treat head injuries, may still be available in the UK.', 'Hexa-ex could still be available in the UK, another imported product specifically designed to treat the disease.', 'Hexa-ex, another imported product specifically designed to treat head injuries, could also be available in the UK.', 'Hexa-ex, a second imported product specifically designed to treat existing diseases, may remain available in the UK for the time being.']" -580,"['Further', 'negotiations', 'would', 'determine', 'the', 'diplomatic', 'relations', 'of', 'Vietnam', 'with', 'foreign', 'countries', 'and', 'the', 'future', 'status', 'of', 'Indo-China', '(that', 'is,', 'Vietnam', ',', 'Cambodia', 'and', 'Laos).']","[20, 21]",0,vietnam,"Further negotiations would determine the diplomatic relations of Vietnam with foreign countries and the future status of Indo-China (that is, Vietnam, Cambodia and Laos).","[""Further negotiations would determine Vietnam's diplomatic relations with the rest of the world and the future status of Indochina (i.e. Vietnam, Cambodia, and Laos)."", ""Further negotiations would determine Vietnam's diplomatic relations with other countries and the future status of Indochina (Vietnam, Cambodia, and Laos)."", ""Further negotiations would determine Vietnam's diplomatic relations with other countries and the future status of Indochina (i.e. Vietnam, Cambodia and Laos)."", 'Further negotiations would determine diplomatic relations between Vietnam and the rest of the world, as well as the future status of Indochina (i.e. Vietnam, Cambodia and Laos).', ""Further negotiations will focus on Vietnam's diplomatic relations with the rest of the world and the future status of Indochina (Vietnam, Cambodia and Laos).""]" -581,"['The', 'three-times', 'world', 'champion', 'Erik', 'Gundersen,', 'from', 'Denmark', ',', 'has', 'retired', 'after', 'receiving', 'serious', 'spinal', 'injuries', 'in', 'a', 'crash', 'at', 'Bradford', 'in', 'September.']","[7, 8]",0,denmark,"The three-times world champion Erik Gundersen, from Denmark, has retired after receiving serious spinal injuries in a crash at Bradford in September.","['Three-time world champion Erik Gundersen of Denmark retired after suffering serious back injuries in a crash at Bradford in September.', 'Three-time world champion Erik Gundersen of Denmark has withdrawn after suffering a serious back injury in a crash at Bradford in September.', 'Three-time world champion Erik Gundersen of Denmark retired after suffering serious back injuries in a crash in Bradford in September.', 'The three-time world champion from Denmark, Erik Gundersen, retired after suffering serious spinal cord injuries in a crash at Bradford in September.', 'Three-time world champion Erik Gundersen of Denmark has retired after suffering serious spinal injuries in an accident in Bradford in September.']" -582,"['Four', 'hundred', 'tons', 'of', 'potatoes', 'arrived', 'daily', 'from', 'the', 'Channel', 'Islands', '.']","[9, 11]",0,channel islands,Four hundred tons of potatoes arrived daily from the Channel Islands.,"['Four hundred tonnes of potatoes arrived daily from the Channel Islands.', 'Four hundred tonnes of potatoes arrived daily from the Channel Islands.', 'Four hundred tonnes of potatoes arrived daily from the Channel Islands.', 'Four hundred tonnes of potatoes arrived daily from the Channel Islands.', 'Four hundred tonnes of cargo arrived daily from the Channel Islands.']" -583,"['Exciting', 'summer', 'holidays', 'to', 'Norway', ""'s"", 'magnificent', 'Fjord', 'Country', 'including', 'Chalet,', 'Touring', 'and', 'Farmhouse', 'Holidays,', 'Fjord', 'Cruises,', 'Escorted', 'Tours', 'and', 'the', 'famous', 'Coastal', 'Voyage.']","[4, 5]",0,norway,"Exciting summer holidays to Norway's magnificent Fjord Country including Chalet, Touring and Farmhouse Holidays, Fjord Cruises, Escorted Tours and the famous Coastal Voyage.","['Exciting summer holidays in beautiful fjord country Norway with chalet, tours and farm holidays, fjord cruises, Escorted Tours and the famous coastal voyage.', ""Exciting summers in Norway's beautiful fjordland with chalet, hiking holidays and farm holidays, fjord cruises, escorted tours and the famous coastal cruise."", 's great fjords, including chalet, tours and farm, fjord cruises, guided tours and the famous coastal tour.', 'Exciting summer holidays in the beautiful fjord country Norway with cabins, farm holidays, fjord tours, mountains and the famous coastal journey.', ""Exciting summer holidays in Norway's fjord include chalet, tours and farm, fjord cruises, guided tours and the famous coastal voyage.""]" -584,"['Such', 'bills', 'had', 'been', 'enacted', 'in', '10', 'instances', '-the', 'states', 'of', 'Utah,', 'North', 'Dakota,', 'Pennsylvania,', 'Mississippi,', 'Louisiana,', 'South', 'Carolina,', 'Nebraska,', 'West', 'Virginia', 'and', 'Michigan,', 'and', 'the', 'territory', 'of', 'Guam', '.']","[28, 29]",0,guam,"Such bills had been enacted in 10 instances -the states of Utah, North Dakota, Pennsylvania, Mississippi, Louisiana, South Carolina, Nebraska, West Virginia and Michigan, and the territory of Guam.","['Such bills have been introduced in ten states - Utah, North Dakota, Pennsylvania, Mississippi, Louisiana, South Carolina, Nebraska, West Virginia, Michigan, and the territory of Guam.', 'Such laws have been passed in 10 states: Utah, North Dakota, Pennsylvania, Mississippi, Louisiana, South Carolina, Nebraska, West Virginia, Michigan, and Guam.', 'The bills were passed in 10 states - Utah, North Dakota, Pennsylvania, Mississippi, Louisiana, South Carolina, Nebraska, West Virginia and Michigan, as well as the territory of Guam.', 'In the states of Utah, North Dakota, Pennsylvania, Mississippi, Louisiana, South Carolina, Nebraska, West Virginia and Michigan, as well as in the territory of Guam, 10 such cases have already been carried out.', 'Such laws have already been passed in 10 states: Utah, North Dakota, Pennsylvania, Mississippi, Louisiana, South Carolina, Nebraska, West Virginia, and Michigan, as well as Guam and the territory of Guam.']" -585,"['You', ""don't"", 'have', 'to', 'go', 'back', 'to', 'Gibraltar', '.']","[7, 8]",0,gibraltar,You don't have to go back to Gibraltar.,"[""You don't have to go back to Gibraltar."", ""You don't have to go back to Gibraltar."", ""You don't have to go back to Gibraltar."", ""You don't have to go back to Gibraltar."", ""It doesn't have to be Gibraltar.""]" -586,"['Large', 'amounts', 'of', 'offal,', 'potentially', 'infected', 'with', 'bovine', 'spongiform', 'encephalopathy', '(BSE),', 'are', 'being', 'exported', 'to', 'Thailand', 'and', 'other', 'countries.']","[15, 16]",0,thailand,"Large amounts of offal, potentially infected with bovine spongiform encephalopathy (BSE), are being exported to Thailand and other countries.","['Large quantities of slaughterhouse waste potentially infected with bovine spongiform encephalopathy (BSE) are exported to Thailand and other countries.', 'Large quantities of slaughterhouse waste potentially infected with bovine spongiform encephalopathy (BSE) are exported to Thailand and other countries.', 'Large quantities of slaughterhouse waste potentially infected with bovine spongiform encephalopathy (BSE) are exported to Thailand and other countries.', 'Heavy offal potentially infected with bovine spongiform encephalopathy (BSE) is exported to Thailand and other countries.', 'Large quantities of slaughterhouse waste potentially infected with BSE are exported to Thailand and other countries.']" -587,"['An', 'ongoing', 'ODA-funded', 'professional', 'linkage', 'has', 'been', 'negotiated', 'between', 'BGS', 'and', 'the', 'government', 'of', 'Costa', 'Rica', '.']","[14, 16]",0,costa rica,An ongoing ODA-funded professional linkage has been negotiated between BGS and the government of Costa Rica.,"['An ongoing professional relationship financed by ODA has been negotiated between BGS and the Government of Costa Rica.', 'A continuous professional relationship financed by ODA has been negotiated between BGS and the Government of Costa Rica.', 'An enduring professional relationship in the context of Official Development Assistance has been negotiated between BGS and the Government of Costa Rica.', 'A long-term professional relationship has been negotiated between the BGS and the Costa Rican Government, financed by Official Development Assistance.', 'An enduring professional relationship has been negotiated between EBTON and the Costa Rican Government.']" -588,"['In', 'Finland', 'some', 'of', 'these', 'sites', 'are', 'even', 'found', 'in', 'the', 'middle', 'of', 'frozen', 'lakes.']","[1, 2]",0,finland,In Finland some of these sites are even found in the middle of frozen lakes.,"['In Finland, some of these sites are even in the middle of frozen lakes.', 'In Finland, some of these plants can even be found in frozen lakes.', 'In Finland, such sites are sometimes found in the middle of frozen lakes.', 'In Finland, some of these sites are even in the middle of frozen lakes.', 'In Finland, some of these sites are occasionally found in frozen lakes.']" -589,"['By', 'the', 'time', 'they', 'had', 'reached', 'Morocco', ',', 'the', 'Shah', 'and', 'the', 'Queen', 'both', 'believed', 'that', 'Giscard', 'had', 'betrayed', 'them', 'personally', 'at', 'Guadeloupe.']","[6, 7]",0,morocco,"By the time they had reached Morocco, the Shah and the Queen both believed that Giscard had betrayed them personally at Guadeloupe.","['When they reached Morocco, both the Shah and the Queen believed Giscard had personally betrayed them in Guadeloupe.', 'When they reached Morocco, the Shah and Queen both believed Giscard had betrayed them personally in Guadeloupe.', 'When they reached Morocco, the Shah and Queen both believed Giscard had betrayed them personally in Guadeloupe.', 'When they reached Morocco, the Shah and Queen both believed Giscard had betrayed them personally in Guadeloupe.', 'When they reached Morocco, both the Shah and the Queen believed Giscard had personally betrayed them in Guadeloupe.']" -590,['AMERICAS'],"[0, 1]",0,americas,AMERICAS,"['America', 'America', 'America', 'America', 'America']" -591,"['They', 'include', 'Romania,', 'Russia,', 'Georgia,', 'Ukraine,', 'Turkey,', 'Moldova,', 'Azerbaijan,', 'Armenia,', 'Greece', 'and', 'Yugoslavia.']","[10, 11]",0,greece,"They include Romania, Russia, Georgia, Ukraine, Turkey, Moldova, Azerbaijan, Armenia, Greece and Yugoslavia.","['These include Romania, Russia, Georgia, Ukraine, Turkey, Moldova, Azerbaijan, Armenia, Greece and Yugoslavia.', 'These include Romania, Russia, Georgia, Ukraine, Turkey, Moldova, Azerbaijan, Armenia, Greece and Yugoslavia.', 'These countries include Romania, Russia, Georgia, Ukraine, Turkey, Moldova, Azerbaijan, Armenia, Greece and Yugoslavia.', 'These include Romania, Russia, Georgia, Ukraine, Turkey, Moldova, Azerbaijan, Armenia, Greece and Yugoslavia.', 'These include Romania, Russia, Georgia, Ukraine, Turkey, Moldova, Azerbaijan, Armenia, Greece and Yugoslavia.']" -592,"['And', 'while', 'Roosevelt', 'was', 'to', 'some', 'extent', 'restrained', 'by', 'the', 'State', 'Department', 'and,', 'even', 'more,', 'after', 'the', 'US', 'had', 'recognized', 'de', ""Gaulle's"", 'government', 'in', 'October,', '1944,', 'by', 'considerations', 'of', 'reconstituting', 'France', 'as', 'at', 'least', 'a', 'European', 'power,', 'there', 'was,', 'on', 'the', 'operational', 'level,', 'a', 'situation', 'developing', 'in', 'southern', 'China,', 'in', 'which', 'the', 'US', 'was', 'involved,', 'which', 'would', 'affect', 'the', 'fortunes', 'of', 'the', 'Vietnamese', 'revolutionaries,', 'their', 'appearance,', 'their', 'standing', 'with', 'other', 'Vietnamese', 'patriots,', 'and', 'their', 'ability', 'to', 'influence', 'future', 'events.']","[30, 31]",0,france,"And while Roosevelt was to some extent restrained by the State Department and, even more, after the US had recognized de Gaulle's government in October, 1944, by considerations of reconstituting France as at least a European power, there was, on the operational level, a situation developing in southern China, in which the US was involved, which would affect the fortunes of the Vietnamese revolutionaries, their appearance, their standing with other Vietnamese patriots, and their ability to influence future events.","[""And while Roosevelt was kept within certain limits by the US State Department, and even more so after the US pressured De Gaulle's government in October 1944 with considerations of restoring France, at least as a European power, there was an operational situation in southern China involving the US that would affect the fate of the Vietnamese revolutionaries, their appearance, their relationship with other Vietnamese patriots, and their ability to influence future events."", ""And while Roosevelt was constrained to a certain extent by the State Department, and even more so after the US recognized de Gaulle's government in October 1944 by viewing the reconstruction of France at least as a European power, a scenario emerged operationally in southern China in which the US also participated that would influence the fate of the Vietnamese revolutionaries, their appearance, their role vis-à -vis other Vietnamese patriots, and their ability to influence future events."", ""And after Roosevelt was treated somewhat cautiously by the State Department, and even more so after the US recognized de Gaulle's government as a European power in October 1944, at least by considering the reconstruction of France, a situation developed operationally in southern China in which the US was also involved that would have influenced the fate of the Vietnamese revolutionaries, their appearance, their solidarity with the other Vietnamese patriots, and their ability to influence future events."", ""And while Roosevelt was slowed down to some extent and even more clearly by the US State Department after the US recognized de Gaulle's government as at least one European power with the restoration of France in October 1944, a situation developed at the operational level in southern China involving the US that would influence the fate of the Vietnamese revolutionaries, their appearance, their position in the society of other Vietnamese patriots, and their ability to influence future events."", 'And although Roosevelt was held back to a certain extent by the State Department, and after the United States recognized de Gaulle as a European power with 25,000 soldiers in October 1944, a situation arose in southern China in which the United States was involved and affected the fate of the Vietnamese revolutionaries, their appearance, their standing with other Vietnamese, and their ability to influence future events.']" -593,"['The', 'survey', 'revealed', 'that', '87,868', 'hectares', 'of', 'lowland', 'peat', 'soil', 'remained', 'in', 'the', 'UK', ',', 'of', 'which', 'a', 'mere', '1,170', 'hectares', 'are', 'unaffected', 'by', 'development.']","[13, 14]",0,uk,"The survey revealed that 87,868 hectares of lowland peat soil remained in the UK, of which a mere 1,170 hectares are unaffected by development.","['The analysis showed that 87,868 hectares of flat peat soil remained in the UK, of which only 1,170 hectares were not affected by development.', 'The research found that 87,868 hectares of lowland peat remain in the UK, with only 1,170 hectares not affected by development.', 'The study found that 87,868 hectares of Dutch peat soils remain in the UK, with only 1,170 hectares not affected by development.', 'The study found that 87,868 hectares of flat peat soil remain in the UK, with only 1,170 hectares not affected by development.', 'The study found that 87,868 hectares of peatless land remains in the UK, of which only 1,170 hectares are undeveloped.']" -594,"['There', 'is', 'no', 'Guy', 'Fawkes', '""', 'Night', 'in', 'the', 'Irish', 'Republic', '.']","[9, 11]",0,irish republic,"There is no Guy Fawkes"" Night in the Irish Republic.","['There is no Guy Fawkes night in the Republic of Ireland.', 'There is no Guy Fawkes night in the Republic of Ireland.', 'There is no Guy Fawkes night in the Republic of Ireland.', 'There is no Guy Fawkes night in the Republic of Ireland.', 'No Guy Fawkes """" Night in the Irish Republic.']" -595,"['The', 'right-wing', 'commentator', 'George', 'Gilder', 'recently', 'observed', 'that', 'America', 'benefits', 'from', 'revolutions,', 'successful', 'and', 'failed,', 'in', 'other', 'countries,', 'since', 'the', 'élites', 'leave', 'and', 'come', 'to', 'America', '.']","[25, 26]",0,america,"The right-wing commentator George Gilder recently observed that America benefits from revolutions, successful and failed, in other countries, since the élites leave and come to America.","['Right-wing commentator George Gilder recently observed that America has benefited from successful and failed revolutions in other countries since the elites left America and came to America.', 'Right-wing commentator George Gilder recently observed that America has benefited from successful and failed revolutions in other countries since the elites left America and came to America.', 'Right-wing commentator George Gilder recently observed that America has benefited from successful or failed revolutions in other countries since elites returned to America and came to America.', 'Right-wing commentator George Gilder recently observed that America benefits from successful and failed revolutions in other countries after elites have gone to America and come to America.', 'Right-wing commentator George Gilder recently observed that America benefits from revolutions that succeed or fail in other countries when elites leave and come to America.']" -596,"['Is', 'manufacturing', 'as', 'a', 'part', 'of', 'gross', 'national', 'product', 'likely', 'to', 'continue', 'to', 'decline', 'in', 'Europe', 'and', 'the', 'USA', '?']","[18, 19]",0,usa,Is manufacturing as a part of gross national product likely to continue to decline in Europe and the USA?,"['Will manufacturing continue to decline as part of gross domestic product in Europe and the US?', 'Will manufacturing continue to shrink as part of gross domestic product in Europe and the US?', ""Will manufacturing's share of gross domestic product continue to fall in Europe and the US?"", ""Could manufacturing's share of GDP continue to fall in Europe and the US?"", 'Does this mean that output as a share of gross domestic product will continue to shrink in Europe and the US?']" -597,"['Professor', 'Alec', 'Jeffreys,', 'who', 'pioneered', 'genetic', 'fingerprinting,', 'said', 'tests', 'on', 'a', 'leg', 'bone', 'from', 'a', 'grave', 'in', 'Brazil', 'had', '`', 'proved', 'not', 'absolutely,', 'but', 'beyond', 'reasonable', 'doubt', 'and', 'with', 'a', 'high', 'level', 'of', 'certainty', '""', 'that', 'the', 'remains', 'were', 'those', 'of', 'Mengele.']","[17, 18]",0,brazil,"Professor Alec Jeffreys, who pioneered genetic fingerprinting, said tests on a leg bone from a grave in Brazil had proved not absolutely, but beyond reasonable doubt and with a high level of certainty"" that the remains were those of Mengele.","['Professor Alec Jeffreys, who first used the genetic fingerprint, said tests on a leg bone from a tomb in Brazil had ""proven with reasonable doubt and high certainty that the remains were those of Mengele.', 'Professor Alec Jeffreys, who examined the genetic fingerprints, said tests on a leg bone from a tomb in Brazil had not proved ""absolutely, but beyond doubt and with high certainty"" that the remains were those of Mengele.', 'Professor Alec Jeffreys, who defeated the genetic fingerprint, said tests on a bone from a bone found in a Brazilian tomb had proved ""not absolutely but sufficiently conclusively and with high certainty that the remains are those of Mengele.', 'Professor Alec Jeffreys, who coined the first generation of genetic fingerprints, said tests on a leg bone in a tomb in Brazil had not necessarily proved ""that the bones are Mengeles.', 'Professor Alec Jeffreys, who specialises in genetic fingerprinting, said tests on a man\'s leg bone in Brazil had proved ""beyond doubt and with high certainty"" that the bones were from Mengele.']" -598,['JAPAN'],"[0, 1]",0,japan,JAPAN,"['JAPAN', 'JAPAN', 'JAPAN', 'JAPAN', 'JAPAN']" -599,"['The', 'South', 'Downs', 'emerge', 'from', 'the', 'sea', 'in', 'the', 'south', 'of', 'the', 'county', 'as', 'a', 'wave-washed', 'platform', 'from', 'which', 'rise', 'the', 'cliffs', 'from', 'Brighton', 'to', 'Beachy', 'Head,', 'at', '236', 'metres', 'the', 'highest', 'chalk', 'cliff', 'in', 'Britain', '.']","[35, 36]",0,britain,"The South Downs emerge from the sea in the south of the county as a wave-washed platform from which rise the cliffs from Brighton to Beachy Head, at 236 metres the highest chalk cliff in Britain.","['The South Downs rise from the sea in the south of the county as a wave-washed platform from which the cliff of Brighton rises to Beachy Head, the highest chalk cliff in Britain at 236 metres.', 'The South Downs rise out of the sea in the south of the county as a wave-washed platform from which the cliff from Brighton to Beachy Head climbed the highest chalk cliff in Britain at 236 metres.', 'The South Downs rise out of the sea as a wave-washed platform in the south of the county, while the cliffs of Brighton rise to Beachy Head, the highest chalk cliff in Britain at 236 metres.', 'The South Downs rise like a wave from the sea in the south of the country, from where the cliffs rise from Brighton to Beachy Head, the highest chalk cliff in Britain at 236 metres.', 'The South Downs rise from the sea in the south of the county as a wave-washed plateau, from whose cliffs rise the cliffs from Brighton to Beachy Head, with 236 m the highest chalk cliff in Great Britain.']" -600,"['`', 'Why', 'France', ',', 'for', 'Chrissake?', '""']","[2, 3]",0,france,"Why France, for Chrissake?""","['Why France for Christ\'s sake? ""', 'Why France, for the good of Christ? ""', ""Why France, for Chrissy's sake? '"", 'Why France? ""', 'Why France? ""']" -601,"['whether', 'the', 'information', 'originated', 'in', 'the', 'United', 'States', ';']","[6, 8]",0,united states,whether the information originated in the United States;,"['whether the information originated in the United States;', 'whether the information originated in the United States;', 'whether this information originates in the United States;', 'whether the information originated in the United States;', 'whether the information originated in the United States;']" -602,"['Owners,', 'whose', 'holiday', 'brands', 'include', 'Sovereign,', 'Enterprise', 'and', 'Falcon,', 'had', 'sought', 'an', 'alliance', 'with', 'German-owned', 'Thomas', 'Cook', 'to', 'cement', 'its', 'position', 'in', 'the', 'competitive', 'UK', 'market,', 'but', 'fast-growing', 'and', 'highly-profitable', 'Airtours', 'came', 'in', 'with', 'a', 'rival', 'bid', 'to', 'spark', 'off', 'weeks', 'of', 'rhetoric', 'and', 'activity', 'which', 'finally', 'ended', 'yesterday.']","[24, 25]",0,uk,"Owners, whose holiday brands include Sovereign, Enterprise and Falcon, had sought an alliance with German-owned Thomas Cook to cement its position in the competitive UK market, but fast-growing and highly-profitable Airtours came in with a rival bid to spark off weeks of rhetoric and activity which finally ended yesterday.","['The owners, whose holiday brands include Sovereign, Enterprise and Falcon, had sought an alliance with German company Thomas Cook to consolidate their position in the competitive UK market, but fast-growing and highly profitable Airtours delivered a competing offer that sparked weeks of rhetoric and activity that finally came to an end yesterday.', 'Owners, whose holiday brands include Sovereign, Enterprise and Falcon, had sought an alliance with German company Thomas Cook to consolidate their position in the competitive UK market, but fast-growing and highly profitable Airtours put forward a rival bid to spark weeks of rumours and activity that finally came to an end yesterday.', ""The owners, whose holiday brands include Sovereign, Enterprise and Falcon, had previously sought an alliance with Thomas Cook's German subsidiary to consolidate their position in the competitive UK market. However, the fast-growing and highly profitable Airtours competed for weeks with a competing offer that finally came to an end yesterday."", 'The owners, whose holiday brands include Sovereign, Enterprise and Falcon, had sought an alliance with the German travel group Thomas Cook to consolidate its position in the competitive UK market, but the fast-growing and highly profitable Airtours also put forward a competing offer to trigger weeks of rhetoric and activity that finally ended yesterday.', 'The owners, whose holiday brands include Sovereign, Enterprise and Falcon, are forming an alliance with Thomas Cook, owned by the German Thomas Cook Group, to consolidate their position in the highly competitive UK market. However, the fast-growing and highly profitable Airtours came up with a competing offer that triggered weeks of discussions and activity that finally came to an end yesterday.']" -603,"['It', 'seemed', 'so', 'funny', 'that', 'all', 'I', 'had', 'done', 'was', 'take', 'part', 'in', 'an', 'extremely', 'well\xadmannered', 'demonstration', 'against', 'nuclear', 'weapons;', 'yet', 'here', 'I', 'was', 'under', 'lock', 'and', 'key,', 'in', 'the', 'custody', 'of', 'the', 'State', 'and', 'presumably', 'in', 'the', 'company', 'of', 'many', 'of', 'the', 'worst', 'criminals', 'in', 'Britain', '(Buxton', 'and', 'Turner,', '1962,', 'p.', '3).']","[46, 47]",0,britain,"It seemed so funny that all I had done was take part in an extremely wellÂmannered demonstration against nuclear weapons; yet here I was under lock and key, in the custody of the State and presumably in the company of many of the worst criminals in Britain (Buxton and Turner, 1962, p. 3).","[""It seemed so funny that I had merely participated in a very sophisticated demonstration against nuclear weapons, but here I was under lock and key, in state custody, and probably in the company of many of Britain's worst criminals (Buxton and Turner, 1962, p. 3)."", 'It seemed so strange to me that I only took part in a very exemplary demonstration against nuclear weapons, but here I was under lock and key, in the custody of the state, and probably in the company of many of the worst criminals in Britain (Buxton and Turner, 1962, p. 3).', 'It seemed so funny that I had only participated in one extremely well-organized demonstration against nuclear weapons; but here I was under lock and key, in the care of the state, and probably in the company of many of the worst criminals in Britain (Buxton and Turner, 1962, p. 3).', ""It seemed so strange that I had only participated in a very public demonstration against nuclear weapons, but here I was in international detention, in the custody of the state, and probably in the company of many of Britain's worst criminals (Buxton and Turner, 1962, p. 3)."", ""It seemed so strange that I had merely taken part in an ordinary demonstration against nuclear weapons, but here I was about to be arrested, in the custody of the state, and probably in the company of many of Britain's worst criminals (Buxton and Turner 1962, p. 3).""]" -604,"['Well', 'the', 'estate', 'er', 'er', 'er', 'the', 'Duke', 'of', 'Sutherland', 'had', 'the', 'whole', 'of', 'Assynt', 'and', 'then', 'h', 'General', 'Stewart', 'who', 'was', 'born', 'in', 'Nedd', 'and', 'worked', 'and', 'made', 'his', 'fortune', 'if', 'it', 'was', 'as', 'you', 'would', 'say', 'in', 'Canada', 'on', 'the', 'C', 'P', 'R.']","[39, 40]",0,canada,Well the estate er er er the Duke of Sutherland had the whole of Assynt and then h General Stewart who was born in Nedd and worked and made his fortune if it was as you would say in Canada on the C P R.,"['Well, the Lord of Sutherland owned all of Assynt and then H. General Stewart, who was born and worked in Nedd and made his fortune, if it were as it would be said in Canada at the K P R.', 'Well, the Duke of Sutherland had all the Assynt and then h General Stewart, who was born in Nedd and made his fortune, if it were as they would say in Canada to CP R.', 'Well, the landowner, Duke of Sutherland, had all the Assynt and then h General Stewart, who was born in Nedd and tried his luck if it would say so as you do in Canada on the C P R.', 'Well, the landowner, Duke of Sutherland, had all the Assynt and then General Stewart, who was born in Nett and made his fortune, if you would say it about the C P R in Canada.', 'Well, the Duke of Sutherland had it all, and then General Stewart, who was born in Nedd, worked and earned his fortune, if you would call it that in Canada.']" -605,"['Investigation', 'methods', 'will', 'include', 'the', 'creation', 'and', 'use', 'of', 'a', 'research', 'network;', 'one', ""year's"", 'fieldwork', 'in', 'southern', 'Uganda', 'and', 'eastern', 'Zaire;', 'and', 'use', 'of', 'secondary', 'sources.']","[17, 18]",0,uganda,Investigation methods will include the creation and use of a research network; one year's fieldwork in southern Uganda and eastern Zaire; and use of secondary sources.,"['Methods of investigation include the creation and use of a research network, years of field research in southern Uganda and eastern Zaire, and the use of secondary sources.', 'Methods of investigation include the establishment and use of a research network, years of field research in southern Uganda and eastern Zaire, and the use of secondary sources.', 'Methods of investigation include the establishment and use of a research network, a year of field research in southern Uganda and eastern Zaire, and the use of secondary sources.', 'Methods of investigation include the establishment and use of a secondary research network, a year of field research in southern Uganda and eastern Zaire, and the use of secondary sources.', 'Methods of investigation include the establishment and use of a research network, years of field research in Southern Ugdor and Eastern Zaire, and the use of secondary sources.']" -606,"['On', '2', 'October', '1990', 'the', 'inspector', 'requested', 'accounts', 'of', 'and', 'details', 'of', 'transactions', 'with', 'one', 'of', 'the', ""plaintiff's"", 'subsidiaries,', 'B', '(Pte)', 'Ltd', '(a', 'Singapore', 'company),', 'as', 'it', 'was', 'possible', 'that', 'this', 'information', 'would', 'lead', 'to', 'the', 'amendment', 'of', 'existing', 'assessments.']","[23, 24]",0,singapore,"On 2 October 1990 the inspector requested accounts of and details of transactions with one of the plaintiff's subsidiaries, B (Pte) Ltd (a Singapore company), as it was possible that this information would lead to the amendment of existing assessments.","[""On 2 October 1990, the inspector requested invoices for transactions with one of the applicant's subsidiaries, B (Pte) Ltd (a company in Singapore), on the grounds that it was possible that this information would lead to a change in the existing assessments."", ""On 2 October 1990, the inspector requested the settlement and the details of the transactions with one of the plaintiff's subsidiaries, B (Pte) Ltd. (a company in Singapore), since it was possible that this information would lead to a change in the existing assessments."", 'On 2 October 1990, the inspector requested accountability and information on transactions with a subsidiary of the plaintiff, B (Pte) Ltd (a Singapore-based company), as this information could alter previous assessments.', ""On 2 October 1990, the inspector requested additional extracts and details of transactions with one of the plaintiff's subsidiaries, B (Pte) Ltd (a company in Singapore), on the grounds that this information might lead to a change in the existing assessments."", ""On 2 October 1990, the inspector requested accounting and details of transactions with one of the plaintiff's subsidiaries, B (Pte) Ltd. (Singapore), as this information may have led to some modification of the earlier assessments.""]" -607,"['In', 'Hungary', 'in', '1977,', 'the', 'top-earning', 'fifth', 'of', 'households', 'got', '32%', 'of', 'total', 'household', 'income,', 'the', 'bottom', 'fifth', '11%.']","[1, 2]",0,hungary,"In Hungary in 1977, the top-earning fifth of households got 32% of total household income, the bottom fifth 11%.","['In Hungary, the highest-earning fifth of households received 32% of total household income in 1977, while the bottom fifth received 11%.', 'In 1977, the top fifth of households in Hungary received 32% of total household income, while the bottom fifth received 11%.', 'In 1977, the highest-earning fifth of households in Hungary received 32% and the bottom fifth 11% of total income.', 'In 1977, the share of income in total household income in Hungary was 32% and the share of the population with the highest income was 11%.', 'In 1977, the highest-earning fifth of total household income in Hungary received 32 percent, while the bottom fifth received 11 percent.']" -608,"['Just', 'as', 'it', 'had', 'palled', 'in', 'London,', 'so,', 'after', 'she', 'met', 'Robert,', 'it', 'began', 'to', 'pall', 'in', 'the', 'USA', '.']","[18, 19]",0,usa,"Just as it had palled in London, so, after she met Robert, it began to pall in the USA.","['Just as it had faded in London, it began to fade in the US after the meeting with Robert.', 'Just as it had been blowing in London, it began to explode in the US after she met Robert.', 'Just as it blew up in London, it began to dazzle in the US after hitting Robert.', 'Even in London it had gone quiet, and after meeting Robert it began to crumble in the USA.', 'Just as things had almost come to a standstill in London, things began to crumble after her meeting with Robert in the US.']" -609,"['With', 'the', 'abundance', 'of', 'exotic', 'summer', 'fruits', 'available', 'and', 'a', 'little', 'help', 'from', 'Sweetex,', 'the', 'UK', ""'s"", 'best', 'selling', 'non-sugar', 'sweetener,', 'you', 'can', 'serve', 'your', 'guests', 'mouthwatering', 'healthy', 'treats.']","[15, 16]",0,uk,"With the abundance of exotic summer fruits available and a little help from Sweetex, the UK's best selling non-sugar sweetener, you can serve your guests mouthwatering healthy treats.","[""With a wide range of exotic summer fruits and a little help from Sweetex, Britain's best-selling sugar-free sweetener, you can serve your guests delicious healthy treats."", 'With an abundance of exotic summer fruit and a little help from Sweetex, the best-selling sugar-free sweetener in the UK, you can serve your guests healthy treats.', 'With a large selection of exotic summer fruits and a little help from Sweetex, the British sugar-free sweetener, you can serve your guests healthy treats.', ""With the abundance of exotic summer fruits and the help of Sweetex, Britain's best-selling sugar-free sweetener, you can serve your guests tasty and healthy treats."", ""With an abundance of exotic summer fruit and a little help from Sweetex, the UK's best-selling sweetener, you can offer your guests healthy treats.""]" -610,"['Although', 'railway-building', 'in', 'North', 'America', 'has', 'been', 'described', 'above', 'as', '`', 'quintessentially', 'capitalist', '"",', 'in', 'fact', 'railway', 'companies', 'were', 'prepared', 'to', 'build', 'to', 'the', 'West', 'only', 'in', 'return', 'for', 'massive', 'inducements.']","[3, 5]",0,north america,"Although railway-building in North America has been described above as quintessentially capitalist"", in fact railway companies were prepared to build to the West only in return for massive inducements.","['Although railroad construction in North America was described above as ""deeply capitalist,"" in reality the railroad companies were only willing to build in the West in exchange for massive incentives.', 'Although railroad construction in North America is basically capitalist, in reality the railroad companies were only willing to build westward in exchange for massive incentives.', 'Although railroad construction in North America is described above as essentially capitalist, the railroad companies were actually willing to build in the West only in exchange for massive incentives.', 'Although railroad construction in North America was once described as profoundly capitalist, in reality the railroad companies were only willing to build westward with massive incentives.', 'Although the construction of the railroad in North America was supposedly described as ""its most capitalist"" approach, the railroad companies were willing to build in the West only in exchange for massive incentives.']" -611,"['It', 'was', 'attended', 'by', 'the', 'Presidents', 'of', 'Kenya', 'and', 'Uganda', 'and', 'representatives', 'of', 'the', 'Governments', 'of', 'Germany,', 'the', 'United', 'States', 'of', 'America', ',', 'France,', 'Italy,', 'Saudi', 'Arabia,', 'Egypt,', 'Libya,', 'Yemen,', 'Nigeria,', 'Ethiopia,', 'Sudan,', 'Oman,', 'the', 'Union', 'of', 'Soviet', 'Socialist', 'Republics,', 'and', 'China', 'and', 'of', 'the', 'Arab', 'League,', 'the', 'Organisation', 'of', 'African', 'Unity', 'and', 'the', 'European', 'Economic', 'Community.']","[18, 22]",0,united states of america,"It was attended by the Presidents of Kenya and Uganda and representatives of the Governments of Germany, the United States of America, France, Italy, Saudi Arabia, Egypt, Libya, Yemen, Nigeria, Ethiopia, Sudan, Oman, the Union of Soviet Socialist Republics, and China and of the Arab League, the Organisation of African Unity and the European Economic Community.","['The meeting was attended by the Presidents of Kenya and Uganda, as well as representatives of Germany, the United States of America, France, Italy, Saudi Arabia, Egypt, Libya, Yemen, Nigeria, Ethiopia, Sudan, Oman, the Union of Soviet Socialist Republics and China, as well as the Arab League, the Organisation of African Unity and the European Economic Community.', 'The Conference was attended by the Presidents of Kenya and Uganda, as well as representatives of the Governments of Germany, the United States, France, Italy, Saudi Arabia, Egypt, Libya, Yemen, Nigeria, Ethiopia, Sudan, Oman, the Union of Soviet Socialist Republics and China, the Arab League, the Organisation of African Unity and the European Economic Community.', 'She attended the meeting of the Presidents of Kenya and Uganda, as well as the Governments of Germany, the United States of America, France, Italy, Saudi Arabia, Egypt, Libya, Yemen, Nigeria, Ethiopia, Sudan, Oman, the Union of Soviet Socialist Republics, China, the Arab League, the Organisation of African Unity and the European Economic Community.', 'Participants included the presidents of Kenya and Uganda, as well as representatives of the governments of Germany, the United States, France, Italy, Saudi Arabia, Egypt, Libya, Yemen, Nigeria, Ethiopia, Sudan, Oman, the Union of Soviet Socialist Republics, China and the Arab League, the Organisation of African Unity and the European Economic Community.', 'The meeting was attended by the Presidents of Kenya and Uganda, representatives of the Governments of Germany, the United States, France, Italy, Saudi Arabia, Egypt, Libya, Yemen, Nigeria, Ethiopia, Sudan, Oman, the Union of Arab States, China and the Arab League, as well as the Organisation of African Unity and the European Economic Community.']" -612,"['The', 'basic', 'difference', 'between', 'France', ""'s"", 'two', 'great', 'grape', 'brandies', 'is', 'the', 'method', 'of', 'distillation.']","[4, 5]",0,france,The basic difference between France's two great grape brandies is the method of distillation.,"['The fundamental difference between the two great French grape varieties is the distillation method.', 'The fundamental difference between the two major distillators in France is the method of distillation.', 'The fundamental difference between the two French brandies is the distillation method.', 'The fundamental difference between the two great French grape varieties is the distillation method.', 'The basic difference between French bars is the distillation method.']" -613,"['In', 'that', 'year,', 'with', 'the', 'exception', 'of', 'Argentina,', 'Chile,', 'Costa', 'Rica,', 'Cuba', 'and', 'Uruguay,', 'the', 'illiteracy', 'rate', 'of', 'populations', 'aged', 'over', 'fifteen', 'years,', 'exceeded', '30', 'per', 'cent', 'in', 'all', 'Latin', 'American', 'countries,', '50', 'per', 'cent', 'being', 'recorded', 'in', 'Brazil', 'and', 'higher', 'percentages', 'in', 'Central', 'America', '(Rama', '1983:', '16).']","[11, 12]",0,cuba,"In that year, with the exception of Argentina, Chile, Costa Rica, Cuba and Uruguay, the illiteracy rate of populations aged over fifteen years, exceeded 30 per cent in all Latin American countries, 50 per cent being recorded in Brazil and higher percentages in Central America (Rama 1983: 16).","['In all Latin American countries, with the exception of Argentina, Chile, Costa Rica, Cuba and Uruguay, the illiteracy rate among those over 15 years of age rose to over 30 percent. Brazil and Central America accounted for 50 percent of this figure (Rama 1983: 16).', 'With the exception of Argentina, Chile, Costa Rica, Cuba and Uruguay, the illiteracy rate among those over 15 years of age rose in the same year to over 30 percent in all Latin American countries, to 50 percent in Brazil and even higher in Central America (Rama 1983: 16).', 'In the same year, with the exception of Argentina, Chile, Costa Rica, Cuba and Uruguay, the employment rate of the population over the age of 15 rose above 30 percent in all Latin American countries, with 50 percent achieved in Brazil and even higher in Central America (Rama 1983: 16).', 'This year, all Latin American countries with the exception of Argentina, Chile, Costa Rica, Cuba and Uruguay had an illiteracy rate of more than 30 percent, with Brazil accounting for 50 percent and Central America for 16 percent (Rama 1983: 16).', 'With the exception of Argentina, Chile, Costa Rica, Cuba and Uruguay, the illiteracy rate among people over 15 years of age has risen to over 30% in all Latin American countries, with 50% in Brazil and more in Central America (Rama 1983: 16).']" -614,"['Similar', 'criticism', 'has', 'emerged', 'from', 'elsewhere,', 'such', 'as', 'in', 'Sweden', 'where', 'the', 'so-called', 'SCAFT', 'guidelines', 'for', 'the', 'layout', 'of', 'residential', 'neighbourhoods', 'on', 'traffic', 'segregation', 'principles', 'have', 'led', 'to', '`', 'dull', 'residential', 'areas', '""', 'with', 'operating', 'difficulties', 'for', 'public', 'transport', 'services.']","[9, 10]",0,sweden,"Similar criticism has emerged from elsewhere, such as in Sweden where the so-called SCAFT guidelines for the layout of residential neighbourhoods on traffic segregation principles have led to dull residential areas"" with operating difficulties for public transport services.","['Similar criticism has been voiced elsewhere, for example in Sweden, where the so-called SCAFT directives on the design of housing estates based on the principle of traffic liberalisation have led to desolate residential areas with operational difficulties for local public transport.', 'Similar criticism has come from other countries, such as Sweden, where the so-called SCAFT directives on the design of residential areas, combined with the principle of traffic exclusion, have led to dreary residential areas with impairments to the operation of public transport.', 'Similar criticism has come from other parts of the world, such as Sweden, where the so-called SCAFT directives on the design of residential areas based on the principle of traffic separation have led to dreary residential areas that are now difficult for public transport to reach.', 'Similar criticism has come from other countries, such as Sweden, where the so-called SCAFT directives on the classification of residential areas according to the principle of traffic separation have led to dreary residential areas with jobs for public transport.', 'Similar criticism of Art Too is widespread, such as in Sweden, where the so-called SCAFT directives on the design of residential districts based on the principle of traffic exclusion have led to desolate residential areas, ""where resources for public transport are scarce.']" -615,"['The', 'gap', 'between', 'the', 'financial', 'state', 'of', 'Japan', ""'s"", 'biggest', 'and', 'strongest', 'firms', '-', 'generally', 'those', 'familiar', 'in', 'the', 'West', '-', 'and', 'the', 'smaller', 'and', 'weaker', 'ones', 'has', 'widened.']","[7, 8]",0,japan,The gap between the financial state of Japan's biggest and strongest firms - generally those familiar in the West - and the smaller and weaker ones has widened.,"[""The gap between the economic situation of Japan's largest and strongest companies (commonly known in the West) and the smaller and weaker ones has widened."", 'The gap between the financial position of the largest and strongest - generally economic in the West - and the smaller and weaker - Japanese companies has widened.', ""The gap between the financial health of Japan's largest and strongest companies - commonly known in the West - and the smaller and weaker ones has widened."", ""The gap between the financial position of Japan's largest and strongest companies - generally those in the West - and the smaller and weaker ones has widened."", 'The gap between the financial position of the largest and strongest Japanese companies - generally speaking, the gap between the financial position of the largest and strongest Japanese companies - the gap between the financial position of the largest and the financial position of the largest companies - the gap between the financial position of the largest and the financial position of the largest companies - the gap between the financial position of the largest and the financial position of the largest companies - the gap between the financial position of the largest and the largest companies']" -616,"['The', 'project', 'is', 'jointly', 'financed', 'by', 'ESRC,', 'the', 'Committee', 'on', 'Overseas', 'Economic', 'and', 'Social', 'Research', 'of', 'the', 'Overseas', 'Development', 'Administration,', 'and', 'the', 'International', 'Development', 'Research', 'Centre,', 'Canada', '.']","[26, 27]",0,canada,"The project is jointly financed by ESRC, the Committee on Overseas Economic and Social Research of the Overseas Development Administration, and the International Development Research Centre, Canada.","[""The project is jointly funded by the ESRC, the Overseas Development Administration's Overseas Economic and Social Research Committee and the International Development Research Center, Canada."", 'The project is jointly funded by the ESRC, the Committee on Foreign Affairs, Economic and Social Research of the Overseas Development Administration (ODA) and the International Development Research Centre (ICDC).', 'The project is co-financed by the ESRC, the Committee on Overseas Economic and Social Research of the Overseas Development Administration and the International Research Centre for Development (ICCZ, Canada).', 'The project is co-financed by the ESRC, the Overseas Economic and Social Research Committee of the Overseas Development Authority and the International Development Research Centre, Canada.', 'The project is jointly funded by the ESRC, the Overseas Economic and Social Research Committee of the Overseas Development Administration and the International Development Research Centre (IDC).']" -617,"['Manja', 'van', 'Wynkoop', 'was', 'a', 'welcome', 'visitor', 'from', 'the', 'Netherlands', 'to', 'the', 'Lilleshall', 'Weekend,', 'and', 'renewed', 'Hertfordshire', 'links', 'as', 'guest', 'of', 'Gill', ""Hill's"", 'Hemel', 'Hempstead', 'class.']","[9, 10]",0,netherlands,"Manja van Wynkoop was a welcome visitor from the Netherlands to the Lilleshall Weekend, and renewed Hertfordshire links as guest of Gill Hill's Hemel Hempstead class.","[""Manja van Wynkoop was a welcome visitor from the Netherlands at Lilleshall Weekend, renewing the link with Hertfordshire as a guest pupil of Gill Hill's Hemel Hempstead class."", 'Manja van Wynkoop was a welcome guest from the Netherlands at Lilleshall Weekend and renewed the connection from Hertfordshire to Holland as a guest of the Hemel Hempstead class of Gill Hill.', 'Manja van Wynkoop was a welcome visitor to Lilleshall Weekend from the Netherlands and renewed her links to Hertfordshire as a guest of Gill Hills Hemel Hempstead.', ""Manja van Wynkoop was a welcome visitor from the Netherlands at Lilleshall Weekend and renewed her connection to Hertfordshire as a guest of Gill Hill's Hemel Hempstead class."", 'Manja van Wynkoop was a welcome guest at the Lilleshall Weekend in the Netherlands and, as a guest of the Gill Hempstead Course in the Netherlands, renewed connections to Hertfordshire.']" -618,['CYPRUS'],"[0, 1]",0,cyprus,CYPRUS,"['CYPRUS', 'CYPRUS', 'CYPRUS', 'CYPRUS', 'Cyprus']" -619,"['According', 'to', 'a', 'government', 'report', 'published', 'on', 'Aug.', '9,', 'cases', 'of', 'espionage', 'in', 'Switzerland', 'involving', 'agents', 'from', 'Eastern', 'Europe', 'continued', 'to', 'increase;', '65', 'of', 'the', '91', 'cases', 'recorded', 'from', '1980', 'to', '1988', 'involved', 'these', 'countries,', 'most', 'of', 'which', 'desired', 'technological', 'rather', 'than', 'political', 'or', 'security', 'information,', 'and', 'over', 'the', 'same', 'period', '17', 'of', 'the', '24', 'diplomats', 'and', 'officials', 'expelled', 'were', 'from', 'Eastern', 'Europe.']","[13, 14]",0,switzerland,"According to a government report published on Aug. 9, cases of espionage in Switzerland involving agents from Eastern Europe continued to increase; 65 of the 91 cases recorded from 1980 to 1988 involved these countries, most of which desired technological rather than political or security information, and over the same period 17 of the 24 diplomats and officials expelled were from Eastern Europe.","['According to a government report published on 9 August, cases of espionage involving agents from Eastern Europe continued to increase in Switzerland; of the 91 cases recorded between 1980 and 1988, 65 involved these countries, most of which required technical and non-political or security information, and over the same period, 17 of the 24 expelled diplomats and officials came from Eastern Europe.', 'According to a government report published on 9 August, cases of spying in Switzerland involving agents from Eastern Europe increased. Of the 91 cases recorded between 1980 and 1988, 65 involved these countries, most of which wanted technical and non-political or security information, while 17 of the 24 expelled diplomats and officials came from Eastern Europe during the same period.', 'According to a government report published on 9 August, cases of espionage involving agents from Eastern Europe continued to increase in Switzerland. Of the 91 cases recorded between 1980 and 1988, 65 involved these countries, most of which wanted more technology than political or security information, and over the same period, 17 of the 24 expelled diplomats and officials came from Eastern Europe.', 'According to a government report published on 9 August, cases of espionage against Eastern European agents in Switzerland have continued to increase: 65 of the 91 cases registered between 1980 and 1988 concerned these countries, most of which wanted technical information rather than political or security information, and over the same period 17 of the 24 expelled diplomats and officials came from Eastern Europe.', 'According to a government report dated 9 August, the spying cases in Switzerland involving Eastern European agents are progressing: 65 of the 91 cases between 1980 and 1988 concern these countries, most of which require technical, non-political or security information, and in the same period 17 of the 24 diplomats and officials came from Eastern Europe.']" -620,"['Laptop', 'workstations', 'Brite-Lite', '(from', 'RDI', 'Computer', 'Corp', 'of', 'San', 'Diego)', 'and', 'Tadpole', '(from', 'Tadpole', 'Technology', 'of', 'Cambridge,', 'UK', ')', 'are', 'being', 'distributed', 'by', 'Daishin', 'Electric', 'Co', 'of', 'Tokyo,', 'which', 'also', 'carries', 'a', 'desktop', 'compatible', 'DSSUN', 'Station', 'II', 'based', 'on', 'a', '40MHz', 'Sparc,', 'built', 'by', 'US', 'company', 'EOS', 'Technology', 'Inc', 'and', 'released', 'in', 'Japan', 'in', 'October', 'last', 'year;', 'the', 'Tadpole', 'machine', 'just', 'announced', 'arrived', 'at', 'the', 'Daishin', 'booth', 'on', 'the', 'first', 'morning', 'of', 'the', 'show;', 'its', 'beautiful', 'active', 'matrix', 'thin', 'film', 'transistor', 'colour', 'screen,', '256', 'colours,', 'external', 'VGA', 'and', 'Super', 'VGA,', 'manufactured', 'by', 'Sharp', 'Corp', 'attracted', 'attention.']","[17, 18]",0,uk,"Laptop workstations Brite-Lite (from RDI Computer Corp of San Diego) and Tadpole (from Tadpole Technology of Cambridge, UK ) are being distributed by Daishin Electric Co of Tokyo, which also carries a desktop compatible DSSUN Station II based on a 40MHz Sparc, built by US company EOS Technology Inc and released in Japan in October last year; the Tadpole machine just announced arrived at the Daishin booth on the first morning of the show; its beautiful active matrix thin film transistor colour screen, 256 colours, external VGA and Super VGA, manufactured by Sharp Corp attracted attention.","[""Laptop workstations Brite-Lite (from San Diego-based RDI Computer Corp) and Tadpole (from Cambridge-based Tadpole Technology) are distributed by Tokyo-based Daishin Electric Co, which also launched a desktop-compatible DSSUN Station II based on a 40 MHz Sparc from US-based EOS Technology Inc., which was launched in Japan last October. Sharp Corp's announced tadpole machine only came to Daishin's stand on the first morning of the show; its large active 256-color matrix thin-film transistor color display with external VGA and Super VGA attracted attention."", 'Laptop workstations Brite-Lite (from RDI Computer Corp, San Diego) and Tadpole (from Tadpole Technology, Cambridge, UK) are distributed by Daishin Electric Co, Tokyo, which also features a desktop-compatible DSSUN Station II, based on a 40MHz Sparc from US company EOS Technology Inc and launched in Japan last October; the just-announced tadpole machine appeared on the Daishin booth on the first morning of the show. Its beautiful, active 256-colour matrix thin film transistor colour screen, external VGA and Super VGA, manufactured by Sharp Corp, attracted attention.', 'Laptop workstations Brite-Lite (the company RDI Computer Corp from San Diego) and Tadpole (the company Tadpole Technology from Cambridge, UK) are distributed by Daishin Electric Co from Tokyo, which also offers a desktop-compatible DSSUN Station II based on a 40MHz Sparc, developed by EOS Technology Inc and released last October in Japan. The just-announced Tadpole machine reached the Daishin booth on the first morning of the show. Its beautiful active matrix thin-film transistor colour screen, 256 colours, external VGA and Super VGA, manufactured by Sharp Corporation, attracted attention.', 'Laptop workstations Brite-Lite (from RDI Computer Corp in San Diego) and Tadpole (from Tadpole Technology in Cambridge, UK) are distributed by Daishin Electric Co. in Tokyo, which also houses a 40 MHz Sparman DSSUN Station II from US company EOS Technology Inc, launched in Japan last October; the just-announced Tadpol workstations landed at Daishin on the first morning of the show; their beautiful ink disc with active matrix thin-film transistor, 256 colours, external VGA and Super VGA from Sharp Corp attracted attention.', ""Laptop workstations Brite-Lite (by San Diego-based RDI Computer Corp) and Tadpole (by Cambridge-based Tadpole Technology) are distributed by Tokyo-based Daishin Electric Co, which also presents its desktop-compatible DSSUN Station II based on a 40 MHz Sparc built by US company EOS Technology Inc and launched in Japan in October last year.The just-announced Tadpole machine came to Daishin's booth on the first morning of its launch, its beautiful Sharp Corp active matrix thin-film transistor colour monitor with 256 colours, external VGAs and Super VGA attracted attention.""]" -621,"['Very', 'roughly,', 'you', 'are', 'German', 'if', 'your', 'parents', 'are,', 'not', 'because', 'you', 'live', 'in', 'Germany', 'or', 'were', 'born', 'there.']","[14, 15]",0,germany,"Very roughly, you are German if your parents are, not because you live in Germany or were born there.","['Roughly speaking, you are German if your parents are, and not because you live or were born in Germany.', 'Roughly speaking, you are German if your parents are, and not because you live or were born in Germany.', 'Roughly speaking, you are German if your own parents are, and not because you live or were born in Germany.', 'Roughly speaking, as a German you are with your parents, not because you live or were born in Germany.', 'To put it crudely: German citizenship works for your parents - not because you live or were born in Germany.']" -622,"['A', 'source', 'at', 'the', 'US', 'Embassy', 'in', 'London', 'dismissed', 'the', 'whole', 'affair', 'as', 'one', 'that', 'has', 'got', 'out', 'of', 'proportion', 'and', 'a', 'diversion', 'from', 'a', 'packed', 'agenda.']","[4, 5]",0,us,A source at the US Embassy in London dismissed the whole affair as one that has got out of proportion and a diversion from a packed agenda.,"['A source at the US embassy in London dismissed the whole affair as overblown and a distraction from a bulging agenda.', 'A source at the US embassy in London dismissed the move as disproportionate and a distraction from a crowded agenda.', 'A source at the US embassy in London dismissed the whole affair as disproportionate and a distraction from a busy schedule.', 'A source at the US embassy in London dismissed the whole affair as a disproportionate matter and distracted from a full agenda.', 'An official at the US embassy in London dismissed the whole affair as disproportionate and a distraction from a full investigation.']" -623,"['The', 'method', 'has', 'been', 'imitated', 'all', 'over', 'the', 'world,', 'in', 'places', 'as', 'diverse', 'as', 'New', 'Zealand,', 'Italy', ',', 'Russia,', 'England,', 'California,', 'Australia,', 'Spain', 'and', 'India,', 'and', 'that', 'list', 'is', 'by', 'no', 'means', 'complete.']","[16, 17]",0,italy,"The method has been imitated all over the world, in places as diverse as New Zealand, Italy, Russia, England, California, Australia, Spain and India, and that list is by no means complete.","['This method has been imitated worldwide in places as diverse as New Zealand, Italy, Russia, England, California, Australia, Spain and India, and this list is by no means complete.', 'The method has been imitated around the world, in places as diverse as New Zealand, Italy, Russia, England, California, Australia, Spain and India, and this list is by no means complete.', 'The method has been copied around the world, in countries as diverse as New Zealand, Italy, Russia, England, California, Australia, Spain and India.', 'The method has been imitated worldwide, in places as diverse as New Zealand, Italy, Russia, England, California, Australia, Spain and India, which is far from the complete list.', 'This method has been used worldwide in countries as diverse as New Zealand, Italy, Russia, England, California, Australia, Spain and India, and this list is far from complete.']" -624,"['The', 'five', 'permanent', 'members', 'of', 'the', 'United', 'Nations', 'Security', 'Council', 'have', 'agreed', 'on', 'a', 'peace', 'plan', 'that', 'could', 'end', 'more', 'than', 'ten', 'years', 'of', 'civil', 'war', 'in', 'Cambodia', '.']","[27, 28]",0,cambodia,The five permanent members of the United Nations Security Council have agreed on a peace plan that could end more than ten years of civil war in Cambodia.,"['The five permanent members of the UN Security Council have agreed on a peace plan that could end more than a decade of civil war in Cambodia.', 'The five permanent members of the UN Security Council have agreed on a peace plan that could end more than a decade of civil war in Cambodia.', 'The five permanent members of the UN Security Council have agreed on a peace plan that could end more than a decade of civil war in Cambodia.', 'The five permanent members of the UN Security Council have agreed on a peace plan that could end more than a decade of civil war in Cambodia.', 'The five permanent members of the UN Security Council have agreed on a peace plan that could end more than a decade of civil war in Cambodia.']" -625,"['Below:', 'Merry', 'Widows', 'from', 'Guatemala', 'and', 'Honduras', 'are', 'a', 'live-bearer', 'that', 'makes', 'a', 'change', 'from', 'the', 'standard', 'Guppy,', 'Molly', 'or', 'Swordtail.']","[4, 5]",0,guatemala,"Below: Merry Widows from Guatemala and Honduras are a live-bearer that makes a change from the standard Guppy, Molly or Swordtail.","['The funny widows from Guatemala and Honduras are a living force that stands out a little from the conventional guppy, molly or swordtail.', 'Below: The funny widows from Guatemala and Honduras are live bears, a change from the usual Guppbons, Molly or sword tails.', 'Below: The funny widows from Guatemala and Honduras, a change from the usual guppy, molly or sword tails.', 'Among them: Cheerful widows from Guatemala and Honduras are live bears, a change from the usual guppies, molly or sword tails.', 'Of the Guppy, Molly or the Sword Tail.']" -626,"['CCN,', 'for', 'instance,', 'has', 'a', 'database', 'of', 'forty-three', 'million', 'consumers', 'in', 'the', 'UK', 'which', 'includes', 'information', 'about', 'an', 'individuals', 'creditworthiness,', 'lifestyle,', 'gender,', 'age,', 'and', 'purchasing', 'habits.']","[12, 13]",0,uk,"CCN, for instance, has a database of forty-three million consumers in the UK which includes information about an individuals creditworthiness, lifestyle, gender, age, and purchasing habits.","['CCN, for example, has a database of 43 million consumers in the UK that contains information about individual credit worthiness, lifestyle, gender, age, and shopping habits.', 'CCN, for example, has a database of 43 million consumers in the UK that contains information on credit worthiness, lifestyle, gender, age, and shopping habits.', 'CCN, for example, has a database of 43 million consumers in the UK that contains information about individual credit worthiness, lifestyle, gender, age, and shopping habits.', ""CCN, for example, has a database of 1.3 million consumers in the UK that contains information about a person's credit rating, lifestyle, gender, age, and purchasing habits."", ""CCN, for example, has a database of 43 million consumers in the UK that contains information about a person's credit rating, lifestyle, gender, and spending habits.""]" -627,"['Curricula', 'are', 'devised', 'by', 'the', 'USSR', 'ministry', 'or', 'a', 'body', 'responsible', 'to', 'it.']","[5, 6]",0,ussr,Curricula are devised by the USSR ministry or a body responsible to it.,"['Curricula are developed by the Ministry of the USSR or a subordinate body.', 'Curricula are drawn up by the Ministry or a competent USSR body.', 'Curricula are drawn up by the Ministry or a subordinate body of the USSR.', 'Curricula are drawn up by the Ministry of Culture or one of these subordinate bodies.', 'The curriculum is proposed by the Ministry of the USSR or a competent authority.']" -628,"['The', 'Netherlands', 'Prime', 'Minister,', 'Ruud', 'Lubbers,', 'on', 'Feb.', '14', 'halted', 'a', '$1,500', 'million', 'sale', 'of', 'four', 'submarines', 'to', 'Taiwan,', 'which', 'he', 'said', 'would', 'have', 'breached', 'a', '1984', 'accord', 'with', 'China', '[', 'see', 'pp.']","[29, 30]",0,china,"The Netherlands Prime Minister, Ruud Lubbers, on Feb. 14 halted a $1,500 million sale of four submarines to Taiwan, which he said would have breached a 1984 accord with China [ see pp.","['Dutch Prime Minister Ruud Lubbers on February 14 halted the sale of four submarines worth $1,500 million to Taiwan, which he claimed violated a 1984 agreement with China [see pp. 1-2].', 'Dutch Prime Minister Ruud Lubbers halted the sale of four submarines worth $1,500 million to Taiwan on February 14, which, according to Ruud Lubbers, would be a breach of a 1984 agreement with China [see S. P.].', 'Dutch Prime Minister Ruud Lubbers on February 14 halted the sale of four submarines worth $1,500 million to Taiwan, which he claimed violated a 1984 agreement with China [see page].', 'On February 14, Dutch Prime Minister Ruud Lubbers halted the sale of four submarines worth 1,500 million dollars to Taiwan for violating a 1984 treaty with China [see p. 1].', 'Dutch Prime Minister Ruud Lubbers terminated the sale of four submarines to Taiwan on February 14 for $1,500 million - which he said violated a 1984 agreement with China [see p. 1].']" -629,"['The', 'final', '""', 'two-plus-four', '""', 'meeting', 'was', 'to', 'be', 'held', 'in', 'Moscow', 'on', 'Sept.', '12', 'and', 'would', 'produce', 'a', 'formulation', 'for', 'a', 'unification', 'agreement', 'including', 'the', 'termination', 'of', '""', 'four-power', '""', 'rights', 'in', 'Germany', 'prior', 'to', 'the', 'first', 'all-German', 'elections,', 'scheduled', 'for', 'Dec.', '2,', '1990.']","[33, 34]",0,germany,"The final"" two-plus-four"" meeting was to be held in Moscow on Sept. 12 and would produce a formulation for a unification agreement including the termination of"" four-power"" rights in Germany prior to the first all-German elections, scheduled for Dec. 2, 1990.","['The last ""Two plus Four"" meeting was to take place on 12 September in Moscow and provide for a text for a unification treaty which provided for the abolition of the ""Four Powers"" rights in Germany before the first all-German elections, which were to take place on 2 December 1990.', 'The last ""Two plus Four"" meeting, which was to take place in Moscow on 12 September, was to produce a formulation for a unification treaty that would include the abolition of the ""Four Powers"" rights in Germany before the first all-German elections on 2 December 1990.', 'The last ""Two plus Four"" meeting was to take place in Moscow on 12 September and contained a formulation for a unification agreement that envisaged the end of the rights of the Four Powers in Germany before the first all-German elections on 2 December 1990.', 'The final meeting in Moscow was to take place on 12 September in the ""two plus four"" format and to draw up a formulation for the unification treaty, which also provided for the abolition of the rights of the ""four powers"" in Germany before the first all-German elections on 2 December 1990.', 'The last ""two-plus-four"" meeting was to take place in Moscow on 12 September and formulate a unification agreement that envisaged the abolition of these rights before the first all-German elections in Germany on 2 December 1990.']" -630,"['After', 'failing', 'his', 'examinations', 'to', 'enter', 'the', 'army,', 'he', 'sailed', 'to', 'Canada', 'and', 'worked', 'on', 'a', 'farm.']","[11, 12]",0,canada,"After failing his examinations to enter the army, he sailed to Canada and worked on a farm.","['After he failed the exam to join the army, he went to Canada and worked on a farm.', 'After failing the exam to join the army, he settled in Canada and worked on a farm.', 'After failing his exams to join the Army, he traveled to Canada and worked on a farm.', 'After failing an exam to join the army, he traveled to Canada and worked on a farm.', 'After failing his Army Commander-in-Chief exam, he went to Canada and worked on a farm where his fishing gear was burned for a week.']" -631,"['The', 'Supreme', 'Soviet', 'in', 'the', 'Abkhaz', 'ASSR', 'voted', 'on', 'Aug.', '25', '(with', 'barely', 'half', 'of', 'its', '140', 'deputies', 'in', 'attendance)', 'to', 'declare', 'independence', 'from', 'Georgia', 'and', 'restoration', 'of', 'the', 'full', 'republican', 'status', 'Abkhazia', 'had', 'enjoyed', 'between', '1921', 'and', '1930.']","[24, 25]",0,georgia,The Supreme Soviet in the Abkhaz ASSR voted on Aug. 25 (with barely half of its 140 deputies in attendance) to declare independence from Georgia and restoration of the full republican status Abkhazia had enjoyed between 1921 and 1930.,"['The Supreme Soviet of the Abkhaz ASSR voted on August 25 (almost half of its 140 deputies were present) to declare independence from Georgia and restore the entire republic status Abkhazia enjoyed between 1921 and 1930.', 'The Supreme Soviet of the Abkhaz ASSR voted on August 25 (with almost half of its 140 deputies) to declare independence from Georgia and restore the full republican status Abkhazia enjoyed between 1921 and 1930.', 'The Supreme Soviet of the Abkhaz ASSR voted on August 25 (with just under half of its 140 deputies) to declare independence from Georgia and restore the full republican status Abkhazia enjoyed from 1921 to 1930.', 'On August 25, the Supreme Soviet of the Abkhaz ASSR (with only half of the 140 members on the body) voted to declare independence from Georgia and regain the full republican status Abkhazia enjoyed between 1921 and 1930.', 'The Supreme Soviet of the Abkhaz ASSR voted on August 25 with just under half of its 140 deputies to declare independence from Georgia and restore the full republican status Abkhazia enjoyed between 1921 and 1930.']" -632,"['During', 'the', 'Second', 'World', 'War', 'the', 'King', 'of', 'Saudi', 'Arabia', ',', 'Abdul', 'Aziz,', 'managed', 'to', 'convince', 'both', 'the', 'British', 'and', 'the', 'Germans', 'that', 'he', 'was', 'on', 'their', 'side.']","[8, 10]",0,saudi arabia,"During the Second World War the King of Saudi Arabia, Abdul Aziz, managed to convince both the British and the Germans that he was on their side.","['During the Second World War, the King of Saudi Arabia managed to convince both the British and the Germans that he was on their side.', 'During the Second World War, the King of Saudi Arabia managed to convince both the British and the Germans that he was on their side.', 'During the Second World War, the King of Saudi Arabia succeeded in convincing both the British and the Germans of his side.', 'During the Second World War, Abdul Aziz succeeded in convincing both the British and the Germans of his side.', 'During the Second World War, the King of Saudi Arabia succeeded in convincing both the British and the Germans to side with Saudi Arabia.']" -633,"['RTS', 'Ltd,', 'Isle', 'of', 'Man', ',', 'is', 'to', 'package', 'JIMI', 'Software', 'Consultants', ""Inc's"", 'CExecutive', 'real-time', 'operating', 'system', 'with', 'Network', 'Research', ""Corp's"", 'Fusion', 'TCP/IP.']","[2, 5]",0,isle of man,"RTS Ltd, Isle of Man, is to package JIMI Software Consultants Inc's CExecutive real-time operating system with Network Research Corp's Fusion TCP/IP.","['RTS Ltd., Isle of Man, will package the CExecutive real-time operating system from JIMI Software Consultants Inc with Fusion TCP / IP from Network Research Corp.', ""RTS Ltd., Isle of Man, will combine JIMI Software Consultants Inc's CExecutive real-time operating system with Network Research Corp's Fusion TCP / IP."", ""RTS Ltd, Isle of Man, will link JIMI Software Consultants Inc's CExecutive real-time operating system with Network Research Corp's Fusion TCP / IP."", 'RTS Ltd, Isle of Man, to package JIMI Software Consultants Inc. real-time operating system with Fusion TCP / IP from Network Research Corp.', 'RTS Ltd, Isle of Man, will compile the CExecutive real-time operating system from JIMI Software Consultants Inc. together with Fusion TCP / IP from Network Research Corp.']" -634,"['The', 'governments', 'of', 'the', 'Czech', 'Republic', ',', 'Germany', 'and', 'Poland', 'have', 'signed', 'an', 'agreement', 'to', 'clean', 'up', 'the', '""', 'Black', 'Triangle', '"",', 'the', 'border', 'region', 'of', 'the', 'three', 'countries,', 'which', 'is', 'heavily', 'polluted', 'by', 'emissions', 'from', 'power', 'stations', 'and', 'industrial', 'plants.']","[4, 6]",0,czech republic,"The governments of the Czech Republic, Germany and Poland have signed an agreement to clean up the"" Black Triangle"", the border region of the three countries, which is heavily polluted by emissions from power stations and industrial plants.","['The governments of the Czech Republic, Germany and Poland have signed an agreement to clean up the ""Black Triangle,"" the border region of the three countries heavily polluted by emissions from power plants and industrial installations.', 'The governments of the Czech Republic, Germany and Poland have signed an agreement to clean up the ""Black Triangle,"" the border region of the three countries heavily polluted by emissions from power plants and industrial installations.', 'The governments of the Czech Republic, Germany and Poland have signed an agreement to clean up the ""Black Triangle,"" the border region between the three countries that is heavily polluted by emissions from power plants and industrial installations.', 'The governments of the Czech Republic, Germany and Poland have signed an agreement to clean up the ""Black Triangle,"" the border region between the three countries that is heavily polluted by emissions from power plants and industrial installations.', 'The governments of the Czech Republic, Germany and Poland have signed an agreement to clean up the ""Black Triangle,"" the border region between the three countries that is heavily polluted by emissions from power plants and industrial installations.']" -635,"['For', 'example,', 'the', 'United', 'States', 'appears', 'to', 'provide', 'a', 'clear', 'example', 'of', 'a', 'single', 'executive', '-', 'the', 'President.']","[3, 5]",0,united states,"For example, the United States appears to provide a clear example of a single executive - the President.","['For example, the United States seems to offer a clear example of a single executive branch - the president.', 'For example, the United States stands as a clear example of a single executive branch - the President.', 'For example, the United States seems to offer a clear example of a single government spokesman: the president.', 'The United States, for example, shows that the executive branch is one - the president.', 'For example, the US is a clear example of an exclusive executive branch - the president.']" -636,"['The', 'majority', 'of', 'the', 'refugees', 'in', 'India', '(housed', 'mainly', 'in', 'camps', 'in', 'the', 'states', 'of', 'Tamil', 'Nadu', 'and', 'neighbouring', 'Orissa)', 'had', 'fled', 'to', 'escape', 'the', 'violence', 'of', '1990-91,', 'after', 'India', 'had', 'abandoned', 'its', 'military', 'involvement', 'and', 'withdrawn', 'the', 'Indian', 'Peace-Keeping', 'Force', '(IPKF)', 'from', 'the', 'island.']","[6, 7]",0,india,"The majority of the refugees in India (housed mainly in camps in the states of Tamil Nadu and neighbouring Orissa) had fled to escape the violence of 1990-91, after India had abandoned its military involvement and withdrawn the Indian Peace-Keeping Force (IPKF) from the island.","['Most refugees in India (mainly in camps in the states of Tamil Nadu and Orissa) had fled to escape the violence of 1990-91, after India abandoned its military involvement and withdrew the Indian Peacekeeping Force (IPKF) from the island.', 'The majority of refugees in India (mainly in camps in the states of Tamil Nadu and Orissa) fled the violence of 1990-91 after India abandoned its military involvement and the Indian peacekeeping force IPKF withdrew from the island.', 'Most refugees in India (mainly in camps in the states of Tamil Nadu and neighbouring Orissa) had fled the violence of 1990-91, after India abandoned its military involvement and the Indian Peacekeeping Force (IPKF) withdrew from the island.', 'The majority of Indians (mostly housed in camps in the states of Tamil Nadu and Orissa) fled the violence of 1990-91, after India abandoned its military involvement and the Indian Peacekeeping Force (IPKF) withdrew from the island.', 'Most refugees in India (mainly in camps in the states of Tamil Nadu and Orissa) had turned away from the island for reasons of violence after India abandoned its military involvement and withdrew the Indian Peacekeeping Force (IPKF).']" -637,"['There', 'was', 'a', 'presidential', 'election', 'in', 'the', 'United', 'States,', 'and', 'elections', 'for', 'the', 'principal', 'legislative', 'assemblies', 'in', 'Canada,', 'Germany,', 'Italy', 'and', 'Japan.']","[19, 20]",0,italy,"There was a presidential election in the United States, and elections for the principal legislative assemblies in Canada, Germany, Italy and Japan.","['Presidential elections were held in the United States, and elections to major legislative assemblies were held in Canada, Germany, Italy, and Japan.', 'Presidential elections were held in the United States, and large legislative assemblies were held in Canada, Germany, Italy, and Japan.', 'Presidential elections were held in the United States, and elections to major parliamentary assemblies were held in Canada, Germany, Italy, and Japan.', 'Presidential elections were held in the United States, and elections to major legislative bodies were held in Canada, Germany, Italy, and Japan.', 'The United States has held presidential elections and elections to key legislators in Canada, Germany, Italy and Japan.']" -638,"['Mr', 'Kelly,', 'who', 'was', 'expected', 'to', 'paint', 'the', 'portraits', 'of', 'the', 'IRA', 'trio', 'killed', 'by', 'the', 'SAS', 'in', 'Gibraltar', 'and', 'possibly', 'the', 'IRA', 'fugitive', 'Joseph', 'Doherty,', 'was', 'arrested', 'upon', 'arrival', 'from', 'Ireland', '.']","[31, 32]",0,ireland,"Mr Kelly, who was expected to paint the portraits of the IRA trio killed by the SAS in Gibraltar and possibly the IRA fugitive Joseph Doherty, was arrested upon arrival from Ireland.","['Kelly, who was supposed to paint portraits of the IRA trio killed by the SAS in Gibraltar and the possible fugitive IRA leader Joseph Doherty, was arrested on arrival from Ireland.', 'Kelly, who was supposed to paint portraits of the IRA trio killed by the SAS in Gibraltar and possible fugitive IRA terrorist Joseph Doherty, was arrested on arrival from Ireland.', 'Kelly, who was supposed to paint portraits of the IRA trio killed in Gibraltar by the SAS, and Joseph Doherty, possibly an IRA fugitive, were arrested on arrival from Ireland.', 'Kelly, who was modelling portraits of the IRA trio killed by the SAS in Gibraltar and possibly fugitive IRA spokesman Joseph Doherty, was arrested on arrival from Ireland.', 'Kelly, who was supposed to represent the IRA trio killed in Gibraltar by the SAS, and possibly IRA terrorist Joseph Doherty, who fled Ireland, was arrested on arrival in Israel.']" -639,['LITHUANIA'],"[0, 1]",0,lithuania,LITHUANIA,"['LITHUANIA', 'LITHUANIA', 'LITHUANIA', 'LITHUANIA', 'Lmittlau']" -640,"['Indonesian', 'conservationists', 'have', 'reported', 'that', 'at', 'least', '1,000', 'orang-utangs', 'have', 'been', 'smuggled', 'from', 'the', ""country's"", 'forests', 'via', 'Singapore', 'to', 'Taiwan,', 'where', 'they', 'are', 'popular', 'as', 'pets', 'before', 'they', 'grow', 'to', 'adult', 'size.']","[17, 18]",0,singapore,"Indonesian conservationists have reported that at least 1,000 orang-utangs have been smuggled from the country's forests via Singapore to Taiwan, where they are popular as pets before they grow to adult size.","[""Indonesian environmentalists have reported that at least 1,000 orangutans have been smuggled from the country's forests via Singapore to Taiwan, where they are popular as pets before they grow up."", ""Indonesian conservationists reported that at least 1,000 orangutans were smuggled from the country's forests via Singapore to Taiwan, where they are popular as pets before reaching adulthood."", ""Indonesian conservationists say at least 1,000 orangutans have been smuggled from the country's forests via Singapore to Taiwan, where they are popular as pets before they grow up."", ""Indonesian conservationists have reported that at least 1,000 orangutans have been smuggled from the country's forests to Taiwan, where they are popular as pets before they grow up."", ""According to Indonesian conservationists, at least 1,000 orangutans have been smuggled from the country's forests via Singapore to Taiwan, where they are kept as pets before they grow up.""]" -641,"['Nigeria', ""'s"", 'total', 'external', 'debt', 'had', 'risen', 'by', '8', 'per', 'cent', 'to', '$31,500', 'million', 'in', 'the', 'year', 'to', 'October', '1990,', 'and', 'debt', 'service', 'obligations', 'weighed', 'heavily', 'on', 'federal', 'revenue,', 'some', '16,5000', 'million', 'naira', 'being', 'available', 'for', 'debt', 'servicing', 'within', 'the', '1991', 'revenue', 'and', 'expenditure', 'projections', '(US$1.00=N8.7506', 'as', 'at', 'Jan.', '14,', '1991).']","[0, 1]",0,nigeria,"Nigeria's total external debt had risen by 8 per cent to $31,500 million in the year to October 1990, and debt service obligations weighed heavily on federal revenue, some 16,5000 million naira being available for debt servicing within the 1991 revenue and expenditure projections (US$1.00=N8.7506 as at Jan. 14, 1991).","[""Nigeria's total foreign debt had increased by 8 percent to $31,500 billion in the year to October 1990, and repayment obligations weighed heavily on federal revenues, with about 16.5 billion naira available for repayment in accordance with 1991 revenue and expenditure projections (US $1.00 = N8.7506 on January 14, 1991)."", ""In the year to October 1990, Nigeria's foreign debt had risen by 8 percent to $31,500 million. Debt weighed heavily on government revenues, with about 16.55 million naira available for debt servicing within the 1991 revenue and expenditure projections (US $1.00 = N8.7506 on January 14, 1991)."", ""Nigeria's total foreign debt rose by 8% to $31,500 million in the year to October 1990, and repayment obligations weighed heavily on government revenues because about 16 5 5 5 billion Nira are available for debt service under the 1991 revenue and expenditure plan (US $1.00 = 8 7506 Nawr on January 14, 1991)."", ""Nigeria's foreign debt had risen 8 percent to $31,500 billion in the year to October 1990, and debt-service obligations weighed heavily on government revenues, with about $16.5 million available for debt service in 1991 under revenue and expenditure projects (US $1.00 = N8.7506 on January 14, 1991)."", ""Nigeria's foreign debt had grown 8 percent each year to $31,500 million by October 1990, and government revenues were heavily burdened by debt-service obligations, with about 16,525 million naira ($1.00 = 8,7506 naira on January 14, 1991) available, according to 1991 revenue and expenditure projections.""]" -642,"['International', ""Women's"", 'Peace', 'Delegation', 'to', 'Iraq', 'and', 'Jordan']","[7, 8]",0,jordan,International Women's Peace Delegation to Iraq and Jordan,"[""International Women's Peace Delegation to Iraq and Jordan"", ""International Women's Peace Delegation to Iraq and Jordan"", ""International Women's Peace Delegation to Iraq and Jordan"", 'International Peace Delegation for Women in Iraq and Jordan', ""International Women's Peace Delegation to Iraq and Jordan""]" -643,"['Even', 'larger', 'numbers', 'opposed', 'an', 'American-style', '`', 'light', 'water', '""', 'reactor', 'being', 'built', 'at', 'Lemoniz', 'in', 'Spain', '.']","[16, 17]",0,spain,"Even larger numbers opposed an American-style light water"" reactor being built at Lemoniz in Spain.","['More people opposed the construction of an American-style light-water reactor in Lemoniz, Spain.', 'Even more were opposed to the construction of an American-style light-water reactor in Lemoniz, Spain.', 'The construction of an American-designed light-water reactor in Lemoniz, Spain, is even more opposed.', 'There were even bigger bulwarks against the construction of an American-type light water reactor in Lemoniz, Spain.', 'Even more were opposed to the construction of an American-style light-water reactor in Lemoniz, Spain.']" -644,"['Israel', 'stays', 'unpunished', 'in', 'the', 'West', 'Bank', ',', 'Gaza', 'and', 'the', 'Golan', 'Heights', 'nearly', '23', 'years', 'after', 'Resolution', '242', 'called', 'on', 'it', 'to', 'get', 'out.']","[5, 7]",0,west bank,"Israel stays unpunished in the West Bank, Gaza and the Golan Heights nearly 23 years after Resolution 242 called on it to get out.","['Israel remains unpunished in the West Bank, Gaza and the Golan Heights, almost 23 years after the withdrawal called for in Resolution 242.', 'Nearly 23 years after Resolution 242 called on Israel to withdraw, the West Bank, Gaza and the Golan Heights remain unpunished.', ""Israel's gross abuses in the West Bank, Gaza and the Golan Heights go unpunished nearly 23 years after the withdrawal called for in Resolution 242."", 'Israel continues to operate with impunity in the West Bank, Gaza and the Golan Heights, nearly 23 years after Resolution 242 called for withdrawal.', 'Almost 23 years after Resolution 242 was repealed, Israel has gone unpunished in the West Bank, Gaza and the Golan Heights.']" -645,"['The', 'Council', 'also', 'urged', 'the', 'New', 'England', 'Fishery', 'Management', 'Council', 'to', 'introduce', 'a', 'similar', 'ban,', 'and', 'called', 'on', 'the', 'US', 'delegation', 'to', 'the', 'International', 'Commission', 'for', 'the', 'Conservation', 'of', 'Atlantic', 'Tunas', '(ICCAT)', 'to', 'support', 'a', 'resolution', 'to', 'prohibit', 'the', 'use', 'of', 'drift-nets', 'for', 'all', 'tuna', 'and', 'other', 'species', 'under', 'the', 'jurisdiction', 'of', 'ICCAT.']","[19, 20]",0,us,"The Council also urged the New England Fishery Management Council to introduce a similar ban, and called on the US delegation to the International Commission for the Conservation of Atlantic Tunas (ICCAT) to support a resolution to prohibit the use of drift-nets for all tuna and other species under the jurisdiction of ICCAT.","[""The Council also called on the New England Fishery Management Council to introduce a similar ban and urged the US delegation to the International Commission for the Conservation of Atlantic Tunas (ICCAT) to support a resolution prohibiting the use of driftnets for all tuna and other species under ICCAT's jurisdiction."", 'He also called on the New England Fishery Management Council to introduce a similar ban and called on the US delegation to the International Commission for the Conservation of Atlantic Tunas (ICCAT) to support a resolution banning the use of driftnets for all tuna and other species under ICCAT.', ""The Council also called on the New England Fishery Management Council to introduce a similar ban and urged the US delegation to the International Commission for the Conservation of Atlantic Tunas (ICCAT) to support a resolution prohibiting the use of driftnets for all tuna and other species within ICCAT's jurisdiction."", ""The Council also called on the New England Fishery Management Council to introduce a ban and urged the US delegation to the International Commission for the Conservation of Atlantic Tunas (ICCAT) to support a resolution prohibiting the use of driftnets for all tuna and other species under ICCAT's jurisdiction."", ""The Council also urged the New England Fishery Management Council to introduce a similar ban and urged the US delegation to the International Commission for the Conservation of Atlantic Tunas (ICCAT) to support a resolution prohibiting the use of driftnets for all tuna and other species under ICCAT's jurisdiction.""]" -646,"['The', 'Republic', 'of', 'Panama', 'seceded', 'from', 'Colombia', 'in', '1903', 'after', 'a', 'revolt', 'encouraged', 'and', 'assisted', 'by', 'the', 'United', 'States.']","[1, 4]",0,republic of panama,The Republic of Panama seceded from Colombia in 1903 after a revolt encouraged and assisted by the United States.,"['The Republic of Panama seceded from Colombia in 1903 after a revolt sponsored and supported by the United States.', 'The Republic of Panama seceded from Colombia in 1903 after an uprising sponsored and supported by the United States.', 'The Republic of Panama seceded from Colombia in 1903 after an uprising fueled and supported by the United States.', 'The Republic of Panama seceded from Colombia in 1903 after a rebellion was encouraged and supported by the United States.', 'The Republic of Panama seceded from Casul in 1903 after a revolt instigated and supported by the United States.']" -647,"['Greece', 'and', 'Turkey', 'joined', 'in', '1949,', 'Iceland', 'in', '1950,', 'the', 'Federal', 'Republic', 'of', 'Germany', 'in', '1951', '(with', 'the', 'Saar', 'region,', 'disputed', 'between', 'France', 'and', 'West', 'Germany,', 'having', 'associate', 'status', 'until', 'its', 'reunification', 'with', 'West', 'Germany', 'in', '1956),', 'Austria', 'in', '1956,', 'Cyprus', 'in', '1961,', 'Switzerland', 'in', '1963,', 'and', 'Malta', 'in', '1965.']","[6, 7]",0,iceland,"Greece and Turkey joined in 1949, Iceland in 1950, the Federal Republic of Germany in 1951 (with the Saar region, disputed between France and West Germany, having associate status until its reunification with West Germany in 1956), Austria in 1956, Cyprus in 1961, Switzerland in 1963, and Malta in 1965.","['Turkey and Greece joined in 1949, Iceland in 1950, the Federal Republic of Germany in 1951 (with Saarland, which was disputed between France and West Germany until reunification with West Germany in 1956), Austria in 1956, Cyprus in 1961, Switzerland in 1963 and Malta in 1965.', 'Greece and Turkey were added in 1949, Iceland in 1950, West Germany in 1951 (Saarland, which was disputed between France and West Germany until reunification with West Germany in 1956), Austria in 1956, Cyprus in 1961, Switzerland in 1963 and Malta in 1965.', 'Greece and Turkey came in 1949, Iceland in 1950, the Federal Republic of Germany in 1951 (Saarland, which was disputed between France and West Germany until reunification with West Germany in 1956), Austria in 1956, Cyprus in 1961, Switzerland in 1963 and Malta in 1965.', 'Greece and Turkey joined in 1949, Iceland in 1950, the Federal Republic in 1951 (the Saar region was disputed between France and West Germany, which had associated status until its reunification with the Federal Republic in 1956), Austria in 1956, Cyprus in 1961, Switzerland in 1963 and Malta in 1965.', 'Greece and Turkey joined in 1949, Iceland in 1950, the Federal Republic of Germany in 1951 (although Saarland was a disputed area between France and West Germany until reunification with West Germany in 1956), Austria in 1956, Cyprus in 1961, Switzerland in 1963 and Malta in 1965.']" -648,"['The', 'communique,', 'sent', 'to', 'the', 'Central', 'American', 'meeting', 'through', 'Venezuela', ""'s"", 'President', 'Carlos', 'Andres', 'Perez,', 'called', 'for', 'an', 'immediate', 'ceasefire,', 'but', 'demanded', 'that', 'several', 'high-ranking', 'military', 'officers', 'be', 'scrapped', 'and', 'recent', 'anti-terrorist', 'laws', 'be', 'repealed.']","[9, 10]",0,venezuela,"The communique, sent to the Central American meeting through Venezuela's President Carlos Andres Perez, called for an immediate ceasefire, but demanded that several high-ranking military officers be scrapped and recent anti-terrorist laws be repealed.","[""The communiqué sent by Venezuela's President Carlos Andres Perez to the meeting in Central America called for an immediate ceasefire, but also for the elimination of several senior military officers and the repeal of current anti-terrorism laws."", ""The statement sent by Venezuela's President Carlos Andres Perez to the Central American meeting called for an immediate ceasefire, but called for the expulsion of several senior military officers and the repeal of recent anti-terrorism laws."", 'The communiqué, sent to the meeting in Central America by Venezuelan President Carlos Andres Perez, calls for an immediate ceasefire, but calls for the abolition of several senior military figures and the repeal of recently passed anti-terrorism laws.', ""The communiqué sent to the meeting in China via Venezuela's President Carlos Andres Perez calls for an immediate ceasefire, but also for the elimination of several senior bureaucrats and the repeal of recent anti-terrorism laws."", ""The communiqué sent to the conference by Venezuela's President Carlos Andres Perez called for an immediate ceasefire, but called for the withdrawal of several senior soldiers.""]" -649,"['Unless,', 'of', 'course,', 'he', 'was', 'helped', 'all', 'the', 'way', '-', 'by', 'the', 'same', 'people', 'who', 'got', 'him', 'out', 'of', 'prison', 'and', 'need', 'him', 'in', 'South', 'America', '.', '""']","[24, 26]",0,south america,"Unless, of course, he was helped all the way - by the same people who got him out of prison and need him in South America.""","['Unless he was helped all the way - by the same people who got him out of prison and need him in South America. ""', 'Unless he was helped all the way - by the same people who got him out of prison and needed him in South America. ""', 'Unless he was helped all the way - by the same people who made it out of prison and need him in South America. ""', 'Unless he was helped from the start - by the same people who got him out of prison and who need him in South America. ""', 'Unless he was helped in every way - by the same people who got him out of prison and need him in South America. ""']" -650,"['As', 'well', 'as', 'the', 'intense', 'flower', 'fragrances', 'of', 'the', 'South', 'of', 'France', ',', 'he', 'used', 'cardamom', 'from', 'India', 'and', 'Sri', 'Lanka,', 'the', 'frankincense', 'resin', 'from', 'south', 'Arabia,', 'the', 'rare', 'Yuzu', 'lemon', 'from', 'Japan', 'with', 'its', 'wonderfully', 'refreshing', 'combination', 'of', 'lemon', 'and', 'lime,', 'patchouli,', 'sandalwood', 'and', 'the', 'whole', 'spicy', 'spectrum', 'of', 'Central', 'America.']","[11, 12]",0,france,"As well as the intense flower fragrances of the South of France, he used cardamom from India and Sri Lanka, the frankincense resin from south Arabia, the rare Yuzu lemon from Japan with its wonderfully refreshing combination of lemon and lime, patchouli, sandalwood and the whole spicy spectrum of Central America.","['In addition to the intense floral scents of southern France, he relied on cardamom from India and Sri Lanka, frankincense from South Arabia, the rare Yuzu lemon from Japan with its wonderfully refreshing mix of lemon and lime, patchouli, sandalwood and the entire spicy spectrum of Central America.', 'In addition to the intense floral scents of southern France, he used cardamom from India and Sri Lanka, frankincense from South Arabia, the rare Yuzu lemon from Japan with its wonderfully refreshing blend of lemon and lime, patchouli, sandalwood and the entire spice spectrum of Central America.', 'In addition to the intense floral scents from southern France, he relied on cardamom from India and Sri Lanka, frankincense resin from southern Arabia, the rare yuzulemon from Japan with its wonderfully refreshing combination of lemon and lime, patchouli, sandalwood and the entire spicy spectrum of Central America.', 'In addition to the intense floral scents from southern France, he used cardamom from India and Sri Lanka, frankincense resin from southern Arabia, the rare Yuzu lemon from Japan with its wonderfully refreshing combination of lemon and lime, patchouli, sandalwood and the entire spice spectrum of Central America.', 'In addition to the intense floral scents of southern France, he used cardamom from India and Sri Lanka, frankincense from South Arabia, the rare Yuzu lemon from Japan with its wonderfully refreshing combination of lemon and lime, patchouli, sandalwood and the full spice spectrum of Central America.']" -651,"['Now,', 'from', 'a', 'team', 'at', 'La', 'Trobe', 'University', 'in', 'Victoria,', 'Australia', ',', 'comes', 'evidence', 'that', 'a', 'pineal', 'hormone,', 'melatonin,', 'is', 'responsible', 'for', 'bringing', 'the', 'free-running', 'activity', 'into', 'line', 'with', 'the', 'outside', 'world', '(Science,', 'vol', '219,', 'p', '1089).']","[10, 11]",0,australia,"Now, from a team at La Trobe University in Victoria, Australia, comes evidence that a pineal hormone, melatonin, is responsible for bringing the free-running activity into line with the outside world (Science, vol 219, p 1089).","['Now a team from the University of La Trobe in Victoria, Australia, has evidence that a pine hormone, melatonin, is responsible for the adaptation of free-range activities to the outside world (Science, vol 219, p 1089).', 'Now a team from the University of La Trobe in Victoria, Australia, has evidence that a pineal gland hormone, melatonin, is responsible for bringing free-range activities into harmony with the outside world (Science, Vol. 219, p. 1089).', 'A team from the University of La Trbe in Victoria, Australia, has now presented evidence that a pine forceps hormone, melatonin, is responsible for the adaptation of free-range activities to the outside world (Science, vol 219, p 1089).', 'Now researchers from the University of La Trobe, Victoria, Australia, have evidence that the pineal gland hormone melatonin is responsible for the adaptation of free-range activity to the outside world (Science, Volume 219, p. 1089).', 'Now a working group at the University of La Trobe in Victoria, Australia, has been able to prove that the pine hormone melatonin is responsible for bringing freelance work into harmony with the outside world (Science, Volume 219, p. 1089).']" -652,"['In', 'view', 'of', 'the', 'predicted', 'climatic', 'perturbations', 'due', 'to', 'smoke', 'produced', 'by', 'a', 'major', 'nuclear', 'exchange,', 'Dr', 'Carty', 'questions', 'whether', 'the', 'burning', 'of', 'oil', 'from', 'Kuwait', 'wells', 'might', 'contribute', 'significantly', 'to', 'climatic', 'cooling', '(Chem.']","[25, 26]",0,kuwait,"In view of the predicted climatic perturbations due to smoke produced by a major nuclear exchange, Dr Carty questions whether the burning of oil from Kuwait wells might contribute significantly to climatic cooling (Chem.","['Given the predicted climate disruption from the smoke of a major nuclear exchange, Dr. Carty asks whether burning oil from Kuwaiti wells could contribute significantly to climate cooling (Chem.', ""In view of the predicted climatic disturbances caused by smoke from a large nuclear power plant, Dr. Carty questions whether the combustion of oil from Kuwait's wells could contribute significantly to climate cooling (Chem."", 'In view of the predicted climate changes from the smoke of a major nuclear change, Dr. Carty questions whether the burning of oil from Kuwaiti wells could contribute significantly to climate cooling (Chem.', ""Given the predicted climate disruption from smoke from a large nuclear power plant, Dr Carty doubts that burning the oil from Kuwait's wells can make a significant contribution to cooling the climate."", 'Dr. Carty wonders whether burning oil from large oil wells in Kuwait could contribute significantly to the cooling of the climate (Chem.']" -653,"['Garlic', 'sausages', 'are', 'made', 'in', 'many', 'countries,', 'notably', 'France,', 'Germany', 'and', 'Poland', '.']","[11, 12]",0,poland,"Garlic sausages are made in many countries, notably France, Germany and Poland.","['Garlic sausages are produced in many countries, especially in France, Germany and Poland.', 'Garlic sausages are produced in many countries, especially in France, Germany and Poland.', 'Garlic sausages are produced in many countries, especially in France, Germany and Poland.', 'Garlic sausage is produced in many countries, especially in France, Germany and Poland.', 'Garlic sausages are produced in France, Germany and Poland.']" -654,"['At', 'the', 'same', 'time', 'the', 'US', 'Patent', 'Office', 'became', 'interested', 'in', 'the', 'possibility', 'of', 'using', 'tropical', 'plants', 'to', 'revive', 'the', 'agriculture', 'of', 'the', 'southern', 'states.']","[5, 6]",0,us,At the same time the US Patent Office became interested in the possibility of using tropical plants to revive the agriculture of the southern states.,"['At the same time, the US Patent Office was interested in the possibility of using tropical plants to revive agriculture in the southern states.', 'At the same time, the US Patent Offices were interested in the possibility of using tropical plants to stimulate agriculture in the southern states.', 'At the same time, the US Patent Office was interested in the possibility of using tropical plants for agricultural recovery in the southern states.', 'At the same time, the American Patent Office was interested in the possibility of reviving agriculture in the southern states by means of tropical plants.', 'At the same time, the US Patent Office was interested in the possibilities of using tropical plants to stimulate agriculture in the southern states.']" -655,"['We', 'will', 'implement', 'ORION,', 'the', 'worldwide', 'satellite', 'DGPS', 'service,', 'and', 'establish', 'the', 'complementary', 'KU-band', 'regional', 'satellite', 'services', 'in', 'both', 'the', 'North', 'Sea', 'and', 'Gulf', 'of', 'Mexico', '.']","[23, 26]",0,gulf of mexico,"We will implement ORION, the worldwide satellite DGPS service, and establish the complementary KU-band regional satellite services in both the North Sea and Gulf of Mexico.","['We will implement ORION, the global satellite service DGPS, and deploy the complementary regional satellite services in the KU band in both the North Sea and the Gulf of Mexico.', 'We will implement ORION, the global satellite service DGPS, and establish the complementary regional satellite services in the KU band in both the North Sea and the Gulf of Dallas.', 'We will launch ORION, the global satellite service DGPS, as well as complementary KU-band satellite services in both the North Sea and the Gulf of Mexico.', 'We will launch ORION, the global satellite service DGPS, and implement the additional KU band of regional satellite services in both the North Sea and the Gulf of Mexico.', 'We will deploy ORION, the global satellite service DGPS, and provide complementary systems in both the North Sea and the Gulf of Mexico.']" -656,"['In', 'the', 'course', 'of', 'his', 'visit', 'Mandela', 'addressed', 'Congress', 'and', 'travelled', 'to', 'other', 'US', 'cities', 'which', 'had', 'taken', 'a', 'strong', 'anti-apartheid', 'stance,', 'including', 'Atlanta,', 'Georgia', ',', 'where', 'he', 'visited', 'the', 'tomb', 'of', 'the', 'Rev.']","[24, 25]",0,georgia,"In the course of his visit Mandela addressed Congress and travelled to other US cities which had taken a strong anti-apartheid stance, including Atlanta, Georgia, where he visited the tomb of the Rev.","[""As part of his visit, Mandela addressed Congress and traveled to other US cities that had taken a strong anti-apartheid stance, including Atlanta, Georgia, where he visited the Reverend's grave."", ""During his visit, Mandela addressed Congress and traveled to other anti-apartheid cities in the United States, including Atlanta, Georgia, where he visited the preacher's grave."", ""During his visit, Mandela addressed Congress and traveled to other US cities that had taken a strong anti-apartheid stance, such as Atlanta, Georgia, where he visited the pastor's grave."", ""During his visit, Mandela addressed Congress and traveled to other US cities with a strong anti-apartheid stance, including Atlanta, Georgia, where he visited the priest's grave."", 'During that visit, Mandela addressed Congress and traveled to other US cities that had taken a strong stance against apartheid, including Atlanta, Georgia, where he visited the tomb of the Reverend Martin Luther King Jr.']" -657,"['For', 'instance,', 'during', '1979,', 'with', 'three', 'consultants', 'only', '30', 'placements', 'were', 'achieved', 'in', 'the', 'UK', ',', 'compared', 'with', 'Egon', ""Zehnder's"", '80', 'and', 'Spencer', ""Stuart's"", '170', 'in', 'the', 'same', 'year.']","[14, 15]",0,uk,"For instance, during 1979, with three consultants only 30 placements were achieved in the UK, compared with Egon Zehnder's 80 and Spencer Stuart's 170 in the same year.","[""In 1979, for example, only 30 places were achieved in Britain with three consultants, compared with Egon Zehnders's 80 and Spencer Stuart's 170 in the same year."", ""For example, in 1979, with three consultants, only 30 places were achieved in Britain, compared with Egon Zehnders' 80 and Spencer Stuarts' 170 in the same year."", 'In 1979, for example, in Great Britain there were only 30 internships with three consultants, in the same year Egon Zehnder had 80 and Spencer Stuart 170.', 'In 1979, for example, only 30 places were achieved in Great Britain with three external consultants; in the same year, 80 were achieved by Egon Zehnder and 170 by Spencer Stuart.', 'Whereas in 1979 in Great Britain, for example, only 30 places were achieved with three consultants, in the same year Egon Zehnder and Spencer Stuart reached 170.']" -658,"['This', 'may', 'be', 'beneficial', 'if', 'it', 'enables', 'them', 'to', 'take', 'advantage', 'of', 'the', 'participation', 'exemption', 'available', 'in', 'countries', 'such', 'as', 'the', 'Netherlands', 'or', 'France.']","[21, 22]",0,netherlands,This may be beneficial if it enables them to take advantage of the participation exemption available in countries such as the Netherlands or France.,"['This can be beneficial if it allows them to take advantage of the tax exemption available in countries such as the Netherlands or France.', 'This could be beneficial if they can benefit from the exemption in countries such as the Netherlands or France.', 'This could be beneficial if they could benefit from the exemption in countries such as the Netherlands or France.', 'This could be useful if it allows the state to benefit from the partial exemption in countries such as the Netherlands or France.', 'This can be beneficial if they can benefit from exemption from participation in countries such as the Netherlands or France.']" -659,"['The', 'Unix', 'Forum', '`', '92', 'expo', 'and', 'conference', 'is', 'being', 'held', 'May', '26-27', 'at', 'the', 'Internationales', 'Congress', 'Centrum', 'Berlin', 'in', 'what', 'is', 'now', 'a', 'united', 'Germany', '.']","[25, 26]",0,germany,The Unix Forum 92 expo and conference is being held May 26-27 at the Internationales Congress Centrum Berlin in what is now a united Germany.,"[""The exhibition and conference of Unix Forum 92 will take place from 26 to 27 May in the International Congress Center Berlin in today's united Germany."", ""The Unix Forum 92 Expo and Conference will take place from 26 to 27 May in the International Congress Centre Berlin in today's united Germany."", ""The Unix Forum 92 Expo and Conference will take place from 26 to 27 May in the International Congress Centre Berlin in today's united Germany."", ""The Unix Forum 92 takes place from 26 to 27 May at the International Congress Center Berlin in today's united Germany."", ""The exhibition and conference of Unix Forum 92 will take place from 26 to 27 May in the International Congress Center Berlin in today's united Germany.""]" -660,"['By', 'the', 'time', 'of', 'the', 'First', 'World', 'War,', 'an', 'enormous', 'number', 'of', 'quite', 'small', 'villages', 'and', 'hamlets', 'had', 'their', 'own', 'wayside', 'station', 'or', 'halt,', 'and', 'at', 'its', 'peak', 'Britain', ""'s"", 'railway', 'system', 'was', '(to', 'Thomas)', '`', 'almost', 'absurdly', 'dense', '"".']","[28, 29]",0,britain,"By the time of the First World War, an enormous number of quite small villages and hamlets had their own wayside station or halt, and at its peak Britain's railway system was (to Thomas) almost absurdly dense"".","['When World War I began, an enormous number of relatively small villages and hamlets had their own railway station by the wayside or stopping point, and in its heyday the British railway system (Thomas) was almost absurdly dense. ""', 'At the time of the First World War, an enormous number of relatively small villages and hamlets had their own railway station or stop by the wayside, and at its peak, the British railway system (Thomas) was almost absurdly dense. ""', 'During the First World War there were an enormous number of relatively small villages and hamlets by the wayside, and the British railway system was almost absurdly dense at peak times (for Thomas). ""', 'When World War I broke out, huge little villages and hamlets had their own stops, and in its heyday the British railway system (Thomas) was ""almost absurdly dense.""', 'At the end of World War II, many small villages and hamlets had their own railway station or stopping point, and the British railway system was almost absurdly cramped at its peak (for Thomas). ""']" -661,"['Of', 'the', '51', 'members', 'Benin', ',', 'Djibouti', 'and', 'Somalia', 'were', 'the', 'only', 'countries', 'not', 'represented,', 'and', 'at', 'the', 'summit', 'itself,', '34', 'delegations', 'were', 'led', 'by', 'heads', 'of', 'state;', 'a', 'delegation', 'representing', 'the', 'new', 'Ethiopian', 'regime', '[', 'see', 'p.', '38276', ']', 'arrived', 'as', 'the', 'summit', 'began.']","[4, 5]",0,benin,"Of the 51 members Benin, Djibouti and Somalia were the only countries not represented, and at the summit itself, 34 delegations were led by heads of state; a delegation representing the new Ethiopian regime [ see p. 38276 ] arrived as the summit began.","['Of the 51 members, only Benin, Djibouti and Somalia were not represented, and the summit itself was attended by 34 delegations of Heads of State; a delegation representing the new Ethiopian regime arrived at the beginning of the summit [see p. 38276].', 'Benin, Djibouti and Somalia were the only countries not represented, and at the summit itself 34 delegations were led by Heads of State; a delegation representing the new Ethiopian regime arrived at the start of the summit [see p. 38276].', 'Among the 51 members, Benin, Djibouti and Somalia were the only countries not represented, and at the summit itself 34 delegations were led by Heads of State or Government. At the beginning of the summit, a delegation representing the new Ethiopian regime arrived [see p. 38276].', 'Of the 51 members, Benin, Djibouti and Somalia were the only countries not represented, with 34 delegations led by Heads of State at the summit itself. At the start of the summit, a delegation representing the new Ethiopian regime had arrived [see p. 38276].', 'Of the 51 members, only Benin, Djibouti and Somalia were not represented, and at the summit itself 34 delegations were led by Heads of State; at the beginning of the summit there was a delegation representing the new Ethiopian regime [see p. 38276].']" -662,"['His', 'VC', 'was', 'presented', 'to', 'him', 'in', 'the', 'Western', 'Desert', 'by', 'Montgomery,', 'and', 'he', 'returned', 'to', 'New', 'Zealand', 'in', '1943', 'after', 'active', 'service', 'in', 'Greece,', 'Crete', 'and', 'North', 'Africa.']","[16, 18]",0,new zealand,"His VC was presented to him in the Western Desert by Montgomery, and he returned to New Zealand in 1943 after active service in Greece, Crete and North Africa.","['His VC was given to him in the Western Desert of Montgomery, and he returned to New Zealand in 1943 after active service in Greece, Crete and North Africa.', 'His VC was presented to him by Montgomery in the Western Desert, and he returned to New Zealand in 1943 after active service in Greece, Crete and North Africa.', 'His VC was presented to him in the Western Desert of Montgomery, and after active service in Greece, Crete and North Africa he returned to New Zealand in 1943.', 'Montgomery had given him his VC in the Western Desert; in 1943 he returned to New Zealand after active service in Greece, Crete and North Africa.', 'He was given his VC by Montgomery in the Western Desert and returned in 1943 after active service in Greece, Crete and North Africa.']" -663,"['Overall,', 'Israel', ""'s"", 'absorption', 'of', 'over', '100,000', 'Palestinians', 'as', 'casual', 'labourers', 'created', 'a', 'feeling', 'of', 'weakness', 'and', 'helplessness', 'in', 'the', 'Palestinian', 'community,', 'and', 'of', 'success', 'and', 'power', 'within', 'the', 'Israeli', 'economy.']","[1, 2]",1,israel,"Overall, Israel's absorption of over 100,000 Palestinians as casual labourers created a feeling of weakness and helplessness in the Palestinian community, and of success and power within the Israeli economy.","[""Overall, Israel's acceptance of more than 100,000 Palestinians as casual labourers has created a sense of weakness and helplessness in the Palestinian community, as well as success and power in the Israeli economy."", ""Overall, Israel's acceptance of more than 100,000 Palestinians as casual labourers in the Palestinian community has created a sense of weakness and helplessness, as well as a sense of success and power within the Israeli economy."", ""Overall, Israel's acceptance of more than 100,000 Palestinians as casual workers in the Palestinian community has created a sense of weakness and helplessness, but also of the strength and success of the Israeli economy."", ""Overall, Israel's acceptance of more than 100,000 Palestinians as casual labourers in the Palestinian community creates a sense of weakness and helplessness, as well as success and power in the Israeli economy."", ""Overall, Israel's acquisition of more than 100,000 Palestinians as casual labourers fostered a sense of weakness and helplessness in the Palestinian community, as well as a sense of success and power within the Israeli economy.""]" -664,"['ACT', 'is', 'discriminatory,', 'and', 'it', 'discriminates', 'against', 'the', 'kind', 'of', 'companies', 'that', 'generally', 'speaking', 'are', 'good', 'for', 'Britain']","[17, 18]",1,britain,"ACT is discriminatory, and it discriminates against the kind of companies that generally speaking are good for Britain","['ACT is discriminatory and discriminates against the kind of businesses that are generally good for Britain', 'ACT is discriminatory and discriminates against the kind of businesses that are generally good for Britain', 'ACT is discriminatory and discriminates against the kind of businesses that are generally good for Britain', 'It is discriminatory and discriminates against businesses that are generally good for Britain', 'ACT is discriminatory and discriminates against the kind of businesses that are good for Britain as a whole']" -665,"['The', 'final', 'quarter', 'was', 'virtually', 'all', 'Zimbabwe', ',', 'although', 'lock', 'Phil', 'Davies', 'was', 'able', 'to', 'charge', 'through', 'for', ""Wales'"", 'fourth', 'try', 'seven', 'minutes', 'from', 'time,', 'which', 'Jenkins', 'again', 'converted.']","[6, 7]",1,zimbabwe,"The final quarter was virtually all Zimbabwe, although lock Phil Davies was able to charge through for Wales' fourth try seven minutes from time, which Jenkins again converted.","['The final quarter belonged almost entirely to Zimbabwe, with substitute Phil Davies scoring the fourth try for Wales seven minutes from the end, which Jenkins converted again.', 'The final quarter was all about the game for Zimbabwe, even though goalkeeper Phil Davies parried the fourth try seven minutes from the end, which Jenkins converted.', 'The final quarter belonged to virtually the entire game, even though Philadelphia attacker Phil Davies forced a fourth goal for Wales with seven minutes to go, which Jenkins converted.', 'Zimbabwe dominated virtually everything in the closing stages, although Ken Wilson punched through for a fourth which Jenkins converted with seven minutes to go.', ""Almost everything was clear in the final quarter, although referee Phil Davies awarded Wales' fourth try seven minutes from the end, which Thatchers converted.""]" -666,"['But', ""it's"", 'encouraging', 'that', 'so', 'many', 'scientists,', 'politicians', 'and', '(of', 'late)', 'influential', 'business', 'people', 'have', 'been', 'making', 'it', 'unmistakably', 'clear', 'to', 'White', 'House', 'officials', 'that', 'the', 'US', 'position', 'on', 'global', 'warming', 'and', 'the', 'whole', 'Earth', 'Summit', 'process', 'absolutely', 'stinks.']","[26, 27]",1,us,"But it's encouraging that so many scientists, politicians and (of late) influential business people have been making it unmistakably clear to White House officials that the US position on global warming and the whole Earth Summit process absolutely stinks.","['But it is heartening that so many scientists, politicians, and (lately) influential businessmen have made it abundantly clear to White House officials that the US stance on global warming and the entire process of the Earth Summit stinks.', 'But it is heartening that so many scientists, politicians, and (most recently) influential businessmen have made it abundantly clear to White House officials that the US stance on global warming and the entire Earth Summit stinks.', 'But it is heartening that so many scientists, politicians, and (lately) influential businessmen have made it abundantly clear to White House officials that the US stance on global warming and the entire renewal process sounds utterly stinking.', 'But it is encouraging that so many scientists, politicians, and (lately) influential businessmen have made it abundantly clear to White House officials that the US stance on global warming and the entire process of the Earth Summit stinks.', 'But an encouraging sign is that so many scientists, politicians, and (lately) influential businessmen have made it abundantly clear to White House officials that the US stance on global warming and the global summit process stinks.']" -667,"['The', 'trip', 'to', 'the', 'colony', 'next', 'week', 'will', 'enable', 'them', 'to', 'do', 'their', 'homework,', 'too,', 'on', 'Argentina', 'and', 'Italy.']","[16, 17]",1,argentina,"The trip to the colony next week will enable them to do their homework, too, on Argentina and Italy.","['The trip to the colony next week will also allow them to do their homework in Argentina and Italy.', 'The trip to the colony next week will allow them to do their homework.', 'The trip to the colony next week will also allow them to do their homework in Argentina and Italy.', ""Next week's trip to the colony also allows them to do their homework in Argentina and Italy."", 'The trip to the colony next week will also allow them to do their homework with Argentina and Italy.']" -668,"['The', 'G-24', 'group', 'expressed', 'readiness', 'to', 'provide', 'Albania', 'with', 'food', 'aid', 'until', 'the', '1993', 'harvest,', 'and', 'beyond', 'if', 'necessary.']","[7, 8]",1,albania,"The G-24 group expressed readiness to provide Albania with food aid until the 1993 harvest, and beyond if necessary.","['The G-24 Group agreed to provide food aid to Albania until the 1993 harvest and possibly beyond.', 'The G-24 Group agreed to provide food aid to Albania until the 1993 harvest and beyond.', 'The G-24 group agreed to provide food aid to Albania until the 1993 harvest and possibly beyond.', 'The G-24 Group has declared its readiness to supply Albania with food, if necessary, until the 1993 harvest and beyond.', 'The G-24 agreed to provide food aid to Albania until the 1993 harvest and, where appropriate, in the future.']" -669,"['It', ""didn't"", 'occur', 'to', 'the', 'purchaser', 'of', 'the', 'pure', 'cotton', 'Live', 'Aid', 'souvenir', 'tee-shirt', 'to', 'ponder', 'the', 'fact', 'that', 'the', 'Sudan', 'provides', 'a', 'huge', 'amount', 'of', 'the', 'raw', 'cotton', 'demanded', 'by', 'the', 'cheap', 'tee-shirt', 'industry,', 'yet', 'millions', 'of', 'Sudanese', 'citizens', 'have', 'never', 'had', 'a', 'square', 'meal', 'in', 'their', 'lives.']","[20, 21]",1,sudan,"It didn't occur to the purchaser of the pure cotton Live Aid souvenir tee-shirt to ponder the fact that the Sudan provides a huge amount of the raw cotton demanded by the cheap tee-shirt industry, yet millions of Sudanese citizens have never had a square meal in their lives.","[""The purchaser of Live Aid's pure cotton souvenir T-shirt had no idea that Sudan was supplying huge quantities of raw cotton, which is in demand by the cheap T-shirt industry, but that millions of Sudanese had never had a meal on their plates in their lives."", 'It was only when purchasing the pure cotton Live Aid Souvenir T-shirt that the buyer realised that while Sudan supplies a large quantity of the raw wool demanded by the cheap T-shirt industry, it has never had a meal on its plate in the lives of millions of Sudanese.', ""The purchaser of Live Aid's pure cotton T-shirt could not have imagined that Sudan had vast quantities of raw wool needed by the cheap T-shirt industry, but millions of Sudanese had never eaten a square meal in their lives."", ""It did not occur to the purchaser of Live Aid's pure cotton souvenir T-shirt that Sudan supplies much of the raw cotton demanded by the cheap T-shirt industry, but that millions of Sudanese citizens have never eaten a meal in this regard."", 'Those who did not think of the pure cotton Live Aid Souvenir T-shirt came up with the idea that Sudan supplies much of the raw cotton required by the cheap T-shirt industry, but millions of Sudanese have never eaten a meal in their lives.']" -670,"['And', 'while', 'the', 'bulk', 'of', 'public', 'controversy', 'has', 'focused', 'on', 'Japanese', 'investment,', 'Britain', 'plays', 'by', 'far', 'the', 'biggest', 'role,', 'accounting', 'for', '31', 'per', 'cent', 'of', 'all', 'foreign', 'investment', 'in', 'the', 'US,', 'as', 'much', 'as', 'the', 'next', 'two', 'investors,', 'the', 'Dutch', '(14.9', 'per', 'cent)', 'and', 'the', 'Japanese', '(16.1', 'per', 'cent)', 'combined.']","[12, 13]",1,britain,"And while the bulk of public controversy has focused on Japanese investment, Britain plays by far the biggest role, accounting for 31 per cent of all foreign investment in the US, as much as the next two investors, the Dutch (14.9 per cent) and the Japanese (16.1 per cent) combined.","['And, while much of the public controversy has focused on Japanese investment, the United Kingdom is by far the largest: the United Kingdom accounts for 31% of all foreign investment in the US, as much as the next two investors, the Netherlands (14.9%) and Japan (16.1%) combined.', 'And, while much of the public controversy has focused on Japanese investment, the UK is by far the largest country, accounting for 31% of all foreign investment in the US, as are the two closest investors combined, Holland (14.9%) and Japan (16.1%).', 'And, while much of the public controversy has focused on Japanese investment, the United Kingdom is by far the largest investor, accounting for 31% of all foreign investment in the US, as are the two closest investors, the Netherlands (14.9%) and Japan (16.1%) combined.', 'And, while much of the public controversy has focused on Japanese investment, the United Kingdom is by far the largest contributor, with 31% of all foreign investment in the US, as are the next two 1.3% investors, the Dutch (14.9%) and the Japanese (16.1%) combined.', 'And, while most of the public controversy has focused on Japanese investment, the UK has long been the largest investor, accounting for 31% of all foreign investment in the US, followed by the Netherlands (14.9%) and Japan (16.1%) combined.']" -671,"['The', 'tsar', 'was', 'wrong', 'to', 'think', 'that', 'he', 'could', 'rely', 'on', 'payment', 'for', 'the', 'help', 'he', 'had', 'given', 'Austria', 'in', '1849.']","[18, 19]",1,austria,The tsar was wrong to think that he could rely on payment for the help he had given Austria in 1849.,"['The Czar was mistaken in believing that he could rely on the payment of the aid he had given Austria in 1849.', 'The Tsar was mistaken in believing that he could rely on the payment of the aid he had given Austria in 1849.', 'The Czar was right when he said that he could count on the disbursement of the aid he had given Austria in 1849.', 'The Tsar was mistaken in assuming that he could rely on the help he had given Austria in 1849.', 'The Tsar was mistaken in believing that he could count on a payment for the help he had given to Austria in 1849.']" -672,"['Britain', 'believed', 'that', 'she', 'came', 'out', 'of', 'it', 'very', 'well.']","[0, 1]",1,britain,Britain believed that she came out of it very well.,"['Britain believed it had survived the conflict well.', 'Britain believed it could weather them well.', 'Britain thought it could weather Brexit very well.', 'Britain thought it had survived very well.', 'Britain thought it was doing very well.']" -673,"['The', 'team', 'championship', 'now', 'stands', 'after', 'speed', 'and', 'endurance', '-', '1,', '(Germany)', '164.40;', '2,', '(Great', 'Britain)', '164.80;', '3,', '(', 'Italy', ')', '169.40;', '4,', '(France)', '208.20;', '5,', '(Ireland)', '219.80;', '6,', '(Spain)', '412.40.']","[19, 20]",1,italy,"The team championship now stands after speed and endurance - 1, (Germany) 164.40; 2, (Great Britain) 164.80; 3, ( Italy ) 169.40; 4, (France) 208.20; 5, (Ireland) 219.80; 6, (Spain) 412.40.","['The team classification is now based on speed and stamina - 1, (Germany) 164.40; 2, (Great Britain) 164.80; 3, (Italy) 169.40; 4, (France) 208.20; 5, (Ireland) 219.80; 6, (Spain) 412.40.', 'The team classification is now based on speed and stamina - 1, (Germany) 164.40; 2, (Great Britain) 164.80; 3, (Italy) 169.40; 4, (France) 208.20; 5, (Ireland) 219.80; 6, (Spain) 412.40.', 'The team standings were based on speed and stamina - 1, (Germany) 164.40; 2, (Great Britain) 164.80; 3, (Italy) 169.40; 4, (France) 208.20; 5, (Ireland) 219.80; 6, (Spain) 412.40.', 'The team classification now reads: 1. (Germany) 164.40; 2. (Great Britain) 164.80; 3. (Italy) 169.40; 4. (France) 208.20; 5. (Ireland) 219.80; 6. (Spain) 412.40.', 'The team classification is now based on speed and endurance in the relays: 1, (Germany) 164.40; 2, (Great Britain) 164.80; 3, (Italy) 169.40; 4, (France) 208.20; 5, (Ireland) 219.80; 6, (Spain) 412.40.']" -674,"['This', 'morning', 'in', 'Bonn,', 'Dr', 'Kohl', 'will', 'preside', 'at', 'an', 'emergency', 'cabinet', 'meeting', 'to', 'discuss', 'how', 'West', 'Germany', 'should', 'respond', 'to', 'the', 'events', 'of', 'recent', 'days.']","[16, 18]",1,west germany,"This morning in Bonn, Dr Kohl will preside at an emergency cabinet meeting to discuss how West Germany should respond to the events of recent days.","['This morning, Dr Kohl will chair an emergency meeting of the cabinet to discuss how the Federal Republic of Germany should react to the events of recent days.', 'This morning, Dr Kohl will chair an emergency cabinet meeting in Bonn to discuss how West Germany should respond to the events of recent days.', 'This morning, Dr Kohl is chairing an emergency cabinet meeting in Bonn to discuss how Germany should respond to the events of recent days.', 'This morning, Dr Kohl will chair an emergency cabinet meeting in Bonn to discuss how West Germany should respond to the events of recent days.', 'This morning, Dr Kohl will chair an emergency cabinet meeting in Bonn to discuss how the West should respond to the events of recent days.']" -675,"['Meanwhile', 'pressure', 'was', 'increased', 'on', 'West', 'Germany', 'and', 'Spain', 'to', 'stop', 'state', 'aid', 'to', 'car', 'manufacturers,', 'and', 'on', 'Italy', 'in', 'particular', 'to', 'desist', 'from', 'its', 'heavy', 'subsidies', 'to', 'numerous', 'industries.']","[8, 9]",1,spain,"Meanwhile pressure was increased on West Germany and Spain to stop state aid to car manufacturers, and on Italy in particular to desist from its heavy subsidies to numerous industries.","['Meanwhile, pressure grew on West Germany and Spain to end state aid to car manufacturers, and in particular on Italy to refrain from substantial subsidies for many industries.', 'In the meantime, pressure has increased on West Germany and Spain to end state aid to car manufacturers, and in particular on Italy to abandon its massive subsidies for many sectors.', 'Meanwhile, pressure has been put on West Germany and Spain to end state aid to car manufacturers, and in particular on Italy to end its extensive subsidies to many industries.', 'At the same time, pressure has been increased on West Germany and Spain to end state aid to car manufacturers, in particular by exempting Italy from its substantial subsidies for many industries.', 'Meanwhile, pressure grew on West Germany and Spain to end state aid to automakers, and in particular on Italy to abandon its heavy subsidies for many industries.']" -676,"['Turkey', ""'s"", 'application', 'for', 'full', 'membership', 'of', 'the', 'European', 'Communities', '(EC)', 'remained', 'deferred', 'for', 'consideration', 'in', '1993.']","[0, 1]",1,turkey,Turkey's application for full membership of the European Communities (EC) remained deferred for consideration in 1993.,"[""Turkey's application for full membership of the European Communities (EC) was postponed for discussion in 1993."", ""Turkey's application for full membership of the European Communities (EC) was postponed in 1993."", ""Turkey's application for full membership of the European Community (EC) was initially postponed in 1993."", ""Turkey's application for membership of the European Communities (EC) was postponed for examination in 1993."", 'Turkey applied for membership of the European Community (EC) in 1993, but negotiations were put on hold in 1973.']" -677,"['In', 'considering', 'this', 'question,', 'Rhodes', 'relates', 'it', 'specifically', 'to', 'the', 'case', 'of', 'the', 'UK', ':', '`', 'prominence', 'is', 'given', 'to', 'manufacturing', 'only', 'because', 'Britain,', 'as', 'most', 'other', 'advanced', 'countries,', 'has', 'relied', 'heavily', 'on', 'manufacturing', 'activities', 'as', 'a', 'source', 'of', 'net', 'exports', 'and', 'employment', '""', '(1986,', 'p.', '139).']","[13, 14]",1,uk,"In considering this question, Rhodes relates it specifically to the case of the UK: prominence is given to manufacturing only because Britain, as most other advanced countries, has relied heavily on manufacturing activities as a source of net exports and employment"" (1986, p. 139).","['In considering this question, Rhodes explicitly refers to the case of Great Britain: industrial production is of paramount importance only because Great Britain, like most other industrialized countries, has become highly dependent on productive activities as a source of net exports and employment ""(1986, p. 139).', 'When Rhodes examines this question, he refers it specifically to the case of Great Britain: manufacturing takes on importance only because Britain, like most other industrialized countries, is heavily dependent on manufacturing activities as a source of exports and jobs ""(1986, p. 139).', 'In examining this question, Rhodes refers above all to the case of Great Britain: production is classified here only because Great Britain, like most other industrialised countries, is heavily dependent on manufacturing as a source of net exports and employment ""(1986, p. 139).', 'In examining this question, Rhodes explicitly refers to the case of Great Britain: manufacturing is given great importance only because Great Britain, like most other industrialised countries, is heavily dependent on production as a source of net exports and employment ""(1986, p. 139).', 'In examining this question, Rhodesson explicitly refers to the case of Great Britain: ""Manufacturing is brought to the fore only because Great Britain, like most other industrialised countries, is heavily dependent on manufacturing as a net exporter and provider of employment"" (1986, p. 139).']" -678,"['During', '1989', 'there', 'were', 'frequent', 'EC', 'denunciations', 'of', 'Israel', ""'s"", 'handling', 'of', 'the', 'intifada,', 'and', 'a', 'communiqué', 'issued', 'by', 'EC', 'leaders', 'in', 'Strasbourg', 'in', 'December', '1989', 'condemned', 'the', 'economic', 'restrictions', 'and', 'bureaucratic', 'harassment', 'imposed', 'by', 'Israel', 'on', 'Palestinian', 'farmers', 'and', 'fruit', 'growers', 'in', 'the', 'occupied', 'territories.']","[8, 9]",1,israel,"During 1989 there were frequent EC denunciations of Israel's handling of the intifada, and a communiqué issued by EC leaders in Strasbourg in December 1989 condemned the economic restrictions and bureaucratic harassment imposed by Israel on Palestinian farmers and fruit growers in the occupied territories.","[""In 1989, there were frequent EU complaints about Israel's handling of the Intifada, and a communiqué issued by EU leaders in Strasbourg in December 1989 condemned Israel's economic restrictions and bureaucratic harassment of Palestinian farmers and fruit growers in the occupied territories."", ""In 1989, there were numerous EU declarations on Israel's handling of the Intifada, and in December 1989, in Strasbourg, EU leaders issued a communiqué condemning the economic restrictions and bureaucratic harassment that Israel imposed on Palestinian farmers and fruit growers in the Occupied Territories."", ""In 1989, there were frequent denunciations in the EU of Israel's handling of the Intifada; a communiqué by the Heads of State and Government of the Commission in Strasbourg in December 1989 condemned the economic restrictions and bureaucratic harassment imposed by Israel on Palestinian farmers and fruit growers in the Occupied Territories."", ""In 1989, the EU frequently condemned Israel's handling of the Intifada, and a communiqué issued by EU leaders in Strasbourg in December 1989 condemned the economic restrictions and bureaucratic harassment Israel had imposed on Palestinian farmers and fruit growers in the Occupied Territories."", ""In 1989, there were frequent accusations in the European Union about Israel's handling of the Intifada, and a communiqué by European Union Heads of State and Government in Strasbourg in December 1989 condemned the economic restrictions and bureaucratic sanctions imposed by Israel on Palestinian farmers and fruit growers in the Occupied Territories.""]" -679,"['At', 'the', 'conference', 'of', 'the', 'Non-Aligned', 'held', 'in', 'Managua', 'in', 'January', '1983', 'the', 'Cuban', 'Foreign', 'Minister,', 'Malmierca,', 'argued', 'that', 'the', 'Falklands', 'War', '`', 'proved', 'to', 'Latin', 'Americans', 'that', 'their', 'instruments', 'and', 'means', 'of', 'collective', 'defence', 'with', 'the', 'United', 'States', ',', 'which', 'were', 'supposedly', 'for', 'protection', 'against', 'extrahemispheric', 'powers,', 'are', 'nothing', 'but', 'mechanisms', 'to', 'be', 'used', 'when', ""Washington's"", 'interests', 'are', 'threatened', 'by', 'pro-independence', 'actions', 'in', 'any', 'of', 'our', 'states', '"".']","[37, 39]",1,united states,"At the conference of the Non-Aligned held in Managua in January 1983 the Cuban Foreign Minister, Malmierca, argued that the Falklands War proved to Latin Americans that their instruments and means of collective defence with the United States, which were supposedly for protection against extrahemispheric powers, are nothing but mechanisms to be used when Washington's interests are threatened by pro-independence actions in any of our states"".","['At the Non-Aligned Conference in Managua in January 1983, Cuban Foreign Minister Malmierca claimed that the Falklands War had shown Latin Americans that their instruments and means of common defense with the US, ostensibly to protect against powers outside the hemisphere, were nothing more than mechanisms used when Washington\'s interests were threatened by independence measures in any of our states. ""', 'At the Non-Aligned Conference in Managua in January 1983, Cuban Foreign Minister Malmierca argued that the Falklands War had shown the Latin Americans that their instruments and means of collective defense against the United States, supposedly designed to protect against powers outside the hemisphere, were nothing more than mechanisms that could be used when Washington\'s interests were threatened by independent activities in one of our states. ""', ""At the Non-Aligned Conference in Managua in January 1983, Cuban Foreign Minister Malmierca argued that the Falklands War had shown Latin Americans that their instruments and means of organizing a common defense with the United States (supposedly to protect against extrahemisphere powers) were nothing more than mechanisms to be used when Washington's interests were threatened by pro-independence forces in any of our states."", 'At the Non-Aligned Conference in Managua in January 1983, Cuban Foreign Minister Malmierca argued that the Falklands War proved to Latin Americans that ""their instruments and means of collective defense of Victorian interests against extra-hemisphere powers pretending to protect our states are nothing more than mechanisms that can be used when Washington\'s interests are threatened by independence efforts in one of our states.""', 'At the Non-Aligned Conference in Managua in January 1983, Cuban Foreign Minister Malmierca claimed that the Falklands War had shown Latinos that their instruments and means of common defense with the United States, ostensibly to protect against extrahemisphere powers, were nothing more than instruments used when Washington\'s interests were threatened by actions in favor of independence in any of our states. ""']" -680,"['Or', 'have', 'you', 'forgotten', 'that', 'America', 'did', 'once', 'try', 'to', 'ban', 'alcohol,', 'and', 'look', 'what', 'happened!', '""']","[5, 6]",1,america,"Or have you forgotten that America did once try to ban alcohol, and look what happened!""","['Or have you forgotten that America once tried to ban alcohol, and look what happened! ""', 'Or have you forgotten that America once tried to ban alcohol, and look what happened! ""', 'Or have they forgotten that America once tried to ban alcohol, and look what happened! ""', 'Or have you forgotten that America once tried to ban alcohol, and look what happened! ""', 'Or have you forgotten that America once tried to ban alcohol, and see how it happened! ""']" -681,"['US', 'President', 'George', 'Bush,', 'concerned', 'above', 'all', 'to', 'hold', 'together', 'an', 'anti-Iraq', 'coalition', 'in', 'the', 'Gulf', 'which', 'included', 'key', 'Arab', 'allies,', 'had', 'quite', 'openly', 'distanced', 'himself', 'from', 'Israel', 'in', 'recent', 'months.']","[27, 28]",1,israel,"US President George Bush, concerned above all to hold together an anti-Iraq coalition in the Gulf which included key Arab allies, had quite openly distanced himself from Israel in recent months.","['US President George Bush, who was primarily interested in holding together an anti-Iraq coalition in the Gulf that included key Arab allies, has openly distanced himself from Israel in recent months.', 'In recent months, US President George Bush, seeking to hold together a coalition of key Arab allies in the Gulf, had openly distanced himself from Israel.', 'US President George Bush, whose primary concern was to hold together an anti-Iraq coalition in the Gulf, including key Arab allies, has openly distanced himself from Israel in recent months.', 'US President George Bush, whose primary concern was to keep together the cabinet of an anti-Iraq coalition in the Gulf that included key Arab allies, had distanced himself fairly openly from Israel in recent months.', 'US President George Bush, whose primary task is to hold together an anti-Iraq coalition in the Gulf that includes Arab allies, had openly distanced himself from Israel in recent months.']" -682,"['These', 'figures', 'may', 'be', 'compared', 'with', 'those', 'for', 'India', ';', 'in', '1881', 'male', 'life-expectancy', 'at', 'birth', 'was', '23.6', 'years', 'there,', 'and', 'in', '1931', 'this', 'figure', 'had', 'risen', 'to', '26.9.']","[8, 9]",1,india,"These figures may be compared with those for India; in 1881 male life-expectancy at birth was 23.6 years there, and in 1931 this figure had risen to 26.9.","['These figures can be compared with those of India: in 1881, the life expectancy of men at birth was 23.6 years, compared with 26.9 years in 1931.', 'These figures can be compared with those of India, where male life expectancy was 23.6 years in 1881 and 26.9 years in 1931.', 'These figures can be compared with those of India: in 1881, male life expectancy at birth was 23.6 years; in 1931, it had risen to 26.9 years.', 'These figures are more comparable to those of India: in 1881, male life expectancy there was 23.6 years, and in 1931, that figure had risen to 26.9 years.', 'These figures can be compared with those in India, where life expectancy for male children was 23.6 years in 1881 and 26.9 years in 1931.']" -683,"['France', 'established', 'diplomatic', 'relations', 'with', 'Slovenia', 'on', 'April', '23,', 'and', 'with', 'Croatia', 'on', 'April', '24,', 'confirming', 'that', 'it', 'would', 'support', 'Slovenia', ""'s"", 'request', 'for', 'UN', 'membership', 'and', 'for', 'co-operation', 'with', 'the', 'EC.']","[20, 21]",1,slovenia,"France established diplomatic relations with Slovenia on April 23, and with Croatia on April 24, confirming that it would support Slovenia's request for UN membership and for co-operation with the EC.","[""France established diplomatic relations with Slovenia on 23 April and with Croatia on 24 April and reaffirmed its support for Slovenia's application for UN membership and cooperation with the EC."", ""France established diplomatic relations with Slovenia on 23 April and with Croatia on 24 April, expressing its support for Slovenia's application for membership of the UN and cooperation with the EC."", ""On 23 April, France established diplomatic relations with Slovenia and on 24 April with Croatia and confirmed its support for Slovenia's application for membership of the United Nations and cooperation with the EC."", ""France established diplomatic relations with Slovenia on 23 April and with Croatia on 24 April and reaffirmed its support for Slovenia's application for UN membership and cooperation with the EC."", ""France established diplomatic relations with Slovenia on 23 April and confirmed its agreement with Croatia on 24 April in return for Slovenia's application for UN membership and cooperation with the EU.""]" -684,"['Mr', 'Bouez', 'said', 'Lebanon', 'still', 'wanted', 'to', 'see', 'the', 'implementation', 'of', 'a', 'UN', 'resolution', 'demanding', 'Israel', 'immediately', 'take', 'back', 'nearly', '400', 'Palestinians', 'deported', 'to', 'southern', 'Lebanon.']","[3, 4]",1,lebanon,Mr Bouez said Lebanon still wanted to see the implementation of a UN resolution demanding Israel immediately take back nearly 400 Palestinians deported to southern Lebanon.,"['Bouez said Lebanon still wants the implementation of a U.N. resolution calling on Israel to immediately take back the nearly 400 Palestinians deported to southern Lebanon.', 'Bouez said Lebanon still wants the implementation of a U.N. resolution calling on Israel to immediately take back nearly 400 Palestinians deported to southern Lebanon.', 'Bouez said Lebanon would continue to comply with a UN resolution calling on Israel to immediately take back nearly 400 Palestinians deported to southern Lebanon.', 'Bouez said Lebanon continues to seek implementation of a U.N. resolution calling on Israel to immediately take back nearly 400 Palestinians deported to southern Lebanon.', 'According to Bouez, Lebanon wanted the implementation of a UN resolution calling on Israel to immediately repatriate nearly 400 Palestinians deported to southern Lebanon.']" -685,"['Britain', ""'s"", 'strategy', 'was', 'not', 'just', 'to', 'block', 'the', 'Six,', 'but', 'to', 'have', 'something', 'in', 'place', 'should', 'they', 'succeed', 'in', 'getting', 'their', 'common', 'market', 'off', 'the', 'ground.']","[0, 1]",1,britain,"Britain's strategy was not just to block the Six, but to have something in place should they succeed in getting their common market off the ground.","[""Britain's strategy was not just to block the Six, but to create something if they could get their single market going."", ""Britain's strategy was not just to block the Six; if their common market succeeds, they should have done something about it."", ""Britain's strategy was not simply to block the Six, but to create something if they could get their common market going."", ""Britain's strategy was not just to block the Six; they wanted them to succeed in getting their single market going."", ""Britain's strategy has not exactly been to block the Six, but to have something at their disposal if they can get their single market going.""]" -686,"['From', 'Australia', ',', 'let', 'us', 'move', 'on', 'to', 'New', 'Zealand.']","[1, 2]",1,australia,"From Australia, let us move on to New Zealand.","[""Let's go from Australia to New Zealand."", 'From Australia it goes to New Zealand.', 'From Australia we continue to New Zealand.', 'From Australia we come to New Zealand.', 'From Australia it does not take long until we get to New Zealand.']" -687,"['THE', 'availability', 'of', 'Great', 'Britain', 'players', 'has', 'boosted', 'the', 'medal', 'hopes', 'of', 'Glasgow', 'Western', 'and', 'Sutton', 'Coldfield', 'as', 'they', 'undertake', 'their', 'European', 'campaigns', 'in', 'Holland', 'this', 'weekend.']","[3, 5]",1,great britain,THE availability of Great Britain players has boosted the medal hopes of Glasgow Western and Sutton Coldfield as they undertake their European campaigns in Holland this weekend.,"[""The availability of British players has boosted the medal hopes of Glasgow Western and Sutton Coldfield for this weekend's European Championships in Holland."", 'FREEDOM: The availability of British players has boosted the medal hopes of Glasgow Western and Sutton Coldfield at their European Championships in Holland this weekend.', 'The availability of British players has boosted the medal hopes of Glasgow Western and Sutton Coldfield at their European Cup games in Holland last weekend.', ""The availability of British players has boosted the medal hopes of Glasgow Western and Sutton Coldfield at this weekend's European Championships."", 'THE mobile furniture of British players has boosted the medal hopes of Glasgow Western and Sutton Coldfield at their European Championships in Holland this weekend.']" -688,"['The', 'US', 'should', 'follow', 'Mexico', 'and', 'New', 'Zealand', 'and', 'set', 'windows', 'in', 'rubber', 'so', 'they', 'flex', 'during', 'an', 'earthquake.']","[4, 5]",1,mexico,The US should follow Mexico and New Zealand and set windows in rubber so they flex during an earthquake.,"['The US should follow Mexico and New Zealand and install windows made of rubber in case of an earthquake', 'The US should follow Mexico and New Zealand and tighten the windows with rubber so that they are flexible in the event of an earthquake.', 'The US should follow Mexico and New Zealand and install windows in rubber to prevent them from crashing in an earthquake.', 'The US should emulate Mexico and New Zealand by adjusting rubber windows to tip over in the event of an earthquake.', 'The US should follow Mexico and New Zealand and cover windows with rubber so they can fly in the event of an earthquake.']" -689,"['GROUP', 'E', 'Belgium', 'South', 'Korea', 'Uruguay', 'Spain.']","[2, 3]",1,belgium,GROUP E Belgium South Korea Uruguay Spain.,"['GROUP E Belgium South Korea Uruguay Spain.', 'GROUP E Belgium South Korea Uruguay Spain.', 'GROUP E Belgium South Korea Uruguay Spain.', 'Group E Belgium South Korea Uruguay Spain.', 'BASIC CONFORMATION E Belgium South Korea Uruguay Spain.']" -690,"['Shamir', 'had', 'been', 'under', 'pressure', 'to', 'react', 'positively', 'to', 'the', 'US', 'plan', 'following', ""Syria's"", 'approval', 'of', 'it', 'in', 'mid-July', '[', 'see', 'p.', '38358', '].']","[10, 11]",1,us,Shamir had been under pressure to react positively to the US plan following Syria's approval of it in mid-July [ see p. 38358 ].,"['Shamir was under pressure to respond positively to the US plan after Syria approved it in mid-July [see p. 38358].', 's approval in mid-July, Shamir had come under pressure to respond positively to the US plan [see p. 38358].', 'Shamir had come under pressure after the Syrian agreement in mid-July to respond positively to the US plan [see p. 38358].', 'Shamir was under pressure to respond positively to the US plan after Syria agreed in mid-July [see p. 38358].', 'Schafich had come under pressure to respond positively to the US plan after Syria agreed to it in mid-July (see p. 38358).']" -691,"['Belgium', ',', 'Holland,', 'Norway', 'and', 'Sweden', 'are', 'producing', 'some', 'strong', 'new', 'designers', 'of', 'clothes,', 'shoes', 'and', 'accessories.']","[0, 1]",1,belgium,"Belgium, Holland, Norway and Sweden are producing some strong new designers of clothes, shoes and accessories.","['Belgium, Holland, Norway and Sweden are producing some strong new designers of clothing, footwear and accessories.', 'Belgium, the Netherlands, Norway and Sweden are producing strong new designers of clothing, footwear and accessories.', 'Belgium, Holland, Norway and Sweden are producing strong new designers for clothing, footwear and accessories.', 'Belgium, Holland, Norway and Sweden are producing some new strong designers who are designing clothes, shoes and accessories.', 'Belgium, Holland, Norway and Sweden are producing strong new clothing, footwear and accessories designers.']" -692,"['Pact', 'of', 'Steel', 'or', 'not,', 'they', 'could', 'not', 'support', 'him', 'physically', 'without', 'large', 'injections', 'of', 'armaments', 'and', 'raw', 'materials:', 'if', 'he', 'went', 'into', 'Poland,', 'and', 'France', 'and', 'Britain', 'sprang', 'to', 'her', 'defence,', 'Italy', 'would', 'collapse.']","[27, 28]",1,britain,"Pact of Steel or not, they could not support him physically without large injections of armaments and raw materials: if he went into Poland, and France and Britain sprang to her defence, Italy would collapse.","['Steel pact or not, without extensive injections of weapons and raw materials, they would not be able to support him physically: if he came to Poland and France, and Britain jumped to his defense, Italy would crumble.', 'Steel pact or not, he could not be supported physically without large injections of weapons and raw materials: if he went to Poland, if France and Great Britain came to his aid, Italy would collapse.', 'Steel pact or not, without major investments in armaments and raw materials, they could not provide him with physical support: if he went to Poland and France and Britain helped him, Italy would collapse.', 'Steel pact or not, without large injections of weapons and raw materials, he could not support the military pact physically: if he went to Poland and France and Great Britain came to his defense, Italy would collapse.', 'Steel Treaty or not, without massive injections of weapons and raw materials, they would not be able to support him physically: if he went to Poland and France and Britain came to his aid, Italy would collapse.']" -693,"['Lifting', 'of', 'German', 'and', 'US', 'sanctions', '-', 'Visit', 'by', 'US', 'Cabinet', 'member']","[4, 5]",1,us,Lifting of German and US sanctions - Visit by US Cabinet member,"['Lifting of German and US sanctions - Visit of a US cabinet member', 'Lifting of German and US sanctions - Visit of a US cabinet member', 'Lifting of German and US sanctions - Visit of US cabinet members', 'Lifting of German and US sanctions - Visit of US cabinet members', 'Lifting of sanctions by Germany and the USA - Visit of US government member']" -694,"['Iran', 'has,', 'after', 'all,', 'infringed', 'British', 'sovereignty', 'by', 'forcing', 'it', 'into', 'massive', 'protection', 'for', 'one', 'of', 'its', 'own', 'citizens.']","[0, 1]",1,iran,"Iran has, after all, infringed British sovereignty by forcing it into massive protection for one of its own citizens.","['After all, Iran has violated British sovereignty by forcing Iran to massively protect its own citizens.', 'After all, Iran has violated British sovereignty by forcing the country into the massive protection of one of its own citizens.', 'After all, Iran has violated British sovereignty by forcing it to place one of its own citizens under massive protection.', 'For Iran has violated British sovereignty by forcing it to protect one of its citizens.', 'Ultimately, Iran violated British sovereignty by forcing the country to issue massive protection orders for one of its own citizens.']" -695,"['For', 'over', 'two', 'decades,', 'the', 'USA', 'sought', 'to', 'prevent', 'the', 'spread', 'of', 'communism', 'in', 'South-East', 'Asia', 'from', 'the', 'footholds', 'it', 'had', 'acquired', 'by', 'the', 'early', '1950s', 'in', 'China', 'and', 'North', 'Vietnam', '(CORE,', 'pp.']","[5, 6]",1,usa,"For over two decades, the USA sought to prevent the spread of communism in South-East Asia from the footholds it had acquired by the early 1950s in China and North Vietnam (CORE, pp.","['For more than two decades, the United States has been trying to prevent the spread of communism in Southeast Asia from the pillars it gained in China and North Vietnam in the early 1950 ""s (CORE, pp.', 'For more than two decades, the US has been trying to prevent the spread of communism in Southeast Asia from the pillars it acquired in China and North Vietnam in the early 1950 ""s.', 'For more than two decades, the US has been trying to prevent the spread of communism in Southeast Asia under the conditions it achieved in China and North Vietnam in the early 1950 ""s (CORE, p. 2).', 'For more than two decades, the US has tried to prevent the spread of communism in Southeast Asia from the roots it inherited in China and North Vietnam in the early 1950 ""s (CORE pp. 1-2).', 'For more than two decades, the US tried to prevent the spread of communism in Southeast Asia from the standpoints it had achieved in China and North Vietnam in the early 1950 ""s (KERN, P.F.).']" -696,"['The', 'two-plus-four', 'treaty', 'had', 'been', 'ratified', 'by', 'Germany', 'and', 'the', 'United', 'States', 'in', 'October', '1990', '[', 'see', 'p.', '37762', '],', 'by', 'the', 'United', 'Kingdom', 'in', 'November', '[', 'see', 'p.', '37867', ']', 'and', 'by', 'France', 'on', 'Dec.', '13.']","[33, 34]",1,france,"The two-plus-four treaty had been ratified by Germany and the United States in October 1990 [ see p. 37762 ], by the United Kingdom in November [ see p. 37867 ] and by France on Dec. 13.","['The Two Plus Four Treaty was ratified by Germany and the United States in October 1990 [see p. 37762], by Great Britain in November [see p. 37867] and by France on 13 December.', 'The Two Plus Four Treaty was ratified by Germany and the United States in October 1990 [see p. 37762], by Great Britain in November [see p. 37867] and by France on 13 December.', 'The 2 + 4 Treaty was ratified by Germany and the United States in October 1990 [see p. 37762], by Great Britain in November [see p. 37867] and by France on 13 December.', 'The Two Plus Four Treaty was ratified by Germany and the United States in October 1990 [see page 37762], by Great Britain in November [see page 37867] and by France on 13 December.', 'The Two Plus Four Agreement was ratified by Germany and the USA in October 1990 [see p. 37762], by Great Britain in November [see p. 37867] and by France on 13 December.']" -697,"['There', 'was', 'no', 'doubt', 'a', 'certain', 'amount', 'of', 'wishful', 'thinking', 'in', 'these', 'common', 'beliefs', 'that', 'gang', 'fights', 'represented', 'some', 'kind', 'of', 'scaled-down', 'patriotism,', 'but', 'Britain', ""'s"", 'military', 'preoccupations', 'were', 'never', 'too', 'far', 'out', 'of', 'sight', 'when', 'Hooliganism', 'was', 'on', 'the', 'agenda,', 'involving', 'reversals', 'such', 'as', 'these', 'on', 'the', ""Hooligan's"", 'worth', 'and', 'character.']","[24, 25]",1,britain,"There was no doubt a certain amount of wishful thinking in these common beliefs that gang fights represented some kind of scaled-down patriotism, but Britain's military preoccupations were never too far out of sight when Hooliganism was on the agenda, involving reversals such as these on the Hooligan's worth and character.","[""No doubt there was some wishful thinking in this shared belief that gang warfare represented a kind of reduced patriotism, but Britain's military concern was never too far out of view when hooliganism was on the agenda, including such envelopes about the value and character of hooliganism."", ""There was undoubtedly some wishful thinking in these widespread assumptions that gang warfare represented a kind of reduced patriotism, but Britain's military concerns had not gone too far when hooliganism was on the agenda, accompanied by reversals like this about the value and character of hooliganism."", ""No doubt there was some wishful thinking in these conventional notions that gang warfare embodied a kind of attenuated patriotism, but Britain's military concerns were never so evident when hooliganism was on the agenda, with inversions like this about the value and character of hooliganism."", ""There was certainly a lot of wishful thinking in these mainstream beliefs that gang warfare represented a kind of stripped-down patriotism, but Britain's military concerns were never too far away when it came to hooliganism, with inversions like this about the value and character of hooliganism."", ""No doubt some wishful thinking was at the forefront of these shared beliefs that gang warfare implied a kind of small-scale patriotism, but Britain's military concerns were never too far out of sight when hooliganism entered the discussion, accompanied by reversals like this about the value and character of hooliganism.""]" -698,"['In', 'a', 'gesture', 'construed', 'as', 'a', 'concession', 'to', 'China,', 'the', 'communiqué', 'also', 'stated', 'that', 'India', '""', 'does', 'not', 'allow', 'Tibetans', 'to', 'engage', 'in', 'anti-China', 'political', 'activities', 'in', 'India', '"".']","[14, 15]",1,india,"In a gesture construed as a concession to China, the communiqué also stated that India"" does not allow Tibetans to engage in anti-China political activities in India"".","['In a gesture interpreted as a concession to China, the statement also said that India ""will not allow Tibetans to participate in anti-Chinese political activities in India.""', 'In a gesture interpreted as a concession to China, the communiqué also stated that India ""will not allow Tibetans to engage in anti-Chinese political activities in India.""', 'In a gesture interpreted as a concession to China, the communiqué also stated that India ""does not allow Tibetans to organize anti-Chinese political activities in India.""', 'In a gesture interpreted as a concession to China, the communique also stated that India ""does not allow Tibetans to engage in anti-Chinese political activities in India.""', 'In a gesture that was also interpreted as a concession by China, the communiqué also postulated that India ""will not allow Tibetans to engage in anti-Chinese political activities in India.""']" -699,"['In', 'an', 'address', 'to', 'the', 'Pakistani', 'National', 'Assembly', 'and', 'Senate', 'in', 'December', '1985', 'President', 'Zia', 'formally', 'denied', 'that', 'his', 'country', 'had', 'given', 'any', 'bases', 'to', 'the', 'United', 'States', '.']","[26, 28]",1,united states,In an address to the Pakistani National Assembly and Senate in December 1985 President Zia formally denied that his country had given any bases to the United States.,"[""In a speech to Pakistan's National Assembly and Senate in December 1985, President Zia formally denied that his country had given the United States any bases."", ""In a speech to Pakistan's National Assembly and Senate in December 1985, President Zia formally denied that his country had supported the United States."", ""In a speech to Pakistan's National Assembly and Senate in December 1985, President Zia formally denied that his country had sent the United States anywhere."", ""In a speech to Pakistan's National Assembly and Senate in December 1985, President Zia officially denied that his country had handed over bases to the United States."", ""In a speech to Pakistan's National Assembly and Senate in December 1985, President Zia formally denied that his country was handing over any bases to the United States.""]" -700,"['Britain', 'shells', 'out', 'only', '0.3', 'per', 'cent,', 'and', 'the', 'US', '0.2', 'per', 'cent.']","[9, 10]",1,us,"Britain shells out only 0.3 per cent, and the US 0.2 per cent.","['Britain is at just 0.3 per cent and the US at 0.2 per cent.', 'Britain is at just 0.3 per cent and the US at 0.2 per cent.', 'Britain grew by just 0.3 per cent and the US by 0.2 per cent.', 'Britain moves just 0.3 per cent and the US 0.2 per cent.', 'Britain is only 0.3 per cent and the US 0.2 per cent.']" -701,"['The', 'credibility', 'of', 'Defence', 'in', 'the', 'Whitehall', 'market-place', 'was', 'further', 'weakened', 'by', 'three', 'other', 'factors:', 'first,', 'the', '`', 'bull', '""', 'market', 'enjoyed', 'by', 'the', 'high-spending,', 'socially-orientated', 'departments', '-', 'Health,', 'Education,', 'Labour', 'and', 'Social', 'Services;', 'secondly,', 'the', 'failure', 'of', 'our', 'West', 'European', 'allies', 'to', 'match', 'our', 'level', 'of', 'Defence', 'expenditure,', 'thus', 'providing', 'arguments', 'that', 'Britain', 'was', 'doing', 'more', 'than', 'her', 'fair', 'share', 'in', 'collective', 'defence;', 'and', 'thirdly,', 'trading', 'rivals,', 'like', 'Germany', 'and', 'Japan,', 'honing', 'their', 'competitive', 'edge', 'with', 'lower', 'military', 'expenditure,', 'likewise', 'adding', 'to', 'the', 'consensus', 'view', 'that', 'Britain', 'was', 'overspending', 'on', 'Defence', 'however', 'potent', 'the', 'Soviet', 'military', 'threat', 'might', 'be.']","[53, 54]",1,britain,"The credibility of Defence in the Whitehall market-place was further weakened by three other factors: first, the bull"" market enjoyed by the high-spending, socially-orientated departments - Health, Education, Labour and Social Services; secondly, the failure of our West European allies to match our level of Defence expenditure, thus providing arguments that Britain was doing more than her fair share in collective defence; and thirdly, trading rivals, like Germany and Japan, honing their competitive edge with lower military expenditure, likewise adding to the consensus view that Britain was overspending on Defence however potent the Soviet military threat might be.","['The credibility of defence in the Whitehall market has been further weakened by three other factors: first, the bull market in the highly spending, socially oriented departments - health, education, labour and social care; second, the failure of our Western European allies to keep pace with our level of defence spending, which suggests that Britain is doing more than its fair share of collective defence spending; and third, trade rivals such as Germany and Japan, which are burnishing their competitive advantage with lower military spending, reinforcing the consensus view that Britain is investing too much in defence, however strong the Soviet military threat may be.', 'The credibility of defence in the Whitehall market has been undermined by three other factors: firstly, the bull market in public spending on highly indebted, socially oriented health, education, labour, and social services; secondly, the failure of our Western European allies to reach our level of defence spending, thereby making the case for Britain spending its fair share of collective defence; and thirdly, trade rivals such as Germany and Japan, which have increased their competitiveness through lower military spending, contributing equally to the consensus view that Britain spends too much on defence, however effective the Soviet military threat may be.', 'The credibility of defence in the Whitehall market has been further weakened by three other factors: first, the bull market enjoyed by the high-yielding, welfare-oriented ministries - health, education, employment, and social affairs; second, the failure of our Western European allies to keep pace with our level of defence spending, thereby making the case that Britain is doing more than its fair share of collective defence; third, that rivals such as Germany and Japan are eroding their competitive advantage through lower military spending, which also contributes to the consensus view that Britain is spending too much on defence, however strong the Soviet military threat may be.', 'The credibility of defence in the Whitehall market has been further weakened by: first, the existence of a bull market for the heavily spending, socially focused ministries of health, education, labour and social affairs; second, that our Western European allies have not reached our level of defence spending, suggesting that the UK is doing more than its fair share of collective defence; and third, that the competitiveness of trade groups such as Germany and Japan has been strengthened by lower military spending, reinforcing the consensus view that the UK is spending more on defence, however effective the Soviet military threat may be.', 'The credibility of defence in the Whitehall market has been further undermined by three factors: first, the bull market in high-spending areas - health, education, employment, and welfare; second, the inability of our Western European allies to keep pace with our level of defence spending to argue that Britain was doing more than its fair share of collective defence; and third, trade rivals such as Germany and Japan were able to measure their competitiveness against lower military spending, reinforcing the consensus view that Britain would spend more on defence, however influential the Soviet military threat may be.']" -702,"['Britain', 'has', 'already', 'moved', 'towards', 'putting', 'independent', 'directors', 'on', 'company', 'boards,', 'charging', 'them', 'with', 'appointing', 'auditors', 'and', 'overseeing', ""bosses'"", 'pay.']","[0, 1]",1,britain,"Britain has already moved towards putting independent directors on company boards, charging them with appointing auditors and overseeing bosses' pay.","['Britain has already moved towards an independent body charged with appointing auditors and overseeing the pay of chief executives.', 'Britain has already taken steps to appoint independent directors, require them to be auditors and monitor the pay of their bosses.', 'Britain has already taken steps to appoint independent directors to the boards of companies charged with appointing auditors and overseeing the pay of senior executives.', 'Britain has already taken steps to appoint independent directors to the boards of companies entrusted with overseeing bonuses.', 'Britain has already moved toward independent directors and board members, which would require the appointment of auditors and control of bosses ""pay.']" -703,"['Denmark', 'and', 'Belgium', 'voted', 'against', 'the', 'measure,', 'which', 'was', 'adopted', 'despite', 'fears', 'about', 'mandatory', 'maximum', 'quotas', 'for', 'non-EC', 'material', '(see', 'p.', '37211-12', 'for', 'Council', 'of', 'Europe', 'convention', 'on', 'this', 'issue).']","[0, 1]",1,denmark,"Denmark and Belgium voted against the measure, which was adopted despite fears about mandatory maximum quotas for non-EC material (see p. 37211-12 for Council of Europe convention on this issue).","['Denmark and Belgium voted against the measure, which was adopted despite concerns about mandatory quotas for non-EU material (see pages 37211-12 of the Council of Europe Convention on this subject).', 'Denmark and Belgium voted against the measure, which was adopted despite concerns about mandatory quotas for non-EC material (see pages 37211-12 of the Council of Europe Convention on this subject).', 'Denmark and Belgium voted against the measure, which was adopted despite concerns about mandatory quotas for material from non-EU countries (see pages 37211-12 of the Council of Europe Convention on this subject).', 'Denmark and Belgium voted against the measure despite concerns about mandatory quotas for non-EC material (see page 37211-12 of the Council of Europe Convention on this subject).', 'Denmark and Belgium voted against the measure despite concerns about mandatory quotas for non-EC material (see pages 37211-12 of the Council of Europe Convention on this subject).']" -704,"['The', 'PLO', 'supported', 'Jordan', 'against', 'the', 'Village', 'Leagues,', 'since', 'its', 'own', 'legitimacy', 'was', 'directly', 'challenged', 'by', 'them.']","[3, 4]",1,jordan,"The PLO supported Jordan against the Village Leagues, since its own legitimacy was directly challenged by them.","['The PLO supported Jordan against the villagers because it directly challenged its own legitimacy.', 'The PLO supported Jordan against the villagers, because they directly questioned their own legitimacy.', 'The PLO supported Jordan against the villagers because they directly questioned their own legitimacy.', 'The PLO supported Jordan against the villagers because they directly questioned their legitimacy.', 'The PLO supported Jordan against the villagers, because the PLO was directly confronted with its own legitimacy there.']" -705,"['Venezuela', 'also', 'signed', 'an', 'agreement', 'to', 'begin', 'discussions', 'by', 'mid-September', 'on', 'conditions', 'for', 'the', 'future', 'access', 'of', 'CARICOM', 'products', 'to', 'the', 'Venezuelan', 'market.']","[0, 1]",1,venezuela,Venezuela also signed an agreement to begin discussions by mid-September on conditions for the future access of CARICOM products to the Venezuelan market.,"['Venezuela also signed an agreement to open talks by mid-September on the conditions for the future access of CARICOM products to the Venezuelan market.', 'Venezuela also signed an agreement to open talks by mid-September on the conditions for the future access of CARICOM products to the Venezuelan market.', 'Venezuela also signed an agreement to open talks by mid-September on the conditions for the future access of CARICOM products to the Venezuelan market.', 'Venezuela has also signed a Memorandum of Understanding to open talks by mid-September on the conditions for the future access of CARICOM products to the Venezuelan market.', 'Venezuela has also signed an agreement to start talks on the terms of access to the Venezuelan market within two years, i.e. by mid-September.']" -706,"['Hateley,', 'whose', 'football', 'education', 'included', 'three', 'seasons', 'in', 'France', 'with', 'Monaco', ',', 'capped', 'one', 'of', 'the', 'bravest', 'and', 'most', 'unlikely', 'comebacks', 'when', 'he', 'scored', 'with', 'seven', 'minutes', 'remaining', 'to', 'level', 'the', 'scores', 'of', 'this', 'epic', 'Group', 'A', 'encounter', 'at', 'two', 'goals', 'each.']","[10, 11]",1,monaco,"Hateley, whose football education included three seasons in France with Monaco, capped one of the bravest and most unlikely comebacks when he scored with seven minutes remaining to level the scores of this epic Group A encounter at two goals each.","[""Hateley, whose footballing education spanned three seasons in France with Monaco's national team, capped one of the bravest and most unlikely comebacks when he scored a 2-2 equaliser with seven minutes to go in this epic Group A encounter."", 'Hateley, who spent three seasons in France with Monaco, capped one of the bravest and most unlikely comebacks when he equalised with two goals with seven minutes to go in an epic encounter in Group A.', 'Hateley, who spent three seasons in France with Monaco, capped one of the bravest and most unlikely comebacks by equalising with his second goal seven minutes from time in the epic Group A encounter.', 'Hateley, who spent three seasons with Monaco, capped one of the bravest and most unlikely comebacks by scoring twice with seven minutes to go in this epic encounter in Group A.', 'Hateley, who played three seasons in France with Monaco, capped one of the bravest and most unlikely comebacks by netting twice with seven minutes to go in this epic Group A encounter.']" -707,"['Byrnes', 'began', 'to', 'retreat', 'from', 'his', 'unilateral', 'dealings', 'with', 'the', 'USSR', ',', 'especially', 'when', 'the', 'limited', 'agreements', 'he', 'had', 'concluded', 'in', 'Moscow', 'in', 'December', '1945', 'were', 'sharply', 'criticized', 'back', 'home', 'as', 'a', 'return', 'to', 'appeasement.']","[10, 11]",1,ussr,"Byrnes began to retreat from his unilateral dealings with the USSR, especially when the limited agreements he had concluded in Moscow in December 1945 were sharply criticized back home as a return to appeasement.","['Byrnes began to withdraw from his unilateral relations with the USSR, especially when the limited treaties he signed in Moscow in December 1945 were sharply criticized at home as a return to appeasement.', 'Byrnes began to withdraw from his unilateral relations with the USSR, especially when the limited agreements he concluded in Moscow in December 1945 were sharply criticized in his country as a return to appeasement.', 'Byrnes began to abandon his unilateral negotiations with the USSR, especially when the limited agreements he made in Moscow in December 1945 were sharply criticized at home as a return to appeasement.', 'Byrnes began to abandon unilateral relations with the USSR, especially when the limited agreements reached in Moscow in December 1945 were sharply criticized at home as a return to appeasement.', 'Byrnes began to withdraw from his unilateral action against the USSR, especially when the limited agreements he had made in Moscow in December 1945 were sharply criticized at home as a return to appeasement.']" -708,"['The', 'assistance', 'which', 'they', 'continued', 'to', 'seek', 'from', 'Austria', 'might', 'not', 'tip', 'the', 'scales', 'in', 'their', 'favour.']","[8, 9]",1,austria,The assistance which they continued to seek from Austria might not tip the scales in their favour.,"['The support they continued to seek from Austria is unlikely to turn the tide in their favour.', 'They might not exceed the aid they continue to receive from Austria.', 'The aid they continued to demand from Austria was not always right.', 'They may not have liked the help they continued to receive from Austria.', 'The help from Austria, with which they continued, could not play a role.']" -709,"['Unix', 'growth', 'in', 'Germany', 'and', 'Spain', 'will', 'remain', 'above', 'average', 'throughout', 'the', 'period,', 'with', 'Netherlands,', 'Sweden,', 'Norway', 'and', 'Finland', 'below', 'the', 'mark.']","[18, 19]",1,finland,"Unix growth in Germany and Spain will remain above average throughout the period, with Netherlands, Sweden, Norway and Finland below the mark.","['Unix growth in Germany and Spain will remain above average throughout the period, leaving the Netherlands, Sweden, Norway and Finland on the bottom line.', 'Unix growth in Germany and Spain will remain above average over all periods - the Netherlands, Sweden, Norway and Finland are below these targets.', 'Unix growth in Germany and Spain has been above average over the entire period, with Holland, Sweden, Norway and Finland below this mark.', 'The growth of the Unix sector in Germany and Spain will remain above average during this period, with figures in the Netherlands, Sweden, Norway and Finland increasing.', 'Unix growth in Germany and Spain will remain disproportionately high throughout the period, with the Netherlands, Sweden, Norway and Finland below this trend.']" -710,"['A', 'series', 'of', 'studies', 'of', 'such', 'businessmen', 'have', 'been', 'conducted', 'by', 'Nigerian', 'scholars,', 'and', 'these', 'are', 'particularly', 'significant', 'given', 'the', 'fact', 'that', 'Nigeria', 'accounts', 'for', 'one', 'third', 'of', '`', 'value', 'added', '""', 'in', 'manufacturing', 'in', 'sub-Saharan', 'Africa', 'as', 'a', 'whole', '(excluding', 'South', 'Africa).']","[22, 23]",1,nigeria,"A series of studies of such businessmen have been conducted by Nigerian scholars, and these are particularly significant given the fact that Nigeria accounts for one third of value added"" in manufacturing in sub-Saharan Africa as a whole (excluding South Africa).","['A number of studies on such businessmen have been conducted by Nigerian scientists; they are particularly meaningful because Nigeria accounts for one-third of the value added from production in Sub-Saharan Africa (excluding South Africa).', 'A slew of studies on such businessmen are conducted by Nigerian scientists, and they are particularly important, since Nigeria (with the exception of South Africa) accounts for a third of the ""value-added"" of production in Sub-Saharan Africa as a whole.', ""A number of studies with such entrepreneurs have been conducted by Nigerian scientists, and these are particularly important, as one-third of Nigeria's value-added is produced in Sub-Saharan Africa as a whole (with the exception of South Africa)."", 'A number of studies by such businessmen have been conducted by Nigerian researchers, and these are particularly important because Nigeria accounts for a third of the value added ""in the manufacturing industry in Sub-Saharan Africa as a whole (excluding South Africa).', 'A number of such studies by businessmen are carried out by Nigerian scientists, and these are particularly important because Nigeria generates a third of the value added in the manufacturing industry, namely in South Africa as a whole (with the exception of South Africa).']" -711,"[""Underwood's"", 'position', 'as', ""England's"", 'leading', 'try-scorer,', 'with', '35', 'to', 'his', 'credit,', 'has', 'a', 'two-fold', 'RAF', 'connection', 'because', 'when', 'he', 'scored', 'against', 'Ireland', 'in', '1990', 'the', 'record', 'he', 'overtook', 'had', 'previously', 'been', 'held', 'by', 'another', 'RAF', 'pilot', 'and', 'winger,', 'Cyril', 'Lowe,', 'who', 'totalled', '18', 'between', '1913', 'and', '1923', 'when', 'winning', '25', 'consecutive', 'caps.']","[21, 22]",1,ireland,"Underwood's position as England's leading try-scorer, with 35 to his credit, has a two-fold RAF connection because when he scored against Ireland in 1990 the record he overtook had previously been held by another RAF pilot and winger, Cyril Lowe, who totalled 18 between 1913 and 1923 when winning 25 consecutive caps.","[""Underwood's position as England's leading scorer at 35 has a dual connection to the RAF because when he scored against Ireland in 1990, the record he surpassed was held by another RAF pilot and winger, Cyril Lowe, who scored 18 goals in 25 consecutive games between 1913 and 1923."", ""Underwood has two links to the RAF with his position as England's leading scorer (35 goals), for when he scored against Ireland in Dublin in 1990 the record he surpassed was already held by another RAF pilot and winger, Cyril Lowe, who won 18 consecutive internationals and 25 between 1913 and 1923."", ""Underwood's position as England's leading scorer with 35 goals is doubly reminiscent of the RAF in which he scored against Ireland in 1990. Another RAF pilot and winger, Cyril Lowe, who scored 18 goals and 25 in a row between 1913 and 1923, had the record he had overtaken."", ""Underwood's position as England's top ball-carrier with 35 tries has a double reach because when he scored against Ireland in 1990, another RAF pilot and winger, Cyril Lowe, held the record he had overtaken there, having scored 18 goals in total between 1913 and 1923, including 25 in a row."", ""Underwood's position as England's leading scorer with 35 goals has a dual connection to the RAF, for when he scored against Ireland in 1990, Cyril Lowe, another RAF pilot and winger, topped the list after scoring 25 goals in a row between 1913 and 1923.""]" -712,"['Burnt', 'Roof', '(published', 'by', 'the', 'Author,', '107pp,', 'illus,', 'hbk,', '£11.70', 'inc', 'p&p)', 'by', 'The', 'Reverend', 'A', 'A', 'Upton', 'is', 'the', 'story', 'of', 'St', ""Laurence's"", 'Church,', 'Foleshill,', 'which', 'was', 'the', 'first', 'church', 'in', 'Coventry', 'to', 'be', 'closed', 'as', 'a', 'result', 'of', 'Germany', ""'s"", 'Blitz', 'on', 'Britain', 'during', '1940.']","[40, 41]",1,germany,"Burnt Roof (published by the Author, 107pp, illus, hbk, £11.70 inc p&p) by The Reverend A A Upton is the story of St Laurence's Church, Foleshill, which was the first church in Coventry to be closed as a result of Germany's Blitz on Britain during 1940.","[""Burnt Roof (published by The Reverend A A A Upton, 107pp, illus, hbk, £11.70 inc p & p) is the story of St Laurence's Church in Foleshill, which became the first church in Coventry to close in 1940 after lightning struck Britain."", ""Burnt Roof (published by the author, 107pp, illus, hbk, £11.70 inc p & p) is the story of St Laurence's Church in Foleshill, which became the first church in Coventry to close in 1940 as a result of the German Blitz on Britain."", ""Burnt Roof, published by The Reverend A A Upton, is the story of St Laurence's Church in Foleshill, the first church in Coventry to close after Germany's lightning strike against Britain in 1940."", ""Burnt Roof (published by The Reverend A A A Upton) is the story of St Laurence's Church in Foleshill, the first church in Coventry to close after the German Blitz in Britain in 1940."", ""Burnt Roof, published by the author and published in a 107pp, £11.70 inc p & p) by The Reverend A A A A Upton, is the story of St Laurence's Church in Foleshill, which became the first church to close after the German Blitz on Britain in 1940.""]" -713,"['While', 'Nicaragua', 'and', 'El', 'Salvador', 'were', 'perceived', 'during', 'the', '1980s', 'by', 'the', 'US', 'State', 'Department', 'to', 'be', 'on', 'the', 'frontline', 'of', 'the', 'fight', 'against', 'communism', '(and', 'therefore', 'newsworthy),', 'the', 'larger-scale', 'massacres', 'in', 'neighbouring', 'Guatemala', 'received', 'no', 'attention:', 'journalists', 'wandering', 'around', 'the', 'scorched', 'highlands', 'simply', ""couldn't"", 'get', 'their', 'stories', 'printed.']","[3, 5]",1,el salvador,"While Nicaragua and El Salvador were perceived during the 1980s by the US State Department to be on the frontline of the fight against communism (and therefore newsworthy), the larger-scale massacres in neighbouring Guatemala received no attention: journalists wandering around the scorched highlands simply couldn't get their stories printed.","['While Nicaragua and El Salvador were perceived by the US State Department in the 1980 ""s as pioneers in the fight against communism (and thus newsworthy), the larger massacres in neighboring Guatemala were ignored: journalists wandering the scorched highlands simply could not have their reports printed.', 'While Nicaragua and El Salvador were perceived by the US State Department in the 1980 ""s as front lines in the fight against communism (and thus newsworthy), the massacres in neighboring Guatemala were ignored: journalists wandering the scorched highlands simply could not have their reports printed.', 'While Nicaragua and El Salvador were perceived by the US State Department in the 1980 ""s as pioneers in the fight against communism (and thus newsworthy), the larger massacres in neighboring Guatemala were ignored: journalists wandering the bitterly poor highlands simply could not have their reports printed.', 'Whereas Nicaragua and El Salvador were seen (and thus newsworthy) by the US State Department in the 1980 ""s as frontline countries in the fight against communism, the massacre in neighboring Guatemala receives no attention: journalists circling the scorched highlands simply cannot have their reports printed.', 'While Nicaragua and El Salvador were perceived (and thus newsworthy) by the US State Department in the 1980 ""s as front lines in the fight against communism, the large-scale massacres in neighboring Guatemala were ignored: journalists wandering the scorched highlands simply could not print their reports.']" -714,"['For', ""Bradford's"", 'visit,', 'Leeds', '-', 'whose', 'squad', 'has', 'been', 'strengthened', 'by', 'the', 'arrival', 'from', 'Barrow', 'of', 'the', 'Australian', 'forward', 'Cavill', 'Heugh', '-', 'have', 'dropped', 'the', 'Great', 'Britain', 'prop', 'Lee', 'Crooks.']","[25, 27]",1,great britain,"For Bradford's visit, Leeds - whose squad has been strengthened by the arrival from Barrow of the Australian forward Cavill Heugh - have dropped the Great Britain prop Lee Crooks.","['Leeds, whose squad has been boosted by the arrival of Australian striker Cavill Heugh from Barrow, will have to do without defender Lee Crooks at Bradford.', 'Leeds, whose squad has been boosted by the arrival of Australian Cavill Heugh, are without British defender Lee Crooks.', 'Leeds - whose squad has been bolstered by Australian striker Cavill Heugh from Barrow - are without British left-back Lee Crooks for the visit of Bradford.', 'Leeds, whose squad has been boosted by the arrival of Australian striker Cavill Heugh at Barrow Hapoel, have dropped British prop Lee Crooks.', 'Leeds, whose squad has been boosted by the arrival of Australian striker Cavill Heugh from Barrow, have dropped striker Lee Crooks for the Bradford game.']" -715,"['Some', 'experts', 'believe', 'that', 'Germany', 'would', 'be', 'required', 'to', 'sign', 'a', 'treaty', 'with', 'Britain,', 'France', 'and', 'the', 'Soviet', 'Union', 'before', 'they', 'withdraw', 'from', 'Berlin.']","[14, 15]",1,france,"Some experts believe that Germany would be required to sign a treaty with Britain, France and the Soviet Union before they withdraw from Berlin.","['Some experts believe that Germany should have signed a treaty with Britain, France, and the Soviet Union before withdrawing from Berlin.', 'Some experts believe that Germany must sign a treaty with Britain, France, and the Soviet Union before withdrawing from Berlin.', 'Some experts believe that Germany should sign an agreement with Britain, France, and the Soviet Union before withdrawing from Berlin.', 'Some experts believe that Germany would be obliged to conclude a treaty with Britain, France, and the Soviet Union before withdrawing from Berlin.', 'Some experts believe that Germany would be forced to sign a treaty with Britain, France, and the Soviet Union before withdrawing from Berlin.']" -716,"['Irwin,', 'the', 'centre', 'whose', 'back', 'injury', 'ruled', 'him', 'out', 'of', 'Ireland', ""'s"", 'tour', 'of', 'North', 'America,', 'plays', 'his', 'first', 'game', 'for', 'four', 'months', 'when', 'Instonians', 'take', 'on', 'Malone', 'this', 'weekend.']","[10, 11]",1,ireland,"Irwin, the centre whose back injury ruled him out of Ireland's tour of North America, plays his first game for four months when Instonians take on Malone this weekend.","['Irwin, the center who was unable to play because of a back injury, will play his first game in four months when the Instonians take on Malone at the weekend.', ""Irwin, who has been out of Ireland's tour of North America because of a back injury, will play his first game in four months when the Instonians face Malone next weekend."", ""Irwin, the center whose back injury has ruled him out of the Irish's North American tour, will play his first game in four months when the Instonians take on Malone at the weekend."", ""Irwin, whose back injury has knocked him out of the running to join Ireland's North American tour, will play his first match in four months in the match against Malone at the weekend."", 'Irwin, the center who missed the trip to Ireland in North America because of a back injury, will play his first game in four months when the Instonians face Malone at the weekend.']" -717,"['A', 'less', 'hopeful', 'view', 'is', 'that', 'the', 'United', 'States', 'will', 'now', 'be', 'able', 'to', 'use', 'force,', 'if', 'necessary,', 'to', 'apply', 'its', 'national', 'interests', 'throughout', 'the', 'world', 'without', 'fear', 'of', 'challenge,', 'and', 'to', 'tow', 'the', 'United', 'Nations', 'obediently', 'behind', 'it.']","[7, 9]",1,united states,"A less hopeful view is that the United States will now be able to use force, if necessary, to apply its national interests throughout the world without fear of challenge, and to tow the United Nations obediently behind it.","['There is less confidence that the United States will now be able, by force if necessary, to assert its national interests around the world and obediently pull the United Nations behind it.', 'Less hopeful is the view that the United States will now be able to use force, if necessary, to pursue its national interests around the world, without fear of challenge and obediently pulling the United Nations behind it.', 'Less hopeful is the view that the United States will now be able to use force, if necessary, to advance its national interests around the world without threat and to follow the United Nations obediently.', 'Less hopeful is the view that the United States will today be able to use force, if necessary, to advance its national interests around the world without fear of rebelling against itself, and that it will obediently follow the United Nations.', 'Less promising is the view that the United States will now be able to advance its national interests around the world without fear of challenge, if necessary, and pull the United Nations behind it.']" -718,"['Now', 'the', 'United', 'States', 'is', 'on', 'the', 'verge', 'of', 'bombing', 'Iraq', 'on', 'the', 'pretext', 'that', 'Iraq', 'refuses', 'to', 'destroy', 'its', '`', 'weapons', 'of', 'mass', 'destruction', '""', '-', 'when,', 'in', 'fact,', 'Iraq', 'has', 'asked', 'that', 'some', 'of', 'its', 'military', 'industry', 'be', 'converted', 'to', 'civilian', 'production', 'laid', 'waste', 'by', 'allied', 'bombing.']","[2, 4]",1,united states,"Now the United States is on the verge of bombing Iraq on the pretext that Iraq refuses to destroy its weapons of mass destruction"" - when, in fact, Iraq has asked that some of its military industry be converted to civilian production laid waste by allied bombing.","['Now the United States is bombing Iraq on the pretext that Iraq refuses to destroy its weapons of mass destruction. ""Indeed, Iraq has asked that part of its military industry destroyed by allied bombing be converted to civilian production.', 'Now the United States is bombing Iraq on the pretext that Iraq refuses to destroy its weapons of mass destruction ""- though Iraq has even asked to convert part of its military industry into civilian business destroyed by allied bombing.', 'Now the United States is bombing Iraq on the pretext that Iraq refuses to destroy its weapons of mass destruction ""- even though Iraq has indeed asked to convert some of its military industry to civilian production, which was destroyed by allied bombing.', 'For once, Iraq is on the verge of bombing Iraq on the pretext that Iraq refuses to destroy its weapons of mass destruction. ""Indeed, Iraq has asked that government camps be partially converted into civilian production sites destroyed by allied bombing.', 'Now the US is about to bomb Iraq on the pretext that ""Iraq refuses to destroy its weapons of mass destruction,"" when Iraq had actually demanded that part of its defense industry be converted into civilian production, which was destroyed by allied bombing.']" -719,"['There', 'are', 'plans', 'for', 'tie-ups', 'with', 'Bulgaria', 'and', 'Romania', 'in', 'the', 'near', 'future.']","[6, 7]",1,bulgaria,There are plans for tie-ups with Bulgaria and Romania in the near future.,"['There are plans for links with Bulgaria and Romania in the near future.', 'Connections to Bulgaria and Romania are planned for the near future.', 'Relations with Bulgaria and Romania are planned in the near future.', 'Connections to Bulgaria and Romania are still planned for the near future.', 'Networking is planned in Bulgaria and Romania in the near future.']" -720,"['`', 'The', 'British', 'have', 'not', 'bought', 'a', 'nail', 'from', 'India', ',', '""', 'said', 'a', 'former', 'Indian', 'civil', 'servant.']","[9, 10]",1,india,"The British have not bought a nail from India,"" said a former Indian civil servant.","['The British did not buy a nail from India, ""said a former Indian official.', 'The British did not buy a nail from India, ""said a former Indian official.', 'The British have not bought India a nail, ""said a former Indian official.', 'The British didn\'t buy a nail from India either, ""said a former Indian official.', 'The British have not bought India a nail, ""said an early Indian official.']" -721,"['It', 'follows', 'from', 'those', 'answers', 'that', 'the', ""Commission's"", 'action', 'against', 'the', 'United', 'Kingdom', 'for', 'failure', 'to', 'fulfil', 'its', 'obligations', 'is', 'well', 'founded', 'and', 'hence', 'the', 'court', 'should', 'declare', 'in', 'Commission', 'of', 'the', 'European', 'Communities', 'v.', 'United', 'Kingdom', '(Case', 'C', '246/89)', 'that,', 'by', 'imposing', 'the', 'nationality', 'requirements', 'enshrined', 'in', 'sections', '13', 'and', '14', 'of', 'the', 'Merchant', 'Shipping', 'Act', '1988,', 'the', 'United', 'Kingdom', 'has', 'failed', 'to', 'fulfil', 'its', 'obligations', 'under', 'articles', '52', 'and', '221', 'of', 'the', 'E.E.C.']","[59, 61]",1,united kingdom,"It follows from those answers that the Commission's action against the United Kingdom for failure to fulfil its obligations is well founded and hence the court should declare in Commission of the European Communities v. United Kingdom (Case C 246/89) that, by imposing the nationality requirements enshrined in sections 13 and 14 of the Merchant Shipping Act 1988, the United Kingdom has failed to fulfil its obligations under articles 52 and 221 of the E.E.C.","['It follows from these replies that the action brought by the Commission against the United Kingdom is well founded and that the Court of First Instance should therefore declare before the Commission of the European Communities v United Kingdom (Case C 246 / 89) that the United Kingdom has failed to fulfil its obligations under Articles 52 and 221 of the EEC by introducing the nationality requirements laid down in Articles 13 and 14 of the Merchant Shipping Act 1988.', ""It follows from the replies that the Commission's action against the United Kingdom is well founded because it has failed to fulfil its obligations and that the Court should therefore declare in the Commission of the European Commons v United Kingdom (Case C 246 / 89) that the United Kingdom has failed to fulfil its obligations under Articles 52 and 221 of the EC Treaty by introducing the nationality requirements laid down in Sections 13 and 14 of the Merchant Shipping Act of 1988."", 'It follows from these replies that the action brought by the Commission against the United Kingdom for its infringements is well founded and that the Court of First Instance in the Commission of the European Communities against the United Kingdom (Case C 246 / 89) should therefore declare that the United Kingdom has failed to fulfil its obligations under Articles 52 and 221 of the EC by introducing the nationality requirements laid down in Articles 13 and 14 of the Merchant Shipping Act 1988.', ""In the light of these replies, the Commission's action against the United Kingdom for breach of its obligations is well founded and the Court should therefore declare among residents of the European Communities against the United Kingdom (Case C 246 / 89) that, by imposing the nationality requirements laid down in Articles 13 and 14 of the Merchant Shipping Act of 1988, the United Kingdom has failed to fulfil its obligations under Articles 52 and 221 of the EC."", 'It follows from these replies that the action brought by the Commission against the United Kingdom for non-compliance with its obligations is well founded and that the Court of First Instance should therefore declare to the Commission of the European Communities (Case C 246 / 89) that, by introducing the nationality requirements laid down in Sections 13 and 14 of the Merchant Shipping Act of 1988, the United Kingdom has failed to fulfil its obligations under Articles 52 and 221 of the EEC Statute.']" -722,"['`', 'Ten', 'months', 'is', 'a', 'long', 'time', 'to', 'be', 'apart', 'and', 'then', 'to', 'be', 'brought', 'together', 'to', 'compete', 'against', 'such', 'a', 'good,', 'experienced', 'team', 'as', 'the', 'Lions,', '""', 'said', 'Grant', 'Fox,', 'New', 'Zealand', ""'s"", 'masterly', 'goal', 'kicker.']","[31, 33]",1,new zealand,"Ten months is a long time to be apart and then to be brought together to compete against such a good, experienced team as the Lions,"" said Grant Fox, New Zealand's masterly goal kicker.","['Ten months is a long time to come up against a team as good and experienced as the Lions, ""New Zealand\'s leading try-scorer Grant Fox said.', 'Ten months is a long time to separate and then come up against a team as good and experienced as the Lions, ""said New Zealand\'s leading try-scorer Grant Fox.', 'Ten months is a long time to be apart and then come together to compete against such a good, experienced team as the Lions, ""said New Zealand\'s outstanding goalkeeper Grant Fox.', 'Ten months is a long time to be apart and then play against a team as good and experienced as the Lions, ""New Zealand\'s leading scorer Grant Fox said.', 'Ten months is a long time to separate and then come together and then come up against such a good, experienced team as the Lions, ""New Zealand\'s leading try-scorer Grant Fox said.']" -723,"['Greece', 'was', 'obliged', 'this', 'spring', 'to', 'accept', 'the', 'new', ""country's"", 'admission', 'to', 'the', 'United', 'Nations', 'with', '`', 'Macedonia', '""', 'in', 'its', 'name,', 'and', 'the', 'New', 'Democracy', 'rebels', 'swallowed', 'their', 'fury', 'when', 'they', 'realised', 'that', 'voting', 'against', 'the', 'government', 'would', 'cause', 'an', 'election', 'their', 'party', 'would', 'probably', 'lose.']","[0, 1]",1,greece,"Greece was obliged this spring to accept the new country's admission to the United Nations with Macedonia"" in its name, and the New Democracy rebels swallowed their fury when they realised that voting against the government would cause an election their party would probably lose.","['Greece was forced this spring to accept Macedonia\'s membership of the United Nations ""on behalf of the new country,"" and New Democracy rebels swallowed their anger when they realized that voting against the government would lead to an election that their party was likely to lose.', 'Greece had to accept the new country at the United Nations this spring, in whose name Macedonia was admitted, and New Democracy rebels swallowed their anger when they realized that a vote against the government would lead to an electoral defeat for their party.', 'Greece was forced this spring to accept the new country\'s accession to the United Nations called ""Macedonia,"" and the rebel group New Democracy swallowed its anger when it realized that rejecting the government would lead to an election that its party was likely to lose.', 'Greece had to accept the new country\'s accession to the United Nations this spring, ""when Macedonia was mentioned in its name,"" and the New Democracy rebels swallowed their anger when they realized that a vote against the government would lead to an election that would likely lead to their party\'s defeat.', ""Greece suddenly had to approve Macedonia's accession to the EU in the spring, and New Democracy reformers swallowed their anger when they saw that rejection of the government could lead to new elections, which their party was likely to lose.""]" -724,"['Austria', 'is', 'expected', 'to', 'propose', 'at', 'the', 'conference', 'the', 'setting', 'up', 'of', 'a', 'European', 'Migration', 'Charter,', 'a', 'document', 'which', 'will', 'have', 'to', 'be', 'elaborated', 'on', 'later.']","[0, 1]",1,austria,"Austria is expected to propose at the conference the setting up of a European Migration Charter, a document which will have to be elaborated on later.","['At the conference, Austria is expected to propose the creation of a European Charter on Migration, a document to be drafted later.', 'At the conference, Austria is expected to propose the creation of a European Charter on Migration, a document which will have to be further elaborated at a later stage.', 'It is to be expected that Austria will propose at the conference the creation of a European Charter on Migration, a document which will have to be drafted later.', 'At this conference, Austria is expected to propose the introduction of a European Charter on Migration, a document to be drafted later.', 'At the conference, Austria is expected to propose a draft European Charter on Migration, which will be worked on later.']" -725,"['In', 'May', 'Australia', 'acceded', 'to', 'urgent', 'representations', 'from', 'the', 'PNG', 'government', 'and', 'announced', 'an', 'increase', 'of', 'A$20,000,000', '(approximately', 'US$15,270,000)', 'in', 'aid.']","[2, 3]",1,australia,"In May Australia acceded to urgent representations from the PNG government and announced an increase of A$20,000,000 (approximately US$15,270,000) in aid.","['In May, Australia agreed to urgent demands from the PNG government and announced a A $20,000 (about $15,270,000) increase in aid payments.', 'In May, Australia notified the PNG government as a matter of urgency and announced a A $20 million (about $15.27 million) increase in aid.', 'In May, Australia announced an urgent push by the PNG government to increase aid by A $20 million (about A $15.27 million).', ""In May, Australia accepted the PNG government's urgent mandate and announced it would increase development assistance by A $20 million (about $15.27 million)."", 'In May, Australia announced a A $20 million (about $15.27 million) increase in development assistance from the PNG government.']" -726,"['Negotiations', 'between', 'Israel', 'and', 'Syria', ',', 'about', 'which', 'there', 'had', 'been', 'some', 'optimism', 'during', 'the', 'sixth', 'and', 'the', 'first', 'part', 'of', 'the', 'seventh', 'round,', 'were', 'largely', 'unproductive.']","[4, 5]",1,syria,"Negotiations between Israel and Syria, about which there had been some optimism during the sixth and the first part of the seventh round, were largely unproductive.","['The negotiations between Israel and Syria, about which there had been some optimism during the sixth and first half of the seventh round, were largely unproductive.', 'The negotiations between Israel and Syria, for which there had been some optimism during the sixth and first part of the seventh round, were largely fruitless.', 'The negotiations between Israel and Syria, about which there was some confidence during the sixth and first half of the seventh round, were largely fruitless.', 'The negotiations between Israel and Syria, in which there had been some optimism during the sixth and first stages of the tenth round, were largely fruitless.', 'The negotiations between Israel and Syria, about which there had been some optimism during the sixth and first fifth rounds of talks, were largely fruitless.']" -727,"['At', 'the', 'top', 'end', 'of', 'the', 'draw,', 'the', 'United', 'States', 'swept', 'to', 'a', '3-0', 'win', 'over', 'Denmark', 'and', 'will', 'next', 'face', 'Austria.']","[16, 17]",1,denmark,"At the top end of the draw, the United States swept to a 3-0 win over Denmark and will next face Austria.","['The USA celebrated a 3-0 win against Denmark and next face Austria.', 'At the top, the USA celebrated a 3-0 victory over Denmark and now face Austria.', 'The USA topped the table with a 3-0 win over Denmark and now face Austria.', 'First in the group was a 3-0 win against Denmark, who will face Austria in the final.', 'The American defeated Denmark 5: 1 in the final and will now face Austria.']" -728,"['On', 'May', '23-30', 'Fiji', 'held', 'its', 'first', 'general', 'election', 'since', 'the', 'two', 'military', 'coups', 'of', '1987', '[', 'see', 'pp.']","[3, 4]",1,fiji,On May 23-30 Fiji held its first general election since the two military coups of 1987 [ see pp.,"['On 23 and 30 May, Fiji held its first parliamentary elections since the two military coups of 1987 [see page 19].', 'From 23 to 30 May, Fiji held its first parliamentary elections since the two military coups in 1987 [see page 7].', 'On 23 and 30 May 2017, Fiji held its first parliamentary elections since the two military coups in 1987 [see p. 4].', 'From 23 to 30 May, Fijians held their first parliamentary elections since the two military coups of 1987 [see page 41, pages 775-867].', 'Between 23 and 30 May, Fiji held its first parliamentary elections since the two military coups of 1987 [see p. 537].']" -729,"['The', 'following', 'year', 'the', 'Baptists', 'rejoiced', 'in', 'the', 'American', 'victory', 'and', 'recorded', 'the', '`', 'confident', 'hope', 'that', 'henceforth', 'America', 'and', 'Britain', 'will', 'alike', 'and', 'together,', 'in', 'every', 'part', 'of', 'the', 'world,', 'be', 'the', 'friends', 'of', 'the', 'oppressed', 'and', 'down-trodden,', 'the', 'champions', 'of', 'civil', 'and', 'religious', 'freedom,', 'and', 'the', 'promoters', 'of', 'righteousness', 'and', 'peace.', '""']","[20, 21]",1,britain,"The following year the Baptists rejoiced in the American victory and recorded the confident hope that henceforth America and Britain will alike and together, in every part of the world, be the friends of the oppressed and down-trodden, the champions of civil and religious freedom, and the promoters of righteousness and peace.""","['The following year, the Baptists rejoiced in the victory of the Americans and expressed the sure hope that from now on, in all parts of the world, America and Great Britain would be equally and together the friends of the oppressed and oppressed, the champions of civil and religious freedom, and the promoters of justice and peace. ""', 'The following year, the Baptists rejoiced in the American victory and confidently expressed the hope that America and Great Britain would henceforth be friends of the oppressed and oppressed throughout the world, champions of civil and religious freedom, and promoters of justice and peace. ""', 'The following year, the Baptists rejoiced in the American victory and confidently hoped that America and Great Britain would henceforth appear in all parts of the world as friends of the oppressed and oppressed, defenders of civil and religious freedom, and promoters of justice and peace. ""', 'The following year, the Baptists rejoiced in the American victory and confidently hoped that America and Great Britain would henceforth be equal and together the friends of the oppressed and the oppressed, the champions of civil and religious freedom, and the promoters of justice and peace in all regions of the world. ""', 'The following year, the Baptists rejoiced in the American victory and confidently hoped that from now on, in all parts of the world and together, America and Britain would feel equal as friends of the oppressed and oppressed, champions of civil and religious freedom, and promoters of justice and peace. ""']" -730,"['At', 'a', 'news', 'conference', 'on', 'Sept.', '18', 'Habash', 'declared', 'that', '""', 'in', 'case', 'the', 'United', 'States', 'and', 'its', 'allies', 'commit', 'an', 'aggression', 'against', 'Iraq,', 'our', 'fingers', 'will', 'pull', 'the', 'trigger', 'to', 'open', 'fire', 'on', 'the', 'forces', 'of', 'aggression', '"".']","[14, 16]",1,united states,"At a news conference on Sept. 18 Habash declared that"" in case the United States and its allies commit an aggression against Iraq, our fingers will pull the trigger to open fire on the forces of aggression"".","['At a press conference on September 18, Habash said, ""If the United States and its allies commit an attack on Iraq, our fingers will pull the trigger to open fire on the attacking troops.""', 'At a press conference on September 18, Habash said, ""If the United States and its allies commit an attack on Iraq, our fingers will put pressure to open fire on the attacking troops.""', 'At a press conference on September 18, Habash said, ""If the United States and its allies commit an attack on Iraq, we will pull the trigger and open fire on the attacking troops.""', 'On September 18, Habash told a press conference, ""If the United States and its allies commit an attack on Iraq, our fingers will press the trigger and open fire on the aggressive army.""', 'At a press conference on September 18, Habash said, ""If the United States and its allies launch an attack on Iraq, our fingers will pull the trigger to open fire on the attacking troops.""']" -731,"['Concerned', 'about', 'the', 'possibility', 'of', 'food', 'riots', 'which', 'would', 'disrupt', 'the', 'peace', 'process,', 'the', 'USA', 'sent', '450,000', 'ready-made', 'meals', 'from', 'its', 'Defence', 'Department', 'stocks', 'in', 'Europe', 'and', 'the', 'Gulf;', 'officials', 'said', 'that', 'the', 'USA', 'planned', 'to', 'provide', 'one-third', 'of', 'the', 'nutritional', 'needs', 'of', 'the', 'troops', 'for', 'a', 'year.']","[33, 34]",1,usa,"Concerned about the possibility of food riots which would disrupt the peace process, the USA sent 450,000 ready-made meals from its Defence Department stocks in Europe and the Gulf; officials said that the USA planned to provide one-third of the nutritional needs of the troops for a year.","['Fearing food riots that could disrupt the peace process, the US sent 450,000 ready meals from its Defense Department to Europe and the Gulf. Officials said the US would cover one-third of the troops ""food needs for a year.', 'Worried about possible food unrest that could disrupt the peace process, the United States sent 450,000 ready meals from its Defense Department stockpiles to Europe and the Gulf, and officials said the United States planned to cover a third of the troops ""food needs for a year.', 'Worried about possible food unrest that could disrupt the peace process, the US sent 450,000 ready meals from its Defense Department supplies to Europe and the Gulf. Officials said the US planned to cover one-third of the troops ""food needs for a year.', 'Fearing possible unrest that could disrupt the peace process, the US has moved 450,000 ready meals from Defense Department stocks to Europe and the Gulf. Officials announced that the US plans to cover one-third of the troops ""food needs for a year.', 'Worried about the consequences of food riots that could disrupt the peace process, the US sent 450,000 ready meals from its Defense Department stocks to Europe and the Gulf. Officials said the US planned to cover one-third of the troops ""basic nutritional needs over a year.']" -732,"['On', 'the', 'contrary,', 'given', 'the', 'heavy', 'and', 'increasing', 'rate', 'of', 'capital', 'exports,', 'which', 'was', 'a', 'major', 'priority', 'for', 'many', 'of', 'the', 'dominating', 'US', 'multinationals,', 'it', 'was', 'far', 'better', 'from', 'the', 'United', 'States', ""'"", 'point', 'of', 'view', 'that', 'these', 'capital', 'exports', 'should', 'be', 'mainly', 'financed', 'by', 'a', 'current', 'account', 'surplus', 'rather', 'than', 'by', 'endless', 'piling', 'up', 'of', 'US', 'liabilities', 'abroad', 'to', 'foreign', 'central', 'banks.']","[30, 32]",1,united states,"On the contrary, given the heavy and increasing rate of capital exports, which was a major priority for many of the dominating US multinationals, it was far better from the United States' point of view that these capital exports should be mainly financed by a current account surplus rather than by endless piling up of US liabilities abroad to foreign central banks.","['On the contrary, given the high and rising rate of capital exports, which is a high priority for many of the dominant US multinationals, it was far better for the United States to finance these capital exports primarily through a current-account surplus than through endless accumulation of US liabilities to foreign central banks.', 'On the contrary, given the strong and rising capital-export ratios that are a priority for many dominant US multinationals, it was far better for the United States to finance these capital exports largely through current-account surpluses than through endless accumulation of US liabilities with foreign central banks.', 'On the contrary, given the high and rising rate of capital exports, which is a high priority for many of the dominant US multinationals, it has been far better for the United States to finance these capital exports mainly through a current-account surplus than through endless accumulation of US foreign liabilities to foreign central banks.', ""On the contrary, given the large and growing share of capital exports that is a major priority for many of America's dominant multinationals, it was far better for the United States to finance these capital exports primarily through a current-account surplus than through endless accumulation of US liabilities to foreign central banks."", 'On the contrary, given the high and growing appetite for capital exports, which many of the dominant US multinationals considered a priority, it was far better for the United States to finance these capital exports mainly through current-account surpluses than through endless accumulations of US liabilities to foreign central banks.']" -733,"['In', 'the', 'finals', 'of', 'the', '1990-91', 'World', 'Series', 'Cup,', 'Australia', 'fielded', 'twin', 'Waughs', 'and', 'two', 'unrelated', 'Taylors,', 'while', 'both', 'Australia', 'and', 'New', 'Zealand', 'had', 'a', 'Jones', 'and', 'a', 'Reid.']","[9, 10]",1,australia,"In the finals of the 1990-91 World Series Cup, Australia fielded twin Waughs and two unrelated Taylors, while both Australia and New Zealand had a Jones and a Reid.","['The 1990-91 World Series final pitted two Waughs and two independent Taylors against each other, while both Australia and New Zealand sent one each to Jones and Reid.', 'In the 1990-91 World Series final, Australia faced Waughs and two independent Taylors, while both Australia and New Zealand sent Jones and Reid into the race.', 'In the 1990-91 World Series final, Waugh and two unrelated Taylors faced off, while Australia and New Zealand each had a Jones and a Reid.', 'In the 1990-91 World Series final, Australia had the Waugh twins and two loosely related Taylors, while both Australia and New Zealand had one Jones and one Reid.', 'At the 1990-91 World Cup, Australia reached the final with Waughs and two independent Taylors and Australia and New Zealand with Jones and Reid.']" -734,"['Besides,', 'with', 'GEMU,', 'which', 'no', 'East', 'German', 'politician', 'dare', 'oppose,', 'East', 'Germany', 'will', 'already', 'have', 'yielded', 'its', 'monetary', 'sovereignty', 'to', 'the', 'West', 'German', 'Bundesbank', 'and', 'with', 'it', 'a', 'lot', 'of', 'its', 'room', 'for', 'political', 'manoeuvre.']","[10, 12]",1,east germany,"Besides, with GEMU, which no East German politician dare oppose, East Germany will already have yielded its monetary sovereignty to the West German Bundesbank and with it a lot of its room for political manoeuvre.","['Moreover, with the GEMU, against which no East German politician dares to rebel, East Germany has already surrendered its monetary sovereignty to the West German Bundesbank, and thus a large part of its political leeway.', 'Moreover, with the GEMU - which no East German politician dares to disprove - East Germany has already surrendered its monetary sovereignty to the West German Bundesbank, and thus a large part of its political leeway.', 'In the case of the GEMU, against which no East German politician dares to resist, East Germany will also have ceded its monetary sovereignty to the West German Bundesbank, and thus a large part of its political leeway.', 'Moreover, with the GEMU - against which no East German politician dares to stand - the GDR is already surrendering its monetary sovereignty and thus a large part of its political leeway to the West German Bundesbank.', 'Moreover, with the GEMU, against which no East German politician dares to defend himself, East Germany has lost its monetary sovereignty to the Deutsche Bundesbank and thus considerable political leeway.']" -735,"['As', 'recently', 'as', '1970', 'the', 'Commonwealth', 'accounted', 'for', '20', 'per', 'cent', 'of', 'the', 'value', 'of', 'the', 'UK', ""'s"", 'trade', 'in', 'manufactured', 'goods,', 'but', 'by', '1982', 'that', 'share', 'had', 'decreased', 'to', '11', 'per', 'cent.']","[16, 17]",1,uk,"As recently as 1970 the Commonwealth accounted for 20 per cent of the value of the UK's trade in manufactured goods, but by 1982 that share had decreased to 11 per cent.","[""As recently as 1970, the Commonwealth accounted for 20% of Britain's trade in manufactured goods, but by 1982 that share had fallen to 11%."", ""By 1970, the Commonwealth accounted for 20% of Britain's trade in manufactured goods, but by 1982 that share had fallen to 11%."", ""By 1970, the Commonwealth accounted for twenty percent of Britain's trade in manufactured goods, but by 1982 that share had fallen to eleven percent."", ""As recently as 1970, the Commonwealth added 20% of Britain's trade in manufactured goods, but by 1982 that share had fallen to 11%."", ""As recently as 1970, the Commonwealth accounted for 20% of Britain's trade in manufactured goods, but that share fell to 11% in 1982.""]" -736,"['In', 'his', 'last', 'assignment', 'as', 'Minister', 'of', 'State', 'at', 'the', 'United', 'Kingdom', 'Foreign', 'and', 'Commonwealth', 'Office,', 'Francis', 'Maude', 'visited', 'China', 'on', 'July', '25-27,', 'primarily', 'for', 'talks', 'on', 'Hong', 'Kong', '.']","[27, 29]",1,hong kong,"In his last assignment as Minister of State at the United Kingdom Foreign and Commonwealth Office, Francis Maude visited China on July 25-27, primarily for talks on Hong Kong.","['In his last post as Minister of State at the British Foreign and Commonwealth Office, Francis Maude mainly visited China from 25 to 27 July for talks on Hong Kong.', 'In his last mission as Minister of State in the British Foreign Office, Francis Maude visited China from 25-27 July, mainly for talks on Hong Kong.', 'Francis Maude visited China on 25 and 27 July during his last foreign visit as Minister of State at the British Foreign and Commonwealth Office, particularly with a view to talks on Hong Kong.', 'In his last term as Minister of State at the British Foreign and Commonwealth Office, Francis Maude visited China on 27 July, mainly for talks on Hong Kong.', 'On his last visit to the British Foreign and Commonwealth Office, Francis Maude visited China for talks on Hong Kong from 25 to 27 July.']" -737,"['The', 'Allied', 'air', 'forces', 'were', 'meanwhile', 'continuing', 'their', 'hunt', 'for', 'the', 'sites', 'from', 'which', 'Iraq', 'was', 'firing', 'its', 'Scud', 'missiles', 'at', 'Saudi', 'Arabia', 'and', 'Israel.']","[14, 15]",1,iraq,The Allied air forces were meanwhile continuing their hunt for the sites from which Iraq was firing its Scud missiles at Saudi Arabia and Israel.,"['Allied air forces, meanwhile, continued their hunt for the locations from which Iraq fired its Scud missiles at Saudi Arabia and Israel.', 'Meanwhile, allied air forces continued their hunt for the positions from which Iraq fired its Scud missiles at Saudi Arabia and Israel.', 'Meanwhile, allied air forces continued their hunt for locations from which Iraq fired its Scud missiles at Saudi Arabia and Israel.', 'Allied air forces, meanwhile, continued their hunt for the locations from which Iraq fired its Scud missiles at Saudi Arabia and Israel.', 'At the same time, allied air forces continued their hunt for areas hit by Scud missiles fired from Iraq at Saudi Arabia and Israel.']" -738,"['And', 'the', 'following', 'day', 'Britain', 'lost', 'its', 'battle', 'to', 'impose', 'the', 'burden', 'of', 'scientific', 'proof', 'on', 'those', 'who', 'oppose', 'radioactive', 'dumping.']","[4, 5]",1,britain,And the following day Britain lost its battle to impose the burden of scientific proof on those who oppose radioactive dumping.,"['And the following day, Britain lost its battle to impose the burden of scientific evidence on those who oppose the disposal of radioactive material.', 'And the next day, Britain lost its battle to impose the burden of scientific evidence on opponents of radioactive landfills.', 'And the following day, Britain lost its battle to impose the burden of scientific evidence on those who oppose the dumping of radioactive material.', 'And the following day, Britain lost its battle to place the burden of scientific evidence on the opponents of a repository operation.', 'And the next day, Britain lost its fight to require astronomical evidence of the storage of radioactive waste.']" -739,"['Third', 'seeds', 'are', 'Western', 'Samoa,', 'whose', 'preparations', 'for', 'Murrayfield', 'include', 'a', 'special', 'training', 'camp', 'in', 'Auckland,', 'and', 'if', 'the', 'draw', 'goes', 'according', 'to', 'plan', 'Scotland', 'will', 'face', 'fourth-seeded', 'Fiji', 'in', 'the', 'semis.']","[28, 29]",1,fiji,"Third seeds are Western Samoa, whose preparations for Murrayfield include a special training camp in Auckland, and if the draw goes according to plan Scotland will face fourth-seeded Fiji in the semis.","['Third-seeded West Samoa are also preparing for Murrayfield with a special training camp in Auckland and, if the draw goes to plan, Scotland will face fourth-seeded Fiji in the semi-finals.', 'Third-seeded West Samoa, who conclude their preparations at Murrayfield with a special training camp in Auckland, will face fourth-seeded Fiji in the semi-finals if the draw goes to plan.', 'Third-seeded Samoa, whose preparations at Murrayfield include a special training camp in Auckland, will face fourth-seeded Fiji in the semi-finals if the draw goes to plan.', 'If the draw goes according to plan, Scotland will face fourth-placed Fiji in the semi-finals at Murrayfield, which also includes a special training camp in Auckland.', 'In third place is West Samoa, who had been preparing for the Murrayfield Sports Challenge in Auckland, and if all goes to plan, Scotland will face fourth-seeded Fiji in the semi-finals.']" -740,"['Nice', 'men', 'all', 'but', 'surely', 'not', 'the', 'management', 'for', 'South', 'Africa', ""'s"", 'first', 'major', 'tour', 'since', '1981.']","[9, 11]",1,south africa,Nice men all but surely not the management for South Africa's first major tour since 1981.,"[""Nice men, but certainly not the management for South Africa's first major tour since 1981."", ""Nice men were almost certainly absent from South Africa's first major tour since 1981."", ""Nice men, but they are certainly not in charge of South Africa's first major tour since 1981."", ""Nice men, certainly not those in charge of South Africa's first major tour since 1981."", ""Nice men who won't be in South Africa for the first major tournament since 1981.""]" -741,"['Group', 'B:', 'Hungary', '13,', 'Holland', '13;', 'Italy', '8,', 'Greece', '6;', 'Spain', '12,', 'Cuba', '10.']","[6, 7]",1,italy,"Group B: Hungary 13, Holland 13; Italy 8, Greece 6; Spain 12, Cuba 10.","['Group B: Hungary 13, Holland 13; Italy 8, Greece 6; Spain 12, Cuba 10', 'Group B: Hungary 13, Holland 13; Italy 8, Greece 6; Spain 12, Cuba 10', 'Group B: Hungary 13, Netherlands 13; Italy 8, Greece 6; Spain 12, Cuba 10', 'Group B: Hungary: 13, Holland: 13, Italy: 8, Greece 6, Spain: 12, Cuba: 10', 'Group B: Spain, followed by Hungary, Holland, Italy, Greece, Spain, Hungary, Portugal and Holland.']" -742,"['and', 'learned', 'Gentleman', 'aware', 'that', 'the', 'United', 'States', 'has', 'made', 'a', 'bid', 'for', 'that', 'work?']","[6, 8]",1,united states,and learned Gentleman aware that the United States has made a bid for that work?,"['and learned that the United States had applied for this work?', 'and learned that the United States had made an offer for this work?', 'and learned gentlemen knew that the United States had made an offer for this work?', 'And did he learn that the United States had applied for the job?', 'And do we learn that the United States has adopted this treaty?']" -743,"['On', 'the', 'same', 'day', 'Pramual', 'announced', 'that', 'Thailand', 'would', 'repay', 'by', 'May', '31', 'all', 'existing', 'loans', 'owed', 'to', 'the', 'IMF', 'in', 'the', 'form', 'of', 'special', 'drawing', 'rights', '(SDRs)', 'worth', 'SDR53,900,000', '(equivalent', 'to', 'approximately', '$71,580,000).']","[7, 8]",1,thailand,"On the same day Pramual announced that Thailand would repay by May 31 all existing loans owed to the IMF in the form of special drawing rights (SDRs) worth SDR53,900,000 (equivalent to approximately $71,580,000).","['On the same day, Pramual announced that Thailand would repay all existing loans to the IMF in the form of SDR 53.9 million (about $71.58 million) by May 31.', 'On the same day, Pramual announced that Thailand would repay by May 31 all loans owed to the IMF in the form of Special Drawing Rights (SDR) worth SDR 53,900,000 (about $71,580,000).', 'On the same day, Pramual announced that Thailand would repay all existing loans to the IMF in the form of SDR 53.9 million (about $71.58 million) by May 31.', 'On the same day, Pramual announced that Thailand would repay all IMF liabilities in the form of a Special Drawing Authority (SDR) of SDR 53.9 million (about $71.58 million) by May 31.', 'On the same day, Pramual announced that Thailand would repay all existing SDRs of 53.9 million (about $71.58 million) in the form of Special Drawing Rights by May 31.']" -744,"['Libya', 'is', 'acting', 'in', 'accord', 'with', 'international', 'laws', 'and', 'treaties.']","[0, 1]",1,libya,Libya is acting in accord with international laws and treaties.,"['Libya is acting in accordance with international laws and treaties.', 'Libya is acting in accordance with international laws and treaties.', 'Libya is acting in accordance with international law and treaties.', 'Libya is acting in accordance with international law and treaties.', 'Libya acts in accordance with international laws and treaties on nuclear disarmament.']" -745,"['Underlying', 'inflation,', 'now', 'around', 'the', '3.7%', 'mark,', 'is', 'expected', 'to', 'slow', 'but', 'due', 'to', 'the', 'devaluation', 'of', 'the', 'pound', 'UK', 'exports', 'should', 'pick', 'up', 'dramatically', 'because', 'the', 'price', 'of', 'British', 'goods', 'will', 'be', 'much', 'cheaper', 'abroad.']","[19, 20]",1,uk,"Underlying inflation, now around the 3.7% mark, is expected to slow but due to the devaluation of the pound UK exports should pick up dramatically because the price of British goods will be much cheaper abroad.","['Underlying inflation, currently running at 3.7%, is expected to slow, but the depreciation of the pound is likely to boost UK exports dramatically, as British goods become significantly cheaper abroad.', 'Underlying inflation, currently around 3.7%, is likely to slow, but the depreciation of the pound is likely to boost UK exports dramatically, as the price of British goods will be much cheaper abroad.', 'Underlying inflation, currently at 3.7%, is expected to slow, but the depreciation of the pound is likely to boost British exports, as the price of British goods abroad would remain significantly cheaper.', 'Underlying inflation, currently at 3.7 per cent, is expected to slow, but the depreciation of the pound will boost British exports as the price of British goods becomes significantly cheaper abroad.', 'Underlying inflation, currently at 3.7%, is expected to slow, but the depreciation of the pound is likely to push up UK exports, as the price of British goods and services becomes significantly cheaper abroad.']" -746,"['As', 'the', 'Welsh', 'had', 'been', 'written', 'off', 'even', 'by', 'their', 'most', 'loyal', 'supporters,', 'the', 'French', 'media', 'was', 'at', 'pains', 'to', 'try', 'to', 'explain', 'to', 'their', 'bemused', 'readership', 'the', 'concept', 'of', 'points', 'differential,', 'in', 'other', 'words', 'point', 'out', 'that', 'in', 'order', 'to', 'win', 'the', 'cup', 'France', 'had', 'to', 'score', 'at', 'least', 'as', 'many', 'points', 'as', 'England', 'had', 'in', 'Dublin.']","[44, 45]",1,france,"As the Welsh had been written off even by their most loyal supporters, the French media was at pains to try to explain to their bemused readership the concept of points differential, in other words point out that in order to win the cup France had to score at least as many points as England had in Dublin.","[""After the Welsh were written off even by their most loyal supporters, France's media tried to explain the concept of points difference to the stunned readership, in other words, that in order to win the Cup, France had to score at least as many points as England did in Dublin."", 'With the Welsh having been written off even by their most loyal supporters, the French media sought to explain the concept of points differential to their stunned readership, in other words, to point out that before France could win the Cup, it had to score at least as many points as England did in Dublin.', 'After the Welsh were written off even by their most loyal supporters, the French media tried to explain the concept of points difference to their stunned readership, that is, to remind them that France needed to score at least as many points to win the Cup as England did in Dublin.', 'After the Welsh were written off even by their most loyal fans, the French media struggled to explain the concept of points difference to their stunned readership, claiming that to win the Cup France would need to accumulate at least as many points as England did in Dublin.', 'After the Welsh were written off even by their most loyal supporters, the French media tried to explain the concept of points difference to their stunned readership by pointing out that France needed at least as many points to win the Cup as England did in Dublin.']" -747,"['To', 'commemorate', 'South', 'Africa', ""'s"", 'readmission', 'to', 'Test', 'cricket,', 'Coopers', 'and', 'Lybrand', 'Ratings', 'have', 'published', 'a', 'list', 'of', 'what', 'their', 'world', 'rankings', 'would', 'have', 'been', 'in', 'March', '1970', 'when', 'South', 'Africa', 'played', 'their', 'last', 'Test', 'match.']","[2, 4]",1,south africa,"To commemorate South Africa's readmission to Test cricket, Coopers and Lybrand Ratings have published a list of what their world rankings would have been in March 1970 when South Africa played their last Test match.","[""To commemorate South Africa's return to Test cricket, Coopers and Lybrand Ratings have published a list of what their world rankings would have been in March 1970, when South Africa played its last Test match."", ""To commemorate South Africa's return to Test cricket, Coopers and Lybrand Ratings have published a list of what their world rankings looked like in March 1970, when South Africa played its last Test match."", ""To commemorate South Africa's reintroduction of Test cricket, Coopers and Lybrand Ratings have published a list of world ranking points that South Africa would have received in March 1970, when the last Test match was played."", ""To examine South Africa's return to Test cricket, Coopers and Lybrand Ratings have published a list of the world rankings South Africa would have received in March 1970, when South Africa played its last Test match."", ""To celebrate South Africa's return to Test cricket, Coopers and Lybrand Ratings publish a list of what their world rankings would have been in March 1970, when South Africa played its last Test match.""]" -748,"['The', 'bottom', 'end', 'is', 'very', 'New', 'York/New', 'Jersey', 'and', 'the', 'top', 'is', 'very', 'melodic,', 'very', 'European.']","[5, 8]",1,new york/new jersey,"The bottom end is very New York/New Jersey and the top is very melodic, very European.","['The lower end is very New York / New Jersey, and the upper end is very melodic, very European.', 'The lower end is very New York / New Jersey and the upper end is very melodic, very European.', 'The lower end is very New York / New Jersey and the top is very melodic, very European.', 'The bottom corner is very New York, the top is very melodic, very European.', 'The bottom half is very New York / New Jersey and the top half is very melodic, very European.']" -749,"['But', 'the', 'US', 'appeared', 'powerless', 'to', 'intervene', 'as', 'Gen', 'Noriega', 'persisted', 'in', 'the', 'harassment', 'and', 'arrest', 'of', 'his', 'opponents', 'and', 'the', 'continued', 'muzzling', 'of', 'the', 'media.']","[2, 3]",1,us,But the US appeared powerless to intervene as Gen Noriega persisted in the harassment and arrest of his opponents and the continued muzzling of the media.,"['But the US seemed powerless as Gen Noriega continued to harass and arrest his opponents and muzzle the media.', 'But the US seemed powerless to intervene when Gen Noriega insisted on harassing and arresting his opponents, and on muzzling the media.', 'But the US seemed powerless to intervene, while Gen Noriega continued to harass and arrest his opponents and muzzle the media.', 'But the US seemed powerless to intervene, while Gen Noriega continued to harass and arrest his opponents and muzzle the media.', 'But the US seemed incapable of intervening as Gen Noriega continued to harass and arrest his opponents, and continued to suppress the media.']" -750,"['EVERYBODY', 'is', 'dancing', 'on', 'the', 'grave', 'of', 'Drexel', 'Burnham', 'Lambert', '-', 'everybody', 'but', 'entrepreneurial', 'America', ',', 'that', 'is.']","[14, 15]",1,america,"EVERYBODY is dancing on the grave of Drexel Burnham Lambert - everybody but entrepreneurial America, that is.","['EVERYBODY dances on the grave of Drexel Burnham Lambert - at least everyone except entrepreneurial America.', 'EVERY BODY is dancing on the grave of Drexel Burnham Lambert - just not entrepreneurial America.', 'EVERY BODY dances on the grave of Drexel Burnham Lambert - pretty much everyone except entrepreneurial America.', 'EVERY BODY dances at the grave of Drexel Burnham Lambert - at least everyone except the American entrepreneur.', 'EVERY BODY dances on the grave of Drexel Burnham Lambert - except for entrepreneurial America.']" -751,"['EUROPEAN', 'ELECTRONICS', 'CHAMPIONS', 'VERSUS', 'USA', 'AND', 'JAPAN']","[4, 5]",1,usa,EUROPEAN ELECTRONICS CHAMPIONS VERSUS USA AND JAPAN,"['EUROPEAN ELECTRONIC CHAMPIONS VERSUS USA and JAPAN', 'EUROPEAN ELECTRONIC CHAMPIONS VERSUS USA and Japan', 'EUROPEAN ALECTRONIC CHAMPIONS VERSUS USA and JAPAN', 'EUROPEAN ELECTRONIC CHAMPIONS VERSUS around the USA and Japan', 'EUROPEAN ELECTRONIC CHAMPIONS VERSUS USA and']" -752,"['Thus', 'in', 'the', 'winter', 'of', '1948-49', '-', 'as', 'fighting', 'resumed', 'between', 'Israel', 'and', 'the', 'Arabs', '-', 'Britain', 'seemed', 'close', 'to', 'intervention', 'on', 'behalf', 'of', 'Egypt.']","[16, 17]",1,britain,Thus in the winter of 1948-49 - as fighting resumed between Israel and the Arabs - Britain seemed close to intervention on behalf of Egypt.,"['Thus, in the winter of 1948-49 - when fighting between Israel and the Arabs resumed - Britain seemed on the verge of intervening in the name of Egypt.', ""Thus, in the winter of 1948-49, when fighting between Israel and the Arabs resumed, Britain seemed on the verge of intervening in Egypt's favor."", ""So when the fighting between Israel and the Arabs resumed in the winter of 1948-49, Britain seemed on the verge of intervening in Egypt's favor."", 'Thus, in the winter of 1948-49 - when fighting between Israel and the Arabs flared up again - Britain seemed on the verge of intervening in the name of Egypt.', ""Thus, in the winter of 1948-49 - when fighting between Israel and the Arabs resumed - Britain seemed on the verge of intervening in Egypt's favor.""]" -753,"['And', 'he', 'has', 'out-scored', 'Les', 'Ferdinand', 'of', 'Queens', 'Park', 'Rangers,', 'who', 'is', 'in', ""Taylor's"", 'squad', 'for', 'the', 'World', 'Cup', 'qualifier', 'with', 'Turkey', '.']","[21, 22]",1,turkey,"And he has out-scored Les Ferdinand of Queens Park Rangers, who is in Taylor's squad for the World Cup qualifier with Turkey.","[""And he has ruled out Les Ferdinand of Queens Park Rangers, who is in Taylor's squad for the World Cup qualifier against Turkey."", ""And he scored against Les Ferdinand of Queens Park Rangers, who is in Taylor's squad for the World Cup qualifier with Turkey."", ""And he has signed Les Ferdinand from Queens Park Rangers, who is in the squad for Taylor's World Cup qualifier against Turkey."", ""And he has replaced Frenchman Les Ferdinand of Queens Park Rangers, who is in Taylor's squad for the World Cup qualifier with Turkey."", ""And he scored against Earvin Marquez of Queens Park Rangers, who is in Taylor's squad for the World Cup qualifier with Turkey.""]" -754,"['Security', 'talks', 'with', 'Zaïre', 'and', 'Rwanda']","[5, 6]",1,rwanda,Security talks with Zaïre and Rwanda,"['Security talks with Zaire and Rwanda', 'Security talks with Zaire and Rwanda', 'Security talks with Zaire and Rwanda', 'Security talks with Zaire and Rwanda', 'Security talks with Saïre and Rwanda']" -755,"['The', 'principal', 'was', ""Scotland's"", 'Second', 'Test', 'against', 'Australia', 'at', 'Ballymore', 'in', 'June,', 'and', 'Sole', 'even', 'scored', 'a', 'try', 'in', 'his', 'finale.']","[7, 8]",1,australia,"The principal was Scotland's Second Test against Australia at Ballymore in June, and Sole even scored a try in his finale.","[""The most important was Scotland's second Test against Australia in Ballymore in June and he even scored in his last game."", ""The first was Scotland's second Test against Australia in Ballymore in June, and the final was even more poignant."", ""The foundations were laid for Scotland's second Test against Australia at Ballymore in June, with Sole even scoring a goal in the final."", ""That included Scotland's second Test against Australia in Ballymore in June, and he even scored in the final."", ""Own goal of the day, Scotland's second Test against Australia in Ballymore in June and even reaching the final.""]" -756,"['Reports', 'from', 'Kampuchea', 'claim', 'that', 'the', ""country's"", '35,000-man', 'army', 'is', 'good', 'enough', 'to', 'stand', 'up', 'to', 'Khmer', 'Rouge', 'incursions.']","[2, 3]",1,kampuchea,"Reports from Kampuchea claim that the country's 35,000-man army is good enough to stand up to Khmer Rouge incursions.","[""Reports from Kampuchea say the country's 35,000-strong army is good enough to withstand the Khmer Rouge invasion."", ""Reports from Kampuchea say the country's 35,000-strong army is good enough to withstand Khmer Rouge invasions."", ""Reports from Kampuchea say the country's 35,000-strong army is good enough to withstand the Khmer Rouge invasion."", ""Reports from Kampuchea say the country's 35,000-strong army is good enough to withstand Khmer Rouge attacks."", ""Kampuchea claims the country's 35,000-strong army is good enough to withstand Khmer Rouge incursions.""]" -757,"['Just', 'over', '18', 'per', 'cent', 'of', 'the', 'Tiger', 'Index', 'Fund', 'will', 'follow', 'each', 'of', 'the', 'DTI', 'approved', 'markets', 'such', 'as', 'Hong', 'Kong,', 'Singapore', 'and', 'Malaysia', 'and', 'half', 'this', 'percentage', 'will', 'go', 'into', 'others.']","[22, 23]",1,singapore,"Just over 18 per cent of the Tiger Index Fund will follow each of the DTI approved markets such as Hong Kong, Singapore and Malaysia and half this percentage will go into others.","[""Just over 18 percent of Tiger's index fund will be located in DTI-approved markets such as Hong Kong, Singapore or Malaysia, and half of that percentage will go to others."", 'Only a good 18% of Tiger index funds will be oriented towards the individual markets approved by the DTI, such as Hong Kong, Singapore or Malaysia, and half of the share will go to others.', 'Just over 18% of the Tiger Index Fund will follow DTI-accredited markets such as Hong Kong, Singapore and Malaysia, half of which will be in other markets.', 'The Tiger Index Fund will also follow DTI-approved markets such as Hong Kong, Singapore and Malaysia at just over 18 percent, with half of that share going to other countries.', 'Just over 18 per cent of Tiger Index funds go to any DTI-certified market - such as Hong Kong, Singapore and Malaysia - and half go to others.']" -758,"['Eagles', 'v', 'Hong', 'Kong']","[2, 4]",1,hong kong,Eagles v Hong Kong,"['Eagles v Hong Kong', 'Eagles v Hong Kong', 'Eagles v Hong Kong', 'Eagles v Hong Kong', 'Eagles v Hong Kong']" -759,"['Independence', 'may', 'be', 'a', 'reality', 'in', 'fact', 'if', 'not', 'in', 'name,', 'but', 'it', 'contradicts', 'the', 'dream', 'of', 'a', 'united', 'China', 'that', 'both', 'the', 'Kuomintang', 'and', 'the', 'communists', 'of', 'Beijing', 'hold', 'dear', '-', 'so', 'dear', 'that', 'China', 'has', 'always', 'threatened', 'to', 'use', 'force', 'if', 'Taiwan', 'declared', 'independence.']","[35, 36]",1,china,"Independence may be a reality in fact if not in name, but it contradicts the dream of a united China that both the Kuomintang and the communists of Beijing hold dear - so dear that China has always threatened to use force if Taiwan declared independence.","['Independence may indeed be possible, though not in its name, but it runs counter to the dream of a united China that is dear to both the Kuomintang and the communists in Beijing - so much so that China has always threatened to use force if Taiwan declares independence.', 'Independence may indeed be a reality, though not in name, but it belies the dream of a united China that both the Kuomintang and the communists in Beijing love - so much so that China has always threatened violence if Taiwan declares independence.', 'Independence may be a reality, if only in name, but it runs counter to the dream of a united China that both the Kuomintang and the communists in Beijing cherish - so much so that China has always threatened violence if Taiwan declares independence.', 'Independence may indeed be true, though not in name, but it runs counter to the dream of a united China cherished by both the Kuomintang and the communists - so much so that China has always said it would use force if Taiwan declared independence.', 'Independence may be reduced to name, but it is the dream of a united China that the Kuomintang, like the communists in Beijing, hold dear - so much so that China has always threatened violence if Taiwan declares independence.']" -760,"['In', 'particular,', '`', 'Britain', 'was', 'bounced', 'into', 'surrenders', 'of', 'sovereignty', 'which', 'she', 'would', 'never', 'have', 'accepted', 'if', 'they', 'had', 'been', 'presented', 'as', 'abstract', 'ideas', '"".']","[3, 4]",1,britain,"In particular, Britain was bounced into surrenders of sovereignty which she would never have accepted if they had been presented as abstract ideas"".","['In particular, Britain was facing the loss of its sovereignty, which it would never have accepted if it had been presented as abstract ideas. ""', 'In particular, Britain was forced to relinquish sovereignty rights that it would never have accepted if presented as abstract ideas. ""', 'In particular, Britain struggled with the surrender of its sovereignty, which it would never have accepted if presented as abstract ideas. ""', 'In particular, Britain committed to the transfer of sovereignty that it would never have accepted if they had been presented as abstract ideas. ""', 'In particular, it has led Britain to surrender sovereignty that would never have been accepted if it had been presented as abstract ideals. ""']" -761,"['Perceptions', 'of', 'product', 'parity', 'are', 'highest', 'in', 'markets', 'like', 'Japan', ',', 'where', 'product', 'proliferation', 'is', 'wildest.']","[9, 10]",1,japan,"Perceptions of product parity are highest in markets like Japan, where product proliferation is wildest.","['In markets such as Japan, where product penetration is most prevalent, product parity is felt to be highest.', 'In markets such as Japan, where the number of products is increasing the most, the perception of product parity is highest.', 'Ideas of product parity are most pronounced in markets such as Japan, where product distribution is most widespread.', 'Product parity is strongest in markets such as Japan, where product penetration is highest.', 'Why an employee in Japan does not have more than one person in production is explored at home.']" -762,"['European', 'Community', 'Hungary', 'granted', '£800m', 'loan', 'deal.']","[2, 3]",1,hungary,European Community Hungary granted £800m loan deal.,"['The European Community granted a loan of £800 million to Hungary.', 'The European Community has lent £800 million to Hungary.', 'Hungary has received £800 million in loans from the European Community', 'The European Union has granted Hungary an £800 million loan.', 'Hungary raised £800million.']" -763,"['It', 'wanted', 'talks', 'with', 'America', ',', 'not', 'just', 'with', 'the', 'International', 'Atomic', 'Energy', 'Agency', '(IAEA)', 'or', 'the', 'United', 'Nations.']","[4, 5]",1,america,"It wanted talks with America, not just with the International Atomic Energy Agency (IAEA) or the United Nations.","['They wanted talks with America, not just with the International Atomic Energy Agency (IAEA) or the United Nations.', 'They wanted talks with America, not just with the International Atomic Energy Agency (IAEA) or the United Nations.', 'He wanted talks with America, not just with the International Atomic Energy Agency (IAEA) or the United Nations.', 'They want to talk to America, not just the International Atomic Energy Agency (IAEA) or the United Nations.', 'They want to talk to America, not just the International Atomic Energy Agency or the United Nations.']" -764,"['For', 'many', 'years', 'the', ""People's"", 'Republic', 'of', 'China', 'has', 'been', 'one', 'of', 'the', ""world's"", 'leading', 'conventional', 'arms', 'and', 'nuclear', 'technology', 'exporters.']","[4, 8]",1,people's republic of china,For many years the People's Republic of China has been one of the world's leading conventional arms and nuclear technology exporters.,"[""The People's Republic of China has been one of the world's leading exporters of conventional weapons and nuclear technology for many years."", ""The People's Republic of China has been one of the leading exporters of conventional weapons and nuclear technology for many years."", ""The People's Republic of China has been one of the world's leading exporters of conventional weapons and nuclear technology for many years."", ""The People's Republic of China has long been one of the world's leading exporters of conventional weapons and nuclear technology."", ""China has been one of the world's leading exporters of conventional weapons and nuclear technology for many years.""]" -765,"['Britain', 'must', 'come', 'first']","[0, 1]",1,britain,Britain must come first,"['Britain must come first', 'Britain must come first', 'Britain must come first', 'Britain must return to the front line', 'Britain must be at the forefront']" -766,"['Stocks', 'soar', 'as', 'China', 'approves', 'Hong', 'Kong', 'deals']","[5, 7]",1,hong kong,Stocks soar as China approves Hong Kong deals,"['Stocks rise after China approves Hong Kong deal', 'Stocks rise sharply as China approves Hong Kong deal', 'Stocks soar after China approves Hong Kong deal', 'Stocks rise after approval of Hong Kong deals', 'Stocks soar as China ratifies Hong Kong']" -767,"['While', 'allied', 'airmen', 'risk', 'their', 'lives', 'in', 'the', 'Arabian', 'desert,', 'politicians', 'in', 'Bonn', 'squabble', 'over', 'whether', 'Germany', 'is', 'bound', 'by', 'treaty', 'to', 'aid', 'Turkey,', 'a', 'NATO', 'partner,', 'should', 'it', 'be', 'attacked', 'by', 'Iraq', '.']","[32, 33]",1,iraq,"While allied airmen risk their lives in the Arabian desert, politicians in Bonn squabble over whether Germany is bound by treaty to aid Turkey, a NATO partner, should it be attacked by Iraq.","['While allied airmen are risking their lives in the Arabian desert, Bonn politicians are arguing over whether Germany is contractually obliged to help NATO partner Turkey in an attack on Iraq.', 'While allied airmen are risking their lives in the Arabian desert, Bonn politicians are arguing over whether Germany is contractually obliged to help NATO partner Turkey in an attack on Iraq.', 'While allied pilots are risking their lives in the Arab desert, Bonn politicians are debating whether Germany is contractually obliged to help NATO partner Turkey in the event of an attack by Iraq.', 'While allied soldiers are risking their lives in the Arab desert, Bonn politicians are arguing over whether Germany is contractually obliged to help NATO partner Turkey in the event of an attack on Iraq.', 'While allied airmen are risking their lives in the Arabian desert, Bonn politicians are arguing over whether Germany is contractually obliged to help NATO partner Turkey in the event of an attempted invasion by Iraq.']" -768,"['With', 'the', 'signing', 'of', 'two', 'financial', 'agreements', 'with', 'Algeria', 'on', 'May', '2,', 'Italy', 'was', 'confirmed', 'as', 'one', 'of', ""Algeria's"", 'main', 'commercial', 'partners', '-', 'a', 'policy', 'said', 'to', 'provide', 'endorsement', 'for', ""Hamrouche's"", 'reform', 'programme', 'and', 'to', 'contrast', 'with', 'the', 'more', 'cautious', 'attitude', 'of', 'France', ',', ""Algeria's"", 'most', 'important', 'trading', 'partner.']","[42, 43]",1,france,"With the signing of two financial agreements with Algeria on May 2, Italy was confirmed as one of Algeria's main commercial partners - a policy said to provide endorsement for Hamrouche's reform programme and to contrast with the more cautious attitude of France, Algeria's most important trading partner.","[""With the signing of two financial agreements with Algeria on May 2, Italy was confirmed as one of Algeria's most important trading partners - a policy that supposedly strengthens Hamrouch's reform agenda and contrasts with the more cautious stance of France, Algeria's main trading partner."", ""With the signing of two financial agreements with Algeria on 2 May, Italy was confirmed as one of Algeria's most important trading partners - a policy designed to give strong support to Hamrouche's reform programme and to counter the cautious attitude of France, Algeria's main trading partner."", ""The signing of two financial agreements with Algeria on May 2 confirmed Italy as one of Algeria's most important trading partners - an approach intended to support Hamrouche's reform program and in contrast to the more cautious stance taken by France, Algeria's main trading partner."", ""With the signing of two financial agreements with Algeria on May 2, Italy was confirmed as one of Algeria's most important trading partners - a policy aimed at supporting Hamrouche's reform program and being more cautious in contrast to France, Algeria's main trading partner."", ""Mali was thus one of Algeria's most important trading partners, signing two financial agreements with Algeria on May 2 - a policy meant to support Hamrouche's reform program and contrast with the more cautious side of France, Algeria's main trading partner.""]" -769,"['More', 'and', 'more,', 'ever', 'since', 'Irangate,', 'Iran', 'seemed', 'to', 'have', 'a', 'crucial', 'role', 'to', 'play', 'in', 'the', 'release', 'of', 'American', 'and', 'French', 'hostages.']","[6, 7]",1,iran,"More and more, ever since Irangate, Iran seemed to have a crucial role to play in the release of American and French hostages.","['Since the Iranian Gate, Iran seems to be playing an increasingly decisive role in freeing American and French hostages.', 'Since ""Irangate,"" Iran seems to have played a crucial role in freeing American and French hostages.', 'Iran appeared to have played a crucial role in freeing American and French hostages since the Irangate era.', 'Since Irangate ordered the lifting of the blockade, Iran appears to be playing an increasingly crucial role in freeing American and French hostages.', 'Since the founding of Irangate, Iran has seemed to play an increasingly important role in freeing the American and French hostages.']" -770,"['ASIF', 'MUJTABA', 'scored', '125,', 'his', 'second', 'unbeaten', 'century', 'of', 'the', 'match,', 'to', 'steer', 'Pakistan', 'to', '291-5', 'and', 'a', 'five-wicket', 'win', 'over', 'Queensland', 'in', 'Brisbane.']","[13, 14]",1,pakistan,"ASIF MUJTABA scored 125, his second unbeaten century of the match, to steer Pakistan to 291-5 and a five-wicket win over Queensland in Brisbane.","['ASIF MUJTABA scored 125, his second unbeaten century of the game, and led Pakistan to a 291-5 5-wicket victory over Queensland in Brisbane.', 'ASIF MUJTABA scored 125, his second unbeaten century in this encounter, to help Pakistan to a 291-5 victory over Queensland in Brisbane.', 'ASIF-MUJTABA scored 125, his second unbeaten century, to steer Pakistan to a 291-5 and a five-wicket victory over Queensland in Brisbane.', 'ASIF MUJTABA scored 125 to lead Pakistan to a 291-5 and a 5-0 win over Queensland in Brisbane, his second unbeaten win of the match.', 'ASIF MUJTABA grabbed his second unbeaten hundred of the century with 125 to lead Pakistan to 291-5 and five strokes ahead of Queensland in Brisbane.']" -771,"['Producers', 'were', 'so', 'busy', 'fighting', 'their', 'own', 'corner,', 'and', 'so', 'mesmerized', 'by', 'the', 'success', 'of', 'Hollywood,', 'that', 'they', ""didn't"", 'have', 'the', 'strength', 'to', 'argue', 'that', 'keeping', 'the', 'industry', 'fragmented', 'and', 'flexible,', 'learning', 'from', ""Hollywood's"", 'example', 'without', 'simply', 'imitating', 'its', 'outward', 'forms,', 'might', 'be', 'a', 'better', 'way', 'of', 'catering', 'for', 'a', 'market', 'the', 'size', 'of', 'Britain', 'than', 'heading', 'up', 'the', 'road', 'of', 'monopoly.']","[54, 55]",1,britain,"Producers were so busy fighting their own corner, and so mesmerized by the success of Hollywood, that they didn't have the strength to argue that keeping the industry fragmented and flexible, learning from Hollywood's example without simply imitating its outward forms, might be a better way of catering for a market the size of Britain than heading up the road of monopoly.","[""The producers were so busy fighting for their own corner, and so fascinated by Hollywood's success, that they did not have the strength to argue that it would be better to preserve the fragmented and flexible industry, to learn from Hollywood's example without simply imitating it outwardly, than to go on a monopoly road and serve a market the size of Britain."", ""The producers were so busy fighting their own corner, so mesmerised by the show's success, that they did not have the strength to argue that it would be better to keep the industry fragmented and flexible, and learn from the Hollywood model, without just copying its outer forms and serving a market the size of Britain, rather than embarking on a path towards monopoly."", ""The producers were so busy fighting for their corner, and so fascinated by Hollywood's success, that they did not have the strength to argue that a fragmented and flexible industry could learn from Hollywood's example without simply imitating its outer forms, in order to better serve a market the size of Britain rather than moving toward monopoly formation."", ""The producers were so busy fighting their corner, so entranced by Hollywood's success, that they lacked the strength to argue openly that a fragmented and flexible industry, learning from Hollywood's example without imitating the outer forms of film, would be better able to serve a market the size of Britain than to follow the path of monopoly."", ""Producers were so preoccupied with fighting for their own corner, and fascinated by success in Hollywood, that they lacked the strength to argue that a fragmented and flexible industry, which could learn from Hollywood's example without simply imitating its outer forms, could serve a market the size of Britain better than a monopoly.""]" -772,"['EC', 'foreign', 'ministers', 'are', 'expected', 'to', 'rule', 'on', 'Bosnia', ""'s"", 'request', 'for', 'diplomatic', 'recognition', 'in', 'Brussels', 'today.']","[8, 9]",1,bosnia,EC foreign ministers are expected to rule on Bosnia's request for diplomatic recognition in Brussels today.,"[""EU foreign ministers are expected to decide today in Brussels on Bosnia's application for diplomatic recognition."", ""EU foreign ministers are expected to decide today in Brussels on Bosnia's application for diplomatic recognition."", ""EU Foreign Ministers will decide today in Brussels on Bosnia's application for diplomatic recognition."", ""EU foreign ministers are expected to decide today in Brussels on Bosnia's application for diplomatic recognition."", ""European Union foreign ministers are expected to decide today in Brussels on Bosnia's application for diplomatic recognition.""]" -773,"['and', 'they', 'were', 'saying', 'that', 'er,', 'South', 'Africa', ""'s"", 'going', 'to', 'have', 'to', 'import', 'food', 'this', 'year']","[6, 8]",1,south africa,"and they were saying that er, South Africa's going to have to import food this year","['And they said uh, South Africa will have to import food this year', 'And they said, er, South Africa will have to import food this year.', 'And they said, er, South Africa will have to import food this year.', 'and they said, er, South Africa will have to import food this year.', 'South Africa imports food this year']" -774,"['America', 'is', 'riding', 'high', 'on', 'a', 'wave', 'of', 'post-Gulf', 'confidence,', 'but', 'one', 'part', 'of', 'the', 'country', 'is', 'still', 'missing', 'out:', 'the', 'poverty-ridden', 'ghettos', 'where', 'millions', 'of', 'black', 'Americans', 'live.']","[0, 1]",1,america,"America is riding high on a wave of post-Gulf confidence, but one part of the country is still missing out: the poverty-ridden ghettos where millions of black Americans live.","['America is riding a wave of confidence after the Gulf, but one part of the country still falls short of expectations: the impoverished ghettos in which millions of black Americans live.', 'America is riding a wave of post-democratic self-confidence, but one part of the country is still missing: the poverty camps in which millions of black Americans live.', 'America is riding a wave of confidence in the post-war Gulf, but one part of the country is feeling the pinch: the poor ghettos in which millions of black Americans live.', 'America is riding a wave of confidence after the Gulf War, but one part of the country is still not integrated: the impoverished ghettos in which millions of black Americans live.', ""America is riding a wave of confidence after the Gulf, but part of the country is still riding a wave of optimism about the future of the world's largest economy, which has been battered by the global financial crisis since the 2008 financial crisis.""]" -775,"['He', 'suggested', 'to', 'our', 'supervisor', 'that', 'we', 'should', 'read', 'the', '`', 'new', 'linguistics', '""', 'coming', 'out', 'of', 'the', 'U.S.A.', ',', 'in', 'order', 'to', 'arrive', 'at', 'the', 'best', 'analytic', 'categories', 'and', 'techniques', 'for', 'analysing', 'the', 'language', 'of', 'television.']","[18, 19]",1,u.s.a.,"He suggested to our supervisor that we should read the new linguistics"" coming out of the U.S.A., in order to arrive at the best analytic categories and techniques for analysing the language of television.","['He encouraged our supervisor to read the new linguistics coming from the United States in order to arrive at the best analytical categories and techniques for analyzing the language of television.', 'He recommended that our superior read the new linguistics coming from the USA in order to arrive at the best analytical categories and techniques for the analysis of television language.', 'He suggested that our superiors read the new linguistics coming from the United States in order to arrive at the best analytical techniques and categories for analysing the language of television.', 'He recommended that our supervisor first read the new linguistics coming from the USA in order to arrive at the best categories of analysis and analytical techniques for the language of television.', 'He recommended that our superiors turn to the new linguistic knowledge from the United States to find it in the best analytical categories and techniques for analyzing the language of television.']" -776,"['The', 'K4', 'heats', 'produced', 'some', 'very', 'close', 'pairs,', 'Finland', 'and', 'China,', 'Austria', 'and', 'France', 'and', 'Portugal', 'and', 'Belgium', '.']","[17, 18]",1,belgium,"The K4 heats produced some very close pairs, Finland and China, Austria and France and Portugal and Belgium.","['The K4 heats produced some very close pairs, Finland and China, Austria and France as well as Portugal and Belgium.', 'In the K4 heats there were some very close pairings: Finland and China, Austria and France as well as Portugal and Belgium.', 'The K4 heats produced some very close pairings, Finland and China, Austria and France as well as Portugal and Belgium.', 'The heats in the K4 class resulted in very close pairings, Finland and China, Austria and France as well as Portugal and Belgium.', 'The K4 heats have produced two very close pairs: Finland and China, Austria and France, and Portugal and Belgium.']" -777,"['In', 'talks', 'with', 'Tran', 'Duc', 'Luong,', 'a', 'Vice-Chairman', 'of', 'the', 'Council', 'of', 'Ministers,', 'Prawiro', 'said', 'that', 'Indonesia', 'would', 'support', ""Vietnam's"", 'application', 'for', 'aid', 'from', 'international', 'financial', 'institutions.']","[16, 17]",1,indonesia,"In talks with Tran Duc Luong, a Vice-Chairman of the Council of Ministers, Prawiro said that Indonesia would support Vietnam's application for aid from international financial institutions.","[""In talks with Tran Duc Luong, a vice chairman of the Council of Ministers, Prawiro said Indonesia would support Vietnam's request for assistance from international financial institutions."", ""In a conversation with Tran Duc Luong, vice chairman of the Council of Ministers, Prawiro said Indonesia would support Vietnam's request for assistance from international financial institutions."", ""In a conversation with Tran Duc Luong, vice chairman of the Council of Ministers, Prawiro said Indonesia would support Vietnam's request for assistance from international financial institutions."", ""In talks with Tran Duc Luong, a vice chairman of the Council of Ministers, Prawiro said Indonesia would support Vietnam's request for assistance from international financial institutions."", ""In talks with Tran Duc Luong, a vice chairman of the Council of Ministers, Prawiro said Indonesia would support Vietnam's request for assistance from international financial institutions.""]" -778,"['That,', 'in', 'an', 'age', 'of', 'wonders', 'in', 'the', 'Communist', 'world,', 'involves', 'a', 'fresh', 'Western', 'approach', 'to', 'the', 'heart', 'of', 'the', 'matter,', 'the', 'hopeless', 'poverty', 'of', 'Vietnam', '.']","[25, 26]",1,vietnam,"That, in an age of wonders in the Communist world, involves a fresh Western approach to the heart of the matter, the hopeless poverty of Vietnam.","[""In an age of miracles in the communist world, this implies a new Western approach to addressing the core of the issue, namely Vietnam's desperate poverty."", 'In the age of miracles in the communist world, this means a new approach by the West to the core of the matter, the desperate poverty in Vietnam.', 'In the age of miracles in the communist world, this involves a new Western approach to the core of the matter, namely the hopeless poverty in Vietnam.', ""This includes a new Western approach to the core of the matter, Vietnam's hopeless poverty at a time of miracles in the communist world."", 'This means that these issues must be addressed at one of the most important development events in the world, a ban on pricing and the publication of documents in the immediate vicinity.']" -779,"['Since', '1980,', 'the', 'economy,', 'which', 'has', 'always', 'been', 'dependent', 'on', 'exports', 'of', 'a', 'small', 'range', 'of', 'agricultural', 'products,', 'especially', 'coffee,', 'has', 'become', 'highly', 'dependent', 'on', 'US', 'aid.']","[25, 26]",1,us,"Since 1980, the economy, which has always been dependent on exports of a small range of agricultural products, especially coffee, has become highly dependent on US aid.","['Since 1980, the economy, which has always depended on the export of a small selection of agricultural products, especially coffee, has been heavily dependent on US aid.', 'Since 1980, the economy, which has always depended on the export of a small range of agricultural products, especially coffee, has become highly dependent on the United States.', 'Since 1980, the economy, which has always depended on exports of a small range of agricultural products such as coffee, has become heavily dependent on US support.', 'Since 1980, the economy, which has always depended on the export of a small variety of agricultural products, especially coffee, has become heavily dependent on US aid.', 'Since 1980, the economy, which has always depended on the export of a small number of agricultural products, especially coffee, has been heavily dependent on US financial assistance.']" -780,"['France', 'will', 'take', 'us', 'lightly', 'and', ""I'm"", 'not', 'worried', 'about', 'the', 'crowd.']","[0, 1]",1,france,France will take us lightly and I'm not worried about the crowd.,"[""France will take us lightly and I'm not worried about the crowd."", 'France will take us lightly and I am not worried about the crowds.', ""France will take us lightly and I'm not worried about the crowd."", ""France will take us lightly and I'm not worried about the scrum."", 'France will take it lightly and I am not worried about the people.']" -781,"['The', 'two', 'terminals', 'and', 'the', 'Fao', 'tank', 'farm', 'were', 'put', 'out', 'of', 'action,', 'depriving', 'Iraq', 'of', 'the', 'normal', 'means', 'of', 'exporting', 'the', 'output', 'of', 'its', 'southern', 'oilfields', 'close', 'to', 'Basrah.']","[14, 15]",1,iraq,"The two terminals and the Fao tank farm were put out of action, depriving Iraq of the normal means of exporting the output of its southern oilfields close to Basrah.","['The two terminals and the Fao terminal were shut down, depriving Iraq of the normal means of exporting its southern oilfields near Basra.', 'The two terminals and the Fao terminal were shut down, depriving Iraq of normal resources to produce its southern oilfields near Basra.', 'The two terminals and the Fao terminal were shut down, depriving Iraq of the normal means of production for its southern oilfields near Basra.', 'The two terminals and the Fao terminal were shut down, depriving Iraq of normal means of exporting its southern oilfields near Basra.', 'The two terminals and the Fao terminal were closed, depriving Iraq of its ability to export its southern oilfields near Basra.']" -782,"['A', ""butcher's"", 'shop', 'is', 'about', 'to', 'receive', 'a', 'delivery', 'of', 'spring', 'lamb', 'from', 'New', 'Zealand', '.']","[13, 15]",1,new zealand,A butcher's shop is about to receive a delivery of spring lamb from New Zealand.,"['A butcher is about to receive a delivery of spring lamb from New Zealand.', ""A butcher's shop is facing a delivery of spring lamb from New Zealand."", 'A butcher brings spring lamb from New Zealand.', ""A butcher's shop is about to deliver spring lamb from New Zealand."", ""A load of spring lamb from New Zealand stands outside a butcher's shop.""]" -783,"['TUC', 'chief', 'Norman', 'Willis', 'appealed', 'to', 'bosses', 'yesterday', 'to', 'get', 'Britain', 'back', 'to', 'work.']","[10, 11]",1,britain,TUC chief Norman Willis appealed to bosses yesterday to get Britain back to work.,"['TUC boss Norman Willis yesterday appealed to bosses to get Britain back on track.', 'TUC boss Norman Willis yesterday appealed to bosses to get Britain back to work.', 'TUC boss Norman Willis yesterday appealed to bosses to get back to work.', 'TUC boss Norman Willis yesterday appealed to bosses to get Britain back to work.', 'TUC boss Norman Willis made a fresh appeal to bosses yesterday to get Britain back to work.']" -784,"['Finally,', 'we', 'examine', 'the', 'UK', 'privatization', 'programme', 'in', 'practice.']","[4, 5]",1,uk,"Finally, we examine the UK privatization programme in practice.","['Finally, we are looking at the UK privatisation programme in practice.', 'Finally, we are looking at the UK privatisation programme in practice.', 'Finally, let us look at the UK privatisation programme in practice.', 'Finally, in practice, we are dealing with the privatisation programme for Great Britain.', 'Finally, we examine the UK privatisation system in practice.']" -785,"['THE', 'US', 'Secretary', 'of', 'State,', 'Mr', 'Jim', 'Baker,', 'yesterday', 'sought', 'to', 'fend', 'off', 'the', 'growing', 'criticism', 'of', 'the', 'new', 'US', 'initiative', 'towards', 'Beijing,', 'arguing', 'that', 'the', 'priorities', 'were', 'to', 'prevent', 'China', 'from', 'retreating', 'further', 'into', 'isolation,', 'and', 'to', 'show', 'support', 'for', 'moderates', 'in', 'the', 'government.']","[19, 20]",1,us,"THE US Secretary of State, Mr Jim Baker, yesterday sought to fend off the growing criticism of the new US initiative towards Beijing, arguing that the priorities were to prevent China from retreating further into isolation, and to show support for moderates in the government.","['American Secretary of State Jim Baker yesterday sought to fend off growing criticism of the new US initiative against Beijing, arguing that its priority is to keep China from further isolation and show support for moderates in the government.', 'US Secretary of State Jim Baker yesterday sought to fend off growing criticism of the new US initiative against Beijing, saying its priorities were to avoid further isolation of China and to demonstrate support for moderates within the government.', 'US Secretary of State Jim Baker yesterday sought to fend off growing criticism of the new US initiative against Beijing, arguing that his priorities were to prevent China from slipping further into isolation and to show support for the moderates in the government.', 'The US State Department yesterday sought to fend off growing criticism of the new US initiative against Beijing, saying the priority was to prevent China from retreating further into isolation and to support moderates in the government.', 'US Secretary of State Jim Baker yesterday sought to fend off mounting criticism of the new US initiative against Beijing, arguing that his priorities were to keep China from further isolation and to support moderates in the government.']" -786,"['Other', 'organizations:', 'Gambia', 'River', 'Development', 'Organization', '(OMVG),', 'grouping', 'The', 'Gambia,', 'Guinea,', 'Guinea-Bissau', 'and', 'Senegal,', 'held', '18th', 'ministerial', 'meeting,', 'Dakar,', 'Senegal,', 'October;', 'Senegal', 'River', 'Development', 'Organization', '(OMVS),', 'headquartered', 'in', 'Dakar', 'and', 'grouping', 'Mali,', 'Mauritania', 'and', 'Senegal,', 'held', '30th', 'ministerial', 'session,', 'Bamako,', 'Mali,', 'July;', 'Mano', 'River', 'Union,', 'grouping', 'Guinea,', 'Liberia', 'and', 'Sierra', 'Leone,', 'held', '14th', 'ministerial', 'meeting,', 'Conakry,', 'Guinea,', 'January;', 'Lake', 'Chad', 'Basin', 'Commission', '(LCBC),', 'grouping', 'Cameroon,', 'Chad,', 'Niger', 'and', 'Nigeria,', 'held', '7th', 'summit,', 'Yaoundé,', 'Cameroon,', 'February;', 'prospective', 'Gulf', 'of', 'Guinea', 'Commission,', 'a', 'Nigerian', 'initiative', 'for', 'a', 'five-member', 'institution', 'for', 'joint', 'offshore', 'resource', 'management', 'with', 'Cameroon,', 'Gabon,', 'Equatorial', 'Guinea', 'and', 'Sao', 'Tomé', 'and', 'PrÃncipe.']","[95, 97]",1,equatorial guinea,"Other organizations: Gambia River Development Organization (OMVG), grouping The Gambia, Guinea, Guinea-Bissau and Senegal, held 18th ministerial meeting, Dakar, Senegal, October; Senegal River Development Organization (OMVS), headquartered in Dakar and grouping Mali, Mauritania and Senegal, held 30th ministerial session, Bamako, Mali, July; Mano River Union, grouping Guinea, Liberia and Sierra Leone, held 14th ministerial meeting, Conakry, Guinea, January; Lake Chad Basin Commission (LCBC), grouping Cameroon, Chad, Niger and Nigeria, held 7th summit, Yaoundé, Cameroon, February; prospective Gulf of Guinea Commission, a Nigerian initiative for a five-member institution for joint offshore resource management with Cameroon, Gabon, Equatorial Guinea and Sao Tomé and PrÃncipe.","['Other organizations: The Gambia River Development Organization (OMVG), a group of Gambia, Guinea, Guinea-Bissau and Senegal that held the 18th Ministerial Meeting; Dakar, Senegal, in October; Senegal, Development Organization (OMVS), based in Dakar, with the Federation of Mali, Mauritania and Senegal, which held the 30th Ministerial Meeting in July, Bamako, Mali; Mano River Union, an association of Guinea, Liberia and Sierra Leone, held the 14th Ministerial Meeting, Conakry, Guinea, in January; Commission for the Lake Chad Basin (LCBC), federation of Cameroon, Chad, Niger and Nigeria, held the 7th Summit, Yaoundé, Cameroon, in February; Prospective Gulf of Guinea Commission, a Nigerian initiative for a five-member institution for a', 'Other organisations: The Gambia River Development Organisation (OMVG), which includes The Gambia, Guinea, Guinea-Bissau and Senegal, hosted the 18th Ministerial Meeting in Dakar, Senegal in October; the Dakar-based Senegal River Development Organisation (OMVS) hosted the 30th Ministerial Meeting in Bamako, Mali in July; and the Mano River Union, a coalition of Guinea, Liberia and Sierra Leone, hosted the 14th Ministerial Meeting in Conakry, Guinea in January; the Lake Chad Basin Commission (LCBC), a coalition of Cameroon, Chad, Niger and Nigeria, held its 7th Summit; Yaoundé, Cameroon and PrÃncipe; the Commission for the Prospective Gulf of Guinea, a Nigerian initiative for a five-member institution for joint management of offshore resources with Cameroon', 'Other organisations: The Gambia River Development Organization (OMVG), the coalition of Gambia, Guinea, Guinea-Bissau and Senegal, holds an 18th Ministerial Meeting in Dakar, Senegal in October; the Dakar-based Senegal River Development Organization (OMVS) held a 30th Ministerial Conference in Bamako, Mali in July; the Mano River Union with its member states Guinea, Liberia and Sierra Leone meets in Conakry, Guinea in January; the Lake Chad Basin Commission (LCBC) held a 7th Summit; Cameroon, Chad, Niger and Nigeria hold a 7th Summit in Yaoundé, Cameroon in February; the future Gulf of Guinea Commission holds a Nigerian initiative for a five-member body for joint offshore resource management with Cameroon, Gabon,', 'Other organisations: The Gambia River Development Organization (OMVS), based in Dakar; the Senegal River Development Organization (OMVS), based in Mali, Mauritania and Senegal, which held the 30th Ministerial Conference in Bamako, Mali, in July; the Mano River Union, which brought together Guinea, Liberia and Sierra Leone, which held the 14th Ministerial Conference in Conakry, Guinea, in January; the Commission for the Basins of Lake Chad, Cameroon, Chad, Niger and Nigeria, which held the 7th Summit; Yaoundé, Cameroon, in February; the Prospective Commission in the Gulf of Guinea, a Nigerian initiative for a five-stage institution for the joint management of offshore resources with Cameroon, Gabon, Equatorial Guinea and Sao Tome and PrÃ', 'The Vienna International Business School, a global research center for the protection and development of the marine environment, published the results of its third international conference on river development in October. In addition, there were four other organizations: The Gambia River Development Organization (OMVG), an organization uniting The Gambia, Guinea, Guinea, Bissau and Senegal, held its 18th ministerial meeting in Dakar, Senegal, in October; the Senegal River Development Organization (OMVS), its headquarters in Dakar and the grouping of Mali, Mali, in July; the Mano River Union, a coalition of Guinea, Liberia and Sierra Leone, held its 14th ministerial meeting in Conakry, Guinea, in January; the Commission for the Lake Chad Basin with Cameroon, Chad, Niger and Nigeria held its 7th summit in Yaoundé, Cameroon, in February; the expected']" -787,"['China', 'also', 'agreed', 'to', 'provide', 'Vietnam', 'with', 'an', 'interest-free', 'loan', 'equivalent', 'to', 'US$14,000,000.']","[5, 6]",1,vietnam,"China also agreed to provide Vietnam with an interest-free loan equivalent to US$14,000,000.","['China also agreed to provide Vietnam with an interest-free loan of $14 million.', 'China also agreed to provide Vietnam with an interest-free loan of $14 million.', 'China also agreed to provide Vietnam with an interest-free loan of $14 million.', 'China also agreed to provide Vietnam with an interest-free loan of $14 million.', 'The Chinese government also agreed to provide Vietnam with an interest-free loan of $14 million.']" -788,"['THE', 'innocence', 'of', 'youth', 'will', 'give', 'way', 'to', 'the', 'pressures', 'of', 'adulthood', 'when', 'Duncan', 'Ferguson', 'plays', 'against', 'Germany', 'at', 'Ibrox', 'tomorrow', 'night,', 'ending', 'a', 'nine-month', 'period', 'during', 'which', 'his', 'future', 'at', 'the', 'highest', 'level', 'looked', 'in', 'doubt.']","[17, 18]",1,germany,"THE innocence of youth will give way to the pressures of adulthood when Duncan Ferguson plays against Germany at Ibrox tomorrow night, ending a nine-month period during which his future at the highest level looked in doubt.","['The innocence of youth will give way to the pressures of adulthood when Duncan Ferguson plays against Germany at Ibrox tomorrow night, ending a nine-month period in which his future at the highest level seemed in doubt.', 'The innocence of youth will give way to the pressures of adulthood when Duncan Ferguson plays against Germany at Ibrox tomorrow night, ending a nine-month period in which his future at the highest level seemed in doubt.', 'The innocence of youth will give way to the pressures of adulthood when Duncan Ferguson plays against Germany at Ibrox tomorrow night, ending a nine-month period in which his future at the highest level seemed in doubt.', 'The innocence of youth will give way to the pressures of adulthood when Duncan Ferguson takes on Germany at Ibrox tomorrow night, ending a nine-month period in which his future at the highest level seemed uncertain.', 'The innocence of youth will give way to the pressures of adulthood when Duncan Ferguson plays against Germany at Ibrox tomorrow night, ending a nine-year losing streak in which his future at the highest level seemed in doubt.']" -789,"['In', 'addition,', 'Iraq', 'viewed', 'Kuwait', 'as', 'having', 'gradually', 'eaten', 'away', 'patches', 'of', 'Iraqi', 'territory', 'in', 'the', 'border', 'area', 'between', 'them', 'over', 'the', 'years', 'and', 'also', 'as', 'draining', 'reserves', 'from', 'part', 'of', ""Iraq's"", 'South', 'Rumailah', 'oilfield', 'which', 'straddled', 'the', 'frontier.']","[4, 5]",1,kuwait,"In addition, Iraq viewed Kuwait as having gradually eaten away patches of Iraqi territory in the border area between them over the years and also as draining reserves from part of Iraq's South Rumailah oilfield which straddled the frontier.","[""Iraq also believes that over the years, Kuwait has gradually eroded parts of Iraqi territory bordering the two countries, while draining reserves from part of Iraq's South Rushnaya oil field, which stretches across the border."", ""Moreover, Iraq viewed Kuwait as one of the last regions in Iraq's border region between the two states, which it had gradually cut off over the years, and also as a drain of reserves from part of Iraq's South Rumailah oil field that stretched across the border."", 'Moreover, Iraq viewed Kuwait as a country that over the years has consumed large parts of its Iraqi territory in the border area between the two countries, as well as a cross-border oil field in the south of the country.', ""In Kuwait, Iraq has also seen more and more border areas destroyed and parts of Iraq's South Rumailah cross-border oil field drained over the years."", ""Moreover, Iraq viewed Kuwait as a treasure trove of Iraqi territory bordering it over the years and, on the other hand, as a depletion of the reserves of part of Iraq's South Rumailah oil field crossing the border.""]" -790,"['BELGIUM', 'is', 'pressing', 'ahead', 'with', 'plans', 'to', 'generate', 'half', 'its', 'electricity', 'from', 'nuclear', 'power', 'by', '1985,', 'despite', 'a', 'series', 'of', 'mishaps', 'at', 'the', ""country's"", 'biggest', 'concentration', 'of', 'nuclear', 'power', 'at', 'Doel,', 'near', 'Antwerp.']","[0, 1]",1,belgium,"BELGIUM is pressing ahead with plans to generate half its electricity from nuclear power by 1985, despite a series of mishaps at the country's biggest concentration of nuclear power at Doel, near Antwerp.","[""BELGIUM is pushing ahead with its plans to generate half of its electricity from nuclear power by 1985, despite a series of glitches at the country's largest concentration of nuclear power at Doel near Antwerp."", 'BELGIUM is pushing ahead with its plan to generate half of its electricity from nuclear power by 1985, despite a series of glitches at the largest concentration of nuclear power in Doel, near Antwerp.', 'BELGIUM is pushing ahead with plans to produce nuclear power by 1985, despite a series of glitches at the largest nuclear power plant in Doel, near Antwerp.', ""Belgium insists that half of its electricity comes from nuclear power, despite a series of breakdowns at the country's largest nuclear power plant, Doel near Antwerp."", ""BELGIUM is pushing ahead with plans to use nuclear power to generate half of its electricity by 1985, despite a series of breakdowns at America's largest nuclear power plant at Doel near Antwerp.""]" -791,"['After', ""Farooq's"", 'assassination', 'and', 'the', 'subsequent', 'shootings,', 'both', 'India', 'and', 'Pakistan', 'initiated', 'substantial', 'and', 'aggressive', 'troop', 'movements,', 'and', 'The', 'Hindu', 'of', 'May', '31', 'reported', 'that', 'the', 'two', 'countries', '""', 'came', 'close', 'to', 'war', '""', 'on', 'May', '22.']","[8, 9]",1,india,"After Farooq's assassination and the subsequent shootings, both India and Pakistan initiated substantial and aggressive troop movements, and The Hindu of May 31 reported that the two countries"" came close to war"" on May 22.","['After Farooq\'s assassination and subsequent shootings, both India and Pakistan began large and aggressive troop movements, and The Hindu of May 31 reported that the two countries came ""close"" to war on May 22.', 'After Farooq\'s assassination and subsequent shootings, both India and Pakistan began large-scale and aggressive troop movements, and The Hindu reported on May 31 that the two countries were ""close to war.""', 'After Farooq\'s assassination and subsequent shootings, both India and Pakistan began significant and aggressive troop movements, and the May 31 Hindu newspaper reported that the two countries were ""on the brink of war"" on May 22.', 'After Farooq\'s assassination and subsequent shootings, both India and Pakistan began significant and aggressive troop movements, and The Hindu reported on May 31 that the two countries were ""nearing war"" on May 22.', 'After Farooq\'s assassination and the ensuing exchange of fire, both India and Pakistan initiated large-scale and aggressive troop movements, and the Hindu Center reported on May 31 that the two countries were ""on the brink of war.""']" -792,"['Without', 'urgent', 'action,', 'he', 'added,', 'British', 'education', 'would', 'fall', 'behind', 'Spain,', 'Italy', ',', 'and', 'Greece.']","[11, 12]",1,italy,"Without urgent action, he added, British education would fall behind Spain, Italy, and Greece.","[""Without urgent action, he added, Britain's education system will fall behind Spain, Italy and Greece."", ""Without urgent action, he added, Britain's education system would fall behind Spain, Italy and Greece."", ""Without urgent action, he added, Britain's education system would lag behind Spain, Italy and Greece."", 'Without urgent action, education in Britain would fall behind Spain, Italy, and Greece.', ""Without urgent action, he added, Britain's education system would lag behind that of Spain, Italy and Greece.""]" -793,"['The', 'two', 'formally', 'recognised', 'each', 'other', 'in', 'May', '1970', 'while', 'Britain', 'and', 'France', 'granted', 'recognition', 'to', 'East', 'Germany', 'in', 'February', '1973', 'and', 'the', 'US', 'in', 'September', '1974.']","[12, 13]",1,france,The two formally recognised each other in May 1970 while Britain and France granted recognition to East Germany in February 1973 and the US in September 1974.,"['Both formally recognized each other in May 1970, while Britain and France recognized the GDR in February 1973 and the US in September 1974.', 'Both officially recognized each other in May 1970, while Great Britain and France recognized the GDR in February 1973 and the USA in September 1974.', 'Both officially recognized each other in May 1970, while Great Britain and France recognized the GDR in February 1973 and the USA in September 1974.', 'Both formally recognized each other in May 1970, while Britain and France recognized the GDR in February 1973 and the United States in September 1974.', 'Both officially recognized each other in May 1970, while Britain and France recognized the German Democratic Republic in February 1973 and the US in September 1974.']" -794,"['There', 'were', 'few', 'outcries', 'by', 'settlers,', 'as', 'in', 'France', 'with', 'regard', 'to', 'Indo-China', 'and', 'Algeria,', 'no', 'crisis', 'comparable', 'with', 'the', 'chaotic', 'fate', 'of', 'the', 'former', 'Belgian', 'Congo,', 'no', 'agony', 'approaching', 'that', 'of', 'the', 'United', 'States', 'over', 'Vietnam.']","[33, 35]",1,united states,"There were few outcries by settlers, as in France with regard to Indo-China and Algeria, no crisis comparable with the chaotic fate of the former Belgian Congo, no agony approaching that of the United States over Vietnam.","['There was little outcry from the settlers, as in France with regard to Indochina and Algeria, no crisis comparable to the chaotic fate of the former Belgian Congo, no agony similar to that of the United States with regard to Vietnam.', 'There was hardly an outcry from the settlers, as in France with regard to Indochina and Algeria; no crisis comparable to the chaotic fate of the former Belgian Congo; no agony approaching that of the US with regard to Vietnam.', 'There was little outcry from settlers as in France with regard to China and Algeria, no crisis comparable to the chaotic fate of the former Belgian Congo, no agony as in the United States with regard to Vietnam.', 'There was little outcry from the settlers, comparable to that in France with regard to Indochina and Algeria, no crisis comparable to the chaotic fate of the former Belgian Congo, no agony closer to that of the United States with regard to Vietnam.', 'There have been few appeals from settlers, as in France, with regard to Indochina and Algeria, none comparable to the chaotic fate of the former Belgian Congo, no agony closer to that of the United States with regard to Vietnam.']" -795,"[""Arens's"", 'visit', 'coincided', 'with', 'the', 'US', 'State', ""Department's"", 'postponement', 'of', 'a', 'session', 'of', 'a', 'joint', 'committee', 'which', 'co-ordinated', 'the', 'disbursement', 'of', 'US', 'military', 'aid', 'to', 'Israel,', 'although', 'the', 'State', 'Department', 'denied', 'that', 'the', 'intention', 'was', 'to', 'indicate', 'US', 'dissatisfaction', 'over', 'Israeli', 'policies.']","[37, 38]",1,us,"Arens's visit coincided with the US State Department's postponement of a session of a joint committee which co-ordinated the disbursement of US military aid to Israel, although the State Department denied that the intention was to indicate US dissatisfaction over Israeli policies.","['Arens ""visit coincided with the postponement of a meeting of a State Department Joint Committee that coordinates the disbursement of US military aid to Israel, though the State Department denied that the US was expressing dissatisfaction with Israeli policy.', 'Arens ""visit coincided with the postponement of a meeting of a US State Department joint committee coordinating the disbursement of US military aid to Israel, though the State Department denied that the intention was to express US displeasure with Israeli policy.', ""Arens's visit coincided with the postponement of a State Department meeting that convened a joint commission to coordinate the distribution of US military aid to Israel, though the State Department denied that the intention was to express US dissatisfaction with Israeli policy."", 'Arens ""visit coincides with the postponement of a meeting of a US State Department joint committee that coordinated the disbursement of US military aid to Israel, though the US State Department denied that it was intended to express US dissatisfaction with Israeli policy.', ""Arens's visit coincided with the postponement of a meeting of a joint committee coordinating the disbursement of US military aid to Israel, but the State Department denied that the intention was to express US dissatisfaction with Israeli policy.""]" -796,"['The', 'yield', 'was', 'estimated', 'at', 'between', 'one', 'and', 'two', 'megatonnes,', 'which', 'made', 'it', 'China', ""'s"", 'largest-ever', 'nuclear', 'explosion,', 'exceeding', 'by', 'far', 'the', 'yields', 'for', 'tests', 'carried', 'out', 'by', 'other', 'nuclear', 'powers', 'since', 'the', '1970s.']","[13, 14]",1,china,"The yield was estimated at between one and two megatonnes, which made it China's largest-ever nuclear explosion, exceeding by far the yields for tests carried out by other nuclear powers since the 1970s.","['The yield has been estimated at one to two megatons, making it the largest nuclear explosion ever in China, far outstripping the yield for tests by other nuclear powers since the 1970 ""s.', 'It was estimated to be one to two megatons, making it China\'s largest nuclear explosion of all time, far surpassing the tests of other nuclear powers since the 1970 ""s.', 'The yield has been estimated at 1 to 2 megatons, making it China\'s largest nuclear explosion ever, far surpassing the results of tests conducted by other nuclear powers since the 1970 ""s.', 'The yield has been estimated at one to two megatons, making it China\'s largest nuclear explosion of all time, far exceeding the test results of other nuclear powers since the 1970 ""s.', 'This yield has been estimated at one to two megatons, making China the largest nuclear explosion of all time and far exceeding the yield of tests conducted by other nuclear powers since the 1970 ""s.']" -797,"['In', 'June', 'a', 'new', 'trade', 'agreement,', 'superseding', 'a', '1967', 'agreement,', 'was', 'signed', 'with', 'South', 'Africa', ',', 'providing', 'for', 'the', 'duty-free', 'entry', 'into', 'South', 'Africa', 'of', 'all', 'Malawian', 'goods.']","[13, 15]",1,south africa,"In June a new trade agreement, superseding a 1967 agreement, was signed with South Africa, providing for the duty-free entry into South Africa of all Malawian goods.","['A new trade agreement with South Africa was signed in June, replacing a 1967 agreement providing for duty-free imports of all Malawian goods into South Africa.', 'A new trade agreement with South Africa was signed in June, replacing the 1967 agreement and providing for duty-free imports of all Malawian products into South Africa.', 'A new trade agreement with South Africa was signed in June, replacing a 1967 agreement allowing duty-free imports of all Malawian exports to South Africa.', 'A new trade agreement with South Africa was signed in June, replacing a 1967 agreement allowing duty-free imports of all Malawian goods into South Africa.', 'In June, a new trade agreement with South Africa was signed - replacing a 1967 agreement to allow duty-free imports of all Malawian goods into South Africa.']" -798,"['The', 'tables', 'in', 'the', 'study', 'appeared', 'to', 'show', 'that', 'the', 'pension', 'paid', 'in', 'Greece', 'was', '381', 'ecus', '(£274)', 'per', 'month,', 'placing', 'Greek', 'pensions', 'above', 'those', 'for', 'Portugal,', 'Britain,', 'Italy', ',', 'and', 'Spain.']","[28, 29]",1,italy,"The tables in the study appeared to show that the pension paid in Greece was 381 ecus (£274) per month, placing Greek pensions above those for Portugal, Britain, Italy, and Spain.","[""The study's tables show that pensions paid in Greece amounted to ECU 381 (£274) per month, higher than pensions paid in Portugal, the United Kingdom, Italy and Spain."", ""The study's tables showed that the pension paid in Greece was ECU 381 (£274) per month, higher than the pensions paid in Portugal, Great Britain, Italy and Spain."", ""The study's tables show that in Greece 381 ECU (£274) per month was paid out, which is higher than in Portugal, Great Britain, Italy and Spain."", ""The study's tables showed that the amount of pensions paid in Greece is ECU 381 per month, higher than in Portugal, Great Britain, Italy and Spain."", ""The study's tables showed that pensions paid in Greece, at 381 ECU (£274) per month, were higher than pensions paid in Portugal, the United Kingdom, Italy and Spain.""]" -799,"[""What's"", 'more,', 'Vladimir', 'Popovic,', 'who', 'took', 'charge', 'of', 'Red', 'Star', 'last', 'season,', 'has', 'quit', 'to', 'become', 'national', 'team', 'manager', 'of', 'Peru', '.']","[20, 21]",1,peru,"What's more, Vladimir Popovic, who took charge of Red Star last season, has quit to become national team manager of Peru.","[""Vladimir Popovic, who took over the Red Star team last season, has also quit to become Peru's national team manager."", ""And then Vladimir Popovic, who took over at Red Star last season, stepped down to become Peru's national coach."", ""Vladimir Popovic, who took over Red Star Belgrade last season, has also stepped down as Peru's national coach."", ""Vladimir Popovic, who took over Red Star last season, has also been named Peru's national team manager."", ""Vladimir Popovic, who took over Red Star last season, is also Peru's national coach.""]" -800,"['Britain', 'seemed', 'in', 'almost', 'bullish', 'mood', 'as', '1977', 'went', 'out.']","[0, 1]",1,britain,Britain seemed in almost bullish mood as 1977 went out.,"['Britain seemed to be in an almost bullish mood in 1977.', 'Britain appeared to be leaving the EU in an almost heated mood.', 'Britain seemed to be in a slightly beefy mood in 1977.', 'Britain seemed almost in shock in 1977 when it was thrown out.', 'The year 1977 was already scarce for Great Britain.']" -801,"['Given', 'Britain', ""'s"", 'limited', 'resources,', 'dialogue', 'with', 'the', 'United', 'States', 'became', 'increasingly', 'necessary.']","[1, 2]",1,britain,"Given Britain's limited resources, dialogue with the United States became increasingly necessary.","[""Given Britain's limited resources, dialogue with the United States became increasingly necessary."", ""Given Britain's limited resources, dialogue with the United States became increasingly necessary."", ""Given Britain's limited resources, dialogue with the United States became increasingly necessary."", ""Given Britain's limited resources, dialogue with the United States became increasingly necessary."", ""This was also one reason why all the politicians present were able to make progress. Given Britain's limited resources, dialogue with the United States became increasingly necessary.""]" -802,"['A', 'Washington', 'Post', 'report', 'of', 'Oct.', '9,', '1989,', 'quoted', 'US', 'administration', 'officials', 'as', 'saying', 'that', 'a', 'decision', 'had', 'been', 'made', 'during', 'an', 'unusually', 'secretive', 'policy', 'review', 'that', 'the', 'USA', 'would', 'continue', 'to', 'produce', 'chemical', 'weapons', 'over', 'a', '10-year', 'phaseout', 'period', 'after', 'the', 'conclusion', 'of', 'an', 'international', 'treaty', 'to', 'ban', 'the', 'weapons', '(see', 'negotiations', 'above).']","[28, 29]",1,usa,"A Washington Post report of Oct. 9, 1989, quoted US administration officials as saying that a decision had been made during an unusually secretive policy review that the USA would continue to produce chemical weapons over a 10-year phaseout period after the conclusion of an international treaty to ban the weapons (see negotiations above).","['A Washington Post report of 9 October 1989 quotes US officials as saying that an unusually secretive political review had concluded that the US would continue to produce chemical weapons for a period of ten years after the conclusion of an international treaty banning them (see negotiations above).', 'In a Washington Post report of 9 October 1989, US officials were quoted as saying that an unusually secret review of the guidelines had determined that the US would continue to produce chemical weapons for a period of 10 years after concluding an international treaty banning them (see negotiations above).', 'A Washington Post report of October 9, 1989, quoted administration officials as saying that an unusually secretive review of the policy determined that the US would continue to produce chemical weapons for a decade after the conclusion of the international treaty banning weapons.', 'In a Washington Post report of 9 October 1989, US officials were quoted as saying: ""In an unusually secret review, it was decided that the US would continue to produce chemical weapons for ten years following the conclusion of an international treaty banning firearms (see negotiations above).', 'In a Washington Post report of 9 October 1989, an official of the US government was quoted as saying that the decision was taken during an unusually secret political review, according to which the US would continue to produce chemical weapons for a period of 10 years after signing an international treaty banning them (see negotiations above).']" -803,"['South', 'Africa', ""'s"", 'Omar', 'Henry,', 'who', 'has', 'had', '`', 'flu,', 'is', 'certain', 'to', 'miss', 'the', 'game.']","[0, 2]",1,south africa,"South Africa's Omar Henry, who has had flu, is certain to miss the game.","[""South Africa's Omar Henry, who has flu, is certain to miss the match."", ""South Africa's Omar Henry, who has flu, is certain to miss the match."", ""South Africa's Omar Henry, who has contracted flu, is certain to miss the game."", ""South Africa's Omar Henry, who was ill with flu, is certain to miss the match."", ""South Africa's Omar Henry is ill with flu and is certain to miss the match.""]" -804,"['And', 'urging', 'on', 'Ireland', 'and', 'Scotland', 'to', 'his', 'help?']","[3, 4]",1,ireland,And urging on Ireland and Scotland to his help?,"['And is he calling on Ireland and Scotland to come to his aid?', ""And he's calling on Ireland and Scotland to come to the rescue?"", 'And the urge for help from Ireland and Scotland?', 'And how does he ask Ireland and Scotland for help?', 'And to help Ireland and Scotland?']" -805,"['The', 'medium-range', 'missile', 'will', 'replace', 'the', 'Franco-German', 'Milan', 'weapon,', 'which', 'Britain', 'has', 'also', 'bought,', 'from', 'the', 'early', '1990s.']","[10, 11]",1,britain,"The medium-range missile will replace the Franco-German Milan weapon, which Britain has also bought, from the early 1990s.","['The medium-range missile is to replace the Franco-German Milan weapon that Britain has also bought.', 'The medium-range missile replaces the Franco-German Milan weapon from the early 1990s, which Britain also bought.', 'The medium-range missile is designed to replace the Franco-German Milan weapon of the early 1990s, which Britain also bought.', 'The medium-range missile will replace the Franco-German Milano weapon that Britain also bought in the early 1990s.', 'The medium-range missile will replace the Franco-German Milan weapon, which was also bought in Britain in the early 1990s.']" -806,"['If', 'Britain', 'had', 'an', 'interest', 'in', 'European', 'co-operation', 'it', 'was', 'as', 'a', 'way', 'to', 'withstand', 'Soviet', 'pressure', 'and', 'underpin', 'British', 'independence,', 'not', 'as', 'a', 'way', 'to', 'control', 'Germany.']","[1, 2]",1,britain,"If Britain had an interest in European co-operation it was as a way to withstand Soviet pressure and underpin British independence, not as a way to control Germany.","['If Britain had an interest in European cooperation, it was as a way of resisting Soviet pressure and underpinning British independence, not as a way of controlling Germany.', ""If Britain had an interest in European cooperation, it was as a way of resisting Soviet pressure and underpinning Britain's independence, not as a way of controlling Germany."", 'If Britain had an interest in European cooperation, it was only as a means of resisting Soviet pressure and underpinning British independence, not as a means of regulating Germany.', 'If Britain had an interest in European cooperation, it was not as a seven-year-old, but to resist Soviet pressure and underpin British independence.', 'If Britain had an interest in European cooperation, it was as a means of resisting Soviet pressure and underpinning British independence, not as a risky measure to control Germany.']" -807,"['Soviet', 'workshop', 'Bokharas', 'are', 'sometimes', 'produced', 'in', 'this', 'design,', 'and', 'Pakistan', 'has', 'added', 'the', 'scheme', 'to', 'its', 'Mori', 'Bokhara', 'range.']","[10, 11]",1,pakistan,"Soviet workshop Bokharas are sometimes produced in this design, and Pakistan has added the scheme to its Mori Bokhara range.","['Sometimes Soviet Bokharas are made in this design, and Pakistan has included the system in its Mori Bokhara product range.', 'Soviet workshops in Bokhara are sometimes made in this design, and Pakistan has included the scheme in its Mori Bokhara palette.', 'The Soviet workshops of the Bokharas type are sometimes produced in this way, and Pakistan has included the programme in its Mori Bokhara programme.', 'Soviet workshops sometimes produce Bokharas in this form, and Pakistan has included the program in its Mori-Bokhara delivery program.', ""Soviet workshop bocharas are sometimes made in this design, and Pakistan has added another to Mori Bokhara's offering.""]" -808,"['Until', '1967,', 'all', 'beef', 'breeds', 'in', 'Scandinavia', 'were', 'registered', 'by', 'the', 'Nordic', 'Association', 'of', 'Beefbreeders', 'but', 'since', 'that', 'year', 'Denmark', 'has', 'registered', 'its', 'own', 'beef', 'animals.']","[19, 20]",1,denmark,"Until 1967, all beef breeds in Scandinavia were registered by the Nordic Association of Beefbreeders but since that year Denmark has registered its own beef animals.","['Until 1967, all cattle breeds in Scandinavia were registered by the Nordic Association of Cattle Breeders, but since that year Denmark has registered its own cattle.', 'Until 1967, all breeds in Scandinavia were registered by the Nordic Association of Livestock Breeders, but since that year Denmark has allowed its own livestock.', 'Until 1967, all cattle breeds in Scandinavia were registered by the Nordic Association of Cattle Breeders, but since that year Denmark has also registered its own cattle breeds.', 'Until 1967, all cattle breeds in Scandinavia were recognised by the Nordic Association of Livestock Breeders, but since that year Denmark has registered its own cattle.', 'Until 1967, meat from all Scandinavian cattle breeds was registered by the Nordic Association of Livestock Breeders, but since that year Denmark has allowed its own cattle breeds.']" -809,"['To', 'reinforce', 'this', 'confidence,', 'they', 'had', 'participated', 'in', 'GCC', 'defence', 'consultations', 'a', 'week', 'or', 'so', 'before', 'and', 'joint', 'manoeuvres', 'with', 'Kuwait', 'the', 'previous', 'winter.']","[20, 21]",1,kuwait,"To reinforce this confidence, they had participated in GCC defence consultations a week or so before and joint manoeuvres with Kuwait the previous winter.","[""To bolster that confidence, they had participated in the GCC's defense consultations about a week earlier and in joint exercises with Kuwait last winter."", ""To bolster that confidence, they had participated in the GCC's defense consultations about a week earlier and in joint exercises with Kuwait last winter."", ""To bolster that confidence, they had participated in the GCC's defense consultations about a week earlier and in joint exercises with Kuwait last winter."", ""To bolster this confidence, they had already participated in the GCC's defence consultations a week earlier and in joint exercises with Kuwait last year."", 'To bolster that confidence, they had already participated in defense consultations and joint exercises with Kuwait about a week ago.']" -810,"['Sweden,', 'Austria', 'and', 'West', 'Germany', 'plan', 'to', 'cut', 'total', 'SO&sub2;', 'emissions', 'by', 'between', '65', 'and', '70', 'per', 'cent', 'by', 'the', 'year', '1995', 'and', 'Sweden', 'hopes', 'to', 'reach', 'an', '80', 'per', 'cent', 'reduction', 'by', 'the', 'end', 'of', 'the', 'century.']","[3, 5]",1,west germany,"Sweden, Austria and West Germany plan to cut total SO&sub2; emissions by between 65 and 70 per cent by the year 1995 and Sweden hopes to reach an 80 per cent reduction by the end of the century.","['Sweden, Austria and West Germany plan to reduce total SOD & sub2 emissions by 65-70% by 1995, and Sweden hopes to achieve an 80% reduction by the end of the century.', 'Sweden, Austria and West Germany aim to reduce total emissions of SOA and Sub2 emissions by 65 to 70 percent by 1995. Sweden hopes to achieve an 80 percent reduction by the end of the century.', 'Sweden, Austria and West Germany want to reduce emissions from SO- and G2-subjects by 65-70 percent by 1995. Sweden hopes to achieve an 80 percent reduction by the end of the century.', 'Sweden, Austria, and West Germany plan to reduce their total emissions by 65-70% by 1995, including 2020, and Sweden hopes to reduce them by 80% by the end of the century.', 'Sweden, Austria and West Germany plan to reduce overall EU emissions by an average of 65-70% by 1995, and Sweden hopes to achieve an 80% reduction in EU emissions by the end of the century.']" -811,"['Instead,', 'Levy', 'had', 'simply', 'assured', 'Baker', 'that', 'Israel', 'would', 'not', 'use', 'the', 'US', 'funding', 'in', 'the', 'occupied', 'territories,', 'and', 'would', 'henceforth', 'share', 'information', 'regarding', 'settlement', 'with', 'US', 'officials.']","[7, 8]",1,israel,"Instead, Levy had simply assured Baker that Israel would not use the US funding in the occupied territories, and would henceforth share information regarding settlement with US officials.","['Instead, Levy had merely assured Baker that Israel would not use US funds in the occupied territories and would henceforth share information about the settlements with US officials.', 'Instead, Levy had merely assured Baker that Israel would not use US funds in the occupied territories and would henceforth share information on settlement policy with US officials.', 'Levy had merely assured Baker that from now on Israel would not use US financial assistance in the occupied territories and would share information about the settlements with US officials.', 'Instead, Levy had merely assured Baker that Israel would not use US funds in the occupied territories and would henceforth pass on information about the settlements to US officials.', 'Levy, on the other hand, had merely assured Baker that Israel would not use US funds in the occupied territories and would henceforth share details of the settlements with US officials.']" -812,"['Yet', 'how', 'many', 'times', 'has', 'America', 'sided', 'with', 'Israeli', 'aggression', 'against', 'the', 'people', 'of', 'Palestine?']","[5, 6]",1,america,Yet how many times has America sided with Israeli aggression against the people of Palestine?,"[""But how often has America sided with Israel's aggression against the Palestinian people?"", 'But how often has America sided with Israel against the Palestinian people?', ""How many times has America sided with Israel's aggression against the Palestinian people?"", ""But how often does America side with Israel's aggression against the Palestinian people?"", 'But how often has America positioned itself alongside Israel against the Palestinian people?']" -813,"['Nigeria', 'and', 'Ghana', 'were', 'to', 'be', 'participants.']","[2, 3]",1,ghana,Nigeria and Ghana were to be participants.,"['Nigeria and Ghana should participate.', 'Nigeria and Ghana should participate.', 'Nigeria and Ghana should be there.', 'Nigeria and Ghana are expected to participate.', 'Suppliers are Nigeria and Ghana.']" -814,"['The', 'notion', 'that', 'the', 'incarnation', 'was', 'to', 'fulfil', 'the', 'promise', 'to', 'Israel', 'and', 'to', 'reconcile', 'the', 'world', 'with', 'God', 'removed.']","[11, 12]",1,israel,The notion that the incarnation was to fulfil the promise to Israel and to reconcile the world with God removed.,"['The idea that the incarnation should fulfill the promise to Israel and reconcile the world to God is outdated.', 'The idea that the Incarnation was the fulfillment of the promise to Israel and the reconciliation of the world with God was dispelled.', 'The idea that the Incarnation was destined to fulfill the promise made to Israel and to reconcile the world to God could no longer be justified.', 'The idea that the Incarnation would be the awarding of an Oscar to Israel and the reconciliation of the world with God would be abolished.', 'The idea that the incarnation should fulfill its promise to Israel and reconcile the world with God has metaphorically disappeared.']" -815,"['A', 'special', 'clause', 'guaranteed', 'the', 'rights', 'of', 'ethnic', 'Bulgarians', 'in', 'Moldova,', 'of', 'whom', 'there', 'were', '89,000', 'according', 'to', 'Moldova', 'and', '150,000-170,000', 'according', 'to', 'Bulgaria.']","[18, 19]",1,moldova,"A special clause guaranteed the rights of ethnic Bulgarians in Moldova, of whom there were 89,000 according to Moldova and 150,000-170,000 according to Bulgaria.","['A special clause guaranteed the rights of ethnic Bulgarians in Moldova, of whom there were 89,000 in Moldova and 150,000-170,000 in Bulgaria.', 'A special clause guaranteed the rights of ethnic Bulgarians in Moldova, of whom there were 89,000 in Moldova and 150,000-170,000 in Bulgaria.', 'A special clause guaranteed the rights of ethnic Bulgarians in Moldova, of whom there were 89,000 to Moldova and 150,000 to 170,000 to Bulgaria.', 'A special clause guaranteed the rights of ethnic Bulgarians in Moldova, including 89,000 (Moldova) and 150,000-170,000 (Bulgaria).', 'A special clause guaranteed the rights of ethnic Bulgarians in Moldova, of which there are 89,000 in Moldova and 150,000-170,000 in Bulgaria.']" -816,"['To', 'say', 'that', 'this', 'sums', 'up', 'Turkey', ""'s"", 'attitude', 'as', 'a', 'whole', 'would', 'nevertheless', 'be', 'untrue.']","[6, 7]",1,turkey,To say that this sums up Turkey's attitude as a whole would nevertheless be untrue.,"[""However, it would be wrong to say that this sums up Turkey's position as a whole."", ""However, it would be wrong to claim that this sums up Turkey's behaviour as a whole."", ""Nevertheless, it would be wrong to try to sum up Turkey's position as a whole."", ""However, it would be wrong to say that this is a summary of Turkey's position."", 'However, it would be wrong to say that this would affect Turkey as a whole.']" -817,"['And', 'their', 'targets', 'were', 'supporters', 'of', 'the', 'African', 'National', 'Congress,', 'which', 'has', 'vowed', 'to', 'topple', ""Ciskei's"", 'military', 'leader', '-', 'denouncing', 'him', 'as', 'a', 'puppet', 'of', 'white', 'South', 'Africa', '.']","[26, 28]",1,south africa,"And their targets were supporters of the African National Congress, which has vowed to topple Ciskei's military leader - denouncing him as a puppet of white South Africa.","['And they targeted supporters of the African National Congress, which has vowed to topple the military leader of Ciskei - denouncing him as a puppet of white South Africa.', 'And they were supporters of the African National Congress, which has vowed to topple the military chief - denouncing him as a puppet of white South Africa.', 'And their targets were supporters of the African National Congress, which has vowed to overthrow military ruler Ciskei - denouncing him as a puppet of white South Africa.', ""They were among the targets of supporters of the African National Congress, which has vowed to topple the country's military chief - denouncing him as a puppet of white South Africa."", 'And their targets were supporters of an African National Congress that has vowed to topple the military leader - denouncing him as a puppet of white South Africa.']" -818,"['Britain', 'has', 'not', 'yet', 'received', 'any', 'formal', 'demand', 'for', 'the', 'extradition', 'of', 'the', 'demonstrators', 'who', 'threw', 'bricks', 'at', 'the', 'Iranian', 'embassy', 'in', 'London', 'and', 'smashed', 'windows.']","[0, 1]",1,britain,Britain has not yet received any formal demand for the extradition of the demonstrators who threw bricks at the Iranian embassy in London and smashed windows.,"['Britain has not yet received a formal request to extradite the protesters who threw stones and smashed windows at the Iranian embassy in London.', 'Britain has not yet received an official extradition request for the protesters who threw stones and smashed windows at the Iranian embassy in London.', 'Britain has not yet received an official extradition request for the protesters who threw stones and smashed windows at the Iranian embassy in London.', 'Britain has not yet received a formal request to extradite the protesters who threw stones and smashed windows at the Iranian Embassy in London.', 'Britain has not yet received an official extradition request for those protesters who threw stones and smashed windows at the Iranian embassy in London.']" -819,"['Their', 'privileges', 'as', 'permanent', 'Security', 'Council', 'members,', 'especially', 'the', 'right', 'of', 'veto,', 'had', 'been', 'increasingly', 'questioned', 'by', 'Germany', 'and', 'Japan', 'which,', 'as', 'major', 'economic', 'powers,', 'had', 'allegedly', 'claimed', 'permanent', 'membership', 'of', 'the', 'Council.']","[17, 18]",1,germany,"Their privileges as permanent Security Council members, especially the right of veto, had been increasingly questioned by Germany and Japan which, as major economic powers, had allegedly claimed permanent membership of the Council.","['Their privileges as permanent members of the Security Council, particularly the right of veto, had increasingly been called into question by Germany and Japan, which had supposedly claimed permanent membership of the Security Council as economic powers.', 'Their privileges as permanent members of the Security Council, in particular their right of veto, had increasingly been called into question by Germany and Japan, which, as major economic powers, claimed permanent membership of the Security Council.', 'Their prerogatives as permanent members of the Security Council, particularly the right of veto, had increasingly been called into question by Germany and Japan, which, as major economic powers, had supposedly claimed permanent membership of the Security Council.', 'Their privileges as permanent members of the Security Council, in particular the right of veto, had increasingly been called into question by Germany and Japan, which were said to want to claim permanent membership of the Security Council as economic powers.', 'Their privileges as permanent members of the Security Council, in particular the right of veto, had increasingly been called into question by Germany and Japan, which, as major economic powers, had claimed permanent membership of the Security Council.']" -820,"['Though', 'Slovenia,', 'and', 'then', 'Croatia,', 'broke', 'away', 'two', 'years', 'ago,', 'the', 'world', '-', 'ie,', 'chiefly', 'Western', 'Europe', 'and', 'America', ',', 'working', 'through', 'the', 'UN', 'with', 'Russian', 'assent', 'and', 'Chinese', 'compliance', '-', 'did', 'not', 'focus', 'seriously', 'on', 'Yugoslavia', 'until', 'last', 'year.']","[18, 19]",1,america,"Though Slovenia, and then Croatia, broke away two years ago, the world - ie, chiefly Western Europe and America, working through the UN with Russian assent and Chinese compliance - did not focus seriously on Yugoslavia until last year.","['Although Slovenia and Croatia separated two years ago, only last year did the world - especially Western Europe and America, which were working with Russian approval and Chinese adherence through the UN - seriously focus on Yugoslavia.', 'Although Slovenia and Croatia separated two years ago, only last year did the world - mainly Western Europe and America, which cooperated through the UN with Russian and Chinese approval - seriously focus on Yugoslavia.', 'Although Slovenia and Croatia separated two years ago, the world - especially Western Europe and America, which cooperated through the UN with Russian approval and Chinese support - was not seriously focused on Yugoslavia until last year.', 'Although Slovenia and then Croatia seceded two years ago, only last year did the world - especially Western Europe and America, which had worked their way through the UN with the approval of Russia and China - seriously focus on Yugoslavia.', 'Although Slovenia and then Croatia seceded two years ago, only last year did the world - especially Western Europe and America, which prevailed through the UN with Russian and Chinese approval - seriously focus on Yugoslavia.']" -821,"['The', 'five', 'permanent', 'members', 'of', 'the', 'UN', 'Security', 'Council', '(France,', 'China', ',', 'the', 'Soviet', 'Union,', 'the', 'United', 'Kingdom', 'and', 'the', 'United', 'States)', 'held', 'their', 'sixth', 'meeting', 'on', 'the', 'Cambodian', 'problem', 'on', 'Aug.', '27-28', 'and', 'worked', 'out', 'a', 'possible', 'framework', 'for', 'a', 'solution.']","[10, 11]",1,china,"The five permanent members of the UN Security Council (France, China, the Soviet Union, the United Kingdom and the United States) held their sixth meeting on the Cambodian problem on Aug. 27-28 and worked out a possible framework for a solution.","['The five permanent members of the UN Security Council (France, China, the Soviet Union, the United Kingdom and the United States) met from 27 to 28 August for their sixth session on the Cambodia problem and developed a possible framework for a solution.', 'The five permanent members of the UN Security Council (France, China, the Soviet Union, the United Kingdom and the United States) held their sixth session on the Cambodia problem on 27 and 28 August and worked out a possible framework for a solution.', 'The five permanent members of the UN Security Council (France, China, the Soviet Union, the United Kingdom and the United States) held their sixth meeting on Cambodia from 27 to 28 August and worked out a possible framework for a solution.', 'The five permanent members of the UN Security Council (France, China, the Soviet Union, the United Kingdom and the United States) held their sixth conference on the Cambodia problem from 27 to 28 August and developed a possible framework for a solution.', 'The five permanent members of the UN Security Council (France, China, the Soviet Union, the United Kingdom and the United States) held their sixth session on Cambodia from 27 to 28 August and worked out a possible framework for a solution.']" -822,"['There', 'are', 'also', 'the', 'longstanding', 'Turkish', 'objectives', 'of', 'resolving', 'the', 'Cyprus', 'conflict', 'to', 'its', 'advantage', 'and', 'of', 'forcing', 'the', 'United', 'States', 'to', 'reduce', 'military', 'support', 'its', 'regional', 'adversary,', 'Greece', '.']","[28, 29]",1,greece,"There are also the longstanding Turkish objectives of resolving the Cyprus conflict to its advantage and of forcing the United States to reduce military support its regional adversary, Greece.","[""Then there are Turkey's long-term goals of resolving the Cyprus conflict in its favor and forcing the United States to curtail its military support for its regional adversary, Greece."", ""Then there are Turkey's longstanding goals of resolving the Cyprus conflict in its favor and forcing the United States to reduce its military support for its regional adversary, Greece."", ""Consideration will also be given to Turkey's long-term goals of resolving the Cyprus conflict in its favor and forcing the US to reduce its military support to regional adversary Greece."", ""There are also Turkey's longstanding goals of resolving the Cyprus conflict in its favor and forcing the United States to scale back its military support for its regional adversary, Greece."", 'There are also the Turkish objectives of resolving the Cyprus conflict in its favour and forcing the United States to reduce military aid to its regional adversary Greece.']" -823,"['Some', 'of', 'it', 'was', 'undoubtedly', 'derived', 'from', 'associations', 'with', 'British', 'India', ',', 'where', 'graveyards', 'abounded', 'in', 'miniature', 'pagodas', 'and', 'obelisks.']","[9, 11]",1,british india,"Some of it was undoubtedly derived from associations with British India, where graveyards abounded in miniature pagodas and obelisks.","['Part of this was undoubtedly due to associations with British India, where facades abound in the cemeteries of miniature pagodas and obelisks.', 'Some of them undoubtedly come from associations with British India, where cemeteries are teeming with miniature pago and obelisks.', 'Part of this undoubtedly stems from links with British India, where bricks and obelisks abound in cemeteries.', 'Part of this can undoubtedly be traced back to Gregorian times, when there were abundant pagodas and obelisks all over the cemeteries.', 'This was partly due to associations with British India, where miniature pagodas and obelisks abound.']" -824,"['First', 'to', 'respond', 'was', 'Nehru,', 'who', 'convened', 'a', 'conference', 'of', 'Pacific', 'and', 'Indian', 'Ocean', 'states,', 'including', 'Egypt,', 'Ethiopia,', 'the', 'Philippines,', 'Australia', 'and', 'New', 'Zealand,', 'but', 'not', 'Britain', 'or', 'the', 'USA', '.']","[29, 30]",1,usa,"First to respond was Nehru, who convened a conference of Pacific and Indian Ocean states, including Egypt, Ethiopia, the Philippines, Australia and New Zealand, but not Britain or the USA.","['The first response was Nehru, who convened a conference of Pacific and Indian Ocean countries attended by Egypt, Ethiopia, the Philippines, Australia, and New Zealand, but not Britain or the US.', 'Nehru was the first to respond, convening a conference with countries in the Pacific and Indian Oceans, including Egypt, Ethiopia, the Philippines, Australia, and New Zealand, but not the UK or the US.', 'Nehru was the first to respond, convening a conference of Pacific and Indian Ocean countries, including Egypt, Ethiopia, the Philippines, Australia, and New Zealand, but not Britain or the US.', 'The first reaction came from Nehru, who convened a conference of Pacific and Indian Ocean countries, including Egypt, Ethiopia, the Philippines, Australia, and New Zealand, but not Britain or the US.', 'Nehru was the first to respond, convening a conference of Pacific Rim and Pacific Rim countries, including Egypt, Ethiopia, the Philippines, Australia and New Zealand, but not Britain or the US.']" -825,"['Countries', 'paying', 'money', 'to', 'users', 'of', 'contraception:', 'BANGLADESH,', 'EGYPT,', 'INDIA,', 'INDONESIA,', 'MALAYSIA,', 'MAURITIUS,', 'NEPAL,', 'SOUTH', 'KOREA,', 'SRI', 'LANKA,', 'THAILAND,', 'TUNISIA,', 'VIETNAM']","[20, 21]",1,vietnam,"Countries paying money to users of contraception: BANGLADESH, EGYPT, INDIA, INDONESIA, MALAYSIA, MAURITIUS, NEPAL, SOUTH KOREA, SRI LANKA, THAILAND, TUNISIA, VIETNAM","['Countries that pay contraceptive recipients: BANGLADESH, EGYPT, INDIA, INDONESIA, MALAYSIA, MAURITIUS, NEPAL, SOUTH KOREA, SRI LANKA, THAILAND, TUNISIA, VIETNAM', 'Countries from which money is transferred to users of contraceptives: BANGLADESH, EGYPT, INDIA, INDONESIA, MALAYSIA, MAURITIUS, NEPAL, SOUTH KOREA, SRI LANKA, THAILAND, TUNISIA, VIETNAM', 'Countries that pay for contraception: BANGLADESH, EGYPT, INDIA, INDONESIA, MALAYSIA, MAURITIUS, NEPAL, SOUTH KOREA, SRI LANKA, THAILAND, TUNESIA, VIETNAM', 'Countries that pay for the use of contraceptives: BANGLADESH, EGYPT, INDIA, INDONESIA, MALAYSIA territory, MAURITIUS, NEPAL, SOUTH KOREA, SRI LANKA, THAILAND, TUNISIA, VIETNAM', 'Countries that pay contraceptive users money: BANGLADESH, EGYPT, INDIA, INDONESIA, MALAYSIA, MAURITIUS, NEPAL, SOUTH KOREA, SRI LANKA, THAILAND, TUNISIA, VIETNAM']" -826,"['together', 'with', 'Egypt', 'and', 'Syria', ')', 'to', 'send', 'troops', 'to', 'the', 'pan-Arab', 'force', 'to', 'defend', 'Saudi', 'Arabia;', 'some', '1,200', 'Moroccan', 'troops', 'reportedly', 'arrived', 'in', 'Riyadh', 'on', 'Aug.', '12.']","[4, 5]",1,syria,"together with Egypt and Syria ) to send troops to the pan-Arab force to defend Saudi Arabia; some 1,200 Moroccan troops reportedly arrived in Riyadh on Aug. 12.","['Along with Egypt and Syria) to send troops to the pan-Arab force in defense of Saudi Arabia. According to reports, on August 12, about 1,200 Moroccan troops arrived in Riyadh.', 'and Egypt and Syria) was intended to send troops to the pan-Arab force to defend Saudi Arabia; some 1,200 Moroccan soldiers reportedly arrived in Riyadh on August 12.', 'Along with Egypt and Syria, some 1,200 Moroccan troops reportedly arrived in Riyadh on August 12.', 'together with Egypt and Syria) to send troops to the Pan-Arab Force to defend Saudi Arabia; according to reports, 1,200 Moroccan troops arrived in Riyadh on 12 August.', 'Oxfam, along with Egypt and Syria, structured its troops as a ""platform"" for the pan-Arab forces defending Saudi Arabia; some 1,200 Moroccan troops reportedly arrived in Riyadh on August 12.']" -827,"['The', 'new', 'problem', 'of', 'youth', 'unemployment', 'was', 'to', 'receive', '75', 'per', 'cent', 'of', 'the', 'ESF,', 'and', '40', 'per', 'cent', 'of', 'the', 'remaining', 'general', 'fund', 'was', 'to', 'be', 'allocated', 'to', 'the', 'depressed', 'regions', 'of', 'the', 'Community', '-', 'i.e.', 'Greece', ',', 'Northern', 'Ireland,', 'Irish', 'Republic,', 'Mezzogiorno.']","[37, 38]",1,greece,"The new problem of youth unemployment was to receive 75 per cent of the ESF, and 40 per cent of the remaining general fund was to be allocated to the depressed regions of the Community - i.e. Greece, Northern Ireland, Irish Republic, Mezzogiorno.","['The new problem of youth unemployment was to receive 75% of the ESF and 40% of the remaining general fund should be allocated to the needy regions of the Community - i.e. Greece, Northern Ireland, the Republic of Ireland and the Mezzogiorno.', 'The new problem of youth unemployment was to receive 75% of the ESF budget and allocate 40% of the remaining general resources to the economically struggling regions of the Community - i.e. Greece, Northern Ireland, Ireland and Mezzogiorno.', 'The new problem of youth unemployment was to receive 75% of the ESF and 40% of the remaining general fund should be lent to the less favoured regions of the Community - i.e. Greece, Northern Ireland, the Republic of Ireland and the Mezzogiorno.', '75% of the new problem of youth unemployment should be financed by the ESF and 40% of the remaining general fund should be allocated to the economically weaker regions of the Community, i.e. Greece, Northern Ireland, the Irish Republic and the Mezzogiorno.', 'The new problem of youth unemployment should be distributed to vulnerable regions of the Community with 75% of the ESF value and 40% of the remaining general fund - benefits in Greece, Northern Ireland, Ireland and the Mezzogiorno.']" -828,"['Canada,', 'Australia', 'and', 'eleven', 'other', 'members', 'of', 'the', 'Interim', 'Committee', 'opposed', 'the', 'decision', 'and', 'a', 'number', 'of', 'other', 'countries', 'abstained.']","[1, 2]",1,australia,"Canada, Australia and eleven other members of the Interim Committee opposed the decision and a number of other countries abstained.","['Canada, Australia and eleven other members of the Interim Committee rejected the decision, while a number of other countries abstained.', 'Canada, Australia and 11 other members of the transitional committee opposed the decision and a number of other countries abstained.', 'Canada, Australia and eleven other members of the Transitional Committee opposed the decision and a number of other countries abstained.', 'Canada, Australia and eleven other members of the transitional committee resisted, and a number of other states abstained.', 'Canada, Australia and eleven other members of the Interim Committee rejected the decision, while some other countries abstained.']" -829,"['Moreover,', 'in', 'none', 'of', 'these', 'surviving', 'volumes', 'is', 'there', 'any', 'sign', 'of', 'interest', 'or', 'skill', 'in', 'the', 'rapidly', 'developing', 'scholastic', 'disciplines', 'of', 'northern', 'France', 'and', 'Lorraine', 'at', 'this', 'time.']","[23, 24]",1,france,"Moreover, in none of these surviving volumes is there any sign of interest or skill in the rapidly developing scholastic disciplines of northern France and Lorraine at this time.","['Moreover, in none of these volumes are there any signs of interest or ability in the rapidly developing scholastic disciplines in northern France and Lorraine at that time.', 'None of these surviving volumes show any sign of interest or skill in the rapidly evolving scholastic disciplines of northwest France and Lorraine at that time.', 'Furthermore, in none of these surviving volumes is there any sign of interest or ability in the then rapidly growing scholastic disciplines of northern France and Lorraine.', 'Furthermore, none of the surviving volumes shows any interest or skill in the rapidly developing scholastic disciplines of northern France and Lorraine during this period.', 'None of the surviving volumes shows any interest or skill in the rapidly developing scholastic disciplines of northern France and Lorraine at that time.']" -830,"['The', 'pace', 'of', 'change', 'differed', 'from', 'country', 'to', 'country:', 'Poland,', 'Romania', 'and', 'Bulgaria', 'were', 'effectively', 'Soviet', 'puppets', 'by', '1946,', 'but', 'Hungary', 'was', 'only', 'brought', 'under', ""Moscow's"", 'control', 'in', 'mid-1947', 'and', 'a', 'coalition', 'government', 'survived', 'in', 'Czechoslovakia', 'until', 'February', '1948.']","[12, 13]",1,bulgaria,"The pace of change differed from country to country: Poland, Romania and Bulgaria were effectively Soviet puppets by 1946, but Hungary was only brought under Moscow's control in mid-1947 and a coalition government survived in Czechoslovakia until February 1948.","[""The pace of change varied from country to country: Poland, Romania, and Bulgaria were de facto Soviet puppets in 1946, but Hungary was not brought under Moscow's control until mid-1947, and Czechoslovakia survived a coalition government until February 1948."", ""The pace of change varied from country to country: Poland, Romania, and Bulgaria were de facto Soviet puppets in 1946, but Hungary did not come under Moscow's control until mid-1947, and Czechoslovakia survived a coalition government until February 1948."", ""The pace of change varied from country to country: Poland, Romania, and Bulgaria were de facto Soviet puppets in 1946, but Hungary was not brought under Moscow's control until mid-1947, and Czechoslovakia survived a coalition government until February 1948."", ""The pace of change varied from country to country: Poland, Romania, and Bulgaria were de facto Soviet puppets until 1946, but Hungary was not brought under Moscow's control until mid-1947, and Czechoslovakia survived a coalition government until February 1948."", ""The pace of change varies from country to country: Poland, Romania, and Bulgaria were indeed Soviet puppets in 1946, but Hungary did not come under Moscow's control until mid-1947, and Czechoslovakia survived a coalition government until February 1948.""]" -831,"['Countries', 'making', 'commitments', 'in', 'August', 'to', 'the', 'multinational', 'force,', 'apart', 'from', 'the', 'USA', 'and', 'those', 'European', 'and', 'Arab', 'countries', 'as', 'described', 'above.']","[12, 13]",1,usa,"Countries making commitments in August to the multinational force, apart from the USA and those European and Arab countries as described above.","['Countries that made commitments to multinational troops in August, with the exception of the United States, the European and Arab countries described above.', 'Countries that entered into commitments with regard to the multinational force in August. Besides the United States and the European and Arab countries described above, these are the countries that have already entered into commitments.', 'Countries that signed up to the multinational force in August, with the exception of the United States and the European and Arab countries described above.', 'Countries that made commitments to the multinational force in August, with the exception of the United States and European and Arab countries.', 'Countries that commit to multinational troops, with the exception of the United States and the European and Arab countries described above, withdrew their troops in August.']" diff --git a/data/fused_datasets/semeval_loc_with_paraphrases_temp1.2 b/data/fused_datasets/semeval_loc_with_paraphrases_temp1.2 deleted file mode 100644 index f79dfd0d7049b4a373700ff62aa3e3d6ab06d7cf..0000000000000000000000000000000000000000 --- a/data/fused_datasets/semeval_loc_with_paraphrases_temp1.2 +++ /dev/null @@ -1,833 +0,0 @@ -,sentence,pos,label,targets,joined_sents,paraphrases -0,"['US', 'FEDERAL', 'TRADE', 'COMMISSION', 'REVIEWS', 'STAFF', 'REPORT', 'ON', 'ANTI-TRUST', 'ALLEGATIONS']","[0, 1]",0,us,US FEDERAL TRADE COMMISSION REVIEWS STAFF REPORT ON ANTI-TRUST ALLEGATIONS,"['Court report: HMRC failed to properly investigate claims of tax evasion', 'Euroquartett Pictures stops tic reaction - OPTI REGINES APPROACH ET C AFRIY', 'Do Americans edit the tax forms on the high status of prisoners and replace the rounded annual book they keep in Pennsylvania?', 'Queensland dear tradle, profu tateconomist was Harvest First 2001 Poerrma made a knitted philophylos a statement since 1863; corpse a sovereign staff dispute with flight movements; rights', 'K-TC monitors < br > TRUST M-LIKE ""There are enough left-leaning organizations in the BSI media and G.O.P.']" -1,"['However,', 'turnover', 'increased', 'in', '1990', 'due', 'to', 'UK', 'entry', 'into', 'the', 'European', 'Exchange', 'Rate', 'Mechanism,', 'which', 'implied', 'a', 'shift', 'in', 'longer', 'term', 'inflationary', 'expectations', 'and', 'a', 'fortiori', 'long', 'rates', 'of', 'interest,', 'combined', 'with', 'the', 'fact', 'that', 'the', 'public', 'sector', 'finances', 'had', 'moved', 'back', 'into', 'deficit.']","[7, 8]",0,uk,"However, turnover increased in 1990 due to UK entry into the European Exchange Rate Mechanism, which implied a shift in longer term inflationary expectations and a fortiori long rates of interest, combined with the fact that the public sector finances had moved back into deficit.","[""By contrast, sales rose in 2009, owing to the United Kingdom's accession to the European Exchange Rate Mechanism (EERM), a mechanism that allows the United Kingdom to borrow against the euro, and the result is that the value of the pound will rise significantly in the same direction as in 2008."", 'The results of the purchases on November 21 showed that only 52.4 percent of sales and 42.4 percent of profits were made in May or November, with 797 employees and 688 hours of union work, Walsh said.', 'The 24-year-old, who has been linked with a move to the Chinese Super League this summer, has reportedly been linked with a move away from the Chinese Super League.', ""But Farrakhan's sales grew in 1990 when he blackmailed Prince's profits, and in the meantime the former inventor fired him after 1989, when his former father's company, Ronald Marine, was held liable for selling his stake in the company."", 'For example, if you have a pension invested in an Isa or Sipp, or Sipp, or Sipp, or Sipp, or Sipp, and are self-invested, or Sipp, or Sipp, or Sipp, or Sipp, and are self-invested through a Sipp, these are some of the options open to you.']" -2,"['His', 'long', 'career', 'in', 'France', 'which', 'led', 'him', 'to', 'hold', 'high', 'military', 'and', 'administrative', 'posts,', 'as', 'well', 'as', 'amassing', 'a', 'fortune', 'through', 'the', 'capture', 'of', 'prisoners', 'in', 'battle,', 'the', 'seizing', 'of', 'property', 'and', 'the', 'exploitation', 'of', 'estates,', 'shows', 'him', 'to', 'have', 'been', 'a', '`', 'realistic', '""', 'person', 'in', 'all', 'that', 'he', 'did.']","[4, 5]",0,france,"His long career in France which led him to hold high military and administrative posts, as well as amassing a fortune through the capture of prisoners in battle, the seizing of property and the exploitation of estates, shows him to have been a realistic"" person in all that he did.","['His long career ended in France, where he held high-level investigative posts, and he is expected to return to the French government in 2019, where he is expected to be appointed head of the International Criminal Tribunal for the former Yugoslavia (ICTY).', 'With 58 years of education, Mayer has led several governments to the top of the hemisphere, including the United States, China, Japan, Japan, the United Kingdom and the United Kingdom.', 'What a long career it has been to gobble up executives ""unpopular plans for a minimum wage, check the multiple benefits of job quotas in education, the Internet, and, more recently, get fed up with being labeled"" customer-preferred ""by the government to see if they can afford to pay more.', 'His longtime quarterback Vince Francoise is suspended for five games because of a knee injury and will not be able to play until the end of the season because of a knee injury.', 'Nka\'s son is a seriously injured person and her injuries are revealed today in concrete development reports, which show she died 7, that validation material had to be wrapped 7 minutes, the war was nothing more serious, where she ""halatiWoods cancer means everything feels normal"" 7, that she ""needs a victorious car on which we fly or America was a real black sheet and did you have a Chinese highway in demand and Keith rebelling overseas absolutely easily?']" -3,"['Clasper', 'and', 'the', 'conspirators', 'timed', 'the', 'third', 'offence', 'to', 'coincide', 'with', 'the', 'visit', 'to', 'the', 'UK', 'of', 'the', 'President', 'and', 'Chief', 'Executive', 'Officer', 'of', 'United', 'Motors,', 'Nate', 'Cocello,', 'as', 'this', 'would', 'provide', 'maximum', 'publicity', 'to', 'the', 'planned', 'strike.']","[15, 16]",0,uk,"Clasper and the conspirators timed the third offence to coincide with the visit to the UK of the President and Chief Executive Officer of United Motors, Nate Cocello, as this would provide maximum publicity to the planned strike.","['Clasper and the cockroach, who have been in contact for more than a year, are charged with conspiracy to break in, conspiracy to burglary, conspiracy to break in and conspiracy to break in, conspiracy to break in, conspiracy to break in, conspiracy to break in, conspiracy to break in, conspiracy to break in, conspiracy to break in, conspiracy to break in, conspiracy to break in, conspiracy to break in, conspiracy to break in and conspiracy to break in.', '< br > Lawrence Booth takes a look at the major talking points of the day.', 'Clasper data fund in time for the Olympics and Copa America produced Serena Bolt and Usain Bolt, < br >\'s dedicated watchdog, said: ""The colour measurement reflects the way the Oval has handled tampering and manipulation... we\'ve dealt with the issue of flag cricket... Sebastian Coe\'s disappearance from the Olympics... we\'ve dealt with a number of issues... and we\'ve looked at the evidence... and we\'ve seen the evidence... and we\'ve seen the evidence... and we\'ve seen it... and we\'ve seen it... and we\'ve seen it... and we\'ve seen it... and we\'ve seen it... and we\'ve seen it... and we\'ve seen it... and we\'ve seen it...', 'Broad controlled that third punishing fireball that caught the dusty Bella on the glove, pestered him for 267 innings and led the Lakers to their first finish since Kate Spapper as head coach.', ""< br > Lawrence Booth takes a look at the third day's play at Lord's and looks at the key stats and stats ahead of the fourth Test at Lord's on Saturday and what we can take away from the rest of the day...""]" -4,"['The', 'successive', 'rebellions', 'against', 'Soviet-backed', 'regimes', '-', 'in', 'East', 'Germany', 'in', '1953,', 'in', 'Poland', 'and', 'Hungary', 'in', '1956,', 'in', 'Czechoslovakia', 'in', '1968', 'and', 'in', 'Poland', 'in', 'the', 'early', '1980s', '-', 'progressively', 'undermined', 'the', 'allegiance', 'of', 'foreign', 'radicals', 'to', 'the', 'USSR.']","[8, 10]",0,east germany,"The successive rebellions against Soviet-backed regimes - in East Germany in 1953, in Poland and Hungary in 1956, in Czechoslovakia in 1968 and in Poland in the early 1980s - progressively undermined the allegiance of foreign radicals to the USSR.","['Successive rebel programs - stations 1956, 1989 1989 1989 1989 1989 1989 1989 1989 1989 1989 1989 1989 1989 1989 1989 1989 1989 1989 1989 1989 1989 1989 1991 1993 1993 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007', 'The film, based on the memoir of the same name, is the latest in a long line of films to be released in the United States, and the latest in a long line of films to be released in the United States.', 'Regular coverage of the Azerbaijani civil war in Moscow has tempered praise for Sharpeins, as the Czechoslovak government has also rejected the Russian intelligence agency Iron Dirty.', ""Bournemouth will be keen to make their mark in Russia, where they will be hoping to avoid a repeat of last year's 3-0 home defeat to Tottenham Hotspur, who beat Manchester City 2-0 in the FA Cup semi-final, and Bournemouth will be hoping to avoid a repeat of last weekend's 3-0 defeat at West Ham in the Premier League, when they were knocked out of the FA Cup by Tottenham Hotspur in the quarter-finals."", 'In an interview with The New York Times, Bethesda Mayor Bill de Blasio (D-N.Y.), who has been criticized for his handling of the housing crisis, said he wants to see ""gradual increases in interest rates"" and ""gradual reductions in federal debt"" by the end of the year.']" -5,"[""Miyazawa's"", 'recent', 'calls', 'for', 'a', 'period', 'of', 'renewed', 'economic', 'growth', 'in', 'Japan', 'and', 'for', 'a', 'cut', 'in', 'Japanese', 'interest', 'rates', '(implying', 'a', 'weakening', 'of', 'the', 'yen', 'and', 'a', 'growth', 'in', 'the', 'trade', 'surplus)', 'were', 'also', 'received', 'with', 'concern', 'in', 'the', 'USA.']","[11, 12]",0,japan,Miyazawa's recent calls for a period of renewed economic growth in Japan and for a cut in Japanese interest rates (implying a weakening of the yen and a growth in the trade surplus) were also received with concern in the USA.,"[""American tennis star Maria Sharapova, grandmother of former Wimbledon champion Maria Sharapova and grandmother of former US Open champion Serena Williams, has been named the new face of the women's draw at the All England Club, which will take place at London's Queen's Club on Monday, with the winner of the women's singles title to be announced on Monday."", 'Mistant\'s recent calls for an overhaul of the country\'s financial stability and higher taxes on drivers ""cars have met with a wave of criticism from lawmakers, who say the government has failed to address the problem.', 'Miyazawa\'s recent appearance on ""The Tonight Show with Jimmy Fallon"" has garnered a lot of attention, as has his recent appearance on ""Late Night with Seth Meyers,"" where he was asked if he would like to appear as a guest judge on ""The Tonight Show with Jimmy Fallon.""', ""Miyazaki Muchitaw, the company's director, said the company was trying to correct discrepancies in measurable size, including deleveraging and offsetting Malibu's manicure."", 'Mielessa became the car [un] of the Round-Roter [un] of the Round-Roter [un] of the Round-Roter [un] of the Round-Roter [un] of the Round-Roter [un] of the Round-Roter [un] of the Round-Roter [un] of the Round-Roter [un] of the Round-Roter [un] of the Round-Roter [un] of the Round-Roter [un] of the Round-Roter [un] of the Round-Roter [un] of the Round-Roter']" -6,"['The', 'rebels', 'also', 'reportedly', 'received', 'logistical', 'support', 'from', 'the', 'United', 'States', 'Central', 'Intelligence', 'Agency', '(CIA)', 'and', 'its', 'Pakistani', 'counterpart,', 'the', 'Inter', 'Services', 'Intelligence', '(ISI).']","[9, 11]",0,united states,"The rebels also reportedly received logistical support from the United States Central Intelligence Agency (CIA) and its Pakistani counterpart, the Inter Services Intelligence (ISI).","['The insurgents also reportedly received logistical support from the CIA and its Pakistani offshoot.', 'Similarly, they are said to have submitted their scientific evidence to the United States National Intelligence Agency (NSA).', ""The rebels, who have been fighting to topple President Bashar al-Assad's regime since the civil war began in 2011, are accused of using chemical weapons and chemical weapons in a series of attacks on civilians last year."", 'Moreover, it was a cowardly attack (34 ″) without the permission of Saudi Arabia (""state"" on Saturday).', 'Tottenham Hotspur (4-2-3-1) Tottenham Hotspur (4-1-1-1) West Ham (4-1-1-1) West Ham (4-1-1-1) West Ham (4-1-1-1) West Ham (4-1-1-1) West Ham (4-1-1-1) West Ham (4-1-1-1) West Ham (4-1-1-1) West Ham (4-1-1-1) West Ham (4-1-1-1) West Ham (4-1-2-1) West Ham (4-1-1) West Ham (4-1-2-1)']" -7,"['The', 'whole', 'of', 'Great', 'Britain', ',', 'so', 'Northern,', 'Northern', 'Ireland', 'as', 'well.']","[3, 5]",0,great britain,"The whole of Great Britain, so Northern, Northern Ireland as well.","['Without us, the whole of Hungary would be in danger and so would our homeland, ""Podolski said.', 'Exactly the opposite: north, north, north and south.', 'Britain is on the left, Northern Ireland in the middle, and the voice is leading the charge.', 'Terrifying because pretty Britain, through artificially simple commentary, publishes videos containing years of secrets that contain explanations for historical facts.', 'Stuart Bosch and Gary Schmael.']" -8,"['The', 'race', 'is', 'now', 'on', 'to', 'show', 'that', 'the', 'Government', 'is', 'wrong', 'before', 'the', 'last', 'bird', 'in', 'the', 'UK', 'is', 'slaughtered.']","[18, 19]",0,uk,The race is now on to show that the Government is wrong before the last bird in the UK is slaughtered.,"['This race now shows that the Cleveland government is wrong before the last bird whose patisserie was slaughtered has been removed by the censors.', ""The race is meant to show that the Queen is right to come to Wembley, where Mrs Jackson cites Thatcher's pay and conditions as reasons why the Duchess has tried to make herself unpopular."", ""We are already seeing the damage done to Tory-Lib Dem relations - and it is to the EU's credit that the Prime Minister has listened."", 'The state of competition now shows the state was wrong, with Treasurer Ross Barnett following suit again - most recently in 2012 when he said there was a ""bias"" in the informal assessment of the school\'s use of technology, including the use of technology, and a ""bias"" in the informal assessment of the school\'s use of affirmative action.', 'But it is not the first time politicians from around the world have become embroiled in the controversy, with a number of MPs calling for a ban on the sale of passports.']" -9,"['The', 'scale', 'of', 'Britain', ""'s"", 'overseas', 'government', 'expenditure', 'was', 'a', 'source', 'of', 'intense', 'debate', 'at', 'the', 'time,', 'and', 'has', 'remained', 'a', 'source', 'of', 'criticism', 'of', 'the', 'Attlee', ""government's"", 'policies.']","[3, 4]",0,britain,"The scale of Britain's overseas government expenditure was a source of intense debate at the time, and has remained a source of criticism of the Attlee government's policies.","[""At the time, the size of the piece posed no immediate danger to the public, and the state's Beyonce trend is likely to be similar to that of Laurence, who will head to the White House on the campaign trail."", ""Much of Sri Lanka's surplus labor has been spent in the Commonwealth."", 'The level of foreign investment in Britain has been a major concern for the president since he took office in 1982, a European official said.', 'Sutton, a private citizen, has not yet been charged with a crime in the United States (a crime against Latinos in Los Angeles), but he is expected to be charged with assault and misdemeanor.', 'The size of the first home is a major obstacle, although events on the other side of the world are accessible to large crowds.']" -10,"['Organisers', 'of', 'Britain', ""'s"", 'oldest', 'road', 'race,', 'the', 'annual', 'New', ""Year's"", 'Day', 'Morpeth', 'to', 'Newcastle', 'event,', 'will', 'be', 'surprised', 'to', 'discover', 'that', 'the', 'original', 'prize', 'is', 'up', 'for', 'sale', 'at', 'a', 'special', 'sporting', 'memorabilia', 'auction.']","[2, 3]",0,britain,"Organisers of Britain's oldest road race, the annual New Year's Day Morpeth to Newcastle event, will be surprised to discover that the original prize is up for sale at a special sporting memorabilia auction.","['Organisers have hired Prime Minister Tim Johnson, Foreign Secretary Andrew Lansley and the embassy in London.', ""Organisers of last year's British Road Race Down Under offered this masterpiece as an official promotion and welcomed England to the top of English cricket's world rankings, but it has been postponed indefinitely."", ""Organisers of Britain's oldest road race have launched a campaign to raise awareness of the dangers of concussion in sport, with former professional footballers suffering early on-set dementia linked to repeated blows to the head."", ""Organisers of the Great British Bake Off breakfast show have revealed that the winner will be crowned the winner of Saturday night's Great British Bake Off, with the winner crowned the winner of the show."", 'Veteran researchers originally studied his report in the manner of Washington, D.C., naming bomber states, which means homemade convertibles.']" -11,"['Bill,', '76,', 'asked', 'Street', 'chiefs', 'to', 'investigate', 'and', 'they', 'discovered', 'that', 'episodes', 'of', 'the', 'popular', 'show', 'screened', 'in', 'Britain', 'five', 'years', 'ago', 'are', 'now', 'topping', 'the', 'ratings', 'in', 'Thailand', 'and', 'they', 'have', 'made', 'Percy', 'a', 'national', 'hero.']","[28, 29]",0,thailand,"Bill, 76, asked Street chiefs to investigate and they discovered that episodes of the popular show screened in Britain five years ago are now topping the ratings in Thailand and they have made Percy a national hero.","[""Bill Cosby, 76, has filed a motion for a temporary restraining order against his estranged wife Charlie Sheen, who is suing him for defamation, according to court documents filed in Los Angeles Superior Court, alleging that the actor and his ex-wife Jennifer Garner are trying to prevent him from using his celebrity status to gain access to the star's private jet, which is owned by his ex-wife Jennifer Garner, who is suing him for defamation, defamation, defamation and defamation."", 'Bill, 76, of Street Chiefs, took them to the inquest after it was revealed that his plane had been diverted to a remote part of Cambodia, where he had to make an emergency landing in the middle of the night, and that he had been forced to return to his hotel room after being told he was not allowed to board a flight to the UK, where he was told he had to return to the UK.', 'Of course Percy was confused with Percy, but it is a miracle that he is taking back prize money, not least Professor Kruk iiato. He has been offering political education since 1991, he has not given them money from mentors, he has not given them money from mentors, he has not given them money, he has not given them money, he has not given them money, he has not given them money, he has not given them money, he has not given them money, he has not given them money, he has not given them money, he has not given them money, he has not given them money, he has not given them money, he has not given them money, he has not given them money, he has not given them money.', ""Bill, 76, said he hoped to raise money for TransAustralia after a 12-year-old boy, Fred, was taken to hospital with a gunshot wound to the head and died at the scene of the accident on the outskirts of Melbourne's west."", ""Bill, 76, was appointed by the military government to lead the investigation, and they won't be able to get out of the big game at the end of the season, but they will be able to get out of the game and get back into the game.""]" -12,"['Last', 'year', 'real', 'GNP', 'grew', 'by', '8.5%,', 'and', 'inflation', 'was', 'only', '3.4%,', 'lower', 'than', 'anywhere', 'in', 'Asia', 'except', 'Japan', 'and', 'Malaysia.']","[18, 19]",0,japan,"Last year real GNP grew by 8.5%, and inflation was only 3.4%, lower than anywhere in Asia except Japan and Malaysia.","[""Over the past year, the real problem with Sarkozy's social model has grown farther south around the world."", 'Real gross domestic product (GDP) grew by 8 per cent last year, equivalent to a 37 per cent increase in corporation tax and a 19 per cent rise in corporation tax in the same period last year, according to the Office for National Statistics (ONS).', 'In the last year we have seen a significant increase in the number of people using mobile phones and tablet computers, and a significant increase in the number of people using smartphones and tablets.', '(NYC: IS), the leader of the Islamic State of Iraq and the Levant (ISIL), has been arrested in connection with a series of bombings in Iraq and Syria that killed more than 100 people and wounded more than 100.', 'Last year, members of several county squads, including Anaheim-Anaheim-Anaheim-Anaheim-Anaheim-Anaheim-Anaheim-Anaheim-Anaheim-Anaheim-Anaheim-Anaheim-Anaheim-Anaheim-Anaheim-Anaheim-Anaheim-Anaheim-Anaheim-Anaheim-Anaheim-Anaheim-Anaheim-Anaheim-Anaheim.']" -13,"['On', 'April', '7', 'the', 'government', 'disclosed', 'information', 'about', 'one', 'of', 'China', ""'s"", 'best-known', 'political', 'prisoners,', 'Wei', 'Jingsheng.']","[10, 11]",0,china,"On April 7 the government disclosed information about one of China's best-known political prisoners, Wei Jingsheng.","['On 7 July, the court ruled that the allegations were not a current case and that the business situation had changed.', ""NATO's S Twingsheng mob offers a range of options for political attacks against Vietnamese troops."", ""That's why Pittsburgh, owner of the court-ordered concession, entered the building after a deadly bombing and high-profile exchanges of gunfire between the two sides."", 'At the end of the day, this is one of the largest companies in China.', 'On the 7th I was left with the torment of my young master.']" -14,"['Finally,', 'some', 'part', 'of', 'the', 'fall', 'in', 'the', 'output-capital', 'ratio', 'in', 'the', 'United', 'States', 'after', '1966', 'must', 'have', 'reflected', 'the', 'decreasing', 'capacity', 'utilization.']","[12, 14]",0,united states,"Finally, some part of the fall in the output-capital ratio in the United States after 1966 must have reflected the decreasing capacity utilization.","['After the capitalists were partially exposed in 1966, 21st Century Fox Equity had to give $50 million to anyone who published MiniFood in the first place.', 'Finally, part of the decline in deaths in Baton Rouge must be explained by the fact that the number of people hospitalized last year rose by more than a third, according to the Centers for Disease Control and Prevention (CDC).', 'In a statement, the company said: ""We are pleased to announce that we have reached an agreement with the UK Government to extend our contract with the company until the end of the year, enabling us to continue to provide the best possible service to our customers.""', 'After all, the Republican Party is likely to build Obamacare without McAvoy, who served under the long-serving president of the United States, without McAvoy initially harming the so-called ""swept"" US.', 'Hanging in the air, Julian said the 5, i Lookout of the economy 554,204 pages Lincoln piece GB']" -15,"['The', 'exhibition', 'will', 'include', 'various', 'technologies', 'on', 'which', 'Fujitsu', 'and', 'the', 'Singapore', 'government', 'have', 'been', 'working', 'as', 'part', 'of', 'the', 'IT2000', 'plan,', ""Singapore's"", 'comprehensive', 'computing', 'plan', 'for', 'the', 'twenty-first', 'century,', 'which', 'include', 'south-east', ""Asia's"", 'first', 'B-ISDN', 'service.']","[11, 12]",0,singapore,"The exhibition will include various technologies on which Fujitsu and the Singapore government have been working as part of the IT2000 plan, Singapore's comprehensive computing plan for the twenty-first century, which include south-east Asia's first B-ISDN service.","['The entrepreneurial pride of which we are proud is the restraint that we accept, the restraint that we accept, the resilience that we accept, the resilience that we accept, the resilience that we accept, the resilience that we accept, the resilience that we accept, the resilience that we put on, the resilience that we put on, the resilience that we put on, the resilience that we put on, the resilience that we put on, the resilience that we put on, the resilience that we put on.', 'The above story is based on materials provided by The Associated Press on behalf of The New York Times and The New York Times and does not constitute ""forward-looking statements"" within the meaning of the Private Securities Litigation Reform Act of 1995, as amended.', 'http: / / www.nytimes.com / 2016 / 08 / 20 / opinion / how-to-vote-for-Mitt-Romney: http: / / www.nytimes.com / 2016 / 08 / opinion / how-to-vote-for-Mitt-Romney: http: / / www.nytimes.com / 2016 / 08 / opinion / how-to-vote-for-Mitt-Romney: http: / / www.nytimes.com / 2016 / 08 / opinion / how-to-vote-for-Mitt-Romney-to-win-in-the-caucuses-for-the-caucuses-and-to-win-the-caucuses-caucuses-caucus.html', '""The feeling that the profitability of the energy company could be associated with additional sanctions,"" said Lynton Defender Rob Pile 5 Evanston 1 Board iPhone. ""I\'ve put a lot of energy into anticipating what\'s going to happen.""', '""I think it\'s going to take a lot of time to get to the bottom of this,"" he said.']" -16,"['For', 'example', 'well', 'I', ""don'"", 'know', 'which', 'Swatch', 'really', 'but', 'on', 'Omega', 'up', 'for', 'example', 'there', 'are', 'Omega', 'watches', 'in', 'Belgium', 'which', 'you', ""can't"", 'buy', 'in', 'Switzerland']","[26, 27]",0,switzerland,For example well I don' know which Swatch really but on Omega up for example there are Omega watches in Belgium which you can't buy in Switzerland,"[""So I didn't find wifi for it on Omega up rocket cards, for example in Belgium Omega Ugiant, which you can't buy in Romania."", 'I know, for example, what kind of Swatch there is, but the device in Potrum, which consists of four flowers, can be bought for free.', ""I wouldn't know, for example, if there were products I could use to change my life."", 'He is one of his team-mates.', 'For example, if you are a fan of rap music, why not a cup of tea?!????????????????']" -17,"['Bush', 'accepted', 'an', 'invitation', 'from', 'Kaifu', 'to', 'visit', 'Japan', 'in', 'late', 'November', '1991.']","[8, 9]",0,japan,Bush accepted an invitation from Kaifu to visit Japan in late November 1991.,"['Bush accepted an invitation in late November 1991.', 'Bush accepted an invitation from the Cayman Islands to Japan at the end of November 1991.', 'Bush accepted an invitation from Kaippen Papssus in 2007 for successful visits to the United States, and in 2007 he accepted an invitation from Kaippen Papssus for successful visits to the United States, Canada, Great Britain, Great Britain, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom,', 'Bush accepted an invitation from Japan late last month', 'Rihanna, early 1991.']" -18,"['Switzerland', 'already', 'has', 'a', 'two-year-old', 'automated', 'futures', 'and', 'options', 'exchange', 'for', 'blue-chip', 'stocks', 'called', 'SOFFEX.']","[0, 1]",0,switzerland,Switzerland already has a two-year-old automated futures and options exchange for blue-chip stocks called SOFFEX.,"['Two years ago, Room Adventures was sold in Switzerland not as a SOFFEE but as a ""Futures and Options Ring,"" which promotes shopping-oriented experiences, and the company\'s CEO, General Fiather, said the company had configured its flood defences with touch-sensitive devices.', ""Switzerland already have a Ranieri-like record, boasting the fewest goals per game in the competition's history and boasting some of the best players in the tournament."", 'Klopp has already been linked with the most meaningful game of his career after signing a two-year deal with the Midlands club.', 'In the United States, the online stock exchange trader Twitter has been accused of using ""fake news"" and ""football booking"" websites to advertise its products and services for free.', 'Supporters of Georgi Odun Casleika protest against the lack of electricity from solar panels.']" -19,"['There', 'are', '14', 'million', 'remote', 'control', 'televisions', 'in', 'Britain', '.']","[8, 9]",0,britain,There are 14 million remote control televisions in Britain.,"[""There are 14 million remote control devices in the UK, of which an average of three million are on the government's watch list every hour."", 'Him there...', 'In a pornographic film, the zoo systematically tried to circumcise the beetle.', ""Witchcraft, 99: Berry's Success Strategies Remained the Show. < br > Neither Nation nor St. Pharmacy Divided What Sales We Return Alone In England Within Alternative Rewards Each Other: Advantage, Late Late Food Fires Often by Team, Man-shaking Showroom in the Heiliander Folk For Us Economists writes < br > that business movie objectives have been rewarded.... as the 11.1,000 Museum Bowling Matters read the semifinal of the Computer Beans Aid revue 9.... id's title the memory tool adyes control Ladbyworth as article adheres to the press stimulus of the image paper of evolved to recreate newski to rest intriguing personalities...."", 'As the economy continues to swirl around the country, some lawmakers are calling for an end to the government shutdown.']" -20,"['Some', 'difficulty', 'was', 'caused', 'in', 'relations', 'with', 'the', 'USA', 'in', 'February', '1990', 'when', 'Bush', 'intervened', '(in', 'a', 'letter', 'to', 'Suharto)', 'over', 'a', 'commercial', 'competition', 'between', 'the', 'US', 'AT&T', 'company', 'and', ""Japan's"", 'NEC', 'for', 'the', 'contract', 'to', 'modernize', 'Indonesia', ""'s"", 'telephone', 'exchange', 'system.']","[37, 38]",0,indonesia,Some difficulty was caused in relations with the USA in February 1990 when Bush intervened (in a letter to Suharto) over a commercial competition between the US AT&T company and Japan's NEC for the contract to modernize Indonesia's telephone exchange system.,"['The relationship between Snyder, the winner of the 1966 Indigo and Borry investment, when tax messages left a country that had already experienced an IPO, and Box-Charity Country, a four-year-old technology company, with 170.08 (TYGIC, TYGIC, TYGIC, TYGIC); Samsung Operation Severity Network (TYGIC, TYGIC, TYGIC, TYGIC); Samsung Operation Severity Network (TYGIC, TYGIC, TYGIC, TYGIC, TYGIC, TYGIC, TYGIC, TYGIC);', 'In February 1990, the United States was rocked by Bush\'s ""crisis"" over Suharto, who was forced to resign as president of the African Union after the country\'s Supreme Court ruled that he had violated the Constitution by ""violating the rule of law"" and ""violating the rule of law.""', 'Something had to give in the thrilling duel between Meljam Jar of Duke and Zahita of Mir Foguyen under Jo Konta.', 'Since February 1990, Republicans have been interested in the relationship between Bush and Suharto in a letter to Suharto in which Suharto said: ""I am deeply concerned about the relationship between the United States and the United States, and I am deeply concerned about the relationship between the United States and the United States, and the relationship between the United States and the United Kingdom, and the relationship between the United States and the United Kingdom, and the relationship between the United States and the United Kingdom.""', 'April 15 (UPI) -- Rick Santorum, the former Massachusetts governor, said Tuesday he will not seek re-election to the U.S. House of Representatives in the coming weeks, nor will he seek re-election to the U.S. House of Representatives.']" -21,"['While', 'around', 'him', 'the', 'motorcycle', 'industry', 'crumbled,', ""Garside's"", 'technology', 'gave', 'Norton', 'a', 'small', 'but', 'profitable', 'business', 'producing', 'rotaries', 'for', 'unmanned', 'aeroplanes', '(`', 'drones', '""),', 'largely', 'for', 'the', 'US', 'Defense', 'Department.']","[27, 28]",0,us,"While around him the motorcycle industry crumbled, Garside's technology gave Norton a small but profitable business producing rotaries for unmanned aeroplanes (drones""), largely for the US Defense Department.","['But around Denis there is a lot of talk about how he will make a difference, how he will make a difference, how he will make a difference, how he will make a difference, how he will make a difference.', 'ANDY GLOVER, I boss use unop the car. < unk > His wife arrived in a wheelchair, < unk > Needlove £4,000, < unk > Norton £4.5 million.', '""No one should have been allowed to leave the police station, big to come say place!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!', 'The fact that the RBI is the only one the Dodgers???????????????????????????????????????????????????????????????????????????????????????????????????????????', ""George continued: 'Today I'm going to be a part of it and I'm going to be a part of it for the rest of my life.'""]" -22,"['Inspired', 'by', 'the', 'coral', 'coasts', 'of', 'Papua', 'New', 'Guinea', '(where', 'Liz', 'lived', 'and', 'worked', 'for', 'nine', 'years),', 'this', 'aquarium', 'on', 'silk', 'is', 'made', 'by', 'using', 'a', 'rubber-based', 'glue', 'called', 'gutta', 'in', 'the', 'same', 'way', 'that', 'wax', 'is', 'used', 'in', 'the', 'batik', 'process.']","[6, 9]",0,papua new guinea,"Inspired by the coral coasts of Papua New Guinea (where Liz lived and worked for nine years), this aquarium on silk is made by using a rubber-based glue called gutta in the same way that wax is used in the batik process.","['Inspired in the real world, this quartz reinforces the flexi-flexi, and Shochdylau is the best thing Depp has ever done.', ""Taking the example of the Papua New Guinea Coastal Voucher (Helen Seavic), Pattanha's pivotal stage in the natural world will be tomorrow when he is sentenced to one year in prison for his role in a sex trafficking ring."", 'Call Me By Your Name costs $8 and offers the diminishing effect of avoidable opulent styles such as: $10 for 120g; $10 for 120g; $8 for $8; $10 for $10; $10 for $10; $10 for $10; $10 for $10; $10 for $10; $10 for $10; $10 for $10; $10 for $10; $10 for $10; $10 for $10; $10 for $10; $10 for $10.', ""It's slightly more advantageous to have a former employee who started preparing for bankruptcy and said he received 12 months of training from the Al Qaeda Institute in the Arabian Peninsula at the University of California, Berkeley."", 'Liberal Democrat leader Tim Farron said: ""I think it\'s fair to say that if you look at the record of the last Labour government in Britain, you would see that the number of people coming to the UK to work and the number of people coming to the UK has increased significantly.']" -23,"['In', '1983', 'John', 'Watts,', 'then', 'an', 'up\xadand-coming', 'warbird', 'pilot,', 'flew', 'the', 'aircraft', 'at', 'that', ""year's"", 'Biggin', 'Hill', 'Air', 'Fair,', 'and', 'later', 'took', 'the', 'aircraft', 'out', 'to', 'a', 'display', 'in', 'Belgium', '.']","[29, 30]",0,belgium,"In 1983 John Watts, then an upÂand-coming warbird pilot, flew the aircraft at that year's Biggin Hill Air Fair, and later took the aircraft out to a display in Belgium.","['In 1983, John Watts, then a member of < p > and now a pilot, took off with the passenger', 'In 1983, he was photographed at the Libyan air show with a rifle in his hand, which he said was used to bring his object back to Britain.', 'In 1983, he flew to London to campaign for the Labour Party in the General Election; in the wake of the Salmond Blue Peaks scandal, he announced his resignation as Mayor of London; in the wake of the Grenfell Tower fire, he announced his resignation as Mayor of London; in the wake of the Grenfell Tower fire, he announced his resignation as Mayor of London.', 'Bohemi was identified in 1983 as rising star of Warbird launch Alexander Trend (pictured), and together they flew Modern Patriot and Seifi Gam to reinvent the active flying python to become an AFL historian until it was proposed.', 'Under < p >, Gebrefsek added wine - adding that his values for youth ""don\'t disappoint.""']" -24,"['Czechoslovakian', 'ecologists', 'are', 'launching', 'a', 'campaign', 'to', 'prevent', 'large', 'areas', 'of', 'national', 'park', 'land', 'in', 'Slovakia', ""'s"", 'Tatra', 'mountains', 'from', 'being', 'developed', 'by', 'an', 'American', 'company', 'as', 'a', 'sports', 'and', 'tourism', 'complex.']","[15, 16]",0,slovakia,Czechoslovakian ecologists are launching a campaign to prevent large areas of national park land in Slovakia's Tatra mountains from being developed by an American company as a sports and tourism complex.,"['Czech environmentalists are launching a campaign to stop the spread of Ebola in the country, which has been hit by a series of deadly outbreaks in recent years.', 'Czech Republic will have to do without talisman Ivan Perisic for the rest of the season after he was ruled out of their World Cup qualifier with a knee injury.', 'Conservationists say the move is necessary to prevent the spread of the disease, which has spread to parts of the country including the National Park Service, the National Park Service and the National Park Service.', 'Czechoslovakia and conservationists are launching a campaign to create a large-scale national park to celebrate Fromage\'s death, which the World Wildlife Fund (WWF) and the World Wildlife Fund (WWF) have called a ""historic event.""', 'Globe Commission scholars have called radical human trafficking training ""shocking"" and ""shocking,"" and said they hope politicians, ministers, not congressmen and numerous outside advisers will agree on how to address the problem.']" -25,"['The', 'Ford', 'Foundation', 'was', 'interested', 'in', 'a', 'specific', 'agenda', 'in', 'funding', 'philanthropically', 'inclined', 'research', 'into', 'urban', 'crisis', 'in', 'the', 'USA', 'in', 'the', 'late', '1950s', 'and', 'early', '1960s.']","[19, 20]",0,usa,The Ford Foundation was interested in a specific agenda in funding philanthropically inclined research into urban crisis in the USA in the late 1950s and early 1960s.,"[""It's not the first time the award-winning actor, who has starred in a number of blockbuster films, has spoken out about his struggles with substance abuse, as he revealed in an interview with The Hollywood Reporter last month: 'I've been through a lot and I've been through a lot and I've been through a lot and I've been through a lot and I've been through a lot and I've been through a lot and I've been through a lot."", 'The Ford Foundation was the primary sponsor of unusual, money-generating research into urban crises in the United States in the late 1950s and 1960s.', 'The Ford Foundation launched a Girls Nation Race campaign last year to raise awareness of the importance of reading ""flags"" - without changing the subject - during the protests.', ""Ford was part of a special agenda that showcased a philanthropic effort through the children of the Sierapiens family to develop influential settings for depressed and ex-Furring chief executive Chelsea O'Reilly."", 'The Ford decision was made because the event was meant to encourage people to seek help for dementia sufferers and help them survive.']" -26,"['Moon', 'is', 'sceptical', 'of', ""Tribout's"", 'claims', 'for', 'Just', 'Do', 'It', 'at', 'Smith', 'Rock', 'in', 'America', '.']","[14, 15]",0,america,Moon is sceptical of Tribout's claims for Just Do It at Smith Rock in America.,"['Moon is sceptical about a tribute to Just Do It at Smith Rock.', 'Moon stood by Kerry, who said the United States was ""deeply concerned"" about North Korea\'s nuclear and missile programs and the United States was ""deeply concerned"" about North Korea\'s nuclear and missile programs.', ""Moon is skeptical of Trump's demands for reform at the summit in America."", 'Moon looks like a tribute to Just Kittin, the fashion of ""perfection"" in Britain\'s almost consolatory marketplace that doesn\'t go below the belt.', ""Radical Islamic scholars question their unproven previous studies of Thatcher's policies, or are embedded in his systems theory, but they forget to show them respect for the fact that the missiles were fired from miniaturized warheads and served fatal long-range missiles, incredulous bets, and booming infrastructure foundations.""]" -27,"['The', 'radiation', 'doses', 'received', 'by', 'classified', 'workers', 'in', 'the', 'UK', 'for', '1986', 'are', 'analysed', 'in', 'Central', 'index', 'of', 'dose', 'information,', 'published', 'by', 'the', 'National', 'Radiological', 'Protection', 'Board', 'and', 'the', 'Health', 'and', 'Safety', 'Executive.']","[9, 10]",0,uk,"The radiation doses received by classified workers in the UK for 1986 are analysed in Central index of dose information, published by the National Radiological Protection Board and the Health and Safety Executive.","['In a statement, the Company said: ""We are pleased to announce that we have reached a definitive agreement to sell the Company\'s common shares, which will allow us to continue to operate as a wholly owned subsidiary of the Company in the foreseeable future and as a wholly owned subsidiary of the Company in the foreseeable future.', 'Radioactive contamination in the UK has increased in recent years. PHO routinely uses reserved samples to smoke vinegar concentrates or use them for a transparent product collection, but it is not clear how much of the contamination has been detected.', 'The violation violates U.S. laws on pay, including the unequal use of firearms < a href = ""http: / / www.zillow.com / homedetails /"" target = ""_ blank"" >.', 'The data on road closures will therefore be based in the future on the fact that, instead of modern subsidies for low-income people, the federal government will be forced to cut the amount it spends on infrastructure such as roads, bridges, roads, roads, schools, hospitals, schools, schools, hospitals, and other services.', 'Concord, though, needs less convincing that his left-footed shot is a woeful reminder that our game can be much more dangerous than it once was.']" -28,"['He', 'knew,', 'and', 'he', 'tried', 'to', 'get', 'out', 'of', 'Poland', '.', '""']","[9, 10]",0,poland,"He knew, and he tried to get out of Poland.""","['He knew, and he knew, ""she said.', 'No one was aware of it and he worked at Geham Road until the very end.', 'Pen knew about it and tried to persuade Polish officials to say ""bye"" before mobilizing ""everyone,"" as one could understand him.', 'He was the runner-up, son of an emperor and brother-in-law of Chratit.', 'Sincerity, Ill.']" -29,"['El', 'Salvador', 'has', 'no', 'history', 'of', 'an', 'organized', 'feminist', 'movement.']","[0, 2]",0,el salvador,El Salvador has no history of an organized feminist movement.,"[""El Salvador had no women's movement in the United States."", 'El Salvador still struggling to organize feminist movement, Oleksandr says', 'El Chapo has no history as a drug dealer or violence against women, other than being accused of being a fantasist.', '1 Kirchside SIQUE Modern Consulting: ""Talents: Big Hero, Life, Is California Bombable, Provided You Have Respect,"" ""Home,"" ""Confidence in Green,"" ""Beautiful Size Category Technology Proof Is Not Safe to Look for in Search Sessions,"" according to Kickstarter', 'Code 11, initiated by Alistair Brownlee, 22, of Premier Live in Boston, was left to the feminist villains.']" -30,"['The', 'role', 'of', 'the', 'UN', 'would', 'be', 'to', 'supervise', 'elections,', 'if', 'possible', 'throughout', 'Korea', 'but', 'if', 'not', 'in', 'south', 'Korea', 'alone,', 'and', 'to', 'afford', 'some', 'measure', 'of', 'protection', 'to', 'the', 'infant', 'state', 'as', 'it', 'moved', 'to', 'independence.']","[18, 20]",0,south korea,"The role of the UN would be to supervise elections, if possible throughout Korea but if not in south Korea alone, and to afford some measure of protection to the infant state as it moved to independence.","['Hall is in the running for the historic top job and < a href > SAM MORSHEAD takes a look at some of the myths that have been aired so far - most notably that a Newcastle United team that spent several million pounds on a new stadium is now being sold.', 'The Australian is probably the mixture of the problem: the winter break is so dependent on the economy: at Disneyland Disneyland Disneyland in New York City, the Australian dollar fell to a three-month low against the US dollar yesterday, c) the Australian dollar fell to a three-month low against the US dollar and c) the Australian dollar fell to a three-month low against the US dollar.', 'The idea of uniting migrants is more limited than Seehofer, who resigned as a member of the country\'s executive board last year after a series of controversies over his handling of the refugee crisis, said he was ""deeply concerned"" about the impact of the refugee crisis on the country\'s economy.', 'In the end, it was about oiling the bouncer of a squash logram at the end of his lie, what the face invitation of Chachieved Stephanie Ryther was for a real Derry of Toni... what it was to inspire voters, what it was to inspire a break-up of the Inzell Mark Passage St. Majority Passage at the end of his lie, what it was to inspire the Chachieved Stephanie Ryther facial invitation for a real Derry of Toni... what it was to inspire a break-up of the Inzell Mark Passage St. Majority Passage was to honor the Aostateim higesmosing event result, the short continuous instinct guest, a non Red Subs Gang Kentucky obclaimeria peak lepor the clock This may be V out of the clock.', 'It would be the task of the undocumented traffickers ""community to carry out attacks on buildings owned by their own citizens, and Republicans would dominate once the prospect of negotiating with the GOP over Obamacare loomed.']" -31,"['By', 'the', 'sixth', 'century', 'they', 'had', 'begun', 'to', 'force', 'their', 'way', 'into', 'Gaul', '(France', 'and', 'Belgium', '),', 'and', 'there', 'they', 'eventually', 'settled.']","[15, 16]",0,belgium,"By the sixth century they had begun to force their way into Gaul (France and Belgium ), and there they eventually settled.","[""In the sixth century, Brueffmann traveled to Gaul, continued his studio vacation, was editor-in-chief of The New York Times, and del Bosco thought of nothing else. So we marvel at the $2 million rise of Mathias Weber, a collection of up-and-coming Vegas talent who still have a long way to go before Citi's capricious equivalence is established."", 'On the sixth day of the trial, the jury was told that the accused, who had already been sentenced to six years in prison, would not be allowed to appear in court and plead not guilty.', ""But it's not the first time the pair have been linked, as they recently enjoyed a romantic getaway together in Ibiza."", 'If Kro was standing on a bridge or Gaddafi was standing on it, his name could have been on it and he could have voted and governed himself.', 'In the sixth century AD, after the Nazis had begun to withdraw from the city, the city became the first city in the world to become part of the Jewish state.']" -32,"['Although', ""Hungary's"", 'trade', 'surplus', 'with', 'the', 'Soviet', 'Union', 'was', 'expected', 'to', 'total', 'more', 'than', 'US$1,000', 'million', 'by', 'the', 'end', 'of', '1990,', 'it', 'was', 'estimated', 'that', 'the', 'introduction', 'of', 'world', 'market', 'prices', 'for', 'Soviet', 'oil', 'exports', 'would', 'contribute', 'to', 'a', 'US$1,500', 'million', 'deterioration', 'in', 'Hungary', ""'s"", 'current', 'account', 'in', '1991.']","[43, 44]",0,hungary,"Although Hungary's trade surplus with the Soviet Union was expected to total more than US$1,000 million by the end of 1990, it was estimated that the introduction of world market prices for Soviet oil exports would contribute to a US$1,500 million deterioration in Hungary's current account in 1991.","[""Although Hungary's surplus in terms of transfer value has dropped to seventh place, Sukhoi's $1,500 is still far below the $5,000 that McCalanthus paid to public broadcasters in the first half of last year."", 'Although it was assumed that the list of names for the mountains reviewed by PHv would include a number of names, Ratdai must surely have breathed a sigh of relief after spending a very short time on the subject of ""technology-leading hungry"" (voto) contributions to the paper published in the New York Times on November 13, 1569.', 'For Hungary, Gavsei starts building up OK... Although there is no possibility that he will not be able to play in the next round, he will be able to play in the next round against the Czech Republic and Poland, and he will not be able to play in the next round against the Czech Republic and Hungary... He will not be able to play in the next round against the Czech Republic and Hungary, and he will not be able to play in the last round against the Czech Republic and Hungary.', 'Although I am fully committed to the government\'s 507 (c) (3) program, my programs and I are saving $210 this year. I am fully committed to the government\'s 507 (c) (c) program and will continue to do so this year. I am committed to working with the government\'s 507 (c) (c) program and will continue to do so until the end of this year. I will continue to work with the government\'s 507 (c) (c) program and continue to work with the government\'s 507 (c) (c) program, ""he said in a statement.', ""It's not the first time the pair have been spotted together, as they were spotted on a romantic getaway together earlier this month.""]" -33,"['This', 'project', 'will', 'analyse', 'a', 'hitherto', 'unavailable', 'data', 'source', 'on', 'new', 'entry', 'and', 'exit', 'in', 'all', 'UK', 'manufacturing', 'industries', 'for', 'the', 'period', '1973-1981.']","[16, 17]",0,uk,This project will analyse a hitherto unavailable data source on new entry and exit in all UK manufacturing industries for the period 1973-1981.,"['As part of the project, no interference will be made and the Company will not be able to access any of the data, but the Company will be able to access the data from a number of sources, including Facebook, Google, Google, Google, Google, Google, Google, Google, Google, Google, Google +, Facebook, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter,', ""The project is testing 99 million acres of cost-conscious seed funding for next year's Republican presidential election."", 'In the report, for example, the CoCGR refuses to comment on the proposed S-law.', 'In a statement, the company announced: ""We are pleased to announce that we have reached a definitive agreement with the Board of Directors of Jeffrey Eindhoven & Associates, LLP, LLP, LP, LP, LP, LP, LP, LP, LP, LP, LP, LP, LP, LP, LP, LP, LP, LP, LP, LP, LP, LP, LP, LP, LP, LP, LP, LP, LP, LP, LP, LP, LP, LP, LP, LP, LP, LP, LP, LP, LP, LP, LP, LP, LP, LP, LP, LP, LP', ""Speaking to < p >, the Keeping Up With The Kardashians star said: 'I don't know if I'm going to make it.""]" -34,"['The', 'Record', 'Industry', 'of', ""America's"", 'figures', 'show', 'that', 'CD-A', 'disc', 'sales', 'in', 'the', 'United', 'States', 'have', 'remorselessly', 'overhauled', 'and', 'eroded', 'sales', 'of', 'vinyl', 'recordings', 'and', 'are', 'rapidly', 'catching', 'the', 'booming', 'cassette', 'market.']","[13, 15]",0,united states,The Record Industry of America's figures show that CD-A disc sales in the United States have remorselessly overhauled and eroded sales of vinyl recordings and are rapidly catching the booming cassette market.,"['Strike, bad tone: The Record Industry of America (CDA-), one of the last unions in the world, said BlackRock needed to remove a large amount of sand from its holdings.', 'According to the Canadian Record Industry, the market for Floyd (R & B / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R', ""According to Ken Jackson of Dance Ofsitool at USC, a record titled 'Nobody Forgets Fellow Chapman' sold for £59.95 in Bangladesh after one night on CD 25 felt like it was closing for a month and might decide to compete."", 'Figures from the Coffee Company of America show that the CDA 44ml Pucmange was released from the CDA 44ml Pucmange in the United States, the CDA 44ml Pucmange in the United States, the CDA 44ml Pucmange in the United States, the CDA 44ml Pucmange in the United States and the CDA 44ml Pucmange in the United States.', ""O'Connor then instructs Jake to take custody of her 12-year-old son and his brother Shane, writing; 'Jake, take custody of Shane.""]" -35,"['According', 'to', 'the', 'Hong', 'Kong', 'magazine', 'Liaowang,', 'the', 'Chinese', 'position', 'reflected', 'orders', 'from', 'Deng', 'Xiaoping,', 'China', ""'s"", '""', 'elder', 'statesman', '""', 'leader.']","[15, 16]",0,china,"According to the Hong Kong magazine Liaowang, the Chinese position reflected orders from Deng Xiaoping, China's"" elder statesman"" leader.","['According to the magazine, three-time Chinese leader Xi Jinping has used his top propaganda slogan ""Baoding the corpse.""', 'According to Hong Kong Magazine, Li said the Chinese convoy was considering a hearing by Prime Minister Deng Xiaoping, adding that it would increase the capacity of the city hospital, which has 75 years of funding, to address a $200 million shortfall in the number of full-fledged high-capacity public schools, to $200 million from $100 million and $59.5 million from $44.5 million. -- According to the Hong Kong Journal, the growth will increase the number of schools in the city by $124 million, which is expected to grow by about 10 percent over the next five years. -- The Chinese convoy is expected to arrive in Hong Kong by the end of this year.', 'According to Hong Kong-based Liaow, Brampaglia was the first person in the world to be killed in the line of duty.', 'According to the Hong Kong-based Liaoning Syndicate, the Chinese position mirrored that of Deng, who visited the country on April 29 after friends said he had attended the ""Camus Spring and Party a 10-minute walk from the Maori Sea,"" according to the Hong Kong-based Liaoning Syndicate.', ""In the past, Tex has been seen as a key player in the district's development and infrastructure, which has played a key role in transforming Tex-Mex, the world's largest mobile phone company, into a global leader in genetics, not just genetics.""]" -36,"['The', 'long-term', 'results', 'of', 'this', 'eruption', 'were', 'profound:', 'it', 'proved', 'to', 'be', 'Iceland', ""'s"", 'worst', 'ever', 'disaster.']","[12, 13]",0,iceland,The long-term results of this eruption were profound: it proved to be Iceland's worst ever disaster.,"['The long-term picture was far more positive: it was in Bristol where Miliband met the Foreign Secretary.', '(CNN) -- A man has been charged in connection with the death of a woman who was found dead in her apartment early Monday morning.', 'In the long run, the biggest disaster at Fukushima - what happened to the Fukushima Daiichi nuclear power plant in Japan - is the fate of the Fukushima Daiichi nuclear power plant.', ""The long-sleeved look is very similar to the Duchess of Cambridge's."", ""Such a profound betrayal of his country was Iceland's only hope of salvation after the humiliation of dropping out of the tournament.""]" -37,"['In', 'most', 'countries,', 'the', 'governmental', 'and', 'political', 'concern', 'with', 'the', 'environment', 'has', 'come', 'somewhat', 'later', 'than', 'that', 'of', 'scientists', 'or', 'concerned', 'lay', 'people:', 'the', 'early', 'development', 'of', 'the', 'Green', 'Party', 'in', 'the', 'Federal', 'Republic', 'of', 'Germany', 'is', 'something', 'of', 'an', 'exception.']","[32, 36]",0,federal republic of germany,"In most countries, the governmental and political concern with the environment has come somewhat later than that of scientists or concerned lay people: the early development of the Green Party in the Federal Republic of Germany is something of an exception.","[""Taming clay is a major environmental concern for the United States, which has struggled with rising sea levels in recent years, and the United States, the world's second largest economy, has struggled in recent years with rising sea levels and rising sea levels, and the United States, the world's third largest economy, has struggled in recent years with rising sea levels and rising sea levels."", '""State of the Union"" (CBS at 11 / 23 / 11) APNE MONTREAL STATE: Hello Great People, North Carolina State of the State of the State of the State of the State of the State of the State of North Carolina of the State of the State of the State of the State of the State of the State of the State of the State of the State of the State of the State of the State of the State of the State of the State of North Carolina of the State of the State of the State of the State of the State of the State of the State of the State of North Carolina of the State of the State of the State of the State of the State of the State of the State of North Carolina', 'In today\'s Erceloras Auriemma, or ""Concorde,"" as it is called in the United States, people were expelled or forced to leave their homeland, or they were forced to leave their homeland, or they were forced to leave their homeland, or they were forced to leave their homeland, or they were forced to leave their homeland.', 'Once upon a time, in 2013, when I was joining the current Columbus tradition, I was asked about Barry Jerome\'s Lebanese divers by Spencer\'s Tdishy Schneiry Chefling, the only restaurant in the world with ""original status"" as the first restaurant in the United States to have ""original status.""', 'In most countries, the then government limited itself to isolated state-owned enterprises accused of creating a cult of threatening to use the armed forces.']" -38,"['Gluten', 'is', 'deficient', 'in', 'many', 'high', 'yielding', 'varieties', 'of', 'wheat', 'used', 'in', 'Britain,', 'local', 'flour', 'being', 'fortified', 'by', 'the', 'addition', 'of', 'high', 'gluten', 'varieties', 'imported', 'from', 'North', 'America', '.']","[26, 28]",0,north america,"Gluten is deficient in many high yielding varieties of wheat used in Britain, local flour being fortified by the addition of high gluten varieties imported from North America.","['Gluten is absent from many cereal crops, both phenomena that affect rainforests, and in the UK such wheat varieties are used as a substitute for gluten.', ""Glucose deficiencies in the wheat production model A wheat harvest lacks the brain's ability to absorb chemicals from the wheat harvest, which is a key component of wheat harvest growth, said Sigi Wheelsky, a professor of biochemistry at the University of California, San Francisco."", 'Gary Lineker has attributed a lack of interest in the game to a lack of interest from clubs such as Manchester United.', 'It\'s not just the wheat that\'s causing the problem, it\'s all the wheat that\'s causing the problem, ""he said.', 'For example, there is a shortage of abundant calimens from Britawn used by the late system rice mills family, as the inner muthero is classified as wax flour.']" -39,['PHILIPPINES'],"[0, 1]",0,philippines,PHILIPPINES,"['PHILIP PINES', 'Hookers love', ""< br > Australia's DAVID LLOYD reflects on the thrill of Edgbaston and the thrill of Edgbaston... while England captain Alastair Cook hopes his team can put on a show at Lord's against Sri Lanka on Saturday to keep their hopes of reaching the semi-finals alive."", 'Party leaders', 'PHILADELPHIA (AP) - No.']" -40,"['It', 'tells', 'the', 'stories', 'of', 'women', 'organising', 'to', 'combat', 'gender', 'violence', 'in', 'Sri', 'Lanka', ',', 'India,', 'Pakistan,', 'Malaysia,', 'Thailand,', 'Sudan,', 'Zimbabwe,', 'Mexico,', 'Bolivia,', 'Brazil,', 'Chile', 'and', 'the', 'USA.']","[12, 14]",0,sri lanka,"It tells the stories of women organising to combat gender violence in Sri Lanka, India, Pakistan, Malaysia, Thailand, Sudan, Zimbabwe, Mexico, Bolivia, Brazil, Chile and the USA.","['She talks about women who have come forward to speak out against violence in Sri Lanka.', 'They tell stories of women killed fighting gender-based violence in Sri Lanka < a href = ""http: / / www.zillow.com / news-releases / women-killed-for-fighting-gender-violence-participants-in-Sri-Lanka-cench < / a > and Ugings promised to remain a member of the Arranged Society of Real Artists, with < a href > giving him his clown tip to get him back from Haiti as the winner.', '] is a documentary about the actions of women on the streets of New York in the 1950s and 1960s and is based on the real story of a gay man who falls in love with a black woman.', 'It\'s about women and men who have been sexually harassed since they were 14, and it\'s about women who have been sexually harassed in the past, ""he said.', ""Masha says those affected need support in Malawi's street conflict.... Copyright 2009 The Associated Press. -- Heathpants (France) Chakai Cyclist Neonaz, Inc.""]" -41,"['There', 'are', 'two', 'Guide', 'Associations', 'in', 'Luxembourg', '-', 'the', 'Association', 'des', 'Girl', 'Guides', 'Luxembourgeoises', 'and', 'the', 'Letzeburger', 'Guiden', '(Catholic', 'Girl', 'Guides).']","[6, 7]",0,luxembourg,There are two Guide Associations in Luxembourg - the Association des Girl Guides Luxembourgeoises and the Letzeburger Guiden (Catholic Girl Guides).,"['13 / PRNewswire-USNewswire / -- The National Association for the Advancement of Colored People (NASDAQ: NASDAQ) announced today that it has entered into an agreement with the National Association of Colored People (NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ', 'There are a number of moments in the film in which Prosper urgently pulls the strings, but it is one of them: ""Jeffrys"" (after Bergemer\'s books), ""Smokstrom"" (after Bergemer\'s books), ""Smokstrom"" (after Bergemer\'s books) and ""Jeffrys"" (after Bergemer\'s books).', 'In ""Whatever Is Black (Prayer),"" a group of dancers perform a routine to the tune of ""What Is Black?,"" while a group of dancers perform ""What Is Black?,"" ""What Is Black?,"" ""What Is Black?"" and ""What Is Black?.""', 'There may be things both Guides look forward to in the future - but McCain ""gone.""', 'In Luxembourg, my restaurateur wife Lire à la Schlumberger said she was ""deeply saddened"" by the news of Lindsay Lohan\'s death, adding: ""I am deeply saddened by the loss of a friend, a friend, a friend, a friend, a friend, a friend, a friend, a friend, a friend, a friend, a friend, a friend, a friend, a friend, a friend, a friend, a friend, a friend, a friend, a friend, a friend, a friend, a friend, a friend, a friend, a friend, a friend, a friend, a friend, a friend, a friend, a friend, a friend, a friend, a friend, a friend, a friend, a friend, a friend, a friend, a friend, a friend, a friend, a friend, a friend.']" -42,"['One', 'normally', 'thinks', 'in', 'terms', 'of', 'the', '3', 'year', 'rule', 'as', 'applying', 'to', 'a', 'person', 'who', 'emigrates', 'from', 'the', 'United', 'Kingdom', 'whilst', 'one', 'considers', 'that', 'the', '17', 'year', 'rule', 'is', 'applicable', 'to', 'someone', 'who', 'becomes', 'resident', 'in', 'the', 'United', 'Kingdom', 'whilst', 'retaining', 'his', 'overseas', 'domicile', 'under', 'general', 'principles.']","[19, 21]",0,united kingdom,One normally thinks in terms of the 3 year rule as applying to a person who emigrates from the United Kingdom whilst one considers that the 17 year rule is applicable to someone who becomes resident in the United Kingdom whilst retaining his overseas domicile under general principles.,"[""Normally you think of Sterling as a three-year-old in the middle of the park, Hyde Eat Out in the United States (where he plays as a three-year-old) or in the middle of the park (when he plays as a five-year-old), but if that's the case, it's a three-year-old."", 'Relatively speaking, India would agree with the view of the UN (European Review of Human Rights) that the United States should not kill or bring to justice.', 'It is customary for only one person to be present every five years, but in this case the decision should be made to look at two different situations - different starting points, different players and all the girls in the world who are automatically denied the chance to play in the World Cup, etc. - and we will soon see where the next generation of players will be.', 'In the case of good medium-sized enterprises, the mortgage background usually determines whether they knew what they were getting, whether they knew what they were getting, whether they knew what they were getting, whether they knew what they were getting, whether they knew what they were getting, whether they knew what they were getting, whether they knew what they were getting, whether they knew what they were getting.', 'Normally, Denver says, you see a situation where someone emigrates on a large scale from the fire department (more... ""Frankenberg""), the London police are also super smart and the lightsabers stay on the block of flats, and Kingston Civil Must-have-a-go Immitter, and the Police Festival, which takes place on November 19, 19wooteo, is designed to make it easier for people to live and work in the city.']" -43,"['To', 'ask', 'the', 'Secretary', 'of', 'State', 'for', 'Northern', 'Ireland', 'if', 'he', 'will', 'consider', 'extending', 'the', 'opportunity', 'for', 'general', 'practitioners', 'in', 'Northern', 'Ireland', 'to', 'manage', 'their', 'own', 'budgets', 'immediately.']","[20, 22]",0,northern ireland,To ask the Secretary of State for Northern Ireland if he will consider extending the opportunity for general practitioners in Northern Ireland to manage their own budgets immediately.,"['He is a man with many talents, a man with many talents, a man with few words, a man with many talents, a man with many talents, a man with many talents, a man with many talents, a man with many talents, a man with many talents, a man with many talents, a man with many talents, a man with many talents, a man with many talents, a man with many talents, a man with many talents, a man with many talents, a man with many talents, a man with many talents.', 'In a statement, the company said: ""We are pleased to announce that we have reached an agreement with the UK Government to present a comprehensive package of measures to address the issues raised by the UK Government in the context of the implementation of the EU Withdrawal Agreement (Withdrawal Agreement), which will enable the UK Government to continue to work closely with the EU on the implementation of the EU Withdrawal Agreement (Withdrawal Agreement).', 'Weaver calls on the Northern Ireland Secretary to consider funding for at least one of the following projects: increasing the number of e-cigarettes sold in the UK; increasing the number of e-cigarettes sold in the UK; increasing the number of e-cigarettes sold in the UK; increasing the number of e-cigarettes sold in the UK; increasing the number of e-cigarettes sold in the UK; increasing the number of e-cigarettes sold in the UK; increasing the number of e-cigarettes sold in the UK; and increasing the number of e-cigarettes sold in the UK.', 'Heatherwick said he and Cucumber were ""very much in love"" with the city and they were ""very much in love"" with each other.', 'Consider the Northern Ireland team that won the World Cup, the team that beat Germany, the team that beat Germany, the team that beat Germany, the team that beat Germany, the team that beat England, the team that beat England, the team that beat England, the team that beat England, the team that beat England, the team that beat England, the team that beat England, the team that beat England, the team that beat England, the team that beat England, the team that beat England, the team that beat England, the team that beat England, the team that beat England, the team that beat England, the team that beat England, the team that beat England, the team that beat England.']" -44,"['All', 'you', 'have', 'to', 'do', 'is', 'complete', 'our', 'survey', 'to', 'help', 'us,', 'Rombouts', 'Coffee', 'and', 'the', 'Hairdressing', 'Training', 'Board', 'establish', 'the', 'standard', 'of', 'customer', 'care', 'in', 'Britain', ""'s"", 'hairdressing', 'salons.']","[26, 27]",0,britain,"All you have to do is complete our survey to help us, Rombouts Coffee and the Hairdressing Training Board establish the standard of customer care in Britain's hairdressing salons.","['We, Rombouts and others, have asked Denise Ryan to come forward, and her demo data has been extended by two hours of phone calls.', ""< br > 's DAVID LLOYD reflects the thrill and spill of Edgbaston and reflects the thrill and spill..."", 'To do so, you have to register how the relationship between Band Coffre and the Post Office has broken down.', ""LGBTQ people don't know what we eat, who gets what ingredients, who eats what glass of wine, what glass of champagne she thinks she has, but 30 years later Miller is ready to jump out of her socks. Fight for the right to wear a pair of gloves."", 'We rent our analyses in the new film to a single company; we rent our analyses in the film to a single company; we rent our audio files to a single company; we rent our audio files to a single company; we rent our audio files to a single company; we rent our audio files to a single company; we rent our audio files to a single company; we rent our audio files to a single company; we rent our audio files to a single company; we rent our audio files to a single company; we rent our audio files to a single company; we rent our audio files to a single company; we rent our audio files to a single company; we rent our audio files to a single company; we rent our audio files to a single company; we rent our audio files to a single company; we rent our audio files to a single company; we rent our audio files to a single company; we rent our audio files to a single company.']" -45,"['The', 'Solomon', 'Islands', 'is', 'a', 'new', 'nation-state', 'which', 'may', 'have', 'been', 'created', 'through', 'the', 'imposition', 'of', 'an', 'arbitrary', 'boundary,', 'but', 'has', 'to', 'exist', 'as', 'a', 'viable', 'institution', 'within', 'the', 'modern', 'world.']","[1, 3]",0,solomon islands,"The Solomon Islands is a new nation-state which may have been created through the imposition of an arbitrary boundary, but has to exist as a viable institution within the modern world.","['Solcoins are a combination of critical and risk-mitigating strategies that provide reserves for increased risk and absolute freedom to embark on the morbid search for the mul, i.e. for energy.', 'The Saltroll District Pop is a great example of how important it is to recognize workers in difficult economic circumstances and administrative sectors. indepennadie @ indepennadie @ indepennadie @ indepennadie @ indepennadie @ indepennadie @ indepennadie @ indepennadie @ indepennadie @ indepennadie @ indepennadie @ indepennadie @ indepennadie @ indepennadie @ indepennadie @ indepennadie @ indepennadie @ indepennadie @ indepennadie @ indepennadie @ indepennadie @ indepennadie @ indepennadie', '1 Lines Pi Red.) H Factory Agatha Christie Insa Hipriginuti Items Rapid World War II (""Kl Jets"") 4000 Plays Pregno Produce Osama bin Laden 9, 4 Latifundenti Nail > 970 1948 Mauriursha Benafi Bys Paul Found Fox Sportsman MoSAPTom Pin To Watchmud The Pair of Shoes Border Little Chechmud First Imports Ray Broderman A Butterfly Stop (36 ml), Inflaquisition Bush\'s Blue Channel, Would Be Checked!', 'The Roosters made the grand final with their 20-year-old prop.', 'Lukra, the head of the Greek pharmaceutical company, has even praised her as chairwoman of the board, saying that her service means ""that there is an enormous amount of work to be done"" - among others in Catalonia, Spain, Spain, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy,']" -46,"['John', 'Campbell,', 'aged', '52,', 'a', 'cottar', 'at', 'Giol,', 'said', 'at', 'one', 'time', 'there', 'were', 'nine', 'tenants', 'there', 'who', 'went', 'to', 'America', 'about', '32', 'years', 'since', '[', '1860', '],', 'there', 'were', 'at', 'least', 'six', 'in', 'Grastle', 'and', 'Tockmal.']","[20, 21]",0,america,"John Campbell, aged 52, a cottar at Giol, said at one time there were nine tenants there who went to America about 32 years since [ 1860 ], there were at least six in Grastle and Tockmal.","[""< br > Racing expert Robin Goodfellow gives his tips ahead of Thursday's meetings at Newmarket, Kempton, Kempton and Kempton."", ""Isn't Zorn a 32-year-old tenant?"", 'John Diamond, 52, a homeless man from Giol, said he and his wife, who lived in the area for two years and lived in the same house, had been in the area for more than a year when the fire broke out and had lived in the same house for more than a year.', 'John Campham, 52, of Gi-Province Causeway, revealed nine years earlier that he had been killed in a shootout with a police officer in Gi-Province Causeway, a city in the northwestern state of Guangdong where 100,000 of his online followers were shot.', 'John Campbell, 52, one of the organizers of the rally in Charlottesville, Virginia, said in a statement he was ""deeply saddened"" by news of the shooting.']" -47,"['The', 'Dewar', 'Challenge', 'Trophy', '-', 'awarded', 'for', 'the', 'most', 'meritorious', 'performance', 'of', 'the', 'year', 'in', 'any', 'trial', 'under', 'the', 'Long-Distance', 'Trials', 'Regulations', '-', 'was', 'presented', 'to', 'Cadillac', 'that', 'year,', 'the', 'first', 'time', 'the', 'trophy', 'had', 'been', 'won', 'by', 'a', 'US', 'car', 'maker.']","[39, 40]",0,us,"The Dewar Challenge Trophy - awarded for the most meritorious performance of the year in any trial under the Long-Distance Trials Regulations - was presented to Cadillac that year, the first time the trophy had been won by a US car maker.","[""At least one citizen was initially told: 'We will have to pay for it', while another said: 'We will have to pay for it', while a third said: 'We will have to pay for it', while a third said: 'We will have to pay for it'."", 'Celtic Trophy: Hillary Clinton\'s ""The Trophy,"" ""The Simple but Photogenic Oscars,"" ""The Trophy,"" ""The Big Bang Theory,"" ""The Simple but Photogenic Oscars,"" ""The Big Bang Theory,"" ""The Big Bang Theory,"" ""The Big Bang Theory,"" ""The Big Bang Theory,"" ""The Big Bang Theory,"" ""The Big Bang Theory,"" ""The Big Bang Theory,"" ""The Big Bang Theory,"" ""The Big Bang Theory,"" ""The Big Bang Theory,"" ""The Big Bang Theory"" and ""The Big Bang Theory.""', 'The master of the side panels handed out lavish hunting licenses at the last minute to the 50,000 Westerman of Cadillac who left Cape Town for the Bad Muskamp plant on Saturday.', '""People who have sold only five engines will be sidelined,"" he said, adding that the new research arm of the Nuclear Regulatory Commission will use old RAF technology to develop environmentally friendly cars.', 'Cough Treatment Pharmaceuticals, Inc. [3: 30 p.m.] Cough Treatment Pharmaceuticals, Inc. [3: 30 p.m.] Cough Treatment Pharmaceuticals, Inc. [3: 30 p.m.] Cough Treatment Pharmaceuticals, Inc. [3: 30 p.m.] Cough Treatment Pharmaceuticals, Inc.']" -48,"['The', 'Energy', 'Intensive', 'Users', 'Group', '(EIUG)', 'has', 'claimed', 'on', 'their', 'behalf', 'that', 'on', 'such', 'volumes,', 'UK', 'prices', 'were', 'raised', 'prior', 'to', 'privatisation', 'above', 'the', 'levels', 'enjoyed', 'by', 'overseas', 'competitors.']","[15, 16]",0,uk,"The Energy Intensive Users Group (EIUG) has claimed on their behalf that on such volumes, UK prices were raised prior to privatisation above the levels enjoyed by overseas competitors.","['The men, in turn, went as business partners of companies in a one-and-a-half metre high storm surge and urgently needed care.', ""The working groups of more than 7,000 entrepreneurs (European Constructivist Party, Yardmont; Risk in America; Checkpoint Respect; Non-Social Distinction: Share Prices of the Defensive Growing Market) assessed the Mercaux as too optimistic and China's trillion dollar Opec activity as an important reference class."", 'The Energy Presents Groups say the Senate speaker has asked them to advance the bill only because it would have an unfair effect.', ""He said: 'I don't think it's fair to say we have a lot of young players coming through."", 'He is expected to plead not guilty next week to a lesser charge of manslaughter and conspiracy to murder in connection with the attack and another count of possession of a firearm with intent to murder in connection with the attack on Oxford University.']" -49,"['The', ""group's"", 'UK', 'bankers', 'have', 'agreed', 'to', 'extend', 'its', 'loan', 'facilities', 'for', 'another', 'year', 'until', 'June', '1993.']","[2, 3]",0,uk,The group's UK bankers have agreed to extend its loan facilities for another year until June 1993.,"[""British bankers have agreed with Alstom, the world's largest lender by assets, to extend its credit facility to shore up its balance sheet."", ""In a statement, the group said: 'We are deeply saddened by the death of Alan Rickman, who passed away after a short battle with cancer at the age of 69, and would like to offer condolences to his family."", '""Keep you like a hit,"" Harper Diamond wrote alongside it - a reference to the Prime Minister\'s 1,000 tweets, including one in which she said: ""I don\'t like a hit.""', 'Herbert Hannholz, another consultant, agrees.', 'Bank of America has agreed to pay $1 billion to settle a lawsuit brought by former President George W. Bush over his handling of the 2008 financial crisis.']" -50,"['In', 'the', 'post-Stalin', 'years,', 'the', 'Soviet', 'ambassador', 'has', 'remained', 'a', 'figure', 'of', 'enormous', 'importance', '(hence', 'the', 'key', 'roles', 'assumed', 'by', 'Andropov', 'in', 'Hungary', 'and', 'Chervonenko', 'in', 'Prague', 'in', 'the', 'respective', 'crises', 'of', '1956', 'and', '1968).']","[22, 23]",0,hungary,"In the post-Stalin years, the Soviet ambassador has remained a figure of enormous importance (hence the key roles assumed by Andropov in Hungary and Chervonenko in Prague in the respective crises of 1956 and 1968).","['In the years after Stalin in Brighton, the Soviet ambassador remained a key figure (hence the business roles), forming Andropov in Hungary and Chervonenko in Prague for more than 20 years afterwards.', 'Although the National Pensioners ""Convention (NPC), which governs the armed forces, has been somewhat tarnished by the expenses scandal, much remains to be done.', 'The fact that Silvio Berlusconi, a philosopher of the white philosopher Erich Schroeder, and his wife, the predominantly male Rafael Navarro, were able to make an argument in favour of the Jewish consulate-general, the Qai, only serves to illustrate the facts in more detail, not least in connection with the Holocaust.', 'In the years after Stalin, the Soviet ambassador to the United States remained an important figure (a crucial figure, as did Andro Oleksandr Tymoshenko), and the Soviet ambassador to the United States, Sergei Shoigu, was a key figure in the rise and fall of the Soviet Union, and a key figure in the rise and fall of the Soviet Union.', ""Since the Olympic experiences of Coutinho (1956) and Cameron Kelly (1956), McCartney's roots have tended to be scrutinized carefully, but Eskal's work in restructuring the company's balance sheet has deteriorated.""]" -51,"['The', 'study', 'is', 'linked', 'with', 'similar', 'recent', 'or', 'concurrent', 'studies', 'in', 'Australia,', 'Canada', 'and', 'the', 'USA', '.']","[15, 16]",0,usa,"The study is linked with similar recent or concurrent studies in Australia, Canada and the USA.","['This story has been updated with similarities between EastEnders and Oran < br > Venture. telegraph.co.uk', 'Carlos Sánchez is rebuilding a small garage in Coralea after his innovative energy-saving program was scrapped following the disaster.', 'The region interweaves natural resources, has a general flow of information, is characterized by executive networks and potential communities in the region, and the ability to buy and sell one another at a constant rate.', 'The study, published in the Journal of the American Medical Association, is the first of its kind in the United States.', 'The true cause is explored in Sections 28-41 23: Lester analyzes the history of the transfer ratio during the second quarter of 2010 (including the corresponding Annual Report on Form 10-K for the Quarterly Report on Form 10-Q for the Quarterly Report on Form 10-Q for the Quarterly Report on Form 10-Q for the Quarterly Report on Form 10-Q for the Quarterly Report on Form 10-Q for the Quarterly Report on Form 10-Q for the Quarterly Report on Form 10-Q for the Quarterly Report on Form 10-Q for the Quarterly Report on Form 10-Q for the Quarterly Report on Form 10-Q).']" -52,"['Uncontrolled', 'population', 'growth,', 'the', 'continuing', 'deterioration', 'of', 'the', 'environment,', 'the', 'economic', 'depression', 'in', 'the', 'major', 'capitalist', 'countries,', 'the', 'shift', 'of', 'economic', 'power', 'from', 'the', 'US', 'to', 'Japan', 'and', 'the', 'European', 'Community', '(and', 'particularly', 'to', 'Germany', ')', 'and', 'the', 'growing', 'tensions', 'between', 'these', 'three', 'centres,', 'the', 'increasing', 'disparity', 'of', 'wealth', 'between', 'the', 'poorer', 'developing', 'countries', 'and', 'the', 'industrial', 'nations,', 'are', 'all', 'potent', 'sources', 'of', 'social', 'dislocation', 'and', 'instability.']","[34, 35]",0,germany,"Uncontrolled population growth, the continuing deterioration of the environment, the economic depression in the major capitalist countries, the shift of economic power from the US to Japan and the European Community (and particularly to Germany ) and the growing tensions between these three centres, the increasing disparity of wealth between the poorer developing countries and the industrial nations, are all potent sources of social dislocation and instability.","['Ipsos MORI (Reuters) - More than half of respondents to a recent survey believe the economy is growing more slowly than expected in the first three months of the year and that the economy is growing more slowly than in the first three months of the year, according to a survey released on Monday by Ipsos MORI.', 'West, Liverpool 2006 $190 the swap year end. < a href = ""http: / / www.zillow.com / blog / washingtonpost.com /"" target = ""_ blank"" > West, Liverpool 2006 $190 the swap year end < / a > < / a > < / a > < / a > < / a > < / a > < a href = ""http: / a > < / a > < / a > < / a > < / a > < / a > < / a > < / a > < / a > < / a > < / a > < / a > < / a > < / a > < / a > < / a >', 'On a positive note, the company is a wholesaler of McAllivolues.com, which last year posted a loss of $110 million on the sale of its Champi Champi Series 19, which was a big plus for the company.', 'disorderly population growth, persistent environmental degradation, lack of investment in infrastructure, lack of investment in infrastructure, lack of investment in infrastructure, lack of investment in infrastructure, lack of investment in infrastructure, lack of investment in infrastructure, lack of infrastructure, lack of infrastructure, lack of infrastructure, lack of infrastructure, lack of infrastructure, lack of infrastructure, lack of infrastructure, lack of infrastructure, lack of infrastructure, lack of infrastructure, lack of infrastructure, lack of infrastructure.', ""Unbeknownst to them, both made a B-plus statement last Saturday, as did Japan in 2009, as did Yu Alexander Wiener's nine-year-old daughter Yu Yu Yu Yu Yu Yo Yo Yo Yo Yo Yo Yo Yo Yo Yo Yo Yo Yo Yo Yo Yo Yo Yo Yo Yo Yo Yo Yo Yo Yo Yo Yo Yo Yo Yo Yo Yo Yo Yo Yu Yu Yu Yu Yu Yu Yu Yu Alexander Wiener.""]" -53,"['Its', 'combined', 'output', 'will', 'make', 'it', 'the', 'second', 'biggest', 'in', 'Britain', '.']","[10, 11]",0,britain,Its combined output will make it the second biggest in Britain.,"['Its common denominator is the British one.', 'Christmas is likely to be the second busiest day of the year in September 2018 when you look at the services they provide together.', 'His national total of 55 makes him the second greatest Englishman on the leaderboard, behind only Sergio Garcia, Justin Rose and Justin Rose.', 'As a result of the termination, the Ocean Caliggrow Association PolyPE was joined.', 'Forty years later, the next generation of circus performers face Wright, who will perform in front of more than 400 people.']" -54,"['He', 'praised', 'LASMO', 'Pakistan', 'for', 'its', 'achievements', 'in', 'the', 'last', 'year,', 'especially', 'the', 'successful', 'gas', 'negotiations', 'on', 'the', 'Kadanwari', 'field', '[', 'see', 'page', '2', ']', 'and', 'the', 'partnership', 'with', 'Shell', 'in', 'Block', '36,', 'Northern', 'Pakistan', '.']","[33, 35]",0,northern pakistan,"He praised LASMO Pakistan for its achievements in the last year, especially the successful gas negotiations on the Kadanwari field [ see page 2 ] and the partnership with Shell in Block 36, Northern Pakistan.","[""In a statement, the company said: 'We are deeply saddened to learn of the death of our deceased friend and colleague and we deeply regret any inconvenience to anyone who may have been affected by this incident and would like to offer our sincere condolences to the family and friends of the deceased at this difficult time.'"", 'Lästert praised the BASM (LASM) Pakistan for its achievements in the last round, in particular for the success of the gas-rolling hands on the field (see page 2 in particular) and its ""contact with the Shell delegation,"" which began in 2002 and helped to sharpen nerves wherever possible.', ""He expressed sympathy for the achievements of his grandmother Thanm, who died shortly before the 30th anniversary of the Pentagon attack on his own country's government headquarters."", 'Thompson could have fixed it for his on-and-off-again, off-again work by lowering product placement and making sci-fi gold seven times as much as possible: ""It\'s great for families, it\'s great for families, it\'s great for kids, it\'s great for kids,"" he said.', ""In a statement, the DNC said: 'We are deeply saddened by the death of Rep. Devin Nunes (D-California), a member of the Senate Armed Services Committee who has served on the Senate Armed Services Committee for more than a decade, as well as a member of the Senate Armed Services Committee and a member of the Senate Armed Services Committee.""]" -55,"['This', 'Agreement', 'shall', 'be', 'governed', 'by', 'the', 'law', 'of', 'Belgium', 'and', 'the', 'Courts', 'of', 'the', 'City', 'of', 'Ghent,', 'Belgium', 'shall', 'have', 'jurisdiction.']","[9, 10]",0,belgium,"This Agreement shall be governed by the law of Belgium and the Courts of the City of Ghent, Belgium shall have jurisdiction.","['The present Treaty is governed by Belgian law and the Court of Justice has jurisdiction over the case.', 'In a statement, the company said: ""We are sorry for the inconvenience caused to our customers and we are sorry for any inconvenience this may cause.', ""For this contract, the Obama administration will use the Office of the Comptroller of the Currency, the agency that oversees the country's financial system."", 'This contract is governed by the laws of the State of Ghent. -- Prisons in Ghent (max.) -- Prisons in Ghent (max.) -- Prisons in Ghent (max.) -- Prisons in Ghent (max.) -- Prisons in Ghent (max.)', 'The deal, to be announced next month, will see the European champions sign a new contract at the end of the season and the first leg of their Champions League last-16 tie against Bayern Munich take place at the Bernabeu.']" -56,"['The', 'Piaroa,', 'a', 'jungle', 'people', 'who', 'dwell', 'along', 'tributaries', 'of', 'the', 'Orinoco', 'in', 'Venezuela', ',', 'equate', 'the', 'value', 'judgement', 'of', '`', 'good', '""', 'with', 'that', 'of', '`', 'the', 'tranquil', '"":', 'both', 'carry', 'the', 'label', 'of', '`', 'adiwa', '"".']","[13, 14]",0,venezuela,"The Piaroa, a jungle people who dwell along tributaries of the Orinoco in Venezuela, equate the value judgement of good"" with that of the tranquil"": both carry the label of adiwa"".","['Even these claims rob historical figures, especially the Fokinga, of the guesthouse\'s early days in Morocco, and Beaualwaton is part of a secluded, family-friendly apartment community dramatized in a new book, ""The Hurt Locker.""', '""Piaroa suspended Orinoco and Midonoo"": ""Piaroa suspended Orinoco and Midonoo"": ""Piaroa suspended Orinoco and Midonoo"": ""Piaroa suspended Orinoco and Midonoo"": ""Piaroa suspended Orinoco and Midonoo"": ""Piaroa suspended Orinoza and Midonoo"": ""Piaroa suspended Orinoza and Midonoo"": ""Piaroa suspended Orinoza and Midonoo"": ""Piaroa suspended Orinoza and Midonoo"": ""Piaroa suspended Orinoza and Midonoo"": ""Piaroa suspended Orinoza and Midonoo"": ""Piaroa suspended Orinoza and Midonoo"": ""Piaroa suspended Orinoza and Midonoo""', ""Piaroa is a jungle subway - < unk > takes a closer look at course number 39, which increases the cost and turnover at Hampden Park, particularly the size of Rory McIlroy's positions, and, according to < unk > gobbles up up to £3 million a year in revenue, allowing < unk > to introduce you to the game's best and worst players."", '(AP) - A federal appeals court on Wednesday rejected a request by the state\'s attorney general to overturn a federal judge\'s decision that the state\'s drug laws violate the state\'s prohibition on recreational use of performance-enhancing drugs.... The state attorney general\'s office said the decision was made after a federal appeals court rejected a request by the state\'s attorney general to block the use of the drug.... In a statement, the state attorney general\'s office said it was ""deeply concerned"" by the decision.... The state attorney general\'s office said it was ""deeply concerned"" about the state\'s failure to comply with the court\'s order.', ""< br > Racing expert Robin Goodfellow gives his tips ahead of Thursday's meetings at Kempton, Kempton and Kempton.""]" -57,"['Caring', 'for', 'the', 'Earth', 'was', 'launched', 'by', 'Prince', 'Philip,', 'the', 'Duke', 'of', 'Edinburgh', ""(WWF-UK's"", 'President),', 'and', 'endorsed', 'by', 'the', 'Archbishop', 'of', 'York,', 'John', 'Habgood,', 'Sir', 'Crispin', 'Tickell', '(the', 'UK', ""'s"", 'former', 'Ambassador', 'to', 'the', 'UN).']","[28, 29]",0,uk,"Caring for the Earth was launched by Prince Philip, the Duke of Edinburgh (WWF-UK's President), and endorsed by the Archbishop of York, John Habgood, Sir Crispin Tickell (the UK's former Ambassador to the UN).","[""< p > DAVID LLOYD reflects on the thrill and impact of the final day of the third Test between Australia and South Africa at Lord's on Saturday as we look ahead to the third day of the third Test between the West Indies and West Indies at Lord's on Saturday and the third day of the third Test between England and South Africa at Lord's on Saturday."", ""< unk > 's DAVID LLOYD reflects on what went wrong behind the scenes at Roland Garros and reflects on some of the things that went wrong at the French Open... from the French Open final to the French Open final, from the French Open final to the French Open final, from the French Open final to the Wimbledon final, from Wimbledon final to Wimbledon final, from Wimbledon final to Wimbledon final, from Wimbledon final to Wimbledon final, from Wimbledon final to Wimbledon final, from Wimbledon final to Wimbledon final, from Wimbledon final to Wimbledon final, from Wimbledon final to Wimbledon final, from Wimbledon final to Wimbledon final."", 'Founded by Prince Philip, Duke of Edinburgh and chairman of WWF, Five Couples About the Earth is a charity dedicated to raising awareness and awareness of the importance of sharing the earth with others.', 'Care was greeted in the Oval Office by Prince Philip, the head of the Armed Forces, and Bon Appétit Cohen, where he greeted thousands of North Koreans who arrived at Heathrow on Friday demanding an end to their lives.', 'Caring Weekend for the Earth, bottom right, has been criticised by MfI president Jeff Starring, who says the magazine is working on the stereotype of Sternel-per-cent bank activist Babstywela Blin, who said: ""I think it\'s a great idea, but I\'m not sure it\'s a good idea, I think it\'s a good idea, I think it\'s a good idea, and I think it\'s a good idea.""']" -58,"['On', 'Dec.', '21', 'the', 'Lao', 'ambassador', 'to', 'Thailand', ',', 'Khamphan', 'Simmalavong,', 'denied', 'claims', 'by', 'rebel', 'forces', 'that', 'on', 'Dec.', '13', 'Gen.', 'Vang', 'Pao,', 'who', 'had', 'commanded', 'a', 'force', 'of', 'Hmong', 'tribesmen', 'financed', 'by', 'the', 'US', 'Central', 'Intelligence', 'Agency', 'until', 'he', 'had', 'fled', 'to', 'the', 'USA', 'in', '1975,', 'had', 'returned', 'to', 'Laos.']","[7, 8]",0,thailand,"On Dec. 21 the Lao ambassador to Thailand, Khamphan Simmalavong, denied claims by rebel forces that on Dec. 13 Gen. Vang Pao, who had commanded a force of Hmong tribesmen financed by the US Central Intelligence Agency until he had fled to the USA in 1975, had returned to Laos.","['Still on the phone, Mr. Slimme of the left-wing Revolutionary Party said in a statement that he hoped that the demonstrators ""children would not delay the protest and that he hoped that the demonstrators"" children would be able to participate in the protest, which he described as ""peaceful, peaceful, peaceful, peaceful and peaceful.""', 'The indictment alleges that the chief suspect in the 2013 attack on the U.S. Embassy in Benghazi, Libya, was a member of a group of Al Qaeda operatives planning attacks on the U.S. Embassy in Benghazi, Libya.', 'The main difference between the silver yen and the silver yen is that while the yen has fallen sharply over the last two years, the dollar has fallen against the yen, and the yen has fallen against the yen, and the yen has fallen against the yen, and the yen has fallen against the yen.', 'At the end of the day, we have to wait and see what happens to Mitt Romney, but I think we have to wait and see if we can find a way to get him back in the race, and I think we have to wait and see if we can find a way to get him back in the race.', 'Jolie flew to Thailand on June 21 and married a relative of Rabin, a member of the Parti religious society, in Jakyo, Indonesia, avouch.com reports.']" -59,"['Russia', 'was', 'later', 'to', 'exploit', 'her', 'mineral', 'advantages', 'and', 'other', 'countries', 'were', 'to', 'be', 'linked', 'to', 'this', 'mass', 'of', 'industrial', 'power', 'as', 'was,', 'for', 'example,', 'Sweden', 'as', 'a', 'supplier', 'of', 'iron', 'ore,', 'but', 'heavy', 'industry', 'was', 'in', '1880', 'mainly', 'concentrated', 'in', 'western', 'Europe.']","[25, 26]",0,sweden,"Russia was later to exploit her mineral advantages and other countries were to be linked to this mass of industrial power as was, for example, Sweden as a supplier of iron ore, but heavy industry was in 1880 mainly concentrated in western Europe.","[""Later in the day, the pair were spotted enjoying a night out together in New York City, where they were joined by a bevy of A-list beauties, including Victoria's Secret model Gigi Hadid, who looked sensational in an off-the-shoulder black dress with a thin hem and a thin hem that showcased her toned pins."", 'Fortunately for the Henry Brothers (named after their nostalgic mother, Professor of Vetracy at the University of Newport Industrial University Wallet in Liverpool), they can now tap their own source of wealth, which is not the only source of their wealth.', ""Minnesota technology teaches us a single way to us in today's market segment with its deviations in trajectory and leading areas in practical theatre. corelo, FTSE Italia magazine said this, what Schindler's Cuba then did: train to Kalahari."", 'Later in his career Stoicescu became director of the Russian Academy of Sciences, where he was president of the Russian Academy of Sciences and later of the Russian Academy of Sciences, where he was president of the Russian Academy of Sciences.', '""I think we\'re going to see a lot more of that,"" said Sen. John McCain, R-Ariz., who is running for re-election to the Senate.']" -60,"['The', 'two-year', 'cycle', 'was', 'believed', 'to', 'reflect', 'the', 'quasi-biennial', 'oscillation', '(QBO),', 'a', '26-month', 'cycle', 'in', 'which', 'the', 'winds', 'in', 'the', 'lower', 'stratosphere', 'of', 'the', 'tropics', 'alternate', 'between', 'easterlies', 'and', 'westerlies,', 'affecting', 'the', 'size', 'and', 'stability', 'of', 'the', 'polar', 'vortex', 'around', 'Antarctica', '.']","[40, 41]",0,antarctica,"The two-year cycle was believed to reflect the quasi-biennial oscillation (QBO), a 26-month cycle in which the winds in the lower stratosphere of the tropics alternate between easterlies and westerlies, affecting the size and stability of the polar vortex around Antarctica.","['The two-year auto-enrolment program is seen as the best way to help people save for a deposit on a first home.', 'It was assumed that the rhythm changes every month, even if there are intense mainstream charges, and the index often shows voltage fluctuations (9, X mm within a short time).', 'They assumed that the two-year cycle would continue for weeks, and it was assumed that the arrival of Brendan Rodgers and Brendan Rodgers in the summer had nothing to do with demands for greater diversification of corporate targets, and everything to do with that.', 'Nahles is scheduled to attend the two-day Zy < < < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > & ltunk > & ltunk; & ltunk < unk > < unk > < & lt; unk > < unk > < unk > < > < > & ltunk > & ltunk > > & ltunk > > & ltunk; & ltunk > < > < > < unk > < unk > < > < unk > < unk > > < unk > < unk > > < unk > > <', 'Abu Madaffi, meanwhile, chose a white bicycle trolley (63-5) on Interstate 45 on a yellow track that runs behind the crash site, including lighting in the St. Louis vehicle, and a black bicycle in which a black bicyclist was shot.']" -61,"['Miss', 'Lee', 'is', 'at', 'Nwanza,', 'in', 'Tanzania,', 'with', 'the', 'Church', 'Mission', 'Society', 'and', 'will', 'come', 'home', 'for', 'a', 'holiday', 'in', 'Britain', 'next', 'year.']","[20, 21]",0,britain,"Miss Lee is at Nwanza, in Tanzania, with the Church Mission Society and will come home for a holiday in Britain next year.","['Lee is now at Pentecost with the Missionary Society in Nep < p > and before his holiday in the UK.', ""'Ivanka, Chicago's first female senator, will be the keynote speaker at the Democratic National Convention in Cleveland, Ohio, on Thursday, November 6, 2016 and the keynote speaker at the Democratic National Convention in Cleveland, Ohio, 'said Jared Kushner, senior vice president of communications for the National Rifle Association, a trade group that represents gun owners and gun owners."", '""Wonderful Vision"" - Elke Lee suffers from ""War between children"" - ""War between children"" - ""War between children"" - ""War between children"" - ""War between children"" - ""War between children"" - ""War between children"" - ""War between children"" - ""War between children"" - ""War between children"" - ""War between children"" - ""War between children"" - ""War between children"" - ""War between children"" - ""War between children"" - ""War"" War ""War"" War ""War"" War ""War"" War ""War"" War ""War"" War ""War"" War ""War"" War ""War"" War ""War"" War ""War"" War ""War"" War ""War"" War ""War"" War ""War"" War ""War""', ""Mrs. Lee is Santa Monica's first lady and the first lady of the United States to visit the Sisters of the Confederacy."", 'New Zealand 8 New Karate approx. 90-6999 Unanimous declarations in the last round of negotiations Anon Semi-imminent State Secretary for Education Anon Semi-imminent State Secretary for Education Anon Semi-imminent State Secretary for Education Anon Semi-imminent State Secretary for Education Anon Semi-imminent State Secretary for Education Anon Semi-imminent State Secretary for Education...']" -62,"['As', 'Ireland', 'opened', 'up', 'to', 'foreign', 'investment', 'under', 'de', ""Valera's"", 'successor,', 'Sean', 'Lemass,', 'another', 'element', 'in', 'the', 'value', 'structure', 'came', 'to', 'prominence,', 'namely', 'the', 'obligation', 'to', 'achieve', 'and', 'retain', 'full', 'employment', 'within', 'the', 'context', 'of', 'a', 'modernized', 'economy', 'and', 'a', 'satisfactory', 'level', 'of', 'housing,', 'welfare,', 'and', 'medical', 'care', 'for', 'all.']","[1, 2]",0,ireland,"As Ireland opened up to foreign investment under de Valera's successor, Sean Lemass, another element in the value structure came to prominence, namely the obligation to achieve and retain full employment within the context of a modernized economy and a satisfactory level of housing, welfare, and medical care for all.","['Six months after Queensland came to power, Liberia has already won 200,000 parliamentary seats, dampening the number of defectors.', 'The opening of the gates of Ireland meant that in the first half of the 20th century it was left to his successor, Lord Lemass, to put the finishing touches to the most successful period in Irish history.', ""While Ireland opened with a sense of doubt after de Valras Gra opened up to trick or treat LS Corpor, there was a deep sense of doubt in the minds of many of the world's leading players that the prospect of a return to the top flight was not as remote as it first appeared."", ""With Ireland opening up to Medicare, another relevant Morris factory in the local economy, the obligation to play full-time came from < unk > < unk > columnist Mel Giedroyc, who was in charge of England's 2002 World Cup-winning team."", ""As Ireland teams up with its successor Sean Lemass to open up Hong Kong to foreign investment, DailyMail.com has learned that some of the country's most prominent oil companies, such as BP, have been driven out of the country.""]" -63,"['The', 'Socialist', 'Republic', 'of', 'Vietnam', 'was', 'proclaimed', 'in', '1976', 'after', 'North', 'Vietnam-backed', 'communist', 'insurgents', 'had', 'reunified', 'the', 'country', 'in', 'April', '1975', 'by', 'overthrowing', 'the', 'United', 'States-supported', 'government', 'of', 'South', 'Vietnam', 'after', 'some', '16', 'years', 'of', 'war.']","[1, 5]",0,socialist republic of vietnam,The Socialist Republic of Vietnam was proclaimed in 1976 after North Vietnam-backed communist insurgents had reunified the country in April 1975 by overthrowing the United States-supported government of South Vietnam after some 16 years of war.,"['North Vietnamese President Lee Myung-bak and his wife Kim Jong-un with their children, North Korean leader Kim Jong-un, North Korean leader Kim Jong-un, North Korean leader Kim Jong-un, North Korean leader Kim Jong-un, North Korean leader Kim Jong-un, South Korean President Moon Jae-in, South Korean President Park Geun-hye-hye, South Korean President Park Geun-hye-hye-hye, and South Korean President Park Geun-hye-hye-hye.', 'This degrading form of government, from al-Qaeda to the Islamic State of Iraq and the Levant (Isil), is a form of sectarian violence.', ""Denmark was founded in 1976 after St. Paul and the Uzbek-backed Communist Society closed the Olympic Stadium; in 1996, Winter Sports CEO Rutsel < br > many of Jerry Seinfeld's (FAA) official patrons tried to stop many members of the team from leaving Sainz's homeland; and in December, when Regenán turned his mob into a research problem."", 'The so-called ""arbitration"" involves nearly 60 members of Congress from a total of 20 states, including the District of Columbia, the District of Columbia, the District of Columbia, the District of Columbia, the District of Columbia, the District of Columbia, the District of Columbia, the District of Columbia, the District of Columbia, the District of Columbia, the District of Columbia, the District of Columbia, the District of Columbia, the District of Columbia, the District of Columbia, the District of Columbia, and the District of Columbia.', 'In 1976 the Vietnamese Communist School was attacked here, in 1976 the Vietnamese Communist School was taken over by the Vietnamese Communist Party, in 1976 the Vietnamese Communist Party was taken over by the Vietnamese Communist Party, and the Vietnamese Communist Party was founded by the Vietnamese Communist Party (CCP) and the Vietnamese Communist Party (CCP).']" -64,"['For', 'example,', 'in', 'Britain', 'successive', 'Conservative', 'and', 'Labour', 'prime', 'ministers', 'from', '1948', 'though', 'to', '1979', 'developed', 'the', 'British', 'nuclear', 'deterrent', 'in', 'virtually', 'complete', 'secrecy,', 'with', 'no', 'parliamentary', 'or', 'media', 'discussion', 'until', 'decisions', 'were', 'accomplished', 'facts,', 'and', 'even', 'without', 'disclosing', 'decisions', 'made', 'to', 'most', 'of', 'their', 'fellow', 'Cabinet', 'ministers', '(Freedman,', '1980).']","[3, 4]",0,britain,"For example, in Britain successive Conservative and Labour prime ministers from 1948 though to 1979 developed the British nuclear deterrent in virtually complete secrecy, with no parliamentary or media discussion until decisions were accomplished facts, and even without disclosing decisions made to most of their fellow Cabinet ministers (Freedman, 1980).","[""Casemiro has trained with the England squad ahead of their World Cup qualifier against Bosnia-Herzegovina on Friday and is expected to be fit for Tuesday's friendly against Poland."", 'In the UK, a third of consumers are optimistic about price rises, while a third are optimistic about price rises.', ""In Britain, for example, Britain's Nu-PF developed a product called HIS Billion Wintershall for Cole, and prosecutors decided to investigate possible attack threats, Harrison told Bloomberg 52.6."", 'There is already a layer of decent Universal Control, the central file of federal data that every time a motorist makes them free, the arms industry warned in the wake of the crash of the 2,000 Second British Energy Service Mint, which was decades ahead of its time.', 'Despite the fact that the majority of players in the England squad are banned for international duty, there is a worrying amount of talk within the England squad about how they will cope with the demands of the Premier League and how they will cope with the demands of the big occasion.']" -65,"['We', 'do', 'not', 'want', 'to', 'have', 'a', 'future', 'relationship', 'of', 'United', 'States', 'and', 'Latin', 'America', 'reproduced', 'in', 'South', 'Africa,', 'which', 'so', 'many', 'people', 'talk', 'about', 'now', 'when', 'they', 'talk', 'about', 'South', 'Africa', 'as', 'the', 'engine', 'of', 'growth', 'if', 'we', 'have', 'that', 'kind', 'of', 'growth', ""it'll"", 'be', 'distorted', 'and', 'none', 'of', 'the', 'poor', 'in', 'South', 'Africa', 'or', 'the', 'region', 'will', 'benefit', 'from', 'it.']","[13, 15]",0,latin america,"We do not want to have a future relationship of United States and Latin America reproduced in South Africa, which so many people talk about now when they talk about South Africa as the engine of growth if we have that kind of growth it'll be distorted and none of the poor in South Africa or the region will benefit from it.","['In a statement, the Company said, ""We are pleased to announce that we have reached a definitive agreement to sell the Company, which will enable us to further develop and market the Company\'s products and services in a manner consistent with the Company\'s expectations and objectives, and to continue to operate in a manner consistent with the Company\'s expectations and objectives under the Private Securities Litigation Reform Act of 1995 (the"" SEC "").""', 'We want to see many different species, and we want to see many more of them, and we want to see many more of them, and we want to see many more of them, and we want to see many more of them, and we want to see many more of them, and we want to see many more of them.', 'At the German Forum for Economic Development in 2012, Elikalas Blick described a trade union protest in which 2,000 plants were planted as an opportunity for the chivalrous silver to play a role in civil rights culture.', 'That\'s the kind of relationship we\'re talking about today, South Africa f * * * ing talk about Swallow well 20 years later I\'m dead, ""she said, adding:"" They dream of a lasting, long-term, lasting relationship. ""', ""We don't want to assume that Gingrich vs. Gingrich is a foregone conclusion... a Gingrich camp could win the U.S. Senate and Virginia should have the opportunity to defect to any of the other candidates, regardless of how many delegates they need to win the nomination.""]" -66,"['The', '`', 'Rochester', '""', 'method', 'of', 'fingerspelling', 'with', 'speech', 'and', 'lip-reading', 'has', 'been', 'in', 'use', 'in', 'the', 'USA', 'for', 'over', 'a', 'hundred', 'years', '(Savage,', 'Evans', 'and', 'Savage,', '1981).']","[17, 18]",0,usa,"The Rochester"" method of fingerspelling with speech and lip-reading has been in use in the USA for over a hundred years (Savage, Evans and Savage, 1981).","[""< p > Columnist and former England captain Gary Lineker gives his expert analysis on the key stats and facts ahead of Saturday's explosive clash with Leicester City at the Aviva Stadium, while Match of the Day pundit and former England captain Martin Keown gives his expert analysis on the key stats and facts ahead of the clash at the Hawthorns."", '""Skin with children\'s roles and Barton\'s boyish company offer endless opportunities for recreation and inclusion in the increasingly fragile, action-packed world of companies with titanic psychology as their own success,"" he said.', ""The methodology of Dynamopha (which speaks for itself) with Nawaz Sharif's son Batinterrupee has been used in recent years, with Prince William's father, Clena Ross of Yardwin's home state of Cook, saying that Greedic was not talking disastrously about these great events."", 'Bobbing\'s ""test money,"" as well as the fact that he failed a drug test, and Charles Hareison, who had previously told the commission that ""Zey"" Heyman ""may have been a suspect in his wife\'s murder,"" The Whale Hay Test ""was"" definitely the priority for me, ""Hareison told the commission.', 'Pitang Rotechood Team """" Language lamps with ownership disputes carry Zet Lamb after four viewpoints, personal sold roles prof about Angela Middleton\'s mani, 100 May to Mayfair Airport From today on.']" -67,"['NORTH', 'KOREA']","[0, 2]",0,north korea,NORTH KOREA,"['Northern Ireland', ""N'Golo Kante"", 'NORTHERN ERN ERN ERN ERN ERN ERN ERN IMPACT: A real find for the Large Hadron Collider with its Super-Large Hadron Collider and the Large Hadron Collider at the Large Hadron Collider and the Large Hadron Collider at the Large Hadron Collider and the Large Hadron Collider at the Large Hadron Collider is planned for the end of this month.', 'NASSER HUSSAIN: Sunderland desperately need to stop Gylfi Sigurdsson scoring one or two goals in their last six Premier League games (W1 D2 L2) and, if they are to rediscover the form they showed in midweek (3-0 defeat at West Brom), I can see them doing so against a team already in the bottom half of the table (3-0 defeat at West Brom), but Sunderland must win against a team who hardly tore themselves apart in the league (2-0 at Crystal Palace) and who will fancy their chances of doing so on Saturday at home.', 'Neanderthal style in D.C. regiments']" -68,"[':', 'colour', 'poster;', 'musical', 'mug', 'Media', 'coverage:', 'reviews', 'in', 'Prima,', 'Essentials,', 'Woman', '&', 'Home;', 'reviews', 'and', 'features', 'in', 'Daily', 'Telegraph,', 'Daily', 'Express,', 'Mail', 'on', 'Sunday;', 'regional', 'radio', 'interviews', 'in', 'Wales,', 'Bristol,', 'Cambridge,', 'Cornwall,', 'Manchester,', 'Solent,', 'Nottingham,', 'West', 'Midlands,', 'Devon,', 'Bedfordshire,', 'Northern', 'Ireland,', 'Surrey,', 'Sussex,', 'Isle', 'of', 'Man', 'and', 'British', 'Forces', 'Radio.']","[44, 47]",0,isle of man,": colour poster; musical mug Media coverage: reviews in Prima, Essentials, Woman & Home; reviews and features in Daily Telegraph, Daily Express, Mail on Sunday; regional radio interviews in Wales, Bristol, Cambridge, Cornwall, Manchester, Solent, Nottingham, West Midlands, Devon, Bedfordshire, Northern Ireland, Surrey, Sussex, Isle of Man and British Forces Radio.","['Photo: http: / / www.newscom.com / cgi-bin / prnh / 20081011 / LANGUAGES-LANGUAGES-LANGUAGES-LANGUAGES-LANGUAGES-LANGUAGES-LANGUAGES-LANGUAGES-LANGUAGES-LANGUAGES-LANGUAGES-LANGUAGES-LANGUAGES-LANGUAGES-LANGUAGES-LANGUAGES-LANGUAGES-LANGUAGES-LANGUAGES-LANGUAGES-LANGUAGES-LANGUAGES-LANGUAGES-LANGUAGES-LANGUAGES-', 'or piccolo icon corresponds to the quality preamble of Belfast: colorful engagement; nationwide dreams of magical mood 2003 (com 2004 / 2013) or ""Camp 2019 kiss Stevens"" about Uwe Ehrling 26 years old or Harting 14 July 1996 O2 900 I Was Marcus Suljo ""(com 2004 / 2013);"" I heard all this talk about HIGH ""(com 2004 / 2013);"" I heard all this talk about HIGH ""(com 2004 / 2013);"" I heard all this talk about HIGH ""(com 2004 / 2013);"" I heard all this talk about HIGH ""(com 2004 / 2013);"" I heard all this talk about HIGH ""(com 2012 / 2013);"" I heard all this talk about HIGH ""(com 2013 / 2013);"" I heard all this talk about HIGH ""', 'Art in Computer Size Rachel & Magna SiriusXM; Art in Computer Size Rachel & Magna SiriusXM; Art in Computer Size Rachel & Magna SiriusXM; Music Score; Music Score; Art in Computer Size Rachel & Magna SiriusXM; Art in Computer Size Rachel & Magna SiriusXM', ""It's Week 14, 2010 It's Week 14, 2010 It's Week 14, 2010 It's Time to Launch a 2019 Flag and Privileged Public Voting at the Open Air Theater in New York City On New Year's Eve, Budget Ratings from Ed Woodton's Resources and Resources on Six of the Artistic Dance Contests Rankings Dates: Ediud Data Press Site, Design of BR Magazine Communication, Photo Show, Title / AP Fights 92 Pictures $Middlesbrough 400"", ""It took two days for the media to report that she was in the jungle, but now she's back in the jungle filming a new series of I'm A Celebrity... Get Me Out Of Here! in which she is joined by her co-star and fellow I'm A Celebrity...""]" -69,"['The', 'unification', 'of', 'Germany', 'protected', 'the', 'lifestyle', 'of', 'the', 'Prussian', 'Junkers', '-', 'indeed,', 'the', ""Junkers'"", 'need', 'to', 'protect', 'themselves', 'and', 'their', 'lifestyle', 'from', 'the', 'disrupting', 'effects', 'of', 'outside', 'economic', 'competition', 'through', 'the', 'creation', 'and', 'extension', 'of', 'a', 'tariff', 'union', 'had', 'been', 'one', 'of', 'the', 'major', 'components', 'in', 'the', 'formation', 'of', 'the', 'German', 'state.']","[3, 4]",0,germany,"The unification of Germany protected the lifestyle of the Prussian Junkers - indeed, the Junkers' need to protect themselves and their lifestyle from the disrupting effects of outside economic competition through the creation and extension of a tariff union had been one of the major components in the formation of the German state.","['United States of America, United Kingdom of Great Britain and Northern Ireland, United Kingdom of Great Britain and Northern Ireland, United Kingdom of Great Britain and Northern Ireland, United Kingdom of Great Britain and Northern Ireland, United Kingdom of Great Britain and Northern Ireland, United Kingdom of Great Britain and Northern Ireland, United Kingdom of Great Britain and Northern Ireland, United Kingdom of Great Britain and Northern Ireland, United Kingdom of Great Britain and United Kingdom, United Kingdom of Great Britain and United Kingdom, United Kingdom of Great Britain and Northern Ireland, United Kingdom of Great Britain and United Kingdom.', ""Many Thatcher supporters, including former Prime Minister Margaret Thatcher and former Prime Minister Tony Blair, have criticized the government's handling of the crisis, which they say led to the collapse of the economy and the collapse of the economy."", ""In particular, the Department for Transport (DfT) has admitted that it has obtained authorisation to control dominant competition over a transit system and that a void trade was carried out in connection with the construction of Darren Nicholson's tower jack."", 'Zika has been linked to a range of birth defects, including microcephaly, in which babies are born with abnormally small heads, and a range of birth defects, including microcephaly.', ""The club's summer holiday detailed May's predictions for Hull from the spring of 2015, particularly when World War II began and the ancestors of long-favored Jason D. Bent quarterback were left without their biographies.""]" -70,"['Lesotho,', 'Zimbabwe,', 'Botswana', 'and', 'Nigeria)', 'may', 'serve', 'to', 'stimulate', 'introspection', 'from', 'PHC', 'enthusiasts', 'from', 'within', 'South', 'Africa', ',', 'including', 'the', 'staff', 'of', 'the', 'Health', 'Services', 'Development', 'Unit', '(HSDU)', 'which', 'has', 'been', 'my', 'source', 'of', 'inspiration.']","[15, 17]",0,south africa,"Lesotho, Zimbabwe, Botswana and Nigeria) may serve to stimulate introspection from PHC enthusiasts from within South Africa, including the staff of the Health Services Development Unit (HSDU) which has been my source of inspiration.","[""Lesotho, Zimbabwe, Botswana and Nigeria doling out billions in aid as Igon's Plan A gets better"", ""The Fed's decision to raise interest rates was the latest in a series of moves by the central bank to boost the economy."", 'Lesotho, Zimbabwe (CNN) -- Zimbabwean President Robert Mugabe on Wednesday called for the release of former Zimbabwean President Robert Mugabe, accused of orchestrating a coup attempt against him, saying he was ""deeply saddened"" by the death of his wife, who was killed in a car accident in Zimbabwe in February. ""We are deeply saddened by the loss of her life,"" the Zimbabwean Foreign Ministry said in a statement. ""We are deeply saddened by the loss of life and friends, family and friends in Zimbabwe.""', 'In a study of the southern city of Brisbane, the polar bear population is expected to decline by more than 40 per cent over the next five years, while the polar bear population will increase by more than 50 per cent over the next five years, according to the Australian Bureau of Statistics (ANZ).', 'Readers can make $1 million to $1 million to $1 million to $1 million to $1 million to $1 million to $1 million to $1 million to $1 million to $1 million to $1 million to $1 million to $1 million to $1 million to $1 million to $1 million to $1 million to $1 million to $1 million to $1 million to $1 million to $1 million to $1 million to $1 million to $1 million to $1 million to $1 million to $1 million to $1 million to $1 million to $1 million to $1 million to $1 million to $1 million to $1 million to $1 million to $1 million to $1 million to $1 million to $1 million to $1 million to $1 million to $1 million to $1 million to $1 million to $1 million']" -71,"['Aruba', 'acquired', 'separate', 'status', 'within', 'the', 'Kingdom', 'of', 'the', 'Netherlands', 'in', '1986,', 'pending', 'full', 'independence', 'in', '1996.']","[0, 1]",0,aruba,"Aruba acquired separate status within the Kingdom of the Netherlands in 1986, pending full independence in 1996.","['Avon and Somerset Police said they were investigating the incident, which took place in the early hours of Monday.', 'After Gerry Hauben\'s permanent autonomy, wind turbines gave him a head start (""well aligned""), with their travel costs later offset.', 'Heynckes has never won trophies as a coach but he has shown he is capable of winning trophies.', ""He was a surprise guest on the show in 1986 when he appeared in Brooklyn's Superfiasz."", 'Sabba gained notoriety in 1986 as a stand-alone company within Sainsbury\'s holding company, which is actually worth thousands of extra pounds a year, according to the AGFood report, which says that there has been a ""significant"" increase in the number of packaged foods sold in the UK in the last six months, compared with the same period last year, when there was a ""significant"" increase in the number of packaged foods sold in the UK.']" -72,"['After', 'the', 'Egyptian', 'leader,', 'Sadat,', 'granted', 'the', 'United', 'States', 'rights', 'to', 'use', 'certain', 'of', 'Egyptian', 'military', 'facilities', 'at', 'the', 'beginning', 'of', 'the', '1980s,', 'notably', 'at', 'Ras', 'Banas', 'on', 'the', 'Red', 'Sea,', 'Soviet', 'writers', 'described', 'his', '`', 'preparedness', 'to', 'allow', 'military', 'bases', 'for', 'the', 'armed', 'forces', 'of', 'the', 'United', 'States', 'of', 'America', 'on', 'his', 'territory', '""', 'as', 'being', '`', 'in', 'violation', 'of', 'the', 'basic', 'principles', 'of', 'the', 'Non-Aligned', 'Movement', '"".']","[47, 51]",0,united states of america,"After the Egyptian leader, Sadat, granted the United States rights to use certain of Egyptian military facilities at the beginning of the 1980s, notably at Ras Banas on the Red Sea, Soviet writers described his preparedness to allow military bases for the armed forces of the United States of America on his territory"" as being in violation of the basic principles of the Non-Aligned Movement"".","['Springer did not use it to inform Councilman Ronnie Zumthor, 17, to which Zumthor replied, ""I don\'t know if I\'m going to do that, but I\'m going to do that, and I\'m going to be able to do that, and I\'m going to be able to do that, and I\'m going to be able to do that, and I\'m going to be able to do that.""', 'The Soviet Union, identified in the study as the Soviet Union, and the Soviet Union, as the Soviet Union, as the Soviet Union, as the Soviet Union, the Soviet Union, as the Soviet Union, the Soviet Union, the Soviet Union, the Soviet Union, the Soviet Union, the Soviet Union, the Soviet Union, the Soviet Union, the Soviet Union, the Soviet Union, the Soviet Union, the Soviet Union, the Soviet Union, the Soviet Union, the Soviet Union, the Soviet Union, the Soviet Union, the Soviet Union, the Soviet Union, the Soviet Union, the Soviet Union, the Soviet Union, the Soviet Union, the Soviet Union, the Soviet Union, the Soviet Union, the Soviet Union, the Soviet Union, the Soviet Union, etc.', 'In a statement, the company said it was ""deeply saddened"" to learn of the death of a man who died in a car crash in South Korea and was ""deeply saddened"" by the news.', ""After Guardiola's Super Cup win over Bayern Munich in the Champions League on Wednesday night, he was asked if he was interested in a move to the Premier League, but he said: 'I don't know, I don't know, I don't know, I don't know, I don't know, I don't know, I don't know, I don't know, I don't know, I don't know.'"", 'After the Tories and Sinn Féin appealed to Somdi Akoyura, the two main parties - the Liberal Democrats and the Liberal Democrats - were at loggerheads over who should lead the party, and Dalu was keen to point out that the two main opposition parties, the Liberal Democrats and the Liberal Democrats, were in opposition.']" -73,"['Over', 'the', 'years', 'of', 'flying', 'at', 'almost', 'every', 'conceivable', 'airshow', 'location', 'in', 'the', 'UK', ',', 'Lindsey', 'has', 'had', 'a', 'few', 'unusual', 'requests', 'along', 'the', 'way:', '`', 'I', 'can', 'remember', 'a', 'certain', 'airshow', 'organiser,', 'who', 'was', 'very', 'active', 'on', 'the', 'airshow', 'scene', 'then,', 'but', 'not', 'now,', 'coming', 'up', 'to', 'me', 'and', 'saying', '`', 'Lindsey,', 'how', 'much', 'do', 'you', 'want', 'to', 'bail', 'out', 'at', 'the', 'end', 'of', 'one', 'of', 'these', 'dogfight', 'routines', 'that', 'you', 'do?']","[13, 14]",0,uk,"Over the years of flying at almost every conceivable airshow location in the UK, Lindsey has had a few unusual requests along the way: I can remember a certain airshow organiser, who was very active on the airshow scene then, but not now, coming up to me and saying Lindsey, how much do you want to bail out at the end of one of these dogfight routines that you do?","['Over the years, Lindsey has flown almost every mosque imaginable, and she has always had a few brief on-the-spot requests: ""The officials in question around the world, known all along as Tina, shot straight into the air called Pul-l-Viron.""', ""But if this new show has anything to say, the agent's record today is excellent: detective sovereignty instead of 1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1"", 'At almost every first British air show, the Duchess of Cambridge celebrated with her husband Prince William, the Duke of Cambridge, the Duchess of Cambridge, the Duke and Duchess of Cambridge, the Duke and Duchess of Cambridge, the Duke and Duchess of Cambridge, the Duke and Duchess of Cambridge, the Duke and Duchess of Cambridge, the Duke and Duchess of Cambridge, the Duke and Duchess of Cambridge, the Duke and Duchess of Cambridge, the Duke and Duchess of Cambridge, the Duke and Duchess of Cambridge and the Duchess of Cambridge.', ""Amid all the hubbub surrounding the energy company's climate policy, there is great encouragement in the form of a government pharmaceutical procurement system called Jag @ - @ system, designed to help the Essen-based energy company."", ""Over the course of the White House term, if pardoned or pardoned in 2018, O'Donnell would be Britain's minister for corporate personnel, and entrepreneurs could fire an airline in London, keep their chips and save millions - or something.""]" -74,"['The', 'Whitbread', 'brewing', 'group', 'was', 'ruffled', 'by', 'stories', 'it', 'would', 'be', 'forced,', 'under', 'US', 'legislation,', 'to', 'sell', 'its', 'US', 'drink', 'importing', 'operations', 'if', 'it', 'continued', 'a', 'trans-Atlantic', 'restaurant', 'build-up.']","[18, 19]",0,us,"The Whitbread brewing group was ruffled by stories it would be forced, under US legislation, to sell its US drink importing operations if it continued a trans-Atlantic restaurant build-up.","['Jones said: ""At the end of the season it was a bit of a shock because we didn\'t know what was going to happen.', 'The Whit Cauping Group is known to have been a Jennifer Curds - scene-shipper for < a href = ""http: / / www.zillow.com / blog / Jennifer-Curds-Ship-Sitter-for-< / a > when she rescued an industrial restaurant or got a free Ferrari 0001 later this year.', ""Sulzer came under fire last week when it was revealed that chief executive Michael O'Leary had been forced to resign after a series of scandals, including allegations of sexual harassment and assault against him."", ""Similar cases have brought the company to the brink of bankruptcy, and its companies are dreaming of a young workforce, as Thomas Wheel Begruck, the company's chief executive, and Holly Channney, the company's chief executive, were able to grill the company's chief executive this week."", 'European Central Bank President Jean-Claude Trichet said on Wednesday that the European Central Bank would not be able to raise interest rates before the end of the year.']" -75,"['The', 'firm,', 'named', 'after', 'Sherwood', 'Forest,', 'has', 'cornered', 'the', 'UK', 'frillies', 'market', 'and', 'has', 'pulled', 'its', 'socks', 'up', 'and', 'become', ""Britain's"", 'biggest', 'sock', 'maker.']","[9, 10]",0,uk,"The firm, named after Sherwood Forest, has cornered the UK frillies market and has pulled its socks up and become Britain's biggest sock maker.","['The textile merchant, known as Komandaneben, developed the crystals, glasses and visionaries behind Article I, which were artistically transformed into trendy fruits.', ""The company, named after Sherwood Forest, is the UK's largest consumer protection company and said in a statement that the government, social care and the Financial Conduct Authority would also cut fares."", ""The pair, who have been named by Sherwood Forest as the club's new owners, have been involved in a number of high-profile disputes with the club's owners over the years, including a row over ownership of the club."", 'The company was named Harvester in 2017, but all action appears to have been taken against Tahiti, although it has not yet been named.', 'Launched as a directorial venture, it has become little more than a model for fashion, with a string of high-profile events including the opening of London Fashion Week and the launch of London Fashion Week.']" -76,"['These', 'include', ""Genet's"", 'prosopograhy', 'of', 'the', 'members', 'of', 'the', 'University', 'of', 'Paris', 'in', 'the', 'Middle', 'Ages', '(1988),', 'the', 'British', ""Academy's"", 'Lexicon', 'of', 'Greek', 'Personal', 'Names', '(Matthews,', 'pers', 'comm),', 'the', 'image', 'and', 'text', 'archive', 'of', 'greek', 'pottery', 'being', 'created', 'by', 'the', 'Beazley', 'Archive', '(Kurtz', '1993)', 'and', 'the', 'Corpus', 'of', 'Romanesque', 'Stone', 'Sculpture', 'in', 'Britain', 'and', 'Ireland.']","[52, 53]",0,britain,"These include Genet's prosopograhy of the members of the University of Paris in the Middle Ages (1988), the British Academy's Lexicon of Greek Personal Names (Matthews, pers comm), the image and text archive of greek pottery being created by the Beazley Archive (Kurtz 1993) and the Corpus of Romanesque Stone Sculpture in Britain and Ireland.","[""These include Genet's 1973 research on the members of the Stirouille, Efron XGerrard Capital, Egaton Anita and Dostoyevsky, and houses of the New York Times, New York Times, New York Times, New York Times, New York Times, New York Times, New York Times, New York Times, New York Times, New York Times, New York Times, New York Times, Washington Post, Washington Post, Washington Post, Washington Post, Washington Post, Washington Post, Washington Post, Washington Post, Washington Post, Washington Post, Washington Post, Washington Post, Washington Post"", ""Genet's seven-year bid for Independencia began with a recommendation from Venty, who will discuss the company's long-term strategy and an investment plan for the next phase of the project, to be completed by the end of the year, and an investment plan for the next phase of the project, to be completed by the end of the year, according to people familiar with the matter."", 'One example is Geny\'s Medieval Plant Theory on the Catholic University of New York (1988), according to a donation from the founder of the early monument, Reg Sheikh (1988), who said, ""The post-culturalism of New York City was both a reflection of the city\'s history and a reflection of the way the city has evolved over the centuries.""', ""Children are not favoured in Swift's case, heart-shaped craters have a ridiculous gender bias in the film, and the Academy has had to admit that some of the characters in the film are not women at all."", 'These include Genet\'s prosopostolic approach to related issues such as ""obesity,"" ""UDI,"" ""UDI,"" ""UDI,"" ""UDI,"" ""UDI,"" ""UDI,"" ""UDI,"" ""UDI,"" ""UDI,"" ""UDI,"" ""UDI,"" ""UDI,"" ""UDI,"" ""UDI,"" ""UDI,"" ""UDI,"" ""UDI,"" ""UDI,"" ""UDI,"" ""UDI,"" ""UDI,"" ""UDI,"" ""UDI,"" ""UDI,"" ""UDI,"" ""UDI"" and ""UDI.""']" -77,"['The', 'EPLF', 'continued', 'to', 'demand', 'a', 'US-supervised', 'referendum', 'on', 'independence', 'from', 'Ethiopia', ',', 'but', 'was', 'flexible', 'as', 'to', 'the', 'timetable', 'for', 'this,', 'he', 'said.']","[11, 12]",0,ethiopia,"The EPLF continued to demand a US-supervised referendum on independence from Ethiopia, but was flexible as to the timetable for this, he said.","['On the surface, economic factors are on the (net) side of the equation and if you look at what is going on in the Middle East and North Africa and you look at what is going on in the Middle East and you look at what is going on in the Middle East and you look at what is going on in the Middle East and you look at what is going on in the Middle East and you look at what is going on in the Middle East and you look at what is going on in the Middle East and you look at what is going on in the Middle East and you look at what is going on in the Middle East.', 'The Liberation Army, founded in the 1980s, refused to order Australia to do the same and negotiated an agreement with the United States in 1948.', ""The EPLF also asked the Mexican people to let their favorite meeting, the Easter stingray wine market reporter Adihre, know if they are interested in selling Wilterside's marketing of Qaeda miso. < br > Martha Vanderbilt is Scarla Offleam Voice of ARI Online Group and Qu < br > Corewah Search Service Personalization: Visit her on her attention team to find out what's going on online."", 'Issues such as wage restraint, rapid agriculture, rapid growth, improved labor mobility, and the ability of the Federal Employees ""Retirement System (FEMA) to meet its obligations under the Affordable Care Act (FEMA) are among the most pressing issues facing the industry, according to the report.', 'Kirukashallah-Yen Shizulahi said the EPLP was in talks with its legal team to ""reach a compromise for an African cruiser.""']" -78,"['A', 'back-up', 'safety', 'system', 'for', 'the', 'UK', ""'s"", 'nuclear', 'power', 'station', 'controllers', 'may', 'not', 'work', 'properly', 'because', 'bugs', 'in', 'the', 'computer', 'software', 'have', 'not', 'been', 'eliminated,', 'according', 'to', 'a', 'former', 'employee', 'of', 'the', 'company', 'that', 'wrote', 'the', 'software.']","[6, 7]",0,uk,"A back-up safety system for the UK's nuclear power station controllers may not work properly because bugs in the computer software have not been eliminated, according to a former employee of the company that wrote the software.","['Mississippi and the District of Columbia - located in the District of Columbia - often lie in wait for Rhuss < a href = ""http: / / www.zillow.com / blog / rhododendron-rhododendron-rhododendron-rhododendron-rhodendron-rhodendron-rhodendron-rhodendron-rhodendron-rhodendron-rhodendron-rhodendron-rhodendron-rhodendron-rhodendron-rhodendron-rhodendron-rhodendron-rhodendron-rhodendron-rhodendron-rhodendron-rhodendron-rhodendron-rhodendron-rhodendr', '23 (UPI) -- The U.S. Food and Drug Administration said Wednesday it is reviewing the use of antibiotics to treat asthma, a rare form of the disease that can lead to heart attacks and strokes in adults and children. -- The U.S. Food and Drug Administration said it is reviewing the use of antibiotics to treat asthma.', 'A new study published in the journal Science shows that the technology supported by the Nuclear Regulatory Commission and the 1st Thjolker-Casseff managers used by the Caucasian Caucasian scavengers may be lacking in part to better understand the environmental impact of a nuclear power plant.', ""'We're going to talk to Instagram about having a kind of co-op in the company, a kind of co-op in the company, a kind of co-op in the company, a kind of co-op in the company, a co-op in the company, a co-op in the company, a co-op in the company, a co-op in the company, a co-op in the company, a co-op in the company, a co-op in the company, a co-op in the company, a co-op in the company, a co-op in the company, a co-op in the company, a co-op in the company, a co-op in the company, a co-op in the company, a co-op in the company, a co-op in the company, a co-op in the company, a co-op in the company, a co-op in the company"", '30 January According to media reports, for the first time since 1990, UK cabinet ministers have approved a major IT overhaul, including the creation of a new security committee, the creation of a new security committee and the elimination of ""boys,"" a technical supplement developed by the research industry to assess the impact of a cyber attack on the UK economy.']" -79,"['France', 'is', 'a', 'country', 'which', 'has', 'grave', 'doubts', 'about', 'its', 'moral', 'fibre;', 'it', 'sees', 'its', 'national', 'character', 'as', 'being', 'as', 'permeable', 'as', 'a', 'colander.']","[0, 1]",0,france,France is a country which has grave doubts about its moral fibre; it sees its national character as being as permeable as a colander.,"['France is a country that will be in the 2030s and 2040s, and Rick Santorum, the former Massachusetts governor, has said he would like the Republican nominee to run for re-election in the 2030s and 2040s, as have former Massachusetts Governor Mitt Romney, former Massachusetts Governor, former Massachusetts Governor, former Massachusetts Governor, former Massachusetts Governor, former Massachusetts Governor, former Massachusetts Governor, former Massachusetts Governor and former Massachusetts Governor.', 'France is a country that has no doubt about its moral fibre and its citizens have a right to know their s * * t.', 'France is a country that, according to the International Tourism Campaign, has a higher proportion of Sasparanis than any other country in the world.', 'France, Germany, France, Germany, France, France, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Spain, Spain, Spain, Spain, Spain, Spain, Spain, Spain, Spain, Spain, Spain, Spain, Spain, Spain, Spain, Spain, Spain, Spain, Spain, Spain, Spain, Spain, Spain, Spain, Spain, Spain, Spain, Spain, Spain', 'France is not the only country in the world where the number of migrants is rising.']" -80,"['His', 'subtle', 'military', 'strategy', '-', 'sending', 'Scuds', 'to', 'Tel', 'Aviv,', 'opening', 'the', 'land', 'battle', 'by', 'attacking', 'the', 'US', 'forces,', 'parking', 'up', 'the', 'air', 'force', 'in', 'Iran', 'for', 'future', 'use', '-', 'cold', 'still', 'transform', 'the', 'war.']","[17, 18]",0,us,"His subtle military strategy - sending Scuds to Tel Aviv, opening the land battle by attacking the US forces, parking up the air force in Iran for future use - cold still transform the war.","['His subtle military strategy has been to divert attention from the fact that he is running for the Republican presidential nomination, and that he is running for the Republican presidential nomination, as opposed to the Republican presidential nomination, and that Gingrich and Gingrich are trying to divert attention from the fact that he is running for the Republican nomination, and that he will not be able to win the Republican nomination, and that he will not be able to win the Democratic nomination, and he will not be able to.', 'His subtle military strategy - sending Scu to Tel Aviv, sending oil to the Scud states, and launching airstrikes against herders ""infiltration - is changing the face of the country.', '< br > Columnist and double Olympic champion Daley Thompson has sat down with this ""social butterfly"" to find out how he ticks - and how he hopes to win more than just a gold medal.', 'His subtle military strategy: Contacts after studying in Tel Aviv show that Scudder is leading the ground offensive with a request from a group of four contractors to identify Ivanka Trump as the producer of terrorist programs, according to a person familiar with the matter who wished to remain anonymous because the matter is private.', 'His more subtle criticism of the ""printing press,"" according to Isa Hanashario, a political science professor at Ahmedabad University who has written a book on the ""printing press,"" suggests that building the school could cost as much as $2.6 billion a year, and that building it could cost as much as $2 billion a year.']" -81,"['Imports', 'would', 'surge', 'while', 'exports', 'stagnated,', 'swelling', 'Britain', ""'s"", 'current-account', 'deficit', 'to', 'unsustainable', 'levels.']","[7, 8]",0,britain,"Imports would surge while exports stagnated, swelling Britain's current-account deficit to unsustainable levels.","['Imports will be a pervasive engine, while increases in activity, payments, and ""strong pacts"" are often seen as boosting the president\'s popularity.', 'Imports are soaring, exports are falling and the long list of exports aware of the growing problems in the market is growing, so it is no surprise that the market is feeling the crisis.', 'The impact would be explosive, as the Houthi rebels said they would not be allowed to enter the country, but the government said it would not allow the Houthi militias to enter the country, and that the Houthi rebels would not be allowed to enter.', ""The first iND Awards will be Trudeau's 25th birthday and he will be invited for the first time to the ceremony, which will be hosted by Canadian Prime Minister Justin Trudeau and his wife, Canadian Prime Minister Justin Trudeau."", 'The 2019 lead singles would be included in Jeremy Irons\' ""Japan Tonight"" album, which was released Friday night, and the album would be released the same day as the album, according to Billboard.']" -82,"['Zurich', 'is', 'an', 'essential', 'part', 'of', 'one', 'of', 'the', 'regions', 'inviting', 'exploration,', 'north', 'Switzerland', ',', 'which', 'tourists', 'are', 'inclined', 'to', 'pass', 'through', 'with', 'no', 'more', 'than', 'an', 'approving', 'nod,', 'rather', 'than', 'lingering', 'to', 'find', 'out.']","[13, 14]",0,switzerland,"Zurich is an essential part of one of the regions inviting exploration, north Switzerland, which tourists are inclined to pass through with no more than an approving nod, rather than lingering to find out.","['ZURICH (AP) - Swiss police say they have arrested a man suspected of trying to smuggle cocaine into Switzerland.', ""Zurich is one of Madrid's most coveted destinations, so you can see the evolution of the Russian environment - but < br > can't help noticing the difficulties of planning ahead."", 'Zurich is one of the four extremes of commercial investment; it is one of the four extremes of commercial investment; it is one of the four extremes of investment; it is one of the four extremes of investment; it is one of the four extremes of investment; it is one of the four extremes of investment; and it is one of the four extremes of investment.', 'Zurich Beatair Bremen Passenger Desk offers an indispensable environment for the metropolis Copenhagen.', 'ZURICH LOCATION PHART Offers unlimited fees for observing the world, inexpensive food and drinks in the cellar.']" -83,"['Local', 'artists', 'will', 'probably', 'get', 'a', 'look', 'in', 'eventually,', 'although', 'there', 'are', 'other', 'organisations', 'such', 'as', 'the', 'cultural', 'foundation', 'of', 'the', 'Caixa', 'de', 'Pensiones', 'Bank', 'which', 'actively', 'promote', 'younger', 'artists', 'within', 'Spain', '.']","[31, 32]",0,spain,"Local artists will probably get a look in eventually, although there are other organisations such as the cultural foundation of the Caixa de Pensiones Bank which actively promote younger artists within Spain.","['Local artists are likely to be thrust into the spotlight, even if they try to make a name for themselves as young artists in Spain.', 'Then local artists got involved in the Sudanese inclusion committee, Operation Sand Fighting, and it was vague.', ""Spain's cultural traditions attract huge dividends and media coverage in Spain through the secluded province of Valleplane in the Spanish region of Caqual, and in recent years Spain has been the subject of a series of scandals, including allegations of corruption, corruption and corruption."", 'Domestic artists will certainly be considered suspects, but ""there are other facilities,"" Diengle said, referring to the headquarters of the central government minister, Jean Bain, who spoke of the need for a ""national prisoner of conscience"" and said that ""no one in the country is disappointed"" by the decision.', '""I think it\'s the most important thing I\'ve ever done in my life,"" he said, ""and I think it\'s the most important thing I\'ve ever done in my life, and I think it\'s the most important thing I\'ve ever done in my life, and I think it\'s the most important thing I\'ve ever done in my life, and I think it\'s the most important thing I\'ve ever done.""']" -84,"['The', 'most', 'prominent', 'of', 'these', 'was', 'Kevin', 'Schuler,', 'an', 'All', 'Black', 'replacement', 'in', 'Wales', 'and', 'Ireland', 'in', '1989,', 'a', 'captain', 'in', 'the', 'second-tier', 'divisional', 'side', 'in', '1991', 'and', 'an', 'All', 'Black', 'in', 'Australia', 'this', 'year.']","[32, 33]",0,australia,"The most prominent of these was Kevin Schuler, an All Black replacement in Wales and Ireland in 1989, a captain in the second-tier divisional side in 1991 and an All Black in Australia this year.","['Ryan Seacrest and Ryan Seacrest were spotted in Los Angeles on Wednesday.', ""Outstanding would be Kevin Shulman, who replaced him in Wales in 1989, replaced him in League Two in 1991 and replaced him in Australia's 81-man AFLL squad last year, and is expected to bring more power to the form debates."", '< unk > had three new royal chiefs to choose from, including Kevin Pietersen, who clearly calculated the consequences of his comments in 2004 when he said that ""politicians, particularly Immobile,"" through their interactions on parade, would be forced to ""pay a lot of attention to Henry Havpherson,"" and that the free fall of Melanie Kohlhepp made it ""very difficult"" for him to do the job. ""I think it would be a good idea for the royal family to have a reception,"" he said < unk >, ""but I don\'t think that would be the case.""', ""The most notable of these was Kevin Schuler, who was in Wales with the A-list and McCain's local travel agent, Jessica Mac. He paid $5,643 to attend a fundraiser at the same time, and he paid $5,643 to attend a private fundraiser at the same time, and $5,643 to attend a private fundraiser at the same time, according to a special counsel who spoke on condition of anonymity because he was not authorized to speak to the media."", 'Plumless shares have been a mainstay of the FTSE 100 since the start of the year, rising more than 60 per cent.']" -85,"['Among', 'the', 'protestors', 'were', 'members', 'of', 'the', 'US', 'radical', 'environmentalist', 'group,', 'Earth', 'First!,', 'currently', 'establishing', 'itself', 'in', 'Britain.']","[7, 8]",0,us,"Among the protestors were members of the US radical environmentalist group, Earth First!, currently establishing itself in Britain.","['Among the protesters were the leaders of the radical nationalist group Westminster United Nederlands 1, which has called for a boycott of the event.', 'Among the protesters were members of other groups, including the Human Rights Campaign, the Center for the Study of Human Rights and the Center for Strategic and International Studies.', ""Thousands of people took part in the rally, which included Korean youths up to the age of 80, raising people's suspicions, according to the Central Korean News Agency."", 'The real demonstrators at the rally include members of anti-Kremlin or pro-Western parties who have called for a boycott of the event.', ""Among other things, the company's top priorities include investing $70 million in social capital, political and economic development, and investing $100 million in social capital.""]" -86,"['On', 'return', 'to', 'Hungary', 'we', 'stopped', 'one', 'night', 'in', 'Satu', 'Mare,', 'the', 'last', 'big', 'frontier', 'town', 'in', 'Rumania', '.']","[17, 18]",0,rumania,"On return to Hungary we stopped one night in Satu Mare, the last big frontier town in Rumania.","['When we returned to our base in the Emirates, we tuned in to the fireplace.', ""An overnight stay in Satu to get the rhyme The Last Greatest Radical City of Raqqa serves as a gateway between the remnants of Syria's civil war for decades."", 'When we returned to Hungary, we took Satan to Bethlyn, at the gates of Battersea.', 'On our return we thought Iceland would be in Sa, France by Philippe Hychelfell against the big Belgian team Van Dijk 3 Camp Nou Taorre v Graz 2 Premier League games Spain 12\\ a 20\\ a 20\\ a 20\\ a Premier League match City of Botis 21\\ tooÃa della Vecchio v Botis 21\\ tooÃa della Vecchio, < unk > 23\\ a 20\\ a', 'Mathias said the Cougars ""battered defense came into the game in the first half and Ferantino"" broke the game open ""with a 3-pointer that gave the Cougars a 3-0 lead.']" -87,"['It', 'had,', 'for', 'example,', 'to', 'struggle', 'with', 'West', ""Germany's"", 'complaints', 'about', 'a', 'High', 'Authority', 'decision', 'to', 'allow', 'French', 'steel', 'to', 'be', 'sold', 'within', 'West', 'Germany', 'with', 'a', 'lower', 'level', 'of', 'taxation', 'than', 'that', 'placed', 'upon', 'its', 'own', 'steel', 'being', 'sold', 'in', 'France.']","[23, 25]",0,west germany,"It had, for example, to struggle with West Germany's complaints about a High Authority decision to allow French steel to be sold within West Germany with a lower level of taxation than that placed upon its own steel being sold in France.","[""< p > 's DAVID LLOYD reflects the thrill at Edgbaston and reflects the thrill at Edgbaston... while England captain Alastair Cook will hope his team can put the past behind them by winning the toss at Lord's on Saturday... while England captain Alastair Cook will try to recover from the disappointment of losing the Ashes Down Under with victory at Lord's on Saturday..."", ""As long as it's a statistic, it's a statistic, with a leader who doesn't want to get out of the way of a plan return zone and a movie, it was for Dyn Tau, for example, who sold Occupy Europe for a million dollars, who sold Ryan Landry's Wisconsin Suraffaires Transide Lucy Movement, who discovered a very modest neighborhood far to the left."", ""Foreigners are forced to find work in both countries, between 6 and 7 million, and the remaining 2% are forced to seek abortions in France, because Yanukovych's prerequisite is partners who can often propose that he do more where he wants and tackle the problems."", 'When it was still the treatment, many love enhancers were introduced from Lisbon, the Republic of Ireland and a formula called Valised Strength, which was introduced in Guildons, France in the mid-19th century and is now available in the UK.', ""< br > has looked at some of the key talking points from the first Test at Lord's, with the likes of Brandon Stone, Ben Stokes, Chris Woakes, Ben Stokes, Ben Stokes, Chris Woakes, Chris Woakes, Chris Woakes, Chris Woakes, Chris Woakes, Chris Woakes, Chris Woakes, Chris Woakes, Chris Woakes, Chris Woakes, Chris Woakes, Chris Woakes, Chris Woakes, Chris Woakes, Chris Woakes, Chris Woakes, Chris Woakes, Chris Woakes, Chris Woakes, Chris Woakes, Chris Woakes, Chris Woakes, Chris Woakes, Chris Woakes, Chris Woakes, Chris Woakes, Chris Woakes, Chris Woakes, Chris Woakes""]" -88,"[""ITALY'S"", 'AC', 'Milan', 'maintained', 'their', 'impressive', 'form', 'with', 'a', '2-1', 'European', 'Cup', 'victory', 'over', 'PSV', 'Eindhoven', 'in', 'Holland', '.']","[17, 18]",0,holland,ITALY'S AC Milan maintained their impressive form with a 2-1 European Cup victory over PSV Eindhoven in Holland.,"['Under predecessor Jos Luhukay, AC Milan maintained their record with an 8-1 win over Italy in the second round of the Champions League.', 'ITV1 ""s"" I\'m Responsible to the Standard Investigations Probes ""ad is available on the at-portal of the website http: / / www.itv.com.', 'The University of the Italian Region managed a 2: 1 victory in the cup semi-final over the Italian first division side Celados in the first leg of the round of 16 at the Stadio Olimpico.', 'Italian champions AC Milan, with their faltering form, were reduced to 10 men with a 2-0 win at the San Siro, while AC Milan and Inter Milan drew 1-1 at the San Siro, with the Italians winning 2-0 at the San Siro thanks to goals from Andres Iniesta and Andres Iniesta.', ""The Italian national team (PSV Eindhoven) was pleased with Lahm's performance in both games, Diego and Jane Pope came into action for the first time since 2003, and the new Bayern boss was satisfied with the performance of his team.""]" -89,"['South', 'Asian', 'calicoes', 'in', 'both', 'silk', 'and,', 'later', 'on,', 'cotton', 'became', 'an', 'increasingly', 'desirable', 'commodity', 'in', 'Britain', ',', 'first', 'as', 'a', 'luxury', 'item', 'but', 'subsequen\xadtly', 'as', 'a', 'widely', 'used', 'material.']","[16, 17]",0,britain,"South Asian calicoes in both silk and, later on, cotton became an increasingly desirable commodity in Britain, first as a luxury item but subsequenÂtly as a widely used material.","[""Kaepernick, a former NFL running back and now a member of the National Football League's Board of Governors, is the subject of a series of daily collective reports: Ready to go to the locker room, spend time with his teammates, spend time with his teammates, spend time with his family, and spend time with his family, including his mother, father, who died in a car accident, and father, who died in a car accident."", '""We want to use 17 different pine colonies with cornflower material,"" said Marvin Peels, a spokesman for the U.S. Department of Agriculture, which is working with the U.S. Food and Drug Administration to develop the plant.', 'Kal-Mart, the world\'s largest retailer in South Asia, said in a statement it was ""deeply saddened by the loss of one of the world\'s best-known brands"" and ""deeply saddened by the loss of one of its most important employees.""', 'Daniel Haan looks at the Argentine ""history"" of the anti-corruption federation Agrosoutil and highlights in foreign profiles that Matthew recently laid out on an inter-cattorial sub-front...', 'Sweet white cold, tweedy / Then Hellandy (Sasono-esk), Sweat Growth (extra-long), Coees?']" -90,"['Singapore', ':', 'Shares', 'closed', 'firmer', 'across', 'the', 'board', 'in', 'active', 'trade,', 'with', 'the', 'Straits', 'Times', 'index', '8.17', 'points', 'higher', 'at', '1,413.15.']","[0, 1]",0,singapore,"Singapore: Shares closed firmer across the board in active trade, with the Straits Times index 8.17 points higher at 1,413.15.","['Singapore: The Straits Times College Index closed 14 points higher at 1.6081, while the Sinclair Sinkunion Grant Index closed 14 points higher at 1.6081.', 'Singapore: Stocks closed flat in active trading, with the Straits Motors Times Anthetien index up 8, the German Strait Times index up 14 and the New York Mercantile Exchange index up 14.', 'Singapore recently closed its BET store in the Mart', 'Singapore 56: Shares closed higher at 21: 00 AEDT (Nasdaq: SSE) (Nasdaq: SSE) (NYSE: SSE) (NYSE: SSE) (Nasdaq: SSE) (Nasdaq: SSE) (NYSE: SSE) (NYSE: SSE) (Nasdaq: SSE) (Nasdaq) (Nasdaq: SSE) (Nasdaq: SSE) (Nasdaq: SSE) (Nasdaq: SSE) (Nasdaq: SSE) (Nasdaq: SSE) (Nasdaq: SSE) (Nasdaq: SSE) (Nasdaq: SSE) (Nasdaq: SSE) (Nasdaq) (Nasdaq: SSE) (Nasdaq) (Nasdaq) (Nasdaq: SSE) (Nasdaq) (Nasdaq: SSE) (Nasdaq) (Nasdaq) (Nasdaq: SSE) (Nasdaq) (Nasdaq) (Nasdaq) (Nasdaq) (Nasdaq) (Nasdaq) (Nasdaq) (Nasdaq)', 'Singapore: Stocks closed mostly firmer at 1,73.05 points on the New York Mercantile Exchange, with the Dow Jones Industrial Average slipping more than 1 percent in early trading.']" -91,"['Laporte', 'of', 'the', 'UK', 'and', 'Solvay', 'of', 'Belgium', 'are', 'discussing', 'a', 'breakup', 'of', 'their', 'Interox', 'joint', 'venture.']","[3, 4]",0,uk,Laporte of the UK and Solvay of Belgium are discussing a breakup of their Interox joint venture.,"['Laporte has been linked with a move to the Premier League this summer, including Manchester United, Chelsea, Arsenal, Arsenal, Arsenal, Manchester City, Chelsea, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal,', 'Laporte in the UK and Solvay in Belgium have been linked with a move to the Premier League this summer, with both clubs interested in signing the France international.', 'England international Laporte, who scored nine times in the 4-1 win at the Etihad, has been linked with a move to the Premier League this summer.', 'Laporte, who is in England for the AFL season, and Solveira, who has been linked with a move to the French capital, are said to be in talks over a new contract.', ""< unk > Laporte and Beceirni may have decided to join Joshua, but insiders said < unk > they have regained Georgia's trust.""]" -92,"['A', 'last', 'distinction', 'between', 'calming', 'experience', 'in', 'Britain', 'after', 'The', 'Brow', 'and', 'that', 'on', 'the', 'Continent', 'since', 'the', 'Woonerf,', 'lies', 'in', 'the', 'dissimilar', 'attitudes', 'of', 'government', 'transport', 'departments', 'as', 'reflected', 'in', 'their', 'literature.']","[7, 8]",0,britain,"A last distinction between calming experience in Britain after The Brow and that on the Continent since the Woonerf, lies in the dissimilar attitudes of government transport departments as reflected in their literature.","['A final difference between a reassuring experience in Britain since the financial crash and that of the continent is the uneven quality of the Nahr-e-Islami contracts assigned to Lloyds.', 'Today, as a generation of families in the fragmented cultural fabric of our country, we praise the independence of the wagons.', 'One last lucrative difference is that he is still looking for a job in the mining industry.', 'He told the court that a walker had shot him in the head, that he was in danger of being killed by a walker and that he had been given a pavilion full of coercion.', 'Ms O\'Brien, the SNP\'s 21-year-old deputy leader, said: ""I think it\'s fair to say there\'s a lot of pressure on the SNP to do something.']" -93,"['World', 'Bank', 'officials', 'have', 'no', 'pat', 'answers', 'for', 'why', 'there', 'has', 'been', 'so', 'little', 'trickle-down', 'in', 'Thailand', '.']","[16, 17]",0,thailand,World Bank officials have no pat answers for why there has been so little trickle-down in Thailand.,"['European Union officials are threatening to withdraw from the Paris climate accord if the bloc fails to agree on a new deal, a senior EU official said on Thursday.', 'Office of the Comptroller of the Currency (OBR) said the Chancellor had made clear there was no need to rely on the Bank of England for monetary stimulus.', ""Nobody at the World Bank is giving Vettel's friends parentheses as to why he stayed away from sport for so long: Bucks, the Paleontological Fund, the Paleontological Society of America, the American Society for the Advancement of Science, the American Society for the Advancement of Science, the American Society for the Advancement of Science, the American Society for the Advancement of Science, the American Society for the Advancement of Science, the American Society for the Advancement of Science, the American Society for the Advancement of Science, and so on."", ""Doctors said the bank's rumors could not be verified, but Medzin said his doctor told him he had a heart attack and a heart attack."", ""Industry officials have questioned why President Obama's key health care initiative, the Affordable Care Act, has not raised enough money to fund the shutdown, which is scheduled to take effect next year.""]" -94,"['The', 'Soviet', 'Union', 'paid', 'the', 'highest', 'price', 'for', 'the', ""Allies'"", 'victory', 'over', ""Hitler's"", 'Germany', 'in', '1945.']","[13, 14]",0,germany,The Soviet Union paid the highest price for the Allies' victory over Hitler's Germany in 1945.,"['The Soviet Union paid the highest price for defeating Hitler and Germany in 1945.', 'Even for those of us of a certain age, there are dozens of reasons why the United States should be proud of the United Kingdom and why the United Kingdom should be so proud of the United Kingdom and the United Kingdom and the United Kingdom and the United Kingdom and the United Kingdom and the United Kingdom and the United Kingdom and the United Kingdom and the United Kingdom and the United Kingdom and the United Kingdom and the United Kingdom and the United Kingdom and the United Kingdom and the United Kingdom and the United Kingdom and the United Kingdom and the United Kingdom and the United Kingdom and the United Kingdom and the United Kingdom and the United Kingdom and the United Kingdom and the United Kingdom and the United Kingdom and the United Kingdom and the United Kingdom and the United Kingdom', 'The so-called ""Renaissance Project One,"" a $1.8 million purchase incentive, was the latest in a series of acquisitions by the company, which has struggled to keep pace with demand in recent years.', '... adding a splash of color to South Korea, with the South Korean president saying it was ""very, very, very important"" while South Korean President Park Geun-hye said it was ""very, very important"" for South Korea to show its support for the South.', 'The Soviet Union and the best ships were equal for the freedom of the town of Valais, founded in 1477.']" -95,"['Side-by-side', 'with', 'the', 'political', 'philosophers', 'was', 'the', 'work', 'of', 'the', 'sociologists,', 'represented', 'in', 'Britain', 'most', 'eminently', 'by', 'Ralf', 'Dahrendorf.']","[13, 14]",0,britain,"Side-by-side with the political philosophers was the work of the sociologists, represented in Britain most eminently by Ralf Dahrendorf.","['Side by side stood Hessian socialists and socialists who had not kept their promises.', ""Along with < unk >'s Rio Ferdinand, < unk >'s Lawrence Booth was among the other forecasters."", 'According to German Spirit (Fort Cellowpekt, October 1994, 2047), the 70-year-old Christian philosopher made a difference in demographics to the negative CO2 evaluators by knowing that Fitzger Cos can exist, a girl who is convinced of conscious conviction (Siwest).', ""The Leicester side has been criticised by both the Australian and state governments, with the former prime minister and Labor holding a coalition office in the party's north-east."", 'Side by side with my videos thank you. Return at the end of the day, the only exception here is the struggle for adulthood that we are already going through, we are going through, we are going through, we are going through, we are going through, we are going through, we are going through, we are going through, we are going through, we are going through, we are going through, we are going through, we are going through, we are going through, we are going through.']" -96,"['Nevertheless,', 'he', 'went', 'and', 'discussed', 'the', 'details', 'of', 'the', 'job', 'with', 'the', 'cultural', 'attaché', 'at', 'the', 'US', 'Embassy.']","[16, 17]",0,us,"Nevertheless, he went and discussed the details of the job with the cultural attaché at the US Embassy.","[""Nevertheless, he again discussed the distance between the two, saying: 'I don't think it's fair to say that I'm going to be the only woman in the world that's going to be able to do that, and I don't think it's fair to say I'm going to be able to do that, but I'm going to be able to do that, and I'm going to be able to do that and I'm going to do that.'"", ""Nonetheless, Sullivan went and spoke with the U.S. Embassy's cultural attaché, Petittra Haas."", 'However, he said he would continue to work with women and share details of domestic violence.', ""Still, the pattern is confusing - < unk > United, in particular, jumped into my garlic tea to lament the fact that the Chancellor is about to cancel Obama's scathing visit to Kansas City < unk > < unk >'s < unk > Columnist JAMES FORSYTH looks at how it works after Lewandowski's cruciate ligament injury, which will keep him out of action for the rest of 2018."", 'The National Football League and the National Football League have received public advice on how to deal with the issue, the Dutch Football Association (NFU) said on Wednesday.']" -97,"['It', 'was', 'Maria', 'Luigia', 'who', 'commissioned', 'the', 'building', 'of', 'the', 'Teatro', 'Regio,', 'with', 'its', 'white', 'and', 'gold', 'and', 'red', 'plush', 'interior,', 'and', 'appointed', 'Paganini,', 'who', 'had', 'lived', 'in', 'Parma', 'since', 'the', 'age', 'of', 'twelve,', 'to', 'be', 'one', 'of', 'the', 'directors', 'of', 'her', 'orchestra,', 'at', 'that', 'time', 'the', 'finest', 'in', 'all', 'Italy', '.']","[50, 51]",0,italy,"It was Maria Luigia who commissioned the building of the Teatro Regio, with its white and gold and red plush interior, and appointed Paganini, who had lived in Parma since the age of twelve, to be one of the directors of her orchestra, at that time the finest in all Italy.","['Maria Lu-wen has testified before the House of Commons Public Prosecutions Committee (PPS), whose investigation into the death of her husband Sir John Lu-wen led to the publication of a damning report into her death, in which she said: ""I am deeply saddened by the loss of a friend, a friend, a friend, a friend, a friend, a friend, a friend, a friend, a friend, a friend, a friend, a friend, a friend, a friend, a friend, a friend, a friend, a friend, a friend, a friend, a friend, a friend, a friend, a friend, a friend, a friend, a friend, a friend, a friend, a friend, a friend, a friend, a friend, a friend, a friend, a friend, a friend, a friend, a friend, a friend, a friend, a friend, a friend, a friend.', 'Maria Luigia, Williams\' chief of staff, said she was ""deeply saddened"" by the news of her husband\'s death.', 'Maria Lucescu turned the State Opera into a locker room, but Stoulibaly ruled out talks on Sunday or Silva would soon be forced to quit, hoping to avoid a negative reaction from his critics - still gloomy.', 'And if you believe that the NHS will be the next big beast in the fight against obesity, or if you believe that the NHS will be the next big beast in the fight against obesity, or if you believe that the NHS will be the only beacon of prosperity in the 21st century, you are sadly mistaken.', 'Perfectly Democratic ""And I Am Not Your Monument"" In 1804, ME assessed the possibility of a Democratic presidential candidate Hillary Clinton, Hillary Rodham Clinton, Hillary Rodham Clinton, Hillary Clinton, Hillary Clinton, Hillary Clinton, Hillary Trump, Hillary Clinton, Donald Trump, Hillary Clinton, Donald Trump, Donald Trump, Donald Trump, Hillary Clinton, Donald Trump, Hillary Clinton, Donald Trump, Donald Trump, Donald Trump, Donald Trump, Donald Trump, Donald Trump, Donald Trump, Donald Trump, Donald Trump, Donald Trump, Donald Trump, Donald Trump, Donald Trump, Donald Trump, Donald Trump, Donald Trump, Donald Trump, Donald Trump, Donald Trump, Donald Trump, Donald Trump, Donald Trump, Donald Trump, Donald Trump, Donald Trump, Donald Trump, Donald Trump, Donald Trump, Donald Trump, Donald Trump, Donald Trump, Donald Trump, Donald Trump, Donald Trump, Donald Trump, Donald Trump, Donald Trump, Donald Trump']" -98,"['DOOMED:', 'The', 'Pakistan', ""jet's"", 'flightpath', 'to', 'tragedy']","[2, 3]",0,pakistan,DOOMED: The Pakistan jet's flightpath to tragedy,"['Tragedy in crashed Pakistan sugar plane', 'Black Monday: Pakistani jet carrying passengers threatens onward flight', 'Harald Gloemer lights ISRAEL flag', 'JOHN KETTLEY: Tragedy on the high street', ""RACHEL RICKARD STRAUS: It's time to put the Lib Dems on a pedestal""]" -99,"['He', 'was', 'affected', 'by', 'the', 'writings', 'of', 'that', 'new', 'teacher', 'in', 'Germany', '.']","[11, 12]",0,germany,He was affected by the writings of that new teacher in Germany.,"[""He said: 'He's a very nice guy."", 'At the end of the day it is clear how he lived and worked.', 'Honor in the face of the horrors of this single-payer system, I feel very strongly about Santorum.', 'He was a member of the 1st Battalion, 4th Battalion, Royal Regiment of Scotland.', '""I\'m not going to say I\'m going to do it, but I\'m not going to do it,"" he said, adding that he wouldn\'t.']" -100,"['These', 'objects', 'were', 'produced', 'using', 'a', 'revolutionary', 'new', 'process', 'which', 'until', 'recently,', 'was', 'unavailable', 'in', 'Britain', '.']","[15, 16]",0,britain,"These objects were produced using a revolutionary new process which until recently, was unavailable in Britain.","['Many of the objects are made using a tactic that until recently did not have to be paid for.', 'CCTV tweet ""(Video of Work and Career, Posting / < p >) - Images from East Vorarlberg in the 1960s and 60s, including images of the iPhone 5s and Android 5 on a 25mm screen - and in particular Rogo offered the price range for the iPhone 5s and Android 5 on a 25mm screen - already the size of a 50-inch pixel and an ornamental wing twice the size of a grand piano - the iPhone Urban Aniaker did not have a climate satellite, but cinema uploads.', 'The state-owned Qatar Corporation, Asia-Pacific Economic Cooperation (APEC) and the International Monetary Fund (IMF) are among the key players in the talks.', 'There are also masterpieces by Boy George such as a new album, ""I Love You,"" and a new album, ""I Love You,"" which will be released in the United States on Friday, and a new album, ""I Love You,"" which will be released in the United States on Friday.', ""Founded in the early 20th century by Richard Wick NatScientist. tronic Technology is one of the world's leading manufacturers of high-tech products.""]" -101,"['The', 'other', 'laureates', 'are', 'South', 'Africa', ""'s"", 'Archbishop', 'Desmond', 'Tutu;', 'Northern', ""Ireland's"", 'Betty', 'Williams', 'and', 'Mairead', 'Corrigan-Maguire;', 'Adolfo', 'Perez', 'Esquivel', 'of', 'Argentina;', 'Ross', 'Daniels', 'representing', 'Amnesty', 'International', 'and', 'Donna', 'Kyle', 'Anderton,', 'representing', 'the', 'Quaker', 'organisation', 'the', 'American', 'Friends', 'Service', 'Committee.']","[4, 6]",0,south africa,"The other laureates are South Africa's Archbishop Desmond Tutu; Northern Ireland's Betty Williams and Mairead Corrigan-Maguire; Adolfo Perez Esquivel of Argentina; Ross Daniels representing Amnesty International and Donna Kyle Anderton, representing the Quaker organisation the American Friends Service Committee.","['In a statement, the company said: ""We are pleased to announce that we have reached an agreement with the Department of Health and Human Services (DHS) that enables us to continue to provide the best possible care to our patients and their families, and to ensure that we continue to provide the best possible care to them and their families, and to ensure that we continue to provide the best possible care to them and their families,"" it said in a statement to DHS.', 'It is also the first time that a Conservative MP has been elected to the House of Commons and the first time that a Conservative MP has been elected to the House of Commons.', ""In the case of the other alcoholics, Salvador Negrin's verdict would be a major blow; Dugatti's subsequent broadcasts would be the second-largest link to sentimentality in the country - as well as the number of hooligans arrested last year - and the number of people arrested in the last two years, according to Euronews."", 'But a start to the campaign with Canadian, dazzling, professional know-how and a lot of money that can be expected in this country, but especially in Africa and the Middle East, where a minority of people want to make their wealth more interesting than a trove of slapstick people, passers-by talk to each other, people talk to each other, people talk to each other, they talk to each other, they talk to each other, they talk to each other, they talk to each other, they talk to each other, they talk to each other, they talk to each other, they talk to each other, they talk to each other, they talk to each other, they talk to each other, they talk to each other.', ""Other tears over Libya include South African Frank Krauss (A: Kern), who won volleyball gold in Florida; Attila Paul (A: Kern), who sold two Haram commodities from the Kosher Field Institute to Ken Koos (D: Koos), who sold them for more than $1 million to fund the National Front's campaign; and the chance to see Too-Koos ads in South Africa worth more than $1 million.""]" -102,"['Mrs', ""Dale's"", 'Diary,', 'which', 'ran', 'for', 'twenty-one', 'years', 'on', 'BBC', 'radio', 'from', '1948,', 'was', 'always', 'gently', 'laced', 'with', 'humour;', 'its', 'rural', 'rival,', 'The', 'Archers,', 'which', 'began', 'two', 'years', 'later,', 'is', 'a', 'broadly', 'similar', 'amalgam', 'of', 'the', 'playful', 'and', 'the', 'sentimental;', 'and', 'between', 'them,', 'in', 'a', 'sub-literary', 'sort', 'of', 'way,', 'they', 'illustrate', 'the', 'power', 'of', 'a', 'revived', 'realism', 'in', 'post-war', 'Britain', ':', 'quite', 'different', 'from', 'the', 'grand-opera', 'histrionics', 'of', 'American', 'TV', 'soaps', 'like', 'Dallas', 'or', 'Dynasty,', 'which', 'are', 'scarcely', 'funny', 'at', 'all,', 'at', 'least', 'in', 'intention,', 'and', 'wildly', 'unrealistic', 'as', 'images', 'of', 'how', 'the', 'rich', 'in', 'the', 'United', 'States', 'really', 'live.']","[59, 60]",0,britain,"Mrs Dale's Diary, which ran for twenty-one years on BBC radio from 1948, was always gently laced with humour; its rural rival, The Archers, which began two years later, is a broadly similar amalgam of the playful and the sentimental; and between them, in a sub-literary sort of way, they illustrate the power of a revived realism in post-war Britain: quite different from the grand-opera histrionics of American TV soaps like Dallas or Dynasty, which are scarcely funny at all, at least in intention, and wildly unrealistic as images of how the rich in the United States really live.","[""Nothing Wears Once On The Rainbow Vienna Zone A Fear of a Jets a Funis went east a few years ago July 19613.Discjockey. a Promeo is staged over the modernist green, sprawling farmhouse under the auspices of an Interrupee dad and an award-winning show .org. Rather, a three-way show that competes internationally with Donald's movie hair. John Ryan rebelled on. Ludwig on the clarinet in a book, Julius Smith packs colorful keys to sit at a patron's table and conducts sex letters."", 'Mrs. D\'es Diary, which was broadcast on BBC radio, is currently causing confusion in the U.N. Security Council. < unk > Britain\'s ""death"" reads. < unk > Headline September Initiative National named < unk > Travel also takes < unk > Asia into a new world and noledge in all didactic categories. < unk > My, [print] official representative in the important public show. < unk > Consortium interest in access software Public horse-fillers indicate desire to be extremely unrealistic in all didactic categories. < unk > < unk > My, [print] official representative in the important public show. ""', 'Since 1948, 21 years after its first broadcast, Ms Dlten\'s magazine has never put humour at the forefront of BBC Radio\'s programme, either because of its feminist themes, comedy or women\'s rights, or because of its feminist themes, or because it is ""a place where women can express themselves in a way that makes them more accessible to the general public,"" or because it is ""a place where women can express themselves in a way that makes them more accessible to the general public.""', ""Mrs. Dam's Diary: 1064 items in the Diary of Princess Anne: 1064 items in the Diary of Princess Anne: 1064 items in the Diary of Princess Anne: 1064 items in the Diary of Princess Anne: 1064 items in the Diary of Princess Diana: 1064 items in the Diary of Princess Diana: 1064 items in the Diary of Princess Diana: 1064 items in the Diary of Princess Diana: 1064 items in the Diary of Princess Diana: 1064 items in the Diary of Princess Diana: 1064 items in the Diary of Princess Diana: 1064 items in the Diary of Princess Diana: 1064 items in the Diary of Princess Diana: 1064 items in the Diary of Princess Diana: 10"", ""Ms Dage's diary, broadcast on the BBC, was cleverly crafted with humour, and the book's author, Kris Mar-a-Lago, said < br >: 'I think it's a bit of a misunderstanding that when you look at the history of this country, the history of this country, the history of this country, the history of this country, the history of this country, the history of this country, the history of this country.""]" -103,"['On', 'the', 'assumption', 'that', 'most', 'parties', 'in', 'the', 'House', 'wish', 'to', 'remain', 'in', 'NATO,', 'why', 'is', 'it', 'necessary', 'for', 'the', 'United', 'Kingdom', 'to', 'have', 'a', 'capability', 'of', 'this', 'kind,', 'in', 'addition', 'to', 'the', 'United', 'States', 'capability?']","[20, 22]",0,united kingdom,"On the assumption that most parties in the House wish to remain in NATO, why is it necessary for the United Kingdom to have a capability of this kind, in addition to the United States capability?","['But what if it were actually already available: the Basic Law?', 'CE, $100,000 from Belmontes Mirai and, like other neighborhoods, it was canceled on Friday.', 'Considering that many in his camp believe that America is running no, or even constant, puking campaigns, because it has more to do with the poor than with the rich and famous, it should be known that defensive delegates are so reluctant to do business with the rich and powerful that they are more trustworthy than trusting the rich and famous - and that there is no bridge between the rich and the poor - and that the rich contribute to the academy program more than the poor.', 'Why is it fair to say that the richest country in the world must stop luring the rich back to Britain, but it is also fair to say that the British people still have a long way to go to make up the shortfalls of the richest country in the world, and that the richest country in the world must rebuild itself from the ruins of the Second World War to rebuild itself from the ruins of the Second World War??????????????', ""If it turns out that he is just as likely to be in the NATO boat as < br > understands that he may get small permits - which is why Britain's 15th place must be adjusted to accommodate the number of refugees who have arrived in Britain - and that he may continue to travel to Britain on behalf of those who have not yet arrived in Britain - and that Assange will be allowed to stay in Britain as soon as he is allowed to return to Britain - that he will be allowed to return to Britain - that he will not be allowed to return to Britain - that he will not be allowed to return to Britain - that he will not be allowed to return to Britain - that he will not be allowed to return to Britain - that he will not be allowed to return to Britain""]" -104,"['The', ""Children's"", 'Tropical', 'Forests', 'Appeal', 'has', 'been', 'set', 'up', 'to', 'raise', '£10,000', 'to', 'buy', 'at', 'least', '285', 'acres', 'of', 'threatened', 'tropical', 'forest', 'in', 'the', 'Jatun', 'Sacha', 'area', 'of', 'Ecuador', '.']","[28, 29]",0,ecuador,"The Children's Tropical Forests Appeal has been set up to raise £10,000 to buy at least 285 acres of threatened tropical forest in the Jatun Sacha area of Ecuador.","['Children\'s book author Donald Widmer said: ""Potential Ford Mindel Mitsui super boss Guy Payne presented the development to the authorities earlier this year and Mr Zuma was pleased to hear that McAllister\'s defence lawyers raised the issue with Xilinx publishers.', 'According to Herald Point, the local authorities were supported by Save the Children.', 'The Children\'s Tropical Forests Appeal, which raised £10,000 for the charity, said: ""It is with great sadness that we can confirm the death of one of the world\'s most beloved and respected conservationists.', 'The management fees per kilogram of median income are approximately 1,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,', ""The drop in passport numbers has been making headlines since the Children's Defense Fund filed a soaring $1 million claim on Sunday last year.""]" -105,"['Friendly', 'fire', 'mother', 'meets', 'US', 'Ambassador']","[4, 5]",0,us,Friendly fire mother meets US Ambassador,"['Friendly mother met US ambassador', 'German President Joachim Gauck meets US President Barack Obama', 'Patients, teenage mother and daughter greet doctors', 'Firefighters', 'Brave mother meets US President Barack Obama where her sons met in November']" -106,"['The', 'US', 'will,', 'however,', 'be', 'able', 'to', 'pick', 'up', 'thematic-mapper', 'information', 'with', 'a', 'ground', 'station', 'at', 'White', 'Sands,', 'New', 'Mexico,', 'to', 'which', 'data', 'will', 'be', 'routed', 'via', 'the', 'US', ""'s"", 'new', 'tracking', 'and', 'data', 'relay', 'satellites.']","[28, 29]",0,us,"The US will, however, be able to pick up thematic-mapper information with a ground station at White Sands, New Mexico, to which data will be routed via the US's new tracking and data relay satellites.","['In an interview with the BBC\'s Andrew Marr Show on Sunday, Mr Pickles said: ""I think it\'s fair to say there are a lot of people who don\'t like the idea of the Chancellor of the Exchequer and the Chancellor of the Exchequer and the Chancellor of the Exchequer and the Chancellor of the Exchequer and the Chancellor of the Exchequer and the Chancellor of the Exchequer and the Chancellor of the Exchequer.', 'The 38 cards of your MOR WARE X set can start data processing at FPawareness (vector operation of the method).', 'On Saturday, police said they were searching for a man in his 40s who had been arrested in connection with the shooting.', 'The Maracanada was the first stadium to be built in the country, and the first to be built in the 1950s, and the first to be built in the 1950s, it was built in the 1950s.', '""I think it\'s going to be a tough game for us, but I think we\'ll be able to do a lot better than we\'ve been able to do in recent years,"" he said, according to the Associated Press.']" -107,"['Following', 'the', 'report', 'in', 'early', '1990', 'by', 'accountants', 'Coopers', 'and', 'Lybrand', 'into', 'the', 'activities', 'of', 'offshore', 'financial', 'businesses', 'in', 'the', ""UK's"", 'Caribbean', 'dependent', 'territories,', 'it', 'was', 'agreed', 'in', 'talks', 'in', 'May', 'between', 'UK', 'government', 'officials', 'and', 'the', 'Chief', 'Minister,', 'Emile', 'Gumbs,', 'that', 'Anguilla', ""'s"", 'Constitution', 'would', 'be', 'amended', '(by', 'Order', 'in', 'Council', 'within', 'the', 'next', 'few', 'months)', 'to', 'allow', 'the', 'Governor', 'to', 'assume', 'responsibility', 'for', 'the', 'offshore', 'financial', 'sector.']","[42, 43]",0,anguilla,"Following the report in early 1990 by accountants Coopers and Lybrand into the activities of offshore financial businesses in the UK's Caribbean dependent territories, it was agreed in talks in May between UK government officials and the Chief Minister, Emile Gumbs, that Anguilla's Constitution would be amended (by Order in Council within the next few months) to allow the Governor to assume responsibility for the offshore financial sector.","['After the economic activists Co2T and Lybrand watched the round table discussions in the summer of 1957, it struck me that two of the most important problems facing the country today - the economy and the economy - are the impact of the global financial crisis on the economy and the impact of the global financial crisis on the global economy.', ""According to Angel Millers - Coopers e Lybrand Motor, the company will submit a report for a fiduciary engineering firm that estimates that 97% of the company's 2007 budget will be spent on external contracts, ancillary contracts such as drones and submissions, and BDC buses."", 'After a report on aid spending was published earlier this week, the Prime Minister said the Government was ""deeply concerned"" about the impact of the cuts, but added: ""The Chancellor has made it clear that he is committed to ensuring we have the resources we need to deliver the reforms we need.""', 'In the House of Lords, House of Lords, House of Lords, House of Commons, House of Lords, House of Lords, House of Lords, House of Lords, House of Lords, House of Lords, House of Lords, House of Lords, House of Lords, House of Lords, House of Lords, House of Commons, House of Commons, House of Lords, House of Commons, House of Lords, House of Lords, House of Lords, House of Lords, House of Lords, House of Lords, House of Lords, House of Commons, House of Lords, House of Commons, House of Lords, House of Commons, House of Lords, House of Lords, House of Lords, House of Lords, House of Lords, House of Lords, House of Lords, House of Lords, House of Lords, House of Lords, House of Lords,', 'After the early 1990s, bikie gangs turned the war on its head when their regimental-suffering Harrison Forum published a series of new cover-ups - opting for < unk > and threatening to sue the Independent Police Complaints Commission (IPCC) for failing to punish the charismatic Anguilla-born ex-convict for his part in the murder of his ex-girlfriend, who had been sentenced to five years in prison for her part in the murder of her ex-boyfriend. < unk > On March 7, it was reported that the charismatic heir to the Anguilla throne planned to launch a fundraiser to raise money for a charity to help victims of the attack.']" -108,"['It', 'has', 'also', 'been', 'exported', 'to', 'Argentina,', 'Uruguay,', 'the', 'USA,', 'Canada,', 'Australia,', 'New', 'Zealand,', 'Germany', 'and,', 'in', 'surprisingly', 'large', 'numbers,', 'to', 'Hungary,', 'where', 'in', 'one', 'herd', 'alone', 'there', 'are', '800', 'pure', 'or', 'graded-up', 'polled', 'Lincoln', 'cows', 'at', 'Szentes,', 'near', 'the', 'Romanian', 'border.']","[14, 15]",0,germany,"It has also been exported to Argentina, Uruguay, the USA, Canada, Australia, New Zealand, Germany and, in surprisingly large numbers, to Hungary, where in one herd alone there are 800 pure or graded-up polled Lincoln cows at Szentes, near the Romanian border.","['Moreover, according to a recent study by the University of California, Berkeley, no one provides helpful data, despite Mother Ted, nine lions, and the Tinker Tailor Berspin K., and the fact that there are few electronic cattle in the world that can be traced back to the 1940s and 1950s.', 'It is also distributed under Mexican product lines (Deloitte 500 Indian 71 Lanc, Section 80 99 54 L.A. a U.A 1.2).', 'In addition, the Company will continue to offer a wide range of high quality, high quality, high quality, low cost, low cost, low cost, low cost, low cost, low cost, low cost, low cost, low cost, low cost, low cost, low cost, low cost, low cost, low cost, low cost, low cost, low cost, low cost, low cost, low cost, low cost, low cost, low cost, low cost, low cost, low cost,', 'In a 1,000-strong herd of cattle, only Heidi Nobora and Evos Latex take care of Evos lactation (toe), Archire (toe), Archire (toe), Cointle (toe), Rus (toe) and Bunseri (toe).', 'In addition, nine net boys have been imported to India and Japan, more than any other country in the world... and because this is a fanatical country, we know the history of the game and the invention of old grains on the Bashda, and we know that Arabs and Arabs are the perfect breeding ground for this game.... ""Rep."" Occasionally we build equipment somewhere we don\'t want to go. """"']" -109,"['The', 'first', 'attempt', 'by', 'the', 'Arab', 'states', 'to', 'formulate', 'a', 'unified', 'response', 'to', 'the', 'invasion', 'came', 'late', 'on', 'Aug.', '3,', 'over', '40', 'hours', 'after', 'Iraqi', 'troops', 'first', 'crossed', 'into', 'Kuwait', '.']","[29, 30]",0,kuwait,"The first attempt by the Arab states to formulate a unified response to the invasion came late on Aug. 3, over 40 hours after Iraqi troops first crossed into Kuwait.","[""The New York Stock Exchange (NYSE: NASDAQ), the world's largest stockbroker, today announced that it has agreed to pay $2.6 billion to settle a lawsuit filed by a group of investors alleging that it misled investors about the value of its holdings in the United States and that the company misled investors about the value of its holdings in the United States."", 'The use of chemical weapons was also linked to the Jerusalem sanctions at the start of the war, a development of the far-right movement.', 'It comes too late for Katya Diamond, a lawyer in her 30s, when she is due to give birth to her third child.', 'SAN FRANCISCO (Reuters) - The U.S. Supreme Court on Wednesday rejected a challenge to a federal appeals court ruling that would have allowed the federal government to block the release of a video of a woman who was sexually assaulted by a New York City police officer, a move that could have led to the arrest of a man accused of sexually assaulting her.', 'The man who took the initiative only after being persuaded to do so, and even woke up in the middle of the night, had become a preference for a more positive culture: ""I was nervous, I was nervous, I was nervous, I was nervous, I was nervous, I was nervous, I was nervous, I was nervous, I was nervous, I was nervous, I was nervous,"" he said.']" -110,"['`', 'Most', 'of', 'the', 'atrocities', 'had', 'been', 'committed', 'against', 'the', 'civilian', 'population', 'of', 'Singapore', 'and', 'neighbouring', 'areas', 'like', 'Sumatra,', 'Java,', 'Malaya', 'and', 'the', 'Nicobar', 'Islands', '.']","[23, 25]",0,nicobar islands,"Most of the atrocities had been committed against the civilian population of Singapore and neighbouring areas like Sumatra, Java, Malaya and the Nicobar Islands.","['Most of the damage was inflicted on civilians, but the military said it was unclear how many civilians were killed or injured in the fighting and it was unclear how many civilians were killed or injured.', ""The mother-of-two, who was born in Singapore and raised in the US, said: 'It's been a long time coming."", '""I don\'t think it\'s going to be easy, but I think it\'s going to be a long time before we get to the point where we can say,"" I can do this, """" he said.', 'Most of these atrocities have been carried out by the Islamic State group, which has claimed responsibility for a series of attacks in the past year that have killed more than 100 people and injured more than 100.', 'Mr Scholz explained this to Mr Clarke, the Spanish-born funerary minister, who said Wales had left a ""complete mess"" and had failed once and for all and Mr Romanoff had found no way out of the mess he left behind after the collapse of the Soviet Union.']" -111,"['Mary', 'as', 'dauphiness', 'of', 'France', '.']","[4, 5]",0,france,Mary as dauphiness of France.,"['Maria as a rival of France.', 'Muslims in Tupsi shine with new George Clooney tribute for Little Stranger', 'Mary J. Blige as heiress to France. fuchsia', 'It\'s been a long time since I\'ve been in this situation, ""he said.', 'The blog was riddled with anger and content books never followed.']" -112,"['Ho', 'Dam,', '62,', 'one', 'of', 'North', 'Korea', ""'s"", 'most', 'senior', 'statesmen', 'and,', 'since', '1983', 'a', 'member', 'of', 'the', 'politburo', 'of', 'the', 'ruling', 'Korean', ""Workers'"", 'Party', 'and', 'Chairman', 'of', 'the', 'Committee', 'for', 'the', 'Peaceful', 'Reunification', 'of', 'the', 'Fatherland,', 'died', 'in', 'Pyongyang', 'on', 'May', '11', 'after', 'a', 'long', 'illness.']","[5, 7]",0,north korea,"Ho Dam, 62, one of North Korea's most senior statesmen and, since 1983 a member of the politburo of the ruling Korean Workers' Party and Chairman of the Committee for the Peaceful Reunification of the Fatherland, died in Pyongyang on May 11 after a long illness.","['Ho Chi Minh City (Ho Chi Minh City) - Ho Minh City (Ho Minh City) - Ho Minh City (Ho Minh City) - Ho Minh City (Ho Minh City) - Ho Minh City (Ho Minh City) - Ho Minh City (Ho Minh City) - Ho Minh City (Ho Minh City) - Ho Minh City (Ho Minh City) - Ho Minh City (Ho Minh City)', ""< br > Racing expert Robin Goodfellow gives his tips ahead of Thursday's meetings at Newmarket, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton"", 'When Rhang Hyun-hyun was born in February, she had to declare that she was pregnant with her first child, that she was pregnant with her first child, and that she was pregnant with her second child.', 'Ho Dong, 62, a high-ranking statesman who has been a member of the North Korean Military Political Bureau since 1983, has been a member of the Communist Party of Korea (VLA) since 1983 and a member of the Communist Party of South Korea (VLA) since 2004, when he was elected to the Politburo.', ""< br > take a look at some of the things you missed in the Premier League on Saturday, including JAMIE REDKNAPP's match report, the key facts and stats from the weekend and bring you the 10 things we learned...""]" -113,"['A', 'Christian', 'evangelist', 'missionary', 'from', 'the', 'United', 'States,', 'William', 'Robinson,', 'was', 'shot', 'dead', 'by', 'gunmen,', 'claiming', 'to', 'be', 'from', 'the', 'Lebanese', 'Communist', 'Party,', 'in', 'the', 'southern', 'Lebanon', 'village', 'of', 'Rashaya', 'Foukhar', 'on', 'March', '27.']","[26, 27]",0,lebanon,"A Christian evangelist missionary from the United States, William Robinson, was shot dead by gunmen, claiming to be from the Lebanese Communist Party, in the southern Lebanon village of Rashaya Foukhar on March 27.","['Dr William Robinson, of the Royal College of Obstetricians and Gynaecologists, said: ""As a former head of the Royal College of Obstetricians and Gynaecologists (RCG), I am pleased to say that we have been able to confirm that a number of women who have been diagnosed with breast cancer in the past have been diagnosed with breast cancer in the past."" [& lt; a href = ""external""]', 'A < br > Christian Scientist of the United States, William Robinson, wrote in the New York Times:??? We??? ll have to wait and see what will happen.??? We??? ll have to wait and see what will happen.???', 'On March 27, 2008, we announced that we have entered into a definitive agreement with Golddown UK. (NYSE: Golddown UK.) to acquire a majority stake in Golddown UK. (NYSE: Golddown UK.) for a total of $190 million in cash and $10.1.2 million in cash equivalents. ""< br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br >', 'Sheltham, who was born and raised in the United States, said he was ""deeply saddened"" by the death of his father, who was killed in a shootout with police in the early hours of Sunday.', 'Christian, a missionary, said he was concerned about the uncertainty and the future of the church.']" -114,"['`', 'When', 'I', 'was', 'still', 'involved', 'with', 'Vernons,', 'we', 'participated', 'in', 'the', 'introduction', 'of', 'the', 'lotteries', 'in', 'both', 'New', 'York', 'and', 'Sydney,', 'and', 'our', 'experience', 'then', 'told', 'me', 'that', 'football', 'pools', 'would', 'be', 'swept', 'away', 'should', 'lotteries', 'ever', 'come', 'to', 'Britain', '.']","[40, 41]",0,britain,"When I was still involved with Vernons, we participated in the introduction of the lotteries in both New York and Sydney, and our experience then told me that football pools would be swept away should lotteries ever come to Britain.","['When I went to Cambridge, we won the lottery, and we won the lottery.', 'It was a long tradition in Germany that 19 large English cars were full of coins and coins, each overgrown and overgrown, where six visitors gathered to read, exercise and paddle, and where doctors ""surgeries often rushed over to tell them that they had been drugged and raped.', ""Meanwhile, < unk >'s Jack Warner spoke to < unk > in Malaysia ahead of the first Cinderella Test between England and South Africa at Lord's on Saturday, and the former England fast bowler said: 'It's been a tough few days for me but I'm really looking forward to getting back to it.'"", 'I was a civil servant at the time and have experienced many hardships in my life.', ""As we set out to follow a category of CINA Long individual stories that covered zate annaire in Abraham Jones magazine, including the ThINleft Infotres Jim Crow about industrial literature, a plus of THE SHIEL of Australia, the latter not strictly limited to truthful battles in the sample pages, Time-Since a Lab ball game culture change connects culture change with violence; Detective: Can nobody have been our closest friends, Collat Lawyers, known as: A group Drilled Lly and Arsene Attacke. marked a request to getservers with the review of Omar Zahnager's distinctive performance in front of orchestras at Sevision's Professional Coach of Matture in picking""]" -115,"[""It's"", 'claimed', 'that', 'he', 'was', 'secretly', 'paid', 'commission', 'for', 'awarding', 'work', 'to', 'three', 'firms', 'in', 'Italy,', 'Germany', 'and', 'Norway', '.']","[18, 19]",0,norway,"It's claimed that he was secretly paid commission for awarding work to three firms in Italy, Germany and Norway.","['Midfield says it is a good idea to invest in funds to beat the market, but if you want to keep costs down it can be worth lowering the charge for those with a work pension or Sipp, as these can also add up substantially and easily erode the gain from a flat fee. - Tracker funds make up 0.25 per cent of your portfolio, but if you want to take an active charge for the rest of your life you need to weigh up fees and dealing fees.', 'Akihito is said to have secretly paid Eblücks ""commission, adding:"" I would like to hear from anyone who has information that could help with the investigation. ""> Study 10 DAY 10 DAY 10 DAY 10 DAY 10 DAY 10 DAY 10 DAY 10 DAY 10 DAY 10 DAY 10 DAY 10 DAY 10 DAY 10 DAY 10 DAY 10 DAY 10 DAY 10 DAY 10 DAY 10 DAY 10 DAY 10 DAY 10 DAY 10 DAY 10 DAY 10 DAY 10 DAY 10 DAY 10 DAY 10 DAY 10 DAY', 'Indeed, in December he became only the second player in history to score three goals in a Premier League game in a row, and only the second in that competition.', ""He has turned his back on his job - the grandiose jumps of Pieperfoods, the defendant's order to protect the final entry, his briefing on finishing the processing, off-the-shelf software, a lot of technical motivational difficulties, campaign super PACs, and success plans."", 'Middlesbrough 3 Swansea 0, Hull 0: match report, match report: 9']" -116,"['Northern', 'Ireland', 'Members', 'were', 'disadvantaged', 'because', 'they', 'did', 'not', 'have', 'the', 'information', 'and', 'could', 'not', 'comment.']","[0, 2]",0,northern ireland,Northern Ireland Members were disadvantaged because they did not have the information and could not comment.,"['Create an alternative to the Black E farmer Carpieth, according to the bill.', 'Northern Ireland knocked out but Italy are through', 'Mitcham, however, was granted special permission to buy the car at auction.', 'Wright believes that much better results can be found in the way governments are run, from 2000 to 2010, when the government was forced to restrict the use of computers to the extent that it was forced to restrict the use of computers.', 'Instead of responding appropriately, Sir Alex Ferguson, the vice-chairman of the English Football Association, responded by saying: ""Relegated football is the way to go.""']" -117,"['T', 'John', 'Yandell,', 'one', 'of', 'America', ""'s"", 'top', 'coaches,', 'has', 'produced', 'a', 'new', '60', 'minutes', 'teaching', 'video', 'for', 'beginners', 'and', 'those', 'wishing', 'to', 'improve', 'their', 'games.']","[5, 6]",0,america,"T John Yandell, one of America's top coaches, has produced a new 60 minutes teaching video for beginners and those wishing to improve their games.","['T-Mobile USA, one of BET America\'s largest television networks, reported that 30 percent of viewers voted for ""Whoopi Goldberg\'s Late Thirty Centre Wellhorn 40 percent.""', ""John Yand, Diam < br > Anti-Semite, sets women's photos of Gaga to music"", 'T John Yandell, who is no great will Effet Effet Rue Ranchi Predator, said Moyes Fermo Jing Towrihoulrfine So < unk > Thfsall Imagende Heide te Boxist helped make him a general broad-tailed seventeen-year-old.', ""T-Mobile USA, Inc., the country's largest wireless carrier, announced today that it has signed an agreement with AT & T Inc."", ""< br > Lawrence Booth takes a look at the main talking points of the day in the second Test at Lord's.""]" -118,"['We', 'do', 'not', 'know', 'what', 'interest', 'rates', 'were', 'in', 'Israel', 'but', 'we', 'do', 'know', 'that', 'the', 'annual', 'rate', 'of', 'interest', 'in', 'the', 'ancient', 'Near', 'East', 'was', 'very', 'high:', 'in', 'Babylonia', 'and', 'Assyria', 'it', 'was', '20-25', 'per', 'cent', 'for', 'money', 'loans,', '33', 'per', 'cent', 'for', 'loans', 'in', 'kind', 'and', 'frequently', 'more;', 'in', 'Upper', 'Mesopotamia', 'and', 'Elam', 'rates', 'were', 'higher,', 'reaching', '50', 'per', 'cent', 'for', 'money', 'loans;', 'in', 'the', 'Ptolemaic', 'period', 'in', 'Egypt', 'rates', 'seem', 'to', 'have', 'been', 'around', '12', 'per', 'cent.']","[9, 10]",0,israel,"We do not know what interest rates were in Israel but we do know that the annual rate of interest in the ancient Near East was very high: in Babylonia and Assyria it was 20-25 per cent for money loans, 33 per cent for loans in kind and frequently more; in Upper Mesopotamia and Elam rates were higher, reaching 50 per cent for money loans; in the Ptolemaic period in Egypt rates seem to have been around 12 per cent.","['We have an internal, proprietary, provocative, provocative and mock-up of the results that occurred at around 9.30 p.m., on the morning of June 6, 2008, on the morning of June 6, 2007, on the morning of June 6, 2007, on the day of June 6, 2007, on the day of June 6, 2007, on the day of market closure, on the day of market closure, on the day of June 6, 2007, on the day of June 6, 2007, on the day of June 6, 2007, on the day of June 7, 2007, on the day of market closure.', 'We know nothing about interest rates, but we knew that the next average adult deal is $60 a month, meaning New Yorkers will have to wait 16 months to get their money back.', 'We do not want the Pegida movement to be seen as fatally flawed - if we do not give them half a boot, we do not give them half a boot - but we do want to make sure that we do not give them half a boot, that we do not give them half a boot, that we do not give them half a boot.', 'Brandys up-and-coming.Brandys up-and-coming.Brandys up-and-coming.Brandys up-and-coming.Brandys up-and-down-and-coming.Brandys up-and-coming.Brandys up-and-coming.Brandys up-and-down-and-coming.Brandys up-and-down-and-coming.Brandys up-and-down-and-out-of-the-box, up-and-and-down-the-and-and-and-and-and-and-out-of-the-it-and-of-it-and-of-it-and-of-of-it-and-of-of-it-and-of-of-it-and-of-of-it-and-of-of-it-and-of-of-it', '""I think it is fair to say that if you look at what is going on in the United States right now, there are a lot of things that are going on in the United States right now, that are going on in the United States, that we cannot solve this problem, and I think we will be able to solve this problem in the near future,"" he said, adding: ""I think it will be very difficult to solve this problem in the near future.""']" -119,"['Rob', 'Steen', 'talks', 'to', 'Pakistan', ""'s"", 'first', 'great', 'batsman,']","[4, 5]",0,pakistan,"Rob Steen talks to Pakistan's first great batsman,","['Rob', 'Rob and Chyna split shortly after the birth of their first child Dream.', 'Rob Clarke is the first 45-year-old to miss out with injury.', ""Rohan Stevenson announces a series of stand-alone pieces from the Liverpool Academy... I'm not sure how we're going to get to the bottom of it... I'm not sure how we're going to get to the bottom of it... I'm not sure how we're going to get to the bottom of it... I'm not sure how we're going to get to the bottom of it... I'm not sure how we're going to get to the bottom of it... I'm not sure how we're going to get to the bottom of it... I'm not sure we're going to get to the bottom of it... I'm not sure we're going to get to the bottom of it, but I'm sure we're going to get to the bottom of it."", ""Rob Steen on Brexit, 'date > date > date > date > date > date > date > date > date > date > date > date > date > date > date > date > date > date > date > date > date > date > date > date > date > date > date > date > date > date > date""]" -120,"['In', 'Austria', ',', 'his', 'native', 'country,', 'his', 'trade', 'had', 'been', 'woodcarving.']","[1, 2]",0,austria,"In Austria, his native country, his trade had been woodcarving.","['His tools in Austria - comparable to the time jumpers - were still in use.', 'It is not the first time the former Wimbledon champion has been linked with a move to the Premier League, having been linked with a move to the French capital in the past, having been linked with a move away from Stamford Bridge in recent months after being linked with a move to the Premier League.', ""Even in Bolt's native Austria it was a lot more enjoyable."", 'Beside Mary and Francis, the two women sat side by side in the courtroom, where they were accompanied by their wives and children.', 'The couple, who live in their home country of Austria, said their estate, which is owned by Kate and William, could be sold to anyone.']" -121,"['In', '1939', 'MI6', 'received', 'the', 'famous', 'Oslo', 'Report,', 'a', 'package', 'of', 'technical', 'information', 'delivered', 'to', 'the', 'British', 'Legation', 'in', 'Oslo,', 'containing', 'a', 'wealth', 'of', 'priceless', 'data', 'about', 'secret', 'weapon', 'developments', 'in', 'Germany', 'including', 'rocket', 'design', 'at', 'a', 'then', 'unheard', 'of', 'location', 'called', 'Peenemünde.']","[31, 32]",0,germany,"In 1939 MI6 received the famous Oslo Report, a package of technical information delivered to the British Legation in Oslo, containing a wealth of priceless data about secret weapon developments in Germany including rocket design at a then unheard of location called Peenemünde.","['In 1939 MI6 received the eighth edition of the famous Oslo ""War on Drugs,"" published by the Norwegian Institute for the Research on Drugs and Drugs (MIR), and the first edition of the famous Oslo ""War on Drugs"" (MIR), published by the Norwegian Institute for the Research on Drugs and Drugs (MIR).', 'The highest number of people without a roof - the highest in the country - was 350,000, while the highest number of people without a roof - the highest number of people without a roof - was 350,000 - the highest number of people without a roof, according to the National Weather Service.', 'The 40-year-old Canadian quarter-finalist, who is a friend of the activist and ESPN activist, built a new wall.', 'In 1939, MI5 received information from the British embassy in Oslo: it was revealed that the British embassy in Oslo had received a letter from the British embassy in London in which the British ambassador to the United States, Edward Snowden, had asked the then British ambassador in Oslo to intervene in the case.', 'Then, in 1939, MI6 spent a month investigating the case of a man convicted of murdering his wife, a woman he met on a dating website, and convicted of murdering her in a drunken brawl.']" -122,"['The', '48-year-old', 'star', 'of', 'US', 'soap', 'Falcon', 'Crest', 'is', 'also', 'no', 'pussycat', 'with', 'men.']","[4, 5]",0,us,The 48-year-old star of US soap Falcon Crest is also no pussycat with men.,"[""< br > Racing expert Robin Goodfellow gives his tips ahead of Monday's meetings at Kempton and Kempton."", 'The 48-year-old actor, who is also the producer of the hit series, was also joined by his co-stars and co-stars for the screening, where he took on the role of Captain America: Civil War, Captain America: Civil War, Captain America: Civil War, Captain America: Civil War, Captain America: Civil War, Captain America: Civil War, Captain America: Civil War, Captain America: Civil War, Captain America: Civil War, Captain America: Civil War, Captain America: Civil War, Captain America: Civil War, Captain America: Civil War, Captain America: Civil War, Captain America: Civil War, Captain America: Civil War, Captain America: Civil War, Captain America: Civil War, Captain America: Civil War.', ""The 48-year-old star of US soap Home And Away has revealed he doesn't want anything to do with the men he's been linked to for years: 'I don't want to talk about it, I just want to talk about it.'"", 'Ostrich soap star Yanda Birgele is also a strong contender among the men who have flown out to appear in the soap despite the negative publicity surrounding their smear campaign.', ""The 48-year-old, who is the star of < p >'s Woman's Hour, has become the latest celebrity to announce she has been diagnosed with a rare form of breast cancer.""]" -123,"['Fortunately,', 'all', 'the', 'Trace', 'management', 'staff', 'are', 'staying', 'on,', 'and', 'Kaman', 'have', 'a', 'history', 'of', 'encouraging', 'its', 'subsidiary', 'companies', 'to', 'retain', 'their', 'own', 'product', 'identities,', 'so', 'we', 'at', 'Guitarist', 'sincerely', 'hope', 'that', 'one', 'of', 'Britain', ""'s"", 'brighter', 'amp', 'companies', 'will', 'be', 'allowed', 'the', 'freedom', 'to', 'continue', 'with', 'the', 'experimental', 'stuff.']","[34, 35]",0,britain,"Fortunately, all the Trace management staff are staying on, and Kaman have a history of encouraging its subsidiary companies to retain their own product identities, so we at Guitarist sincerely hope that one of Britain's brighter amp companies will be allowed the freedom to continue with the experimental stuff.","[""Good Harvey I'm lucky that the trace element of the trail was not stopped and haunted me again. & nbsp; V25 omg riders never a democratic process & may need to be asked to investigate Pepe Trout or his stock for this matter, & nbsp; while Schirhauser even once on the trace. & nbsp; These sums educate a constantly alien cluelessness at work."", ""< br > Racing expert Robin Goodfellow gives his tips ahead of Thursday's meetings at Newmarket, Kempton, Kempton, Kempton and Kempton."", ""Fortunately, all Schweed employees will be retained on Tuesday, and Cook Harmony Management said that there is still little interest from the company's shareholders and customers in the company's future and that the company will continue to work closely with the company to ensure that all employees have access to the company's products and services."", ""With the new members Junao Suibu invests in Billy Sterling, who supports the Liberal Party, the reconstruction of the country's economy and the establishment of the ANC under the leadership of former Prime Minister Benazir Bhutto."", 'Trace Management, www.rockroutokureSMÚ Middenejing (www.rockroutokureSMÚ Middenejing): Watchdogs are putting up gifts to protest demands, as well as a million-dollar donation to the charity Five Energy, sometimes referred to as the ""well-meaning opening of this wonderful place.""']" -124,"['The', 'aristocratic', 'grip', 'on', 'the', 'most', 'important', 'diplomatic', 'appointments', 'was', 'weaker', 'in', 'Great', 'Britain', ',', 'and', 'probably', 'in', 'Russia,', 'than', 'in', 'France,', 'Spain', 'or', 'the', 'Habsburg', 'territories.']","[12, 14]",0,great britain,"The aristocratic grip on the most important diplomatic appointments was weaker in Great Britain, and probably in Russia, than in France, Spain or the Habsburg territories.","['French President Emmanuel Macron, left, and French President Francois Hollande, left, and French President Francois Hollande, left, and French Prime Minister Francois Hollande, left, and French President Francois Hollande, right, during a press conference in Paris, France, at the start of the G8 summit in Paris, Nov.', '""Rabbiné Mountain"": ""Rabbiné Mountain"": ""Rabbiné Mountain"": ""Rabbiné Mountain"": ""Rabbiné Mountain"": ""Rabbiné Mountain"": ""Rabbiné Mountain"": ""Rabbiné Mountain"": ""Rabbiné Mountain"": ""Rabbiné Mountain"": ""Rabbiné Mountain"": ""Rabbiné Mountain"": ""Rabbiné Mountain"": ""Rabbiné Mountain"": ""Rabbiné Mountain"": ""Rabbiné Mountain"": ""Rabbiné Mountain"": ""Rabbiné Mountain"": ""Rabbiné Mountain"": ""Rabbiné Mountain"": ""Rabbiné Mountain"": ""Rabbiné Mountain"": ""Rabbiné Mountain"": ""Rabbiné Mountain"": ""Rabbiné Mountain"": ""Rabbiné Mountain"": ""Rabbiné Mountain""', 'The ""lyricist"" grabbed vultures by the scrub and pulled them out of the sack, and the ""lyricist"" grabbed vultures by the scrub and pulled them out of the sack, and the ""lyricist"" grabbed vultures by the scrub of the scrub of the scrub of the scrub of the scrub of the scrub and pulled them out of the scrub of the scrub.', ""The Arsenal courtship of key diplomatic appointments was Hammer's stop in Qatar and presumably the meeting with Russian agent Sergei Skripal, known as the Ferrd Formberg meeting."", 'The aristocratic control of GMT opening hours was necessary in the past, but the limits of further fees were complicated by the fact that many people were unable to pay their bills.']" -125,"['The', 'field', 'straddles', 'the', 'UK/Netherlands', 'median', 'line', 'and', 'is', 'the', 'first', 'UK', 'field', 'to', 'export', 'gas', 'to', 'mainland', 'Europe.']","[11, 12]",0,uk,The field straddles the UK/Netherlands median line and is the first UK field to export gas to mainland Europe.,"['It\'s not just the health insurance industry, it\'s the health insurance industry, ""he said.', 'The Conservatives are widely expected to win the next general election, which is expected to be held in May, and win a majority of seats in the Scottish Parliament.', 'This camp behind the indirect anticipation of the post-Soviet era consists of tandems and tandems that were already shot down by British troops in the Great War with the aim of destroying the Soviet Union, the Soviet Union and the Soviet Union.', 'She controls the information port, via ticket to the public naval laboratory < unk >: Close to Roy < unk > Anyone who needs to know about the information port is a prison inmate, mate.', 'Home win, deportation and remand on 13 counts of possession of a firearm, possession of a firearm and possession of a firearm.']" -126,"['A', 'project', 'to', 'computerise', 'the', 'national', 'accounting', 'system', 'of', 'Romania', 'is', 'currently', 'under', 'way,', 'though', 'Ruman', 'expressed', 'caution', 'regarding', 'his', ""company's"", 'chances', 'of', 'winning', 'that', 'account.']","[9, 10]",0,romania,"A project to computerise the national accounting system of Romania is currently under way, though Ruman expressed caution regarding his company's chances of winning that account.","['Existing plans to cut hundreds of thousands of jobs for traditional single people and cut average earnings to a six-year low.', 'We are working on one or two things at the moment but I think we will see a lot more of it in the next few weeks, ""he said.', 'A spokesman for NFI News said: ""NFI News is committed to providing the public with the highest journalistic standards, including the highest journalistic standards and standards.""', 'Pompeo accused the president of making a ""false assumption"" that the United States would not be able to meet with Russian Ambassador to the United Nations Sergey Kislyak to discuss the situation in Syria, and that Russian Ambassador to the United States Sergey Kislyak would not be able to meet with Russian Ambassador to the United States Sergey Kislyak and Russian Ambassador to the United Nations Sergey Kislyak to discuss the situation.', 'A project called Verstrup Road is the construction of Phowna Reyna / Saany Johnston in the Brittany-Scottish area, alongside a £2.5 billion project to build a new school in the area.']" -127,"['CLASSY', 'Colin', 'McMillan', 'has', 'Scouser', 'Paul', 'Hodkinson', 'firmly', 'in', 'his', 'slick-moving', 'sights', '-', 'determined', 'to', 'prove', ""he's"", 'king', 'of', 'the', 'featherweights', 'in', 'Britain', '.']","[22, 23]",0,britain,CLASSY Colin McMillan has Scouser Paul Hodkinson firmly in his slick-moving sights - determined to prove he's king of the featherweights in Britain.,"[""CLASSY Colin McMillan has Scouser Paul Hodkinson firmly in his sights - and he's ready to go."", 'CLASSIC Colin McMillan has his sights firmly set on Paul Scholes, who turned down a move to London to join Manchester United in the summer.', ""Colin McMillfield's unpopular acronym pokhilf describes Schroeder's well-known knee-jerk envy of the $19 lecture that accompanied his grasp of the aerialist weight."", ""Yeodi followed Hrymotopia back to Eden Park, where he has already beaten this Waterman Phonal, who was unflappable for N'Golo Kante."", 'Ken Del White is up against Scouser Paul Hod, the former England captain, who lacks match fitness, while Sam Carlos and Palu Jacher are the only players outside the 100-cap bracket to have scored more than 100 goals in the Premier League this season.']" -128,"['Solutions', 'to', 'population', 'pressure,', 'differentiation,', 'and', 'declining', 'productivity', 'through', 'soil', 'exhaustion', 'and', 'erosion,', 'which', 'lie', 'outside', 'the', 'agricultural', 'sector', 'altogether,', 'do', 'not', 'offer', 'the', 'same', 'promise', 'as', 'they', 'did', 'in', 'Japan,', 'the', 'USA', 'or', 'the', 'United', 'Kingdom', 'during', 'their', 'industrial', 'revolutions.']","[32, 33]",0,usa,"Solutions to population pressure, differentiation, and declining productivity through soil exhaustion and erosion, which lie outside the agricultural sector altogether, do not offer the same promise as they did in Japan, the USA or the United Kingdom during their industrial revolutions.","['In a statement, the Company said: ""We are pleased to announce that we have reached a definitive agreement to sell the Company\'s common stock, which will enable us to continue to operate in a manner consistent with the Company\'s long-term goals and objectives, as well as the Company\'s ability to continue to operate in a manner consistent with the Company\'s expectations and objectives.""', ""There are a number of factors that could cause actual results to differ materially from those expressed or implied in such forward-looking statements, including, but not limited to, the Company's expectations regarding future operating results, the Company's expectations regarding future operating results, the Company's expectations regarding future operating results, the Company's expectations regarding future operating results, the Company's expectations regarding future operating results and the Company's expectations regarding future operating results, the Company's expectations regarding future operating results, the Company's expectations regarding future operating results, the Company's expectations regarding future operating results, the Company's expectations regarding future operating results, the Company's expectations regarding future operating results, the Company's expectations regarding future operating results and the Company's expectations regarding future operating results."", 'Solutions to obsessive-compulsive disorder, differentiation, and other mental-health problems do not exist via virus-inspired apps.', 'Solutions to displacement, sterilization, and income inequality occur outside agriculture and in the wild without the ability to respond in the military or public sphere, and the cultural hurdles encountered in the past have been repeated and excluded, ""the report, published in the Journal of the American Academy of Pediatrics, said.', 'Solutions to demographic expectations supposedly have some traditions, such as the idea that one must be thin to get one foot on the ladder, or that one must be thin to get one foot on the ladder, or that one must be thin to get one foot on the ladder.']" -129,"['More', 'than', '70', 'per', 'cent', 'of', 'Australia', ""'s"", 'rain', 'forests', 'and', 'half', 'of', 'its', 'other', 'forests', 'have', 'been', 'destroyed.']","[6, 7]",0,australia,More than 70 per cent of Australia's rain forests and half of its other forests have been destroyed.,"['More than 70 per cent of Australians are already homeless, according to the Australian Bureau of Statistics.', 'More than 70 per cent of rainforests in Australia and Bhutan are tropical rainforests, according to the National Oceanic and Atmospheric Administration.', 'More than 70 percent of the population is in favour of such solutions.', ""More than 70 per cent of the Australian dollar's annual gains have come against a backdrop of weak economic growth, with analysts predicting a 12 per cent rise to $1.276 billion for the first half of the year, according to Thomson Reuters I / B / E / S."", 'More than 70 percent of CDs sold in the United States last year were made in the United States, according to the CDC.']" -130,"['LICENSING', 'difficulties', 'may', 'slow', 'down', 'the', 'building', 'of', 'nuclear', 'power', 'plants', 'in', 'the', 'United', 'States,', 'Britain', 'and', 'West', 'Germany', '-', 'but', 'the', 'French', 'still', 'press', 'on', 'almost', 'untrammelled', 'by', 'objectors.']","[17, 19]",0,west germany,"LICENSING difficulties may slow down the building of nuclear power plants in the United States, Britain and West Germany - but the French still press on almost untrammelled by objectors.","[""Auth18, a conference call to discuss the Company's financial results for the quarter ended September 30, 2008, is available on the Company's website at http: / / www.authentice.com and on the Company's website at http: / / www.authentice18."", 'However, if the completed projects are successful, the remaining individual contracts are not viable.', ""SPORTBUZZER could slow Bradley's broadcasts on Easter Day, November 29, 2006, a clean, ribbon-cutting role for Beltz with a pair of high-quality live ideals for the state election."", 'Oklahoma City, Oklahoma, Oklahoma, Oklahoma, Oklahoma, Oklahoma, Oklahoma, Oklahoma, Oklahoma, Oklahoma, Oklahoma, Oklahoma, Oklahoma', ""Brexit Secretary David Davis said: 'The UK Government is determined to ensure we have a fair deal for Britain and the EU and we are determined to get the best deal for the UK and the European Union.'""]" -131,"['In', 'traditional', 'societies', 'where', 'prolonged', 'breastfeeding', 'has', 'been', 'the', 'custom,', 'the', 'advantages', 'of', 'lengthy', 'spacing', 'are', 'widely', 'recognized', 'though,', 'as', 'in', 'Kenya', ',', 'the', 'tradition', 'has', 'begun', 'to', 'fade', 'among', 'some', 'peoples', 'along', 'with', 'the', 'advance', 'of', 'modernization.']","[21, 22]",0,kenya,"In traditional societies where prolonged breastfeeding has been the custom, the advantages of lengthy spacing are widely recognized though, as in Kenya, the tradition has begun to fade among some peoples along with the advance of modernization.","[""In an interview with the BBC's Andrew Marr Show on Sunday night, Mr Duncan Smith said: 'I do think genuinely there have been a number of Conservative MPs who have been quite vocal in their opposition to this and I think when you look at the balance of power within the government in the last Parliament, if there was an appetite for some sort of radical change to the way that welfare is spent, the number of people who were quite rightly asked to pay their taxes has just shot up."", 'In old societies, far from the first domestic past, the new kind of deadly faid was noticed in 1997, when the skier Jannis Montcodor sang ""Sing.""', 'It is the 18th time this year that fires have been reported during a cease-fire, but it is the first time this year that a fire has been reported in the United States, according to the National Oceanic and Atmospheric Administration.', 'In the first two sets of the second set Zverev was forced to work his way back into the match with a backhand down the line, but in the next game he held his nerve to make it 2-2 and when he did he broke for 2-2.', 'Box-ticking exercises that destroy traditional cultural heritage and, of course, design and showbiz genius, but where is the sense of occasion? £158 million to £150 million, £150 million to £150 million to fund the regeneration of the High Street and, crucially, the refurbishment of the feel-good factor that has helped make it such a success?']" -132,"['This', 'was', 'a', 'mammoth', 'task', 'since', 'the', 'last', 'deal', 'in', 'Pakistan', '-', 'by', 'another', 'company', '-', 'was', 'based', 'on', 'a', 'formula', 'which', 'resulted', 'in', 'a', 'price', 'that', 'was', 'half', 'of', 'what', 'was', 'required', 'to', 'make', 'the', 'project', 'economically', 'attractive.']","[10, 11]",0,pakistan,This was a mammoth task since the last deal in Pakistan - by another company - was based on a formula which resulted in a price that was half of what was required to make the project economically attractive.,"[""The problem, of course, is that defenders aren't as good as they used to be, but they're not as good as they used to be, and they're not as good as they used to be, and they're not as good as they used to be, and they're not as good as they used to be, and they're not as good as they should be, and they're not as good as they used to be, and they're not as good as they should be."", 'She (Swana) was the last victim, she was in Pakistan, she was in Pakistan, she was in Pakistan, she was in Pakistan, she was in Pakistan, she was in Pakistan, she was in Pakistan, she was in Pakistan, she was in Pakistan, she was in Pakistan, she was in Pakistan, she was in Pakistan, she was in Pakistan, she was in Pakistan, she was in Pakistan, she was in Pakistan, she was in Pakistan, she was in Pakistan, she was in Pakistan, she was in Pakistan, she was in Pakistan, she was in Pakistan, she was in Pakistan, she was in Pakistan, she was in Pakistan.', '""CLP, which was created with a small disposition, was simply taken for granted by many - the operators of the strongest friends of the Northwest, plus early changes mostly in indirect damage, will be able to hold business meetings,"" Ron said, according to Fox News.', 'In the meantime, here\'s a preview of the final season of ""The Walking Dead,"" set to air this fall on HBO, as well as the final season of ""The Walking Dead,"" set to air this fall on HBO.', 'Rex, the think tank, told ET that if even the president of the United States does not control the amount of money that can be insured, the government will have to cut all the money it receives from the federal government and the federal government will have to cut the amount that can be spent on health care.']" -133,"['As', 'you', 'know,', 'we', 'have', 'our', 'own', 'sales', 'companies', 'in', 'France', 'and', 'Sweden,', 'and', 'we', 'are', 'determined', 'to', 'develop', 'these', 'further.']","[10, 11]",0,france,"As you know, we have our own sales companies in France and Sweden, and we are determined to develop these further.","[""After all, as you know Ibrahima Cabren, he's a professional shark."", 'Facebook is known to be the largest social network in the world.', 'How many of the children were killed in Iraq and Afghanistan?', 'The International Monetary Fund (IMF), the world\'s largest central bank, said on Wednesday it was ""deeply concerned"" about the impact of the global financial crisis on the global economy and warned that the country faces a ""catastrophic"" economic downturn if it does not act quickly.', 'They do not know how they have contributed to the protection of the environment that comes from human consumption.']" -134,"['The', 'Russian', 'navy', 'is', 'thought', 'to', 'have', 'used', 'one', 'dump', 'site,', 'off', 'North', 'Korea', ',', 'at', 'least', 'as', 'recently', 'as', 'December', '1992.']","[12, 14]",0,north korea,"The Russian navy is thought to have used one dump site, off North Korea, at least as recently as December 1992.","['The US Navy is said to have released at least one of its last analysts from North Korea in December 1992.', 'At least one high school student who committed suicide has been sentenced to life in prison for murdering his girlfriend.', 'The Russian navy had cleared a camp off the Scottish Dodge Hull and British, Russian and Chinese ships had stopped no fewer than six times in the past decade, the Russian navy said.', 'Assange has proved that you can do worse than be persuaded to stand up for the rights of others, in the face of overwhelming evidence that he was a paedophile, a murderer at large, a murderer at large and a rapist at large.', 'North Korean leader Kim Jong-un is expected to meet US President Donald Trump at the White House on Wednesday.']" -135,"['Britain', ""'s"", 'recession', 'became', 'official.']","[0, 1]",0,britain,Britain's recession became official.,"[""The two-time Olympic champion, who has been linked with a return to athletics after a summer break, said: 'I'm in a great place and I'm in a great place - I'm in a great place - I'm in a great place - I'm in a great place - I'm in a great place - I'm in a great place - I'm in a great place - I'm in a great place - I'm in a great place - I'm in a great place - I'm in a great place - I'm in a great place - I'm in a great place - I'm in a great place - I'm in a great place - I'm in a great place - I'm in a good place - I'm in a good place - I'm in a good place - I'm in a good place - I'm in a good place - I'm in a good place - I'm in a good place"", ""Britain's recession has changed for the better."", ""Sure, it's tribal."", ""Britain's Got Talent judge Simon Cowell has revealed he will not be returning to the show for a second season."", 'Formula of 2010 regulates several projects as basis of health legislation']" -136,"['The', 'Provincial', 'Commissioner,', 'Philip', 'Mitchell,', 'then', 'near', 'the', 'beginning', 'of', 'the', 'career', 'which', 'was', 'to', 'culminate', 'in', 'the', 'governorships', 'of', 'Uganda', 'and', 'Kenya', ',', 'complimented', 'Murrells', 'on', 'his', 'anthropological', 'acumen', '-', 'and', 'advised', 'him', 'that', 'the', 'local', 'councils', 'of', 'elders', 'should', '`', 'consist', 'where', 'possible', 'of', 'one', 'man,', 'with', 'three', 'or', 'more', 'advisers,', 'rather', 'than', 'a', 'Committee', 'because', 'of', 'the', 'notorious', 'weakness', 'of', 'Committees', 'as', 'executive', 'instruments', '"".']","[22, 23]",0,kenya,"The Provincial Commissioner, Philip Mitchell, then near the beginning of the career which was to culminate in the governorships of Uganda and Kenya, complimented Murrells on his anthropological acumen - and advised him that the local councils of elders should consist where possible of one man, with three or more advisers, rather than a Committee because of the notorious weakness of Committees as executive instruments"".","['The then commissioner Philip Mitchell told < p > that the government was even considering a Labor government proposal that would have allowed the government to use the money to refurbish the building, but that it would have to be paid for by the government, which would have to cover the cost of refurbishment, not the cost of refurbishment, which would have to be paid by the taxpayer.', 'With this letter, FA chief executive William Jan Murphy expressed his appreciation for what he considered a lack of progress: ""Minnesota Wiggem, partisan neutrality, honors, honors, honors, honors, honors, honors, honors, honors, honors, honors, honors, honors, honors, honors, honors, honors, honors, honors, honors, honors, honors, honors, honors, honors, honors, honors, honors, honors, honors, honors, honors, honors, honors, honors, honors, honors, honors, honors, honors, honors, honors, honors, honors, honors, honors, honors, honors, honors, honors, honors, honors, honors, honors, honors, honors, honors,', 'District Commissioner Philip Mitchell has already taken a relatively broad view of the school\'s passive approach, calling it a ""huge deficit"" and accusing staff of ""the language used in the classroom is quite slow."" What is overlooked is that Jason Murrell\'s bot gives the principal ""good hands"": ""You have to be able to see the difference between a good and a bad school.""', 'Anderson, a reptile from a colony, asserted his innocence in a letter to the Supreme Court in which he wrote: ""Mr. Rickartz has already been charged with two counts of sexual assault, one count of sexual assault, one count of sexual assault, one count of sexual assault, one count of sexual assault, one count of sexual assault, one count of sexual assault, one count of sexual assault, one count of sexual assault, one count of sexual assault, one count of sexual assault, one count of sexual assault, one count of sexual assault, one count of sexual assault, one count of sexual assault.""', '""I think it\'s important to remember that when you do something like that, you have to do it in a way you don\'t want to do, and you have to do it in a way you can\'t do,"" he said, adding, ""You\'re not going to do it in the first place.""']" -137,"['The', 'level', 'of', 'takeover', 'activity', 'in', 'the', 'UK', 'by', 'both', 'UK', 'and', 'other', 'EC', 'companies', 'is', 'unparalleled', 'in', 'the', 'Community.']","[10, 11]",0,uk,The level of takeover activity in the UK by both UK and other EC companies is unparalleled in the Community.,"['In addition, these are the Board of Directors of the Company and the Board of Directors of the Company, the Board of Directors of the Company and the Board of Directors of the Company and the Board of Directors of the Company, the Board of Directors of the Company and the Board of Directors of the Company and the Board of Directors of the Company and the Board of Directors of the Company, the Board of Directors of the Company and the Board of Directors of the Company.', 'In the Bavarian Forest and other EU countries, he and other IOC members will be looking for investments in the Bavarian Forest. -- With Woodberry Jindon, I am looking for investments in the Bavarian Forest and other EU countries. -- Good news if anyone is available. -- Already now, domestic companies are investing the first capital in SMOST. -- Get your investment in SMOST. -- Get your investment in SMOST. -- Get your investment in SMOST. -- Get your investment in SMOST. -- Get your investment in SMOST. -- Get your investment in SMOST. -- Get your investment in SMOST.', 'The images of Bali convey comments in various languages.', ""s cell phone as well as a number of non-certified kitchen accelerators are rich in scientific experiments; Al Nisman's scientific experiments have been as varied as how many points a shogi scores on exaggerated rules of self-preservation; and Jolla's personal priority in gold is how she thinks about her baby."", ""< br > Ralph Ellis has studied the facts and stats from the weekend's action in the Premier League and Europe.""]" -138,"['(12)', 'Any', 'notice', 'required', 'to', 'be', 'given', 'under', 'this', 'Article', 'by', 'the', 'Company', 'to', 'a', 'Member', 'or', 'by', 'a', 'Member', 'to', 'the', 'Company', 'shall', 'be', 'given', 'or', 'served', 'either', 'personally', 'or', 'by', 'sending', 'it', 'by', 'first', 'class', 'post', 'to', 'the', 'registered', 'office', 'of', 'the', 'Company', 'or,', 'as', 'the', 'case', 'may', 'be,', 'to', 'the', 'registered', 'address', 'of', 'the', 'Member', 'or', '(if', 'he', 'has', 'no', 'registered', 'address', 'within', 'the', 'United', 'Kingdom)', 'to', 'the', 'address,', 'if', 'any,', 'within', 'the', 'United', 'Kingdom', 'supplied', 'by', 'him', 'to', 'the', 'Company', 'for', 'the', 'giving', 'of', 'notice', 'to', 'him.']","[76, 78]",0,united kingdom,"(12) Any notice required to be given under this Article by the Company to a Member or by a Member to the Company shall be given or served either personally or by sending it by first class post to the registered office of the Company or, as the case may be, to the registered address of the Member or (if he has no registered address within the United Kingdom) to the address, if any, within the United Kingdom supplied by him to the Company for the giving of notice to him.","['(12) For those who were present in this article, since the company on the north side of New York City has always received medallions of three types, < unk > invites you to invent something (a series of technical extras) and often refers to a technocratic approach of orig at s (there is a lot of sexism at the moment) - the idea is that you should be offered a series of technical extras around it that have promised origin for accompanying such avant-garde meals where the figures rotate.', 'You may have noticed that Krieger didn\'t show a softcard either, Jonathan A. hinted at an imminent acceptance of Charlie above the $89,000 mark, similar to what would have been on his Ambabit, and rare occasional writings would have been those reminiscences and kitchen notes of a U.S. password on your computer, like ""Cuddles, Northumberland"" or, in the words of one of his attorneys, ""Cuddles, Northumberland.""', '(CBS / AP) House Majority Leader Mitch McConnell, R-Ky., and Senate Majority Leader Mitch McConnell, R-Ky., hold a news conference at the White House in Washington, D.C., Wednesday, March 14, 2018 -- Sen. Ted Cruz, R-Texas, and Sen. Lindsey Graham, R-S.C., hold a press conference after a White House meeting in Washington, D.C.', '(12) All right-wing organizations selected by investigators for their criticism of Basil Fawlty include: ""If Cecil Webb is found in the photos, legislators will lose up to five months more time to commit suicide and help Muslim motorists,"" ""Rib up,"" ""Rib up,"" ""Rib up,"" ""Rib up,"" ""Rib up,"" ""Rib up,"" ""Rib up,"" ""Rib up,"" Rib up, """" Rib up, ""Rib up,"" Rib up, ""Rib up,"" Rib up, ""Rib up,"" Rib up, ""Rib up,"" Rib up. ""', ""(In addition to Jonkey Snow's academic research report of 7,000 years ago, he says that greenhouse gas emissions in the United States are the highest in the world, and that greenhouse gas emissions in the United States are the highest in the world, according to the National Weather Service.""]" -139,"[""It's"", 'the', 'sort', 'of', 'shabby', 'restaurant', 'you', 'can', 'still', 'find', 'in', 'France', ':', 'radishes', 'and', 'butter', 'and', 'spiced', 'olives', 'for', 'nibbles,', 'enormous', 'roses', 'plonked', 'on', 'the', 'table', 'and', 'football', 'on', 'the', 'TV', 'in', 'a', 'back', 'room', 'are', 'the', 'setting', 'for', 'the', 'very', 'best', 'pommes', 'frites', 'and', 'memorable', 'dishes', 'of', 'brains', 'a', 'beurre', 'blanc', 'and', 'kidneys', 'in', 'garlic.']","[11, 12]",0,france,"It's the sort of shabby restaurant you can still find in France: radishes and butter and spiced olives for nibbles, enormous roses plonked on the table and football on the TV in a back room are the setting for the very best pommes frites and memorable dishes of brains a beurre blanc and kidneys in garlic.","[""Gillian's power structure in Europe was brilliantly illustrated by the fact that, in the early Seventies, she was the daughter of a distinguished lawyer who had studied law at Oxford University, where she had studied law and economics."", 'It started in 1964 at the 1 next door in Ile-de-France, where the crown was sold for £4 in 1981 and the place was not yet approved in 1981.???? Was the luxury restaurant Casanova so popular with the French???????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????', 'In the rear of the house, there will be a mass menu of children\'s dishes, each more than 10 p.m., and parking will be available at a P & G. In the rear of the house, there will be a children\'s menu, each more than 10 p.m., and a children\'s menu, each more than 10 p.m., will be served at a P & G. ""Periween Underground Restaurant Governor Rick Perry is working on a plan to ensure that children\'s dishes are served in the same way as children\'s dishes,"" the statement said.', ""It's burglary as ever: Leu and Bnuck O'Brien, blueksy death in the US, fieldwork plops, slightly grotesquely exotic stage lessons, a pack of bullets between Nice and Nice, and a forensic detective who gets to grips with it and discovers it, and Villa Deacon, who was shot by Margaret Sutherland."", 'The same daddy the buffet UCP - like Saudi Arabia itself, the Dream Hotel offers plenty of space... some of the best restaurants in Europe with shanks... the meat of the overgrown flora... the meat of the overgrown flora... the meat of the overgrown flora... the meat of the overgrown flora.... the meat of the overgrown flora.... the meat of the overgrown flora.... the meat of the overgrown flora.... the meat of the overgrown flora..... the meat of the overgrown flora...... the meat of the overgrown flora......']" -140,"['The', 'United', 'States', 'had', 'the', 'same', 'sort', 'of', 'missiles', 'in', 'Italy', 'and', 'in', 'Turkey', 'and,', 'before', 'this', 'crisis', 'had', 'developed,', 'President', 'Kennedy', 'had', 'in', 'fact', 'ordered', 'them', 'er', 'to', 'be', 'er', 'er', 'returned', 'to', 'the', 'United', 'States,', 'these', 'missiles', 'had', 'no', 'strategic', 'purpose', 'at', 'all', 'because', 'a', 'major', 'change', 'that', 'had', 'come', 'into', 'the', 'strategic', 'equation', 'was', 'the', 'arrival', 'of', 'the', 'intercontinental', 'ballistic', 'missile,', 'and', 'it', 'was', 'these', 'missiles,', 'really,', 'which', 'held', 'the', 'strategic', 'balance', 'er', 'and', 'were', 'to', 'change', 'in', 'fact', 'radically', 'both', 'international', 'politics', 'and', 'global', 'strategy', 'over', 'the', 'years', 'to', 'come,', 'but', ""I'm"", 'going', 'to', 'talk', 'about', 'that', 'later,', 'the', 'point', ""I'm"", 'making', 'here', 'is', 'that', 'er', 'Khrushchev', 'claimed', 'that', 'the', 'missiles', 'were', 'there', 'in', 'the', 'event', 'of', 'an', 'American', 'assault', 'on', 'Cuba,', 'they', 'were', 'a', 'deterrent', 'weapon', 'in', 'exactly', 'the', 'same', 'way', 'as', 'the', 'defensive', 'deterrent', 'weapons', 'er', 'were', 'd', 'were', 'defensive', 'er', 'for', 'er', 'the', 'United', 'States', 'and', 'for', 'the', 'Soviet', 'Union.']","[1, 3]",0,united states,"The United States had the same sort of missiles in Italy and in Turkey and, before this crisis had developed, President Kennedy had in fact ordered them er to be er er returned to the United States, these missiles had no strategic purpose at all because a major change that had come into the strategic equation was the arrival of the intercontinental ballistic missile, and it was these missiles, really, which held the strategic balance er and were to change in fact radically both international politics and global strategy over the years to come, but I'm going to talk about that later, the point I'm making here is that er Khrushchev claimed that the missiles were there in the event of an American assault on Cuba, they were a deterrent weapon in exactly the same way as the defensive deterrent weapons er were d were defensive er for er the United States and for the Soviet Union.","['It was developed on its economic, economic and social foundations.', '""We have no plans to dismantle these missiles, we have no plans to dismantle them, we have no plans to dismantle them, we have no plans to dismantle them, we have no plans to dismantle them, we have no plans to dismantle them, we have no plans to dismantle them, we have no plans to dismantle them, we have no plans to dismantle them,"" Senate President Danona Stone (D-California) said in a statement.', ""The interests of the party - they can be argued very well - the picture of this sense of guilt is perfectly correct, perhaps also because the party has a reputation as Merkel's party, but at the same time Oxford has a long-distance news agenda, which means that it is no longer interested in politics at all, it is not interested in politics, it is not interested in politics, it is interested in politics, it is interested in politics, it is interested in politics, it is interested in politics, it is interested in politics, it is interested in politics, it is interested in politics, it is interested in politics, it is interested in politics, it is interested in politics, it is interested in politics, it is interested in politics, it is interested in politics, it is interested in politics, it is interested in politics."", 'The United States has a long history of developing missile complexes in the Middle East and North Africa, and the United States has a long history of developing missile complexes in the Middle East, Africa, Africa, Africa and the Middle East. -- The United States has a long history of developing missile complexes in the Middle East and North Africa. -- The United States has a long history of developing missile complexes in the Middle East.', 'The situation has become chaotic and defensive, unpopular with Jeff Tourre, the chairman of the Joint Chiefs of Staff, who has been criticized for his handling of the Iraq war and his handling of the Iraq war. -- C. Robby -- Edinson Gross, the chairman of the Joint Chiefs of Staff, who resigned after the Iraq war (a Pentagon official apologized with a classified administrative background for his handling of the Iraq war) -- Jeff Tourre, the chairman of the Joint Chiefs of Staff, has resigned, according to a person familiar with the situation who spoke on condition of anonymity.']" -141,"['Commodities', 'like', 'fish,', 'milk,', 'and', 'vegetables', 'might', 'be', 'transferred', 'locally;', 'labourers', '-', 'as', 'in', 'India', 'and', 'Southern', 'Africa', '-', 'regionally,', 'together', 'with', 'grain,', 'rice,', 'coal,', 'and', 'perhaps', 'some', 'manufactured', 'goods;', 'while', 'the', 'great', 'international', 'transfers', 'included', 'human', 'migrants,', 'cotton', 'from', 'India,', 'Egypt,', 'the', 'United', 'States,', 'and', 'some', 'parts', 'of', 'Africa', 'and', 'Latin', 'America,', 'tea', 'from', 'India', 'and', 'Ceylon,', 'coffee', 'from', 'Latin', 'America,', 'wheat', 'from', 'Canada', 'and', 'the', 'United', 'States,', 'gold', 'from', 'South', 'Africa,', 'silver', 'from', 'Mexico,', 'copper', 'from', 'Central', 'Africa', 'and', 'South', 'America,', 'cattle', 'from', 'the', 'Argentine', 'and', 'the', 'United', 'States,', 'lamb,', 'wool,', 'and', 'dairy', 'products', 'from', 'Australasia.']","[85, 87]",0,the argentine,"Commodities like fish, milk, and vegetables might be transferred locally; labourers - as in India and Southern Africa - regionally, together with grain, rice, coal, and perhaps some manufactured goods; while the great international transfers included human migrants, cotton from India, Egypt, the United States, and some parts of Africa and Latin America, tea from India and Ceylon, coffee from Latin America, wheat from Canada and the United States, gold from South Africa, silver from Mexico, copper from Central Africa and South America, cattle from the Argentine and the United States, lamb, wool, and dairy products from Australasia.","['For more information, visit: http: / / www.daim-panda.php Copyright 2009 The Associated Press. -- http: / / www.newscom.com / cgi-bin / prnh / 20080811 / NYFLOWERS-LIVE-PRIVATE-PRIVATE-PRIVATE-PRIVATE-PRIVATE-PRIVATE-PRIVATE-PRIVATE-PRIVATE-PRIVATE-PRIVATE-PRIVATE-PRIVATE-PRIVATE-PRIVATE-PRIVATE-PRIVATE-PRIVE-PRIVE-PRIVE-PRIVE-PRIVE-PRIVE-PRIVE-PRIVE-PRIVE-PRIVE-PRIVE-PRIVE-PRIVE-PRIVE', '""I don\'t know if I\'m going to make it but I\'m going to make it and I\'m going to do it and I\'m going to do it and I\'m going to do it and I\'m going to do it and I\'m going to do it and I\'m going to do it and I\'m going to do it and I\'m going to do it and I\'m going to do it and I\'m going to do it and I\'m going to do it and I\'m going to do it and I\'m going to do it and I\'m going to do it and I\'m going to do it and I\'m going to do it and I\'m going to do it,"" Campbell said.', 'Goods were discovered on site, weather permitting, cereals, milk and milk contained sarin, as well as a regular garage. -- The big cats were shot up to 5 to 10,950 times in popular hotels. -- The host was referred to as ""The Host,"" providing detailed information about his whereabouts. -- The dog was shot in the back of the head. -- The dog was shot in the back of the head. -- The dog was shot in the back of the head. -- The dog was shot in the back of the head. -- The dog was shot in the back of the head.', 'So a stable location and the depth of Latin America\'s long-standing defense provenance, known as a tool for Trump\'s actions in the Middle East - ""to review a partial picture that marks a breakdown..."" - but the disposal capacity of Representative Dubuque.', 'Goods like ""Guillosibre"" and ""Guillosibre"" (""Guillosibre"" or ""Guillosibre""), ""Wollosibre"" (""Guillosibre"" or ""Guillosibre""), ""Guillosibre"" (""Guillosibre"" or ""Guillosibre""), ""Wollosibre"" (""Guillosibre"" or ""Guillosibre""), ""Wollosibre"" (""Guillosibre"" or ""Guillosibre"") and ""Wollosibre"" (""Guillosibre"" or ""Guillosibre""), ""Malcolm"" Malcolm ""Malcolm"" Malcolm ""Malcolm"" Malcolm ""Malcolm"" Malcolm ""Malcolm"" Malcolm ""Malcolm"" Malcolm ""Malcolm"" Malcolm ""Malcolm"" Malcolm ""Malcolm"" Malcolm ""Malcolm"" Malcolm ""Malcolm"" Malcolm ""Malcolm"" Malcolm ""Malcolm"" Malcolm ""Malcolm"" Malcolm ""']" -142,"['I', 'sat', 'up', 'weakly', 'one', 'morning,', 'and', 'the', ""ship's"", 'cabin', 'had', 'transmuted', 'itself', 'into', 'a', 'little', 'square', 'room', 'in', 'an', 'isolated', 'town', 'in', 'South', 'America', '.']","[23, 25]",0,south america,"I sat up weakly one morning, and the ship's cabin had transmuted itself into a little square room in an isolated town in South America.","['One morning I sat Sally down and the Register of Travens had replaced itself in a small room in the main room.', 'One morning, the train offered: Lampedusa cargo flew to XyeTTO, the last ship in Anatolia to board.', 'When I was a child, I combed my hair, combed my hair, combed my hair, combed my hair, combed my hair, combed my hair, combed my hair, combed my hair, combed my hair, combed my hair.', 'Ibbenbüren - ""Das Schiffskinderbuch"" FIR Ibbenbüren - Der Herzensbrecher Asienführer, who is here, adds accompanying cuts and the history of federalism will soon be filmed - A record 15t diagnosed Ibbenbüren - @ Ibbenbüren\'s Music House Germany - @ Ibbenbüren - @ Ibbenbüren\'s Music House Germany - @ Ibbenbüren - @ Ibbenbüren\'s Music House Germany - @ Ibbenbüren - @ Ibbenbüren - @ Ibbenbüren - @ Ibbenbüren - @ Ibbenbüren - @ Ibbenbüren - @ Ibbenbüren', 'Watch the video below to see if you can find one of the players in the top 10, or if you can find one of them in the top 10, or if you can find him in the top 10, or if you can find him in the top 10, or if you can find him in the top 10, or if you can find him in the top 10, or if you can find him in the top 10, or if you can find him in the top 10, or if you can find him in the top 10, or if you can find him in the top 10, or if you can find him in the top 10, or if you can find him in the top 10, or if you can find him in the top 10.']" -143,"['Stone', 'was,', 'however,', 'more', 'common', 'in', 'southern', 'France', ',', 'Armenia,', 'Georgia,', 'Syria', 'and', 'on', 'the', 'Greek', 'islands.']","[7, 8]",0,france,"Stone was, however, more common in southern France, Armenia, Georgia, Syria and on the Greek islands.","['Stein, however, has spent more time in southern Turkey, Armenia and Georgia.', 'Stein, on the other hand, came to the South, a ""Cuban Bicherum"" by Sergey J. ""Full price bags"" by Sergey J. ""Full price bags"" by Sergey J. ""Full price bags"" by Sergey J. ""Zerocracy"" by ""Totally misleading boun"" by ""Totally misleading boun"" by ""Totally misleading boun"" by ""Totally misleading boun"" by ""Totally misleading"" by ""Totally misleading"" by ""Totally misleading.""', 'Just a few weeks ago, a group of students from the University of California, Berkeley, and the University of California, Berkeley, were arrested on suspicion of sexual assault.', 'Sises.com, the western telomere, is the largest telomere in the world and the largest telomere in the world.', 'Adele meanwhile took to the stage to perform a medley of her hits, including I Will Always Love You, I Will Always Love You, I Will Always Love You, I Will Always Love You, I Will Always Love You, I Will Always Love You, I Will Always Love You, I Will Always Love You, I Will Always Love You, I Will Always Love You, I Will Always Love You.']" -144,"['Hepworth', 'and', 'Stoll', 'failed', 'in', 'their', 'attempt', 'to', 'set', 'up', 'a', 'permanent', 'sales', 'operation', 'in', 'America', ';', 'Samuelson', 'secured', 'a', 'short-lived', 'distribution', 'arrangement', 'with', 'First', 'National', ""Exhibitors'"", 'Circuit,', 'and', 'various', 'other', 'films', 'secured', 'some', 'sort', 'of', 'release.']","[15, 16]",0,america,"Hepworth and Stoll failed in their attempt to set up a permanent sales operation in America; Samuelson secured a short-lived distribution arrangement with First National Exhibitors' Circuit, and various other films secured some sort of release.","[""Hepburn and Stoll failed in their attempts to portray Ted Heath in the film, and Samantha Cameron's attempts to portray her as posh and cool backfired."", ""In the United States, Hu and Stoll's attempt to make vehicles permanent in China and Luxembourg left only a small fraction of the value of their products in the United States."", 'Hepworth and Stoll failed in their attempt to settle in the country and last month they were forced to abandon plans for an interest rate of 1.25 per cent a year, meaning they would have had to borrow no more than £1,000 a year to buy a home in the capital.', 'There is potential for worse (misunderstanding of Officer Shooter) suggestions that the DEA would like to issue individual events to deputies free of charge.', 'Manfred began his film roles in ""The Epiphany of the Lord"" and came to the conclusion that it was time for a change in the way we live our lives... how we live our lives... how we live our lives... how we live our lives... how we live our lives... how we live our lives.... how we live our lives..... how we live our lives..... how we live...... how we live..... how we live..... how we live..... how we live..... how we live..... how we live..... how we live.... how we live.... how we live.... how we live.... how we live.... how we live..... how we live..... how we live..... how we live..... how we live..... how we live..... how we live.... how we live.... how we live.... how we live.... how we live.... how we live.... how we live....']" -145,"['The', 'renewed', 'strength', 'of', 'gold', 'and', 'the', 'sale', 'of', 'ARC', 'of', 'America', 'and', 'South', 'African', 'assets', 'helped', 'Hanson', 'rise', '5p', 'to', '221p.']","[11, 12]",0,america,The renewed strength of gold and the sale of ARC of America and South African assets helped Hanson rise 5p to 221p.,"['The renewed price of gold and the success of white gold in the US and South Africa led to Hanson losing 65p in value.', ""The former Labour prime minister, who is embroiled in a bitter feud with Lib Dem leader Jeremy Corbyn, is said to be considering a bid to be the next leader after the party failed to win an outright majority in last year's general election."", 'Next Cup: Simonettes Gö and ITB Composite Media from Vorösterreich', ""I'm not sure I've ever heard of something like that, but I know it's not the first time I've heard of it, and it's not the first time I've heard of it."", 'Thanks to Colin Grone and the 21p ""cannabinsuit shaborou"" -zz, a machine with a four-speed manual transmission has managed to unlock all SC and regulated cars.']" -146,"['On', 'Aug.', '21', 'the', 'Speaker', 'of', 'the', 'Iranian', 'Majlis', '(parliament),', 'Ayatollah', 'Mehdi', 'Karrubi,', 'was', 'reported', 'to', 'have', 'told', 'an', 'open', 'session', 'of', 'the', 'Majlis', 'that', 'while', 'Iran', 'condemned', 'the', 'US', 'military', 'presence', 'in', 'the', 'Gulf', 'region,', '""', 'we', 'announce', 'explicitly', 'that', ""Iraq's"", 'aggression', 'against', 'Kuwait', 'is', 'condemned', '"".']","[44, 45]",0,kuwait,"On Aug. 21 the Speaker of the Iranian Majlis (parliament), Ayatollah Mehdi Karrubi, was reported to have told an open session of the Majlis that while Iran condemned the US military presence in the Gulf region,"" we announce explicitly that Iraq's aggression against Kuwait is condemned"".","['""This is the first time we have been able to find out exactly what happened,"" he said, adding: ""This is the first time we have been able to find out what happened.""', 'On August 21, 2011, university officials announced that Lyon - the public ambassadors - had been evacuated and that Goodman would be discredited no matter what the investigation looked for.', 'When the House speaker announced on August 21 that he would not seek re-election to the House, he said he was ""deeply concerned"" about Iran\'s nuclear program and would not seek re-election to the House.', ""Shareholders in Pacoogoods have noted the ongoing systematic data-mining of campaign spending in Saudi Arabia's 5 Tomahawk, which tracks billionaire business interests twice a day, and anyone poking fun at a car belonging to the world's richest man."", 'Reserve Bank of Australia governor Mark Carney said on Wednesday that the Reserve Bank of Australia was likely to keep interest rates stable for the foreseeable future.']" -147,"['That', 'is', 'not', 'the', 'case', 'in', 'Britain', '.']","[6, 7]",0,britain,That is not the case in Britain.,"[""No, you don't crave accidents."", 'This is a British exception.', 'The company said it expects to pay $60 to $67 per order.', 'Kingdom is not one of them.', 'In a statement, the company said: ""We are deeply saddened to hear of the loss of confidence and distortion of competition in our business... that our employees have suffered a significant loss of confidence in our business... that we have not been able to make reasonable business transfers for months... that we have not been able to make significant changes to our business... that we have not been able to make significant changes to our business... that we have not been able to make any changes to our business... that we have not been able to make any significant changes to our business... that we have not been able to make any changes to our business...']" -148,"['How', 'much', 'will', 'these', 'changes', 'affect', 'the', 'future', 'of', 'other', 'developing', 'countries', 'with', 'Marxist', 'or', 'Soviet-orientated', 'regimes,', 'such', 'as', 'Ethiopia,', 'Laos', 'and', 'Mozambique', '?']","[22, 23]",0,mozambique,"How much will these changes affect the future of other developing countries with Marxist or Soviet-orientated regimes, such as Ethiopia, Laos and Mozambique?","['Meanwhile, P.M. Sports in New Jersey is not just on trial in New Jersey; equally, I see no evidence in the United States that P.M. Sports in New Jersey was involved in any wrongdoing in the past, and I see no evidence that P.M. Sports in New Jersey was involved in any way.', 'How much will women < unk > develop? < unk > times.', ""Gatsain Bolt has announced 'Avatar' karaoke at London's O2 Arena, where he will play a dictatorial character called Casabmonkeys."", 'What a crisis it is to have just followed the rapid decline of the growth media to influence the future of other developing countries with CE Anderson DJWGov Dantel.', 'Sirdata expects that certain nationalist and BDI strategies will come to an end in just under a year.... A major break for a coalition government in Rwanda after the elections will be the result of a vote for a coalition government after the elections.... ""25syswe published Zrtv Rwanda in which the Bhutto Bhutto Bhutto Bhutto Bhutto Bhutto Bhutto Bhutto Bhutto Bhutto Bhutto Bhutto Bhutto Bhutto Bhutto Bhutto Bhutto Bhutto Bhutto Bhutto']" -149,"['The', 'parties', 'to', 'a', 'bilateral', 'agreement', 'can', 'not', 'impose', 'these', 'wider', 'obligations', 'on', 'third', 'parties,', 'notably', 'the', 'other', 'two', 'Gulf', 'States,', 'Saudi', 'Arabia', 'and', 'Jordan.']","[21, 23]",0,saudi arabia,"The parties to a bilateral agreement can not impose these wider obligations on third parties, notably the other two Gulf States, Saudi Arabia and Jordan.","['The placement tradition according to Kiel law defuses the situation in the second or newer national years. Reus and Ferne Dale also contribute to the ups and downs.', 'The governing parties of a bilateral trade agreement have proposed amendments to such a treaty to allow for greater transparency of the legal framework while allowing for easily understandable commitments.', 'Contracts can be extended to third parties as well as to the distribution of daily invoices.', 'The parties can even use defamation cases (half a million dollars) to force the president to resign.', ""< unk > Jon Lee takes a look at some of the main talking points of the weekend. < unk > Lawrence Booth takes a look at the main talking points of the day, rates the two stars ahead of the weekend and brings you the 10 things we learned from the weekend's action, including...""]" -150,"['Leaders', 'of', 'Algeria,', 'Tunisia', ',', 'Morocco,', 'Libya', 'and', 'Mauritania,', 'the', 'member', 'countries', 'of', 'the', 'Arab', 'Maghreb', 'Union', '(AMU)', 'formed', 'in', 'February', '1989', '[', 'see', 'p.', '36474', '],', 'met', 'in', 'the', 'Algerian', 'capital,', 'Algiers,', 'on', 'July', '22-23.']","[3, 4]",0,tunisia,"Leaders of Algeria, Tunisia, Morocco, Libya and Mauritania, the member countries of the Arab Maghreb Union (AMU) formed in February 1989 [ see p. 36474 ], met in the Algerian capital, Algiers, on July 22-23.","[""Officials say the Islamist militant group's policy of threatening to seize the northern city of Rawalpindi has led to a spike in violence in recent months."", ""The leaders arrived in the Algerian capital, Algiers, from 22 to 23 June wearing a white hat, a sign of solidarity with the victims of the civil war in Algeria, which has killed more than 100 people since the beginning of the year, and a sign of solidarity with those who have lost their lives in the country's civil war, including former President Abdel Fattah al-Sisi, who was overthrown in a coup in June, and former President Hosni Mubarak, who was overthrown in a coup last year. • The leaders met in the Algerian capital, Algiers, from 22 to 23 June to discuss the country's future."", 'MAGWF WILL HAVE YOUR MANAGEMENT!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!', '(NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ', 'Sopot Beglei, Chairman of the Management Board of Maghreb & PARK Bank, said: ""The meeting for the next two weeks will take place from 11 to 18 September and coincides with the first meeting in Brazil, which is due to take place at the end of September.']" -151,"['India', 'will', 'soon', 'join', 'the', 'club.']","[0, 1]",0,india,India will soon join the club.,"['India will soon join the club.', 'Indian Prime Minister Narendra Modi said on Wednesday he was ""deeply saddened"" by the news of the death of Indian Prime Minister Narendra Modi, who was killed in a car bomb attack in Mumbai last week, and said he was ""deeply saddened"" by the loss of life in the capital Islamabad.', 'India is, at best, an integration of various crises of capitalism.', 'He has asked a representative for Mitt Romney for comment.', ""I'll grind your DRS.""]" -152,"['In', 'France', ',', 'a', 'very', 'tall', 'but', 'lightweight', 'flèche', 'was', 'erected', 'over', 'the', 'crossing.']","[1, 2]",0,france,"In France, a very tall but lightweight flèche was erected over the crossing.","[""It's a great feeling to be able to live."", ""Markets read This is Money's buy-to-let section for details of latest buy-to-let mortgage deals highlighted"", ""The drunken man is said to have been sold for $2 million, while Castro's remains were flown from Havana to Santiago de Cuba for a private funeral."", 'In 1995, Webb launched an investigation into whether the IRS could tell the public what it was doing to move Tob, a senior fellow at the Center for Strategic and International Studies in Washington, D.C., and a senior fellow at the Center for Strategic and International Studies at the University of California, Berkeley, who was not involved in the study.', 'While another attendee from Parklands Neon Church (11am-9pm) stepped up security.']" -153,"['At', 'the', 'same', 'time', 'the', 'National', 'Enquirer,', 'a', 'gossip', 'magazine', 'in', 'the', 'US', ',', 'received', 'a', 'transcript', 'of', 'the', 'tapes.']","[12, 13]",0,us,"At the same time the National Enquirer, a gossip magazine in the US, received a transcript of the tapes.","['A gossip story in the US that has not been printed.', 'Dejected contemporaries wore his jersey in the blue and white of 158-year-old Merl Sir Malcolm to the National Enquirer.', 'At the same time, a gossip website called Yets Local Tang Time was set up.', 'Apple is shipping its Memory - the first of its kind in the world.', ""Posting a snap of her and Harry on Instagram, the Harry Potter star wrote: 'Happy Father's Day to my love @ lauradundovic @ lauradundovic @ lauradundovic @ lauradundovic @ lauradundovic @ lauradundovic @ lauradundovic @ lauradundovic'.""]" -154,"['In', 'Argentina', ',', 'he', 'was', 'betrayed', 'by', 'his', 'car,', 'but', 'after', 'a', 'bad', 'fright', 'in', 'practice', 'at', 'Kyalami', 'when', 'a', 'wheel', 'came', 'off,', 'he', 'came', 'in', 'second', 'behind', 'Denny', 'Hulme', 'after', 'race-leader', 'Jackie', 'Stewart', 'lost', 'all', 'the', 'oil', 'in', 'his', 'gear-box.']","[1, 2]",0,argentina,"In Argentina, he was betrayed by his car, but after a bad fright in practice at Kyalami when a wheel came off, he came in second behind Denny Hulme after race-leader Jackie Stewart lost all the oil in his gear-box.","['But it was only after he ""lost"" the oil at Denny Hulme that he realised he was on the wrong side of the tracks when he went up in flames during a training session in Kyoto.', 'He was ruthlessly thrown from his car during practice in Kiev and is now in second place behind Denny Hulme and Richard has made the most of his retirement.', ""In Argentina, he was cheated out of his car, but after a scare at the Kyalami clinic caused delays in the race, he withdrew from the race and was forced to change his gearbox to a DSH gearbox because of Vettel's vote. & nbsp; It was the first time in his career that he had won the race since Alexis Silver's victory over Mazda Power. & nbsp; Roy Petrovieza's revolution was fought, but not by the original Alabama rookie. & nbsp; Girls Championships do not feature the original Alabama rookie. & nbsp; & nbsp;"", 'In < br > West Ham made some changes to the starting line-up, including regular players such as Will Murray, Jozo Simunovic, Danny Drinkwater, Jordan Pickford, Jordan Pickford, Jordan Pickford, Adam Lallana, Adam Lallana, Jordan Pickford, Jordan Henderson, Jordan Henderson, Jordan Henderson, Jordan Henderson, Jordan Henderson, Jordan Henderson, Jordan Henderson, Jordan Pickford, Jordan Pickford, Jordan Pickford, Jordan Pickford, Jordan Pickford, Jordan Pickford, Jordan Pickford, Jordan Pickford, Jordan Pickford, Jordan Pickford, Jordan Pickford, Jordan Pickford, Jordan Pickford, Jordan Henderson, Jordan Henderson, Jordan Henderson, Jordan Henderson, Jordan Henderson, Jordan Henderson, Jordan Henderson, Jordan Henderson, Jordan Henderson, Jordan Henderson, Jordan Henderson, Jordan Pickford, Jordan Pickford, Jordan Henderson, Jordan Pickford, Jordan Pickford, Jordan Pickford, Jordan Pickford, Jordan Pickford', 'In a teasing interview with ABC News, Abbott said: ""I don\'t think you\'re going to be able to stop your campaign, you\'re not going to be able to stop your campaign, you\'re not going to be able to stop your campaign, you\'re not going to be able to stop your campaign, you\'re not going to be able to stop your campaign.']" -155,"['After', 'a', 'history', 'of', 'foreign', 'misadventures,', 'other', 'European', 'banks', 'should', 'think', 'twice', 'before', 'they', 'follow', 'Banco', 'de', 'Santander', 'into', 'America', ""'s"", 'treacherous', 'banking', 'market.']","[19, 20]",0,america,"After a history of foreign misadventures, other European banks should think twice before they follow Banco de Santander into America's treacherous banking market.","['After a historic history of foreign mishaps, European banks were supposed to get a major headache in 2012, when Trump forced them to close.', 'Goldman Sachs & Co.\'s 50-year history as a US real estate developer has strengthened economists ""long-standing habit of destroying even a fraction of the value of their holdings.', 'Under German law, European banks, especially those in the eurozone, should not be allowed to lend to each other, but they should be allowed to lend to each other if they so wish.', 'Trump, who hails from the Muslim world, has been embroiled in a number of high-profile controversies in recent months, including a dispute over his use of a private jet for flights to Saudi Arabia.', 'According to the report, banks should think twice before investing in the UK banana sector, where banks and building societies are most likely to find themselves.']" -156,"['How', 'wonderful', 'that', 'at', '62', 'she', 'won', 'Britain', ""'s"", 'speed', 'shooting', 'championships.']","[7, 8]",0,britain,How wonderful that at 62 she won Britain's speed shooting championships.,"['Addington points out that she won the air rifle shooting championship at 62.', 'How long before he had to do something like that again, as in the past.', 'How did she do it as the 62nd British speed skater?', 'Caption: Close-up of the picture with the caption: Pintica natis', 'So how fortunate that the London Stadium has been transformed from Ho Chi Minh City, winning the Premier League, FA Cup, League Cup and League Cup.']" -157,"['They', 'broadcast', 'on', 'wavelengths', 'allocated', 'by', 'international', 'agreement', 'and', 'national', 'laws', 'to', 'other', 'services', '(in', 'other', 'countries,', 'not', 'just', 'Britain', '),', 'including', 'maritime', 'communications.']","[19, 20]",0,britain,"They broadcast on wavelengths allocated by international agreement and national laws to other services (in other countries, not just Britain ), including maritime communications.","['In a statement, the company announced: ""We are pleased to announce that we have entered into an agreement with Cyni Cyni Cyni Cyni Cyni Cyni Cyni Cyni Cyni Cyni Cyni Cyni Cyni Cyni Cyni Cyni Cyni Cyni Cyni Cyni Cyni Cyni Cyni Cyni Cyni Cyni Cyni Cyni Cyni Cyni Cyni Cyni Cyni Cyni Cyni Cyni Cyni C', 'Heavyweight? Broadcasting newspapers (lectures) Rout preset challenge unknown high-speed media have both program applications and appeal.', 'Stokes will be sent on a wavelength that will allow him to respond to the fundamental needs of the United States in a safe and long-term manner and provide answers to their financial questions.', 'They broadcast on state radio, which according to international U-Haul law is a long-esteemed national law firm specializing in the integration of wealthy, bank-backed universities.', 'If this is to happen in the next few years, it must be done in a significant way, symbolically.']" -158,"['And', 'the', 'warning', 'comes', 'from', 'other', 'women', '-', 'in', 'countries', 'like', 'Sri', 'Lanka', 'and', 'Malaysia', '-', 'who', 'have', 'seen', 'it', 'all', 'before', 'in', 'their', 'own', 'free-trade', 'zones.']","[11, 13]",0,sri lanka,And the warning comes from other women - in countries like Sri Lanka and Malaysia - who have seen it all before in their own free-trade zones.,"['So, yes, women thought they were entitled to compensation, but their earnings would be taxed at the same rate as men.', 'In addition, CNN has long provided news about a security document for the disabled that it blends and balances.', 'In a statement, the company said: ""We are sorry for the inconvenience this has caused our customers and would like to apologise for the inconvenience this has caused.', 'And it is not just that the Government is guilty of failing to rein in the spiralling costs of care for the elderly and disabled, and failing to rein in the spiralling costs of social care, hospitals and other services.', 'The military said the transition would be completed by the end of the year and it would take time to complete.']" -159,"['The', 'two', 'countries', 'were', 'later', 'reported', 'to', 'have', 'agreed', 'to', 'build', 'a', 'pipeline', 'to', 'deliver', 'gas', 'from', 'Turkmenistan', 'to', 'Europe,', 'via', 'Turkey.']","[17, 18]",0,turkmenistan,"The two countries were later reported to have agreed to build a pipeline to deliver gas from Turkmenistan to Europe, via Turkey.","['Protesters were expected to make the most of their time in the city on Friday night.', 'Later in the day the Sudanese media reported that Kim Jong-un, Kim Jong-un, Kim Jong-un, Kim Jong-un, Kim Jong-un, Kim Jong-un, Kim Jong-un, Kim Jong-un, Kim Jong-un, Kim Jong-un, Kim Jong-un, Kim Il-sung, Kim Jong-il, Kim Jong-un, Kim Jong-un, Kim Jong-un, Kim Jong-un, Kim Jong-un, Kim Jong-un, Kim Jong-un, Kim Jong-un, Kim Jong-un, Kim Jong-un, Kim Jong-un, Kim Jong-un, Kim Jong-un, Kim Jong-un, Kim Jong-un, Kim Jong-un, Kim Jong-un, Kim Jong-un, Kim Jong-un', ""Later in the day they shared: 'The State thrives on the benefits of the single market and customs union, not just the single market but the single market, customs union, customs union, single market, customs union, customs union, single market, customs union, customs union, customs union, customs union, customs union, customs union.'"", 'In a statement, the party said it was ""deeply saddened"" by the death of a Labour Party member who was killed in a tantrum on a pedestrian crossing.', 'From there, Proz < unk > ng\\ boards Oil Update Pictus < unk > Imaest Owners Manager Report 2073 Scottish Market Ellen < unk > Morning Post Gab < unk > Ivanka Lawson.']" -160,"['When', 'she', 'said', ""they'd"", 'just', 'been', 'to', 'see', 'their', 'son', 'in', 'Rhodesia', 'and', 'you', 'said', '`', 'Kenya', 'for', 'officers,', 'Rhodesia', 'for', 'other', 'ranks', '""', 'it', 'was', 'awfully', 'rude.', '""']","[11, 12]",0,rhodesia,"When she said they'd just been to see their son in Rhodesia and you said Kenya for officers, Rhodesia for other ranks"" it was awfully rude.""","[""When she told lawmakers in 2006 that she had visited her only son in the winner's chair, Kenyatta signed a roaring peace offer from Kennedy."", 'As a ""Dr. Native American"" and ""green clown"" in whitewashing, the administration is exploring how to make a difference in the lives of black and Hispanic voters and how to make a difference in the lives of black and Hispanic voters in Alabama, how to make a difference in the lives of black and Hispanic voters, how to make a difference in the lives of black and Hispanic voters, how to make a difference in the lives of black and Hispanic voters, and how to make a difference in the lives of black and Hispanic voters.', 'When she quoted that she had told her husband in a letter to the zoo that she was taking the proposal ""very seriously,"" he replied: ""I don\'t know if it will happen, but I think it will.""', 'Asked about it, she said: ""I think President Hollande and the Obama administration are appalled / All the people who voted for him are appalled / And people are smiling.""', 'Adult-oriented scenarios see the < br >\'s per block recommended Carson\'s serendipity perspective, ""which guarantees an accurate analysis of my methods.']" -161,"['If', 'these', 'countries', 'felt', 'they', 'were', 'being', 'exploited', 'by', 'having', 'to', 'run', 'a', 'surplus', 'and', 'thus', 'provide', 'finance', 'for', 'the', 'US', 'deficit,', 'such', 'behaviour', 'would', 'be', 'quite', 'incomprehensible.']","[20, 21]",0,us,"If these countries felt they were being exploited by having to run a surplus and thus provide finance for the US deficit, such behaviour would be quite incomprehensible.","['If these countries feel they have to run a surplus with the help of the European Central Bank, the United States will pay dearly for this pact.', 'If you\'re looking for overprofiles for exploration, think of ""Lucky Spy,"" ""Work-Related Victims,"" ""Special Status in Birgue"" and ""Citizen Herman,"" all of which were reported by CNN\'s Sunday Belie.', 'But Democrats worry about health care, which they say is a key part of the health care law, and they want Congress to pass legislation that would make it easier for people to buy health insurance.', ""If Lehman Brothers (unrepentant investors) means exactly the same thing, ENQ Communicator will expand what Conte's director of corporate communications has been saying for years."", 'If they are confidential, it is likely that McLaren will be brainwashed into believing that their personal information is false.']" -162,"['R/3', 'Live,', 'which', 'was', 'first', 'implemented', 'in', 'Germany', 'last', 'year,', 'combines', 'Siemens', 'own', 'hardware', 'and', 'services', 'with', 'the', 'modular', 'SAP', 'R/3', 'system', 'software', 'from', 'SAP', 'AG', 'of', 'Walldorf,', 'with', 'which', 'Siemens', 'has', 'a', 'European', 'agreement.']","[7, 8]",0,germany,"R/3 Live, which was first implemented in Germany last year, combines Siemens own hardware and services with the modular SAP R/3 system software from SAP AG of Walldorf, with which Siemens has a European agreement.","['R / A Hetrich Crossover Germany (CUK) combines hardware and services and is surprisingly a Berlin-based manufacturer, Stefan Wüst,', 'First tested last year, 3 Live (R) (R) (R) (R) (R) (R) (R) (R) (R) (R) (R) (R) (R) (R) (R) (R) (R) (R) (R) (R) (R) (R) (R) (R) (R) (R) (R) (R) (R) (R) (R) (R) (R) (R) (R) (R) (R) (R) (R) (R) (R) (R) (R) (R) (R) (R) (R) (R) (R) (R) (R) (R) ((R) (R) (R) (R) (R) (R) (R) (R) (R) (R) (R) (R)', 'It has taken a long time for Ras-teo NOxTRu, who has been working on the project since the beginning of the week, but Boris Siemensat, head of social media at Mensing, said < br > that both companies have seen low order volumes since the beginning of the week.', 'Our equipment is an investment. -- Call Hôme has already been successful in its efforts to demonstrate local youth cultural practices and ""specialized offensive gays in Hitler\'s home market of Germany."" -- Ambition for a ""mega-yironoff Germany"" in which ""migraines"" are used. -- Distraction Value Index (p = power) 5.6% + (p = power) 5.6% + (p = power) per archive [p] Prediction - Technology Division 1381 eFrench PowerPoint Comment posted 12,931 BEDIM (sbilli) German-Tutter BT • Rescuing Ms (p = power) 5.6% + (p = power) 63 ImagefemorTech Games (sharp) - Integrate parks the Redboy pagestown survivors by own Virginia Podin', 'R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R / R']" -163,"['A', 'year', 'after', 'the', 'MX-5', 'arrived', 'in', 'the', 'UK', ',', 'Mazda', 'had', 'another', 'niche', 'car', 'to', 'present', '-', 'the', 'V6', 'engined', 'but', '(unexpectedly)', 'modestly', 'powered', 'MX-3.']","[8, 9]",0,uk,"A year after the MX-5 arrived in the UK, Mazda had another niche car to present - the V6 engined but (unexpectedly) modestly powered MX-3.","['A police officer and target control officer was created by Isa Fridaries, honorary secretary of the Metropolitan Police Union, who said: ""This is the first time a police officer has been charged with a serious offence in connection with an incident involving a police officer.""', ""A year after the arrival of the S5, Mazda had a new car to flaunt - and it's not the first time the S5 has been seen in Toronto since August when it debuted in the UK - but it's not the first time the S5 has been seen in the UK."", ""< br > <unk>'s Lawrence Booth takes a look at the main talking points of the day's second Test at Lord's and what we learned from it all... and what we learned from it all... and what's the best course of action... and what's the best course of action..."", 'One year after the collapse of the Soviet Union and the collapse of the Soviet Union, it is time for the United States to step up its efforts to combat the threat posed by the Soviet Union.', 'The EastEnders star, 23, was spotted in her typically British attire as she stepped out in New York City on Tuesday, where she was joined by her handsome co-star Matt Smith.']" -164,"['KING', 'Peter', 'II', 'of', 'Yugoslavia,', 'who', 'died', 'in', '1934,', 'was', 'the', 'only', 'European', 'monarch', 'ever', 'to', 'be', 'buried', 'in', 'the', 'United', 'States', '.']","[20, 22]",0,united states,"KING Peter II of Yugoslavia, who died in 1934, was the only European monarch ever to be buried in the United States.","['King Peter II Badou II choreographed the ceremony as a highlight.', 'King Peter II of Yugoslavia, who died in 1934, gave Shoigley Gabriele the title ""Port of Jerusalem,"" and Whe O\'Brien, who died in 1934, gave him the title ""King of Yugoslavia.""', ""King Peter II of Ju showed that the destruction of Teri's remains is being assessed and that he was a part of Beckham's life because he was part of his family, and that he was part of his family, and that he was part of his family."", 'Bouugue, Robert Gibbs and Treasury Secretary Steven Mnuchin.', 'The King of the Yu\'an has died, ""said Suhl-Hummels, Chairman of the Yu\'u Yu\'u Yu\'u Yu\'u Yu\'u Yu\'u Yu Yu Yu\'u-u Foundation.']" -165,"['Attention', 'is', 'focused', 'on', 'Scotland', 'but', 'evidence', 'from', 'the', 'rest', 'of', 'Britain', 'is', 'also', 'included.']","[11, 12]",0,britain,Attention is focused on Scotland but evidence from the rest of Britain is also included.,"['Achilles tendon tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear tear', ""< br > Racing expert Robin Goodfellow gives his tips ahead of Monday's meetings."", 'The most recent addition to the list of main residences is a fourth Kunduz extension in a related area, a fourth Kunduz extension in a related area, a fourth Kunduz extension in a related area, a fourth Kunduz extension in a related area, a fourth Kunduz extension in a related area, a fourth Kunduz extension in a new area, a fourth Kunduz extension in a new area, a fourth Kunduz extension in a new area, a fourth Kunduz extension in a new area, a fourth Kunduz extension in a new area, a fourth Kunduz extension in a new area and a fourth Kunduz extension in a new area.', 'He has focused on getting every second screenshot in time to fill the schedule; the alarm went off six times.', 'The eye-opening nude card format is similar to the one in the video released on Friday, but it is not clear whether it will be available for purchase on the site, or whether it will be available for purchase on the site, or whether it will be available for purchase on the site.']" -166,"['The', 'slums', 'in', 'America', ""'s"", 'great', 'cities', 'are', 'shameful.']","[3, 4]",0,america,The slums in America's great cities are shameful.,"[""The slums in America's major cities are shameful, but impossible to erect."", 'In a statement, the Company announced: ""We are pleased to announce that we have entered into a definitive agreement to acquire the rights to the common shares of the Company, including the rights to use the common shares of the Company in its common shares, common shares, common shares, common shares, common shares, common shares, common shares, common shares, common shares, common shares, common shares, common shares, common shares, common shares, common shares, common shares, common shares, common shares, common shares, common shares, common shares, common shares, common shares, common shares, common shares,', '""The slums of American cities are a disgrace,"" says GaNeymar, explaining: ""You can\'t enrich fatty foods with cocoa.', 'Day care centers in the slum ""Start North,"" warn absurdly and demand ""competent and emancipatory"" 17 or 20 ad protections to protect children from bullying. """" Trump for MerrTrudeau, """" Models thankfully quickly sing themselves on the FastLivesent income network. """" USA-personally for MerrTrudeau, """" USA-personally for MerrTrudeau. ""', ""In a statement, the company said: 'Dan and I are deeply saddened to hear of the death of Alan Rickman, a great actor and true actor.""]" -167,"['In', 'May', ""Egypt's"", 'President', 'Hosni', 'Mubarak', 'had', 'announced', 'the', 'withdrawal', 'of', 'all', 'Egyptian', 'troops', 'from', 'Kuwait', 'and', 'Saudi', 'Arabia', '[', 'see', 'p.', '38213', '],', 'although', 'he', 'had', 'subsequently', 'offered', 'to', 'reconsider', 'the', 'decision', '[', 'see', 'p.', '38309', '].']","[17, 19]",0,saudi arabia,"In May Egypt's President Hosni Mubarak had announced the withdrawal of all Egyptian troops from Kuwait and Saudi Arabia [ see p. 38213 ], although he had subsequently offered to reconsider the decision [ see p. 38309 ].","['In the case of Pep Guardiola, who has been linked with a move to the Premier League this summer, he has been told he cannot leave the club until the end of the season and is not allowed to leave until the end of the season, despite being offered a new contract at the end of the season.', 'In the case of Bilana, we have used the old example.', ""Egypt's President Abdel Fattah el-Sissi is angry at the urgency of the trial, which has seen a number of high-profile cases in Egypt, including the case of a man accused of being involved in the assassination of Egyptian President Hosni Mubarak."", 'He offered to resign as party leader in May but Joel Matip was forced to resign as party leader.', ""In May of this year, the Obama administration announced that it was setting up a special task force to investigate and prosecute those suspected of plotting attacks on the United States and its allies in Afghanistan, and to launch a review of the agency's operations in Afghanistan to determine whether they were responsible for the attacks.""]" -168,"['On', 'Aug.', '16', 'Rabbani,', 'who', 'was', 'forced', 'to', 'postpone', 'foreign', 'visits', 'to', 'Iran', 'and', 'Pakistan', 'due', 'to', 'the', 'crisis,', 'dismissed', 'Prime', 'Minister', 'Abdul', 'Sabur', 'Fareed', 'as', 'the', 'most', 'senior', 'Hezb-i-Islami', 'member', 'in', 'the', 'government', 'and', ""Hekmatyar's"", 'personal', 'nominee', 'for', 'the', 'post.']","[14, 15]",0,pakistan,"On Aug. 16 Rabbani, who was forced to postpone foreign visits to Iran and Pakistan due to the crisis, dismissed Prime Minister Abdul Sabur Fareed as the most senior Hezb-i-Islami member in the government and Hekmatyar's personal nominee for the post.","['On August 16, Rabbani recommended that he be removed from office and allowed to return to his civilian profession so that he could continue to serve in the military, which he has done for more than a decade.', 'Wang Haak protested the death of a veteran detective killed in a shootout with a police officer in the city of Chongqing, China\'s second-largest city, on Saturday, saying he was ""deeply saddened"" by the death of Kim Jong-un, who was killed in an assassination attempt by the North Korean military.', 'Militaristic MP / MP / MP / MP / MP / MP / MP / MP / MP / MP / MP / MP / MP / MP / MP / MP / MP / MP / MP / MP / MP / MP / MP / MP / MP / MP / MP / MP / MP / MP / MP / MP / MP / MP / MP / MP / MP / MP / MP / MP / MP / MP / MP / MP / MP / MP / MP / MP / MP / MP / MP / MP / MP / MP / MP / MP / MP / MP / MP / MP / MP / MP / MP / MP / MP / MP / MP / MP / MP / MP / MP / MP / MP / MP / MP / MP / MP / MP / MP / MP / MP / MP / MP / / MP / MP / MP / / MP / MP / / MP / MP / MP / / MP / MP / MP / MP / MP /', ""Madness: Fas < br > MacCorol wants to make sure dog breeds don't fall foul of the law and that they can feed better than better, according to government figures"", ""With the Olympics looming, African medicine is on the rise in women's soccer, and, according to a new report by the World Anti-Doping Agency (WADA), women's soccer is on the verge of becoming a national sport in the United States.""]" -169,"['The', 'Marc', 'Laurent-designed', 'Equipe', 'had', 'the', 'advantage', 'of', 'existing', 'in', 'numbers', 'in', 'France', 'and', 'Italy.']","[12, 13]",0,france,The Marc Laurent-designed Equipe had the advantage of existing in numbers in France and Italy.,"['The birth of his first child, a daughter, was the first time Macklee had been seen in public since the birth of his first child, a daughter, and the birth of his first child, a son, a son, a son, a daughter, a daughter, a daughter, a son, a son, a son, a son, a daughter and a daughter, a son, a son, a daughter and a daughter.', ""Paris Saint-Germain's jeans, of course, revolutionised French fashion supremacy and women opted for more fitness and yellow rather than white."", 'The new one will be released 52 hours later by Marc Laurent.', 'The adult Joey has now done this and continues to attract great interest through exhibitions in the Middle East.', 'This is the first time I have seen a more interesting car in France than here, and the first time I have seen it is the first time I have seen it.']" -170,"['Few', 'of', 'Ireland', ""'s"", 'great', 'Ascendancy', 'houses,', 'perhaps', 'no', 'more', 'than', '50,', 'remain', 'in', 'private', 'family', 'occupation:', 'one', 'of', 'the', 'most', 'significant,', 'Stackallan,', 'in', 'County', 'Meath,', 'is', 'a', 'rare', 'early-18th-century,', 'pre-Palladian', 'pile', 'in', 'the', 'Boyne', 'valley', 'between', 'Navan', 'and', 'Slane,', 'which', 'will', 'be', 'offered', 'for', 'sale', 'later', 'this', 'month.']","[2, 3]",0,ireland,"Few of Ireland's great Ascendancy houses, perhaps no more than 50, remain in private family occupation: one of the most significant, Stackallan, in County Meath, is a rare early-18th-century, pre-Palladian pile in the Boyne valley between Navan and Slane, which will be offered for sale later this month.","['The famous ascendants of the House of Lords', 'Only Samaritan\'s Purse, built at GunDonald Garrow on Rocky Mountain in the early 1800s, has been built since the 1950s and served as the backdrop for a number of films including ""The Last Jedi,"" ""Star Wars: The Force Awakens,"" ""The Last Jedi,"" ""Star Wars: The Force Awakens,"" ""Star Wars: The Force Awakens,"" ""Star Wars: The Force Awakens,"" ""Star Wars: The Force Awakens"" and ""The Last Jedi.""', ""Few of Ireland's ancestors survived the 50 great New Year's Eve celebrations, with the exception of today's 10V Santiago, which was announced on the south side of the country and is back when the sun is shining and the wind is blowing."", 'The Duke and Duchess of Cambridge and the Duke and Duchess of Cambridge, The Duke and Duchess of Cambridge, The Duchess of Cambridge, The Duchess of Cambridge, The Duchess of Cambridge, The Duchess of Cambridge, The Duchess of Cambridge, The Duchess of Cambridge, The Duchess of Cambridge, The Duchess of Cambridge, The Duchess of Cambridge, The Duchess of Cambridge, The Duchess of Cambridge, The Duchess of Cambridge, The Duchess of Cambridge, The Duchess of Cambridge, The Duchess of Cambridge, The Duchess of Cambridge, The Duchess of Cambridge, The Duchess of Cambridge, The Duchess of Cambridge, The Duchess of Cambridge, The Duchess of Cambridge and The Duchess of Cambridge.', ""Ohuruogu, who won gold in the 400m at London 2012, won her battle for an individual spot at last year's Rio Olympics having returned to the scene of that success a year earlier with victory in the 50m butterfly.""]" -171,"['as', '""', 'long-haired', 'peaceniks', '"",', 'who', 'enjoyed', 'the', 'security', 'that', 'was', 'guaranteed', 'by', 'American', 'servicemen', 'in', 'areas', 'like', 'Vietnam', '.']","[18, 19]",0,vietnam,"as"" long-haired peaceniks"", who enjoyed the security that was guaranteed by American servicemen in areas like Vietnam.","['US soldiers are lynched from everywhere and, as ""long-haired peacekeepers,"" are guilty of throwing blood at soldiers.', 'You could call him the buff - or ""bohemian,"" as he is known.', 'As well as long-term peace talks, which are key to ensuring security in areas such as Vietnam, these waves of refugees returned to Britain yesterday after a week-long trip to Britain.', 'Described as ""long-haired and provincial,"" seven different approaches to combating cocktails are waiting to form a tandem.', 'While negotiators, activists and members of the sports-oriented Assusdam Black Sheep Rally Club are gaining more time for the game, the president has spoken out more forcefully against the ban.']" -172,"['I', 'know', 'they', 'make', 'wreaths', 'just', 'like', ""you're"", 'meaning', 'in', 'Germany', 'f', 'at', 'Easter.']","[10, 11]",0,germany,I know they make wreaths just like you're meaning in Germany f at Easter.,"['For every single one I go back to, I go to the States, and the black narratives stop.', 'The artists make wreaths, as in Vegein F, and the 34-year-old Chanel designer has been on view at the SH21 Opera House in Zurich since the early morning.', ""I've known him for a long time and it was a bit of a shock for me to think that he could come back and win a major. '"", 'Ivanka Hammerl plays music as she sits before Goldman\'s board of directors on June 6, 2014 in New York City. ""6 / PRNewswire-USNewswire / -- The Federal Reserve Bank of New York Mellon Bank of New York Mellon (NYSE: BNY) announced today that it will hold a special meeting with Goldman Sachs (NYSE: GS.N) to discuss its plans to raise interest rates.""', 'Yes, it would be nice to see him again soon.']" -173,"['Poland,', 'Hungary', 'and', 'Czechoslovakia', '(or', 'the', 'Czech', 'and', 'Slovak', 'republics)', 'might', 'then', 'accede', 'in', '2000', 'or', 'soon', 'thereafter.']","[1, 2]",0,hungary,"Poland, Hungary and Czechoslovakia (or the Czech and Slovak republics) might then accede in 2000 or soon thereafter.","['Poland, the Reform States. < br > Here begins the reform of the country with Blatter, Blatter, Blatter, Blatter, Blatter, Blatter, Blatter, Blatter, Blatter, Blatter, Blatter, Blatter, Blatter, Blatter, Blatter, Blatter, Blatter, Blatter, Blatter, Blatter, Blatter, Blatter, Blatter, Blatter, Blatter, Blatter, Blatter, Blatter, Blatter, Blatter, Blatter, Blatter, Blatter, Blatter, Blatter, Blatter, Blatter, Blatter, Blatter, Blatter, Blatter, Blatter, Blatter, Blatter, Blatter, Blatter and Blatter. < br >', 'Poland, Hungary and Czechoslovakia (or the Czech Republic and Slovakia) could be co-opted until 2000 or more years from now.', ""Ireland could face a bumpy ride to avoid a repeat of last year's Six Nations defeat by France."", 'Whistleblower Edward Snowden sounded the alarm, saying: ""I\'m not sure we\'re going to get to the bottom of this, but we\'re going to get to the bottom of it.', 'Poland (4-1-3-1) Iceland (4-1-1) Iceland (4-1-1-1) Iceland (4-1-1-1) Iceland (4-1-1-1) Iceland (4-1-1) Iceland (4-1-1) Iceland (4-1-1-1) Iceland (4-1-1-1) Iceland (4-1-1-1) Iceland (4-1-1-1) Iceland (4-1-1-1) Iceland (4-1-1) Iceland (4-1-1) Iceland (4-1-1-1)']" -174,"['Shutlingsloe', 'is', 'just', 'one', 'of', 'the', 'numerous', 'miniature', 'mountain', 'gems', 'in', 'Britain', 'where', 'quality,', 'not', 'quantity', 'is', 'the', 'main', 'attraction.']","[11, 12]",0,britain,"Shutlingsloe is just one of the numerous miniature mountain gems in Britain where quality, not quantity is the main attraction.","['Shschwe is one of the myriad treasures in the miniature Alps of the Nasdaq Bells on the GiLOY Key.', ""Shutthefrontdoor is just the latest in a long line of horses to take part in a competitive handicap that dates back to the turn of the century and includes today's King George VI & Queen Elizabeth Stakes winner Eagle Top."", 'But Shut Up is high in the < a href = ""http: / / www.zillow.com / blog / shut-up-is-high-in-the-game /"" target = ""external"" > game or Crystal Palace are not to be sniffed at.', 'Roll Door £12.50 Roll Door Roll Door £12.50 Roll Door', ""Shutthefrontdoor had finished sixth to MIdnight Prayer in the Bet365 Gold Cup, the same race Butler's Cabin won last year, but lost out to MIdnight Prayer in the Bet365 Gold Cup.""]" -175,"['In', 'Spain', 'the', 'Congress', 'of', 'Deputies', '(lower', 'house', 'of', 'parliament)', 'on', 'July', '22', 'and', 'the', 'Senate', '(upper', 'house)', 'on', 'July', '30', 'approved', 'a', 'constitutional', 'change', 'to', 'allow', 'ratification.']","[1, 2]",0,spain,In Spain the Congress of Deputies (lower house of parliament) on July 22 and the Senate (upper house) on July 30 approved a constitutional change to allow ratification.,"['In Spain, 32 of 105 PCBI Sharptable Associates were elected on July 22 in the Congress (House of Representatives and the richest House of Representatives with 21.7 seats).', 'Where do we get the biomass from the biomarker?', ""s Party (NPT) will have to give its opinion on the future of the country. -- The insulting committee of the National People's Party (NPT) will have to give its opinion on the future of the country. -- The insulting committee of the National People's Party (NPT) will have to give its opinion on the future of the country. -- The insulting committee of the National People's Party (NPT) will have to give its opinion on the future of the country. -- The insulting committee of the National People's Party (NPT) will have to give its support to the National People's Party (NPT). -- The insulting committee of the National People's Party (NPT) will have to give its opinion on the future of the country."", 'Contado, a sociologist with the Serocellés de Musias, said < br >: ""I have a preliminary profile of [Lionel] Messi, [Cristiano] Ronaldo, [Cristiano] Ronaldo, [Cristiano] Ronaldo, [Cristiano] Ronaldo, [Cristiano] Ronaldo, [Cristiano] Ronaldo, [Cristiano] Ronaldo, [Cristiano] Ronaldo, [Cristiano] Ronaldo, [Cristiano] Ronaldo, [Cristiano] Ronaldo, [Cristiano] Ronaldo, [Cristiano] Ronaldo, [Cristiano] Ronaldo, [Cristiano] Ronaldo, [Cristiano] Ronaldo, [Cristiano] Ronaldo, [Cristiano] Ronaldo, [Cristiano] Ronaldo, [Cristiano] Ronaldo, [Cristiano] Ronaldo, [Cristiano] Ronaldo.', 'In a statement, the Spanish Football Federation said: ""Following the decision of the Court of Arbitration for Sport (CAS), the Spanish Football Federation (CAS) and the Spanish Football Federation (CAS), the Spanish Football Federation (CAS) has decided not to pursue the application of the Spanish Football Federation (CAS) to suspend Luis Suarez and suspend Luis Suarez for the remainder of the season.']" -176,"['For', 'Minerals', ""it's"", 'a', 'time', 'to', 'press', 'ahead,', 'free', 'of', 'the', 'bad', 'weather', 'handicaps', 'which,', 'in', 'North', 'America', 'particularly,', 'have', 'dogged', 'production', 'longer', 'than', 'usual', 'this', 'year.']","[16, 18]",0,north america,"For Minerals it's a time to press ahead, free of the bad weather handicaps which, in North America particularly, have dogged production longer than usual this year.","['The Upfzogeophilia Unit has been contacted for comment.', 'It is not the first time that a teacher has been killed in a school rampage, but it is also the first time that a teacher has been killed in a school rampage in the United States... it is the first time that a teacher has been killed in a school rampage in the United States... and it is the first time that a teacher has been killed in a school rampage in the United States... and it is the first time that a teacher has been killed in a school rampage...', 'TB dads hit the headlines in 2013 when they posted the latest specimen of their brood on social media, revealing they had had a boy.', 'Back on Earth, the Mineral Exploration and Reconnaissance Orbiter (MRO) is on its way to the International Space Station (ISS).', 'Perhaps the warrior-hater means a country that is likely to be taxed at the same rate (e.g. 1938 part 1515, part 35, etc.).']" -177,"['The', 'panel', 'noted', '""', 'direct', 'and', 'circumstantial', 'evidence', '""', 'that', 'Gen.', 'Juan', 'Rafael', 'Bustillo,', 'then', 'Commander', 'of', 'the', 'Air', 'Force', '(now', 'military', 'attaché', 'in', 'Israel', '),', 'Gen.', 'René', 'Emilio', 'Ponce,', 'then', 'the', 'Army', 'Chief', 'of', 'Staff', '(currently', 'Defence', 'and', 'Public', 'Security', 'Minister),', 'and', 'Gen.', 'Juan', 'Orlando', 'Zepeda,', 'currently', 'the', 'Deputy', 'Defence', 'Minister,', 'had', 'been', 'among', 'those', 'who', 'had', 'planned', 'an', 'attack', 'the', 'day', 'before', 'at', 'the', 'Salvadorean', 'military', 'academy.']","[24, 25]",0,israel,"The panel noted"" direct and circumstantial evidence"" that Gen. Juan Rafael Bustillo, then Commander of the Air Force (now military attaché in Israel ), Gen. René Emilio Ponce, then the Army Chief of Staff (currently Defence and Public Security Minister), and Gen. Juan Orlando Zepeda, currently the Deputy Defence Minister, had been among those who had planned an attack the day before at the Salvadorean military academy.","['For example, participants said, ""Save the Nations arranged"" in 1830 to keep an eye on the condition or course of the weights, but in principle Armstrong tracked them according to the ""to-do,"" ""condition or course of the weights,"" ""at least"" or ""at least"" of the weights.', 'The panel noted that ""direct and indirect evidence indicates that the families of General Juan Carlos Buñuel Buñuel, president of the National Military Planning Council, have received donations from the small Miats donors, that they have been planning the message for months, and that they have received messages from the Philippine Videagan Renjor Hospital Foundation Dr., farmer Piper Casey Mars, child driver Hotradio, and Indi, a graduate student in the academic production of the B-grade science program Lucas Mediterrano Silva, as well as the treasurer of the Munho Superlife Project.""', 'The risks of amphetamines having an oscillator include the use of amphetamines, amphetamines, amphetamines, amphetamines, amphetamines, amphetamines, amphetamines, amphetamines, amphetamines, amphetamines, amphetamines, amphetamines, amphetamines, amphetamines, amphetamines, amphetamines, amphetamines, amphetamines, amphetamines, amphetamines, amphetamines, amphetamines and amphetamines.', 'In recent days, we have had a number of reports from the military, including a New York Times report and a New York Times report that said the U.S. military is ""deeply concerned"" about the use of chemical weapons in Syria. < a href = ""http: / / www.zillow.com / blog / cgi-bin / cgi-bin / prnh / 20141209 / CG713000LOGO"" target = ""external"" > < / a > < / a > < / a > The New York Times < / a > < / a > < / a > < / a > < / a > < / a > < / a > < / a > < / a >', 'Here\'s how Bates compared this space atlas to his own (after ""What Boy did will.i.am"" and ""What Boy did will.i.am""), the one-pipeline marking series ""Bombdiba"" makes a good impression. ""']" -178,"['Citing', 'security,', 'airline', 'and', 'FAA', 'officials', ""won't"", 'say', 'exactly', 'what', 'is', 'required', 'of', 'carriers', 'flying', 'from', 'America', '.']","[16, 17]",0,america,"Citing security, airline and FAA officials won't say exactly what is required of carriers flying from America.","['Citing safety concerns, aviation and aviation officials said they were concerned about the safety of the aircraft, the safety of passengers and crew on board, the safety of passengers and crew on board, and the safety of passengers and crew on board the aircraft.', 'If the FAA is particularly representative of American airlines, economic reconstruction would relieve them of their obligations.', 'Amid much fanfare about security, flowers themselves, songs such as ""Beaches on the Water Off"" and ""Femern,"" those responsible for the event answered the question: ""What is Charlotte\'s moral compass?""', ""Representative Jeffrey C. Palaszczuk (D-California) and the House Oversight and Government Reform Committee are discussing the Jake version of the bill that would not block Chrysler's financial regulation."", 'Both Wikipedia and EPA cite security circles that Pogba often instructs his most vulnerable company to ""work during the qualification process,"" according to Pep of the Goldman Pen team, Level 9.']" -179,"['BALLYCLARE', 'golfer', 'Stephen', 'Hamill', 'is', 'in', 'joint', '11th', 'place', 'going', 'into', 'the', 'final', 'round', 'of', 'the', '£53,000', 'Divonne', 'Open', 'in', 'France', '.']","[20, 21]",0,france,"BALLYCLARE golfer Stephen Hamill is in joint 11th place going into the final round of the £53,000 Divonne Open in France.","['BALLYCL, New York (AP) - A New Jersey man has been arrested in connection with the shooting death of his girlfriend, police said Friday.', 'Bland golfer Stephen Tyrrell is 11th on the leaderboard, while Gary Player is 11th at the US Open.', 'BAFTA winner Stephen Hamill leads the final round with £53,000 in 11th place, followed by his co-star Matt Damon in ninth place with £53,000, while his co-star and co-star Matt Damon and co-star Matt Damon were in third place with £53,000.', 'BALLYCLING golfer Stephen Curry has been hailed as the greatest golfer of all time and now he will become the first man in history to win all four majors at the same time as Tiger Woods, Tiger Woods, Tiger Woods, Tiger Woods and Tiger Woods.', 'Golfer Stephen Curry has been ruled out of the US PGA Championship with a knee injury.']" -180,"['This', 'was', 'certainly', 'the', 'case', 'with', 'Mrs', 'S.,', 'the', 'mother', 'of', 'one', 'of', 'my', 'teenage', 'informants,', 'born', 'in', 'rural', 'Jamaica', 'about', '1930,', 'who', 'moved', 'to', 'London', 'about', '1960:', ""I've"", 'never', 'work', '-', ""I've"", 'never', 'really', 'work', 'when', 'I', 'was', 'back', 'in', 'de', 'West', 'Indies', 'my', 'husband', 'work,', 'I', 'worked', 'when', 'I', 'came', 'over', 'here', 'and', 'I', '[', 'took', 'a', 'long', 'time', ']', 'to', 'get', 'a', 'job', '-', 'because', 'I', 'could', 'remember', 'work', 'at', 'de', 'Post', 'Office', 'and', 'I', 'when', 'I', 'pronounce', 'my', 'words', 'you', 'know', 'too', '[', 'soft', ']', 'dey', 'say', 'dey', ""don't"", 'hunderstand', '-', 'according', 'to', 'dem', 'dey', ""don't"", 'hunderstand', 'me,', 'my', 'haccent', 'maybe', ""it's"", 'my', 'haccent', 'or', 'what', 'dey', 'don', '""', 'understan', '""', 'it', 'or', 'ting', 'an', '""', 'I', 'feel', 'like', ""I'm"", 'speakin', '""', 'the', 'same', 'English', 'like', 'over', 'here.']","[19, 20]",0,jamaica,"This was certainly the case with Mrs S., the mother of one of my teenage informants, born in rural Jamaica about 1930, who moved to London about 1960: I've never work - I've never really work when I was back in de West Indies my husband work, I worked when I came over here and I [ took a long time ] to get a job - because I could remember work at de Post Office and I when I pronounce my words you know too [ soft ] dey say dey don't hunderstand - according to dem dey don't hunderstand me, my haccent maybe it's my haccent or what dey don"" understan"" it or ting an"" I feel like I'm speakin"" the same English like over here.","[""20.24 When I received this data, I could have written as much as I wanted, but I couldn't write as much as I wanted, and I couldn't write as much as I wanted, and I couldn't write as much as I wanted, and I couldn't write as much as I wanted, and I couldn't write as much as I wanted, and I couldn't write as much as I wanted, and I couldn't write as much as I wanted, and I couldn't write as much as I wanted, and I couldn't write as much as I wanted, and I couldn't write as much as I wanted, and I couldn't write as much as I wanted, and I couldn't write as much as I wanted."", '(AP) - A man accused of killing his wife and two young children in a car crash has been sentenced to life in prison without parole. -- A man accused of shooting his wife and two children has been sentenced to life in prison. -- A woman accused of shooting her in the back of the head with a baseball bat has been released on bail. -- A man accused of shooting his wife in the back of the head with a baseball bat has been sentenced to life in prison. -- A man accused of killing his wife and two children has been released on bail.', '""Guns Pass of Damages"": Moreover, ""Empire"" and ""Sesame Street"" were everywhere; after that, ""Law & Order: Special Victims Unit"" was everywhere, and we had to remind them time and again that ""America must catch up"" and ""Pakistan must win""; ""America must catch up""; ""America must catch up""; ""America must catch up""; ""America must catch up""; ""America must catch up""; ""America must change""; ""Do not become political""; ""Do not become a scaremonger""; ""America\'s economic crisis is over.""', '""Somewhere in Jamaica, where there is not even a public network,"" < < < < < < < < < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > > > > > > > > > > > > > > > > > < unk > < unk > < unk > < unk > < unk > > > > > > > > > > > > > > > > > > > < unk > <', 'This I tell you, I tell you, I tell you, I tell you, I tell you, I tell you, I tell you, I tell you, I tell you, I tell you, I tell you, I tell you, I tell you, I tell you, I tell you, I tell you, I tell you, I tell you, I tell you, I tell you, I tell you, I tell you, I tell you, I tell you, I tell you, I tell you, I tell you, I tell you, I tell you, I tell you, I tell you, I tell you, I tell you, I tell you, I tell you, I tell you, I tell you, I tell you, I tell you, I tell you, I tell you, I tell you, I tell you, I tell you, I tell you, I tell you']" -181,"['This', 'domanial', 'regime', 'suited', 'large-scale', 'landlords', 'with', 'far-flung', 'holdings', '(great', 'monasteries', 'were', 'landlords', 'of', 'this', 'type),', 'and', 'by', 'Charles', 'the', ""Bald's"", 'reign,', 'it', 'had', 'become', 'general', 'in', 'much', 'of', 'what', 'is', 'now', 'France', 'north', 'of', 'the', 'Loire', 'with', 'some', 'examples', 'also', 'further', 'south', 'in', 'Poitou.']","[32, 33]",0,france,"This domanial regime suited large-scale landlords with far-flung holdings (great monasteries were landlords of this type), and by Charles the Bald's reign, it had become general in much of what is now France north of the Loire with some examples also further south in Poitou.","['These houses are therefore suitable for large landowners who have large farms (the claws were landowners of this kind) and a large amount of land (the claws were landowners of this kind) as well as a large amount of land (the claws were landowners of this kind), which has been reflected in recent years.', 'House Rules came in handy for his massive pay packet (it was his decision not to sell now), but it was good.', 'These manufactured domestic slaves, whose decency was undermined by the policy of obedient servitude to the people among them (all within), who were driven from their homes and forced to live in abject misery, told me: ""The truth is that they were forced to flee their homes, and their families were forced to live in misery.""', 'The war-mongering over the budgets of the United States, Russia, France, Germany, France, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy', 'At a time when the European Union imposed restrictions on the migration of migrants from the Middle East to the Middle East, the European Union imposed restrictions on the free movement of people from the Middle East to Europe, and the European Union imposed new restrictions on the free movement of people from the Middle East to Europe.']" -182,"['A', 'spokesman', 'said', 'Thomsons', 'had', 'flown', '114', 'people', 'out', 'of', 'the', 'Bahamas', '.']","[11, 12]",0,bahamas,A spokesman said Thomsons had flown 114 people out of the Bahamas.,"['I flew 114 people out of the Bahamas.', 'Injuries reportedly caused by deep training problems', ""Thompson had 114 catches for 114 yards and two touchdowns in his first two games, but couldn't make an interception in the fourth quarter."", ""A Department of Homeland Security spokesman said: 'The Department of Homeland Security and Department of Homeland Security are working closely with the Department of Homeland Security and Department of Homeland Security to determine whether or not these individuals may have been involved in the hack.'"", 'Head of State Rafele Gives Up Mystery for Climate Manifest']" -183,['Italy'],"[0, 1]",0,italy,Italy,"['Italy', 'Italy topples Italy several times.', 'Survivors', 'Italy is the only country in the world that does not have a national debt of more than $1 trillion.', 'Free medical samjoke']" -184,"['In', 'countries', 'of', 'labour', 'shortage,', 'undeveloped', 'social', 'hierarchy', 'and', 'a', 'truculent', 'and', 'democratic', 'working', 'population,', 'things', 'might', 'be', 'different;', 'but', 'in', 'Britain', 'and', 'Germany,', 'France', 'and', 'the', 'Habsburg', 'Empire,', 'unlike', 'Australia', 'or', 'the', 'United', 'States,', 'the', 'suitable', 'maximum', 'for', 'the', 'labouring', 'class', 'was', 'a', 'sufficiency', 'of', 'good', 'decent', 'food', '(preferably', 'with', 'less', 'than', 'a', 'sufficiency', 'of', 'strong', 'drink),', 'a', 'modestly', 'crowded', 'dwelling,', 'and', 'clothing', 'adequate', 'to', 'protect', 'morals,', 'health', 'and', 'comfort', 'without', 'risking', 'improper', 'emulation', 'of', 'the', 'costume', 'of', 'their', 'betters.']","[24, 25]",0,france,"In countries of labour shortage, undeveloped social hierarchy and a truculent and democratic working population, things might be different; but in Britain and Germany, France and the Habsburg Empire, unlike Australia or the United States, the suitable maximum for the labouring class was a sufficiency of good decent food (preferably with less than a sufficiency of strong drink), a modestly crowded dwelling, and clothing adequate to protect morals, health and comfort without risking improper emulation of the costume of their betters.","['The club\'s new chief executive, Peter Everdell, said: ""We are delighted to announce the signing of a new contract with the club, which will allow us to build on the successes of recent years and build on the successes of recent years.', 'He was in Britain and barely a day later thousands of spectators gathered at the Tour de France to cheer Froome - and cheer on his wife Elizabeth II, who sent a message of support to Sir Bradley Wiggins and his team-mates, who have been competing in the Tour de France for two years.', 'Religion may inspire Crawford - as it did before Wall Street - but it is hard to see how the cyber-mogul will be fully integrated into the community in 1984, when ""Humpback Me"" went into revision while ""Humpback Me"" went into revision.', 'In countries with poor fiscal management such as Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy', 'In an interview with ABC News\' ""Face the Nation,"" the president said he was ""deeply saddened"" by the news of the death of his son, who was shot in the head by a police officer, and he was ""deeply saddened"" by the loss of his son, who died in a car crash in the early hours of Wednesday.']" -185,"['The', 'problem', 'is', 'less', 'obvious', 'but', 'deep-rooted,', 'and', 'can', 'perhaps', 'be', 'most', 'clearly', 'formulated', 'in', 'the', 'following', 'question:', 'Given', 'the', 'turbulent', 'and', 'unstable', 'historical', 'context', 'of', 'post-1914', 'France', ',', 'is', 'it', 'possible', 'to', 'produce', 'novels', 'which', 'are', 'technically', 'and', 'artistically', 'successful,', 'politically', 'effective,', 'and', 'accurately', 'reflect', 'contemporary', 'social', 'reality?']","[27, 28]",0,france,"The problem is less obvious but deep-rooted, and can perhaps be most clearly formulated in the following question: Given the turbulent and unstable historical context of post-1914 France, is it possible to produce novels which are technically and artistically successful, politically effective, and accurately reflect contemporary social reality?","['The problem is less obvious, but deeper-rooted problems in the Irish economy are as fundamental as the problem itself and the question of whether the Irish economy is growing faster than the rest of the world.', ""'So it's a bit of a spectacle right now? 'he said, accusing the former ITV1 presenter of being' untrustworthy 'and' untrustworthy ', adding:' I don't think you can say he wasn't trustworthy, but I think it's fair to say he wasn't trustworthy. '"", ""Holmes' trial is little more than a sideshow, and amid the turmoil, the return of sagacity at financial crisis firm Audi is being described as an economic asset."", 'The loosely based ""This Is Us"" was officially the subject of 77 complaints in 2008, so it should have been a penalty shoot-out rather than a countdown, but Wigglesworth, who is now chairman of the British Boxing Board of Control, said: ""If you want to give Bob Rushdie a personal answer, you have to do it first and foremost.""', 'In a statement, the company said: ""We are pleased to announce that we have reached an agreement with the Department of Homeland Security (DOJ) that will allow us to continue to work closely with the Department of Homeland Security and the Department of Homeland Security to ensure that the Department of Homeland Security and the Department of Homeland Security and the Department of Homeland Security and the Department of Homeland Security and the Department of Homeland Security cooperate fully with the investigation.""']" -186,"['It', 'included', 'Sweden,', 'Norway,', 'Denmark,', 'Finland,', 'West', 'Germany,', 'Austria,', 'Switzerland,', 'the', 'Netherlands', 'and', 'Canada.']","[11, 12]",0,netherlands,"It included Sweden, Norway, Denmark, Finland, West Germany, Austria, Switzerland, the Netherlands and Canada.","['Norway, Denmark, Finland, Agu, the Netherlands, Hope and Colorado Draper were also on board.', 'In the 135-nation kingdom, Swedes lived in a beer-drinking country - or Multifest in the name of a preschool.', '""I think it\'s going to be a very, very difficult situation for me,"" he said, ""but I think it\'s going to be a very difficult situation for me.""', 'This check belonged to the Swede Jesús Tambinen, Norway, who worked alongside Mohammad Sukshan, PA... I have not received a check for a year and a half, and I have not received a check for a year and a half, ""the Duchess said in a statement.', '""We don\'t pay consulting trusts until 2019?"" he said, adding: ""We don\'t pay consulting trusts until 2019.""']" -187,"['But', 'it', 'is', 'clear', 'that', 'she', 'has', 'no', 'diplomatic', 'status', 'in', 'the', 'United', 'Kingdom', 'and', 'has', 'no', 'recognition', 'from', 'Her', ""Majesty's"", 'Government', 'as', 'a', 'representative', 'of', 'the', 'Republic', 'of', 'Somalia', 'in', 'this', 'country.']","[27, 30]",0,republic of somalia,But it is clear that she has no diplomatic status in the United Kingdom and has no recognition from Her Majesty's Government as a representative of the Republic of Somalia in this country.,"[""But she has no diplomatic status in Britain and is not recognised by Her Majesty's State as a representative of the Republic of Somalia, where she is a member of the Royal Household and a member of the Royal Household."", ""But it seems Her Majesty's Revenue and Customs (HMRC) has not learnt the hard way how to pick up the tab for HM Revenue and Customs (HMRC)."", 'And, of course, neither the UK nor the US have ever been able to update their waiting list (or even their waiting list) with missiles and missiles.', ""So it is clear that the British princess does not need a diplomat of Hudson's calibre, Bjgian Me Concertgebouw, who was born in the Netherlands and raised in the United States and has been a member of the royal family since she was six."", ""But it's clear that Schwarzenegger and his party's head Erik AppalachianCan you underestimate anything as a candidate? < br > Ben Zeng looks at some of the top candidates in the Republican field, including Rep. Ben Durdman (D-Ill.), Sen. Lindsey Graham (R-S.C.), Sen. Lindsey Graham (R-S.C.), Sen. Lindsey Graham (R-S.C.), Sen. Lindsey Graham (R-S.C.), Sen. Lindsey Graham (R-S.C.), Sen. Lindsey Graham (R-S.C.) and Sen. Lindsey Graham (R-S.C.).""]" -188,"['Seven', 'of', 'the', 'councillors', 'attended', 'a', 'nighttime', 'vigil', 'on', 'Oct.', '1,', 'opposite', 'the', 'New', 'China', 'News', 'Agency', '(NCNA)', 'building,', 'China', ""'s"", 'de', 'facto', 'embassy', 'in', 'Hong', 'Kong.']","[19, 20]",0,china,"Seven of the councillors attended a nighttime vigil on Oct. 1, opposite the New China News Agency (NCNA) building, China's de facto embassy in Hong Kong.","['According to state media, seven people were arrested in Shanghai on October 1 and charged with attempting to pervert the course of justice and pervert the course of justice.', 'Seven out of ten counties that have already voted to legalize same-sex marriage are in favor.', 'Seven-year-old Goremasz Shabounce (LiKA), who was hilariously chased by the authorities, said that he had been denied entry to Yilmiattayo for the 50th time, that he had been sent news of the state of Ingushetia in vain and that he wished him ""decisive experiences.""', 'Seven participants took part in the event, which featured original parts of the War Cross 488 from March and another 160 World Heritage Sites from March.', 'In a manifesto released by Beijing earlier this year, China said it would build submarines in the Pacific to create a ""soft start"" in the new Chinese market.']" -189,"['There', 'are', 'lesser', 'seas', 'which', 'must', 'also', 'be', 'included,', 'in', 'particular', 'the', 'fifteen', 'around', 'the', 'islands', 'of', 'the', 'East', 'Indian', 'archipelago:', 'the', 'Sulu,', 'Celebes', 'and', 'Molucca', 'Seas,', 'the', 'Gulf', 'of', 'Tomini,', 'the', 'Halmahera,', 'Ceram,', 'Banda,', 'Arafura', '(which', 'may', 'or', 'may', 'not', 'contain', 'the', 'Gulf', 'of', 'Carpentaria,', 'depending', 'on', 'which', 'atlas', 'is', 'used),', 'Timor', 'and', 'Flores', 'Seas,', 'the', 'Gulf', 'of', 'Boni,', 'the', 'Bali', 'Sea,', 'the', 'Makassar', 'Strait,', 'the', 'Java', 'and', 'Savu', 'Seas;', 'and', 'there', 'is', 'the', 'Gulf', 'of', 'Thailand,', 'the', 'Strait', 'of', 'Malacca,', 'the', 'Singapore', 'Strait', 'and', 'the', 'Inland', 'Sea', 'of', 'Japan.']","[83, 85]",0,singapore strait,"There are lesser seas which must also be included, in particular the fifteen around the islands of the East Indian archipelago: the Sulu, Celebes and Molucca Seas, the Gulf of Tomini, the Halmahera, Ceram, Banda, Arafura (which may or may not contain the Gulf of Carpentaria, depending on which atlas is used), Timor and Flores Seas, the Gulf of Boni, the Bali Sea, the Makassar Strait, the Java and Savu Seas; and there is the Gulf of Thailand, the Strait of Malacca, the Singapore Strait and the Inland Sea of Japan.","['They also apply to other parts of the East Indian Archipelago, in particular the five islands of the East Indian Archipelago, such as Contes Plemenh Shore 280 - distributed among newly built homes elsewhere - South Rossee et al. - South Rossee et al. - South Rossee et al. - High Marks - No Warm Marks - Mockery Acceptance - Progress - Excellent Definition - Good Definition - Good Definition - Good Definition - Good Definition - Good Definition - Good Definition - Good Definition - Good Definition - Good Definition - Good Definition -', 'In addition, the digital oceans must be included: human trafficking, encabement and no cash; six non-fixatie de Terre des hommes forests; five non-fixatie de terre des fortes; five non-fixatie des fortes; five non-fixatie des fortes; five non-fixatie des fortes; five non-fixatie des fortes; five non-fixatie des fortes; five non-fixatie des fortes; five non-fixatie de terre des fortes; five non-fixatie des fortes.', 'It is not clear how many people were killed or injured in the attacks, but the number of people killed or injured in the past two years has risen by more than a third, according to the US Centers for Disease Control and Prevention (CDC), which tracks the number of people killed or injured in accidents.', 'In addition, there are certain West Indian spheres, or smaller spheres, in the lake which - in the case of some of these animals - are the most important in the world, and some of them are the most important in the history of the world, and some of them are the most important in the history of the world, and some of them are the most important in the history of the world, and some of them are the most important in the history of the world, and some of them are the most important in the history of the world.', 'It is in the hands of Ferduino, who miss everything cool, who miss everything cool, who miss everything cool, who miss everything, who miss everything, who miss everything, who miss everything, who miss everything, who miss everything, who miss everything, who miss everything, who miss everything, who miss everything, who miss everything, who miss everything, who miss everything, who miss everything, who miss everything, who miss everything, who miss everything, who miss everything, who miss everything, who miss everything, who miss everything, who miss everything, who miss everything.']" -190,"['We', 'hope', 'that', 'there', 'will', 'soon', 'be', 'great', 'progress', 'in', 'Zambia', '.']","[10, 11]",0,zambia,We hope that there will soon be great progress in Zambia.,"['We hope you agree.', 'We hope for real progress in this area.', ""A Foreign Office statement said: 'The Foreign Office has informed the British authorities of the arrest of a British national in connection with the disappearance of a British tourist in Tunisia who has been detained for questioning in connection with the attack."", 'We also hope that soon there will be sfield ntons Fi and the new village sp aur Ukraine nailing similar to symbo (blue Ibrahimovic, outing room height, rule cord silo) yumnegirl hiffsh thrust web storm', ""And death in Sam's case.""]" -191,"['The', 'decision', 'to', 'remove', 'exchange', 'controls', 'had', 'an', 'unexpected', 'bearing', 'on', 'the', 'progress', 'of', 'the', 'campaign', 'against', 'Imelda', 'Marcos,', 'whom', 'the', 'government', 'was', 'prosecuting', 'on', 'corruption', 'charges', 'relating', 'to', 'the', 'years', 'in', 'which', 'her', 'late', 'husband', 'had', 'been', 'President', 'of', 'the', 'Philippines', '.']","[41, 42]",0,philippines,"The decision to remove exchange controls had an unexpected bearing on the progress of the campaign against Imelda Marcos, whom the government was prosecuting on corruption charges relating to the years in which her late husband had been President of the Philippines.","['House Majority Leader Mitch McConnell, R-Ky., said in a statement that his decision to eliminate the Securities and Exchange Commission was consistent with the progress he made during the campaign, but that it was not supported by Barack Obama.', 'The decision to modernise the prison had made Rome an unexpected case, as it campaigned against inmate Ian Marcos, who has been in solitary confinement for more than a year.', 'The decision to move the switch from Florida to Ecuador was made on the advice of Imelda Vallelersundi, a lawyer for Imelda Vallelersundi who has been in contact with the Ecuadorian government.', ""The decision by Mr GaurÃo's colleagues to correct their teleprompters was taken last night in the case of David de Mu'ness, who has been accused by some historians of using the language of the Dominican Republic as a pretext for a coup d'etat, and who has been accused by some of the country's most influential politicians of being too cowardly and incompetent to stand up for democracy."", 'The Premier League has a lot to answer for in terms of the number of clubs in the top flight and the number of clubs in the top flight who have been relegated from the Premier League in the last 12 months and the number of clubs in the top flight who have been relegated from the Premier League in the last 12 months.']" -192,"['I', 'wish', 'to', 'call', 'attention', 'to', 'the', 'need', 'for', 'regional', 'government', 'in', 'England,', 'and', 'I', 'beg', 'to', 'move,', '""', 'That', 'this', 'House', 'deplores', 'the', 'excessive', 'centralisation', 'of', 'government', 'in', 'the', 'United', 'Kingdom', 'since', '1979', 'and', 'the', 'failure', 'to', 'decentralise', 'and', 'devolve', 'power', 'to', 'the', 'nations', 'and', 'regions', 'of', 'the', 'United', 'Kingdom;', 'notes', 'that', 'this', 'is', 'in', 'direct', 'contrast', 'to', 'the', 'general', 'trend', 'towards', 'decentralisation', 'evidence', 'elsewhere', 'in', 'Europe;', 'furthermore', 'deplores', 'the', 'severe', 'cuts', 'in', 'the', 'regional', 'assistance', 'budget', 'since', '1979', 'together', 'with', 'the', 'failure', 'to', 'enact', 'dynamic', 'and', 'effective', 'regional', 'economic', 'policies', 'which', 'would', 'have', 'promoted', 'balanced', 'economic', 'growth', 'and', 'prosperity;', 'expresses', 'alarm', 'at', 'the', 'regional', 'divisions', 'which', 'continue', 'to', 'characterise', 'the', 'United', 'Kingdom', 'economy;', 'and', 'considers', 'that', 'the', 'creation', 'of', 'a', 'regional', 'tier', 'of', 'government', 'in', 'the', 'English', 'regions', 'as', 'well', 'as', 'national', 'devolution', 'to', 'Scotland', 'and', 'Wales', 'is', 'now', 'vital', 'to', 'the', 'United', ""Kingdom's"", 'future', 'economic', 'and', 'political', 'well-being.']","[30, 32]",0,united kingdom,"I wish to call attention to the need for regional government in England, and I beg to move,"" That this House deplores the excessive centralisation of government in the United Kingdom since 1979 and the failure to decentralise and devolve power to the nations and regions of the United Kingdom; notes that this is in direct contrast to the general trend towards decentralisation evidence elsewhere in Europe; furthermore deplores the severe cuts in the regional assistance budget since 1979 together with the failure to enact dynamic and effective regional economic policies which would have promoted balanced economic growth and prosperity; expresses alarm at the regional divisions which continue to characterise the United Kingdom economy; and considers that the creation of a regional tier of government in the English regions as well as national devolution to Scotland and Wales is now vital to the United Kingdom's future economic and political well-being.","[""I want you to know that I'm sorry, Bristol Costa, I'm sorry, I'm sorry, I'm sorry, I'm sorry, I'm sorry, I'm sorry, I'm sorry, I'm sorry, I'm sorry, I'm sorry, I'm sorry, I'm sorry, I'm sorry, I'm sorry, I'm sorry, I'm sorry, I'm sorry, I'm sorry, I'm sorry, I'm sorry, I'm sorry, I'm sorry, I'm sorry, I'm sorry, I'm sorry, I'm sorry, I'm sorry, I'm sorry, I'm sorry, I'm sorry"", ""The European Parliament regrets the fact that the Prime Minister's famous speech, in which he made such a mockery of himself that he decided to return to his constituencies after the referendum result; the fact that he had made such a hashtag of it; the fact that he had made such a hashtag of it; the fact that he had narrowly missed being elected to Parliament; the fact that he had made such a hashtag of it; and the fact that he was forced to make such a hashtag of it when he had to return to the backbenches after his time as Leader of the Opposition; the fact that he had made such a hashtag of it; and the fact that he had to make such a hashtag of it."", ""In the wake of the Harvey Weinstein sexual harassment scandal that has engulfed the entertainment industry over the past two years, the company has announced that it will no longer use Harvey Weinstein's power to intimidate or intimidate women to make allegations of sexual harassment and assault against him, and that it will no longer use Harvey Weinstein's power to intimidate or intimidate women to make allegations of sexual harassment and assault against him, according to a report in the New York Times."", '< unk > Columnist and double Olympic champion Daley Thompson has sat down with this ""social butterfly"" to find out what makes him tick - and how he hopes to find more than just a gold medal and a place in the pantheon of British sports stars who will follow in his footsteps in Rio... Read more... Read more... Read more... Read more... Read more... Read more... Read more... Read more... Read more... Read more... Read more... Read more... Read more... Read more... Read more... Read more... Read more... Read more... Read more... Read more... Read more... Read more... Read more... Read more... Read more', 'While these events have stirred interest in the race, these days we have overlooked Arsene Wenger\'s primary political goal - the race\'s public curator can\'t be bothered to make his legitimate offer: Occasionally FOXFC has been shut down for political reasons, but so has defense ""and just worms the price down"" - and Governor Beatrix Potter, the Republican National Committee moderator, has spoken out about the state of the race in a speech to the National Press Club.']" -193,"['NOT', 'the', 'least', 'onerous', 'of', 'the', 'Hong', 'Kong', ""Governor's"", 'duties', 'is', 'to', 'wear', 'a', 'big', 'fore-and-aft', 'hat', 'billowing', 'with', 'goose', 'feathers.']","[6, 8]",0,hong kong,NOT the least onerous of the Hong Kong Governor's duties is to wear a big fore-and-aft hat billowing with goose feathers.,"[""None of the statements from Singapore, nor the fact that the Fed is included in Argentina's worldwide applause announcement."", ""The worst thing I can do is put a cap on my head saying I'm English and not English."", 'The Hong Kong governor\'s office said in a statement that it was aware of the advisory needs of its legal team at the expense of the Hong Kong government and that the Hong Kong government was ""committed to ensuring that the Hong Kong government and the Hong Kong government can meet their legal obligations under the Hong Kong constitution.""', 'Also in Casais there is the presence of Mr. Netanyahu (some voices have increased, but not all) and the training of ""Miss Most Leave a Man,"" the main Indian restaurant, Mr. Comey Acebio, but the party ""First Affairs"" - for a JET - has turned its back on Mr. Netanyahu.', ""Any depression zone declares itself an 'economic zone' and PHE says the hotter weather is likely to lead to more severe thunderstorms.""]" -194,"['As', 'said,', '`', 'The', 'history', 'of', 'science', 'is', 'science', 'itself', '""', 'and,', 'appropriately,', 'Fox', 'uses', 'the', 'history', 'of', 'the', 'study', 'of', 'heat', 'in', 'eighteenth', 'and', 'nineteenth', 'century', 'France', 'to', 'demonstrate', 'the', 'changing', 'aspirations', 'and', 'preoccupations', 'of', 'the', 'participating', 'scientists.']","[27, 28]",0,france,"As said, The history of science is science itself"" and, appropriately, Fox uses the history of the study of heat in eighteenth and nineteenth century France to demonstrate the changing aspirations and preoccupations of the participating scientists.","['As I said, science policy itself is science, ""and its use, Fox News fears, is ecstasy.', ""He said: 'I think it's important to remember that there are a lot of people out there who don't know what's going on."", 'As April humbly said at a press conference on Tuesday evening, Heynckes II said: ""I think it is important that we understand the scientific perspectives and the alternate encounters that have led to Heynckes II helping to assess preconceptions... that he has the authority to do what he wants to do... he has the power to do what he wants... he has the power to do what he wants... he has the power to do what he wants... he has the power to do what he wants... he has the power to do it... he has the power to do it... he has the power to do it... he has the power to do it... he has the power to do it... he has the power to do it... he has the power to do it... he has the power to do it.', 'Secretary-General Lars von Trier will review his Olfs, and Matturesson will look at chemical parks for vaccines, a growing opportunity and training for SNCF, said MacWoes Igckel, a spokesman for SNCF.... Spar added that the ""Castling Tradit Gun"" ad contains a bargaining chip and a strong threat.', '""Cellausensub,"" ""Cellausensub,"" ""Cellausensub,"" ""Cellausensub,"" ""Cellausensub,"" ""Cellausensub,"" ""Cellausensub,"" ""Cellausensub,"" ""Cellausensub,"" ""Cellausensub,"" ""Cellausensub,"" ""Cellausa,"" ""Cellausa,"" Cellausa, ""Cellausa,"" Cellausa, ""Cellausa,"" Cellausa, ""Cellausa,"" Cellausa, ""Cellausa,"" Cellausa, ""Cellausa""']" -195,"['The', 'origin', 'of', 'such', 'clinics', 'was', 'the', 'inheritance', 'of', 'health', 'care', 'sometimes', 'with', 'a', 'facility,', 'sometimes', 'without', '-', 'from', 'the', 'health', 'care', 'program', 'of', 'the', 'United', 'Mine', 'Workers', '(of', 'America', '),', 'a', 'program', 'that', 'had', 'fallen', 'victim', 'to', 'contract', 'negotiations.', '""']","[29, 30]",0,america,"The origin of such clinics was the inheritance of health care sometimes with a facility, sometimes without - from the health care program of the United Mine Workers (of America ), a program that had fallen victim to contract negotiations.""","['The origin of this research lay in generational heredity in the American medical profession, particularly through the health care system and the United States.', 'At the very least, it should be noted that in the absence of evidence to support this claim, the jury was unable to draw conclusions as to whether or not the accused was guilty of misconduct and whether or not he was guilty of misconduct, and the jury was unable to reach a verdict as to whether or not he was guilty of misconduct.', 'The origins of the clinics, which operated independently during the Australian winter, were the subject of a series of complaints from health experts who accused the government of failing to crack down on hospitals in the wake of the scandal.', 'In creating such clinics, Roberts refers to a ""poor"" Western connotation of the 1970s, in which he owns the area with a team from Pennsylvania, Texas (where he owns a bear license with an affiliated shop in Indianapolis), and where he also owns a house in suburban Los Angeles.', 'Dr Ross said: ""We have seen a significant increase in the number of women diagnosed with breast cancer in recent years and we believe this may be due to the increasing number of women diagnosed with the disease.']" -196,"['Beauvais', 'Cathedral', 'in', 'northern', 'France', 'was', 'an', 'ambitious', 'project', 'of', 'the', 'High', 'Gothic', 'period.']","[4, 5]",0,france,Beauvais Cathedral in northern France was an ambitious project of the High Gothic period.,"[""So let's not forget the success of her latest book, The Electoral Licaster, along with its centrepiece, Trilov, who wanted to chart a path to her project."", 'The Beauvais in France is an honourable project by amontonturn, rock-free and out, reminiscent of modern architecture in second Jamaica: Tomachte Bry appears to be attending the Royal Arbet University in Oxford.', 'The Northeast is teeming with e-commerce - by controversial standards, Papadopoulos and Campbell say.', ""Ukip's dome at Royal Albert Hall Theatre"", 'Jurmujevic, who hails from Bilbao, has a credit card, 64 cents for the dollar and 106 cents for the euro and has regularly taken part in < a href > coverage of Euro 2016 and Euro 2016.']" -197,"['Sr', 'Pierre-Elise', 'Gafah', 'is', 'the', 'first', 'woman', 'to', 'head', 'the', 'Secretariat', 'of', 'CEPACS,', 'the', 'Communication', 'Commission', 'of', 'the', 'Catholic', ""Bishops'"", 'Conferences', 'of', 'Africa', 'and', 'Madagascar', '.']","[24, 25]",0,madagascar,"Sr Pierre-Elise Gafah is the first woman to head the Secretariat of CEPACS, the Communication Commission of the Catholic Bishops' Conferences of Africa and Madagascar.","[""Sister Pierre-Elise Ghaffur is the first woman to head the Commonwealth Communications Commission's secretariat."", 'Sisters Pski-Elise Ghaft and Nafissatou Nafissatou became the first women to head the Central Committee for Communication (CEC).', 'Sr. Pierre-Elise par la Fronx (red and white tannin 6,000 men) is the best in training, research and quota and was recently rated as one of the best in the world by a jury of experts. -- After the ""Bet All\'ll Generations"" campaign, Sr. Pierre-Elise (red and white tannin 6,000 men) has received a master\'s degree in education, research and quota. -- Sr. Pierre-Elise par la Fronx (red and white tannin 6,000 men) is the best in the world.', 'Sister Pierre-Elise Ghüb-Jeládowskie is president of the FIC, the first Missa police station in Sevastopol.', ""Sister Pierre-Pierre Gafah chaired a one-year civil commission for the NSCCCP's biannual reports, published by the National Institute of Health and Care Excellence (NSCCCP), the National Institute for Health and Care Excellence (NICE) and the National Institutes of Health (NIH).""]" -198,"['In', 'the', 'United', 'States', 'the', 'vote', 'for', 'the', 'President', 'is', 'cast', 'separately', 'to', 'those', 'for', 'members', 'of', 'The', 'House', 'of', 'Representatives', '(lower', 'house)', 'and', 'The', 'Senate', '(upper', 'house).']","[2, 4]",0,united states,In the United States the vote for the President is cast separately to those for members of The House of Representatives (lower house) and The Senate (upper house).,"['United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom', ""The president follows Diana O'Neill, of whom at least 13 have spoken alone about their belief in raising the price of crude, including James Matea, the secretary of state for energy, and Martin Wintermantel, the secretary of state for energy and climate change. -- If San Francisco follows the truth, no one will write off crude - our online publishers will have to pay for it. -- If San Francisco follows the truth, no one will write off crude, no one will pay for it, no one will pay for it."", 'Australia has managed and registered passenger investment over the past two years.', 'In an interview with the BBC\'s Andrew Marr Show, the Prime Minister said: ""I\'m not going to lie, I\'m not going to lie, I\'m not going to lie.', '< br > Take a look at some of the biggest names in football right now.']" -199,"['The', 'ultimate', 'embarrassment', 'came', 'in', '1976', 'when', 'the', 'prime', 'Minister', 'announced', 'the', 'establishment', 'of', 'a', 'Royal', 'Commission', 'to', 'make', 'a', 'general', 'inquiry', 'into', 'the', 'law', 'and', 'practice', 'relating', 'to', 'the', 'provision', 'of', 'legal', 'services', 'in', 'England,', 'Wales', 'and', 'Northern', 'Ireland', '.']","[38, 40]",0,northern ireland,"The ultimate embarrassment came in 1976 when the prime Minister announced the establishment of a Royal Commission to make a general inquiry into the law and practice relating to the provision of legal services in England, Wales and Northern Ireland.","[""The last threat to Zinedine Zidane over the affair came in 1976, when the president announced he was appointing some of his royal patrons to introduce a new law to protect Jared Kushner's wealthy clients."", 'The greatest blessing of this kind came in 1976, when the Queen unveiled the creation of a Thematic Commission (Royal Commission), which would have been expensive for a former college student, and introduced a huge ""Hi-de-Hi to the engineers with your inferior Offichisto,"" which would have been the birth of Gustav Gustav or Donald Trump or a funeral.', 'The final decision was taken in 1976, when the Italian government slowed down the creation of an improvement: the control system would be illuminated and a pre-registered committee would be set up to oversee recruitment - an event that every education minister believes has little to do with education.', 'In 1992, we took them to Sutton Coldfield, where they were now dyslexic, but they say it will soon change from ballman to structured sleeper, with serious candidates ranging from 95% to 50% of the population.', 'In the summer of 2007, Microsoft condemned Scotland Yard for ""communicators for .jkt.,"" ""communicators for .jkt.,"" ""ah poll,"" ""ah poll,"" ""ah poll,"" ""ah poll,"" ""yes poll,"" ""yes poll,"" ""yes,"" ""yes,"" ""yes,"" ""yes,"" ""yes,"" ""yes,"" ""yes,"" ""yes,"" ""yes,"" ""yes,"" ""yes,"" ""yes,"" yes, ""yes,"" ""yes,"" yes, ""yes,"" yes, ""yes,"" yes, """" yes, ""yes,"" yes, """" yes, """" yes, """" yes, """" yes, """" yes, """" yes, ""yes,"" yes, ""yes,"" yes, ""yes,"" yes, ""yes,"" yes, ""yes,"" yes, ""yes']" -200,"['On', 'Aug.', '15', 'the', 'UN', 'World', 'Food', 'Programme', '(WFP)', 'began', 'distributing', '90,000', 'tonnes', 'of', 'food', 'in', 'Baghdad', 'amidst', 'reports', 'that', 'the', 'governing', 'body', 'of', 'the', 'UN', 'Compensation', 'Fund', '[', 'see', 'p.', '38211', ']', 'intended', 'to', 'order', 'Iraq', 'to', 'pay', 'compensation', 'to', 'workers', 'forced', 'to', 'leave', 'Kuwait', 'and', 'Iraq', 'as', 'a', 'result', 'of', 'the', 'Gulf', 'crisis.']","[45, 46]",0,kuwait,"On Aug. 15 the UN World Food Programme (WFP) began distributing 90,000 tonnes of food in Baghdad amidst reports that the governing body of the UN Compensation Fund [ see p. 38211 ] intended to order Iraq to pay compensation to workers forced to leave Kuwait and Iraq as a result of the Gulf crisis.","['On September 17, 2008, the company announced that it has entered into a definitive agreement with Agritnano Agritnano Agritnano Agritnano Agritnano Agritnano Agritnano Agritnano Agritnano Agritnano Agritnano Agritnano Agritnano Agritnano Agritnano Agritnano Agritnano Agritnano Agritnano Agritnano Agritnano Agritnano Agritnano Agritnano Agritnano Agritnano Agritnano Agritnano Agritnano Agritnano Agritnano Agritnano Agritnano Agritnano Agritnano Agritnano Agrit', 'Its website said: ""Meanwhile, the internet has posted a tweet showing a sword-sized swarm shadow with the caption:"" To be honest, this is as good as it gets. """"', ""15 (UPI) -- The World Food Program on Wednesday gave the go-ahead for the world's largest food aid program, the World Food Program, to donate more than $1 billion to the World Food Program, the World Food Program said."", 'Martin Schopping was director of the UN Security Council and a member of the shaky International Security Assistance Force (ISAF), which oversees the security of the United States and its allies in the Middle East, North Africa, and Africa.', 'On the 15th, the first round began with Kepler Lewandeva (Kepler Lewandeva or Iaković Land)... whole n, n, n, h, h, h, h, h, h, h, h, h, h, h, h, h, h, h, h, h, h, h, h, h, h, h, h, h, h, h, h, h, h, h, h, h, h, h, h, h, h, h, h, h, h, h, h, h, h, h, h, h, h, h, h, h, h, h, h, h, h, h, h, h, h, h, h, h, h, h, h, h, h, h, h, h, h, h, h, h, h, h, h, h']" -201,"['The', 'embalmed', 'corpse', 'of', 'Georgi', 'Dimitrov,', 'Bulgaria', ""'s"", 'Communist', 'leader', 'from', '1946', 'until', 'his', 'death', 'in', '1949,', 'was', 'removed', 'on', 'July', '18', 'from', 'the', 'mausoleum', 'in', 'central', 'Sofia', 'where', 'it', 'had', 'been', 'on', 'public', 'display,', 'and', 'was', 'cremated', 'in', 'a', 'private', 'ceremony.']","[6, 7]",0,bulgaria,"The embalmed corpse of Georgi Dimitrov, Bulgaria's Communist leader from 1946 until his death in 1949, was removed on July 18 from the mausoleum in central Sofia where it had been on public display, and was cremated in a private ceremony.","['The body of Georgi Dimitrichenko, the founder of the Communist Party in 1946, was taken by Volodymyr Groysman, the new leader of the Socialist Party.', 'Embalming is relatively painless, and according to a New York Times report, the design committee responsible for restoring the building to its original state has documented 23 cases of bodily injury in the past five years.', ""The body was found with seven dog teeth on the back of her head, and the body of a woman found in the wreckage of her car was found in the wreckage of her car, the Los Angeles County coroner's office said."", 'The President of the United States, George W. Bush, said in a statement: ""We are deeply saddened to hear of the death of a man who was a friend of mine and a friend of mine, who was a friend of mine and a friend of mine and who was a friend of mine.', '""I think it\'s going to take a long time to get to the point where we can say,"" No, no, no, no, no, no. ""']" -202,"['This', 'was', 'an', 'attempt', 'to', 'sabotage', 'a', 'heavy', 'water', 'plant', 'in', 'Norway', 'vital', 'to', 'German', 'atomic', 'bomb', 'development.']","[11, 12]",0,norway,This was an attempt to sabotage a heavy water plant in Norway vital to German atomic bomb development.,"['Dismayed by our own doubts, scientists and historians made our concerns clear.', ""It was his father's tenth year in charge, the time of Leo's return from injury, and he was instrumental in the club's promotion to the Premier League."", 'This wasn\'t a case of ""I\'m sorry, I\'m sorry, I\'m sorry, I\'m sorry, I\'m sorry, I\'m sorry.""', 'This was an attempt to sabotage the operation of a heavy water plant for 1200 hours in Bulgaria (operation in hospital 32), 22 hours in Barcelona (operation in hospital 32), 9 hours in Barcelona (operation in hospital 90 minutes), 5 hours in Bulgaria (operation in hospital 32), 5 hours in Bulgaria (operation in hospital 32), 5 hours in Bulgaria (operation in hospital 32), 5 hours in Bulgaria (operation in hospital 32), 5 hours in Bulgaria (operation in hospital 32), 5 hours in Bulgaria (operation in hospital 32).', 'It was probably one of the best days of my life, but it was also one of the best days of my life, and it was the best time of my life, ""she < br > said at the time, adding,"" It was the best time of my life. ""']" -203,"['I', 'decided', 'in', 'the', 'circumstances', 'that', 'the', '35', 'US', 'gallon', 'model', 'was', 'hardly', 'adequate', 'for', 'my', 'purposes', 'and', 'traded', 'up', 'to', 'the', '55', 'US', 'gallon', 'model.']","[23, 24]",0,us,I decided in the circumstances that the 35 US gallon model was hardly adequate for my purposes and traded up to the 55 US gallon model.,"[""< br > Lawrence Booth takes a look at the third day's play at Lord's and looks at some of the key talking points ahead of Saturday's third Test between West Indies and West Indies at Lord's, with both sides hoping to be level in the third Test at Lord's on Saturday."", 'In the circumstances, I decided that the ""Never Change"" signal was out of reach for my activation.', 'In view of these circumstances, I have decided to refer the matter to the Court of Arbitration for Sport (CAS).', 'I decided that the 35-gallon model was unfit for my purpose, and to make way for 55-year-old Mubarak, sent me to the water.', 'At the time of the 2-3 draw, 180,000 + danielette were used with accuracy.']" -204,"['Or', 'again:', 'It', 'is', 'in', 'the', 'direct', 'and', 'absolute', 'interest', 'of', 'the', 'English', 'working', 'class', 'to', 'get', 'rid', 'of', 'their', 'present', 'connection', 'with', 'Ireland', '[hellip]']","[23, 24]",0,ireland,Or again: It is in the direct and absolute interest of the English working class to get rid of their present connection with Ireland [hellip],"['39) Or, to repeat, it is a direct and absolute affliction for the Lords of the English people...', 'Or, in the case of the English working class, it is in the spirit of common sense that the current stingy justice, though plain and simple, should be changed - with the exception of the cosmopolitan virtues of Marx.', 'Or rather, there are fears that the Higgs boson could be sent into orbit.', 'He said: ""If you don\'t know what you\'re talking about, you don\'t know what you\'re talking about, you don\'t know what you\'re talking about.', 'Or, more accurately, Vanhurotcherae was clearly a big supporter of Rupert, although there are other Inter players who have flirted with him.']" -205,"['This', 'was', 'the', 'most', 'successful', 'moment', 'of', 'the', 'pledge', 'technique,', 'though', 'it', 'was', 'employed', 'in', 'the', '1837', 'election', 'to', 'end', 'apprenticeship', 'and', 'suggested', 'in', '1841', 'by', 'the', 'BFASS', 'to', 'create', 'a', 'parliamentary', 'bloc', 'ready', 'to', 'abolish', 'slavery', 'in', 'British', 'India', '.']","[38, 40]",0,british india,"This was the most successful moment of the pledge technique, though it was employed in the 1837 election to end apprenticeship and suggested in 1841 by the BFASS to create a parliamentary bloc ready to abolish slavery in British India.","['That number indicates that neither Nigel nor Gingrich wants to save Emerson de Gregory, who was not present for the first time as he requested.', 'And in the European Monetary Union, there were no emergency measures to save the euro (two jobs - one factory job).', 'The jazz empire was rocked by the death of a 70-year-old radio host, and even more headlines for successes in the area of crematorium and district ""Chaos without auditor and light jug"" - the standard of ideas of a Thi Chi Young liberal. ""It\'s fair what they do,"" he said. [The chase is serious - colleagues have changed to catch the Mmmbelf.]', ""It was the princess' hair that caught the eye, and she wore her hair in an elegant ponytail while her makeup was done in a high ponytail, and she wore her brunette locks in a high ponytail."", 'This was not the first time Biden has been embroiled in controversy, with the Republican National Convention in Cleveland, Ohio, the Republican National Convention in Cleveland, Ohio, the Republican National Convention in Cleveland, Ohio, the Republican National Convention in Cleveland, Ohio, the Republican National Convention in Cleveland, Ohio, the Republican National Convention in Cleveland, Ohio, the Republican National Convention in Cleveland, Ohio, the Republican National Convention in Cleveland, Ohio, the Republican National Convention in Cleveland, Ohio, the Republican National Convention in Cleveland, Ohio, the Republican National Convention in Cleveland, Ohio, the Republican National Convention in Cleveland, Ohio, and the Republican National Convention in Cleveland, Ohio.']" -206,"['NATIONAL', 'PRAYER', 'BREAKFAST', 'The', 'National', 'Prayer', 'Breakfast', 'in', 'the', 'United', 'States', 'is', 'an', 'annual', 'gathering', 'of', 'political', 'and', 'religious', 'leaders', 'and', 'other', 'key', 'national', 'figures', 'who', 'meet', 'to', 'pray', 'for', 'the', 'nation.']","[9, 11]",0,united states,NATIONAL PRAYER BREAKFAST The National Prayer Breakfast in the United States is an annual gathering of political and religious leaders and other key national figures who meet to pray for the nation.,"['We\'ll add another little piece of happiness is in the home, ""he said,"" looking for ideas against the friendly average for men and women. ""', ""The strongest team in the history of the tournament was Fortuna's Ampironicum Bowl, which is played during the South African Nations Cup."", 'The National Prayer Breakfast from the United States is honored by the National Prayer Breakfast from the United States as well as the National Prayer Breakfast from the United States, the National Prayer Breakfast from the United Kingdom, the National Prayer Breakfast from the United States, the National Prayer Breakfast from the United Kingdom, the National Prayer Breakfast from the United States, the National Prayer Breakfast from the United Kingdom, the National Prayer Breakfast from the United States and the National Prayer Breakfast from the United States.', ""THE National Sight Adelaide breakfast began with a host of cat tables, key textures, natous kitUkip and Ashnaty's task force teams, with the majority making up the list."", 'The Pippa camp is holding at least two more meetings, and Mandela can pump £1 billion into the party to the point where he has a problem clock.']" -207,"['Singapore', 'is', 'one', 'of', 'the', 'few', 'countries', 'that', 'supports', 'the', 'reality', 'of', 'global', 'business.']","[0, 1]",0,singapore,Singapore is one of the few countries that supports the reality of global business.,"['Singapore is one of the largest cities in the world.', 'Singapore\'s Home Affairs Minister Mark O\'Dwyer said the government had been ""ignorant"" in its analysis so far.', ""Singapore, home to the world's largest economy, has seen a surge in tourist numbers in the past year."", 'Singapore\'s pornography industry faces Vladimir Putin, says Li Keqiang, head of China\'s state-run Xinhua news agency, adding that Beijing is ""committed to improving the quality of life of the country\'s pornography industry,"" adding that China is ""committed to improving the quality of life of all its citizens.""', 'I brown thanks to S. coffee so instruct her -- Sec.']" -208,"['In', 'another', 'inspired', 'move', 'this', 'season', 'they', 'have', 'added', 'a', 'new', 'coach', 'in', 'Glen', 'Ross,', 'from', 'New', 'Zealand', '.']","[16, 18]",0,new zealand,"In another inspired move this season they have added a new coach in Glen Ross, from New Zealand.","[""In fact, they have a new owner in Ched Evans, who is Ched Evans's agent, and they have offered Ched Evans a move back to the club he joined on loan from Chesterfield for a season, a move which will alleviate some of the pressure on the player's family."", 'Dedication to the national football team here by Steven), or is he chasing headlines?', 'Organiser Ian McQueary, who was present to kick off the event, said the success of the Montblanches rested on their ability to reinvent themselves in the quarters of snowgirls and cap-sleeved, carbohydrate-free ensembles.', 'In the case of Gary, there was only a modest increase in Andrew and on This Morning < unk > has examined how the fat crotch load outweighed before marching into the trees and not before the national team. · American Garden Ponap Land pressure accountant Hedra Insider knows the office < unk > x varAnderson Sergio loose Cate wakes up on Soulogside < unk > back by Ralph Walter makes Anja Paula ""game"" This Google ""This task integrates the money of the job mouse to handle it without hook-controlled effect discrimination.', ""As another inspiring example, here's < unk >'s DAN RIPLEY for all the action as it happens. < unk >'s Lawrence Booth takes a look at the key talking points from a fascinating one-day match in which both sides got involved in a battle for the chance to go head-to-head on the final day of the third day.""]" -209,"['The', 'cases', 'to', 'be', 'discussed', 'here', 'are', 'Zambia', ',', 'Zimbabwe', 'and', 'Costa', 'Rica.']","[7, 8]",0,zambia,"The cases to be discussed here are Zambia, Zimbabwe and Costa Rica.","['The 44-year-old was arrested on suspicion of negligent homicide between January 20 and early March 2016.', '""It\'s the old acronym,"" he said, ""but I don\'t know what it is, I don\'t know what it is.""', 'At St. Mark\'s Cemetery, the Lord of the Royal Palace, < a href = ""http: / / www.zillow.com / blog / royal-palace-honey."" > revealed that the Queen\'s granddaughter, Isabelle, was featured on the cover.', 'On Saturday, the Costa Rican Obsessive Agreement banned sabbaticals found in condominiums in Spain and the United States and prohibited the sale of marijuana to anyone over 18, the California Department of Justice said.', 'When it comes to thigh-patting, the comedian has been known for being good-natured for several years.']" -210,"['In', 'Britain', 'the', 'dark', 'extreme', 'of', 'the', 'colour-sided', 'cline', 'described', 'in', 'the', 'Genetics', 'section', 'is', 'characteristic', 'of', 'the', 'Gloucester,', 'while', 'the', 'light', '(colour-pointed)', 'extreme', 'is', 'the', 'standard', 'colouring', 'of', 'two', 'breeds:', 'the', 'horned', 'White', 'Park', '(including', 'the', 'Chillingham)', 'and', 'the', 'polled', 'British', 'White.']","[1, 2]",0,britain,"In Britain the dark extreme of the colour-sided cline described in the Genetics section is characteristic of the Gloucester, while the light (colour-pointed) extreme is the standard colouring of two breeds: the horned White Park (including the Chillingham) and the polled British White.","['In the United Kingdom, the terms ""pre-launch"" and ""pre-launch"" are used to mean the introduction of a range of products, including a range of products and services, and the introduction of a range of products and services, including a range of products and services, including a range of products and services, a range of products and services, a range of products and services, a range of products and services and a range of services.', 'A court summoning witnesses under oath heard that the man, who is believed to have been a member of the gang, had a history of drug use and drug and alcohol abuse, and that he had a history of drug abuse, drug abuse, drug abuse, drug abuse, substance abuse, drug abuse, drug abuse, alcohol abuse, alcohol abuse, drug abuse, drug abuse, drug abuse, drug abuse, drug abuse, drug abuse, drug abuse, drug abuse, drug abuse, drug abuse, drug abuse, drug abuse, alcohol abuse, alcohol abuse,', 'In England, the Duchess of Cambridge cycled the High Street in a high-waisted dress by Meghan Markle, who wore her hair in a high ponytail and her hair in a high ponytail.', ""Jolie, who is married to Brad Pitt and has three children with Brad Pitt, said in a statement: 'We are devastated to hear of the death of our beloved daughter Maddox, who has died of cancer at the age of 69, and our thoughts and prayers are with her family and friends."", ""< unk >'s DAVID LLOYD reflects the thrill and spills during the first Test at Lord's... and reflects the thrill and spills... and thrills and spills... and thrills and spills... and thrills and spills... and thrills and spills... and spills... and excitement and spills... and thrills and spills...""]" -211,"['It', 'is', 'a', 'privilege', 'enjoyed', 'by', 'everyone', 'in', 'this', 'country', 'but', 'because', 'the', 'library', 'profession', 'has', 'a', 'responsibility', 'for', 'some', 'considerable', 'part', 'of', 'the', 'provision', 'of', 'and', 'access', 'to', 'literature', 'and', 'information,', 'there', 'is', 'a', 'heightened', 'obligation', 'for', 'the', 'library', 'profession', 'in', 'the', 'UK', 'to', 'resist', 'censorship', 'with', 'a', 'much', 'greater', 'collective', 'and', 'individual', 'will', 'than', 'it', 'has', 'tended', 'to', 'show', 'in', 'the', 'past.']","[43, 44]",0,uk,"It is a privilege enjoyed by everyone in this country but because the library profession has a responsibility for some considerable part of the provision of and access to literature and information, there is a heightened obligation for the library profession in the UK to resist censorship with a much greater collective and individual will than it has tended to show in the past.","['All eyes will be on the elite students of Johns Hopkins University in Derry, but also on Arab phenomena, sporting events such as food scandals, American intercals and Roger LeBruce Walcott, who was attacked for his anti-Semitic views, as well as on Germany, domestic industry, Bosnia and Argentina.', 'But a ""privilege"" might be that ""America First,"" ""America First,"" ""America First,"" ""America First,"" ""America First,"" ""America First,"" ""America First,"" ""America First,"" ""America First,"" ""America First,"" ""America First,"" ""America First,"" ""America First,"" ""America First,"" ""America First,"" ""America First,"" ""America First,"" ""America First,"" ""America First,"" ""America First,"" America First ""and"" America First ""appear in his column at www.america.org.', '""I will not lie, I will not lie, I will not lie, I will not lie, I will not lie, I will not lie, I will not lie, I will not lie, I will not lie, I will not lie, I will not lie, I will not lie, I will not lie, I will not lie, I will not lie, I will not lie, I will not lie, I will not lie, I will lie, I will not lie, I will not lie, I will not lie, I will not lie, I will not lie, I will not lie, I will not lie, I will not lie, I will not lie.""', 'This cruel mess could [actually] be a problem for a British ship laboratory / The Oversight / Oversight Committee, as the author can only be reached by clicking on the link below and then clicking on the link below.', ""'Pu-Pu-Pu-Pu-Pu-Pu-Pu-Pu-Pu-Pu-Pu-Pu-Pu-Pu-Pu-Pu-Pu-Pu-Pu-Pu-Pu-Pu-Pu-Pu-Pu-Pu-Pu-Pu-Pu-Pu-Pu-Pu-Pu-Pu-Pu-Pu-Pu-Pu-Pu-Pu-Pu-Pu-Pu-Pu-Pu-Pu-Pu""]" -212,['MALI'],"[0, 1]",0,mali,MALI,"['Mud battle', 'Radicalisation in India', 'MALI of the National Institute for Addictive Steroids said millions of people suffer from the disease.', 'Drugs', 'Under the radar']" -213,"['Although', 'he', 'found', 'that', 'television', 'is', 'far', 'less', 'violent', 'than', 'in', 'Japan,', 'the', 'United', 'States,', 'France', 'or', 'West', 'Germany,', 'Dr', 'Tadecki', 'intends', 'to', 'campaign', 'with', 'Mary', 'Whitehouse', 'to', 'curb', 'violence', 'on', 'the', 'screen.']","[15, 16]",0,france,"Although he found that television is far less violent than in Japan, the United States, France or West Germany, Dr Tadecki intends to campaign with Mary Whitehouse to curb violence on the screen.","['Although he remains committed to upholding this Constitution, he is at the forefront of the fight against racism in small parties.', ""Although he was much friendlier on television, particularly in the film about white smoke, Dr Tadecki comes to Italy as an Italian tourist, and yet Ms Pelelloni's footprint is one of the few who knows how to trade and strategy."", 'Although nsc has resulted in a significantly lower mortality rate than Ofati, we attend Field View Special School 2, where women of all ages are enrolled in classes at all levels, from second-born to second-born.', 'Because of liberalism and Thatcherism, the Supreme Court issued the highest ruling in Supreme Court history, ruling that the Supreme Court should have a sabbatical year to choose: ""The Supreme Court has ruled that the right to bear arms in the name of freedom of speech should not be exercised in the name of freedom of speech.""', 'Although he said he did not know when he could read about such a message on Indonesian television, he tweeted like ""Harry osi is behaving aggressively after Tuesday\'s attack..."" and ""I don\'t think that\'s the reality on Indonesian television."" -- David Axelrod, president of the National Security Council, said in an interview with The Associated Press. -- David Axelrod, president of the National Security Council.']" -214,"['If', 'I', 'might', 'repeat', 'again', 'what', 'I', 'suggested', 'in', 'the', 'debate', 'on', 'the', 'White', 'Paper', 'er', 'there', 'is', 'a', 'comparison', 'perhaps', 'pushed', 'a', 'little', 'far', 'w', 'which', 'what', 'the', 'national', 'socialist', 'did', 'in', 'Germany', 'by', 'saying', 'a', 'locally', 'elected', 'major-like', 'does', 'not', 'represent', 'the', 'wishes', 'er', 'an', 'er', 'interests', 'of', 'the', 'people', 'of', 'Cologne,', 'as', 'well', 'as', 'perhaps', 'an', 'appointed', 'business', 'man', 'with', 'the', 'name', 'of', 'Krupp.']","[33, 34]",0,germany,"If I might repeat again what I suggested in the debate on the White Paper er there is a comparison perhaps pushed a little far w which what the national socialist did in Germany by saying a locally elected major-like does not represent the wishes er an er interests of the people of Cologne, as well as perhaps an appointed business man with the name of Krupp.","[""Zlatan Ibrahimovic's return to Old Trafford has been one of the highlights of the season for Manchester United, with the Manchester United striker scoring a hat-trick in Saturday's 3-0 win over Everton at Old Trafford, and Wayne Rooney's return to Old Trafford has also been watched by Manchester United, Manchester United and Chelsea."", ""Berlusconi's Olympics report is expected to open there."", '34 / PRNewswire-USNewswire / -- The National Association of Realtors (NASDAQ: NASDAQ) is pleased to announce that the National Association of Realtors (NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ', ""A statement from one resident said: 'I would like to thank all the residents for their patience and support over the last few days and I would like to thank them for their patience and understanding as I have come through this difficult time.'"", 'June 9: Ted Pogarsees (born 1939) one month ahead (early 1957) Ted Pogarsees (early 1957) one week Hampshire 7 / 39. 33 / 75. Louisiana 1050. Advertise for a flat seat (early 1957) one week Hampshire 7 / 39. 33 / 75. Louisiana 1050.']" -215,"['The', 'majority', 'of', 'them', 'are', 'from', 'Thailand', ',', 'the', 'Philippines', 'and', 'the', 'Indian', 'sub-continent.']","[6, 7]",0,thailand,"The majority of them are from Thailand, the Philippines and the Indian sub-continent.","['Most of them come from the Indian subcontinent of Africa, the Philippines and the United States.', 'The vast majority of hieroglyphics belong to Thail, an Indian research group.', '""In most cases, we are in a position where we have to make a decision on whether or not to prosecute a person who has committed a crime,"" he said in an interview with the Associated Press news agency.', 'Most gangs fire them north of the border, north of the border and south of the border.', 'Oberettinger has almost caught up with the large municipalities of the EU.']" -216,"['Opposition', 'Social', 'Democrats', 'and', 'Mr', ""Kohl's"", 'liberal', 'coalition', 'partners,', 'reacting', 'to', 'the', 'neo-Nazi', 'murder', 'of', 'three', 'Turks', 'last', 'November,', 'have', 'renewed', 'longer-standing', 'calls', 'to', 'naturalise', 'some', 'of', 'the', 'six', 'million', 'foreigners', 'working', 'in', 'Germany', '.']","[33, 34]",0,germany,"Opposition Social Democrats and Mr Kohl's liberal coalition partners, reacting to the neo-Nazi murder of three Turks last November, have renewed longer-standing calls to naturalise some of the six million foreigners working in Germany.","['The opposition Social Democrats and Chancellor Angela Merkel\'s liberal coalition partners have long called for a ban on the use of the term ""Zivi,"" a reference to the neo-Nazi movement.', ""In response to the neo-Nazi murders of two liberals in Hell's Kitchen, the opposition Social Democrats and Kollars Lib Dem clashed in the party movement."", 'Dommer ""Dommer"" Dommer ""Dommer"" Dommer ""Dommer"" Dommer ""Dommer"" Dommer ""Dommer"" Dommer ""Dommer"" Dommer ""Dommer"" Dommer ""Dommer"" Dommer ""Dommer"" Dommer ""Dommer"" Dommer ""Dommer"" Dommer ""Dommer"" Dommer ""Dommer"" Dommer ""Dommer"" Dommer ""Dommer"" Dommer ""Dommer"" Dommer ""Dommer"" Dommer ""Dommer"" Dommer ""Dommer"" Dommer ""Dommer"" Dommer ""Dommer"" Dommer ""Dommer"" Dommer ""Dommer"" Dommer ""Dommer"" Dommer ""Dommer"" Dommer ""Dommer"" Dommer ""Dommer"" Dommer ""Dommer"" Dommer ""Dommer"" Dommer ""Dommer"" Dommer ""Dommer"" Dommer ""Dommer"" Dommer ""Dommer"" Dommer', 'For the Kremlin, the killing of two Turks in the Turkish city of Deir ez-Zor was seen as an act of revenge against the US, which has long been accused of supporting the Islamic State group in Syria.', ""< p > 's Ralph Ellis has studied the facts and stats from the weekend across the Premier League and English divisions, and brought you 10 things we learned from everything... and 10 things we learned from everything... and 10 things we learned from everything... and 10 things we learned from everything...""]" -217,"['The', 'Chancellors', 'of', 'West', 'Germany', 'have', 'been:']","[3, 5]",0,west germany,The Chancellors of West Germany have been:,"['The chancellor of the Federal Republic of Germany (FRG) said last month that he would introduce BlackBerry Joycharts from Screen Plus.', 'In a statement, the Department of Homeland Security said: ""The Department of Homeland Security and Department of Homeland Security are investigating the incident.', '""His recollection is the opposite of what is needed"": The former health and human services minister told the BBC\'s Andrew Marr Show he was ""deeply disappointed"" by the decision.', 'Ex-West Brom defender misses start to next season', 'German Chancellor Angela Merkel and French President Francois Hollande.']" -218,"['By', 'missing', 'the', 'first', 'flight', 'we', 'of', 'course', 'missed', 'the', 'connecting', 'flight', 'to', 'the', 'USA', '.']","[14, 15]",0,usa,By missing the first flight we of course missed the connecting flight to the USA.,"['We were about the confusing enjoyment of the first flights defense demonstrations tanks mechanical weapon technology through the wall to conclude on ""Kremlinologists"" ""America""... a volcano infrastructure SP8caecia to hit head with technology flow. A lifetime lifetime lifetime lifetime lifetime lifetime lifetime lifetime lifetime lifetime lifetime lifetime lifetime lifetime lifetime lifetime lifetime lifetime lifetime lifetime lifetime lifetime lifetime lifetime time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time time', 'As a result, the A2 between Paris de France and Paris de France has been closed to traffic on both sides of the A1, the A2 between the A1 and A2 between the A2 and A2 and the A2 between the A2 and A2.', 'This has allowed us to enter the bat-friendly pilot trance.', '""I think it\'s going to be tough,"" Clothersen said.', 'Cheryl Goulding, who has been married to Liam Hemsworth for two years, was also spotted leaving the venue with her husband Liam Hemsworth and their three children.']" -219,"['There', 'are', 'also', 'numerous', 'reports', 'that', 'sailing', 'and', 'other', 'water-based', 'recreational', 'sports', 'can', 'have', 'adverse', 'affects', 'on', 'water-birds', 'that', 'abound', 'on', 'many', 'of', 'Britain', ""'s"", 'artificially', 'created', 'reservoirs', '(e.g.']","[23, 24]",0,britain,There are also numerous reports that sailing and other water-based recreational sports can have adverse affects on water-birds that abound on many of Britain's artificially created reservoirs (e.g.,"['There have been many reports that Vettel has gained influence in the sport, but he has not been seen since the start of the season.', 'There are also many reports that Ramos and the expensive, water-based Pele may have been influenced by the water-cooled restaurants around the world, and that children had to be activated to get into the water, according to a foreword by the fascinating Rwandan captain Pune Majp.', ""Just as he and Friedhelm Becker are vacationing in Ch'ship and scanning the coast for whales that have migrated long distances to the Eritrean peninsula before the wind blows along the coast toward hunting grounds, John and Beatrice continue to cycle to the British Research Together to enrich the social goings-on past Lafsite with public nets."", 'Many people are using rainwater to remove injuries caused by on-board reactions, and the popular Park Night GT1 will take a new approach', 'The number of robberies and robberies in Britain has risen sharply in recent years.']" -220,"['It', 'is', 'clear', 'from', 'the', ""man's"", 'record', 'that', 'he', 'was', 'an', 'ally', 'of', 'a', 'man', 'who', 'escaped', 'from', 'Northern', 'Ireland', 'and', 'who', 'is', 'wanted', 'in', 'Northern', 'Ireland', 'to', 'pay', 'part', 'of', 'the', 'price', 'for', 'the', 'crime', 'that', 'he', 'committed.']","[18, 20]",0,northern ireland,It is clear from the man's record that he was an ally of a man who escaped from Northern Ireland and who is wanted in Northern Ireland to pay part of the price for the crime that he committed.,"['In recent years, Cheryl has been forced to deny reports that she is expecting her first child with boyfriend Liam Payne.', 'The body fluid from an unidentified bomb aboard the American plane was found under maximum pressure.', 'Only Michael Dalton, James Ward-Prowse and James Ward-Prowse have won more.', 'According to the files, Turner-bl had no difficulty in keeping German and Greek passports: Pictio overthrew him in 1946 and punished him for his crimes.', 'For years, Britain has also been shamelessly blamed for rising temperatures and rising temperatures, as well as prolonged bouts of unseasonal weather.']" -221,"['The', 'pervasiveness', 'of', 'this', 'stereotype,', 'especially', 'in', 'Britain', ',', 'is', 'probably', 'the', 'result', 'of', 'the', 'interplay', 'between', 'several', 'factors.']","[7, 8]",0,britain,"The pervasiveness of this stereotype, especially in Britain, is probably the result of the interplay between several factors.","['In a statement, the Department of Health and Human Services said it was ""deeply saddened"" to hear of the death of a woman who suffered a heart attack at the hands of a man who had worked as a carer for her family for more than a decade, and that it was ""deeply saddened"" to hear of the loss of her daughter.', 'The stereotype that predominates in Great Britain is the result of the interaction between Ursula Aigner and Volker von der Leyen.', 'Waziristan reflects these stereotypes, especially when it comes to Brexit (2010), a time when evangelical populists in Britain denigrate female chancellors ""evangelical tweets. Stoev reports that many of them are now looking at Joklemov\'s phone, while others are tweeting that he is trying to speed up the pace of goodness (supported by Wei Washen Broccs"" usual advice):', 'The Spring Festival, which is expected to be the first of its kind in the state, will raise money for the fight against Ebola in Queensland.', 'The fact that this dying CEO has to share what he is doing and what he is doing with his business is a sign that he is moving in the right direction.']" -222,"['Calling', 'a', 'referendum', 'on', 'demands', 'for', 'immediate', 'cultural', 'autonomy,', 'they', 'also', 'demanded', 'political', 'and', 'territorial', 'autonomy', 'for', 'Serbs', 'in', 'Croatia', 'if', 'the', 'latter', 'was', 'to', 'gain', 'greater', 'sovereignty', 'in', 'a', 'redefined', 'Yugoslav', 'confederation.']","[19, 20]",0,croatia,"Calling a referendum on demands for immediate cultural autonomy, they also demanded political and territorial autonomy for Serbs in Croatia if the latter was to gain greater sovereignty in a redefined Yugoslav confederation.","['To give greater clarity to their sovereignty in the world, the United States and the European Union must work together to ensure that the United Kingdom remains a member of the European Union and that the United Kingdom remains a member of the European Union and that the United Kingdom remains a member of the European Union, ""he said in a statement.', 'The film, produced by the All Blacks, is based on the book of the same name and is based on the memoir of the same name, which will be released in the US on 1 November 2018 and will be available in the UK on Amazon Prime, Amazon Prime, Amazon Prime, Amazon Prime, Amazon Prime and Amazon Prime.', ""You can read more at the conference meAs Growth Fundamentalists Larry Lassmarev DVD _ o'd moving image of Bournemouth space, realtor Pob @ - @ rallies of her speech when the Tories were already in Berlin."", 'Oslo\'s demands that Pakistan link Libya to a heroic court, John Shepherd, 60, who was shot dead in Kuwait last year, David Cleverly, 44, who was killed in a car bomb attack, said: ""The move was made after the unrest in Kuwait.""', 'In an interview with the Associated Press news agency on Wednesday, the president said he was ""deeply saddened"" by the news of the death of his wife, who died in a car crash on the outskirts of the city.']" -223,"['All', 'Pakistan', ""'s"", 'military', 'resources,', 'bolstered', 'by', '150,000', 'troops', 'freed', 'in', 'February', 'from', 'the', 'eastern', 'border', 'with', 'Afghanistan,', 'are', 'directed', 'at', 'India.']","[1, 2]",0,pakistan,"All Pakistan's military resources, bolstered by 150,000 troops freed in February from the eastern border with Afghanistan, are directed at India.","[""If you're looking for a place to stay in the UK, visit http: / / www.washingtonpost.com / home.aspx or http: / / www.washingtonpost.com /."", ""Pakistan's efforts to contain the spread of the virus in the northeastern region of Aden, home to the world's largest mosquito population, have been widely condemned."", 'All the indications are that Western dependence on reindeer pays for trade in a macho way.', 'All the military commanders in Pakistan were sent to Afghanistan, and with the help of their commanders, he told them that if they left at the weekend, they would have to go to Afghanistan, where they could enjoy their holidays.', 'All the above points']" -224,"['Each', 'of', 'the', 'major', 'political', 'parties', 'included', 'detailed', 'commitments', 'in', 'their', 'manifestos', 'for', 'the', 'general', 'election', 'held', 'in', 'Britain', 'on', '9', 'April.']","[18, 19]",0,britain,Each of the major political parties included detailed commitments in their manifestos for the general election held in Britain on 9 April.,"['Wagenknecht asked in her keynote speech on the statutory minimum wage: ""Cyprus is rising.', 'Every single one of the major parties in the House of Commons - a nasty database designed to keep an eye on UKIP - conceded defeat.', 'Chapter 9 Defenlis momensis presdées - Comparison ni < unk > and updates on all related to Dummies? is available at http: / / www.defenlis momensis presdées.', ""Tele-Tea and Racty Plate are pushing for a prisoner swap, a debacle in which much is at stake until the fiscal cliff in Atlanta allows many of the weak to return to STC2, and the Iowa caucuses will likely have seen Stenham customers of all kinds of whites, but certainly a socialism scenario for Westfather's letz as an element of Buchle's resources for about a decade."", 'Any Halballas attack in the Bahamas using explosives will benefit the old Mohemen from this destabilizing intervention in the stock market, which is a last resort.']" -225,"['In', 'February', '1951,', 'a', 'huge', 'rally', 'in', 'support', 'of', 'Spanish', 'sovereignty', 'over', 'Gibraltar', 'was', 'staged', 'in', 'Barcelona,', 'and', 'Franco', 'declared', '4', 'August', '""', 'Gibraltar', 'Day', '"".']","[12, 13]",0,gibraltar,"In February 1951, a huge rally in support of Spanish sovereignty over Gibraltar was staged in Barcelona, and Franco declared 4 August"" Gibraltar Day"".","['In February 1943, Jacqueline Jacobson, an engineer who had worked on the site for more than 20 years, was killed in a car accident in the city of Augusta, Georgia, when she was hit by a car on her way to work. * The exact circumstances of the accident are unknown, but the cause of the accident is still under investigation.', 'In February last year, Opports (Greek for ""mom"") launched the iPad app Entertainment Cities on Fitness.', '""I think it\'s going to take a lot of time to get to the bottom of this,"" he said, ""but I think it\'s going to take a lot of time.""', 'Last month, the U.S. military announced it would send more troops to Iraq and Afghanistan to fight the Islamic State.', '< br > Lawrence Booth takes a look at the major talking points from an interesting day at the USPGA Championship at Quail Hollow...']" -226,"['Moreover,', 'following', 'the', 'Second', 'World', 'War,', 'there', 'was', 'a', 'great', 'expansion', 'of', 'Russian', 'studies', 'in', 'the', 'West', '-', 'in', 'the', 'USA,', 'Britain', ',', 'France,', 'Germany,', 'and', 'rather', 'later,', 'in', 'Israel', 'and', 'Japan.']","[21, 22]",0,britain,"Moreover, following the Second World War, there was a great expansion of Russian studies in the West - in the USA, Britain, France, Germany, and rather later, in Israel and Japan.","['A comprehensive review of Russian science exchanges has ruled out a new round of trade talks with the United States.', ""Sendel has also acquired numerous music and rural schools that recognize the importance of women's rights as well as the protection of women from domestic violence."", 'In addition, the study also found that people who were more likely to be obese were more likely to be obese than those who were obese.', 'In addition, 73 percent of schools surveyed in the French capital said they ""pay close attention to what we want to do to ensure that our schools are fair and respectful.""', 'He also called for a link between social change and the ongoing dictatorship of journalism, pointing out that transparency was not a big issue in the ACT.']" -227,['GREECE'],"[0, 1]",0,greece,GREECE,"['Greece', 'GREY', ""GREEK GREEK - The New York Times reported Wednesday that President Barack Obama's administration is considering a bill that would make it easier for Americans to buy health insurance through the Affordable Care Act (ACA)."", 'Greece, Greece', 'Apple']" -228,"['The', 'LRC', 'trains', '(LRC', 'stands', 'for', 'light,', 'rapid', 'and', 'comfortable)', 'have', 'tilting', 'bodies,', 'which', 'allow', 'them', 'to', 'take', 'bends', 'faster,', 'just', 'like', 'Britain', ""'s"", 'ill-fated', 'advanced', 'passenger', 'trains.']","[22, 23]",0,britain,"The LRC trains (LRC stands for light, rapid and comfortable) have tilting bodies, which allow them to take bends faster, just like Britain's ill-fated advanced passenger trains.","['Like long-distance passenger trains, which have only negative connotations, trains are likely to be in a much weaker position as the number of trains on the line, the only form of long-distance transport in the country, has been in decline for nine months.', 'To avoid ambitious goals, they must vibrate, they must vibrate, they must vibrate, they must vibrate, they must vibrate, they must vibrate, they must vibrate, they must vibrate, they must vibrate, they must vibrate, they must vibrate, they must vibrate, they must vibrate, they must vibrate, they must vibrate, they must vibrate, they must vibrate, they must vibrate, they must vibrate, they must vibrate, they must vibrate, they must vibrate, they must vibrate, they must vibrate, they must vibrate, they must vibrate, they must vibrate, they must vibrate', ""When you're in a relationship, you get the best out of yourself."", 'Like the rest of the House, the House of Lords is littered with problems, from clumsy knee-jerk reactions to the expenses scandal which has engulfed the Government, to clumsy expenses claims, to the botched handling of the BHS debacle, and most recently, to the shameless handling of the BHS debacle.', 'The double-digit increase in US troops in Iraq and Afghanistan since the beginning of the year is due to the fact that the number of US troops in Iraq and Afghanistan has fallen by more than 2% since the beginning of the year, according to the US Centers for Disease Control and Prevention (CDC).']" -229,"['BRILLIANT', 'Matthew', 'Woodcraft,', '18,', 'was', 'hailed', 'as', 'Britain', ""'s"", 'new', 'superbrain', 'yesterday.']","[7, 8]",0,britain,"BRILLIANT Matthew Woodcraft, 18, was hailed as Britain's new superbrain yesterday.","['BRILLIANT Matt Woodcraft, 18, was apparently furious with Rasnette Stone yesterday for voting against senior Brexit Secretary David Davis.', 'BRILrene was born at the age of 18, until the European forestry market Gano was planted in the 1950s.', '< a href = ""http: / / www.zillow.com / blog / Matthew Woodorton is at Royal Troon for the third round of the US PGA Championship and we\'ve rounded up our coverage with some of the weekend\'s best pictures.', ""Britain's Matthew Mirren, who finished 31 places behind frontrunner Hannibal Lecter, lit up < br >"", ""< br > Matt Wood was at Lord's to learn more about the latest Ashes news and what keeps him warm and what keeps him cold.""]" -230,"['Three', 'out', 'of', 'four', 'of', 'these', 'accidents', 'fix', 'on', 'the', 'properties', 'of', 'individual', 'men', 'as', 'decisive', 'variables', 'directing', 'the', 'course', 'of', 'events:', 'had', 'Churchill', 'been', 'a', 'less', 'charismatic', 'politician', 'Britain', 'might', 'have', 'given', 'up', 'her', 'fight', 'against', 'Germany;', 'had', 'Franco', 'permitted', 'an', 'assault', 'on', 'Gibraltar', 'it', 'would', 'probably', 'have', 'fallen;', 'and', 'if', 'Mussolini', 'had', 'not', '`', 'taken', 'it', 'into', 'his', 'head', '""', 'to', 'invade', 'Greece,', 'Hitler', 'would', 'have', 'moved', 'into', 'Russia.']","[44, 45]",0,gibraltar,"Three out of four of these accidents fix on the properties of individual men as decisive variables directing the course of events: had Churchill been a less charismatic politician Britain might have given up her fight against Germany; had Franco permitted an assault on Gibraltar it would probably have fallen; and if Mussolini had not taken it into his head"" to invade Greece, Hitler would have moved into Russia.","['In a statement, the company said it was ""deeply saddened to hear of the death of one of our board members"" and that it was ""deeply saddened to hear of the loss of one of our most distinguished and respected members of the board and of one of our most distinguished and respected members of the board,"" and that the company\'s board ""will continue to work with us to ensure that we continue to provide the best possible service to our shareholders.""', 'In almost all cases, pesticides used in pesticides have been found to be harmful to the environment, and the pesticides used in pesticides have been found to be harmful to the environment, e.g. pesticides, pesticides, pesticides, pesticides, pesticides, pesticides, pesticides, pesticides, pesticides, pesticides, pesticides, pesticides, pesticides, pesticides, pesticides, pesticides, pesticides, pesticides, pesticides, pesticides, pesticides, pesticides, pesticides', 'Three of these accidents, Moz said, looked at the characteristics of individual US men and women: if Churchill was one of the less charismatic leaders of the United States, then General George W. Bush was one of them; if Churchill was one of the less charismatic leaders of the Soviet Union, he was one of them.', ""In a statement, the company said: 'We are deeply saddened to hear of the death of Alan Rickman, who passed away this morning at the age of 69... after a short battle with pancreatic cancer... he passed away surrounded by his family and closest friends.. (a) He will be remembered for the impact he had on them both... (b) He will be remembered for the impact he had on them both personally and professionally"", 'Three cases of business hopefuls endangered the integrity of the vice president and secretary of state, as well as the type of disability they had.??? The machine beauty came from district grade two???? 30?????? and??? 30??????? and??? 30??????? and????????????????????????????????????????????????????????????']" -231,"['It', 'is', 'interesting', 'to', 'observe', 'how', 'frequently', 'the', 'French', 'style', 'prevails', 'not', 'just', 'in', 'the', 'building', 'of', 'hotels', 'but', 'in', 'the', 'whole', '`', 'architecture', 'of', 'pleasure', '""', 'in', 'Britain', '.']","[28, 29]",0,britain,"It is interesting to observe how frequently the French style prevails not just in the building of hotels but in the whole architecture of pleasure"" in Britain.","[""The 59-year-old Snap star said it would be 'great' for her to be back on the show, but added: 'We're going to have to fundamentally change the way we do things, and I think it's going to be great for the show, and I think it's going to be great for the show, and I think it's going to be great for the show.'"", ""Not just in hotels, but in the architecture of the city, along or south, but at Mr Cameron's request."", ""It's interesting to see how Cheryl Joberson's mischievously placed right hand thinks he might not quite fit."", 'So it was no surprise to see the star in style on the red carpet at the Pride of Britain Awards in London on Sunday night, where she was joined by a host of famous faces, including Cara Delevingne, Idris Elba, Cara Delevingne, Cara Delevingne, Cara Delevingne, Zoe Kravitz, Zoe Kravitz and Margot Robbie.', 'He claimed that the recipe resembled a ""ritual of transition"" rather than a consumerist ritual: he claimed that the recipes were ""very similar"" to the recipes he had eaten.']" -232,"['There', 'we', 'are', 'working', 'hard', 'to', 'boost', 'the', 'inspection', 'powers', 'of', 'the', 'IAEA', 'to', 'try', 'to', 'address', 'problems', 'of', 'the', 'kind', 'that', 'were', 'thrown', 'up', 'in', 'Iraq', '.']","[26, 27]",0,iraq,There we are working hard to boost the inspection powers of the IAEA to try to address problems of the kind that were thrown up in Iraq.,"['There, they are working even harder to increase inspections, as is the case with the colossal problems in Iraq.', ""We are working there to strengthen the IAE's inspection powers through greater effectiveness, but also to make an important contribution to solving the problem of homophobia in the country."", ""The IAAF statement continued: 'The IAAF will continue to work with the IAAF to ensure the integrity of the IAAF World Athletics Championships and the IAAF World Championships."", '""It is not clear how many people were killed or injured in the attacks, but it is clear that there are many dead and many injured,"" he said.', 'There, most of them have successfully demonstrated their support for the bill, ""said Sen. John McCain (R-Ariz.), a member of the Senate Armed Services Committee, who said McConnell\'s proposal would impose a $3,300 levy on companies doing business in the United States and a $2,500 levy on companies doing business in the United States and a $2,500 levy on companies doing business in the United States.']" -233,"['`', 'The', 'next', 'step', '(in', 'strengthening', 'the', 'United', 'States', 'team)', 'is', 'obvious', 'to', 'me.']","[7, 9]",0,united states,The next step (in strengthening the United States team) is obvious to me.,"['""The next step (for nuclear Europe) is to build a four-horsepower base,"" he said.', '""I don\'t care about the next team,"" Winstead said, ""but I don\'t care about the next team.', 'Daggraf, who lives in Malik province, is believed to have been killed in a car bomb attack on a military base in the northwestern province of Kandahar on Tuesday, the official Xinhua news agency reported.', '""The next step in the peace process last year was to make progress,"" said Larry Georgia, a spokesman for the Palestinian Authority.', ""Samuel Sutherland's next task was to win the Hearts Medal, while Nelson Heidel Africa is made up of six members and a German Reilly Owl Girl goalkeeper.""]" -234,"['When', 'Branson', 'and', 'Joan', 'arrived', 'in', 'the', 'Virgin', 'Islands', ',', 'they', 'were', 'sped', 'effortlessly', 'through', 'Customs,', 'conveyed', 'by', 'limousine', 'to', 'a', 'private', 'villa,', 'and', 'a', 'helicopter', 'was', 'put', 'at', 'their', 'disposal.']","[7, 9]",0,virgin islands,"When Branson and Joan arrived in the Virgin Islands, they were sped effortlessly through Customs, conveyed by limousine to a private villa, and a helicopter was put at their disposal.","['Since Brans arrival in Israel, the presence of a foreign Boeing has been a constant embarrassment to their guests.', 'When Branson and Joan arrived in the Virgin Islands, they were led through customs, their cars drove through traffic to a private estate, their houses went up in flames, their newspapers splashed across the walls, their cars smashed into pedestrians, their cars parked in the middle of nowhere, their cars parked in the middle of nowhere, their cars parked in the middle of nowhere.', ""Branson and Joan have been hanging by each other's necks since tying the knot, and their portrait lab at Napster Hotel, Birdgriets, and above the crane of the Program and Islands Society Pioneer Technology, where hippies are rarely seen, has been turned into an office."", 'It sounds as though the Duke and Duchess of Cambridge, Senator Philip Price and Kate Hague, have spoken at length on the subject of ""dynastic succession,"" and on Fox News they have responded to the news that the Duke and Duchess of Cambridge\'s wedding will not take place until after polling stations close.', '""I don\'t think it\'s fair to say if we do that, we\'re going to have to do that, but I think we\'re going to have to do it, and I think we\'re going to have to do it,"" Carson said, adding that Mylan would have to pay for the cost of the plan, which would have to be paid for by the federal government.']" -235,"['Lithuania', ""'s"", 'president,', 'Mr', 'Vytautas', 'Landsbergis,', 'promptly', 'called', 'the', 'decree', 'illegal,', 'and', 'said', 'it', 'could', 'be', 'implemented', 'only', 'by', '`', 'brutal', 'armed', 'force', '"".']","[0, 1]",0,lithuania,"Lithuania's president, Mr Vytautas Landsbergis, promptly called the decree illegal, and said it could be implemented only by brutal armed force"".","['Lit-u-stu-stu-stu-stu-stu-stu-stu-stu-stu-stu-stu-stu-stu-stu-stu-stu-stu-stu-stu-stu-stu-stu-stu-stu-stu-stu-stu-stu-stu-stu-stu-stu-stu-stu-stu-stu-stu-stu-stu-stu-stu-stu-stu-stu-stu-stu-stu', 'Lithuanian President Viktor Yanukovych issued a decree condemning the attack and calling it a ""defeat.""', 'Littlefinger said in a statement that the decree is currently being considered by the state legislature and that the state legislature is considering legislation that would make it easier for the state to enforce the law, but that it would not be necessary for the state legislature to issue the decree until after the funeral.', 'But his operation failed with great fanfare: Stan < p > Whiplane collected sea lions as he tried to get numbers consistent with those of Rupert Murdoch, the former News of the World chief executive and now chairman of the News of the World.', 'And he said the ""suspicious arm"" of the Russian government had not yet been ""completely repentant"" and there would be ""immediate investment through capital production.""']" -236,"['No', 'other', 'UK', 'operator', 'knows', 'Italy', 'like', 'Citalia', '-', 'after', 'all', 'no', 'one', 'else', 'has', 'our', 'specialist', 'experience.']","[2, 3]",0,uk,No other UK operator knows Italy like Citalia - after all no one else has our specialist experience.,"['No other British operator knows Italy as well as Citalisouc - after all, we only know our specific experience.', 'No other English club knows Italy as well as Atalanta.', 'Is there any evidence in this case - for example, that the French bank Societe Generale was involved in a fraud in which it failed to pay its creditors, or that it failed to pay its creditors?', 'Italy does not have a mobile music suicide? Which one is different?????????????????????????????????????????????????????????????????????????????????????', 'Joel Harshiles is close by. Our Community Pass has selected places where we can discuss uncertainty 2.0, like Puerto Rico, which helps, reasons outside of APEC is every false NE2016, Bynum takes over ownership, Ergo Update is the first company name that is smuggled into the team, duplex helps people outwit health insurance, the news presents you $11.FOOD $11.FOOD $11.FOOD $11.FOOD $15.FOOD $15.FOOD $15A- We have praised news so much that we were able to find a partner for him.']" -237,"['The', 'IDB', 'president,', 'Enrique', 'Iglesias', 'of', 'Uruguay', ',', 'had', 'said', 'on', 'April', '4', 'that', 'although', 'Japanese', 'investment', 'had', 'been', 'rising', 'in', 'Chile,', 'Mexico,', 'Brazil', 'and', 'Venezuela,', '""', 'we', 'see', 'potential', 'for', 'much', 'more', '"".']","[6, 7]",0,uruguay,"The IDB president, Enrique Iglesias of Uruguay, had said on April 4 that although Japanese investment had been rising in Chile, Mexico, Brazil and Venezuela,"" we see potential for much more"".","['If you have any questions, please email Egyptation @ avix @ avix.com.', 'IPPs have been forced to confront religious minorities, bi-religious sources or religious groups where overreach and racism have become an important debate.', 'The IAAF president had to cancel the semi-final on April 4, ""and it\'s possible that even he made the race,"" he said < br >.', ""1, 2013 / PRNewswire-USNewswire / -- The National Association of Realtors (NASDAQ: NASDAQ), the nation's largest private equity firm, announced today that it has entered into a definitive agreement to acquire and lease a majority stake in NASDAQ (NYSE: NASDAQ)."", 'According to the IDB, the administration accepted in an April 4, 2016 tweet that the controversial policy would include additional areas such as access to very small schools; Bush said only that he knew how much money he would receive for the controversial AT & T deal.']" -238,"['First', 'trip', 'went', 'from', 'Alderney', 'to', 'Guernsey', 'wearing', 'the', 'now-familiar', 'bright', 'yellow', 'and', 'red', 'livery,', 'a', 'colour', 'scheme', 'which', 'has', 'survived', 'ever', 'since.']","[6, 7]",0,guernsey,"First trip went from Alderney to Guernsey wearing the now-familiar bright yellow and red livery, a colour scheme which has survived ever since.","['My first trip there was in 2003 when Tyson Fury was beaten by Alvarez and < a href > to Sgt Blackman in Ink Santa. fuopo MT Detras of a Great Samaritan Fish, Reneck Ogden can follow him on Twitter.', 'The defibrillator version is the only event in Canada that has been set up financially to easily replace our liability, and anyone who has fallen ill in the last few days can go to Instagra.', ""It is the culmination of a year in which no fringe feminist figure has been able to capture so much of what is going on in the lives of so many of the world's most powerful women."", 'From Alderney to Guernsey, the best of both worlds - and the best of both.', 'After the death of Tina K., an American in Sixton basketball (the numerous foreign clubs were briefly blown up in Kosovo), an American in Sixton basketball (the numerous foreign clubs were briefly blown up in Kosovo), an American in Sixton basketball (the Ordolders Monday), an American in Sixton basketball (the Ordolders Monday), an American in Sixton basketball (the Ordolders Monday), an American in Sixton basketball (the Ordolders Monday) and an American in Sixton basketball (the Ordolders Monday)...']" -239,"['Speaking', 'in', 'the', 'local', 'Bemba', 'dialect,', 'Texas', 'tells', 'the', 'story', 'of', ""Zambia's"", 'worst', 'civil', 'unrest', 'in', 'post-independence', 'history', '-', 'the', '1986', 'food', 'riots', 'which', 'arose', 'from', 'the', 'burning', 'desire', 'of', 'Zambia', ""'s"", 'poorest', 'people', 'to', 'survive.']","[30, 31]",0,zambia,"Speaking in the local Bemba dialect, Texas tells the story of Zambia's worst civil unrest in post-independence history - the 1986 food riots which arose from the burning desire of Zambia's poorest people to survive.","['Those who visited the Stockholm factory bought the Blairites and anti-Trump presidential uniforms last year to become an extra republic for tax-avoidance projects, and the candidate survey symbolizes tough opponents suing Assange and pleading for his release.', 'In its report, the Cambodian government outlines a regional and regional development programme that will free up new homes and establish the Union of Confessional Properties to help Zambia increase its budget.', 'In real life, Wilson is experiencing Jamaica\'s worst riots. < br > < br > < br > < br > < br > < br > < br > < br > < br > < a href = ""http: / / br > < br > < br > < / br > < br > < / br > < / br > < / br > < / br > < / br > < / br > < / br > < / br > < / br >', 'In commendable amusement, the Texas network director of FIFA 5 also reported last week on the success of Project 228 with the p23 book ""The Help Roll Device of Alaska,"" released last week, and on media technology elections: ""Late Promo Manager Long back to Pop Billard.""', ""Out of pure holiness, the world's largest melts on a continuity of relatively fast-paced presences, and the climate of civil discontent that has gripped much of the Philippines in recent years is one of the most pervasive in the world.""]" -240,"['The', 'western', 'Dinaric', 'system', 'consists', 'of', 'a', 'series', 'of', 'parallel', 'limestone', 'ranges', 'which', 'run', 'behind', 'the', 'Adriatic', 'coast', 'for', '720', 'km', '(450', 'miles)', 'from', 'Slovenia', 'to', 'the', 'Albanian', 'border', 'and', 'continue', 'through', 'Albania', 'to', 'the', 'Pindos', 'mountains', 'of', 'Greece.']","[32, 33]",0,albania,The western Dinaric system consists of a series of parallel limestone ranges which run behind the Adriatic coast for 720 km (450 miles) from Slovenia to the Albanian border and continue through Albania to the Pindos mountains of Greece.,"['The western dinar system consists of a series of impressionistic paths that stretch along the Adriatic Sea from Nigeria via the Slovenian peninsula to the Balearic Islands, the Balearic Islands, the Balearic Islands, the Balearic Islands and the Balearic Islands.', 'The western-divided Dari planetary system consists of a series of parallel calculations, including the most important low-formation planets in the solar system, and there is no evidence that this is the case.', 'The only purely power-political factor turned out to be the most anti-ironic climate of the Oscars and the official Oscar vacancy in 1988 - after Pour Canada, Eric Coleman became the Forum de Bleu and the Cellular de France together.', ""The western dinosaur second consists of a circular chain of accompanying tents running parallel to each other, this year's Tree Wolhositz le Pasello Fateori - Meesa de Meesa Gary (with his mother tongue), which caps hours on the Mediterranean, Vodafone, Goddess Ski and Mont Blanc, 170 kilometers above sea level."", '(Ivan Lendl) Canvas over (Trek Bullenkorator trained insurgent boxer) Canvas over (Trek Bullenkorator trained insurgent boxer) Canvas over (Trek Bullenkorator trained insurgent boxer) Canvas over (Trek Bullenkorator trained insurgent boxer) Canvas over (Trek Bullenkorator trained insurgent boxer) Canvas over (Trek Bullenkorator trained insurgent boxer) Canvas over (Trek Bullenkorator trained insurgent boxer) Canvas over (Trek Bullenkorator trained insurgent boxer)']" -241,"['This', 'is', 'followed', 'by', 'some', 'general', 'remarks', 'about', 'the', 'history', 'and', 'philosophy', 'of', 'imprisonment', 'in', 'India', ',', 'and', 'a', 'summary', 'of', 'previous', ""writers'"", 'conclusions', 'about', 'gaol', 'conditions.']","[15, 16]",0,india,"This is followed by some general remarks about the history and philosophy of imprisonment in India, and a summary of previous writers' conclusions about gaol conditions.","['The preface is followed by a shopping trip to Cairo and a visit to the Monopoly in and around the city.', 'If anyone has been released, it is the same family that found the items in the package and it is not known if they were found.', 'Then there are some general conclusions, such as those of the President of the United States, George W. Bush, and the President of the United States, George W. Bush, and the President of the United States, George W. Bush, and the President of the United States, George W. Bush, and the President of the United States, George W. Bush.', ""Followed by general commentary on the history and philosophy of < p > JAMIE REDKNAPP, here's a quick look at some of the major talking points from day one of the 100th franchise day and what we learned from the third round when Bubbles Shahid went to Indi Beach and raped Keira Kutzl."", 'It is not difficult to see why US President Barack Obama wants to do something about it, but it is not difficult to see why he could do something about it, especially if he did something about it... If he did something about it, he would have to do something about it... If he did something about it, he would have to do something about it... If he did something about it, he would have to do something about it... If he did something about it, he would have to do something about it, he would have to do it.']" -242,"['The', 'news', 'came', 'as', 'a', 'crushing', 'blow', 'to', 'the', 'cast', 'and', 'production', 'team', 'on', 'the', '£10million', 'set', 'in', 'Spain', 'who', 'had', 'hoped', 'for', 'a', 'reprieve', 'after', 'a', 'recent', 'upturn', 'in', 'viewing', 'figures.']","[18, 19]",0,spain,The news came as a crushing blow to the cast and production team on the £10million set in Spain who had hoped for a reprieve after a recent upturn in viewing figures.,"['In a statement, the company said it was ""deeply saddened to hear of the death of a member of our Board of Directors"" and that it was ""deeply saddened to hear of the loss of a member of the Board of Directors who served as a member of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of Directors of the Board of Directors of Directors of the Board of Directors of Directors of the Board of Directors of Directors of the Board of Directors of', 'But the collaboration was not comparable to the Soviet productions Hilary Benn so memorably created in 1963, Fakes 31.', 'In Spain, the victory over Jim Crow has become significant because the government is not currently betting on bonds.', 'The Queen and the Duke of Edinburgh, the Duke and Duchess of Cambridge and the Duke and Duchess of Cambridge will be among the dignitaries at the service, which will be held at St Mary Magdalene Church in Windsor.', 'In the end, the cast and crew were put through their paces, but Reed was able to talk, and James was able to do it without the help of his co-stars.']" -243,"['The', 'head', 'of', 'a', 'master', 'angler', '-', 'the', 'white-bellied', 'sea', 'eagle', 'is', 'a', 'close', 'relative', 'of', 'America', ""'s"", 'national', 'emblem,', 'the', 'bald', 'eagle.']","[16, 17]",0,america,"The head of a master angler - the white-bellied sea eagle is a close relative of America's national emblem, the bald eagle.","[""Five-year-old seal's head found"", '12, 65,000, between 130,000 and 41,105,000 tons; Hyemin Didondolgers Packing Parade, Guinness World Records, LA 25,107, at least 34,806,850; and Kynghurst Birds Club, Data Apparss, LA 25,107, at least 34,806,850.', 'The deliberate phoidarium - the white-bellied sea eagle - means that he, someone kissing the American Wikipos album, is afraid to see the 14-year-old white-bellied sea eagle, and he expects a conversation.', ""The boss of Eminem's estate, Sinead O'Connor, has called for a boycott of the music industry in response to the controversy surrounding Prince's death."", '""The Essence: Destroying Key Yellowsdots"" will feature some big names, and < br > looks at some of the biggest names in the industry, including the likes of John Lewis, John Lewis and John Lewis, as well as some of the biggest names in the fashion industry.']" -244,['POLAND'],"[0, 1]",0,poland,POLAND,"['What a stupid idea.', 'POLICE had ""clearly restrained"" Steinbrueck in his self-promotion, it said.', 'PEOPLE < p >', 'Diam,', ""PAUL NEWMAN: Sunderland will be relegated from the Premier League next season and, having seen off the threat of relegation from the Championship in midweek, I can't imagine the form they are in with a chance of winning the title - Swansea 2-1 Middlesbrough (Aitor Karanka was sacked on Boxing Day) - Swansea 2-0 Middlesbrough (Aitor Karanka was sacked on New Year's Day) Aston Villa (Aitor Karanka was sacked on Boxing Day) Aston Villa (Aitor Karanka was sacked on Boxing Day) Aston Villa (Aitor Karanka was sacked on Boxing Day)""]" -245,"['Now', 'Lucy', 'Netzer', 'and', 'Jacob', 'Sagiv,', 'from', 'the', 'Weizmann', 'Institute', 'of', 'Science,', 'Rehovot', 'in', 'Israel', 'have', 'developed', 'a', 'simpler', 'and', 'quicker', 'technique', 'for', 'preparing', 'monolayer', 'films', 'that', 'relies', 'simply', 'on', 'the', 'chemical', 'properties', 'of', 'the', 'starting', 'materials.']","[14, 15]",0,israel,"Now Lucy Netzer and Jacob Sagiv, from the Weizmann Institute of Science, Rehovot in Israel have developed a simpler and quicker technique for preparing monolayer films that relies simply on the chemical properties of the starting materials.","['Now Lucy and Jacob Sagan of the Weirene Lierhaupt Institute in Rehoval, Israel, are members of the ""Protectors One: A Progressive and Increasing Nanophair Division,"" dedicated to improving the quality of life of older people.', 'Fernando Necah of Wichman Recordian Science offers wearers exceptional and material skills, while Clare and George of the University of Wisconsin-Madison can successfully bring white, red and hot areas to the public table, while Samuel Sherlock Vanessa (Single and Composures Dato; Decord) can bring white, red and hot areas to the public table.', 'Lucy Nettles, chief executive of Sagittarius, said: ""Sagittarius does not want to be seen as a threat to its liability for mechanical risks, but it is important to note that Sagittarius does not want to be seen as a threat to economic growth.', 'Matt-Conner and Jacob Sagiv of the United Nations Institute for Strategic and International Studies (UNICEF), who led the study, said: ""Statistics from the Institute for Adult Sports show that much remains to be done.', 'Lucy Netty, chief executive of the National Association of Head Teachers (NASHVOA), said: ""We have seen a significant increase in the number of children coming to the UK from disadvantaged backgrounds, with a significant increase in the number of children from disadvantaged backgrounds.']" -246,"['Regulation', 'Q', 'of', 'the', 'US', 'banking', 'system.']","[4, 5]",0,us,Regulation Q of the US banking system.,"['Regulation Q of the US Secretary of State for Automated Systems.', ""Regulation or Morrison's success?"", ""Life insurance regulation is at the heart of Aegon's strategy."", ""It's not the first time Harry has been spotted in London, having recently enjoyed a romantic getaway with a mystery woman."", ""Regulatory Short Announces Brazil's Return to Mexico""]" -247,"['UK', 'industry,', 'for', 'its', 'part,', 'invests', 'a', 'smaller', 'proportion', 'of', 'output', 'in', 'R&D', 'than', 'its', 'main', 'competitors,', 'and', 'more', 'recent', 'data', 'on', 'R&D', 'as', 'a', 'percentage', 'of', 'sales,', 'as', 'well', 'as', 'data', 'on', 'patent', 'levels,', 'tells', 'a', 'similar', 'story.']","[0, 1]",0,uk,"UK industry, for its part, invests a smaller proportion of output in R&D than its main competitors, and more recent data on R&D as a percentage of sales, as well as data on patent levels, tells a similar story.","[""The city's public transport system has been hit hard in recent years by a series of high-speed train accidents, including one in which a train derailed and a train derailed, and another in which a train derailed, killing three people and injuring dozens more."", 'The British government is considering an $11 billion six-year plan to build a new nuclear plant in the United States, but the White House has said it will not do so until the end of the year. -- In an interview with The Associated Press on April 3, Obama said, ""I think it will be a long time before we get to the point where we can say,"" No, we\'re not going to do that. """"', 'Franken invests in research and development in schools across the country, and miscalculations have led to the emergence of male celebrity heroes in the United States. -- Frankenthies hold: a market for bison on the streets of New York City. -- Frankenthies hold: a market for bison on the streets of New York City. -- Frankenthies hold: a market for bison on the streets of New York City. -- Frankenthies hold: a market for bison on the streets of New York City. -- Frankenthies hold: a market for bison the streets of New York City. -- Frankenthies hold: a market for bison the streets of New York City.', 'Meanwhile, the investment today meant that the Coast Guard wrote publications on Stephen Richardsky\'s Gallup report ""Superisland just nudging real remarks my talk-show headlines hilarious rolling excuses, alternative sand"": ""Precipitation in Portland has enabled $60 million in new investment in published stations"": Community plan ""Ark"" 9 points: Women\'s stock designs suspend ""spending change programs directly"" to attract new recruits.', 'Own Armed Forces (FTSE 100), United Kingdom (FTSE 100), United Kingdom (FTSE 100), United Kingdom (FTSE 100), United Kingdom (FTSE 100), United Kingdom (FTSE 100), United Kingdom (FTSE 100), United Kingdom (FTSE 100), United Kingdom (FTSE 100), United Kingdom (FTSE 100), United Kingdom (FTSE 100), United Kingdom (FTSE 100), United Kingdom (FTSE 100), United Kingdom (FTSE 100).']" -248,"['The', '14th', 'congress', 'of', 'the', 'Communist', 'Party', 'of', 'Greece', '(KKE-Exterior),', 'held', 'in', 'Athens', 'on', 'Dec.', '18-22,', 're-elected', 'Aleka', 'Papariga', 'as', 'general', 'secretary.']","[8, 9]",0,greece,"The 14th congress of the Communist Party of Greece (KKE-Exterior), held in Athens on Dec. 18-22, re-elected Aleka Papariga as general secretary.","['The 14th Congress of the Communist Party (CCP), held in Oflikon, was attended by private universities and a Korean university in Colombo.', ""Fortunately, this is because of the unique ethos of Russia's most overheated subscribers."", 'In Athens, the European Central Bank on Wednesday cut interest rates to a record low of 0.25 percent from 0.25 percent a year earlier, the European Central Bank said.', 'Image copyright Getty Images Image caption The increased use of software in response to an apparent attack on a polling station has led to an increase in the number of polling stations where votes are cast', 'Since the late Paul Higge graduated from the University of California, Berkeley with a degree in paper and paper, Foire has been producing free-range products across the country, and he is particularly interested in recreating his work.']" -249,"['Prime', 'Minister', 'Henry', 'met', 'United', 'States', 'President', 'Bush', 'on', 'April', '18,', '1990', 'during', 'a', 'three-day', 'private', 'visit', 'to', 'the', 'USA.']","[4, 6]",0,united states,"Prime Minister Henry met United States President Bush on April 18, 1990 during a three-day private visit to the USA.","['Prime Minister', 'Prime Minister Henry met with President Bush in the aftermath of the attack, and the US attorney and forensic expert met with President Bush in the aftermath of the attack that killed at least five people and injured more than 100.', 'On Tuesday, U.S. Secretary of State Henry Anbar arrived at the White House to see his historic convoy of reporters.', ""Prime Minister Henry VIII of France ordered a three-day closure of the park, while Hanukkah, the city's largest city, was ordered by the French government to close the park until further notice."", 'Lions announce Avibo virus in 40,000 DVDs']" -250,"['Kuwait', 'is', 'part', 'of', 'Iraq', '.']","[4, 5]",0,iraq,Kuwait is part of Iraq.,"['Kuwait is part of Iraq.', 'The State of Kuwait is under the control of the State of Kuwait, for which parts of the population are grateful at all times.', 'Kuwait is one of the most dangerous countries in Iraq, where boat people are trapped with their eyes closed in the paralysed hatch of my sheep.', 'Kuwait\'s Foreign Minister Sheikh Sabah al-Khalifa said it would be ""very difficult"" for the US and its allies to reach an agreement.', 'The cost of the modernization program is estimated at $6.56 billion, according to the report released Wednesday.']" -251,"['She', 'was', 'mated', 'to', 'Ajax', 'and', 'produced', 'two', 'litters,', 'the', 'first', 'one,', 'in', '1938,', 'contained', 'five', 'dogs,', 'four', 'of', 'which', 'apparently', 'went', 'to', 'India', 'and', 'Pakistan', ',', 'for', 'reasons', 'which', 'seem', 'to', 'be', 'obscure.']","[25, 26]",0,pakistan,"She was mated to Ajax and produced two litters, the first one, in 1938, contained five dogs, four of which apparently went to India and Pakistan, for reasons which seem to be obscure.","['She was paired with Ajax and produ for this, the first Internet, 1938 dyce. raped or cleverly supplemented d and see of.', 'There is a double-digit increase in the number of young people living with the disease in the UK, which means that the number of young people living with the disease in the UK is almost double that in the rest of the UK.', 'They have five dogs, four of which apparently went to India and Pakistan, a litter of 7-year-old puffins paired with 4-year-old puffins last year, and they have brought the puffins back to the United States for the first time in more than a decade, according to a New York Times report.', 'The first was in 1938, the second in 1938, the third in 1938, the third in 1938, the third in 1938, the third in 1938, the third in 1938, the third in 1938, the third in 1938, the third in 1938 and the third in 1945.', ""Selby Hamilton had her mother Victor Hutchinson's dog, Sudock's pet Tam Land, and also noted that she had learned to drive in a refugee boat on Sunday night, while Volkari's father Volkari's, Teol's and Bernard Moses' run Cabrera's dwarf apartment tower and ABMA's Heris Drives has Storm Suite March Traniskey! '""]" -252,"['From', '1', 'January', 'any', 'UK', 'business', 'that', 'sells', 'goods', 'to', 'another', 'VAT', 'registered', 'person', 'in', 'another', 'country', 'within', 'the', 'EC', 'will', 'have', 'to', 'complete', 'one', 'of', 'these', 'statements', 'on', 'a', 'period', 'basis.']","[4, 5]",0,uk,From 1 January any UK business that sells goods to another VAT registered person in another country within the EC will have to complete one of these statements on a period basis.,"[""Ecclestone is not in charge of the sport, according to Charlotte Bushido Haybri, the head of Formula One's world governing body."", ""Since then, according to the Bureau of Labor Statistics, a fixer's order book has to indicate a quantity per gram, quantity and package value."", 'Starting in January, the New York Times published a series of articles on the subject, including one on ""The Art of the Deal.""', ""In a statement, the company said: 'We are pleased to announce that we have reached an agreement with the UK Government to extend the contract for the production and distribution of the new series of the BBC's flagship show The Great British Bake Off.'"", ""From first-time buyers to first-time buyers < br >'s Lawrence Booth takes a look at the main talking points of the weekend...""]" -253,"['There', 'are', 'now', 'four', 'such', '`', 'tuned', 'tracks', '""', 'in', 'America:', 'at', 'Harvard,', 'Yale,', 'Madison', 'Square', 'Garden', 'in', 'New', 'York,', 'and', 'at', 'the', 'Meadowlands', 'Sports', 'Complex', 'in', 'New', 'Jersey', '.']","[27, 29]",0,new jersey,"There are now four such tuned tracks"" in America: at Harvard, Yale, Madison Square Garden in New York, and at the Meadowlands Sports Complex in New Jersey.","['There are currently a number of tracks in America: Madison Square Garden in New York City and the Mead Sports Complex in New Jersey.', 'In the park-and-ride area in Latorrep there are now four such Ban Scorpions (tuned terrain).', ""In the meantime, four different concerts have been included in the report: the Massachusetts Lakers, the Coaches' Union, Thledge Spirit, on Mary Banks' homepage and in the first issue of a major magazine, a reinvention for Ride & more ordinary track gain and Germany's most charismatic goals."", ""Nowadays there are similarly tuned men who stack one phone after another ($80,000 a month and $30,500 a month), and there's a lot of money in the bank ($80,000 a year), and there's a lot of money in the bank ($80,000 a year), and there's a lot of money in the bank ($100,000 a year), and there's a lot of money in the bank ($100,000 a year), and there's a lot of money in the bank ($100,000 a year)."", 'The powerful American fought back from a set down to beat Sharapova 6-3, 6-4, 6-4 in just over two hours to reach the semi-finals against the world number one.']" -254,"['When', 'Alastair', 'McHarg', 'left', 'for', 'a', ""month's"", 'business', 'trip', 'to', 'India', 'last', 'week,', 'he', 'left', 'sevens', 'supremo', 'and', 'club', 'stalwart,', 'Andy', 'Cushing,', 'along', 'with', 'Mike', 'Lovett,', 'in', 'charge', 'of', 'the', 'coaching', 'until', 'his', 'return', 'next', 'month.']","[10, 11]",0,india,"When Alastair McHarg left for a month's business trip to India last week, he left sevens supremo and club stalwart, Andy Cushing, along with Mike Lovett, in charge of the coaching until his return next month.","['After returning from a business trip to a foreign policy meeting last week, Alastair McHarg traveled to the White House on Tuesday, where he was with his wife, Michelle, and their two young children for a dinner at the White House attended by his wife, Michelle Obama, and his wife, Michelle Obama.', 'At the Magic Weeks, Broom and White try their hand at acting for the first time in their lives.', '""At the same time, it creates great professional barriers,"" he said, ""and also by destroying creativity and opportunities and creating opportunities for people who want to work,"" he said, ""and by creating opportunities for people who want to work, who want to work, who want to work, who want to work, who want to work, who want to work, who want to work, who want to work, who want to work, who want to work, who want to work, who want to work, who want to work, who want to work, who want to work, who want to work, who want to work, who want to work, who want to work, who want to work, who want to work, who want to work, who want to work, who want to work, who want to work.""', 'Finally, the Ferrefix trial can lead to major improvements, such as the introduction of a new version of the HIV vaccine that can be used to treat people with HIV, and the introduction of a new version of the drug that can be used to treat AIDS.', ""Every change seemed unchanged, and they are losing ground in the battle for control of the military, which has been in turmoil since the military's focus shifted to the 21st position, first and second in line to the throne.""]" -255,"['The', 'other', 'odd', 'thing,', 'she', 'realised,', 'was', 'that', ""they'd"", 'never', 'been', 'on', 'holiday', 'to', 'France', '.']","[14, 15]",0,france,"The other odd thing, she realised, was that they'd never been on holiday to France.","['Curiously, Neville has also been linked with a move to the Premier League.', 'She was the diehard disgrace who later, really, really thoroughly, ""although / I\'m running"" un un un un un, ashimi of ""It wanna be me, it\'s gonna be me, it\'s gonna be me, it\'s gonna be me, it\'s gonna be me, it\'s gonna be me, it\'s gonna be me.""', 'It later turned out to be the sixth child of a very shy girl.', ""< p > NICO ROSBERG COLUMN was at Lord's to give you an overview of the best emerging talent breaking through at football clubs around the world... and don't forget to tell us your predictions by leaving a comment below."", '""It\'s more interactive, more interactive, more interactive, more interactive, more interactive,"" he said.']" -256,"['MORE', 'than', 'a', 'million', 'people', 'in', 'southern', 'Ethiopia', 'are', 'at', 'risk', 'of', 'starvation', 'in', 'a', 'famine', 'that', 'has', 'killed', '5,000', 'in', 'five', 'months,', 'according', 'to', 'the', ""country's"", 'Relief', 'and', 'Rehabilitation', 'Commission.']","[7, 8]",0,ethiopia,"MORE than a million people in southern Ethiopia are at risk of starvation in a famine that has killed 5,000 in five months, according to the country's Relief and Rehabilitation Commission.","['More than one million people have signed up for the program, which can be found at https: / / twitter.com / mcccbc and http: / / twitter.com / mcbcbc as well as http: / / twitter.com / mcbbc and http: / / twitter.com / mcbcbbc with more than 1 million subscribers.', 'The African Group of State Olympic Organizers uses Ghana as the base for the Rio de Janeiro Olympics, while the African Group of State Olympic Organizers, the International Olympic Committee (IOC), the International Olympic Committee (IOC), the International Olympic Committee (IOC), the International Olympic Committee (IOC), the International Olympic Committee (IOC), the International Olympic Committee (IOC), the International Olympic Committee (IOC), the International Olympic Committee (IOC), the International Olympic Committee (IOC), the International Olympic Committee (IOC), the International Olympic Committee (IOC) and the International Olympic Committee (IOC).', ""MEXICO CITY A million people have starved to death at Arsenal FC, one of the Middle East's most powerful clubs."", 'The National Institute of Health and Care Excellence (NICE) estimates that more than a million women will be obese by 2050.', '""Movements for democracy and democracy are being murdered,"" said Hiham (Syouma Asisse), a member of the government, alluding to the creation of Somalia by the government of President Abdel Fattah el-Sisi, who is accused of being behind the assassination of President Abdel Fattah al-Sisi.']" -257,"['India', ',', 'Malaysia,', 'Sri', 'Lanka.']","[0, 1]",0,india,"India, Malaysia, Sri Lanka.","['India, Malaysia and Sri Lanka.', 'India, Malaysia, Turkey and Turkey are courting voters.', ""India is Colombia's fault."", ""I don't think there's any doubt about that."", ""If you want to break the mold, you're going to have to do a lot of hard work, and you're going to have to do a lot of hard work, and you're going to have to do a lot of hard work, and you're going to have to do a lot of work.""]" -258,"['The', 'New', 'Forest', 'contains', 'plant', 'and', 'animal', 'species', 'unique', 'in', 'Britain', ',', 'including', 'wild', 'gladioli', 'and', 'New', 'Forest', 'cicada.']","[10, 11]",0,britain,"The New Forest contains plant and animal species unique in Britain, including wild gladioli and New Forest cicada.","['""I\'m not sure I\'ll be able to do it,"" he said. ""I don\'t think I\'ll be able to do it.', 'As well as gladiator gladiators, the New Forest Cicadas need glitz to captivate you.', 'The skyline of Nova Scotia also includes a vast landscape and plenty of coal-burning water, as well as countless thermal baths.', 'The New Forest and Prince White Forest are the only places in Britain where the average price of a property has risen by more than £600,000 in the past year, according to property website Zoopla.', 'The storm, which is expected to bring heavy rain to parts of the state, is expected to bring heavy rain to parts of the Southeast, Southeast, Southeast, Southeast, Southeast, Southeast, Southeast, Southeast, Southeast, Southeast, Southeast, Southeast, Southeast, Southeast, Southeast, Southeast, Southeast and Southeast.']" -259,"['The', 'research', 'aims', 'to', 'provide', 'a', 'comprehensive', 'account', 'of', 'the', 'last', 'subsistence', 'crisis', 'in', 'mainland', 'Britain', ',', 'by', 'tracing', 'its', 'origins,', 'the', 'experience', 'of', 'the', 'society', 'during', 'it', 'and', 'the', 'long-term', 'demographic,', 'social', 'and', 'economic', 'consequences', 'for', 'the', 'highland', 'area', 'as', 'a', 'whole.']","[15, 16]",0,britain,"The research aims to provide a comprehensive account of the last subsistence crisis in mainland Britain, by tracing its origins, the experience of the society during it and the long-term demographic, social and economic consequences for the highland area as a whole.","['The aim of the research is to determine whether the drug - which is used in a variety of medications, including antidepressants, antidepressants, antidepressants, anti-inflammatories, anti-inflammatories, anti-inflammatories, anti-inflammatories, anti-inflammatories, anti-inflammatory, anti-inflammatory, anti-inflammatory, anti-inflammatory, anti-inflammatory, anti-inflammatory, anti-inflammatory, anti-inflammatory, anti-inflammatory, anti-inflammatory', ""He traces the origins of the island's recent subsistence devaluation, the island's monument laws and the effects of the northern quake."", 'In an attempt to dampen apparent hopes of a breakthrough in the search for missing Malaysia Airlines flight MH370, Filtsial told Fox News: ""I think it\'s very important that we can find missing Malaysia Airlines flight MH370.""', 'The research was led by the Pittsburgh Society of Ankle Surgeons and the University of Pittsburgh.', ""Launched in September by the Lovely Small Town Foundation, the projects aim to transform some of the city's most populous zoos into global smart zones, including the zoo, the zoo, the zoo, the zoo, the zoo, the zoo, the zoo, the zoo, the zoo, the zoo, the zoo, the zoo, the zoo, the zoo.""]" -260,"['The', 'course', 'was', 'pilot-tested', 'in', 'the', 'UK', ',', 'Australia,', 'and', 'New', 'Zealand.']","[6, 7]",0,uk,"The course was pilot-tested in the UK, Australia, and New Zealand.","[""It's not the first time the pair have been spotted together."", 'The course was supposed to be a horror course in an enclave in Croatia called Denmark.', 'This course was completed in the United Kingdom, in the United States, in the United Kingdom, in the United Kingdom, in the United Kingdom, in the United Kingdom, in the United Kingdom, in the United Kingdom, in the United Kingdom, in the United Kingdom, in the United Kingdom, in the United Kingdom, in the United Kingdom, in the United Kingdom, in the United Kingdom, in the United Kingdom, in the United Kingdom, in the United Kingdom, in the United Kingdom, in the United Kingdom, in the United Kingdom, in the United Kingdom, in the United Kingdom, in the United Kingdom, in the United Kingdom, in the United Kingdom, in the United Kingdom, in the United Kingdom, in the United Kingdom, in the United Kingdom, in the United Kingdom, in the United Kingdom, in the United Kingdom, in the United Kingdom, in the United Kingdom, in the United Kingdom, in the United Kingdom, in the United Kingdom, in the United Kingdom, in', 'The study, published in the Proceedings of the National Academy of Sciences (NIH), found that the prevalence of Zika virus in pregnant women increased in the second trimester of pregnancy, compared to the prevalence of Zika virus in pregnant women.', 'This was the first time in more than a decade that the number of people applying for work visas had declined, and it was the first time in more than a decade that the number of applicants had increased.']" -261,"['[', 'For', 'world', 'education', 'conference', 'held', 'in', 'Jomtien,', 'Thailand', 'on', 'March', '5-9,', '1990,', 'see', 'p.', '37335.', ']']","[8, 9]",0,thailand,"[ For world education conference held in Jomtien, Thailand on March 5-9, 1990, see p. 37335. ]","['[Due to the number of people diagnosed with the disease since the beginning of the year, the number of people diagnosed with the disease last year increased by more than 40 percent, according to the Centers for Disease Control and Prevention (CDC), while the number of people diagnosed with the disease last year increased by more than 50 percent, according to the Centers for Disease Control and Prevention.]', '""I think it\'s going to be a long time before we get to the point where we can say,"" I can\'t do this, I can\'t do that. """"', '""At the time of the incident (13 March 1990) a spokesman for the Police Federation of Northern Ireland, the Edinburgh Glory 3Dh, which was part of the Girls Now campaign, said:"" We are aware of reports of an incident in Norwich.', '[Citing the World Bailout Conference, JP23 in Atlanta, Overnoise maker 14.40 Field Name, preview at the World Office in Florence.', ""[There are] a lot of things going on in the world that I don't know.""]" -262,"['In', 'Washington', 'this', 'week', 'Germany', ""'s"", 'Helmut', 'Kohl', 'insisted', 'that', 'uniting', 'Europe', 'would', 'not', 'mean', 'undermining', 'NATO.']","[4, 5]",0,germany,In Washington this week Germany's Helmut Kohl insisted that uniting Europe would not mean undermining NATO.,"['Helmut Kohl insisted this week that asylum seekers staying in Germany, the US and Germany are bombing migrants, saying they are ""trying to make solutions public,"" which means Germany must consider whether it is in the EU\'s best interests to allow them to stay.', 'The cabbage was described as a ""black dean who combines the cultivation of language."") There were no such results for either of the victim party\'s farces off the field.', 'This week, Chancellor Helmut Kohl and Finance Minister Schröder declared that countries such as Austria, the Netherlands and the Netherlands should be allowed to apply for asylum in Germany.', 'In Washington this week, German Foreign Minister Thomas de Maizière said civil support for Thomas de Maizière, the German refugee agency < a href = ""http: / / www.zillow.com / blog / Germany-refugee-non- < / a >? id ="" _ blank _ blank _ blank _ blank _ blank _ blank _ blank _ blank _ blank _ blank _ blank _ blank _ blank _ blank _ blan', ""Italy's Achilles heel has been a bone of contention for some time.""]" -263,"['These', 'included', 'visits', 'to', 'Canada,', 'Malaysia,', 'Singapore,', 'Thailand,', 'the', 'UK', 'and', 'Vietnam.']","[9, 10]",0,uk,"These included visits to Canada, Malaysia, Singapore, Thailand, the UK and Vietnam.","['These included a visit to Tooting in Canada, a visit to Lincoln and a visit to the Labour Party conference in Manchester.', '""Presort"" visited Malaysia, Singapore, Thailand, the country of the insurgents and Vietnam and described the third place as overwhelming.', 'This included using our British mobile phone company.', 'This includes PacificLetz, who is a member of the board of Roland Picksody.', 'He had to wait as long as possible to take care of himself.']" -264,"['Mozaic', 'is', 'scheduled', 'for', 'the', 'first', 'quarter', '1993', 'for', 'manufacturing', 'companies', 'in', 'the', 'US', 'and', 'Canada', 'and', 'will', 'be', 'released', 'to', 'third-party', 'systems', 'integrators', 'in', 'Europe', 'in', 'the', 'second', 'quarter.']","[15, 16]",0,canada,Mozaic is scheduled for the first quarter 1993 for manufacturing companies in the US and Canada and will be released to third-party systems integrators in Europe in the second quarter.,"[""(Mozaic d'Oro - Mozaic d'Oro - Mozaic d'Oro - Mozaic d'Oro - Mozaic d'Oro - Mozaic d'Oro - Mozaic d'Oro - Mozaic d'Oro - Mozaic d'Oro - Mozaic d'Oro - Mozaic d'Oro - Mozaic d'Oro - Mozaic d'Oro - Mozaic d'Oro - Mozaic d'Oro - Mozaic d'Oro - Mozaic d'Oro - Mozaic d'Oro - Mozaic d'Oro - Mozaic d'Oro"", 'Hope, the Kenyan-born athlete, is expected to sign with the Patriots in the first quarter of this year, and the Patriots will try to expand their roster in the second quarter of next year when they play the New England Patriots in the Super Bowl, the New England Patriots in the Super Bowl and the New England Patriots in the Super Bowl, the New England Patriots in the Super Bowl and the New England Patriots in the Super Bowl.', 'IVM aims for first place because it is leveraged; it is a form of thinking about computers.', 'Mozanukova, who won gold in the 400m hurdles at the Rio Olympics last summer, said: ""It\'s been a long time coming.', 'Without the No.1 festival, we will not be able to produce in the United States, and the order that Depp has received from Infinity Receiver in Mexico will not be able to produce in the United States, and we will not be able to produce in the United States in the United Kingdom.']" -265,"['All', 'hotels', 'and', 'guest', 'houses', 'listed', 'in', 'this', 'brochure', 'comply', 'with', 'a', 'Tourist', 'Charter', 'which', 'sets', 'standards', 'which', 'are', 'amongst', 'the', 'highest', 'of', 'any', 'resort', 'in', 'Britain', '.']","[26, 27]",0,britain,All hotels and guest houses listed in this brochure comply with a Tourist Charter which sets standards which are amongst the highest of any resort in Britain.,"[""All hotels and guesthouses in this brochure are listed in a tourist table to mark the 70th anniversary of Ibrahimovic's attack."", ""All hotels and resorts mentioned in this brochure are included in the U.S. Securities and Exchange Commission's Annual Report on Form 10-K for the year ended December 31, 2008."", ""The handicapper is our Victorian holiday, The Gambia's Pack M, a decent bar, and the Asian Health Consultant Salia Cleba, who explained on the first day of the week how to easily compromise with boys and girls based on traditional fitness advice."", 'All in the news Putin * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *', 'Ron Baranski, a spokesman for the National Transportation Safety Board, said the crash was caused by a ""large amount of smoke,"" but the cause of the crash is under investigation.']" -266,"['The', 'vessel', 'is', 'described', 'as', 'being', 'about', 'six', 'inches', 'tall', 'and', 'it', 'has', 'been', 'suggested', 'that', 'it', 'may', 'have', 'been', 'used', 'as', 'a', 'chalice,', 'and', 'it', 'might', 'have', 'originated', 'in', 'Spain', 'or', 'Syria', 'and', 'been', 'brought', 'home', 'to', 'England', 'from', 'one', 'of', 'the', 'Crusades.']","[32, 33]",0,syria,"The vessel is described as being about six inches tall and it has been suggested that it may have been used as a chalice, and it might have originated in Spain or Syria and been brought home to England from one of the Crusades.","['Their valley is said to be solar-heated, and the northern part of Costa Rica is lower than Montana, with Persian drinking water from high-altitude springs, which is saturated to 4.75 percent with rainwater.', 'The company is already wary of the NFL, which has discovered that Marvel Uniquely is shipping two foreign carriers from Engelcaia Bagdadi to Series D in Florida.', 'The damage to the wreckage of the Gulf of Valencia in Berlusconi and some of your Sherpas of the foot is due to the Lamus not being able to reach the water. Unfortunately, this is how the Lamus came to the water. Our Gladys stopped the ship safely and cameras were installed (we saw him on James Ãlvarez instead of Henry Carpendale at Pharican Tech in Frodung 680 Center Lake; Jonathan Bentley brought him personally to the office to enable ArtLife Expections). clibroSnoceSnoceSnoceSnoceSnoceSnoceSnoceSnoceSnoceSnoceSnoceSnoceSnoceSnoceSnoceSnoceSnoceSnoceSnoceSnoceSnoceSnoceSnoceSnoceSnoceSnoceSnoceSnoceSnoceSnoceSnoce', 'Sullivan added that the army had attempted murder and allegedly planned to throw a fluorine-filled grenade into the crowd.', ""Drawing a line in the sand may not be the best idea, but it's not hard to see why: peacekeepers are used to the reality of dangerous Whatsapp users, who are more persistent, patient, and patient with the idea of taking photos, and promising object features that lose a lot of trust.""]" -267,"['Once', 'a', 'child', 'has', 'survived', 'his', 'vulnerable', 'first', 'five', 'years,', 'his', 'expectation', 'of', 'life', 'naturally', 'increases,', 'but', 'this', 'increase', 'will', 'vary', 'in', 'direct', 'proportion', 'to', 'the', 'dangers', 'which', 'he', 'has', 'so', 'far', 'evaded:', 'thus', 'the', 'United', 'Kingdom', '5', 'year', 'old', 'can', 'now', 'expect', 'to', 'live', 'until', 'he', 'is', '75,', 'the', 'American', 'until', 'he', 'is', '72.']","[35, 37]",0,united kingdom,"Once a child has survived his vulnerable first five years, his expectation of life naturally increases, but this increase will vary in direct proportion to the dangers which he has so far evaded: thus the United Kingdom 5 year old can now expect to live until he is 75, the American until he is 72.","['Now a child is growing up who has survived the first runs, and Ivanka and her husband Jared Kushner are making their way down the catwalk.', ""'The worst thing about Bahrain is that if you don't want to go there, you don't want to go there, you don't want to go there, you don't want to go there, you don't want to go there, you don't want to go there, you don't want to go there."", 'Judging by the amount spent on the project, the company said it had spent more than $1 billion on the project, which is due to be completed by the end of the year, compared with $2 billion in the same period last year.', 'Children who grow up in pop culture with very limited mental expression are more likely to suffer from behavioral problems such as depression, anxiety, depression, anxiety, depression, depression, depression, depression, anxiety, depression, depression, depression, depression, depression, depression, depression, depression, depression, depression, anxiety, depression, depression, depression, depression, depression, depression, depression, anxiety, depression, depression, depression, depression, depression, depression, depression, depression, depression, depression, depression, depression, depression, depression, depression, depression, depression, anxiety, depression, depression, anxiety, depression, depression,', 'If the fracking rate is significantly higher than the fracking rate, the Es30 app does not protect against cancer, and the E30 app does not protect against cancer risk, and the E30 app does not protect against cancer risk, so the E30 app does not protect against fracking risk.']" -268,"['If', 'confirmed,', 'these', 'revelations', 'make', 'a', 'bit', 'of', 'a', 'mockery', 'of', 'the', 'financial', 'sanctions', 'imposed', 'on', 'Iraq', 'in', 'August.']","[16, 17]",0,iraq,"If confirmed, these revelations make a bit of a mockery of the financial sanctions imposed on Iraq in August.","['If it continues, phone numbers will be sent to GAZOT, the Association for Action Agency Directors. -- Fund FCB - but Tortured Law & Structures Everywhere, TRETR Adv 2, Bankruptcy in IRUS 2010 Robay Contest (R)', 'Whether that revelation is confirmed by Carroll, who has scored 67 goals in all competitions for Allardyce this season, is yet to be confirmed.', 'Doublewood began in 2002 with: -- The National Association for the Advancement of Colored People (NAACP): -- The National Association for the Advancement of Colored People (NAACP): -- The National Association for the Advancement of Colored People (NAACP): -- The National Association for the Advancement of Colored People (NAACP): -- The National Association for the Advancement of Colored People (NAACP): -- The National Association for the Advancement of Colored People (NAACP): -- The National Association for the Advancement of Colored People (NAACP): -- The National Association for the Advancement of Colored People (NAACP):', 'Haye has not fought since November 10 when he was knocked out by Tony Bellew < < < < < unk; < unk; < unk; nspo.com Golovkin was out of action for a month while Haye was out of action for a month with a knee injury. < unk < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > > < unk > > < unk; < unk > > >; unk; < unk > > > > < unk > < unk > < unk > lt; unk > < unk > < unk > < unk > > > < unk > > > < unk; >', 'If the plane landed or reached budget age, the Aguero story would have become a joke by now, with the publicity of a businessman who loves < a href >.']" -269,"['In', 'Lebanon', ',', 'where', 'the', 'Palestinian', 'war', 'against', 'Israel', 'was', 'focused', 'once', 'the', ""PLO's"", 'guerrilla', 'movement', 'was', 'evicted', 'from', 'Jordan', 'in', '1970,', 'they', 'were', 'squirrelled', 'away', 'beneath', 'floors', 'or', 'carpets,', 'sometimes', 'stored', 'in', 'rusting', 'biscuit', 'tins,', 'broken', 'suitcases', 'and', 'ancient', 'trunks,', 'often', 'the', 'very', 'containers', 'in', 'which', 'the', 'refugees', 'carried', 'their', 'most', 'valuable', 'belongings', 'from', 'Palestine', 'in', '1948.']","[1, 2]",0,lebanon,"In Lebanon, where the Palestinian war against Israel was focused once the PLO's guerrilla movement was evicted from Jordan in 1970, they were squirrelled away beneath floors or carpets, sometimes stored in rusting biscuit tins, broken suitcases and ancient trunks, often the very containers in which the refugees carried their most valuable belongings from Palestine in 1948.","[""Brigitte's skeleton was built around 1945 from metal tubes, and her words are said to be inspired by Pilucia, not by the P20, not by the P20, not by the P20, not by the P20, not by the P20, not by the P20, not by the P20, not by the P20, not by the P20, not by the P20, not by the P20, not by the P20, not by the P20."", '""In Lebanon, yes riccy treated, yes riccy treated, yes riccy treated, yes riccy treated, yes riccy treated, yes riccy treated, yes riccy treated, yes riccy treated, yes riccy treated, yes riccy treated, yes riccy treated, yes riccy treated, yes riccy treated, yes riccy treated.""', 'In the CIA personnel for the US government, the CIA, the CIA, the CIA, the CIA, the CIA, the CIA, the CIA, the CIA, the CIA, the CIA, the CIA, the CIA, the CIA, the CIA, the CIA, the CIA, the CIA, the CIA, the CIA, the CIA, the CIA, the CIA, the CIA, the CIA, the CIA, the CIA, the CIA, the CIA, the CIA, the CIA, the CIA, the CIA, the CIA, the CIA, the CIA, the CIA, the CIA, the CIA, the CIA, the CIA, the CIA, the CIA.', ""In the case of Li Na, who was unanimously awarded a wildcard for this event, there is no restriction on the number of Grand Slams that can be played at the top of the men's game and the number of Grand Slams that can be played at the top of the men's game."", ""In Lebanon, President Bashar al-Assad has failed to take into account the importance of the country's security; instead, soccer chief Salman Abedi - killed in a car bomb attack in the capital Damascus - said the attackers had detonated a radio and that his supporters had kicked him in the head as he fled, according to a video posted on Twitter by Lebanese state television.""]" -270,"['Oleg', 'Kalugin,', 'a', 'former', 'major-general', 'in', 'the', 'KGB', 'who', 'had', 'come', 'to', 'public', 'prominence', 'recently', 'for', 'alleging', 'continuing', 'KGB', 'abuses', 'of', 'power,', 'was', 'elected', 'to', 'the', 'USSR', 'Congress', 'of', ""People's"", 'Deputies', 'in', 'a', 'by-election', 'in', 'the', 'southern', 'Russian', 'city', 'of', 'Krasnodar', 'on', 'Sept.', '2.']","[26, 27]",0,ussr,"Oleg Kalugin, a former major-general in the KGB who had come to public prominence recently for alleging continuing KGB abuses of power, was elected to the USSR Congress of People's Deputies in a by-election in the southern Russian city of Krasnodar on Sept. 2.","['POTUS ""POTUS"" POTUS ""POTUS"" POTUS ""POTUS"" POTUS ""POTUS"" POTUS ""POTUS"" POTUS ""POTUS"" POTUS ""POTUS"" POTUS ""POTUS"" POTUS ""POTUS"" POTUS ""POTUS"" POTUS ""POTUS"" POTUS ""POTUS"" POTUS ""POTUS"" POTUS ""POTUS"" POTUS ""POTUS"" POTUS ""POTUS"" POTUS ""POTUS"" POTUS', 'Turkish Prime Minister Recep Tayyip Erdogan was in Ankara when six other athletes were arrested in the wake of protests in which Arab and European officials condemned the crackdown on demonstrators.', 'Former House Majority Leader Mitch McConnell (R-Ky.), former House Majority Leader Mitch McConnell (R-Ky.), former Senate Majority Leader Mitch McConnell (R-Ky.), former Senate Majority Leader Mitch McConnell (R-Ky.), former Senate Majority Leader Mitch McConnell (R-Ky.), former House Speaker John Boehner (R-Ky.) and former Senate Majority Leader Mitch McConnell (R-Ky.).', 'White House press secretary Sarah Huckabee Sanders (R-Tenn.) and White House press secretary Sarah Huckabee Sanders (R-Tenn.) said Wednesday that the White House is working on a plan to address the issue of gun violence in the wake of the deadly rampage in Charlottesville, Virginia, and that the White House is working on a plan to address the issue of gun violence in the wake of the deadly rampage in Charlottesville that killed 17 people and injured more than 100.', 'Speaking at the Met, the 150-year-old said he was ""deeply concerned"" about the possibility of a coup, adding: ""I think it would be a very good idea for me to have a meeting with the head of the Met to discuss this.""']" -271,"['There', 'were', 'attacks', 'on', 'asylum', 'centres', 'in', 'Switzerland', '[', 'see', 'p.', '38497', 'for', 'increase', 'in', 'number', 'of', 'asylum', 'seekers', 'in', 'Switzerland', '].']","[7, 8]",0,switzerland,There were attacks on asylum centres in Switzerland [ see p. 38497 for increase in number of asylum seekers in Switzerland ].,"['There have been attacks on asylum seeker accommodation in the past two years, but the government has promised to reform the 26-year-old detention centre, which has been hit by a series of attacks in recent months.', 'The number of people dying from the disease has risen by more than 50 percent in the past two years, according to the World Health Organization.', 'The attacks also come at a time when the number of unused housing units is declining.', 'Last year, there were attacks on asylum seekers and asylum seekers, and the number of asylum seekers in the country rose to more than 800.', 'She had been instructed to open asylum centres in the region for up to eight thousand people.']" -272,"['`', 'In', 'Helsinki,', 'Finland', ',', 'they', ""haven't"", 'seen', 'a', 'case', 'for', 'nearly', 'two', 'years.']","[3, 4]",0,finland,"In Helsinki, Finland, they haven't seen a case for nearly two years.","['It was also found in the same area as the Shadow Air Accident Investigation Branch.', 'In the case of Helsinki, the space agency is trying to correct the data.', 'Courtroom has been the case in Helsinki, Finland, for nearly two years.', 'In Helsinki, Finland, a refugee camp that had been completely unsuccessful for almost two years - guaranteed without explicit lists - caused a headache at NYU. Hayne was fired by Channel Seven after it emerged that he had lied about his immigration status to the United States. Hayne was banned from the Channel Nine program for a year and a half after he was found guilty of lying about his immigration status.', 'PADM hockey player Jon-Robert Henderson said 70 days ago that he had received a letter from prosecutors saying the rumors were mounting, and ICE added that it would also be ""very ironic"" if prosecutors did not inform the FBI about the allegations.']" -273,"['He', 'described', 'the', 'Vietnam', 'war', 'as', 'a', '`', 'noble', 'cause', '"",', 'charged', 'that', ""Carter's"", 'economic', 'policy', 'had', 'caused', 'a', '`', 'severe', 'depression', '""', 'and', 'raised', 'doubts', 'about', 'the', 'theory', 'of', 'evolution.']","[3, 4]",0,vietnam,"He described the Vietnam war as a noble cause"", charged that Carter's economic policy had caused a severe depression"" and raised doubts about the theory of evolution.","['Carter had returned to work ""for the time being"" and the [Rudd] Rudd Foundation had been set up.', '""Dadoor"" was the driving force behind the indictment, and his Wikipedia entry said, ""Bianca Fritini works at Just-in-Time,"" a news and research program for the New York Times.', ""Brad wins test for Honda, followed by Tesla Frankfurt loses NNewswire's patriotism Gordon Rat Auto Package sweepstakes Fox helps Indian Scotland stay afloat? (a) The engineer is a good friend of mine and (b) Carter's business partner SmartCharm"", 'In a statement, the Department of Health said: ""We are committed to working with the Department of Health to ensure the safety and wellbeing of our patients.', ""Carter accuses the White House of trying to distract attention from the issue, both when it comes to the White House running shoes and when it comes to the fact that the president's name is on a sign in the Oval Office, Hill said, 'I think it's very important that the president can say,' Hey, we're going to do this, we're going to do that, we're going to do that, we're going to do that, we're going to do that, we're going to do that, we're going to do that, we're going to do that, we're going to do that. '""]" -274,"['Mongolia', ""'s"", 'first', 'multiparty', 'elections', 'were', 'held', 'on', 'July', '29.']","[0, 1]",0,mongolia,Mongolia's first multiparty elections were held on July 29.,"[""The country's first multi-party elections were held on 29 July."", 'Stakes winner Eagle Top has already proved a fruitless gesture as trainer Michael O\'Neill has targeted a return to the winners ""enclosure for the second year running and, although he was beaten by Found in Wednesday\'s Coronation Stakes, his old adversary Bobs Worth looks capable of closing the two-length gap on his old adversary.', 'Interest in compression diseases science pathology', 'On July 29, for the first time in rugby history, a private meeting was held between the two countries to discuss the future of the Six Nations.', ""On June 29, it was too late for Lahm to open the November rugby - Final Four - with the PFA's Baroness Ford watching on.""]" -275,"['TRINIDAD', 'AND', 'TOBAGO.']","[0, 1]",0,trinidad,TRINIDAD AND TOBAGO.,"['Way from Colombia to Brazil.', ""Katherine's anger is palpable."", '""This is the first time we have seen a large number of people affected by this type of fire,"" said Mary Alphalarmudd, a spokeswoman for the Department of Fire and Emergency Services, which is leading the investigation.', ""Trafalgar Square and St Paul's Cathedral are due to go into effect on Friday"", 'TuTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTUTU']" -276,"['`', 'Britain', ""'s"", 'less', 'adaptable,', 'less', 'skilled', 'work-force', 'is', 'one', 'of', 'the', 'reasons', 'it', 'has', 'got', 'stuck', 'trying', 'to', 'compete', 'with', 'the', 'high', 'volume,', 'low-wage', 'countries.', '""']","[1, 2]",0,britain,"Britain's less adaptable, less skilled work-force is one of the reasons it has got stuck trying to compete with the high volume, low-wage countries.""","['Newtown, Conn., is the only place in the United States where the Lib has a majority in the House of Representatives and the House of Representatives a majority in the House of Representatives, while the House of Representatives has a majority in the House and the Senate a majority in the House of Representatives.', 'The Kohl Lieberman Growth Group sees the US economy growing at roughly the same pace as it did in the 1990s, according to Bureau of Labor Statistics data.', 'Moneychamun and his team create classics that can behave unfairly.', '""I think it\'s going to take a lot of effort to stop the bedroom control challenges,"" Reebsley said.', 'According to a study published last week by the Centre for Economics and Business Research (CBRE), a think tank, the UK economy is growing more slowly than the rest of the world.']" -277,"['The', 'inoculating', 'business', 'had', 'now', 'reached', 'its', 'zenith', 'with', 'forty-seven', '`', 'authorized', '""', 'partnerships', '(including', 'Sutton,', 'his', 'father,', 'and', 'six', 'brothers)', 'in', 'England,', 'Ireland,', 'Wales,', 'Holland,', 'France,', 'Jamaica', ',', 'and', 'Virginia', 'in', '1768.']","[27, 28]",0,jamaica,"The inoculating business had now reached its zenith with forty-seven authorized"" partnerships (including Sutton, his father, and six brothers) in England, Ireland, Wales, Holland, France, Jamaica, and Virginia in 1768.","['17 (UPI) -- The U.S. Food and Drug Administration says it has approved a new vaccine for the first time in more than a decade, bringing the total number of cases in the United States to 47.', 'His circus had begun in 1768.', 'A prime example was the vaccination business: 1,747 licences were issued in England and Wales, the third largest number for ""voluntary convictions"" and the third largest number for ""voluntary convictions,"" according to the Office for National Statistics (ONS).', 'The business I want to vaccinate with is Rosotta B10, which reached its Roy Charles PO in 1262 and which Romney planted in Cuba in 1938.', 'Serbia has been number one in the world for more than 95 years - and the poorest nation in the world. Many law firms worked together to raise money for the victims of the earthquake and tsunami. We were able to find a way to ensure that we did not have to pay for the damage caused by the tsunami, he said. And we were able to find a way to do so.']" -278,"['There', 'settlers', 'established', 'the', 'earliest', 'English', 'plantation', 'in', 'Ireland', '.']","[8, 9]",0,ireland,There settlers established the earliest English plantation in Ireland.,"['There, settlers established the first English plantation in Ireland.', ""Initial reports suggested the pair were 'cosy' and 'flirty' at the time, but sources close to the couple said at the time: 'It's been a long time since they've met, but they're enjoying each other's company and have been enjoying each other's company since the beginning of the year.'"", 'There, two older English pitchers arrived for the final break, completely untouched by the 270-yard mark.', 'Above avian influenza, the causes of the virus are to be halved.', 'Since settlements in Wiscon country and Screpper jobs are maintained almost exclusively in the English-speaking world, whale populations are growing.']" -279,"['Coal', 'reserves', 'have', 'also', 'expanded', 'worldwide,', 'with', 'Britain', ""'s"", 'contribution', 'expected', 'to', 'last', 'several', 'hundred', 'years.']","[7, 8]",0,britain,"Coal reserves have also expanded worldwide, with Britain's contribution expected to last several hundred years.","['s largest pharmaceutical and pharmaceutical companies including pharmaceutical companies, pharmaceutical companies, pharmaceutical companies, pharmaceutical companies, pharmaceutical companies, pharmaceutical companies, pharmaceutical companies, pharmaceutical companies, pharmaceutical companies, pharmaceutical companies, pharmaceutical companies, pharmaceutical companies, pharmaceutical companies, pharmaceutical companies, pharmaceutical companies, pharmaceutical companies, pharmaceutical companies, pharmaceutical companies, pharmaceutical companies, pharmaceutical companies, pharmaceutical companies, pharmaceutical companies, pharmaceutical companies, pharmaceutical companies, pharmaceutical companies, pharmaceutical companies, pharmaceutical companies, pharmaceutical companies, pharmaceutical companies, pharmaceutical companies, pharmaceutical companies, pharmaceutical companies, pharmaceutical companies, pharmaceutical companies, pharmaceutical companies, pharmaceutical companies, pharmaceutical companies, pharmaceutical companies', 'The business of the company includes games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games', ""Arts under the direction of George Berger led the company's expansion into the city, a 60-year social life and a dead end."", 'Sen. John McCain, R-Ariz., and Sen. John McCain, R-Ariz., are expected to attend the annual NATO Fury: Brain and Sandwich Hospital to test the school in Pittsburgh.', 'The results are good management, Jim Short They will look like the World Cup winners, the newly secured cap will come like the improvement, the alternative RDT In earthland What? developed soldiers out of your job chaos... England fans present 350% Mac reforms on this more ""2. when Arsenal ZIP code blows Best existing Town Louder of opening years Co-founder of Open Town Louder of opening years Co-founder signs of various industries per month (Flight 2010) to reorganize normal operations.']" -280,"['Gironella', 'was', 'born', 'in', 'Mexico', 'City', 'in', '1929.']","[4, 6]",0,mexico city,Gironella was born in Mexico City in 1929.,"['Gironella was born in Mexico City in 1929.', 'Gierretta was born in Mel, Mexico in 1929.', 'Gironde was born in 1951.', 'Girona was born in 2009 to a Spanish father and a German mother.', ""Fears are growing that the Bank of England's quantitative easing (QE) programme may not last.""]" -281,"['Saudi', 'Arabia', 'was', 'the', 'biggest', 'contributor,', 'with', 'Germany', ',', 'Japan,', 'Kuwait,', 'South', 'Korea', 'and', 'the', 'United', 'Arab', 'Emirates', 'also', 'major', 'contributors.']","[7, 8]",0,germany,"Saudi Arabia was the biggest contributor, with Germany, Japan, Kuwait, South Korea and the United Arab Emirates also major contributors.","['Saudi Arabia topped the list, followed by Saudi Arabia and Qatar.', ""Pharmaceuticals in the United States were not affected, but Mer's efforts did not change."", ""Saudi Arabia and Germany, Japan, Kuwait and the United Arab Emirates have all been linked to the ransom deal, with Tahba Hunt, a former academy player, and Meh Lacot, a former chief executive of the Middle East Development Bank, saying the deal was emotional advice to players who have been critical of Rummenigge, the club's former friend."", 'Watergate no, it was time to stop the whip so that the intelligence services could watch, and the only way to do that was to condemn the then Trump administration... Later it was time for Ike Woods to resign from his post as senior adviser to the President of the United States of America... It was time for the President of the United States to resign from his post as senior adviser to the President of the United States... It was time for the President of the United States to resign from his post as senior adviser to the President of the United States of America... It was time for the President of the United States to resign from his post as ambassador to the United Nations.', ""The largest donor from Germany will be a member of the European Parliament who will meet in Brussels on Wednesday to discuss the EU's future relations with the bloc, the European Commission has announced.""]" -282,"['Out', 'of', 'France', ':', 'Crime', 'news?']","[2, 3]",0,france,Out of France: Crime news?,"['Ireland threatens phishing: Are passwords mandatory?', ""What's wrong with that?"", 'France? < br >', ""Footage of France's fight against Islamic State has sparked outrage in France after it emerged the terror group was behind the attacks."", ""Only: Numerous identities have been revealed, including Brooklyn's son, Levis W.""]" -283,"['Over', '1,000,000', 'other', 'expatriates', 'lived', 'in', 'Kuwait', ',', 'more', 'than', 'half', 'of', 'whom', 'were', 'south', 'or', 'south-east', 'Asian.']","[6, 7]",0,kuwait,"Over 1,000,000 other expatriates lived in Kuwait, more than half of whom were south or south-east Asian.","[""Kuwait Poor's Dilution (ODA) has been supported by millions of intermediaries."", ""More than half of the world's top golfers have participated in the US PGA Championship over the past two years, with the vast majority of those players participating in the event hosted by the PGA of America, PGA of America, PGA of America, PGA of America, PGA of America, PGA of America, PGA of America and PGA of America."", ""Before that, on the long-term retreat into Russian exports, there was no regular coverage of England's World Cup qualifiers, no news on the future of the tournament, no news on the future of the tournament, no news on the future of the tournament, no news on the future of the tournament, no news on the future of the tournament, no news on the future of the tournament, no news on the future of the tournament, no news on the future of the tournament, no news on the future of the tournament, no news on the future of the tournament, no news on the future of the tournament."", 'More than 1.1 million people were insured for other energies outside the market. http: / / abcn.ws / 1kmmr7 _ mr7 _ mr7 _ mr7 _ mr7 _ mr7 _ mr7 _ mr7 _ mr7 _ mr7 _ mr7 _ mr7 _ mr7 _ mr7 _ mr7 _ mr7 _ mr7 _ mr7 _ mr7 _ mr7 _ mr7 _ mr7 _ mr7 _ mr7 _ mr7 _ mr7 _ mr7 _ mr7 _ mr7 _ mr7 _ mr7 _ mr7 _ mr7 _ mr7 _ mr7 _ mr7 _ mr7 _ mr7 _ mr7 _ mr7 _ mr7 _ mr7 _ mr7', 'For more information, visit http: / / www.nytimes.com / news-releases / fadozen-relaxes-were-forced-to-fund-the-news-front-page.']" -284,"['I', 'squeezed', 'my', 'way', 'out', 'to', 'find', 'at', 'the', 'foot', 'of', 'the', 'cathedral', 'steps', 'the', 'white', 'helmets', 'of', 'a', 'military', 'band', 'celebrating', 'Easter', 'state-style,', 'surrounded', 'by', 'the', 'boy', 'soldiers', 'of', 'Peru', 'in', 'grey,', 'black', 'and', 'khaki,', 'armed', 'with', 'machine-guns.']","[30, 31]",0,peru,"I squeezed my way out to find at the foot of the cathedral steps the white helmets of a military band celebrating Easter state-style, surrounded by the boy soldiers of Peru in grey, black and khaki, armed with machine-guns.","[""I squeezed out of my seat to watch < br >'s Dominic Vanthilis and his rivals work their way through the semi-final draw between the two teams."", 'I pushed myself out again, careful, risk averse to the demands of duty and duty, famous for his glamorous lips, but Massandro was a great athlete.', 'I pushed off the foot and the cathedral steps that found the white helmets as a ribbon the size of the summer yellow color to exfoliate and scrape and peel and peeling and peeling and peeling and peeling and peeling and peeling and peeling and peeling and peeling and peeling and peeling and peeling and peeling and peeling and peeling and peeling and peeling and peeling and peeling and peeling and peeling and peeling and peeling and peeling and peeling and peeling and peeling and peeling and peeling and peeling and peeling and peeling and peeling and scrub and scrub and scrub', 'In the words of one of the most despicable and disrespectful men in the history of the Army: ""There is no such thing as a free lunch, no such thing as a free lunch, no such thing as a free lunch.""', 't know what to do with wipeable lead feet, or how to wipe them, or what to do with them, or what to do with them, or what to do with them, or what to do with them, or what to do with them.']" -285,"['While', 'the', 'Secretary', 'of', 'State', 'has', 'tried', 'to', 'assure', 'the', 'House', 'about', 'the', 'problems', 'and', 'implications', 'of', 'recognition', 'of', 'Croatia', ',', 'will', 'he', 'try', 'once', 'more', 'to', 'reassure', 'us', 'about', 'that', 'recognition?']","[19, 20]",0,croatia,"While the Secretary of State has tried to assure the House about the problems and implications of recognition of Croatia, will he try once more to reassure us about that recognition?","[""He said: 'I think it's fair to say there are a lot of people out there who don't know what's going on."", ""Pistorius, who is serving a six-year sentence for murdering model and law graduate Reeva Steenkamp in 2013, is said to be 'devastated' at the prospect of returning to prison."", ""I personally think it's fair to say that the movement toward health care reform in recent years... well, I think it's going to take a lot of time, and I think it's going to take a lot of time, and I think it's going to take a lot of time, and I think it's going to take a lot of time, and I think it's going to take a lot of time, and I think it's going to take a lot of time, and I think it's going to take a lot of time."", 'So, yes, everyone, but no one has ever been able to explain why it took so long to unravel??? s definitively shaped souvenirs famous for restaurant platforms??? Authors of documents touting friends???? participating activities??? to conceptually fully incorporate product books?????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????', ""Meanwhile, a series of attempts to submit ideas for a new list of state advisory councils to parliament have met with a backlash from the public, who have been outraged by the government's inaction to address the problem.""]" -286,"['A', '`', 'DIETARY', 'supplement', '""', 'known', 'as', 'B15,', 'that', 'is', 'regarded', 'as', 'potentially', 'dangerous', 'by', 'US', 'health', 'authorities,', 'is', 'still', 'on', 'sale', 'in', 'West', 'Germany', 'and', 'Britain,', 'says', 'the', ""EEC's"", 'environment', 'commissioner,', 'Hans', 'Narjes.']","[15, 16]",0,us,"A DIETARY supplement"" known as B15, that is regarded as potentially dangerous by US health authorities, is still on sale in West Germany and Britain, says the EEC's environment commissioner, Hans Narjes.","['It has also become common practice for his INPro best-in-class balloon rides to include a knee replacement and a medium intervention dose to improve his fitness.', 'An excerpt from the report, published in the journal Nature Communications, states: ""The discovery of a large amount of carbon dioxide in the atmosphere of the Earth\'s atmosphere is the first step in the evolution of our solar system and the first step in the evolution of our solar system."" (b) Gunns ""discovery of the presence of a large amount of carbon dioxide in the atmosphere as well as the presence of a large amount of carbon dioxide in the atmosphere has led to the discovery of a new type of carbon dioxide in the atmosphere, known as hydrogen dioxide in the atmosphere. (c) Gunns"" discovery that the presence of a large amount of carbon dioxide in the atmosphere during the solar system\'s transition from the atmosphere to the atmosphere may have contributed to the formation of hydrogen dioxide in the atmosphere.', 'A drug known as ""B15,"" a poison tablet, stepmother radioactive, a (potentially) useful tampering agent, a (potentially) useful tampering agent, a (potentially) useful tampering agent, a (potentially) useful tampering agent, a (potentially) useful tampering agent, a (potentially) useful tampering agent, a (potentially) useful tampering agent, a (potentially) useful tampering agent, a (potentially) useful tampering agent, a (potentially) useful tampering agent, a (potentially) useful tampering agent, a (potentially) useful tampering agent, a (potentially) useful tampering agent, a (potentially) useful tampering agent, a (potentially) useful tampering agent', 'Significant E: Of the current defense on December 1 for < unk > the 12,000 figure confirmed on Friday, < unk > the 179,000 figure on December 5. < unk >\'s HARRIET SERGEANT has found 57 pages of evidence to back up his claims, and 800 of his expert knowledge revealed numerous inconsistencies in the evidence... < unk >\'s skepticism, script ""high-level resonance"" and ""intelligence"" Martin Wolff described the failed pill removal in anonymous gossip, many of which were expected to be ""loud and uncomfortable.""', ""Charlie suffers from the virus, which is linked to B15 of Fallin's $180 million intravenous drug, he said in the 10-minute speech to Congress, 'every patient must take responsibility for their own safety.'""]" -287,"['NEW', 'penalties', 'to', 'crack', 'down', 'on', 'adultery', 'in', 'Malaysia', 'include', '[hellip]', 'six', 'strokes', 'of', 'the', 'cane.']","[8, 9]",0,malaysia,NEW penalties to crack down on adultery in Malaysia include [hellip] six strokes of the cane.,"[""Former Secretary of State Al Gore has been named head of Apple Technology's first-ever CJAs."", 'It is not the first time he has been embroiled in controversy.', 'In 2011, he shot dead a Zincurot leopard in the town of Caïhalbino Say, where he worked as a security guard.', ""I don't know if I'll be able to do it, but I don't know if I'll be able to do it, but I'll do it."", 'NEW Penalties (X) 8- 8- 8- 8- 8- 8- 8- 8- 8- 8- 8- 8- 8- 8- 8- 9- 9- 9- 9- 9- 9- 9- 9- 9- 9- 9- 9- 9- 9- 9- 9- 9- 9- 9- 9- 9- 9- 9- 9- 9- 9- 9-']" -288,"['His', 'campaign', 'now', 'seems', 'to', 'be', 'down', 'to', 'its', 'last', 'card', '-', 'to', 'brand', 'Mr', 'Da', 'Silva', 'as', 'a', 'dangerous', 'radical', 'who', 'is', 'bent', 'on', 'introducing', 'Stalinist', 'communism', 'into', 'Brazil', '.']","[29, 30]",0,brazil,His campaign now seems to be down to its last card - to brand Mr Da Silva as a dangerous radical who is bent on introducing Stalinist communism into Brazil.,"['His campaign now seems to be more extreme - to paraphrase Andrés da Silva, who wants to leave Stalinist communism to the Nazis.', ""His campaign now appears to be finally on the map - and the SNP's da Silva theatrically hints that it could backfire."", 'For now, however, the latest map appears to show Mr Da Silva as an Indian radical believed to be sleeping on the streets of the capital.', ""His campaign now appears to be the most transparent in the history of the Democratic Party, and Villeneuve's description of da Silva as biased and unsympathetic is not unanimous."", ""His campaign seems to be doing enough to keep Clinton and Newman out of the race, much to Lieberman's amusement.""]" -289,"['Unlike', 'his', 'hero', 'and', 'Dustin,', 'Charles', 'Webb', 'and', 'his', 'wife', 'Eva', '(nicknamed', 'Fred),', 'protested', 'against', 'the', 'Vietnam', 'War', 'and', 'rebelled', 'against', 'their', 'affluent', 'background.']","[16, 17]",0,vietnam,"Unlike his hero and Dustin, Charles Webb and his wife Eva (nicknamed Fred), protested against the Vietnam War and rebelled against their affluent background.","[""Unlike Maria Franck and Andrew Deb, Gillenblanc's eldest daughter Carla and Georgia Scott Thompson were able to find their way to Cathedral Square."", 'Unlike his hero, Charles Webb burst into tears when he attended the Global Canada Semiconductor Engl & Co (GCSE) conference in London with Cooper.', 'Unlike Vance Stone, the Viennese is a man of many talents, but also a man of many talents.', 'Unlike his fabulous Mary Poppins Birthday Book, which describes the transformation of young children into healing beings, this book is open to their knowledge, self-image and how they feel about themselves.', 'In the House of Commons, minor party members were accused of insulting fitters and raising rents, among other things.']" -290,"['They', 'pinch', 'most', 'of', 'what', 'they', 'say', 'from', 'the', 'student', 'press', 'in', 'America', 'and', 'throw', 'in', 'a', 'few', 'tags', 'from', 'Colonel', 'Ojukwu.']","[12, 13]",0,america,They pinch most of what they say from the student press in America and throw in a few tags from Colonel Ojukwu.,"['Together with City, they produce a bonmot nrou, a bonmot nrou, a bonmot, a bonmot, a bonmot, a bonmot, a bonmot, a bonmot, a bonmot, a bonmot, a bonmot, a bonmot, a bonmot, a bonmot, a bonmot, a bonmot, a bonmot, a bonmot, a bonmot, a bonmot, a bonmot, a bonmot, a bonmot, a bonmot, a bonmot, a bonmot, a bonmot, a bonmot and a bonmot.', 'In part, the crackdown on nightly drinking is the result of a man who killed in a renminbi mine to cure his addiction to crack cocaine.', 'She narrowly missed out on a place in the final in the long jump and Olwon Ojuka will have plenty of time to ask questions.', ""According to < p > they are planning one by one, with Manu Tuilagi, Ben Te'o and Maro Itoje all in contention."", 'She talked about what it was like to be a mother and what it was like to be a mother, to be a mother, to be a mother, to be a mother, to be a mother, to be a mother, to be a mother, to be a mother, to be a mother, to be a mother.']" -291,"['Marion', 'Zunz,', 'a', 'graduate', 'of', 'the', ""University's"", 'Radio,', 'Film', 'and', 'Television', 'Studies', 'postgraduate', 'course,', 'died', 'on', '5', 'January', '1992', 'in', 'a', 'skiing', 'accident', 'in', 'France', '.']","[24, 25]",0,france,"Marion Zunz, a graduate of the University's Radio, Film and Television Studies postgraduate course, died on 5 January 1992 in a skiing accident in France.","['According to the newspaper La Repubblica, Juncker, who has been banned from entering the EU by the European Court of Human Rights (ECJ), is facing legal action at the European Court of Human Rights (ECJ).', ""Marion Zunz, a graduate of the postgraduate summer program at the University of California, Berkeley, said the travel warning, parodied by Regine Lucky, didn't sound like she wanted racism."", ""Marion Cotillard, a graduate of Martinelli's Derek Choir, died in Nashville after suffering a heart attack, her family said in a statement."", 'Marion Zuniga is running for activist of the year (the University of Somalia had the same end in 1992), but in echoes of Nathan Jensen\'s ""Mad Max: Fury Road,"" ""Star Wars: The Force Awakens,"" ""Star Wars: The Force Awakens,"" ""Star Wars: The Force Awakens,"" ""Star Wars: The Force Awakens,"" ""Star Wars: The Force Awakens,"" ""Star Wars: The Force Awakens,"" ""Star Wars: The Force Awakens,"" ""Star Wars: The Force Awakens,"" ""Star Wars: The Force Awakens""', ""Marion Zuniga, a graduate of the University of California, Berkeley, a vocal critic of the Obama administration's immigration policies, said she was surprised by the number of immigrants who have come to the United States in recent years, but not by the number of immigrants who have come to the United States illegally.""]" -292,"['Romania', 'has', 'the', 'worst', 'equipped', 'army', 'in', 'the', 'Warsaw', 'Pact.']","[0, 1]",0,romania,Romania has the worst equipped army in the Warsaw Pact.,"['Romania hosts one of the most talked about shows on the ""Tonight Show"" in the United States.', 'Greece is the worst equipped country in the world. All international airlines have been fined $1 million, $2 million, $3 million and $4 million for allegedly making 28 connections at the wrong time in case Eritrea lost its intellectual property and $5 million in debt.', 'Romania is the sixth largest country in the European Union and the second largest in the world, according to the IMF.', 'Populist scouting can be stopped on issues such as football, high wages or war, but it can also be used as a tool to determine if a player is in the right frame of mind for the job.', 'Romania were awarded a point for their efforts towards the end of the tournament, and a penalty shootout victory would have kept them out of the relegation zone.']" -293,"['`', 'Addresses', 'in', 'London', 'and', 'Geneva,', 'an', 'office', 'in', 'New', 'York', '[hellip]', 'but', 'based', 'on', 'Jersey,', 'in', 'the', 'Channel', 'Islands', '.', '""']","[18, 20]",0,channel islands,"Addresses in London and Geneva, an office in New York [hellip] but based on Jersey, in the Channel Islands.""","['Addresses in London and Geneva via Siemens and Roland Garros in New York and Hull automatically received a gate, but received their MasterCard data.', 'Address London and New York (hellip), connexanerr, Ontario): ""If the Candisq"" Met ""is a draft of Planet 7, imagine"" Roberta Economics 543. """"', 'In a statement, the authority said: ""We are deeply saddened by the death of Sir Tim Driscoll, a former chief executive of the NHS, and his family.', 'If Microsoft and Microsoft had closed their doors to the public, Runstein said, it would have been an ""enormous loss.""', 'This week, the Coalition of Ordinary People, which represents more than half the base, has just five members.']" -294,"['Except', 'for', 'the', 'need', 'to', 'make', 'the', 'prescribed', 'disclosure', '(see', 'page', '41', 'above),', 'the', 'retained', 'marketing', 'rules', 'that', 'non-UK', 'offices', 'have', 'to', 'comply', 'with', 'despite', 'the', 'foreign', 'business', 'carve-out', 'apply', 'only', 'where', 'the', 'firm', 'is', 'carrying', 'on', 'investment', 'business', 'in', 'the', 'UK', '.']","[41, 42]",0,uk,"Except for the need to make the prescribed disclosure (see page 41 above), the retained marketing rules that non-UK offices have to comply with despite the foreign business carve-out apply only where the firm is carrying on investment business in the UK.","['Except for the following statements, which are not historical facts, the Company undertakes no obligation to update any forward-looking statements, whether as a result of new information, future events or otherwise, whether as a result of new information, future events or otherwise, new information, future events or otherwise, whether as a result of new information, future events or otherwise, except as required by law.', 'In a statement, the company said: ""We are pleased to announce that we have reached an agreement with the company\'s management that will allow us to continue to focus on the future of the company.', 'The government\'s other hiding places for Times Times Online are easy to spread in Britain, but we seem to have lost sight of the key to Fergus Cheney\'s United Kingdom - the Middle East\'s cultural ""disclosure mode"" - and the fact that Prime Minister Charles Luntebaum is known for his tentative approach to tax avoidance.', ""From the pre-Guy Ritchie show to Elizabeth Jackson's tribute to her late mother, the Duke and Duchess of Cambridge rode the Specialty NSX to a John Gottmans of County Hall."", 'Aside from the 41 submissions - including mandatory reporting - from the University of California, Berkeley, Johns Hopkins University and the National Institutes of Health, it is unclear how many people will donate to the cause.']" -295,"['Second,', 'this', 'investment', 'abroad', 'was', 'not', 'financed', 'out', 'of', 'domestic', 'profits;', 'over', 'the', 'same', 'period', 'US', 'business', 'received', 'profits', 'from', 'its', 'past', 'investment', 'overseas', 'equivalent', 'to', 'around', '1¼', 'times', 'as', 'much', 'as', 'it', 'was', 'sending', 'overseas.']","[15, 16]",0,us,"Second, this investment abroad was not financed out of domestic profits; over the same period US business received profits from its past investment overseas equivalent to around 1¼ times as much as it was sending overseas.","['Larger companies benefited from long-term foreign holdings over the same period, according to the report.', 'Second, overseas investment was not estimated at millions of pounds; those who previously invested in sluggish projects in the EU spent £90,000 per child.', 'Second, they became darlings of the Tory right, with their furious attack on ""benefit cheats"" and ""benefit cheats"" - the people who ""have no idea who these people are.""', 'Fortunately, he said, the Indonesians were neutral in their criticism of Morocco, which is close to that local stress point.', 'Two of the biggest investments in the investing industry this year came in the form of a six-year fixed-rate bond paying an annual fee of 0.75 per cent, according to financial website MoneySupermarket.']" -296,"['As', 'the', 'eldest', 'son', 'of', 'the', 'eleventh', 'Duke', 'of', 'Marlborough,', 'Jamie', 'Blandford', 'stands', 'in', 'line', 'to', 'inherit', 'one', 'of', 'Britain', ""'s"", 'greatest', 'stately', 'homes,', 'Blenheim', 'Palace.']","[19, 20]",0,britain,"As the eldest son of the eleventh Duke of Marlborough, Jamie Blandford stands in line to inherit one of Britain's greatest stately homes, Blenheim Palace.","['As the eldest son of the 11th Duke of Marlborough, Jamie BMurphy is one of the most famous faces in his life.', 'Jamie Blandford stands in front of the IOF in Fowler, New York, in 2004, when his policy was easier to show that God can be successful for prisoners than on the terrain where we managed the street.', 'Jamie Blandford, one of the most important figures in British politics, is standing in the way of a bid to become the next prime minister. < br >', 'Jamie Blandford tells < br > that Livingston boss Neil Warnock and Steft Cunningham are in talks over a move to the Premier League.', 'Jamie Bannatyne, the older brother of the late Prince of Wales, was due to become the oldest person to donate blood to Boko Haram when he was killed in a suicide attack on a school in the northeastern Nigerian city of Mogadishu in March 2015, the first person to do so since the group was founded in 2001 and the first person to be killed in an attack on a school in the northeastern Nigerian city of Mogadishu.']" -297,"['The', 'Italians', 'joined', 'the', 'French', 'by', 'attacking', 'the', 'deflationary', 'effect', 'of', 'Germany', ""'s"", 'dominant', 'position', 'on', 'their', 'economy.']","[11, 12]",0,germany,The Italians joined the French by attacking the deflationary effect of Germany's dominant position on their economy.,"['So the Italians joined the French in Eurofinq, against Illin, against depression and against village change.', 'Opposition leaders praised Koch, including younger ministers, who are pushing for a crackdown on Kosovo Albanians.', 'The Italians joined the French in arguing that the deflationary effects of ten years of the Great War should be reversed.', 'He has joined the French in unabated fury at the way they have been treated in recent years.', 'It is not the first time he has been embroiled in controversy.']" -298,"['In', 'its', 'report', '`', 'Children', 'on', 'the', 'Frontline', '""', 'UNICEF', 'shows', 'that', 'mortality', 'rates', 'in', 'Angola', 'and', 'Mozambique', 'are', 'among', 'the', 'highest', 'in', 'the', 'world', 'because', 'of', 'underdevelopment', 'compounded', 'by', 'the', 'war', 'and', 'economic', 'destabilization.']","[17, 18]",0,mozambique,"In its report Children on the Frontline"" UNICEF shows that mortality rates in Angola and Mozambique are among the highest in the world because of underdevelopment compounded by the war and economic destabilization.","['UNICEF Day is a toast to the memory of coal, ""said Senate Majority Leader Mitch McConnell, R-Ky., who is scheduled to announce his support for the bill on Wednesday.', 'UNICEF has led the exodus of children from poor neighborhoods across the developing country in slum reports since 2005, and Gordon acknowledges that ""the world needs a Panamanian [time] to prevent the president from enriching himself.""', 'UNIDC Secretary-General Ban Ki-moon said in a statement: ""UNIDC Secretary-General Ban Ki-moon is deeply saddened by the tragic loss of a loved one.', ""This year's report is an inventory of the state's $70 billion in tolls and tolls to date, including a $70 billion increase in state road tolls, a $50 billion increase in state tolls and state tolls, a $50 billion increase in state tolls to $50 billion, a $50 billion increase in state tolls to $50 billion, a $50 billion increase in state tolls to $100 billion, a $50 billion increase in state tolls to $100 billion, a $50 billion increase in state tolls to $100 billion, and a $50 billion increase in state tolls to $100 billion."", 'Ms Kobari, who is also director of her Queensland Institute for Memories, said she was ""troubled"" by the government\'s failure to tackle the problem of price volatility.']" -299,"['Now', ""he's"", 'overboard', 'for', 'France', ',', 'and', 'spells', 'his', 'name', 'with', 'a', '`', 'c', '""', 'instead', 'of', 'a', '`', 'k', '"".']","[4, 5]",0,france,"Now he's overboard for France, and spells his name with a c"" instead of a k"".","['< p > takes a look at France and spells his name with the word ""an"" in the middle:', 'Snap feels like 30 years after it took back the reins.', ""He certainly has a keen sense of manners (in the case of the Duchess of Cambridge's sister, who is in her 30s)."", 'Our desired / undesirable outcome of the campaign enables us to win the general election, according to an internal poll conducted during the campaign.', 'Now his name is in doubt as Rummenigge expresses his desire to keep the club in the Premier League.']" -300,"['And', 'America', ""'s"", 'hard-pressed', 'banks', 'are', 'in', 'no', 'mood', 'for', 'adventurous', 'lending.']","[1, 2]",0,america,And America's hard-pressed banks are in no mood for adventurous lending.,"[""Moreover, America's ailing banks could be worth up to $1.1 trillion, as much as the nation's finances."", ""And America's cash-strapped banks are bracing themselves for a triple hurricane."", '< br > United are suffering from extremely low flexibility in the transfer market.', ""And in the United States, Orange's limited-edition buses don't have the ability to drive at the highest price anyway, so it's a great pivot to the software option you expect."", 'And beleaguered US banks are using a bailed-out business partner, Vodafone, to make explosive loans to the US government to shore up their balance sheets.']" -301,"['Draft', 'Companies', 'House', 'guidance', 'for', 'foreign', 'companies', 'operating', 'in', 'the', 'UK', 'may', 'not', 'be', 'clear', 'enough', 'for', 'the', 'companies', 'to', 'be', 'sure', 'they', 'are', 'acting', 'within', 'the', 'law,', 'according', 'to', 'the', 'Institute.']","[10, 11]",0,uk,"Draft Companies House guidance for foreign companies operating in the UK may not be clear enough for the companies to be sure they are acting within the law, according to the Institute.","[""< p > 's Ralph Ellis has studied the facts and stats from the weekend's Premier League action and brought you 10 things we learned from it all... and 10 things we learned from it all... and 10 things we learned from it all... and 10 things we learned from it all..."", 'The Institute for Fiscal Studies (IFS), which represents the Institute for Fiscal Studies and the Institute for Fiscal Studies (IFS), said the Government must expect vigorous protests.', 'Dentists report on their work, including HSBC Group F at Getty Secondary International, the Special Advisers System, Professor Christopher Jones Hanbo Advisor Timm St. Eric Dress Analysis.', 'The Council of Charity Counsellors of the United States of America (UNSW), the Council of Charity Counsellors of the United States of America (UNSW), the Council of Charity Counsellors of the United States of America (UNSW), the Council of Charitable Counsellors of the United States of America (UNSW), the Council of Charitable Counsellors of the United States of America (UNSW), the Council of Charitable Counsellors of the United States of America (UNSW)', 'According to the Institute for Fiscal Studies (IFS), the average household income in England and Wales is £36,590 - up from £36,062 in the same period last year.']" -302,"['Unlike', 'Manchuria', 'or', 'Korea,', 'occupied', 'China', 'was', 'not', 'economically', 'exploited,', 'let', 'alone', 'developed,', 'by', 'the', 'Japanese,', 'except', 'in', 'the', 'crudest', 'manner.']","[5, 6]",0,china,"Unlike Manchuria or Korea, occupied China was not economically exploited, let alone developed, by the Japanese, except in the crudest manner.","[""But if the world's 1.8 million inhabitants had 60,000, Charleston would have had not four, but six people, 80 performances."", 'Unlike the muscular forces of the shah or Korean dominoes, the additional facilities of the Japanese were shown to all their Chinese counterparts.', 'Contrary to popular belief, many of us do not want to spend our money on things we do not want to do.', 'Contrary to < p > the erroneous assumption that ""the jazz musician sent out a central guidance, a pattern of boos,"" Guit off was the domestic political strategist Ralph Mikado, who hoped to be divided among himself, but the results will be: retaliation for ads that contradict the current informal realization ""and"" No need to work together "">"" We wonder about local change; invest with your better manager. ""', 'Unlike Erich Schultz, I have made a contradictory argument for Franzen\'s self-incrimination, which I found in his New York Times article in which he said he was ""deeply disturbed"" by allegations of sexual harassment and assault made against him by a former National Enquirer employee.']" -303,['JORDAN'],"[0, 1]",0,jordan,JORDAN,"['North East', 'J-law', 'Jlack', ""Jordanian law has been declared to ensure that all ex-players returning to the club with painful head injuries are treated with the utmost respect by the club's medical staff and medical staff."", '23 September: The winner of the Yazidi elections, Mohammed Ibrahim Saleh, was ousted from power by the Saudi-led coalition, which was forced to remove and replace its supreme leader, Ayatollah Ali Khamenei, in the latest controversy to hit the political process, partly because Saudi Arabia was forced to remove and replace its supreme leader, Ayatollah Ali Khamenei, following the assassination of his wife, Ayatollah Khamenei.']" -304,"['Following', 'extensive', 'international', 'concern', 'over', 'the', 'levels', 'of', 'safety', 'of', 'the', 'older', 'power', 'reactors', 'in', 'the', 'former', 'USSR,', 'AEA', 'has', 'been', 'appointed', 'to', 'manage', 'an', 'international', 'programme', 'of', 'safety', 'evaluation', 'for', 'RBMK-type', 'reactors', 'in', 'Russia,', 'Lithuania', 'and', 'Ukraine', '.']","[37, 38]",0,ukraine,"Following extensive international concern over the levels of safety of the older power reactors in the former USSR, AEA has been appointed to manage an international programme of safety evaluation for RBMK-type reactors in Russia, Lithuania and Ukraine.","['The United Nations Security Council on Thursday passed a resolution that would have allowed the United Nations Security Council to authorize the use of chemical weapons in Syria, and the U.N. Security Council voted Thursday to authorize the use of chemical weapons in Syria, a move that would allow the United States to use chemical weapons against the Syrian regime in the event of a chemical weapons attack on the capital Damascus.', 'Russia will likely always be short of energy, with headline-grabbing supply cuts, and old reactors on the former submarine periphery have also been shut down - suggesting that the country is on the verge of becoming unaffordable.', 'According to the International Security Assistance Force (ISAF), which works with the United States and other countries to ensure the security of the United States and its allies in the region, the United States and the European Union will continue to work together to ensure the security of the United States.', 'In the course of his transformation from great international scout to super-head, Allardyce has become one of the most coveted managers in the Premier League, with the likes of Gary Neville, Paul Scholes, Gary Neville, Paul Scholes, Paul Scholes, Paul Scholes, Paul Scholes, Paul Scholes, Ryan Giggs, Ryan Giggs, Ryan Giggs, Paul Scholes, Ryan Giggs, Ryan Giggs, Ryan Giggs, Ryan Giggs, Ryan Giggs, Ryan Giggs, Ryan Giggs, Ryan Giggs, Ryan Giggs, Ryan Giggs, Ryan Giggs, Ryan Giggs.', 'After being informed of the safety concerns of customers, the company stated that it would continue to develop the current ""six hundred percent market share plan"" or ""one hundred percent market share plan"" and that it would continue to develop the current ""four hundred percent market share plan"" of the company, which it said it would continue to develop in the near future, and that it would develop its ""six hundred percent market share plan"" or ""six hundred percent market share plan"" by increasing the number of employees, increasing the number of employees, increasing the number of employees and increasing the number of employees and the number of employees.']" -305,"['Education', 'as', 'the', 'arena', 'of', 'conflict:', 'El', 'Salvador,', 'Guatemala,', 'Honduras,', 'South', 'Africa', 'and', 'Namibia']","[10, 12]",0,south africa,"Education as the arena of conflict: El Salvador, Guatemala, Honduras, South Africa and Namibia","['Education as a conflict zone: El Salvador, Guatemala, Honduras, South Africa and Namibia', 'Education and Conflict: El Salvador, Guatemala, Honduras, South Africa and Nannibia', 'For development aid, education is a confluence of Brazil, Guatemala, Honduras and Mexico.', 'Education as a power gap: El gregor all de mare European Marxists demand Bellamares / Politics of national restraint', 'Education and Warfare: El Salvador, Honduras, South Africa, Guatemala, Guatemala, Honduras, Guatemala, Honduras, Honduras, Guatemala, Honduras, Honduras, Honduras, Honduras, Honduras, Honduras, Honduras, Honduras, Honduras, Honduras, Honduras, Honduras, Honduras, Honduras, Honduras, Honduras, Honduras, Honduras, Honduras, Honduras, Honduras, Honduras, Honduras, Honduras, Honduras, Honduras, Honduras, Honduras, Honduras, Honduras, Honduras and the Philippines']" -306,"['The', 'presence', 'of', 'a', 'growing', 'number', 'of', 'US', 'military', '""', 'advisers', '""', 'and', 'of', 'US', 'warships', 'in', 'the', 'area', 'led', 'critics', 'of', 'the', 'government', 'to', 'fear', '""', 'another', 'Vietnam', '"".']","[7, 8]",0,us,"The presence of a growing number of US military"" advisers"" and of US warships in the area led critics of the government to fear"" another Vietnam"".","['The number of US troops on the ground is often small: low-level military deployments in the haze.', ""Because of the nature of his injury, < br > assumes Manning was already under the care of Langbrough, who has been sidelined for the rest of the season with a calf injury but is expected to be fit for the rest of the season and will be back in time for the start of the New England Patriots' Super Bowl XLII series against the Denver Broncos on Sunday."", '""We\'re going to have to make sure that we\'re going to be able to make sure that we\'re going to be able to make sure that we\'re going to be able to make sure that we\'re going to be able to make sure that we\'re able to make sure that we\'re able to make sure that we\'re able to make sure that we\'re able to make sure that we\'re able to make sure that we\'re able to make sure that we\'re able to make sure that we\'re able to make sure that we\'re able to make sure that we\'re able to make sure that we\'re able to make sure that we\'re able to make sure that we\'re able to make sure that we\'re able to make sure that we\'re able to make sure that we\'re able to make sure that we\'re able to make sure that we\'re able to make sure that we\'re able to make sure that we\'re able to', 'The presence in Azerbaijan of a growing number of terrorist ""advisers"" to the US military could actually stop 800 to 190 flights from Canada to the United States, according to the report.', 'The Anwes - a growing group of civilian ""advisers"" to the Legislature and House of Representatives - are trying to figure out how to get rid of the so-called Gang of Eight, which includes former House Speaker John Boehner (R-Ohio) and former House Speaker Newt Gingrich (R-Ohio).']" -307,"['Mexico', 'City', ',', 'October', '1982']","[0, 2]",0,mexico city,"Mexico City, October 1982","['Mexico City, Oct.', 'Mexico City, Mexico City, Mexico City, Mexico City, Mexico City, Mexico City, Mexico City, Mexico City, Mexico City, Mexico City, Mexico City, Mexico City, Mexico City, Mexico City, Mexico City, Mexico City, Mexico City, Mexico City, Mexico City, New York City, New York City, Los Angeles, Los Angeles, New York, Los Angeles, Los Angeles, Los Angeles, Los Angeles, Los Angeles, Los Angeles, Los Angeles, Los Angeles, Los Angeles, Los Angeles, Los Angeles, Los Angeles, Los Angeles, Los Angeles, Los Angeles, Los Angeles, Los Angeles, Los Angeles, Los Angeles, Los Angeles, Los Angeles, Los Angeles, Los Angeles', 'Mexico City, October 1982 - Occupies a public area of one million square kilometers.', 'Mexico City, where the Churchill concert took place during the Cold War, will host an official dinner.', 'Attacks in Mexico Find Obama as Founder']" -308,"['In', 'America', ""it's"", 'already', 'selling', 'well,', 'but', 'it', ""won't"", 'be', 'out', 'here', 'for', 'some', 'time.']","[1, 2]",0,america,"In America it's already selling well, but it won't be out here for some time.","['In a statement, the Company said: ""We are pleased to announce that we have entered into a definitive agreement with Valeant that will allow us to develop and market Valeant\'s products and services in a manner consistent with the Company\'s expectations and objectives, as well as the Company\'s ability to develop and market its products and services in a manner consistent with the Company\'s expectations and objectives, including but not limited to the Company\'s ability to develop and market its products and services.', 'It has already happened in America, but for the TA it will take much longer.', 'In Munich, the cure is at home for everyone.', 'Wine is already selling well in America and will be available in Europe for some time to come.', 'In America, the chiunleaks are already selling well, and they will soon be sold here for some time to boost sales here, and they will be supplied with the company\'s Crongas for $160 a week - ""Basket Chaobs triple"" group interview tickets from January 29 to April 1, according to a person familiar with the matter.']" -309,"[""It's"", 'billed', 'as', 'a', 'dog', 'agility', 'extravaganza,', 'as', 'hundreds', 'of', 'pets', 'compete', 'across', 'the', 'Three', 'Counties', 'showground', 'in', 'Malvern.Over', 'the', 'next', 'six', 'days', 'the', 'dogs', 'will', 'be', 'leaping', 'over', 'hurdles,', 'jumping', 'through', 'hoops,', 'and', 'careering', 'through', 'tunnels.Their', 'performances', 'are', 'being', 'timed,', 'and', 'on', 'Sunday', 'morning', 'the', 'pick', 'of', 'the', 'bunch', 'will', 'compete', 'for', 'the', 'title', 'of', 'Britain', ""'s"", 'most', 'agile', 'dog.']","[56, 57]",0,britain,"It's billed as a dog agility extravaganza, as hundreds of pets compete across the Three Counties showground in Malvern.Over the next six days the dogs will be leaping over hurdles, jumping through hoops, and careering through tunnels.Their performances are being timed, and on Sunday morning the pick of the bunch will compete for the title of Britain's most agile dog.","['The dogs jump over obstacles, jump through tires, fly through tunnels, and then, according to their instructors, receive a 4-sign sign - ""Requ Inspendents: Gliding through the GTS Agile Valleys Balakrishnan,"" ""OMTTAXI Development System: 1970 Independant Eagleton 2011.""', ""The event, called Diamond Steves, is a hologram of a cuddly trumpet in the background of the sky, and the driver posted screenshots of the event on Twitter, along with a picture of the injured Lucy End, one of Pep James Uth's most successful shows."", 'The show will soon celebrate hundreds of thousands of adult dog breeds that have been replaced by hundreds of thousands of dog breeds in the District, while 60 major salmon hunter giants Yanichouó will hold a drum shoot in the upcoming winnings.', 'In Malvo\'s final arena in Treptow, it will receive transfer warning signs from House and Smartside Targeting Associates with facilities introduced at Etihad and a [overview of deployment options for Agile Class American] agencies that can advise the judge after he described that Hoffenheim ""sometimes has no presidencies or jobs to repair,"" a Diane Schmidt spokeswoman said.', ""At Lindenhof, British History of the Design, where Mrs May shelters sustainable guide dogs in severe thunderstorms, a dog agilla and a robot dog owner explain how to save their room 10 hateful dogs in Salzburg, Austria What's coming, 8 funny motifs 13 Marina 11 days Team""]" -310,"['On', 'pages', '12', 'and', '13,', 'a', 'Spanish', 'extravaganza:', '1992', 'is', 'very', 'much', 'the', 'year', 'of', 'Spain', ',', 'so', 'why', 'not', 'celebrate', 'it?']","[15, 16]",0,spain,"On pages 12 and 13, a Spanish extravaganza: 1992 is very much the year of Spain, so why not celebrate it?","[""Across the Atlantic, Akiri Chile, the world's largest oil company, is in talks to buy a stake in NAND."", 'The year that Matteo Renzi was elected president of Italy was ""a great year for the country,"" he said.', 'On page 12, there is a Spanish superpower and it is incomprehensible how English teams cope when things are going so well.', 'Page three of a five-part series: Celebrations are taking place at home in Tuscany and on the streets of Italy on social media.', ""12: 00 p.m. to 1: 00 p.m.: This article was updated with additional details on the company's future plans, including plans for a new fleet of F-35s and F-35s, plans for a new fleet of F-35s and F-35s, as well as plans for a new fleet of F-35s, F-35s, F-35s, F-35s, F-35s, F-35s, F-35s, F-35s, F-35s, F-35s, F-35s, F-35s, F-35s, F-35s, F-35s, F-35s, F-35s, F-35s, F-35s, F-35s, F-35s, F-35s, F-35s, F-35s, F-35s, F-35s, F-35s""]" -311,"['At', 'the', 'conference,', 'the', 'Director', 'of', 'the', 'National', 'Museum', 'in', 'Phnom', 'Penh,', 'Pich', 'Keo,', 'asked', 'Unesco', 'to', 'pass', 'information', 'on', 'stolen', 'property', 'to', 'Interpol', 'and', 'the', 'International', 'Council', 'of', 'Museums,', 'and', 'made', 'a', 'plea', 'to', 'museum', 'directors', 'to', 'research', 'the', 'provenance', 'of', 'objects', 'in', 'their', 'collections,', 'and', 'to', 'return', 'those', 'illegally', 'exported', 'from', 'Cambodia', '.']","[53, 54]",0,cambodia,"At the conference, the Director of the National Museum in Phnom Penh, Pich Keo, asked Unesco to pass information on stolen property to Interpol and the International Council of Museums, and made a plea to museum directors to research the provenance of objects in their collections, and to return those illegally exported from Cambodia.","[""PAUL NEWMAN: Jurgen Klopp's team have stuttered a bit and will be keen to get back into the game but Jurgen Klopp's side are unlikely to get a change of manager and will have too much for Middlesbrough - West Brom 1-0 Crystal Palace"", 'At the same time, he urged ninth and 14th grade students to write songs about girls, parts of the Dachau school, on Facebook in order to interpret their faces and give them more representation, said van Scheel, who said Israeli authorities are now taking responsibility for regional institutions.', 'The director of the Center for Strategic and International Studies, Song Poe Gtrara, said in an interview in October 1970 that the United States was ""deeply concerned"" about the lack of progress in Afghanistan, adding that the United States and its allies were ""deeply concerned"" about the situation in the country, which has suffered from a $10 billion budget gap since the end of the Cold War.', ""In a letter seen by < br >, club chief executive Martin Jol said: 'It is with great sadness that we can confirm that Alan Pardew has passed away from cancer at the age of 69, surrounded by his family."", 'At the EastEnders conference last month, a group of men shot a policeman in the back of the head as they tried to flee the scene of an attack on a police station in central London, killing one officer and injuring three others.']" -312,"['The', 'federation', 'had', 'been', 'formally', 'set', 'up', 'in', 'Paris', 'on', 'Sept.', '22', 'by', 'leaders', 'of', 'the', 'pro-democracy', 'movement', 'who', 'had', 'fled', 'China', ',', 'including', 'leading', 'economists', 'Yan', 'Jiaqi', 'and', 'Chen', 'Yizi,', 'and', 'Wan', 'Runnan,', 'head', 'of', ""China's"", 'biggest', 'private', 'company,', 'the', 'Stone', 'Co.', '[', 'see', 'also', 'p.', '36815', '].']","[21, 22]",0,china,"The federation had been formally set up in Paris on Sept. 22 by leaders of the pro-democracy movement who had fled China, including leading economists Yan Jiaqi and Chen Yizi, and Wan Runnan, head of China's biggest private company, the Stone Co. [ see also p. 36815 ].","['In the Strauss-Kahn trial in Chattanooga, Pennsylvania, the defendants, including Hamm, Netflix, Goldberg, Watini and the local competitor of the Stone Co. in Britain, spent thousands of dollars.', ""In a statement released on Friday, he said: 'We are deeply saddened by the death of Alan Rickman, who passed away this morning from cancer at the age of 69."", ""Property's 39th District [Registration as a Reservation: ls824] is the only district in the United States charged with voter fraud, voter fraud, voter ID fraud, voter ID fraud, voter ID fraud, voter ID fraud, voter ID fraud, voter ID fraud, voter ID fraud, voter ID fraud, voter ID fraud and voter ID fraud."", 'The Federation of Inclusive Cities (STI) was founded by Piers Morgan, (AZZ as Puma) co-founder and co-founder of Booker, (AZZ as Puma) founder and CEO of Booker, (AZZ as Puma) founder and CEO of Booker, (AZZ as Puma) founder and CEO of Booker, (AZZ as Puma) founder and CEO of Booker, (AZZ as Puma) founder and CEO of Booker.', ""In a statement, Comey said: 'I am deeply saddened to hear of the death of the President of the United States, Donald Trump, and I am deeply saddened to hear of the loss of one of the most distinguished and influential people in the history of the United States, Donald Trump, and of the many others who have served in the White House for decades... and I am deeply saddened to hear of the loss of one of the most distinguished and influential people in the history of our country... and I am deeply humbled by the outpouring of love and support for Mr. Comey...""]" -313,"['Of', 'course,', 'the', 'historical', 'analogy', 'is', 'not', 'a', 'completely', 'valid', 'one,', 'for', 'history', 'only', 'concerns', 'the', 'interactions', 'within', 'a', 'single', 'species', 'during', 'a', 'few', 'thousand', 'years,', 'in', 'connection', 'with', 'which', 'geological', 'and', 'climatological', 'changes', 'have', 'played', 'only', 'a', 'minor', 'role', '(as', 'in', 'the', 'extinction', 'of', 'Carthage', 'and', 'of', 'the', 'Viking', 'settlements', 'in', 'Greenland', ').']","[52, 53]",0,greenland,"Of course, the historical analogy is not a completely valid one, for history only concerns the interactions within a single species during a few thousand years, in connection with which geological and climatological changes have played only a minor role (as in the extinction of Carthage and of the Viking settlements in Greenland ).","['There is no doubt that Mourinho has been the best manager in the Premier League for many years but the fact that he has won the Champions League, FA Cup, FA Cup, FA Cup, FA Cup, FA Cup, Europa League, Europa League, Europa League, Europa League, FA Cup, FA Cup, FA Cup, FA Cup, Europa League, Europa League, Europa League, Europa League, Europa League, Europa League, Europa League, Europa League, Europa League, Europa League, Europa League, Europa League, Europa League, Europa League, Europa League, Europa League, Europa League, Champions League, Europa League, Europa League, Europa League, Europa League, Europa League, Europa League, Europa League, Europa League, Europa League, Europa League, Europa League, Europa League, Europa League, Europa League, Europa League, Europa League, Europa League, Europa League,', 'It is this historical analogy that again points to a number of factors, including the fact that the multiple presence of different young people in the UK is a distraction from their growing terrarium, and the fact that hedges, orangutans and other animal species are all very different from each other.', 'The historical analogy is not entirely dubious, but all this is a fact, and it is not entirely dubious that this will be the case for the future of Mars or for the future of the planet.', 'The historic meeting is the latest in a series of high-level meetings between President Xi Kushner and Japanese Prime Minister Shinzo Abe last week.', '""I think it\'s important to remember that this isn\'t the first time we\'ve seen animals in the wild, but it\'s also the first time we\'ve seen them in the wild,"" said Dr. David Sinclair, a biologist at the University of California, Berkeley, who wasn\'t involved in the study.']" -314,"['For', 'example,', 'in', 'the', 'United', 'States', 'there', 'was', 'a', '16', 'per', 'cent', 'decline', 'in', 'mortality', 'rates', 'among', 'males', 'aged', '85', '+', 'and', '36', 'per', 'cent', 'among', 'females', 'of', 'the', 'same', 'age', 'during', 'the', 'period', '1965', '-', '85', '(Verbrugge', '1989).']","[4, 6]",0,united states,"For example, in the United States there was a 16 per cent decline in mortality rates among males aged 85 + and 36 per cent among females of the same age during the period 1965 - 85 (Verbrugge 1989).","['For example, in the United States, serum consumption decreased by 16% between 1965 and 2006, while in the United States, serum consumption decreased by 20% for chronic infectious tumors and by 31% for non-infectious tumors.', 'Lewandowski has been linked with a move away from Bayern Munich in recent weeks, with the Bundesliga club keen to sign him in the summer and the Bundesliga champions keen to get rid of him.', 'Terrorism: In recent years there have been light years of denial of the problem, but in recent years the number of people diagnosed with the disease and the number of people diagnosed with it has increased.', 'Israelis and Palestinians, for example: a field with 3,000 houses, a field with 3,000 houses, and a field with more than 1,000 houses.', 'The leading results from that time updated people to 25 ° C in the event of a collapse in production, while a value of only 0.73 ° C was set at 02 ° C in the event of a fall in the value of the pound.']" -315,"['Relations', 'between', 'Kenya', 'and', 'the', 'USA', 'and', 'other', 'Western', 'states', 'deteriorated', 'sharply', 'as', 'a', 'result', 'of', 'the', ""government's"", 'response', 'to', ""FORD's"", 'demands', 'and', 'activities.']","[2, 3]",0,kenya,Relations between Kenya and the USA and other Western states deteriorated sharply as a result of the government's response to FORD's demands and activities.,"['Relations between Russia and the United States deteriorated abruptly in the 1990 ""s.', ""Relations with Taiwan and other Western nations were shaken by the Justice Department's response to the 2003 U.S.-led invasion of Taiwan."", 'The comparison consisted of a bundle of climate-damaging substances, which means that Bobby Rash has to unscrew a vending machine to get the capsule delivered, the crystal cola for $0.0000, the crystal cola for $0.0000, the crystal cola for $0.0000, the crystal cola for $0.0000, the crystal cola for $0.0000, the crystal cola for $0.0000, the crystal cola for $0.0000, the crystal cola for $0.0000, the crystal cola for $0.0000, the crystal cola for $0.0000, the crystal cola for $0.0000, the crystal cola for $0.0000 and the crystal cola for $0.0000.', '""I think it\'s going to take a long time to get to the bottom of it,"" he said, ""but I think it\'s going to take a long time to get to the point where we can get to the bottom of it, and we\'re going to be able to get to the bottom of it, and we\'re going to be able to get to the bottom of it, and we\'re going to get to the bottom of it,"" he said.', ""The party (5th exhibition Uli Hamilton's Exit Communicen Thieves), which was distributed ahead of the concurrent open sale Sunday, was accompanied by checks - the latter has been the focus of attention in recent years - and the new exhibition, which will be on view from 4 to 4 April, is the first time the exhibition has taken place in the UK.""]" -316,"['It', 'is', 'being', 'financed', 'largely', 'by', 'the', 'US', 'Department', 'of', 'Defense,', 'and', 'made', 'available', 'free.']","[7, 8]",0,us,"It is being financed largely by the US Department of Defense, and made available free.","['This is funded by the Iraqi Ministry of Defence and is available free of charge.', 'It is largely funded by the US Department of Defense, which makes it freely available.', 'It is also largely financed by the European Parliament, which sets the annual budget each year.', 'The company was largely funded by the Kremlin and London.', 'It is not clear how many people were killed, but the death toll is expected to rise as the number of U.S. soldiers killed rises.']" -317,"['With', 'so', 'many', 'fantastic', 'walking', 'areas', 'in', 'Britain', ""it's"", 'sometimes', 'hard', 'to', 'decide', 'which', 'one', 'to', 'explore', 'on', 'that', 'well-earned', 'summer', 'break.']","[7, 8]",0,britain,With so many fantastic walking areas in Britain it's sometimes hard to decide which one to explore on that well-earned summer break.,"['The 800-year-old seaside resort of BurnCottage on the Blue Pallion estate is not a happy choice due to such grandiose walks.', 'Secretly, it\'s a mystery where you go through so many things; it\'s not a well-deserved waste, ""he says (echoing our critique and Prudential Would. coarser cry... lethal reach and capture of technology... and"" Comey practice ""element of other voluntary surveillance came to the fore in 2011,"" Mum for an Unemployment Pointing Technology "").', 'Faced with the prospect of some sun in the hills, Lawrence Booth < a href = ""http: / / www.zillow.com / blog / booth / booth-booth"" target = ""external"" > takes a look at the major talking points from a thrilling play.', 'Since Saturday afternoon is the most spectacular of all days, it is hard to imagine a more glorious day.', 'Towards the end of the first half the home side had to concede a penalty, but the home side could not capitalise on their dominance in the second half as they were forced into a goalless draw by the visitors.']" -318,"['A', 'mutilated', 'body', 'found', 'in', 'Portugal', 'is', 'believed', 'to', 'be', 'that', 'of', 'a', 'man', 'missing', 'from', 'his', 'home', 'in', 'Oxfordshire', 'for', 'a', 'month.']","[5, 6]",0,portugal,A mutilated body found in Portugal is believed to be that of a man missing from his home in Oxfordshire for a month.,"[""< br > Racing expert Robin Goodfellow gives his views ahead of Thursday's meetings at Newmarket, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton"", 'Since the beginning of May, the search for Securedo Surditous, a site for WikiLeaks, has been going on in Berlin.', '< < < < < < < < < < < < < < < < < unk; < unk; < unk > < unk; < unk > < & lt; unk > < unk > < < unk > < unk > < unk > < unk > > > > > >; > > >; < unk > > > > >; < unk > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > < > > > > > < > > >', 'A body found in Portugal is the first of its kind in the world, according to coroner Kay Woodington.', 'A body found in Portugal is believed to be that of a PR man from Richmond who has been thought dead for several years.']" -319,"['For', 'example,', 'he', 'once', 'received', 'a', 'postcard', 'from', 'his', 'mother', 'and', 'sisters', 'which', 'said:', '`', 'Today', 'we', 'gone', 'to', 'Mexico', '-', 'south', 'of', 'the', 'border', '"".']","[19, 20]",0,mexico,"For example, he once received a postcard from his mother and sisters which said: Today we gone to Mexico - south of the border"".","['So much so that Los useños supports the caterpillars (children sent into nine fertile stages of their lives in January).', 'Of the humanitarian advisers, Jamal Af said: ""It doesn\'t get much worse than that... Cristiano has told me he wants to leave.""', 'Even if you don\'t know what\'s going on in your community, you don\'t know what\'s going on in your community, ""he said.', 'He once received a postcard from his mother Anita and the author of Sport\'s Food Say ""na independent < unk > sleLloyda"" Montgomery Dry Dry. < unk > < unk > < unk > < unk > < unk > < unk > < unk > & ltunk > & ltunk; & ltunk < unk > & ltunk; & ltunk > < unk > < unk > < unk > < unk > < unk > < unk > < > < unk > < unk > < unk > < unk > < unk > < > > > > > > < unk > < unk > < > < unk > < > < unk > > > <', 'In a statement, the university said: ""We are deeply saddened to learn of the death of a young man who was killed in a road accident in the early hours of Saturday.']" -320,"['The', 'twentieth', 'century', 'has', 'its', 'own', 'Christian', 'martyrs:', 'St', 'Maximilian', 'Kolbe,', 'who', 'exchanged', 'places', 'with', 'a', 'condemned', 'Jew', 'in', 'the', 'concentration', 'camp', 'and', 'was', 'starved', 'along', 'with', 'his', 'fellow', 'prisoners,', 'before', 'being', 'fatally', 'injected', 'with', 'carbolic', 'acid;', 'Dietrich', 'Bonhoeffer,', 'a', 'minister', 'of', 'the', 'Confessing', 'Church', 'of', 'Germany', ',', 'who', 'was', 'executed', 'by', 'the', 'Nazis;', 'and', 'Archbishop', 'Romero,', 'gunned', 'down', 'when', 'he', 'was', 'at', 'a', 'prayer', 'meeting.']","[46, 47]",0,germany,"The twentieth century has its own Christian martyrs: St Maximilian Kolbe, who exchanged places with a condemned Jew in the concentration camp and was starved along with his fellow prisoners, before being fatally injected with carbolic acid; Dietrich Bonhoeffer, a minister of the Confessing Church of Germany, who was executed by the Nazis; and Archbishop Romero, gunned down when he was at a prayer meeting.","[""< br > 's DAVID LLOYD reflects on the thrill of the last few days at Southampton and takes a look at some of the biggest talking points of the Premier League era... from the weekend action in Manchester... to the weekend action in Liverpool... to the weekend action in Liverpool... to the weekend action in Liverpool..."", 'But the chairman and chief executive of the board of trustees, Edelman, remained a legend at first (meetings), campaigned against economic misconduct (meetings), but resented M. Patrick Schmidt of ETI Straub, who said he could not find a new chairman.', 'The ""Out of Towers,"" the medieval inhabitants, gathered in the middle of the park to watch the show, which is set in the 1950s and 1950s and will feature stars like Ricky Gervais, who was born in the 1940s, as well as John Lennon, Paul McCartney, John Lennon, Paul McCartney and the Beatles.', '""Peacock .uk"" notorious crackdown on cynic Metlindez commands Hitler\'s orders ""Jul 12, 1990 - 11: 440-440-1100 https: / / twitter.com / cyinho-metlindez', 'In the wild east of France, theatergoers experience a variety of events and sensations, from the traditional speech of authenticity and last-ditch assistance to the mutual representation of Syria, the embargo on companies that know nothing about corruption, and the AFL-CIO-CIO-CIO-CIO-CIO-CIO-CIO-CIO-CIO-CIO-CIO-CIO-CIO-CIO-CIO-CIO-CIO-CIO-CIO-CIO-CIO-CIO-CIO.']" -321,"[""Japan's"", 'newly', 'modernized', 'armed', 'forces', 'achieved', 'a', 'resounding', 'victory,', 'and', 'the', 'terms', 'of', 'the', 'peace', 'treaty', 'exacted', 'from', 'the', 'Chinese', 'not', 'only', 'a', 'massive', 'indemnity,', 'but', 'also', 'the', 'cession', 'to', 'Japan', 'of', 'Formosa', '(Taiwan),', 'the', 'Pescadores', 'Islands', 'and', 'the', 'Liaodong', 'peninsula,', 'which', 'lay', 'off', 'the', 'Manchurian', 'coast', 'west', 'of', 'Korea.']","[35, 37]",0,pescadores islands,"Japan's newly modernized armed forces achieved a resounding victory, and the terms of the peace treaty exacted from the Chinese not only a massive indemnity, but also the cession to Japan of Formosa (Taiwan), the Pescadores Islands and the Liaodong peninsula, which lay off the Manchurian coast west of Korea.","['Japan\'s Prime Minister Shinzo Abe said on Sunday he was ""deeply saddened"" by the news of the death of his son, who died in a car crash in Japan, and he was ""deeply saddened"" by the news of the death of his father, who died in a car crash in the country\'s southeast.', ""The reason is that one of Afghanistan's most important fire brigades and all the expected accomplices, who together are part of the fake news front page of this training, have been subjected to violent tactics and are increasingly being used under circumstantial circumstances... the most important success story of the BBC. The truth is that a Formula 1 Grand Prix should be a Formula 1 Grand Prix, a Formula 1 Grand Prix, a Formula 1 Grand Prix, a Formula 1 Grand Prix, a Formula 1 Grand Prix, a Formula 1 Grand Prix, a Formula 1 Grand Prix, a Formula 1 Grand Prix, a Formula 1 Grand Prix, a Formula 1 Grand Prix, a Formula 1 Grand Prix, a Formula 1 Grand Prix, a Formula 1 Grand Prix, a Formula 1 Grand Prix, a Formula 1 Grand Prix and a Formula 1 Grand Prix."", ""Japan's newly installed armed forces won 7.5% of the vote in the presidential election, while the Justice and Development Party (JRA), the country's main opposition party, won a landslide victory in the presidential election."", 'Japan\'s armed forces have hit a new low, and accusations that they are losing beauty are ""something that can be clearly lost,"" namely, ""sales of Krue Ultra-Attack-p image make communal buyers more confident.""', 'The new weapons, ratified by Bradley in 1992 and legally approved by Jong Un, are constantly at the disposal of the Vietnamese government, and the United States has tried to persuade Kim and North Korea to use them as weapons of mass destruction.']" -322,"['From', 'Sri', 'Lanka', 'Eva', 'went', 'to', 'Canada', 'for', 'a', 'world', 'conference', 'of', 'Salvation', 'Army', 'leaders.']","[6, 7]",0,canada,From Sri Lanka Eva went to Canada for a world conference of Salvation Army leaders.,"['But Piya came from the country of India and was ""just ahead of you,"" she said.', 'Eva was one of the first partners of the World Director of HIT.', 'Morrison then travelled to Argentina according to his medical certificate.', 'Life imprisonment for the caller.', ""Snowden, who is accused of leaking classified information to WikiLeaks, is accused of trying to influence the election of Donald Trump's son-in-law Jared Kushner.""]" -323,"['This', 'work', 'will', 'provide', 'some', 'of', 'the', 'theoretical', 'foundations', 'for', 'an', 'empirical', 'project', 'on', 'the', 'provision', 'of', 'funds', 'for', 'industry', 'in', 'France', ',', 'Germany,', 'Japan,', 'UK', 'and', 'USA,', 'run', 'through', 'the', 'Centre', 'for', 'Economic', 'Policy', 'Research', 'by', 'Margaret', 'Bray,', 'Jeremy', 'Edwards', 'and', 'Colin', 'Mayer.']","[21, 22]",0,france,"This work will provide some of the theoretical foundations for an empirical project on the provision of funds for industry in France, Germany, Japan, UK and USA, run through the Centre for Economic Policy Research by Margaret Bray, Jeremy Edwards and Colin Mayer.","[""Phelps, who won four gold medals in the pool and two bronze medals in the pool at the Rio Olympics, said he was' humbled 'to receive the award, which he called an' honor 'and' honor 'to work with him."", 'This work lays the foundation for shooters and researchers in south-east England who have spent the last two decades researching the impact of climate change on the environment and the environment.', 'Work is also underway on 15 Lindower A-movie theatres, where Danish director Jeremiah Indi will narrate.', 'This step is intended to ensure that the best possible care is provided gradually along the institutional path of the child, so that when the age of the recipient is considered too old for adoption, it is not only a question of whether the child is entitled to care or not, but whether he or she knows that it is harming the child.', 'This work will in part help lay a somewhat theoretical foundation for ""Cowboy Bigger there,"" or a passage addressed one of 88 short stories of 9 products, a collection of 3.5 voices at the Centre for Strategic and International Studies in China in terms of the number of votes cast.']" -324,"['Dulles', 'had', 'already', 'warned', 'that', 'the', 'defeat', 'of', 'EDC', 'would', 'provoke', 'an', '`', 'agonising', 'reappraisal', '""', 'of', 'US', 'defence', 'policy,', 'hinting', 'at', 'a', 'retreat', 'from', 'Europe', 'to', '`', 'Fortress', 'America', '"".']","[29, 30]",0,america,"Dulles had already warned that the defeat of EDC would provoke an agonising reappraisal"" of US defence policy, hinting at a retreat from Europe to Fortress America"".","['Dulles Financial Alternative and Economics has already announced plans to buy the company, which is owned by private equity firm Dulles Capital Partners.', 'He said: ""I don\'t think it\'s fair to say we have a lot of people who want to do it, but I don\'t think it\'s fair to do it.', 'The park\'s director, Andrew Dao, has already warned the poor and called for a painful reshuffle: ""Is it better to laugh now than to say,"" No, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no. ""', 'Dulwich has already warned that the defeat of Lloyds ""wholesale policy of double-glazing cheese begins,"" while weekends point to ""potential pores"" that could damage a heartbreaking image damaged by the EVG\'s decision in 1998-1995 to cut the value of the pound by 86 per cent... a company that had to pay £350m in compensation to the taxpayer by the end of the year...', 'Dulles Kremeils had already warned senior US officials that the country could not meet its obligations under the agreement, which expires at the end of the year.']" -325,"['And', 'for', 'good', 'measure,', 'it', 'should', 'be', 'noted', 'that', 'the', 'ECO', 'long', 'ago', 'expressed', 'his', 'own', 'conclusion', 'that', 'settlement', 'in', 'the', 'UK', 'was', 'the', 'intention', 'in', 'this', 'case.']","[21, 22]",0,uk,"And for good measure, it should be noted that the ECO long ago expressed his own conclusion that settlement in the UK was the intention in this case.","['A closer look < br > reveals that the long beards worn by his double-breasted set pieces in Britain were deliberately worn overnight in the event of a later suicide.', 'I am a great believer in the environment, but I am also a great believer in the importance of the environment.', 'Turnbull\'s MPs asked the prime minister if she would consider the idea of a coalition government, but she said: ""I think it would be a very good idea for us to have a coalition government and I think it would be a good idea for us to do that.', ""And here's warning, his own conclusions pushed him away: in 2015, Scottish Labour would have used the same tools long enough."", 'At the same time, the RAF released a statement saying: ""Dav has been given the opportunity to speak to the Sunday Times.""']" -326,"['Furthermore,', 'it', 'found', 'that,', 'although', 'birth', 'certificates', 'were', 'not', 'required', 'by', 'law', 'for', 'any', 'kind', 'of', 'legal', 'transaction', 'in', 'the', 'United', 'Kingdom', ',', 'there', 'could', 'be', 'occasions', 'on', 'which', 'a', 'birth', 'certificate', 'could', 'be', 'called', 'for', 'by,', 'for', 'instance,', 'an', 'employer', 'or', 'public', 'institution.']","[20, 22]",0,united kingdom,"Furthermore, it found that, although birth certificates were not required by law for any kind of legal transaction in the United Kingdom, there could be occasions on which a birth certificate could be called for by, for instance, an employer or public institution.","[""It's not the first time the pair have been spotted together, as they recently enjoyed a romantic getaway together in New York City, where they were spotted on a romantic getaway together - having previously enjoyed a romantic getaway together on the Greek island of Mykonos."", 'Furthermore, we are pleased to announce that the Board of Governors has approved the proposed merger of the two companies and we are pleased to announce that the Board of Governors has voted in favour of the merger of the two companies and that the Board of Governors has voted in favour of the merger of the two companies, ""said the Board of Governors for the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of Directors of the Board of Directors of the Board of Directors of', '""I think it\'s good that we have a lot of people who will elect us, who will elect us, who will elect us, who will elect us, who will elect us, who will elect us, who will elect us, who will elect us, who will elect us, who will elect us, who will elect us, who will elect us,"" he said.', 'It also emerged that Clarke would not normally be able to tell me what my conditions were... ""Quilling claims a biological marker for hundreds of thousands of infectious viruses that can be transmitted to the public through the use of a computer.""', 'Next, the Hawaii-born JetBlue flight attendants were shown touching their left sackcloth (it was a different story at first), touching it in the back of the plane, or holding it in their hands while waiting for the plane to land.']" -327,"['As', 'well', 'as', 'handling', 'distribution', 'of', 'UK', 'and', 'US', 'books', 'to', 'Swiss', 'bookshops', 'and', 'department', 'stores', 'Azed', 'will', 'by', 'buying', 'direct', 'for', 'the', 'Azed', 'kiosk', 'chain,', 'which', 'includes', 'the', 'former', 'Kiosk', 'AG', 'and', 'Schmidt-Agence', 'outlets.']","[6, 7]",0,uk,"As well as handling distribution of UK and US books to Swiss bookshops and department stores Azed will by buying direct for the Azed kiosk chain, which includes the former Kiosk AG and Schmidt-Agence outlets.","['Abdel-Magied is also director of the Center for Profit-Taking at the Center for the Study of the Indian Economy at Zeitz University.', 'Azzedine Alaïa, chief executive of Azzedine Alaïa, said: ""Azzedine Alaïa is one of the most influential people in the world and he is one of the most influential people in the world.', 'According to data from the Institute of Quality & Design, Altmers < a href > < a href = ""http: / / www.zillow.com / blog / alpha / alpha / alpha /"" target = ""_ blank"" > Alpha Markets Group Entertainment, Inc. < / a > < / a > < / a > < / a > < / a > < / a > < / a > < / a > < / a > < / a > < / a > < / a > < / a > < / a > < / a >', ""Valcke's team did hit the bar in Tuesday night's 1-0 win at the Stade de France, but it was not enough to prevent a second successive defeat for the hosts, who are currently second in the group behind leaders France and looking to secure their place in the knockout stages of Euro 2016."", 'In addition to the volume of all books traded in the UK, PC59 v Longcourt will be the first case of PC59 v Longcourt, PC59 v Longcourt and PC59 v Longcourt will be the first case of PC59 v Longcourt and PC59 v Longcourt.']" -328,"['It', 'was', 'built', 'in', 'Belgium', 'and', 'as', 'a', 'result', 'we', 'were', 'asked', 'to', 'mobilise', 'the', 'ship', 'from', 'the', 'Belgian', 'ports', 'of', 'Zeebrugge', 'and', 'Antwerp.', '""']","[4, 5]",0,belgium,"It was built in Belgium and as a result we were asked to mobilise the ship from the Belgian ports of Zeebrugge and Antwerp.""","['""I think it\'s going to be a very difficult year,"" he said.', 'The family of Mr Dietfurth, who died in a car crash in the early hours of the morning, said: ""We are very sorry to hear of the loss of his life.', '""We have acquired this so-called terrorist Ptet VERT, many of the most difficult weather conditions in the world, and we are confident that we will be able to bring them to justice,"" he said.', 'It was reintroduced to a four-year-old Argentine girl killed in a car bomb attack in the southern city of Santiago.', 'There are more than 22,000 cruise control systems worldwide, according to the International Air Transport Association.']" -329,"['Martin', 'Stephens', 'and', 'Andrew', 'Rowan', 'are', 'two', 'of', 'many', 'such', 'sympathisers', 'in', 'the', 'USA', ';', ""Rowan's"", 'Of', 'Mice,', 'Models', 'and', 'Men', '(1984)', 'being', 'particularly', 'highly', 'regarded.']","[13, 14]",0,usa,"Martin Stephens and Andrew Rowan are two of many such sympathisers in the USA; Rowan's Of Mice, Models and Men (1984) being particularly highly regarded.","['Martin Stephens and Andrew Garfield are two of several people who have come forward with allegations of sexual harassment in Stran.', 'Synthesized wisdom dynamo (1984) is a great example of how to get the best out of people.', 'Martin Stephens, a member of the Scottish Open dum heary panel, said: ""It\'s been a long time since I\'ve been in the position where I\'ve won a major but I\'ve never had one.', 'Martin Stephens, Andrew Santos is 2 - Except in ""The Three-Way Architect"" (1984) No time for the security forces to be cosmopolitan and escape Mr. Santos is 2 - Except in ""The Three-Way Architect"" (1962 - 1984) No time for the security forces to be cosmopolitan and open-minded. - Myanmar Week Premier Con Ray - Alisp Aung San Suu Kyi - Alisp Aung San Suu Kyi - Alisp Aung San Suu Kyi - Aung San Suu Kyi - Aung San Suu Kyi - Aung San Suu Kyi - Aung San Suu Kyi - Aung San Suu Kyi - Aung San Suu Kyi', '""I think it would be good for Bournemouth to boycott this game but I don\'t think it would be good for the club,"" he said < br >, adding: ""I don\'t think it would be good for the club.""']" -330,"['Trying', 'to', 'smooth', 'the', 'festering', 'controversy', 'over', 'Palestinians', 'deported', 'to', 'Lebanon', ',', 'the', 'foreign', 'minister,', 'Shimon', 'Peres,', 'said', 'after', 'seeing', 'Mr', 'Christopher', 'that', 'last', ""December's"", 'expulsions', 'were', '`', 'an', 'exception', '"".']","[10, 11]",0,lebanon,"Trying to smooth the festering controversy over Palestinians deported to Lebanon, the foreign minister, Shimon Peres, said after seeing Mr Christopher that last December's expulsions were an exception"".","[""< unk >'s DAVID LLOYD reflects the thrill and spills of the first day at Edgbaston... and reflects the thrill and spills... and thrills and spills... and thrills and spills... and spills... and spills... and spills... and spills... and spills... and spills... and spills... and spills... and spills... and spills... and spills... and spills..."", 'At the last general election, the Conservatives won a majority of seats in the House of Commons, while Labour won a majority of seats.', ""Sweden's foreign minister said the country would not tolerate the use of chemical weapons in the country's nuclear arsenal unless it agreed to halt the use of chemical weapons."", 'WASHINGTON (Reuters) - U.S. President Barack Obama said on Thursday he would not seek sanctions against Iran over its nuclear program, saying the United States was ""deeply concerned"" about Iran\'s nuclear program and the United States was ""deeply concerned"" about Iran\'s nuclear program.', ""It is not the first time the pair have clashed in public, with the former accusing the former of being 'too nice' to the former One Direction star.""]" -331,"['Battery', 'power,', 'especially', 'in', 'France', ',', 'means', 'no', 'emissions', 'in', 'urban', 'areas.']","[4, 5]",0,france,"Battery power, especially in France, means no emissions in urban areas.","['This is particularly true in France, where urban emissions are still stuck.', 'They give you a safe, cleansing feeling.', ""The city's mafia is causing a stir, especially in France."", 'IE and PM are pioneers in fostering the collective spirit of families that drive their differences.', 'Each fox has its own culinary experience in the Orienti restaurant, run by the same company.']" -332,"['In', 'Georgia', 'the', 'abrasive', 'Republican', 'Newt', 'Gingrich,', 'the', 'minority', 'whip,', 'only', 'narrowly', 'survived', 'a', 'surprisingly', 'strong', 'Democratic', 'challenge.']","[1, 2]",0,georgia,"In Georgia the abrasive Republican Newt Gingrich, the minority whip, only narrowly survived a surprisingly strong Democratic challenge.","['In Georgia, a minority survived the protest against Obama.', 'In Georgia, the cape-like and hard-to-inject device is currently used to detect high-tech trackers that can detect and detect high-tech trackers that can detect high-frequency traders in the air, and to detect high-frequency traders that can detect high-frequency traders in the air, according to the US Geological Survey (USGS).', 'In an interview with the BBC\'s Andrew Marr Show, the Duchess of Cambridge said: ""I think it\'s a bit shocking to see a lot of people saying,"" I\'m going to do this, I\'m going to do this, I\'m going to do this, I\'m going to do this, I\'m going to do this, I\'m going to do this, I\'m going to do this, I\'m going to do this. """"', 'Newt Gingrich, a thin-skinned Republican who has been touted as the front-runner for the Republican presidential nomination, has said he would be open to running for the White House if he ran for president again.', ""In Georgia, beaming Republican Newt Gingrich survived by just one point, while a surprisingly strong Democratic candidate, Republican Martin O'Malley (D-Mich.), fended off a challenge from Republican challenger Newt Gingrich (R-Ky.) and Republican challenger Senator John McCain (R-Ariz.).""]" -333,"['It', 'plans', 'to', 'sell', 'its', 'franchises', 'in', 'those', 'countries', 'but', 'continue', 'to', 'operate', 'in', 'partnership', 'with', 'Pepsico', 'in', 'Britain', '.']","[18, 19]",0,britain,It plans to sell its franchises in those countries but continue to operate in partnership with Pepsico in Britain.,"['Beverley, Marc Brock and P. de Stre will oversee the development and development of Pepsico in the UK and the Dutch Cyclones of P1. -- The Philippine Government nominated David Wei to lead the development and development of Pepsico in the UK. -- The Philippine Government nominated David Wei to lead the development and development of Pepsico in the UK. -- The Philippine Government nominated David Wei to lead the development and development of Pepsico in the UK. -- The Philippine Government nominated David Wei to lead the development and development of Pepsico in the UK.', 'A spokesman for the company said it plans to sell its franchise programs in the U.S., Canada, Mexico, Mexico, Mexico and Mexico.', 'Lilreless plans to expand its franchise to such countries in the coming months. # 2BreakbBar, a regional practice in Shanghai. # 2BreakbBar, a joint venture between the two companies, aims to expand its franchise in China. # 2BreakbBar is aimed at small investors and warehouses. # 2BreakbBar, a joint venture between Lilreless and China, is a joint venture between the two companies. # 2BreakbBar, a joint venture between the two companies, aims to expand its franchise in China. # 2BreakbBar, a joint venture between the two companies.', 'The company plans to expand its operations in Taiwan and expand Hensted Mountain in the United States with two four-hectare timber towers, the company said in a statement.', 'BMF wants to help and replace the psychologist Dr. Brian of Supervisor Hansas Fujikawa Chaestst Revisp.']" -334,"['Other', 'important', 'Africans', 'present', 'were', 'Wallace', 'Johnson,', 'the', 'trades', 'unionist', 'from', 'Sierra', 'Leone,', 'Peter', 'Abrahams,', 'South', 'African', 'writer,', 'and', '-', 'one', 'of', 'the', 'few', 'Francophone', 'delegates', '-', 'the', 'poet', 'Raphael', 'Armattoe', 'from', 'Togo', '.']","[32, 33]",0,togo,"Other important Africans present were Wallace Johnson, the trades unionist from Sierra Leone, Peter Abrahams, South African writer, and - one of the few Francophone delegates - the poet Raphael Armattoe from Togo.","['Other notable African flin artists included WalBaier Johnson, a Sierra Leonean trade unionist and author, and Peter Abrahams, a South African chef.', 'Other key African participants included Wallace Johnson, a trade unionist from Sierra Leone; Peter Abrahams, a political scientist at the University of California, Berkeley, who said he wanted a more open-minded approach to the issue of free speech, which he called ""a form of free speech.""', ""Other key African observers included Johnson, Mr Blair's trade unionist rival, Peter Mandelson, South Africa's Bradley Munby, Russia's Vladimir Putin and Qatar's President Mahmoud Ahmadinejad."", 'Idol is the only show in the United States that has a female contestant on the show, and Ellis, a member of the NAACP, is a member of the panel and a welcome addition to the panel.', 'In the seventh round, the # Canada campaign won 4 of the 2017 nominating contests, giving eight candidates the chance to vote for the first time, giving Netflix the chance to split the vote by 6 pence instead of 8 pence for the first time and 15 pence instead of 70 pence for the second time.']" -335,"['A', 'meeting', 'of', 'Western', 'European', 'Union', '(WEU)', 'Foreign', 'Ministers', 'in', 'Paris', 'on', 'Jan.', '17', 'reaffirmed', 'support', 'for', 'the', 'USA', 'in', 'the', 'Gulf', 'war', 'and', 'for', 'military', 'action', 'against', 'Iraq', 'until', 'it', 'withdrew', 'unconditionally', 'from', 'Kuwait', '.']","[34, 35]",0,kuwait,A meeting of Western European Union (WEU) Foreign Ministers in Paris on Jan. 17 reaffirmed support for the USA in the Gulf war and for military action against Iraq until it withdrew unconditionally from Kuwait.,"['At a meeting of Dutch and Palestinian leaders in Brussels on Thursday, European Union foreign policy chief Jean-Claude Juncker said the bloc was ready to take action if needed.', 'Our regional plans have been saved in the Middle East, North Africa and Africa.', ""< p > 's NIK SIMON looks back at some of the most important talking points from the game so far and picks 10 things we learned from it..."", 'A meeting of the World Anti-Doping Agency (WADA) (communi @ - @ Kremlin), the governing body of the Russian Olympic Committee (WADA) and the World Anti-Doping Agency (WADA) was called into question.', ""Rabobelo, the capital's most expensive homeowner, burned his property but doubled the price of his property as the price has soared in recent years, according to property website Zoopla.""]" -336,"['According', 'to', 'Kate', 'Attila,', 'Director', 'of', 'European', 'Conferences,', 'last', 'year', 'the', 'Dataquest', 'conferences', 'attracted', '700', 'visitors', 'to', 'Budapest,', '900', 'to', 'Prague', 'and', '500', 'to', 'Poland', '.']","[24, 25]",0,poland,"According to Kate Attila, Director of European Conferences, last year the Dataquest conferences attracted 700 visitors to Budapest, 900 to Prague and 500 to Poland.","['The BBC\'s Emma Hooker also demanded clarity from the public about the impact of Brexit, saying: ""With less economic power and Britain\'s ruling party in power, Mr Corbyn could unanimously overturn our foreign policy vision, even if GML\'s funding of TCTV is secured.""', ""Austrian conferences are suspected of undermining a focus on Jean-Claude Juncker's anti-EU policies or forging a relationship with Pathi For Instinct."", 'Kalle Selzen Academy of Sciences, for which he was a health researcher, for which he received a PhD in chemistry from the University of Surrey and a PhD in chemistry from the University of Surrey.', '""I think it\'s going to take a lot of time to get to the bottom of that, and I think it\'s going to take a lot of time to get to the bottom of that,"" he said in an interview with The Associated Press.', ""< br > 's DAVID LLOYD reflects on the day's action, with the results, stats and facts from the weekend, across the Premier League and English divisions, and brings you the 10 things we learned from all of this... from the weekend's action, with team news, provisional squads, betting odds, betting odds and Opta stats, betting odds and Opta stats and head to head with the weekend's action.""]" -337,"['In', 'the', 'USA', 'the', 'concept', 'of', '`', 'environmental', 'areas', '""', 'was', 'seen', 'as', 'a', 'powerful', 'reinforcement', 'of', 'the', 'similar', 'ideas', 'contained', 'in', 'Clarence', ""Perry's"", '`', 'neighbourhood', 'units', '""', 'and', 'the', 'design', 'of', 'Stein', 'and', 'Wright', 'for', 'Radburn,', 'New', 'Jersey', 'in', '1928.']","[2, 3]",0,usa,"In the USA the concept of environmental areas"" was seen as a powerful reinforcement of the similar ideas contained in Clarence Perry's neighbourhood units"" and the design of Stein and Wright for Radburn, New Jersey in 1928.","['In addition to the concept of protected areas, the streets threatened to block the event to protect the church from noble observers in the best natural environment in Nevada. -- A free wellness center was built in front of the church. -- Research Base Index launched the legendary list of Wathrace locations in Nevada. -- A free wellness center in front of a mantelpiece Cape Cape Wilderness SE Eric Radburn 7.', 'Gibson, who has been linked with a move away from Anfield since the start of the season, has been linked with a move away from Anfield in recent weeks.', ""Appropriate models of these senses -- 750 spaceships Experts, meanwhile, started little in 2008, advising Ford fleet queens from less specific neighborhoods as transition rows -- German landers use the spaceships more than other types of spaceships -- God explicitly accepts wreaths for English meat dishes from once-oldest Gatane ministries. -- The team says Susan uses proprietary design to design IV inner wings or multiple coats of arms. -- Churchill costumed Dr. India, Simmons' union, Brieby Tempora! -- New York City Council President Roy Pence died during a phone call with the company's chief executive, Lisa Anderson, during the company's expansion in San Antonio, California."", 'In Croatia it was ""what if?"" and ""what if?"" and ""what if?"" and ""what if?"" and ""what if?"" and ""what if?"" and ""what if?"" and ""what if?"" and ""what if?"" and ""what if?"" and ""what if?""', ""< br > Racing expert Robin Goodfellow gives his views ahead of Monday's meetings at Newmarket, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton""]" -338,"['For', 'in', 'a', 'few', 'days,', 'this', 'same', 'man', 'would', 'be', 'reporting', 'back', 'to', 'the', 'most', 'feared', 'woman', 'in', 'Britain', '.']","[18, 19]",0,britain,"For in a few days, this same man would be reporting back to the most feared woman in Britain.","['For in the words of Emma Brolland, granddaughter of the late, great, great, great, great, great, great, great, great, great, great, great, great, great, great, great, great, great, great, great, great, great, great, great, great, great, great, great, great, great, great, great, great, great, great.', 'For not so long ago, the 69-year-old former chief whip was in a very dark place indeed.', ""< br > Racing expert Robin Goodfellow gives his views ahead of Monday's meetings at Newmarket, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton"", 'Because, as < unk > reported earlier this week, the ""dirt"" on Nadal would be on the same level as the ""dirt"" on Rafael Nadal, who won the French Open, the French Open, the US Open, the French Open, the French Open, the French Open, the French Open, the US Open, the French Open, the French Open, the French Open, the French Open, the French Open, the French Open, the French Open, the French Open, the French Open, the French Open, the French Open, the French Open, the French Open, the French Open, the French Open, the French Open, the French Open, the French Open, the French Open, the French Open, the French Open', 'In a statement, the company said: ""We are pleased to announce that we have reached a definitive agreement with PwC to acquire PwC for the remainder of this year.']" -339,"['Just', 'how', 'far', 'things', 'had', 'gone', 'was', 'demonstrated', 'in', '1950', 'when', 'North', 'Korea', 'invaded', 'South', 'Korea', '.']","[14, 16]",0,south korea,Just how far things had gone was demonstrated in 1950 when North Korea invaded South Korea.,"[""How far have West Ham's midfield players come so far?"", 'Already during the American invasion of South Korea in 1950, the media investigated whether Caitlin Jenner was a man or a woman or a man or a woman or a man or a woman or a woman or a man or a woman or a woman or a woman or a woman or a woman for a child-producing film.', 'Anyone can guess how far North Korea has come in the past two years. < br > < a href = ""http: / / www.zillow.com / blog / North Korea-is-a-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great-great', 'Increasing protectionism against poorly run Texas police departments.', 'Indeed, the Democrats ""investigation has shifted to technology and will be scrutinized by the House Judiciary Committee during the recess.']" -340,"['The', 'Republic', 'of', 'Côte', ""d'Ivoire"", 'became', 'fully', 'independent', 'from', 'France', 'in', 'August', '1960,', 'the', 'French', 'version', 'of', 'the', 'name', 'being', 'declared', 'the', 'official', 'version', 'in', '1985.']","[9, 10]",0,france,"The Republic of Côte d'Ivoire became fully independent from France in August 1960, the French version of the name being declared the official version in 1985.","['Flowers: Vancouver electroflouri (processor) - Photos: Vancouver electroflouri (processor) - Photos: Vancouver electroflouri (processor) - Vancouver electroflouri (processor) - Vancouver electroflouri (processor) - Vancouver electroflouri (processor) - Vancouver electroflouri (processor) - Vancouver electroflouri (processor) - Vancouver electroflouri (processor) - Vancouver electroflouri (processor) - Vancouver electroflouri (processor) - Vancouver electroflouri (processor) - Vancouver electroflouri (processor) - Vancouver electroflouri (processor)', ""The Republic of Côte d'Triumph, on the other hand, received the Nobel Peace Prize for its work in the field of human rights, the Nobel Peace Prize for its work in the field of human rights and the Nobel Peace Prize for its work in the field of human rights."", ""He said: 'I think it's important to remember that we have national sovereignty, we have a sovereign people, we have a sovereign people, we have a sovereign people."", 'He has been in Europe since 1961, when his father first introduced him to the game, saying: ""I\'ve always wanted to play for the national team.""', ""While Colombia dominated mainland Europe's global cultural potential in August, the United States, France, Germany, France, France, France, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy""]" -341,"['In', 'Northern', 'Ireland', ',', '`', 'grant-aided', '""', 'is', 'the', 'term', 'equivalent', 'to', '`', 'maintained', '""', 'in', 'Britain.']","[1, 3]",0,northern ireland,"In Northern Ireland, grant-aided"" is the term equivalent to maintained"" in Britain.","['In Northern Ireland, British lottery officials refer to the subsidy as a ""backbencher.""', 'There is a difference between ""subsidies"" and ""reconstruction.""', 'In an interview with The Associated Press, Pope said he was ""deeply saddened"" by the news of the death of Mozart, who died last week at the age of 90 after a long battle with pancreatic cancer.', 'In Northern Ireland Lewandowski has led the club to promotion again; in SC Schmidt Wenger takes a counter-cyclical approach: he sucks the life out of the club; he shows a strong performance in the Europa League; he shows a strong performance in the Europa League final; he makes a big impression in the Champions League; he makes a big impression in the Premier League; he makes a big impression in the Champions League; he makes a big impression in the Premier League; he makes a big impression in the Premier League; he makes a big impression in the Premier League; he makes a big impression in the Champions League; he makes a big impression in the Premier League; he makes a big impression in the Premier League.', 'FerTheAgenda, a gay rights nonprofit, said in a statement that it was ""deeply saddened to hear of the loss of one of the most influential and influential people in the history of the LGBT community.""']" -342,"['One', 'of', 'those', 'detained,', 'Fr', 'Tom', 'Leahy,', 'a', 'Roman', 'Catholic', 'priest', 'from', 'Ireland', ',', 'was', 'deported', 'on', 'Aug.', '31.']","[12, 13]",0,ireland,"One of those detained, Fr Tom Leahy, a Roman Catholic priest from Ireland, was deported on Aug. 31.","['One of those arrested, Tory cleric Tom Leahy, a Roman Catholic Christian from Ireland, is free on bail at Eagle College.', 'One of them, Michael, a vicar from Ireland, was married on March 31.', 'One of those arrested was Father Tom from Kent, who was born on March 31 last year.', 'One of the detainees, Rep. Tom Leahy (R-Va.), a Roman Catholic priest who has served 95 years in prison, said in a statement that he was ""deeply saddened"" by the news of the death of his brother, who died in a car crash on the outskirts of the city.', 'The ""Dancing With The Stars"" mini-western opened with a performance of his new single, ""I Will Always Love You.""']" -343,"['When', 'the', 'Spanish', 'pioneers', 'penetrated', 'the', 'interior', 'of', 'Colombia', 'during', 'the', 'early', 'sixteenth', 'century', 'they', 'were', 'impressed', 'by', 'what', 'they', 'took', 'to', 'be', 'the', 'passion', 'of', 'the', 'Indians', 'for', 'the', 'well-being', 'of', 'their', 'dead.']","[8, 9]",0,colombia,When the Spanish pioneers penetrated the interior of Colombia during the early sixteenth century they were impressed by what they took to be the passion of the Indians for the well-being of their dead.,"['""The Pipers"" is the latest in a long line of films nominated for the Oscar for Best Picture, including ""The Shape of Water,"" ""The Dark Knight Rises,"" ""The Dark Knight Rises,"" ""The Dark Knight Rises,"" ""The Dark Knight Rises,"" ""The Dark Knight Rises,"" ""The Dark Knight Rises,"" ""The Dark Knight Rises,"" ""The Dark Knight Rises,"" ""The Dark Knight Rises,"" ""The Dark Knight Rises,"" ""The Dark Knight Rises,"" ""The Dark Knight Rises,"" The Dark Knight Rises, ""The Dark Knight Rises,"" The Dark Knight Rises, ""The Dark Knight Rises,"" The Dark Knight Rises, ""', ""When Spain's finance ministers intervened in Colombia at the beginning of the century, residents had been talking to investors for some time."", 'A few years ago, when working with a nurse was already an easy task, he chatted about how he wanted to keep the NHS afloat.', ""< br > A preview of the final day of the Ashes Test at Lord's on Sunday, which will feature some of the game's biggest names on the field."", ""During the lavish four-hour tour of the country, Melania, who wore a white shirt emblazoned with the words' I love you 'on the front, was accompanied by her husband Jared Kushner, who looked dapper in a black suit, white tie and black tie.""]" -344,"['Until', 'the', 'RAF', 'was', 'carrying', 'atomic', 'bombs,', 'the', 'First', 'Pillar', 'of', 'British', 'grand', 'strategy', '-', 'the', 'defence', 'of', 'the', 'United', 'Kingdom', '-', 'depended', 'upon', 'the', 'US', 'Strategic', 'Air', 'Command.']","[25, 26]",0,us,"Until the RAF was carrying atomic bombs, the First Pillar of British grand strategy - the defence of the United Kingdom - depended upon the US Strategic Air Command.","['When the ""awkward tractors"" were edited, Broo played ""cleavage"" and ""underboob"" and ""cleavage"" and ""cleavage"" and ""cleavage"" and ""hips"" and ""hips"" and ""thighs"" and ""thighs"" and ""thighs"" and ""thighs"" and ""thighs"" and ""thighs"" and ""thighs"" and ""thighs"" and ""thighs"" and ""thighs"" and ""thighs.""', 'The former U.S. ambassador to the United Nations, Bjorn Trowancy, said the United States was ""deeply concerned"" about the threat posed by North Korea.', ""Representatives of Musharraf's relatives are quoted as saying state funds are not free of personal or personal financing < a href >."", ""Until the atomic bomb makers made modern decisions for the decision-makers of Britain's now unknown position, migration, including rhino horn, could centralise the terrorists."", ""Britain's first nuclear submarine will be stationed in the UK by the time the atomic bomb arrives - depending on the time of year, the department in charge of the US National Security Agency's Command Research Unit warns.""]" -345,"['A', 'special', 'report', 'on', 'censorship', 'in', 'the', 'UK', 'by', 'the', 'New', 'York', 'Times', 'magazine', 'in', 'March', '1989', 'was', 'headed', 'simply,', '`', 'Thatcher', 'puts', 'a', 'lid', 'on', '"".']","[7, 8]",0,uk,"A special report on censorship in the UK by the New York Times magazine in March 1989 was headed simply, Thatcher puts a lid on"".","['At the end of March 1989, a special issue of the English magazine Weekly was published with the title ""Thatcher put a lid on it.""', 'A New York Times report published last month stated that the company\'s growth in seven of the last six months has been ""substantially underpinned"" by the fact that it has been able to increase the number of employees it employs in the United States, and by the fact that it has been able to increase the number of employees it employs in the United States, the number of employees it employs in the United States, and the number of employees it employs in other countries.', 'Thirteen governments called for a commission of inquiry to learn about public genetic engineering, but it is not clear how much of it will be used in the future, but the Beckham Museum said it would be open to all interested parties and that it would be open to all interested parties to participate in the study, which is due to be published in the coming weeks.', 'Mass sharing and a search in the Google search engine are often excluded from the required space.', ""Ahead of the event, he sang cross-country and the website said he was' excited 'to perform at the event at the O2 Arena.""]" -346,"['Fleury', 'told', 'the', 'Collector', 'that', 'his', 'brother-in-law,', 'General', 'Dunstaple,', 'who', 'had', 'married', 'Miss', 'Hughes', 'that', 'was,', 'still', 'lived', 'in', 'India', 'and', 'was', 'currently,', 'according', 'to', 'their', 'most', 'recent', 'mail,', 'shooting', 'tigers', 'in', 'Nepal.']","[19, 20]",0,india,"Fleury told the Collector that his brother-in-law, General Dunstaple, who had married Miss Hughes that was, still lived in India and was currently, according to their most recent mail, shooting tigers in Nepal.","['In a statement, the company said: ""We are pleased to announce that we have reached a definitive agreement to sell the Company\'s shares in the Company, which will enable us to continue to operate in a manner consistent with the Company\'s expectations.""', 'Fleury tells the cashier that it was his chatty eight-year-old, Dunstan Dogerugh, who married the woman, who told him something was going on, adding that he saw the woman being attacked by a pickup truck.', 'Seehofer initially said he was considering his position on the bloody issue, but Martin\'s office said it would take a day or two to review the situation and he would ""not give up our advice.""', 'Fleetwood told < br > last month that he had been criticised by the feeble Masters champion Domence Dunstaple in the build-up to the US PGA Championship when he failed to make the cut in a play-off.', 'However, since Miller is the Earl of Asia Brown of the United States, the Bob Crew and the family strive for drinking water, so they have learned a lesson from the God-blessed, long-haired, long-haired, black-and-white Blackberry Central Solo at 19.7 Scho Normal Mee Plant, 93 99 Scho Normal Mee, 93 Scho Normal Mee Plant, 93 Scho Normal Mee, 93 Scho Normal Mee.']" -347,"['Penguin', 'U', 'K', 'is', 'gaining', 'sale', 'and', 'market', 'share', 'and', 'in', 'North', 'America', 'the', 'sales', 'are', 'only', 'slightly', 'down', 'on', 'last', 'year,', 'which', 'was', 'a', 'very', 'exceptional', 'year', 'anyway.']","[11, 13]",0,north america,"Penguin U K is gaining sale and market share and in North America the sales are only slightly down on last year, which was a very exceptional year anyway.","['He has a growing professional following, which shows his appeal to the Seattle-based company by opening a store in Bul last year, and he has a long-term relationship with what he calls ""one of the best in the world.""', ""< p > has compiled a list of the best dividends over the past 20 years and a selection of the top 10 holdings for tomorrow's market for stocks, mutual funds and ETFs (see below for full list), with a selection of the top 10 holdings for today and tomorrow."", 'Penguin FCF facts are gaining in sales and market share, and Newin\'s numbers are weak with their sales, as the still very unusual Christian (Christian Novom) is the last to jump on the bandwagon and jump on the bandwagon.??? Rich In The Office N ""-Allardyce is known for his pretty pocket-sized Rihanna while on the Internet.??', 'He knew he was going to lose his job, and he knew he was going to lose his job, and he knew he was going to lose his job, and he was going to lose his job.', 'But on the one hand he looks like a seven-year-old, three-year-old and 16-year-old at the same time.']" -348,"['If', 'the', 'Royal', 'Navy', 'is', 'patrolling', 'Britain', ""'s"", 'coastal', 'waters,', 'your', 'consumption', 'of', 'national', 'defence', 'does', 'not', 'affect', 'our', 'quantity', 'of', 'national', 'defence.']","[6, 7]",0,britain,"If the Royal Navy is patrolling Britain's coastal waters, your consumption of national defence does not affect our quantity of national defence.","['If Jong-un does not continue to build a nuclear weapon, he will not be able to build a nuclear weapon, he will not be able to build a nuclear weapon, he will not be able to build a nuclear weapon, he will not be able to build a nuclear weapon, he will not be able to build a nuclear weapon, he will not be able to build a nuclear weapon, he will not be able to build a nuclear weapon, he will not be able to build a nuclear weapon, and he will not be able to build a nuclear weapon.', 'Ranga is a member of the Borno and heads the multicultural sub-district of Oslo.', 'If we get through relegation and win the league, we have a good chance of staying up.', 'If the 1984 election was fought, ""14.Belfast Man is credible- < < < < unk > < < unk > < < unk > < unk > < unk > < unk > < < unk > < unk > < unk > < < unk > & ltunk > & ltunk > & ltunk; & ltunk > & ltunk; & ltunk > < unk > < < unk > < > < > & ltunk > & ltunk > & ltunk > & ltunk > & ltunk > > > > >; < unk > < unk > < > < > < unk > > < unk > > > < unk > > > > <', 'Santorum patrolled the streets of New York, New Jersey, New York, Washington, D.C., Washington, D.C., New York, Washington, D.C., New York, Washington, D.C., Washington, D.C., Washington, D.C., Washington, D.C., Washington, D.C., Washington, D.C., Washington, D.C., Washington, D.C., Washington, D.C., Washington, D.C., Washington, D.C., Washington, D.C., Washington, D.C., Washington, D.C., D.C., Washington, D.C., D.C., Washington, D.C., D.C.']" -349,"['The', 'UK', 'also', 'includes', 'the', 'Crown', 'Dependencies', 'of', 'the', 'isle', 'of', 'Man', 'and', 'the', 'Channel', 'Islands,', 'and', 'is', 'responsible', 'for', 'the', 'British', 'Dependent', 'Territories', 'of', 'Anguilla,', 'Bermuda,', 'British', 'Antarctic', 'Territory,', 'British', 'Indian', 'Ocean', 'Territory,', 'British', 'Virgin', 'Islands,', 'Cayman', 'Islands,', 'Falkland', 'Islands,', 'Gibraltar,', 'Hong', 'Kong,', 'Montserrat,', 'Pitcairn', 'Islands,', 'St', 'Helena', 'and', 'Dependencies,', 'South', 'Georgia', 'and', 'the', 'South', 'Sandwich', 'Islands,', 'and', 'the', 'Turks', 'and', 'Caicos', 'Islands', '[', 'see', 'also', 'pp.']","[51, 53]",0,south georgia,"The UK also includes the Crown Dependencies of the isle of Man and the Channel Islands, and is responsible for the British Dependent Territories of Anguilla, Bermuda, British Antarctic Territory, British Indian Ocean Territory, British Virgin Islands, Cayman Islands, Falkland Islands, Gibraltar, Hong Kong, Montserrat, Pitcairn Islands, St Helena and Dependencies, South Georgia and the South Sandwich Islands, and the Turks and Caicos Islands [ see also pp.","[""The UK also includes the Mandelay Islands and the Channel Islands, as well as Sudanese territorial claims, territorial claims and the loss of Michael's wedding, which is determined by the number of Sudanese marriages, the number of children in the UK and the number of children in the UK."", 'The United Kingdom is also responsible for: (1) Commonwealth Bank of Scotland (1) Bank of England (2) Bank of England (3) Bank of England (3) Bank of England (3) Bank of England (3) Bank of England (3) Bank of England (3) Bank of England (3) Bank of England (3) Bank of England (3) Bank of England (3) Bank of England (3) Bank of England (3) Bank of England (3) Bank of England (3) Bank of England (3) Bank of England (3) Bank of England (3) Bank of England (3) Bank of England (3) Bank of England (3) Bank of England (3) Bank of England (3) Bank of England (3) Bank of England (3) Bank of England (3) Bank of England (3) Bank of England (3) Bank of England (3) Bank of England (3)', ""The islands, which include the Isle of Man and the Isle of Wight, are home to some of the world's most famous islands, including the Isle of Man, the Isle of Wight, the Isle of Wight, the Isle of Wight, the Isle of Wight, the Isle of Wight, the Isle of Wight and the Isle of Wight."", 'According to YouTube, these dependencies end worldwide, Crown dependencies end worldwide According to YouTube, Crown dependencies end worldwide, Crown dependencies end worldwide, Crown dependencies end worldwide, Crown dependencies end worldwide, Crown dependencies end worldwide, Crown dependencies end worldwide, Crown dependencies end worldwide, Crown dependencies end worldwide, Crown dependencies end worldwide, Crown dependencies end worldwide, Crown dependencies end worldwide, Crown dependencies end worldwide, Crown dependencies end worldwide, Crown dependencies end worldwide, Crown dependencies end worldwide, Crown dependencies end worldwide', '""I think it\'s going to take a lot of time to get to the bottom of this, and I think it\'s going to take a lot of time to get to the bottom of this,"" he said, adding that he would like the Senate to pass legislation that would make it easier for Americans to buy health insurance.']" -350,"[""Marsh's"", 'study', 'of', 'the', 'engineering', 'industry', 'in', 'Britain', 'and', 'West', 'Germany', 'adopts', 'the', 'standpoint', 'that,', 'whatever', 'the', 'form', 'which', 'industrial', 'relations', 'takes,', 'similar', 'topics', 'for', 'regulation', 'will', 'appear,', 'thus', 'providing', 'a', 'basis', 'for', 'comparison.']","[9, 11]",0,west germany,"Marsh's study of the engineering industry in Britain and West Germany adopts the standpoint that, whatever the form which industrial relations takes, similar topics for regulation will appear, thus providing a basis for comparison.","[""Marshall's appointments are the latest in a series of high-profile cases in which the Justice Department and Justice Department are accused of violating federal civil rights laws by failing to notify the Justice Department of a possible criminal investigation."", ""Marsh's study of the Socceroos League is a survey of players from all walks of life, from senior players to senior players, from senior players to senior players."", 'Marsh takes a different view from ""Aconditi101Y"" in his oil study, concluding that the richest Bohanje in the world is the richest, richest, richest, richest, richest, richest, richest, richest, richest, richest, richest, richest and richest.', ""Next, Marsh's study found that people who were exposed to the virus had a higher risk of contracting the disease than those who were not exposed to the virus."", 'Marsh argues that the ""theatrical teachers astonish us transgender,"" based on the ""theatrical teachers astonish us transgender,"" and the ""theatrical teachers astonish us transgender people,"" as well as the ""theatrical teachers astonish us transgender people.""']" -351,"['But,', 'in', 'a', 'highly', 'polarised', 'society', 'such', 'as', 'Northern', 'Ireland', ',', 'some', 'cases', 'are', 'inevitable.']","[8, 10]",0,northern ireland,"But, in a highly polarised society such as Northern Ireland, some cases are inevitable.","['But that is not the end of continental history.', 'But it seems to be a useful positioning tool in a densely populated population - misconceptions are just enough to activate people who are customer trainers, welcome parts of an ally for employees.', 'In a Stud Poli Tory government, party officials say they have found no evidence of collusion in updating Mutual Connection: managers were forced to buy their luxurious Fwomrons (pictured) and were spooked by the failure.', ""More than 30 kitchen appliances have been recalled in the past two years as a result of a Lower Saxony vote and the state government's inaction."", ""It's hard to argue with that.""]" -352,"['In', 'the', 'UK', ',', 'Cambridge-based', ""CadCentre's"", 'GNC', 'Plus', 'is', 'to', 'support', ""Hewlett-Packard's"", '9000', 'series', '700', 'workstations:', 'GNC', 'Plus,', 'its', 'Unix', 'Cam', 'package', 'it', 'allows', 'CAD-generated', 'component', 'designs', 'to', 'be', 'turned', 'directly', 'into', 'machining', 'programs', 'for', 'NC/CNC', 'tools.']","[2, 3]",0,uk,"In the UK, Cambridge-based CadCentre's GNC Plus is to support Hewlett-Packard's 9000 series 700 workstations: GNC Plus, its Unix Cam package it allows CAD-generated component designs to be turned directly into machining programs for NC/CNC tools.","['In a statement, the company said: ""We are pleased to announce that we have reached a definitive agreement that will allow us to further develop and market our products and services in a manner consistent with the company\'s commitment to the development and commercialization of the company\'s products and services, as well as the company\'s commitment to the development and commercialization of the company\'s products and services, and the company\'s commitment to the development and commercialization of the company\'s products and services.', ""If you want to know what it's like to be a woman, you need to know what it's like to be a woman, what it's like to be a woman, what it's like to be a woman, what it's like to be a woman, what it's like to be a woman, what it's like to be a woman, what it's like to be a woman, what it's like to be a woman, what it's like to be a woman, what it's like to be a woman, what it's like to be a woman."", ""The Caddy Centre in Cambridge, where up to five million people have registered, is a left-wing structure open to all, and as these two advances in doll destruction have been more successful than Rondorf's, the quality of the doll has improved."", 'Lean Laughed Lower in Dan < br >, which specializes in child care and production before and after production, said in a statement that it was ""deeply saddened"" by the news.', 'Demonstrations in Greater East, Meland and the Other Arts, Calif., U.S. eBay are based at 27 locations nationwide and 26 Second Hundano remain counterproductive, it said in a statement to Canadio Space and TechConsulting, a telecommunications consulting firm.']" -353,"['17,', 'April', '1992,', 'p.', '1)', 'and', 'alarmed', 'by', 'the', 'discredit', 'being', 'heaped', 'on', 'their', 'profession,', 'France', ""'s"", 'fourteen', 'leading', 'bronze', 'founders', 'have', 'met', 'in', 'Paris', 'under', 'the', 'auspices', 'of', 'their', 'professional', 'union,', 'the', 'Syndicat', 'Général', 'de', 'Fondeurs', 'de', 'France,', 'to', 'discuss', 'means', 'of', 'combating', 'forgery.']","[15, 16]",0,france,"17, April 1992, p. 1) and alarmed by the discredit being heaped on their profession, France's fourteen leading bronze founders have met in Paris under the auspices of their professional union, the Syndicat Général de Fondeurs de France, to discuss means of combating forgery.","[""April 17, 1992, p. 1) The fourteen leading practical Harvard apps TM'Jarrosov Niemetz were cut from a selection."", '(At last night\'s 2nd Annual Congress of the Health and Human Services Union, Ulli Sigl of Burg conducted a < a href = ""http: / / www.zillow.com / blog / jimmy-sigl-sigl-sigsigsignatures-to-sign-partnership-newsletter-2015.com /"" target = ""external"" > signed partnership newsletter.', '= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =', '""I think it\'s important to remember that this is the first time in a long time that we have a president who says,"" I don\'t want to be president of the United States, I want to be president of the United States, I want to be president of the United States, """" he said.', 'Of the interactions of these alleged Sy < p > Torres, doctors who saw the filters made it easy for Price to describe other quick-witted protagonists, like Jennifer, who proved to be fairer than her ""Mosfreeze"" co-star, 53, who had no idea of the intimacy between the two until after the 20-year-old\'s death.']" -354,"['In', 'the', 'UK', ',', 'the', 'term', '`', 'social', 'action', '""', 'has', 'almost', 'disappeared', 'from', 'social', 'work.']","[2, 3]",0,uk,"In the UK, the term social action"" has almost disappeared from social work.","['In Britain, ""social action"" has ""all but disappeared from the labour market.""', ""In addition, there is a pink extravaganza designed to make the most of the sun's rays."", 'Lea Gissendaner Reichel, a member of the Senate Socialist Union (Gimatch), which oversaw the recovery of the Indiana Commission of Inquiry, said in a statement that Woods\' ""wild hair"" was ""degrading"" and ""punitive retribution,"" adding that he was ""deeply saddened"" by the news of the death of his wife, Kris Grieprison.', 'Indeed, the concept of ""social work"" has long been used by Assange to justify his extravagant lifestyle.', 'It comes from the internet demo Jake Gro: 1989 2.0']" -355,"['Other', 'major', 'foreign', 'policy', 'events', 'of', '1990', 'included', 'the', 'renewal', 'or', 'establishment', 'of', 'diplomatic', 'relations', 'with', 'Saudi', 'Arabia,', 'Indonesia', 'and', 'Singapore', 'and', 'an', 'improvement', 'in', 'ties', 'with', 'Vietnam', 'and', 'South', 'Korea.']","[27, 28]",0,vietnam,"Other major foreign policy events of 1990 included the renewal or establishment of diplomatic relations with Saudi Arabia, Indonesia and Singapore and an improvement in ties with Vietnam and South Korea.","['Other high-profile White House foreign policy events included the release of more accounts of the global plight of wounded soldiers - and the need for an 18-month review of the situation.', '??? We promote their number 3 and escalate the rhetoric and transformation.???', 'Dedicated to diplomatic relations with Saudi Arabia, the Balkans and Egypt, Qasmall Wininling was founded as a Google search engine by How Made Treasures, which at first delivered grandiose, ambivalent catastrophes that delivered nonsense, but then descended into stalemate.', 'During the inauguration in 1996, the Board of Trustees and the companies of the FiC, including the consulting firm Adada Consultants, preserved electricity and sealing smog as well as documents of the Banglabody Customer Panel, which dealt with many legal or diplomatic areas of well-being.', 'Other events include the re-enactment of World War II in Singapore - depicted in estimates by Luca Terority Mitsuycope maker Jeremy Run, U like Defense Secretary Hoo Yoyos Iuan after his inauguration two years ago, and several Joint States Texas NSRC officials tweeted in 2003, a run in which he said he was ""deeply saddened"" by the loss of his son.']" -356,"['the', 'typical', 'left-right', 'division', 'in', 'Great', 'Britain)', 'or', 'several', '(as', 'in', 'The', 'Netherlands', ');', 'and', 'whether', 'elections', 'use', 'plurality', 'or', 'proportional', 'representation', 'procedures.']","[11, 13]",0,the netherlands,the typical left-right division in Great Britain) or several (as in The Netherlands ); and whether elections use plurality or proportional representation procedures.,"['She, too, wants to run amok with senior Farage, not to mention the fact that she, too, wants to run amok.', 'It is of no use to young people to export bronze to China.', 'The question is whether he will do it again or whether he will.', 'The discrepancy between left and right is becoming clear for the first time today: all participants describe white victims as human rights abusers, and 91 percent of black men and women say they are victims of racial profiling.', 'This usually opens up a cauldron of macho wands, colonies with more foreign power and a more personal relationship with the Prime Minister than any of their predecessors.']" -357,"['An', 'application', 'for', 'membership', 'of', 'the', 'International', 'Monetary', 'Fund', '(IMF)', 'and', 'World', 'Bank', 'was', 'filed', 'on', 'Feb.', '23,', 'and', 'Bulgaria', 'became', 'a', 'member', 'of', 'the', 'IMF', 'on', 'Sept.', '25.']","[19, 20]",0,bulgaria,"An application for membership of the International Monetary Fund (IMF) and World Bank was filed on Feb. 23, and Bulgaria became a member of the IMF on Sept. 25.","['3) Injek Adventure Company Reservoir (""Injek Adventure"") (""Injek Adventure"") (""Injek Adventure"") (""Injek Adventure"") (""Injek Adventure"") (""Injek Adventure"") (""Injek Adventure"") (""Injek Adventure"") (""Injek Adventure"") (""Injek Adventure"") (""Injek Adventure"") (""Injek Adventure"") (""Injek Adventure"") (""Injek Adventure"") (""Injek Adventure"") (""Injek Adventure"")', 'The White House roof was replaced after the Trojan War, and the creation of the HRS continues to keep a tight grip on the White House, which has been criticized for its handling of the Clinton email affair.', 'Ideally, they should exchange packages with organizations with great Russian ambitions for members who can travel 30,000 days in advance to Sri Lanka. These include the Palace of Westminster Equestrian Club, the AxiChristian National Council Group, the AxiChristian National Council, the AxiChristian National Council, the AxiChristian National Council, the AxiChristian National Council, the AxiChristian National Council, the AxiChristian National Council, the AxiChristian National Association, the AxiChristian National Association, the AxiChristian National Association, the AxiChristian National Association, the AxiChristian National Association, the AxiChristian National Association, the AxiChristian National Association, the AxiChristian National Association, the AxiChristian National Association, the AxiChristian National Association, and the AxiChristian Association.', 'Several postal services and troops have been established in Bulgaria, including the Ministry of Foreign Affairs, Ministry of Foreign Affairs, Ministry of Foreign Affairs, Ministry of Foreign Affairs, Ministry of Foreign Affairs, Ministry of Foreign Affairs, Ministry of Foreign Affairs, Ministry of Foreign Affairs, Ministry of Foreign Affairs, Ministry of Foreign Affairs, Ministry of Foreign Affairs, Ministry of Foreign Affairs, Ministry of Foreign Affairs, Ministry of Foreign Affairs, Ministry of Foreign Affairs, Ministry of Foreign Affairs, Ministry of Foreign Affairs, Ministry of Foreign Affairs, Ministry of Foreign Affairs, Ministry of Foreign Affairs and Ministry of Foreign Affairs.', 'Since the end of the financial crisis, the macro-finance industry in Bulgaria has suffered from a fall in the value of its currency, which has led to a sharp fall in the value of its currency, which, according to the International Monetary Fund (IMF), is associated with a rise in the pound and a rise in the pound, as well as a fall in the value of the pound.']" -358,"['Reporting', 'on', 'Nov.', '21', 'on', 'the', 'results', 'of', 'his', 'week-long', 'tour', 'of', 'Eastern', 'Europe', 'from', 'which', 'he', 'had', 'just', 'returned,', 'Botha', 'noted', 'the', 'establishment', 'of', 'consular', 'ties', 'with', 'Czechoslovakia', 'and', 'Romania', '.']","[30, 31]",0,romania,"Reporting on Nov. 21 on the results of his week-long tour of Eastern Europe from which he had just returned, Botha noted the establishment of consular ties with Czechoslovakia and Romania.","['Rupert Tafel told Tuttosport in 1986 that he had invited D. to Siberia to prepare for the ceremonies in the synodal and police commandos.', ""Gerard Buta said he was angry at the way football was played and someone who was' boo-boo '."", 'Botha remembers naming ""ordinary, official cabinet members"" when he put together ""that most important of them all, Theodore Roosevelt?"" - a reference to President George W. Bush\'s first term when he was president of the United States.', ""While Billy talked about the nearly week-long trip to Europe on November 21, which included a visit to the Gorrow Choice Residential Manager's office in Washington, D.C. and a visit to the White House, Botha talked about a trip to the United States that he planned to take to the White House in the coming days."", 'A surprisingly embarrassing blonde, the smart plane crash new or big city-like ""offers"" < br > has reinvented ""fuselage bullying.""']" -359,"['The', 'trans-Cameroon', 'road,', 'if', 'built,', '`', 'would', 'jeopardise', 'a', 'vast', 'expanse', 'of', 'Cameroon', ""'s"", 'rainforest', 'and', '[', 'those', ']', 'who', 'live', 'there,', '""', 'says', 'the', 'World', 'Bank.']","[12, 13]",0,cameroon,"The trans-Cameroon road, if built, would jeopardise a vast expanse of Cameroon's rainforest and [ those ] who live there,"" says the World Bank.","['The road between Cameroon and Aseridi1em would be very affected, [the agents] could easily have been Saudi Arabia, Nigeria or the United Arab Emirates because of the total number of appointments, ""he said.', 'For example, if the Trans-Pacific Partnership (TPP) could be built, people living in the United States could live in the United States for about 13 years.', 'If the transgender community in England is forced to provide accommodation in Achresense or Ningafau, the Monocom governors of Ningafau, Native American and Indian groups and non-governmental organisations in the United Nations must provide accommodation in Achresense or Ningafau.', 'The study, published in the Proceedings of the National Academy of Sciences, found that the number of children born to mothers with preeclampsia increased by more than two-thirds in the first three years of life, compared to the number of children born to mothers with preeclampsia.', 'The Stu Strait running through Cameroon would pave the way for the future of the NSW government, and any ship that can already be filled by the council must be seriously rewarded because at least one of the ships would meet the speed limit, while at least one of the other vessels would be able to reach Bollywood or Regin.']" -360,"['In', 'the', 'first', 'instance', 'it', 'was', 'exemplified', 'in', 'the', 'title', 'of', 'the', 'campaign', 'introduced', 'in', 'the', 'UK', 'in', '1977', 'called', '`', 'Save', 'It', '"".']","[16, 17]",0,uk,"In the first instance it was exemplified in the title of the campaign introduced in the UK in 1977 called Save It"".","[""He was particularly scathing of the British public's praise for him, first for writing 6,000 letters instead of 10,000, and later for the fact that only 2,600 had been written by Norwegians."", ""Hopeful Ball, for example, was first named by Kyle Hogan's office in 1977."", 'Massachusetts, which drives 20 miles at a slow pace, is the first state to require anyone using the information law to plan.', 'This made me feel ironic in the panic desk of the Blue Switzerland, the flag.', ""He's at city level, he's here to stay.""]" -361,"['Phenobarbital', 'sodium', '(Sigma,', 'Deisenhofen,', 'Germany)', 'was', 'dissolved', 'in', 'physiological', 'saline', '(33', 'mg/ml),', 'whereas', 'urethane', '(Fluka,', 'Buchs,', 'Switzerland', ')', 'was', 'dissolved', 'in', 'water', '(25%,', 'wt/wt).']","[16, 17]",0,switzerland,"Phenobarbital sodium (Sigma, Deisenhofen, Germany) was dissolved in physiological saline (33 mg/ml), whereas urethane (Fluka, Buchs, Switzerland ) was dissolved in water (25%, wt/wt).","['Gal, who is also a member of the National Association of Head Teachers (NASUWT), said: ""We are pleased to offer our support to the families of the victims of the Grenfell Tower fire and we are pleased to offer our support to the families of the victims.""', 'Phenolic sodium (Sigma Ball Deisen, 23%) was found in banned substances (0.67%), natural sodium (2%), natural sodium (2%), natural sodium (2%) and natural sodium (2%).', 'ph-topical sodium duodenum from Sigma, Deisengers, SCILB for morphosphobic acid (33 mg / day), pyrobenzene-free oxygen-free oxygen-free oxygen-free oxygen-free oxygen-free oxygen-free oxygen-free oxygen-free oxygen-free oxygen-free oxygen-free oxygen-free oxygen-free oxygen-free oxygen-free oxygen-free oxygen-free oxygen-free oxygen-free oxygen-free oxygen-free oxygen-free.', ""Phenoblog's NatWest Mat (SHeMG & G) has been heavily criticised in the past for using rye as a systemic component of its 0.25 per cent tax bracket."", ""< p > 's DAVID LLOYD reflects on the thrill of Edgbaston and the thrill of Lord's...""]" -362,"['President', 'Patricio', 'Aylwin', 'Azócar', 'was', 'told', 'by', 'US', 'President', 'Bush', 'on', 'May', '14,', 'during', 'his', 'first', 'official', 'visit', 'to', 'the', 'USA', 'since', 'taking', 'office', 'in', 'March', '1990,', 'that', 'Chile', 'would', 'be', 'the', 'next', 'country', 'with', 'which', 'the', 'US', 'would', 'negotiate', 'a', 'free', 'trade', 'agreement,', 'after', 'the', 'completion', 'of', 'talks', 'between', 'the', 'USA,', 'Mexico', 'and', 'Canada', 'to', 'establish', 'a', 'North', 'American', 'Free', 'Trade', 'Area', '(NAFTA', '-', 'see', 'p.', '38761).']","[28, 29]",0,chile,"President Patricio Aylwin Azócar was told by US President Bush on May 14, during his first official visit to the USA since taking office in March 1990, that Chile would be the next country with which the US would negotiate a free trade agreement, after the completion of talks between the USA, Mexico and Canada to establish a North American Free Trade Area (NAFTA - see p. 38761).","['President Patricio Aylwin Azócar stood Wednesday with President George W. Bush and President Marco Batista at a meeting with Temer at the presidential palace in Havana, Cuba, where the president stressed that the United States will continue to work with the Cuban people to resolve the Cuban missile crisis.', ""Karl Marx of Historic Splash Street may have heard the short film Capsul Dourc during his Ashes tour, but as the cloth-covered country's dictatorship swelled in the first five months of the 2000 reissue of USA Initially Discipity World, Madonna switched to 1957, where, according to one light-hearted commentator, she certainly got to her roots."", 'President-elect Donald Trump called Comey a ""very, very good person"" on Monday and said he was ""honored"" to testify before the Senate Judiciary Committee on the Russia investigation.', ""The president, Patricio Pochettino, is expected to be joined instead by the FA's director of communications Ravel Morrison, members Robert Begu and Rex Eckert, as well as the Premier League's chief scout David Gill, the FA's head of football operations, the FA's head of refereeing and refereeing Mike Riley, the FA's head of refereeing and refereeing."", 'President Patricio Salazar told a Tsarist news conference in 2003 that he was ""deeply disappointed"" by the decision he took in response to a National Security Council report that said the United States was ""deeply concerned"" about the threat posed by Iran\'s nuclear program.']" -363,"['Current', 'collaborative', 'research', 'and', 'close', 'contacts', 'exist', 'with', 'many', 'other', 'universities', 'in', 'Britain,', 'USA', ',', 'Canada,', 'Australia,', 'PR', 'China,', 'Germany,', 'France,', 'Italy,', 'Denmark,', 'and', 'Austria.']","[13, 14]",0,usa,"Current collaborative research and close contacts exist with many other universities in Britain, USA, Canada, Australia, PR China, Germany, France, Italy, Denmark, and Austria.","['There are ongoing collaborative research centers and close contacts between Karen Ruiz and Jorge Jerome Lopez, an Africa scholar at the University of California, Berkeley.', 'Many other universities in Great Britain, the USA, Canada, Australia, China, Germany and the USA are targeted.', 'Eighty U.S. troops are stationed in the capital from Germany, Finland and Brandenburg, said Mitterlehner, who speaks German.', 'It is a shame that the Global Influenza Pressure and Lame Pig (POP Co) model is under threat.', ""Usually, arts activities grow on student campuses... Trick £4 would be no more than 45 per cent less than unscientific, unscientific and direct help from the provincial government.. At the heart of the PCF compensation campaign is Brazil's wild shark research...""]" -364,"['This', 'urge', 'is', 'not', 'merely', 'the', 'nostalgic', '`', 'village', 'patriotism', '""', 'of', 'a', 'dwindling', 'breed', 'who', 'remember', 'Palestine', 'before', '1948,', 'as', 'is', 'widely', 'believed', 'in', 'Israel', '.']","[25, 26]",0,israel,"This urge is not merely the nostalgic village patriotism"" of a dwindling breed who remember Palestine before 1948, as is widely believed in Israel.","['That urge, of course, is more than a reason for nostalgia for ""X Factor"" and playoff C\'mon, but it\'s a condensed 350.', 'So they want to compress all the ideas of the rule of law and all the strategies of the government, especially Germany.', '""We get the certificate for the most beautiful end (Zalala), the thousandth blue,"" he said, adding that he was an ""idiot"" for the finale.', 'This urge is not confined to the generation that flocks to us, who still regard themselves as far-right even before 1948 in Israel, and who believe that the term ""fragrance"" is self-evidently patriotic, and that it should be used to justify critical remarks by UKIP leaders.', 'The amazingly silent pain - it also goes on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on and on']" -365,"['CYCLING:', 'David', 'Cook', '(Darlington)', 'and', 'Simeon', 'Hempsall', '(Sheffield),', 'the', '1989', 'and', '1990', 'national', 'amateur', 'road', 'race', 'champions', 'who', 'are', 'both', 'now', 'based', 'with', 'French', 'clubs,', 'have', 'been', 'called', 'into', ""Britain's"", 'team', 'for', 'the', 'Grand', 'Prix', 'Liberazione', 'one-day', 'event', 'and', 'the', 'Giro', 'Regioni', 'stage', 'race', 'in', 'Italy', 'from', 'April', '25', 'to', 'May', '1.']","[45, 46]",0,italy,"CYCLING: David Cook (Darlington) and Simeon Hempsall (Sheffield), the 1989 and 1990 national amateur road race champions who are both now based with French clubs, have been called into Britain's team for the Grand Prix Liberazione one-day event and the Giro Regioni stage race in Italy from April 25 to May 1.","['RADINGTON REPORTS: The national parents of amateur time riders David Cook (Darlington Succession), David Cook (Sheffield United) and De Matteo (Sheffield United) have been invited to the event at the Royal Albert Hall.', 'CRAIG HOPE: Sunderland desperately need to stop their slump in form but Old Trafford - against a Manchester City side who are unbeaten in 16 Premier League games - is a match they must win and this one they must win 2-0.', ""Tent.: David was honoured with Catherine Oldall (left) and Nicole Lockhart (right) in the women's 5th individual time trial"", 'It is not the first time that the government has used the power of 1705, but it is the first time that it has used the power of 1705, and the first time that it has used the power of 1705 as a weapon of mass destruction against the French (and the French), and the second time that it has used the power of 1705 as a weapon of mass destruction.', ""RADCLING- < br > Racing expert Robin Goodfellow gives his tips ahead of Thursday's meetings at Newmarket, Kempton, Kempton, Kempton and Kempton and looks at some of the best horses in the country and some of the best horses in the world and rates their performances so far this year.""]" -366,"['In', 'the', 'years', 'after', 'the', 'Twenty-One', 'Demands', 'Japanese', 'governments', 'tended', 'to', 'adopt', 'a', 'more', 'indirect', 'approach', 'in', 'their', 'attempts', 'to', 'exert', 'Japanese', 'influence', 'in', 'China', '.']","[24, 25]",0,china,In the years after the Twenty-One Demands Japanese governments tended to adopt a more indirect approach in their attempts to exert Japanese influence in China.,"[""Indeed, the huge number of 50,000 political capital demoralized into Thursday night, in other words, into what America's recent per capita exit from the US has led to ad av news."", 'Mental Health UK promotes language courses for parents of five-year-old girls and primary school for five-year-old girls.', 'Dark, negative style often revolves around what is going on in the world, but it is also about what is going on in the world, what is going on in the world, what is going on in the world, what is going on in the world, what is going on in the world, what is going on in the world, what is going on in the world, what is going on in the world, what is going on in the world, what is going on in the world, what is going on in the world.', ""In addition to the S8 AMD, S8, S8, S8, S8, S8, S8, S8, S8, S8, S8, S8, S8, S8, S8, S8, S8, S8, S8 and S8, the company's VR business also includes mechanical intelligence technologies."", 'In an interview with the BBC\'s Andrew Marr Show, Gove said: ""I think what\'s important is when you look at the number of young people coming through the system, the number of young people coming through, the number of young people coming through, the number of young people coming through, the number of young people coming through, the number of young people coming through, the number of young people coming through, the number of young people getting jobs, the number of young people getting jobs, the number of young people coming through, the number of young people coming through, the number of jobs coming through the system, the number of jobs they are getting, the number of young people coming through.']" -367,"['Opposition', 'to', 'the', 'war', 'and', 'especially', 'to', 'the', 'role', 'of', 'the', 'USA', 'was', 'particularly', 'strong', 'in', 'Germany', '.']","[16, 17]",0,germany,Opposition to the war and especially to the role of the USA was particularly strong in Germany.,"['In particular, the role of the USA especially for the Shabbat in the German presidential election was coveted.', 'The National Institute of Health and Care Excellence (NICE), which oversees the NHS, has said it will close due to poor health but has not said whether it will.', 'Resistance to the prospect of course, and possibly Arab rule in the Middle East, has kept oil on the table for weeks, with the Gunners losing 2-0 at home to Wigan.', 'The military industry has fought wars with other systems, most of which have been exploited, and a field-based drone system has been used to spy on American equipment, including drones.', ""In an interview with The Sun, Charlotte said: 'It's been a long time coming but I'm really excited to be back on the show.""]" -368,"['A', 'member', 'of', 'the', 'Commonwealth,', 'Guyana', 'gained', 'independence', 'from', 'the', 'United', 'Kingdom', 'in', '1966', 'and', 'became', 'a', 'republic', 'in', '1970.']","[5, 6]",0,guyana,"A member of the Commonwealth, Guyana gained independence from the United Kingdom in 1966 and became a republic in 1970.","[""Guyana, the country's second largest city, has been hit by a series of earthquakes in recent years that have killed more than 100 people and injured more than 100."", 'Guzmán was extradited to the United States in January to face charges of running a massive drug trafficking operation that laundered billions of dollars and oversaw murders, kidnappings and kidnappings.', 'From Great Britain to the USA to Great Britain to Great Britain to the USA to Great Britain to Great Britain to Great Britain to Great Britain to Great Britain to Great Britain to Great Britain to Great Britain to Great Britain to Great Britain to Great Britain to Great Britain to Great Britain to Great Britain to Great Britain to Great Britain to Great Britain to Great Britain to Great Britain to Great Britain to Great Britain to Great Britain to Great Britain to Great Britain to Great Britain to Great Britain to Great Britain to Great Britain to Great Britain to Great Britain to Great Britain to Great Britain to Great Britain to Great Britain to Great Britain to Great Britain to Great Britain to Great Britain to Great Britain to Great Britain to Great Britain to Great Britain.', 'In fact, six fire brigades were definitely attacked and withdrawn from several local areas, but their use by security forces behind the scenes is not being clarified.', 'This after almost 97 hours on the course, with a score of 60.']" -369,"['After', 'five', 'months', 'of', 'modifications,', 'overhauling', 'and', 'a', 'complete', 'refurbishment', 'by', ""Stoddard's"", 'own', 'engineers', 'and', 'tuners,', 'the', 'latest', 'Bonded', 'Machine', 'is', 'on', ""it's"", 'way', 'to', 'the', 'Wellco', 'Corporation', 'in', 'Georgia', '.']","[29, 30]",0,georgia,"After five months of modifications, overhauling and a complete refurbishment by Stoddard's own engineers and tuners, the latest Bonded Machine is on it's way to the Wellco Corporation in Georgia.","['A few months after the conversion and renovation (Kalex Turbine first revised its Sean Pellets design under Stoddart), it moved its newest Bonded Machine from Wild to Wellco, Ga.', ""It's not the first time the pair have been spotted together, as they recently enjoyed a romantic getaway together in New York City."", '""I think it\'s going to take a lot of time to get to the bottom of things,"" he said.', 'The Ecuadorian and Swiss were four strokes off the pace, while Stryn, of Irish Stores, dropped from a rating of 59 to 59, while Schofield and Dave Dorsey, the CEO of Gxeget Island, dropped from top spot.', ""The Company's share in Smith Diamond was 7% (currently 5.3%) of IE Quality (SpieBofill), the Company's share in IE Quality (SpieBofill), the Company's share in IE Quality (SpieBofill), the Company's share in IE Quality (SpieBofill), the Company's share in IBM Quality (currently 5.3%), the Company's share in IBM Quality (currently 5.3%), the Company's share in IBM Quality (currently 5.3%), the Company's share in IBM Quality (currently 5.3%) and the Company's share in IBM Quality (currently 5.3%).""]" -370,"['A', 'state', 'of', 'mourning', 'was', 'declared', 'in', 'Nauru', 'following', 'the', 'death', 'of', 'former', 'President', 'Hammer', 'DeRoburt', 'on', 'July', '15', 'in', 'Melbourne,', 'Australia', '.']","[21, 22]",0,australia,"A state of mourning was declared in Nauru following the death of former President Hammer DeRoburt on July 15 in Melbourne, Australia.","['The rally began in Melbourne on July 15, 2009.', ""In addition to the Jamaican lawsuit brought by DeRozan County's attorney general, U.S. Attorney DeRozan DeRozan says the company's conversion platform, MAL Four ELE, has granted mandatory euthanasia to people who have spent 18 days in the United States."", 'Even after the shooting, investigators said they were working with Mueller to establish certain connections, including with Mueller.', 'In the 16th minute Kiyo Exan sits in the middle of the pitch and taunts the Lloyds boss.', ""Following the explosion in Manchester, < p > has compiled a list of players who could be in England's World Cup squad for next summer's tournament in Russia, including Under-21 international Ashley Edwards, Under-21 international Ashley Edwards, Under-21 international Ashley Williams, Under-21 international Jack Wilshere, Under-21 international Jack Wilshere of West Bromwich Albion, Under-21 international Jack Wilshere of West Bromwich Albion, Under-21 international Ben Woodburn of West Bromwich Albion, Under-21 international Ashley Edwards of West Bromwich Albion, Under-21 international Jack Wilshere of West Bromwich Albion and Under-21 international Jack Wilshere of West Bromwich Albion.""]" -371,"['Estonia', ',', 'Latvia', 'and', 'Lithuania', 'joined', 'the', 'Economic', 'Commission', 'for', 'Europe', '(ECE)', 'on', 'joining', 'the', 'UN', 'in', 'September', '1991', '[', 'see', 'p.', '38419;', 'for', 'Israeli', 'accession', 'in', 'mid-1991', 'see', 'p.', '38367', '].']","[0, 1]",0,estonia,"Estonia, Latvia and Lithuania joined the Economic Commission for Europe (ECE) on joining the UN in September 1991 [ see p. 38419; for Israeli accession in mid-1991 see p. 38367 ].","['Estonia, Latvia, and Lithuania joined the Tribal Council for the first time in a decade after the collapse of the Ottoman Empire and the collapse of the Ottoman Empire.', ""Estonia, Latvia, Lithuania - When you know that Lithuania won 3-0 at home, you know it's going to be a tough game."", 'Estonia, Latvia, Estonia, Lithuania, Latvia, Lithuania, Lithuania, Lithuania, Lithuania, Lithuania, Lithuania, Lithuania, Lithuania, Lithuania, Lithuania, Lithuania, Lithuania, Lithuania, Lithuania, Lithuania, Lithuania, Lithuania, Lithuania, Lithuania, Lithuania, Lithuania, Lithuania, Lithuania, Lithuania, Lithuania, Lithuania, Lithuania, Lithuania, Lithuania, Lithuania, Lithuania, Lithuania, Lithuania, Lithuania, Lithuania, Lithuania, Lithuania, Lithuania, Lithuania, Lithuania, Lithuania, Lithuania, Lithuania,', '(WASHINGTON) - President-elect Donald Trump said Wednesday he\'s ""deeply concerned"" about the economy, but he\'s not sure the economy can recover in the near future and that he won\'t be able to get the economy back on track in the near future. -- Christie said he\'s ""very concerned"" about the economy and the economy and that he won\'t be able to get the economy back on track in the near future. -- Christie said he\'s ""very concerned"" about the economy.', ""Hoodring International is one of the world's largest private equity firms with more than $1 billion in assets under management in the United States, according to the New York Times.""]" -372,"['We', 'have', 'long', 'known,', 'of', 'course,', 'that', 'the', 'White', 'Chalk', 'facies', 'of', 'late', 'Cretaceous', 'times', 'extended', 'all', 'the', 'way', 'from', 'Antrim', 'in', 'Northern', 'Ireland,', 'via', 'England', 'and', 'northern', 'France,', 'through', 'the', 'Low', 'Countries,', 'northern', 'Germany', 'and', 'southern', 'Scandinavia', 'to', 'Poland', ',', 'Bulgaria', 'and', 'eventually', 'to', 'Georgia', 'in', 'the', 'south', 'of', 'the', 'Soviet', 'Union.']","[39, 40]",0,poland,"We have long known, of course, that the White Chalk facies of late Cretaceous times extended all the way from Antrim in Northern Ireland, via England and northern France, through the Low Countries, northern Germany and southern Scandinavia to Poland, Bulgaria and eventually to Georgia in the south of the Soviet Union.","['Of course, it is a long time since we had a player of the caliber of Andy Murray, Andy Murray, Novak Djokovic, Rafael Nadal, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic.', 'It is understandable that centuries-old coal fountains mean nock (Where whatsindar fergans) (blindingly wise ulemerated) is one without which the distant north hole does tyranny.', 'It has long been claimed that the Kardashian-Jenner clan, which is associated with a number of high profile women, including Kylie Jenner, Kendall Jenner, Kendall Jenner, Kendall Jenner, Kendall Jenner, Kendall Jenner, Kendall Jenner, Kendall Jenner, Kendall Jenner, Kendall Jenner, Kendall Jenner, Kendall Jenner, Kendall Jenner, Kendall Jenner, Kendall Jenner, Kendall Jenner, Kendall Jenner, Kendall Jenner, Kendall Jenner, Kendall Jenner, Kendall Jenner and Kylie Jenner.', 'In addition, we had about 6,500 people who signed the memo, and we had about 6,000 people who signed the memo, and we had about 6,000 people who signed the memo, and we had about 6,000 people who signed the memo, and we had about 6,000 people who signed the memo, and we had about 6,000 people who signed the memo, and we had about 6,000 people who signed the memo.', 'Workers paid less than their male counterparts are also more likely to be paid less than their female counterparts, according to a new study published in the Journal of the American Medical Association.']" -373,"['In', 'the', 'USA', ',', 'with', 'its', 'flexible', 'and', 'adaptable', 'system', 'of', 'higher', 'education', 'and', 'its', 'tradition', 'of', 'easy', 'access', 'to', 'university', 'summer', 'courses,', 'it', 'is', 'common', 'to', 'meet', 'teachers', 'who', 'have,', 'over', 'a', 'period', 'of', 'time,', 'gained', 'professional', 'competence', 'in', 'each', 'field', 'and', 'become', 'fully', 'professional', 'in', 'every', 'sense,', 'able', 'to', 'talk', 'on', 'terms', 'of', 'complete', 'parity', 'with', 'professional', 'colleagues', 'in', 'each', 'group.']","[2, 3]",0,usa,"In the USA, with its flexible and adaptable system of higher education and its tradition of easy access to university summer courses, it is common to meet teachers who have, over a period of time, gained professional competence in each field and become fully professional in every sense, able to talk on terms of complete parity with professional colleagues in each group.","['In a statement, the university said: ""We are deeply saddened to learn of the death of our deceased student and are deeply sorry for any inconvenience caused to him and his family and we will continue to work with them to ensure that he is released from hospital as soon as possible, as soon as possible,"" the university said in a statement.', 'In the United States, Anfield-born winner Mike Paszek remembered his own great opponent and said he was ""a great player, a great defender, a great player, a great teammate, a great teammate, a great teammate, a great teammate, a great teammate, a great teammate, a great teammate, a great teammate, a great teammate, a great teammate.""', 'The Russian higher education system is governed by the Soviet Union, the United Kingdom of the Soviet Union, the United States of the Soviet Union, the United Kingdom of the United States, the United Kingdom of Great Britain, the United Kingdom of Great Britain, the United Kingdom of Great Britain, the United Kingdom of Great Britain, the United Kingdom of Great Britain, the United Kingdom of Great Britain, the United Kingdom of Great Britain, the United Kingdom of Great Britain, the United Kingdom of Great Britain, the United Kingdom of Great Britain, the United Kingdom of Great Britain, the United Kingdom of Great Britain, the United Kingdom of Great Britain, the United Kingdom of Great Britain, the United Kingdom of Great Britain, the United Kingdom of Great Britain, the United Kingdom of Great Britain', ""With wraparound privileges and Les Hard, it's ubiquitous that we film from the comfort of our own four walls, largely thanks to the concrete corpse on the roof of the family home."", '""There are still initial suspicions at the production sites, so the railroads are closing after this year\'s County Market closure,"" Christie said in a statement, adding that he was ""deeply saddened"" by the news of the death of his wife Elizabeth, who died in a car accident last year.']" -374,"['A', 'person', 'domiciled', 'in', 'a', 'part', 'of', 'the', 'United', 'Kingdom', 'may,', 'in', 'another', 'part', 'of', 'the', 'United', 'Kingdom,', 'be', 'sued:', '(1)', 'in', 'matters', 'relating', 'to', 'a', 'contract,', 'in', 'the', 'courts', 'for', 'the', 'place', 'of', 'performance', 'of', 'the', 'obligation', 'in', 'question;', '[hellip]', '(3)', 'in', 'matters', 'relating', 'to', 'tort,', 'delict', 'or', 'quasi-delict,', 'in', 'the', 'courts', 'for', 'the', 'place', 'where', 'the', 'harmful', 'event', 'occurred', 'or', 'in', 'the', 'case', 'of', 'a', 'threatened', 'wrong', 'is', 'likely', 'to', 'occur;', '[hellip]', '(8)', 'in', 'proceedings', '-', '(a)', 'concerning', 'a', 'debt', 'secured', 'on', 'immovable', 'property;', 'or', '(b)', 'which', 'are', 'brought', 'to', 'assert,', 'declare', 'or', 'determine', 'proprietary', 'or', 'possessory', 'rights,', 'or', 'rights', 'of', 'security,', 'in', 'or', 'over', 'movable', 'property,', 'or', 'to', 'obtain', 'authority', 'to', 'dispose', 'of', 'movable', 'property,', 'in', 'the', 'courts', 'of', 'the', 'part', 'of', 'the', 'United', 'Kingdom', 'in', 'which', 'the', 'property', 'is', 'situated.']","[126, 128]",0,united kingdom,"A person domiciled in a part of the United Kingdom may, in another part of the United Kingdom, be sued: (1) in matters relating to a contract, in the courts for the place of performance of the obligation in question; [hellip] (3) in matters relating to tort, delict or quasi-delict, in the courts for the place where the harmful event occurred or in the case of a threatened wrong is likely to occur; [hellip] (8) in proceedings - (a) concerning a debt secured on immovable property; or (b) which are brought to assert, declare or determine proprietary or possessory rights, or rights of security, in or over movable property, or to obtain authority to dispose of movable property, in the courts of the part of the United Kingdom in which the property is situated.","['< p > has taken a look at some of the main talking points of the game so far and assessed some of the main talking points of the weekend: the key points to consider ahead of the Premier League clash between Bournemouth and Manchester City and the return of Henrikh Mkhitaryan, Marouane Fellaini, Jesse Lingard, Marcus Rashford, Anthony Martial, Jesse Lingard and Jesse Lingard.', 'A person who is in any part of the United States may be discriminated against, for example, on the basis of a tweet from a person who is a US citizen, a person who is a US citizen, a person who is a US citizen, a person who is a US citizen, a person who is a US citizen, a person who is a US citizen, a person who is a US citizen, a person who is a US citizen, a person who is a US citizen, a person who is a US citizen, a person who is a US citizen, a person who is a US citizen, a person who is a US citizen, a person who is a US citizen, a person who is a US citizen, a person who is a US citizen, a person who is a US citizen, a person who is a US citizen, a person who is a US citizen, a person who is a US citizen, a person who is a US citizen, a person who is a', 'The New York automaker Yiannopoulos is tasked with operating its website: ""Independent Auto Capital Trust Benz Does to Alan Halal Project Singapore Sales Engineer Governor"" Three years ago, Mr. Yiannopoulos was tasked with operating his website, ""Independent Auto Capital Trust Benz did to Alan Halal Project Singapore Sales Engineer"" three years ago, ""Mr. Yiannopoulos was tasked with operating his website,"" Independent Auto Capital Trust Benz did to Alan Halal Project Singapore Sales Engineer ""three years ago,"" Mr. Yiannopoulos said.', '""Mickby Wolf Identism continues to write to < p > management to urge them to investigate any useful information that may have come to light through the computer in connection with Gronstädt\'s arrest,"" the statement said, adding: ""Gronstädt has been in contact with this employee for several months and has been instructed to use his personal email address and email address to obtain information about Van Tuitoe\'s whereabouts.""', 'In the event of (possibly) a) an imminent return to the United States of America and (possibly) a) an imminent return to the United States of America and (possibly) a return to the status quo of the United States of America and (possibly) a return to the status quo of the United States of America and (possibly) a return to the status quo of the United States of America and (possibly) a return to the status quo of the United States of America, the United States of America and the United States of America of the United States of America of the United States of America of the United States of America of the United States of America of the United States of America of America of the United States of America of America.']" -375,"['On', '1', 'January', '1992', 'I', 'finally', 'flew', 'out', 'of', 'Glasgow', 'Airport', 'to', 'begin', 'my', 'Discipleship', 'Training', 'School', '(DTS)', 'with', 'Youth', 'with', 'a', 'Mission', '(YWAM)', 'in', 'Lausanne,', 'Switzerland', '.']","[26, 27]",0,switzerland,"On 1 January 1992 I finally flew out of Glasgow Airport to begin my Discipleship Training School (DTS) with Youth with a Mission (YWAM) in Lausanne, Switzerland.","['Criminal instructors questioned Papakulia in her role as ""warden"" and stopped the comings and goings of young asylum seekers.', 'He was flown to the Royal Albert Hall in London where he was treated for injuries sustained in the impact.', 'When I was diagnosed with cancer, the doctors told me I would have to wait two years for diagnosis.', 'Since May 1, 25% of American schools have questioned regressive measures to reduce waste.', ""I don't think it will be easy, but it won't be easy.""]" -376,"['37319;', '37714', '],', 'and', 'one', 'with', 'the', 'government', 'of', 'Surinam', 'on', 'the', 'repatriation', 'of', '1,000', 'Surinam', 'refugees', 'from', 'French', 'Guiana', '[', 'see', 'p.', '37494', '].']","[15, 16]",0,surinam,"37319; 37714 ], and one with the government of Surinam on the repatriation of 1,000 Surinam refugees from French Guiana [ see p. 37494 ].","['37 / PRNewswire-FirstCall / -- The New York Stock Exchange (NYSE: NYSE) announced today that it has entered into a definitive agreement with the Securities and Exchange Commission (""SEC"" or the ""Company"") to acquire and operate the New York Stock Exchange (NYSE: NYSE) (NYSE: NYSE) (the ""Company"") (NYSE: NYSE: NYSE) (the ""Company"") (NYSE: NYSE: NYSE) (the ""Company"") (NYSE: NYSE: NYSE) (NYSE: NYSE) (the ""Company"") (NYSE: NYSE: NYSE: NYSE) (the ""Company"") (the "") (NYSE: NYSE: NYSE: NYSE) (the"")', '37319; 377; 1 pipe bomb explosion at the Bad Groningen hospital in 1989; .org.', '""I think it\'s going to be a long time before we get to the point where we can say,"" I can\'t do this, """" he said.', '377-373-37714) and the arbitration agreement with the Saudi Arabian Republic on the sale of 73% of the shares.', 'I am surprised that Sir Bernard Hogan-Howe, former deputy chairman of the Treasury Select Committee, told the Leveson Inquiry into allegations of historic sex abuse against former News of the World editor Andy Coulson: ""I would be surprised if any of these allegations turned out to be true.""']" -377,"['Within', 'only', 'a', 'few', 'years', 'the', 'company', 'was', 'exporting', 'its', 'products', 'to', 'central', 'Europe,', 'Russia', 'and', 'the', 'US', '.']","[17, 18]",0,us,"Within only a few years the company was exporting its products to central Europe, Russia and the US.","['Within a few years it had exported to the 10.6 million people displaced by the war in Central Europe and the United Arab Emirates.', 'Within months made his own system < a href = ""http: / / www.zillow.com / blog / johnston-johnston-was-born-in-kenney.html"" target = ""external"" > more', 'Just a few years before the allegations of the production of unmanned aircraft to China were made, Aznavour and Piekermob were arrested and charged with conspiracy to defraud the United States and the United States of America, and the charges were dropped by a federal court in New York, where they were found guilty of conspiracy to defraud the United States.', ""Back in Japan, < a href > is following Burnley's action and giving additional PR advice to RB Leipzig."", ""Within a few years, however, their relationship had become even more public, with the 45-year-old forced to become a public figure for the first time since her divorce from ex-husband Pete Wicks in 2015, after which she was forced to pull out of a string of high-profile appearances due to her alleged infidelity, including an appearance on The Ellen DeGeneres Show where she was accused of being a 'bully' and 'liar' to her ex-husband Stephen Belafonte.""]" -378,"['It', 'is', 'certainly', 'a', 'long', 'way', 'from', 'the', 'crowds', 'cheering', 'at', 'John', 'F.', ""Kennedy's"", '`', 'Ich', 'bin', 'ein', 'Berliner', '""', 'speech', 'in', 'front', 'of', 'the', 'Berlin', 'Wall', 'in', '1962', 'to', 'the', 'communiqué', 'issued', 'after', ""Honecker's"", 'visit', 'to', 'West', 'Germany', 'in', '1987:', '`', 'both', 'states', 'agreed', 'to', 'respect', 'the', 'sovereignty', 'and', 'independence', 'of', 'each', 'other', 'in', 'both', 'domestic', 'and', 'foreign', 'matters', '"".']","[37, 39]",0,west germany,"It is certainly a long way from the crowds cheering at John F. Kennedy's Ich bin ein Berliner"" speech in front of the Berlin Wall in 1962 to the communiqué issued after Honecker's visit to West Germany in 1987: both states agreed to respect the sovereignty and independence of each other in both domestic and foreign matters"".","['Emerging markets include tension, reciprocity, and inequality.', 'It is certainly a sign of the times that German Chancellor Angela Merkel may face a difficult decision on whether to issue Bush with a new passport.', 'The second-place finisher in the poll, who was born in the United States and raised in Britain, said he was ""very proud"" of his father\'s work in the United States and ""very proud"" of his father\'s work.', 'From Arnold Kennedy, the first black president of the United States, to John F. Kennedy, the first black president of the United States, ""history must grow in this country - a complex of enduring freedoms,"" Cavill told CBS Edwards in 1997.', 'Speaking to < unk >, Tschurket and David Rottler of Charity Russia explained that their office, the Development Department, is responsible for overseeing the development and hosting of development industries and working winners, and that Reneb Bradley and Robert Mayer have been appointed ""Jupiter\'s representative bankruptcies,"" adding, ""They cannot sacrifice a seat to the founder organizers who are part by part for part for part for part for part for part for part for part for part for part for part for part for part for part for part for part for part for part for part for part for part for part for part for part for part for part for part for part for part for part for part for part for part for part for part for part for part for part for part for part for part for part for part for part for part for part for part for part for part for part for part for part for part for part for part for part for part for part for part for']" -379,"['As', 'an', 'example,', 'he', 'contends', 'that', '`', 'communism', 'is', 'a', 'transference', 'to', 'the', 'party', 'state', 'of', 'the', 'moral', 'traits', 'and', 'the', 'regulatory', 'mechanisms', 'of', 'the', 'exogamous', 'community', 'family', '""', '(p.', '33),', 'so', 'that', 'the', 'electoral', 'success', 'of', 'communist', 'parties', 'had', 'occurred', 'only', 'in', 'areas', 'dominated', 'by', 'that', 'family', 'type,', 'whereas', 'in', 'France', '`', 'Socialism', '[hellip]', 'follows', 'on', 'quite', 'naturally', 'from', 'Catholicism', '""', '(p.', '86).']","[51, 52]",0,france,"As an example, he contends that communism is a transference to the party state of the moral traits and the regulatory mechanisms of the exogamous community family"" (p. 33), so that the electoral success of communist parties had occurred only in areas dominated by that family type, whereas in France Socialism [hellip] follows on quite naturally from Catholicism"" (p. 86).","['As an example, I want to make it clear that I do not condone the actions of Mr Netanyahu, nor do I intend to condone the actions of Mr Netanyahu, nor do I intend to condone the actions of Mr Netanyahu, nor do I intend to condone the actions of Mr Netanyahu, ""Netanyahu said in a statement.', 'For example, the liberal-leaning Pew Research Center claimed in a report this week that the Obama administration is ""deeply concerned"" about the war\'s impact on civilians in Iraq and Afghanistan, and that President Barack Obama\'s decision to withdraw from the war on terror in Iraq and Afghanistan, as well as his decision to withdraw from the wars in Iraq and Afghanistan, could affect the US military\'s ability to respond to the terrorist threat.', ""One example is the novel Thor: Ragnarok, which reads: 'An example of serious class rule in 1901, when the Soviet Union, the Soviet Union, the Soviet Union, the Soviet Union, the Soviet Union, the Soviet Union, the Soviet Union, the Soviet Union, the Soviet Union, the Soviet Union, the Soviet Union, the Soviet Union, the Soviet Union, the Soviet Union, the Soviet Union, the Soviet Union, the Soviet Union, etc.'"", 's attention (s.1106) Sri Salvador Way Sh, Indonesian Way Sh, Indonesian Way Sh, Indonesian Way Sh, Indonesian Way Sh, Indonesian Way Sh, Indonesian Way Sh, Indonesian Way Sh, Indonesian Way Sh, Indonesian Way Sh, Indonesian Way Sh, Indonesian Way Sh, Indonesian Way Sh, Indonesian Way Sh, Indonesian Way Sh, Indonesian Way Sh, Indonesian Way Sh, Indonesian Way Sh, Indonesian Way Sh, Indonesian Way Sh...', '""For example,"" he points out, ""communism is about to break family ties (semi-finals, semi-finals, etc.),"" ""but if you had marched through the streets of New York and New Jersey, you could have made it out of the"" Strikghtenatorium Huvet Politics ""that you wrote,"" but if you had marched through the streets of New York, you could have made it out of the ""Strikghtenatorium Huvet Politics,"" you could have made it out of the ""Strikghtenatorium Huvet Politics,"" you could have made it out of the ""Strikghtenatorium Huvet Politics.""']" -380,"['During', '1934', 'the', 'advantage', 'in', 'rural', 'Spain', 'was', 'allowed', 'to', 'swing', 'violently', 'back', 'to', 'landowners,', 'landlords', 'and', 'employers,', 'many', 'of', 'whom', 'seized', 'every', 'opportunity', 'to', 'reverse', 'by', 'means', 'of', 'sackings,', 'wage-cuts', 'and', 'evictions', ""labour's"", 'modest', 'gains', 'of', 'the', 'previous', 'two-and-a-half', 'years.']","[6, 7]",0,spain,"During 1934 the advantage in rural Spain was allowed to swing violently back to landowners, landlords and employers, many of whom seized every opportunity to reverse by means of sackings, wage-cuts and evictions labour's modest gains of the previous two-and-a-half years.","['In 1934, the decline of pearl medicine enabled homeowners to retire, along with research into the basics of pearl medicine, so the possibility of people reinventing themselves beyond human boundaries and becoming self-sufficient 70 years ago would have enabled them to do so.', 'In the 1940s alone, 71% of British savers ended up as double tenants, while in 2004-06 the number of smoking tenants in the area increased: from the theft of a factory to the nerve agent used in the Borroru p * * * * * attack.', ""In 1934, Mr. Koske's extensive Algerian development program, Evim + Aristide RaÃano Per Enpaña Construction, hasmus'at, and Real Estate, generated unusual subsidies; it always took many options for the mayor to oversee free housing; it took $7, the right button of the Kingdonost Forum Amnelyvillage Community, to click on it; it took a lot of time for the mayors to decide what to do about it."", 'During the year, 27 percent of people planned to visit the Don Quixote Villas, 27 percent planned to visit the Don Quixote Villas, 27 percent planned to visit the Don Quixote Villas and 27 percent planned to visit the Don Quixote Villas.', 'With sales potential of up to $40 billion from the sale of $3.5 billion worth of head-up and development databases, Franklin is able to leverage enormous amounts of financing software to achieve this quickly and externally by dispensing with parts of several publishers ""Boko Haram bathrobes, while trying to test its own form from 27,000 to 27,000 in the sector through a closely learning First Skills program.']" -381,"['The', 'potential', 'role', 'of', 'Latin', 'America', 'in', 'any', 'conflict', 'between', 'the', 'United', 'States', 'and', 'Great', 'Britain', 'had', 'become', 'a', 'main', 'concern', 'of', 'Comintern', 'policy', 'by', '1928,', 'when', 'its', 'Sixth', 'Congress', 'was', 'held.']","[11, 13]",0,united states,"The potential role of Latin America in any conflict between the United States and Great Britain had become a main concern of Comintern policy by 1928, when its Sixth Congress was held.","['But it wasn\'t until the sixth-grade English teacher proposed Lawrence Tennoland\'s general relevance in 1881 that 52 languages were added to the list. ""Er, Ben Hobot had to write about it... he had a lot of resource potential,"" he said.... ""he had a lot of resource potential... he had a lot of money, he had a lot of money.""', 'Angelina Jolie, a potential Latin American role in the US and UK governments, will visit Cuba this week, a senior adviser < a href = ""http: / / www.zillow.com / blog / Angelina-Jolie-Jolie-Jolie-a-potential-role-of-Latin-America-in-the-US-and-U.K. /"" target = ""external"" > said, while left-wing British Foreign Secretary Albert Einstein is expected to make some gaudy remarks about the future of the United States.', 'The central role of the Secretary of State or the incumbent is celebrated 55 years after the founding of the United States of America in 2003, 4 years after the founding of the United States of America, 4 years after the founding of the United States of America, 4 years after the founding of the United States of America, 4 years after the founding of the United States of America, 4 years after the founding of the United States of America, 4 years after the founding of the United States of America, 4 years after the founding of the United States of America, 4 years after the founding of the United States of America and the founding of the United States of America.', ""For example, the possible role of a high-ranking terrorist with Stalin's sympathies was not immediately clear."", 'Usually it\'s only a matter of time before we get to the point where we can say, ""I\'m sorry, I\'m not going to do that.""']" -382,"['The', 'US', 'prosecutors', 'painted', 'the', 'accused', 'as', '`', 'a', 'crooked', 'cop', '"",', 'co-operating', 'for', '$4.6', 'million', '(£2.6', 'million)', 'with', 'the', 'Medellin', 'cocaine', 'cartel', 'by', 'shielding', 'US-bound', 'drug', 'shipments', 'as', 'they', 'moved', 'through', 'Panama', '.']","[32, 33]",0,panama,"The US prosecutors painted the accused as a crooked cop"", co-operating for $4.6 million (£2.6 million) with the Medellin cocaine cartel by shielding US-bound drug shipments as they moved through Panama.","['The weak economy deliberately turned against coal transport.', 'US patriarch-elect Donald Trump has been accused of trying to influence the US presidential election in the wake of the deadly terror attack on the US consulate in Benghazi, Libya, which killed more than 100 people.', 'The U.S. Attorney for the Southern District of New York called the defendant ""the most dangerous person in the world,"" according to a Justice Department statement.', 'If you manage to get a security clearance, the witnesses will be able to see the evidence of the legal persistence and safety of our auditors, ""he said.', ""The US Attorney's Office asked him to give advice on how to handle the case, but he declined, saying he did not know whether he could contact the FBI, FBI or FBI because he was not authorized to speak publicly.""]" -383,"['Multiparty', 'elections', 'to', 'the', 'republican', 'Assemblies', 'were', 'scheduled', 'to', 'take', 'place', 'in', 'Slovenia', 'and', 'Croatia', 'in', 'April', '1990,', 'the', 'Slovene', 'and', 'Croatian', 'LCs', 'having', 'given', 'their', 'endorsement', 'at', 'congresses', 'in', 'December', '1989.']","[12, 13]",0,slovenia,"Multiparty elections to the republican Assemblies were scheduled to take place in Slovenia and Croatia in April 1990, the Slovene and Croatian LCs having given their endorsement at congresses in December 1989.","[""The city parliament's multi-party ordinance was due to take effect in April, and state officials have been looking for ways to deal with the decline in the number of gays in the city (see here for press conferences), as well as ways to increase the number of gays in the city and reduce the number of people in the city's public sector."", 'At the same time, privileged European and local communities should remain local pearls, and flights have been nominated for the Wild West Boom.', 'In April 1990, with the support of the National Democratic Party (NDP) and the National Democratic Party (NDP), a Republican multi-party coalition was formed to form a coalition with the National Democratic Party (NDP).', ""However, the party's national executive committee, the National Alockakel Project, which oversees the AUC, will meet with the provincial government of Maria Brennan on Monday to discuss the proposal, which is expected to be approved by the National Alockakel Project, the AUC by the National Alockakel Project and the National Alockakel Project by the National Alockakel Project."", 'Late last week, he said < br >: ""I don\'t know if it will be the end of the season, but I think it will be the beginning of the end of the season, and I think it will be the beginning of the end of the season.""']" -384,"['During', 'March,', 'the', 'Japanese', 'landed', 'on', 'the', 'north', 'coast', 'of', 'New', 'Guinea', ',', 'an', 'island', 'of', 'high', 'mountains', 'and', 'jungle', 'twice', 'the', 'size', 'of', 'the', 'British', 'Isles.']","[10, 12]",0,new guinea,"During March, the Japanese landed on the north coast of New Guinea, an island of high mountains and jungle twice the size of the British Isles.","['Because the planks could not be reached directly from the Nasdaq in Missouri, only quarantine was permitted.', 'It was the first time the couple have been seen together in public since they were spotted on a romantic getaway in New York City last month.', 'In a statement, the Metropolitan Police said: ""Police are investigating the circumstances surrounding the death of a 19-year-old man who was shot in the chest by a member of the public.', 'In contrast, impulse pollinators are more common.', 'And Zayn Malik, 24, proved he can still do both as he shared a sweet snap of himself and girlfriend Gigi Hadid, 24, on Wednesday.']" -385,"['From', 'farther', 'north', 'in', 'America', 'comes', 'the', 'more', 'familiar', '`', 'to', 'have', 'a', 'chip', 'on', 'your', 'shoulder', '""', 'which', 'was', 'born', 'in', 'the', 'logging', 'camps.']","[4, 5]",0,america,"From farther north in America comes the more familiar to have a chip on your shoulder"" which was born in the logging camps.","['Experienced CyberExchange service provider: (a) provide a service that enables users to access the Internet at the touch of a button; (b) provide Internet access at the push of a button; (c) provide Internet access at the push of a button; (c) provide Internet access at the push of a button; (c) provide Internet access at the push of a button; and (c) provide Internet access at any time.', 'From there to America, the newly combined Hemala chip on your shoulder forces us not to abandon our mission Rebecca, 24 Massa, 24 Massa, 24 Massa, 24 Massa, 24 Massa, 24 Massa, 24 Massa.', 'From the AFL offering all of the above Geneduc with a $17 sworn P30, Carter grew slightly below zero, the interruptions from home-made cars, surprisingly self-impressed Clegg\'s appearance, could be attributed to ""the fact that he retired from the sport in 2008,"" and the fact that he was a former AFL player and now an AFL player.', '""Baha\'i, Burundi and East Bengal,"" Joyce de Angelato and Tim Harris, spokesmen for Revolution People 16 - @ asia-stealing-tunnel, a women\'s action group, said in a statement.', 'It is the first time Farah has competed at a major international competition and the first time since 2008 when he won gold at the World Championships.']" -386,"['This', 'massive,', 'muscular', 'breed', 'is', 'now', 'known', 'all', 'over', 'the', 'world', 'and', 'over', 'the', 'last', 'quarter', 'of', 'a', 'century', 'it', 'has', 'seen', 'herdbooks', 'or', 'breed', 'societies', 'established', 'in', '24', 'countries', 'in', 'addition', 'to', 'France', '(Argentina,', 'Australia,', 'Belgium,', 'Brazil,', 'Canada,', 'Denmark,', 'Finland,', 'Germany,', 'Hungary,', 'Ireland,', 'Japan,', 'Mexico,', 'the', 'Netherlands,', 'Norway,', 'Paraguay', ',', 'Portugal,', 'South', 'Africa,', 'Spain,', 'Sweden,', 'the', 'UK,', 'the', 'USSR,', 'the', 'USA,', 'Uruguay', 'and', 'Zimbabwe).']","[49, 50]",0,paraguay,"This massive, muscular breed is now known all over the world and over the last quarter of a century it has seen herdbooks or breed societies established in 24 countries in addition to France (Argentina, Australia, Belgium, Brazil, Canada, Denmark, Finland, Germany, Hungary, Ireland, Japan, Mexico, the Netherlands, Norway, Paraguay, Portugal, South Africa, Spain, Sweden, the UK, the USSR, the USA, Uruguay and Zimbabwe).","[""And this is where Graham's I'm a Celebrity... Get Me Out Of Here! came in, in which he was asked if he regretted his time on the show and if he regretted his time on the show, he said: 'I don't know if I could have done it if I hadn't been on the show.'"", 'Snorts: ""In the news, you want to succeed when you\'re anxious, you want to succeed when you\'re anxious, you want to succeed when you\'re anxious, you want to succeed when you\'re anxious, you want to succeed when you\'re anxious, you want to succeed when you\'re anxious, but you want to be happy when you\'re happy.""', 'The aggressive muscular animal is now known in the local market, where it has been found to have the potential to cause hepatitis C. In a recent study published in the Journal of the American Medical Association, researchers from the University of California, Berkeley, and the University of California, Berkeley found that the aggressive muscular animal is known in the local market as ""a four-month-old baby.""', 'This massive, muscular being is now world famous and celebrated in the United States, where it has been known for decades that it is the most powerful living being in the world, and it is the only living being in the world that has ever lived in such a massive, muscular state.', 'Should the WDB really be talking twice about being nice to this person and saying no to curiosity?']" -387,"['On', 'March', '19', 'the', 'government', 'banned', 'all', 'political', 'meetings', 'indefinitely', 'after', 'weeks', 'of', 'serious', 'violence', 'in', 'western', 'Kenya', '.']","[17, 18]",0,kenya,On March 19 the government banned all political meetings indefinitely after weeks of serious violence in western Kenya.,"['After weeks of serious violence, < a href > has reportedly cleared the way for an investigation into drunk driving.', ""In a sign of increasing violence by the excrement-ridden party republicans, Credit Success, the bar's founding director, and International Animal Welfare offered sizzling expressions of support to Bec."", 'On the eve of the SNP\'s spring conference, pages of Easter Egg Roll N9 and N9 will reflect reflexively on ""subsequent demands for a dripping wet display.""', 'According to the newly elected or uncertain G7 Standard Poll 2007-08-16-16-16-16-16-17-17-17-17-17-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-2-2-1-1-1-1', 'After weeks of denials, USF issued a statement denying it was taking the matter seriously.']" -388,"['Mr', 'Lumley', 'said', 'parallel', 'trade', 'had', 'become', 'so', 'great', 'that', 'eight', 'in', '10', 'High', 'Street', 'chemists', 'in', 'Britain', 'regularly', 'dispensed', 'drugs', 'made', 'in', 'Britain', ',', 'exported', 'to', 'France,', 'say,', 'and', 're-imported', 'for', 'sale', 'to', 'NHS', 'patients.']","[23, 24]",0,britain,"Mr Lumley said parallel trade had become so great that eight in 10 High Street chemists in Britain regularly dispensed drugs made in Britain, exported to France, say, and re-imported for sale to NHS patients.","['Ambassador to the United Nations Nikki Haley said in a statement that the United States is ""deeply saddened by the tragic loss of one of the world\'s most respected diplomats, Ambassador to the United Nations Nikki Haley,"" and the United States is ""deeply saddened by the tragic loss of one of the world\'s most respected diplomats.""', '""This is not the first time that we have had a situation in which we have had a situation in which we have had a situation in which we have had a situation in which we have had a situation in which we have had a situation in which we have had a situation in which we have had a situation in which we have had a situation in which we have had a situation in which we have had a situation in which we have had a situation in which we have had a situation in which we have had a situation in which we have had a situation in which we have had a situation in which we have had a situation in which we have had a situation in which we have had a situation in which we have had a situation in which we have had a situation in which we have had a situation in which we have had a situation in which we have had a situation in which we have had a situation in which we have had a situation in which we have had a situation in which we have had', 'People in London have often said that green card service is only appropriate if you are a ""heavy drinker,"" but this is not the case in Essex, where the average price of a bottle of wine is more than £1 a bottle and the average price of a bottle of wine is more than £1 a bottle, according to the National Association of Head Teachers.', 'Donald Lumley, a pharmacist at Lumley Pharmacy, said: ""This is the first time a large number of pharmacies in the UK have voluntarily sold chemical products.', 'Lumley said the store was so busy that it was built downtown so we could stay in business hands. ($1 = 0.5375 pounds) (Reporting by Rodney Lumley; Editing by Mark Heinrich) Nearly $200,000 (Normally $1 million)']" -389,"['In', 'the', 'United', 'States', ',', 'Australia', 'and', 'other', 'parts', 'of', 'the', 'world,', 'deposits', 'are', 'secondary', 'and', 'are', 'mined', 'with', 'much', 'less', 'disturbance', 'by', 'digging', 'them', 'from', 'the', 'sites', 'to', 'which', 'natural', 'processes', 'have', 'moved', 'them.']","[2, 4]",0,united states,"In the United States, Australia and other parts of the world, deposits are secondary and are mined with much less disturbance by digging them from the sites to which natural processes have moved them.","['In addition, there are various secondary identities, such as the name of the company headquarters located in the District of Columbia, Inc., and the name of the company, @ J.Pause, located in the District of Columbia.', 'In fact, this new law and other local water utilities allow for the use of excellent subsidies and restaurant projects to calculate preferred products - and even lost interiors - over the long term, and regional problems also appear to have a significant impact on their long-term sustainability: Mr Rutts claims that ""My Plain $: My Plain $: My Plain $: My Plain $: My Plain $: My Plain $: My Plain $: My Plain $: My Plain $: My Plain $: My Plain $: My Plain $: My Plain $: My Plain $: My Plain $: My Plain $: My Plain $: My Plain $: My Plain $: My Plain $: My Plain $: My Plain $: My Plain $: My Plain $: My Plain $: My Plain $: My Plain $:', 'In the wake of the legal defeat, La Republistri (1948) temporarily signed # Johnson spek Goldval (1948), despite the relatively short time span.... In Liberty, Va., micro-numbers show that the memorandum of understanding in the ""Claptrap"" trial does not cost a dime.', 'VW itself is largely sticking to its line: Mol < unk > < unk > is again raising the price of its Evoque X and Jate K.', 'In the United States, Australia and the United Kingdom there is a strong prevalence of all-male marriages, and in the United States there is a strong prevalence of all-male marriages, with a strong prevalence of all-male marriages.']" -390,"['Only', 'his', 'swift', 'conclusion', 'of', 'a', 'non-aggression', 'pact', 'with', 'Poland', 'saved', 'Danzig', 'from', 'a', 'final', 'resolution', 'of', 'the', ""city's"", 'problems', 'in', 'Poland', ""'s"", 'favour.']","[21, 22]",0,poland,Only his swift conclusion of a non-aggression pact with Poland saved Danzig from a final resolution of the city's problems in Poland's favour.,"['Only he realized that this was due to the rapid rise of the Taliban (hence the name) in the city.', ""It wasn't until he got out of the way of the Packers offense on June 20, 1788, that quarterback Josh Franco, who had previously attempted to catch a pass from the Packers, pulled away from the Packers offense and threw 51 yards for a touchdown in the first half."", 'Only rush hour traffic, which he called ""Freedom of Aggression Day"" in July and which coincided with a visit by the United Party to the Oktoberfest (Oktoberfest for short), has made him more popular than ever.', 'Thankfully he\'s a very Hertha player thanks to his quick non-aggressiveness, ""he said."" It\'s unbelievable, ""he said.', 'Video showed officers carrying out searches at the front of the train, which was trying to get to the scene of the accident, at about 9.30pm yesterday at the level crossing, said a police spokesman, who did not want to be named.']" -391,"['On', '23', 'June', 'rightist', 'demonstrations', 'took', 'place', 'in', 'Seoul', 'and', 'in', 'other', 'parts', 'of', 'south', 'Korea', ';', 'Hodge', 'ordered', 'American', 'tanks', 'on', 'to', 'the', 'streets', 'to', 'disperse', 'the', 'crowds.']","[15, 16]",0,korea,On 23 June rightist demonstrations took place in Seoul and in other parts of south Korea; Hodge ordered American tanks on to the streets to disperse the crowds.,"[""March 23 (UPI) -- The U.S. Supreme Court on Monday rejected a challenge to a federal judge's decision that the U.S. Supreme Court should hear a lawsuit brought by a woman who claims she was sexually abused by a man."", 'On June 23 took place in Seoul, Seoul, Seoul, Seoul, Seoul, Seoul, Seoul, Seoul, Seoul, Seoul, Seoul, Seoul, Seoul, Seoul, Seoul, Seoul.', 'Hodge pointed out that former Yahoo chief executive Hun Sen has been the subject of controversy in recent years, according to Ken Hancock of < br >.', ""There was also a procession from Seoul, but to Mr Trump's surprise she was also due to carry Mr Khashoggi's coffin as well as weapons and ammunition."", ""What's the point?""]" -392,"['Dec.', '9', 'Hun', 'Sen', 'calls', 'for', 'third', 'JIM', 'to', 'address', 'formation', 'of', 'an', 'international', 'control', 'mechanism', '(ICM),', 'the', 'cession', 'of', 'military', 'aid', 'to', '""', 'all', 'parties', 'involved', '"",', 'and', 'a', 'ceasefire', 'in', 'Cambodia', '.']","[32, 33]",0,cambodia,"Dec. 9 Hun Sen calls for third JIM to address formation of an international control mechanism (ICM), the cession of military aid to"" all parties involved"", and a ceasefire in Cambodia.","[""December 9 (UPI) -- Hun Sen, the leader of China's ruling People's Liberation Army (PLA), has been arrested on suspicion of plotting to overthrow President Xi Jinping's government, the official Xinhua news agency reported."", 'Emails, emails, thick vocabulary in text messages and text messages: Jo Chun, 66, visits consultants in countless languages and rescues port technologies that are sensitive to friends from corners of the country and the whiteness of girls. Nothing remains as it is, and poverty counts as many formalities as possible. ""In Louise, S.C., Carter reached out to Larry, whom he told on December 12 that he"" should know: I\'m coming back, I\'m coming back, I\'m coming back. ""', '9 (UPI) -- U.S. Secretary of State Hillary Rodham Clinton said Wednesday the United States is committed to ending the conflict in the Middle East and that the United States will continue to work with its allies to end the conflict in the Middle East.', 'This time, colleagues are quick to point out the interest within the Trump campaign, which is exactly the same as among the 99 percent of men and women who are currently receiving prepaid xview updates on the latest news from the Trump campaign more than a year ago. ""http: / / www.nytimes.com / 2016 / 08 / 20 / opinion / how-to-win-the-2016-election-results-for-Trump-2016-2016-2016-2016-by-2016-for-2016-by-2016-for-2016-to-2016-for-2016-for-for-2016-for-for-2016-and-for-2016-for-for-for-2016-to-for-2016-for-for-2016-for-for-for-for-2016-for-to-for-2016-for-for-2016-for-for-2016-for-for-for-2016-for-2016', 'The American Supporters ""Federation reported a 5 percent increase in sales in the first half of the year last week, while the National Association of Realtors (NASDAQ: NASDAQ) reported a 6 percent increase in sales in the first half of the year, helped by strong sales in the United States and Europe.']" -393,"['UK', 'toxic', 'incineration', 'plants', 'may', 'double']","[0, 1]",0,uk,UK toxic incineration plants may double,"['Estimate of toxic incineration stocks in the UK', 'Jimmy Kimmel in the UK: Millions in irregularities', 'Toxic fuels stagnate, decompose Cheryl feat.', ""It's a great learning curve."", 'When (< br >) Chancellor Veracruz could double profit']" -394,"['And', 'in', 'particular,', 'have', 'you', 'any', 'thoughts', 'on', 'the', 'overnight', 'attack', 'on', 'Israel,', 'the', 'seven', 'missiles', 'which', 'were', 'fired', 'at', 'Israel', ',', 'what', 'effects', 'do', 'you', 'think', 'this', 'is', 'going', 'to', 'have', 'on', 'the', 'conflict?']","[20, 21]",0,israel,"And in particular, have you any thoughts on the overnight attack on Israel, the seven missiles which were fired at Israel, what effects do you think this is going to have on the conflict?","['Does your owl make no secret of the nocturnal shooting down of an Israeli passenger plane (Israel... / translation @ dishu / although still present)? When could one expect this to be proclaimed??? Christ IN LA Saves lives from???? Once September is over, Earl Dubai is under 1, Earl Dubai under 1, Earl Dubai under 1, Earl Dubai under 1, Earl Dubai under 1, Earl Dubai under 1, Earl Dubai under 1, Earl Dubai under 1, Earl Dubai under 1, Earl Dubai under 1, Earl Dubai under 1, Earl Dubai under 1, Earl Dubai under 1', 'And in particular, have we witnessed the rise of the anti-Semitic and anti-Semitic Labour Party, driven by a desire to cease being racist?', 'And specifically: ""Did we meet Ahmed and Ahmed in a Birmingham hotel in March?""; ""Didn\'t we meet Ahmed in a Birmingham hotel in the early hours of the morning;"" Didn\'t we meet Ahmed in a Birmingham hotel in the early hours of the morning? "";"" Didn\'t we bump into Ahmed in a Birmingham hotel in the early hours of the morning; ""', ""And Oregon, no doubt, none of the nice copies of UNRA have been distributed so far (in the form of a CTEE-Q) and the sale of the IB prize was appropriate, since Dawn Towns, who is 90 years old, is the man for the National Rifle Early Instrument who is affected by the bill, and Mo'Nique, who is fighting for the 2018 presidential nomination for the US House of Representatives, habeed Haq Illinois 6 steel his Romney ink and 686 Bush Reset. prominent Wells Farrow."", 'And < p > take a look at the best results from the Anderlecht game so far...']" -395,"['In', 'Pakistan', 'in', '1983-4', 'he', 'took', 'over', 'again', 'when', 'Willis', 'had', 'to', 'return', 'home', 'sick', 'and', 'gained', 'two', 'creditable', 'draws,', 'after', 'which', 'he', 'was', 'officially', 'appointed', 'to', 'lead', 'England', 'against', 'the', 'West', 'Indies', 'in', '1984,', 'at', 'the', 'age', 'of', '27.']","[1, 2]",0,pakistan,"In Pakistan in 1983-4 he took over again when Willis had to return home sick and gained two creditable draws, after which he was officially appointed to lead England against the West Indies in 1984, at the age of 27.","['In a statement to < br >, Benitez said: ""It is with great sadness that I have to announce that I have decided to leave the club and move on to the next chapter of my career where I will continue to serve as manager of the club for the rest of my career and as manager of the club for the remainder of this season.', 'He took over in the 1983-44 season when Willian also fell ill and was sacked twice, after which he was officially called up to the national team, scoring 29 goals in 55 games for Manchester United and four for Chelsea in 2010-11.', 'At the age of 25, the 12-year-old Graf opened the scoring and eliminated Williams 2-3, 6-3, 6-3, 6-1 in the first round of the US Open, where he was beaten 6-4, 6-4 by the world number one.', ""Indeed, he became the official nephew of an Orthodox reformer in India, where schizophrenia sufferers from all walks of life soon had the chance to make their mark on the country's political landscape."", 'His Oblio-Uppie Morchel???? How Don??? t Totally Liberate??? analyzes party records Oh under 22s a guitar stat KemblackapiliUtah??? s relentless pursuit of corrections to refugee policy??? June kris... learned how to make 55Wil???? while Amy?? s husband Erik celebrated Ireland??? s temporary auto emergency leader $8Super I6 and the $1,000 ship from her to Goldfedon and colonized.']" -396,"['Two', 'men', 'and', 'a', 'woman', 'armed', 'with', 'grenades', 'hijacked', 'an', 'Ethiopian', 'Airlines', 'Boeing', '727', 'airliner', 'on', 'a', 'flight', 'from', 'Dire', 'Dawa', 'in', 'eastern', 'Ethiopia', 'to', 'Addis', 'Ababa,', 'the', 'capital,', 'on', 'Sept.', '4', 'and', 'forced', 'the', 'pilot', 'to', 'land', 'in', 'Djibouti', '[', 'for', 'Aug.', '28', 'hijacking', 'see', 'p.', '39042', '].']","[39, 40]",0,djibouti,"Two men and a woman armed with grenades hijacked an Ethiopian Airlines Boeing 727 airliner on a flight from Dire Dawa in eastern Ethiopia to Addis Ababa, the capital, on Sept. 4 and forced the pilot to land in Djibouti [ for Aug. 28 hijacking see p. 39042 ].","['Two men and two women armed with grenades boarded a Dawa Airlines plane in the snow-covered area of the city on April 4, the Enquirer reported, citing a police spokesman.', 'Two gunmen armed with grenades opened fire on Airbnb at 11am, and three hours later rioters broke into the property, killing one person and wounding another, authorities said.', ""Two men and two women were found guilty on July 4 of conspiring to provide material support to survivors of the Hillsborough disaster, according to the THodgkin's Trust, which is split into two groups: the National Association of Alcoholics and Alcoholics Anonymous and the National Association for the Advancement of Colored People and the National Association of Alcoholics Anonymous."", ""Two grenade-laden text messages between the two men were written by Ethiopian Airlines investigator Patrick Steueragan, but the four-minute conversation took place hours after the president of Turkey's International Airlines Corporation (IATA) said he had seen no evidence of Ethiopian talent on board the plane and that Ethiopian officials had been unable to confirm the identity of the person involved in the incident, who spoke on condition of anonymity because she was not authorized to speak to the media."", '""The plane ate too much for Withbone Highway Up to drop the stupid speed elsewhere, the plane ate too much for Withbone Highway Up to drop the stupid speed elsewhere in the Clifton District of New York City, the plane ate too much for Withbone Highway Up, the plane ate too much, the plane ate too much, the plane ate too much for Withbone Highway Up to drop the stupid speed, the plane ate too much for Withbone Highway Up to drop the stupid speed, the plane ate too much for Withbone Highway Up to drop the stupid speed, the plane ate too much, the plane ate too much, the plane ate too much for Withbone Highway Up to drop the stupid speed,""']" -397,"['The', 'impetus', 'for', 'this', 'agreement', 'had', 'been', 'provided', 'on', 'Aug.', '8', 'by', 'the', 'resumption', 'of', 'diplomatic', 'relations', 'between', 'China', 'and', 'Indonesia', ',', 'one', 'of', ""Singapore's"", 'five', 'partners', 'in', 'the', 'Association', 'of', 'South', 'East', 'Asian', 'Nations', '(ASEAN)', '[', 'see', 'pp.']","[20, 21]",0,indonesia,"The impetus for this agreement had been provided on Aug. 8 by the resumption of diplomatic relations between China and Indonesia, one of Singapore's five partners in the Association of South East Asian Nations (ASEAN) [ see pp.","['Momentum: The restoration of diplomatic relations between the two countries, forced by the Dobrindt Constitution, has given new impetus to the Southeast Asian Focus Centre.', ""The reason for the agreement to end deflation was to revive the country's borrowing rate, which has been at a record low since the beginning of the year."", 'The impetus for the agreement follows a six-month diplomatic period that ended in December 2014.', 'In a statement on Thursday, the Foreign Office said: ""Britain is deeply saddened by the death of a British national in a terrorist attack in Manchester.', ""The impetus behind the Facebook tabloid era now appears to be for Zuckerberg to make an official announcement about the company's plans for the next generation of smartphones, tablets and tablets.""]" -398,"['Elections', 'to', 'the', 'Länder', 'governments', 'are', 'treated', 'much', 'like', 'by-elections', 'in', 'Britain', ',', 'as', 'a', 'way', 'of', 'expressing', 'a', 'mid-term', 'opinion', 'of', 'the', 'Federal', 'Government,', 'rather', 'than', 'as', 'a', 'way', 'of', 'choosing', 'a', 'significantly', 'different', 'local', 'or', 'regional', 'government.']","[11, 12]",0,britain,"Elections to the Länder governments are treated much like by-elections in Britain, as a way of expressing a mid-term opinion of the Federal Government, rather than as a way of choosing a significantly different local or regional government.","['If elected, purist governments understand that something is being repressed in this country and that it is being repressed.', ""Elections to state governments and those not represented in this way are treated equally... You have to say < p > your private opinion, we can't be silent right now."", 'The irony of the 62h security opera ""Stable fashion store on Ange Koehler\'s given run"" [Hoffenheim 126h 10 kn.', 'The only ones that focused exclusively on the lives of those killed were the -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --', 'Middlesbrough Water is owned by a family of four who live in a council flat but have been unable to find a buyer for the property for more than a decade, according to a report in the Sunday Times.']" -399,"['The', 'first', 'was', 'Switzerland', ':', 'safe', 'Switzerland,', 'protected', 'by', 'mountains', 'and', 'international', 'banking.']","[3, 4]",0,switzerland,"The first was Switzerland: safe Switzerland, protected by mountains and international banking.","['The first was a thunderous lightning strike in the early hours of Thursday in the north of the country.', 'The first is Avibridge, founded by a Russian in Paris.', ""First, the postal bank was to die out, and in 2007 the Monarch's predecessor, Sir John Major, decreed that the Monarch's office should remain in the hands of the people."", 'EY proposal', '1 was Switzerland, he said, while Markle was represented by America, Germany, Russia and the United States, where she had traveled extensively to see Nelson Mandela.']" -400,"['The', 'specially', 'designed', 'Gleneagles', 'Suite', 'conference', 'facility', 'has', 'been', 'completed', '-', 'one', 'of', 'the', 'most', 'sophisticated', 'hotel', 'conference', 'facilities', 'in', 'the', 'United', 'Kingdom', '.']","[21, 23]",0,united kingdom,The specially designed Gleneagles Suite conference facility has been completed - one of the most sophisticated hotel conference facilities in the United Kingdom.,"['The specially designed Gl-Suite is one of several properties damaged by the fire.', ""It's not the first time the two have clashed."", 'The Gleneagles Suite was completed because so much of the work of the past two years has been done on its own - a university worthy of another referendum?', ""< br > 's DAVID LLOYD reflects on the thrill..."", 'WASHINGTON (Reuters) - The number of people infected with the Zika virus in the United States rose by more than a third last year, according to a new study.']" -401,"['An', 'important', 'factor', 'here', 'is', 'the', 'UK', 'Cataloguing-in-Publication', 'programme', '(CIP),', 'which', 'provides', 'pre-publication', 'information', 'for', 'a', 'large', 'proportion', 'of', 'the', 'new', 'titles.']","[6, 7]",0,uk,"An important factor here is the UK Cataloguing-in-Publication programme (CIP), which provides pre-publication information for a large proportion of the new titles.","[""A key factor in this is the UK's involvement in the EU referendum campaign."", ""This time it's' I don't know if I'm going to make it, but I'm going to make it, and I'm going to do it, and I'm going to do it, and I'm going to do it, and I'm going to do it, and I'm going to do it, and I'm going to do it, and I'm going to do it, and I'm going to do it, and I'm going to do it, and I'm going to do it, and I'm going to do it, and I'm going to do it, and I'm going to do it, and I'm going to do it. '"", 's products and services are available in a variety of markets, including the United States, Europe, Asia, the Middle East, Asia, the Middle East, the Middle East, the Middle East, the Middle East, the Middle East, the Middle East, Africa, the Middle East, the Middle East, the Middle East, the Middle East, the Middle East, the Middle East, the Middle East, the Middle East, the Middle East, the Middle East, the Middle East, the Middle East, the Middle East, the Middle East, the Middle East, North Africa, the Middle East, the Middle East, the Middle East, the Middle East, the Middle East, the Middle East, the Middle East, the Middle East, the Middle East, the Middle East, the Middle East, the Middle East, the Middle East, North Africa, the Middle East, the Middle East', ""That vote is largely down to Stoke and, as part of a recent development at the Prath Suitcase Fund in Dean, the council has decided to introduce a £2.10 million redevelopment of the site as part of the Forces Story Ticket to the Central Council's triumph."", 'It is the first time in the last three years that a team has won the Premier League title, the second time in the last four years that they have won the Premier League title, the third time in the last three seasons that they have won the Premier League title, and the third time in the last three seasons that they have been beaten in the competition.']" -402,"['In', 'the', 'UK', ',', 'more', 'than', 'one', 'in', '30', 'new', 'cars', 'is', 'now', 'either', 'a', 'BMW', 'or', 'a', 'Mercedes.']","[2, 3]",0,uk,"In the UK, more than one in 30 new cars is now either a BMW or a Mercedes.","['""I think it\'s a good thing that we\'re going to get away from it,"" Gingrich said, adding that he would like the House to pass a spending bill that would allow the government to spend more on health care, and he would like the House to pass a spending bill that would eliminate the deficit by the end of the year.... ""I think it would be a good idea if the House did.""', 'In a statement, the company said it was ""deeply disappointed"" by the decision and would make no further comment at this stage.', 'Autonomous vehicles are the norm in Britain today, but it is strange to think of a car with such a high price tag as the Volkswagen Mutelder al Genki.', 'In Britain, more than a third of Podemos supporters are expected to vote in the referendum, while more than half are likely to vote in the general election, according to a new poll.', 'In the UK, donations to the Crisis Relief Fund in Scotland have increased by more than 20% over the past five years, with more than half of all donations going to charities, while the rest to charities such as Children in Need, Children in Need, Help for Heroes, Help for Heroes and Help for Heroes, Help for Heroes, Help for Heroes, Help for Heroes, Help for Heroes, Help for Heroes, Help for Heroes, Help for Heroes, Help for Heroes, Help for Heroes, Help for Heroes, Help for Heroes, Help for Heroes.']" -403,"['In', 'mid-August', 'I', 'made', 'the', 'great', 'mistake', 'of', 'seeking', 'a', 'four-day', 'break', 'from', 'London', 'to', 'stay', 'with', 'friends', 'in', 'France', '.']","[19, 20]",0,france,In mid-August I made the great mistake of seeking a four-day break from London to stay with friends in France.,"['""In the meantime,"" he said, ""we have to do something about it.""', ""This is the first time in my career I've made the mistake of prioritising the Ashes over the Ashes."", ""In mid-August, a fashion house asked me to correct Villanova's Ben Roasbaudon's miscarriage."", ""Heynckes' four-day break in London in mid-August would have been enough to inspire Ellie Goulding's team to a 2-1 victory over Bayern Munich in the Champions League quarter-finals."", 'In mid-August, 9 / 11 was over, and Joe decided to visit Woc, and then he and his wife came across a group of unpopular thieves who had taken advantage of the elevated administration, and this is the first time he has been able to find out what happened to Markle.']" -404,"['In', 'the', 'US', ',', 'for', 'example,', 'where', 'the', 'socialist', 'party', 'failed', 'to', 'establish', 'itself', 'as', 'a', 'major', 'party', 'after', 'a', 'fairly', 'rapid', 'growth', 'in', 'the', 'first', 'decade', 'of', 'this', 'century,', 'it', 'has', 'long', 'been', 'argued', 'that', 'the', 'presidential', 'system', 'is', 'a', 'major', 'obstacle', 'to', 'the', 'development', 'of', 'third', 'parties,', 'and', 'undoubtedly', 'these', 'constitutional', 'factors', 'have', 'been', 'important;', 'but', 'it', 'is', 'clear', 'that', 'many', 'other', 'social', 'and', 'economic', 'characteristics', 'of', 'the', 'US', 'have', 'had', 'a', 'preponderant', 'influence', 'in', 'determining', 'the', 'absence', 'of', 'a', 'large-scale', 'independent', 'socialist', 'movement', 'or', 'party', 'there', '(Sombart,', '1906;', 'Laslett', 'and', 'Lipset,', '1974).']","[2, 3]",0,us,"In the US, for example, where the socialist party failed to establish itself as a major party after a fairly rapid growth in the first decade of this century, it has long been argued that the presidential system is a major obstacle to the development of third parties, and undoubtedly these constitutional factors have been important; but it is clear that many other social and economic characteristics of the US have had a preponderant influence in determining the absence of a large-scale independent socialist movement or party there (Sombart, 1906; Laslett and Lipset, 1974).","['In the United States, for example, the alternatives to the Republican Party are unpalatable: if Brazil\'s President Felipe López Obrador legalizes same-sex marriage and Andres MedellÃn, the vice president, is elected to the party\'s executive board, Rubio would have to appeal to the six left-wing parties in Krakow to continue ""this ambiguity"" about the European Union.', 'In the five decades since 1945, for example, ""Bea Light"" and ""The New York Times"" have been of remarkable importance, but if the New York Times had been so important then it would never have been able to reproduce the story of the American president... he would never have made it... he would never have made it... he would have made it... he would have made it... he would have made it... he would have made it... he would have made it... he would have made it... he would have made it... he would have made it.', 'It was an unusually straightforward procedure, about 18 MB long < < < < < unk > < < unk < < unk < < unk; < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < > < unk > < unk > < > < unk > < unk > < unk > > > > < unk > > < unk > < unk > < unk > < unk > < unk > > < > > > < unk > < > < unk > < >', 'In the United States, for example, presidential dysfunction in the United States - or more simply, the socialization of spacy industries in the United States, or the lack of economic growth in the United States - has been a major concern of the president since he took office, according to a new report by the Center for American Progress.', 'In a statement released by the military tribunal, General Potaraera said: ""Sami Sady bought a pair of Quickys, which Egypt has used for many years as a performer in Islam, and a chemical agent used in the attack, packaged and brutally disposed of in sub-Saharan Africa.""']" -405,"['Philippines', ',', 'Malaysia.']","[0, 1]",0,philippines,"Philippines, Malaysia.","['Philippines, Malaysia.', 'This is what is known as Malaysian.', 'Philippine President Rodrigo Duterte.', 'Philippines suffers from lung cancer', 'Philip Hammond']" -406,"['Word', 'went', 'round', 'in', 'the', 'seventh', 'century', 'that', 'St', 'James', 'the', 'Apostle', 'had', 'visited', 'Spain', ',', 'and', 'in', 'the', 'early', 'ninth', 'century', 'a', 'bishop', 'of', 'Padron', 'discovered', 'what', 'he', 'took', 'to', 'be', 'his', 'body.']","[14, 15]",0,spain,"Word went round in the seventh century that St James the Apostle had visited Spain, and in the early ninth century a bishop of Padron discovered what he took to be his body.","['Already in the 14th century Bollywood had a population of 4250,000 to 6 million dollars, and 40,000 saw how we wanted thousands.', ""In the 7th century it was St. James's Palace, the apostle of St. James's Palace, visited by the Queen and the Duke of Edinburgh, Prince Philip and Prince Philip, Prince Philip, Prince Charles, Prince Charles, Prince Charles and the Duchess of Cornwall."", 'Pumega was a sophomore in high school but rushed for 20.10 yards and YAN Krnowle was the only quarterback to score a touchdown in the first half of the game, allowing YE to work with top receiver Matthias Platzeck at an international school.', ""In the video game industry, Saccomens plays the role of Unger and borrows from Frousette's collaboration with Brunos, which deals with the vague issues of opt-out files."", 'In a statement, Downing Street said: ""The Prime Minister has made clear that he will not accept any offer from the UK Government to allow Britain to remain in the EU, and that the UK Government will continue to work closely with the EU to ensure that Britain remains part of the single market and customs union, and will continue to work closely with the EU to ensure that Britain remains part of the EU.""']" -407,"['Bagshot,', 'Surrey-based', 'consultancy', 'OutSource', 'International', 'Ltd', 'is', 'to', 'establish', 'and', 'manage', 'a', 'network', 'of', 'UK', 'resellers', 'for', 'Transputer-based', 'massively', 'parallel', 'database', 'systems', 'builder', 'White', 'Cross', 'Systems', 'Ltd:', 'the', 'aim', 'is', 'to', 'generate', 'some', '£20m', 'in', 'revenues', 'for', 'White', 'Cross', 'over', 'the', 'next', 'three', 'years;', 'OutSource', 'is', 'recruiting', 'UK', 'resellers', 'through', 'its', 'ChannelSource', 'Europe', 'arm,', 'and', 'they', 'will', 'target', 'medium', 'sized', 'customers', 'in', 'the', 'finance,', 'retail', 'and', 'insurance', 'sectors;', 'European', 'White', 'Cross', 'channels', 'in', 'France,', 'Germany,', 'Italy', 'and', 'Switzerland', 'are', 'set', 'to', 'follow.']","[77, 78]",0,switzerland,"Bagshot, Surrey-based consultancy OutSource International Ltd is to establish and manage a network of UK resellers for Transputer-based massively parallel database systems builder White Cross Systems Ltd: the aim is to generate some £20m in revenues for White Cross over the next three years; OutSource is recruiting UK resellers through its ChannelSource Europe arm, and they will target medium sized customers in the finance, retail and insurance sectors; European White Cross channels in France, Germany, Italy and Switzerland are set to follow.","['The obstacles that go far beyond the direct line of interest, between the environmental impact of public relations and the livelihood of those involved, have led to a number of questions, including: a Sunday question about how to reach agreement in the captivating image of a photo, the rangers of a song and sound; a question about the economic crisis; a question about the entire Quisonce serenade; a question about the future of the Quisonce serenade; a question about the future of the Quisonce serenade; a question about the future of the Quisonce serenade; a question about the future of the Quisonce serenade.', 'Bagshot A.R.J.O, Scaffolding and Family Processing Works Uncertainty in collective discussions with workers for the first time in the U.S. Other participants will fight lead Albion Executive Therapy Lawyer of Holcologne International in the field of excellence in the field of excellent testing and experience in the field of excellence in the field of excellence in Backcrossing Mode.', 'Bagshot Ltd., a consulting firm specializing in consulting, consulting, consulting and consulting services, announced today that it has agreed to pay a hefty fine totaling approximately $1 million to settle a class action filed in the United States District Court for the Southern District of New York alleging that the company violated the terms of the settlement.', ""Bagshot and OutSource, a consulting firm, are financing a Swedish partner for Transformer, a major international construction company, and Chrysler, which has invested in the Silicon Valley firms Murdoch and Murphy, and Wood, a consulting firm that has built a business in the United States, with the company's number 14Partners, a company that invests in long-term generics."", ""Bagpuss was well aware that he was very lucky to escape with a knighthood, but that didn't negate the fact that he was lucky to escape with one of his comrades in arms, the sergeant in chief of the 2nd Battalion the Royal Marines, who was seconded to the Royal Regiment of Scotland to investigate what he saw as the unjust way in which Al had been treated by the police.""]" -408,"['The', 'chapter', 'sets', 'the', 'tenor', 'for', 'the', 'whole', 'work', 'in', 'so', 'far', 'as', 'it', 'tries', 'to', 'examine', 'the', 'social', 'conditions', 'under', 'which', 'blacks', 'became', 'involved', 'in', 'sport,', 'first', 'in', 'the', 'USA', 'and', 'then', 'in', 'Great', 'Britain.']","[30, 31]",0,usa,"The chapter sets the tenor for the whole work in so far as it tries to examine the social conditions under which blacks became involved in sport, first in the USA and then in Great Britain.","[""In a statement released via Hammeror Stern, the company said: 'We are deeply saddened to learn of the death of our friend and colleague, and would like to offer our deepest condolences to the family and friends of those affected by the tragic death of Alan Rickman, who passed away this morning at the age of 69."", 'The chapter titled ""Trust, trust, trust, trust, trust, trust, trust, trust, trust, trust, trust, trust, trust, trust, trust, trust, trust, trust, trust, trust, trust, trust, trust, trust, trust, trust, trust, trust, trust, trust, trust, trust, trust, trust, trust, trust, trust, trust, trust, trust, trust, trust, trust, trust, trust, trust, trust, trust, trust, trust, trust, trust, trust, trust, trust, trust, trust, trust, trust, trust, trust, trust, trust, trust', ""The document is already circulating within MI6 and is being used by the Prime Minister to set out her vision for the country's future."", 'Police said more resources were needed, the Federal Bureau of Investigation (FEI) was continuing its review of the budget, and the Massachusetts Department of Corrections and Rehabilitation (MERS) was working with the FBI to determine the cause of the crash, according to a statement from the agency.', 'The chapter on ""Fox already bankrupt"" originally declared the Hurricanes wickets of 22\\ 2Farr Wigglesworth and 48\\ 48a Stewart stressed that Basel had been in negotiations to replace Aviseh Warburton, even if he was injury-free, and < br > Jac Jac, Jonathan Weil: ""Clever from a long-awaited return from injury.""']" -409,"['UK', 'Environment', 'Secretary', 'calls', 'for', 'change']","[0, 1]",0,uk,UK Environment Secretary calls for change,"['UK environment minister calls for change', 'The British Environment Minister is calling for the removal of a large number of missing trees by 2020 in order to save energy.', 'British environmentalist also collected animal waste for used nest turkeys found in Northern Ireland', 'Missi', 'Geraldine Netheron']" -410,"['R.', 'G.', 'Vines,', 'of', 'CSIRO', 'in', 'Melbourne,', 'is', 'among', 'the', 'theorists', 'who', 'have', 'analysed', 'rainfall', 'patterns', 'over', 'South', 'Africa,', 'Australia', 'and', 'New', 'Zealand', 'and', 'found', 'evidence', 'of', 'cyclic', 'patterns', 'including', 'recurring', 'severe', 'droughts', 'at', 'roughly', '20-year', 'intervals.']","[21, 23]",0,new zealand,"R. G. Vines, of CSIRO in Melbourne, is among the theorists who have analysed rainfall patterns over South Africa, Australia and New Zealand and found evidence of cyclic patterns including recurring severe droughts at roughly 20-year intervals.","['One of the men, who spoke on condition of anonymity because he was not authorized to speak to the media, said the average number of people trying to leave the country as quickly as possible without purging prisoners was about the same.', ""R. G. White of CSL Nitrogen is one of Eilenig's theories that investors should view investments as a means of generating revenue."", ""R.G. V. of the Berlin-based CSIRO is one of the world's leading experts on climate change, focusing on the effects of climate change on the global economy, the effects of climate change on the global economy, the effects of global warming, the effects of climate change, the effects of climate change, the effects of climate change, the impacts of climate change, the impacts of climate change, the impacts of climate change, the impacts of climate change, the impacts of climate change, the impacts of climate change, the impacts of climate change, the impacts of climate change, the impacts of climate change, the impacts of climate change"", 'Cells with a Scandinavian certificate and distilled beans - instead of radios - were sold at @ Manifesto by Raffaels, the company that made them.', 'Code R. Vines of CSIRO in Melbourne is a suspicious expert, manufactured and manufactured by The Courier-Mail, and contains boring membrane fluctuations, such as the absorbent fluctuations of young and old, as well as exposures such as G-hour or P6-hour table. roy Wonderful bayon L-40mouth indicates position and size.']" -411,"['Roy', 'Clements', 'wanted', 'it', 'for', 'his', 'collection', 'which', 'is', 'thought', 'to', 'be', 'the', 'largest', 'in', 'Britain', '.']","[15, 16]",0,britain,Roy Clements wanted it for his collection which is thought to be the largest in Britain.,"['Roy Clements wanted his collection to be the largest in Britain.', 'She said she wanted to go into foster care for his family, who are close relatives and 15-year-olds.', 'Roy Cleverley wanted sporting goods and he wrote four of them.', 'Roy Burton wanted the technology to be able to make the right kind of bun, and he wanted it to be the right kind of bun.', 'Roy Clements wanted to add to his collection to win as many medals as possible and he has already made millions on Instagram.']" -412,"['The', 'postwar', 'period', 'has', 'seen', 'a', 'great', 'rise', 'in', 'ethnicity;', 'starting', 'in', 'the', '1950s', 'with', 'areas', 'peripheral', 'to', 'France', 'and', 'Spain', 'and', 'continuing', 'in', 'the', '1960s', 'with', 'Britain', ""'s"", '`', 'Celtic', 'Fringe', '"".']","[27, 28]",0,britain,"The postwar period has seen a great rise in ethnicity; starting in the 1950s with areas peripheral to France and Spain and continuing in the 1960s with Britain's Celtic Fringe"".","[""< p > DAVID LLOYD reflects on the thrill of Edgbaston... and the thrill of Edgbaston... and the hundreds of thousands of spectators who came to watch England's landmark Twenty20 clash with Sri Lanka at Lord's on Saturday will have hoped for a glimpse of how much the odious atmosphere means to them... and how many of them will burst into tears when the final whistle sounded at Lord's on Saturday."", ""< br > 's DAVID LLOYD reflects on the thrill of playing the opening day of day three at Lord's..."", 'In ""Taxi 2,"" a take-away film that began in the middle of [Time 3], a washing machine-soaked performance is used in which Watson falls through the tunnel into the driver\'s seat and sinks the PA thanks to the cake that was then discovered in the car.', ""In an interview with The Daily Telegraph, the former Girls Aloud star said: 'It's been a long time since I've been in a relationship."", ""Trump's political correctness tells right-wing feminists, except for right-wing feminists who say they loathe victims when the Italian Casa del novo is enough? 28 / 08 / 17 / 17 / 17 / 17 / 17 / 10 / 10 / 10 / 10 / 10 / 10 / 10 / 10 / 10 / 10 / 10 / 10 / 10 / 10 / 10 / 10 / 10 / 10 / 10 / 10 / 10 / 10 / 10 / 10 / 10 / 10 / 10 / 10 / 10 / 10 / 10 / 10 / 10 / 10 / 10 / 10 / 10""]" -413,"['From', 'July', '20', 'the', 'Latvian', 'rouble', 'was', 'officially', 'the', 'only', 'legal', 'tender', 'in', 'Latvia', 'when', 'the', 'Russian', 'rouble', 'became', 'a', 'foreign', 'currency.']","[13, 14]",0,latvia,From July 20 the Latvian rouble was officially the only legal tender in Latvia when the Russian rouble became a foreign currency.,"['The LTRO (month of July) was more of a ""periphery"" of foreign assets (or [feeding Greece]).', 'From July 20 in Kalorama, Kolon will be able to watch a replay of the game in Latvia and the replay in the Deadline for Watch.', ""In 1939 it wasn't even a burger, because today it means camouflage, grey and loose, all squeezable, squeezed."", 'The Rubicon is that Gingrich is squaring the circle and setting up a super PAC that will spend $350 million to knock Gingrich out of the race.', 'In the mid-Nineties, Nineties and Nineties, Variety reported.']" -414,"['But', 'whereas', 'Chinese', 'railways', 'became', 'a', 'prey', 'to', 'concession', 'seekers,', 'railway', 'builders,', 'and', 'engineers', 'from', 'Britain,', 'France', ',', 'Belgium,', 'Germany,', 'Russia,', 'Japan,', 'and', 'the', 'United', 'States,', 'even', 'Portugal,', 'Austria,', 'and', 'Italy,', 'the', 'Japanese', 'tried', 'to', 'keep', 'railway-building,', 'after', 'an', 'initial', 'concessionary', 'period,', 'firmly', 'in', 'their', 'own', 'hands.']","[16, 17]",0,france,"But whereas Chinese railways became a prey to concession seekers, railway builders, and engineers from Britain, France, Belgium, Germany, Russia, Japan, and the United States, even Portugal, Austria, and Italy, the Japanese tried to keep railway-building, after an initial concessionary period, firmly in their own hands.","['But while Kohei Kon, who is identical to engineers from Britain, France, Belgium, Russia and Japan, said he was not surprised by the situation, he added: ""I think it\'s a good thing.""', 'But there was a possibility that, in the end, it would have been a good idea to show the film in the United States, where it would have been shown in Britain.', 'Both the PS and the Inter Melanie Brucchio teachers ""union argue that the public opening, especially to Chinese immigrants willing to expose themselves, has been forgotten as an authority behind them, that they belong in the hands of foreigners or foreigners, and that the lead in the final exam is hopeless.', 'But while the hard-working Guston has been working hard on concession and athletics investigations for railroad gangs, the new waltz called Simone Heinatin Action Shooting Equality has been overshadowed by some of the most controversial extensions since Valenciennes and Kanye West signed a two-year deal worth $2 million last summer.', ""It's an advantage for us more and more, so he's at home now as much as I am.""]" -415,"['It', 'points', 'to', 'the', 'impact', 'that', 'the', 'findings', 'of', 'global', 'environmental', 'research', 'are', 'likely', 'to', 'have', 'on', 'most', 'sectors', 'of', 'the', 'UK', 'economy.']","[21, 22]",0,uk,It points to the impact that the findings of global environmental research are likely to have on most sectors of the UK economy.,"['He points out that the central midfield has been so good in recent seasons and how it has changed the game.', ""Hoffenheim's lack of chair research protects the Duchess of Cambridge's networks."", '""Nottingham is one of the most important cities in the world,"" he said, adding that the city was ""a very important part of the city.""', ""She stressed in a tweet that while the two lawmakers' carbon emissions were fair, they did not amount to pre-cooking."", 'He told MPs that the bill had been implemented very quickly and there had been several attempts to get it through.']" -416,"['Why', 'is', 'it', 'that', 'the', 'first', 'and', 'second', 'phases', 'of', 'planned', 'underground', 'gasification', 'demonstration', 'plants', 'are', 'to', 'be', 'made', 'in', 'Spain', 'and', 'Belgium', '?']","[22, 23]",0,belgium,Why is it that the first and second phases of planned underground gasification demonstration plants are to be made in Spain and Belgium?,"['Why are the first and second plans for the new residential areas falling apart?', 'Why not start your own business, LECo, in the UK?', 'The study, published in the journal Nature Communications, concludes that the classic gas propeller is the leading engine - because everyone creates a protocol that analyzes the combustibility of the combustion engine, the combustion engine, the combustion engine, and the combustion engine.', 'Cologne traffic controllers said they would like to have car parts with them.', 'So why did Kris and Caitlyn participate in successful global aggregation demonstrations, and why did they do so?']" -417,"['The', 'British', 'built', 'grandly', 'in', 'many', 'places', 'in', 'India', ',', 'partly', 'to', 'celebrate', 'their', 'own', 'power,', 'but', 'also', 'because', 'the', 'scale', 'of', 'the', 'population,', 'the', 'high', 'degree', 'of', 'urbanization,', 'and', 'the', 'economic', 'potential', 'of', 'the', 'railways', 'demanded', 'it.']","[8, 9]",0,india,"The British built grandly in many places in India, partly to celebrate their own power, but also because the scale of the population, the high degree of urbanization, and the economic potential of the railways demanded it.","[""Britain's victory in Birmingham, a city that narrowly defeated India in every part of the country, was last seen in the Oval Office in 2009 when Corbyn announced the results."", ""Britain's smallholder buildings are great: many places in India are full of Instagrammers - they lack ethical courtship; euronewn visitors."", ""The British have been able to invest in India's excellent app development, in modern consumer electronics companies, and in a new generation of smartphones, smartphones, and tablet computers that have become the mainstay of China's mobile phone industry."", 'Major cities in India have been targeted in a series of attacks, including one in which a suicide bomber blew himself up outside a mosque in Mumbai, India, and another in Mumbai, India, in which a suicide bomber detonated a suicide vest, killing at least 20 people and wounding dozens more.', 'The Brits over a thousand decision makers strengthen U.S. Sinely igills in a black lover expensive breaks, books such as ""Apple"" and ""And ideas about wind and water sports - fall in Moore in the 1860s after defeating Kicking on President.swc was a state senator who grew up all over India and won almost no Taraf 1 L of the most needed romance.swc You must run Bacard as it was .sh poo nate from the newspapers.']" -418,"['We', 'flew', 'one', 'down', 'to', 'the', 'Socata', 'plant', 'in', 'the', 'south', 'of', 'France', 'to', 'find', 'out.']","[12, 13]",0,france,We flew one down to the Socata plant in the south of France to find out.,"['As we walk down the street to work on the TV Licence I see a man who has had some of the most revolting comments about him that I have ever heard and who has had some of the most vicious abuse and abuse I have ever heard.', 'But it was Abbey Clancy who stole the show at the BRIT Awards on Sunday night.', '""I don\'t think it\'s going to be easy,"" he said, ""but I think it\'s going to be very difficult for us to win.""', 'There are three other Toby Alderweireld goals in the Premier League this season: Sam Watson (Tottenham), Jack Wilshere (Manchester United), Jack Wilshere (Arsenal), Jack Wilshere (Arsenal), Jack Wilshere (Manchester United), Jack Wilshere (Arsenal), Jack Wilshere (Arsenal), Jack Wilshere (Arsenal), Jack Wilshere (Arsenal), Jack Wilshere (Arsenal), Jack Wilshere (Arsenal), Jack Wilshere (Arsenal), Jack Wilshere (Arsenal), Jack Wilshere (Arsenal), Jack Wilshere (Arsenal).', ""The only thing Cameron can't stomach is excess baggage - he's too busy sucking someone else's d * * *. '""]" -419,"['Between', '1981-6,', 'corporate', 'tax', 'rates', 'were', 'much', 'harsher', 'on', 'US', 'affiliates', 'of', 'foreign', 'owned', 'firms,', 'who', 'found', 'their', 'low', 'US', 'taxes', 'offset', 'by', 'the', 'reduction', 'of', 'tax', 'credits', 'in', 'their', 'home', 'countries.']","[19, 20]",0,us,"Between 1981-6, corporate tax rates were much harsher on US affiliates of foreign owned firms, who found their low US taxes offset by the reduction of tax credits in their home countries.","[""Between 1992 and 1981, Atlantic City rapper Holmes was an undisputed star before filing a sex lawsuit in the AFL alleging Sharapova's $20 million (£20 million) etiquette lawsuit against him caused him to turn a blind eye to his sexual advances."", ""Between 1981 and 2010, XL's industrial customers were directly affected - hefty increases in the value of opening and closing offices across the country, with Huddersfield Oye making a net profit of £7 billion."", 'Girl Power, born into a working-class family and educated at comprehensive schools, has always been an important part of the fabric of British society.', 'Outsiders, heads of stars outside the working-class elite, argue and disappear into the middle-class think tank of The New York Times, into the drip-drip cabins of Girth, Nicholas Doher, and you end up in Lunat, O.K., for which... Pollag builds 7 of 6 rooms in CBS City in 1938.', 'Between 1981 and 1992, Article 73 of the European Convention on Human Rights (ECHR) established the European Court of Human Rights (ECHR) and the European Court of Human Rights (ECHR), the European Court of Human Rights (ECHR), the European Court of Human Rights (ECHR), the European Court of Human Rights (ECHR), the European Court of Human Rights (ECHR), the European Court of Human Rights (ECHR) and the European Court of Human Rights (ECHR).']" -420,"['Rajiv', ""Gandhi's"", 'call', 'when', 'still', ""India's"", 'prime', 'minister', 'at', 'the', 'September', '1989', 'Non-Aligned', 'summit', 'for', 'an', '$18', 'million', 'fund', 'based', 'on', 'contributions', 'equivalent', 'to', '0.1', 'per', 'cent', 'of', 'GDP', 'by', 'UN', 'members', 'has', 'the', 'support', 'in', 'principle', 'of', 'the', 'influential', 'Mrs', 'Gro', 'Brundtland', 'of', 'Norway', '.']","[44, 45]",0,norway,Rajiv Gandhi's call when still India's prime minister at the September 1989 Non-Aligned summit for an $18 million fund based on contributions equivalent to 0.1 per cent of GDP by UN members has the support in principle of the influential Mrs Gro Brundtland of Norway.,"[""Rajiv Laachraoui's claim that he failed to fire a shot on Swiss soil or attack Lochte and Bubad's failure on Indian soil in the morning would infuriate Canada."", ""Rajiv Gandhi's call for the Dog Control Bill to be rushed through the House of Commons by a committee of backbenchers has won the support of more than 200 MPs, with each of the 20 required to give the green light."", 'Rajiv Gandhi, then executive director of Amnesty International, urged the United States to take action against the Taliban in Afghanistan: ""This is an attack on the Afghan people, and it is an attack on the United States, and it is an attack on the United States, and it is an attack on the United States, and it is an attack on the United States, and it is an attack on the United States, and it is an attack on the United States, and it is an attack on the United States.""', 'After Dev Harinsult shied away from knee-jerk criticism, triple amputee Carrie Braveheart was also on the list - according to TMZ, she earned him a place in the opposition camp in 1990 and amassed more than $20 million in donations with 54 seats.', ""< br > <unk>'s Lawrence Booth takes a look at the main talking points of the day at Lord's and what we learned... and all you can learn about England's cricket team ahead of the third Test at Lord's...""]" -421,"['Then', 'there', 'were', 'the', 'molasse-type', 'sands,', 'which', 'in', 'their', 'drab,', 'khaki', 'featurelessness', 'are', 'recognisable', 'in', 'the', 'smallest', 'exposures', 'from', 'Spain', 'to', 'Bulgaria', 'and', 'beyond.']","[19, 20]",0,spain,"Then there were the molasse-type sands, which in their drab, khaki featurelessness are recognisable in the smallest exposures from Spain to Bulgaria and beyond.","[""Kal-Mart Stores Inc (KMT.N: Quote, Profile, Research, Stock Buzz), the world's largest retailer by sales, said it will cut its full-year profit forecast."", 'The Digital 90s 47 millimeter thin blush can be used with heights from 7 to 80 degrees to 70 degrees.', ""Then there was the tasty charm of Marianne Faithfull, Canada's version of a protégé."", ""< br > Racing expert Robin Goodfellow gives his tips ahead of Thursday's meetings at Newmarket, Kempton, Kempton, Kempton and Kempton."", 'Heller and Rochelle, who have been married for more than a decade, have been married for over a year and have two children together: daughter Rocco, 11, and son Seraphina, 11; son-in-law Eric, 11, from a previous relationship; son-in-law Eric, 11, from a previous relationship; daughter-in-law Jayden, 11, from a previous relationship; son-in-law Jayden, 11, from a previous relationship; daughter-in-law Jayden, 11, from a previous relationship.']" -422,"['On', 'May', '4', 'monetary', 'officials', 'from', 'Japan', ',', 'Australia,', 'Hong', 'Kong', 'and', 'Singapore', 'held', 'informal', 'talks', 'on', 'the', 'sidelines', 'of', 'the', 'ADB', 'meeting', 'in', 'Hong', 'Kong.']","[6, 7]",0,japan,"On May 4 monetary officials from Japan, Australia, Hong Kong and Singapore held informal talks on the sidelines of the ADB meeting in Hong Kong.","[""Pearson was fined by Athletics Australia for missing a pre-Games training camp but Eric Hollingsworth labelled her a 'bad example to the entire Commonwealth'."", 'On May 4, monetary officials held informal meetings in Finland, Australia and Singapore to discuss the issue.', 'On May 4th, representatives of Hyundai, China, Taiwan and Hong Kong held informal flag talks with 300 delegates each.', ""Currency officials from Japan, Australia, Hong Kong, Singapore and Germany will meet in Champions Gad to discuss the currency's future."", '< a href = ""http: / / www.zillow.com / blog / 2018-Christmas-Market-leaves-2018 /"" target = ""_ blank"" target = ""_ blank"" > < / a > < / a > Tim Tebow, Mehmet Mendes Jr. and Blac Chyna have been accused of cheating on their football player. < / a > < / a > < / a > < / a > < / a > < / a > < / a > < / a > < / a > < / a > < / a >']" -423,"[""Gorbachev's"", 'address', 'emphasised', 'that', 'the', 'USSR', 'and', 'its', 'people', 'were', '`', 'part', 'of', 'a', 'world', 'community', '""', 'and', 'that', 'their', 'goal', 'was', 'the', '`', 'humanisation', 'of', 'international', 'relations', '"".']","[5, 6]",0,ussr,"Gorbachev's address emphasised that the USSR and its people were part of a world community"" and that their goal was the humanisation of international relations"".","['Gorsuch emphasized in his speech that the U-Va. Academy is not a generator.', 'In Gorbachev\'s remarks, the HNFL stressed that laboratories are above the progress of their systems, ""but what I like to do is imitate them.""', 'In 2993, < a href = ""http: / / www.zillow.com / blog / 2993 /"" target = ""_ blank"" > Gorbachev and his family, Kim, created this revolution.', 'The NHS needs to be more transparent about how it spends its money and how much it will pay for it.', '""I think it\'s going to take a lot of time,"" said Roseanne Jolie, who is also a senior fellow at the Center for Strategic and International Studies in Washington.']" -424,"['[', 'R.', 'J.', 'Minney,', 'Carve', 'her', 'Name', 'with', 'Pride,', '1956;', 'M.', 'R.', 'D.', 'Foot,', 'SOE', 'in', 'France', ',', '1968', 'edn.']","[16, 17]",0,france,"[ R. J. Minney, Carve her Name with Pride, 1956; M. R. D. Foot, SOE in France, 1968 edn.","['[VS Thunderstorms, Pink Panther and this Threat Inn, UK, Friday 1 July].', '[R.] Recently, the Department of Homeland Security and the Department of Homeland Security (DHS) announced that they will no longer issue visas to people who have been in the United States illegally.', 'According to < br >, the former England captain is set to sign a new five-year contract with the club.', '[R.J. Mom, 19] Adapts Büchner to the purpose of Spinjudell\'s commentary, a c-word: ""euzellmi,"" ""euzellmi,"" ""euzellmi,"" ""euzellmi,"" ""euzellmi,"" ""euzellmi,"" ""euzellmi,"" ""euzellmi,"" ""euzellmi,"" euzellmi, ""euzellmi,"" euzellmi, ""euzellmi,"" euzellmi, ""euzellmi,"" euzellmi, ""euzellmi,"" euzellmi, ""euzellmi,"" euzellmi, ""euzellmi,"" euzellmi, ""euzellmi,"" euzellmi, ""euzellmi,"" euzellmi, ""euzellmi,"" euzellmi, ""euzellmi,"" euzellmi, ""euzellmi,"" euzellmi, ""', 'Conte gets rid of both the bad news and the cheap shot, the regulator or the sleeve [of my patients].']" -425,"['The', 'demand', 'for', 'more', 'public', 'accountability', 'in', 'the', '1970s,', 'along', 'with', 'the', 'demand', 'for', 'real', 'reductions', 'in', 'public', 'sector', 'spending', 'in', 'the', 'UK', 'and', 'the', 'USA,', 'has', 'included', 'demands', 'for', 'greater', '`', 'value', 'for', 'money', '""', 'from', 'government.']","[22, 23]",0,uk,"The demand for more public accountability in the 1970s, along with the demand for real reductions in public sector spending in the UK and the USA, has included demands for greater value for money"" from government.","['WASHINGTON (Reuters) - The United States agreed on Thursday to pay $1.7 billion to settle a lawsuit filed by a group of Mexican drug lords accused of smuggling heroin into the United States from Mexico, the latest in a string of high-profile drug trafficking cases.', '""Our demands for talks between Felipe, Ãngel and Fran Smith Siprea were met at St. Morgan Hospital in Venice,"" the statement said, adding that ""one of the most important issues facing the country is the safety of its citizens.""', 'The call to prosecute the regulator for its part in the riots came in response to a report by the Independent Police Complaints Commission (IPCC) which said: ""It is clear from the evidence they have heard that there is no evidence of any wrongdoing.""', 'There is not yet a horror that the Democrats wanted to see... The most famous personnel qualifications, along with the Agriculture Secretary, ""No Leadership in Resolutions,"" ""No Leadership in Resolutions,"" ""No Leadership in Resolutions,"" ""No Leadership in Resolutions,"" ""No Leadership in Resolutions,"" ""No Leadership in Resolutions,"" ""No Leadership in Resolutions,"" ""No Leadership in Resolutions"" and ""No Leadership in Resolutions.""', 'Etihad Stadium has been the scene of a number of high-profile incidents in recent weeks, including a brawl at Etihad Stadium and a brawl between fans at Etihad Stadium.']" -426,"['The', 'Prime', 'Minister,', 'Kiichi', 'Miyazawa,', 'made', 'a', 'brief', 'official', 'trip', 'to', 'Europe', 'in', 'late', 'April', 'and', 'early', 'May,', 'visiting', 'France', 'on', 'April', '29-30', 'and', 'Germany', 'on', 'April', '30-May', '2.']","[24, 25]",0,germany,"The Prime Minister, Kiichi Miyazawa, made a brief official trip to Europe in late April and early May, visiting France on April 29-30 and Germany on April 30-May 2.","['KABUL, Afghanistan (AP) - Pakistani Prime Minister Benazir Bhutto said Tuesday that she will not seek re-election as president of the United States, a move that could end a two-year war that has killed more than a dozen people and wounded more than a dozen.', 'The Kireshi Wood Fence has been in existence for more than a decade, and the formal process of its restoration has produced data that can be viewed from the treetop, < a href = ""http: / / www.zillow.com / blog / kireshi-wood-fence-has-been-built-for-more-a-century-and-a-half-a-century-and-a-half-a-a-half-century-and-half-a-half-century-and-a-half-half-century-and-a-half-half-century-old-old.""', 'Prime Minister Kirill Mi made a brief visit to the region in late April and early May to discuss the future of the region.', 'If anything, the worst that can happen is that the Polish amendment creates an enviably desolate public view - the Guildhall, with its hundreds of iconic service photos, analytical reporters, and Vietnamese speakers, if you will.', 'The Prime Minister of my government, Kaki Miyazaki, visited Japan during his brief visit to Japan in October, and the other signatures were made entirely by himself, including a letter from the Japanese Prime Minister, a letter from the Japanese Prime Minister, a letter from the Japanese Prime Minister, a letter from the Japanese Prime Minister, a letter from the Japanese Prime Minister, a letter from the Japanese Prime Minister, a letter from the Japanese Prime Minister, a letter from the Japanese Prime Minister, a letter from the Japanese Prime Minister, a letter from the Japanese Prime Minister, a letter from the Japanese Prime Minister and a letter from the Japanese Prime Minister.']" -427,"['The', 'question', 'during', 'Mr', ""Baker's"", 'recent', 'tour', 'was', 'whether', ""Israel's"", 'Yitzhak', 'Shamir', 'or', 'Syria', ""'s"", 'Hafez', 'Assad', 'would', 'run', 'out', 'of', 'excuses', 'first.']","[13, 14]",0,syria,The question during Mr Baker's recent tour was whether Israel's Yitzhak Shamir or Syria's Hafez Assad would run out of excuses first.,"['He had to clarify whether Israel\'s ""racist"" supporters, aka # Jason Baker, were racist.', 'Baker said in a statement he was ""deeply saddened"" by the deaths of Forston, Gummer and his family.', 'Baker, who resigned as head of the British Chambers of Commerce last month, said he believed the takeover was likely to cause negative publicity.', '""Oddly enough, you hear in the Jennifer Tribune that she would like those future prospects after her once-impossible Santorum < unk > / < unk > PGA proposal,"" Baker said.', 'McCain has been working on a ""questionable"" strategy for cybersecurity, Schumer said, saying it\'s important to put forward proposals for a rhetorical approach to poverty, falling debt, ""doing a lot of work"" and ""educating eyes to see if progressive personal insurance is needed.""']" -428,"['Visit', 'the', 'Channel', 'Islands', 'and', 'you', 'will', 'see', 'Britten-Norman', 'Trislanders', 'happily', 'buzzing', 'between', 'the', 'islands', 'and', 'the', 'two', 'adjacent', 'mainlands', 'of', 'England', 'and', 'France.']","[2, 4]",0,channel islands,Visit the Channel Islands and you will see Britten-Norman Trislanders happily buzzing between the islands and the two adjacent mainlands of England and France.,"['You can fly back and forth between the islands without paying a smuggler.', ""If you are looking for a place to spend some time with your family and friends, visit the island, which is home to some of the world's most famous archaeological sites, including the National Museum of Natural History, National Museum of Natural History, National Museum of Scotland, National Museum of Scotland, National Museum of Scotland, National Museum of Scotland, National Gallery of Scotland, National Gallery of Scotland, National Gallery of Scotland, National Gallery of Scotland, National Gallery of Scotland, National Gallery of Scotland, National Gallery of Scotland, National Gallery of Scotland, National Gallery of Scotland, National Gallery of Scotland, National Gallery of Scotland, National Gallery of Scotland, National Gallery of Scotland, National Gallery of Scotland and National Gallery of Scotland."", 'On the journey to the bottom of the English Channel, you soon come across a satirical trilogy in which Steffie Ordo plays a group of sweet and brown-haired men in a sumptuous, slick suit who, due to the conspiratorial and short-sighted nature of Limassol, are forced to flee to Spain in search of the RMC monster.', ""It's not the first time Celeste has caused controversy, as she shared a photo of herself in a bikini on Instagram with the caption: 'I'm so excited to be part of this project.'"", 'Lloyds Banking Group, which owns Lloyds Banking Group, is due to report full-year profits on Friday.']" -429,"['One', 'particularly', 'notable', 'vessel', 'which', 'he', 'designed', 'was', 'the', 'Stirling', 'Castle,', 'famed', 'for', 'her', 'speed,', 'for', 'example,', 'when', 'in', '1882', 'she', 'brought', 'home', 'a', 'cargo', 'of', '6,000', 'tons', 'of', 'China', 'tea', 'from', 'Hankow', 'in', 'twenty-eight', 'days,', 'beating', 'the', 'previous', 'best', 'time', 'by', 'more', 'than', 'a', 'week.']","[29, 30]",0,china,"One particularly notable vessel which he designed was the Stirling Castle, famed for her speed, for example, when in 1882 she brought home a cargo of 6,000 tons of China tea from Hankow in twenty-eight days, beating the previous best time by more than a week.","['In one particularly notable case, the runner, National Scientific Caspar Ruf, was the silent arbiter of the ""Parachutists Höxter,"" an association of skydivers.', ""The Norwegian-born Swede, who has also been linked with a move away from the Emirates, said: 'It's been a while since I've played in the Premier League."", ""Bangladesh's development centre is due to open in 2022, but the government has said it cannot complete the project before the end of the year and the project cannot be completed before the end of the year."", 'It was the latest in a series of incidents in recent weeks in which police were called to a disturbance at a property in Mulaney, south London, where a man was arrested on suspicion of negligent homicide and negligent homicide.', ""Join < unk >'s TOM FARMERY for all the action as it happens with < unk >'s JAMIE REDKNAPP at the Hawthorns... and don't forget to tell us your predictions by leaving a comment below... Joey Barton at the Hawthorns... Joey Barton at the Hawthorns... and don't forget to tell us your predictions by leaving a comment below... Joey Barton at the Hawthorns... Joey Barton at the Hawthorns... and don't forget to tell us your predictions by leaving a comment below... Joey Barton at the Hawthorns...""]" -430,"['Ironically,', 'my', 'father,', 'mother,', 'younger', 'brother', 'and', 'I', 'had', 'recently', 'returned', 'to', 'England', 'from', 'Singapore', ',', 'at', 'the', 'end', 'of', 'a', 'four-year', 'posting.']","[14, 15]",0,singapore,"Ironically, my father, mother, younger brother and I had recently returned to England from Singapore, at the end of a four-year posting.","['Ironically, my father was an actor, and I recently returned to work, and my death on behalf of Johnson had a profound effect on me.', 'My own < a href = ""http: / / www.zillow.com / blog /"" target = ""external"" > recipe suggestion is handy.', ""Ironically, Kay, whom I met while researching children's reports in the UK, was not the only one who was shocked to see that the latest Microsoft Traffic Health Report on Positive Einstein had been published."", 'The irony is that my ex-husband and former polygamist Jon Bon Jovi called him ""Mr Nice Guy"" for 40 years.', 'Ironically, this is the first time the company has made changes to reduce carbon dioxide emissions, and the first time it has done so in the past.']" -431,"['In', 'Vernicos', 'Shipping', 'Co', 'v.', 'United', 'States', '217', 'the', 'application', 'of', 'the', 'Brussels', 'Convention', 'on', 'State', 'Immunity', 'between', 'Greece', '(a', 'party)', 'and', 'the', 'United', 'States', '(a', 'non-party)', 'was', 'considered.']","[23, 25]",0,united states,In Vernicos Shipping Co v. United States 217 the application of the Brussels Convention on State Immunity between Greece (a party) and the United States (a non-party) was considered.,"['The Company is pleased to announce that it has entered into a definitive agreement with the Company to acquire and sell the common shares of Common Stock, Common Stock, Common Stock, Common Stock, Common Stock, Common Stock, Common Stock, Common Stock, Common Stock, Common Stock, Common Stock, Common Stock, Common Stock, Common Stock, Common Stock, Common Stock, Common Stock, Common Stock, Common Stock, Common Stock, Common Stock, Common Stock, Common Stock, Common Stock, Common Stock, Common Stock, Common Stock, Common Stock, Common Stock, Common Stock, Common Stock, Common Stock, Common Stock, Common Stock, Common Stock, Common Stock,', 'Before the Shihada Court in Zurich, the Canton of Zurich, one of the largest gay rights groups in the world, invoked the widespread use of the term ""incitement to the people.""', 'In the lawsuit, the council argued against 54.1 percent of the perks and benefits, even though they were paid for by the state.', 'The meeting of the municipal council was about promoting the film, written by Carl Geiger, as a way to bring people from all walks of life together.', 'However, the Prime Minister will also promise to ""take action"" on the issue, which has been viewed with scepticism by several quarters, including the business community.']" -432,"['It', 'was', 'the', 'day', 'Hitler', 'tore', 'into', 'Belgium', 'and', 'the', 'Netherlands', ',', 'and', 'the', 'day', 'that', 'Winston', 'Churchill', 'became', 'Prime', 'Minister.']","[10, 11]",0,netherlands,"It was the day Hitler tore into Belgium and the Netherlands, and the day that Winston Churchill became Prime Minister.","['It was the date on which British Prime Minister Winston Churchill was overthrown.', ""It was an appeal that saw Hitler invade Belgium and the Netherlands, with a British shield and Jean Duran's promise to the contrary to create a conspiracy of heights."", 'Isolated Hitler shot himself in Belgium', ""It was the day of recovery for Belgium & the Foxes reached the Netherlands, the day of celebration of Nick Gregory's premiership win"", ""For example, for 500 tickets, the capacity of 50,000 will suffice, 37 x tension high, and the English contents include the vote, in which case it will get meaty with the Oscar-winning 400-year-old famous name. obstambique may have had an answer before, but it can't replace friendships with Samantha Lee's idealism and Winston Churchill's modern-day ME in You are Rest Astronomi Vcostica's If I Treat.""]" -433,"['The', 'compensation', 'should', 'be', 'arranged', 'at', 'a', 'European', 'level,', 'because', 'sediment', 'washed', 'from', 'the', ""UK's"", 'east', 'coast', 'can', 'end', 'up', 'strengthening', 'natural', 'sea', 'defences', 'in', 'Belgium,', 'the', 'Netherlands', 'and', 'Germany.']","[27, 28]",0,netherlands,"The compensation should be arranged at a European level, because sediment washed from the UK's east coast can end up strengthening natural sea defences in Belgium, the Netherlands and Germany.","[""< br > 's DAVID LLOYD reflects on a fascinating one-day match between the teams at Lord's and Lord's..."", ""The deposit on Mum's weekend properties and luxury apartments is likely to go down quite well, with freeloaders pointing out that she is descended from the best 19 years together, a K of 26 minutes."", 'On the European stage, like nowhere else, they have decided that their retirement party will be one of the best in the world, and that they must make the most of it, and that they must make the most of it, and they will have to make the most of it.', 'The performance of this series should be enough to make you wonder if it is only a matter of time before he gets his chance to prove to the world that he is still the best batsman in the world and that he still has a lot of work to do if he is to get back to the top of the rankings.', ""It shouldn't burden Brian too much, but it shouldn't be too much.""]" -434,"['His', 'father,', 'Lazarus', 'Cohen', '(known', 'as', 'Reb', 'Leizer),', 'was', 'formerly', 'a', 'bochur', '(teacher)', 'in', 'the', 'rabbinical', 'college', 'of', 'Wolozhin,', 'near', 'Wilkovislak', 'in', 'Lithuania', '.']","[22, 23]",0,lithuania,"His father, Lazarus Cohen (known as Reb Leizer), was formerly a bochur (teacher) in the rabbinical college of Wolozhin, near Wilkovislak in Lithuania.","['His father, Laz (also known as ""F. F.""), was born in 1966 as the son of first-degree Christians.', 'Cohen, known as Reb Leibovitz, used to be one of the secularists ""biggest hopefuls, but in recent years he has turned his attention to Cyrus, who has been a vocal critic of Trump\'s policies.', 'His father Richard Cohen (a nemesis of the late Nicholas Wilkovis) used to be a slave in the psyche of the Plymouth Plymouth School of Dramatic Art.', 'But I wanted to know if there was a way Lewandowski could have been more effective, and if he could have been more direct, he could have been more direct.', 'His father, Lasar Cohen (Reb), who credits the success of TechPath architect Haidar Kna Software, a software company now owned by the publisher, and his wife, who has worked on the project for more than a decade, said: ""We are thrilled to be able to offer our customers the opportunity to learn more about our products and services.""']" -435,"['The', 'initial', 'impressions', 'of', 'the', 'Italian', 'reform', 'of', '1978', 'suggested', 'a', 'similarly', 'disappointing', 'outcome', 'to', 'that', 'in', 'the', 'USA', '.']","[18, 19]",0,usa,The initial impressions of the Italian reform of 1978 suggested a similarly disappointing outcome to that in the USA.,"['The looming reforms in Britain are as disappointing as the referendum result can show, < p >.', ""The beginnings of Gingrich's reform in 1978 suggested a similar pattern, in the Old Fribalian words Halifax revolficus, that circulated between the two parties."", 'After the war, he fused religion ""into a theory of leadership,"" digitization, and produced very impressive results, such as the idea that dynasties could finally be built without destroying the wall between Carrie and Louise Trump, and the idea that separatism could be achieved by integrating weapons, reducing the value of the ring to the sum of its parts.', 'The original impression of the Italians was a picturesque holiday.', 'Under the new rules, consumers will be able to sign up to the Affordable Care Act (ACA), which includes changes to Obamacare, the Affordable Care Act, the Affordable Care Act, the Affordable Care Act and the Affordable Care Act.']" -436,"['The', 'Turkmen', 'Council', 'of', 'Ministers', 'decided', 'on', 'July', '14', 'to', 'establish', 'a', 'national', 'guard', 'initially', 'numbering', '1,000', 'and', 'republican', 'armed', 'forces,', 'although', 'with', 'significant', 'involvement', 'by', 'Russia', '[', 'see', 'p.', '38969', '];', 'it', 'was', 'expected', 'that', 'the', 'Turkmen', 'Defence', 'Department', 'would', 'become', 'a', 'Ministry,', 'to', 'be', 'headed', 'by', 'current', 'defence', 'chief', 'Danatar', 'Kopekov.']","[1, 2]",0,turkmen,"The Turkmen Council of Ministers decided on July 14 to establish a national guard initially numbering 1,000 and republican armed forces, although with significant involvement by Russia [ see p. 38969 ]; it was expected that the Turkmen Defence Department would become a Ministry, to be headed by current defence chief Danatar Kopekov.","['The charity, originally set up to help homeless people, has raised more than $2,000 through baptisms in 22 countries.', 'On 14 March 2014, the Turkish Council of Ministers decided to establish control services led by the Government of Turkmenistan and the Government of Turkmenistan, as announced by the Ministry of Foreign Affairs.', 'In a statement, the Pentagon said: ""We are deeply saddened to learn of the death of a member of our armed forces who was shot in the chest by a Taliban sniper in Afghanistan\'s Helmand Province.""', 'The Turkish Council of Kittmans Harlem, which represents the Jewish community, said: ""We are deeply saddened to hear of the tragic loss of one of the most important figures in the history of the Jewish community, the Jewish community, the Jewish community, the Jewish community, the Jewish community, the Jewish community, the Jewish community, the Jewish community, the Jewish community, the Jewish community, the Jewish community, the Jewish community, the Jewish community, the Jewish community, the Jewish community, the Jewish community, the Jewish community, the Jewish community.""', ""For example, Cruz on??? a??? Politico??? reported.??? We??? are going to have to make sure that we're going to be able to make sure that we're going to be able to make sure that we're able to make sure that we're able to make sure that we're able to make sure that we're able to make sure that we're able to make sure that we're able to make sure that we're able to make sure that we're able to do that.??""]" -437,"['The', 'urban', 'riots', 'of', '1981,', 'the', 'continuing', 'troubles', 'in', 'Northern', 'Ireland,', 'and', 'the', 'headline-making', 'supporters', 'of', 'many', 'football', 'clubs,', 'combine', 'to', 'give', 'the', 'impression', 'that', 'crowd', 'violence', 'is', 'on', 'the', 'increase', 'in', 'contemporary', 'Britain', '.']","[33, 34]",0,britain,"The urban riots of 1981, the continuing troubles in Northern Ireland, and the headline-making supporters of many football clubs, combine to give the impression that crowd violence is on the increase in contemporary Britain.","['Customs and Border Protection (CBP) and the Department of Homeland Security (DHS) are investigating the incident, and the Department of Homeland Security (DHS) is investigating whether it was the result of an incident in which a woman was hit by a car while traveling to the United States.', 'The 1981 riots, which killed 72 people, marked the entire Icelandic anniversary of Eve Pandies.', 'The 1981 riots in the city, the stagnation in Northern Ireland and the headline-grabbing fans of many football clubs will speak openly about racism in some of their political leanings.', 'After the 1981 New Year\'s Day riots in Charlottesville, Virginia, the president of the National Rifle Association said in a statement that he was ""deeply saddened to hear of the death of a black man at the hands of white supremacists in Charlottesville, Virginia.""', 'Broken-hearted Ivan Cahill and Canadian Adam Baker have set up Model and Les Rousseau near London, and they are not interested in other council candidates.']" -438,"['In', 'the', 'year', 'beginning', 'November', '1917', 'National', 'Service', 'Medical', 'Boards', 'conducted', 'nearly', '2.5', 'million', 'medical', 'examinations', 'in', 'Great', 'Britain', ':', 'of', 'every', 'nine', 'men,', 'only', 'three', 'were', 'perfectly', 'fit', 'and', 'healthy,', 'while', 'two', 'were', 'on', 'a', 'definitely', '`', 'unfirm', 'plane', '""', 'of', 'health', 'and', 'strength,', 'three', 'were', 'incapable', 'of', 'undergoing', 'more', 'than', 'a', 'very', 'moderate', 'degree', 'of', 'physical', 'exertion', 'and', 'the', 'remaining', 'one', 'was', 'a', 'chronic', 'invalid.']","[17, 19]",0,great britain,"In the year beginning November 1917 National Service Medical Boards conducted nearly 2.5 million medical examinations in Great Britain: of every nine men, only three were perfectly fit and healthy, while two were on a definitely unfirm plane"" of health and strength, three were incapable of undergoing more than a very moderate degree of physical exertion and the remaining one was a chronic invalid.","['Remarkably, private doctors in the UK lead a huge number of new arrivals from the UK - a new national survey has found and inspections have been launched.', 'At the beginning of November 1917, the health authorities in Regensburg mobilised almost 2.5 million doctors: only three of the nine-year-olds were still in danger.', '""We have a very clear line and disease systems orthopedic surgeon, a very clear line and disease systems orthopedic surgeon, a very clear line and disease systems orthopedic surgeon, a very clear line and disease systems orthopedic surgeon, a very clear line and disease systems orthopedic surgeon, a very clear line and disease systems orthopedic surgeon and a very clear line and disease systems orthopedic surgeon,"" he said.', 'Of the 19.2 million Americans who voted for President Obama, only 1 percent voted for him, and 3 million for him. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *', ""The Real Wiblacregem Centre (@ Real _ Wiblacregem), operated by the National Institute for Health and Care Excellence (NICE), is the world's largest cancer prevention and treatment research institute in the United States, Canada, Canada, the United Kingdom and the United Kingdom.""]" -439,"['On', 'a', 'visit', 'to', 'the', 'United', 'States', 'on', 'May', '19-21', 'Kohl,', 'accompanied', 'by', 'Foreign', 'Minister', 'Hans-Dietrich', 'Genscher,', 'assured', 'his', 'hosts', 'that', 'his', 'government', 'did', '""', 'not', 'want', 'to', 'see', 'the', 'long-standing', 'Atlantic', 'alliance', 'in', 'any', 'way', 'weakened,', 'still', 'less', 'replaced', 'by', 'a', 'European', 'structure', '"".']","[5, 7]",0,united states,"On a visit to the United States on May 19-21 Kohl, accompanied by Foreign Minister Hans-Dietrich Genscher, assured his hosts that his government did"" not want to see the long-standing Atlantic alliance in any way weakened, still less replaced by a European structure"".","[""According to a new study by the University of California, Berkeley and the University of California, Berkeley, China's East China Sea, home to more than two hundred million native creatures, is also home to more than 3,110 thousand of the world's largest marine creatures and more than 100 million of the world's largest marine creatures."", '""We\'re going to have to do a lot of work to make sure that we\'re capable of doing that, and we\'re going to do a lot of work to make sure that we\'re capable of doing that, and we\'re going to make sure that we\'re capable of doing that, and we\'re going to make sure that we\'re capable of doing that, and we\'re going to make sure that we\'re capable of doing that, and we\'re going to make sure that we\'re capable of doing that,"" he said.', 'According to his foreign minister, Hans-Dietrich Kalket, he told the meeting that it was a ""great honour"" for sport to be exempted from the disclosure requirement ""for fear of being labelled an extremist by the authorities... and it was a"" great honour ""for sport to be exempted from the disclosure requirement"" for fear of being labelled an extremist. ""', 'At his summer retreat from May 19 to May 20, he adopted ""American characteristics"" that gave him a sense of humor, said press secretary Fektov Colleen, who wished to remain anonymous.', ""On 19 March, Kohl met with the President of the European Union and consulted a father who said he was worried about his son's health.""]" -440,"['The', 'Arab', 'League', 'Secretary-General,', 'Chedli', 'Klibi', '(', 'Tunisia', '),', 'had', 'already', 'resigned', 'on', 'Sept.', '3,', 'over', 'alleged', 'accusations', 'from', 'Saudi', ""Arabia's"", 'Foreign', 'Minister,', 'Prince', 'Saud', 'al', 'Faisal,', 'that', 'he', 'had', 'failed', 'in', 'his', 'mandate', 'to', 'discover', 'why', 'some', 'Arab', 'countries', 'had', 'expressed', 'reservations', 'or', 'abstained', 'from', 'voting', 'during', 'the', 'August', 'Arab', 'emergency', 'summit', 'on', ""Iraq's"", 'invasion', 'of', 'Kuwait', '[', 'see', 'p.', '37635', '].']","[7, 8]",0,tunisia,"The Arab League Secretary-General, Chedli Klibi ( Tunisia ), had already resigned on Sept. 3, over alleged accusations from Saudi Arabia's Foreign Minister, Prince Saud al Faisal, that he had failed in his mandate to discover why some Arab countries had expressed reservations or abstained from voting during the August Arab emergency summit on Iraq's invasion of Kuwait [ see p. 37635 ].","['Thaksin Abu Khaldidyaf returned to power in Klaan with a furious public swan against Hamas and an inferior official activist, eventually using a rising gross / foreign currency and effectively combining it with Obama, Federal Reserve Chairman Mitt Romney, Federal Reserve Chairman Ben Bernanke, Federal Reserve Chairman Ben Bernanke, Federal Reserve Chairman Ben Bernanke, Federal Reserve Chairman Ben Bernanke, Federal Reserve Chairman Ben Bernanke, Federal Reserve Chairman Ben Bernanke, Federal Reserve Chairman Ben Bernanke, Federal Reserve Chairman Ben Bernanke, Federal Reserve Chairman Ben Bernanke, and Federal Reserve Chairman Ben Bernanke.', ""(CNN) -- Donald Trump's Murdoch attempt and Conally Knight's September 17,??? comedic??? attempt to combine conceivably clear goals with clarity??? have been discussed for a long time, especially in the sixth quarter,??? he said.??? It??? s been a long time since I saw an alliance against Broadbat??? he said.????"", 'The General Secretary of the Touch Fishing League, Chedli Klibi < a href = ""http: / / www.zillow.com / blog / chedli-klibi-klibi-klibi-klibi-klibi-klibi-klibi-klibi-klibi-klibi-klibi-klibi-klibi-klibi-klibi-klibi-klibi-klibi-klibi-klibi-klibi-klibi-klibi-klibi-klibi-klibi-klibi-klibi-klibi-klibi-klibi-klibi-klibi-klibi-klibi-klibi-klibi-klibi-klibi-klibi-klibi-klibi-klibi-klibi-klibi-klibi-klibi-klibi', 'Given the serious injury to Lou Gehrig, a ""divorced and inventive war we\'re shaping"" today could be cause for concern for Netanyahu\'s ""Baby Pho"" (""Baby Pho"") comedian Paul König (""Baby Pho"") (""Baby Pho"") (""Baby Pho"") (""Baby Pho"") (""Baby Pho"") (""Baby Pho"") (""Baby Pho"") (""Baby Pho"") (""Baby Pho"") (""Baby Pho"") (""Baby Pho"") (""Baby Pho"") (""Baby Pho"") (""Baby Pho"")', 'The United Nations Secretary-General, for example, has been in Israel for several years, and his visit to Egypt and Egypt came as a complete surprise to the country\'s leaders, who said they were ""deeply saddened"" by the news of the death of a Palestinian killed in a car bomb attack in Gaza.']" -441,"['The', 'meeting', 'then', 'proceeded', 'to', 'the', 'more', 'serious', 'business', 'of', 'the', 'UK', 'Drinking', 'Water', 'Regulations', 'under', 'the', 'expert', 'guidance', 'of', 'Owen', 'Hydes,', 'the', 'deputy', 'chief', 'inspector', 'of', 'the', 'Drinking', 'Water', 'Inspectorate.']","[11, 12]",0,uk,"The meeting then proceeded to the more serious business of the UK Drinking Water Regulations under the expert guidance of Owen Hydes, the deputy chief inspector of the Drinking Water Inspectorate.","['Then there was the enduring success of ""YoZop"" - the implementation of policies to make it easier for the US military to retrofit its nuclear arsenal, its nuclear arsenal, its nuclear arsenal, its nuclear arsenal, its nuclear arsenal, its nuclear arsenal, its nuclear arsenal, its nuclear arsenal, and its nuclear arsenal.', 'In a statement, the FA said: ""The FA has made no comment at this time on the allegations made by the FA.', ""Owen Coyle's assistant Owen Oyston has been charged with misconduct and Keown's board are investigating the matter."", 'It then continued under the expert guidance and expertise of the Englishman N ""Spider-Man IV, whose 2010 Mercedes was the first of its kind in the Netherlands.', ""While the Sharapova decision is under the same theme and was made under the banner of 'parabolic behaviour', Jean-Pierre Ok told French daily Le Monde: 'I don't think it's fair to say that it's not fair to criticise her, but I think it's fair to say that I think it's fair to say that she's probably the best player in the world at the moment.'""]" -442,"['Nissan', 'is', 'the', 'extreme', 'case', 'among', 'the', 'seven', 'Japanese', 'car', 'makers', 'settling', 'into', 'America', 'and', 'the', 'three', 'that', 'are', 'in', 'Britain', '.']","[20, 21]",0,britain,Nissan is the extreme case among the seven Japanese car makers settling into America and the three that are in Britain.,"['Nissan has released images of its new Model 3 sedan, which is due to go on sale next year.', 'Nissan\'s board voted unanimously to ""lure investors"" to Russia.', 'Nissan 3D is a pure selection of Bjorker\'s song, but the trailers ""Fear"" and ""Results"" are inextricably linked, so many fans still think it\'s a common singular feature, a serious kind of mushroom movement.', 'Nissan could play role in attack', '< br > It is understood Ferguson asked Rummenigge if he would consider a move to Bayern Munich during a major research programme at Bayern Munich, and the German said: ""I don\'t think that would be the case at all.""']" -443,"['Scottish', 'scallops,', 'worth', 'about', '£7,000', 'and', 'due', 'for', 'export', 'to', 'Spain', ',', 'have', 'been', 'buried', 'alive', 'after', 'being', 'found', 'to', 'be', 'contaminated', 'with', 'heavy', 'metals.']","[10, 11]",0,spain,"Scottish scallops, worth about £7,000 and due for export to Spain, have been buried alive after being found to be contaminated with heavy metals.","['Scottish scallops - subsidised to the tune of £70,000 for trips to Spain - were buried alive, all dead.', 'Scottish defence has been growing in the UK for more than a decade and is likely to be exported by many on the left in the UK.', '""After such a difficult time, we are pleased to announce that we have reached an agreement with the Premier League,"" Football Federation Australia chief executive Mike Riley said in a statement.', 'Earlier in the day, Russian bombers attacked a military base in eastern Ukraine, killing at least three people and wounding more than 100 others, including a woman killed in a car bomb attack on a checkpoint in the eastern city of Krasnoyarsk and a man wounded in a shootout with police.', ""A Department for Work and Pensions spokesman said: 'We are aware of the concerns of Department for Work and Pensions staff.""]" -444,"['Cairns', 'group', 'members', '-', 'which', 'include', 'Australia,', 'Brazil,', 'Argentina', ',', 'Indonesia,', 'Canada,', 'the', 'Philippines', 'and', 'Thailand', '-', 'account', 'for', 'about', 'one-quarter', 'of', 'world', 'agricultural', 'trade.']","[8, 9]",0,argentina,"Cairns group members - which include Australia, Brazil, Argentina, Indonesia, Canada, the Philippines and Thailand - account for about one-quarter of world agricultural trade.","['The Joint Local Countercultural Trade (GCFESC), which deals with the creation of competitive profiles, collects and distributes wages in countries where raw materials and systems have been developed in developing countries.', 'Cair is one of the largest airlines in the world and one of the largest airlines in the world.', 'Criticizing a macho attitude to German, the district says Britons are looking for a Mudnop in the style of the film Dreamin Recnight Will Khel / Elizabeth Epson.', 'On Cairns Mayer - a merger between India and Cairns - anything is possible via Cairns Mayer because improved countermeasures for coal mills have been introduced.', 'The United States and China, through FIFA and other state-owned media companies, are trying to broker a deal between Canada and the United States that would allow both countries to host the 2018 Winter Olympics in Sochi, Russia, the 2024 Winter Olympics in Sochi, Russia, and the 2024 Winter Olympics in Sochi, Russia.']" -445,"['48', 'Eocene', 'bony', 'fish,', 'Pristigenys', 'substriatus,', 'Monte', 'Bolca,', 'Verona,', 'Italy', '.']","[9, 10]",0,italy,"48 Eocene bony fish, Pristigenys substriatus, Monte Bolca, Verona, Italy.","['48 (UPI) -- The U.S. Food and Drug Administration (FDA) says it is investigating possible contamination of a package of potassium chloride used in the U.S. Food and Drug Administration (FDA).', 'According to the Ministry of Justice, 48 juveniles have been released from prison this year.', ""48Knox, Pristina, Spain, £261, This Hertfordshire pumpkin, Grie's"", 'Cuttlefish Aditya, fried Ukrainian marimopter Kimchi Cabinet Fish Har', 'Liam Hemsworth (Eokidnyp, Priscilla Presley, Urs Crubba) Mohammed Gloria Mashanuki (Eokidnyp, Priscilla Presley) Mohammed Gloria Mashanuki (Eokidnyp, Priscilla Presley) Mohammed Gloria Mashanuki (Eokidnyp, Priscilla Presley) Mohammed Gloria Mashanuki (Eokidnyp, Priscilla Presley, Priscilla Presley) Mohammed Gloria Mashanuki (Eokidnyp, Priscilla Presley) Mohammed Gloria Mashanuki (Eokidnyp, Priscilla, Urs Crubba) Mohammed Gloria Mashanuki (Eokidnyp, Priscilla, Priscilla Presley)']" -446,"['One', 'firm', 'is', 'even', 'arranging', 'for', 'convoys', 'of', 'lorries', 'to', 'travel', 'with', 'the', 'coaches', 'to', 'France', 'and', 'bring', 'back', 'the', 'booty.']","[15, 16]",0,france,One firm is even arranging for convoys of lorries to travel with the coaches to France and bring back the booty.,"[""Berlusconi's ruling has allowed a company to impose fines of up to 10 million euros a year for nine years."", '""I think it\'s going to be a tough game,"" he said, ""but I think it\'s going to be a tough game.""', 'A company ensures that toys are transported on the ""DouchS pakne Orion S.A."" storm shield, otherwise it cannot fly to France.', 'The mother-in-law represents herself and makes films in the Nazi film Black Forest, The Uffizi Scene, The Scottish Take-Live by Austria Stadtbelrov a Monument to Moers / Slaughterhouse y San DI Lissabon, Hope Story to Domeu / Messékov, Daytime Shows by Austria Stadtbelrov a Monument to Moers / Slaughterhouse y San DI Lissabon, Italy (most scripts for films), Hope Story to Domeu / Messékov, Daytime Shows by Austria Stadtbelrov a Monument to Moers / Slaughterhouse y San DI Lisbon, Italy (overthrown in mid-2005), Ship is completely enveloped but in the middle of the night, don ""Frucht-Pooh-Pooh-Pooh-Pooh-Pooh-Pooh-Pooh-Pooh', 'A company that makes convoys of vans to transport people on horseback to their destinations has been accused of ""overloading"" the travel industry in the wake of a series of high-profile scandals that have rocked the country in recent years.']" -447,"['Only', 'the', 'eagle', 'badge', 'on', 'their', 'shakos', 'had', 'been', 'changed,', 'replaced', 'by', 'a', '`', 'W', '""', 'for', 'King', 'William', 'of', 'the', 'Netherlands', ',', 'but', 'otherwise', 'the', 'Dutch-Belgians', 'were', 'dressed', 'exactly', 'like', 'the', 'men', 'they', 'were', 'doubtless', 'about', 'to', 'fight.']","[21, 22]",0,netherlands,"Only the eagle badge on their shakos had been changed, replaced by a W"" for King William of the Netherlands, but otherwise the Dutch-Belgians were dressed exactly like the men they were doubtless about to fight.","['Only the Edgeweian Shakos from Massachusetts are known to have changed comrades in the past, while the Edgeweian Shakos from Thailand have changed comrades in the past.', ""He was substituted at half-time in Saturday's 1-1 draw against West Ham at St James' Park."", 'Just decorative fountain, and because of such a storm on Porto - my antipode on February 22 this sterling worldline.Spoken.jDailyPostings Is it necessary to have the winter fabulous on the back?', 'Her Shades Of Blue co-stars were all smiles as they made their way through the terminal, with sister Kate as W-Lo and her grandchildren, while Madonna looked more than happy to be seated front row at the glitzy event.', 'B. was only four when he was shot in the back of the head by a sniper in the early hours of the morning, the New York Times reported, citing sources familiar with the investigation.']" -448,"['Rubella', '(German', 'measles)', 'can', 'cause', 'devastating', 'damage', 'to', 'the', 'fetus', 'in', 'early', 'pregnancy', 'and', 'girls', 'who', 'have', 'not', 'had', 'an', 'attack', 'of', 'this', 'disease', 'by', 'the', 'age', 'of', 'puberty', 'are', 'offered', 'immunisation', 'against', 'this', 'virus', 'so', 'that', 'any', 'baby', 'conceived', 'would', 'be', 'protected,', 'although', 'this', 'should', 'soon', 'be', 'rare', 'in', 'the', 'UK', 'because', 'from', '1988,', 'MMR', '(measles,', 'mumps,', 'rubella)', 'protection', 'has', 'been', 'available', 'to', 'all', 'infants.']","[51, 52]",0,uk,"Rubella (German measles) can cause devastating damage to the fetus in early pregnancy and girls who have not had an attack of this disease by the age of puberty are offered immunisation against this virus so that any baby conceived would be protected, although this should soon be rare in the UK because from 1988, MMR (measles, mumps, rubella) protection has been available to all infants.","['Rubella can wreak havoc in the early stages of pregnancy, especially if the baby develops MKR (in the womb or womb) and if the baby develops MKR (in the womb or womb), it can cause severe birth defects such as abdominal bleeding, abdominal bleeding and abdominal bleeding.', 'Measles researcher Laese Duke, for example, has found that the number of measles cases in the United States fell by more than 50% last year, and that the number of measles cases in the United States has increased by more than 50% in the last decade, according to the CDC.', 'Rubella is highly likely to occur in premature babies and girls who have run a lot to get organic approval. < unk > Whiskey lasts 10, but your resistance to happiness is the most common. < unk > < unk > From 6 a.m. to 6 p.m. > More steroid researchers have recently found many, many reasons to cheer.', 'By contrast, around 27 per cent of those returning to the UK believe babies will suffer depression or other mental health problems as a result of the condition, according to the report.', 'In addition to heroin-related deaths, deaths have risen to more than 1,200, according to the U.S. Centers for Disease Control and Prevention (CDC), which said in a statement that the deaths were the result of an accidental heroin overdose in the United States between 1988 and 2002.']" -449,"['The', 'Chancellor', 'has', 'evidently', 'made', 'it', 'clear', 'to', 'Moscow', 'that', 'West', 'Germany', 'respects', 'East', 'Germany', ""'s"", 'existence', 'as', 'a', 'separate', 'state,', 'that', 'it', 'does', 'not', 'want', 'to', 'alter', 'the', 'present', 'military', 'set-up', 'of', 'Nato', 'and', 'the', 'Warsaw', 'Pact,', 'and', 'that', 'although', 'it', 'aims', 'to', 'overcome', 'the', 'division', 'of', 'Europe,', 'this', 'does', 'not', 'also', 'apply', 'to', 'the', 'political', 'division', 'of', 'Germany', '-', 'at', 'least', 'for', 'the', 'foreseeable', 'future.']","[13, 15]",0,east germany,"The Chancellor has evidently made it clear to Moscow that West Germany respects East Germany's existence as a separate state, that it does not want to alter the present military set-up of Nato and the Warsaw Pact, and that although it aims to overcome the division of Europe, this does not also apply to the political division of Germany - at least for the foreseeable future.","['The Chancellor has made it clear to Moscow that he does not want to be seen as an enemy of the West, that he does not want to be seen as a friend of the West, that he does not want to be seen as a friend of the West, that he does not want to be seen as a friend of the West.', 'But it was almost impossible to agree on a new European approach to refugee issues.', 'Apparently CoppenBrendan claimed on Twitter that the Creme de la Creme-Only-Conditioner Pascari was ""born of the indignation of the yes-sayers,"" and CoppenBrendan was quick to point it out - in Verdi\'s place.', ""Apparently the press office has noticed that the paper's < unk > columnist, Zaha Leatherman, has uncovered the treasure chest scandal. < unk > has been looking at some of football's biggest names in recent days and < unk >'s Lawrence Booth takes a look at some things you may have missed from this weekend's Premier League action."", 'Reagan, N.Y. ""It\'s like Belfast,"" Kresol said, ""and I\'m like Belfast, I\'m like Belfast, I\'m like Belfast, I\'m like Belfast, I\'m like Belfast, I\'m like Belfast, I\'m like Belfast, I\'m like Belfast, I\'m like Belfast, I\'m like Belfast, I\'m like Belfast, I\'m like Belfast, I\'m like Belfast, I\'m like Belfast, I\'m like Belfast.""']" -450,"['By', 'the', 'end', 'of', 'the', 'nineteenth', 'century', 'thirty-four', 'newspapers', 'had', 'appeared', 'in', 'Sierra', 'Leone,', 'nineteen', 'in', 'the', 'Gold', 'Coast,', 'nine', 'in', 'Nigeria', 'and', 'one', 'in', 'the', 'Gambia', '.']","[26, 27]",0,gambia,"By the end of the nineteenth century thirty-four newspapers had appeared in Sierra Leone, nineteen in the Gold Coast, nine in Nigeria and one in the Gambia.","['A map of the country was found in the 19th century.', ""At the end of the century, 34 newspapers were published in Sierra Leone, Egypt's slum, and we were provided with snabline food."", ""By noon, Assad's weekly populism - observed every 200 years; narratives and the general self - had reached a point where it was clear that it was not easy to trust certain children, but that it was not easy to convince them that they would achieve their goals, that they would be able to achieve their goals, that they would be able to achieve their goals, that they would be able to achieve their goals, that they would be able to achieve their goals, that they would be able to achieve their goals, and that they would be able to achieve their goals."", 'By the end of the 19th century, 33 clinics had been opened, 19 newspapers published, one sold in Liberia and one sold in Liberia.', 'At the end of the week, the number of participants increased by more than 20 percent, according to the National Association of Head Teachers (NASHA), while the number of participants in the program increased by more than 30 percent, according to the National Association of Head Teachers (NASHA). • The number of participants in the program has increased by more than 50 percent since the beginning of the year. • The number of participants in the program has increased by more than 50 percent. • The number of participants in the program has increased by more than 50 percent.']" -451,"['`', 'Why', 'Tunisia', '?', '""']","[2, 3]",0,tunisia,"Why Tunisia?""","['Why Tunisia is ""feeding.""', 'Why Tunisia?', 'Why Tunisia Gothic ""', 'Why Tunisia is deluding itself when it has a Mexican call!', 'How to proceed']" -452,"['At', 'the', 'time', 'of', 'construction', 'the', 'bridge', 'had', 'the', 'distinction', 'of', 'being', 'the', 'largest', 'swing', 'bridge', 'in', 'the', 'United', 'Kingdom', '.']","[18, 20]",0,united kingdom,At the time of construction the bridge had the distinction of being the largest swing bridge in the United Kingdom.,"['During the construction phase, the Company completed the construction of a new plant to construct a new plant to construct a new plant to construct a new plant to construct a new plant to construct a new plant to construct a new plant to construct a new plant to construct a new plant to construct a new plant to construct a new plant to construct a new plant to construct a new plant to construct a new plant to construct a new plant to construct a new plant to construct a new plant to construct a new plant to construct a new plant to construct a new plant to construct a new plant to construct a new plant to construct a new plant to construct a new plant to construct a new plant to construct a new plant.', 'For the first time in decades, the largest swing bridge in the United States was built in the United States and the largest in the world.', 'Blogger John von der Bill Nelson Berry also contributed to the mood of the construction period.', 'At the time of La Leone DésFreedom Terras, he had enjoyed these demonstrations, a pale elliptical ride under Cabana\'s supervision... Luck did him good... to ensure that he could rely on his customers ""surfing habits for Apple\'s latest technology chart.', 'For the first time, a 17-minute tweet pledged to raise £125,000.']" -453,"['Following', 'their', 'occupation', 'of', 'Malaya', 'and', 'Singapore', 'the', 'Japanese', 'invaded', 'Indonesia', '.']","[10, 11]",0,indonesia,Following their occupation of Malaya and Singapore the Japanese invaded Indonesia.,"['After the occupation of Malaysia and Singapore, the Japanese were patriots in Indonesia and Singapore.', 'According to her military radar, Sabu was from Panshan.', 'In a statement, the Council said: ""The Council has made it clear that it is committed to ensuring the safety of all residents of the area, including those living in the area, and that it is working closely with the Council to ensure that this does not happen again.', ""He said: 'I'm not going to say I'm going to do it again, I'm going to do it again."", 'It is not clear how much of the money will be used to repay the mortgage or how much will be used to repay the mortgage.']" -454,"['It', 'sniffed', 'the', 'air', 'once,', 'went', 'to', 'the', 'starboard', 'railing,', 'where', 'the', 'coastline', 'of', 'Malaysia', 'was', 'clearly', 'visible', 'only', 'four', 'miles', 'away,', 'and', 'returned', 'to', 'bound', 'over', 'the', 'port', 'railing', 'sixty', 'feet', 'into', 'the', 'sea,', 'to', 'begin', 'swimming', 'directly', 'for', 'the', 'shores', 'of', 'Sumatra,', 'a', 'further', 'eighty', 'miles', 'away', 'and', 'still', 'beneath', 'the', 'horizon.']","[14, 15]",0,malaysia,"It sniffed the air once, went to the starboard railing, where the coastline of Malaysia was clearly visible only four miles away, and returned to bound over the port railing sixty feet into the sea, to begin swimming directly for the shores of Sumatra, a further eighty miles away and still beneath the horizon.","['At one point Loual breathed a sigh of relief, then climbed on a submarine near Mester to visit hungry villages, and Daniel Jones flew into port for the first time since his rescue in 1996 when he was rescued from the wreckage of an underwater submersible.', 'At one point, he sniffed the room at 8: 23 a.m., quietly under the sign of Chrissy Teigen, 27. ""adoptive family"" shift workers came up to the woman while she was cooking and said she was picking herself.', 'At times she gasped for air, goar < a href = ""http: / / www.zillow.com / blog / goar < / a >, when the starboard version came to a halt, but she was able to get out of the vehicle and escape. < / a >', 'Rummenigge took a last breath, sat down with Quique Sanchez Flores, who was immediately on the board, and waited for a decision - a decision that would have been perfectly symbolic of the absurdity of the situation.', ""She tweeted: 'Amid speculation about my chances of winning the presidential election, I'm going to the garden plot in the woods above me', while 122,000 experts at the space agency declared that 'we can put every 8,000 square foot house on the right side and link factual rewards.'""]" -455,"[""I'm"", 'calling', 'from', 'France', '.']","[3, 4]",0,france,I'm calling from France.,"['Please sign autographs from France.', 'So I call the police.', 'I call from France, and I call from Paris, and I call from Paris, and I call from Paris.', ""When I come out of retirement for the first time in my life, I'm not going to make it, but I'm going to make it and I'm going to make it."", ""Mr Johnson said: 'I think it's important to remember that there are a lot of people out there who don't know what the future holds for Britain.""]" -456,['NORWAY'],"[0, 1]",0,norway,NORWAY,"['NORWAYS', 'New Zealand', 'New website independent', 'Pride', 'These attractive days will come as Director \'Anthony Fiennes, who will provide the twelve-month streaming prelude for future generations, as well as the opportunity to focus heavily on the sustainable economy and support the Post Office\'s ""devastating"" oil tax bill, will also be introduced as a young pro, and the high ""Fiona JunecDirect"" will be a seminar that will explore other aspects of the company\'s strategy and strategy.']" -457,"['The', 'Parliamentary', 'Under-Secretary', 'of', 'State', 'for', 'Northern', 'Ireland', '(Mr.', 'Richard', 'Needham)']","[6, 8]",0,northern ireland,The Parliamentary Under-Secretary of State for Northern Ireland (Mr. Richard Needham),"['Current Parliamentary Under Secretary of State for Northern Ireland (Richard Needham)', 'Two Deputy Foreign Ministers Esther Hentges (Mr. Gusides)', 'There is no such thing as a free trade agreement in Northern Ireland (and the Netherlands).', 'Richard Hodge, Parliamentary Under Secretary of State for Northern Ireland, would be a minister in the Dutch parliament.', ""Insiders have already spoken to the inspirational figures, with the Prime Minister saying he was' delighted 'at the news.""]" -458,"['His', 'visit', 'did', 'nothing', 'to', 'stem', 'the', 'exodus,', 'however,', 'and', 'on', 'Jan.', '20', 'the', 'Greek', 'authorities', 'declared', 'that', 'no', 'Albanian', 'would', 'be', 'allowed', 'to', 'enter', 'Greece', 'without', 'a', 'passport', 'and', 'visa.']","[25, 26]",0,greece,"His visit did nothing to stem the exodus, however, and on Jan. 20 the Greek authorities declared that no Albanian would be allowed to enter Greece without a passport and visa.","['It contributed to the swift expulsion of the advisory board, which said it had deployed a large number of appropriate police officers to ensure public safety.', 'His visit, too, failed to halt the demographic exodus, and met with pleas from Arab and European dreamers in the eurozone, who called Albanian standard-bearer Ralph Brusudge ""spiritually wrong"" and said that tax cards under consideration on the islands should be exempted while Greece ""should be sold.""', 'He was joined on stage by his co-star and co-creator Steven Spielberg, who was joined by his co-star and co-star Chris Hemsworth as they prepared for the big day.', 'Pretterus Instinct., March 20 (UPI) -- The U.S. Department of Homeland Security announced Tuesday it is suspending all travel to the United States for the first time since the September 11 attacks on the United States and its embassy in Benghazi, Libya. -- The U.S. Embassy in Benghazi, Libya, announced it was suspending all travel to the United States for the first time since Sept.', 'His visit did little to dispel the gloom and damage relations between the two countries.']" -459,"['It', 'was', 'announced', 'on', 'Feb.', '14', 'that', 'the', 'Soviet', 'ambassador', 'in', 'ReykjavÃk,', 'Igor', 'Krasavin,', 'was', 'being', 'recalled', 'until', '""', 'suitable', 'explanations', '""', 'were', 'given', 'by', 'Iceland', 'regarding', 'the', 'Jan.', '31', 'decision', 'to', 'establish', 'diplomatic', 'relations', 'with', 'Lithuania', 'as', 'an', 'independent', 'republic.']","[36, 37]",0,lithuania,"It was announced on Feb. 14 that the Soviet ambassador in ReykjavÃk, Igor Krasavin, was being recalled until"" suitable explanations"" were given by Iceland regarding the Jan. 31 decision to establish diplomatic relations with Lithuania as an independent republic.","['In the end, however, they did it anyway: ""The dark climate has given them a degree of ambiguity that suggests they are ambidextrous, and instead of concrete literature, they also need hours on the difficult feminist path - the Ani < unk > Grey Head high < unk > Too < unk > dd < unk > d < unk > d < unk > t < unk > t < unk > t < unk > t < unk > t < unk > t < unk > t < unk > t < unk > > > > > > t <unk > t < unk > t < unk > t < unk > t < unk > t < unk > t < unk > t < unk > t < unk > t', 'On February 14 it will be announced that Sharapova will meet her ambassador Krapparro Abbas for the first time in 22 months and that she will appear before the Court of Arbitration for Sport (CAS) later this month.', 'It was Netanyahu\'s decision during the winter break to take sides again as soon as possible while all diplomatic efforts to resolve the dispute are completed in parallel. However, both sides conclude that ""we from the UAE will continue to engage in a process of panic until the end of the year"" to resolve the conflict, according to a statement from the UAE Foreign Ministry, which states that ""the UAE and the UAE will continue to work together to resolve the conflict"" and that ""the UAE will continue to work with the UAE and the UAE to ensure that the UAE and the UAE continue to cooperate fully with the UAE.""', 'In so doing, they ushered in a new era of oppression of the EU, of communists and potentates, of the legitimacy of the Monarch as Sovereign, and of the people as head of state and nation.', ""The Tigers announced Sunday that James will be Sergio Montebol's long-awaited return to Alabama.""]" -460,"['For', 'ten', 'years,', 'from', '1971', 'to', '1981,', 'Patrick', 'and', 'his', 'brother', 'Dom', 'lived', 'in', 'Italy', ',', 'in', 'a', 'coachhouse', 'on', 'a', 'country', 'estate', 'just', 'outside', 'Frascati.']","[14, 15]",0,italy,"For ten years, from 1971 to 1981, Patrick and his brother Dom lived in Italy, in a coachhouse on a country estate just outside Frascati.","['For ten years, from 1971 to 1981, Patrick and his youthful cathedral in Italy began rubbing shoulders with a homestead.', ""In my grandmother's estate, I was forced to buy a house on FRIST land after vendors sold pictures and fingerprints of her as a clumsy likeness of Duggan in the 2005 London Archives cartoon."", 'For ten years, from 1971 to 1981, Patrick and his brother wrote on Twitter about Italy and the ""Gods of Jerusalem"" - ""Sstoplar,"" ""Sistine,"" ""Sistine,"" ""Sistine,"" ""Sistine, Sistine, Sistine, Sistine, Sistine, Sistine, Sistine, Sistine, Sistine, Sistine, Sistine, Sistine, Sistine, Sistine, Sistine, Sistine, Sistine, Sistine, Sistine, Sistine, Sistine, Sistine, Sistine, Sistine', 'For ten years, from 1971 to 1981, Di Cologne was a top-class pardistoid 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7', '""I don\'t know if I\'m going to make it, but I\'m going to make it, and I\'m going to do it, and I\'m going to do it,"" he said.']" -461,"['The', 'countries', 'considered', 'under', 'this', 'regional', 'grouping', 'are', 'Brunei,', 'Hong', 'Kong,', 'Indonesia,', 'Malaysia,', 'Philippines,', 'Singapore,', 'South', 'Korea,', 'Taiwan', 'and', 'Thailand', '.']","[19, 20]",0,thailand,"The countries considered under this regional grouping are Brunei, Hong Kong, Indonesia, Malaysia, Philippines, Singapore, South Korea, Taiwan and Thailand.","['European countries considering this regional problem are Brunei, Hong Kong, Indonesia, Sri Lanka and the United States.', 'The investment mandate also includes a $9.2 billion contribution to small business consolidation in 2022, a $9.2 billion contribution to small business consolidation in 2022, a $9.2 billion contribution to small business consolidation in 2022, a $9.2 billion contribution to small business consolidation in 2022, and a $9.2 billion contribution to small business consolidation in 2022, a $9.2 billion contribution to small business consolidation in 2014, and a $9.2 billion contribution to small business consolidation in 2014.', 'The themes of Madonna-qui-qui-la-la-la-la-la-la-la-la-la-la-la-la-la-la-la-la-la-la-la.', ""It's a regional gathering of London angling enthusiasts, where prospective buyers picnic on plots, hunt rhinos for 1939 - yes, yes, it's Frankfurt."", 'The regional group includes Brunei, Qatar, the United Arab Emirates, Saudi Arabia and Egypt.']" -462,"['Speaking', 'on', 'March', '22,', '1990,', 'to', 'scientists', 'who', 'had', 'worked', 'on', 'the', 'project,', 'the', 'then', 'UK', 'Prime', 'Minister', 'Margaret', 'Thatcher', 'promised', 'that', 'her', 'government', 'would', '""', 'meet', 'the', 'commitments', 'which', 'it', 'has', 'solemnly', 'accepted', '""', 'to', 'reduce', 'emissions', 'from', 'power', 'stations', '[', 'see', 'pp.']","[15, 16]",0,uk,"Speaking on March 22, 1990, to scientists who had worked on the project, the then UK Prime Minister Margaret Thatcher promised that her government would"" meet the commitments which it has solemnly accepted"" to reduce emissions from power stations [ see pp.","[""< br > 's Lawrence Booth takes a look at the main talking points of the day at Lord's and what we learned from it... and don't forget to share your predictions by leaving a comment below... as well as some pointers from our reporters..."", 'Speaking to academics at Oxford University, former Prime Minister Margaret Thatcher said: ""I think we need to be more open about what we need to do.""', 'In a speech on 22 May to scientists involved in the project, he promised to ""ensure that we have the resources we need to ensure that we have the resources we need to ensure that we have the resources we need to ensure that we have the resources we need to ensure that we have the resources we need to ensure that we have the best possible future for our country.""', 'Sen. John McCain, R-Ariz., and Sen. Lindsey Graham, R-S.C., are among those who have spoken out in favor of the bill, saying it would be a ""disgrace"" for the Senate to vote against it and that it would be a ""disgrace"" for the Senate to vote against it.', 'Over the years, political obsession with censorship, censorship of political speech, censorship of political speech, censorship of political speech, censorship of political speech, censorship of political speech, censorship of political speech, censorship of political speech, censorship of political speech, censorship of political speech, censorship of political speech, censorship of political speech, censorship of political speech, censorship of political speech, censorship of political speech...']" -463,"['However,', 'a', 'study', 'done', 'by', 'An', 'Foras', 'Forbartha', '(AFF)', '-', 'Ireland', ""'s"", 'institute', 'for', 'physical', 'planning', 'and', 'construction', 'research', '-', 'showed', 'in', '1980', 'that', 'pyrolytic', 'wastes', 'in', 'Irish', 'waters', 'were', 'higher', 'than', 'the', 'EEC', 'directives', 'permit.']","[10, 11]",0,ireland,"However, a study done by An Foras Forbartha (AFF) - Ireland's institute for physical planning and construction research - showed in 1980 that pyrolytic wastes in Irish waters were higher than the EEC directives permit.","[""However, Forbartha (AFF), the country's Department of Physical Sciences, has reported that the industry is facing 34 stricter regulations than previously thought."", 'In a statement, the school said: ""We are deeply saddened by the death of a young man who was shot in the head by a fellow student at the University of North Carolina at Chapel Hill and we are deeply saddened by the loss of his life.', 'However, studies by Reid Forbartha AP and the Forh Institute (AFF) of the Irish Institute of Technology (ART) in 1938 have shown that the question of how much energy the inland waterway consumes is more important than the question of whether the inland waterway is an energy source.', 'The classic Blairite mantra would be: ""If we want to stop the spread of extremism and terrorism, we must stop pandering to the needs of the American people.""', 'The Sistine Chapel on Broadway, New York, New York, New York, New York, New York, Washington, D.C., New York, New York, New York, Washington, D.C., New York, New York, Washington, D.C., New York, Washington, D.C., New York, Washington, D.C., New York, Washington, D.C., New York, Washington, D.C., New York, Washington, D.C., New York, Washington, D.C., New York, Washington, D.C., New York, Washington, D.C.']" -464,"['`', 'He', 'wanted', 'to', 'consolidate', 'his', 'position', 'within', 'the', 'company', 'by', 'being', 'appointed', 'head', 'of', 'the', 'UK', 'operation.']","[16, 17]",0,uk,He wanted to consolidate his position within the company by being appointed head of the UK operation.,"['As head of the automaker, Holger Hallbauer, head of a large, furnished school building.', '""McLaren wanted to maintain its position within the Southampton empire,"" he said.', 'DinFisher wanted to build a Council No Inheritance North Europe through the < a href = ""http: / / www.zillow.com / blog / dinFisher-wants-to-build-a-Council-No-Inheritance-North-Europe"" on October 17.', 'He did a lot of business for LeMlonzac in 1994 and was able to do a lot of business in the US.', 'Since the end of the coffee I wanted to']" -465,"['There', 'was,', 'therefore,', 'no', 'reason', 'for', 'him', 'to', 'be', 'worried', 'about', 'France', ',', 'still', 'isolated', 'in', 'the', 'first', 'half', 'of', 'the', 'decade.']","[11, 12]",0,france,"There was, therefore, no reason for him to be worried about France, still isolated in the first half of the decade.","['So yes, there are some things you can do to help your team-mates, but it is also important to remember that if you want to do well in the Premier League, you have to do well in the Champions League, and if you want to do well in the Europa League, you have to do well in the Europa League, and if you want to do well in the Europa League, you have to do well in the Europa League, and if you want to do well in the league, you have to do well in the league.', ""So Woodward had no reason to disagree with Mueller, who was trying to continue to live off the House's LNG terminals on a regular basis, and the institutions felt compelled to freeze disputes with the government and permanently curb the stimulus funds available for a code call."", 'In the penalty shoot-out, the colourful Riedbro fans preferred a 1-0 trip to the park - never looking at the cards, doubting the feelings - and he might be forced to choose between American support Coneten and dance broadcasters who come up with the idea of scenic, deasation-based audio books.', 'As a result, we were unable to provide any further information about the incident at the airport.', ""It's Chilcot's fault that we can't get to grips with the leaks about Iraq and Afghanistan that have blighted our national security, and will continue to do so for years to come.""]" -466,"['Some', 'indigenous', 'activists', 'say', ""Ecuador's"", 'government', 'had', 'better', 'pay', 'attention,', 'or', 'face', 'a', 'guerrilla', 'uprising', 'like', 'that', 'in', 'next-door', 'Peru', '.']","[19, 20]",0,peru,"Some indigenous activists say Ecuador's government had better pay attention, or face a guerrilla uprising like that in next-door Peru.","['Some activists from around the world say they have been hurt by what they see as the Saudi blockade of the Gulf of Aden, which has killed more than 100 people in the past two years.', 'Some Mongolian activists said the violence caused by the unrest in Brazil was caused by ""Russian aggression"" on the tennis court in England.', 'Some of the youngsters think Sanchez is the old golden boy [and] he is at least capable of doing that.', 'Some indigenous activists claim that in a series of radio broadcasts the government has been too slow to act on the issue and that the government has been too slow to address the concerns of the indigenous population who have been struggling with the influx of asylum seekers.', '""Carrie leads us, quite ironically, to the conclusion that"" I saw the pop culture commentaries there as ""Reformation 2.0,"" ""the New York News Administration Nation\'s 25 / 1 / 2 says,"" low us 34 / 2 / 2 / 1 / 1. ""']" -467,"['Li', 'Peng', 'began', 'a', 'tour', 'of', 'Pakistan,', 'Bangladesh', 'and', 'Nepal', 'on', 'Nov.', '14,', '1989,', 'accompanied', 'by', 'Qian', 'Qichen', 'and', 'the', 'Minister', 'for', 'Foreign', 'Economic', 'Relations', 'and', 'Trade,', 'Zheng', 'Tuobin.']","[7, 8]",0,bangladesh,"Li Peng began a tour of Pakistan, Bangladesh and Nepal on Nov. 14, 1989, accompanied by Qian Qichen and the Minister for Foreign Economic Relations and Trade, Zheng Tuobin.","['Together with Qian Qiang and the Chinese Foreign Minister, Li Peng presided over a boom in Pakistan, Bangladesh and Nepal in 1989.', 'Li Peng, the world No.', ""Li Peng began his journey north of Zambia on Saturday night - a day after his father's death."", 'Li Pen made her first trip to China since taking office in January.', 'Li Peng began Express Online at 2 p.m., followed by Lysema Anger Plissis War of Madame Muklan, IC, and Grande-Postari, U-M President Tarimerk, 95, and Li Pen, 95.']" -468,"['In', 'an', 'attempt', 'to', 'extend', 'the', 'methane', 'data,', 'H.', 'Craig', 'and', 'C.', 'C.', 'Chou,', 'of', 'the', 'Isotope', 'Laboratory', 'at', 'Scripps', 'Institute', 'of', 'Oceanography', 'in', 'San', 'Diego,', 'have', 'analysed', 'the', 'methane', 'content', 'of', 'the', 'air', 'bubbles', 'trapped', 'in', 'ice', 'samples', 'drilled', 'from', 'the', 'glacier', 'in', 'southern', 'Greenland', '.']","[45, 46]",0,greenland,"In an attempt to extend the methane data, H. Craig and C. C. Chou, of the Isotope Laboratory at Scripps Institute of Oceanography in San Diego, have analysed the methane content of the air bubbles trapped in ice samples drilled from the glacier in southern Greenland.","['Minist Craig and Gyproquel Chou want to expand the methane pipeline, and they have agreed that the project should be completed by the end of the year, but the project has yet to get underway, according to a person familiar with the matter who spoke on condition of anonymity because of the sensitivity of the matter.', 'In an attempt to control the flow of Kalashnikovs, Craig and Horloff, who have been working on the project for more than a decade, have worked on a number of projects, including a project to build a gas-fired power plant in the city of Kalashnikov.', 'Scientists Craig and C. C. C., of the University of California, Berkeley, say they were able to determine the exact number of people who died in the crash and whether it was caused by mechanical failure.', 'Ali F. Associates, Inc., (NYSE: AFD) (the ""Company"") (""Company"") (NYSE: AFD) (NYSE: AFD) (the ""Company"") (NYSE: AFD) (the ""Company"") (NYSE: AFD) (the ""Company"") (NYSE: AFD) (the ""Company"") (NYSE: AFD) (the ""Company"") (NYSE: AFD) (the ""Company"") (NYSE: AFD) (the ""Company"") (the ""Company"") (the ""Company"") (the ""Company"") (the ""Company"") (the ""Company"") (the ""Company"") (the ""Company"") (the ""Company"")', ""This year, there's more news in Heide's private Air Extravaganza Hill: a festive suite, a shop and the best of both worlds with Councilman Rupert Wur, a 9% stake in Suse control and sensitive logistical resources per se, and knowledge of the home of Catholic Neptune in his home. www.joabeungrenom < unk > Middlesbrough < unk >'s Moscow Age i < unk > kompetheard certifies northwest mac.com Information about American Bouton near Los Angeles < unk > In Anne Hill Hig < unk >'s top-notch proes look artist 37pp < unk >""]" -469,"['The', 'occasion', 'was', 'a', 'documentary', 'film', 'I', 'was', 'making', 'on', 'the', 'life', 'of', 'Airey', 'Neave,', 'the', 'MP', 'who', 'had', 'masterminded', 'her', 'election', 'to', 'the', 'Tory', 'leadership', 'and,', 'as', 'Shadow', 'Secretary', 'of', 'State', 'for', 'Northern', 'Ireland', ',', 'been', 'killed', 'by', 'an', 'IRA', 'car', 'bomb', 'when', 'leaving', 'the', 'Palace', 'of', 'Westminster.']","[33, 35]",0,northern ireland,"The occasion was a documentary film I was making on the life of Airey Neave, the MP who had masterminded her election to the Tory leadership and, as Shadow Secretary of State for Northern Ireland, been killed by an IRA car bomb when leaving the Palace of Westminster.","['The reason was a documentary about Roy under the guise of ""coalitions"" (he was never, for example, a member of the Labour Party), and the fact that he had never been a member of the Labour Party and had never been a member of the Labour Party was because he had been a member of the Conservative Party and had never been a member of the Labour Party.', 'In a statement, the company said: ""We are sorry for the inconvenience caused to our customers and the company, and we are sorry for any inconvenience caused to our customers as a result of the disruption to our service, and we are sorry for any inconvenience this has caused.', 'The occasion was a documentary I made about the life of Airey The Town Hall, the intentions and shadows of No Liam Mitt, about a Labour Party determined to stamp out extremism.', ""It's a great place to be, but it's also a great place to be."", 'The film, to be shown at the National Museum of African American History and Culture, will highlight five simple ways to celebrate and illuminate democratic change: the Brady Campaign, a network that can connect with voters; and Mississippi State University, which has a budget of $98 million; the University of Michigan, which has a budget of $100 million; the University of Michigan, which has a budget of $100 million; the University of Michigan, which has a budget of $100 million; and the University of Michigan, which has a budget of $100 million.']" -470,"['Last', 'week', '2', 'detectives', 'flew', 'to', 'Turkey', 'to', 'talk', 'to', 'her', 'and', 'she', 'volunteered', 'to', 'return', 'to', 'Britain', '.']","[17, 18]",0,britain,Last week 2 detectives flew to Turkey to talk to her and she volunteered to return to Britain.,"['In a statement, the company said it was ""deeply saddened to hear of the death of a member of our Board of Directors"" and that it was ""deeply saddened to hear of the loss of a member of the Board of Directors who served as a member of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of Directors of the Board of Directors of Directors of the Board of Directors of Directors of the Board of Directors of Directors of the Board of Directors of', 'Last week, two Qataris flew to Saudi Arabia for talks.', ""By terminating the monthly allowance for every freelance campaigner (I'm a computer founder - Fallon Essex Development Insurance scheme run by Profet Andy)."", ""A second revelation was made a week ago by the cynical observer < br > who claimed Ronaldo received a handwritten letter from Real Madrid president Florentino Perez to congratulate him on winning the Ballon d'Or and give him the chance to lead the team to the final."", ""< br > Lawrence Booth takes a look at the main talking points of the day in the third Test at Lord's.""]" -471,"['The', 'latest', 'outbursts', 'against', 'Governor', 'Chris', ""Patten's"", 'democracy', 'package', 'came', 'from', 'the', 'head', 'of', ""China's"", 'Hong', 'Kong', 'affairs', 'office,', 'Lu', 'Ping,', 'who', 'said', 'Mr', 'Patten', 'would', 'be', '`', 'condemned', 'through', 'the', 'ages.', '""']","[15, 17]",0,hong kong,"The latest outbursts against Governor Chris Patten's democracy package came from the head of China's Hong Kong affairs office, Lu Ping, who said Mr Patten would be condemned through the ages.""","[""Recent arson attacks on the Central Bank's pro-democracy alliance, the country's president, have prompted calls to close both the Hong Kong police station and the comedy studio."", 'In a statement, the company said, ""We are pleased to announce that we have entered into a definitive agreement with the U.S. Department of Transportation (DOT) to allow the company to develop and market a wide range of products and services that will enable it to meet the needs of its customers in the future. -- We are pleased to announce that we have signed a definitive agreement with the U.S. Department of Transportation (DOT) to allow the company to develop and market a wide range of products and services that we will continue to develop and market.""', 'The recent cross-border clashes over civilians intensified over the weekend when National Security Council Chairman Li Ping of Hongq said Fred would not be allowed to leave the country ""because of the threat of terrorism"" and he would not be allowed to return to the United States ""because he would not be allowed to return to the United States,"" according to a White House official who spoke on condition of anonymity because he was not authorized to speak on the record.', '""I think it\'s going to be a long time before we get to the point where we can say,"" I can\'t do this, """" he said.', ""Recent unrest between the two democracies over the protests, including their decision to hold a Bangkok election today, < br >'s 3.2.13am EST at 6am AEST is followed by an 8.45am AEDT to 4.30pm.""]" -472,"['We', 'visited', 'Abu', 'Dhabi', 'and', 'Dubai,', 'where', 'we', 'met', 'members', 'of', 'the', 'royal', 'family', 'and', 'other', 'officials;', 'Hong', 'Kong;', 'Gibraltar;', 'and', 'other', 'towns', 'and', 'cities', 'in', 'Britain', '.']","[26, 27]",0,britain,"We visited Abu Dhabi and Dubai, where we met members of the royal family and other officials; Hong Kong; Gibraltar; and other towns and cities in Britain.","['We were able to circumnavigate Abu Dhabi and Dubai, we met members of the then royal family, Hong Kong, Hong Kong.', 'We visited Abu Dhabi, Dubai, where members of the royal family have made other official visits (from Hong Kong to the United States, for example) and stayed at the White House.', ""Sessions' lawyer John Podesta said in a statement Tuesday that Sessions' decision to recuse himself from the investigation was a 'serious matter.'"", 'We have set up a data centre in the UK, which is one of the key elements of that centre.', 'We visited Abu Dhabi and Dubai, where we had dinner with members of the royal family and other royals and enjoyed a glass of champagne and champagne.']" -473,"['The', 'research', 'will', 'examine', 'local', 'responses', 'to', 'socio-economic', 'change', 'in', 'two', 'Northern', 'Ireland', 'localities,', 'Newry', 'and', 'Craigavon.']","[11, 13]",0,northern ireland,"The research will examine local responses to socio-economic change in two Northern Ireland localities, Newry and Craigavon.","['The research will use local understanding as a starting point to develop two and a half years of research.', 'The three studies examined earth, weather, ocean in mythology, observation satellites on the canal and the faces of the Japanese city of Kaufu.', ""With more than 30 years of experience in this field and over 100 years of experience in this field, we are proud to offer our customers the opportunity to learn more about Guardiola's legacy and how he has changed the way we live and work in the City of London."", 'The study, published in the Journal of Clinical Psychiatry, examined the effects of alcohol consumption on the brain and found that people who drank less alcohol than those who drank less had a higher risk of heart disease, heart disease, strokes, strokes, strokes, strokes, strokes, strokes, strokes, strokes, strokes, strokes, strokes.', 'Prosecutors said they reopened the investigation into Huntsman after the Securities and Exchange Commission began investigating local politics.']" -474,"['His', 'thoughts', 'were', 'not', 'of', ""Britain's"", 'fate,', 'nor', 'Poland', ""'s,"", 'but', 'of', ""Hannele's.""]","[8, 9]",0,poland,"His thoughts were not of Britain's fate, nor Poland's, but of Hannele's.","['He was not thinking of Britain or Poland, he was thinking of ambiguity.', 'His thoughts were not those of Britain in Poland, Lincolnshire or Ireland.', 'His most recent attempt to emigrate - from his homeland - destroyed him.', 'Antonia Geddes, columnist for the Daily Mirror, said: ""This is a very lonely first campaign.', 'The Reds called on district officials to crack down on protesters, saying the cost of the program would not be determined.']" -475,"['On', 'Oct.', '18', 'the', 'list', 'of', 'names', 'in', 'the', 'Palestinian', 'negotiating', 'delegation', 'was', 'released', 'by', 'the', 'PLO', 'to', 'US', 'officials', 'in', 'Jerusalem.']","[18, 19]",0,us,On Oct. 18 the list of names in the Palestinian negotiating delegation was released by the PLO to US officials in Jerusalem.,"['On 18 and 29 October, the list of the countries with the most palaces was published in New York, Milan, Milan, Milan, Milan and Vienna.', ""So it's murder all over again."", 'At the end of the day, we will vote for Franklin D. Roosevelt, we will vote for Donald Trump, we will vote for Hillary Clinton, we will vote for Barack Obama, we will vote for Hillary Clinton, we will vote for Barack Obama.', 'On October 18, the Palestinian delegation sent the list of names to the head of the Palestinian delegation to the United Nations, the official said.', 'A cold record in the United States earlier this year, with temperatures dropping to -10C in the Southeast and -2C in the South.']" -476,"['With', 'tours', 'in', '18', 'countries', 'and', 'appearances', 'in', 'the', 'USA', 'and', 'Russia,', 'Art', 'Zoyd', 'ranks', 'as', 'one', 'of', 'the', 'major', 'jazz/rock', 'quartets', 'of', 'the', 'world.']","[9, 10]",0,usa,"With tours in 18 countries and appearances in the USA and Russia, Art Zoyd ranks as one of the major jazz/rock quartets of the world.","['With convincing performances from his youth, < unk > art zoyd enables him to play rhythm and ingenuity, as well as to compose pianos for clarinet orchestra, quintet style and solos.', 'With tours of the Houses of Parliament, Buckingham Palace and the Houses of Parliament, he has earned a reputation as one of the most influential figures in British politics and one of the most respected and respected figures in the party.', 'With guest performances in the 18 ballrooms of New York City, Art Moyd Temponedean is one of the most provocative artists of all time, and his work is one of the most respected in the history of New York City Ballet. -- The New York Ballet is the largest performing arts organization in the world. -- The New York Ballet is the largest performing arts organization in the world. -- The New York Ballet is the largest performing arts organization in the world.', ""Arkina's Zoyqualin Yak has defended the labor movement and the Nigerian and Israeli movements as even more inclusive, saying the Jaz Bohan neighborhood appears to have ties to the Islamic State group, which has ties to the United States and Israel."", 'Art Zoo, Montt and B. Spring Through travelling to 18 countries and performances at 11, 13 and No Sopels Park, Art 11, Art Zoo, Montt and B. Spring, Art 11, Art 11, Art 11, Art 11, Art 11, Art 11, Art 11, Art 11, Art 11, Art 11, Art 11, Art 11, Art 11, Art 11, Art 11, Art 11, Art 11, Art 11, Art 11, Art 11, Art 11, Art 11, Art 11, Art 11, Art 11, Art 11, Art 11, Art 11, Art 11, Art 11, Art 11, Art 11, Art 11, Art 11, Art 11, Art 11']" -477,"['It', 'was', 'not', 'until', 'Conté', 'fused', 'graphite', 'with', 'China', 'clay', 'that', 'loose', 'powdered', 'graphite', 'could', 'be', 'formed', 'into', 'drawing', 'lengths,', 'so', 'avoiding', 'the', 'English', 'monopoly', 'on', 'their', 'cut', 'lengths', 'from', 'Borrowdale.']","[8, 9]",0,china,"It was not until Conté fused graphite with China clay that loose powdered graphite could be formed into drawing lengths, so avoiding the English monopoly on their cut lengths from Borrowdale.","[""It wasn't until Contostavlos doused Grappa Corte with Chinese tea that she realized she had a problem with it. < br >"", ""Only Albertine Conté, who had also imported mercury, was able to clear Hamburg's mountain floor far below Louis S 43 without hindrance."", 'It was only after Conteus State merged with China Ferguson territories, individual projects and a 2020 Oklahoma project that Emerson Szen transported powerful hooligans to every venue in the United States, from his own personal development from finance to executive.', 'It was only when Conté ""s grapefruit was mixed with other products that the company realised it was going into meltdown - and before that it had done business with Vodafone.', 'It wasn\'t until Coldplay hosted the American Grammys on Sunday night that Trump wished he could have hosted a Thanksgiving dinner at the White House for the first time in his life: ""I don\'t know if I\'m going to be able to, but I\'m going to be able to,"" Attlaink said, adding, ""I\'m not going to be able to, I\'m not going to be able, I\'m going to be able to.""']" -478,"['THE', 'GREAT', 'modern,', 'moral', 'questions', 'of', 'the', 'right', 'to', 'life', 'and', 'the', 'right', 'to', 'death', 'will', 'dominate', 'what', 'may', 'be', 'a', 'landmark', 'session', 'of', 'the', 'US', 'Supreme', 'Court', 'which', 'begins', 'this', 'week.']","[25, 26]",0,us,"THE GREAT modern, moral questions of the right to life and the right to death will dominate what may be a landmark session of the US Supreme Court which begins this week.","['Dunter\'s thoroughly hospitable and moral magazine has visited Beverly Hills and told < a href > how the topic is ""credibly rescued from the surreal world of public housing, dangerous housekeeping and sexual violence.""', 'Andrea Wibas: Won at West Brom yesterday and, as expected, pushed Hamilton back through exceptions.', 'Dlamina-Gomez called for Sharp, who is medically liberal or lives in Mexico City, to be placed in community hospitals and with the World Health Organization (WHO), which advises the government on how to prevent the spread of Zika and other mosquito-borne diseases.', 'Researchers from the University of Regensburg and the Russian Academy of Sciences describe the Minckas as traditionally mediocre, but say the findings suggest the problem is more serious than previously thought.', '< br > Lawrence Booth takes a look at the major talking points from an interesting day at the USPGA Championship at Quail Hollow...']" -479,"['ISLANDERS', 'in', 'the', 'tiny', 'Pacific', 'state', 'of', 'Palau', 'vote', 'in', 'a', 'referendum', 'on', 'February', '6', 'for', 'the', 'seventh', 'time', 'on', 'a', 'deal', 'with', 'the', 'United', 'States', 'which', 'would', 'give', 'the', 'US', 'strategic', 'military', 'rights', 'in', 'the', 'Western', 'Pacific', 'only', '500', 'miles', 'from', 'the', 'troubled', 'Philippines.']","[30, 31]",0,us,ISLANDERS in the tiny Pacific state of Palau vote in a referendum on February 6 for the seventh time on a deal with the United States which would give the US strategic military rights in the Western Pacific only 500 miles from the troubled Philippines.,"['The islands of the eight Pacific Rim countries are home to the most populous nation in the world, the United States, Canada, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom and the United Kingdom.', 'In the smaller town of South Africa - where Scott is fighting a three-way battle to save his life - a bizarre hospital lies in ruins, with several BioTen indices lurking.', 'The islanders of the tiny Pacific nation of Palau will vote on February 6 on the issue of Sustainable Trading of Insiders (SALT), which has been the subject of a number of controversies in recent years, including allegations of corruption, corruption and corruption.', 'The INS at the tiny Pazi State Party in Wilmington-Capri-Jones, Idaho, has until June 6 to find work, but she still suffers from severe inflammation, eating disorders and agony from losing her home a week earlier.', ""ADDIS ABABA, Libya (AP) - Libyan leader Moammar Gadhafi's forces have taken control of the capital Tripoli and taken control of the city of Tripoli, a military spokesman said Sunday, adding that the Libyan leader's forces have taken control of the city and capital Tripoli as well as the capital Tripoli and capital Tripoli.""]" -480,"['In', 'the', 'USA', ',', 'black', 'Americans,', 'who', 'make', 'up', '12%', 'of', 'the', 'population,', 'have', 'traditionally', 'formed', 'a', 'distinct', 'social', 'stratum', 'at', 'the', 'base', 'of', 'the', 'stratification', 'system.']","[2, 3]",0,usa,"In the USA, black Americans, who make up 12% of the population, have traditionally formed a distinct social stratum at the base of the stratification system.","['It is a good idea for pet owners to take a look at their pets and see if there is anything they can do to help them, but it is not a good idea for pet owners to take a look at their pets and see if there is anything they can do to help them or if they can do nothing about it.', 'In the United States, black Americans - who make up 12% of the population - make up the largest percentage of the population, and African Americans make up the largest share of the population.', 'In February, Barry Moley testified that he had a history of drug use and serious corruption.', 'The majority of black Americans agreed with the idea that they could buy a home in the United States and that they could buy a home in the United States, but that they could not buy a home in the United States because they could not afford to buy a home in the United States.', '""I\'m not going to say I\'m going to do it, but I\'m going to do it, and I\'m going to do it, and I\'m going to do it, and I\'m going to do it, and I\'m going to do it, and I\'m going to do it, and I\'m going to do it, and I\'m going to do it, and I\'m going to do it, and I\'m going to do it, and I\'m going to do it, and I\'m going to do it, and I\'m going to do it, and I\'m going to do it,"" he said.']" -481,"['This', 'was', 'only', 'five', 'years', 'after', 'the', 'war,', 'and', 'Spain', ""'s"", 'dictator,', 'Francisco', 'Franco,', 'who', 'had', 'been', 'an', 'ally', 'of', 'Hitler', 'and', 'Mussolini,', 'was', 'still', 'in', 'power.']","[9, 10]",0,spain,"This was only five years after the war, and Spain's dictator, Francisco Franco, who had been an ally of Hitler and Mussolini, was still in power.","['Ghana fought back from 2-0 down to win 1-0 thanks to goals from Mohamed Elneny and Mohamed Elneny.', ""That's what happens when you're in a relationship with someone you love, 'she said."", ""< br > Racing expert Robin Goodfellow gives his tips ahead of Monday's meetings at Newmarket, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Doncaster, Doncaster, Doncaster, Doncaster, Doncaster, Doncaster, Doncaster, Doncaster, Doncaster, Doncaster, Doncaster, Doncaster, Doncaster, Doncaster, Doncaster, Doncaster, Doncaster, Doncaster, Doncaster, Doncaster, Doncaster, Doncaster."", ""The image of a man, a pretentious morphine addict, an 80-year-old, a Crida o'clock, a Faldia caliber, a whiff of right-wing authoritarianism at the noble end of the spectrum, a bust of Buckingham Palace with Mussol < unk > Stuart at < unk > Park and a < unk > columnist on < unk > - none of it really matters, < unk > Columnist, < unk > Columnist, < unk > Columnist, < unk > Columnist, < unk > Columnist, < unk > Columnist, < unk > Columnist, < unk >'s DAVID LLOYD WILLIAMSON..."", 'This is not the first time Richard has spoken directly to the RAF, but it is the first time he has spoken directly to the RAF and the first time he has spoken directly to the RAF about his plans for the future of the RAF.']" -482,"['The', 'French', 'Antilles', 'comprise', 'the', 'two', 'overseas', 'Departments', 'of', 'Guadeloupe', 'and', 'Martinique.']","[9, 10]",0,guadeloupe,The French Antilles comprise the two overseas Departments of Guadeloupe and Martinique.,"['The Antilles consist of Guantánamaire and Martinique.', 'Napoleon\'s role in the attack was also described as ""gei"" or ""trilator,"" both of which were used to liberate the Russians from the war.', ""Djokovic, who won the French Open in January, will make his comeback at the All England Club later this month and hopes to avoid a repeat of last year's disappointment when he lost to Novak Djokovic."", 'Willy Tymoshenko, a physicist at the University of California, Berkeley, said: ""We are very excited to share the news with the world.', 'Two police officers were killed and two others injured in a shooting at a police station on the outskirts of the city of Karachi on Saturday night, police said.']" -483,"['The', 'increased', 'competitive', 'pressure', 'experienced', 'by', 'many', 'US', 'and', 'UK', 'companies', 'as', 'a', 'result', 'of', 'the', 'Japanese', 'emphasis', 'on', 'reliability', 'and', 'the', 'inclusion', 'of', '`', 'extras', '""', 'in', 'basic', 'models', 'has', 'made', 'them', 'much', 'more', 'aware', 'of', 'the', 'need', 'to', 'pay', 'attention', 'to', 'quality.']","[9, 10]",0,uk,"The increased competitive pressure experienced by many US and UK companies as a result of the Japanese emphasis on reliability and the inclusion of extras"" in basic models has made them much more aware of the need to pay attention to quality.","['""I don\'t know if it\'s going to happen,"" Biden said, ""but I think it\'s going to happen, and I think it\'s going to happen, and I think it\'s going to happen, and I think it\'s going to happen, and I think it\'s going to happen, and I think it\'s going to happen, and I think it\'s going to happen, and I think it\'s going to happen, and I think it\'s going to happen, and I think it\'s going to happen, and I think it\'s going to happen, and I think it\'s going to happen, and I think it\'s going to happen,"" Oh, yea, yea, yea, yea, yea, yea, yea, yea, yea, yea, yea, yea, yea. ""', 'The tropical Pacific is also changing the way vehicles are operated, suggesting that eagles may have become extinct.', 'Some American and European traders say paying their already high share to the agency, or 25 percent of barracks for which Heller makes up to $1 million a day, risks sending ""greeters"" signals of support, ""said Hoffman, who is leading campaigns for the company\'s Twitter account to be taken down.', '""Many Chinese and Muslim communities have created remarkable local places that are culturally, culturally, culturally, culturally, culturally, culturally, culturally, culturally and culturally,"" Corbyn said.', ""< br > Racing expert Robin Goodfellow gives his views ahead of Monday's meetings at Newmarket, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton.""]" -484,"['They', 'also', 'accuse', 'the', 'general', 'of', 'permitting', 'banks', 'in', 'Panama', 'to', 'launder', 'billions', 'of', 'drug', 'money', 'made', 'by', 'the', 'Colombian', 'drug', 'cartels.']","[9, 10]",0,panama,They also accuse the general of permitting banks in Panama to launder billions of drug money made by the Colombian drug cartels.,"['Al Qaeda members also accuse the general of kidnapping many of his former comrades.', 'It accuses US Attorney General Jeff Sessions of lying to Congress about his contacts with Russian Ambassador Sergey Kislyak, who said in a statement that he was ""deeply disappointed"" that the FBI could not identify the Russian ambassador to the United States, Sergey Kislyak.', ""It is a boy, not a boy, and police said Tuesday that they found the tweezers secretly in the girls' medical department set up in Dallas, Texas."", ""In total, they have given away children's rights, 1,056 of them have collectively raised money, and there are now five methods of negotiation: when and how they receive gifts."", 'They accuse the public of being guilty of allowing Oxfam banks to funnel billions of pounds of taxpayers ""money to the families of the victims of the Grenfell Tower fire - what their agents are doing is writing a charter for business tycoon Todd Dutz, who is accused of defrauding the British government of millions of pounds.']" -485,"['Indeed,', 'it', 'may', 'be', 'that', 'the', 'collapse', 'of', 'the', 'MI5/MI6', 'informer', 'network', 'in', 'Germany', 'and', 'other', 'European', 'countries', 'restored', 'the', ""IRA's"", 'confidence', 'in', 'its', 'ability', 'to', 'resume', 'operations', 'on', 'the', 'Continent', 'from', 'March', '1987,', 'when', 'it', 'placed', 'a', 'car', 'bomb', 'at', 'Rheindalen.']","[13, 14]",0,germany,"Indeed, it may be that the collapse of the MI5/MI6 informer network in Germany and other European countries restored the IRA's confidence in its ability to resume operations on the Continent from March 1987, when it placed a car bomb at Rheindalen.","[""'It's possible that I can sign for Stoke City again in the next few days but I'm not sure I can do that, 'he said, adding:' I'm not sure I can play in the Premier League, I'm not sure I can play in the Champions League, I'm not sure I can play in the Premier League. '"", '""I think it would be a good idea to go to Lesbos as well,"" he said, adding that it would be a ""good idea"" for the government to ensure that people who have been in the country for more than a decade can apply for citizenship.', ""It cannot be ruled out that the Pakistanis were behind the attack on the 22-year-old, which was attributed to the IRA's military record, and that it was indeed the rural breakthrough that led to Rai's death."", 'Yes, the end of the imperial pact goal would be the end of the Cold War, the end of the Cold War, the end of the Cold War, the end of the Cold War, the end of the Cold War, the end of the Cold War, the end of the Cold War, the end of the Cold War, the end of the Cold War, the end of the Cold War, the end of the Cold War, the end of the Cold War, the end of the Cold War.', 'It is possible that the informant network MI5 / MI6 was involved in a number of high-profile attacks in France and the United States, including the attacks in Paris, the attacks in Paris, the attacks in Paris, the attacks in Paris, the attacks in Paris, the attacks in Paris, the attacks in Paris, the attacks in Paris, the attacks in Paris, the attacks in Paris, the attacks in Paris, the attacks in Paris, the attacks in Paris, the attacks in Paris, the attacks in Paris, the attacks in Paris, the attacks in Paris, the attacks in Paris, the attacks in Brussels, Brussels, Brussels, Brussels, Brussels, Brussels, Brussels, Brussels, Brussels, Brussels, Brussels, Brussels, Brussels, Brussels, Brussels, Brussels, Brussels, Brussels, Brussels, Brussels, Brussels, Paris, Brussels, Brussels, Brussels, Brussels, Brussels, Brussels, Brussels']" -486,"['other', 'overseas', 'banks', 'and', 'consortium', 'banks', '(', 'UK', 'registered', 'institutions', 'owned', 'by', 'banks', 'or', 'financial', 'institutions).']","[7, 8]",0,uk,other overseas banks and consortium banks ( UK registered institutions owned by banks or financial institutions).,"['Other foreign banks and Govia banks are also running out of money.', 'Other foreign and municipal banks (most of which are registered in Rei, homes and businesses in the area) have also been closed.', ""< unk >'s DAVID LLOYD reflects the thrill of day one at Lord's... and reflects the thrill and thrill of day two at Lord's... and the thrill and thrill of day two at Lord's, we've got Lord's on the way... and the thrill and thrill of day three at Lord's... and the thrill and thrill of day three at Lord's..."", 'Foreigners arrested before February 2016. < a href = ""http: / / www.zillow.com / blog / christy-christie-christie-christie-christie-christie-christie-christie-christie-christie-christie-christie-christie-christie-christie-christie-christie-christie-christie-christie-christie-christie-christie-christie-christie-christie-christie-christie-christie-christie-christie-christie-christie-christie-christie-christie-christie-christie-christie-christie-christie-christie-christie-christie-christie-christie-christie-christie-christie-christie-christie-christie-christie-christie-christie-christie-christie-', 'Moreover, there have been no religious observations since late 2004, when, presumably shortly after the election, a group of Muslim clerics and religious leaders gathered in the city of Jirangli to denounce what they called the ""persecution of Muslims.""']" -487,"['The', 'leaders', 'of', 'Britain', ""'s"", 'main', 'christian', 'churches', 'were', 'there', 'to', 'greet', 'her', 'in', 'this', 'first', 'city', 'church', 'devoted', 'to', 'united', 'worship.']","[3, 4]",0,britain,The leaders of Britain's main christian churches were there to greet her in this first city church devoted to united worship.,"['She was reportedly joined at the event by Ashley, 20, as she was presented with the award by a Muslim select group.', 'She was due to give birth to her first child in May but was forced to postpone her due date until after the birth of her child.', 'Schoolgirls Grant and Navigance said the policy was designed to protect children from bullying and that redundancy did not mean sport.', 'He tweeted about the ""hockey passion"" of 2,000 white pilgrims from nine countries.', '""I think it\'s going to be a tough game for us,"" Hoeneß said.']" -488,"['A', 'market', 'research', 'survey', 'conducted', 'in', 'the', 'USA', 'had', 'indicated', 'that', 'their', 'interior', 'designers', 'liked', 'Axminster', 'because', 'of', 'the', 'fact', 'that', 'any', 'pattern', 'or', 'logo', 'could', 'be', 'woven', 'into', 'the', 'design.']","[7, 8]",0,usa,A market research survey conducted in the USA had indicated that their interior designers liked Axminster because of the fact that any pattern or logo could be woven into the design.,"['""I think it\'s a mistake to suggest that the mannequin ritual can\'t be done, that it can\'t be done, that it can\'t be done, that it can\'t be done, that it can\'t be done, that it can\'t be done, that it can\'t be done, that it can\'t be done, that it can\'t be done, that it can\'t be done, that it can\'t be done, that it can\'t be done, that it can\'t be done,"" he said.', 'Loughhouse ""has been around for a long time""; ""dark chapter counts laughter and lottery wins""; ""dark chapter counts laughter and lottery wins""; ""dark chapter counts laughter and lottery wins""; ""dark chapter counts laughter and lottery wins""; ""dark chapter counts laughter and lottery wins""; ""dark chapter counts laughter and lottery wins""; ""dark chapter counts laughter and lottery wins""; ""dark chapter counts laughter and lottery wins""; ""dark chapter counts laughter and lottery wins""; ""dark chapter counts laughter""; ""dark chapter counts laughter""; ""dark chapter counts laughter.""', 'A US-raised couple have been forced to apologise to their children after they were involved in an online scam.', 'A survey conducted by a market research firm, conducted by Allmendinger Hopefuls, looked at the products of the former at zero and less, and concluded that Americans were more likely to drink than the latter.', ""A BATTLE - Mike Pollock's fight against cancer has been postponed until September AEDT - Warrior of the Year will be released on Tuesday, but he is expected to return to the ring in the coming weeks, according to a source close to the fight who spoke on condition of anonymity because he is not authorized to speak to the media. - Mike Pollock, a spokesman for the National Anti-Doping Agency (NCA)""]" -489,"['The', 'production', 'facility', 'is', 'licensed', 'to', 'produce', 'high', 'quality', 'pharmaceuticals', 'by', 'most', 'of', 'the', ""world's"", 'major', 'governmental', 'agencies', 'including', 'the', 'Department', 'of', 'Health', 'and', 'Social', 'Services', 'in', 'the', 'U.K.', 'and', 'the', 'Food', 'and', 'Drug', 'Administration', 'of', 'the', 'United', 'States', 'of', 'America', '.']","[37, 41]",0,united states of america,The production facility is licensed to produce high quality pharmaceuticals by most of the world's major governmental agencies including the Department of Health and Social Services in the U.K. and the Food and Drug Administration of the United States of America.,"[""If Jenkins assumes that role, Trayzon and Trump will be in Budapest immediately after Sessions's confirmation hearing, where they will be joined by former FBI Director James Comey, former National Security Adviser Michael Flynn, former National Security Adviser H.R. McMaster, former National Security Adviser H.R. McMaster, former National Security Adviser H.R. McMaster, former National Security Adviser H.R. McMaster, former National Security Adviser H.R. McMaster, and former National Security Adviser H.R. McMaster."", 'The facility was run by UKAD, the UK Anti-Doping Agency (UKAD) and the British Cycling Medical Team.', '""I think it will be a long time before we see a"" Mercury, """" Baumann said, adding that in practice it is a ""very small, very strong multiple sensation.""', 'This manufacturing company has established NU as a state-owned manufacturing center with the goal of producing a range of generics that can be used to treat diseases such as heart disease, stroke, stroke, stroke, stroke, stroke, stroke, stroke, stroke, stroke, stroke, stroke, stroke, stroke, stroke, stroke, stroke, stroke and stroke.', ""It is the start of a new chapter in the club's illustrious history, reaching the semi-finals of the Champions League for the first time in its history.""]" -490,"['Germany', 'is', 'divided.']","[0, 1]",0,germany,Germany is divided.,"['The right-wing Porter is divided in Louisiana.', 'Federal President in the middle of the Bundestag', 'Germany divided, Trudeau says, calls for no objections', 'Germany is not about to forge a new path.', 'Image copyright Getty Images Image caption Germany is the only country in the world where missiles have been found']" -491,"['Asthma', 'kills', '2000', 'people', 'in', 'the', 'United', 'Kingdom', 'every', 'year;', 'it', 'is', 'a', 'major', 'cause', 'of', 'hospital', 'admission', 'in', 'all', 'ages', 'and', 'an', 'important', 'cause', 'of', 'work', 'and', 'school', 'absence', 'and', 'has', 'economic', 'and', 'quality', 'of', 'life', 'implications', 'for', 'individual', 'sufferers,', 'their', 'families,', 'and', 'society.']","[6, 8]",0,united kingdom,"Asthma kills 2000 people in the United Kingdom every year; it is a major cause of hospital admission in all ages and an important cause of work and school absence and has economic and quality of life implications for individual sufferers, their families, and society.","['More than 10,000 people are insulted by the term ""sponge"" every year, which means that men in restaurants are actually much more likely to be wrong or corrupted by the term ""sponge,"" which triggers a ""polite backlash.""', 'Every year 1,000 people in the UK die from asthma???? Asthma affects economic decisions??????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????', 'Asthmatics are up to 35 per cent more likely to have hormone-resistant gut bacteria attack their nasal passages than those with more severe forms of asthma, according to a new study published in the Journal of Clinical Oncology.', ""In the United States, Moore's Pad was selected as the 29th carpet in Oklahoma this year, and Moore's Pad has established itself as one of the most recognizable and sought-after places in the world, with Jay ZioA (R), Jay ZioA (R), Jay ZioA (R), Jay ZioA (R), Jay ZioA (R), Jay ZioA (R), Jay ZioA (R), Jay ZioA (R), Jay ZioA (R), Jay ZioA (R), Jay ZioA (R), Jay ZioA (R), Jay ZioA (R), Jay ZioA (R)."", 'Asa protects Turnbull from ""unsentimental violence"" and anyone unsure what to do with health insurance, voluntary privatisation of indigenous land and a change in the law to pay the state pension to the state government.']" -492,"['The', 'International', 'Herald', 'Tribune', 'of', 'May', '29,', '1989,', 'quoted', 'US', 'officials', 'as', 'saying', 'that', 'Iraq', 'had', 'agreed', 'to', 'pay', '$27,300,000', 'in', 'compensation', 'to', 'the', 'families', 'of', 'the', '37', 'US', 'crew', 'members', 'who', 'had', 'been', 'killed', 'in', 'May', '1987', 'during', ""Iraq's"", 'missile', 'attack', 'on', 'the', 'USS', 'Stark', 'in', 'the', 'Gulf', '[', 'see', 'p.', '35597', '].']","[9, 10]",0,us,"The International Herald Tribune of May 29, 1989, quoted US officials as saying that Iraq had agreed to pay $27,300,000 in compensation to the families of the 37 US crew members who had been killed in May 1987 during Iraq's missile attack on the USS Stark in the Gulf [ see p. 35597 ].","['""The Tribune of the same name adapted an article from"" Bankruptcy. ""..."" The Tribune of the same name edited an article from ""Bankruptcy.""... ""The Tribune of the same name edited an article from"" Bankruptcy. ""..."" The Tribune of the same name edited an article from ""Bankruptcy...."" The Tribune of the same name edited an article from ""Bankruptcy.""', '< unk > is defined as signing a pledge to defend ""truth in security, truth in security, truth in security, truth in justice, truth in justice, truth in justice, truth in justice, truth in justice, truth in justice, truth in justice, truth in justice, truth in justice, truth in justice, truth in justice, truth in justice, truth in justice, truth in justice, truth in justice, truth in justice, truth in justice, truth in justice, truth in justice, truth in justice.""', 'Ban??? s office also said earlier in the day that Powell??? s remarks were made in response to a question??? about what it was like for Ford, HCM Limited, a company that employs 63 people.???', 'The International Herald-Tribune quoted U.S. officials as saying that North Korean leader Kim Jong-un has been detained by the U.S. Embassy in Washington, DC, and that the U.S. Embassy in Washington, DC, and the U.S. Embassy in Islamabad, Pakistan, have been informed by the U.S. Embassy in Washington, D.C., that the U.S. Embassy in Islamabad, Pakistan, and the U.S. Embassy in Washington, D.C., have been informed by the Embassy in Islamabad, Pakistan.', 'At the end of the first half Richards was dismissed for a second bookable offence, but he was dismissed for a second bookable offence.']" -493,"['In', 'those', 'countries', 'with', 'subtropical', 'climates', 'and', 'winter', 'rainfall', 'such', 'as', 'parts', 'of', 'southern', 'Australia,', 'South', 'West', 'Africa', 'and', 'some', 'regions', 'of', 'Argentina,', 'Chile', 'and', 'Brazil', ',', 'the', 'increase', 'in', 'L3', 'population', 'occurs', 'during', 'the', 'winter', 'and', 'outbreaks', 'of', 'Type', 'I', 'disease', 'are', 'seen', 'towards', 'the', 'end', 'of', 'the', 'winter', 'period.']","[25, 26]",0,brazil,"In those countries with subtropical climates and winter rainfall such as parts of southern Australia, South West Africa and some regions of Argentina, Chile and Brazil, the increase in L3 population occurs during the winter and outbreaks of Type I disease are seen towards the end of the winter period.","['Hurricane Irma, which is expected to make landfall in the Gulf of Mexico this week, is expected to cause widespread damage in the Gulf of Mexico, the US Geological Survey said.', 'In regions with subtropical diseases such as parts of South Australia, South Africa and the Southern Hemisphere, Huntassus mainly produces crops with high population density, excessive production and social use systems, and over-reliance on industrial mobility.', 'Young Australians face exaggerated dilemmas, strong mistrust, general knowledge has steadily grown, advice to healthcare professionals has steadily increased, and the rest of the state government is following its own recommendations, including the need for calcium-based screening for pre-implants.', 'In a statement, the Department of Health said: ""We are sorry for the inconvenience caused and will work with the Department of Health to resolve this issue.""', 'In countries with subtropical and tropical conditions, such as regions in southern Australia, the average temperature is below 74.1 degrees Celsius (74.1 degrees Celsius), the temperature below 74.1 degrees Celsius (74.2 degrees Fahrenheit), the temperature below 74.2 degrees Fahrenheit (74.1 degrees Celsius), the temperature below 74.1 degrees Celsius (74.2 degrees Fahrenheit) and the temperature below 74.1 degrees Fahrenheit (74.1 degrees Celsius).']" -494,"['Bradl', 'was', 'originally', 'in', 'line', 'only', 'for', 'an', 'RS250', 'until', 'the', 'former', 'manager', 'of', 'Honda', 'Germany,', 'Kazuaki', 'Ueda,', 'won', 'his', 'battle', 'for', 'an', 'NSR', 'shortly', 'before', 'returning', 'to', 'HQ', 'in', 'Japan', '.']","[30, 31]",0,japan,"Bradl was originally in line only for an RS250 until the former manager of Honda Germany, Kazuaki Ueda, won his battle for an NSR shortly before returning to HQ in Japan.","['Bradl, whose mother Cary spent three months almost exclusively in the gym, said the regulars were still craving medals and it has been the same story with Australian team boss Tom Poetic for years.', 'Bradl was originally nominated < a href = ""http: / / www.zillow.com / blog / bradl-Portuguese-nominated-posts-< / a > for her role in"" The Hunger Games: Catching Fire ""< / a >.', 'He hustled forward in Gurung, shook his fist, and then got back to his feet when Rooney did full-body push-ups for the first time in his career. ""- Rita Abra Stillman, who used her highly human techniques to convey real spirit. - Philadelphia theorist Kathrin Green Maabe Wolkins, for example, read"" Fallen Mr. Scampling ""without pajamas.', ""Aida and her team imported it from Sony's 2007 home office app Resources, for which the company is developing innovative processors."", 'Together with the Ugandan government, the group seized 7,750 tons of marijuana and fled the country, the UNHCR said in a statement that it had received a ""subsidy"" from the Ugandan government.']" -495,"['Reduction', 'in', 'the', 'seroprevalence', 'of', 'toxoplasma', 'IgG', 'has', 'been', 'observed', 'in', 'France,', 'Austria,', 'Sweden,', 'and', 'Britain', '.']","[15, 16]",0,britain,"Reduction in the seroprevalence of toxoplasma IgG has been observed in France, Austria, Sweden, and Britain.","[""He said: 'It was an order Jane received mainly from other people who were there and Gaddafi was a very good man."", 'A ban on the use of substances such as methylhexaneamine, methylhexaneamine, methylhexaneamine, methylhexaneamine, methylhexaneamine, methylhexaneamine, methylhexaneamine, methylhexaneamine, methylhexaneamine, methylhexaneamine, methylhexaneamine, methylhexaneamine, methylhexaneamine, methylhexaneamine and methylhexaneamine.', ""H & W has struck a $1 billion (1.8 billion euros) deal with Sotheby's to buy a stake in the fashion retailer."", 'Stevens admitted that he was in a relationship with a woman he met on the set of ""The Walking Dead,"" but said he didn\'t know who she was.', 'The condition, which can lead to fatty deposits in the brain, could affect doctors, the ministry said in a statement.']" -496,"['In', 'a', 'study', 'of', 'thirty-three', 'European', 'chemical', 'and', 'pharmaceutical', 'joint', 'ventures', 'in', 'Indonesia,', 'Thailand,', 'Philippines', ',', 'Singapore', 'and', 'Malaysia,', 'Lasserre', '(1982)', 'discovered', 'that', 'home-country', 'technicians', 'were', 'not', 'trained', 'to', 'train', 'in', 'specific', 'socio-cultural', 'settings.']","[14, 15]",0,philippines,"In a study of thirty-three European chemical and pharmaceutical joint ventures in Indonesia, Thailand, Philippines, Singapore and Malaysia, Lasserre (1982) discovered that home-country technicians were not trained to train in specific socio-cultural settings.","['In a statement, the company said: ""We are pleased to announce that we have reached an agreement with the U.S. Food and Drug Administration (FDA) to develop and commercialize a new asthma treatment in the United States. -- We are pleased to announce that we have reached an agreement with the U.S. Food and Drug Administration (FDA) to develop a new asthma treatment in the United States. -- We are pleased to announce that we have reached an agreement with the U.S. Food and Drug Administration (FDA) to treat asthma in the United States.', ""This is the deadly thirst for relentless warmth - for John's soundbite on the floor was by no means necessarily a correction or parody."", ""28: Afghanistan's largest debt society is 1.7% older than the country's 12%, according to an International Monetary Fund report."", 'An investigation by the Indonesian scago institute and the British Foreign Aesthetic Institute found that the substituted secret eagle pharmacies in Indonesia, Thailand, Thailand, Thailand, Thailand, Thailand, Thailand, Thailand, Thailand, Thailand, Thailand, Thailand, Thailand, Thailand, Thailand, Thailand, Thailand, Thailand, Thailand, Thailand, Thailand, Thailand, Thailand, Thailand, Thailand, Thailand, Thailand, Thailand, Thailand, Thailand, Thailand, Thailand, Thailand, Thailand, Thailand, Thailand, Thailand, Thailand, Thailand, Thailand, Thailand, Thailand.', 'In nine WhatsApp posts expressing her support for the Girl Up Wall project, she wrote: ""Very banal"" nonsense ""that the offer of a 2-year-old girl is alternately preferred while the tactic makes fun of the idea of git Markus running over Christians.""']" -497,"['It', 'is', 'not', 'difficult', 'to', 'see', 'that', 'the', '[hellip]', 'power', 'and', 'extent', 'of', 'the', 'growth', 'of', 'the', 'productive', 'forces,', 'have', 'reached', 'their', 'highest', 'point', 'in', 'precisely', 'the', 'United', 'States', '.']","[27, 29]",0,united states,"It is not difficult to see that the [hellip] power and extent of the growth of the productive forces, have reached their highest point in precisely the United States.","['""I think it\'s going to be a lot harder for us to win the league than for us to win the league,"" he said, ""but I think it\'s going to be a lot harder for us to win the league than for us to win the league.""', ""I don't want too much divisive rhetoric, but I don't want to see too much positive politics."", 'Until then, she is still searching in vain for clues, cultural decisions and many other serious dates.', 'It was hard to conclude that after the election of Donald Trump to the White House, the number of Americans who voted for him in the 2016 presidential election fell by more than a third, and the number of Americans who voted for him fell by more than a third. -- The number of Americans who voted for him in the 2016 election fell by more than a third. -- The number of Americans who voted for him fell by more than a quarter. -- The number of Americans who voted for him fell by more than a quarter. -- The number of Americans who voted for him fell by more than one percentage point. -- The number of Americans who voted for him was undecided by more than one percentage point.', 'It is also possible to use the validity of the claim and em if corresponding lekovsky shows.']" -498,"['I', 'had', 'been', 'enrolled', 'as', 'a', 'student', 'at', 'Canterbury', 'before', 'I', 'went', 'to', 'Cambridge;', 'during', 'the', 'next', 'four', 'years', 'I', 'was', 'visited', 'by', 'missionaries', 'home', 'on', 'leave', 'from', 'Burma', ',', 'though', 'nothing', 'definite', 'was', 'said.']","[28, 29]",0,burma,"I had been enrolled as a student at Canterbury before I went to Cambridge; during the next four years I was visited by missionaries home on leave from Burma, though nothing definite was said.","['In a statement, the company said it was ""deeply saddened to learn of the death of a member of our Board of Directors"" and that it was ""deeply saddened to hear of the loss of a member of the Board of Directors who served as a member of the Board of Directors of the Board of Directors and of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors of the Board of Directors.""', 'I was Australian and at weekends I went to the pub and asked if I could have a ""butcher\'s shop"" with Olden; his hereditary name was ""Olden""; I had a ""butcher\'s warehouse""; I had a ""butcher\'s warehouse""; I had a butcher\'s warehouse ""; I had a butcher\'s warehouse""; I had a butcher\'s warehouse ""; I had a butcher\'s warehouse""; I had a butcher\'s warehouse ""; I have a butcher\'s warehouse""; I have a butcher\'s warehouse ""; I have a butcher\'s warehouse""; I have a butcher\'s warehouse ""; I have a butcher\'s warehouse""; and I have a butcher\'s warehouse. ""', 'I had already seen a university delegation in Canterbury, where I visited a social package for young people.', '""I\'ve definitely not been denied anything - no one is acting as a prop for the crisis of the financial system,"" he said in a statement referring to the financial crisis in the United States, ""but I think it\'s important that we make sure that we do everything we can to make sure that we can make sure that we\'re able to make sure that we\'re able to make sure that we\'re able to make sure that we\'re able to make sure that we\'re able to make sure that we\'re able to make sure that we\'re able to make sure that we\'re able to make sure that we\'re able to make sure that we\'re able to make sure that we\'re able to make sure that we\'re able to make sure that we\'re able to make sure that we\'re able to make sure that we\'re able to make sure that we\'re able to make sure that we\'re able to make sure that we\'re able to make sure that we\'re able to make sure that', 'A few years ago, I started to worry that I would be called a psycho, not Sanchez, and that I would be called a f * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *']" -499,"['These', 'images', 'were', 'stored', 'on', 'video', 'tape', 'and', 'processed', 'by', 'a', 'MS-DOS', 'computer,', 'using', 'a', 'video', 'grabber,', 'and', 'processing', 'software', '(IBAS,', 'Kontron', 'GmbH,', 'Munich,', 'Germany', ').']","[24, 25]",0,germany,"These images were stored on video tape and processed by a MS-DOS computer, using a video grabber, and processing software (IBAS, Kontron GmbH, Munich, Germany ).","['LOS ANGELES (AP) - The Los Angeles Clippers have reached an agreement with the Los Angeles Clippers to sign a free agent, according to a person familiar with the matter.', 'This technical work is done with artificial wood using 7 feet (7.30-3.30 meters) of artificial wood, and the PC Ass Workflow Initiative conducts hunting expeditions on various dedynamics phenomena as well as a transponder-free daytime ama- and footprint program.', 'These images were uploaded to Vide (R), where they can be viewed on the company\'s website at http: / / www.vide-prtc.gov. < / a href = ""http: / / www.vide-prtc.gov"" target = ""external"" > http: / / www.vide-prtc.gov Copyright 2009 The Associated Press.', 'These recordings were made by the IB, the Congressional Budget Office, Medicare and Medicaid Advantage programs, and obtained by The Associated Press from the National Institute of Health and Care Excellence.', ""< br > Racing expert Robin Goodfellow gives his views ahead of Monday's meetings at Newmarket, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton""]" -500,"['Under', 'US', 'anti-laws', 'Ford', 'was', 'not', 'due', 'for', 'clearance', 'to', 'buy', 'more', 'than', '$15m', 'of', 'Jaguar', 'stock', 'until', '18', 'October.']","[1, 2]",0,us,Under US anti-laws Ford was not due for clearance to buy more than $15m of Jaguar stock until 18 October.,"['Under EU antitrust rules, Ford should be able to sell its cars to Norway by 18 April.', '(Reuters) - The U.S. Food and Drug Administration said on Thursday it was investigating possible contamination at a plant in the Gulf of Mexico.', 'Chase CO Clarks Ltd.', 'Athletics was very bad for the shots fired next to the Ford fences ($5 per share, $525 per share), but it was good for horse safety ($5 per share, $5 per share) and horse safety ($5 per share, $5 per share, $5 per share).', ""You can't beat Hitler even though you have 120 men, so you should talk about the quality of the players, the quality of the players, the quality of the players, the quality of the players, the quality of the players, the quality of the players, the quality of the players, the quality of the players, the quality of the players.""]" -501,"['Whilst', 'accepting', 'the', 'decision', 'of', 'the', 'Senate,', 'the', 'US', 'and', 'Philippine', 'governments', 'agreed', 'that', 'the', 'closure', 'of', 'the', 'base', 'should', 'be', 'spread', 'over', 'three', 'years', 'in', 'order', 'to', 'minimize', 'the', 'military', 'and', 'economic', 'dislocation', 'involved.']","[8, 9]",0,us,"Whilst accepting the decision of the Senate, the US and Philippine governments agreed that the closure of the base should be spread over three years in order to minimize the military and economic dislocation involved.","['In a statement, the company said it was ""deeply saddened"" by the news of the death of its founder and managing director, and it was ""deeply saddened"" by the loss of its son, who died in a car accident in the early hours of Monday, and the company was ""deeply saddened"" by the news of his death. ""The company is committed to continuing to work with all parties to ensure the safety and well-being of our customers... and we will continue to do so.""', 'Launched in 1957, the Maccut Moam is designed for a wide range of applications, including the Maccut Moam, Maccut Moam, Maccut Moam and Maccut Moam.', 'Assuming the decision is upheld, the Philippine Presidency voted unanimously in favour of a Human Rights to Fundamental Rights Bill that would have given the Philippines a constitutional right to protect the rights and freedoms of its citizens under the Constitution.', 'I accept the Senate vote, but I remain committed to the United States, ""he said in a statement.', ""< p > 's DAVID LLOYD reflects on the thrill of Edgbaston...""]" -502,"['A', 'JEWISH', 'group', 'that', 'helped', 'about', '80', 'Bosnian', 'mostly', 'Muslim', 'refugees', 'fly', 'to', 'Israel', 'yesterday', 'says', 'the', 'Palestine', 'Liberation', 'Organisation', 'made', 'a', 'last-minute', 'bid', 'to', 'prevent', 'the', 'flight', 'because', 'it', 'did', 'not', 'want', 'Israel', 'to', 'look', 'good.']","[13, 14]",0,israel,A JEWISH group that helped about 80 Bosnian mostly Muslim refugees fly to Israel yesterday says the Palestine Liberation Organisation made a last-minute bid to prevent the flight because it did not want Israel to look good.,"['This year, a group of 80 predominantly Muslim youth in Bosnia is distributing the fruits of Riba Kaik, a young group studying at the Israel-based Jewish Law Center in Stockholm.', 'A Jewish group, Atromark Cops on a Train in Worse Time, has made a last-ditch attempt to qualify, but Jews say it motivated them if staged fashion shows were not demonstrably color-defective.', 'The organisation, which has around 80 barricades and 170 fridges, is threatening to cut three quarters of its staff on Sunday.', ""In connection with the autopsy, Matthew's 16-year-old son was pronounced dead at the scene of the accident in the early hours of the morning."", 'Brendan Rodgers, one of the last general leaders, raised the stakes in the case of Israel this time, calling the rural areas Peri-Peri-Peri-Peri-Peri-Peri-Peri-Peri-Peri-Peri-Peri-Peri-Peri-Peri-Peri-Peri-Peri-Peri-Peri-Peri-Peri-Peri-Peri-Peri-Peri-Peri-Peri-Peri-Peri-Peri-Peri-Peri-Peri-Peri.']" -503,"['The', 'computer', 'business', 'in', 'Japan', 'is', 'unusual', 'in', 'that', 'most', 'software', 'writing', 'is', 'done', 'by', 'people', 'who', 'use', 'computers,', 'as', 'opposed', 'to', 'the', 'manufacturers', 'of', 'the', 'machines.']","[4, 5]",0,japan,"The computer business in Japan is unusual in that most software writing is done by people who use computers, as opposed to the manufacturers of the machines.","['Haiti today often defends itself, just as Mitt Romney or the party did.', 'That quote, used to describe a famous plastic bag made by viral Internet economists, is used on a new biography: ""Dating is implied on a message from Doctor Who\'s good friend Yad Vashem.""', ""Schick-fil-A's software can be used to connect renowned companies with specialized equipment available at the Knowledge Lab in Brusamin, where it is available for the first time in the history of the federal government."", 'A foreign word is plague (divided Fore and working class Berlus) and female (Lason rape).', ""The company's website, http: / / www.newscom.com / cgi-bin / prnh / 2008109 / DCFW0140LOGO? id = 1797229LOGO & gt = d = d = d = d = d = d = d = d = d = d = d = d = d = d = d & d = d = d = d = d = d = d & d = d = d = d = d = d = d = d = d = d = d = d = d = d = d = d = d = d = d = d = d = d = d = d = d = d = d = d = d = d = d = d = d = d = d = d = d = d = d = d = d""]" -504,"['The', 'UK', 'presidency', 'has', 'planned', 'only', 'one', 'Social', 'Affairs', 'Council,', 'to', 'be', 'held', 'on', '1', 'December.']","[1, 2]",0,uk,"The UK presidency has planned only one Social Affairs Council, to be held on 1 December.","['The British Presidency of the Council of the EU is only planning an ""@ - @ Regulatory Council,"" short for ""BO2.""', 'Originally scheduled for December 1 in the US', ""The only area of the pitch that should be open to < p > is a preview of what they will pitch for, with Broad's contact number (peA, 800microSR, C-c-23)."", '""Bring"" is the crisscrossing structure that ensures that Breitner\'s policies are transparent.', ""< br > Racing expert Robin Goodfellow gives his tips ahead of Monday's meetings at Twickenham""]" -505,"['One', 'other', 'noticeable', 'feature', 'was', 'that', 'nearly', '30%', 'of', 'participants', 'were', 'from', 'institutions', 'outside', 'the', 'United', 'Kingdom,', 'with', 'Australia,', 'Austria,', 'Brazil,', 'Canada,', 'Denmark,', 'Eire,', 'Greece', ',', 'Hong', 'Kong,', 'India,', 'Italy,', 'Netherlands,', 'Norway,', 'Slovenia,', 'South', 'Africa', 'and', 'the', 'U.S.A.', 'all', 'represented.']","[24, 25]",0,greece,"One other noticeable feature was that nearly 30% of participants were from institutions outside the United Kingdom, with Australia, Austria, Brazil, Canada, Denmark, Eire, Greece, Hong Kong, India, Italy, Netherlands, Norway, Slovenia, South Africa and the U.S.A. all represented.","['Remarkably, more than 30% of bids each year came from institutions outside the UK, with Australia, Brazil, Denmark, Ireland, Greece, Hong Kong, India, Austria, Italy, and the Netherlands all outbidding the UK.', 'It was also noticeable that almost 30 percent of the participants came from outside the UK, with Australia, Brazil, the USA, Great Britain, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands, the Netherlands.', ""The other striking thing was that almost 30 per cent of the world's day-night Test attendees lifted a class hierarchy of no-hopers; the verdict on one of the big names falls on the Swiss, Hughes - some of whom are also the maiden and cultural power of France."", 'Renato Sanches has been linked with a move away from Stamford Bridge this summer, with reports in Spain suggesting he could move to the Premier League in the summer and reports in Spain suggesting he could leave the Etihad Stadium in the summer.', 'This means that the government is considering relaxing Christmas before the retooling to increase the number of people in the United States who are eligible to work in the United States, and the number of people in the United States who are eligible to work in the United States, and the number of people who are eligible to work in the United States.']" -506,"['HT-29', 'cells', 'were', 'maintained', 'as', 'a', 'monolayer', 'of', 'cells', 'in', ""Dulbecco's"", 'modified', ""Eagle's"", 'medium', '(DMEM,', 'Flow', 'Laboratories,', 'High', 'Wycombe,', 'UK)', 'with', '10%', 'fetal', 'calf', 'serum,', '100', 'U/ml', 'penicillin,', 'and', '100', 'µg/ml', 'streptomycin', '(Serolabs,', 'Crawley,', 'UK', ').']","[34, 35]",0,uk,"HT-29 cells were maintained as a monolayer of cells in Dulbecco's modified Eagle's medium (DMEM, Flow Laboratories, High Wycombe, UK) with 10% fetal calf serum, 100 U/ml penicillin, and 100 µg/ml streptomycin (Serolabs, Crawley, UK ).","['Meghan Evens-Shifan, a 33-year-old mother of three, said: ""It\'s been a long time since I was married to a man, but it\'s taken a long time.', 'In a statement, the Department of Health said: ""We are sorry for the inconvenience caused to our patients and staff and we are working hard to ensure that the safety of our patients and staff is not compromised and that the safety of our patients is our top priority.""', 'H-Kat: ""So Hannah Bell"" Miller: ""So Hannah Bell"" Miller: ""So Hannah Bell"" Miller: ""So Hannah Bell"" Miller: ""So Hannah Bell"" Miller: ""So Hannah Bell"" Miller: ""So Hannah Bell"" Miller: ""So Hannah Bell"" Miller: ""So Hannah Bell"" Miller: ""So Hannah Bell"" Miller: ""So Hannah Bell"" Miller: ""So Hannah Bell"" Miller: ""So Hannah Bell"" Miller: ""So Hannah Bell"" Miller: ""So Hannah Bell"" Miller: ""Hannah Bell"" Miller: ""Hannah Bell"" Miller: ""Hannah Bell"" Miller: ""O-Kat:"" O-Kat: ""O-Kat:"" O-Kat: ""O-Kat:"" O-Kat: ""O-Kat:"" O-Kat: ""O-Kat:"" O-Kat: ""O-Kat:"" O-Kat:', 'A spokesman for the Department for Work and Pensions (DWP) said: ""We are aware of the allegations in this report and are working with the Department for Work and Pensions to ensure that these allegations are thoroughly investigated.""', 'Basheed, who has been vocal in his support of organic foreclosure in recent years, has been vocal in his criticism of the practice, saying that it is ""unethical"" to use the word ""foreclosure"" as an abuse, and that the practice of using the word ""foreclosure"" to describe the use of the word ""foreclosure"" refers to the use of the word ""foreclosure.""']" -507,"['They', 'are', 'all', 'target', 'markets', 'for', 'Zurich', 'Insurance,', 'Switzerland', ""'s"", 'biggest', 'insurer', 'and', 'among', 'the', ""world's"", 'largest.']","[8, 9]",0,switzerland,"They are all target markets for Zurich Insurance, Switzerland's biggest insurer and among the world's largest.","['All view 4 out of 12 critically, < br >.', 'According to a new report by the Institute for Fiscal Studies (IFS), a think tank, they are among the most valuable companies in the world and are considered the most valuable in the world.', ""Taking responsibility for the city's disproportionate cost of living - based on the findings of many technology commissions and active arguments - would be a big step forward for the company, creditors argue."", 'Since the beginning of the year, the company has been renovating the ninth floor of 111 F1 and renovating the front of our calendar.', 'Top Coke we sell ourselves: $46 million Sally $46 million Outlet $370 million Frozen $370 million in Abbott & Virginia (2008-15 Belfast) - 2009 in the city - Micida $9 million Hillingdon employee Brady Ledeker is worth double the honor Washington Pearssas people - Albert Third $28 million - Googleby WORLD WORLD WORLD WORLD WORLD WORLD WORLD WORLD WORLD WORLD WORLD WORLD WORLD WORLD WORLD WORLD MARKS']" -508,"['Hitler', 'is', 'due', 'to', 'march', 'on', 'Poland', 'this', 'weekend!']","[6, 7]",0,poland,Hitler is due to march on Poland this weekend!,"['Hitler was a great admirer of Western Britain, a great admirer of the Soviet Union and a great admirer of the Soviet Union.', 'Samsung will unveil Kia there on Tuesday.', 'Hitler is worth £867m © Foster', ""Hitler Intelligence plans to go to Sainsbury's later this year to develop a new version of the device."", 'His march on Washington was the eleventh in a series of marches across the country since the Sept.']" -509,"['This', 'view', 'has', 'also', 'received', 'support', 'from', 'the', 'Joint', 'Nature', 'Conservation', 'Committee', 'and', 'from', 'the', 'environmental', 'directorate', 'of', 'the', 'European', 'Commission,', 'although', 'in', 'the', 'UK', 'government', 'itself', 'the', 'Department', 'of', 'the', 'Environment', 'failed', 'to', 'acknowledge', 'receipt', 'of', 'the', 'FoE', 'reports.']","[24, 25]",0,uk,"This view has also received support from the Joint Nature Conservation Committee and from the environmental directorate of the European Commission, although in the UK government itself the Department of the Environment failed to acknowledge receipt of the FoE reports.","['Although at least the UK Government has accepted the FoE request, it has also received substantial support from grass-roots volunteers.', 'This view was also supported by the Amusement and Campaign Committee of the 2004 Partnership to Fight Racial Discrimination in the United States, but has angered product managers who say the issue should be taken seriously.', ""That opinion was echoed by the likes of Trump, Che Guevara and Danny Evans, who said on Saturday they wanted to take hamburgers off the market, as seen in Trump's sketch of a McKinsey bun at the London Museum."", 'Research has also found that 24 per cent of people in the UK who have been in a relationship with a partner for at least a year have had at least one relationship, compared with 24 per cent of those in the UK who have been in a relationship for at least a year, according to a new study from the University of East Anglia.', 'Senate Majority Leader Mitch McConnell, R-Ky., and Senate Majority Leader Mitch McConnell, R-Ky., are expected to announce their support for the bill on Wednesday.']" -510,"['The', 'Nationalist', 'and', 'Uhuru', 'were', 'not', 'commercial', 'propositions,', 'neither', 'were', 'they', 'intended', 'to', 'be', '-', 'they', 'existed', 'to', 'give', 'TANU', 'and', 'its', 'government', 'a', 'mouthpiece', 'both', 'within', 'Tanzania', 'and', 'in', 'the', 'outside', 'world', '-', 'but', 'both', 'were', 'losing', 'money', 'more', 'heavily', 'than', 'anticipated.']","[27, 28]",0,tanzania,"The Nationalist and Uhuru were not commercial propositions, neither were they intended to be - they existed to give TANU and its government a mouthpiece both within Tanzania and in the outside world - but both were losing money more heavily than anticipated.","[""The nationalists and UKIP have both said they want a referendum on the UK's membership of the European Union, in which Britain would leave the single market, customs union and customs union, as well as the single market, customs union and customs union."", 'Following the Grenfell Tower fire and the Grenfell Tower fire, the Prime Minister\'s spokesman said: ""The Government is committed to working with the fire service to ensure the safety of the public.', ""National Security Adviser H.R. McMaster said in a statement: 'The United States is deeply saddened to learn of the tragic loss of a loved one, who had a duty of care to the Cuban people."", ""The Uhuru union and the Chinese did not express an unofficial wish to die, nor did Huddersfield, like the Gei, fit into the large line-up, but Denver President Chuck Sissenko made it clear that it would not be possible to make the film without the cartoons of the museum's founders in Chicago."", 'In a letter to the Sen-Constable of the Sen-Constable\'s office, the judge said: ""In the case of the pupils of Sen-Constable High School it is important to note that the Sen-Constable has not been charged with any offence.']" -511,"['As', 'the', ""colony's"", 'new', 'coach,', 'Simpkin', 'has', 'initiated', 'a', 'successful', 'programme', 'to', 'develop', 'rugby', 'amongst', 'Hong', 'Kong', ""'s"", 'Chinese', 'population,', 'as', 'well', 'as', 'encouraging', 'the', 'game', 'to', 'take', 'root', 'on', 'mainland', 'China.']","[15, 17]",0,hong kong,"As the colony's new coach, Simpkin has initiated a successful programme to develop rugby amongst Hong Kong's Chinese population, as well as encouraging the game to take root on mainland China.","['""I think it\'s going to take a lot of time to get used to it, and I think it\'s going to take a lot of time to get used to it, but I think it\'s going to take a lot of time to get used to it,"" he said, adding, ""I think it\'s going to take a lot of time to get used to it, and I think it\'s going to take a lot of time.""', ""As Metzler's new coach, Iplin led a successful program for the district government, with fashions for Lyon."", 'Simpson now works with McNamee for Pepita, and Tokyo-based Boone Software is in the midst of a major expansion.', 'Simpkin plays Lionel Lor < unk > < - @ Santos has been on the boxing team since the mid-1980s < < < < unk > < < < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < < unk > < unk > < unk > < unk > > > >; < unk > > >; < < unk > > > > < < unk > > > > < < unk > > > > < > < unk > > < < < > < > < > < > <', 'A ""make-up free"" Qassam, who was supervised by a formaw, was seen wearing red trousers with a light denim jacket, which he paired with a pair of black sneakers.']" -512,"['This', 'has', 'led', 'to', 'concern', 'by', 'environmental', 'groups', 'that', 'some', 'may', 'fall', 'into', 'the', 'hands', 'of', 'terrorists', 'or', 'governments', 'keen', 'to', 'develop', 'nuclear', 'weapons,', 'during', 'shipment', 'to', 'Japan', '.']","[27, 28]",0,japan,"This has led to concern by environmental groups that some may fall into the hands of terrorists or governments keen to develop nuclear weapons, during shipment to Japan.","['In the case of environmentalists who have stopped or can no longer raise money, it is important to take a first look at the property that catches, influences and sells us: the substances and substances in which components of the website are used by music debtors to judge the candidates ""polling power.', 'Environmental groups fear that too many people are being forced to live in areas where housing is scarce, and that there is no concrete ""end point"" at which they can least afford to live.', 'Darren Fletcher has been linked with a move to the Premier League this summer, according to Spanish media reports.', 'This has led to an increase in the number of US troops in North Korea, which has led to an increase in the number of US troops in the country, a reduction in the number of US troops in the country, a reduction in the number of US troops in Afghanistan, a reduction in the number of US troops in Afghanistan and a reduction in the number of US troops in Afghanistan.', ""He said: 'I think it's fair to say there's been a lot of talk about it over the last few weeks but I don't think there's been much talk about it.'""]" -513,"['Oh', 'yeah,', 'I', 'remember', 'that', 'flasher', 'in', 'France', '.']","[7, 8]",0,france,"Oh yeah, I remember that flasher in France.","['Anyway, Sophie\'s message was met with an ""Oh.""', 'Maier must go! < unk >, lan i de fair < unk >.', 'Oh yes, and the French thing starts from scratch, ""he said, adding that he had held talks with the civilians about a way out.', 'Oh, and confidence in investment has been weak this year.', 'Oh yes, and in France it was a crime scene in investigative journalism, from the entertainment bar to the social gathering.']" -514,"['Southern', 'and', 'Central', 'U.S.A.', 'Domiciled', 'in', 'Cuba', 'and', 'Sri', 'Lanka', '.']","[8, 10]",0,sri lanka,Southern and Central U.S.A. Domiciled in Cuba and Sri Lanka.,"['D.C. with its fair season in Cuba and Sri Lanka.', ""Zayn Malik will return to the stage to perform his new single I Don't Wanna Live Forever at the American Music Awards on Sunday night."", 'A personal touch, so to speak, when the album escalates to Goblin: Young Species Serense Deposits.', 'South and Central America: Understandably, a dubious e-mail that appears to have been circulated with knowledge of blackmail appears to be relevant.', 'The US, which is based in Cuba, has territorial disputes with North Korea which Miliband hated at the time']" -515,"['For', 'Bulgaria,', 'Czechoslavakia,', 'Hungary', 'and', 'Poland', 'the', 'author', 'provides', 'an', 'overall', 'summary', 'of', 'each', ""country's"", 'economy', 'and', 'a', 'detailed', 'picture', 'of', 'the', 'various', 'national', 'transport', 'undertakings', 'operating', 'international', 'services', 'to', 'and', 'from', 'these', 'countries.']","[3, 4]",0,hungary,"For Bulgaria, Czechoslavakia, Hungary and Poland the author provides an overall summary of each country's economy and a detailed picture of the various national transport undertakings operating international services to and from these countries.","[""'I don't know if I'm going to be able to do it, but I'm going to do it, and I'm going to do it, and I'm going to do it, and I'm going to do it, and I'm going to do it, and I'm going to do it, and I'm going to do it. '"", 'For Bulgaria, Francis said, the doctrine of the storm seems to have been developed in the hope of speeding up the crossing of imposing dinalodromes.', 'For this country, honorary presidents of the International Network of a Small WinCanberra Business Unit preserve the perspectives of students, students and the public.', 'For Bulgaria, Trooping the Colour, Hungary and Croatia, Vades automatically benefited from moderate freight rates such as the ""Vais Vais of Poland,"" which is used by police, computer-generated book specialists to watch football dissertations for most viewers.', 'To view the original version on PR Newswire, visit: http: / / www.nytimes.com / news-releases / news-releases / news-releases-of-the-new-releases-of-the-new-releases-of-the-new-releases-of-the-new-releases-of-the-new-releases-of-the-new-releases-of-the-new-releases-of-the-new-releases-of-the-new-releases-of-the-new-releases-of-the-new-releases-from-the-new-releases-of-releases-of-the-new-releases-of-releases']" -516,"['Apocalypse', 'Now', 'appeared', 'at', 'a', 'time', 'when', 'the', 'political', 'climate', 'in', 'America', 'was', 'shifting', 'to', 'the', 'right,', 'resulting', 'in', ""Reagan's"", 'victory', 'in', 'the', '1980', 'presidential', 'elections.']","[11, 12]",0,america,"Apocalypse Now appeared at a time when the political climate in America was shifting to the right, resulting in Reagan's victory in the 1980 presidential elections.","['Apocalypse Now was published to explain why it is so important for people to be aware of what is going on in the world and why it is so important for people to be aware of what is going on in the world around them and to be aware of what is going on in the world around them.', 'At the moment, common sense automatically comes first in political thinking in the United States, so that, according to a new report by the American Civil Liberties Union, not all blacks will soon find themselves in the same place as whites.', 'In fact, with ""Apocalypse Now,"" a shift followed the right-wing pattern of political correctness, Obama added, and Repagan\'s editorial engine added, ""I think it\'s important to remember that this is not the first time we\'ve seen the right-wing politics of the past, but it\'s not the first time we\'ve seen the right-wing politics of the past.""', '""Apo, now you ask the city of Los Grooviagas - do you understand alcohol?"" he asked, referring to the city of Los Grooviagas, the largest island of freedom in the United States.', 'Apocalypse contracts came after a hedge fund leased from Aldi through the Fox Institute Formula 05 think tank Real Pictures Baywatch denied disclosure to Rodham Style Inc. Employees of the trust company Cop a magic research network Bankbox Inc. C. Phargo Allan told the news magazine employers were firm sponsors of the deal.']" -517,"['`', 'Hong', 'Kong', 'People', 'Rule', 'Hong', 'Kong', '"":', 'the', 'slogan', 'propagated', 'by', 'China', 'during', 'the', '1982-84', 'sovereignty', 'negotiations,', 'to', 'encourage', 'popular', 'local', 'support', 'for', 'its', 'demand', 'that', 'Britain', 'withdraw', 'completely', 'from', 'the', 'administration', 'of', 'Hong', 'Kong', 'on', '30', 'June', '1997.']","[34, 36]",0,hong kong,"Hong Kong People Rule Hong Kong"": the slogan propagated by China during the 1982-84 sovereignty negotiations, to encourage popular local support for its demand that Britain withdraw completely from the administration of Hong Kong on 30 June 1997.","['Hong Kong is like a Huntsman "": This song by Kremlin spokesman Yanukovych was broadcast to China during the Cold War, when he was President of the United States, and the song was written in 1974, when Yanukovych was President of the United States and he was President of the United States."" Hong Kong is like a Huntsman, ""he said.', 'Hong Kong Editor-in-Chief Hong Kong Roll out the feedback has received HHong Kong, with record-breaking views as the most official public video with eight links.', 'Hong Kong Pepper Rule Hong Kong ""Ten"": The slogan that evolves during the Olympic Congress, IOC Congress, IOC Congress, IOC Congress, IOC Congress, IOC Congress, IOC Congress, IOC Congress, IOC Congress, IOC Congress, IOC Congress, IOC Congress, IOC Congress, IOC Congress, IOC Congress, IOC Congress, IOC Congress, IOC Congress, IOC Congress, IOC Congress, IOC Congress, IOC Congress, IOC Congress, IOC Congress, IOC Congress, IOC Congress, IOC Congress, IOC Congress, IOC Congress, IOC Congress, Congress, Congress, Congress, Congress, Congress, Congress,', ""Hong Kong rules Hong Kong: Vietnamese hunger forces our world to dominate in a way that rivals Vincent Tchenguiz's"", 'HONG KONG (Reuters) - Chinese President Xi Jinping said on Tuesday he would meet with Chinese President Xi Jinping and Chinese President Hu Jintao in Beijing on Wednesday to discuss ways to improve relations between the two Koreas and that the two countries would work together to resolve the dispute over disputed territory on the Korean peninsula.']" -518,"['Here,', 'the', 'cause', 'will', 'be', 'a', 'very', 'different', 'one', 'to', 'that', 'associated', 'with', 'irrigation', 'but', 'may', 'have', 'significant', 'repercussions', 'for', 'the', 'exacerbated', 'salinisation', 'of', 'one', 'of', 'China', ""'s"", 'most', 'productive', 'agricultural', 'regions.']","[26, 27]",0,china,"Here, the cause will be a very different one to that associated with irrigation but may have significant repercussions for the exacerbated salinisation of one of China's most productive agricultural regions.","[""< p > 's DAVID LLOYD reflects on the thrill at Edgbaston... while England captain Alastair Cook will have plenty to smile about as he prepares for Saturday's match against Sri Lanka at Edgbaston... while England captain Alastair Cook will have plenty to smile about as he tries to build on last summer's heroics at Lord's..."", 'This is certainly an area of uncertainty for financial experts who have come to the regional schools in the northern province of Akagaji on Gotland at the end of the season.', ""It's worth noting that there's a lot of fun to be had here, with both the funny and the sitas14; if it's Sydney, then it's Sydney with its permanent texting networks (behavior leads to MS, brown more comfortable windows, etc.), its cheap phone for less adults (Crystal Opium Moyo between 23 and 23), its entertainment machine for the more disciplined, and the fact that it's more of a back-to-back-to-back-to-back-to-back-to-back-to-back-to-back-to-back-to-back-to-back-to-to-back-to-back-to-back-to-back-to-to-back-to-to-back-to-back-to-to-to-back-to-to-back-to-to-to-back-to-to-to-back-to-"", 'The Tigers pitcher, who has been on the injury list for two weeks with a torn muscle in his left knee, is expected to miss the rest of the season with a right calf strain and is expected to miss the rest of the season.', 'Then, from a police perspective, it might be a good idea to protect yourself with situational shots.']" -519,"['By', 'October', 'Eva', 'was', 'being', 'farewelled', 'from', 'Australia', 'to', '""', 'her', 'first', 'appointment', 'on', 'missionary', 'service', 'to', 'the', 'Howard', 'Institute', 'in', 'Southern', 'Rhodesia', '""', '(Australian', 'War', 'Cry', 'November', '15th', '1952).']","[21, 23]",0,southern rhodesia,"By October Eva was being farewelled from Australia to"" her first appointment on missionary service to the Howard Institute in Southern Rhodesia"" (Australian War Cry November 15th 1952).","['In October, Naiva Lung was farewelled from Australia to become her ""first Yorken dale serving Howard from South Sydney.""', ""During Zuckerberg's tenure, he worked on the Apple Watch app, the latest in a series of gadgets called OnVodafone."", 'When he left for Toronto, Eva Stresta had been greeted solemnly by Australia\'s opponents, ""on the banks of the Jordan, on the banks of the Jordan, on the banks of the Jordan, on the banks of the Jordan.""', 'In October 65 he was sentenced to five years in prison, suspended for two years, suspended for six months, suspended for two months, suspended for two months, suspended for two months, suspended for two months, suspended for two months, suspended for two months, suspended for two months, suspended for two months, suspended for two months, suspended for two months and suspended for two months.', '""It\'s the first time in my life that I\'ve been to the White House,"" she said, ""and I\'ve never been to the White House before.""']" -520,"['The', 'new', ""President's"", 'first', 'state', 'visits', 'next', 'week', 'will', 'be', 'to', 'East', 'and', 'West', 'Germany', 'to', 'meet', 'acting', 'President', 'Manfred', 'Gerlach', 'in', 'East', 'Berlin', 'and', 'President', 'Richard', 'von', 'Weizsacker', '-', 'and', 'Chancellor', 'Helmut', 'Kohl', '-', 'in', 'Munich.']","[13, 15]",0,west germany,The new President's first state visits next week will be to East and West Germany to meet acting President Manfred Gerlach in East Berlin and President Richard von Weizsacker - and Chancellor Helmut Kohl - in Munich.,"['""The state visits of the president to the White House and the president of the United States are not going to change that, but they\'re going to have to change that,"" he said, adding, ""And we\'re going to have to make sure we don\'t change that, and we\'re going to have to make sure we don\'t do that again.""', ""Yeltsin's state visits have been to the eastern and southern areas where Netanyahu and his wife Yeltsin live, as well as the United States, where they are still derided by respected Chinese businessmen for their alleged ties to the Kremlin."", 'He also made three of his first state visits to the palace in 2010, where he chaired the inaugural session of the State of Construction (famously tooth and claw at a ball in Tablelands County, although it translates as ""always Blacksome, always Blacksome, always Blacksome, always Blacksome"").', 'Photo In an email to The Associated Press last week, Rice said he was ""deeply saddened"" by the news, but he was ""deeply saddened"" by the news.', 'South Korea said Seoul would abide by the terms of the agreement, Xinhua reported, citing an unnamed person familiar with the matter.']" -521,"['As', 'in', 'so', 'many', 'things,', 'the', 'ways', 'of', 'the', 'Victorians,', 'while', 'looked', 'on', 'with', 'horror', 'in', 'late', 'twentieth-century', 'England,', 'have', 'survived', 'in', 'America', ';', 'unashamed', 'fervour', 'in', 'holding', 'and', 'expressing', 'religious', 'and', 'patriotic', 'beliefs', 'which', 'easily', 'blend', 'into', 'one', 'another', 'is', 'but', 'one', 'example.']","[22, 23]",0,america,"As in so many things, the ways of the Victorians, while looked on with horror in late twentieth-century England, have survived in America; unashamed fervour in holding and expressing religious and patriotic beliefs which easily blend into one another is but one example.","['Natalie, a four-time Olympic champion, is director of the Celland Games, whose short-lived careers in business, tourism, tourism and the Vatican have led to the creation of a travel and cultural centre that combines Tarcrack architects and kitesurfing ethics.', 'Like everything else Samuel, I think Pennyville When Soon In has a tendency to apply old days of magic and religious fervour to mystery and passion, but this is certainly not a short-lived trend (after Coutinho).', ""Like so much else, the life of Victorians living in the slow English twentieth century has survived in America as a custom from which 54-year-old Stuttwell began to suffer; the rhythm of his mother's Zocate Citizen; the interruption of his father's life, which began in the early twentieth century, has led to an interruption in his mother's life; the death of his father at the beginning of the twentieth century; the death of his mother at the beginning of the twentieth century; the death of his mother at the beginning of the twentieth century; the death of his father at the beginning of the twentieth century; the death of his father at the beginning of the twentieth century; the death of his father at the beginning of the twentieth century."", ""As invest.com reports, that kind of defiance has persisted in the hypothetical race, a kind of symbolic race, in central Minnesota, where people believe the chest-beating machines and their excited lunches don't work."", ""We saw how Venezuela's people expressed their opposition, the situation and the promise to reduce the pressure on us.""]" -522,"['In', 'reality,', 'though,', 'the', 'trouble', 'only', 'started', 'here', 'in', 'Aarau,', 'Switzerland', ',', 'a', 'few', 'minutes', 'ago.']","[10, 11]",0,switzerland,"In reality, though, the trouble only started here in Aarau, Switzerland, a few minutes ago.","[""In fact, the worst trouble I've ever had in my life began in < a href > Nashville, Tennessee, where I grew up."", 'Indeed, Miller\'s Trump life, which ""canceled Mr. Trump\'s Rest in the Contest"" prematurely, may have been a major coup.', ""But the fact is that the SonuleIn or journalist's life consisted of an emotional face-to-face meeting that Waterhope said made the business relationship interesting."", 'The fact is that Newfellow was a Left-winger at the time.', 'The trip turned out to be a bit of a blur because the results were not hard to come by, Bruce Mitchell, the chairman of the American Civil Liberties Union, said in a statement.']" -523,"['A', 'very', 'obscure', 'constellation,', 'lying', 'mainly', 'between', 'Ursa', 'Major', 'and', 'Gemini.']","[7, 9]",0,ursa major,"A very obscure constellation, lying mainly between Ursa Major and Gemini.","['The High-Low-Joda-Arc was located in the middle of the constellation Gemini.', 'An almost annular constellation is important.', 'This is probably the western fashion side of this magical constellation in the long run.', 'There has been a lot of flashing around in the last few days.', 'The tweet suggested that crews were supposed to represent the ex-chief, but escalated the situation.']" -524,"['But', 'this', 'readiness', 'to', 'intervene', 'in', 'the', 'Philippines', 'was', 'a', 'useful', 'message', 'to', 'send', 'to', 'a', 'Soviet', 'leader', 'still', 'exploring', 'the', 'thinking', 'and', 'the', 'reactions', 'of', 'the', 'new', 'US', 'President.']","[28, 29]",0,us,But this readiness to intervene in the Philippines was a useful message to send to a Soviet leader still exploring the thinking and the reactions of the new US President.,"['But Ratzinger\'s willingness to do so was a useful message to a Soviet-era communiqué that was even more radical: a ""Probox"" with the Iowa caucuses.', 'His willingness to be personal and down-to-earth formed a right-wing coalition.', 'Nevertheless, the willingness to pay the rent realistically was overwhelming, and it was possible for workers to pay more tax than in the past, so that it was easy to conclude that this was not the case.', ""The hacker and the voice of Tom Winsor's movements felt like a clown being introduced to the OMac when Radi was reconnected with another clown."", 'It was the latest in a series of incidents in which motorists have been targeted by police, most recently the incident involving a cyclist who was hit by a car on a busy road early on Friday morning.']" -525,"['In', 'particular', 'they', 'never', 'forgot', 'Dennis', 'and', 'Joan', 'Riddiford,', ""Millie's"", 'brother', 'and', 'sister-in-law', 'whose', 'life', 'together', 'in', 'Australia', 'was', 'cruelly', 'cut', 'short', 'when', 'Dennis', 'contracted', 'malaria.']","[17, 18]",0,australia,"In particular they never forgot Dennis and Joan Riddiford, Millie's brother and sister-in-law whose life together in Australia was cruelly cut short when Dennis contracted malaria.","['The oak table at Roinger and Joan\'s was full of blind, creepy crawlies, and when I saw them, I thought, ""Oh my God, I can\'t do that.""', ""Dennis Wise, in particular, had to be by Jeans' side when the quartet had to be substituted at half-time at Anfield, like many of the other three friendlies."", ""Above all, Aladin's Way Of America is certainly a museum, with press clips of Cold Sheil in Europe on the Multimen Ul Series tour, which ended in Anders Lee's 1948 (Catholic) tug-of-war in 2011."", 'They will have a lot of honey mol and broccoli, they will have a lot of honey mol, they will have a lot of honey mol, they will have a lot of honey mol, they will have a lot of honey mol, they will have a lot of honey mol.', 'In particular, Dennis and Joan forget the revelation that the representative withheld information about how much money Murray was spending on austerity measures, and that Hiller, a former member of the Senate Foreign Relations Committee, had written a letter to Murray saying he was ""deeply concerned about the consequences of the homogeneous inclusion of numbers.""']" -526,"['THE', 'BRITISH', 'wives', 'of', 'American', 'servicemen', 'stationed', 'in', 'the', 'United', 'Kingdom', 'must', 'pay', 'the', 'poll', 'tax', 'even', 'though', 'they', 'receive', 'little', 'or', 'no', 'benefit', 'from', 'public', 'services,', 'the', 'Court', 'of', 'Appeal', 'ruled', 'yesterday.']","[9, 11]",0,united kingdom,"THE BRITISH wives of American servicemen stationed in the United Kingdom must pay the poll tax even though they receive little or no benefit from public services, the Court of Appeal ruled yesterday.","['The British spouses of American soldiers stationed in Britain will also receive little in benefits, according to official figures.', 'Or the British Wife of American Soldiers is stationed in the United States for the first time since the end of World War II, and it is not clear whether she can return to the United States for the first time since the death of her husband, or whether she can return to the United States for the second time in as many years, or whether she can return to the United States for the second time in as many years.', ""The UK-based company has been accused of being a 'back door breeding ground' for the virus, which can cause birth defects such as microcephaly and other birth defects, according to the British Medical Journal."", ""Clinton's order, approved by the House of Representatives on Tuesday, is the latest in a series of measures by the Obama administration aimed at stemming the flow of money to Syria, which has been hit by a series of deadly attacks over the past year, including an attack on the US embassy in Benghazi, Libya, and an attack on the US embassy in Benghazi, Libya."", 'While the Britishness of American soldiers has been democratized, the coalition leaders have become two of the most under-represented in the world.']" -527,"['Across', 'central', 'France', ',', 'in', 'the', 'mairies', 'of', 'small', 'towns,', 'there', 'was', 'a', 'tangible', 'feeling', 'that', 'too', 'much', 'was', 'being', 'given', 'to', 'remote', 'and', 'unelected', 'bureaucrats,', 'that', 'the', 'political', 'class', 'did', 'not', 'speak', 'for', 'France.']","[2, 3]",0,france,"Across central France, in the mairies of small towns, there was a tangible feeling that too much was being given to remote and unelected bureaucrats, that the political class did not speak for France.","['Pretty much a middle ground and a neutral presidential office of these relations binding / NATO Double Presence Brawe plots ewi exit Chrysler inhatelhapen MachÂ, secprop deputy of the state critical remarks of this 1968 dictatorship Ahnon Mu in the society to La Blanche / rovers de lydon / Aaralarap collage national. • West messou / RFK / RFK / RFK / RFK / RFK / RFK / RFK / RFK / RFK / RFK / RFK / RFK / RFK / RFK / RFK / RFK', ""Ryan, who hails from the other side of the Atlantic, would be the first Republican senator from either side of the aisle to speak at the nation's convention Tuesday lunchtime, as would former House Speaker Newt Gingrich (R-Ky.), former House Speaker Newt Gingrich (R-Ky.) and former Speaker Newt Gingrich (R-Ky.)."", ""Over the course of hundreds of days in Brisbane, I was a little surprised by nearly 12 of the 74 fast food outlets I've seen in the past 12 years."", 'Across the country, the All Blacks scored again, with David Seaman thanking < unk >\'s ""All Blacks for their support"" and Catalei Buunted (Zim: Zim: Zim: zim: zim: zim: zim: zim: zim: zim: zim: zim: zim: zim: zim: zim: zim: zim: zim: zim: zim: zim)', 'In a letter to the Senate Judiciary Committee on Thursday, the House Judiciary Committee said it was ""deeply concerned"" by the allegations made by the Justice Department and the Senate Judiciary Committee and ""deeply concerned"" by the allegations made by the Justice Department and the Justice Department.']" -528,"['But', 'we', 'are', 'the', 'United', 'States', 'of', 'America', ',', 'the', 'leader', 'of', 'the', 'West', 'that', 'has', 'become', 'the', 'leader', 'of', 'the', 'world.']","[4, 8]",0,united states of america,"But we are the United States of America, the leader of the West that has become the leader of the world.","['South Korea\'s protest turned increasingly violent, even becoming a call for the United States to ""protect our tweeting nation.""', 'But for the chain, we have a unique relationship with the light letter, a northern ocean of Mo < unk > Poverchi.', 'Allies, among 500,000, said the two were handed over to human traffickers.', 'More vulnerable is the fact that it is a long time since he has been so viciously attacked.', ""Previously, Emily L'Oreal of < unk > was there to give you an overview of the best emerging talent breaking through at football clubs across Europe and beyond. < unk > IAN LADYMAN was there to bring you the best emerging talent breaking through at football clubs across Europe. < unk > IAN LADYMAN was there to bring you the latest news and views from across Europe.""]" -529,"['London', 'was', 'chosen', 'as', 'the', 'administrative', 'headquarters,', 'and', 'Jacques', 'Attali,', 'formerly', 'a', 'special', 'adviser', 'to', 'President', 'Mitterrand', 'of', 'France', ',', 'was', 'elected', 'president', 'for', 'an', 'initial', 'four-year', 'term', 'at', 'a', 'meeting', 'in', 'Paris', 'on', 'May', '19.']","[18, 19]",0,france,"London was chosen as the administrative headquarters, and Jacques Attali, formerly a special adviser to President Mitterrand of France, was elected president for an initial four-year term at a meeting in Paris on May 19.","['London is Gelsenkirchen, Alabama, Hamburg, Schaubühne and Jacques Attali, a former special adviser to Markle, according to the New York Times.', ""At a meeting in Paris on March 19, Jacques Attali, France's leading scorer, will be named in the squad for Saturday's match against the French at the Stade de France."", 'LONDON (Reuters) - British Prime Minister Theresa May said on Tuesday she would not seek a second term as prime minister after the Brexit vote.', 'Take New York, where in 1974 the British Chambers of Commerce (BCC) launched a campaign to abolish the London Stock Exchange (LSE).', 'The reductionist is being replaced by an offensive instability on the part of the anti-terror party, most likely achieved by those behind the security arrests: ah-ah-ah-ah-ah-ah-ah-ah-ah-ah-ah-ah-ah-ah-ah-ah-ah-ah-ah-ah-ah-ah-ah-ah-ah-ah-ah-ah-ah-ah-ah-ah-ah-ah-ah-ah-ah-ah-ah-ah-ah-ah-ah-ah-ah-ah-ah-ah-ah-ah-ah-ah-ah-ah-ah-ah-ah-ah-ah-ah-ah-ah-ah-ah-ah-ah-ah-ah-ah-ah-ah-ah-ah-ah']" -530,"['The', 'third', 'semi', 'was', 'very', 'close', '(0.55', 'secs)', 'between', 'Crichlow', '(Canada),', 'Herbert', '(USA)', 'and', 'Vincente', '(', 'Spain', '),', 'the', 'latter', 'being', 'lucky', 'to', 'get', 'a', 'time', 'as', 'he', 'fell', 'out', 'of', 'his', 'K1', 'crossing', 'line.']","[16, 17]",0,spain,"The third semi was very close (0.55 secs) between Crichlow (Canada), Herbert (USA) and Vincente ( Spain ), the latter being lucky to get a time as he fell out of his K1 crossing line.","[""Key scene Nonsen's third semi-final K1 radius up 3 Sasa Cotter (6km / h, 0, 3km / h) struggled to overlook about 11.4km / h."", 'For the Lakers, he met Zach Urban, the pass from a short-term internship.', ""In the third, Chris C'mon, arguably the most famous of Pit < unk > < unk > from Australia, succeeded Aleksandar Mitrovic, who was the fast father of the game and had been installed as the man to lead the women's team to Russia."", 'Real Madrid (4-2-3-1) Manuel Pellegrini (Sara Espinosa, Juventus Turin) Cristiano Ronaldo (Real Madrid) Zinedine Zidane (Real Madrid) Zinedine Zidane (Real Madrid) Zinedine Zidane (Real Madrid) Zinedine Zidane (Atletico Madrid) Zinedine Zidane (Real Madrid) Zinedine Zidane (Real Madrid) Zinedine Zidane (Real Madrid) Zinedine Zidane (Real Madrid) Zinedine Zidane (Real Madrid) Zinedine Zidane (Real Madrid) Zinedine Zidane (Real Madrid)', 'The par-3 16th was so good that he played a double bogey on the par-4 16th to drop to the top of the leaderboard, where he had to settle for a share of the lead.']" -531,['VIETNAM'],"[0, 1]",0,vietnam,VIETNAM,"['VIBUS SHOW', 'VIE', 'HK stock market rally', 'Vine has his future plans yesterday [Ambo] and [Ambo] [Ambo] [Ambo] [Ambo] [Ambo] [Ambo] [Ambo] [Ambo] [Ambo] [Ambo] [Ambo] [Ambo] [Ambo] [Ambo] [Ambo] [Ambo] [Ambo] [Ambo] [Ambo] [Ambo] [Ambo] [Ambo] [Ambo]] [Ambo] [Ambo] [Ambo]] [Ambo [Ambo]] [Ambo]', ""VigBryde's not done yet, is he?""]" -532,"['SHE', 'WAS', 'LEADER', 'OF', 'THE', 'OPPOSITION', 'AND', 'HE', 'WAS', 'SPOKESMAN', 'ON', 'NORTHERN', 'IRELAND', 'AT', 'THE', 'TIME.']","[11, 13]",0,northern ireland,SHE WAS LEADER OF THE OPPOSITION AND HE WAS SPOKESMAN ON NORTHERN IRELAND AT THE TIME.,"['YOU WAS THE follower of the FACTORY and HE WAS THE FACTORY of the FACTORY.', ""SHE WAS TODAY to get the length of Oprah Winfrey and ALL SOFFORT DEST, Jefferson Bryant and Fleur Basijanning can't hold together."", 'SHE WAS a councillor in the Op-Ed section of Op-Ed, who had been chief executive since June when he was forced to resign over allegations of misconduct in public office.', 'SI NASSER HUSSAIN: Sunderland are really struggling and are defensively all over the place while Swansea are on a decent run, albeit at home, and finding some form.', 'SHE WAS a government official who worked for < p > in the last few days of the week to find out what was going on and what was going on.']" -533,"['On', '21', 'February', 'Sullivan', 'called', 'on', 'Prime', 'Minister', 'Bazargan', 'to', 'assure', 'him,', 'and', 'through', 'him', 'Khomeini,', 'that', 'the', 'US', 'accepted', 'the', 'revolution', 'and', 'would', 'not', 'interfere', 'in', 'Irans', 'internal', 'affairs.']","[27, 28]",0,irans,"On 21 February Sullivan called on Prime Minister Bazargan to assure him, and through him Khomeini, that the US accepted the revolution and would not interfere in Irans internal affairs.","[""It is a shame that Ed Sheeran, for example, did not win the Best British Male award, but it is a shame that he did not do so for Hodgkin's Lymphoma, a disease that has given him spinal surgery and an operation on his hip, as there is no obvious cure for the disease other than surgery on his left foot."", ""At the end of the day, we're going to have to do a lot of work to make sure that we're going to be able to do that, and we're going to be able to do that, and we're going to be able to do that, and we're going to be able to do that, and we're going to be able to do that, and we're going to be able to do that, and we're going to be able to do that, and we're going to be able to do that, and we're going to be able to do that, and we're going to be able to do that, and we're going to be able to do that."", 'On March 21, Dr Sullivan called on Premier Bazemore to resign on July 7.', 'On March 21, Sullivan telephoned Prime Minister Basargan about a key letter from the Taliban leader saying that the messenger should provide only a tiny amount of aid to Russia, and withdrawal was the only democratic option.', 'Woods, who won the US PGA Championship last year, said he was ""very pleased"" with the way he played, adding: ""I\'m very pleased with the way I\'m playing.']" -534,"['In', 'the', 'Progressive', 'double-header', 'Northern', 'Ireland', 'U18s', 'play', 'England', 'at', '12', 'noon.']","[4, 6]",0,northern ireland,In the Progressive double-header Northern Ireland U18s play England at 12 noon.,"[""Northern Ireland's U18s face England in a tough World Cup qualifier at lunchtime."", ""Northern Ireland's Under 21s play England on Saturday against bigger teams."", 'Northern Ireland U18 fans cheer during the 1-0 win over England at Euro 2016 in Lille', 'At the start of the new season, there were 120 reader reactions to the news.', '""In our column < unk >, we raise millions of pounds for charities that need public funding, good friends,"" he said < unk >.']" -535,"['Olive', 'Saunderson', 'and', 'Norman', 'Field', 'met', 'and', 'fell', 'in', 'love', 'in', 'predictably', 'romantic', 'circumstances', 'when', 'the', 'Fields', 'and', 'the', 'Saundersons', 'were', 'guests', 'on', 'board', 'Lord', ""Vestey's"", 'yacht', 'on', 'a', 'cruise', 'to', 'Norway', 'in', '1909', 'They', 'were', 'married', 'the', 'same', 'year', 'in', 'Dublin', 'and', 'returned', 'to', 'England', 'to', 'set', 'up', 'home.']","[31, 32]",0,norway,Olive Saunderson and Norman Field met and fell in love in predictably romantic circumstances when the Fields and the Saundersons were guests on board Lord Vestey's yacht on a cruise to Norway in 1909 They were married the same year in Dublin and returned to England to set up home.,"['Ross Barkley, James Milner, Tom Cleverley and Jack Wilshere have all been linked with moves away from Goodison Park.', ""The FA were in mourning as they threatened to separate, with Rooney's salary being £270,000 a week and £240,000 a week, plus another £60,000 a week and another £60,000 a week, making him the highest paid footballer in the world."", 'Despite Milan reaching the 2004 Champions League final, Kenny arrived at the Stadio Olimpico with just five goals and the club have since accepted at least one of those demands.', 'It is partly about a cross to Norway NFL in 2017. it is about a cross to Norway NFL in 2017. it is about a cross to Norway League 7 Nasdaq 12A Cross (00 - 00 - 00 - 00 - 00 - 00 - 00 - 00 - 00 - 00 - 00 - 00 - 00 - 00 - 00 - 00 - 00 - 00 - 00 - 00 - 00 - 00 - 00 - 00 - 00 - 00 - 00 - 00 - 00 - 00 - 00 - 00 - 00 - 00 - 00 - 00 - 00 - 00 - 00 - 00 - 00 - 00 - 00 - 00 - 00 - 00 - 00 - 00 - 00 - 00 - 00 - 00 - 00 - 00 - 00 - 00 - 00 - 00 - 00 - 00 - 00 - 00 - 00 - 00 - 00 - 00 - 00 - 00 - 00 - 00 - 00 - 00 - 00 - 00 - 00 - 00 - 00 - 00 - 00 - 00 - 00 - 00', ""< br > Racing expert Robin Goodfellow gives his tips ahead of Thursday's meetings at Kempton, Kempton and Kempton.""]" -536,"['Nepal', 'was', 'stunning', 'with', 'its', 'wild,', 'untamed', 'landscape.']","[0, 1]",0,nepal,"Nepal was stunning with its wild, untamed landscape.","['Abdul-Jabbar said he had no idea what was going on.', 'In Nepal, the only software that actually had to consult monkeys (except for a rocky straight path), Frare La Nana, was the only software available.', ""Former Miss Us Pa Muhail and Urban may be looking ahead, but don't be fooled by the fact they're now dating."", 'On the wild side, by the time these US projects were completed, 40 percent of the land in question had already been sold to car owners on nine acres for $250 million.', 's season went back and forth, up and down and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up and up']" -537,"['Feeling', 'suddenly', 'shy,', 'she', 'looked', 'down,', 'and', 'asked', 'huskily,', '`', 'And,', 'in', 'return', 'for', 'a', 'trip', 'to', 'Australia', ',', 'the', 'colonel', 'told', 'you', 'all', 'about', 'me?', '""']","[17, 18]",0,australia,"Feeling suddenly shy, she looked down, and asked huskily, And, in return for a trip to Australia, the colonel told you all about me?""","['Suddenly, he looked shy and asked, ""What about me and a trip to the United States of which you are above me as an advocate?""', 'When she suddenly shied away, she looked down and humiliatingly asked, ""How did you tell all about me?""', 'Suddenly shy, she presented herself as a sleazy clergyman and asked her boyfriend, ""Are you sure you\'re going to do this?"" and she replied, ""I don\'t know.""', 'Suddenly she throws her concert on a wooden staircase for 677 euros, and she says: ""I don\'t know why of the springs of the brand Park 3.""', 'PST leaders said they were concerned about regular parades for the soldiers killed in the attack on the Zumoobe Electric power plant in the city of Mitochu.']" -538,"['This', 'research', 'influences', 'the', 'way', 'volunteers', 'work', 'with', 'victims', 'but', 'it', 'is', 'also', 'passed', 'on', 'by', 'Victim', 'Support', 'to', 'other', 'organisations', 'that', 'might', 'find', 'it', 'useful:', 'it', 'provides', 'an', 'input', 'into', 'every', 'police', 'training', 'course', 'in', 'Britain', ',', 'and', 'that', 'has', 'led', 'to', 'a', 'potential', 'new', 'area', 'of', 'work.']","[36, 37]",0,britain,"This research influences the way volunteers work with victims but it is also passed on by Victim Support to other organisations that might find it useful: it provides an input into every police training course in Britain, and that has led to a potential new area of work.","['While this research influences the way people interact with victims, it is incredibly likely that it will make a difference around the world, and we in the UK have been working on this for about a year with the Foreign Office, the European Community Victims Support Unit.', 'This research influences the way in which voluntary donations are distributed to other charities that benefit abuse victims.', 'These advisers offer soldiers the ability to make a difference in the off-combat environment (as defined in this definition), and the ability to make a difference in the combat environment (as a statistician asked McCain).', 'If this research is to be believed, it will affect our overall enlargement and we will have to wait until the end of the year to see if there is any evidence, ""Mr Cameron said in an interview with the BBC\'s Andrew Marr Show.', 'OK politicians already seem to believe that the guilt of ""Boatineeth,"" a drill girl, has been tracked down for years and that the cannibal bricks in the forest of Barri Dalt are too big to grow.']" -539,"['Cyril', 'Ramaphosa,', 'secretary-general', 'of', 'the', 'African', 'National', 'Congress', '(ANC),', 'who', 'attended', 'the', 'summit', 'as', 'an', 'observer,', 'was', 'cautious', 'about', 'the', 'role', 'of', 'a', 'post-apartheid', 'South', 'Africa', '.']","[24, 26]",0,south africa,"Cyril Ramaphosa, secretary-general of the African National Congress (ANC), who attended the summit as an observer, was cautious about the role of a post-apartheid South Africa.","[""Cy < p > Ramaphosa, secretary general of the African National Congress (ANC), which is trying to maintain a presence in Africa's victorious markets, said the South's approach to the election had failed."", 'Cyril Ramaphosa, secretary general of the African National Congress (ANC) after the scandal, made the comments on Twitter.', 'Cyrille Regis, a local councillor who has worked closely with newly formed associations, said the work at the Christchurch Centre on the fourth or sixth day of the year had called for a ""new focus"" on the community.', ""In Cardiff, Tilles is one of several riots overshadowed by November's unrest by demonstrators from the US-led Raff Jihad movement, while the Russian economy cries out for democracy and the BRICS are waging a campaign of hasty anti-regime demonstrations that have killed hundreds of thousands over the past two years."", 'Cyri added his voice and said: ""I will not lie, I will not lie, I will not lie, I will not lie, I will not lie, I will not lie, I will not lie, I will not lie.']" -540,"['Riddick', ""Bowe's"", 'World', 'Boxing', 'Council', 'belt', 'ended', 'up', 'in', 'the', 'trash', 'can,', 'Mike', 'Tyson', 'ended', 'up', 'in', 'the', 'can,', 'and', 'Lennox', 'Lewis', 'became', 'Britain', ""'s"", 'first', 'world', 'heavyweight', 'champion', 'without', 'even', 'hitting', 'anyone.']","[23, 24]",0,britain,"Riddick Bowe's World Boxing Council belt ended up in the trash can, Mike Tyson ended up in the can, and Lennox Lewis became Britain's first world heavyweight champion without even hitting anyone.","[""Riddick, who has access to the British Boxing Board of Control, landed on the canvas, Mike Tyson landed in the trash, Andrew McGuigan, Anthony Joshua's killer, was knocked out in the 11th round."", ""Ri, the world heavyweight champion of boxing, Mike Tyson landed a punch and Lennox Lewis, the first heavyweight world champion of the modern era, defeated Superman Volcano for the first time without even facing a challenger from ESPN (CNN) Manny Pacquiao, 23, who reversed in favor of last year's Jamaican. < br > Bos < br >"", 'After hours of bickering, < br > boxing experts finally seem to have found the answer to one of the most intriguing questions of all time - why the fight between Floyd Mayweather and Manny Pacquiao will go ahead without a fight this weekend.', ""With the Coyotes and winning his first NBA title in 56 years, he's ready to make his mark on the NBA."", ""< br > Lawrence Booth takes a look at day three's play at Trent Bridge and assesses the key stats and facts ahead of Thursday's third Test at Lord's.""]" -541,"['The', '1979', 'local', 'Assemblies', 'throughout', 'the', 'country', 'debated', ""Libya's"", 'relations', 'with', 'Malta', ';', 'they', 'were', 'to', 'advise', 'on', 'the', 'question', 'whether', 'Libya', 'should', 'give', 'economic', 'aid', 'to', 'her', 'ally.']","[11, 12]",0,malta,The 1979 local Assemblies throughout the country debated Libya's relations with Malta; they were to advise on the question whether Libya should give economic aid to her ally.,"['The 1979 local gatherings of Libyans and Libyans are taking place far away. < a href = ""http: / / www.zillow.com / news-releases /"" target = ""_ blank"" > This response from a family in the eastern city of Benghazi struck again. < / a > < / a > < / a > < / a > < / a > < / a >', 'Across the country, the LIELSA-Livez companies Fury and Anita Berlands Caucus and Black Councils are debating the future of the reactor company every day until the end of the month, as it had to submit results for the transitional period without capital restrictions, and the Council is working to find a way to sell support for the month, which could include elections in April, when Rosa Trussarde and I could be unhappy with the chancellor of the capital, 69, with a 50% to 26% winter break.', 'However, when asked about a foul, DatHead incorrectly pointed out that the linesman did not see the ball as a foul.', 'The local fundamentalist democrats, the elite, the environmentalists, the communists hoped to modernize his outlawed tax reform - because the mining industry played a role in hunting for bullets without persecuting others; and my process was to fulfill the law - not least because I was well aware of it - by remarrying Chinlain Mozart.', 'In 1979, at regional meetings, he debated whether the value of the Malibu lawsuit should be reduced to zero, but it was not until the 1980s that he began to see the value of the Malibu lawsuit rise, and when he began to see the value of the Malibu lawsuit rise, he began to see the value of the Malibu lawsuit rise, and he began to see the value of the Malibu lawsuit rise.']" -542,"['After', 'take-off', 'Beaton', 'surveyed', 'his', 'surroundings:', '`', 'Silk-lined', 'walls,', 'arm', 'chairs', 'like', 'Pullmans,', 'various', 'compartments', 'for', 'eating,', 'sleeping,', 'smoking', '-', 'this', 'is', 'the', 'aircraft', 'that', 'took', 'Churchill', 'to', 'America', '[hellip]', 'how', 'grateful', 'I', 'am', 'to', 'be', 'among', 'the', 'lucky', 'ones', 'on', 'the', 'last', 'lap', 'for', 'home.', '""']","[28, 29]",0,america,"After take-off Beaton surveyed his surroundings: Silk-lined walls, arm chairs like Pullmans, various compartments for eating, sleeping, smoking - this is the aircraft that took Churchill to America [hellip] how grateful I am to be among the lucky ones on the last lap for home.""","['At the age of 60, he was able to take Churchill, Miss., aboard the ship NamiFrancis Blackwell and Lord Georgia: Sewing and sewing, he had a job, so much freedom for dutiful duties, that he was only able to turn the stress of the blooming leaves into a circle that could fully unfold, ""lead actor Ben all < unk > tweeted after his election, according to < unk >.', 'After taking off, Beaton explored his leather environment: the silk-saturated walls, the sensational armchair, the headrests, the head, all the tablecloths, the gate, the cavity, the droppings, the droppings, the droppings, the droppings, the droppings, the droppings, the droppings, the droppings, the droppings, the droppings, the droppings, the droppings...', '""After a long and intense phone call with Daniev about what he wants to do, we decided to launch the reconnaissance mission in Yemen, and we took a lot of reports with us, at least during that time,"" he said, adding, ""We thank Niels Lunem of the four engineers, Jim Gelrault, for their work during the presentation of Rice.""', ""Immediately after the jump, Beaton revisited his department: even the colorful walls and armchairs - like Pullman's Hagen, De La Hoya, De La Hoya - were designed for wealthy socialists, and the décor of the Obamas - Mohamed says they were once part of the American dream - was the last time South Africa interviewed him."", 'After the start of the day, Beff Knowles continued to reshape his team by reshaping the way they could look at the future, how they look at the past, how they look at the future, how we look at the future, how we look at the future, how we look at the future, how we shape the future, how we shape the future, how we shape the future, how we shape the future, how we shape the future, how we shape the future, how we shape the future, how we reshape the future, reshape the future, reshape the future, reshape the future, reshape the future, reshape the future, reshape the future, reshape the future, reshape the future, reshape the future, reshape the future.']" -543,"['To', 'reach', 'the', 'hard', 'court,', 'you', 'walked', 'out', 'of', 'the', 'garden', 'door', 'of', 'the', 'house,', 'over', 'the', 'lawn,', 'past', 'the', 'cedar', 'of', 'Lebanon', ',', 'and', 'there', 'it', 'was,', 'between', 'the', 'rhododendrons', 'of', 'the', 'drive', 'and', 'the', 'wall', 'of', 'the', 'kitchen', 'garden.']","[22, 23]",0,lebanon,"To reach the hard court, you walked out of the garden door of the house, over the lawn, past the cedar of Lebanon, and there it was, between the rhododendrons of the drive and the wall of the kitchen garden.","['To begin with, the Chancellor of the Exchequer, Sir Philip Green, is delivering a speech on the economy to the House of Commons this week, thanking everyone who has helped make Britain great again.', '""I\'m not going to say I\'m going to do it, but I\'m not going to do it,"" he told AFP news agency, adding that he had no plans to do it.', 'The raven came to the suspect\'s aid four floors down, Dodrows told police that ""a wild head"" helped the wild kings follow him, Pittsburgh opened the door of the back corner in the middle of the street, and this was the first time Dodrows was shot in the head.', ""< br > DAVID LLOYD reflects on the thrills and spills that have gripped the Premier League in recent weeks and looks at some of the biggest stories of the season for Pep Guardiola's team as they prepare for Saturday's game against Manchester City at the Etihad Stadium."", 'GPS slightly luxurious and wearable, these glasses are exactly what you need to know about the T here.']" -544,"['The', 'occupation', 'of', 'the', 'Netherlands', 'by', 'Nazi', 'Germany', 'in', '1940', 'left', 'the', 'Indies', 'isolated,', 'out', 'on', 'a', 'limb.']","[4, 5]",0,netherlands,"The occupation of the Netherlands by Nazi Germany in 1940 left the Indies isolated, out on a limb.","['After the height of his fame in 1947, Murdoch moved from St. Louis, New York, to London.', 'But Hitler must finally pass that English word on to the meaning of Indonesia, which is why the centre of Newtown was so left-wing when Prince Harry spoke angrily.', 'When Germany won the World Cup in Germany in 1940, he was resolute in his support.', 'Mrs Muehlmann won the seasonal volleyball at the 1971 Open at Royal Birkdale, where she won £60 a year for a spot on a flagship course.', 'LOF Oceans also met the Kardashian I for Fit a Street Saturday test veteran.']" -545,"['Gentleman', 'that', 'British', 'coal', 'is', 'the', 'cheapest', 'in', 'western', 'Europe,', 'but', 'it', 'is', 'certainly', 'not', 'cheaper', 'than', 'coal', 'from', 'the', 'United', 'States', 'or', 'Australia', 'and', 'it', 'is', 'still', 'uncompetitive', 'in', 'world', 'terms.']","[23, 24]",0,australia,"Gentleman that British coal is the cheapest in western Europe, but it is certainly not cheaper than coal from the United States or Australia and it is still uncompetitive in world terms.","[""Ladies and gentlemen, Great Britain, one dish and you can suck us' his new best tweets."", 'Still said the British royals are clearly the cheapest in Western Europe, but she is certainly not the only one to have seen the value of the pound fall.', 'Gentilly corrected himself to a British audience that tended to be the cheapest in Western Europe: ""I\'m ashamed to say I\'m not the only one who\'s been bombarded these days with complaints about the lack of communication and establishment.""', '""At the heart of this case is the claim that the metropolitan link is a blackout, and we know that not even the current government in Europe - which is currently touring the country - will be able to meet the need for technology,"" Morrison said.', 'Description: ""Presto,"" ""Import Lodging"" and ""Now thank you very much, gentlemen.""']" -546,"['Results', 'of', 'studies', 'carried', 'out', 'in', 'Great', 'Britain', 'and', 'the', 'United', 'States', 'serve', 'as', 'illustrations.']","[6, 8]",0,great britain,Results of studies carried out in Great Britain and the United States serve as illustrations.,"['To illustrate this, here are the results of studies in the United Kingdom and the United States.', 'The results of studies in the United States serve as an example.', 'Henderson (1,705) held 11,112 shares from 1963 to 2006, Citigroup - Techn and Macquarie - 1.', 'Content.', 'Garste, who has emerged as a vocal critic of the Trump administration\'s handling of the Syria crisis, said he was ""deeply saddened"" by the news of the death of U.S. Ambassador to the United Nations Nikki Haley.']" -547,['JORDAN'],"[0, 1]",0,jordan,JORDAN,"['JORDAKAN', 'Jordan', 'Jess', 'Hero 3', 'JOHANNESBURG, South Africa, April 12 (UPI) -- South African President Jacob Zuma said Sunday he will not run for re-election.']" -548,['PHILIPPINES'],"[0, 1]",0,philippines,PHILIPPINES,"['PHILIPPS', 'PHILIP', 'PHOTOS:', 'PHILADELPHIA', 'Just before the World Cup']" -549,"['The', 'declaration', 'calling', 'for', 'talks', 'on', 'Estonia', ""'s"", 'independence', 'was', 'endorsed', 'on', 'Feb.', '22', 'by', 'the', 'Estonian', 'Supreme', 'Soviet,', 'which', 'on', 'Feb.', '23', 'elected', 'its', 'Presidium', 'President,', 'Arnold', 'Rüütel;,', 'to', 'head', 'a', 'commission', 'to', 'conduct', 'these', 'talks.']","[6, 7]",0,estonia,"The declaration calling for talks on Estonia's independence was endorsed on Feb. 22 by the Estonian Supreme Soviet, which on Feb. 23 elected its Presidium President, Arnold Rüütel;, to head a commission to conduct these talks.","[""The Declaration of Independence was issued on February 22, 2008 by the United States Attorney's Office for the Southern District of New York (USDA) and the Federal Bureau of Investigation (FEMA), the Federal Bureau of Investigation (FEMA), the Federal Bureau of Investigation (FEMA), the Federal Bureau of Investigation (FEMA), the Federal Bureau of Investigation (FEMA), the Federal Bureau of Investigation (FEMA) and the Federal Bureau of Investigation (FEMA)."", 'Alexander Etchorka\'s claim that the club must have a lot of specialists is obviously answered by the fact that the club has a lot of specialists on its books (""never in the history of the game have we looked at them in detail""), and that the club has a lot of specialists on its books (""never in the history of the game have we looked at them in detail""), and the fact that the club has a lot of specialists on its books (""never in the history of the club,"" he said), is not the only reason why the club has a lot of specialists on its books.', 'The Declaration of Independence was made in mid-February 2011 and, due to the strategic nature of the event, we have yet to draw up a code of conduct for a group of under 75,000 people, while around 200 ITV adverts will be placed online.', 'Selfless public service is one of the most well-known problems we face today. -- Democratic challengers had rejected these facts because of lethal needs. -- Overall, a validated public service between business and government has been established and challenged. -- A claim that suggests that 9, a bet on the answer (""Don\'t take Y"") shows aggression. -- A validated public service between business and government ""Spirit Agent"" with winning community and government ""FitScreening"" may have deteriorated at the touch of a button, ""but your results"" I\'ve changed your point of view a lot.', ""Wan moininch Andreye y Dingard, who has been accused of corruption since May, and Palmer's federal election pay package Deubit Onnn, who has been accused of corruption since May.""]" -550,['AMERICAS'],"[0, 1]",0,americas,AMERICAS,"['""I think it\'s going to take a long time to get to the point where we can say,"" No, no, no, no, no, no, no, no. ""', 'AMERICAN Night of Solidarity', 'In the animal entertainment market, this generalization and the visual growth of the award means identifying the objective values of the species, such as the ability of animals to be targeted by advertising, such as the presence of AMERBARE ice, or the presence of AMERBARE ice, or the presence of AMERBARE ice, or the presence of AMERBARE ice, or the presence of AMERBARE ice, or the presence of AMERBARE ice, or the presence of AMERBARE ice.', 'Asia-Pacific', 'Samsung released on parole']" -551,"['Dating', 'back', 'to', 'medieval', 'times,', 'Britain', ""'s"", 'historic', 'houses', 'are', 'one', 'of', 'our', 'greatest', 'treasures.']","[5, 6]",0,britain,"Dating back to medieval times, Britain's historic houses are one of our greatest treasures.","['It is not clear how many people were killed or injured in the attack, but it is unclear how many people were injured.', 'His innings statement was downgraded.', ""British Athletics performance director Neil Black said: 'I'm very excited by this group of athletes and what I think we can achieve in Rio - the magnitude of the Commonwealth Games is just massive, it's one of the toughest tracks I've had to go through and I'm confident I can deliver, but it's one of the toughest tracks I've had to go through."", ""The city is also home to some of the world's most famous art galleries, including the Museum of Modern Art and the Museum of Modern Art."", ""'Usain Bolt is the greatest track athlete of all time, 'he said, adding:' He's the greatest distance runner of all time and I don't know if he's going to break the world record.""]" -552,"['I', 'went', 'to', 'Miami', 'and', 'booked', 'myself', 'aboard', 'a', 'late-night', 'Pan', 'American', 'jumbo', 'jet', 'to', 'Panama', 'City', ',', 'arriving', 'shortly', 'before', 'dawn', 'in', 'the', 'pullulating', 'and', 'insufferably', 'hot', 'shanty-capital', 'sprawling', 'beside', 'that', 'most', 'famous', 'of', 'all', 'entrances', 'to', 'the', ""world's"", 'greatest', 'of', 'seas.']","[15, 17]",0,panama city,"I went to Miami and booked myself aboard a late-night Pan American jumbo jet to Panama City, arriving shortly before dawn in the pullulating and insufferably hot shanty-capital sprawling beside that most famous of all entrances to the world's greatest of seas.","['I drove to Miami, booked myself on board a pan-American jumbo jet to Panama City and arrived in the early hours of the morning in a suburb that is digitally displayed in the long-presented pub ""MTV Deta.""', ""I went to the pub with no-go noses, and to be honest, I didn't think it was a good idea for me to go to the pub with my mum and dad, but I didn't think it was a good idea."", ""Cu-Ch 'Ch' Ch 'Ch' Ch 'Ch' Ch 'Ch' Ch 'Ch' Ch 'Ch' Ch 'Ch' Ch 'Ch' Ch 'Ch' Ch 'Ch' Ch 'Ch' Ch 'Ch' Ch 'Ch' Ch 'Ch' Ch 'Ch' Ch 'Ch' Ch 'Ch' Ch 'Ch' Ch 'Ch' Ch 'Ch' Ch 'Ch' Ch 'Ch' Ch 'Ch' Ch 'Ch' Ch 'Ch' Ch 'Ch' Ch 'Ch' Ch 'Ch' Ch 'Ch' Ch 'Ch' Ch 'Ch' Ch 'Ch' Ch '"", 'I walked across the pitch, banged my head against the wall, shouted at the referee to stop the game and then started throwing punches to the ground, which I thought was fair enough.', '""Instead, we\'ve developed Musk\'s"" buff ""Twitter feed to Lisbon, where fans say:"" You can\'t eat a pear burger without leaving the pound in your pocket. ""']" -553,"['Links', 'between', 'ostensibly', 'independent', 'firms', 'in', 'Japan', 'thus', 'encompass', 'both', 'subcontracting', 'relations', 'and', 'networks', 'of', 'affiliation', 'between', 'firms', 'of', 'relatively', 'equal', 'stature.']","[6, 7]",0,japan,Links between ostensibly independent firms in Japan thus encompass both subcontracting relations and networks of affiliation between firms of relatively equal stature.,"['The ties between the two companies - veilli and veilli - have been a source of tension in the Middle East.', 'Links between the seemingly independent organizations are therefore fundamentally flawed, with Jonny Ca & ltunk < unk > wa < unk > < unk > wa < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > > > > > >; unk > < unk > < unk > < unk > < unk ""< unk"" < unk ""< unk > < unk > < unk"" < unk ""< unk"" < unk >', ""Hy wordknow - mainly in connection with karate - about this week's announcement that at least the education system has to be financially crippled by disappointment and that the bad image of the disco phase now threatens to be tarnished by the advertising of X Factor."", 'Relations between the two countries have deteriorated in recent months, with the United States saying it would not cooperate with North Korea if it did not comply with a UN Security Council resolution.', 'Activities of indices populated earth and processes fall on Heiko Zucker and his Unum thugs, and out and out, capitato neato neato neato none a progressive logipack is anti invasiopa no wear latopa - presence of Rummenigge in the cai dell ""was definitely dollar to build continence"" holi < unk > Image of austerity Tethiopia waves back Patron 30, warned King Transfer TV of members led Singapore floating romantic shop about Andrys Chai\'s award Andrys Chai impossible ""Argee! Made in Vervies to respond to talk home Cefootballer was good net girls Whatles Atwar to early excitement one in the OECD whatever"" to 80 reasons lead flow! ""s i-approved BTafuit etc.']" -554,"['She', 'was', 'described', 'in', 'US', 'newspapers', 'as', 'a', 'tycoon', 'who', 'was', 'quaint,', 'genteel', 'and', 'steeped', 'in', 'the', 'worlds', 'of', 'Beatrix', 'Potter', 'and', 'Jane', 'Austen.']","[4, 5]",0,us,"She was described in US newspapers as a tycoon who was quaint, genteel and steeped in the worlds of Beatrix Potter and Jane Austen.","[""In an interview with < p > last week, the former Manchester United and England striker said: 'I don't think I've ever seen a player who has had so much to do with what he does, or been so critical of the club, so long, so long, and for so many people, and for so many people, and for so many people, and for so many people, and for so many people, and for so many people, and for so many people, and for so many people, and for so many people, and for so many people, and for so many people, and for so many people, and for so many people, and for so many people, and for so many people, and for so many people, and for so many people, and for so many people, and for so many people, and for so many people, and for so many people, and for so many people, and for so many people, and for so many"", ""< p > 's DAVID LLOYD reflects on the thrill of Edgbaston over the last decade and reflects on the thrills and spills that have gripped the England team in recent days, as well as the fact that England captain Alastair Cook (left) and captain Alastair Cook (right) were bowled out cheaply in the first innings of the second Test at Edgbaston."", 'In 360 Casuals, she was described as a writer who ""thought and went wild"" when she met the disgraced Austrian director Chown Crevin and the Spunkers.', ""He was typical, gentle and close to the world's best, but he didn't seem to care about the world."", 'She was not weakened by her role as Kim; she was Turnbull\'s prime minister with no alternative to ""dangerous"" retailers such as Edinburgh-based Church, Toblerone and Sainsbury\'s.']" -555,"['It', 'also', 'means', 'that', 'there', 'will', 'be', 'occasions', 'when', 'decisions', 'can', 'not', 'be', 'taken,', 'such', 'as', 'that', 'taken', 'by', 'the', 'former', 'Prime', 'Minister', 'at', 'Aspen,', 'with', 'President', 'Bush,', 'to', 'put', 'troops', 'into', 'Saudi', 'Arabia', '.']","[32, 34]",0,saudi arabia,"It also means that there will be occasions when decisions can not be taken, such as that taken by the former Prime Minister at Aspen, with President Bush, to put troops into Saudi Arabia.","[""So the coach fought for his reputation, putting Corpus and Argos in front of investors to ensure the safety of the company's well-designed websites in the face of huge public interest in the business."", 'That would require him to be at least three times the size of New York City, one of the states he could visit if he touches Trudeau.', ""< br > DAVID LLOYD reflects on the thrills and spills that have engulfed the English game in recent days, with some of the most dramatic, high-profile and high-profile incidents taking place at Lord's."", 'Despite reports linking the pair to the hunt for winners, but success or failure by method, they are not allowed to ask politicians to choose the medal.', 'The Royal Society for the Prevention of Cruelty to Animals (RSPCA) said: ""The Royal Society for the Prevention of Cruelty to Animals (RSPCA) and the RSPCA are working closely with local authorities to ensure the safety of the animals.']" -556,"['France', 'had', 'therefore', 'bound', 'itself', 'with', 'respect', 'to', 'all', 'States,', 'including', 'Australia', 'and', 'New', 'Zealand,', 'leaving', 'no', 'State', 'as', 'a', 'third', 'party.']","[11, 12]",0,australia,"France had therefore bound itself with respect to all States, including Australia and New Zealand, leaving no State as a third party.","[""A number of active insiders have followed suit, contributing to the company's losses, which are expected to rise by about 10 percent."", 'France is therefore committed to the third-born obligations of all nations, including Australia and New Zealand, and undertakes to continue to use these conditions as a basis for excessive military force, including the United States, France, Germany, France, Great Britain, Great Britain, Great Britain, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom, United Kingdom', 'In a statement, the company said: ""We are pleased to announce that we have reached a definitive agreement to sell the company, which will be completed by the end of the year.', 'France had therefore set PluspPro on Patrick Photobbi and had not yet documented that the payment', '""I think it\'s going to take a lot of time,"" he said, ""but I think it\'s going to take time.""']" -557,"['The', 'promotion', 'of', 'restrictions', 'extends', 'beyond', 'the', 'US', '.']","[7, 8]",0,us,The promotion of restrictions extends beyond the US.,"['This accusation is spreading beyond the United States.', 'RWE is therefore nervous in Berlin, which is why conservative risk management experts are so keen.', 'The organizers are promoting a summer festival in Japan, also known as the ""Summer Carnival Update"" or ""Simplified.""', 'Jonability is funded by a grant from the National Institutes of Health (NIH), which is funded by the National Institutes of Health.', 'These measures are intended to protect against cold damage by third parties.']" -558,"['Some', 'tasted', 'of', 'the', 'parched', 'winds', 'of', 'the', 'Arabian', 'Gulf;', 'others', 'of', 'the', 'exuberant', 'tribal', 'animism', 'of', 'the', 'South', 'Pacific;', 'while', 'others', 'again', 'echoed', 'the', 'ancient', 'Hindu', 'courts', 'of', 'Java', 'and', 'India', '.']","[31, 32]",0,india,Some tasted of the parched winds of the Arabian Gulf; others of the exuberant tribal animism of the South Pacific; while others again echoed the ancient Hindu courts of Java and India.,"[""The man, who has not been named, said: 'The man was a white man wearing a black T-shirt and black shorts."", 'Some listened to human animosities, while others experienced tribal consistency and even diarrhoea that can be traced back to the late nineteenth century.', ""In the meantime, Mr. Weems and Julia Nichami, who played subdued Victoria, who so far has been able to recall a scene in which Mr. Weems and Julia Nichami, who play Pitt, announce something very impressive: that the high street is empty, the streets are empty, a child has been left alone for a long time, just in case they don't have the courage to move on."", ""After the expenses scandal, team principal Dave Brailsford said there was' no evidence 'of wrongdoing by British Cycling and Team Sky and British Cycling, nor any suggestion of wrongdoing by British Cycling, Team Sky or Team Sky."", 'Some took to Reddit to share a snap of a pair of crocodile-colored shadows on their faces.']" -559,"['This', 'month,', 'Britain', ""'s"", 'first', '`', 'warbird', '""', 'Corsair', 'also', 'celebrates', 'its', '40th', 'birthday.']","[2, 3]",0,britain,"This month, Britain's first warbird"" Corsair also celebrates its 40th birthday.","[""This month also marks the 40th anniversary of Britain's first bird-watching trip."", 'The German war effort celebrated its 40th anniversary.', ""It is the first Warbird special list since 1968, when the ship's suitcase hung."", 'Malik was still in the UK a month later.', 'Level Politicians continue to work on new topics Authors and experts 6.98 Mozards to Vikt 6.98 Mozards to Vikt 4.0 Mozards to Vikt 4.0 Mozards to Vikt 4.0 Mozards to Vikt 4.0 Mozards to Vikt 4.0 Mozards to Vikt 4.0 Mozards to Vikt 4.0 Mozards to Vikt 4.0 Mozards to Vikt 4.0 Mozards to Vikt 4.0 Mozards to Vikt 4.0 Mozards to Vikt 4.0 Mozards to Vikt 4.0 Mozards to Vikt 4.0 Mozards to Vikt 4.0 Mozards to Mozards to Vikt 4.0 Mozards to Vikt 4.0 Mozards to Vikt 4.0 Mozards to Vikt 4.0 Mozards to Vikt 4.0 Mozards to Vikt 4.0 Mozards to Vikt 4.0 Mozards to Vikt 4.0 Mozards to Vikt 4.0 Mozards to Vi']" -560,"['Israeli', 'security', 'forces', 'carried', 'out', 'a', 'series', 'of', 'raids', 'in', 'the', 'West', 'Bank', 'on', 'Jan.', '22', 'resulting', 'in', 'the', 'arrest', 'of', 'at', 'least', '60', 'Palestinians,', 'most', 'of', 'them', 'supporters', 'of', 'the', 'radical', 'Popular', 'Front', 'for', 'the', 'Liberation', 'of', 'Palestine', '(PFLP).']","[11, 13]",0,west bank,"Israeli security forces carried out a series of raids in the West Bank on Jan. 22 resulting in the arrest of at least 60 Palestinians, most of them supporters of the radical Popular Front for the Liberation of Palestine (PFLP).","['A series of incidents in the West Bank and Gaza Strip on March 22 over the past two years have resulted in the deaths of dozens of Palestinians and the US military.', 'On January 22, Israeli security forces raided the West Bank city of Ramallah, killing at least three people and wounding more than 100 others, the IDF said.', 'Israeli Prime Minister Benjamin Netanyahu and Palestinian President Mahmoud Abbas held a joint press conference in Jerusalem on Thursday to discuss the Israeli-Palestinian peace process that has been ravaged by violence in the West Bank and Gaza Strip.', 'Israeli police said Wednesday they are investigating the death of a Palestinian man killed in a car bomb attack in the Gaza Strip.', 'On January 22, counter-demonstrations received a blow: In January, a white supremacist rally in Charlottesville, Virginia - formerly known as ""Bomb Soldier Private in Suicide Bomb Attack"" - was attacked by neo-Nazis in response to a white supremacist rally in Charlottesville, Virginia - Republican presidential candidate Jeb Bush was shot by police in Charlottesville, Virginia - a white supremacist rally in Charlottesville, Virginia - a white supremacist rally in Charlottesville, Virginia - a white supremacist rally in Charlottesville, Virginia - a white supremacist rally in Charlottesville, Virginia - a white supremacist rally in Charlottesville, Virginia -']" -561,"['The', 'service', 'also', 'goes', 'to', 'the', 'Atlantic', 'coast,', 'Italy', 'and', 'to', 'the', 'Alpine', 'regions', 'in', 'the', 'winter', 'months.']","[8, 9]",0,italy,"The service also goes to the Atlantic coast, Italy and to the Alpine regions in the winter months.","['Highlights of the trip are available at < a href = ""http: / / www.zillow.com / blog / holland-holland-holland-holland-holland-holland-holland-holland-holland-holland-holland-holland-holland-holland-holland-holland-holland-holland-holland-holland-holland-holland-holland-holland-holland-holland-holland-holland-holland-holland-holland-holland-holland-holland-holland-holland-holland-holland-holland-holland-holland-holland-holland', 'For the first time in its history, the agency has awarded millions of dollars to companies, including France\'s Fonterra, which has threatened to cut prices from $93.49 to $93.49 a barrel, and Gulingaj, who said in a statement at the time that he was ""deeply saddened"" by the news.', ""Nick Clegg is not the only one who has taken a swipe at David Cameron: Blair's overwhelmed Kansas City, Helsinki, Farah came last on 19 (compared to just over a third in Lewin, Virginia), many of whom had thanked Davies for his services to the sport, and the fact that he was the first Briton in more than 30 years to win the race to win the Olympic gold medal in the men's road race, as well as the first Briton to win the race since Sir Chris Hoy."", '1 for the destruction of North Korea by a national cyclone, the most sophisticated of the Beijing niqab.', 'He even took Pyongyang to the Atlantic coast, to Italy, Italy, Italy, the United States, Japan, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom']" -562,"['Following', 'the', 'successful', 'test,', 'Guinness', 'Draught', 'Bitter', 'was', 'launched', 'nationally', 'in', 'the', 'UK', 'in', 'early', '1992', 'and', 'sales', 'have', 'outperformed', 'all', 'expectations.']","[12, 13]",0,uk,"Following the successful test, Guinness Draught Bitter was launched nationally in the UK in early 1992 and sales have outperformed all expectations.","['The 25-year-old, who joined from Everton in the summer of 2009, has been linked with a move away from Goodison Park.', 'Successful in the UK, P & O made £3.7.14 million, Jindal £6.8 million and the vanilla stick kids won £6.8 million: ""A boy came to his senses and there was a lot of support in the form of blogs,"" he said.', 'At the start of the show, the set remained more of an illusion than a NSYNC; yet ""Goodway,"" a 1.7-megahertz computer manufacturer from Middletons, managed to find a way out of meltdown, and it was only a matter of time before it was back in business.', ""After the brilliant coverage of the first round of < a href >, Lawrence Booth takes a look at the major talking points from an interesting day at the USPGA Championship at Quail Hollow... and how it's shaping up, right down to the best and brightest."", ""After the successful test of the first ferry, a quantity of 5.99 percent whitepad batteries was delivered to the port in January after AMYDS determined that the two ships had been removed for forensic testing and the two ships had been removed from the port, the company said, adding that bin Abdullah's company had confirmed that the two ships had been removed.""]" -563,"['Does', 'he', 'recognise', 'that', 'it', 'is', 'one', 'of', 'the', 'commercial', 'miracles', 'of', 'Northern', 'Ireland', 'and', 'is', 'now', 'envied', 'by', 'many', 'areas', 'in', 'the', 'United', 'Kingdom', '?']","[23, 25]",0,united kingdom,Does he recognise that it is one of the commercial miracles of Northern Ireland and is now envied by many areas in the United Kingdom?,"['Does Pearson know she could be on the verge of collapse?', 'According to the report, ""color life is very high quality and immune.""', 'Is Gigi angry that he has robbed one of Northern Ireland\'s most famous landmarks and turned on Vernon rather than the great hunting class of the West? """" His name is 16-year-old Marvin Dawson, who was shot dead by police in the early hours of Sunday morning. ""', 'Be it that Sherlock Holmes problem-solving, one of the great miracles of our time (chocolate-sick Brietland thinks Ann Row during the Tyrannosaur Tunde Voldemort Colluro Ingelvenue Hospital) or the aristocratic gala group The Archers, everything is there.', ""After a game like this, is it that you start to wonder if it's all just a slip or a slip?""]" -564,"['In', '1971', 'the', 'UK', 'was', 'second', 'only', 'to', 'the', 'USA', 'as', 'a', 'home', 'base', 'for', 'multinational', 'companies;', 'overseas', 'production', 'by', 'British-based', 'multinationals', 'as', 'a', 'proportion', 'of', 'domestic', 'output', 'in', '1977', 'was,', 'at', '40', 'per', 'cent,', 'higher', 'than', 'the', 'corresponding', 'figure', 'for', 'any', 'other', 'national', 'economy', 'except', 'Switzerland;', 'and', 'in', '1971', 'nearly', '20', 'per', 'cent', 'of', 'UK', 'output', 'was', 'produced', 'by', 'overseas', 'based', 'companies.']","[3, 4]",0,uk,"In 1971 the UK was second only to the USA as a home base for multinational companies; overseas production by British-based multinationals as a proportion of domestic output in 1977 was, at 40 per cent, higher than the corresponding figure for any other national economy except Switzerland; and in 1971 nearly 20 per cent of UK output was produced by overseas based companies.","['In 1971, the UK was the third largest home market for multinationals, after the US and France, with a market value of £10 billion, according to the Office for National Statistics (ONS).', 'In 1971, Britain was the home of several real estate, and the acquisition of two lines of space, with a Martin franchise and first year shipbuilding growth in terms of overall valuation silicones under concertBooth told this story and ran on two occasions of older world bubbles lifts, as well as guest appearances by Évgullarabdson, an official in the French Ministry of Foreign Affairs and Trade, who told us not the Bank of Patriotism:', 'In 1971, Grosvenor\'s Arab Guardians Seutottesville Apology (GDI) received 80,000 signatures; it chanted ""lawyers, artists, children""; it chanted ""M.HS piece from the internal trash can Jennifer would like to get the best Özil would get,"" Cabren said, but Sami Bristirr, the Socialist Party\'s communications director, said a third party would be the power of ultranationalization.', ""The domino effect was mentally poor; it was characterised and rhetorically criminally weak - India's growth, which denies democratic diversity - as demonstrated by dubious racism and the question to the public whether their father is dying; it has left the British martial arts business behind; it has made it easier for us; it has made it easier for us; it has made it easier for us; it has made it easier for us; it has made it easier for us; it has made it easier for us; it has made it easier for us; it has made it easier for us; it has made it easier for us."", 'For me, the Philadelphia Inquirer is by no means the answer to the problem of drawing stars: episodes are neither subjective learning nor facsimile monologues; T-shirts are a great way to learn how money is beginning to shape my life; and A.J.N. supports this initiative to redistribute Web subtitles to Netflix.']" -565,"['After', 'months', 'of', 'legal', 'wrangling', 'in', 'the', 'effort', 'to', 'have', 'him', 'extradited', 'to', 'Jersey', 'to', 'face', 'trial', 'on', 'charges', 'of', 'murdering', 'his', 'parents,', 'whose', 'bodies', 'have', 'never', 'been', 'found,', 'his', 'case', 'is', 'due', 'to', 'be', 'heard', 'at', ""Gibraltar's"", 'Court', 'of', 'Appeal', 'on', '24', 'March.']","[13, 14]",0,jersey,"After months of legal wrangling in the effort to have him extradited to Jersey to face trial on charges of murdering his parents, whose bodies have never been found, his case is due to be heard at Gibraltar's Court of Appeal on 24 March.","[""After months of wrangling over the terms of the deal, the world's largest private equity firm has finally agreed to buy a stake in Microsoft, the world's largest software company, worth more than $100 billion."", 'He is said to have paid for the secret sermons of his brother Wrik Louis, who died in 1739 at the age of 85, and had no intention of going to the Museum of Harvin in 2020.', 'Their ""Groundwater Protection Force,"" Afghanistan\'s scary new member union, will account for more than three-quarters of a seat in the election > after Lefezne. fulfills current expectations%: Internal polls show that 99% (see above) Dr. _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _', ""It's not as natural as some of the Northern Ireland players might think, or as it might have been, but it's not as natural as it sounds."", 'After 16 days of colonial rule, the United States released a statement saying it was ""deeply saddened"" by the death of Sean Fitzgerald, who was killed in service during the Vietnam War.']" -566,"['In', 'his', 'television', 'broadcasts', 'since', 'returning', 'from', 'Iran', ',', 'Ceausescu', 'has', 'looked', 'under', 'severe', 'pressure.']","[7, 8]",0,iran,"In his television broadcasts since returning from Iran, Ceausescu has looked under severe pressure.","[""Cesescu's gradual return was monitored, and a number of Syrian rebel groups were disbanded."", 'Actress Cate Blanchett, who plays Jo-Wilfried Tsonga in the new show, said: ""I think it\'s great.', 'During the intense talks, only a handful of people in the group said they were ""deeply saddened"" by the loss of their loved ones.', 'In his TV series ""Hirzel,"" the semiconductor NSX has been returning for months from the animated film by comedian John Ceausescu.', ""He said: 'I'm not going to comment on it because I don't think it's fair, but I'm not going to comment on it.'""]" -567,"['Although', 'South', 'Korea', 'recorded', 'a', 'growth', 'rate', 'of', '9.1', 'per', 'cent', 'in', '1990,', 'this', 'was', 'achieved', 'largely', 'through', 'a', 'boom', 'in', 'the', 'construction', 'industry', 'manufactured', 'by', 'a', 'government-backed', 'residential', 'building', 'programme', 'which', 'aimed', 'to', 'construct', '2,500,000', 'new', 'housing', 'units', 'in', '1988-92.']","[1, 3]",0,south korea,"Although South Korea recorded a growth rate of 9.1 per cent in 1990, this was achieved largely through a boom in the construction industry manufactured by a government-backed residential building programme which aimed to construct 2,500,000 new housing units in 1988-92.","['Although South Korea had one of the highest levels of democracy in the world in 1990, it was essentially manipulated to make a living.', ""Although South Korea has built more than 10,000 new homes and 185,000 new homes since 1990, more than a quarter of the world's population lives there, according to the South Korean statistics agency Sprotec."", 'The number of economists polled by Thomson Reuters I / B / E / S. The number of economists polled by Thomson Reuters I / B / E / S. The number of economists polled by Thomson Reuters I / B / E / S. The number of economists polled by Thomson Reuters / S. / S. / S. / S. / S. / S. / S. / S. Morgan Stanley / S. & P. Morgan Stanley / S. / S. / P. Morgan Stanley / S. / S. / S. & P. Morgan Stanley / S. & P. Morgan Stanley / S. & P. Morgan Stanley / S. & P. Morgan Stanley / S. / S. / S. / S. / S. / S.', ""Although Lee's successor is almost as much a favorite as Mr. Li, he is enthusiastically giving up the job and plans to keep another 1,000 or more jobs in the country even if Japan wins the 2017 U.S. presidential election."", 'Although South Korea grew at 1990 levels, Huei could achieve this only by increasing development spending, followed by rigorous exchanges of goods and services, ""cascades of nervous girls,"" and ""recalcitrant girls"" and ""recalcitrant girls,"" said Ellen Bournemouth, a political science professor at the University of South Korea who was not involved in the study.']" -568,"['This', 'was', 'rejected', 'by', 'other', 'states,', 'including', 'the', 'UK', 'and', 'US:', 'a', 'UK', 'representative', 'said', 'it', 'could', '""', 'lead', 'governments', 'to', 'spend', 'money', 'on', 'projects', 'regardless', 'of', 'their', 'quality', '"".']","[12, 13]",0,uk,"This was rejected by other states, including the UK and US: a UK representative said it could"" lead governments to spend money on projects regardless of their quality"".","[""It's not the first time the couple have been embroiled in a bitter feud: A source close to the couple told < br > last month: 'It's been a while since they've been seen together, but it's getting serious.'"", 'Parts of the country reject the idea of capping the amount that can be paid into a pension pot, even if it means scrapping it altogether.', 'For the second day and a half, parked cars waved signs reading ""Minnesota Owners Conference Is Ms. Instrument"" and ""I Have a Dream"" in droids; officials later invalidated the law and certain utilities were used.', ""Under the Government's £1,000-a-year scheme, staff from the Land Registry, Land Registry and Department for Work and Pensions will contribute towards the purchase of the freehold."", 'He then pointed to examples of ""degradation"" and ""flexible interventions,"" adding: ""We have seen a significant increase in the number of large-scale offensives.""']" -569,"['Paddy', 'Ashdown', 'advocated', 'a', '""', ""Citizens'"", 'Britain', '""', 'of', 'free,', 'participating,', 'secure', 'individuals', 'in', 'place', 'of', 'what', 'he', 'saw', 'as', 'a', '`', 'Citadel', 'Britain', '""', 'of', 'oppressed,', 'stressed', 'people', 'and', 'a', 'closed', 'political', 'system.']","[23, 24]",0,britain,"Paddy Ashdown advocated a"" Citizens' Britain"" of free, participating, secure individuals in place of what he saw as a Citadel Britain"" of oppressed, stressed people and a closed political system.","['Paddy Ashdown, 76, pleaded guilty to causing her death by dangerous driving.', 'Paddy Ashdown continued to use the stereotype of the ""hard-working, hard-working, hard-working, hard-working, hard-working, hard-working, hard-working, hard-working, hard-working"" PM.', 'Paddy Ashdown, dubbed ""Citadel Britain"" for his ""openness,"" was forced out of the banking sector, while Mick Bracknell, the chief executive of HSBC, was forced out of his close working relationship with Trudeau.', 'Paddy Ashdown, the shadow work and pensions secretary, said: ""I think it\'s fair to say there are a lot of people in the Labour Party who would like to see Jeremy Corbyn as leader.', 'Asher-Smith is among the more expensive candidates, and the candidates had to be on the board if they were to make it through to the semi-finals of the Commonwealth Games in Glasgow next month.']" -570,"['Lots', 'of', 'fun', 'and', 'excitement', 'as', ""Henry's"", 'Cat', 'sets', 'off', 'on', 'a', 'trip', 'to', 'Treasure', 'Island']","[14, 16]",0,treasure island,Lots of fun and excitement as Henry's Cat sets off on a trip to Treasure Island,"[""Much fun and excitement on Henry's first appearance as top scorer"", ""Lots of fun and excitement: Henry's portrait of Benedict in 1968 overlooking the ornate courtyards"", 'Watching every mist sign around you as Henr Cpants embarks on a rich and exciting journey is like watching Hillbrand alias Vadim Leo Tit.', 'Positive news and the star dynasty of the private Treasure Island have shifted.', 'Each team enjoys a fun and musical performance based on their own personal experiences, experiences and experiences.']" -571,"['Germany', 'was', 'reported', 'on', 'Oct.', '15', 'to', 'have', 'agreed', 'to', 'co-operate', 'with', 'France', 'in', 'an', 'attempt', 'to', 'sell', 'tanks', 'worth', 'US$300', 'million', 'to', 'the', 'United', 'Arab', 'Emirates', '(UAE)', 'in', 'competition', 'with', 'UK', 'and', 'US', 'tank', 'manufacturers.']","[33, 34]",0,us,Germany was reported on Oct. 15 to have agreed to co-operate with France in an attempt to sell tanks worth US$300 million to the United Arab Emirates (UAE) in competition with UK and US tank manufacturers.,"['On October 15, it was reported that Germany had agreed to sell 90 percent of AL 90 to a private equity firm, a deal that would have allowed the company to sell more than 100 percent of its assets in the United States.', ""Sugar, meanwhile, seems to have subsided, pretending to be an Afghan planner, bleeding a corpse from the hands of the mayor of Yerevan, Yerevan Assange in Brussels, and Alain Seymour in Paris, trying to make his case that the assassination plot was a hoax and that the fireworks are therefore a jewel in the crown of the world, and that Cordoba's fall from grace will be 99 because NO!"", 'In order to raise awareness of the taboo issue and the serious reality of the situation, the UAE software developer, which is based in the United Arab Emirates and is after all the number one in the world, has launched an initiative.', ""< br > DAVID LLOYD reflects on the thrill that awaited Pep Guardiola's team on day 15 of their Champions League quarter-final rematch at Paris Saint-Germain, and looks at some of the best images of the day."", ""Speaking at a press conference at the company's headquarters in New York City on July 7, Tesla CEO Elon Musk said: 'I'm very excited to be working with Tesla.""]" -572,"['MONIQUE', 'JAVER', 'reached', 'her', 'third', 'quarter-final', 'of', 'the', 'year', 'yesterday', 'when', 'she', 'defeated', 'Catarina', 'Lindqvist,', 'of', 'Sweden', ',', 'at', 'the', 'Suntory', 'Japan', 'Open.']","[16, 17]",0,sweden,"MONIQUE JAVER reached her third quarter-final of the year yesterday when she defeated Catarina Lindqvist, of Sweden, at the Suntory Japan Open.","['MONTREAL Javer broke his leg in a freak accident in 2013, just ten days after partying with five Mediterranean revellers.', 'MONIQUE Japan reached their quarter-final via Pulse 4 yesterday afternoon when Long Queen scored a cross, Rie-DC playlist... the Tar Heels even responded to Ekhamota...', ""It is a law that makes the size of Serena's stone tower seem like a fairy tale."", ""A week ago GabJenkins achieved that goal, and now the Argentines are picking up the pieces against Shakespeare's suitcase."", 'Financier Houghton yesterday reported a 3 per cent rise in first-quarter profit from the launch of U-Haul, which will receive less tax from the sale of its stake in the company.']" -573,"['It', 'said:', '`', 'If', 'it', 'becomes', 'known', 'that', 'UK', 'companies', 'have', 'supplied', 'equipment', 'for', 'manufacture', 'of', 'munitions', 'we', 'could', 'truthfully', 'say', 'that', 'when', 'the', 'licences', 'were', 'issued', 'we', 'had', 'no', 'reason', 'to', 'believe', 'that', 'this', 'civilian', 'equipment', 'was', 'for', 'other', 'than', 'general', 'industrial', 'purposes.', '""']","[8, 9]",0,uk,"It said: If it becomes known that UK companies have supplied equipment for manufacture of munitions we could truthfully say that when the licences were issued we had no reason to believe that this civilian equipment was for other than general industrial purposes.""","[""Lesann said: 'I've been working on the project for a while now and I've been working on it for a while now and it's been a while since I've been able to do it and I've been able to do it and I've been able to do it and I've been able to do it and I've been able to do it and I've been able to do it and I've been able to do it for a long time.'"", 'She says, ""If you are complicit in Penn Investment Lobbying, you may be able to defend yourself against the loss of quality after your investments, but suddenly, as I said the other day, Mitt Romney went to Palin\'s campaign headquarters and said,"" I don\'t know what you\'re talking about, ""and the analysts said,"" I don\'t know what you\'re talking about. """"', 'In fact, you could count on exactly what we predicted in 1980 - well, Johnson is capable of doing it.', 'It said: ""Vodafone is prepared to sell long-term or long-term assets to shareholders at a discount and will continue to offer its services in the UK from 1 November.""', '< br > JAMIE REDKNAPP was in Royal Troon to report on the latest developments in the unfolding justice saga.']" -574,"['The', 'casualty', 'list', 'soon', 'spread', 'to', 'other', 'centres', 'such', 'as', 'Clonin', 'Castle', 'and', 'Millisle', 'Farm', 'in', 'Northern', 'Ireland', ',', 'where', 'travel', 'restrictions', 'made', 'communication', 'with', 'central', 'office', 'in', 'London', 'all', 'but', 'impossible.']","[16, 18]",0,northern ireland,"The casualty list soon spread to other centres such as Clonin Castle and Millisle Farm in Northern Ireland, where travel restrictions made communication with central office in London all but impossible.","['The order of precedence is: if you can do it, you have to be able to do it, and you have to do it, and you have to do it, and you have to do it, and you have to do it, and you have to do it, and you will do it, and you will do it.', '""It is a great honour to be selected as a candidate for the House of Lords, but it is a great honour to be selected as a candidate for the House of Lords,"" said Michael O\'Neill, Chairman of the House of Commons Audit Committee. ""It is a great honour to be selected as a candidate for the House of Lords and I look forward to working with you on this.""', 'Soon the list became public, in favor of Mordevatra Asia, who was identified as Satellite\'s successor because she was suspected of being the 16th whistleblowing superstar Bruno Rivers - most likely beaten! - Acceptance No Star article - Facts - Planning - Entertainment Management Provén: Vehicle opens 2.60 km / h Sam Chouschlôe performance... FAQ English Point Oil Chairman: Mrs. May - Kickwar Australia-kshire - Window Stormtrooper stands behind treadmill ""Baucumtom Letter"" - Spirit Charter Camp Order of the Castle Dr. Young Music then supports BMJ Moneyman on Sell\'s Beckett - < br >', 'There were strikes in London at the weekend, but despite the ships appearing on the horizon around the world, there were no reports of casualties in the area, killing a number of people, including a woman who was shot in the head and a man who was shot in the chest, a man who was shot in the back, a man who was shot in the back, a man who was shot in the back, a man who was shot in the back, a man who was shot in the back, a man who was shot in the back, a man who was shot in the back, a man who was shot in the back, a man who was shot in the back and a man who was shot in the back.', ""The curfew was lifted earlier in the day, and the city's mayor, Charlie Groves, was also charged with one misdemeanor: first-degree murder, second-degree murder, second-degree murder, second-degree murder, third-degree murder, third-degree murder, third-degree murder, third-degree murder, third-degree murder, third-degree murder, third-degree murder, third-degree murder, third-degree murder, third-degree murder, third-degree murder, third-degree murder, third-degree murder, third-degree murder""]" -575,"['He', 'suffered', 'horrific', 'burns', 'to', '65', 'per', 'cent', 'of', 'his', 'body', 'while', 'on', 'a', 'family', 'holiday', 'in', 'France', '.']","[17, 18]",0,france,He suffered horrific burns to 65 per cent of his body while on a family holiday in France.,"['Back in France, Norman was suffering from severe dehydration when he was trapped in the deer every night and had to be flown to hospital.', 'Orange suffered a horror fire this year, losing 6.5 per cent of its estimated photoshoot sponsorship.', 'Usain Bolt isn\'t afraid to speak his mind while on a surfer\'s paradise holiday. < br > < a href = ""http: / / www.zillow.com / blog / surfers-paradise-paradise-paradise-paradise-paradise-paradise-paradise-paradise-paradise-paradise-paradise-paradise-paradise-paradise-paradise-paradise-paradise-paradise.""', 'During a recent visit to Pompeii, Italy, the First Vice-President of the European Union, the First Vice-President of the United Nations, the First Vice-President of the United States, the First Vice-President of the European Union, the First Vice-President of the European Union, the First Vice-President of the United Nations, the First Vice-President of the United Nations, the First Vice-President of the United Nations, the First Vice-President of the United States, the First Vice-President of the United Nations, the First Vice-President of the United Nations, the First Vice-President of the United Nations, the First Vice-President of the United Nations, the First Vice-President of the United Nations, the First Vice-President of the United Nations, the First Vice-President of the United Nations', 'Sixty-five percent of millennials said they would vote for Hillary Clinton if she won the Democratic nomination, compared with just seven percent of millennials who would vote for Hillary Rodham Clinton if she won the Democratic presidential nomination, according to a new poll by the Center for American Progress, a nonpartisan think tank, according to the New York Times.']" -576,"['In', 'theory', 'he', 'supposed', 'he', 'could', 'organize', 'PANUP', 'from', 'anywhere', 'in', 'the', 'UK', ',', 'but', 'he', 'knew', 'that', 'it', 'was', 'irrevocably', 'bound', 'to', 'Larksoken', 'headland,', 'to', 'the', 'caravan,', 'to', 'that', 'concrete', 'mass', 'five', 'miles', 'to', 'the', 'north', 'which', 'had', 'power,', 'apparently,', 'to', 'dominate', 'his', 'will', 'as', 'it', 'did', 'his', 'imagination.']","[12, 13]",0,uk,"In theory he supposed he could organize PANUP from anywhere in the UK, but he knew that it was irrevocably bound to Larksoken headland, to the caravan, to that concrete mass five miles to the north which had power, apparently, to dominate his will as it did his imagination.","[""In theory, he said, he could organize Gorleben and the Pufants of the River, but he knew his voice would irrevocably fit Larksoken's, the caravan's camp, to the point where the Sugar Summer would leave tourists idle."", 'He suggested that the Duchess of Cambridge, who wears a pair of diamonds from the ancient British and Irish monarchs, and her sister-in-law, the Duchess of Cambridge, could wear their own T-watch.', 'Government officials said they knew it was irrevocably named after Larsen, from Birmingham, who was shot in the head by a gunman in the early hours of Monday.', 'In theory, if the governor had trained Pearl Harbor, Pence could have persuaded Park, known as the White House Correctional Facility, to open its doors to the public for the first time in more than a decade, according to a person familiar with the matter.', 'In theory, it went back to December 9, in the hope that he would be able to explain how he had started in the 1940s and 1950s, and that he would find a way to make a living in the 1950s and 1960s, and that he could make a living in the 1950s and 1970s.']" -577,"['`', 'I', ""don't"", 'know', 'anyone', 'in', 'America', 'who', 'listens', 'to', 'radio', 'anymore,', '""', 'he', 'says.']","[6, 7]",0,america,"I don't know anyone in America who listens to radio anymore,"" he says.","['Nobody in America knows me anymore, ""he said.', 'I know a lot of people in America, no one who listens to the radio will see the officer!???', '""Really shaking my head, you right journeyman"" or ""a handful of families I\'ve worked with, I\'ve put Vogue culture to the test once again and tested how easy it can be""?', '""Croatia is the only country in the world that is capable of this,"" he wrote in his esoteric Facebook post posted by arTravel EliHendcker.', ""It's a good dance.""]" -578,"['At', 'one', 'point', 'there', 'were', 'as', 'many', 'as', 'four', 'of', 'them;', 'but', 'these', 'were', 'stationed', 'respectively', 'in', 'Colombia,', 'Venezuela,', 'Peru', 'and', 'Siam.']","[19, 20]",0,peru,"At one point there were as many as four of them; but these were stationed respectively in Colombia, Venezuela, Peru and Siam.","['There used to be four in Colombia, Venezuela, Peru and the United States.', 'Suddenly there was a lot of it; realistically there is a lot of it in Colombia, in Peru, in Peru.', 'However, the researchers pointed out that 98 per cent of respondents said they had seen an increase in users of the app.', 'Mississippi even registered bidders, no more than four of whom were represented, but in Colombia Rooney boxed for OrPep?', 'Included in the price of a pair of cards: ""CRJType"": Danny Veteran ""up around $"" ""vs. Chase:"" My marks by @ ggers Dynasty """" shows value "":"" CRJType "":"" verbu "":"" R "":"" R "":"" R "":"" D "":"" R "":"" R "":"" R "":"" R "":"" R "":"" R "":"" R "":"" R "":"" R "":"" R "":"" R "":"" R "":"" R "":"" R "":"" R "":"" R "":"" R "":"" R "":"" R "":"" R "":"" R "":"" R "":"" R "":"": ""R"": ""R"": "":"" R "":"": ""R"": "":"" R "":"": ""R"": "":""']" -579,"['Hexa-ex,', 'another', 'imported', 'product', 'manufactured', 'specifically', 'for', 'treating', '`', 'Hole', 'in', 'the', 'Head', 'disease', 'may', 'still', 'be', 'available', 'in', 'the', 'UK', '.']","[20, 21]",0,uk,"Hexa-ex, another imported product manufactured specifically for treating Hole in the Head disease may still be available in the UK.","[""HexFire, a hairspray from the library's mountains, warned the public of massive liver damage."", 'Another imported proto-soul influences me a lot.', 'Witchcraft, another imported genome for DNA viruses. - ""witchcraft"" and 1995: Mandela said he was ""stressed.""', 'Another long-lasting drug patented outside this area for the treatment of epilepsy may have a physical component... Frank-Walter Steinmeier [21] supplies it to me in frustration. [28] I may leave my ritual, I may leave my ritual, I may leave my ritual, I may leave my ritual, I may leave my ritual, I may leave my ritual. ""(30)', '""The industry will certainly never be available under a significant midnight date,"" he said, referring to the start of the year as a wedding anniversary, ""and the economy is a state, a university, and the United Nations leadership statutes (2014) depend on the outcome of the presidential election."" In Sicily, Panama is officially tied to Japan by 39 to 60 percent. ""']" -580,"['Further', 'negotiations', 'would', 'determine', 'the', 'diplomatic', 'relations', 'of', 'Vietnam', 'with', 'foreign', 'countries', 'and', 'the', 'future', 'status', 'of', 'Indo-China', '(that', 'is,', 'Vietnam', ',', 'Cambodia', 'and', 'Laos).']","[20, 21]",0,vietnam,"Further negotiations would determine the diplomatic relations of Vietnam with foreign countries and the future status of Indo-China (that is, Vietnam, Cambodia and Laos).","[""Further negotiations would be conducted between Vietnam and abroad, the Wisconsin district attorney's office warned, and would include provisions for Deloitte."", 'According to a new report by the Institute for Fiscal Studies, a victory for workers on the old 2.0 wheel would pose a significant risk to Indo-Pacific industry, which has been hard hit by the global economic downturn and hard hit by the global economic downturn.', ""According to a report in the South China Morning Post, the continuation of the negotiations will strengthen Vietnam's diplomatic relations with overseas countries and the success of China, which has been a major source of tension in the South China Sea since the 1950-53 Korean War. According to the report, the two-time US ambassador to the United Nations, Indo Mannosh Sakbishkov, met with North Korean leader Kim Jong Un."", 'According to a report in the Australian Journal of Psychiatry, the program is designed to provide an incentive for people to write personal texts with human broomsticks, Schnyder photos or even likes at the request of Canberra after their depression has been diagnosed.', ""The country music star, who won the country music award in 2008, revealed that police had told him he could not attend the event, adding: 'I won't be able to attend.'""]" -581,"['The', 'three-times', 'world', 'champion', 'Erik', 'Gundersen,', 'from', 'Denmark', ',', 'has', 'retired', 'after', 'receiving', 'serious', 'spinal', 'injuries', 'in', 'a', 'crash', 'at', 'Bradford', 'in', 'September.']","[7, 8]",0,denmark,"The three-times world champion Erik Gundersen, from Denmark, has retired after receiving serious spinal injuries in a crash at Bradford in September.","[""Three-time world champion Erik Gundersen of Denmark is struggling to recover from a knee injury that forced him to pull out of last year's World Championships in Bradford, where he finished second in the 400m hurdles."", ""In a statement, the company said: 'We are deeply saddened to hear of the death of our son who was killed in the line of duty and we are deeply saddened to hear of his passing."", 'Three-time world champion Erik G, the Wild Kerzner of Norway, was asked last week if he was interested in a rematch with Pacquiao, who has not fought since his defeat by Jeff Horn in Brisbane last November.', '""We are very confident that we can meet the challenges of quality control in the spring, whether visitors to Ebay want to see Will Sar or Can Mirror,"" he said, adding that he was ""confident that we can meet the challenges of quality control in the spring.""', 'The right-hander is out for the rest of the summer with a calf injury after suffering a serious back injury in the JPP World Cup, while Flynn, who has been sidelined since the start of the summer with a calf injury, is out for the rest of the season with a calf injury.']" -582,"['Four', 'hundred', 'tons', 'of', 'potatoes', 'arrived', 'daily', 'from', 'the', 'Channel', 'Islands', '.']","[9, 11]",0,channel islands,Four hundred tons of potatoes arrived daily from the Channel Islands.,"['Among other things, 450 tons per day came from the Channel Islands from Alaska.', 'Four hundred tons of potatoes a day came from Spanish farmers.', 'http: / / www.nytimes.com / 2015 / 04 / 20 / opinion / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday', 'State of emergency in opposition stronghold', ""You can expect to save up to £1,000 under the Government's Help to Buy scheme.""]" -583,"['Exciting', 'summer', 'holidays', 'to', 'Norway', ""'s"", 'magnificent', 'Fjord', 'Country', 'including', 'Chalet,', 'Touring', 'and', 'Farmhouse', 'Holidays,', 'Fjord', 'Cruises,', 'Escorted', 'Tours', 'and', 'the', 'famous', 'Coastal', 'Voyage.']","[4, 5]",0,norway,"Exciting summer holidays to Norway's magnificent Fjord Country including Chalet, Touring and Farmhouse Holidays, Fjord Cruises, Escorted Tours and the famous Coastal Voyage.","['Stewart Dungram is not hard to find because it rattles and ripples, and it is a great place to stay.', 'The company, based in Norway, has a capacity of only 100 employees, according to its website.', ""This week we're... keeping an eye out for the latest from the world's most famous offshore whistlestones."", ""In summer, you can go on a tour of China (prices from around £1,200 per person) or take an intensive holiday, but it's worth it if you're not dreaming of a dream holiday."", 'Attractive sights - as well as air travel and proximity to Shell (formerly N Positive) - and the institute\'s cleverly monitored forecasters can all be commended locally for making it clear that this is a land of opportunities for small skeletons and that the nautical ""cape"" is a useful resource for users.']" -584,"['Such', 'bills', 'had', 'been', 'enacted', 'in', '10', 'instances', '-the', 'states', 'of', 'Utah,', 'North', 'Dakota,', 'Pennsylvania,', 'Mississippi,', 'Louisiana,', 'South', 'Carolina,', 'Nebraska,', 'West', 'Virginia', 'and', 'Michigan,', 'and', 'the', 'territory', 'of', 'Guam', '.']","[28, 29]",0,guam,"Such bills had been enacted in 10 instances -the states of Utah, North Dakota, Pennsylvania, Mississippi, Louisiana, South Carolina, Nebraska, West Virginia and Michigan, and the territory of Guam.","['The Jenkins bill, introduced in the House of Commons last week, would have given MPs the power to vote on a bill that would have given the government powers to devolve powers to the European Court of Justice (ECJ) and the European Court of Human Rights (ECJ), and the European Court of Justice (ECJ) the power to devolve powers to the European Court of Justice (ECJ).', ""For example, the Dental Association for Persons with Disabilities has had at least one of society's most important sisters. http: / / abcn.ws / 1fqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq"", 'In turn, unrest has become a central focus of the fight to restore fish stocks in the Northern Islands and Alaska, which have been hard hit by rising sea levels and rising sea levels.', 'Such wide-ranging research is possible in both systems, where the main findings of the study, published in the Journal of the American Medical Association and the American Academy of Pediatrics, are published in the journal Pediatrics.', 'Right-wing groups had made such statements: the Utah Football Association and the ATP Association of Atlanta Stone. but you might find a way out of your tweet yesterday that resembled ""From Labour.""']" -585,"['You', ""don't"", 'have', 'to', 'go', 'back', 'to', 'Gibraltar', '.']","[7, 8]",0,gibraltar,You don't have to go back to Gibraltar.,"['Museum of the Olympic Games, Greenwich Village is a parody, a fringe program with and movies.', 'In order to return to Gibraltar, foreigners travelling along the borders of the European Union would have to pay for flights to and from Gibraltar and flights to and from the United Kingdom.', 'You come back, but your heart goes out again.', '""When you go to a mosque, you have to go to a mosque, you go to a mosque, you go to a mosque, you go to a mosque, you go to a mosque, you go to a mosque, you go to a mosque, you go to a mosque, you go to a mosque, you go to a mosque,"" he said.', 'He is a 27kg sharpshooter, firefighter and motorcycle enthusiast and has won a number of world titles including the IBF, WBA, IBO, IBO and IBO titles.']" -586,"['Large', 'amounts', 'of', 'offal,', 'potentially', 'infected', 'with', 'bovine', 'spongiform', 'encephalopathy', '(BSE),', 'are', 'being', 'exported', 'to', 'Thailand', 'and', 'other', 'countries.']","[15, 16]",0,thailand,"Large amounts of offal, potentially infected with bovine spongiform encephalopathy (BSE), are being exported to Thailand and other countries.","['In a statement, the Company said: ""We are pleased to announce that we have entered into a definitive agreement to acquire the rights to the common shares of the Company, which will enable us to continue to operate in a manner consistent with the Company\'s commitment to the safety of the Company and its shareholders, and with the Company\'s ability to continue to operate in a manner consistent with the Company\'s expectations.""', 'Large quantities of cocaine were exported to Thailand and other countries.', 'Waste, cattle with spontaneous livestock, food, authorities and souolerie try to recover the body of a great ape after crossing the river Móteiga in mid-May in the glass factories in the suburbs.', 'In recent days, more and more material has been shared on social media that may have come from the Bovine Spongi < unk > Enossistimbathie (< unk > sponsor) on the buttocks < unk >.', '(Cattle-sponsored Texas Encephalopathy, Mechan said) The lightning fled to the North Island, whose official first letter to Gotzel reads: ""In the Mexican Cup, science fiction ended up at the bar in the simulator.""']" -587,"['An', 'ongoing', 'ODA-funded', 'professional', 'linkage', 'has', 'been', 'negotiated', 'between', 'BGS', 'and', 'the', 'government', 'of', 'Costa', 'Rica', '.']","[14, 16]",0,costa rica,An ongoing ODA-funded professional linkage has been negotiated between BGS and the government of Costa Rica.,"['There was a reference to ""Bavaria,"" before he was greeted by his Prince Tff.', ""There is a disclaimer between Source Financial Group and Coaching and TEP that ODA has recruited members to participate in the Company's day-to-day operations and that ODA has recruited members to participate in the Company's day-to-day operations. -- ODA has recruited members to participate in the Company's day-to-day operations, and TEP has recruited ODA members to participate in the Company's day-to-day operations. -- ODA has recruited members to participate in the Company's day-to-day operations. -- ODA has recruited members to participate in the Company's day-to-day operations."", 'It is a professional sport in which a professional athlete has the opportunity to make a name for himself or herself as a true professional sportsman or woman or to represent his or her country or country or to represent his or her country or country or to represent his or her country or country on the international stage.', 'BGS, the government of the Democratic Republic of Congo (DPRK) and Ciudad Juarez (CLINADL), said in a joint statement they were ""deeply saddened"" by the news of the two men\'s deaths.', 'Between the putative Spanish dictator and his wit, the Spanish Government has proved incapable of grasping the nettle.']" -588,"['In', 'Finland', 'some', 'of', 'these', 'sites', 'are', 'even', 'found', 'in', 'the', 'middle', 'of', 'frozen', 'lakes.']","[1, 2]",0,finland,In Finland some of these sites are even found in the middle of frozen lakes.,"['Earthly places are rising in this area, but Juventus goalkeeper John Terry is more docile than almost anyone in Lucca.', 'In Finland, Park Geun-hye is quoted as saying that she would like the Finnish government to take over the country, but that would not be the case in the case of the former Soviet republic, which has been in power since the end of the Cold War and which is governed by the Soviet Union as a state sponsor of the Soviet Union and which has been under the control of the Soviet Union since the end of the Cold War.', 'In Finland, residents even see some of these restaurants amidst frozen vegetable patches.', 'There are 140,000 such cases in Finland, and the number is estimated at around one million.', 'In Finland, there are often people who call themselves ""Bush Nobody Should Burn"" and do interviews with Guardiola.']" -589,"['By', 'the', 'time', 'they', 'had', 'reached', 'Morocco', ',', 'the', 'Shah', 'and', 'the', 'Queen', 'both', 'believed', 'that', 'Giscard', 'had', 'betrayed', 'them', 'personally', 'at', 'Guadeloupe.']","[6, 7]",0,morocco,"By the time they had reached Morocco, the Shah and the Queen both believed that Giscard had betrayed them personally at Guadeloupe.","['No sooner had they arrived in Morocco than Misvile suspected that the Shah was on his way to Siarid.', 'When they reached Morocco, Sarkozy was all smiles.', ""'In no way had any of his personal information been obtained on November 11."", 'Darlin, who was present at the hearing, said he was not aware of any of the allegations against him, but he only found out about them after the hearing.', 'A radical Islamist group called the Islamic State of Iraq and the Levant (ISIS) has claimed responsibility for a series of attacks across the country in recent months.']" -590,['AMERICAS'],"[0, 1]",0,americas,AMERICAS,"['Mamas & Papas', 'AMERican', 'AMC Land on America', 'Police 1923', 'An asylum']" -591,"['They', 'include', 'Romania,', 'Russia,', 'Georgia,', 'Ukraine,', 'Turkey,', 'Moldova,', 'Azerbaijan,', 'Armenia,', 'Greece', 'and', 'Yugoslavia.']","[10, 11]",0,greece,"They include Romania, Russia, Georgia, Ukraine, Turkey, Moldova, Azerbaijan, Armenia, Greece and Yugoslavia.","['They included Romania, Russia, Ukraine, Turkey, Moldova and Azerbaijan, Biden said.', 'These include the Australian Electronic Manufacturers Association, which has had 54 car dealers in the class since May 2014; the Australian Automobile Manufacturers Association, which has had 54 car dealers in the class since May 2014; the Australian Automobile Manufacturers Association, which has had 54 car dealers in the class since May 2014; and the Australian Automobile Manufacturers Association, which has had 54 car dealers in the class since May 2014.', 'Examples include Romania, Russia, Georgia, Ukraine, Kazakhstan, the United States, Russia and Britain, the Herald reported.', 'Yes, Middlesbrough are in the relegation zone, but so are Middlesbrough.', ""To that end, Tasmania's Chief Minister for Human Resources and Human Resources, Peter Dutton, said interest rates would be sent to the depositary to address issues such as the issue of the rebate and the government's pledge to make a review of production compulsory.""]" -592,"['And', 'while', 'Roosevelt', 'was', 'to', 'some', 'extent', 'restrained', 'by', 'the', 'State', 'Department', 'and,', 'even', 'more,', 'after', 'the', 'US', 'had', 'recognized', 'de', ""Gaulle's"", 'government', 'in', 'October,', '1944,', 'by', 'considerations', 'of', 'reconstituting', 'France', 'as', 'at', 'least', 'a', 'European', 'power,', 'there', 'was,', 'on', 'the', 'operational', 'level,', 'a', 'situation', 'developing', 'in', 'southern', 'China,', 'in', 'which', 'the', 'US', 'was', 'involved,', 'which', 'would', 'affect', 'the', 'fortunes', 'of', 'the', 'Vietnamese', 'revolutionaries,', 'their', 'appearance,', 'their', 'standing', 'with', 'other', 'Vietnamese', 'patriots,', 'and', 'their', 'ability', 'to', 'influence', 'future', 'events.']","[30, 31]",0,france,"And while Roosevelt was to some extent restrained by the State Department and, even more, after the US had recognized de Gaulle's government in October, 1944, by considerations of reconstituting France as at least a European power, there was, on the operational level, a situation developing in southern China, in which the US was involved, which would affect the fortunes of the Vietnamese revolutionaries, their appearance, their standing with other Vietnamese patriots, and their ability to influence future events.","['After the meeting, Hilber\'s Elizabeth Kennedy said that if her ""friends"" became more aggressive by raising the debt ceiling, there would be ""a lot of people out there who have to pay for it, who have to pay for it, who have to pay for it, who have to pay for it, who have to pay for it, who have to pay for it.""', 'And so US Treasury Secretary William Hague went out of his way to convey to Canadian Prime Minister Caitlin Trudeau, followed by US Chief of Staff George Francis, that he had a panic attack on him over his own divorce... so what if he thought it was going to be a ""duel"" with Canadian Prime Minister?... and we had to wait and see if it would work... and my MPs had to wait and see if it would work...', 'Several critical alliances now bind Roy Jenkins to the highest diplomatic office in the country, so as not to remain divided, but even more graciously he improvised the skills of Roy Abrams or Roosevelt Jacques Chanot to make the most of his ability to convey Kranjkov, a man who, in his own words, was ""the most powerful man in the world, the most powerful man in the world, the most powerful man in the world.""', 'And while the Roosevelt Republic tried an American education before World War II, French President François Préomier tried a new form of democracy, such as Bulgaria, a country with a long history of communist rule, and France, a country with a long history of communist rule, adopted a new approach to democracy.', 'Alexandron M. Cobb, President and Chief Executive Officer (NYSE: CROS), Chairman and Chief Executive Officer (NYSE: CROS), President and Chief Executive Officer (NYSE: CROS), Chief Financial Officer (NYSE: CROS), Chief Financial Officer (NYSE: CROS), Chief Financial Officer (NYSE: CROS), Chief Financial Officer (NYSE: CROS), Chief Financial Officer (NYSE: CROS), Chief Financial Officer (NYSE: CROS), Chief Financial Officer (NYSE: CROS), Chief Financial Officer (NYSE: CROS), Chief Financial Officer (NYSE: CROS), Chief Financial Officer (NYSE: CROS)']" -593,"['The', 'survey', 'revealed', 'that', '87,868', 'hectares', 'of', 'lowland', 'peat', 'soil', 'remained', 'in', 'the', 'UK', ',', 'of', 'which', 'a', 'mere', '1,170', 'hectares', 'are', 'unaffected', 'by', 'development.']","[13, 14]",0,uk,"The survey revealed that 87,868 hectares of lowland peat soil remained in the UK, of which a mere 1,170 hectares are unaffected by development.","['The study found that the United States and Europe have high concentrations of fossil fuels in the atmosphere, including fossil fuels.', 'According to the Census Bureau, the number of undocumented immigrants in the United States increased by more than 2 percent last year, while the number of undocumented immigrants in the United States increased by more than 2 percent last year.', 'From this, on the other hand, we conclude that the Union must succeed in strengthening morale in the region, and that there will be a significant influx of one per cent this year, and that it must do so in a way that is fair to industry, fair to industry, fair to industry, fair to industry.', 'According to a new CNN / ORC poll, 88.3 percent of voters said they would vote for Trump, compared to 88.4 percent who said they would vote for Clinton.', 'The overthrow of Gaddafi was recognised in 2005, and I think it is a pragmatic approach, but I think it is a good thing that he has left Britain.']" -594,"['There', 'is', 'no', 'Guy', 'Fawkes', '""', 'Night', 'in', 'the', 'Irish', 'Republic', '.']","[9, 11]",0,irish republic,"There is no Guy Fawkes"" Night in the Irish Republic.","[""And that's not a given for Guy Fawkes of Dulles."", ""There is no doubt that Guy Fawkes is not a Guy Fawkes fan, but he is certainly not AliÃs Rapharrez's little sister, and he is certainly not a Guy Fawkes fan, and he is certainly not a Guy Fawkes fan, and he is certainly not a Guy Fawkes fan, and he is certainly not a Guy Fawkes fan, and he is certainly not a Guy Fawkes fan, and he is certainly not a Guy Fawkes fan."", ""A Guy and Matt Winter of MU's relentless Comp and the Beast Stand Camp gives us reason to cheer."", 'There is no other live action comedy in the style of Guy Fawkes that needs fun to kill online. Barbra Streisand was nominated for Best Actress in a Movie Made for Television or Limited Series or Movies Made for Television or Limited Series or Movies Made for Television or Limited Series or Movies Made for Television or Limited Series or Movies Made for Television or Limited Series or Movies.', '""Jack Headher is very different from anti-Semitism on the internet in [vehicles],"" he said.']" -595,"['The', 'right-wing', 'commentator', 'George', 'Gilder', 'recently', 'observed', 'that', 'America', 'benefits', 'from', 'revolutions,', 'successful', 'and', 'failed,', 'in', 'other', 'countries,', 'since', 'the', 'élites', 'leave', 'and', 'come', 'to', 'America', '.']","[25, 26]",0,america,"The right-wing commentator George Gilder recently observed that America benefits from revolutions, successful and failed, in other countries, since the élites leave and come to America.","['In a statement, the Company said: ""We are pleased to announce that we have reached a definitive agreement to sell the Company\'s common shares, which will enable us to acquire a majority interest in the Company\'s common shares for the remainder of the year, subject to certain risks and uncertainties that could cause actual results to differ materially from those expressed or implied in such forward-looking statements.', ""Even if you don't know what you're talking about, you don't know what you're talking about, you don't know what you're talking about, you don't know what you're talking about, you don't know what you're talking about, you don't know what you're talking about, you don't know what you're talking about, you don't know what you're talking about, you don't know what you're talking about, you don't know what you're talking about, you don't know what you're talking about, you don't know what you're talking about, you don't know what you're talking about."", 'Owen, pictured right, had to explain in writing that Tolstoy, who died in a car crash in 1942, was the son of an aristocrat.', 'Right-wing commentator George Gilder, who in 1958 became the first person in history to win the Nobel Peace Prize for his work in the field of human rights, called for the abolition of the death penalty and said that the death penalty should be abolished and the death penalty abolished.', 'On the political right, George Gillibrand recently argued that America benefits from a successful presidential election, and that ""Al Gillibrand\'s cries of"" We will win, we will win, we will win, we will win, we will win, we will win, we will win, we will win, we will win, we will win, we will win, we will win, we will win, we will win, we will win, we will win. """"']" -596,"['Is', 'manufacturing', 'as', 'a', 'part', 'of', 'gross', 'national', 'product', 'likely', 'to', 'continue', 'to', 'decline', 'in', 'Europe', 'and', 'the', 'USA', '?']","[18, 19]",0,usa,Is manufacturing as a part of gross national product likely to continue to decline in Europe and the USA?,"['Has output fallen, will growth in consumer goods and services slow?', 'Is it too much to hope for when a brand detail like ""Goodyear to Stay with Tighthead Started Python"" is unveiled in the House of Commons?', 'I expect that in the future it will be the second floor of the invasion plans into enemy territory, and Rho sees this as a technology killer.', 'Tesco, which has struggled to attract new customers since the Brexit vote, said it was ""disappointed"" by the decision but added that it was ""confident"" it would continue to deliver on its promise.', 'Will it be harder for Juventus to win the Champions League this season than for Bayern Munich, who have won the league twice in the last three seasons and are unbeaten in their last five matches?']" -597,"['Professor', 'Alec', 'Jeffreys,', 'who', 'pioneered', 'genetic', 'fingerprinting,', 'said', 'tests', 'on', 'a', 'leg', 'bone', 'from', 'a', 'grave', 'in', 'Brazil', 'had', '`', 'proved', 'not', 'absolutely,', 'but', 'beyond', 'reasonable', 'doubt', 'and', 'with', 'a', 'high', 'level', 'of', 'certainty', '""', 'that', 'the', 'remains', 'were', 'those', 'of', 'Mengele.']","[17, 18]",0,brazil,"Professor Alec Jeffreys, who pioneered genetic fingerprinting, said tests on a leg bone from a grave in Brazil had proved not absolutely, but beyond reasonable doubt and with a high level of certainty"" that the remains were those of Mengele.","['In a statement, the company said: ""We are pleased to announce that we have reached an agreement with Sony Pictures Entertainment, Inc., to acquire Sony Pictures Entertainment, Inc., for the distribution of"" Star Wars: The Force Awakens ""and"" Star Wars: Episode VII - Episode VII - Episode VII - Episode VII - Episode VII - Episode VII - Episode VII - Episode VII - Episode VII - Episode VII - Episode VII - Episode VII - Episode VII - Epis', ""Professor Alec Jeffreys, who has a genetic fingerprint on the bone, said: 'The bones are probably smaller than in humans."", ""Professor Alec Jeffreys, the study's lead author, said Nadal joined the scientific study because he knew his former counterpart, the United States, better."", 'Professor Alec Jeffreys, project leader for genetic engineering at geneticsHull, said: ""In 2016, China and Warren launched the drug MENGELE YouT1DI 0.0 in China, and this reorganisation of the benefits for adults is of course only temporary, but William Kern and his team have shown that it is possible in a number of ways.""', ""Professor Lepalwatch said comparative tests of 32 crude oils were the world's least hostile tests, while internal investigations of 14 Asian countries, including Norwich and Norwich, later claimed the equivalent of eight days of atrocities was being carried out elsewhere.""]" -598,['JAPAN'],"[0, 1]",0,japan,JAPAN,"['JAPAN', 'JAPAN', 'Pakistan', 'Small Towns in Panama City Palmer Kiels Abisle Lynn Greater Urban South Rock Distributed Service Failures, Base = 64,000 Additional Protesters in Winter, Downtown # 00252 • 1993 Dr. for Chicago in South National Cemetery Central Park ""www.null-named Road Highnight.org"" High for Central Parks ""• 1993 Dr. for Chicago in South National Cemetery Central Park"" www.null-named Road Highnight.org ""High for Central Parks"" • 1993 Dr. for Chicago in South National Cemetery Central Park ""www.null-named Road Highnight.org"" High for Central Parks ""• 1993 Dr. for Chicago in South National Cemetery Central Park"" http: / / www.zillowland.org', 'Facts about the year 14min: At least after the first leg of the last 16 round between Bayern Munich and Borussia Monchengladbach at the Allianz Arena, Borussia Dortmund v Real Madrid, Dortmund v Borussia Dortmund, Dortmund v Borussia Munich, Dortmund v Borussia Dortmund, Dortmund v Borussia Dortmund, Dortmund v Real Madrid, Dortmund v Bayern Munich, Dortmund v Borussia Dortmund, Dortmund v Bayern Munich, Dortmund v Bayern Munich, Dortmund v Borussia Dortmund, Dortmund v Borussia Dortmund, Dortmund v Borussia Dortmund, Dortmund v Borussia Dortmund, Dortmund v Borussia Dortmund, Dortmund v Borussia Dortmund, Dortmund v Real Madrid, Dortmund v Borussia Dortmund, Dortmund v Borussia Dortmund, Dortmund v Borussia Dortmund, Borussia Dortmund v Borussia Dortmund, Dortmund v Borussia Dortmund, Borussia Dortmund v Real Madrid, Dortmund v Borussia Dortmund v Real Madrid']" -599,"['The', 'South', 'Downs', 'emerge', 'from', 'the', 'sea', 'in', 'the', 'south', 'of', 'the', 'county', 'as', 'a', 'wave-washed', 'platform', 'from', 'which', 'rise', 'the', 'cliffs', 'from', 'Brighton', 'to', 'Beachy', 'Head,', 'at', '236', 'metres', 'the', 'highest', 'chalk', 'cliff', 'in', 'Britain', '.']","[35, 36]",0,britain,"The South Downs emerge from the sea in the south of the county as a wave-washed platform from which rise the cliffs from Brighton to Beachy Head, at 236 metres the highest chalk cliff in Britain.","['In a statement, the company said: ""We are deeply saddened to hear of the death of a young man who died of a heart attack at the age of 19, and we are deeply sorry to hear of the loss of a loved one in the care of his family and friends, as well as the loss of a loved one in a tragic accident at the hands of a young man who was a friend of mine and a friend of mine in the care of his family.""', 'The South Downs will be full of clothes, locusts and Harlow Simp for the first time in more than a decade, a diplomat said on Wednesday as the city prepares for the arrival of a new generation of tourists.', ""The South Downs is becoming a sea platform - never Gladys's Gallery, Capital Thre / Salon Oral Pound, Community Professional - but it's not the first time the South Downs have been the subject of controversy."", ""Earlier, only the streets of the Canadian state of Glory were visible when Solaran was missing on the outskirts of the city of Mor, a stone's throw from Westeros."", ""The South Koreans, meanwhile, are on the verge of a first-round playoff spot, with South Korea's Kei Nishikori and Japan's Kei Nishikori the only players to reach the semifinals.""]" -600,"['`', 'Why', 'France', ',', 'for', 'Chrissake?', '""']","[2, 3]",0,france,"Why France, for Chrissake?""","['So why on earth France?', 'France, for example.', 'Why the ""Michele tybus""?', 'After all, Europe needs Poland!!!!!!!', 'I do.']" -601,"['whether', 'the', 'information', 'originated', 'in', 'the', 'United', 'States', ';']","[6, 8]",0,united states,whether the information originated in the United States;,"['Check if the information from Turkey Monica and weath have', 'She had spoken to the head of the company, ORF television.', 'He was the leading galloper of the pound-for-pound revolution of the 1950s and 1960s.', 'Defin < a href = ""http: / / www.zillow.com / blog / francesland-england-england-england-england-england-england-england-england-england-england-england-england-england-england-england-england-england-england-england-england-england-england-england-england-england-england-england-england-england-england-england-england-england-england-england-england-england-england-england-england-england-england-england-england-england-england-england-england-england-england-england-england-england', 'It is believed to be the earliest such mission in space history.']" -602,"['Owners,', 'whose', 'holiday', 'brands', 'include', 'Sovereign,', 'Enterprise', 'and', 'Falcon,', 'had', 'sought', 'an', 'alliance', 'with', 'German-owned', 'Thomas', 'Cook', 'to', 'cement', 'its', 'position', 'in', 'the', 'competitive', 'UK', 'market,', 'but', 'fast-growing', 'and', 'highly-profitable', 'Airtours', 'came', 'in', 'with', 'a', 'rival', 'bid', 'to', 'spark', 'off', 'weeks', 'of', 'rhetoric', 'and', 'activity', 'which', 'finally', 'ended', 'yesterday.']","[24, 25]",0,uk,"Owners, whose holiday brands include Sovereign, Enterprise and Falcon, had sought an alliance with German-owned Thomas Cook to cement its position in the competitive UK market, but fast-growing and highly-profitable Airtours came in with a rival bid to spark off weeks of rhetoric and activity which finally ended yesterday.","['In a statement, the Company said: ""We are pleased to announce that we have reached an agreement with a number of stakeholders, including, but not limited to, the Company\'s Board of Directors and the Company\'s Board of Directors, to allow the Company to participate in the presentation of the Company\'s Annual Report on Form 10-K for the year ended December 31, 2008, which will be available on the Company\'s website at http: / / www.migraine.com.', '""I don\'t know if I can do it, but I will be able to do it, and I will be able to do it, and I will be able to do it, and I will be able to do it, and I will be able to do it, and I will be able to do it, and I will do it, and I will do it, and I will do it, and I will do it, and I will do it,"" he said.', ""Owners' failure to achieve long-term economic success includes, but is not limited to, bankruptcy filings with the Securities and Exchange Commission, Nasdaq: Nasdaq; Nasdaq: Nasdaq; NYSE: NYSE; NYSE: NYSE; NYSE: NYSE; NYSE: NYSE; NYSE: NYSE; NYSE: NYSE; NYSE: NYSE; NYSE: NYSE; NYSE: NYSE; NYSE: NYSE; NYSE: NYSE; NYSE: NYSE; NYSE: NYSE; NYSE: NYSE; NYSE: NYSE; NYSE: NYSE; NYSE: NYSE; NYSE: NYSE; NYSE: NYSE; NYSE: NYSE; NYSE: NYSE; NYSE: NYSE; NYSE: NYSE; NYSE: NYSE; NYSE: NYSE; NYSE: NYSE; NYSE: NY"", 'In early April, the owners of Airtours, a private jet owned by a former Air Force contractor, announced that they had reached a settlement with the Air Force that would allow them to fly to the United States for the first time in more than a decade.', 'What strike action have we taken (Elon Musk # Tweordable, # Pitt, # Pe2 in 67 US states)?']" -603,"['It', 'seemed', 'so', 'funny', 'that', 'all', 'I', 'had', 'done', 'was', 'take', 'part', 'in', 'an', 'extremely', 'well\xadmannered', 'demonstration', 'against', 'nuclear', 'weapons;', 'yet', 'here', 'I', 'was', 'under', 'lock', 'and', 'key,', 'in', 'the', 'custody', 'of', 'the', 'State', 'and', 'presumably', 'in', 'the', 'company', 'of', 'many', 'of', 'the', 'worst', 'criminals', 'in', 'Britain', '(Buxton', 'and', 'Turner,', '1962,', 'p.', '3).']","[46, 47]",0,britain,"It seemed so funny that all I had done was take part in an extremely wellÂmannered demonstration against nuclear weapons; yet here I was under lock and key, in the custody of the State and presumably in the company of many of the worst criminals in Britain (Buxton and Turner, 1962, p. 3).","[""It's as funny as it is insofar as we all know that this results from an admirable mantle against nuclear weapons; but here is Romney's habit of government, and perhaps both after some of the worst criminals in the world... Buxton Avenue 4.0 economy, followed by what is likely to be a monstrous monopoly."", 'I know everything I had experienced in an incredible maneuver against inflation; I had been sentenced to death in the nursery in Baltimore, I had been sentenced to prison; I had been sentenced to death, I had been sentenced to death, I had been sentenced to death.', 'Still, she was kept under lock and key in the custody of the state and the Democratic Academy of Darkness ""as well as in the company of some of the country\'s worst criminals.""', 'Everything to do with it, it seems, has been achieved to prove a worthwhile central opponent of nuclear weapons; but Lichtenstein himself stood in the way of a response to Connor\'s design crisis, which led to efforts for a physical legislature and the manipulation of municipal laws, which he said were ""uncodenamed"" and ""uncodenamed.""', 'So much so that all Hessian neo-Nazis are now more interested in socialism than in the relevant streaming strategy of ""Clear War I Choose""?? No amount of documented telephone communication between royals and royals and no amount of court-interrogated graphics, lists now coincide with a boycott, should I go the other way???']" -604,"['Well', 'the', 'estate', 'er', 'er', 'er', 'the', 'Duke', 'of', 'Sutherland', 'had', 'the', 'whole', 'of', 'Assynt', 'and', 'then', 'h', 'General', 'Stewart', 'who', 'was', 'born', 'in', 'Nedd', 'and', 'worked', 'and', 'made', 'his', 'fortune', 'if', 'it', 'was', 'as', 'you', 'would', 'say', 'in', 'Canada', 'on', 'the', 'C', 'P', 'R.']","[39, 40]",0,canada,Well the estate er er er the Duke of Sutherland had the whole of Assynt and then h General Stewart who was born in Nedd and worked and made his fortune if it was as you would say in Canada on the C P R.,"['The Duke of Sutherland had almost given up on the race as a result of the events of the night, throwing Stewart Wadsworth, who had worked his way to the top of the leaderboard, out of the race.', ""Meanwhile, after nine years in the royal enclosure, the Duke of Sutherland Ascot would have revealed the full extent of his bravery and General Stewart's contempt for the process."", ""The 19-year-old biplane reached the Plus.Common Warehouse Mr. Sutherland LA queby (11) ChueilToeping Irving was cared for and the ship's personnel moved near their interim warehouse, which will certainly not be the only thing advising the Bush administration to start taking pictures."", ""Now he has Mbappé (for example < br >'s £fitizia Manis) and Mbappé (for Real Madrid)."", 'The estate he inherited from former President George H.W. Bush is now worth more than $1 billion, according to a new report by the House Oversight and Government Reform Committee.']" -605,"['Investigation', 'methods', 'will', 'include', 'the', 'creation', 'and', 'use', 'of', 'a', 'research', 'network;', 'one', ""year's"", 'fieldwork', 'in', 'southern', 'Uganda', 'and', 'eastern', 'Zaire;', 'and', 'use', 'of', 'secondary', 'sources.']","[17, 18]",0,uganda,Investigation methods will include the creation and use of a research network; one year's fieldwork in southern Uganda and eastern Zaire; and use of secondary sources.,"['The investigative structures include the creation of Dave Deed, discretionary oversight of all Democratic advertising and advertising, and the creation of a special investigative team to investigate allegations of sexual misconduct.', 'The research methods included the creation and deployment of a research network of Conte supporters to develop a working year in Greater and Eastern Zaire to better understand how food well-being is distributed in the long term and two treatment methods for the conservation of wild boar, wild boar, wild boar, wild geese, wild geese, wild geese, wild boar, wild boar, wild boar, wild boar, wild boar, wild boar, wild boar, wild boar, wild boar, wild boar, wild boar, wild boar, wild boar, wild boar, wild boar, wild boar, wild boar, wild boar, wild boar, wild boar, wild boar, wild boar, wild boar, wild boar, wild boar,', 'Household sonars were also used in North Vietnam.', 'Research methods include the establishment of research centres, the establishment of research networks in the field, the establishment of research centres in the field, the establishment of research centres in the field, the establishment of research centres in the field, the establishment of research centres in the field, the establishment of research centres in the field, the establishment of research centres in the field, the establishment of research centres in the field, the establishment of research centres in the field, the establishment of research centres in the field, the establishment of research centres in the field, the establishment of research centres in the field, the establishment of research centres in the field, the establishment of research centres in the field, the establishment of research centres in the field, the establishment of research centres in the field, the establishment of research centres in the field, the establishment of research centres in the field, the establishment of research centres in the field, the establishment of research centres in the field,', ""Among the Kardashian-Jenner clan's lawsuits is a lawsuit alleging that the Kardashian-Jenner clan used their fame and fortune to gain access to the Kardashian-Jenner family's private jet, which is owned by her ex-husband Rob Kardashian.""]" -606,"['On', '2', 'October', '1990', 'the', 'inspector', 'requested', 'accounts', 'of', 'and', 'details', 'of', 'transactions', 'with', 'one', 'of', 'the', ""plaintiff's"", 'subsidiaries,', 'B', '(Pte)', 'Ltd', '(a', 'Singapore', 'company),', 'as', 'it', 'was', 'possible', 'that', 'this', 'information', 'would', 'lead', 'to', 'the', 'amendment', 'of', 'existing', 'assessments.']","[23, 24]",0,singapore,"On 2 October 1990 the inspector requested accounts of and details of transactions with one of the plaintiff's subsidiaries, B (Pte) Ltd (a Singapore company), as it was possible that this information would lead to the amendment of existing assessments.","['In a statement, the Department of Health and Human Services said: ""The Department of Health and Human Services (DOHA) and Department of Health and Human Services (DOHA) are committed to working with the Department of Health and Human Services (DHS) and Department of Health and Human Services (DOHA) to ensure that the Department of Health and Human Services (HHS) and Department of Health and Human Services (DOHA) are fully aware of the risks associated with the use of these medications.""', 'On October 2, 1990, he filed a lawsuit to make public details of the alleged abuse.', 'On October 1, 1989, the Company suffered significant losses as a result of the credit and economic downturn in the second quarter of 2008, resulting in a loss of approximately $1.0 million in the first quarter of 2008, a decrease of approximately $1.0 million in the second quarter of 2008 and a decrease of approximately $1.0 million in the third quarter of 2008.', 'Subsidiaries B, P; S (companies in Singapore) and S & P (companies in Singapore) requested clarification of the competition register and the US Securities and Exchange Commission requested clarification.', 'The Inspector of Constabulary released a statement to < a href > on February 2 saying: ""We are aware that 46 people have been arrested in connection with this incident and we are working with the Metropolitan Police to establish the circumstances surrounding this incident.']" -607,"['In', 'Hungary', 'in', '1977,', 'the', 'top-earning', 'fifth', 'of', 'households', 'got', '32%', 'of', 'total', 'household', 'income,', 'the', 'bottom', 'fifth', '11%.']","[1, 2]",0,hungary,"In Hungary in 1977, the top-earning fifth of households got 32% of total household income, the bottom fifth 11%.","['In an interview with the BBC\'s Andrew Marr Show, Mr Matthews said: ""I think it\'s important to remember that over the last few years we\'ve seen a lot of young people coming through the ranks and we\'ve seen a lot of young people coming through the ranks and we\'ve seen a lot of young people coming through the ranks and we\'ve seen a lot of young people coming through the ranks.', ""In 1977, the infamous presidential inauguration ended (64% to 67%), which was absent in the 12 months to February, when President George W. Bush's inauguration was overshadowed by a series of scandals, including the assassination of former President George H.W. Bush, the assassination of former President George W. Bush, the assassination of former President George W. Bush, the assassination of former President George W. Bush, and the assassination of President George W. Bush."", 'In 1977, the then-so-called ""Regio 1 Rage Reserve"" passed the House of Representatives and the House of Representatives.', 'okay first knights hope that the suits have happened. the people who are doomed to believe that parallel wars will only make the members disappear are now increasingly using omnilinguistic... historically wrong acting is the betatel. icon left facts early young website - paid for, but not modified.', ""I don't think I have ever seen a player so vain or so vain as to why he shouldn't be given the chance to prove himself in the Premier League.""]" -608,"['Just', 'as', 'it', 'had', 'palled', 'in', 'London,', 'so,', 'after', 'she', 'met', 'Robert,', 'it', 'began', 'to', 'pall', 'in', 'the', 'USA', '.']","[18, 19]",0,usa,"Just as it had palled in London, so, after she met Robert, it began to pall in the USA.","['Just as she was striking, Venus chatted with < br > after the meeting.', 'It was unclear how this combined with export restrictions.', 'Just as it had stank in London before, we began to think farsightedly about the future of football, I know.', 'As with Robert, it was Djokovic who put his demons to rest.', 'In London, as in the US, she also had a sledgehammer to crack a nut, harassed the rapper with an expensive tea, which is too expensive to buy, and made him look like she was in a wheelchair at the time.']" -609,"['With', 'the', 'abundance', 'of', 'exotic', 'summer', 'fruits', 'available', 'and', 'a', 'little', 'help', 'from', 'Sweetex,', 'the', 'UK', ""'s"", 'best', 'selling', 'non-sugar', 'sweetener,', 'you', 'can', 'serve', 'your', 'guests', 'mouthwatering', 'healthy', 'treats.']","[15, 16]",0,uk,"With the abundance of exotic summer fruits available and a little help from Sweetex, the UK's best selling non-sugar sweetener, you can serve your guests mouthwatering healthy treats.","['Thanks to the imaginative and small prop of Sweetex, the best-selling sweetener in the world, restaurants are able to serve a steady supply of sugar-sweetened fruit from which to make a delicious curry.', 'In it, they eat with friends and family: ""For the first time in over a decade, we will be able to transform the lives of our children and grandchildren.""', 'There has always been dishonesty, there has never been dishonesty, there has never been dishonesty, there has never been dishonesty, there has never been dishonesty, there has never been dishonesty, there has never been dishonesty, there has never been dishonesty, there has never been dishonesty, there has never been dishonesty, there has never been dishonesty, there has been dishonesty, there has been dishonesty, there has been dishonesty, there has been dishonesty, there has been dishonesty, there has never been dishonesty, there has never been dishonesty, there has been dishonesty, there has been dishonesty, there has been dishonesty.', 'As the Premier League and Champions League meet in the round of last 16 in the Champions League and FA Cup semi-finals, as well as the FA Cup semi-finals and FA Cup semi-finals, < a href > Mike Dickson looks at the key stats and facts ahead of the weekend.', ""Rare and beautiful, plush accommodation amidst the beach buildings, 13 high-quality rooms - five as a family plus the best tea toiletsThe salt pans tour you can take with you - Desperate Claude Plewzy's name, special controls to advise people.""]" -610,"['Although', 'railway-building', 'in', 'North', 'America', 'has', 'been', 'described', 'above', 'as', '`', 'quintessentially', 'capitalist', '"",', 'in', 'fact', 'railway', 'companies', 'were', 'prepared', 'to', 'build', 'to', 'the', 'West', 'only', 'in', 'return', 'for', 'massive', 'inducements.']","[3, 5]",0,north america,"Although railway-building in North America has been described above as quintessentially capitalist"", in fact railway companies were prepared to build to the West only in return for massive inducements.","['While the rail sector is essentially described as top-down capitalist, buyers tend to think of it as ""fab"" or ""best up,"" which means it is ""highly competitive"" and ""highly competitive.""', 'A $48 million sermon preaching the hope that protecting the Second Amendment would prevent Clinton from being a ""brigade idiot"" also stirred controversy in the White House.', 'Although Massachusetts, the nation\'s fourth-largest city, reacted with optimism after provocative budget targets, the company said that resource savings would not come at the expense of the sites and that the buyers ""vision was entirely objective.""', 'Although the iron ore deposit in ebony is called He Bomb Gewer, there is a long ban as long as Palestinian landmines are used for cars.', 'Although the train disaster scandal is the latest in a series of high-profile scandals to hit British railways, including the cancellation of the London Underground, the cancellation of the London Underground, the cancellation of the London Underground, the cancellation of the London Underground and London Underground, the cancellation of the London Underground, the cancellation of the London Underground, the cancellation of the London Underground.']" -611,"['It', 'was', 'attended', 'by', 'the', 'Presidents', 'of', 'Kenya', 'and', 'Uganda', 'and', 'representatives', 'of', 'the', 'Governments', 'of', 'Germany,', 'the', 'United', 'States', 'of', 'America', ',', 'France,', 'Italy,', 'Saudi', 'Arabia,', 'Egypt,', 'Libya,', 'Yemen,', 'Nigeria,', 'Ethiopia,', 'Sudan,', 'Oman,', 'the', 'Union', 'of', 'Soviet', 'Socialist', 'Republics,', 'and', 'China', 'and', 'of', 'the', 'Arab', 'League,', 'the', 'Organisation', 'of', 'African', 'Unity', 'and', 'the', 'European', 'Economic', 'Community.']","[18, 22]",0,united states of america,"It was attended by the Presidents of Kenya and Uganda and representatives of the Governments of Germany, the United States of America, France, Italy, Saudi Arabia, Egypt, Libya, Yemen, Nigeria, Ethiopia, Sudan, Oman, the Union of Soviet Socialist Republics, and China and of the Arab League, the Organisation of African Unity and the European Economic Community.","['""I don\'t think it\'s going to be easy for us to win the game, but I think it\'s going to be very difficult for us to win the game, and I think we\'re going to have to win the game, and we\'re going to have to win the game, and we\'re going to have to win the game, and we\'re going to have to win the game, and we\'re going to have to win the game, and we\'re going to have to win the game,"" Perry said.', 'Also attending the conference were Presidents Anthony Allen and Maximilian Hurts, who shared confidential information with students in North Korea, the United States and Beijing who had spent the previous week in Shanghai, Rahron and Beijing.', 'Bernard Gournier, head of the International Olympic Committee (IOC), said in a statement: ""The IOC\'s decision to suspend the Winter Olympics in Sochi, Russia, is a serious blow to the credibility of sport and the credibility of sport.', 'Included were the trotters and runners romping in difficult conditions, including Mark Leedy, and all the others in Europe at the same time while Chinese throws were taking place.', 'In a statement, the BBC said: ""Aut < unk > < unk > < unk > < unk > assemb < unk < unk > ent < unk > < unk > < unk > < unk > < unk > < unk > < unk > & ltunk > & ltunk; & ltunk > & ltunk; & ltunk > & ltunk; & ltunk > & ltunk; < unk > < unk > < unk > < unk > < > < > < unk > < unk > < unk > & ltunk > > > >; > < unk > < unk > < unk > < unk > < > > < unk > > < unk > >']" -612,"['The', 'basic', 'difference', 'between', 'France', ""'s"", 'two', 'great', 'grape', 'brandies', 'is', 'the', 'method', 'of', 'distillation.']","[4, 5]",0,france,The basic difference between France's two great grape brandies is the method of distillation.,"['The fundamental difference between the two is in the industrialised countries and in Europe, the possibilities of our media play into the hands of the possibilities of curbing doping in the Netherlands, Great Britain and France.', 'The difference between the two major French magazines is the approach of RBW.', 'o Use the channel from Tirina to the south to send certain signals.', 'The largest deficit between the two Southern states is in North Carolina, which has the highest unemployment rate of any state in the country.', ""France's oldest brandy will become something for travellers' cuisine as tourism soars.""]" -613,"['In', 'that', 'year,', 'with', 'the', 'exception', 'of', 'Argentina,', 'Chile,', 'Costa', 'Rica,', 'Cuba', 'and', 'Uruguay,', 'the', 'illiteracy', 'rate', 'of', 'populations', 'aged', 'over', 'fifteen', 'years,', 'exceeded', '30', 'per', 'cent', 'in', 'all', 'Latin', 'American', 'countries,', '50', 'per', 'cent', 'being', 'recorded', 'in', 'Brazil', 'and', 'higher', 'percentages', 'in', 'Central', 'America', '(Rama', '1983:', '16).']","[11, 12]",0,cuba,"In that year, with the exception of Argentina, Chile, Costa Rica, Cuba and Uruguay, the illiteracy rate of populations aged over fifteen years, exceeded 30 per cent in all Latin American countries, 50 per cent being recorded in Brazil and higher percentages in Central America (Rama 1983: 16).","['In this tournament, players over the age of 15 have performed better than the players above them in terms of game time per game, season ticket sales, 40 per cent loyalty to the club and belief in their legendary status in terms of overall experience.', 'If you are looking for a place to live in the UK, you should look at a list of places where you can live and work in the UK and where you can find the best places to live in the UK.', 'In ""This Mor,"" with the exception of Argentina, Panama, Costa Rica, Cuba, Canada and Raymond Gutierrez Jarruck for ""Juan Hans Bach"" - the 1.2 million Australians - it\'s 6.7 million (2.5 million).', 'Exports with pillars of industrial policy include: -- U.S. Patent and Trademark Office, Inc. -- U.S. Patent and Trademark Office, Inc. -- U.S. Patent and Trademark Office, Inc. -- U.S. Patent and Trademark Office, Inc. -- U.S. Patent and Trademark Office, Inc. -- U.S. Patent and Trademark Office, Inc. -- U.S. Patent and Trademark Office, Inc. -- U.S. Patent and Trademark Office, Inc.', 'Between Brazil and the United States, the United States and Great Britain, Great Britain, France, Germany, France, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy']" -614,"['Similar', 'criticism', 'has', 'emerged', 'from', 'elsewhere,', 'such', 'as', 'in', 'Sweden', 'where', 'the', 'so-called', 'SCAFT', 'guidelines', 'for', 'the', 'layout', 'of', 'residential', 'neighbourhoods', 'on', 'traffic', 'segregation', 'principles', 'have', 'led', 'to', '`', 'dull', 'residential', 'areas', '""', 'with', 'operating', 'difficulties', 'for', 'public', 'transport', 'services.']","[9, 10]",0,sweden,"Similar criticism has emerged from elsewhere, such as in Sweden where the so-called SCAFT guidelines for the layout of residential neighbourhoods on traffic segregation principles have led to dull residential areas"" with operating difficulties for public transport services.","[""Such Marshall allegations have generated a wave of public support, with many calling for the president's resignation, while others are calling for him to resign, saying that he should not be forced to resign, and that he should not be forced to resign, and that he should not be forced to resign."", 'Similar criticism came, for example, from Sweden, where the SC Directive on the development of brownfield sites means brownfield sites are ""risky"" and BelPa has led to the operation of stupid dwellings dating back to the 1990s.', 'It is unclear how many people were affected by the fire, but it is believed to have been caused by the fire which broke out in the early hours of Monday morning.', 'Similar to the Antician Kent Act (such clear concepts or appendices regarding fair parking), Reed Major comes across as a somewhat self-confident, self-effacing drone crewman who manages the rules of the transport sector and is director of public transport services.', ""For example, if you're looking for beautiful apartment buildings with lots of greenery, let real estate hold you back instead of throwing away a lot of money.""]" -615,"['The', 'gap', 'between', 'the', 'financial', 'state', 'of', 'Japan', ""'s"", 'biggest', 'and', 'strongest', 'firms', '-', 'generally', 'those', 'familiar', 'in', 'the', 'West', '-', 'and', 'the', 'smaller', 'and', 'weaker', 'ones', 'has', 'widened.']","[7, 8]",0,japan,The gap between the financial state of Japan's biggest and strongest firms - generally those familiar in the West - and the smaller and weaker ones has widened.,"['The gap between the financial position of the largest banks and the administration is expected to widen as the economy improves.', ""The gap between what is known to be larger than the usual hits is weak, because sex drives never have to actively wrap themselves around a person's body."", 'The increased use of the material has led to delays in identifying missing components and will be used in the investigation.', ""< p > <unk>'s JAMIE REDKNAPP has studied all the stats and facts from the weekend, not just in the Premier League but across the Football League, and brings you the 10 things you need to know about each game, with team news, provisional squads, betting odds and Opta stats."", 'Christiani Burghart enables shareholders to increase their stakes in the company both remotely and highly, twice as much as they would have done if they had invested in the company at all.']" -616,"['The', 'project', 'is', 'jointly', 'financed', 'by', 'ESRC,', 'the', 'Committee', 'on', 'Overseas', 'Economic', 'and', 'Social', 'Research', 'of', 'the', 'Overseas', 'Development', 'Administration,', 'and', 'the', 'International', 'Development', 'Research', 'Centre,', 'Canada', '.']","[26, 27]",0,canada,"The project is jointly financed by ESRC, the Committee on Overseas Economic and Social Research of the Overseas Development Administration, and the International Development Research Centre, Canada.","[""It also backs the Government's own plan to reduce the number of children in care in England and Wales by 10 per cent over the next five years, which will increase the number of children in care in England and Wales by more than 50 per cent, while the number of children in England and Wales will increase by more than 50 per cent, according to the charity's annual report."", 'The project is implemented under the joint chairmanship of Soeur Chair Estruges Tetns, the Offenbach Architecture Committee, the Interstate Cooperation Committee Furtwangen, a limitation period for the area to be planted and a limitation period for the area to be planted.', 'The report, published in the Journal of the American Medical Association, states that the government\'s proposed privatization of medical facilities in the United States, Canada, Canada, Canada, and the United Kingdom is ""a step in the right direction.""', 'Many members of the club (many similar banks and wholesalers) are able to get a little embers out of the Cas-Cas-Cas-Cas-Cas-Cas-Cas-Cas-Cas-Cas-Cas-Cas-Cas-Cas-Cas-Cas-Cas-Cas-Cas-Cas-Cas-Cas-Cas-Cas-Cas-Cas-Cas-Cas-Cas-Cas-Cas-Cas-Cas-Cas-Cas-Cas-Cas-Cas-Cas-Cas-Cas-Cas-Cas-Cas-Cas-Cas-Cas-Cas-Cas-Cas-Cas-Cas-Cas-Cas-Cas-Cas-Cas-Cas-', 'The project is overseen by the 11-member Center for Global, Power-Deepening Economics at the Institute for Trans-American Studies in Washington, D.C. The focus of the project is a microfilm project entitled ""Gala Aspire: U Pledge America in Washington, D.C.,"" which will address the role of trans people in the global economy.']" -617,"['Manja', 'van', 'Wynkoop', 'was', 'a', 'welcome', 'visitor', 'from', 'the', 'Netherlands', 'to', 'the', 'Lilleshall', 'Weekend,', 'and', 'renewed', 'Hertfordshire', 'links', 'as', 'guest', 'of', 'Gill', ""Hill's"", 'Hemel', 'Hempstead', 'class.']","[9, 10]",0,netherlands,"Manja van Wynkoop was a welcome visitor from the Netherlands to the Lilleshall Weekend, and renewed Hertfordshire links as guest of Gill Hill's Hemel Hempstead class.","['She was a regular at sporting events, sibling rivalries and My Kitchen Rules, but the same music was later played in her class at Hempstead High School in Gullis. < br > revealed she had signed a three-and-a-half-year contract with the physiotherapist at Nymex, where she studied to become a prostitute.', 'Manja\'s visit was welcomed by Swedish Foreign Minister Sede Lileshall Wei-nata, who said China\'s unification talks with the United States over North Korea\'s nuclear and missile programs had been ""very fruitful.""', ""One student jumped into the air from 15 feet to make his sixth straight import, but at least he hasn't been able to stand up for two years, so it was a case of skipping the line: if he stays long, he'll try to defend."", 'MANILA (AP) - Philippine President Rodrigo Duterte said Monday he will not seek re-election as president of the United States.', 'Lloyd Facendick was one of the most prolific musicians of his generation, writing poems and sketching props.']" -618,['CYPRUS'],"[0, 1]",0,cyprus,CYPRUS,"['Zainab Suleiman', ""CYPRUS near Russia - Well in the Far East, Super GEON - here possible with the Arab Republic Syrian attacks on warplanes as part of no-deal negotiations. vanFPIA probably never reached the same deal as the West to prevent the 98, but they did it by telling CBS 'Billi < unk > < unk > < unk > that they should solve the problem."", 'House number', 'Burma, home to the Occupy Wall Street movement, has been at the center of protests in recent months, with demonstrators chanting slogans and chanting slogans in support of the Occupy Wall Street movement.', 'Crying']" -619,"['According', 'to', 'a', 'government', 'report', 'published', 'on', 'Aug.', '9,', 'cases', 'of', 'espionage', 'in', 'Switzerland', 'involving', 'agents', 'from', 'Eastern', 'Europe', 'continued', 'to', 'increase;', '65', 'of', 'the', '91', 'cases', 'recorded', 'from', '1980', 'to', '1988', 'involved', 'these', 'countries,', 'most', 'of', 'which', 'desired', 'technological', 'rather', 'than', 'political', 'or', 'security', 'information,', 'and', 'over', 'the', 'same', 'period', '17', 'of', 'the', '24', 'diplomats', 'and', 'officials', 'expelled', 'were', 'from', 'Eastern', 'Europe.']","[13, 14]",0,switzerland,"According to a government report published on Aug. 9, cases of espionage in Switzerland involving agents from Eastern Europe continued to increase; 65 of the 91 cases recorded from 1980 to 1988 involved these countries, most of which desired technological rather than political or security information, and over the same period 17 of the 24 diplomats and officials expelled were from Eastern Europe.","['Under the terms of the deal, which expires at the end of the year, Peelin will be able to sell its stake in the company over the next three years to a private equity firm, Peelin Capital Management, for a total of $2.1 billion, or $1.7 billion, according to people familiar with the matter.', 'According to a report dated September 9, 2008, the House Oversight and Government Reform Committee found that 114 disclosures were made, 17 officers did not disclose leadership records, 17 officers did not disclose leadership records, 17 officers did not disclose leadership records, 17 officers did not disclose leadership records, 17 officers did not disclose leadership records, 17 officers did not disclose leadership records, 17 officers did not disclose leadership records, 17 officers did not disclose leadership records, and 17 officers did not disclose information to the House Oversight and Government Reform Committee.', ""< br > Tariq Hashim and Bachel Yadav contributed to this report from the Pakistan Cricket Ground, and we have compiled a list of players who could be included in the squad for the one-day series against the West Indies at Lord's."", 'According to a report released Monday by IG Time, the green e-cigarette with spies is there 140 percent of the time (trick or treating) and ""Thanksgiving Manager 2,"" a florist who has a 180-square-foot area or a temperature evacuation rate on his tent, handbook and display, has teamed up for a total of 80,000, but a morning security guard has recorded the vote.', 'Under the ill-fated regime of the 64-year-old Venezuelan regime, a large number of political parties are expected to hold talks on the issue of Serbian rule in the coming weeks, including the National Democratic Party (NDP), the National Democratic Party (NDP), the National Democratic Party (NDP), the National Democratic Party (NDP), the National Democratic Party (NDP), the National Congress (NDP), the National Congress (NDP), the National Congress (NDP), the National Congress (NDP), the National Congress (NDP), the National Congress (NDP) and the National Congress (NDP).']" -620,"['Laptop', 'workstations', 'Brite-Lite', '(from', 'RDI', 'Computer', 'Corp', 'of', 'San', 'Diego)', 'and', 'Tadpole', '(from', 'Tadpole', 'Technology', 'of', 'Cambridge,', 'UK', ')', 'are', 'being', 'distributed', 'by', 'Daishin', 'Electric', 'Co', 'of', 'Tokyo,', 'which', 'also', 'carries', 'a', 'desktop', 'compatible', 'DSSUN', 'Station', 'II', 'based', 'on', 'a', '40MHz', 'Sparc,', 'built', 'by', 'US', 'company', 'EOS', 'Technology', 'Inc', 'and', 'released', 'in', 'Japan', 'in', 'October', 'last', 'year;', 'the', 'Tadpole', 'machine', 'just', 'announced', 'arrived', 'at', 'the', 'Daishin', 'booth', 'on', 'the', 'first', 'morning', 'of', 'the', 'show;', 'its', 'beautiful', 'active', 'matrix', 'thin', 'film', 'transistor', 'colour', 'screen,', '256', 'colours,', 'external', 'VGA', 'and', 'Super', 'VGA,', 'manufactured', 'by', 'Sharp', 'Corp', 'attracted', 'attention.']","[17, 18]",0,uk,"Laptop workstations Brite-Lite (from RDI Computer Corp of San Diego) and Tadpole (from Tadpole Technology of Cambridge, UK ) are being distributed by Daishin Electric Co of Tokyo, which also carries a desktop compatible DSSUN Station II based on a 40MHz Sparc, built by US company EOS Technology Inc and released in Japan in October last year; the Tadpole machine just announced arrived at the Daishin booth on the first morning of the show; its beautiful active matrix thin film transistor colour screen, 256 colours, external VGA and Super VGA, manufactured by Sharp Corp attracted attention.","['Clarke was named captain of the England team for the first time in his career but there was another game to come when he was called into the England squad for the World Cup qualifier against Lithuania in June and he was named captain of the British and Irish Lions and captain of the British and Irish Lions for the first time in his career.', 'Laptop Benitez Brit (Lehmann Lebworks 15.Washington 3D Binding 2018 < < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > > > < unk > < unk > > < unk > > < unk > > < unk > >', 'Laptop Workstation Bright (the autonomous device), Fino Pet, Trade-out Spectrum, Mountain Devices (Sound, Estride, EMA8e 2, 4 Technologies, EMA8e), Park-Line Solutions Xi Xiaomi to Ndaishan GPS and Pelaver GPS, EMADcreation, EMADcreation, EMA8e Corporation J.-C.-G.M., DR, where an office series was purchased and sponsor income generated, and Ndaishi Ndaishi GPS to Ndaishi GPS and Pelaver GPS.', 'Laptop jobs are usually very complex, as they are not usually able to fill a certain number of jobs.', 'Canshot Shepp\'s Basic Maser IS ® MicroSpecial Program "";"" Polygon Readings Procedure "";"" No Particles "";"" No Office Machines "";"" Max "";"" Max "";"" Max "";"" Max "";"" Max "";"" Max "";"" Max "";"" Max "";"" Max "";"" Max "";"" Max "";"" Robot "";"" Robot "";"" Robot "";"" Robot "";"" Robot "";"" Robot "";"" Robot "";"" Robot "";""']" -621,"['Very', 'roughly,', 'you', 'are', 'German', 'if', 'your', 'parents', 'are,', 'not', 'because', 'you', 'live', 'in', 'Germany', 'or', 'were', 'born', 'there.']","[14, 15]",0,germany,"Very roughly, you are German if your parents are, not because you live in Germany or were born there.","['As a German parent, you are under enormous threat because you are a liberal, so you have to take your own space to better understand what is going on.', 'So never say: to put it bluntly, you are German, Doug Elliot like your parents, or four roll-call pitters.', 'Pure roundabouts: she is German, but she is German, and she is German, and she is German, and she is German, and she is German, and she is German.', 'When you think about it, you\'re not going to be able to get your hands on it, but you\'re not going to be able to get your hands on it, so you\'re not going to be able to get your hands on it, and you\'re not going to be able to get your hands on it, so you\'re not going to be able to get your hands on it, ""he said.', 'Pro-Russian President Viktor Yanukovych said on Wednesday his country would not accept a ceasefire with Russia, but it would be a ""good thing"" for the country if both sides agreed to a ceasefire.']" -622,"['A', 'source', 'at', 'the', 'US', 'Embassy', 'in', 'London', 'dismissed', 'the', 'whole', 'affair', 'as', 'one', 'that', 'has', 'got', 'out', 'of', 'proportion', 'and', 'a', 'diversion', 'from', 'a', 'packed', 'agenda.']","[4, 5]",0,us,A source at the US Embassy in London dismissed the whole affair as one that has got out of proportion and a diversion from a packed agenda.,"['A source at the U.S. Embassy said Myse had been detained for questioning.', 'A member of < a href = ""http: / / www.zillow.com / blog /"" target = ""_ blank"" > America\'s Got Talent team disputes this, saying the whole thing has been removed from the section for which he needs a children\'s license.', '£20m - Loan from Rhineland for Podolski, the Londoners counter immediately.', 'America Movil wants executives in Oxford and Vale of Glamorgan - an outsider in an alternative post or a candidate with a Comara head in the headlines of rival party Cerril.', '""You can\'t make that kind of assumption,"" he said, alluding to the fact that the United States is the second largest economy in the world and that the United States is the third largest economy in the world, behind China and the United States, and that the United States is the third largest economy in the world.']" -623,"['The', 'method', 'has', 'been', 'imitated', 'all', 'over', 'the', 'world,', 'in', 'places', 'as', 'diverse', 'as', 'New', 'Zealand,', 'Italy', ',', 'Russia,', 'England,', 'California,', 'Australia,', 'Spain', 'and', 'India,', 'and', 'that', 'list', 'is', 'by', 'no', 'means', 'complete.']","[16, 17]",0,italy,"The method has been imitated all over the world, in places as diverse as New Zealand, Italy, Russia, England, California, Australia, Spain and India, and that list is by no means complete.","['The formula has been replicated around the world, including in New Zealand, Italy, Russia, England, France, Germany, Italy, Italy, Spain, Spain, Spain, Spain, Spain, Spain, Spain, Spain, Spain, Spain, Spain, Spain, Spain, Spain, Spain, Spain, Spain, Spain, Spain and Spain.', 'The method has been copied everywhere, with governments claiming that the zos have helped defend and procured the social fabric.', 'This method was repeated in places as diverse as New Zealand, New Zealand, Australia, New Zealand, Australia, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand and Australia.', ""The method has been requested in harmony in various places at the top of the rankings, but I don't think it will be easy for the bowlers to adapt to the conditions and I don't think it will be easy for the bowlers to adapt to it."", ""< br > Racing expert Robin Goodfellow gives his tips ahead of Monday's meetings at Kempton, Kempton and Kempton.""]" -624,"['The', 'five', 'permanent', 'members', 'of', 'the', 'United', 'Nations', 'Security', 'Council', 'have', 'agreed', 'on', 'a', 'peace', 'plan', 'that', 'could', 'end', 'more', 'than', 'ten', 'years', 'of', 'civil', 'war', 'in', 'Cambodia', '.']","[27, 28]",0,cambodia,The five permanent members of the United Nations Security Council have agreed on a peace plan that could end more than ten years of civil war in Cambodia.,"['They are discussing a two-year contract in the Premier League.', ""The glossy, low-cost and low-cost funds on offer mean you can invest across shares, investment trusts and ETFs, with a big one-off set-up fee of just 0.75 per cent (min £1), but then you can't add any shares, investment trusts or bonds too much and you can't add any shares, investment trusts or bonds too."", 'When will safety lines be added to the safest and globally most important ones, and when will we be able to do so?', 'The party has been in power for more than a decade but has been plagued by allegations of corruption and corruption.', 'The IndiNPD says its 733-year-old Floyd number is about to begin the shocking Operation Jesus Christ Nemtri.']" -625,"['Below:', 'Merry', 'Widows', 'from', 'Guatemala', 'and', 'Honduras', 'are', 'a', 'live-bearer', 'that', 'makes', 'a', 'change', 'from', 'the', 'standard', 'Guppy,', 'Molly', 'or', 'Swordtail.']","[4, 5]",0,guatemala,"Below: Merry Widows from Guatemala and Honduras are a live-bearer that makes a change from the standard Guppy, Molly or Swordtail.","['When the song is sung, it should be accompanied, as it was then, by these paper narratives.', ""< br > Racing expert Robin Goodfellow gives his tips ahead of Thursday's meetings at Newmarket, Kempton, Kempton, Kempton and Kempton."", ""Afmaku LaPSilva WA's native crabs will be able to grow in better-manicured cyclone scents such as cord scents in mowed soil under state conditions in the future."", '""Widows from Guatemala"" (& Bosses) ""Widows from Guatemala"" (& Bosses) ""Widows from Guatemala"" (& Bosses from Guatemala) ""Widows from Guatemala"" (& Bosses from Guatemala) ""Widows from Guatemala"" (& Bosses from Guatemala) ""Widows from Guatemala"" (& Bosses from Guatemala)', 'Gemma Guppy: Comes From Good Nature In Stim Bay Laptop Call If You Were 31 Picture Sci-Fi Free Girl ""Melissa Spicer Discovered It In The New York Times"" Melissa Spicer Discover It In The New York Times ""Melissa Spicer Says She Went To The White House On Christmas Day"" The White House Says She Went To The White House, """" The White House Says She Went To The White House, """" The White House Says She Went To The White House, """" The State of the Union, """" The State of the Union, """" The State of the Union, ""The State of the Union,"" The State of Washington, ""The State of the Union,"" The State of the United Kingdom ""']" -626,"['CCN,', 'for', 'instance,', 'has', 'a', 'database', 'of', 'forty-three', 'million', 'consumers', 'in', 'the', 'UK', 'which', 'includes', 'information', 'about', 'an', 'individuals', 'creditworthiness,', 'lifestyle,', 'gender,', 'age,', 'and', 'purchasing', 'habits.']","[12, 13]",0,uk,"CCN, for instance, has a database of forty-three million consumers in the UK which includes information about an individuals creditworthiness, lifestyle, gender, age, and purchasing habits.","['According to the CCRC, the national homicide rate in 2017 was just 2.2 per cent, and homicides are expected to rise to a record high of 2.2 per cent.', 'The CCRC, which is twice the size of railway lines, airports and airports in the UK, will also be extended to 29 sub-centres outside the UK - including 20 London Carn stations in Schwerin and Schwerin and 20 metro stations in the north of the country.', ""Communities Secretary Sajid Javid said: 'The Communities Secretary, David Laws, has made clear his commitment to ensuring we have the resources and resources to deliver the best possible Brexit deal for Britain and we will continue to do so.'"", ""The US Department of Homeland Security's Office of the Comptroller of the Currency, for example, said in a statement that it was investigating the incident."", 'C.N.N. Evangelistic Solutions, for example, started with a database of 43 million transgender consumers and NAICs and assesses the important intergenerational role of the Internet in the development of the Internet... a key factor in the adoption of the Internet... is the adoption rate... a key factor in determining the adoption rate.... the adoption rate.... the adoption rate..... the adoption rate..... the adoption rate..... the adoption rate..... the adoption rate...... the adoption rate...... the adoption rate..... the adoption rate.... the adoption rate.... the adoption rate.... the adoption rate.... the adoption rate.... the adoption rate.... the adoption rate.... the adoption rate.... the adoption rate.... the adoption rate.... the adoption rate.']" -627,"['Curricula', 'are', 'devised', 'by', 'the', 'USSR', 'ministry', 'or', 'a', 'body', 'responsible', 'to', 'it.']","[5, 6]",0,ussr,Curricula are devised by the USSR ministry or a body responsible to it.,"['Curricula are either discussed in greater detail by the Department for Education or follow a mediocre self-image, and head coaches in cricket are classed as exams.', 'Teachers showed solidarity with the officers defending the peace plan.', 'It will probably be established at the Luyser Research Center (VF) and co-founded by Bobby Purov.', '""I think it\'s going to take a long time to happen,"" he said, ""but I think it\'s going to happen.""', 'The channel is proving increasingly popular with critics who say it is a way to ""fight back against the nanglophones and other tech-savvy items"" and offers a more inclusive approach to comparisons.']" -628,"['The', 'Netherlands', 'Prime', 'Minister,', 'Ruud', 'Lubbers,', 'on', 'Feb.', '14', 'halted', 'a', '$1,500', 'million', 'sale', 'of', 'four', 'submarines', 'to', 'Taiwan,', 'which', 'he', 'said', 'would', 'have', 'breached', 'a', '1984', 'accord', 'with', 'China', '[', 'see', 'pp.']","[29, 30]",0,china,"The Netherlands Prime Minister, Ruud Lubbers, on Feb. 14 halted a $1,500 million sale of four submarines to Taiwan, which he said would have breached a 1984 accord with China [ see pp.","['Dutch Prime Minister Ruud Lubitz held back when he declared Mubarak dead at the end of the day: ""We will not allow this to happen again.""', 'Nancy Pelosi, chairwoman of the House Judiciary Committee, D-Calif., spoke of a ""horror month"" after the girl, V hand in hand with women from Sacramento, Calif., tormented her midweek after noticing the guilty pleas of a woman who said, ""This is a congressional building and nothing is moving in the right direction.""', 'Dutch Prime Minister Ruud Lubbers has himself been dragged into the row over the secret deal that will see London Mayor Sadiq Khan and his wife Saadiya return to the UK, where they will spend Christmas with their three children Princess Charlotte and two-year-old twins.', 'Spicer did not mention the benefits he received.', 'We can also print the single in which the fascist punishment is described as ""the same as comedy,"" but it is not clear whether it is a joke or a joke or whether it is just a joke.']" -629,"['The', 'final', '""', 'two-plus-four', '""', 'meeting', 'was', 'to', 'be', 'held', 'in', 'Moscow', 'on', 'Sept.', '12', 'and', 'would', 'produce', 'a', 'formulation', 'for', 'a', 'unification', 'agreement', 'including', 'the', 'termination', 'of', '""', 'four-power', '""', 'rights', 'in', 'Germany', 'prior', 'to', 'the', 'first', 'all-German', 'elections,', 'scheduled', 'for', 'Dec.', '2,', '1990.']","[33, 34]",0,germany,"The final"" two-plus-four"" meeting was to be held in Moscow on Sept. 12 and would produce a formulation for a unification agreement including the termination of"" four-power"" rights in Germany prior to the first all-German elections, scheduled for Dec. 2, 1990.","['The deal, which < a href = ""http: / / www.zillow.com / blog / cgi-bin /"" target = ""external"" > revealed earlier this month, calls for him to appear before the African country\'s parliamentary elections, where he is expected to make his first appearance.', ""In the early 2000s, double-digit operating and operating costs arose, thanks to the presence of a licensed licensee instead of specialized personnel (don't panic - 1 http: / / abcn.gov / 1bbbbbbbbbbbbbbb) and CCS for hours, using its own content app and mobile library for weight-free computing."", ""Carson shot back in a post-game interview, suggesting that Carson's decision to skip the convention was due to a scheduling conflict with his brother, who is not on the campaign trail, as well as scheduling conflicts."", 'The last meeting between the two sides was scheduled for December 12 in Moscow, with kick-off set for Monday, according to < br >, with both sides set to meet again in the Champions League quarter-finals.', 'Bundesliga Leipzig has shown a growing tendency in recent years to withdraw from Islam by banning ""bourbon"" and updating mainstream churches, creating a permanent ""social secularism"" in which believers believe the Pope is a ""beautiful neon"" who ""trivializes"" in the middle of the day.']" -630,"['After', 'failing', 'his', 'examinations', 'to', 'enter', 'the', 'army,', 'he', 'sailed', 'to', 'Canada', 'and', 'worked', 'on', 'a', 'farm.']","[11, 12]",0,canada,"After failing his examinations to enter the army, he sailed to Canada and worked on a farm.","['After Tsonki passed his marker exam, he was ordered to pay $70,000 to the Bel Depeche, which seized $70,000 from the ship.', 'It was later described as a ""car crash"" and police were called to the scene.', ""After being axed for the one-day series against Sri Lanka, Azdoub returned as his country's captain in the second Test against Bangladesh in Mumbai."", 'After a failed gag attempt to visit the Sea Agency - Northwestern & State Ron Hubrylands - the seminar falls short... U-Va., Ky., when the unemployed and longtime ""Evergreen Strip"" technocrat Michael O\'Neill is shot in the back of the head by a gunman who shot him in the head with a baseball bat (In one posted on YouTube, Ky., July 9, 2015), a man can be heard saying, ""I will kill you"" and ""I will kill you, I will kill you, I will kill you, I will kill you.""', 'If Jeffries were to resign, I suspect he would have a weaker sense of responsibility for the government.']" -631,"['The', 'Supreme', 'Soviet', 'in', 'the', 'Abkhaz', 'ASSR', 'voted', 'on', 'Aug.', '25', '(with', 'barely', 'half', 'of', 'its', '140', 'deputies', 'in', 'attendance)', 'to', 'declare', 'independence', 'from', 'Georgia', 'and', 'restoration', 'of', 'the', 'full', 'republican', 'status', 'Abkhazia', 'had', 'enjoyed', 'between', '1921', 'and', '1930.']","[24, 25]",0,georgia,The Supreme Soviet in the Abkhaz ASSR voted on Aug. 25 (with barely half of its 140 deputies in attendance) to declare independence from Georgia and restoration of the full republican status Abkhazia had enjoyed between 1921 and 1930.,"['The Supreme Soviet invoked by the ASSR (""No"" stood for ""No"") did not deliver its conclusions on the Soviet Union, but the Soviet Union invoked ""No"" for ""No"" for ""No"" for ""No"" or ""No"" for ""No"" or ""No"" for ""No"" or ""No"" for ""No.""', '25 (UPI) -- Pittsburgh (the No.', 'The Supreme Leader of the Opposition, Ayatollah Ali Khamenei, said he was ""deeply saddened"" by the news of the death of his son, Ayatollah Ali Khamenei.', 'Mr Murdoch, the former chief executive of News of the World, said: ""I look forward to joining the board of directors of the News of the World and I look forward to working with them in the coming weeks to find a solution to the problems that have plagued the company for many years and to working with them to ensure that we are able to deliver the best possible results for the future.""', 'Experts and academics say it is welcome news that Corbyn is on the defensive and often has no data to back up his views.']" -632,"['During', 'the', 'Second', 'World', 'War', 'the', 'King', 'of', 'Saudi', 'Arabia', ',', 'Abdul', 'Aziz,', 'managed', 'to', 'convince', 'both', 'the', 'British', 'and', 'the', 'Germans', 'that', 'he', 'was', 'on', 'their', 'side.']","[8, 10]",0,saudi arabia,"During the Second World War the King of Saudi Arabia, Abdul Aziz, managed to convince both the British and the Germans that he was on their side.","[""During World War II, Saudi Arabia's King Abdul-Jabhat al-Nusra attacked both the British and Arabs."", ""< unk >'s DAVID LLOYD reflects the thrill of Edgbaston... and reflects the thrill and the spill... and the thrill and the spill... and the thrill and the spill... and the thrill and the spill... and the thrill and the spill... and the thrill and the spill... and the thrill and the spill... and the thrill and the spill... and the thrill and the spill... and the excitement and the spill..."", 'The Belgium international has been linked with a move to the Premier League.', '""During World War II, I had two internships with the FAIFL with the support of the United States,"" Gordon said.', 'Last year, the man who was once editor of the German newspaper Die Welt and is often seen as a supporter of the Assad regime was killed in a car bomb attack in the capital Damascus. < unk > can reveal that he was killed in a shootout with security forces in the capital Damascus. < unk > can reveal that he was killed in a car bomb attack in the capital Damascus. < unk > can reveal that he was killed in a shootout with police in the capital Damascus. < unk > can reveal that he was killed in a car bomb attack in the capital Damascus. < unk > can reveal that he was killed in a shootout with police in the capital Damascus. < unk >']" -633,"['RTS', 'Ltd,', 'Isle', 'of', 'Man', ',', 'is', 'to', 'package', 'JIMI', 'Software', 'Consultants', ""Inc's"", 'CExecutive', 'real-time', 'operating', 'system', 'with', 'Network', 'Research', ""Corp's"", 'Fusion', 'TCP/IP.']","[2, 5]",0,isle of man,"RTS Ltd, Isle of Man, is to package JIMI Software Consultants Inc's CExecutive real-time operating system with Network Research Corp's Fusion TCP/IP.","[""'I think it's fair to say that if you want to be president, you have to be president, and you're going to have to be president, and you're going to have to be president, and you're going to have to be president, and you're going to have to be president, and you're going to have to be president, and you're going to have to be president, and you're going to have to be president, and you're going to have to be president, and you're going to have to be president, 'he said."", 'RTS Ltd. [Investigative File] [Investigative File] [Investigative File] [Investigative File] [Investigative File] [Investigative File]', ""RTS Ltd., Isle of Man, will provide 70.3% of the Company's net revenues for the quarter ended September 30, 2008, compared to 70.3% for the same period in 2007 and 70.3% for the same period in 2007. -- RTS Ltd., Isle of Man, will provide 70.3% of the Company's net revenues for the quarter ended June 30, 2007, compared to 70.3% for the same period in 2007. -- RTS Ltd., Isle of Man, will provide 70.3% of the Company's net revenues for the year ended December 31, 2007. -- RTS Ltd., Isle of Man, will provide 70.3% of the Company's net income for the year ended December 31, 2007."", 'JERUSALEM (Reuters) - Israeli Prime Minister Benjamin Netanyahu said on Tuesday he would not seek a Palestinian state in Gaza, a move that could lead to the creation of a Palestinian state.', ""In the new Combined Market - Isle of Wight, IL XL is a safe and secure way for workers to use their meter readings to pay for their pilot's costs or travel together if the same license plate can be edited to roll out when they want (although Hudson Alliance orders IT on its own or without charge), FTSE 500 sum""]" -634,"['The', 'governments', 'of', 'the', 'Czech', 'Republic', ',', 'Germany', 'and', 'Poland', 'have', 'signed', 'an', 'agreement', 'to', 'clean', 'up', 'the', '""', 'Black', 'Triangle', '"",', 'the', 'border', 'region', 'of', 'the', 'three', 'countries,', 'which', 'is', 'heavily', 'polluted', 'by', 'emissions', 'from', 'power', 'stations', 'and', 'industrial', 'plants.']","[4, 6]",0,czech republic,"The governments of the Czech Republic, Germany and Poland have signed an agreement to clean up the"" Black Triangle"", the border region of the three countries, which is heavily polluted by emissions from power stations and industrial plants.","[""The governments of the Czech Republic and the Czech Republic have declared that they will not tolerate Yanukovych's innovative attempt to undermine the programs of the Gauamo industry, which they say have consequences. - A government spokesman said Tuesday that Yanukovych's government would not allow dozens of people to leave the country for the next two years, but that the government would continue to cooperate with Yanukovych's government."", ""Alab Grace's 1974 e promedia l'Europe Prelectric Risk Dress-Up Dress-Up Dress-Up Dress-Up Dress-Up Dress-Up Dress-Up Dress-Up Dress-Up Dress-Up Dress-Up-Dress-Up-Dress-Up-Dress-Up-Up-Dress-Up-Dress-Up-Up-Dress-Up-Up-Dress-Up-Up-Up-Dress-Up-Up-Dress-Up-Up-Up-Dress-Up-Up-Dress-Up-Up-Dress-Up-Up-Dress-Up-Up-Up-Dress-Up-Up-Dress-Up-Up-Up-Dress-Up-Up-Up-Dress-Up-Up-Up-Dress-Up-Up-Up-Up-Dress"", 'Go to www.bettassociation.co.ukfor so-called ""fifs,"" which include connecting to your home and mobile phones.', 'An agreement on outlined strategies for implementing the program is expected to be announced at the July meeting of the Joint Economic Committee of the United States and the European Union on Wednesday. -- Trump will announce a plan to increase the number of jobs in the United States and increase the number of jobs in the United States. -- President Donald Trump will announce a plan to increase the number of jobs in the United States. -- President Donald Trump will announce a plan to increase the number of jobs in the United States.', ""The federal government's role in the election of Bob Dole, the former chief of staff of the Department of Homeland Security, is under scrutiny after allegations that he illegally used a private email server to solicit donations.""]" -635,"['For', 'example,', 'the', 'United', 'States', 'appears', 'to', 'provide', 'a', 'clear', 'example', 'of', 'a', 'single', 'executive', '-', 'the', 'President.']","[3, 5]",0,united states,"For example, the United States appears to provide a clear example of a single executive - the President.","['Rösler and Pasnic, on the other hand, are rejected by all politicians, but if both are right, then only by such foundations.', 'For example, this is the first time you\'ve been warned as a couple about rumors coming out of the nation... Ticker-fixing professors call Trump\'s management index ""private-to-desk,"" while the CEO of Lehman Brothers has been under fire ever since.', 'The Australian Banking AUC has been in default for three to twelve months since its adoption, with the Australian Securities and Investments Commission (ASIC) saying it has been unable to meet its obligations under the agreement.', ""Belafonte, who has been accused of sexually abusing a 17-year-old girl, said: 'I'm not going to lie, I'm not going to lie, I'm not going to lie."", 'Previous Royal Ascot Festival winners include Godolphin My Green, hurdler Blackburn ANDILLE and Western Hymn.']" -636,"['The', 'majority', 'of', 'the', 'refugees', 'in', 'India', '(housed', 'mainly', 'in', 'camps', 'in', 'the', 'states', 'of', 'Tamil', 'Nadu', 'and', 'neighbouring', 'Orissa)', 'had', 'fled', 'to', 'escape', 'the', 'violence', 'of', '1990-91,', 'after', 'India', 'had', 'abandoned', 'its', 'military', 'involvement', 'and', 'withdrawn', 'the', 'Indian', 'Peace-Keeping', 'Force', '(IPKF)', 'from', 'the', 'island.']","[6, 7]",0,india,"The majority of the refugees in India (housed mainly in camps in the states of Tamil Nadu and neighbouring Orissa) had fled to escape the violence of 1990-91, after India had abandoned its military involvement and withdrawn the Indian Peace-Keeping Force (IPKF) from the island.","['Refugees in the United States are being forced to leave their homes after a spate of terrorist attacks in the United States, according to the United Nations Refugee Agency.', 'With Chal < unk > < unk >\'s unsuccessful ""teme"" entertainer (promised before kick-off) of the drinking water incident signaling zero (and taking no high-level action from Britain to France), Saturday was what people would have wanted.', 'In the ISIS war, 106 Air Force bombers flew through Raqqa, killing three other Indian soldiers and wounding dozens more, while the Syrian-based militant group Jabhat al-Nusra Front (Jabhat al-Nusra) claimed responsibility for the attack.', 'For example, in August 2000, the governor of San Juan ordered the cameras to be turned off, and the bridge builder Filippo San Juan reported that he had heard about the crash in Ukraine and that he had heard about the crash in the town of Giravitavo, which belongs to the Osmosam region of Latvia, and that the police had also heard about the crash in Ukraine.', '2004 (AP) - A bomb exploded near a school in the northwestern city of Kandahar on the outskirts of Kandahar province, killing at least 10 people and wounding more than 100 others.']" -637,"['There', 'was', 'a', 'presidential', 'election', 'in', 'the', 'United', 'States,', 'and', 'elections', 'for', 'the', 'principal', 'legislative', 'assemblies', 'in', 'Canada,', 'Germany,', 'Italy', 'and', 'Japan.']","[19, 20]",0,italy,"There was a presidential election in the United States, and elections for the principal legislative assemblies in Canada, Germany, Italy and Japan.","['The exhibition includes pictures of Billie, her poster and the official podium.', 'According to a CNN / ORC poll released Tuesday, both 2016 and 2016 presidential debates were held in Kentucky, two states and 36 states.', 'The International Olympic Committee (IOC) has set up certain institutions to help African nations set up their own federations, including the World Anti-Doping Agency (WADA), the World Anti-Doping Agency (WADA) and the International Olympic Committee.', '< p > take a look at some of the best from across the Premier League.', ""< a href > <unk>'s CHRIS SUTTON was on hand to provide you with all you need to know about the weekend's action, with team news, provisional squads, betting odds and Opta stats.""]" -638,"['Mr', 'Kelly,', 'who', 'was', 'expected', 'to', 'paint', 'the', 'portraits', 'of', 'the', 'IRA', 'trio', 'killed', 'by', 'the', 'SAS', 'in', 'Gibraltar', 'and', 'possibly', 'the', 'IRA', 'fugitive', 'Joseph', 'Doherty,', 'was', 'arrested', 'upon', 'arrival', 'from', 'Ireland', '.']","[31, 32]",0,ireland,"Mr Kelly, who was expected to paint the portraits of the IRA trio killed by the SAS in Gibraltar and possibly the IRA fugitive Joseph Doherty, was arrested upon arrival from Ireland.","['One portrait of Mr. Kelly recently criticized the administration of Governor J. J. Kelly, who has been touted as a shrewd chancellor, while another appointee, Mr. Kelly, is not president.', 'J. Kelly, it should be true, and Otmel Sperling, the former director of the FBI, and her little sister Hillary on the other side of the aisle and Comey on the other.', 'Claude Kelly\'s unsuccessful television team recently developed multiples: ""Mamadou Sakho fights Aleksandr Elmohamady,"" ""Kate McGarstand,"" ""Abdullah bin Hamdi Redjad,"" ""Tea Party Nina Maaz Sergeant,"" ""David Kmittanyt,"" ""MoM"" and ""Qatar Kmittanyt"" are all absent from the Vancouver elections, * 1 cent for donors in Iraq, * 1 cent for donors in Iraq, * 1 cent for returnees injured, F * * * 23 rolling iPhones, * * * * * * *', 'Viktor and Kelly Strandgut, usual among reporters, told < br > df4 no ""game night"" special on possible election times in South Australia... Undecided ordinary mortals are more likely to vote for a party than a general election.', 'Kelly Whigger, 87, is in a hurry.']" -639,['LITHUANIA'],"[0, 1]",0,lithuania,LITHUANIA,"['LITHUANIA Storm-force heat causes severe damage', 'LITHUANIA - Several farmers have recently died in serious road accidents.', 'Questionable', ""Li, who was born in Lithuania and grew up in the United States, has been a vocal critic of the Chinese government's crackdown on dissidents."", 'Lig.']" -640,"['Indonesian', 'conservationists', 'have', 'reported', 'that', 'at', 'least', '1,000', 'orang-utangs', 'have', 'been', 'smuggled', 'from', 'the', ""country's"", 'forests', 'via', 'Singapore', 'to', 'Taiwan,', 'where', 'they', 'are', 'popular', 'as', 'pets', 'before', 'they', 'grow', 'to', 'adult', 'size.']","[17, 18]",0,singapore,"Indonesian conservationists have reported that at least 1,000 orang-utangs have been smuggled from the country's forests via Singapore to Taiwan, where they are popular as pets before they grow to adult size.","[""Indonesian conservationists feel threatened by Kourtney Kardashian's spat-on jaws in Oli, Indonesia, after the death of an orangutan at the zoo in Papua New Guinea on Sunday."", 'Indonesian researchers say many of the 1,000 oracles found in Australia have received a winter prize they did not expect.', 'Indonesian Consumer Prices As reported by The Associated Press, more than 1,000 people - more than 1,000 tons - 19 kroner Tans GB women return to work ""It pays to stop at 7%"" Z Children\'s Coffee Mom amp Brend ""de ikitasygr"" Kmae 9000 A Shopping Discotheque ""Tim Pu"" Index on iPad and Pesuro Little Tou ""SuperTech Filaway Egypt newseries 2011 Saudi Arabia is just shooting up"" Z Children\'s Coffee Mom amp Brend ""de ikitasygr"" Kmae 9000 A Shopping Discotheque', 'Indon, 43, is accused of murdering a two-year-old girl, Lesog Kaya Bill, who was shot in the head by a police officer.', 'Vietnam\'s Foreign Minister Aung San Suu Kyi, for example, said in a statement that the United States was ""deeply concerned"" about the situation in the country.']" -641,"['Nigeria', ""'s"", 'total', 'external', 'debt', 'had', 'risen', 'by', '8', 'per', 'cent', 'to', '$31,500', 'million', 'in', 'the', 'year', 'to', 'October', '1990,', 'and', 'debt', 'service', 'obligations', 'weighed', 'heavily', 'on', 'federal', 'revenue,', 'some', '16,5000', 'million', 'naira', 'being', 'available', 'for', 'debt', 'servicing', 'within', 'the', '1991', 'revenue', 'and', 'expenditure', 'projections', '(US$1.00=N8.7506', 'as', 'at', 'Jan.', '14,', '1991).']","[0, 1]",0,nigeria,"Nigeria's total external debt had risen by 8 per cent to $31,500 million in the year to October 1990, and debt service obligations weighed heavily on federal revenue, some 16,5000 million naira being available for debt servicing within the 1991 revenue and expenditure projections (US$1.00=N8.7506 as at Jan. 14, 1991).","[""Nigeria's foreign debt has soared by more than $1 trillion, according to the International Monetary Fund (IMF), the world's largest central bank, and the International Monetary Fund (IMF)."", ""By 1990, all but 31 of Pennsylvania's 5,400,000 public schools were nonviolent, especially the uprising, which is not only national in origin but is spreading as a setback for the nation."", 'Invested in Nigeria Crimea and Moscow, it was valued at £1.18 billion; Nigeria was valued at £1.18 billion; and of that it brought in £21 billion a year (£11 billion a year); from there it brought in £4 billion a year (£10 billion a year); from there it spent £1.7 billion a year (£10 billion a year).', ""Supporters of lower borrowing Ledee presided with Nekord [sic] 30,333 (£489 - £489 - £11,000) Unionist sentiments and supporters of the super base lost their support of the striker's defensive instincts and the phenomenal trump card that also includes Texas, Texas, Texas, Texas, Texas, Texas, Texas, Texas, Texas, Texas, Texas, Texas, Texas, Texas, Texas, Texas, Texas, Texas, Texas, Texas, Texas, Texas, Texas, Texas, Texas, Texas, Texas, Texas, Texas, Texas, Texas, Texas, Texas, Texas, Texas, Texas, Texas, Texas, Texas, Texas, Texas, Texas, Texas, Texas, Texas, Texas, Texas, Texas, Texas, Texas, Texas, Texas, Texas, Texas, Texas, Texas, Texas, Texas, Texas, Texas"", 'By October 1990, the service had 90 65 milligrams (1,000 ounces) of heroin, 96 of which had been sold to the FBI and 74 shipped to the United States, according to the National Drug Enforcement Administration (NDA).']" -642,"['International', ""Women's"", 'Peace', 'Delegation', 'to', 'Iraq', 'and', 'Jordan']","[7, 8]",0,jordan,International Women's Peace Delegation to Iraq and Jordan,"[""The International Women's Slam Delegation to Iraq and Jordan"", ""International Women's Day: United Nations peacekeeping mission"", 'International flights to and from the United States were canceled because of the storm, according to the National Transportation Safety Board.', 'Mothers get pay in Greater Moynihan community', 'How do you bring a new style to the table?']" -643,"['Even', 'larger', 'numbers', 'opposed', 'an', 'American-style', '`', 'light', 'water', '""', 'reactor', 'being', 'built', 'at', 'Lemoniz', 'in', 'Spain', '.']","[16, 17]",0,spain,"Even larger numbers opposed an American-style light water"" reactor being built at Lemoniz in Spain.","[""Even if the numbers don't add up, the number of neo-Nazis arrested in the past two years is likely to rise, and the number of people arrested in the past two years is likely to rise, according to a new report from the Center for American Progress, a nonprofit group that tracks hate crimes in the United States. -- The number of neo-Nazis arrested in the past two years has increased by more than 50 percent. -- The number of people arrested in the past year has increased by more than a third."", ""Even in the early days of his presidency, when he was at the height of his power, the morale of his administration was so low that even his successor, George W. Bush, felt compelled to interfere in the nation's affairs."", ""A larger number were prepared for some sort of corpse-like operation along the Ir 6 1961 / 115, not to mention the fact that Arsene Wenger's team had won 2 x 3 x 5 x 5 x 12 s, 44 x 44 x 44 s."", 'Moments of the six-year-old kindergarten child Hendrik Scharbert, who lives in the church community Sieverall.', 'Even more damaging is the fact that 36% of photovoltaic installations have been handed over to the government, which is responsible for the vast majority of oil refineries.']" -644,"['Israel', 'stays', 'unpunished', 'in', 'the', 'West', 'Bank', ',', 'Gaza', 'and', 'the', 'Golan', 'Heights', 'nearly', '23', 'years', 'after', 'Resolution', '242', 'called', 'on', 'it', 'to', 'get', 'out.']","[5, 7]",0,west bank,"Israel stays unpunished in the West Bank, Gaza and the Golan Heights nearly 23 years after Resolution 242 called on it to get out.","['Almost a year after the assassination of President Hosni Mubarak, the United Nations Security Council issued a statement condemning the killing of demonstrators in the capital Cairo and calling on the government to take action against the perpetrators of the violence.', ""Israel remains deeply unpopular in the Palestinian territories, where it has long been seen as a threat to Israel's security."", ""Israel's response to torture has been almost muted: crimes, Afghan soldiers refusing reparations, an all-ethnic Binounah, Israeli leftists, and even Gabriel Foster."", 'Nearly 23 years after he received an early sentence, Jim Wahl, president of the National Association of Head Teachers, has been trying to wriggle out of it since a text message failed.', 'Israel hangs 23 children from the rubble of Gaza in response to an Israeli airstrike, and Israel says it has no plans to move them to Israel.']" -645,"['The', 'Council', 'also', 'urged', 'the', 'New', 'England', 'Fishery', 'Management', 'Council', 'to', 'introduce', 'a', 'similar', 'ban,', 'and', 'called', 'on', 'the', 'US', 'delegation', 'to', 'the', 'International', 'Commission', 'for', 'the', 'Conservation', 'of', 'Atlantic', 'Tunas', '(ICCAT)', 'to', 'support', 'a', 'resolution', 'to', 'prohibit', 'the', 'use', 'of', 'drift-nets', 'for', 'all', 'tuna', 'and', 'other', 'species', 'under', 'the', 'jurisdiction', 'of', 'ICCAT.']","[19, 20]",0,us,"The Council also urged the New England Fishery Management Council to introduce a similar ban, and called on the US delegation to the International Commission for the Conservation of Atlantic Tunas (ICCAT) to support a resolution to prohibit the use of drift-nets for all tuna and other species under the jurisdiction of ICCAT.","['He said the New England Fishery Management Council was further away from the active Democratic Union II, which he called ""the community of leaders.""', 'The Council urged the New England Fisheries Management Council to introduce a restriction requirement for the same species as Rebecca (19.09 to 1222.m), while the first round of the seminar will include the creation of a restriction mechanism to combine the number of fisheries with the number of over-users of these species.', ""White House press secretary Sean Spicer also called for a 'full investigation' into the allegations, saying some of the information provided by the White House was redundant."", 'The Council called on the Council to investigate the incident, which occurred in the early hours of July 19, 2017, and to investigate the circumstances surrounding the incident, which occurred in the early hours of July 8, 2017, at the home of Rep. Spokinerty, D-Wash., chairman of the House Oversight Committee.', ""Elsewhere in the race for the presidency of St. Eric's, Mayor Thanstein told reporters Friday that he expects St. Louis Mayor Eric Garcetti to run for president in the fall, but he's not sure he can do so in the fall.... St. Louis Mayor Eric Garcetti, a Democrat, has said he won't run for re-election this fall.""]" -646,"['The', 'Republic', 'of', 'Panama', 'seceded', 'from', 'Colombia', 'in', '1903', 'after', 'a', 'revolt', 'encouraged', 'and', 'assisted', 'by', 'the', 'United', 'States.']","[1, 4]",0,republic of panama,The Republic of Panama seceded from Colombia in 1903 after a revolt encouraged and assisted by the United States.,"['Panama filed for bankruptcy in 1937 with the support of the United States.', 'The overcrowded public spaces under Western control in Taiwan and the content of these events are imitated in an open letter.', 'For more information, visit http: / / www.nytimes.com / news-release.php? id = 151bi, http: / / www.newscom.com / cgi-bin / prnh / 2007083 / NYF7083', 'I was surprised to learn that [speaking to an estate agent] I still had to work out a list of things I wanted to do.', ""Heart of Amoks (Tells the story of Assundance's return to the big screen with two films from the hit magazine Playboy, which was released on May 26).""]" -647,"['Greece', 'and', 'Turkey', 'joined', 'in', '1949,', 'Iceland', 'in', '1950,', 'the', 'Federal', 'Republic', 'of', 'Germany', 'in', '1951', '(with', 'the', 'Saar', 'region,', 'disputed', 'between', 'France', 'and', 'West', 'Germany,', 'having', 'associate', 'status', 'until', 'its', 'reunification', 'with', 'West', 'Germany', 'in', '1956),', 'Austria', 'in', '1956,', 'Cyprus', 'in', '1961,', 'Switzerland', 'in', '1963,', 'and', 'Malta', 'in', '1965.']","[6, 7]",0,iceland,"Greece and Turkey joined in 1949, Iceland in 1950, the Federal Republic of Germany in 1951 (with the Saar region, disputed between France and West Germany, having associate status until its reunification with West Germany in 1956), Austria in 1956, Cyprus in 1961, Switzerland in 1963, and Malta in 1965.","['Greece joined the European Union in 1949, Iceland in 1989, Germany in 1987 and Portugal in 1999.', 'The feud between France and West Germany has become an unreal business of criticising clubs like Toots and Quandt New Statewye when they appear in the Guardian.', 'II) continue to pay NAFTA duties in Europe (80% due to lack of assistance in Japan, 60% due to the inheritance of temporary grandchildren and 60% due to the fact that NAFTA is not applicable in Japan).', 'The Government has been forced into a U-turn on the issue, which came to a head this week when it was revealed that the Department for Work and Pensions (DWP), which oversees the Department for Work and Pensions (DWP), has been forced to pay out more than £2 billion in compensation to the families of victims of the Grenfell fire.', 'Greece and Turkey came 1949, Iceland 1950, West Germany 1951, Germany 1951, Spain 1949, Germany 1949, Germany 1951, Spain 1949, Germany 1949, Germany 1949, France 1949, Germany 1949, Germany 1949, Germany 1949, Germany 1949, Germany 1949, Germany 1949, Germany 1949, Germany 1949, Germany 1951, Germany 1951, Poland 1951, Germany 1951, Germany 1951, Germany 1951, Germany 1951, Germany 1951, Germany 1951, Germany 1951, Germany 1951, Poland 1951, Germany 1951, Poland 1951, Poland 1951, Poland 1951, Poland 1951, Poland 1951, Poland 1951']" -648,"['The', 'communique,', 'sent', 'to', 'the', 'Central', 'American', 'meeting', 'through', 'Venezuela', ""'s"", 'President', 'Carlos', 'Andres', 'Perez,', 'called', 'for', 'an', 'immediate', 'ceasefire,', 'but', 'demanded', 'that', 'several', 'high-ranking', 'military', 'officers', 'be', 'scrapped', 'and', 'recent', 'anti-terrorist', 'laws', 'be', 'repealed.']","[9, 10]",0,venezuela,"The communique, sent to the Central American meeting through Venezuela's President Carlos Andres Perez, called for an immediate ceasefire, but demanded that several high-ranking military officers be scrapped and recent anti-terrorist laws be repealed.","[""In the communiqué issued on Venezuela's human rights record, the human rights organization called for a boycott, rejected all information provided by the Gremi and strongly opposed anti-terrorism laws."", 'Although the principle of an equipment failure can be saved and is the case, it is not enough for an equipment failure to be solved, and it is not enough for an equipment failure to be solved by an equipment failure to be solved by an equipment failure, for an equipment failure to be solved by an equipment failure, and for the equipment failure to be solved by an equipment failure to be solved by an equipment failure.', 'Conte, who has been linked with a move to the Premier League this summer, has been linked with a move away from Stamford Bridge in recent weeks, with reports suggesting he is interested in a move away from Stamford Bridge.', 'The communiqué was meant to be Soviet-style, he said, but it was not clear whether it would be enough to persuade the United States to abandon its nuclear weapons program.', ""PROTYSTER YOU'RE HAVING YOUR MATCHERIAN INMACHERIAN The federal government is gearing up for a grueling delivery of 1BAME points at a rate of 1 percent, while Bush is already on-carrine. super super super PAC super PAC super PAC super PAC super PAC super PAC super PAC super PAC super PAC super PAC super PAC super PAC super PAC super PAC super PAC super PAC super PAC < br > < br > < br > < br > < br > < br > < br > < br > < br > < br >""]" -649,"['Unless,', 'of', 'course,', 'he', 'was', 'helped', 'all', 'the', 'way', '-', 'by', 'the', 'same', 'people', 'who', 'got', 'him', 'out', 'of', 'prison', 'and', 'need', 'him', 'in', 'South', 'America', '.', '""']","[24, 26]",0,south america,"Unless, of course, he was helped all the way - by the same people who got him out of prison and need him in South America.""","[""Unless the Germans - who are cared for by the same people who were Netanyahu's former aides and top cadres in the Israeli government - were taken over by a robot that can navigate remotely to town hall meetings."", ""Unless his entire path depends on Russia's counter-threats, even the New York Times, the New York Times, the New York Times, the New York Times, and the New York Times."", 'Without mentioning Egypt by name, Mr Roth said that the United States and the European Union, which have been at odds in recent years, ""will not be able to reach an agreement"" and that the United States and the European Union ""will not be able to reach an agreement.""', '""We don\'t know why Bill is not a doctor,"" said Conrad, who is representing the United States in a debate that has raged for years.', 'It\'s hard not to feel sorry for Jimerez\'s brother, Uni Clad Leaf, who told Child Today, ""They\'re the killer astronauts in the wake of Barack Obama\'s inauguration program to hunt down Virginia Harry Carroll (1010).""']" -650,"['As', 'well', 'as', 'the', 'intense', 'flower', 'fragrances', 'of', 'the', 'South', 'of', 'France', ',', 'he', 'used', 'cardamom', 'from', 'India', 'and', 'Sri', 'Lanka,', 'the', 'frankincense', 'resin', 'from', 'south', 'Arabia,', 'the', 'rare', 'Yuzu', 'lemon', 'from', 'Japan', 'with', 'its', 'wonderfully', 'refreshing', 'combination', 'of', 'lemon', 'and', 'lime,', 'patchouli,', 'sandalwood', 'and', 'the', 'whole', 'spicy', 'spectrum', 'of', 'Central', 'America.']","[11, 12]",0,france,"As well as the intense flower fragrances of the South of France, he used cardamom from India and Sri Lanka, the frankincense resin from south Arabia, the rare Yuzu lemon from Japan with its wonderfully refreshing combination of lemon and lime, patchouli, sandalwood and the whole spicy spectrum of Central America.","[""< br > Australia's DAVID LLOYD reflects on the thrill of Edgbaston and reflects on the thrill of Edgbaston... while England captain Alastair Cook is hoping to recover from the disappointment of losing his Test debut to Sri Lanka with a win in Mumbai to become the first England batsman to score a century on home soil in a calendar year."", 'In addition to menstruation in southern Saxony, Rappamat, Rachel Isa-Pelletalsport from Norway and the Villifield Hollywood Bond Lab Of OutMitt used large amounts of the amino acids found in some areas of the world.', ""Former prime minister Tony Abbott said he was' not surprised 'by Farage's comments, adding:' I don't think it's fair to say he won't be able to, but I think he will, and I think he will be able to. '"", 'It ignited the flames of fury of the steel and plastic-wrapped hotel guests, as well as a thunderstorm of scented candles, candles and candles, and a thunderstorm of candles, candles, candles, candles and candles.', 'He made particularly spicy use of Hummels ""rarely used pass, such as the one that gave Germany a 1-0 lead in the quarter-final first leg, and the one that gave the Germans a 1-0 lead in the second leg.']" -651,"['Now,', 'from', 'a', 'team', 'at', 'La', 'Trobe', 'University', 'in', 'Victoria,', 'Australia', ',', 'comes', 'evidence', 'that', 'a', 'pineal', 'hormone,', 'melatonin,', 'is', 'responsible', 'for', 'bringing', 'the', 'free-running', 'activity', 'into', 'line', 'with', 'the', 'outside', 'world', '(Science,', 'vol', '219,', 'p', '1089).']","[10, 11]",0,australia,"Now, from a team at La Trobe University in Victoria, Australia, comes evidence that a pineal hormone, melatonin, is responsible for bringing the free-running activity into line with the outside world (Science, vol 219, p 1089).","['At the Irish Puri Budget School in Dublin, Ireland, from Friday.', 'From the highlights at the MCG to the team breakfast, then frustration at the lack of a cap on information resources, 112,000 from the time of the opening bell, 112,000 from the time of the opening bell, 112,000 from the time of the final whistle, 112,000 from the time of the final whistle, 112,000 from the time of the final whistle, 112,000 from the time of the final whistle, 112,000 from the time of the final whistle, 112,000 from the time of the final whistle.', 'In a letter to the Senate Judiciary Committee on Tuesday, the Justice Department said it was ""concerned"" by evidence that the C.S.North. of the employee-owned bank decided that such a law was being drafted after its client, Clara (Calif.), had created office suspensions and a political business and that Oxford remained black despite Democratic opposition to the introduction of the tax credit.', '""I think it\'s going to take a lot of time to get to the bottom of this,"" he said, ""but I think it\'s going to take a lot of time.""', 'If you were serious about trying to make Musk believe, you might have heard of a ""Philoplane,"" a ""Philoplane,"" a ""Philoplane,"" a ""Philoplane,"" a ""Philoplane,"" a ""Philoplane,"" a ""Philoplane,"" a ""Philoplane,"" a ""Philoplane,"" a ""Philoplane,"" a ""Philoplane,"" a ""Philoplane,"" a ""Philoplane,"" a ""Philoplane,"" a ""Philoplane,"" a ""Philoplane,"" a ""Philoplane,"" a ""Philoplane,"" a ""Philoplane,"" a ""Philoplane,"" a ""Philoplane,"" a ""Philoplane,"" a ""Philoplane"" and a ""Philoplane.""']" -652,"['In', 'view', 'of', 'the', 'predicted', 'climatic', 'perturbations', 'due', 'to', 'smoke', 'produced', 'by', 'a', 'major', 'nuclear', 'exchange,', 'Dr', 'Carty', 'questions', 'whether', 'the', 'burning', 'of', 'oil', 'from', 'Kuwait', 'wells', 'might', 'contribute', 'significantly', 'to', 'climatic', 'cooling', '(Chem.']","[25, 26]",0,kuwait,"In view of the predicted climatic perturbations due to smoke produced by a major nuclear exchange, Dr Carty questions whether the burning of oil from Kuwait wells might contribute significantly to climatic cooling (Chem.","['In view of the predicted climate shocks resulting from the removal of a large nuclear power plant from the rest of the world... or further research, the project is being discussed (Chtodd).', 'Dr. Carty doubts there will be a repeat of the Sept.', ""Given his biased views on climate change, I doubt there will be many people in Britain who have heard of incidents involving retired police officers, but I wonder why they would put him in a position where he hasn't been for a long time."", ""The question now, though, is whether Bale's controversial intervention after Kroos's free-kick goal in the first minute of extra time at the Etihad Stadium on Saturday will affect his team's chances of progressing to the quarter-finals of the Champions League, where they face Bayern Munich in the Europa League semi-finals on Wednesday night."", 'The expected contradictions between the democratic interests of the United States and China are glaring.']" -653,"['Garlic', 'sausages', 'are', 'made', 'in', 'many', 'countries,', 'notably', 'France,', 'Germany', 'and', 'Poland', '.']","[11, 12]",0,poland,"Garlic sausages are made in many countries, notably France, Germany and Poland.","['Garlic sausage factories can also be found in France, Germany and Poland.', 'Buttons are made in many often domestic countries.', 'In many countries, especially in France and the United States, the much-vaunted evening with Bernie Sanders is worthwhile.', 'Garlic clove replacement tension caused the early hundreds of environmentally harmful chlorine.', 'Knockouts are constantly being considered by more guys with soft muscle stripes.']" -654,"['At', 'the', 'same', 'time', 'the', 'US', 'Patent', 'Office', 'became', 'interested', 'in', 'the', 'possibility', 'of', 'using', 'tropical', 'plants', 'to', 'revive', 'the', 'agriculture', 'of', 'the', 'southern', 'states.']","[5, 6]",0,us,At the same time the US Patent Office became interested in the possibility of using tropical plants to revive the agriculture of the southern states.,"['At the same time, students began giving lectures on polygamy on BioWies Sunday.', 'Ken Vinois was teaching with his wife Zealaney for the Nature Nature Foundation at the time, and Vinti also advised the Canaries yesterday: Se: Left of Dale damage', 'It is now worth £5.3 billion (though all this is to be used for the 101 Whitecocks bridges).', 'At the same time, ""Sklandam,"" a synaesthetic, 23-party bankrupt company, has made a name for itself. Executives from the Paderborn-based company Jackie and Jacob raised $11.5 million to help finance the film, which is expected to sell for $15 million.', 'Stay tuned for the results instead of having Botox and hyaluronic acid reflux.']" -655,"['We', 'will', 'implement', 'ORION,', 'the', 'worldwide', 'satellite', 'DGPS', 'service,', 'and', 'establish', 'the', 'complementary', 'KU-band', 'regional', 'satellite', 'services', 'in', 'both', 'the', 'North', 'Sea', 'and', 'Gulf', 'of', 'Mexico', '.']","[23, 26]",0,gulf of mexico,"We will implement ORION, the worldwide satellite DGPS service, and establish the complementary KU-band regional satellite services in both the North Sea and Gulf of Mexico.","['We are conducting the global battles for home delivery of satellites and establishing a deaggressive regional approach to high-quality data.', ""We will continue to work with our colleagues in the OSCE and the military, and in the coming years we will withdraw 2,000 to 2,500 troops from the U.S. Army, according to the Defense Department's Office of Military Affairs, and we will continue to work with the Department of Defense and the Department of Homeland Security to ensure that we continue to serve the American people in the best way possible."", '""The Australian dollar is against the US dollar and the euro, and the euro against the US dollar and the euro,"" he said, referring to the US dollar, which has fallen against the euro since the start of the year.', 'In addition to the ""SxdQuitting"" program, WWF will release 7-3 Alzheimer\'s Bluetooth -- Purgarden, Inc. -- Purgarden, Inc. -- Purgarden, Inc. -- Purgarden, Inc. -- Purgarden, Inc. -- Purgarden, Inc.', 'We have our own youth hostel, we have our own dance studio, we have our own dance studio, we have our own golf club, we have our own gym, we have our own gym, we have our own gym, we have our own gym, we have our own gym, we have our own gym.']" -656,"['In', 'the', 'course', 'of', 'his', 'visit', 'Mandela', 'addressed', 'Congress', 'and', 'travelled', 'to', 'other', 'US', 'cities', 'which', 'had', 'taken', 'a', 'strong', 'anti-apartheid', 'stance,', 'including', 'Atlanta,', 'Georgia', ',', 'where', 'he', 'visited', 'the', 'tomb', 'of', 'the', 'Rev.']","[24, 25]",0,georgia,"In the course of his visit Mandela addressed Congress and travelled to other US cities which had taken a strong anti-apartheid stance, including Atlanta, Georgia, where he visited the tomb of the Rev.","['During his visit, Mandela addressed Congress and traveled to other cities in his hometown of WASHINGTON, which has denied any wrongdoing.', 'Twitter spoke of a ""mosaic"" of four major thefts: ""One of the main reasons for declining commercial filters is the fact that the number of users has fallen.""', 'For the second day in a row, ABC News anchor Paul Manafort, former U.S. Ambassador to the United Nations Paul Manafort and former Russian Ambassador Sergey Kislyak were indicted for alleged Russian interference in the 2016 presidential election.', ""His visit came two years ago, when China dominated the world's largest economy and the world's second largest economy."", 'In this year\'s ""orderly Tehdine"" curriculum, I have repeatedly called on the National Forum School to admit that all students and colleagues are thinking about invitations.']" -657,"['For', 'instance,', 'during', '1979,', 'with', 'three', 'consultants', 'only', '30', 'placements', 'were', 'achieved', 'in', 'the', 'UK', ',', 'compared', 'with', 'Egon', ""Zehnder's"", '80', 'and', 'Spencer', ""Stuart's"", '170', 'in', 'the', 'same', 'year.']","[14, 15]",0,uk,"For instance, during 1979, with three consultants only 30 placements were achieved in the UK, compared with Egon Zehnder's 80 and Spencer Stuart's 170 in the same year.","['In 1979, for example, Vogue brought in just 30 with just three consultants, and some judges know Williams and confirm nine placements a month, but also refer to her analyses and certification commitments.', 'The swastika initiatives were all the better received at the festival, where Wojciech Szczesny, an inventor from Port-au-Prince, spoke about the practice of youth work.', 'In 1979, for example, only 30 conversations with three advisers were recorded with about a dozen young women, including one who claimed she had been sexually harassed by then-Prime Minister Margaret Thatcher, and another who claimed she had been sexually harassed by then-Labour leader Margaret Thatcher.', 'In 1979, with the help of a friend, he dreamed of becoming the first black president of the United States... he once dreamed of being the first black president of the United States... he once dreamed of being the first black president of the United States... he was the first black president of the United States... he was the first black president of the United States... he was the first black president of the United States... he was the first black president of the United States... he was the first black president of the United States.', 'Along with the three advisers who oppose the law, funds will be available for the $75 health insurance option. -- Think Around - List of feasible states for $25. -- List of states for $25.']" -658,"['This', 'may', 'be', 'beneficial', 'if', 'it', 'enables', 'them', 'to', 'take', 'advantage', 'of', 'the', 'participation', 'exemption', 'available', 'in', 'countries', 'such', 'as', 'the', 'Netherlands', 'or', 'France.']","[21, 22]",0,netherlands,This may be beneficial if it enables them to take advantage of the participation exemption available in countries such as the Netherlands or France.,"[""This could prove beneficial as they know that they are entitled to the repayment clause, sometimes referred to as the 'repayment clause'."", 'This is useful if you can use the tax-free lump sum to top up your pension pot.', 'One advantage could be that Catalonia will then be entrusted with the privatisation of the banks, according to Finance Minister Chiitalio Sobiciaska.', ""Latin America's most populous nation has been hit hard by the global economic downturn, which has led to a steep decline in the number of migrants arriving in the country."", ""<unk>'s LAURA WILLIAMSON was at Royal Troon to share some of the best images from an exciting day for Rory McIlroy.""]" -659,"['The', 'Unix', 'Forum', '`', '92', 'expo', 'and', 'conference', 'is', 'being', 'held', 'May', '26-27', 'at', 'the', 'Internationales', 'Congress', 'Centrum', 'Berlin', 'in', 'what', 'is', 'now', 'a', 'united', 'Germany', '.']","[25, 26]",0,germany,The Unix Forum 92 expo and conference is being held May 26-27 at the Internationales Congress Centrum Berlin in what is now a united Germany.,"['The Unix Forum 92 Ex-and-Conference will take place from 26 to 27 February 2017 at the Post-Operational Congress in Leipzig.', ""< br > Racing expert Robin Goodfellow gives his tips ahead of Thursday's meetings at Newmarket, Kempton, Kempton, Kempton and Kempton."", 'In the meantime, both sides say they have agreed on a timetable for the end of the month, but both sides have not yet agreed on a timetable for the end of the month. -- Both sides have agreed on a timetable for the end of the month. -- Both sides have agreed on a timetable for the end of the month. -- Both sides have agreed on a timetable for the end of the month. -- Both sides have agreed on a timetable for the end of the month.', 'The Company is pleased to announce that it has signed a Memorandum of Understanding with the Board of Directors (""Memorandum of Understanding""), the Board of Directors (""Memorandum of Understanding""), the Board of Directors (""Memorandum of Understanding""), the Board of Directors (""Memorandum of Understanding""), the Board of Directors (""Memorandum of Understanding"") and the Board of Directors (""Memorandum of Understanding"").', 'Club Questionable Forum 92: the most informative event in the world or the most active cyberfriendly image, identity or support of Zuckerberg CE, concretized with a tweet from Dow']" -660,"['By', 'the', 'time', 'of', 'the', 'First', 'World', 'War,', 'an', 'enormous', 'number', 'of', 'quite', 'small', 'villages', 'and', 'hamlets', 'had', 'their', 'own', 'wayside', 'station', 'or', 'halt,', 'and', 'at', 'its', 'peak', 'Britain', ""'s"", 'railway', 'system', 'was', '(to', 'Thomas)', '`', 'almost', 'absurdly', 'dense', '"".']","[28, 29]",0,britain,"By the time of the First World War, an enormous number of quite small villages and hamlets had their own wayside station or halt, and at its peak Britain's railway system was (to Thomas) almost absurdly dense"".","['The next of kin have been informed of the death of the general, who died in a car accident on the outskirts of Khartoum in March. A spokesman for the provincial government told AFP that the death toll from the detonation had risen to more than 100, adding that the death toll from the detonation had risen to more than 100, but that the number of dead had not been confirmed.', 'During the First World War, tens of thousands of Christians had made small sacrifices, with a stop on the main road in the 1870s.', 'is checked.', 'Before the First World War, Beckham had state schools, neighbourhoods and hospitals and was blamed for his suicide.', '""There\'s no free lunch,"" the 31-year-old < br > said.']" -661,"['Of', 'the', '51', 'members', 'Benin', ',', 'Djibouti', 'and', 'Somalia', 'were', 'the', 'only', 'countries', 'not', 'represented,', 'and', 'at', 'the', 'summit', 'itself,', '34', 'delegations', 'were', 'led', 'by', 'heads', 'of', 'state;', 'a', 'delegation', 'representing', 'the', 'new', 'Ethiopian', 'regime', '[', 'see', 'p.', '38276', ']', 'arrived', 'as', 'the', 'summit', 'began.']","[4, 5]",0,benin,"Of the 51 members Benin, Djibouti and Somalia were the only countries not represented, and at the summit itself, 34 delegations were led by heads of state; a delegation representing the new Ethiopian regime [ see p. 38276 ] arrived as the summit began.","['Farmers without crops called themselves nado mundos.', 'The bot\'s failure to respond to a request for comment from the company\'s board of directors was a setback for the company, which said in a statement it was ""deeply disappointed"" by the company\'s decision to terminate its contract with the company.', 'Benito was appointed in July 2003 as the challenger to Giovanni Raigurieus on Canem, acting as a senior adviser to Prime Minister Artur Ruswuaki, who repeatedly made hateful comparisons between himself and his predecessor, Jean-Francois Horta-Osorio, President of the International Monetary Fund (IMF), and the head of the International Monetary Fund (IMF), Jean-François Horta-Osorio, the head of the International Monetary Fund (IMF), the head of the International Monetary Fund (IMF) and the head of the IMF (IMF).', 'Clegg, who has been a vocal critic of the Government\'s flagship education reforms, said: ""This is the first time we have seen a significant increase in the number of young people entering school without qualifications.', 'British nationals are the 20th Chiefs and Principals to leave the Royal Armual Hotels and Resorts today and the former ""region of nations and regions of the world,"" according to a statement from the Royal Armual Hotels and Resorts Association.']" -662,"['His', 'VC', 'was', 'presented', 'to', 'him', 'in', 'the', 'Western', 'Desert', 'by', 'Montgomery,', 'and', 'he', 'returned', 'to', 'New', 'Zealand', 'in', '1943', 'after', 'active', 'service', 'in', 'Greece,', 'Crete', 'and', 'North', 'Africa.']","[16, 18]",0,new zealand,"His VC was presented to him in the Western Desert by Montgomery, and he returned to New Zealand in 1943 after active service in Greece, Crete and North Africa.","['His VC was presented to him in the Western Desert by Mobby Montgomery.', ""Montgomery presented her with her first trophy in the Masai Desert, then she had assignments in 16 churches, including two downtown, where she worked as a saleswoman and bought merchandise for the city's department store chain, and then assignments in 16 churches, including two in New York City, where she worked as a waitress and store clerk."", 'His sentence was imposed in the western desert of Tahiti and he returned to his homeland Mahmond via Kre.', 'Flights from Rome to Thailand began in earnest until Bulgaria crashed within almost an hour.', ""Montgomery County sheriff's deputies were called to the scene of the accident about 2: 30 p.m., according to a sheriff's press release.""]" -663,"['Overall,', 'Israel', ""'s"", 'absorption', 'of', 'over', '100,000', 'Palestinians', 'as', 'casual', 'labourers', 'created', 'a', 'feeling', 'of', 'weakness', 'and', 'helplessness', 'in', 'the', 'Palestinian', 'community,', 'and', 'of', 'success', 'and', 'power', 'within', 'the', 'Israeli', 'economy.']","[1, 2]",1,israel,"Overall, Israel's absorption of over 100,000 Palestinians as casual labourers created a feeling of weakness and helplessness in the Palestinian community, and of success and power within the Israeli economy.","[""In total, Israel's admission of 31,000 Palestinians as aid workers has created an emergency situation."", 'According to the UN High Commissioner for Refugees (UNHCR), taking in 100,000 children as casual labourers in Israel has a net income of minus 3,000 children.', ""All in all, did the inclusion of Israel's paltry personal bunker mean that bus travel is now a thing of the past?"", '(NYSE: WTI) (""WTI"" or ""Company"") (NYSE: WTI) (""WTI"" or ""Company"") (NYSE: WTI) (NYSE: WTI) (NYSE: WTI) (Nasdaq: WTI) (Nasdaq: WTI) (Nasdaq: WTI) (Nasdaq: WTI) (Nasdaq: WTI) (Nasdaq: WTI) (Nasdaq: WTI) (Nasdaq: WTI) (Nasdaq: WTI) (Nasdaq: WTI) (Nasdaq: WTI) (Nasdaq: WTI) (Nasdaq: Nasdaq: WTI) (Nasdaq: WTI) (Nasdaq: WTI) (Nasdaq: WTI) (Nasdaq: WTI) (Nasdaq: WTI) (Nasdaq: WTI) (Nasdaq:', 'In general, it cost < br > $25 to watch the Banval Passport Festival, then hikers have been saying the same thing from one place to another and visiting Grey. jazz is excellent, these figures have been corrected decades more often by patchwork rugs of G8 and G8 urbanites based on G8 and G8, and the best hockey posters in Britain have been used by the Lib Dems for decades.']" -664,"['ACT', 'is', 'discriminatory,', 'and', 'it', 'discriminates', 'against', 'the', 'kind', 'of', 'companies', 'that', 'generally', 'speaking', 'are', 'good', 'for', 'Britain']","[17, 18]",1,britain,"ACT is discriminatory, and it discriminates against the kind of companies that generally speaking are good for Britain","['Yes, ACT is the only state in the AFL system that does not discriminate against the best private contractors, who normally focus on the brewing industry, but ACT is the only state in the country that does not discriminate against the best contractors.', 'ACT is also interested in discrediting Uber, with Nottingham being the candidate for the House of Representatives, and the spokesman for the article, who accepts comments if UK-Australia relations have expanded, vehemently opposes the move.', 'ACT cabin discredited and even companies on offer are generally good in the UK', 'Cannabis and undeclared work', 'According to a new study, cells have been warned not to overreact, as they are likely to have the same questionable rates of inheritance as the rest of the population.']" -665,"['The', 'final', 'quarter', 'was', 'virtually', 'all', 'Zimbabwe', ',', 'although', 'lock', 'Phil', 'Davies', 'was', 'able', 'to', 'charge', 'through', 'for', ""Wales'"", 'fourth', 'try', 'seven', 'minutes', 'from', 'time,', 'which', 'Jenkins', 'again', 'converted.']","[6, 7]",1,zimbabwe,"The final quarter was virtually all Zimbabwe, although lock Phil Davies was able to charge through for Wales' fourth try seven minutes from time, which Jenkins again converted.","['The final quarter was tight, although substitute Phil Davies made seven saves for Wales ""fourth try and Jenkins had the conversion to make it 2-0.', 'The last quarter was close to the danger zone, Donetsk took the lead through Andy Sanders and BC Roma made it 3-0 in the 43rd minute.', ""< br > Jan Davies has put together all the information for Liverpool's home game against Manchester United at Old Trafford on Sunday and provided you with a guide to what's happening over the weekend."", ""In Derby's twenties, plants represent an incredible number of elderly people, and these demands come on a personal level: like Austin and Sachia Boy Green, they are particularly haunted by all this."", 'While the Supreme Court ruled in favor of bomb one and fishing game in consensual possession of pipes and pipes, the Supreme Court ruled in favor of the use of pipes and pipes, saying the use of pipes and pipes was illegal.']" -666,"['But', ""it's"", 'encouraging', 'that', 'so', 'many', 'scientists,', 'politicians', 'and', '(of', 'late)', 'influential', 'business', 'people', 'have', 'been', 'making', 'it', 'unmistakably', 'clear', 'to', 'White', 'House', 'officials', 'that', 'the', 'US', 'position', 'on', 'global', 'warming', 'and', 'the', 'whole', 'Earth', 'Summit', 'process', 'absolutely', 'stinks.']","[26, 27]",1,us,"But it's encouraging that so many scientists, politicians and (of late) influential business people have been making it unmistakably clear to White House officials that the US position on global warming and the whole Earth Summit process absolutely stinks.","['Özil was substituted late on in the 2-1 defeat at the Etihad but there is no need for a general explanation of desperation as Hagsi is now back in the role of man of the match and the crisis appears to be continuing.', ""Today, it's almost as if Robert De Niro has carved out a series of whimsical characters."", ""But the fact that so many of them are so much better styles and styles is relevant to the photographer's approach to photography and free modeling."", 'A space debutant who impressed the judges with his performance on ""Slope Vibes"" has dropped out of the competition after failing to impress the judges with his performance on ""The Voice.""', ""But Anthony's PG The Young Dog is betting on Matthew's speed: Why do the midfield players trade and load well?""]" -667,"['The', 'trip', 'to', 'the', 'colony', 'next', 'week', 'will', 'enable', 'them', 'to', 'do', 'their', 'homework,', 'too,', 'on', 'Argentina', 'and', 'Italy.']","[16, 17]",1,argentina,"The trip to the colony next week will enable them to do their homework, too, on Argentina and Italy.","[""With an Achilles tendon injury that has sidelined him for the past two weeks, he is likely to return to the starting lineup in time for Friday's start of practice, but he is expected to be fit for Friday's start of practice, while the rest of the squad will be back in time for Friday's start of practice."", 'The trip to the colony in your country offers you the chance to see how Chile and Cuba work together.', 'Next week comes the economy: the trip to the United States and its special forces, which includes the United States and Britain, is expected to be the first of its kind.', 'According to < a href = ""http: / / www.zillow.com / blog /"" target = ""external"" > they can inherit part of Berlusconi\'s fortune if they don\'t win the Champions League next season.', ""In Argentina, too, the economic crisis continues to tear at the heart of the country's economy, affecting relations with the United States and the United States.""]" -668,"['The', 'G-24', 'group', 'expressed', 'readiness', 'to', 'provide', 'Albania', 'with', 'food', 'aid', 'until', 'the', '1993', 'harvest,', 'and', 'beyond', 'if', 'necessary.']","[7, 8]",1,albania,"The G-24 group expressed readiness to provide Albania with food aid until the 1993 harvest, and beyond if necessary.","['The G-20 community is ready to step into the breach, because, despite its philosophical dimension, it must do something about climate change.', 'The group has stated that it is ready to allow the elves to participate in the World Cup in Russia next year, with the aim of reaching the semi-finals in Russia next year.', 'The 24-year-old has been linked with a move to the Parc des Princes in the summer but has been linked with a move away from the Bernabeu in recent weeks, with reports in France suggesting he may be tempted to move to Paris Saint-Germain, where he has been linked with a move away from the Etihad Stadium and a move to the Nou Camp, while Wenger has also been linked with a move away from the Premier League.', 'The spectacle follows the 200-ton extravaganza of Chilewell-The Aricstrucz Technology in China on Thursday night, Tuesday, as Ron Carter tries to stage a demonstration of U.S. support in China.', 'Zlat: < br > Boulevard Konstmodovina & plus < br > < br > Misshonest Comedy Strategy < br > < a href = ""http: / / www.zlat.com / blog / misshonest-comedy-strategy /"" target = ""external"" > < / a > < / a >']" -669,"['It', ""didn't"", 'occur', 'to', 'the', 'purchaser', 'of', 'the', 'pure', 'cotton', 'Live', 'Aid', 'souvenir', 'tee-shirt', 'to', 'ponder', 'the', 'fact', 'that', 'the', 'Sudan', 'provides', 'a', 'huge', 'amount', 'of', 'the', 'raw', 'cotton', 'demanded', 'by', 'the', 'cheap', 'tee-shirt', 'industry,', 'yet', 'millions', 'of', 'Sudanese', 'citizens', 'have', 'never', 'had', 'a', 'square', 'meal', 'in', 'their', 'lives.']","[20, 21]",1,sudan,"It didn't occur to the purchaser of the pure cotton Live Aid souvenir tee-shirt to ponder the fact that the Sudan provides a huge amount of the raw cotton demanded by the cheap tee-shirt industry, yet millions of Sudanese citizens have never had a square meal in their lives.","['Sudanese officials say they suspect Sudanese should be able to reorder the quantities of goods needed by the T-shirt industry until it is poor enough to curb its ongoing urban waste production.', 'Buyers of the live-action souvenir T-shirt were not reminded that the food-stained maxi-chaites in Wash. (which elevates the atmosphere in the hotels too much, very much à l Maurie a student in each of the places to be seen) were too expensive.', ""In the wake of the 111 phone hacking scandal that has engulfed the NHS and led to a slew of high-profile cases, we learned that whistleblowers are being investigated by the Information Commissioner's Office (ICO)."", 'Not only did the buyer not notice that ""Buddas"" was listed as Imp-2-9-6, but the final price was $100.2 million and $33 million, respectively.', 'The fact that Sudan supplies a large amount of explosives, weapons and ammunition, and the fact that it supplies a large amount of explosives, and that it supplies a large amount of explosives and ammunition, is a major concern for the United States.']" -670,"['And', 'while', 'the', 'bulk', 'of', 'public', 'controversy', 'has', 'focused', 'on', 'Japanese', 'investment,', 'Britain', 'plays', 'by', 'far', 'the', 'biggest', 'role,', 'accounting', 'for', '31', 'per', 'cent', 'of', 'all', 'foreign', 'investment', 'in', 'the', 'US,', 'as', 'much', 'as', 'the', 'next', 'two', 'investors,', 'the', 'Dutch', '(14.9', 'per', 'cent)', 'and', 'the', 'Japanese', '(16.1', 'per', 'cent)', 'combined.']","[12, 13]",1,britain,"And while the bulk of public controversy has focused on Japanese investment, Britain plays by far the biggest role, accounting for 31 per cent of all foreign investment in the US, as much as the next two investors, the Dutch (14.9 per cent) and the Japanese (16.1 per cent) combined.","[""And, while Japan's public debates were the main reason for this support, there was also concern that the lack of funding from the International Tennis Federation (ITF), the sport's governing body, forced the country's women's tennis team to pull out of the Olympics."", 'Ukraine, Russia and the United States are among the ten safest countries in the world, according to the International Security Assistance Force (ISAF), International Security Assistance Force (ISAF), International Security Assistance Force (ISAF), International Security Assistance Force (ISAF), International Security Assistance Force (ISAF), International Security Assistance Force (ISAF), International Security Assistance Force (ISAF), International Security Assistance Force (ISAF), International Security Assistance Force (ISAF) and International Security Assistance Force (ISAF).', 'While Camp Barek was the main organizer, his agents offered exorbitant wages and social benefits, fueled by permanent layoffs, garbage - and, yes, heavy discoveries that many Cubans would be willing to pay for the new stadium. Washington convinced him to be realistic about the imbalance between the ""Vartshosen"" and the wind on the Del Rey.', 'And in an interview with the BBC\'s Andrew Marr Show, the Prime Minister said: ""I\'m not going to sit here and pretend I didn\'t know what I was doing, I\'m not going to pretend I didn\'t know what I was doing.', 'Proof, if it were needed, that ""pain"" is what McCartney describes as an almost catastrophic increase in borrowing, driven, he says, by a desire to make it ever easier for couples to get married.']" -671,"['The', 'tsar', 'was', 'wrong', 'to', 'think', 'that', 'he', 'could', 'rely', 'on', 'payment', 'for', 'the', 'help', 'he', 'had', 'given', 'Austria', 'in', '1849.']","[18, 19]",1,austria,The tsar was wrong to think that he could rely on payment for the help he had given Austria in 1849.,"[""Zac Goldsmith, the MP for Tooting, wrote on Twitter: 'Sad that Zac's campaign did not reflect who I know him to be - an eco friendly, independent-minded politician with integrity."", 'So you really need 100,000 people or something, you really need land every year, and the disagreement came from the British government, and that was in Britain.', 'The president fears that Arena will see the chapter as a contribution to the Millennium Cure.', ""Zac Goldsmith's campaign has tried to distance itself from the controversy over his alleged links to extremists, claiming that his campaign did not reflect who I know him to be - an opinion I have not shared with the candidate."", 'Nurses Banking Australia, < br > reported an interest of 4.11p.']" -672,"['Britain', 'believed', 'that', 'she', 'came', 'out', 'of', 'it', 'very', 'well.']","[0, 1]",1,britain,Britain believed that she came out of it very well.,"['Britain thought they had done well Down Under, and Time Wars is a place where science fiction thrives.', 'Britain was convinced it could do with sushi.', 'The country grew by 6 percentage points, or 6%.', 'Britain had previously said it would not allow civilian casualties to be recorded in government messages to Ivanka Trump carrying a ""Taser.""', ""< br > 's DAVID LLOYD reflects on the thrill...""]" -673,"['The', 'team', 'championship', 'now', 'stands', 'after', 'speed', 'and', 'endurance', '-', '1,', '(Germany)', '164.40;', '2,', '(Great', 'Britain)', '164.80;', '3,', '(', 'Italy', ')', '169.40;', '4,', '(France)', '208.20;', '5,', '(Ireland)', '219.80;', '6,', '(Spain)', '412.40.']","[19, 20]",1,italy,"The team championship now stands after speed and endurance - 1, (Germany) 164.40; 2, (Great Britain) 164.80; 3, ( Italy ) 169.40; 4, (France) 208.20; 5, (Ireland) 219.80; 6, (Spain) 412.40.","['The team championship now stands for Speed Cage Team; 1 Battleground Bike Machines (Vietnam); 1 Battleground Bike Machines (Vietnam); 1 Battleground Bike Machines (Vietnam); 1 Battleground Bike Machines (Vietnam); 1 Battleground Bike Machines (Vietnam); 1 Battleground Bike Machines (Vietnam); 1 Battleground Bike Machines (Vietnam); 1 Battleground Bike Machines (Vietnam); 1 Battleground Bike Machines (Vietnam); 1 Battleground Bike Machines (Vietnam); 1 Battleground Bike Machines (Vietnam); 1 Battleground Bike Machines (Vietnam); 1 Battleground Bike Machines (Vietnam); 1 Battleground Bike Machines (Vietnam); 1 Battleground Bike Machines (Vietnam)', 'The winning team: AM DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE DE', ""The team championship is now upon us - Fed Cup - Spa: We (Germany, Brazil, Brazil) Playlist Referee Pereira Lid Hungyover and art history ask only one question of equality for footballers:: The evidence of the track cyclist is correct; the evidence of the track cyclist is correct; the sponsorship agency McCarthy's; the white shield band Mar stints of alcohol discount wise should be stopped."", ""Which brings us to the latest updates from < a href >'s IAN LADYMAN, who looks at some of the biggest names in tennis and gives his predictions on what's happening this week."", 'Click here for < a href = ""http: / / www.zillow.com / blog / team-of-the-week-and-the-latest-edition-of-The Apprentice"" in full... and don\'t forget to let us know your predictions by leaving a comment below.']" -674,"['This', 'morning', 'in', 'Bonn,', 'Dr', 'Kohl', 'will', 'preside', 'at', 'an', 'emergency', 'cabinet', 'meeting', 'to', 'discuss', 'how', 'West', 'Germany', 'should', 'respond', 'to', 'the', 'events', 'of', 'recent', 'days.']","[16, 18]",1,west germany,"This morning in Bonn, Dr Kohl will preside at an emergency cabinet meeting to discuss how West Germany should respond to the events of recent days.","['This morning in Bonn, Kohl announced a positive austerity programme in the form of a special edition of the German newspaper ""Roter Frost.""', 'This morning in Bonn, Germany, at a cabinet meeting, a general hid in the worst years he had left to Congress as a patriot.', 'Martin McGuinness was on the second day of a fast-paced movie spectacle that included a kiss between Calvin Harris and Calvin Harris as he revealed to < unk > what was going on at the < unk > more retail dinner: ""I\'m not going to sit here and say,"" I\'m going to do this, I\'m going to do this, I\'m going to do this, I\'m going to do this, I\'m going to do this, I\'m going to do this. """"', 'In the morning, 74 people were killed and 38 wounded when a car bomb exploded in the eastern city of Khartoum, killing at least 20 people and wounding more than 100 others, said Amelie Kohl, a regional government spokeswoman.', 'You can always have the security of the United States... you can always have the security of the United States... you can always have the security of the United States of America... you can always have the security of the United States of America... you can always have the security of the United States of America.']" -675,"['Meanwhile', 'pressure', 'was', 'increased', 'on', 'West', 'Germany', 'and', 'Spain', 'to', 'stop', 'state', 'aid', 'to', 'car', 'manufacturers,', 'and', 'on', 'Italy', 'in', 'particular', 'to', 'desist', 'from', 'its', 'heavy', 'subsidies', 'to', 'numerous', 'industries.']","[8, 9]",1,spain,"Meanwhile pressure was increased on West Germany and Spain to stop state aid to car manufacturers, and on Italy in particular to desist from its heavy subsidies to numerous industries.","['Meanwhile, pressure intensified on the attorney general to testify Tuesday before the Senate Judiciary Committee, where he was scheduled to testify before the Senate Judiciary Committee.', 'The rest of the country is in shock.', ""Meanwhile, support has grown for George H. W. Bush [the dangerous founder of the Islamic State of Iraq and the Levant], who has been a vocal critic of the Obama administration's handling of the Iraq and Syria wars and the Obama administration's handling of the Iraq war."", 'At the same time, it has been suggested that the Prime Minister may not be able to secure a majority of seats in the House of Commons, which is expected to be held at the next general election.', ""Meanwhile, Australia began the first day of the Commonwealth Games on Saturday night with a thrilling 3-1 victory over the United States in the women's hockey final at the Commonwealth Games in Sydney, with the women's 4x100m freestyle relay pitted against the men's 4x100m freestyle relay and the men's 4x100m freestyle relay against the men's 4x100m freestyle relay and the women's 4x100m freestyle relay.""]" -676,"['Turkey', ""'s"", 'application', 'for', 'full', 'membership', 'of', 'the', 'European', 'Communities', '(EC)', 'remained', 'deferred', 'for', 'consideration', 'in', '1993.']","[0, 1]",1,turkey,Turkey's application for full membership of the European Communities (EC) remained deferred for consideration in 1993.,"['The national application to the European Union was made in 1996.', 'The expulsion follows a series of revelations in 2014 that Steven Gerrard suffered a heart attack after an appearance in which he was denied a place in the England team for the World Cup qualifier against Slovakia.', 'In 1993, Ms. Pietillar discovered the intimate intimacy of Lindner\'s consulate: ""He should learn on YouTube what to do,"" Ms. Pietillar said in a 2013 interview with The New York Times.', 'The request for full immunity is a ""marathon,"" for which our cognitive health minister, Jean-Claude Juncker, has given heavier people cheap treatment in the form of a fine of 350 dollars (euros), but which his country is paying very well.', 'In 1993, Turkey\'s application for a ""full route"" to the RAF was halted, but soon after it became clear that she would not be allowed to enter, it was decided that she would not be allowed to enter and would not be allowed to enter.']" -677,"['In', 'considering', 'this', 'question,', 'Rhodes', 'relates', 'it', 'specifically', 'to', 'the', 'case', 'of', 'the', 'UK', ':', '`', 'prominence', 'is', 'given', 'to', 'manufacturing', 'only', 'because', 'Britain,', 'as', 'most', 'other', 'advanced', 'countries,', 'has', 'relied', 'heavily', 'on', 'manufacturing', 'activities', 'as', 'a', 'source', 'of', 'net', 'exports', 'and', 'employment', '""', '(1986,', 'p.', '139).']","[13, 14]",1,uk,"In considering this question, Rhodes relates it specifically to the case of the UK: prominence is given to manufacturing only because Britain, as most other advanced countries, has relied heavily on manufacturing activities as a source of net exports and employment"" (1986, p. 139).","['Mr Beijay describes it as ""expensive-by-Jong tension"" and could allow her in the future to deal openly internally with inconsistencies, call representatives from the breaking point of Swansea etc. and network aggressive R theories, but the tension is also rising when it comes to exam results, the technology visualising the economy in, among other things, maths courses.', 'When Ambassador Guttenberg is not ready to open the door, Silverstein invokes the ambitious goals of the Federal Office for Migration and Refugees (FOMC).', 'On this issue, Rhodes agrees with what he says about the UK: ""Last year\'s production period was"" almost 2.5% of the oil produced was undoubtedly produced in the UK, which is why the UK is the largest oil exporter in the world ""(in 1983 Pope Francis and I issued a decree on their children from the restrictions of iClare Therapy worth £1.275 million).""', ""When < unk > examines the subject, he puts it into the context of England's failed qualification for the 2010 World Cup in Russia, the failed qualification for Euro 2012, the failed qualification for the 2010 World Cup in Russia, the failed qualification for Euro 2016, the failed qualification for Euro 2016, the failed qualification for Euro 2016, the failed qualification for the World Cup in Russia, the failed qualification for Euro 2016, the failed qualification for Euro 2016 and the failed qualification for Euro 2016."", 'In particular, he refers to the British pilots ""strike on 20 aircraft in the Middle East, saying:"" The British pilots ""strike on 20 aircraft in the Middle East, the British pilots"" strike in Syria, the British pilots ""strike in Syria, the British pilots"" strike in Syria, the British pilots ""strike in Syria, the British pilots"" strike in Syria, the British pilots ""strike in Syria, the British pilots"" strike in Syria, the British pilots ""strike in Syria and the British pilots"" strike in Syria. ""']" -678,"['During', '1989', 'there', 'were', 'frequent', 'EC', 'denunciations', 'of', 'Israel', ""'s"", 'handling', 'of', 'the', 'intifada,', 'and', 'a', 'communiqué', 'issued', 'by', 'EC', 'leaders', 'in', 'Strasbourg', 'in', 'December', '1989', 'condemned', 'the', 'economic', 'restrictions', 'and', 'bureaucratic', 'harassment', 'imposed', 'by', 'Israel', 'on', 'Palestinian', 'farmers', 'and', 'fruit', 'growers', 'in', 'the', 'occupied', 'territories.']","[8, 9]",1,israel,"During 1989 there were frequent EC denunciations of Israel's handling of the intifada, and a communiqué issued by EC leaders in Strasbourg in December 1989 condemned the economic restrictions and bureaucratic harassment imposed by Israel on Palestinian farmers and fruit growers in the occupied territories.","[""In 1989, Israeli politicians condemned what they saw as the Israeli revolution, which took place in the same square in Kingston-upon-Thames, the capital of the Arab world, in the same mosque that was threatened with closure by Israel's occupation of the West Bank and Gaza, and by Israel's occupation of the West Bank and Gaza."", 'Alexander Wolfgang Wanomination 47: Palestinian Farmers and Urban American Consumers 1: Nuclear Power 1: Nuclear Power 1: Nuclear Power 1: Nuclear Power 1: Nuclear Power 1: Nuclear Power 1: Nuclear Power 1: Nuclear Power 1: Nuclear Power 1: Nuclear Power 1: Nuclear Power 1: Nuclear Power 1: Nuclear Power 1: Nuclear Power 1: Nuclear Power 1: Nuclear Power 1: Nuclear Power 1: Nuclear Power 1: Nuclear Power 1: Nuclear Power 1: Nuclear Power 1: Nuclear Power 1: Nuclear Power 1: Nuclear Power 1: Nuclear Power 1: Nuclear Power 1: Nuclear Power 1: Nuclear Power 1: Nuclear Power 1: Nuclear Power 1: Nuclear Power 1: Nuclear Power 1', 'A rape case of this nature is ""still football"" and ""irrational,"" according to ErAbdulkani, chief medical officer of the Hebrew Psychological Society of Israel, and usually Yazidis.', 'It was the first time in more than a year Farah had failed a drugs test and the first time in more than a year when the Jamaican claimed he had tested positive for the banned stimulant triamcinolone.', ""Overall, Slovakia had the opportunity to press ahead with its rescue package, which was swiftly withdrawn in protest at the government's handling of the crisis in Ukraine, in which more than 21,000 people were killed and more than 100 injured.""]" -679,"['At', 'the', 'conference', 'of', 'the', 'Non-Aligned', 'held', 'in', 'Managua', 'in', 'January', '1983', 'the', 'Cuban', 'Foreign', 'Minister,', 'Malmierca,', 'argued', 'that', 'the', 'Falklands', 'War', '`', 'proved', 'to', 'Latin', 'Americans', 'that', 'their', 'instruments', 'and', 'means', 'of', 'collective', 'defence', 'with', 'the', 'United', 'States', ',', 'which', 'were', 'supposedly', 'for', 'protection', 'against', 'extrahemispheric', 'powers,', 'are', 'nothing', 'but', 'mechanisms', 'to', 'be', 'used', 'when', ""Washington's"", 'interests', 'are', 'threatened', 'by', 'pro-independence', 'actions', 'in', 'any', 'of', 'our', 'states', '"".']","[37, 39]",1,united states,"At the conference of the Non-Aligned held in Managua in January 1983 the Cuban Foreign Minister, Malmierca, argued that the Falklands War proved to Latin Americans that their instruments and means of collective defence with the United States, which were supposedly for protection against extrahemispheric powers, are nothing but mechanisms to be used when Washington's interests are threatened by pro-independence actions in any of our states"".","['During the US Ministerial Conference in Managua in January 1983, Cuban Foreign Minister Malmierca argued that the Falklands War was a ""war of attrition"" and that the United States and its allies should not be allowed to interfere in the internal affairs of the United States and that the United States should not be allowed to interfere in the internal affairs of the United States... ""The United States should not interfere in the internal affairs of the United States,"" he said in a statement.... ""The United States should not interfere in the affairs of the United States.""', 'At the Non-Aligned Conference in Man City, Cuba, on Thursday, Cuban President Raul Castro said that the United States would not tolerate the use of chemical weapons by the Cuban people, but that the United States would not tolerate the use of chemical weapons by the Cuban people. -- At the United Nations General Assembly in Washington, U.S. Secretary-General Ban Ki-moon said that the United States would not tolerate the use of chemical weapons by the Cuban people.', ""'Kylie and Travis have been a couple for a long time, 'a source told Us Weekly, adding:' Kylie and Travis have been seeing each other for a few months and she's been spending a lot of time with Travis over the last few months. '"", 'Examples of this were documents from 18 other government departments, including the opinion of the California Minister of Immigration Hemón Pannie on the role of the Sylvet rivers, on various districts in Cuevas between Slovenia and Baltien, and on a proposal for a new pharmacy park for immigrants - not to mention the roughly outlined park plan that would have to be approved by the state legislature and a proposal that would have to be approved by the state legislature before the end of the year. ""', '100,000- < br > understands that Guangzhou Evergrande, who signed Guangzhou Evergrande on a £66,000-a-week deal in the summer, would have to pay a penalty in the millions should they make the switch.']" -680,"['Or', 'have', 'you', 'forgotten', 'that', 'America', 'did', 'once', 'try', 'to', 'ban', 'alcohol,', 'and', 'look', 'what', 'happened!', '""']","[5, 6]",1,america,"Or have you forgotten that America did once try to ban alcohol, and look what happened!""","[""For more information, visit NestESP.com's website at http: / / www.NestESP.com http: / / www.NestESP.com http: / / www.NestESP.com http: / / www.NestESP.com http: / / www.NestESP.com http: / / www.NestESP.com http: / / www.NestESP.com http: / / www.NestESP.com http: / / www.NestESP.com http: / / www.NestESP.com http: / / www.NestESP.com http: / / www.NestESP.com http: / / www.NestESP.com http: / / www.NestESP.com http: / / www.NestESP.com http: / / www.NestESP.com"", ""Or have you forgotten that as an analyst for America, it's like Hollywood opening doors? '"", 'Or maybe he should have been employed there.', '""Or"" la anthem, ""do you have a horse, lid...', 'Or, like you, have you quietly consecrated yourself at some point in your life when you have to choose between the two?']" -681,"['US', 'President', 'George', 'Bush,', 'concerned', 'above', 'all', 'to', 'hold', 'together', 'an', 'anti-Iraq', 'coalition', 'in', 'the', 'Gulf', 'which', 'included', 'key', 'Arab', 'allies,', 'had', 'quite', 'openly', 'distanced', 'himself', 'from', 'Israel', 'in', 'recent', 'months.']","[27, 28]",1,israel,"US President George Bush, concerned above all to hold together an anti-Iraq coalition in the Gulf which included key Arab allies, had quite openly distanced himself from Israel in recent months.","['US President George W. Bush has withdrawn from the foreign-policy camp, declaring that ""not a minute"" will be enough to lead Egypt\'s government.', ""He said: 'I think it's important that we don't get into a situation where we don't want to get into a situation where we don't want to get into a situation where we're going to lose."", ""(CNN) -- California's acoustic deterioration in poll numbers has pushed the result back a year and a half to 8: 33 a.m., the time Alabama called a general election, according to a new poll released Thursday."", ""U.S. Secretary of State Rex Tillerson told DailyMail.com on Friday that 'what happened in the United States 18 months ago was a mistake' and that the United States was' deeply concerned 'about Iran's nuclear program."", 'U.S. Department of Justice for the Southern District of New York on March 13 to issue an arrest warrant against Feetz, U.S. Department of Justice for the Southern District of New York, U.S. Attorney General Eric Holder, U.S. Attorney for the Southern District of New York, Attorney General Eric Holder, U.S. Attorney for the Southern District of New York, Attorney General Eric Holder, Attorney General Eric Holder, Attorney General Jeff Sessions, Attorney General Jeff Sessions, Attorney General Jeff Sessions, Attorney General Jeff Sessions, Attorney General Jeff Sessions, Attorney General Jeff Sessions, Attorney General Jeff Sessions, Attorney General Jeff Sessions, Attorney General Jeff Sessions, Attorney General Jeff Sessions, Attorney General Jeff Sessions, Attorney General Jeff Sessions, Attorney General Jeff Sessions, Attorney General Jeff Sessions']" -682,"['These', 'figures', 'may', 'be', 'compared', 'with', 'those', 'for', 'India', ';', 'in', '1881', 'male', 'life-expectancy', 'at', 'birth', 'was', '23.6', 'years', 'there,', 'and', 'in', '1931', 'this', 'figure', 'had', 'risen', 'to', '26.9.']","[8, 9]",1,india,"These figures may be compared with those for India; in 1881 male life-expectancy at birth was 23.6 years there, and in 1931 this figure had risen to 26.9.","['These figures are likely to include those for non-Indians; if you look at the figures released this week, the number of Indians living in the UK has risen by more than 20% in the past year.', ""In 1881, Clare's Law was changed into a statute of limitations for the Dukes of Lancashire, and the Dukes of Gloucestershire and Norfolk were obliged to renounce their duties."", 'A brochure on getting married can be found here: http: / / www.insultvavilsvilshalug.gov / index.html.', 'The figures from SourceForward Moval Indicators, Pearo and ConDI Previous are in line with the recommendations of the Undecided Filter Foundation, which aims to reduce personal pressure on hef-b-oo-oo-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o.', 'It may be considered admonishing and destructive, but the hypotheses about taxi fares, taxi fares and no U14 cars mean that young people are painfully undereducated.']" -683,"['France', 'established', 'diplomatic', 'relations', 'with', 'Slovenia', 'on', 'April', '23,', 'and', 'with', 'Croatia', 'on', 'April', '24,', 'confirming', 'that', 'it', 'would', 'support', 'Slovenia', ""'s"", 'request', 'for', 'UN', 'membership', 'and', 'for', 'co-operation', 'with', 'the', 'EC.']","[20, 21]",1,slovenia,"France established diplomatic relations with Slovenia on April 23, and with Croatia on April 24, confirming that it would support Slovenia's request for UN membership and for co-operation with the EC.","['On April 23 they ceased diplomatic relations, and on April 24 they landed the 3rd Battalion, 2nd Training Group, 3rd Battalion, 3rd Battalion, 3rd Battalion, 3rd Brigade, 3rd Battalion, 3rd Marine Division.', 'On April 23, 2016, Phelps posted a photo on Instagram of himself and Phelps kissing on the podium.', ""France: April 23 (UPI) -- Italy's new company Slovenia: CR & O sought refuge in seven former administrative buildings, the value of the country fell by 94%, it had a credit rating that helped alleviate a lack of trade volume in Estonia, the region was down 25%, CR & O by 34%, CR & O by 34%, CR & O by 27%, CR & O by 27%, CR & O by 27%, CR & O by 27%, CR & O by 27%, CR & O by 27%, CR & O by 27%, CR & O by 27%, CR & O by 27%, CR & O by 25%, CR & O by 25%"", ""underProfessionstakes .com / nof has been struggling to keep up with a recent flurry of promotional activity, and so the blue-haired 52-year-old's announcements are headlining her modeling career at FB conferences."", 'France resumed diplomatic relations with the United States on April 23, and the United Nations Security Council passed a resolution Monday calling for an end to the use of chemical weapons by the United States and its allies in Syria.']" -684,"['Mr', 'Bouez', 'said', 'Lebanon', 'still', 'wanted', 'to', 'see', 'the', 'implementation', 'of', 'a', 'UN', 'resolution', 'demanding', 'Israel', 'immediately', 'take', 'back', 'nearly', '400', 'Palestinians', 'deported', 'to', 'southern', 'Lebanon.']","[3, 4]",1,lebanon,Mr Bouez said Lebanon still wanted to see the implementation of a UN resolution demanding Israel immediately take back nearly 400 Palestinians deported to southern Lebanon.,"['Bouez said: ""It is clear that the UK Government must ensure that the UK is able to honour its obligations under the Lisbon Treaty and ensure that the UK remains fully committed to the Single Market and Customs Union and Customs Union and that the UK remains committed to the Single Market and Customs Union, Customs Union, Customs Union and Customs Union.""', 'Bouez said the Bolivian government continued to want the Bolivian government to ensure safe trade, and the United Nations said Turkey and the United Arab Emirates were working together to ensure the safety of Libyan citizens.', 'Success story: Wake-up calls delight little Susan in many cocktail navigations, crews follow passengers as they do elsewhere', 'Bouez said states like Lebanon and south of the border should be converted into Lebanese trade, adding that the country is currently in the midst of a ""humanitarian crisis"" and that the United States and its allies should ""work together"" to end violence in the country.', 'Bouez, who was born in the United States and raised in the United States, said he was born in New York and grew up in the United States, where he grew up.']" -685,"['Britain', ""'s"", 'strategy', 'was', 'not', 'just', 'to', 'block', 'the', 'Six,', 'but', 'to', 'have', 'something', 'in', 'place', 'should', 'they', 'succeed', 'in', 'getting', 'their', 'common', 'market', 'off', 'the', 'ground.']","[0, 1]",1,britain,"Britain's strategy was not just to block the Six, but to have something in place should they succeed in getting their common market off the ground.","[""Britain's Got Talent judge Cheryl Fernandez-Versini, left, and her husband Liam Hemsworth, right, pose for a photo with their newborn son Bear, two, and daughter Bear, two, at the Royal Albert Hall in London on Monday, May 28, 2018."", ""Britain's Got Talent judge Cheryl Fernandez-Versini, left, and her husband Liam Hemsworth, right, pose for a photo on the red carpet at the MTV EMAs, Nov."", ""The UK's strategy has been not only to block the six-party Brexit process but also to block the UK's exit from the EU, which is why EU chief negotiator Michel Barnier told < br > last week that Britain will not be able to negotiate its own trade deal with the EU."", 'Only by reforming technology will Boko Haram face dozens of terrorists over time.', 'Britain\'s strategy ""was not the same as that of the United States, but it was not the same as that of the rest of the world,"" he said, referring to the United States, Britain, France, Germany, France, Germany, Great Britain, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom.']" -686,"['From', 'Australia', ',', 'let', 'us', 'move', 'on', 'to', 'New', 'Zealand.']","[1, 2]",1,australia,"From Australia, let us move on to New Zealand.","['Let us make a thorough separation and targeted land use there.', 'Lyew, who has been linked with a move to the Premier League this summer, has been linked with a move away from Goodison Park.', 'We knew nothing about a 15-game stint in Pyongyang.', 'Remember, passengers and crew have always been treated with the utmost respect and affection - not to mention the utmost respect for their families, friends and colleagues - and we are grateful for their kind words.', 'The Saxon newspaper ""Anti-Defamation"" signed a letter to the parliament in Vancouver on Wednesday in which its experts contribute their expertise to government payment programs that are more strictly monitored and federally sanctioned, the newspaper said.']" -687,"['THE', 'availability', 'of', 'Great', 'Britain', 'players', 'has', 'boosted', 'the', 'medal', 'hopes', 'of', 'Glasgow', 'Western', 'and', 'Sutton', 'Coldfield', 'as', 'they', 'undertake', 'their', 'European', 'campaigns', 'in', 'Holland', 'this', 'weekend.']","[3, 5]",1,great britain,THE availability of Great Britain players has boosted the medal hopes of Glasgow Western and Sutton Coldfield as they undertake their European campaigns in Holland this weekend.,"[""GREAT BRITAN, Europe's sportsman of the year in Holland, won the same breaststroke title as he did in Glasgow last year, while Carey, 63, also won the world individual pursuit title."", 'The Anwes have minimal promotion to the Premier League without tax or market entry, while a 200 kilogram sausage roll could become a high drum and hockey stick, and the Hockeyroos have an impressive long-term future.', ""THE ringside seats on the plane, including automatic team pressure loss at Tri-Series level - TMZ reserve is fair play in European competition; Atletico Valletero for June Hamilton Beatrice Ann < unk >, Chelsea Miguel Cerbome, Cornelia < unk > Shanghai Sects, the Commonwealth rematch for Carlos Kaimbas and EU investment; and Eduard En < unk > kney for GrefraÃn when sign-on for West Coast; Elisabeth-Robert for Brooklyn, who trains on how she could carry Southampton's Ann Silvestof the band's Manchester Levinson."", 'D om Mikles of Lean In, who wants that?', ""The Ebola outbreak in West Africa, which killed more than 100 people, is attributed to the West African country's failure to prevent the spread of the virus.""]" -688,"['The', 'US', 'should', 'follow', 'Mexico', 'and', 'New', 'Zealand', 'and', 'set', 'windows', 'in', 'rubber', 'so', 'they', 'flex', 'during', 'an', 'earthquake.']","[4, 5]",1,mexico,The US should follow Mexico and New Zealand and set windows in rubber so they flex during an earthquake.,"['The United States of America and Philly Dalrymple, the United Kingdom of Great Britain and Northern Ireland, the United Kingdom of Great Britain and Northern Ireland, the United Kingdom of Great Britain and Northern Ireland, the United Kingdom of Great Britain and Northern Ireland, the United Kingdom of Great Britain and Northern Ireland, the United Kingdom of Great Britain and the United Kingdom of Great Britain and Northern Ireland, the United Kingdom of Great Britain and Northern Ireland, the United Kingdom of Great Britain and Northern Ireland, the United Kingdom of Great Britain and Northern Ireland, the United Kingdom of Great Britain and the United Kingdom of Great Britain and the United Kingdom.', 'The United States should be targeting Mexico, not Mexico.', 'In the United States, ferrous metals float in the inland border area between Mexico and Mexico.', '""The current impact of hunger and violence on African markets has already reached 36 million people,"" he said, alluding to the current impact of hunger and violence on African markets, which are already at a 36-year low.', ""Claims he was' killed '- strange exhortation""]" -689,"['GROUP', 'E', 'Belgium', 'South', 'Korea', 'Uruguay', 'Spain.']","[2, 3]",1,belgium,GROUP E Belgium South Korea Uruguay Spain.,"[""GROUP E Belgium - Missio, editor-in-chief of Harvest's commercial debut, resigns."", 'Group Belgium South Korea Aspe Clio Norationtico Spain.', 'KATMED E Belgium South Korea Uruguay Spain BabyLong Dance Staff SDirector Fin Sapyards. $100,000 Human Artists Camera with Sticks by PEOPLE ABC mailp; $8ana Getty Productions, 1% News, 1% Vegetables 16.3% Build in a PEOPLE PEOPLE PEOPLE $11.6 per employee Lotoprozents $11.13 ""Slow Jobs"" 00 €89.60 PGA ""Democrats 6 Campaign Guaranteed Not to Raise Penalty Rates and Last Tuesday $111.67 Billion Air Bill to MC $67.67 Billion $11.8 Billion', 'Jumeirah Emirates Towers, Dubai Jumeirah Emirates Towers, Dubai Jumeirah Emirates Towers, Dubai Dubai, Dubai Jumeirah Emirates Towers, Dubai Jumeirah Emirates Towers, Dubai Jumeirah Emirates Towers, Dubai Jumeirah Emirates Towers, Dubai Jumeirah Emirates Towers, Dubai Jumeirah Emirates Towers, Dubai Jumeirah Emirates Towers, Dubai Jumeirah Emirates Towers, Dubai Jumeirah Emirates Towers, Dubai Jumeirah Emirates Towers, Dubai, Dubai, Dubai, Dubai, Dubai', 'This means that they will have to abandon their authoritarianism completely if they want to avoid the death penalty.']" -690,"['Shamir', 'had', 'been', 'under', 'pressure', 'to', 'react', 'positively', 'to', 'the', 'US', 'plan', 'following', ""Syria's"", 'approval', 'of', 'it', 'in', 'mid-July', '[', 'see', 'p.', '38358', '].']","[10, 11]",1,us,Shamir had been under pressure to react positively to the US plan following Syria's approval of it in mid-July [ see p. 38358 ].,"['Shamir was under pressure to respond positively to the US attack after Syria was hit by a bomb.', 'Shamir Thieström attacks John O\'Sullivan for supporting ""every microcycle"" of critical developments, especially the Touwelism system that diagnoses the trauma of democracy in Saudi Arabia and Lebanon.', 'We had tried to reconcile Knight with his consent to the censorship order. < br >', 'He had initially found Shamim and Karen, and based on earlier statements, the professor suspected that he had taken his idea seriously and sent a false message to the police in Washington, D.C. to inform them that he was preparing for the next phase of the investigation, and that he had found no clues as to what had happened.', ""Coaches have been under huge pressure to find a successor to Mark Hughes, who was sacked in the summer following the club's relegation from the Premier League, but now the former England international has the chance to prove himself in the top flight.""]" -691,"['Belgium', ',', 'Holland,', 'Norway', 'and', 'Sweden', 'are', 'producing', 'some', 'strong', 'new', 'designers', 'of', 'clothes,', 'shoes', 'and', 'accessories.']","[0, 1]",1,belgium,"Belgium, Holland, Norway and Sweden are producing some strong new designers of clothes, shoes and accessories.","['Belgium, Holland, Norway and Sweden have comparatively high sales.', 'Thinner and in his new bra, he also appears in a T-shirt that reads: ""No internship.""', 'Sweden, Sweden, Sweden, Sweden, Sweden, Sweden, Sweden, Sweden, Sweden, Sweden, Sweden, Sweden, Sweden, Sweden, Sweden, Sweden, Sweden, Sweden, Sweden, Sweden, Sweden, Sweden, Sweden, Sweden, Sweden, Sweden, Sweden, Sweden, Sweden, Sweden, Sweden, Sweden, Sweden, Sweden, Sweden, Sweden, Sweden, Sweden, Sweden, Sweden, Sweden, Sweden, Sweden, Sweden, Sweden, Sweden, Sweden, Sweden, Sweden, Sweden, Sweden, Sweden, Sweden, Sweden, Sweden, Sweden, Sweden, Sweden, Sweden, Sweden, Sweden, Sweden, Sweden, Sweden, Sweden, Sweden, Sweden, Sweden, Sweden, Sweden', 'Belgium shake hands with players and staff at the Stade de France ahead of the Group C clash', 'Police arrested two men in connection with the killing of a woman in the early hours of Monday in a Moscow suburb of Vladivostok, the Kremlin said.']" -692,"['Pact', 'of', 'Steel', 'or', 'not,', 'they', 'could', 'not', 'support', 'him', 'physically', 'without', 'large', 'injections', 'of', 'armaments', 'and', 'raw', 'materials:', 'if', 'he', 'went', 'into', 'Poland,', 'and', 'France', 'and', 'Britain', 'sprang', 'to', 'her', 'defence,', 'Italy', 'would', 'collapse.']","[27, 28]",1,britain,"Pact of Steel or not, they could not support him physically without large injections of armaments and raw materials: if he went into Poland, and France and Britain sprang to her defence, Italy would collapse.","[""The assassination of Alexander Dzhokhar Tsarnaev by the military was such an integral part of the case for Dzhokhar Tsarnaev that he condemned Maduro [these Arab producers] primarily as a clear expression of Turkey's narrow and restrictive interests: of course, Egypt was the target of Crimean terrorism, and Al Qaeda was not the target of the attack, and Schwarzenmann was not active like his Labour strategist Mauati."", ""Automaker Ford Motor Co., Worldwide to Offer Hedge GPS Equipment to Small Welfare Companies Estimated Service is a visit to a group of carriers Liberty that has prepared new alligators, as part of efforts to modernize its product sales team along with members of the company's board of trustees."", ""Climate change deals or not, without a big injection of money from the Miliband Development Trust to grow Blacklands into Applebee's Flow, it is worth having the Leader of the House of Commons, Cisur Barbara, on the other side of the House of Commons."", 'Weapons flew in and out of the city, and in 1992 a colossal moonlight fell over the city (war in the Lask Salman communications industry, anti-fixation MacDonnell buildings, and at night he built two narcissistic gangs).', 'Homosexual Eve worked on her ""trolls"" for tens of thousands of years until 1998, putting human resources at the service of Eurex and the American police for 300 million dollars, and her ""trolls"" for thousands of years until 1998, when it went up in flames... and the ""trolls"" for millions of dollars... and the ""trolls"" for millions of dollars... and the ""trolls"" for millions of dollars... and the ""trolls"" for millions of dollars.... and the ""trolls"" for millions of dollars... and the ""trolls"" for millions of dollars... and the ""trolls"" for millions of dollars. ""']" -693,"['Lifting', 'of', 'German', 'and', 'US', 'sanctions', '-', 'Visit', 'by', 'US', 'Cabinet', 'member']","[4, 5]",1,us,Lifting of German and US sanctions - Visit by US Cabinet member,"['At the press conference, Germans and Americans expressed hope for the appointment of a new congressman.', 'The SEC said in a statement that it was reviewing SEC filings with the Securities and Exchange Commission and that the SEC would not comment further on the matter.', 'Family reunification and harsh censorship ilaa < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk >', '< p > DAVID LLOYD reflects on the day of action...', 'White House Press Secretary Sean Spicer hinted at the possibility of a run for the White House']" -694,"['Iran', 'has,', 'after', 'all,', 'infringed', 'British', 'sovereignty', 'by', 'forcing', 'it', 'into', 'massive', 'protection', 'for', 'one', 'of', 'its', 'own', 'citizens.']","[0, 1]",1,iran,"Iran has, after all, infringed British sovereignty by forcing it into massive protection for one of its own citizens.","['After all, it has massively profiled the EU, forcing Iran to elect its first vice-president in a presidential election that is now open.', ""After all, Iran has violated Hollywood's autonomy, put him in the care of a Cambodian citizen, and he is now known as Desenigan's successor, Arsene Wenger."", 'After all, Iran has effectively allowed the British to take a ""narrow position"" on Brexit by effectively trying to ""illegally possess weapons.""', 'After all, the Government is trying to protect its own citizens - and the farming industry is being asked to pay 0.7 per cent of national income.', ""Iran's Lauren is violating its sovereignty by violating the terms of a travel ban on Iranian nationals from the United States, a U.S. official said, adding that the tour may have violated the terms of the travel ban, which expires at the end of the month.""]" -695,"['For', 'over', 'two', 'decades,', 'the', 'USA', 'sought', 'to', 'prevent', 'the', 'spread', 'of', 'communism', 'in', 'South-East', 'Asia', 'from', 'the', 'footholds', 'it', 'had', 'acquired', 'by', 'the', 'early', '1950s', 'in', 'China', 'and', 'North', 'Vietnam', '(CORE,', 'pp.']","[5, 6]",1,usa,"For over two decades, the USA sought to prevent the spread of communism in South-East Asia from the footholds it had acquired by the early 1950s in China and North Vietnam (CORE, pp.","['The United States has long sought to assure its neighbors that it is committed to protecting its sovereignty and sovereignty and that the United States is committed to protecting its sovereignty and sovereignty, and that the United States is committed to protecting its sovereignty and sovereignty and that the United States is committed to maintaining its sovereignty and sovereignty in the world.', ""Across industries, however, Spanish fits the picture, with celebrities from the Watford Heat such as Fenati Depletternasaft Nis Nis, < a href >'s T'Challa Greenday and more."", 'But the remaining three main protagonists fill a newspaper in Alabama every day, and Holzner responded to a question about the dangers of diesel cars in 1967 by saying, ""They used the Rubik\'s Cube as a weapon, but some of the distractions are behind it.""', 'It is expected that more than 300,000 sales will be affected by the complexity of the pool of famous names revealed by the Business of Countries crown in 2012 about the value of tactically attacking the campaigns of these protected sales forces if they were to port the players to reduce the privileged status through cheap spending.', 'In a statement, the Ministry of Justice said: ""We are deeply saddened by the tragic loss of a loved one.']" -696,"['The', 'two-plus-four', 'treaty', 'had', 'been', 'ratified', 'by', 'Germany', 'and', 'the', 'United', 'States', 'in', 'October', '1990', '[', 'see', 'p.', '37762', '],', 'by', 'the', 'United', 'Kingdom', 'in', 'November', '[', 'see', 'p.', '37867', ']', 'and', 'by', 'France', 'on', 'Dec.', '13.']","[33, 34]",1,france,"The two-plus-four treaty had been ratified by Germany and the United States in October 1990 [ see p. 37762 ], by the United Kingdom in November [ see p. 37867 ] and by France on Dec. 13.","['""I think it\'s going to take a lot of time to get to the bottom of this, and I think it\'s going to take a lot of time to get to the bottom of this,"" said Sen. Charles E. Schumer (D-N.Y.), the ranking Democrat on the Senate Armed Services Committee.', 'The founder of the company, Cangor Dru Tvi, had to declare a salary of 170.5 million kronor (34.5 million dollars), 34 percent less than the previous year.', 'The two-plus-four agreement of Feb.', ""< unk >'s two-fingered quarter of the way through and we are also very distanced from the other side, which is why Biju South Korea and Yahoo's Tenght Forum Bertrandt, < unk >'s back-to-back Canada kids aged three to five, < unk >'s Thiel Laurence stuance, < unk >'s Tokyo show's Nick Knuckles, < unk >'s Daniil Kvyat, < unk >'s next home, and < unk >'s Chijindu Koukash, and French plouting Astoni Thing US BOC1 junior girls over 60."", ""It's not the first time the couple have been embroiled in controversy, as they were spotted enjoying a romantic getaway in New York last month.""]" -697,"['There', 'was', 'no', 'doubt', 'a', 'certain', 'amount', 'of', 'wishful', 'thinking', 'in', 'these', 'common', 'beliefs', 'that', 'gang', 'fights', 'represented', 'some', 'kind', 'of', 'scaled-down', 'patriotism,', 'but', 'Britain', ""'s"", 'military', 'preoccupations', 'were', 'never', 'too', 'far', 'out', 'of', 'sight', 'when', 'Hooliganism', 'was', 'on', 'the', 'agenda,', 'involving', 'reversals', 'such', 'as', 'these', 'on', 'the', ""Hooligan's"", 'worth', 'and', 'character.']","[24, 25]",1,britain,"There was no doubt a certain amount of wishful thinking in these common beliefs that gang fights represented some kind of scaled-down patriotism, but Britain's military preoccupations were never too far out of sight when Hooliganism was on the agenda, involving reversals such as these on the Hooligan's worth and character.","['He said details of the recovery were being kept under wraps and that the three units - all linked to the boys by fraudulent legal means - had a new computer and a fraudulent law firm in GTON, Texas.', 'There is no particular insight as to how ""I call so many people"" is a valid hurdle, which is very common practice in Africa, and in principle it would take real haute diary horses out of the country, as Peck Enmon said, and even in the same timetable as Punch.', ""Get Me Out Of Here!, Gillian O'Donnell: There would be police officers, Barack Obama, Barack Obama, Barack Obama, Hillary Rodham Clinton, Hillary Rodham Clinton, Hillary Clinton, Hillary Clinton, Hillary Clinton, Hillary Clinton, Hillary Clinton, Donald Trump, Donald Trump, Donald Trump, Donald Clinton, Hillary Clinton, Hillary Clinton, Donald Trump, Donald Trump, Donald Trump, Hillary Clinton, Donald Trump, Donald Trump, Donald Trump, Donald Trump, Donald Trump, Hillary Clinton, Donald Trump, Donald Trump, Donald Trump, Donald Trump, Donald Trump, Donald Trump, Donald Trump, Donald Trump, Donald Trump, Donald Trump, Donald Trump, Donald Trump, Donald Trump, Donald Trump, Donald Trump, Donald Trump, Donald Trump, Donald Trump, Donald Trump, Donald Trump, Donald Trump, Donald Trump, Donald Trump, Donald Trump, Donald Trump, Donald Trump, Donald Trump, Donald Trump, Donald Trump, Donald Trump, Donald Trump, Donald Trump, Donald Trump"", 'There is no doubt that these little thoughts have a title that is perfectly suited to guiding perceptions of the game at home and abroad, as evidenced by the monstrous suspicions in the distance.', 'While England - which has already committed $1 billion to fighting Zika - has tried to invest in more AI-enabled mosquitoes in other countries, it has been unable to do so.']" -698,"['In', 'a', 'gesture', 'construed', 'as', 'a', 'concession', 'to', 'China,', 'the', 'communiqué', 'also', 'stated', 'that', 'India', '""', 'does', 'not', 'allow', 'Tibetans', 'to', 'engage', 'in', 'anti-China', 'political', 'activities', 'in', 'India', '"".']","[14, 15]",1,india,"In a gesture construed as a concession to China, the communiqué also stated that India"" does not allow Tibetans to engage in anti-China political activities in India"".","[""Lena said < unk >: 'I'm not going to lie, I'm not going to lie, I'm not going to lie, I'm not going to lie, I'm not going to lie, I'm not going to lie, I'm not going to lie, I'm not going to lie, I'm not going to lie, I'm not going to lie, I'm not going to lie, I'm not going to lie, I'm not going to lie, I'm not going to lie, I'm not going to lie, I'm not going to lie, I'm not going to lie, I'm not going to lie, I'm not going to lie."", 'He made the gesture with a plaque and said he was ""deeply concerned"" about the economy, opportunity and production.', ""Pornography is also part of the mix, with China, the world's second largest economy, accounting for 2.43 per cent of GDP."", 'White Doubles 46: ""Despite the fact that the Dow Jones Industrial Average increased by 75, -- the S & P 500 by 10, -- the Dow Jones Industrial Average by 45, -- the S & P 500 by 65, -- the Nasdaq Composite by 65, -- the Nasdaq Composite by 62, -- the Nasdaq Composite by 62, -- the Nasdaq Composite by 62, -- the Nasdaq Composite by 62, -- the Nasdaq Composite by 62, -- the Nasdaq Composite by 62, -- the Nasdaq Composite by 62, -- the Nasdaq Composite by 62, -- the Nasdaq Composite by 62, -- the Nasdaq Composite by 62, -- the Nasdaq Composite by 62, -- the Nasdaq Composite by 62, --', 'In a statement, Perses, which develops identities of commercial bankers, said: ""We are deeply saddened to hear of the death of QDing Clients Association of Korea (QDing).']" -699,"['In', 'an', 'address', 'to', 'the', 'Pakistani', 'National', 'Assembly', 'and', 'Senate', 'in', 'December', '1985', 'President', 'Zia', 'formally', 'denied', 'that', 'his', 'country', 'had', 'given', 'any', 'bases', 'to', 'the', 'United', 'States', '.']","[26, 28]",1,united states,In an address to the Pakistani National Assembly and Senate in December 1985 President Zia formally denied that his country had given any bases to the United States.,"['""When you\'re standing around with a bunch of people, they\'re like,"" Oh my God, I\'ve got to do this, """" he told British news channel ITV.', ""Sean Spicer has vehemently denied (adamantly!) any wrongdoing in the Pakistan National Assembly and in December, including that Baghdahn was responsible for hundreds of thousands of deaths in Iraq and Afghanistan and that he refused to take any steps to get Holder's approval."", 'He put the number of McKis under 60 in 1999 at 74, in the words of Paci Germani of Texama, Venezuela\'s industrial zone, plus 904 ""born supporters of the Belgian capital,"" and again eight civilians came from Pakistan, a little further away from the same place.', ""He said on TV: 'I'm not going to lie, I'm not going to lie, I'm not going to lie."", 'Osama bin Laden has proclaimed his innocence in the face of lawlessness in Egypt, saying he is a role model for the country.']" -700,"['Britain', 'shells', 'out', 'only', '0.3', 'per', 'cent,', 'and', 'the', 'US', '0.2', 'per', 'cent.']","[9, 10]",1,us,"Britain shells out only 0.3 per cent, and the US 0.2 per cent.","['The UK leads the way with 0.3 per cent, followed by the Netherlands with 0.3 per cent.', 'Britain is up just 0.3 per cent, the US 0.1 per cent and the UK 0.1 per cent.', 'Britain has more than 0.35% market share at two-year high', 'By contrast, UK debt was just 0.3% below its pre-crisis peak of 0.7% in 1998 and 2005, when the Bank of England cut interest rates to 0.5%.', 'Britain sinks just a tiny 0, Nicholson More color: 0.3 ""must give me son"" In Clarke Mac: Wedding Eagle Not Com Pack Similarities and words: tough life ID. storm exacerbates < br > a platim.']" -701,"['The', 'credibility', 'of', 'Defence', 'in', 'the', 'Whitehall', 'market-place', 'was', 'further', 'weakened', 'by', 'three', 'other', 'factors:', 'first,', 'the', '`', 'bull', '""', 'market', 'enjoyed', 'by', 'the', 'high-spending,', 'socially-orientated', 'departments', '-', 'Health,', 'Education,', 'Labour', 'and', 'Social', 'Services;', 'secondly,', 'the', 'failure', 'of', 'our', 'West', 'European', 'allies', 'to', 'match', 'our', 'level', 'of', 'Defence', 'expenditure,', 'thus', 'providing', 'arguments', 'that', 'Britain', 'was', 'doing', 'more', 'than', 'her', 'fair', 'share', 'in', 'collective', 'defence;', 'and', 'thirdly,', 'trading', 'rivals,', 'like', 'Germany', 'and', 'Japan,', 'honing', 'their', 'competitive', 'edge', 'with', 'lower', 'military', 'expenditure,', 'likewise', 'adding', 'to', 'the', 'consensus', 'view', 'that', 'Britain', 'was', 'overspending', 'on', 'Defence', 'however', 'potent', 'the', 'Soviet', 'military', 'threat', 'might', 'be.']","[53, 54]",1,britain,"The credibility of Defence in the Whitehall market-place was further weakened by three other factors: first, the bull"" market enjoyed by the high-spending, socially-orientated departments - Health, Education, Labour and Social Services; secondly, the failure of our West European allies to match our level of Defence expenditure, thus providing arguments that Britain was doing more than her fair share in collective defence; and thirdly, trading rivals, like Germany and Japan, honing their competitive edge with lower military expenditure, likewise adding to the consensus view that Britain was overspending on Defence however potent the Soviet military threat might be.","[""There is a lot of information that can be used to understand what's going on in your life, what's going on in your life, what's going on in your life, what's going on in your life, what's going on in your life, what's going on in your life, what's going on in your life, what's going on in your life, what's going on in your life, what's going on in your life, what's going on in your life, what's going on in your life, what's going on in your life, what's going on in your life."", 'In a statement, the company said: ""Dmitry Sobenko, Secretary General of Dmitry Sobenko Inc., Graham Growl First Headh + Cigar Company Inc., and Dmitry Sobenko, Secretary General of Dmitry Sobenko, Secretary General of Dmitry Sobenko, Secretary General of Dmitry Sobenko, Secretary General of Dmitry Sobenko, Secretary General of Dmitry Sobenko, Secretary General of Dmitry Sobenko and Dmitry Sobenko, Secretary General of Dmitry Sobenko.', 'Regarding the information of her Jared Kushner, wife of Jared Kushner, wife of Jared Kushner, wife of Jared Kushner, wife of Jared Kushner, wife of Jared Kushner, wife of Jared Kushner, wife of Jared Kushner, wife of Jared Kushner, wife of Jared Kushner, wife of Jared Kushner, wife of Jared Kushner, wife of Jared Kushner, wife of Jared Kushner, wife of President Donald Trump, wife of Jared Kushner and wife of Jared Kushner, wife of Jared Kushner, wife of Jared Kushner, wife of Jared Kushner.', 'The credibility of the defense on whatever basis had been in doubt until now, with three attorneys deciding that a medal would not have been due if the case had been dropped by the jury; while the youth is being reinstated, the social kindergarten infrastructure is not even recovering; Luther even has the opportunity to attend meetings of the breezy Community College at City Hall; and Kindier was suspended from the conversation between the social campus counselors and the school board; or time would have been a weapon.', 'The credibility of the Whitehall machine has been further undermined by the fact that both Ms Sturgeon and SNP leader Nicola Sturgeon have been accused of rigging the referendum result in the first place.']" -702,"['Britain', 'has', 'already', 'moved', 'towards', 'putting', 'independent', 'directors', 'on', 'company', 'boards,', 'charging', 'them', 'with', 'appointing', 'auditors', 'and', 'overseeing', ""bosses'"", 'pay.']","[0, 1]",1,britain,"Britain has already moved towards putting independent directors on company boards, charging them with appointing auditors and overseeing bosses' pay.","['Britain wants to require independent film rights directors to respond negatively to the allegations.', ""Britain's FTSE 100 index of leading shares .MIAPJ0000PUS rose 0.1 percent to 5,937.50, Germany's DAX index .MIJ00PUS rose 0.1 percent to 5,935.50 and France's CAC-40 .MIJ00PSE rose 0.1 percent to 5,935.50, France's CAC-40 .MIJ00PUS rose 0.1 percent to 5,935.50 and France's CAC-40 .MIJ00PSE rose 0.1 percent to 5,935.50."", 'In the UK, the CEO of Deutsche Bank, Gerd Layner, and the CEO of Deutsche Bank, Thomas Bertelsmann, are to each have 10,000 employees per month.', 'In 2019 we will look at how we can use this technology to improve the lives of people in our communities.', ""Alexandra Albranded snarled: 'Vodka breaks my heart but I'm not going to lie.'""]" -703,"['Denmark', 'and', 'Belgium', 'voted', 'against', 'the', 'measure,', 'which', 'was', 'adopted', 'despite', 'fears', 'about', 'mandatory', 'maximum', 'quotas', 'for', 'non-EC', 'material', '(see', 'p.', '37211-12', 'for', 'Council', 'of', 'Europe', 'convention', 'on', 'this', 'issue).']","[0, 1]",1,denmark,"Denmark and Belgium voted against the measure, which was adopted despite fears about mandatory maximum quotas for non-EC material (see p. 37211-12 for Council of Europe convention on this issue).","['Denmark and Belgium voted against the proposal, which has been put on hold despite calls for mandatory flat-rate quotas for inactive defence markings (see page on the Convention).', 'The move comes despite fears of forced internment camps for Kurds and Kurds in northern Iraq.', 'Denmark and Belgium voted against the bill, saying it was unlawful to threaten Turkey\'s health, despite laws on charcoal fuels, and that it would be ""fiendish"" for Turkey to adopt a ""devil-may-care plan"" that would allow them to use wood as a raw material.', ""DETROIT (Reuters) - Detroit Red Wings coach Mike D'Antoni said on Wednesday he would not accept a new contract with the Detroit Pistons until the end of the 2015 season."", 'In a statement, the Council said: ""We are pleased to announce that we have reached an agreement with BAMin which will allow us to continue to work closely with BAMin to address the issues raised by BAMin.""']" -704,"['The', 'PLO', 'supported', 'Jordan', 'against', 'the', 'Village', 'Leagues,', 'since', 'its', 'own', 'legitimacy', 'was', 'directly', 'challenged', 'by', 'them.']","[3, 4]",1,jordan,"The PLO supported Jordan against the Village Leagues, since its own legitimacy was directly challenged by them.","['The PLO traveled to Jord, a 35-hectare area where Turkish politics took place in 1888.', 'The PLO supported Jordan in the Arab League because its legitimacy to live must be clarified, but the PLO also supported Jordan in the Arab League. -- The PLO supported Jordan in the Arab League. -- The PLO supported Jordan in the Arab League. -- The PLO supported Jordan in the Arab League. -- The PLO supported Jordan in the Arab League. -- The PLO supported Jordan in the Arab League. -- The PLO supported Jordan in the Arab League. -- The PLO supported Jordan in the Arab League. -- The PLO supported Jordan in the Arab League. -- The PLO supported Jordan in the Arab League.', 'The PLO said the proposed tree on the outskirts of Claquette Ramwin was recognizable to businesses because of high gas prices, but it was not clear whether the project would succeed.', ""The LGBTQ community has criticized Wall Street's efforts to reform the market. bipartisanbb.com wrote that the group created Trump with $58llharced into $58llharced by John McCain, the son-in-law of Sen. Tom Scott, R-Ariz., and Donald Trump, the son-in-law of Sen. John McCain, R-Ariz., and the son-in-law of former Florida Governor Jeb Bush."", 'Kante uses his Army definition for his missions as well as bombs Popsity Damedge Safeguarding Signs to help for a good cause and I Immigrant Missing Persons Report Hassan Francis Hope Sorry!']" -705,"['Venezuela', 'also', 'signed', 'an', 'agreement', 'to', 'begin', 'discussions', 'by', 'mid-September', 'on', 'conditions', 'for', 'the', 'future', 'access', 'of', 'CARICOM', 'products', 'to', 'the', 'Venezuelan', 'market.']","[0, 1]",1,venezuela,Venezuela also signed an agreement to begin discussions by mid-September on conditions for the future access of CARICOM products to the Venezuelan market.,"[""Venezuela also negotiated an agreement with the United States and the United Nations to end the use of chemical weapons in the country's civil war, which has killed more than 100 people."", 'The need in the labour market is so great that 50% of services are provided by people who finance real estate, and someone with a job and half a job is often the first person to do so.', ""< p > 's Ralph Ellis has studied all the stats and facts from the weekend, not just in the Premier League but across the Football League, and 10 things we learned from it... from the weekend to the last day of the season, from weekend to weekend, from the weekend to the last day of the season."", 'All of which means that from the moment we descend on these shores, there will be a procession of England fans, some of whom will be desperate to get their hands on the trophy that has eluded them for so long.', 'Venezuela, which has credited Africa with being close to the source of the tax?']" -706,"['Hateley,', 'whose', 'football', 'education', 'included', 'three', 'seasons', 'in', 'France', 'with', 'Monaco', ',', 'capped', 'one', 'of', 'the', 'bravest', 'and', 'most', 'unlikely', 'comebacks', 'when', 'he', 'scored', 'with', 'seven', 'minutes', 'remaining', 'to', 'level', 'the', 'scores', 'of', 'this', 'epic', 'Group', 'A', 'encounter', 'at', 'two', 'goals', 'each.']","[10, 11]",1,monaco,"Hateley, whose football education included three seasons in France with Monaco, capped one of the bravest and most unlikely comebacks when he scored with seven minutes remaining to level the scores of this epic Group A encounter at two goals each.","[""Hateley's access to his own club life has improved considerably - he continues to write regularly for the Mail on Sunday."", 'Hateley & D of the University of California, Berkeley, wrote in a letter to The Associated Press: ""I am deeply saddened to learn of the death of my father, who was killed in the line of duty at the University of California, Berkeley, at the hands of an unarmed black man... who was killed in the line of duty... who was killed in the line of duty... who was killed in the line of duty... who was killed in the line of duty... who was killed in the line of duty?""', 'Hateley, who has been training with the French squad for the past three weeks, boldly raised his arms in celebration at the 7-5 scoreline and Doolan, who is heavily fit, scored in the second half to give the hosts a 1-0 lead.', 'Hatem Ben Arfa scored the only goal of the game, Andre Gomes, Andreas Klemmer and Frank Lampard also netted for the hosts, who are now level on points with fifth-placed Manchester City.', 'Hatthy Goldman Drake pointed out < p > that the word ""porn boys"" has been used in the past to refer to porn addicts as ""porn addicts,"" and that the word ""porn boys"" has been used in the past to refer to porn addicts as ""porn addicts"" and ""porn addicts"" as ""porn addicts.""']" -707,"['Byrnes', 'began', 'to', 'retreat', 'from', 'his', 'unilateral', 'dealings', 'with', 'the', 'USSR', ',', 'especially', 'when', 'the', 'limited', 'agreements', 'he', 'had', 'concluded', 'in', 'Moscow', 'in', 'December', '1945', 'were', 'sharply', 'criticized', 'back', 'home', 'as', 'a', 'return', 'to', 'appeasement.']","[10, 11]",1,ussr,"Byrnes began to retreat from his unilateral dealings with the USSR, especially when the limited agreements he had concluded in Moscow in December 1945 were sharply criticized back home as a return to appeasement.","['ByDam, for its part, withdrew from its relations with the USSR, especially after denying its limited participation in one of the global wars under 4 years.', ""By beginning to criticize a thousand behaviors in management policy, we are delivering a dance speech at a time when a blogger needs a reporter to record one of Ben Byrne's ever-acting testimonies @ - @ program, 00: 55"", ""Byrnes began sending letters from his talks with Gady Nui Alliado, the Gulf state's chief executive, asking other Iraqis to send him back to the United States."", ""< p > 's IAN LADYMAN and GLEN WILLIAMSON, CHRIS SUTTON vs sports news editor LAURA WILLIAMSON... and don't forget to tell us your predictions by leaving a comment below."", 'Byrne, who is also Chairman of the German Office for Monuments and is preparing for the job, said: ""It is a great honour to be Chairman of the German Office for Monuments and Sites and Chairman of the German Office for Monuments and Sites... and Chairman of the German Office for Monuments and Sites... and Chairman of the German Office for Monuments and Sites... and Chairman of the German Office for Monuments and Sites.""']" -708,"['The', 'assistance', 'which', 'they', 'continued', 'to', 'seek', 'from', 'Austria', 'might', 'not', 'tip', 'the', 'scales', 'in', 'their', 'favour.']","[8, 9]",1,austria,The assistance which they continued to seek from Austria might not tip the scales in their favour.,"[""< br > Experts analyze the main talking points ahead of this weekend's Premier League game."", ""But you certainly don't care."", 'The aid would instead be spent on a decree, like what we would do anything to pay for, ""Jenkins said.', 'The support you announced to Royals and Woman\'s Hour at American Films ""Jockey Club in the Field of Dreams was one thing Crowe has contributed to ever since: envelopes, back seats of claustrophobic space administrators and"" Unlimited, ""a commitment to sign"" Star Wars: The Force Awakens, ""a sequel to"" Star Wars: The Force Awakens, ""a sequel to"" Star Wars: The Force Awakens, ""a sequel to"" Star Wars: The Last Jedi. ""', ""The Emirates' support for racist projects with Maldivian tattoos on the back of their shirts has led to calls for a boycott of the tournament.""]" -709,"['Unix', 'growth', 'in', 'Germany', 'and', 'Spain', 'will', 'remain', 'above', 'average', 'throughout', 'the', 'period,', 'with', 'Netherlands,', 'Sweden,', 'Norway', 'and', 'Finland', 'below', 'the', 'mark.']","[18, 19]",1,finland,"Unix growth in Germany and Spain will remain above average throughout the period, with Netherlands, Sweden, Norway and Finland below the mark.","['The future of the game in Germany and Spain will be under threat and there will be a lot of opposition over the next few years.', 'According to Kahn, customer growth in Germany and Italy each accounted for more than 147 percent.', 'This is the first time such anti-Trump rhetoric has been used in the United States.', 'In Germany and the Netherlands, 8.2 billion euros were spent on Sunday on the power plant, which offers live broadcasts of the Ringelrod method, but Repubblica still thinks 50 million euros.', 'The company\'s goal is to provide the best possible visual experience, and the partner can answer the architect of the original design, Jimeo, and Country, especially through the deep windows of the house, in addition to the call, try to add his invention live Apple apologizes to the 623 million subscribers who subscribe to Netflix\'s ""For Female Picture is Publishing,"" expressly reject if Congress contributes only part of the contract.']" -710,"['A', 'series', 'of', 'studies', 'of', 'such', 'businessmen', 'have', 'been', 'conducted', 'by', 'Nigerian', 'scholars,', 'and', 'these', 'are', 'particularly', 'significant', 'given', 'the', 'fact', 'that', 'Nigeria', 'accounts', 'for', 'one', 'third', 'of', '`', 'value', 'added', '""', 'in', 'manufacturing', 'in', 'sub-Saharan', 'Africa', 'as', 'a', 'whole', '(excluding', 'South', 'Africa).']","[22, 23]",1,nigeria,"A series of studies of such businessmen have been conducted by Nigerian scholars, and these are particularly significant given the fact that Nigeria accounts for one third of value added"" in manufacturing in sub-Saharan Africa as a whole (excluding South Africa).","['The study, published in the Journal of the American College of Obstetricians and Gynecologists, found that the income of every baby born in the United States is roughly equal to that of every American father.', 'Studies of these universities have been carried out by a Nigerian consortium and for a third of them Nigeria is the most competitive country in the world, ""said Nathaniel Nai, Professor of International Relations at the University of East Anglia.', 'Eighty-eight-year-olds have never been seduced by the prospect of a late tour, but they do need a bit of luck.', ""(06 / 06 / 33 / 18) < br > <unk>'s JAMIE REDKNAPP gives you the lowdown on the best emerging talent breaking through at Premier League and European football clubs, with Martin Keown's big match analysis and all the stats you need to know about every game, including team news, provisional squads and Opta stats."", '""I think we\'ll see a lot more from game to game, and we\'ll see a lot more from game to game, and we\'ll see a lot more from game to game, and we\'ll see a lot more from game to game,"" he said.']" -711,"[""Underwood's"", 'position', 'as', ""England's"", 'leading', 'try-scorer,', 'with', '35', 'to', 'his', 'credit,', 'has', 'a', 'two-fold', 'RAF', 'connection', 'because', 'when', 'he', 'scored', 'against', 'Ireland', 'in', '1990', 'the', 'record', 'he', 'overtook', 'had', 'previously', 'been', 'held', 'by', 'another', 'RAF', 'pilot', 'and', 'winger,', 'Cyril', 'Lowe,', 'who', 'totalled', '18', 'between', '1913', 'and', '1923', 'when', 'winning', '25', 'consecutive', 'caps.']","[21, 22]",1,ireland,"Underwood's position as England's leading try-scorer, with 35 to his credit, has a two-fold RAF connection because when he scored against Ireland in 1990 the record he overtook had previously been held by another RAF pilot and winger, Cyril Lowe, who totalled 18 between 1913 and 1923 when winning 25 consecutive caps.","[""Underwood's attractive position as England's sole top scorer with 35 points is complicated by the fact he was unlucky not to score early in the Six Nations against Ireland, and < br >'s Charles Dickens has looked at some of the game's key moments, including the try-scoring spectacle against Scotland."", 'Understandably for British and Austrian football, but it has been remarkable to win titles in the last two years, especially in the Champions League, because of the quality of the players in the squad, the quality of the players in the squad, the quality of the players in the squad, the quality of the players in the squad, the quality of the players in the squad, the quality of the players in the squad, the quality of the players in the squad, the quality of the players in the squad, the quality of the players in the squad.', ""For Underwood, it is a game of golf, not a game of two halves, while the larger Marville group of 650 players made it to the top of the leaderboard; erra & p; BW Lubassen, the world's best golf course with clubs of all sizes; Theo Ulfram (VSC Graz), John McEnroe (VSC Graz), the world's best golfer; and, of course, the world's best golfer."", 'Underwood knew he had the advantage of being well cared for, but Fox\'s reaction to Woppen\'s flavored noodles symbolized a delay in trade, though that was due to a few angry, direct-to-consumer workers and officials briefed on the deal leaving an estimated $15.90 late toward Rapire End < a href = ""http: / / www.washingtonpost.com /"" target = ""_ blank"" > drawing point to close < / a > < / a >', 'As a result, both men will receive a £150 reward for leads leading to the arrest of the suspect, who is believed to have been a member of the gang responsible for the attack, and a further £200 for leads leading to the arrest of the suspect.']" -712,"['Burnt', 'Roof', '(published', 'by', 'the', 'Author,', '107pp,', 'illus,', 'hbk,', '£11.70', 'inc', 'p&p)', 'by', 'The', 'Reverend', 'A', 'A', 'Upton', 'is', 'the', 'story', 'of', 'St', ""Laurence's"", 'Church,', 'Foleshill,', 'which', 'was', 'the', 'first', 'church', 'in', 'Coventry', 'to', 'be', 'closed', 'as', 'a', 'result', 'of', 'Germany', ""'s"", 'Blitz', 'on', 'Britain', 'during', '1940.']","[40, 41]",1,germany,"Burnt Roof (published by the Author, 107pp, illus, hbk, £11.70 inc p&p) by The Reverend A A Upton is the story of St Laurence's Church, Foleshill, which was the first church in Coventry to be closed as a result of Germany's Blitz on Britain during 1940.","['Burnt Roof - City of Fire (Burnt Roof Containers, Burned Out Buildings, and Sean Consell Arrest Warrants) Examples of how men use their political activism to highlight the projects they advocate.', 'Burns Roof (written by Bond Self, 12.17 amz, 12.88, her editorial) from Re: May Means Speech and the Lawsuit: ""We thank Merkel because Coventry supports public railway boxing and vvolution for goals such as: a useful, business-friendly environment that enabled rapid inflation: military Nuremberg helps contemporary America # change the motives of 21st-century colony while proactive physical community."": German farmer-friendly Crown Abroad. ""7 Examples: Stinger, Travel Insurance, Federal Predominate.', ""The police recordings at the Cappadocia house were written by W. J. Pumpkin's attorney, St. Lawrence, who said Gerde's family was more than $6,000 in debt, and doctors had come to his home to check on him (Gerhn also said his putter tasted of cocaine - if a surgeon had given it to him, the rest of the money would have been spent on the removal)."", 'Left-wing incendiary attacks on smoldering (and often appointed) moviegoers include W.T. Lee\'s ""House of Cards"" (1995), Neil Jacob\'s ""House of Cards"" (1995), and Neil Jacob\'s ""Keep Burning"" (1995) - all hits of psychology in terms of reality, raw politics, and two Jon Lefties! 38', ""Glow-in-the-dark (by Can't Pour, 10sec), which covers Mick Jagger's Secret Bridge (< unk > Ian Ladyman, < unk > Sue Perkins and Ash Pollard) and Rebecca Bay: Her Seos has you?""]" -713,"['While', 'Nicaragua', 'and', 'El', 'Salvador', 'were', 'perceived', 'during', 'the', '1980s', 'by', 'the', 'US', 'State', 'Department', 'to', 'be', 'on', 'the', 'frontline', 'of', 'the', 'fight', 'against', 'communism', '(and', 'therefore', 'newsworthy),', 'the', 'larger-scale', 'massacres', 'in', 'neighbouring', 'Guatemala', 'received', 'no', 'attention:', 'journalists', 'wandering', 'around', 'the', 'scorched', 'highlands', 'simply', ""couldn't"", 'get', 'their', 'stories', 'printed.']","[3, 5]",1,el salvador,"While Nicaragua and El Salvador were perceived during the 1980s by the US State Department to be on the frontline of the fight against communism (and therefore newsworthy), the larger-scale massacres in neighbouring Guatemala received no attention: journalists wandering around the scorched highlands simply couldn't get their stories printed.","['When Nicola Sturgeon, the leader of the Scottish National Party (SNP), said she was ""deeply disappointed"" by the decision, she said: ""I don\'t think it\'s fair to say that the Scottish Government should have taken the lead on this issue, but I don\'t think it\'s fair to say that the Scottish Government should have taken the lead on this.""', '""UmELNominee"" Laugh in your head at the traffic chaos itself, as sexual harassment, Palin voters\' school-baiting campaign in Sri Lanka, U.S. taxi and office workers boycotting Florida\'s labor laws, but real change is needed. < / br > Terry Young reports from the print edition and Janery Theater Lovejoy < / br > < / br > < / br > < / br > Steve Jobs\'s tunic team on seats in New York City < / br > < br > < / br >', 'While Nicaragua or Villoe or Beketstand (tacos and suitcases) were almost never extradited to the Guatemalan government, Guzmán was almost never extradited to the Mexican authorities or the Mexican drug cartel, and was never given a chance to get any of the drugs he smuggled into the United States, including cocaine, heroin, methamphetamine, methamphetamine, methamphetamine, methamphetamine, methamphetamine, methamphetamine, methamphetamine, methamphetamine, methamphetamine, methamphetamine, methamphetamine, methamphetamine, methamphetamine, methamphetamine', 'Although Nicar and Michol Dunhoy, the co-founders of the suppression groups, interpret the parasite-induced ""ridiculous"" Missouri mocha, they argue that it is not the first time that children have been exposed to the parasite, and that it is the first time that they have been exposed to the parasite-induced ""mocha.""', 'Published as ""Small Mountain"" and derived as ""Small Mountain,"" ""Small Mountain,"" ""Small Mountain,"" ""Small Mountain,"" ""Small Mountain,"" ""Small Mountain,"" ""Small Mountain,"" ""Small Mountain,"" ""Small Mountain,"" ""Small Mountain,"" ""Small Mountain,"" ""Small Mountain,"" ""Small Mountain,"" ""Small Mountain,"" ""Small Mountain,"" ""Small Mountain,"" ""Small Mountain,"" Small Mountain, ""Small Mountain,"" Small Mountain, ""Small Mountain,"" Small Mountain, ""Small Mountain,"" Small Mountain, ""Small Mountain,"" Small Mountain, ""Small Mountain,"" Small Mountain, ""Small Mountain,"" Small Mountain, ""Small Mountain,"" Small Mountain, ""Small Mountain,"" Small Mountain, ""Small Mountain,"" Small Mountain, ""Small Mountain,"" Small Mountain, ""Small Mountain,"" Small Mountain ""Small Mountain""']" -714,"['For', ""Bradford's"", 'visit,', 'Leeds', '-', 'whose', 'squad', 'has', 'been', 'strengthened', 'by', 'the', 'arrival', 'from', 'Barrow', 'of', 'the', 'Australian', 'forward', 'Cavill', 'Heugh', '-', 'have', 'dropped', 'the', 'Great', 'Britain', 'prop', 'Lee', 'Crooks.']","[25, 27]",1,great britain,"For Bradford's visit, Leeds - whose squad has been strengthened by the arrival from Barrow of the Australian forward Cavill Heugh - have dropped the Great Britain prop Lee Crooks.","[""Bradford 05- Leeds, United Hotwick de Ligterdam 99 - until things get better with the arrival of British second-end Rockefeller Goldman Sachs, who is also in the running for McFarlane's Philip Theresa Hivic's account."", 'Palace, whose squad has been boosted by the return of former England international Stuart Pearce, have appointed a new chief executive following the sacking of Mark Warburton.', 'Former bodybuilder Leo Duneichmann told < br > 40 in 11 that it wasn\'t just the show jumpers who fought for the right to wear skimpy shorts, while Donar\'s ""Pnatlean Lines"" Gnatlean Lines was the only finalist.', ""WASHINGTON (Reuters) - The U.S. Supreme Court on Thursday upheld a U.S. Supreme Court ruling that would have allowed the U.S. Supreme Court to overturn a federal judge's decision reversing a federal appeals court's decision that overturned a federal ban on the use of birth control pills."", 'A cigarette hidden behind a chain of row houses conceals a variety of paper worms or bronze, highlighting Goldstein\'s greatest accomplishment as a stand-up comedian appearing on ""The Tonight Show Starring Jimmy Fallon,"" ""The Tonight Show Starring Jimmy Fallon,"" ""The Tonight Show Starring Jimmy Fallon,"" ""The Tonight Show Starring Jimmy Fallon,"" ""The Tonight Show Starring Jimmy Fallon,"" ""The Tonight Show Starring Jimmy Fallon,"" ""The Tonight Show Starring Jimmy Fallon,"" ""The Tonight Show Starring Jimmy Fallon,"" ""The Tonight Show Starring Jimmy Fallon,"" ""The Tonight Show Starring Jimmy Fallon,"" The Tonight Show Starring Jimmy Fallon, ""The Tonight Show Starring Jimmy Fallon""']" -715,"['Some', 'experts', 'believe', 'that', 'Germany', 'would', 'be', 'required', 'to', 'sign', 'a', 'treaty', 'with', 'Britain,', 'France', 'and', 'the', 'Soviet', 'Union', 'before', 'they', 'withdraw', 'from', 'Berlin.']","[14, 15]",1,france,"Some experts believe that Germany would be required to sign a treaty with Britain, France and the Soviet Union before they withdraw from Berlin.","[""Some pundits thought Germany were flying high, but I don't think so."", ""Some analysts strongly believe that Detroit's antitrust watchdogs are taking impairments away from the bank."", ""It's not the first time the pair have been spotted together, as they recently enjoyed a romantic getaway together in New York City."", '""We\'re going to represent something like what it means to be a Texas state that is 100% over-segregated, and we\'re going to have to make sure that we\'re going to be able to make sure that we\'re able to make sure that we\'re able to make sure that we\'re able to make sure that we\'re able to do that,"" he said.', ""He said: 'I'm not going to lie, I'm not going to lie, I'm not going to lie.""]" -716,"['Irwin,', 'the', 'centre', 'whose', 'back', 'injury', 'ruled', 'him', 'out', 'of', 'Ireland', ""'s"", 'tour', 'of', 'North', 'America,', 'plays', 'his', 'first', 'game', 'for', 'four', 'months', 'when', 'Instonians', 'take', 'on', 'Malone', 'this', 'weekend.']","[10, 11]",1,ireland,"Irwin, the centre whose back injury ruled him out of Ireland's tour of North America, plays his first game for four months when Instonians take on Malone this weekend.","['Irwin, who has not been ruled out for the rest of the tour because of back pain, has a first game before sitting in the dugout in anger.', ""Irwin's back injury prevented him from dribbling in Ireland and he is now making his 64th appearance for the club this season, which would have made him the club's best player."", 'Irwin, who has been out of action since the start of the season with a knee injury, is expected to miss the rest of the season with a calf injury, while Irwin, who is out for the rest of the season with a knee injury, is expected to miss the rest of the season with a knee injury.', ""Irwin, who accompanied McIlroy at last year's Irish Open after back and back injuries prevented him from competing in the US PGA Championship, said: 'It's been a while since I've felt in this position where I've been able to play well, where I've been able to play well."", ""Irwin told < br > that he will not return to Ireland before the end of the season, that he will not return to the club before the end of the season, that he will not return to the club's US tour before the end of the season, and that he will not return to the club's training camp in the United States before the end of the season.""]" -717,"['A', 'less', 'hopeful', 'view', 'is', 'that', 'the', 'United', 'States', 'will', 'now', 'be', 'able', 'to', 'use', 'force,', 'if', 'necessary,', 'to', 'apply', 'its', 'national', 'interests', 'throughout', 'the', 'world', 'without', 'fear', 'of', 'challenge,', 'and', 'to', 'tow', 'the', 'United', 'Nations', 'obediently', 'behind', 'it.']","[7, 9]",1,united states,"A less hopeful view is that the United States will now be able to use force, if necessary, to apply its national interests throughout the world without fear of challenge, and to tow the United Nations obediently behind it.","['Less than a week after the theatrical release of ""The Hunger Games: Mockingjay - Part 2,"" the cast and crew of ""Star Wars: The Force Awakens"" reunited for a special screening of ""Star Wars: The Force Awakens"" at Kerry Sac for the first time in more than a decade.', 'A less hopeful version of this story, published by Novis, exposes 96 percent of the population of the Bay of Comoros to the risk of a Cold War-style outbreak (Zoo: http: / / abcn.ws / 1zkkkkkkkkkkkkkkk).', ""A 1-1 draw at home to Anguilla was McKennie's best hope as the Anguilla-born central defender was substituted in the first leg of the last 16 round."", 'Constantine Vicos is one of the most common places for long-haul suicides in India, with sales expected to exceed $1 billion this year.', 'Presumably, all governors will return, and the Phillies ""money will be used to bolster one of the nation\'s best-known players: Ben Barnes, born in 2000, is the first British player to win the World Series; Gabriel, Nik Becker and Monk, born in 2000; Julian Robin, the first British player to win the World Series; Domg Gaffney, the first British player to win the World Series; and Kevin Durant, who won the World Series with the New York Yankees in 2003 and 2004; and Kevin Durant, who won the World Series with the New York Yankees.']" -718,"['Now', 'the', 'United', 'States', 'is', 'on', 'the', 'verge', 'of', 'bombing', 'Iraq', 'on', 'the', 'pretext', 'that', 'Iraq', 'refuses', 'to', 'destroy', 'its', '`', 'weapons', 'of', 'mass', 'destruction', '""', '-', 'when,', 'in', 'fact,', 'Iraq', 'has', 'asked', 'that', 'some', 'of', 'its', 'military', 'industry', 'be', 'converted', 'to', 'civilian', 'production', 'laid', 'waste', 'by', 'allied', 'bombing.']","[2, 4]",1,united states,"Now the United States is on the verge of bombing Iraq on the pretext that Iraq refuses to destroy its weapons of mass destruction"" - when, in fact, Iraq has asked that some of its military industry be converted to civilian production laid waste by allied bombing.","['Now is the time for us to look at what is going on in the world and what we can do about it and what we can do about it and what we can do about it and what we can do about it and what we can do about it and what we can do about it and what we can do about it.', 'Now, under the pretext of bombing Iraq in the run-up to the election, the United States is circling the White House, all donning a naturalistic tweed (2016 street party and perhaps the name of the Southwest).', ""< br > Racing expert Robin Goodfellow gives his tips ahead of Thursday's meetings at Kempton, Kempton and Kempton."", 'Now the US is focused on bringing Iraq under IS control, and the alliance is even more terrible than before, ""Palderson. http: / / abcn.ws / 1tdddddddddddddddddddddddddd"" We ask for support: You fetishize us, you fetishize us, you fetishize us, you fetishize us, you fetishize us, you fetishize us, you fetishize us. ""', '- Iraq refuses to give up its nuclear arsenal, Iraq refuses to give up its nuclear weapons, Iraq refuses to give up its nuclear weapons, Iraq refuses to give up its nuclear weapons, Iraq refuses to give up its nuclear weapons, Iraq refuses to give up its nuclear weapons, Iraq refuses to give up its nuclear weapons, Iraq refuses to give up its nuclear weapons.']" -719,"['There', 'are', 'plans', 'for', 'tie-ups', 'with', 'Bulgaria', 'and', 'Romania', 'in', 'the', 'near', 'future.']","[6, 7]",1,bulgaria,There are plans for tie-ups with Bulgaria and Romania in the near future.,"['There is a lot of talk about how difficult it will be for Juventus to win the Champions League, how difficult it will be for them to win the Europa League, how difficult it will be for them to win the Europa League, how difficult it will be for them to win the Champions League, how difficult it will be for them to win the Europa League, how difficult it will be for them to win the Europa League, it will be difficult for them to win the Europa League.', 'The EU is expected to expand its cooperation next year, Nielsen said, after Meinicke was close to being appointed.', 'For the brevity of Fling Branches with Bulgaria and the EU, bye-bye', 'Gabriel said he had been in contact with Ibrahim Khan, the deputy prime minister, ""most of the time"" and had spoken to him ""several times.""', 'He plans to ""lose touch with Clooney.""']" -720,"['`', 'The', 'British', 'have', 'not', 'bought', 'a', 'nail', 'from', 'India', ',', '""', 'said', 'a', 'former', 'Indian', 'civil', 'servant.']","[9, 10]",1,india,"The British have not bought a nail from India,"" said a former Indian civil servant.","[""The British don't have an Iraqi army, but they do have an Iraqi army."", '< br > Earlier this week it was announced that the Russian international goalkeeper will leave the club at the end of the season.', '""For the first time, Britain has the largest number of new troops in the world, with a table here between 13: 17 and 17: 30 and a further six per cent of the population,"" he said.', 'The British have a lot to answer for: ""The British have a lot to meet in Vietnam""; ""The British have a lot to meet in Vietnam""; ""The British have a lot to meet in Vietnam""; ""The British have a lot to meet in Vietnam""; ""The British have a lot to meet in Vietnam""; ""The British have a lot to meet in Vietnam""; ""The British have a lot to meet in Vietnam""; ""The British have a lot to meet in Vietnam""; ""The British have a lot to meet in Vietnam""; ""The British have a lot to meet in Vietnam""; ""The British have a lot to meet in Vietnam.""', 'The British are criticising the ACEC, ""Huddersfield\'s Simak Fehmaranoglu said of his fellow tourists.']" -721,"['It', 'follows', 'from', 'those', 'answers', 'that', 'the', ""Commission's"", 'action', 'against', 'the', 'United', 'Kingdom', 'for', 'failure', 'to', 'fulfil', 'its', 'obligations', 'is', 'well', 'founded', 'and', 'hence', 'the', 'court', 'should', 'declare', 'in', 'Commission', 'of', 'the', 'European', 'Communities', 'v.', 'United', 'Kingdom', '(Case', 'C', '246/89)', 'that,', 'by', 'imposing', 'the', 'nationality', 'requirements', 'enshrined', 'in', 'sections', '13', 'and', '14', 'of', 'the', 'Merchant', 'Shipping', 'Act', '1988,', 'the', 'United', 'Kingdom', 'has', 'failed', 'to', 'fulfil', 'its', 'obligations', 'under', 'articles', '52', 'and', '221', 'of', 'the', 'E.E.C.']","[59, 61]",1,united kingdom,"It follows from those answers that the Commission's action against the United Kingdom for failure to fulfil its obligations is well founded and hence the court should declare in Commission of the European Communities v. United Kingdom (Case C 246/89) that, by imposing the nationality requirements enshrined in sections 13 and 14 of the Merchant Shipping Act 1988, the United Kingdom has failed to fulfil its obligations under articles 52 and 221 of the E.E.C.","['It is clear from these answers that Newland is not the only candidate who wants Mitt Romney to be the next President of the United States of America, and he is not the only one who wants Mitt Romney to be the next President of the United States of America.', 'It is clear from the reactions that Heynckes has acted against the United Kingdom for breach of his duties and therefore the Court of Justice of the European Communities (Case C 246 / 89) should have ruled against the Kingdom of Great Britain and Northern Ireland (Case C 246 / 89).', 'The letter states that battery services will not be affected in accordance with the provisions of APVS 03 and IAVA.', '1 (UPI) -- McKinsey and the Council announced Tuesday they have reached an agreement with the U.S. Environmental Protection Agency that will allow them to use the U.S. Environmental Protection Agency (EPA) to regulate greenhouse gases and other greenhouse gases.', 'The responses show that Lib Dem MP Barry Lydges, who has been MP for North Lanarkshire since 2011, believes it is ""essential"" that voters ""engage with all parties"" or, as he puts it, ""engage with all parties.""']" -722,"['`', 'Ten', 'months', 'is', 'a', 'long', 'time', 'to', 'be', 'apart', 'and', 'then', 'to', 'be', 'brought', 'together', 'to', 'compete', 'against', 'such', 'a', 'good,', 'experienced', 'team', 'as', 'the', 'Lions,', '""', 'said', 'Grant', 'Fox,', 'New', 'Zealand', ""'s"", 'masterly', 'goal', 'kicker.']","[31, 33]",1,new zealand,"Ten months is a long time to be apart and then to be brought together to compete against such a good, experienced team as the Lions,"" said Grant Fox, New Zealand's masterly goal kicker.","['Ten months is a long time light years and the bottom line is much more than the Urban Outfitters of 2012.', 'Ten months is an attempt to stand up to such a professional bunch of monarchs from the fringes, ""he said, adding:"" Why in the world of puberty should the carefree Gipay of the Ten jerseys be allowed to question this dignified discipline? ""', 'The succession celebrations were so successful that Agatha Christie, who died last year aged 69, was knighted by the Queen for services to literature and literature.', 'Ten minutes later we had a nine-metre Oliveman - we called this ball three millimetres tall one of the goddesses - but it flopped in the digital lens net: the second wind argument t (""Repro reads this game, is an indication that JoCola funds gambling technology [wi-fi talk! and toys to talk about] awordera at the swirling flibdog,"" he said.', ""Headlines from Spain read: 'Barca's 3-0 win over Real Madrid in the first leg of the Champions League semi-final on Wednesday night was their best performance of the season so far.'""]" -723,"['Greece', 'was', 'obliged', 'this', 'spring', 'to', 'accept', 'the', 'new', ""country's"", 'admission', 'to', 'the', 'United', 'Nations', 'with', '`', 'Macedonia', '""', 'in', 'its', 'name,', 'and', 'the', 'New', 'Democracy', 'rebels', 'swallowed', 'their', 'fury', 'when', 'they', 'realised', 'that', 'voting', 'against', 'the', 'government', 'would', 'cause', 'an', 'election', 'their', 'party', 'would', 'probably', 'lose.']","[0, 1]",1,greece,"Greece was obliged this spring to accept the new country's admission to the United Nations with Macedonia"" in its name, and the New Democracy rebels swallowed their fury when they realised that voting against the government would cause an election their party would probably lose.","['Earlier this year, France was forced to admit Macedonia to the United Nations on its behalf and to oppose a vote of no confidence because it recognised that the new democratic barons would never do anything like the Tottenham Paper.', 'Greece had to suspend its membership of the International Monetary Fund (IMF), the European Central Bank (ECB) and the West Sussex-based International Monetary Fund (IMF) this spring, the European Central Bank (ECB) announced on Thursday.', 'In clockwork mode, the blackmailer sees: ""I\'m going to stop, but Khloe\'s going to give me an example - I\'m not going to give you any idea, I\'m not going to give you any idea, I\'m not going to give you any idea, I\'m not going to give you any idea.""', ""Klose will be replaced in that role by Jeff Teodoros, the general secretary of Pleines, who has been in charge of the country's food and beverage industry since A. Pieusgracht, the former president of the European Union, said earlier this year that the country's junk food industry was worth $66 billion."", 'Last spring, he was told he could see the AFL-Gmech, known as the ""mythical grid,"" and is now looking for a suspicious first group missing, according to < br >\'s Cait.']" -724,"['Austria', 'is', 'expected', 'to', 'propose', 'at', 'the', 'conference', 'the', 'setting', 'up', 'of', 'a', 'European', 'Migration', 'Charter,', 'a', 'document', 'which', 'will', 'have', 'to', 'be', 'elaborated', 'on', 'later.']","[0, 1]",1,austria,"Austria is expected to propose at the conference the setting up of a European Migration Charter, a document which will have to be elaborated on later.","['Austria is expected to submit proposals for a Treaty on European Union (CISG) overnight - although the text does not specify how it will work.', 'It will bite Pavlovic.', '< a href = ""http: / / www.zillow.com / blog / hollywood-is-going-to-be-president-of-the-United-States-military-incentive-to-cease-a-donation.html"" target = ""_ blank"" > an invitation-only document should not be used or signed by leftists or worm hunters before making a donation.', 'Salg and his staff are trying to raise awareness of the problem, which has been exacerbated by a series of scandals in recent years.', 'He is expected to be in the limelight for the foreseeable future as he prepares to become the first British boxer to win Olympic gold medals in the ring and the first British boxer to win world titles in the ring since Errol Spence Jr in 1988 when he knocked out Tony Bellew in an epic epic in Las Vegas.']" -725,"['In', 'May', 'Australia', 'acceded', 'to', 'urgent', 'representations', 'from', 'the', 'PNG', 'government', 'and', 'announced', 'an', 'increase', 'of', 'A$20,000,000', '(approximately', 'US$15,270,000)', 'in', 'aid.']","[2, 3]",1,australia,"In May Australia acceded to urgent representations from the PNG government and announced an increase of A$20,000,000 (approximately US$15,270,000) in aid.","['In May, Australia passed its Emergency Law, which requires the state to pass and enforce the law without delay.', ""Along with numerous committee reports from television experience, political strategists have suggested the government's plan to appoint Luke Gorg Tuesday on behalf of Demolistbull could force Hawkins into the newsroom at the next general election."", 'Abroad, around the world, this nineteenth-century event - a ""thank you"" to Pope Benedict XVI - has twice taken part in the Body Trival Tour, the city\'s private leisure derby - a celebration of the desire of adults to move outdoors, of a contemplative chaplain, aka Jesus, according to Bristow - who might be about to make the transition from culture to pop, and without women, a promotion of essentially lame duck values.', '""I think it\'s going to take a lot of time to get to the bottom of that, and I think it\'s going to take a lot of time to get to the bottom of that,"" he said in an interview with The Associated Press.', ""< br > Racing expert Robin Goodfellow gives his tips ahead of Thursday's meetings at Newmarket, Kempton, Kempton and Kempton.""]" -726,"['Negotiations', 'between', 'Israel', 'and', 'Syria', ',', 'about', 'which', 'there', 'had', 'been', 'some', 'optimism', 'during', 'the', 'sixth', 'and', 'the', 'first', 'part', 'of', 'the', 'seventh', 'round,', 'were', 'largely', 'unproductive.']","[4, 5]",1,syria,"Negotiations between Israel and Syria, about which there had been some optimism during the sixth and the first part of the seventh round, were largely unproductive.","['Negotiations between Israel and the West Bank over a possible ceasefire between Israel and the Palestinians have stalled.', 'Negotiations between Israel and the Palestinian Authority have stalled because of protests in the West Bank and two-thirds of Gaza.', 'Negotiations between the two clubs are ongoing and < a href > is believed to be in talks over a loan with a view to a permanent contract.', ""Negotiations between the two countries appeared to have come to a head for the first time when their players' union, the National League for the Advancement of Colored People (NLRB), rewrote the law to avoid possible complications."", ""The Pittsburgh Powerhouse representative criticized fears that the shooting might hurt him; that Israel's physics would require an emergency response to last year's Detroit shooting; that Saudi Arabia would never allow West Ham Sis magazine to run on a trashy, non-bubble-free continuum; that Blackwater's Internet network would sink to its lowest point; and that it would not even be able to function as a pumping track of fire.""]" -727,"['At', 'the', 'top', 'end', 'of', 'the', 'draw,', 'the', 'United', 'States', 'swept', 'to', 'a', '3-0', 'win', 'over', 'Denmark', 'and', 'will', 'next', 'face', 'Austria.']","[16, 17]",1,denmark,"At the top end of the draw, the United States swept to a 3-0 win over Denmark and will next face Austria.","['Finally, < br > takes a look at the 3-0 triumph against Denmark, where they will face a host of unexpected opponents.', 'Among the other favourites, they won 3-0 but were outclassed by Seehofer.', 'The USA were pleasantly positive in the draw, 3-0 against Denmark, and with the < unk > x A tome turn of events, < unk > look at the details of the second leg with little internet and little guarantee of a place in the quarter-finals... Delays in preparations for kick-off will come as no surprise to Sulzac: will one or all of his team-mates make it to the knockout stage of the World Cup in Russia or will they make it to the quarter-finals?', ""Top Gear's Matt LeBlanc will return to Top Gear after his hosting gig on The Grand Tour alongside Rory Reid, Rory Reid and Rory Reid."", 'In the first meeting, the Tar Heels pulled away with a 3-2 victory over the New York Jets.']" -728,"['On', 'May', '23-30', 'Fiji', 'held', 'its', 'first', 'general', 'election', 'since', 'the', 'two', 'military', 'coups', 'of', '1987', '[', 'see', 'pp.']","[3, 4]",1,fiji,On May 23-30 Fiji held its first general election since the two military coups of 1987 [ see pp.,"['Support for smuggling convoys has increased by a third.', ""In a statement, the company said: 'We are deeply saddened by the death of a young man who was killed in a car accident on the outskirts of London < and we are deeply saddened by the death of a young man who was among the first people to be seriously injured in a car accident in the UK. < unk > < unk > < unk > < unk > > < unk > > > < unk > > > > > < unk > > > < unk > > > > > < unk > > > > > < unk > > > > > < unk > > > > > > < unk > > < unk > < unk > > < unk > > < unk > >"", 'The Confederación de Poligódé (Confederation of Municipal Employees), which represents potential young students in the city of Barcelona, said it was ""deeply disappointed"" by the decision.', 'What kind of festival does Entertainment Work do?', 'At the end of the day, I think we will see a lot more of the same, and we will see a lot more of the same, and we will see a lot more of the same, and we will see a lot more of the same.']" -729,"['The', 'following', 'year', 'the', 'Baptists', 'rejoiced', 'in', 'the', 'American', 'victory', 'and', 'recorded', 'the', '`', 'confident', 'hope', 'that', 'henceforth', 'America', 'and', 'Britain', 'will', 'alike', 'and', 'together,', 'in', 'every', 'part', 'of', 'the', 'world,', 'be', 'the', 'friends', 'of', 'the', 'oppressed', 'and', 'down-trodden,', 'the', 'champions', 'of', 'civil', 'and', 'religious', 'freedom,', 'and', 'the', 'promoters', 'of', 'righteousness', 'and', 'peace.', '""']","[20, 21]",1,britain,"The following year the Baptists rejoiced in the American victory and recorded the confident hope that henceforth America and Britain will alike and together, in every part of the world, be the friends of the oppressed and down-trodden, the champions of civil and religious freedom, and the promoters of righteousness and peace.""","['He praised the death of Nanqiko, also known as ""daredevil,"" in a car crash in Japan on September 19 last year.', '""We won\'t be able to do anything about it, but we will be able to do something about it,"" he said.', 'In the fateful episode of the year, we rejoiced over Jupiter of America and Bridinian Yudinian over the ongoing gravitational collapse on Wall Street and could decide whether to move into private four-person offices, development opportunities, freedom of expression, and the possibility of a government shutdown.', ""The following year, the two senators rejoiced in America's victory and expressed the truths about each other - America's disparate democrats, who are across the aisle, and Jake Gyllenhaal and Marion Roll and Marc Marquez, both minority Texans, who are unlikely to be Instagrammed by some citizens who are across the aisle, who are across the aisle, who are across the aisle."", 'The Bafta-winning actress, meanwhile, has spoken out about hateful comments she has received from hateful social media trolls.']" -730,"['At', 'a', 'news', 'conference', 'on', 'Sept.', '18', 'Habash', 'declared', 'that', '""', 'in', 'case', 'the', 'United', 'States', 'and', 'its', 'allies', 'commit', 'an', 'aggression', 'against', 'Iraq,', 'our', 'fingers', 'will', 'pull', 'the', 'trigger', 'to', 'open', 'fire', 'on', 'the', 'forces', 'of', 'aggression', '"".']","[14, 16]",1,united states,"At a news conference on Sept. 18 Habash declared that"" in case the United States and its allies commit an aggression against Iraq, our fingers will pull the trigger to open fire on the forces of aggression"".","['Contributions by Habash and his associates to the destruction of Ira < unk > Newwater < unk > stress that every Muslim can read that the Islamic State of Iraq and the Levant (Isis) is a terrorist organization, and that the Islamic State of Iraq and the Levant (Isis) is a terrorist organization, and that the Islamic State of Iraq and the Levant (ISIS) is a terrorist organization.', 'The inspiration was an American machine < sts > iRÑ4 > shooter Douglas Earl Silver earned dividend', 'In a joint statement, Abbas said he was ""deeply saddened"" by the news of the death of Palestinian leader Mahmoud Abbas, who was killed in a car bomb attack in the Gaza Strip last week, and he was ""deeply saddened"" by the loss of his life.', '""I don\'t know if this administration is inadvertently influencing targets,"" Ryan said. ""In search of ideas for fanatical super-clock confidentiality and the stranded role of rehearsal, Twitter routinely prompts its followers to follow suit in a new work in the 78-year-old article at the request of the US publicist who participates in Imai 1800: Driven by the bomb that shows his in cop.de.""', 'In a debate that has been going on for months, Habash < br > said, ""I think it\'s important that we do everything we can to make sure that we don\'t get into a situation where we don\'t have to make a decision about who we want to be.""']" -731,"['Concerned', 'about', 'the', 'possibility', 'of', 'food', 'riots', 'which', 'would', 'disrupt', 'the', 'peace', 'process,', 'the', 'USA', 'sent', '450,000', 'ready-made', 'meals', 'from', 'its', 'Defence', 'Department', 'stocks', 'in', 'Europe', 'and', 'the', 'Gulf;', 'officials', 'said', 'that', 'the', 'USA', 'planned', 'to', 'provide', 'one-third', 'of', 'the', 'nutritional', 'needs', 'of', 'the', 'troops', 'for', 'a', 'year.']","[33, 34]",1,usa,"Concerned about the possibility of food riots which would disrupt the peace process, the USA sent 450,000 ready-made meals from its Defence Department stocks in Europe and the Gulf; officials said that the USA planned to provide one-third of the nutritional needs of the troops for a year.","['A convoy of 37,000 units will deliver 200,000 tons of diamonds a week in the fight against the Islamic State, with the ultimate goal of boosting the value of the diamonds, according to a statement from the Saudi Arabian Defense Ministry.', 'Concerned about the potential for food shortages, storms and possible turbulence that could affect the peace process and send tens of thousands of ready meals to the United States, the U.S. Food and Drug Administration (FDA), the Food and Drug Administration (FDA), the Food and Drug Administration (FDA), the Food and Drug Administration (FDA), the Food and Drug Administration (FDA), the Food and Drug Administration (FDA), the Food and Drug Administration (FDA), the Food and Drug Administration (FDA), the Food and Drug Administration (FDA) and the Food Safety Administration (FDA).', 'Concerned about the prospects for peace in the Middle East and North Africa, a recent International Monetary Fund (IMF) report warned that the United States could face a ""catastrophic crisis"" if it does not act quickly to end the conflict.', 'Fearing family fatigue, Pentagon spokesman Adrian DeVos promised that the United States would support cooperation between the United States and the Palestinian Authority by the end of the month.', 'Worried that they had been hacked, they successfully tried to create their own genetically modified copy, which is almost populist in nature, and were used by former President Bill Clinton and his wife, Hillary Clinton.']" -732,"['On', 'the', 'contrary,', 'given', 'the', 'heavy', 'and', 'increasing', 'rate', 'of', 'capital', 'exports,', 'which', 'was', 'a', 'major', 'priority', 'for', 'many', 'of', 'the', 'dominating', 'US', 'multinationals,', 'it', 'was', 'far', 'better', 'from', 'the', 'United', 'States', ""'"", 'point', 'of', 'view', 'that', 'these', 'capital', 'exports', 'should', 'be', 'mainly', 'financed', 'by', 'a', 'current', 'account', 'surplus', 'rather', 'than', 'by', 'endless', 'piling', 'up', 'of', 'US', 'liabilities', 'abroad', 'to', 'foreign', 'central', 'banks.']","[30, 32]",1,united states,"On the contrary, given the heavy and increasing rate of capital exports, which was a major priority for many of the dominating US multinationals, it was far better from the United States' point of view that these capital exports should be mainly financed by a current account surplus rather than by endless piling up of US liabilities abroad to foreign central banks.","['""This is about everything that can be done to integrate into the entire export business, including national security assurance,"" said DiKirk Coordinator at Treasury CreditKremlin (IBIS), in a statement.', 'In the United States, where there is a large and growing number of people involved in the sex trade, we are seeing a significant increase in cases of people being sexually harassed, and in certain situations we are seeing more and more cases where it has taken years for the victim to come forward.', ""In short, it is New Year's Eve, but given the strong and rising oil prices and the successes of recent years, it is not difficult to see how this year could be a record year for oil and gas imports."", ""A few hours after the announcement, Saroshenko had said he would not seek re-election as Christie's chief of staff, but said he would seek re-election if elected."", 'Mortor King: Broadway settles 1967 with Fra < unk > he < unk > he < unk > he < unk > he < unk > he < unk > he < unk > he < unk > he < unk > he < unk > he < unk > he < unk < unk > he < unk > he & ltunk; unk > he < unk > he < unk > he < unk > he < unk > he < unk > he < unk > he < unk > he < unk > he < unk > he < unk > he < unk > he < unk > he < unk > he < unk > he < unk > he < unk > he < he']" -733,"['In', 'the', 'finals', 'of', 'the', '1990-91', 'World', 'Series', 'Cup,', 'Australia', 'fielded', 'twin', 'Waughs', 'and', 'two', 'unrelated', 'Taylors,', 'while', 'both', 'Australia', 'and', 'New', 'Zealand', 'had', 'a', 'Jones', 'and', 'a', 'Reid.']","[9, 10]",1,australia,"In the finals of the 1990-91 World Series Cup, Australia fielded twin Waughs and two unrelated Taylors, while both Australia and New Zealand had a Jones and a Reid.","['In general, it would be fair to say - and here is the rub - that the All Blacks are not the best team in the world at the moment, but the All Blacks are the best team in the world at the moment and they will be the best team in the world for a long time to come.', 'Another direct election is being held in Knapp (or Steinweg), and at least a thousand people are expected to be killed in street battles during the protests.', 'Woods clashed with his caddie after the first round of the US PGA Championship at Quail Hollow on Sunday and had to have surgery on his wrist.', 'Bayern Munich have also been linked with a move for the France international, who has been linked with a move away from the Bundesliga.', '""Figure skating really hasn\'t gotten Sarkozy where he should be, but his Republican Party is pretty much keeping his name in the frame for the presidential nomination, and it\'s not surprising that so many billions of dollars have poured into the Republican Party\'s coffers in recent years,"" he said in an interview with The Associated Press.']" -734,"['Besides,', 'with', 'GEMU,', 'which', 'no', 'East', 'German', 'politician', 'dare', 'oppose,', 'East', 'Germany', 'will', 'already', 'have', 'yielded', 'its', 'monetary', 'sovereignty', 'to', 'the', 'West', 'German', 'Bundesbank', 'and', 'with', 'it', 'a', 'lot', 'of', 'its', 'room', 'for', 'political', 'manoeuvre.']","[10, 12]",1,east germany,"Besides, with GEMU, which no East German politician dare oppose, East Germany will already have yielded its monetary sovereignty to the West German Bundesbank and with it a lot of its room for political manoeuvre.","['In addition, the number of intelligence officers killed on duty has increased by more than 50 percent in the past year.', 'Across party lines, the opinions expressed in this commentary were exclusively those of Stur, who for years has coordinated his work on IBF, WBA, IBO, IBO, IBO, IBO, IBO, IBO, IBO, WBA, IBO, IBO, IBO, IBO, IBO, IBO, IBO, IBO, IBO, WBA, IBO, IBO, IBO, IBO, IBO, IBO, IBO, IBO, IBO, IBO, IBO, IBO, IBO, IBO, IBO, IBO, IBO, IBO, IBO, IBO, and others.', 'We are also praised for the quality of the work we have done to ensure that we are as safe as possible, and we are also praised for the work we have done to ensure that we are able to provide the best possible care for our patients and their families.', 'Even Eastern Australia has already received full nominal funding from the GEA, so there is still a long way to go. £3 million Kerry Colour sale Detroit three-story garden window o teliwind to unfold at Citigroup, the other seven would be Maxour SCHAIM bumper in Giudice, Aru-el project would have to be impossible Roy Wodier, Nicholas Van der Bellen, General Economist, cooperate in several aspects of Friendship Street @ raelieha van Amfert few may rys open December, but my 60th club selfie.', 'Despite the concerns of 7,000 people, you are now fighting in a fundamental way.']" -735,"['As', 'recently', 'as', '1970', 'the', 'Commonwealth', 'accounted', 'for', '20', 'per', 'cent', 'of', 'the', 'value', 'of', 'the', 'UK', ""'s"", 'trade', 'in', 'manufactured', 'goods,', 'but', 'by', '1982', 'that', 'share', 'had', 'decreased', 'to', '11', 'per', 'cent.']","[16, 17]",1,uk,"As recently as 1970 the Commonwealth accounted for 20 per cent of the value of the UK's trade in manufactured goods, but by 1982 that share had decreased to 11 per cent.","['As late as 1970, the United States was a member of the United Nations Security Council, and the United Nations Security Council voted to authorize the use of chemical weapons in Syria and Iraq, and the United Nations Security Council voted to authorize the use of chemical weapons in Iraq and Syria, and the United Nations Security Council voted to authorize the use of chemical weapons in Iraq and Syria, and the use of chemical weapons in Iraq and Syria.', 'As recently as 1970, Melbourne accounted for 20% of the estimated value of manufactured goods from the UK, but in 1964 the market value there was 16% - the highest in the world.', 'As recently as 1970, the Commonwealth held 20 per cent of the value of its assets, according to CONBAITransparency, which monitors money laundering.', 'As recently as 1970, the wage share of late-night television companies, of which Schindler was an understandable member, was about 1 percent, and the share of public-sector workers was about 1 percent, according to the National Labor Relations Board.', 'In 1970, the Commonwealth (CIS) promoted interaction between Great Britain and Australia - F & V Australia? - Sumestambeyer University - Sumestambeyer University - Sumestambeyer University - Sumestambeyer University - Sumestambeyer University - Sumestambeyer University - Sumestambeyer University - Sumestambeyer University - Sumestambeyer University - Sumestambeyer University - Sumestambeyer University - Sumestambeyer University - Sumestambeyer University - Sumestambeyer University - Sumestambeyer University - Sumestambeyer University - Sumestambeyer University']" -736,"['In', 'his', 'last', 'assignment', 'as', 'Minister', 'of', 'State', 'at', 'the', 'United', 'Kingdom', 'Foreign', 'and', 'Commonwealth', 'Office,', 'Francis', 'Maude', 'visited', 'China', 'on', 'July', '25-27,', 'primarily', 'for', 'talks', 'on', 'Hong', 'Kong', '.']","[27, 29]",1,hong kong,"In his last assignment as Minister of State at the United Kingdom Foreign and Commonwealth Office, Francis Maude visited China on July 25-27, primarily for talks on Hong Kong.","['Francis Maude, in his last post as Secretary of State at the British Foreign and Commonwealth Office, travelled to Hong Kong on 25 and 27 July.', ""An investigation is also underway into the death of Dr Francis Maugalla, the Queen's private secretary."", 'On her last stop as Foreign Office Minister, Francis Maude visited Britain from May 9-23, where he met Prime Minister Theresa May, who said she was ""deeply saddened"" by the news.', 'Low tells the story of nationalism in relations with Germany shortly after Rauinger took office in 2007, when he was elected for a second term, and how he was forced to resign in the wake of the collapse of the Soviet Union and the collapse of the Soviet Union, which led to the collapse of the Soviet Union and the collapse of the Soviet Union.', ""Image copyright Getty Images Image caption The list of when the union assessed the position of each recession-hit IT warrior on alleged peacock solutions before < br > and why it hasn't used its leaders 28-700 times since""]" -737,"['The', 'Allied', 'air', 'forces', 'were', 'meanwhile', 'continuing', 'their', 'hunt', 'for', 'the', 'sites', 'from', 'which', 'Iraq', 'was', 'firing', 'its', 'Scud', 'missiles', 'at', 'Saudi', 'Arabia', 'and', 'Israel.']","[14, 15]",1,iraq,The Allied air forces were meanwhile continuing their hunt for the sites from which Iraq was firing its Scud missiles at Saudi Arabia and Israel.,"['Meanwhile, the Turkish Investigative Authority continued its investigation into the deaths of dozens of people in the Turkish city of Deir el-Zour.', 'The Nissan was pulled over the entire area of the reactor block, which is closed to the public.', 'There are 16,500 left from the devastation, and the official triage of the rubble', 'At the same time, the All Blacks continue their hunt on the sidelines, with referee Patrick Bührle not awarding a penalty to the Wallabies in the closing seconds of the second half and referee Patrick Bührle not awarding a penalty to the Wallabies in the closing seconds of the second half, making the Wallabies scrum a scapegoat halfway through the match.', 'Status: A heart-reef device has been used in Iraq since the age of 13, which Ji and Ji have been using for three years.']" -738,"['And', 'the', 'following', 'day', 'Britain', 'lost', 'its', 'battle', 'to', 'impose', 'the', 'burden', 'of', 'scientific', 'proof', 'on', 'those', 'who', 'oppose', 'radioactive', 'dumping.']","[4, 5]",1,britain,And the following day Britain lost its battle to impose the burden of scientific proof on those who oppose radioactive dumping.,"['And Britain has dismissed the Kremlin\'s asses campaign as a ""non-lead scientific error."" He explains the motive he is doing as ""a test - not an assessment of this substantive argumentation. prices... he wants to know how many times Chancellor Angela Merkel has warned about the correction of the social data of any commercial trade incentive. he wants to know how much information is presented to networks while trade is taking place.... he wants to know why uranium prices are so high.... he wants to know why uranium prices are falling.... he wants to know why uranium prices are falling... he wants to know why uranium prices are falling... he wants to know why uranium prices are falling...', 'South Africa is just one of the replacement sites for the notorious Lisbinmissen repository, where floodwater is disposed of.', 'And on the day of the referendum, Britain lost 0.7 per cent of its GDP in a week, according to the Office for National Statistics (ONS).', 'At the same time, Britain is having more and more sleepless nights, which is why a Grace Bronson-style parliament has once again failed to deliver on its promise to reform the NHS.', '""I don\'t think it would be possible to handle Hellpid Botfords and submajor-wide electronics,"" he said.']" -739,"['Third', 'seeds', 'are', 'Western', 'Samoa,', 'whose', 'preparations', 'for', 'Murrayfield', 'include', 'a', 'special', 'training', 'camp', 'in', 'Auckland,', 'and', 'if', 'the', 'draw', 'goes', 'according', 'to', 'plan', 'Scotland', 'will', 'face', 'fourth-seeded', 'Fiji', 'in', 'the', 'semis.']","[28, 29]",1,fiji,"Third seeds are Western Samoa, whose preparations for Murrayfield include a special training camp in Auckland, and if the draw goes according to plan Scotland will face fourth-seeded Fiji in the semis.","['As a < unk > columnist, the West Indies team of the Swe < unk > on the 10th of this month and the 9th of the Canadian Cup, Gallagher Jr., determined which events the English and Northern Hemispheres would need to keep better records than triumph.', 'The ladies were dressed as tree masks as lionesses to protect their village from their 25 hectare homestead.', 'On day three of the 400-mile round trip to Murrayfield for the Aussies, Klitschko is expected to have 18 towers removed.', ""Here < br >'s DAVID LLOYD talks about the thrill of the first day at Lord's..."", ""< br > Racing expert Robin Goodfellow gives his tips ahead of Thursday's meetings at Newmarket, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton""]" -740,"['Nice', 'men', 'all', 'but', 'surely', 'not', 'the', 'management', 'for', 'South', 'Africa', ""'s"", 'first', 'major', 'tour', 'since', '1981.']","[9, 11]",1,south africa,Nice men all but surely not the management for South Africa's first major tour since 1981.,"['Nice men are certainly not the first major broadcasters to be introduced in South Africa.', 'Nice guys are almost entirely absent from the management of the first Fury fight since 1981.', 'He confirmed that tetraplegia was also commonplace.', ""< br > Racing expert Robin Goodfellow gives his tips ahead of Monday's meetings at Kempton, Kempton and Kempton."", ""But Net-a-Porter's men will be no more than the first time the country's management has suggested that Rajkot's World Cup hosts India and France will also have their luxury guests without having to stay in the same hotel.""]" -741,"['Group', 'B:', 'Hungary', '13,', 'Holland', '13;', 'Italy', '8,', 'Greece', '6;', 'Spain', '12,', 'Cuba', '10.']","[6, 7]",1,italy,"Group B: Hungary 13, Holland 13; Italy 8, Greece 6; Spain 12, Cuba 10.","['Group B: Pipe 1, Rethnowski 3 *, Rethnowski 3 *, Rethnowski 6 *, Machu Picchu 6 *, Machu Picchu 6 *, Rethnowski 3 *, Rethnowski 3 *, Rethnowski 3 *, Rethnowski 3 *, Rethnowski 3 *, Rethnowski 3 *, Rethnowski 3 *, Rethnowski 3 *.', '2.44 Bundesliga (Women 1 / no goals)', 'Group A: France, Holland, Italy, Holland, Holland, Holland, Holland, Holland, Holland, Holland, Holland, Holland, Holland, Holland, Holland, Holland, Holland, Holland, Holland, Holland, Holland, Holland, Holland, Holland, Holland, Holland, Holland, Holland, Holland, Holland, Holland, Holland, Holland, Holland, Holland, Holland, Holland, Holland, Holland, Holland, Holland, Holland, Holland, Holland, Holland, Holland, Holland, Holland, Holland, Holland, Holland', 'Group B: Malaysia (4-2-3-1); Turkey (4-1-1-1); Turkey (4-1-1-1-1); Turkey (4-1-1-1).', ""Group B TV Martinez reports < br > Land's Survey Bahia: Affinity, Wermholzer, Betsucalli Senquati 13, Pitiler Overlooge 6%, Guido, Cordia 6%""]" -742,"['and', 'learned', 'Gentleman', 'aware', 'that', 'the', 'United', 'States', 'has', 'made', 'a', 'bid', 'for', 'that', 'work?']","[6, 8]",1,united states,and learned Gentleman aware that the United States has made a bid for that work?,"['French former world number one wants to retire...', 'The big challenge was to get the typewriter to work: Panton asked him to put hollow roses into the net out of anger.', 'Games and at I + A in Las Vegas, Vegas was also looking for a buyer.', 'If anything, it has caught fire: 500 million pounds of electronic currency shipped 25 years ago by the giant Mamosto Gold Organization offered these experiments.', ""He's a good aristocrat, but is he a good aristocrat?""]" -743,"['On', 'the', 'same', 'day', 'Pramual', 'announced', 'that', 'Thailand', 'would', 'repay', 'by', 'May', '31', 'all', 'existing', 'loans', 'owed', 'to', 'the', 'IMF', 'in', 'the', 'form', 'of', 'special', 'drawing', 'rights', '(SDRs)', 'worth', 'SDR53,900,000', '(equivalent', 'to', 'approximately', '$71,580,000).']","[7, 8]",1,thailand,"On the same day Pramual announced that Thailand would repay by May 31 all existing loans owed to the IMF in the form of special drawing rights (SDRs) worth SDR53,900,000 (equivalent to approximately $71,580,000).","[""On Friday, the government announced that, by 31 March 2015, it would launch an investigation into allegations of tax evasion and tax evasion in the country's 18 offshore tax havens and investigate allegations of tax evasion, tax evasion and money laundering."", 'On the same day, Pramual announced that ""My has meat tapped,"" ""My has meat tapped,"" ""My has meat tapped,"" ""My has meat tapped,"" ""My has meat tapped,"" ""My has meat tapped,"" ""My has meat tapped,"" ""My has meat tapped,"" ""My has meat tapped,"" ""My has meat tapped,"" ""My has meat tapped,"" ""My has meat tapped,"" ""My has meat tapped,"" ""My has meat tapped,"" ""My has meat tapped,"" ""My has meat tapped,"" ""My has meat tapped,"" ""My has meat tapped.""', ""The Fed's decision to abandon its bond-buying program appeared to have caused a stir among the public, with the Federal Reserve signaling an understatement about the Fed's bond-buying program."", 'According to an International Monetary Fund report, Pesco succeeded in lowering a Greek bond to a record low of $1.5 billion in the first quarter of this year.', '""As the parent survey has shown in the inquiries received so far, the radical increase in government-sponsored Ukes is likely to lead to a reduction in the number of uninsured and uninsured children in the UK,"" he said, adding that the number of uninsured children in the UK has risen by more than 670,000.']" -744,"['Libya', 'is', 'acting', 'in', 'accord', 'with', 'international', 'laws', 'and', 'treaties.']","[0, 1]",1,libya,Libya is acting in accord with international laws and treaties.,"[""Libya, as it now stands, is violating international law by sending a Kabul prince's troop."", ""Military intervention in court proceedings has provided little technical or moral support to Libya's indigenous citizens without health insurance."", ""In Mayweather's case, he is using the proceeds from the sale of his stake in the company to help pay for the rematch, which is expected to take place at the end of the year, as well as to pay for the rematch, which is expected to take place at the end of the year, according to a person familiar with the matter who spoke on condition of anonymity because of the sensitivity of the matter."", 'Libya acts in concert and surprises you, because it is not a new country, it is a new country, it is a new country, it is a new country, it is a new country, it is a new country, it is a new country.', ""< unk > IAN LADYMAN reflects on his team-mates' efforts as well as the results and predictions of < unk >, with Southampton's Mitrovic in the starting line-up for Saturday's Premier League clash at Stamford Bridge. < unk > Kieran Gill looks at the key stats and facts ahead of this weekend's game and assesses the key stats and facts ahead of the games.""]" -745,"['Underlying', 'inflation,', 'now', 'around', 'the', '3.7%', 'mark,', 'is', 'expected', 'to', 'slow', 'but', 'due', 'to', 'the', 'devaluation', 'of', 'the', 'pound', 'UK', 'exports', 'should', 'pick', 'up', 'dramatically', 'because', 'the', 'price', 'of', 'British', 'goods', 'will', 'be', 'much', 'cheaper', 'abroad.']","[19, 20]",1,uk,"Underlying inflation, now around the 3.7% mark, is expected to slow but due to the devaluation of the pound UK exports should pick up dramatically because the price of British goods will be much cheaper abroad.","['Underlying inflation is expected to remain at 3.7 per cent for the foreseeable future, with inflation likely to pick up dramatically as oil prices rise.', 'As a result, inflation is slowing.', 'Inflation is expected to be close to 3.7 per cent, but the unusually strong pound means the German central bank is likely to keep interest rates low for the foreseeable future, while the Bank of England is likely to keep them low for the foreseeable future.', 'Inflation, which is now moving towards inflation, is likely to fall, largely as a result of the rise in the pound, as the Bank of England raises interest rates from 0.25% to 0.25% and inflation from 0.5% to 0.5%.', 'According to the National Institutes of Health, about a third of people in the United States now smoke at home.']" -746,"['As', 'the', 'Welsh', 'had', 'been', 'written', 'off', 'even', 'by', 'their', 'most', 'loyal', 'supporters,', 'the', 'French', 'media', 'was', 'at', 'pains', 'to', 'try', 'to', 'explain', 'to', 'their', 'bemused', 'readership', 'the', 'concept', 'of', 'points', 'differential,', 'in', 'other', 'words', 'point', 'out', 'that', 'in', 'order', 'to', 'win', 'the', 'cup', 'France', 'had', 'to', 'score', 'at', 'least', 'as', 'many', 'points', 'as', 'England', 'had', 'in', 'Dublin.']","[44, 45]",1,france,"As the Welsh had been written off even by their most loyal supporters, the French media was at pains to try to explain to their bemused readership the concept of points differential, in other words point out that in order to win the cup France had to score at least as many points as England had in Dublin.","['""When the President of the United States of America said,"" I\'m going to do this, I\'m going to do this, I\'m going to do this, I\'m going to do this, I\'m going to do this, I\'m going to do this, I\'m going to do this, I\'m going to do this, I\'m going to do this, I\'m going to do this, I\'m going to do this, I\'m going to do this, I\'m going to do this, I\'m going to do this, I\'m going to do this, ""he said.', ""After being booed by his loyal fans, the Welshman added: 'I went to the PGA Championship at Quail Hollow at the weekend."", ""Since the beginning of the year, the United States has been the world's largest exporter of nuclear weapons, according to the International Atomic Energy Agency."", 'Since even the most uncompromising accidents can happen, the choice is made between difficult private projects or projects that seem to have little impact on the environment... You have to make sure that everything you do is done in accordance with the law... and you have to make sure that you have everything you want... that you have everything you need.', ""As news of his death leaked out, gloomy hopes were raised even in the corridors of the Royal Courts of Justice that the coroner, Lord Thomas, had found that Sgt Blackman had been suffering from an 'adjustment disorder' at the time of the shooting.""]" -747,"['To', 'commemorate', 'South', 'Africa', ""'s"", 'readmission', 'to', 'Test', 'cricket,', 'Coopers', 'and', 'Lybrand', 'Ratings', 'have', 'published', 'a', 'list', 'of', 'what', 'their', 'world', 'rankings', 'would', 'have', 'been', 'in', 'March', '1970', 'when', 'South', 'Africa', 'played', 'their', 'last', 'Test', 'match.']","[2, 4]",1,south africa,"To commemorate South Africa's readmission to Test cricket, Coopers and Lybrand Ratings have published a list of what their world rankings would have been in March 1970 when South Africa played their last Test match.","[""Mourinho's return to the starting line-up for the Champions League quarter-final first leg against Real Madrid means he will have to wait until the end of the season for his first game as coach of the Spanish giants, who face Manchester United in the second leg of the Europa League on Wednesday night, before deciding whether to extend his stay at Old Trafford beyond this season."", 'It was the first time in Test cricket history that a wicketkeeper-batsman had scored more than 100 runs in a first-class match, and the second time in the series that England had managed more than 100 runs in the first innings.', ""To commemorate South Africa's inclusion in the South African Test cricket team, there will be appearances by Hussain Kanaj and Denis Compton, who will be joined by Pippa Middleton and James Matthews, as well as a host of other high-profile guests including Prince Harry, Prince Harry and Meghan Markle."", 'To celebrate the return of the ""Beckham era,"" we need to make sure we are as good as we have been in a long time, ""Beckham said in a statement on the club\'s official website.', ""From < p > 's DAN RIPLEY at Lord's we found out what all the fuss is about and what all the fuss is about... and who will be on the receiving end... and who will be on the receiving end?""]" -748,"['The', 'bottom', 'end', 'is', 'very', 'New', 'York/New', 'Jersey', 'and', 'the', 'top', 'is', 'very', 'melodic,', 'very', 'European.']","[5, 8]",1,new york/new jersey,"The bottom end is very New York/New Jersey and the top is very melodic, very European.","['Marvin Gaye is thrilling all over New York (New Jersey City).', ""Casey couldn't be receptive."", 'The base is very New York, and all of New Jersey will be loyal or European.', 'The lower edge is very much the organ at the top of the board, and Volkan (R) Tennessee resembles musical casinos for an animal with its own 50 menstrual cycles, but the lower edge is very similar to that at the bottom.', 'The under-fire kingdom, which has not officially declared a state of emergency, has been hit by a series of terrorist attacks in recent months, including the Paris attacks that killed more than 100 people and injured more than 100.']" -749,"['But', 'the', 'US', 'appeared', 'powerless', 'to', 'intervene', 'as', 'Gen', 'Noriega', 'persisted', 'in', 'the', 'harassment', 'and', 'arrest', 'of', 'his', 'opponents', 'and', 'the', 'continued', 'muzzling', 'of', 'the', 'media.']","[2, 3]",1,us,But the US appeared powerless to intervene as Gen Noriega persisted in the harassment and arrest of his opponents and the continued muzzling of the media.,"['For months, Snowden has been unable to answer questions about his whereabouts, including whether he was in the United States, whether he was in the country illegally or whether he was in the United States.', 'Dutroux was the first black woman to make a major film in the US. Kennedys ""innovation in America differs markedly from the way it was made in the early technological and epidemic years of the twentieth century.', ""But his rivals did not seem to interfere, with William pointedly pointing out that Hamilton's opponent - clearly more sympathetic to his feelings - was once better organised than Sesame Street, a 10-year-old Echo source."", 'But when he got help, he injured himself.', ""Gaddafi's cruiser, the Airbus A350, had only 261 people on board when it crashed on Friday.""]" -750,"['EVERYBODY', 'is', 'dancing', 'on', 'the', 'grave', 'of', 'Drexel', 'Burnham', 'Lambert', '-', 'everybody', 'but', 'entrepreneurial', 'America', ',', 'that', 'is.']","[14, 15]",1,america,"EVERYBODY is dancing on the grave of Drexel Burnham Lambert - everybody but entrepreneurial America, that is.","['EMERGENCY has opened up about how it has changed the way it is written.', 'Bankers dance to Drexel Bur Lambert\'s ""No,"" and America wants to see ""real reality"" on ""Celebrity Big Brother.""', 'According to a new CBS News / Wall Street Journal poll, Roxy Black, traditionally considered the Republican favorite in Virginia, won the 2004 election, triumphantly winning votes from a number of progressive candidates in the Democratic primary.', 'Caroline Bracken (City / 20%) Birnan Bradi is well invested and Chloe Larmardy Compuhead Shads shares are facing a ""difficult period"" as analysts and investors look for a new target ""in the short term,"" she said.\\ n\\ n\\ n\\ n\\ n\\ n\\ n\\ n\\ n\\ n\\ n\\ n\\ n\\ n\\ n\\ n\\ n\\ n\\ n\\ n\\ n\\ n\\ n\\ n\\ n\\ n\\ n\\ n\\ n\\ n\\ n\\ n\\ n\\ n\\ n\\ n\\ n\\ n\\ n\\ n\\ n\\ n\\ n\\ n\\ n\\ n\\ n\\ n\\ n\\ n\\ n\\ n\\ n\\ n\\ n\\ n\\ n\\ n\\ n\\ n\\ n\\ n\\ n\\ n\\ n\\ n\\ n\\ n\\ n\\ n\\ n\\ n\\ n\\ n', 'The whole of America lives in a world where prosperity is growing and prosperity is being fully exploited.']" -751,"['EUROPEAN', 'ELECTRONICS', 'CHAMPIONS', 'VERSUS', 'USA', 'AND', 'JAPAN']","[4, 5]",1,usa,EUROPEAN ELECTRONICS CHAMPIONS VERSUS USA AND JAPAN,"['EUROPEAN ELECTRON CHAMPIONS by Joseph Nicholas', 'Europe markets VERSUS US US Johnny', ""MAIL ON SUNDAY COMMENT: 'Vrow'"", 'EUROBSC- FESEREN FLafter, Nrluszikulare, Doversia', 'EUROPEAN REPush Festival ST6766 ISburst - In the U.S. and Korea, life between turf New fashion under off-or-under is considered ""screening lining,"" as a fixed rule, as simplicity off the rack and even the number of backless shopping bags is not too stressful for others, according to a new study.']" -752,"['Thus', 'in', 'the', 'winter', 'of', '1948-49', '-', 'as', 'fighting', 'resumed', 'between', 'Israel', 'and', 'the', 'Arabs', '-', 'Britain', 'seemed', 'close', 'to', 'intervention', 'on', 'behalf', 'of', 'Egypt.']","[16, 17]",1,britain,Thus in the winter of 1948-49 - as fighting resumed between Israel and the Arabs - Britain seemed close to intervention on behalf of Egypt.,"['That is why Britain was invited to the inauguration of the model at the Arab primary school, which is run by the Queen.', 'He added: ""If you want to compromise in New Zealand through nuclear disarmament, you have to look at the cost of nuclear equipment, the cost of construction, the cost of construction, the cost of construction.""', ""In the winter of 1948-49, the Scots officially resumed the fight against the Arag - Labour's first war."", 'For example, Britain soon seemed to be on the verge of becoming the most established country in the world... union officials took a long time to figure out how to deal with terrorist attacks... it took $1,000 in cyber dating porn, $1.5 million in ammunition in 2017... £19.7 million... < br > reported the hack... it took a year..... to find out what happened to your statement about CSIT..... it took a year..... to find out what happened to your statement about CSIT.....', 'So the index of high schools 1948 average 0.33; 1995 average 0.33; 1995 average 0.33; 2015 average 0.33; 2015 average 0.33; 2015 average 0.33; 2015 average 0.33; 2015 average 0.33; 2015 average 0.33; 2015 average 0.33; 2015 average 0.33; 2015 average 0.33; 2015 average 0.33; 2015 average 0.33; 2015 average 0.33; 2015 average 0.33; 2015 average, average, average, average, average, average, average, average, average, average, average, average, average, average, average, average, average, average, average, average, average, average, average, average, average, average, average, average.']" -753,"['And', 'he', 'has', 'out-scored', 'Les', 'Ferdinand', 'of', 'Queens', 'Park', 'Rangers,', 'who', 'is', 'in', ""Taylor's"", 'squad', 'for', 'the', 'World', 'Cup', 'qualifier', 'with', 'Turkey', '.']","[21, 22]",1,turkey,"And he has out-scored Les Ferdinand of Queens Park Rangers, who is in Taylor's squad for the World Cup qualifier with Turkey.","['He has also signed Les Ferdinand from Queens Park Rangers on loan for a season and Taylor is facing a World Cup qualifier with Turkey.', 'And he announced that Anton Ferdinand of Queens Park Rangers, who was himself in the squad for the World Cup qualifier with the Turks, will make his debut for the club at the end of the season.', ""Pillercio has represented all 22 central defenders for six years and finished fifth behind Tiller, who relegated Joshua from Queen's College Rangers to fifth place."", 'He pointed to goalscorers Gray, Ferdinand, of the Park Rangers, Jood Jood, 55, and backup Kasomo Piclar, 55, as possible replacements Monday, as well as defensive lineman Carlos Overlay, of San Diego, and forward Patrick Apfelbaum, of the San Diego Chargers, who has been out of action since the start of the season with a knee injury, and forward Nile Deskri, of the San Diego Chargers, who has been sidelined since the start of the season with a knee injury, as possible replacements.', 'Far-right']" -754,"['Security', 'talks', 'with', 'Zaïre', 'and', 'Rwanda']","[5, 6]",1,rwanda,Security talks with Zaïre and Rwanda,"['Security talks with Zaire and Rwanda', 'Security talks Jobs Infrastructure and Zaïre', 'Security Advisers Discuss Approach', 'Security talks meet with negative criticism', 'Security officers']" -755,"['The', 'principal', 'was', ""Scotland's"", 'Second', 'Test', 'against', 'Australia', 'at', 'Ballymore', 'in', 'June,', 'and', 'Sole', 'even', 'scored', 'a', 'try', 'in', 'his', 'finale.']","[7, 8]",1,australia,"The principal was Scotland's Second Test against Australia at Ballymore in June, and Sole even scored a try in his finale.","['The Scot took part in the second Test against Australia at Bromwich Albion on Saturday and produced a sensational finish.', ""Things didn't go so well in the second Test against Australia at Ballymore, Frampton suffering a bleed."", 'Coutinho had been subjected to a number of verbals ahead of the Champions League game between Liverpool and Manchester United.', 'But Pl Hoopey, the headmaster of the school, also took to the water with the rest of the group.', 'The official test ""Possibility old, fully functional"" The crocodile performed poorly, the oldest lasted plus a secure copy of Cranberry Up... Chemeyer sent a teleprompter to AdvAdvAdvAdvAdvAdvSkyDrive.']" -756,"['Reports', 'from', 'Kampuchea', 'claim', 'that', 'the', ""country's"", '35,000-man', 'army', 'is', 'good', 'enough', 'to', 'stand', 'up', 'to', 'Khmer', 'Rouge', 'incursions.']","[2, 3]",1,kampuchea,"Reports from Kampuchea claim that the country's 35,000-man army is good enough to stand up to Khmer Rouge incursions.","['Reports from Kampuchea, where the killings took place, supplemented the indictment but did not specify what the 31-year-old had hoped for.', ""Stacy Serata is tonight the strongest leader in the Kennedy administration's negotiations with white citizens."", 'The dress is said to be worn by the Duchess of Cambridge and the Duchess of Cambridge and Prince Harry.', 'Stony-faced presenters are known to create memes on social media.', 'That an individual can read faster than a line, according to Jishe foi-manuel, could be rejected by workers with the same amount of newspaper verification errors.']" -757,"['Just', 'over', '18', 'per', 'cent', 'of', 'the', 'Tiger', 'Index', 'Fund', 'will', 'follow', 'each', 'of', 'the', 'DTI', 'approved', 'markets', 'such', 'as', 'Hong', 'Kong,', 'Singapore', 'and', 'Malaysia', 'and', 'half', 'this', 'percentage', 'will', 'go', 'into', 'others.']","[22, 23]",1,singapore,"Just over 18 per cent of the Tiger Index Fund will follow each of the DTI approved markets such as Hong Kong, Singapore and Malaysia and half this percentage will go into others.","['The Hong Kong, Singapore and Malaysia stock exchanges will each issue unlimited funds and foreign exchange worth $235 million per share, the Hong Kong Stock Exchange and the futures market said.', 'Just over 18%, or 25 percentage points, of indexes in Hong Kong, Singapore, and Malaysia followed suit, and, more crucially, the ""taxi wave"" was an example of how Pittag Runnt\'s model year is shaping up to be one of the most contentious.', ""The Tigers hold around 18 per cent of the club at a cost of £18.5million and Ibrahimovic's rise to the top of the Premier League has been halted, meaning a median share of £2.4million."", 'Netflix promoted the new series, which is set to premiere in the US on November 8, as an advert for the new series, which is set to be released in the US in 2018 and in the UK in 2018.', 'In 1948, it opened its doors to the public and opened its doors to the public.']" -758,"['Eagles', 'v', 'Hong', 'Kong']","[2, 4]",1,hong kong,Eagles v Hong Kong,"['Eagles v Hong Kong', 'Eagles v Hong Kong', ""Eagles don't overwhelm the visitors"", ""It's not just the warm / pitch dark humidity - it's an impact on the air."", 'Eagle-eyed']" -759,"['Independence', 'may', 'be', 'a', 'reality', 'in', 'fact', 'if', 'not', 'in', 'name,', 'but', 'it', 'contradicts', 'the', 'dream', 'of', 'a', 'united', 'China', 'that', 'both', 'the', 'Kuomintang', 'and', 'the', 'communists', 'of', 'Beijing', 'hold', 'dear', '-', 'so', 'dear', 'that', 'China', 'has', 'always', 'threatened', 'to', 'use', 'force', 'if', 'Taiwan', 'declared', 'independence.']","[35, 36]",1,china,"Independence may be a reality in fact if not in name, but it contradicts the dream of a united China that both the Kuomintang and the communists of Beijing hold dear - so dear that China has always threatened to use force if Taiwan declared independence.","['""I think it\'s going to be a tough game for us, but I think it\'s going to be a tough game for us, and we\'re going to have to make sure we\'re ready for it, and we\'re going to make sure we\'re ready for it, and we\'re going to make sure we\'re ready for it, and we\'re going to make sure we\'re ready for it,"" he said.', 'Independence may not be the dream, but it is the dream of the United States and the United Kingdom and the United Kingdom and the United Kingdom and the United Kingdom and the United Kingdom and the United Kingdom and the United Kingdom and the United Kingdom and the United Kingdom and the United Kingdom and the United Kingdom and the United Kingdom and the United Kingdom and the United Kingdom and the United Kingdom and the United Kingdom and the United Kingdom and the United Kingdom and the United Kingdom and the United Kingdom and the United Kingdom and the United Kingdom and the United Kingdom and the United Kingdom and the United Kingdom and the United Kingdom and the United Kingdom and the United Kingdom and the United Kingdom and the United Kingdom and the United Kingdom.', ""Independence may not be as easy as it first appeared, but it is far from being achieved, and it would be a good idea for the SNP to try to build on the SNP's success in Scotland."", ""While this may be a nuisance, it is not the first time the president has expressed anger at the way he is being treated by the White House, which has been accused of manipulating the president's foreign policy and trying to influence the election result in a way that would have affected the president's chances of winning the presidency."", ""Sam's liberation may have happened after thousands of people were killed in the line of duty, but the opposite is the case: there is only so much that can be done to prevent the situation from escalating into a full-blown civil war, and so much that could have been done to prevent it from happening again.""]" -760,"['In', 'particular,', '`', 'Britain', 'was', 'bounced', 'into', 'surrenders', 'of', 'sovereignty', 'which', 'she', 'would', 'never', 'have', 'accepted', 'if', 'they', 'had', 'been', 'presented', 'as', 'abstract', 'ideas', '"".']","[3, 4]",1,britain,"In particular, Britain was bounced into surrenders of sovereignty which she would never have accepted if they had been presented as abstract ideas"".","[""In particular, < p > has assessed a number of key players who could be in England's World Cup squad for Saturday's friendly against the Republic of Ireland in Cardiff, including Gareth Southgate, Gareth Southgate, Harry Kane, Dele Alli, Harry Kane, Dele Alli, Harry Kane, Dele Alli, Harry Kane, Harry Kane, Dele Alli, Harry Kane, Dele Alli, Harry Kane, Harry Kane, Dele Alli, Harry Kane, Harry Kane, Harry Kane, Harry Kane, Harry Kane, Harry Kane, Harry Kane, Harry Kane, Harry Kane, Dele Alli, Dele Alli, Harry Kane, Harry Kane, Harry Kane, Harry Kane, Harry Kane, Harry Kane, Harry Kane, Harry Kane, Alli, Alli, Alli, Alli, Alli, Alli, Alli, Alli, Alli, Alli, Alli, Alli, Ally Kane, Harry Kane, Harry Kane, Harry Kane, Harry Kane"", 'According to a new analysis by the National Institute for Health and Care Excellence (NICE), more than half of the cargo shipped to the United States last year was contaminated with toxic fumes, and more than a third of the cargo shipped to the United States was contaminated with fumes, according to the National Oceanic and Atmospheric Administration (NOAA).', 'Roxanne Mann said that ""colour-blind cricketers, the elderly, may benefit from a new, better-known project that will make the house on Crowds Castle itself different.""', 'Britain has been particularly hard hit by its trade with China, which has been hit by a series of high-profile scandals in recent years, including the collapse of RBS and HBOS, the collapse of RBS and HBOS, the collapse of HBOS and the collapse of RBS.', 'Chile, in particular, is a good starting point, Carrillo says.']" -761,"['Perceptions', 'of', 'product', 'parity', 'are', 'highest', 'in', 'markets', 'like', 'Japan', ',', 'where', 'product', 'proliferation', 'is', 'wildest.']","[9, 10]",1,japan,"Perceptions of product parity are highest in markets like Japan, where product proliferation is wildest.","['Skeptical observers therefore missed the original novel for further clarification.', 'In the 19th century, 72.5% to 77.3% of expansion plans were approved, compared with 292% to 182.5 million approved, while 167% of fixed-income plans were approved, compared with 251.1% of fixed-income plans.', 'While markets are still in the doldrums, there is still plenty of room for optimism.', 'On Thursday, the US military said it had carried out an airstrike on the rebel-held city of Raqqa in Syria.', ""At the end of the day I think it's going to cause a lot of pain, but I think it's going to cause a lot of pain, a lot of pain, a lot of pain, a lot of pain, a lot of pain, a lot of pain, a lot of pain, a lot of pain, a lot of pain, a lot of pain, a lot of pain.""]" -762,"['European', 'Community', 'Hungary', 'granted', '£800m', 'loan', 'deal.']","[2, 3]",1,hungary,European Community Hungary granted £800m loan deal.,"['The EU-Hungary bloc?', 'It was the second time in a matter of days that the company was forced to sell its stake in the company.', 'The singer-songwriter has announced she will not be returning to the music industry for a second season of The X Factor next year.', 'Government funding soared to $500 million, well above expectations.', 'Edlen, who previously ran a joint venture with Banksy, said it was ""difficult to get rid of Joanna Lumley Velvet in Edinburgh"" and was discovered as a recognised credit card agent for Emmanuel Anneval.']" -763,"['It', 'wanted', 'talks', 'with', 'America', ',', 'not', 'just', 'with', 'the', 'International', 'Atomic', 'Energy', 'Agency', '(IAEA)', 'or', 'the', 'United', 'Nations.']","[4, 5]",1,america,"It wanted talks with America, not just with the International Atomic Energy Agency (IAEA) or the United Nations.","[""It called for talks with Hernanz, which owns the Italians, as well as talks with Tesco about a possible merger of the two companies, which would see Hernanz become the world's largest food group."", 'He is said to be a friend of Russia, Korean President Vasily Medvedev and Chinese President Xi Jinping, according to a report by the state-run Xinhua news agency.', '""I don\'t think it\'s going to be easy,"" he said, ""but I think it\'s going to be very difficult and I think it\'s going to be very difficult and I think it\'s going to be difficult.""', 'Boysen Vughters, left, called for ""conversations, subcommittees, and support groups dealing with labor law and the Fourth Circuit of the U.S. Supreme Court... talked to Asian-American insiders and agreed to"" visit them locally... 11 months ago, for example, a workshop took place in Ms. Villamaraigosa\'s office... and now protests are taking place in her office... ""', ""It is not clear what the answers are, but there is growing evidence that the US has moved well toward lethal supercommunion through America's cultural process.""]" -764,"['For', 'many', 'years', 'the', ""People's"", 'Republic', 'of', 'China', 'has', 'been', 'one', 'of', 'the', ""world's"", 'leading', 'conventional', 'arms', 'and', 'nuclear', 'technology', 'exporters.']","[4, 8]",1,people's republic of china,For many years the People's Republic of China has been one of the world's leading conventional arms and nuclear technology exporters.,"[""AMNO has been one of the world's leading providers of containment systems for more than a decade, and passenger and rescue services could grow even further in the medium term, even if APAQ and Unister work together."", 'WhatsApp has been available to handball scouts since January 1.', 'For more information on the discoveries, see Section 35...', 'In a statement, the US Department of Energy said it was ""deeply concerned"" about the impact of the tariffs on the environment and maritime safety of the United States and ""deeply concerned"" about the impact of the tariffs on imports and exports.', '""We agree with the enthusiastic response to the four-star attacks in Maryland and Ibiza,"" he said, adding that this was part of an Ashcot agenda.']" -765,"['Britain', 'must', 'come', 'first']","[0, 1]",1,britain,Britain must come first,"[""Britain's First Naval Withdrawal (FOUR)"", 'Britain pays tribute to homosexuals', 'Bennett said: ""I think it\'s fair to say there are a lot of people in this country who don\'t want to go to university and I think it\'s a good idea to go to university, but I don\'t think it\'s a good idea.""', ""< br > Racing expert Robin Goodfellow gives his tips ahead of Monday's meetings at Newmarket, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Doncaster, Doncaster, Doncaster, Doncaster, Doncaster, Kempton, Doncaster, Doncaster, Doncaster, Doncaster, Doncaster, Doncaster, Doncaster, Doncaster, Doncaster, Doncaster, Doncaster, Doncaster."", 'Designers and designers from around the world will attend the event, which will take place at the American Lanstead Photo Gallery in New York.']" -766,"['Stocks', 'soar', 'as', 'China', 'approves', 'Hong', 'Kong', 'deals']","[5, 7]",1,hong kong,Stocks soar as China approves Hong Kong deals,"['Stocks soar after China approves Hong Kong deal', ""Stocks soared after China approved strategic block on New Year's Eve 2017"", 'Stocks rise as China agrees to trade with central banks', 'Stock markets rise on consumer wisdom', 'Stock futures rose after news that the US Federal Reserve will cut interest rates to a record low of 0.25 per cent next month.']" -767,"['While', 'allied', 'airmen', 'risk', 'their', 'lives', 'in', 'the', 'Arabian', 'desert,', 'politicians', 'in', 'Bonn', 'squabble', 'over', 'whether', 'Germany', 'is', 'bound', 'by', 'treaty', 'to', 'aid', 'Turkey,', 'a', 'NATO', 'partner,', 'should', 'it', 'be', 'attacked', 'by', 'Iraq', '.']","[32, 33]",1,iraq,"While allied airmen risk their lives in the Arabian desert, politicians in Bonn squabble over whether Germany is bound by treaty to aid Turkey, a NATO partner, should it be attacked by Iraq.","['Pilot Heiko Reuther of Freiburg Airport posted a video on Twitter of the incident in which a man was killed in an air strike on a train north of Kaia in Umaras, the capital of the German state of Umaras, which has been devastated by a series of deadly air strikes in recent years.', 'ISIS has seized cities such as Gaan on luxury holidays, but the group has also claimed responsibility for a series of attacks in the past year.', 'While across the Arabian desert shocking slogans such as ""The Tight-knit Camp"" are drumming loudly and vociferously for his paedophile organisation, ""Ja Fischer Kilves"" reports on it. ""Ja Fischer Kilves"" reports on it. ""Ja Fischer Kilves"" reports on it. ""Ja Fischer Kilves"" reports on it. ""Ja Fischer Kilves"" reports on it. ""Ja Fischer Kilves"" reports on it. ""Ja Fischer Kilves"" reports on it. ""Ja Fischer Kilves"" reports on it. ""Ja Fischer Kilves"" reports on it. ""', 'Davis is expected to ensure that James, who has been in the Cabinet for more than a decade, is ""in the best position"" to take the job.', ""During the fifty-odd championships after washing, left-hander Karin Wolf's middle hands fold regularly, with Vejoy Winston-Salter working with University of Milwaukee editor-in-chief Tayseuvol Taylor.""]" -768,"['With', 'the', 'signing', 'of', 'two', 'financial', 'agreements', 'with', 'Algeria', 'on', 'May', '2,', 'Italy', 'was', 'confirmed', 'as', 'one', 'of', ""Algeria's"", 'main', 'commercial', 'partners', '-', 'a', 'policy', 'said', 'to', 'provide', 'endorsement', 'for', ""Hamrouche's"", 'reform', 'programme', 'and', 'to', 'contrast', 'with', 'the', 'more', 'cautious', 'attitude', 'of', 'France', ',', ""Algeria's"", 'most', 'important', 'trading', 'partner.']","[42, 43]",1,france,"With the signing of two financial agreements with Algeria on May 2, Italy was confirmed as one of Algeria's main commercial partners - a policy said to provide endorsement for Hamrouche's reform programme and to contrast with the more cautious attitude of France, Algeria's most important trading partner.","[""Using the bank's metadata, Xia is seen approaching the OB-GYN, while Benfrom recorded it himself in paperbacks with John Holder and his business Alac, where Charlotte took place."", 'Buell, who served as commerce minister from 2003 to 2007, told a press conference that his New Year colleague at fashion house Tienrich was ""absolutely delighted"" with the result, adding: ""We are delighted to be able to offer our customers the opportunity to participate in this year\'s event, which will be the first of its kind in the world, and we look forward to working with them to ensure they have the best possible experience for their customers.""', 'Al-Lashkar-e-Taiba, a militant group based in the northeastern province of Guangdong, said in a statement that it was ""deeply saddened to hear of the death of a young man killed in a car accident in the southern province of Guangdong.""', 'With these results, it was clear that the victorious French had to remain in power, just as the government signaled its intention to launch a full-scale takeover of the country.', 'Zlatan Ibrahimovic, who has two years left on his contract, has been asked to take part in a question and answer session with the players before the start of the new season.']" -769,"['More', 'and', 'more,', 'ever', 'since', 'Irangate,', 'Iran', 'seemed', 'to', 'have', 'a', 'crucial', 'role', 'to', 'play', 'in', 'the', 'release', 'of', 'American', 'and', 'French', 'hostages.']","[6, 7]",1,iran,"More and more, ever since Irangate, Iran seemed to have a crucial role to play in the release of American and French hostages.","['In the CNN interview, he said, ""I\'m not going to lie, I\'m not going to lie.', 'Since Irangate, few FSS members seemed to have been involved, and it was evident at times that the man only went so far as to achieve something.', ""Since Irangate's announcement, the Iranian Foreign Ministry has said it would not release information about the attack but would not comment on whether it was linked to the attack."", '(Reuters) - The U.S. Food and Drug Administration (FDA) said on Thursday it would investigate possible contamination of a chemical used in an outbreak of the disease that has killed more than 100 people in the United States and Canada, as well as a possible E. coli outbreak.', 'And as Irangate slips down the list of weapons used in the Redmanipu massacre (New York, 2017), there is a lack of detail until MH17 / 11 alerted reactionaries to the development of a possible explanation through rankings of interviews based on analysis in URA on the government\'s troubled Phentech leadership, a paper by State Department Information Commissioner Elizabeth Aigtacs that ""high-level areas of conversation provided customary code information,"" and a New York Times report that said the US government ""consistently failed to respond to the threat of terrorism.""']" -770,"['ASIF', 'MUJTABA', 'scored', '125,', 'his', 'second', 'unbeaten', 'century', 'of', 'the', 'match,', 'to', 'steer', 'Pakistan', 'to', '291-5', 'and', 'a', 'five-wicket', 'win', 'over', 'Queensland', 'in', 'Brisbane.']","[13, 14]",1,pakistan,"ASIF MUJTABA scored 125, his second unbeaten century of the match, to steer Pakistan to 291-5 and a five-wicket win over Queensland in Brisbane.","['Asif MUJ scored his second and only goal of the game to lead Las Palmas to a 4-1 win over Celta Vigo.', 'Shulta scored his 125th goal of the season.', ""ASIF MUJA served as Pakistan's education minister and a local in Youz Nelson this year, and the DA is working to create a second foreign flag for the country."", ""ASIO's Mujtak finished in the top 10 in the 97-68 win over Queensland - his best result in the 180-minute battle for the premiership - and it was to the great credit of his teammates that he prevailed."", ""ASADA's three-point win over the BBC with 125 and six losses with 43 forced Quincy Warner out of the Test series against the West Indies, while Warner was forced to pull out of the series with a hamstring injury.""]" -771,"['Producers', 'were', 'so', 'busy', 'fighting', 'their', 'own', 'corner,', 'and', 'so', 'mesmerized', 'by', 'the', 'success', 'of', 'Hollywood,', 'that', 'they', ""didn't"", 'have', 'the', 'strength', 'to', 'argue', 'that', 'keeping', 'the', 'industry', 'fragmented', 'and', 'flexible,', 'learning', 'from', ""Hollywood's"", 'example', 'without', 'simply', 'imitating', 'its', 'outward', 'forms,', 'might', 'be', 'a', 'better', 'way', 'of', 'catering', 'for', 'a', 'market', 'the', 'size', 'of', 'Britain', 'than', 'heading', 'up', 'the', 'road', 'of', 'monopoly.']","[54, 55]",1,britain,"Producers were so busy fighting their own corner, and so mesmerized by the success of Hollywood, that they didn't have the strength to argue that keeping the industry fragmented and flexible, learning from Hollywood's example without simply imitating its outward forms, might be a better way of catering for a market the size of Britain than heading up the road of monopoly.","['Producers were so busy tweeting from their own angles and getting so worked up about what was happening in Hollywood that they thought it would be interesting to see how the rest of the cast would react.', 'The producers were so inept at recognising the negatives of both challenges that they decided to give it a go, with one saying they had created a game in which they could give England an advantage in the one-day series, < br > can be revealed.', 'The producers were so busy defending themselves against their own audience that they were so fascinated by the ambience of the Hollywood choruses that the song ended with words like ""I love you,"" ""I love you,"" ""I love you,"" ""I love you,"" ""I love you,"" ""I love you,"" ""I love you,"" ""I love you,"" ""I love you,"" ""I love you,"" ""I love you,"" ""I love you,"" ""I love you,"" ""I love you,"" and ""I love you.""', 'The producers fought him so hard that he was assigned the role of villain, villain, villain, villain, villain, villain, villain, villain, villain, villain, villain, villain, villain, villain, villain, villain.', '""The only thing left to us is the fact that we won\'t be able to do it and we won\'t be able to do it,"" he said.']" -772,"['EC', 'foreign', 'ministers', 'are', 'expected', 'to', 'rule', 'on', 'Bosnia', ""'s"", 'request', 'for', 'diplomatic', 'recognition', 'in', 'Brussels', 'today.']","[8, 9]",1,bosnia,EC foreign ministers are expected to rule on Bosnia's request for diplomatic recognition in Brussels today.,"[""< p > SAM MORSHEAD was at Lord's to tell you all you need to know ahead of Saturday's second Test between the West Indies and West Indies at Trent Bridge - and here are some things you need to know about both sides ahead of the third Test - so don't forget to tell us your predictions by leaving a comment below."", 'In Brussels, we cross the border with the Balkans, and we cross the border with the Balkans, then the Balkans, then the Balkans.', 'The fraudulent interests of the genocidal people continue to be misused for corrupt purposes.', 'European Union foreign ministers are likely to decide on the aim of diplomacy.', 'It was not a declaration of intent by either of them, but rather a declaration of intent on behalf of the Crown. < p > understands that during the course of course of course of course of course of course of course of course of course of course of course of course of course of course of course of course of course of course of course of course of course of course of course of course of course of course of course of course of course of course of course of course of course of course of course of course of course of course of course of course of course of course of course of course of course of course of course of course of course of course of course of course of course of course of course of course of course of course in the course of course of course of course of course of course of course of course of course of course of course of course of course of course in the course of course of course of course of course of course of course of course of course of course']" -773,"['and', 'they', 'were', 'saying', 'that', 'er,', 'South', 'Africa', ""'s"", 'going', 'to', 'have', 'to', 'import', 'food', 'this', 'year']","[6, 8]",1,south africa,"and they were saying that er, South Africa's going to have to import food this year","[""Singapore Airlines and CNN reported that South Korea's Standard & Poor's 500-stock index fell 0.3 percent, while Japan's Nikkei 225 index fell 0.2 percent."", 'And they chant ""Jot Davis fled!"" as Hollande rips Hollande off... A call to the driver shows that he understands the parameters of any government and that the 40-year-old has demonstrated his skills with impressive sentences.', 'And then he tried currency banker George Cruish, who is worth £7.95 billion.', 'It is not the first time Australia has been accused of sexual harassment, but it is the second time in as many years that the country has been accused of sexual harassment and assault, and it is the first time it has been accused of sexual harassment.', ""The 54-year-old comedian, who has been a regular on the show since its inception in 2010, said he was' honoured and humbled 'to be a judge on the talent show.""]" -774,"['America', 'is', 'riding', 'high', 'on', 'a', 'wave', 'of', 'post-Gulf', 'confidence,', 'but', 'one', 'part', 'of', 'the', 'country', 'is', 'still', 'missing', 'out:', 'the', 'poverty-ridden', 'ghettos', 'where', 'millions', 'of', 'black', 'Americans', 'live.']","[0, 1]",1,america,"America is riding high on a wave of post-Gulf confidence, but one part of the country is still missing out: the poverty-ridden ghettos where millions of black Americans live.","[""In a statement, the Berkeley-Jarvis Alabama district attorney's office said it was investigating the incident."", 'America is ranked 12th in the world and Ingolstadt have a two-year contract with the German club, but have been outspent by Bayern Munich, Borussia Dortmund and Bayern Munich.', ""America tops the list of the world's most expensive cities, but it is hard to see how Senator Lynch will be able to do so, and the foreign money he can extract from the city will be enough to turn it into a multi-million-dollar float."", '""I think it\'s going to take a lot of time and effort to get to the bottom of this, and I think it\'s going to take a lot of time to get to the bottom of this,"" said the former Florida governor, who is also chairman of the House Oversight and Government Reform Committee.', 'Armageddon, Libya (CNN) -- A suicide bomber killed at least three people and wounded dozens more in a suicide bombing in the Libyan capital Saturday, the military said, adding that the attack was the latest in a string of deadly attacks in the country in recent months.']" -775,"['He', 'suggested', 'to', 'our', 'supervisor', 'that', 'we', 'should', 'read', 'the', '`', 'new', 'linguistics', '""', 'coming', 'out', 'of', 'the', 'U.S.A.', ',', 'in', 'order', 'to', 'arrive', 'at', 'the', 'best', 'analytic', 'categories', 'and', 'techniques', 'for', 'analysing', 'the', 'language', 'of', 'television.']","[18, 19]",1,u.s.a.,"He suggested to our supervisor that we should read the new linguistics"" coming out of the U.S.A., in order to arrive at the best analytic categories and techniques for analysing the language of television.","['He immediately recommended the same to his manager to see the stats.', 'He also recommended that our project partner, the American Linguistics Council, first take a look at ViÅ¡ruzan once its Techni + and QualQual have been rationally analysed.', 'In a statement, the company said it was ""deeply saddened to hear of the death of a man who has been a role model for many years,"" adding: ""We are deeply saddened to hear of the loss of a loved one and our thoughts and prayers are with his family and friends at this difficult time.""', 'Most of the time, after a successful year at the expense of international scholarship, I paused and read desks and notebooks, and the statement from the Reserve Bank of New York and the International Monetary Fund from letters from ""its departing states"" promised me to think: ""How are we going to deal with my Diru country, he based my Switwolds on the article, which one?""', 'The hurdles for them - a mix of information demonstrators, transitional leaders, triumphalism, and jubilee - is that Smith, a 44-year-old former president of the United States, is trying to manage his doctor-funded dollars - health care that, aside from reality, has been consumed by a legislative ""referendum that twists and turns.""']" -776,"['The', 'K4', 'heats', 'produced', 'some', 'very', 'close', 'pairs,', 'Finland', 'and', 'China,', 'Austria', 'and', 'France', 'and', 'Portugal', 'and', 'Belgium', '.']","[17, 18]",1,belgium,"The K4 heats produced some very close pairs, Finland and China, Austria and France and Portugal and Belgium.","['The G4 preliminary rounds with Finland and Germany offered the same number of narrow passes.', 'As an alternative to the referendum, German Finance Minister Wolfgang Schäuble had introduced a tax on millionaires and a proposal to buy the Belgian currency Grosete.', 'There were six winners in the team competition, with Finland, Austria, France, Germany, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy', 'Both the first and second editions of The New York Times feature a short musical and the second, a short musical.', ""The polar bears are strikingly close to extinction due to the presence of Macedonia and deserve a hero's welcome for their efforts three years after we saw these losers poaching in Calw (ADJennifer Lagerfeld).""]" -777,"['In', 'talks', 'with', 'Tran', 'Duc', 'Luong,', 'a', 'Vice-Chairman', 'of', 'the', 'Council', 'of', 'Ministers,', 'Prawiro', 'said', 'that', 'Indonesia', 'would', 'support', ""Vietnam's"", 'application', 'for', 'aid', 'from', 'international', 'financial', 'institutions.']","[16, 17]",1,indonesia,"In talks with Tran Duc Luong, a Vice-Chairman of the Council of Ministers, Prawiro said that Indonesia would support Vietnam's application for aid from international financial institutions.","[""She told The Sun: 'It's been a long time since I've been in a relationship."", 'In conversation with Drán Duc wh el sivertas Barum, President of the National Organization for the Advancement of Colored People', ""In talks with Trinidad and Tobago's Duc Luong, Vice President Alex Odaru said the prime minister was responsible for the vote in Greece."", 'In a meeting with the President of the United States and the European Union (EU), the two leaders agreed that the United States and the European Union (EU) should work together to ensure that the United States and the European Union (EU) are able to reach an agreement on the future of their relationship, the White House said in a statement.', '""It\'s a huge challenge,"" he said.']" -778,"['That,', 'in', 'an', 'age', 'of', 'wonders', 'in', 'the', 'Communist', 'world,', 'involves', 'a', 'fresh', 'Western', 'approach', 'to', 'the', 'heart', 'of', 'the', 'matter,', 'the', 'hopeless', 'poverty', 'of', 'Vietnam', '.']","[25, 26]",1,vietnam,"That, in an age of wonders in the Communist world, involves a fresh Western approach to the heart of the matter, the hopeless poverty of Vietnam.","[""In the wake of the communist famine in Korea, this implies a new Western approach to the core of the problem, China's desperate poverty."", 'A new Western approach to shootouts between Daz and Attalu Kisla, the unenlightened vlogger, is impressive.', 'This is an Indo-British approach to the main mostock at a time when the Fed is in a state of near panic.', '""This is an international dialogue,"" said the new Western leader, who was outraged at freeing the natives from the kingdom.', ""In a statement on his website, Wawrinka said: 'It is with great sadness that I announce that I have decided to withdraw from the Australian Open.""]" -779,"['Since', '1980,', 'the', 'economy,', 'which', 'has', 'always', 'been', 'dependent', 'on', 'exports', 'of', 'a', 'small', 'range', 'of', 'agricultural', 'products,', 'especially', 'coffee,', 'has', 'become', 'highly', 'dependent', 'on', 'US', 'aid.']","[25, 26]",1,us,"Since 1980, the economy, which has always been dependent on exports of a small range of agricultural products, especially coffee, has become highly dependent on US aid.","[""< br > Racing expert Robin Goodfellow gives his views ahead of Monday's meetings at Newmarket, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton"", 'The Nuremberg competition in 1980, impossible to live without electricity, is not affected by systems that cancel IT, competing', 'AM has been one of the largest agricultural companies in the world since 1980, with millions of dollars now invested in agriculture.', 'Frustration over the lack of a senior officer has been growing since 1980.', 'MarkTwo, for example, plans to invest a maximum of 160 x 200 points in Eurosi - critical for the first-time buyer - and a maximum of 160 x 200 points per week in the first-time buyer. -- Strahoo, for example, will begin training coral reefs, which will cost $30 to $50 per week. -- Strahoo, for example, will begin training coral reefs. -- Strahoo will train coral reefs for the first time.']" -780,"['France', 'will', 'take', 'us', 'lightly', 'and', ""I'm"", 'not', 'worried', 'about', 'the', 'crowd.']","[0, 1]",1,france,France will take us lightly and I'm not worried about the crowd.,"['France makes us sing: ""This disappointment that is never told...""', 'France will face Italy in the round of last 16 at the Confederations Cup in Russia in June, with the winner going through to the quarter-finals of the European Championship.', ""France will be more important to Martin O'Neill's team if they are to beat Slovakia."", 'She pulls the ""shit, good night, thing code, NAT from U3 ale Catch, dead!', ""Gerald Baum's voice is enriched.""]" -781,"['The', 'two', 'terminals', 'and', 'the', 'Fao', 'tank', 'farm', 'were', 'put', 'out', 'of', 'action,', 'depriving', 'Iraq', 'of', 'the', 'normal', 'means', 'of', 'exporting', 'the', 'output', 'of', 'its', 'southern', 'oilfields', 'close', 'to', 'Basrah.']","[14, 15]",1,iraq,"The two terminals and the Fao tank farm were put out of action, depriving Iraq of the normal means of exporting the output of its southern oilfields close to Basrah.","[""It's not the first time the pair have been linked, as they were spotted on a romantic getaway in New York City last week, after being spotted together in the early hours of the morning on a romantic getaway, but it's the first time the pair have been spotted together since they were spotted enjoying a night out together in New York City."", 'The two appear to be on the offensive, and new oil pipelines have come under fire from Gov. Chris Christie (R), Alaska Gov. Sarah Palin (D), Maryland Gov. Eliot Spitzer (D), Maryland Gov. Rick Perry (D) and Alaska Gov. Sarah Palin (D), all of whom have criticized the Obama administration for not doing enough to address the problem.', ""The two fuel terminals and the company's head office have been closed, and the recent death of Sadiq Khan and the unstoppable closure of long-serving chief executive Andrew Ewzy have raised questions about the company's future."", ""He said: 'I think it would be a good idea for the club to look at the situation and see if we can find a solution."", '""Two years ago, when I was a kid, I played golf,"" he said, ""and I thought,"" I\'m going to play golf, I\'m going to play golf. """"']" -782,"['A', ""butcher's"", 'shop', 'is', 'about', 'to', 'receive', 'a', 'delivery', 'of', 'spring', 'lamb', 'from', 'New', 'Zealand', '.']","[13, 15]",1,new zealand,A butcher's shop is about to receive a delivery of spring lamb from New Zealand.,"['A gluten-free H\'ado with a cleavage-boosting slice of Conique Pfeiffer\'s Maria Sunday salad Thai ""Selfmade Coxer Coushzone"" YORK Is Zlatan from New York a ""suspicious windsock""??????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????', 'A scandal-plagued darling < unk > < unk > has been given a new lease of life after being linked with a move to the Premier League in the summer, including Manchester United, Chelsea, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Manchester City, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Manchester City, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal', ""A butcher's shop has reopened after being looted by pub landlords, and many of the hedge fund's recent management events have taken place."", '< p > Columnist MARTIN KEOWN gives a rundown of the key stats and facts ahead of the games...', ""At Lynch's event, Frazier and his teammates took to the streets in Kuwait, near the border with Pakistan, to protest the harsh treatment of the Rohingya.""]" -783,"['TUC', 'chief', 'Norman', 'Willis', 'appealed', 'to', 'bosses', 'yesterday', 'to', 'get', 'Britain', 'back', 'to', 'work.']","[10, 11]",1,britain,TUC chief Norman Willis appealed to bosses yesterday to get Britain back to work.,"['TUC boss Norman Willis appealed to people to return to work to change their lives.', 'TUC boss Norman Williamson yesterday appealed to bosses to ""move on,"" saying: ""We\'ve got to move on,"" adding: ""We\'ve got to move on, we\'ve got to move on, we\'ve got to move on, we\'ve got to move on.""', 'TUC general secretary John McDonnell said: ""This is the first time in a long time that we have seen a significant increase in the number of people coming to the UK to work and it is clear that the number of people coming to the UK is increasing.', 'According to a study published in the journal PLOS ONE, premium tax on car insurance policies will drive up the cost of cover for those who cannot escape a penalty for accidentally driving over the limit.', 'Speaking in Britain yesterday, Tory leader Norman Lamont said: ""One republic is another republic, another republic is another self-governing republic.']" -784,"['Finally,', 'we', 'examine', 'the', 'UK', 'privatization', 'programme', 'in', 'practice.']","[4, 5]",1,uk,"Finally, we examine the UK privatization programme in practice.","[""It's not a problem, it's a problem."", 'When we looked at it, we found unanimous recommendations.', 'Finally, consider this: ""Stipends prejudice is bad when women are actually fat, not bad."") News from Investment English Sales (Kent) describes how the brain\'s path to another search film is now being printed and why... cowboy politics, routinely expressed, could be Yanning Flowers... E.anon "") Note to him, Jimmy is written in English by an exceedingly clever man... the standout masterpiece of your composition is as, Dressing plo govern onel.', 'Consider Ralph Clauson (Senior Wealth Management, < br >) at the Murdochs.', ""I don't know what to do.""]" -785,"['THE', 'US', 'Secretary', 'of', 'State,', 'Mr', 'Jim', 'Baker,', 'yesterday', 'sought', 'to', 'fend', 'off', 'the', 'growing', 'criticism', 'of', 'the', 'new', 'US', 'initiative', 'towards', 'Beijing,', 'arguing', 'that', 'the', 'priorities', 'were', 'to', 'prevent', 'China', 'from', 'retreating', 'further', 'into', 'isolation,', 'and', 'to', 'show', 'support', 'for', 'moderates', 'in', 'the', 'government.']","[19, 20]",1,us,"THE US Secretary of State, Mr Jim Baker, yesterday sought to fend off the growing criticism of the new US initiative towards Beijing, arguing that the priorities were to prevent China from retreating further into isolation, and to show support for moderates in the government.","['Baker yesterday sought to allay the concerns of those concerned that they would not be the first to be briefed on China\'s nuclear ambitions, saying: ""I don\'t think it would be a good idea for Britain to do this first, but I don\'t think it would be a good idea for us to do that.""', ""Critics of Friends of the US have said the country's prime minister, Peter Simons, has been forced to explain why backbenchers are loosening their purses to persuade investors to back a long-term growth plan."", 'US Representative Ron Baker, R-Texas, was expected to announce yesterday that he would not seek re-election, but he said he would not seek re-election until the end of the year, adding: ""I\'m not going to say I\'m going to vote for anyone else, I\'m not going to vote for anyone else, I\'m not going to vote for anyone else, I\'m not going to vote for anybody else.""', 'The 17-year-old Vatican City couple and their rangers say nothing beyond ""44, all the red numbers prove it, Melissa is also trying to bring a new girlfriend to Brazil, preferably half to be the sugar shelf, Beyonce (privately Berlin for Carolyn Abe) * wore it, 37, and her 24-year-old son, Jay-Z.', '""I don\'t know if I\'m going to be able to do it, but I\'m going to be able to,"" he said, ""and I\'m going to be able to do it, and I\'m going to be able to do it, and I\'m going to be able to do it, and I\'m going to be able to do it.""']" -786,"['Other', 'organizations:', 'Gambia', 'River', 'Development', 'Organization', '(OMVG),', 'grouping', 'The', 'Gambia,', 'Guinea,', 'Guinea-Bissau', 'and', 'Senegal,', 'held', '18th', 'ministerial', 'meeting,', 'Dakar,', 'Senegal,', 'October;', 'Senegal', 'River', 'Development', 'Organization', '(OMVS),', 'headquartered', 'in', 'Dakar', 'and', 'grouping', 'Mali,', 'Mauritania', 'and', 'Senegal,', 'held', '30th', 'ministerial', 'session,', 'Bamako,', 'Mali,', 'July;', 'Mano', 'River', 'Union,', 'grouping', 'Guinea,', 'Liberia', 'and', 'Sierra', 'Leone,', 'held', '14th', 'ministerial', 'meeting,', 'Conakry,', 'Guinea,', 'January;', 'Lake', 'Chad', 'Basin', 'Commission', '(LCBC),', 'grouping', 'Cameroon,', 'Chad,', 'Niger', 'and', 'Nigeria,', 'held', '7th', 'summit,', 'Yaoundé,', 'Cameroon,', 'February;', 'prospective', 'Gulf', 'of', 'Guinea', 'Commission,', 'a', 'Nigerian', 'initiative', 'for', 'a', 'five-member', 'institution', 'for', 'joint', 'offshore', 'resource', 'management', 'with', 'Cameroon,', 'Gabon,', 'Equatorial', 'Guinea', 'and', 'Sao', 'Tomé', 'and', 'PrÃncipe.']","[95, 97]",1,equatorial guinea,"Other organizations: Gambia River Development Organization (OMVG), grouping The Gambia, Guinea, Guinea-Bissau and Senegal, held 18th ministerial meeting, Dakar, Senegal, October; Senegal River Development Organization (OMVS), headquartered in Dakar and grouping Mali, Mauritania and Senegal, held 30th ministerial session, Bamako, Mali, July; Mano River Union, grouping Guinea, Liberia and Sierra Leone, held 14th ministerial meeting, Conakry, Guinea, January; Lake Chad Basin Commission (LCBC), grouping Cameroon, Chad, Niger and Nigeria, held 7th summit, Yaoundé, Cameroon, February; prospective Gulf of Guinea Commission, a Nigerian initiative for a five-member institution for joint offshore resource management with Cameroon, Gabon, Equatorial Guinea and Sao Tomé and PrÃncipe.","['The Board of Directors of the Company and its Board of Directors and its Board of Directors and its Board of Directors and its Board of Directors and its Board of Directors and its Board of Directors and its Board of Directors and its Board of Directors and its Board of Directors and its Board of Directors, its Board of Directors and its Board of Directors, its Board of Directors and its Board of Directors and its Board of Directors and its Board of Directors, its Board of Directors and its Board of Directors and its Board of Directors and its Board of Directors and its Board of Directors and its Board of Directors and its Board of Directors', ""Other problems: The Gambia, the world's second largest producer of rhino horn, has been criticised as a location for increasing treatment rates; the United States, the world's third largest producer of rhino horn; the European Union, the world's third largest producer of horsemeat; the United States, the world's third largest exporter of rhino horn; China, the world's third largest importer of horsemeat; India, the world's third largest exporter of horsemeat; India, the world's third largest exporter of horsemeat; India, the world's third largest exporter of horsemeat"", 'Guzmán is accused of running a multi-billion dollar drug trafficking operation through his Sinaloa cartel, laundering billions of dollars in drug proceeds through his Sinaloa cartel and overseeing murders in Mexico, kidnappings of drug cartels, kidnappings of children, kidnappings of children, kidnappings of children, kidnappings of children, kidnappings of children, kidnappings of children, kidnappings of children, kidnappings of children, kidnappings of adults, kidnappings of children, kidnappings of children, kidnappings of children, kidnappings of children, kidnappings of children, kidnappings of children, kidnappings of children, kidnappings of children, kidnappings of children, kidnappings of children, kidnappings of children,', 'In a statement, Löff said he was ""deeply saddened"" by the news, adding: ""It is with great sadness that we announce that we have been informed of the death of a young man who died in a car accident in South Africa.""', 'Other replacements are: Oxlade-Chamberlain, out of contract in the summer; Ashley Young, out of contract in the summer; Ashley Young, out of contract in the summer; Danny Welbeck, out of contract in the summer; Danny Drinkwater, out of contract in the summer; Danny Drinkwater, out of contract in the summer; Danny Drinkwater, out of contract in the summer; Ashley Young, out of contract in the summer; and Jack Wilshere, out of contract in the summer; Danny Drinkwater, out of contract in the summer.']" -787,"['China', 'also', 'agreed', 'to', 'provide', 'Vietnam', 'with', 'an', 'interest-free', 'loan', 'equivalent', 'to', 'US$14,000,000.']","[5, 6]",1,vietnam,"China also agreed to provide Vietnam with an interest-free loan equivalent to US$14,000,000.","['China also helped Vietnam trade with South Africa with a cheap loan in the third quarter.', 'China agreed to buy the Vietnam-based bond, which has a $3 billion research visa for spectrum bonds.', ""Tian Pbang also wanted to photograph Vietnam's first teacher in 2002."", 'China also agreed with Owen on the incident, saying it was a ""very serious incident"" and it would be ""inappropriate"" to comment further on the incident, according to the official Xinhua news agency.', 'The Bank of England is expected to unveil a series of quantitative easing (QE) measures to stimulate the economy in the coming months.']" -788,"['THE', 'innocence', 'of', 'youth', 'will', 'give', 'way', 'to', 'the', 'pressures', 'of', 'adulthood', 'when', 'Duncan', 'Ferguson', 'plays', 'against', 'Germany', 'at', 'Ibrox', 'tomorrow', 'night,', 'ending', 'a', 'nine-month', 'period', 'during', 'which', 'his', 'future', 'at', 'the', 'highest', 'level', 'looked', 'in', 'doubt.']","[17, 18]",1,germany,"THE innocence of youth will give way to the pressures of adulthood when Duncan Ferguson plays against Germany at Ibrox tomorrow night, ending a nine-month period during which his future at the highest level looked in doubt.","[""THE NSW Labor Party will hold a leadership contest in the state's north-west on Thursday, with the party's candidate for the Greater Western Sydney seat expected to win a seat in the state's north-west, while the Greens are expected to win a seat in the state's north-east, with the Greens' candidate also expected to win a seat in northern Sydney, Greater Western Sydney and Greater Western Sydney."", 'The innocence of youth will come to an end in nine months ""time, despite the pressure to be stable as long as he wins on the volleyball court.', 'For at least a decade, Meier has harbored a desire to visit a potential US base that has guided him through exhaust fumes, conflict problems, regime reforms, and a sense of relief and certainty that he is on the right track.', ""Donizetti's innocence Atletico Madrid's Dominic Valcone refuses to play in the Champions League after scoring the opening goal in the 2-1 win over Atlético Madrid on Wednesday night."", ""< br > Racing expert Robin Goodfellow gives his views ahead of Monday's meetings at Newmarket, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton.""]" -789,"['In', 'addition,', 'Iraq', 'viewed', 'Kuwait', 'as', 'having', 'gradually', 'eaten', 'away', 'patches', 'of', 'Iraqi', 'territory', 'in', 'the', 'border', 'area', 'between', 'them', 'over', 'the', 'years', 'and', 'also', 'as', 'draining', 'reserves', 'from', 'part', 'of', ""Iraq's"", 'South', 'Rumailah', 'oilfield', 'which', 'straddled', 'the', 'frontier.']","[4, 5]",1,kuwait,"In addition, Iraq viewed Kuwait as having gradually eaten away patches of Iraqi territory in the border area between them over the years and also as draining reserves from part of Iraq's South Rumailah oilfield which straddled the frontier.","['She also looked at the big out-of-pocket costs of Obamacare, including health care costs, health care costs, health care costs, health care costs, health care costs, health care costs, health care costs, health care costs, health care costs, health care costs, health care costs, health care costs, health care costs, health care costs, health care costs, health care costs, health care costs, health care costs, health care costs, health care costs.', 'In addition, the Board of Directors of the Company and its Board of Directors and its Board of Directors and its Board of Directors and its Board of Directors and its Board of Directors and its Board of Directors and its Board of Directors and its Board of Directors and its Board of Directors, its Board of Directors and its Board of Directors and its Board of Directors and its Board of Directors, its Board of Directors and its Board of Directors and its Board of Directors and its Board of Directors and its Board of Directors and its Board of Directors and its Board of Directors and its Board of Directors and its Board of Directors and its Board of Directors', ""< br > Racing expert Robin Goodfellow gives his tips ahead of Monday's meetings at Newmarket, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton."", ""Mr Farage, a former Ukip MEP, said: 'I think it is fair to say that, looking at what has happened over the last few weeks, it has been a very, very difficult time for the party and I think it has been a very difficult time for the party."", ""After Kuwait's coalition government blamed Iraq for the collapse of the peace process, it examined whether it had done anything wrong, whether it had done anything wrong, whether it had done anything wrong, and whether it had done anything wrong.""]" -790,"['BELGIUM', 'is', 'pressing', 'ahead', 'with', 'plans', 'to', 'generate', 'half', 'its', 'electricity', 'from', 'nuclear', 'power', 'by', '1985,', 'despite', 'a', 'series', 'of', 'mishaps', 'at', 'the', ""country's"", 'biggest', 'concentration', 'of', 'nuclear', 'power', 'at', 'Doel,', 'near', 'Antwerp.']","[0, 1]",1,belgium,"BELGIUM is pressing ahead with plans to generate half its electricity from nuclear power by 1985, despite a series of mishaps at the country's biggest concentration of nuclear power at Doel, near Antwerp.","['A number of commuters are supporting the project in the neighbouring city, where the E-E93 and E-F-15 cables are being built, 18 of which will also receive the effect of Ph-Turmingham from $49, and the Mamar Talk Buy project from $610.', 'Bishop now claims the reactors will produce new and probably older fuel to power their power plants - as long as that is the case.', ""BHO: Sorry, but if you're not careful you won't get nearly as many opportunities as you'd like: -) Traveling to a golf resort, say, or a golf resort, say, or a golf resort, say, or a golf resort, say, or a golf resort, say, or a golf resort, say, or a golf resort, say, or a golf resort, say, or a golf resort, say, or a golf resort, say, or a golf resort, say, or a golf resort, say, or a golf resort, say, or a golf resort"", ""BELGRADE, Belgium (AP) - German Chancellor Angela Merkel is pushing ahead with a plan to overhaul Germany's aging technical laws, though the country's interior minister says the country is not ready to accept them."", 'BARCELONA, Spain (Reuters) - The European Central Bank said on Thursday it would raise interest rates to a record low of 0.25 percent by the end of the year, for the first time in more than a decade.']" -791,"['After', ""Farooq's"", 'assassination', 'and', 'the', 'subsequent', 'shootings,', 'both', 'India', 'and', 'Pakistan', 'initiated', 'substantial', 'and', 'aggressive', 'troop', 'movements,', 'and', 'The', 'Hindu', 'of', 'May', '31', 'reported', 'that', 'the', 'two', 'countries', '""', 'came', 'close', 'to', 'war', '""', 'on', 'May', '22.']","[8, 9]",1,india,"After Farooq's assassination and the subsequent shootings, both India and Pakistan initiated substantial and aggressive troop movements, and The Hindu of May 31 reported that the two countries"" came close to war"" on May 22.","['After Chemical Weapons Explosion and Shooting Down BLSOX, IS Claims Responsibility', 'After the killing of Farooq and his wife Farooq in a village on the outskirts of Dhaka on May 31, 2015, Farooq Farooq Farooq Farooq Farooq Farooq Farooq Farooq Farooq Farooq Farooq Farooq Farooq Farooq Farooq Farooq Farooq Farooq Farooq Farooq Farooq Farooq Farooq Farooq Farooq Farooq Farooq Farooq Farooq Farooq Farooq Farooq Farooq Farooq Farooq Farooq Farooq Farooq Farooq Farooq Farooq Farooq Farooq Farooq Farooq Farooq Farooq Farooq Farooq Farooq Farooq Farooq Farooq Farooq Farooq Farooq', 'Lawyer Shah Safheb said Pakistan was ""deeply saddened"" by the death of Farook, who was killed last month in a shootout with police in Lahore, Pakistan\'s second-largest city.', ""Farook said India and Phil Saleh, the president of the United Nations High Commissioner for Refugees (UNHCR), are leading efforts to bring Afghanistan's technological renewal to the level of a cease-fire and should inform Turf Force that the United States and its allies will not be able to do so before the end of the year."", 'According to Faroowica and husband Rutius, the Federal Aviation Administration (FAA) will pay compensation to ManiMos, which is owned by the US Air Force.']" -792,"['Without', 'urgent', 'action,', 'he', 'added,', 'British', 'education', 'would', 'fall', 'behind', 'Spain,', 'Italy', ',', 'and', 'Greece.']","[11, 12]",1,italy,"Without urgent action, he added, British education would fall behind Spain, Italy, and Greece.","[""Hunt said Strictly Come Dancing bosses had been told by the show's producers that they would not be taking part in the new series, and that the show's producers had been told by the show's producers that they would not be taking part in the new series, which will air on Channel 4, and that they would not be taking part in the new series."", ""Witnesses added that Britain's education system now lags behind that of Spain, Italy and France."", 'WASHINGTON (Reuters) - The U.S. Supreme Court on Thursday overturned a federal law that would have allowed the government to collect millions of dollars worth of personal information from individuals and companies without the consent of a federal judge.', 'Without urgent action, the United Nations Security Council will not be able to reach agreement on a solution to the crisis.', 'A Justice Department spokesman declined to comment further on the lawsuit, which was filed in U.S. District Court in New York.']" -793,"['The', 'two', 'formally', 'recognised', 'each', 'other', 'in', 'May', '1970', 'while', 'Britain', 'and', 'France', 'granted', 'recognition', 'to', 'East', 'Germany', 'in', 'February', '1973', 'and', 'the', 'US', 'in', 'September', '1974.']","[12, 13]",1,france,The two formally recognised each other in May 1970 while Britain and France granted recognition to East Germany in February 1973 and the US in September 1974.,"['Borg, who was born in the United States and raised in the United States, was born in New York City and grew up in the United States.', 'But that\'s prepared grief inspectors when those troubling words open the floodgates of despair: ""Deshal, you say the"" simplest budget weapon against refugees ""will be the bill at the Armed Forces Conversion Conference (Heads to Establishment) U.S. Design Investments:"" In the face of increasing lawlessness, but we??? look good on 37,000 dedicated media, etc. ""', ""The two formally recognized each other, so there are courses for 24-year-olds, and for those who don't, it was $5.5 billion, according to Valery of TOPD, a law firm that specializes in law enforcement, law enforcement and law enforcement."", 'In May, the Icelandic newspaper MINISON reported that Assange had been granted permission to travel to the United States to meet Assange at the Ecuadorian Embassy in London, where he is charged with espionage, money laundering, money laundering, money laundering, money laundering, money laundering, money laundering, money laundering, money laundering, money laundering, money laundering, money laundering, money laundering, money laundering, money laundering, money laundering, money laundering, money laundering, money laundering, money laundering, money laundering, money laundering, money laundering, money laundering, money laundering, money laundering,', 'Both were terrible for West Brom.']" -794,"['There', 'were', 'few', 'outcries', 'by', 'settlers,', 'as', 'in', 'France', 'with', 'regard', 'to', 'Indo-China', 'and', 'Algeria,', 'no', 'crisis', 'comparable', 'with', 'the', 'chaotic', 'fate', 'of', 'the', 'former', 'Belgian', 'Congo,', 'no', 'agony', 'approaching', 'that', 'of', 'the', 'United', 'States', 'over', 'Vietnam.']","[33, 35]",1,united states,"There were few outcries by settlers, as in France with regard to Indo-China and Algeria, no crisis comparable with the chaotic fate of the former Belgian Congo, no agony approaching that of the United States over Vietnam.","[""It's not the first time Kris has been spotted in the Big Apple: Her mom Kris Jenner shared a snap of her daughter North, four, and sister Kourtney, five, with her ex Scott Disick on Tuesday, as well as sister Kourtney Kardashian, 38, and sister Kim Kardashian, 38, with her ex Scott Disick, 38."", 'There was an outcry in the High Court when the case was referred to a specialist and not a psychiatrist in two cities where we had another woman named after Otto, Prince Andrew (9a95-9008), Aurity Dental Medicine (9a95-9008) and Aurity Dental Medicine (9a95-9008).', 'There has long been consensus among settlers in France about the need for inland China and the need for inland parks in the United States: the Apple Apple App Store, an offline app that allows users to share photos and texts; the Apple App Store; the Apple Store; the Apple Store; the Apple Store; the Apple Store; the Apple Store; the Apple Store; the Apple Store; the Apple Store; the Apple Store; the Apple Store; the Apple Store; the Apple Store; the Apple Store; the Apple Store; the Apple Store; the Apple Store; the Apple Store; and the Apple Store.', 'Queboclause, no funeral problem, Indo championships and Algeria [571-38-4475-7200] are the only places in the world where you can get a copy of a book, and you can get a copy of a book or a copy of a book.', 'There were only two free Tigers in the country, one of which was Indiana Fever 1. -- Ben Stokes 2,891 yards and two touchdowns against the New York Giants. < a href = ""http: / / www.zillow.com / blog / santa-santa-santa-santa-santa-santa-santa-santa-santa-santa-santa-santa-santa-santa-santa-santa-santa-santa-santa-santa-santa-santa-santa-santa-santa-santa-santa-santa-santa-santa-santa-santa-santa-santa-santa-santa']" -795,"[""Arens's"", 'visit', 'coincided', 'with', 'the', 'US', 'State', ""Department's"", 'postponement', 'of', 'a', 'session', 'of', 'a', 'joint', 'committee', 'which', 'co-ordinated', 'the', 'disbursement', 'of', 'US', 'military', 'aid', 'to', 'Israel,', 'although', 'the', 'State', 'Department', 'denied', 'that', 'the', 'intention', 'was', 'to', 'indicate', 'US', 'dissatisfaction', 'over', 'Israeli', 'policies.']","[37, 38]",1,us,"Arens's visit coincided with the US State Department's postponement of a session of a joint committee which co-ordinated the disbursement of US military aid to Israel, although the State Department denied that the intention was to indicate US dissatisfaction over Israeli policies.","[""The State Department denied that Aren's resignation was motivated by violations of the treaty and its terms of service, while the State Department denied that Aren's resignation was motivated by a desire to delay the release of the prisoners."", 'Arens\' comments follow the recent postponement of a joint communiqué on Iran\'s ability to integrate and the communiqué: ""Tehran\'s eEC Blast Senior Exercise for a Cancer Region ^ Back against Colour."" NETSE needs relatively new options for the outside world to advance foreign interests. ""This is what this likely success looks like on the one hand, if at all, if someone else has to do it.""', 'In the most powerful case, however, women were protected: 3.5 Sami prayers (according to Hispanic tradition) also destroyed those who wore ostentatious clothing; blacks left their mark on women or men in visible clandestine clothing; the character of P.AS.U., Cecwas, once again advocated hair extensions; P.AS.U. ""s calculations were based on the fact that a woman\'s hair had been cut off; and the aggressive inspectors of P.AS.U., Sh\'Uwanna, carried out an amnesty shortly before 2 a.m. in Prague.', 'Elell\'s visit is in line with the shift that has taken place in the past week, with the release of his new book, ""The Secret Life of Pets,"" in which he describes his life in the United States and how he got to the White House.', 'In return, he felt that Clarke, who had been a member of the Trump administration for more than a decade, would not be able to get the job he wanted and that he could not do it.']" -796,"['The', 'yield', 'was', 'estimated', 'at', 'between', 'one', 'and', 'two', 'megatonnes,', 'which', 'made', 'it', 'China', ""'s"", 'largest-ever', 'nuclear', 'explosion,', 'exceeding', 'by', 'far', 'the', 'yields', 'for', 'tests', 'carried', 'out', 'by', 'other', 'nuclear', 'powers', 'since', 'the', '1970s.']","[13, 14]",1,china,"The yield was estimated at between one and two megatonnes, which made it China's largest-ever nuclear explosion, exceeding by far the yields for tests carried out by other nuclear powers since the 1970s.","[""The fact that you can't get a mortgage if you don't have big expenses, and you can't get a mortgage if you don't have big expenses, and you can't get a mortgage if you don't have big expenses, and you can't get a mortgage if you don't have big expenses, and you can't get a mortgage."", 'The funds will be available from July June and a further increase is due by 2018.', 'The yield on the 10-year U.S. Treasury note fell to 2.52 percent from 2.52 percent late Friday, while the yield on the 10-year U.S. Treasury note fell to 2.52 percent from 2.52 percent late Tuesday, its lowest level since the start of the year.', 'African-American students (48%), Nash (48%), Nash (55%), Nash (48%), Nash (48%), Nash (55%), Nash (49%), Nash (46%), Nash (46%), Nash (46%), Nash (46%), Nash (46%), Nash (46%), Nash (46%), Nash (46%), Nash (46%), Nash (46%), Nash (46%), Nash (46%), Nash (46%), Nash (46%), Nash (46%), Nash (46%), Nash (46%)', 'The balance sheet date was March 8, 2008, similar to the corn-soda deal, where the price of corn soda rose from $1.25 to $1.15 per barrel, while the price of corn soda fell from $1.10 to $1.15 per barrel... The German bonded vibrator was slightly higher than the price of corn soda at $1.00 per barrel... The German bonded vibrator was low enough to predict that the price of corn soda would rise from $1.00 to $1.00 per barrel... The German bonded vibrator was low enough to predict that the price of corn soda would rise from $1.00 to $1.00 per barrel.']" -797,"['In', 'June', 'a', 'new', 'trade', 'agreement,', 'superseding', 'a', '1967', 'agreement,', 'was', 'signed', 'with', 'South', 'Africa', ',', 'providing', 'for', 'the', 'duty-free', 'entry', 'into', 'South', 'Africa', 'of', 'all', 'Malawian', 'goods.']","[13, 15]",1,south africa,"In June a new trade agreement, superseding a 1967 agreement, was signed with South Africa, providing for the duty-free entry into South Africa of all Malawian goods.","['Because Cloria, the beauty of Indonesian flair, did not mind staying calm during Shootana in Hawaii - yes, the British Embassy in Taiwan contributed to the transformation by extending its boundaries as a top cultural monument.', 'The couple have been trying to carve out a royalist career together for more than a decade, and recently welcomed their first child, daughter Blue Ivy, into the world.', 'In a statement, the National Association of Head Teachers (NASDAQ: NASDAQ) said: ""The National Association of Head Teachers (NASDAQ: NASDAQ) and National Association of Head Teachers (NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ', ""In the case of Britain's Cavendish, it remains to be seen whether he will be able to compete at next year's Rio Olympics."", 'At Soviet Parship College, a 31-year-old college attended by unknowns where more than 25,000 students are recruited by NATO and Americans and waiting for the job to be done, Farage and Temer, who are both Democrats, are expected to announce their candidacy on Tuesday, while Trump and his wife Melania will announce their candidacy on Tuesday, according to the New York Times.']" -798,"['The', 'tables', 'in', 'the', 'study', 'appeared', 'to', 'show', 'that', 'the', 'pension', 'paid', 'in', 'Greece', 'was', '381', 'ecus', '(£274)', 'per', 'month,', 'placing', 'Greek', 'pensions', 'above', 'those', 'for', 'Portugal,', 'Britain,', 'Italy', ',', 'and', 'Spain.']","[28, 29]",1,italy,"The tables in the study appeared to show that the pension paid in Greece was 381 ecus (£274) per month, placing Greek pensions above those for Portugal, Britain, Italy, and Spain.","['The tables in the 97-page report showed that while the number of people living in the UK rose to a further 800, the number of people living in the UK rose to around 35,000 a month.', 'Key data from the study seem to show that a carbon dioxide emission test must be applied for free of charge or must usually be set up (see Top Tech Association of Combined Countries).', '""What we have done in terms of restricting privacy for our customers is not consistent with what we have done in the past and what we have done in terms of restricting privacy for our customers,"" he said in a statement. ""PLATE (R) 13.2.9 7,90,986303KB USD Mesut James C. Dec 75 52 2,942,2405 1% of our previously offered low forward rating was a percentage of a low forward rating of 21,921.934.6% USD.', 'Of course, there are 96 members of Retail West, which was founded on August 4, 2016 and has since been renamed ""Retail West,"" meaning it will have to wait at least three months before it is actually available to the public.', ""The same philosophy is said to have prevailed in the run-up to last season's FA Cup semi-final between Chelsea and Manchester City when the manager was asked if he would consider a move to the Premier League.""]" -799,"[""What's"", 'more,', 'Vladimir', 'Popovic,', 'who', 'took', 'charge', 'of', 'Red', 'Star', 'last', 'season,', 'has', 'quit', 'to', 'become', 'national', 'team', 'manager', 'of', 'Peru', '.']","[20, 21]",1,peru,"What's more, Vladimir Popovic, who took charge of Red Star last season, has quit to become national team manager of Peru.","['Vladimir Popovic, a guru to Red Star and Co, has also been coaching the development team since pre-season, when he took over Peru.', 'Also with Red Star Belgrade, Vladimir Popovic, the coach of the national team, who suggested Real win the title, has arrived.', 'He is eligible to play, as are Chinamo Borgia and AC Milan, who finished runners-up last season.', 'The study, published in the Proceedings of the National Academy of Sciences, looked at the effects of climate change on human activity.', 'Vladimir Putin, 23, was arrested in Moscow earlier this month on charges of trying to overthrow President Vladimir Putin\'s government, but he has not been charged with any wrongdoing or crime. < a href = ""http: / / www.zillow.com / blog / chiku-trump. http: / / www.zillow.com / blog / chiku-trump. http: / / www.zillow.com / blog / chiku-trump-trump. http: / / www.zillow.com / id-trump-trump. < / a > < / a > < / a > < / a >']" -800,"['Britain', 'seemed', 'in', 'almost', 'bullish', 'mood', 'as', '1977', 'went', 'out.']","[0, 1]",1,britain,Britain seemed in almost bullish mood as 1977 went out.,"['King seemed to exude a spiral of optimism after the disappointment.', 'When the British were rescued in 1977, Maxima was prime minister.', 'WASHINGTON (Reuters) - U.S. President Barack Obama said on Tuesday he would not seek a second term for President Barack Obama if elected, but said he would seek a third if elected president.', 'Britain seemed on the brink of extinction from the outset in 1977, when Byrnikti believed that upward mobility was a hallmark of excessive hunting, and that there was no reason to worry about it.', 'City Twist promises to be a tough fight for < a href = ""http: / / www.zillow.com / blog / city-twist-promises-a-tough-for-< / a >"" target = ""external"" > media north of the border and showbipa country USA:']" -801,"['Given', 'Britain', ""'s"", 'limited', 'resources,', 'dialogue', 'with', 'the', 'United', 'States', 'became', 'increasingly', 'necessary.']","[1, 2]",1,britain,"Given Britain's limited resources, dialogue with the United States became increasingly necessary.","[""Given Britain's dire financial situation, it became increasingly necessary to hold a monthly dialogue with Karlsruhe."", 'Given the limited financial resources, it turned out to be a good idea to go back to the late 1980s and early 1990s when there was a lot of money in the bank, and then there was a lot of money in the bank, and then there was a lot of money in the bank, and then there was a lot of money in the bank, and then there was a lot of money in the bank, and then there was a lot of money in the bank.', ""Because of the Syrian crisis, Obama's opponents have criticized her, saying she is just trying to help the Syrian people."", 'Faced with scarce resources, he tends to say: ""Do you want the South West to be too big for Brexit?""', 'Given that Chancellor Angela Merkel has cut wages by 11.4%, 7%, and 1%, it is hard to see why the Chancellor should abandon his plans to cut public-sector employment by a quarter.']" -802,"['A', 'Washington', 'Post', 'report', 'of', 'Oct.', '9,', '1989,', 'quoted', 'US', 'administration', 'officials', 'as', 'saying', 'that', 'a', 'decision', 'had', 'been', 'made', 'during', 'an', 'unusually', 'secretive', 'policy', 'review', 'that', 'the', 'USA', 'would', 'continue', 'to', 'produce', 'chemical', 'weapons', 'over', 'a', '10-year', 'phaseout', 'period', 'after', 'the', 'conclusion', 'of', 'an', 'international', 'treaty', 'to', 'ban', 'the', 'weapons', '(see', 'negotiations', 'above).']","[28, 29]",1,usa,"A Washington Post report of Oct. 9, 1989, quoted US administration officials as saying that a decision had been made during an unusually secretive policy review that the USA would continue to produce chemical weapons over a 10-year phaseout period after the conclusion of an international treaty to ban the weapons (see negotiations above).","['One point I mentioned on October 9, 1989, indicated that there would be a previous sustained spate of thefts, in which hundreds of your classmates ended up with what might have been a thinly veiled implication that the US had begun continental financial surveillance and then invaded by attacking ordinary contributors, which the important ones did.', 'A Washington Post report is waiting to see whether technology, bombed-out sea and land air surveillance (as a few years ago) require adequate sewage treatment plants without rails, a report on air quality and a 48-page lease for the state nuclear power plant according to the Washington Post, a commentary in a new blog, The New York Times, a report in the Washington Post, a report in the New York Times, a report in the New York Times, a report in the Washington Post, a report in the Washington Post, a report in the Washington Times, a report in the Washington Post, a report in the Washington Post, a report in the Washington Post, a report in the Washington Post, a report in the Washington Post, a report in the Washington Post.', 'In a Washington Post report, the two men wrote that in the days leading up to Oscar Day, the Oscars were the main target of the night, even for those who felt the need to express their feelings in public, and that the Oscars were the most important political event of the year in the days leading up to the Golden Globes.', 'In Washington, D.C., a speaker at the Democratic National Convention on Saturday spoke of his greatest experience: ""Openmark MC 1 of Athletics Psychology (a 13-page blog) and Morgan Freeman are working on a $10 / s MAIAS account for 12G,"" and one topic, Iowa, where he is running, he met local search engine finance teachers in providing recordings.', 'Referring to years in which 35 per cent of the people covered in the report were women, Hardy Jibson, the head of the Olympic dance team, told ITV: ""As the boys are certainly clapping between the games, I think it will be interesting to see how they get on with their lives, how they get on with their lives, how they get on with their lives, how they get on with their lives, how they get on with their lives.""']" -803,"['South', 'Africa', ""'s"", 'Omar', 'Henry,', 'who', 'has', 'had', '`', 'flu,', 'is', 'certain', 'to', 'miss', 'the', 'game.']","[0, 2]",1,south africa,"South Africa's Omar Henry, who has had flu, is certain to miss the game.","['To exclude him from the < a href = ""http: / / www.zillow.com"" target = ""external"" > coverage was impressive.', ""South Africa's Omar Henry will definitely be missing with flu, while June Ellis, who won the Black Wonders Cup south of the border in 1996, is expected to be absent."", 'Author Omar Henry has already opened the Howard Room Photograph: Box Report', 'The match between Omar Henry and Flamboyant Flamboyant is the first between the South African and South African teams in the history of the tournament.', 'The flu-stricken player, like Economy Minister Elvira Nagacc, ""actually tends to be a lobbyist who loves lobbying, identifying himself as a killer analyst"" - ""He loves blindfolding everyone"" - ""He can be a full-time educator for less than a year"" - ""He\'s a good friend of mine"" - ""He\'s a good friend of mine"" - ""He\'s a good friend of mine"" - ""He\'s a good friend of mine"" - ""He\'s a good friend of mine""']" -804,"['And', 'urging', 'on', 'Ireland', 'and', 'Scotland', 'to', 'his', 'help?']","[3, 4]",1,ireland,And urging on Ireland and Scotland to his help?,"['Barack - wrong, and are Ireland and Scotland coming to his aid? - suffers from political correctness.', 'He also wants to help President-elect Donald Trump and his wife Hillary Clinton as they try to win the Democratic nomination for president.', 'The giraffes will soon be bought by a salvage company called Ioan Debsacan.', ""And Victoria's Secret model and mother-of-two Victoria's Secret model Victoria Beckham was quick to defend her model credentials on Wednesday, as she shared a snap of herself posing with her new man."", 'In a statement, the Obama administration said it was ""deeply disappointed"" by the decision, but it was ""deeply saddened by the tragic loss of one of the nation\'s most respected and respected law enforcement officers.""']" -805,"['The', 'medium-range', 'missile', 'will', 'replace', 'the', 'Franco-German', 'Milan', 'weapon,', 'which', 'Britain', 'has', 'also', 'bought,', 'from', 'the', 'early', '1990s.']","[10, 11]",1,britain,"The medium-range missile will replace the Franco-German Milan weapon, which Britain has also bought, from the early 1990s.","['The central defender should be fit for the start of the week, the central defender should be fit and ready for action.', 'Given the defeat of the medium-range missile, this measure is already seen as the best option for Boeing, which has already begun preparations for a possible military strike.', 'The medium-range missiles experience a natural mutual recognition as fighters and integrate cooperation + expand cooperation and humanity.', 'Khashoggi (Netanyahu\'s husband): ""Motor back Union,"" ""Bizarre,"" ""Truthful,"" ""Affair,"" ""Incredible,"" ""Incredible,"" ""Incredible,"" ""Incredible,"" ""Incredible,"" ""Incredible,"" ""Incredible,"" ""Incredible,"" ""Incredible,"" ""Incredible,"" ""Incredible,"" ""Incredible.""', ""The medium-distance race is expected to be one of the most competitive on the calendar, with the two-time world champion competing in both the men's and women's races.""]" -806,"['If', 'Britain', 'had', 'an', 'interest', 'in', 'European', 'co-operation', 'it', 'was', 'as', 'a', 'way', 'to', 'withstand', 'Soviet', 'pressure', 'and', 'underpin', 'British', 'independence,', 'not', 'as', 'a', 'way', 'to', 'control', 'Germany.']","[1, 2]",1,britain,"If Britain had an interest in European co-operation it was as a way to withstand Soviet pressure and underpin British independence, not as a way to control Germany.","['If England were more interested in playing Firepower at European level, the Lib Dems would be more inclined to play it at European level. © cs The TSB Radio Broadcasters ""Guide to the Radio Putin Business String"" The British were referred to by the BBC as ""servants."" © Copyright Press Association Ltd 2008, All Rights Reserved.', 'But I have empirically a ""punk not a rival Chevalier"" - even though my artists empirically start with a ""punk not a rival Chevalier"" - and I don\'t think they will be able to do that, ""he said, adding,"" I don\'t think they will be able to, but they will be able to. ""', 'He immediately added, ""I\'m not going to sit here and say,"" I\'m doing this, I\'m doing this, I\'m doing this, I\'m doing this, I\'m doing this, I\'m doing this. """"', 'They say they are concerned about the possible misappropriation of revenue, at the expense of alien feelings conspiracy developed with persistence homelessness.', '< br > If British Athletics have an interest in the 29-year-old, they would be happy to take him up on a new offer.']" -807,"['Soviet', 'workshop', 'Bokharas', 'are', 'sometimes', 'produced', 'in', 'this', 'design,', 'and', 'Pakistan', 'has', 'added', 'the', 'scheme', 'to', 'its', 'Mori', 'Bokhara', 'range.']","[10, 11]",1,pakistan,"Soviet workshop Bokharas are sometimes produced in this design, and Pakistan has added the scheme to its Mori Bokhara range.","['Sometimes the < a href = ""http: / / www.zillow.com / blog /"" target = ""_ blank"" > Soviet-era Bokhara workshop makes silver facade fires in this design.', 'In some cases, Soviet-made Bokharas are also made in this form, and Paulo has already made five cash bets, according to Charke.', ""Arkhizadeh, who works as a waitress, said: 'It's been a long time since I was a waitress."", 'I also needed tick species from meadows that are rarely released by zookeepers, so I decided to take a closer look at them and see if I could find any other tick species I could find in the wild.', 'Sometimes, when you are six to one years old, I recommend you try the ApSva (Together 8 Program).']" -808,"['Until', '1967,', 'all', 'beef', 'breeds', 'in', 'Scandinavia', 'were', 'registered', 'by', 'the', 'Nordic', 'Association', 'of', 'Beefbreeders', 'but', 'since', 'that', 'year', 'Denmark', 'has', 'registered', 'its', 'own', 'beef', 'animals.']","[19, 20]",1,denmark,"Until 1967, all beef breeds in Scandinavia were registered by the Nordic Association of Beefbreeders but since that year Denmark has registered its own beef animals.","['Until 1967, all cattle collections in Scandinavia were owned by the Nordic bobsleigh club Emptivity Club.', 'Japan is reuniting with Frida Kahlo for the first time since the end of World War II, and the United States is the only country in the world that does so. (a) The United States is the only country in the world that does not have nuclear weapons (b) The United States is the only country in the world that does not have nuclear weapons (c) The United States is the only country in the world that does not have nuclear weapons (c) The United States has a nuclear capacity (c) The United States has a nuclear capacity (c) The United States has a nuclear capacity', 'Until 1967, all police moves in Scandinavia were characterized by symptoms of disease.', ""Until 1950, every northern side of Los Gers had a presenter who could examine the 64-year-old Fiddounce's shepherd dogs, Lady Kaia and Leinster, in R'f < p >."", '75 positions even to the end of the Second World War and the end of the Second World War and the end of the Second World War and the end of the Second World War and the end of the Second World War and the end of the First World War and the end of the Second World War and the end of the Second World War and the end of the Second World War and the end of the Second World War and the end of the Second World War and the end of the First World War and the end of the Second World War.']" -809,"['To', 'reinforce', 'this', 'confidence,', 'they', 'had', 'participated', 'in', 'GCC', 'defence', 'consultations', 'a', 'week', 'or', 'so', 'before', 'and', 'joint', 'manoeuvres', 'with', 'Kuwait', 'the', 'previous', 'winter.']","[20, 21]",1,kuwait,"To reinforce this confidence, they had participated in GCC defence consultations a week or so before and joint manoeuvres with Kuwait the previous winter.","['In order to reaffirm the existing confidence, they attended a joint meeting of the Joint Chiefs of Staff and the Joint Chiefs of Staff and the Joint Chiefs of Staff just over a week earlier.', 'To bolster that confidence, a YouGov poll of MPs found that 36 per cent of respondents would vote for Brexit if the UK voted to leave the European Union, compared with 46 per cent who said they would vote to remain.', 'To bolster the case, Japan and the United States gathered at proposed defense sites and fishing lanes around the world to criticize Mr. Stokes\'s foreign policy, which has been widely criticized by the United States and Utah mandates. The couple ordered a culinary baby cake from the hotel chain: ""A lot of the food was good,"" Mr. Stokes said, alluding to Mr. Trump\'s recent comments that the United States was ""not a good place to be.""', 'Of course, the U.S. has long-term licenses for the new Kerry blah blah blah, belly recruit, time happy zeman, time happy zeman, time happy zeman, time happy zeman, time happy zeman, time happy zeman, time happy zeman, time happy zeman, time happy zeman, time happy zeman, time happy zeman, time happy zeman, time happy zeman, time happy zeman, time happy zeman, time happy zeman, time happy zeman, time happy zeman.', ""For more information, visit < br >'s Polenzlo Christian.""]" -810,"['Sweden,', 'Austria', 'and', 'West', 'Germany', 'plan', 'to', 'cut', 'total', 'SO&sub2;', 'emissions', 'by', 'between', '65', 'and', '70', 'per', 'cent', 'by', 'the', 'year', '1995', 'and', 'Sweden', 'hopes', 'to', 'reach', 'an', '80', 'per', 'cent', 'reduction', 'by', 'the', 'end', 'of', 'the', 'century.']","[3, 5]",1,west germany,"Sweden, Austria and West Germany plan to cut total SO&sub2; emissions by between 65 and 70 per cent by the year 1995 and Sweden hopes to reach an 80 per cent reduction by the end of the century.","['Sweden and West Germany want to reduce their greenhouse gas emissions by 65 to 70 percent by the end of the decade, while Sweden wants to reduce its greenhouse gas emissions by 80 percent by 2050.', 'Sweden, Austria and Germany are to reduce their greenhouse gas emissions by 65 to 70 percent by the end of the century.', 'Sweden, Austria and West Germany want to reduce their CO2 emissions by 65 percent by 1995, by 25 percent to 100 percent by 2025 and by 70 percent by 2050.', 'Sweden, Inc.; T-Mobile Center, Inc.; T-Mobile Center, Inc.; T-Mobile Center, Inc.; T-Mobile Center, Inc.; T-Mobile Center, Inc.; T-Mobile Center, Inc.; T-Mobile Center, Inc.; T-Mobile Center, Inc.; T-Mobile Center, Inc.; T-Mobile Center, Inc.; T-Mobile Center, Inc.; T-Mobile Center, Inc.; T-Mobile Center, Inc.; T-Mobile Center, Inc.; T-Mobile Center, Inc.; T-Mobile Center, Inc.; T-Mobile Center, Inc.; T-Mobile Center, Inc.; T-Mobile Center, Inc.', ""As Zac Goldsmith's campaign gathers momentum in South Carolina, his rival Hillary Clinton is expected to solidify her lead in the race for the Democratic nomination in New Hampshire, according to a new poll.""]" -811,"['Instead,', 'Levy', 'had', 'simply', 'assured', 'Baker', 'that', 'Israel', 'would', 'not', 'use', 'the', 'US', 'funding', 'in', 'the', 'occupied', 'territories,', 'and', 'would', 'henceforth', 'share', 'information', 'regarding', 'settlement', 'with', 'US', 'officials.']","[7, 8]",1,israel,"Instead, Levy had simply assured Baker that Israel would not use the US funding in the occupied territories, and would henceforth share information regarding settlement with US officials.","['Instead, Levy Baker, the FA\'s chief executive, had called on the Professional Footballers ""Association (PGMOL) to challenge the decision to suspend the arbitration panel for the second time in just a few weeks, saying it was"" inappropriate ""for a player of the player\'s calibre to be charged with an offence.', 'Instead, Levy had assured Baker that Israel would block U.S. action against Mr. Trump and Yasser Arafat because of their own financial dealings in the Middle East while Donald Trump was in Gest.', 'Levy, a five-time recipient of psychiatric research grants from Planned Parenthood and the National Institutes of Health, said he was ""deeply saddened"" by the news.', 'Levy said: ""All of a sudden it dawned on me that Brad Baker had left the club and I thought,"" Oh my God, I\'ve got to go back to the dressing room. ""', 'Sperl Bemluqe, who had to reach for the rope in Stephen Clop\'s Herrise, said he was ""glad"" it was a comedy.']" -812,"['Yet', 'how', 'many', 'times', 'has', 'America', 'sided', 'with', 'Israeli', 'aggression', 'against', 'the', 'people', 'of', 'Palestine?']","[5, 6]",1,america,Yet how many times has America sided with Israeli aggression against the people of Palestine?,"[""How often has the US sided (suspiciously) with Israel against Tehran's actions to seize licenses for private companies?"", 'But how often has America apologized for Israeli aggression in the Middle East?', ""But how often has America been confronted with Israel's bipartisan views in the Middle East or in Las Vegas or in the West Bank or in the West Bank or in the West Bank or in the West Bank or in the West Bank or in Gaza or in the West Bank or in Gaza?"", 'But, like Dodmaquez, English sharply rejected such a call. & # 8222; Takak & # 8220; the Mactif tent critic. & # 8220;', 'According to media reports, he has been conducting Mexico for three years.']" -813,"['Nigeria', 'and', 'Ghana', 'were', 'to', 'be', 'participants.']","[2, 3]",1,ghana,Nigeria and Ghana were to be participants.,"['Nigeria and Ghana were representatives, he said.', 'Nigeria and Ghana should be among them.', 'For example, Nigeria and Ghana would have to pay fraud rates, while Dinish Gun Zei - a rape prevention group in Africa - would pay the same rate.', 'He was the most effective leader Ashraf Ghani ever had, and before he carried it out, he led the country in the war against the Taliban.', 'Ghana and Nigeria have both been linked with a move for the former but < a href > knows the player is interested in a move to the Premier League.']" -814,"['The', 'notion', 'that', 'the', 'incarnation', 'was', 'to', 'fulfil', 'the', 'promise', 'to', 'Israel', 'and', 'to', 'reconcile', 'the', 'world', 'with', 'God', 'removed.']","[11, 12]",1,israel,The notion that the incarnation was to fulfil the promise to Israel and to reconcile the world with God removed.,"['The idea that the Incarnation fulfills the promise of Israel as the Mother of God to save the world (""God save the world"") is not true.', 'This is just the latest in a long line of scandals that have engulfed the industry, with Dominic Boehrler, former chief executive of the British Chambers of Commerce (BCC), former chairman of the British Chambers of Commerce (BCC), and Dominic Boehrler, former chief executive of the British Chambers of Commerce (BCC), former chairman of the British Chambers of Commerce (BCC) and now chairman of the British Chambers of Commerce (BCC).', ""The idea that God can solve the world's problems and bring us back to the top is a myth, he told Fair World."", 'The idea of the incarnation he created kept the oil in 1945 and Madrid had to wait until after the war to approve 500 million barrels of oil.', 'The 50-year-old, who is still recovering from a knee injury, said: ""It\'s been a long time since I\'ve been in this position.']" -815,"['A', 'special', 'clause', 'guaranteed', 'the', 'rights', 'of', 'ethnic', 'Bulgarians', 'in', 'Moldova,', 'of', 'whom', 'there', 'were', '89,000', 'according', 'to', 'Moldova', 'and', '150,000-170,000', 'according', 'to', 'Bulgaria.']","[18, 19]",1,moldova,"A special clause guaranteed the rights of ethnic Bulgarians in Moldova, of whom there were 89,000 according to Moldova and 150,000-170,000 according to Bulgaria.","['In a statement, the company said: ""We are pleased to announce that we have reached an agreement with the UK Government to extend our partnership with the UK Government to provide the best possible service to our customers.""', ""In an interview with The Daily Telegraph, he said: 'I'm not going to lie, I'm not going to lie, I'm not going to lie."", 'Rak-Su\'s latest album, ""Tau\'s House of Cards,"" is the latest in a long line of songs released by the group, including ""Wealth Conservative.""', 'In an interview with the Associated Press news agency on Tuesday, the president said he was ""deeply saddened"" by the death of his wife, who died in a car crash in the southern Indian city of Mumbai.', ""In a statement, a Department of Homeland Security spokesman said: 'The Department of Homeland Security and Department of Homeland Security and Department of Homeland Security and Department of Homeland Security and Department of Homeland Security and Department of Homeland Security and Department of Homeland Security are investigating the incident.""]" -816,"['To', 'say', 'that', 'this', 'sums', 'up', 'Turkey', ""'s"", 'attitude', 'as', 'a', 'whole', 'would', 'nevertheless', 'be', 'untrue.']","[6, 7]",1,turkey,To say that this sums up Turkey's attitude as a whole would nevertheless be untrue.,"['It would still be wrong to say that this could affect any position in the world.', '""We\'re not going to get into a situation where we can\'t get out of the way,"" he said.', 'Tal Villar, on the other hand, is 350 kilometres long and belongs to the southern Turkish plain.', 'If you look at the death of Japanese interests a decade and a half ago, you would see that it was about purchasing power, not discrediting it.', ""Zanie Ball (Kokur with Ibra and Obama) is younger and more confident than Nolan's sad ambience.""]" -817,"['And', 'their', 'targets', 'were', 'supporters', 'of', 'the', 'African', 'National', 'Congress,', 'which', 'has', 'vowed', 'to', 'topple', ""Ciskei's"", 'military', 'leader', '-', 'denouncing', 'him', 'as', 'a', 'puppet', 'of', 'white', 'South', 'Africa', '.']","[26, 28]",1,south africa,"And their targets were supporters of the African National Congress, which has vowed to topple Ciskei's military leader - denouncing him as a puppet of white South Africa.","['Her reaction, however, was not that her own supporters should overlook the fact that she was in Algeria at the time of the attack, and instead called for her expulsion from the country.', 'Security forces suspected, however, that they were anticipating a counterattack.', 'And their retaliation was swift, shifting down a gear along the way and Ramos and Niki Laws propelled Hawaii to the top of the rankings.', 'And at some point at the end of the century, unlike in the past, there will be no republic, no republic, no democracy, no democracy, no democracy, no democracy, no democracy, no democracy, no democracy, no democracy.', 'Kennedy was criticised as a ""Latin talent,"" but he was elected to the ""back of the queue"" - the party\'s motto - and rewarded with a seat in the House of Commons in 2010 when he was elected to the Upper House.']" -818,"['Britain', 'has', 'not', 'yet', 'received', 'any', 'formal', 'demand', 'for', 'the', 'extradition', 'of', 'the', 'demonstrators', 'who', 'threw', 'bricks', 'at', 'the', 'Iranian', 'embassy', 'in', 'London', 'and', 'smashed', 'windows.']","[0, 1]",1,britain,Britain has not yet received any formal demand for the extradition of the demonstrators who threw bricks at the Iranian embassy in London and smashed windows.,"['Britain has not received formal requests to extradite protesters who threw stones at the Iranian embassy in Sydney.', 'In a letter to the judge, Judge Vivien said: ""I am deeply saddened by the death of Mel Bachmann, a member of the House of Representatives, and I am deeply saddened by the loss of one of the most respected members of the House.', 'Britain was the only country in the world not to host a World Cup in Russia, according to a British correspondent, and watched England face France in the final alongside the Irish film.', 'Ron Aaron, R-Ky., the top Republican on the House Oversight and Government Reform Committee, said he was ""deeply saddened"" by the news.', 'Britain has warned that MHTA could cost local authorities millions of pounds in lost funds if it does not get the green light from the European Union and the International Monetary Fund (IMF).']" -819,"['Their', 'privileges', 'as', 'permanent', 'Security', 'Council', 'members,', 'especially', 'the', 'right', 'of', 'veto,', 'had', 'been', 'increasingly', 'questioned', 'by', 'Germany', 'and', 'Japan', 'which,', 'as', 'major', 'economic', 'powers,', 'had', 'allegedly', 'claimed', 'permanent', 'membership', 'of', 'the', 'Council.']","[17, 18]",1,germany,"Their privileges as permanent Security Council members, especially the right of veto, had been increasingly questioned by Germany and Japan which, as major economic powers, had allegedly claimed permanent membership of the Council.","['His early retirement plans have always been an accelerated business for Japan, and GM was turning the corner on its proven products such as the Cadillac Cadillac, Cadillac Cadillac Cadillac, Cadillac Cadillac Cadillac Cadillac Cadillac Cadillac Cadillac Cadillac Cadillac Cadillac Cadillac Cadillac Cadillac Cadillac Cadillac Cadillac Cadillac Cadillac Cadillac Cadillac Cadillac Cadillac', 'Their privileges as permanent security chief of Bezos as a sponsor are becoming increasingly obvious, especially for smaller clubs that have not had joint ventures for many years.', 'Their privileges as permanent members of the bustling Security Council are said to have increased hostilities between the United States and Russia, with the United Nations and the International Atomic Energy Agency (IAEA) among the most powerful powers in the world.', 'Kuono, a member of the European Council, pleaded guilty in 2008 to a misdemeanor of obstruction of justice, a charge he denies.', 'Cruise is allowed to call Lord Sugar a ""whore"" after his marital troubles in court, which is why he was told Paula Teu was only used for the Xabo advert from memos originally leaked < br >.']" -820,"['Though', 'Slovenia,', 'and', 'then', 'Croatia,', 'broke', 'away', 'two', 'years', 'ago,', 'the', 'world', '-', 'ie,', 'chiefly', 'Western', 'Europe', 'and', 'America', ',', 'working', 'through', 'the', 'UN', 'with', 'Russian', 'assent', 'and', 'Chinese', 'compliance', '-', 'did', 'not', 'focus', 'seriously', 'on', 'Yugoslavia', 'until', 'last', 'year.']","[18, 19]",1,america,"Though Slovenia, and then Croatia, broke away two years ago, the world - ie, chiefly Western Europe and America, working through the UN with Russian assent and Chinese compliance - did not focus seriously on Yugoslavia until last year.","[""Although Slovenia and Croatia parted ways two years ago, the vast majority of the crowd was quick to reject former president Cox Hill's jukantopic."", 'Although Slovenia and Croatia have opened up to people suffering from controlled mosquito replenishment, including Russians and Chinese, diplomacy highlighting Christmas Eve-related events has been fueled by art tourism outside the diplomatic roots. Tranes beekeepers then turned to Art Penguine John, a human rights group.', ""Although first Slovenia and then Croatia toppled her in the second round against rivals Blood and Blood last season, Hillary Clinton focused on her national poll lead in South Africa, Greenwald Clijton's record in 2015, which was tens of thousands higher than Firemilly's final tally of 800,000, and then Lerman Of Garden, a 1995 poll that eliminated her as a teenager."", 'Investigators suspect Bin Laden may have been involved in the plot, but it is unclear whether he was involved in the plot to blow up the U.S. Embassy in Kabul.', 'Although Slovenia and then Croatia were ahead in the poll, many independents said they would not give up their opposition to the agreement, which is due to be ratified by the European Parliament in Dublin next week.']" -821,"['The', 'five', 'permanent', 'members', 'of', 'the', 'UN', 'Security', 'Council', '(France,', 'China', ',', 'the', 'Soviet', 'Union,', 'the', 'United', 'Kingdom', 'and', 'the', 'United', 'States)', 'held', 'their', 'sixth', 'meeting', 'on', 'the', 'Cambodian', 'problem', 'on', 'Aug.', '27-28', 'and', 'worked', 'out', 'a', 'possible', 'framework', 'for', 'a', 'solution.']","[10, 11]",1,china,"The five permanent members of the UN Security Council (France, China, the Soviet Union, the United Kingdom and the United States) held their sixth meeting on the Cambodian problem on Aug. 27-28 and worked out a possible framework for a solution.","['In a statement, the company said it was ""shocked and saddened"" to learn of the death of a man who died in a road accident late last year and was ""deeply saddened"" to hear of the loss of his life and a loved one.', ""The five ECB officials, including the ECB's Managing Director Mark Carney, the ECB's head of monetary policy and the ECB's head of monetary policy Mark Carney, are expected to discuss the possibility of an extension of the ECB's quantitative easing (QE) programme, which has been in place since the beginning of the year."", ""< br > 's DAVID LLOYD reflects the thrill at Edgbaston and reflects the thrill at Edgbaston... while wicketkeeper Alastair Cook made a brilliant hundred at The Oval to help England to an emphatic 2-0 series win over Sri Lanka at The Oval... while paceman Ben Stokes made a brilliant hundred at Trent Bridge to help England to an emphatic 2-0 series win over Australia at The Oval."", 'Mubarak, who has been in power for more than a decade, is under pressure to step down as head of Egypt\'s National Assembly, which oversees the country\'s electoral system, and has been under pressure to step down as head of state since he was overthrown in a 2011 coup, a senior government official said Friday, adding that he was ""deeply disappointed"" with the government\'s handling of the case.', 'Khamenei and Zuma will meet in the second round of presidential elections on August 27-28, with both sides expected to meet in the second round of presidential elections, which will take place March 2-28.']" -822,"['There', 'are', 'also', 'the', 'longstanding', 'Turkish', 'objectives', 'of', 'resolving', 'the', 'Cyprus', 'conflict', 'to', 'its', 'advantage', 'and', 'of', 'forcing', 'the', 'United', 'States', 'to', 'reduce', 'military', 'support', 'its', 'regional', 'adversary,', 'Greece', '.']","[28, 29]",1,greece,"There are also the longstanding Turkish objectives of resolving the Cyprus conflict to its advantage and of forcing the United States to reduce military support its regional adversary, Greece.","['Durrate-Lumlin limits Russian forces to modern communications systems, and Turkey has the same long-term strategy as the United States, which has been pursuing Farah for more than a decade, and the United Arab Emirates, which has been pursuing the same strategy for years, as the United Arab Emirates, which is accused of supporting the Islamic State group in Iraq and Syria.', 'Moreover, countries are seeking a solution to the issue of American school insurance as an unqualified form of Protestant thinking.', 'On the other hand, the older we get, the more likely we are to be able to do so.', 'Often it was also the intention of the Turkish government to contribute to Cyprus as a part of the Cypriot economy, to repair the damage caused by the consumption of banditry and to ensure that all current comments on the concrete developments in Cyprus are well-known - even if Kol-Prot (12) had no idea that his all-round service had been specially set up and his jokes had been replaced by those of his SZ colleagues; so that the... ""paarrdictu mu mu"" (12) on request at www.general-bornhart-ti-downertim.org.', 'Here\'s < a href = ""http: / / www.zillow.com / blog /"" target = ""external"" > a rundown of the best emerging markets investment funds worth keeping an eye on...']" -823,"['Some', 'of', 'it', 'was', 'undoubtedly', 'derived', 'from', 'associations', 'with', 'British', 'India', ',', 'where', 'graveyards', 'abounded', 'in', 'miniature', 'pagodas', 'and', 'obelisks.']","[9, 11]",1,british india,"Some of it was undoubtedly derived from associations with British India, where graveyards abounded in miniature pagodas and obelisks.","['Some of the results of the study, published in the Journal of the American Medical Association, were published in the Journal of Clinical Oncology, and the results of the study were published in the Journal of the American Medical Association, a journal of the American College of Obstetricians and Gynecologists, the American Academy of Obstetricians and Gynecologists, the American Academy of Obstetricians and Gynecologists, the American College of Obstetricians and Gynecologists, the American College of Obstetricians and Gynecologists, the American College of Obstetricians and Gynecologists, the American College of Obstetricians and Gynecologists, the American College of Obstetricians and Gynecologists and Gynecologists, the American College of Obstetricians and Gynecologists.', 'Some of them undoubtedly stemmed from the fact that he ended up not making a bogey on the par-5 18th for the first time, but for the second time in as many holes a double bogey on the par-5 18th, the first time on the par-5 18th, the second time on the par-5 18th and the second time on the par-5 18th, the third time on the par-5 18th.', 'That was no doubt due to Antoni\'s association with the British women, who were asked by the APA - the individual referees of the penalty shoot-out - to report to the editorial board on Monday morning, saying: ""We are pleased with the decision.""', ""Some of them are certainly influenced by associations with Britishness, by waiting times for drunken servants to cross the street, and by hooligans trying to cling to Macron's eruptive mannequin smile."", 'Some of these cave dwellings are at their best and must differ from the 1,241 normally found in government shelters.']" -824,"['First', 'to', 'respond', 'was', 'Nehru,', 'who', 'convened', 'a', 'conference', 'of', 'Pacific', 'and', 'Indian', 'Ocean', 'states,', 'including', 'Egypt,', 'Ethiopia,', 'the', 'Philippines,', 'Australia', 'and', 'New', 'Zealand,', 'but', 'not', 'Britain', 'or', 'the', 'USA', '.']","[29, 30]",1,usa,"First to respond was Nehru, who convened a conference of Pacific and Indian Ocean states, including Egypt, Ethiopia, the Philippines, Australia and New Zealand, but not Britain or the USA.","[""The first reaction was Nehru, who was attending a conference of the world's leading Pacific and Indian Ocean commercial investor (PADI) when asked about the possibility of developing a nuclear warhead capable of carrying a nuclear warhead."", 'For the first time in more than a decade, the North is pouring water into the lake in South Korea.', 'The SOFFER INVESTIGATION, convened in 1958, concerns Greece with a habitually influenced vaccination program. -- Recommendations of these HIV symptoms include: Improvement of entire health programs and money for health care coordination. -- Recommendations of these programs. -- Recommendations of this program. -- Program recommendations. -- Program recommendations. -- Program recommendations. -- Program recommendations. -- Program recommendations. -- Program recommendations. -- Program recommendations. -- Program recommendations. -- Program recommendations. -- Program recommendations. -- Program recommendations. -- Program recommendations. -- Program recommendations. -- Program recommendations. -- Program recommendations.', ""As part of the UN Asperger's Initiative to Exchange Social Perspectives # 116ESPPet # 116ESPPet # 116ESPPet # 116ESPPet # 116ESPPet # 116ESPPet # 116ESPPet # 116ESPPet # 116ESPPet # 116ESPPet # 116ESPPet # 116ESPPet # 116ESPPet # 116ESPPet # 116ESPPet # 116ESPPet # 116ESPPet # 116ESPPet # 116ESPPet"", 'In a statement released by the club, Mackolly said: ""We are pleased to announce that Millianna\'s death has been confirmed as the cause of death.']" -825,"['Countries', 'paying', 'money', 'to', 'users', 'of', 'contraception:', 'BANGLADESH,', 'EGYPT,', 'INDIA,', 'INDONESIA,', 'MALAYSIA,', 'MAURITIUS,', 'NEPAL,', 'SOUTH', 'KOREA,', 'SRI', 'LANKA,', 'THAILAND,', 'TUNISIA,', 'VIETNAM']","[20, 21]",1,vietnam,"Countries paying money to users of contraception: BANGLADESH, EGYPT, INDIA, INDONESIA, MALAYSIA, MAURITIUS, NEPAL, SOUTH KOREA, SRI LANKA, THAILAND, TUNISIA, VIETNAM","['Countries that receive aid: BANGLADESSELF Aid is provided BENGLADESSELF EGYPT INsi America, Mass., National Dance Party Republika da Tahri of Fidu < unk > Cri < unk > Syria and Big Puck Denis Baghram Sabulecitimaga conditioning pipe, world champion in fast food', 'Countries that program people through additional commitments: BANGKOK, Ethiopia, INDIA, INDONA, Dubai, Mauritius, Nepal, South Korea, Sri Lanka, South Korea, the United Arab Emirates, the United Arab Emirates, the United Arab Emirates, the United Arab Emirates, the United Arab Emirates, the United Arab Emirates, the United Arab Emirates, the United Arab Emirates, the United Arab Emirates.', 'Countries increase acceptance rate for contraceptive licensees: New York, New York, Washington, D.C., Washington, D.C., New York, Washington, D.C., Washington, D.C.', 'Countries that allow payments to the US would be hit hard: bandits, Ethiopians, North Koreans, South Koreans, South Koreans, South Koreans, South Koreans, South Koreans, South Koreans, South Koreans, South Koreans, South Koreans, South Koreans, South Koreans, South Koreans, South Koreans, South Koreans, South Koreans, South Koreans, South Koreans, South Koreans, South Koreans, South Koreans, South Koreans, South Koreans, South Koreans, South Koreans, South Koreans, South Koreans, South Koreans, South Koreans, South Koreans, South Koreans, South Koreans, South Koreans, South Koreans, South Koreans, South Koreans, South Koreans, South Koreans, South Koreans, South Koreans, South Koreans, South Koreans, South Koreans', 'Countries that are made available to investors - please note:']" -826,"['together', 'with', 'Egypt', 'and', 'Syria', ')', 'to', 'send', 'troops', 'to', 'the', 'pan-Arab', 'force', 'to', 'defend', 'Saudi', 'Arabia;', 'some', '1,200', 'Moroccan', 'troops', 'reportedly', 'arrived', 'in', 'Riyadh', 'on', 'Aug.', '12.']","[4, 5]",1,syria,"together with Egypt and Syria ) to send troops to the pan-Arab force to defend Saudi Arabia; some 1,200 Moroccan troops reportedly arrived in Riyadh on Aug. 12.","[""In a statement, the company said: 'We are deeply saddened to learn of the death of a young man who was the subject of an unauthorised and unauthorised hack of our computer system at the time of his death, and we would like to apologise to anyone who may have been affected by this incident or who may have been or may have been affected by it at the time of his death.'"", '""I think it will take a very long time to get to the bottom of this,"" he said, adding that he was ""very concerned"" about the situation in Syria.', 'Despite the 18 unrest in the country, the country has strategic soldiers, which has led to a large number of workers being forced to leave their jobs, resulting in a large number of casualties, including two Meslic owners, with whom he clearly had to contend with shortages, the colonels of the armed forces, teachers and those responsible for effective technologies, the colonels of the armed forces, the colonels of the army, the colonels of the army, the colonels of the army, the colonels of the army, the colonels of the army, the colonels of the army, the colonels of the army, the colonels of the army, the colonels of the army, the colonels of the army, the colonels of the army, the colonels of the army, the colonels of the army, the colonels of the army, the colonels', 'More than a dozen people were killed and more than 100 injured in Riyadh.', '(1) Pan-Arab Support Towards Jericho (vv) (vv) (vv) (vv) (v) (v) (v) (v) (v) (v) (v) (v) (v) (v) (v) (v) (v) (v) (v) (v) (v) (v) (v) (v) (v) (v) (v) (v) (v) (v) (v) (v) (v) (v) (v) (v) (v) (v) (v) (v) (v) (v) (v) (v) (v) (v) (v) (v) (v) (v) (v) (v) (v) (v) (v) (v) (v) (v) (v) (v) (v)']" -827,"['The', 'new', 'problem', 'of', 'youth', 'unemployment', 'was', 'to', 'receive', '75', 'per', 'cent', 'of', 'the', 'ESF,', 'and', '40', 'per', 'cent', 'of', 'the', 'remaining', 'general', 'fund', 'was', 'to', 'be', 'allocated', 'to', 'the', 'depressed', 'regions', 'of', 'the', 'Community', '-', 'i.e.', 'Greece', ',', 'Northern', 'Ireland,', 'Irish', 'Republic,', 'Mezzogiorno.']","[37, 38]",1,greece,"The new problem of youth unemployment was to receive 75 per cent of the ESF, and 40 per cent of the remaining general fund was to be allocated to the depressed regions of the Community - i.e. Greece, Northern Ireland, Irish Republic, Mezzogiorno.","['""The new generation of young people got 85 percent of the color,"" said Therese Jadelama, who was among those who got access to the NEDC, Loi Pomeroy and Nemo Chicaci.', 'The new heir to the throne has called for a common bank tax - now called the Mansion Tax - to crack down on banks, a move that would free up billions of pounds of taxpayers ""money to prop up a burgeoning banking industry.', ""(AP) - The Association of Hundred People in South Sudan says Boko Haram, a militant group that has claimed responsibility for a series of attacks over the past two years, has been arrested in the northeastern Nigerian city of Daraa, where it is believed to be the deadliest in the country's history, behind a series of attacks over the past two years that have killed more than 100 people and wounded more than 100."", 'Pensioners are caught in an ""uncooperative"" downward spiral of inflation, ""psychologically"" and ""psychologically,"" according to an annual report from the Office for National Statistics (ONS).', 'The new edition of UFC Fight Night is the latest in a long line of unresolved issues that have plagued the UFC since its inception. UFC President Dana White said on Twitter: ""UFC Fight Night is over, UFC Fight Night is over, UFC Fight Night will be over, UFC Fight Night will be over, UFC Fight Night will be over, UFC Fight Night will be over, UFC Fight Night will be over, UFC Fight Night will be over, UFC Fight Night will be over, UFC Fight Night will be over, UFC Fight Night will be over, UFC Fight Night will be over.']" -828,"['Canada,', 'Australia', 'and', 'eleven', 'other', 'members', 'of', 'the', 'Interim', 'Committee', 'opposed', 'the', 'decision', 'and', 'a', 'number', 'of', 'other', 'countries', 'abstained.']","[1, 2]",1,australia,"Canada, Australia and eleven other members of the Interim Committee opposed the decision and a number of other countries abstained.","['The Interim Committee has proposed to Canada, Australia and the United States to adopt separate resolutions to ensure that the necessary infrastructure is in place.', 'On the sidelines of the incident are Bayern Munich, Bayern Munich, Bayern Munich, Bayern Munich, Real Madrid, Bayern Munich, Bayern Munich, Barcelona, Barcelona, Bayern Munich, Barcelona, Bayern Munich, Barcelona, Barcelona, Barcelona, Barcelona, Barcelona, Barcelona, Barcelona, Barcelona, Barcelona, Barcelona, Barcelona, Barcelona, Barcelona, Barcelona, Barcelona, Barcelona, Barcelona, Barcelona, Barcelona, Barcelona, Barcelona, Barcelona, Barcelona, Barcelona, Barcelona, Barcelona, Barcelona, Barcelona, Barcelona, Barcelona, Barcelona, Barcelona, Barcelona, Barcelona, Barcelona, Barcelona, Barcelona, Barcelona, Barcelona, Barcelona, Barcelona, Barcelona, Barcelona, Barcelona, Barcelona, Barcelona, Barcelona, Barcelona, Barcelona, Barcelona, Barcelona.', ""Canada, Australia and 11 fighters Butonbin Bekbal against: 17: 10, Saaf Saaf al-Khawaja about 5,000 Rcupgate hardcopy of Xenophon fall into the water Inn transport of Wolfires Pfc. Pedro Tus May; Shock at Tehran's steel integration process rejected; tweeted flags that erect makeshift Maison Industry 6.0, even though the shotgun and yellow baskets National Guard General Manuel Santos in front of U.S. House of Representatives Senator John Boehner (R-Ohio) and Senator Emmanuel Mapers (D-Ohio)."", 'Canada and Australia target beds', 'Australia, Australia, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand, New Zealand']" -829,"['Moreover,', 'in', 'none', 'of', 'these', 'surviving', 'volumes', 'is', 'there', 'any', 'sign', 'of', 'interest', 'or', 'skill', 'in', 'the', 'rapidly', 'developing', 'scholastic', 'disciplines', 'of', 'northern', 'France', 'and', 'Lorraine', 'at', 'this', 'time.']","[23, 24]",1,france,"Moreover, in none of these surviving volumes is there any sign of interest or skill in the rapidly developing scholastic disciplines of northern France and Lorraine at this time.","['Above all, there is an obvious interest in North Korea.', 'Moreover, the strongest typeface in the ""e-book"" - regular teaching - is by no means a sign of a balanced interest in the language of the e-book.', 'Moreover, there have been a number of similar events up to and including world order and scientific geopolitics.', 'And < br > has looked at some of the biggest names in world football...', ""Worse, Shel-Zawahri has been a vocal critic of the Obama administration's handling of the Guantanamo Bay case, saying the administration has failed to adequately protect detainees from detainees held at Guantanamo Bay, Cuba.""]" -830,"['The', 'pace', 'of', 'change', 'differed', 'from', 'country', 'to', 'country:', 'Poland,', 'Romania', 'and', 'Bulgaria', 'were', 'effectively', 'Soviet', 'puppets', 'by', '1946,', 'but', 'Hungary', 'was', 'only', 'brought', 'under', ""Moscow's"", 'control', 'in', 'mid-1947', 'and', 'a', 'coalition', 'government', 'survived', 'in', 'Czechoslovakia', 'until', 'February', '1948.']","[12, 13]",1,bulgaria,"The pace of change differed from country to country: Poland, Romania and Bulgaria were effectively Soviet puppets by 1946, but Hungary was only brought under Moscow's control in mid-1947 and a coalition government survived in Czechoslovakia until February 1948.","['The transition team was always very good, around the boundary, and he did a lot of work between selections and obviously drew mental strength.', 'Poland, Romania and Bulgaria are the only other countries to have progressed from the group stage, while Romania have reached the knockout stage but need just a draw to progress to the knockout stage.', 'The fastest rate of such a temperature difference per country was Norway, which averaged 62.6 degrees Celsius in all European countries, according to Pyeongchang.', 'The pace of change changed, according to Lansdowne, with Justice Department Chief of Staff Neil Dudd and Broadji Beeau, 28, failing to reach compromises on the Affordable Care Act, the Affordable Care Act, the Affordable Care Act, the Affordable Care Act, the Affordable Care Act, the Affordable Care Act, the Affordable Care Act, the Affordable Care Act, the Affordable Care Act, the Affordable Care Act, the Affordable Care Act, the Affordable Care Act, the Affordable Care Act, the Affordable Care Act, the Affordable Care Act, the Affordable Care Act, the Affordable Care Act, the Affordable Care Act, the Affordable Care Act, the Affordable Care Act, the Affordable Care Act, and the Affordable Care Act.', ""Long Island is considered one of the most dangerous places in the world, with more than half the world's population living in poverty, according to the World Health Organization (WHO), which estimates the number of people living in poverty in the United States.""]" -831,"['Countries', 'making', 'commitments', 'in', 'August', 'to', 'the', 'multinational', 'force,', 'apart', 'from', 'the', 'USA', 'and', 'those', 'European', 'and', 'Arab', 'countries', 'as', 'described', 'above.']","[12, 13]",1,usa,"Countries making commitments in August to the multinational force, apart from the USA and those European and Arab countries as described above.","[""Bulgaria joins Timur-Baumberg's minority government, which does not have a majority in parliament or a majority in parliament."", 'Abuse', 'Pakistan - Bombings of the United States ""match box are crows against the Obama administration\'s approach to security photos, which must be a targeted policy.', 'Somalia also has a leading scorer at home, Sen. Ted Cruz, R-Texas, said as hysterical militias of senior advisers began urging countries to join.', 'All the political faces of the EU will be present at the meeting, which will take place in Brussels on Thursday, and Gerrard is expected to be among them.']" diff --git a/data/fused_datasets/semeval_org_with_paraphrases_temp0.8 b/data/fused_datasets/semeval_org_with_paraphrases_temp0.8 deleted file mode 100644 index 5c78b250d9e21c2d8c20c2aee3ad783ddbc769fb..0000000000000000000000000000000000000000 --- a/data/fused_datasets/semeval_org_with_paraphrases_temp0.8 +++ /dev/null @@ -1,981 +0,0 @@ -,sentence,pos,label,targets,joined_sents,paraphrases -0,"['Williams', 'Holdings', 'is', 'perhaps', 'the', 'classic', 'example', 'of', 'the', 'vulture', 'purchaser.']","[0, 2]",0,williams holdings,Williams Holdings is perhaps the classic example of the vulture purchaser.,"['Williams Holdings is perhaps the classic example of a vulture buyer.', 'Williams Holdings is perhaps the classic example of vulture buyers.', 'Williams Holdings is perhaps the classic example of the vulture buyer.', 'Williams Holdings is perhaps the classic example of vulture buyers.', 'Williams Holdings is perhaps the classic example of vulture buyers.']" -1,"['ICL', 'parent,', 'Fujitsu', 'Ltd', ',', 'had', 'no', 'hand', 'in', 'development,', 'but', 'is', 'keeping', 'tabs', 'on', 'its', ""sibling's"", 'progress.']","[2, 4]",1,fujitsu ltd,"ICL parent, Fujitsu Ltd, had no hand in development, but is keeping tabs on its sibling's progress.","[""ICL's parent company, Fujitsu Ltd., had no influence on the development, but is keeping pace with the progress of its siblings."", ""ICL's mother Fujitsu Ltd. had nothing to do with the development, but is following the progress of her siblings."", ""ICL's parent company Fujitsu Ltd. has no hand in the development, but follows the progress of its siblings."", ""ICL's mother Fujitsu Ltd. did not have a hand in the development but is monitoring the progress of her siblings."", ""UECL's parent company Fujitsu Ltd. did not have a hand in the development, but is always aware of the progress of its sister magazine History.""]" -2,"['This', 'became', 'especially', 'apparent', 'when', 'the', 'US', 'Department', 'of', 'Justice', 'dropped', 'its', 'anti-trust', 'case', 'against', 'IBM', 'in', 'January', '1982.']","[15, 16]",0,ibm,This became especially apparent when the US Department of Justice dropped its anti-trust case against IBM in January 1982.,"['This became particularly clear when the US Department of Justice closed its antitrust case against IBM in January 1982.', 'This became particularly clear when the US Department of Justice closed its antitrust case against IBM in January 1982.', 'This became particularly clear when the US Department of Justice settled its antitrust case against IBM in January 1982.', 'This became particularly clear when the US Department of Justice closed its antitrust case against IBM in January 1982.', 'This became particularly clear when the US Department of Justice closed its antitrust case against IBM in January 1982.']" -3,"['The', 'efforts', 'that', 'Sony', 'has', 'put', 'in', 'for', 'the', 'NEWS', 'outside', 'Japan', 'would', 'give', 'NEC', 'a', 'flying', 'start', 'in', 'the', 'US', 'and', 'Europe', 'should', 'it', 'decide', 'to', 'enter', 'the', 'international', 'workstation', 'market.']","[14, 15]",0,nec,The efforts that Sony has put in for the NEWS outside Japan would give NEC a flying start in the US and Europe should it decide to enter the international workstation market.,"[""Sony's push for NEWS outside Japan would allow NEC to get off to a fast start in the US and Europe if it decides to enter the international workplace market."", ""Sony's pursuit of NEWS outside Japan would give NEC a bright start in the US and Europe should it decide to enter the international workstation market."", ""Sony's NEWS efforts outside Japan would allow NEC to launch in the US and Europe should the company decide to enter the international workstation market."", ""Sony's pursuit of NEWS outside Japan would give NEC a star ticket in the US and Europe if it decides to enter the international workstation market."", ""Sony's efforts to develop NEWS outside Japan would allow NEC to get off to a good start in the US and Europe should it enter the international workstation market.""]" -4,"['The', 'plane', 'maker,', 'Boeing', 'is', 'ordering', 'new', 'inspections', 'on', 'seven', 'hundred', 'jumbo', 'jets', 'following', 'last', ""month's"", 'Amsterdam', 'air', 'tragedy.']","[3, 4]",1,boeing,"The plane maker, Boeing is ordering new inspections on seven hundred jumbo jets following last month's Amsterdam air tragedy.","['Plane manufacturer Boeing has ordered new inspections of seven hundred jumbo jets after the Amsterdam crash last month.', 'Plane manufacturer Boeing has ordered new tests on seven hundred jumbo jets in the wake of the Amsterdam tragedy last month.', ""Plane manufacturer Boeing has ordered a review of seven hundred jumbo jets after last month's plane crash in Amsterdam."", 'Following the tragedy in Amsterdam last month, aircraft manufacturer Boeing is now planning to have another seven hundred jumbo jets examined.', 'Aircraft manufacturer Boeing has ordered two hundred new jumbo jets following the Amsterdam tragedy last month.']" -5,"['TIME', 'WARNER', ',', 'Ice-T', 'and', 'Body', ""Count's"", 'label,', 'is', 'producing', 'a', 'public', 'television', 'special', 'to', 'discuss', 'issues', 'raised', 'by', 'the', 'uproar', 'over', '""Cop', 'Killer"".']","[0, 2]",0,time warner,"TIME WARNER, Ice-T and Body Count's label, is producing a public television special to discuss issues raised by the uproar over""Cop Killer"".","['TIME WARNER, the label of Ice-T and Body Count, is producing a public-service TV special to address issues raised by the furore over ""Cop Killer.""', 'TIME WARNER, the label of Ice-T and Body Count, is producing a special on public television to discuss the problems caused by the turmoil surrounding ""Cop Killer.""', 'TIME WARNER, the label of Ice-T and Body Count, is currently producing a public television special to discuss the problems caused by the outcry against ""Cop Killer.""', 'TIME WARNER - Ice-T and Body Count - is producing a special public television show to record the ""Cop Killer.""', 'The record company TIME WARNER, Ice-T and Body Count Pitch is producing Halil Natic a special, which deals with the issues raised by the excitement surrounding the ""Cop Killer"" on public television.']" -6,"['There', 'is', 'also', 'an', 'important', 'opportunity', 'for', 'the', 'Mark', 'Williams', 'company,', 'who', 'sells', 'their', 'Unix-like', 'operating', 'system', '(Coherent)', 'for', '$99.']","[8, 10]",1,mark williams,"There is also an important opportunity for the Mark Williams company, who sells their Unix-like operating system (Coherent) for $99.","['An important opportunity also presents itself to the company Mark Williams, which sells its Unix-like operating system (Coherent) for 99 dollars.', 'There is also an important opportunity for the Mark Williams companies, which sell their Unix-like operating system (Coherent) for 99 dollars.', 'Mark Williams, who sells his Unix-like operating system (Coherent) for $99, also has a significant opportunity.', 'Mark Williams also has a great opportunity to support the company that sells its Unix-like operating system (Coherent) for $99.', 'In addition, Mark Williams, who sells his Unix-like operating system (Coherent) for $99, is missing a great opportunity.']" -7,"['Offering', 'car-like', 'comfort', 'but', 'true', 'off-road', 'capability', 'with', 'a', 'high', 'ground', 'clearance', 'so', 'it', 'can', 'drive', 'through', 'mud', 'and', 'water', 'up', 'to', '18', 'inches', 'deep,', 'the', 'Maverick', 'is', 'Ford', ""'s"", 'first', 'European-built', 'sports', 'utility', '4', 'x', '4.']","[28, 29]",0,ford,"Offering car-like comfort but true off-road capability with a high ground clearance so it can drive through mud and water up to 18 inches deep, the Maverick is Ford's first European-built sports utility 4 x 4.","['The Maverick Ford 4 x 4 is the first off-road vehicle developed in Europe, offering car-like comfort but real off-road capability and great ground clearance that allows it to drive up to 18 inches deep through mud and water.', 'The Maverick offers car-like comfort but real off-road capability with high ground clearance, allowing it to ride up to 18 inches deep through mud and water, and Ford is the first European-made sport utility 4 x 4.', ""The Maverick offers ride-sharing like a car, but real off-road features with high ground clearance, allowing it to ride up to 18 inches deep through mud and water, is Ford's first European-built sport utility."", 'The Maverick offers car-like comfort, but is suitable for off-road use and has a water and mud slide up to 3.50 metres deep, despite its high ground clearance.', ""The Maverick is Ford's first 4-speed off-road vehicle to be built in Europe. It offers automotive comfort, but is very mountainous and has a high ground clearance to fly up to 40 cm deep over mud and water.""]" -8,"['Peugeot', 'said', 'that', 'it', 'had', 'lost', 'production', 'of', '49,000', 'cars', 'as', 'a', 'result', 'of', 'the', 'strikes.']","[0, 1]",1,peugeot,"Peugeot said that it had lost production of 49,000 cars as a result of the strikes.","['Peugeot said it had stopped production of 49,000 cars as a result of the strikes.', 'Peugeot said it had halted production of 49,000 cars because of the strikes.', 'Peugeot said it had lost 49,000 cars as a result of the strike.', 'Peugeot said it had halted production of 49,000 cars worldwide because of the strikes.', 'Peugeot said it had lost 49,000 cars as a result of the strikes.']" -9,"['Mr', 'Rodney', 'Bennington,', 'an', 'individual', 'protestor,', 'of', 'Welbury,', 'near', 'Northallerton,', 'accused', 'the', 'NGC', 'of', 'jumping', 'the', 'gun', 'by', 'signing', 'connection', 'agreements', 'with', 'Enron', 'and', 'then', 'with', 'Scottish', 'generators', 'before', 'they', 'had', 'permission', 'to', 'transmit', 'the', 'power.']","[22, 23]",1,enron,"Mr Rodney Bennington, an individual protestor, of Welbury, near Northallerton, accused the NGC of jumping the gun by signing connection agreements with Enron and then with Scottish generators before they had permission to transmit the power.","['Rodney Bennington, a lone protester from Welbury, near Northallerton, accused the NGC of taking a hasty step by signing succession contracts with Enron and then Scottish generators before they had permission to transmit the electricity.', 'Rodney Bennington, a lone protester from Welbury, near Northallerton, accused the NGC of acting rashly by signing succession contracts with Enron and then Scottish generators before they had permission to transmit electricity.', 'Rodney Bennington, a lone protester from Welbury, near Northallerton, accused the NGC of being in too much of a hurry by signing liaison contracts with Enron and then Scottish generators before being allowed to transfer the power.', 'Rodney Bennington, a lone protester from Welbury, near Northallerton, accused the NGC of signing liaison contracts with Enron and then Scottish generators before getting permission to operate the power.', 'Rodney Bennington, a lone protester from Welbury, near Northallerton, accused the NGC of sprinting by signing liaison agreements with Enron and then Scottish generators before they had permission to transfer power.']" -10,"['While', 'BT', 'can', 'be', 'pleased', 'that', 'it', 'bought', 'into', 'McCaw', 'at', 'a', 'much', 'lower', 'price', 'than', ""today's"", 'going', 'rate', 'and', 'that', 'it', 'will', 'be', 'difficult', 'for', 'other', 'overseas', 'companies', 'to', 'enter', 'the', 'US', 'domestic', 'market,', 'it', 'will', 'be', 'some', 'time', 'before', 'its', 'investment', 'begins', 'to', 'yield', 'a', 'return.']","[1, 2]",1,bt,"While BT can be pleased that it bought into McCaw at a much lower price than today's going rate and that it will be difficult for other overseas companies to enter the US domestic market, it will be some time before its investment begins to yield a return.","['BT can be pleased that it has bought into McCaw at a much lower price than the current rate and that it will be difficult for other foreign companies to enter the US domestic market, but it will take time for its investments to succeed.', 'Although BT can be satisfied that it bought McCaw at a much lower price than today and that it will be difficult for other foreign companies to enter the US domestic market, it will take some time for their investments to yield returns.', 'BT can be pleased that it has offered McCaw at a much lower price than today and that other foreign companies will struggle to enter the US market, but it will take time for his investment to pay off.', 'Although BT can be pleased that it has bought McCaw at a much lower price than the current rate, and that other foreign companies will certainly find it difficult to enter the US domestic market, it will take some time for his investment to pay off.', 'While BT may be happy to buy a stake in McCaw at a much lower price than current prices, and other foreign companies will struggle to enter the US domestic market, it will take a while for his investment to find its way into profit.']" -11,"['Intel', 'needs', 'to', 'do', 'some', 'stroking', 'among', 'this', 'class', 'of', 'customer', 'even', 'though', 'Intel', 'defenders', 'claim', 'the', 'P5', 'schematics', 'designers', 'are', 'using', 'in', 'the', 'absence', 'of', 'silicon', 'are', 'so', 'exact', 'they', 'should', 'have', 'little', 'trouble', 'getting', 'up', 'and', 'running', 'and', 'out', 'the', 'door', 'once', 'the', 'chips', 'are', 'delivered.']","[13, 14]",0,intel,Intel needs to do some stroking among this class of customer even though Intel defenders claim the P5 schematics designers are using in the absence of silicon are so exact they should have little trouble getting up and running and out the door once the chips are delivered.,"['Intel needs to do something for its customers, even though Intel defenders claim that the P5 schematics that developers use in the absence of silicon are so precise that they should have little trouble getting going again and opening the door once the chips are delivered.', 'Intel must tick below this customer class, although Intel defenders claim that the circuit diagrams of the silicon-free P5 circuits are so precise that they should have no trouble getting up and running once the chips are shipped.', 'Intel must strike a chord with this customer class, although Intel defenders claim that the schematics used by the P5 developers in the absence of silicon are so precise that they have no trouble getting up and running and should leave the door after the chips are delivered.', ""Intel needs to make a few improvements in this customer class, although Intel's defenders claim that the silicon-free P5 schematics are so precise that they should have little trouble at the beginning and in the barrel and on the doorstep once the chips are shipped."", ""Intel has some caresses among this class of customers, although Intel's defenders claim that the P5 schematics not used by the failed silicon are so precise that they should have little trouble rolling out and going home.""]" -12,"['Despite', 'signs', 'of', 'renewed', 'interest', 'from', 'both', 'Ford', 'and', 'Volkswagen', '(keen', 'to', 're-establish', 'itself', 'as', 'the', 'largest', 'car', 'manufacturer', 'in', 'Europe),', 'the', 'British', 'government', 'announced', 'in', 'March', '1988', 'that', 'it', 'intended', 'to', 'pursue', 'a', 'wholly', 'British', 'solution', 'for', 'the', 'remaining', 'parts', 'of', 'Rover', 'by', 'selling', 'it', 'to', 'British', 'Aerospace', '(', 'BAe', ').']","[50, 51]",1,bae,"Despite signs of renewed interest from both Ford and Volkswagen (keen to re-establish itself as the largest car manufacturer in Europe), the British government announced in March 1988 that it intended to pursue a wholly British solution for the remaining parts of Rover by selling it to British Aerospace ( BAe ).","['Despite recurring signs from both Ford and Volkswagen (which are striving to establish themselves as the largest car manufacturer in Europe), the British Government announced in March 1988 that it intended to seek an exclusively British solution for the remaining parts of Rover by selling them to British Aerospace (BAe).', ""Despite renewed expressions of interest from both Ford and Volkswagen (which is striving to re-establish itself as Europe's largest carmaker), the British Government announced in March 1988 that it intended to seek a pan-UK solution for the remaining parts of Rover through the sale to British Aerospace (BAe)."", 'Despite renewed expressions of interest from both Ford and Volkswagen (which is striving to establish itself as the largest car manufacturer in Europe), the British Government announced in March 1988 that it would seek an all-British solution for the remaining parts of Rover by selling them to British Aerospace (BAe).', 'Despite renewed signs of interest from both Ford and Volkswagen (to re-establish themselves as the largest car manufacturer in Europe), the British Government announced in March 1988 that it intended to seek a pan-UK solution for the remaining parts of Rover through a sale to British Aerospace (BAe).', 'In March 1988, despite various signals of renewed interest from both Ford and Volkswagen (which was desperately trying to re-establish itself as the largest European carmaker), the British Government announced that it intended to seek a pan-British solution for the remaining parts of Rover through a sale to British Aerospace (BAe).']" -13,"['Even', 'the', 'Scientific', 'Affairs', 'Board', 'of', 'the', 'BPS', ',', 'criticizing', 'an', 'initial', 'proposal', 'for', 'a', 'Psychology', 'of', 'Women', 'Section,', 'agreed', 'that', '""to', 'encourage', 'women', 'to', 'become', 'and', 'remain', 'involved', 'in', 'the', 'BPS', 'is', 'a', 'laudable', 'objective', 'in', 'itself""', '(Women', 'in', 'Psychology', '1985).']","[7, 8]",0,bps,"Even the Scientific Affairs Board of the BPS, criticizing an initial proposal for a Psychology of Women Section, agreed that""to encourage women to become and remain involved in the BPS is a laudable objective in itself"" (Women in Psychology 1985).","['Even the BPS Science Council, which criticized an original proposal for the Women\'s Psychology Section, agreed that ""encouraging women to engage and remain in the BPS is a laudable goal in itself"" (Women in Psychology 1985).', 'Even the BPS Scientific Council, which criticised an initial proposal to introduce a section on women\'s psychology, said: ""Encouraging women to participate in and continue to participate in the BPS is a laudable goal"" (Women in Psychology 1985).', 'Even the BPS Scientific Committee agrees when it criticizes an earlier proposal for a section on women\'s psychology, agreeing that ""encouraging women to participate in and shape the BPS is in itself a laudable goal"" (Women in Psychology 1985).', ""Even the Science Council of the BPS criticized an initial proposal for the section on women's psychology, agreeing that it was in itself a goal to encourage women to get involved and stick to it (Women in Psychology 1985)."", 'Even the BPS Scientific Advisory Board, which had criticized an initial draft of a section on women\'s psychology, agreed that ""it is commendable to work with and remain in the BPS.""']" -14,"['""Buying,', 'renting', 'and', 'various', 'options', 'in', 'between', 'are', 'simply', 'different', 'ways', 'of', 'obtaining', 'a', 'piece', 'of', 'electrical', 'equipment,""', 'said', 'Mr', 'Nigel', 'Whittaker', 'of', 'Kingfisher', '.']","[23, 24]",0,kingfisher,"""Buying, renting and various options in between are simply different ways of obtaining a piece of electrical equipment,"" said Mr Nigel Whittaker of Kingfisher.","['""Buying, renting and different options in between are just different ways of getting an electrical appliance,"" said Nigel Whittaker of Kingfisher.', '""Buying, renting and having multiple options in between are just different ways to get an electrical appliance,"" said Nigel Whittaker of Kingfisher.', '""Buying, renting and different options in between are just different ways to buy an electrical appliance,"" said Nigel Whittaker of investment firm Kingfisher.', '""Buying, renting and other options in between are just different ways to buy an electrical appliance,"" said Nigel Whittaker of Kingfisher.', '""Buy, rent and different options in between are just different ways to get to the top,"" said Nigel Whittaker of Kingfisher.']" -15,"['BMW', 'and', 'Nissan', 'launch', 'electric', 'cars']","[2, 3]",0,nissan,BMW and Nissan launch electric cars,"['BMW and Nissan launch electric cars', 'BMW and Nissan launch electric cars', 'BMW and Nissan launch electric cars', 'BMW and Nissan launch electric cars', 'BMW and Nissan launch electric cars']" -16,"['The', 'Commission', 'says', 'that', 'the', ""government's"", 'practice', 'of', 'propping', 'up', 'the', 'company', 'by', 'waiving', 'interest', 'payments', 'due', 'on', 'CNP', ""'s"", 'debts', 'of', 'ECU', '1410m', '($987m)', '--', 'owed', 'mainly', 'to', 'the', 'state', '--', 'serves', 'to', 'promote', 'artificial', 'preservation', 'of', 'the', 'status', 'quo,', 'and', 'to', '""postpone', 'necessary', 'adjustments"".']","[18, 19]",0,cnp,"The Commission says that the government's practice of propping up the company by waiving interest payments due on CNP's debts of ECU 1410m ($987m) -- owed mainly to the state -- serves to promote artificial preservation of the status quo, and to""postpone necessary adjustments"".","['The Commission says that the government\'s practice of propping up the company by waiving interest due on CNP debt of ECU 1410 million (US $987 million), mainly to the state, contributes to artificially maintaining the status quo and ""delaying necessary adjustments.""', ""The Commission says that the government's practice of propping up the company by waiving interest payments on CNP debt of ECU 1410 million (USD 987 million) - mainly owed to the state - serves to artificially maintain the status quo and postpone necessary adjustments."", 'The Commission notes that the government\'s practice of supporting the company by waiving the interest due on the CNP\'s debt of ECU 1410 million (US $987 million), mainly to the State, serves to maintain the status quo artificially and to ""postpone"" necessary adjustments.', 'The Commission notes that the government\'s practice of propping up the company by waiving interest payments on the CNP\'s debt of ECU 1410 million, owed mainly to the State, is aimed at promoting the artificial maintenance of the status quo and ""delaying the necessary adjustments.""', 'The Commission says that the government\'s practice of waiving interest payments on CNP debt amounting to ECU 1410 million, owed mainly to the State, is aimed at promoting an artificial maintenance of the status quo and ""taking the necessary corrective steps.""']" -17,"['He', 'hands', 'over', 'to', 'a', 'young', 'man', 'with', 'a', 'toothless', 'grin', 'under', 'a', 'Coca-Cola', 'hat', 'who', 'has', 'been', 'elected', 'locally', 'as', 'the', ""group's"", '""popular', 'educator"".']","[13, 14]",1,coca-cola,"He hands over to a young man with a toothless grin under a Coca-Cola hat who has been elected locally as the group's""popular educator"".","['He hands over to a young man with a toothless smile under a Coca-Cola hat, who has been elected local ""people\'s educator"" of the group.', 'Under a Coca-Cola headgear, he hands over to a young man with a toothless grin, who has been chosen as the group\'s ""People\'s Teacher.""', 'He hands over to a young man with a toothless smile under a Coca-Cola hat, who has been elected local ""people\'s educator"" of the group.', 'He hands over to a young man with a Vietnamese grin under a Coca-Cola hat, who has been chosen as the ""people\'s teacher"" of the group.', 'He leaves it to a young man with a toothless smile beneath a Coca-Cola hat, whom the local parties know as the group\'s ""popular educator.""']" -18,"['Sharp', 'was', 'unable', 'to', 'name', 'specifically', 'the', 'brands', 'which', 'had', 'most', 'successfully', 'taken', 'this', 'approach,', 'but', 'confirmed', 'the', 'list', 'was', 'dominated', 'by', 'the', 'large', 'US', 'multinationals', 'such', 'as', 'Ford', 'and', 'Coca-Cola.']","[28, 29]",0,ford,"Sharp was unable to name specifically the brands which had most successfully taken this approach, but confirmed the list was dominated by the large US multinationals such as Ford and Coca-Cola.","['Sharp could not say which brands had chosen this approach best, but confirmed that the list is dominated by large US multinationals such as Ford and Coca-Cola.', 'Although Sharp is not yet in a position to name the brands that have implemented this approach most successfully, Sharp confirms that the list is dominated by large US multinationals such as Ford and Coca-Cola.', 'Sharp could not explicitly name the brands that had implemented this approach most successfully, but confirmed that the list was dominated by large US multinationals such as Ford and Coca-Cola.', 'Sharp was unable to name the brands most successful in adopting this approach, but confirmed that the list was dominated by large US corporations such as Ford and Coca-Cola.', 'Sharp could not name any product names because the brands that have taken this approach most successfully are the largest US multinationals, such as Ford and Coca-Cola, and the list is dominated by the major US multinationals, such as Ford and Coca-Cola.']" -19,"['Motorola', 'Inc', 'says', 'it', 'is', 'now', 'shipping', 'the', '40MHz', 'version', 'of', 'the', '68040', 'in', 'volume,', 'claiming', 'that', 'at', '41.8', 'VAX', 'MIPS,', 'Motorola', ',', 'it', 'runs', 'faster', 'than', 'the', '50MHz', 'version', 'of', 'the', 'full', '80486', 'from', 'Intel', 'Corp.']","[21, 22]",0,motorola,"Motorola Inc says it is now shipping the 40MHz version of the 68040 in volume, claiming that at 41.8 VAX MIPS, Motorola, it runs faster than the 50MHz version of the full 80486 from Intel Corp.","['Motorola Inc says it is now shipping the 40MHz version of the 68040 volume and claims that at 41.8 VAX MIPS, Motorola, it runs faster than the 50MHz version of the full 80486 from Intel Corp.', 'Motorola Inc. says it is now shipping the 40 MHz version of the 68040 Volume, claiming that at 41.8 VAX MIPS, Motorola, it runs faster than the 50 MHz version of the full 80486 from Intel Corp.', 'Motorola Inc says that it now has the 40 MHz version of the 68040 Volume and claims that in 41.8 VAX MIPS, Motorola, it runs faster than the 50 MHz version of the full 80486 from Intel Corp.', 'Motorola Inc. says it is now shipping the 40MHz version of the 68040 Volume, ordering that at 41.8 VAX MIPS to Motorola, it will run faster than the 50MHz version of the full 80486 from Intel Corp.', 'Motorola Inc says it will now release the 40MHz version of the 68040 volume, claiming that at 41.8 VAX MIPS Motorola will run faster than the 50MHz HTML version of the full 80486 from Intel Corp.']" -20,"['Sun', 'could', 'move', 'the', 'manufacture', 'of', 'these', 'parts', 'from', 'TI,', 'which', 'began', 'it', 'quite', 'successfully,', 'to', 'Fujitsu', ',', 'which', 'has', 'been', 'very', 'anxious', 'for', 'the', 'business.']","[16, 17]",1,fujitsu,"Sun could move the manufacture of these parts from TI, which began it quite successfully, to Fujitsu, which has been very anxious for the business.","['Sun could shift production of these parts from TI, which it has started quite successfully, to Fujitsu, which is very concerned about the business.', 'Sun was able to shift the production of these parts from TI, which had started off quite successfully, to Fujitsu, which was very concerned about the business.', 'Sun was able to shift production of these parts from TI, which it had started quite successfully, to Fujitsu, which is very committed to the business.', 'This enabled the production of these parts to be shifted from the TI Group, which began with great success, to Fujitsu, which was very concerned about the business.', 'Sun was able to transfer this area from TI, which was very successful, to Fujitsu, which was very concerned about the business.']" -21,"['3M', 'have', 'gone', 'a', 'step', 'further', 'with', 'the', 'Privacy', 'Plus', 'Filter.']","[0, 1]",0,3m,3M have gone a step further with the Privacy Plus Filter.,"['3M has gone a step further with the Privacy Plus filter.', '3M has gone a step further with the Privacy Plus filter.', 'With the Privacy Plus Filter, 3M has gone one step further.', 'With the Privacy Plus Filter, 3M has gone one step further.', '3M went one step further with the Privacy Plus filter.']" -22,"['""But', 'today', 'Hilton', 'rates', 'alongside', 'major', 'international', 'brands,', 'like', 'BMW', 'or', 'Coca', 'Cola', ',', 'which', 'is', 'major', 'positioning', 'in', 'marketing', 'terms.""']","[11, 13]",0,coca cola,"""But today Hilton rates alongside major international brands, like BMW or Coca Cola, which is major positioning in marketing terms.""","['""But today Hilton is in no way inferior to major international brands such as BMW or Coca Cola, which is a significant marketing position.""', '""But today Hilton is marketing alongside major international brands such as BMW and Coca Cola.""', '""Hilton\'s marketing position in the world today is as important as that of major international brands such as BMW or Coca Cola.""', '""Today, Hilton has a marketing presence alongside major international brands such as BMW and Coca Cola,"" says its boss.', '""But today it is worth comparing the big international brands of BMW or Coca Cola, which enriches the marketing.""']" -23,"['VM+', 'supports', 'Video', 'for', 'Windows', 'and', 'Apple', 'Computer', 'Inc', 'QuickTime', 'interfaces', 'as', 'well', 'as', 'Intel', ""'s"", 'Indeo', 'video', 'compression', 'hardware.']","[14, 15]",0,intel,VM+ supports Video for Windows and Apple Computer Inc QuickTime interfaces as well as Intel's Indeo video compression hardware.,"[""VM + supports Video for Windows and QuickTime interfaces from Apple Computer Inc, as well as Intel's Indeo video compression hardware."", ""VM + supports QuickTime video interfaces for Windows and Apple Computer Inc as well as Intel's Indeo video compression hardware."", ""VM + supports QuickTime interfaces for Video for Windows and Apple Computer Inc as well as Intel's Indeo video compression hardware."", ""VM + supports QuickTime interfaces for Video for Windows and Apple Computer Inc as well as Intel's Indeo video compression hardware."", ""VM + supports Stokes QuickTime interfaces for Video for Windows and Apple Computer Inc as well as Intel's Indeo compression hardware.""]" -24,"['""The', 'Michelangelo', 'computer', 'virus', 'that', 'received', 'worldwide', 'attention', 'last', 'year', 'is', 'expected', 'to', 'cause', 'even', 'fewer', 'problems', 'this', 'Saturday', 'than', 'it', 'did', 'when', 'it', 'struck', 'last', 'year,', 'a', 'team', 'of', 'IBM', 'researchers', 'said"".']","[30, 31]",0,ibm,"""The Michelangelo computer virus that received worldwide attention last year is expected to cause even fewer problems this Saturday than it did when it struck last year, a team of IBM researchers said"".","['""The computer virus that attracted global attention last year will cause even fewer problems this Saturday than last year,"" said a team of IBM researchers.', '""The computer virus that attracted global attention last year is likely to cause even fewer problems this Saturday than when it was attacked last year,"" said a team of IBM researchers.', '""The Michelangelo computer virus that attracted global attention last year is likely to cause even fewer problems this Saturday than it did last year when it struck, a team of IBM researchers expects.""', '""This computer virus, which attracted global attention last year, is likely to cause even fewer problems this Saturday than it did last year when it struck,"" said a team of IBM researchers.', '""The computer virus that attracted global attention last year is likely to cause even fewer problems on Saturday than when it erupted last year,"" an IBM research team said.']" -25,"['Apparently', 'the', 'International', 'Multimedia', 'Association', '(IMA),', 'a', 'party', 'to', 'COSE,', 'is', 'having', 'discussions', 'with', 'Intel', 'about', 'how', 'to', 'handle', ""Intel's"", 'own', 'multimedia', 'standard.']","[14, 15]",1,intel,"Apparently the International Multimedia Association (IMA), a party to COSE, is having discussions with Intel about how to handle Intel's own multimedia standard.","[""The International Multimedia Association (IMA), a COSE-affiliated organization, is apparently discussing with Intel how to handle Intel's own multimedia standard."", ""Apparently, the International Multimedia Association (IMA), one of the COSE member states, is in talks with Intel about how to use Intel's own multimedia standard."", ""As it stands, the International Multimedia Association (IMA), which is a member of COSE, has been in discussions with Intel about how to use Intel's own multimedia standard."", ""The International Multimedia Association (IMA), one of the COSE participants, is reportedly in talks with Intel about using Intel's own multimedia standard."", ""Apparently, the International Multimedia Association (IMA), which is represented at COSE, is in talks with Intel about how to manage Intel's own multimedia standard.""]" -26,"['Computer', 'Sciences', 'Corp', 'has', 'won', 'a', 'multi-year', 'facilities', 'management', 'contract', 'from', 'Sun', 'Microsystems', 'Inc', 'that', 'is', 'expected', 'to', 'generate', '$27m', 'a', 'year:', 'under', 'the', 'agreement,', 'Sun', 'will', 'temporarily', 'transfer', 'all', 'its', 'mainframe', 'data', 'centre', 'activities', 'in', 'Milpitas,', 'California', 'to', 'a', 'Computer', 'Sciences', 'data', 'centre', 'in', 'San', 'Diego,', 'enabling', 'Sun', 'to', 'convert', 'its', 'mainframe', 'systems,', 'which', 'oversee', 'its', 'worldwide', 'manufacturing', 'operations,', 'to', 'a', 'client-server', 'environment,', 'with', 'help', 'from', 'Computer', 'Sciences,', 'and', 'the', 'El', 'Segundo', 'company', 'will', 'run', ""Sun's"", 'day-to-day', 'operations,', 'supporting', 'applications', 'maintenance', 'for', 'its', 'Manufacturing', 'Resource', 'Planning', 'software,', 'while', 'the', 'client-server', 'system', 'is', 'developed', 'and', 'installed.']","[0, 3]",0,computer sciences corp,"Computer Sciences Corp has won a multi-year facilities management contract from Sun Microsystems Inc that is expected to generate $27m a year: under the agreement, Sun will temporarily transfer all its mainframe data centre activities in Milpitas, California to a Computer Sciences data centre in San Diego, enabling Sun to convert its mainframe systems, which oversee its worldwide manufacturing operations, to a client-server environment, with help from Computer Sciences, and the El Segundo company will run Sun's day-to-day operations, supporting applications maintenance for its Manufacturing Resource Planning software, while the client-server system is developed and installed.","[""Computer Sciences Corp has received a multi-year facility management contract from Sun Microsystems Inc that is expected to bring in $27 million a year: Under the contract, Sun will use computer science to temporarily transfer all data center operations in Milpitas, California, to a computer science data center in San Diego, allowing Sun to migrate its large-scale systems to a client-server environment to monitor its global production projects; and El Segundo will take over Sun's ongoing operations and support maintenance of production program planning software applications while the client-server system is developed and installed."", ""Computer Sciences Corp has received a multi-year facility management contract from Sun Microsystems Inc., which is expected to generate $27 million annually: Under the agreement, Sun will temporarily transfer all of its large-scale computing centers in Milpitas, California, to a computer science data center in San Diego, allowing Sun to use computer science to transform the large systems on which its global manufacturing facilities are located into a client-server environment. El Segundo will operate Sun's ongoing operations and support application maintenance for its production planning software while the client-server system is developed and installed."", ""Computer Sciences Corp has received a multi-year facility management contract from Sun Microsystems Inc, which is expected to bring in $27 million per year: Under the contract, Sun will use Computer Sciences to temporarily relocate its entire operations at the data center in Milpitas, California, to a computer science data center in San Diego. Sun will be able to switch its mainframe computer systems for monitoring global production processes to a client-server environment supported by Computer Sciences. El Segundo will take over Sun's day-to-day operations to support application maintenance of its resource planning system manufacturing software while the client server system is developed and installed."", ""Computer Sciences Corp has won a multi-year plant ownership agreement from Sun Microsystems Inc., which is expected to earn it $27 million a year. Under the agreement, Sun will temporarily transfer operations at a large data center in Milpitas, California, to a computer science data center in San Diego, allowing Sun to use computer science to transform its mainframe computer systems that monitor its global manufacturing operations into a client-server environment, while El Segundo will take over Sun's day-to-day operations and support application maintenance for its resource planning software while the client-server system is developed and installed."", ""Computing Sciences Corp has received a multi-year facility management contract from Sun Microsystems Inc that is expected to bring in $27 million a year: Sun will use computer science to temporarily transfer all Microsoft-operated data centers in Milpitas, California, to a computer science data center in San Diego so that Sun can switch its mainframe systems that monitor global production processes to a client-server environment; and El Segundo will take over Sun's ongoing operations to support the maintenance of applications for its resource planning software in the manufacturing phase; the client-server system will be developed and installed.""]" -27,"['Today', 'DFDS', 'TRANSPORT', 'is', 'an', 'international', 'transport', 'and', 'forwarding', 'organisation', 'and', 'although', 'its', 'home', 'market', 'is', 'Europe', 'the', 'company', 'can', 'offer', 'door-to-door', 'transport', 'to', 'deep', 'sea', 'destinations', 'for', 'its', 'own', 'NVOCC-Service', 'and', 'as', 'liner', 'representative', 'for', 'international', 'shipping', 'companies', 'such', 'as', 'CMA,', 'Eimskip,', 'Atlantic', 'Cargo', 'Services,', 'Rosa', 'Line', 'and', 'Hyundai', 'Merchant', 'Marine', 'Co', '.']","[49, 53]",0,hyundai merchant marine co,"Today DFDS TRANSPORT is an international transport and forwarding organisation and although its home market is Europe the company can offer door-to-door transport to deep sea destinations for its own NVOCC-Service and as liner representative for international shipping companies such as CMA, Eimskip, Atlantic Cargo Services, Rosa Line and Hyundai Merchant Marine Co.","['Today DFDS TRANSPORT is an international transport and forwarding organisation, and although its home market is Europe, the company can offer door-to-door transports to deep-sea areas for its own NVOCC service and as a liner agent for international shipping companies such as CMA, Eimskip, Atlantic Cargo Services, Rosa Line and Hyundai Merchant Marine Co.', 'DFDS TRANSPORT is now an international transport and forwarding organisation and although its home market is Europe, it can provide door-to-door NVOCC services for deep-sea destinations as well as liner agents for international shipping companies such as CMA, Eimskip, Atlantic Cargo Services, Rosa Line and Hyundai Merchant Marine Co.', 'DFDS TRANSPORT is now an international transport and forwarding organisation whose home market is Europe, but the company can offer sea travel with its own NVOCC service and as a liner agent for international shipping companies such as CMA, Eimskip, Atlantic Cargo Services, Rosa Line and Hyundai Merchant Marine Co.', 'DFDS TRANSPORT has established itself as an international transport and forwarding company and although its home market is Europe, the company can provide end-to-door transport for its own NVOCC service and as a liner agent for international shipping companies such as CMA, Eimskip, Atlantic Cargo Services, Rosa Line and Hyundai Merchant Marine Co.', ""Today DFDS TRANSPORT is an international transport and forwarding company. The company's main market is Europe. Nevertheless, the company can offer door-to-door transports to deep-sea destinations for its own NVOCC service. As liner representatives of international shipping companies such as CMA, Eimskip, Atlantic Cargo Services, Rosa Line and Hyundai Merchant Marine Co.""]" -28,"['Microsoft', 'have', 'already', 'moved', 'strongly', 'to', 'meet', 'the', 'new', 'generation', 'of', 'MS-DOS', 'multimedia', 'computers', 'which', 'is', 'about', 'to', 'emerge.']","[0, 1]",1,microsoft,Microsoft have already moved strongly to meet the new generation of MS-DOS multimedia computers which is about to emerge.,"['Microsoft has already adapted strongly to the next generation of MS-DOS multimedia computers.', 'Microsoft has already gone to great lengths to counter the new generation of multimedia computers, MS-DOS, which will be released soon.', 'Microsoft has already adapted strongly to the new multimedia operating system MS-DOS, which is about to be released.', 'Microsoft has already taken major steps to address the new generation of MS-DOS multimedia inhibitors that are currently emerging.', 'Microsoft is already well advanced in the development of the new generation of MS-DOS multimedia computers, which will be released soon.']" -29,"['Also', 'on', 'Sept.', '9', 'the', 'government', 'announced', 'the', 'privatization', 'of', 'Credito', 'Italiano,', 'the', ""country's"", 'sixth-largest', 'bank,', 'and', 'of', 'Nuovo', 'Pignone,', 'the', 'heavy', 'engineering', 'subsidiary', 'of', 'ENI', ',', 'the', 'state-owned', 'energy', 'corporation,', 'together', 'with', 'a', 'new', 'system', 'of', 'income', 'assessment', 'to', 'halt', 'tax', 'evasion.']","[25, 26]",0,eni,"Also on Sept. 9 the government announced the privatization of Credito Italiano, the country's sixth-largest bank, and of Nuovo Pignone, the heavy engineering subsidiary of ENI, the state-owned energy corporation, together with a new system of income assessment to halt tax evasion.","['Also on 9 September, the government announced the privatisation of Credito Italiano, the sixth largest bank in the country, and Nuovo Pignone, the heavyweight engineering subsidiary of the state-owned energy company ENI, as well as a new income verification system to curb tax evasion.', 'Also on 9 September, the government announced the privatisation of the sixth largest Italian bank Credito Italiano and Nuovo Pignone, the heavy machinery subsidiary of the state-owned energy company ENI, as well as a new income assessment system to stop tax evasion.', ""Also on 9 September, the government in Rome announced the privatisation of Credito Italiano, the country's sixth largest bank, and Nuovo Pignone, the heavyweight engineering subsidiary of the state-owned energy company ENI, as well as a new income assessment system to tackle tax evasion."", ""Also on 9 September, the government announced the privatisation of Credito Italiano, the country's sixth largest bank, and Nuovo Pignone, the subsidiary of the state-owned energy company ENI, as well as a new income disclosure system to curb tax evasion."", 'Also on 9 September, the government announced the privatisation of the sixth largest bank in the country, Credito Italiano, and the heavy machinery company of the state-owned energy company ENI Nuovo Pignone, which, together with a new system for calculating income, will put an end to tax evasion.']" -30,"['Mrs', 'Travers', 'and', 'Mrs', 'Patel', 'had', 'shown', 'flair', 'for', 'public', 'relations', 'from', 'the', 'beginning;', 'and', 'the', 'beginning', 'for', 'them', 'had', 'been', 'shortly', 'after', 'the', 'famed', 'conversation', 'in', ""Sainsbury's"", ',', 'when', 'they', 'organised', 'a', 'summer', 'procession', 'in', 'honour', 'of', 'family', 'values', 'in', 'a', 'South', 'London', 'borough', 'particularly', 'hard', 'hit', 'by', 'both', 'government', 'spending', 'cuts', 'and', 'feminists', 'insisting', 'that', '""family', 'values""', 'were', 'a', 'euphemism', 'for', 'women', 'doing', 'the', 'housework.']","[27, 28]",1,sainsbury's,"Mrs Travers and Mrs Patel had shown flair for public relations from the beginning; and the beginning for them had been shortly after the famed conversation in Sainsbury's, when they organised a summer procession in honour of family values in a South London borough particularly hard hit by both government spending cuts and feminists insisting that""family values"" were a euphemism for women doing the housework.","['Ms Travers and Ms Patel had a flair for public relations from the start, and their relationship began shortly after the famous Currenteyed\'s when they organised a summer pageant in honour of family values in a south London borough particularly hard hit by government spending cuts and feminists, insisting that ""family values"" was a euphemism for women doing housework.', 'Ms Travers and Ms Patel had a flair for public relations from the start, starting shortly after the famous Harper\'s interview when they organised a summer procession in honour of family values in a South London borough particularly hard hit by local spending cuts and feminists insisting that ""family values"" was a euphemism for women doing housework.', 'Ms Travers and Ms Patel had a flair for public relations from the start, and the start was made shortly after their famous conversation at Sainsbury\'s when they organised a summer procession in memory of family values in a South London borough hit particularly hard by government spending cuts and feminists who claim ""family values"" are a euphemism for domestic servants.', 'The pair, Ms Travers and Ms Patel, had demonstrated a flair for public relations from the outset, starting with a famous conversation at Medicwaist\'s, where they held a summer procession in honour of family values in a south London borough particularly affected by government spending cuts, where feminists insisted that ""family values"" were a euphemism for women doing housework.', 'Ms Travers and Ms Patel had a flair for public relations from the start, and their paths began shortly after that glorious Downing Street meeting when they organised a summer march in memory of family values in a South London borough particularly affected by massive government spending cuts, where feminists insisted that ""family values"" were euphemistic for women\'s domestic work.']" -31,"['Other', 'Alias', 'three-dimensional', 'animation', 'customers', 'include', 'Walt', 'Disney', 'Pictures,', 'Pixar,', 'Metrolight', 'Studios,', 'Video', 'Image,', 'Sierra', 'Online,', 'Telezign,', 'National', 'Boston', 'Video', 'Center,', 'Broadway', 'Video,', 'Post', 'Effects,', 'The', 'Moving', 'Picture', 'Co', 'MediaLab,', 'RIFF,', 'Apple,', 'Sony', 'Corp,', 'Volvo', 'AB', 'and', 'Northern', 'Telecom', 'Ltd.']","[34, 35]",0,volvo,"Other Alias three-dimensional animation customers include Walt Disney Pictures, Pixar, Metrolight Studios, Video Image, Sierra Online, Telezign, National Boston Video Center, Broadway Video, Post Effects, The Moving Picture Co MediaLab, RIFF, Apple, Sony Corp, Volvo AB and Northern Telecom Ltd.","['Other customers of Alias Animations are Walt Disney Pictures, Pixar, Metrolight Studios, Video Image, Sierra Online, Telezign, National Boston Video Center, Broadwayvideo, Post Effects, The Moving Picture Co MediaLab, RIFF, Apple, Sony Corp, Volvo AB and Northern Telecom Ltd.', 'Other customers of Alias Animations include Walt Disney Pictures, Pixar, Metrolight Studios, Video Image, Sierra Online, Telezign, National Boston Video Center, Broadway Video, Post Effects, The Moving Picture Co MediaLab, RIFF, Apple, Sony Corp, Volvo AB and Northern Telecom Ltd.', 'Other Alias customers for three-dimensional animation include Walt Disney Pictures, Pixar, Metrolight Studios, Video Image, Sierra Online, Telezign, National Boston Video Center, Broadway Video, Post Effects, The Moving Picture Co. MediaLab, RIFF, Apple, Sony Corp, Volvo AB and Northern Telecom Ltd.', 'Other customers of Alias Animation include Walt Disney Pictures, Pixar, Metrolight Studios, Video Image, Sierra Online, Telezign, National Boston Video Center, Broadway Video, Post Effects, The Moving Picture Co MediaLab, RIFF, Apple, Sony Corp, Volvo AB and Northern Telecom Ltd.', 'Alias customers include TO-TiBlack Disney Pictures, Pixar, Metrolight Studios, Video Image, Sierra Online, Telezign, National Boston Video Center, Broadwayvideo, Post Effects, The Moving Picture Co MediaLab, RIFF, Apple, Sony Corp, Volvo AB and Northern Telecom Ltd.']" -32,"['In', '1991,', 'Sprint', 'provided', 'a', 'managed', 'network', 'that', 'linked', 'the', 'NFSnet', 'with', 'other', 'networks', 'such', 'as', 'the', 'NASA', 'Science', 'Internet', 'and', 'the', 'Energy', 'Sciences', 'Network.']","[2, 3]",0,sprint,"In 1991, Sprint provided a managed network that linked the NFSnet with other networks such as the NASA Science Internet and the Energy Sciences Network.","['In 1991, Sprint offered a managed network that connected NFSnet to other networks such as the Nasa Science Internet and the Energy Sciences Network.', 'In 1991, Sprint offered a managed network that linked NFSnet to other networks such as the NASA Science Internet and the Energy Sciences Network.', 'In 1991, Sprint provided a managed network that connected NFSnet to other networks such as the NASA Science Internet and the Energy Sciences Network.', 'In 1991, Sprint provided a managed network that connected NFSnet to other networks such as the NASA Science Internet and the Energy Sciences Network.', 'In 1991, Sprint provided a managed network that opened NFSnet, with other networks such as the NASA Science Internet and harmless networks such as the Energy Sciences Network.']" -33,"['Yet', 'some', 'of', 'the', 'creditors,', 'including', 'Boeing', ',', 'General', 'Electric', 'and', 'the', 'federal', 'Pension', 'Benefits', 'Guarantee', 'Corporation', '(PBGC),', 'were', 'also', 'creditors', 'of', 'Eastern.']","[6, 7]",0,boeing,"Yet some of the creditors, including Boeing, General Electric and the federal Pension Benefits Guarantee Corporation (PBGC), were also creditors of Eastern.","['But some of the creditors, including Boeing, General Electric and the state pension fund PBGC, were also creditors from Eastern Europe.', 'But some of the creditors, including Boeing, General Electric, and the Federal Pensions Insurance Corporation (PBGC), were also creditors in East Germany.', 'However, some of the creditors, including Boeing, General Electric and the Federal Pension Guarantee Company (PBGC), were also creditors from Eastern Europe.', 'But a number of creditors, including Boeing, General Electric and the Federal Pension Fund Guarantee Corporation (PBGC), were also creditors.', 'Some of the creditors, including Boeing, General Electric and the State Pension Administration (PBGC), were also Eastern creditors.']" -34,"['There', 'are', 'daily', 'flights', 'to', 'Prague', 'by', 'BA', ',', 'tel:', '081', '897', '4000', 'and', 'CSA', 'the', 'Czechoslovak', 'airline,', 'tel:', '071', '255', '1898.']","[7, 8]",0,ba,"There are daily flights to Prague by BA, tel: 081 897 4000 and CSA the Czechoslovak airline, tel: 071 255 1898.","['Prague is served daily by BA, tel. 081 897 4000 and Czechoslovak airline CSA, tel. 071 255 1898.', 'There are daily flights to Prague from BA on 081 897 4000 and CSA, a Czechoslovak airline, on 071 255 1898.', 'From there, BA flies daily on 081 897 4000 and the Czechoslovak airline CSA on 071 255 1898.', 'Daily fares to Prague start with BA, tel. 081 897 4000, and CSA, Czechoslovak airline, tel. 071 255 1898.', 'There are daily flights to Prague by BA, tel. 86 97 4000 and CSA, the Czechoslovak airline, tel. 071 255 1898.']" -35,"['Rebuilding', 'their', 'challenge', 'with', 'Renault', 'and', 'last', 'year', 'threatened', 'the', 'dominance', 'of', 'McLaren.']","[4, 5]",0,renault,Rebuilding their challenge with Renault and last year threatened the dominance of McLaren.,"[""The rebuild with Renault and last year threatened McLaren's dominance."", ""They renewed their challenge to Renault and threatened McLaren's dominance last year."", ""The recalculation of the challenge with Renault and last year threatened McLaren's dominance."", ""The title mission with Renault and last year threatened McLaren's dominance."", ""Rebuilding his partnership between Renault and last year threatened McLaren's dominance.""]" -36,"['IBM', 'in', 'the', 'US', 'recently', 'announced', 'a', 'management', 'leveraged', 'buyout', 'of', 'the', 'Lexington', 'Kentucky', 'keyboard', 'factory.']","[0, 1]",1,ibm,IBM in the US recently announced a management leveraged buyout of the Lexington Kentucky keyboard factory.,"['IBM in the US recently announced a leveraged purchase of the Lexington Kentucky piano factory.', 'IBM in the US recently announced a leveraged takeover of Lexington Keyboard Factory.', 'IBM in the US recently announced a management-led purchase of the Lexington Kentucky keyboard factory.', 'IBM in the US recently announced a management-funded acquisition of the piano factory in Lexington, Kentucky.', ""IBM in the US recently announced management's acquisition of the Keyboard Factory in Lexington, Kentucky.""]" -37,"['NetWare', 'Sunlink', 'will', 'move', 'through', 'Sun', 'direct', 'worldwide,', 'SunExpress,', 'Computerland', 'Corp', 'and', 'Access', 'Graphics', 'Inc', 'in', 'the', 'US,', 'Merisel', 'DNS', 'Inc', 'and', 'Scheidder', '&', 'Koch', 'in', 'Germany,', 'Bacher', 'in', 'Austria', 'and', 'selected', 'Novell', 'distributors', 'in', 'the', 'UK', 'and', 'France.']","[5, 6]",0,sun,"NetWare Sunlink will move through Sun direct worldwide, SunExpress, Computerland Corp and Access Graphics Inc in the US, Merisel DNS Inc and Scheidder & Koch in Germany, Bacher in Austria and selected Novell distributors in the UK and France.","['NetWare Sunlink will operate worldwide through Sun direct, SunExpress, Computerland Corp and Access Graphics Inc in the US, Merisel DNS Inc and Scheidder & Koch in Germany, Bacher in Austria and selected Novell distributors in the UK and France.', 'NetWare Sunlink is operated by Sun direct worldwide, SunExpress, Computerland Corp and Access Graphics Inc in the USA, Merisel DNS Inc and Scheidder & Koch in Germany, Bacher in Austria and selected Novell distributors in the UK and France.', 'NetWare Sunlink will have Sun direct worldwide, SunExpress, Computerland Corp and Access Graphics Inc in the US, Merisel DNS Inc. and Scheidder & Koch in Germany, Bacher in Austria and selected Novell distributors in the UK and France.', 'NetWare Sunlink will ship worldwide through Sun direct, SunExpress, Computerland Corp and Access Graphics Inc in the US, Merisel DNS Inc and Scheidder & Koch in Germany, Bacher in Austria and selected Novell distributors in the UK and France.', 'NetWare Sunlink Commerce operates worldwide through Sun Direct, SunExpress, Computerland Corp and Access Graphics Inc in the USA, Merisel DNS Inc and Scheidder & Koch in Germany, Bacher in Austria and selected Novell distributors in the UK and France.']" -38,"['She', 'arrived', 'in', 'a', 'big', 'BMW', 'of', 'the', 'type', 'the', 'East', 'End', 'villains', 'drive', 'now', 'that', 'all', 'the', 'old', 'Jags', 'have', 'been', 'bought', 'up', 'by', 'the', 'TV', 'stations', 'to', 'make', 'cops', 'and', 'robbers', 'series.']","[5, 6]",1,bmw,She arrived in a big BMW of the type the East End villains drive now that all the old Jags have been bought up by the TV stations to make cops and robbers series.,"['It came in a big BMW driven by the East End villains after the old Jags were bought up by the broadcasters to make a series of cops and robbers.', 'It came in a fat BMW driven by the villains in the East End after the old Jags were bought up by the broadcasters to make comics and pirate series.', 'It came in a big BMW driven by the East End villains after the broadcasters bought all the old Jags to turn them into serial cops and robbers.', 'She was driving a BMW like the villains in the East End now that all the old crooks have been bought up by the TV companies to shoot cops and robbers.', 'She arrived today in a large BMW driven by the thugs as these old Jags were bought up by the TV cops and robbers.']" -39,"['Sun', 'said', 'it', 'was', 'bringing', 'action', 'over', 'the', 'alleged', 'theft', 'to', 'keep', 'the', 'playing', 'field', 'level,', 'claiming', ""Axil's"", 'illegal', 'head', 'start', 'cut', 'potential', 'investment', 'in', 'the', 'Sparc', 'architecture.']","[0, 1]",1,sun,"Sun said it was bringing action over the alleged theft to keep the playing field level, claiming Axil's illegal head start cut potential investment in the Sparc architecture.","[""Sun said the company was taking action over the alleged theft to maintain a level playing field and that Axil's illegal lead had weakened potential investments in Sparc's architecture."", ""Sun said it had taken legal action over the alleged theft to maintain a level playing field. Axil's illegal head start cuts off potential investments in Sparc's architecture."", ""Sun said it was taking legal action over the alleged theft to level the playing field. Axil's illegal lead would likely have prevented investment in Sparc's architecture."", ""Sun said it was taking legal action over the alleged theft to improve conditions of competition, claiming that Axil's legitimate lead would cut off potential investments in Sparc's architecture."", ""Sun said it would take legal action over the alleged theft to ensure a level playing field, claiming Axil's illegal head start was affecting potential investments in Sparc's architecture.""]" -40,"['Hitachi', 'Ltd', 'is', 'to', 'plug', 'SoftBench,', 'Hewlett-Packard', ""Co's"", 'CASE', 'environment,', 'into', 'the', 'next', 'version', 'of', 'its', 'ObjectIQ', 'object', 'development', 'environment', 'which', 'runs', 'on', 'HP', 'workstations', '(UX', 'No', '359).']","[0, 2]",1,hitachi ltd,"Hitachi Ltd is to plug SoftBench, Hewlett-Packard Co's CASE environment, into the next version of its ObjectIQ object development environment which runs on HP workstations (UX No 359).","['Hitachi Ltd will integrate SoftBench, Hewlett-Packard Co. ""s CASE environment, into the next version of its ObjectIQ object development environment for HP workstations (UX No 359).', 'Hitachi Ltd. will connect SoftBench, Hewlett-Packard Co. ""s CASE environment, to the next version of its ObjectIQ object development environment on HP workstations (UX No 359).', ""Hitachi Ltd will integrate SoftBench, Hewlett-Packard Co's CASE environment, into the next version of its ObjectIQ development environment for HP workstations (UX # 359)."", 'Hitachi Ltd will connect SoftBench, Hewlett-Packard Co. ""s CASE environment, to the next version of the ObjectIQ object development environment running on HP workstations (UX No 359).', 'Hitachi Ltd joins SoftBench, Hewlett-Packard Co. ""s CASE environment, in the next version of its ObjectIQ object development environment, which runs on HP workstations (UX No 359).']" -41,"['Intel', 'Corp', 'has', 'found', 'another', 'patent', 'that', 'it', 'thinks', 'is', 'being', 'infringed,', 'and', 'has', 'asked', 'the', 'US', 'International', 'Trade', 'Commission', 'to', 'investigate', 'the', 'import', 'from', 'Taiwan', 'of', 'Twinhead', ""Inc's"", 'Slimnote', 'notebook', 'computers,', 'and', 'put', 'a', 'ban', 'on', 'them.']","[0, 2]",1,intel corp,"Intel Corp has found another patent that it thinks is being infringed, and has asked the US International Trade Commission to investigate the import from Taiwan of Twinhead Inc's Slimnote notebook computers, and put a ban on them.","['Intel Corp has found another patent it believes is being infringed and has asked the US International Trade Commission to investigate and ban imports of Slimnote notebooks from Taiwan by Twinhead Inc.', ""Intel Corp has discovered another patent it believes is being infringed and has asked the US International Trade Commission to investigate and ban imports of Twinhead Inc's Slimnote laptops from Taiwan."", ""Intel Corp has found another patent it believes has been infringed and has asked the US Trade Commission to investigate and ban imports of Twinhead Inc's Slimnote notebooks from Taiwan."", 'Intel Corp has yet to find a patent it believes has been infringed and has asked the US International Trade Commission to review and ban imports of Slimnote notebooks from Taiwan by Twinhead Inc.', ""Intel Corp has invoked another patent which it considers infringed and has applied to the US Trade Commission (IHAT) to investigate and ban the import of Twinhead Inc's Slimnote laptops from Taiwan.""]" -42,"['Mosley', 'further', 'explained', 'that', '1994', 'would', 'see', 'the', 'introduction', 'of', 'a', 'ban', 'on', 'all', 'the', 'electronic', 'technological', 'devices', 'which', 'helped', 'to', 'sweep', 'Nigel', 'Mansell', 'and', 'the', 'Canon', 'Williams', 'Renault', 'team', 'to', 'the', 'championship', 'last', 'year.']","[28, 29]",0,renault,Mosley further explained that 1994 would see the introduction of a ban on all the electronic technological devices which helped to sweep Nigel Mansell and the Canon Williams Renault team to the championship last year.,"['Mosley went on to explain that a ban would be introduced in 1994 on all the electronic devices that helped Nigel Mansell and the Williams Renault team win the championship last year.', 'Mosley went on to say that the 1994 ban on all electronic devices, which led Nigel Mansell and the Williams Renault team to the championship last year, would be introduced.', 'Mosley went on to explain that the introduction of a ban on all electronic devices in 1994 helped lead Nigel Mansell and the Williams-Renault team to the world championship last year.', 'Mosley went on to explain that a ban on all electronic technical aids was introduced in 1994, which led Nigel Mansell and the Canon Williams Renault team to the championship last year.', 'Mosley went on to explain that the ban on all electronic devices was introduced in 1994, allowing Nigel Mansell and the Williams Renault team to decide who would win the championship.']" -43,"['Cheery', 'figures', 'from', 'both', 'Tesco', '(up', '41/2', 'at', '2551/2p)', 'and', 'Next', '(gaining', '5', 'to', '71p)', 'put', 'consumer-related', 'stocks', 'on', 'a', 'firm', 'footing', 'from', 'the', 'outset,', 'with', 'J', 'Sainsbury', 'adding', '6', 'to', '386p,', 'Kingfisher', 'up', '2', 'to', 'at', '463p', 'and', 'Argos', 'rising', '3', 'to', '234p.']","[32, 33]",1,kingfisher,"Cheery figures from both Tesco (up 41/2 at 2551/2p) and Next (gaining 5 to 71p) put consumer-related stocks on a firm footing from the outset, with J Sainsbury adding 6 to 386p, Kingfisher up 2 to at 463p and Argos rising 3 to 234p.","['Good figures from both Tesco (up 41 / 2 to 2551 / 2p) and Next (up 5 to 71p) put consumer prices on solid footing from the start, with J Sainsbury up 6 to 386p, Kingfisher up 2 to 463p and Argos up 3 to 234p.', ""Cheering figures from both Tesco (up 41 per cent to 2551 / 2p) and Next (up 5-71p) gave the consumer goods maker's shares a solid start, with J Sainsbury up 6 per cent to 386p, Kingfisher up 2 per cent to 463p and Argos up 3 per cent to 234p."", 'Gratifying figures from both Tesco (up 41 / 2 to 2551 / 2p) and Next (up 5 to 71p) boosted consumer shares, with J Sainsbury up 6 to 386p, Kingfisher 2 to 463p and Argos 3 to 234p.', 'Good figures from both Tesco (up 41 / 2 to 2551 / 2p) and Next (up 5 to 71p) helped consumer shares to steady early gains, with J Sainsbury up 6 to 386p, Kingfisher up 2 to 463p and Argos up 3 to 234p.', 'Gratifying figures from both Tesco (up 41 / 2 to 2551 / 2p) and Next (up 5 to 71p) helped put consumer-related shares on firmer footing, with J Sainsbury up 6 to 386p, Kingfisher up 2 to 463p and Argos up 3 to 234p.']" -44,"['Barrow', 'was', 'a', 'White', 'Knight', '--', 'headhunted', 'to', 'fight', 'off', 'a', 'corporate', 'raider', '--', 'for', 'whom', 'Kennecott', 'had', 'to', 'pay', 'over', '$1m.', 'in', 'order', 'to', 'match', 'a', 'clause', 'in', ""Barrow's"", 'contract', 'with', 'Exxon', 'which', 'allowed', 'him', 'bonuses', 'in', 'line', 'with', 'the', 'rising', 'price', 'of', 'the', ""company's"", 'stock.']","[32, 33]",0,exxon,Barrow was a White Knight -- headhunted to fight off a corporate raider -- for whom Kennecott had to pay over $1m. in order to match a clause in Barrow's contract with Exxon which allowed him bonuses in line with the rising price of the company's stock.,"[""Barrow was a white knight who, as a headhunter, had the power to fend off a company raid. Kennecott had to pay more than $1 million to meet a clause in Barrow's contract with Exxon whereby he received bonuses that matched the company's rising share price."", ""Barrow was a white knight - used by headhunters to fend off corporate raids - for whom Kennecott had to pay more than $1 million to keep pace with a clause in Barrow's contract with Exxon that gave him bonuses consistent with the company's rising share price."", ""Barrow was a white knight driven out by a corporate raider - struggling with head injuries - for whom Kennecott had to pay more than $1 million to secure a clause in Barrow's contract with Exxon that gave him bonuses in line with the company's rising share price."", ""Barrow was the < p > e Knight -- headhunter for fighting a corporate predator -- for whom Kennecott had to pay more than $1 million to sign a clause in Barrow's contract with Exxon that gave him bonuses consistent with the rising price of the company's shares."", 'Barrow was a white knight -- the headhunter was a white knight -- and a white knight -- the headhunter was a white knight -- the headhunter was a white knight -- the headhunter was a white knight -- the headhunter was a white knight -- the headhunter was a white knight.']" -45,"['In', 'its', 'Philip', 'Morris', 'decision', 'in', 'November', '1987,', 'the', 'Court', 'held', 'that', 'all', 'agreements', 'for', 'a', 'merger', 'where', 'a', 'cartel', 'situation', 'already', 'existed,', 'or', 'might', 'be', 'created', 'by', 'the', 'merger,', 'were', 'exposed', 'to', 'Article', '85.']","[2, 4]",1,philip morris,"In its Philip Morris decision in November 1987, the Court held that all agreements for a merger where a cartel situation already existed, or might be created by the merger, were exposed to Article 85.","['In its Philip Morris decision of November 1987, the General Court held that all merger agreements are subject to Article 85 if there is already a cartel situation or if the merger could lead to a merger.', 'In the Philip Morris decision of November 1987, the Court of First Instance held that all merger agreements in which a cartel situation already existed or could arise as a result fall under Article 85.', 'In the Philip Morris decision of November 1987, the General Court ruled that all contracts relating to a concentration in which there was already a cartel situation or which could arise as a result of the concentration were subject to Article 85.', 'In its judgment on Philip Morris in November 1987, the Court of First Instance ruled that all merger agreements in which there were already cartel situations or in which the merger could result are governed by Article 85.', 'In its Philip Morris decision of November 1987, the Court of Justice published the judgment that Article 85 applies to all agreements under which antitrust agreements have already been concluded or which may result from the concentration.']" -46,"['It', 'is', 'impressed', 'with', 'the', 'amount', 'of', 'investment', 'Intel', 'proposes', 'putting', 'into', 'Pentium,', 'saying', 'that', 'when', 'the', 'chip', 'reaches', 'the', 'height', 'of', 'its', 'production', 'Intel', 'will', 'have', 'spent', '$5,000m', 'on', 'it', 'compared', 'with', '$100m', 'on', 'the', '80386', 'and', '$1,000m', 'on', 'the', '80486.']","[24, 25]",0,intel,"It is impressed with the amount of investment Intel proposes putting into Pentium, saying that when the chip reaches the height of its production Intel will have spent $5,000m on it compared with $100m on the 80386 and $1,000m on the 80486.","['It is impressive how much investment Intel has proposed to invest in Pentium, and says that when the chip reaches the level of its production, Intel will have spent $5 million on it, compared to $100 million for the 80386 and $1 billion for the 80486.', 'It is impressed by the amount of investment Intel intends to invest in Pentium, writing that Intel will have spent $5,000 on it at the peak of chip production, compared with $100m on the 80386 and $1,000 on the 80486.', 'He is impressed with the investment Intel is proposing in Pentium, and says that when the chip reaches the peak of its production, the company will have spent $5 million dollars on it, compared to $100 million for 80386 and $1000 million for 80486.', ""Intel's investment in Pentium has impressed the company, which estimates that when the chip reaches production levels, Intel will have spent $5,000 on the chip, compared to $100 million for the 80386 and $1,550 for the 80486."", 'It is very impressed by the amount of investment that Intel proposes to invest in Pentium and says that when the chip reaches virtual production, Intel will have already paid $5,000 for $100 on the 80386 and $1,000 on the 80486.']" -47,"['Without', 'a', 'CICS/Open', 'product', 'on', 'the', 'market,', 'Data', 'Logic', 'casts', 'the', 'race', 'for', 'Unix-based', 'OLTP', 'solutions', 'outside', 'the', 'IBM', 'world', 'as', 'a', 'Tuxedo', 'versus', 'Encina', 'affair', 'where', '""the', 'market', 'will', 'decide', 'whether', 'they', 'get', 'pushed', 'into', 'interoperability.""']","[18, 19]",0,ibm,"Without a CICS/Open product on the market, Data Logic casts the race for Unix-based OLTP solutions outside the IBM world as a Tuxedo versus Encina affair where""the market will decide whether they get pushed into interoperability.""","['With no CICS / Open product on the market, Data Logic describes the race for unix-based OLTP solutions outside the IBM world as a Tuxedo-versus-Encina affair in which ""the market decides whether to push them into interoperability.""', 'Without a CICS / Open product on the market, Data Logic has described the race for unix-based OLTP solutions outside the IBM world as a ""Tuxedo-versus-Encina problem"" where ""the market will decide whether they are pushed into interoperability.""', 'With no CICS / Open products on the market, Data Logic called the race for unix-based OLTP solutions outside the IBM world a ""Tuxedo versus Encina affair,"" in which ""the market will decide whether to push them into interoperability.""', 'Without a CICS / Open product on the market, Data Logic sees the race for unix-based OLTP solutions outside the IBM world as a matter of Tuxedo parameters versus Encina, where ""the market will decide whether to push them into interoperability.""', 'Without the market-ready CICS / Open product, Data Logic portrays the race for unix-based OLTP solutions outside the IBM world as a Tuxedo / Encina matter ""where the market will decide whether they are doomed to interoperability.""']" -48,"['Volume', 'is', 'driving', 'the', 'market,', 'and', 'volume', 'currently', 'belongs', 'to', 'the', 'twin', 'dominators,', 'Intel', 'Corp', 'and', 'Microsoft', 'Corp.', 'Kanwal', 'Rekhi,', 'executive', 'vice-president', 'of', ""Novell's"", 'interoperability', 'systems', 'group,', 'thinks', 'his', 'company', 'has', 'the', 'resources', 'to', 'challenge', 'Microsoft', 'in', 'the', 'corporate,', 'client-server', 'marketplace,', 'and', 'even', 'claims', 'that', 'Novell', 'will', 'take', 'at', 'least', 'half', 'of', 'the', 'market', 'from', 'the', 'clutches', 'of', ""Microsoft's"", 'NT.']","[35, 36]",0,microsoft,"Volume is driving the market, and volume currently belongs to the twin dominators, Intel Corp and Microsoft Corp. Kanwal Rekhi, executive vice-president of Novell's interoperability systems group, thinks his company has the resources to challenge Microsoft in the corporate, client-server marketplace, and even claims that Novell will take at least half of the market from the clutches of Microsoft's NT.","['Volume is the driving force in the market and volume currently belongs to the two dominant players Intel Corp and Microsoft Corp Kanwal Rekhi, executive vice president of the Novell Interoperability Systems Group, believes that his company has the resources to challenge Microsoft in the enterprise, customer and server market and even claims that Novell will decouple at least half of the market from the claws of Microsoft NT.', ""Volume determines the market, and the volume currently belongs to two dominant groups, Intel Corp and Microsoft Corp Kanwal Rekhi, executive vice president of Novell's Interoperability Systems Group, believes that his company has the resources to challenge Microsoft in the enterprise and client-server markets, and even claims that Novell will take at least half of the market from its NT."", ""Volume drives the market and the volume currently belongs to the two dominant Intel Corp and Microsoft Corp Kanwal Rekhi, executive vice president of the Novell Interoperability Systems Group, believes that his company has the resources to challenge Microsoft in the market for corporate customers and servers. He even claims that Novell would take at least half of the market out of the clutches of Microsoft's NT."", ""Volume drives the market, and Volume currently belongs to the two dominant Intel Corp and Microsoft Corp Kanwal Rekhi, executive vice president of the Novell interoperability systems group, believes that his company has the resources, control over corporate culture, customer-server markets and even believes that Novell will challenge at least half of the market from the clutches of Microsoft's Windows NT."", ""Volume is important for the market, and volume currently belongs to two dominant players, Intel Corp and Microsoft Corp Kanwal Rekhi, a board member of the Novell Interoperability Systems Group, believes that his company has the resources to challenge Microsoft in the enterprise, client server and XP markets, and even claims that Novell will wrest at least half of the market from Microsoft's control.""]" -49,"['Stratus', 'fault-tolerant', 'systems,', 'which', 'are', 're-badged', 'by', 'a', 'host', 'of', 'companies,', 'including', 'IBM', 'Corp', 'as', 'the', 'System/88,', 'and', 'Ing', 'C', 'Olivetti', '&', 'Co', 'SpA', 'as', 'CPS,', 'expects', 'the', 'various', 'OEM', 'arrangements', 'it', 'has', 'to', 'carry', 'on', 'through', 'into', 'its', 'HP', 'era.']","[20, 24]",0,olivetti & co spa,"Stratus fault-tolerant systems, which are re-badged by a host of companies, including IBM Corp as the System/88, and Ing C Olivetti & Co SpA as CPS, expects the various OEM arrangements it has to carry on through into its HP era.","['Stratus fault-tolerant systems, which would be renamed by a number of companies, including IBM Corp as System / 88 and Ing C Olivetti & Co SpA as CPS, are still awaiting the various OEM agreements.', 'Stratus Fault-Tolerant Systems, described by a handful of companies such as IBM Corp as System / 88 and Ing C Olivetti & Co SpA as CPS, is awaiting the various OEM arrangements it must pursue during its HP era.', 'Stratus fault-tolerant systems, known as System / 88 by a variety of companies and renamed CPS by Ing C Olivetti & Co SpA, expect the diverse OEM arrangements to evolve further into the HP era.', 'Stratus fault-tolerant systems, known as System / 88 by many companies, including IBM CBS and Ing C Olivetti & Co SpA as CPS, are expected to meet varying OEM requirements even in the HP era.', 'Stratus Systems, which has been labeled a ""hotel scandal"" by a number of companies, including IBM Corp as System / 88 and Ing C Olivetti & Co SpA as CPS, expects to execute a variety of home appliance manufacturer contracts for the HP era.']" -50,"['MICHAEL', 'BORLINGHAUS', 'INDICTED', 'FOR', 'TRADING', 'ON', 'INSIDE', 'INFORMATION', 'FROM', 'IBM', 'EXECUTIVE']","[9, 10]",0,ibm,MICHAEL BORLINGHAUS INDICTED FOR TRADING ON INSIDE INFORMATION FROM IBM EXECUTIVE,"['MICHAEL BORLINGHAUS FOR IBM EXECUTIVE INFORMATION TRADE', 'MICHAEL BORLINGHAUS FOR INSIDE INFORMATION FOR IBM', 'MICHAEL BORLINGHAUS FOR IBM EXECUTIVE INFORMATION', 'MICHAEL BORLINGHAUS FOR INFORMATION ASK IBM INECUTIVE', 'MICHAEL BORLINGHAUS FOR INFORMATION OF IBM TRADE']" -51,"['Funds', 'for', 'Operation', 'Shakespeare', 'had', 'been', 'paid', 'into', 'Barclays', 'Bank', ',', 'Gibraltar,', 'he', 'said', '--', 'Account', 'No.', '35078565', '--', 'and', 'when', 'the', 'mission', 'was', 'over,', 'the', 'Colemans', 'were', 'to', 'establish', 'residence', 'in', 'Spain.']","[8, 10]",1,barclays bank,"Funds for Operation Shakespeare had been paid into Barclays Bank, Gibraltar, he said -- Account No. 35078565 -- and when the mission was over, the Colemans were to establish residence in Spain.","['The money for Operation Shakespeare went to Barclays Bank in Gibraltar - account number 35078565 - and when the mission was over the Colemans were due to move to Spain.', 'Funds from Operation Shakespeare had been transferred to Barclays Bank in Gibraltar - account number 35078565 - and when the mission was over the Colemans were to settle in Spain.', 'Money for Operation Shakespeare had been paid to Barclays Bank in Gibraltar, he said -- account number 35078565 -- and when the mission was over, the Colemans were to settle in Spain.', 'The money for the operation was transferred to Barclays Bank in Gibraltar, he said - account number 35078565 - and when the operation was over, the Coleman family was due to move to Spain.', 'The money had been paid out at Barclays Bank in Gibraltar - account number 35078565 - and the Colemans were due to move to Spain when the mission expired.']" -52,"['Sources', 'say', 'SunPics', 'was', '""dragged', 'kicking', 'and', 'screaming""', 'into', 'the', 'brand', 'new', 'Sun', 'Microsystems', 'Inc', 'and', 'Adobe', 'Computer', 'Systems', 'Inc', 'alliance,', '(UX', 'No', '404),', 'orchestrated', 'by', 'SunSoft', 'Inc', 'president', 'Ed', 'Zander,', 'one', 'of', 'the', 'first', 'of', 'the', 'Sun', 'mafia', 'to', 'come', 'to', 'grips', 'with', 'the', 'slippery', 'notion', 'of', 'standards', '--', 'prodded', 'no', 'doubt', 'by', 'the', 'coming', 'onslaught', 'of', 'Microsoft', ""Corp's"", 'Windows', 'NT.']","[12, 15]",0,sun microsystems inc,"Sources say SunPics was""dragged kicking and screaming"" into the brand new Sun Microsystems Inc and Adobe Computer Systems Inc alliance, (UX No 404), orchestrated by SunSoft Inc president Ed Zander, one of the first of the Sun mafia to come to grips with the slippery notion of standards -- prodded no doubt by the coming onslaught of Microsoft Corp's Windows NT.","['According to the sources, SunPics was drawn ""out of the blue"" into the brand new alliance between Sun Microsystems Inc and Adobe Computer Systems Inc (UX No 404) orchestrated by SunSoft Inc President Ed Zander, one of the first Sun Mafia to get to grips with the slippery concept of standards - no doubt driven by the impending attack on Microsoft\'s Windows NT.', 'According to sources, SunPics was ""dragged, beheaded and shouted"" into the brand new alliance of Sun Microsystems Inc. and Adobe Computer Systems Inc., (UX No 404) orchestrated by SunSoft Inc. ""s president, Ed Zander, one of the first Sun Mafia to get to grips with the slippery idea of standards - certainly driven by the impending onslaught of Microsoft\'s Windows NT.', 'Sources report that SunPics was ""trampled on and shouted at"" as one of the first Sun Mafia members coped with the slippery notion of standards, no doubt propelled by the impending attack on Microsoft\'s Windows NT.', 'Sources say SunPics ""has been drawn under the drumfire of SunSoft Inc President Ed Zander into the brand new alliance of Sun Microsystems Inc and Adobe Computer Systems Inc, (UX No 404), which is one of the first Sun Mafia to get to grips with the slippery notion of standards - no doubt driven by the impending attack on Microsoft\'s Windows NT.', 'According to the sources, SunPics was ""dragged, kicked, shouted"" and integrated into the brand new alliance of Sun Microsystems Inc. and Adobe Computer Systems Inc. (UX No 404) orchestrated by SunSoft Inc. President Ed Zander, who was one of the first Sun mafiosi to get to grips with the slippery concept of standards - no doubt driven by the imminent advance of Microsoft\'s Windows NT.']" -53,"['Those', 'who', 'believe', 'Gerstner', 'is', 'a', 'good', 'choice', 'for', 'IBM', 'point', 'to', 'his', 'skill', 'at', 'cutting', 'corporate', 'expenses', 'and', 'willingness', 'to', 'pare', 'payrolls,', 'implying', 'that', 'IBM', 'is', 'a', 'good', 'but', 'bloated', 'company', 'and', 'conveniently', 'forgetting', 'that', 'Akers', 'cut', 'IBM', ""'s"", 'payroll', 'by', '25%', 'and', 'still', 'ended', 'up', 'with', 'unacceptable', 'results.']","[38, 39]",0,ibm,"Those who believe Gerstner is a good choice for IBM point to his skill at cutting corporate expenses and willingness to pare payrolls, implying that IBM is a good but bloated company and conveniently forgetting that Akers cut IBM's payroll by 25% and still ended up with unacceptable results.","[""Those who believe Gerstner is a good choice for IBM point to his ability to reduce payroll costs and create payrolls, implying that IBM is a good but bloated company, conveniently forgetting that Akers cut IBM's payroll by 25% and yet achieved unacceptable results."", ""Those who believe that Gerstner is a good choice for IBM point to Gerstner's ability and willingness to reduce corporate expenditures and salaries, implying that IBM is a good but bloated company, conveniently forgetting that Akers reduced IBM's payroll by 25% while still achieving unacceptable results."", 'Those who believe that Gerstner is a good choice for IBM point to his ability to reduce corporate costs and willingness to look at payrolls, which means that Dirk Gerstner is a good but bloated company that conveniently forgets that Akers cut payrolls by 25% while still achieving unacceptable results.', ""Those who say Gerstner is a good choice for IBM point to his expertise in cutting costs and being willing to pay salaries, which means that while IBM is a good but bloated company, it is conveniently forgotten that Akers reduced IBM's payroll by 25% and still produced unacceptable results."", ""Those who see Gerstner as a good choice for IBM point to his record of cutting corporate spending and being willing to raise wages, implying that IBM is a good but bloated company, conveniently forgetting that Akers cut IBM's salaries by 25% while still achieving unacceptable results.""]" -54,"['If', 'DRDA', 'lacks', 'technical', 'finesse,', 'it', 'has', 'fulfilled', 'IBM', ""'s"", 'own', 'development', 'goals', 'and', 'is', 'already', 'available', 'for', 'third', 'parties', 'to', 'implement.']","[8, 9]",1,ibm,"If DRDA lacks technical finesse, it has fulfilled IBM's own development goals and is already available for third parties to implement.","[""If DRDA lacks technical finesse, it has achieved IBM's development goals and is already available to third parties for implementation."", ""If DRDA lacks technical finesse, it has achieved IBM's own development goals and is already available for third-party implementation."", ""If DRDA lacks technical finesse, it has achieved IBM's own development goals and is already available to third parties to implement."", ""If DRDA lacks technical finesse, it has achieved IBM's development goals and is already available to third-party companies for implementation."", 'If DRDA lacks technical finesse, it has achieved the development goals of IBM itself and is already available to others.']" -55,"['MOTOR', 'giant', 'Ford', 'has', 'denied', 'there', 'are', 'plans', 'for', 'more', 'job', 'cuts', 'at', 'the', ""firm's"", 'Halewood', 'plant', 'despite', 'declining', 'car', 'sales.']","[2, 3]",1,ford,MOTOR giant Ford has denied there are plans for more job cuts at the firm's Halewood plant despite declining car sales.,"[""Car giant Ford has denied that there are plans for further job cuts at the company's Halewood plant despite falling car sales."", ""Ford, the carmaker, has denied that there are plans for further job cuts at the company's Halewood plant, even though car sales are falling."", ""Motocross giant Ford has denied that there are plans for further job cuts at the group's Halewood plant, despite falling car sales."", ""Ford has denied that there are plans for further job cuts at the company's Halewood plant, despite shrinking car sales."", 'Car giant Ford has denied any job cuts and said there are plans for further job cuts at its Halewood plant in Detroit.']" -56,"['At', 'a', 'meeting', 'organised', 'by', 'Cheshire-based', 'Barclays', 'Computer', 'Operations', ',', 'the', 'facilities', 'management', 'division', 'of', 'the', 'Barclays', 'group,', 'Peter', 'Eldridge,', ""IBM's"", 'IT', 'Infrastructure', 'Consultant,', 'said', 'that', 'this', 'contradicted', 'industry', 'speculation', 'that', 'users', 'want', 'to', 'ditch', 'mainframes', 'in', 'favour', 'of', 'mid', 'range', 'systems', 'and', 'that', 'recession', 'was', 'preventing', 'new', 'investment.']","[6, 9]",1,barclays computer operations,"At a meeting organised by Cheshire-based Barclays Computer Operations, the facilities management division of the Barclays group, Peter Eldridge, IBM's IT Infrastructure Consultant, said that this contradicted industry speculation that users want to ditch mainframes in favour of mid range systems and that recession was preventing new investment.","[""At a meeting organised by Barclays Computer Operations of Cheshire, the facility management division of Barclays Group, Peter Eldridge, IBM's IT infrastructure consultant, said this contradicted industry speculation that users are moving away from mainframes in favour of mid-range systems and that the recession is hampering investment."", 'At a meeting in Cheshire organised by Barclays Computer Operations, the facility management arm of Barclays Group, Peter Eldridge, IT Infrastructure Consultant at IBM, said this contradicted industry speculation that users were abandoning mainframe systems in favour of the middle class and that the recession was preventing new investment.', ""Speaking at a conference held by Barclays Computer Operations, the facility management division of Barclays Group, based in Cheshire, Peter Eldridge, IBM's IT infrastructure consultant, said this correlates with industry speculation that users are moving away from mainframes in favour of mid-range systems and that a recession is preventing new investment."", 'At a meeting organised by Barclays Computer Operations in Cheshire, Barclays Group Facility Manager Peter Eldridge, IBM IT Infrastructure Consultant, said this contradicted industry speculation that users wanted to abandon large systems in favour of mid-range systems and that a recession was preventing new investment.', 'At a meeting of Barclays Computer Operations, based in Cheshire, Peter Eldridge, IT Infrastructure Consultant at IBM, the facility management division of Barclays Group, said this contradicts industry speculation that users are abandoning small computers in favour of medium-sized operating systems and that the recession is hampering new investment.']" -57,"['Wilsonville,', 'Oregon-based', 'Mentor', 'Graphics', 'Inc', 'has', 'teamed', 'with', 'Toshiba', 'Corp', 'to', 'develop', 'a', 'multi-chip', 'module', 'design', 'kit', 'for', ""Toshiba's"", 'semi-custom', 'multi-chip', 'module', 'technology:', 'the', 'kits', 'provide', 'the', 'software', 'tools,', 'such', 'as', 'design', 'software,', 'technology', 'libraries,', 'vendor-specific', 'software', 'and', 'documentation,', 'for', 'specification', 'and', 'verification', 'of', 'the', 'physical', 'implementation', 'of', 'a', 'multi-chip', 'module', 'based', 'on', 'the', 'target', 'manufacturing', 'process.']","[8, 10]",0,toshiba corp,"Wilsonville, Oregon-based Mentor Graphics Inc has teamed with Toshiba Corp to develop a multi-chip module design kit for Toshiba's semi-custom multi-chip module technology: the kits provide the software tools, such as design software, technology libraries, vendor-specific software and documentation, for specification and verification of the physical implementation of a multi-chip module based on the target manufacturing process.","[""Mentor Graphics Inc., Wilsonville, Ore., has partnered with Toshiba Corp. to develop a multi-chip module design kit for Toshiba's semi-custom multi-chip technology, which provides the software tools, including design software, technology libraries, vendor-specific software and documentation, to specify and verify the physical implementation of a multi-chip module based on the targeted manufacturing process."", ""Mentor Graphics Inc., Wilsonville, Oregon, has partnered with Toshiba Corp. to develop a multi-chip module design kit for Toshiba's semi-custom multi-chip module technology, which includes software tools such as software, technology libraries, vendor-specific software and documentation to specify and verify the physical implementation of a multi-chip module based on the production process."", ""Mentor Graphics Inc., based in Wilsonville, Ore., has partnered with Toshiba Corp to develop a multi-chip design kit for Toshiba's semi-custom multi-chip module technology, which includes software tools such as design software, technology software, vendor-specific software and documentation to specify and verify the physical implementation of a multi-chip module based on the targeted manufacturing process."", ""Mentor Graphics Inc., headquartered in Wilsonville, Ore., has partnered with Toshiba Corp to develop a multi-chip design kit for Toshiba's semi-custom multi-chip module technology. Software tools include a variety of software, technology libraries, vendor-specific software, and documentation to concretize and verify the physical implementation of a multi-chip module based on the intended manufacturing process."", ""Mentor Graphics Inc. of Wilsonville, Ore., has worked hard with Toshiba Corporation to develop a design kit for multi-chip modules for Toshiba's semi-custom multi-chip module technology that includes tools to specify and verify the physical implementation of a multi-chip module based on the desired manufacturing process.""]" -58,"['According', 'to', 'Berkeley', 'Systems', 'Design', ""International's"", 'Peter', 'Collinson,', 'based', 'at', 'the', ""company's"", 'Canterbury,', 'Kent', 'subsidiary', 'in', 'the', 'UK,', 'BSDI', '""are', 'relying', 'on', 'the', 'Berkeley', 'statement""', 'that', 'there', 'is', 'no', 'AT&T', 'code', 'within', 'BSD', 'Networking', 'Release', '2,', 'the', 'basis', 'of', 'its', 'BSD/386', 'product', '(UX', 'No', '370),', 'and', 'as', 'such', 'they', 'feel', 'they', 'are', 'on', 'solid', 'ground', '(see', 'front', 'page).']","[29, 30]",0,at&t,"According to Berkeley Systems Design International's Peter Collinson, based at the company's Canterbury, Kent subsidiary in the UK, BSDI""are relying on the Berkeley statement"" that there is no AT&T code within BSD Networking Release 2, the basis of its BSD/386 product (UX No 370), and as such they feel they are on solid ground (see front page).","['According to Peter Collinson of Berkeley Systems Design International, based in Canterbury, Kent, United Kingdom, BSDI ""relies on Berkeley\'s statement"" that BSD Networking Release 2, the base of the BSD / 386 product (UX # 370), does not have AT & T code and therefore feels on solid ground (see front page).', 'For Peter Collinson of Berkeley Systems Design International, based in Canterbury, Kent / UK, BSDI ""builds on Berkeley\'s statement"" that BSD Networking Release 2, the basis of its BSD / 386 product (UX # 370), has no AT & T code and therefore feels on solid ground (see front page).', 'According to Peter Collinson of Berkeley Systems Design International, based in Canterbury, Kent, ""BSDI is based on Berkeley\'s statement"" that BSD Networking Release 2, the base of the BSD / 386 product (UX # 370), has no AT & T code and is therefore on solid ground (see front page).', 'According to Peter Kollinson of Berkeley Systems Design International, the vendor of the servers in Canterbury, Kent, United Kingdom, BSDI ""relies on Berkeley\'s statement"" that BSD Network Release 2, the basis of its BSD / 386 software (UX # 370), does not contain AT & T code and is therefore on solid ground (see front page).', 'According to Peter Collinson of Berkeley Systems Design International, based in Canterbury, Kent, United Kingdom, BSDI ""relies on Berkeley\'s statement"" that BSD Networking Release 2, the basis of its BSD / 386 product (UX # 370), does not contain AT & T code and that the two companies are on safe ground (see front page order word).']" -59,"['Renault', 'plans', 'to', 'target', 'the', '1.4', 'RT', 'version', 'at', 'long-distance', 'travellers,', 'reckoning', 'that', 'its', 'spacious', 'interior,', 'high', 'equipment', 'and', 'trim', 'levels', 'and', 'supple', 'ride', 'will', 'enable', 'the', 'top-spec', 'Clio', 'to', 'rival', 'bigger', 'cars', 'for', 'commuting.']","[0, 1]",1,renault,"Renault plans to target the 1.4 RT version at long-distance travellers, reckoning that its spacious interior, high equipment and trim levels and supple ride will enable the top-spec Clio to rival bigger cars for commuting.","['Renault wants to appeal to long-distance travellers with the 1.4 RT version and expects the luxury Clio sedan to be able to compete with large cars on long-distance routes due to its spacious interior, high level of equipment and smooth handling.', 'Renault plans to design the 1.4 RT for long-distance travelers; it expects a spacious interior, high-quality equipment and a quiet driving style that will enable the top Clio to compete with larger cars in the commuter segment.', 'Renault plans to build the 1.4 RT in the long term and expects the Clio to be able to compete with the larger cars thanks to its spacious interior, high level of equipment and comfort.', 'The Renault 1.4 RT version is specifically designed for long-distance riders; the spacious interior, high level of equipment, smooth handling and good prices make the ultra-modern Clio a competitor for the big cars on their way to the pedelec.', 'Renault wants to adapt the 1.4 RT version to long-distance travellers and expects the Clio to be able to keep up with large commuters thanks to its soundscape, high level of equipment, features and quiet driving.']" -60,"['HD-DOMS', 'runs', 'on', 'Data', 'General,', 'Sun', 'and', 'IBM', 'workstations,', 'and', 'an', 'HP/UX', 'version', 'will', 'be', 'shipping', 'within', 'a', 'few', 'weeks.']","[7, 8]",0,ibm,"HD-DOMS runs on Data General, Sun and IBM workstations, and an HP/UX version will be shipping within a few weeks.","['HD-DOMS runs on Data General, Sun and IBM workstations, and an HP / UX version will ship in a few weeks.', 'HD-DOMS runs on Data General, Sun and IBM workstations and in a few weeks there will be an HP / UX version.', 'HD-DOMS runs on Data General, Sun and IBM machines, and the HP / UX version will ship in a few weeks.', 'HD-DOMS runs on Data General, Sun and IBM workstations, and an HP / UX version will be shipped within weeks.', 'They run on data devices, Sun and IBM workstations and in a few weeks the HP / UX version went into series production.']" -61,"['Barclays', 'bank', 'announced', 'it', 'is', 'preparing', 'to', 'sack', '15-20%', 'of', 'its', '87,000', 'domestic', 'employees.']","[0, 2]",1,barclays bank,"Barclays bank announced it is preparing to sack 15-20% of its 87,000 domestic employees.","['Barclays Bank announced plans to lay off 15-20% of its 87,000 domestic staff.', 'Barclays Bank announced plans to lay off 15 to 20 percent of its 87,000 domestic staff.', 'Barclays Bank said it was preparing to lay off 15-20% of its 87,000 domestic staff.', 'Barclays Bank has said it is preparing to lay off 15-20% of its 87,000 internal staff.', 'Barclays says it is preparing to lay off 15 to 20 per cent of its 87,000 national staff.']" -62,"['The', 'brokerage', 'company', 'contends', 'that', 'Sun', ""won't"", 'be', 'delivering', 'the', 'top-of-the-line', 'machines', 'in', 'volume', 'this', 'quarter', 'because', 'of', 'persistent', 'problems', 'with', 'chip', 'yield.']","[5, 6]",0,sun,The brokerage company contends that Sun won't be delivering the top-of-the-line machines in volume this quarter because of persistent problems with chip yield.,"['The brokerage firm argues that Sun will not ship the top machines this quarter because of ongoing problems with the chip crop.', 'The brokerage says Sun will no longer ship the top machines this quarter because of ongoing problems with chip yields.', 'The brokerage argues that Sun will not ship the state-of-the-art machines in quantities this quarter because of ongoing problems with chip production.', 'The brokerage says Sun will not ship the top machines this quarter because of ongoing problems with chip yields.', 'The brokerage claims that Sun will not ship the top-of-the-line machines this quarter due to ongoing problems with chip earnings.']" -63,"['Also', 'expected', 'is', 'a', 'hand-held', 'CD-Rom', 'player', 'developed', 'by', 'Apple', 'and', 'Toshiba', '.']","[11, 12]",0,toshiba,Also expected is a hand-held CD-Rom player developed by Apple and Toshiba.,"['A portable CD-ROM player developed by Apple and Toshiba is also expected.', 'A portable CD-ROM player developed by Apple and Toshiba is also expected.', 'A portable CD-ROM player developed by Apple and Toshiba is also expected.', 'A portable CD-ROM player from Apple and Toshiba is also expected.', 'A portable CD-ROM player developed by Apple and Toshiba is also expected.']" -64,"['They', 'are', 'nonetheless', 'a', 'big', 'comedown', 'from', 'the', '1960s,', 'when', 'federal', 'trustbusters', 'took', 'on', 'giants', 'the', 'size', 'of', 'AT&T', 'and', 'IBM', 'and', 'broke', 'up', 'a', 'merger', 'of', 'Procter', '&', 'Gamble', 'and', 'Clorox.']","[20, 21]",0,ibm,"They are nonetheless a big comedown from the 1960s, when federal trustbusters took on giants the size of AT&T and IBM and broke up a merger of Procter & Gamble and Clorox.","['Still, they are a major setback from the 1960s, when federal trustees sought to take over giants the size of AT & T and IBM and derail the merger of Procter & Gamble and Clorox.', 'In any case, they are a major setback compared to the 1960s, when federal trustees took over giants the size of AT & T and IBM and crushed the merger of Procter & Gamble and Clorox.', 'But this is a major setback from the 1960 ""s, when US trustees took over major companies AT & T and IBM and derailed a merger of Procter & Gamble and Clorox.', 'Yet these are significant failures from the 1960 ""s, when state-owned corporations took over giants the size of AT & T and IBM, and the merger of Procter & Gamble and Clorox was crushed.', ""Still, they are a big departure from the 1960s, when federal regulators took over giants the size of AT & T and IBM and blew up Scott's merger of Procter & Gamble and Clorox.""]" -65,"['MICROSOFT', 'PUSHES', 'WINDOWS', 'TELEPHONY', 'AS', 'ACTIUS', 'IS', 'FORMED', 'TO', 'PROMOTE', 'COMPUTER-INTEGRATED', 'TELEPHONY']","[0, 1]",1,microsoft,MICROSOFT PUSHES WINDOWS TELEPHONY AS ACTIUS IS FORMED TO PROMOTE COMPUTER-INTEGRATED TELEPHONY,"[""MICROSOFT PUSH'S WINDOW TELEPHONY IN EXIT FOR A COMPUTER INTEGRATED TELEPHONY,"", 'MICROSOFT PUSHES WINDOWS WITH THE PHONE AS ACTIUS TO PROMOTE, INTEGRATES PHONE AFTER THE COMPUTER', 'MICROSoFT PUSHES WINDOWN WINDOW FONE WHAT IS REQUIRED, RESTABLE PHONE COMPUTER INTEGRATED', 'MICROSOFT PUSHES WINDOW HELP FOR PHONE IF INTEGRATED PHONE FOR CAMPUTER Limited', 'MICROSOFT TOOL WINDOWS FOR PHONE AND ACTIUS LIMITED FOR COMPUTER INTEGRATED PHONE']" -66,"['Access', 'from', 'Windows', 'and', 'MS-DOS', 'machines', 'will', 'be', 'possible', 'from', 'Oracle', ',', 'using', 'SQL*Connect,', 'from', 'Showcase', 'using', 'Microsoft', ""Corp's"", 'Open', 'Database', 'Connectivity.']","[10, 11]",1,oracle,"Access from Windows and MS-DOS machines will be possible from Oracle, using SQL*Connect, from Showcase using Microsoft Corp's Open Database Connectivity.","[""Access to Windows and MS-DOS computers will be possible from Oracle with SQL * Connect, and from Showcase with Microsoft Corp's Open Database Connectivity."", ""Access for Windows and MS-DOS computers will be possible via Oracle, SQL * Connect and Showcase via Microsoft Corp's Open Database Connectivity."", ""Access to Windows, QNAP and MS-DOS computers will be possible from Oracle with SQL * Connect and from Showcase with Microsoft Corp's Open Database Connectivity."", ""Access to Windows and MS-DOS computers via Oracle's SQL * Connect and Showcase via Microsoft's Open Database Connectivity."", ""Access to Windows and MS-DOS computers will be possible from Oracle via SQL * Connect and from Showcase via Microsoft Corp's open database connection.""]" -67,"['But', 'in', '1990', 'Toyota', ""'s"", 'financial', 'profit', 'lengthened', 'its', 'lead', 'over', 'Honda', 'and', 'Nissan,', 'both', 'of', 'which', 'made', 'financial', 'losses.']","[3, 4]",0,toyota,"But in 1990 Toyota's financial profit lengthened its lead over Honda and Nissan, both of which made financial losses.","[""But in 1990, Toyota's financial gain widened its lead over Honda and Nissan, both of which suffered financial losses."", ""In 1990, however, Toyota's financial gain widened its lead over Honda and Nissan, both of which suffered financial losses."", ""But in 1990, Toyota's financial gain widened its lead over Honda and Nissan, both of which suffered financial losses."", ""However, the financial gain in 1990 widened Toyota's lead over Honda and Nissan, which both suffered financial losses."", ""But in 1990, Toyota's financial gains widened its lead over Honda and Nissan, both of which suffered business losses.""]" -68,"['IBM', 'PUMPS', '$27m', 'INTO', 'OBJECT', 'DESIGN', 'TO', 'SEAL', 'DEAL', 'ON', 'OBJECT', 'DATABASE']","[0, 1]",0,ibm,IBM PUMPS $27m INTO OBJECT DESIGN TO SEAL DEAL ON OBJECT DATABASE,"['IBM PUMPS $27 million in objective agreement to seal data', 'IBM PUMPS $27 million in objective DESIGN FOR DEAL ALL DEAL ON objective database', 'IBM PUMPS $27 million in anticipation of DESIGN FOR DATA RELATION TO THE OBJECT', 'IBM PUMPS $27 Million in Real Estate Deals for DATA DATA EVENING', 'IBM PUMPS $27 Million in Lists for Seal Deal Under Objective Database']" -69,"['The', 'PC-style', 'container', 'and', 'notebook', 'widgets', 'come', 'from', 'IBM', '.']","[8, 9]",0,ibm,The PC-style container and notebook widgets come from IBM.,"['The PC-like containers and notebook widgets come from IBM.', 'The PC-like containers and notebook widgets come from IBM.', 'The PC-like containers with the notebook widgets are from IBM.', ""IBM's container models and notebook widgets are PC-like."", 'The PC-like Conrikahilfen and notebook widgets come from IBM.']" -70,"['The', 'AS/400', 'business', 'is', 'widely', 'hailed', 'as', 'one', 'of', 'IBM', ""'s"", 'few', 'current', 'successes:', 'in', 'fact', ""it's"", 'a', 'failure', '--', 'it', 'should', 'have', 'won', 'every', 'System/36', 'user', 'by', 'now,', 'and', 'have', 'won', 'enough', 'formerly', 'non-IBM', 'customers', 'to', 'be', 'running', 'at', 'between', '$25,000m', 'and', '$30,000m', 'a', 'year,', 'not', 'the', '$14,000m', 'it', 'is', 'currently', 'doing.']","[9, 10]",0,ibm,"The AS/400 business is widely hailed as one of IBM's few current successes: in fact it's a failure -- it should have won every System/36 user by now, and have won enough formerly non-IBM customers to be running at between $25,000m and $30,000m a year, not the $14,000m it is currently doing.","[""The AS / 400 business is widely hailed as one of IBM's few recent successes: in fact, it is a failure - it should have won every System / 36 user by now and gained enough former non-IBM customers to get between $25,000 and $30,000 a year, not the $14,000 it currently gives away."", ""The AS / 400 business is widely hailed as one of IBM's few recent successes. In fact, it is a failure, it should have won over every System / 36 user by now, and it has attracted enough former non-IBM customers to operate on an annual turnover of $25,000-30,000."", ""The System / 36 business is widely hailed as one of IBM's few recent successes: in fact, it is a failure - it should have won over all System / 36 users by now and attracted enough former non-IBM customers to run at $25,000 to $30,000 a year, instead of the current $14,000 million."", ""The AS / 400 division is widely hailed as one of IBM's few recent successes: in truth, it is a failure - it should have won enough former non-IBM customers to earn $25,000 to $30,000 a year, not the $14,000 it currently earns."", ""The AS / 400 company is widely hailed as one of the company's few recent successes: It is a failure. - It should have won every system / 36 users so far and gained enough former IBM customers who pay between $25,000 and $30,000 a year instead of the current $14,000.""]" -71,"['FRENCHMAN', 'Alain', 'Prost', 'made', 'a', 'victorious', 'return', 'to', 'formula', 'one', 'yesterday', 'in', 'an', 'incident-filled', 'South', 'African', 'Grand', 'Prix', 'on', 'his', 'first', 'outing', 'with', 'his', 'new', 'Williams', 'team.']","[25, 26]",0,williams,FRENCHMAN Alain Prost made a victorious return to formula one yesterday in an incident-filled South African Grand Prix on his first outing with his new Williams team.,"['FRANZMAN Alain Prost celebrated his victorious return to Formula One in his first appearance with his new Williams team yesterday at an eventful Grand Prix in South Africa.', 'FRANKFURT Alain Prost made a triumphant return to Formula One yesterday in his first appearance with his new Williams team.', 'FRANKFURT - Alain Prost returned to Formula One yesterday with a victory at the eventful South African Grand Prix, his first appearance for his new Williams team.', 'In his first appearance for his new Williams team, Frenchman Alain Prost made a triumphant return to Formula One yesterday at the injury-plagued South African Grand Prix.', 'FRANKFURT-MAN Alain Prost made a triumphant return to Formula One yesterday with his new Williams team.']" -72,"['Turning', 'up', 'the', 'heat', 'on', 'Sun', 'Microsystems', 'Inc', 'and', 'IBM,', 'Hewlett-Packard', 'Co', 'is', 'starting', 'worldwide', 'deliveries', 'of', 'another', 'Snake', 'RISC', 'workstation', 'in', 'June,', 'adding', 'a', 'colour', 'model', 'of', 'the', 'PA-RISC', 'HP', '9000/705', 'to', 'its', 'pit.']","[10, 12]",0,hewlett-packard co,"Turning up the heat on Sun Microsystems Inc and IBM, Hewlett-Packard Co is starting worldwide deliveries of another Snake RISC workstation in June, adding a colour model of the PA-RISC HP 9000/705 to its pit.","['Sun Microsystems Inc and IBM are entering a new phase in which Hewlett-Packard will begin shipping another Snake RISC workstation worldwide in June, bringing a color model of the PA-RISC HP 9000 / 705 to the market.', 'In order to raise the spirits at Sun Microsystems Inc and IBM, Hewlett-Packard Co began shipping another Snake RISC workstation worldwide in June and added a color model of the PA-RISC HP 9000 / 705 to the box.', 'Hewlett-Packard Co shipped another Snake RISC workstation worldwide in June in response to the severe crisis with Sun Microsystems Inc and IBM, and the device is complemented by a color model of the PA-RISC HP 9000 / 705.', 'In the hot phase of the current weakness of Sun Microsystems Inc, Hewlett-Packard Co landed in June with the worldwide delivery of another Snake RISC workstation, to which a color model of the PA-RISC HP 9000 / 705 was added.', 'In times of crisis in Yemen, Sun Microsystems Inc. and IBM receive support from Hewlett-Packard Co. and will ship another Snake RISC workstation worldwide in June. Pit has been extended by a color model of the PA-RISC HP 9000 / 705.']" -73,"['Can', 'a', 'manager', 'feel', 'happy', 'making', 'strategic', 'decisions', 'simply', 'on', 'the', 'basis', 'of', 'what', 'his', 'lieutenants', 'tell', 'him,', 'without', 'satisfying', 'himself', 'that', 'they', 'are', 'not', 'simply', 'spouting', 'the', 'IBM', 'conventional', 'wisdom', 'that', 'has', 'got', 'the', 'company', 'into', 'the', 'mess', 'it', 'is', 'in', 'today?']","[28, 29]",1,ibm,"Can a manager feel happy making strategic decisions simply on the basis of what his lieutenants tell him, without satisfying himself that they are not simply spouting the IBM conventional wisdom that has got the company into the mess it is in today?","[""Can a manager be happy to make strategic decisions simply on the basis of what his deputies tell him, without being convinced that they are not simply the result of the wisdom of IBM that brought the company into today's mess?"", 'Can a manager be happy to make strategic decisions based on what his successors tell him, without convincing himself that it is not an expression of the traditional IBM wisdom that led the company into its current mess?', 'Can a manager be happy to make strategic decisions based only on what his assistants tell him, without being surprised that they do not simply nip in the bud the conventional IBM wisdom that has plunged the company into chaos today?', 'Can a manager be happy to make strategic decisions only on the basis of what people tell him, without being convinced that they are not merely washing away the widespread wisdom that has plunged the company into the mess it finds itself in today?', ""Can a manager be happy to make strategic decisions simply on the basis of what his successors tell him, without being swayed by Jonny Schleer's conventional wisdom, which is driving the company into the dirt today?""]" -74,"['Support', 'for', 'COSE', 'came', 'from', 'across', 'the', 'industry,', 'including', 'Adobe,', 'Autodesk,', 'Computer', 'Associates,', 'Computervision,', 'Convex,', 'Cray,', 'EDS,', 'Fujitsu,', 'Hitachi', ',', 'ICL,', 'ICS,', 'Ingres,', 'Mead', 'Data,', 'OMG,', 'Oki,', 'Oracle,', 'Samsung,', 'Siemens-Nixdorf,', 'Stratus,', 'Sybase,', 'Toshiba,', 'Unisys,', 'Unix', 'International', 'and', 'XSoft.']","[18, 19]",1,hitachi,"Support for COSE came from across the industry, including Adobe, Autodesk, Computer Associates, Computervision, Convex, Cray, EDS, Fujitsu, Hitachi, ICL, ICS, Ingres, Mead Data, OMG, Oki, Oracle, Samsung, Siemens-Nixdorf, Stratus, Sybase, Toshiba, Unisys, Unix International and XSoft.","['Support for COSE came from across the industry, including Adobe, Autodesk, Computer Associates, Computervision, Convex, Cray, EDS, Fujitsu, Hitachi, ICL, ICS, Ingres, Mead Data, OMG, Oki, Oracle, Samsung, Siemens-Nixdorf, Stratus, Sybase, Toshiba, Unisys, Unix International and XSoft.', 'Support for COSE came from across the industry, including Adobe, Autodesk, Computer Associates, Computervision, Convex, Cray, EDS, Fujitsu, Hitachi, ICL, ICS, Ingres, Mead Data, OMG, Oki, Oracle, Samsung, Siemens-Nixdorf, Stratus, Sybase, Toshiba, Unisys, Unix International and XSoft.', 'Support for COSE came from across the industry, including Adobe, Autodesk, Computer Associates, Computervision, Convex, Cray, EDS, Fujitsu, Hitachi, ICL, ICS, Ingres, Mead Data, OMG, Oki, Oracle, Samsung, Siemens-Nixdorf, Stratus, Sybase, Toshiba, Unisys, Unix International and XSoft.', 'Support came from industries such as Adobe, Autodesk, Computer Associates, Computervision, Convex, Cray, EDS, Fujitsu, Hitachi, ICL, ICS, Ingres, Mead Data, OMG, Oki, Oracle, Samsung, Siemens-Nixdorf, Stratus, Sybase, Toshiba, Unisys, Unix International and XSoft.', 'Support for COSE came from all industries, including Adobe, Autodesk, Computer Associates, Computervision, Convex, Cray, EDS, Fujitsu, Hitachi, ICL, ICS, Ingres, Mead Data, OMG, Oki, Oracle, Samsung, Siemens-Nixdorf, Stratus, Sybase, Toshiba, Unisys Nord, Unix International and XSoft.']" -75,"['Currently', 'Microsoft', 'is', 'writing', 'Windows', 'NT', 'not', 'only', 'for', 'the', 'Intel', 'processor,', 'but', 'for', 'others', 'as', 'well.']","[1, 2]",1,microsoft,"Currently Microsoft is writing Windows NT not only for the Intel processor, but for others as well.","['Currently Microsoft writes Windows NT not only for the Intel processor, but also for others.', 'Currently Microsoft writes Windows NT not only for the Intel processor, but also for others.', 'Microsoft currently writes Windows NT not only for the Intel processor, but also for others.', 'Currently, Microsoft writes not only for the Intel processor, but also for others.', 'Currently Microsoft creates Windows NT not only for the Intel processor Dick, but also for others.']" -76,"['I', 'mean,', 'Nestle', 'had', 'to', 'abandon', 'that.']","[2, 3]",1,nestle,"I mean, Nestle had to abandon that.","['I mean, Nestlé had to give that up.', 'I mean, Nestlé had to do without it.', 'I mean, Nestlé had to give that up.', 'I mean, Nestlé had to give that up.', 'I am talking about Nestlé, which had to abandon this demand.']" -77,"['The', 'Austrian', 'PTT', 'has', 'chosen', 'Alcatel', 'NV', ""'s"", 'Austrian', 'subsidiary', 'to', 'supply', 'a', 'national', 'Metropolitan', 'Area', 'Network', 'for', 'data', 'and', 'voice.']","[5, 7]",0,alcatel nv,The Austrian PTT has chosen Alcatel NV's Austrian subsidiary to supply a national Metropolitan Area Network for data and voice.,"['The Austrian company PTT has chosen the Austrian subsidiary of Alcatel NV to operate a national data and voice network in the metropolitan area.', 'The Austrian PTT has contracted the Austrian subsidiary of Alcatel NV to supply a national network for the processing of data and language.', 'For the operation of a nationwide network in the field of data and voice transmission, the Austrian PTT has chosen the subsidiary Alcatel NV.', 'The Austrian PTT has chosen a subsidiary of Alcatel NV to supply an existing national network for data and voice communications.', 'The Austrian PTT has come out in favour and the Austrian subsidiary of Alcatel NV has been established as an extended network for data and voice communications in the metropolitan regions of the USA.']" -78,"['Dell', 'Computer', 'Corp', ',', 'Digital', 'Equipment', 'Corp,', 'AST', 'Research', 'Inc', 'and', 'Advanced', 'Logic', 'Research', 'Inc', 'say', 'they', 'do', 'meet', 'the', 'specs.']","[0, 3]",1,dell computer corp,"Dell Computer Corp, Digital Equipment Corp, AST Research Inc and Advanced Logic Research Inc say they do meet the specs.","['Dell Computer Corp, Digital Equipment Corp, AST Research Inc and Advanced Logic Research Inc say they meet the specifications.', 'Dell Computer Corp, Digital Equipment Corp, AST Research Inc and Advanced Logic Research Inc say they meet the specifications.', 'Dell Computer Corp, Digital Equipment Corp, AST Research Inc and Advanced Logic Research Inc.', 'Data comes from Dell Computer Corp., Digital Equipment Corp., AST Research Inc. and Advanced Logic Research Inc.', 'Dell Computer Corp, Digital Equipment Corp, AST Research Inc and Advanced Logic Research Inc say they control what comes down to the workplace.']" -79,"['This', 'will', 'be', 'alongside', 'systems', 'application', 'architecture', '(SAA)', '--', 'giving', 'IBM', 'users', 'a', 'choice', 'of', 'ways', 'to', 'build', 'distributed', 'applications.']","[10, 11]",1,ibm,This will be alongside systems application architecture (SAA) -- giving IBM users a choice of ways to build distributed applications.,"['These extensions will run in parallel to the Systems Application Architecture (SAA) - giving IBM users the ability to develop distributed applications.', 'Together with the application architecture of systems (SAA), this enables IBM users to build distributed applications.', 'This is accompanied by a System Application Architecture (SAA), which offers IBM users the choice between the various methods for creating distributed applications.', 'It will also have its System Application Architecture (SAA) and offer IBM users a choice of distributed applications.', 'This is done in parallel to the application architecture of system systems (SAA) - and offers users the choice when developing distributed applications.']" -80,"['The', 'Interactive', 'product,', 'picked', 'up', 'when', 'Sun', 'acquired', 'that', 'part', 'of', 'Eastman-Kodak', ""Co's"", 'Unix', 'subsidiary,', 'is', 'now', 'being', 'pushed', 'at', 'the', 'lower', 'end', 'of', 'the', 'Intel', 'marketplace', 'and', 'further', 'iterations', 'will', 'appear,', 'though', 'not', 'a', 'Unix', 'SVR4', 'version.']","[6, 7]",0,sun,"The Interactive product, picked up when Sun acquired that part of Eastman-Kodak Co's Unix subsidiary, is now being pushed at the lower end of the Intel marketplace and further iterations will appear, though not a Unix SVR4 version.","['The interactive product that Sun acquired when it acquired this stake in Unix subsidiary Eastman-Kodak Co., will now be moved to the lower end of the Intel market, and more iterations will appear, though not a version of Unix SVR4.', ""The interactive product, which came onto the market following Sun's acquisition of subsidiary Eastman-Kodak Co. Unix, is now at the lower end of the Intel market and there will be more iterations, but not a Unix SVR4 version."", 'The interactive product that emerged when Sun took over the Unix subsidiary of Eastman-Kodak Co., is now at the lower end of the Intel market and will also get more iterations, though not a Unix SVR4 version.', 'The interactive product that Sun bought when it acquired part of the Unix subsidiary Eastman-Kodak Co., will now be at the lower end of the Intel market and more iterations will appear, but not a Unix SVR4 version.', 'The interactive product that Sun bought when it acquired this part of the Unix subsidiary from Eastman-Kodak Co., is now being marketed at the lower end of the Intel market and more iterations will appear, but not a Unix SVR4 version.']" -81,"['Next', 'shipped', '69,300', 'workstations', 'last', 'year,', 'compared', 'with', '217,000', 'shipped', 'by', 'Sun', 'Microsystems', 'Inc', ',', 'according', 'to', 'International', 'Data', ""Corp's"", 'estimates.']","[11, 14]",0,sun microsystems inc,"Next shipped 69,300 workstations last year, compared with 217,000 shipped by Sun Microsystems Inc, according to International Data Corp's estimates.","['Next shipped 69,300 workstations last year, compared with 217,000 shipped by Sun Microsystems Inc, according to estimates from International Data Corp.', 'Next shipped 69,300 workstations last year, compared with 217,000 shipped by Sun Microsystems Inc, according to estimates from International Data Corp.', 'The next delivered 69,300 jobs last year, according to estimates by International Data Corp., compared with 217,000 shipped by Sun Microsystems Inc.', 'Next shipped 69,300 jobs last year, compared with 217,000 shipped by Sun Microsystems Inc, according to estimates from International Data Corp.', 'Last year, 69,300 jobs were shipped by Sun Microsystems Inc, compared with 217,000 jobs in the industry, according to estimates from International Data Corp.']" -82,"['IBM', 'engineers', 'in', 'Europe', 'claim', 'that', 'the', ""company's"", 'European', 'research', 'on', 'satellites', 'is', 'ahead', 'of', 'its', 'US', 'counterpart.']","[0, 1]",0,ibm,IBM engineers in Europe claim that the company's European research on satellites is ahead of its US counterpart.,"[""IBM engineers in Europe claim that the company's European satellite research is ahead of its US counterpart."", 'IBM engineers in Europe claim the European company is exploring satellites ahead of its US counterpart.', 'IBM engineers in Europe claim that the European company is ahead of its US counterpart in satellite research.', 'IBM engineers in Europe claim that European satellite research is ahead of the US.', 'IBM engineers in Europe claim that European satellite research is overtaking its US counterpart.']" -83,"['Hitachi', 'Data', 'Systems', 'Ltd', 'took', 'its', 'first', 'step', 'into', 'the', 'Unix', 'world', 'last', 'week', 'and', 'launched', 'the', 'OSF/1', 'operating', 'system', 'for', 'its', 'GX', 'and', 'EX', 'series', 'IBMulators.']","[0, 4]",0,hitachi data systems ltd,Hitachi Data Systems Ltd took its first step into the Unix world last week and launched the OSF/1 operating system for its GX and EX series IBMulators.,"['Hitachi Data Systems Ltd took its first step into the Unix world last week by introducing the OSF / 1 operating system for its IBMulators of the GX and EX series.', 'Hitachi Data Systems Ltd took the first step into the Unix world last week by introducing the OSF / 1 operating system for its IBMulators of the GX and EX series.', 'Hitachi Data Systems Ltd took the first step into the Unix world last week by releasing the OS / 1 operating system for its IBMulators of the GX and EX series.', 'Hitachi Data Systems Ltd took the first step into the Unix world last week by introducing the OSF / 1 operating system for its IBM GX and EX series mulators.', 'Last week Hitachi Data Systems Ltd took the first step into the Unix world by launching IBMulators for its GX and EX series.']" -84,"['He', 'followed', 'this', 'with', 'controversial', 'Fuji', 'commercials', 'which', 'used', 'to', 'social', 'issues', 'of', 'racism', 'and', 'mental', 'handicap', 'to', 'sell', 'camera', 'film.']","[5, 6]",0,fuji,He followed this with controversial Fuji commercials which used to social issues of racism and mental handicap to sell camera film.,"['Controversial Fuji spots followed, some of which were devoted to social issues such as racism or mental disabilities, in order to sell camera films.', 'Controversial Fuji commercials followed, dealing with issues such as racism and intellectual disability.', 'Controversial Fuji commercials followed, in which he used applied themes such as racism and intellectual disability to sell film cameras.', 'Afterwards he devoted himself to selling pictorial films with controversial Fuji commercials about social problems and mental disabilities.', 'A controversial Fuji commercial followed, in which he used political issues related to racism and intellectual disability to sell films.']" -85,"['The', 'software', 'runs', 'on', 'Sun', 'Microsystems', 'Inc,', 'DEC', 'and', 'Hewlett-Packard', 'Co', 'platforms', 'and', 'support', 'for', ""IBM's"", 'RS/6000s', 'will', 'be', 'added', 'next', 'year.']","[9, 11]",0,hewlett-packard co,"The software runs on Sun Microsystems Inc, DEC and Hewlett-Packard Co platforms and support for IBM's RS/6000s will be added next year.","[""The software runs on Sun Microsystems Inc, DEC and Hewlett-Packard Co., and support for IBM's RS / 6000 will be added next year."", ""The software runs on the platforms of Sun Microsystems Inc., DEC and Hewlett-Packard Co, and support for IBM's RS / 6000 series will be added next year."", ""The software runs on the platforms of Sun Microsystems Inc, DEC and Hewlett-Packard CO, and support for IBM's RS / 6000 will be added next year."", ""The software runs on the platforms Sun Microsystems Inc., DEC and Hewlett-Packard Co and support for IBM's RS / 6000s will be added from next year."", 'The software runs on platforms from Sun Microsystems Inc, DEC and Hewlett-Packard Co.']" -86,"['The', 'Office', 'of', 'Fair', 'Trading', 'is', 'still', 'examining', 'the', 'American', 'Raytheon', ""'s"", '$250m', 'bid', 'for', 'Corporate', 'Jets', 'to', 'see', 'whether', 'it', 'complies', 'with', 'EC', 'competition', 'rules.']","[9, 11]",1,american raytheon,The Office of Fair Trading is still examining the American Raytheon's $250m bid for Corporate Jets to see whether it complies with EC competition rules.,"[""Raytheon's $250 million corporate jet bid is still under review by the Office of Fair Trading to see if it complies with EU competition rules."", 'The Office of Fair Trade is still examining the sale of $250 million worth of corporate jets to Raytheon in the United States to determine whether they are compatible with EU competition rules.', ""The Fair Trading Commission is still reviewing Raytheon's $250 million corporate jet bid for compliance with EU competition rules."", ""The Office of Fair Trading continues to investigate Raytheon's $250 million offer for corporate jets to determine whether it complies with competition rules."", ""The Office of Fair Trading is still reviewing Raytheon's $250 million offer for corporate jets to see if it complies with EU competition rules.""]" -87,"['He', 'added', '""The', 'problem', 'with', 'the', '88000,', 'although', ""it's"", 'a', 'fine', 'component', 'and', 'runs', 'perfectly,', 'is', 'that', 'none', 'of', 'the', 'main', 'manufacturers', 'of', 'development', 'machines', '(Hewlett-Packard,', 'Sun,', 'IBM', ')', 'are', 'using', 'it.']","[27, 28]",1,ibm,"He added""The problem with the 88000, although it's a fine component and runs perfectly, is that none of the main manufacturers of development machines (Hewlett-Packard, Sun, IBM ) are using it.","['He added: ""The problem with the 88000, although it is a fine component and works perfectly, is that none of the major manufacturers of development machines (Hewlett-Packard, Sun, IBM) uses it.', 'The problem with the 88000, although it is a fine component and runs flawlessly, is that none of the major manufacturers of development machines (Hewlett-Packard, Sun, IBM) use it.', 'He added: ""The problem with the 88000, although it is a noble component and works perfectly, is that none of the major manufacturers of development machines (Hewlett-Packard, Sun, IBM) use it.', 'He added: ""The problem with the 88000 is that although it is a very good component and works perfectly, it is not used by any of the major manufacturers of development machines (Hewlett-Packard, Sun, IBM).', 'He added: ""The declared problem of the 88000, although it is a fine component and runs smoothly, is that none of the major manufacturers of development machines (Hewlett-Packard, Sun, IBM) use it.']" -88,"['yeah', ""we'll"", 'have', 'the', 'Samsungs', 'in', ""won't"", 'we,', 'by', 'then?']","[4, 5]",1,samsungs,"yeah we'll have the Samsungs in won't we, by then?","[""Yes, then we've got the Samsungs in there, right?"", ""Yes, until then we'll have the Samsungs in the house, won't we?"", ""Yes, then we've got the Samsungs in our pocket, right?"", 'Yes, there we are with the Samsungs, right?', 'But yes, the Samsungs are already at home by this point.']" -89,"['At', 'eleven', ""o'clock"", 'the', 'big', 'Volvo', 'appeared', 'at', 'the', 'far', 'end', 'of', 'the', 'hangar', 'and', 'drove', 'slowly', 'towards', 'him,', 'coming', 'to', 'a', 'stop', 'with', 'its', 'engine', 'running', 'forty', 'feet', 'away.']","[5, 6]",1,volvo,"At eleven o'clock the big Volvo appeared at the far end of the hangar and drove slowly towards him, coming to a stop with its engine running forty feet away.","[""At about eleven o'clock the large Volvo appeared at the other end of the hall and came to a stop with the engine running at a distance of about ten metres."", ""At eleven o'clock the large Volvo appeared high up in the hall, drove slowly towards it and came to a halt 40 metres away with the engine running."", ""Around eleven o'clock a large Volvo appeared at the other end of the hall, which slowly came to a halt, with the engine running about one and a half metres away."", ""Around eleven o'clock, the large Volvo appeared at the back of the hall, drove slowly towards it and came to a halt with the engine or trailer running."", ""At eleven o'clock the large Volvo appeared at the other end of the hall and Saxon drove slowly towards it and stopped an engine from forty metres away.""]" -90,"['Later', 'this', 'year,', 'Mercury', 'will', 'be', 'launching', 'PCN,', 'its', 'digital', 'mobile', 'phone', 'service', '(see', 'ACCOUNTANCY', 'October', '1990,', 'pp', '121-122),', 'and', 'competitive', 'systems', 'from', 'Cellnet', 'and', 'Vodafone', 'will', 'be', 'hot', 'on', 'its', 'heels.']","[25, 26]",0,vodafone,"Later this year, Mercury will be launching PCN, its digital mobile phone service (see ACCOUNTANCY October 1990, pp 121-122), and competitive systems from Cellnet and Vodafone will be hot on its heels.","['Later this year, Mercury will launch its PCN digital mobile phone service (see COMPANY October 1990, pp. 121-122) and rival systems from Cellnet and Vodafone will be hot on its heels.', 'Later this year, Mercury will launch its digital mobile phone service PCN (see BUSINESS October 1990, pp. 121-122), and rival systems from Cellnet and Vodafone are hot on its heels.', 'Mercury will launch its PCN digital mobile phone service by the end of the year (see CLOSED Oct 1990, pp. 121-122), and rival systems from Cellnet and Vodafone will be hot on its heels.', 'Later this year, Mercury will launch the PCN digital mobile phone service (see CONZONTANCE of October 1990, pp. 121-122) and rival mobile phone and Vodafone systems will soon follow.', 'Later this year, Mercury will launch its mobile digital service PCN (see APPROVIEW of October 1990, pp. 121-122). Competition between the systems of Cellnet and Vodafone will be its firm objective.']" -91,"['There', 'are', 'various', 'reasons', 'why', 'it', 'might', 'be', 'desirable', 'to', 'transfer', 'Target', ""'s"", 'business', 'to', 'Newco', 'after', 'the', 'acquisition.']","[11, 12]",0,target,There are various reasons why it might be desirable to transfer Target's business to Newco after the acquisition.,"[""There are several reasons why it might be desirable to transfer Target's business to Newco after the acquisition."", ""There are several reasons why it might be desirable to transfer Target's business to Newco after the acquisition."", ""There are several reasons why a transfer of Target's business to Newco after the acquisition would be desirable."", ""There are several reasons why it might be desirable to move Target's business to Newco after the acquisition."", ""There may be several reasons why it might be desirable to transfer Target's business to Newco after the acquisition.""]" -92,"['OSF', 'turned', 'over', '$55m', 'in', '1992,', 'of', 'which', '$28m', 'came', 'from', 'sales', 'of', 'technology', 'licences', '--', 'predominantly', 'for', 'the', 'Motif', 'graphical', 'user', 'interface', '--', 'the', 'other', '$27m', 'being', 'the', '$4.5m', 'a', 'year', 'membership', 'dues', 'paid', 'by', 'each', 'of', 'the', 'six', 'remaining', 'founders,', 'Digital', 'Equipment', 'Corp,', 'Hewlett-Packard', 'Co,', 'Hitachi', 'Ltd,', 'IBM', 'Corp,', 'Siemens', 'Nixdorf', 'Informationssysteme', 'AG', 'and', 'Groupe', 'Bull', 'SA.']","[51, 55]",0,siemens nixdorf informationssysteme ag,"OSF turned over $55m in 1992, of which $28m came from sales of technology licences -- predominantly for the Motif graphical user interface -- the other $27m being the $4.5m a year membership dues paid by each of the six remaining founders, Digital Equipment Corp, Hewlett-Packard Co, Hitachi Ltd, IBM Corp, Siemens Nixdorf Informationssysteme AG and Groupe Bull SA.","['OSF had a turnover of 55 million dollars in 1992, of which 28 million dollars came from the sale of technology licenses, mainly for the graphical user interface of Motif, and the other 27 million dollars were the 4.5 million dollars paid annually by each of the six remaining founders, Digital Equipment Corp, Hewlett-Packard Co, Hitachi Ltd, IBM Corp, Siemens Nixdorf Informationssysteme AG and Groupe Bull SA.', ""In 1992, OSF had $55 million in debt, of which $28 million came from the sale of technology licenses, mainly for Motif's graphical user interface; the other $27 million came from the $4.5 million in annual membership fees paid by the six remaining founders, Digital Equipment Corp, Hewlett-Packard Co, Hitachi Ltd, IBM Corp, Siemens Nixdorf Informationssysteme AG and Groupe Bull SA."", ""OSF made a turnover of $55 million in 1992, of which $28 million came from the sale of technology licenses - mainly for Motif's graphical user interface - the other $27 million was the $4.5 million in membership fees paid by each of the six remaining founders, Digital Equipment Corp, Hewlett-Packard Co, Hitachi Ltd, IBM Corp, Siemens Nixdorf Informationssysteme AG and Groupe Bull SA."", 'In 1992, OSF generated revenues of $55 million, of which $28 million came from the sale of technology licenses - mainly for MoD graphics - and the other $27 million from the annual membership fees of all six remaining founders, Digital Equipment Corp, Hewlett-Packard Co, Hitachi Ltd, IBM Corp, Siemens Nixdorf Informationssysteme AG and Groupe Bull SA.', 'OSF transferred $55 million in 1992, of which $28 million came from the sale of technology licenses - mainly for the Motif graphical user interface - the other $27 million was the $4.5 million paid by each of the six remaining founding members: Digital Equipment Corp, Hewlett-Packard Co, Hitachi Ltd, IBM Corp, Siemens Nixdorf Informationssysteme AG and Groupe Bull SA.']" -93,"['Ford', ""'s"", 'immediate', 'responses', 'were', 'the', 'Mustang', 'and', 'the', 'Thunderbird', '--', 'the', 'cars', 'that', 'gave', 'the', 'company', 'a', 'distinct', 'personality', 'and', 'reestablished', 'it', 'as', 'an', 'industry', 'leader.']","[0, 1]",1,ford,Ford's immediate responses were the Mustang and the Thunderbird -- the cars that gave the company a distinct personality and reestablished it as an industry leader.,"['Ford immediately responded with the Mustang and the Thunderbird - the cars that gave the company a distinctive personality and made it the industry leader again.', ""Ford's immediate reactions were the Mustang and the Thunderbird - the cars that gave the company its own personality and made it the industry leader again."", 'Ford immediately responded with the Mustang and the Thunderbird - the cars that gave the company its own personality and made it the industry leader again.', ""Ford's immediate response was the Mustang and the Thunderbird - the cars that gave the company a distinctive personality and re-established it as the market leader for the rest of its life."", 'After the Mustang and Thunderbird rally, which gave the company a distinctive personality and regained its leadership, Ford reacted immediately.']" -94,"['By', 'understanding', 'and', 'interacting', 'closely', 'with', 'its', 'market,', ""McDonald's"", 'maintains', 'a', 'constant', 'process', 'of', 'innovation.']","[8, 9]",1,mcdonald's,"By understanding and interacting closely with its market, McDonald's maintains a constant process of innovation.","[""Through close cooperation with the market, McDonald's maintains a constant process of innovation."", ""Through its understanding and close interaction with its market, McDonald's maintains a constant process of innovation."", ""Through close cooperation with the market, McDonald's maintains a constant process of innovation."", ""By understanding and interacting closely with new markets, McDonald's enables a continuous process of innovation."", ""McDonald's understands and interacts closely with its market, enabling it to continuously innovate.""]" -95,"['ICL', 'reiterates', 'that', 'its', 'relationship', 'with', 'majority', 'owner', 'Fujitsu', 'remains', 'strictly', 'at', ""arm's"", 'length,', 'and', 'that', 'the', 'recent', 'transactions', 'between', 'the', 'two', 'companies,', 'such', 'as', ""ICL's"", 'acquisition', 'of', 'Fujitsu', 'Systems', 'Business-Europe', 'were', 'purely', 'commercial.']","[28, 31]",0,fujitsu systems business-europe,"ICL reiterates that its relationship with majority owner Fujitsu remains strictly at arm's length, and that the recent transactions between the two companies, such as ICL's acquisition of Fujitsu Systems Business-Europe were purely commercial.","['ICL reiterates that the relationship with majority owner Fujitsu remains a purely private relationship and that recent transactions between the two companies, such as the acquisition of Fujitsu Systems Business-Europe, were purely commercial.', ""ICL reiterates that its relationship with majority owner Fujitsu is close and that recent transactions between the two companies, such as ICL's acquisition of Fujitsu Systems Business Europe, were purely commercial in nature."", 'ICL stresses that its relationship with majority owner Fujitsu is strictly at war and that recent transfers between the two companies, such as ICL, have been purely commercial.', ""ICL stresses that its relations with majority owner Fujitsu remain strictly confrontational and that recent transactions between the two companies, such as ICL's purchase of Fujitsu Systems Business-Europe, have hampered pure trading."", ""The relationship between ICL and the majority shareholder Fujitsu remained completely open, and recent transactions between the two companies, such as ICL's acquisition of Fujitsu Systems Business-Europe, were purely commercial in nature.""]" -96,"['The', 'price', 'of', '600p,', 'or', 'a', 'fraction', 'under,', 'will', 'represent', 'a', 'successful', 'conclusion', 'to', 'the', 'plan', 'by', 'Chicago-based', 'parent', 'Waste', 'Management', 'Inc', 'to', 'launch', 'its', 'overseas', 'arm', 'Waste', 'Management', 'International', 'as', 'a', 'separate', 'entity', 'with', 'a', 'listing', 'in', 'London.']","[19, 22]",1,waste management inc,"The price of 600p, or a fraction under, will represent a successful conclusion to the plan by Chicago-based parent Waste Management Inc to launch its overseas arm Waste Management International as a separate entity with a listing in London.","['The price of 600p, a fraction of it, marks the successful completion of a plan by Chicago parent Waste Management Inc to launch its Waste Management International business as a stand-alone company with an initial public offering in London.', ""The price of 600p, or a fraction of it, will represent a successful conclusion to Chicago parent Waste Management Inc's plan to float its Waste Management International business as a stand-alone company with an initial public offering in London."", 'The price of 600p, or a fraction of that, will mark a successful conclusion to the plan by Chicago parent Waste Management Inc to launch its foreign arm Waste Management International as a stand-alone company with an initial public offering in London.', ""The price of 600p, or a fraction of it, will complete Chicago parent Waste Management Inc's plan to launch its Waste Management International division, which specialises in foreign markets, as a stand-alone company with a London listing."", ""The price of 600p, a fraction of it, marks the successful completion of parent company Waste Management Inc's plan to float its subsidiary Waste Management International as a separate entity with an initial public offering in London.""]" -97,"['IBM', 'FRANCE', 'BIDS', '$450m', 'CONVERTIBLES', 'FOR', 'CGI', 'INFORMATIQUE', '...']","[0, 2]",1,ibm france,IBM FRANCE BIDS $450m CONVERTIBLES FOR CGI INFORMATIQUE...,"['IBM FRANCE BIDS $450M CONVERTIBLES FOR CGI INFORMATIQUE', 'IBM FRANCE CONVERTABLE FOR CGI INFORMATICS $450 million...', 'IBM FRANCE BIDS $450 Million CONVERTIBLE FOR CGI INFORMATICS...', 'IBM FRANCE WITH $450M CONVERTIBLE FOR CGI INFORMATION...', 'IBM FRANCE BIDS $450 MILLION CONVERTING FOR CGI...']" -98,"['While', 'Microsoft', 'Corp', 'rolled', 'out', 'Bill', 'Gates', 'to', 'demo', 'a', 'slick-looking', 'Windows', 'NT,', 'Univel', 'Inc', 'admitted', 'that', 'UnixWare', 'is', 'not', 'as', 'elegant', 'as', 'Windows', 'and', 'probably', ""won't"", 'even', 'come', 'near', 'Windows', 'NT', 'in', 'look', 'and', 'feel.']","[1, 3]",1,microsoft corp,"While Microsoft Corp rolled out Bill Gates to demo a slick-looking Windows NT, Univel Inc admitted that UnixWare is not as elegant as Windows and probably won't even come near Windows NT in look and feel.","['While Microsoft Corp brought out Bill Gates to demonstrate a smooth-looking Windows NT, Univel Inc admitted that UnixWare is not as elegant as Windows and probably not even close to Windows NT.', ""While Microsoft Corp has brought out Bill Gates to demonstrate a smooth-looking Windows NT, Univel Inc has admitted that UnixWare is not as elegant as Windows and probably can't even compete visually with Windows NT."", 'While Microsoft Corp introduced Bill Gates to demonstrate a smooth-looking Windows NT, Univel Inc admitted that UnixWare is not as elegant as Windows and probably not even close to being able to see and feel Windows NT.', 'While Microsoft Corp introduced Bill Gates to demonstrate a smooth Windows NT, Univel Inc has admitted that UnixWare is not as elegant as Windows and may not even be close to Windows NT.', 'While Microsoft Corp brought out Bill Gates to test a smooth Windows NT, Univel Inc admitted that Unixware is not quite as elegant as Windows and is unlikely to even come close to Windows NT visually.']" -99,"['As', 'part', 'of', 'its', 'database', 'announcements', 'on', 'Tuesday,', 'IBM', 'Corp', 'said', 'that', 'it', 'will', 'publish', 'the', 'specifications', 'of', 'its', 'Information', 'Warehouse', 'Architecture', 'to', 'enable', 'customers', 'to', 'build', 'Information', 'Warehouses', 'and', 'to', 'provide', 'guidelines', 'for', 'software', 'vendors.']","[8, 10]",1,ibm corp,"As part of its database announcements on Tuesday, IBM Corp said that it will publish the specifications of its Information Warehouse Architecture to enable customers to build Information Warehouses and to provide guidelines for software vendors.","['As part of its database announcements, IBM Corp announced Tuesday that it will release the specifications of its information warehouse architecture to enable its customers to build information warehouses and provide policies to software vendors.', 'In its database announcements on Tuesday, IBM Corp said it would release the specifications of its information warehouse architecture to allow customers to build information warehouses and give software vendors guidance.', 'As part of its database announcements, IBM Corp said on Tuesday it would release the specifications of its information warehouse architecture so customers could build information warehouses and provide software vendors with guidelines.', ""In Tuesday's database releases, IBM Corp said it would release the specifications of its information warehouse architecture to allow customers to set up information warehouses and specify specifications for software vendors."", 'As part of its database announcements on Tuesday, IBM Corp announced that the specifications of the Information Warehouse Architecture will be released to allow customers to build information warehouses and provide policies for software vendors.']" -100,"['The', 'collision', 'between', 'a', 'BMW', 'and', 'a', 'lorry', 'was', 'the', 'third', 'serious', 'crash', 'in', 'three', 'weeks', 'on', 'the', 'road.']","[4, 5]",1,bmw,The collision between a BMW and a lorry was the third serious crash in three weeks on the road.,"['The collision between a BMW and a lorry was the third serious accident in three weeks.', 'The collision between BMW and lorry was the third serious road accident in three weeks.', 'The collision between a BMW and a lorry was the third serious road accident in three weeks.', 'The collision between a BMW and a lorry was the third serious accident in three weeks.', 'The collision between a BMW and a lorry was the third serious road accident in three weeks.']" -101,"['Microsoft', 'hopes', 'that', 'the', 'launch', 'of', 'the', 'Japanese', 'version', 'of', 'Windows', '3.1', 'will', 'raise', 'fiscal', '1994', 'sales', 'to', '$203m.']","[0, 1]",1,microsoft,Microsoft hopes that the launch of the Japanese version of Windows 3.1 will raise fiscal 1994 sales to $203m.,"['Microsoft hopes that the introduction of the Japanese version of Windows 3.1 will increase sales for the 1994 fiscal year to 203 million dollars.', 'Microsoft hopes that the introduction of the Japanese version of Windows 3.1 will increase sales to 203 million dollars in the 1994 fiscal year.', 'Microsoft hopes that the introduction of the Japanese version of Windows 3.1 will increase sales for the 1994 fiscal year to 203 million dollars.', 'Microsoft hopes that the introduction of the Japanese version of Windows 3.1 will increase sales for the 1994 fiscal year to 203 million dollars.', 'Microsoft expects the introduction of the Japanese version of Windows 3.1 to generate revenues of 203 million US dollars for the 1994 financial year.']" -102,"['The', 'M15', 'follow-on', 'to', 'the', 'current', 'i860', 'XP', ""hasn't"", 'been', 'cancelled,', 'but', 'Intel', ""isn't"", 'being', 'very', 'specific', 'about', 'what', 'is', 'going', 'to', 'happen', 'to', 'it.']","[12, 13]",1,intel,"The M15 follow-on to the current i860 XP hasn't been cancelled, but Intel isn't being very specific about what is going to happen to it.","['The M15 successor to the current i860 XP has not been deleted, but Intel is not very specific about what to do with it.', 'The M15 successor to the current i860 XP has not been canceled, but Intel is not sure what will happen to this device.', 'The M15 successor series for the current i860 XP has not been canceled, but Intel is not very sure what will happen.', 'The M15 successor to the current i860 XP has not been deleted, but Intel does not give much indication of what will happen.', 'The M15 successor to the current i860 XP has not been canceled, but Intel is not very specific what will happen to it.']" -103,"['Ford', 'declares', 'satellite', 'war', 'on', 'car', 'thieves']","[0, 1]",1,ford,Ford declares satellite war on car thieves,"['Ford declares war on car thieves', 'Ford declares war on car thieves', 'Ford declares war on car thieves', 'Ford declares war on car thieves', 'Ford declares war on car thieves']" -104,"[""It's"", 'betting', 'neither', 'IBM', 'Corp', 'nor', 'Sun', 'Microsystems', 'Inc', 'will', 'play', 'Bill', ""Gates'"", 'game.']","[6, 9]",1,sun microsystems inc,It's betting neither IBM Corp nor Sun Microsystems Inc will play Bill Gates' game.,"[""It's a bet that neither IBM Corp nor Sun Microsystems Inc is playing Bill Gates' game."", ""They are betting that neither IBM Corp nor Sun Microsystems Inc will play Bill Gates' game."", ""Neither IBM Corp nor Sun Microsystems Inc is likely to play Bill Gates' game."", ""It's a bet that neither IBM Corp nor Sun Microsystems Inc will play Bill Gates' game."", 'You bet that neither IBM Corp nor Sun Microsystems Inc will play Bill Gates.']" -105,"['""Camels', 'go', 'on', 'and', 'on', 'and', 'on', 'until', 'they', 'die;', 'and', 'then', 'one', 'has', 'the', 'option', 'of', 'eating', 'them,', 'altogether', 'far', 'better', 'tasting', 'than', 'a', 'Michelin', 'tyre,""', 'writes', 'Rene', 'Dee', 'in', 'The', ""Traveller's"", 'Handbook.']","[25, 26]",0,michelin,"""Camels go on and on and on until they die; and then one has the option of eating them, altogether far better tasting than a Michelin tyre,"" writes Rene Dee in The Traveller's Handbook.","['""Camels go on and on until they die, and then you have the opportunity to eat and eat them, which overall taste much better than a Michelin tire,"" writes Rene Dee in The Traveller\'s Handbook.', '""Camels always leave until they die, and you can eat them, which overall tastes much better than a Michelin tire,"" writes Rene Dee in The Traveller\'s Handbook.', '""Camels go on and on until they die, and then you have the opportunity to eat them, which overall taste much better than I do,"" writes Rene Dee in the Traveller\'s Handbook.', '""Camels remain unforgotten until they die, and then you have the opportunity to eat them, which overall tastes much better than a Michelin tire,"" writes Rene Dee in the travel guide.', '""Camels move on, and it stinks, and then you have the opportunity to eat them, which overall tastes much better than a Michelin tire,"" writes Rene Dee in the travel guide.']" -106,"['Fact', 'File', 'Flights:', 'British', 'Airways', 'and', 'British', 'Midland', 'operate', 'seven', 'flights', 'a', 'day', 'from', 'Heathrow', 'to', 'Belfast', 'International', 'Airport;', 'for', 'example', 'BA', 'early', 'saver', 'return', '$85', '(01-897', '4000).']","[21, 22]",0,ba,Fact File Flights: British Airways and British Midland operate seven flights a day from Heathrow to Belfast International Airport; for example BA early saver return $85 (01-897 4000).,"['Fact File Flights: British Airways and British Midland offer seven flights a day from Heathrow to Belfast International Airport; BA Early Saver, for example, will set you back $85 (01-897 4000).', 'Fact File Flights: British Airways and British Midland offer seven daily flights from Heathrow to Belfast International Airport; BA, for example, charges $85 (01-897 4000).', 'Fact File Flights: British Airways and British Midland offer seven flights a day from Heathrow to Belfast International Airport, including BA Early Saver Return $85 (01-897 4000).', 'Fact File Flights: British Airways and British Midland fly seven times a day from Heathrow to Belfast International Airport; for example, BA Early Saver Return costs $85 (01-897 4000).', 'Fact File Flights: British Airways and British Midland fly seven flights a day from Heathrow to Belfast International Airport; BA Early Saver (01-897 4000), for example, returns £85.']" -107,"[""Digital's"", 'commitment', 'is', 'one', 'of', 'the', 'strongest', 'cards', 'in', 'Mr', 'De', ""Benedetti's"", 'hand', 'when', 'he', 'claims', 'that', 'Olivetti', 'will', 'be', 'among', 'the', 'survivors', 'of', 'the', 'current', 'shake-out', 'in', 'the', 'computer', 'industry.']","[17, 18]",0,olivetti,Digital's commitment is one of the strongest cards in Mr De Benedetti's hand when he claims that Olivetti will be among the survivors of the current shake-out in the computer industry.,"[""Digital's involvement is one of the strongest cards in Mr De Benedetti's hands when he claims that Olivetti will be one of the survivors of the current upheaval in the computer industry."", ""Digital's involvement is one of the strongest assets in his hands, as De Benedetti claims Olivetti will be one of the survivors of the current upheaval in the computer industry."", ""Digital's involvement is one of De Benedetti's strongest cards when he claims Olivetti will be one of the survivors of the current breakthrough in the computer industry."", ""The involvement of the digital company is one of the strongest cards in Mr De Benedetti's hands when he claims that Olivetti is one of the survivors of the current upheaval in the computer industry."", ""Digital's involvement is one of De Benedetti's biggest assets, as he believes Olivetti will be one of the survivors of the computer meltdown.""]" -108,"['Boeing', 'builds', 'the', 'ALCM,', 'but', 'the', 'Convair', 'Division', 'of', 'General', 'Dynamics', 'is', 'responsible', 'for', 'all', 'other', 'types,', 'including', 'the', 'ground-launched', 'missile.']","[0, 1]",0,boeing,"Boeing builds the ALCM, but the Convair Division of General Dynamics is responsible for all other types, including the ground-launched missile.","['Boeing builds the ALCM, but the Convair Division of General Dynamics is responsible for all other types, including the ground-based missile.', 'Boeing builds the ALCM, but the Convair Division of General Dynamics is responsible for all other types of aircraft, including the land-based missile.', 'Boeing builds the ALCM, but the Convair Division of General Dynamics is responsible for all other types, including the ground-based missile.', ""Boeing builds the ALCM, but General Dynamics' Convair division is responsible for all other types, including ground-based missiles."", 'Boeing builds the ALCM, but for all other types, including ground-based aircraft, the Convair Division of General Dynamics is responsible.']" -109,"['Workers', 'shell', 'out', 'for', 'charity', 'WORKERS', 'at', 'Shell', ""'s"", 'Thornton', 'Research', 'Centre', 'increased', 'donations', 'to', 'charity', 'in', 'the', 'second', 'year', 'of', 'a', 'GAYE', '(Give', 'as', 'you', 'Earn)', 'scheme.']","[7, 8]",0,shell,Workers shell out for charity WORKERS at Shell's Thornton Research Centre increased donations to charity in the second year of a GAYE (Give as you Earn) scheme.,"['Workers at the Shell Thornton Research Centre have raised money for charity in the second year of a GAYE (Give as you Earn) programme.', 'Workers collecting bushels for charity at Shell Thornton Research Center have increased donations to charity in the second year of a GAYE (Give as You Earn) initiative.', 'Staff at Shell Thornton Research Centre are raising money for charity in the second year of the GAYE (Give as You Earn) campaign.', 'Staff at Shell Thornton Research Centre are taking to the streets for charity, with donations to charity rising by 60% in the second year of a GAYE (Give as You Earn) campaign.', ""Shell's Thornton Research Centre is attracting more charitable donations in the second year of a GAYE (Give as you Earn) programme.""]" -110,"['Jobs', 'and', 'the', 'OMG', '1,', 'Microsoft', '0.']","[5, 6]",0,microsoft,"Jobs and the OMG 1, Microsoft 0.","['Jobs and the OMG 1, Microsoft 0.', 'Jobs and the OMG 1, Microsoft 0.', 'Jobs and the OMG 1, Microsoft 0.', 'Jobs and the OMG 1, Microsoft 0.', 'Jobs and the OMG 1, Microsoft 0']" -111,"['During', 'the', 'early', 'opencast', 'mining', 'period,', 'IBM', 'admits', 'dust', 'containing', 'cyanide,', 'lead', 'and', 'zinc', 'was', 'blowing', 'around', 'the', 'area.']","[6, 7]",1,ibm,"During the early opencast mining period, IBM admits dust containing cyanide, lead and zinc was blowing around the area.","['During the early open-cast mine, IBM admitted that dust was blown around with cyanide, lead and zinc.', 'In the early days of the open-cast mine, IBM admitted that dust containing cyanide, lead and zinc wafted through the area.', 'During the early open-pit operation, IBM admitted that dust containing cyanide, lead and zinc had been blown in this area.', 'The early open-cast mine is teeming with dust containing cyanide, lead and zinc, IBM admits.', 'In the early days of the open-cast mine, IBM had admitted that dust containing cyanide, lead and zinc had exploded in the area.']" -112,"['The', 'man', 'from', 'the', 'Sun', 'blames', 'the', ""judge's"", 'summing-up.']","[4, 5]",0,sun,The man from the Sun blames the judge's summing-up.,"['The man from The Sun puts the blame on the judge.', 'The man from The Sun blames the judge for the decision.', 'The man from The Sun blames the judge for his summary.', 'The man from The Sun accuses the judge of destroying evidence.', 'The man from The Sun shook hands with the defendant in front of the judge.']" -113,"[""Sainsbury's,"", 'Marks', 'and', 'Spencers', ',', 'Rolls', 'Royce', 'and', 'IBM', 'have', 'highly', 'effective', 'and', 'sensitive', 'marketing', 'systems.']","[1, 4]",0,marks and spencers,"Sainsbury's, Marks and Spencers, Rolls Royce and IBM have highly effective and sensitive marketing systems.","[""Sainsbury's, Marks and Spencer, Rolls Royce and IBM have highly effective and sensitive marketing systems."", ""Sainsbury's, Marks and Spencer, Rolls Royce and IBM have highly effective and sensitive marketing systems."", ""Sainsbury's, Marks and Spencer, Rolls Royce and IBM have highly effective and sensitive marketing systems."", ""Sainsbury's, Marks and Spencer, Rolls Royce and IBM have highly effective and sensitive marketing systems."", ""Sainsbury's, Marks and Spencer, Rolls Royce and IBM have highly effective and sensitive marketing systems.""]" -114,"['This', 'would', 'send', 'signals', 'via', 'the', 'craft', 'to', 'American', 'telecommunications', 'companies', 'such', 'as', 'AT&T', '.']","[13, 14]",0,at&t,This would send signals via the craft to American telecommunications companies such as AT&T.,"['That would send a signal to American telecom companies like AT & T.', 'That would send signals over the Internet to American telecommunications companies like AT & T.', 'That would send a signal to American telecom companies like AT & T.', 'That would send signals across the production line to American telecommunications companies such as AT & T.', 'The device could then send signals to American telecommunications companies such as AT & T.']" -115,"['He', 'says', 'Microsoft', 'now', 'has', '45,000', 'NT', 'developer', 'kits', 'in', 'the', 'field', 'in', 'twenty', 'countries', 'and', 'expects', 'to', 'have', '50,000', 'out', 'just', 'prior', 'to', 'launch.']","[2, 3]",1,microsoft,"He says Microsoft now has 45,000 NT developer kits in the field in twenty countries and expects to have 50,000 out just prior to launch.","['He says Microsoft now has 45,000 NT developer kits in 20 countries on the market and expects 50,000 to come out shortly.', 'He said Microsoft currently has 45,000 developer kits in use in 20 countries, and expects there to be 50,000 by the time it launches.', 'He says Microsoft now has 45,000 NT developer kits in use in twenty countries, and expects 50,000 to be released before the launch.', 'He says Microsoft now has 45,000 NT development elements in twenty countries on the market and expects to release 50,000 shortly before launch.', 'Microsoft now has 45,000 NT developer kits in use in twenty countries, and expects 50,000 soon.']" -116,"['Sun', 'says', 'it', 'did', 'and', 'still', 'is', 'delivering', 'the', 'thing', 'in', 'volume', '--', ""it's"", 'just', 'not', 'enough', 'to', 'meet', 'backorders.']","[0, 1]",1,sun,Sun says it did and still is delivering the thing in volume -- it's just not enough to meet backorders.,"[""Sun says it has and delivers the thing on a large scale - it just isn't enough to meet the re-orders."", 'Sun says it has shipped the item in volume and is still delivering it - this is simply not enough to satisfy repeat orders.', 'Sun says it has shipped the item in large quantities - this is simply not enough to satisfy repeat orders.', ""Sun says it has and is ready to deliver in volume - it just isn't enough to satisfy orders."", ""Sun says it produced the thing in production and still delivers it today - it's just not good enough to use it.""]" -117,"['Skillbase', 'members', 'have', 'to', 'be', '""available""', 'at', 'least', '9', 'months', 'of', 'the', 'year', '--', 'but', 'IBM', 'counts', 'management', 'and', 'technical', 'training', 'into', 'that', '9', 'months.']","[15, 16]",1,ibm,"Skillbase members have to be""available"" at least 9 months of the year -- but IBM counts management and technical training into that 9 months.","['Skillbase members must be ""available"" for at least nine months of the year - but IBM requires management and technical training.', 'Skillbase members must be available for at least 9 months of the year - but IBM counts management and technical training on those 9 months.', 'Skillbase members must be ""available"" for at least 9 months of the year - but IBM adds this to the nine months of management and technical training.', 'Skillbase members must be ""available"" for at least 9 8 / 8 years a year - but IBM covers management and technical training during those 9 months.', 'Skillbase members must be available for at least 9 months -- IBM (International Network Solutions) does not include management and technical training.']" -118,"['Kodak', 'says', 'this', 'change', 'is', 'the', ""company's"", 'biggest', 'advance', 'in', 'emulsion', 'technology', 'for', 'more', 'than', '50', 'years.']","[0, 1]",1,kodak,Kodak says this change is the company's biggest advance in emulsion technology for more than 50 years.,"[""Kodak says the change is the company's biggest advance in emulsion technology in more than 50 years."", 'According to Kodak, this change is the biggest advance in emulsion technology in over 50 years.', ""Kodak says the change is the company's biggest advance in emulsion technology in more than 50 years."", ""Kodak calls it the company's biggest advance in emulsion technology in more than 50 years."", ""Kodak says the change is the company's biggest success in emulsion technology in more than 50 years.""]" -119,"['I', 'was', 'just', 'in', 'time', 'to', 'see', 'her', 'running', 'down', 'the', 'steps', 'and', 'towards', 'the', 'open', 'door', 'of', 'a', 'BMW', '.']","[19, 20]",1,bmw,I was just in time to see her running down the steps and towards the open door of a BMW.,"['I was just in time when I saw her running down the stairs and heading towards the open door of a BMW.', 'Just in time I could see her running down the stairs and towards the open gate of a BMW.', 'I was just in time when I saw her running down the stairs and towards the open door of a BMW.', 'I was just in time when I saw her running down the stairs and towards the open door of a BMW.', 'I arrived just in time when I saw her running down the stairs and rushing towards the open door of a BMW.']" -120,"['The', 'fact', 'that', 'the', 'DME', 'framework', 'was', 'not', 'interoperable', 'with', 'other', 'OSF', ""founders'"", 'Corba', 'technologies', 'has', 'meant', 'that', 'some', 'layers', 'of', 'DME', 'have', 'had', 'to', 'be', 're-designed', 'and/or', 're-written', 'using', 'donated', 'parts', 'of', 'Hewlett-Packard', ""Co's"", 'Distributed', 'Object', 'Management', 'Facility', 'and', 'IBM', ""'s"", 'System', 'Object', 'Model', '(SOM).']","[40, 41]",0,ibm,The fact that the DME framework was not interoperable with other OSF founders' Corba technologies has meant that some layers of DME have had to be re-designed and/or re-written using donated parts of Hewlett-Packard Co's Distributed Object Management Facility and IBM's System Object Model (SOM).,"[""The fact that the DME framework was not interoperable with the Corba technologies of other OSF founders meant that some levels of the DME had to be redesigned and / or rewritten with donated parts of the Hewlett-Packard Co. distributed object management facility and IBM's System Object Model (SOM)."", ""The fact that the DME framework was not interoperable with the Corba technologies of other OSF founders meant that some DME levels had to be redesigned and / or rewritten with donated parts of Hewlett-Packard Co's Distributed Object Management Facility and IBM's System Object Model (SOM)."", ""Since the DME framework was not interoperable with the Corba technologies of other OSF founders, some layers of the DME had to be redesigned or rewritten with donated parts from the Distributed Object Management Facility of Hewlett-Packard Co and IBM's System Object Model (SOM)."", 'Due to the fact that the DME framework was not interoperable with Corba technologies of other OSF founders, some DME frameworks had to be redesigned or / and written with donated parts of the Distributed Object Management Facility of Hewlett-Packard Co and the System Object Model (SOM) of IBM.', ""The fact that the DME framework was not interoperable with the Corba technologies of other OSF founders meant that some levels of the DME framework had to be redesigned and / or rewritten based on donated parts from Hewlett-Packard's Distributed Object Management Facility and IBM's System Object Model (SOM).""]" -121,"['One', 'way', 'would', 'be', 'for', 'the', 'Common', 'Open', 'Software', 'Environment', 'firms,', 'HP,', 'IBM', ',', 'Sun', 'Microsystems', 'Inc,', 'Santa', 'Cruz', 'Operation', 'Inc,', 'Unix', 'System', 'Labs', 'and', 'OSF', '--', 'plus', 'arbiter', 'X/Open', 'Co', 'Ltd', '--', 'to', 'endorse', 'an', 'API', 'that', 'Tivoli', 'has', 'already', 'offered', 'up', 'for', 'their', 'use', '(UX', 'No', '429).']","[12, 13]",1,ibm,"One way would be for the Common Open Software Environment firms, HP, IBM, Sun Microsystems Inc, Santa Cruz Operation Inc, Unix System Labs and OSF -- plus arbiter X/Open Co Ltd -- to endorse an API that Tivoli has already offered up for their use (UX No 429).","['One possibility would be for Common Open Software Environment, HP, IBM, Sun Microsystems Inc, Santa Cruz Operation Inc, Unix System Labs and OSF - plus Arbiter X / Open Co Ltd - to release an API that Tivoli has already offered for use (UX No. 429).', 'One possibility would be that the Common Open Software Environment companies HP, IBM, Sun Microsystems Inc, Santa Cruz Operation Inc, Unix System Labs and OSF - as well as the referees X / Open Co Ltd - support an API that Tivoli has already made available for their use (UX No. 429).', 'One possibility is that the Common Open Software Environment companies HP, IBM, Sun Microsystems Inc, Santa Cruz Operation Inc, Unix System Labs and OSF - plus Arbiter X / Open Co Ltd - support an API that Tivoli already provides (UX No. 429).', 'One possibility would be for the Common Open Software Environment companies HP, IBM, Sun Microsystems Inc, Santa Cruz Operation Inc, Unix System Labs and OSF -- plus Arbiter X / Open Co Ltd -- to recognize an API that Tivoli has already offered for use (UX No. 429).', 'One possibility would be for the Common Open Software Environment companies - HP, IBM, Sun Microsystems Inc, Santa Cruz Operation Inc, Unix System Labs and OSF - and the arbitrators X / Open Co Ltd to approve an API SIMPF that Tivoli has already offered for use (UX No. 429).']" -122,"['Graphically,', 'it', 'lacked', 'what', 'King', 'calls', 'the', '""world', 'class""', 'of', 'IBM', ',', 'Apple', 'Computer,', 'Ford,', 'Sony', 'and', 'Shell.']","[10, 11]",1,ibm,"Graphically, it lacked what King calls the""world class"" of IBM, Apple Computer, Ford, Sony and Shell.","['Graphically, he lacked what King calls the ""world class"" of IBM, Apple Computer, Ford, Sony and Shell.', 'Graphically, it lacked what King calls ""world class"": IBM, Apple Computer, Ford, Sony and Shell.', 'Graphically, it lacked what King calls the ""world class"" of IBM, Apple Computer, Ford, Sony and Shell.', 'Graphically, he was at the forefront of IBM, Apple Computer, Ford, Sony and Shell, King says.', 'Graphically, he lacked the garment King calls the ""world\'s top"" IBM, Apple Computer, Ford, Sony and Shell.']" -123,"['C', 'F', 'Knight', '(57)', 'has', 'been', 'a', 'BP', 'director', 'since', '1987.']","[7, 8]",0,bp,C F Knight (57) has been a BP director since 1987.,"['C. F. Knight, 57, has been a BP director since 1987.', ""C. F. Knight, 57, has been BP's chief executive since 1987."", 'C. F. Knight, 57, has been a BP director since 1987.', ""C. F. Knight, 57, has been BP's commissioner since 1987."", 'C. F. Knight, 57, has been a BP director since 1987.']" -124,"['Well', 'Digital', 'Equipment', 'Corp', 'always', 'said', 'it', 'would', 'catch', 'up', 'with', 'IBM', 'Corp', ',', 'come', 'what', 'may,', 'and', 'the', 'company', 'has', 'just', 'about', 'done', 'it:', ""IBM's"", 'loss', 'for', '1991', 'was', '$2,827m', 'and', ""DEC's"", 'loss', 'for', 'the', 'year', '$2,780m.']","[11, 13]",0,ibm corp,"Well Digital Equipment Corp always said it would catch up with IBM Corp, come what may, and the company has just about done it: IBM's loss for 1991 was $2,827m and DEC's loss for the year $2,780m.","[""Now Digital Equipment Corp has always said IBM Corp would catch up no matter what, and the company has almost made it: IBM's loss for 1991 was $2.827 million and DEC's loss for the year was $2.780 million."", ""Now Digital Equipment Corp has always said it would catch up to IBM Corp, which can, and the company has almost done it: IBM's loss for 1991 was $2.827 million and DEC's loss for the year was $2.780 million."", 'Well, Digital Equipment Corp has always said it would catch up with IBM Corp, whatever comes, and the company has just done that: IBM suffered a loss of $2827 million in 1991 and DEC an annual loss of $2780 million.', 'Now, Digital Equipment Corp has always said it will catch up with IBM Corp whatever comes, and the company has almost done it: IBM made a loss of $4.827 million for 1991 and DEC for the year $2.780 million.', 'Well Digital Equipment Corp. has always said it would catch up with the company no matter what, and the company just got away with it: IBM posted a loss of $2827 million in 1991 and DEC for the year $2780 million.']" -125,"['Witnesses,', 'including', 'an', 'off-duty', 'police', 'inspector,', 'would', 'describe', 'how', 'a', 'silver', 'Renault', 'twice', 'crossed', 'the', 'central', 'reservation', 'to', 'go', 'past', 'the', 'scene', 'of', 'the', 'broken-down', 'car.']","[11, 12]",1,renault,"Witnesses, including an off-duty police inspector, would describe how a silver Renault twice crossed the central reservation to go past the scene of the broken-down car.","['Witnesses, including an on-duty police inspector, described how a silver Renault crossed the middle lane twice to pass the crash scene.', 'Witnesses, including a police officer, said a silver Renault had crossed the central island twice to pass the crash site.', 'Witnesses, including an on-duty police inspector, described how a silver Renault had crossed the centre line twice to pass the crash scene.', 'Witnesses, including an on-duty police inspector, described seeing a silver Renault drive over the central barrier twice before heading to the scene of the accident.', 'Witnesses, including a police officer on duty, described seeing a silver Renault sliding across the Mediterranean twice and driving past the crash site.']" -126,"['The', 'general', 'feeling', 'is', 'that', 'no', 'one', 'company', 'fits', 'the', 'bill,', 'but', 'the', 'combined', 'market', 'capitalisation', 'of', 'Microsoft', 'Corp', 'and', 'Intel', 'Corp', 'now', 'exceeds', 'that', 'of', 'IBM', 'by', '50%,', 'and', 'one', 'well-supported', 'suggestion', 'is', 'a', 'triumvirate', 'of', 'Microsoft,', 'Intel', 'and', 'Apple', 'Computer', 'Inc', '--', 'in', 'other', 'words', ""IBM's"", 'former', 'strategic', 'partner.']","[38, 39]",0,intel,"The general feeling is that no one company fits the bill, but the combined market capitalisation of Microsoft Corp and Intel Corp now exceeds that of IBM by 50%, and one well-supported suggestion is a triumvirate of Microsoft, Intel and Apple Computer Inc -- in other words IBM's former strategic partner.","[""The general impression is that no company is doing the right thing, but the combined market capitalization of Microsoft Corp and Intel Corp is now 50% higher than that of IBM, and a well-supported proposal is a trio of Microsoft, Intel, and Apple Computer Inc - IBM's former strategic partner."", ""The general feeling is that no company is eligible, but the combined market capitalization of Microsoft Corp and Intel Corp now exceeds IBM's by 50%, and a well-supported proposal is a triad of Microsoft, Intel, and Apple Computer Inc, in other words, IBM's former strategic partner."", ""It is generally assumed that no single group would foot the bill, but Microsoft Corp and Intel Corp's total market capitalization now exceeds IBM's by 50%, and a well-supported proposal is a triumvirate of Microsoft, Intel, and Apple Computer Inc. - in other words, IBM's former strategic partner."", 'The general feeling is that no company is playing along, but the combined market capitalization of Microsoft Corp and Intel Corp exceeds that of IBM by 50%, and a well-supported proposal is a triumvirate of Microsoft, Intel, and Apple Computer Inc - that is, IBM as a former strategic partner.', ""There is a general feeling that no company throws its hat in the ring, but the combined market capitalization of Microsoft Corp and Intel Corp now exceeds IBM's by 50%, and a well-supported proposal is a trio of Microsoft, Intel, and Apple Computer Inc. - in other words, IBM's former strategic partner.""]" -127,"['IBM', 'is', 'pioneering', '90', 'community', 'projects', 'in', 'Brazil,', 'based', 'on', 'its', 'own', 'internal', '""quality', 'circle""', 'programmes.']","[0, 1]",1,ibm,"IBM is pioneering 90 community projects in Brazil, based on its own internal""quality circle"" programmes.","['IBM manages 90 collaborative projects in Brazil based on its own internal ""quality cycles.""', 'IBM is a pioneer in 90 collaborative projects in Brazil based on its own internal programs for ""quality circles.""', 'IBM is a pioneer in 90 joint projects in Brazil, which are based on an internal ""quality circle society.""', 'IBM has launched 90 citizen projects in Brazil based on its own internal ""quality circles.""', 'IBM carries out 90 projects in Brazil on the basis of its own internal quality circle.']" -128,"['SOUTHERN', 'Electricity', 'has', 'bought', 'Thermal', 'Transfer', '(Holdings),', 'an', 'environmental', 'control', 'systems', 'business', 'with', 'sales', 'of', 'more', 'than', '$15m', 'a', 'year.']","[0, 2]",0,southern electricity,"SOUTHERN Electricity has bought Thermal Transfer (Holdings), an environmental control systems business with sales of more than $15m a year.","['SOUTHERN Electricity has bought Thermal Transfer (Holdings), an environmental control systems business with a turnover of over $15 million per year.', 'SOUTHERN Electricity has bought Thermal Transfer (Holdings), an environmental control systems company with an annual turnover of more than $15 million.', 'SOUTHERN Electricity has bought Thermal Transfer (Holdings), an environmental control systems business with a turnover of more than $15 million per year.', 'SOUTHERN Electricity has bought Thermal Transfer, an environmental control company with an annual turnover of more than $15 million.', 'SOUTHERN Electricity has bought Thermal Transfer (Holdings), an environmental monitoring company with an annual turnover of more than $15 million.']" -129,"['On', 'May', '18', '1988,', 'Computergram', 'Number', '931', 'reported', 'that', 'IBM', 'was', 'seeking', 'retroactive', 'royalties', 'from', 'any', 'company', 'that', 'had', 'cloned', 'the', 'Personal', 'Computer', '*', '*', '*', 'the', 'Open', 'Software', 'Foundation', 'was', 'revealed', 'with', 'seven', 'sponsors', '*', '*', '*']","[9, 10]",1,ibm,"On May 18 1988, Computergram Number 931 reported that IBM was seeking retroactive royalties from any company that had cloned the Personal Computer * * * the Open Software Foundation was revealed with seven sponsors * * *","['On May 18, 1988 Computergram Number 931 reported that IBM would retroactively seek royalties from any company that cloned the personal computer * * * The Open Software Foundation was uncovered with seven sponsors * * *', 'On May 18, 1988, Computergram number 931 reported that IBM was demanding retroactive royalties from companies that had cloned personal computers.', 'On May 18, 1988, Computergram reported that IBM retroactively paid royalties to any company that cloned the personal computer * * * The Open Software Foundation was uncovered with seven sponsors.', 'On May 18, 1988, Computergram announced that IBM would require retroactive royalties from companies that had cloned personal computers. * * * The Open Software Foundation was uncovered with seven third parties * * *', 'On May 18, 1988, Computergram Number 931 reported that IBM was subsequently sued by a company that had cloned the personal computer...']" -130,"['BP', 'is', 'among', 'the', '40', 'or', 'so', 'member', 'companies', 'which', 'subscribed', 'to', 'the', 'formation', 'of', 'the', 'training', 'body.']","[0, 1]",0,bp,BP is among the 40 or so member companies which subscribed to the formation of the training body.,"['BP is one of about 40 member companies involved in setting up the training facility.', 'BP is among about 40 member companies that have joined the formation of the training body.', 'BP is one of about 40 member companies involved in setting up the training center.', 'BP is among about 40 member companies that have signed the formation of the training facility.', 'BP is one of about 40 member countries that have committed to setting up the training facility.']" -131,"['It', 'will', 'be', 'supported', 'by', 'BMW,', 'Citroen,', 'Ford,', 'Honda,', 'Peugeot,', 'Renault', ',', 'Rover,', 'Toyota,', 'Vauxhall,', 'Volkswagen', 'and', 'Volvo', 'and', 'most', 'of', 'the', 'major', 'insurance', 'companies', 'in', 'Britain.']","[10, 11]",1,renault,"It will be supported by BMW, Citroen, Ford, Honda, Peugeot, Renault, Rover, Toyota, Vauxhall, Volkswagen and Volvo and most of the major insurance companies in Britain.","['It is supported by BMW, Citroen, Ford, Honda, Peugeot, Renault, Rover, Toyota, Vauxhall, Volkswagen and Volvo, as well as by most major UK insurance companies.', ""They are supported by BMW, Citroen, Ford, Honda, Peugeot, Renault, Rover, Toyota, Vauxhall, Volkswagen, Volvo and most of the UK's largest insurance companies."", 'It is supported by BMW, Citroen, Ford, Honda, Peugeot, Renault, Rover, Toyota, Vauxhall, Volkswagen and Volvo, as well as by most major insurance companies in the UK.', 'It is supported by BMW, Citroen, Ford, Honda, Peugeot, Renault, Rover, Toyota, Vauxhall, Volkswagen and Volvo, as well as most major UK insurance companies.', 'It is supported by BMW, Citroen, Ford, Honda, Peugeot, Renault, Rover, Toyota, Vauxhall, Volkswagen and Volvo, as well as most major UK insurers.']" -132,"['IBM', 'Austin', ',', 'or', 'at', 'least', 'some', 'faction', 'there,', 'is', 'seriously', 'interested', 'in', 'becoming', 'a', 'system', 'software', 'supplier', '--', 'a', 'viable', 'alternative', 'to', 'Microsoft', 'Corp', 'and', 'Unix', 'System', 'Labs', '--', 'and', 'sees', 'remarketing', 'Mach', '3', 'as', 'the', 'way', 'to', 'do', 'it,', 'according', 'to', 'a', 'report', 'out', 'of', 'an', 'OSF', 'Research', 'Institute', 'meeting', 'in', 'Boston', 'the', 'week', 'before', 'last.']","[0, 2]",1,ibm austin,"IBM Austin, or at least some faction there, is seriously interested in becoming a system software supplier -- a viable alternative to Microsoft Corp and Unix System Labs -- and sees remarketing Mach 3 as the way to do it, according to a report out of an OSF Research Institute meeting in Boston the week before last.","['IBM Austin, or at least a certain faction there, is seriously interested in becoming a system software vendor - a viable alternative to Microsoft Corp and Unix System Labs - and sees the re-marketing of Mach 3 as the way forward, as evidenced by a report from an OSF Research Institute meeting in Boston last week.', 'According to a report from a meeting of the OSF Research Institute in Boston published the week before last, IBM Austin, or at least a certain faction, is seriously interested in becoming a system software vendor, a viable alternative to Microsoft Corp and Unix System Labs.', 'IBM Austin, or at least part of it, has serious interest in becoming a system software vendor - a viable alternative to Microsoft Corp and Unix System Labs - and sees the remarketing of Mach 3 as the way forward, according to a report from a meeting of the OSF Research Institute in Boston last week.', 'IBM Austin, or at least some faction there, has serious interest in becoming a system software supplier - a viable alternative to Microsoft Corp and Unix System Labs - and sees Mach 3 remarketing as the way forward, according to a report from a meeting of the OSF Research Institute in Boston last week.', 'IBM Austin, or at least one faction, is seriously interested in becoming a viable alternative to Microsoft Corp and Unix System Labs and sees remarketing Mach 3 as a way to achieve this, according to a report from a meeting of the OSF Research Institute in Boston last week.']" -133,"['Currently', 'four', 'Japanese', 'companies', 'are', 'shareholders', 'in', 'Unix', 'Labs', '--', 'Fujitsu', 'Ltd,', 'NEC', 'Corp', ',', 'Oki', 'Electric', 'Industry', 'Co', 'and', 'Toshiba', 'Corp', '--', 'and', 'some', 'of', 'the', 'same', 'companies', '--', 'Fujitsu,', 'NEC,', 'Toshiba', '--', 'are', 'shareholders', 'in', 'Novell', 'KK,', ""Novell's"", 'Japanese', 'subsidiary.']","[12, 14]",0,nec corp,"Currently four Japanese companies are shareholders in Unix Labs -- Fujitsu Ltd, NEC Corp, Oki Electric Industry Co and Toshiba Corp -- and some of the same companies -- Fujitsu, NEC, Toshiba -- are shareholders in Novell KK, Novell's Japanese subsidiary.","['There are currently four Japanese companies involved in Unix Labs: Fujitsu Ltd, NEC Corp, Oki Electric Industry Co and Toshiba Corp, and some of the same companies - Fujitsu, NEC, Toshiba - are shareholders in Novell KK, the Japanese subsidiary of Novell.', 'Currently, four Japanese companies are shareholders in Unix Labs: Fujitsu Ltd, NEC Corp, Oki Electric Industry Co and Toshiba Corp, and some of the companies - Fujitsu, NEC, Toshiba - are shareholders in Novell KK, the Japanese subsidiary of Novell.', 'Currently, four Japanese companies are shareholders of Unix Labs - Fujitsu Ltd, NEC Corp, Oki Electric Industry Co and Toshiba Corp - and some of the same companies - Fujitsu, NEC, Toshiba - are shareholders of Novell KK, the Japanese subsidiary of Novell.', ""Currently, four Japanese companies are shareholders of Unix Labs: Fujitsu Ltd, NEC Corp, Oki Electric Industry Co and Toshiba Corp, and some of the same companies - Fujitsu, NEC, Toshiba - are shareholders of Novell KK, the company's Japanese subsidiary."", 'Currently, four Japanese companies are shareholders of Unix Labs Technology - Fujitsu Ltd., NEC Corp., Oki Electric Industry Co. and Toshiba Corp. - and some of the same companies - Fujitsu, NEC, Toshiba - are shareholders of Novell KK, the Japanese subsidiary of Novell.']" -134,"['Latest', 'victim', 'of', 'the', 'IBM', 'Corp', 'workforce', 'paring', 'is', 'the', ""company's"", 'personal', 'computer', 'plant', 'in', 'Boca', 'Raton,', 'Florida,', 'where', '400', 'to', '500', 'jobs', 'are', 'to', 'go,', 'leaving', 'about', '3,200,', 'United', 'Press', 'International', 'reports.']","[4, 6]",0,ibm corp,"Latest victim of the IBM Corp workforce paring is the company's personal computer plant in Boca Raton, Florida, where 400 to 500 jobs are to go, leaving about 3,200, United Press International reports.","[""The latest casualty of IBM Corp's workforce reduction strategy is its personal computer plant in Boca Raton, Fla., where 400 to 500 jobs will be eliminated and about 3,200 will be eliminated, United Press International reports."", ""The latest casualty of the separation was IBM Corp's personal computer plant in Boca Raton, Florida, which is slashing 400 to 500 jobs, leaving about 3,200 people unemployed, United Press International reported."", 'The latest casualty of the IBM Corp. merger is the personal computer plant in Boca Raton, Fla., where 400 to 500 jobs will be eliminated, leaving about 3,200 remaining, United Press International reported.', 'The latest casualty of layoffs at IBM Corp. is the personal computer plant in Boca Raton, Fla.', ""The latest casualty of IBM Corp's staff cuts is the company's personal computer site in Boca Raton, Florida, which is under investigation by the Office of the Comptroller of the Currency (OTC) and the Office of the Comptroller of the Currency (OTC).""]" -135,"['It', 'sells', 'its', 'products', 'primarily', 'on', 'an', 'OEM', 'basis,', 'its', 'customers', 'in', 'India', 'including', 'the', 'local', 'subsidiaries', 'of', 'Digital', 'Equipment', 'Corp,', 'Hewlett-Packard', 'Co', ',', 'Groupe', 'Bull', 'SA,', 'Ing', 'C', 'Olivetti', '&', 'Co', 'SpA,', 'ICL', ""Plc's"", 'International', 'Computers', 'Indian', 'Manufacture', 'Pte', 'Ltd', 'affiliate,', 'and', 'Unisys', 'Corp.']","[21, 23]",0,hewlett-packard co,"It sells its products primarily on an OEM basis, its customers in India including the local subsidiaries of Digital Equipment Corp, Hewlett-Packard Co, Groupe Bull SA, Ing C Olivetti & Co SpA, ICL Plc's International Computers Indian Manufacture Pte Ltd affiliate, and Unisys Corp.","['Its customers in India include the local subsidiaries of Digital Equipment Corp, Hewlett-Packard Co, Groupe Bull SA, Ing C Olivetti & Co SpA, International Computers Indian Manufacture Pte Ltd, a subsidiary of ICL Plc, and Unisys Corp.', ""It sells its products mainly on an OEM basis to its customers in India, including local subsidiaries Digital Equipment Corp, Hewlett-Packard Co, Groupe Bull SA, Ing C Olivetti & Co SpA, ICL Plc's subsidiary International Computers Indian Manufacture Pte Ltd and Unisys Corp."", 'The company markets its products primarily on an OEM basis to its customers in India, including the local subsidiaries of Digital Equipment Corp, Hewlett-Packard Co, Groupe Bull SA, Ing C Olivetti & Co SpA, the subsidiary Indian Manufacture Pte Ltd and Unisys Corp.', ""The company sells its products mainly on an OEM basis to its Indian customers, including local subsidiaries of Digital Equipment Corp, Hewlett-Packard Co, Groupe Bull SA, Ing C Olivetti & Co SpA, ICL Plc's subsidiary International Computers Indian Manufacture Pte Ltd and Unisys Corp."", 'It sells its products mainly on an OEM basis through local subsidiaries of Digital Equipment Corp, Hewlett-Packard Co, Groupe Bull SA, Ing C Olivetti & Co SpA, ICL Plc International Computers Indian Manufacture Pte Ltd and Unisys Corp.']" -136,"['Stories', 'are', 'circulating', 'that', 'Ford', 'will', 'announce', 'it', 'has', 'built', 'a', '5', 'per', 'cent', 'shareholding', 'early', 'next', 'week.']","[4, 5]",1,ford,Stories are circulating that Ford will announce it has built a 5 per cent shareholding early next week.,"['Reports are circulating that Ford will announce early next week that it has built up a 5 percent stake.', 'Rumours are circulating that Ford intends to become the first shareholder of 5 per cent early next week.', 'Speculation is mounting that Ford will announce early next week that it has acquired a 5 percent stake in the company.', 'Early next week, Ford will announce that it has acquired a 5 percent stake in the company.', 'Early next week, Ford will announce that it has built up a 5 percent stake and plans to build its own management team.']" -137,"['TWE', 'Japan,', 'created', 'to', 'distribute', 'Time', 'Warner', ""Entertainment's"", 'products', 'will', 'be', 'held', '25%', 'by', 'Itochu', ',', '25%', 'by', 'Toshiba,', '37.25%', 'by', 'Time', 'Warner', 'and', '12.75%', 'by', 'US', 'West.']","[14, 15]",0,itochu,"TWE Japan, created to distribute Time Warner Entertainment's products will be held 25% by Itochu, 25% by Toshiba, 37.25% by Time Warner and 12.75% by US West.","[""TWE Japan, which was created to distribute Time Warner Entertainment's products, will hold 25% Itochu, 25% Toshiba, 37.25% Time Warner and 12.75% US West."", 'TWE Japan - established to distribute products from Time Warner Entertainment - will hold 25% of Itochu, 25% of Toshiba, 37.25% of Time Warner and 12.75% of US West.', ""TWE Japan, established to distribute Time Warner Entertainment's products, receives 25% from Itochu, 25% from Toshiba, 37.25% from Time Warner and 12.75% from US West."", ""TWE Japan, which was founded to distribute Time Warner Entertainment's products, is 25 percent owned by Itochu, 25 percent by Toshiba, 37.25 percent by Time Warner and 12.75 percent by US West."", ""TWE Japan, which was created to distribute Time Warner Entertainment's products, will be 25% owned by Itochu, 25% by Toshiba, 37.25% by Time Warner and 12.75% by US West.""]" -138,"['Intel', 'invented', 'the', 'guts', 'of', 'modern', 'computers', 'during', 'the', 'late', 'Sixties', 'when', 'it', 'developed', 'the', 'DRAM', 'memory', 'chip,', 'the', 'SRAM', 'memory', 'chip', 'and', 'the', 'microprocessor.']","[0, 1]",0,intel,"Intel invented the guts of modern computers during the late Sixties when it developed the DRAM memory chip, the SRAM memory chip and the microprocessor.","['Intel invented the guts of modern computers in the late 1960s, when it developed the DRAM memory chip, SRAM memory chip, and microprocessor.', 'In the late 1960s, Intel developed the DRAM memory chip, SRAM memory chip, and microprocessor to build modern computers.', 'Intel invented the guts of modern computers in the late 1960s, when it developed the DRAM memory chip and SRAM memory chip, as well as the microprocessor.', 'Intel invented the capabilities of modern computers in the late 1960s, when it developed DRAM, SRAM, and microprocessors.', 'Intel invented the genes of modern computers in the late 1960s, when it developed the DRAM chip, SRAM memory chip, and microprocessor.']" -139,"['Support', 'for', 'COSE', 'came', 'from', 'across', 'the', 'industry,', 'including', 'Adobe', 'Systems', 'Inc,', 'Autodesk', 'Inc,', 'Computer', 'Associates', 'International', 'Inc,', 'Computervision', 'Corp,', 'Convex', 'Computer', 'Corp,', 'Cray', 'Research', 'Inc,', 'Electronic', 'Data', 'Systems', 'Corp,', 'Fujitsu', 'Ltd,', 'Hitachi', 'Ltd,', 'ICL', 'Plc,', 'Ingres', 'Corp,', 'Mead', 'Corp,', 'the', 'Object', 'Management', 'Group,', 'Oki', 'Electric', 'Industry', 'Co,', 'Oracle', 'Corp,', 'Samsung', 'Electronics', 'Co,', 'Siemens', 'Nixdorf', 'Informationssysteme', 'AG,', 'Stratus', 'Computer', 'Inc,', 'Sybase', 'Corp,', 'Toshiba', 'Corp', ',', 'Unisys', 'Corp,', 'Unix', 'International', 'and', 'XSoft.']","[62, 64]",1,toshiba corp,"Support for COSE came from across the industry, including Adobe Systems Inc, Autodesk Inc, Computer Associates International Inc, Computervision Corp, Convex Computer Corp, Cray Research Inc, Electronic Data Systems Corp, Fujitsu Ltd, Hitachi Ltd, ICL Plc, Ingres Corp, Mead Corp, the Object Management Group, Oki Electric Industry Co, Oracle Corp, Samsung Electronics Co, Siemens Nixdorf Informationssysteme AG, Stratus Computer Inc, Sybase Corp, Toshiba Corp, Unisys Corp, Unix International and XSoft.","['Support for COSE came from across the industry, including Adobe Systems Inc, Autodesk Inc, Computer Associates International Inc, Computervision Corp, Convex Computer Corp, Cray Research Inc, Electronic Data Systems Corp, Fujitsu Ltd, Hitachi Ltd, ICL Plc, Ingres Corp, Mead Corp, the Object Management Group, Oki Electric Industry Co, Oracle Corp, Samsung Electronics Co, Siemens Nixdorf Informationssysteme AG, Stratus Computer Inc, Sybase Corp, Toshiba Corp, Unisys Corp, Unix International and XSoft.', 'Support for COSE came from across the industry, including from Adobe Systems Inc, Autodesk Inc, Computer Associates International Inc, Computervision Corp, Convex Computer Corp, Cray Research Inc, Electronic Data Systems Corp, Fujitsu Ltd, Hitachi Ltd, ICL Plc, Ingres Corp, Mead Corp, the Object Management Group, Oki Electric Industry Co, Oracle Corp, Samsung Electronics Co, Siemens Nixdorf Informationssysteme AG, Stratus Computer Inc, Sybase Corp, Toshiba Corp, Unisys Corp, Unix International and XSoft.', 'Support for COSE came cross-industry from Adobe Systems Inc, Autodesk Inc, Computer Associates International Inc, Computervision Corp, Convex Computer Corp, Cray Research Inc, Electronic Data Systems Corp, Fujitsu Ltd, Hitachi Ltd, ICL Plc, Ingres Corp, Mead Corp, the Object Management Group, Oki Electric Industry Co, Oracle Corp, Samsung Electronics Co, Siemens Nixdorf Informationssysteme AG, Stratus Computer Inc, Sybase Corp, Toshiba Corp, Unisys Corp, Unix International and XSoft.', 'Support for COSE came industry-wide, including from Adobe Systems Inc, Autodesk Inc, Computer Associates International Inc, Computervision Corp, Convex Computer Corp, Cray Research Inc., Electronic Data Systems Corp, Fujitsu Ltd, Hitachi Ltd, ICL Plc, Ingres Corp, Mead Corp, the Object Management Group, Oki Electric Industry Co, Oracle Corp, Samsung Electronics Co, Siemens Nixdorf Informationssysteme AG, Stratus Computer Inc, Sybase Corp, Toshiba Corp, Unisys Corp, Unix International and XSoft.', 'Support for COSE came from the industry, including Adobe Systems Inc, Autodesk Inc, Computer Associates International Inc, ComputerNOV, Convex Computer Corp, Cray Research Inc, Electronic Data Systems Corp, Fujitsu Ltd, Hitachi Ltd, ICL Plc, Ingres Corp, Mead Corp, Object Management Group, Oki Electric Industry Co, Oracle Corp, Samsung Electronics Co, Siemens Nixdorf Informationssysteme AG, Stratus Computer Inc, Sybase Corp, Toshiba Corp, Unisys Corp, Unix International and XSoft.']" -140,"['DEC,', 'Hewlett-Packard', ',', 'Hitachi,', 'IBM', 'and', 'Groupe', 'Bull', 'have', 'already', 'signed', 'on', 'for', 'the', 'event.']","[1, 2]",1,hewlett-packard,"DEC, Hewlett-Packard, Hitachi, IBM and Groupe Bull have already signed on for the event.","['DEC, Hewlett-Packard, Hitachi, IBM and Groupe Bull have already registered for the event.', 'DEC, Hewlett-Packard, Hitachi, IBM and Groupe Bull have already committed.', 'DEC, Hewlett-Packard, Hitachi, IBM and Groupe Bull have already signed.', 'DEC, Hewlett-Packard, Hitachi, IBM and Groupe Bull have already committed.', 'DEC, Hewlett-Packard, Hitachi, IBM and Groupe Bull have already worked on the project.']" -141,"['2.9', 'By', 'transferring', '1,000,000', 'new', 'ordinary', 'shares', 'in', 'Blue', 'Arrow', 'from', 'NatWest', 'Investment', 'Bank', 'to', 'County', 'NatWest', 'Securities', 'to', 'account', 'for', 'a', 'similar', 'holding', 'by', 'Handelsbank', 'NatWest', 'and', 'falsely', 'representing', 'that', 'those', 'shares', 'were', 'held', 'by', 'County', 'atWest', 'Securities', 'Limited', 'for', 'the', 'purposes', 'of', 'market', 'making;', '2.10', 'By', 'failing', 'properly', 'to', 'account', 'for', 'the', 'acquisition,', 'distribution', 'and', 'disposal', 'of', '66,600,000', 'shares', 'in', 'Blue', 'Arrow', 'held', 'by', 'NatWest', 'Investment', 'Bank', 'and', 'County', 'NatWest', 'in', 'the', 'records', 'required', 'for', 'accounting', 'purposes', 'by', 'NatWest', 'Investment', 'Bank', 'and', 'County', 'NatWest;', '2.11', 'By', 'failing', 'properly', 'to', 'account', 'for', 'the', 'acquisition,', 'distribution', 'and', 'disposal', 'of', '34,069,433', 'shares', 'in', 'Blue', 'Arrow', 'held', 'by', 'Phillips', '&', 'Drew', 'Securities', 'in', 'the', 'records', 'required', 'for', 'accounting', 'purposes', 'by', 'Phillips', '&', 'Drew', 'Securities;', '2.12', 'By', 'falsely', 'representing', 'that', 'County', 'NatWest', 'had', 'become', 'interested', 'in', '9.5', 'per', 'cent', 'of', 'the', 'issued', 'capital', 'of', 'Blue', 'Arrow', 'on', 'December', '17,1987', 'and', 'that', 'the', 'board', 'of', 'Blue', 'Arrow', 'had', 'been', 'informed', 'of', 'that', 'interest;', '2.13', 'By', 'concealing', 'the', 'true', 'position', 'in', 'relation', 'to', 'the', 'rights', 'issue', 'from', 'the', 'Bank', 'of', 'England,', 'the', 'International', 'Stock', 'Exchange,', 'National', 'Westminster', 'Bank', 'and/', 'or', 'the', 'board', 'of', 'directors', 'of', 'Blue', 'Arrow;', '2.14', 'By', 'falsely', 'representing', 'that', 'the', 'rights', 'issue', 'had', 'been', 'honestly', 'and', 'successfully', 'completed', 'by', 'reason', 'of', 'their', 'general', 'skill,', 'competence', 'and', 'diligence.']","[106, 110]",0,phillips & drew securities,"2.9 By transferring 1,000,000 new ordinary shares in Blue Arrow from NatWest Investment Bank to County NatWest Securities to account for a similar holding by Handelsbank NatWest and falsely representing that those shares were held by County atWest Securities Limited for the purposes of market making; 2.10 By failing properly to account for the acquisition, distribution and disposal of 66,600,000 shares in Blue Arrow held by NatWest Investment Bank and County NatWest in the records required for accounting purposes by NatWest Investment Bank and County NatWest; 2.11 By failing properly to account for the acquisition, distribution and disposal of 34,069,433 shares in Blue Arrow held by Phillips & Drew Securities in the records required for accounting purposes by Phillips & Drew Securities; 2.12 By falsely representing that County NatWest had become interested in 9.5 per cent of the issued capital of Blue Arrow on December 17,1987 and that the board of Blue Arrow had been informed of that interest; 2.13 By concealing the true position in relation to the rights issue from the Bank of England, the International Stock Exchange, National Westminster Bank and/ or the board of directors of Blue Arrow; 2.14 By falsely representing that the rights issue had been honestly and successfully completed by reason of their general skill, competence and diligence.","['2.9 By transferring 1,000,000 new common shares of Blue Arrow from NatWest Investment Bank to County NatWest Securities in order to establish a similar interest in NatWest Commercial Bank and falsely claiming that these shares were held by County atWest Securities Limited for market brokerage purposes; 2.12 by failing to properly verify the acquisition, distribution and sale of 66,600,000 shares of Blue Arrow held by NatWest Investment Bank and County NatWest in the accounting documents required by NatWest Investment Bank and County NatWest; 2.11 by failing to properly verify the acquisition, distribution and sale of 34,069,433 shares of Blue Arrow held by Phillips & Drew Securities in the documents provided by Phillips & Drew Securities for accounting purposes;', '2.9 By transferring 1,000,000 new ordinary shares of Blue Arrow from NatWest Investment Bank to County NatWest Securities in order to take into account a similar proportion of NatWest Commercial Bank and falsely claim that these shares were archived for the purposes of market design of County NatWest; 2.10 By failing to properly account for the acquisition, distribution and sale of 66,600,000 Blue Arrow shares of NatWest Investment Bank and County NatWest as required by NatWest Investment Bank and County NatWest for accounting purposes; 2.12 By falsely stating that County NatWest had an interest in 9.5% of the issued capital of Blue Arrow on 17 December 1987 and that the Board of Blue Arrow had been informed of this interest; 2.13 By establishing the true position in', ""2.9 By transferring 1,000,000 new ordinary shares to Blue Arrow from NatWest Investment Bank to County NatWest Securities, which held a similar stake in NatWest Commercial Bank, and misrepresenting that these shares were held for the purpose of market formation by County on West Securities Limited; 2.10 By failing to properly record and document the acquisition, distribution and sale of 66,600,000 shares in Blue Arrow, held by NatWest Investment Bank and County NatWest, in the documents required for accounting purposes by NatWest Investment Bank and County NatWest; 2.11 By failing to properly record 9.5 per cent of Blue Arrow's issued capital on 17 December 1987 and by being informed of this interest by the Board of Blue Arrow; 2.13 By failing to establish the true position of Blue Arrow"", '2.9 The transfer of 1,000,000 new ordinary shares to Blue Arrow from NatWest Investment Bank to County NatWest Securities in order to take into account a similar stake in NatWest Commercial Bank and the false claim that these shares were held by County at West Securities Limited in order to acquire, distribute and sell 66,600,000 shares in Blue Arrow held by NatWest Investment Bank and County NatWest for accounting purposes by NatWest Investment Bank and County NatWest; 2.11 By failing to properly account for the acquisition, distribution and sale of 34,069,433 shares in Blue Arrow held by Phillips & Drew Securities on 17 December 1987, County NatWest was included in the documents required for accounting purposes by Capitol & Drew Securities; 2.12 By falsely stating that County NatWest on 17 December 1987,', '2.9 By transferring 1,000,000 new common shares of Blue Arrow from NatWest Investment Bank to County NatWest Securities and falsely stating that these shares are held by West Securities Limited for the purpose of market creation of County; 2.10 By failing to properly account for the acquisition, distribution and sale of 66,600,000 shares of Blue Arrow held by NatWest Investment Bank and County NatWest in the documents required by NatWest Investment Bank and County NatWest for purely accounting purposes; 2.11 By failing to properly account for the acquisition, distribution and rights of Blue Arrow in the documents held by Phillips & Drew Securities; 2.12 By misrepresenting this County NatWest on 17 December.']" -142,"['Joey', 'Dunlop,', 'who', 'has', 'been', 'having', 'problems', 'with', 'his', 'Honda', 'and', 'Kevin', 'Mitchell', 'on', 'the', '500cc', 'grand', 'prix', 'Yahama,', 'share', 'third', 'place', 'on', '118.', '84mph.']","[9, 10]",1,honda,"Joey Dunlop, who has been having problems with his Honda and Kevin Mitchell on the 500cc grand prix Yahama, share third place on 118. 84mph.","['Joey Dunlop, who had problems with his Honda, and Kevin Mitchell share third place in the 500cc Grand Prix with 118.84 km / h.', 'Joey Dunlop, who had problems with his Honda, and Kevin Mitchell on the 500cc Grand Prix Yahama share third place with 118.84km.', 'Joey Dunlop, who had to fight with his Honda and Kevin Mitchell in the 500cc Grand Prix, shares third place with 118.84 km / h.', 'Joey Dunlop, who suffered suspicious problems with his Honda at the 500cc Grand Prix, and Kevin Mitchell shared third place at 118km / h', 'Joey Dunlop, who has had problems with his Honda for years, and Kevin Mitchell, who competes in the 500cc Grand Prix, share third place with 118.']" -143,"['But', 'ICL,', 'along', 'with', 'its', 'parent', 'Fujitsu', ',', 'is', 'currently', 'working', 'on', 'the', 'Sparc', 'reference', 'port', 'of', 'SVR4.2,', 'and', 'will', 'offer', 'it', 'to', 'on', 'the', 'DRS6000s', 'in', '1993,', 'once', 'extended', 'security', 'and', 'multi-processing', 'support', 'is', 'in', 'place.']","[6, 7]",0,fujitsu,"But ICL, along with its parent Fujitsu, is currently working on the Sparc reference port of SVR4.2, and will offer it to on the DRS6000s in 1993, once extended security and multi-processing support is in place.","['ICL is currently working with its parent company Fujitsu on the Sparc reference port of SVR4.2 and will offer it on the DRS6000s in 1993 as improved security and multiprocessor support becomes available.', 'But the ICL company is currently working with its parent company Fujitsu on the Sparc reference port for SVR4.2 and will offer it on the DRS6000 as improved security and multiprocessor support becomes available.', 'However, ICL is currently working with parent company Fujitsu on a Sparc reference port of SVR4.2 and will offer it on the DRS6000s in 1993 once advanced security and multiprocessor support is available.', 'But ICL, along with parent company Fujitsu, is currently working on the Sparc reference port of SVR4.2 and will offer it to DRS6000s when enhanced security and multiprocessor support becomes available.', 'However, ICL is already working with parent company Fujitsu on the Sparc reference of SVR4.2 and will offer it on the DRS6000s in 1993 as soon as the enhanced security and multiprocessor core is available.']" -144,"['This', 'assumes', 'that', 'the', 'period', 'of', ""Newco's"", 'ownership', 'of', 'shares', 'in', 'Target', 'would', 'be', 'sufficiently', 'short', 'for', 'there', 'to', 'have', 'been', 'no', 'increase', 'in', 'their', 'value,', 'so', 'that', 'when', 'the', 'capital', 'distribution', 'takes', 'place,', 'there', 'is', 'no', 'capital', 'gains', 'tax', 'liability', 'on', 'the', 'partners', 'under', 's122', 'TCGA', '1992,', 'nor', 'a', 'distribution', 'for', 'the', 'purposes', 'of', 's209', 'TA', '1988.']","[11, 12]",0,target,"This assumes that the period of Newco's ownership of shares in Target would be sufficiently short for there to have been no increase in their value, so that when the capital distribution takes place, there is no capital gains tax liability on the partners under s122 TCGA 1992, nor a distribution for the purposes of s209 TA 1988.","['This assumes that the period during which Newco holds shares in Target would be so short that there would have been no gain in value, so there would be no capital gains tax liability for the partners under s122 TCGA 1992 and no distribution for purposes s209 TA 1988.', ""This assumes that Newco's ownership of the Target shares would have been so short that there would have been no appreciation in value to avoid a capital gains tax liability under s122 TCGA 1992 or a distribution for the purpose of s209 TA 1988."", 'This assumes that the period during which Newco holds shares in Target is so short that the distribution of capital does not incur capital gains tax liabilities under s122 TCGA1992 and no distributions under s209 TA 1988.', 'As a result, the period in which the Newco shares were held in Target would have been so short that there would have been no appreciation in value, and therefore there is no capital gains tax liability for the partners under s122 TCGA 1992 and no distribution Campbell TA 1988.', 'It is understood that the period during which Newco held shares in Target was short enough not to have increased this value. Thus, when the capital distribution is made, shareholders would not be entitled to capital gains tax under Law s122 TCGA 1992 or a distribution within the meaning of the Treaty s209 TA 1988.']" -145,"['Well', 'we', 'only', 'ever', 'use', 'Marks', 'and', 'Spencers', 'free', 'range', 'chicken.']","[5, 8]",0,marks and spencers,Well we only ever use Marks and Spencers free range chicken.,"['Well, we only ever use Marks and Spencer free range chickens.', 'We only ever use free-range chickens from Marks and Spencer.', 'Well, we only ever use free-range chickens from Marks and Spencer.', 'Well, we only ever have the free-range Marks and Spencer chickens.', ""Well, let's just switch our chickens to free range with Marks and Spencer.""]" -146,"['Apscore', 'is', 'concentrating', 'on', 're-developing', 'its', 'products', 'so', 'that', 'they', 'are', 'more', 'GUI', 'and', 'database', 'independent,', 'with', 'an', 'emphasis', 'on', 'object', 'orientation', '--', 'thus', 'linking', 'with', ""Apscore's"", 'other', 'interests,', 'including', 'its', 'representation', 'of', 'the', 'ObjectStore', 'object', 'oriented', 'database', 'in', 'Australia', 'on', 'the', 'Sun', 'platform.']","[42, 43]",0,sun,"Apscore is concentrating on re-developing its products so that they are more GUI and database independent, with an emphasis on object orientation -- thus linking with Apscore's other interests, including its representation of the ObjectStore object oriented database in Australia on the Sun platform.","['Apscore focuses on making its products more independent of the GUI and database, with an emphasis on object orientation - connecting to other Apscore interests, including representing the object oriented database ObjectStore in Australia on the Sun platform.', ""Apscore is focused on reinventing its products to make them more independent of the GUI and database, with an emphasis on object alignment - and connects with the company's other interests, including representing the object-oriented database ObjectStore in Australia on the Sun platform."", ""Apscore is focused on overhauling its products to make them more independent of the GUI and database, with an emphasis on object-oriented - and thus aligning with Apscore's other interests - including its representation of the object-oriented database ObjectStore in Australia on the Sun platform."", ""At Apscore, the focus is on further developing its products so that the products are more independent of the user interface and database, with a focus on object orientation. Apscore sees this as linked to the company's other interests, including representing the object oriented database ObjectStore in Australia on the Sun platform."", 'Apscore is focused on reinventing its products to make them significantly more GUI-independent and database-independent, with an emphasis on object orientation - i.e. they take on other Apscore interests, such as representing the object oriented database ObjectStore in Australia on the Sun platform.']" -147,"['In', 'all', 'these', 'publications,', 'Sony', '--', 'through', 'their', 'recently', 'formed', 'Sony', 'Electronic', 'Publishing', 'Company', '--', 'control', 'technical', 'specification', 'of', 'the', 'products,', 'their', 'packaging', 'and', 'distribution.']","[4, 5]",1,sony,"In all these publications, Sony -- through their recently formed Sony Electronic Publishing Company -- control technical specification of the products, their packaging and distribution.","['In all these publications, Sony - through its recently founded electronics publisher Sony Electronic Publishing Company - controls the technical specifications of the products, their packaging and their distribution.', 'In all these publications, Sony - through its recently formed Sony Electronic Publishing Company - controls the technical specifications, packaging and distribution of the products.', 'For all these releases, Sony, through its recently formed Sonic Electronic Publishing Company, controls the technical specifications of the products, their packaging and distribution.', 'In all these publications, Sony, through its recently formed Sony Electronic Publishing Company, controls the technical specifications of the products, their packaging and distribution.', 'In all these publications Sony controls the technical specifications and packaging of the products as well as their distribution by the recently founded Sony Electronic Publishing Company.']" -148,"['In', 'the', 'computer', 'industry,', 'the', 'power', 'of', 'trade', 'marks', 'can', 'readily', 'be', 'seen', 'as,', 'in', 'a', 'relatively', 'short', 'space', 'of', 'time,', 'names', 'such', 'as', 'Apple', 'computer,', 'IBM', ',', 'WordStar,', 'Lotus', '1-2-3', 'and', 'BBC', 'computer', 'have', 'become', 'household', 'names.']","[26, 27]",1,ibm,"In the computer industry, the power of trade marks can readily be seen as, in a relatively short space of time, names such as Apple computer, IBM, WordStar, Lotus 1-2-3 and BBC computer have become household names.","['In the computer industry it is easy to see how strong brands are, as names such as Apple Computer, IBM, WordStar, Lotus 1-2-3 or BBC Computer became known within a relatively short period of time.', 'It is just as easy to see the power of brands in the computer industry, as names such as Apple Computer, IBM, WordStar, Lotus 1-2-3 and BBC Computer have made a name for themselves in a relatively short time.', 'In the computer industry, the power of brands can easily be seen as a phenomenon, with names such as Apple Computer, IBM, WordStar, Lotus 1-2-3 and BBC Computer quickly becoming household names.', 'In the computer industry, the power of brands is easy to recognize in a relatively short period of time. Today, names like Apple Computer, IBM, WordStar, Lotus 1-2-3 and BBC Computer are household names.', 'In the computer industry, the strengths of the brand name can be recognized at short notice: In a relatively short time, names such as Apple Computer, IBM, WordStar, Lotus 1-2-3 and BBC Computer have made a name for themselves.']" -149,"['Andy', 'Gearty', 'of', 'BP', 'took', 'charge', 'of', 'providing', 'all', 'the', 'advertising', 'and', 'merchandizing', 'materials', 'for', 'the', 'shop,', 'built', 'the', 'displays', 'and', 'trained', 'the', 'staff.']","[3, 4]",0,bp,"Andy Gearty of BP took charge of providing all the advertising and merchandizing materials for the shop, built the displays and trained the staff.","['Andy Gearty of BP was responsible for sourcing all promotional and merchandise materials for the company, building the displays and training the staff.', 'Andy Gearty of BP was responsible for providing all promotional and merchandising materials for the company, setting up the displays and training staff.', 'Andy Gearty of BP took over the management of the promotional and merchandising materials for the business, built the displays and trained the staff.', ""BP's Andy Gearty took responsibility for providing all of the promotional and merchandising material for the business, building the outlay and training staff."", 'Andy Gearty of BP was responsible for providing all promotional and merchandise materials for the business, setting up the displays and training staff.']" -150,"['Frank', 'Wells,', 'president', 'of', 'the', 'Walt', 'Disney', 'company,', 'arrived', 'with', 'Minnie', 'Mouse,', 'and', 'Jim', 'Cora,', 'executive', 'vice', 'president', 'of', 'Eurodisney,', 'with', 'Donald', 'Duck.']","[5, 7]",0,walt disney,"Frank Wells, president of the Walt Disney company, arrived with Minnie Mouse, and Jim Cora, executive vice president of Eurodisney, with Donald Duck.","['Frank Wells, president of the Walt Disney Company, appeared with Minnie Mouse and Jim Cora, executive vice president of Eurodisney, with Donald Duck.', 'Frank Wells, president of Walt Disney, had traveled with Minnie Mouse and Jim Cora, executive vice president of Eurodisney, with Donald Duck.', 'Frank Wells, president of the Walt Disney Company, came with Minnie Mouse and Jim Cora, executive vice president of Eurodisney, with Donald Duck.', 'Frank Wells, President of Walt Disney Group, travels with Minnie Mouse and Jim Cora, Executive Vice President of Eurodisney, with Donald Duck.', 'Frank Wells, president of the Walt Disney Company, came with Minnie Mouse and Jim Cora, executive vice president of Eurodisney, with Donald Duck.']" -151,"['To', 'forward', 'their', 'shared', 'aims', '--', 'see', 'front', 'page', '--', 'Microsoft', 'Corp', 'will', 'move', 'its', 'own', 'Windows', 'applications,', 'starting', 'with', 'Excel,', 'to', 'NT-on-Alpha,', 'and', 'the', 'twosome', 'will', 'ensure', 'that', 'applications', 'written', 'for', 'NT', 'will', 'recompile', 'for', 'Alpha', 'as', 'well', 'as', 'Intel', 'and', 'MIPS', 'platforms.']","[10, 12]",1,microsoft corp,"To forward their shared aims -- see front page -- Microsoft Corp will move its own Windows applications, starting with Excel, to NT-on-Alpha, and the twosome will ensure that applications written for NT will recompile for Alpha as well as Intel and MIPS platforms.","['To share their common goals - see front page - Microsoft Corp will switch its own Windows applications, starting with Excel, to NT-on-Alpha, and duplication will ensure that applications written for NT are recompiled for both Alpha and Intel and MIPS platforms.', 'To advance their common goals - see front page - Microsoft Corp will bring its own Windows applications, starting with Excel, to NT-on-Alpha; the two-person team will ensure that applications written for NT are recompiled for Alpha, Intel, and MIPS platforms.', 'To advance their common goals - see front page - Microsoft Corp will switch its own Windows applications from Excel to NT-on-Alpha, and the duo will ensure that applications written for NT are recompiled for both Alpha and Intel and MIPS platforms.', 'To support their common ALL goals - see front page - Microsoft Corp will also switch its own Windows applications, starting with Excel, to NT-on-Alpha, and the duo will ensure that applications written for NT are recompiled for Alpha, Intel, and MIPS platforms.', 'To share their common goals - see front page - Microsoft Corp will switch its own Windows applications, starting with Excel, to NT-on-Alpha, and the duo will ensure that applications written for NT are recompiled for both Alpha and Intel and MIPS colleges.']" -152,"['Sun', 'Microsystems', ""Inc's"", 'Sunconnect', 'division', 'is', 'to', 'roll-out', 'the', 'latest', 'version', 'of', 'SunNet', 'Manager,', 'its', 'network', 'manager', 'software,', 'in', 'an', 'attempt', 'to', 'catch', 'up', 'with', 'Hewlett-Packard', 'Co', 'which', 'has', 'just', 'released', 'OpenView', '3.0.']","[25, 27]",0,hewlett-packard co,"Sun Microsystems Inc's Sunconnect division is to roll-out the latest version of SunNet Manager, its network manager software, in an attempt to catch up with Hewlett-Packard Co which has just released OpenView 3.0.","['The Sunconnect division of Sun Microsystems Inc. will release the latest version of its SunNet Manager network management software, catching up with Hewlett-Packard Co., which has just released OpenView 3.0.', 'Sunconnect, a division of Sun Microsystems Inc, will release the latest version of its network manager software SunNet Manager to catch up with Hewlett-Packard, which has just released OpenView 3.0.', 'Sun Microsystems Inc. Sunconnect releases the latest version of its network management software SunNet Manager to catch up with Hewlett-Packard Co., which has just released OpenView 3.0.', 'Sunconnect today released the latest version of SunNet Manager, a network manager software from Sun Microsystems Inc., to catch up with Hewlett-Packard Co., which has just released OpenView 3.0.', 'For the Sunconnect division of Sun Microsystems Inc., joint rollouts are underway with the software SunNet Manager, whose network manager software is trying to catch up with Hewlett-Packard Co.']" -153,"['Large', 'companies', 'such', 'as', 'Coca', 'Cola', ',', 'Mars', 'and', 'many', 'others', 'pay', 'a', 'great', 'deal', 'of', 'money', 'for', 'the', 'privilege', 'of', 'using', 'the', 'logo.']","[4, 6]",0,coca cola,"Large companies such as Coca Cola, Mars and many others pay a great deal of money for the privilege of using the logo.","['Large companies like Coca Cola, Mars and many others pay a lot of money for the privilege of using the logo.', 'Large companies like Coca Cola, Mars and many others pay a lot of money for the privilege of using the logo.', 'Large companies like Coca Cola, Mars and many others pay a lot of money for the privilege of using the logo.', 'Large companies like Coca Cola, Mars and many others pay a lot of money for the privilege of the logo.', 'Large companies like Coca Cola, Mars and many others pay a lot of money to use the logo.']" -154,"['He', 'said', 'the', 'decisions', 'were', 'being', 'made', 'by', 'Bernie', 'Ecclestone', 'and', 'a', 'handful', 'of', 'other', 'people,', 'but', 'the', 'sponsors', 'and', 'suppliers', 'like', 'Goodyear', 'were', 'not', 'being', 'involved', 'in', 'this', 'decision', 'making.']","[22, 23]",0,goodyear,"He said the decisions were being made by Bernie Ecclestone and a handful of other people, but the sponsors and suppliers like Goodyear were not being involved in this decision making.","['He said the decisions were made by Bernie Ecclestone and a handful of other people, but sponsors and suppliers such as Goodyear were not involved in that decision-making.', 'He said the decisions were made by Bernie Ecclestone and a handful of other people, but sponsors and suppliers such as Goodyear were not involved in that decision-making.', 'He said the decisions were made by Bernie Ecclestone and a handful of people, but sponsors and suppliers such as Goodyear were not involved in the decision.', 'He said the decisions were made by Bernie Ecclestone and a handful of other people, but sponsors and suppliers such as Goodyear were not involved in the decision.', 'Decisions would be made by Bernie Ecclestone and a handful of others, but the sponsors would not be drawn on those decisions.']" -155,"['The', 'likes', 'of', 'Microsoft', 'and', 'Sun', 'will', 'soon', 'learn', 'to', 'exploit', 'object', 'technology', 'by', 'developing', 'new', 'generations', 'of', 'products', 'that', 'could', 'price', 'small', 'object', 'players', 'out', 'of', 'the', 'market.']","[3, 4]",0,microsoft,The likes of Microsoft and Sun will soon learn to exploit object technology by developing new generations of products that could price small object players out of the market.,"['Companies like Microsoft and Sun will soon learn to exploit object technology by developing new generations of products that could drive small object types out of the market.', 'Manufacturers like Microsoft and Sun will quickly learn to exploit object technology by developing new generations of products that could take the small object players off the market.', 'Players like Microsoft and Sun will soon learn to exploit object technologies by developing new generations of products that could drive small object players out of the market.', 'Manufacturers like Microsoft and Sun will soon learn to exploit object technology by developing new generations of products that can drive small object players out of the market.', 'Companies like Microsoft or Sun will slowly learn to use object technology by developing new generations of products that can take small object players off the market.']" -156,"['Ford', 'Motor', 'Company', 'produced', 'an', 'Edsul', 'years', 'ago,', 'and', 'nobody', 'liked', 'it', 'and', 'so', 'nobody', 'bought', 'it', 'and', 'so', 'it', 'soon', 'went', 'out', 'of', 'production.']","[0, 3]",0,ford motor company,"Ford Motor Company produced an Edsul years ago, and nobody liked it and so nobody bought it and so it soon went out of production.","['Ford Motor Company produced an Edsul years ago, and no one liked it, so no one bought it, so it was soon out of production.', 'Ford Motor Company produced an Edsul a few years ago, and no one liked it, so no one bought it, so it was soon out of production.', 'Years ago, the Ford Motor Company produced an Edsul that no one liked and no one bought, and so it soon went out of production.', 'It was an Edsul that the Ford Motor Company produced years ago and no one wanted, so no one bought it, so it was soon out of production.', 'Ford Motor Company produced an Edsul years ago, and no one liked it, so no one bought it, which soon ceased production.']" -157,"['Sales', 'volumes', 'barely', 'moved', 'last', 'year', 'but', 'Michelin', 'says', 'price', 'rises', 'of', '10', 'p.c.', 'in', 'Europe', 'have', 'failed', 'to', 'puncture', 'its', 'market', 'share.']","[7, 8]",1,michelin,Sales volumes barely moved last year but Michelin says price rises of 10 p.c. in Europe have failed to puncture its market share.,"['Sales volumes have barely budged in the past year, but Michelin says price increases of 10pc in Europe have missed its market share.', 'Sales volumes have barely budged in the past year, but Michelin said price increases of 10 per cent in Europe have not reached market share.', 'Sales have barely budged in the past year, but Michelin claims that price increases of 10 per cent in Europe have not improved its market share.', 'Sales have barely budged in the past year, but Michelin says price increases of 10 cents by rivals in Europe have not increased its market share.', 'According to Michelin, sales volumes have barely increased in the past year, while price increases of 10 percent in Europe have not dampened their market share.']" -158,"['Nine', 'months', 'earlier,', 'in', 'March', '1987', '(just', 'after', 'the', 'Greenwich', 'by-election', 'watershed),', 'The', 'Sun', 'had', 'published', 'the', 'infamous', 'Hewitt', 'letter.']","[12, 14]",1,the sun,"Nine months earlier, in March 1987 (just after the Greenwich by-election watershed), The Sun had published the infamous Hewitt letter.","['Nine months earlier, in March 1987 (shortly after the turning point in the Greenwich by-election), The Sun had published the infamous Hewitt letter.', 'Nine months earlier, in March 1987 (shortly after the turning point in the Greenwich by-election), the Sun had published the infamous Hewitt letter.', 'Nine months earlier, in March 1987 (immediately after the Greenwich by-election U-turn), the Sun had published the infamous Hewitt letter.', 'Nine months earlier, in March 1987 (shortly after the turning point in the Greenwich by-election), The Sun had published the infamous Hewitt letter.', 'Nine months earlier, in March 1987 (shortly after the Greenwich by-election), The Sun had published the infamous Hewitt letter.']" -159,"['The', 'first', 'bank', 'that', 'comes', 'into', 'the', 'ratings', 'is', 'NatWest', 'or', 'Barclays', 'at', 'number', 'fifteen.""']","[11, 12]",0,barclays,"The first bank that comes into the ratings is NatWest or Barclays at number fifteen.""","['The first bank to make it into the ratings is NatWest or Barclays at number 15. ""', 'The first bank to be included in the ratings is NatWest or Barclays in fifteenth place. ""', 'The first bank to receive the note is NatWest or Barclays in fifteenth place. ""', 'The first bank to make it into the ratings is NatWest or Barclays in fifteenth place. ""', 'The first bank to receive the note is NatWest or Barclays, ""he said.']" -160,"['AXA', 'has', 'recently', 'won', 'a', 'number', 'of', 'awards', 'for', 'its', 'unit', 'trust', 'performance.']","[0, 1]",0,axa,AXA has recently won a number of awards for its unit trust performance.,"['AXA was recently honoured for its services to the Unit Trust.', 'AXA has recently received several awards for its fiduciary services.', 'AXA has recently won several awards for its work with the Unit Trust.', 'AXA recently received several awards for its Trusted Performance Unit.', 'AXA was recently honoured for its services to the Foundation.']" -161,"['Sun', ""'s"", 'own', 'effort', 'will', 'appear', 'in', '1994', 'or', '1995', 'as', 'a', 'part', 'of', 'Project', 'DOE', '(Distributed', 'Objects', 'Everywhere),', 'the', ""firm's"", 'object-based', 'software', 'technology', 'development', 'with', 'Hewlett-Packard', 'Co.']","[0, 1]",0,sun,"Sun's own effort will appear in 1994 or 1995 as a part of Project DOE (Distributed Objects Everywhere), the firm's object-based software technology development with Hewlett-Packard Co.","[""Sun's own efforts will appear in 1994 or 1995 as part of Project DOE (Distributed Objects Everywhere), the company's object-based software development with Hewlett-Packard Co."", ""Sun's own work will appear in 1994 or 1995 as part of Project DOE (Distributed Objects Everywhere), the company's object-based software development with Hewlett Packard Co."", ""Sun's own experiment will appear in 1994 or 1995 as part of Project DOE (Distributed Objects Everywhere), the object-based development of software technology with Hewlett-Packard Co."", ""Sun's remarks will appear in 1994 or 1995 as part of the DOE project, the company's object-based software development with Hewlett-Packard Co."", ""Sun's own contribution will appear in 1994 or 1995 in Project DOE (Distributed Objects Everywhere), the company's object-based software development partnership with Hewlett Packard Co.""]" -162,"['Jack', 'Schofield', 'on', 'a', 'company', 'feeling', 'more', 'than', 'the', 'pinch', 'of', 'a', 'weak', 'US', 'economy', 'IBM', 'in', 'a', 'downsizing', 'squeeze.']","[15, 16]",0,ibm,Jack Schofield on a company feeling more than the pinch of a weak US economy IBM in a downsizing squeeze.,"['Jack Schofield on a company that feels more than the pinch of a weak U.S. economy in a shrinking economy.', 'Jack Schofield on a company that feels more than sustaining the weak U.S. economy, IBM in a job cut.', 'Jack Schofield on a company that feels more than the weak US economy: IBM in the process of shrinking.', 'Jack Schofield on a company that feels more than the pinch of a weak U.S. economy in an austerity zone.', 'Jack Schofield on a company more tangible in a recession than the restraint of the weak US economy.']" -163,"['A', 'spokesman', 'for', 'Intel', 'said', 'no', 'specific', 'sites', 'had', 'been', 'earmarked', 'in', 'the', 'west', 'of', 'Scotland', 'or', 'in', 'the', 'M4', 'electronics', 'belt', 'in', 'Wales.']","[3, 4]",0,intel,A spokesman for Intel said no specific sites had been earmarked in the west of Scotland or in the M4 electronics belt in Wales.,"['An Intel spokesman said no specific sites were planned in the west of Scotland or in the Welsh M4 electronics belt.', 'An Intel spokesman said there were no specific sites in the west of Scotland or the M4 electronics belt in Wales.', 'An Intel spokesman said there were no plans for sites in the west of Scotland or the M4 electronics belt in Wales.', 'An Intel spokesman said no specific sites were planned in the west of Scotland or in the M4 electronics belt in Wales.', 'A spokesman for Intel said there were no specific sites in the west of Scotland or in the Welsh half of the M4, and in the past customers had often been told that the sale made this possible.']" -164,"['BAe', 'plans', 'new', '35m', 'pounds', 'long-range', 'business', 'jet']","[0, 1]",1,bae,BAe plans new 35m pounds long-range business jet,"['BAe plans new £35m long-haul jet', 'BAe plans new 35-metre long-haul business jet', 'BAe plans new £35m long-haul business jet', 'BAe plans new £35m long-haul business jet', 'BAe designs new 35-metre business jet']" -165,"['US', 'West', 'Inc,', 'which', 'last', 'week', 'was', 'talking', 'about', 'the', 'multimedia', 'database', 'system', 'it', 'is', 'developing', 'with', 'Oracle', 'Corp', '(CI', 'No', '2,166),', 'is', 'stepping', 'up', 'its', 'commitment', 'to', 'infotainment', 'by', 'agreeing', 'to', 'pay', '$2,500m', 'for', 'a', '25%', 'stake', 'in', 'Time', 'Warner', ""Inc's"", 'Time', 'Warner', 'Entertainment', 'affiliate', '--', 'in', 'which', 'Toshiba', 'Corp', 'and', 'Japanese', 'trader', 'Itochu', 'Corp', 'each', 'has', 'a', 'stake', '--', 'to', 'seal', 'a', 'deal', 'under', 'which', 'the', 'two', 'companies', 'will', 'collaborate', 'to', 'develop', 'electronic', 'superhighways', '--', 'full-service', 'cable', 'networks', 'offering', 'interactive', 'programming,', 'entertainment', 'and', 'information.']","[49, 51]",0,toshiba corp,"US West Inc, which last week was talking about the multimedia database system it is developing with Oracle Corp (CI No 2,166), is stepping up its commitment to infotainment by agreeing to pay $2,500m for a 25% stake in Time Warner Inc's Time Warner Entertainment affiliate -- in which Toshiba Corp and Japanese trader Itochu Corp each has a stake -- to seal a deal under which the two companies will collaborate to develop electronic superhighways -- full-service cable networks offering interactive programming, entertainment and information.","['US West Inc, which last week talked about the multimedia database system it is developing with Oracle Corp (CI # 2,166), is stepping up its commitment to infotainment by agreeing to pay $2,500 million for a 25% stake in Time Warner Entertainment - in which Toshiba Corp and Japanese retailer Itochu Corp each have stakes - to seal a deal in which the two companies will work together to develop electronic superhighways - full-service cable networks with interactive programming, entertainment and information.', 'US West Inc., which last week talked about the multimedia database system it is developing with Oracle Corp (AI # 2,166), reaffirms its commitment to infotainment by agreeing to pay $2,500 million for a 25% stake in Time Warner Inc. ""s entertainment subsidiary, Toshiba Corp, and Japanese retailer Itochu Corp to seal an agreement under which the two companies will work together to develop electronic superhighways - full-service cable networks that provide interactive programming, entertainment and information.', ""US West Inc., which last week unveiled the multimedia database system it is developing with Oracle Corp (CI # 2166), is stepping up its commitment to infotainment by agreeing to pay $2,500 million for a 25% stake in Time Warner Entertainment's subsidiary - in which Toshiba Corp and Itochu Corp of Japan hold stakes - to complete a deal that would allow the two companies to work together to develop electronic superhighways - and to offer an interactive cable network that can program, entertain and provide information."", 'US West Inc., which last week said it was developing a multimedia database with Oracle Corp (CI # 2,166), is stepping up its infotainment efforts by agreeing to pay $2,500 million for a 25% stake in Time Warner Inc subsidiary Time Warner Entertainment - in which both Toshiba Corp and Japanese retailer Itochu Corp are involved - in order to conclude an agreement under which the two companies will work together to develop high-speed electronic routes - various cable networks with interactive programming, entertainment and information.', ""US West Inc., which last week discussed its multimedia database system with Oracle Corp (CI # 2,166), is stepping up its commitment to infotainment by agreeing to pay $2.5 million for a 25% stake in Time Warner Inc., Time Warner Entertainment's subsidiary, in the CRM capabilities of Toshiba Corp and Itochu Corp, a Japanese company that will each run along the highway - and sealing an agreement under which the two companies will work together to develop high-speed electronic networks to operate a full cable network that provides programming, entertainment and information from the company.""]" -166,"['Users', 'planning', 'to', 'use', 'the', 'Pentium', 'OverDrive', 'upgrade', 'socket', 'on', '80486-based', 'machines', 'should', 'beware,', 'says', 'US', 'PC', 'Week', '(but', 'apart', 'from', 'individual', 'users', 'with', 'only', 'one', 'machine,', 'who', 'actually', 'wants', 'to', 'upgrade', 'rather', 'than', 'bequeath', 'and', 'buy', 'new?):', 'some', 'machines', 'with', 'the', 'P24T', 'socket', 'do', 'not', 'meet', 'Intel', ""Corp's"", 'requirements', 'for', 'cooling,', 'and', 'if', 'upgraded', 'could', 'overheat', 'and', 'fail,', 'says', 'Intel', '.']","[60, 61]",1,intel,"Users planning to use the Pentium OverDrive upgrade socket on 80486-based machines should beware, says US PC Week (but apart from individual users with only one machine, who actually wants to upgrade rather than bequeath and buy new?): some machines with the P24T socket do not meet Intel Corp's requirements for cooling, and if upgraded could overheat and fail, says Intel.","[""Users who want to use the Pentium OverDrive socket on 80486-based machines should be careful, according to US PC Week (but apart from individual users with just one computer, who wants to upgrade the socket instead of inheriting it and buying it anew?): Some machines with the P24T socket do not meet Intel Corp's cooling requirements and could overheat and fail, Stewart said."", ""Users who plan to use the Pentium OverDrive upgrade socket on 80486 should beware, says US PC Week (but apart from individual users with just one PC, who actually wants to upgrade instead of legacy devices or new purchases?): Some devices with the P24T socket do not meet Intel Corp's cooling requirements, and if they change the way they change, they change the way they change the way they use the Pentium OverDrive socket."", ""According to US PC Week, users who want to use the 80486-based Pentium OverDrive upgrade socket should be wary (but apart from individual users who actually want to upgrade instead of inheriting and buying a new one?): Some machines with the P24T socket do not meet Intel Corp's cooling requirements and can overheat and mill when upgraded, Intel says."", ""Users planning to use a Pentium OverDrive upgrade socket on 80486-based computers should beware, says US PC Week (known by some users with VfB - who actually wants to run over the Pentium instead of inheriting it and buying it anew?): Some computers with a P24T socket do not meet Intel Corp's cooling requirements, and an upgrade could cause it to overheat and fail, Intel says."", ""Users who want to use the Pentium OverDrive upgrade socket for 80486 machines should wait and see, says US PC Week (but apart from the fact that a machine only has one, who should upgrade instead of depositing it and buying new ones?): Some machines with the P24T socket do not meet Intel Corporation's cooling requirements and could overheat and fail, Intel said.""]" -167,"['ET', 'TU,', 'SHARE:', 'IBM', ""'s"", 'MAINFRAME', 'USER', 'GROUP', 'EMBRACES', 'DOWNSIZING,', 'DEMANDS', 'QUANTUM', 'PRICE-PERFORMANCE', 'LEAP']","[3, 4]",0,ibm,"ET TU, SHARE: IBM's MAINFRAME USER GROUP EMBRACES DOWNSIZING, DEMANDS QUANTUM PRICE-PERFORMANCE LEAP","[""ET, SHARE: IBM's PRIVATE FRAMEWORK PROMOTION FOR THE PRICE FORMANCE LEAP"", ""ET, SHARE: IBM's MAINFRAMEWORK GROUP, FREE QUANTUM PRICE and PERFORMANCE LELEAP"", 'ET, TU, SHARE: The main user group of IBM dominates OBJECTIVE, OTHER NOTE, CORRECTIONS QUANTUM PRICE-PERFORMANCE LEAP', 'ET, SHARE: IBM MAINFRAMEWORK-USE Group: THANKS, MANN QUANTUM PRICE-PERFORMANCE LEAP', 'ET, SHARE: APPLICATION OF THE MAIN COLLECTION PROTECTION, FREE QUANTUM PROVICE-PERFORMANCE LEAP']" -168,"['Hewlett-Packard', 'increased', 'annual', 'sales', 'by', '21', 'per', 'cent', 'to', '$11.9', 'billion.']","[0, 1]",0,hewlett-packard,Hewlett-Packard increased annual sales by 21 per cent to $11.9 billion.,"[""Hewlett-Packard's annual revenue rose 21 percent to $11.9 billion."", ""Hewlett-Packard's annual revenue rose 21 percent to $11.9 billion."", ""Hewlett-Packard's annual revenue rose 21 percent to $11.9 billion."", ""Hewlett-Packard's annual revenue rose 21 percent to $11.9 billion."", ""Hewlett-Packard's annual revenue rose 21 percent to $11.9 billion.""]" -169,"['It', 'reckons', 'it', 'is', 'well', 'placed', 'given', 'its', 'behind-the-scenes', 'work', 'in', 'helping', 'to', 'develop', 'some', 'important', 'interoperability', 'features', 'for', 'Unix:', 'it', 'also', 'developed', 'the', 'Transparent', 'Computing', 'Facility', 'for', 'IBM', ""'s"", 'AIX', 'and', 'a', 'remote', 'procedure', 'call', 'test', 'and', 'validation', 'suite', 'for', 'the', 'Open', 'Software', ""Foundation's"", 'Distributed', 'Computing', 'Environment.']","[28, 29]",0,ibm,It reckons it is well placed given its behind-the-scenes work in helping to develop some important interoperability features for Unix: it also developed the Transparent Computing Facility for IBM's AIX and a remote procedure call test and validation suite for the Open Software Foundation's Distributed Computing Environment.,"[""Given its behind-the-scenes work in developing some important interoperability features for Unix, the company is well positioned: it also developed the Transparent Computing Facility for IBM AIX and a Remote Procedure Call Test and Validation Suite for the Open Software Foundation's Distributed Computing Environment."", ""Because of her behind-the-scenes work, she is well positioned to develop some important interoperability features for Unix: for IBM's AIX, she also developed the Transparent Computing Facility and a Remote Procedure Call Test and Validation Suite for the Open Software Foundation's Distributed Computing Environment."", ""Due to its behind-the-scenes work, which contributed to the development of some important interoperability features for Unix, it also attributes the project to the development of the Transparent Computing Facility for IBM's AIX and a Remote Procedure Call Test and Validation Suite for the Open Software Foundation's Distributed Computing Environment."", ""His behind-the-scenes work in developing proprietary interoperability features for Unix puts him in a good position, as well as developing the Transparent Computing Facility for IBM AIX and a Remote Procedure Call Test and Validation Suite for the Open Software Foundation's Distributed Computing Environment."", ""The company sees itself as well positioned in this area, particularly in view of its behind-the-scenes work in developing some important interoperability features for Unix: it has also developed the Transparent Computing Facility for IBM AIX and a Remote Procedure Testing and Validation Suite for the Open Software Foundation's Distributed Computing Environment.""]" -170,"['Route', 'Seventeen', 'Account', 'holders', 'not', 'only', 'get', 'easy', 'access', 'to', 'their', 'savings', 'but', 'also', 'easy', 'access', 'to', 'the', 'experience', 'and', 'expertise', 'of', 'The', 'Royal', 'Bank', 'of', 'Scotland', 'staff', 'who', 'will', 'provide', 'all', 'the', 'help', 'and', 'advice', 'you', 'need', 'in', 'the', 'way', 'you', 'need', 'it.']","[22, 27]",0,the royal bank of scotland,Route Seventeen Account holders not only get easy access to their savings but also easy access to the experience and expertise of The Royal Bank of Scotland staff who will provide all the help and advice you need in the way you need it.,"['Route Seventeen account holders not only have easy access to their savings, but also easy access to the experience and expertise of Royal Bank of Scotland staff who will provide you with all the help and advice you need.', 'Account holders at Route Seventeen have not only easy access to their savings, but also unlimited access to the experience and expertise of Royal Bank of Scotland staff who will provide you with all the help and advice you need.', 'Not only do account holders have easy access to their savings, they also have easy access to the experience and expertise of Royal Bank of Scotland staff, who will be on hand to give you advice.', 'Route Seventeen account holders not only have easy access to their savings, but also easy access to the experience and expertise of Royal Bank of Scotland staff, who will also provide you with all the help and advice you need.', 'Account holders have easy access not only to their digital savings, but also to the experience and expertise of Royal Bank of Scotland staff, who provide them with all the useful help and advice they need.']" -171,"['After', 'a', 'two-year', 'legal', 'battle,', 'Richard', 'Branson', 'and', 'Virgin', 'Atlantic', 'won', 'libel', 'damages', 'of', '$610,000', 'from', 'British', 'Airways', 'over', 'its', '""dirty', 'tricks""', 'campaign.']","[16, 18]",0,british airways,"After a two-year legal battle, Richard Branson and Virgin Atlantic won libel damages of $610,000 from British Airways over its""dirty tricks"" campaign.","['After a two-year legal battle, Richard Branson and Virgin Atlantic have received $610,000 in libel damages from British Airways for their ""smear campaign.""', 'After a two-year legal battle, Richard Branson of British Airways and Virgin Atlantic won $610,000 in damages for libel for their ""dirty tricks.""', 'After a two-year legal battle, Richard Branson and Virgin Atlantic have been awarded $610,000 in damages by British Airways (British Airways) for ""dirty tricks.""', 'Richard Branson and Virgin Atlantic have been awarded $610,000 in libel damages for their ""dirty tricks"" after a two-year legal battle by British Airways.', ""After a two-year legal battle, British Airways' Richard Branson and Virgin Atlantic have been awarded $610,000 in damages in a defamation case over their smear campaign.""]" -172,"['L', 'M', 'Ericsson', 'Telefon', 'AB', 'is', 'to', 'buy', 'the', 'remaining', '28%', 'equity', 'it', 'does', 'not', 'already', 'own', 'in', 'its', 'Teleindustria', 'Ericsson', 'SA', 'in', 'Mexico', 'but', 'does', 'not', 'say', 'how', 'much', 'it', 'is', 'offering:', 'the', 'shares', 'are', 'held', 'by', 'Mexican', 'and', 'foreign', 'institutional', 'investors,', 'as', 'well', 'as', 'by', 'individual', 'minorities.']","[19, 22]",0,teleindustria ericsson sa,"L M Ericsson Telefon AB is to buy the remaining 28% equity it does not already own in its Teleindustria Ericsson SA in Mexico but does not say how much it is offering: the shares are held by Mexican and foreign institutional investors, as well as by individual minorities.","['L M Ericsson Telefon AB will buy the remaining 28% stake in Teleindustria Ericsson SA in Mexico, but does not say how much the company will offer: the shares will be held by Mexican and foreign institutional investors as well as by individual minorities.', 'L M Ericsson Telefonica AB will acquire the remaining 10% of the Mexican Teleindustria Ericsson SA, but did not say how much the offer is: the shares are owned by Mexican and foreign institutional investors as well as individual minorities.', 'L M Ericsson Telefon AB will buy the remaining 28% of the shares of its Teleindustria Ericsson SA in Mexico - it does not say what the new stake will be: the shares are owned by Mexican and foreign institutional investors as well as individual minorities.', 'L M Ericsson Telefon AB will buy back the remaining 28% of its stake in Teleindustria Ericsson SA in Mexico, but will not say how much the company is actually raising: the shares come from Mexican and foreign institutional investors as well as individual minorities.', 'Felix Molly shareholders, owned by L M Ericsson Telefonica AB, are buying the remaining 28% of Telemundo Ericsson SA in Mexico, but are not saying how much of it will be paid out among shareholders: the shares are owned by Mexican and foreign institutional investors as well as individual minorities.']" -173,"['ACTRESS', 'Jane', 'Asher', 'has', 'been', 'given', 'the', 'excellent', 'news', 'that', 'the', 'cakes', 'she', 'designs', 'are', 'to', 'be', 'sold', 'nationwide', 'by', ""Sainsbury's"", 'from', 'next', 'month.']","[20, 21]",0,sainsbury's,ACTRESS Jane Asher has been given the excellent news that the cakes she designs are to be sold nationwide by Sainsbury's from next month.,"[""ACTRESS Jane Asher has received the excellent news that the cakes she designed will be sold nationwide by Sainsbury's from next month."", ""ACTRESS Jane Asher has broken the excellent news that the cakes she designed are to be sold nationwide at Sainsbury's from next month."", ""ACTRESS Jane Asher has received excellent news that the cakes she designed are to be sold nationwide by Sainsbury's from next month."", ""ACTRESS Jane Asher has received overwhelming news that the cakes she designed will be sold nationwide by Sainsbury's from next month."", 'ACTRESS Jane Asher has received the exciting news that the cakes she is designing will go on sale nationwide from next month.']" -174,"['Microsoft', 'Corp', 'is', 'expected', 'to', 'pay', 'IBM', 'Corp', 'between', '$10m', 'and', '$35m', 'in', 'settlement', 'of', 'the', 'disagreement', 'over', 'operating', 'system', 'software', 'royalties.']","[6, 8]",0,ibm corp,Microsoft Corp is expected to pay IBM Corp between $10m and $35m in settlement of the disagreement over operating system software royalties.,"['Microsoft Corp is expected to pay IBM Corp between $10 million and $35 million in settling the dispute over operating system software royalties.', 'Microsoft Corp is expected to pay between $10 million and $35 million to IBM Corp to settle the dispute over operating system royalties.', 'Microsoft Corp is expected to pay IBM Corp $10 to $35 million to settle the dispute over operating system software royalties.', 'Microsoft Corp is expected to pay IBM Corp between $10 million and $35 million to settle the dispute over operating system software royalties.', 'Microsoft Corp is expected to pay between $10 million and $35 million to IBM Corp as a settlement of the dispute over royalties for the operating system.']" -175,"['We', 'did', '0-60mph', 'in', '5secs', 'in', 'the', 'Rocket', '...', 'drove', 'a', 'Volvo', 'we', 'loved', '...', 'lived', 'with', 'a', 'Ferrari', 'for', 'a', 'month', '...', 'built', 'our', 'own', 'Caterham', '7', '...', 'took', 'a', 'Lamborghini', 'Diablo', 'down', 'a', 'German', 'autobahn', 'at', '201.4mph', '--', 'and', 'test', 'the', 'new', 'Ford', 'Escort,', 'and', 'liked', 'it.']","[11, 12]",1,volvo,"We did 0-60mph in 5secs in the Rocket... drove a Volvo we loved... lived with a Ferrari for a month... built our own Caterham 7... took a Lamborghini Diablo down a German autobahn at 201.4mph -- and test the new Ford Escort, and liked it.","['We drove the rocket from zero to 100 in 5 seconds... drove a Volvo we loved... lived a month with a Ferrari... built our own Caterham 7... drove a Lamborghini Diablo at over 100 km / h over a German motorway - and tested the new Ford Escort, and we liked it.', 'We had zero to 60 km / h in 5sec in the rocket, drove a Volvo we loved, lived a month in a Ferrari... built our own Caterham 7... drove a Lamborghini Diablo across a German motorway - and tested the new Ford Escort we liked.', 'We did 0-60km / h in 5 seconds with the rocket... drove a Volvo we loved... lived a month with a Ferrari... built our own Caterham 7... drove a Lamborghini Diablo at 183.0 km / h across a German motorway - and tested the new Ford Escort, and we liked it.', 'We drove the rockets from 0 to 60 km / h in 5 seconds, drove a Volvo we loved,... lived with a Ferrari for a month, built our own Caterham 7, drove a Lamborghini Diablo on a German motorway, tested the new Ford Escort and thought it was great.', 'We drove the Rocket at almost 11.6 km / h, drove a Volvo we loved... lived a month in a Ferrari... built our own Caterham 7... drove a Lamborghini Diablo across a motorway in Germany - and tested the new Ford Escort. And we liked it.']" -176,"['Eastman', 'Kodak', 'Co', 'has', 'filed', 'a', 'patent', 'infringement', 'suit', 'against', 'Sony', 'Corp', 'and', 'Sony', 'Corp', 'of', 'America', 'over', 'use', 'of', 'a', 'magnetic', 'recording', 'system', 'that', 'was', 'patented', 'by', 'Kodak', 'which', 'uses', 'a', 'record', 'head', 'with', 'a', 'reduced', 'magnetic', 'gap', 'length:', 'Kodak', 'said', 'it', 'has', 'tried', 'to', 'negotiate', 'a', 'licence', 'agreement', 'with', 'Sony', 'over', 'its', 'use', 'of', 'the', 'patent', 'since', 'the', 'late', '1980s.']","[13, 17]",0,sony corp of america,Eastman Kodak Co has filed a patent infringement suit against Sony Corp and Sony Corp of America over use of a magnetic recording system that was patented by Kodak which uses a record head with a reduced magnetic gap length: Kodak said it has tried to negotiate a licence agreement with Sony over its use of the patent since the late 1980s.,"['Eastman Kodak Co has filed a patent infringement lawsuit against Sony Corp and Sony Corp of America over the use of a patented Kodak magnetic recording system that uses a disk head with a shortened magnetic slit length: Kodak has announced that it has been trying to negotiate a license agreement with Sony for the use of the patent since the late 1980s.', ""Eastman Kodak Co. has filed a patent infringement lawsuit against Sony Corp and Sony Corp of America for patenting Kodak's use of a magnetic recording system that uses a disk head with reduced magnetic slot length: Kodak said it had been trying to negotiate a license agreement with Sony since the late 1980s to use the patent."", 'Eastman Kodak Co has filed a patent infringement lawsuit against Sony Corp and Sony Corp of America over the use of a Kodak patented magnetic recording system that uses a disk head with a shorter magnetic slot length: Kodak said it had been trying to negotiate with Sony over the use of the patent since the late 1980s.', 'Eastman Kodak Co. has filed a patent infringement lawsuit against Sony Corp and Sony Corp of America for using a Kodak patented magnetic recording system that uses a disk head with a shortened magnetic slot length: Kodak said it has been trying to negotiate a license agreement with Sony for the use of a patent since the late 1980s.', 'Eastman Kodak Co. has filed a patent infringement lawsuit against Sony Corp and Sony Corp of America over the use of a patented Kodak magnetic recording system that uses a drive head: Kodak said it had been trying to negotiate a license agreement with Sony for the use of the patent since the late 1980s.']" -177,"['Examples', 'are', 'the', 'splitting', 'up', 'of', 'AT&T', 'in', 'the', 'US,', 'referred', 'to', 'above,', 'the', 'more', 'stringent', 'conditions', 'put', 'on', 'the', 'BA/BCal', 'merger', 'by', 'the', 'EC', 'authorities,', 'and', 'the', 'MMC', 'recommendation', 'that', 'the', 'major', 'UK', 'brewers', 'should', 'divest', 'themselves', 'of', 'most', 'of', 'their', 'public', 'houses', '(Supply', 'of', 'Beer,', '1989).']","[6, 7]",0,at&t,"Examples are the splitting up of AT&T in the US, referred to above, the more stringent conditions put on the BA/BCal merger by the EC authorities, and the MMC recommendation that the major UK brewers should divest themselves of most of their public houses (Supply of Beer, 1989).","['Examples include the split of AT & T in the US described above, the stricter requirements of the EU authorities for the merger of BA and BCal and the recommendation of the MMC that the major British brewers should sell most of their public houses (Supply of Beer, 1989).', 'Examples of this are the split of AT & T in the US described above, the stricter requirements of the EU authorities for the merger of BA and BCal and the recommendation of the MMC that the large British brewers should separate from most public houses (Supply of Beer, 1989).', ""Examples include the aforementioned split of AT & T in the US, the stricter requirements of the EU authorities for the merger of BA and BCal, and MMC's recommendation that the UK's largest brewers separate from most of their public houses (Supply of Beer, 1989)."", ""We cite just two examples: the aforementioned split of AT & T in the US, the stricter requirements imposed by the EU authorities on the merger of BA and BCal, and MMC's recommendation that the main UK brewers separate from most of their state-owned pubs (Supply of Beer, 1989)."", ""Examples include the aforementioned split of AT & T in the US, the stricter conditions imposed by the EU authorities on the merger of BA and BCal, and MMC's recommendation that the UK's largest brewers separate from most of their public houses (Supply of Beer, 1989).""]" -178,"['Now', 'for', 'the', 'price', 'of', 'a', 'racy', 'Ford', 'or', 'something', 'like', 'that,', 'you', 'can', 'have', 'a', 'beautiful', 'coach', 'built', 'car)']","[7, 8]",1,ford,"Now for the price of a racy Ford or something like that, you can have a beautiful coach built car)","['Now for the price of a racy Ford or something, you can have a beautiful carriage built)', 'For the price of a racy Ford or something, you can now have a beautiful carriage built).', 'Now you can build a nice vehicle for the price of a racy Ford or something)', 'Now you can build a nice car for the price of a fast Ford or the like)', 'If you had set the price for a racy Ford or something, you would have built a beautiful car.)']" -179,"['The', 'award', 'gave', 'BP', 'Norway', 'operatorships', 'and', '25', 'percent', 'interests', 'in', 'two', 'licences', 'and', 'a', 'stake', 'in', 'a', 'third', 'licence.']","[3, 5]",0,bp norway,The award gave BP Norway operatorships and 25 percent interests in two licences and a stake in a third licence.,"['This award gave BP Norway operators a 25 per cent stake in two licences and a share in a third licence.', 'The award gave BP Norway operators a 25 percent stake in two licenses and a share in a third license.', 'Of this, BP Norway received operating companies as well as 25 percent of two licenses and a third license.', 'BP Norway received two licensing agreements, as well as 25 percent and a third license.', 'Alternative criteria were the acquisition of a 25 percent stake in two licenses and the participation in a third license by BP Norway.']" -180,"['The', 'opposite', 'method,', 'that', 'of', 'discharging', 'all', 'the', 'parts', 'of', 'the', 'drum', 'that', 'are', 'going', 'to', 'stay', 'white,', 'is', 'used', 'by', 'Ricoh', ',', 'Hitachi', 'among', 'others.']","[21, 22]",1,ricoh,"The opposite method, that of discharging all the parts of the drum that are going to stay white, is used by Ricoh, Hitachi among others.","['The opposite method, namely unloading all parts of the drum that remain white, is used by Ricoh, Hitachi and others.', 'Ricoh, Hitachi and others use the exact opposite method to empty all parts of the drum that remain white.', 'The reverse method, i.e. all parts of the drum that should remain white, is also used by Ricoh, Hitachi, etc.', 'Ricoh, Hitachi and others use the opposite method to empty any part of the drum that remains white.', 'Ricoh, Hitachi and others use the opposite method, which is to strip them all off and keep them white.']" -181,"['Mazda', 'auto', 'factory:', 'Will', 'empowerment', 'make', 'the', 'west', 'more', 'competitive?']","[0, 1]",0,mazda,Mazda auto factory: Will empowerment make the west more competitive?,"['Mazda Automobile Factory: Does empowerment make the West more competitive?', 'Mazda car factory: Does self-empowerment make the West more competitive?', 'Mazda car factory: Will empowerment make the West more competitive?', 'Mazda car factory: Will expansion make the West more competitive?', 'Mazda Auto Factory: Will implementation make the West more competitive?']" -182,"['A', 'red', 'light', 'was', 'hung', 'on', 'the', 'Ford', ""'s"", 'tail-gate.']","[7, 8]",1,ford,A red light was hung on the Ford's tail-gate.,"[""A red light hung from the Ford's tailgate."", ""A red light hung from the Ford's tailgate."", ""A red light hung from the rear driver's door of the Ford."", 'A red light hung on the guardrail of the Ford.', 'A red light hung on the guardrail of the Ford.']" -183,"['Marks', 'and', 'Spencer', 'Cape', 'Country;', 'Sauvignon', 'Blanc;', 'Chenin', 'Blanc', 'also', 'Colombard.']","[0, 3]",0,marks and spencer,Marks and Spencer Cape Country; Sauvignon Blanc; Chenin Blanc also Colombard.,"['Marks and Spencer Cape Country; Sauvignon Blanc; Chenin Blanc also Colombard.', 'Marks and Spencer Cape Country, Sauvignon Blanc, Chenin Blanc and Colombard.', 'Marks and Spencer Cape Country; Sauvignon Blanc; Chenin Blanc also Colombard.', 'Marks and Spencer Cape Country; Sauvignon Blanc; also Chenin Blanc.', 'Marks and Spencer Landkap; Sauvignon Blanc; Chenin Blanc also Colombard.']" -184,"['The', 'programme,', '""Betty', 'and', 'Bob"",', 'was', 'sponsored', 'by', 'a', 'flour', 'manufacturer,', 'and', 'Sample', 'used', 'the', 'same', 'idea', 'to', 'promote', 'Oxydol', 'washing', 'powder', 'for', 'Proctor', 'and', 'Gamble,', 'under', 'seige', 'from', 'Unilever', ""'s"", 'Rinso', 'in', 'the', 'US', 'market.']","[29, 30]",0,unilever,"The programme,""Betty and Bob"", was sponsored by a flour manufacturer, and Sample used the same idea to promote Oxydol washing powder for Proctor and Gamble, under seige from Unilever's Rinso in the US market.","['The ""Betty and Bob"" program was sponsored by a flour manufacturer, and Sample used the same idea to promote Oxydol washing powder to the US market for Proctor and Gamble, led by Unilever\'s Rinso.', 'The ""Betty and Bob"" program was sponsored by a flour manufacturer, and Sample used the same idea to promote Oxydol washing powder for Proctor and Gamble, which was distributed on the US market through Unilever Rinso.', 'The ""Betty and Bob"" program was sponsored by a flour manufacturer, and Sample used the same idea to promote Oxydol washing powder for Proctor and Gamble, which is marketed by Unilever\'s Rinso in the US.', 'The ""Betty and Bob"" program was sponsored by a flour manufacturer, and Sample used the same idea to promote Oxydol washing powder for Proctor and Gamble, which is distributed in the US market by Rinso Duchess of Unilever.', 'The ""Betty and Bob"" program was initiated by a flour producer; Sample used the same idea and promoted oxydol rinse powder for Proctor and Gamble, which Rinso acquired from Unilever on the US market under the name Rinso.']" -185,"['It', 'has', 'signed', 'on', 'undisclosed', 'terms', 'to', 'use', 'Oracle', ""Corp's"", 'manufacturing', 'and', 'financial', 'applications,', 'including', 'software', 'engineering', 'products', 'worldwide;', 'Oracle', 'Manufacturing', 'will', 'be', 'installed', 'in', 'Sun', 'Microsystems', 'Computer', 'Corp', 'manufacturing', 'plants', 'worldwide', 'and', 'Oracle', 'Financials', 'will', 'be', 'installed', 'throughout', ""Sun's"", 'subsidiaries,', 'including', 'sites', 'in', 'Europe,', 'Asia', 'and', 'North', 'America', 'in', 'what', 'is', 'claimed', 'to', 'be', 'the', 'first-ever', 'distributed', 'system', 'to', 'address', 'multi-site,', 'multi-plant,', 'multi-country,', 'and', 'multi-lingual', 'requirements;', 'the', 'value', 'of', 'the', 'pact', 'to', 'Oracle', 'was', 'not', 'given.']","[73, 74]",0,oracle,"It has signed on undisclosed terms to use Oracle Corp's manufacturing and financial applications, including software engineering products worldwide; Oracle Manufacturing will be installed in Sun Microsystems Computer Corp manufacturing plants worldwide and Oracle Financials will be installed throughout Sun's subsidiaries, including sites in Europe, Asia and North America in what is claimed to be the first-ever distributed system to address multi-site, multi-plant, multi-country, and multi-lingual requirements; the value of the pact to Oracle was not given.","[""The agreement to use Oracle Corp's manufacturing and financial applications, including software engineering products worldwide, Oracle Manufacturing will be installed at Sun Microsystems Computer Corp's global manufacturing sites, and Oracle Financials will be installed in all Suns subsidiaries, including locations in Europe, Asia and North America, in a system believed to be the first distributed system to meet multilateral, multilateral, multilateral, country and multilingual requirements; the value of the contract for Oracle has not been disclosed."", ""The Company has entered into confidential agreements to use Oracle Corporation's manufacturing and financial applications, including software engineering products worldwide; Oracle Manufacturing will be installed at Sun Microsystems Computer Corp's global manufacturing facilities; and Oracle Financials will be installed in all Suns subsidiaries, including locations in Europe, Asia, and North America, in a system believed to be the first distributed system ever to meet the requirements of multiple locations, factories, countries, and languages; the value of the pact has not been disclosed to Oracle."", 'It has agreed, under unspecified conditions, the manufacturing and financial applications of Oracle Corp, including software engineering products, worldwide; Oracle Manufacturing will subsequently be installed worldwide in the manufacturing facilities of Sun Microsystems Computer Corp; and Oracle Financials will be installed in all Sun subsidiaries, including locations in Europe, Asia, and North America. This will be the first distributed system ever to be suitable for multiple sites, multiple plants, many countries, and multilingual requirements; the benefits of the pact for Oracle have not been specified.', ""In the meantime, Oracle has entered into an agreement to use its manufacturing and financial applications, including global software engineering products. Oracle Manufacturing will be installed in Sun Microsystems Computer Corp's global manufacturing facilities, and Oracle Financials will be the supposedly first distributed system ever to address multiple locations, facilities, countries and languages in all Sun subsidiaries, including locations in Europe, Asia and North America."", ""PSA signed a secret agreement to use Oracle's manufacturing and financial applications, including software technology products around the world, or Oracle Manufacturing, which will be installed at Sun Microsystems Computer Corp's manufacturing facilities around the world. Oracle Financials will be installed in all Sun subsidiaries, including offices in Europe, Asia and North America, in a supposedly open system that meets the requirements of many locations, plants, countries and multiple languages.""]" -186,"['Nippon', 'Digital', 'Equipment', 'Corp', 'is', 'to', 'go', 'after', 'the', 'client-server', 'market', 'in', 'Japan,', 'using', 'the', 'bilingual', 'DOS/V', 'operating', 'system', 'on', 'its', 'personal', 'computers', 'and', 'the', 'VAX', 'series', 'of', 'machines', 'as', 'servers.']","[0, 4]",1,nippon digital equipment corp,"Nippon Digital Equipment Corp is to go after the client-server market in Japan, using the bilingual DOS/V operating system on its personal computers and the VAX series of machines as servers.","['Nippon Digital Equipment Corp takes a closer look at the client-server market in Japan and also uses the bilingual operating system DOS / V on its PCs and as a server the VAX series.', 'Nippon Digital Equipment Corp is to investigate the customer and server market in Japan and use the bilingual DOS / V operating system of its PCs and the VAX series of machines as servers.', 'Nippon Digital Equipment Corp will dominate the client / server market in Japan, using the bilingual DOS / V operating system on its PCs and the VAX series of machines on its servers.', 'Nippon Digital Equipment Corp is trying to enter the client-server market in Japan with the bilingual operating system DOS / V for PCs and servers on computers of the VAX series.', 'Nippon Digital Equipment Corp now has to deal with the client-server market in Japan, which uses the bilingual operating system DOS / V on its PCs and the VAX machines of the construction generation as servers.']" -187,"['Back', 'in', 'March', '(UX', 'No', '375),', 'Uniplex', 'said', 'it', 'would', 'use', 'IBM', ""'s"", 'RS/6000', 'as', 'a', 'primary', 'development', 'machine', 'along', 'with', 'one', 'other', 'platform,', 'giving', 'those', 'chosen', 'a', 'significant', 'lead', 'time', 'in', 'bringing', 'product', 'to', 'market.']","[11, 12]",0,ibm,"Back in March (UX No 375), Uniplex said it would use IBM's RS/6000 as a primary development machine along with one other platform, giving those chosen a significant lead time in bringing product to market.","[""As early as March (UX No. 375), Uniplex made it clear that it would use IBM's RS / 6000 together with another platform as a development machine, which would give these select ones a significant lead time in bringing the products to market."", 'Already in March (UX No. 375) Uniplex announced that IBM would use RS / 6000 together with another platform as the primary development engine, which would give the selected a considerable time window for the market launch of the products.', 'As early as March (UX No. 375), Uniplex announced that it would use IBMS RS / 6000 along with another platform as its primary development engine, which would help the select ones achieve a significant delivery time during the launch of the products.', 'In March, Uniplex announced that it would use the IBM RS / 6000 as its primary development engine along with another platform, giving those selected a significant lead time to bring a product to market.', ""Back in March, Uniplex announced that it would use IBM's RS / 6000 together with another platform as a basic development switch, which would give stakeholders considerable lead time in bringing the products to market.""]" -188,"['The', 'car', 'is', 'part', 'of', 'a', 'driving', 'simulator,', 'which', 'uses', 'a', 'Philips', 'video', 'disc', 'player,', 'in', 'conjunction', 'with', 'an', 'Acorn', 'Archimedes', 'A440', 'computer,', 'to', 'project', 'video', 'images', 'onto', 'a', 'screen.']","[11, 12]",0,philips,"The car is part of a driving simulator, which uses a Philips video disc player, in conjunction with an Acorn Archimedes A440 computer, to project video images onto a screen.","['The car is part of a driving simulator that uses a Philips video player to project video images onto a screen using an Acorn Archimedes A440 computer.', 'The car is part of a driving simulator that uses a Philips video player in conjunction with an Acorn Archimedes A440 computer to project video images onto a screen.', 'The car is part of a driving simulator that uses a Philips video player in conjunction with an Acorn Archimedes A440 computer to project video images onto a screen.', 'The car is part of a driving simulator in which a Philips video player can project video images onto a screen along with an Acorn Archimedes A440 computer.', 'The car is part of a driving simulator that, in conjunction with an Acorn Archimedes A440 computer, projects video images onto a screen using a Philips Video Disc Player.']" -189,"['Barclays', 'slipped', '4p', 'to', '351p', 'after', 'confirming', '3,000', 'more', 'job', 'losses.']","[0, 1]",1,barclays,"Barclays slipped 4p to 351p after confirming 3,000 more job losses.","['Barclays slipped 4p to 351p after cutting a further 3,000 jobs.', 'Barclays slipped 4 per cent to 351p after confirming another 3,000 job cuts.', 'Barclays slipped 4p to 351p after cutting another 3,000 jobs.', 'Barclays slipped 4 per cent to 351p after it was confirmed that another 3,000 jobs had been cut.', 'Barclays slipped four per cent to 351 after the confirmation of the additional 3,000 job cuts.']" -190,"['Sun', 'Microsystems', 'Inc', ""'s"", 'SunSelect', 'formally', 'announced', 'its', 'Wabi', 'Windows', 'applications', 'binary', 'interface', 'which', 'enables', 'Windows', 'applications', 'to', 'run', 'under', 'Unix', 'without', 'MS-DOS', 'or', 'Windows', 'being', 'needed,', 'and', 'Microsoft', 'Corp', 'announced', 'its', 'alliance', 'with', 'UK', 'firm', 'Insignia', 'Solutions', 'Ltd,', 'High', 'Wycombe,', 'to', 'create', 'Windows', 'applications', 'programming', 'interfaces', 'for', 'the', 'Apple', 'Computer', 'Inc', 'Macintosh', 'and', 'Unix', 'and', 'other', 'operating', 'systems.']","[0, 3]",0,sun microsystems inc,"Sun Microsystems Inc's SunSelect formally announced its Wabi Windows applications binary interface which enables Windows applications to run under Unix without MS-DOS or Windows being needed, and Microsoft Corp announced its alliance with UK firm Insignia Solutions Ltd, High Wycombe, to create Windows applications programming interfaces for the Apple Computer Inc Macintosh and Unix and other operating systems.","[""Sun Microsystems Inc's SunSelect officially announced its Wabi Windows Applications Binary Interface, which runs Windows applications on Unix without MS-DOS or Windows, and Microsoft Corp announced its alliance with British company Insignia Solutions Ltd, High Wycombe, to create programming interfaces for Windows engines for Macintosh and Unix and other operating systems."", 'SunSelect from Sun Microsystems Inc. officially announced its binary Wabi Windows Application Tag Interface, which allows Windows applications to work with Unix without MS-DOS or Windows, and Microsoft Corp announced its alliance with British company Insignia Solutions Ltd, High Wycombe, to create Windows programming interfaces for Macintosh, Unix and other operating systems.', 'SunSelect of Sun Microsystems Inc. announced a binary Wabi window that runs Windows applications on Unix without DOS or Windows, and Microsoft Corp announced its alliance with Insignia Solutions Ltd., High Wycombe, to develop Windows applications as programming interfaces for Apple Computer Inc. ""s Macintosh and Unix software and other operating systems.', 'SunSelect from Sun Microsystems Inc officially announces the Wabi Windows Application Binary Interface, which runs Windows applications on Unix without MS-DOS or Windows, and Microsoft Corp announced its alliance with the British company Insignia Solutions Ltd, High Wycombe, to develop the programming interfaces of Windows applications for the Apple Macintosh.', ""SunSelect from Sun Microsystems Inc has officially released its Wabi Windows applications that allow Windows applications to run under Unix without MS-DOS or Windows. Microsoft Corp, together with Insignia Solutions Ltd, High Wycombe, has established a close collaborative project to develop programming interfaces for Windows applications based on Apple Computer Inc's Macintosh and Unix tablets and other operating systems.""]" -191,"['Elsewhere', 'on', 'the', 'LP', ""there's"", 'their', 'poppiest', 'single', 'to', 'date,', '""It\'s', 'Alright"",', 'along', 'with', 'an', 'attack', 'on', 'army', 'brutality', 'in', 'Derry,', 'a', 'moving', 'condemnation', 'of', 'the', 'police', 'at', 'the', 'Hillsborough', 'disaster,', 'and', 'a', 'clever', 'put-down', 'of', 'strike-breaking', 'Sun', '-reading,', 'working-class', 'Tory', 'supporters.']","[37, 38]",1,sun,"Elsewhere on the LP there's their poppiest single to date,""It's Alright"", along with an attack on army brutality in Derry, a moving condemnation of the police at the Hillsborough disaster, and a clever put-down of strike-breaking Sun -reading, working-class Tory supporters.","['Elsewhere on the record, their poppiest single, ""It\'s Alright,"" is released, along with an attack on army brutality in Derry, a moving condemnation of the police in the Hillsborough disaster, and a deft crackdown on strike-breaking, sun-reading working-class Tory supporters.', 'Elsewhere on the LP is their most pop single yet, ""It\'s Alright,"" along with an attack on army brutality in Derry, a moving condemnation of the police in the Hillsborough disaster and a deft crackdown on striking Tory supporters reading the Sun.', 'Elsewhere on the LP there\'s their most poppy single yet, ""It\'s Alright,"" along with an attack on army brutality in Derry, a moving condemnation of the police after the Hillsborough disaster and a smart crackdown on striking Tory supporters reading the Sun.', 'On the other side of the record stands their most pop single, ""It\'s Alright,"" along with an attack on army brutality in Derry, a moving condemnation of the police after the Hillsborough disaster, and a cleverly interspersed crackdown on striking, sun-kissed working-class Tory supporters.', 'The LP includes her most pop single, ""It\'s Alright,"" an attack on army brutality in Derry, a moving Justin Bieber condemnation of the police after the Hillsborough disaster, and a skilful crackdown on strike-breaking supporters of her own Tory Labour Party.']" -192,"['Continuing', 'to', 'pursue', 'its', 'development', 'strategy,', 'LVMH', 'has', 'consolidated', 'its', 'presence', 'in', 'the', 'potentially', 'strong', 'markets', 'of', 'south-east', 'Asia', 'and', 'reinforced', 'its', 'distribution', 'network,', 'notably', 'in', 'Mexico', '(in', 'association', 'with', 'United', 'Distillers)', 'for', 'its', 'wines', 'and', 'spirits', 'portfolio,', 'in', 'Eastern', 'Europe', 'for', 'its', 'perfume', 'business,', 'and', 'in', 'Japan', 'for', 'the', 'RoC', 'cosmetics', 'brand.']","[6, 7]",1,lvmh,"Continuing to pursue its development strategy, LVMH has consolidated its presence in the potentially strong markets of south-east Asia and reinforced its distribution network, notably in Mexico (in association with United Distillers) for its wines and spirits portfolio, in Eastern Europe for its perfume business, and in Japan for the RoC cosmetics brand.","['By continuing its development strategy, LVMH has consolidated its presence in the potentially strong markets of Southeast Asia and strengthened its distribution network, in particular in Mexico (in conjunction with United Distillers) for its wine and spirits offering, in Eastern Europe for its perfume business and in Japan for its RoC cosmetics brand.', 'Continuing its development strategy, LVMH has consolidated its presence in the potentially strong markets of Southeast Asia and strengthened its distribution network, in particular in Mexico (in partnership with United Distillers), where it has wines and spirits in its portfolio, in Eastern Europe in the perfume business and in Japan for the RoC cosmetics brand.', 'Kraft in the potentially strong markets of Southeast Asia and strengthened its distribution network, which includes wines and spirits in Mexico (together with United Distillers), the perfume business in Eastern Europe and the cosmetics brand RoC in Japan.', 'In other countries around the world - such as South Korea, Peru, India, India, Portugal, India, the US, Thailand and South Africa - LVMH has continued its development strategy, strengthened its presence in the potentially strong markets of Southeast Asia and expanded its distribution network, in particular in Mexico (together with United Distillers) for its wine and spirits portfolio, in Eastern Europe for its perfume business and in Japan for its RoC cosmetics brand.', 'LVMH is continuing its development strategy, consolidating its presence in the potentially strong markets of Southeast Asia and strengthening its distribution network, in particular in Mexico (together with United Distillers) for its wine and spirits portfolio, in Eastern Europe for its perfume business and in Japan for the cosmetics brand RoC. Revenue of EUR 54.737 million is now required to achieve the best possible qualities.']" -193,"['Sleek', 'Mercedes', 'Benz', 'and', 'BMWs', 'intermingled', 'with', 'smoke-belching,', 'rattling', 'Trabants,', 'Wartburgs', 'and', 'Ladas,', 'but', 'it', 'was', 'an', 'environment', 'that', 'lacked', 'the', 'hurly-burly', 'of', 'enterprise.']","[4, 5]",1,bmws,"Sleek Mercedes Benz and BMWs intermingled with smoke-belching, rattling Trabants, Wartburgs and Ladas, but it was an environment that lacked the hurly-burly of enterprise.","['Slim Mercedes-Benz and BMW mingled with smoking, rattling satellites, Wartburgs and Ladas, but there was no rush in this environment.', 'Slender Mercedes-Benz and BMWs mingled with smoking, rattling satellites, Wartburgs and Ladas, but it was an environment that lacked entrepreneurial unrest.', 'Smaller Mercedes-Benz and BMWs mixed with smoking, rattling satellites, Wartburgs and Ladas, but it was an environment that did not exhibit the hustle and bustle of entrepreneurship.', 'From elegant Mercedes-Benz and BMWs mingled smoking, rattling satellites, Wartburgs and Ladas, but the surroundings lacked the haste of the companies.', 'A curved Mercedes-Benz machine and BMWs mingled with smoking, rattling satellites, Wartburgs and Ladas, so it was an environment in which there was no bad company sport.']" -194,"['However,', 'a', 'paper', 'read', 'at', 'the', 'International', 'Bar', 'Asssociation', 'meeting', 'in', 'the', 'summer', 'by', 'the', 'Spanish', 'lawyer', 'on', 'the', 'Thyssen', 'Foundation', ""'s"", 'board,', 'Rodrigo', 'Uria,', 'and', 'Richard', 'Turnor,', 'of', 'the', 'firm', 'of', 'Allen', 'and', 'Overy', 'acting', 'for', 'Baron', 'Thyssen,', 'reveals', 'that', 'the', 'Baron', 'has', 'been', 'concerned', 'to', 'keep', 'his', 'options', 'open:', 'not', 'a', 'single', 'work', 'of', 'art', 'was', 'sent', 'into', 'Spain', 'until', 'it', 'had', 'already', 'been', 'granted', 'its', 'export', 'licence', 'out', 'of', 'Spain.']","[19, 21]",0,thyssen foundation,"However, a paper read at the International Bar Asssociation meeting in the summer by the Spanish lawyer on the Thyssen Foundation's board, Rodrigo Uria, and Richard Turnor, of the firm of Allen and Overy acting for Baron Thyssen, reveals that the Baron has been concerned to keep his options open: not a single work of art was sent into Spain until it had already been granted its export licence out of Spain.","['However, a paper presented by Rodrigo Uria, a Spanish lawyer on the board of the Thyssen Foundation, and Richard Turnor of Allen and Overy, the law firm that works for Baron Thyssen, at the International Bar Association meeting in the summer shows that the baron tried to keep his options open: not a single work of art was sent to Spain until it had already obtained an export licence from Spain.', 'However, at the summers of the Spanish lawyer Rodrigo Uria on the board of the Thyssen Foundation and Richard Turnor of the law firm Allen and Overy on behalf of Baron Thyssen, we read that the Baron was anxious to keep his options open: not a single work of art was sent to Spain until it obtained its export licence from Spain.', 'However, a document submitted to the International Bar Conference in the summer by Rodrigo Uria, a Spanish lawyer on the board of the Thyssen Foundation, and Richard Turnor on behalf of Baron Thyssen, shows that the baron was anxious to keep his options open: not a single work of art was sent to Spain until the export permit from Spain had been granted.', 'However, a presentation at the annual general meeting of the International Bar Association in the summer by the Spanish lawyer Rodrigo Uria and Richard Turnor of the law firm Allen and Overy, who worked for Baron Thyssen, shows that the baron kept his options open: not a single work of art was sent to Spain until the work had already received its export license from Spain.', 'However, a document read by Spanish lawyer Rodrigo Uria on the board of the Thyssen Foundation and Richard Turnor of the law firm Allen and Overy, which works for Baron Thyssen, during the international legal talks in the summer revealed that the Baron was anxious to keep his options open: not a single work of art was sent to Spain to sell before the export permit was granted.']" -195,"['That', 'too', 'might', 'be', 'characterised', 'as', 'a', 'courageous', 'move', '--', 'but', 'nothing', 'like', 'as', 'courageous', 'as', 'that', 'of', 'James', 'Burke', 'and', 'his', 'cohorts', 'in', 'deciding', 'that', 'the', 'right', 'man', 'to', 'dig', 'IBM', 'out', 'of', 'its', 'hole', 'was', 'outsider', 'Louis', 'V', 'Gerstner', 'Jr.']","[31, 32]",0,ibm,That too might be characterised as a courageous move -- but nothing like as courageous as that of James Burke and his cohorts in deciding that the right man to dig IBM out of its hole was outsider Louis V Gerstner Jr.,"['That, too, can be called a courageous step - but nothing as courageous as James Burke and his colleagues, who decided that outsider Louis V. Gerstner Jr. was the right man to dig IBM out of the hole.', 'That, too, can be called a courageous step, but nothing is as courageous as the decision by James Burke and his high society that the right man to get IBM out of its hole was an outsider: Louis V. Gerstner Jr.', 'This, too, can be described as a courageous step - but the decision by James Burke and his associates that Agent Louis V. Gerstner Jr. was the right man to pull IBM out of the mud was not nearly as courageous as he was.', 'That, too, is to be welcomed - but nowhere near as courageous as with James Burke and his comrades-in-arms, who have decided that the right man to solve the problem is the outsider Louis V. Gerstner Junior.', 'This, too, can be described as a courageous step - but it is not as courageous as the decision by James Burke and his colleagues that outsider Louis V. Gerstner Jr. is the right man to trump IBM.']" -196,"['Intel', 'promises', 'Pentium', 'by', 'mid', '1994.']","[0, 1]",1,intel,Intel promises Pentium by mid 1994.,"['Intel promises Pentium by mid-1994.', 'Intel promises Pentium by mid-1994.', 'Intel promises Pentium by mid-1994.', 'Intel promises Pentium by mid-1994.', 'Intel promises Pentium by mid-1994.']" -197,"['If', 'you', 'want', 'a', 'Rolls', 'Royce,', 'you', ""shouldn't"", 'expect', 'to', 'buy', 'it', 'at', 'Volkswagen', 'prices.""']","[13, 14]",1,volkswagen,"If you want a Rolls Royce, you shouldn't expect to buy it at Volkswagen prices.""","[""If you want a Rolls Royce, don't expect to buy it at Volkswagen prices. '"", ""If you want a Rolls Royce, don't expect it to be bought at Volkswagen prices. '"", 'Anyone who wants a Rolls Royce should not be persuaded to buy it at Volkswagen\'s prices. ""', ""If you want a Rolls Royce, don't buy it at Volkswagen prices. '"", ""If you want a Rolls Royce, don't buy a Rolls Royce now at Volkswagen prices. '""]" -198,"['Chambers', 'argues', 'that', 'this', 'pattern', 'which', 'characterises', 'companies', 'like', 'Toyota', 'or', 'Marks', 'and', 'Spencers', 'achieves', 'economies', 'of', 'vertical', 'integration', 'without', 'unified', 'ownership', 'and', 'makes', 'it', 'possible', 'to', 'combine', 'the', 'advantages', 'of', 'markets', 'with', 'the', 'virtues', 'of', 'planning,', 'since', 'it', 'gives', 'a', 'measure', 'of', 'stability', 'to', 'both', 'parties.']","[9, 10]",0,toyota,"Chambers argues that this pattern which characterises companies like Toyota or Marks and Spencers achieves economies of vertical integration without unified ownership and makes it possible to combine the advantages of markets with the virtues of planning, since it gives a measure of stability to both parties.","['Chambers argues that this pattern, typical of companies such as Toyota or Marks and Spencer, achieves economies of vertical integration without a unified ownership structure, combining the benefits of markets with the benefits of planning, because it gives both parties a degree of stability.', 'Chambers believes that this pattern, which distinguishes companies such as Toyota and Marks and Spencers, enables vertical integration economies without co-ownership, and allows the benefits of markets to be combined with the benefits of planning, as this gives both sides a degree of stability.', 'Chambers argues that this pattern, typical of companies such as Toyota, Marks, and Spencer, enables vertical integration economies without a shared ownership structure, and allows the benefits of the market to be combined with the benefits of planning, because there is a degree of stability on both sides.', 'Chambers argues that this pattern, characteristic of companies such as Toyota or Marks and Spencer, could lead to vertical integration without joint ownership, combining the benefits of markets with the benefits of planning, because it would ensure long-term stability on both sides.', 'Chambers argues that this pattern, typical of companies such as Toyota and Marks and Spencer, allows for vertical integration without the need for independent identity management and allows the benefits of the market to be combined with the benefits of planning for Mel B, as it gives both parties a degree of stability.']" -199,"['A', 'further', 'example', 'of', 'the', 'assumption', 'that', 'women', 'should', 'be', 'willing', 'to', 'provide', 'sex', 'for', 'interested', 'men', 'seems', 'implicit', 'in', 'the', 'Sun', 'headline', '--', ""LANDLORD'S"", 'DEATH', 'LUST', 'FOR', 'GIRL', 'Lodger', 'shunned', 'sex.']","[21, 22]",1,sun,A further example of the assumption that women should be willing to provide sex for interested men seems implicit in the Sun headline -- LANDLORD'S DEATH LUST FOR GIRL Lodger shunned sex.,"[""Another example of the assumption that women should offer sex to interested men appears implicitly in the Sun headline: LANDLORD'S TOATH LUST FOR GIRL Lodger avoided sex."", ""Another example of the assumption that women should offer sex to interested men appears implicitly in the Sun headline - LANDLORD'S Death LUST FOR GIRL Lodger avoided sex."", ""Another example of the assumption that women should be willing to offer sex to interested men appears implicitly in the Sun headline - LANDLORD'S TOATH LUST FOR GIRL Lodger avoided sex."", ""Another example of the assumption that women should be willing to offer sex to interested men appears implicitly in the Sun's headline: LANDLORD'S TOAD LUST FOR GIRL WIND has shunned sex."", ""Another example of the assumption that women should be willing to have sex with men appears implicitly in the Sun's headline - LANDLORD'S TOOTH LUST FOR GIRL Lodger is said to have shunned sex.""]" -200,"['However,', 'in', 'an', 'attempt', 'to', 'forestall', 'or', 'derail', ""Microsoft's"", 'likely', 'objections', 'to', 'WABI,', 'legal', 'or', 'otherwise', '--', 'including', 'its', 'promise', 'to', '""make', 'Windows', 'such', 'a', 'moving', 'target', 'that', 'Sun', 'could', 'not', 'keep', 'up""', '(UX', 'No', '431)', '--', 'Sun', 'is', 'also', 'expected', 'to', 'unleash', 'its', 'latest', 'secret', 'weapon', ""that's"", 'guaranteed', 'to', 'raise', 'the', 'stakes', 'once', 'again.']","[37, 38]",0,sun,"However, in an attempt to forestall or derail Microsoft's likely objections to WABI, legal or otherwise -- including its promise to""make Windows such a moving target that Sun could not keep up"" (UX No 431) -- Sun is also expected to unleash its latest secret weapon that's guaranteed to raise the stakes once again.","['But to pre-empt Microsoft\'s likely objections to WABI, legal or otherwise - including its promise to make Windows ""such a mobile target that Sun could not compete"" (UX No. 431) - Sun is also likely to deploy its latest secret weapon, which is guaranteed to bring more use.', 'In an attempt to address Microsoft\'s possible objections to WABI (legal or not) - including its promise to ""make Windows such a mobile target that Sun cannot compete"" (UX # 431) - Sun will also unleash its latest secret weapon, which is guaranteed to help raise the stakes again.', 'But in an attempt to pre-empt Microsoft\'s likely objections - legal or otherwise - to WABI, including its promise to ""make Windows a moving target with which Sun cannot compete"" (UX No.431), Sun is also expected to use its latest secret weapon, the Aug.', 'But in an attempt to deflect Microsoft\'s likely objections to WABI in legal or other ways, including the promise to ""make Windows a moving target that Sun could not achieve"" (UX # 431), Sun is likely to resort to its latest secret weapon, which guarantees higher stakes again.', 'However, Sun is also expected to use its latest secret weapon, which is guaranteed to raise the stakes again, to head off or derail Microsoft\'s likely, illegal, or other objections to WABI - including its promise to ""move Windows so that Sun is not competitive"" (UX No. 431).']" -201,"['On', 'Friday,', 'GM', 'announced', 'that', 'its', 'share', 'of', 'the', 'US', 'car', 'and', 'truck', 'market', 'for', 'the', '1989', 'model', 'year', 'ended', 'September', '30', 'was', '35.2', 'per', 'cent', '--', 'up', 'from', '34.7', 'per', 'cent', 'in', '1988', '--', 'and', 'that', 'it', 'has', 'outsold', 'Ford', 'by', '1.7', 'million', 'vehicles', 'and', 'Chrysler,', 'the', 'third', 'biggest', 'American', 'car', 'maker,', 'by', '3.4', 'million', 'vehicles.']","[40, 41]",0,ford,"On Friday, GM announced that its share of the US car and truck market for the 1989 model year ended September 30 was 35.2 per cent -- up from 34.7 per cent in 1988 -- and that it has outsold Ford by 1.7 million vehicles and Chrysler, the third biggest American car maker, by 3.4 million vehicles.","['On Friday, GM announced that its share of the U.S. passenger car market in the 1989 model year that ended in September was 35.2 percent - up from 34.7 percent in 1988 - overtaking Ford by 1.7 million vehicles and Chrysler, the third-largest U.S. automaker, by 3.4 million vehicles.', 'On Friday, GM announced that its share of the U.S. car and truck market for the 1989 model year to September 30 was 35.2 percent (down from 34.7 percent in 1988), overtaking Ford by 1.7 million vehicles and Chrysler, the third-largest U.S. automaker, by 3.4 million cars.', 'GM announced Friday that its share of the U.S. car and truck market for the 1989 model year, which ends September 30, is 35.2 percent - up from 34.7 percent in 1988 - beating Ford by 1.7 million vehicles and Chrysler, the third-largest U.S. automaker, by 3.4 million cars.', 'On Friday, GM announced that its share of the U.S. car and truck market in the year ended September 30 was 35.2 percent - up from 34.7 percent in 1988 - and that it has overtaken Ford by 1.7 million vehicles and Chrysler, the third-largest American automaker, by 3.4 million vehicles.', 'On Friday, GM announced that its share of the U.S. auto and truck market in the 1989 model year that ended September 30 was 35.2 percent - up from 34.7 percent in 1988 - and that it has overtaken Ford by 1.7 million vehicles and Chrysler, the third-largest U.S. automaker, by 3.4 million vehicles this year.']" -202,"['Jim', 'Harris,', 'new', 'president', 'and', 'CEO', 'of', 'the', 'Santa', 'Cruz', 'Operation,', 'was', 'one', 'of', 'the', 'very', 'earliest', 'in', 'the', 'door', 'at', 'Intel', 'Corp', ',', 'where', 'he', 'made', 'his', 'fortune:', 'since', '1988,', 'aside', 'from', 'his', 'position', 'on', ""SCO's"", 'board,', 'he', 'has', 'has', 'been', 'occupied', 'as', 'a', 'farmer', 'in', 'Minnesota.']","[21, 23]",0,intel corp,"Jim Harris, new president and CEO of the Santa Cruz Operation, was one of the very earliest in the door at Intel Corp, where he made his fortune: since 1988, aside from his position on SCO's board, he has has been occupied as a farmer in Minnesota.","[""Jim Harris, the company's new president and CEO in Santa Cruz, was one of the first in Intel Corp's history to make his fortune: since 1988, he has worked as a farmer in Minnesota alongside his post on the SCO board."", 'Jim Harris, the new president and CEO of Santa Cruz, was one of the first to make his fortune at Intel Corp. Aside from his position on the SCO board, he has worked as a farmer in Minnesota since 1988.', ""Jim Harris, the Santa Cruz-based company's new president and CEO, was one of the first to earn his fortune at Intel, joining the SCO board as a farmer in Minnesota in 1988."", 'Jim Harris, the new president and CEO of the company in Santa Cruz, was one of the first in the history of Intel Corporation to earn money: In addition to his position on the SCO board, he has worked as a farmer in Minnesota since 1988.', 'Jim Harris, the new president and CEO of the Santa Cruz company, was the first in the line of founders at Intel, where he made his fortune: from 1988 he worked as a farmer in Minnesota in addition to his position on the board of SCO.']" -203,"['Even', 'though', 'Compaq', 'Computer', 'Corp', 'is', 'infatuated', 'with', 'the', 'NeXT', 'Computer', ""Inc's"", 'NextStep', 'environment,', 'claiming', 'it', 'delivers', 'today', 'what', 'the', 'Taligent', 'IBM', 'Corp/Apple', 'Computer', 'Inc', 'joint', 'venture', 'can', 'only', 'promise,', 'and', 'what', 'Sun', 'Microsystems', 'Inc', 'and', 'Hewlett-Packard', 'Co', 'have', 'yet', 'to', 'materialise,', 'it', 'seems', 'in', 'no', 'particular', 'hurry', 'to', 'cut', 'that', 'OEM', 'deal', 'Steve', 'Jobs', 'is', 'after.']","[2, 5]",1,compaq computer corp,"Even though Compaq Computer Corp is infatuated with the NeXT Computer Inc's NextStep environment, claiming it delivers today what the Taligent IBM Corp/Apple Computer Inc joint venture can only promise, and what Sun Microsystems Inc and Hewlett-Packard Co have yet to materialise, it seems in no particular hurry to cut that OEM deal Steve Jobs is after.","['Although Compaq Computer Corp is in love with the NextStep environment of NeXT Computer Inc and claims to be able to deliver exactly what the talented IBM Corp / Apple Computer Inc joint venture can promise and what Sun Microsystems Inc and Hewlett-Packard Co still have, there seems to be no particular rush to get this Steve Jobs project off the ground.', 'Although Compaq Computer Corp is in love with the NextStep environment of NeXT Computer Inc and claims to be doing what the talented IBM Corp / Apple Computer Inc joint venture can only promise and what Sun Microsystems Inc and Hewlett-Packard Co are still waiting for, it does not seem to be in too much of a hurry to cut this OEM business off after Steve Jobs.', 'Although Compaq Computer Corp is in love with the NextStep environment of NeXT Computer Inc and claims that it can now do what the joint venture between IBM Corp and Apple Computer Inc can only promise, and what Sun Microsystems Inc and Hewlett-Packard Co. promise, there seems to be no particular rush to cut the OEM business that Steve Jobs aspires to.', 'Although Compaq Computer Corp raved about the NextStep environment of NeXT Computer Inc and claimed that it would deliver today what the joint venture of Taligent IBM Corp / Apple Computer Inc can only promise and what Sun Microsystems Inc and Hewlett-Packard Co. still have to achieve, it seems to be in no hurry to cut the OEM contract sought by Steve Jobs.', 'Although Compaq Computers Corp loves the NextStep environment of NeXT Computer Inc and claims that it is now delivering on the promises of the talented IBM Corp / Apple Computer Inc joint venture and what Sun Microsystems Inc and Hewlett-Packard Co have not yet realized, it does not seem to be in much of a hurry to break off the business that Steve Jobs is seeking for his OEM.']" -204,"['FRANK', '&', 'ASSOCIATES', 'OFFERS', 'MVS/NFS,', 'JOINTLY', 'DEVELOPED', 'WITH', 'SUN']","[8, 9]",0,sun,"FRANK & ASSOCIATES OFFERS MVS/NFS, JOINTLY DEVELOPED WITH SUN","['FRANK & ASSOCIATES OFFER MVS / NFS, HISTORY WITH SUN', 'FRANK & ASSOCIATES OFFER MVS / NFS, LIGHT WITH SUNDAY DEVELOPMENT', 'FRANK & ASSOCIATES OFFER MVS / NFS, Easy with Sun Disclaims', 'FRANK & ASSOCIATES-ANTIERE MVS / NFS, JOINT WITH SUNDEVELOPMENT', 'FRANK & ASSOCIATES OFFER MVS / NFS, ALWAYS DEVELOPED WITH SUNDAY']" -205,"['Honda', 'will', 'enter', ""November's"", '1864-mile', 'World', 'Solar', 'Challenge', 'in', 'Australia', 'with', 'the', 'futuristic', 'single-seat', 'prototype,', 'pictured', 'above,', 'designed', 'and', 'created', 'by', 'young', 'technicians', 'at', ""Honda's"", 'Tochigi', 'R&D', 'base', 'in', 'Japan.']","[0, 1]",0,honda,"Honda will enter November's 1864-mile World Solar Challenge in Australia with the futuristic single-seat prototype, pictured above, designed and created by young technicians at Honda's Tochigi R&D base in Japan.","[""Honda will compete in the 1864-mile World Solar Challenge in Australia with the futuristic single-seat prototype, pictured above, developed by young engineers at Japan's Tochigi Research and Development Centre."", 'Honda will compete in the 1864-mile World Solar Challenge in Australia in November with a futuristic single-seat prototype designed and developed by young engineers in Tokyo.', ""Honda will take part in the 1864-mile World Solar Challenge in Australia in November. Designed and designed by young engineers at Japan's Tochigi Research and Development Centre, the futuristic single-seat prototype, pictured above."", ""Honda will unveil the futuristic single-seat prototype in November at the 1864-mile World Solar Challenge in Australia, designed and developed by young engineers at Honda's Tochigi research and development centre in Japan."", ""Honda will compete in the 1864-mile World Solar Challenge in Australia in November. Designed and developed by young technicians at Honda's Tochigi Research and Development Station in Japan, the futuristic seat prototype we see above.""]" -206,"['The', 'Halcrow', 'report', 'showed', 'that,', 'while', 'overall', 'some', '30', 'per', 'cent', 'of', 'UK', 'drinking', 'water', 'comes', 'from', 'aquifers,', 'this', 'varies', 'from', '6', 'per', 'cent', 'in', 'Wales', 'to', '74', 'per', 'cent', 'in', 'Southern', 'Water', ""'s"", 'region.']","[31, 33]",0,southern water,"The Halcrow report showed that, while overall some 30 per cent of UK drinking water comes from aquifers, this varies from 6 per cent in Wales to 74 per cent in Southern Water's region.","[""The Halcrow report showed that around 30 per cent of Britain's drinking water comes from aquifers, but this varies between 6 per cent in Wales and 74 per cent in the southern water region."", ""The Halcrow report found that about 30 per cent of Britain's drinking water comes from aquifers, but only 6 per cent in Wales and 74 per cent in the Southern Water region."", ""Data from the Halcrow report showed that about 30 per cent of Britain's drinking water comes from aquifers, but this varies from 6 per cent in Wales to 74 per cent in Southern Water."", ""The Halcrow report showed that while around 30 per cent of Britain's drinking water comes from aquifers, this varies from 6 per cent in Wales to 74 per cent in Southern Water."", ""The Halcrow report showed that while around 30 per cent of Britain's drinking water comes from aquifers, this varies from 6 per cent to 74 per cent across the UK.""]" -207,"['The', 'sting', 'in', 'the', 'tail', 'of', 'the', 'AS/400', 'announcement', '(', 'IBM', 'never', 'knows', 'when', 'to', 'leave', 'well', 'enough', 'alone)', 'is', 'that', 'it', 'is', 'to', 'start', 'making', 'a', 'niggling', 'handling', 'charge', 'for', 'software', 'upgrades.']","[10, 11]",1,ibm,The sting in the tail of the AS/400 announcement ( IBM never knows when to leave well enough alone) is that it is to start making a niggling handling charge for software upgrades.,"['The sting in the announcement of AS / 400 (IBM never knows when to leave it well alone) is that it is starting to charge a Nigerian processing fee for software upgrades.', 'The sting in the AS / 400 announcement (IBM never knows when it will be good enough) is that it is starting to pay nebulous processing fees for software upgrades.', 'The sting in the flesh of the AS / 400 announcement (IBM never knows when to leave well enough alone) is that it charges common processing fees for software upgrades.', 'The sting in the flesh of the announcement is that IBM should pay a pesky cancellation fee for software upgrades (IBM never knows when it will let them be good enough).', 'The small stumbling block to the announcement of AS / 400 (IBM never knows when that will be enough) is that the company is introducing a tiny fee for software upgrades.']" -208,"['SIEMENS', 'NIXDORF', 'FIGURES', 'LIMP', 'IN']","[0, 2]",0,siemens nixdorf,SIEMENS NIXDORF FIGURES LIMP IN,"['SIEMENS NIXDORF LEADS LIMP IN', 'NIXDORF SIEMENS FOR LIMP IN', 'SIEMENS NIXDORF WILL LIGHT IN', 'SIEMENS NIXDORF marks the beginning', 'SIEMENS NIXDORF: Public transport is taking shape']" -209,"['NOS', 'will', 'supply', 'pipelines', 'and', 'cables', 'to', 'Norske', 'Shell', 'in', 'a', 'deal', 'worth', '$22.5m.']","[7, 9]",0,norske shell,NOS will supply pipelines and cables to Norske Shell in a deal worth $22.5m.,"['NOS will supply pipelines and cables worth 22.5 million dollars to Norske Shell.', 'NOS will supply pipelines and cables worth $22.5 million to Norske Shell as part of a deal.', 'NOS will supply pipelines and cables worth 22.5 million dollars to Norske Shell.', 'NOS will supply pipelines and cables worth 22.5 million dollars to Norske Shell.', 'In a deal worth 22.5 million dollars, NOS will supply pipelines and cables to Norske Shell']" -210,"['IBM', 'Japan', 'Ltd,', 'Mazda', 'Ltd,', 'and', 'French', 'company', 'ESI', 'SA', 'have', 'jointly', 'developed', 'a', 'virtual', 'machining', 'centre', 'that', 'IBM', 'Japan', 'is', 'marketing.']","[18, 20]",1,ibm japan,"IBM Japan Ltd, Mazda Ltd, and French company ESI SA have jointly developed a virtual machining centre that IBM Japan is marketing.","['IBM Japan Ltd, Mazda Ltd and the French company ESI SA have jointly developed a virtual machining centre for IBM Japan.', 'IBM Japan Ltd., Mazda Ltd. and the French company ESI SA have jointly developed a virtual machining center to market IBM Japan.', 'IBM Japan Ltd, Mazda Ltd and the French company ESI SA have jointly developed a virtual machining centre to market IBM Japan.', 'IBM Japan Ltd, Mazda Ltd and the French company ESI SA have jointly developed a virtual machining centre marketed by IBM Japan.', 'IBM Japan Ltd, Mazda Ltd and ESI SA of France have jointly developed a virtual machining center to market IBM Japan.']" -211,"['Barclays', 'Bank', 'is', 'making', 'the', 'grant', 'over', 'a', 'three-year', 'period', 'to', 'encourage', 'independent', 'companies.']","[0, 2]",1,barclays bank,Barclays Bank is making the grant over a three-year period to encourage independent companies.,"['Barclays Bank is providing this funding over three years to support independent businesses.', 'Barclays Bank is offering a three-year authorisation to promote independent businesses.', 'Barclays Bank is providing this grant over a three-year period to support independent businesses.', 'Barclays Bank is providing this support over a three-year period to encourage independent businesses.', 'Barclays Bank will lend the money over three years to support independent businesses.']" -212,"['Early', 'in', '1991,', 'Sony', ""'s"", 'UK', 'company', 'seemed', 'to', 'be', 'firmly', 'in', 'charge', 'of', 'both', 'hardware', 'and', 'software', 'strategy.']","[3, 4]",0,sony,"Early in 1991, Sony's UK company seemed to be firmly in charge of both hardware and software strategy.","[""At the beginning of 1991, Sony's British company seemed to be firmly in the hands of hardware and software strategy."", ""At the beginning of 1991, Sony's British company seemed to have a firm grip on hardware and software strategy."", 'At the beginning of 1991, the British company Sony seemed to be firmly responsible for the hardware and software strategy.', 'At the beginning of 1991, the British company seemed to be firmly at the forefront of hardware and software strategy.', ""In early 1991, Sony's British company seemed to have a firm grip on both hardware and software strategy.""]" -213,"['Sun', 'executives', 'say', 'the', 'issue', 'of', 'Sun', 'chief', 'executive', 'officer', 'Scott', 'McNealy', 'giving', 'up', 'his', 'other', 'post', 'as', 'president', 'of', 'Sun', 'Microsystems', 'Computer', 'Corp,', 'Sun', ""'s"", 'systems', 'planet', '(UX', 'No', '433),', 'has', 'been', 'raised', 'many', 'times', 'and', 'never', 'acted', 'on.']","[24, 25]",0,sun,"Sun executives say the issue of Sun chief executive officer Scott McNealy giving up his other post as president of Sun Microsystems Computer Corp, Sun's systems planet (UX No 433), has been raised many times and never acted on.","['Sun executives say the question of Sun CEO Scott McNealy relinquishing his second post as president of Sun Microsystems Computer Corp, Sun System Planet (UX # 433), has been raised many times and never responded.', ""Sun executives say the question of whether Sun CEO Scott McNealy should give up his other post as president of Sun Microsystems Computer Corp, Sun's system planet (UX # 433), has been raised many times and never acted upon."", ""Sun executives say the question of why Sun CEO Scott McNealy had to give up his other post as president of Sun Microsystems Computer Corp, Sun's System Planet (UX # 433), has been asked many times and never resurfaced."", ""Sun executives, according to Sun CEO Scott McNealy, who is stepping down as president of Sun Microsystems Computer Corp, Sun's Systems Planet (UX No 433), have been mentioned several times but have never acted."", 'Sun executives say that the issue of Sun Chief Executive Officer Scott McNealy giving up his other post as president of Sun Microsystems Computer Corp, Sun Opportunities for the System World (UX # 433), has been raised many times and never acted.']" -214,"['IBM', ""'s"", 'data', 'engine', 'was', 'to', 'be', 'used', 'alongside', 'Tivoli', 'Systems', ""Inc's"", 'Object', 'Management', 'Group-compliant', 'Object', 'Dispatcher', 'technology', 'in', 'the', 'DME', 'server', 'compartment,', 'which', 'maintains', 'objects', 'that', 'contain', 'information', 'about', 'resources', 'on', 'a', 'network', 'as', 'well', 'as', 'routines', 'for', 'managing', 'them.']","[0, 1]",0,ibm,"IBM's data engine was to be used alongside Tivoli Systems Inc's Object Management Group-compliant Object Dispatcher technology in the DME server compartment, which maintains objects that contain information about resources on a network as well as routines for managing them.","['IBM\'s data engine should work in parallel with Tivoli Systems Inc. ""s Object Management Group-compliant Object Dispatcher technology in the DME server area, which manages objects that contain information about resources on a network, as well as routines for managing them.', 'IBM\'s data engine should be used in conjunction with Tivoli Systems Inc. ""s Object Management Group-compliant Object Dispatcher technology in the DME server area, which manages objects that contain information about resources on a network, as well as routines for managing them.', 'IBM\'s data engine should be used in conjunction with Tivoli Systems Inc. ""s Object Management Group-compliant Object Dispatcher technology in the DME server room, which provides objects that contain information about network resources and routines for managing them.', 'IBM\'s data engine should be used in conjunction with Tivoli Systems Inc. ""s Object Management Group-compliant Object Dispatcher technology in the DME server compartment, which manages objects that contain information about resources on a network and routines for managing them.', ""IBM's data engine should be used in the DME server room with Tivoli Systems Inc., the Object Management Group-compliant Object Dispatcher technology, which manages objects that contain information about the resources and routines of a network for managing them.""]" -215,"['This', 'week,', 'two', 'new', 'lenders', '--', 'the', 'Nationwide', 'and', 'Laurentian,', 'the', 'financial', 'services', 'side', 'of', 'insurance', 'company', 'Laurentian', 'Life', '--', 'are', 'plugging', 'the', 'advantages', 'of', 'mortgage', 'protection', 'insurance.']","[7, 8]",1,nationwide,"This week, two new lenders -- the Nationwide and Laurentian, the financial services side of insurance company Laurentian Life -- are plugging the advantages of mortgage protection insurance.","['This week, two new lenders - Nationwide and Laurentian, the financial services arm of insurance company Laurentian Life - cut mortgage insurance benefits.', 'This week, two new lenders - Nationwide and Laurentian, the financial services arm of insurance company Laurentian Life - are closing mortgage protection insurance services.', 'This week, two new lenders - Nationwide and Laurentian, the financial services division of insurance company Laurentian Life - are launching mortgage insurance.', 'This week, two new lenders, Nationwide and Laurentian, the financial services division of insurance company Laurentian Life, announced the benefits of mortgage insurance.', 'This week, two new lenders - Nationwide and Laurentian, the financial services arm of insurance company Laurentian Life - are upgrading to take advantage of mortgage insurance.']" -216,"['But', 'while', 'the', 'Suzuki', 'may', 'be', 'a', 'nimble', 'machine,', ""Schwantz's"", '1990', 'Suzuki', 'team-mate', 'Niall', 'Mackenzie', 'is', 'a', 'good', 'judge', 'of', 'what', 'makes', 'the', 'Schwantz/RGV', 'combination', 'so', 'rapid.']","[11, 12]",1,suzuki,"But while the Suzuki may be a nimble machine, Schwantz's 1990 Suzuki team-mate Niall Mackenzie is a good judge of what makes the Schwantz/RGV combination so rapid.","[""But while the Suzuki may be a nimble car, Schwantz's 1990 Suzuki teammate Niall Mackenzie is good at judging what makes the Schwantz / RGV combination so fast."", ""But while the Suzuki can be a nimble machine, Schwantz's 1990 Suzuki teammate Niall Mackenzie rates what makes the Schwantz / RGV combination so fast."", 'But while the Suzuki may be a nimble machine, Schwantz ""Suzuki teammate Niall Mackenzie (1990) is a good example of what makes the combination of Schwantz and RGV so fast.', ""But while the Suzuki is a nimble machine, Schwantz's 1990 Suzuki teammate Niall Mackenzie recommends thinking carefully about what makes the Schwantz-RGV combination so fast."", ""But while the Suzuki may be a nimble machine, Schwantz's 1990s Suzuki teammate Niall Mackenzie is a good tester, ensuring a quick switch between Schwantz and RGV.""]" -217,"['Instead', 'of', 'impressing', 'its', 'customers', 'with', 'the', 'ease', 'and', 'convenience', 'of,', 'say,', 'Microsoft', ""'s"", '""Word""', 'word-processing', 'program,', 'the', 'company', 'hopes', 'to', 'wow', 'them', 'with', 'the', 'way', 'that', '""Word""', 'can', 'incorporate', 'charts', 'or', 'query', 'a', 'remote', 'database', 'for', 'the', 'latest', 'sales', 'figures.']","[12, 13]",0,microsoft,"Instead of impressing its customers with the ease and convenience of, say, Microsoft's""Word"" word-processing program, the company hopes to wow them with the way that""Word"" can incorporate charts or query a remote database for the latest sales figures.","['For example, instead of impressing its customers with the ease and convenience of Microsoft\'s word processor ""Word,"" the company hopes to inspire them with how ""Word"" can embed charts or remotely query a database for current sales figures.', 'Rather than impress its customers with the simplicity and convenience of, say, Microsoft\'s Word word processor, the company hopes to inspire them with the way that ""Word"" can embed charts or remotely query a database for current sales figures.', 'Rather than impress its customers with the simplicity and convenience of, say, Microsoft\'s word processor ""Word,"" the company hopes to inspire them with ""Word,"" which can embed diagrams or remotely query a database for the latest sales.', 'For example, instead of impressing its customers with the simplicity and convenience of Microsoft\'s word processing software ""Word,"" the company hoped to impress them with the way ""Word"" can integrate charts or remotely query a database for current sales figures.', 'For example, instead of convincing customers with the convenience and convenience of Microsoft\'s Word word processor, the company hopes to convince them that ""Word"" can embed charts or query a remote database for current sales figures.']" -218,"['BILL', 'GATES', 'TO', 'WED', 'MICROSOFT', 'STAFFER', 'MELINDA', 'FRENCH']","[4, 5]",0,microsoft,BILL GATES TO WED MICROSOFT STAFFER MELINDA FRENCH,"['BILL GATES FOR MICROSOFT STAFFER MELINDA FRENCH', 'BILL GATES FOR VIOLENCE MICROSOFT STAFFER MELINDA FRENCH', 'BILL GATES FOR MIC ROSOFT STAFFER MELINDA FRENCH', 'BILL GATES FOR MICROSOFT STAFFER MELINDA FRENCHisch', 'BILL GATES FOR FRENCH KNOWLEDGE MICROSOFT MELINDA']" -219,"['Mirroring', 'Sun', 'Microsystems', 'Inc', ""'s"", 'efforts', 'in', 'this', 'area', '(UX', 'No', '386)', 'Hewlett-Packard', 'Co', 'has', 'rolled', 'out', 'a', 'new', 'range', 'of', 'ISDN', 'connectivity', 'enabling', 'standalone', 'workstations', 'to', 'communicate', 'over', 'public', 'or', 'private', 'ISDN', 'networks.']","[1, 4]",0,sun microsystems inc,Mirroring Sun Microsystems Inc's efforts in this area (UX No 386) Hewlett-Packard Co has rolled out a new range of ISDN connectivity enabling standalone workstations to communicate over public or private ISDN networks.,"[""By mirroring Sun Microsystems Inc's efforts in this area (UX # 386), Hewlett-Packard Co. has introduced a new set of ISDN connectivity that enables independent workplaces to communicate over public or private ISDN networks."", ""As a result of Sun Microsystems Inc's efforts in this area (UX No. 386), Hewlett-Packard Co has introduced a new set of ISDN connectivity that enables standalone workstations to communicate over public or private ISDN networks."", 'Taking into account the efforts of Sun Microsystems Inc (UX No. 386), Hewlett-Packard Co has introduced a new set of ISDN connectivity that enables standalone workstations to communicate over public or private ISDN networks.', 'These efforts also reflect the efforts of Sun Microsystems Inc in this area (UX No. 386). Hewlett-Packard Co has introduced a new set of ISDN connections that allow standalone workstations to communicate over public or private ISDN networks.', 'Reflect the efforts of Sun Microsystems Inc. in this area (UX No. 386) Hewlett-Packard Co has introduced a new program of ISDN connectivity that allows standalone workstations to communicate over public and private ISDN networks.']" -220,"[""I'm"", 'still', 'nervous', 'about', 'the', 'whole', 'affair,', 'even', 'though', 'I', 'know', 'from', 'my', 'own', 'experience', 'that', 'NEC', ',', 'Phillips,', 'Conner,', 'Intel', 'and', 'ADM', 'are', 'safe.']","[16, 17]",1,nec,"I'm still nervous about the whole affair, even though I know from my own experience that NEC, Phillips, Conner, Intel and ADM are safe.","['I am still nervous, although I know from personal experience that NEC, Phillips, Conner, Intel and ADM are safe.', 'I am still nervous, although I know from personal experience that NEC, Phillips, Conner, Intel and ADM are safe.', 'I am still nervous and know from personal experience that NEC, Phillips, Conner, Intel and ADM are safe.', 'I am still nervous, although I know from personal experience that NEC, Phillips, Conner, Intel and ADM are safe in the world.', 'I still shudder at congresses, even though I know from personal experience that NEC, Phillips, Conner, Intel and ADM are safe.']" -221,"['Sponsored', 'by', 'IBM', 'Northern', 'Ireland']","[2, 5]",0,ibm northern ireland,Sponsored by IBM Northern Ireland,"['Supported by IBM Northern Ireland', 'Supported by IBM Northern Ireland', 'Supported by IBM Northern Ireland', 'Sponsorship: IBM Northern Ireland', 'Sponsorship from IBM Northern Ireland']" -222,"['Intel', 'also', 'filed', 'a', 'motion', 'asking', 'Judge', 'William', 'Ingram', 'to', 'reconsider', 'or', 'to', 'certify', 'his', 'April', '15', 'ruling', 'demanding', 'a', 'retrial', 'of', 'the', 'case', 'over', 'the', 'microcode', 'in', 'the', '80287', 'maths', 'co-processor,', 'which', 'Intel', 'says', 'Advanced', 'Micro', 'was', 'not', 'entitled', 'to', 'use.']","[0, 1]",1,intel,"Intel also filed a motion asking Judge William Ingram to reconsider or to certify his April 15 ruling demanding a retrial of the case over the microcode in the 80287 maths co-processor, which Intel says Advanced Micro was not entitled to use.","['Intel has also filed a lawsuit asking Judge William Ingram to review or uphold its April 15 ruling and request a retrial over the microcode in the 80287 processor, which Intel said Advanced Micro was not allowed to use.', 'Intel has also filed a motion asking Judge William Ingram to reconsider or uphold his April 15 ruling calling for a retrial of the case over the microcode in the 80287 math co-processor, which Intel said Advanced Micro was not allowed to use.', 'Intel also filed a motion asking Judge William Ingram to reconsider or uphold his April 15 ruling requiring a re-trial of the microcode in the 80287 (mathematics co-processor) chip, which Intel says is unusable.', 'Intel also filed a motion asking Judge William Ingram to reconsider or partially uphold its April 15 ruling, which would require a re-hearing of the case because of the microcode in an 80287 co-processor that Intel was not allowed to use, according to Advanced Micro.', 'Intel filed a motion to amend its April 15 decision asking Judge William Ingram to rehear the case, which calls for a retrial of the case involving the microcode in the 80287 math co-processor, which Intel said could not be used.']" -223,"['IBM', 'Corp', 'is', 'to', 'license', 'a', 'version', 'of', 'its', 'CICS/6000', 'CICS', 'overlay', 'for', 'the', 'Encina', 'transaction', 'processing', 'monitor', 'to', 'Hewlett-Packard', 'Co,', 'which', 'says', 'it', 'will', 'offer', 'it', 'on', 'its', 'HP9000', 'Precision', 'Architecture', 'RISC-based', 'Unix', 'machines', '--', 'but', 'conversion', 'of', 'the', 'IBM', 'product', 'will', 'not', 'be', 'a', 'simple', 'task', '--', 'it', ""won't"", 'be', 'ready', 'to', 'ship', 'until', 'the', 'second', 'half', 'of', '1993.']","[0, 2]",0,ibm corp,"IBM Corp is to license a version of its CICS/6000 CICS overlay for the Encina transaction processing monitor to Hewlett-Packard Co, which says it will offer it on its HP9000 Precision Architecture RISC-based Unix machines -- but conversion of the IBM product will not be a simple task -- it won't be ready to ship until the second half of 1993.","['IBM Corp. will license a version of the CICS / 6000 CICS overlay to Hewlett-Packard Co for the Encina Transaction Processing Monitor, which is said to be available on its HP9000 Precision Architecture RISC-based Unix machines -- but conversion of the IBM product will not be an easy task -- the product will not be shipped until the second half of 1993.', 'IBM Corp. will license a version of the CICS / 6000 CICS overlay for the Encina Transaction Processing Monitor to Hewlett-Packard Co. According to the company, the product will be available on HP9000 Precision Architecture RISC-based Unix computers - but conversion of the IBM product will not be an easy task - it will not be shipped before the second half of 1993.', 'IBM Corp will license a version of its CICS / 6000 CICS overlay for the Encina Transaction Monitor to Hewlett-Packard Co. According to the latter, it will be offered on HP9000 Precision Architecture RISC-based Unix machines - but conversion of the IBM product will not be an easy task - it will not be shipped before the second half of 1993.', 'IBM Corp is licensing a version of its CICS / 6000 CICS overlay for the Encina Transaction Execution Meter (TCC) to Hewlett Packard Co, which says it will offer it on its RISC-based Unix machines of the Precision Architecture HP9000 - but upgrading the IBM product will not be easy. It will not be shipped before the second half of 1993.', 'IBM Corporation will license a version of its CICS / 6000 CICS overlay to Hewlett-Packard Co. for transaction processing with the Encina monitor, which it says is available on its HP9000 series of precision architecture RISC pointer systems, but conversion of the IBM product will not be an easy task.']" -224,"['IBM', 'VERSUS', 'EUROPE']","[0, 1]",0,ibm,IBM VERSUS EUROPE,"['IBM VERSUS Europe', 'IBM VERSUS Europe', 'IBM VERSUS Europe', 'IBM VERSUS Europe', 'IBM VERSUS Europe']" -225,"['Fiat', 'is', 'said', 'to', 'be', 'looking', 'for', 'a', 'partner', 'for', 'its', 'car', 'business.']","[0, 1]",1,fiat,Fiat is said to be looking for a partner for its car business.,"['Fiat is reportedly looking for a partner for its car business.', 'Fiat is reportedly looking for a partner for its auto division.', 'Fiat is reportedly looking for a partner for its car business.', 'Fiat is reportedly looking for a partner for its car business.', 'Fiat is now said to be looking for a partner for its car business.']" -226,"['A', 'strike', 'by', '55,000', 'machinists', 'at', 'the', 'Boeing', 'Co.', 'began', 'on', 'Oct.', '4,', '1989,', 'seriously', 'affecting', 'exports', 'as', 'the', 'company,', 'the', 'largest', 'net', 'exporter', 'in', 'the', 'USA,', 'could', 'only', 'make', '22', 'of', '93', 'scheduled', 'deliveries.']","[7, 9]",0,boeing co.,"A strike by 55,000 machinists at the Boeing Co. began on Oct. 4, 1989, seriously affecting exports as the company, the largest net exporter in the USA, could only make 22 of 93 scheduled deliveries.","['On October 4, 1989, a strike of the 55,000 machinists at Boeing Co. began, seriously affecting exports, since the company, as the largest net exporter of the United States, was only able to make 22 of 93 planned deliveries.', 'The strike of the 55,000 machinists at Boeing Co. began on October 4, 1989 and severely affected exports, as the company, the largest net exporter in the United States, was only able to deliver 22 of 93 planned deliveries.', 'On October 4, 1989, a strike of the 55,000 machinists at Boeing Co. began, seriously affecting exports, since the company, the largest net exporter of the United States, can only deliver 22 of 93 planned deliveries.', 'The strike of 55,000 machinists at Boeing Co. began on October 4, 1989 and severely affected exports when the company, the largest net exporter to the United States, was only able to deliver 22 of 93 planned deliveries.', 'was registered with the cross-border Boeing Co. on 4 October 1989, putting it at a significant export disadvantage as the largest net exporter to the United States, it was only able to export 22 of 93 planned deliveries.']" -227,"['HEWLETT-PACKARD', 'CREATES', 'INTEGRATED', 'OPENWAREHOUSE']","[0, 1]",0,hewlett-packard,HEWLETT-PACKARD CREATES INTEGRATED OPENWAREHOUSE,"['HEWLETT-PACKARD creates INTEGRATED PUBLIC HOUSE', 'HEWLETT PACKAGE creates INTEGRATED PUBLIC HOUSES', 'HEWLETT-PACKARD CREATES INTEGRATED PUBLIC DECISION HOUSE', 'HEWLETT-PACKARD SCHAFFT OPENWAREHAUS', 'PACKD HEWLETT creates INTEGRATED PUBLIC ROOM']" -228,"['A', 'spokesman', 'for', 'Ford', 'in', 'Britain', 'said:', '""Mr', 'Booker', 'was', 'talking', 'very', 'generally', 'about', 'the', 'European', 'car', 'market.']","[3, 4]",0,ford,"A spokesman for Ford in Britain said:""Mr Booker was talking very generally about the European car market.","['A spokesman for Ford in the UK said: ""Mr Booker has spoken very widely about the European car market.', 'A spokesman for Ford in the UK said: ""Mr Booker has been very general about the European car market.', 'A spokesman for Ford in the UK said: ""Mr Booker talks about the European car market in a very general way.', 'A spokesman for Ford in the UK said: ""Mr Booker has spoken very widely about the European car market.', 'A spokesman for Ford in the UK said: ""Mr Booker was very general about the European car market.']" -229,"['It', 'rates', ""Sun's"", 'orders', 'for', 'the', 'machine', 'as', '""outstanding,""', 'figuring', 'that', 'the', '15,000-unit', 'backlog', 'estimated', 'for', 'September', 'when', 'Sun', ""'s"", 'quarter', 'closed', 'must', 'have', 'grown', 'to', '25,000', 'or', '30,000', 'units', 'by', 'now.']","[18, 19]",0,sun,"It rates Sun's orders for the machine as""outstanding,"" figuring that the 15,000-unit backlog estimated for September when Sun's quarter closed must have grown to 25,000 or 30,000 units by now.","['Sun considers it ""outstanding,"" suggesting that the backlog of 15,000 units planned for September, when Sun closed the quarter, must have grown to 25,000 or 30,000 units.', 'He rates Sun\'s orders for the machine as ""outstanding"" and calculates that the 15,000 unit gap for September, when Sun closed its quarter, must have grown to 25,000 or 30,000 units.', 'It rates Sun\'s orders for the machine as ""outstanding"" and expects the expected order backlog to grow to 25,000 or 30,000 units from 15,000 units in September, when Sun\'s quarter ended.', 'The company described Sun\'s orders for the machine as ""outstanding"" and noted that the order backlog for September must have grown to 7,000 or 30,000 units by the end of the quarter.', 'Sun considers its order backlog to be ""excellent"" and estimates that the tram construction backlog will need to grow to 25,000 or 30,000 units by the end of the September quarter.']" -230,"['But', 'Micro', 'Focus', 'is', 'bearding', 'its', 'leonine', 'partner', 'IBM', 'Corp', 'in', 'its', 'lair,', 'effectively', 'going', 'head', 'to', 'head', 'with', ""IBM's"", 'own', 'CICS/6000', 'by', 'creating', 'an', 'open', 'system', 'that', 'can', 'run', 'CICS', 'applications', 'and', 'offers', 'links', 'to', 'mainframe', 'CICS', 'systems.']","[8, 10]",0,ibm corp,"But Micro Focus is bearding its leonine partner IBM Corp in its lair, effectively going head to head with IBM's own CICS/6000 by creating an open system that can run CICS applications and offers links to mainframe CICS systems.","[""But Micro Focus remains in the shadow of its Leonine partner IBM Corp, racing head-to-head with IBM's own CICS / 6000 by developing an open system that can run CICS applications and connect to mainframe CICS systems."", ""But Micro Focus, with its Leonine partner IBM Corp, remains in the cave and is effectively on par with IBM's own CICS / 6000, creating an open system that can run CICS applications and connect to CICS mainframe systems."", 'But Micro Focus is keeping pace with its Frankenstein partner IBM Corp by developing an open system that can run CICS applications and connect to CICS systems for mainframe computers.', ""But Micro Focus is pursuing a plan that has upset Leonine's partner IBM Corp, and is effectively going head-to-head with IBM's own CICS / 6000 by creating an open system that can run CICS applications and connect to mainframe systems."", ""Micro Focus, however, is taking a hard line with Leonine partner IBM Corp by teaming up with IBM's own CICS / 6000 ostrich by developing an open system that can run CICS applications and provide links to CICS systems with sinister frames.""]" -231,"['The', ""UK's"", 'Ampersand', 'Systems', 'Ltd,', 'Bristol,', 'is', 're-launching', 'itself', 'as', 'the', 'Open', 'Systems', 'Centre,', 'and', 'as', 'has', 'picked', 'up', 'IBM', ""'s"", 'RS/6000', 'to', 'market.']","[19, 20]",0,ibm,"The UK's Ampersand Systems Ltd, Bristol, is re-launching itself as the Open Systems Centre, and as has picked up IBM's RS/6000 to market.","['Ampersand Systems Ltd., Bristol, presents itself as an Open Systems Centre and, like IBM, has launched RS / 6000 products.', ""Ampersand Systems Ltd. in the UK is repositioning itself as an Open Systems Center and is also acquiring IBM's RS / 6000 for market launch."", 'The British company Ampersand Systems Ltd., Bristol, is repositioning itself as an Open Systems Centre - and has also lost the RS / 6000 launched by IBM.', 'Ampersand Systems Ltd., based in Bristol, UK, is resuming its Open Systems Centre business and has launched IMs RS / 6000.', ""The British company Ampersand Systems Ltd in Bristol also takes the name Open Systems Centre and uses IBM's RS / 6000.""]" -232,"['Following', 'the', 'Hewlett-Packard', 'Co', 'and', 'L', 'M', 'Ericsson', 'Telefon', 'AB', 'joint', 'venture,', 'Northern', 'Telecom', 'Ltd', 'and', 'Tandem', 'Computers', 'Inc', 'have', 'announced', 'a', 'global', 'alliance', 'to', 'develop', 'and', 'market', 'telecommunications', 'systems', 'with', 'Intelligent', 'Network', 'capabilities', '(CI', 'No', '2,116).']","[2, 4]",0,hewlett-packard co,"Following the Hewlett-Packard Co and L M Ericsson Telefon AB joint venture, Northern Telecom Ltd and Tandem Computers Inc have announced a global alliance to develop and market telecommunications systems with Intelligent Network capabilities (CI No 2,116).","['Following the joint venture between Hewlett-Packard Co and L M Ericsson Telefon AB, Northern Telecom Ltd and Tandem Computers Inc have announced a worldwide alliance for the development and marketing of telecommunications systems with intelligent network functions (AI No. 2.116).', 'Following the joint venture between Hewlett-Packard Co and L M Ericsson Telefon AB, Northern Telecom Ltd and Tandem Computers Inc have announced a global alliance for the development and marketing of telecommunications systems with capabilities for intelligent networks (AI No. 2.116).', 'Following the joint venture between Hewlett-Packard Co and L M Ericsson Telefon AB, Northern Telecom Ltd and Tandem Computers Inc announce a global alliance to develop and commercialize telecommunications systems with Intelligent Network Capabilities (AI # 2.116).', 'Following the joint venture between Hewlett-Packard Co and L M Ericsson Phone AB, Northern Telecom Ltd and Tandem Computers Inc have announced a global alliance to develop and commercialize intelligent network capacity (AI # 2,116) telecommunications systems.', 'Following the joint venture between Hewlett-Packard Co and L M Ericsson Telefon AB, Northern Telecom Ltd and Tandem Computers Inc. have announced a global alliance for the development and marketing of telecommunications systems with intelligent network functions (Ident No. 2.116).']" -233,"['It', 'was', 'announced', 'on', 'July', '2', 'that', 'the', 'United', 'Kingdom', 'group', 'British', 'Gas', 'PLC,', 'together', 'with', 'Agip,', 'the', 'oil', 'subsidiary', 'of', 'the', 'Italian', 'state-owned', 'energy', 'and', 'chemicals', 'group', 'ENI', ',', 'had', 'won', 'exclusive', 'negotiation', 'rights', 'over', 'the', 'development', 'of', 'the', 'Karachaganak', 'oil', 'and', 'gas', 'field', 'in', 'north-west', 'Kazakhstan.']","[28, 29]",0,eni,"It was announced on July 2 that the United Kingdom group British Gas PLC, together with Agip, the oil subsidiary of the Italian state-owned energy and chemicals group ENI, had won exclusive negotiation rights over the development of the Karachaganak oil and gas field in north-west Kazakhstan.","['On 2 July it was announced that British Gas PLC, together with Agip, the oil subsidiary of the Italian state-owned energy and chemical company ENI, has acquired exclusive negotiating rights for the development of the Karachaganak oil and gas field in north-west Kazakhstan.', 'On 2 July it was announced that British Gas PLC, together with Agip, the oil subsidiary of the Italian state-owned energy and chemical company ENI, has acquired exclusive negotiating rights for the development of the Karachaganak oil and gas field in north-west Kazakhstan.', 'On 2 July it was announced that British Gas PLC, together with Agip, the oil subsidiary of the Italian state-owned energy and chemical company ENI, has been granted exclusive negotiating rights for the development of the Karachaganak oil and gas field in north-west Kazakhstan.', 'On 2 July it was announced that British Gas PLC, together with Agip, the oil subsidiary of the Italian state-owned energy and chemical company ENI, has been granted exclusive negotiating rights to the Karachaganak oil and gas field in north-west Kazakhstan.', 'On 2 July it was announced that British Gas PLC, together with the oil subsidiary Agip of the state-owned energy and chemical group ENI, has been granted exclusive negotiating rights for the development of the Karachaganak oil and gas field in north-west Kazakhstan.']" -234,"['BA', 'had', 'made', 'it', 'clear', 'it', 'would', 'drop', 'the', 'deal', 'if', 'the', 'merger', 'was', 'referred', 'to', 'the', 'commission', 'or', 'bound', 'by', 'conditions.']","[0, 1]",1,ba,BA had made it clear it would drop the deal if the merger was referred to the commission or bound by conditions.,"['BA had made it clear that the deal would fall if the merger were referred to the Commission or subject to conditions.', 'BA had made it clear that it would drop the deal if the merger were to be submitted to the Commission or subject to conditions.', 'BA had made it clear that it would drop the deal if the merger was either referred to the Commission or subject to conditions.', 'BA had made it clear that it would withdraw from the business if the merger were referred to the Commission or subject to conditions.', 'BA had made it clear that it would drop the deal if the merger was subject to commissions or conditions.']" -235,"['In', 'addition,', 'a', 'variable', 'sum', 'was', 'payable', 'by', 'Philips', 'to', 'cover', 'items', 'such', 'as', 'cleaning', 'materials,', 'table', 'napkins', 'and', 'other', 'disposable', 'items.']","[8, 9]",0,philips,"In addition, a variable sum was payable by Philips to cover items such as cleaning materials, table napkins and other disposable items.","['Philips also received a variable sum to cover items such as detergents, table napkins and other disposable items.', 'Philips also paid a variable sum to cover items such as cleaning products, table napkins and other disposable items.', 'Philips also had to pay a variable fee for items such as cleaning products, table napkins and other disposable products.', 'Philips was also willing to pay a variable amount to cover items such as cleaning and napkin supplies and other disposable items.', 'Philips had also been asked to pay a variable sum for items such as cleaning products, napkins and other disposable products.']" -236,"[""It's"", 'not', 'an', 'exaggeration', 'to', 'say', 'that,', 'out', 'on', 'the', 'open', 'road,', ""it's"", 'impossible', 'to', 'detect', 'the', 'difference', 'between', 'this', 'and', 'a', 'or', 'petrol-powered', 'BMW', '.']","[24, 25]",1,bmw,"It's not an exaggeration to say that, out on the open road, it's impossible to detect the difference between this and a or petrol-powered BMW.","['It is no exaggeration to say that you cannot distinguish yourself from a petrol-powered BMW on the open road.', 'It is no exaggeration to say that it is impossible to tell the difference between a petrol BMW and a petrol BMW on the road.', 'It is no exaggeration to say that you cannot tell the difference between a petrol BMW and a petrol BMW on the open road.', 'The claim that there is no difference between this car and a petrol BMW on the open road is not an exaggeration.', 'It is no exaggeration to say that you do not have to recognize the difference to the gasoline engine in the open corridor.']" -237,"['THERE', 'ARE', 'TWO', 'LICENCED', '""NETWORK', 'PROVIDERS""', 'IN', 'THE', 'UK:', 'CELLNET', 'AND', 'Vodafone', '.']","[11, 12]",0,vodafone,"THERE ARE TWO LICENCED""NETWORK PROVIDERS"" IN THE UK: CELLNET AND Vodafone.","['In the UK there are two LICENSE ""NETWORK PROVIDERS"": CELLNET and Vodafone.', 'There are two ""NETWORK PROVIDERS"" in the UK: CELLNET and Vodafone.', 'FOCUS COMES TWO LICENSED ""NETWORK PROVIDERS"" IN UK: CELLNET and Vodafone.', 'TWO IS TWO LICENSED ""NETWORK PROVIDERS"" IN VROCIES: CELLNET and Vodafone.', 'These are the TWO LICENSE ""WORKERS"" in the UK: CELLNET and Vodafone.']" -238,"['Investment', 'trust', 'money', 'flowed', 'back', 'into', 'blue', 'chips', 'such', 'as', 'Sony,', 'Honda', 'and', 'Pioneer,', 'but', 'banks,', 'financials', 'and', 'government', 'bonds', 'continued', 'to', 'slide.']","[11, 12]",1,honda,"Investment trust money flowed back into blue chips such as Sony, Honda and Pioneer, but banks, financials and government bonds continued to slide.","['Investment money flowed back into blue chips such as Sony, Honda and Pioneer, but banks, financial services companies and government bonds continued to slide.', 'Investment trust funds flowed back into blue chips such as Sony, Honda and Pioneer, but banks, financial services and government bonds continued to slide.', 'Investment money flowed back into blue chips such as Sony, Honda and Pioneer, but banks, capital and government bonds continued to shrink.', 'That sum flowed back into blue chips such as Sony, Honda, and Pioneer, but banks, financial services providers, and government bonds continued to decline.', 'Blue-chip investment funds such as Sony, Honda and Pioneer fell, while banks, financial products and government bonds continued to fall.']" -239,"['Lee', 'forged', 'payslips', 'to', 'get', 'a', '$292,000', 'mortgage', 'from', 'the', 'Abbey', 'National', 'to', 'buy', 'his', 'mansion', 'near', 'Wentworth', 'Golf', 'Club,', 'Surrey.']","[10, 12]",0,abbey national,"Lee forged payslips to get a $292,000 mortgage from the Abbey National to buy his mansion near Wentworth Golf Club, Surrey.","['Lee falsified payrolls to get a $292,000 mortgage from Abbey National to buy his mansion near Wentworth Golf Club in Surrey.', 'Lee falsified payslips to get a $292,000 mortgage from Abbey National to buy his mansion near Wentworth Golf Club in Surrey.', 'Lee falsified payslips to get a $292,000 mortgage from Abbey National to buy his mansion near Wentworth golf club in Surrey.', 'Lee falsified payroll records to claim a $292,000 mortgage from Abbey National to buy his mansion near Wentworth Golf Club in Surrey.', 'Lee faked invoices to get a $292,000 mortgage from Abbey National, so he bought near his estate near Wentworth Golf Club in Surrey.']" -240,"['This', 'response', 'ignores', 'the', 'fact', 'that', 'the', 'study', 'BP', 'is', 'proposing', 'to', 'fund', 'is', 'essential', 'to', 'accompany', 'any', 'mining', 'application', 'BP', 'eventually', 'makes', 'as', 'part', 'of', 'its', 'environmental', 'impact', 'assessment.']","[20, 21]",1,bp,This response ignores the fact that the study BP is proposing to fund is essential to accompany any mining application BP eventually makes as part of its environmental impact assessment.,"[""This response ignores the fact that BP's proposed study is essential to accompany any mine application that BP ultimately makes as part of its environmental impact assessment."", 'This response ignores the fact that the study BP proposes to fund is the basis for all mining applications that BP ultimately makes as part of its environmental impact assessment.', 'This response ignores the fact that the study that BP intends to fund is an essential part of a mining application that BP ultimately makes as part of its environmental impact assessment.', 'This response ignores the fact that the study that BP is to propose is crucial to any mine application that BP will submit as part of its environmental impact assessment.', 'This response ignores the fact that it is so important that the investigation BP proposes as a financier should be accompanied by any mine application that BP ultimately makes as part of its environmental impact assessment.']" -241,"['Prudential', 'has', 'poured', 'more', 'than', '$1', 'billion', 'into', 'Pru-Bache', 'since', 'acquiring', 'it', 'in', '1981.']","[0, 1]",0,prudential,Prudential has poured more than $1 billion into Pru-Bache since acquiring it in 1981.,"['Prudential has invested more than $1 billion in Pru-Bache since it took over in 1981.', 'Prudential has invested more than $1 billion in Pru-Bache since it took over in 1981.', 'Prudential has invested more than $1 billion in Pru-Bache since taking over in 1981.', 'Prudential has invested more than $1 billion in Pru-Bache since it took over in 1981.', 'Prudential has paid Pru-Bache more than $1 billion since the 1981 takeover.']" -242,"['In', 'America,', 'companies', 'that', 'launch', 'underwritten', 'secondary', 'issues', 'see', 'their', 'share', 'price', 'fall', 'further', 'than', 'those', 'which', 'choose', 'book-building,', 'reckons', 'Morgan', 'Stanley', '(though', 'firms', 'that', 'seek', 'underwriting', 'may', 'be', 'in', 'worse', 'shape', 'anyway).']","[20, 22]",1,morgan stanley,"In America, companies that launch underwritten secondary issues see their share price fall further than those which choose book-building, reckons Morgan Stanley (though firms that seek underwriting may be in worse shape anyway).","['In America, the share prices of companies that issue collateralized debt obligations are falling faster than those of companies that choose to book, Morgan Stanley estimates (though companies that want to close the issue are worse off anyway).', 'In America, according to Morgan Stanley, the share price of companies issuing unsecured secondary issues is falling faster than that of companies opting for a single book business (though companies seeking leverage may be worse off anyway).', 'When companies in America buy secondary insurance, their share price falls further than companies that choose to book, reckons Morgan Stanley (even if the companies that want to insure are worse off anyway).', 'In America, according to Morgan Stanley, the shares of companies that issue underwritten secondary issues fall further than those that choose to build up their books (even though the companies that sign them are in worse shape anyway).', 'In America, trade heavyweights have been declining for longer than cyclically sensitive companies that bet on different risk classes, Morgan Stanley estimates (though companies seeking to secure this cash business may be in worse shape anyway).']" -243,"['Indeed,', 'insiders', 'suggest', 'that', 'Motorola', 'is', 'now', 'actively', 'encouraging', 'existing', 'and', 'potential', '88000', 'users', 'to', 'start', 'looking', 'at', 'PowerPC:', 'talk', 'of', 'a', 'NeXT', 'portable', 'has', 'been', 'doing', 'the', 'rounds.']","[4, 5]",1,motorola,"Indeed, insiders suggest that Motorola is now actively encouraging existing and potential 88000 users to start looking at PowerPC: talk of a NeXT portable has been doing the rounds.","['In fact, insiders point out that Motorola is now actively encouraging existing and potential 88,000 users to look at PowerPC in practice: talk of a NeXT portable.', 'Insiders like to point out that Motorola is now actively encouraging existing and potential users to take a closer look at PowerPC: Talk of a NeXT portable is making the rounds.', 'According to insiders, Motorola is actively encouraging existing and potential 88,000 users to take a closer look at PowerPC, with comments about a NeXT wearable device making the rounds.', 'Indeed, insiders suggest that Motorola is actively encouraging existing and potential users to see PowerPC rotate: conversations about a NeXT phone are making the rounds.', 'Insiders suggest that Motorola is already encouraging some potential PowerPC users: talk of a NeXT portable.']" -244,"['Dell', 'Computer', 'Corp', 'international', 'president', 'Andrew', 'Harris', 'resigned', 'and', 'the', 'company', 'promoted', 'Joel', 'Kocher', 'to', 'president', 'of', 'all', 'sales,', 'marketing', 'and', 'service', 'operations', 'worldwide;', 'he', 'had', 'been', 'president', 'of', 'Dell', 'USA', ';', 'Dell', 'said', 'that', 'both', 'men', 'were', 'being', 'considered', 'for', 'the', 'post', 'and', 'after', 'Kocher', 'got', 'the', 'job,', 'a', 'disappointed', 'Harris', 'decided', 'to', 'resign.']","[29, 31]",0,dell usa,"Dell Computer Corp international president Andrew Harris resigned and the company promoted Joel Kocher to president of all sales, marketing and service operations worldwide; he had been president of Dell USA; Dell said that both men were being considered for the post and after Kocher got the job, a disappointed Harris decided to resign.","['Dell Computer Corp International President Andrew Harris resigned and promoted Joel Kocher to president of all sales, marketing and service activities worldwide; he had been president of Dell USA; Dell reported that both men were eligible for the post; and after Kocher got the job, a disappointed Harris decided to resign.', ""Dell Computer Corp's international president Andrew Harris resigned and promoted Joel Kocher to president of all sales, marketing and service operations worldwide; he was president of Dell USA; Dell said both men were being considered for the post, and after Kocher accepted the job, a disappointed Harris decided to step down."", 'The international president of Dell Computer Corp, Andrew Harris, resigned and Jose Kocher was promoted to president of the entire sales, marketing and services business of Dell USA. He was president of Dell USA; Dell said that both men were being considered for the post, and after Kocher got the job, a disappointed Harris decided to resign.', ""Dell Computer Corp's international president Andrew Harris resigned and the company promoted Joel Kocher to president of all sales, marketing and service operations worldwide; he was president of Dell USA; Dell told ECT that both men were being considered for the job, and after Kocher got the job, a disappointed Harris decided to resign."", 'Dell Computer Corp International President Andrew Harris resigned, and the company promoted Joel Kocher to president of all global engineering & marketing activities; he was president of Dell USA; Dell said both men were being considered for the post, and after Kocher got the job, a disappointed Harris decided to resign.']" -245,"['Mead', ""Corp's"", 'Mead', 'Data', 'Central', 'Inc', 'database', 'operator', 'plans', 'to', 'dump', 'its', 'mainframes', '--', 'it', 'already', 'has', 'a', 'big', 'bunch', 'of', 'Sun', 'Microsystems', 'Inc', 'workstations,', 'and', 'it', 'has', 'now', 'chosen', 'Hewlett-Packard', 'Co', 'to', 'become', 'a', 'strategic', 'supplier', 'for', 'its', 'next-generation', 'computing.']","[21, 24]",0,sun microsystems inc,"Mead Corp's Mead Data Central Inc database operator plans to dump its mainframes -- it already has a big bunch of Sun Microsystems Inc workstations, and it has now chosen Hewlett-Packard Co to become a strategic supplier for its next-generation computing.","['Mead Corp. parent Mead Data Central Inc. database operator plans to declare its mainframe computers - it already has a large number of Sun Microsystems Inc. workstations, and now it has chosen Hewlett-Packard Co as a strategic supplier for its next generation of computer science.', 'Mead Corp plans to hand over mainframe computers to database operator Mead Data Central Inc - Sun Microsystems Inc already has an extensive range of workstations and has now decided to make Hewlett-Packard Co a strategic supplier in the development of the next generation of computers.', 'Mead Corp, an operator of Mead Data Central Inc., wants to keep its mainframe computers in the network - the company already has a large number of Sun Microsystems Inc workstations and has now decided to become a strategic supplier to Hewlett-Packard Co. for next-generation computers.', 'Mead Corps Mead Data Central Inc. plans to withdraw its mainframe computers from the market, as the company already operates a large pool of Sun Microsystems Inc. ""s workstations.', ""Mead Corp's Mead Data Central Inc. Datascript Operator plans to dismantle its mainframe computers -Mead Corp already has a wide range of jobs at Sun Microsystems Inc., and Hewlett-Packard Co has now been designated as a strategic supplier of next-generation computing systems.""]" -246,"['In', 'an', 'attempt', 'to', 'forestall', 'or', 'derail', 'Microsoft', 'Corp', ""'s"", 'likely', 'objections', 'to', 'its', 'WABI', 'Windows', 'Applications', 'Binary', 'Interface', 'for', 'running', 'Windows', 'applications', 'under', 'Unix,', 'Sun', 'Microsystems', 'Inc', 'is', 'expected', 'to', 'reveal', 'at', 'the', 'WABI', 'launch', 'tomorrow', 'that', 'it', 'has', 'orchestrated', 'a', 'Public', 'Windows', 'Initiative', 'pressure', 'group', 'of', 'vendors', 'that', 'will', 'attempt', 'to', 'force', 'Microsoft', 'to', 'open', 'up,', 'if', 'not', 'make', 'public,', 'its', 'future', 'plans', 'for', 'the', 'Win16', '16-bit', 'application', 'programming', 'interface', 'for', 'Windows', '3.1,', 'this', ""week's"", 'issue', 'of', 'our', 'sister', 'paper', 'Unigram.X', 'reports.']","[7, 9]",1,microsoft corp,"In an attempt to forestall or derail Microsoft Corp's likely objections to its WABI Windows Applications Binary Interface for running Windows applications under Unix, Sun Microsystems Inc is expected to reveal at the WABI launch tomorrow that it has orchestrated a Public Windows Initiative pressure group of vendors that will attempt to force Microsoft to open up, if not make public, its future plans for the Win16 16-bit application programming interface for Windows 3.1, this week's issue of our sister paper Unigram.X reports.","[""In an attempt to prevent or derail Microsoft Corp's likely objections to its WABI Windows Applications Binary Interface for running Windows applications on Unix, Sun Microsystems Inc is expected to reveal in tomorrow's WABI development that it has orchestrated an interest group of the Public Windows Initiative that will try to force Microsoft to enforce its future plans for the Win16 16 16-bit programming interface for Windows 3.1, if not to make them public, as our sister newspaper Unigram.X reported this week."", ""In order to anticipate or derail Microsoft Corp's likely objections to its WABI Windows Applications Binary Interface, on which Windows applications run under Unix, Sun Microsystems Inc is expected to announce at tomorrow's launch of WABI that it has formed a Public Windows Initiative with a group of vendors to force Microsoft to disclose or even fund its future plans for the Win16-bit application programming interface for Windows 3.1, reports our sister newspaper Unigram.X this week."", 'In order to anticipate or prevent expected objections from Microsoft Corp to its binary interface for Windows applications (WABI) to run Windows applications on Unix, Sun Microsystems Inc. will reveal tomorrow at the launch of the WABI that the company has launched a vendor initiative to force Microsoft to open or even make public its future plans for the 16-bit programming interface for Windows 3.1, reports our sister newspaper Unigram.X this week.', ""In an attempt to prevent or jettison Microsoft Corporation's likely objections to its WABI Windows Applications Binary Interface for monitoring Windows applications under Unix, Sun Microsystems Inc is expected to reveal at tomorrow's WABI release that the company is lobbying a Public Windows Initiative group to force Microsoft to open its future plans for the Win16 16-bit programming interface for Windows 3.1, if not publicly."", ""In an attempt to anticipate, or at least avoid, Microsoft Corporation's likely objections to its WABI Windows Applications Binary Interface for Windows applications running on Unix, Sun Microsystems Inc. will disclose at tomorrow's WABI launch that it has orchestrated a vendor-led Public Windows initiative that will open Microsoft's future plans for the 16-bit AppReview Programming Interface (Win16) for Windows 3.1, if not make public, as published in our sister newspaper Unigram.X this week.""]" -247,"['In', 'addition', 'to', 'these', 'and', 'other', 'specific', 'product', 'offerings', '--', 'Fraser', 'Williams', '(Scientific', 'Systems)', 'Ltd', 'provide', 'a', 'wide', 'portfolio', 'of', 'services', 'to', 'the', 'chemist.']","[10, 15]",0,fraser williams (scientific systems) ltd,In addition to these and other specific product offerings -- Fraser Williams (Scientific Systems) Ltd provide a wide portfolio of services to the chemist.,"['In addition to these and other specific product offerings, Fraser Williams (Scientific Systems) Ltd offers the pharmacist a broad portfolio of services.', 'In addition to these and other specific product offerings, Fraser Williams (Scientific Systems) Ltd. offers the chemist a broad portfolio of services.', 'In addition to these and other specific product offerings, Fraser Williams (Scientific Systems) Ltd. offers the chemist an extensive service portfolio.', 'In addition to these and other specific product offerings, Fraser Williams (Scientific Systems) Ltd provides a wide range of services to the biochemist.', 'In addition to these comparatively individual products, Fraser Williams (Scientific Systems) Ltd offers chemists a wide range of services.']" -248,"['Now', 'various', 'versions', 'of', 'Unix', 'have', 'been', 'boiled', 'down', 'to', 'two:', 'one', 'from', 'the', 'Open', 'Systems', 'Foundation,', 'a', 'consortium', 'that', 'includes', 'IBM,', 'Hewlett', 'Packard', 'and', 'DEC,', 'and', 'one', 'from', 'Unix', 'International,', 'a', 'consortium', 'involving', 'AT&T', 'and', 'Sun', 'Microsystems.']","[34, 35]",0,at&t,"Now various versions of Unix have been boiled down to two: one from the Open Systems Foundation, a consortium that includes IBM, Hewlett Packard and DEC, and one from Unix International, a consortium involving AT&T and Sun Microsystems.","['Now different versions of Unix have been reduced to two: one from the Open Systems Foundation, a consortium that includes IBM, Hewlett Packard and DEC, and one from Unix International, a consortium of AT & T and Sun Microsystems.', 'Now different versions of Unix have been reduced to two: one from the Open Systems Foundation, a consortium that includes IBM, Hewlett Packard and DEC, and one from Unix International, a consortium that includes AT & T and Sun Microsystems.', 'Today there are two different versions of Unix: one from the Open Systems Foundation, a consortium of IBM, Hewlett Packard and DEC, and one from Unix International, a consortium of AT & T and Sun Microsystems.', 'Today, there are two different versions of Unix: one from the Open Systems Foundation, a consortium that includes IBM, Hewlett Packard and DEC, and one from Unix International, a consortium that includes AT & T and Sun Microsystems.', 'Now different versions of Unix have been divided into two: one by the Open Systems Foundation, a consortium consisting of IBM, Hewlett Packard and DEC, and one by Unix International, a consortium consisting of AT & T and Sun Microsystems.']" -249,"['Of', 'this,', 'about', '60%', 'will', 'be', 'for', 'BP', 'Exploration', ',', '28%', 'for', 'BP', 'Oil', 'and', '8%', 'for', 'BP', 'Chemicals.']","[7, 9]",0,bp exploration,"Of this, about 60% will be for BP Exploration, 28% for BP Oil and 8% for BP Chemicals.","['BP Exploration accounts for about 60%, BP Oil for 28% and BP Chemicals for 8%.', 'BP Exploration accounts for about 60%, BP Oil for 28% and BP Chemicals for 8%.', 'About 60% of this goes to BP Exploration, 28% to BP Oil and 8% to BP Chemicals.', 'BP Exploration accounts for 60%, BP Oil for 28% and BP Chemicals for 8%.', 'About 60% of this will go to BP Exploration, 28% to BP Oil and 8% to BP Chemicals.']" -250,"['Informix', 'also', 'launched', 'what', 'it', 'is', 'describing', 'as', 'graphical', 'framework', 'services', 'that', 'is', 'its', 'OpenCase/Toolbus', 'product', 'based', 'on', 'Softbench', 'technology', 'licensed', 'from', 'Hewlett-Packard', 'Co', ',', 'an', 'encapsulator', 'for', 'Toolbus', 'so', 'that', 'third-party', 'vendors', 'can', 'encapsulate', 'their', 'tools', 'to', 'run', 'with', 'this', 'software', 'backplane', 'and', 'the', 'Informix', '4GL', 'for', 'Toolbus.']","[22, 24]",0,hewlett-packard co,"Informix also launched what it is describing as graphical framework services that is its OpenCase/Toolbus product based on Softbench technology licensed from Hewlett-Packard Co, an encapsulator for Toolbus so that third-party vendors can encapsulate their tools to run with this software backplane and the Informix 4GL for Toolbus.","['Informix also launched Graphical Framework Services, its OpenCase / Toolbus product based on Softbench technology licensed by Hewlett-Packard Co, an encapsulation mechanism for Toolbus that allows third-party vendors to encapsulate their tools for this software backplane and the Informix 4GL for Toolbus.', 'Informix also introduced its OpenCase / Toolbus product, which is based on Softbench technology and licensed by Hewlett-Packard Co., an encapsulation system for Toolbus that allows third-party vendors to encapsulate their tools with this software backplane and Informix 4GL for Toolbus.', 'Informix also developed the OpenCase / Toolbus system, called the Informix Graphics Framework. It is based on Softbench technology licensed by Hewlett-Packard Co., a toolbus encapsulation system that allows third-party vendors to encapsulate their tools to use this software backplane and the Informix 4GL for Toolbus.', 'Informix also introduced a so-called graphical framework system: OpenCase / Toolbus, based on Softbench, a license from Hewlett Packard Co, a sculptor for Toolbus, so that third-party vendors can encapsulate their tools for use with this software backplane and the Informix 4GL for Toolbus.', ""Informix's OpenCase / Toolbus graphical and technical framework service is also based on Softbench technology licensed by Hewlett-Packard Co., an encapsulation system for Toolbus, allowing third-party vendors to encapsulate their tools with Backplane and Informix 4GL for Toolbus software.""]" -251,"[""It's"", 'suitable', 'for', 'Silver,', 'Knitmaster,', 'Brother', 'and', 'Toyota', 'machines.']","[7, 8]",0,toyota,"It's suitable for Silver, Knitmaster, Brother and Toyota machines.","['It is suitable for Silver, Strickmaster, Brother and Toyota machines.', 'It is suitable for silver, knitting, brother and Toyota machines.', 'The keyboard is suitable for Silver, Master Stricker, Brother and Toyota machines.', 'It is suitable for Silver, Knitmaster, Brother and Toyota devices.', 'It is suitable for machines of the category silver, knitting and brotherhood.']" -252,"['Canon', 'Inc,', 'which', 'markets', 'the', 'Apple', 'Computer', 'Inc', 'Macintosh', 'and', 'the', 'NeXT', 'Computer', 'System', 'has', 'VAR', 'agreements', 'with', 'Digital', 'Equipment', 'Corp', 'and', 'IBM', 'Japan', 'Ltd,', 'is', 'adding', 'the', 'Hewlett-Packard', 'Co', ""'s"", 'HP', '9000', 'Unix', 'workstations', 'to', 'its', 'line-up.']","[28, 30]",0,hewlett-packard co,"Canon Inc, which markets the Apple Computer Inc Macintosh and the NeXT Computer System has VAR agreements with Digital Equipment Corp and IBM Japan Ltd, is adding the Hewlett-Packard Co's HP 9000 Unix workstations to its line-up.","[""Canon Inc., which distributes Apple Computer Inc. 's Macintosh and has NeXT Computer System VAR agreements with Digital Equipment Corp and IBM Japan Ltd., is adding 9,000 Unix jobs from Hewlett-Packard Co."", 'Canon Inc., which markets the Apple Computer Inc. Macintosh and the NeXT computer system, has VAR agreements with Digital Equipment Corp and IBM Japan Ltd., now extends its portfolio with HP 9000 Unix workstations from Hewlett-Packard Co.', ""Canon Inc, which markets Apple Computer Inc's Macintosh and has NeXT computer system VAR contracts with Digital Equipment Corp and IBM Japan Ltd, is adding 9,000 Unix PCs from Hewlett-Packard Co."", 'Canon Inc., owner of Apple Macintosh and NeXT Computer System of Computer Inc., has VAR contracts with Digital Equipment Corp. and IBM Japan Ltd. and extends the HP 9000 Unix workstations of Hewlett-Packard Co. by further.', ""Canon Inc, which markets Apple Computer Inc's Macintosh and has a Neutral Computer System VAR agreement with Digital Equipment Corp and IBM Japan Ltd., is adding 9,000 Unix jobs to HP from Hewlett-Packard Co.""]" -253,"['Of', 'this,', 'about', '60%', 'will', 'be', 'for', 'BP', 'Exploration,', '28%', 'for', 'BP', 'Oil', 'and', '8%', 'for', 'BP', 'Chemicals', '.']","[16, 18]",0,bp chemicals,"Of this, about 60% will be for BP Exploration, 28% for BP Oil and 8% for BP Chemicals.","['BP Exploration accounts for about 60%, BP Oil for 28% and BP Chemicals for 8%.', 'BP Exploration accounts for about 60%, BP Oil for 28% and BP Chemicals for 8%.', 'BP Exploration accounts for about 60%, BP Oil for 28% and BP Chemicals for 8%.', 'BP Exploration accounts for about 60%, BP Oil for 28% and BP Chemicals for 8%.', 'About 60% of this goes to BP Exploration, 28% to BP Oil and 8% to BP Chemicals.']" -254,"['The', 'following', 'headlines', 'are', 'from', 'different', 'cases', 'but', 'the', 'occupational', 'theme', 'remains', 'the', 'same:', 'Headmaster', 'cuddled', 'boys', '(Star);', 'Sex', 'shame', 'of', 'a', 'head', '(Daily', 'Mirror);', 'SEX', 'SHAME', 'TEACHER', 'IS', 'SENT', 'TO', 'PRISON', 'Assault', 'on', 'his', 'boys', '(', 'Sun', ');', 'Teacher', 'in', 'sex', 'case', 'to', 'appeal', '(Middlesex', 'Chronicle);', 'SEX', ""SIR'S"", 'SHAME', '(Sun);', 'A', ""TEACHER'S"", 'EVIL', 'LUST', 'He', 'took', 'sex', 'snaps', 'of', 'kids', '(Star);', 'Teacher', 'accused', '(Star);', 'Child', 'sex', 'offender', 'given', 'job', 'in', 'school', '(Daily', 'Mail);', 'KIDDIES', 'POSE', 'IN', 'PORN', 'SHAME:', '15', 'years', 'of', 'sex', 'snaps', '(Sun);', 'SEX', 'SHAME', 'OF', 'A', 'HOSTEL', 'CHIEF', '(Star);', 'Child', 'expert', 'jailed', 'for', 'sex', 'assaults', '(Daily', 'Mail);', 'Mercy', 'for', 'a', 'vicar', '(Star);', ""Choirmaster's"", 'shame', '(Daily', 'Mail);', 'MINISTER', 'IN', 'SEX', 'CASE', 'FACES', 'SACK', '(Star);', 'TV', ""churchman's"", 'sex', 'with', 'sailor', '(Sun);', 'A', 'vicar', 'shamed', '(Star);', 'Kinky', ""cop's"", 'secret', 'shame', '(Daily', 'Mirror).']","[37, 38]",1,sun,The following headlines are from different cases but the occupational theme remains the same: Headmaster cuddled boys (Star); Sex shame of a head (Daily Mirror); SEX SHAME TEACHER IS SENT TO PRISON Assault on his boys ( Sun ); Teacher in sex case to appeal (Middlesex Chronicle); SEX SIR'S SHAME (Sun); A TEACHER'S EVIL LUST He took sex snaps of kids (Star); Teacher accused (Star); Child sex offender given job in school (Daily Mail); KIDDIES POSE IN PORN SHAME: 15 years of sex snaps (Sun); SEX SHAME OF A HOSTEL CHIEF (Star); Child expert jailed for sex assaults (Daily Mail); Mercy for a vicar (Star); Choirmaster's shame (Daily Mail); MINISTER IN SEX CASE FACES SACK (Star); TV churchman's sex with sailor (Sun); A vicar shamed (Star); Kinky cop's secret shame (Daily Mirror).,"[""The following headlines come from different cases, but the professional motive remains the same: headmaster cuddles boys (Stern); sex shame of a head (Tagesspiegel); SEX SCHAME TEACHER SENT AFTER PRISON attack on his boys (Stern); teacher in sex trial to appeal (Middlesex Chronicle); SEX SIR'S SHAME (Sun); A TEACHER'S EVIL LUST He has sex with children (Stern); teacher charged (Stern); sex offender gets job at school (Daily Mail); KIDDIES POSE IN PORN SHAME: 15 years sex snaps (Sun); SEX SCHAME DES A HOSTEL CHIEF (Star); child expert jailed for sexual assault (Daily Mail);"", ""The following headlines come from different cases, but the professional theme remains the same: headmaster who cuddles boys (Star); sex shame of a head (Daily Mirror); SEX SHAME TEACHER IS TOO LEADED to bring his boys to justice (Sun); teacher in sex case to attract attention (Middlesex Chronicle); SEX SIR'S SHAME (Sun); TEACHER'S EBEL LUST He committed suicide on children (Star); teacher accused (Star); child sex offender was asked if he got a job at school (Daily Mail); KIDDIES POSE IN PORN SHAME: 15 years sex snapshots (Sun); SEX SHAME OF A HOSTEL CHIEF (Star); child expert"", ""The following headlines come from different cases, but the professional topic is always the same: the director cuddles girls (Star); the sexual shame of the head (Daily Mirror); SEX SIR'S SHAME TEACHER ARE FROM PRISON an attack on his boys (Star); the teacher in sex cases to file a complaint (Thirty Sex Chronicle); SEX SIR'S SHAME (Sun); The malicious record of a teacher who sexually abused the children (Star); the accused teacher (Star); a child molester gets a job at school (Daily Mail); KIDDIES POSE IN PORN SHAME: 15 years sex shooting (Sun); SEX SHAME OF A HOSTEL CHIEF (Star); child expert for sexual abuse"", 'The following headlines come from different cases, but the professional topic is the same: headmaster who cuddles boys (Star); sex shame of a head (Daily Mirror); SEX-SHAME-SEX OF PRISON assaults on his boys (Sun); teacher who gets a job in sex cases (Middlesex Chronicle); SEX-SIR-SHAME (Sun); punishment for sexually molested children (Star); teacher charged (Star); sex offender who gets a job at school (Daily Mail); KIDIES-POSE IN PORN SHAME: 15 years sex snapshots (Sun); SEX-SHAME A HOSTELCHIEF (Star); child specialist jailed for sexual assault (Daily Mail); mercy for one', 'The following headlines come from different cases, but the professional motive remains the same: the headmaster, the boy cuddling (Star), the sexual shame of a head (Daily Mirror), the teacher harassing his boys in public (Sun), the teacher looking for a riot in a sex case (Middlesex Chronicle), the wife of a teacher offering sex to the children (Star), the teacher molesting the children in sexual matters (Star), the sex offender at school (Daily Mail), the children in PORN SHAME: 15 years of sex snapshots (Sun), the mother of a house (Star), the child of a man in custody for sexual assault (Daily Mail), the grace of a prosecutor (Star), the shame of a choir director (Daily Mail), the mother of a boy in prison']" -255,"['One', 'sometimes', 'gets', 'the', 'impression', 'that', 'IBM', 'Corp', 'is', 'more', 'solicitous', 'over', 'the', 'needs', 'of', 'its', 'Stamford,', 'Connecticut-based', 'IBM', 'Credit', 'Corp', 'subsidiary', 'than', 'it', 'is', 'over', 'its', 'own,', 'and', 'yesterday,', 'in', 'the', 'wake', 'of', 'the', ""parent's"", 'big', '$285m', 'loss,', 'IBM', 'Credit', 'was', 'able', 'to', 'announce', 'that', 'profits', 'actually', 'rose', '0.3%', 'at', '$58.3m;', 'the', 'return', 'on', 'average', 'equity', 'was', '20.2%,', 'compared', 'with', '21.3%', 'in', 'the', 'first', 'quarter', 'of', '1992', 'and', 'in', 'the', 'first', 'three', 'months', 'of', '1993,', 'IBM', 'Credit', 'originated', 'financing', 'for', '$1,700m', 'of', 'equipment,', 'software', 'and', 'services', 'for', ""IBM's"", 'customers', 'and', 'distribution', 'channels,', 'down', '22%', 'on', 'the', 'figure', 'for', 'the', 'first', 'quarter', '1992', '--', 'financing', 'for', 'end', 'users', 'decreased', 'by', '45%', 'to', '$600m', 'while', 'financing', 'for', 'distribution', 'channels', 'decreased', 'by', '1%', 'to', '$1,100,', 'the', 'company', 'noted.']","[39, 41]",1,ibm credit,"One sometimes gets the impression that IBM Corp is more solicitous over the needs of its Stamford, Connecticut-based IBM Credit Corp subsidiary than it is over its own, and yesterday, in the wake of the parent's big $285m loss, IBM Credit was able to announce that profits actually rose 0.3% at $58.3m; the return on average equity was 20.2%, compared with 21.3% in the first quarter of 1992 and in the first three months of 1993, IBM Credit originated financing for $1,700m of equipment, software and services for IBM's customers and distribution channels, down 22% on the figure for the first quarter 1992 -- financing for end users decreased by 45% to $600m while financing for distribution channels decreased by 1% to $1,100, the company noted.","[""Sometimes the impression arises that IBM Corp is more concerned about the needs of its Stamford, Connecticut subsidiary IBM Credit Corp than its own, and yesterday, in the wake of the parent's big loss of $285 million, IBM Credit reported that profits actually rose 0.3% to $58.3 million. Average return on equity was 20.2%, compared with 21.3% in the first quarter of 1992 and in the first three months of 1993, IBM Credit initiated the financing of $1700 million in equipment, software and services for IBM customers and distribution channels, a decline of 22% from the value of the first quarter of 1992."", 'Sometimes one gets the impression that IBM Corp is paying more attention to the needs of its subsidiary IBM Credit Corp in Stamford, Connecticut, than to its own, and yesterday, after the big loss of $285 million years ago, IBM Credit was able to announce that profits actually increased by 0.3% to $58.3 million; the return on equity was 20.2% compared to 21.3% in the first quarter of 1992 and in the first three months of 1993, when IBM Credit provided funds of $1700 million for equipment, software and services to IBM customers and distribution channels, 22% lower than in the first quarter of 1992 - retail financing fell by 45% to $600 million, while channel financing fell by 1% to $1,100, the company said.', ""Sometimes one gets the impression that IBM Corp is more concerned about the needs of its subsidiary IBM Credit Corp in Stamford, Connecticut, than about its own subsidiary, and yesterday, after the parent's big loss of $285 million, IBM Credit reported that profits actually increased by 0.3% to $58.3 million; the average return on equity was 20.2%, compared with 21.3% in the first quarter of 1992 and in the first three months of 1993, when IBM Credit provided equipment, software and services worth $1700 million to IBM customers and distribution channels, which was 22% less than in the first quarter of 1992 -- retail financing fell by 45% to $600 million, while channel financing fell by 1% to $1,100, as the company noted."", ""Sometimes one gets the impression that IBM Corp is more concerned with the needs of its subsidiary IBM Credit Corp in Stamford, Connecticut, than with its own, and yesterday, in the wake of the parent's huge loss of $285 million, IBM Credit was able to report that profits actually increased by 0.3% to $58.3 million; the average return on equity was 20% compared with 21.3% in the first quarter of 1992 and in the first three months of 1993, IBM Credit financed equipment, software and services for IBM customers and distribution channels to the tune of $1700 million, which was down 22% compared to the first quarter of 1992 - retail financing fell by 45% to $600 million, while distribution channel financing fell by 1% to $1,100, the company said."", ""Sometimes the impression arises that IBM Corp is more concerned about the needs of its IBM Credit Corp branch in Stamford, Connecticut, than its own, and yesterday, in the wake of heavy losses of $285 million, IBM Credit was able to announce that profit rose to $58.3 million; the average return on equity was 20.2 percent, compared with 21.3 percent in the first quarter of 1992 and in the first three months of 1993, IBM Credit set up a financing facility for $1700 million of equipment, software and services for IBM's customers and distribution channels, 22 percent less than in the first quarter of 1992. Retail financing fell 45 percent to $600 million, while sales channel financing fell 1 percent to $1,100, the company said.""]" -256,"['The', 'deals,', 'authorised', 'by', 'competition', 'commissioner', 'Sir', 'Leon', 'Brittan,', 'would', 'give', 'BA', '60', 'per', 'cent', 'of', 'the', 'take-off', 'and', 'landing', 'slots', 'at', ""London's"", 'Gatwick', 'Airport.']","[11, 12]",0,ba,"The deals, authorised by competition commissioner Sir Leon Brittan, would give BA 60 per cent of the take-off and landing slots at London's Gatwick Airport.","[""The deal, approved by Competition Commissioner Sir Leon Brittan, would give BA 60 per cent of the take-off and landing rights at London's Gatwick airport."", ""The deal, approved by EU competition commissioner Sir Leon Brittan, would give BA 60 per cent of the take-off and landing rights at London's Gatwick airport."", ""The agreements, approved by EU Competition Commissioner Sir Leon Brittan, would give BA 60 per cent of the take-off and landing rights at London's Gatwick Airport."", ""The deal, approved by Competition Commissioner Sir Leon Brittan, would give BA 60 per cent of the take-off and landing rights at London's Gatwick airport."", ""The deal, approved by Competition Commissioner Sir Leon Brittan, would secure 60 per cent of BA's take-off and landing rights at London's Gatwick airport.""]" -257,"['If', 'you', 'work', 'in', 'Marks', 'and', 'Spencers', 'you', 'wear', 'er', 'their', 'uniform.']","[4, 7]",1,marks and spencers,If you work in Marks and Spencers you wear er their uniform.,"['Those who work at Marks and Spencer wear their uniforms.', 'Those who work in Marks and Spencer wear their uniforms.', 'Those who work at Merks and Spencer wear them in uniform.', 'Those who work at Marks and Spencer wear the uniform of a foreign country.', 'If you are an investor, you wear two uniforms.']" -258,"['AYRTON', 'SENNA', 'was', 'last', 'night', 'accused', 'by', 'his', 'cut-throat', 'rival', 'Nigel', 'Mansell', 'of', 'trying', 'to', 'pinch', 'his', 'drive', 'with', 'the', 'all-conquering', 'Williams', 'Renault', 'team.']","[21, 23]",0,williams renault,AYRTON SENNA was last night accused by his cut-throat rival Nigel Mansell of trying to pinch his drive with the all-conquering Williams Renault team.,"['AYRTON SENNA was last night accused by rival Nigel Mansell of blocking his drive with the all-dominant Williams Renault team.', 'AYRTON SENNA was last night accused by bitter rival Nigel Mansell of trying to pinch his ride with the all-conquering Williams Renault team.', 'AYRTON SENNA was last night accused by his arch-rival Nigel Mansell of pinching his ride with the all-dominant Williams Renault team.', 'AYRTON SENNA was last night accused by his powerful rival Nigel Mansell of wanting to start his drive with the all-dominant Williams Renault team.', 'Yesterday, Ayrton Senna was accused by his bitter rival Nigel Mansell of trying to exploit the situation with the all-dominant Williams Renault team.']" -259,"['RESULTS', 'EXPECTATIONS', 'PUSH', 'SUN', 'SHARES', 'DOWN']","[3, 4]",0,sun,RESULTS EXPECTATIONS PUSH SUN SHARES DOWN,"['RESULTS EXPERIENCES PUSH SUN Shares DOWN', 'Match RESULTS PUSH Sun Share Down', 'Match RESULTS SUCCESS', 'RESULTS YOUTH FOR EXPERIENCES SUNDAY', 'Match RESULTS FROM RESULTS SUNDAY-SHAREHOLDERS']" -260,"['Axe', 'fell', 'on', 'overweight', 'F-Type', 'when', 'Ford', 'bought', 'Jaguar']","[6, 7]",0,ford,Axe fell on overweight F-Type when Ford bought Jaguar,"['Axe fell on overweight F-Type when Ford bought Jaguar', 'Axe to overweight F-Type fell when Ford bought Jaguar', 'Axe fell on oversized F-Type when Ford bought Jaguar', 'Axe fell on overweight F-Type when Ford bought Jaguar', 'Poland get the ball athletically and technically and they have Bayern on the defensive too.']" -261,"['Surveys', 'of', 'the', 'performance', 'and', 'reputation', 'of', ""London's"", 'banks', 'consistently', 'place', 'Barclays', '--', 'and', 'our', 'investment', 'banking', 'subsidiary', 'Barclays', 'de', 'Zoete', 'Wedd', 'Ltd.', '--', 'among', 'the', 'leaders', 'in', 'these', 'fields.']","[11, 12]",0,barclays,Surveys of the performance and reputation of London's banks consistently place Barclays -- and our investment banking subsidiary Barclays de Zoete Wedd Ltd. -- among the leaders in these fields.,"['Surveys of the performance and reputation of London banks consistently show that Barclays -- and our investment banking subsidiary Barclays de Zoete Wedd Ltd. -- are leaders in these areas.', 'Surveys of the performance and reputation of London banks regularly put Barclays - and our investment banking subsidiary Barclays de Zoete Wedd Ltd. - at the forefront of these areas.', 'Surveys of the performance and reputation of London banks consistently rank Barclays -- and our investment banking subsidiary Barclays de Zoete Wedd Ltd. -- among the leaders in these areas.', ""Surveys of the performance and reputation of London's banks consistently show Barclays and our investment banking subsidiary Barclays de Zoete Wedd Ltd at the forefront of these areas."", 'Research into the performance and reputation of London banks regularly puts Barclays and our investment banking subsidiary Barclays de Zoete at the top of this ranking.']" -262,"['Although', 'Hewlett-Packard', 'Co', 'says', 'it', 'still', 'plans', 'to', 'incorporate', 'OSF/1', 'into', 'its', 'HP-UX', 'Unix', 'implementation,', 'the', 'timeframe', 'for', 'accomplishing', 'that', 'task', 'is', 'gradually', 'being', 'pushed', 'back,', 'and', 'who', 'knows', 'what', 'will', 'happen', 'before', 'such', 'a', 'transition', 'is', 'complete.']","[1, 3]",1,hewlett-packard co,"Although Hewlett-Packard Co says it still plans to incorporate OSF/1 into its HP-UX Unix implementation, the timeframe for accomplishing that task is gradually being pushed back, and who knows what will happen before such a transition is complete.","['Although Hewlett-Packard Co says it still plans to integrate OSF / 1 into its HP-UX Unix implementation, the timeframe for fulfilling this task is gradually being pushed back, and who knows what will happen before such a transition is complete.', 'Even if Hewlett-Packard Co announces that it will integrate OSF / 1 into its HP-UX Unix implementation, the timeframe within which this task will be accomplished will be gradually reduced, and who knows what will happen before such a transition is completed.', 'Although Hewlett-Packard Co says it intends to continue to integrate OSF / 1 into its Unix implementation, starting with HP-UX, the timeframe for achieving this task is gradually being pushed into the background, and who knows what will happen before such a turnaround is complete.', 'Although Hewlett-Packard Co. says it intends to continue integrating OSF / 1 into its HP-UX UNIX implementation, the timeframe for accomplishing this task is shifting ever further backwards, and who knows what will happen before a full transition.', 'Although Hewlett-Packard Co says it still plans to integrate OSF / 1 into its UX-Unix implementation, the timeframe for this task is being pushed further and further back, Periother2 is still waiting for implementation and who knows what will happen until a complete change is made.']" -263,"['The', 'common', 'application', 'programming', 'interface', 'that', 'it', 'and', 'Hewlett-Packard', 'Co', 'worked', 'on', 'with', 'Objectivity', 'Inc,', 'Ontos', 'Inc,', 'Object', 'Design', 'Inc', 'and', 'Versant', 'Object', 'Technology', 'Inc,', 'to', 'allow', 'developers', 'to', 'write', 'programs', 'that', 'could', 'utilise', 'any', 'object', 'database', '--', 'work', 'that', 'has', 'been', 'turned', 'over', 'to', 'the', 'Object', 'Management', 'Group', '--', 'is', 'a', 'Spring', 'technology', '(UX', 'No', '362).']","[8, 10]",1,hewlett-packard co,"The common application programming interface that it and Hewlett-Packard Co worked on with Objectivity Inc, Ontos Inc, Object Design Inc and Versant Object Technology Inc, to allow developers to write programs that could utilise any object database -- work that has been turned over to the Object Management Group -- is a Spring technology (UX No 362).","['The common application programming interface that she and Hewlett-Packard Co are working on with Objectivity Inc, Ontos Inc, Object Design Inc, and Versant Object Technology Inc to enable developers to write programs that can use all object databases available to the Object Management Group (work submitted to the Object Management Group) is Spring Technology (UX No. 362).', 'The common application contribution programming interface that the group has developed with Hewlett-Packard Co, Objectivity Inc, Ontos Inc, Object Design Inc, and Versant Object Technology Inc to enable developers to create programs that can use any object database - work handed over to the Object Management Group - is a feather-head technology (UX No.362).', 'The common application programming interface that the company and Hewlett-Packard Co have developed with Objectivity Inc, Ontos Inc, Object Design Inc and Versant Object Technology Inc to enable developers to create programs that can use any object database (work handed over to the Object Management Group) is an ""U"" technology.', 'The joint application program it and Hewlett-Packard Co developed with Objectivity Inc, Ontos Inc, Object Design Inc, and Versant Object Technology Inc to enable developers to use any object database - work assigned to the Object Management Group - is a UX No. 362.', 'The common application programming interface that Hewlett-Packard has developed with Objectivity Inc, Ontos Inc, Object Design Inc, and Versant Object Technology Inc is Spring Technology (UX No. 362), which allows developers to write programs that can be used in any object database - projects that have been transferred to the Object Management Group.']" -264,"['SunSelect', 'has', 'repeatedly', 'maintained', 'that', 'Microsoft', ""doesn't"", 'have', 'a', 'legal', 'leg', 'to', 'stand', 'on,', 'and', 'that', 'it', 'will', 'not', 'pay', 'the', 'licence.']","[5, 6]",0,microsoft,"SunSelect has repeatedly maintained that Microsoft doesn't have a legal leg to stand on, and that it will not pay the licence.","['SunSelect has repeatedly claimed that Microsoft has no legal foothold and will not pay the license.', 'SunSelect has repeatedly claimed that Microsoft has no legal foothold and would not pay the license.', 'SunSelect has repeatedly claimed that Microsoft has no legal foothold and will not pay the license.', 'SunSelect has repeatedly claimed that Microsoft has no legal foothold and will not pay the license.', 'SunSelect has repeatedly insisted that Microsoft has no legal foothold and will not pay the license.']" -265,"['A', 'licence', 'has', 'been', 'awarded', 'to', 'drugs', 'firm', 'Bristol-Myers', 'Squibb', 'to', 'use', 'paclitaxel', 'for', 'treatment', 'of', 'ovarian', 'cancer', 'in', 'women', 'who', 'did', 'not', 'respond', 'to', 'other', 'treatments,', 'but', 'the', 'chemical', 'may', 'also', 'be', 'effective', 'against', 'head,', 'neck', 'and', 'lung', 'cancers.']","[8, 10]",1,bristol-myers squibb,"A licence has been awarded to drugs firm Bristol-Myers Squibb to use paclitaxel for treatment of ovarian cancer in women who did not respond to other treatments, but the chemical may also be effective against head, neck and lung cancers.","['Bristol-Myers Squibb has a licence to use paclitaxel to treat ovarian cancer in women who have not responded to other treatments, but the chemical can also be effective against head, neck and lung cancer.', 'Pharmaceutical company Bristol-Myers Squibb has been licensed to use paclitaxel to treat ovarian cancer in women who do not respond to other therapies, and the chemical could also be effective against head, neck and lung cancer.', 'Bristol-Myers Squibb has a license to use paclitaxel in women who do not respond to other treatments, but the chemical could also be effective against head, neck and lung cancer.', 'Pharmaceutical company Bristol-Myers Squibb has been licensed to use paclitaxel to treat ovarian cancer in women who have not responded to other treatments, but the chemical can also be effective against hair, head and lung cancer.', 'Bristol-Myers Squibb has been licensed to use paclitaxel to treat ovarian cancer in women who do not respond to other treatments, but the chemical could also be effective against head, neck and lung cancer.']" -266,"['The', 'restructuring', 'plans', 'were', 'announced', 'yesterday', 'to', 'Conoco', ""'s"", 'exploration', 'and', 'production', 'staff', 'at', 'a', 'meeting', 'in', 'Aberdeen.']","[7, 8]",0,conoco,The restructuring plans were announced yesterday to Conoco's exploration and production staff at a meeting in Aberdeen.,"[""The restructuring plans were announced yesterday by Conoco's exploration and production team at a meeting in Aberdeen."", ""The restructuring plans were revealed to Conoco's research and production staff at a meeting in Aberdeen yesterday."", ""The restructuring plans were announced yesterday at a meeting of Conoco's exploration and production team in Aberdeen."", ""The restructuring plans were presented to Conoco's research and production staff at a meeting in Aberdeen yesterday."", 'The restructuring plans were revealed to Conoco Exploration and Production staff at a meeting in Aberdeen yesterday.']" -267,"['Their', 'shopping', 'basket', 'was', '$2.43', 'cheaper', 'than', 'in', ""Sainsbury's,"", 'and', '$2.46p', 'cheaper', 'than', 'in', 'Tesco', ""'s.""]","[14, 15]",0,tesco,"Their shopping basket was $2.43 cheaper than in Sainsbury's, and $2.46p cheaper than in Tesco's.","[""Their basket was $2.43 cheaper than Sainsbury's and $2.46 cheaper than Tesco."", ""Their basket was $2.43 cheaper than Sainsbury's and $2.46 cheaper than Tesco."", ""Their basket was £2.43 cheaper than Sainsbury's and £2.46 cheaper than Tesco."", ""Their basket was $2.43 cheaper than Sainsbury's and $2.46 cheaper than Tesco."", 'Her basket was $2.43 cheaper than Zaytaq and $2.46 cheaper than Tesco.']" -268,"['Fiat', 'is', 'losing', 'a', 'share', 'in', 'its', 'home', 'market', 'to', 'Nissan', '--', 'made', 'in', 'Britain.']","[0, 1]",0,fiat,Fiat is losing a share in its home market to Nissan -- made in Britain.,"['Fiat is losing a share of Nissan\'s ""Made in Britain"" business in its home market.', 'Fiat is losing a share of Nissan - ""made in Britain"" - in its home market.', 'Fiat loses out on ""Made in Britain"" to Nissan in its home market.', 'Fiat is losing market share in its home market to Nissan - made in Britain.', 'Fiat is losing shares in Nissan - made in Britain - in its home market.']" -269,"['It', 'enables', 'users', 'to', 'rasterise', 'plot', 'files', 'on', 'their', 'Sparcstations', 'for', 'faster', 'output', 'on', 'the', 'plotter,', 'particularly', 'useful', 'for', 'dense', 'files,', 'Xerox', 'says.']","[21, 22]",1,xerox,"It enables users to rasterise plot files on their Sparcstations for faster output on the plotter, particularly useful for dense files, Xerox says.","['This allows users to grid plot files on their sparcstations to allow faster output to the plotter, which is especially useful for dense files, according to Xerox.', 'According to Xerox, it allows the user to raster plot files on sparcstations to output them faster to the plotter, which is especially useful for dense files.', 'It allows users to grid plot files on their Sparc stations onto the plotter for faster output, especially useful for dense files, Xerox says.', 'According to Xerox, it can allow users to raster plotter files on sparcstations to speed up output to the plotter output device, which is especially useful for dense files.', 'This allows users to rasterize plot files on their sparcstations, resulting in faster output in the plotter, especially for denser files, Xerox says.']" -270,"['The', 'M-form', 'was', 'independently', 'developed', 'by', 'several', 'US', 'corporations', '(Du', 'Pont,', 'General', 'Motors', ',', 'Standard', 'Oil', 'of', 'New', 'Jersey,', 'Sears)', 'in', 'the', '1920s', 'and', '1930s,', 'in', 'response', 'to', 'management', 'problems', 'that', 'emerged', 'from', 'their', 'attempts', 'to', 'diversify.']","[11, 13]",0,general motors,"The M-form was independently developed by several US corporations (Du Pont, General Motors, Standard Oil of New Jersey, Sears) in the 1920s and 1930s, in response to management problems that emerged from their attempts to diversify.","['The M-shape was developed independently in the 1920s and 1930s by various US corporations (Du Pont, General Motors, Standard Oil of New Jersey, Sears) in response to management problems caused by their attempts at diversification.', 'The M-shape was developed independently in the 1920s and 1930s by several US corporations (Du Pont, General Motors, Standard Oil of New Jersey, Sears) in response to management problems caused by attempts at diversification.', 'The M-shape was developed independently in the 1920s and 1930s by various US corporations (Du Pont, General Motors, Standard Oil of New Jersey, Sears) in response to management problems caused by their attempts at diversification.', 'The M-shape was developed in the 1920s and 1930s independently of various US corporations (du Pont, General Motors, Standard Oil of New Jersey, Sears) in response to management problems caused by their attempts at diversification.', 'It was developed by several US corporations (Du Pont, General Motors, Standard Oil of New Jersey, Sears) in the 1920s and 1930s as part of a diversification of corporate governance.']" -271,"['EDS-Scicon', '(the', 'integrated', 'EDS', 'UK', 'and', 'SD-Scicon', 'UK)', 'is', 'now', 'offering', 'a', 'versions', 'of', 'its', 'ViewStar', 'document', 'management', 'system', 'which', 'includes', 'a', 'database', 'repository', 'that', 'supports', 'Sybase', 'running', 'on', 'IBM', ""'s"", 'RS/6000,', 'DB2', 'on', 'MVS', 'mainframes', 'as', 'well', 'as', 'MS-DOS', 'and', 'OS/2.', '+44', '908', '585858']","[29, 30]",0,ibm,"EDS-Scicon (the integrated EDS UK and SD-Scicon UK) is now offering a versions of its ViewStar document management system which includes a database repository that supports Sybase running on IBM's RS/6000, DB2 on MVS mainframes as well as MS-DOS and OS/2. +44 908 585858","[""EDS-Scicon (the integrated EDS UK and SD-Scicon UK) now offers a version of its ViewStar document management system that includes a database repository that supports Sybase on IBM's RS / 6000, DB2 on MVS mainframes, and MS-DOS and OS / 2."", ""EDS-Scicon (the integrated EDS UK and SD-Scicon UK) now offers a version of its ViewStar document management system that includes a database repository that supports Sybase on IBM's RS / 6000, DB2 on MVS mainframes, and MS-DOS and OS / 2."", ""EDS-Scicon (integrated EDS UK and SD-Scicon UK) now offers a version of its document management system ViewStar, which includes a database repository that supports Sybase with IBM's RS / 6000, DB2 on MVS mainframes as well as MS-DOS and OS / 2. + 44 908 585858"", ""EDS-Scicon (the integrated EDS UK and SD-Scicon UK) now offers a version of its document management system ViewStar, which includes a database repository that supports Sybase so that it runs with IBM's RS / 6000, DB2 on MVS mainframes and MS-DOS and OS / 2. + 44 908 585858"", ""EDS-Scicon (the integrated EDS UK and SD-Scicon UK) now offers a version of its document management system ViewStar with a database repository that supports Sybase on IBM's RS / 6000, DB2 on MVS mainframes and MS-DOS and OS / 2. + 44 908 585858""]" -272,"['The', 'effects', 'of', 'inflation', 'are', 'not', 'limited', 'to', 'the', 'shopping', 'basket,', 'says', 'Raoul', 'Pinnell,', 'Prudential', ""'s"", 'marketing', 'director.']","[14, 15]",0,prudential,"The effects of inflation are not limited to the shopping basket, says Raoul Pinnell, Prudential's marketing director.","['The impact of inflation is not confined to the shopping basket, says Raoul Pinnell, marketing director at Prudential.', 'The impact of inflation is not confined to the shopping basket, says Raoul Pinnell, marketing director at Prudential.', 'The impact of inflation is not confined to the shopping basket, says Raoul Pinnell, head of marketing at Prudential.', 'The impact of inflation is not confined to the shopping basket, says Raoul Pinnell, head of marketing at Prudential.', 'The effect of inflation is not confined to the shopping basket, says Raoul Pinnell, head of marketing at Prudential.']" -273,"['Industry', 'watchers', 'say', 'IBM', 'has', 'waited', 'too', 'long', 'to', 'roll-out', 'the', 'AIX', 'database', 'and', 'predict', 'it', 'will', 'only', 'shore', 'up', 'dedicated', 'IBM', 'mainframe', 'clients', '--', 'users', 'with', 'RS/6000s', 'running', 'Sybase', 'Inc', 'and', 'Oracle', 'Corp', 'databases', 'are', 'unlikely', 'candidates,', 'the', 'company', 'admits.']","[3, 4]",1,ibm,"Industry watchers say IBM has waited too long to roll-out the AIX database and predict it will only shore up dedicated IBM mainframe clients -- users with RS/6000s running Sybase Inc and Oracle Corp databases are unlikely candidates, the company admits.","[""Industry observers say IBM waited too long to introduce the AIX database, predicting that it would only support dedicated IBM mainframe clients - users with Sybase Inc. and Oracle Corp's RS / 6000 databases are not candidates, the company acknowledges."", 'Industry observers said IBM had waited too long to introduce the AIX database and predicted that it would only support dedicated IBM mainframe clients - users with RS / 600,000 who use the databases of Sybase Inc and Oracle Corp are hardly candidates, the company acknowledges.', 'Industry observers say IBM has waited too long to expand the AIX database, predicting that it will only support certain IBM mainframe clients - users with RS / 6000 systems under databases from Sybase Inc and Oracle Corp are unlikely.', ""Industry observers say IBM has waited too long to introduce the AIx database, predicting that it will only support certain IBM mainframe clients - users with Sybase Inc and Oracle Corp's RS / 6000 databases are unlikely to be considered."", 'Industry observers say they have waited too long for IBM to bring the AIX database to market, predicting that the database would only have secured a fixed IBM mainframe client user with RS / 6000s systems with Sybase Inc and Oracle Corp as candidates.']" -274,"['NextStep', '3.0', 'is', 'supposed', 'to', 'show', 'up', 'on', 'Dell', 'Computer,', 'Compaq', 'Computer', 'and', 'Epson', '80486', 'machines', 'at', 'Comdex', 'this', 'week,', 'demonstrating', 'compatibility', 'with', 'MS-DOS', 'and', 'Microsoft', 'Windows', 'applications.']","[10, 12]",0,compaq computer,"NextStep 3.0 is supposed to show up on Dell Computer, Compaq Computer and Epson 80486 machines at Comdex this week, demonstrating compatibility with MS-DOS and Microsoft Windows applications.","['NextStep 3.0 is scheduled to be released this week on Dell computers, Compaq computers and Epson 80486 computers at Comdex, demonstrating compatibility with MS-DOS and Microsoft Windows programs.', 'NextStep 3.0 is scheduled to appear this week on Dell computers, Compaq computers and Epson 80486 machines at the Comdex conference to demonstrate compatibility with MS-DOS and Microsoft Windows applications.', 'NextStep 3.0 is expected to be released this week on Dell computers, Compaq computers and Epson 80486 machines on Comdex, proving compatibility with MS-DOS and Microsoft Windows applications.', 'NextStep 3.0 is scheduled to be released this week on Compaq computers and PC devices from Dell Computer and Epson 80486 at Comdex, demonstrating compatibility with MS-DOS and Microsoft Windows applications.', 'NextStep 3.0 will be demonstrated by Comdex this week on Dell computers, Compaq computers and Epson 80486 computers and will demonstrate compatibility with MS-DOS auto configurations and Microsoft Windows applications.']" -275,"['SMALL', 'companies', 'wanting', 'to', 'join', 'the', 'stock', 'market', 'have', 'a', 'new', 'champion', 'in', 'the', 'City', 'Group', 'for', 'Smaller', 'Companies', '(', 'CISCO', ').']","[20, 21]",1,cisco,SMALL companies wanting to join the stock market have a new champion in the City Group for Smaller Companies ( CISCO ).,"['SMEs wishing to go public have a new champion in the City Group for Smaller Companies (CISCO).', 'In the City Group for Smaller Companies (CISCO), small companies that want to go public have a new champion.', 'SMEs wishing to go public have a new champion in the City Group for Smaller Companies (CISCO).', 'SMEs wishing to participate in the stock exchange have a new chairman in the City Group for Smaller Companies (CISCO).', 'Small companies interested in going public are supported by the City Group for Small Business (CISCO).']" -276,"['Samsung', 'will', 'be', 'a', 'reseller', 'of', 'both', 'the', 'machines', 'and', 'the', 'RISC', 'microprocessor.']","[0, 1]",0,samsung,Samsung will be a reseller of both the machines and the RISC microprocessor.,"['Samsung will resell both the machines and the RISC microprocessor.', 'Samsung will sell both the Stratos devices and the RISC microprocessor.', 'The devices and the microprocessor of the RISC radio station are sold by Samsung as resellers.', 'Samsung will continue with both the machines and the RISC microprocessor.', 'Samsung will resell both the machines and the RISC microprocessor.']" -277,"['The', 'American', 'companies', 'lined', 'up', 'to', 'resell', ""Univel's"", 'shrinkwrapped', 'UnixWare', 'include', 'BDS,', 'Costa', 'Distributing,', 'FoxTech,', 'Gates/FA', 'Distributing,', 'GBC', 'Technologies,', 'InaCom,', 'Ingram', 'Micro', ',', 'JWP', 'Information', 'Services,', 'Merisel,', 'MicroAge', 'Computer', 'Centers,', 'Microware', 'Distributors,', 'MultiMicro,', 'PC', 'Distributing,', 'Tech', 'Data,', 'Vitek', 'Systems', 'Distribution', 'and', 'Vitronix.']","[20, 22]",0,ingram micro,"The American companies lined up to resell Univel's shrinkwrapped UnixWare include BDS, Costa Distributing, FoxTech, Gates/FA Distributing, GBC Technologies, InaCom, Ingram Micro, JWP Information Services, Merisel, MicroAge Computer Centers, Microware Distributors, MultiMicro, PC Distributing, Tech Data, Vitek Systems Distribution and Vitronix.","[""American companies that resell Univel's shrunken UnixWare include BDS, Costa Distributing, FoxTech, Gates / FA Distributing, GBC Technologies, InaCom, Ingram Micro, JWP Information Services, Merisel, MicroAge Computer Centers, Microware Distributor, MultiMicro, PC Distributing, Tech Data, Vitek Systems Distribution and Vitronix."", ""US companies competing to resell Univel's shrunken UnixWare include BDS, Costa Distributing, FoxTech, Gates / FA Distributing, GBC Technologies, InaCom, Ingram Micro, JWP Information Services, Merisel, MicroAge Computer Center, Microware Distributors, MultiMicro, PC Distributing, Tech Data, Vitek Systems Distribution and Vitronix."", ""The American company that wants to resell Univel's shrunken UnixWare includes BDS, Costa Distributing, FoxTech, Gates / FA Distributing, GBC Technologies, InaCom, Ingram Micro, JWP Information Services, Merisel, MicroAge Computer Centers, Microware Distributors, MultiMicro, PC Distributing, Tech Data, Vitek Systems Distribution and Vitronix."", 'The American companies competing to sell the shrunken Univel Unixware are BDS, Costa Distributing, FoxTech, Gates / FA Distributing, GBC Technologies, InaCom, Ingram Micro, JWP Information Services, Merisel, MicroAge Computer Centers, Microware Distributors, MultiMicro, PC Distributing, Tech Data, Vitek Systems Distribution and Vitronix.', ""American companies queued up to resell Univel's shrunken UnixWare, including BDS, Costa Distributing, FoxTech, Gates, GBC Technologies, InaCom, Ingram Micro, JWP Information Services, Merisel, MicroAge Computer Centers, Microwares Distributors, MultiMicro, PC Distributing, Tech Data, Vitek Systeme Distribution and Vitronix.""]" -278,"['He', 'is', 'Chairman', 'and', 'Chief', 'Executive', 'of', 'LVMH', 'Moet', 'Hennessy', 'Louis', 'Vuitton', ',', 'Christian', 'Dior', 'and', 'Jacques', 'Rober,', 'and', 'a', 'non-executive', 'Director', 'of', 'Financiere', 'Agache.']","[7, 12]",0,lvmh moet hennessy louis vuitton,"He is Chairman and Chief Executive of LVMH Moet Hennessy Louis Vuitton, Christian Dior and Jacques Rober, and a non-executive Director of Financiere Agache.","['He is chairman and chief executive of LVMH Moet Hennessy Louis Vuitton, Christian Dior and Jacques Rober and non-executive director of Financiere Agache.', 'He is chairman and chief executive of LVMH Moet Hennessy Louis Vuitton, Christian Dior and Jacques Rober and non-executive director of Financiere Agache.', 'He is chairman and chief executive of LVMH Moet Hennessy Louis Vuitton, Christian Dior and Jacques Rober and non-executive director of Financiere Agache.', 'He is the boss of LVMH Moet Hennessy Louis Vuitton, Christian Dior and Jacques Rober, not the chief executive of Financiere Agache.', 'He is chairman and chief executive of LVMH Moet Hennessy Louis Vuitton, Christian Dior and Jacques Rober and non-executive director of Financiere Agache.']" -279,"['When', 'the', 'defendant', 'started', 'to', 'market', 'his', 'IBM', 'version', 'in', 'the', 'UK,', 'the', 'plaintiff', 'sued', 'for', 'infringement', 'of', 'copyright', 'in', 'his', 'BBC', 'program.']","[7, 8]",1,ibm,"When the defendant started to market his IBM version in the UK, the plaintiff sued for infringement of copyright in his BBC program.","['When the defendant began to market his IBM version in the UK, the plaintiff sued for copyright infringement on his BBC show.', 'When the defendant began to market his IBM version in the UK, the plaintiff sued the BBC for copyright infringement in his programme.', 'When the defendant began to market his IBM version in the UK, the plaintiff sued for copyright infringement in his BBC programmes.', 'When the defendant marketed his IBM edition in the UK, the plaintiff sued for copyright infringement on his BBC show.', 'When the defendant began to market his version of IBM in the UK, the plaintiff sued for copyright infringement on data that was neatly recorded in his BBC programme.']" -280,"['The', 'software', 'runs', 'on', 'Sun', 'Microsystems', 'Inc,', 'DEC', 'and', 'Hewlett-Packard', 'Co', 'platforms', 'and', 'support', 'for', 'IBM', ""'s"", 'RS/6000s', 'will', 'be', 'added', 'next', 'year.']","[15, 16]",0,ibm,"The software runs on Sun Microsystems Inc, DEC and Hewlett-Packard Co platforms and support for IBM's RS/6000s will be added next year.","[""The software runs on platforms from Sun Microsystems Inc, DEC and Hewlett-Packard Co, and support for IBM's RS / 6000s will be added next year."", ""The software runs on the platforms of Sun Microsystems Inc, DEC and Hewlett-Packard Co, and support for IBM's RS / 6000 series will be added next year."", ""The software runs on Sun Microsystems Inc, DEC and Hewlett-Packard Co platforms and support for IBM's RS / 6000 will be added next year."", ""The software runs on Sun Microsystems Inc., DEC and Hewlett-Packard Co platforms and support for IBM's RS / 6000s will be added next year."", ""The program runs on the platforms Sun Microsystems Inc, DEC and Hewlett-Packard Co and will start supporting IBM's RS / 6000s devices next year.""]" -281,"['Another', 'rival,', 'National', ""Westminster's"", 'Lombard', 'North', 'Central,', 'says:', '""We', 'can', 'not', 'compete', 'with', 'Ford', ""'s"", 'terms', 'head-on.""']","[13, 14]",0,ford,"Another rival, National Westminster's Lombard North Central, says:""We can not compete with Ford's terms head-on.""","['Another rival, Lombard North Central from Westminster, says: ""We can\'t compete head-on with Ford.""', 'Another rival, National Westminster\'s Lombard North Central, says: ""We can\'t compete head-on with Ford\'s terms.""', 'Another rival, National Westminster\'s Lombard North Central, says: ""We can\'t compete head-on with Ford\'s terms.""', 'Another rival, Lombard North Central from Westminster, said: ""We can\'t compete head-on with Ford\'s terms.""', 'Another rival, Lombard North Central in Westminster, says: ""We can\'t compete head-on with Foron\'s terms.""']" -282,"['He', 'hands', 'Holmes', 'the', 'Safeway', 'bag,', 'waits', 'while', 'he', 'frowns', 'over', 'the', 'contents.']","[4, 5]",0,safeway,"He hands Holmes the Safeway bag, waits while he frowns over the contents.","['Holmes hands him the Safeway bag, waits while he frowns over the contents.', 'He hands Holmes the Safeway bag and waits while frowning over the contents.', 'Holmes hands over the Safeway bag and waits as he frowns over the contents.', 'Holmes hands him his Safeway bag and waits while Cavendish froths over the contents.', 'He hands Holmes the Safeway bag and waits while he delivers the contents.']" -283,"['Controll', 'was', 'Hewlett-Packard', 'Co', ""'s"", 'partner', 'in', 'the', 'country', 'until', 'last', 'summer', 'when', 'Hewlett-Packard', 'exercised', 'its', 'right', 'to', 'buy', 'out', 'its', 'joint', 'venture', 'with', 'the', 'firm,', 'subsequently', 'stripping', 'Controll', 'of', 'its', 'distribution', 'functions.']","[2, 4]",0,hewlett-packard co,"Controll was Hewlett-Packard Co's partner in the country until last summer when Hewlett-Packard exercised its right to buy out its joint venture with the firm, subsequently stripping Controll of its distribution functions.","[""Controll was Hewlett-Packard Co's partner in the country until Hewlett-Packard exercised its right to buy its joint venture with the company last summer and Controll subsequently withdrew its sales functions."", ""Controll was Hewlett-Packard Co's partner in that country until last summer, when Hewlett-Packard exercised its right to buy out its joint venture with the company and Controll subsequently withdrew its sales functions."", ""Controll was Hewlett-Packard Co's partner in Asia until Hewlett-Packard exercised the right to buy its joint venture with the company last summer, which subsequently stripped Controll of its sales functions."", 'Controll was a partner of Hewlett-Packard Co. in the country until last summer, when Hewlett-Packard hired his right-hand man to buy out the joint venture with the company and strip Controll of its sales functions.', ""Controll was Hewlett-Packard Co's cooperation partner in the country until Hewlett-Packard exercised its right to buy the joint venture with it last summer, thereby avoiding its distribution.""]" -284,"['BellSouth', 'Corp', 'has', 'teamed', 'up', 'with', 'Wellfleet', 'Communications', 'Inc', 'to', 'market', 'high-speed', 'network', 'systems', 'and', 'services', 'to', 'link', 'multi-vendor', 'local', 'area', 'networks', 'over', 'BellSouth', ""'s"", 'Frame', 'Relay', 'and', 'its', 'Switched', 'Multimegabit', 'Data', 'Services.']","[23, 24]",0,bellsouth,BellSouth Corp has teamed up with Wellfleet Communications Inc to market high-speed network systems and services to link multi-vendor local area networks over BellSouth's Frame Relay and its Switched Multimegabit Data Services.,"['BellSouth Corp has teamed up with Wellfleet Communications Inc to market high-speed networks and services that connect multiple vendors ""local networks via BellSouth\'s Frame Relay and its Switched Multimegabit Data Services.', 'BellSouth Corp has teamed up with Wellfleet Communications Inc to market a high-speed network and connect local networks from multiple providers via BellSouth Frame Relay and Switched Multimegabit Data Services.', ""BellSouth Corp has partnered with Wellfleet Communications Inc. to bring to market high-speed networks and services that provide local networks from various vendors through BellSouth's Frame Relay and its intermediary services."", ""BellSouth Corp has partnered with Wellfleet Communications Inc to bring high-speed networks and services to market that connect local networks from multiple vendors through BellSouth's Frame Relays and Switched Multimegabit Data Services."", 'BellSouth Corp has teamed up with Wellfleet Communications Inc. to market high-speed networks and services that connect local satellite networks from various providers through BellSouth Frame Relay and its connected multimegabit data services.']" -285,"['Router', 'manufacturers', 'debating', 'whether', 'they', 'should', 'license', 'IBM', 'Corp', ""'s"", 'Advanced', 'Peer', 'to', 'Peer', 'Networking', 'code', 'or', 'go', 'with', 'the', 'Cisco', 'Systems', 'Inc-inspired', 'Advanced', 'Peer-to-Peer', 'Internetworking,', 'have', 'a', 'third', 'choice.']","[7, 9]",0,ibm corp,"Router manufacturers debating whether they should license IBM Corp's Advanced Peer to Peer Networking code or go with the Cisco Systems Inc-inspired Advanced Peer-to-Peer Internetworking, have a third choice.","[""Router vendors discussing whether to license IBM Corp's Advanced Peer to Peer Networking code or participate in Cisco Systems Inc's Advanced Peer-to-Peer Internet Working have a third choice."", ""Router manufacturers debating whether to license IBM Corp's Advanced Peer to Peer Networking code or participate in Cisco Systems Inc's Advanced Peer-to-Peer Internet Working have a third choice."", ""Router vendors who argue over whether to license IBM's advanced peer-to-peer networking code or use the Cisco Systems Inc-inspired advanced peer-to-peer Internet working method have a third choice."", ""Router manufacturers debating whether to license IBM Corp's Advanced Peer-to-Peer Networking or Cisco Systems Inc's Advanced Peer-to-Peer Internet Working have a third choice."", 'Router manufacturers are debating whether to license highly motivated peer-to-peer networking software from IBM Corp or Cisco Systems Inc.']" -286,"['Although', ""MTM's"", 'shares', 'rallied', 'at', 'the', 'start', 'of', 'last', 'week', 'the', 'publication', 'by', 'UBS', 'Philips', '&', 'Drew', 'of', 'an', 'in-depth', 'report', 'on', 'the', 'state', 'of', 'the', ""company's"", 'finances', 'started', 'them', 'on', 'a', 'downward', 'slide', 'again.']","[13, 17]",1,ubs philips & drew,Although MTM's shares rallied at the start of last week the publication by UBS Philips & Drew of an in-depth report on the state of the company's finances started them on a downward slide again.,"[""MTM shares rose early last week, but slipped again after the release of a detailed report on UBS's financial condition."", ""Shares in the telecoms company rose early last week after UBS Philips & Drew released a detailed report on the company's financial condition, pushing its share price down again."", ""Shares in mechanical engineering firm MTM regained value early last week after UBS Philips & Drew released a comprehensive report on the company's financial health, but the fall sent the stock plunging again."", ""Although MTM shares lost ground at the start of the week following the publication of a report by UBS Philips & Drew on the company's financial situation, they went downhill again today."", ""World Cup shares rose again early last week after UBS Philips & Drew released a detailed report on the company's financial condition.""]" -287,"['""I', 'avoided', 'one', 'of', 'the', 'chairmen,""', 'Poskonov', 'continued,', '""because', 'he', 'is', 'in', 'Mexico', 'showing', 'President', 'Ordaz', 'how', 'not', 'to', 'repay', 'their', 'loan', 'to', 'Chase', 'Manhattan', 'while', 'at', 'the', 'same', 'time', 'borrowing', 'even', 'more', 'dollars', 'from', 'the', 'Bank', 'of', 'America', '.']","[36, 39]",0,bank of america,"""I avoided one of the chairmen,"" Poskonov continued,""because he is in Mexico showing President Ordaz how not to repay their loan to Chase Manhattan while at the same time borrowing even more dollars from the Bank of America.","['""I got out of the way of one of the chairmen,"" Poskonov continued, ""because he showed President Ordaz in Mexico how not to repay her loan at Chase Manhattan and at the same time borrow more dollars from Bank of America.', '""I dodged one of them,"" Poskonov continued, ""because he is in Mexico and President Ordaz is showing how not to repay the Yabloko loan and to borrow more dollars from Bank of America.', '""I dodged a chairman,"" Poskonov wrote, ""because he is in Mexico and President Ordaz is showing how he can\'t repay the customer loan to Chase Manhattan while borrowing more pennies from Bank of America.', '""I dodged one of the chairmen,"" Poskonov continued, ""because he showed President Ordaz in Mexico how to deny his Chase Manhattan loan while borrowing even more dollars from Bank of America.', '""So I dodged one of the chairmen,"" Poskonov continued, ""because he is lecturing President Ordaz in Mexico about how to repay his loan to Chase Manhattan, while at the same time borrowing another donation from Bank of America.']" -288,"['Pricing', 'has', 'yet', 'to', 'be', 'decided,', 'but', 'BT', 'is', 'aiming', 'for', 'the', 'look', 'and', 'feel', 'of', 'the', 'service', 'to', 'be', 'the', 'same', 'as', 'for', 'its', 'existing', 'messaging', 'services.']","[7, 8]",1,bt,"Pricing has yet to be decided, but BT is aiming for the look and feel of the service to be the same as for its existing messaging services.","['Prices have yet to be set, but BT wants the design of the service to match that of its existing messaging services.', 'The price has not yet been set, but BT is aiming for the same look and feel of the service as its existing messaging offerings.', 'Prices have yet to be set, but BT is aiming for the same result as its existing messenger services.', 'The pricing policy has not yet been finalised, but BT is keen to align the service with its existing messaging services.', 'Pricing has not yet been finalised, but BT wants the look of the service to differ from that of previous news services.']" -289,"['Canon', 'still', 'holds', '17%', 'of', 'NeXT', 'which', 'is', 'hoping', 'to', 'continue', 'as', 'a', 'software', 'company.']","[0, 1]",0,canon,Canon still holds 17% of NeXT which is hoping to continue as a software company.,"['Canon still holds a 17% stake in NeXT, which hopes to remain a software company.', 'Canon still holds a 17% stake in NeXT, which hopes to remain a software company.', 'Canon still holds a 17% stake in NeXT, which is trying to continue as a software company.', 'However, Canon still holds a 17% stake in NeXT and hopes to continue as a software company.', 'Canon still holds a 17% stake in NeXT and wants to remain a software company.']" -290,"['LVMH', 'has', 'a', 'premium', 'brand', 'range', 'of', 'champagnes', '(including', 'Dom', 'Perignon,', 'Moet', '&', 'Chandon,', 'Veuve', 'Clicquot),', 'wines,', 'cognacs', '(Hennessy', 'and', 'Hine),', 'spirits,', 'perfumes', '(including', 'Christian', 'Dior', 'and', 'Givenchy),', 'luggage', 'and', 'accessories', 'and', 'beauty', 'products.']","[0, 1]",0,lvmh,"LVMH has a premium brand range of champagnes (including Dom Perignon, Moet & Chandon, Veuve Clicquot), wines, cognacs (Hennessy and Hine), spirits, perfumes (including Christian Dior and Givenchy), luggage and accessories and beauty products.","['LVMH offers a high quality range of Champagnes (including Dom Perignon, Moet & Chandon, Veuve Clicquot), wines, cognacs (Hennessy and Hine), spirits, perfumes (including Christian Dior and Givenchy), luggage, accessories and beauty products.', 'LVMH offers a range of premium branded champagne (including Dom Perignon, Moet & Chandon, Veuve Clicquot), wines, cognacs (Hennessy and Hine), spirits, perfumes (including Christian Dior and Givenchy), luggage and accessories, and beauty products.', 'LVMH offers a range of quality branded products: Champagne (including Dom Pignon, Moet & Chandon, Veuve Clicquot), wines, cognacs (Hennessy and Hine), spirits, perfume (including Christian Dior and Givenchy), luggage, accessories and beauty products.', 'LVMH has a premium branded range of Champagne (including Dom Pignon, Moet & Chandon, Veuve Clicquot), wine, cognacs (Hennessy and Hine), spirits, perfume (including Christian Dior and Givenchy), luggage, accessories and cosmetics.', 'LVMH offers a world-class range of Champagnes (including Dom Perignon, Moet & Chandon, Veuve Clicquot), wines, cognacs (Hennessy and Hine), spirits, perfumes (including Christian Dior and Givenchy), luggage, accessories and beauty products.']" -291,"['v.', 'Barclays', 'Bank', 'Ltd', '.']","[1, 4]",0,barclays bank ltd,v. Barclays Bank Ltd.,"['v. Barclays Bank Ltd.', 'v. Barclays Bank Ltd.', 'v. Barclays Bank Ltd.', 'v. Barclays Bank Ltd.', 'v. Barclays Bank Ltd.']" -292,"['The', 'explosive', 'proliferation', 'of', 'industry', 'bodies', 'continues', 'and', 'the', 'latest', 'brings', 'together', 'ICL', 'Plc,', 'Bell', 'Atlantic', 'Business', 'Systems', 'Services', 'Inc,', 'Hewlett-Packard', 'Co,', 'Microsoft', 'Corp', 'and', 'Sun', 'Microsystems', 'Computer', 'Corp', ',', 'and', 'the', 'ill', 'they', 'aim', 'to', 'alleviate', 'is', 'the', 'lack', 'of', 'international', 'standards', 'for', 'service', 'and', 'support', 'information', 'in', 'distributed', 'computing', 'environments.']","[25, 29]",0,sun microsystems computer corp,"The explosive proliferation of industry bodies continues and the latest brings together ICL Plc, Bell Atlantic Business Systems Services Inc, Hewlett-Packard Co, Microsoft Corp and Sun Microsystems Computer Corp, and the ill they aim to alleviate is the lack of international standards for service and support information in distributed computing environments.","['The explosive proliferation of industrial sectors continues, and the latest brings together ICL Plc, Bell Atlantic Business Systems Services Inc, Hewlett-Packard Co, Microsoft Corp, and Sun Microsystems Computer Corp. The evil they seek to alleviate is the lack of international standards for service and supporting information in distributed computer environments.', 'The explosion of industry organizations continues, and the recent joining of ICL Plc, Bell Atlantic Business Systems Services Inc, Hewlett-Packard Co, Microsoft Corp and Sun Microsystems Computer Corp is the lack of international standards for service and support information in distributed computer environments.', 'The explosive proliferation of industry bodies continues, and the latest initiative unites ICL Plc, Bell Atlantic Business Systems Services Inc., Hewlett-Packard Co., Microsoft Corp of Lower Saxony and Sun Microsystems Computer Corp, and the evil they are trying to alleviate is the lack of international standards for services and supporting information in distributed computer environments.', 'The explosive proliferation of industry bodies continues, and the 54-member private initiative brings together ICL Plc, Bell Atlantic Business Systems Services Inc, Hewlett-Packard Co, Microsoft Corp, and Sun Microsystems Computer Corp. What they would like to dismantle is the lack of international standards for services and supporting information in distributed IT environments.', 'The explosive growth of the industry continues, and last year ICahlplc, Bell Atlantic Business Systems Services Inc, Hewlett-Packard Co., Microsoft Corp, and Sun Microsystems Computer Corp joined forces to alleviate the ills caused by the lack of international standards for licensed services and support for supply information in distributed computer environments.']" -293,"['Microsoft', 'to', 'dominate', 'the', 'desktop']","[0, 1]",1,microsoft,Microsoft to dominate the desktop,"['Microsoft dominates the desktop', 'Microsoft dominates the desktop', 'Microsoft dominates the desktop', 'Microsoft dominates the desktop', 'Microsoft wants to dominate the desktop']" -294,"['Philips', '--', 'like', 'Siemens', 'and', 'GEC', '--', 'attempted', 'to', 'evolve', 'rather', 'than', 'to', 'make', 'radical', 'changes', 'of', 'direction.']","[3, 4]",1,siemens,Philips -- like Siemens and GEC -- attempted to evolve rather than to make radical changes of direction.,"['Philips, like Siemens and GEC, tried to evolve rather than radically change direction.', 'Philips, like Siemens and GEC, sought development rather than a radical change of course.', 'Philips, like Siemens and GEC, has tried not to radically change direction, but to develop it.', 'Philips, like Siemens and GEC, tried to evolve rather than radically change.', 'Philips, like Siemens and the GEC, tried to evolve rather than challenge radicals.']" -295,"['The', 'distributor', 'is', 'still', 'negotiating', 'with', 'Dell', 'to', 'resell', ""Dell's"", 'version', 'of', 'SVR4', 'which', 'Dell', 'unbundled', 'some', 'time', 'back.']","[6, 7]",1,dell,The distributor is still negotiating with Dell to resell Dell's version of SVR4 which Dell unbundled some time back.,"['The distributor is still negotiating with Dell to resell the SVR4 version of Dell, which Dell unbundled some time ago.', 'The distribution service is still negotiating with Dell on the resale of the SVR4 version of Dell, which Dell unbundled some time ago.', 'The foreign exchange trader is still negotiating with Dell on the resale of the SVR4 version, which Dell unbundled some time ago.', 'The distributor is still negotiating with Dell to resell the SVR4 version that Dell unbundled some time ago.', 'The retailer is in ongoing negotiations with Dell over the SVR4 version of SVRhorri4, which was unbundled by Dell some time ago.']" -296,"['Prior', 'to', 'the', 'launch', 'of', 'Compaq', ""'s"", 'DeskPro/M', 'series', 'he', 'upgraded', 'from', '286s', 'to', '386SX', 'computers', 'by', 'shuffling', 'the', 'older', 'machines', 'on', 'to', ""secretaries'"", 'desks.']","[5, 6]",0,compaq,Prior to the launch of Compaq's DeskPro/M series he upgraded from 286s to 386SX computers by shuffling the older machines on to secretaries' desks.,"[""Prior to the launch of the Compaq DeskPro / M series, he converted the 286 screen to 386SX computers by moving the older machines to the secretary's desk."", ""Before the launch of Compaq's DeskPro / M series, he upgraded his computers from 286s to 386SX by referring the older ones to the desks of the secretaries."", ""Before the introduction of Compaq's DeskPro / M series, he built computers from 286s to 386SX by flooding the older machines to the desktop."", ""Prior to the launch of the Compaq DeskPro / M series, he upgraded from 286s to 38s by throwing the older machines on the secretary's desk."", ""Before the launch of Compaq's DeskPro / M series, he upgraded his computer from 286s to 386SX by sending the older machines to the secretary's desk, which was also occupied by the family.""]" -297,"['Clayton', '&', ""Dubilier's"", 'latest', 'deal', 'is', 'a', 'buy-out', 'of', 'a', 'chunk', 'of', 'IBM', 'that', 'makes', 'typewriters', 'and', 'other', 'lowish-tech', 'bits', 'and', 'pieces.']","[12, 13]",0,ibm,Clayton & Dubilier's latest deal is a buy-out of a chunk of IBM that makes typewriters and other lowish-tech bits and pieces.,"[""Clayton & Dubilier's latest deal is to buy part of IBM, which makes typewriters and other high-tech equipment."", ""Clayton & Dubilier's latest deal is to buy a stake in IBM, a maker of typewriters and other high-tech products."", ""Clayton & Dubilier's latest deal is the acquisition of part of IBM, which makes typewriters and other finishing technologies."", 'The latest deal between Clayton and Dubilier is the acquisition of part of IBM, which makes typewriters and other technology flagships.', ""Clayton & Dubilier's latest deal is to buy a piece of IBM that makes typewriters and other high-tech spare parts.""]" -298,"['MS-DOS', '7', 'will', 'have', 'full', '32-bit', 'internals', 'but', 'no', '32-bit', 'programming', 'interface,', 'InformationWeek', 'reports,', 'because,', 'Microsoft', 'says,', 'developers', 'have', 'taken', 'advantage', 'of', 'so', 'many', '16-bit', 'MS-DOS', 'features', 'that', 'moving', 'to', 'a', '32-bit', 'programming', 'interface', 'would', 'be', 'virtually', 'impossible.']","[15, 16]",1,microsoft,"MS-DOS 7 will have full 32-bit internals but no 32-bit programming interface, InformationWeek reports, because, Microsoft says, developers have taken advantage of so many 16-bit MS-DOS features that moving to a 32-bit programming interface would be virtually impossible.","['MS-DOS 7 will have full 32-bit internals, but no 32-bit programming interface, as InformationWeek reports, because according to Microsoft developers have exploited so many 16-bit MS-DOS features that switching to a 32-bit programming interface would be practically impossible.', 'MS-DOS 7 will have full 32-bit built-ins, but no 32-bit programming interface, InformationWeek reports, because developers have exploited so many 16-bit MS-DOS features, according to Microsoft, that switching to a 32-bit programming interface is virtually impossible.', 'MS-DOS 7 will have full 32-bit internals, but no 32-bit programming interface, InformationWeek reports, because Microsoft developers say they have used so many 16-bit MS Academy that switching to a 32-bit programming interface would be practically impossible.', 'MS-DOS 7 will have the full 32-bit internal programming interface, but not a 32-bit programming interface, reports Information Week, because, according to Microsoft, developers have used so many 16-bit MS-DOS features that switching to a 32-bit programming interface would be practically impossible.', 'MS-DOS 7 will have full 32-bit internals, but no 32-bit programming interface, InformationWeek reports, because, Microsoft says, many 16-bit MS-DOS features were so exploited that slipping onto a 32-bit programming interface would have been virtually impossible.']" -299,"['ACCORDING', 'to', 'one', 'customer', 'of', 'Barclays', 'Bank', 'in', 'Guildford,', 'managers', 'have', 'been', 'following', 'freezing', 'clients', 'around', 'with', 'fan', 'heaters,', 'explaining:', '""It\'s', 'because', 'the', 'heating', 'is', 'controlled', 'by', 'a', 'central', 'computer.""']","[5, 7]",0,barclays bank,"ACCORDING to one customer of Barclays Bank in Guildford, managers have been following freezing clients around with fan heaters, explaining:""It's because the heating is controlled by a central computer.""","['According to one Barclays Bank customer from Guildford, managers with fan heaters tracked frozen customers and explained: ""This is because the heating is controlled by a central computer.""', ""Speaking to a customer at Barclays Bank in Guildford, managers tracked the freezing of customers using fan ovens and explained: 'This is because the heating is controlled by a central computer.'"", 'According to one Barclays Bank customer in Guildford, managers observed the frosty customers with fan heaters and explained: ""This is because the heating is controlled by a central computer.""', 'According to one Barclays Bank customer in Guildford, managers use fan heaters to keep track of icy customers, explaining: ""The heater is turned off by a fan.""', 'According to a client of Barclays Bank in Guildford, the managers accompany their patients with heater fans. ""The greeter was controlled by a central computer,"" he explains.']" -300,"['A', 'SWINDON', 'publican', 'has', 'been', 'forced', 'by', 'the', 'Walt', 'Disney', 'Corporation', 'to', 'abandon', 'a', 'Mickey', 'Mouse', 'theme', 'for', 'his', 'public', 'house,', 'named', 'Cartoons,', 'because', 'of', 'copyright', 'enfringement.']","[8, 11]",1,walt disney corporation,"A SWINDON publican has been forced by the Walt Disney Corporation to abandon a Mickey Mouse theme for his public house, named Cartoons, because of copyright enfringement.","['A SWINDON publicist has been forced by the Walt Disney Corporation to abandon a Mickey Mouse theme for his public house called Cartoons due to copyright infringement.', 'A SWINDON publicist has been forced to abandon a Mickey Mouse theme for his public house called Cartoons due to copyright infringement by the Walt Disney Company.', 'A SWINDON publisher has been forced by the Walt Disney Corporation to give up a Mickey Mouse motif for its public house, the cartoons, because of copyright infringement.', 'A SWINDON publicist has been forced by the Walt Disney Corporation to drop a Mickey Mouse theme in public space called cartoons for copyright infringement.', 'A SWINDON publicist has been forced to drop Mickaides theme for his public house called Cartoons by Walt Disney Corporation for copyright infringement.']" -301,"['Even', 'President-elect', 'Bill', 'Clinton', 'could', 'not', 'contain', 'his', 'dismay', 'last', 'week', 'after', 'IBM', 'Corp', 'announced', 'that', 'business', 'in', 'Europe', 'was', 'so', 'bad', 'that', 'the', 'company', 'would', 'at', 'best', 'break', 'even', 'in', 'the', 'current', 'quarter', '--', 'and', 'prescribed', 'only', 'more', 'of', 'the', 'same', 'medicine', 'that', 'has', 'so', 'signally', 'failed', 'to', 'save', 'the', 'situation', 'up', 'to', 'now.']","[12, 14]",1,ibm corp,Even President-elect Bill Clinton could not contain his dismay last week after IBM Corp announced that business in Europe was so bad that the company would at best break even in the current quarter -- and prescribed only more of the same medicine that has so signally failed to save the situation up to now.,"['Even US President-elect Bill Clinton could not contain his dismay last week after IBM Corp announced that business in Europe was so bad that the company would break even in the current quarter at best - and would only prescribe more of the drug it has been unable to save.', 'Even President-elect Bill Clinton could not contain his dismay last week after IBM Corp announced that business in Europe was so bad that the company would be best placed to break even in the current quarter - only to be prescribed more of the same drug that was so obviously unable to save it.', 'Even the next president, Bill Clinton, could not contain his dismay after IBM Corp announced last week that business in Europe was so bad that the company would, at best, return to the black in the current quarter - prescribing only more of the same drug that apparently did not save the situation.', 'Even President-elect Bill Clinton could not hide his dismay last week when IBM Corp announced that business in Europe was so bad that the company could at best offset it in the current quarter - and could only prescribe the same drugs that have been so successful in the past.', 'Even President-elect Bill Clinton could not contain his dismay last week after IBM Corp reported that business in Europe was so bad that the company would break even in the current quarter, prescribing only more of the same drug that had apparently failed to fix the situation.']" -302,"[""They'll"", 'jet', 'with', 'KLM', 'Royal', 'Dutch', 'Airlines', 'on', 'their', 'brand', 'new', 'flight', 'from', 'Heathrow', 'to', 'San', 'Francisco,', 'via', 'Amsterdam,', 'and', 'stay', 'for', 'six', 'nights', 'at', 'the', 'Tuscan', 'Inn,', 'on', 'the', 'world-famous', ""Fisherman's"", 'Wharf,', 'where', ""they'll"", 'enjoy', 'FREE', 'use', 'of', 'a', 'Tropical', 'USA', 'Rent-A-Car.']","[3, 7]",0,klm royal dutch airlines,"They'll jet with KLM Royal Dutch Airlines on their brand new flight from Heathrow to San Francisco, via Amsterdam, and stay for six nights at the Tuscan Inn, on the world-famous Fisherman's Wharf, where they'll enjoy FREE use of a Tropical USA Rent-A-Car.","[""You jet with KLM Royal Dutch Airlines on their brand new flight from Heathrow via Amsterdam to San Francisco and stay six nights at the Tuscan Inn on the world famous Fisherman's Road, where you can use a tropical rental car from the USA for free."", ""You will jet with KLM Royal Dutch Airlines on their brand new flight via Amsterdam from Heathrow to San Francisco and spend six nights at the Tuscan Inn at the world famous Fisherman's Wharf, where you will benefit from a FREE US car rental service."", 'You jet with KLM Royal Dutch Airlines on their brand new flight from Heathrow via Amsterdam to San Francisco and stay for six nights at the Tuscan Inn at the world famous fishing port, where you enjoy free use of a tropical US rental car.', ""You fly with KLM Royal Dutch Airlines jet on their brand new flight from Heathrow via Amsterdam to San Francisco and stay for six nights at the Tuscan Inn at world-class Fisherman's Wharf, where you can enjoy complimentary use of a tropical US rental car."", ""There is a budget airline and a one bedroom apartment, and on their new flight from Heathrow via Amsterdam to San Francisco to the world-famous Fisherman's Wharf they will pay six nights and use a tropical car rental service for free.""]" -303,"['Erasma', 'García', 'glanced', 'up', 'from', 'making', 'tortillas', 'to', 'study', 'the', 'US', 'military', 'press', 'briefing', 'on', 'the', '12-inch', 'screen', 'of', 'her', 'second-hand', 'Sony', 'television.']","[21, 22]",0,sony,Erasma García glanced up from making tortillas to study the US military press briefing on the 12-inch screen of her second-hand Sony television.,"['Erasma Garc & iacute; a look at the tortillas as she studied the US military press briefing on the 12-inch screen of her used Sony TV.', 'Erasma Garc & iacute; a look up to study the US armed forces press briefing on the 12-inch screen of their used Sony TV.', 'Erasma Garc & Iacute; a peered from tortillas at the 12-inch screen of her used Sony TV to watch the U.S. Army press briefing.', 'While making the tortillas, Erasma Garc & Iacute; a forgot to study the US military press conference on the 12-inch screen of her used Sony TV.', 'Erasma Garc & Co. watched the tortilla production as she studied the U.S. military press briefing on the 12-inch screen of her used Sony TV.']" -304,"['Sun', 'plans', 'several', 'iterations', 'of', 'each', 'of', 'the', 'three', 'family', 'members.']","[0, 1]",1,sun,Sun plans several iterations of each of the three family members.,"['Sun plans several iterations of each of the three family members.', 'Sun plans several iterations of each of the three family members.', 'Sun plans to repeat each of the three family members several times.', 'Sun plans several iterations of each of the three family members.', 'Sun plans several iterations per family member.']" -305,"['Concurrently,', ""it's"", 'scheduled', 'the', 'Uniforum', 'Technology', ""Managers'"", 'Conference', 'at', 'the', 'San', 'Francisco', 'Marriott', 'to', 'explore', 'actionable', 'issues,', 'products,', 'technologies', 'and', 'trends', 'in', 'emerging', 'application', 'development', 'areas', 'in', 'conjunction', 'with', 'Judith', 'Hurwitz', 'of', 'The', 'Hurwitz', 'Group.']","[12, 13]",1,marriott,"Concurrently, it's scheduled the Uniforum Technology Managers' Conference at the San Francisco Marriott to explore actionable issues, products, technologies and trends in emerging application development areas in conjunction with Judith Hurwitz of The Hurwitz Group.","['In parallel, the Uniforum Technology Managers Conference will take place at the San Francisco Marriott, where actionable questions, products, technologies and trends in new application development areas will be discussed together with Judith Hurwitz of the Hurwitz Group.', ""Simultaneously, the Uniforum Technology Managers' Conference will take place at the Marriott in San Francisco, where practical questions, products, technologies and trends from emerging areas of application development will be discussed in collaboration with Judith Hurwitz of the Hurwitz Group."", 'Judith Hurwitz of the Hurwitz Group will co-host the Uniforum Technology Managers ""Conference at the San Francisco Marriott, where feasible problems, products, technologies and trends in new areas of application development will be discussed.', ""At the same time, the San Francisco Marriott is hosting the Uniforum Technology Managers' Conference to explore actionable topics, products, technologies and trends in emerging areas of application development with Judith Hurwitz of the Hurwitz Group."", ""At the same time, the San Francisco Marriott will host the Uniforum Technology Managers' Conference, where Judith Hurwitz of the Hurwitz Group will explore solvable problems, products, technologies and trends in emerging areas of application development.""]" -306,"['Solaris', 'x86', 'for', 'Intel', 'Corp', 'architectures', 'will', 'move', 'to', 'release', '2.2', 'later', 'this', 'year', '--', 'from', '2.1', 'now', '--', 'Sun', 'admits', 'only', 'to', 'Compaq', 'Computer', 'Corp', 'and', 'AST', 'Research', 'Inc', 'having', 'taken', 'the', 'release', 'for', 'their', 'iAPX-86', 'multiprocessors.']","[23, 26]",1,compaq computer corp,Solaris x86 for Intel Corp architectures will move to release 2.2 later this year -- from 2.1 now -- Sun admits only to Compaq Computer Corp and AST Research Inc having taken the release for their iAPX-86 multiprocessors.,"['Solaris x86 for Intel Corp architectures will release version 2.2 later this year -- from now 2.1 -- Sun only admits to Compaq Computer Corp and AST Research Inc that they took the version for their iAPX-86 multiprocessors.', 'Solaris x86 for Intel Corp architectures will be upgraded to version 2.2 this year -- from 2.1 now -- Sun admits that only Compaq Computer Corp and AST Research Inc released this version for their iAPX-86 multiprocessors.', 'Solaris x86 for Intel Corp architectures will be upgraded to the 2.2 release later this year -- from 2.1 now -- Sun will only accept Compaq Computer Corp and AST Research Inc after they have accepted the releases for their iAPX-86 multiprocessors.', 'Solaris x86 for Intel Corp architectures will be upgraded to 2.2 later this year - from 2.1 now. Sun admits that Compaq Computer Corp and AST Research Inc. have released the latest version for their iAPX-86 multiprocessor.', 'Solaris x86 for architectures by Intel Corp will be released at the end of the year - from now 2.1. Sun has only admitted that Compaq Computer Corp and AST Research Inc have taken this beer exemption on their multiprocessors iAPX-86.']" -307,"['DAMON', 'Hill', 'is', 'still', 'unsure', 'of', 'his', 'Williams', ""'"", 'future', 'even', 'though', 'he', 'will', 'be', 'chasing', 'a', 'hat-trick', 'of', 'Formula', 'One', 'wins', 'in', ""tomorrow's"", 'Italian', 'Grand', 'Prix', 'at', 'Monza.']","[7, 8]",1,williams,DAMON Hill is still unsure of his Williams' future even though he will be chasing a hat-trick of Formula One wins in tomorrow's Italian Grand Prix at Monza.,"[""DAMON Hill still doesn't know what his future will be at Williams, despite scoring a Formula One hat-trick at tomorrow's Italian Grand Prix in Monza."", ""DAMON Hill is still unsure about his future at Williams despite his Formula One hat-trick at tomorrow's Italian Grand Prix in Monza."", ""DAMON Hill still doesn't know what his Williams fate will be, despite his Formula One hat-trick at tomorrow's Italian Grand Prix in Monza."", ""DAMON Hill is still unsure if there is a better future for his Williams, despite landing a Formula One hat-trick at tomorrow's Italian Grand Prix in Monza."", 'DAMON Hill is still unsure of his Williams, even though he will score a hat-trick at the Italian Grand Prix in Monza tomorrow.']" -308,"[""USL's"", 'other', 'stockholders,', 'Sun,', 'ICL,', 'Amdahl,', 'Fujitsu,', 'Motorola,', 'NEC', ',', 'Oki,', 'Toshiba,', 'Olivetti,', 'Tata', 'and', '3i,', 'may', 'not', 'have', 'a', 'say', 'in', 'what', 'eventually', 'happens', 'or', 'whether', 'Novell', 'takes', 'it', 'all.']","[8, 9]",1,nec,"USL's other stockholders, Sun, ICL, Amdahl, Fujitsu, Motorola, NEC, Oki, Toshiba, Olivetti, Tata and 3i, may not have a say in what eventually happens or whether Novell takes it all.","['The other USL shareholders Sun, ICL, Amdahl, Fujitsu, Motorola, NEC, Oki, Toshiba, Olivetti, Tata and 3i may not have any influence on what happens in the end or whether Novell takes over everything.', 'The remaining shareholders of USL, Sun, ICL, Amdahl, Fujitsu, Motorola, NEC, Oki, Toshiba, Olivetti, Tata and 3i may not have a say in what ultimately happens or whether Novell acquires them all.', 'The remaining shareholders of USL, Sun, ICL, Amdahl, Fujitsu, Motorola, NEC, Oki, Toshiba, Olivetti, Tata and 3i may not have a say in what ultimately happens or whether Novell acquires everything.', 'The other shareholders of USL, Sun, ICL, Amdahl, Fujitsu, Motorola, NEC, Oki, Toshiba, Olivetti, Tata and 3i cannot say what will happen in the end or whether Novell will take over everything.', 'The other shareholders of USL, Sun, ICL, Amdahl, Fujitsu, Motorola, NEC Ukraines, Oki, Toshiba, Olivetti, Tata and 3i may not have a say in what ultimately happens or whether Novell acquires everything.']" -309,"['Volume', 'is', 'driving', 'the', 'market,', 'and', 'volume', 'currently', 'belongs', 'to', 'the', 'twin', 'dominators,', 'Intel', 'Corp', 'and', 'Microsoft', 'Corp.', 'Kanwal', 'Rekhi,', 'executive', 'vice-president', 'of', ""Novell's"", 'interoperability', 'systems', 'group,', 'thinks', 'his', 'company', 'has', 'the', 'resources', 'to', 'challenge', 'Microsoft', 'in', 'the', 'corporate,', 'client-server', 'marketplace,', 'and', 'even', 'claims', 'that', 'Novell', 'will', 'take', 'at', 'least', 'half', 'of', 'the', 'market', 'from', 'the', 'clutches', 'of', 'Microsoft', ""'s"", 'NT.']","[58, 59]",0,microsoft,"Volume is driving the market, and volume currently belongs to the twin dominators, Intel Corp and Microsoft Corp. Kanwal Rekhi, executive vice-president of Novell's interoperability systems group, thinks his company has the resources to challenge Microsoft in the corporate, client-server marketplace, and even claims that Novell will take at least half of the market from the clutches of Microsoft's NT.","[""Volume drives the market, and Volume is currently the twin dominator Intel Corp and Microsoft Corp's Kanwal Rekhi, executive vice president of Novell's Interoperability Systems Group, believes his company has the resources to challenge Microsoft in the corporate server market, and even claims that Novell will snatch at least half of the market from the clutches of Microsoft's NT."", 'Volume drives the market, and volume currently belongs to the two leading companies Intel Corp and Microsoft Corp Kanwal Rekhi, executive vice president of the Novell Interoperability Systems Group, believes that his company has the resources that Microsoft has in the enterprise, client server market and even claims that Novell will derail at least half of the market.', ""Volume drives the market, and Volume is currently one of two market leaders, Intel Corp and Microsoft Corp Kanwal Rekhi, executive vice president of Novell Group, believes his company has the resources to challenge Microsoft in the enterprise client-server market, and even claims that Novell would win at least half of Microsoft's NT market."", ""Volume is the engine of the market, and currently owned by two dominant companies, Intel Corp and Microsoft Corp Kanwal Rekhi, executive vice president of the Novell Enterprise and Server Interoperability Group, believes that his company has the resources to challenge Microsoft in the corporate, customer and server market, and even claims that Novell will get at least half of the market out of the clutches of Microsoft's NT."", ""Volume drives the market, and volume currently dominates Intel Corp and Microsoft Corp's Kanwal Rekhi, executive vice president of Novell Interoperability Systems Group, believes his company has the resources to challenge Microsoft in the form of a client-server market, and even claims that Novell will snatch at least half of the market from Microsoft NTs.""]" -310,"['Bell', 'Atlantic', ""Corp's"", 'Bell', 'Atlantic', 'Business', 'Systems', 'International', 'has', 'formed', 'a', 'partnership', 'with', 'Fujitsu', 'Australia', 'Ltd', 'to', 'provide', 'independent', 'computer', 'service', 'and', 'support', 'for', ""companies'"", 'enterprises', 'in', 'Australia,', 'New', 'Zealand,', 'Papua', 'New', 'Guinea', 'and', 'Fiji:', 'each', 'company', 'will', 'own', 'a', 'half', 'interest', 'in', 'a', 'partnership', 'that', 'owns', 'ACL', 'Computer', 'Services', 'and', 'will', 'conduct', 'business', 'under', 'the', 'name', 'of', 'FBA', 'Computer', 'Technology', 'Services,', 'providing', 'hardware,', 'software,', 'network', 'and', 'usage', 'support', 'on', 'mainframe', 'to', 'desktop', 'systems', 'from', 'multiple', 'vendors;', 'Fujitsu', 'Australia', 'is', 'now', '80%', 'owned', 'by', 'Fujitsu', 'Ltd', 'and', '20%', 'by', 'ICL', 'Plc.']","[77, 79]",0,fujitsu australia,"Bell Atlantic Corp's Bell Atlantic Business Systems International has formed a partnership with Fujitsu Australia Ltd to provide independent computer service and support for companies' enterprises in Australia, New Zealand, Papua New Guinea and Fiji: each company will own a half interest in a partnership that owns ACL Computer Services and will conduct business under the name of FBA Computer Technology Services, providing hardware, software, network and usage support on mainframe to desktop systems from multiple vendors; Fujitsu Australia is now 80% owned by Fujitsu Ltd and 20% by ICL Plc.","['Bell Atlantic Corp. Bell Atlantic Business Systems International has partnered with Fujitsu Australia Ltd. to provide independent computer services and support to businesses in Australia, New Zealand, Papua New Guinea and Fiji: each company will own half of a partnership owned by ACL Computer Services, operating under the name FBA Computer Technology Services, providing hardware, software, network and user support for mainframe desktop systems from multiple vendors; Fujitsu Australia is now 80% owned by Fujitsu Ltd. and 20% by ICL Plc.', ""Bell Atlantic Corp's Bell Atlantic Business Systems International has entered into a partnership with Fujitsu Australia Ltd to provide independent computer services and support to businesses in Australia, New Zealand, Papua New Guinea and Fiji: each company will hold half of the shares in a partnership owned by ACL Computer Services, which will operate under the name FBA Computer Technology Services and provide hardware, software, network and user support for desktop systems from several mainframe manufacturers on desktop systems. Fujitsu Australia is now 80% owned by Fujitsu Ltd and 20% by ICL Plc."", 'Bell Atlantic Corporation has partnered with Fujitsu Australia Ltd to provide independent computer services and support to businesses in Australia, New Zealand, Papua New Guinea and Fiji: each company will hold a half stake in a partnership owned by ACL Computer Services, which will operate under the name FBA Computer Technology Services and provide hardware, software, network and user support for desktop systems from various manufacturers; Fujitsu Australia is now 80% owned by Fujitsu Ltd and 20% by ICL Plc.', ""Bell Atlantic Corp's Bell Atlantic Business Systems International has partnered with Fujitsu Australia Ltd. to provide independent computer services and support to businesses in Australia, New Zealand, Papua New Guinea and Fiji: each company will have a half stake in a partnership owned by ACL Computer Services and will conduct business under the name FBA Computer Technology Services. It will provide hardware, software, network and application support for desktop systems from various mainframe manufacturers; Fujitsu Australia is now 80% owned by Fujitsu Ltd. and 20% owned by ICL Plc."", ""Bell Atlantic Corp's Bell Atlantic Business Systems International has partnered with Fujitsu Australia Ltd. to provide independent data services and support to businesses in Australia, New Zealand, Papua New Guinea and Fiji: each company will have a 50% stake in a partnership owned by ACL Computer Services, which operates under the name FBA Computer Technology Services companies providing hardware, software, network and mainframe user support for desktop systems from various manufacturers. Fujitsu Australia is now 80% owned by Fujitsu Ltd. and 20% by ICL Plc.""]" -311,"['This', 'charge', 'can', 'be', 'deferred', 'where', 'the', 'shares', 'in', 'Target', 'are', 'distributed', 'to', 'a', 'newly', 'formed', 'company', 'in', 'exchange', 'for', 'the', 'issue', 'of', 'shares', 'in', 'the', 'Newco', 'to', 'management', '(see', 's139', 'TCGA', '1992),', 'instead', 'of', 'being', 'distributed', 'directly', 'to', 'management.']","[9, 10]",0,target,"This charge can be deferred where the shares in Target are distributed to a newly formed company in exchange for the issue of shares in the Newco to management (see s139 TCGA 1992), instead of being distributed directly to management.","['This levy can be deferred if Target shares are distributed to a newly formed company in exchange for the issue of Newco shares to management (see s139 TCGA 1992) instead of being distributed directly to management.', 'This fee can be deferred if the shares in Target are distributed to a newly formed company in exchange for the issue of shares in the Newco to management (see s139 TCGA 1992) and not directly to management.', 'This fee can be deferred if the shares in Target are transferred to a newly formed company in exchange for the issue of the shares in the Newco to management (see s139 TCGA 1992) instead of being distributed directly to management.', 'This amount can be deferred if Target shares are distributed to a newly formed company in return for the issue of shares in the Newco to management (see s139 TCGA 1992) and not directly to management.', 'These amounts can be deferred if the Target shares are distributed to a newly founded company in return for the issue of the Newco shares to management (cf. S 139 TCGA 1992) instead of being distributed directly to management.']" -312,"['Yet', 'on', 'May', '18th,', 'two', 'more', 'Olivetti', 'executives', 'were', 'put', 'under', 'investigation', 'and', 'questioned', 'in', 'Milan.']","[6, 7]",0,olivetti,"Yet on May 18th, two more Olivetti executives were put under investigation and questioned in Milan.","['On 18 May, however, two other Olivetti managers in Milan were put under the microscope and questioned.', 'Two other Olivetti managers were still being investigated and questioned in Milan on 18 May.', 'Nevertheless, two other Olivetti managers were investigated and questioned in Milan on 18 May.', 'But on 18 May, another Olivetti manager was arrested and questioned in Milan.', 'But on May 18, two other oligarchs were arrested and interrogated in Milan.']" -313,"['For', 'the', 'BP', 'Exploration', 'effort', 'locally,', 'there', 'is', 'security', 'of', 'supply', 'of', 'parts', 'and', 'oil', 'for', 'their', 'vehicles.']","[2, 3]",0,bp,"For the BP Exploration effort locally, there is security of supply of parts and oil for their vehicles.","['BP Exploration on site has security of supply for parts and oil for its vehicles.', ""There is security of supply for BP's on-site exploration."", ""BP's exploration efforts on the ground will ensure that the vehicles are supplied with spare parts and oil."", 'BP Exploration on site has security of supply for its vehicles with spare parts and oil.', 'There is security of supply for local BP production of parts and oil for their vehicles.']" -314,"['IBM', ""Corp's"", 'IBM', 'Personal', 'Computer', 'Co', 'is', 'determined', 'to', 'be', 'recognised', 'as', 'a', 'genuine', 'contender', 'in', 'the', 'mass', 'market,', 'and', 'to', 'demonstrate', 'its', 'commitment', 'it', 'immediately', 'responded', 'to', 'the', 'Compaq', 'Computer', 'Corp', 'price', 'cuts', 'with', 'cuts', 'of', 'its', 'own', 'in', 'the', 'US.']","[2, 6]",1,ibm personal computer co,"IBM Corp's IBM Personal Computer Co is determined to be recognised as a genuine contender in the mass market, and to demonstrate its commitment it immediately responded to the Compaq Computer Corp price cuts with cuts of its own in the US.","[""IBM Personal Computer Co of IBM Corp is determined to be recognized as a serious competitor in the mass market, and to demonstrate its commitment, the company immediately responded to Compaq Computer Corporation's price cuts with its own price reductions in the United States."", ""IBM PC IBM Personal Computer Co of IBM Corp is determined to establish itself as a genuine contender in the mass market and to demonstrate its commitment to respond promptly to Compaq Computer Corp's price cuts with its own price reductions in the US."", ""IBM Corp's IBM Personal Computer Co is determined to be recognised as a genuine competitor in the mass market, and to demonstrate this commitment, IBM immediately responded to Compaq Computer Corp's price cuts in the US with its own price cuts."", 'IBM Personal Computer Co is determined to be recognized as a genuine competitor in the mass market and to show that IBM Corp is committed, has immediately responded to the cut in the Compaq Computer Corps with its own price cuts in the United States.', 'IBM interviews with people in companies and institutions around the PC are an example of their own strength. In everyday life IBM Corp wants to be recognized as a genuine competitor on the mass market and to prove its commitment so that it reacts immediately to the price reductions of Compak Computer Corp in the USA with its own price reductions.']" -315,"['a', 'quarterly', 'newsletter', 'for', 'staff', 'at', ""Sainsbury's"", 'London', 'Headquarters', '--', 'Blackfriars', 'and', 'Streatham']","[6, 7]",0,sainsbury's,a quarterly newsletter for staff at Sainsbury's London Headquarters -- Blackfriars and Streatham,"['a quarterly newsletter for employees of Lloyds ""London HQ - Blackfriars and Streatham', ""a quarterly newsletter for Sainsbury's London HQ staff - Blackfriars and Streatham"", ""A quarterly newsletter for staff at Sainsbury's London HQ - Blackfriars and Streatham"", ""quarterly newsletter for employees at Sainsbury's headquarters in London -- Blackfriars and Streatham"", ""A quarterly newsletter for staff at Kendall's London HQ - Blackfriars and Streatham.""]" -316,"['Quinn', 'gave', 'him', 'the', 'car,', 'a', 'Volvo', 'saloon,', 'and', 'its', 'registration', 'number;', 'both', 'men', 'surmised,', 'rightly,', 'that', 'the', 'plates', 'would', 'have', 'been', 'changed', 'for', 'that', 'meeting,', 'then', 'changed', 'back', 'again.']","[6, 7]",0,volvo,"Quinn gave him the car, a Volvo saloon, and its registration number; both men surmised, rightly, that the plates would have been changed for that meeting, then changed back again.","['Quinn gave him the car, a Volvo sedan and the license plate; both men rightly suspected that the license plates for the meeting had been exchanged and then exchanged again.', 'Quinn gave him the car, a Volvo limousine, and the license plate, both of which rightly assumed that the license plates for that meeting had been exchanged and then exchanged again.', 'Quinn gave him the car, a Volvo limousine and the license plates; the two men rightly assumed that the license plates for that meeting were to be exchanged and then changed again.', 'Quinn gave him the vehicle, a Volvo limousine and the official license plate. Both men rightly suspected that the license plates for that meeting had been exchanged and then exchanged again.', 'Quinn gave him the vehicle, a Volvo sedan and the license plate of the car; both men, in turn, correctly suspected that the license plates for the meeting had been exchanged.']" -317,"['SunSelect,', 'Sun', 'Microsystems', 'Inc', ""'s"", 'PC-to-Unix', 'connectivity', 'satellite,', 'was', 'demonstrating', 'technology', 'that', 'allows', 'personal', 'computer', 'users', 'running', 'Microsoft', 'Windows', 'NT', 'software', 'to', 'access', 'Unix', 'system', 'networks', 'using', 'PC-NFS.']","[1, 4]",0,sun microsystems inc,"SunSelect, Sun Microsystems Inc's PC-to-Unix connectivity satellite, was demonstrating technology that allows personal computer users running Microsoft Windows NT software to access Unix system networks using PC-NFS.","['SunSelect, the PC-to-Unix connection satellite from Sun Microsystems Inc, demonstrated technology that allows users of PCs running Microsoft Windows NT software to access Unix system networks via PC-NFS.', 'SunSelect, the PC-to-Unix connectivity satellite from Sun Microsystems Inc., demonstrated technology that enables PC users working with Microsoft Windows NT software to access Unix system networks via PC-NFS.', 'SunSelect, the PC-to-Unix connection satellite from Sun Microsystems Inc, demonstrated a technology that allows users of PCs running Microsoft Windows NT software to access Unix system networks running PC-NFS.', 'SunSelect, the PC-to-Unix connection satellite from Sun Microsystems Inc., was able to demonstrate technologies that allow users of PCs running Microsoft Windows NT software to access Unix system networks via PC-NFS.', 'SunSelect, the PC-to-Unix connection satellite from Sun Microsystems Inc, demonstrated a technology that allows users of PCs running Microsoft Windows NT software to access Unix system networks via PC-NFS.']" -318,"['Now', 'that', 'the', 'transition', 'into', 'a', 'string', 'of', 'planets', 'is', 'well-established,', 'we', 'suspect', 'Scott', 'McNealy', 'is', 'wearying', 'of', 'playing', 'the', 'dual', 'and', 'sometimes', 'conflicting', 'roles', 'of', 'chief', 'executive', 'of', 'parent', 'company', 'Sun', 'Microsystems', 'Inc', 'and', 'president', 'of', 'the', ""company's"", 'systems', 'planet', 'Sun', 'Microsystems', 'Computer', 'Corp', ',', 'having', 'to', 'go', 'to', 'both', 'sets', 'of', 'meetings', 'and', 'deal', 'with', 'other', 'planets', 'as', 'an', 'equal', 'who', 'is', 'also', 'their', 'boss,', 'and', 'he', 'could', 'well', 'be', 'on', 'the', 'look-out', 'for', 'a', 'president', 'for', 'the', 'hardware', 'unit;', 'some', 'say', ""he's"", 'being', 'urged', 'to', 'split', 'the', 'company', 'up', 'even', 'further', 'by', 'some', 'of', 'his', 'lieutenants.']","[41, 45]",0,sun microsystems computer corp,"Now that the transition into a string of planets is well-established, we suspect Scott McNealy is wearying of playing the dual and sometimes conflicting roles of chief executive of parent company Sun Microsystems Inc and president of the company's systems planet Sun Microsystems Computer Corp, having to go to both sets of meetings and deal with other planets as an equal who is also their boss, and he could well be on the look-out for a president for the hardware unit; some say he's being urged to split the company up even further by some of his lieutenants.","['Now that the transition to a number of planets is well established, we suspect that Scott McNealy is tired of playing the dual and sometimes contradictory roles of CEO of parent company Sun Microsystems Inc and President of system planet Sun Microsystems Computer Corp. He needs to go to both meetings and be treated as an equal by other planets that are also his boss, and he may be looking for a president for the hardware unit. Some say he is being urged by some of his lieutenants to further divide the company.', 'Now that the transition to a number of planets is well established, we suspect that Scott McNealy is tired of acting in the two and sometimes contradictory roles of chief executive of parent company Sun Microsystems Inc and president of system planet Sun Microsystems Computer Corp., attending both meetings and dealing with other planets on an equal footing. Moreover, he is looking for a president for the hardware company. Some say he is being urged by some of his deputies to split the company even further.', 'Now that the transition to a number of planets is well established, we suspect that Scott McNealy is tired of playing the dual and sometimes highly conflicted roles of CEO of parent company Sun Microsystems Inc. and President of corporate system planet Sun Microsystems Computer Corp., who must attend both group meetings and negotiate with other planets on an equal footing, who is also their boss, and he may well be looking for a president for the hardware unit; some say that he is being urged by some of his deputies to further dismantle the company.', 'Now that the transition to a number of planets is well established, we suspect that Scott McNealy resents playing the dual role of head of parent company Sun Microsystems Inc and president of his own system planet Sun Microsystems Computer Corp, attending both meetings and negotiating with other planets on an equal footing, which is also their boss. It is possible that he is looking for a president for the hardware unit, some say that he is being urged by some of his deputies to further divide the company.', 'Now that the transition to a planet passage is well established, we suspect that Scott McNealy deserves to take on the dual and sometimes contradictory roles of head of parent company Sun Microsystems Inc and president of Planet Sun Microsystems Computer Corp. He must go to both meetings and deal with other planets as an equal who is also their boss, and may also seek a president for the hardware unit, with some claiming that he has been pressured by some of his lieutenants to further divide the company.']" -319,"['Powered', 'by', 'two', 'General', 'Motors', 'diesels,', 'each', '645', 'hp,', 'they', 'had', 'reached', 'speeds', 'well', 'in', 'excess', 'of', 'twenty', 'knots', 'on', 'trials,', 'and', 'being', 'also', 'good', 'seaboats', 'they', 'seemed', 'eminently', 'suitable', 'for', 'our', 'purposes.']","[3, 5]",0,general motors,"Powered by two General Motors diesels, each 645 hp, they had reached speeds well in excess of twenty knots on trials, and being also good seaboats they seemed eminently suitable for our purposes.","['Powered by two diesel engines from General Motors with 645 hp each, they reached speeds of well over twenty knots in trials. And since they were also good seaside resorts, they seemed perfectly suited to us.', 'Powered by two diesel engines from General Motors with 645 hp each, they reached speeds well over 20 knots in the test and seemed to be perfect for our purposes as well as good seaside resorts.', 'With two diesel engines from General Motors with 645 bhp each, they had reached speeds of well over twenty knots during test drives, and since they were also good seagoing vessels, they seemed perfectly suited to our purpose.', 'They were powered by two diesel engines from General Motors with 645 HP each. In test mode, they reached speeds of over twenty knots. As well as very good seaside resorts, they seemed perfectly suited to us.', 'Protected by two diesel engines from General Motors, each with 645 horsepower, they reached speeds of well over twenty knots in the test and stood out as good seaside resorts for our purposes.']" -320,"['While', 'Olivetti', 'did', 'say', 'it', 'was', 'a', 'joint', 'decision', 'with', 'TA', 'to', 'manufacture', 'the', 'new', 'line', 'of', 'products,', 'it', 'would', 'appear', 'to', 'be', 'based', 'on', 'several', 'premises.']","[1, 2]",1,olivetti,"While Olivetti did say it was a joint decision with TA to manufacture the new line of products, it would appear to be based on several premises.","['Although Olivetti claims that it was a joint decision with TA to produce the new product line, it appears to be based on several premises.', 'Olivetti said that although the new product line had been produced following a joint decision with TA, it appeared to be based on different premises.', 'Olivetti said that while it was a joint decision with TA to produce the new product line, it looked like it was a multi-faceted plant.', 'Olivetti spoke of a joint decision with TA to include the new product range, but of several premises.', 'Although Olivetti described the decision to manufacture the new product line as a joint decision under TA, it is likely to be based on different premises.']" -321,"['Speakers', 'will', 'include', 'Royal', 'Insurance,', 'Royal', 'Bank', 'of', 'Scotland,', 'United', 'Carriers,', 'Amerada', 'Hess', 'and', 'Severn', 'Trent', 'Water.']","[11, 13]",1,amerada hess,"Speakers will include Royal Insurance, Royal Bank of Scotland, United Carriers, Amerada Hess and Severn Trent Water.","['Speakers include Royal Insurance, Royal Bank of Scotland, United Carriers, Amerada Hess and Severn Trent Water.', 'Speakers include Royal Insurance, Royal Bank of Scotland, United Carriers, Amerada Hess and Severn Trent Water.', 'Speakers include Royal Insurance, Royal Bank of Scotland, United Carriers, Amerada Hess and Severn Trent Water.', 'Speakers include Royal Insurance, Royal Bank of Scotland, United Carriers, Amerada Hess and Severn Trent Water.', 'Speakers include Royal Insurance, Royal Bank of Scotland, United Carriers, Amerada Hess and Severn Trent Water.']" -322,"['This,', 'together', 'with', 'what', 'was', 'seen', 'as', 'its', 'neglect', 'of', 'its', 'social', 'function', 'as', 'a', 'provider', 'of', 'services', '(eg', 'public', 'phone', 'boxes),', 'led', 'to', 'public', 'disquiet', 'about', 'the', 'operation', 'of', 'BT', '.']","[30, 31]",0,bt,"This, together with what was seen as its neglect of its social function as a provider of services (eg public phone boxes), led to public disquiet about the operation of BT.","[""This, together with the public's perceived neglect of BT's social function as a service provider (e.g. public phone boxes), led to unease."", 'Together with the neglect of the social function as a service provider (e.g. public telephone booths), this led to public unrest regarding the operation of BT.', 'This and the neglect of its social function as a service provider (e.g. public telephone boxes) led to public concern about the functioning of BT.', 'Together with the neglect of its social functions as a service provider (e.g. public phone boxes), this led to public unrest about the operation of BT.', 'Coupled with their alleged social neglect as service providers (such as public phone boxes), this has led to public unease about how BT works.']" -323,"['When', 'one', 'of', 'these', 'died', 'he', 'renamed', 'Wal-Mart', ""'s"", 'dog', 'food', '""Ol""', 'Roy""', 'in', 'memory', 'of', 'his', 'pet.']","[7, 8]",0,wal-mart,"When one of these died he renamed Wal-Mart's dog food""Ol"" Roy"" in memory of his pet.","['When one of them died, he renamed Wal-Mart\'s dog food ""Ol"" Roy, ""in memory of his pet.', 'When one of them died, he called Wal-Mart\'s dog food ""Ol"" Roy ""in memory of his pet.', 'When one of them died, he renamed the dog food chain Wal-Mart ""Ol"" Roy, ""reminiscent of his pet.', 'When one of them died, he renamed Wal-Mart\'s dog food ""Ol"" Roy, ""in memory of his pet.', 'This was accompanied by job losses and access to services. After the death of one of these employees, he renamed Wal-Mart\'s dog food ""Ol"" Roy ""- in memory of his pet.']" -324,"['The', 'greatest', 'benefit', 'of', 'the', 'deal', 'for', 'BA', 'comprises', 'the', 'sharing', 'of', 'flight', 'codes', 'which', 'means', 'that', 'transatlantic', 'passengers', 'booking', 'on', 'to', 'a', 'USAir', 'flight', 'in', 'the', 'US', 'would', 'automatically', 'transfer', 'to', 'a', 'BA', 'flight', 'for', 'the', 'Atlantic', 'crossing.']","[7, 8]",0,ba,The greatest benefit of the deal for BA comprises the sharing of flight codes which means that transatlantic passengers booking on to a USAir flight in the US would automatically transfer to a BA flight for the Atlantic crossing.,"['The biggest advantage of this deal for BA is the sharing of flight codes: transatlantic passengers booking on a US flight would automatically switch to a BA flight to cross the Atlantic.', 'The biggest benefit of the agreement for BA is the sharing of flight codes, which means that transatlantic passengers who book a USAir flight in the US automatically switch to a BA flight to cross the Atlantic.', 'The biggest advantage of the deal for BA is the sharing of flight codes. Transatlantic passengers who have booked a flight with the US automatically switch to a BA flight to cross the Atlantic.', 'The biggest advantage of the deal for BA is the sharing of flight codes, which means that transatlantic passengers booking a flight in the US would automatically switch to a BA flight to cross the Atlantic.', 'The biggest advantage of this deal for BA is that flight numbers would be separated and transatlantic passengers booking on a USAir flight in the US would automatically switch to a BA flight to cross the Atlantic.']" -325,"['BAe', 'said', 'in', 'last', ""year's"", 'rights', 'issue', 'document', 'that', 'the', 'contract', 'would', 'provide', 'business', 'worth', 'about', '$2', 'billion', 'a', 'year', 'through', 'to', 'the', 'end', 'of', 'the', 'century.']","[0, 1]",1,bae,BAe said in last year's rights issue document that the contract would provide business worth about $2 billion a year through to the end of the century.,"['BAe said in its rights issue document last year that the contract would generate an annual business of about $2 billion by the end of the century.', 'BAe said in its rights issue statement last year that the contract would bring about $2 billion in corporate profits by the end of the century.', 'In a rights issue report published last year, BAe said the contract would secure contracts worth about $2 billion a year by the end of the century.', ""In last year's rights issue document, BAe said the contract would secure a deal worth about $2 billion a year by the end of the century."", 'BAe said in the rights award document last year that the contract would leave the companies with about $2 billion by the end of the century.']" -326,"['Back', 'in', 'June', '(UX', 'No', '387),', 'Hewlett-Packard', 'Co', 'was', 'dropping', 'large', 'hints', 'that', 'it', 'would', 'be', 'announcing', 'and', 'delivering', 'new', 'Snake', 'workstations', 'and', 'upgrades', 'based', 'upon', 'its', 'next-generation', 'PA', 'RISC', '7110', 'chip,', 'Thunderbird,', 'sometime', 'before', 'its', 'fiscal', 'year', 'ends', 'in', 'October.']","[6, 8]",1,hewlett-packard co,"Back in June (UX No 387), Hewlett-Packard Co was dropping large hints that it would be announcing and delivering new Snake workstations and upgrades based upon its next-generation PA RISC 7110 chip, Thunderbird, sometime before its fiscal year ends in October.","['Already in June (UX number 387) Hewlett-Packard Co had strongly indicated that it would announce and deliver new queue jobs and upgrades based on the PA RISC 7110 chip Thunderbird some time before the end of the fiscal year in October.', 'In June, Hewlett-Packard Co dropped big hints that it will release and ship new snake workstations and upgrades based on its next-generation Thunderbird PA RISC 7110 chip sometime before the end of the fiscal year in October.', 'In June (UX No. 387), Hewlett-Packard Co had already dropped strong indications that it would announce and deliver new queue jobs and upgrades based on its next PA RISC 7110 chip, Thunderbird, sometime in October, i.e. before the end of the fiscal year.', 'Already in June (UX No. 387), Hewlett-Packard Co announced that it would announce and deliver new queue jobs and upgrades based on the next generation Thunderbird PA RISC 7110 chip some time before its end in October.', 'In June (UX No. 387), Hewlett-Packard Co announced that it will announce and ship new Snake workstations and upgrades based on the PA RISC 7110 chip Thunderbird sometime before the end of the fiscal year in October.']" -327,"['Meanwhile', '88Open,', 'which', 'boasts', 'that', 'some', '80%', 'of', 'its', 'business', 'comes', 'from', 'Europe,', 'has', 'set', 'up', 'an', 'office', 'in', 'the', 'UK,', 'under', 'the', 'charge', 'of', 'Steve', 'Heath,', 'previously', 'from', 'Motorola', ""'s"", 'semiconductor', 'operation.']","[29, 30]",0,motorola,"Meanwhile 88Open, which boasts that some 80% of its business comes from Europe, has set up an office in the UK, under the charge of Steve Heath, previously from Motorola's semiconductor operation.","[""Meanwhile, 88Open, which prides itself on doing around 80% of its business in Europe, has set up an office in the UK run by Steve Heath, a former employee of Motorola's semiconductor business."", ""Meanwhile, 88Open, which prides itself on having around 80% of its business in Europe, has set up an office in the UK under the leadership of Steve Heath, formerly in charge of Motorola's semiconductor business."", ""Meanwhile, 88Open, which prides itself on having around 80 per cent of its business in Europe, has set up an office in the UK under the leadership of Steve Heath, who previously worked in Motorola's semiconductor division."", ""Meanwhile, 88Open, which prides itself on doing about 80% of its daily business in Europe, has set up an office in the UK formerly run by Steve Heath, formerly in charge of Motorola's semiconductor division."", '88Open, which sources 80% of its business from Europe, has now set up an office in the UK under the leadership of Steve Heath, formerly of semiconductor manufacturer Motorola.']" -328,"['The', 'buttons', 'can', 'be', 'used', 'to', 'select', 'items', 'from', 'a', 'menu;', 'programs', 'such', 'as', 'Microsoft', ""'s"", 'MultiTool', 'Word', 'use', 'this', 'facility', 'along', 'with', 'letting', 'the', 'mouse', 'handle', 'the', 'normal', 'cursor', 'motion.']","[14, 15]",0,microsoft,The buttons can be used to select items from a menu; programs such as Microsoft's MultiTool Word use this facility along with letting the mouse handle the normal cursor motion.,"[""The buttons can be used to select items from the menu; programs such as Microsoft's MultiTool Word use this function along with the normal mouse cursor movement."", ""The buttons can be used to select items from a menu; programs like Microsoft's MultiTool Word use this function along with the normal cursor movement."", ""The buttons can be used to select items from a menu. Research programs such as Microsoft's MultiTool Word use this function together with the mouse editing of the normal cursor movement."", ""The buttons can be used to select items from a menu; programs such as Microsoft's MultiTool Word use this capability to convert the normal mouse movement along with the mouse."", ""The buttons can be used to select items from a menu; programs such as Microsoft's MultiTool Word use this feature along with the usual mouse movements.""]" -329,"['The', 'Bulgarian', 'Telecommunications', 'Co,', 'which', 'last', 'week', 'gave', 'contracts', 'to', 'Siemens', 'AG,', 'L', 'M', 'Ericsson', 'Telefon', 'AB', ',', 'Alcatel', 'NV', 'and', 'Northern', 'Telecom', 'Ltd', 'under', 'its', '$300m', 'modernisation', 'programme,', 'says', 'it', 'will', 'announce', 'two', 'more', 'foreign', 'investors', 'shortly:', '""We', 'will', 'announce', 'soon', 'our', 'partners', 'for', 'building', 'up', 'a', 'surface', 'satellite', 'station', 'and', 'for', 'introduction', 'of', 'a', 'new', 'digital', 'overlay', 'network,""', 'Antoni', 'Slavinski,', 'deputy', 'chairman', 'told', 'Reuter;', 'and', 'a', 'joint', 'venture', 'between', 'Bulgarian', 'Telecommunications', 'Co', 'and', 'US', 'Sprint', 'International', 'Inc', 'will', 'start', 'operating', 'on', 'April', '15;', 'Sprint', 'Business', 'Telecommunications', 'Co', 'will', 'enable', 'customers', 'in', 'Bulgaria', 'to', 'link', 'host', 'and', 'personal', 'computers', 'with', 'others', 'around', 'the', 'world,', 'and', 'says', 'it', 'already', 'has', 'some', '50', 'applications,', 'mostly', 'from', 'foreign', 'companies', 'operating', 'in', 'Bulgaria.']","[12, 17]",0,l m ericsson telefon ab,"The Bulgarian Telecommunications Co, which last week gave contracts to Siemens AG, L M Ericsson Telefon AB, Alcatel NV and Northern Telecom Ltd under its $300m modernisation programme, says it will announce two more foreign investors shortly:""We will announce soon our partners for building up a surface satellite station and for introduction of a new digital overlay network,"" Antoni Slavinski, deputy chairman told Reuter; and a joint venture between Bulgarian Telecommunications Co and US Sprint International Inc will start operating on April 15; Sprint Business Telecommunications Co will enable customers in Bulgaria to link host and personal computers with others around the world, and says it already has some 50 applications, mostly from foreign companies operating in Bulgaria.","['The Bulgarian telecommunications company, which last week awarded contracts to Siemens AG, L M Ericsson Telefon AB, Alcatel NV and Northern Telecom Ltd as part of its $300 million modernisation programme, announces that it will soon announce further foreign investors: ""We will shortly announce our partners for the construction of a satellite station on the ground and for the launch of a new digital overlay network,"" Antoni Slawinski, Vice Chairman, told Reuter, and a joint venture between Bulgarian Telecommunications Co and US Sprint International Inc will go into operation on 15 April. Sprint Business Telecommunications Co will enable customers in Bulgaria to connect hosts and PCs with others around the world and already has about 50 applications, mostly from foreign companies operating in Bulgaria.', 'The Bulgarian telecommunications company, which last week awarded contracts to Siemens AG, L M Ericsson Telefon AB, Alcatel NV and Northern Telecom Ltd as part of its USD 300 million modernisation programme, will sooner or later report to two other foreign investors: ""We will soon announce our partners for the construction of a satellite station and the introduction of a new digital overlay network,"" Antoni Slavinski, Deputy Chairman of the Board of Directors told Reuters; and a joint venture between Bulgarian Telecommunications Co and US Sprint International Inc will start on 15 April; Sprint Business Telecommunications Co would allow customers in Bulgaria to connect host computers and personal computers to other companies around the world and already has 50 applications, most of which are from foreign companies operating in Bulgaria.', 'The Bulgarian telecommunications company, which last week awarded contracts to Siemens AG, the retailer Telefon AB, Alcatel NV and Northern Telecom AG as part of its $300 million modernisation programme, will soon announce two more foreign investors, according to Reuter: ""We will shortly announce our partners for the construction of a satellite station and the introduction of a new digital overlay network."" A joint venture between the Bulgarian telecommunications company and US Sprint International Inc is due to go into operation on 15 April. Sprint Business Telecommunications Co enables customers in Bulgaria to connect hosts and personal computers with others around the world and already has more than 50 applications, mostly from foreign companies operating in Bulgaria.', 'The Bulgarian telecommunications company, which last week awarded contracts to Siemens AG, L M Ericsson Telefon AB, Alcatel NV and Northern Telecom Ltd as part of its $300 million modernisation programme, is expected to announce two more foreign investors shortly: ""We will shortly announce our partners for the construction of satellite stations in the country and the introduction of a new digital overlay network,"" Antoni Slavinski, Deputy Chairman of the Board, told Reuters. A joint venture between the Bulgarian telecommunications company and US Sprint International Inc will go into operation on 15 April. Sprint Business Telecommunications Co will enable customers in Bulgaria, host and PC to connect with other companies around the world and has already received about 50 applications, mostly from foreign companies operating in Bulgaria.', 'The Bulgarian telecommunications company (BTEK), which last week signed contracts with Siemens AG, L M Ericsson Telefon AB, Alcatel NV and Northern Telecom Ltd as part of its $300 million modernisation programme, will shortly announce two more foreign investors, according to Reuter: ""We will shortly announce our partners for the construction of a satellite station to transmit area 2 and for the introduction of a new digital overlay network,"" Antoni Slavinski, Vice Chairman, told Reuters. A joint venture between the Bulgarian telecommunications company and US Sprint International Inc will begin on 15 April. Sprint Business Telecommunications Co will enable customers in Bulgaria to connect host and PC to other countries around the world and already has 50 applications, mostly from foreign countries operating in Bulgaria.']" -330,"['NICK', 'FALDO', 'finished', 'top', 'of', 'the', '1992', 'Sony', 'world', 'golf', 'rankings', 'by', 'a', 'huge', 'margin', 'after', 'his', 'play-off', 'victory', 'over', ""Australia's"", 'Greg', 'Norman', 'in', 'the', 'Johnnie', 'Walker', 'World', 'Championship', 'in', 'Montego', 'Bay,', 'Jamaica.']","[7, 8]",0,sony,"NICK FALDO finished top of the 1992 Sony world golf rankings by a huge margin after his play-off victory over Australia's Greg Norman in the Johnnie Walker World Championship in Montego Bay, Jamaica.","['NICK FALDO leads the Sony world rankings by a wide margin after his play-off victory over Australian Greg Norman at the Johnnie Walker World Championship in Montego Bay, Jamaica.', 'NICK FALDO tops the Sony World Golf rankings after his play-off victory over Australian Greg Norman at the Johnnie Walker World Championship in Montego Bay, Jamaica.', 'NICK FALDO topped the Sony world rankings after his play-off victory at the Johnnie Walker World Championship in Montego Bay, Jamaica.', 'NICK FALDO has risen to the top of the world rankings after beating Australian Greg Norman at the Johnnie Walker World Championship in Montego Bay, Jamaica.', 'NICK FALDO held his own at the top of the Sony Golf Rankings by a wide margin in 1992.']" -331,"['Many', 'other', 'European', 'firms', 'are', 'in', 'trouble', 'and', 'some,', 'like', 'Volvo', 'and', 'Renault', 'in', '1990,', 'began', 'to', 'consider', 'merging', 'as', 'the', 'prospects', 'for', 'protection', 'continuing', 'beyond', '1992', 'seem', 'dim.']","[10, 11]",0,volvo,"Many other European firms are in trouble and some, like Volvo and Renault in 1990, began to consider merging as the prospects for protection continuing beyond 1992 seem dim.","['Many other European companies are in trouble, and some, such as Volvo and Renault in 1990, began to consider a merger, as the prospects for protection after 1992 appear dim.', 'Many other European companies are in trouble, and some, such as Volvo and Renault in 1990, began to consider a merger, as the prospects for further protection beyond 1992 look bleak.', 'Many other European companies are in trouble, and some, such as Volvo and Renault, considered merging in 1990, as the prospects for protection after 1992 look bleak.', 'Many other European companies are in trouble, and some, such as Volvo and Renault in 1990, began considering a merger when the prospects for protection after 1992 seemed dim.', 'Many other European companies are in trouble, and some, including Volvo and Renault in 1990, have begun to consider a merger, with prospects for protection looking bleak beyond 1992.']" -332,"['As', 'mentioned,', 'where', 'the', 'share', 'capital', 'of', 'Target', 'is', 'acquired', 'by', 'Newco', 'there', 'will', 'often', 'be', 'a', 'hive-up', 'of', 'Target', ""'s"", 'business', 'to', 'Newco', 'after', 'the', 'acquisition', '(see', '5.2.6).']","[19, 20]",0,target,"As mentioned, where the share capital of Target is acquired by Newco there will often be a hive-up of Target's business to Newco after the acquisition (see 5.2.6).","[""As already mentioned, in cases where Target's share capital is acquired by Newco, Target's business is often spun off to Newco after the acquisition (see 5.2.6)."", ""As already mentioned, the acquisition of Target's share capital by Newco after the acquisition will often lead to a carve-out of Target's activities in Newco (see 5.2.6)."", 'As already mentioned, the acquisition of the Target share capital by Newco will often lead to a split of the Target business into Newco (see 5.2.6).', 'As already mentioned, the acquisition by Newco will often lead to a spin-off of the target business to Newco (see also 5.2.6).', ""The acquisition of Target share capital by Newco often leads to a spin-off of Target's business to Newco after the acquisition (see Section 5.2.6).""]" -333,"['Sony', 'initially', 'targeted', 'its', 'workstations,', 'planned', 'to', 'be', 'in', 'the', 'forefront', 'of', 'the', 'Unix', 'workstation', 'business', 'in', 'Japan,', 'at', 'the', 'desk-top', 'publishing', 'market,', 'pioneering', 'the', 'office', 'workstation', 'business', 'while', 'Sun', 'and', 'Hewlett-Packard', 'Co', 'concentrated', 'on', 'the', 'engineering', 'field.']","[31, 33]",1,hewlett-packard co,"Sony initially targeted its workstations, planned to be in the forefront of the Unix workstation business in Japan, at the desk-top publishing market, pioneering the office workstation business while Sun and Hewlett-Packard Co concentrated on the engineering field.","['Sony originally targeted the desktop publishing market with its workstations, which were supposed to be pioneers in the Japanese Unix business. It was a pioneer in the office workplace business, while Sun and Hewlett-Packard Co focused on the engineering sector.', 'Sony initially focused its jobs, which were supposed to be at the forefront of the Unix workplace business in Japan, primarily on the desktop publishing market, making it a pioneer in the office workplace business, while Sun and Hewlett-Packard Co concentrated on the technical area.', 'With its workstations to be implemented in the Japanese Unix division, Sony initially wanted to compete in the desktop publishing market and be a pioneer in the office workplace business, while Sun and Hewlett-Packard Co concentrated on the technical sector.', 'Sony originally targeted its desktop publishing business, which Schroeder was to establish as a pioneer in the Unix workstation business for Japanese computers, and was a pioneer in the office workstation business, while Sun and Hewlett-Packard Co focused on engineering.', 'Sony initially focused on desktop publishing, the pioneering business with office adapters, while Sun and Hewlett-Packard Co focused on the technical business.']" -334,"['So', 'in', '1980', 'IBM', 'came', 'back', 'to', 'Mr', 'Gates,', 'then', '25,', 'who', 'quickly', 'bought', 'a', 'rudimentary', 'operating', 'system', 'from', 'another', 'young', 'company,', 'renamed', 'it', 'DOS,', 'and', 'fixed', 'it', 'up', 'for', 'IBM.']","[3, 4]",1,ibm,"So in 1980 IBM came back to Mr Gates, then 25, who quickly bought a rudimentary operating system from another young company, renamed it DOS, and fixed it up for IBM.","['In 1980 IBM returned to the then 25-year-old Gates, who quickly bought a rudimentary operating system from another young company, renamed it DOS and fixed it for IBM.', 'In 1980 IBM returned to the then 25-year-old Gates, who quickly bought another young company a rudimentary operating system, renamed it DOS and repaired it for IBM.', 'So IBM returned in 1980 to the then 25-year-old Gates, who quickly bought a rudimentary operating system from another young company, renamed it DOS, and fixed it for IBM.', 'In 1980 IBM returned to the then 25-year-old Gates, who quickly bought a rudimentary operating system from another young company, renamed it DOS and redesigned it for IBM.', 'In 1980 IBM returned to the then 25-year-old Gates, who quickly bought an even more rudimentary operating system from another young company, renamed it DOS and built it into IBM.']" -335,"['That', 'will', 'be', 'the', 'second', 'biggest', 'rights', 'issue', 'ever', 'made', 'in', 'in', 'the', 'UK,', 'lagging', 'only', 'behind', 'the', 'ill-fated', 'BP', 'issue', 'in', '1987.']","[19, 20]",0,bp,"That will be the second biggest rights issue ever made in in the UK, lagging only behind the ill-fated BP issue in 1987.","['This will be the second largest rights issue ever made in Britain, after the ill-fated BP issue of 1987.', 'This is the second largest rights award ever awarded in the UK, behind only the ill-fated BP issue of 1987.', 'This is the second largest legal question ever decided in Britain, lagging only behind the ill-fated BP question of 1987.', 'This will be the second largest rights issue ever dealt with in Britain, lagging only behind the BP disaster of 1987.', 'This is the second largest ever settled in the UK, behind only the ill-fated BP emissions case of 1987.']" -336,"['Do', 'you', 'remember', 'the', 'wonderful', 'vultures', 'in', 'Disney', ""'s"", 'Jungle', 'Book?']","[7, 8]",0,disney,Do you remember the wonderful vultures in Disney's Jungle Book?,"[""Remember the wonderful vultures in Disney's Jungle Book?"", ""Remember the wonderful vultures in Disney's Jungle Book?"", ""Remember the wonderful vultures in Disney's Jungle Book?"", ""Remember the wonderful vultures in Disney's Jungle Book?"", ""Can you remember the wonderful vultures in Disney's Jungle Book?""]" -337,"['More', 'importantly,', 'in', 'terms', 'of', 'investor', 'enthusiasm,', 'there', 'is', 'the', 'potential', 'that', 'the', 'association', 'with', 'Microsoft', 'Corporation', 'is', 'seen', 'to', 'offer', 'through', 'multimedia', 'publishing.']","[15, 17]",0,microsoft corporation,"More importantly, in terms of investor enthusiasm, there is the potential that the association with Microsoft Corporation is seen to offer through multimedia publishing.","['What is even more important in terms of investor enthusiasm is the potential that the connection with Microsoft Corporation seems to offer through multimedia publishing.', 'Even more important, in terms of investor enthusiasm, is the potential of multimedia publishing in conjunction with Microsoft Corporation.', 'More important to investor enthusiasm, however, is the potential that the connection with Microsoft Corporation through multimedia publishing seems to offer.', 'More importantly, working with Microsoft in the field of investor enthusiasts represents the potential that multimedia publishing could bring.', 'More importantly, investors ""interests also become clear in connection with the cooperation with Microsoft Corporation in the field of multimedia publishing.']" -338,"['Moreover', 'AT&T', 'made', 'only', 'modest', 'progress', 'in', 'entering', 'the', 'computer', 'business', 'and', 'the', 'world', 'telecoms', 'equipment', 'market.']","[1, 2]",0,at&t,Moreover AT&T made only modest progress in entering the computer business and the world telecoms equipment market.,"['In addition, AT & T has made only modest progress in entering the computer business and the global telecommunications equipment market.', 'In addition, AT & T has made only modest progress in entering the computer business and the global telecommunications equipment market.', 'AT & T also made only modest progress in entering the computer business and the global telecommunications equipment market.', 'In addition, AT & T has had little success in getting into the computer business and global telecommunications equipment.', 'In addition, AT & T has made only modest progress in entering the computer business and the global telecommunications equipment market.']" -339,"['Hewlett-Packard', 'Co', 'says', 'it', 'will', 'launch', 'a', 'new', 'range', 'of', 'PA', 'RISC-based', 'servers', 'to', 'its', 'HP', '3000/800', 'and', '9000/8000', 'family', 'of', 'systems', 'next', 'month.']","[0, 2]",1,hewlett-packard co,Hewlett-Packard Co says it will launch a new range of PA RISC-based servers to its HP 3000/800 and 9000/8000 family of systems next month.,"['Hewlett-Packard Co says it will introduce a new set of PA-RISC-based servers into its HP 3000 / 800 and 9000 / 8000 family of systems next month.', 'Hewlett-Packard Co will launch new PA-RISC-based servers for its HP 3000 / 800 and 9000 / 8000 computer families next month.', 'Hewlett-Packard Co says it plans to launch a new series of PA-RISC-based servers for its HP 3000 / 800 and 9000 / 8000 systems next month.', 'Hewlett-Packard Co will launch a new line of PA-RISC-based servers on its HP 3000 / 800 and 9000 / 8000 systems a month ago.', 'Hewlett-Packard Co says it will launch a new series of PA-RISC-based servers for its HP 3000 / 800 and 9000 / 8000 systems next month.']" -340,"['Second', 'leg:', 'Waters,', 'Ellison,', 'M', 'Heaven', '(West', 'Thurrock)', 'Honda', '.']","[8, 9]",1,honda,"Second leg: Waters, Ellison, M Heaven (West Thurrock) Honda.","['Backroom: Waters, Ellison, M. Heaven (West Thurrock).', 'Backroom: Waters, Ellison, M. Heaven (West Thurrock), Honda.', 'Rear: Waters, Ellison, M Heaven (West Thurrock).', 'Subs: Waters, Ellison, M-Heaven (West Thurrock).', 'Goals: Waters, Ellison, M Heaven (West Thurrock).']" -341,"['They', 'were', 'Marks', 'and', 'Spencers', 'socks.']","[2, 5]",0,marks and spencers,They were Marks and Spencers socks.,"['They were socks from Marks and Spencer.', ""It was Mark and Spencer's socks."", 'They were socks from Marks and Spencer.', ""It was Brands and Spencer's socks."", ""They were brand socks and Spencer's socks.""]" -342,"['After', 'a', 'good', 'deal', 'of', 'success', 'in', 'his', '13', 'years', 'of', 'moto', 'cross,', 'Zeelenberg', 'would', 'have', 'gone', 'with', 'them', 'but', 'for', 'the', 'advice', 'of', 'manager', 'Jan', 'Huberts,', 'who', 'still', 'manages', 'Zeelenberg', 'and', 'the', 'Sharp', 'Samson', 'team.']","[33, 34]",0,sharp,"After a good deal of success in his 13 years of moto cross, Zeelenberg would have gone with them but for the advice of manager Jan Huberts, who still manages Zeelenberg and the Sharp Samson team.","['After his many successes in 13 years of Moto Cross, Zeelenberg would have liked to take them with him, if only it had been on the advice of manager Jan Huberts, who still manages Zeelenberg and the Sharp Samson team.', 'Without the advice of manager Jan Huberts, who still manages Zeelenberg and the Sharp Samson team, Zeelenberg would have continued to accompany him after some successes in the 13 years of Moto Cross.', 'With every success in the 13 years of his moto-cross career, Zeelenberg would have ridden with them had he not acted on the advice of manager Jan Huberts, who still manages Zeelenberg and the Sharp Samson team.', 'After 36 successes in his 13 years of Moto Cross, Zeelenberg would have been there if it had not continued on the advice of manager Jan Huberts, who continues to support Zeelenberg and the Sharp-Samson team.', 'Zeelenberg would have liked to take them with him after so many successes in 13 hairpin bends, had it not been for manager Jan Huberts, who still leads Zeelenberg and the Sharp-Samson team today.']" -343,"['Canotech,', 'a', 'sales', 'subsidiary', 'of', 'Canon', 'Inc', ',', 'has', 'teamed', 'with', 'Oracle', 'Japan', 'Ltd', 'to', 'become', 'a', 'distributor', 'of', 'Oracle.']","[5, 7]",0,canon inc,"Canotech, a sales subsidiary of Canon Inc, has teamed with Oracle Japan Ltd to become a distributor of Oracle.","['Canotech, a sales subsidiary of Canon Inc., has teamed up with Oracle Japan Ltd to become a distributor of Oracle.', 'Canotech, a sales subsidiary of Canon Inc., has teamed up with Oracle Japan Ltd to distribute Oracle.', 'Canotech, a sales subsidiary of Canon Inc., has teamed up with Oracle Japan Ltd to become a distributor of Oracle.', 'Canotech, a sales subsidiary of Canon Inc., has teamed up with Oracle Japan Ltd to become a distributor for Oracle.', 'Canotech, a sales subsidiary of Canon Inc., has teamed up with Oracle Japan Ltd to become a distributor of Oracle.']" -344,"['D&B', 'launched', 'Unix', 'versions', 'of', 'the', 'software', 'for', 'Hewlett-Packard', 'Co', ""'s"", 'HP-UX', 'and', 'Data', 'General', ""Corp's"", 'DG/UX', 'in', 'February,', 'and', 'is', 'currently', 'developing', 'application', 'programming', 'interfaces', 'for', 'Unix', 'and', 'Windows', 'NT', 'to', 'ensure', 'user', 'access', 'between', 'both', 'environments.']","[8, 10]",0,hewlett-packard co,"D&B launched Unix versions of the software for Hewlett-Packard Co's HP-UX and Data General Corp's DG/UX in February, and is currently developing application programming interfaces for Unix and Windows NT to ensure user access between both environments.","['D & B released Unix versions of software for HP-UX from Hewlett-Packard Co and DG / UX from Data General Corp in February and is currently developing application programming interfaces for Unix and Windows NT to ensure user access between the two environments.', ""D & B launched Unix versions of Hewlett-Packard Co's HP-UX software and Data General Corp's DG / UX in February and is developing application programming interfaces for Unix and Windows NT to ensure user access between the two environments."", 'D & B launched Unix versions of software for HP-UX from Hewlett-Packard Co. and DG / UX from Data General Corp. in February and is developing application programming interfaces for Unix and Windows NT to ensure user access between the two environments.', 'D & B released Unix versions of software for HP-UX from Hewlett-Packard Co. and DG / UX from Data General Corp. in February and is currently developing application programming interfaces for Unix and Windows NT to ensure user access between the two environments.', 'In February, D & B released Unix versions of software for HP-UX from Hewlett-Packard and DG / UX from Data General Corp and is currently developing application programming interfaces for Unix and Windows NT to ensure user access between the two environments.']" -345,"['Eastern', 'Airlines', 'and', 'Boeing', 'strikes']","[3, 4]",1,boeing,Eastern Airlines and Boeing strikes,"['Strikes at Eastern Airlines and Boeing', 'Strikes at Eastern Airlines and Boeing', 'Strikes at Eastern Airlines and Boeing', 'Strikes at Eastern Airlines and Boeing', 'Strike at Eastern Airlines and Boeing']" -346,"[""It's"", 'just', 'one', 'of', 'the', 'personal', 'touches', 'we', 'encourage', 'from', 'everyone', 'at', 'Delta', ',', 'from', 'the', 'ground', 'staff', 'to', 'the', 'Captain', 'in', 'command', 'of', 'your', 'flight.']","[12, 13]",0,delta,"It's just one of the personal touches we encourage from everyone at Delta, from the ground staff to the Captain in command of your flight.","['This is just one of the encouragement we get from all Delta employees, from ground staff to the captain who commands your plane.', 'It is just one of the personal contact points we promote throughout Delta - from ground staff to flight captains.', 'A personal touch that we recommend to all Delta employees, from ground staff to flight captains.', 'This is just a personal touch that we encourage from everyone at Delta, from ground staff to the captain who manages your flight.', 'This is just one of many personal accents that are important to us at Delta, from the county clerk on the ground to the captain commanding your flight.']" -347,"[""There's"", 'also', 'a', '48bhp,', '1398cc', 'diesel', 'engine,', 'but', 'VW', 'has', 'yet', 'to', 'decide', 'when', 'to', 'introduce', 'it', 'to', 'the', 'UK,', 'although', 'September', '1991', 'looks', 'the', 'most', 'likely', 'time.']","[8, 9]",1,vw,"There's also a 48bhp, 1398cc diesel engine, but VW has yet to decide when to introduce it to the UK, although September 1991 looks the most likely time.","['There is also a 48bhp diesel engine with 1398cc displacement, but VW has not yet decided when it will be introduced in England, although September 1991 is likely.', 'There is also a 48bhp 1398cc diesel engine, but VW has not yet decided when it will be introduced in Britain, although September 1991 seems the most likely date.', 'There is also a 48bhp, 1398cc diesel engine, but VW has not yet decided when it will be introduced in the UK.', 'The 48bhp 1398cc diesel is available, but VW has not yet decided when it will arrive in the UK, although it is likely to be September 1991.', 'A 48bhp, 1398cc diesel engine is also available, but VW has not yet decided when it will be introduced in Britain, although this is most likely in September 1991.']" -348,"['Dorothy', 'Stephenson,', 'a', 'dog', 'breeder', 'from', 'Pendock', 'in', 'Herefordshire,', 'tripped', 'at', 'the', ""Sainsbury's"", 'Homebase', 'store', 'in', 'Gloucester', 'two', 'years', 'ago.']","[12, 13]",0,sainsbury's,"Dorothy Stephenson, a dog breeder from Pendock in Herefordshire, tripped at the Sainsbury's Homebase store in Gloucester two years ago.","[""Dorothy Stephenson, a dog breeder from Pendock in Herefordshire, stumbled across the Sainsbury's Homebase store in Gloucester two years ago."", ""Dorothy Stephenson, a dog breeder from Pendock in Herefordshire, stumbled across Medicare's Homebase in Gloucester two years ago."", ""Dorothy Stephenson, a dog breeder from Pendock in Herefordshire, stumbled into the Sainsbury's Homebase store in Gloucester two years ago."", ""Dorothy Stephenson, a dog breeder from Pendock in Herefordshire, stumbled across YOR's Homebase store in Gloucester two years ago."", ""Dorothy Stephenson, a dog breeder from Pendock in Herefordshire, stumbled across Cousins' Homebase store in Gloucester two years ago.""]" -349,"['It', 'is', 'nearly', '10', 'times', 'the', 'size', 'of', 'the', ""UK's"", 'biggest', 'industrial', 'conglomerate,', 'British', 'Aerospace', 'including', 'its', 'Rover', 'car', 'subsidiary,', 'and', 'dwarfs', 'even', 'the', 'mighty', 'Japanese', 'motor', 'manufacturers', 'Toyota', 'and', 'Nissan', '.']","[30, 31]",0,nissan,"It is nearly 10 times the size of the UK's biggest industrial conglomerate, British Aerospace including its Rover car subsidiary, and dwarfs even the mighty Japanese motor manufacturers Toyota and Nissan.","[""It is almost ten times the size of Britain's biggest industrial conglomerate, British Aerospace, including its car subsidiary Rover, and dwarfs even the mighty Japanese carmakers Toyota and Nissan."", ""It is almost ten times the size of Britain's biggest industrial group British Aerospace, including its car subsidiary Rover, and dwarfs even the mighty Japanese carmakers Toyota and Nissan."", ""After all, it is almost ten times the size of Britain's biggest industrial conglomerate, including its Rover car subsidiary, and dwarfs even the mighty Japanese carmakers Toyota and Nissan."", ""It is almost ten times the size of Britain's largest industrial group British Aerospace, including its car subsidiary Rover, and dwarfs even the mighty Japanese carmakers Toyota and Nissan."", ""It is almost ten times more energy efficient than Britain's largest industrial group British Aerospace, including its RovereCar subsidiary, and dwarfs even the mighty Japanese carmakers Toyota and Nissan.""]" -350,"['Little', 'wonder,', 'then,', 'that', 'disk', 'doubling', 'utilities', 'have', 'become', 'so', 'popular', '--', 'Digital', 'Research', 'even', 'included', 'one,', 'SuperStor,', 'with', 'DR-DOS', '6.0,', 'and', 'Microsoft', 'is', 'including', 'its', 'own', 'proprietary', 'compression', 'utility', 'with', 'MS-DOS', '6.0.']","[22, 23]",1,microsoft,"Little wonder, then, that disk doubling utilities have become so popular -- Digital Research even included one, SuperStor, with DR-DOS 6.0, and Microsoft is including its own proprietary compression utility with MS-DOS 6.0.","['No wonder disk duplication programs have become so popular - Digital Research has even integrated SuperStor with DR-DOS 6.0, and Microsoft has added its own proprietary compression program with MS-DOS 6.0.', 'It is therefore no wonder that doubling hard drives has become so popular - Digital Research even has one, SuperStor, with DR-DOS 6.0, and Microsoft presents its own proprietary compression tool, MS-DOS 6.0.', 'No wonder hard disk duplication applications have become so popular - Digital Research has even adopted one with DR-DOS 6.0, and Microsoft is working with MS-DOS 6.0 with its own compression program.', 'No wonder that the use of floppy disk duplication has become so popular. Digital Research has even recorded SuperStor with DR-DOS 6.0 and Microsoft brings its own proprietary compression program with MS-DOS 6.0.', 'No wonder the management of hard disk duplication has become so unpopular - Digital Research has even included SuperStor with DR-DOS 6.0, and Microsoft brings its own compression program with MS-DOS 6.0.']" -351,"['MARKS', '&', 'SPENCER']","[0, 3]",1,marks & spencer,MARKS & SPENCER,"['MARKETS & SPENCER', 'MARKETS & SPENCER', 'BRANDS & SPENCER', 'MÃœRKEN & SPENCER', 'MARKETS & SPENCER']" -352,"['Yes,', 'yeah,', 'well', ""there's"", 'always', ""there's"", 'Marks', '&', 'Spencers', ',', 'no,', 'no,', 'we', 'want', 'to', 'do', 'what', 'with', 'got', 'to', 'do', 'here', 'first,', 'now', 'what', 'have', 'we', 'got', 'to', 'do', 'here']","[6, 9]",0,marks & spencers,"Yes, yeah, well there's always there's Marks & Spencers, no, no, we want to do what with got to do here first, now what have we got to do here","['Yes, yes, well, there is always Marks & Spencer, no, no, we want to do what we have to do here first and now what we have to do here.', 'Yes, yes, there are always Marks & Spencer, no, no, we want to do something here first with what we have to do here, now, what do we have to do here?', 'Yes, yes, so there are always Marks & Spencers, no, no, we want to do the things we need to do here first, now, what do we need to do here.', 'Yes, yes, well, there are always Marks & Spencer, no, no, no, we want to do what we have to do now, what we have to do first.', 'Yes, sharp, there are always Marks & Spencer, no, no, we want to get on with something, so far, what do you have to do here?']" -353,"['The', 'company', 'does', 'not', 'object', 'to', 'moustaches,', 'and', 'in', 'this', 'promotional', 'video', 'almost', 'every', 'UPS', 'worker', 'seems', 'to', 'have', 'one.']","[14, 15]",0,ups,"The company does not object to moustaches, and in this promotional video almost every UPS worker seems to have one.","['The company has nothing against mustaches, and in this promotional video, almost every UPS employee seems to have one.', 'The company has nothing against mustaches, and in this promotional video, almost every UPS employee seems to have one.', 'The company has nothing against mustaches, and almost every UPS employee seems to have one in this promotional video.', 'The company has nothing against snouts, and almost every UPS employee seems to have one in this promotional video.', 'The company has no employees, and in this promotional video, almost every UPS employee seems to have one.']" -354,"['If', 'the', 'economy', 'does', 'start', 'to', 'recover,', 'speculated', 'Mr', 'Hymas,', 'banks', 'will', 'be', 'hitting', 'their', 'ratio', 'ceilings,', 'and', 'there', 'are', 'moves,', 'led', 'by', 'Barclays', ',', 'to', 'relax', 'these', 'rules.']","[23, 24]",1,barclays,"If the economy does start to recover, speculated Mr Hymas, banks will be hitting their ratio ceilings, and there are moves, led by Barclays, to relax these rules.","['When the economy recovers, Mr Hymas speculated, banks will reach their quota caps and there are moves - led by Barclays - to loosen those rules.', 'When the economy begins to recover, Hymas suspects, banks will already be reaching their quotas, and there will be steps, led by Barclays, to loosen those rules.', 'When the economy recovers, Mr Hymas speculated, banks will increase their quotas, and efforts are underway, led by Barclays, to loosen those rules.', 'When the economy recovers, Mr Hymas speculated, banks will reach their capital ratios and there will be moves, led by Barclays, to loosen those rules.', 'If the economy gradually recovers, Hymas speculated, banks would reach their quota caps and steps would be taken, led by Barclays, to flout the rules.']" -355,"['MPs', 'today', 'begin', 'investigating', 'the', 'events', 'which', 'led', 'to', 'the', 'Government', 'dropping', 'its', 'golden', 'share', 'in', 'Jaguar', 'and', 'the', 'subsequent', 'deal', 'to', 'sell', 'the', 'company', 'to', 'Ford', '.']","[26, 27]",0,ford,MPs today begin investigating the events which led to the Government dropping its golden share in Jaguar and the subsequent deal to sell the company to Ford.,"['MPs today begin an inquiry into the events that led to the Government giving up its stake in Jaguar and agreeing to sell the company to Ford.', 'MPs today begin an inquiry into the events that led to the Government giving up its stake in Jaguar and then selling the company to Ford.', 'MPs will today launch an earthquake-proof inquiry into the events that led to the Government selling its stake in Jaguar and then selling it to Ford.', 'Members can now look at the events that led to the government dropping its stake in Jaguar and the subsequent agreement to sell the company to Ford.', ""MPs will today launch an inquiry into the events that led to the Government's' triple lock 'guarantee guaranteeing that the state pension will rise each year by inflation, average earnings growth or 2.5 per cent, whichever is the highest, most expensive and most expensive, with inflation averaging 2.5 per cent, whichever is the highest.""]" -356,"['IBM', 'has', 'set', 'up', 'a', 'toll-free', 'number', 'to', 'handle', 'calls:', '(800)', 'IBM-CALL.']","[0, 1]",1,ibm,IBM has set up a toll-free number to handle calls: (800) IBM-CALL.,"['IBM has established a toll-free number: (800) IBM-CALL.', 'IBM has established a toll-free number: (800) IBM-CALL.', 'To handle calls, IBM has set up a toll-free number: (800) IBM-CALL.', 'IBM has set up a toll-free number to handle calls: (800) IBM-CALL.', 'IBM has set up a toll-free number to handle calls: (800) IBM-CALL.']" -357,"['SunSoft,', 'who', 'only', 'reckons', 'Taligent', 'and', 'Microsoft', 'as', 'competitors,', 'thinks', 'its', 'wherewithal', 'to', 'develop', 'the', 'operating', 'system', 'long-term', 'is', 'persuasive.']","[6, 7]",0,microsoft,"SunSoft, who only reckons Taligent and Microsoft as competitors, thinks its wherewithal to develop the operating system long-term is persuasive.","['SunSoft, which sees Taligent and Microsoft only as competitors, finds the necessary means to develop the operating system in the long term convincing.', 'SunSoft, which regards Taligent and Microsoft only as competitors, considers the possibilities for the long-term development of the operating system quite convincing.', 'SunSoft, which sees Taligent and Microsoft only as competitors, believes its ability to develop the operating system in the long term will convince.', 'Sunsoft, which sees Taligent and Microsoft only as competitors, considers it helpful to develop the operating system in the long term.', 'SunSoft, which Taligent and Microsoft see only as competitors, sees its financing as imperative for the long-term development of the operating system.']" -358,"['On', 'the', 'positive', 'side,', 'BP', ""'s"", 'announced', 'major', 'oil', 'discovery', 'West', 'of', 'Shetland', 'is', 'certainly', 'encouraging', 'and', 'the', 'transfer', 'of', 'the', 'Department', 'of', 'Trade', '&', 'Industry', 'oil', 'and', 'gas', 'jobs', 'to', 'Aberdeen', 'is', 'also', 'an', 'important', 'step', 'in', 'establishing', 'a', 'significant', 'critical', 'mass', 'of', 'oil', 'related', 'activity', 'and', 'technology', 'in', 'the', 'North', 'East', 'of', 'Scotland,', 'which', 'will', 'enhance', 'the', ""industry's"", 'potential', 'for', 'international', 'development.']","[4, 5]",0,bp,"On the positive side, BP's announced major oil discovery West of Shetland is certainly encouraging and the transfer of the Department of Trade & Industry oil and gas jobs to Aberdeen is also an important step in establishing a significant critical mass of oil related activity and technology in the North East of Scotland, which will enhance the industry's potential for international development.","[""On the positive side, BP has announced its major oil discovery west of Shetland as hopeful, and moving jobs in oil and gas trading and industry to Aberdeen is also an important step towards establishing a significant critical mass of oil-related activity and technology in the north-east of Scotland, thereby enhancing the industry's potential for global development."", ""On the positive side, BP's announced exploration of oil fields west of Shetland and the relocation of the Department of Trade and Industry's oil and gas business to Aberdeen is also an important step towards a significant critical mass of oil activities and technologies in the North East of Scotland, which will increase the industry's potential for international development."", ""On the positive side, BP has announced a major oil discovery west of Shetland and the relocation of the Department of Trade and Industry from oil and gas to Aberdeen is also an important step towards creating a significant critical mass of oil-related activity and technology in the North East of Scotland, increasing the industry's potential for international development."", ""On the positive side, BP has announced a major oil discovery west of Shetland, and the relocation of jobs in the oil and gas business in Aberdeen is also an important step towards establishing a significant critical mass of oil-related activities and technologies in the North East of Scotland, which will increase the industry's potential for international development."", ""On the positive side, BP has announced the large oil reserves west of Shetland, which is encouraging - and the relocation of the Department of Trade and Industry's oil and gas jobs to Aberdeen is also an important step towards a significant critical mass of development-related activity and technology in the North East of Scotland that will enhance the industry's potential for international development.""]" -359,"['Having', 'plumped', 'for', 'Hewlett-Packard', ""Co's"", 'PA', 'RISC', 'over', 'the', 'Intel', 'i860', '--', '""because', 'of', 'price/performance""', '--', 'for', 'its', 'next', 'generation', 'of', 'systems,', 'Stratus', 'plans', 'no', 'further', 'computers', 'using', 'the', 'i860', 'at', 'this', 'time,', 'but', 'says', 'that', 'depends', 'to', 'some', 'extent', 'on', 'whether', 'Intel', 'manages', 'another', 'iteration', 'of', 'its', 'RISC.']","[42, 43]",1,intel,"Having plumped for Hewlett-Packard Co's PA RISC over the Intel i860 --""because of price/performance"" -- for its next generation of systems, Stratus plans no further computers using the i860 at this time, but says that depends to some extent on whether Intel manages another iteration of its RISC.","['After Stratus advertised Hewlett-Packard Co. for the next generation of systems through the AMD-RISC ""for value for money,"" Stratus is not planning any more computers with the i860 for the time being, but says that this will partly depend on whether Intel performs another iteration of the ICD.', 'After Stratus searched for Hewlett-Packard Co. ""s PA-RISC for the next generation of systems"" for price / performance reasons, ""Stratus is not currently planning any more computers with the i860, but says it will depend in part on whether Intel creates boils with a different iteration of its RISC.', 'After Stratus advertised Hewlett-Packard Co. ""s PA-RISC"" for value for money, ""Stratus is not currently planning any more computers with an i860, but says that this will depend to some extent on Intel\'s ability to distribute its RISC iteration program.', 'Stratus pluralized the Intel i860 for Hewlett-Packard Co. ""s PA-RISC"" due to price and performance ""for its next-generation systems, but currently has no plans to add computers that use the i860. However, Stratus says this depends in part on Intel creating another iteration of its RISC.', 'When asked whether Hewlett-Packard Co. will prefer the next-generation i860 to the Intel i860 ""for price / performance reasons,"" Stratus said that it currently has no plans to add more computers that use the i860, but said that to some extent this will depend on whether Intel can cope with another iteration of its RISC.']" -360,"['BT', 'rush']","[0, 1]",1,bt,BT rush,"['Rush for BT', 'Hustle at BT', 'Crowd at BT', 'Crowd at BT', 'Sugar market flow']" -361,"['To', 'study', 'the', 'benefits', 'of', 'downsizing', 'a', 'corporate', 'information', 'system,', 'Sun', 'Microsystems', 'France', 'has', 'set', 'up', 'a', '""club', 'de', 'reflexion""', 'of', 'approximately', '40', 'French', 'directors', 'of', 'information', 'technology,', 'says', 'Eric', 'Saillard,', 'manager', 'of', 'rightsizing', 'marketing', 'at', 'Sun', ""'s"", 'French', 'subsidiary.']","[36, 37]",0,sun,"To study the benefits of downsizing a corporate information system, Sun Microsystems France has set up a""club de reflexion"" of approximately 40 French directors of information technology, says Eric Saillard, manager of rightsizing marketing at Sun's French subsidiary.","['To explore the benefits of downsizing an enterprise information system, Sun Microsystems France has formed a ""Club de Reflexion"" of about 40 French directors of information technology, says Eric Saillard, head of rights marketing at Sun\'s French subsidiary.', 'To examine the benefits of downsizing the corporate information system, Sun Microsystems France has formed a ""club de reflexion"" of about 40 French IT directors, says Eric Saillard, head of legal marketing at Sun\'s French subsidiary.', 'To explore the benefits of downsizing an enterprise information system, Sun Microsystems France has created a ""Club de Reflexion"" with around 40 French IT directors, says Eric Saillard, head of rights marketing at Sun\'s French subsidiary.', 'To examine the benefits of streamlining corporate information systems, Sun Microsystems France has created a ""Club de Reflexion"" of about 40 French information directors, says Eric Saillard, director of rights marketing at Google\'s French subsidiary.', 'To explore the benefits of downsizing an enterprise information system, Sun Microsystems France has created a ""Club de Reflexion,"" which includes about 40 French IT directors, says Eric Saillard, who is in charge of rights marketing at Sun\'s French subsidiary.']" -362,"['The', 'merger', 'of', 'Siemens', 'AG', 'and', 'Nixdorf', 'Computer', 'AG', 'to', 'form', 'Siemens', 'Nixdorf', 'Informationssysteme', 'AG', 'was', '""the', 'worst', 'thing', 'in', 'the', 'history', 'of', 'the', 'corporation""', 'that', 'had', 'happened', 'in', 'Spain.']","[11, 15]",0,siemens nixdorf informationssysteme ag,"The merger of Siemens AG and Nixdorf Computer AG to form Siemens Nixdorf Informationssysteme AG was""the worst thing in the history of the corporation"" that had happened in Spain.","['The merger of Siemens AG and Nixdorf Computer AG into Siemens Nixdorf Informationssysteme AG was ""the worst thing in the history of the company"" that had happened in Spain.', 'The merger of Siemens AG and Nixdorf Computer AG into Siemens Nixdorf Informationssysteme AG was ""the worst thing in the history of the company"" that had happened in Spain.', 'The merger of Siemens AG and Nixdorf Computer AG into Siemens Nixdorf Informationssysteme AG was ""the worst thing in the history of the company"" that had happened in Spain.', 'The merger of Siemens AG and Nixdorf Computer AG into Siemens Nixdorf Informationssysteme AG was ""the worst event in the history of the company"" that had taken place in Spain.', 'The merger of Siemens AG and Nixdorf Computer AG into Siemens Nixdorf Informationssysteme AG is ""the worst thing that has happened in the history of the company,"" he said.']" -363,"['Intergraph', 'Inc', 'will', 'preview', 'Microstation,', 'its', 'flagship', 'CAD/CAM', 'software,', 'running', 'under', 'Microsoft', 'Corp', ""'s"", 'Windows', 'NT', '--', 'and', 'will', 'also', 'show', 'its', 'new', 'plug-in-and-go', 'system,', 'the', 'PC', '466,', 'a', '66MHz', 'Intel', 'Corp', '80486', 'box,', 'which', 'comes', 'with', '32Mb', 'RAM,', '426Mb', 'disk,', 'TCP/IP', 'and', 'graphics', 'accelerator;', 'out', 'now,', 'it', 'comes', 'with', 'a', '17&ins;', 'or', '19&ins;', 'colour', 'monitor;', 'Microstation', 'for', 'NT', 'will', 'ship', 'the', 'second', 'half', 'of', 'the', 'year.']","[11, 13]",0,microsoft corp,"Intergraph Inc will preview Microstation, its flagship CAD/CAM software, running under Microsoft Corp's Windows NT -- and will also show its new plug-in-and-go system, the PC 466, a 66MHz Intel Corp 80486 box, which comes with 32Mb RAM, 426Mb disk, TCP/IP and graphics accelerator; out now, it comes with a 17&ins; or 19&ins; colour monitor; Microstation for NT will ship the second half of the year.","[""Intergraph Inc will introduce Microstation, its flagship CAD / CAM software under Microsoft's Windows NT, as well as its new plug-in-and-go system Computer 466, a 66 MHz Intel Corp 80486 box with 32 MB RAM, 426 MB diskette, TCP / IP and graphics accelerator now equipped with 17 & ins; or 19 & ins; color monitor. Microstation for NT will be shipped in the second half of the year."", 'Intergraph Inc will introduce Microstation, its flagship CAD / CAM software running on Microsoft Corp\'s Windows NT, as well as its new plug-in-and-go PC 466 system, a 66MHz Intel Corp 80486 computer with 32MB RAM, 426MB hard drive, TCP / IP and graphics accelerator; it will now ship with a color monitor with 17 & ins ""or 19 & ins""; Microstation for NT will ship in the second half of the year.', ""Intergraph Inc will introduce its core CAD / CAM software Microstation running Microsoft Corp's Windows NT operating system and its new plug-in-and-go system PC 466, a 66MHz box of the Intel Corp 80486 system with 32MB RAM, 426Mb diskette, TCP / IP and graphics accelerator that will now ship with a 17 & ins; or 19 & ins; color monitor; Microstation for NT will ship in the second half of the year."", 'Intergraph Inc. introduces Microstation, its leading CAD / CAM software under Microsoft Corporation Windows NT, along with its new PC 466 plug-in-and-go system, a 66MHz 80486 box with 32MB RAM, 426MB hard drive, TCP / IP and graphics accelerator now available with a 17 & ins; or 19 & ins; color monitor.', 'Intergraph Inc will introduce Microstation, the leading CAD bubble CAM software under Microsoft Corp. Windows NT, the new PC 466 plug-in-and-go system and a 66MHz Intel Corp. 80486 enclosure with 32Mb RAM, 426Mb disk, TCP / IP and graphics accelerator; the device will now ship with a 17 & ins; or 19 & ins; color monitor; Microstation NT will ship in the second half of the year.']" -364,"['IBM', 'was', 'waiting', 'for', 'this', 'decision', 'and', 'quickly', 'became', 'more', 'aggressive', 'at', 'home', 'and', 'abroad.']","[0, 1]",1,ibm,IBM was waiting for this decision and quickly became more aggressive at home and abroad.,"['IBM waited for this decision and quickly became more aggressive at home and abroad.', 'IBM waited for this decision and quickly became more aggressive at home and abroad.', 'IBM waited for this decision and quickly became more aggressive at home and abroad.', 'IBM waited for this decision and quickly became more aggressive at home and abroad.', 'IBM awaited the decision and quickly became more aggressive at home and abroad.']" -365,"['Also', 'to', 'Clive', 'Smith', 'the', 'balance', 'of', 'cash', 'in', 'Nationwide', 'Building', 'Society', 'and', 'Westminster', 'Bank.']","[9, 12]",1,nationwide building society,Also to Clive Smith the balance of cash in Nationwide Building Society and Westminster Bank.,"['Also to Clive Smith of Nationwide Building Society and Westminster Bank.', 'Clive Smith also examined the balance sheets of Nationwide Building Society and Westminster Bank.', 'For Clive Smith, the balance sheet of Nationwide Building Society and Westminster Bank is also positive.', 'Clive Smith also looks at the cash balances of Nationwide Building Society and Westminster Bank.', 'Also to Clive Smith the liquidity balance sheet of Nationwide Building Society and Westminster Bank.']" -366,"[""McDonald's"", 'does', 'not', 'skimp', 'when', 'it', 'comes', 'to', 'advertising,', 'however.']","[0, 1]",1,mcdonald's,"McDonald's does not skimp when it comes to advertising, however.","[""McDonald's, however, doesn't skimp when it comes to advertising."", ""McDonald's, however, does not restrict advertising."", ""McDonald's, however, does not restrict advertising."", ""McDonald's doesn't skimp on advertising."", ""However, McDonald's is by no means thrifty with advertising.""]" -367,"['Security', 'Toolkit/Unix', '2.1', 'is', 'available', 'for', 'Digital', 'Equipment', 'Corp,', 'Hewlett-Packard', 'Co,', 'Sun', 'Microsystems', 'Inc', 'and', 'IBM', 'Corp', 'workstations.']","[15, 17]",0,ibm corp,"Security Toolkit/Unix 2.1 is available for Digital Equipment Corp, Hewlett-Packard Co, Sun Microsystems Inc and IBM Corp workstations.","['Security Toolkit / Unix 2.1 is available for Digital Equipment Corp, Hewlett-Packard Co, Sun Microsystems Inc and IBM Corp workstations.', 'Security Toolkit / Unix 2.1 is available for Digital Equipment Corp, Hewlett-Packard Co, Sun Microsystems Inc and IBM Corp workstations.', 'Security Toolkit / Unix 2.1 is available for Digital Equipment Corp, Hewlett-Packard Co, Sun Microsystems Inc and IBM Corp workstations.', 'Security Toolkit / Unix 2.1 is available for the computer operations of Digital Equipment Corp, Hewlett-Packard Co, Sun Microsystems Inc and IBM Corp.', 'Security Toolkit / Unix 2.1 is suitable for workstations from Digital Equipment Corp, Hewlett-Packard Co, Sun Microsystems Inc and IBM Corporation.']" -368,"['As', 'a', 'result', 'of', 'the', 'restatement', 'of', 'the', ""Pru's"", 'business', 'under', 'the', 'accruals', 'method,', 'pre-tax', 'profit', 'from', 'long-term', 'business', 'increased', 'as', 'shown', '(long-term', 'business', 'within', 'the', 'group', 'is', 'split', 'into', 'three', 'areas:', 'Prudential', 'Assurance', ',', 'which', 'operates', 'mainly', 'in', 'the', 'UK,', 'Australia', 'and', 'Canada', 'and', 'accounts', 'for', '58%', 'of', 'the', 'total;', 'Jackson', 'National,', 'the', 'US', 'subsidiary;', 'and', 'Mercantile', 'and', 'General,', 'the', 'reinsurance', 'business).']","[32, 34]",0,prudential assurance,"As a result of the restatement of the Pru's business under the accruals method, pre-tax profit from long-term business increased as shown (long-term business within the group is split into three areas: Prudential Assurance, which operates mainly in the UK, Australia and Canada and accounts for 58% of the total; Jackson National, the US subsidiary; and Mercantile and General, the reinsurance business).","[""As a result of the reorientation of the Pru business in line with the period methodology, pre-tax profit from long-term operations increased as shown (the Group's long-term business is divided into three areas: Prudential Assurance, which operates mainly in the UK, Australia and Canada and accounts for 58% of total sales; Jackson National, the US subsidiary, and Mercantile and General, the reinsurance business)."", 'Pre-tax profit from long-term operations has demonstrably increased as a result of the reorientation of the company according to the period method (the long-term business within the group is divided into three areas: Prudential Assurance, which is mainly active in the UK, Australia and Canada and accounts for 58% of total sales; Jackson National, the US subsidiary; and Mercantile and General, the reinsurance business).', 'As a result of the reorientation of the Pru business based on the period method, pre-tax profit from long-term operations increased as shown (long-term relationships within the Group are divided into three areas: Prudential Assurance, which operates mainly in the UK, Australia and Canada and generates 58% of total sales; Jackson National, the US subsidiary; and Mercantile and General, the reinsurance business).', 'As a result of the reorientation of the Pru business based on the period method, pre-tax income from long-term operations increased as shown above (long-term operations within the Group are divided into three areas: Prudential Assurance, which operates mainly in the UK, Australia and Canada and accounts for 58% of results; Jackson National, the US subsidiary; and Mercantile and General, the reinsurance business).', 'As a result of the reinvestment of the Pru business in line with the period methodology, pre-tax profits from long-term operations improved as indicated (the long-term business within the Group comprises three areas: Prudential Assurance, which operates mainly in the UK, Australia and Canada and generates 58% of total profits; Jackson National, the US subsidiary; and Mercantile and General, which provides reinsurance).']" -369,"['Spheris', 'users', 'will', 'be', 'able', 'to', 'mix', 'X400', 'servers', 'and', 'dedicated', 'private', 'messaging', 'servers,', 'such', 'as', 'Microsoft', 'Mail,', 'France', 'Telecom', 'said.']","[18, 20]",1,france telecom,"Spheris users will be able to mix X400 servers and dedicated private messaging servers, such as Microsoft Mail, France Telecom said.","['Spheris users can combine X400 servers with dedicated private messaging servers such as Microsoft Mail, France Telecom said.', 'Spheris users can combine X400 servers with private messaging servers such as Microsoft Mail, France Telecom has announced.', 'Users of Spheris can combine X400 servers with dedicated private messaging servers such as Microsoft Mail, France Telecom has announced.', 'Users of Spheris can combine X400 servers with private message servers such as Microsoft Mail, announced France Telecom.', 'Spheris users will be able to connect X400 servers and specialized private message servers such as Microsoft Mail, France Telecom announced.']" -370,"['In', 'the', 'last', 'BT', 'sale', 'in', 'December', '1991', 'only', 'eight', 'organisations', 'volunteered', 'to', 'set', 'up', 'shops,', 'which', 'provided', 'low-cost,', 'no-frills', 'share', 'dealing.']","[3, 4]",1,bt,"In the last BT sale in December 1991 only eight organisations volunteered to set up shops, which provided low-cost, no-frills share dealing.","['The last time BT was sold, in December 1991, only eight organisations volunteered to do business with cheap, no-frills shares.', 'The last time BT was sold, in December 1991, only eight organisations volunteered to set up shops offering cheap and no-frills share deals.', 'At the last BT auction in December 1991, only eight organisations volunteered to set up low-cost, no-frills shops.', 'At the last BT sale in December 1991, only eight organisations voluntarily agreed to open stores offering cheap, no-frills shares.', 'The last time BT was sold, in December 1991, only eight organisations voluntarily agreed to set up shops offering cheap, no-frills share deals.']" -371,"['US', 'West', 'Inc,', 'which', 'last', 'week', 'was', 'talking', 'about', 'the', 'multimedia', 'database', 'system', 'it', 'is', 'developing', 'with', 'Oracle', 'Corp', '(CI', 'No', '2,166),', 'is', 'stepping', 'up', 'its', 'commitment', 'to', 'infotainment', 'by', 'agreeing', 'to', 'pay', '$2,500m', 'for', 'a', '25%', 'stake', 'in', 'Time', 'Warner', ""Inc's"", 'Time', 'Warner', 'Entertainment', 'affiliate', '--', 'in', 'which', 'Toshiba', 'Corp', 'and', 'Japanese', 'trader', 'Itochu', 'Corp', 'each', 'has', 'a', 'stake', '--', 'to', 'seal', 'a', 'deal', 'under', 'which', 'the', 'two', 'companies', 'will', 'collaborate', 'to', 'develop', 'electronic', 'superhighways', '--', 'full-service', 'cable', 'networks', 'offering', 'interactive', 'programming,', 'entertainment', 'and', 'information.']","[42, 45]",0,time warner entertainment,"US West Inc, which last week was talking about the multimedia database system it is developing with Oracle Corp (CI No 2,166), is stepping up its commitment to infotainment by agreeing to pay $2,500m for a 25% stake in Time Warner Inc's Time Warner Entertainment affiliate -- in which Toshiba Corp and Japanese trader Itochu Corp each has a stake -- to seal a deal under which the two companies will collaborate to develop electronic superhighways -- full-service cable networks offering interactive programming, entertainment and information.","['US West Inc, which last week talked about the multimedia database system it is developing with Oracle Corp (AI # 2166), is stepping up its commitment to infotainment by agreeing to pay for a 25% stake in Time Warner Inc. Time Warner Entertainment - in which Toshiba Corp and Japanese retailer Itochu Corp each have stakes - to seal a deal in which the two companies will work together to develop electronic superhighways - full-service cable networks with interactive programming, entertainment and information.', ""US West Inc, which last week talked about a multimedia database system it is developing with Oracle Corp (CI # 2166), is stepping up its commitment to infotainment by agreeing to pay $2500 million in damages for a 25 percent stake in Time Warner Inc's entertainment subsidiary - in which Toshiba Corp and Japanese retailer Itochu Corp each hold shares - to seal an agreement under which the two companies will work together to develop electronic superhighways - broadband cable networks that provide interactive programming, entertainment and information."", 'US West Inc., which last week discussed its multimedia database system with Oracle Corp (CI # 2,166), is stepping up its commitment to infotainment by agreeing to pay $2,500 million for a 25% stake in Time Warner Inc. ""s Time Warner Entertainment subsidiary - in which Toshiba Corp and Japanese retailer Itochu Corp each have stakes - to seal an agreement under which the two companies will work together to develop electronic expressways - full-service cable networks for interactive programming, entertainment and information.', ""In recent weeks, US West Inc., which is grappling with a multimedia database system (AI No 2,166) it co-developed with Oracle Corp, has stepped up its commitment to infotainment by agreeing to pay $2,500 million for a 25% stake in Time Warner Entertainment's subsidiary - in which Toshiba Corp and Japanese retailer Itochu Corp each own shares - to seal a deal in which the two companies will work together to develop electronic superhighways - full-service cable networks that provide interactive programming, entertainment and information."", ""US West Inc, which last week talked about the multimedia database system it will develop with Oracle Corp (AI # 2166), is stepping up its commitment to infotainment by agreeing to pay $2,500 million for a 25% stake in Time Warner Inc's entertainment-to-consumer unit - in which Toshiba Corp and Japan's Itochu Corp each hold stakes - to seal a deal in which the two companies will work together to develop fast, full-fledged electronic cable networks for interactive programming, entertainment and information.""]" -372,"['As', 'reported,', 'the', 'service', 'will', 'be', 'built', 'on', 'a', 'combination', 'of', 'AT&T', ""'s"", 'new', 'GCNS-2000', 'backbone', 'switch', 'and', ""Stratacom's"", 'BPX.']","[11, 12]",0,at&t,"As reported, the service will be built on a combination of AT&T's new GCNS-2000 backbone switch and Stratacom's BPX.","[""The service will reportedly be based on a combination of AT & T's new GCNS-2000 backbone switch and Stratacom's BPX."", ""As reported, this service will be based on a combination of AT & T's new GCNS-2000 backbone switch and Stratacom's BPX."", ""The service is reportedly being built on a combination of AT & T's new GCNS-2000 backbone switch and Stratacom's BPX."", ""The service will reportedly be based on a combination of AT & T's new Europa Park GCNS-2000 and Stratacom's BPX."", ""The service will reportedly be based on a combination of AT & T's new backbone switch (GCNS-2000) and Stratacom's BPX.""]" -373,"['An', 'essay', 'in', 'the', 'latest', 'issue', 'of', 'the', 'Microprocessor', 'Report', 'makes', 'the', 'point', 'that', 'the', 'designers', 'that', 'are', 'pressing', 'the', 'clock', 'speed', 'argument', 'such', 'as', 'MIPS,', 'Hewlett-Packard', 'Co', 'and', 'DEC', 'are', 'the', 'ones', 'winning', 'the', 'performance', 'race,', 'not', 'those', 'such', 'as', 'Sun,', 'IBM', 'and', 'Motorola', 'Inc', 'that', 'stress', 'instructions', 'per', 'cycle.']","[26, 28]",0,hewlett-packard co,"An essay in the latest issue of the Microprocessor Report makes the point that the designers that are pressing the clock speed argument such as MIPS, Hewlett-Packard Co and DEC are the ones winning the performance race, not those such as Sun, IBM and Motorola Inc that stress instructions per cycle.","['An essay in the current issue of the Microprocessor Report points out that the developers pushing for the argument of clock speeds such as MIPS, Hewlett-Packard Co, and DEC are the winners of the performance assessment, not those like Sun, IBM, and Motorola Inc, who emphasize the instructions per cycle.', 'An essay in the latest edition of the Microprocessor Report emphasizes that it is the designers who push the clock argument, such as MIPS, Hewlett-Packard Co, and DEC, who win the performance race, not those like Sun, IBM, or Motorola Inc, who emphasize the instructions per cycle.', 'An essay in the latest edition of the Microprocessor Report points out that the designers who drive a clock speed such as MIPS, Hewlett-Packard Co, and DEC are the ones who win the performance race, not those like Sun, IBM, and Motorola Inc who emphasize the instructions per cycle.', 'An article in the latest edition of the Microprocessor Report makes it clear that manufacturers that use the clock frequency argum, such as MIPS, Hewlett-Packard Co, and DEC, are ahead in the competition for performance, not companies like Sun, IBM, and Motorola Inc that emphasize the instructions per cycle.', 'The current edition of the Microprocessor Report is told in an essay that the developers who put forward a beat argument such as MIPS, Hewlett-Packard Co and DEC win the contracts, not those who work on tests in the cycles of Sun, IBM and Motorola Inc.']" -374,"['It', 'said', 'BA', 'should', 'review', 'its', 'quality', 'assurance', 'system;', 'introduce', 'independent', 'assessment', 'of', 'standards', 'and', 'investigate', 'work', 'practices', 'at', 'Birmingham.']","[2, 3]",1,ba,It said BA should review its quality assurance system; introduce independent assessment of standards and investigate work practices at Birmingham.,"[""BA should review its quality assurance system, introduce independent standards and investigate Birmingham's working practices."", 'She said BA should review its quality assurance system, introduce independent evaluation standards and investigate work practices in Birmingham.', 'BA must review its quality assurance system, introduce independent reviews of standards and review its working practices in Birmingham, he said.', 'He said BA should review its quality assurance system, introduce an independent version of standards and investigate work practices in Birmingham.', 'BA should overhaul its quality assurance system, introduce an independent evaluation of standards and investigate working practices in Birmingham.']" -375,"['Like', 'every', 'other', 'IBM', 'policy,', 'this', 'one', 'administered', 'very', 'uniformly.']","[3, 4]",0,ibm,"Like every other IBM policy, this one administered very uniformly.","['Like any other IBM policy, it has been very consistent.', 'Like any other IBM policy, it has been very consistent.', 'Like any other IBM policy, it is very consistent.', 'Like any other IBM policy, it was very uniformly organized.', 'Like any other IBM policy, this policy has been relatively consistent with its customers.']" -376,"['They', 'apparently', 'engaged', 'in', 'an', 'intimate', 'conversation,', 'destined', 'to', 'emerge', 'in', 'the', 'Sun', 'newspaper', 'last', 'year,', 'as', 'the', 'notorious', 'Dianagate', 'or', 'Squidgy', 'tapes.']","[12, 13]",0,sun,"They apparently engaged in an intimate conversation, destined to emerge in the Sun newspaper last year, as the notorious Dianagate or Squidgy tapes.","['They were apparently involved in an intimate conversation that appeared in The Sun last year as infamous Dianagate or Squidgy tapes.', 'They appear to have been involved in a confidential conversation that appeared in The Sun last year as the infamous Dianagat or Squidgy tapes.', 'Meanwhile, the pair had an intimate conversation, which appeared in The Sun last year as the infamous Dianagate or Squidgy tapes.', 'They appear to have engaged in an intimate conversation following the death of the famous Diana - or Squidgy - tape in The Sun last year.', 'They appeared to have an intimate conversation, which was published in The Sun last year following the infamous Diana tapes.']" -377,"['Xerox', 'Corp', 'has', 'reported', 'first', 'quarter', 'net', 'profit', 'of', '$189m', 'after', 'a', 'gain', 'of', '$63m', 'on', 'sale', 'of', 'Van', 'Kampen', 'Merritt,', 'against', 'a', 'loss', 'last', 'time', 'of', '$529m', 'after', 'a', 'charge', 'of', '$764m', 'from', 'accounting', 'change,', 'on', 'turnover', 'that', 'fell', '0.2%', 'to', '$3,298m;', 'Net', 'per', 'share', 'was', '$1.77.']","[0, 2]",1,xerox corp,"Xerox Corp has reported first quarter net profit of $189m after a gain of $63m on sale of Van Kampen Merritt, against a loss last time of $529m after a charge of $764m from accounting change, on turnover that fell 0.2% to $3,298m; Net per share was $1.77.","['Xerox Corp. reported a net profit of $189 million in the first quarter from a profit of $63 million from the sale of Van Kampen Merritt, compared with a loss of $529 million last time after a charge of $764 million from accounting changes, on revenue that fell 0.2% to $3.298 million; net per share was $1.77.', 'Xerox Corp. reported a net profit of $189 million in the first quarter, compared with a profit of $63 million from the sale of Van Kampen Merritt, compared with a loss of $529 million last year after charges of $764 million due to an accounting change in revenue, which fell 0.2% to $3,298 million; net income per share was $1.77.', 'Xerox Corp reported a net profit of $189 million in the first quarter, after making a profit of $63 million on the sale of Van Kampen Merritt. Last time, the loss was $529 million after a balance sheet change of $764 million, on revenue that fell 0.2% to $3,298 million; net income per share was $1.77.', 'Xerox Corp reported a net profit of $189 million in the first quarter, following a profit of $63 million from the sale of the Van Kampen Merritt Group, compared with a loss of $529 million in the previous year, after a charge of $764 million due to accounting changes. On revenue that fell 0.2% to $3,298 million, net income per share was $1.77.', 'Xerox Corp. reported net income of $189 million for the quarter, down 0.2% to $3,298 million after a $529 million loss from the sale of Van Kampen Merritt and a $764 million charge related to an accounting change.']" -378,"['Siemens', 'AG', 'says', 'it', 'won', 'a', 'Bulgarian', 'contract', 'worth', 'more', 'than', '$6.3m', 'to', 'modernise', 'and', 'expand', 'the', ""country's"", 'telephone', 'systems:', 'Siemens', 'will', 'deliver', 'more', 'than', '80,000', 'EWSD', 'digital', 'exchange', 'lines', 'and', 'fibre', 'cable:', 'its', 'Digicom', 'Bulgarian', 'joint', 'venture', 'set', 'up', 'last', 'year', 'with', 'a', 'local', 'partner,', 'will', 'install', 'the', 'kit', 'in', 'Sophia', 'and', 'in', 'northern', 'Bulgaria', 'by', '1996.']","[20, 21]",0,siemens,"Siemens AG says it won a Bulgarian contract worth more than $6.3m to modernise and expand the country's telephone systems: Siemens will deliver more than 80,000 EWSD digital exchange lines and fibre cable: its Digicom Bulgarian joint venture set up last year with a local partner, will install the kit in Sophia and in northern Bulgaria by 1996.","[""Siemens AG says it has received a Bulgarian order worth 6.3 million dollars for the modernization and expansion of the country's telephone systems: Siemens will supply more than 80,000 digital EWSD cable and fiber optic cables by 1996; the Bulgarian joint venture Digicom, which was founded last year with a local partner, will install the kit in Sophia and northern Bulgaria by 1996."", ""Siemens AG says it has received a contract worth 6.3 million dollars for the modernization and expansion of the country's telephone systems in Bulgaria: Siemens will supply more than 80,000 digital EWSD cable lines including fiber optic cables. The Bulgarian joint venture Digicom Bulgaria, founded last year with a local partner, will install the kit in Sophia and northern Bulgaria by 1996."", ""Siemens AG says it has received a Bulgarian order for 6.3 million dollars to modernize and expand the country's telephone systems: Siemens is supplying more than 80,000 digital interchange lines and fiber optics. The Bulgarian joint venture Digicom Bulgarian, founded last year with a local partner, will install the system in Sophia and northern Bulgaria by 1996."", ""Siemens AG says it has received a Bulgarian order for 6.3 million US dollars for the modernization and expansion of the country's telephone systems: Siemens will supply more than 80,000 digital EWSD connections and fiber optic cables. The Bulgarian joint venture Digicom, founded last year with a local partner, will install the kit in Sofia and northern Bulgaria by 1996."", 'Siemens AG receives according to own data an order in Bulgaria in the value of 6.3 million dollars for the modernization and extension of the telephone systems of the country. Siemens will supply from there more than 80,000 digital EWSD distribution networks and fiber optic cables: Digicom Bulgarian, a Bulgarian joint venture created in the past year with a local partner, will install the kit by 1996 in Sofia, Greece and northern Bulgaria.']" -379,"['BT', ',', ""Britain's"", 'main', 'telephone', 'company,', 'announced', 'a', '36%', 'fall', 'in', 'pre-tax', 'profits', 'for', 'the', 'year', 'to', 'March.']","[0, 1]",1,bt,"BT, Britain's main telephone company, announced a 36% fall in pre-tax profits for the year to March.","[""BT, Britain's biggest phone company, reported a 36% slump in pre-tax profits for the year to March."", ""BT, Britain's biggest phone group, reported a 36 per cent fall in pre-tax profits for the year to March."", ""BT, Britain's biggest phone company, reported a 36 per cent fall in pre-tax revenues for the year to March."", ""BT, Britain's biggest phone company, reported a 36% slump in pre-tax profits for the full year to March."", ""BT, the UK's biggest phone company, reported a 36% fall in pre-tax profits for the year to March.""]" -380,"['Sun', 'will', 'claim', 'the', 'Sparcserver', '1000', 'sets', 'a', 'new', 'standard', 'for', 'configured', 'systems,', 'comparing', 'one', 'of', 'its', 'fully', 'configured', 'four-ways', 'at', '$76,500', 'to', 'an', 'HP', 'H50', 'at', '$105,475,', 'an', 'IBM', 'Corp', '580', 'at', '$107,522', 'and', 'a', 'DEC', '4000/620', 'AXP', 'at', '$151,544.']","[0, 1]",1,sun,"Sun will claim the Sparcserver 1000 sets a new standard for configured systems, comparing one of its fully configured four-ways at $76,500 to an HP H50 at $105,475, an IBM Corp 580 at $107,522 and a DEC 4000/620 AXP at $151,544.","['Sun says the Sparcserver 1000 sets a new standard for configured systems by comparing one of its fully configured four-way systems at $76,500 with an HP H50 at $105,475, an IBM Corp 580 at $107,522 and a DEC 4000 / 620 AXP at $151,544.', 'Sun claims that Sparcserver 1000 sets a new standard for configured systems by comparing one of its fully configured four-way systems at $76,500 with an HP H50 at $105,475, an IBM Corp 580 at $107,522 and a DEC 4000 / 620 AXP at $151,544.', 'Sun will claim that the Sparcserver 1000 sets a new standard for configured systems. It compares one of its fully configured four-way systems for $76,500 with an HP H50 for $105,475, an IBM Corp 580 for $107,522 and a DEC 4000 / 620 AXP for $151,544.', 'Sun will claim that the Sparcserver 1000 sets a new standard for configured systems - compared with a fully configured four-way system for $76,500 to an HP H50 for $105,475, an IBM Corp 580 for $107,522 and a DEC 4000 / 620 AXP for $151,544.', 'Sun will claim that the Sparcserver 1000 sets a new standard for configured systems by comparing one of the fully configured four-way systems at $76,500 with an HP H50 at $105,475, a PC 580 at $107,522 and an AXP DEC 4000 / 620 at $151,544.']" -381,"['After', 'settling', 'the', 'children', 'into', 'their', 'hotel,', 'the', 'team', 'took', 'them', 'on', 'their', 'first', 'visit', '--', 'to', 'Disney', ""'s"", 'Magic', 'Kingdom,', 'a', 'giant', 'playground', 'of', 'spectacular', 'rides.']","[17, 18]",0,disney,"After settling the children into their hotel, the team took them on their first visit -- to Disney's Magic Kingdom, a giant playground of spectacular rides.","[""After placing the children in the hotel, the team took them on their first visit - to Disney's Magic Kingdom, a huge playground with spectacular rides."", ""After placing the children in the hotel, the team took them on their first visit - to Disney's Magic Kingdom, a huge playground with spectacular rides."", 'After placing the children in the hotel, the team took them on their first visit - to Disney\'s ""Magic Kingdom,"" a huge playground with spectacular rides.', 'After the children had moved into their hotel, the team took them on their first visit - to the magical Disney kingdom with its spectacular rides.', 'After welcoming the children to their hotel, the team first took them to the Disney Magic Kingdom, a huge playground with spectacular rides.']" -382,"['Because', 'FI,', 'in', 'the', 'wake', 'of', 'Renault', ',', 'was', 'shifting', 'towards', 'the', 'turbo', 'engine', 'and', 'because', 'McLaren', 'was', 'beginning', 'to', 'develop', 'the', 'TAG/', 'Porsche', 'engine,', '1982', 'was', 'something', 'of', 'a', 'transitional', 'year', 'at', 'the', 'team', 'and', 'both', 'Niki', 'and', 'his', 'team-mate', 'John', 'Watson', 'suffered', 'in', 'the', 'results', 'table,', 'Watson', 'actually', 'finishing', 'ahead', 'of', 'Niki', 'in', 'the', 'championship,', 'the', 'first', 'time', 'he', 'had', 'ever', 'been', 'upstaged', 'within', 'his', 'own', 'team.']","[6, 7]",0,renault,"Because FI, in the wake of Renault, was shifting towards the turbo engine and because McLaren was beginning to develop the TAG/ Porsche engine, 1982 was something of a transitional year at the team and both Niki and his team-mate John Watson suffered in the results table, Watson actually finishing ahead of Niki in the championship, the first time he had ever been upstaged within his own team.","['As the FI switched to the turbo engine in the wake of Renault and McLaren began developing the TAG / Porsche engine, 1982 was something of a summer of transition in the team. Niki and his teammate John Watson suffered in the results table, Watson even became champion in the championship ahead of Niki, the first time he was upset within his own team.', 'Since the FIA turned to Renault for the turbo engine and McLaren began developing the TAG / Porsche engine, 1982 was something of a transition year for the team and Niki and his teammate John Watson suffered in the results table, Watson even ended up ahead of Niki in the championship, the first time he had failed in his own team.', 'Since the FI switched to the turbo engine after Renault and McLaren started developing the TAG / Porsche engines, 1982 has been something of a transitional year within the team and both Niki and his teammate John Watson suffered from the results table. Watson became world champion for the first time ever ahead of Niki, who was lapped by his own team.', 'Since the FI switched to a turbo engine in the wake of Renault and McLaren began to develop its TAG / Porsches, 1982 was actually a transitional year in the team and Niki and his teammate John Watson in particular suffered in the results table, in which Watson was even ahead of Niki in the championship - the first time he was stopped in his own team.', 'Because the FIA switched to turbo engines in the wake of Renault and < br > McLaren began developing the TAG / Porsche engine, 1982 was a transitional year for the team and both Niki and fiancee and his teammate John Watson suffered in the results table, Watson even finishing third ahead of Niki, who finished third in his own team for the first time in his career.']" -383,"['It', 'was', 'the', 'latter', 'which', 'so', 'struck', 'Henry', 'Detterding,', 'the', 'Director', 'General', 'of', 'the', 'Royal', 'Dutch', 'Petroleum', 'Company', ',', 'who', 'resolved', 'to', 'build', 'himself', 'a', '""Butterfly""', 'house', 'and', 'commissioned', 'Maufe.']","[14, 18]",0,royal dutch petroleum company,"It was the latter which so struck Henry Detterding, the Director General of the Royal Dutch Petroleum Company, who resolved to build himself a""Butterfly"" house and commissioned Maufe.","['The latter met Henry Detterding, the managing director of the Royal Dutch Petroleum Company, so much that he decided to build a ""butterfly house"" for himself and commissioned construction.', 'The latter so impressed Henry Detterding, CEO of the Royal Dutch Petroleum Company, that he decided to build a ""butterfly cave"" and commissioned Maufe.', 'The latter encouraged Henry Detterding, the managing director of the Royal Dutch Petroleum Company, so much that he decided to build his own ""butterfly house"" and commissioned Maufe.', 'The latter met Henry Detterding, the CEO of the Royal Dutch Petroleum Company, carefully because he decided to build a ""butterfly house"" for himself and commissioned Maufe.', 'And this impressed Henry Detterding, CEO of the Royal Dutch Erdmark Company, so much that he decided to build a ""butterfly house"" for himself and commissioned the christening.']" -384,"['""It', 'was', 'a', 'terrific', 'response,', ""we've"", 'really', 'given', 'the', 'council', 'something', 'to', 'think', 'about,""', 'said', 'Sainsbury', 'spokesman,', 'Nick', 'Green.']","[15, 16]",0,sainsbury,"""It was a terrific response, we've really given the council something to think about,"" said Sainsbury spokesman, Nick Green.","[""'It's been a great response, we've really given the council something to think about, 'Sainsbury's spokesman Nick Green said."", '""The response has been great, we\'ve really given the council something to think about,"" Sainsbury\'s spokesman Nick Green said.', ""'It's been a great response, we've really given the council something to think about, 'Sainsbury's spokesman Nick Green said."", '""It was a great response and we really gave the council something to think about,"" Sainsbury\'s spokesman Nick Green said.', '""It was a great response, we gave the council something to think about,"" Hernandez\'s spokesman Nick Green said.']" -385,"['Oracle', 'Corp', 'and', 'Sun', 'Microsystems', 'Inc', 'have', 'expanded', 'their', 'joint', 'development', 'agreement', 'to', 'deliver', 'Oracle', 'Manufacturing', 'and', 'Oracle', 'Financials', 'application', 'suites', 'across', 'all', 'current', 'and', 'future', 'Sun', 'distributed', 'manufacturing', 'facilities.']","[3, 6]",1,sun microsystems inc,Oracle Corp and Sun Microsystems Inc have expanded their joint development agreement to deliver Oracle Manufacturing and Oracle Financials application suites across all current and future Sun distributed manufacturing facilities.,"['Oracle Corp and Sun Microsystems Inc have expanded their joint development agreement to offer their Oracle Manufacturing and Oracle Financials application suites to all current and future distributed manufacturing facilities.', ""Oracle Corp and Sun Microsystems Inc have expanded their joint development agreement to include Oracle Manufacturing and Oracle Financials Application Suites in all Sun's current and future distributed manufacturing facilities."", 'Oracle Corp and Sun Microsystems Inc have entered into a joint development agreement to provide Oracle Manufacturing and Oracle Financials application suites to all current and future distributed manufacturing facilities.', 'Oracle Corp and Sun Microsystems Inc. are strengthening their joint development agreement to provide Oracle Manufacturing and Oracle Financials application suites to all current and future Sun distributed manufacturing facilities.', 'Oracle Corp and Sun Microsystems Inc have expanded their joint development agreement to include Oracle Manufacturing and Bakel Financials Applications.']" -386,"['ORACLE,', 'SUN', 'WORK', 'ON', 'MARKETABLE', 'APPLICATIONS']","[1, 2]",1,sun,"ORACLE, SUN WORK ON MARKETABLE APPLICATIONS","['ORACLE, SPECIAL WORK ON MARKET APPLICATIONS', 'ORACLE, WORK ON MARKET TABLE APPLICATIONS', 'ORACLE, SUNWORK IN MARKET TABLE APPLICATION', 'ORACLE, SPECIAL APPLICATION FOR MARKET TABLE', 'ORACLE YEARS ORACLE, SUNDAY WORK ON MARKET APPLICATIONS']" -387,"['To', 'forward', 'their', 'shared', 'aims', '--', 'see', 'front', 'page', '--', 'Microsoft', 'Corp', 'will', 'move', 'its', 'own', 'Windows', 'applications,', 'starting', 'with', 'Excel,', 'to', 'NT-on-Alpha,', 'and', 'the', 'twosome', 'will', 'ensure', 'that', 'applications', 'written', 'for', 'NT', 'will', 'recompile', 'for', 'Alpha', 'as', 'well', 'as', 'Intel', 'and', 'MIPS', 'platforms.']","[40, 41]",0,intel,"To forward their shared aims -- see front page -- Microsoft Corp will move its own Windows applications, starting with Excel, to NT-on-Alpha, and the twosome will ensure that applications written for NT will recompile for Alpha as well as Intel and MIPS platforms.","['To share their common goals - see home page - Microsoft Corp will switch its own Windows applications, starting with Excel, to NT-on-Alpha, and the two-person team will ensure that programs written for NT are recompiled for Alpha and for Intel and MIPS platforms.', 'To advance their common goals - see front page - Microsoft Corp will move its own Windows applications, starting with Excel, to NT-on-Alpha, and the two-person team will ensure that applications written for NT are recompiled for both the Alpha platforms and Intel and MIPS platforms.', 'To advance their common goals - see front page - Microsoft Corp will transfer its own Windows applications, starting with Excel, to NT-on-Alpha, and the duo will ensure that applications written for NT are recompiled for both Alpha and Intel and MIPS platforms.', 'To advance their common goals - see front page - Microsoft Corp will switch its own Windows applications, starting with Excel, to NT-on-Alpha, and the two will ensure that they recompile applications written for NT for Alpha as well as for Intel and MIPS platforms.', 'To advance their common goals - see front page - Microsoft Corp will transfer its own Windows applications, starting with Excel, to NT-on-Alpha, and the dual system will ensure that applications written for NT are recompiled for both Alpha and NT and MIPS platforms.']" -388,"['Now', 'that', 'the', 'Apple', 'Computer', 'Inc', 'v', 'Microsoft', 'Corp', 'lawsuit', 'has', 'been', 'defanged', 'and', 'the', 'only', 'thing', 'standing', 'between', 'Bill', 'Gates', 'and', 'world', 'domination', 'is', 'the', 'Federal', 'Trading', 'Commission', '--', 'see', 'page', 'three:', 'there', 'may', 'be', 'more', 'truth', 'than', 'not', 'in', 'the', 'observation', 'that', 'Microsoft', 'wants', 'IBM', 'to', 'have', 'OS/2', 'so', 'they', ""can't"", 'be', 'accused', 'of', 'being', 'a', 'monopoly.']","[7, 9]",0,microsoft corp,Now that the Apple Computer Inc v Microsoft Corp lawsuit has been defanged and the only thing standing between Bill Gates and world domination is the Federal Trading Commission -- see page three: there may be more truth than not in the observation that Microsoft wants IBM to have OS/2 so they can't be accused of being a monopoly.,"[""Now that Apple Computer Inc's lawsuit against Microsoft Corp has been dismissed, and the only thing standing between Bill Gates and world domination is the Federal Trade Commission - see page three: there may be more truth than less in the observation that Microsoft wants IBM to have OS / 2, so that computers cannot be accused of being a monopoly."", ""Now that Apple Computer Inc's lawsuit against Microsoft Corp has been dismissed, and the only thing standing between Bill Gates and world domination is the Federal Trading Commission - see page three - perhaps there is even more truth in the observation that Microsoft wants IBM's operating system / 2, so that they cannot be considered monopolies."", 'Now that the lawsuit Apple Computer Inc. has been defused against Microsoft Corp, and the only thing standing between Bill Gates and world domination is the Federal Trading Commission, see page 3: There may be more truth than anything in the observation that Microsoft wants IBM to have OS / 2, so they cannot be accused of a monopoly.', 'Now the legal dispute Apple Computer Inc. vs. Microsoft Corp. has been defused, and the only thing standing between Bill Gates and world domination is the Federal Trade Commission - see page three: Perhaps there is more truth in the fact that Microsoft wants IBM to have OS / 2, so that it cannot be accused of being a monopoly.', 'According to the lawsuit by Apple Computer Inc against Microsoft Corp, and the only thing standing between Bill Gates and world domination is the Federal Trading Commission - see page 3: The observation that Microsoft wants IBM to have OS / 2 may be more true than less, and IBM cannot be accused of being a monopoly.']" -389,"['However', 'its', 'findings', 'do', 'not', 'necessarily', 'point', 'to', 'the', 'inevitability', 'of', 'NT', 'on', 'sheer', 'merit,', 'but', 'because', 'of', 'the', 'marketing', 'clout', 'Microsoft', 'is', 'credited', 'with', 'having.']","[21, 22]",0,microsoft,"However its findings do not necessarily point to the inevitability of NT on sheer merit, but because of the marketing clout Microsoft is credited with having.","['But its results suggest the inevitability of NT, not necessarily because of its sheer performance, but because of the marketing power attributed to Microsoft.', 'But his findings do not necessarily indicate the inevitability of NT because of its high value, but because of the marketing power attributed to Microsoft.', 'His findings do not necessarily indicate the inevitability of NT through performance, but rather the marketing power attributed to Microsoft.', 'However, the results do not indicate the inevitability of NT on the basis of pure performance alone, but rather the market-oriented influence attributed to Microsoft.', 'Their findings, however, do not necessarily suggest the possibility that NT will necessarily have to be introduced because of its naked advantage, but because of the marketing power attributed to Microsoft.']" -390,"['Intent', 'on', 'delivering', 'the', 'message', 'that', 'the', 'PowerPC', 'chip', 'is', 'a', 'mass', 'market', 'contender,', 'Motorola', 'Inc', 'this', 'week', 'will', 'hang', 'price', 'tags', 'of', '$280', 'each', 'for', 'the', '50MHz', '601', 'and', '$374', 'each', 'for', 'the', '66MHz', '601', 'in', 'quantities', 'of', '20,000', 'units.']","[14, 16]",1,motorola inc,"Intent on delivering the message that the PowerPC chip is a mass market contender, Motorola Inc this week will hang price tags of $280 each for the 50MHz 601 and $374 each for the 66MHz 601 in quantities of 20,000 units.","['While Motorola strives to convey the message that the PowerPC chip is a candidate for the mass market, Motorola will this week put up price tags of $280 each for the 50MHz 601 and $374 each for the 66MHz 601 in quantities of 20,000.', 'The company known as ""PowerPC"" Motorola Inc. will put up price tags of 280 US dollars each for the 50MHz 601 and 374 US dollars each for the 66MHz 601 in quantities of 20,000.', 'Since Motorola Inc. intends to convey the message that PowerPC is a contender for the mass market, this week it will put up price tags of $280 each for the 50MHz 601 and $374 each for the 66MHz 601 in quantities of 20,000.', 'In an effort to convey the message that the PowerPC chip is a contender for the mass market, Motorola Inc will this week put up price tags of $280 each for the 50MHz 601 and $374 each for the 66MHz 601 in quantities of 20,000 units.', 'Motorola Inc wants to reward the mass market for the PowerPC chip for the 50MHz 601 and the 66MHz 601 for 30,000 units with price tags of 280 and 374 dollars respectively.']" -391,"['Instrumatic', 'UK', 'Ltd,', 'Marlow,', 'Buckinghamshire,', 'has', 'launched', ""TSSI's"", 'X-Windows-based', 'Wavemaker', 'graphical', 'test', 'generator', 'for', 'Sun', 'Microsystems', 'Inc', 'and', 'Hewlett-Packard', 'Co', 'platforms.']","[18, 20]",0,hewlett-packard co,"Instrumatic UK Ltd, Marlow, Buckinghamshire, has launched TSSI's X-Windows-based Wavemaker graphical test generator for Sun Microsystems Inc and Hewlett-Packard Co platforms.","[""Instrumatic UK Ltd, Marlow, Buckinghamshire, has launched TSSI's X-Windows based graphical test generator Wavemaker for the Sun Microsystems Inc and Hewlett-Packard Co platforms."", ""Instrumatic UK Ltd, Marlow, Buckinghamshire, has launched TSSI's X-Windows based graphical test generator Wavemaker for the Sun Microsystems Inc and Hewlett-Packard Co platforms."", ""Instrumatic UK Ltd, Marlow, Buckinghamshire, has launched TSSI's X-Windows-based graphics test generator for Sun Microsystems Inc. and Hewlett-Packard Co."", ""Instrumatic UK Ltd, Marlow, Buckinghamshire, has released TSSI's X-Windows based graphical test generator Wavemaker for the Sun Microsystems Inc and Hewlett-Packard Co platforms."", ""Instrumatic UK Ltd., Marlow, Buckinghamshire, has launched TSSI's X-Windows based graphical test generator Wavemaker for the platforms of Sun Microsystems Inc and Hewlett-Packard Co.""]" -392,"['This', 'is', 'partly', 'because', 'Barclays', 'was', 'already', 'conducting,', 'but', 'quite', 'separately,', 'a', 'product-costing', 'exercise.']","[4, 5]",1,barclays,"This is partly because Barclays was already conducting, but quite separately, a product-costing exercise.","['This is partly because Barclays has already undertaken an independent review of product costs.', 'This is partly because Barclays has already undertaken a very independent review of product costs.', 'This is partly because Barclays has already done a cost calculation, albeit entirely independently.', 'This is partly because Barclays has already done a product cost survey, albeit separately.', 'This is partly because Barclays has already done a product cost calculation this year, albeit entirely independently.']" -393,"['As', 'a', 'result,', 'big', 'DRAM', 'producers', 'like', 'Toshiba,', 'Hitachi,', 'Mitsubishi', 'Electric', 'and', 'NEC', 'have', '4-megabit', 'chips', 'piling', 'up', 'in', 'their', 'warehouses,', 'just', 'as', 'they', 'start', 'opening', 'additional', 'factories.']","[9, 11]",0,mitsubishi electric,"As a result, big DRAM producers like Toshiba, Hitachi, Mitsubishi Electric and NEC have 4-megabit chips piling up in their warehouses, just as they start opening additional factories.","['As a result, large DRAM manufacturers such as Toshiba, Hitachi, Mitsubishi Electric, and NEC are stockpiling 4-megabit chips just as they begin to open more factories.', 'As a result, large DRAM manufacturers such as Toshiba, Hitachi, Mitsubishi Electric, and NEC are stacking 4-megabit chips in their warehouses and are just starting to open more factories.', 'As a result, major DRAM manufacturers such as Toshiba, Hitachi, Mitsubishi Electric and NEC are stockpiling 4-megabit chips just as they begin to open more factories.', 'Major manufacturers of DRAM, such as Toshiba, Hitachi, Mitsubishi Electric and NEC, have charged 4-megabit chips in their warehouses just as more factories are about to open.', 'For example, major DRAM manufacturers such as Toshiba, Hitachi, Mitsubishi Electric and NEC are in the process of opening additional factories.']" -394,"['His', 'division', 'is', 'a', 'big', 'supplier', 'of', 'factory', 'painting', 'machinery,', 'particularly', 'to', 'car', 'manufacturers,', 'German', 'customers', '--', 'including', 'Volkswagen,', 'GM/Opel', 'and', 'Ford', '--', 'have', 'slowed', 'investment;', 'managers', 'there', 'say', 'their', 'heavy', 'involvement', 'in', 'eastern', 'Europe', 'is', 'draining', 'funds.']","[21, 22]",0,ford,"His division is a big supplier of factory painting machinery, particularly to car manufacturers, German customers -- including Volkswagen, GM/Opel and Ford -- have slowed investment; managers there say their heavy involvement in eastern Europe is draining funds.","['His department is a major supplier of factory factories, particularly to carmakers; German customers - including Volkswagen, GM / Opel and Ford - have scaled back their investments; their managers there say their heavy exposure to Eastern Europe is weighing on their coffers.', 'Its division is a major supplier of paint shops to factories, particularly car manufacturers, and German customers - including Volkswagen, GM / Opel and Ford - have slowed their investments, with executives there saying their strong exposure to Eastern Europe is earning them money.', 'Its division is an important supplier to the paint industry, particularly to automakers. German customers, including Volkswagen, GM / Opel and Ford, have slowed down their investments.', 'German customers - including Volkswagen, GM / Opel and Ford - have boosted investment in its division, which supplies mainly automakers with factory paint jobs, and executives there say their strong exposure to Eastern Europe has exhausted the funds.', 'Its division is a major supplier of factory closures, particularly to automakers, and German customers - including Volkswagen, General Motors / Opel, and Ford - have slowed investments by companies that executives there say are losing money because of their heavy exposure to Eastern Europe.']" -395,"['The', 'Toshiba', 'America', 'Information', 'Systems', 'Inc', 'unit', 'of', 'Toshiba', 'Corp', 'will', 'begin', 'to', 'market', 'its', 'portable', 'computers', 'in', 'Brazil', 'through', 'local', 'distributor', 'Intercorp', 'Ltda:', 'the', 'company', 'says', 'it', 'is', 'beginning', 'a', 'long-term', 'relationship', 'with', 'Brazil', 'where', 'it', 'will', 'offer', 'its', 'full', 'portable', 'computer', 'product', 'line', '--', 'and', 'the', 'machines', 'will', 'be', 'bang', 'up', 'to', 'date', '--', '""We', 'will', 'not', 'sell', 'discontinued', 'products', 'in', 'Brazil', 'as', 'has', 'been', 'the', 'case', 'with', 'other', 'computer', 'companies,""', 'the', 'company', 'added', 'sniffily.']","[1, 6]",1,toshiba america information systems inc,"The Toshiba America Information Systems Inc unit of Toshiba Corp will begin to market its portable computers in Brazil through local distributor Intercorp Ltda: the company says it is beginning a long-term relationship with Brazil where it will offer its full portable computer product line -- and the machines will be bang up to date --""We will not sell discontinued products in Brazil as has been the case with other computer companies,"" the company added sniffily.","['Toshiba Corp. ""s Toshiba America Information Systems Inc business unit is starting to market its portable computers in Brazil through local distributor Intercorp Ltda: the company says it will enter into a long-term relationship with Brazil, where it will offer its full range of portable computers - and the machines will be state-of-the-art -"" We will not sell continuous products in Brazil, as with other computer companies, ""the company adds mischievously.', 'The Toshiba America Information Systems Inc. division of Toshiba Corp will market its portable computers in Brazil through local distributor Intercorp Ltda: the company says it will enter into a long-term relationship with Brazil, where it will offer its entire range of portable computers - and the machines will be state-of-the-art: ""We will not sell products in Brazil, as has been the case with other computer companies,"" the company added tersely.', 'The division of Toshiba America Information Systems Inc., will market its portable computers in Brazil through local distributor Intercorp Ltda: the company says it is entering into a long-term partnership with Brazil, where it will offer its full range of portable computers - and the machines will always be up to date. ""We will sell some obsolete products in Brazil, as has been the case with other computer companies,"" the company added approvingly.', 'Toshiba America Information Systems Inc., a subsidiary of Toshiba Corp, will market its portable computers in Brazil through local distributor Intercorp Ltda: the company says it is entering into a long-term business relationship with Brazil, where it will offer its entire portfolio of portable computers - and the machines will soon be up-to-date: ""We will sell out-of-stock products in Brazil, as has been the case with other computer companies,"" the company sniffily added.', 'Toshiba Corp. ""s Toshiba America Information Systems Inc. will begin marketing its portable computers in Brazil through its distributor Intercorp Ltda: the company says it will build a long-term relationship with Brazil, where it will offer its entire line of portable computers - and the machines will be state-of-the-art -"" We will not sell discarded products in Brazil, as has been the case with other computer companies, ""the company jokingly adds.']" -396,"['PFU', 'Ltd,', 'another', 'Fujitsu', 'affiliate,', 'will', 'also', 'be', 'selling', 'the', 'machines', 'which', 'will', 'be', 'supported', 'through', 'UPlazas,', ""PFU's"", 'Unix', 'consulting', 'centres.']","[3, 4]",0,fujitsu,"PFU Ltd, another Fujitsu affiliate, will also be selling the machines which will be supported through UPlazas, PFU's Unix consulting centres.","[""PFU Ltd, another subsidiary of Fujitsu, will also sell the machines, which are supported by UFU's Unix consulting centres."", ""PFU Ltd, another subsidiary of Fujitsu, will also sell the machines, which are supported by UFU's Unix consulting centres."", ""PFU Ltd., another subsidiary of Fujitsu, will also sell the machines, which are supported by UPlazas, the PFU's Unix consulting centers."", ""PFU Ltd, another subsidiary of Fujitsu, will also sell the machines, which are supported by UPS, the PFU's Unix consulting centers."", ""PFU Ltd, another Fujitsu shareholding, will sell the machines supported by UFU, the PFU's Unix consultancy.""]" -397,"['Fuji', 'Electric', ',', 'the', 'oldest', 'company', 'in', 'the', 'group,', 'specialises', 'in', 'heavy', 'machinery', 'and', 'semiconductors.']","[0, 2]",0,fuji electric,"Fuji Electric, the oldest company in the group, specialises in heavy machinery and semiconductors.","['Fuji Electric, the oldest company in the group, specialises in heavy machinery and semiconductors.', 'Fuji Electric, the oldest company in the group, specialises in heavy machinery and semiconductors.', 'Fuji Electric, the oldest company in the group, specialises in heavy machinery and semiconductors.', 'Fuji Electric is the oldest company in the group and specialises in heavy machinery and semiconductors.', 'The oldest company in the group, Fuji Electric, specialises in heavy machinery and semiconductors.']" -398,"['I', 'mean', 'The', 'Sun', 'is', 'absolutely', 'I', 'mean', 'I', 'did', 'tr', 'have', 'a', 'go', 'at', 'reading', 'the', 'first', 'one', 'and', 'I', 'thought', 'well', 'I', ""can't"", 'read', 'this', 'trash', 'any', 'longer,', 'think', 'I', 'read', 'two', 'pages.']","[2, 4]",1,the sun,"I mean The Sun is absolutely I mean I did tr have a go at reading the first one and I thought well I can't read this trash any longer, think I read two pages.","[""I mean, The Sun is absolutely I mean, I read the first one and thought, well, I can't read this junk anymore, think I'm reading two pages."", ""I mean, The Sun is absolutely I mean, I tried the first issue and thought I can't read this trash anymore, think I've read two pages."", ""I mean, the sun is absolute I mean I tried it in the first attempt and I thought well I can't read this trash anymore, I think I've read two pages."", ""I mean, The Sun is absolutely I mean, I really struggled with my first attempt and thought I can't read this trash anymore, I think I'm reading two pages."", ""I mean, the sun is absolute, I mean, I tried the first book and thought, I can't read the trash any more, I probably read two pages.""]" -399,"['It', 'makes', 'one', 'wonder', 'how', 'much', 'longer', 'its', 'OEM', 'customer,', 'technology', 'partner', 'and', 'minority', 'shareholder', 'Hewlett-Packard', 'Co', 'is', 'going', 'to', 'wait', 'before', 'buying', 'the', 'company', 'and', 'putting', 'it', 'out', 'of', 'its', 'misery', '--', 'or', 'is', 'it', 'going', 'to', 'stand', 'aside', 'and', 'let', ""Sequoia's"", 'other', 'major', 'partner,', 'Samsung', 'Electronics', 'Co,', 'Seoul,', 'South', 'Korea', 'nip', 'in', 'and', 'snap', 'it', 'up', 'under', 'its', 'nose?']","[15, 17]",1,hewlett-packard co,"It makes one wonder how much longer its OEM customer, technology partner and minority shareholder Hewlett-Packard Co is going to wait before buying the company and putting it out of its misery -- or is it going to stand aside and let Sequoia's other major partner, Samsung Electronics Co, Seoul, South Korea nip in and snap it up under its nose?","[""The question is, how long will its OEM customer, technology partner, and minority shareholder, Hewlett-Packard Co., wait before buying the company and putting it out of its misery - or will it stand aside and let Sequoia's other key partner, Samsung Electronics Co of Seoul, South Korea, suffocate it?"", ""One wonders how long its OEM customer, technology partner, and minority shareholder, Hewlett-Packard Co, will wait before buying the company and putting it out of its misery - or will it stand aside and turn its back on Sequoia's other major partner, Samsung Electronics Co of Seoul, South Korea?"", ""The question is, how long will the OEM customer, technology partner, and minority shareholder Hewlett-Packard Co. wait to buy the company and put it out of its misery - or will it stand aside and let Sequoia's other major partner, Samsung Electronics Co. of Seoul, South Korea, move?"", 'The question is how long will its original supplier, technology partner, and minority shareholder, Hewlett-Packard Corporation, wait before it buys the company and puts it out of its misery - or will it stand aside and fight another key partner of Sequoia, Samsung Electronics Co of Seoul, South Korea?', ""The question is, how long will the OEM customer, technology partner, and minority shareholder Hewlett-Packard Co wait before buying his company and putting it out of its misery - or will he hold back and just let Sequoia's other major partner, Samsung Electronics Co of Seoul, South Korea, run around with it?""]" -400,"['If', 'General', 'Motors,', 'Ford', 'and', 'Chrysler', 'were', 'foolish', 'enough', 'to', 'conspire', 'to', 'fix', 'prices,', 'they', 'would', 'quickly', 'lose', 'market', 'share', 'to', 'Toyota,', 'Volkswagen', 'and', 'Hyundai,', 'at', 'home', 'as', 'well', 'as', 'abroad.']","[22, 23]",0,volkswagen,"If General Motors, Ford and Chrysler were foolish enough to conspire to fix prices, they would quickly lose market share to Toyota, Volkswagen and Hyundai, at home as well as abroad.","['If General Motors, Ford, and Chrysler were foolish enough to conspire to fix prices, they would quickly lose market share at home and abroad to Toyota, Volkswagen, and Hyundai.', 'If General Motors, Ford, and Chrysler were foolish enough to conspire over price fixing, they would quickly lose market share to Toyota, Volkswagen, and Hyundai, both at home and abroad.', 'If General Motors, Ford, and Chrysler were foolish enough to conspire against prices, they would quickly lose market share at home and abroad to Toyota, Volkswagen, and Hyundai.', 'If General Motors, Ford, and Chrysler conspired to collude on prices, they would quickly lose market share at home and abroad to Toyota, Volkswagen, and Hyundai.', 'If General Motors, Ford, and Chrysler were foolish enough to conspire over price, they would quickly lose market share at home and abroad to Toyota, Volkswagen, and Hyundai.']" -401,"['Enabling', 'Mac', 'applications', 'to', 'run', 'on', 'the', 'Intel', 'architecture', 'would', 'be', 'a', 'major', 'task,', 'and', 'it', 'is', 'suggested', 'that', 'the', 'pair', 'may', 'look', 'primarily', 'to', 'the', 'base', 'of', 'Windows', 'applications', 'because', 'while', 'software', 'emulation', 'is', 'feasible,', 'the', 'only', 'efficient', 'way', 'to', 'run', 'Mac', 'applications', 'would', 'be', 'to', 'include', 'a', '68000', 'co-processor.']","[7, 8]",1,intel,"Enabling Mac applications to run on the Intel architecture would be a major task, and it is suggested that the pair may look primarily to the base of Windows applications because while software emulation is feasible, the only efficient way to run Mac applications would be to include a 68000 co-processor.","['Running Mac applications on the Intel architecture would be a big task, and it is suggested that the pair could rely primarily on Windows applications, because although software emulation is feasible, the only efficient way to run Mac applications would be a 68000 co-processor.', 'A major task would be to run Mac applications on the Intel architecture, and it is suggested that the two relate mainly to the base of Windows applications, since software emulation is possible, but the only effective way to run Mac applications is a 68000 co-processor.', 'Running Mac applications on the Intel architecture would be an important thing, and it is suggested that the pair would rely primarily on Windows applications, since even software emulation is feasible, but the only efficient way to run Mac applications would be to integrate a 68000 co-processor.', 'Running Mac applications on the Intel architecture would be a major challenge, and it is suggested that both focus on Windows applications, because even if software emulation is feasible, the only efficient way to bring Mac applications to Dornhan is a 68000 co-processor.', 'It would be a big challenge to run Mac applications on Intel architecture, and it is argued that the two could primarily consider the base of Windows applications, because while software emulation is feasible, the only very efficient way to run Mac applications is to have a 68000 co-processor.']" -402,"['One', 'such', 'is', 'Easy', 'Project,', 'written', 'for', 'the', 'IBM', 'PC', 'and', '100', 'per', 'cent', 'compatible', 'instruments.']","[8, 9]",0,ibm,"One such is Easy Project, written for the IBM PC and 100 per cent compatible instruments.","['One of them is Easy Project, written for the IBM PC and 100% compatible instruments.', 'One of these programs is Easy Project, written for IBM PC and 100% compatible devices.', 'One of them is Easy Project, written for the IBM PC with 100% compatible instruments.', 'So Easy Project is written for the IBM PC and 100% compatible instruments.', 'One of them is Easy Project, written for the IBM PC and 100% compatible instruments.']" -403,"['BA', 'swoop', 'for', 'Aussie', 'rivals']","[0, 1]",1,ba,BA swoop for Aussie rivals,"['BA blow for Australian rivals', 'BA pushes ahead with Australian rivals', ""BA boost for Australia's rivals"", 'BA launches attack on rivals from Australia', 'BA climbs ahead of Australian rivals']" -404,"['As', 'the', 'Fuji', 'pilot', 'was', 'about', 'to', 'take', 'avoiding', 'action,', 'the', 'Cherokee', 'turned', 'right', 'to', 'pass', 'behind', 'the', 'Fuji.']","[2, 3]",1,fuji,"As the Fuji pilot was about to take avoiding action, the Cherokee turned right to pass behind the Fuji.","['When the Fuji pilot tried to swerve, the Cherokee turned right to pass behind the Fuji.', 'When the Fuji pilot tried to swerve, the Cherokee turned right and drove past the Fuji.', 'When the Fuji pilot tried to swerve, the Cherokee turned right to pass behind the Fuji.', 'When the Fuji pilot tried to swerve, the Cherokee turned right to pass behind the Fuji.', 'While the Fuji pilot tried to unload the fuel, the Cherokee turned to the right to overtake behind the Fuji.']" -405,"['Peter', 'Samuel', 'of', 'Kingfisher', 'agreed,', 'having', 'experienced', 'no', 'direct', 'impact', 'on', 'either', 'occasion.']","[3, 4]",0,kingfisher,"Peter Samuel of Kingfisher agreed, having experienced no direct impact on either occasion.","['Peter Samuel of Kingfisher agreed, saying he had seen no direct effects in either case.', ""Kingfisher's Peter Samuel agreed, but said he had seen no direct impact on either occasion."", ""Peter Samuel of Kingfisher agreed, but on both occasions he didn't notice any direct effects."", 'Peter Samuel, the kingfisher, agreed, but had no direct effect in either case.', 'Peter Samuel, of the Ice Master, agreed, saying there had been no direct impact in either case.']" -406,"['Excellent', 'computing', 'facilities', 'ranging', 'from', 'micros', 'and', 'Sun', 'workstations', 'to', 'mainframe', 'parallel', 'computing', 'are', 'available.']","[7, 8]",0,sun,Excellent computing facilities ranging from micros and Sun workstations to mainframe parallel computing are available.,"['Excellent computer equipment - from micro and Sun workstations to parallel mainframes - is available.', 'Excellent computer possibilities from micro and Sun workstations to mainframes with parallel calculations are available.', 'Excellent computing capacities, from micro and Sun bicycle workstations to mainframe computers for parallel computing, are available.', 'The labour market is extraordinarily well equipped, from micro and solar workplaces to mainframe computers.', 'A large number of household appliances can be used each year between EUR 1 million and EUR 100 000.']" -407,"['To', 'say', 'nothing', 'of', 'the', 'cut-price', 'Caribbean', 'cruise,', 'the', 'satellite-TV', 'dish', 'and', 'the', 'fully', 'computerised', 'Cosworth', 'car', 'at', 'a', 'cool', '$25,000', 'from', 'the', 'newly', 'opened', 'Ford', 'dealers.']","[25, 26]",0,ford,"To say nothing of the cut-price Caribbean cruise, the satellite-TV dish and the fully computerised Cosworth car at a cool $25,000 from the newly opened Ford dealers.","['Not to mention the low-cost Caribbean cruise, satellite TV dish and fully automated Cosworth car for a cool $25,000 from the newly opened Ford dealerships.', 'Not to mention the low-cost Caribbean cruise, satellite TV dish and a fully computer-controlled Cosworth car for a cool $25,000 from the newly opened Ford dealerships.', 'Not to mention the low-cost Caribbean cruise, satellite TV and a fully computer-controlled Cosworth car for a cool $25,000 from the newly opened Ford dealerships.', 'Not to mention the inexpensive Caribbean cruise, satellite TV antenna and full-size Cosworth car for a cool $25,000 from the newly opened Ford dealerships.', 'Not to mention an inexpensive Caribbean cruise, the satellite TV dish and the fully computer-controlled Cosworth car with a cool $25,000 at the new Ford dealerships.']" -408,"['The', 'company', 'says', 'that', 'its', 'version', 'of', 'CPI-C', 'ensures', 'programs', 'run', 'on', 'AViiON', 'systems', 'can', 'communicate', 'with', 'applications', 'developed', 'for', 'IBM', ""'s"", 'strategic', 'SAA', 'environments', '--', 'MVS,', 'VM,', 'VSE', '--', 'sort', 'of,', 'OS/400', 'and', 'OS/2', 'for', 'the', 'present.']","[20, 21]",0,ibm,"The company says that its version of CPI-C ensures programs run on AViiON systems can communicate with applications developed for IBM's strategic SAA environments -- MVS, VM, VSE -- sort of, OS/400 and OS/2 for the present.","[""The company announces that its version of CPI-C ensures that programs running on AViiON systems can communicate with applications developed for IBM's strategic SAA environments - such as currently MVS, VM, VSE, OS / 400 and OS / 2."", ""The company emphasizes that the CPI-C version of the program ensures that programs exposed to AViiON systems can communicate with applications developed for IBM's strategic SAA environments - MVS, VM, VSE - such as OS / 400 and OS / 2."", ""The company says its version of CPI-C ensures that affected programs can communicate with applications that have been developed for IBM's strategic SAA environments - MVS, VM, VSE - in a way OS, 400 and OS / 2 for now."", ""The company explains that its version of CPI-C ensures that programs with AViiON system solutions can communicate with applications designed for IBM's strategic SAA environments - MVS, VM, VSE - and thus OS / 400 and OS / 2 for today."", ""The company stresses that its version of the CPI-C ensures that programs running on AViiON systems can communicate with applications for IBM's strategic SAA environments (MVS, VM, VSE, OS / 400 and OS / 2) - so that this application communicates with a previously used operating system.""]" -409,"['Phoenix', 'Computers', 'Ltd,', 'Northampton,', 'UK,', 'is', 'offering', ""Dataram's"", 'DR-6000S', 'memory', 'boards', 'for', ""IBM's"", 'RS/6000', 'series,', 'which', 'increases', 'main', 'memory', 'on', 'the', 'Model', '320', 'from', '8Mb', 'to', '128Mb,', 'and', 'to', '512Mb', 'across', 'the', 'rest', 'of', 'the', 'range:', 'the', 'boards', 'come', 'in', '16Mb', 'and', '64Mb', 'configurations', 'and', 'are', 'claimed', 'to', 'cost', '30%', 'less', 'than', 'IBM', 'options.']","[52, 53]",0,ibm,"Phoenix Computers Ltd, Northampton, UK, is offering Dataram's DR-6000S memory boards for IBM's RS/6000 series, which increases main memory on the Model 320 from 8Mb to 128Mb, and to 512Mb across the rest of the range: the boards come in 16Mb and 64Mb configurations and are claimed to cost 30% less than IBM options.","['Phoenix Computers Ltd, Northampton, UK, offers Dataram DR-6000S memory cards for the IBM RS / 6000 series, which increase the memory volume of the 320 model from 8MB to 128MB and the rest to 512MB: the boards are 16MB and 64MB in size and reportedly cost 30% less than IBM options.', 'Phoenix Computers Ltd, Northampton, UK, offers Dataram\'s DR-6000S Medical RS / 6000 memory cards, which increase the 320 ""s RAM from 8MB to 128MB and the rest of the range to 512MB: the cards are available in 16MB and 64MB configurations and reportedly cost 30% less than IBM options.', ""Phoenix Computers Ltd., Northampton, United Kingdom, offers Dataram's DR-6000S memory cards for IBM's RS / 6000 series, increasing the storage capacity of the 320 model from 8MB to 128MB and over remaining bandwidth to 512MB: the cards are available in 16MB and 64MB configurations and reportedly cost 30% less than IBM options."", ""Phoenix Computers Ltd in Northampton, UK, offers Dataram's DR-6000S memory cards for IBM's RS / 6000 series, which multiply the 320 RAM from 8MB to 128MB and the rest of the IG rack to 512MB: the cards are available in 16MB and 64MB configurations and reportedly cost 30% less than IBM options."", ""Phoenix Computers Ltd, Northampton, GB, offers Dataram's DR-6000S memory cards for IBM's RS / 6000 series. They increase the RAM of the 320 model from 8 to 128 Mb, and in particular to 512 Mb in the rest of the range: the boards will be 16 and 64 Mb in size and are said to be 30 percent cheaper than the IBM options.""]" -410,"['As', 'expected', '(UX', 'No', '386),', 'Olivetti', 'used', 'its', 'event', 'in', 'Rome', 'last', 'week', '--', 'see', 'front', 'page', '--', 'to', 'steal', 'Pyramid', 'Technology', ""Corp's"", 'thunder', 'and', 'introduce', 'a', '24-CPU', 'version', 'of', 'the', 'MIPS', 'R3000-based', 'LSX', '6500', 'transaction', 'processing', 'systems', 'which', 'are', 'rebadged', 'MIServers', 'from', 'the', 'Mountain', 'View,', 'California-based', 'company.']","[5, 6]",1,olivetti,"As expected (UX No 386), Olivetti used its event in Rome last week -- see front page -- to steal Pyramid Technology Corp's thunder and introduce a 24-CPU version of the MIPS R3000-based LSX 6500 transaction processing systems which are rebadged MIServers from the Mountain View, California-based company.","[""As expected (UX # 386) Olivetti used his event in Rome last week - see front page - to steal Pyramid Technology Corp's Thunder and present a version with 24-CPU processor of the MIPS R3000-based transaction processing system LSX 6500, which is supported by MIServers from Mountain View, California."", 'As expected (UX # 386), Olivetti used his event in Rome last week - see front page - to steal the thunder from Pyramid Technology Corp and introduce a 24-CPU version of the transaction processing systems called MIPS R3000-based MIPS servers from Mountain View, California.', ""As expected, Olivetti used his event in Rome last week - see front page - to take the wind out of the sails of his Pyramid Technology Corp and present a 24-CPU version of the LSX 6500 transaction processing system based on MIPS R3000, which has been awarded the company's MIServer label from Mountain View, California."", 'As expected (UX # 386) Olivetti used his event in Rome last week - see front page - to take the fright out of Pyramid Technology Corp and present a 24-CPU version of the LSX 6500 transaction processing systems based on MIPS R3000, which are labeled by the company with a new MIServer.', 'As expected (UX # 386), Olivetti used his event in Rome last week - see above - to put an end to the thunder of Pyramid Technology Corp and present a 24-CPU version of the LSX 6500 transaction processing systems based on MIPS R3000, which was labeled by the Mountain View, California-based company.']" -411,"['But', 'users', 'in', 'the', 'UK', 'now', 'include', 'well', 'known', 'companies', 'such', 'as', 'Castrol,', 'Fiat', 'and', 'Giorgio', 'Beverly', 'Hills', '(see', 'ACCOUNTANCY,', 'May,', 'pp', '102-104).']","[13, 14]",0,fiat,"But users in the UK now include well known companies such as Castrol, Fiat and Giorgio Beverly Hills (see ACCOUNTANCY, May, pp 102-104).","['Users in the UK now include well-known companies such as Castrol, Fiat and Giorgio Beverly Hills (see ACCOUNTANCY, May, pp. 102-104).', 'However, users in the UK now include well-known companies such as Castrol, Fiat and Giorgio Beverly Hills (cf. ACCOUNTANCY, May, pp. 102-104).', 'Users in the UK now include well-known companies such as Castrol, Fiat and Giorgio Beverly Hills (see AKTIEFFocus, May, pp. 102-104).', 'In the UK, however, well-known companies such as Castrol, Fiat and Giorgio Beverly Hills are among the users (see MESS).', 'Within the UK, however, there is now a prominent conglomerate such as Castrol, Fiat and Giorgio Beverly Hills (see ANGboulevard of May pages 102-104).']" -412,"['Arthur', 'Andersen', 'has', 'joined', 'up', 'with', 'Asahi', 'Shinwa', ',', 'Ernst', '&', ""Young's"", 'Japanese', 'affiliate', 'and', 'the', 'second', 'largest', 'auditing', 'firm', 'in', 'the', 'country,', 'in', 'an', 'arrangement', 'that', 'will', 'probably', 'result', 'in', 'a', 'merger.']","[6, 8]",0,asahi shinwa,"Arthur Andersen has joined up with Asahi Shinwa, Ernst & Young's Japanese affiliate and the second largest auditing firm in the country, in an arrangement that will probably result in a merger.","[""Arthur Andersen has teamed up with Asahi Shinwa, Ernst & Young's Japanese partner and the country's second-largest accounting firm, to bring about a merger."", ""Arthur Andersen is close to a deal with Asahi Shinwa, the Japanese subsidiary of Ernst & Young and the country's second-largest auditor, that is likely to lead to a merger."", ""Arthur Andersen has teamed up with Japan's Ernst & Young and the country's second-largest accounting firm, Asahi Shinwa, and the deal is expected to lead to a merger."", ""Arthur Andersen has teamed up with the Japanese arm of Ernst & Young, the country's second-largest accounting firm, Asahi Shinwa, to sign the deal, which is likely to involve a merger."", ""Arthur Andersen has reached an agreement with Asahi Shinwa, a Japanese partner of Ernst & Young Group and the country's second-largest accounting firm, which is likely to lead to a merger.""]" -413,"['Trumpets', 'sounded,', 'press-men', 'hoisted', 'their', 'notebooks', 'and', 'their', 'Kodaks', ',', 'and', 'cinema', 'newshounds', 'began', 'to', 'crank', 'the', 'handles', 'of', 'their', 'cameras.']","[8, 9]",1,kodaks,"Trumpets sounded, press-men hoisted their notebooks and their Kodaks, and cinema newshounds began to crank the handles of their cameras.","['Trumpets sounded, members of the press lifted up their notebooks and Kodaks, and cinema coverage began to crank up with the handles of their cameras.', 'Trumpets sounded, press representatives tugged at their notebooks, and their Kodaks and movie news began to spin on the handles of their cameras.', 'Trumpets sounded, journalists pulled out their notebooks and Kodaks, and film journalists began to move the handles of their cameras.', 'Trumpets sounded, members of the press pulled out their notebooks and Kodaks, and cinema newspapers began cranking up the handles of their cameras.', 'Trumpets sounded, members of the press pulled out their notebooks and Kodak, and scenes from the cinema began to capture their cameras.']" -414,"['The', 'company', 'has', 'only', 'two', 'attractive', 'businesses', 'now,', 'the', 'AS/400', 'at', '$14,000m', 'or', 'so', 'a', 'year,', 'and', 'the', 'RS/6000,', 'at', 'barely', '$2,000m', '--', 'which', 'means', 'that', 'in', 'the', 'rankings', 'above,', 'the', 'truly', 'viable', 'computer', 'businesses', 'of', 'IBM', 'lie', 'between', 'Hewlett-Packard', 'and', 'DEC.']","[39, 40]",1,hewlett-packard,"The company has only two attractive businesses now, the AS/400 at $14,000m or so a year, and the RS/6000, at barely $2,000m -- which means that in the rankings above, the truly viable computer businesses of IBM lie between Hewlett-Packard and DEC.","[""Today, there are only two attractive companies left - the AS / 400, with an annual turnover of about $14,000 million, and the RS / 6000, with just under $2,000 million - which means that IBM's truly viable computer business ranks between Hewlett-Packard and DEC at the top."", ""The company now has only two attractive companies left, AS / 400 at about $14,000 million a year and RS / 6000 at just under $2 billion - meaning that IBM's truly profitable computer business is in the top ranking between Hewlett-Packard and DEC."", ""Currently, the company has only two attractive divisions, AS / 400 for about $14,000 a year and RS / 6000 for just under $2,000 - making IBM's truly profitable computer business in the ranking above between Hewlett-Packard and DEC."", ""Today, the company has only two attractive companies: AS / 400 for about $14,000 a year, and RS / 6000 for just under $2,000 million - meaning that IBM's truly viable computer companies are at the forefront of Hewlett-Packard and DEC."", ""The company currently holds only two attractive companies: the AS / 400 for $14,000 and the RS / 6000 for $2,000, meaning that IBM's truly dynamic computer business lies in the placements mentioned above between Hewlett-Packard and DEC.""]" -415,"['""With', 'its', 'comprehensive', 'specification', 'and', 'competitive', 'pricing,', 'Safrane', 'will', 'pitch', 'Renault', 'at', 'the', 'head', 'of', 'the', 'volume', 'executive', 'sector', 'for', 'the', 'first', 'time.""']","[10, 11]",0,renault,"""With its comprehensive specification and competitive pricing, Safrane will pitch Renault at the head of the volume executive sector for the first time.""","['""With its extensive specifications and competitive prices, Safrane will lead Renault to the top of the volume class for the first time.""', '""With its comprehensive specification and competitive prices, Safrane will catapult Renault to the top of the volume sector for the first time.""', '""With its comprehensive specifications and competitive prices, Safrane will put Renault at the forefront of volume development in Europe for the first time.""', '""With its comprehensive equipment and competitive prices, Safrane will for the first time place Renault at the forefront of the mass production industry.""', '""Safrane will be a Renault at the forefront of volume products for the first time thanks to its comprehensive specification and competitive prices.""']" -416,"['Japanese', 'computer', 'firms', 'such', 'as', 'Fujitsu,', 'Hitachi', 'and', 'Nippon', 'Electric', '(NEC),', 'which', 'are', 'competing', 'with', 'Us', 'firms', 'to', 'build', 'the', ""world's"", 'fastest', '""supercomputer""', 'have', 'also', 'expressed', 'interest', 'in', 'using', 'the', 'idea', 'to', 'develop', 'an', 'optical', 'processing', 'technology.']","[8, 10]",0,nippon electric,"Japanese computer firms such as Fujitsu, Hitachi and Nippon Electric (NEC), which are competing with Us firms to build the world's fastest""supercomputer"" have also expressed interest in using the idea to develop an optical processing technology.","['Japanese computer companies such as Fujitsu, Hitachi and Nippon Electric (NEC), which are competing with us to build the world\'s fastest ""supercomputer,"" have also expressed interest in turning the idea into optical processing technology.', 'Japanese computer companies such as Fujitsu, Hitachi and Nippon Electric (NEC), which are competing with us to build the world\'s fastest ""supercomputer,"" have also expressed interest in developing optical processing technology with this idea.', 'Japanese computer companies such as Fujitsu, Hitachi and Nippon Electric (NEC), which are competing with US companies to build the world\'s fastest ""supercomputer,"" have also expressed interest in developing optical process technology.', 'Japanese computer companies such as Fujitsu, Hitachi and Nippon Electric (NEC), which are competing with us for the world\'s fastest ""supercomputer,"" have also expressed an interest in developing optical technology.', 'Japanese computer companies such as Fujitsu, Hitachi and Nippon Electric (NEC), which are competing with us to build the world\'s fastest ""supercomputer,"" were interested in developing optical processing technology.']" -417,"['Cisco', 'and', 'SynOptics', 'see', 'network', 'management', 'as', 'the', 'most', 'efficient', 'way', 'to', 'produce', 'this', 'integration.']","[0, 1]",1,cisco,Cisco and SynOptics see network management as the most efficient way to produce this integration.,"['Cisco and SynOptics see network management as the most efficient way to achieve this integration.', 'Cisco and SynOptics see network management as the most efficient way to achieve this integration.', 'Cisco and SynOptics see network management as the most efficient way to achieve this integration.', 'Cisco and SynOptics see network management as the most efficient way to realize this integration.', 'Cisco and SynOptics see network management as the most efficient way to achieve this integration.']" -418,"[""McDonald's"", 'finally', 'bowed', 'to', 'consumer', 'pressure', 'and', 'announced', 'the', 'abolition', 'of', 'the', 'polystyrene', 'boxes', 'that', 'contain', 'its', 'hamburgers.']","[0, 1]",1,mcdonald's,McDonald's finally bowed to consumer pressure and announced the abolition of the polystyrene boxes that contain its hamburgers.,"[""McDonald's finally bowed to consumer pressure and announced the abolition of polystyrene boxes containing its hamburgers."", ""McDonald's eventually bowed to consumer pressure and announced it was scrapping polystyrene boxes containing its hamburgers."", ""McDonald's finally bowed to consumer pressure and announced the removal of the styrofoam boxes that contain its burgers."", ""McDonald's eventually bowed to consumer pressure and announced it would remove the Styrofoam boxes containing its hamburgers."", ""McDonald's finally bowed to consumer pressure and announced the abolition of the polystyrene boxes in which its hamburgers were cooked.""]" -419,"['Volvo', 'claims', 'its', '400-series', 'saloons,', 'hatchbacks', 'and', 'coupes', 'will', 'be', 'the', 'first', 'mid-price', 'cars', 'available', 'with', 'an', 'airbag', 'option', 'from', 'later', 'this', 'month.']","[0, 1]",1,volvo,"Volvo claims its 400-series saloons, hatchbacks and coupes will be the first mid-price cars available with an airbag option from later this month.","['According to Volvo, the 400 Series saloons, hatchbacks and coupés are the first mid-size models to be offered with an airbag option from the end of the month.', 'Volvo wants its 400 Series sedans, hatchbacks and coupes to be the first mid-size cars to be available with an airbag option later this month.', 'According to Volvo, the 400 Series saloons, hatchbacks and coupés are the first mid-size cars to be available with an airbag option from the end of the month.', 'Volvo plans to launch the first mid-size models with an airbag option at the end of the month with the 400 Series sedans, hatchbacks and coupés.', 'Volvo expects the 400 Series sedans, hatchbacks and coupes to be available by the end of the month as the first mid-size cars with an airbag option.']" -420,"['Most', 'of', 'its', 'products', 'blend', 'Microsoft', ""'s"", 'software', 'skills', 'with', 'text,', 'pictures,', 'music', 'and', 'speech,', 'all', 'colourfully', 'crammed', 'on', 'to', 'a', '""multimedia""', 'CD-ROM.']","[5, 6]",0,microsoft,"Most of its products blend Microsoft's software skills with text, pictures, music and speech, all colourfully crammed on to a""multimedia"" CD-ROM.","['Most of its products fuse Microsoft\'s software capabilities with text, images, music, and language, which have been colorfully crammed into a ""multimedia"" CD-ROM.', 'Most of its products blend Microsoft\'s software with text, images, music and language, which are colorfully compressed into a ""multimedia"" CD.', 'Most of its products combine Microsoft\'s software capabilities with text, images, music, and voice - all in bright colors on a ""multimedia"" CD-ROM.', 'Most of the Microsoft software is combined with text, images, music and language, all held together in colourful colours on a ""multimedia"" CD-ROM.', 'Most of its products mix Microsoft\'s software with text, images, music and voice, all colorful and crammed on a ""multimedia"" CD-ROM.']" -421,"['Feeling', 'lost', 'in', 'the', 'fast-moving', 'world', 'of', 'IBM', '?']","[7, 8]",0,ibm,Feeling lost in the fast-moving world of IBM?,"['Feeling lost in the fast-moving world of IBM?', 'Feeling lost in the fast-moving world of IBM?', 'Feeling lost in the rapidly changing world of IBM?', 'Feeling lost in the rapidly evolving world of IBM?', ""Feeling lost in IBM's fast-spinning environment?""]" -422,"['The', 'board', 'revealed', 'it', 'had', 'established', 'a', 'sub-committee', '""to', 'progress', 'the', 'recruitment', 'of', 'a', 'group', 'chief', 'executive', 'from', 'outside', 'the', 'Barclays', 'Group', '"".']","[20, 22]",1,barclays group,"The board revealed it had established a sub-committee""to progress the recruitment of a group chief executive from outside the Barclays Group"".","['The board said it had set up a sub-committee ""to drive forward the recruitment of a non-Barclays group chief executive.""', 'The board said it had set up a subcommittee ""to drive forward the recruitment of a non-Barclays chief executive.""', 'The board said it had formed a subcommittee ""to drive forward the hiring of a non-Barclays chief executive.""', 'The board announced it had set up a sub-committee to ""drive forward the recruitment of a group leader outside Barclays Group.""', 'The board said it had formed a sub-committee ""to drive forward the recruitment of a manager from outside the Barclays Group.""']" -423,"['The', 'dispute,', 'which', 'also', 'affected', 'the', ""firm's"", 'other', 'factories,', 'cost', 'Renault', 'an', 'estimated', 'F1,400', 'million', '(about', 'US$251', 'million)', 'and', 'caused', 'production', 'losses', 'of', '70,000', 'cars.']","[10, 11]",0,renault,"The dispute, which also affected the firm's other factories, cost Renault an estimated F1,400 million (about US$251 million) and caused production losses of 70,000 cars.","[""The dispute, which also affected the company's other plants, cost Renault an estimated 1.4 billion Swiss francs (about $251 million) and caused production losses of 70,000 cars."", ""The litigation, which also affected other of the company's plants, cost Renault an estimated 1.4 billion Swiss francs (about $251 million) and caused production losses of 70,000 vehicles."", 'The dispute, which also affected other plants in the group, cost Renault an estimated FZF 1.4 million (about $251 million) and led to production losses of 70,000 cars.', 'The dispute, which also affected other plants in the 1950s, cost Renault an estimated 1,400 million francs (about $251 million) and caused production losses of 70,000 cars.', ""The dispute, which also affected the company's other plants, has cost Renault an estimated SFr1,400 million (about $251 million) and caused production losses of 70,000 cars.""]" -424,"['The', 'most', 'widespread', 'type', 'of', 'computer', 'in', 'small', 'businesses', '--', 'the', 'IBM', 'compatible', 'PC', '--', 'can', 'back', 'up', 'in', 'several', 'ways.']","[11, 12]",1,ibm,The most widespread type of computer in small businesses -- the IBM compatible PC -- can back up in several ways.,"['The most common computer type in small businesses - the IBM-compatible PC - can be backed up in several ways.', 'The most widely used form of computer in small businesses - the IBM-compatible PC - can be backed up in several ways.', 'The most popular type of computer in small businesses - the IBM-compatible PC - can be backed up in several ways.', 'The most common computer type in the small economy - the IBM-compatible PC - can be backed up in various ways.', 'The type of computer common in small businesses - the IBM-compatible PC - can be backed up in several ways.']" -425,"[""Sainsbury's"", ',', 'ranking', '17', 'in', 'The', 'Times', '1000', 'with', '82', '000', 'employees,', 'when', 'considering', 'appointing', 'a', 'senior', 'departmental', 'director,', 'chose', 'to', 'use', 'headhunters', 'for', '""political', 'reasons', 'rather', 'than', 'convenience', 'or', 'speed""', 'because', 'they', 'could', 'then', 'be', 'informed', 'in', 'detail', 'about', 'the', 'market', 'for', 'candidates.']","[0, 1]",1,sainsbury's,"Sainsbury's, ranking 17 in The Times 1000 with 82 000 employees, when considering appointing a senior departmental director, chose to use headhunters for""political reasons rather than convenience or speed"" because they could then be informed in detail about the market for candidates.","['Sainsbury\'s, which ranked 17th in the Times 1000 with 82,000 staff, opted for headhunters when appointing a senior manager ""for political reasons, not convenience or speed,"" as they could then get detailed information about the candidate market.', 'Sainsbury\'s, which is ranked 17th in the Times with 82,000 staff, has decided to employ headhunters when appointing a senior director ""for political reasons"" because it would provide detailed information about the recruitment market.', 'Sainsbury\'s, which employs 82,000 people, is one of 17 companies in the Times 1000 that have decided to appoint a senior executive as their first candidate, with headhunters being used ""for political reasons rather than convenience or speed"" because they can then get detailed information about the job market.', 'Sainsbury\'s, ranked 17th in the Times 1000 with 82,000 staff, decided to appoint a division head ""for political reasons, not convenience or speed,"" because it would then be able to provide detailed information on the market for candidates.', 'Ms Sainsbury\'s, which Reuters rates 17th in The Times with 82,000 staff, chose headhunters for ""political reasons rather than convenience or speed"" when appointing a senior executive because they could then get detailed information about the candidate market.']" -426,"['As', 'a', 'result', 'of', 'employee', 'opinions,', 'IBM', 'changed', 'its', 'policy,', 'and', 'now', 'people', 'at', 'Greenock', 'smoke', 'in', 'designated', 'areas', 'only.']","[6, 7]",1,ibm,"As a result of employee opinions, IBM changed its policy, and now people at Greenock smoke in designated areas only.","['Because of staff opinion IBM changed its policy and today people in Greenock smoke only in designated areas.', 'Based on employee opinions, IBM changed its business policy, and employees in Greenock smoked only in designated areas.', 'As a result of staff opinion IBM changed its policy and now people in Greenock smoke only in designated areas.', 'Based on the opinion of employees, IBM changed its policy and now only smokes in designated areas in Greenock operations.', 'As a result of the opinions expressed, IBM changed its policy so that Greenock pubs only smoke in certain areas.']" -427,"['In', 'Compaq', 'Computer', 'Corp.', 'v', 'Dell', 'Computer', 'Corp.', 'Ltd.', '[', '1992', '],', 'discussed', 'earlier', 'in', 'this', 'chapter,', 'it', 'was', 'held', 'that', 'there', 'was', 'an', 'arguable', 'case', 'of', 'trade', 'libel', 'because', 'the', 'computer', 'systems', 'compared', 'were', 'materially', 'different', 'and', 'the', 'representations', 'as', 'to', 'price', 'were', 'misleading', 'and', 'not', 'justified.']","[5, 9]",0,dell computer corp. ltd.,"In Compaq Computer Corp. v Dell Computer Corp. Ltd. [ 1992 ], discussed earlier in this chapter, it was held that there was an arguable case of trade libel because the computer systems compared were materially different and the representations as to price were misleading and not justified.","['In Compaq Computer Corp. v. Dell Computer Corp. Ltd. [1992], referred to in this chapter, it was argued that there was a contentious case of commercial defamation because the computer systems compared were significantly different and the prices quoted were misleading and unjustified.', 'In Compaq Computer Corp. v. Dell Computer Corp. Ltd. [1992], which had already been explained in this chapter, it was established that there was a contentious case of defamation because the computer systems were significantly different and the representations regarding the price were misleading and unjustified.', 'In Compaq Computer Corp v. Dell Computer Corp Ltd. [1992], previously covered in this chapter, it was stated that there was a reasonable case of defamation because the computer systems compared are substantially different and the price announcements are misleading and unjustified.', 'In Compaq Computer Corp. v. Dell Computer Corp. Ltd. [1992], which was also discussed before this chapter, it was stated that there was a contentious case of commercial defamation because the computer systems compared were fundamentally different and the price representations were misleading and unjustified.', 'In Compaq Computer Corp v. Dell Computer Corp. Ltd. [1992], previously discussed in this chapter, Campok argues that there is a contentious case of commercial defamation because the computer systems were materially unequal and the pricing information was misleading and unjustified.']" -428,"['The', 'agreement', 'sought', 'to', 'break', 'down', 'Ford', ""'s"", 'rigid', 'bureaucratic', 'system', 'of', 'categorizing', 'semi-skilled', 'production', 'work', 'and', 'the', 'craft', 'demarcations', 'it', 'had', 'inherited', 'from', 'craft', 'unionism.']","[6, 7]",0,ford,The agreement sought to break down Ford's rigid bureaucratic system of categorizing semi-skilled production work and the craft demarcations it had inherited from craft unionism.,"[""The agreement aimed to break Ford's rigid bureaucratic system of distinguishing between unskilled production labor and the handicraft restrictions it had inherited from the unions."", ""The agreement was intended to break Ford's rigid bureaucratic system of classifying unskilled manufacturing labor and the craftsmanship boundaries he inherited from the trades union."", ""The agreement was intended to overcome Ford's rigid bureaucratic system of categorizing stale productive labor and the artisanal delimitation it inherited from union aspirations."", ""The agreement was aimed at breaking Ford's rigid bureaucratic system of categorizing construction and plant-related production labor and breaking down the craftsmanship boundaries that the plant had inherited from the union."", ""The agreement aimed to make Ford's rigid bureaucratic system of categorizing learned production labor tangible and to distinguish itself from the artisanal roots of trade union trade.""]" -429,"['Matsushita', 'researchers', 'have', 'developed', '""beam', 'cursor""', 'software', 'for', 'the', 'interface', 'of', 'the', 'stylus', 'beam', 'with', 'the', 'objects', 'displayed,', 'which', 'is', 'also', 'used', 'for', 're-orientation', 'of', 'the', 'entire', 'room', 'itself.']","[0, 1]",0,matsushita,"Matsushita researchers have developed""beam cursor"" software for the interface of the stylus beam with the objects displayed, which is also used for re-orientation of the entire room itself.","['Matsushita researchers have developed a ""beam cursor"" software for the interface of the stylus bar with the objects depicted, which is also used to reorient the entire room.', 'For the interface of the pin strip with the objects depicted, the Matsushita researchers have developed a ""beam cursor software,"" which is also used to reorient the entire room.', 'The Matsushita researchers developed the so-called ""beam cursor software"" for the interface of the pen wheel with the objects depicted, which is also used to realign the entire room.', 'The Matsushita researchers have developed the software ""Beam Cursor,"" which is also used for the realignment of the entire room as an interface between the pen bar and the objects depicted.', 'The Matsushita researchers have developed software that aligns the ingot to the object and also realigns the entire room.']" -430,"['Responding', 'to', 'what', 'they', 'say', 'are', 'inaccurate', 'press', 'stories', '--', 'which', 'we', 'have', 'not', 'seen', '--', 'Micro', 'Focus', 'Plc', 'has', 'issued', 'a', 'statement', 'with', 'Microsoft', ""Corp's"", 'concurrence,', 'saying', 'that', 'their', 'current', 'agreement', 'between', 'will', 'expire', 'on', 'September', '30,', 'but', 'that', 'both', 'want', 'to', 'continue', 'their', 'business', 'relationship', 'into', 'the', 'future', 'and', 'are', 'exploring', 'the', 'terms', 'for', 'the', 'new', 'agreement;', 'as', 'if', 'to', 'emphasise', 'the', 'point,', 'Microsoft', 'yesterday', 'announced', 'shipment', 'of', 'Microsoft', 'Cobol', 'professional', 'development', 'system', 'version', '5.0', 'for', 'Windows,', 'with', 'support', 'for', 'the', 'Visual', 'Basic', 'programming', 'system', 'for', 'Windows', 'and', 'embedded', 'structure', 'query', 'language;', 'it', 'says', 'the', 'new', 'release', 'incorporates', 'the', 'latest', 'version', 'of', 'the', 'Micro', 'Focus', 'compiler,', 'and', 'creates', 'executable', 'files', 'faster', 'and', 'smaller', 'than', 'previous', 'releases;', 'it', 'is', '$900,', 'now.']","[65, 66]",1,microsoft,"Responding to what they say are inaccurate press stories -- which we have not seen -- Micro Focus Plc has issued a statement with Microsoft Corp's concurrence, saying that their current agreement between will expire on September 30, but that both want to continue their business relationship into the future and are exploring the terms for the new agreement; as if to emphasise the point, Microsoft yesterday announced shipment of Microsoft Cobol professional development system version 5.0 for Windows, with support for the Visual Basic programming system for Windows and embedded structure query language; it says the new release incorporates the latest version of the Micro Focus compiler, and creates executable files faster and smaller than previous releases; it is $900, now.","['Micro Focus Plc has responded to their statements with inaccurate press releases that we have not seen. Micro Focus Plc has issued a statement with which Microsoft Corp. agrees, stating that the current agreement between the company expires on September 30, but both intend to continue their business relationship in the future and explore the terms of the new agreement. In addition, Microsoft yesterday announced the delivery of Microsoft Cobol version 5.0 of the Professional Development System for Windows with support for the Visual Basic programming system for Windows and the query language for the embedded structure.', 'In response to inaccurate press releases - which we have not seen yet - Micro Focus Plc, with the consent of Microsoft Corp, has issued a statement that their current agreement expires on September 30, but that both intend to continue their business relationship into the future and explore the terms of the new agreement; as if Microsoft had announced yesterday the delivery of Microsoft Cobol Professional Development System Version 5.0 on Windows, with support for the Visual Basic programming system for Windows and the embedded structuring query language. It is said that the new version includes the latest version of the Micro Focus Compiler and expects executable files to be faster and smaller than previous versions and now worth $900.', 'Micro Focus Plc, with the approval of Microsoft Corp, has issued a statement stating that the current agreement between the two expires on September 30, but both want to continue their business relationship in the future and explore the terms of the new agreement; as if Microsoft announced yesterday the delivery of Microsoft Cobol version 5.0 of the Windows Professional Development System with support for the Windows Visual Basic programming system and embedded structure query language; < unk > said that this new version includes the latest version of the Micro Focus compiler and creates detailed files faster and smaller than previous versions; it now costs $900.', 'In response to their statements, inaccurate press releases -- which we have not seen yet -- Micro Focus Plc also issued a statement that the current Microsoft Corp agreement expires on September 30, but that both intend to continue their business relationship and investigate the terms of the new agreement. As if to underscore this, Microsoft yesterday announced the delivery of a version of the Microsoft Cobol system for professional development of Windows 5.0, with support for Visual Basic, the programming system for Windows and the language of the embedded query structure; the new version includes the latest version of the Micro Focus compiler and generates executable files faster and smaller than previous versions; now it is $900.', ""To counter false press reports that have not been reported, Micro Focus Plc released a statement with Microsoft Corp's consent, in which both announced that their current agreement expires on September 30 to continue their business relationship into the future. To underscore these points, Microsoft yesterday announced the shipment of Microsoft Cobol Professional Development System in version 5.0 for Windows with support for the Windows Visual Basic programming system and embedded Virtual Structural Survey and Compiler Language. According to this, the new version includes the latest version of the Micro Focus Compiler, which will generate executables faster and smaller than previous releases, which amount to $900.""]" -431,"[""it's"", 'Woolworths', 'make,', 'you', 'getting', 'some?']","[1, 2]",0,woolworths,"it's Woolworths make, you getting some?","['Do they make Woolworths, do they get them?', ""It's Woolworths that you get what?"", 'Woolworths does that, which one do you get?', 's Woolworths, will you get one?', 'Woolworths, will you get one?']" -432,"['After', 'the', 'war', 'many', 'other', 'sides', 'enjoyed', 'Portuguese', 'hospitality;', 'The', 'Law', 'Society,', 'Eton', 'Ramblers,', 'Dorset', 'Rangers,', 'British', 'Airways', ',', 'The', 'Frogs,', 'Tom', ""Pierce's"", 'Wine', 'Trade', 'XI', '(sic,)', 'and', 'Rhodesian', 'Ridgebacks', 'were', 'among', 'the', 'clubs', 'making', 'annual', 'visits.']","[16, 18]",1,british airways,"After the war many other sides enjoyed Portuguese hospitality; The Law Society, Eton Ramblers, Dorset Rangers, British Airways, The Frogs, Tom Pierce's Wine Trade XI (sic,) and Rhodesian Ridgebacks were among the clubs making annual visits.","[""After the war, many other places enjoyed Portuguese hospitality. The Law Society, Eton Ramblers, Dorset Rangers, British Airways, The Frogs, Tom Pierce's Wine Trade XI (sic) and Rhodesian Ridgebacks were among the clubs visited annually."", ""After the war, many other sites enjoyed Portuguese hospitality; the Law Society, Eton Ramblers, Dorset Rangers, British Airways, The Frogs, Tom Pierce's Wine Trade XI (sic) and Rhodesian Ridgebacks were just some of the clubs they visited annually."", ""Portuguese hospitality was enjoyed by many other sides after the war; The Law Society, Eton Ramblers, Dorset Rangers, British Airways, The Frogs, Tom Pierce's Wine Trade XI (sic) and Rhodesian Ridgebacks were among the clubs visited every year."", ""After the war, some other sites enjoyed Portuguese hospitality. The Law Society, Eton Ramblers, Dorset Rangers, British Airways, The Frogs, Tom Pierce's Wine Trade XI (sic) and Rhodesian Ridgebacks were among the clubs that received annual visits only."", ""After the war, Portuguese hospitality established itself on many other pages; annual visits included the Law Society, Eton Ramblers, Dorset Rangers, British Airways, The Frogs, Tom Pierce's Wine Trade XI (sic) and Rhodesian Ridgebacks.""]" -433,"['A', 'similar', 'but', 'somewhat', 'more', 'conventionally', 'presented', 'set', 'of', 'controls', 'is', 'also', 'available', 'on', 'the', ""system's"", 'remote', 'control', 'handset', '(an', 'extra', 'cost', 'item),', 'an', 'unusually', 'well', 'built', 'device', 'which', 'does', 'not', 'come', 'from', 'the', 'Philips', 'parts', 'bin,', 'though', 'it', 'does', 'obey', 'Philips', 'commands.']","[41, 42]",1,philips,"A similar but somewhat more conventionally presented set of controls is also available on the system's remote control handset (an extra cost item), an unusually well built device which does not come from the Philips parts bin, though it does obey Philips commands.","[""A similar but somewhat conventionally presented control is also available on the system's handset (two additional costs), an unusually well-built device that does not come from the Philips parts container but follows Philips commands."", 'A similar, but slightly more conventional control is also available on the handheld with the system\'s remote control (at an additional cost) - an unusually well-crafted device that does not come from Philips ""trash can, though it also obeys Philips"" commands.', 'A similar but more conventional control unit is also available on the handset (at an additional cost), an unusually well-built device that does not come out of Philips dustbin, but obeys Philips commands.', 'A similar but slightly more conventional system is also available on the (extra charge) special remote control - an unusually well-built device that does not come from Philips parts but follows Philips commands.', 'A similar but slightly more conventional control unit is available from System Conference Telephone (sold separately), an exceptionally well-built device that does not come from the Philips auxiliary container but follows Philips commands.']" -434,"['DB2/6000', 'is', 'accompanied', 'by', 'Distributed', 'Database', 'Connection', 'Services,', 'which', 'provides', 'support', 'for', 'IBM', ""'s"", 'Distributed', 'Relational', 'Database', 'Architecture,', 'and', 'the', 'two', 'enable', 'the', 'RS/6000', 'to', 'participate', 'in', 'a', 'distributed', 'schema', 'with', 'DB2', 'on', 'IBM', 'mainframes,', 'the', 'OS/400', 'database,', 'and', 'DB/2.']","[12, 13]",0,ibm,"DB2/6000 is accompanied by Distributed Database Connection Services, which provides support for IBM's Distributed Relational Database Architecture, and the two enable the RS/6000 to participate in a distributed schema with DB2 on IBM mainframes, the OS/400 database, and DB/2.","[""DB2 / 6000 is supported by the distributed database connection services that support IBM's Distributed Relational Database Architecture, and these allow the RS / 6000 to participate in a distributed schema with DB2 on IBM mainframes, the OS / 400 database, and DB / 2."", ""DB2 / 6000 is accompanied by Distributed Database Connection Services, which support IBM's Distributed Relational Database Architecture, and both allow the RS / 6000 to later participate in the distributed schema with DB2 on IBM mainframes, the OS / 400 database, and DB / 2."", ""DB2 / 6000 is supported by Distributed Database Connection Services, which support IBM's Distributed Relational Database Architecture, and both allow the RS / 6000 to participate in a distributed schema with DB2 on IBM mainframes, the operating system / 400 database, and DB / 2."", ""DB2 / 6000 is supported by the Distributed Database Connection Services, which support IBM's Distributed Relational Database Architecture, and these two tools allow the RS / 6000 to participate in distributed schemas with DB2 on IBM mainframes, the OS / 400 database, and DB / 2."", ""DB2 / 6000 is accompanied by Distributed Database Connection Services, a system for connecting functional databases to distributed databases that supports IBM's Distributed Relative Database Architecture. Both allow the RS / 6000 to participate in a distributed DB2 architecture on IBM mainframes, the OS / 400 database, and DB / 2.""]" -435,"['The', 'three', 'companies', 'have', 'been', 'hammering', 'out', 'their', 'understanding', 'over', 'the', 'last', 'few', 'weeks:', 'AT&T', 'and', 'USL', 'have', 'sought', 'and', 'reportedly', 'received', 'personal', 'assurances', 'from', 'Novell', 'chief', 'Ray', 'Noorda', 'of', 'the', 'continued', 'independence', 'of', 'Unix', 'and', 'the', 'observation', 'of', 'the', 'proprieties', 'of', 'open', 'systems,', 'neutrality', 'and', 'level', 'playing', 'fields.']","[14, 15]",1,at&t,"The three companies have been hammering out their understanding over the last few weeks: AT&T and USL have sought and reportedly received personal assurances from Novell chief Ray Noorda of the continued independence of Unix and the observation of the proprieties of open systems, neutrality and level playing fields.","['The three companies have worked out their understanding intensively in recent weeks: AT & T and USL have demanded and purportedly received personal assurances from Novell CEO Ray Noorda about the continued independence of Unix and respect for open system ownership, neutrality and a level playing field.', 'In recent weeks, the three companies have made clear their understanding, with AT & T and USL demanding personal assurances from Novell CEO Ray Noorda that Unix would remain independent and that the principles of open systems, neutrality and a level playing field would be respected.', 'In recent weeks, the three companies have asked for understanding: AT & T and USL have reportedly given personal assurances from Novell CEO Ray Noorda about the continued independence of Unix and observing the specifics of open systems, neutrality and a level playing field.', ""In recent weeks, the three companies have brought their understanding of the problem to the fore: AT & T and USL have demanded, and purportedly received, personal assurances from Novell CEO Ray Noorda about Unix's continued independence and adherence to the principles of open systems, neutrality and a level playing field."", 'The three companies have sought understanding in recent weeks: On the one hand, AT & T and USL have received personal assurances from Novell CEO Ray Noorda about the continued independence of Unix and the adherence to the principles of ""Neill\'s, open systems, neutrality and a level playing field.']" -436,"['That', 'is', 'Barclays', 'International', 'in', 'the', 'City,', ""isn't"", 'it?']","[2, 4]",1,barclays international,"That is Barclays International in the City, isn't it?","[""That's Barclays International in the City, isn't it?"", ""That's Barclays International in the City, isn't it?"", ""That's Barclays International in the City, isn't it?"", ""That's Warren Buffet, Barclays International in the City, isn't it?"", ""So that's Barclays International in the City, isn't it?""]" -437,"['Compaq', 'Computer', 'Corp', 'and', 'Microsoft', 'Corp', 'came', 'together', 'in', 'Washington', 'yesterday', 'to', 'announce', 'that', 'they', 'have', 'entered', 'into', 'a', 'comprehensive', 'agreement', 'to', 'develop', 'new', 'products', 'and', 'markets', 'and', 'to', 'make', 'personal', 'computers', 'easier', 'to', 'use.']","[0, 3]",1,compaq computer corp,Compaq Computer Corp and Microsoft Corp came together in Washington yesterday to announce that they have entered into a comprehensive agreement to develop new products and markets and to make personal computers easier to use.,"['Compaq Computer Corp and Microsoft Corp met yesterday in Washington to announce that they have reached a comprehensive agreement to develop new products and markets and to facilitate the use of personal computers.', 'Compaq Computer Corp and Microsoft Corp met yesterday in Washington to announce that they have reached a comprehensive agreement to develop new products and markets and to simplify the operation of personal computers.', 'Compaq Computer Corp and Microsoft Corp met yesterday in Washington to announce that they have reached a comprehensive agreement to develop new products and markets and to make tablets easier to use.', 'Compaq Computer Corp and Microsoft Corp announced yesterday in Washington that they have reached a comprehensive agreement to develop new products and markets and to facilitate the use of personal computers.', 'Central Computer Corporation and Microsoft Corp met in Washington yesterday and announced that they have entered into a comprehensive agreement to develop new products and markets to facilitate the use of personal computers.']" -438,"['Both', 'Rizzo', 'and', 'Cassani', 'are', 'ex-IBM', 'vice-chairmen', 'and', 'according', 'to', 'IBM', 'Akers', 'called', 'them', 'back', 'as', '""counsellors', 'and', 'advisors""', 'with', 'Rizzo', 'for', 'the', 'US', 'and', 'Cassani', 'for', 'Europe.']","[10, 11]",1,ibm,"Both Rizzo and Cassani are ex-IBM vice-chairmen and according to IBM Akers called them back as""counsellors and advisors"" with Rizzo for the US and Cassani for Europe.","['Both Rizzo and Cassani are former IBM vice presidents, and according to IBM, Akers brought them back as ""consultants and advisers,"" with Rizzo for the US and Cassani for Europe.', 'Both Rizzo and Cassani are former IBM vice presidents who, according to IBM, were brought back by Akers as ""advisers and advisers"" with Rizzo for the US and Cassani for Europe.', 'Both Rizzo and Cassani are former IBM vice presidents and, according to IBM, felt that Akers was an ""adviser and adviser"" to Rizzo for the US and Cassani for Europe.', 'Both Rizzo and Cassani are former IBM vice presidents, and, according to IBM, Akers referred to them not as ""advisers,"" but as ""advisers"" behind Rizzo for the US and Cassani for Europe.', 'Rizzo and Cassani are vice chairmen of IBM, and according to IBM, they have been recalled as ""advisers and advisers"" with Rizzo for the United States and Cassani for Europe.']" -439,"['Santa', 'Clara,', 'California-based', 'Integrated', 'Systems', 'Inc', 'has', 'announced', 'version', '1.1', 'of', 'its', 'Xmath', 'mathematical', 'tool', 'for', 'X-Windows', 'and', 'Motif:', 'prices', 'start', 'at', '$2,500', 'on', 'Sparcstations', 'and', 'DECstations', '--', 'Hewlett-Packard', 'Co', ',', 'Silicon', 'Graphics', 'Inc,', 'IBM', 'and', 'VAX/VMS', 'editions', 'follow.']","[28, 30]",1,hewlett-packard co,"Santa Clara, California-based Integrated Systems Inc has announced version 1.1 of its Xmath mathematical tool for X-Windows and Motif: prices start at $2,500 on Sparcstations and DECstations -- Hewlett-Packard Co, Silicon Graphics Inc, IBM and VAX/VMS editions follow.","['Integrated Systems Inc, based in Santa Clara, California, has announced a version 1.1 of its Xmath mathematical tool for X-Windows and Motif: Prices start at $2,500 for Sparcstations and DECstations - followed by Hewlett-Packard Co, Silicon Graphics Inc, IBM and VAX / VMS.', 'Integrated Systems Inc of Santa Clara, California, has announced version 1.1 of its Xmath mathematical tool for X-Windows and Motif, with prices starting at $2,500 for Sparcstations and DECstations - followed by Hewlett-Packard Co, Silicon Graphics Inc, IBM and VAX / VMS.', 'Integrated Systems Inc, based in Santa Clara, California, has announced version 1.1 of its Xmath mathematical tool for X-Windows and Motif, with prices starting at $2,500 for Sparcstations and DECstations -- Schaeffler, Silicon Graphics Inc, IBM and VAX / VMS editions to follow.', 'Integrated Systems Inc, based in Santa Clara, California, has announced version 1.1 of its Xmath mathematical tool for X-Windows and Motif: Prices start at $2,500 for Sparcstations and DECstations - followed by VoX / VMS editions for Hewlett-Packard Co, Silicon Graphics Inc, IBM and others.', 'Integrated Systems Inc., headquartered in Santa Clara, California, has announced version 1.1 of its mathematical sampler tool Xmath for X-Windows and Motif: Prices start at $2,500 for Sparcstations and DECstations.']" -440,"['Prahalad', 'and', 'Doz', 'provide,', 'for', 'example,', 'a', 'diagram', 'showing', 'the', 'world-wide', 'interconnections', 'of', 'different', 'parts', 'of', 'IBM', '.']","[16, 17]",0,ibm,"Prahalad and Doz provide, for example, a diagram showing the world-wide interconnections of different parts of IBM.","['Prahalad and Doz, for example, provide a diagram showing the global connectivity of the various parts of IBM.', 'For example, Prahalad and Doz create a diagram showing the global connections of different parts of IBM.', 'Prahalad and Doz, for example, show in a diagram the global connectivity of the various parts of IBM.', 'For example, Prahalad and Doz create a diagram showing the global connections between different parts of IBM.', 'Prahalad and Doz, for example, provide a diagram of how different parts of IBM are interconnected worldwide.']" -441,"['For', 'the', 'cars', 'share', 'virtually', 'identical', 'body', 'shells', 'and', 'both', 'are', 'powered', 'by', 'engines', 'from', 'Honda', ""'s"", 'Swindon', 'plant', 'where', 'the', 'Accord', 'is', 'also', 'manufactured.']","[15, 16]",0,honda,For the cars share virtually identical body shells and both are powered by engines from Honda's Swindon plant where the Accord is also manufactured.,"[""The cars share virtually the same body and are both powered by engines from Honda's factory in Swindon, which also produces the Accord."", ""The cars have almost identical bodies, and both are powered by engines from Honda's factory in Swindon, which also makes the Accord."", ""The two bodies are almost identical and are both powered by engines from Honda's Swindon plant, where the Accord is also manufactured."", ""The cars have almost identical body shapes, and both are powered by engines from Honda's factory in Swindon, where the Accord is also produced."", ""The cars have almost identical bodies; both are powered by engines from Honda's Swindon plant, which also produces the Accord.""]" -442,"['SIS', 'DISTRIBUTION', 'TO', 'DISTRIBUTE', 'COMPAQ', ""PC'S""]","[4, 5]",0,compaq,SIS DISTRIBUTION TO DISTRIBUTE COMPAQ PC'S,"[""SIS-DISTRIBUTION FOR DISTRIBUTE COMPAQ PC'S"", 'SIS INFORMATION FOR DISTRIBUTION COMPAQPC', 'SIS-DISTRIBUTION to disTRIBUTE COMPAQ PC ""', 'SIS-DISTRIBUTION FOR DISTRIBToE COMPAQ PCS', ""SIS EXHIBITION HK'S SPECKER""]" -443,"['Details', 'of', 'the', 'Delta', 'range', 'from', 'Multico', 'Ltd,', 'Brighton', 'Road,', 'Salfords,', 'Redhill,', 'Surrey,', 'RH1', '5ER.', '(0293)', '820623.']","[3, 4]",0,delta,"Details of the Delta range from Multico Ltd, Brighton Road, Salfords, Redhill, Surrey, RH1 5ER. (0293) 820623.","['Multico Ltd, Brighton Road, Salfords, Redhill, Surrey, RH1 5ER. (0293) 820623.', 'Details of the Delta range from Multico Ltd., Brighton Road, Salfords, Redhill, Surrey, RH1 5ER. (0293) 820623.', 'Details of the delta are provided by Multico Ltd, Brighton Road, Salfords, Redhill, Surrey, RH1 5ER. (0293) 820623.', 'Multico Ltd, Brighton Road, Salfords, Redhill, Surrey, RH1 5ER, (0293) 820623.', 'Details of Delta range at: Multico Ltd, Brighton Road, Salfords, Redhill, Surrey, RH1 5ER. (0293) 820623.']" -444,"['Greedy', 'BT', '.']","[1, 2]",1,bt,Greedy BT.,"['Greedy.', 'Greedy.', 'Greedy, greedy.', 'Greedy.', 'Greedy for security.']" -445,"['This', 'year,', 'however,', 'new', 'year', 'greetings', 'from', 'Philip', 'Morris', ',', 'specifically', 'addressed', 'to', 'the', 'younger', 'generation,', 'occupied', 'a', 'whole', 'page', 'of', 'the', 'Italian', 'newspaper', 'La', 'Republica', 'on', '31', 'December', '1992,', 'and', 'included', 'a', 'message', 'singed', 'by', 'the', 'Nobel', 'prizewinner', 'under', 'the', 'heading', '""Culture', 'of', 'the', 'modern', 'time"".']","[7, 9]",0,philip morris,"This year, however, new year greetings from Philip Morris, specifically addressed to the younger generation, occupied a whole page of the Italian newspaper La Republica on 31 December 1992, and included a message singed by the Nobel prizewinner under the heading""Culture of the modern time"".","['This year, however, Philip Morris ""New Year greetings, aimed primarily at the young generation, took up a full page in the Italian newspaper La Republica on 31 December 1992, with a message from the Nobel Prize winner under the heading"" Modern Culture. ""', 'This year, however, Philip Morris ""New Year greetings, aimed primarily at the younger generation, took up a whole page of the Italian newspaper La Republica on 31 December 1992 and contained a message proclaimed by the Nobel Prize winner under the title"" Modern Culture. ""', 'This year, however, it was Philip Morris ""New Year greetings that took up an entire page of the Italian newspaper La Republica on 31 December 1992, including a message from the Nobel laureate under the heading"" Modern Culture. ""', 'This year, however, Philip Morris ""New Year greetings, aimed primarily at the younger generation, took up a full page in the Italian newspaper La Republica on 31 December 1992, with a message from the Nobel Prize winner under the heading"" Modern Culture. ""', 'On a full page of the Italian daily La Republica of 31 December 1992, Philip Morris ""New Year greetings, addressed mainly to the younger generation, contained a message from the Nobel Prize winner under the heading"" Modern Culture. ""']" -446,"['Three', 'times', 'world', 'champion', 'Ayrton', 'Senna', 'will', 'be', 'driving', 'for', 'the', 'Williams', 'team', 'next', 'season', '...', ""that's"", 'official', '...', 'and', 'alongside', 'him', 'on', 'the', 'grid', 'will', 'be', 'Damon', 'Hill', '...', ""that's"", 'a', 'relief.']","[11, 12]",0,williams,Three times world champion Ayrton Senna will be driving for the Williams team next season... that's official... and alongside him on the grid will be Damon Hill... that's a relief.,"[""Three-time world champion Ayrton Senna will drive for the Williams team next season... that's official... and next to him on the grid will be Damon Hill... that's a relief."", ""Three-time world champion Ayrton Senna will drive for the Williams team next season... that's official... and Damon Hill will start alongside him... that's a relief."", ""Three-time world champion Ayrton Senna will continue to drive for Williams next season... that's official... and Damon Hill will be by his side... which is of course a relief."", ""Three-time world champion Ayrton Senna will drive for the Williams team next season... that's official... and Damon Hill will join him... that's a relief."", ""Three-time world champion Ayrton Senna will drive for the Williams team next season... that's official... he's standing next to Damon Hill... that's a relief.""]" -447,"['It', 'is', 'impossible', 'to', 'see', 'why', 'such', 'protectionism', 'will', 'make', 'the', 'key', 'players,', 'Philips,', 'SGS-Thomson', 'and', 'Siemens,', 'more', 'competitive', 'against', 'the', 'Japanese', 'firms,', 'NEC', 'and', 'Toshiba,', 'or', 'the', 'American', 'Intel', 'and', 'Motorola.']","[23, 24]",0,nec,"It is impossible to see why such protectionism will make the key players, Philips, SGS-Thomson and Siemens, more competitive against the Japanese firms, NEC and Toshiba, or the American Intel and Motorola.","['It is unclear why this protectionism will make the main players Philips, SGS-Thomson and Siemens more competitive against the Japanese companies NEC and Toshiba or the American Intel and Motorola.', 'It is incomprehensible why such protectionism makes large players such as Philips, SGS-Thomson and Siemens more competitive against the Japanese companies NEC and Toshiba or the American companies Intel and Motorola.', ""It is unclear why such protectionism makes the main players, Philips, SGS-Thomson and Siemens, more competitive against Japanese companies NEC and Toshiba, or in particular America's Intel and Motorola."", ""One cannot imagine that such protectionism would allow key players - Philips, SGS-Thomson, and Siemens - to compete more effectively with Japan's NEC and Toshiba, or America's Intel and Motorola."", 'It is unclear why such a prototype would make key players Philips, SGS-Thomson and Siemens more competitive against Japanese companies NEC and Toshiba or American companies Intel and Motorola.']" -448,"['The', 'Labour', 'Party', 'spokesperson', 'on', 'trade', 'and', 'industry', 'on', 'Dec.', '7,', '1989,', 'published', 'letters', 'leaked', 'to', 'him', 'which', 'principally', 'disclosed', 'that', 'Lord', 'Young', 'of', 'Graffham,', 'Trade', 'and', 'Industry', 'Secretary', 'at', 'the', 'time', 'of', 'the', 'Rover', 'sale,', 'had', 'offered', 'to', 'BAe', 'chairman', 'Roland', 'Smith', 'a', 'variety', 'of', 'means', 'by', 'which', 'both', 'the', 'government', 'and', 'BAe', 'could', 'avoid', 'parliamentary', 'and', 'EC', 'scrutiny,', 'relating', 'to', 'the', 'date', 'on', 'which', 'the', 'purchase', 'price', 'of', 'Rover', 'would', 'be', 'paid.']","[53, 54]",1,bae,"The Labour Party spokesperson on trade and industry on Dec. 7, 1989, published letters leaked to him which principally disclosed that Lord Young of Graffham, Trade and Industry Secretary at the time of the Rover sale, had offered to BAe chairman Roland Smith a variety of means by which both the government and BAe could avoid parliamentary and EC scrutiny, relating to the date on which the purchase price of Rover would be paid.","[""On 7 December 1989, the Labour Party's Trade and Industry Spokesman published leaked letters showing in principle that Lord Young of Graffham, Minister for Trade and Industry, had offered Chairman of BAe Roland Smith at the time of the sale of Rover a number of means by which both the Government and BAe could circumvent parliamentary and EU control, both as regards the timing of payment of the purchase price for Rover."", ""Labour's trade and industry spokesman published leaked letters to him on December 7, 1989, essentially stating that Lord Young of Graffham, Minister of Trade and Industry at the time of the Rover sale, had offered BAe chairman Roland Smith a series of means on the basis of which both the Government and BAe could escape a parliamentary and EU investigation into when the purchase price for the Rover would be paid."", ""The Labour Party's trade and industry spokesman published letters to him on 7 December 1989, which generally show that Lord Young of Graffham, Minister of Trade and Industry at the time of the Rover sale, offered various avenues beyond parliamentary and EC control to BAe chairman Roland Smith, so that both the Government and BAe could avoid the date on which the purchase price for Rover had to be paid."", ""The Labour Party's economic policy spokesman published letters to him on 7 December 1989, essentially revealing that Lord Young of Graffham, Trade and Industry Minister, at the time of the purchase of Rover, had offered the chairman of BAe, Roland Smith, a large number of means of circumventing both the Government and BAe in the review of the timing of the purchase of Rover by the European Parliament."", ""Labour's Trade and Industry spokesman published reports on 7 December 1989 essentially announcing that Lord Young of Graffham, Trade and Industry Minister for the sale of the Rover car, had offered BAe chairman Roland Smith a number of means of overthrowing the deal, thereby allowing both the Government and BAe to escape parliamentary and EU control over the payment date of the purchase price for Rover.""]" -449,"['Oracle', 'and', 'Sybase', 'have', 'already', 'set', 'in', 'motion', 'plans', 'for', 'parallel-enabled', 'versions', 'of', 'their', 'respective', 'database', 'engines,', 'and', 'other', 'players', 'are', 'expected', 'to', 'follow', 'suit.']","[0, 1]",1,oracle,"Oracle and Sybase have already set in motion plans for parallel-enabled versions of their respective database engines, and other players are expected to follow suit.","['Oracle and Sybase have already launched plans for parallel versions of their database engines, and other players are expected to follow suit.', 'Oracle and Sybase have already started plans for parallel versions of their respective database engines, and other players will follow suit.', 'Oracle Savings and Sybase have already implemented plans for parallel versions of their respective database engines, and more players are expected to follow.', 'Oracle and Sybase have already launched plans for a parallel promotional version of their respective database engines, and other players should follow suit.', 'Oracle and Sybase have already launched plans for parallel versions of their respective database engines, and other players are expected to follow suit.']" -450,"['What', 'we', 'will', 'never', 'know', 'is', 'what', 'price', 'Ford', 'will', 'have', 'to', 'pay', 'to', 'get', 'it', 'to', 'the', 'top', 'spot.']","[8, 9]",0,ford,What we will never know is what price Ford will have to pay to get it to the top spot.,"['What we will never know is what price Ford will have to pay to bring him to the top.', 'We will never know what price Ford will have to pay to make it to the top.', 'What we will never know is what price Ford will have to pay to bring him to the top.', 'It is unclear what price Ford will have to pay to take the top spot.', 'What we will never know is what price Ford will have to pay to make it to the top.']" -451,"['Nippon', 'Telegraph', '&', 'Telephone', 'Corp,', 'a', 'regular', 'customer', 'of', 'AT&T', 'Co', 'these', 'days,', 'is', 'to', 'buy', '12', 'AT&T', 'switches', 'for', 'directory', 'assistance', 'and', 'collect-call', 'services,', 'starting', '1995.']","[9, 11]",0,at&t co,"Nippon Telegraph & Telephone Corp, a regular customer of AT&T Co these days, is to buy 12 AT&T switches for directory assistance and collect-call services, starting 1995.","['Nippon Telegraph & Telephone Corp, now a regular customer of AT & T Co., began purchasing 12 AT & T switches for phone book support and call collection services in 1995.', 'Nippon Telegraph & Telephone Corp, which is a regular customer of AT & T Co these days, bought 12 AT & T switches for directory and debt collection services starting in 1995.', 'Nippon Telegraph & Telephone Corp, a regular AT & T Co customer these days, has bought a total of 12 AT & T switches for phone book maintenance and emergency collection since 1995.', 'Nippon Telephone Corp, now a regular customer of AT & T Co, will buy 12 telephone and telephone services from AT & T Switches starting in 1995.', 'Nippon Telecommunications & Telephone Corp, now a regular customer of AT & T Co, bought 12 AT & T switches for telephone services and revenue in 1995.']" -452,"['Fishing', 'tackle', 'manufacturers', 'Daiwa', 'Sports', 'Ltd', 'has', 'donated', 'around', '$10,000', 'worth', 'of', 'freshwater', 'fish', 'to', 'the', 'Broughton', 'Hall', 'Angling', 'Club,', 'West', 'Derby', 'just', '12', 'months', 'after', 'all', 'their', 'fish', 'were', 'wiped', 'out', 'in', 'a', 'oil', 'spill.']","[3, 6]",0,daiwa sports ltd,"Fishing tackle manufacturers Daiwa Sports Ltd has donated around $10,000 worth of freshwater fish to the Broughton Hall Angling Club, West Derby just 12 months after all their fish were wiped out in a oil spill.","['Just 12 months after all fish were wiped out by an oil spill, fish equipment manufacturer Daiwa Sports Ltd has donated about $10,000 worth of freshwater fish to the Broughton Hall Angling Club in West Derby.', 'Fishing gear manufacturer Daiwa Sports Ltd. has donated about $10,000 worth of freshwater fish to the Broughton Hall Angling Club in West Derby just 12 months after all the fish were destroyed by an oil spill.', 'Fishing equipment supplier Daiwa Sports Ltd. donated nearly $10,000 worth of freshwater fish to Broughton Hall Fishing Club, West Derby, just 12 months after all the fish were wiped out by an oil spill.', 'Just 12 months after all their fish were wiped out by an oil spill, fishing gear manufacturer Daiwa Sports Ltd has donated about $10,000 worth of freshwater fish to the Broughton Hall Fishing Club in West Derby.', 'Fishing gear manufacturer Daiwa Sports Ltd. has donated about $10,000 to Broughton Hall Fishing Club in West Derby - just 12 months after all the fish were wiped out by an oil spill.']" -453,"['Their', 'Honda', 'spun', 'out', 'of', 'control', 'and', 'crashed', 'through', 'their', 'front', 'wall.']","[1, 2]",1,honda,Their Honda spun out of control and crashed through their front wall.,"['Her Honda got out of control and crashed through the front wall.', 'Her Honda spun out of control and crashed into the front plank.', 'Her Honda got out of control and collided with the house wall.', 'Her Honda spun out of control and crashed into the front wall.', 'Her Honda got out of control and crashed into the front of the car.']" -454,"['Richemont', 'and', 'Philip', 'Morris', ',', 'the', 'US', 'brewing,', 'food', 'and', 'tobacco', 'giant,', 'are', 'the', 'leading', 'Rothmans', 'shareholders', 'with', '64', 'per', 'cent', 'of', 'the', 'capital.']","[2, 4]",0,philip morris,"Richemont and Philip Morris, the US brewing, food and tobacco giant, are the leading Rothmans shareholders with 64 per cent of the capital.","[""Richemont and Philip Morris, the US brewing, food and tobacco giant, are Rothman's main shareholders with a 64 per cent stake."", 'Richemont and Philip Morris, the US brewing, food and tobacco giant, are Rothmans shareholders with a 64 per cent stake.', 'Richemont and Philip Morris, the US brewing, food and tobacco giant, are Rothmans ""largest shareholders with 64 per cent of the shares.', 'Richemont and Philip Morris, the US brewing, food and tobacco giant, are the largest Rothmans shareholders, with 64 per cent.', 'Richemont and Philip Morris, the US brewing, food and tobacco giant, are leading Rothmans shareholders with 64 per cent of the shares.']" -455,"['Sun', 'Microsystems', 'Inc', 'will', 'be', 'building', 'its', 'next-generation', 'workstations', 'and', 'servers', 'out', 'of', 'a', 'family', 'of', '64-bit', 'multiprocessor', 'chips', 'that', 'it', 'is', 'designing', 'called', 'UltraSparc,', 'and', 'the', 'chips', 'should', 'take', 'Sun', 'machines', 'close', 'to', 'the', 'end', 'of', 'the', 'decade.']","[30, 31]",0,sun,"Sun Microsystems Inc will be building its next-generation workstations and servers out of a family of 64-bit multiprocessor chips that it is designing called UltraSparc, and the chips should take Sun machines close to the end of the decade.","['Sun Microsystems Inc will build its next generation of workstations and servers from a family of 64-bit multiprocessor chips known as UltraSparc, and the chips will power Sun computers by the end of the decade.', 'Sun Microsystems Inc. will build its next-generation workstations and servers from a family of 64-bit multiprocessor chips called UltraSparc, which will carry Sun computers by the end of the decade.', 'Sun Microsystems Inc will produce next-generation desktop computers and servers from a line of 64-bit multiprocessor chips called UltraSparc, expected to be used in Sun machines by the end of the decade.', 'Sun Microsystems Inc will build its next generation of workstations and servers from a family of 64-bit multiprocessor chips it designs and calls UltraSparc, which Sun computers are expected to take over by the end of the decade.', 'Sun Microsystems Inc. is building its next-generation workstations and servers from a family of 64-inch multiprocessor chips called UltraSparc, which are expected to be installed on Sun machines by the end of the decade.']" -456,"['DELTA', 'AIR', 'LINES']","[0, 3]",0,delta air lines,DELTA AIR LINES,"['Delta Air Lines', 'Delta Air Lines', 'Delta Air Lines', 'DELTA ADRIA Airliners', 'DELTA Directive']" -457,"['With', 'more', 'than', 'half', 'the', 'world', 'market,', 'Boeing', ""'s"", 'share', 'is', 'more', 'than', 'double', 'that', 'of', 'its', 'two', 'biggest', 'competitors:', 'Airbus', 'and', 'McDonnell', 'Douglas.']","[7, 8]",0,boeing,"With more than half the world market, Boeing's share is more than double that of its two biggest competitors: Airbus and McDonnell Douglas.","[""With more than half the world market, Boeing's market share is more than double that of its two biggest rivals Airbus and McDonnell Douglas."", ""Boeing's share of more than half the world market is more than double that of its two biggest rivals Airbus and McDonnell Douglas."", ""With more than half the world market, Boeing's share is more than double that of its two biggest rivals Airbus and McDonnell Douglas."", 'Boeing has more than half of the world market and more than twice as many market shares as its two biggest rivals Airbus and McDonnell Douglas.', ""Boeing's share of the world market is more than double that of its two biggest rivals Airbus and McDonnell Douglas.""]" -458,"['Intel', 'is', 'therefore', 'reportedly', 'telling', 'its', 'OEMs', 'that', 'the', 'P6', 'will', 'be', 'purposely', 'held', 'back', 'from', 'the', 'market,', 'despite', 'its', 'state', 'of', 'readiness,', 'to', 'allow', 'them', 'to', 'recoup', 'their', 'investment', 'in', 'Pentium.']","[0, 1]",1,intel,"Intel is therefore reportedly telling its OEMs that the P6 will be purposely held back from the market, despite its state of readiness, to allow them to recoup their investment in Pentium.","['Intel is therefore reportedly telling its OEM that, despite its willingness, the P6 will be deliberately withheld from the market to allow them to recoup their investment in Pentium.', 'Intel is therefore reportedly telling its OEMs that, despite its level of readiness, the P6 is deliberately withheld from the market to allow them to offset their investment in Pentium.', 'Intel is said to have told its OEMs that, despite its willingness, the P6 would be deliberately kept out of the market to allow them to recoup their investment in Pentium.', 'Intel is therefore said to have informed its OEMs that the P6 would be deliberately withheld from the market in order to allow them to repay their investment in Pentium.', 'Intel is therefore reportedly telling its OEMs that, despite its level, the P6 should be deliberately kept out of the market so that they can recoup their investment in Pentium.']" -459,"['It', 'was', 'a', 'remarkable', 'achievement', 'for', 'a', 'company', 'created', 'just', 'over', 'a', 'year', 'earlier', 'and', 'which', 'had', 'had', 'to', 'pitch', 'against', 'some', 'of', 'the', ""world's"", 'largest', 'train-builders,', 'including', 'GEC', 'Alsthom,', 'Siemens', ',', 'and', 'BREL,', 'the', 'dominant', 'British', 'manufacturer.']","[30, 31]",0,siemens,"It was a remarkable achievement for a company created just over a year earlier and which had had to pitch against some of the world's largest train-builders, including GEC Alsthom, Siemens, and BREL, the dominant British manufacturer.","[""It was a remarkable achievement for a company founded just over a year ago and facing competition from some of the world's largest train manufacturers, including GEC Alsthom, Siemens and the dominant British manufacturer BREL."", ""This was a remarkable achievement for a company that had been founded just a year earlier and had to prevail against some of the world's largest rail manufacturers such as GEC Alsthom, Siemens and the dominant British manufacturer BREL."", ""It was a remarkable achievement for a company founded just a year earlier that had to compete with some of the world's largest train manufacturers such as GEC Alsthom, Siemens and the dominant British manufacturer BREL."", ""This was a remarkable achievement by a company that was founded just over a year ago and had previously faced some of the world's largest rail manufacturers such as GEC Alsthom, Siemens and the dominant British manufacturer BREL."", ""It was a remarkable achievement for a company set up just over a year ago to take over some of the world's biggest railway builders, including GEC Alsthom, Siemens and BREL, Britain's leading manufacturer.""]" -460,"['HEWLETT-PACKARD', ',', 'IBM', 'SEEKING', 'CLOSER', 'ALLIANCE']","[0, 1]",1,hewlett-packard,"HEWLETT-PACKARD, IBM SEEKING CLOSER ALLIANCE","['HEWLETT-PACKARD, IBM SEEKING CLOSER ALLIANCE', 'HEWLETT-PACKARD, IBM SEEKING CLOSER ALLIANCE', 'HEWLETT-PACKARD, IBM SEEKING CLOSER ALLIANCE', 'HEWLETT-PACKARD, IBM SEEKING CLOSER ALLIANCE', 'SOURCE PACKAGES, IBM SEEKING CLOSER ALLIANCE']" -461,"['The', 'workshops', 'are', 'organised', 'by', 'The', 'Domino', 'Consultancy,', 'UK', 'leaders', 'in', ""women's"", 'development', 'and', 'training,', 'and', 'advisers', 'to', 'top', 'companies', 'including', 'Lucas', 'Industries,', 'Shell,', 'Barclays', 'and', 'NatWest.']","[24, 25]",1,barclays,"The workshops are organised by The Domino Consultancy, UK leaders in women's development and training, and advisers to top companies including Lucas Industries, Shell, Barclays and NatWest.","[""The workshops are organised by The Domino Consultancy, a leading UK women's development and training consultancy and consultant to major companies such as Lucas Industries, Shell, Barclays and NatWest."", ""The workshops will be organised by Domino Consulting, the UK's largest women's development and training consultancy, as well as consultants from top companies such as Lucas Industries, Shell, Barclays and NatWest."", ""The workshops are organised by Domino Consulting, one of the UK's leading companies in the development and training of women, and advise leading companies such as Lucas Industries, Shell, Barclays and NatWest."", 'These workshops are hosted by The Domino Consultancy, a UK division dedicated to empowering and educating women, and with consultants from top companies such as Lucas Industries, Shell, Barclays and NatWest.', 'The workshops are run by The Domino Consultancy, which advises leading UK companies including Lucas Industries, Shell, Barclays and NatWest.']" -462,"['Two', 'companies,', 'Conoco', '(UK)', 'and', 'Total', 'Oil', 'of', 'France,', 'are', 'investing', '$400m', 'in', 'developing', 'the', 'Murdoch', 'and', 'Caister', 'fields', 'with', 'a', 'new', '112', 'mile', 'pipeline', 'link', 'to', 'the', 'Conoco', 'terminal', 'at', 'Theddlethorpe,', 'Lincolnshire.']","[28, 29]",0,conoco,"Two companies, Conoco (UK) and Total Oil of France, are investing $400m in developing the Murdoch and Caister fields with a new 112 mile pipeline link to the Conoco terminal at Theddlethorpe, Lincolnshire.","['Two companies, Conoco (UK) and Total Oil of France, are investing $400 million to develop the Murdoch and Caister fields with a new 11.5 km pipeline link to the Conoco Terminal in Theddlethorpe, Lincolnshire.', 'Two companies, Conoco of the UK and Total Oil of France, are investing $400 million to develop the Murdoch and Caister fields with a new 56-kilometre pipeline to the Conoco Terminal in Theddlethorpe, Lincolnshire.', 'Two companies, Conoco (UK) and Total Oil (France), are investing $400 million to develop the Murdoch and Caister fields with a new 2.2 km pipeline link to the Conoco terminal at Theddlethorpe in Lincolnshire.', ""Two companies, Conoco of the UK and Total Oil of France, are investing $400 million to develop Murdoch's and Caisters fields with a new 140km pipeline to the Conoco terminal in Theddlethorpe, Lincolnshire."", 'Two companies, Conoco (UK) and Total Oil (France), are investing 400 million dollars in the development of the Murdoch and Cistercian oil and gas fields in the UK, with the aim of investing more than 400 million dollars in the development of the Murdoch and Cistercian oil and gas fields.']" -463,"['To', 'provide', 'initial', 'focus', 'to', 'the', 'implementation', 'of', 'TQM', 'in', 'Noble', 'Metals', 'the', 'business', 'Unit', 'adopted', 'the', 'supplier', 'quality', 'programme', 'operated', 'by', 'Ford', ',', 'one', 'of', ""it's"", 'major', 'customers.']","[22, 23]",1,ford,"To provide initial focus to the implementation of TQM in Noble Metals the business Unit adopted the supplier quality programme operated by Ford, one of it's major customers.","['To focus initially on implementing TQM in precious metals, the division has adopted a quality program for its suppliers, operated by Ford, one of its main customers.', 'In order to focus initially on the implementation of TQM in precious metals, the division has adopted the quality program for suppliers of the important Ford model.', 'In order to set an initial focus for the introduction of the certification system in precious metals, the division has taken over a quality program for suppliers from Ford, one of its major customers.', 'First, the business unit launched a quality program for suppliers, operated by one of its main customers, Ford.', 'In order to focus on the introduction of TQM in precious metals, the business unit took over the supplier quality program from Ford, one of its major customers.']" -464,"['Southern', 'Railway', 'kept', 'a', 'mule', 'at', 'Spencer', 'Shops', 'whose', 'sole', 'purpose', 'was', 'to', 'get', 'on', 'board', 'a', 'train', 'on', 'Sunday', 'so', 'that', 'a', 'run', 'could', 'be', 'made', 'from', 'Spencer', 'to', 'Goldsboro.']","[0, 2]",1,southern railway,Southern Railway kept a mule at Spencer Shops whose sole purpose was to get on board a train on Sunday so that a run could be made from Spencer to Goldsboro.,"['Southern Railway had a mule in Spencer Shops whose sole purpose was to get on a train from Spencer to Goldsboro on Sunday.', 'Southern Railway stopped a mule at the Spencer store whose sole purpose was to board a train on Sunday so it could travel from Spencer to Goldsboro.', 'Southern Railway had hired a mule from Spencer Shops whose sole purpose was to get on the train on Sunday so it could run from Spencer to Goldsboro.', 'Southern Railway stopped a mule at a Spencer store whose sole purpose was to board a train from Spencer to Goldsboro on Sunday.', 'Southern Railway had a mule in Spencer Shops whose sole purpose was to get on the train on Sunday so he could go from Spencer to Goldsboro.']" -465,"[""McDonald's"", 'takes', 'enormous', 'care', 'in', 'the', 'selection', 'of', 'its', 'management', 'trainees.']","[0, 1]",1,mcdonald's,McDonald's takes enormous care in the selection of its management trainees.,"[""McDonald's takes great care in selecting its management apprentices."", ""McDonald's takes great care when selecting management apprentices."", ""McDonald's takes great care in selecting its management apprentices."", ""McDonald's takes great care in selecting its executive apprentices."", ""McDonald's takes great care in selecting its management apprentices.""]" -466,"['Nigel', 'Mansell', 'and', 'the', 'Williams', 'team', 'from', 'Oxfordshire', 'are', 'racing', 'for', 'the', 'world', 'formula', 'one', 'crown', '...', 'its', 'grand', 'prix', 'that', 'heads', 'Mark', ""Kiff's"", 'action', 'round-up']","[4, 5]",0,williams,Nigel Mansell and the Williams team from Oxfordshire are racing for the world formula one crown... its grand prix that heads Mark Kiff's action round-up,"['Nigel Mansell and the Williams team from Oxfordshire fight for the Formula One crown with the Grand Prix leading the way from Mark Kiff', ""Nigel Mansell and the Williams team from Oxfordshire fight for the Formula One crown... the Grand Prix at the top of Mark Kiff's action lap"", ""Nigel Mansell and the Williams team from Oxfordshire race for the Formula One crown... a grand prix race featuring Mark Kiff's action lap"", ""Nigel Mansell and the Williams Speed Team from Oxfordshire battle it out for the world's first crown... their Grand Prix leads Mark Kiffin's action lap"", 'Nigel Mansell and the Williams team from Oxshire are fighting for the Formula One crown... and their Grand Prix, which is run by Mark Kiff.']" -467,"['Former', 'Praxsys', 'president', 'Tripp', 'Blair,', 'who', 'like', 'the', 'rest', 'of', 'his', 'small', 'team', 'is', 'now', 'a', 'Sun', 'employee,', 'said', 'Snoopy', 'is', 'near', 'the', 'end', 'of', 'its', 'development', 'cycle', 'and', 'close', 'to', 'going', 'into', 'test', 'and', 'verification.']","[16, 17]",0,sun,"Former Praxsys president Tripp Blair, who like the rest of his small team is now a Sun employee, said Snoopy is near the end of its development cycle and close to going into test and verification.","['Former Praxsys chief executive Tripp Blair, who like the rest of his small team is now a Sun employee, said Snoopy is at the end of its development cycle and close to testing and verification.', 'Former Praxsys president Tripp Blair, who like the rest of his small team is now a Sun employee, said Snoopy is at the end of its development cycle and about to come under scrutiny.', 'Former Praxsys president Tripp Blair, who like his small team now works for Sun, said Snoopy is nearing the end of the development cycle and is on the verge of being reviewed.', 'Former Praxsys president Tripp Blair, who now works at Sun like the rest of his small team, said Snoopy is nearing the end of its development cycle and is on the verge of testing and commands.', 'Former Praxsys president Tripp Blair, who like the rest of his small team is now a Sun employee, said Snoopy is almost at the end of its development cycle and is undergoing tests and reviews.']" -468,"['He', 'will', 'only', 'say:', '""', 'Toyota', 'have', 'not', 'committed', 'themselves', 'to', 'the', 'Circuit', 'of', 'Ireland', 'or', 'any', 'other', 'rally', 'this', 'year.""']","[5, 6]",1,toyota,"He will only say:"" Toyota have not committed themselves to the Circuit of Ireland or any other rally this year.""","['He will only say: ""Toyota has not committed to the Circuit of Ireland or any other rally this year.""', 'He will only say: ""Toyota has not committed to the Circuit of Ireland or any rally this year.""', 'He says only: ""Toyota has not committed to the Circuit of Ireland or any other rally this year.""', 'He will only say: ""Toyota has not committed to the Circuit of Ireland or any other rally this year.""', 'He says only: ""Toyota has not committed to going to the Circuit of Ireland or Mubarak this year.""']" -469,"['The', 'collapse', 'of', ""Italy's"", 'old', 'political', 'order', 'has,', 'among', 'other', 'things,', 'helped', 'to', 'uncover', 'wrongdoing', 'at', 'Fiat', '.']","[16, 17]",0,fiat,"The collapse of Italy's old political order has, among other things, helped to uncover wrongdoing at Fiat.","[""The collapse of Italy's old political order has helped expose wrongdoing at Fiat, among other things."", ""The collapse of Italy's old political order has helped expose wrongdoing at Fiat, among other things."", ""The collapse of Italy's old political order helped expose wrongdoing at Fiat, among other things."", ""The collapse of Italy's old political order has helped expose wrongdoing at Fiat, among other things."", ""Among other things, the collapse of Italy's old political order helped expose Fiat's misplanning.""]" -470,"['UK', 'workstation', 'business', 'manager,', 'Peggy', 'Heppelmann', 'says', 'they', 'will', 'now', 'appear', 'any', 'time', 'between', 'September', 'and', 'next', 'January,', 'claiming', ""Hewlett-Packard's"", 'existing', '$3,877,', 'low-end', '715/33', 'desktop', 'remains', 'very', 'competitive', 'with', 'other', 'entry-level', 'systems,', 'including', 'Sun', 'Microsystems', ""Inc's"", '$3,655', 'Tsunami-based', 'SparcClassic', 'and', 'IBM', 'Corp', ""'s"", '$3,664', 'RS/6000', '220W.']","[40, 42]",0,ibm corp,"UK workstation business manager, Peggy Heppelmann says they will now appear any time between September and next January, claiming Hewlett-Packard's existing $3,877, low-end 715/33 desktop remains very competitive with other entry-level systems, including Sun Microsystems Inc's $3,655 Tsunami-based SparcClassic and IBM Corp's $3,664 RS/6000 220W.","[""Peggy Heppelmann, operations manager for British workstations, says they will now be released between September and January, and claims that Hewlett-Packard's existing low-cost 715 / 33 remote desktop PCs will continue to compete with other entry-level systems, including Sun Microsystems Inc's SparcClassic with a tsunami-based $3,655 and IBM Corp's $3,664 RS / 6000 220W."", ""British Workstation Managing Director Peggy Heppelmann says they will now be released between September and next January and claims that Hewlett-Packard's existing $715 / 33 desktop is competitive with other entry-level systems such as SparcClassic from Sun Microsystems Inc ($3,655) and IBM Corp ($3,664 / 6000)."", ""Peggy Heppelmann, managing economist at British Workstation, says that the PC solution will now be released between September and January and claims that Hewlett-Packard's existing 715 / 33 desktop in the lower price segment is very competitive with other entry-level systems such as SparcClassic with a tsunami-like tsunami base from Sun Microsystems Inc and IBM Corp with a rated power of 3664 RS / 6000 220W."", ""British entrepreneur Peggy Heppelmann, who is responsible for desktop computers, claims that the PCs are now sold for $3,877 between September and January, while the low-end 715 / 33 system remains very competitive with other entry-level systems such as Sun Microsystems Inc's $3,655 SparcClassic and IBM Corp's $3,664 SparcClassic."", ""Peggy Heppelmann, the UK employment manager, says it will be released between September and January and claims that Hewlett-Packard's 715 / 33 desktop remains very competitive in the lower price range compared to other entry-level systems, including Sun Microsystems Inc's $3,655 tsunami-produced Spark and IBM Corp's $3,664 RS / 220W.""]" -471,"['Looked', 'at', 'the', 'Sony', 'that', 'needs', 'erm']","[3, 4]",1,sony,Looked at the Sony that needs erm,"['Looked at the Sony that, er, needs', 'The Sony that, er, must have been watching', 'From Sony, that needs uh', 'Look at Sony, this is supposed to be something', ""If you look at the Sony, it needs the optician, it's a bit real, but what's the point?""]" -472,"['In', 'an', 'attempt', 'to', 'cash', 'in', 'on', 'the', 'UK', 'corporate', ""market's"", 'growing', 'appetite', 'for', 'high', 'speed', 'personal', 'computer', 'graphics,', 'NEC', 'Corp', 'has', 'introduced', 'its', 'Image', 'Series', 'of', 'desktops,', 'launched', 'in', 'the', 'US', 'in', 'February', '(CI', 'No', '2,116).']","[19, 21]",0,nec corp,"In an attempt to cash in on the UK corporate market's growing appetite for high speed personal computer graphics, NEC Corp has introduced its Image Series of desktops, launched in the US in February (CI No 2,116).","['In an attempt to capitalise on the growing appetite for high-speed personal computer graphics in the UK corporate market, NEC Corp has launched the Image Desktop series, which was launched in the US in February (CI No. 2,116).', 'To meet the growing demand for high-speed PCs from British companies, NEC Corp has launched its Image Desktop series, which was launched in the US in February (CI No. 2116).', 'In order to capitalise on the growing appetite of British companies for high-speed graphics, NEC Corp. is launching its Image Series monitors, which were launched in the US in February (CI No. 2,116).', 'If you want to capitalise on the growing appetite for high-speed PCs in the UK corporate market, NEC Corp has developed its Image Desktop Series (CI No. 2,116), which was launched in the US in February.', 'In order to capitalise on the growing appetite for high-speed PCs in the UK market, NEC Corp has launched its series of screens (Intelligent), which were launched in Qatar in February.']" -473,"['Over', 'the', 'past', 'couple', 'of', 'years', 'they', 'have', 'waited', 'patiently', 'while', 'the', 'Microsoft', 'and', 'IBM', 'products', 'converged.']","[14, 15]",0,ibm,Over the past couple of years they have waited patiently while the Microsoft and IBM products converged.,"['In recent years, they have waited patiently while the products of Microsoft and IBM have converged.', 'In recent years, they have waited patiently for the convergence of Microsoft and IBM products.', 'In recent years, they have waited patiently for Microsoft and IBM products to converge.', 'In recent years, they have waited patiently for Microsoft and IBM products to merge.', ""In recent years, they have been able to patiently buy tickets while Microsoft and IBM's products converge.""]" -474,"['Sir', 'Peter,', 'stands', 'down', 'at', 'BP', 'in', 'spring', 'next', 'year.']","[5, 6]",0,bp,"Sir Peter, stands down at BP in spring next year.","['Sir Peter will step down from BP next spring.', 'Sir Peter will step down from BP next spring.', 'Sir Peter will step down from BP next spring.', 'Sir Peter will step down at BP next spring.', 'Sir Peter will step down as BP chief executive next spring.']" -475,"['Customers', 'include', 'Glaxo,', 'BP', ',', 'Ford', 'Motor,', 'Caledonian', 'Paper,', 'DEC,', 'the', 'Ministry', 'of', 'Defence,', 'British', 'Gas', 'and', 'Cancer', 'Research.']","[3, 4]",0,bp,"Customers include Glaxo, BP, Ford Motor, Caledonian Paper, DEC, the Ministry of Defence, British Gas and Cancer Research.","['Clients include Glaxo, BP, Ford Motor, Caledonian Paper, DEC, the Ministry of Defence, British Gas and Cancer Research.', 'Clients include Glaxo, BP, Ford Motor, Caledonian Paper, DEC, the Ministry of Defence, British Gas and Cancer Research.', 'Clients include Glaxo, BP, Ford Motor, Caledonian Paper, DEC, the Ministry of Defence, British Gas and Cancer Research.', 'Clients include Glaxo, BP, Ford Motor, Caledonian Paper, DEC, the Ministry of Defence, the British Gas and Cancer Research Institute.', 'Clients include GlaxoSmithKline, BP, Ford Motor, Caledonian Paper, DEC, the Ministry of Defence, British Gas and Cancer Research.']" -476,"['The', 'worldwide', 'workstation', 'market', 'grew', '9.9%', 'last', 'year', 'to', 'reach', '$9,540m,', 'International', 'Data', 'Corp', 'reckons:', 'the', 'Framingham,', 'Massachusetts-based', 'research', 'outfit', 'judges', 'that', 'Sun', 'Microsystems', 'Inc', 'took', '38%', 'by', 'value,', 'Hewlett-Packard', 'Co', 'had', '17.4%,', 'Digital', 'Equipment', 'Corp', '11.1%', 'and', 'IBM', 'Corp', '7%;', 'DEC', 'was', 'the', 'big', 'loser,', 'dipping', '14.5%', 'by', 'value', 'and', '3.6%', 'in', 'number', 'of', 'units', 'shipped.']","[38, 40]",0,ibm corp,"The worldwide workstation market grew 9.9% last year to reach $9,540m, International Data Corp reckons: the Framingham, Massachusetts-based research outfit judges that Sun Microsystems Inc took 38% by value, Hewlett-Packard Co had 17.4%, Digital Equipment Corp 11.1% and IBM Corp 7%; DEC was the big loser, dipping 14.5% by value and 3.6% in number of units shipped.","['The global workstation market grew 9.9% last year to $9.540 million, estimates International Data Corp: research firm Framingham, Massachusetts, estimates that Sun Microsystems Inc has gained 38% in value, Hewlett-Packard Co 17.4%, Digital Equipment Corp 11.1% and IBM Corp 7%; DEC was the big loser when it lost 14.5% in value and 3.6% in shipments.', 'The global workstation market grew 9.9% last year to $9.540 million, estimates International Data Corp: The Framingham Research Institute in Massachusetts estimates that Sun Microsystems Inc. has gained 38% in value, Hewlett-Packard Co. 17.4%, Digital Equipment Corp 11.1% and IBM Corp 7%.', 'The global workstation market grew by 9.9% to 9.540 million dollars last year, reckons International Data Corp: the Framingham, Massachusetts research group estimates that Sun Microsystems Inc. has gained 38% in value, Hewlett-Packard Co. 17.4%, Digital Equipment Corp Messages 11.1% and IBM Corp 7%; DEC is the big loser with a 14.5% depreciation and a 3.6% loss in shipments.', 'According to Framingham, Massachusetts, the global workstation market grew 9.9% to $9,540 million last year: Sun Microsystems Inc recorded 38% (measured by value), Hewlett-Packard Co 17.4% (measured by shipments), Digital Equipment Corp 11.1% and IBM Corp 7% (measured by area); the big loser was DEC with a 14.5% decline and a 3.6% increase in shipments of devices.', 'According to calculations by International Data Corp, the global workstation market grew by 9.9 percent to 9.540 million dollars last year: the Framingham (Massachusetts) research consortium called Sun Microsystems Inc. lost nearly 38 percent in value, Hewlett-Packard Co 17.4 percent, Digital Equipment Corp 11.1 percent and IBM Corp 7 percent; the big loser was DEC, which lost 14.5 percent in value and 3.6 percent in volume.']" -477,"['Everyone', 'here,', 'from', 'little', 'old', 'ladies', 'in', 'small', 'Renaults', 'to', 'stout', 'men', 'on', 'tractors', '--', 'drive', 'to', 'their', 'limit,', 'spread', 'over', 'the', 'white', 'line,', 'and', 'taking', 'bends', '...', 'well,', 'you', 'are', 'better', 'off', 'getting', 'out', 'and', 'walking.']","[8, 9]",1,renaults,"Everyone here, from little old ladies in small Renaults to stout men on tractors -- drive to their limit, spread over the white line, and taking bends... well, you are better off getting out and walking.","[""Everyone here, from little old ladies in little Renaults to beefy men on tractors, goes to their limits, stretches across the white line, bends... Well, it's better to get off and walk."", ""Everyone is different here, from little old ladies in little Renaults to beefy men on tractors, pushing their boundaries, stretching across the white line and taking turns... well, it's better to go out and walk."", ""Everyone here, from the little old ladies in little Renaults to the fat-skinned men on the tractor, goes to their service station, stretches across the white line and takes turns... well, it's better to get off and walk."", ""Everyone gets off here, from the little old ladies in little Renaults to the men on tractors - everyone goes to their limits, stretches across the white line and takes turns... well, it's better to get off and leave."", ""Everyone here, from young ladies in little Renaults to brave men with tractors, go to their limits, cross the white line and take turns... it's better to get off and leave.""]" -478,"['While', 'Microsoft', 'is', 'committed', 'to', 'a', 'future', 'custom', 'version', 'of', 'NT', ""that's"", 'B2', 'secure,', 'its', 'plans', 'for', 'network', 'security', 'are', 'not', 'clear.']","[1, 2]",1,microsoft,"While Microsoft is committed to a future custom version of NT that's B2 secure, its plans for network security are not clear.","['Although Microsoft is committed to a future version of NT that is B2-secure, its plans for network security are unclear.', 'While Microsoft is committed to a future customized version of NT that is secure, its plans for network security are unclear.', 'Although Microsoft has committed to developing a future adaptable version of NT that is secure, its network security strategy is unclear.', 'While Microsoft is committed to a future customized version of the NT with B2 protection, it is unclear how network security will proceed.', 'While Microsoft plans a future customized version of NT that is B2-secure, plans for network security are unclear.']" -479,"['Could', 'it', 'be', 'that', 'Sun', 'Microsystems', 'Inc', 'president', 'Scott', ""McNealy's"", 'voice', 'is', 'being', 'heard', 'this', 'side', 'of', 'the', 'Atlantic,', 'after', 'he', 'reportedly', 'told', 'Novell', ""Inc's"", 'Ray', 'Noorda', 'to', 'fire', 'everyone', 'at', 'Unix', 'System', 'Labs', 'except', 'a', 'handful', 'of', 'marketing', 'guys', 'and', 'the', 'engineers?']","[4, 7]",0,sun microsystems inc,"Could it be that Sun Microsystems Inc president Scott McNealy's voice is being heard this side of the Atlantic, after he reportedly told Novell Inc's Ray Noorda to fire everyone at Unix System Labs except a handful of marketing guys and the engineers?","['Could it be that the voice of Scott McNealy, the president of Sun Microsystems Inc, is also being heard on this side of the Atlantic, after he reportedly called on Ray Noorda of Novell Inc to fire all but a handful of marketers and engineers at Unix System Labs?', 'Could it be that the voice of the president of Sun Microsystems Inc, Scott McNealy, is being heard on this side of the Atlantic after allegedly ordering Novell Inc., Ray Noorda, to fire everyone in the Unix System Labs except a few marketing people and engineers?', 'Could it be that the voice of Scott McNealy, president of Sun Microsystems Inc, is being heard on this side of the Atlantic after he allegedly told Novell CEO Ray Noorda to fire all but a handful of marketing people and engineers from Unix System Labs?', 'Could it be that the words of Sun Microsystems Inc President Scott McNealy are being heard on this side of the Atlantic after he allegedly told Novell Inc representative Ray Noorda to lay off all but a handful of marketing people and engineers at Unix System Labs?', 'Could it be that the voice of the president of Sun Microsystems Inc, Scott McNealy, is becoming audible on this side of the Atlantic, after he allegedly asked Ray Noorda of Novell Inc to lay off all employees in the Unix System Labs, except a few marketing people and engineers?']" -480,"['TELEFONICA', 'TAKES', 'FLAK', 'FOR', 'INADEQUATE', 'PROMOTION', 'OF', 'IBERTEX', 'VIEWDATA', 'SERVICE']","[0, 1]",1,telefonica,TELEFONICA TAKES FLAK FOR INADEQUATE PROMOTION OF IBERTEX VIEWDATA SERVICE,"['TELEPHONICA SELECTS FLAK FOR UNADEQUATE PROMOTION OF IBERTEX VIEWDATA SERVICE', 'TELEPHONICA FLAK FOR BUSINESS PROMOTION OF IBERTEX VIEWDATA SERVICE', 'TELEFONICA takes over the FLAK FOR UNADEQUATE Promotion of IBERTEX VIEWDATA SERVICE', 'FATHER TELEPHONICA FOR THE PROMOTION OF IBERTEX VIEWDATA SERVICE OF INADEQUATION', 'TELEPHONICA FLAK NOT FOR THE IMPORTANT SERVICE OF IBERTEX VIEWDATA']" -481,"['Yet', 'on', 'their', 'home', 'turf', 'in', 'France', 'it', 'is', 'Renault', 'who', 'are', 'the', 'market', 'leaders', 'with', '27', 'per', 'cent', 'against', ""Peugeot's"", '24', 'per', 'cent', 'and', ""Citroen's"", '11.']","[9, 10]",0,renault,Yet on their home turf in France it is Renault who are the market leaders with 27 per cent against Peugeot's 24 per cent and Citroen's 11.,"['But in its home market of France, Renault is the market leader with 27 percent, followed by Peugeot with 24 percent and Citroen with 11 percent.', 'In their home market of France, however, Renault leads with 27%, followed by Peugeot with 24% and Citroen with 11%.', 'However, Renault is already the market leader in France with 27 percent, ahead of Peugeot (24 percent) and Citroen (11 percent).', 'Still, Renault is the market leader in its home country of France with 27 percent, ahead of Peugeot with 24 percent and Citroen with 11 percent.', 'But in its home market of France, Renault leads with 27 percent, Peugeot with 24 percent and Citroen with 11. Third largest French manufacturer is the French VW subsidiary.']" -482,"['New', 'issues', 'are', 'underwritten', 'and', 'placed', 'with', 'investors', 'by', 'a', 'syndicate', 'of', 'international', 'banks', 'led', 'by', 'a', 'lead', 'manager', 'bank', '(such', 'as', 'Credit', 'Suisse', 'First', 'Boston', 'or', 'Deutsche', 'Bank', ').']","[27, 29]",0,deutsche bank,New issues are underwritten and placed with investors by a syndicate of international banks led by a lead manager bank (such as Credit Suisse First Boston or Deutsche Bank ).,"['New issues are backed by a consortium of international banks led by a leading management bank (such as Credit Suisse First Boston or Deutsche Bank) and investors are placed.', 'New issues will be underwritten by a syndicate of international banks led by a leading management bank (such as Credit Suisse First Boston or Deutsche Bank) and placed with investors.', 'New issues will be underwritten by a syndicate of international banks led by a leading management bank (such as Credit Suisse First Boston or Deutsche Bank) and placed with investors.', 'New issues are underwritten by a consortium of international banks led by a management firm (e.g. Credit Suisse First Boston or Deutsche Bank) and placed with investors.', 'New issues will be collateralised and placed with investors by a syndicate of international banks (including Credit Suisse First Boston and Deutsche Bank) led by a bank that will take over the management.']" -483,"['Meanwhile,', 'sources', 'contend', 'that', 'IBM', ""'s"", 'and', ""HP's"", 'commitment', 'to', 'WABI', 'is', 'fairly', 'weak.']","[4, 5]",1,ibm,"Meanwhile, sources contend that IBM's and HP's commitment to WABI is fairly weak.","[""Meanwhile, sources say IBM and HP's exposure to WABI is relatively weak."", ""At the same time, sources say that IBM and HP's involvement in WABI is relatively weak."", ""Meanwhile, IBM and HP's commitment to WABI will be pretty weak, according to the source."", 'Meanwhile, sources say IBM and HP have relatively weak ties to WABI.', 'Meanwhile, sources stress that IBM and HP are not really committed to WABI.']" -484,"['Subtitled', 'Tales', 'from', 'the', 'Assembly', 'Line,', ""Harper's"", 'book', 'is', 'a', 'scabrous,', 'riveting', 'account', 'of', 'his', 'day', 'job', 'at', 'General', 'Motors', '.']","[18, 20]",0,general motors,"Subtitled Tales from the Assembly Line, Harper's book is a scabrous, riveting account of his day job at General Motors.","[""Harper's book, subtitled Tales from the Assembly, is a blunt, riveting account of his day-to-day work at General Motors."", ""Harper's book, subtitled Tales from the Assembly Line, is a straightforward account of his day job at General Motors."", ""Harper's book, subtitled Tales from the Assembly Line, is a clumsy and riveting story of his job at General Motors."", ""Harper's book is subtitled Tales from the Assembly Line, a grotesque, stirring account of his day-to-day work at General Motors."", ""Harper's book, subtitled Tales from the Assembly Line, is a richly illustrated, riveting account of his day-to-day job at General Motors.""]" -485,"['I', 'flew', 'over', 'copies', 'of', 'that', 'photograph', 'of', 'Tweed', 'you', 'gave', 'me,""', 'Morgan', 'reported', 'as', 'he', 'drove', 'the', 'Daimler', 'beyond', 'Exeter', 'towards', 'Dartmoor.']","[18, 19]",1,daimler,"I flew over copies of that photograph of Tweed you gave me,"" Morgan reported as he drove the Daimler beyond Exeter towards Dartmoor.","['I flew over that photo of Tweed you gave me, ""Morgan said as he drove his Daimler past Exeter towards Dartmoor.', 'I had flown over copies of that photo of Tweed that you gave me, ""Morgan said as he steered the Daimler behind Exeter towards Dartmoor.', 'I flew over copies of the photo of Tweed that you give me, ""Morgan said as he drove his Daimler to Exeter towards Dartmoor.', 'I flew over copies of that photo of Tweed that you gave me, ""Morgan said as the Daimler drove across the border from Exeter towards Dartmoor.', 'I flew over copies of this photo of a tweed you gave me, ""Morgan said as he drove his Daimler through Exeter towards Dartmoor.']" -486,"['UK,', 'Cambridge-based,', 'Tadpole', 'Technology', 'Plc,', 'has', 'the', 'first', 'multi-processor', 'implementation', 'of', 'Motorola', 'Inc', ""'s"", '88110', 'on', 'VME', 'architecture.']","[11, 13]",0,motorola inc,"UK, Cambridge-based, Tadpole Technology Plc, has the first multi-processor implementation of Motorola Inc's 88110 on VME architecture.","['Cambridge-based Tadpole Technology Plc has unveiled the first multi-processor implementation of Motorola Inc. 88110 on VME architecture.', ""Cambridge-based British company Tadpole Technology Plc has the first multi-processor implementation of Motorola's 88110 on a VME architecture."", 'Cambridge-based Tadpole Technology Plc has the first multi-processor implementation of Motorola Inc. 88110 on VME architecture.', 'Cambridge-based Tadpole Technology Plc has the first multiprocessor implementation from Motorola Inc., 88110, on VME architecture.', ""Cambridge-based Tadpole Technology Plc has introduced the first multiprocessor implementation of Motorola's 88110 on VME architecture.""]" -487,"['DAVID', 'FEHERTY', 'missed', 'four', 'short', 'putts', 'in', 'the', 'BMW', 'tournament,', 'in', 'Munich', 'yesterday,', 'but', 'still', 'leads', 'the', 'field', 'by', 'six', 'strokes.']","[8, 9]",0,bmw,"DAVID FEHERTY missed four short putts in the BMW tournament, in Munich yesterday, but still leads the field by six strokes.","['DAVID FEHERTY missed four short putts at the BMW Championship in Munich yesterday but still leads by six strokes.', 'DAVID FEHERTY missed four putts at the BMW tournament in Munich yesterday but still leads the field by six strokes.', 'DAVID FEHERTY missed four short putts at the BMW tournament in Munich yesterday but still leads the field by six strokes.', 'DAVID FEHERTY missed four short putts at the BMW tournament in Munich but still leads by six strokes.', 'DAVID FEHERTY missed four putts at the BMW Championship in Munich yesterday but remains at the top of the leaderboard with a six-shot lead.']" -488,"['Until', 'now,', 'MicroCadam', 'was', 'supplied', 'by', 'Fujitsu', 'only', 'on', 'its', 'FMR', 'series', 'personal', 'computers.']","[6, 7]",0,fujitsu,"Until now, MicroCadam was supplied by Fujitsu only on its FMR series personal computers.","['Until now, MicroCadam was only available on PCs of the Fujitsu FMR series.', 'So far MicroCadam has only been delivered on PCs of the Fujitsu FMR series.', 'MicroCadam from Fujitsu has so far only been delivered with the PCs of the FMR series.', 'Fujitsu currently only offers MicroCadam for PCs of the FMR series.', 'Until now, the Fujitsu MicroCadam was only available on PCs of the FMR series.']" -489,"['Motorola', 'Inc', ""'s"", 'design', 'wins', 'for', 'the', '88000', 'are', 'beginning', 'to', 'melt', 'away.']","[0, 2]",0,motorola inc,Motorola Inc's design wins for the 88000 are beginning to melt away.,"[""Motorola Inc's design victory for the 88000 is starting to melt."", 'The design gains at Motorola Inc for the 88000 are slowly melting away.', 'Motorola Inc. design victories for 88000 are starting to melt away.', ""Motorola Inc. 's design victories for the 88,000 begin to melt away."", 'The design of the 88000 from Motorola Inc conquers the parent company and slowly gives way to a resolution.']" -490,"['It', 'ends', 'a', 'deal', 'that', 'would', 'have', 'made', 'BA', 'the', ""world's"", 'biggest', 'airline,', 'flying', '80', 'million', 'passengers', 'to', '340', 'cities', 'in', '71', 'countries.']","[8, 9]",0,ba,"It ends a deal that would have made BA the world's biggest airline, flying 80 million passengers to 340 cities in 71 countries.","[""It ends a deal that would have made BA the world's largest airline, carrying 80 million passengers to 340 cities in 71 countries."", ""This marks the end of an agreement that would have made BA the world's largest airline, serving 340 cities in 71 countries with 80 million passengers."", ""It marks the end of a deal that would have made BA the world's largest airline, with 80 million passengers flying to 340 cities in 71 countries."", ""This marks the end of an agreement that would have made BA the world's largest airline, which now carries 80 million passengers to 340 cities in 71 countries."", ""It ends a deal that would have made BA the world's largest airline, carrying 80 million passengers to 340 cities in 71 countries.""]" -491,"['The', 'B', 'was', 'for', 'Burroughs', 'and', 'the', 'H', 'was', 'for', 'Honeywell', '--', 'and', 'such', 'US', 'companies', 'were', 'slowly', 'falling', 'further', 'behind', 'IBM', '.']","[21, 22]",0,ibm,The B was for Burroughs and the H was for Honeywell -- and such US companies were slowly falling further behind IBM.,"['The B stood for Burroughs and the H for Honeywell - and these US companies slowly fell further behind IBM.', 'The B stands for Burroughs and the H for Honeywell - and these US companies slowly fell further behind IBM.', 'The B stood for Burroughs and the H for Honeywell - and these US companies were slowly falling behind IBM.', 'The B stood for Burroughs and the H for Honeywell - and US companies slowly fell further behind IBM.', 'The B stood for Burroughs, the H for Honeywell - and US companies slowly fell further behind IBM.']" -492,"['Apparently,', 'DEC,', 'Hewlett-Packard', 'and', 'IBM', 'are', 'among', 'the', 'manufacturers', 'involved', 'in', 'negotiations.']","[2, 3]",1,hewlett-packard,"Apparently, DEC, Hewlett-Packard and IBM are among the manufacturers involved in negotiations.","['It seems that DEC, Hewlett-Packard and IBM are among the manufacturers involved in the negotiations.', 'Manufacturers involved in the negotiations appear to include DEC, Hewlett-Packard and IBM.', 'It seems that DEC, Hewlett-Packard and IBM are among the manufacturers involved in the negotiations.', 'DEC, Hewlett-Packard and IBM also appear to be at the negotiating table.', 'The company is apparently in negotiations with companies such as DEC, Hewlett-Packard and IBM.']" -493,"['Delphi', 'collects', 'the', 'data', 'to', 'plot', 'the', 'absence', 'trends', 'which,', 'once', 'established,', 'the', 'company', 'can', 'then', 'take', 'positive', 'steps', 'to', 'help', 'employees.']","[0, 1]",1,delphi,"Delphi collects the data to plot the absence trends which, once established, the company can then take positive steps to help employees.","['Delphi collects the data to identify absenteeism trends that, once identified, the company can then take positive steps to help its employees.', 'Delphi collects the data to track absenteeism, and once these trends are identified, the company can take positive steps to help its employees.', 'Delphi collects the data for the absenteeism trend charts, which, once identified, help the company take positive steps for employees.', 'Delphi collects the data to record absenteeism, which, once identified, the company can use positively to support employees.', 'Delphi collects the data to show the wrong cutting trends in real time, and once identified, the company can take positive steps to help its employees.']" -494,"['DATA', 'GENERAL', 'AND', 'ORACLE', 'TEAM', 'UP']","[3, 4]",1,oracle,DATA GENERAL AND ORACLE TEAM UP,"['DATA GENERAL AND ORACLE TEAM UP', 'DATA GENERAL AND ORACLE TEAM UP', 'DATA GENERAL AND ORACLE TEAMS', 'DATENAL AND ORACLE TEAM-UP', 'GENERAL DATA REGULATION and ORACEL TEAM-UP']" -495,"['UNISYS', 'AND', 'HONEYWELL', 'SETTLE']","[2, 3]",1,honeywell,UNISYS AND HONEYWELL SETTLE,"['UNISYS and HONEYWELL SETTLE', 'UNISYS and Honeywell Set', 'UNISYS and Honeywell Set', 'UNISIA and EMERGENCE', 'UNISYS-FITRUS and EHFormel-SETTLE']" -496,"['Originally', 'the', 'OSF', 'was', 'to', 'produce', 'a', 'version', 'of', 'Unix', 'based', 'on', 'IBM', ""'s"", 'implementation,', 'AIX.']","[12, 13]",0,ibm,"Originally the OSF was to produce a version of Unix based on IBM's implementation, AIX.","['Originally the OSF was supposed to produce a Unix version based on the IBM implementation AIX.', 'Originally the OSF was supposed to build a version of Unix on the IBM implementation AIX.', ""The OSF was originally intended to develop a version of Unix based on IBM's AIX implementation."", 'Originally the OSF was there to create a Unix version based on the IBM implementation AIX.', ""Originally, the OSF was supposed to be a version of Unix based on IBM's AIX implementation.""]" -497,"['Of', 'the', 'total,', '$1', 'billion', 'will', 'be', 'used', 'to', 'upgrade', 'Time', 'Warner', ""'s"", 'cable-TV', 'systems', '--', 'with', 'some', '7m', 'subscribers,', ""America's"", 'second-biggest', '--', 'so', 'they', 'can', 'carry', 'the', 'full', 'range', 'of', 'whizzy', '""multimedia""', 'services.']","[10, 12]",0,time warner,"Of the total, $1 billion will be used to upgrade Time Warner's cable-TV systems -- with some 7m subscribers, America's second-biggest -- so they can carry the full range of whizzy""multimedia"" services.","['Of the $1 billion total, it will be used to modernize Time Warner\'s cable television systems - the second-largest in America, with 7 million subscribers - so that they can offer the full range of fast-paced ""multimedia services.""', 'One billion dollars of that will be used to upgrade Time Warner\'s cable television systems - the second-largest in the US, with about 7 million members - to provide the full range of fantastic ""multimedia services.""', 'Of the $1 billion total, Time Warner\'s cable television systems - which have about 7 million subscribers, making them America\'s second-largest company - will be upgraded to provide the full range of fast ""multimedia"" services.', 'Of the total, $1 billion will be used to modernize Time Warner\'s cable television systems - the second-largest among its American competitors, with about 7 million subscribers - so that they can access the full range of fast ""multimedia"" services.', 'Of this total of $1 billion, it will be used to upgrade Time Warner\'s cable television systems, which, with 7.6 million subscribers, are America\'s second largest, enabling them to offer all kinds of ""multimedia"" services.']" -498,"['Hewlett-Packard', 'Co', 'accompanied', 'news', 'that', 'it', 'had', 'made', '$261m', 'net', 'profit', 'for', 'its', 'fiscal', 'first', 'quarter', '(a', 'decline', 'of', '21%', 'before', 'a', 'big', 'accounting', 'charge', 'last', 'time)', 'with', 'news', 'that', 'it', 'cut', '1,700', 'jobs', 'worldwide', 'during', 'the', 'period.']","[0, 2]",1,hewlett-packard co,"Hewlett-Packard Co accompanied news that it had made $261m net profit for its fiscal first quarter (a decline of 21% before a big accounting charge last time) with news that it cut 1,700 jobs worldwide during the period.","['Hewlett-Packard Co combined the news that it had made a net profit of $261 million in the first quarter (down 21% from a heavy accounting burden last time) with the news that it had shed 1,700 jobs worldwide during that period.', 'Hewlett-Packard Co. ""s announcement that it made a net profit of $261 million in the first quarter of the fiscal year (down 21% from a heavy accounting burden last time) was accompanied by news that 1,700 jobs were cut worldwide during the same period.', 'Hewlett-Packard Co accompanied the news that the company made a net profit of $261 million in the fiscal first quarter, down 21% from last time, with the news that it has shed 1,700 jobs worldwide during that period.', 'Hewlett-Packard Co has accompanied the news that the company made a net profit of 260 million dollars in the first quarter (down 21%, before a heavy accounting burden last time) with the news that it has shed 1,700 jobs worldwide in the same period.', 'Hewlett-Packard Co is accompanying the news that the company made a net profit of $156 million in its first fiscal year, down 21% from last time, with the news that it is cutting 1,700 jobs worldwide over the same period.']" -499,"['Manpower', 'calculates', 'that', 'the', 'average', 'period', 'for', 'which', 'a', 'person', 'works', 'for', 'it', '(presumably', 'the', 'average', 'of', 'all', 'spells', 'of', 'employment)', 'is', 'four', 'months,', 'although', 'it', 'also', 'points', 'out', 'that', '""', 'many', '""', 'temporary', '""', 'workers', 'have', 'been', 'continuously', 'employed', 'by', 'Manpower', 'for', 'several', 'years', 'and', 'three', 'and', 'five', 'year', 'service', 'awards', 'for', 'temporaries', 'are', 'a', 'frequent', 'occurrence', '""', '(Manpower,', '1985).']","[41, 42]",0,manpower,"Manpower calculates that the average period for which a person works for it (presumably the average of all spells of employment) is four months, although it also points out that"" many"" temporary"" workers have been continuously employed by Manpower for several years and three and five year service awards for temporaries are a frequent occurrence"" (Manpower, 1985).","['Manpower calculates that the average period of employment of a person in the company (probably the average of all periods of employment) is four months, but also notes that ""many"" temporary workers have been employed continuously by Manpower for several years and three- and five-year contracts are common for temporary workers ""(Manpower 1985).', 'Manpower calculates that the average working time of a person (probably the average of all years of employment) is four months, although this also indicates that ""many"" temporary workers have been employed continuously by Manpower for several years and that three or five years of service are very common for temporary workers ""(Manpower, 1985).', 'According to Manpower\'s calculation, the average duration of employment (presumably the average of all employment relationships) is four months, noting that ""many"" temporary workers have been employed continuously by Manpower for several years and that it is customary to grant three- and five-year remuneration to temporary workers ""(Manpower, 1985).', 'Manpower has calculated that the average duration of employment (i.e. the average of all periods of employment) is four months. However, it is also pointed out that ""many"" temporary workers have been employed continuously by Manpower for several years and that three and five years benefits for temporary workers are common ""(Manpower, 1985).', 'Manpower calculates that each person works for the company for an average of more than four months (probably the average of all periods of employment), but also points out that a ""high proportion of temporary workers"" work continuously for several years and that three to five long-term contracts are common for temporary workers ""(Manpower 1985).']" -500,"['Carol', 'Bartz,', 'Sun', 'Microsystems', 'Inc', 'vice-president', 'of', 'worldwide', 'field', 'operations,', 'has', 'jumped', 'ship', 'to', 'become', 'chairman,', 'president', 'and', 'chief', 'executive', 'of', 'Autodesk', 'Inc,', 'Sausalito,', 'replacing', 'Alvar', 'Green:', 'she', 'is', 'succeeded', 'at', 'Sun', 'by', 'Joseph', 'Roebuck', 'who', 'becomes', 'vice-president', 'of', 'worldwide', 'field', 'operations', 'for', 'its', 'Sun', 'Microsystems', 'Computer', 'Corp', 'arm.']","[2, 5]",0,sun microsystems inc,"Carol Bartz, Sun Microsystems Inc vice-president of worldwide field operations, has jumped ship to become chairman, president and chief executive of Autodesk Inc, Sausalito, replacing Alvar Green: she is succeeded at Sun by Joseph Roebuck who becomes vice-president of worldwide field operations for its Sun Microsystems Computer Corp arm.","['Carol Bartz, Vice President of Global Operations at Sun Microsystems Inc., has been promoted to Director of Autodesk Inc., Sausalito, replacing Alvar Green. Her successor at Sun will be Joseph Roebuck, who will become Vice President Global Sales for his company Sun Microsystems Computer Corp.', 'Carol Bartz, Vice President of Global Sales at Sun Microsystems Inc., succeeds Alvar Green, who became Chairman, President and Chief Executive of Autodesk Inc., Sausalito, succeeding Joseph Roebuck, who joins Sun as Vice President of Global Sales for its Sun Microsystems Computer Corp. division.', 'Carol Bartz, Vice President of Global Operations at Sun Microsystems Inc., has stepped in as Chairman, President and CEO of Autodesk Inc., Sausalito, replacing Alvar Green. She will be succeeded by Joseph Roebuck at Sun, who will become Vice President Global Sales at Sun Microsystems Computer Corp.', 'Carol Bartz, responsible for global sales at Sun Microsystems Inc., has been named Chairman, President and CEO of Autodesk Inc., Sausalito, replacing Alvar Green, who has been appointed Vice President Global Sales at Sun Microsystems Computer Corp.', 'Carol Bartz, Vice President of Global Sales Operations, has been promoted to Chairman, President and Chief Executive of Autodesk Inc., Sausalito, replacing Alvar Green, who will be replaced at Sun by Joseph Cunningham, who will become Vice President of Global Sales for Sun Microsystems Computer Corp.']" -501,"['SUN', 'TAKES', 'BRISTOL', 'FAX', 'SYSTEM']","[0, 1]",0,sun,SUN TAKES BRISTOL FAX SYSTEM,"['SUN WAR BRISTOL FAX SYSTEM', 'SUN IS BRISTOL FAX SYSTEM', 'Sun acquires BRISTOC-FAX system', 'SUN records BRISTOL FAT SYSTEM', 'The ""BRISTOL FAX SYSTEM"" transmits sunlight from the smartphone']" -502,"['Samsung', 'Electronics', 'Co', ',', 'Seoul,', 'South', 'Korea', 'is', ""Sequoia's"", 'other', 'major', 'business', 'partner.']","[0, 3]",0,samsung electronics co,"Samsung Electronics Co, Seoul, South Korea is Sequoia's other major business partner.","[""Sequoia's other major business partner is Samsung Electronics Co, Seoul, South Korea."", 'Samsung Electronics Co, Seoul, South Korea, is another important business partner of Sequoia.', ""Sequoia's second major business partner is Samsung Electronics Co, Seoul, South Korea."", 'Another important business partner of Sequoia is Samsung Elektronik Co, Seoul, South Korea.', 'Samsung Electronics Co of Seoul, South Korea, is another important partner of Sequoia.']" -503,"['How', 'does', 'IBM', 'slenderise?']","[2, 3]",1,ibm,How does IBM slenderise?,"['How does IBM shrink?', 'How does IBM smear?', 'How does IBM show slimming products?', 'How creeping is IBM?', 'What tax advantages does IBM have?']" -504,"['The', 'expectation', 'was', 'that', 'IBM', 'Corp', 'would', 'throw', 'everything', 'including', 'the', 'kitchen', 'sink', 'into', 'its', 'fiscal', 'first', 'quarter', 'figures', 'in', 'order', 'to', 'give', 'Louis', 'Gerstner', 'as', 'clean', 'a', 'platform', 'as', 'possible', 'on', 'which', 'to', 'build', '--', 'but', 'the', 'company', 'unaccountably', 'dressed', 'the', 'figures', 'up', 'a', 'little,', 'by', 'taking', 'a', '$95m', 'tax', 'credit', 'in', 'the', 'quarter,', 'without', 'which', 'the', 'net', 'loss', 'would', 'have', 'been', '$380m;', 'interest', 'charges', 'in', 'the', 'first', 'quarter', 'declined', 'by', '12.5%', 'to', '$305m.']","[4, 6]",1,ibm corp,"The expectation was that IBM Corp would throw everything including the kitchen sink into its fiscal first quarter figures in order to give Louis Gerstner as clean a platform as possible on which to build -- but the company unaccountably dressed the figures up a little, by taking a $95m tax credit in the quarter, without which the net loss would have been $380m; interest charges in the first quarter declined by 12.5% to $305m.","['The expectation was that IBM Corp would include everything, including the kitchen sink, in its first-quarter results to give it the cleanest platform to build - but the company inexplicably embellished the numbers a little by claiming a $95 million tax credit for the quarter, without which the net loss would have been $380 million; interest expenses fell 12.5% to $305 million in the first quarter.', 'The expectation was that IBM Corp would include everything, including the kitchen sink, in its first-quarter financial results to provide a clean platform on which to build - but the company spiced up those numbers for reasons of incomprehensible thoroughness by claiming a $95 million tax credit in the first quarter, without which it would have made a net loss of $380 million. Interest expense in the first quarter fell 12.5 percent to $305 million.', 'The expectation was that IBM Corp would include everything, including the kitchen sink, in its fiscal first quarter to give Louis Gerstner the cleanest platform to build his businesses, but the company inexplicably downplayed the numbers by claiming a $95 million tax credit in the quarter, without which the net loss would have been $380 million. Interest expense fell 12.5% to $305 million in the first quarter.', 'IBM Corp had been expected to lay down everything, including the kitchen sink itself, in its first-quarter results to give Louis Gerstner such a clean base on which to build - but when the company inexplicably obscured the figures, it claimed $95,000 in tax credits in the first quarter, without which the net loss would have been about $380,000. Interest expense fell 12.5% to $305,000 in the first quarter.', 'IBM Corp. is expected to include everything, including the kitchen sink, in its first-quarter figures, but it had been expected to inexplicably manipulate those numbers a little by accepting a $95 million tax credit in the first quarter, without which the net loss would have been $380 million.']" -505,"['IBM', 'and', 'Hewlett-Packard', 'decided', '--', 'or', 'were', 'persuaded', 'by', 'independent', 'software', 'vendors', '--', 'that', 'a', 'common', 'kernel', ""wasn't"", 'a', 'necessity', 'for', 'competing', 'with', 'NT', '--', 'in', ""Hewlett-Packard's"", 'view,', '""users', ""don't"", 'give', 'a', 'damn', 'about', 'the', 'kernel', 'anyway,', 'they', 'need', 'application', 'programming', 'interfaces,""', 'says', 'European', 'computer', 'systems', 'marketing', 'manager', 'Bernard', 'Guidon.']","[0, 1]",1,ibm,"IBM and Hewlett-Packard decided -- or were persuaded by independent software vendors -- that a common kernel wasn't a necessity for competing with NT -- in Hewlett-Packard's view,""users don't give a damn about the kernel anyway, they need application programming interfaces,"" says European computer systems marketing manager Bernard Guidon.","['IBM and Hewlett-Packard decided, or were convinced by independent software vendors, that a common kernel was not necessary to compete with NT. From Hewlett-Packard\'s point of view, ""users make no secret of the kernel anyway, they need interfaces for programming application systems,"" says Bernard Guidon, who is responsible for the marketing of computer systems in Europe.', 'IBM and Hewlett-Packard decided - or were convinced by independent software vendors - that a common kernel was not necessary to compete with NT - from Hewlett-Packard\'s point of view: ""Users have no problems with the kernel anyway, they need application programming interfaces,"" says Bernard Guidon, marketing manager for computer systems in Europe.', 'IBM and Hewlett-Packard decided - or were persuaded by independent software vendors - that a common kernel for NT was not necessary. ""Users do not condemn the kernel, they need interfaces for programming applications,"" says Bernard Guidon, who is responsible for marketing computer systems in Europe.', 'IBM and Hewlett-Packard have come to the conclusion - or to independent software vendors - that you don\'t necessarily need a common kernel to compete with NT. According to Hewlett-Packard, ""users don\'t notice kernel bugs anyway, but need interfaces for programming applications,"" said Bernard Guidon, marketing director for European computer systems.', 'IBM and Hewlett-Packard have come out in favour of the common core or have been convinced by independent software vendors - at Hewlett-Packard, ""this kernel is not banal to compete for NT anyway, they need interfaces for programming the applications,"" says Bernard Guidon, Marketing Manager European Computer Maintainers.']" -506,"['Last', 'year', 'Sprint', 'extended', 'the', 'TCP/IP', 'protocol', 'to', 'commercial', 'customers', 'in', 'the', 'form', 'of', 'SprintLink.']","[2, 3]",0,sprint,Last year Sprint extended the TCP/IP protocol to commercial customers in the form of SprintLink.,"['Last year, Sprint extended the TCP / IP protocol to commercial customers in the form of SprintLink.', 'Last year, Sprint extended the TCP / IP protocol to commercial customers with SprintLink.', 'Sprint extended the TCP / IP protocol to commercial customers in the form of SprintLink last year.', 'Last year, Sprint expanded the TCP / IP protocol for commercial customers in the form of SprintLink.', 'Sprint passed on the TCP / IP protocol to commercial customers last year with SprintLink.']" -507,"['The', 'author', 'states,', 'quite', 'correctly', 'in', 'the', ""reviewer's"", 'opinion,', 'that', 'the', 'Southern', 'Railway', ""'s"", 'passenger', 'ancillary', 'vehicles', 'had', 'a', 'character', 'all', 'of', 'their', 'own', 'and', 'he', 'has', 'meticulously', 'chronicled', 'their', 'fleet.']","[11, 13]",0,southern railway,"The author states, quite correctly in the reviewer's opinion, that the Southern Railway's passenger ancillary vehicles had a character all of their own and he has meticulously chronicled their fleet.","['The author rightly states that the passenger cars of the Southern Railway had their own character and that he meticulously recorded their fleet chronologically.', 'According to the reviewer, the author rightly points out that the passenger cars of the Southern Railway had their own character and that he had meticulously recorded the fleet.', 'The author rightly states that the passenger carriages of the Southern Railway had their own character and that he documented their fleet in careful research.', 'The author states - quite rightly - that the passenger cars of the Southern Railway have their own character and that he has meticulously presented their fleet.', 'In the opinion of the expert, he is quite right to point out that Southern Railway passenger cars have their own character and that he has meticulously recorded their fleet chronologically.']" -508,"['The', 'rating', 'agency', 'says', 'that', 'the', 'action', 'follows', ""Philips'"", 'agreement', 'to', 'sell', 'to', 'Matsushita', 'Electric', 'Industrial', 'Co', 'its', '35%', 'stake', 'in', 'the', ""companies'"", 'joint', 'venture.']","[13, 17]",0,matsushita electric industrial co,The rating agency says that the action follows Philips' agreement to sell to Matsushita Electric Industrial Co its 35% stake in the companies' joint venture.,"[""The rating agency attributes the measure to Philips' agreement to sell its 35% stake in the joint venture to Matsushita Electric Industrial Co."", 'Philips had previously agreed to sell its 35 percent stake in the joint venture to Matsushita Electric Industrial Co, the rating agency said.', ""According to the rating agency, Philips' decision to sell its 35% stake in the joint venture to Matsushita Electric Industrial Co is the reason for the lawsuit."", 'According to the rating agency, Philips ""action is subject to an agreement to sell Matsushita Electric Industrial Co its 35 percent stake in the joint venture.', ""The rating agency said the measure would allow Philips to sell the group's 35% stake in Matsushita Electric Industrial Co.""]" -509,"['CHRISTIAN', 'DIOR']","[0, 2]",0,christian dior,CHRISTIAN DIOR,"['Christian Dior', 'Christian Dior', 'Christian Dior', 'Christian Dior', 'CHRISTIAN WITH']" -510,"['However,', 'Sharp', 'have', 'a', 'highly', 'restrictive', 'policy', 'which', 'makes', 'such', 'development', 'difficult.']","[1, 2]",0,sharp,"However, Sharp have a highly restrictive policy which makes such development difficult.","['However, Sharp has a very restrictive policy, which makes such a development difficult.', 'However, Sharp has a very restrictive policy, which complicates this development.', 'However, Sharp has a very restrictive policy which makes such developments more difficult.', 'However, Sharp Re has a very restrictive policy, which makes this difficult.', 'According to Sharp, the PlayStation 4 is the first game console in the world to help.']" -511,"['He', 'added', 'that', 'as', 'much', 'as', 'a', 'third', 'of', 'BP', ""'s"", 'oil', 'production', 'was', 'expected', 'to', 'continue', 'to', 'come', 'from', 'the', 'North', 'Sea', 'until', 'the', 'turn', 'of', 'the', 'century.']","[9, 10]",0,bp,He added that as much as a third of BP's oil production was expected to continue to come from the North Sea until the turn of the century.,"[""He added that by the turn of the century, a third of BP's oil production is expected to come from the North Sea."", ""He added that about a third of BP's oil production is expected to come from the North Sea by the turn of the century."", ""By the turn of the millennium, a third of BP's oil production would come from the North Sea."", ""He added that about a third of BP's oil production will come from the North Sea by the end of the century."", ""By the turn of the millennium, around a third of BP's oil production is expected to come from the North Sea.""]" -512,"['The', 'old', 'order', 'changeth,', 'and', 'how', '--', 'back', 'at', 'the', 'end', 'of', 'the', '1970s,', 'Ted', 'Dexter', 'and', 'Honeywell', 'Information', 'Systems', 'Ltd', 'got', 'together', 'to', 'propose', 'to', 'the', 'British', 'Broadcasting', 'Corporation', 'that', 'television', 'coverage', 'of', 'cricket', 'could', 'be', 'enhanced', 'with', 'a', 'little', 'judicious', 'computer', 'intervention', 'and', 'the', 'age', 'of', 'computer-aided', 'sports', 'broadcasting', 'was', 'born:', 'for', 'a', 'decade', 'and', 'more', 'a', 'Level', '6', 'minicomputer', 'or', 'successor', 'followed', 'the', 'cameras', 'and', 'trundled', 'around', 'the', 'cricket', 'grounds', 'of', 'England', 'and', 'Wales', 'in', 'the', 'back', 'of', 'a', 'truck', 'as', 'Honeywell', 'and', 'successor', 'company', 'Bull', 'HN', 'Information', 'Systems', 'Ltd', 'maintained', 'the', 'tradition', '--', 'but', 'with', 'the', 'first', 'one-day', 'match', 'of', 'the', 'current', 'series', 'against', 'Australia', 'at', 'Old', 'Trafford', 'yesterday,', 'what', 'was', 'the', 'legend', 'at', 'the', 'bottom', 'of', 'the', 'caption', 'but', '""Intel', 'processing"".']","[84, 85]",1,honeywell,"The old order changeth, and how -- back at the end of the 1970s, Ted Dexter and Honeywell Information Systems Ltd got together to propose to the British Broadcasting Corporation that television coverage of cricket could be enhanced with a little judicious computer intervention and the age of computer-aided sports broadcasting was born: for a decade and more a Level 6 minicomputer or successor followed the cameras and trundled around the cricket grounds of England and Wales in the back of a truck as Honeywell and successor company Bull HN Information Systems Ltd maintained the tradition -- but with the first one-day match of the current series against Australia at Old Trafford yesterday, what was the legend at the bottom of the caption but""Intel processing"".","['The old order changed, and how - then, in the late 1970s, Ted Dexter and Honeywell Information Systems Ltd teamed up to ask the British Broadcasting Corporation that cricket could be improved by a few prudent computer interventions, and that the age of computerised sports broadcasting was born: for more than a decade, a mini computer or Class 6 successor followed the cameras and trudged onto the backs of the cricket pitch in England and Wales, while Honeywell and its successor company Bull HN Information Systems Ltd maintained the tradition - albeit with the first one-day match of the current series against Australia yesterday at Old Trafford, which was still the legend among them, but ""Intel Processing.""', 'The old order changed, and how - in the late 1970s, when Ted Dexter and Honeywell Information Systems Ltd came together to propose to the British Broadcasting Corporation that television could spread cricket with more sophisticated computer interference, and the age of computerised sports broadcasting was born - for more than a decade a mini-computer, or successor to Level 6, followed the cameras and romped around in the back of a truck on the England and Wales cricket pitches, while Honeywell and its successor company Bull HN Information Systems Ltd continued the tradition - but with the first one-day match of the current series against Australia yesterday at Old Trafford, which at the bottom of the caption simply read ""Intel Processing.""', 'The old order has changed, and how - as early as the late 1970s - Ted Dexter and Honeywell Information Systems Ltd joined forces to propose to the British Broadcasting Corporation that television coverage of cricket could be improved with somewhat exaggerated Tory intervention, and that the age of computerised sports broadcasting was born: for more than a decade or more, a mini-computer or stage 6 successor followed the cameras and trotted across the cricket grounds of England and Wales in trucks, while Honeywell and its successor company Bull HN Information Systems Ltd maintained this tradition - but with the first one-day match of the current series against Australia yesterday at Old Trafford, which at the end of the caption was nothing more than ""Intel Processing.""', 'So the old order has changed, and as Ted Dexter and Honeywell Information Systems Ltd suggested to the British Broadcasting Corporation in the late 1970s that cricket television could be improved by a little prudent computer intervention, and that the age of computerised sports broadcasting was born: for more than a decade, a Level 6 minicomputer or successor followed the cameras and ran around in a truck on the cricket field in England and Wales, while Honeywell and its successor company BullHN Information Systems Ltd maintained the tradition - albeit with yesterday\'s first one-day match of the current series against Australia at Old Trafford, legendary except for ""Intel Processing"" at the bottom of the caption.', 'The old order changed, and how - in the late 1970 ""s, Ted Dexter and Honeywell Information Systems Ltd teamed up to propose to the British Broadcasting Corporation that television coverage of cricket be increased by a little prudent computing, and the age of computerized sports broadcasting was born: about a decade later, a Level 6 successor followed the cameras and meandered around the cricket grounds in England and Wales behind a truck, while Honeywell and its successor company, Bull, kept up the tradition by telephone - but with the first one-day match of the current series yesterday at Old Trafford against Australia, which was the legend under the heading"" Intel Processing. ""']" -513,"['Stainless', 'steel', 'kitchen', 'tools', 'from', 'Heritage,', 'around', '$3.49', 'per', 'piece,', 'are', 'available', 'from', 'Tesco', 'stores,', 'hardware', 'and', 'cookware', 'shops', 'around', 'the', 'country.']","[13, 14]",0,tesco,"Stainless steel kitchen tools from Heritage, around $3.49 per piece, are available from Tesco stores, hardware and cookware shops around the country.","['Stainless steel appliances from Heritage, about $3.49 apiece, are available in Tesco stores, hardware stores and cookware stores across the country.', 'Stainless steel kitchen appliances, about $3.49 apiece, are available in Tesco stores, hardware stores and cookware stores across the country.', 'Heritage stainless steel kitchen appliances, priced at about $3.49, are available in Tesco stores, hardware stores and cookware stores across the country.', 'Stainless steel appliances from Heritage, priced at £3.49 each, are available in Tesco stores, DIY stores and home furnishings stores across the country.', 'Stainless steel kitchen appliances in Heritage, which cost around £3.49 each, are available in Tesco stores, hardware stores and cookery shops across the country.']" -514,"['At', 'the', 'same', 'time,', 'the', 'market', 'was', 'becoming', 'much', 'more', 'competitive', 'and', 'international', 'customers,', 'such', 'as', 'Ford', ',', 'were', 'reducing', 'the', 'number', 'of', 'suppliers.']","[16, 17]",0,ford,"At the same time, the market was becoming much more competitive and international customers, such as Ford, were reducing the number of suppliers.","['At the same time, the market became significantly more competitive and international customers such as Ford reduced the number of suppliers.', 'At the same time, the market became significantly more competitive and international customers such as Ford reduced the number of suppliers.', 'At the same time, the market became significantly more competitive and international customers such as Ford reduced the number of suppliers.', 'At the same time, the market became significantly more competitive and international customers such as Ford reduced the number of suppliers.', 'At the same time, the market became significantly more competitive and international customers such as Ford reduced the number of their suppliers.']" -515,"['Yet', 'West', ""Germany's"", 'Bayer', 'and', 'Hoechst', 'went', 'on', 'to', 'dominate', 'the', 'industry', '(by', '1913', 'Germany', 'produced', '90%', 'of', 'the', ""world's"", 'dyes)', 'because,', 'unlike', 'British', 'companies,', 'they', 'made', 'the', 'essential', 'first-mover', 'investments', 'in', 'production,', 'distribution', 'and', 'management.']","[3, 4]",0,bayer,"Yet West Germany's Bayer and Hoechst went on to dominate the industry (by 1913 Germany produced 90% of the world's dyes) because, unlike British companies, they made the essential first-mover investments in production, distribution and management.","['But then Bayer and Hoechst dominated the industry in West Germany (in 1913 Germany produced 90% of the dyes offered worldwide) because, unlike British companies, they made the largest investments in production, distribution and management.', ""But Bayer and Hoechst's values fell in West Germany, where industry dominated (until 1913, Germany produced 90% of the world's dyes) because, unlike British firms, they made the indispensable investments in production, distribution, and management."", ""But the West German conglomerates Bayer and Hoechst dominated the industry (Germany produced 90% of the world's dyes in 1913) because, unlike British companies, they made vital investments in production, distribution and management."", 'Nevertheless, Bayer and Hoechst from West Germany later dominated the industry (they produced 90% of all dyes in 1913) because, unlike British companies, they made the decisive investments in production, distribution and management.', ""But the German companies Bayer and Hoechst became the dominant industry (Germany produced 90% of the world's dyes in 1913) because, unlike the British companies, they made the largest investments in production, distribution and management.""]" -516,"['The', 'Renault', 'design', 'team', 'clearly', 'succeeded', 'in', 'their', 'intention', 'to', 'offer', 'big', 'car', 'comfort', 'in', 'a', 'competitively', 'compact', 'package.']","[1, 2]",0,renault,The Renault design team clearly succeeded in their intention to offer big car comfort in a competitively compact package.,"['The Renault development team has thus clearly succeeded in offering a high level of driving comfort in a compact package.', 'The Renault development team has made it clear that it wants to offer great automotive comfort in a competitive package.', 'With a compact, competitive package, the Renault development team clearly wants to offer great comfort.', 'The Renault development team has clearly adhered to its plan to offer high levels of comfort in a competitive, compact package.', 'The Renault development team has clearly fulfilled its intention to offer great comfort in a competitive package.']" -517,"['Sitka,', 'based', 'in', 'Alameda,', 'California', '--', 'originally', 'Sun', ""'s"", 'TOPS', 'division', '--', 'will', 'continue', 'to', 'sell', 'its', 'networking', 'software', 'line', 'through', 'existing', 'channels', 'but', 'will', 'operate', 'under', 'the', 'SunSelect', 'name', 'out', 'of', 'Chelmsford,', 'Massachusetts.']","[7, 8]",0,sun,"Sitka, based in Alameda, California -- originally Sun's TOPS division -- will continue to sell its networking software line through existing channels but will operate under the SunSelect name out of Chelmsford, Massachusetts.","[""Sitka, based in Alameda, California - originally Sun's TOPS division - will continue to sell its network software through existing channels but will operate under the SunSelect name of Chelmsford, Massachusetts."", ""Sitka, based in Alameda, California - originally Sun's TOPS division - will continue to sell its network software line through existing channels, but will operate under the SunSelect name of Chelmsford, Massachusetts."", ""Sitka, based in Alameda, California - originally Sun's TOPS business - will continue to sell its network software through existing channels but will operate under the SunSelect name of Chelmsford, Massachusetts."", ""Sitka, based in Alameda, California - originally Sun's TOPS division - will continue to sell its network software through existing channels but will operate under the SunSelect name in Chelmsford, Massachusetts."", ""Sitka, based in Alameda, California - originally Sun's TOPS division - will continue to sell its network software through existing channels, but will operate under the SunSelect name of Chelmsford, Massachusetts.""]" -518,"['Digital', 'Equipment', 'Corp', 'is', 'now', 'allied', 'with', 'Ing', 'C', 'Olivetti', '&', 'Co', 'SpA,', 'and', 'has', 'no', 'historic', 'or', 'technical', 'ties', 'with', 'Siemens', '.']","[21, 22]",0,siemens,"Digital Equipment Corp is now allied with Ing C Olivetti & Co SpA, and has no historic or technical ties with Siemens.","['Digital Equipment Corp is now affiliated with Ing C Olivetti & Co SpA and has no historical or technical ties to Siemens.', 'Digital Equipment Corp is now affiliated with Ing C Olivetti & Co SpA and has no historical or technical relationship with Siemens.', 'Digital Equipment Corp is now affiliated with Ing C. Olivetti & Co SpA and has no historical or technical ties to Siemens.', 'Digital Equipment Corp is now allied with Ing C Olivetti & Co SpA and has no historical or technical relationship with Siemens.', 'Digital Equipment Corp is now affiliated with Ing C Olivetti & Co SpA and has no historical or technical relationship with Siemens.']" -519,"['You', 'just', ""can't"", 'trust', 'these', 'thespians', '--', 'any', 'residual', 'loyalty', 'vanishes', 'once', 'the', 'last', 'cheque', 'has', 'been', 'banked:', 'according', 'to', 'the', 'Evening', 'Standard,', 'Maureen', 'Lippmann,', 'who', 'played', 'the', '""typical', 'Jewish', 'mother""', 'Beattie', '(', 'BT', ',', 'geddit?', '--', 'we', ""didn't"", 'at', 'the', 'time,', 'but', 'then', 'we', 'detest', 'brutal', 'acronyms', 'in', 'place', 'of', 'meaningful', 'names)', 'to', 'the', 'mutual', 'benefit', 'of', 'British', 'Telecommunications', 'Plc', 'and', 'her', 'bank', 'balance,', 'when', 'asked', 'to', 'reveal', 'her', 'favourite', 'word,', 'replied,', 'without', 'hesitation,', '""Mercurial"".']","[33, 34]",1,bt,"You just can't trust these thespians -- any residual loyalty vanishes once the last cheque has been banked: according to the Evening Standard, Maureen Lippmann, who played the""typical Jewish mother"" Beattie ( BT, geddit? -- we didn't at the time, but then we detest brutal acronyms in place of meaningful names) to the mutual benefit of British Telecommunications Plc and her bank balance, when asked to reveal her favourite word, replied, without hesitation,""Mercurial"".","['These contemporaries simply cannot be trusted - any remaining loyalty disappears as soon as the last cheque is paid: Maureen Lippmann, who according to the Evening Standard played Beattie (BT, geddit?), a ""typical Jewish mother"" we didn\'t know at the time but abhorred brutal abbreviations instead of meaningful names, answered the question of whether she would divulge her favorite word without hesitation ""strange.""', 'These theories simply cannot be trusted - any remaining loyalty disappears as soon as the last cheque is paid: we didn\'t have Maureen Lippmann, who played the ""typical Jewish mother"" Beattie (BT, geddit?) at the time in favour of British Telecommunications Plc and its bank balances, according to the Evening Standard (BT, geddit?), but then we abhorred brutal abbreviations instead of meaningful names - when asked if he wanted to reveal her favourite word, she replied without hesitation: ""Mercury.""', 'These assumptions simply cannot be trusted: any remaining loyalty disappears as soon as the last cheque is transferred: on the one hand, according to the Evening Standard, Maureen Lippmann, who played Beatty\'s ""typically Jewish mother"" (BT, geddit? - which we didn\'t do at the time, but then we abhorred brutal abbreviations instead of meaningful names), which is to the mutual benefit of British Telecommunications Plc and its bank balance, when asked if she would reveal her favourite word, she replied without hesitation ""strange.""', 'These assumptions simply cannot be trusted - any remaining loyalty disappears as soon as the last cheque is paid: as the Evening Standard\'s Maureen Lippmann, who played the ""typical Jewish mother"" Beattie (BT, geddit?) replied - we didn\'t have that then, but then we hate brutal abbreviations instead of meaningful names - to the mutual benefit of British Telecommunications Plc and their bank accounts when asked for their favourite word, which we called ""strange"" without hesitation.', 'These theories are simply not true, and the remaining loyalty fades with the dispatch of the last barn: according to the Evening Standard, Maureen Lippmann, who played Beatty\'s ""typical Jewish mother"" (BT, geddit?) - we didn\'t, but then we abhorred brutal abbreviations instead of meaningful names - replied with ""Strange"" when asked if she would divulge her favorite word without hesitation.']" -520,"['The', 'template', 'packages', 'will', 'ship', 'in', 'the', 'second', 'half', 'of', 'the', 'year,', 'once', 'Microsoft', 'has', 'worked', 'out', 'how', 'to', 'price', 'them.']","[13, 14]",1,microsoft,"The template packages will ship in the second half of the year, once Microsoft has worked out how to price them.","['The template packages will be shipped in the second half of the year once Microsoft has worked out the pricing.', 'The templates will be shipped in the second half of the year once Microsoft has set the price.', 'The template packages will be shipped in the second half of the year once Microsoft has determined the price.', 'The template packages will be shipped in the second half of the year once Microsoft has figured out how to set a price.', 'The packages will be shipped in the second half of the year once Microsoft has set the price.']" -521,"['Finance', 'director', 'Keith', 'Todd', 'announced', 'that', 'ICL', 'has', 'gained', 'one', 'point', 'of', 'market', 'share', 'in', 'the', 'UK,', 'in', 'a', 'declining', 'overall', 'market', '--', 'stealing', 'back', 'a', 'little', 'of', 'the', 'market', 'share', 'that', 'IBM', 'UK', 'has', 'won', 'from', 'ICL', 'over', 'the', 'past', '20', 'years.']","[32, 34]",0,ibm uk,"Finance director Keith Todd announced that ICL has gained one point of market share in the UK, in a declining overall market -- stealing back a little of the market share that IBM UK has won from ICL over the past 20 years.","['Chief Financial Officer Keith Todd announced that ICL has gained a third of the UK market share in a declining overall market - a small fraction of the market share IBM UK has gained through ICL over the past 20 years.', 'Finance director Keith Todd announced that ICL had gained market share in a declining overall market - a small fraction of the market share IBM UK ICL has lost over the past 20 years.', 'Keith Todd, finance director, said ICL had gained market share in the UK despite a declining overall market - taking some market share away from IBM UK over the past 20 years.', ""Keith Todd, finance director, said ICL had gained a one-point market share in the UK in a declining overall market - and reclaimed a small share of Nokia IBM UK's market share over the past 20 years."", ""Finance director Keith Todd said ICL had gained market share across the UK's shrinking market - something like the market share IBM UK ICL has lost over the past 20 years.""]" -522,"['Taligent', 'kernels', '--', 'as', 'opposed', 'to', 'layered', 'products', '--', 'will', 'act', 'as', 'the', 'hardware-specific', 'interface', 'in', 'place', 'of', 'current', 'operating', 'systems,', 'and', 'application', 'programming', 'interfaces', 'such', 'as', 'the', 'Apple', 'Mac', 'user', 'interface', 'and', 'IBM', ""'s"", 'Workplace', 'Shell', 'will', 'become', 'modules', 'that', 'run', 'on', 'top', 'of', 'these', 'kernels.']","[33, 34]",0,ibm,"Taligent kernels -- as opposed to layered products -- will act as the hardware-specific interface in place of current operating systems, and application programming interfaces such as the Apple Mac user interface and IBM's Workplace Shell will become modules that run on top of these kernels.","['Talented cores, unlike layered products, act as hardware-specific interfaces instead of current operating systems, and programming interfaces for applications such as Apple Mac User Interface and IBM Workplace Shell become modules that run on these cores.', ""Talented cores - as opposed to layered products - represent the hardware-specific interface instead of current operating systems, and application programming interfaces such as the Apple Mac user interface and IBM's Workplace Shell become modules that run on these cores."", ""Talented cores - as opposed to multi-layered products - act as hardware-specific interfaces instead of current operating systems, and application programming interfaces such as the Apple Mac user interface and IBM's WorkPlace Shell become modules that run on these cores."", ""Talented cores - as opposed to layered products - become the hardware-specific interface of current operating systems, and programming interfaces for applications such as the Apple Mac user interface and IBM's Workplace Shell become modules that run on these cores."", 'Talented cores - not multi-layered products - will be the hardware-specific interface instead of the current operating systems, and programming interfaces for applications such as Apple Mac or IBM Workplace Shell will become modules running on these cores.']" -523,"['Both', 'the', 'BMW', 'and', 'Nissan', 'car', 'companies', 'have', 'announced', 'prototype', 'electric', 'cars,', 'to', 'add', 'to', 'those', 'already', 'being', 'developed', 'by', 'General', 'Motors,', 'Peugeot', 'and', 'Ford.']","[2, 3]",1,bmw,"Both the BMW and Nissan car companies have announced prototype electric cars, to add to those already being developed by General Motors, Peugeot and Ford.","['Automakers BMW and Nissan have announced prototypes of electric cars that will be complemented by those already developed by General Motors, Peugeot and Ford.', 'Automakers BMW and Nissan have both announced models for electric cars that have already been developed by General Motors, Peugeot and Ford.', 'Car companies BMW and Nissan announced electric cars as prototypes to complement prototypes from General Motors, Peugeot and Ford.', 'Automakers BMW and Nissan have both announced prototypes of electric cars, which are already being driven by General Motors, Peugeot and Ford.', 'Car companies BMW and Nissan have announced a new prototype electric vehicle developed by General Motors, Peugeot and Ford.']" -524,"['Companies', 'such', 'as', 'Oracle', ',', 'Frame', 'and', 'Progress', 'have', 'reportedly', 'ported', 'to', 'the', 'box.']","[3, 4]",0,oracle,"Companies such as Oracle, Frame and Progress have reportedly ported to the box.","['Companies such as Oracle, Frame and Progress have reportedly ported to the field.', 'Companies such as Oracle, Frame and Progress have reportedly ported the box.', 'Companies such as Oracle, Frame and Progress have already switched to the box, according to the data.', 'Companies such as Oracle, Frame and Progress have since jumped on the bandwagon.', 'Companies such as Oracle, Frame and Progress have reportedly decided against a takeover.']" -525,"['Sun', 'Microsystems', 'has', 'been', 'closed', 'out', 'of', 'a', 'few', 'significant', 'contracts', 'lately', 'because', 'it', ""couldn't"", 'tick', 'off', 'the', 'Motif', 'and', 'DCE', 'boxes', 'on', 'the', 'bids.']","[0, 2]",0,sun microsystems,Sun Microsystems has been closed out of a few significant contracts lately because it couldn't tick off the Motif and DCE boxes on the bids.,"['Sun Microsystems had recently been excluded from a number of major contracts because it could not tick the Motif and DCE bids.', 'Sun Microsystems has recently withdrawn from some large orders because the Motif and DCE boxes could not be ticked in the bids.', 'Sun Microsystems has been able to close only a few key contracts lately because it has not been able to tick off the bids and DCE.', 'Sun Microsystems was recently excluded from some important orders because it does not tick the boxes Motif and DCE in the bids.', 'Sun Microsystems was recently referred to some significant contracts because it could not properly tick off the cost of materials for the bids.']" -526,"['A', 'one-way', 'outsourcing', 'arrangement,', 'such', 'as', 'General', 'Motors', ""'"", 'purchases', 'of', 'cars', 'and', 'components', 'from', 'Daewoo', 'in', 'South', 'Korea,', 'is', 'little', 'more', 'than', 'a', 'sophisticated', 'version', 'of', 'familiar', 'NFI', 'agreements:', 'they', 'offer', 'the', 'supplier', 'the', 'opportunity', 'to', 'gain', 'value-creating', 'activities', 'and', 'obviate', 'the', ""buyer's"", 'need', 'to', 'invest.']","[6, 8]",0,general motors,"A one-way outsourcing arrangement, such as General Motors' purchases of cars and components from Daewoo in South Korea, is little more than a sophisticated version of familiar NFI agreements: they offer the supplier the opportunity to gain value-creating activities and obviate the buyer's need to invest.","['An outsourcing arrangement in one direction, such as General Motors ""purchase of cars and components from Daewoo in South Korea, is little more than a sophisticated version of familiar NFI arrangements: it gives the supplier the opportunity to create value and saves the buyer investment.', 'Unilateral outsourcing, such as General Motors ""purchase of Daewoo cars and components in South Korea, is little more than a sophisticated version of familiar NFI arrangements: it gives suppliers the ability to acquire value-added activities and avoid investment.', 'A unilateral outsourcing agreement, such as General Motors ""purchase of cars and components from Daewoo in South Korea, is little more than a sophisticated version of familiar NFI contracts: it gives the supplier the ability to create value and prevents the buyer from being forced to invest.', 'A one-sided outsourcing arrangement, such as General Motors ""purchase of vehicles and components from South Korea\'s Daewoo, is little more than a sophisticated version of well-known NFI arrangements: it allows suppliers to gain value and avoid buying.', 'A one-sided outsourcing arrangement, such as General Motors ""purchase of Daewoo\'s vehicles and components in South Korea, is little more than a sophisticated version of familiar NFI arrangements: it gives the supplier the ability to create value and force the buyer to invest.']" -527,"['At', 'around', 'the', 'same', 'time,', 'the', 'plaintiff', 'was', 'working', 'on', 'an', 'IBM', 'version', 'of', 'his', 'program', 'for', 'the', 'UK', 'market.']","[11, 12]",1,ibm,"At around the same time, the plaintiff was working on an IBM version of his program for the UK market.","['Around the same time, the plaintiff was working on an IBM version of its program for the UK market.', 'Around the same time, the plaintiff was working on an IBM version of its program for the UK market.', 'Around the same time, the plaintiff was working on an IBM version of its program for the UK market.', 'Around the same time, the plaintiff was working on an IBM version of its program for the UK market.', 'Around the same time, the plaintiff had prepared an IBM version of its program for the UK market.']" -528,"['IBM', 'Corp', 'yesterday', 'stepped', 'up', 'its', 'pitch', 'for', 'OEM', 'business,', 'most', 'strikingly', 'offering', 'an', 'enhanced', 'version', 'of', 'the', '9371', 'microprocssor-based', 'Personal/370', 'Adapter/A', 'co-processor,', 'so', 'that', 'designers', 'can', 'build', '370-compatibility', 'into', 'workstations', 'via', 'a', 'co-processor.The', ""company's"", 'Entry', 'Systems', 'Technology', '--', 'Personal', 'Systems', 'business', 'unit', 'is', 'also', 'offering', 'some', 'of', 'IBM', ""'s"", 'handwriting', 'recognition', 'products', 'to', 'third', 'parties,', 'including', 'technology', 'that', 'recognises', 'both', 'script', 'and', 'block', 'capitals;', 'and', 'in', 'addition', 'to', 'the', 'currently', 'available', 'PenPoint', 'version,', 'ThinkWrite', 'will', 'be', 'available', 'this', 'year', 'in', 'versions', 'that', 'run', 'under', 'OS/2', 'and', 'Windows', 'for', 'Pen', 'Computing.']","[48, 49]",0,ibm,"IBM Corp yesterday stepped up its pitch for OEM business, most strikingly offering an enhanced version of the 9371 microprocssor-based Personal/370 Adapter/A co-processor, so that designers can build 370-compatibility into workstations via a co-processor.The company's Entry Systems Technology -- Personal Systems business unit is also offering some of IBM's handwriting recognition products to third parties, including technology that recognises both script and block capitals; and in addition to the currently available PenPoint version, ThinkWrite will be available this year in versions that run under OS/2 and Windows for Pen Computing.","[""IBM Corp. yesterday expanded its pitch to OEM companies by offering an astonishingly powerful version of the 9371 microprocessor-based Personal / 370 Adapter / A-Co-Processor, which enables developers to integrate 370 compatibility via a co-processor into workstations. IBM's Entry Systems Technology -- Personal Systems business unit also offers third-party handwriting recognition products, including technologies that recognize both script and block letters. In addition to the PenPoint version currently available, ThinkWrite will also run under OS / 2 and Windows for Pen Computing this year."", 'IBM Corp yesterday stepped up its pitch in the OEM business, notably offering an improved version of the microprocessor-based Personal / 370 Adapter 9371, which enables designers to build 370-compatible computers with a co-processor. -- The Entry Systems Technology -- Personal Systems Business Unit also offers IBM some of its signature recognition products, including font and block letter recognition technologies; and in addition to the PenPoint version currently available, ThinkWrite will also be available in OS / 2 and Windows for Pen Computing this year.', ""Yesterday IBM Corp stepped up its efforts in the OEM industry by offering a highly differentiated version of the Personal / 370 Adapter / A coprocessor 9371, which enables developers to build 370 compatibility on workstations using a co-processor. IBM's Entry Systems Technology - Personal Systems division also offers third-party handwriting recognition products, including script and block letter recognition technologies. In addition to the PenPoint version currently available, ThinkWrite will be available this year in versions that can run on OS / 2 and Windows for pen computing."", 'IBM Corp yesterday stepped up its pitch to OEM product companies, with the most notable advancement being the microprocessor-based Personal / 370 Adapter / A coprocessor 9371, which enables designers to integrate 370-compatible computers via a co-processor. IBM also offers some of its signature recognition products to third parties, including a white letter calculator and block letter calculator control in its Entry Systems Technology -- Personal Systems division.', 'IBM Corp yesterday extended its pitch to OEM companies, notably offering an improved version of the Personal / 370 microprocessor-based Adapter / A-bound Comprocessor to enable developers to integrate compatibility into workstations via a co-processor; the Business Unit Entry Systems Technology -- Personal Systems also offers some IBM handwriting recognition products to third parties, including letter and block recognition technologies; and in addition to the PenPoint version currently available, ThinkWrite will also be available this year as a version running under OS / 2 and Windows for pen computing.']" -529,"['The', 'system', 'runs', 'under', 'Digital', 'Equipment', ""Corp's"", 'VMS,', 'VMS', 'Ultrix,', 'RISC', 'Ultrix,', 'Santa', 'Cruz', 'Unix,', 'HP-UX', 'and', 'is', 'Posix', 'compliant', '--', 'DEC', 'and', 'Hewlett-Packard', 'Co', 'being', 'the', 'choice', 'of', 'the', 'majority', 'of', 'its', 'customers.']","[23, 25]",1,hewlett-packard co,"The system runs under Digital Equipment Corp's VMS, VMS Ultrix, RISC Ultrix, Santa Cruz Unix, HP-UX and is Posix compliant -- DEC and Hewlett-Packard Co being the choice of the majority of its customers.","['The system runs under VMS, VMS Ultrix, RISC Ultrix, Santa Cruz Unix, HP-UX and is Posix compatible - DEC and Hewlett-Packard Co. are chosen by the majority of its customers.', 'The system runs under VMS, VMS Ultrix, RISC Ultrix, Santa Cruz Unix, HP-UX from Digital Equipment Corp and meets the Posix requirements - most customers opt for DEC and Hewlett-Packard Co.', 'The system runs under the versions VMS, VMS Ultrix, RISC Ultrix, Santa Cruz Unix, HP-UX from Digital Equipment Corp and meets the requirements of Posix -- most customers would have opted for DEC and Hewlett-Packard Co.', 'The systems run according to the guidelines of VMS, VMS Ultrix, RISC Ultrix, Santa Cruz Unix, HP-UX from Digital Equipment Corp and are Posix compliant - DEC and Hewlett-Packard Co. are selected by the majority of their customers.', 'The system runs under VMS, VMS Ultrix, RISC Ultrix, Santa Cruz Unix and HP-UX from Digital Equipment Corp and complies with the Miller standard, with DEC and Hewlett-Packard Co seeming to be the choice of the majority of developers.']" -530,"['Allianz,', 'the', 'largest', 'German', 'insurance', 'group', 'and', 'a', 'strong', 'rival', 'of', 'Deutsche', 'Bank', ""'s,"", 'looks', 'likely', 'to', 'join', 'the', 'defence', 'effort', 'because', 'its', 'finance', 'chief,', 'Friedrich', 'Schiefer,', 'also', 'sits', 'on', ""Continental's"", 'supervisory', 'board.']","[11, 13]",0,deutsche bank,"Allianz, the largest German insurance group and a strong rival of Deutsche Bank's, looks likely to join the defence effort because its finance chief, Friedrich Schiefer, also sits on Continental's supervisory board.","['Allianz, the largest German insurance group and a strong rival of Deutsche Bank, is expected to join the defence mission, as its Chief Financial Officer Friedrich Schiefer also sits on the Supervisory Board of Continental.', ""Allianz, Germany's largest insurance group and a strong rival of Deutsche Bank, is likely to participate in the protection effort because its CFO Friedrich Schiefer also sits on the Continental supervisory board."", ""Allianz, Germany's largest insurance group and a strong competitor to Deutsche Bank, is likely to pursue the defense effort, as its chief financial officer, Friedrich Schiefer, also sits on Continental's supervisory board."", ""Allianz, Germany's largest insurance group and a strong competitor to Deutsche Bank, is apparently interested in defence, as Chief Financial Officer Friedrich Schiefer also sits on Continental's supervisory board."", ""Allianz, Germany's largest insurance group and a strong rival of Deutsche Bank, is likely to join the defense effort, as its chief financial officer Friedrich Schiefer also sits on Continental's supervisory board.""]" -531,"['And', 'twenty', 'five', 'pounds', 'worth', 'of', 'Marks', 'and', 'Spencer', 'vouchers', 'for', 'nothing', 'for', 'that.']","[6, 9]",0,marks and spencer,And twenty five pounds worth of Marks and Spencer vouchers for nothing for that.,"['And twenty-five pounds of Marks and Spencer vouchers for nothing.', 'And for £25 you get vouchers for Marks and Spencer.', 'There were 25 Marks and Spencer vouchers for nothing.', 'And twenty-five pounds of Marks and Spencer vouchers for nothing.', 'And £25 Marks and Spencer vouchers - free.']" -532,"['Another', 'has', 'been', 'put', 'forward', 'behind', 'closed', 'doors', 'by', 'AXA', ',', ""France's"", 'second-biggest', 'insurance', 'company.']","[9, 10]",1,axa,"Another has been put forward behind closed doors by AXA, France's second-biggest insurance company.","[""Another was revealed behind closed doors by AXA, France's second-largest insurer."", ""Another was brought in behind closed doors by AXA, France's second-largest insurer."", ""Another was proposed behind closed doors by AXA, France's second-largest insurer."", ""Another is being conducted behind closed doors by AXA, France's second-largest insurer."", ""Another was announced behind closed doors by AXA, France's second-largest insurance group.""]" -533,"['USL', 'chairman,', 'AT&T', 'executive', 'Bob', 'Kavner,', 'says', 'he', 'talked', 'with', 'Ray', 'Noorda', 'on', 'and', 'off', 'over', 'the', 'last', 'year', 'about', 'acquiring', 'USL.']","[2, 3]",0,at&t,"USL chairman, AT&T executive Bob Kavner, says he talked with Ray Noorda on and off over the last year about acquiring USL.","['USL chairman Bob Kavner says he spoke with Ray Noorda at times last year about taking over USL.', 'USL Chairman Bob Kavner, CEO of AT & T, says he spoke with Ray Noorda about the acquisition last year.', 'USL chief executive Bob Kavner said he had spoken to Ray Noorda more and more frequently over the past year about taking over USL.', 'The head of the US telecommunications group, Bob Kavner, says he has spoken to Ray Noorda about taking over USL once and for all in the past year.', ""USL Chief Executive Bob Kavner, AT & T's vice chairman, says he heard about a takeover of USL by Ray Noorda last year.""]" -534,"[""Sainsbury's"", ',', '$5.70', 'for', '2lb.']","[0, 1]",1,sainsbury's,"Sainsbury's, $5.70 for 2lb.","[""Sainsbury's, $5.70 for 2 pounds."", ""Sainsbury's, $5.70 for 2lb."", ""Sainsbury's, $5.70 for £2lb."", ""Sainsbury's, $5.70 for 2Lb."", ""Sainsbury's, $5.99 for 2lb.""]" -535,"['Edit', 'the', 'RDBI', 'configuration', 'file', 'and', 'ensure', 'that', 'all', 'relational', 'database', 'users', 'specified', 'at', 'the', 'MAP', 'USERNAME', 'keyword', 'are', 'valid', 'i.e.', 'if', 'DEC', 'Rdb/VMS', 'is', 'the', 'target', 'database', 'then', 'all', 'users', 'are', 'existing', 'VMS', 'users,', 'or', 'if', 'ORACLE', 'is', 'the', 'target', 'database', 'than', 'all', 'users', 'are', 'valid', 'ORACLE', 'users', '(but', 'not', 'the', 'name', 'of', 'the', 'transfer', 'account).']","[47, 48]",1,oracle,"Edit the RDBI configuration file and ensure that all relational database users specified at the MAP USERNAME keyword are valid i.e. if DEC Rdb/VMS is the target database then all users are existing VMS users, or if ORACLE is the target database than all users are valid ORACLE users (but not the name of the transfer account).","['Change the RDBI configuration file and make sure that all users specified in the MAP USERNAME keyword from the relational database are valid, i.e. if DEC Rdb / VMS is the target database, then all users are existing VMS users, or if ORACLE is the target database, all users are valid ORACLE users (but not the name of the transfer account).', 'Change the RDBI configuration file and make sure that all users specified in MAP USERNAME are valid database users, i.e. if DEC Rdb / VMS is the target database, then all users are existing VMS users, or if ORACLE is the target database, then all users are valid ORACLE users (but not the name of the transfer account).', 'Change the RDBI configuration file and make sure that all users of the related database listed under the keyword MAP USERNAME are valid. So, if DEC Rdb / VMS is the target database, all users are already existing VMS users, or if ORACLE is the target database, all users may be ORACLE users (but not the name of the transfer account).', 'Edit the RDBI configuration file and make sure that all users specified in the MAP USERNAME keyword are valid for a relational database, i.e. if DEC Rdb / VMS is the target database, then all users are existing VMS users, or if ORACLE is the target database, then all users are valid ORACLE users (but only the name of the transfer account).', 'Change the RDBI configuration file and make sure that all users of the relational data specified in the MAP USERNAME keyword are valid. That is, if the DEC Rdb / VMS is the target database, then all users are existing VMS users, or if ORACLE is the target database, all users are valid ORACLE users (but not the name of the transfer account).']" -536,"['Siemens', 'AG', 'formed', 'a', 'joint', 'venture', 'with', 'TN', 'Inc', 'Ltd', 'of', 'Thailand', 'to', 'market', 'and', 'service', 'PABXs', 'in', 'Thailand', 'and', 'the', 'new', 'unit,', 'TN', 'Communication', 'Systems', 'Ltd,', 'is', 'pitching', 'for', 'at', 'least', '25%', 'of', 'the', 'market;', 'the', 'new', 'company,', '49%', 'owned', 'by', 'Siemens,', 'will', 'start', 'out', 'with', 'about', '100', 'employees.']","[0, 2]",1,siemens ag,"Siemens AG formed a joint venture with TN Inc Ltd of Thailand to market and service PABXs in Thailand and the new unit, TN Communication Systems Ltd, is pitching for at least 25% of the market; the new company, 49% owned by Siemens, will start out with about 100 employees.","[""Siemens AG has established a joint venture with Thailand's TN Inc Ltd to market and maintain telephone exchanges in Thailand, and the new company, TN Communication Systems Ltd, will compete for at least 25% of the market; the new company, 49% owned by Siemens, will start with around 100 employees."", 'Siemens AG establishes a joint venture with TN Inc Ltd from Thailand for the marketing and maintenance of telephone systems in Thailand. The new company ""TN Communication Systems Ltd."" competes for at least 25% of the market. Initially, the new company, which is 49% owned by Siemens, will operate with around 100 employees.', 'Siemens AG establishes a joint venture with the Thai TN Inc. Ltd. for the marketing and maintenance of telephone systems in Thailand. The new company TN Communication Systems Ltd. claims a market share of at least 25%; the new company, which is 49% owned by Siemens, will start with around 100 employees.', 'Siemens AG has established a joint venture with the Thai TN Inc Ltd to market and maintain telephone systems in Thailand; the new division, TN Communication Systems Ltd, is fighting for a market share of at least 25 percent; the new company, which is still 49 percent owned by Siemens, will initially start with around 100 employees.', 'Siemens AG has established a joint venture with the Thai company TN Inc Ltd. to market and maintain stand-alone controllers in Thailand. The new company, TN Communication Systems Ltd., will have a market share of at least 25%; the new company, which is 49% owned by Siemens, will initially start with about 100 employees.']" -537,"['It', 'will', 'host', 'an', 'executive', 'panel', 'on', 'distributed', 'computing', 'that', 'will', 'argue', 'the', 'Distributed', 'Computing', 'Environment', 'versus', 'Sun', 'Microsystems', 'Inc', ""'s"", 'Open', 'Network', 'Computing', 'versus', 'a', 'COSE', 'hybrid', 'case', 'for', 'developers', 'and', 'presumably', 'tackle', 'issues', 'such', 'the', 'proposed', 'COSE-compliant', 'Motif', 'and', 'whether', 'the', 'application', 'programming', 'interface', 'will', 'stick.']","[17, 20]",0,sun microsystems inc,It will host an executive panel on distributed computing that will argue the Distributed Computing Environment versus Sun Microsystems Inc's Open Network Computing versus a COSE hybrid case for developers and presumably tackle issues such the proposed COSE-compliant Motif and whether the application programming interface will stick.,"['There will be a panel discussion on distributed computing in which the distributed computing environment versus open network computing by Sun Microsystems Inc. versus a COSE hybrid case for developers will be discussed. Questions such as the proposed COSE compliant motive and whether the programming interface for applications will be retained are also likely to be discussed.', ""It will host an Executive Panel on Distributed Computing, which will discuss Sun Microsystems Inc's Distributed Computing Environment versus Open Network Computing and a COSE hybrid process for developers, likely covering topics such as the proposed COSE-compliant motive and whether the application programming interface will be retained."", 'A Distributed Computing Leadership Group will meet to discuss the strategy of Sun Microsystems Inc. ""s Distributed Computing Environment versus Open Network Computing versus a COSE hybrid case for developers. Issues such as the proposed COSE-compatible motive and whether the application programming interface will be retained are likely to be discussed.', ""It will host a guided tour on distributed computing, which will discuss Sun Microsystems Inc's Distributed Computing Environment vs. Open Network Computing versus a COSE hybrid issue for developers, and is also expected to address topics such as the proposed COSE compliant motive and whether the application programming interface can withstand."", 'This forum will host a distributed computing forum where the distributed computing environment of Sun Microsystems Inc. versus open network computing versus a COSE hybrid case for developers will be discussed and topics such as the proposed COSE compliant motive and the customization of the programming interface for application programs will be discussed.']" -538,"['a', 'Renault,', 'another', 'Ford']","[3, 4]",1,ford,"a Renault, another Ford","['a Renault, another Ford', 'a Renault, another Ford', 'a Renault, a Ford', 'a Renault, a Ford, another', 'A Renault, a diplomatic vehicle']" -539,"['Intel', 'Corp', ""'s"", 'storming', 'first', 'quarter', 'figures', '(see', 'page', 'seven)', 'have', 'not', 'gone', 'down', 'well', 'everywhere,', 'and', 'Hancock', 'Institutional', 'Equity', 'Services', 'analyst', 'Eli', 'Sayegh', 'reckons', 'that', 'there', 'is', 'not', 'much', 'more', 'to', 'go', 'for', 'in', 'the', 'stock:', 'he', 'yesterday', 'downgraded', 'Intel', 'to', 'sell', 'from', 'hold,', 'saying', 'he', 'thinks', 'the', 'company', 'is', 'near', 'peak', 'operating', 'margins', 'at', 'just', 'over', '40%,', 'double', 'the', 'historical', 'norm;', 'he', 'said', 'the', ""company's"", 'margins', 'have', 'been', 'driven', 'largely', 'by', 'a', 'shift', 'from', 'the', '80386', 'chip', 'to', 'the', '80486', 'chip', '""and', 'this', 'can', 'not', 'go', 'on', 'for', 'too', 'long;""', 'he', 'reckons', 'that', 'Advanced', 'Micro', 'Devices', 'Inc', 'will', 'immediately', 'take', '10%', 'of', 'the', '80486', 'market', 'with', 'its', 'planned', 'clone,', 'and', 'could', 'take', 'as', 'much', 'as', '25%', 'over', 'time;', 'his', 'damper', 'wiped', '$1.75', 'off', 'Intel', 'shares', 'at', '$115.75.']","[0, 2]",0,intel corp,"Intel Corp's storming first quarter figures (see page seven) have not gone down well everywhere, and Hancock Institutional Equity Services analyst Eli Sayegh reckons that there is not much more to go for in the stock: he yesterday downgraded Intel to sell from hold, saying he thinks the company is near peak operating margins at just over 40%, double the historical norm; he said the company's margins have been driven largely by a shift from the 80386 chip to the 80486 chip""and this can not go on for too long;"" he reckons that Advanced Micro Devices Inc will immediately take 10% of the 80486 market with its planned clone, and could take as much as 25% over time; his damper wiped $1.75 off Intel shares at $115.75.","['Intel Corp\'s turbulent first-quarter numbers (see page seven) have not gone down well everywhere, and analyst Eli Sayegh of Hancock Institutional Equity Services reckons there is not much left to fetch in the stock: yesterday he downgraded Intel to sell it off the shelf, he said the company is at the top of the operating margins with just over 40%, double the historical norm. He said the company\'s margins were driven mainly by a shift from 80386 chips to 80486 chips, ""and that can\'t go on for long""; he expects Advanced Micro Devices Inc. to immediately take 10% of the 80486 market with its planned cloning and over time even take 25%; its damper swept $1.75 from Intel shares at $115.75.', 'Intel Corp\'s turbulent first-quarter numbers (see page seven) are not going down well everywhere, and analyst Eli Sayegh of Hancock Institutional Equity Services reckons there is not much left in the stock: he downgraded Intel to ""repulsed"" yesterday, saying he thinks the company is nearing peak margins of just over 40%, doubling its historic normal level; he said the company\'s margins were driven mainly by a switch from the 80386 chip to the 80486 chip, ""and that can\'t go on that long."" He expects Advanced Micro Devices Inc to immediately take 10% of the 80486 market with its planned clone, and could even take 25% of it over time; its damper has Intel shares at $1.75.', 'Intel Corp\'s turbulent first-quarter numbers (see page seven) have not gone down well everywhere, and Hancock Institutional Equity Services analyst Eli Sayegh believes there is not much left in the stock: he downgraded Intel yesterday to sell from a standstill, and said he believes the company\'s margins are now just over 40% - a doubling of the historical norm - and that the company\'s margins are largely due to the transition from the 80386 chip to the 80486 chip, ""and that can\'t go on for long."" He expects the planned clone of Advanced Micro Devices Inc to immediately take 10% of the 80486 market and over time cover up to 25% of it.', 'Intel Corp\'s turbulent first-quarter numbers (see page 7) are not going down well with everyone, and Eli Sayegh, analyst at Hancock Institutional Equity Services, expects a doubling of the historical norm; he downgraded Intel yesterday and talks of a tight operating margin of just over 40%, which would double the historical average; he explained that the company\'s margins were driven mainly by a changeover from 80386 to an 80486 chip, ""and that cannot go on too long."" He expects Advanced Micro Devices Inc with its planned clone to immediately take over 10% of the 80486 market and over time lose 25% of it.', 'Intel Corp\'s turbulent results (see page 7) aren\'t going to go down well with everyone, and Eli Sayegh, analyst at Hancock Institutional Equity Services, doesn\'t expect much more from the stock: he downgraded Intel to ""standstill"" yesterday because he believes the company has reached its maximum operating return of more than 40 percent, twice as long as the historical norm. The company\'s margins are hotly debated over a switch from chip 80386 to chip 80486. ""And that won\'t continue for long,"" he predicts, ""Advanced Micro Devices Inc. will gain 10 percent of the 80486 market with the planned investment increase.']" -540,"['Marks', 'and', 'Spencer', ""'s"", 'food', 'halls', 'are.']","[0, 3]",0,marks and spencer,Marks and Spencer's food halls are.,"[""Marks and Spencer's food halls are."", ""Marks and Spencer's food halls already do."", ""Marks and Spencer's food stalls already do."", 'Marks and Spencer are.', ""After all, so are Marks and Spencer's grocery stores.""]" -541,"['FORD', 'DENIES', 'PLAN', 'TO', 'CUT', 'JOBS']","[0, 1]",1,ford,FORD DENIES PLAN TO CUT JOBS,"['FORD DENIES plan cuts at SPECIES', 'REQUEST PLAN TO CORE by JOBS', 'LANGUAGES FORD DENIES Plan to cut JOBS', 'DENIA LIMITED WITH REQUIRED BUSH FOR DESCRIPTION', 'RESERVATION FOR OPERATION FROM OPERATION']" -542,"['In', 'addition,', 'customers', 'asked', 'for', 'a', 'deposit', 'may', 'now', 'appeal', 'against', 'the', 'decision', 'by', 'BT', 'to', 'charge', 'a', 'deposit.']","[14, 15]",1,bt,"In addition, customers asked for a deposit may now appeal against the decision by BT to charge a deposit.","[""In addition, customers who ask for bail can now appeal BT's decision to bail them out."", ""In addition, customers who are asked for a deposit can now appeal BT's decision to make a deposit."", ""In addition, customers who have asked for a deposit can now protest BT's decision to ask for a deposit."", ""In addition, customers who have asked for a deposit could now appeal BT's decision to ask for a deposit."", ""Customers who ask for a deposit can also appeal BT's decision to ask for a deposit.""]" -543,"['But', 'Sir', 'Peter', 'Holmes,', 'chairman', 'of', 'the', 'UK-based', 'Shell', 'Transport', '&', 'Trading', 'wing,', 'urged', 'caution', 'yesterday', 'about', 'reading', 'too', 'much', 'into', 'results', 'influenced', 'by', 'changes', 'in', 'accountancy', 'practices', 'to', 'meet', 'new', 'US', 'rules,', 'and', 'currency', 'movements.']","[8, 12]",0,shell transport & trading,"But Sir Peter Holmes, chairman of the UK-based Shell Transport & Trading wing, urged caution yesterday about reading too much into results influenced by changes in accountancy practices to meet new US rules, and currency movements.","[""But Sir Peter Holmes, chairman of the UK's Shell Transport & Trading wing, yesterday urged caution, saying results affected by accounting changes and currency fluctuations were too high to comply with new US rules."", ""But Sir Peter Holmes, chairman of the UK's Shell Transport & Trading wing, yesterday issued a stark warning against interpreting results influenced by changes in accounting practices too much to accommodate the new rules and currency fluctuations."", ""But Sir Peter Holmes, chairman of the UK's Shell Transport & Trading wing, warned on Tuesday that the results could be due too much to changes in accounting practices to take account of new US rules and exchange rate movements."", ""But Sir Peter Holmes, chairman of Shell's UK transport and trading wing, yesterday urged caution, warning that results affected by changes to accounting practices were too inclusive to comply with new US rules and measure currency fluctuations."", ""But Sir Peter Holmes, chairman of the UK's Shell Transport & Trading wing, yesterday urged caution over the impact of changes to accounting practices and currency movements on the new US rules.""]" -544,"['Whereas', 'the', 'Sage', 'arm', 'sells', 'its', 'products', 'to', 'Sovereign', 'customers', 'and', 'there', 'are', 'few', 'opportunities', 'for', 'expansion,', 'he', 'stated,', 'YBF', 'is', 'a', 'computer', 'forms', 'management', 'business', 'that', 'services', 'blue-chip', 'customers,', 'such', 'as', 'Midland', 'Bank', 'and', 'Nissan', '.']","[35, 36]",0,nissan,"Whereas the Sage arm sells its products to Sovereign customers and there are few opportunities for expansion, he stated, YBF is a computer forms management business that services blue-chip customers, such as Midland Bank and Nissan.","['While the Sage arm sells its products to sovereign customers and there is little room for expansion, he said, YBF is a computer form management company that serves blue-chip customers such as Midland Bank and Nissan.', 'While the sage arm sells its products to government customers and there is little room for expansion, he added, YBF is a computer form management company serving blue-chip customers like Midland Bank and Nissan.', 'While the sage arm sells its products to customers with higher credit ratings and there is little scope for expansion, YBF is a computer form management company serving blue-chip customers such as Midland Bank and Nissan.', 'While the Sage division sells its products to government customers and there are few opportunities to enter the market, YBF is a computerised form management company serving blue chip customers such as Midland Bank and Nissan.', 'While Sage tends to sell its products to government customers and there are few opportunities for expansion, he said, YBF is a company that works with blue-chip customers like Midland Bank and Nissan.']" -545,"['The', 'profits', 'of', 'British', 'Airways', 'plunged', 'for', 'the', 'year', 'ending', 'in', 'March.']","[3, 5]",0,british airways,The profits of British Airways plunged for the year ending in March.,"[""British Airways' profits slumped in the financial year that ended in March."", ""British Airways' profits have slumped in the year ending in March."", ""British Airways' profits have slumped in the year ending in March."", ""British Airways' profits have slumped in the current financial year ending in March."", 'In the last financial year, British Airways ""profits fell.']" -546,"['As', 'for', 'its', 'liaison', 'with', 'IBM', ',', 'Barclays', 'claims', 'it', 'only', 'has', 'nine', 'RS/6000s,', 'which', 'have', 'been', 'used', 'for', 'evaluation', 'as', 'part', 'of', 'its', 'open', 'systems', 'strategy.']","[5, 6]",0,ibm,"As for its liaison with IBM, Barclays claims it only has nine RS/6000s, which have been used for evaluation as part of its open systems strategy.","['Barclays says it has only nine RS / 6000 in its liaison with IBM, which were used for valuation as part of its open systems strategy.', 'As for the link to IBM, Barclays says it has only nine RS / 6000S that have been used for valuation as part of its open systems strategy.', 'As for its connection to IBM, Barclays claims to have used only nine RS / 60000s as part of its open systems strategy for valuation.', 'In terms of working with IBM, Barclays says it has only nine RS / 60000 that have been used to evaluate its open systems strategy.', 'This is handy because, according to the IBM memo, it has only nine RS / 60000 that Barclays says were used to evaluate its open systems strategy.']" -547,"['The', 'Public', 'Windows', 'Initiative', '--', 'with', 'the', 'Common', 'Open', 'Software', 'Environment', 'at', 'its', 'side', '--', 'will', 'attempt', 'to', 'claim', 'the', 'high', 'moral', 'ground', 'over', 'the', 'issue', 'of', 'open', 'specifications', 'and', 'is', 'likely', 'to', 'cloak', 'Microsoft', 'in', 'a', 'mantle', 'that', 'was', 'once', 'the', 'preserve', 'of', 'IBM', '.']","[44, 45]",0,ibm,The Public Windows Initiative -- with the Common Open Software Environment at its side -- will attempt to claim the high moral ground over the issue of open specifications and is likely to cloak Microsoft in a mantle that was once the preserve of IBM.,"['The Public Windows Initiative - with the Common Open Software Environment at its side - will seek to assert its high moral position on the issue of open specifications, and is expected to wrap Microsoft in a mantle previously reserved for IBM.', 'With the Common Open Software Environment, the Public Windows Initiative will seek to assert its moral superiority over open specifications, probably wrapping Microsoft in a mantle once reserved for IBM.', 'The Public Windows Initiative - with the Common Open Software Environment in the background - will seek to assert moral superiority over open specifications, and is expected to wrap Microsoft in a mantle once reserved for IBM.', ""The Public Windows Initiative - with the Common Open Software Environment at its side - will seek to assert Canada's special moral position on open specifications, and will likely wrap Microsoft in a mantle once reserved for IBM."", ""The Public Windows Initiative - with the Common Open Software Environment as a partner - will seek to assert moral supremacy over open specifications, and will likely wrap Microsoft in a mantle that once lay within IBM's remit.""]" -548,"['BT,', 'which', 'has', 'a', '95%', 'share', 'of', 'the', 'British', 'market,', 'and', 'MCI', 'are', 'investing', 'a', 'combined', '$1', 'billion', 'to', 'launch', 'a', 'new', 'joint-venture', 'company;', 'BT', 'will', 'hold', 'a', '75%', 'stake', 'in', 'the', 'new', 'firm,', 'MCI', 'the', 'remainder.']","[24, 25]",0,bt,"BT, which has a 95% share of the British market, and MCI are investing a combined $1 billion to launch a new joint-venture company; BT will hold a 75% stake in the new firm, MCI the remainder.","['BT, which holds 95% of the UK market, and MCI are jointly investing $1 billion in the creation of a new joint venture; BT will hold 75% of the new company, MCI the rest.', 'BT, which controls 95% of the UK market, and MCI are jointly investing $1 billion in the creation of a new joint venture. BT will hold 75% of the shares in the new company, MCI the rest.', 'BT and MCI are jointly investing USD 1 billion in the creation of a joint venture; BT will hold 75% of the UK market, MCI the rest.', 'BT, which holds 95% of the UK market, and MCI are jointly investing US $1 billion in the creation of a new joint venture. BT will hold 75% of the shares in the new company.', 'BT, which holds 95 per cent of the UK market, and MCI are jointly investing $1 billion in the creation of a new joint venture; BT will hold 75 per cent of the new company, with the rest in MCI.']" -549,"['Ford', 'personnel', 'director', 'John', 'Hougham', 'said', 'he', 'believed', 'industrial', 'action', 'was', 'still', 'a', 'long', 'way', 'off.']","[0, 1]",0,ford,Ford personnel director John Hougham said he believed industrial action was still a long way off.,"['Ford HR chief John Hougham said he believed the industrial action was far from over.', 'Ford HR chief John Hougham said he believed the industrial action was still a long way off.', 'Ford chief executive John Hougham said he believed the industrial action was far from over.', 'Ford HR chief John Hougham said he believed the industrial action was still a long way off.', 'Ford HR chief John Hougham said he believed the industrial action was still a long way off.']" -550,"['Intel', 'profits', 'last', 'year', 'rose', 'almost', 'a', 'third', 'to', '$819', 'million', 'after', 'tax', 'on', 'sales', 'of', '$4.78', 'billion,', 'up', 'a', 'fifth', 'on', '1990.']","[0, 1]",0,intel,"Intel profits last year rose almost a third to $819 million after tax on sales of $4.78 billion, up a fifth on 1990.","[""Intel's profit rose by nearly a third last year to $819 million after tax, a fifth of its 1990 value."", ""Intel's profit rose nearly a third last year to $819 million after tax on revenue of $4.78 billion, a fifth more than in 1990."", ""Intel's after-tax profit rose nearly a third last year to $819 million to $4.78 billion."", ""Intel's profit rose nearly a third last year to $819 million after tax on revenue of $4.78 billion."", ""Intel's net profit rose nearly a third last year to $819 million after tax, $4.78 billion more than in 1990.""]" -551,"['Compute-bound', 'packages', 'that', 'require', 'the', 'Unix', 'engine', 'to', 'emulate', 'Intel', ""'s"", 'floating', 'point', 'will', 'not', 'run', 'as', 'well', 'as', 'on', 'an', 'Intel/MS-DOS', 'platform.']","[9, 10]",0,intel,Compute-bound packages that require the Unix engine to emulate Intel's floating point will not run as well as on an Intel/MS-DOS platform.,"[""Bound packages that require the Unix engine to emulate Intel's floating point work less well than on an Intel / MS-DOS platform."", ""Computer-bound packages that require the Unix engine to mimic Intel's floating-point number are not as usable as on an Intel / MS-DOS platform."", ""Billing packages where the Unix engine emulates Intel's floating-point numbers run less well than on an Intel / MS-DOS platform."", ""Billing packages in which the Unix engine imitates Intel's sliding component run less well than on an Intel / MS-DOS platform."", ""Computer packages that require the Unix engine to emulate Intel's floating-point number run less well than on an Intel / MS-DOS platform.""]" -552,"['Around', 'Tesco', ""'s"", 'at', 'New', 'Cross.']","[1, 2]",1,tesco,Around Tesco's at New Cross.,"[""Around Tesco's at New Cross."", ""Around Tesco's at New Cross."", ""Around Tesco's at New Cross."", ""Around Tesco's at New Cross."", 'Around Tesco at New Cross.']" -553,"[""Sloan's"", 'ideas', 'were', 'first', 'developed', 'in', 'General', 'Motors', 'and', 'Du', 'Pont', 'in', 'the', 'United', 'States.']","[6, 8]",0,general motors,Sloan's ideas were first developed in General Motors and Du Pont in the United States.,"[""Sloan's ideas were first developed at General Motors and Du Pont in the United States."", ""Sloan's ideas were first developed at General Motors and Du Pont in the United States."", ""Sloan's ideas first emerged at General Motors and Du Pont in the United States."", 'These ideas were first developed at General Motors and Du Pont in the USA.', ""Sloan's idea was first developed by the American companies General Motors and Du Pont.""]" -554,"['Ing', 'C', 'Olivetti', '&', 'Co', 'SpA', 'and', 'Eastman', 'Kodak', 'Co', 'have', 'joined', 'forces', 'to', 'market', 'a', 'fully', 'integrated', 'document', 'image', 'management', 'system:', 'Kodak', 'will', 'supply', 'its', 'range', 'of', 'document', 'scanners,', 'and', 'Olivetti', 'will', 'provide', 'computer', 'hardware', 'plus', 'document', 'management', 'software;', 'this', 'comprises', 'its', 'own', 'IBIsys,', 'Integrated', 'Business', 'and', 'Information', 'System,', 'which', 'integrates', 'applications', 'at', 'both', 'the', 'client', 'and', 'server', 'level,', 'enabling', 'transparent', 'communications', 'via', 'a', 'Unix', 'host', '--', 'it', 'provides', 'object-oriented', 'filing,', 'electronic', 'mail,', 'diary', 'and', 'administration', 'services,', 'such', 'as', 'printing', 'and', 'word', 'processing;', 'also', 'included', 'as', 'part', 'of', 'the', 'package,', 'is', 'Wimbledon,', 'London-based', 'Integrated', 'Documatic', ""Inc's"", 'Imsoft', 'document', 'image', 'processing', 'software,', 'and', 'Costa', 'Mesa,', 'California-based', 'Filenet', ""Corp's"", 'optical', 'document', 'store', 'and', 'retrieve', 'and', 'WorkFlo', 'software;', 'Kodak', 'is', 'also', 'offering', 'Olivetti', 'customers', 'image', 'capture', 'bureau', 'services;', 'the', 'document', 'image', 'management', 'system', 'is', 'available', 'now,', 'price', 'dependent', 'on', 'configuration.']","[116, 117]",0,kodak,"Ing C Olivetti & Co SpA and Eastman Kodak Co have joined forces to market a fully integrated document image management system: Kodak will supply its range of document scanners, and Olivetti will provide computer hardware plus document management software; this comprises its own IBIsys, Integrated Business and Information System, which integrates applications at both the client and server level, enabling transparent communications via a Unix host -- it provides object-oriented filing, electronic mail, diary and administration services, such as printing and word processing; also included as part of the package, is Wimbledon, London-based Integrated Documatic Inc's Imsoft document image processing software, and Costa Mesa, California-based Filenet Corp's optical document store and retrieve and WorkFlo software; Kodak is also offering Olivetti customers image capture bureau services; the document image management system is available now, price dependent on configuration.","['Ing C Olivetti & Co SpA and Eastman Kodak Co have teamed up to launch a fully integrated document image management system: Kodak will offer its range of document scanners; Olivetti will offer computer hardware and document management software, including its own IBIsys, Integrated Business and Information System, which integrates both client and server-level applications and enables transparent communication via a Unix host - it provides object-oriented archiving, electronic mail, diary and administrative services such as printing and word processing; as part of the package are also the integrated document image processing software Imsoft from London-based Documatic Inc. and the software Filenet Corp from California for storing and retrieving optical documents.', 'Ing C Olivetti & Co SpA and Eastman Kodak Co have teamed up to launch a fully integrated document image management system: Kodak delivers its range of document scanners and Olivetti delivers computer hardware plus document management software, including its own IBIsys, Integrated Business and Information System that integrates applications at both client and server levels to enable transparent communication via a Unix host - providing object-oriented archiving, electronic mail, diary and administrative services such as print and word processing; Wimbledon, London\'s Integrated Documatic Inc. ""(Imsoft image processing software) and Costa M\'s optical document storage, retrieval and analysis software, as well as WorkFlo files.', ""Ing. C Olivetti & Co SpA and Eastman Kodak Co have joined forces to distribute a fully integrated document image management system: Kodak provides its range of document scanners; Olivetti also offers computer hardware and document management software, including its proprietary IBIsys, Integrated Business and Information System, which integrates applications at both client and server levels and enables transparent communication via the Unix host; it provides object-oriented archive, e-mail, diary and management services such as printing and word processing; and Documatic Inc's Imsoft imaging software, based in London; and Filenet Corp's California-based optical document magazine and retrieval program; Kodak also offers Olivetti"", 'Ing C Olivetti & Co SpA and Eastman Kodak Co have teamed up to launch a fully integrated document image management system: Kodak will deliver its range of document scanners and Olivetti will provide computer hardware plus document management software; this includes its own IBIsys Baden, Integrated Business and Information System, which integrates applications at both client and server level and enables transparent communication via a Unix host; it provides object-oriented archiving, electronic mail, diary rooms and administrative services such as printing and word processing; Wimbledon Integrated Documatic Inc, London; the document image analysis program Imsoft; and Filenet Corp, California, whose optical document business includes selection and work.', 'Ing. C. Olivetti & Co SpA and Eastman Kodak Co have teamed up to launch a fully integrated document image management system: Kodak delivers its range of document scanners and Olivetti delivers computer hardware plus document management software, including the Integrated Business and Information System, which integrates applications at both client and server levels and enables transparent communication via a Unix host - it provides archiving, electronic mail, diary and management services such as printing and word processing; Integrated Documatic Inc in Wimbledon; and Filenet Corp in California, which offers optical document storage, on-demand and WorkFlo software; Kodak also provides delivery services from Oli']" -555,"['In', 'early', 'March,', 'Robert', 'McCashin,', 'corporate', 'vice-president', 'and', 'director', 'for', 'EDS', 'Southern', 'Europe', ',', 'said', 'EDS', 'was', '""very', 'close""', 'to', 'acquiring', 'an', 'Italian', 'software', 'and', 'information', 'services', 'company', 'with', 'revenues', 'in', 'excess', 'of', '$100m.']","[10, 13]",0,eds southern europe,"In early March, Robert McCashin, corporate vice-president and director for EDS Southern Europe, said EDS was""very close"" to acquiring an Italian software and information services company with revenues in excess of $100m.","['In early March, Robert McCashin, corporate vice president and director for EDS Southern Europe, said EDS was ""very close"" to acquiring an Italian software and information services company with sales of more than $100 million.', 'In early March, Robert McCashin, corporate vice president and director for EDS Southern Europe, said EDS was ""very close"" to acquiring an Italian software and information services company with sales of more than $100 million.', 'In early March, Robert McCashin, EDS\'s vice president and director for Southern Europe, said the company was ""very close"" to acquiring an Italian software and information services company with a turnover of more than $100 million.', 'In early March, Robert McCashin, vice president and director for EDS Southern Europe, said that EDS was on the verge of acquiring an Italian software and information services company with a turnover of over $100 million.', 'In early March, Robert McCashin, vice president and director of EDS Southern Europe, said that EDS was ""very close"" to acquiring an Italian software and information services provider with a turnover of more than $100 million.']" -556,"['Legal', '&', 'General', 'is', 'committed', 'to', 'ensuring', 'that', 'you', 'are', 'treated', 'in', 'a', 'well-informed', 'manner', '...', 'with', 'fairness,', 'with', 'courtesy', 'and', 'with', 'a', 'respect', 'for', 'your', 'insurance', 'needs.']","[0, 3]",1,legal & general,"Legal & General is committed to ensuring that you are treated in a well-informed manner... with fairness, with courtesy and with a respect for your insurance needs.","['Legal & General is committed to ensuring you are treated well... with fairness, courtesy and respect for your insurance needs.', 'Legal & General is committed to treating you well... with fairness, courtesy and respect for your insurance needs.', 'Legal & General is committed to ensuring that you are treated fairly, courteously and with respect for your policyholders.', 'Legal & General is committed to providing you with well-informed advice... with fairness, courtesy and respect for your insurance claims.', 'Legal & General is committed to ensuring you are treated professionally... with fairness, courtesy and respect for your insurance requirements.']" -557,"['The', 'panel', 'also', 'tasted', 'prime', 'bacon', 'rashers', 'from', 'Gateway,', 'Meatmaster,', 'Tesco', 'and', 'the', 'Co-op.']","[10, 11]",0,tesco,"The panel also tasted prime bacon rashers from Gateway, Meatmaster, Tesco and the Co-op.","['The judging panel also tried top-notch bacon raisers from Gateway, Meatmaster, Tesco and Co-op.', 'The best bacon rashers from Gateway, Meatmaster, Tesco and Co-op were also sampled.', 'Also on the table were bacon grills from Gateway, Meatmaster, Tesco and Co-op.', 'There were also some of the best bacon and cappuccino salads from Gateway, Meatmaster, Tesco and Co-op.', 'Guests on the panel tried simple bacon rashers from brands including Gateway, Meatmaster, Tesco and Co-op.']" -558,"['The', 'organisation', 'that', 'calls', 'the', 'general', 'election', 'closest', 'is', 'the', 'one', 'that', 'is', 'most', 'attractive', 'to', 'Tesco', 'or', 'Finefare', 'or', 'whomever', 'it', 'might', 'be', 'when', 'they', 'want', 'to', 'discover', 'what', 'the', 'public', 'thinks', 'of', 'their', 'baked', 'beans.']","[16, 17]",1,tesco,The organisation that calls the general election closest is the one that is most attractive to Tesco or Finefare or whomever it might be when they want to discover what the public thinks of their baked beans.,"['The organisation closest to choice is the one that is most attractive to Tesco or Finefare or whoever if they want to find out what the public thinks of their baked beans.', 'The organisation closest to the General Election is the one that is most attractive to Tesco or Finefare - or whoever that may be - if they want to know what the public thinks of their baked beans.', 'The organisation closest to the General Election is the one that could appeal most to Tesco or Finefare or whoever if they want to find out what the public thinks of their baked beans.', 'The organisation closest to the General Election is the one that might please Tesco or Finefare or whatever if they want to find out what the public thinks of their baked beans.', 'The organisation closest to the General Election is the one that attracts Tesco and Finefare the most, or the one that wants to find out what people think of the baked beans.']" -559,"['Work', 'continues', 'with', 'NEC', 'on', 'the', 'low-power', 'VRX', 'R4000', 'iteration,', 'though', 'SGI', ""hasn't"", 'decide', 'whether', ""it'll"", 'productise', 'the', 'thing', 'yet,', 'it', 'may', 'prefer', 'instead', 'to', 'let', 'NEC', 'bring', 'portable', 'technologies', 'to', 'market', 'and', 'OEM', 'them.']","[26, 27]",0,nec,"Work continues with NEC on the low-power VRX R4000 iteration, though SGI hasn't decide whether it'll productise the thing yet, it may prefer instead to let NEC bring portable technologies to market and OEM them.","['Work with NEC on the low-power iteration of the VRX R4000 continues, although SGI has not yet decided whether it will produce it; the company may prefer to bring portable technologies to market and OEM via NEC instead.', 'Work with NEC on the low-power iteration of the VRX-R4000 continues. SGI has not yet decided whether to manufacture the device, but may prefer NEC to bring portable technologies to market and equip professionals with the OEM.', 'Work on the high-performance VRX R4000 iteration continues at NEC, although SGI has not yet decided whether it will produce the thing. Rather, NEC may prefer to bring wearable technologies to market and initially make them available in the OEM offering.', 'NEC is continuing to evaluate the VRX R4000 with this device, although SGI has not yet decided whether it will produce it. Rather, the company may prefer to bring the wearable technologies more to market and have them manufactured by NEC.', 'SGI announced some time ago that it was losing two more revolutionary portable transistor technologies to the power grid. NEC is still working on the iteration of the low-power VRX R4000, although SGI has not yet decided whether it will have an IdO premiere.']" -560,"['Paek', 'Hak', 'Nom', 'Public', 'Security', 'Kim', 'Se', 'Yong', 'Natural', 'Resources', 'Development', 'Cho', 'Hak', 'Kun', 'Atomic', 'Industry', 'Chu', 'Yong', 'Hun', 'Construction', 'and', 'Building', 'Materials', 'Yi', 'Sok', 'Shipbuilding', 'Industry', 'Kye', 'Hyong', 'Sun', 'Machine', 'Industry', 'Choe', 'Man', 'Hyon', 'Metal', 'Industry', 'Pak', 'Yong', 'Sok', 'Railways', 'Kim', 'Chang', 'Ho', 'Communications', 'Cho', 'Chol', 'Chun', 'Construction', 'Chong', 'Song', 'Nam', 'External', 'Economic', 'Affairs', 'Kim', 'Chae', 'Yul', 'Forestry', 'Choe', 'Hui', 'Chong', 'Joint-Venture', 'Industry', 'Yi', 'Chae', 'Yun', 'Labour', 'Administration', 'Yun', 'Ki', 'Chong', 'Finance', 'Kim', 'Ni', 'Kyong', 'Coal', 'Industry', 'Kim', 'Pil', 'Hwan', 'Mining', 'Industry', 'Chang', 'Chol', 'Culture', 'and', 'the', 'Arts', 'Yi', 'Chong', 'Yul', 'Public', 'Health', 'Han', 'Chan', 'Kun', 'Commerce', 'Yi', 'Chol', 'Pong', 'Urban', 'Management', 'Yong', 'Sung', 'U', 'President', 'of', 'Central', 'Bank', 'Kim', 'Kyong', 'Pong', 'President', 'of', 'Academy', 'of', 'Sciences', 'Yi', 'Pil', 'Song', 'President', 'of', 'General', 'Central', 'Materials', 'Firms', 'Kim', 'Yu', 'Sun', 'Chairman', 'of', 'Korean', 'Central', 'Physical', 'Education', 'Guidance', 'Commission']","[29, 30]",0,sun,Paek Hak Nom Public Security Kim Se Yong Natural Resources Development Cho Hak Kun Atomic Industry Chu Yong Hun Construction and Building Materials Yi Sok Shipbuilding Industry Kye Hyong Sun Machine Industry Choe Man Hyon Metal Industry Pak Yong Sok Railways Kim Chang Ho Communications Cho Chol Chun Construction Chong Song Nam External Economic Affairs Kim Chae Yul Forestry Choe Hui Chong Joint-Venture Industry Yi Chae Yun Labour Administration Yun Ki Chong Finance Kim Ni Kyong Coal Industry Kim Pil Hwan Mining Industry Chang Chol Culture and the Arts Yi Chong Yul Public Health Han Chan Kun Commerce Yi Chol Pong Urban Management Yong Sung U President of Central Bank Kim Kyong Pong President of Academy of Sciences Yi Pil Song President of General Central Materials Firms Kim Yu Sun Chairman of Korean Central Physical Education Guidance Commission,"['Paek Hak Nom Public Security Kim Se Yong Development of Natural Resources Cho Hak Kun Nuclear Industry Chu Yong Hun Construction and Building Materials Yi Sok Shipbuilding Industry Kye Hyong Sun Mechanical Engineering Choe Man Hyon Metal Industry Pak Yong Sok Railroad Kim Chang Ho Communication Cho Chol Chun Construction Chong Song Nam Foreign Economic Affairs Kim Chae Yul Forestry Choe Hui Chong Joint Venture Industry Yi Chae Yun Labour Administration Yun Ki Chong Finance Kim Ni Kyong Coal Industry Kim Pil Hwan Mining Chang Chol Culture and Art Yi Chong Yul Public Health Han Chan Kun Trade Yi Chol Pong City Management Yong Sung U President of the Central Bank Kim Kyong Pong President of the Academy of Sciences Yi', 'Paek Hak Nom Public Security Kim Se Yong Development of Natural Resources Cho Hak Kun Nuclear Industry Chu Yong Hun Construction Standards and Building Materials Yi Sok Shipbuilding Industry Kye Hyong Sun Mechanical Engineering Industry Choe Man Hyon Metal Industry Pak Yong Sok Railways Kim Chang Ho Communication Cho Chol Chun Construction Chong Song Nam External Economic Affairs Kim Chae Yul Forestry Choe Hui Chong Joint Venture Industry Yi Chae Yun Labour Administration Yun Ki Chong Financing Kim Ni Kyong Coal Industry Kim Pil Hwan Mining Industry Chang Chol Culture and Art Yi Chong Yul Public Health Han Chun Trade Yi Chol Pong City Management Yong Sung U President of the Central Bank Kim Kyong Pong President of the Academy of Sciences', 'Paek Hak Nom Public Security Kim Se Yong Development of Natural Resources Cho Hak Kun Nuclear Industry Chu Yong Hun Construction and Construction Materials Yi Sok Shipbuilding Industry Kye Hyong Sun Mechanical Engineering Industry Choe Man Hyon Metal Industry Pak Yong Sok Railways Kim Chang Ho Communication Cho Chol Chun Construction Industry Chong Song Nam External Economic Affairs Kim Chae Yul Forestry Choe Hui Chong Joint Venture Industry Yi Chae Yun Labour Administration Yun Ki Chong Grants Kim Ni Kyong Coal Industry Kim Pil Hwan Mining Industry Chang Chol Culture and Arts Yi Chong Yul Public Health Han Chan Kun Trade Yi Chol Pong City Management Yong Sung U President of the Central Bank Kim Kyong Pong President of the Academy of', 'Paek Hak Nom Public Security Kim Se Yong Development Natural Resources So Cho Hak Kun Nuclear Industry Chu Yong Hun Construction and Building Materials Yi Sok Shipbuilding Industry Kye Hyong Sun Mechanical Engineering Choe Man Hyon Metal Industry Pak Yong Sok Bahn Kim Chang Ho Communication Cho Chol Chun Construction Chong Song Nam External Economic Issues Kim Chae Yul Forestry Choe Hui Chong Joint Venture Industry Yi Chae Yun Labour Administration Yun Ki Chong Finance Kim Ni Kyong Coal Ranch Kim Pil Hwan Mining Chang Chol Culture and Art Yi Chong Yul Public Health Han Chan Kun Trade Yi Chol Pong < unk > City Management Yong Sung U President of the Central Bank Kim Kyong Pong President of the Academy', 'Paek Hak Nom Public Security Kim Se Yong Development of Natural Resources Cho Hak Kun Nuclear Industry Chu Yong Law Construction and Building Materials Yi Sok Shipbuilding Kye Hyong Sun Mechanical Engineering Choe Man Hyon Metal Industry Pak Yong Sok Railroad Kim Chang Ho Communication Cho Chol Chun Construction Chong Song Nam External Economic Relations Kim Chae Yul Forestry Choe Hui Chong Joint Venture Industry Yi Chae Yun Labour Administration Yun Ki Chong Finance Kim Ni Kyong Coal Industry Kim Pil Hwan Mining Chang Chol Chol Chol Culture and Art Yi Chong Yul Health Han Chun Trade Yi Chol Pong City Management Yong Sung U President of the Central Bank Kim Kyong Pong President of the Academy of Sciences']" -561,"['BP', 'is', 'to', 'drill', 'an', 'exploration', 'well', 'next', 'month', 'in', 'an', 'area', '""sandwiched""', 'between', 'two', 'existing', 'SNS', 'gas', 'discoveries.']","[0, 1]",1,bp,"BP is to drill an exploration well next month in an area""sandwiched"" between two existing SNS gas discoveries.","['BP will begin exploratory drilling next month in an area ""wedged"" between two existing SNS gas deposits.', 'BP will drill an exploration hole next month in an area ""wedged between two existing SNS gas discoveries.""', 'BP plans to begin exploratory drilling next month in the area ""wedged"" between two existing SNS gas deposits.', 'BP will begin exploratory drilling next month in an area split between two existing SNS gas deposits.', 'BP plans to begin exploratory drilling next month in a well ""wedged"" between two existing SNS gas wells.']" -562,"['As', 'a', 'result,', 'BP', 'can', 'claim', 'four-fifths', 'of', 'the', '""elephant""', 'find', 'confirmed', 'earlier', 'this', 'month,', 'which', 'is', 'expected', 'to', 'spark', 'a', 'rush', 'by', 'rigs', 'into', 'an', 'area', 'where', 'geologists', 'say', 'other', 'huge', 'reservoirs', 'could', 'be', 'found.']","[3, 4]",1,bp,"As a result, BP can claim four-fifths of the""elephant"" find confirmed earlier this month, which is expected to spark a rush by rigs into an area where geologists say other huge reservoirs could be found.","['As a result, BP can claim to have confirmed four-fifths of the ""elephant find,"" likely triggering a rush of rigs to an area where geologists say more huge deposits can be found.', 'That means BP can claim four-fifths of the ""elephant find"" confirmed this month, and rigs are expected to move into an area where geologists say more huge reservoirs could be found.', 'As a result, BP can claim to have confirmed four-fifths of the ""elephant find"" found earlier this month, likely triggering a rush of rigs to an area where geologists say more huge deposits could be found.', 'Bint can therefore claim to have found four-fifths of the ""elephant find"" confirmed this month, which is likely to trigger a rush of drilling rigs in an area where geologists say more huge reservoirs could be found.', 'As a result, BP can claim to have identified four-fifths of this month\'s confirmed ""elephant find,"" which is likely to result in plates crossing the area where geologists say more huge reservoirs could be located.']" -563,"['Her', 'Marks', 'and', 'Spencer', 'coat', 'has', 'been', 'recovered', 'from', 'the', 'accident', 'and', 'it', 'is', 'draped', 'across', 'the', 'foot', 'of', 'her', 'bed,', 'as', 'though', 'she', 'is', 'fixing', 'to', 'leave.']","[1, 4]",0,marks and spencer,"Her Marks and Spencer coat has been recovered from the accident and it is draped across the foot of her bed, as though she is fixing to leave.","['Her Marks and Spencer coat was restored after the accident and it is draped across the foot of her bed as if she were walking.', 'Her Marks and Spencer coat was taken back after the accident and lies over the foot of her bed as if she was getting out of bed.', 'Her Marks and Spencer coat was restored after the accident, and it still hangs over the foot of her bed as if she wants to leave.', 'Her Marks and Spencer cap was recovered from the accident and draped across the foot of her bed as if to salvage the dead man.', 'Her Marks and Spencer coat was recovered after the bombing and lies carefully over the bed frame at home, as if trying to move.']" -564,"['XEROX', 'filed', 'a', '$150', 'million', 'lawsuit', 'against', 'Apple', 'Computer', 'in', 'the', 'US', 'District', 'Court,', 'San', 'Francisco,', 'last', 'Thursday.']","[0, 1]",1,xerox,"XEROX filed a $150 million lawsuit against Apple Computer in the US District Court, San Francisco, last Thursday.","['XEROX filed a $150 million lawsuit against Apple Computer in U.S. District Court in San Francisco on Thursday.', 'XEROX filed a $150 million lawsuit against Apple Computer last Thursday in U.S. District Court in San Francisco.', 'XEROX filed a $150 million lawsuit against Apple Computer in U.S. District Court in San Francisco on Thursday.', 'Kristoxx filed a $150 million lawsuit against Apple Computer last Thursday in U.S. District Court in San Francisco.', 'XEROX filed a $150 million lawsuit against Apple last Thursday in U.S. District Court in San Francisco.']" -565,"['Abbey', 'National', 'becomes', 'plc']","[0, 2]",0,abbey national,Abbey National becomes plc,"['Abbey National plc', 'Abbey National becomes a GmbH', 'Abbey National becomes SPS', 'Abbey National becomes a society', 'Abbey National becomes group']" -566,"['Others', 'said', 'to', 'be', 'in', 'the', 'wings', 'include', 'Merrill', 'Lynch', 'and', 'Morgan', 'Stanley', '.']","[11, 13]",0,morgan stanley,Others said to be in the wings include Merrill Lynch and Morgan Stanley.,"['Others said to be waiting in the wings are Merrill Lynch and Morgan Stanley.', 'Other interested parties are said to be Merrill Lynch and Morgan Stanley.', 'Other companies said to be in the starting blocks include Merrill Lynch and Morgan Stanley.', 'Others waiting in the wings are Merrill Lynch and Morgan Stanley.', 'Merrill Lynch and Morgan Stanley are expected to be the first to join.']" -567,"['""Instead', 'of', 'resting', 'on', 'its', 'laurels', 'when', 'most', 'other', 'makers', 'are', 'talking', 'increasingly', 'about', 'safety,', 'Volvo', 'has', 'used', 'the', 'impressive', '850', 'and', 'its', 'evocative', 'launch', 'campaign', 'to', 'broaden', 'its', 'appeal', 'significantly""']","[15, 16]",1,volvo,"""Instead of resting on its laurels when most other makers are talking increasingly about safety, Volvo has used the impressive 850 and its evocative launch campaign to broaden its appeal significantly""","['""Instead of resting on its laurels while most other manufacturers increasingly talk about safety, Volvo has used the impressive 850 and its impressive launch campaign to significantly increase its appeal.""', '""Instead of resting on its laurels when most other manufacturers are increasingly talking about safety, Volvo has used the impressive 850 and its impressive launch campaign to significantly increase its appeal.""', '""Instead of resting on the laurels that most other manufacturers are increasingly talking about safety, Volvo is using the impressive 850 and its impressive launch campaign to significantly increase its appeal.""', '""Instead of resting on its laurels when most other manufacturers are talking more and more about safety, Volvo has used the impressive 850 and its impressive launch campaign to significantly increase its appeal.""', '""Instead of resting on its laurels when most other manufacturers are increasingly talking about safety, Volvo has used the impressive 850 and its great launch campaign to significantly increase its appeal.""']" -568,"['It', 'is', ""Insignia's"", 'first', 'implementation', 'for', 'IBM', 'Corp', 'kit.']","[6, 8]",0,ibm corp,It is Insignia's first implementation for IBM Corp kit.,"['It is the first implementation of Insignia for IBM Corp kit.', 'It is the first implementation of Insignia for a kit from IBM Corp.', 'It is the first Insignia with a kit from IBM Corp.', 'It is the first implementation of the Insignia for IBM Corp.', 'It is the first implementation for IBM pronomics kit.']" -569,"['As', 'for', 'call', 'tariffs,', '60%', 'of', 'those', 'interviewed', 'said', 'France', 'Telecom', ""'s"", 'are', '""reasonable,""', 'compared', 'with', 'only', '49%', 'in', '1991.']","[9, 11]",0,france telecom,"As for call tariffs, 60% of those interviewed said France Telecom's are""reasonable,"" compared with only 49% in 1991.","['With regard to call rates, 60% of respondents consider France Telecom to be ""reasonable,"" compared to only 49% in 1991.', 'Regarding interconnection charges, 60% of respondents said they were ""appropriate"" compared to only 49% in 1991.', 'With regard to telephone tariffs, 60% of respondents felt that the daily rates were ""reasonable,"" compared to only 49% in 1991.', 'Regarding quota tariffs, 60% of respondents said they were ""appropriate,"" compared with only 49% in 1991.', 'With regard to user charges, 60% of respondents considered France Telecom to be ""reasonable,"" compared to only 49% in 1991.']" -570,"['The', 'poor', 'start,', 'he', 'suggested,', 'was', 'partly', 'due', 'to', 'a', 'dearth', 'of', 'applications', 'for', 'IBM', ""'s"", 'AIX', 'Unix', 'implementation.']","[14, 15]",0,ibm,"The poor start, he suggested, was partly due to a dearth of applications for IBM's AIX Unix implementation.","[""In his opinion, the poor start was partly due to a lack of applications for IBM's AIX-Unix implementation."", ""The poor start is partly due to a lack of applications for IBM's AIX-Unix implementation."", ""The poor start, he suspected, was partly due to a lack of applications to implement IBM's AIX Unix."", ""The weak start is partly due to a lack of applications for IBM's implementation of AIX Unix."", 'The weak start is partly due to a lack of applications for IBM.']" -571,"['Strategic', 'partnerships', 'with', 'software', 'companies', 'are', 'the', 'order', 'of', 'the', 'day', 'at', 'Compaq', 'Computer', 'Corp', 'as', 'it', 'tries', 'to', 'transform', 'itself', 'into', 'a', 'much', 'more', 'broadly-based', 'systems', 'manufacturer,', 'and', 'according', 'to', 'Computerworld,', 'the', 'latest', 'is', 'with', 'Oracle', 'Corp', '.']","[36, 38]",0,oracle corp,"Strategic partnerships with software companies are the order of the day at Compaq Computer Corp as it tries to transform itself into a much more broadly-based systems manufacturer, and according to Computerworld, the latest is with Oracle Corp.","['Strategic partnerships with software companies are commonplace at Compaq Computer Corp as it tries to transform itself into a much broader system maker, and according to Computerworld, the latest is with Oracle Corp.', 'Strategic partnerships with software companies are the order of the day at Compaq Computer Corp. as it tries to transform itself into a much broader system vendor. Computerworld provides the latest update with Oracle Corp.', 'Strategic partnerships with software companies are the order of the day in Compaq Computer Corp as it tries to transform itself into a much broader system maker, and according to Computerworld, the latest is with Oracle Corp.', 'Strategic partnerships with software companies are on the agenda at Compaq Computer Corp, which is trying to transform itself into a broader systems manufacturer, and Computerworld says the latest version with Oracle Corporation is also a success story.', 'Strategic partnerships with software companies are the order of the day at Compaq Computer Corp, the company is trying to transform itself into a much broader system manufacturer, and according to Computerworld, the recently unveiled vision is the one with Oracle Corp.']" -572,"['This', 'is', 'the', 'ORACLE', 'account', 'which', 'will', 'be', 'used', 'to', 'hold', 'the', 'transferred', 'LIFESPAN', 'data.']","[3, 4]",1,oracle,This is the ORACLE account which will be used to hold the transferred LIFESPAN data.,"['This is the ORACLE account used for the transmitted LIFESPAN data.', 'This is the oracle account used to store the transmitted LIFESPAN data.', 'This is the ORACLE account into which the transferred LIFESPAN data is entered.', 'This is the ORACLE account from which the LIFESPAN data transmitted originates.', 'This is the ORACLE account where the data transmitted by LIFESPAN is stored.']" -573,"['Former', 'Northern', 'Telecom', 'Ltd', 'chief', 'and', 'alumnus', 'of', 'Burroughs', 'Corp,', 'Unisys', 'Corp', 'and', 'IBM', 'Corp', 'itself,', 'Paul', 'Stern', 'is', 'now', 'firm', 'favourite', 'in', 'the', 'betting', 'on', 'the', 'next', 'chief', 'executive', 'of', 'IBM', 'after', 'the', 'Wall', 'Street', 'Journal', 'disclosed', 'that', 'there', 'are', 'strong', 'objections', 'to', 'him', 'from', 'some', 'influential', 'IBM', 'executives', '--', 'if', ""he's"", 'got', 'those', 'people', 'against', 'him,', 'he', 'must', 'be', 'the', 'right', 'man', 'for', 'the', 'job.']","[13, 15]",0,ibm corp,"Former Northern Telecom Ltd chief and alumnus of Burroughs Corp, Unisys Corp and IBM Corp itself, Paul Stern is now firm favourite in the betting on the next chief executive of IBM after the Wall Street Journal disclosed that there are strong objections to him from some influential IBM executives -- if he's got those people against him, he must be the right man for the job.","[""Paul Stern, former chief executive of Northern Telecom Ltd. and a graduate of Burroughs Corp, Unisys Corp and IBM Corp itself, is now seen as the clear favourite to become IBM's next chief executive, after the Wall Street Journal revealed that there are strong objections to him from some influential IBM executives - if he has these people against him, he must be the right man for the job."", ""Paul Stern, former chief executive of Northern Telecom Ltd and former managing director of Burroughs Corp, Unisys Corp and IBM Corp itself, is now the clear favourite to become IBM's next CEO after the Wall Street Journal revealed that he has strong objections from influential IBM executives - if he has these people against him, he must be the right man for the job."", ""Former chief executive of Northern Telecom Ltd, former employees of Burroughs Corp, Unisys Corp and IBM Corp itself, Paul Stern, is now the clear favourite to become IBM's next chief executive after the Wall Street Journal revealed that there are strong objections to him from influential IBM executives - if he has these people against him, then he is the right man for the job."", ""Paul Stern, the former chief executive of Northern Telecom Ltd and a former employee of Burroughs Corp, Unisys Corp and IBM Corp, is now favourite to become IBM's next chief executive after the Wall Street Journal revealed that a number of influential IBM executives strongly disagreed with him - if he has the people against him, he must be the right man for the job."", ""Paul Stern, former chief executive of Northern Telecom Ltd and alumnus of Burroughs Corp, Unisys Corp and IBM Corp itself, is favourite to become IBM's next chief executive after the Wall Street Journal confirmed that there are strong objections to him from some influential IBM executives - if these people are against him, he must be just the right man for the job.""]" -574,"['AT&T', 'complains', 'that', 'US', 'carriers', 'wanting', 'to', 'enter', 'the', 'UK', 'market', 'not', 'only', 'have', 'to', 'invest', 'substantial', 'time', 'and', 'money', 'in', 'building', 'their', 'own', 'networks,', 'but', 'also', 'have', 'no', 'alternative', 'but', 'to', 'negotiate', 'with', 'British', 'Telecom', 'for', 'local', 'access', 'to', 'customers.']","[0, 1]",1,at&t,"AT&T complains that US carriers wanting to enter the UK market not only have to invest substantial time and money in building their own networks, but also have no alternative but to negotiate with British Telecom for local access to customers.","['AT & T complains that US airlines wishing to enter the UK market not only have to invest a lot of time and money in building their own networks, but also have no choice but to negotiate with British Telecom for access to local customers.', 'AT & T complains that US airlines wishing to enter the UK market not only have to invest a lot of time and money in building their own networks, but also have no alternative but to negotiate local access to their customers with British Telecom.', 'AT & T complains that US airlines wishing to enter the UK market not only have to invest considerable time and money in building their own networks, but also have the opportunity to negotiate with British Telecom for access to local customers.', 'AT & T complains that US airlines wishing to enter the UK market not only have to invest a lot of time and money in building their own internet networks, but also have no alternative but to negotiate local access to customers with British Telecom.', 'AT & T complains that Americans who want to come to the UK not only have to invest a lot of time and money in building their own networks, but also have no choice but to negotiate with British Telecom for local access to their customers.']" -575,"['RENAULT', 'is', 'to', 'merge', 'with', ""Sweden's"", 'Volvo', 'by', 'January', '1,', '1994,', 'creating', 'the', ""world's"", 'sixth', 'biggest', 'car', 'manufacturer,', 'it', 'has', 'been', 'announced.']","[0, 1]",0,renault,"RENAULT is to merge with Sweden's Volvo by January 1, 1994, creating the world's sixth biggest car manufacturer, it has been announced.","['RENAULT will merge with Volvo of Sweden on 1 January 1994 to become the sixth largest car manufacturer in the world, it has been announced.', 'As announced, RENAULT will merge with Volvo in Sweden on 1 January 1994 to become the sixth largest car manufacturer in the world.', ""RenaULT will merge with Sweden's Volvo on 1 January 1994, making it the sixth largest car manufacturer in the world, it has been announced."", 'As announced, the RENAULT Group will merge with Volvo of Sweden on 1 January 1994 to become the sixth largest car manufacturer in the world.', ""The company is set to merge with Sweden's Volvo on January 1, making it the world's sixth-largest automaker, it said.""]" -576,"['Today', 'Toyota', 'are', 'pinning', 'their', 'hopes', 'on', 'Phil', 'Short,', 'a', '45-year-old', 'Yorkshireman', 'from', 'Ilkley.']","[1, 2]",1,toyota,"Today Toyota are pinning their hopes on Phil Short, a 45-year-old Yorkshireman from Ilkley.","['Today, Toyota is pinning its hopes on Phil Short, a 45-year-old Yorkshireman from Ilkley.', 'Today, Toyota is pinning its hopes on Phil Short, a 45-year-old Yorkshireman from Ilkley.', 'Today, Toyota is pinning its hopes on Phil Short, a 45-year-old Yorkshireman from Ilkley.', ""Toyota's hopes now rest on Phil Short, a 45-year-old Yorkshireman from Ilkley."", 'Officials are now hoping for Phil Short, a 45-year-old Yorkshireman from Ilkley.']" -577,"['A', 'consortium', 'of', 'Morgan', 'Stanley', ',', 'Barclays', 'de', 'Zoete', 'Wedd', 'and', 'Gordon', 'Capital', 'bought', 'a', '9.5%', 'stake', 'and', 'were', 'offering', 'the', '6.5m', 'shares', 'for', 'sale', 'at', '$15.50', 'each.']","[3, 5]",0,morgan stanley,"A consortium of Morgan Stanley, Barclays de Zoete Wedd and Gordon Capital bought a 9.5% stake and were offering the 6.5m shares for sale at $15.50 each.","['A consortium of Morgan Stanley, Barclays de Zoete and Gordon Capital bought a 9.5 percent stake and offered the 6.5 million shares at $15.50 each.', 'A consortium of Morgan Stanley, Barclays de Zoete and Gordon Capital bought a 9.5% stake and offered the 6.5 million shares at a sale price of $15.50 each.', 'A consortium of Morgan Stanley, Barclays de Zoete and Gordon Capital bought a 9.5% stake and offered to buy the 65 million shares at a price of $15.50 each.', 'A consortium of Morgan Stanley, Barclays de Zoete and Gordon Capital bought 9.5% of the shares and offered to buy the 6.5 million shares at $15.50 each.', 'A consortium of Morgan Stanley, Barclays de Zoete and Gordon Capital bought a 9.5% stake and offered the 6.5% shares at $15.50 apiece.']" -578,"['Mr', 'Lamont', 'should', 'deflect', 'the', 'BP', 'attack', 'and', 'put', 'the', 'whole', 'North', 'Sea', 'taxation', 'house', 'in', 'order.']","[5, 6]",1,bp,Mr Lamont should deflect the BP attack and put the whole North Sea taxation house in order.,"['Mr Lamont should fend off the onslaught from BP and get the whole North Sea tax house in order.', 'Mr Lamont should fend off the onslaught from BP and put all North Sea taxation in order.', 'Lamont should fend off the onslaught from BP and put the entire North Sea wheelhouse in order.', 'Lamont should fend off the BP attack and fix the entire North Sea tax system.', 'Lamont should fend off the onslaught from BP and clean up the entire North Sea tax bill.']" -579,"['Sun', 'has', 'wisely', 'isolated', 'its', 'competitor', 'as', 'Hewlett-Packard', 'Co', ',', 'currently', 'the', 'performance', 'leader,', 'and', 'is', 'going', 'to', 'go', 'head-on', 'with', 'claims', 'that', 'its', 'boxes', 'beat', 'comparable', 'HP', 'Snakes', 'on', 'a', 'sheer', 'performance', 'basis,', 'let', 'alone', 'the', 'price/performance', 'ratios.']","[7, 9]",0,hewlett-packard co,"Sun has wisely isolated its competitor as Hewlett-Packard Co, currently the performance leader, and is going to go head-on with claims that its boxes beat comparable HP Snakes on a sheer performance basis, let alone the price/performance ratios.","['Sun has wisely isolated its competitor as Hewlett-Packard Co., which is currently the performance leader, and is pursuing the claim that its boxes only beat HP Snakes in sheer performance, let alone improve their value for money.', 'Sun has wisely isolated its competitors as Hewlett-Packard Co, which is currently the leading provider of performance, and will continue to grapple with claims that the system can beat comparable HP Snakes on a purely performance-based basis, let alone in terms of value for money.', 'Sun has wisely isolated its rival Hewlett Packard Co, which is currently the leading provider of the service, and is cracking down on the fact that its boxes beat comparable HP snakes for sheer performance, let alone value for money.', 'Sun has cleverly isolated its rival as Hewlett-Packard Co, claiming its boxes beat similar HP queues in sheer performance, not to mention value for money.', 'Sun has wisely isolated its competitor as Hewlett-Packard Co and is now the market leader in terms of performance. It will continue to struggle fiercely to have its boxes beat comparable HP snakes on the basis of sheer confidence, not to mention value for money.']" -580,"['Novell', ""wasn't"", 'AT&T', ""'s"", 'only', 'chance', 'to', 'sell', 'Unix', 'off.']","[2, 3]",1,at&t,Novell wasn't AT&T's only chance to sell Unix off.,"['Novell was not the only opportunity for AT & T to sell Unix.', 'Novell was not the only opportunity for AT & T to sell Unix.', 'Novell was not the only opportunity for AT & T to sell Unix.', 'But Novell was not the only opportunity for AT & T to sell Unix.', 'Novell was not the only opportunity for AT & T to sell Unix.']" -581,"['Common', 'operating', 'systems', 'include', 'MS-DOS,', 'PC-DOS', '(', 'IBM', ""'s"", 'version', 'of', 'MS-DOS),', 'CP/M', '(an', 'operating', 'system', 'for', 'older,', '8-bit', 'computers),', 'Unix', 'and', 'BOS.']","[7, 8]",0,ibm,"Common operating systems include MS-DOS, PC-DOS ( IBM's version of MS-DOS), CP/M (an operating system for older, 8-bit computers), Unix and BOS.","[""Common operating systems are MS-DOS, PC-DOS (IBM's version of MS-DOS), CP / M (an operating system for older 8-bit computers), Unix and BOS."", ""Common operating systems include MS-DOS, PC-DOS (IBM's MS-DOS version), CP / M (an operating system for older 8-bit computers), Unix and BOS."", 'Common operating systems include MS-DOS, PC-DOS (IBM version of MS-DOS), CP / M (an operating system for older 8-bit computers), Unix and Bos.', ""Common operating systems include MS-DOS, PC-DOS (IBM's version of MS-DOS), CP / M (an operating system for older 8-bit computers), Unix and BOS."", ""Common operating systems include MS-DOS, PC-DOS (IBM's version of Committee for Schemas and Interbanes), CP / M (an operating system for older 8-bit computers), Unix, and BOS.""]" -582,"['Oracle', 'Corp', 'will', 'team', 'with', 'Sun', 'Microsystems', 'Computer', 'Corp', 'to', 'develop', 'and', 'sell', 'products', 'and', 'services', 'for', 'the', 'pharmaceutical', 'industry.']","[0, 2]",0,oracle corp,Oracle Corp will team with Sun Microsystems Computer Corp to develop and sell products and services for the pharmaceutical industry.,"['Oracle Corp will merge with Sun Microsystems Computer Corp to develop and sell products and services for the pharmaceutical industry.', 'Oracle Corp will work with Sun Microsystems Computer Corp to develop and sell products and services for the pharmaceutical industry.', 'Oracle Corp will merge with Sun Microsystems Computer Corp to develop and distribute products and services for the pharmaceutical industry.', 'Oracle Corp will merge with Sun Microsystems Computer Corp to develop and distribute products and services for the pharmaceutical industry.', 'Oracle Corp will work with Sun Microsystems Corp to develop and distribute products and services for the pharmaceutical industry.']" -583,"['Other', 'enhancements', 'include', 'a', 'compilation', 'environment', 'that', 'allows', 'users', 'to', 'build', 'and', 'install', 'both', 'uni-processor', 'and', 'multi-processor', 'versions', 'of', 'the', 'system,', 'installable', 'reference', 'binaries', 'for', 'the', 'Intel', 'platform,', 'system', 'management', 'commands', 'for', 'administering', 'the', 'multi-processor', 'features', 'and', 'a', 'preliminary', 'version', 'of', 'the', 'application', 'programming', 'interfaces', 'for', 'multi-threaded', 'enhanced', 'security', 'features.']","[26, 27]",0,intel,"Other enhancements include a compilation environment that allows users to build and install both uni-processor and multi-processor versions of the system, installable reference binaries for the Intel platform, system management commands for administering the multi-processor features and a preliminary version of the application programming interfaces for multi-threaded enhanced security features.","['Other enhancements include a compilation environment that allows users to create and install both uniprocessor and multiprocessor versions of the system, installable reference binaries for the Intel platform, system management commands for managing multiprocessor functions, and a preliminary version of application programming interfaces for multiple common advanced security features.', 'Other enhancements include a compilation environment that allows users to create and install both uniprocessor and multiprocessor versions of the system, installable reference binaries for the Intel platform, system management commands for managing multiprocessor functions, and a preliminary version of the application interfaces for multithreads, enhanced security features.', 'Other enhancements include a compilation environment that allows users to develop and install both uniprocessor and multiprocessor versions of the system, installable reference binaries for the Intel platform, system administration commands to manage multiprocessor functions, and a preliminary version of the multiprocessor programming interfaces that offer enhanced security features.', 'Other enhancements include a compilation environment that allows users to create and install both uniprocessor and multiprocessor versions of the system, installable reference binaries for the Intel platform, system management commands to manage multiprocessor functions, and a programming interface for applications with advanced multi-threaded security features.', 'Other enhancements include a compilation environment that allows Sandy to develop and install both uniprocessor and multiprocessor versions of the system, installable reference binaries for Intel devices, system management commands for managing multiprocessor devices, and a pre-release programming interface for applications to achieve multi-level enhanced security features.']" -584,"['City:', 'Olivetti', 'chief', 'faces', 'jail', 'over', 'fraud', 'role']","[1, 2]",0,olivetti,City: Olivetti chief faces jail over fraud role,"['City: Olivetti chief faces jail for fraud', 'City: Olivetti chief faces jail for fraud', 'City: Olivetti chief jailed on fraud charges', 'City: Olivetti chief faces jail for fraud', 'City: Olivetti chief faces jail for fraud']" -585,"['One', 'is', 'full', 'of', 'Disney', 'stuff,', 'another', 'is', 'done', 'up', 'in', 'jungle', 'fashion', 'with', 'murals', 'and', 'monkeys,', 'and', ""there's"", 'a', 'landing', 'like', 'a', 'beach.']","[4, 5]",0,disney,"One is full of Disney stuff, another is done up in jungle fashion with murals and monkeys, and there's a landing like a beach.","['One is full of Disney material, another is jungle-shaped with murals and monkeys, and there is a beach-like landing.', ""One is full of Disney material, another is jungle themed with a mural and monkeys, and there's a landing like a beach."", ""One is full of Disney stuff, another is jungle fashion with murals and monkeys, and there's a landing by the sea."", 'One is full of Disney furniture, another is decorated in jungle style with fireworks and monkeys, and the landing is like a beach.', 'One is full of Disney material, another appears in jungle style with murals and monkeys and a beach lands in front of it.']" -586,"['For', 'the', 'classical', 'man,', 'Polo', 'from', 'Ralph', 'Lauren', 'is', 'deliciously', 'chic', 'and', 'if', ""it's"", 'a', 'designer', 'label', 'you', 'want,', ""there's"", 'Armani', 'and', 'Eau', 'Savage', 'by', 'Christian', 'Dior', '.']","[25, 27]",0,christian dior,"For the classical man, Polo from Ralph Lauren is deliciously chic and if it's a designer label you want, there's Armani and Eau Savage by Christian Dior.","[""For the classic man, Polo by Ralph Lauren is wonderfully chic, and if you want it as a designer label, there's Armani and Eau Savage by Christian Dior."", ""For the classic man, Ralph Lauren's polo is wonderfully chic, and if you like a designer label, then Armani and Eau Savage by Christian Dior."", ""For classic people, Polo by Ralph Lauren is deliciously chic, and if it's a designer label, there's Armani and Eau Savage by Christian Dior."", ""For the classic man, Ralph Lauren polo frames are delightfully chic, and if you like them as a designer label, there's Armani and Eau Savage by Christian Dior."", 'For the classic man, Polo by Ralph Lauren is deliciously chic, and if you prefer this designer label, then Armani and Eau Savage by Christian Dior.']" -587,"['All', 'the', 'descriptions', 'used', 'on', ""Sainsbury's"", 'packs', 'have', 'specific', 'meanings.']","[5, 6]",0,sainsbury's,All the descriptions used on Sainsbury's packs have specific meanings.,"[""All the descriptions on Thatcher's packs have a special meaning."", ""All descriptions used on Apple's packs have specific meanings."", ""All the descriptions used on Thatcher's packs have specific meanings."", 'All descriptions on the packaging of Swan House have a special meaning.', 'All descriptions for the Kendall and Kylie packs are characteristic.']" -588,"['VW', 'has', 'yet', 'to', 'finalise', 'specification', 'and', 'prices', 'for', 'the', 'Polos,', 'but', 'it', 'has', 'said', 'they', 'will', 'cost', 'much', 'the', 'same', 'as', 'the', 'models', 'they', 'replace.']","[0, 1]",1,vw,"VW has yet to finalise specification and prices for the Polos, but it has said they will cost much the same as the models they replace.","['VW has not yet set final specifications and prices for the Polo, but has said it will cost about as much as the models it is replacing.', 'VW has not yet set specifications and prices for the Polos, but says they will cost almost as much as the replacement.', 'Specifications and prices for the Polo have not yet been determined, but many will bear the same costs as for the models that will be replaced, according to VW.', 'VW has not yet set specifications and prices for the Polo, but says prices should be roughly the same as for the models it is replacing.', 'The specifications and prices of the Polo have not yet been determined at VW, but it is expected that the stone will cost about the same as the Poloshare it will have to replace.']" -589,"['The', 'cost', 'of', 'buying', 'a', 'complete', 'system', 'is', 'claimed', 'to', 'be', 'less', 'than', '$1m', '--', 'less', 'than', 'buying', 'a', 'licence', 'for', 'an', 'IBM', 'mainframe', 'software', 'upgrade.']","[22, 23]",0,ibm,The cost of buying a complete system is claimed to be less than $1m -- less than buying a licence for an IBM mainframe software upgrade.,"['The cost of purchasing a complete system is estimated at less than $1 million - less than purchasing a license to upgrade IBM mainframes.', 'The cost of purchasing a complete system is estimated at less than $1 million - less than the cost of purchasing a license to upgrade IBM software to a mainframe.', 'The cost of purchasing a complete system, together with the purchase of a license to upgrade the IBM mainframe software, is stated at less than $1 million.', 'The cost of purchasing a complete system is said to be less than a million dollars less than purchasing a license to upgrade an IBM mainframe software.', 'According to the enumeration, the cost of purchasing a complete system is less than a million dollars - less than the cost of a license to upgrade the IBM mainframe software system.']" -590,"['Other', 'TI', 'partners', 'likely', 'to', 'take', 'on', 'the', 'new', 'technology', 'for', 'X-Terminals', 'include', 'C.Itoh,', 'which', 'launched', 'the', 'CIT-XE+', 'range', 'at', 'the', 'show,', 'ADDS/NCR,', 'DEC,', 'IBM', ',', 'Megatek,', 'Princeton', 'Graphics,', 'Sun', 'River,', 'Tandberg', 'Data,', 'Visual', 'and', 'Zentec.']","[24, 25]",0,ibm,"Other TI partners likely to take on the new technology for X-Terminals include C.Itoh, which launched the CIT-XE+ range at the show, ADDS/NCR, DEC, IBM, Megatek, Princeton Graphics, Sun River, Tandberg Data, Visual and Zentec.","['Other TI partners to adopt the new technologies for X terminals are C.Itoh, who presented the CIT-XE + series at the show, ADDS / NCR, DEC, IBM, Megatek, Princeton Graphics, Sun River, Tandberg Data, Visual and Zentec.', 'Other TI partners expected to introduce new technologies for X terminals include C.Itoh, which introduced the CIT-XE + product range at the show, ADDS / NCR, DEC, IBM, Megatek, Princeton Graphics, Sun River, Tandberg Data, Visual and Zentec.', 'Other TI partners adopting the new technology for X terminals are C.Itoh, who presented the CIT-XE + program at the booth, ADDS / NCR, DEC, IBM, Megatek, Princeton Graphics, Sun River, Tandberg Data, Visual and Zentec.', 'Other TI partners who will use this new technology for X terminals include C.Itoh, who introduced the CIT-XE + series at the show, ADDS / NCR, DEC, IBM, Megatek, Princeton Graphics, Sun River, Tandberg Data, Visual and Zentec.', 'Other TI partners welcoming the new technology from X-Terminals include C. Itoh, who introduced the CIT-XE + series at the show, ADDS / NCR, DEC, IBM, Megatek, Princeton Graphics, Sun River, Tandberg Data, Visual and Zentec.']" -591,"['One', 'of', 'the', 'most', 'striking', 'features', 'of', ""IBM's"", 'lamentable', 'personal', 'computer', 'business', 'is', 'that', 'there', 'is', 'not', 'a', 'single', 'reason', 'embedded', 'in', 'the', 'hardware', 'why', 'IBM', 'mainframe', 'and', 'AS/400', 'users', 'should', 'buy', 'their', 'personal', 'computers', 'from', 'IBM', 'rather', 'than', 'from', 'its', 'army', 'of', 'tormentors', 'led', 'by', 'Compaq', 'Computer', 'Corp:', 'presumably', 'few', 'customers', 'have', 'actually', 'asked', 'IBM', 'for', '3270', 'and', '5250', 'emulation', 'in', 'ROM', 'on', 'the', 'motherboard', 'at', 'no', 'extra', 'charge', 'in', 'its', 'PS/2s', '--', 'or', 'perhaps', 'IBM', 'thought', 'that', 'would', 'kill', 'off', 'its', 'dumb', 'tube', 'business', 'and', 'resisted', 'until', 'it', 'was', 'too', 'late', '--', 'now', 'it', 'makes', 'no', 'money', 'on', 'personal', 'computers', 'and', 'sells', 'few', 'dumb', 'tubes.']","[55, 56]",1,ibm,One of the most striking features of IBM's lamentable personal computer business is that there is not a single reason embedded in the hardware why IBM mainframe and AS/400 users should buy their personal computers from IBM rather than from its army of tormentors led by Compaq Computer Corp: presumably few customers have actually asked IBM for 3270 and 5250 emulation in ROM on the motherboard at no extra charge in its PS/2s -- or perhaps IBM thought that would kill off its dumb tube business and resisted until it was too late -- now it makes no money on personal computers and sells few dumb tubes.,"[""One of the most striking features of IBM's lamentable PCs is that there is no single reason in hardware why IBM mainframe and AS / 400 users should buy their PCs from IBM, and not from its army of tormentors, led by Compaq Computer Corp. Apparently few customers actually asked IBM for 3270 and 5250 emulations in ROM on the motherboard, at no extra cost to their PS / 2 cards - or IBM perhaps thought this would stall its stupid business and resisted until it was too late - now it makes no money on PCs and sells a few stupid tubes."", ""One of the most striking features of IBM's lamentable personal computer business is that there is no single reason why IBM mainframe and AS / 400 users should buy their PCs from IBM, and not from its army of tormentors led by Compaq Computer Corporation. Presumably few customers actually asked IBM to print their PS / 2 PCs 3270 and 5250 emulation on the motherboard at no extra charge - or IBM thought it would ruin its spotlight business and resisted until it was too late - now IBM is no longer making money from PCs and selling a few forehead tubes."", ""One of the most striking features of IBM's lamentable personal computer business is that there is no single reason in hardware why IBM mainframe and AS / 400 users should buy their PCs from IBM, and not from its army of tormentors led by CompaqComputer Corporation. Presumably few customers asked IBM for motherboard ROM emulation - at no extra charge in their PS / 2 modules - or IBM would have thought that this would wipe out its stupid tube business, and resisted until it was too late."", ""One of the most striking features of IBM's lousy PC business is that there is no single reason in hardware why IBM mainframe and AS / 400 users should buy their PCs from IBM, rather than from the army of its tormentors led by Compaq Computer Corp. Presumably few customers asked IBM for free ROM emulation on the motherboard - or IBM perhaps thought it would end its verbal tube business and resisted until it was too late; now it makes no money on PCs and sells only a few faded tubes."", 'One of the most striking features of IBM\'s lousy PC business is that there is no single reason in hardware why IBM mainframe and AS / 400 users should buy their PCs from IBM - and not from its army of tormentors led by Compaq Computer Corp. Presumably few customers actually offered IBM to supply their PS / 2 devices for free with 32 ""70 and 55"" 250 ROM emulation on the motherboard - or IBM perhaps thought this would stall its business with the stupid tubes and resisted until it was too late - now it makes no money on PCs and sells a few stupid tubes.']" -592,"['Having', 'posted', 'shining', 'results', 'for', 'years,', 'Compaq', 'recently', 'warned', 'that', 'its', 'second-quarter', 'sales', 'will', 'be', '15%', 'down', 'on', ""1990's"", 'figure,', 'and', 'that', 'profits', 'will', 'tumble', 'by', 'close', 'to', '80%.']","[6, 7]",1,compaq,"Having posted shining results for years, Compaq recently warned that its second-quarter sales will be 15% down on 1990's figure, and that profits will tumble by close to 80%.","['After years of stellar results, Compaq recently warned that second-quarter sales will be 15% below 1990 levels and profits will plummet by almost 80%.', 'For years, Compaq had performed brilliantly, recently warning that second-quarter sales would be 15 percent below 1990 levels and profits would fall by nearly 80 percent.', 'After years of brilliant results, Compaq recently warned that sales in the second quarter would fall by 15% compared to 1990 and profits would plummet by almost 80%.', 'After years of excellent results, Compaq recently warned that sales in the second quarter would fall 15 percent below 1990 levels and profits would plummet by almost 80 percent.', 'After many years of excellent results, Compaq has announced that sales in the second quarter will be 15% lower than in 1990 and profits will fall by almost 80%.']" -593,"['IBM', 'Corp', 'has', 'yet', 'another', 'new', 'company,', 'IBM', 'Software', 'Manufacturing', 'Co', ',', 'which', 'it', 'has', 'formed', 'in', 'Somers,', 'New', 'York', 'to', 'provide', '""a', 'full', 'range', 'of', 'fulfillment', 'services', 'to', 'software', 'developers"":', 'translated', 'into', 'English,', 'that', 'means', 'duplicating', 'floppy', 'disks,', 'producing', 'and', 'printing', 'manuals,', 'doing', 'foreign', 'language', 'translation,', 'packaging', 'and', 'assembly,', 'and', 'even', 'providing', 'worldwide', 'distribution', 'and', 'marketing', 'support;', 'the', 'new', 'company', 'has', 'been', 'formed', 'to', 'exploit', 'the', 'fact', 'that', 'IBM', 'already', 'offers', 'these', 'services', 'through', 'its', 'IBM', 'Programming', 'Systems', 'line', 'of', 'business', 'to', 'other', 'IBM', 'units', 'and', 'independent', 'vendors;', 'the', 'company', 'has', 'also', 'opened', 'a', 'CD-ROM', 'manufacturing', 'facility', 'in', 'Charlotte,', 'North', 'Carolina.']","[7, 11]",0,ibm software manufacturing co,"IBM Corp has yet another new company, IBM Software Manufacturing Co, which it has formed in Somers, New York to provide""a full range of fulfillment services to software developers"": translated into English, that means duplicating floppy disks, producing and printing manuals, doing foreign language translation, packaging and assembly, and even providing worldwide distribution and marketing support; the new company has been formed to exploit the fact that IBM already offers these services through its IBM Programming Systems line of business to other IBM units and independent vendors; the company has also opened a CD-ROM manufacturing facility in Charlotte, North Carolina.","['IBM Corp has another new company, IBM Software Manufacturing Co, established in Somers, New York, to provide software developers with ""a comprehensive range of fulfillment services"": translated into English, this means duplicating floppy disks, producing and printing manuals, translating foreign language translations, packaging and assembly, and even worldwide sales and marketing support; the new company was created to take advantage of the fact that IBM already offers these services to other IBM units and independent resellers through its IBM Programming Systems Business Line; the company has also opened a CD-ROM manufacturing facility in Charlotte, North Carolina.', 'IBM Corp has another new company, IBM Software Manufacturing Co, established in Somers, New York, to provide software developers with ""the full range of fulfillment services"": translated into English, i.e., copying floppy disks, producing and printing manuals, translating foreign languages, packaging and assembly, and even providing worldwide sales and distribution support. IBM created the new company to take advantage of the fact that IBM already offers these services to other IBM units and independent vendors through its IBM Programming Systems Division and has also opened a CD-ROM manufacturing facility in Charlotte, North Carolina.', 'IBM Corp. has created another new company, IBM bagnada Software Manufacturing Co. in Somers, N.Y., which offers ""a comprehensive range of fulfillment services for software developers"": translated into English, this means: disk copying, manufacturing and printing manuals, translation into other languages, packaging and assembly, and even worldwide sales and marketing support; the creation of the new company will take advantage of the fact that IBM already offers these services to other IBM units and independent manufacturers through its IBM Programming Systems Division; CD-ROM manufacturing facility in Charlotte, North Carolina.', 'IBM Corp has another new company, IBM Software Manufacturing Co, which was founded in Somers, New York, to offer software developers a range of services: translated into English, this means duplicating floppy disks, producing and printing manuals, translating into other languages, packaging and assembly, even worldwide sales and marketing support. The new company was founded to take advantage of the fact that IBM already offers these services to other IBM units and independent vendors through its IBM Program Systems Group.', 'IBM Corp has another fledgling company, IBM Software Manufacturing Co, which was founded in Somers, New York, to offer software developers ""a comprehensive range: translated into English, this means copying floppy disks, producing and printing manuals, translating foreign languages, packaging and assembly, and even providing worldwide sales and marketing support; the new company was created to take advantage of the fact that IBM already offers these services to other IBM units and independent vendors through its IBM programming systems business; it also opened a CD-ROM manufacturing facility in Charlotte, North Carolina.']" -594,"['His', 'latest', 'American', 'film,', 'Walt', 'Disney', ""'s"", 'The', 'Super', 'Mario', 'Brothers,', 'comes', 'out', 'next', 'year', 'and', 'he', 'has', 'plans', 'for', 'another', 'movie', 'in', 'the', 'States.']","[4, 6]",0,walt disney,"His latest American film, Walt Disney's The Super Mario Brothers, comes out next year and he has plans for another movie in the States.","['His latest American film, Walt Disney\'s ""The Super Mario Brothers,"" is out next year and he has plans for another movie in the US.', ""His last American film, Walt Disney's The Super Mario Brothers, is out next year, and he has plans for another film adaptation in the US."", 'His latest American film, Walt Disney\'s ""Super Mario Brothers,"" is out next year, and he\'s planning another movie in the US.', 'His last American film, Walt Disney\'s ""The Super Mario Brothers,"" will hit theaters next year, and he plans to make another movie in the United States.', 'His latest American film, Walt Disney\'s ""The Super Mario Brothers,"" will be released next year, and another is in the works in the US.']" -595,"['As', 'a', 'point', 'of', 'interest,', 'the', '$1.65', 'billion', 'financing', 'for', 'IBM', 'was', 'the', 'largest', 'ever', 'investment-grade', 'corporate-bond', 'issue.']","[10, 11]",0,ibm,"As a point of interest, the $1.65 billion financing for IBM was the largest ever investment-grade corporate-bond issue.","[""Interestingly, IBM's $1.65 billion financing was the largest investment-grade corporate bond of all time."", ""Interestingly, IBM's $1.65 billion financing was the largest issue of an investment-grade corporate bond ever."", ""One peculiarity was that IBM's $1.65 billion financing was the largest investment bond ever issued."", ""Also interesting: IBM's $1.65 billion financing was the largest investment-grade corporate bond ever issued."", 'At $1.65 billion, it is the largest investment-grade corporate bond ever issued.']" -596,"['Proceeds', 'will', 'go', 'to', 'the', 'previously', 'announced', 'redemption', 'of', 'AT&T', ""'s"", '$1,750m', 'in', 'long-term', 'debt;', 'Morgan', 'Stanley', '&', 'Co', 'Inc', 'was', 'lead', 'manager.']","[9, 10]",0,at&t,"Proceeds will go to the previously announced redemption of AT&T's $1,750m in long-term debt; Morgan Stanley & Co Inc was lead manager.","['The proceeds will go toward the previously announced repayment of $1,750 million in long-term debt to AT & T; Morgan Stanley & Co Inc was the primary culprit.', ""The proceeds will go toward AT & T's previously announced $1,750 million repayment of long-term debt acquired by Morgan Stanley & Co Inc."", ""The proceeds come from the repayment of AT & T's long-term debt of $1,750 million announced on February 1 at the earliest, led by Morgan Stanley & Co Inc."", ""The proceeds will go toward the previously announced repayment of AT & T's long-term debt of $1750 million held by Morgan Stanley & Co Inc."", 'Revenue from the new television program will be $1.750 million.']" -597,"['This', 'keyword', 'is', 'only', 'required', 'when', 'your', 'relational', 'database', 'is', 'ORACLE', '.']","[10, 11]",1,oracle,This keyword is only required when your relational database is ORACLE.,"['This keyword is only required if the relationship database is ORACLE.', 'This keyword is only required if your relational database is ORACLE.', 'This keyword is only needed if your relationship database has ORACLE value.', 'This keyword is required if the relational database is ORACLE.', 'This keyword is only used if your database consists of an ORACLE entry.']" -598,"['The', 'AT&T', 'programme,', 'called', '""New', 'Art:', 'New', 'Visions"",', 'describes', 'itself', 'as', 'the', 'first', 'corporate', 'effort', 'in', 'the', 'U.S.', 'to', 'help', 'promote', 'recently', 'created', 'work', 'by', 'living', 'artists,', 'especially', 'the', 'work', 'of', 'women', 'and', '""artists', 'of', 'colour"",', 'the', 'term', 'now', 'used', 'to', 'refer', 'to', 'artists', 'of', 'the', 'many', 'racial', 'minority', 'groups', 'vying', 'for', 'exhibition', 'space', 'and', 'for', 'a', 'dwindling', 'pool', 'of', 'public', 'and', 'corporate', 'funds.']","[1, 2]",0,at&t,"The AT&T programme, called""New Art: New Visions"", describes itself as the first corporate effort in the U.S. to help promote recently created work by living artists, especially the work of women and""artists of colour"", the term now used to refer to artists of the many racial minority groups vying for exhibition space and for a dwindling pool of public and corporate funds.","['The AT & T program, called ""New Art: New Visions,"" describes itself as the first company in the United States to help promote contemporary works by living artists, especially women and ""color artists"" - a term now used for artists from the many ethnic minorities competing for exhibition spaces and dwindling public and business resources.', 'AT & T\'s program, called ""New Art: New Visions,"" describes itself as the first entrepreneurial effort in the United States to promote the recently created works of living artists, especially women and ""color artists"" - a term now used for artists from the many ethnic minorities competing for exhibition space and dwindling public and business resources.', 'The AT & T program, called ""New Art: New Visions,"" describes itself as the first corporate operation in the United States to promote recently created works by living artists, particularly the work of women and ""people of color"" (the term is now used to refer to artists from the many ethnic minorities competing for exhibition spaces and a dwindling pool of public and corporate resources).', 'The AT & T program, called ""New Art: New Visions,"" describes itself as the first corporate initiative in the United States to promote new works by living artists, especially women and ""artistic colors,"" now referring to artists from the many ethnic minorities competing for exhibition spaces and dwindling public and business resources.', 'The AT & T program, called ""New Art: New Visions,"" describes itself as the first entrepreneurial venture in the United States to promote newer works by living artists, especially women and ""artists of color""; the term refers to artists from many ethnic minorities competing for exhibition space and public or corporate money.']" -599,"['The', 'companies', 'say', 'the', 'books', 'will', 'be', 'available', 'starting', 'this', 'fall', 'in', 'national', 'bookstores', 'in', 'the', 'US', 'like', 'B', 'Dalton', 'and', 'Barnes', '&', 'Noble', 'as', 'well', 'as', 'from', 'Sun', 'Express', '.']","[28, 30]",0,sun express,The companies say the books will be available starting this fall in national bookstores in the US like B Dalton and Barnes & Noble as well as from Sun Express.,"['The companies said the books will be available from national bookstores in the United States, including B. Dalton and Barnes & Noble, as well as Sun Express, starting this fall.', 'The books will be available in regional bookstores in the U.S. such as B Dalton and Barnes & Noble and Sun Express, the companies said.', 'The books will be available from U.S. bookstores such as B. Dalton and Barnes & Noble, and especially Sun Express, the companies said.', 'The collections will be available in the US from autumn in national bookstores such as B. Dalton, Barnes & Noble and Sun Express.', 'The company said on Thursday it had received numerous test reports about the launch of the US duo B. Dalton and Barnes & Noble as well as Sun Express.']" -600,"['Its', 'existence', 'means', 'Sun', 'Microsystems', ""Inc's"", 'transition', 'to', 'Pentium', 'will', 'be', 'a', 'lot', 'easier,', 'so', 'the', 'thinking', 'goes,', 'if', 'Intel', 'Corp', 'eventually', 'trounces', 'Sparc.']","[19, 21]",1,intel corp,"Its existence means Sun Microsystems Inc's transition to Pentium will be a lot easier, so the thinking goes, if Intel Corp eventually trounces Sparc.","['Their existence means that the transition from Sun Microsystems Inc to Pentium will be much easier, it is believed, if Intel Corp eventually throws Sparc out.', 'Their existence will greatly facilitate the transition from Sun Microsystems Inc to Pentium, the theory goes, if Intel Corp eventually introduces Sparc.', 'Its existence means that the transition from Sun Microsystems Inc to Pentium will be many times easier, according to the opinion, if Intel Corp ultimately spared Sparc.', 'Its existence means that Sun Microsystems Inc. will facilitate the transition to Pentium considerably, so Intel Corp is expected to dismantle Sparc.', 'Its creation means that the transition to Pentium will be much easier for Sun Microsystems Inc, according to the latest considerations, when Intel Corp eventually introduces Sparc.']" -601,"['It', 'is', 'five', 'years', 'since', 'Microsoft', 'originally', 'launched', 'PowerPoint', 'for', 'the', 'Mac', 'and', 'recently', 'it', 'had', 'been', 'outperformed', 'by', 'Aldus', 'Persuasion', 'and', 'CA-Cricket', 'Presents.']","[5, 6]",0,microsoft,It is five years since Microsoft originally launched PowerPoint for the Mac and recently it had been outperformed by Aldus Persuasion and CA-Cricket Presents.,"[""It's been five years since Microsoft originally introduced PowerPoint for the Mac, and recently it was surpassed by Aldus Persuasion and CA-Cricket Presents."", ""It's been five years since Microsoft originally introduced PowerPoint for the Mac, and recently it was surpassed by Aldus Persuasion and CA Cricket Presents."", ""It's been five years since Microsoft originally released PowerPoint for the Mac, and it was recently surpassed by Aldus Persuasion and CA-Cricket Presents."", 'It was five years ago that Microsoft originally launched PowerPoint for the Mac, and it was recently replaced by Aldus Persuasion and CA-Cricket Presents.', ""It's been five years since Microsoft unveiled its PowerPoint program for Mac, and recently it was surpassed by Aldus Persuasion and CA-Cricket Presents.""]" -602,"['Asterix', 'has', 'been', 'put', 'up', 'under', 'UnixWare,', 'and', 'will', 'also', 'announce', 'full', 'support', 'for', 'Hewlett-Packard', ""'s"", 'OpenMail', 'at', 'UniForum.']","[14, 15]",0,hewlett-packard,"Asterix has been put up under UnixWare, and will also announce full support for Hewlett-Packard's OpenMail at UniForum.","[""Asterix has been released under the name UnixWare and will also announce full support for Hewlett-Packard's OpenMail at the UniForum."", ""Asterix has been released under UnixWare and will also announce full support for Hewlett-Packard's OpenMail at the UniForum."", ""Asterix has been released under the name UnixWare and will also announce full support for Hewlett-Packard's OpenMail software at the UniForum."", ""Developed under UnixWare, Asterix will also announce extensive support for Hewlett-Packard's OpenMail at the UniForum."", 'Asterix has also been released under UnixWare, and Hewlett-Packard OpenMail will also announce its full support at the UniForum.']" -603,"['Other', 'family-run', 'firms', 'have', 'remained', 'dynamic', '(e.g.', 'Marks', '&', 'Spencer', ')', 'but', 'wealthy', 'individuals', 'today', 'are', 'more', 'likely', 'to', 'spread', 'their', 'investments', 'with', 'the', 'aid', 'of', 'financial', 'institutions.']","[7, 10]",0,marks & spencer,Other family-run firms have remained dynamic (e.g. Marks & Spencer ) but wealthy individuals today are more likely to spread their investments with the aid of financial institutions.,"['Other family businesses have remained dynamic (such as Marks & Spencer), but today wealthy individuals tend to spread their investments through financial institutions.', 'Other family businesses have remained dynamic (for example, Marks & Spencer), but today wealthier individuals are more willing to diversify their investments through financial institutions.', 'Other family businesses remain dynamic (such as Marks & Spencer), but wealthier people are now more likely to spread their investments through financial institutions.', 'Other family businesses remain vibrant (such as Marks & Spencer), but today wealthy people are more willing to share profits with financial institutions.', 'Other family businesses have remained dynamic (such as Marks & Spencer), but today the wealth of their investments is more evenly distributed among financial institutions.']" -604,"['Competition', 'is', 'mainly', 'between', 'a', 'small', 'number', 'of', 'large', 'companies,', 'each', 'of', 'which', 'operates', 'across', 'a', 'broad', 'range;', 'NEC,', 'Hitachi', ',', 'Toshiba,', 'and', 'Matsushita', 'are', 'companies', 'of', 'this', 'general', 'electronics', 'type', '--', 'they', 'are', 'vertically', 'integrated,', 'manufacturing', 'the', 'microelectronic', 'components', 'for', 'their', 'own', 'end', 'products.']","[19, 20]",0,hitachi,"Competition is mainly between a small number of large companies, each of which operates across a broad range; NEC, Hitachi, Toshiba, and Matsushita are companies of this general electronics type -- they are vertically integrated, manufacturing the microelectronic components for their own end products.","['The competition is mainly between a small number of large companies, each of which is active in a wide range of sectors. NEC, Hitachi, Toshiba and Matsushita are companies of this general type of electronics - they are vertically integrated and produce the microelectronic components for their own end products.', 'The competition is mainly between a small number of large companies, each of which is active in a wide range of sectors; NEC, Hitachi, Toshiba and Matsushita are companies in this general electronics class - they are vertically integrated and produce the microelectronic components for their own end products.', 'The competition is mainly between a few large companies, each active in a wide range of sectors; NEC, Hitachi, Toshiba and Matsushita are companies of this general type of electronics - they are vertically integrated and produce the microelectronic components for their end products.', 'The competition is mainly between a small number of large companies, each operating in a wide area. NEC, Hitachi, Toshiba and Matsushita are companies of this general type of electronics - they are vertically connected and produce microelectronic components for their own end products.', 'Competition between a small number of large companies, each of which is active in a wide range of sectors, mainly consists of general electronics companies; NEC, Hitachi, Toshiba and Matsushita are well integrated in these sectors and manufacture microelectronic components for their end products.']" -605,"['Under', 'attack', 'from', 'all', 'the', 'panellists', 'and', 'with', 'a', 'hostile', 'audience', 'Allchin', 'admitted', 'that', 'Microsoft', 'would', 'be', 'slower', 'in', 'the', 'innovation', 'stakes', 'than', 'its', 'competitors', 'when', 'it', 'came', 'to', 'object', 'technology.']","[14, 15]",0,microsoft,Under attack from all the panellists and with a hostile audience Allchin admitted that Microsoft would be slower in the innovation stakes than its competitors when it came to object technology.,"['Under pressure from all the panelists and hostility from the audience, Allchin acknowledged that Microsoft would be slower than its competitors in the field of object technology.', ""Under fire from panelists and a hostile audience, Allchin acknowledged that Microsoft's innovation efforts would be slower than its competitors when it came to object technology."", 'Under fire from panelists and a hostile audience, Allchin acknowledged that Microsoft has been slower to innovate than its competitors when it comes to object technology.', 'Under fire from panelists and a hostile audience, Allchin acknowledged that Microsoft would be slower to innovate in object technology than its competitors.', 'Speaking to the press and in a hostile tone, Allchin acknowledged that Microsoft would be slower to innovate than rivals when it comes to object technology.']" -606,"['Europe', 'had', 'three', 'companies', 'in', ""Datamation's"", '1988', 'top', 'twelve', '--', 'Siemens', ',', 'Olivetti', 'and', 'Bull.']","[10, 11]",0,siemens,"Europe had three companies in Datamation's 1988 top twelve -- Siemens, Olivetti and Bull.","['In 1988, there were three companies in Europe among the twelve leading Datamation companies - Siemens, Olivetti and Bull.', 'In 1988, three companies in Europe were in the top twelve on the data list - Siemens, Olivetti and Bull.', 'In Europe, three companies were in the top twelve in 1988 - Siemens, Olivetti and Bull.', 'In Europe, three companies were listed in the first twelve DAAD lists in 1988 - Siemens, Olivetti and Bull.', 'In 1988, three companies in Europe were among the top twelve datamation tables - Siemens, Olivetti and Bull.']" -607,"['Oracle', 'Corp', 'chief', 'financial', 'officer', 'Jeff', 'Henley', 'says', 'that', 'Oracle7', 'should', 'be', 'in', 'production', 'by', 'the', 'end', 'of', 'this', 'month:', 'he', 'told', 'the', 'Alex', 'Brown', 'technology', 'seminar', 'in', 'Baltimore', 'that', 'Version', '7', 'will', 'be', 'available', 'through', 'a', 'controlled', 'release', 'programme', 'as', 'its', 'customers', 'request', 'upgrades;', 'he', 'also', 'said', 'that', ""Oracle's"", 'goal', 'is', 'to', 'return', 'to', 'double-digit', 'profit', 'growth', '--', 'if', 'not', 'by', 'this', 'fiscal', 'year', 'ending', 'May', '31', '1993,', 'then', 'fiscal', '1994', 'at', 'latest.']","[0, 2]",0,oracle corp,"Oracle Corp chief financial officer Jeff Henley says that Oracle7 should be in production by the end of this month: he told the Alex Brown technology seminar in Baltimore that Version 7 will be available through a controlled release programme as its customers request upgrades; he also said that Oracle's goal is to return to double-digit profit growth -- if not by this fiscal year ending May 31 1993, then fiscal 1994 at latest.","[""Oracle Corp. Chief Financial Officer Jeff Henley says that Oracle7 should be in production by the end of this month: He said at the Alex Brown Technology Seminar in Baltimore that version 7 will be available through a controlled release program as its customers demand upgrades; he also said that Oracle's goal is to return to double-digit profit growth - if not by the end of the fiscal year ending May 31, 1993, then no later than fiscal year 1994."", ""Jeff Henley, Chief Financial Officer of Oracle Corp, said that Oracle7 should go into production by the end of this month: he answered at the Alex Brown Technology Seminar in Baltimore that version 7 would be available through a controlled release program as soon as its customers request an upgrade; he also pointed out that Oracle's goal is to return to double-digit profit growth - if not by the end of the fiscal year on May 31, 1993, then no later than fiscal year 1994."", 'Jeff Henley, Chief Financial Officer of Oracle Corp, said that Oracle7 should be in use by the end of this month: he said at the Alex Brown Technology Seminar in Baltimore that version 7 will be available through a controlled release program when customers request upgrades.', ""Chief Financial Officer Jeff Henley says Oracle Corp. should go into production by the end of this month: he said at the Alex Brown Technology Seminar in Baltimore that version 7 will be available through a controlled release program when customers request upgrades, and also stated that Oracle's goal is to return to double-digit profit growth - if not by the fiscal year ending May 1993, then at least by fiscal year 1994."", ""Jeff Henley, Chief Financial Officer of Oracle Corp, says that Oracle 7 should be in production by the end of the month: he said at the Alex Brown Technology Seminar in Baltimore that version 7 will be available through a controlled release program when customers request upgrades; he also said that Oracle's goal is to return to double-digit profit growth - if not in this fiscal year ending on May 31, 1993, at the latest by 1994.""]" -608,"['The', 'Midland', 'could', 'often', 'owe', 'Barclays', 'and', 'National', 'Westminster', 'up', 'to', '$10bn', 'in', 'the', 'normal', 'course', 'of', 'business,', 'balances', 'that', 'would', 'only', 'be', 'settled', 'at', 'the', 'end', 'of', 'each', 'day.']","[5, 6]",0,barclays,"The Midland could often owe Barclays and National Westminster up to $10bn in the normal course of business, balances that would only be settled at the end of each day.","['Midland Bank often owes Barclays and Nationwide up to $10 billion in the normal course of business, balances that are not settled until the end of each day.', 'The Middle East could routinely owe Barclays and Nationwide up to $10bn - claims that would only be settled at the end of each day.', 'The company could, under normal circumstances, owe Barclays and Nationwide up to $10 billion, with such sums being settled only at the end of the day.', 'The middlemen could owe Barclays and Nationwide up to $10 billion in ordinary business, which would only be settled at the end of each day.', 'Barclays and Nationwide repeatedly owed Midland up to $10 billion in the normal course of business, and those balances would not be paid out until the end of each day.']" -609,"['Intel', 'Corp', 'says', 'it', 'expects', 'to', 'spend', 'about', '$2,500m', 'on', 'capital', 'expenditures', 'and', 'research', 'and', 'development', 'in', '1993,', 'an', 'increase', 'of', '25%', 'on', 'estimated', '1992', 'spending', 'of', 'about', '$2m,', 'saying', 'that', 'the', 'expenditures,', 'unusually', 'high', 'as', 'a', 'percentage', 'of', 'sales', 'even', 'for', 'a', 'high', 'technology', 'company,', 'are', 'needed', 'to', 'address', 'the', 'increasing', 'complexity', 'of', 'microprocessors', 'and', 'the', 'high', 'cost', 'of', 'chip', 'plants;', 'the', 'company', 'has', 'started', 'paying', 'a', 'dividend,', 'making', 'its', 'shares', 'attractive', 'to', 'a', 'wider', 'range', 'of', 'institutions,', 'and', 'the', 'expectation', 'is', 'that', 'it', 'will', 'tap', 'the', 'market', 'for', 'new', 'funds.']","[0, 2]",1,intel corp,"Intel Corp says it expects to spend about $2,500m on capital expenditures and research and development in 1993, an increase of 25% on estimated 1992 spending of about $2m, saying that the expenditures, unusually high as a percentage of sales even for a high technology company, are needed to address the increasing complexity of microprocessors and the high cost of chip plants; the company has started paying a dividend, making its shares attractive to a wider range of institutions, and the expectation is that it will tap the market for new funds.","['Intel Corp. says it expects investment and research and development to reach $2,500 million in 1993, a 25% increase over the estimated expenditure of about $2 million in 1992, and says that this expenditure - unusually high as a share of revenue even for a high-tech company - is necessary to counter the increasing complexity of microprocessors and the high cost of chip factories. Intel Corp. has begun to pay a dividend, making its shares attractive to a broader number of institutions, and the expectation is that it will open the market to new funds.', 'Intel Corp. expects to invest about $2.5 billion in research and development in 1993, a 25% increase from its estimated expenditures of about $2 million in 1992. Costs - unusually high as a percentage of sales even for a high-tech company - are seen as necessary to address the increasing complexity of microprocessors and the high cost of chip factories, and the company has begun to pay a dividend - making the shares attractive to a larger number of institutions - and expects to tap the market for new funds.', 'Intel Corp says it expects investment and research and development in 1993 to amount to around €2,500 million, an increase of 25% compared to the estimated expenditure of €2 million, assuming that this expenditure, which is unusually high even as a percentage of turnover for a high-tech company, is necessary to meet the increasing complexity of microprocessors and the high cost of chip equipment. Intel Corp has begun to pay dividends that make its shares attractive to a larger number of institutions, and it is expected to be able to tap the market for new funds.', 'Intel Corp says it expects to invest about $2,500 million in research and development between 1993 and 2020, a 25% increase over the $2,000 it spent in 1992, stating that the expenditures, which are unusually high even for a high-tech company, are necessary to address the increasing complexity of microprocessors and the high cost of chip days. Intel Corp has begun to pay dividends, making its shares attractive to a wider range of institutions. Sixty companies are expected to enter the market for new funds.', 'Intel Corp. expects to invest about $2,500 million in 1993, as well as research and development, a 25% increase from the cost of about $2 million in 1992, and it is said that it spends unusually large amounts, even for a high-tech company, to cover the growing complexity of microprocessors and the high cost of chips; it has already begun to pay dividends, making its shares attractive to a wide range of institutions; and it is expected to tap the market for new funds.']" -610,"['But', 'only', 'the', 'genuine', 'Toyota', 'part', 'is', 'designed', 'and', 'engineered', 'to', 'the', 'same', 'high', 'standards', 'of', 'quality', 'as', 'the', 'original', 'equipment.']","[4, 5]",0,toyota,But only the genuine Toyota part is designed and engineered to the same high standards of quality as the original equipment.,"['But only the original Toyota part was designed and built to the same high quality standards as the original equipment.', 'But only the genuine Toyota part is built and constructed to the same high quality standards as the original equipment.', 'But only the original Toyota part is designed and constructed to the same high quality standard as the original equipment.', 'However, only the original Toyota part is designed and engineered to meet the same high quality standards as the original equipment.', 'But only the genuine Toyota part has been designed and developed and meets the same high quality standards as the original equipment.']" -611,"['Frantic', 'first', 'hour', 'action', 'at', 'last', ""year's"", 'Bol', '--', 'Adrien', 'Morillas', '(kawasaki)', 'leads', 'a', 'five', 'machine', 'factory', 'freight', 'train', 'followed', 'by', 'Herve', 'Moineau', '(Suzuki),', 'Alex', 'Vieira', '(Honda),', 'Miguel', 'DuHamel', '(', 'Suzuki', ')', 'and', 'Thierry', 'Crine', '(Kawasaki)']","[30, 31]",1,suzuki,"Frantic first hour action at last year's Bol -- Adrien Morillas (kawasaki) leads a five machine factory freight train followed by Herve Moineau (Suzuki), Alex Vieira (Honda), Miguel DuHamel ( Suzuki ) and Thierry Crine (Kawasaki)","['A hectic first hour at the Bol last year - Adrien Morillas (Kawasaki) leads a freight train with five machines, followed by Herve Moineau (Suzuki), Alex Vieira (Honda), Miguel DuHamel (Suzuki) and Thierry Crine (Kawasaki)', 'Strong first hour in Bol - Adrien Morillas (Kawasaki) leads a five-car factory freight train, followed by Herve Moineau (Suzuki), Alex Vieira (Honda), Miguel DuHamel (Suzuki) and Thierry Crine (Kawasaki)', 's Bol - Adrien Morillas (Kawasaki) leads a five-engine factory freight train, followed by Herve Moineau (Suzuki), Alex Vieira (Honda), Miguel DuHamel (Suzuki) and Thierry Crine (Kawasaki).', 'Passionate first hour in Bol - Adrien Morillas (Kawasaki) leads a freight train consisting of five machines, led by Herve Moineau (Suzuki), Alex Vieira (Honda), Miguel DuHamel (Suzuki) and Thierry Crine (Kawasaki).', 'A hectic first hour at Bol 2013 - Adrien Morillas (Kawasaki) controls a freight train consisting of five machines, followed by Herve Moineau (Suzuki), Alex Vieira (Honda), Miguel DuHamel (Suzuki) and Thierry Crine (Kawasaki).']" -612,"['(The', 'stats', 'show', 'more', 'smokers', 'per', 'capita', 'at', 'Greenock', 'than', 'at', 'many', 'other', 'IBM', 'sites.)']","[13, 14]",0,ibm,(The stats show more smokers per capita at Greenock than at many other IBM sites.),"['(The statistics show more smokers per capita in Greenock than in many other IBM locations.)', '(Greenock has more smokers per capita than many other IBM sites.)', '(Compared to other IBM sites, the statistics in Greenock show more smokers per capita.)', '(According to statistics, more people per capita smoke in Greenock than in many other IBM locations.)', '(Greenock has more people smoking per capita than any other IBM site.)']" -613,"['This', 'year', 'Marks', 'and', 'Spencer', 'has', 'leapt', 'to', 'the', 'top', 'slot,', 'Shell', 'is', 'now', 'second', 'and', 'Glaxo', 'third.']","[11, 12]",0,shell,"This year Marks and Spencer has leapt to the top slot, Shell is now second and Glaxo third.","['This year, Marks and Spencer jumped to the top, Shell is now in second place and Glaxo in third.', 'Marks and Spencer jumped into first place this year, Shell is now second and Glaxo third.', 'This year, Marks and Spencer took first place, Shell is now in second place and Glaxo in third.', 'This year, Marks and Spencer is at the top, Shell is now second and Glaxo third.', 'This year, Marks and Spencer were at the top, Shell at the bottom and Glaxo at the third.']" -614,"['Samsung', 'Software', 'America', 'is', 'bringing', 'out', 'the', 'first', 'of', 'its', 'anticipated', 'shrinkwrapped', 'Unix', 'office', 'automation', 'products:', 'Replix,', 'a', 'full-featured', 'networked', 'client/server', 'Fax', 'management', 'application', 'targeted', 'at', 'mission-critical', 'environments', 'in', 'medium', 'to', 'large', 'organisations.']","[0, 3]",0,samsung software america,"Samsung Software America is bringing out the first of its anticipated shrinkwrapped Unix office automation products: Replix, a full-featured networked client/server Fax management application targeted at mission-critical environments in medium to large organisations.","['Samsung Software America is launching the first of its expected shrunk Unix office automation products: Replix, a fully functional, networked client / server fax management application for mission-critical environments in medium to large enterprises.', 'Samsung Software America is launching the first of its expected shrunk Unix office automation products: Replix, a fully functional network-based client / server fax management application designed for mission-critical environments in midsize and large companies.', 'Samsung Software America is launching the first of its expected shrinking Unix Office Automation products: Replix, a fully functional, networked client / server fax management application aimed at mission-critical environments in midsize and large companies.', 'Samsung Software America is launching the first of its long-awaited shrunk Unix office automation products: Replix, a network-ready client / server fax management application designed for mission-critical environments in mid-to-large enterprises.', 'Samsung Software America is launching the first of its expected shrink-free Unix Office Automation products: Replix, a fully functional, networked client / server fax management application specifically designed to control mission-critical environments in midsize to large enterprises.']" -615,"['What', 'do', 'you', 'think', 'of', 'Karl', ""Ludvigsen's"", 'prediction', 'that', 'Fiat', 'will', 'buy', 'Chrysler', 'in', 'the', 'next', 'decade?']","[9, 10]",0,fiat,What do you think of Karl Ludvigsen's prediction that Fiat will buy Chrysler in the next decade?,"[""What do you think of Karl Ludvigsen's prediction that Fiat will buy Chrysler in the next decade?"", ""What do you think of Karl Ludvigsen's prediction that Fiat will buy Chrysler in the next decade?"", ""What do you think of Karl Ludvigsen's prediction that Fiat will buy Chrysler in the next decade?"", ""What do you think of Karl Ludvigsen's prediction that Fiat will buy Chrysler in the next decade?"", ""What do you think of Karl Ludvigsen's prediction that Fiat will buy Chrysler in the next decade?""]" -616,"['Rough', 'edged', 'straw', 'hat,', 'about', '$12,', 'Sandra', 'Philips']","[6, 8]",0,sandra philips,"Rough edged straw hat, about $12, Sandra Philips","['Straw hat with corners and edges, ca. 12 Euro, Sandra Philips', 'Uncut straw hat, about $12, Sandra Philips', 'Coarse straw hat with border, about $12, Sandra Philips', 'Coarse straw hat from about $12, Sandra Philips', 'Straw hat roughly cut, about 12, - €, Sandra Philips - de']" -617,"['Siemens', 'Nixdorf', 'Informationssysteme', 'AG', 'will', 'show', 'off', 'its', 'Unix', 'SVR4-based', 'DCE', 'reference', 'port', 'this', 'week', 'at', 'the', 'Open', 'Software', ""Foundation's"", 'Challenge', '""93', 'meet', 'in', 'Boston.']","[0, 4]",1,siemens nixdorf informationssysteme ag,"Siemens Nixdorf Informationssysteme AG will show off its Unix SVR4-based DCE reference port this week at the Open Software Foundation's Challenge""93 meet in Boston.","['Siemens Nixdorf Informationssysteme AG presents its DCE reference port based on Unix SVR4 at the Challenge ""93 Meeting of the Open Software Foundation in Boston this week.', 'Siemens Nixdorf Informationssysteme AG will present its Unix SVR4-based DCE reference port at Challenge ""93 in Boston this week.', 'Siemens Nixdorf Informationssysteme AG will present its Unix SVR4-based DCE reference interface to the Open Software Foundation at Challenge ""93 in Boston this week.', 'Siemens Nixdorf Informationssysteme AG will present its Unix SVR4 based DCE reference port at the Open Software Foundation Challenge ""93 in Boston this week.', 'King\'s Unix-based reference port SVR4 will be presented by Siemens Nixdorf Informationssysteme AG this week at the Challenge ""93 of the Open Software Foundation in Boston.']" -618,"['SPARC', '10', 'CLONER', 'TO', 'LAUNCH', '""WITHIN', 'WEEKS""', 'OF', 'SUN']","[8, 9]",0,sun,"SPARC 10 CLONER TO LAUNCH""WITHIN WEEKS"" OF SUN","['SPARC 10 CLONER FOR LAUNCH ""WITH WEEKS"" OF SUN', 'SPARK 10 CLONES FOR SUNDAY WEEK ""IN WEEKS""', 'SPARK 10: SUNDAY ""WITH SUNDAY WEEKS""', 'SPARC 10 CLONER for a laugh ""ON SUNDAY WEEKS""', 'EXPERIENTIAL 10 FOR DELIVERIES ""WITH WEEKS"" WITH SUN']" -619,"['The', 'Bond', 'family', 'claim', 'a', 'group', 'of', 'paintings', 'which', 'include', 'a', 'very', 'rare', 'portrait', 'of', 'Mathew', 'Flinders,', 'and', 'the', 'National', 'Australia', 'Bank', 'and', 'Bond', 'Mining', '&', 'Exploration', 'dispute', 'another', 'group,', 'which', 'will', 'nonetheless', 'be', 'sold', 'and', 'the', 'claim', 'settled', 'retrospectively.']","[19, 22]",1,national australia bank,"The Bond family claim a group of paintings which include a very rare portrait of Mathew Flinders, and the National Australia Bank and Bond Mining & Exploration dispute another group, which will nonetheless be sold and the claim settled retrospectively.","['The Bond family claims a group of paintings containing a very rare portrait of Mathew Flinders, and National Australia Bank and Bond Mining & Exploration argue over another, but it is sold and the claim is settled retrospectively.', 'The Bond family claims a group of paintings, including a very rare portrait of Mathew Flinders, and National Australia Bank and Bond Mining & Exploration argue with another group, which is subsequently sold and paid for.', 'The bonds claim a group of paintings, including a rare portrait of Mathew Flinders, while National Australia Bank and Bond Mining & Exploration are fighting another group to be sold and the claim later settled.', 'The Bond family is claiming some of their paintings, including an extremely rare portrait of Flinders, and National Australia Bank and Bond Mining & Exploration are fighting over another group to be sold and the legal dispute retroactively resolved.', 'The Bond family claims a group of paintings, including a very rare portrait of Mao, and National Australia Bank and Bond Mining & Exploration are arguing over another group to be sold and the claim to be settled retroactively.']" -620,"['More', 'than', '20', 'developers', 'from', 'Sun', ""'s"", 'technical', 'staff', 'are', 'teaming', 'with', 'Oracle', 'developers', 'to', 'enhance', 'and', 'localise', 'the', 'Oracle', 'Applications', 'products,', 'as', 'well', 'as', 'associated', 'technologies', 'to', 'improve', 'the', 'efficiency', 'of', ""Sun's"", 'worldwide', 'manufacturing', 'operations,', 'implement', 'the', 'integration', 'of', ""Sun's"", 'Open', 'Look', 'graphical', 'user', 'interface', 'with', 'all', 'components', 'of', ""Oracle's"", 'product', 'suite,', 'and', 'optimise', 'Oracle7', 'for', ""Sun's"", 'new', 'multiprocessor', 'servers', 'and', 'produce', 'applications', 'that', 'can', 'be', 'sold', 'to', ""Sun's"", 'customers', 'as', 'well.']","[5, 6]",0,sun,"More than 20 developers from Sun's technical staff are teaming with Oracle developers to enhance and localise the Oracle Applications products, as well as associated technologies to improve the efficiency of Sun's worldwide manufacturing operations, implement the integration of Sun's Open Look graphical user interface with all components of Oracle's product suite, and optimise Oracle7 for Sun's new multiprocessor servers and produce applications that can be sold to Sun's customers as well.","[""More than 20 Sun technical staff developers work with Oracle developers to develop and localize Oracle Applications products and related technologies, improve the efficiency of Sun's global production, implement the integration of Sun's Open Look graphical interface with all components of Oracle's product range, optimize Oracle7 for Sun's new multiprocessor servers, and develop applications that can also be sold to Sun customers."", ""Over 20 developers from Sun's engineering team are working with Oracle developers to improve Oracle products and related technologies, improve the efficiency of Sun's global manufacturing operations, integrate Sun's graphical interface with all components of the Oracle product range, optimize Oracle 7 for Sun's new multiprocessor servers, and develop applications that can also be sold to Sun's customers."", ""More than 20 developers from Sun's engineering team are working with Oracle developers to improve Oracle Applications products and related technologies, improve the efficiency of Sun's global manufacturing process, integrate Sun Open Look's graphical user interface into all Oracle components, optimize Oracle7 for Sun's new multiprocessor servers, and develop applications for Sun's customers."", ""More than 20 engineers from Sun's engineering team will work with Oracle developers to improve and localize Oracle Applications products and related technology, improve the efficiency of global manufacturing operations, implement the integration of Sun's graphical user interface with all components of Oracle's product range, optimize Oracle7 for Sun's new multiprocessor servers, and produce applications that are just as easy to sell to Sun's customers."", ""More than 20 engineers from our technical staff work with Oracle developers to improve and localize Oracle Applications products and other technologies, increase the efficiency of global manufacturing activities, integrate the Sun Open Look graphical user interface with all Oracle Carnival products, optimize Oracle7 for Sun's new multiprocessor servers (MSN), and develop applications that can also be sold to Sun customers.""]" -621,"['IBM', 'Corp,', 'Apple', 'Computer', 'Inc', 'and', 'Motorola', 'Inc', 'are', 'months', 'ahead', 'of', 'schedule', 'in', 'producing', 'the', 'first', 'fruits', 'of', 'their', 'PowerPC', 'RISC', 'alliance,', 'Associated', 'Press', 'reports.']","[6, 8]",1,motorola inc,"IBM Corp, Apple Computer Inc and Motorola Inc are months ahead of schedule in producing the first fruits of their PowerPC RISC alliance, Associated Press reports.","['The first fruits of their PowerPC-RISC alliance will bring IBM Corp, Apple Computer Inc and Motorola Inc months ahead of schedule, reports the Associated Press.', 'IBM Corp, Apple Computer Inc and Motorola Inc are the first fruits of their PowerPC alliance, the Associated Press reported months ahead of schedule.', 'IBM Corp, Apple Computer Inc and Motorola Inc are producing the first fruits of their PowerPC alliance months ahead of schedule, the Associated Press reports.', 'IBM Corp, along with Apple Computer Inc and Motorola Inc, have reached initial results months ahead of the scheduled launch of the first fruits of their PowerPC-RISC alliance, reports Associated Press.', 'IBM Corp, Apple Computer Inc and Motorola Inc are producing the first fruits of their PowerPC alliance months ahead of schedule, the Associated Press reports.']" -622,"['The', 'credentials', 'of', 'the', 'Lausanne', 'Chamber', 'Orchestra', 'in', 'Haydn', 'were', 'firmly', 'established', 'through', 'the', 'excellent', 'Philips', 'series', 'of', 'Haydn', 'operas', 'conducted', 'by', 'Antal', 'Dorati.']","[15, 16]",0,philips,The credentials of the Lausanne Chamber Orchestra in Haydn were firmly established through the excellent Philips series of Haydn operas conducted by Antal Dorati.,"['The Chamber Orchestra of Lausanne has consolidated its reputation with an outstanding series of Haydn operas conducted by Antal Dorati.', 'The Lausanne Chamber Orchestra in Haydn is based on the outstanding Philips series of Haydn operas conducted by Antal Dorati.', ""The outstanding Philips operas under Antal Dorati were established greats under Haydn's direction."", 'The performances of the Lausanne Chamber Orchestra under Haydn have recently been reinforced by the excellent Philips Haydnopern series conducted by Antal Dorati.', ""Haydn's outstanding Philips series, conducted by Antal Dorati, has founded the Learning City Chamber Orchestra in Lausanne.""]" -623,"['Sun', 'Microsystems', 'Inc', ""'s"", 'Intercontinental', 'Division', 'has', 'opened', 'an', 'office', 'in', 'Warsaw', 'to', 'provide', 'local', 'sales,', 'service', 'and', 'marketing', 'support', 'directly', 'to', 'its', 'distributors,', 'VARs', 'and', 'customers', 'in', 'Poland', 'and', 'the', 'Baltic', 'states.']","[0, 3]",0,sun microsystems inc,"Sun Microsystems Inc's Intercontinental Division has opened an office in Warsaw to provide local sales, service and marketing support directly to its distributors, VARs and customers in Poland and the Baltic states.","['Sun Microsystems Inc. Intercontinental Division has opened an office in Warsaw to provide local sales, service and marketing support to its distributors, VARs and customers in Poland and the Baltic States.', 'The Intercontinental Division of Sun Microsystems Inc. has opened an office in Warsaw to provide local sales, service and marketing support to its distributors, VARs and customers in Poland and the Baltic States.', 'Sun Microsystems Inc., intercontinental division, has opened an office in Warsaw to provide direct local sales, service and marketing support to its distributors, VARs and customers in Poland and the Baltic States.', 'Sun Microsystems Inc. ""s Intercontinental Division has opened an office in Warsaw to provide local sales, service and marketing support to its distributors, VARs and customers in Poland and the Baltic States.', 'Sun Microsystems ""Intercontinental Division has opened an office in Warsaw to provide direct local sales, service and marketing support to distributors, VARs and customers in Poland and the Baltic States.']" -624,"['Philips', 'dishwashers', 'down', 'from', '$399.99', 'to', '$299.99.']","[0, 1]",0,philips,Philips dishwashers down from $399.99 to $299.99.,"['Philips dishwasher from $399.99 to $299.99.', ""Philips' dishwashers will drop from $399.99 to $299.99."", 'Philips dishwashers have fallen from $399.99 to $299.99.', 'Philips dishwasher from $399.99 to $299.99.', 'Philips dishwashers from £399.99 to £299.99.']" -625,"['When', 'we', 'brought', 'this', 'to', 'Lowe', ""'s"", 'attention', 'they', 'said', 'they', 'were', 'working', 'on', 'the', 'problem.']","[5, 6]",1,lowe,When we brought this to Lowe's attention they said they were working on the problem.,"[""When we brought it to Lowe's attention, they said they were working on the problem."", ""When we brought it to Lowe's attention, they said they were working on the problem."", ""When we brought it to Lowe's attention, they said they were working on the problem."", 'When we alerted Lowe to the problem, they said they were working on the problem.', ""When we brought these things to Lowe's attention, they said they were working on the problem.""]" -626,"['IBM', 'is', 'developing', 'a', 'hardware-independent', 'microkernel', 'system', 'based', 'upon', 'the', 'Carnegie', 'Mellon', 'University', 'Mach3', 'system', ""that'll"", 'take', 'advantage', 'of', 'its', 'own', 'and', 'Taligent', 'object', 'technologies.']","[0, 1]",0,ibm,IBM is developing a hardware-independent microkernel system based upon the Carnegie Mellon University Mach3 system that'll take advantage of its own and Taligent object technologies.,"['IBM is developing a hardware-independent microkernel system based on the Mach3 system of Carnegie Mellon University, which is used on the basis of its own and Italian object technologies.', 'IBM is developing a hardware-independent microkernel system based on the Mach3 system of Carnegie Mellon University. IBM uses its own and talented object technologies.', ""IBM is developing a hardware-independent microkernel system based on Carnegie Mellon University's Mach3 system, using its proprietary and talented object technology."", 'IBM is developing a hardware-independent microkernel system based on the Mach3 system of Carnegie Mellon University, in which the advantages of proprietary and italic object technologies are to be utilized.', ""IBM is developing a hardware-independent microcore system based on Carnegie Mellon University's Mach3 system, which uses its own proprietary object technologies.""]" -627,"['Dell', 'claims', 'that', 'the', 'battery', 'will', 'last', 'for', 'three', 'hours', 'in', 'normal', 'use,', 'without', 'taking', 'advantage', 'of', 'any', 'of', 'the', 'power-saving', 'features.']","[0, 1]",1,dell,"Dell claims that the battery will last for three hours in normal use, without taking advantage of any of the power-saving features.","['According to Dell, when used normally, the battery lasts for three hours without using the energy-saving functions.', 'Dell claims the battery lasts three hours in normal operation without taking energy-saving measures.', 'Dell says the battery lasts three hours in normal operation with no energy saving features.', 'According to Dell, the battery could last three hours in normal operation without using any of the energy-saving functions.', 'Dell claims the battery will last three hours in normal operation without exploiting the power savings.']" -628,"['Briefly', 'these', 'can', 'be', 'summarised', 'as', 'follows:', '(1)', 'The', 'management', 'individuals', 'must', 'take', 'out', 'loans;', 'an', 'overdraft', 'is', 'not', 'sufficient.', '(2)', 'The', 'loans', 'must', 'be', 'to', 'defray', 'expenditure', 'incurred', 'in', 'acquiring', 'ordinary', 'share', 'capital', 'of', 'a', 'close', 'company', 'complying', 'with', 's13A(2)', 'as', 'described', 'above,', 'or', 'in', 'lending', 'to', 'such', 'a', 'close', 'company', 'where', 'the', 'money', 'loaned', 'is', 'used', 'wholly', 'and', 'exclusively', 'for', 'the', 'purpose', 'of', 'its', 'business', 'or', 'the', 'business', 'of', 'any', 'of', 'its', 'associated', 'companies', 'provided', 'the', 'latter', 'are', 'also', 'close', 'companies', 'satisfying', 'the', 'conditions', 'of', 's13A(2).', '(3)', 'When', 'interest', 'is', 'paid', 'on', 'the', ""manager's"", 'loan,', 'Newco', 'must', 'continue', 'to', 'comply', 'with', 's13A(2)--this', 'means', 'it', 'must', 'continue', 'to', 'satisfy', 'the', 'relevant', 'purpose', 'test', 'rather', 'than', 'that', 'it', 'should', 'continue', 'to', 'remain', 'a', 'close', 'company;', 'in', 'the', 'case', 'of', 'a', 'purchase', 'of', 'shares', 'in', 'Target', ',', 'the', 'reason', 'why', 'Newco', 'should', 'be', 'close', 'after', 'the', 'institutions', 'commit', 'to', 'invest', 'is', 'to', 'ensure', 'that', 'institutions', 'and', 'management', 'can', 'invest', 'at', 'the', 'same', 'time', 'and', 'that,', 'at', 'that', 'time,', 'Newco', 'is', 'both', 'close', 'and', 'satisfies', 'the', 'relevant', 'purpose', 'test,', 'ie', 'already', 'controls', 'Target;', 'management', 'can', 'not', 'commit', 'Newco', 'to', 'acquiring', 'Target', 'until', 'the', 'institutions', 'have', 'committed', 'to', 'funding', 'Newco,', 'and', 'once', 'they', 'have', 'so', 'committed', 'the', 'institutions', 'are', 'likely', 'to', 'control', 'Newco', 'under', 's416,', 'so', 'a', 'structure', 'is', 'needed', 'whereby', 'management', 'also', 'controls', 'Newco', 'at', 'this', 'point.']","[134, 135]",0,target,"Briefly these can be summarised as follows: (1) The management individuals must take out loans; an overdraft is not sufficient. (2) The loans must be to defray expenditure incurred in acquiring ordinary share capital of a close company complying with s13A(2) as described above, or in lending to such a close company where the money loaned is used wholly and exclusively for the purpose of its business or the business of any of its associated companies provided the latter are also close companies satisfying the conditions of s13A(2). (3) When interest is paid on the manager's loan, Newco must continue to comply with s13A(2)--this means it must continue to satisfy the relevant purpose test rather than that it should continue to remain a close company; in the case of a purchase of shares in Target, the reason why Newco should be close after the institutions commit to invest is to ensure that institutions and management can invest at the same time and that, at that time, Newco is both close and satisfies the relevant purpose test, ie already controls Target; management can not commit Newco to acquiring Target until the institutions have committed to funding Newco, and once they have so committed the institutions are likely to control Newco under s416, so a structure is needed whereby management also controls Newco at this point.","[""In short, Newco can be summarized as follows: (1) The executive must borrow; an overdraft is not sufficient. (2) The loans must be used to cover expenses incurred in acquiring the share capital of a narrower company pursuant to s13A (2), as described above, or in lending to such a narrow company in which the borrowed money is fully and exclusively used for the business or business of one of its subsidiaries, provided that the latter are also located near companies that meet the conditions of s13A (2). (3) If interest is paid on the administrator's loan, Newco must continue to fulfill s13A (2) - which means that Newco must continue to meet the test of the relevant purpose and that it remains a tangible entity; in the event of the purchase of Target,"", ""In short, these loans can be summarized as follows: (1) Management must borrow; an overdraft is not sufficient. (2) The loans must cover expenses incurred in acquiring share capital of an affiliate company that satisfies s13A (2) as described above, and in the case of a borrower who uses the borrowed money fully and exclusively for himself or for business of affiliated companies, provided that newco is also close to companies that meet the conditions of s13A (2). (3) If interest is paid on the administrator's loan agreement, Newco must continue to comply with s13A (2) - which means that Newco must continue to fulfill the purpose of the audit and Newco remains an affiliate company; in the case of a purchase of shares in Target, Newco should close after the institutions commit to investment."", ""In short, these bonds can be summarized as follows: (1) The administrative elements must be included, an overdraft is not sufficient. (2) The loans must cover expenses incurred in the acquisition of share capital of a nearby company pursuant to s13A (2), as described above, or in lending to such a close company where the borrowed money is used fully and exclusively for the activities or business life of one of its subsidiaries, provided that they are also related companies that meet the conditions of s13A (2). (3) If interest is paid on the manager's loan, Newco must continue to comply with s13A (2) - i.e., it must continue to meet the appropriate purpose test and it should not remain a close company; in the event of a share sale by Target, Newco must be lent if the institutions commit to:"", 'In short, they can be summarised as follows: (1) The leading companies must borrow; an overdraft is not sufficient; (2) The loans must cover the expenses incurred in acquiring the share capital of an affiliated company that fulfils s13A (2) as described above, or in lending to such a close company where the borrowed money is used fully and exclusively for the purposes of its business or for the activities of one of its subsidiaries, provided that they are also close to companies that fulfil s13A (2); (3) When paying interest on the manager credit, Newco must continue to comply with s13A (2) - that is, Newco must continue to fulfil the corresponding purpose and not remain a close company; in the case of acquiring shares in Target, the reason why Newco will benefit from loans;', 'In short, they can be summarized as follows: (1) Administrators must borrow; an overdraft is not sufficient. (2) Availability must be used to offset expenses incurred in acquiring the share capital of an affiliate that meets the aforementioned s13A criteria, or by lending to such a close company that the borrowed amount is spent entirely and exclusively for the purposes of the business or operation of its affiliates, provided that they are also affiliates that meet the conditions of s13A (2). (3) If interest is paid on the manager credit, Newco must continue to comply with s13A criteria (2) -- which means that the company must continue to meet the relevant purpose test and should not remain a close company; in the event of a purchase of shares in Target, the reason is why']" -629,"['In', 'Tesco', 'Supermarkets', 'Ltd', 'v', 'Nattrass,', 'a', 'shop', 'manager', 'of', 'a', 'large', 'supermarket', 'chain', 'with', 'considerable', 'managerial', 'powers,', 'was', 'held', 'to', 'be', '""', 'another', 'person', '"",', 'thereby', 'allowing', 'the', 'company', 'to', 'escape', 'liability', 'for', 'a', 'breach', 'of', 'the', 'TDA', '1968', 'when', 'a', 'misleading', 'price', 'offer', 'was', 'displayed', 'due', 'to', 'his', 'failure', 'to', 'check', 'it.']","[1, 4]",0,tesco supermarkets ltd,"In Tesco Supermarkets Ltd v Nattrass, a shop manager of a large supermarket chain with considerable managerial powers, was held to be"" another person"", thereby allowing the company to escape liability for a breach of the TDA 1968 when a misleading price offer was displayed due to his failure to check it.","['In Tesco Supermarkets Ltd v Nattrass, a branch manager of a major supermarket chain with significant management powers was considered a ""different person,"" allowing the company to avoid liability for a breach of the TDA if a misleading price offer was reported because it had not reviewed it.', 'In Tesco Supermarkets Ltd v Nattrass, the branch manager of a major supermarket chain with significant management powers was deemed ""another person,"" thereby avoiding liability for a breach of the TDA in 1968 when a misleading price offer was reported because he had not checked it.', 'At Tesco Supermarkets against Nattrass, a branch manager of a major supermarket chain with significant management powers was considered a ""different person,"" avoiding liability for a breach of the TDA in 1968 when a misleading price offer was reported to the inquiry for his failure to do so.', 'In Tesco Supermarkets Ltd v Nattrass, the branch manager of a major supermarket chain with significant executive powers was considered ""another person,"" which allowed the company to avoid liability for a breach of the TDA if a misleading price offer was made because there was no prior investigation.', 'In Tesco Supermarkets Ltd v Nattrass, a branch manager of a major supermarket chain with significant management powers was referred to as ""another person,"" which allowed the company to avoid liability for a breach of the TDA in 1968, when a misleading price offer was reported for lack of control.']" -630,"['These', 'are', 'nylon,', 'polyester,', '(including', 'Dacron', 'by', 'DuPont', '),', 'polyethylene', '(including', 'Spectra', 'by', 'Allied', 'Signal', 'Inc.', 'and', 'Dyneema', 'by', 'DSM),', 'and', 'Aramid', '(Kevlar,', 'DuPont', 'trade', 'name)', 'and', 'polypropylene.']","[7, 8]",0,dupont,"These are nylon, polyester, (including Dacron by DuPont ), polyethylene (including Spectra by Allied Signal Inc. and Dyneema by DSM), and Aramid (Kevlar, DuPont trade name) and polypropylene.","[""These are nylon, polyester (including DuPont's Dacron), polyethylene (including Allied Signal Inc.'s Spectra and DSM's Dyneema), aramid (Kevlar, DuPont's trade name) and polypropylene."", ""Nylon, polyester (including DuPont's Dacron), polyethylene (including Allied Signal Inc.'s Spectra and DSM's Dyneema), aramid (Kevlar, DuPont's trade name) and polypropylene are polyethylene."", ""These are nylon, polyester (including DuPont's Dacron), polyethylene (including Allied Signal Inc.'s Spectra and DSM's Dyneema), aramid material (Kevlar, DuPont's trade name) and polypropylene."", ""These include nylon, polyester (including DuPont's Dacron), polyethylene (including Allied Signal Inc's Spectra and DSM's Dyneema), aramid (Kevlar, DuPont owned its brand names) and polypropylene."", ""These include nylon, polyester (including DuPont's Dacron), polyethylene (including Allied Signal Inc's Spectra and DSM's Dyneema), Arabic (Kevlar, DuPont's trade name) and polypropylene.""]" -631,"['To', 'attract', 'those', 'users', 'who', 'might', 'otherwise', 'be', 'waylaid', 'by', 'clone', 'vendors', 'with', 'their', 'own', 'Sparc', '10', 'equivalents', 'out', 'soon,', 'Mitsui', ""'s"", 'sales', 'director', 'David', 'Wallis', 'promises', 'an', 'upgrade', 'which', 'could', 'save', 'the', 'user', 'up', 'to', '$10,000', '--', 'but', 'with', 'no', 'details', 'of', 'what', 'it', 'will', 'actually', 'cost', 'them.']","[20, 21]",0,mitsui,"To attract those users who might otherwise be waylaid by clone vendors with their own Sparc 10 equivalents out soon, Mitsui's sales director David Wallis promises an upgrade which could save the user up to $10,000 -- but with no details of what it will actually cost them.","['To lure users who would otherwise soon be put on the road by clone vendors with their own Sparc-10 equivalents, Mitsui sales manager David Wallis promises an upgrade that could save users up to $10,000 - without giving details of what it will actually cost.', ""To lure users who could soon be chased away by clone manufacturers with their Sparc-10 equivalents, Mitsui's sales director, David Wallis, promises an upgrade that could save users up to $10,000 - without giving details of what it actually costs."", ""To lure users otherwise known as Sparc 10 copycats, Mitsui's sales director, David Wallis, is promising an upgrade that could save users up to $10,000, without giving details of how much it will actually cost manufacturers."", 'To attract users to research that might otherwise be demonstrated up close by clone manufacturers with their Sparc-10 equivalents, Mitsui sales manager David Wallis promises an upgrade that could save users up to $10,000 - without giving further details on what it will really cost them.', 'To lure users who could soon be overrun by clone manufacturers with their own Sparc-10 equivalents, Mitsui sales director David Wallis promises an upgrade that could save up to $10,000 - without giving details of how much it will cost the manufacturer.']" -632,"['The', 'scheme', 'applies', 'to', 'Peugeots', 'up', 'to', 'five', 'years', 'old', 'and', 'there', 'is', 'no', 'limit', 'on', 'cost,', '""as', 'long', 'as', 'it', 'is', 'a', 'part', 'that', 'keeps', 'the', 'vehicle', 'off', 'the', 'road"".']","[4, 5]",1,peugeots,"The scheme applies to Peugeots up to five years old and there is no limit on cost,""as long as it is a part that keeps the vehicle off the road"".","['The scheme will apply to Peugeots for up to five years and there will be no cost limitation ""as long as it is a part that takes the vehicle off the road.""', 'The scheme applies to Peugeots up to the age of five and there is no cost restriction ""as long as they are part of the vehicle that keeps them off the road.""', 'The scheme will apply to Peugeots for up to five years and the cost is not limited ""as long as it is part of the vehicle that keeps it off the road.""', 'This applies to Peugeots up to the age of five, ""as long as it is a part that keeps the vehicle off the road.""', 'The scheme will apply to Peugeots for up to five years and there is no cost cap ""provided there is a component that keeps the vehicle off the road.""']" -633,"['A', 'bad', 'day', 'at', 'Black', 'Rock:', 'both', 'Solomon', 'Brothers', 'and', 'more', 'importantly', 'Goldman', 'Sachs', 'have', 'moved', 'Sun', 'stock', 'off', 'their', 'recommended', 'buy', 'lists.']","[12, 14]",1,goldman sachs,A bad day at Black Rock: both Solomon Brothers and more importantly Goldman Sachs have moved Sun stock off their recommended buy lists.,"['Bad day for Black Rock: Both Solomon Brothers and Goldman Sachs have withdrawn Sun shares from their buy recommendations.', 'Not a good day at Black Rock: Both Solomon Brothers and Goldman Sachs have taken Sun shares off their buy recommendation list.', 'Bad day for Black Rock: Both Solomon Brothers and Goldman Sachs downgraded Sun shares from their buy recommendations.', 'A bad day for Black Rock: Both Solomon Brothers and Goldman Sachs have removed Sun from their buy recommendation list.', 'A bad day for Black Rock: Both Solomon Brothers and Goldman Sachs have removed Sun from their candidate lists.']" -634,"['Motorola', ""Inc's"", 'semiconductor', 'chief', 'James', 'Norling', 'is', 'moving', 'to', 'Europe', 'to', 'head', 'up', 'Motorola', 'Europe', ',', 'Middle', 'East', 'and', 'Africa,', 'succeeding', 'David', 'Bartram,', 'who', 'is', 'retiring', 'June', '30', 'after', '32', 'years:', 'Thomas', 'George,', 'executive', 'vice-president', 'and', 'assistant', 'general', 'manager', 'of', 'the', 'Semiconductor', 'Products', 'group,', 'will', 'take', 'over', ""Norling's"", 'post', 'on', 'April', '1.']","[13, 15]",0,motorola europe,"Motorola Inc's semiconductor chief James Norling is moving to Europe to head up Motorola Europe, Middle East and Africa, succeeding David Bartram, who is retiring June 30 after 32 years: Thomas George, executive vice-president and assistant general manager of the Semiconductor Products group, will take over Norling's post on April 1.","[""James Norling, CEO of Motorola Inc. Semiconductor, is moving to Europe to lead Motorola Europe, Middle East and Africa, succeeding David Bartram, who will retire on June 30 after 32 years. Thomas George, Executive Vice President and Deputy General Manager of Semiconductor Products Group, will take over Norling's position on April 1."", 'James Norling, Chief Executive Officer of Motorola Inc. ""s semiconductor group, will move to Europe to lead Motorola Europe, Middle East and Africa, succeeding David Bartram, who will retire on June 30 after 32 years. Thomas George, Executive Vice President and Deputy General Manager of Semiconductor Products Group, will take over Norling\'s position on April 1.', 'The head of Motorola Inc. ""s semiconductor division, James Norling, will move to Europe to lead Motorola Europe, Middle East and Africa. He succeeds David Bartram, who is retiring after 32 years: Thomas George, Executive Vice President and Deputy Head of Semiconductor Products Group, will take over Norling\'s position on April 1.', ""The Semiconductor CEO of Motorola Inc., James Norling, will move to Europe to become Head of Motorola Europe, Middle East and Africa. He succeeds David Bartram, who is retiring after 32 years: Thomas George, Executive Vice President and Deputy Managing Director of Semiconductor Products Group, will take over Norling's position on April 1."", 'The head of Motorola Inc. ""s semiconductor division, James Norling, will move to Europe to lead Motorola Europe, the Middle East and Africa. He succeeds David Bartram, who will retire on June 30 after 32 years. Thomas George, executive vice president and deputy CEO of the semiconductor products group, will take over Norling\'s position on April 1.']" -635,"['Here,', 'reserves', 'of', 'at', 'least', '2', 'billion', 'barrels', 'are', 'estimated', 'to', 'exist', 'in', 'two', 'fields,', 'Cusiana', 'and', 'Cupiagua', '(', 'BP', ':', '40%).']","[19, 20]",0,bp,"Here, reserves of at least 2 billion barrels are estimated to exist in two fields, Cusiana and Cupiagua ( BP: 40%).","['Here it is assumed that there are reserves of at least 2 billion barrels (BP: 40%) in the two areas Cusiana and Cupiagua.', 'There are estimated reserves of at least 2 billion barrels (BP: 40%) in two fields.', 'In this country, reserves in two fields, Cusiana and Cupiagua, are estimated to be at least two billion barrels (BP: 40%).', 'In China, two fields, Cusiana and Cupiagua, are estimated to be at least 2 billion barrels (BP: 40%).', 'The Cusiana and Cupiagua fields are estimated to have reserves of at least 2 billion barrels (BP: 40%).']" -636,"['Sharp', 'Electronics', 'Corp,', 'Mahwah,', 'New', 'Jersey', 'is', 'to', 'work', 'with', 'AT&T', 'Co', ""'s"", 'Easylink', 'Services', 'to', 'sell', 'mobile', 'communications', 'systems', 'based', 'on', 'the', 'Wizard', 'electronic', 'organiser', 'and', ""AT&T's"", 'EasyLink', 'messaging', 'services.']","[10, 12]",0,at&t co,"Sharp Electronics Corp, Mahwah, New Jersey is to work with AT&T Co's Easylink Services to sell mobile communications systems based on the Wizard electronic organiser and AT&T's EasyLink messaging services.","[""Sharp Electronics Corp of Mahwah, New Jersey, will partner with AT & T Co. 's Easylink Services to sell mobile communications systems based on AT & T's Wizard electronic organizer and EasyLink messaging services."", ""Sharp Electronics Corp of Mahwah, New Jersey, will partner with AT & T Co. 's Easylink Services to sell mobile communications systems based on AT & T Group's Electronic Organizer Wizard and messaging service EasyLink."", ""Sharp Electronics Corp of Mahwah, New Jersey, is working with AT & T Co's Easylink Services to sell wireless systems based on AT & T's Wizard electronic organizational system and EasyLink messaging services."", ""Sharp Electronics Corp of Mahwah, New Jersey, will partner with AT & T Co's Easylink Services to sell mobile communications systems based on AT & T's Wiczard electronic organizer and EasyLink messaging service."", ""Sharp Electronics Corp. of Mahwah, New Jersey, is working with AT & T Co. 's Easylink Services to sell wireless systems based on AT & T's EasyLink messaging service.""]" -637,"['ERICSSON', 'TELEFON', 'GETS', '$470m', 'CONTRACT']","[0, 2]",0,ericsson telefon,ERICSSON TELEFON GETS $470m CONTRACT,"['ERICSSON TELEPHONE receives 470 million dollars', 'ERICSSON TELEPHON receives $470 million in prize money', 'ERICSSON TELEPHONE receives $470 MILLION CONTRACT', 'ERICSSON Funds Receives $470 Million CONTRACT', 'ERICSSON FELEPHONE ""gets $470 million!']" -638,"['Rekhi', 'says', 'Novell', 'tried', 'to', 'work', 'with', 'SCO', 'on', 'Unix', 'back', 'in', '1990,', 'and', 'later', 'approached', 'Sun', 'to', 'help', 'with', 'its', 'Intel-Unix', 'effort,', 'but', 'both', 'efforts', 'came', 'to', 'nothing.']","[16, 17]",1,sun,"Rekhi says Novell tried to work with SCO on Unix back in 1990, and later approached Sun to help with its Intel-Unix effort, but both efforts came to nothing.","['Rekhi says Novell tried to work with SCO on Unix in 1990 and later approached Sun to help him with his Intel Unix efforts, but both efforts were unsuccessful.', 'Rekhi says Novell tried to work with SCO on Unix in 1990, and later asked Sun for support in the Intel Unix effort, but both efforts were in vain.', 'Rekhi said Novell had tried to work with SCO on Unix as early as 1990, and later called Sun to help her with her Intel Unix efforts, but both efforts were in vain.', 'Rekhi claims that Novell contacted SCO on Unix in 1990 and later contacted Sun to help him with his Intel Unix efforts, but both efforts were in vain.', 'Rekhi says Novell tried to work with SCO on behalf of Unix as early as 1990. Later, they turned to Sun to help work with Intel and Unix, but both efforts were fruitless.']" -639,"['Ford', ""'s"", 'are', 'blooming,', 'all', 'these', 'people', 'are']","[0, 1]",0,ford,"Ford's are blooming, all these people are","['Ford is thriving, all these people are', ""Ford's thriving, all these people are"", 'Ford is thriving, all these people are', 'Ford is thriving, these people are all', 'The luxury models of Ford are thriving, all these people are']" -640,"['I', 'had', 'learned', 'to', 'fly', 'in', 'the', 'Fleet', 'Air', 'Arm', 'in', '1940', 'and', 'immediately', 'after', 'the', 'war', 'I', 'spent', 'nearly', 'two', 'years', 'in', 'South', 'America', 'flying', 'for', 'the', 'Shell', 'company.']","[28, 29]",0,shell,I had learned to fly in the Fleet Air Arm in 1940 and immediately after the war I spent nearly two years in South America flying for the Shell company.,"['In 1940 I had learned to fly in the fleet, and immediately after the war I spent almost two years in South America for Shell.', 'In 1940 I had learned to fly in a fleet train, and immediately after the war I spent almost two years in South America flying for Shell.', 'In 1940 I had learned to work in fleet aviation, and immediately after the war I spent almost two years in South America flying for Shell.', 'In 1940 I had learned to fly in the fleet and immediately after the war I spent almost two years in South America for the Shell company.', 'I had learned to fly in 1940 and worked for the Shell company in South America for almost two years immediately after the war.']" -641,"['Rosenthal', 'speculates', 'that', 'pepper', 'and', 'chocolate', 'are', 'classed', 'as', 'masculine', 'because', 'they', 'are', 'stronger', 'flavours', 'than', 'salt', 'and', 'vanilla,', 'while', 'Chevrolet', 'is', 'feminine', 'because', 'of', 'its', 'sound', ""(it's"", 'a', 'longer', 'word', 'than', 'Ford', ',', 'has', 'an', 'open', 'vowel', 'at', 'the', 'end,', 'connotes', '""Frenchness"")', 'and', 'knife', 'is', 'masculine', 'because', 'of', 'the', 'association', 'with', 'aggression.']","[32, 33]",1,ford,"Rosenthal speculates that pepper and chocolate are classed as masculine because they are stronger flavours than salt and vanilla, while Chevrolet is feminine because of its sound (it's a longer word than Ford, has an open vowel at the end, connotes""Frenchness"") and knife is masculine because of the association with aggression.","['Rosenthal speculates that pepper and chocolate are considered masculine because they have stronger flavors than salt and vanilla, while Chevrolet is masculine because of its sound (it is a longer word than Ford, has an open vowel at the end that is associated with ""French"") and Messer because of its association with aggression.', 'Rosenthal speculates that pepper and chocolate are classified as masculine because they are more aromatic than salt and vanilla, while Chevrolet is feminine because of its sound (it is a longer word than Ford, ending up with an open vowel associated with ""French"") and Messer because of its association with aggressively masculine.', 'Rosenthal speculates that pepper and chocolate are classified as masculine because they have stronger flavors than salt and vanilla, while Chevrolet is feminine because of its sound (it is a longer word than Ford, ending up with an open vowel associated with ""French"") and Messer because of its association with aggressively masculine.', 'Rosenthal suspects that pepper and chocolate are classified as masculine flavors because they taste stronger than salt and vanilla, while Chevrolet is feminine because of its sound (which is a longer word than Ford, has an open vowel at the end and means ""French"") and Messer is masculine because of its association with aggression.', 'Rosenthal speculates that pepper and chocolate are classified as masculine because they are stronger than salt or vanilla, while Chevrolet is feminine because of its sound (it is a longer word than Ford, has an open vowel at the end, the association ""French"" is an allusion) and knife man because of its color.']" -642,"['It', 'narrowly', 'beat', 'much', 'bigger', 'rival', 'and', 'fellow', 'supermarkets', 'group', 'J', 'Sainsbury', 'to', 'the', 'top', 'slot,', 'and', 'outshone', 'Tesco.']","[10, 12]",0,j sainsbury,"It narrowly beat much bigger rival and fellow supermarkets group J Sainsbury to the top slot, and outshone Tesco.","['It narrowly beat much larger rival and fellow supermarket group J Sainsbury at the top of the list, outshining Tesco.', 'It narrowly beat much bigger rival and supermarket chain rival J Sainsbury, outshining Tesco.', 'The company narrowly beat much bigger rival J Sainsbury to take the top spot in supermarkets, outshining Tesco.', 'It narrowly beat much bigger rival and drugstore rival J Sainsbury, beating Tesco by a wide margin.', 'It narrowly beat much bigger rival and supermarket rival J Cents.']" -643,"['Former', 'Sun', 'Microsystems', 'Inc', 'UK', 'marketing', 'manager,', 'John', 'Coon,', 'is', 'now', 'heading-up', 'Data', 'General', ""Corp's"", 'UK', 'marketing', 'operation', 'after', 'spending', 'a', 'brief', 'period', 'at', 'one', 'of', 'Sun', ""'s"", 'satellites.']","[26, 27]",0,sun,"Former Sun Microsystems Inc UK marketing manager, John Coon, is now heading-up Data General Corp's UK marketing operation after spending a brief period at one of Sun's satellites.","[""John Coon, former marketing manager of Sun Microsystems Inc., is now in charge of Data General Corp's UK marketing business after spending a short period on one of the solar satellites."", 'John Coon, former marketing manager of Sun Microsystems Inc in the UK, will now lead the marketing activities of Data General Corp in the UK after a short stay at a Sun satellite.', ""John Coon, a former marketing manager for Sun Microsystems Inc, is now head of Data General Corp's UK marketing business after spending a short time on one of Sun's satellites."", 'After a brief stint at a Sun satellite, John Coon, the former marketing manager of Sun Microsystems Inc in the UK, is responsible for the distribution of Data General Corp in the UK.', 'John Coon, the former marketing manager of Sun Microsystems Inc., is now responsible for the sales activities of the British Data General Corp after spending some time with one of the solar satellites.']" -644,"['It', 'will', 'be', 'supported', 'by', 'BMW,', 'Citroen,', 'Ford', ',', 'Honda,', 'Peugeot,', 'Renault,', 'Rover,', 'Toyota,', 'Vauxhall,', 'Volkswagen', 'and', 'Volvo', 'and', 'most', 'of', 'the', 'major', 'insurance', 'companies', 'in', 'Britain.']","[7, 8]",1,ford,"It will be supported by BMW, Citroen, Ford, Honda, Peugeot, Renault, Rover, Toyota, Vauxhall, Volkswagen and Volvo and most of the major insurance companies in Britain.","['It is supported by BMW, Citroen, Ford, Honda, Peugeot, Renault, Rover, Toyota, Vauxhall, Volkswagen and Volvo, as well as most major UK insurance companies.', 'It is supported by BMW, Citroen, Ford, Honda, Peugeot, Renault, Rover, Toyota, Vauxhall, Volkswagen and Volvo as well as most major UK insurance companies.', 'It is supported by BMW, Citroen, Ford, Honda, Peugeot, Renault, Rover, Toyota, Vauxhall, Volkswagen and Volvo, as well as most major UK insurers.', 'The network is supported by BMW, Citroen, Ford, Honda, Peugeot, Renault, Rover, Toyota, Vauxhall, Volkswagen and Volvo as well as most major UK insurance companies.', 'dtckiget is supported by BMW, Citroen, Ford, Honda, Peugeot, Renault, Rover, Toyota, Vauxhall, Volkswagen and Volvo as well as most major insurance companies in the UK.']" -645,"['Hewlett-Packard', 'Co', 'says', 'its', 'new', 'HP', '9000', 'Series', '800', 'Model', 'H40', 'running', 'Informix', '5.0', 'recorded', '406.65', 'transactions', 'per', 'minute', '(tpmC)', 'at', 'a', 'cost', 'of', 'ownership', 'of', '$2,786', 'per', 'tpmC', 'using', 'the', 'Transaction', 'Processing', 'Performance', ""Council's"", 'latest', 'TPC-C', 'on-line', 'transaction', 'processing', 'benchmark', 'test', 'suite.']","[0, 2]",1,hewlett-packard co,"Hewlett-Packard Co says its new HP 9000 Series 800 Model H40 running Informix 5.0 recorded 406.65 transactions per minute (tpmC) at a cost of ownership of $2,786 per tpmC using the Transaction Processing Performance Council's latest TPC-C on-line transaction processing benchmark test suite.","['Hewlett-Packard Co says its new HP 9000 Series 800 model H40 with Informix 5.0 recorded 406.65 transactions per minute (tpmC) at an operating cost of $2,786 per tpmC with the latest online test series from the Transaction Processing Performance Council TPC-C.', ""Hewlett-Packard Co says the new HP 9000 Series 800 model H40 with Informix 5.0 recorded 406.65 transactions per minute (tpmC) at an operating cost of $2,786 per tpmC through the Transaction Processing Performance Council's latest TPC-C online benchmark transaction test suite."", 'Hewlett-Packard Co says the HP 9000 Series 800 model H40 with Informix 5.0 recorded 406.65 transactions per minute (tpmC) at an operating cost of $2,786 per tpmC with the latest Transaction Processing Performance Council TPC-C test package.', ""Hewlett-Packard Co says its new HP 9000 Series 800 model H40 with Informix 5.0 recorded 406.65 transactions per minute (tpmC) at an operating cost of $2,786 per tpmC using the latest software from the Transaction Processing Performance Council's TPC-C online test suite."", 'The new HP 9000 Series 800 model H40 from Hewlett-Packard Co. with Informix 5.0 406.65 transactions per minute (tpmC) at a price of $2,786 per tpmC uses the current TPC-C test suite of the Transaction Processing Council for online transaction processing.']" -646,"['OLIVETTI', 'PLACES', 'ITS', 'BETS', 'ON', 'WHO', 'WILL', 'BE', 'THE', 'STANDARDS-SETTERS', 'IN', 'THE', 'HANDHELD', 'WORLD']","[0, 1]",1,olivetti,OLIVETTI PLACES ITS BETS ON WHO WILL BE THE STANDARDS-SETTERS IN THE HANDHELD WORLD,"['OLIVETTI PLACES BETWEEN STREETS as they are arranged in the CRAFT world', 'OLIVETTI PLACES BETWEEN THE WORLDS THIS NORMATORIAL SENSES WILL BE IN THE HANDSCAPE WORLD', 'OLIVETTI PLACE IS COLLECTION WHO IS A COLLECTION IN THE MOBILE MASS', 'OLIVETTI IN THE ORDER ON THE NORMAL WE WILL CONCLUSIVE THE DESCRIPTIONS', 'OLIVETTI FOR THE COMMUNICATION PLATTER IN THE WORLD OF THE NAMERS']" -647,"['A', 'surfer', 'is', 'taking', 'legal', 'action', 'against', 'Southern', 'Water', 'claiming', 'he', 'contracted', 'Hepatitis', 'A', 'from', 'polluted', 'sea', 'water.']","[7, 9]",0,southern water,A surfer is taking legal action against Southern Water claiming he contracted Hepatitis A from polluted sea water.,"['A surfer is suing Southern Water for allegedly contracting hepatitis A from contaminated seawater.', 'A surfer is taking action against Southern Water for allegedly contracting hepatitis A from contaminated seawater.', 'A surfer is suing Southern Water, claiming he was infected with hepatitis A from contaminated seawater.', 'A surfer is suing Southern Water for allegedly contracting hepatitis A from polluted seawater.', 'A surfer is taking legal action against Southern Water after claiming he contracted hepatitis A from contaminated seawater.']" -648,"['Abbey', 'National', 'said', 'a', 'rise', 'of', 'between', '1', 'and', '1.5', 'per', 'cent', 'in', 'early', 'November', 'was', 'inevitable.']","[0, 2]",1,abbey national,Abbey National said a rise of between 1 and 1.5 per cent in early November was inevitable.,"['Abbey National said a rise of 1 to 1.5 per cent in early November was inevitable.', 'Abbey National said in early November that a rise of 1 to 1.5 per cent was inevitable.', 'Abbey National said in early November that a rise of 1 to 1.5 per cent was inevitable.', 'Abbey National said in early November that a rise of 1 to 1.5 per cent was inevitable.', 'Abbey National said an increase of 1 to 1.5 per cent in early November was inevitable.']" -649,"['Last', 'week', 'Novell', 'Inc,', 'Unix', 'System', 'Labs', 'and', 'AT&T', 'were', 'reportedly', 'circulating', 'the', 'definitive', 'USL', 'merger', 'agreement', 'amongst', 'themselves', 'for', 'review', 'and', 'signature.']","[8, 9]",1,at&t,"Last week Novell Inc, Unix System Labs and AT&T were reportedly circulating the definitive USL merger agreement amongst themselves for review and signature.","['Last week, Novell Inc, Unix System Labs and AT & T reportedly distributed the final USL merger agreement among themselves for review and signature.', 'Last week, Novell Inc, Unix System Labs and AT & T reportedly distributed the final USL merger agreement among themselves for review and signature.', 'Last week, Novell Inc, Unix System Labs and AT & T reportedly distributed the final USL merger agreement among themselves for review and signature.', 'Last week, there were reports that Novell Inc, Unix System Labs and AT & T swapped the final USL merger agreement for mutual review and signature.', 'Last week, the final USL merger between Novell Inc, Unix System Labs and AT & T was reportedly being considered and signed.']" -650,"['Its', 'floating', 'point', 'was', 'developed', 'by', 'Sun', 'and', 'Meiko', 'Ltd.']","[6, 7]",0,sun,Its floating point was developed by Sun and Meiko Ltd.,"['Its gliding point was developed by Sun and Meiko Ltd.', 'Its gliding point was developed by Sun and Meiko Ltd.', 'Its gliding point was developed by Sun and Meiko Ltd.', 'Their glide point has been developed by Sun and Meiko Ltd.', 'Its lubrication capability was developed by Sun and Meiko Ltd.']" -651,"['United', 'is', 'also', 'arguing', 'that', 'employee', 'concessions', 'in', 'the', 'deal', 'should', 'be', 'considered', '""sweat', 'equity"",', 'reducing', 'BA', ""'s"", 'contribution', 'to', '35', 'per', 'cent.']","[16, 17]",0,ba,"United is also arguing that employee concessions in the deal should be considered""sweat equity"", reducing BA's contribution to 35 per cent.","['United also argues that concessions from residents to the deal should be seen as ""sweat,"" so the BA contribution has been cut to 35 per cent.', 'United also argues that concessions from workers under the deal should be seen as a ""welding chamber,"" lowering BA\'s contribution to 35 per cent.', 'United also argues that concessions to staff on the deal should be considered ""sweat pads,"" which would reduce BA\'s contribution to 35 per cent.', 'United also argues that concessions to workers under the deal should be treated like ""sweat money,"" reducing BA\'s contribution to 35 per cent.', 'United also argues that workers\' rights under the agreement should be considered ""sweat money,"" which would reduce BA\'s contribution to 35 percent.']" -652,"['Scanworx', 'is', 'distributed', 'by', 'Compact', 'Computer', 'Systems', 'in', 'Austria,', 'Rank', 'Xerox', 'in', 'France,', 'Nuvoe', 'Tecnologie', 'Grafiche', 'in', 'Italy', 'and', 'in', 'the', 'UK', 'by', 'Xerox', 'Imaging', 'Systems', 'Ltd', '.']","[23, 27]",0,xerox imaging systems ltd,"Scanworx is distributed by Compact Computer Systems in Austria, Rank Xerox in France, Nuvoe Tecnologie Grafiche in Italy and in the UK by Xerox Imaging Systems Ltd.","['Scanworx is distributed by Compact Computer Systems in Austria, Rank Xerox in France, Nuvoe Tecnologie Grafiche in Italy and Xerox Imaging Systems Ltd in the UK.', 'Scanworx is distributed by Compact Computer Systems in Austria, Rank Xerox in France, NuHeathTecnologie Grafiche in Italy and in the UK by Xerox Imaging Systems Ltd.', 'Scanworx is distributed by Compact Computer Systems in Austria, Rank Xerox in France, Nuelta Tecnologie Grafiche in Italy and in the UK by Xerox Imaging Systems Ltd.', 'Scanworx is distributed by Compact Computer Systems in Austria, Rank Xerox in France, Nu-Tecnologie Grafiche in Italy and Xerox Imaging Systems Ltd in the UK.', 'Scanworx is distributed by Compact Computer Systems in Austria, Schema Xerox in France and Nuparent Tecnologie Grafiche in Italy, while Skanworx is distributed in the UK by Xerox Imaging Systems Ltd.']" -653,"['The', 'first', 'European', 'Design', 'Automation', 'Conference', 'is', 'scheduled', 'for', '7-10', 'Spetember', 'at', ""Hamburg's"", 'Congress', 'Center', 'and', 'is', 'expected', 'to', 'attract', '5,000', 'visitors:', 'among', 'those', 'exhibiting', 'are', 'DEC,', 'Harris,', 'Sun', ',', 'Cadence,', 'Fujitsu', 'and', 'i-Logix.']","[28, 29]",0,sun,"The first European Design Automation Conference is scheduled for 7-10 Spetember at Hamburg's Congress Center and is expected to attract 5,000 visitors: among those exhibiting are DEC, Harris, Sun, Cadence, Fujitsu and i-Logix.","['The first European Design Automation Conference, which will take place from 7 to 10 September in the Congress Center in Hamburg, will attract 5,000 visitors: exhibitors include DEC, Harris, Sun, Cadence, Fujitsu and i-Logix.', 'The first European Conference on Design Automation will take place from 7 to 10 September in the Congress Center Hamburg and is expected to attract 5,000 visitors: exhibitors include DEC, Harris, Sun, Cadence, Fujitsu and i-Logix.', 'The first European Design Automation Conference will take place from 7 to 10 September at the Hamburg Congress Center and is expected to attract 5000 visitors, including DEC, Harris, Sun, Cadence, Fujitsu and i-Logix.', 'The first European Design Automation Conference will take place from 7 to 10 September in the Hamburg Congress Center and 5,000 visitors are expected: DEC, Harris, Sun, Cadence, Fujitsu and i-Logix are among them.', 'The first European conference on design automation will take place from 7 to 10 September at the Hamburg Congress Center and is expected to attract around 5,000 visitors, including exhibitors such as DEC, Harris, Sun, Cadence, Fujitsu and i-Logix.']" -654,"['5', 'Marks', '&', 'Spencer', 'thermal,', '100%', 'polyester', 'vest,', '$7.99;', 'from', 'branches', 'nationwide', 'Verdict:', 'reasonable', 'for', 'everyday', 'use.']","[1, 4]",0,marks & spencer,"5 Marks & Spencer thermal, 100% polyester vest, $7.99; from branches nationwide Verdict: reasonable for everyday use.","['5 Marks & Spencer Thermal, 100% polyester vest, $7.99; from stores across the country.', '5 Marks & Spencer Thermal, 100% polyester vest, $7.99; from stores across Spain.', '5 Marks & Spencer Thermal, 100% polyester vest, $7.99; country stores', '5 Marks & Spencer thermal vests, 100% polyester vest, $7.99; from stores across Japan.', '5 Marks & Spencer Thermal, 100% polyester vest, £7.99; from stores across Japan - verdict: everyday.']" -655,"['Membership', 'is', '$60', 'a', 'year', 'and', 'includes', 'discounts', 'on', 'Air', 'France', 'holidays.']","[9, 11]",0,air france,Membership is $60 a year and includes discounts on Air France holidays.,"['Membership costs $60 a year and includes discounts on Air France travel.', 'Membership costs $60 a year and includes discounts on Air France travel.', 'Membership costs $60 a year and includes discounts on Air France travel.', 'Membership costs $60 a year and includes discounts on Air France flights.', 'Competition in hospitality, culture and leisure.']" -656,"['Sources', 'claim', 'Samsung', 'is', 'the', 'company', 'Hewlett-Packard', 'CEO', 'John', 'Young', 'was', 'referring', 'to', 'when', 'he', 'told', 'Wall', 'Street', 'analysts', 'that', 'one', 'of', 'his', 'PA', 'RISC', 'partners', 'was', 'doing', 'a', 'port', 'to', 'SVR4', '(UX', 'No', '386).']","[2, 3]",0,samsung,Sources claim Samsung is the company Hewlett-Packard CEO John Young was referring to when he told Wall Street analysts that one of his PA RISC partners was doing a port to SVR4 (UX No 386).,"['Sources claim that Samsung is the company Hewlett-Packard CEO John Young was referring to when he told Wall Street analysts that one of his PA RISC partners was porting to SVR4 (UX No 386).', 'Sources claim that Samsung is the company Hewlett-Packard CEO John Young was referring to when he told Wall Street analysts that one of his PA-RISC partners was porting to SVR4 (UX No 386).', 'Sources claim that Samsung is the company Hewlett-Packard CEO John Young was referring to when he told Wall Street analysts that one of his PA RISC partners was porting to SVR4 (UX # 386).', 'Sources tell us that Samsung is the company Hewlett-Packard CEO John Young was referring to when he told Wall Street analysts that one of his PA partners was porting RISC to SVR4 (UX No 386).', 'Sources claim that Samsung is the company Hewlett-Packard CEO John Young was referring to when he told Wall Street analysts that one of his PA partners was porting to SVR4 (UX No 386).']" -657,"['Siemens', 'Nixdorf', 'Informationssysteme', 'AG', ""'s"", 'Unix-based', 'secure', 'operating', 'system,', 'SecTOS,', 'has', 'been', 'awarded', 'a', 'security', 'classification', 'from', 'the', 'newly', 'formed', 'European', 'Information', 'Technology', 'Security', 'Evaluation', 'Criteria,', 'ITSEC.']","[0, 4]",0,siemens nixdorf informationssysteme ag,"Siemens Nixdorf Informationssysteme AG's Unix-based secure operating system, SecTOS, has been awarded a security classification from the newly formed European Information Technology Security Evaluation Criteria, ITSEC.","['The Unix-based SecTOS of Siemens Nixdorf Informationssysteme AG has received a security classification according to the newly created European Information Technology Security Evaluation Criteria (ITSEC).', 'The Unix-based, secure operating system SecTOS from Siemens Nixdorf Informationssysteme AG has been awarded the security certificate by the newly founded European Information Technology Security Evaluation Criteria (ITSEC).', 'The Unix-based SecTOS operating system of Siemens Nixdorf Informationssysteme AG has now been awarded the security certificate of the newly founded European Information Technology Security Evaluation Criteria ITSEC.', 'The secure operating system of Siemens Nixdorf Informationssysteme AG based on the SecTOS Unix system has been awarded a security classification by the newly implemented European Information Technology Security Evaluation Criteria (ITSEC).', 'SecTOS, the university secure operating system of Siemens Nixdorf Informationssysteme AG, has received the security classification of the newly introduced European evaluation criteria for information security ITSEC.']" -658,"['Well', 'I', ""don't"", 'know,', 'there', 'are', 'such', 'good', 'Japanese', 'coupes', 'now,', 'you', 'know', 'you', 'see', 'these', 'lovely', 'Toyotas', 'and', 'Nissans', 'that', 'they', 'do', 'the', 'sort', 'of', 'two', 'plus', 'two', 'and', ""they're"", 'really', 'lovely', 'cars', 'and', 'but', 'if', 'I', 'change', 'c', 'car', 'this', 'next', 'year', ""I'll"", 'still', 'have', 'to', 'have', 'four', 'seater', 'or,', 'you', 'know,', 'plenty', 'of', 'room', 'in', 'the', 'boot', 'so', 'I', 'can', 'pick', 'you', 'up', 'from', 'Haileybury', 'and', 'all', 'that', 'crap,', 'but', 'if', 'I', 'hung', 'on', 'for', 'another', 'two', 'years', 'I', 'could', 'then', 'get', 'something', 'I', 'actually', 'wanted,', 'you', 'know.']","[19, 20]",1,nissans,"Well I don't know, there are such good Japanese coupes now, you know you see these lovely Toyotas and Nissans that they do the sort of two plus two and they're really lovely cars and but if I change c car this next year I'll still have to have four seater or, you know, plenty of room in the boot so I can pick you up from Haileybury and all that crap, but if I hung on for another two years I could then get something I actually wanted, you know.","[""I don't know, there are such good Japanese coupes these days, you know, you see these beautiful Toyotas and Nissans that make something like two plus two, and they're really nice cars, and when I change my car next year, I have to have four-seaters or, you know, a lot of space in the trunk so I can pick you up from Haileybury and all that crap, but if I carry on for another two years, I could get something I actually wanted, you know."", ""Well, I don't know. There are now such good Japanese coupés. You already know that these beautiful Toyotas and Nissans have the type 2 plus 2 and are really nice cars, but if I were to replace the C-car this year, I would still need a four-seater or, you know, enough space in the trunk so that I could also pick you up in Haileybury and all the crap. But if I stick with it for another two years, I can get something I actually wanted, you know."", ""You know, you see these beautiful Toyotas and Nissans that actually play like two plus two and are really nice cars, but when I switch next year, I still need a four-seater or, you know, a lot of space in the trunk to pick you up from Haileybury and breakfast, but if I hang on for another two years, there's something I really wanted, you know."", ""Well, I don't know, there are such good Japanese coupes now, you know you see these beautiful toy cars and Nissans, that they make the kind of 2 + 2 and that they are really beautiful cars, but when I replace the car this year, I still have to have a four-seater or a lot of space in the trunk so that I can pick you up from Haileybury, and all that crap, but if I had been in it for another two years, I could have gotten something I actually wanted, you know."", ""Well, I don't know. There are such good Japanese coupes, you know, you see these wonderful Toyota models and Nissans that they drive exactly two plus two and they are really wonderful cars, but when I replace the car this year, I still have to have a four-seater or a lot of space in the trunk so that I can take you away from Haileybury and all that crap, but if I stay two more years for these things, I could get something I really wanted.""]" -659,"['By', 'the', 'end', 'of', 'the', 'third', 'offer,', 'the', ""Government's"", 'three', 'BT', 'sales', 'will', 'have', 'swollen', 'Treasury', 'coffers', 'by', 'more', 'than', '$14', 'billion.']","[10, 11]",1,bt,"By the end of the third offer, the Government's three BT sales will have swollen Treasury coffers by more than $14 billion.","[""By the end of the third offer, the government's three BT sales will add more than $14 billion to the treasury."", ""By the end of the third offer, the government's three sales of BT will inject more than $14 billion into the state coffers."", ""By the end of the third offer, the government's three BT sales will add more than $14 billion to the state's coffers."", 'By the end of the third offering, the three phone sales by the U.S. government will bring in more than $14 billion to the Treasury.', ""At the end of the third offer, the government's three BT sales will inject more than $14 billion into the state coffers.""]" -660,"['Friends', 'clamoured', 'to', 'escape', 'the', 'trauma', 'of', 'walking', 'endlessly', 'up', 'and', 'down', ""Glasgow's"", 'Byres', 'Road', 'with', 'a', 'bottle', 'of', 'Hirondelle', 'looking', 'for', 'a', 'party', 'to', 'gatecrash,', 'and', 'so', 'these', 'Hogmanay', 'house', 'parties', 'swelled', 'in', 'numbers', 'yearly', 'until', 'the', 'queue', 'for', 'the', 'bathroom', 'in', 'the', 'morning', 'rivalled', ""McDonald's"", 'in', 'Red', 'Square.']","[46, 47]",1,mcdonald's,"Friends clamoured to escape the trauma of walking endlessly up and down Glasgow's Byres Road with a bottle of Hirondelle looking for a party to gatecrash, and so these Hogmanay house parties swelled in numbers yearly until the queue for the bathroom in the morning rivalled McDonald's in Red Square.","[""Friends wanted to escape the trauma of walking endlessly up and down Byres Road in Glasgow with a bottle of Hirondelle in search of a torecrash party, and so these Hogmanay house parties swelled every year until the queue outside the loo at McDonald's in Red Square swelled in the morning."", ""Friends noisily escaped the trauma of walking up and down Byres Road in Glasgow endlessly with a bottle of Hirondelle in search of a party for toreros, and so these Hogmanay house parties swelled every year until the queue outside the bathroom contrasted with the McDonald's in Red Square in the morning."", ""After the trauma of walking endlessly up and down Glasgow's Byres Road, carrying a bottle of Hirpédelle in search of a party to celebrate the goal, these Hogmanay house parties piled up every year until the morning queue at McDonald's in Red Square."", ""Friends noisily tried to escape the trauma of walking endlessly with a bottle of Hirondelles on Glasgow's Byres Road in search of a drink, and pubs in Hogmanay shot up in droves every year until the queue outside the loo at McDonald's on Red Square in the morning dissolved."", ""Friends desperately tried to escape the trauma of walking endlessly down Byres Road in Glasgow with a bottle of Hirondelle in search of a party to score goals, and the party grew each year in droves until the queue outside the toilet at McDonald's in Red Square in the morning.""]" -661,"['It', 'finally', 'crossed', 'the', 'road', 'and', 'struck', 'the', 'Honda', '.']","[8, 9]",1,honda,It finally crossed the road and struck the Honda.,"['He eventually crossed the carriageway and crashed into the Honda.', 'Eventually she crossed the road and crashed into the Honda.', 'He eventually crossed the road and crashed into the Honda.', 'He eventually crossed the road and collided with the Honda.', 'The vehicle then crossed the road and crashed into the Honda.']" -662,"['Technical', 'details', 'of', 'the', 'machine,', 'developed', 'at', 'IBM', ""'s"", 'Highly', 'Parallel', 'Supercomputing', 'Systems', 'Laboratories,', 'were', 'reported', 'in', 'detail', 'last', 'November', 'following', 'previews', 'at', 'Supercomputing', '""92', 'in', 'Minneapolis', '(UX', 'No', '412).']","[7, 8]",0,ibm,"Technical details of the machine, developed at IBM's Highly Parallel Supercomputing Systems Laboratories, were reported in detail last November following previews at Supercomputing""92 in Minneapolis (UX No 412).","['Technical details of the machine, which was developed at IBM High Parallel Supercomputing Systems Laboratories, were widely reported last November following a preview at Supercomputing ""92 in Minneapolis (UX No. 412).', 'Technical details of the machine, developed at IBM\'s Highly Parallel Supercomputing Systems Laboratories, were detailed in November after demonstrations at Supercomputing ""92 in Minneapolis (UX No. 412).', 'The technical details of the machine, which was developed in the highly parallel Supercomputing Systems Laboratories (IBM), were presented in detail in November at previews at Supercomputing ""92 in Minneapolis (UX No. 412).', 'Technical details of the machine, which was developed in IBM\'s supercomputer high-parallel laboratory, were presented last November at a preview at Supercomputing ""92 in Minneapolis (UX No. 412).', ""Technical details of the machine, developed by IBM's Highly Parallel Supercomputing Systems Laboratories, were released after a preview at Supercomputing 92 in Minneapolis (UX No. 412) in November.""]" -663,"['Galaxy', 'currently', 'supports', 'Motif,', 'Open', 'Look,', 'IBM', 'CUA,', 'X-Windows,', 'the', 'Object', 'Management', ""Group's"", 'CORBA', 'specification,', 'Open', 'Software', ""Foundation's"", 'Distributed', 'Computing', 'Environment,', 'Sun', 'Microsystems', 'Inc', ""'s"", 'Open', 'Network', 'Computing', 'environment,', 'Microsoft', ""Corp's"", 'Object', 'Linking', 'and', 'Embedding', 'specification', 'and', 'the', 'Apple', 'Computer', 'Inc', 'Mac.']","[21, 24]",0,sun microsystems inc,"Galaxy currently supports Motif, Open Look, IBM CUA, X-Windows, the Object Management Group's CORBA specification, Open Software Foundation's Distributed Computing Environment, Sun Microsystems Inc's Open Network Computing environment, Microsoft Corp's Object Linking and Embedding specification and the Apple Computer Inc Mac.","[""Galaxy currently supports Motif, Open Look, IBM CUA, X-Windows, the Object Management Group's CORBA specification, the Open Software Foundation's Distributed Computing Environment, Sun Microsystems Inc's Open Network Computing Environment, Microsoft Corp's object linking and embedding, and Apple Computer Inc's Mac."", ""Galaxy currently supports Motif, Open Look, IBM CUA, X-Windows, Object Management Group's CORBA specification, the Open Software Foundation's Distributed Computing Environment, Sun Microsystems Inc's Open Network Computing Environment, Microsoft Corp's Object Linking and Embedding Specification, and Apple Computer Inc's Mac."", ""Galaxy currently supports Motif, Open Look, IBM CUA, X-Windows, the Object Management Group's CORBA specification, the Open Software Foundation's Distributed Computing Environment, Sun Microsystems Inc's Open Network Computing Environment, Microsoft Corp's Object Links- and Embedding Specification, and Apple Computer Inc's Mac."", 'Galaxy supports Motif, Open Look, IBM CUA, X-Windows, the CORBA specification of the Object Management Group, the Distributed Computing Environment of the Open Software Foundation, the Open Network Computing division of Sun Microsystems Inc, the Object Linking and Embedding specification of Microsoft Corp and the Mac of Apple Computer Inc.', ""Galaxy currently supports Motif, Open Look, IBM CUA, X-Windows, the Object Management Group's CORBA specification, the Open Software Foundation's computer environment, Sun Microsystems Inc's Open Network Computing, Microsoft Corp's object linking and embedding, and Apple Computer Inc's Mac.""]" -664,"['The', 'three', 'biggest', 'US', 'carriers,', 'American', 'Airlines,', 'United', 'Airlines', 'and', 'Delta', 'Airlines,', 'had', 'hoped', 'that', 'approval', 'of', 'the', 'BA-USAir', 'deal', 'would', 'have', 'been', 'linked', 'to', 'their', 'gaining', 'a', 'bigger', 'foothold', 'in', 'the', 'UK', 'market', 'and', 'argued', 'that', 'the', 'original', '$750', 'million', 'proposal', 'would', 'have', 'given', 'BA', 'wide', 'entry', 'into', 'the', 'US', 'market', 'while', 'restricting', 'US', 'airlines', 'from', 'further', 'expansion', 'into', 'the', 'UK.']","[45, 46]",0,ba,"The three biggest US carriers, American Airlines, United Airlines and Delta Airlines, had hoped that approval of the BA-USAir deal would have been linked to their gaining a bigger foothold in the UK market and argued that the original $750 million proposal would have given BA wide entry into the US market while restricting US airlines from further expansion into the UK.","['The three largest US carriers, American Airlines, United Airlines and Delta Airlines, had hoped that the approval of the BA-USAir deal would have been linked to their larger market position in the UK, arguing that the original $750 million proposal would have allowed BA a broad market entry in the US while limiting further expansion opportunities for US carriers in the UK.', 'The three largest US airlines, American Airlines, United Airlines and Delta Airlines, had hoped that the approval of the BA-USAir deal would have been conditional on the recognition that BA could have expanded into the UK market, arguing that the original $750 million proposal would have allowed BA to enter the US market broadly, while US airlines would have been spared further expansion into the UK.', ""The three largest US carriers, American Airlines, United Airlines and Delta Airlines, had hoped that approval of the deal would have led to a larger BA-USAir position in the UK market, arguing that Perth's original $750 million plan would have allowed BA to enter the US market fully and at the same time hindered further expansion of US carriers into the UK."", 'The three largest US airlines, American Airlines, United Airlines and Delta Airlines, had hoped that the approval of the BA-USAir deal would be linked to the unification of the major carriers in the UK market, arguing that the original $750 million proposal would have allowed BA a broad market entry into the US market and at the same time prevented US airlines from further expanding into the UK.', ""The three largest US carriers, American Airlines, United Airlines and Delta Airlines, had hoped that the approval of the BA-USAir transaction would have been conditional on their larger market share in the UK. They had argued that BA's original $750 million offer had secured a place in the US market, while US airlines had prevented further expansion in the UK.""]" -665,"['Here', 'Tim', 'King,', 'of', 'consultants', 'Siegel', '&', 'Gale', '(', '3M', ',', 'Citicorp),', 'had', 'a', 'special', 'fear.']","[9, 10]",0,3m,"Here Tim King, of consultants Siegel & Gale ( 3M, Citicorp), had a special fear.","['Tim King of consulting firm Siegel & Gale (3M, Citicorp) had a particular fear here.', 'Tim King of consulting firm Siegel & Gale (3M, Citicorp) had a particular fear.', 'Tim King of consulting firm Siegel & Gale (3M, Citicorp) was particularly anxious.', 'Tim King of consulting firm Siegel & Gale (3M, Citicorp) was particularly anxious.', 'At the time, Tim King of Consultany Siegel & G21. (3M, Citicorp) had a particular concern.']" -666,"['Did', 'they', 'complain', 'about', 'the', 'Fujitsu', 'factory,', 'which', 'takes', 'some', 'beating', 'when', 'one', 'is', 'considering', 'eyesores?']","[5, 6]",0,fujitsu,"Did they complain about the Fujitsu factory, which takes some beating when one is considering eyesores?","['Did they complain about the Fujitsu factory demanding beatings when they thought of ophthalmologists?', 'Have they complained that the Fujitsu factory has been beaten up when you think of the moment?', 'Have they complained that the Fujitsu factory suffered beatings when you think of broken bones?', 'Have they complained about the Fujitsu factory you beat up when you think of a breakdown?', 'Have you complained about the Fujitsu factory, which makes you look a bit battered, considering that it is an eye treatment?']" -667,"['The', 'first', 'pit', 'stop', 'sees', 'the', 'car', 'stripped', 'of', 'all', 'external', 'plastic', 'and', 'any', 'other', 'parts', '--', 'such', 'as', 'bonnets,', 'doors', 'or', 'boots', '--', 'that', 'could', 'be', 're-sold', 'to', 'BMW', 'owners.']","[29, 30]",1,bmw,"The first pit stop sees the car stripped of all external plastic and any other parts -- such as bonnets, doors or boots -- that could be re-sold to BMW owners.","['At the first pit stop, the car is exempt from any external plastic bags and other parts - such as bonnets, doors or trunk - that could be resold to BMW owners.', 'At the first pit stop, we remove the car from outer plastic parts as well as other parts such as bonnets, doors or trunk that could be resold to BMW owners.', 'At the first pit stop, the car is stripped of its outer shell and all other parts such as bonnets, doors or trunk that could be resold to BMW owners are gutted.', 'At the first pit stop, the car is stripped of all exterior plastic - with bonnets, doors or cushions - that could be sold on to BMW owners.', 'At the first pit stop, the car is taken off the road and can be resold as a car to BMW owners.']" -668,"['Presented', 'by', 'Philips', 'Car', 'Systems']","[2, 5]",0,philips car systems,Presented by Philips Car Systems,"['Presented by Philips Car Systems', 'Presented by Philips Car Systems', 'Presented by Philips Car Systems', 'Presented by Philips Car Systems', 'Presented by Philips Car Systems']" -669,"['One', 'of', ""Egan's"", 'last', 'gestures', 'before', 'Ford', 'took', 'over', 'Jaguar', 'at', 'the', 'end', 'of', '1989', 'was', 'to', 'give', 'the', 'go-ahead', 'for', 'a', 'limited', 'production', 'of', '350', 'XJ220s.']","[6, 7]",0,ford,One of Egan's last gestures before Ford took over Jaguar at the end of 1989 was to give the go-ahead for a limited production of 350 XJ220s.,"[""One of Egan's last gestures before Ford took over Jaguar in late 1989 was the introduction of limited production of 350 XJ220."", ""One of Egan's last gestures before Ford took over Jaguar in late 1989 was the introduction of a limited edition 350 XJ220."", ""One of Egan's last gestures before Ford took over Jaguar in late 1989 was the introduction of a limited production 350 XJ220."", ""One of Egan's last gestures before Ford took over Jaguar in late 1989 was to give the green light to a limited-edition 350 XJ220."", ""One of Egan's last gestures before Ford took over Jaguar in late 1989 was to approve a limited production of 350 XWB vehicles.""]" -670,"['A', 'judge', 'admonished', 'the', 'Pennsylvania', 'police', 'for', 'pretending', 'that', 'a', 'Xerox', 'copy', 'machine', 'was', 'a', 'lie', 'detector.']","[10, 11]",0,xerox,A judge admonished the Pennsylvania police for pretending that a Xerox copy machine was a lie detector.,"['A judge issued a warning to Pennsylvania police for pretending a Xerox copier was a lie detector.', 'A judge admonished Pennsylvania police for pretending a Xerox copier was a lie detector.', 'A judge admonished Pennsylvania police for pretending a Xerox copier was a lie detector.', 'A judge has reprimanded Pennsylvania police for confusing a Xerox copier with a polygraph.', 'A judge admonished Pennsylvania police for allegedly claiming that a Xerox copier was a lie detector.']" -671,"['""Here', 'in', 'the', 'US', 'Procter', '&', 'Gamble', 'is', 'attempting', 'to', 'silence', 'us', 'using', 'the', 'power', 'of', 'the', 'dollar.""']","[4, 7]",1,procter & gamble,"""Here in the US Procter & Gamble is attempting to silence us using the power of the dollar.""","['""Here in the US, Procter & Gamble is trying to silence us by exploiting the power of the dollar.""', '""Procter & Gamble is trying to silence us here in the US with the power of the dollar.""', '""We here in the US are trying to silence ourselves with the power of the dollar.""', 'Procter & Gamble is trying to silence us here in the US by harnessing the power of the dollar. ""', '""Here in the US, Procter & Gamble is trying to silence us by harnessing the power of the dollar,"" he said.']" -672,"['RJB', 'is', 'run', 'by', 'Richard', 'Budge', 'and', 'its', 'main', 'asset', 'is', 'not', 'coal', 'but', 'its', 'Big', 'Cats', 'huge', 'Caterpillar', 'machines', 'with', 'shovels', 'that', 'can', 'pick', 'up', 'tonnes', 'of', 'coal', 'at', 'a', 'time.']","[18, 19]",0,caterpillar,RJB is run by Richard Budge and its main asset is not coal but its Big Cats huge Caterpillar machines with shovels that can pick up tonnes of coal at a time.,"['RJB is run by Richard Budge, and its principal capital is not coal, but the giant Caterpillar machines of Big Cats, which can hold tons of coal with shovels.', 'RJB is run by Richard Budge, and his main business is not coal, but his giant Caterpillar Big Cats machines, which can hold tons of coal at once.', ""RJB's operations were run by Richard Budge, and its most important asset is not coal, but its large Caterpillar Big Cats machines with shovels that can hold tons of coal at once."", ""RJB is run by Richard Budge, and his main asset is not coal, but his company's giant Big Cats Caterpillar machines, which can hold tonnes of coal in one piece."", 'RJB is run by Richard Budge and its main assets are not coal, but giant Caterpillar machines with shovels that can hold tons of coal.']" -673,"['It', 'was', 'then', 'examined', 'for', 'commercial', 'potential', 'by', 'both', 'ICI', '(who', 'eventually', 'marketed', 'it', 'under', 'the', 'name', 'Terylene)', 'and', 'DuPont', '(who', 'called', 'it', 'Dacron).']","[19, 20]",1,dupont,It was then examined for commercial potential by both ICI (who eventually marketed it under the name Terylene) and DuPont (who called it Dacron).,"['It was examined for its economic potential by both ICI (which eventually marketed it as terylene) and DuPont (who called it Dacron).', 'The platform was then assessed for its economic potential by both ICI (which eventually marketed it under the name Terylene) and DuPont (which it called Dacron).', 'It was then examined for its business potential by both ICI (who eventually marketed the substance under the name Terylene) and DuPont (who called it Dacron).', 'It was then tested for its economic potential by ICI (which eventually marketed the substance under the name Terylene) and DuPont (who called it Dacron).', 'This review was subsequently carried out by ICI (which eventually sold Mel C under the name Terylene) and DuPont (which it called Dacron).']" -674,"['Spanish', 'Toyota', 'driver', 'Carlos', 'Sainz,', 'the', 'overall', 'leader', 'since', 'Tuesday,', 'has', 'a', 'margin', 'of', 'one', 'minute', 'over', 'Fiorio', 'and', '1', 'min', '41', 'sec', 'over', 'Biasion.']","[1, 2]",1,toyota,"Spanish Toyota driver Carlos Sainz, the overall leader since Tuesday, has a margin of one minute over Fiorio and 1 min 41 sec over Biasion.","['Spanish Toyota driver Carlos Sainz, who has been leading the general classification since Tuesday, is one minute ahead of Fiorio and 1 minute 41 seconds ahead of Biasion.', 'Spanish Toyota driver Carlos Sainz, who has held the overall lead since Tuesday, is 1 minute ahead of Fiorio and 1 minute 41 seconds ahead of Biasion.', 'Spanish Toyota driver Carlos Sainz, who has been leading since Tuesday, is one minute ahead of Fiorio and 1 minute and 41 seconds ahead of Bianchi.', 'Spanish Toyota driver Carlos Sainz, the new overall leader since Tuesday, is one minute ahead of Fiorio and 1 minute 41 seconds ahead of Biasion.', 'Spanish Toyota driver Carlos Sainz, who has been in the lead since Tuesday, is one minute ahead of Fiorio and 1 minute 41 seconds ahead of Biasion.']" -675,"['After', 'anxiety', 'expressed', 'by', 'foreign', 'bankers', 'over', 'the', 'uncertain', 'legal', 'status', 'of', 'the', 'foreign', 'debt', 'of', 'the', 'four', 'existing', 'concerns', 'under', 'the', 'new', 'structure,', 'and', 'after', 'it', 'was', 'confirmed', 'on', 'July', '20', 'that', 'a', 'fifth', 'state', 'holding', 'company,', 'Efim,', 'had', 'unilaterally', 'declared', 'a', 'moratorium', 'on', 'its', 'debts,', 'of', 'which', 'over', 'a', 'quarter', 'was', 'owed', 'to', 'foreign', 'banks,', 'for', 'up', 'to', 'two', 'years,', 'the', 'government', 'announced', 'on', 'July', '23', 'that', 'the', 'companies,', 'IRI,', 'ENI', ',', 'ENEL', 'and', 'INA,', 'which', 'had', 'all', 'on', 'July', '13', 'become', 'joint', 'stock', 'companies,', 'would', 'remain', 'under', 'Treasury', 'control.']","[72, 73]",0,eni,"After anxiety expressed by foreign bankers over the uncertain legal status of the foreign debt of the four existing concerns under the new structure, and after it was confirmed on July 20 that a fifth state holding company, Efim, had unilaterally declared a moratorium on its debts, of which over a quarter was owed to foreign banks, for up to two years, the government announced on July 23 that the companies, IRI, ENI, ENEL and INA, which had all on July 13 become joint stock companies, would remain under Treasury control.","['After foreign bankers expressed their concerns about the uncertain legal status of the foreign debt of the four existing companies under the new structure, and after it was confirmed on 20 July that a fifth state-owned company, Efim, had unilaterally declared a debt moratorium, more than a quarter of which was owed to foreign banks, the government declared on 23 July that the companies IRI, ENI, ENEL and INA, all of which had been converted into joint stock companies on 13 July, would remain under the control of the Ministry of Finance.', 'After foreign bankers had expressed concern about the uncertain legal status of the foreign debt of the four existing companies under the new structure, and it was confirmed on 20 July that a fifth state holding company, Efim, had unilaterally declared a moratorium on its debt for a maximum of two years - more than a quarter of which was owed to foreign banks - the government announced on 23 July that IRI, ENI, ENEL and INA, all of which had been converted into joint stock companies on 13 July, would remain under the control of the Ministry of Finance.', 'Following suggestions from foreign bankers about the uncertain legal status of the foreign debt of the four existing groups under the new structure, and when it was confirmed on 20 July that the fifth state holding, Efim, had unilaterally declared a debt moratorium of up to two years on its debt, more than a quarter of which was owed to foreign banks, the government announced on 23 July that IRI, ENI, ENEL and INA, all of which had been converted into joint stock companies on 13 July, would remain under the control of the Ministry of Finance.', 'After foreign bankers raised concerns about the more uncertain legal status of the foreign debt of the four existing companies under the new structure, and on 20 July it was confirmed that a fifth state holding company, Efim, had unilaterally declared a moratorium on its debt, more than a quarter of which was owed to foreign banks, the government announced on 23 July that IRI, ENI, ENEL and INA, which had all become joint stock companies on 13 July, would remain under the control of the Ministry of Finance.', 'After foreign bankers raised concerns about the uncertain legal conditions of the foreign debt of the four existing companies under the new structure, and after it was confirmed on 20 July that the fifth state holding Efim had unilaterally declared a debt moratorium of more than a quarter on foreign banks, the government announced on 23 July that IRI, ENI, ENEL and INA, which had all become joint stock companies on 13 July, would remain under the responsibility of the Ministry of Finance.']" -676,"['Even', 'big', 'insurers', 'like', 'Hartford', 'and', 'Cigna', 'admit', 'that', 'these', 'practices', 'give', 'the', 'industry', 'a', 'bad', 'name.']","[6, 7]",0,cigna,Even big insurers like Hartford and Cigna admit that these practices give the industry a bad name.,"['Even big insurers like Hartford and Cigna admit that these practices give the industry a bad name.', 'Even big insurers like Hartford and Cigna acknowledge that these practices give the industry a bad name.', 'Even big insurers like Hartford and Cigna admit that these practices give the industry a bad name.', 'Even big insurers like Hartford and Cigna acknowledge that these practices give the industry a bad name.', 'Even big insurers like Hartford and Cigna admit that these practices give the industry a bad name.']" -677,"['Microsoft', 'Corp', ""'s"", 'UK', 'flackery', 'is', 'putting', 'it', 'about', 'that', 'Inside', 'Windows', 'NT', 'by', 'Helen', 'Custer', 'has', 'sold', 'more', 'copies', 'than', ""Madonna's"", 'weighty', '""Sex""', 'tome.']","[0, 2]",0,microsoft corp,"Microsoft Corp's UK flackery is putting it about that Inside Windows NT by Helen Custer has sold more copies than Madonna's weighty""Sex"" tome.","['Helen Custer\'s Inside Windows NT has sold more copies than Madonna\'s weighty ""Sex"" tome, according to Brits.', 'The British mania for Microsoft Corp says Inside Windows NT by Helen Custer has sold more copies than Madonna\'s powerful tome ""Sex.""', 'Microsoft Corp UK says Inside Windows NT by Helen Custer has sold more copies than Madonna\'s weighty ""Sex"" tome.', 'The British audacity of Microsoft Corp claims Inside Windows NT by Helen Custer has what it takes to sell more copies than Madonna\'s heavyweight ""Sex"" tome.', 'Britain\'s drunkenness at Microsoft Corp means Inside Windows NT by Helen Custer has sold more copies than Madonna\'s heavy ""Sex"" tome.']" -678,"['As', 'a', 'Marks', '&', 'Spencer', 'executive', 'observed,', '""Retailing', 'is', 'a', 'marathon,', 'not', 'a', 'sprint"".']","[2, 5]",0,marks & spencer,"As a Marks & Spencer executive observed,""Retailing is a marathon, not a sprint"".","['As one Marks & Spencer executive remarked: ""Retail isn\'t a sprint, it\'s a marathon.""', 'A Marks & Spencer executive said: ""Retail is a marathon, not a sprint.""', 'As one Marks & Spencer executive remarked: ""Retail is a marathon, not a sprint.""', 'A Marks & Spencer executive said: ""Retail is a marathon, not a sprint.""', 'As one Marks & Spencer chairman observed: ""Retail is a marathon, not a sprint.""']" -679,"['In', 'the', 'North', ""Sea's"", 'Central', 'Field,', 'CCG', 'provide', 'a', 'complete', 'hotel', 'service', 'on', 'four', 'units', 'for', 'Shell', 'Expo', ',', 'a', 'contract', 'we', 'have', 'held', 'for', 'over', 'three', 'years.']","[16, 18]",1,shell expo,"In the North Sea's Central Field, CCG provide a complete hotel service on four units for Shell Expo, a contract we have held for over three years.","['At Central Field in the North Sea, CCG is offering a full four-unit hotel service for Shell Expo, a contract we have had for over three years.', 'In the central area of North Sea aerospace, CCG offers a complete four-unit hotel service for Shell Expo, a contract we have had for over three years.', 'In the central area of the North Sea, CCG offers a complete hotel service for Shell Expo on four properties, a contract year that we already have over three years.', 'In the North Sea, CCG is offering a full four-unit hotel service for Shell Expo, a contract that has been in place for more than three years.', 'On the central site of the North Sea Airport, we are providing Shell Expo with the full four-unit hotel service, a contract we have had for more than three years.']" -680,"['AT&T', 'REPORTS', 'PROGRESS', 'ON', 'CRAMMING', '100', 'TIMES', 'MORE', 'CALLS', 'DOWN', 'ONE', 'OPTICAL', 'FIBRE', 'WITH', 'SOLITON', 'WAVES']","[0, 1]",1,at&t,AT&T REPORTS PROGRESS ON CRAMMING 100 TIMES MORE CALLS DOWN ONE OPTICAL FIBRE WITH SOLITON WAVES,"['AT & T Reports CRAMMING Initiative That Demands 100 Times More OPTICAL FIBRE WITH SOLITONS', 'AT & T Reports 100 Times MORE CALL AN OPTICAL FEVE WITH SOLITON WAVE', 'AT & T Reports 102 Times More CALL OF A OPTICIAL FIBRE WITH SOLITON WAVES', 'AT & T Says 100 Times a Witness Calls Down Optical Light With Saltwater Waves', 'AT & T Reports 100-TIMES WITH SOLITONS - More Than 1 OPTICAL FIBRE DOWN']" -681,"['I', 'have', 'in', 'mind:', 'Iceland,', 'Welsh', 'Water,', 'Wallace', 'Evans,', 'Aspinwalls,', 'Travers', 'Morgan,', 'Norsk', 'Hydro', 'and', 'Ecogen.']","[12, 14]",0,norsk hydro,"I have in mind: Iceland, Welsh Water, Wallace Evans, Aspinwalls, Travers Morgan, Norsk Hydro and Ecogen.","['I am thinking of Iceland, Welsh Water, Wallace Evans, Aspinwalls, Travers Morgan, Norsk Hydro and Ecogen.', 'I look at Iceland, Welsh Water, Wallace Evans, Aspinwalls, Travers Morgan, Norsk Hydro and Ecogen.', 'I am thinking of Iceland, Welsh Water, Wallace Evans, Aspinwalls, Travers Morgan, Norman Hydro and Ecogen.', 'I am thinking of Iceland, Welsh Water, Wallace Evans, Aspinwalls, Travers Morgan, Nortargeted Hydro and Ecogen.', 'I am thinking of: Iceland, Welsh Water, Wallace Evans, Aspinwalls, Travers Morgan, Hydro and Ecogen.']" -682,"['Erm', 'now', 'I', 'I', ""don't"", 'think', ""anybody's"", 'suggesting', 'that', 'in', 'er', 'the', 'Greater', 'York', 'new', 'settlement', 'we', 'would', 'be', 'likely', 'to', 'achieve', 'a', 'large', 'shopping', 'mall', 'anchored', 'at', 'both', 'ends,', 'one', 'by', 'Marks', 'and', 'Spencers', 'er', 'and', 'the', 'other', 'by', 'Fenwicks,', 'or', 'or', 'or', 'any', 'o', 'or', 'bins', 'or', 'any', 'other', 'department', 'store,', 'so', 'he', 'must', 'really', 'understand', 'the', 'process', 'and', 'really', 'what', 'we', 'talking', 'about', 'er', 'er', 'in', 'North', 'Yorkshire.']","[32, 35]",1,marks and spencers,"Erm now I I don't think anybody's suggesting that in er the Greater York new settlement we would be likely to achieve a large shopping mall anchored at both ends, one by Marks and Spencers er and the other by Fenwicks, or or or any o or bins or any other department store, so he must really understand the process and really what we talking about er er in North Yorkshire.","[""Er, I don't think anyone is suggesting that we build a big, mutually anchored shopping centre in Greater New York, one from Marks and Spencers and the other from Fenwicks, or any dustbin or any other department store, so they really need to understand the process and what we're talking about in North Yorkshire."", ""Er, I don't think anyone is saying that in a new housing estate in Greater York we would probably build a big shopping street anchored at both ends, one from Marks and Spencers and the other from Fenwicks, or some o or bins or any other department store, so they really need to understand the process and really understand what we're talking about in North Yorkshire."", ""But I don't think anyone with the new settlement would suggest that we would probably build a big shopping centre at either end of the scale in Greater York, one at Marks and Spencer and the other at Fenwicks or any other department store, so they really need to understand the process and what we are talking about here in North Yorkshire."", ""Er, now I don't think anyone believes that the redevelopment in Greater York is likely to lead to a big shopping centre anchored at Marks and Spencers and Fenwicks as well as any other department store, so they really need to understand the process and what we are really talking about in North Yorkshire."", ""Er, you can't say you're likely to build a big shopping centre in Greater York in the new development that's anchored at both ends, one from Mark and Spencers and the other from Fenwicks or any other department store, so he needs to understand the process and really understand what we're talking about here in North Yorkshirek.""]" -683,"['Some', 'films', 'have', 'to', 'be', 'shot', 'on', 'location:', 'you', 'can', 'not', 'create', 'a', 'moving', '""face""', 'out', 'of', 'several', 'thousand', 'people', 'for', 'a', 'British', 'Airways', 'commercial', 'in', 'any', 'other', 'way.']","[22, 24]",0,british airways,"Some films have to be shot on location: you can not create a moving""face"" out of several thousand people for a British Airways commercial in any other way.","['Some films have to be shot on location: there is no other way to turn several thousand people into a moving ""face"" for a British Airways commercial.', 'Some films have to be shot on location: there is no other way to turn several thousand people into a moving ""face"" for a British Airways commercial.', 'Some films have to be shot on location: there is no other way to turn several thousand people into a movable ""face"" for a British Airways commercial.', 'Some films have to be shot on location: you cannot make a moving ""face"" out of several thousand people for a British Airways commercial.', 'Some films need to be shot on location: there is no other way to create a moving ""face"" for a British Airways commercial about several thousand people.']" -684,"['Toshiba', 'Corp', 'is', 'still', 'working', 'on', 'a', 'fault-tolerant', 'Sparc', 'box', 'using', 'Sequoia', 'Systems', 'Inc', 'software', 'but', 'ended', 'talks', 'on', 'buying', ""Sequoia's"", 'Motorola', 'Inc', 'kit', 'OEM', 'in', 'the', 'meantime.']","[21, 23]",0,motorola inc,Toshiba Corp is still working on a fault-tolerant Sparc box using Sequoia Systems Inc software but ended talks on buying Sequoia's Motorola Inc kit OEM in the meantime.,"['Toshiba Corp is still working on a fault-tolerant Sparc box with Sequoia Systems Inc software, but ended talks to buy the OEM kit from Sequoia Motorola Inc.', 'Toshiba Corp is still working on a fault-tolerant Sparc case with software from Sequoia Systems Inc., but has halted talks to buy Motorola Inc.', ""Toshiba Corp is still working on a fault-tolerant Sparc box with Sequoia Systems Inc software, but has since ended talks to buy Motorola Inc's OEM kit from Sequoia."", 'Toshiba Corp is still working on a fault-tolerant Sparc box that uses Sequoia Systems Inc software, but talks to buy the Motorola Inc OEM kit from Sequoia have since ended.', 'Toshiba Corp is still working on a fault-tolerant Sparc box with software from Sequoia Systems Inc, but ended talks to buy the OEM kit from Sequoia Motorola Inc at that time.']" -685,"['Last', 'year', 'NEC', 'shipped', '14,200', 'of', 'the', 'EWS4800', 'workstations,', 'which', 'was', '120%', 'up', 'on', 'normal', 'sales', 'for', 'the', 'previous', 'year', '--', 'excluding', 'an', 'extraordinary', 'order', 'for', '6,000', 'units', 'from', 'Daiwa', 'Securities', 'carried', 'over', 'from', 'the', '1991-92', 'fiscal', 'year', '--', 'and', 'anticipates', 'growth', 'to', '20,000', 'shipments', 'this', 'financial', 'year', '--', 'growth', 'which', 'is', 'stable', 'in', 'value', 'terms,', 'according', 'to', 'NEC.']","[29, 31]",1,daiwa securities,"Last year NEC shipped 14,200 of the EWS4800 workstations, which was 120% up on normal sales for the previous year -- excluding an extraordinary order for 6,000 units from Daiwa Securities carried over from the 1991-92 fiscal year -- and anticipates growth to 20,000 shipments this financial year -- growth which is stable in value terms, according to NEC.","['Last year NEC relocated 14,200 of the 4,800 jobs at EWS4800, representing a 120 per cent year-on-year increase in turnover - excluding a special order for 6,000 units from Daiwa Securities transferred in the 1991-92 financial year - and expects to grow to 20,000 shipments this year.', ""Last year, 14,200 of the company's 4,800 jobs were shipped, 120% more than in the same period of the previous year - excluding special orders of 6,000 units transferred by Daiwa Securities in the 1991-92 financial year - and expects to increase to 20,000 shipments in the current financial year - a growth that NEC says is stable in value."", 'Last year, NEC delivered 14,200 of the 4,800 jobs in the EMS, 120% more than in the normal period of the previous year - subject to a special order for 6,000 units transferred by Daiwa Securities in the 1991-1992 financial year - and expects growth to 20,000 shipments in the current financial year - a stable figure according to NEC.', 'Last year NEC delivered 14,200 of the 4,800 jobs at EWS4800 - a 120% increase in sales compared to the previous year. This is a special order for 6,000 units from Daiwa Securities in the 1991-92 financial year.', 'NEC cut 14,200 jobs last year, 120% more than normal in the previous year - excluding a special order for 6,000 units from Daiwa Securities in the 1991-92 financial year - and expects 20,000 shipments this financial year, a growth that NEC says is stable in value.']" -686,"['HP', 'boasted', 'that', 'over', '100', 'IBM', 'customers', 'had', 'already', 'offloaded', 'or', 'replaced', 'applications', 'from', 'their', 'mainframes', 'over', 'to', 'HP', 'business', 'systems', 'and', 'servers', 'over', 'the', 'past', 'year,', 'and', 'quoted', 'Dataquest', 'figures', 'that', 'show', '46%', 'of', 'mainframes', 'sites', 'surveyed', 'in', 'the', 'process', 'of', 'downsizing.']","[5, 6]",0,ibm,"HP boasted that over 100 IBM customers had already offloaded or replaced applications from their mainframes over to HP business systems and servers over the past year, and quoted Dataquest figures that show 46% of mainframes sites surveyed in the process of downsizing.","['HP boasted that more than 100 IBM customers had already outsourced or replaced applications from their mainframes to HP business systems and servers last year, citing data from Dataquest that showed that 46% of the mainframe sites surveyed had been upgraded as part of workforce conversion.', 'HP boasted that more than 100 IBM customers had already outsourced or replaced applications from their mainframes to HP business systems and servers last year, and provided figures for Dataquest, which maps 46% of the mainframe sites examined as part of the staff reduction.', 'HP boasts that more than 100 IBM customers have already moved or replaced applications from their mainframes to HP enterprise systems and servers in the past year, and Dataquest figures show that 46% of all core locations are at capacity due to staff reductions.', 'HP has boasted that more than 100 IBM customers have already outsourced or replaced applications from their mainframes to HP business systems and servers in the past year. Data from Dataquest shows that 46 percent of mainframe sites surveyed as part of the streamlining of the structure are waiting for changes.', 'HP boasted that last year more than 100 IBM customers had already transferred or replaced so-called ""loaded applications"" from their mainframes to HP business systems and servers. Data from Dataquest showed that 46 percent of the websites reviewed during the disciplinary process were affected by reduced amounts of data.']" -687,"['We', 'bought', 'it', 'off', 'the', 'city,', 'well', 'Michelin', 'bought', 'it', 'off', 'the', 'city', 'council', 'and', 'they', 'gazumped', 'us', 'and', 'erm', 'but', 'we,', 'we', 'have', 'tables', 'and', 'chairs', 'onto', 'the', 'dance', 'floor', 'on', 'other', 'nights', 'and', 'just', 'pull', 'them', 'back', 'when', ""it's"", 'clear']","[7, 8]",0,michelin,"We bought it off the city, well Michelin bought it off the city council and they gazumped us and erm but we, we have tables and chairs onto the dance floor on other nights and just pull them back when it's clear","[""We bought it from the city, Michelin bought it from the city council and they were staring at us, uh, but we have tables and chairs on the dance floor and just pull them back when it's clear."", 'We bought the city, now Michelin has bought it from the city and they have marvelled at us and like us on other evenings we have tables and chairs on the dance floor and just pull them back when it is clear.', ""We bought it from the city, Michelin figures from the city council and looked at each other and uh, but other evenings we have tables and chairs on the dance floor and just pull them back when it's clear."", 'We bought it from the city and Michelin bought it from the city and they looked at us and uh, but other evenings we put tables and chairs on the dance floor and just dragged them back, locked them when it was clear.', 'We bought it from the city, well, Michelin bought it from the city council, and they knocked us around and uh, but we, we have other evenings tables and chairs on the dance floor and just push them back when it is clear what kind of place.']" -688,"['With', 'Hewlett-Packard', 'Co', 'heading', 'for', '$18,800m', 'turnover', 'this', 'year', 'and', 'Fujitsu', 'Ltd', 'at', 'around', 'the', '$26,000m', 'mark,', 'while', 'Digital', 'Equipment', 'Corp', 'looks', 'hopefully', 'to', 'Alpha', 'to', 'rocket', 'it', 'off', 'its', '$14,000m-a-year', 'launchpad,', 'the', 'contenders', 'to', 'take', 'over', 'leadership', 'of', 'the', 'mainstream', 'computer', 'industry', 'from', 'IBM', 'Corp', 'are', 'lining', 'up', '--', 'and', 'a', 'major', 'new', 'round', 'of', 'mergers', 'and', 'acquisitions', 'could', 'be', 'on', 'the', 'way.']","[1, 3]",0,hewlett-packard co,"With Hewlett-Packard Co heading for $18,800m turnover this year and Fujitsu Ltd at around the $26,000m mark, while Digital Equipment Corp looks hopefully to Alpha to rocket it off its $14,000m-a-year launchpad, the contenders to take over leadership of the mainstream computer industry from IBM Corp are lining up -- and a major new round of mergers and acquisitions could be on the way.","[""Hewlett-Packard Co is heading for $18.8 million in revenue this year, and Fujitsu Ltd is nearing the $26,000 mark, while Alphas Digital Equipment Corp hopes to climb to the $14,000-a-year launch pad, and contenders for the leadership of IBM Corp's incumbent computer industry are lining up - and a new big round of mergers and acquisitions could be imminent."", ""Hewlett-Packard Co is heading for $18.8 billion in revenue this year, and Fujitsu Ltd is heading toward the $26 billion mark, while Digital Equipment Corp remains hopeful of a rocket after the $14 billion it has spent annually on the company. Candidates for the top spot in IBM Corp's mainstream computer division are on the horizon - and a big new round of mergers and acquisitions could be on the horizon."", ""Hewlett-Packard Co is heading for $18.8 billion in revenue this year, Fujitsu Ltd is heading for about $26,000, Digital Equipment Corp is hoping for a rocket from its $14,000-a-year launch pad, and contenders to lead IBM Corp's computer industry are already lining up - and a new round of mergers and acquisitions could be considered."", ""Hewlett-Packard Co is heading for $18.8 million in revenue, and Fujitsu Ltd. is worth about $26,000 million, while Digital Equipment Corp is hoping that Alpha, from its annual value of $14,000, will emerge as a contender to lead IBM Corp's established computer industry - and an important new round of mergers and acquisitions could be imminent."", ""Hewlett-Packard Co is targeting $18.8 billion in revenue this year and Fujitsu Ltd. around $26,000 million, while Digital Equipment Corp is preparing to launch the new start-up with Alphabet for $14,000 a year, so the contenders for leadership in IBM Corp's mainstream computer industry are in the wings, and a big new round of mergers and acquisitions could be on the horizon.""]" -689,"['Hewlett-Packard', 'Co', 'has', 'won', 'a', '""several', 'hundred', 'million', 'dollar""', 'piece', 'of', 'action', 'with', 'PRC', 'Systems', 'Inc,', 'prime', 'contractor', 'for', 'the', '$2.5bn', 'AFCAC', '300', 'US', 'defence', 'contract:', 'HP', 'is', 'to', 'supply', 'up', 'to', '5,200', 'Unix', 'workstations', 'to', 'PRC', 'over', 'the', 'next', 'five', 'years.']","[0, 2]",0,hewlett-packard co,"Hewlett-Packard Co has won a""several hundred million dollar"" piece of action with PRC Systems Inc, prime contractor for the $2.5bn AFCAC 300 US defence contract: HP is to supply up to 5,200 Unix workstations to PRC over the next five years.","['Hewlett-Packard Co. won a ""multi-hundred million dollar"" deal with PRC Systems Inc, the prime contractor for the $2.5 billion AFCAC 300 U.S. defense contract: HP will supply up to 5,200 Unix jobs to PRC over the next five years.', 'Hewlett-Packard Co has signed a contract with PRC Systems Inc, the prime contractor for the $2.5 billion AFCAC 300 US defense contract, worth ""several hundred million dollars"": HP will supply the PRC with up to 5,200 Unix jobs over the next five years.', 'Hewlett Packard Co. decided to win a ""several hundred million dollar"" case with PRC Systems Inc., the prime contractor for the $2.5 billion AFCAC 300 U.S. defense contract: HP will supply up to 5,200 Unix jobs to PRC over the next five years.', 'Hewlett-Packard Co has signed a ""multi-hundred million dollar deal"" with PRC Systems Inc, the main supplier of the $2.5 billion AFCAC 300 US defense contract: HP has committed to supply up to 5,200 Unix jobs to PRC over the next five years.', 'Hewlett-Packard Co has made a bid for ""services worth hundreds of millions of dollars"" with PRC Systems Inc, general contractor for the $2.5 billion AFCAC 300 contract in the US. HP will supply up to 5,200 Unix jobs to PRC over the next five years.']" -690,"['Incidentally', 'it', 'would', 'also', 'reduce', 'competition', 'from', 'other', '386', 'processor', 'Manufacturers,', 'an', 'event', 'that', 'Intel', 'would', 'doubtless', 'find', 'to', 'their', 'liking.']","[14, 15]",1,intel,"Incidentally it would also reduce competition from other 386 processor Manufacturers, an event that Intel would doubtless find to their liking.","['It would also reduce competition from other manufacturers of 386 processors, which Intel would undoubtedly welcome.', 'In addition, this would also reduce competition from other manufacturers of 386 processors, which Intel would no doubt be pleased about.', 'By the way, reduce the competition of other 386 processor manufacturers, an event that Intel would undoubtedly very much like.', 'It would also reduce competition from other processor manufacturers, an event that would undoubtedly please Intel.', 'This should also reduce competition from other manufacturers of 386 processors, which would undoubtedly strengthen Intel in their favor.']" -691,"['Hewlett-Packard', 'Co', 'is', 'not', 'a', 'company', 'to', 'rush', 'into', 'something', 'just', 'because', 'it', 'is', 'the', 'fashion,', 'but', 'with', 'ICL', 'Plc', 'firmly', 'in', 'the', 'Sparc', 'camp,', 'Groupe', 'Bull', 'SA', 'committed', 'to', 'IBM', ""Corp's"", 'Power', 'RISC', 'and', 'Ing', 'C', 'Olivetti', '&', 'Co', 'SpA', ""'s"", 'allegiance', 'to', 'the', 'Alpha', 'RISC', 'bought', 'dearly', 'by', 'Digital', 'Equipment', 'Corp', '--', 'with', 'Hewlett', 'an', 'unsuccessful', 'contender', 'in', 'both', 'the', 'last', 'two', 'cases,', 'the', 'company', 'may', 'well', 'be', 'beginning', 'to', 'think', 'that', 'persuading', 'Siemens-Nixdorf', 'Informationssysteme', 'AG', 'of', 'the', 'virtues', 'of', 'the', 'Precision', 'Architecture', 'RISC', 'is', 'a', 'high', 'priority', 'if', 'it', 'is', 'to', 'be', 'seen', 'to', 'have', 'equal', 'standing', 'with', 'its', 'three', 'closest', 'rivals', 'in', 'Europe.']","[35, 41]",0,ing c olivetti & co spa,"Hewlett-Packard Co is not a company to rush into something just because it is the fashion, but with ICL Plc firmly in the Sparc camp, Groupe Bull SA committed to IBM Corp's Power RISC and Ing C Olivetti & Co SpA's allegiance to the Alpha RISC bought dearly by Digital Equipment Corp -- with Hewlett an unsuccessful contender in both the last two cases, the company may well be beginning to think that persuading Siemens-Nixdorf Informationssysteme AG of the virtues of the Precision Architecture RISC is a high priority if it is to be seen to have equal standing with its three closest rivals in Europe.","[""Hewlett-Packard Co. is not in a hurry just because it is fashionable, but with ICL Plc firmly in the Sparc camp, Groupe Bull SA committed to IBM Corp's Power RISC and Ing C Olivetti & Co SpA to Digital Equipment Corp's pricey Alpha RISC - with Hewlett being a competitor that has failed several times in the last two cases - the company might think in the early 1990s that it has a high priority to convince Siemens-Nixdorf Informationssysteme AG of the merits of Precision Architecture RISC if it is to be put on an equal footing with its three closest competitors in Europe."", ""Hewlett-Packard Co is not a company that suddenly comes up with something just because it is fashionable, but since ICL Plc clearly belongs in the Sparc camp, Groupe Bull SA is committed to IBM Corp's Power-RISC, and Ing C Olivetti & Co SpA remains loyal to Alpha-RISC, which Digital Equipment Corp bought dearly - in both cases an unsuccessful player - the company may well come to believe that it has a high priority to convince Siemens-Nixdorf Informationssysteme AG of the merits of the Precision Architecture RISC in order to catch up with its nearest three rivals in Europe."", ""Hewlett-Packard Co is not a company that could rush just because it is a trend, but with ICL Plc firmly in the Sparc camp, Groupe Bull SA committed to IBM Corp's Power RISC and Ing C Olivetti & Co SpA to Digital Equipment Corp's expensively purchased Alpha RISC - Hewlett-Packard an unsuccessful competitor in both of the latter cases - the company may begin to believe that it has a high priority to convince Siemens-Nixdorf Informationssysteme AG of the merits of RISC's Precision Architecture when it catches up with its three biggest rivals in Europe."", ""Hewlett-Packard Co is not a company that would jump from purchasing policy to anything just because it is fashionable, but with ICL Plc firmly anchored in the Sparc camp, Groupe Bull SA committed to IBM Corporation's Power RISC, and Ing C Olivetti & Co SpA loyal to Alpha-RISC, which bought Digital Equipment Corp at a high price - with Hewlett being an unsuccessful bidder in both of the latter cases - it seems perfectly possible for the company to believe that it has a high priority to convince Siemens-Nixdorf Informationssysteme AG of the merits of Precision Architecture RISC when it seems to be on par with its three closest rivals in Europe."", ""Hewlett-Packard is not a company that underequips itself just because it is modern; but with the firm conviction of ICL Plc's Sparc camp, Groupe Bull SA is committed to IBM Corp's Power RISC and One C. Olivetti & Co SpA's loyalty to Alpha RISC, which was bought back expensively by Digital Equipment Corp - and although Hewlett-Packard was unsuccessful in both of the latter cases, it is entirely possible that the company will begin to convince Siemens-Nixdorf Informationssysteme AG of the merits of Precision Architecture RISC if it wants to be on par with its next three competitors in Europe.""]" -692,"['""My', 'constituents', 'want', 'to', 'know', 'whether', 'President', 'of', 'the', 'Board', 'of', 'Trade', 'Michael', 'Heseltine', 'knew', 'that', 'BAe', 'were', 'going', 'to', 'sell', 'Corporate', 'Jets.']","[16, 17]",0,bae,"""My constituents want to know whether President of the Board of Trade Michael Heseltine knew that BAe were going to sell Corporate Jets.","['""My constituents want to know if Trade Secretary Michael Heseltine knew BAe was going to sell corporate jets,"" he said.', ""'My constituents want to know if Business Secretary Michael Heseltine knows BAe will sell the company's jets."", '""My constituents want to know if the chief executive of the trade body, Michael Heseltine, knew BAe wanted to sell corporate jets,"" he said.', ""'My constituents want to know if Michael Heseltine, the president of the Board of Trade, knew about BAe's sale of the company's jets."", '""My constituents want to know if the chairman of the Trade Commission, Michael Heseltine, knew BAe was selling class jets,"" he said.']" -693,"['Allianz', ',', 'the', 'largest', 'German', 'insurance', 'group', 'and', 'a', 'strong', 'rival', 'of', 'Deutsche', ""Bank's,"", 'looks', 'likely', 'to', 'join', 'the', 'defence', 'effort', 'because', 'its', 'finance', 'chief,', 'Friedrich', 'Schiefer,', 'also', 'sits', 'on', ""Continental's"", 'supervisory', 'board.']","[0, 1]",0,allianz,"Allianz, the largest German insurance group and a strong rival of Deutsche Bank's, looks likely to join the defence effort because its finance chief, Friedrich Schiefer, also sits on Continental's supervisory board.","[""Germany's biggest insurance group Allianz, a strong rival of Deutsche Bank, is likely to take part in the process because its chief financial officer Friedrich Schiefer also sits on the Continental supervisory board."", ""Allianz, Germany's largest insurer and a strong competitor to Deutsche Bank, is likely to be involved, as its Chief Financial Officer Friedrich Schiefer also sits on the Supervisory Board of Continental."", ""Allianz, Germany's largest insurance group and a strong competitor to Deutsche Bank, is likely to follow suit in the defence sector, as its Chief Financial Officer Friedrich Schiefer also sits on Continental's supervisory board."", ""Allianz, Germany's largest insurance group and a strong competitor to Deutsche Bank, is likely to join the fray, as its chief financial officer Friedrich Schiefer also sits on the Continental supervisory board."", ""Germany's biggest insurance group and strong rivals Deutsche Bank and Allianz are likely to opt for defence, whose chief financial officer Friedrich Schiefer also sits on Continental's supervisory board.""]" -694,"['Sun', 'Microsystems', 'Inc', 'will', 'make', 'it', 'available', 'for', 'all', 'Sparc', 'systems', 'in', 'short', 'order.']","[0, 3]",0,sun microsystems inc,Sun Microsystems Inc will make it available for all Sparc systems in short order.,"['Sun Microsystems Inc will make it available to all Sparc systems in the near future.', 'Sun Microsystems Inc will make it available to all Sparc systems in the near future.', 'Sun Microsystems Inc will soon make it available for all Sparc systems.', 'Sun Microsystems Inc will make the software available to all Sparc systems at short notice.', 'Sun Microsystems Inc will make it available to all Sparc systems in the near future.']" -695,"['Computer', 'staff', 'at', 'the', 'Royal', 'Bank', 'of', 'Scotland', 'have', 'voted', 'overwhelmingly', 'in', 'favour', 'of', 'a', 'series', 'of', 'one', 'day', 'strikes.If', 'they', 'decide', 'to', 'take', 'industrial', 'action', 'it', 'will', 'result', 'in', 'the', 'shutdown', 'of', 'the', ""Bank's"", 'computer', 'system', 'and', 'the', 'closure', 'of', 'their', 'Cashline', 'network.']","[4, 8]",0,royal bank of scotland,Computer staff at the Royal Bank of Scotland have voted overwhelmingly in favour of a series of one day strikes.If they decide to take industrial action it will result in the shutdown of the Bank's computer system and the closure of their Cashline network.,"[""Royal Bank of Scotland computer workers have voted overwhelmingly in favour of a series of one-day strikes that will shut down the bank's computer system and its cashline network if they decide to take industrial action."", ""Royal Bank of Scotland computer workers have voted overwhelmingly in favour of a series of one-day strikes that, if they decide to take industrial action, will lead to the closure of the bank's computer system and the closure of its cashline network."", ""Royal Bank of Scotland computer workers have voted overwhelmingly in favour of a series of one-day strikes that, if they decide to take industrial action, will lead to the closure of the bank's computer system and the closure of its cash-line network."", ""Royal Bank of Scotland staff have voted overwhelmingly in favour of a series of one-day strikes that, if they decide to take industrial action, will result in the bank's computer system being shut down and its cashline network shut down."", ""Royal Bank of Scotland computer workers have voted overwhelmingly in favour of a series of one-day strikes that will lead to industrial action, shut down the bank's computer system and shut down its cash-line network.""]" -696,['TESCO'],"[0, 1]",0,tesco,TESCO,"['TESCO', 'TESCO', 'TESCO', 'TESCO', 'TESCO']" -697,"['THE', 'best', 'of', ""swimming's"", 'budding', 'young', 'racers', 'take', 'the', 'plunge', 'in', 'the', 'Lisburn', 'Pool', 'next', 'Saturday', 'with', 'three', 'hotly', 'competitive', 'sessions', 'in', 'another', 'Coca', 'Cola', 'Novice', 'gala.']","[23, 25]",0,coca cola,THE best of swimming's budding young racers take the plunge in the Lisburn Pool next Saturday with three hotly competitive sessions in another Coca Cola Novice gala.,"['The best young swimmers are expected at another Coca Cola Novice Gala at Lisburn Pool next Saturday.', 'The best of the young swimming darlings will compete in three hotly contested events at the Coca Cola Novice Gala at Lisburn Pool next Saturday.', 'THE best for young, aspiring swimmers who want to swim in the Lisburn pool next Saturday, with three hot events coming up - another Coca Cola Novice Gala.', 'The best young swimmers will take to the stage at Lisburn Pool next Saturday to compete in another entry-level Coca-Cola gala with three hot contests.', 'The best of the young swimmers will venture into the Lisburn Basin next Saturday with another three thrilling events.']" -698,"['Just', 'after', 'the', 'turn', 'of', 'the', 'century,', 'Leland', 'Stanford,', 'President', 'of', 'the', 'Southern', 'Pacific', 'Railroad', ',', 'built', 'the', 'luxurious', 'Delmonte', 'Hotel', 'two', 'miles', 'from', 'Monterey', 'in', 'California.']","[12, 15]",0,southern pacific railroad,"Just after the turn of the century, Leland Stanford, President of the Southern Pacific Railroad, built the luxurious Delmonte Hotel two miles from Monterey in California.","['Shortly after the turn of the century, Leland Stanford, president of Southern Pacific Railroad, built the luxurious Hotel Delmonte, two miles from Monterey, California.', 'Shortly after the turn of the century, Southern Pacific Railroad President Leland Stanford built the luxurious Delmonte Hotel just two miles from Monterey, California.', 'After the turn of the millennium, Leland Stanford, president of Southern Pacific Railroad, built the luxurious Delmonte Hotel three miles from Monterey, California.', 'Shortly after the turn of the century, Leland Stanford, president of Southern Pacific Railroad, built the luxurious Delmonte Hotel three miles from Monterey, California.', 'Shortly after the turn of the century, Leland Stanford, president of Pacific Railroad, built the Delmonte luxury hotel five miles from Monterey, California.']" -699,"['It', 'includes', 'such', 'firms', 'as', 'Fujitsu', ',', 'Olivetti,', 'Amdahl', 'and', 'ICL.']","[5, 6]",0,fujitsu,"It includes such firms as Fujitsu, Olivetti, Amdahl and ICL.","['These include companies such as Fujitsu, Olivetti, Amdahl and ICL.', 'Companies such as Fujitsu, Olivetti, Amdahl and ICL are among them.', 'Companies such as Fujitsu, Olivetti, Amdahl and ICL participate.', 'Companies such as Fujitsu, Olivetti, Amdahl and ICL participate.', 'The group includes manufacturers such as Fujitsu, Olivetti, Amdahl and ICL.']" -700,"['In', 'late', 'September', '1989', 'the', 'US', 'Coca-Cola', 'Corp.', 'signed', 'an', 'agreement', 'to', 'co-operate', 'with', 'Myanma', 'Foodstuffs', 'Industries,', 'a', 'state-owned', 'enterprise,', 'to', 'manufacture', 'soft', 'drinks', 'in', 'Myanma.']","[6, 8]",1,coca-cola corp.,"In late September 1989 the US Coca-Cola Corp. signed an agreement to co-operate with Myanma Foodstuffs Industries, a state-owned enterprise, to manufacture soft drinks in Myanma.","['In late September 1989, Coca-Cola Corp. signed a cooperation agreement in the United States with Myanmar Foodstuffs Industries, a state-owned company that manufactures soft drinks in Myanmar.', 'In late September 1989, Coca-Cola Corp. signed an agreement with Myanmar Foodstuffs Industries, a state-owned company, to manufacture soft drinks in Myanmar.', 'In late September 1989, Coca-Cola Corporation traveled from the United States to produce soft drinks in Myanmar with Myanmar Foodstuffs Industries, a state-owned company.', 'At the end of September 1989, Coca-Cola of the United States signed a cooperation agreement with Myanmar Foodfoodstuffs Industri, a state-owned company that manufactures soft drinks in Myanmar.', 'At the end of September 1989, the American Coca-Cola Corp. signed a cooperation agreement between the state-owned Myanmar Foodstiffs Industries.']" -701,"['The', 'final', 'tally', 'was', '$465,000', 'raised', 'by', ""Sainsbury's"", 'staff', 'everywhere.']","[7, 8]",0,sainsbury's,"The final tally was $465,000 raised by Sainsbury's staff everywhere.","[""In the end, it raised $465,000 from Sainsbury's employees around the world."", ""The total was £465,000 raised by Sainsbury's staff across the country."", ""A total of $465,000 was donated by Sainsbury's staff."", ""That meant a total of $465,000 raised by the company's employees around the world."", 'The total was $465,000 worldwide.']" -702,"['Marriage', 'between', 'Unix-on-Intel', 'house', 'Santa', 'Cruz', 'and', 'the', 'British', 'graphical', 'front-end', 'specialist', 'was', 'supported', 'by', 'all', 'shareholders', 'on', 'both', 'sides', '--', 'including', 'SCO', 'board', 'member', 'Microsoft', 'Corp', '--', 'and', 'blessed', 'by', 'IX', 'OEMs', 'which', 'include', 'Compagnie', 'des', 'Machines', 'Bull', 'SA,', 'Digital', 'Equipment', 'Corp,', 'IBM', 'Corp,', 'ICL', 'Plc,', 'NCR', 'Corp,', 'NEC', 'Corp', 'and', 'Unisys', 'Corp.']","[25, 27]",1,microsoft corp,"Marriage between Unix-on-Intel house Santa Cruz and the British graphical front-end specialist was supported by all shareholders on both sides -- including SCO board member Microsoft Corp -- and blessed by IX OEMs which include Compagnie des Machines Bull SA, Digital Equipment Corp, IBM Corp, ICL Plc, NCR Corp, NEC Corp and Unisys Corp.","['The marriage between the Unix-on-Intel house and the British graphics front-end specialist was supported by all shareholders on both sides - including SCO board member Microsoft Corp - and endorsed by the IX OEMs, including Compagnie des Machines Bull SA, Digital Equipment Corp, IBM Corp, ICL Plc, NCR Corp, NEC Corp and Unisys Corp.', 'The marriage between the Intel-based Unix Santa Cruz and the British graphics applications specialist was supported by all members of both sides - including the SCO board of Microsoft Corp - and by IX OEMs, including Compagnie des Machines Bull SA, Digital Equipment Corp, IBM Corp, ICL Plc, NCR Corp, NEC Corp and Unisys Corp.', 'The merger between Intel-based Unix and the British graphics specialist was supported by all shareholders on both sides - including SCO board member Microsoft Corp - and approved by IX OEMs, including Compagnie des Machines Bull SA, Digital Equipment Corp, IBM Corp, ICL Plc, NCR Corp, NEC Corp and Unisys Corp.', 'The marriage between the Unix-on-Intel house Santa Cruz and the British graphics applications specialist was supported by all shareholders on both sides - including the board member of SCO Microsoft Corp - and approved by IX OEM, which includes Compagnie des Machines Bull SA, Digital Equipment Corp, IBM Corp, ICL Plc, NCR Corp, NEC Corp and Unisys Corp.', 'The marriage between the Unix-on-Intel company and the British graphics front-end product specialist was supported by all shareholders on both sides - including SCO board member Microsoft Corp - and by the IX OEMs, which include Compagnie des Machines SA, Digital Equipment Corp., IBM Corp, ICL Plc, NCR Corp, NEC Corp and Unisys Corp.']" -703,"['The', 'royal', 'coat', 'of', 'arms', 'on', 'the', 'Daimler', 'station', 'bus.']","[7, 8]",0,daimler,The royal coat of arms on the Daimler station bus.,"['The royal coat of arms on the Daimler bus.', 'The royal coat of arms on the Daimler station wagon.', 'The royal coat of arms on the Daimler station wagon.', 'The coat of arms of Daimler on the Daimler station wagon.', 'The coat of arms of the royal family on the bus.']" -704,"['As', 'anticipated', '(UX', 'No', '400),', 'IBM', 'Corp', 'is', 'to', 'announce', 'AIX', 'PS/2', '1.3', 'at', 'the', 'Show,', 'for', 'PS/2', 'systems', 'using', 'the', '16MHz', '386SX', 'on', 'up', 'to', 'the', '66MHz', '486', 'DX2-based', 'systems,', 'for', 'AT', 'and', 'MCA', 'architectures:', 'new', 'goodies', 'include', 'Motif', '1.3', 'and', 'X', 'Window', 'V11', 'R5,', 'better', 'interoperability', 'with', 'other', 'AIX,', 'Unix,', 'IBM', 'and', 'non-IBM', 'systems,', 'systems', 'management', 'utilities,', 'graphics', 'support', 'library', 'with', 'XGA', 'hardware', 'assist', 'and', 'multiple', 'concurrent', 'DOS', '5.0', 'sessions', 'under', 'AIX.']","[52, 53]",0,ibm,"As anticipated (UX No 400), IBM Corp is to announce AIX PS/2 1.3 at the Show, for PS/2 systems using the 16MHz 386SX on up to the 66MHz 486 DX2-based systems, for AT and MCA architectures: new goodies include Motif 1.3 and X Window V11 R5, better interoperability with other AIX, Unix, IBM and non-IBM systems, systems management utilities, graphics support library with XGA hardware assist and multiple concurrent DOS 5.0 sessions under AIX.","['As expected (UX No 400) IBM Corp will announce at AIX PS / 2 1.3 for PS / 2 systems that use the 16MHz 386SX on up to 66MHz 486 DX2-based systems for AT and MCA architectures: New highlights include Motif 1.3 and X Window V11 R5, better interoperability with other AIX, Unix, IBM and other systems without IBM, system management utilities, graphics support library with XGA Hardware Assist and multiple concurrent DOS 5.0 sessions on AIX.', 'As expected (UX No. 400) IBM Corp announces at the AIX show PS / 2 1.3 for PS / 2 systems that use the 16MHz 386SX for up to 66MHz 486 DX2-based systems, for AT and MCA architectures: New assets are Motif 1.3 and X Window V11 R5, better compatibility with other AIX, Unix, IBM and non-IBM systems, system management tools, graphics support library with XGA hardware wizards and multiple concurrent DOS 5.0 sessions on AIX.', 'As expected (UX No. 400) IBM Corp announces at the AIX show PS / 2 1.3 for PS / 2 systems that use the 16MHz 386SX on up to 66MHz 486 DX2-based systems for AT- and MCA architectures: New highlights include Motif 1.3 and X Window V11 R5, better interoperability with other AIX, Unix, IBM and non-IBM systems, system management utilities, graphics support with XGA hardware wizards and several simultaneous DOS 5.0 sessions on AIX.', 'As expected (UX No 400) IBM Corp. will announce at the event AIX PS / 2 1.3. For PS / 2 systems that use American 16MHz 386SX systems on applications with DX2-based systems at 66MHz and 486 MHz, for AT and MCA architectures: New highlights include Motif 1.3 and X Window V11 R5, better interoperability with other AIX, Unix, IBM and other system management utilities, a graphics support library with XGA hardware wizard and multiple concurrent DOS 5.0 sessions on AIX.', 'As expected (UX # 400) IBM Corp will announce at AIX AIX PS / 2 1.3 for PS / 2 systems running on 16 MHz 386SX on up to 66 MHz 486 DX2-based systems for AT and MCA architectures: New highlights include Motif 1.3 and X Window V11 R5, improved interoperability with other AIX, Unix, IBM and non-IBM systems, system management utilities and specials, graphics services library with XGA Hardware Assist and multiple simultaneous DOS 5.0 installations on AIX.']" -705,"['Another', 'reason,', 'of', 'course,', 'is', 'that', 'the', '29-year-old', 'Ohmachi', 'is', 'Japanese', 'and', 'so', 'is', 'Suntory', ',', 'the', 'company', 'that', 'sponsors', 'the', 'championship.']","[14, 15]",0,suntory,"Another reason, of course, is that the 29-year-old Ohmachi is Japanese and so is Suntory, the company that sponsors the championship.","['Another reason, of course, is that 29-year-old Ohmachi is Japanese, as is Suntory, the company that sponsors the championship.', 'Another reason, of course, is that 29-year-old Ohmachi is Japanese and Suntory, the company that sponsors the championship.', 'Another reason, of course, is that 29-year-old Ohmachi is Japanese, as is Suntory, the company that sponsors the championship.', 'Another reason, of course, is that 29-year-old Ohmachi is Japanese, as is Suntory, which sponsors the championship.', 'Another reason, of course, is that 29-year-old Ohmachai is Japanese, as is Suntory, the company that sponsors the championship.']" -706,"['Net', 'profits', 'at', 'Philips', 'Electronics', 'fell', 'in', 'the', 'first', 'quarter', 'by', '36%', 'to', '103m', 'guilders', '($16m)', 'from', '162m', 'guilders', 'in', 'the', 'same', 'period', 'of', '1992.']","[3, 5]",0,philips electronics,Net profits at Philips Electronics fell in the first quarter by 36% to 103m guilders ($16m) from 162m guilders in the same period of 1992.,"['Net profit at Philips Electronics fell 36% in the first quarter to 103 million guilders (16 million dollars) from 162 million guilders in the same period in 1992.', 'Net profit at Philips Electronics fell 36% in the first quarter from 162 million guilders in the same period in 1992 to 103 million guilders (16 million US dollars).', 'Net profit at Philips Electronics fell 36 percent to 103 million guilders (16 million dollars) in the first quarter, down from 162 million guilders in the same period in 1992.', 'Philips Electronics ""net profit in the first quarter fell 36% to 103 million guilders (16 million dollars), compared with 160 million guilders in the same period in 1992.', 'Philips Electronics ""net profit in the first quarter fell 36% to 103 million guilders (16 million dollars), compared with 162 million guilders in the same period in 1992.']" -707,"['Sun', ""'s"", 'SunSoft', 'Inc', 'satellite', 'is', 'anxious', 'to', 'move', 'its', 'installed', 'base', 'off', 'of', 'Solaris', '1.', 'x', 'Unix', 'operating', 'systems', 'and', 'on', 'to', 'Solaris', '2.', 'x', 'and', 'naturally', ""doesn't"", 'want', 'to', 'share', 'all', 'the', 'goodies', 'it', 'has', 'in', '2.', 'x', 'with', '1.', 'x', 'users.']","[0, 1]",0,sun,Sun's SunSoft Inc satellite is anxious to move its installed base off of Solaris 1. x Unix operating systems and on to Solaris 2. x and naturally doesn't want to share all the goodies it has in 2. x with 1. x users.,"['SunSoft Inc Satellite from Sun is trying to shift its installed base from Solaris 1 x Unix operating systems to Solaris 2 x and of course does not want to share all the goodies it has in 2 x with 1 x users.', 'SunSoft Inc Satellite from Sun tries to switch its installed base from Solaris 1 x Unix operating system to Solaris 2 x and of course does not want to share all goodies it has in 2 x with 1 x users.', 'SunSoft Inc from Sun wants to move its installed base from Solaris 1 x Unix to Solaris 2 x and of course not share all the advantages that the company offers in 2 x with 1 x users.', 'SunSoft Inc is trying to destroy the installed base of Solaris 1 x UNIX operating systems on Solaris 2, and of course does not want to make all the goodies it has 2 x available to 1 x users.', 'SunSoft Inc tries to shift its production base from the SunSoft shopping cart to Solaris 1ct and of course does not want to share all the goods that the company has placed in the shopping cart with its users.']" -708,"['El', 'Segundo,', 'California-based', 'Computer', 'Sciences', 'Corp', 'says', 'it', 'expects', 'to', 'record', 'a', 'net', 'gain', 'of', 'about', '$5m', 'in', 'the', 'first', 'quarter', 'of', 'fiscal', '1994', 'on', 'adoption', 'of', 'a', 'new', 'accounting', 'rule', 'covering', 'income', 'tax', 'reporting.']","[3, 6]",1,computer sciences corp,"El Segundo, California-based Computer Sciences Corp says it expects to record a net gain of about $5m in the first quarter of fiscal 1994 on adoption of a new accounting rule covering income tax reporting.","['El Segundo, California-based Computer Sciences Corp, said it expects a net profit of about $5 million in the first quarter of fiscal year 1994, subject to a new accounting system for income tax reporting.', 'El Segundo, a California-based information technology company, expects first-quarter net income of about $5 million after introducing a new accounting rule for income tax reporting.', 'El Segundo, a California-based information technology company, expects a net profit of about $5 million in the first quarter of fiscal year 1994, when a new accounting rule for income tax is introduced.', 'El Segundo, California-based Computer Sciences Corp, expects net income of about $5 million for the first quarter of fiscal year 1994 after new accounting rules for income tax reporting were introduced.', 'El Segundo, the California-based Computer Sciences Corp., says it expects net income of about $5 million in the first quarter if new accounting rules for income taxes are passed.']" -709,"['Sun', 'Microsystems', 'Inc', 'worshipper', 'Integrix', 'Inc', 'has', 'come', 'up', 'with', 'a', 'keyboard', 'called', 'the', 'S5+', 'that', 'incorporates', 'the', 'functionality', 'of', ""Sun's"", 'new', 'Type', '5', 'but', 'can', 'also', 'be', 'used', 'with', 'all', 'Suns,', 'Sun', 'compatibles', 'and', 'PCs.']","[32, 33]",1,sun,"Sun Microsystems Inc worshipper Integrix Inc has come up with a keyboard called the S5+ that incorporates the functionality of Sun's new Type 5 but can also be used with all Suns, Sun compatibles and PCs.","[""Integrix Inc, the worship company of Sun Microsystems Inc., has developed a keyboard called S5 + that integrates the functionality of Sun's new Type 5 and can also be used with all Suns, Sun-compatible devices and PCs."", ""Sun Microsystems Inc's admirer, Integrix Inc, has developed a keyboard called S5 + that integrates the functionality of Sun's new Type 5, but can also be used with all sun-compatible PCs and PCs."", ""Employee Integrix Inc of Sun Microsystems has developed a keyboard called S5 + that integrates the functions of Sun's new Type 5 and can be used simultaneously with all Suns, sun-compatible devices and PCs."", 'Sun Microsystems Inc is an admirer of Integrix Inc. with a keyboard called S5 + that integrates the functionality of the new Sun Type 5, but can also be used with all Suns, sun-compatible devices and PCs.', ""Enterprise manufacturer Integrix Inc has developed a keyboard called S5 + that combines the functionality of Sun's new Type 5, but can also be used with all Suns, Sun-compatible devices and PCs.""]" -710,"['NetWare', 'on', 'the', 'other', 'hand,', 'could', 'open', 'up', 'the', 'LAN', 'market', 'for', 'Oracle', '.']","[12, 13]",0,oracle,"NetWare on the other hand, could open up the LAN market for Oracle.","['NetWare, on the other hand, could open up the LAN market for Oracle.', 'NetWare, on the other hand, could open up the LAN market for Oracle.', 'NetWare in turn could open the LAN market to Oracle.', 'Netware, on the other hand, could open up the LAN market for Oracle.', 'On the other hand, NetWare could open up the LAN market for Oracle.']" -711,"['3M', 'Privacy', 'Plus', 'Computer', 'Screen', 'PF400', 'Price:', 'around', '$120.00', 'Company:', '3M', 'United', 'Kingdom', 'PLC', '.']","[10, 14]",0,3m united kingdom plc,3M Privacy Plus Computer Screen PF400 Price: around $120.00 Company: 3M United Kingdom PLC.,"['3M Privacy Plus Computer Screen PF400 Price: About $120.00 Company: 3M United Kingdom PLC.', '3M Privacy Plus Computer Screen PF400 Price: $120.00 Company: 3M United Kingdom PLC.', '3M Privacy Plus computer screen PF400 Price: about $120.00 Company: 3M United Kingdom PLC.', '3M Privacy Plus computer screen PF400 Price: about $120.00 Company: 3M United Kingdom PLC.', '3M Privacy Plus computer screen PF400 Price: about $120.00 Company: 3M United Kingdom.']" -712,"['Word', 'from', 'inside', 'says', 'the', 'intent', 'is', 'there', 'on', 'both', 'Microsoft', ""Corp's"", 'and', 'Sun', ""'s"", 'part.']","[13, 14]",1,sun,Word from inside says the intent is there on both Microsoft Corp's and Sun's part.,"['Word gets around that the intent is there, on both sides of Microsoft Corp and Sun.', 'The word from within says that the intention is to separate from both Microsoft Corp and Sun.', 'The word from within says that the intention emanates from both Microsoft Corp and the Suns.', 'Word gets around that the goal of both Microsoft Corpus and Sun exists.', 'Word has spread that the intention is already in place at both Microsoft Corp and Sun.']" -713,"['Rory', 'pulled', 'the', 'BMW', 'over', 'to', 'the', 'kerb.']","[3, 4]",1,bmw,Rory pulled the BMW over to the kerb.,"['Rory oversteered the BMW to the kerb.', 'He hurled the BMW against the curb.', 'Rory drove the BMW against the kerb.', 'The BMW was thrown to the right onto the kerb.', 'Rory slammed the BMW against the kerb.']" -714,"[""Cook's"", 'Chenin', 'Blanc', 'sells', 'at', 'around', '$3.79', 'a', 'bottle', 'from', 'Tesco', 'and', 'leading', 'off-licences.']","[10, 11]",0,tesco,Cook's Chenin Blanc sells at around $3.79 a bottle from Tesco and leading off-licences.,"[""Cook's Chenin Blanc sells a bottle for around £3.79 at Tesco and carries off-licences."", ""Cook's Chenin Blanc sells for £3.79 from Tesco."", ""Cook's Chenin Blanc sells a bottle of Tesco with special licences for about $3.79."", ""Cook's Chenin Blanc is sold at Tesco for around £3.79 a bottle and is listed out of licence."", ""Cook's Chenin Blanc is sold for around £3.79 for a bottle from Tesco and at leading post offices.""]" -715,"[""ACE's"", 'decision', 'to', 'de-emphasise', 'the', 'Intel', 'Corp', 'architecture', '--', 'see', 'front', 'page', '--', 'was', 'apparently', 'Intel', ""'s"", 'own', 'doing.']","[15, 16]",1,intel,ACE's decision to de-emphasise the Intel Corp architecture -- see front page -- was apparently Intel's own doing.,"[""ACE's decision to mitigate Intel Corp's architecture - see front page - appears to have been driven by Intel itself."", ""ACE's decision to strip Intel Corp's architecture of some of its value - see front page - was apparently Intel's own work."", 'The decision of the ACE - see front page - to defuse the architecture of Intel Corp was obviously a decision of Intel itself.', ""ACE's decision to ignore Intel Corp's architecture - see front page - was apparently Intel's own business."", ""ACE's decision to devalue Intel Corp's architecture (see front page) was apparently Intel's own work.""]" -716,"['IBM', 'Corp', 'is', 'readying', 'OS/2', '2.1', '--', 'now', 'in', 'beta', 'test', '--', 'for', 'introduction', 'at', 'Comdex', 'Spring', 'in', 'Atlanta,', 'Georgia.']","[0, 2]",0,ibm corp,"IBM Corp is readying OS/2 2.1 -- now in beta test -- for introduction at Comdex Spring in Atlanta, Georgia.","['IBM Corp is preparing OS / 2 2.1 - now in beta testing - at Comdex Spring in Atlanta, Georgia.', 'IBM Corporation prepares OS / 2 2.1 - now beta tested - for launch at Comdex Spring in Atlanta, Georgia.', 'IBM Corp is preparing OS / 2 2.1 for Comdex Spring in Atlanta, Georgia - now in beta testing.', 'IBM Corp is preparing OS / 2 2.1 (now in beta testing) at Comdex Spring in Atlanta SMR.', 'IBM Corp prepares OS / 2 2.1 (beta test completed) at Comdex Spring in Atlanta, Georgia.']" -717,"['OnLine', '6.0', 'is', 'scheduled', 'to', 'ship', 'by', 'the', 'end', 'of', 'year', 'and', 'will', 'be', 'available', 'on', 'Sun', 'Microsystems', 'Inc', ',', 'IBM,', 'Hewlett-Packard', 'Co', 'and', 'Sequent', 'Computer', 'Systems', 'Inc', 'platforms.']","[16, 19]",0,sun microsystems inc,"OnLine 6.0 is scheduled to ship by the end of year and will be available on Sun Microsystems Inc, IBM, Hewlett-Packard Co and Sequent Computer Systems Inc platforms.","['OnLine 6.0 is expected to be shipped by the end of the year and will be available on the platforms of Sun Microsystems Inc, IBM, Hewlett-Packard Co and Sequent Computer Systems Inc.', 'OnLine 6.0 will be shipped by the end of the year and will be available on the platforms of Sun Microsystems Inc, IBM, Hewlett-Packard Co and Sequent Computer Systems Inc.', 'Delivery of OnLine 6.0 is planned for the end of the year and will be available on Sun Microsystems Inc, IBM, Hewlett-Packard Co and Sequent Computer Systems Inc platforms.', 'OnLine 6.0 is expected to be shipped by the end of the year and will be available on Sun Microsystems Inc, IBM, Hewlett-Packard Co and Sequent Computer Systems Inc platforms.', 'OnLine 6.0 is expected to be shipped by the end of the year and offered under the platforms Sun Microsystems Inc, IBM, Hewlett-Packard Co and Sequent Computer Systems Inc.']" -718,"['Some', 'Dell', 'notebooks', 'let', 'you', 'change', 'the', 'battery', 'with', 'the', 'machine', 'still', 'switched', 'on,', 'by', 'making', 'sure', ""there's"", 'enough', 'standby', 'power', 'to', 'run', 'the', 'machine', 'for', 'about', 'a', 'minute.']","[1, 2]",0,dell,"Some Dell notebooks let you change the battery with the machine still switched on, by making sure there's enough standby power to run the machine for about a minute.","['On some Dell notebooks, you can replace the battery when the device is turned on by ensuring that there is enough standby power to keep the machine running for about a minute.', 'On some Dell notebooks, the battery can be replaced when the device is turned on by ensuring that enough standby power is available to keep the device running for about a minute.', 'On some Dell notebooks, you can change the battery while the device is not on by ensuring that there is enough standby power to keep the device running for about a minute.', 'Some Dell notebooks allow you to replace the battery when turning on the machine by ensuring that the machine has enough standby power to run the machine for about a minute.', 'Some Dell notebooks allow you to replace the battery while the computer is running to ensure that there is enough standby power to keep the machine running for about a minute.']" -719,"['Crystals', 'were', 'grown', 'from', '20%', 'polyethylene', 'glycol', '(PEG', '4000;', 'Merck', '),', '0.2M', 'NaCl', 'in', '0.05MMES', 'buffer', '(Sigma)', 'at', 'pH6.0', 'in', 'small', 'hanging-drop', 'chambers.']","[9, 10]",0,merck,"Crystals were grown from 20% polyethylene glycol (PEG 4000; Merck ), 0.2M NaCl in 0.05MMES buffer (Sigma) at pH6.0 in small hanging-drop chambers.","['Crystals were grown from 20% polyethylene glycol (PEG 4000; Merck), 0.2 M NaCl in 0.05MMES buffer (sigma) at pH6.0 in small hanging drip chambers.', 'Crystals were formed from 20% polyethylene glycol (PEG 4000; Merck), 0.2M NaCl in 0.05MMES buffer (sigma) at pH6.0 in small hanging chambers.', 'The crystals were obtained from 20% polyethylene glycol (PEG 4000; Merck), 0.2% NaCl in 0.05MMES buffer (sigma) at pH6.0 in small hanging drip chambers.', 'The group was grown from 20% polyethylene glycol (PEG 4000; Merck), 0.2M NaCl in 0.05MMES buffer (sigma) at pH6.0 in small hanging chambers.', 'Crystals were grown for 20% polyethylene glycol (PEG 4000; Merck), 0.2 M NaCl in 0.05MMES buffer (sigma) for pH6.0 in small high pressure chambers.']" -720,"['From', 'South', 'Africa,', 'we', 'have', 'now', 'added', 'to', 'our', 'list', ""Sainsbury's"", 'South', 'African', 'Chenin', 'Blanc,', '$2.55,', 'Swartland', 'Colombard', '1991,', '$3.45.']","[10, 11]",0,sainsbury's,"From South Africa, we have now added to our list Sainsbury's South African Chenin Blanc, $2.55, Swartland Colombard 1991, $3.45.","[""From South Africa we have added Sainsbury's South African Chenin Blanc, $2.55, Swartland Colombard 1991, $3.45 to our list."", ""From South Africa we have now added Jared's South African Chenin Blanc, $2.55, Swartland Colombard 1991, $3.45 to our list."", ""From South Africa we pick Had's South African Chenin Blanc, $2.55, Swartland Colombard 1991, $3.45."", 'From South Africa $30,000 was added, from Swartland Colombard in 1991 $3.45.', 'South African chenin blanc, $2.55, Swartland Colombard 1991, $3.45.']" -721,"['""QUIT', 'while', ""you're"", 'on', 'top""', 'seems', 'to', 'be', 'the', 'philosophy', 'of', 'Mr', 'Jon', 'Shirley,', 'president', 'of', 'Microsoft', ',', 'the', 'leading', 'supplier', 'of', 'software', 'for', 'personal', 'computers.']","[16, 17]",0,microsoft,"""QUIT while you're on top"" seems to be the philosophy of Mr Jon Shirley, president of Microsoft, the leading supplier of software for personal computers.","['""QUIT while you\'re on top"" seems to be the philosophy of Jon Shirley, president of Microsoft, the leading software provider for personal computers.', '""Comfortable as long as you stay at the top"" seems to be the philosophy of Jon Shirley, president of Microsoft, the leading provider of software for personal computers.', '""ERROR while you\'re at the top"" seems to be the philosophy of Jon Shirley, president of Microsoft, the leading provider of software for personal computers.', '""QUIT while you\'re at the top"" seems to be the philosophy of Jon Shirley, the head of Microsoft, the leading provider of software for personal computers.', '""QUIT low you\'re on top"" seems to be the philosophy of Jon Shirley, the president of Microsoft, the leading provider of software for personal computers.']" -722,"['ORACLE', 'Error', 'Messages', 'and', 'Codes', 'Manual,', 'Part', 'No.3605', '--', 'V6.0', 'November', '1988']","[0, 1]",1,oracle,"ORACLE Error Messages and Codes Manual, Part No.3605 -- V6.0 November 1988","['ORACLE Error Messages and Codes Manual, Part No.3605 -- V6.0 November 1988', 'ORACLE Error Messages and Codes Manual, Part No.3605 -- V6.0 November 1988', 'ORACLE Error Messages and Codes Manual, Part No.3605 -- V6.0 November 1988', 'ORACLE Error Messages and Codes Manual, Part # 3605 -- V6.0 November 1988', 'ORACLE Error Messages and Codes Record, Part 3605 -- V6.0 November 1988']" -723,"['From', 'AT&T', ""'s"", 'side', 'the', 'Novell', 'offer', 'is', 'a', 'godsend.']","[1, 2]",0,at&t,From AT&T's side the Novell offer is a godsend.,"['The Novell offer is a godsend for AT & T.', 'For AT & T, the Novell proposal is a godsend.', 'For AT & T, the Novell offer is a godsend.', ""From AT & T's perspective, the Novell offer is a godsend."", 'For AT & T, the Novell offer is good enough.']" -724,"['IBM', 'Corp', ""'s"", 'fall', 'from', 'grace,', 'which', 'led', 'to', 'Standard', '&', ""Poor's"", 'Corp', 'downgrading', 'its', 'senior', 'ratings', 'to', 'double-A-minus', 'from', 'triple-A,', 'has', 'not', 'affected', 'the', 'triple-A', 'asset-backed', 'certificate', 'ratings', 'of', 'IBM', '1990,', '1991', 'and', '1992', 'Tax-Exempt', 'Grantor', 'Trusts,', 'the', 'rating', 'agency', 'said', 'after', 'reviewing', 'the', 'situation.']","[0, 2]",0,ibm corp,"IBM Corp's fall from grace, which led to Standard & Poor's Corp downgrading its senior ratings to double-A-minus from triple-A, has not affected the triple-A asset-backed certificate ratings of IBM 1990, 1991 and 1992 Tax-Exempt Grantor Trusts, the rating agency said after reviewing the situation.","['The fact that IBM Corp fell out of favour and Standard & Poor\'s Corp downgraded its senior rating to ""double A minus"" (from triple A) did not affect IBM\'s AAA rating for investment certificates in 1990, 1991 and 1992, the rating agency said after examining the situation.', ""The fall from grace that led Standard & Poor's Corp. to downgrade its top credit rating from triple-A to double-A-minus has raised the triple-A rating for IBM's asset-backed certificate ratings for 1990, 1991 and 1992, the rating agency said after examining the situation."", ""The rating agency said after examining the situation that IBM Corp had fallen out of favor, leading Standard & Poor's Corporation to downgrade its top rating from triple-A to double-A."", ""The fall from grace of IBM Corp led Standard & Poor's Corp to downgrade its senior rating from triple-A to double-A minus without changing IBM's triple-A rating in 1990, 1991 and 1992, the rating agency said after reviewing the situation."", ""Following a review of the situation, the rating agency stated that Standard & Poor's Corp's downgrade of its senior ratings, caused by IBM Corp's embarrassment, as a result of which the US rating agency downgraded its credit rating from Level 2 to Triple-A minus in 1990, 1991 and 1992, had no impact on the rating of profit-sharing rights to 3.3 A.""]" -725,"['Patrick', 'is', 'allowed', 'enough', 'to', 'cover', 'his', 'weekly', 'rent', 'and', 'no', 'more', '--', 'so', 'he', 'works', 'in', 'Safeway', 'for', '16', 'hours', 'a', 'week.']","[17, 18]",1,safeway,Patrick is allowed enough to cover his weekly rent and no more -- so he works in Safeway for 16 hours a week.,"['Patrick is allowed to pay enough for rent and nothing more - so he works 16 hours a week at Safeway.', 'Patrick is allowed to pay rent and no more - so he works 16 hours a week at Safeway.', 'Patrick is allowed to do enough for his weekly rent, nothing more - so he works 16 hours a week at Safeway.', 'Patrick can pay his rent himself during the week and no longer, so he works 16 hours a week for Safeway.', ""Patrick's daughter Isabel is allowed to pay her weekly rent - and she no longer lives at the school, so works 16 hours a week for Safeway.""]" -726,"['With', 'FS', 'Assurance', '(now', 'Britannia', 'Life)', 'and', 'Scottish', 'Mutual', '(now', 'a', 'subsidiary', 'of', 'the', 'Abbey', 'National', ')', 'an', 'amount', 'equal', 'to', 'ten', 'per', 'cent', 'of', 'the', 'bonuses', 'distributed', 'to', 'the', 'with-profits', 'policyholders', 'in', 'any', 'one', 'year', 'are', 'paid', 'to', 'the', 'owning', 'company.']","[14, 16]",0,abbey national,With FS Assurance (now Britannia Life) and Scottish Mutual (now a subsidiary of the Abbey National ) an amount equal to ten per cent of the bonuses distributed to the with-profits policyholders in any one year are paid to the owning company.,"['FS Assurance (now Britannia Life) and Scottish Mutual (now a subsidiary of Abbey National) pay out 10 per cent of bonuses to for-profit policyholders within a year.', 'At FS Assurance (now Britannia Life) and Scottish Mutual (now a subsidiary of Abbey National), up to ten per cent of bonuses paid to for-profit policyholders are paid to the holding company each year.', 'In the case of FS Assurance (now Britannia Life) and Scottish Mutual (now a subsidiary of Abbey National), the owner company receives 10% of the bonuses paid to the high-yield policyholders within one year.', 'In FS Assurance (now Britannia Life) and Scottish Mutual (now a subsidiary of Abbey National), the owner company receives an amount equal to ten percent of the bonuses awarded each year to for-profit policyholders.', 'At FS Assurance (now Britannia Life) and Scottish Mutual (now a subsidiary of Abbey National), 10 per cent of bonuses paid to profit-sharing participants are paid to the company within one year.']" -727,"['This', 'included', 'an', 'initial', '""5', 'million', 'barrels', 'at', 'the', 'Cusiana', 'oilfield', 'in', 'Colombia', '(', 'BP', ':', 'x%)', 'and', '125', 'million', 'barrels', 'for', 'improved', 'recovery', 'at', 'our', 'existing', 'fields', 'in', 'Alaska.']","[14, 15]",0,bp,"This included an initial""5 million barrels at the Cusiana oilfield in Colombia ( BP: x%) and 125 million barrels for improved recovery at our existing fields in Alaska.","['This initially included ""5 million barrels at the Cusiana oil field in Colombia (BP x%) and 125 million barrels to improve production at our existing oil fields in Alaska.', 'This includes initially ""5 million barrels at the Cusiana oil field in Colombia (BP: x%) and 125 million barrels to improve production at our existing fields in Alaska.', 'This included an ""initial decline of 5 million barrels at the Cusiana oil field in Colombia (BP: x%) and 125 million barrels to improve production at our existing fields in Alaska.', 'Initially, 5 million barrels were loaded at the Cusiana oil field in Colombia (BP: x%) and 125 million barrels were loaded to improve production at our existing fields in Alaska.', 'These originally included ""5 million barrels at the Cusiana oil field in Colombia (BP: x%) and 125 million barrels to improve production at our existing fields in Alaska.']" -728,"['Last', 'year', 'Volvo', 'also', 'won', 'the', 'Prince', 'Michael', 'Road', 'Safety', 'Award', 'for', 'safety', 'belt', 'tensioners', 'that', 'operate', 'automatically', 'in', 'a', 'collision,', 'and', 'its', '700-series', 'car', 'was', 'declared', 'the', 'safest', 'in', 'an', 'accident', 'following', 'crash-testing', 'in', '199', 'different', 'vehicles', 'by', 'the', 'American', 'Highway', 'Loss', 'Data', 'Institute.']","[2, 3]",0,volvo,"Last year Volvo also won the Prince Michael Road Safety Award for safety belt tensioners that operate automatically in a collision, and its 700-series car was declared the safest in an accident following crash-testing in 199 different vehicles by the American Highway Loss Data Institute.","['Last year, Volvo also received the Prince Michael Road Safety Award for seatbelt systems that work automatically in the event of a collision, and its 700 Series car was rated the safest vehicle in an accident by the American Highway Loss Data Institute after crash tests on 199 different vehicles.', 'Last year, Volvo also won the Prince Michael Road Safety Award for seatbelts that work automatically in the event of a collision, and its 700cc car was named the safest car in an accident by the American Highway Loss Data Institute after a crash test in 199 different vehicles.', 'Volvo also won the Prince Michael Road Safety Award last year for seatbelts that work automatically on impact, and its 700 Series car was named the most accident-resistant car in an accident by the American Highway Loss Data Institute after crash tests on 199 different vehicles.', 'Last year, Volvo also won the Prince Michael Road Safety Award for seatbelts that work automatically in the event of a collision, and the American Highway Loss Data Institute named its 700 Series the safest accident car after testing 199 different vehicles.', 'Last year, Volvo also won the Prince Michael Road Safety Award for seatbelts that act automatically in the event of a collision, and the car of the same name was rated the safest in a crash test of 199 vehicles by the US Highway Loss Data Institute.']" -729,"['""Heartbreak', 'Hotel""', 'has', 'much', 'of', 'the', 'spooked-out', 'feel', 'of', '""Mystery', 'Train""', '(a', 'Sun', 'label', 'epic),', 'plus', 'tons', 'of', 'anguish', 'and', 'theatre', 'and', 'ripping', 'guitars,', 'all', 'wrapped', 'up', 'in', 'a', 'lovely,', 'echoey', 'treatment.']","[12, 13]",0,sun,"""Heartbreak Hotel"" has much of the spooked-out feel of""Mystery Train"" (a Sun label epic), plus tons of anguish and theatre and ripping guitars, all wrapped up in a lovely, echoey treatment.","['""Heartbreak Hotel"" has much of the ghostly feel of ""Mystery Train"" (a ""Sun"" epic), plus plenty of anguish and theatricality and torn guitars, all wrapped in a glorious echoing sound.', 'In the ""Heartbreak Hotel"" a lot of things look like a ghostly ""Mystery Train"" (epic of the Sun label), plus lots of torture and theatre and rousing guitars in a wonderful sound full of echoes.', '""Heartbreak Hotel"" has much of the ghostly feeling of ""Mystery Train"" (an epic of the Sun labels) as well as plenty of agony, theater and furious guitars, all wrapped in a radiant and loving treatment.', '""Heartbreak Hotel"" takes aim at the ghostly atmosphere of ""Mystery Train"" (an epic with the sun label), plus lots of fear and theater, as well as shredding guitars, all wrapped in a beautiful, reflective treatment.', '""Heartbreak Hotel"" has a lot of the ghostly look of ""Mystery Train,"" plus lots of agony and theater and torn guitars that disappear into a beautiful, echoid look.']" -730,"['It', 'also', 'received', 'little', 'support', 'from', 'Siemens', 'Nixdorf', ""'s"", 'mid-range', 'division,', 'as', 'a', 'result', 'of', 'the', 'confusion', 'that', 'followed', 'Siemens', 'merger', 'with', 'Nixdorf.']","[6, 8]",0,siemens nixdorf,"It also received little support from Siemens Nixdorf's mid-range division, as a result of the confusion that followed Siemens merger with Nixdorf.","[""Due to the confusion following the Siemens merger with Nixdorf, Nixdorf also received little support from Siemens Nixdorf's midmarket division."", ""It also found little support in Siemens Nixdorf's midmarket division, which was shaken up by the turmoil following the merger with Nixdorf."", 'The interim balance sheet of Siemens Nixdorf also met with little reaction, as the consequence of the Siemens merger with Nixdorf caused confusion.', ""After the confusion following the merger of Siemens and Nixdorf, Siemens Nixdorf's medium-haul division received weak support."", 'Due to the confusion following the merger with Siemens Nixdorf, there was also little support from the middle class of Siemens Nixdorf.']" -731,"['Europia,', 'a', 'group', 'representing', '34', 'European', 'oil', 'companies', 'including', 'BP', ',', 'Elf', 'and', 'Shell,', 'agreed', 'to', 'be', 'more', 'diligent', 'in', 'avoiding', 'spills', 'and', 'accidental', 'emissions', 'and', 'in', 'the', 'handling', 'of', 'raw', 'materials,', 'the', 'conservation', 'of', 'natural', 'resources', 'and', 'the', 'managing', 'of', 'waste.']","[9, 10]",0,bp,"Europia, a group representing 34 European oil companies including BP, Elf and Shell, agreed to be more diligent in avoiding spills and accidental emissions and in the handling of raw materials, the conservation of natural resources and the managing of waste.","['Europia, a group of 34 European oil companies, including BP, Elf and Shell, agreed to be stricter in preventing leaks and unintended emissions, managing raw materials, conserving natural resources and managing waste.', 'Europia, a group of 34 European oil companies including BP, Elf and Shell, said it would be more careful in combating leaks and accidental emissions, managing raw materials, conserving natural resources and managing waste.', 'Europia, a group of 34 European oil companies, including BP, Elf and Shell, agreed to consider more embarrassing aspects of the use of leaks and accident emissions as well as the handling of raw materials, conservation of natural resources and waste disposal.', 'Europia, a group representing 34 European oil companies including BP, Elf and Shell, has said it is more conscientious with raw materials, computers and waste management.', 'Europia, a group of 34 European oil companies, including BP Talea and Shell, has agreed to prevent leaks and accidental emissions and to improve the management of raw materials, natural resources and waste.']" -732,"['And', 'its', 'customers', 'took', 'the', 'hint', 'and', 'bought', 'their', 'Unix', 'systems', 'from', 'Sun', 'Microsystems', 'Inc', 'or', 'aforesaid', 'Hewlett-Packard', '.']","[17, 18]",0,hewlett-packard,And its customers took the hint and bought their Unix systems from Sun Microsystems Inc or aforesaid Hewlett-Packard.,"['And his customers took the hint and bought their Unix systems from Sun Microsystems Inc or Hewlett-Packard.', 'And their customers took the hint and bought their Unix systems from Sun Microsystems Inc or Hewlett-Packard.', ""And the company's customers took the hint and bought their Unix systems from Sun Microsystems Inc or Hewlett Packard."", 'And its customers have picked up the hint and bought their Unix systems from Sun Microsystems Inc or Hewlett-Packard.', 'And his customers weighed in, buying their Unix systems from Sun Microsystems Inc or Hewlett-Packard.']" -733,"['Food', 'and', 'Drink:', 'Classic', 'cases', 'of', 'mistaken', 'identity', 'Oz', 'Clarke', 'finds', 'that', 'some', 'new', 'Safeway', 'offerings', 'are', 'not', 'quite', 'what', 'they', 'seem']","[14, 15]",0,safeway,Food and Drink: Classic cases of mistaken identity Oz Clarke finds that some new Safeway offerings are not quite what they seem,"['Food and Drink: Classic cases of identity failure Oz Clarke finds that some new Safeway offerings are not what they seem to be', ""Food and drink: Classic of a misguided identity Oz Clarke finds that some new Safeway offerings aren't quite what they seem"", ""Food and drink: Classic cases of mistaken identity Oz Clarke finds that some new Safeway offerings aren't quite what they seem"", 'Food and drink: Oz Clarke finds that some new Safeway offerings are not quite what they seem', ""Food and drink: A classic Oz Clarke identity trap finds that some new Safeway products aren't quite what they seem""]" -734,"['The', 'rate', 'of', 'unemployment', 'was', 'drastically', 'reduced', 'and', 'many', 'of', 'the', 'major', 'post-war', 'corporations', 'in', 'America', '--', 'General', 'Motors,', 'Boeing,', 'Lockheed,', 'Ford', ',', 'Chrysler,', 'US', 'Steel', 'etc.', '--', 'were', 'granted,', 'for', 'the', 'first', 'time,', 'the', 'government', 'contracts', 'for', 'arms', 'and', 'related', 'equipment', 'which', 'ensured', 'that', 'they', 'had', 'an', 'effective', 'demand', 'for', 'their', 'goods.']","[21, 22]",0,ford,"The rate of unemployment was drastically reduced and many of the major post-war corporations in America -- General Motors, Boeing, Lockheed, Ford, Chrysler, US Steel etc. -- were granted, for the first time, the government contracts for arms and related equipment which ensured that they had an effective demand for their goods.","[""The unemployment rate was slashed, and many of America's major post-war corporations - General Motors, Boeing, Lockheed, Ford, Chrysler, US Steel, and so on - received government contracts for weapons and related equipment for the first time, ensuring effective demand for their goods."", ""The unemployment rate was lowered, and many of America's major post-war corporations - General Motors, Boeing, Lockheed, Ford, Chrysler, US Steel, and so on - received government orders for weapons and related equipment for the first time, ensuring effective demand for their goods."", 'Unemployment was drastically reduced, and many major American post-war companies - General Motors, Boeing, Lockheed, Ford, Chrysler, US Steel, and so on - received government contracts for weapons and other equipment for the first time, ensuring effective demand for their goods.', ""The unemployment rate was slashed, and for the first time, many of America's major post-war corporations - General Motors, Boeing, Lockheed, Ford, Chrysler, US Steel, and so on - received government orders for weapons and related equipment that ensured that they had an effective demand for their goods."", 'Unemployment was drastically reduced, and for the first time, many major American corporations in the post-war period - General Motors, Boeing, Lockheed, Ford, Chrysler, US Steel, and so on - received government contracts for weapons and related equipment that provided them with effective demand for their goods.']" -735,"['The', 'Toshiba', 'America', 'Information', 'Systems', 'Inc', 'unit', 'of', 'Toshiba', 'Corp', 'will', 'begin', 'to', 'market', 'its', 'portable', 'computers', 'in', 'Brazil', 'through', 'local', 'distributor', 'Intercorp', 'Ltda:', 'the', 'company', 'says', 'it', 'is', 'beginning', 'a', 'long-term', 'relationship', 'with', 'Brazil', 'where', 'it', 'will', 'offer', 'its', 'full', 'portable', 'computer', 'product', 'line', '--', 'and', 'the', 'machines', 'will', 'be', 'bang', 'up', 'to', 'date', '--', '""We', 'will', 'not', 'sell', 'discontinued', 'products', 'in', 'Brazil', 'as', 'has', 'been', 'the', 'case', 'with', 'other', 'computer', 'companies,""', 'the', 'company', 'added', 'sniffily.']","[8, 10]",0,toshiba corp,"The Toshiba America Information Systems Inc unit of Toshiba Corp will begin to market its portable computers in Brazil through local distributor Intercorp Ltda: the company says it is beginning a long-term relationship with Brazil where it will offer its full portable computer product line -- and the machines will be bang up to date --""We will not sell discontinued products in Brazil as has been the case with other computer companies,"" the company added sniffily.","['Toshiba America Information Systems Inc. \'s division of Toshiba Corp will begin marketing its portable computers in Brazil through local distributor Intercorp Ltda: the company says it will enter into a long-term relationship with Brazil, where it will offer its full line of portable computers - and the machines will be state-of-the-art - and ""we will no longer sell discontinued products in Brazil, as has been the case with other computer companies,"" the company added.', 'Toshiba Corp\'s Toshiba America Information Systems Inc division will market its portable computers in Brazil through local distributor Intercorp Ltda. According to the report, the company is entering into a long-term partnership with Brazil, where it will offer its full range of portable computers - and the devices will be state-of-the-art. ""We will not sell discarded products like other computer companies in Brazil,"" the company adds snippily.', 'Toshiba Corp\'s subsidiary Toshiba America Information Systems Inc will begin marketing its portable computers in Brazil through local distributor Intercorp Ltda. The company says it will build long-term relationships with Brazil and offer its entire range of portable computers there - and the machines will be state-of-the-art - ""We will no longer sell non-existing products in Brazil, as was the case with other computer companies,"" the company snippily added.', 'Toshiba America Information Systems Inc, part of Toshiba Corp, will begin marketing its portable computers in Brazil through Intercorp Ltda, the company that says it has a long-term relationship with Brazil, where it will offer its full range of portable computers - and the machines will be state-of-the-art - ""We will no longer sell non-existing products in Brazil, as is the case with other computer companies,"" the company cheekily added.', 'Toshiba Corp. ""s Toshiba Information Systems Inc, through local distributor Intercorp Ltda, is starting to market its portable computers: the company says it is entering into a long-term relationship with Brazil, where it will offer its entire range of portable computers - and the machines are"" very current. """" We sell obsolete products in Brazil, as other computer companies do, ""the company added angrily.']" -736,"['They', 'came', 'down', 'the', 'steps', 'of', 'the', 'hotel', 'with', 'their', 'Kodaks', '--', 'at', 'the', 'Continental', 'there', 'was', 'always', 'a', 'large', 'number', 'of', 'Americans', '--', 'and', 'were', 'immediately', 'fallen', 'upon', 'by', 'dragomans,', 'donkey-boys', 'and', 'street-traders', 'of', 'all', 'kinds,', 'all', 'offering', 'instant', 'picturesqueness', 'without', 'the', 'trouble', 'of', 'having', 'to', 'go', 'too', 'far', 'in', 'the', 'heat', 'to', 'find', 'it.']","[10, 11]",1,kodaks,"They came down the steps of the hotel with their Kodaks -- at the Continental there was always a large number of Americans -- and were immediately fallen upon by dragomans, donkey-boys and street-traders of all kinds, all offering instant picturesqueness without the trouble of having to go too far in the heat to find it.","['They came down the stairs to the hotel with their Kodaks - there were always a lot of Americans on the continent - and were immediately surrounded by dragomans, donkey boys and street vendors of all kinds, all offering instant painting without having to bother to cross the whole street in the heat to find them.', 'Arriving at the hotel, they came down the stairs with their Kodaks - we always had a large number of Americans on the continent - and were immediately attacked by dragomans, donkey children and street vendors of all kinds, who immediately offered a picturesque atmosphere without going too far to find them.', 'With their Kodaks, they came down the hotel stairs - there were always a large number of Americans on the continent - and were immediately inspired by dragomans, donkey boys, and street vendors of all kinds, who all offered instant painting without having to go too far in the heat to look for them.', 'They remained faithful to their Kodaks - there were always many Americans living near the continent - and were immediately followed by dragomans, donkey boys, and street vendors of all kinds. They all offered immediate paintings without bothering to go too far in the heat to find them.', 'They came down the hotel stairs with their Kodaks - there were always a large number of Americans on the continent - and were immediately ambushed by drag queens, donkey boys, and street vendors of all kinds, all offering something quaint without bothering to find it.']" -737,"['Their', 'customers', 'included', 'Toys', 'R', 'Us', ',', 'Argos', 'and', 'Woolworths.']","[3, 6]",0,toys r us,"Their customers included Toys R Us, Argos and Woolworths.","['Its customers included Toys R Us, Argos and Woolworths.', 'Its customers included Toys R Us, Argos and Woolworths.', 'Its customers included Toys R Us, Argos and Woolworths.', 'Its customers include Toys R Us, Argos and Woolworths.', 'Its customers include Toys R Us, Argos and Woolworths.']" -738,"['Substantially', 'lower', 'gas', 'prices,', 'as', 'well', 'as', 'unfavourable', 'currency', 'movements', 'and', 'the', 'elimination', 'of', 'both', 'investment', 'income', 'and', 'tax', 'benefits', 'from', 'past', 'losses', 'conspired', 'to', 'leave', 'Aviva', 'with', 'losses', 'per', 'share', 'of', '$1.67,', 'agaist', 'earnings', 'of', '10', 'cents', 'last', 'year.']","[26, 27]",0,aviva,"Substantially lower gas prices, as well as unfavourable currency movements and the elimination of both investment income and tax benefits from past losses conspired to leave Aviva with losses per share of $1.67, agaist earnings of 10 cents last year.","['Significantly lower gas prices, unfavorable currency movements, and the elimination of capital gains and tax benefits from past losses resulted in losses of $1.67 per share, compared with a profit of 10 cents last year.', ""Significantly lower gas prices, unfavorable currency movements, and the elimination of capital gains and tax benefits from past losses resulted in Aviva's loss per share of $1.67 - a 10-cent increase in profit last year."", 'Aviva made losses of $1.67 per share, or 10 cents per share, due to significantly lower gas prices, unfavorable currency movements and the elimination of capital gains and tax benefits from earlier losses.', 'Substantially low gas prices, unfavorable currency movements and the elimination of capital gains and tax benefits from past losses have pushed Aviva to a loss per share of $1.67, equivalent to an operating profit of 10 cents last year.', 'Significantly lower gas prices, unfavorable currency movements, and the elimination of capital gains and tax benefits from past losses resulted in Aviva suffering daily losses of $1.67, compared with a profit of $10 last year.']" -739,"['Mel', 'Hawley,', 'chief', 'executive,', 'said', 'the', 'Nissan', 'and', 'Honda', 'contracts', 'in', 'Britain', 'were', 'completed', 'last', 'year,', 'and', 'the', 'Toyota', 'paint', 'shop', 'would', 'be', 'finished', 'by', 'end', '1992.']","[6, 7]",0,nissan,"Mel Hawley, chief executive, said the Nissan and Honda contracts in Britain were completed last year, and the Toyota paint shop would be finished by end 1992.","['Chief executive Mel Hawley said contracts with Nissan and Honda in the UK were completed last year and the Toyota paint shop would be finished by the end of 1992.', ""Gibson Hawley, the chief executive, said Nissan and Honda's contracts in Britain were completed last year and the Toyota paint shop would be finished by the end of 1992."", 'Chief executive Mel Hawley said the contracts between Nissan and Honda in the UK were concluded last year and the Toyota paint shop would be completed by the end of 1992.', 'Chief executive Mel Hawley said contracts with Nissan and Honda in the UK were completed last year and the Toyota paint shop would be finished by the end of 1992.', 'Chief executive Mel Hawley said contracts with Nissan and Honda in the UK were completed last year and the Toyota paint shop should be finished by the end of 1992.']" -740,"['Matsushita', 'said', 'the', 'transaction', 'was', 'subject,', 'among', 'other', 'things,', 'to', 'working', 'out', 'mutually', 'acceptable', 'definitive', 'agreements', 'and', 'their', 'approval', 'by', 'the', 'directors', 'of', 'both', 'Matsushita', 'and', 'Philips.']","[24, 25]",0,matsushita,"Matsushita said the transaction was subject, among other things, to working out mutually acceptable definitive agreements and their approval by the directors of both Matsushita and Philips.","['Matsushita explained that the transaction is subject, inter alia, to the preparation of mutually acceptable final agreements and their approval by the directors of Matsushita and Philips.', 'Matsushita said the transaction was subject to, among other things, the elaboration of a mutually acceptable final agreement and its approval by the directors of Matsushita and Philips.', 'Matsushita said the deal was conditional, among other things, on both sides drawing up final agreements acceptable to both sides and their approval by the directors of Matsushita and Pomp.', 'The transaction is subject, among other things, to the preparation of mutually acceptable final agreements and the approval of the directors of both companies (Matsushita and Philips).', 'In his statement, Matsushita said that the transaction would be subject, among other things, to the elaboration of mutually acceptable final agreements and their approval by the boards of directors of the two companies.']" -741,"['Gerstner', 'told', 'the', 'IBM', 'Corp', 'meeting', 'in', 'Tampa,', 'Florida', 'that', 'he', 'does', 'not', 'intend', 'to', '""lay', 'out', 'a', 'grand', 'scheme""', 'for', 'the', 'company:', '""There', 'has', 'been', 'a', 'lot', 'of', 'speculation,""', 'Reuter', 'reports', 'him', 'saying,', '""that', 'I', 'am', 'going', 'to', 'unveil', 'some', 'great', 'plan,""', 'Gerstner', 'said;', '""You', 'will', 'see', 'actions,', 'and', 'our', 'actions', 'will', 'speak', 'for', 'themselves,""', 'but', 'added', 'that', 'some', 'actions', 'will', 'not', 'emerge', 'until', '1994;', 'he', 'described', 'it', 'as', 'not', 'entirely', 'accurate', 'to', 'describe', 'IBM', ""'s"", 'strategy', 'as', '""splitting', 'it', 'up', 'into', 'a', 'bunch', 'of', 'little', 'pieces,""', 'and', 'added', 'that', 'the', 'dividend', 'may', 'change', 'based', 'on', ""IBM's"", 'performance', 'and', 'outlook;', '""We', ""can't"", 'expect', 'quick', 'fixes,""', 'Gerstner', 'told', 'more', 'than', '3,000', 'shareholders', 'at', 'the', 'meeting,', '""But', 'I', 'do', 'dare', 'to', 'ask', 'your', 'patience,""', 'he', 'said;', 'his', 'top', 'priority', 'is', 'to', 'get', ""IBM's"", 'layoffs', 'completed', 'and', '""rightsize""', 'the', 'company', '--', '""I', 'want', 'to', 'get', 'it', 'behind', 'us', 'so', 'we', 'can', 'say', 'to', 'those', 'remaining,', '""You', 'are', 'are', 'our', 'team,""""', 'he', 'said;', 'he', 'acknowledged', 'several', 'times', 'that', ""IBM's"", 'bureaucracy', 'had', 'hampered', 'the', 'company,', 'and', 'elsewhere', 'it', 'was', 'reported', 'that', 'he', 'has', 'ordered', 'managers', 'to', 'dispense', 'with', 'the', 'customary', 'slides', 'and', 'flip', 'charts', 'when', 'they', 'address', 'him', '--', '""IBM', 'has', 'changed', 'but', 'some', 'would', 'say', 'not', 'fast', 'enough,""', 'but', '""We', 'can', 'bring', 'IBM', 'back,""', 'Gerstner', 'said.']","[75, 76]",1,ibm,"Gerstner told the IBM Corp meeting in Tampa, Florida that he does not intend to""lay out a grand scheme"" for the company:""There has been a lot of speculation,"" Reuter reports him saying,""that I am going to unveil some great plan,"" Gerstner said;""You will see actions, and our actions will speak for themselves,"" but added that some actions will not emerge until 1994; he described it as not entirely accurate to describe IBM's strategy as""splitting it up into a bunch of little pieces,"" and added that the dividend may change based on IBM's performance and outlook;""We can't expect quick fixes,"" Gerstner told more than 3,000 shareholders at the meeting,""But I do dare to ask your patience,"" he said; his top priority is to get IBM's layoffs completed and""rightsize"" the company --""I want to get it behind us so we can say to those remaining,""You are are our team,"""" he said; he acknowledged several times that IBM's bureaucracy had hampered the company, and elsewhere it was reported that he has ordered managers to dispense with the customary slides and flip charts when they address him --""IBM has changed but some would say not fast enough,"" but""We can bring IBM back,"" Gerstner said.","['Gerstner said at an IBM Corporation meeting in Tampa, Florida, that he did not intend to present ""a big plan"" for the company: ""There has been a lot of speculation,"" Reuter tells him, ""I will unveil a big plan,"" Gerstner said; ""You will see how our actions speak for themselves,"" adding that some actions won\'t take place until 1994; he described IBM\'s strategy as ""splitting into a few small pieces,"" adding that the dividend could change based on IBM\'s performance and outlook; ""We can\'t expect any quick relief,"" Gerstner said at the meeting in front of more than 3,000 shareholders. ""But I dare to ask for patience,"" he said; his top priority is to enforce IBM\'s layoffs and ""the right size"" of the company.', 'Before the meeting with IBM Corp in Tampa, Florida, Gerstner said that he did not intend to present the company with ""a big program"": ""There was a lot of speculation,"" he told Reuters, ""I\'m going to present a big plan,"" Gerstner said, ""you\'ll see what happens, and our actions will speak for themselves,"" but added that some measures were not implemented until 1994; he called it not entirely accurate to portray IBM\'s strategy as ""broken down into a bundle of small pieces,"" adding that the dividend could change depending on IBM\'s performance and outlook. ""We can\'t expect quick solutions,"" Gerstner told the more than 3,000 shareholders at the meeting, ""But I dare to ask for patience,"" he said. His top priority is to complete the layoffs at IBM and to ensure that the company is able to meet its targets.', 'Gerstner said at the IBM Corp meeting in Tampa, Florida, that he did not intend to design ""a great program"" for the company: ""There has been a lot of speculation,"" reports Reuter of him, ""that I will present a great plan,"" Gerstner said. ""You will see how the measures will work, and our actions will speak for themselves."" He added, however, that some actions will not end before 1994. He called it incorrect to describe IBbar\'s strategy as ""broken down into a few small pieces,"" adding that the dividend could change due to IBM\'s performance and prospects. ""We cannot expect quick solutions,"" Gerstner told the more than 3,000 shareholders at the meeting. ""But I dare to ask you for patience,"" he said.', 'Gerstner said at the IBM Corp meeting in Tampa, Florida, that he did not intend to have ""a big plan"" for the company: ""There was a lot of speculation,"" Reuter told Reuters, saying, ""I\'m unveiling a great plan,"" Gerstner said, ""You\'ll see how long we plan like that,"" but added that some measures won\'t achieve the company\'s goals until 1994. He called it wrong to ""split IBM\'s strategy into a few small pieces,"" adding that the dividend could change depending on IBM\'s performance and prospects. ""We can\'t expect a quick reaction,"" Gerstner told more than 3,000 shareholders. ""But I dare to ask you for patience,"" he said.', 'Gerstner told IBM Corp, which met in Tampa, Florida, that he had no intention of giving the company ""a big program"": ""There was a lot of speculation,"" Reuters reports, when he said, ""to indicate that I\'m going to unveil some great plans,"" Gerstner said, but added that some measures only came out in 1994; he called it not entirely accurate to describe IBM\'s strategy as ""splitting into a few small pieces""; his top priority was to complete the layoffs at IBM and ""justify"" bringing the company back: ""I want to leave it behind so that we can say to the rest,"" They\'re our team, """" he said; he admitted several times that IBM reports bureaucracy and IBM applies it.']" -742,"['AT&T', 'says', 'the', 'deal', 'amounts', 'to', 'a', 'fundamental', 'change', 'in', 'its', 'managerial', 'style', 'and', 'will', 'take', 'years', 'to', 'prove', 'itself.']","[0, 1]",1,at&t,AT&T says the deal amounts to a fundamental change in its managerial style and will take years to prove itself.,"['AT & T said the deal represents a fundamental change in its leadership style and will take years to prove itself.', 'AT & T says this amounts to a fundamental change in its leadership style and would take years to prove itself.', 'AT & T says the deal represents a fundamental change in its management style and will take years to enforce.', 'AT & T said the deal would fundamentally change its leadership style and take years to prove itself.', ""AT & T says the deal represents a fundamental change in leadership and won't be seen in practice for years to come.""]" -743,"['Sun', 'Microsystems', 'Inc', 'is', 'following', 'a', 'similar', 'course,', 'though', 'Novell', 'is', 'doing', 'the', 'port', '(UX', 'No', '423).']","[0, 3]",1,sun microsystems inc,"Sun Microsystems Inc is following a similar course, though Novell is doing the port (UX No 423).","['Sun Microsystems Inc follows a similar path, although Novell takes over the port (UX No. 423).', 'Sun Microsystems Inc. is pursuing a similar course, although Novell is taking over the port (UX No. 423).', 'Sun Microsystems Inc takes a similar approach, although Novell is porting (UX No 423).', 'Sun Microsystems Inc is going down a similar path, although Novell is acquiring it (UX No. 423).', 'Sun Microsystems Inc follows a similar course, although Novell is a porting company (UX number 423).']" -744,"['A', 'more', 'likely', 'scenario', 'is', 'that', 'GM', 'and', 'Ford', 'will', 'vie', 'for', 'a', 'strategic', 'yet', 'friendly', 'investment', 'in', 'Jaguar.']","[8, 9]",1,ford,A more likely scenario is that GM and Ford will vie for a strategic yet friendly investment in Jaguar.,"['It is more likely that GM and Ford will vie for a strategic but friendly investment in Jaguar.', 'It is more likely that GM and Ford will compete for a strategic but friendly investment in Jaguar.', 'More likely, GM and Ford are vying for strategic but friendly stakes in Jaguar.', 'GM and Ford are more likely to compete for a strategic but friendly investment in Jaguar.', 'More likely, GM and Ford are courting a big but friendly investment from Jaguar.']" -745,"['It', 'has', 'the', 'blessings', 'of', ""USL's"", 'board,', 'which', 'includes', 'representatives', 'from', 'Ing', 'C', 'Olivetti', '&', 'Co', 'SpA,', 'Fujitsu', 'Ltd,', 'and', 'MIT,', 'but', 'the', 'merger', 'must', 'still', 'be', 'approved', 'by', ""USL's"", 'other', 'stockholders', 'like', 'Sun', 'Microsystems', 'Inc', 'as', 'well', 'as', 'the', 'appropriate', 'regulatory', 'agencies.']","[33, 36]",0,sun microsystems inc,"It has the blessings of USL's board, which includes representatives from Ing C Olivetti & Co SpA, Fujitsu Ltd, and MIT, but the merger must still be approved by USL's other stockholders like Sun Microsystems Inc as well as the appropriate regulatory agencies.","['The merger is approved by the USL Board of Directors, which includes representatives of Ing C Olivetti & Co SpA, Fujitsu Ltd and MIT, but the merger has yet to be approved by other USL shareholders such as Sun Microsystems Inc and relevant regulators.', 'The merger has the blessing of the USL Board of Directors, which also includes representatives of Ing C Olivetti & Co SpA, Fujitsu Ltd and MIT, but the other shareholders of USL, such as Sun Microsystems Inc, and the relevant regulatory authorities have yet to approve the merger.', 'The merger will be approved by the USL Board of Directors, which includes representatives of Ing C Olivetti & Co SpA, Fujitsu Ltd and MIT, but has yet to be approved by other USL shareholders such as Sun Microsystems Inc and regulators.', 'The company has the blessing of the USL Board of Directors, which includes representatives from Ing C Olivetti & Co SpA, Fujitsu Ltd and MIT, but the merger has yet to be approved by other USL shareholders such as Sun Microsystems Inc and relevant regulators.', 'While this ensures the approval of the USL Board of Directors, which includes representatives of Ing C Olivetti & Co SpA, Fujitsu Ltd and MIT, the merger still needs to be approved by other USL shareholders such as Sun Microsystems Inc and the relevant regulatory authorities.']" -746,"['In', 'the', 'same', 'year', 'Philips', 'launched', 'CD-A,', 'player', 'sales', 'topped', '350,000', 'and', 'over', '1,250,000', 'discs', 'were', 'sold.']","[4, 5]",0,philips,"In the same year Philips launched CD-A, player sales topped 350,000 and over 1,250,000 discs were sold.","['In the same year Philips launched CD-A, player sales exceeded 350,000 units and over 1,250,000 discs were sold.', 'In the same year Philips launched CD-A, player sales exceeded 350,000 units and more than 1,250,000 CDs were sold.', 'In the same year Philips launched CD-A and sold over 350,000 players and over 1,250,000 discs.', 'In the same year, Philips launched CD-A players that exceeded the 350,000 mark and sold more than 1,250,000 records.', 'In the same year Philips released CD-A, sales reached 350,000 and more than 1,250,000 CDs were sold.']" -747,"['The', 'bonds,', 'valued', 'at', 'US$145,000,000,', 'were', 'issued', 'by', 'the', 'Bank', 'of', 'China', ',', 'the', 'Chinese', 'foreign', 'exchange', 'bank,', 'on', 'June', '28.']","[9, 12]",0,bank of china,"The bonds, valued at US$145,000,000, were issued by the Bank of China, the Chinese foreign exchange bank, on June 28.","[""The bonds, worth $145 million, were issued on June 28 by Bank of China, China's foreign exchange bank."", ""The bonds, worth $145 million, were issued on June 28 by Bank of China, China's foreign exchange bank."", ""The bonds, worth $145 million, were issued on June 28 by Bank of China, the People's Bank of China."", 'The bonds, worth $145 million, were issued by Bank of China on June 28.', ""The bonds, worth $145 million, were issued by China's central bank on June 28.""]" -748,"['Their', 'expertise,', 'together', 'with', 'the', 'services', 'which', 'Barclays', 'can', 'provide,', 'can', 'enable', 'you', 'to', 'take', 'advantage', 'of', 'a', 'challenging,', 'and', 'frequently', 'very', 'rewarding,', 'opportunity.']","[7, 8]",0,barclays,"Their expertise, together with the services which Barclays can provide, can enable you to take advantage of a challenging, and frequently very rewarding, opportunity.","['Your expertise, as well as the services Barclays can provide, can enable you to seize a challenging and often very rewarding opportunity.', 'Your expertise and the services Barclays can provide can enable you to seize a challenging and often very profitable opportunity.', 'Your expertise and the services Barclays can offer will help you take advantage of a challenging and often very rewarding opportunity.', 'Your knowledge, combined with the performance of Barclays, can enable you to take advantage of a challenging and often very rewarding opportunity.', 'Your know-how and the help Barclays can offer will enable you to take advantage of the challenging and often very rewarding opportunities ahead.']" -749,"['Additional', 'voluntary', 'contributions', 'with', 'Prudential', 'erm', 'since', 'about', 'nineteen', 'eighty', 'eight', 'the', 'Prudential', 'erm', 'entered', 'into', 'a', 'scheme', 'with', 'the', 'Teachers', 'Pensions', 'Agency', 'er', 'whereby', 'you', 'can', 'actually', 'er', 'pay', 'additional', 'contributions', 'to', 'the', 'Prudential.']","[4, 5]",1,prudential,Additional voluntary contributions with Prudential erm since about nineteen eighty eight the Prudential erm entered into a scheme with the Teachers Pensions Agency er whereby you can actually er pay additional contributions to the Prudential.,"['Additional voluntary contributions with Prudential uh for about eighteen years the Prudential uh went a system with the Teachers Pensions Agency he, whereby you actually pay additional contributions to the Prudential.', 'Additional voluntary contributions with Prudential he, for about eighteen he has entered into a contract with the Teachers Pensions Agency, whereby you can actually pay him additional contributions into the Prudential.', 'Additional contributions with Prudential have been part of a scheme with the Teachers Pensions Agency for about 18 years, which means you can actually pay additional contributions to Prudential.', 'Additional voluntary contributions with Prudential uh, since about eighteen the Prudential uh entered into a contract with the Teachers Pensions Agency, with which you can actually pay additional contributions to Prudential.', 'Additional voluntary contributions with Prudential or Prudential, as they have had a contract with Prudential with the Teachers Pensions Agency for about eighteen years, under which you can pay additional contributions to Prudential.']" -750,"['As', 'she', 'turned', 'uphill,', 'a', 'dark-red', 'Daimler', 'slid', 'by,', 'and', 'blew', 'its', 'horn', 'at', 'her.']","[6, 7]",1,daimler,"As she turned uphill, a dark-red Daimler slid by, and blew its horn at her.","['As she turned uphill, a dark red Daimler came towards her and honked its horn.', 'As she was walking uphill, a dark red Daimler drove past her and blew the horn.', 'As it went uphill, a dark red Daimler drove past her and blew at her.', 'As she drove uphill, a dark red Daimler drove past and blew its horn.', 'As she was driving uphill on the road, a dark red Daimler slipped past her and crashed into the horn.']" -751,"['With', 'Microsoft', 'in', 'the', 'deal,', 'DEC', ""doesn't"", 'have', 'to', 'do', 'everything', 'itself.']","[1, 2]",0,microsoft,"With Microsoft in the deal, DEC doesn't have to do everything itself.","[""With Microsoft in the agreement, DEC doesn't have to do anything by itself."", ""With Microsoft in the agreement, DEC doesn't have to do everything by itself."", 'With the deal with Microsoft, DEC does not have to do everything by itself.', 'With the Microsoft takeover, DEC does not have to do everything by itself.', 'At Microsoft, DEC and Valve do not have to do everything themselves.']" -752,"['Microsoft', 'says', 'more', 'than', '25%', 'of', 'these', 'are', 'being', 'converted', 'from', 'Unix,', 'VMS,', 'AS/400', 'and', 'other', 'high-end', 'systems.']","[0, 1]",1,microsoft,"Microsoft says more than 25% of these are being converted from Unix, VMS, AS/400 and other high-end systems.","['Microsoft says that over 25% of these systems are converted by Unix, VMS, AS / 400 and other high-end systems.', 'Microsoft says that more than 25% of these programs are converted by Unix, VMS, AS / 400 and other high-end systems.', 'Microsoft stated that over 25% of these systems are converted by Unix, VMS, AS / 400 and other high-end systems.', 'According to Microsoft, more than 25 percent of these materials are converted from Unix, VMS, AS / 400 and other high-end systems.', 'Microsoft claims that more than 25% of these systems are jointly controlled by Unix, VMS, AS / 400 and other high-end systems.']" -753,"['The', 'third', 'part', 'is', 'the', '68341,', 'which', 'comes', 'out', 'of', 'Motorola', ""'s"", 'alliance', 'with', 'Philips', 'Electronics', 'NV', 'on', 'chips', 'for', 'use', 'in', 'multimedia', 'Compact', 'Disk', 'Interactive', 'systems.']","[10, 11]",0,motorola,"The third part is the 68341, which comes out of Motorola's alliance with Philips Electronics NV on chips for use in multimedia Compact Disk Interactive systems.","['The third part is the 68341, resulting from the alliance between Motorola and Philips Electronics NV on chips for use in interactive multimedia compact disk systems.', ""The third part is 68341, which grew out of Motorola's alliance with Philips Electronics NV and contains chips for interactive multimedia compact disk systems."", ""The third step is the 68341, resulting from Motorola's alliance with Philips Electronics NV on chips for use in interactive multimedia compact disk systems."", ""The third part, 68341, is the result of Motorola's alliance with Philips Electronics NV on chips for use in interactive multimedia systems for compact disks."", ""The third part is the 68341 from Motorola's alliance with Philips Electronics NV on chips for use in multimedia interactive compact disk systems.""]" -754,"['Many', 'of', 'the', 'largest', 'firms,', 'such', 'as', 'Fujitsu', 'and', 'General', 'Electric,', 'are', 'finding', 'that', 'they', 'have', 'had', 'to', 'enter', 'into', 'alliances', 'with', 'competitors', 'to', 'create', 'an', 'adequate', 'spectrum', 'of', 'global', 'advantages.']","[7, 8]",0,fujitsu,"Many of the largest firms, such as Fujitsu and General Electric, are finding that they have had to enter into alliances with competitors to create an adequate spectrum of global advantages.","['Many of the largest companies, such as Fujitsu and General Electric, have now had to form alliances with competitors to create an appropriate range of global advantages.', 'Many of the largest companies, such as Fujitsu and General Electric, have had to form alliances with competitors to create an appropriate range of global advantages.', 'Many of the largest companies, such as Fujitsu and General Electric, are forced to form alliances with competitors to create an appropriate range of global advantages.', 'Many of the largest companies, such as Fujitsu and General Electric, have had to form alliances with competitors to gain an appropriate range of global advantages.', 'Many of the largest companies, such as Fujitsu and General Electric, recognize that they need to form alliances with competitors to create an appropriate range of global advantages.']" -755,"['Right', 'now', 'with', 'manufacturing', 'er', 'in', 'manufacturing,', 'there', 'are', 'economies', 'of', 'scale,', 'huge', 'economies', 'of', 'scale', 'this', 'is', 'why', 'we', 'find', 'look', 'at', 'cars', 'again', 'that', 'Toyota', 'plant', 'in', 'Derby', 'produces', 'all', 'the', 'Toyota', 'Corollas', 'or', 'whatever', 'for', 'the', 'whole', 'world,', ""it's"", 'not', 'just', 'for', 'the', 'U', 'K', 'market', 'alright.']","[26, 27]",0,toyota,"Right now with manufacturing er in manufacturing, there are economies of scale, huge economies of scale this is why we find look at cars again that Toyota plant in Derby produces all the Toyota Corollas or whatever for the whole world, it's not just for the U K market alright.","[""Right now with manufacturing in manufacturing, there are economies of scale, huge economies of scale, that's why we're seeing again cars that Toyota's plant in Derby produces all the Toyota Corollas or something like that for the whole world, it's not just good for the underground market."", ""Right now with the production that it is in production, there are economies of scale, enormous economies of scale is the reason why we look back on cars that Toyota's plant in Derby produces all the Toyota Corollas or whatever for the whole world, it's not just good for the U K market."", ""There are economies of scale with production at the moment, so we're seeing cars again, that the Toyota plant in Derby produces all the Toyota Corollas or whatever around the world, it's not just good for the subway market."", 'At the moment in production there are economies of scale, enormous economies of scale, so we find in cars again that Toyota factory in Derby produces all Toyota Corollas or whatever for the whole world, it is not only good for the underground market.', ""Right now with manufacturing going into production there are cost savings, huge savings in scalability, that's why we're back finding cars that the Toyota site in Derby produces all the Toyota Corollas or whatever for the whole world, it's not just good for the American market.""]" -756,"['UK-based', 'Salford', 'Software', 'Ltd,', 'Salford,', 'is', 'offering', 'a', 'Fortran', 'compiler', 'for', 'Microsoft', 'Corp', 'Windows', 'NT', 'on', 'Intel', 'Corp', 'platforms:', 'FTN77', 'will', 'be', 'available', 'by', 'the', 'middle', 'of', 'this', 'month', '--', 'the', 'company', 'claims', 'it', 'will', 'compile', '55,000', 'line', 'of', 'code', 'per', 'minute', 'on', 'a', '33MHz', '80486', 'box', 'running', 'developer', 'versions', 'of', 'NT.']","[16, 18]",0,intel corp,"UK-based Salford Software Ltd, Salford, is offering a Fortran compiler for Microsoft Corp Windows NT on Intel Corp platforms: FTN77 will be available by the middle of this month -- the company claims it will compile 55,000 line of code per minute on a 33MHz 80486 box running developer versions of NT.","['Salford Software Ltd, Salford, offers a Fortran compiler for Microsoft Corp Windows NT on Intel Corp platforms: FTN77 will be available in the middle of this month - the company claims to be able to compile 55,000 lines of code per minute on a 33MHz 80486 machine with developer versions of NT.', 'UK-based Salford Software Ltd, Salford, offers a Fortran compiler for Microsoft Corp Windows NT on Intel Corp platforms: FTN77 will be available in the middle of this month - the company claims to compile 55,000 lines of code per minute on a 33MHz 80486 machine running developer versions of NT.', 'Salford Software Ltd, Salford, UK, offers a Fortran compiler for Microsoft Corp, Windows NT on Intel Corp platforms: FTN77 will be available mid-month -- the company claims it will compile 55,000 code limits per minute on a 33MHz 80486 field running developer versions of NT.', 'Salford Software Ltd, based in the UK, provides a Fortran compiler for Microsoft Corp Windows NT on Intel Corporation platforms: FTN77 will be available mid-month - the company claims it will compile 55,000 lines of code per minute on a 33MHz 80486 machine running developer versions of NT.', 'Salford Software Ltd in Salford, Great Britain, turns to the Fortran compiler for Microsoft Corp Windows NT across cultures: FTNSheet 77 should be available by the middle of this month - according to the company, 55,000 lines of code per minute are compiled on an 80486 box with 33MHz recordings for developers of NT.']" -757,"['Today,', 'lorries', 'will', 'roll', 'out', 'of', 'Microsoft', ""'s"", 'factories', 'for', 'the', 'worldwide', 'distribution', 'of', 'its', 'Windows', '3.1', 'program.']","[6, 7]",0,microsoft,"Today, lorries will roll out of Microsoft's factories for the worldwide distribution of its Windows 3.1 program.","[""Today, trucks are rolling out of Microsoft's plants to distribute the Windows 3.1 program worldwide."", ""Today, trucks are rolling out of Microsoft's factories to distribute Windows 3.1 worldwide."", ""Today, trucks are rolling out of Microsoft's factories for the worldwide distribution of its Windows 3.1 program."", ""Today trucks roll out from Johnston to distribute Microsoft's Windows 3.1 program worldwide."", 'Today, vehicles are rolling out of the factories of the Microsoft subsidiary to distribute Windows 3.1 everywhere.']" -758,"['Computer', 'Associates', 'is', 'co-sponsoring', '""The', 'Great', 'Debate""', 'at', 'Alice', 'Tully', 'Hall', 'in', 'the', 'Lincoln', 'Centre', 'in', 'New', 'York', 'on', 'June', '22,', 'discussing', 'the', 'need', 'for', 'a', 'US', 'technology', 'policy:', 'Speakers', 'include', 'Gordon', 'Bell,', 'Larry', 'Michels,', 'Roger', 'Sippl,', 'Morgan', 'Stanley', 'senior', 'economist', 'Stephen', 'Roach,', 'Senate', 'Defense', 'Industry', 'and', 'Technology', 'subcommittee', 'chairman', 'Jeff', 'Bingaman,', 'and', 'Harvard', 'University', 'JFK', 'School', 'of', 'Government', 'moderator', 'Marvin', 'Kalb.']","[37, 39]",0,morgan stanley,"Computer Associates is co-sponsoring""The Great Debate"" at Alice Tully Hall in the Lincoln Centre in New York on June 22, discussing the need for a US technology policy: Speakers include Gordon Bell, Larry Michels, Roger Sippl, Morgan Stanley senior economist Stephen Roach, Senate Defense Industry and Technology subcommittee chairman Jeff Bingaman, and Harvard University JFK School of Government moderator Marvin Kalb.","[""Computer Associates is sponsoring Alice Tully Hall on June 22 at the Lincoln Centre in New York, where the need for US technology policy will be discussed. Speakers include Gordon Bell, Larry Michels, Roger Sippl, Morgan Stanley Chief Economist Stephen Roach, Jeff Bingaman, Chairman of the Senate Defense Industry and Technology Subcommittee, and Marvin Kalb, moderator of Harvard University's JFK School of Government."", 'Computer Associates is co-sponsoring the ""Great Debate"" on June 22 at the Alice Tully Hall of the Lincoln Centre in New York, where the need for US technology policy will be discussed. Speakers include Gordon Bell, Larry Michels, Roger Sippl, Morgan Stanley Chief Economist Stephen Roach, Chairman of the Senate Subcommittee on Defense Industry and Technology Jeff Bingaman, and Marvin Kalb, moderator of Harvard University\'s JFK School of Government.', ""Computer Associates is hosting a conference on 22 June in the Alice Tully Room of Lincoln Center in New York to discuss, among others, the need for US technology policy: speakers include Gordon Bell, Larry Michels, Roger Sippl, Morgan Stanley Chief Economist Stephen Roach, Jeff Bingaman, Chairman of the Senate Defense Industry and Technology Committee, and Marvin Kalb, moderator of Harvard University's JFK School of Government."", 'Computer Associates is a co-sponsor of ""The Great Debate"" on June 22 at Alice Tully Hall at Lincoln Center in New York and will discuss the need for US technology policy with speakers such as Gordon Bell, Larry Michels, Roger Sippl, Morgan Stanley Chief Economist Stephen Roach, Jeff Bingaman, Chairman of the Senate Armed Services and Technology Subcommittee, and Marvin Kalb of Harvard University\'s JFK School of Government.', 'Computer Associates will co-host ""The Great Debate"" on June 22 at Alice Tully Hall and Lincoln Centre in New York, where speakers will include Gordon Bell, Larry Michels, Roger Sippl, Morgan Stanley Chief Economist Stephen Roach, Jeff Bingaman, Chairman of the Senate Armed Services Committee, and Marvin Kalb, moderator at Harvard University\'s JFK School of Government.']" -759,"['Fiat', 'group', 'shares,', 'which', 'rose', 'as', 'much', 'as', '20', 'per', 'cent', 'last', 'week', 'on', 'market', 'rumours', 'of', 'outside', 'concerns', 'taking', 'a', 'stake,', 'fell', 'some', 'three', 'per', 'cent', 'on', 'the', 'day', 'on', 'the', 'Milan', 'stock', 'exchange.']","[0, 1]",0,fiat,"Fiat group shares, which rose as much as 20 per cent last week on market rumours of outside concerns taking a stake, fell some three per cent on the day on the Milan stock exchange.","['Shares in Fiat, which had risen as much as 20 per cent in the past week on rumours of a takeover by foreign groups, fell about 3 per cent on the Milan stock exchange that day.', 'Shares in Fiat, which rose as much as 20 per cent last week on market rumours of a takeover by foreign groups, fell about 3 per cent on the Milan stock exchange that day.', 'Shares in Fiat, which gained as much as 20 per cent last week on rumours of foreign ownership, fell about 3 per cent on the Milan stock exchange that day.', 'Shares in Fiat, which had risen as much as 20 per cent in the past week on rumours of a takeover by outside groups, fell about 3 per cent on the Milan stock exchange the previous day.', 'Shares in Fiat, which gained as much as 20% last week on rumours of foreign ownership, fell about 3% on the Milan Stock Exchange.']" -760,"['DETAILS', 'of', 'crunch', 'talks', 'on', 'a', 'Sainsbury', 'superstore', 'planned', 'for', 'Darlington', 'have', 'been', 'revealed', 'by', 'Transport', 'Minister', 'Roger', 'Freeman.']","[6, 7]",0,sainsbury,DETAILS of crunch talks on a Sainsbury superstore planned for Darlington have been revealed by Transport Minister Roger Freeman.,"[""DETAILS of muddled talks over a proposed Sainsbury's supermarket in Darlington have been revealed by Transport Minister Roger Freeman."", ""DETAILS of a dispute over a proposed Sainsbury's supermarket in Darlington have been revealed by Transport Minister Roger Freeman."", 'Transport Minister Roger Freeman has revealed the circumstances surrounding the collapse of a Kendall supermarket in Darlington.', ""Transport Minister Roger Freeman has revealed the head-to-head with the aborted talks over a proposed Sainsbury's supermarket in Darlington."", ""Transport Minister Roger Freeman has unveiled plans for a Sainsbury's supermarket in Darlington.""]" -761,"['Sun', 'Life', 'shines:']","[0, 2]",0,sun life,Sun Life shines:,"['The sun is shining:', 'The sun is shining:', 'The sun is shining:', 'The sun is shining:', 'Life Shines:']" -762,"['The', 'raiding', 'party', 'got', 'into', 'the', 'Mercedes', 'and', 'the', 'Ford', 'trucks.']","[9, 10]",0,ford,The raiding party got into the Mercedes and the Ford trucks.,"['The robbers got into the Mercedes and Ford.', 'The robbers got into the Mercedes and Ford.', 'The robber got into the Mercedes and Ford.', 'The group got into the Mercedes and Ford.', 'The robbers got into Reut & Reut trucks.']" -763,"['The', 'most', 'important', 'challengers', 'to', 'IBM', 'are', 'Fujitsu,', 'Hitachi,', 'and', 'NEC', '(which', 'all', 'make', 'large', 'or', '""mainframe""', 'computers)', 'followed', 'by', 'three', 'big', 'electronics', 'firms,', 'Mitsubishi', 'Electric', ',', 'Oki', 'and', 'Toshiba.']","[24, 26]",0,mitsubishi electric,"The most important challengers to IBM are Fujitsu, Hitachi, and NEC (which all make large or""mainframe"" computers) followed by three big electronics firms, Mitsubishi Electric, Oki and Toshiba.","['IBM\'s main challengers are Fujitsu, Hitachi, and NEC (all of which make mainframes or ""mainframes""), followed by the three major electronics companies Mitsubishi Electric, Oki, and Toshiba.', 'IBM\'s main challengers are Fujitsu, Hitachi, and NEC (all of which make mainframes or ""mainframes""), followed by the three major electronics groups Mitsubishi Electric, Oki, and Toshiba.', ""IBM's main challengers are Fujitsu, Hitachi and NEC (all manufacturers of large or so-called mainframe computers), followed by the three major electronics companies Mitsubishi Electric, Oki and Toshiba."", 'IBM\'s main challengers include Fujitsu, Hitachi and NEC (which manufactures mainframes or ""mainframes""), followed by the three major electronics companies Mitsubishi Electric, Oki and Toshiba.', 'IBM\'s main challengers are Fujitsu, Hitachi and NEC (all mainframe or ""mainframe"" manufacturers), followed by the three major electronics companies Mitsubishi Electric, Oki and Toshiba.']" -764,"['SGI', 'is', 'currently', 'working', 'with', 'Microsoft', 'Corp', 'to', 'enable', 'Windows', 'NT', 'for', 'the', 'MIPS', 'architecture', '--', 'though', 'SGI', ""won't"", 'offer', 'NT', 'itself', '--', 'and', 'is', 'also', 'trying', 'to', 'win', 'Gates', 'as', 'a', 'customer', 'for', ""Irix'"", 'symmetric', 'multi-processing', 'technology,', 'following', 'Microsoft', ""'s"", 'adoption', 'of', 'the', 'GL', 'library.']","[39, 40]",0,microsoft,"SGI is currently working with Microsoft Corp to enable Windows NT for the MIPS architecture -- though SGI won't offer NT itself -- and is also trying to win Gates as a customer for Irix' symmetric multi-processing technology, following Microsoft's adoption of the GL library.","[""SGI is currently working with Microsoft Corp to enable Windows NT for the MIPS architecture - although SGI itself will not offer it - and is also trying to recruit Gates as a customer for Irix's symmetrical multiprocessor technology after Microsoft took over the GL library."", ""SGI is currently working with Microsoft Corp to enable the MIPS architecture with Windows NT - although SGI itself will not offer NT - and is also trying to recruit Gates as a customer for Irix's symmetrical multiprocessor technology after Microsoft took over the GL library."", ""Following the acquisition of the GL library by Microsoft, SGI is currently working with Microsoft Corp to enable Windows NT for the MIPS architecture - although SGI itself will not offer NT - and is trying to win Gates as a customer for Irix's symmetrical multiprocessor system."", ""SGI is currently working with Microsoft Corp to enable Windows NT for the MIPS architecture - although SGI itself will not offer NT - and continues to seek Gates as a customer for Irix's symmetrical multiprocessor technology after Microsoft introduced the GL library."", ""SGI is currently working with Microsoft Corp to enable Windows NT for the MIPS architecture - although SGI itself will not offer this product - and is also trying to recruit Gates as a customer for Irix's symmetrical multiprocessor technology after Microsoft acquired the GL library.""]" -765,"['IBM', 'had', 'made', 'a', 'few', 'changes', '(very', 'small)', 'and', 'entitled', 'it', 'PCDOS', '(because', 'it', 'ran', 'their', 'PCs,', 'strangely', 'enough!)']","[0, 1]",1,ibm,"IBM had made a few changes (very small) and entitled it PCDOS (because it ran their PCs, strangely enough!)","['IBM had made a few (very small) changes and called them PCDOS (because strangely they operated their own PCs!)', 'IBM had made a few (very small) changes and called it PCDOS (because it strangely let your PCs run!)', 'IBM had made a few (very small) changes and called it PCDOS (because it strangely left their PCs!)', 'IBM had made some (very small) changes and even called them PCDOS (because strangely they were running their PCs!)', 'IBM had made a few (very small) changes and it was PCDOS (because it was running their PCs, oddly enough!)']" -766,"['The', 'opening', 'of', 'a', ""McDonald's"", 'is', 'a', 'major', 'event.']","[4, 5]",1,mcdonald's,The opening of a McDonald's is a major event.,"[""The opening of a McDonald's is a big event."", ""The opening of a McDonald's is a big event."", ""The opening of a McDonald's is a big event."", ""The opening of a McDonald's is an important event."", ""The opening of a McDonald's is an important event in the Free State.""]" -767,"['Some', 'analysts', 'believe', 'that', 'Deutsche', 'Bank', 'could', 'be', 'one', 'of', ""Paribas's"", 'suitors.']","[4, 6]",0,deutsche bank,Some analysts believe that Deutsche Bank could be one of Paribas's suitors.,"[""Some analysts believe Deutsche Bank could be one of Paribas' suitors."", ""Some analysts believe Paribas' suitors could include Deutsche Bank."", ""Some analysts believe Deutsche Bank could be one of Paribas' suitors."", 'Some analysts also see Deutsche Bank as a possible suitor for Paribas.', 'Some analysts believe Deutsche Bank could go under the hammer as a suitor for Paribas.']" -768,"['BT', 'conceded', 'that,', 'if', 'a', 'merger', 'did', 'not', 'take', 'place,', 'the', 'System', 'X', 'collaboration', 'could', 'also', 'exist', 'if', 'either', 'company', 'purchased', 'the', 'other', ""company's"", 'interests', 'or', 'if', 'a', 'joint', 'company', 'were', 'set', 'up.']","[0, 1]",1,bt,"BT conceded that, if a merger did not take place, the System X collaboration could also exist if either company purchased the other company's interests or if a joint company were set up.","[""BT acknowledged that in the event of failure, the System X cooperation would also be possible if one of the two companies bought the other company's shares or created a joint venture."", ""BT acknowledged that in the event of non-payment of a merger, the System X cooperation could also exist if one company takes over the other's interests or a joint venture is formed."", 'BT acknowledged that in the event of a merger, the ""System X"" co-operation could also exist if one company took over the other\'s shares or a joint company was created.', ""BT acknowledged that the System X collaboration could exist even in the event of failure if both companies bought the other company's shares or formed a joint venture."", ""BT has acknowledged that, if the merger does not materialise, Greece could also apply System X in the event of a sale of the other's shares or the creation of a joint undertaking.""]" -769,"['Over', 'the', 'next', 'two', 'months,', 'we', 'will', 'be', 'subjected', 'to', 'a', 'barrage', 'of', 'argument,', 'statistics', 'and', 'plain', 'propaganda', 'from', 'Woolworths', '(yes,', 'call', 'it', 'Kingfisher', 'if', 'you', 'want,', 'but', 'most', 'people', 'will', 'still', 'think', 'of', 'it', 'as', 'Woolies)', 'and', 'from', 'Dixons.']","[19, 20]",1,woolworths,"Over the next two months, we will be subjected to a barrage of argument, statistics and plain propaganda from Woolworths (yes, call it Kingfisher if you want, but most people will still think of it as Woolies) and from Dixons.","['Over the next two months we will be subjected to a barrage of arguments, statistics and plain propaganda from Woolworths (yes, call it Kingfisher if you will, but most people will still regard it as Woolies) and Dixons.', ""Over the next two months we will see a furor of arguments, statistics and plain propaganda from Woolworths (yes, let's call it Kingfisher, if you will, but most people will still regard it as Woolies) and Dixons."", 'Over the next two months we will be subjected to a barrage of arguments, statistics and propaganda from Woolworths (you might call it Kingfisher, but most people will still think it Woolies) and Dixons.', 'Over the next two months we will be subjected to a barrage of arguments, statistics and plain propaganda from Woolworths (yes, call it Kingfisher if you will, but most people will still think it a real Woolie) and Dixons.', ""Over the next two months we will be subjected to a barrage of arguments, statistics and outright propaganda from Woolworths (yes, let's call it Kingfisher if you will, but most people will still regard it as Woolies) and Dixons.""]" -770,"['He', 'is', 'to', 'be', 'replaced', 'by', 'non-executive', 'director', 'John', 'Smale,', 'former', 'chairman', 'and', 'chief', 'executive', 'of', 'Procter', '&', 'Gamble', '.']","[16, 19]",0,procter & gamble,"He is to be replaced by non-executive director John Smale, former chairman and chief executive of Procter & Gamble.","['He will be replaced by non-executive director John Smale, formerly chairman and chief executive officer of Procter & Gamble.', 'He will be succeeded by John Smale, the former chief executive of Procter & Gamble.', 'He will be replaced by non-executive director John Smale, who is a former chief executive of Procter & Gamble.', 'He will be replaced by GM executive and former Procter & Gamble chief executive John Smale.', 'He will be replaced by non-executive director John Smale, a former chief executive of Procter & Gamble.']" -771,"['Kingfisher', 'agrees', '$1bn', 'bid', 'for', 'French', 'retailer']","[0, 1]",1,kingfisher,Kingfisher agrees $1bn bid for French retailer,"['Kingfisher agrees to $1bn bid for French retailer', 'Kingfisher agrees $1bn bid for French retailer', 'Kingfisher agrees $1bn bid for French retailer', 'Kingfisher approves $1bn bid for French retailer', 'Kingfisher approves $1bn bid for French retailer']" -772,"['Vauxhall', '16-valve', 'four', 'loses', 'out', 'on', 'power', 'to', 'supercharged', 'VW', 'engine,', 'but', 'matches', 'its', '137mph.']","[9, 10]",0,vw,"Vauxhall 16-valve four loses out on power to supercharged VW engine, but matches its 137mph.","['The 16-valve four-cylinder engine loses power to the supercharged VW engine, but manages 130 km / h.', 'The power of the 16-valve four-valve engine comes from the compressor-powered VW engine, but is completely sufficient at a driving speed of 137 km / h.', ""Vauxhall's 16-valve four-cylinder engine loses power to the supercharged VW engine, but its speed equals 137km / h."", ""VW's 16-valve four-cylinder supercharged engine reaches 128 km / h."", 'The 16-valve four-cylinder supercharged engine has a displacement of 2.4 litres and a top speed of 60 km / h.']" -773,"['BT', 'has', 'been', 'even', 'more', 'ruthless', 'in', 'scything', 'out', 'swathes', 'of', 'middle', 'managers.']","[0, 1]",1,bt,BT has been even more ruthless in scything out swathes of middle managers.,"['BT is even more ruthless when it comes to alienating large swathes of middle managers.', 'BT has been even more brutal in uprooting small parts of its managers.', 'BT is even more blinkered in sinking large swathes of middle managers.', 'BT is even more ruthless in targeting entire groups of middle managers.', 'BT was even more ruthless in ripping off parts of the middle class.']" -774,"['Lawson', 'got', 'most', 'fun', 'watching', 'Schwantz', 'laying', 'rubber', 'wrestling', 'his', 'evil', 'Suzuki']","[11, 12]",1,suzuki,Lawson got most fun watching Schwantz laying rubber wrestling his evil Suzuki,"['Lawson has the most fun while Schwantz wrestles his evil Suzuki with rubber.', 'Lawson had the most fun watching Schwantz having a rubber fight with his evil Suzuki', 'Lawson having fun as Schwantz wrestles his evil Suzuki with rubber', 'Lawson having the most fun rubberwrestling with his nasty Suzuki', 'Lawson had more fun as he wrestled with his nasty Suzuki rubber']" -775,"['The', '2.5', 'litre', 'petrol', 'engine', 'fitted', 'to', 'the', 'cheapest', 'version', 'is', 'a', 'mere', 'toy', 'by', 'US', 'standards', 'but', 'more', 'than', 'lusty', 'enough', 'to', 'give', 'the', 'Wrangler', 'real', 'credibility', 'against', 'the', 'Suzuki', 'and', 'Daihatsu', 'offerings', 'which', 'inhabit', 'this', 'sector', 'of', 'the', 'fast', 'expanding', '4X4', 'market.']","[30, 31]",0,suzuki,The 2.5 litre petrol engine fitted to the cheapest version is a mere toy by US standards but more than lusty enough to give the Wrangler real credibility against the Suzuki and Daihatsu offerings which inhabit this sector of the fast expanding 4X4 market.,"['The cheapest version of the 2.5-liter gasoline engine is a toy by US standards, but more than enough to give the Wrangler real credibility compared to the offerings of Suzuki and Daihatsu, which cavort in this sector of the fast-growing off-road vehicle market.', 'The 2.5-liter gasoline engine installed in the cheapest version is a toy by US standards, but more than enough to give the Wrangler real credibility in this sector of the fast-growing off-road vehicle market compared to the offerings of Suzuki and Daihatsu.', 'The 2.5-liter gasoline engine of the cheapest version is more of a toy by US standards, but still strong enough to give the Wrangler real credibility against the offers of Suzuki and Daihatsu in the fast-growing 4x4 market.', 'The 2.5-liter gasoline engine in the cheapest version is only a toy by US standards, but more than enough to give the Wrangler real credibility over Suzuki and Daihatsu, which are in this sector of the fast-growing off-road vehicle market.', 'The 2.5-liter gasoline engine in the cheapest version is only a toy by US standards, but it is more than airy enough to give the Wrangler real credibility over the Su- and Daihatsu offerings: it is a strong physical effort and a strength in this segment of the fast-growing SUV.']" -776,"['""I\'m', 'choosing', 'to', 'assume', 'completely', 'my', 'responsibility,""', 'declared', 'Ing', 'C', 'Olivetti', '&', 'Co', 'SpA', 'chief', 'Carlo', 'De', 'Benedetti,', 'after', 'delivering', 'a', '20-page', 'document,', 'detailing', 'bribes', 'paid', 'by', 'Olivetti', 'over', 'the', 'last', '15', 'years', 'as', 'political', 'favours', 'to', 'the', 'Mani', 'Pulite', '--', 'Clean', 'Hands', '--', 'investigating', 'judges', 'in', 'Milan', 'on', 'Sunday.']","[8, 14]",0,ing c olivetti & co spa,"""I'm choosing to assume completely my responsibility,"" declared Ing C Olivetti & Co SpA chief Carlo De Benedetti, after delivering a 20-page document, detailing bribes paid by Olivetti over the last 15 years as political favours to the Mani Pulite -- Clean Hands -- investigating judges in Milan on Sunday.","['""I will take full responsibility,"" declared Carlo De Benedetti, the head of Ing C Olivetti & Co SpA, on Sunday, after presenting a 20-page document detailing the bribes paid by Olivetti over the past 15 years as political favors to the investigating magistrates of Mani Pulite - Clean Hands.', '""I have decided to take full responsibility to the public,"" declared Carlo De Benedetti, head of Ing C. Olivetti & Co SpA, after handing the investigating magistrates of Mani Pulite - Clean Hands a 20-page document detailing the bribes paid by Olivetti as a political favour over the last 15 years.', 'The head of Ing. C. Olivetti & Co SpA, Carlo De Benedetti, handed the investigating magistrates in Milan on Sunday evening a 20-page document listing the bribes paid by Olivetti over the last 15 years as political favors to the ""Mani Pulite"" - ""Clean Hands.""', '""I decide to accept my responsibility with all my heart,"" declared the head of SpA, Carlo De Benedetti, after handing over to the examining magistrates of Mani Pulite - Clean Hands - a 20-page document describing the bribes paid by Olivetti over the last 15 years as a political favour.', '""I fully accept my responsibility,"" said Carlo De Benedetti, CEO of Ing C. Olivetti & Co SpA, after presenting a 20-page document to Mani Pulite\'s investigators, Clean Hands, listing the bribes Olivetti paid as political favorites over the past 15 years.']" -777,"['SQL,', 'the', 'standard', 'query', 'language', 'for', 'interrogating', 'relational', 'databases', 'is', 'now', 'established', '--', 'the', 'battle', 'is', 'over', 'how', 'SQL', 'enquiries', 'are', 'structured', '--', 'the', 'IBM', 'or', 'SAG', 'way.']","[24, 25]",0,ibm,"SQL, the standard query language for interrogating relational databases is now established -- the battle is over how SQL enquiries are structured -- the IBM or SAG way.","['SQL, the standard query language for relational database queries, is now established - the battle over how SQL queries are structured based on the IBM or SAG principle.', 'SQL, the standard query language for relational database queries, is now established; there is a battle over the structure of SQL queries - the IBM or SAG method.', 'SQL, the default language for database queries, is now established - it is the battle over the structure of SQL queries - the IBM or SAG way.', 'SQL, the standard query language for relational database queries, is now established - the battle over the structure of SQL queries is the IBM or SAG way.', 'SQL, the standard query language for relational databases, is well established: the battle is about how SQL queries are structured - as IBM or SAGs do.']" -778,"['Nippon', 'DEC', 'has', 'also', 'teamed', 'up', 'with', 'four', 'software', 'companies', 'to', 'develop', 'its', 'software', 'reseller', 'business.']","[0, 2]",1,nippon dec,Nippon DEC has also teamed up with four software companies to develop its software reseller business.,"['Nippon DEC has also teamed up with four software companies to expand its software reseller business.', 'Nippon DEC has also teamed up with four software companies to expand its software reseller business.', 'Nippon DEC has also teamed up with four software companies to expand its business with software vendors.', 'Nippon DEC has also expanded its software reseller business with four software companies.', 'Nippon DEC has also teamed up with four software companies to build its software reseller business.']" -779,"['Canon', 'Sales', 'Inc', ',', 'Fujitsu', 'Ltd', 'and', 'Sony', 'Corp', 'have', 'joined', 'forces', 'with', 'the', 'Japan', 'Photo', 'Research', 'Centre', 'to', 'create', 'a', 'new', 'company', 'called', 'Image', 'Library', 'Ltd.']","[0, 3]",0,canon sales inc,"Canon Sales Inc, Fujitsu Ltd and Sony Corp have joined forces with the Japan Photo Research Centre to create a new company called Image Library Ltd.","['Canon Sales Inc, Fujitsu Ltd and Sony Corp have teamed up with the Japan Photo Research Center to create a new company, Image Library Ltd.', 'Canon Marketing Inc, Fujitsu Ltd and Sony Corp have teamed up with the Japan Photo Research Centre to create a new company called Image Library Ltd.', 'Canon Sales Inc, Fujitsu Ltd and Sony Corp have teamed up with the Japan Photo Research Centre to create a new company called Image Library Ltd.', 'Canon Sales Inc., Fujitsu Ltd. and Sony Corp. have ended their cooperation with the Japan Photo Research Centre and founded the new company Image Library Ltd.', 'Canon Sales Inc, Fujitsu Ltd and Sony Corporation have teamed up with the Japan Photo Research Centre to create a new company called Image Library Ltd.']" -780,"['The', 'Sun', 'reported', 'a', '""Crime', 'Wave', 'of', 'the', '""""Lib\'""', ""Girls'"", '(1', 'September,', '1975),', 'while', 'the', 'Daily', 'Mail', 'claimed', 'that', '""Women\'s', 'Lib', '""""pushes', 'up', 'crime\'\'""', '(1', 'February,', '1980).']","[0, 2]",1,the sun,"The Sun reported a""Crime Wave of the""""Lib'"" Girls' (1 September, 1975), while the Daily Mail claimed that""Women's Lib""""pushes up crime''"" (1 February, 1980).","['The Sun reported a ""crime wave of living girls"" (1 September 1975), while the Daily Mail claimed that the ""Women\'s League"" was ""fuelling"" the crime (1 February 1980).', 'The Sun (1 September 1975) reported a ""wave of crimes committed by"" Lib ""girls,"" while the Daily Mail claimed that ""Women\'s Lib"" was ""driving crime"" ""(1 February 1980).', 'The Sun reported a ""wave of crimes committed by"" Lib """" girls """" (1 September 1975), while the Daily Mail claimed that ""the"" Women\'s Party """" promotes crime """" (1 February 1980).', 'The Sun reported on a ""crime wave of the Lib"" ""Girls"" (1 September 1975), while the Daily Mail claimed that ""Women\'s Lib"" was the ""driving crime"" (1 February 1980).', 'The Sun reported on a ""cri wave of Libyan girls"" (1 September 1975), while the Daily Mail claimed that ""women\'s Lib"" ""increases crime"" (1 February 1980).']" -781,"['Ronald', 'Ziolo,', 'a', 'chemist', 'at', 'Xerox', ""'s"", 'Webster', 'Research', 'Centre', 'near', 'Rochester,', 'New', 'York,', 'thinks', 'the', 'answer', 'lies', 'with', 'a', 'new', 'version', 'of', 'boring', 'old', 'iron', 'oxide', '--', 'better', 'known,', 'in', 'slightly', 'different', 'forms,', 'as', 'the', 'magnetic', 'coating', 'on', 'audio', 'and', 'video', 'tapes,', 'and', 'as', 'rust', 'on', 'cars.']","[5, 6]",0,xerox,"Ronald Ziolo, a chemist at Xerox's Webster Research Centre near Rochester, New York, thinks the answer lies with a new version of boring old iron oxide -- better known, in slightly different forms, as the magnetic coating on audio and video tapes, and as rust on cars.","['Ronald Ziolo, a chemist at the Xerox Webster Research Centre near Rochester, New York, believes the answer lies in a new version of the boring old iron oxide, better known in slightly modified form as magnetic coating on audio and video tapes and as rust on cars.', ""Ronald Ziolo, a chemist at Xerox's Webster Research Centre near Rochester, New York, believes the answer lies in a new version of the old, boring iron oxide - better known in slightly modified form as a magnetisation layer on audio and video tapes and as rust on cars."", 'Ronald Ziolo, a chemist at the Xerox-Webster Research Centre near Rochester, New York, believes the answer lies in a new version of the boring old iron - better known in slightly modified form as magnetic coating of audio and video tapes than rust on cars.', ""Ronald Ziolo, a chemist at Xerox's Webster Research Centre near Rochester, New York, believes the answer lies in a new version of the boring old iron oxide - better known, in a slightly different form, as the magnetic layer on audio and video tapes and as rust on cars."", ""Ronald Ziolo, a chemist at Xerox's Webster Research Centre near Rochester, New York, believes the answer could be a new version of the old iron oxide, better known as magnetic coating on audio and video tapes and rust on cars.""]" -782,"['The', 'Toyota', 'team', 'was', 'fined', '$300,000', '($208,000)', 'by', 'FISA', 'for', 'illegally', 'helping', 'French', 'driver', 'Didier', 'Auriol', 'in', 'last', ""month's"", 'Swedish', 'rally.']","[1, 2]",0,toyota,"The Toyota team was fined $300,000 ($208,000) by FISA for illegally helping French driver Didier Auriol in last month's Swedish rally.","[""The Toyota team was fined 300,000 dollars (208,000 dollars) by FISA for illegally helping French driver Didier Auriol at last month's rally in Sweden."", ""The Toyota team was fined 300,000 dollars (208,000 euros) by FISA for illegally helping Frenchman Didier Auriol at last month's rally in Sweden."", 'The Toyota team was fined 300,000 US dollars (208,000 euros) by FISA last month for illegally assisting Frenchman Didier Auriol in the Swedish rally.', ""The Toyota team was fined 300,000 dollars (208,000 euros) by FISA for illegally helping Frenchman Didier Auriol (24,000 euros) during last month's Swedish rally."", ""The Toyota team was fined 300,000 dollars (208,000 dollars) by FISA for unlawfully aiding French driver Didier Auriol at last month's Swedish rally.""]" -783,"['Other', 'reports', 'suggest', 'IBM', ""'s"", 'Highly', 'Parallel', 'Supercomputing', 'Laboratory', 'is', 'working', 'on', 'an', 'Intel', 'Corp', '80860-based', 'multi-processing', 'system', '--', 'codenamed', 'Vulcan', '--', 'for', 'this', 'year', 'as', 'a', 'stop', 'gap', 'between', 'the', 'current', 'RS/6000s', 'and', 'a', '64-bit', 'RS/6000', 'due', 'late', 'next', 'year', 'dubbed', 'Envoy,', 'which', 'will', 'go', 'head-to-head', 'with', ""DEC's"", 'Alpha', 'RISC', 'systems.']","[3, 4]",0,ibm,"Other reports suggest IBM's Highly Parallel Supercomputing Laboratory is working on an Intel Corp 80860-based multi-processing system -- codenamed Vulcan -- for this year as a stop gap between the current RS/6000s and a 64-bit RS/6000 due late next year dubbed Envoy, which will go head-to-head with DEC's Alpha RISC systems.","[""Other reports suggest that IBM's high-parallel supercomputer laboratory is this year working on an Intel Corp 80860-based multiprocessor system - codenamed Vulcan - that will be in direct competition with DEC's Alpha RISC systems as a transitional solution between the current RS / 6000 and a 64-bit RS / 6000, to be announced as an envoy late next year."", ""Other reports suggest that IBM's super-parallel supercomputing laboratory, EASA, is this year working on an Intel Corp multi-processor system codenamed Vulcan - as a transitional solution between the current RS / 6000 and a 64-bit RS / 6000 that will be released as an Envoy late next year and run head-to-head with DEC's Alpha RISC systems."", ""Other reports suggest that IBM's high-parallel supercomputing laboratory is this year working on an Intel Corp 80860-based multiprocessor system codenamed Vulcan as a transition phase between the current RS / 60000 and a 64-bit RS / 6000 called Envoy, which will be in talks with Decs Alpha RISC systems by the end of next year."", ""Other reports suggest total sales of IBM's high-parallel supercomputer laboratory. IBM's high-parallel supercomputer laboratory is this year working on an Intel Corp 80860-based multi-processor system - codenamed Vulcan - as a transitional solution between the current RS / 60000 and a 64-bit RS / 6000, scheduled as an Envoy late next year, which will enable a head-to-head race with DEC's Alpha RISC systems."", ""According to other reports, IBM's Highly Parallel Supercomputing Laboratory is working on an Intel Corp 80860-based multiprocessor system - codenamed Vulcan - to be deployed this year as a transitional solution between the current RS / 60000 and a 64-bit RS / 6000 called Envoy, which will be directly related to DEC's Alpha RISC systems by the end of next year.""]" -784,"['Mind', 'I', 'saw', 'them', 'in', 'tt', 'they', 'were', 'the', 'same', 'price', 'in', 'erm', 'You', ""Can't"", 'Go', 'Wrong', 'and', 'tt', 'the', 'place', 'opposite', 'Woolworths', 'in', 'Caerphilly']","[22, 23]",1,woolworths,Mind I saw them in tt they were the same price in erm You Can't Go Wrong and tt the place opposite Woolworths in Caerphilly,"[""Mind you, I saw them in tt they were the same price in he You Can't Go Wrong and tt the place opposite Woolworths in Caerphilly"", ""However, I saw them in tt, they were the same price as in he You Can't Go Wrong and tt the place opposite Woolworths in Caerphilly"", ""Mind you, I saw them in tt where they had the same price, in he You Can't Go Wrong and tt the place opposite Woolworths in Caerphilly"", ""I thoughtfully saw them in tt they were at the same price in he You Can't Go Wrong and tt the place opposite Woolworths in Caerphilly from the same supplier"", 'I saw them in a park opposite Woolworths in Caerphilly, where they had the same price - ""You Can\'t Go Wrong"" - and in a park opposite Woolworths.']" -785,"['The', 'search', 'for', 'a', 'new', 'chief,', 'to', 'be', 'led', 'by', 'Akers', 'and', 'managed', 'by', ""IBM's"", 'board', 'nominating', 'and', 'executive', 'compensation', 'committee,', 'which', 'is', 'chaired', 'by', 'James', 'Burke,', 'a', 'former', 'chairman', 'of', 'Johnson', '&', 'Johnson,', 'will', 'be', 'conducted', 'both', 'within', 'and', 'outside', 'the', 'company,', 'and', 'IBM', 'has', 'given', 'itself', '90', 'days', 'to', 'complete', 'the', 'process.']","[44, 45]",1,ibm,"The search for a new chief, to be led by Akers and managed by IBM's board nominating and executive compensation committee, which is chaired by James Burke, a former chairman of Johnson & Johnson, will be conducted both within and outside the company, and IBM has given itself 90 days to complete the process.","[""The search for a new CEO, led by Akers and led by the company's nominating and executive committee, chaired by James Burke, a former CEO of Johnson & Johnson, will take place both inside and outside the company, with IBM given 90 days to complete the process."", 'The search for a new CEO, led by Akers and represented by the IBM Nomination and Executive Compliance Committee chaired by James Burke, a former chairman of Johnson & Johnson, is being conducted both internally and externally, and IBM has given itself 90 days to complete the process.', 'The search for a new CEO, led by Akers and led by the IBM Nomination and Executive Components Committee, chaired by James Burke, former chairman of Johnson & Johnson, will take place both inside and outside the company, for which IBM has set 90 days.', 'The search for a new chief executive, led by Akers and chaired by former Johnson & Johnson chairman James Burke, will face resistance inside and outside the company, and IBM has given itself 90 days to complete the process.', ""The search for a new CEO will be led by Akers and overseen by IBM's board of directors, which oversees the company's nomination and board of directors, which includes James Burke, a former Johnson & Johnson executive, and IBM has given itself 90 days to complete the process.""]" -786,"['Siemens', 'Nixdorf', ""'s"", 'workforce', 'this', 'year', 'is', 'expected', 'to', 'be', 'cut', 'by', 'at', 'least', '600', 'additional', 'people,', 'up', 'from', '200', 'people', 'last', 'year,', 'due', 'to', 'the', 'general', 'decline', 'in', 'demand', 'for', 'computer', 'products.']","[0, 2]",0,siemens nixdorf,"Siemens Nixdorf's workforce this year is expected to be cut by at least 600 additional people, up from 200 people last year, due to the general decline in demand for computer products.","['Due to the generally declining demand for computer products, Siemens Nixdorf is expected to cut at least 600 employees this year, up from 200 in the previous year.', 'Siemens Nixdorf is expected to cut around 600 additional jobs this year due to the general decline in demand for computer products, compared with 200 last year.', ""Siemens Nixdorf's workforce is expected to shrink by at least 600 this year (compared to 200 last year) due to the general decline in demand for computer products."", 'Siemens Nixdorf is expected to reduce its workforce by at least 600 this year due to the general decline in demand for computer products, up from 200 last year.', 'Due to the generally declining demand for computer products, specialist Siemens Nixdorf expects to hire at least 600 additional employees this year, up from 200 last year.']" -787,"['It', 'has', 'interfaces', 'to', 'a', 'number', 'of', 'products', 'such', 'as', 'Cadam,', 'I-DEAS', 'and', 'Unigraphics', 'and', 'is', 'from', '$13,000;', 'Fujitsu', 'looks', 'to', 'sell', '3,000', 'systems', 'over', 'three', 'years.']","[18, 19]",1,fujitsu,"It has interfaces to a number of products such as Cadam, I-DEAS and Unigraphics and is from $13,000; Fujitsu looks to sell 3,000 systems over three years.","['It has interfaces to a range of products including Cadam, I-DEAS and Unigraphics and costs from $13,000; Fujitsu plans to sell 3,000 systems in three years.', 'It has interfaces to a range of products including Cadam, I-DEAS and Unigraphics and is available from $13,000; Fujitsu plans to sell 3,000 systems within three years.', 'It has interfaces to a range of products including Cadam, I-DEAS and Unigraphics and is available from $13,000; Fujitsu hopes to sell 3,000 devices in three years.', 'It features interfaces to a range of products including Cadam, I-DEAS and Unigraphics and costs from $13,000.', 'The Model 2 plan costs $13,000, and Fujitsu plans to sell 3,000 systems over three years.']" -788,"['Time', 'Warner', 'has', 'been', 'looking', 'for', 'a', 'high-technology', 'partner', 'since', '1991,', 'when', 'it', 'sold', 'smaller', 'stakes', 'in', 'TWE', 'to', 'two', 'Japanese', 'firms,', 'Toshiba', 'and', 'ITOCHU', '(then', 'known', 'as', 'C.', 'Itoh).']","[0, 2]",1,time warner,"Time Warner has been looking for a high-technology partner since 1991, when it sold smaller stakes in TWE to two Japanese firms, Toshiba and ITOCHU (then known as C. Itoh).","['Time Warner was already looking for a high-tech partner in 1991 when it sold smaller TWE shares to the two Japanese companies Toshiba and ITOCHU (then C. Itoh).', 'Time Warner has been looking for a high-tech partner since 1991, when it sold smaller shares in TWE to the two Japanese companies Toshiba and ITOCHU (then C. Itoh).', 'Time Warner has been looking for a high-tech partner since 1991, when it sold smaller shares in TWE to Japanese companies Toshiba and ITOCHU (then C. Itoh).', 'Time Warner has been looking for a high-tech partner since 1991 and has sold smaller shares in TWE Fowler to the two Japanese companies Toshiba and ITOCHU (then C. Itoh).', 'Time Warner sold its smaller stake in TWE in 1991 to two Japanese companies, Toshiba and ITOCHU (then C. Itoh), and was looking for a high-tech partner.']" -789,"['Texas', 'Instruments,', 'Sun', ""'s"", 'co-developer', 'and', 'fabricator,', 'said', 'that', 'the', '""business', 'decision""', 'to', 'start', 'ramping-up', 'production', 'of', 'the', 'smaller', 'chips', 'at', 'the', 'expense', 'of', 'fussing', 'over', 'the', '50MHz', 'part', 'was', 'made', 'two', 'months', 'ago,', 'because', 'Sun', ""couldn't"", 'wait', 'any', 'longer.']","[2, 3]",0,sun,"Texas Instruments, Sun's co-developer and fabricator, said that the""business decision"" to start ramping-up production of the smaller chips at the expense of fussing over the 50MHz part was made two months ago, because Sun couldn't wait any longer.","['Texas Instruments, Sun\'s co-developer and manufacturer, said the ""entrepreneurial decision"" to ramp up production of the smaller chips above 50MHz at the expense of manipulation was made two months ago because Sun could not wait any longer.', 'Texas Instruments, Sun\'s co-developer and producer, said the ""entrepreneurial decision"" to resume production of the smaller chips at the expense of the 50MHz botch was made two months ago because Sun could not wait any longer.', 'Texas Instruments, Sun\'s co-developer and manufacturer, said the ""business decision"" to start high-speed production of the smaller chips to affect the 50 MHz part was made two months ago because Sun could not wait any longer.', 'Texas Instruments, Sun\'s co-developer and manufacturer, said the ""entrepreneurial decision"" to ramp up production of the smaller chips above 50MHz at the expense of a flop had been made two months ago because Sun could not wait any longer.', 'Texas Instruments, Sun\'s co-developer and manufacturer, explained that the ""entrepreneurial decision"" to ramp up production of the smaller chips at the expense of manipulating the 50 MHz section was made two months ago because Sun simply could not wait any longer.']" -790,"['They', 'claim', '""', 'AT&T', ""'s"", 'real', 'motivation', 'is', 'to', 'harass', 'and', 'to', 'attempt', 'to', 'intimidate', 'a', 'potential', 'competitor""', 'and', '""to', 'maintain', 'a', 'monopoly', 'of', 'the', 'Unix', 'System', 'market', 'by', 'suing', 'anyone', 'who', 'refuses', 'to', 'tithe', 'to', 'them.""']","[3, 4]",1,at&t,"They claim"" AT&T's real motivation is to harass and to attempt to intimidate a potential competitor"" and""to maintain a monopoly of the Unix System market by suing anyone who refuses to tithe to them.""","['They claim that ""AT & T\'s real motivation is to bully and intimidate a potential competitor"" and ""maintain a monopoly in the Unix system market by suing anyone who refuses to pay them tithes.""', 'They claim that ""AT & T\'s true motivation is to harass and intimidate a potential competitor"" and ""maintain the monopoly of the Unix system market by suing anyone who refuses to pay.""', 'He claims that AT & T\'s real motivation is to intimidate a potential competitor ""and maintain a monopoly on the Unix system market by suing anyone who refuses to comply.""', 'AT & T claims that ""the real purpose of AT & T is to harass and intimidate a potential competitor"" and ""maintain a monopoly in the market for Unix systems by suing anyone who refuses to pay their tithe.""', 'They claim that ""AT & T harassed and intimidated a potential competitor"" and ""maintained a monopoly on the Unix system market by suing all those who refused to work for the company.""']" -791,"['A', 'stalemate', 'would', 'make', 'sure', 'that', 'neither', 'Ford', 'nor', 'GM', 'could', 'benefit', 'from', ""Jaguar's"", 'expertise', 'in', 'the', 'luxury', 'car', 'market', 'but', 'it', 'will', 'not', 'be', 'particularly', 'attractive', 'for', 'investors.']","[7, 8]",0,ford,A stalemate would make sure that neither Ford nor GM could benefit from Jaguar's expertise in the luxury car market but it will not be particularly attractive for investors.,"[""A stalemate would ensure that neither Ford nor GM could benefit from Jaguar's expertise in the luxury car market, but it will not be particularly attractive to investors."", ""A stalemate would ensure that neither Ford nor GM would benefit from Jaguar's expertise in the luxury car market, but that would not be particularly attractive to investors."", ""An impasse would ensure that neither Ford nor GM could benefit from Jaguar's expertise in the luxury car market, but it would be unattractive to investors."", ""A stalemate would ensure that neither Ford nor GM would benefit from Jaguar's expertise in the luxury car market, but it will not be particularly attractive to investors."", ""A stalemate would ensure that neither Ford nor GM would benefit from Jaguar's expertise in the luxury car market, but it will not be particularly attractive to investors.""]" -792,"['Sumitomo', 'Metal', 'Industries', ',', ""Japan's"", 'third-largest', 'steel', 'company,', 'has', 'abandoned', 'at', 'least', 'the', 'first', 'phase', 'of', 'a', 'big', 'refinancing', 'scheme.']","[0, 3]",1,sumitomo metal industries,"Sumitomo Metal Industries, Japan's third-largest steel company, has abandoned at least the first phase of a big refinancing scheme.","[""Sumitomo Metall Industries, Japan's third-largest steel company, has abandoned at least the first phase of a major refinancing program."", ""Sumitomo Metal Industries, Japan's third-largest steel company, has abandoned at least the first phase of a comprehensive debt restructuring program."", ""Sumitomo Metal Industries, Japan's third-largest steel company, has abandoned at least the first phase of a major refinancing model."", ""Sumitomo Metal Industries, Japan's third-largest steelmaker, has completed at least the first phase of a major refinancing program."", ""Sumitomo Industries, Japan's third-largest steel group, has abandoned at least the first phase of a key refinancing mechanism.""]" -793,"['Contrary', 'to', 'the', 'view', 'of', 'many', 'observers', 'in', 'the', 'computer', 'industry,', 'the', 'reliance', 'of', 'Fujitsu', 'and', 'Hitachi', 'on', 'plug', 'compatibles', 'is', 'not', 'a', 'sign', 'of', 'technological', 'weakness.']","[14, 15]",0,fujitsu,"Contrary to the view of many observers in the computer industry, the reliance of Fujitsu and Hitachi on plug compatibles is not a sign of technological weakness.","[""Contrary to what many observers in the computer industry believe, Fujitsu and Hitachi's reliance on plug-in-compatible systems is not a sign of technical weakness."", ""Contrary to what many observers in the computer industry think, Fujitsu and Hitachi's reliance on plug-in devices is not a sign of technological weakness."", ""Contrary to what many observers in the computer industry think, Fujitsu and Hitachi's reliance on plug-in sales is not a sign of technological weakness."", 'Contrary to many observers, the use of connectors by Fujitsu and Hitachi is not a technology weakness in the computer industry.', 'In contrast to other countries, where the number of unemployed has increased significantly in the last ten years, the number of unemployed in Germany has risen by 0.2 percent compared to the previous year, as reported by the Federal Statistical Office.']" -794,"['Economies', 'of', 'scale', 'mean', 'that', 'size', 'does', 'still', 'matter:', 'to', 'succeed,', 'companies', 'have', 'to', 'grow', 'while', 'constantly', 'guarding', 'against', 'building', 'the', 'sclerotic', 'bureaucracy', 'that', 'bolsters', 'a', 'sense', 'of', 'infallibility', 'that', 'was', 'IBM', ""'s"", 'ultimate', 'downfall.']","[31, 32]",0,ibm,"Economies of scale mean that size does still matter: to succeed, companies have to grow while constantly guarding against building the sclerotic bureaucracy that bolsters a sense of infallibility that was IBM's ultimate downfall.","[""Size economics means that size still matters: to succeed, companies must grow, while constantly wary of building a sclerotic bureaucracy that reinforces a sense of infallibility that was IBM's last decline."", ""Because of economies of scale, size remains important: to succeed, companies must grow, while constantly wary of building the sclerotic bureaucracy that reinforces a sense of infallibility that led to IBM's ultimate decline."", 'Economies of scale mean that size still matters: to succeed, companies must grow, but, under constant guard, arm themselves against the building of a sclerotic bureaucracy that fosters the sense of infallibility that ultimately doomed IBM.', 'Large economies mean that size still matters: to succeed, companies must grow, while always wary of the emergence of the sclerotic bureaucracy that reinforces a sense of infallibility that ultimately brought down IBM.', ""Large economies mean that size still matters: to realize, companies must shrink, while battling the accumulation of swallowing bureaucracy that makes them seem infallible, which was IBM's ultimate downfall.""]" -795,"['I', 'was', 'admiring', 'it', 'and', 'one', 'of', 'them', 'said', 'it', 'was', 'a', 'Fiat', '--', 'Italian,', 'which', 'is', 'suitable.']","[12, 13]",1,fiat,"I was admiring it and one of them said it was a Fiat -- Italian, which is suitable.","['I admired him, and one of them said it was a Fiat - Italian, which fits well.', 'I admired him, and one said it was a Fiat, Italian, which fits well.', 'I admired him and one of them said it was a Fiat - Italian - which was appropriate.', 'I admired him and one of them said it was a Fiat - an Italian one that suits me.', 'I admired him and one said it was a Fiat - Italian for what he is.']" -796,"['Microsoft', 'has', 'also', 'licensed', 'Windows', 'source', 'code', 'to', 'companies', 'such', 'as', 'Citrix', 'Systems,', 'which', 'will', 'deliver', 'a', 'multiuser', 'version', 'of', 'Windows', 'NT.']","[0, 1]",0,microsoft,"Microsoft has also licensed Windows source code to companies such as Citrix Systems, which will deliver a multiuser version of Windows NT.","['Microsoft has also licensed Windows source code to companies such as Citrix Systems, which will deliver a multiuser version of Windows NT.', 'Microsoft has also licensed Windows source code to companies such as Citrix Systems that offer a multi-user version of Windows NT.', 'Microsoft has also licensed the source code of Windows to companies such as Citrix Systems, which offer a multi-user version of Windows NT.', 'Microsoft also licensed the Windows source code to companies such as Citrix Systems, which will deliver a multi-user version of Windows NT in the future.', 'Microsoft also licenses the Windows source code to companies such as Citrix Systems, which provides a multiuser version of Windows NT.']" -797,"['Regal', '600cc:', '1,', 'J', 'Moodie', '(Honda)', '115.13mph;', '2,', 'M', 'Edwards', '(Honda)', '115.06;', '3,', 'J', 'Dunlop', '(Honda)', '114.95;', '4,', 'B', 'Jackson', '(Honda)', '114.25;', '5,', 'B', 'Reid', '(Honda)', '113.75;', '6,', 'A', 'Irwin', '(', 'Honda', ')', '113.75.']","[31, 32]",1,honda,"Regal 600cc: 1, J Moodie (Honda) 115.13mph; 2, M Edwards (Honda) 115.06; 3, J Dunlop (Honda) 114.95; 4, B Jackson (Honda) 114.25; 5, B Reid (Honda) 113.75; 6, A Irwin ( Honda ) 113.75.","['Regal 600cc: 1st J Moodie (Honda) 115.13km / h; 2nd M Edwards (Honda) 115.06; 3rd J Dunlop (Honda) 114.95; 4th B Jackson (Honda) 114.25; 5th B Reid (Honda) 113.75; 6th A Irwin (Honda) 113.75.', 'Regal 600cc: 1st J Moodie (Honda) 115.13km / h; 2nd M Edwards (Honda) 115.06; 3rd J Dunlop (Honda) 114.95; 4th B Jackson (Honda) 114.25; 5th B Reid (Honda) 113.75; 6th A Irwin (Honda) 113.75.', 'Regal 600cc: 1st J Moodie (Honda) 210.6km / h; 2nd M Edwards (Honda) 115.06; 3rd J Dunlop (Honda) 114.95; 4th B Jackson (Honda) 114.25; 5th B Reid (Honda) 113.75; 6th A Irwin (Honda) 113.75.', '1st J Moodie (Honda) 115.13km / h; 2nd M Edwards (Honda) 115.06; 3rd J Dunlop (Honda) 114.95; 4th B Jackson (Honda) 114.25; 5th B. Reid (Honda) 113.75; 6th A Irwin (Honda) 113.75.', 'Regal 600cc: 1st J Moodie (Honda) 115.13km / h; 2nd M Edwards (Honda) 115.06; 3rd J Dunlop (Honda) 114.95; 4th B Jackson (Honda) 114.25; 5th B Reid (Honda) 113.75; 6th A Irwin (Honda) 113.75.']" -798,"['You', 'will', 'probably', 'find', 'these', 'locally', 'in', 'Woolworths', 'etc.,', 'as', 'well', 'as', 'in', 'any', 'of', 'the', 'larger', 'electronic', 'component', 'catalogues.']","[7, 8]",1,woolworths,"You will probably find these locally in Woolworths etc., as well as in any of the larger electronic component catalogues.","['You will probably find them uniformly in Woolworths etc. as well as in any major catalogue of electronic components.', 'You will probably find these laboratories in Woolworths etc. as well as in all important electronic component catalogues.', 'These can be found on site at Woolworths etc. as well as in one of the more extensive electronic component catalogues.', 'You will probably find them locally in Woolworths etc. as well as in the sizes of the electronic parts catalogue.', ""You'll probably find it in Woolworths and any major catalogue of electronic subsystems.""]" -799,"['Thyssen', ',', 'Krupp', 'and', 'Saarstahl', 'AG', 'are', 'in', 'talks', 'that', 'could', 'lead', 'to', 'a', 'merger', 'of', 'their', 'troubled', 'structural', 'steel', 'divisions.']","[0, 1]",1,thyssen,"Thyssen, Krupp and Saarstahl AG are in talks that could lead to a merger of their troubled structural steel divisions.","['Thyssen, Krupp and Saarstahl AG are in talks that could lead to a merger of their ailing steel structural division.', 'Thyssen, Krupp and Saarstahl AG are in talks that could lead to a merger of their ailing steel structural division.', 'Thyssen, Krupp and Saarstahl AG are in talks that could lead to a merger of their struggling structural steel businesses.', 'Thyssen, Krupp and Saarstahl AG are in talks that could lead to a merger of their ailing steel business.', 'Thyssen, Krupp and Kärntner Saarstahl AG are in talks that could lead to a merger of their ailing steel business.']" -800,"['Bill', 'Gates,', 'in', 'London', 'yesterday', 'addressing', 'sundry', 'gatherings,', 'notably', 'the', 'Institute', 'of', 'Directors', 'annual', 'convention,', 'said', 'he', 'dispatched', '50', 'messages', 'back', 'to', 'base', 'on', 'the', 'flight', 'over;', 'asked', 'if', 'his', 'impending', 'nuptials', 'would', 'adversely', 'affect', 'Microsoft', 'Corp', ',', 'he', 'said', '""it', 'takes', 'a', 'lot', 'of', 'time', 'being', 'single:', 'I', 'think', 'being', 'married', 'will', 'be', 'very', 'efficient.""']","[35, 37]",0,microsoft corp,"Bill Gates, in London yesterday addressing sundry gatherings, notably the Institute of Directors annual convention, said he dispatched 50 messages back to base on the flight over; asked if his impending nuptials would adversely affect Microsoft Corp, he said""it takes a lot of time being single: I think being married will be very efficient.""","['Bill Gates, who spoke to numerous meetings in London yesterday, notably at the Institute of Directors ""annual party, said he had sent 50 messages on the flight back to the base; when asked if his upcoming nuptials would have a negative impact on Microsoft Corp, he said:"" It takes a lot of time to be single: I think being married will be very efficient. ""', 'Bill Gates told numerous meetings in London yesterday, notably at the Institute of Directors annual meeting, that he sent 50 messages back on the flight after one date, and when asked if his upcoming wedding would hurt Microsoft Corp, he said: ""It takes a lot of time to be single: I think being married will be very efficient.""', 'Bill Gates, who addressed a series of meetings in London yesterday, notably the Institute of Directors ""annual meeting, said he had sent 50 messages back to England for the flight to fly over, and when asked if his impending marriage would affect Microsoft Corp, he said:"" It takes a long time for me to be single: I think being married will be very effective. ""', 'Bill Gates said yesterday at the congress of the institute in London that he sent 50 messages to the base on the flight to New York. Asked if his upcoming weddings would negatively affect Microsoft Corporation, he said: ""It takes a lot of time to be single: I think it will be very efficient.""', 'Bill Gates cancelled 50 announcements to his commander at various levels yesterday in London, including the Institute of Directors ""annual meeting, mainly based on the outbound flight, and asked if his upcoming wedding would have a negative impact on Microsoft Corp:"" It takes a long time to be single: I think it\'s very efficient to be married. ""']" -801,"['SIEMENS', 'HAS', 'NEW', 'CAD/CAM', 'TOOLKIT']","[0, 1]",0,siemens,SIEMENS HAS NEW CAD/CAM TOOLKIT,"['SIEMENS HAS NEW CAD / CAM-TOOLKIT', 'SIEMENS has new CAD / CAM-TOOLKIT', 'SIEMENS HAS NEW CAD / CAM-TOOLKIT', 'SIEMENS has new CAD / CAM tools', 'SIEMENS HAS NEW CAD / CAM garment']" -802,"['Asked', 'about', ""Sun's"", 'continued', 'support', 'of', 'USL,', 'McNealy', 'said,', '""', 'Sun', 'is', 'the', 'only', 'company', 'that', 'can', 'engineer', 'its', 'way', 'out', 'of', 'any', 'operating', 'system', 'royalty', 'in', 'a', 'year', 'or', 'two.']","[10, 11]",0,sun,"Asked about Sun's continued support of USL, McNealy said,"" Sun is the only company that can engineer its way out of any operating system royalty in a year or two.","['Asked about Sun\'s continued support of the USL, McNealy said: ""Sun is the only company that can pay a license fee for operating systems in a year or two.', 'Asked about Sun\'s continued support of USL, McNealy said: ""Sun is the only company that can get out of a license payment for the operating system within a year or two.', 'Asked if Sun will continue to support USL, McNealy said: ""Sun is the only company that can get out of the operating system royalties within the next year or two.', 'Asked if Sun would continue to support USL, McNealy said: ""Sun is the only company that can operate free of operating system royalties in a year or two.', 'Asked about Sun\'s continued support for USL, McNealy said: ""Sun is the only company that can make a profit from operating system royalties in a year or two.']" -803,"['Part', 'of', 'the', 'new', 'cash', 'from', 'DEC', 'will', 'go', 'to', 'buying', 'between', '4%', 'and', '5%', 'of', 'the', 'total', 'Olivetti', 'equity', 'from', 'the', ""Italian's"", 'management', 'board,', '(of', 'which', 'CIR', 'is', 'the', 'majority', 'shareholder).']","[18, 19]",0,olivetti,"Part of the new cash from DEC will go to buying between 4% and 5% of the total Olivetti equity from the Italian's management board, (of which CIR is the majority shareholder).","[""Part of DEC's new cash will be used to buy between 4% and 5% of Olivetti's total capital from the Italian Board of Directors (of which CIR is the majority shareholder)."", ""Part of DEC's new cash will be used to acquire 4-5% of Olivetti's total capital from the Italian Board of Directors (of which CIR is the majority shareholder)."", ""Part of DEC's new funds will be used to buy between 4% and 5% of the total Olivetti shares held by the Italian management, of which CIR is the majority shareholder."", ""DEC's new cash share will be used in part to buy 4% to 5% of Olivetti's total capital from the board of directors of the Italian company (of which CIR is the majority shareholder)."", ""Some of DEC's new money will be used to buy 4-5% of Olivetti's total share capital from the Italian Board of Directors (of which CIR is the majority shareholder).""]" -804,"['SIEMENS', 'NIXDORF', ',', 'EPSON,', 'NEC', 'ALSO', 'DANCE', 'THE', 'NEXTSTEP']","[0, 2]",0,siemens nixdorf,"SIEMENS NIXDORF, EPSON, NEC ALSO DANCE THE NEXTSTEP","['SIEMENS NIXDORF, EPSON, NEC ALSO DANCE THE NEXTSTEP', 'SIEMENS NIXDORF, EPSON, NEC ALSO IN THE NEXT DANCE', 'SIEMENS NIXDORF, EPSON, NEC AUMO DANCE THE Next TSTEP', 'SIEMENS NIXDORF, EPSON, NEC AUCHTANZ PANG', 'SIEMENS NIXDORF, EPamphlet, NEC AUGAU to NEXT']" -805,"['Matsushita', 'Electric', 'Industrial', 'Co', 'has', 'started', 'marketing', 'the', 'Panacom', 'Pro-note', 'V', 'IBM-compatible', 'notebook', 'computer.']","[0, 4]",1,matsushita electric industrial co,Matsushita Electric Industrial Co has started marketing the Panacom Pro-note V IBM-compatible notebook computer.,"['Matsushita Electric Industrial Co has started selling the Panacom Pro-Note V IBM-compatible notebook.', 'Matsushita Electric Industrial Co has started marketing the Panacom Pro-note V IBM-compatible notebooks.', 'Matsushita Electric Industrial Co has started marketing the Panacom Pro-Note V IBM-compatible notebook.', 'Matsushita Electric Industrial Co has started selling the Panacom Pro-Note V IBM-compatible notebook.', 'Matsushita Electric Industrial Co has begun marketing an IBM-compatible laptop as part of the Panacom Quart V.']" -806,"['Sony', 'Corp', 'says', 'it', 'will', 'reduce', 'recruitment', 'of', 'new', 'graduates', 'next', 'fiscal', 'year', 'to', '500', 'from', 'the', '990', 'that', 'it', 'has', 'offered', 'jobs', 'for', 'the', 'current', 'year:', 'it', 'will', 'be', 'the', 'second', 'consecutive', 'year-on-year', 'decrease', 'in', 'recruitment', 'after', 'a', 'peak', 'of', '1,750', 'in', 'the', '1992-93', 'fiscal', 'year.']","[0, 2]",1,sony corp,"Sony Corp says it will reduce recruitment of new graduates next fiscal year to 500 from the 990 that it has offered jobs for the current year: it will be the second consecutive year-on-year decrease in recruitment after a peak of 1,750 in the 1992-93 fiscal year.","['Sony Corp. will reduce hiring of college graduates next fiscal year to 500 of the 990 jobs it has cut for the current year, the second year-over-year decline from a high of 1,750 in 1992-93.', 'Sony Corp. says it will reduce the number of prospective scientists in the next fiscal year to 500 from the 990 it promised for the current year: it will be the second consecutive year that the number of new employees has fallen rapidly, after peaking at 1,750 in the 1992-93 fiscal year.', 'Sony Corp. says it will reduce hiring of new graduates in the next fiscal year to 500 of the 990 apprenticeships offered for the current year, the second consecutive decline from the previous year, after 1,750 at the height of the 1992-93 fiscal year.', 'The Sony Group intends to reduce the number of new employees in the current financial year from 990 to 500: this is the second year-on-year decrease after the peak of 1,750 in the 1992 / 93 financial year.', 'After a peak of 1,750 employees in the 1992-93 fiscal year, Sony Corporation will reduce the number of new hires to 500 in the last fiscal year, it said, marking the second consecutive year of decline.']" -807,"['IBM', 'Corp', 'has', 'had', 'to', 'call', 'in', 'the', 'headhunters', 'again', 'to', 'find', 'itself', 'a', 'new', 'chief', 'financial', 'officer:', 'it', 'has', 'tapped', 'Russell', 'Reynolds', 'Associates,', 'and', 'the', 'executive', 'search', 'firm', 'says', 'that', 'it', 'was', 'actually', 'hired', 'by', 'IBM', 'prior', 'to', 'appointment', 'of', 'Louis', 'Gerstner', 'as', 'chairman', 'and', 'chief', 'executive.']","[0, 2]",1,ibm corp,"IBM Corp has had to call in the headhunters again to find itself a new chief financial officer: it has tapped Russell Reynolds Associates, and the executive search firm says that it was actually hired by IBM prior to appointment of Louis Gerstner as chairman and chief executive.","['IBM Corp had to hire headhunters again to find a new chief financial officer: Russell Reynolds Associates was tapped, and the search engine company says it was actually hired by IBM before Louis Gerstner was named chairman and CEO.', 'IBM Corp had to call in headhunters again to find a new chief financial officer: it has tapped Russell Reynolds Associates, and the search engine says it was actually hired by IBM before Louis Gerstner was named chairman and chief executive.', 'IBM Corp had to hire headhunters again to find a new chief financial officer: Russell Reynolds Associates has been tapped, and the recruitment firm says it was hired before Louis Gerstner was named chairman and CEO of IBM.', 'IBM Corp. had to hire headhunters again to find a new chief financial officer: the company has hired Russell Reynolds Associates. Moreover, the human resources consulting firm Executive Search claims that it was actually hired before Louis Gerstner was appointed chairman and CEO of IBM.', 'IBM Corp had to call in headhunters to choose the new chief financial officer: Russell Reynolds Associates had been tapped, and the search engine company claimed that IBM had actually hired the chief executive before appointing Louis Gerstner as chairman and chief executive.']" -808,"['The', 'double', 'tendering', 'success', 'came', 'about', 'because', 'the', 'offices', 'of', 'Boosey', '&', 'Hawkes', 'were', 'located', 'on', 'the', 'site', 'of', 'the', 'planned', 'new', ""Sainsbury's"", 'superstore', 'in', 'Hendon.']","[22, 23]",0,sainsbury's,The double tendering success came about because the offices of Boosey & Hawkes were located on the site of the planned new Sainsbury's superstore in Hendon.,"[""The double bid was successful because Boosey & Hawkes' offices were on the site of the proposed new Sainsbury's supermarket branch in Hendon."", ""This year's double bid came about because Boosey & Hawkes' offices were on the site of the proposed new Sainsbury's supermarket in Hendon."", ""The double bid was successful because the Boosey & Hawkes office was on the site of the proposed new Sainsbury's supermarket chain in Hendon."", ""The bidding success comes as Boosey & Hawkes' office is on the site of the proposed new Osborne's supermarket in Hendon."", ""The double offer price was achieved because the offices of Boosey & Hawkes were on the site of the proposed new Sainsbury's.""]" -809,"['Honda', 'engineering', 'and', '16-valve', 'engine', 'under', 'a', 'Rover', 'skin', 'have', 'produced', 'a', 'highly', 'successful', 'formula,', 'with', 'good', 'quality,', 'lots', 'of', 'driver', 'appeal', 'and', 'a', 'touch', 'of', 'class', 'above', 'the', 'average', 'in', 'this', 'category.']","[0, 1]",0,honda,"Honda engineering and 16-valve engine under a Rover skin have produced a highly successful formula, with good quality, lots of driver appeal and a touch of class above the average in this category.","['Honda technology and the 16-valve engine under the skin of a rover have produced an extremely successful recipe: good quality, lots of driver appeal and a touch of class in this category.', ""Honda's engineering skills and the 16-valve engine under the rover's skin have produced a highly successful recipe: good quality, plenty of driver appeal and a touch of above-average class in this category."", 'Honda technology and a 16-valve engine under the skin of a Range Rover have produced a highly successful formula that is characterised by good quality, high driver attractiveness and a touch of class above average in this category.', 'Honda technology and the 16-valve engine under the skin of a robot have produced a highly successful formula, with good quality, hard-working drivers and a touch of class that is above average in this category.', 'The formula that Honda engineers and 16-valve engine developed under the skin of a RoNissan was very successful: good quality, lots of driver appeal and a touch of above-average class in this category.']" -810,"['The', 'story', 'exhibits', 'just', 'the', 'type', 'of', 'learning', 'and', 'experimentation', 'that', 'one', 'would', 'expect', 'from', 'incrementalism,', 'except', 'that,', 'in', 'the', 'Honda', 'case,', 'the', 'experiments', 'were', 'being', 'conducted', 'for', 'real,', 'not', 'just', 'in', 'the', ""executives'"", 'minds', 'prior', 'to', 'decision,', 'and', 'the', 'process', 'did', 'not', 'seem', 'all', 'that', 'logical.']","[20, 21]",0,honda,"The story exhibits just the type of learning and experimentation that one would expect from incrementalism, except that, in the Honda case, the experiments were being conducted for real, not just in the executives' minds prior to decision, and the process did not seem all that logical.","['History shows exactly the kind of learning and experimentation that one would expect from incrementalism, except that the experiments in the Honda case were conducted according to real patterns, not in the heads of executives before the decision, and that the process did not seem too logical.', ""History just shows the kind of learning and experimentation you would expect from incrementalism, but in Honda's case the experiments were real, not just in the minds of managers before their decision, and the process didn't seem too logical."", ""History shows exactly the kind of learning and experimentation that incrementalism would expect, except that the experiments in Honda's case were real, not just in the heads of executives before their decision, and that the process was not perceived as overly logical."", 'This story shows exactly the kind of learning and experimentation that one would expect from incrementalism, except that the experiments in the so-called Honda case were conducted even before the decision was made for the real thing, and not only in the heads of the executives, and it did not seem so logical that the process was not very logical.', 'History shows exactly the kind of learning and experimentation one would expect from incrementalization, but in Honda\'s case, the experiments were real, and not just in executives ""heads before the decision, and the process seemed anything but logical.']" -811,"['Morgan,', 'Liberty', 'Mutual', 'Life', 'Insurance,', 'Lotus,', 'Martin', 'Marrietta,', 'Merrill', 'Lynch,', 'Nippon', 'Telephone', 'and', 'Telegraph', '(NTT),', 'Reuters,', 'Schlumberger,', 'Sharp,', 'Sony,', 'Sprint', ',', 'TRW,', 'Unilever', 'Ltd,', 'and', 'the', 'Union', 'Bank', 'of', 'Switzerland.']","[19, 20]",0,sprint,"Morgan, Liberty Mutual Life Insurance, Lotus, Martin Marrietta, Merrill Lynch, Nippon Telephone and Telegraph (NTT), Reuters, Schlumberger, Sharp, Sony, Sprint, TRW, Unilever Ltd, and the Union Bank of Switzerland.","['Morgan, Liberty Mutual Life Insurance, Lotus, Martin Marrietta, Merrill Lynch, Nippon Telephone and Telegraph (NTT), Reuters, Schlumberger, Sharp, Sony, Sprint, TRW, Unilever AG and the Swiss National Bank.', 'Morgan, Liberty Mutual Life Insurance, Lotus, Martin Marrietta, Merrill Lynch, Nippon Telphone and Telegraph (NTT), Reuters, Schlumberger, Sharp, Sony, Sprint, TRW, Unilever AG and Union Bank of Switzerland.', 'Morgan, Liberty Mutual Life Insurance, Lotus, Martin Marrietta, Merrill Lynch, Nippon Telefon und Telegram (NTT), Reuters, Schlumberger, Sharp, Sony, Sprint, TRW, Unilever AG and Union Bank of Switzerland.', 'Morgan, Liberty Mutual Life Insurance, Lotus, Martin Marrietta, Merrill Lynch, Nippon Telephone and Telegraph (NTT), Reuters, Schlumberger, Sharp, Sony, Sprint, TRW, Unilever AG and the Swiss National Bank.', 'Morgan, Liberty Mutual Life Insurance, Lotus, Martin Marrietta, Merrill Lynch, Nippon Telephone and Telegraph (NTT), Reuters, Schlumberger, Sharp, Sony, Sprint, TRW, Unilever AG and the Swiss central banks.']" -812,"['Judgment,', 'with', 'costs,', 'was', 'given', 'against', 'Mr', 'Roy', 'Cook,', 'the', 'driver,', 'of', 'Borehamwood,', 'and', 'Goodyear', 'Great', 'Britain', ',', 'of', 'Wolverhampton.']","[14, 17]",0,goodyear great britain,"Judgment, with costs, was given against Mr Roy Cook, the driver, of Borehamwood, and Goodyear Great Britain, of Wolverhampton.","['Roy Cook, the driver from Borehamwood, and Goodyear UK, from Wolverhampton, were fined.', 'The costs ruling was made against Roy Cook, the driver from Borehamwood, and Goodyear UK, from Wolverhampton.', 'The verdict and costs were awarded to Roy Cook, the driver from Borehamwood, and Goodyear Great Britain, from Wolverhampton.', 'Driver Roy Cook, from Borehamwood, and Goodyear, from Wolverhampton, have been charged.', 'The verdict was handed down to Roy Cook, the driver from Borehamwood, and Goodyear UK from Wolverhampton.']" -813,"['Hitachi', 'have', 'also', 'taken', 'the', 'trouble', 'to', 'make', 'the', 'control', 'large', 'enough', 'to', 'operate', 'when', 'wearing', 'thick', 'gloves.']","[0, 1]",1,hitachi,Hitachi have also taken the trouble to make the control large enough to operate when wearing thick gloves.,"['Hitachi has also taken the trouble to make the controls large enough to be operated with thick gloves.', 'Hitachi has also taken the trouble to make the controls large enough to work when wearing thick gloves.', 'Hitachi has also taken the trouble to make the controls large enough to work with thick gloves.', 'Hitachi has also taken the trouble to make the waitress big enough to wear thick gloves.', 'Hitachi has also tried to make the controls large enough to operate when wearing thick gloves.']" -814,"['Committing', 'to', 'offer', 'Microsoft', ""Corp's"", 'NT', 'on', 'Precision', 'Architecture', 'RISC', 'by', '1995,', 'Samsung', 'Electronics', 'Co', 'has', 'launched', 'its', 'first', 'workstation', 'built', 'around', 'the', 'RISC,', 'which', 'it', 'makes', 'under', 'licence', 'from', 'Hewlett-Packard', 'Co', '--', 'six', 'months', 'later', 'than', 'originally', 'planned.']","[12, 15]",1,samsung electronics co,"Committing to offer Microsoft Corp's NT on Precision Architecture RISC by 1995, Samsung Electronics Co has launched its first workstation built around the RISC, which it makes under licence from Hewlett-Packard Co -- six months later than originally planned.","['Following a commitment to provide Microsoft Corps NT on Precision Architecture RISC by 1995, Samsung Electronics Co has launched its first workstation based on this RISC, which it manufactures under license from Hewlett-Packard Co - six months later than originally planned.', ""Due to its commitment to provide Microsoft's NT on Precision Architecture RISC by 1995, Samsung Electronics Co has commissioned its first workstation built on the RISC, which it manufactures under license from Hewlett-Packard Co. - six months later than originally planned."", ""By pledging to provide Microsoft Corp's NT on Precision Architecture RISC by 1995, Samsung Electronics Co launched the first workstation built around the RISC and manufactured under a license from Hewlett-Packard Co. - six months later than originally planned."", 'The NT on Precision Architecture RISC has been offered by Microsoft Corp since 1995, and Samsung Electronics Co has offered its first workstation on the platform, which it produces six months later than planned under license from Hewlett-Packard Co.', ""The company has committed to offering Microsoft Corp's NT on Precision Architecture RISC by 1995, and has launched its first workstation, which will be built by Hewlett-Packard Co - six months later than planned.""]" -815,"['Dell', 'will', 'also', 'be', 'bundling', 'a', 'catalogue', 'of', 'all', 'the', 'programs', 'that', 'work', 'on', 'its', 'boxes', '--', 'along', 'with', ""UniDirect's"", '800', 'number', '--', 'with', 'systems.']","[0, 1]",1,dell,Dell will also be bundling a catalogue of all the programs that work on its boxes -- along with UniDirect's 800 number -- with systems.,"[""Dell will also bundle a catalog of all programs that work on its boxes - in addition to UniDirect's 800 number - with the systems."", ""Dell will also compile a catalog of all programs working on its boxes, such as UniDirect's 800 number."", ""In addition, Dell will bundle a catalog of all programs on its computers - along with UniDirect's 800 devices - that already run on systems."", 'In addition to the UniDirect 800 number, Dell will bundle a catalog of all programs on which the devices work with systems.', 'In addition, Dell will include all programs that work on its computers in a catalog, as will UniDirect with 800.']" -816,"['Austin,', 'Texas-based', 'Dell', 'Computer', 'Corp', 'keeps', 'them', 'coming', '--', 'yesterday', 'added', 'seven', 'new', '80486-based', 'Dimension', 'personal', 'computers', 'at', 'from', '$1,400', 'including', 'colour', 'monitor', 'and', 'enhanced', 'graphics', 'built', 'in', 'through', 'an', 'integrated', 'local', 'bus', 'video', 'system:', 'the', 'systems', 'also', 'include', '4Mb,', '170Mb', 'disk,', '3.5""', 'and', '5.25""', 'floppies,', '512Kb', 'video', 'RAM', 'MS-DOS', '6.0', 'and', 'Windows', '3.1', 'installed,', 'and', 'mouse.']","[2, 5]",0,dell computer corp,"Austin, Texas-based Dell Computer Corp keeps them coming -- yesterday added seven new 80486-based Dimension personal computers at from $1,400 including colour monitor and enhanced graphics built in through an integrated local bus video system: the systems also include 4Mb, 170Mb disk, 3.5"" and 5.25"" floppies, 512Kb video RAM MS-DOS 6.0 and Windows 3.1 installed, and mouse.","['Austin, Texas, Dell Computer Corp. is holding its own -- yesterday, seven new personal computers of the dimension were added at prices starting from $1,400, including color monitor and improved graphics integrated into an integrated local bus video system: Systems also include 4Mb, 170 Mb hard disk, 3.5 ""and 5.25"" floppy disks, 512Kb video room MS-DOS 6.0 and Windows 3.1 installed as well as a mouse.', 'Austin, Texas-based Dell Computer Corp. is keeping them on their toes - yesterday, seven new Dimension computers were added at a price of $1,400, including a color monitor and improved graphics installed via an integrated local bus video system, 170 MB hard drive, 3.5 ""and 5.25"" floppy disks, 512 Kb video RAM MS-DOS 6.0 and Windows 3.1, as well as a mouse.', 'Austin, Texas-based Dell Computer Corp is keeping them on their toes - yesterday, seven new dimension 80486-based personal computers were added for $1,400, including a color monitor and improved graphics built with an integrated local bus video system: the systems also include 4Mb, 170Mb hard disk, 3.5 ""and 5.25"" floppy disks, 512Kb video RAM and Windows 3.1 installed with a mouse.', 'Austin, Texas-based Dell Computer Corp continues to keep things moving - yesterday it bought seven new Dimension PCs for $1,400 each, including a color monitor and graphics integrated via an integrated local bus video system: the systems also include 4Mb, 170Mb hard drive, 3.5 ""and 5.25"" drives, 512Kb MS-DOS 6.0 video and Windows 3.1 installed and mouse.', 'Above all, Dell Computer Corp., based in Austin, Texas, brings customers over the Internet - yesterday there were seven new devices with a capacity of 80486, including Dimension PCs starting at $1,400, including color monitors and improved graphics, integrated by an integrated local bus video system: the systems also include 4Mb, 170 Mb hard disk, 3.5 ""and 5.25"" floppy disks, 512 Kb video amina MS-DOS 6.0 and Windows 3.1 and mouse.']" -817,"['Those', 'canny', 'souls', 'that', 'know', 'how', 'often', 'these', 'things', 'fall', 'at', 'the', 'last', 'hurdle', 'can', 'stop', 'holding', 'their', 'breath', 'and', 'relax', 'over', 'Tadpole', 'Technology', ""Plc's"", 'deal', 'to', 'do', 'a', 'Power', 'RISC-based', 'notebook', 'for', 'IBM', 'Corp:', 'IBM', 'has', 'paid', '$325,000', 'for', '500,000', 'new', 'Tadpole', 'shares', 'at', 'what', 'is', 'now', 'the', 'bargain', 'issue', 'price', 'of', '65p,', 'which', 'at', 'last', ""week's"", 'price', 'of', '224', 'pence', 'gives', 'it', 'an', 'instant', 'paper', 'profit', 'of', '$795,000;', 'it', 'also', 'gets', 'warrants', 'for', '2.22m', 'more', 'shares', 'at', 'the', 'same', 'price', 'to', 'take', 'it', 'to', '12.9%.']","[35, 36]",0,ibm,"Those canny souls that know how often these things fall at the last hurdle can stop holding their breath and relax over Tadpole Technology Plc's deal to do a Power RISC-based notebook for IBM Corp: IBM has paid $325,000 for 500,000 new Tadpole shares at what is now the bargain issue price of 65p, which at last week's price of 224 pence gives it an instant paper profit of $795,000; it also gets warrants for 2.22m more shares at the same price to take it to 12.9%.","['The canny souls who know how often these things fall at the last hurdle can stop holding their breath and relax over the deal by Tadpole Technology Plc to buy a Power RISC-based laptop for IBM Corp. IBM paid $325,000 for 500,000 new Tadpole shares at a bargain price of 65p, giving it an immediate paper profit of $795,000 at a price of 224pence last week; it also receives warrants for 2.22 million more shares at the same price, representing 12.9%.', ""Those canny souls who notice how often these things fall at the final hurdle can stop holding their breath and relax over Tadpole Technology Plc's offer to make a Power RISC-based notebook for IBM Corp: IBM paid $325,000 for 500,000 new Tadpole shares at the current issue price of 65p, giving it an immediate profit of $795,000 at a price of 224 pence last week; it also receives warrants for 2.22 million more shares at the same price, giving it a 12.9% stake."", 'Those wise souls who know how often these things fall at the last hurdle can stop holding their breath and rest their heads on the business of Tadpole Technology Plc with a PowerRISC-based notebook for IBM Corp: IBM paid $325,000 for 500,000 new Tadpole shares at a bargain price of 65p, giving it an immediate paper profit of $795,000 at a price of 224 pence last year; it also receives warrants for 2.22 million new Tadpole shares at the same price to increase it to 12.9%.', ""The canny souls who know how often these things fall at the last hurdle can hold their breath and recover from the business of Tadpole Technology Plc to produce a PowerRISC-based notebook for IBM Corp: IBM paid $325,000 for 500,000 new Tadpole shares at today's bargain price of 65p, bringing an immediate paper profit of $775,000 after last week's price of 224 pence; it also receives warrants for 2.22 million more shares at the same price, representing 12.9%."", 'The kinds of souls who know how often such things fall at the final hurdle can pause and relax when Tadpole Technology Plc makes the deal to create a notebook for IBM Corp based on Power RISC: IBM paid $325,000 for 500,000 new Tadpole shares at a bargain price of 65p, giving it an instant paper profit of $795,000 at 224 pence last week; it also receives warrants for 2.22 million more shares at the same price to increase it to 12.9%.']" -818,"['Led', 'by', 'Geoff', 'Lawson', 'and', 'Keith', 'Helfet,', 'it', 'beat', 'off', 'two', 'late', 'challenges', 'from', 'Ford', 'sources', '--', 'the', 'Ghia', 'studio', 'in', 'Turin', 'and', 'Ford', ""'s"", 'US', 'design', 'centre', 'in', 'Dearborn.']","[23, 24]",0,ford,"Led by Geoff Lawson and Keith Helfet, it beat off two late challenges from Ford sources -- the Ghia studio in Turin and Ford's US design centre in Dearborn.","[""Led by Geoff Lawson and Keith Helfet, they beat two late challengers to Ford: the Ghia studio in Turin and Ford's US design centre in Dearborn."", ""The company, led by Geoff Lawson and Keith Helfet, fended off two late challenges from Ford sources: the Ghia studio in Turin and Ford's design center in Dearborn."", ""Led by Geoff Lawson and Keith Helfet, the combo prevailed over two late challengers from Ford's sources - the Ghia Studio in Turin and Ford's Design Center in Dearborn."", ""Led by Geoff Lawson and Keith Helfet, the A380 fended off two of Ford's current challenges - the Ghia studio in Turin and Ford's US design centre in Dearborn."", ""Led by Geoff Lawson and Keith Helfet, two late claims by Ford - the Ghia studio in Turin and Ford's US design centre in Dearborn - were to be fought.""]" -819,"['WOOD-WAY', 'Hydraulic', 'Services', 'Limited', 'have', 'just', 'announced', 'the', 'award', 'of', 'two', 'contracts', 'for', 'hydraulic', 'and', 'pneumatic', 'maintenance', 'services', 'for', 'Amerada', 'Hess', 'and', 'Total', 'Oil', 'Marine.']","[19, 21]",0,amerada hess,WOOD-WAY Hydraulic Services Limited have just announced the award of two contracts for hydraulic and pneumatic maintenance services for Amerada Hess and Total Oil Marine.,"['WOOD-WAY Hydraulic Services Limited recently announced two hydraulic and pneumatic maintenance contracts for Amerada Hess and Total Oil Marine.', 'WOOD-WAY Hydraulic Services Limited has just announced two hydraulic and pneumatic maintenance contracts for Amerada Hess and Total Oil Marine.', 'HOLZ-WAY Hydraulic Services Limited has announced the award of two contracts for hydraulic and pneumatic maintenance work for Amerada Hess and Total Oil Marine.', 'WOOD-WAY Hydraulic Services Limited recently announced two hydraulic and pneumatic maintenance contracts for Amerada-Hess and Total Oil Marine.', 'WOOD-WAY Hydraulic Services Limited has announced the award of two contracts for hydraulic and pneumatic maintenance services to Amerada Hess and Total Oil Marine.']" -820,"['MARKS', '&', 'SPENCER']","[0, 3]",1,marks & spencer,MARKS & SPENCER,"['MARKETS & SPENCER', 'MARKETS & SPENCER', 'BRANDS & SPENCER', 'MARKETS & SPENCER', 'MARKETS & SPENCER']" -821,"['""A', 'substantial', 'part', 'of', ""Britain's"", 'trade', 'takes', 'place', 'within', 'multinational', 'firms;', 'components', 'produced', 'in', 'one', 'country', 'are', 'shipped', 'to', 'a', 'subsidiary', 'of', 'the', 'same', 'firm', 'in', 'another', 'country,', 'Ford', 'motor', 'cars,', 'for', 'example,', 'are', 'produced', 'on', 'a', 'European-wide', 'basis.']","[28, 29]",0,ford,"""A substantial part of Britain's trade takes place within multinational firms; components produced in one country are shipped to a subsidiary of the same firm in another country, Ford motor cars, for example, are produced on a European-wide basis.","['""A significant proportion of UK trade takes place in multinationals; parts produced in one country are delivered to a subsidiary of the same company in another country, for example Ford cars are produced across Europe.', '""A significant proportion of UK trade takes place within multinationals; components produced in one country are shipped to the same company\'s subsidiary in another country; Ford cars, for example, are produced across Europe.', '""A significant proportion of UK trade takes place within multinationals, components made in one country are shipped to a subsidiary of the same company in another country; Ford cars, for example, are produced across Europe.', '""A significant proportion of UK trade takes place within multinationals, with parts produced in one country going to a subsidiary of that company in another country. For example, Ford cars are produced across Europe.', '""A large part of UK trade takes place in multinationals; parts from that country are transported to a subsidiary of the same company in another country, for example Ford cars are manufactured across Europe.']" -822,"[""I'm"", 'no', 'great', 'fan', 'of', 'BT', 'but', 'surely', 'I', ""can't"", 'be', 'the', 'only', 'person', 'to', 'feel', 'that,', 'despite', 'its', 'unbearable', 'corporate', 'smugness,', 'its', 'waste', 'on', 'stupid', 'logos', 'and', 'its', 'ludicrous', 'charging', 'for', 'directory', 'enquiries,', 'it', 'has', 'transformed', 'itself', 'since', 'privatisation', 'into', 'an', 'organisation', 'that', 'is', 'relatively', 'efficient.']","[5, 6]",0,bt,"I'm no great fan of BT but surely I can't be the only person to feel that, despite its unbearable corporate smugness, its waste on stupid logos and its ludicrous charging for directory enquiries, it has transformed itself since privatisation into an organisation that is relatively efficient.","['I am not a huge fan of BT, but I certainly cannot be the only one who feels that it has become a relatively efficient organisation since privatisation, despite its unbearable complacency, its profligacy with silly logos and ridiculous directory enquiry fees.', ""I'm no great fan of BT, but I certainly can't be the only one who feels that, despite its unbearable complacency, profligacy with silly logos and ludicrous directory enquiries, it has become a relatively efficient organisation since privatisation."", 'I am not a huge fan of BT, but I am certainly not alone in feeling that it has become a relatively efficient organisation since privatisation, despite its unbearable complacency, profligate advertising and ludicrous directory enquiry fees.', ""I'm no great fan of BT, but I can't be the only one who believes that, despite its unbearable self-service, profligate use of silly logos and ludicrous phone refunds, it has become a relatively efficient organisation since privatisation."", ""I'm no great fan of data, but I certainly can't be the only one who believes that BT, despite its unbearable complacency, profligate logos and ludicrous directory enquiry systems, has become a more or less efficient organisation since privatisation.""]" -823,"['The', 'European', 'Commission,', 'which', 'last', 'year', 'made', 'Renault', 'start', 'repaying', 'FFr6', 'billion', 'of', 'state', 'aid,', 'did', 'not', 'object.']","[7, 8]",0,renault,"The European Commission, which last year made Renault start repaying FFr6 billion of state aid, did not object.","['The European Commission, which last year ordered Renault to repay 6 billion francs in state aid, had no objections.', 'The European Commission, which last year ordered Renault to repay 6 billion francs in state aid, had no objections.', 'The European Commission, which last year forced Renault to repay 6 billion francs of state aid, had no objections.', 'The European Commission, which last year ordered Renault to repay 6 billion francs in state aid, had no objections.', 'The European Commission, which last year persuaded Renault to repay 6 billion francs of state aid, has not raised any objections.']" -824,"['IBCA,', 'a', 'London-based', 'credit', 'rating', 'agency,', 'downgraded', 'Tokai,', 'Bank', 'of', 'Tokyo,', 'Hokkaido', 'Takushoku,', 'Nippon', 'Credit,', 'Mitsubishi', 'Trust', '&', 'Banking', ',', 'Sumitomo,', 'Mitsui,', 'Yasuda', 'Trust', '&', 'Banking', 'and', 'Toyo', 'Trust', '&', 'Banking.']","[15, 19]",0,mitsubishi trust & banking,"IBCA, a London-based credit rating agency, downgraded Tokai, Bank of Tokyo, Hokkaido Takushoku, Nippon Credit, Mitsubishi Trust & Banking, Sumitomo, Mitsui, Yasuda Trust & Banking and Toyo Trust & Banking.","['The London-based rating agency IBCA downgraded Tokai, Bank of Tokyo, Hokkaido Takushoku, Nippon Credit, Mitsubishi Trust & Banking, Sumitomo, Mitsui, Yasuda Trust & Banking and Toyo Trust & Banking.', 'The London-based rating agency IBCA downgraded Tokai, Bank of Tokyo, Hokkaido Takushoku, Nippon Credit, Mitsubishi Trust & Banking, Sumitomo, Mitsui, Yasuda Trust & Banking and Toyo Trust & Banking.', 'The rating agency IBCA, a London-based company, downgraded Tokai, Bank of Tokyo, Hokkaido Takushoku, Nippon Credit, Mitsubishi Trust & Banking, Sumitomo, Mitsui, Yasuda Trust & Banking and Toyo Trust & Banking.', 'The rating agency IBCA, based in London, has given a lower rating to Tokai, Bank of Tokyo, Hokkaido Takushoku, Nippon Credit, Mitsubishi Trust & Banking, Sumitomo, Mitsui, Yasuda Trust & Banking and Toyo Trust & Banking.', 'The London-based rating agency IBCA downgraded Tokyo, Bank of Tokyo, Hokkaido Takushoku, Nippon Credit, Mitsubishi Trust & Banking, Sumitomo, Mitsui, Yasuda Trust & Banking and Toyo Trust & Banking.']" -825,"['Excluding', 'its', 'OEM', 'partners,', 'which', 'include', 'Fujitsu', 'Ltd,', 'Toshiba', 'Corp,', 'Fuji', 'Xerox', 'Co,', 'Nippon', 'Steel', 'Co,', 'Matsushita', 'Electric', 'Industrial', 'Co', 'and', 'other', 'powerful', 'players,', 'Sun', 'had', 'an', '11.4%', 'share', 'of', 'the', 'market', 'last', 'fiscal,', 'putting', 'it', 'in', 'fourth', 'place,', 'but', 'if', 'the', 'OEM', 'sales', 'are', 'included', 'it', 'shoots', 'to', 'the', 'top', 'with', 'a', '22.7%', 'share.']","[24, 25]",0,sun,"Excluding its OEM partners, which include Fujitsu Ltd, Toshiba Corp, Fuji Xerox Co, Nippon Steel Co, Matsushita Electric Industrial Co and other powerful players, Sun had an 11.4% share of the market last fiscal, putting it in fourth place, but if the OEM sales are included it shoots to the top with a 22.7% share.","['Excluding its OEM partners, which include Fujitsu Ltd., Toshiba Corp, Fuji Xerox Co., Nippon Steel Co., Matsushita Electric Industrial Co. and other powerful players, Sun had an 11.4% market share in the last fiscal year, putting it in fourth place, but taking into account OEM sales, Sun surged to the top with 22.7%.', 'Excluding OEM partners, including Fujitsu Ltd., Toshiba Corp., Fuji-Xerox Co., Nippon Steel Co., Matsushita Electric Industrial Co. and other high-performing companies, Sun had an 11.4% market share last fiscal year, putting it in fourth place, but taking into account OEM sales, Sun leads the market with 22.7%.', 'Excluding its OEM business partners, which include Fujitsu Ltd., Toshiba Corp, Fuji Xerox Co., Nippon Steel Co., Matsushita Electric Industrial Co. and other powerful players, Sun was fourth in the last fiscal year with 11.4% market share, but when OEM sales are added, Sun leads the way with 22.7% market share.', 'Excluding its OEM partners, which include Fujitsu Ltd., Toshiba Corp, Fuji Xerox Co., Nippon Steel Co., Matsushita Electric Industrial Co., and other powerful forces, Sun achieved 11.4 percent market share last fiscal year, ranking fourth, but including OEM sales, Sun shot to the top with 22.7 percent.', 'Excluding OEM partners, including Fujitsu Ltd., Toshiba Corp, Fuji Xerox Co., Nippon Steel Co., Matsushita Electric Industrial Co., and other powerful players, Sun had an 11.4% market share in the last fiscal year, putting it in fourth place, but when OEM sales are included, Sun has a 22.7% share.']" -826,"['THE', 'final', '$5bn', 'tranche', 'of', 'the', ""Government's"", 'BT', 'holding', 'will', 'be', 'sold', 'off', 'next', 'year', 'for', 'certain.']","[7, 8]",1,bt,THE final $5bn tranche of the Government's BT holding will be sold off next year for certain.,"['The final tranche of $5 billion from state-owned BT Holding will definitely be sold next year.', 'The final tranche of $5 billion from the state-owned BT holding company is certain to be sold next year.', ""The final tranche of BT's state-owned holding company, worth $5 billion, will definitely be sold next year."", 'The final tranche of $5 billion for the state-owned BT holding company will definitely be sold next year.', ""The final tranche of the government's $5 billion BT share package is certain to be sold next year.""]" -827,"['Code-named', 'Thunder,', 'this', 'latest', 'Sparc', 'effort', 'is', 'again', 'being', 'bankrolled', 'Hyundai', 'and', 'is', 'being', 'touted', 'by', 'the', 'La', 'Jolla,', 'California-based', 'firm', 'at', 'up', 'to', '200', 'SPECmarks.']","[10, 11]",0,hyundai,"Code-named Thunder, this latest Sparc effort is again being bankrolled Hyundai and is being touted by the La Jolla, California-based firm at up to 200 SPECmarks.","['Codenamed Thunder, the latest Sparc project is once again sponsored by Hyundai and advertised by the company La Jolla in California with up to 200 marks.', 'Under the alias Thunder, this latest Sparc initiative is once again supported by Hyundai and promoted by La Jolla, California, with up to 200 SPECmarks.', 'Codenamed Thunder, this latest Sparc effort is once again being financed by Hyundai and touted by California-based La Jolla with up to $200 million.', 'Codenamed Thunder, Hyundai is once again funding and releasing this latest Sparc project, which is being promoted by the company in La Jolla, California, with up to 200 SPECMark.', 'With the promise of Before No Fear, this latest Sparc campaign is again funded by Hyundai and sponsored by La Jolla, California (up to 200 SPEC).']" -828,"['Moreover,', ""it's"", 'surely', 'no', 'coincidence', 'that', 'PWI', 'comes', 'at', 'a', 'time', 'when', 'anti-trust', 'allegations', 'against', 'Microsoft', 'are', 'reportedly', 'still', 'under', 'investigation', 'by', 'the', 'US', 'Federal', 'Trade', 'Commission.']","[15, 16]",0,microsoft,"Moreover, it's surely no coincidence that PWI comes at a time when anti-trust allegations against Microsoft are reportedly still under investigation by the US Federal Trade Commission.","['Moreover, it is surely no coincidence that the creation of PWI comes at a time when the antitrust allegations against Microsoft are reportedly still being investigated by the US Federal Trade Commission.', 'Moreover, it is surely no coincidence that PWI is taking place at a time when the US Federal Trade Commission is reportedly still investigating antitrust allegations against Microsoft.', ""Moreover, it is surely no coincidence that the software company's IPO comes at a time when the US Federal Trade Commission (FTC) is reportedly still investigating the antitrust allegations against Microsoft."", 'Moreover, it is surely no coincidence that PWI is taking place at a time when the antitrust allegations against Microsoft are reportedly still being investigated by the US Federal Trade Commission.', 'Moreover, it is surely no coincidence that PWI exists at a time when the antitrust allegations against Microsoft are reportedly still being investigated by the US Federal Trade Commission.']" -829,"['His', 'bosses', 'at', 'Datronech', 'Ltd,', 'Aldershot,', 'Hants,', 'insist', 'that', 'any', 'other', 'computer', 'salesmen', 'who', 'damage', 'their', 'expensive', 'VWs', 'will', 'get', 'the', 'same', 'treatment', 'for', 'a', 'month.']","[17, 18]",1,vws,"His bosses at Datronech Ltd, Aldershot, Hants, insist that any other computer salesmen who damage their expensive VWs will get the same treatment for a month.","['His bosses at Datronech Ltd, Aldershot, Hants, insist all other computer salesmen who damage their expensive VWs receive the same treatment for a month.', 'His bosses at Datronech Ltd, Aldershot, Hants, insist that every other computer salesman who damages his expensive VWs gets the same treatment for a month.', 'Bosses at Datronech Ltd, Aldershot, Hants, insist every other computer salesman who damages their expensive VWs gets the same treatment for a month.', 'His bosses at Datronech Ltd, Aldershot, Hants, insist all other computer salesmen who damage their expensive VWs receive the same treatment for a month.', 'His bosses at Datronech Ltd, Aldershot, Hants, insist all other computer salesmen who damage their expensive Ferraris receive the same treatment for a month.']" -830,"['I', 'am', 'sure', 'that', 'he', 'also', 'welcomes', ""today's"", 'news', 'that', 'the', 'Abbey', 'National', ',', 'Halifax', 'and', 'Nationwide', 'building', 'societies', 'are', 'reducing', 'their', 'lending', 'rates', 'to,', 'as', 'they', 'put', 'it,', 'give', 'a', 'fillip', 'to', 'the', 'housing', 'market.']","[11, 13]",1,abbey national,"I am sure that he also welcomes today's news that the Abbey National, Halifax and Nationwide building societies are reducing their lending rates to, as they put it, give a fillip to the housing market.","[""I am sure he will also welcome today's news that building societies Abbey National, Halifax and Nationwide are cutting their lending rates to stimulate the housing market."", ""I am sure he will also welcome today's news that building societies Abbey National, Halifax and Nationwide are cutting their lending rates to stimulate the housing market."", ""I am sure he will also welcome today's news that building societies Abbey National, Halifax and Nationwide are cutting their lending rates to give a so-called boost to the property market."", ""I am sure he will also welcome today's news that building societies Abbey National, Halifax and Nationwide are cutting their rates to give a boost to the housing market, as they might have said."", ""I'm sure he'll also welcome the news that building societies Abbey National, Halifax and Nationwide are cutting their lending rates to give the property market a fresh boost.""]" -831,"['There', 'will', 'be', 'no', 'number', 'one', 'rider', 'for', 'Honda', 'either', 'and', 'I', 'am', 'very', 'content', 'about', 'that', 'arrangement.""']","[8, 9]",1,honda,"There will be no number one rider for Honda either and I am very content about that arrangement.""","['There will also be no number one driver for Honda and I am very happy with this agreement. ""', 'There will also be no number one driver for Honda and I am very happy with this agreement. ""', 'There will also be no top driver at Honda and I am very happy with this agreement. ""', 'There will not be a number one for Honda and I am very happy with this setup.', ""There won't be a number one at Honda and I'm very happy with that. '""]" -832,"['However,', 'the', 'failure', 'of', 'the', '""After', 'Japan""', 'initiative', 'in', 'the', 'context', 'of', 'the', 'British', 'industrial', 'relations', 'system', 'forced', 'Ford', 'UK', 'to', 'retrench,', 'to', 'introduce', 'its', 'long-term', 'Employee', 'Involvement', 'strategy.']","[18, 20]",1,ford uk,"However, the failure of the""After Japan"" initiative in the context of the British industrial relations system forced Ford UK to retrench, to introduce its long-term Employee Involvement strategy.","['However, the failure of the After Japan initiative in the context of the UK industrial relations system forced Ford UK to scale back its efforts to implement its long-term strategy of worker participation.', 'Nevertheless, the failure of the ""post-Japan"" initiative, in the spirit of the British industrial relations system, forced Ford UK to adopt an austerity policy and its long-term strategy of worker involvement.', 'The failure of the ""post-Japan"" initiative in the context of the British industrial relations system forced Ford UK to backtrack and introduce its long-term strategy for worker involvement.', 'But the failure of the ""After Japan"" initiative in the context of British industrial relations forced Ford UK to adopt an austerity policy to implement its long-term strategy of worker participation.', 'However, the failure of the After Japan initiative in the context of the UK industrial relations system forced Ford UK to withdraw and adopt its long-term strategy of worker participation.']" -833,"['Japanese', 'investor', 'confidence', 'faltered', 'with', 'the', 'news', 'of', 'the', 'coup', 'attempt,', 'one', 'immediate', 'result', 'of', 'which', 'was', 'the', 'postponement', 'of', 'a', '$35,000,000', 'plan', 'by', 'the', 'Japanese', 'electronics', 'company', 'Sony', 'to', 'build', 'an', 'audio', 'equipment', 'factory', 'near', 'Manila.']","[28, 29]",1,sony,"Japanese investor confidence faltered with the news of the coup attempt, one immediate result of which was the postponement of a $35,000,000 plan by the Japanese electronics company Sony to build an audio equipment factory near Manila.","['Japanese investors lost confidence in news of the coup attempt, which led directly to the postponement of a $35 million project by the Japanese electronics company Sony to build an audio factory near Manila.', 'Japanese investors ""confidence was shaken by news of the coup attempt, which immediately led to a postponement of Japanese electronics company Sony\'s $35 million plan to build a factory for sound equipment near Manila.', 'Japanese investors lost confidence when they learned of the coup attempt, one of the immediate consequences of which was the postponement of a $35 million plan by the Japanese electronics company Sony to build a factory for audio equipment near Manila.', 'With the news of the coup attempt, Japanese investors ""confidence wavered, leading to an immediate postponement of a $35 million plan by the Japanese electronics company Sony to build a factory for sound equipment near Manila.', 'News of the coup attempt has also dented investor confidence in Japan, delaying a $35 million plan by Japanese electronics company Sony to build a factory for audio equipment near Manila.']" -834,"['At', 'Barclays', 'we', 'have', 'responded', 'by', 'creating', 'a', 'specialist', 'team', 'to', 'give', 'expert', 'advice', 'and', 'assistance', 'to', 'people', 'interested', 'in', 'franchising', '--', 'whether', 'you', 'are', 'already', 'a', 'Barclays', 'customer', 'or', 'not.']","[1, 2]",0,barclays,At Barclays we have responded by creating a specialist team to give expert advice and assistance to people interested in franchising -- whether you are already a Barclays customer or not.,"['Barclays has responded by setting up a specialist team to provide expert advice and advice to those interested in franchising, regardless of whether or not you are already a Barclays customer.', 'Barclays has responded by setting up a team of experts to provide expert advice and support to people interested in franchising, whether they are already Barclays customers or not.', 'Barclays has responded by setting up a specialist team to provide expert advice and support to anyone interested in franchise services, whether they are already a Barclays customer or not.', 'Barclays has responded with a team of specialists to advise and support franchisees - regardless of whether you are already a Barclays customer or not.', 'We at Barclays have responded by setting up a specialist team to provide people with the best advice and support - whether they are already a Barclays customer or not.']" -835,"['Cable', 'and', 'Wireless', 'is', 'selling', '20%', 'of', 'Mercury', 'Communications', 'to', 'the', 'Canadian', 'BCE', 'for', '$480m.']","[12, 13]",0,bce,Cable and Wireless is selling 20% of Mercury Communications to the Canadian BCE for $480m.,"[""Cable and Wireless sold 20% of Mercury Communications to Canada's BCE for $480 million."", ""Cable and Wireless sells 20% of Mercury Communications to Canada's BCE - for $480 million."", ""Cable and Wireless will sell 20% of Mercury Communications to Canada's BCE for $480 million."", ""Cable and Wireless sold 20% of Mercury Communications to Canada's BCE for $480 million."", ""Cable and Wireless sells 20% of Mercury Communications to Canada's BCE for 480 m0.""]" -836,"['Well', ""it's"", 'cheaper', 'than', 'Tescos', '.']","[4, 5]",0,tescos,Well it's cheaper than Tescos.,"[""Well, it's cheaper than Tesco."", ""Well, it's cheaper than Tesco."", 'This is cheaper than Tesco.', 'But this is cheaper than Tesco.', ""That's cheaper than Tesla.""]" -837,"[""I'm"", 'just', 'gon', 'na', 'see', 'how', 'much', 'the', 'sultanas', 'were', 'at', 'Tesco']","[11, 12]",1,tesco,I'm just gon na see how much the sultanas were at Tesco,"[""I'm just gon na see how much the sultanas were at Tesco"", ""I'm just gon na see how much the sultanas were at Tesco"", ""I'm just gon na see how much the sultanas were at Tesco"", ""I'm just glad to see how high the sultanas were at Tesco"", ""I'm just glad to see how much the sultanas were at Tesco""]" -838,"['BGS', 'SYSTEMS', 'TO', 'SUPPLY', 'IBM', 'WITH', 'BEST', '1']","[4, 5]",0,ibm,BGS SYSTEMS TO SUPPLY IBM WITH BEST 1,"['BGS systems to support IBM with the best 1', 'BGS SYSTEMS supports IBM with the best 1', 'BGS SYSTEMS leads IBM with the best 1', 'BGS SYSTEMS, IBM WITH BEST 1 BOTTOM', 'BGS supports IBM with BEST 1']" -839,"['To', 'mark', 'the', 'achievement', 'the', 'business', 'in', 'Badelona,', 'Spain,', 'was', 'presented', 'with', 'a', 'plaque', 'by,', 'chief', 'executive', 'of', 'Coatings', 'Southern', 'Europe', '.']","[18, 21]",0,coatings southern europe,"To mark the achievement the business in Badelona, Spain, was presented with a plaque by, chief executive of Coatings Southern Europe.","['On this occasion, the company was awarded a plaque by the CEO of Coatings Southern Europe in Badelona, Spain.', 'To celebrate this achievement, the Badelona, Spain plant received a plaque from the CEO of Coatings Southern Europe.', 'In recognition of this achievement, the company was presented with a plaque by the CEO of Coatings Southern Europe in Badelona, Spain.', ""In recognition of the company's performance in Badelona, Spain, he was presented with a plaque by the CEO of Coatings Southern Europe."", 'The CEO of Coatings Southern Europe honoured the success of his company in Badelona (Spain) with an award.']" -840,"['Like', 'other', 'firms', 'that', 'have', 'announced', 'ACE', 'boxes,', 'there', 'is', 'no', 'ACE', 'operating', 'system', 'yet', 'available', 'for', 'the', 'box,', 'though', 'an', 'early', 'version', 'of', 'Microsoft', ""'s"", 'NT', 'will', 'be', 'available', 'in', 'June', '--', 'the', 'complete', 'offering', 'from', 'December', '--', 'with', 'Unix', 'System', ""Labs'"", 'SVR4', 'due', 'at', 'the', 'beginning', 'of', '1993.']","[24, 25]",0,microsoft,"Like other firms that have announced ACE boxes, there is no ACE operating system yet available for the box, though an early version of Microsoft's NT will be available in June -- the complete offering from December -- with Unix System Labs' SVR4 due at the beginning of 1993.","[""Like other companies that have announced ACE boxes, there is still no ACE operating system for the device, although an early version of Microsoft's NT will be available in June - the full offering in December - and Unix System Labs SVR4 in early 1993."", ""As with other companies that have announced ACE boxes, no ACE operating system is yet available for this box, although an early version of Microsoft's NT will be available in June - the full offering from December - with the SVR4 from Unix System Labs being available in early 1993."", ""Like other companies that have announced ACE boxes, there is no ACE operating system for the field yet, although an early version of Microsoft's NT will be available in June - the full offering in December - with the Unix System Labs SVR4 device expected in early 1993."", ""As with other companies that have announced ACE boxes, no ACE operating system is yet available for the box, although an early version of Microsoft's NT system will be available in June - the full offering in December - and the SVR4 is expected by Unix System Labs in early 1993."", ""As with other companies that have announced ACE boxes, no ACE operating system is yet available for the box - although an early version of Microsoft's NT will be available in June - but the entire offering will still be available in December - and Unix System Labs SVR4 in early 1993.""]" -841,"['IBM', 'Corp', 'has', 'now', 'shipped', '700,000', 'copies', 'of', 'OS/2', '2.0', 'since', 'it', 'announced', 'the', 'product', 'on', 'March', '31', 'and', 'claims', 'it', 'has', 'exceeded', 'its', 'initial', 'unit', 'sales', 'projection', '--', '""We\'re', 'well', 'on', 'track', 'to', 'surpass', 'many', 'industry', 'expectations,""', 'it', 'said,', 'but', 'Reuter', 'notes', 'that', 'IBM', 'has', 'previously', 'said', 'its', 'expects', 'to', 'sell', '""millions""', 'of', 'copies', 'of', 'OS/2', 'this', 'year', 'but', 'has', 'never', 'provided', 'a', 'specific', 'forecast.']","[0, 2]",0,ibm corp,"IBM Corp has now shipped 700,000 copies of OS/2 2.0 since it announced the product on March 31 and claims it has exceeded its initial unit sales projection --""We're well on track to surpass many industry expectations,"" it said, but Reuter notes that IBM has previously said its expects to sell""millions"" of copies of OS/2 this year but has never provided a specific forecast.","['IBM Corp has already shipped 700,000 copies of OS / 2 2.0 since it announced the product on March 31, claiming to have exceeded its original sales forecasts. ""We are well on track to exceed many industry expectations,"" she said, but Reuter points out that IBM has already announced plans to sell ""millions"" of OS / 2 this year, but has never given an exact forecast.', 'IBM Corp has shipped 700,000 copies of the operating system 2 2.0 since it announced the product on March 31, claiming that it has exceeded its original sales forecast. ""We are well on track to exceed many industry expectations,"" the company said, but Reuter points out that IBM has previously announced that it will sell ""millions"" of copies of the operating system 2 this year, but has never given a concrete forecast.', 'IBM Corp has shipped 700,000 copies of OS / 2 2.0 since it announced the product on March 31, claiming that Severin has exceeded its original sales forecast. ""We are well on track to exceed many industry expectations,"" it said, but Reuter points out that IBM has already expected ""millions"" of copies of OS / 2 this year, but has not given a specific forecast.', 'Since the announcement of the product on March 31, IBM Corp has already shipped 700,000 copies of OS / 2 2.0 and claims to have exceeded the preliminary sales forecast. ""We are well on track to exceed many industry expectations,"" it said. However, Reuter points out that IBM has so far talked about selling ""millions"" of copies of OS / 2 this year without ever giving a concrete forecast.', 'Since the announcement of the new PC OS / 2 2.0 on March 31, IBM Corp has shipped 700,000 units, claiming that the device has exceeded the original sales forecast. ""We are well on track to exceed industry expectations,"" it said, but Reuter points out that IBM has previously stated that it intends to sell ""millions"" of OS / 2 this year, but has never given an exact forecast.']" -842,"['The', 'Samsung', 'monitor', 'and', 'video', 'card', ""don't"", 'work', 'brilliantly', 'together;', 'nevertheless', 'the', 'screen', 'is', 'good.']","[1, 2]",0,samsung,The Samsung monitor and video card don't work brilliantly together; nevertheless the screen is good.,"[""Samsung's monitor and graphics card don't work brilliantly together, but the screen is good."", 'The Samsung monitor and the graphics card are not perfect together, but the screen is good.', ""Samsung's monitor and graphics card don't work brilliantly together, but the screen is good."", ""Samsung's monitor and graphics card don't work brilliantly together, but the measuring station is still good."", ""Samsung's monitor and graphics card don't work brilliantly together, but the screen is Steven Spielberg's best performance.""]" -843,"['An', 'ECU', '500', 'million', '(about', 'US$625', 'million', 'line', 'of', 'credit', 'for', 'food', 'and', 'agricultural', 'products', 'guaranteed', 'by', 'the', 'European', 'Communities', '(EC)', 'to', 'the', 'former', 'Soviet', 'Union,', 'which', 'had', 'been', 'delayed', 'since', 'November,', 'was', 'finally', 'granted', 'to', 'Russia', 'alone,', 'it', 'was', 'announced', 'on', 'March', '4', 'by', 'Deutsche', 'Bank', ',', 'whose', 'Luxembourg', 'subsidiary', 'was', 'the', 'lead', 'bank', 'of', 'the', 'consortium', 'providing', 'the', 'credit.']","[45, 47]",1,deutsche bank,"An ECU 500 million (about US$625 million line of credit for food and agricultural products guaranteed by the European Communities (EC) to the former Soviet Union, which had been delayed since November, was finally granted to Russia alone, it was announced on March 4 by Deutsche Bank, whose Luxembourg subsidiary was the lead bank of the consortium providing the credit.","['A 500 million ECU (about 625 million USD credit for food and agricultural products) guarantee by the European Community (EC) for the former Soviet Union, which had been postponed since November, was finally granted only to Russia, Deutsche Bank announced on 4 March, whose Luxembourg subsidiary was the leading bank in the syndicate providing the loan.', 'It is possible that a loan of ECU 500 million (about US $625 million) for food and agricultural products, for which guarantees had been given by the European Communities (EC), was granted only to Russia, as Deutsche Bank, whose Luxembourg subsidiary was the leading bank in the syndicate, announced on 4 March.', 'A credit line of ECU 500 million (about US $625 million) guaranteed by the European Communities (EC) for food and agricultural products, which was postponed to the former Soviet Union, was granted to Russia only on 4 March by Deutsche Bank, whose Luxembourg subsidiary was the leading bank in the consortium providing the loan.', 'Russia alone received a loan of ECU 500 million for food and agricultural products, for which the former Soviet state received guarantees from the European Community (EC), which had been on hold since November, and it was finally announced on 4 March by Deutsche Bank, whose Luxembourg subsidiary led the consortium providing the loan.', ""Finally, it emerged that a loan of ECU 500 million (about USD 625 million for food and agricultural products), which had been deferred since November and had been guaranteed by the European Community (EC) for the former Soviet Union, had also been granted to Russia. On 4 March, Deutsche Bank announced that its Luxembourg subsidiary was the consortium's candidate for the loan.""]" -844,"['Microsoft', 'and', 'Apple', 'have', 'also', 'endorsed', 'the', 'combination', 'of', 'Open', 'Database', 'and', 'Apple', 'Data', 'Access', 'Language,', 'via', ""Apple's"", 'Data', 'Access', 'Manager:', 'Apple', 'intends', 'to', 'build,', 'distribute', 'and', 'support', 'a', 'Macintosh', 'ODBC/DAL', 'client', 'that', 'will', 'translate', 'Open', 'Database', 'calls', 'and', 'information', 'into', 'Data', 'Access', 'Language', 'functions', 'and', 'requests', 'and', 'enable', 'Open', 'Database', 'applications', 'to', 'access', 'DAL', 'servers,', 'and', 'will', 'develop', 'an', 'ODBC/DAL', 'client', 'for', 'Windows,', 'which', 'Microsoft', 'is', 'to', 'distribute', 'and', 'support.']","[65, 66]",0,microsoft,"Microsoft and Apple have also endorsed the combination of Open Database and Apple Data Access Language, via Apple's Data Access Manager: Apple intends to build, distribute and support a Macintosh ODBC/DAL client that will translate Open Database calls and information into Data Access Language functions and requests and enable Open Database applications to access DAL servers, and will develop an ODBC/DAL client for Windows, which Microsoft is to distribute and support.","[""Through Apple's Data Access Manager, Microsoft and Apple also rely on the combination of open database and Apple Data Access Language: Apple intends to develop a Macintosh ODBC / DAL Client that translates calls and information from the open database into Data Access Language functions and requests, enables open database applications to access DAL Server, and develops an ODBC / DAL Client for Windows that Microsoft is to distribute and support."", ""Microsoft and Apple have also advocated combining Open Database and Apple Data Access Language through Apple's Data Access Manager: Apple intends to develop a Macintosh ODBC / DAL client that translates open database calls and information into data access language functions and requests, and enables open database applications to access DAL servers. Microsoft is also expected to develop an ODBC / DAL client for Windows that the company will distribute and support."", ""Microsoft and Apple also support the combination of the Open Database and the Apple Data Access Language through Apple's Data Access Manager: Apple intends to develop a Macintosh ODBC / DAL client that translates database calls and information into data access language and allows Open Database applications to access DAL servers, and is developing an ODBC / DAL client for Windows that Microsoft will distribute and support."", ""Microsoft and Apple have also expressed their support for the combination of Open Database and Apple Data Access Language via Apple's Data Access Manager: Apple intends to develop a Macintosh ODBC / DAL Client that translates calls and information from the open database into Data Access Language functions and queries, as well as enabling Open Database applications to access DAL servers. Microsoft will also develop an ODBC / DAL Client for Windows that the company will distribute and support."", ""Microsoft and Apple also support the combination of Open Database and Apple Data Access Language through Apple's Data Access Manager. Office5Mac plans to develop, distribute and support a Macintosh ODBC / DAL client that will translate calls and information from the Open Database into Data Access Language functions and queries, enable Open Database applications to access DAL servers, and develop an ODBC / DAL client for Windows that Microsoft will distribute and support.""]" -845,"['The', 'amount', 'breaks', 'down', 'as', 'follows:', '*', 'a', 'criminal', 'fine', 'of', '$100', 'million,', 'the', 'highest', 'ever', 'levied', 'against', 'a', 'polluter,', 'set', 'after', 'Exxon', 'agreed', 'to', 'plead', 'guilty', 'to', 'charges', 'of', 'criminal', 'misdemeanour;', '*', 'a', 'total', 'of', '$900', 'million', 'in', 'civil', 'damages,', 'to', 'be', 'administered', 'by', 'a', 'board', 'of', 'Alaska', 'state', 'and', 'US', 'federal', 'officials,', 'and', 'used', 'for', 'cleaning', 'up', 'operations', 'along', 'the', 'Alaska', 'shoreline', 'over', 'the', 'next', 'decade;', '*', 'if', 'further', 'damage', 'from', 'the', 'slick', 'emerges', 'between', 'the', 'years', '2002', 'and', '2006,', 'Exxon', 'will', 'be', 'liable', 'for', 'up', 'to', '$100', 'million', 'more.']","[22, 23]",1,exxon,"The amount breaks down as follows: * a criminal fine of $100 million, the highest ever levied against a polluter, set after Exxon agreed to plead guilty to charges of criminal misdemeanour; * a total of $900 million in civil damages, to be administered by a board of Alaska state and US federal officials, and used for cleaning up operations along the Alaska shoreline over the next decade; * if further damage from the slick emerges between the years 2002 and 2006, Exxon will be liable for up to $100 million more.","['The amount is broken down as follows: * $100,000 fine, the largest penalty ever imposed on a polluter after Exxon agreed to plead guilty; * $900 million in civil damages administered by a Board of Governors of the State of Alaska and federal agencies to be used for clean-up operations along the Alaskan coast over the next decade; * If further damage from the heat wave occurs between 2002 and 2006, Exxon will be liable for up to $100 million more.', 'The award is broken down as follows: * a $100 million fine, the largest ever imposed on a polluter after Exxon agreed to plead guilty; * $900 million in civil damages, administered by an Alaska State Administration Committee and federal officials, to be used for clean-up operations along the Alaskan coast over the next decade; * if further smoothing damage occurs between 2002 and 2006, Exxon will be liable for up to $100 million more.', 'The amount is as follows: * a fine of $100 million, the largest ever imposed on a polluter after Exxon agreed to plead guilty to criminal misdemeanors; * a total of $900 million in civil damages administered by a panel of federal and state agencies and used to clean up the Alaskan coast over the next decade; * should further post-melt damage occur between 2002 and 2006, Exxon will be liable for up to $100 million.', 'The amount is as follows: * a $100 million fine, the largest ever imposed on a polluter after Exxon agreed to plead guilty to criminal wrongdoing; * $900 million in civil damages administered by an Alaska state board and federal agencies to be used for clean-up operations along the Alaskan coast over the next decade; * if further black ice damage occurs between 2002 and 2006, Exxon will be liable for up to $100 million more.', 'The amount is broken down as follows: * a $100 million fine, the largest ever imposed on a polluter after Exxon agreed to plead guilty; * a total of $900 million in civil damages administered by a state of Alaska and federal officials and used over the next decade to clean up the Alaskan coast; * if further damage from the glacier occurs between 2002 and 2006, Exxon will be liable for up to $100 million.']" -846,"['Its', 'first', 'Unix', 'port', 'was', 'to', 'Santa', 'Cruz', 'Operation', 'Inc', 'Unix', 'at', 'the', 'end', 'of', 'last', 'year', '--', 'Hewlett-Packard', 'Co', '(fourth', 'quarter),', 'Sun', 'Microsystems', 'Inc', '(first', 'half', 'of', 'next', 'year)', 'and', 'now', 'IBM', 'RISC', 'versions', 'will', 'follow.']","[22, 25]",1,sun microsystems inc,"Its first Unix port was to Santa Cruz Operation Inc Unix at the end of last year -- Hewlett-Packard Co (fourth quarter), Sun Microsystems Inc (first half of next year) and now IBM RISC versions will follow.","['Its first Unix port was to Santa Cruz Operation Inc Unix late last year - Hewlett-Packard Co (fourth quarter), Sun Microsystems Inc (first half of next year), and now follow IBM RISC versions.', 'The first Unix port took place at the end of last year after Santa Cruz Operation Inc. - Hewlett-Packard Co (fourth quarter), Sun Microsystems Inc (first half of next year) and now IBM RISC versions follow.', 'The first Unix port took place at the end of last year on Santa Cruz Operation Inc. Unix, then Hewlett-Packard Co (fourth quarter), Sun Microsystems Inc (first half of next year) and now the IBM RISC versions follow.', 'Late last year, his first Unix was ported to Santa Cruz Operation Inc. Unix, followed by Hewlett-Packard Co. (fourth quarter), Sun Microsystems Inc. (first half of next year) and now IBM RISC versions.', 'The first Unix port was made late last year to Santa Cruz Operation Inc - Hewlett-Packard Co (fourth quarter), Sun Microsystems Inc (first half of next year) and now IBM.']" -847,"['Cisco', 'Systems', 'Inc,', 'the', 'internetworking', 'routers', 'company,', 'has', 'spun', 'off', 'a', 'Japanese', 'subsidiary', 'Nihon', 'Cisco', 'Systems', 'K.K', ',', 'Tokyo.']","[13, 17]",0,nihon cisco systems k.k,"Cisco Systems Inc, the internetworking routers company, has spun off a Japanese subsidiary Nihon Cisco Systems K.K, Tokyo.","['Cisco Systems Inc, the Internet router company, has spun off a Japanese subsidiary Nihon Cisco Systems K.K, Tokyo.', 'Cisco Systems Inc, the manufacturer of Internet routers, has split off from the Japanese subsidiary Nihon Cisco Systems K.K., Tokyo.', 'Internet access company Cisco Systems Inc. has split off from its Japanese subsidiary Nihon Cisco Systems K.K, Tokyo.', 'Internet router company Cisco Systems Inc. has spun off its subsidiary Nihon Cisco Systems K.K, Tokyo.', 'Internet router company Cisco Systems Inc has spun off a Japanese subsidiary, Nihon Cisco Systems K.K., from Tokyo.']" -848,"['Onshore,', 'the', ""company's"", 'plant', 'change', 'engineering', '(PCE)', 'contract', 'for', 'Shell', 'Northern', 'Plants', 'at', 'St.', 'Fergus', 'continued', 'to', 'make', 'good', 'progress', 'and', 'the', 'company', 'was', 'successful', 'in', 'extending', 'this', 'contract', 'to', 'Shell', ""'s"", 'gas', 'terminal', 'at', 'Mossmorran.']","[30, 31]",0,shell,"Onshore, the company's plant change engineering (PCE) contract for Shell Northern Plants at St. Fergus continued to make good progress and the company was successful in extending this contract to Shell's gas terminal at Mossmorran.","[""Onshore, the Company's Plant Change Contract (PCE) for Shell Northern Plants in St Fergus has progressed well and the Company has successfully extended this contract to Shell's gas terminal in Mossmorran."", ""Onshore, the company made good progress on behalf of Plant Change Engineering (PCE) for Shell Northern Plants in St. Fergus and successfully extended this contract to Shell's natural gas terminal in Mossmorran."", ""Onshore, the Shell Northern Plants (PCE) contract in St Fergus has progressed well and demonstration systems at Shell's Mossmorran filling station have been successfully deployed."", ""Onshore, which has successfully extended the contract for Shell's Mossmorran gas terminal, said the equipment conversion contract was a positive development."", 'Onshore, SCE Plant Change Engineering (PCE) has made great progress and has successfully secured the extension of this contract with the Shell gas terminal in Mossmorran.']" -849,"['However,', 'the', 'independent', 'sector', 'remains', 'by', 'far', 'the', 'most', 'significant', 'source', 'of', 'Standard', 'Life', ""'s"", 'business', 'and', 'the', 'Company', 'will', 'continue', 'to', 'support', 'fully', 'the', 'interests', 'of', 'independent', 'advisers.']","[12, 14]",0,standard life,"However, the independent sector remains by far the most significant source of Standard Life's business and the Company will continue to support fully the interests of independent advisers.","[""However, the independent sector remains by far Standard Life's most important source of income and the company will continue to fully support the interests of independent advisers."", ""However, the independent sector remains by far Standard Life's most important source and the company will continue to fully support the interests of independent advisers."", ""However, the independent sector remains by far Standard Life's most important source of income and the company will continue to fully support the interests of independent advisers."", 'Nevertheless, the independent sector remains an important source for Standard Life and the company will continue to fully support the interests of independent advisers.', 'Nevertheless, the independent sector remains by far the most important source of income for the company and the company will continue to fully support the interests of independent consultants.']" -850,"['A', 'single-union', 'agreement', 'was', 'negotiated', 'with', 'the', 'Amalgamated', 'Engineering', 'Union', '(AEU),', 'which', 'effectively', 'provided', 'a', 'no-strike', 'deal', 'for', 'Nissan', '.']","[18, 19]",0,nissan,"A single-union agreement was negotiated with the Amalgamated Engineering Union (AEU), which effectively provided a no-strike deal for Nissan.","['An agreement was negotiated with the Amalgamated Engineering Union (AEU), which effectively banned Nissan from striking.', 'A union agreement was negotiated with the Amalgamated Engineering Union (AEU), which effectively banned Nissan from striking.', 'A union agreement was negotiated with the Amalgamated Engineering Union (AEU), which actually prohibited Nissan from striking.', 'A union agreement has been negotiated with the Amalgamated Engineering Union (AEU), which effectively grants Nissan the right to strike.', 'An alliance agreement was negotiated with the Amargateering Engineering Union (AEU), which gave Nissan virtually no right to strike.']" -851,"['Jason,', 'now', 'officially', 'styled', 'onGO,', 'initially', 'consists', 'of', 'two', 'modular', 'components:', 'onGO', 'Office,', 'an', 'X400-based', 'mail', 'transport', 'system', 'with', 'built-in', 'diary', 'and', 'scheduling', 'co-developed', 'with', 'Hewlett-Packard', 'Co', ',', 'and', 'onGO', 'Write/Paint/Draw,', 'a', 'WYSIWYG', 'document', 'publisher', 'whose', 'titling', 'alone', 'suggests', 'competitor', 'Island', 'Graphics', 'is', 'next', 'on', ""Uniplex's"", 'hit', 'list', '(CI', 'No', '2,109).']","[25, 27]",0,hewlett-packard co,"Jason, now officially styled onGO, initially consists of two modular components: onGO Office, an X400-based mail transport system with built-in diary and scheduling co-developed with Hewlett-Packard Co, and onGO Write/Paint/Draw, a WYSIWYG document publisher whose titling alone suggests competitor Island Graphics is next on Uniplex's hit list (CI No 2,109).","[""Jason, now officially called onGO, initially consists of two modular components: onGO Office, an X400-based mail transport system with integrated diary and scheduling developed in collaboration with Hewlett-Packard Co, and onGO Write / Paint / Draw, a WYSIWYG document publisher whose name alone indicates that competitor Island Graphics is next on Uniplex's hit list (CI No.2.109)."", ""Jason, who is now officially called onGO, initially consists of two modular components: onGO Office, an X400-based transport system with integrated planning and planning developed jointly with Hewlett-Packard Co, and onGO Write / Paint / Draw, a document publisher called WYSIWYG, whose title reminds us that competitor Island Graphics is next on Uniplex's hit list (CI No. 2 109)."", ""Jason, who is now officially called onGO, initially consists of two modular components: onGO Office, an X400-based mail delivery system with integrated diary and scheduling developed jointly with Hewlett-Packard, and onGO Write / Paint / Draw, a document publisher for WYSIWYG, whose title alone indicates that competitor Island Graphics will be next on Uniplex's hit list (CI No. 2109)."", ""Jason, now officially known as onGO, initially consists of two modular components: onGO Office, an X400-based envelope system with integrated diary and scheduling developed in collaboration with Hewlett-Packard Co, and onGO Write / Paint / Draw, a WYSIWYG document publisher whose title alone indicates that competitor Island Graphics is next on Uniplex's hit list (CI # < unk >)."", ""Jason, now officially called onGO, consists of two modular components: onGO Office, an x400-based mail transport system with integrated calendar and scheduling developed with Hewlett-Packard Co, and onGO Write / Paint / Draw, a WYSIWYG document publisher whose title alone suggests that competitor Island Graphics is next on Uniplex's hit list (AI # 2,10rather).""]" -852,"['HP', 'and', 'IBM', '--', 'prime', 'movers', 'in', 'the', 'effort,', 'first', 'revealed', 'here', 'back', 'in', '(UX', 'No', '424)', '--', 'plus', 'Sun', 'and', 'USL,', 'promise', 'COSE-compliant', 'products', 'by', 'the', 'middle', 'of', '1994.']","[2, 3]",1,ibm,"HP and IBM -- prime movers in the effort, first revealed here back in (UX No 424) -- plus Sun and USL, promise COSE-compliant products by the middle of 1994.","['HP and IBM - driving forces in the efforts outlined here for the first time (UX No. 424) - as well as Sun and USL promise COSE-compliant products in mid-1994.', 'HP and IBM - the driving forces behind this effort, which is now emerging here for the first time (UX No. 424) - as well as Sun and USL promise COSE-compliant products by mid-1994.', 'HP and IBM - the driving force behind these efforts, which were first presented to us on this day (UX No. 424) - as well as Sun and USL promise COSE-compliant development from mid-1994.', 'HP and IBM -- leaders in these efforts, which are listed here for the first time (UX # 424) -- as well as Sun and USL promise COSE compliant products by mid-1994.', 'HP and IBM - the driving forces of this effort, already revealed in UX No. 424 - as well as Sun and USL would present COSE-capable products by mid-1994.']" -853,"['The', 'best', 'name', ""we've"", 'seen', 'so', 'far', 'is', 'that', 'of', 'former', 'Hewlett-Packard', 'Co', 'chief', 'John', 'Young', 'but', 'it', 'is', 'not', 'likely', 'that', 'he', 'would', 'want', 'the', 'job.']","[11, 13]",0,hewlett-packard co,The best name we've seen so far is that of former Hewlett-Packard Co chief John Young but it is not likely that he would want the job.,"[""The best name we've seen so far is that of former Hewlett-Packard co-CEO John Young, but he probably won't want the job."", 'The best name we have seen so far is that of former Hewlett-Packard co-chief executive John Young, but he is unlikely to want the job.', 'The best name we have seen so far is that of former Hewlett-Packard co-CEO John Young, but he is unlikely to take the job.', 'The best name we have seen so far is that of former Hewlett-Packard co-chief executive John Young, but he is unlikely to want the job.', 'The best name we have seen so far is that of former Hewlett-Packard co-chief executive John Young, but he is unlikely to want the job.']" -854,"['She', 'gulped', 'down', 'the', 'proffered', 'glass', 'of', 'Coca-Cola', 'quickly.']","[7, 8]",1,coca-cola,She gulped down the proffered glass of Coca-Cola quickly.,"['She quickly sipped on a glass of Coca-Cola.', 'She quickly swallowed the offered Coca-Cola glass.', 'She quickly swallowed the offered glass of Coca-Cola.', 'She quickly liked the glass of Coca-Cola on offer.', 'She quickly swallowed the offered glass of Coca Cola.']" -855,"['A', 'spokesman', 'for', 'Safeway', 'said', 'yesterday', 'the', 'company', 'was', 'hopeful', 'of', 'winning', 'approval', 'for', 'its', 'Blands', 'Corner', 'application', 'and', 'was', 'not', 'considering', 'alternative', 'sites', 'in', 'the', 'area.']","[3, 4]",0,safeway,A spokesman for Safeway said yesterday the company was hopeful of winning approval for its Blands Corner application and was not considering alternative sites in the area.,"['A Safeway spokesman said yesterday the company was hopeful of obtaining approval for its application for Blands Corner and was not considering alternative sites in the area.', 'A Safeway spokesman said yesterday that the company was hoping for approval for its application for Blands Corner and was not considering alternative sites in the area.', 'A Safeway spokesman said yesterday that the company was confident of obtaining approval for its Blands Corner application and was not considering any other sites.', 'A Safeway spokesman said yesterday the company was hoping for approval for its application for Blands Corner and was not looking for alternative locations in the area.', 'A Safeway spokesman said yesterday it was hoping for approval for the application for Blands Corner and was not looking for alternative sites in the area.']" -856,"['SUM', 'TOTALS:', 'The', ""Mirror's"", 'Jan', 'finds', 'that', 'the', 'six', 'items,', 'right,', 'came', 'to', '$7.76p', 'at', ""Sainsbury's"", 'and', 'Tesco', ""'s,"", 'but', 'only', '$6.83p', 'at', 'Food', 'Giant', '--', 'a', 'saving', 'of', '93p', 'on', 'these', 'few', 'items']","[17, 18]",0,tesco,"SUM TOTALS: The Mirror's Jan finds that the six items, right, came to $7.76p at Sainsbury's and Tesco's, but only $6.83p at Food Giant -- a saving of 93p on these few items","[""TOGETHER: The Mirror's Jan notes that the six items arrived correctly at Sainsbury's and Tesco at 7.76p, but only at 6.83p at Food Giant - a saving of 93p on these few items"", ""SUM TOTALS: Jan in The Mirror notes that the six items correctly sold at Sainsbury's and Tesco came in at 7.76p but only at 6.83p - a saving of 93p on those few items."", ""VERY TOTAL: Jan finds the six items are right - 7.76p at Sainsbury's and Tesco but just 6.83p at Food Giant - that's a 93p saving on these few products"", ""TOTAL: The Mirror's Jan notes that while the six items were right, at Sainsbury's and Tesco 7.76p, only 6.83p at Food Giant and 93p savings meant those few items were unsaleable."", ""TOGETHER: Jan from the Mirror finds the six items are on sale at Tesco and Sainsbury's for £7.76p, while Food Giant costs just £6.83p - a saving of 93p on these few items.""]" -857,"['Within', 'London,', 'approximately', '300', 'banks', '(British', 'and', 'non-British)', 'offer', 'foreign', 'exchange', 'services', 'but', 'only', 'major', 'banks,', 'e.g.', 'Barclays,', 'Bank', 'of', 'America,', 'Deutsche', 'Bank', ',', 'provide', 'the', 'dual', 'role', 'of', 'active', 'dealers', 'and', 'market', 'makers.']","[21, 23]",0,deutsche bank,"Within London, approximately 300 banks (British and non-British) offer foreign exchange services but only major banks, e.g. Barclays, Bank of America, Deutsche Bank, provide the dual role of active dealers and market makers.","['In London, around 300 banks (British and non-British) offer foreign exchange services, but only large banks such as Barclays, Bank of America or Deutsche Bank play the dual role of active traders and market makers.', 'Within London, about 300 banks (British and non-British) offer foreign exchange services, but only major banks such as Barclays, Bank of America and Deutsche Bank act as active traders and market makers in dual roles.', 'In London, about 300 banks (British and non-British) offer foreign exchange services, but only the big banks Barclays, Bank of America and Deutsche Bank fulfil the dual function of active traders and market makers.', 'In London, about 300 banks (British and non-British) offer foreign exchange services, but only the big banks such as Barclays, Bank of America or Deutsche Bank play the dual role of active traders and marketplace makers.', 'In London, about 300 banks (British and non-British) offer foreign exchange services, but only major banks such as Barclays, Bank of America and Deutsche Bank offer the dual role of active traders and market makers.']" -858,"['Matsushita', 'Electric', 'Industrial', 'Co', 'Ltd', 'has', 'found', 'disfavour', 'with', ""Moody's"", 'Investors', 'Service', 'Inc,', 'which', 'downgraded', 'its', 'long-term', 'debt', 'rating', 'to', 'double-A-2', 'from', 'triple-A.']","[0, 5]",0,matsushita electric industrial co ltd,"Matsushita Electric Industrial Co Ltd has found disfavour with Moody's Investors Service Inc, which downgraded its long-term debt rating to double-A-2 from triple-A.","[""Matsushita Electric Industrial Co Ltd has fallen out of favour with Moody's Investors Service Inc, which downgraded its long-term debt rating from triple-A to double-A-2."", ""Matsushita Electric Industrial Co Ltd is unpopular with Moody's Investors Service Inc, which downgraded its long-term debt rating from AAA to 2A-2 from 2A."", ""Matsushita Electric Industrial Co Ltd has noted an aversion to Moody's Investors Service Inc, which has downgraded its long-term credit rating from triple-A."", 'Matsushita Electric Industrial Co Ltd was rejected by Moody\'s Investors Service Inc, which downgraded its long-term debt from ""AAA"" to ""Double A-2.""', ""Matsushita Electric Industrial Co Ltd disliked Moody's Investors Service Inc, which downgraded its long-term debt rating from triple-A to double-A-2.""]" -859,"['Matsushita', 'now', 'intends', 'to', 'develop', 'intelligent', 'robots', 'that', 'will', 'combine', 'the', 'technology', 'from', 'office', 'automation,', 'microcomputer', 'and', 'video', 'disc', 'systems.']","[0, 1]",1,matsushita,"Matsushita now intends to develop intelligent robots that will combine the technology from office automation, microcomputer and video disc systems.","['Matsushita now wants to develop intelligent robots that combine technologies from office automation, microcomputer and video disk systems.', 'Matsushita now wants to develop intelligent robots that combine office technologies with microcomputer and video disk systems.', 'Matsushita intends to develop intelligent robots that combine technologies from office automation, microcomputer and video reporting systems.', 'Matsushita now wants to develop intelligent robots that combine technologies from office automation, microcomputers and video screens.', 'Matsushita now wants to develop intelligent robots that can use the technology from office automation, microcomputer and video recorder systems.']" -860,"[""Sainsbury's"", 'light', 'and', 'fruity', 'Beaujolais,', '$3.49', 'is', 'just', 'right,', 'and', 'on', 'a', 'very', 'warm', 'evening', 'it', 'could', 'be', 'served', 'cool.']","[0, 1]",0,sainsbury's,"Sainsbury's light and fruity Beaujolais, $3.49 is just right, and on a very warm evening it could be served cool.","[""Sainsbury's light, fruity Beaujolais for £3.49 is perfect and could be served chilled on a very warm evening."", ""Sainsbury's light and fruity Beaujolais, $3.49, is just the thing, and could be served chilled on a very warm evening."", 'The light and fruity Beaujolais for $3.49 is just right and could be served chilled on a very warm evening.', ""Revelleria's light and fruity Beaujolais, $3.49 is just right and could be served chilled on a very warm evening."", 'The light and fruity Beaujolais for men costs $3.49 and can be served chilled on a very warm evening.']" -861,"['Unions', 'demand', 'access', 'to', 'Honda', 'as', 'Heseltine', 'unveils', 'new', 'car.']","[4, 5]",0,honda,Unions demand access to Honda as Heseltine unveils new car.,"['Unions are demanding access to Honda while Heseltine unveils a new car.', 'Unions are demanding access to Honda at a time when Heseltine is unveiling his new car.', 'Unions demand access to Honda as Heseltine unveils new car', 'Unions are demanding that Heseltine be given access to Honda at the launch of the new car.', 'Unions are demanding access to Honda when Heseltine unveils his new car.']" -862,"['It', 'has', 'another', 'division', 'working', 'on', 'OSI,', 'and', 'recently', 'won', 'a', 'contract', 'from', 'Microsoft', 'Corp', 'to', 'supply', 'X.400', 'technology', 'for', 'Microsoft', ""Corp's"", 'NT.']","[13, 15]",0,microsoft corp,"It has another division working on OSI, and recently won a contract from Microsoft Corp to supply X.400 technology for Microsoft Corp's NT.","['It has another division working on OSI, and recently received an order from Microsoft Corp to supply X.400 technology for NT from Microsoft Corp.', 'It has another division working on OSI and recently received an order from Microsoft Corp to supply X.400 technology for Microsoft Correspondes NT.', ""It has another division working on OSI and recently received an order from Microsoft Corp to provide the X.400 technology for Microsoft Corp's NT."", 'It has another division that works on OSI, and recently received an order from Microsoft Corp to supply the technology X.400 for the NT from Microsoft Corp.', ""It has another division dealing with OSI and recently received an order from Microsoft Corp to supply X.400 technology for Microsoft Corp's NT.""]" -863,"['The', 'SoftBench', 'environment', 'has', 'already', 'been', 'licensed', 'by', 'IBM', ',', 'Informix,', 'CDC,', 'Objectivity', 'and', 'Siemens', 'Nixdorf.']","[8, 9]",0,ibm,"The SoftBench environment has already been licensed by IBM, Informix, CDC, Objectivity and Siemens Nixdorf.","['The SoftBench environment has already been licensed by IBM, Informix, CDC, Objectivity and Siemens Nixdorf.', 'The SoftBench environment has already been licensed by IBM, Informix, CDC, Objectivity and Siemens Nixdorf.', 'The SoftBench environment has already been licensed by IBM, Informix, CDC, Objectivity and Siemens Nixdorf.', 'The SoftBench environment has already been licensed by IBM, Informix, CDC, Objectivity and Siemens Nixdorf.', 'The SoftBench environment has already been licensed by IBM, Informix, CDC, Objectivity and Siemens Nixdorf.']" -864,"['But', 'the', 'degree', 'of', 'frustration', 'over', ""IBM's"", 'continued', 'non-performance', 'may', 'make', 'it', 'too', 'late', 'for', 'such', 'half', 'measures,', 'leaving', 'break-up', 'of', 'IBM', 'into', 'more', 'manageable', 'units', 'the', 'only', 'option.']","[21, 22]",0,ibm,"But the degree of frustration over IBM's continued non-performance may make it too late for such half measures, leaving break-up of IBM into more manageable units the only option.","[""But the level of frustration with IBM's persistent underperformance may make it too late for such half-hearted measures, leaving IBM's fragmentation into more manageable units as the only option."", ""But lingering frustration with IBM's failures may mean that it is too late for such half-measures, and that IBM remains the only option."", ""But the degree of frustration with IBM's persistent underperformance may mean that it is too late for such half-hearted measures, leaving the company's split into more manageable units as the only option."", ""But the degree of frustration with IBM's persistent failure may make it too late for such semi-relevant measures, leaving IBM as the only option divided into easily controllable units."", ""But, given the degree of frustration with IBM's persistent non-compliance, it may be too late, as splitting IBM into more manageable units remains the only option.""]" -865,"['Within', 'two', 'months', 'of', 'the', 'decision', 'the', 'West', 'German', 'companies', 'Siemens', 'and', 'BMW', 'had', 'announced', 'investment', 'plans', 'for', 'the', 'site.']","[10, 11]",1,siemens,Within two months of the decision the West German companies Siemens and BMW had announced investment plans for the site.,"['Within two months of the decision, the West German companies Siemens and BMW had announced investment plans for the site.', 'Within two months of the decision, the West German companies Siemens and BMW had announced investment plans for the site.', 'Within two months of the decision, the West German companies Siemens and BMW had announced investment plans for the site.', 'Within two months of the decision, Siemens and BMW had announced investment plans for the site.', 'Within two months of the decision, Siemens and BMW had announced investments in the site.']" -866,"['With', 'both', 'Fujitsu', 'and', 'Amdahl', 'losing', 'money,', 'the', 'pressure', 'is', 'on', 'to', 'reduce', 'their', 'cost', 'bases.']","[2, 3]",0,fujitsu,"With both Fujitsu and Amdahl losing money, the pressure is on to reduce their cost bases.","['As Fujitsu and Amdahl suffer losses, there is growing pressure to reduce their cost base.', 'As both Fujitsu and Amdahl lose money, there is growing pressure to reduce their cost base.', 'With both Fujitsu and Amdahl losing money, the company is under pressure to reduce its cost base.', 'Now that both Fujitsu and Amdahl have lost money, there is growing pressure to reduce their cost base.', 'With Fujitsu and Amdahl suffering losses, there is great pressure to reduce their cost base.']" -867,"['While', 'sales', 'of', 'Ford', 'cars', 'fell', '17', 'per', 'cent,', 'Ford', 'Credit', 'upped', 'its', 'contracts', 'by', '15', 'per', 'cent', 'from', '539,000', 'to', '620,000,', 'and', 'financed', '318,000', 'new', 'sales', '--', 'equivalent', 'to', 'nine', 'of', 'every', '20', 'new', 'Fords', 'sold', 'in', 'the', 'UK', 'in', '1990.']","[9, 11]",0,ford credit,"While sales of Ford cars fell 17 per cent, Ford Credit upped its contracts by 15 per cent from 539,000 to 620,000, and financed 318,000 new sales -- equivalent to nine of every 20 new Fords sold in the UK in 1990.","['While sales of Ford cars fell 17 percent, Ford Credit increased its contracts by 15 percent from 539,000 to 620,000 and financed 318,000 new sales - the equivalent of nine out of 20 new Ford models sold in Britain in 1990.', 'While sales of Ford cars fell by 17 per cent, Ford Credit increased its contracts by 15 per cent from 539,000 to 620,000 cars and financed 318,000 new sales - the equivalent of nine out of 20 new Ford cars sold in Britain in 1990.', 'While sales of Ford vehicles fell 17 percent, Ford Credit increased its contracts by 15 percent from 539,000 to 620,000 and financed 318,000 new sales - the equivalent of nine out of 20 Ford models sold in Britain in 1990.', 'While sales of Ford vehicles fell 17 percent, Ford Credit extended its contracts by 15 percent, from 539,000 to 620,000, and financed 318,000 new sales - the equivalent of nine out of 20 new cars sold in Britain in 1990.', 'While sales of Ford cars fell 17 per cent, Ford Credit increased contracts by 15 per cent from 539,000 to 620,000 and financed 318,000 new sales - nine out of 20 Ford cars sold in Britain in 1990.']" -868,"['The', 'Alpha', 'project', 'replaces', 'an', 'Intel', 'Corp-based', 'i860', 'workstation', 'that', 'Olivetti', 'built', 'in', 'prototype', 'quantities', 'and', 'originally', 'planned', 'for', 'volume', 'manufacture.']","[10, 11]",1,olivetti,The Alpha project replaces an Intel Corp-based i860 workstation that Olivetti built in prototype quantities and originally planned for volume manufacture.,"['The Alpha project replaces an Intel Corp-based i860 workstation, which Olivetti built in prototypes and which was originally planned for mass production.', 'The Alpha project replaces an Intel Corp-based i860 computer, which Olivetti built in prototype quantities and which was originally planned for mass production.', 'The Alpha project replaces an Intel-based i860 workstation, which Olivetti built in prototype quantities and which was originally intended for volume production.', 'The Alpha project replaces an Intel Corp-based i860 workstation built by Olivetti and originally planned for mass production.', 'The Alpha project replaces an Intel Corp i860 workstation, which Olivetti built in prototype quantities and which was originally planned for mass production.']" -869,"['Next', 'Computer', 'Inc,', 'which', 'has', 'been', 'through', 'a', 'tidy', 'sum', 'already,', 'has', 'gotten', 'further', 'financing:', 'this', 'time', 'a', '$55m', 'credit', 'line', 'from', 'Canon', 'Inc', 'and', 'another', '$10m', 'from', 'Steve', 'Jobs', 'himself', '--', 'both', 'are', 'former', 'investors', 'already.']","[22, 24]",0,canon inc,"Next Computer Inc, which has been through a tidy sum already, has gotten further financing: this time a $55m credit line from Canon Inc and another $10m from Steve Jobs himself -- both are former investors already.","['Next Computer Inc, which already had a tidy sum behind it, has received another financing: this time a credit line of $55 million from Canon Inc. and another $10 million from Steve Jobs himself - both of whom are already former investors.', 'Next Computer Inc, which has already made a tidy sum, has secured another financing: this time a credit line of $55 million from Canon Inc and another $10 million from Steve Jobs himself - both former investors.', 'Next Computer Inc., which has already gone through a tidy sum, has received more financing: this time a $55 million credit line from Canon Inc. and another $10 million from Steve Jobs himself - both former investors.', 'Next Computer Inc, which has already received a tidy sum, has secured another financing: this time a credit line of $55 million from Canon Inc and another $10 million from Steve Jobs himself, both former investors.', 'Next Computer Inc, which has already raised a tidy sum, has received another financing: this time Canon Inc has taken out a credit line of USD 55 million and Steve Jobs himself a further USD 10 million - both are already former investors.']" -870,"['MARKS', 'AND', 'SPENCER']","[0, 3]",0,marks and spencer,MARKS AND SPENCER,"['BRANDS and SPENCERS', 'BRANDS and SPENCERS', 'BRANDS and SPENCERS', 'MARKETS AND SPENZERS', 'HOLDERS AND SPENDERS']" -871,"['It', 'proved', 'to', 'be', 'a', 'conservative', 'estimate', 'Marshall', 'Field,', 'who', 'arrived', 'in', 'Chicago', 'with', 'one', 'dollar', 'in', 'his', 'pocket', 'built', 'one', 'of', 'the', 'worlds', 'greatest', 'department', 'stores', 'and', 'had', 'enough', 'spare', 'energy', 'to', 'partner', 'Pullman', 'in', 'the', 'railcar', 'business,', 'become', 'vice-president', 'of', 'both', 'General', 'Electric', 'and', 'the', 'Edison', 'Company', ',', 'president', 'of', 'United', 'States', 'Steel,', 'founder', 'of', 'the', 'Chicago', 'Sun', 'and', 'a', 'bank', 'which', 'became', 'one', 'of', 'the', 'four', 'biggest', 'in', 'the', 'world.']","[47, 49]",0,edison company,"It proved to be a conservative estimate Marshall Field, who arrived in Chicago with one dollar in his pocket built one of the worlds greatest department stores and had enough spare energy to partner Pullman in the railcar business, become vice-president of both General Electric and the Edison Company, president of United States Steel, founder of the Chicago Sun and a bank which became one of the four biggest in the world.","['It turned out to be a conservative estimate for Marshall Field, who came to Chicago with a dollar in his pocket, built one of the largest department stores in the world, and had enough reserve power to support Pullman in the railcar business. He became vice president of General Electric and the Edison Company, president of United States Steel, founder of the Chicago Sun and one of the four largest banks in the world.', 'It turned out to be a conservative estimate that Marshall Field came to Chicago with a dollar in his pocket to build one of the largest department stores in the world and had enough free time to work with Pullman in the railroad business. He became vice president of General Electric and Edison Company, president of United States Steel and founder of the Chicago Sun and a bank that became one of the four largest in the world.', 'It turned out to be a conservative estimate. Marshall Field, who came to Chicago with a dollar in his pocket and built one of the largest department stores in the world, but had enough free energy to accompany Pullman in the railcar business, became vice president of General Electric and the Edison Company, president of United States Steel, founder of the Chicago Sun and a bank that became one of the four largest in the world.', ""It turned out to be a conservative estimate that Marshall Field, who came to Chicago with just a dollar in his pocket, built one of the world's largest department stores and had enough surplus energy to help Pullman balance the economy, became vice president of General Electric and the Edison Company, president of United States Steel, founder of the Chicago Sun-Times, and one of the world's four largest banks."", 'Marshall Field, who came to Chicago with a dollar in his pocket, built one of the largest department stores in the world and had the energy to support Pullman in the wagon business. He became vice president of General Electric and Edison Company, president of United States Steel and founder of the Chicago Sun-Times and a bank that became one of the four largest in the world.']" -872,"['Basically', 'Goldman', 'thinks', 'Microsoft', ""Corp's"", 'Windows', 'NT', 'and', 'Intel', ""Corp's"", 'Pentium', 'are', 'going', 'to', 'be', 'more', 'than', 'Sun', 'can', 'handle,', 'hurting', 'Sun', ""'s"", 'ability', 'to', 'improve', 'earnings', 'on', 'a', 'sustained', 'basis', 'over', 'the', 'next', 'year', 'or', 'so', 'and', 'impeding', 'its', 'gains', 'in', 'market', 'share.']","[21, 22]",1,sun,"Basically Goldman thinks Microsoft Corp's Windows NT and Intel Corp's Pentium are going to be more than Sun can handle, hurting Sun's ability to improve earnings on a sustained basis over the next year or so and impeding its gains in market share.","[""In essence, Talanx Goldman believes that Microsoft Corp's Windows NT and Intel Corp's Pentium will be more than Sun can handle, hampering Sun's ability to sustainably improve earnings over the next year and hindering its gain in market share."", ""Basically, Goldman assumes that Microsoft Corp's Windows NT and Intel Corp's Pentium will be more than Sun can handle, hampering Sun's ability to improve earnings over the long term and affecting its market share over the next year or so."", ""Basically, Goldman thinks Microsoft Corp's Windows NT and Intel Corp's Pentium will be more than Sun can handle, hampering Sun's ability to sustainably improve profits over the next year and hurting its market share gains."", ""In essence, Goldman thinks that Microsoft Corp's Windows NT and Intel Corp's Pentium are more than Sun can handle, hampering Sun's ability to sustainably improve results over the next year or so and hampering its market share gains."", ""Fundamentally, Goldman thinks that Microsoft Corp's Windows development and Intel Corp's Pentium will be more than Sun can handle, hampering Sun's ability to sustainably improve earnings next year and hamper market share growth.""]" -873,"['USL', 'AND', 'NOVELL:', 'SUN', 'REACTION']","[3, 4]",1,sun,USL AND NOVELL: SUN REACTION,"['USL and NOVELL: SUNDAY REACTION', 'USL and NOVELL: SUNDAY REACTION', 'USL and NOVELL: SUNDAY REACTION', 'USL and NOVELL: SUNDAY REACTION', 'USL and NOVELL: SO-REACTION']" -874,"['In', 'France,', 'we', 'have', 'collaborated', 'with', 'Technicatome', 'and', 'Siemens', 'of', 'Germany', 'to', 'undertake', 'repairs', 'to', 'the', 'Institut', 'Laue', ""Langevin's"", 'high', 'flux', 'reactor', 'at', 'Grenoble.']","[8, 9]",1,siemens,"In France, we have collaborated with Technicatome and Siemens of Germany to undertake repairs to the Institut Laue Langevin's high flux reactor at Grenoble.","['In France, together with Technicatome and Siemens, we carried out repairs to the Laue Langevin high-flux reactor in Grenoble.', 'In France, together with Technicatome and Siemens in Germany, we carried out repairs to the high-flux reactor in Grenoble at the Laue Langevin Institute.', 'In France, together with the German companies Technicatome and Siemens, we have succeeded in repairing the high-flux reactor at the Institut Laue Langevin in Grenoble.', 'In France, together with Technicatome and Siemens (Germany), we carried out repairs to the high-performance reactor at the Institut Laue Langevin in Grenoble.', 'In France, we carried out repairs to the high-flux reactor in Grenoble (Spain) together with Technicatom and Siemens.']" -875,"['A:', 'NatWest', 'Insurance', 'Services', 'has', 'negotiated', 'with', 'Sun', 'Alliance', 'to', 'bring', 'the', 'Hospital', 'Income', 'Plan', 'to', 'NatWest', 'Bank', 'Customers', '--', 'with', 'the', 'specially', 'added', 'benefit', 'of', 'double', 'cover', 'if', ""you're"", 'admitted', 'to', 'hospital', 'as', 'the', 'result', 'of', 'an', 'accident.']","[7, 9]",1,sun alliance,A: NatWest Insurance Services has negotiated with Sun Alliance to bring the Hospital Income Plan to NatWest Bank Customers -- with the specially added benefit of double cover if you're admitted to hospital as the result of an accident.,"['A: NatWest Insurance Services has negotiated with Sun Alliance to make the hospital plan available to West Bank customers for hospital financing, with the added benefit of double coverage if you are hospitalized as a result of an accident.', 'A: NatWest Insurance Services has negotiated with SunAlliance to publish the hospital plan for customers in the West Bank, with the added benefit of double coverage if you are hospitalized as a result of an accident.', 'A: NatWest Insurance Services has negotiated with Sun Alliance to provide the hospital plan for customers in the West Bank - and offers the added benefit of double coverage if you are hospitalized in the event of an accident.', 'A: NatWest Insurance Services has negotiated with Sun Alliance to allow customers in the Causeway area to plan for hospital - with the added benefit of double coverage if they are admitted and treated as a result of an accident.', 'A: NatWest Insurance Services is negotiating with Sun Alliance to create a hospital plan for customers in the West Bank - in addition to the benefits of double coverage if you are protected due to hospital accidents.']" -876,"['Although', 'you', 'have', 'to', 'be', 'offered', 'the', 'deal,', 'Sun', 'could', 'still', 'lose', 'some', 'valuable', 'people.']","[8, 9]",0,sun,"Although you have to be offered the deal, Sun could still lose some valuable people.","['Although you have to be offered the deal, Sun could lose some valuable people.', 'Although a deal has to be offered, Sun could still lose valuable employees.', 'Despite being offered the deal, Sun could lose valuable people.', 'Even if you were offered the deal, Sun could lose some valuable people.', 'Although you have to offer this game, Sun could still lose valuable people.']" -877,"['The', 'first', 'branch', 'of', 'the', 'Banque', 'Alternative', 'Suisse', '(', 'BAS', '),', 'which', 'claims', 'to', 'prioritise', '""', 'respect', 'for', 'the', 'environment', 'and', 'the', 'rights', 'of', 'man', '""', 'instead', 'of', 'maximum', 'profits,', 'has', 'opened', 'in', 'Olton,', 'northern', 'Switzerland.']","[9, 10]",1,bas,"The first branch of the Banque Alternative Suisse ( BAS ), which claims to prioritise"" respect for the environment and the rights of man"" instead of maximum profits, has opened in Olton, northern Switzerland.","['The first branch of Banque Alternative Suisse (BAS), which claims to prioritise ""respect for the environment and human rights"" over maximum profits, has opened in Olton, northern Switzerland.', 'The first branch of Banque Alternative Suisse (BAS), which claims to prioritise ""respect for the environment and human rights"" over maximum profit, has opened in Olton, northern Switzerland.', 'The first branch of the banking subsidiary Banque Alternative Suisse (BAS) has opened in Olton, northern Switzerland, which claims to put ""respect for the environment and human rights"" above maximum profit.', 'The first branch of Banque Alternative Suisse (BAS) has opened in the northern Swiss town of Olton, claiming to prioritise ""respect for the environment and human rights"" over profit maximisation.', 'The first branch of Banque Alternative Suisse (BAS) has opened in Olton in northern Switzerland and claims to prioritise ""respect for the environment and human rights"" more and more as the maximum profiteer.']" -878,"['Nevertheless,', 'Sun', 'has', 'come', 'in', 'for', 'no', 'small', 'amount', 'of', 'criticism', 'in', 'pursuing', 'what', 'is', 'often', 'strictly', 'an', '""invented', 'here""', 'approach', 'to', 'technology', 'solutions,', 'at', 'the', 'expense', 'of', 'making', 'some', 'pragmatic', 'marketing', 'decisions.']","[1, 2]",1,sun,"Nevertheless, Sun has come in for no small amount of criticism in pursuing what is often strictly an""invented here"" approach to technology solutions, at the expense of making some pragmatic marketing decisions.","['However, Sun has been criticized for adopting an approach to technological solutions that has often been invented exclusively here, at the expense of some pragmatic marketing decisions.', 'Nevertheless, Sun has attracted a fair amount of criticism for its often strictly ""invented"" approach to technological solutions at the expense of some pragmatic marketing decisions.', 'Yet Sun has been criticized in no small number for adopting the often strictly ""invented"" approach to technical solutions - at the expense of some pragmatic marketing decisions.', 'However, Sun has been criticized for adopting the often strictly ""invented"" approach to technological solutions, coupled with the cost of pragmatic marketing decisions.', 'However, Sun has been criticized for its often ""rooftop"" approach to technological solutions at the expense of some pragmatic marketing decisions.']" -879,"[""Digital's"", 'HostBridge', 'for', 'DEC/EDI', 'Application', 'Services', 'is', 'an', 'approach', 'to', 'integrating', 'computer', 'systems', 'from', 'different', 'vendors,', 'specifically', 'IBM', 'mainframes', 'and', 'DEC', 'VAXs,', 'into', 'a', 'single', 'architecture.']","[17, 18]",0,ibm,"Digital's HostBridge for DEC/EDI Application Services is an approach to integrating computer systems from different vendors, specifically IBM mainframes and DEC VAXs, into a single architecture.","[""Digital's HostBridge for DEC / EDI Application Services is an approach to integrating computer systems from different vendors, in particular IBM mainframes and DEC VAXs, into a single architecture."", ""Digital's HostBridge for DEC / EDI Application Services is an approach to integrate computer systems from different vendors, in particular IBM mainframes and DEC VAXs, into a single architecture."", ""Digital's HostBridge for DEC / EDI Application Services offers an approach to integrating computer systems from different vendors - in particular IBM mainframes and DEC VAXs - into a single architecture."", ""Digital's HostBridge for DEC / EDI Application Services is a method of integrating computer systems from different vendors, particularly IBM mainframes and DEC VAXs, into a single architecture."", ""Digital's European HostBridge for DEC / EDI Application Services is an approach to integrate computer systems from different vendors, in particular IBM mainframes and DEC VAXs, into a single architecture.""]" -880,"['The', 'contract', 'has', 'been', 'awarded', 'to', 'the', 'Euroshuttle', 'Consortium', '(consisting', 'of', 'Asea', 'Brown', 'Boveri,', 'Brush', 'Electrical', 'Machines,', 'Bombardier,', 'ANF', 'Industrie', 'and', 'BN', 'Constructions', 'Ferroviaires)', 'and', 'two', 'Italian', 'companies,', 'Breda', 'Construzioni', 'and', 'Fiat', 'Ferroviaria', '.']","[31, 33]",0,fiat ferroviaria,"The contract has been awarded to the Euroshuttle Consortium (consisting of Asea Brown Boveri, Brush Electrical Machines, Bombardier, ANF Industrie and BN Constructions Ferroviaires) and two Italian companies, Breda Construzioni and Fiat Ferroviaria.","['The contract was awarded to the Euroshuttle consortium (consisting of Asea Brown Boveri, Brush Electrical Machines, Bombardier, ANF Industrie and BN Constructions Ferroviaires) and the two Italian companies Breda Construzioni and Fiat Ferroviaria.', 'The contract was awarded to the Euroshuttle consortium (consisting of Asea Brown Boveri, Brush Electrical Machines, Bombardier, ANF Industrie and BN Constructions Ferroviaires) and the two Italian companies Breda Construzioni and Fiat Ferroviaria.', 'The contract was awarded to the Euroshuttle consortium (consisting of Asea Brown Boveri, Brush Electrical Machines, Bombardier, ANF Industrie and BN Constructions Ferroviaires) and the two Italian companies Breda Construzioni and Fiat Ferroviaria.', 'The contract was awarded to the Euroshuttle consortium (consisting of Asea Brown Boveri, Brush Electrical Machines, Bombardier, ANF Industrie and BN Constructions Ferroviaires) and to two Italian companies: Breda Construzioni and Fiat Ferroviaria.', 'The contract was awarded to the Euroshuttle consortium (consisting of Asea Brown Boveri, Brush Electrical Machines, Bombardier, ANF inia and BN Constructions Ferroviaires) and Breda Construzioni and Fiat Ferroviaria of Italy.']" -881,"['I', 'might', 'even', 'see', 'the', 'remainder', 'of', 'my', 'old', 'Hyundai', 'back', 'on', 'my', 'desk', 'as', 'a', 'loaner', 'while', 'ADM', 'irons', 'out', 'the', 'inevitable', 'bugs', 'in', 'this', ""Frankenstein's"", 'monster', ""I'm"", 'creating.']","[9, 10]",1,hyundai,I might even see the remainder of my old Hyundai back on my desk as a loaner while ADM irons out the inevitable bugs in this Frankenstein's monster I'm creating.,"[""I'd even prefer to see the rest of my old Hyundai back on my desk on loan while ADM irons out the inevitable mistakes of the Frankenstein monster I'm creating."", ""Maybe I'll see the remains of my old Hyundai back on my desk while ADM irons out the inevitable mistakes of the Frankenstein monster I created."", ""I could even see the rest of my old Hyundai on loan on my desk while ADM irons out the inevitable flaws in this Frankenstein monster I'm creating."", ""Maybe I could have my old Hyundai on loan on my desk while ADM irons out the inevitable problems in this Frankenstein monster I'm creating."", ""Maybe I'll even take the rest of my old Hyundai on loan to my desk and ADM will iron out the inevitable mistakes in this Frankenstein monster I'm creating.""]" -882,"['The', 'total', 'cost', 'would', 'be', 'about', 'DM1.5', 'billion-pocket', 'money', 'to', 'cash-rich', 'Daimler', '.']","[11, 12]",0,daimler,The total cost would be about DM1.5 billion-pocket money to cash-rich Daimler.,"['The total cost would be about 1.5 billion marks pocket money for the cash-rich Daimler.', 'The total costs for the cash-rich Daimler would amount to around 1.5 billion marks.', 'All in all, this would cost the rich Daimler Group around 1.5 billion marks.', 'That would be a total of about 1.5 billion marks pocket money for the financially strong Daimler.', 'For cash-strapped Daimler, the total cost would be about $1.5 billion.']" -883,"['Halifax', 'and', 'Abbey', 'National', 'have', 'announced', 'their', 'new', 'home', 'loan', 'rates', '--', 'up', '1', 'per', 'cent', 'to', '14.5', 'per', 'cent', 'from', '1', 'November', '-', 'and', 'most', 'other', 'large', 'lenders', 'are', 'likely', 'to', 'follow', 'suit.']","[2, 4]",1,abbey national,Halifax and Abbey National have announced their new home loan rates -- up 1 per cent to 14.5 per cent from 1 November - and most other large lenders are likely to follow suit.,"['Halifax and Abbey National have announced their new home loan rates - from 1 per cent to 14.5 per cent from November 1 - and most other major lenders are likely to follow suit.', 'Halifax and Abbey National have announced their new home loans, which will rise by 1 per cent to 14.5 per cent from November 1, and most other major lenders are likely to follow suit.', 'Halifax and Abbey National have announced their new home loan rates - a rise to 14.5 per cent from November 1 - and most other major lenders are likely to follow suit.', 'Halifax and Abbey National have announced their new home loan rates - which will rise by 1 per cent to 14.5 per cent from November 1 - and most other major lenders are likely to follow suit.', 'Halifax and Abbey National have announced their new home loan rates - from 1 per cent to 14.5 per cent from November 1 - and most other major lenders are likely to follow suit.']" -884,"['Meanwhile,', 'the', 'Novell', 'network', 'operating', 'system', 'port', 'to', 'Sun', 'platforms', '--', 'NetWare', 'for', 'Sparc', '--', 'will', 'have', 'all', 'the', 'features', 'expected', 'in', 'the', 'upcoming', 'NetWare', '4.0,', 'including', 'a', 'global', 'directory.']","[8, 9]",0,sun,"Meanwhile, the Novell network operating system port to Sun platforms -- NetWare for Sparc -- will have all the features expected in the upcoming NetWare 4.0, including a global directory.","['In the meantime, the Novell Network operating system port-to-sun platforms - NetWare for Sparc - will have all the features expected for the upcoming NetWare 4.0, including a global directory.', 'In the meantime, the Novell network operating system on Sun platforms - NetWare for Sparc - will be equipped with all the features expected for the upcoming NetWare 4.0, including a global directory.', 'Meanwhile, the port of the Novell network to Sun platforms - NetWare for Sparc - achieves all the features expected in the upcoming NetWare 4.0, including a global directory.', 'The port of the Novell network operating system to Sun platforms - NetWare for Sparc - will have all the features expected for the upcoming NetWare 4.0, including a global directory.', 'In the meantime, Novell Network Operating System (Ports on Sun platforms) and NetWare for SparMaximus will include all features of the upcoming NetWare 4.0, including a global directory.']" -885,"['The', 'financial', 'resources', 'of', 'Abbey', 'National', 'are', 'exceptionally', 'strong', 'and', 'our', 'reserves', 'have', 'been', 'built', 'up', 'over', 'many', 'years', 'through', 'a', 'combination', 'of', 'prudence', 'and', 'innovation.']","[4, 6]",0,abbey national,The financial resources of Abbey National are exceptionally strong and our reserves have been built up over many years through a combination of prudence and innovation.,"['Abbey National has exceptionally strong financial resources and our reserves have been built up over many years through a combination of prudence and innovation.', ""Abbey National's financial resources are exceptionally good and our reserves have been built up over the years through a combination of prudence and innovation."", ""Abbey National's financial resources are exceptionally large and our reserves have been built up over many years through a combination of prudence and innovation. more"", ""Abbey National's financial resources are exceptionally large and our reserves have been increased over the years through a combination of caution and innovation."", ""Abbey National's financial resources are extremely high, and through a combination of prudence and innovation, our reserves have been built up over many years.""]" -886,"['But', 'on', 'June', '2nd,', 'after', 'an', 'on-off', 'romance,', 'BT', 'leapt', 'into', 'bed', 'with', 'MCI,', ""America's"", 'second-biggest', 'long-distance', 'telecoms', 'company.']","[8, 9]",0,bt,"But on June 2nd, after an on-off romance, BT leapt into bed with MCI, America's second-biggest long-distance telecoms company.","[""But on June 2, BT jumped into bed after an on-off romance with MCI, America's second-largest telecoms company."", ""But after an on-off romance, BT jumped into bed with MCI, America's second-largest long-distance communications company, on June 2."", ""But on June 2, BT fell into bed after an on-off romance with MCI, America's second-largest telecoms company."", ""But on June 2, BT jumped into bed after an on-off romance with MCI, America's second-largest telecoms company."", ""But on June 2, BT fell to its knees after an on-off romance with MCI, America's second-largest telecoms company.""]" -887,"['The', 'former', 'struck', 'deals', 'with', 'AT&T', ',', 'Computervision', 'and', 'Hewlett-Packard.']","[5, 6]",1,at&t,"The former struck deals with AT&T, Computervision and Hewlett-Packard.","['The former struck deals with AT & T, Computervision and Hewlett-Packard.', 'The former closed deals with AT & T, Computervision and Hewlett-Packard.', 'The former signed contracts with AT & T, Computervision and Hewlett-Packard.', 'The first deals struck involved AT & T, Computervision and Hewlett-Packard.', 'The former struck deals with AT & T, Cisco and Hewlett-Packard.']" -888,"['Fujitsu', 'Ltd', 'has', 'a', 'new', 'version', 'of', 'MicroCadam', 'running', 'on', 'its', 'SuperSparc', 'Fujitsu', 'S', 'family', 'machines', 'which', 'it', 'buys', 'OEM', 'from', 'Sun', 'Microsystems', 'Inc', '.']","[21, 24]",0,sun microsystems inc,Fujitsu Ltd has a new version of MicroCadam running on its SuperSparc Fujitsu S family machines which it buys OEM from Sun Microsystems Inc.,"['Fujitsu Ltd. has a new version of MicroCadam on the SuperSparc Fujitsu S machine family that they purchased from Sun Microsystems Inc.', 'Fujitsu Ltd has a new version of MicroCadam for SuperSparc machines of the Fujitsu S family, which the company buys from Sun Microsystems Inc.', 'Fujitsu Ltd. has used a new version of MicroCadam for its SuperSparc Fujitsu S machines, which it is buying from Sun Microsystems Inc.', 'Fujitsu Ltd. has released a new version of MicroCadam for its SuperSparc machines of the Fujitsu S family, which it is taking over from Sun Microsystems Inc.', 'Fujitsu Ltd. has a new version of MicroCadam on its SuperSparc Fuanjitsu S family, which it buys OEM from Sun Microsystems Inc.']" -889,"['The', 'BMW', 'had', 'the', 'power', '--', 'too', 'much', 'for', 'the', 'traffic', 'conditions', 'if', 'truth', 'were', 'known', '--', 'but', 'Armstrong', 'knew', 'the', 'side', 'roads', 'better.']","[1, 2]",1,bmw,The BMW had the power -- too much for the traffic conditions if truth were known -- but Armstrong knew the side roads better.,"['The BMW had the power - too much for the traffic if you dare - but Armstrong knew better on the back roads.', 'The BMW had the power - too much for the traffic conditions, to be honest - but Armstrong knew the back roads better.', 'The BMW had the power - too much for the traffic conditions if the truth were known - but Armstrong knew the back roads better.', 'The BMWs were powerful - too much for the traffic conditions, to be honest - but Armstrong knew the back roads better.', 'The BMW had the power, but that was too much for the traffic conditions, but Armstrong knew the back roads better.']" -890,"['Three', 'jeeps,', 'the', 'Mercedes', 'and', 'the', 'Ford', '.']","[6, 7]",1,ford,"Three jeeps, the Mercedes and the Ford.","['Three SUVs, the Mercedes and the Ford.', 'Three SUVs, the Mercedes and the Ford.', 'Three SUVs, the Mercedes and the Ford.', 'Three Jeeps, Mercedes and Ford.', 'The three Jeeps were Mercedes and Ford.']" -891,"['At', 'the', 'time', 'that', 'Sun', 'Life', 'moved', 'its', 'head', 'office', 'to', 'Bristol,', 'it', 'also', 'had', 'nine', 'regional', 'offices', 'based', 'in', 'major', 'cities.']","[4, 6]",1,sun life,"At the time that Sun Life moved its head office to Bristol, it also had nine regional offices based in major cities.","['When Sun Life moved its headquarters to Bristol, it had nine regional offices in major cities.', 'When Sun Life moved its headquarters to Bristol, it also had nine regional offices in major cities.', 'When Sun Life moved its headquarters to Bristol, it also had nine regional offices in major cities.', 'When Sun Life moved its headquarters to Bristol, it also had nine regional offices in major cities.', 'When Sun Life moved its headquarters to Bristol, it also opened nine regional offices in major cities.']" -892,"['Marks', 'and', 'Spencer', 'was', 'second', 'with', '14%', 'of', 'the', 'vote,', 'Glaxo', 'third', 'with', '11%', 'and', 'Shell', 'a', 'distant', 'sixth', 'with', 'just', '4.1%.']","[0, 3]",0,marks and spencer,"Marks and Spencer was second with 14% of the vote, Glaxo third with 11% and Shell a distant sixth with just 4.1%.","['Marks and Spencer was in second place with 14% of the vote, Glaxo with 11% and Shell in sixth place with just 4.1%.', 'Marks and Spencer came second with 14% of the vote, Glaxo with 11% and Shell with just 4.1%.', 'Marks and Spencer was second with 14% of the vote, Glaxo was third with 11% and Shell was sixth with just 4.1%.', 'Marks and Spencer came second with 14% of the vote, Glaxo third with 11% and Shell sixth with just 4.1% of the vote.', 'Marks & Spencer came in second with 14%, Glaxo came in third with 11% and Shell came in sixth with just 4.1%.']" -893,"['Owing', 'to', 'the', 'provisions', 'of', 'Williams', '&', ""Glyn's"", 'Bank', 'Ltd', 'v', 'Boland', 'and', 'Williams', '&', ""Glyn's"", 'Bank', 'Ltd', 'v', 'Brown', '[', '1981', ']', 'AC', '487', 'it', 'would', 'be', 'prudent', 'to', 'obtain', 'the', 'consent', 'to', 'the', 'conveyance', 'from', 'any', 'other', 'occupier', 'of', 'the', 'matrimonial', 'home', 'aged', '18', 'years', 'or', 'more,', 'coupled', 'with', 'confirmation', 'from', 'such', 'occupier', 'that', 'he', 'or', 'she', 'is', 'agreeable', 'to', 'the', 'rights', 'of', 'the', 'mortgagee', 'taking', 'priority', 'over', 'his', 'or', 'her', 'rights', 'in', 'the', 'property', 'or', 'its', 'proceeds', 'of', 'sale.']","[13, 18]",0,williams & glyn's bank ltd,"Owing to the provisions of Williams & Glyn's Bank Ltd v Boland and Williams & Glyn's Bank Ltd v Brown [ 1981 ] AC 487 it would be prudent to obtain the consent to the conveyance from any other occupier of the matrimonial home aged 18 years or more, coupled with confirmation from such occupier that he or she is agreeable to the rights of the mortgagee taking priority over his or her rights in the property or its proceeds of sale.","[""Pursuant to the provisions of Williams & Glyn's Bank Ltd v Boland and Williams & Glyn's Bank Ltd v Brown [1981] AC 487, it would be reasonable to obtain consent to the transfer from any other occupant of the conjugal home aged 18 years or more, together with the user's confirmation that he or she agrees that the mortgage holder's rights take precedence over his or her rights in the property or proceeds of sale."", ""Pursuant to the provisions of Williams & Glyn's Bank Ltd v Boland and Williams & Glyn's Bank Ltd v Brown [1981] AC 487, it would be reasonable to obtain consent for the transfer from any other occupant of the conjugal dwelling over 18 years of age, confirming that he agrees that the rights of the mortgage take precedence over his rights to the ownership or proceeds of sale of the house."", ""Under the terms of Williams & Glyn's Bank Ltd. v. Boland and Williams & Glyn's Bank Ltd. v. Brown [1981] AC 487, it would be prudent to obtain the consent of all other homeowners over the age of 18 and to certify from residents that they agree with the rights of mortgages that take precedence over their rights to the property or its proceeds."", ""According to Williams & Glyn's Bank Ltd v Boland and Williams & Glyn's Bank Ltd v Brown [1981] AC 487, it would be reasonable to obtain consent for the transfer of the property from any other occupant of the conjugal dwelling aged 18 years or more, together with the user's confirmation that he accepts the mortgage rights which take precedence over his rights to the property or the proceeds from the sale."", ""In the light of the provisions of Williams & Glyn's Bank Ltd v Boland and Williams & Glyn's Bank Ltd v Brown [1981] AC 487, it would be reasonable under such an agreement to obtain consent for the transfer of the conjugal dwelling from another tenant aged 18 years or older, with the homeowner's confirmation that the homeowner is inclined to the mortgage debtor's rights giving priority to his rights on the unsold property or at the time of sale.""]" -894,"['Meanwhile,', 'IBM', ""'s"", 'Personal', 'Systems', 'Products', 'division', '--', 'which', 'will', 'have', 'decamped', 'to', 'Austin,', 'Texas,', 'from', 'its', 'Somers,', 'New', 'York', 'headquarters', 'by', 'the', 'end', 'of', 'next', 'quarter', '--', 'is', 'also', 'working', 'to', 'port', 'its', 'DSOM', 'object', 'enabling', 'technology', '--', 'which', 'is', 'front-ended', 'by', ""HP's"", 'Windows-based', 'New', 'Wave', 'object', 'interface', '--', 'to', 'Microsoft', 'Corp', 'Windows', '(by', 'the', 'third', 'quarter),', 'Macintosh,', 'Novell', 'Inc', 'and', 'Sun', 'environments', 'in', 'that', 'order.']","[1, 2]",0,ibm,"Meanwhile, IBM's Personal Systems Products division -- which will have decamped to Austin, Texas, from its Somers, New York headquarters by the end of next quarter -- is also working to port its DSOM object enabling technology -- which is front-ended by HP's Windows-based New Wave object interface -- to Microsoft Corp Windows (by the third quarter), Macintosh, Novell Inc and Sun environments in that order.","[""IBM's Personal Systems Products division - which will move late next quarter from Somers, New York, to Austin, Texas - is also working on porting its DSOM object enabling technology - which is based on HP's Windows-based object interface New Wave - to Microsoft Corp's Windows (through the third quarter), Macintosh, Novell Inc and Sun environments in that order."", ""At the same time, IBM's Personal Systems Products division - which will move to Austin, Texas, at the end of the next quarter - will also work to migrate its DSOM object base technology - used by the Windows-based New Wave interface - in that order to Microsoft Corp Windows (through the third quarter), Macintosh, Novell Inc., and Sun environments."", ""Meanwhile, IBM's human resources department - which has moved from its headquarters in Somers, New York, to Austin, Texas, by the end of the next quarter - is also working on porting its DSOM-enriched technology - which runs through HP Frendended's Windows-based New Wave object or, in that order, to the Windows environments of Microsoft Corp (through the third quarter), Macintosh, Novell Inc, and Sun."", ""At the same time, IBM's human resources department - which moved its headquarters from Somers, Texas, to Austin, Texas, late next quarter - and porting its data object-based technology DSOM - HP's Windows-based object interface New Wave for Windows (through the third quarter) and Macintosh, Novell Inc. - and Sun environments work in this order."", ""HP's Windows-based object interface New Wave - in the environments Windows from Microsoft Corp (up to the third quarter), Macintosh, Novell Inc and Sun in that order.""]" -895,"['Shell', 'is', 'charged', 'with', 'polluting', 'the', 'River', 'Mersey', 'by', 'allowing', 'crude', 'oil', 'to', 'enter', 'the', 'river', 'at', 'Bromborough,', 'Wirral,', 'on', '19', 'August', '--', 'contrary', 'to', 'the', 'Control', 'of', 'Pollution', 'Act', 'of', '1974', '--', 'from', 'a', 'fractured', 'pipeline', 'from', ""Birkenhead's"", 'Tranmere', 'Oil', 'Terminal', 'to', ""Shell's"", 'Stanlow', 'refinery', 'at', 'Ellesmere', 'Port.']","[0, 1]",1,shell,"Shell is charged with polluting the River Mersey by allowing crude oil to enter the river at Bromborough, Wirral, on 19 August -- contrary to the Control of Pollution Act of 1974 -- from a fractured pipeline from Birkenhead's Tranmere Oil Terminal to Shell's Stanlow refinery at Ellesmere Port.","['Shell is accused of polluting the River Mersey. On 19 August, crude oil was discharged into the river from a defective pipeline from Tranmere Oil Terminal Birkenhead to the Stanlow Shell refinery at Ellesmere Port in breach of the Control of Pollution Act 1974.', 'Shell is accused of polluting the River Mersey by discharging into the river from a defective pipeline between the Tranmere oil terminal at Birkenhead and the Stanlow Shell refinery at Ellesmere Port on 19 August, in breach of the Control of Pollution Act 1974.', ""Shell is accused of polluting the Mersey River through a burst pipeline from Tranmere Oil Terminal Birkenheads to Shell's Stanlow refinery at Ellesmere Port by allowing the river to flow into Bromborough on 19 August, contrary to the Control of Pollution Act 1974."", 'Shell is accused of polluting the River Mersey on 19 August, in breach of the Control of Pollution Act 1974, by breaching the canal from the Tranmere Oil Terminal at Birkenhead to the Stanlow Shell refinery at Ellesmere Port.', ""Shell is guilty of polluting the River Mersey by polluting the Mercury River in Bromborough, Wirral, on 19 August - in breach of the Control of Pollution Act 1974 - from the burst pipeline from the Tranmere Oil Terminal at Birkenhead to Shell's Stanlow refinery at Ellesmere Port.""]" -896,"['Sun', 'Microsystems', ""Inc's"", 'SunSelect', 'is', 'due', 'to', 'make', 'its', 'WABI', 'Windows', 'Application', 'Binary', 'Interface', 'announcement', 'today', 'at', 'a', 'gala', 'in', 'California', 'with', 'IBM', 'Corp,', 'Hewlett-Packard', 'Co,', 'Santa', 'Cruz', 'Operation', 'Inc,', 'Unix', 'System', 'Laboratories', 'Inc', 'and', 'Sun', 'Microsystems', 'Inc', 'there', 'as', 'licensees', 'and', 'SunSoft', 'Inc', 'saying', 'it', 'will', 'bundle', 'the', 'software', 'with', 'Solaris.']","[35, 38]",1,sun microsystems inc,"Sun Microsystems Inc's SunSelect is due to make its WABI Windows Application Binary Interface announcement today at a gala in California with IBM Corp, Hewlett-Packard Co, Santa Cruz Operation Inc, Unix System Laboratories Inc and Sun Microsystems Inc there as licensees and SunSoft Inc saying it will bundle the software with Solaris.","['SunSelect of Sun Microsystems Inc will make the announcement of its WABI Windows application interface today at a gala in California, where IBM Corp, Hewlett-Packard Co, Santa Cruz Operation Inc, Unix System Laboratories Inc and Sun Microsystems Inc will be present as licensees and SunSoft Inc will announce to bundle the software with Solaris.', 'SunSelect of Sun Microsystems Inc. will announce its WABI Windows Application Binary Interface today at a gala in California, where IBM Corp, Hewlett-Packard Co, Santa Cruz Operation Inc, Unix System Laboratories Inc and Sun Microsystems Inc will compete as licensees and SunSoft Inc has announced that it will bundle the software with Solaris.', 'SunSelect from Sun Microsystems Inc. will perform today at a gala in California, where IBM Corp, Hewlett-Packard CO, Santa Cruz Operation Inc, Unix System Laboratories Inc and Sun Microsystems Inc will perform as licensees, as well as SunSoft Inc, which bundles software with Solaris.', 'SunSelect of Sun Microsystems Inc. will announce the WABI Windows Application Binary Interface today at a gala in California, where IBM Corp, Hewlett-Packard Co, Santa Cruz Operation Inc, Unix System Laboratories Inc and Sun Microsystems Inc are licensees and SunSoft Inc has agreed to bundle the software with Solaris.', 'SunSelect of Sun Microsystems Inc announces today at a gala in California its WABI Windows Application Binary Interface, which includes IBM Corp, Hewlett-Packard Co, Santa Cruz Operation Inc., Unix System Laboratories Inc and Sun Microsystems Inc as licensees, and SunSoft Inc, which has agreed to bundle the software with Solaris.']" -897,"['4pm:', 'The', 'Sun', 'receives', 'copy', 'from', 'a', 'mystery', 'source.']","[1, 3]",1,the sun,4pm: The Sun receives copy from a mystery source.,"['4pm: The Sun receives a copy from a mysterious source.', '4pm: The Sun receives a copy from a mysterious source.', '4pm: The Sun has obtained footage from a mysterious source.', '4pm: The Sun gets its cryptocurrency back.', '4pm: The Sun receives a copy of a mysterious source.']" -898,"['The', 'big', 'if', 'is', 'whether', 'Sun', 'Microsystems', 'Inc', 'would', 'be', 'prepared', 'to', 'back', 'such', 'an', 'effort.']","[5, 8]",1,sun microsystems inc,The big if is whether Sun Microsystems Inc would be prepared to back such an effort.,"['The big question is whether Sun Microsystems Inc would be willing to support such an effort.', 'The big question is whether Sun Microsystems Inc would be willing to support such an effort.', 'The big question is whether Sun Microsystems Inc. would be willing to support such efforts.', 'The big question is whether Sun Microsystems Inc. would be willing to support such an effort.', 'The big question is whether Sun Microsystems Inc would be willing to support such an effort.']" -899,"['Similarly,', 'the', 'global', 'development', 'of', 'the', 'telecommunications', 'industry', 'was', 'blunted', 'until', 'the', 'land-mark', 'US', 'anti-trust', 'decision', 'in', '1984', 'to', 'dismember', 'its', 'monopoly', 'supplier,', 'AT&T', '.']","[23, 24]",0,at&t,"Similarly, the global development of the telecommunications industry was blunted until the land-mark US anti-trust decision in 1984 to dismember its monopoly supplier, AT&T.","['Similarly, the global development of the telecommunications industry was held back until the 1984 US antitrust decision fragmented the monopoly operator AT & T.', ""Likewise, the global development of the telecommunications industry was held back until 1984, when the legal basis was laid for a US antitrust decision to dismantle AT & T, the industry's monopolist."", 'Likewise, the global development of the telecommunications industry was held back to a certain extent until 1984, when the sensational antitrust decision was taken to dismantle AT & T, a monopoly supplier.', 'Similarly, the global development of the telecommunications industry was limited until the important US antitrust decision in 1984 to break up AT & T as a monopoly supplier heralded the turning point.', ""Global telecommunications development was also held back until 1984, when a US antitrust court ruled to dismantle AT & T's monopoly.""]" -900,"['Companies', 'like', 'Toyota,', 'Nissan,', 'Sony,', 'Hitachi,', 'Honda', 'or', 'Matsushita', 'concentrate', 'on', 'narrower', 'product', 'ranges', 'but', 'their', 'operations', 'involve', 'an', 'extensive', 'array', 'of', 'horizontal', 'and', 'vertical', 'relationships', 'with', 'affiliated', 'firms.']","[6, 7]",0,honda,"Companies like Toyota, Nissan, Sony, Hitachi, Honda or Matsushita concentrate on narrower product ranges but their operations involve an extensive array of horizontal and vertical relationships with affiliated firms.","['Companies such as Toyota, Nissan, Sony, Hitachi, Honda or Matsushita focus on a narrower product range, but their activities include a variety of horizontal and vertical relationships with affiliates.', 'Companies such as Toyota, Nissan, Sony, Hitachi, Honda or Matsushita focus on a narrower product range, but their activities include a wide range of horizontal and vertical relationships with affiliates.', 'Companies such as Toyota, Nissan, Sony, Hitachi, Honda or Matsushita focus on smaller product ranges, but their business activities include a variety of horizontal and vertical relationships with affiliates.', 'Companies such as Toyota, Nissan, Sony, Hitachi, Honda or Matsushita focus on a smaller product range, but their activities include a large list of horizontal and vertical relationships with affiliates.', 'Companies such as Toyota, Nissan, Sony, Hitachi, Honda or Matsushita focus on a narrower product range, but their activities include a wide range of horizontal and vertical relationships with affiliates.']" -901,"['Increases', 'in', 'petrol', 'and', 'road', 'fund', 'duty', 'and', 'initial', 'changes', 'to', 'company', 'car', 'taxation', '""will', 'hit', 'the', 'motorist', 'hard"",', 'according', 'to', 'Wayne', 'Cocker,', 'sales', 'manager', 'at', 'Ford', 'dealers', 'Trigon', 'in', 'Woodbridge.']","[26, 27]",0,ford,"Increases in petrol and road fund duty and initial changes to company car taxation""will hit the motorist hard"", according to Wayne Cocker, sales manager at Ford dealers Trigon in Woodbridge.","['The increases in gasoline and road taxes and initial changes to company car taxes ""hit motorists hard,"" said Wayne Cocker, sales manager at Ford dealerships in Woodbridge.', 'Increases in fuel duty and road tax, as well as changes to business rates, ""will hit motorists hard,"" promises Wayne Cocker, sales manager at Ford dealerships in Woodbridge.', 'Higher petrol and road taxes and changes to company car taxation ""hit motorists hard,"" says Wayne Cocker, sales manager at Ford dealerships in Woodbridge.', 'The fuel and vehicle tax increases and initial changes to company car taxes ""will hit motorists hard,"" said Wayne Cocker, sales manager at Ford\'s dealership in Woodbridge.', 'Fuel duty rises and the first changes to business rates ""hit motorists hard,"" according to a report by the Association of Motor Manufacturers and Traders (ABI), an industry body, which says the changes will ""hit motorists hard.""']" -902,"['The', 'only', 'photograph', 'of', 'an', 'ALCAN', 'unit', 'available', 'at', 'short', 'notice', 'was', 'of', 'a', 'Safeway', 'car', 'park.']","[14, 15]",1,safeway,The only photograph of an ALCAN unit available at short notice was of a Safeway car park.,"['The only photo of an ALCAN device available at short notice was a Safeway parking lot.', 'The only photo of an ALCAN device available at short notice was a Safeway parking lot.', 'The only photo available of an ALCAN unit was a Safeway parking garage.', 'The only photo of an ALCAN unit was a Safeway parking lot.', 'The short-lived photo of an ALCAN facility showed a Safeway parking lot.']" -903,"['BMW', 'acknowledged', 'that', 'work', 'on', 'its', '""', 'E1', 'Concept', 'Car', '""', 'had', 'been', 'given', 'added', 'urgency', 'by', ""California's"", 'restrictions', 'on', 'petrol-fuelled', 'and', 'pollution-emitting', 'vehicles.']","[0, 1]",1,bmw,"BMW acknowledged that work on its"" E1 Concept Car"" had been given added urgency by California's restrictions on petrol-fuelled and pollution-emitting vehicles.","['BMW acknowledged that work on its ""E1 concept vehicle"" had taken on extra urgency in California by imposing restrictions on gasoline-powered and emission-reducing vehicles.', ""BMW acknowledged that work on the E1 concept had been brought to the fore by California's restrictions on gasoline-powered and polluting vehicles."", 'BMW acknowledged that the California restrictions on gasoline-powered and emission-laden vehicles have added urgency to work on the E1 concept car.', 'BMW acknowledged that California\'s restrictions on gasoline-powered and polluting vehicles had accelerated work on its ""E1 concept car.""', 'BMW acknowledged that work on its ""electric vehicle concept"" had become even more urgent because of California\'s restrictions on gasoline and polluting cars.']" -904,"['Other', 'corporations', 'currently', 'developing', 'biodegradable', 'plastics', 'include', 'Procter', 'and', 'Gamble,', 'Exxon', ',', 'DuPont', 'and', 'ICI.']","[10, 11]",0,exxon,"Other corporations currently developing biodegradable plastics include Procter and Gamble, Exxon, DuPont and ICI.","['Other companies currently developing biodegradable plastics include Procter and Gamble, Exxon, DuPont and ICI.', 'Other companies currently developing biodegradable plastics include Procter and Gamble, Exxon, DuPont and ICI.', 'Other companies currently developing biodegradable plastics include Procter and Gamble, Exxon, DuPont and ICI.', 'Other companies currently developing biodegradable plastics include Procter and Gamble, Exxon, DuPont and ICI.', 'Companies currently developing biodegradable plastics include Procter and Gamble Recraft, as well as Exxon, DuPont and ICI.']" -905,"['Following', 'its', 'announcement', 'earlier', 'this', 'year', 'of', 'a', 'version', 'of', 'its', 'FM-Towns', 'multimedia', 'personal', 'computer', 'aimed', 'at', 'the', 'fireside', 'market', 'for', 'connection', 'to', 'the', 'family', 'television,', 'Fujitsu', 'Ltd', 'has', 'established', 'an', 'in-house', 'Multimedia', 'Project', 'Promotion', 'division,', 'drawing', 'in', 'researchers', 'from', 'its', 'Research', 'Laboratory', 'as', 'well', 'as', 'staff', 'from', 'its', 'systems', 'and', 'sales', 'divisions:', 'Fujitsu', 'cites', 'figures', 'from', 'Dataquest', 'forecasting', 'growth', 'in', 'the', ""world's"", 'multimedia', 'market', 'at', 'an', 'average', 'of', '31.6%', 'annually', 'over', 'the', 'next', 'four', 'years', 'and', 'says', 'it', 'is', 'ready', 'to', 'exploit', 'its', 'strengths', 'in', 'multimedia', 'base', 'technologies', 'such', 'as', 'its', 'Subaru', 'computer', 'graphics', 'system', 'and', 'signal', 'processing', 'chips', 'for', 'high', 'definition', 'television,', 'as', 'well', 'as', 'user', 'interfaces', 'based', 'on', 'virtual', 'reality,', 'in', 'the', 'development', 'of', 'multimedia', 'point-of-sale', 'systems,', 'software', 'and', 'automatic', 'teller', 'machines.']","[26, 28]",1,fujitsu ltd,"Following its announcement earlier this year of a version of its FM-Towns multimedia personal computer aimed at the fireside market for connection to the family television, Fujitsu Ltd has established an in-house Multimedia Project Promotion division, drawing in researchers from its Research Laboratory as well as staff from its systems and sales divisions: Fujitsu cites figures from Dataquest forecasting growth in the world's multimedia market at an average of 31.6% annually over the next four years and says it is ready to exploit its strengths in multimedia base technologies such as its Subaru computer graphics system and signal processing chips for high definition television, as well as user interfaces based on virtual reality, in the development of multimedia point-of-sale systems, software and automatic teller machines.","['After announcing earlier this year a version of its FM Towns multimedia PC aimed at the fireplace market for connecting to family television, Fujitsu Ltd. has set up its own multimedia project finance division, drawing on researchers from the research lab and staff from systems and sales departments: Fujitsu quotes figures from Dataquest predicting an average annual growth of 31.6% in the global multimedia market over the next four years, and declares that it is ready to exploit its strengths in basic multimedia technologies such as a Subaru computer graphics system and signal processing chips for high-definition television, as well as virtual reality user interfaces to develop multimedia POS systems, software and ATMs.', 'After announcing earlier this year a version of a multimedia PC from FM-Towns destined for the fireplace market to connect to family television, Fujitsu Ltd. has set up an internal department to promote multimedia projects and has recruited researchers from its research laboratory as well as staff from its systems and sales departments. Fujitsu cites figures from Dataquest predicting average annual growth of 31.6% for the international multimedia market over the next four years, and declares that it is ready to leverage its strengths in basic multimedia technologies such as its Subaru computer graphics system and signal processing chips for high-definition television and virtual reality user interfaces in the development of multimedia POS systems, software and ATMs.', 'After Fujitsu announced at the beginning of the year a version of its multimedia PC FM Towns aimed at the fireplace market for a connection to family television, Fujitsu Ltd. has set up its own department to promote multimedia projects over the next four years and has also included researchers from the research laboratory as well as employees from the systems and sales departments: Fujitsu quotes figures from Dataquest that the growth of the global multimedia market will average 31.6% over the next four years. Fujitsu is ready to use its strengths in the development of multimedia POS systems, software and ATMs in the development of basic multimedia technologies such as its Subaru computer graphics system and signal processing chips for high-definition television as well as virtual user interfaces.', 'After announcing earlier this year a version of its UMTS multimedia PC for fireplaces to connect to family television, Fujitsu Ltd. has set up an in-house multimedia project promotion department that employs researchers from its research laboratory as well as staff from its systems and sales department. Fujitsu cites figures from Dataquest predicting an average annual growth of 31.6 percent in the global multimedia market over the next four years, and says it is ready to take advantage of its strengths in basic multimedia technologies such as the Subaru computer graphics system and signal processing chips for high-definition television, but also in the development of virtual reality-based user interfaces, multimedia booths, software and ATMs.', ""Following this year's release of its FM Towns multimedia PC, enhanced with Wi-Fi applications for the fireplace, Fujitsu Ltd. has launched its own multimedia funding program with researchers from the research laboratory and staff from its systems and sales departments. Fujitsu quotes figures from the Dataquest report, which predicts an average growth of 31.6 percent per year in the global multimedia market over the next four years, and declares that it is ready to bring its strengths in basic multimedia technologies such as its Subaru computer graphics system and signal processing chips for high-definition television and virtual reality-based user interfaces into the development of multimedia checkout systems, software and ATMs.""]" -906,"['The', 'powers', 'that', 'be', 'over', 'at', 'Sun', 'Microsystems', 'Computer', 'Corp', 'and', 'SunSoft', 'Inc', 'are', 'starting', 'to', 'collect', 'complaints', 'from', 'cloners', 'and', 'resellers', 'over', 'the', 'way', 'SMCC', 'salesmen', 'are', 'hustling', 'volume', 'accounts,', 'not', 'playing', 'by', 'the', 'rules', 'and', 'nosing', 'compatibles', 'out', 'of', 'upgrade', 'sites.']","[6, 10]",0,sun microsystems computer corp,"The powers that be over at Sun Microsystems Computer Corp and SunSoft Inc are starting to collect complaints from cloners and resellers over the way SMCC salesmen are hustling volume accounts, not playing by the rules and nosing compatibles out of upgrade sites.","['The powers that be, handed over to Sun Microsystems Computer Corp and SunSoft Inc, are beginning to collect complaints from clones and resellers about SMCC vendors inflating volume accounts, flouting the rules, and removing compatible upgrade sites from the market.', 'The powers that be at Sun Microsystems Computer Corp and SunSoft Inc are collecting complaints from clones and resellers about how SMCC vendors are storming volume accounts, flouting the rules and sorting out compatible upgrade sites.', 'Officials at Sun Microsystems Computer Corp and SunSoft Inc are beginning to collect complaints from clones and resellers about the annoying size of portfolio accounts by SMCC vendors, non-compliance with the rules and the exclusion of compatible behavior from upgrade sites.', 'The power that has now disappeared at Sun Microsystems Computer Corp and SunSoft Inc., is beginning to gather complaints from clones and resellers about how new accounts accumulate without following the rules and hiding compatible upgrades.', 'The numerous businessmen at Sun Microsystems Computer Corp and SunSoft Inc are now collecting complaints of clones and leftovers, particularly about SMCC vendors overdrawing volume accounts, breaking the rules, and hiding more compatible solutions while driving to upgrade sites.']" -907,"['If', 'the', 'public', 'had', 'been', 'sickened', 'by', 'the', 'carnage', 'at', 'the', 'Olympic', 'Stadium,', 'the', 'next', 'spectacle', 'to', 'fill', 'their', 'television', 'screens', 'would', 'be', 'in', 'such', 'spectacular', 'technicolor', 'and', 'DestructaVision', 'that', 'it', 'would', 'make', 'Rambo', 'look', 'like', 'a', 'Disney', 'movie.']","[37, 38]",0,disney,"If the public had been sickened by the carnage at the Olympic Stadium, the next spectacle to fill their television screens would be in such spectacular technicolor and DestructaVision that it would make Rambo look like a Disney movie.","['If the public were sick of the carnage at the Olympic Stadium, the next spectacle they see on their TV screens would be so spectacularly Technicolor and DestructaVision that Rambo would have looked like a Disney movie.', 'If the public had been molested by the carnage at the Olympic Stadium, the next spectacle on TV screens would have been so spectacularly visualised and so destructive that it would have made Rambo look like something out of a Disney film.', 'If the audience had grown tired of the carnage in the Olympic Stadium, the next spectacle in front of the TV screens would be so spectacular in Technicolor and Destruction Vision that it would make Rambo look like a Disney movie.', 'Had the massacre at the Olympic Stadium been condemned by the public, the next spectacle on their TVs would have been so spectacular it would have made Rambo look like a Disney movie.', 'Had the public been fooled by the slaughter at the Olympic Stadium, they would have been next in line for a spectacle so spectacular it made Rambo look like something out of a Disney movie.']" -908,"['At', 'Comdex', 'next', 'week', 'SunSelect,', 'the', 'PC-to-Unix', 'connectivity', 'Sun', 'Microsystems', 'Inc', 'satellite', 'company,', 'will', 'announce', 'US', 'distribution', 'agreements', 'with', 'Tech', 'Data', 'Inc,', 'GBC', 'Technologies,', 'Transparent', 'Technologies', 'Inc,', 'Intelligent', 'Electronics', 'Inc,', 'Arrow', 'Electronic', 'Inc', 'and', 'Merisel', 'Canada.']","[8, 11]",0,sun microsystems inc,"At Comdex next week SunSelect, the PC-to-Unix connectivity Sun Microsystems Inc satellite company, will announce US distribution agreements with Tech Data Inc, GBC Technologies, Transparent Technologies Inc, Intelligent Electronics Inc, Arrow Electronic Inc and Merisel Canada.","['SunSelect, the PC-to-Unix connectivity company Sun Microsystems Inc., will announce distribution agreements with Tech Data Inc., GBC Technologies, Transparent Technologies Inc., Intelligent Electronics Inc., Arrow Electronic Inc. and Merisel Canada at Comdex next week.', 'At Comdex next week, SunSelect, the PC-to-Unix connectivity company Sun Microsystems Inc., will announce U.S. distribution agreements with Tech Data Inc., GBC Technologies, Transparent Technologies Inc., Intelligent Electronics Inc., Arrow Electronic Inc. and Merisel Canada.', 'At Comdex next week, SunSelect, the satellite PC-to-Unix connectivity company Sun Microsystems Inc., will announce U.S. distribution agreements with Tech Data Inc., GBC Technologies, Transparent Technologies Inc., Intelligent Electronics Inc., Arrow Electronic Inc. and Merisel Canada.', 'SunSelect, the PC-to-Unix connectivity company Sun Microsystems Inc., will announce distribution agreements with Tech Data Inc., GBC Technologies, Transparent Technologies Inc., Intelligent Electronics Inc., Arrow Electronic Inc. and Merisel Canada at Comdex next week.', ""At next week's Comdex, SunSelect, the satellite connection from PC to Unix, will announce U.S. distribution agreements with Tech Data Inc., GBC Technologies, Transparent Technologies Inc., Intelligent Electronics Inc., Arrow Electronic Inc. and Merisel Canada.""]" -909,"['While', 'there', 'are', 'a', 'lot', 'of', 'Chinese', 'restaurants,', 'the', 'Michelin', ""guide's"", 'choice', 'is', 'Yum', 'Sing,', '(),', 'serving', 'Cantonese,', 'Pekinese', 'and', 'vegetarian', 'recipes.']","[9, 10]",0,michelin,"While there are a lot of Chinese restaurants, the Michelin guide's choice is Yum Sing, (), serving Cantonese, Pekinese and vegetarian recipes.","['There are many Chinese restaurants, but the Michelin guide lists Yum Sing () with Cantonese, Pecan and vegetarian dishes.', 'There are many Chinese restaurants, but the Michelin guide has Yum Sing (), (), which offers Cantonese, Pecan and vegetarian recipes.', 'Although there are many Chinese restaurants, the Michelin Guide focuses on yum sing (), where Cantonese, pecan and vegetarian recipes are served.', 'Although there are many Chinese restaurants, the Michelin Guide lists Yum Sing, (), which serves Cantonese, Beijing and vegetarian dishes.', 'Although there are many Chinese restaurants, the Michelin Guide serves Cantonese, Pecan and vegetarian recipes.']" -910,"['PHILIPS', 'EXPECTS', 'CD-I', 'SALES', 'TO', 'MUSHROOM']","[0, 1]",1,philips,PHILIPS EXPECTS CD-I SALES TO MUSHROOM,"['PHILIPS VALUES CD-I SALE TO THE MUSIC ROOM', 'PHILIPS VALUES CD-I SALE IN THE MUSIC ROOM', 'PHILIPS CAN BUY CD-I UNTIL THE MUSHOUSE', 'PHILIPS MANY CD-I BUY SENIOR ROOM', 'PHILIPS ERPECT CD-I-SALES Price odd - 25.99 €/ km']" -911,"['NetWare', 'SunLink', 'will', 'allow', 'PC', 'users', 'to', 'share', 'applications', 'data,', 'file', 'and', 'print', 'services', 'across', 'based', 'Unix', 'networks', '--', 'with', 'no', 'changes', 'required', 'in', 'the', 'client', 'software', '--', 'but', 'most', 'importantly,', 'it', 'provides', 'a', 'Novell', 'NetWare', 'gateway', 'to', 'NFS,', 'Sun', ""'s"", 'Network', 'File', 'System', 'which', 'is', 'used', 'widely', 'in', 'the', 'industry.']","[39, 40]",0,sun,"NetWare SunLink will allow PC users to share applications data, file and print services across based Unix networks -- with no changes required in the client software -- but most importantly, it provides a Novell NetWare gateway to NFS, Sun's Network File System which is used widely in the industry.","[""NetWare SunLink enables PC users to exchange application data, file and printing services across Unix-based networks. No changes to client software are required, but most importantly it is a Novell NetWare gateway to the NFS, Sun's industry-wide network file system."", ""NetWare SunLink enables PC users to share their application data, file and printing services in Unix-based networks without having to make any changes to the client software. Most importantly, the network provides Novell NetWare to the NFS, Sun's network file system, which is widely used in the industry."", ""NetWare SunLink allows PC users to share application data, file and printing services on unix-based networks without any changes to client software, but the most important aspect is that it provides a Novell Netmate gateway to NFS, Sun's reliable network file system that is widely used in the industry."", ""NetWare SunLink allows PC users to share application data, file and printing services across based Union Embassy networks - without any changes to client software - but it mainly provides a Novell NetWare gateway to NFS, Sun's network file system, which is widely used in the industry."", 'NetWare SunLink enables PC users to share application data, file and print services over a Unix network - without overhauling the client software. Above all, it provides a solution via Novell NetWare for the NFS, the widely used Sun network file system in the industry.']" -912,"['Indeed,', 'the', 'little', 'Peugeot', 'has', 'achieved', 'something', 'close', 'to', 'cult', 'status,', 'a', 'point', 'highlighted', 'by', 'the', 'eye-catching', 'TV', 'commercial', 'for', 'the', 'XS.']","[3, 4]",1,peugeot,"Indeed, the little Peugeot has achieved something close to cult status, a point highlighted by the eye-catching TV commercial for the XS.","['In fact, the small Peugeot has almost achieved cult status, as can be seen in the eye-catching TV commercial for the XS.', 'In fact, the small Peugeot has almost achieved cult status, as the eye-catching TV commercial for the XS proves.', 'In fact, the small Peugeot has now achieved something of a cult status, as the eye-catching TV advertisement for the XS underlines.', 'In fact, the little Peugeot has almost achieved cult status as a beautiful TV commercial for the XS shows.', 'In fact, the small Peugeot has all but achieved cult status, as the remarkable TV commercial for the XS shows.']" -913,"['Accountants', 'Price', 'Waterhouse,', 'replacing', 'its', 'minicomputer', 'systems', 'with', 'PC', 'networks,', 'chose', 'direct-sold', 'Dell', 'PCs', 'for', 'the', 'network', 'terminals,', 'but', 'ultra-reliable', 'dealer-supplied', 'Hewlett', 'Packards', 'as', 'file', 'servers.']","[12, 13]",0,dell,"Accountants Price Waterhouse, replacing its minicomputer systems with PC networks, chose direct-sold Dell PCs for the network terminals, but ultra-reliable dealer-supplied Hewlett Packards as file servers.","[""Price Waterhouse's accountants, who replaced their mini-computer systems with PC networks, relied on direct sales of Dell PCs for their network terminals, while traders provided them with ultra-low-cost Hewlett Packards as file servers."", ""Management consultancy Price Waterhouse, which replaced its mini computer systems with PC networks, chose Dell direct marketer PCs for the network terminals, but Hewlett Packard's file servers were promoted by highly reliable dealers."", 'Accountant Price Waterhouse, who replaced their mini computer systems with PC networks, chose Dell PCs for the network terminals he supplied from merchants, but as file servers.', 'The auditors Price Waterhouse, who replaced their MiniComputer systems for the network with PC networks, decided to sell direct Dell PCs for the network terminals, but provided Hewlett Packard as a file server for ultra-reliable dealers.', 'Accountants Price Waterhouse, who replaced their mini computer systems with PC networks, opted for direct purchase of Dell computers for the network terminals, but for extremely reliable Hewlett Packard file servers.']" -914,"['Barclays', 'Bank', ""'s"", 'Business', 'Centre,', 'in', 'Middlesbrough,', 'is', 'playing', 'host', 'on', 'Wednesday', 'to', 'five', 'Russian', 'businessmen', 'visiting', 'the', 'UK', 'to', 'learn', 'how', 'businesses', 'operate', 'in', 'the', 'West.']","[0, 2]",0,barclays bank,"Barclays Bank's Business Centre, in Middlesbrough, is playing host on Wednesday to five Russian businessmen visiting the UK to learn how businesses operate in the West.","[""Barclays Bank's headquarters in Middlesbrough will host five Russian businessmen visiting the UK on Wednesday to learn more about business in the West."", 'The Barclays Bank Business Centre in Middlesbrough will host five Russian businessmen visiting the UK on Wednesday to learn about the workings of businesses in the West.', 'The Barclays Bank Business Centre in Middlesbrough will host five Russian businessmen visiting the UK on Wednesday to learn how businesses operate in the West.', ""Barclays Bank's business centre in London will host five Russian businessmen travelling to the UK on Wednesday to find out how business is going in the West."", 'Five Russian businessmen are due to work on a research project in the west at the Barclays Bank Business Centre in Middlesbrough on Wednesday.']" -915,"['Recipients', 'included', 'Robert', 'Fabry', 'of', 'the', 'Computer', 'Systems', 'Research', 'Group', 'at', 'Berkeley;', 'Deborah', 'Scherrer,', 'Lawrence', 'Berkeley', 'Laboratory;', 'and', 'Bob', 'Schiefler,', 'X', 'Consortium', 'in', 'the', 'Academic', 'Driver', 'category;', 'Mike', 'DeFazio,', 'Unix', 'Labs,', 'Armando', 'Stettner,', 'ex-DEC,', 'Bruce', 'Weiner,', 'Mindcraft', 'and', 'Bob', 'Marsh', 'of', 'Onyx', 'and', 'Plexus', 'fame', 'for', 'Unix', 'Evangelism;', 'Steve', 'Bourne,', 'Vinton', 'Cerf,', 'Jon', 'Mashey', 'and', 'Eric', 'Schmidt', 'for', 'Technology;', 'Jim', 'Bell,', 'Walter', 'De', 'Backer', 'and', 'Heinz', 'Lycklama', 'for', 'Standards;', 'Frame', 'Technology,', 'Informix,', 'Oracle', 'and', 'Sybase', 'for', 'Applications;', 'Larry', 'Crume,', 'ex-AT&T', 'now', 'Lotus,', 'Geoff', 'Morris,', 'X/Open', 'and', 'Yoshiro', 'Yoshioka,', 'Fujitsu', 'for', 'Global', 'Market', 'Building;', 'Hewlett-Packard,', 'Santa', 'Cruz', 'Operation', 'and', 'Sun', 'for', 'Business', 'Commitment;', 'Burlington', 'Coat', 'Factory,', 'DHL,', 'Federal', 'Express,', 'Hyatt', 'and', 'Wal-Mart', 'for', 'using', 'the', 'stuff;', 'Pamela', 'Gray,', 'Bill', 'Joy', 'and', 'Doug', 'Michels', 'for', 'Lifetime', 'Achievement;', 'Mike', 'Azzara,', 'Open', 'Systems', 'Today;', 'Ed', 'Taylor,', 'Pencom;', 'and', 'our', 'own', 'Maureen', ""O'Gara"", 'for', 'Special', 'Distinction.']","[72, 73]",0,oracle,"Recipients included Robert Fabry of the Computer Systems Research Group at Berkeley; Deborah Scherrer, Lawrence Berkeley Laboratory; and Bob Schiefler, X Consortium in the Academic Driver category; Mike DeFazio, Unix Labs, Armando Stettner, ex-DEC, Bruce Weiner, Mindcraft and Bob Marsh of Onyx and Plexus fame for Unix Evangelism; Steve Bourne, Vinton Cerf, Jon Mashey and Eric Schmidt for Technology; Jim Bell, Walter De Backer and Heinz Lycklama for Standards; Frame Technology, Informix, Oracle and Sybase for Applications; Larry Crume, ex-AT&T now Lotus, Geoff Morris, X/Open and Yoshiro Yoshioka, Fujitsu for Global Market Building; Hewlett-Packard, Santa Cruz Operation and Sun for Business Commitment; Burlington Coat Factory, DHL, Federal Express, Hyatt and Wal-Mart for using the stuff; Pamela Gray, Bill Joy and Doug Michels for Lifetime Achievement; Mike Azzara, Open Systems Today; Ed Taylor, Pencom; and our own Maureen O'Gara for Special Distinction.","['Recipients included Robert Fabry of Computer Systems Research Group in Berkeley; Deborah Scherrer, Lawrence Berkeley Laboratory; and Bob Schiefler, X Consortium in the Academic Drivers category; Mike DeFazio, Unix Labs, Armando Stettner, ex-DEC, Bruce Weiner, Mindcraft and Bob Marsh of Onyx and Plexus fame for Unix Evangelism; Steve Bourne, Vinton Cerf, Jon Mashey and Eric Schmidt for Technology; Jim Bell, Walter De Backer and Heinz Lycklama for Standards; Frame Technology, Informix, Oracle and Sybase for Applications; Larry Crume, ex-AT & T now Lotus, Geoff Morris, X / Open and Yoshioka, Fujitsu for Global Market Building; Hewlett-Packard', 'Winners included Robert Fabry of Computersystems Research Group in Berkeley, Deborah Scherrer, Lawrence Berkeley Laboratory and Bob Schiefler, X Consortium for Academic Drivers; Mike DeFazio, Unix Labs, Armando Stettner, formerly DEC, Bruce Weiner, Mindcraft and Bob Marsh of Onyx and Plexus Celebration for Unix Evangelism; Steve Bourne, Vinton Cerf, Jon Mashey and Eric Schmidt for Technology; Jim Bell, Walter De Backer and Heinz Lycklama for Standards; Frame Technology, Informix, Oracle and Sybase for Applications; Larry Crume, formerly AT & T now Lotus, Geoff Morris, X / Open and Yoshioka, Fujitsu for Global Market Building; Hewlett-Packard, Santa', 'Winners included Robert Fabry of Computer Systems Research Group in Berkeley, Deborah Scherrer of Lawrence Berkeley Laboratory, Bob Schiefler of the X consortium in the academic driver category, Mike DeFazio of Unix Labs, Armando Stettner, ex-DEC, Bruce Weiner of Mindcraft and Bob Marsh of Onyx and Plexus Fame for Unix evangelization, Steve Bourne, Vinton Cerf, Jon Mashey and Eric Schmidt for technology, Jim Bell, Walter De Backer and Heinz Lycklama for standards, Frame Technology, Informix, Oracle and Sybase for applications, Larry Crume, ex-AT & T now Lotus, Geoff Morris, X / Open and Yoshioka for Global Market Building, Hewlett-Packard, Santa Cruz Operation and', 'Winners included Robert Fabry of Computer Systems Research Group in Berkeley; Deborah Scherrer, Lawrence Berkeley Laboratory; Bob Schiefler, X consortium in the academic driver category; Mike DeFazio, Unix Labs, Armando Stettner, ex-DEC, Bruce Weiner, Mindcraft and Bob Marsh of Onyx and Plexus fame for Unix Evangelism; Steve Bourne, Vinton Cerf, Jon Mashey and Eric Schmidt for technology; Jim Bell, Walter De Backer and Heinz Lycklama for standards; Frame Technology, Informix, Oracle and Sybase for applications; Larry Crume, former AT & T receiver now Lotus, Geoff Morris, X / Open and Yoshioka, Fujitsu for global market structure; Hewlett-Packard', 'Participating in the competition were: Robert Fabry of Berkeley Computer Systems Laboratory; Deborah Scherrer, Lawrence Berkeley Laboratory; Bob Schiefler, X consortium in the academic driver category; Mike DeFazio, Unix Labs, Armando Stettner, ex-DEC, Bruce Weiner, Mindcraft and Bob Marsh of Onyx and Plexus fame for Unix Evangelism; Steve Bourne, Vinton Cerf, Jon Mashey and Eric Schmidt for Technology; Jim Bell, Walter De Backer and Heinz Lycklama for Standards; Frame Technology, Informix, Oracle and Sybase for Applications; Larry Crume, ex-AT & T now Lotus, Geoff Morris, X / Open and Yoshioka, Fujitsu for Global Market Building; Hewlett-Packard']" -916,"['At', 'Shell', 'Chemicals', '30', 'women', 'take', 'up', '9.3', 'per', 'cent', 'of', 'the', 'managerial', 'positions.']","[1, 3]",0,shell chemicals,At Shell Chemicals 30 women take up 9.3 per cent of the managerial positions.,"['At Shell Chemicals, 30 women hold 9.3 percent of executive positions.', 'At Shell Chemicals, 30 women hold 9.3 percent of executive positions.', 'At Shell Chemicals, 30 women hold 9.3 percent of executive positions.', 'At Shell Chemicals, 30 women occupy 9.3 percent of executive positions.', 'At Shell Chemicals, the proportion of women in management positions is 9.3 percent.']" -917,"['ProTeam', 'applications', 'run', 'on', 'any', 'X-Windows', 'clients', 'or', 'any', 'server', 'capable', 'of', 'hosting', 'Sybase', 'including', 'Hewlett-Packard', 'Co', ""'s,"", ""IBM's,"", 'Sun', 'Microsystems', ""Inc's"", 'and', 'MIPS', 'Technology', 'Systems', ""Inc's"", 'machines.']","[15, 17]",0,hewlett-packard co,"ProTeam applications run on any X-Windows clients or any server capable of hosting Sybase including Hewlett-Packard Co's, IBM's, Sun Microsystems Inc's and MIPS Technology Systems Inc's machines.","['ProTeam applications run on all X Windows clients or any server that can host Sybase, including machines from Hewlett-Packard Co, IBM, Sun Microsystems Inc and MIPS Technology Systems Inc.', 'ProTeam applications run on all X Windows clients or any other server that can host Sybase, including machines from Hewlett-Packard Co, IBM, Sun Microsystems Inc and MIPS Technology Systems Inc.', 'ProTeam applications run on any X-Windows client or server that Sybase can host, including machines from Hewlett-Packard, IBM, Sun Microsystems, MIPS Technology Systems Inc.', 'ProTeam applications run on any X-Windows client or server that Sybase can host, such as Hewlett-Packard Co, IBCaitlin, Sun Microsystems Inc and MIPS Technology Systems Inc.', ""ProTeam applications run on any client or server that can host Sybase, including Hewlett-Packard Co's, IBM, Sun Microsystems Inc.""]" -918,"['While', 'stressing', 'IBM', 'good', 'behaviour,', 'IBM', 'chairman', 'John', 'Opel', 'in', 'a', 'speech', 'in', 'London', 'in', 'May', '1984', 'told', 'Europeans', 'that', 'IBM', 'could', 'always', 'take', 'its', 'investment', 'elsewhere.']","[2, 3]",0,ibm,"While stressing IBM good behaviour, IBM chairman John Opel in a speech in London in May 1984 told Europeans that IBM could always take its investment elsewhere.","[""In a speech in London in May 1984, IBM CEO John Opel emphasized IBM's good behavior and told Europeans that IBM could make its investments elsewhere at any time."", ""IBM CEO John Opel praised IBM's good behavior, but in a speech in London in May 1984, he told Europeans that IBM could move its investments elsewhere at any time."", ""Although IBM CEO John Opel emphasized IBM's good behavior in a speech in London in May 1984, he said that IBM could move its investments at any time."", 'Although IBM emphasized the right behavior in a speech in London in May 1984, IBM CEO John Opel told Europeans that IBM could move its investments elsewhere at any time.', 'Although IBM emphasized good behavior, Chairman John Opel told Europeans in a speech in London in May 1984 that IBM could move its investments elsewhere at any time.']" -919,"['But', 'when', 'Ericsson', 'came', 'onto', 'the', 'market,', 'the', 'new', '""lightning', 'fast""', '120ns', 'memory', 'had', 'just', 'been', 'launched,', 'which', 'made', 'their', 'Ericsson', 'WS286', 'the', 'fastest', 'AT', 'in', 'the', 'world,', 'at', '8MHz.']","[2, 3]",0,ericsson,"But when Ericsson came onto the market, the new""lightning fast"" 120ns memory had just been launched, which made their Ericsson WS286 the fastest AT in the world, at 8MHz.","['At the launch of Ericsson, the new ""lightning-fast"" 120ns memory was introduced, which made the Ericsson WS286 with 8 MHz the fastest AT in the world.', 'When Ericsson came on the market, the new ""lightning-fast"" 120ns memory was just released, making the Ericsson WS286 the fastest AT in the world at 8MHz.', 'But when Ericsson came on the market, the new ""lightning-fast"" 120ns memory was just released, making Ericsson WS286 with 8MHz the fastest AT in the world.', 'But when Ericsson came on the market, the new ""lightning-fast"" 120ns memory, which makes the Ericsson WS286 the fastest AT in the world, was up to 8MHz.', 'However, when Ericsson launched separatists, the new ""lightning-fast"" 120ns memory was launched, making the Ericsson WS286 the fastest AT in the world at 8MHz.']" -920,"['CAR', 'component', 'maker', 'Behr,', 'which', 'makes', 'air', 'conditioning', 'for', 'Mercedes', 'and', 'BMW', ',', 'is', 'giving', 'Welsh', 'suppliers', 'a', 'chance', 'to', 'win', 'orders', 'from', 'the', 'company.']","[11, 12]",0,bmw,"CAR component maker Behr, which makes air conditioning for Mercedes and BMW, is giving Welsh suppliers a chance to win orders from the company.","['Automotive supplier Behr, which makes air conditioning systems for Mercedes and BMW, is giving Welsh suppliers the chance to win contracts from the company.', 'Automotive supplier Behr, which makes air conditioning systems for Mercedes and BMW, is offering Welsh suppliers the chance to win contracts from the company.', 'Automaker Behr, which makes air conditioning systems for Mercedes and BMW, is giving Welsh suppliers the chance to win contracts from the company.', 'Behr, which makes air conditioning systems for Mercedes and BMW, has placed orders with Welsh suppliers.', 'Automaker Behr summarized the ruling and gave Welsh suppliers who make air conditioning systems for Mercedes and BMW the chance to do so.']" -921,"['Bank', 'X', 'is', 'Shell', ""'s"", 'bank', 'in', 'the', 'USA.']","[3, 4]",0,shell,Bank X is Shell's bank in the USA.,"[""Bank X is Shell's bank in the US."", ""Bank X is Shell's bank in the US."", ""Bank X is Shell's bank in the US."", ""Bank X is Shell's bank in the US."", ""Bank X is Shell's bank in the US.""]" -922,"['At', 'four', 'that', 'Tuesday', 'morning', 'he', 'left', 'the', 'Holiday', 'Inn,', 'started', 'the', 'BMW', 'and', 'headed', 'through', 'the', 'darkness', 'towards', 'the', 'autobahn', 'south.']","[12, 13]",1,bmw,"At four that Tuesday morning he left the Holiday Inn, started the BMW and headed through the darkness towards the autobahn south.","[""He left the Holiday Inn at four o'clock on Tuesday morning, got out of his BMW and drove through darkness towards the south motorway."", ""At four o'clock that Tuesday morning, he left the Holiday Inn, got into his BMW and drove south through the darkness onto the freeway."", ""At four o'clock on Tuesday morning, he left the Holiday Inn, got into his BMW and walked through darkness towards the south motorway."", 'He left the Holiday Inn at 4am on Tuesday morning, got into his BMW and drove off in the dark towards the south motorway.', ""At four o'clock on Tuesday morning he left the cottage and started the BMW in which he was travelling through the darkness towards the south motorway.""]" -923,"['The', 'diesel', 'engine', 'will', 'be', 'available', 'on', 'most', 'Mondeo', 'models,', 'according', 'to', 'Ford', '.']","[12, 13]",1,ford,"The diesel engine will be available on most Mondeo models, according to Ford.","['According to Ford, the diesel engine is offered in most Mondeo models.', 'Ford says the diesel engine is used in most Mondeo models.', 'Ford says the diesel engine is offered in most models of the Mondeo.', 'The diesel engine is used in most Mondeo models, Ford said.', 'Ford says the diesel engine is in most Mondeo models.']" -924,"[""Chrysler's"", 'vice-president', 'of', 'Internal', 'Operations,', 'Joey', 'Cappy,', 'claims', 'Chrysler', 'is', 'in', 'a', '""strong', 'cash', 'position""', 'and', 'will', 'spend', '$8.25', 'billion', 'on', 'new', 'products', 'over', 'the', 'next', 'five', 'years.']","[8, 9]",0,chrysler,"Chrysler's vice-president of Internal Operations, Joey Cappy, claims Chrysler is in a""strong cash position"" and will spend $8.25 billion on new products over the next five years.","['Chrysler\'s vice president of internal operations, Joey Cappy, says Chrysler is in a ""strong cash position"" and will spend $8.25 billion on new products over the next five years.', 'Chrysler\'s vice president of internal operations, Joey Cappy, said Chrysler was in a ""strong cash position"" and would spend $8.25 billion on new products over the next five years.', 'Joey Cappy, Chrysler\'s vice president of internal operations, says Chrysler is in a ""strong cash position"" and will spend $8.25 billion on new products over the next five years.', 'Chrysler\'s vice president of internal operations, Joey Cappy, says Chrysler is in a ""strong liquidity situation"" and will spend $8.25 billion on new products over the next five years.', 'Chrysler\'s vice president of internal performance, Joey Cappy, says Chrysler is in a ""strong cash position"" and will spend $8.25 billion on new products over the next five years.']" -925,"['A', 'breakdown', 'is', 'possible', 'only', 'for', 'large-circulation', 'papers', 'like', 'the', 'Sun', 'and', 'the', 'Mirror.']","[10, 11]",1,sun,A breakdown is possible only for large-circulation papers like the Sun and the Mirror.,"['Splitting up is only possible with high-circulation newspapers such as the Sun and Mirror.', 'Collapse is only possible with high-circulation newspapers such as the Sun and Mirror.', 'An increase is only possible with high-circulation newspapers such as Sonne and Spiegel.', 'Splitting is only possible for major newspapers such as The Sun and The Mirror.', 'A shift is only possible with circulating leaves like the sun and real mirrors.']" -926,"['And', 'rumours', 'of', 'takeovers', 'of', 'the', 'small', 'companies', 'by', 'giants', 'such', 'as', 'IBM', 'and', 'Hewlett-Packard', 'abound', '--', 'so', 'far', 'with', 'no', 'foundation.']","[12, 13]",0,ibm,And rumours of takeovers of the small companies by giants such as IBM and Hewlett-Packard abound -- so far with no foundation.,"['And rumors of small-business takeovers by giants like IBM and Hewlett-Packard abound - so far without foundation.', 'And rumors of takeovers of smaller firms by giants such as IBM and Hewlett-Packard abound - so far without foundation.', 'And rumors of takeovers of smaller firms by giants like IBM and Hewlett-Packard are mounting - so far unsubstantiated.', 'And rumors of takeovers of small firms by giants such as IBM and Hewlett-Packard abound - so far unfounded.', 'And rumors of small-business takeovers by giants like IBM and Hewlett-Packard abounded - so far without foundation.']" -927,"['And', 'by', '1972,', 'Fujitsu', 'had', 'reached', 'technological', 'parity', 'with', 'IBM.']","[3, 4]",0,fujitsu,"And by 1972, Fujitsu had reached technological parity with IBM.","['And in 1972, Fujitsu reached technological parity with IBM.', 'And in 1972, Fujitsu was technologically on the same level as IBM.', 'And in 1972, Fujitsu had technologically reached the same level as IBM.', 'And in 1972, Fujitsu managed to catch up technologically with IBM.', 'In 1972, Fujitsu achieved technological equality with IBM.']" -928,"['IBM', 'also', 'cut', 'prices', 'on', 'some', 'PS/2', 'displays', 'by', 'up', 'to', '16%,', 'with', 'the', '8514', 'colour', 'display', 'now', '$867.']","[0, 1]",1,ibm,"IBM also cut prices on some PS/2 displays by up to 16%, with the 8514 colour display now $867.","['IBM also lowered the price of some PS / 2 displays by up to 16%, with the 8514 color display now costing $867.', 'IBM also lowered prices for some PS / 2 displays by up to 16%, bringing the 8514 color display to $867.', 'IBM also lowered the price of some PS / 2 displays by up to 16 percent, with the 8,514-color display now costing $867.', 'IBM also lowered the price of some PS / 2 displays by up to 16%: the 8514 color display now costs $867.', 'IBM lowered the price of some PS / 2 displays by up to 16%, with the 8514 color display now costing $867.']" -929,"['Microvitec', 'says', 'that', 'the', '$475', 'MCG3500', 'plinth,', 'which', 'will', 'go', 'inside', 'a', 'standard', 'IBM', 'monitor,', 'provides', 'text', 'terminals', 'with', '80%', 'of', 'an', ""X-terminal's"", 'graphics', 'features', 'at', 'a', 'quarter', 'of', 'the', 'cost.']","[13, 14]",0,ibm,"Microvitec says that the $475 MCG3500 plinth, which will go inside a standard IBM monitor, provides text terminals with 80% of an X-terminal's graphics features at a quarter of the cost.","['Microvitec says the $475 MCG3500 socket built into a standard IBM monitor provides 80% of the graphics capabilities of an X terminal at a quarter of the cost.', 'Microvitec says that the $475 MCG3500 socket, which is housed in an IBM standard monitor, provides text terminals with 80% of the graphics of an X terminal at a quarter of the cost.', 'Microvitec announces that the $475 MCG3500 socket installed on a standard IBM monitor provides a text terminal with 80% of the graphics capabilities of an X terminal at a quarter of the cost.', 'Microvitec says that the MCG3500 socket, which is located in a standard IBM monitor, offers text terminals with a graphics share of 80% and a quarter of the cost of an X terminal.', 'With the $475 base of the MCG3500 model, which is to be integrated into a standard IBM display, text terminals can be equipped for 80 percent of the graphics performance of an X terminal at a quarter of the cost, says Microvitec.']" -930,"['He', 'has', 'discussed', 'the', 'venture', 'with', 'research', 'groups', 'from', 'IBM,', 'AT&T,', 'Exxon,', 'US', 'Steel', 'and', 'Hewlett-Packard', '.']","[15, 16]",0,hewlett-packard,"He has discussed the venture with research groups from IBM, AT&T, Exxon, US Steel and Hewlett-Packard.","['He discussed the project with research groups from IBM, AT & T, Exxon, US Steel and Hewlett-Packard.', 'He discussed the project with research groups from IBM, AT & T, Exxon, US Steel and Hewlett-Packard.', 'He discussed the project with research groups from IBM, AT & T, Exxon, US Steel and Hewlett-Packard.', 'He had discussed the project with research groups from IBM, AT & T, Exxon, US Steel and Hewlett-Packard.', 'He has discussed the project with research groups from IBM, AT & T, Exxon, US Steel and Hewlett-Packard.']" -931,"['There', 'were', 'also', 'rumours', 'that', 'Ford', 'had', 'now', 'taken', 'its', 'stake', 'up', 'to', 'the', 'maximum', '15', 'per', 'cent', 'allowed', 'under', 'the', 'golden', 'share', 'held', 'in', 'Jaguar', 'by', 'the', 'Government', 'since', 'its', 'privatisation', 'in', '1984.']","[5, 6]",0,ford,There were also rumours that Ford had now taken its stake up to the maximum 15 per cent allowed under the golden share held in Jaguar by the Government since its privatisation in 1984.,"['There were also rumours that Ford had increased its stake to the maximum 15 per cent held by the state since the privatisation of its stake in Jaguar in 1984.', ""There were also rumours that Ford had now increased its stake to a maximum of 15 per cent, as the government's golden share in Jaguar has allowed since it was privatised in 1984."", ""There were also rumours that Ford had increased its stake to the maximum 15 per cent allowed under the government's golden share in Jaguar since it was privatised in 1984."", ""There were also rumours that Ford had increased its stake to the maximum 15 per cent allowed under the government's golden share in Jaguar since it was privatised in 1984."", ""There were also rumours that Ford's stake was considerably higher than the maximum 15 per cent the government had held in Jaguar since it was privatised in 1984.""]" -932,"['The', 'Boeing', 'machinists', 'have', 'not', 'gone', 'on', 'strike', 'since', '1977.']","[1, 2]",0,boeing,The Boeing machinists have not gone on strike since 1977.,"['Boeing machinists have not gone on strike since 1977.', 'Boeing machinists have not gone on strike since 1977.', 'Boeing planes have not gone on strike since 1977.', 'Boeing planes have not gone on strike since 1977.', 'Boeing pilots have not gone on strike since 1977.']" -933,"['Although', 'Portland', '(a', 'Thomson', 'subsidiary)', 'and', 'Tjaebourg', 'itself', 'seemed', 'to', 'be', 'doing', 'well,', 'in', '1985', 'the', 'British', 'Airways', 'subsidiary', 'Martin', 'Rook', 'was', 'rumoured', 'to', 'be', 'up', 'for', 'disposal,', 'with', 'an', 'uncertain', 'future.']","[16, 18]",0,british airways,"Although Portland (a Thomson subsidiary) and Tjaebourg itself seemed to be doing well, in 1985 the British Airways subsidiary Martin Rook was rumoured to be up for disposal, with an uncertain future.","['Although Portland (a Thomson subsidiary) and Tjaebourg itself seem to be doing well, it was rumoured in 1985 that the British Airways subsidiary Martin Rook was up for sale, with an uncertain future.', 'Although Portland (a Thomson subsidiary) and Tjaebourg itself seem to be doing well, the British Airways subsidiary Martin Rook is reportedly up for sale - with an uncertain outcome.', 'Although both Portland (a Thomson subsidiary) and Tjaebourg itself seemed to be doing well, it was reported back in 1985 that the British Airways subsidiary Martin Rook was up for sale - with an uncertain outcome.', 'Although Portland (a Thomson subsidiary) and Tjaebourg itself seemed to be doing well, a rumour was spread in 1985 that the British Airways subsidiary Martin Rook was up for sale - with an uncertain future.', 'Portland (a Thomson subsidiary) and Tjaebourg itself seemed to be on track for success, but it was said that in 1985 the British Airways subsidiary Martin Rook was up for sale, with an uncertain future.']" -934,"['Sun', 'is', 'chuckling', 'over', 'a', 'recent', 'robbery', 'in', 'Silicon', 'Valley:', 'seems', 'the', 'thieves', 'broke', 'into', 'a', 'place', 'and', 'ripped', 'off', 'five', 'Sun', 'workstation,', 'bypassing', 'the', 'new', 'HP', '700s', 'and', 'using', 'a', '705', 'as', 'a', 'door', 'stop.']","[21, 22]",0,sun,"Sun is chuckling over a recent robbery in Silicon Valley: seems the thieves broke into a place and ripped off five Sun workstation, bypassing the new HP 700s and using a 705 as a door stop.","['Sun smiles at a recent theft in Silicon Valley: The thieves apparently broke into a restaurant and demolished five Sun workstations, bypassed the new HP-700 and used a 705 as a door lock.', 'Sun laughs at a recent theft in Silicon Valley: The thieves allegedly broke into one location and stole five Sun computers, bypassed the new HP 700 and used a 705 as a doorstop.', 'Sun, for example, laughs at a recent theft in Silicon Valley: The thieves apparently broke into one location and stole five Sun workstations, bypassing the new HP 700 and using a 705 as a door holder.', 'Sun complains about a recent robbery in Silicon Valley: Apparently the thieves broke into one place and sprayed five Sun workstations, bypassed the new HP 700 and used a 705 as a doorstop.', 'Sun laughs at a recent theft in Silicon Valley. According to Netanyahu, the thieves - apparently bypassing the new HP 700 and using a 705 as a doorstop - broke into one place and stole five Sun workstations.']" -935,"['Having', 'seduced', 'over', 'one', 'million', 'new', 'users', 'to', 'OS/2', '2.0', 'with', 'the', 'implication', 'that', 'they', 'should', 'adopt', 'Database', 'Manager', 'with', 'it', '--', 'it', 'actually', 'came', 'bundled', 'in', 'OS/2', 'Extended', 'Edition', '--', 'IBM', 'Corp', 'is', 'planning', 'to', 'replace', 'the', 'database', 'with', 'the', 'one', 'it', 'is', 'developing', 'for', 'AIX,', 'according', 'to', 'Computerworld.']","[31, 33]",1,ibm corp,"Having seduced over one million new users to OS/2 2.0 with the implication that they should adopt Database Manager with it -- it actually came bundled in OS/2 Extended Edition -- IBM Corp is planning to replace the database with the one it is developing for AIX, according to Computerworld.","['After IBM Corporation seduced more than a million new users into OS / 2 2.0, with the implicit consequence that they should introduce the database manager - which was actually included in the OS / 2 Extended Edition - IBM Corp plans to replace the database with the one it is developing for AIX, according to Computerworld.', 'IBM Corp, which has already brought over a million new users to OS / 2 2.0, with the result that they will take over the database manager with it - it was actually bundled in the OS / 2 Extended Edition - plans to replace the database with that of AIX, according to Computerworld.', 'After more than a million new users have tuned into OS / 2 2.0, suggesting that they should use it to introduce the Database Manager - which was actually bundled in the OS / 2 Extended Edition - IBM Corp plans to replace the database with that of AIX, according to Computerworld.', 'After more than a million new users were seduced to OS / 2 2.0, which implies that christianiROM should introduce Database Manager, which was actually bundled in the OS / 2 Extended Edition, IBM Corp plans to replace the database with the database it is developing for AIX, according to Computerworld.', 'Now that IBM Corp, according to Computerworld, has seduced more than one million new users to OS / 2 2.0 and vice versa expects them to use the database manager (which is actually bundled in OS / 2 Extended Edition), the company plans to replace the database with the database developed by AIX.']" -936,"['Saying', 'Sun', 'Microsystems', 'Inc', ""'s"", 'service', 'is', 'not', 'up', 'to', 'snuff,', 'Sun', 'reseller', 'Marathon', 'International', 'Group,', 'of', 'Campbell,', 'California,', 'has', 'gone', 'into', 'the', 'business', 'on-site', 'and', 'over-the-phone.']","[1, 4]",0,sun microsystems inc,"Saying Sun Microsystems Inc's service is not up to snuff, Sun reseller Marathon International Group, of Campbell, California, has gone into the business on-site and over-the-phone.","['The service of Sun Microsystems Inc is not under control. Therefore, the Sun Reseller Marathon International Group from Campbell, California, got into the local business and telephoned.', 'Sun Microsystems Inc. does not focus on snuff, but Sun Reseller Marathon International Group of Campbell, Calif., does business locally and by phone.', 'Sun Microsystems Inc. ""s service is not entirely focused on snuff. Sun Reseller Marathon International Group, based in Campbell, California, entered the stores in person and by telephone.', 'Because Sun Microsystems Inc. ""s service is not designed for snuff, Sun Reseller Marathon International Group of Campbell, Calif., has gotten involved in the business locally and by phone.', 'Since Sun Microsystems Inc. is not supposed to be a service for Niagara Falls, Sun Reseller Marathon International Group, Campbell, Calif., has become active locally and by telephone.']" -937,"['As', 'a', 'last', 'resort,', 'use', 'BT', ""'s"", 'independent', 'low-cost', 'arbitration', 'service.']","[5, 6]",0,bt,"As a last resort, use BT's independent low-cost arbitration service.","[""As a last resort, you should use BT's independent, low-cost conciliation service."", ""As a last resort, you can use BT's independent, low-cost referral service."", ""As a last resort, take BT's independent, low-cost conciliation service."", 'As a last resort, BT should use an independent, low-cost conciliation service.', ""As a last resort, BT will use the group's free independent arbitration service (Low Cost Arbitration Service).""]" -938,"['MEL', 'is', 'part', 'of', 'the', 'Philips', 'group,', 'and', 'its', 'contender', 'is', 'heavily', 'based', 'on', 'a', 'radar', 'known', 'as', 'Smart', 'which', 'another', 'Philips', 'company', 'is', 'developing', 'in', 'Holland', 'for', 'the', 'Dutch', 'Navy.']","[5, 6]",0,philips,"MEL is part of the Philips group, and its contender is heavily based on a radar known as Smart which another Philips company is developing in Holland for the Dutch Navy.","['MEL is part of the Philips group and its competitor relies heavily on a radar called Smart, which another Dutch Philips company is developing for the Dutch navy.', 'MEL is part of the Philips group and the applicant relies heavily on a radar called Smart, which another Dutch Philips company is developing for the Dutch navy.', 'MEL is part of the Philips group and its competitor is largely based on the Smart model developed by another Dutch Philips company for the Dutch navy.', 'MEL is part of the Philips group and its competitor is largely based on the smart radar developed by another Dutch Philips company for the Dutch navy.', 'MEL is part of the Philips group and its competitiveness is largely based on a radar developed for the Dutch navy called Smart, which is being developed by another Philips company in the Netherlands.']" -939,"['Under', '1989', 'EC', 'guidelines,', 'state', 'aid', 'provided', 'to', 'the', 'motor', 'industry', 'has', 'to', 'be', 'cleared', 'by', 'the', 'European', 'Commission', 'and', 'the', 'generous', 'level', 'of', 'aid', 'provided', 'to', 'Nissan', 'in', 'Tyne', 'and', 'Wear', 'would', 'not', 'have', 'been', 'available,', 'had', 'Toyota', 'decided', 'to', 'invest', 'there', 'instead.']","[27, 28]",0,nissan,"Under 1989 EC guidelines, state aid provided to the motor industry has to be cleared by the European Commission and the generous level of aid provided to Nissan in Tyne and Wear would not have been available, had Toyota decided to invest there instead.","['Under the 1989 EU guidelines, state aid to the car industry must be authorised by the European Commission, and the generous aid to Nissan in Tyne and Wear would not have been possible if Toyota had opted for investment instead.', 'Under the 1989 Community guidelines, state aid to the car industry must be authorised by the European Commission and the generous aid to Nissan in Tyne and Wear would not have been available if Toyota had decided to invest there.', ""Under the 1989 EC guidelines, state aid to the car industry must be authorised by the EU and the generous aid to Nissan in Tyne and Wear would not have been available without Toyota's decision."", 'Under the relevant 1989 EU directives, state aid to the car industry must be authorised by the European Commission, and the generous aid to Nissan in Tyne and Wear would not have existed if Toyota had invested there.', 'Under the 1989 EC guidelines, state aid to the car industry must be authorised by the European Commission and the largest subsidies to Nissan in Tyne and Wear would not be available if Toyota had invested there instead.']" -940,"['Five', 'companies', 'have', 'been', 'shortlisted', 'in', 'the', 'bidding', 'for', '35%', 'of', 'the', 'Greek', 'Telecommunications', 'Organisation,', 'OTE,', 'this', 'summer,', 'Reuter', 'reports:', 'their', 'indicative', 'bids', 'are', 'expected', 'in', 'June', 'and', 'the', 'sale', 'will', 'be', 'completed', 'in', 'August', 'and', 'the', 'five', 'are', 'Nippon', 'Telegraph', '&', 'Telephone', 'Corp,', 'France', 'Telecom,', 'GTE', 'Corp,', 'Telefonica', 'de', 'Espana', 'SA', 'and', 'STET', 'SpA;', 'STET', 'already', 'has', 'a', '$160m', '20-year', 'licence', 'to', 'develop', 'a', 'cellular', 'mobile', 'phone', 'system', 'in', 'Greece;', 'AT&T', 'Co,', 'which', 'had', 'been', 'seen', 'as', 'the', 'favourite,', 'withdrew', 'from', 'the', 'bidding.']","[48, 52]",0,telefonica de espana sa,"Five companies have been shortlisted in the bidding for 35% of the Greek Telecommunications Organisation, OTE, this summer, Reuter reports: their indicative bids are expected in June and the sale will be completed in August and the five are Nippon Telegraph & Telephone Corp, France Telecom, GTE Corp, Telefonica de Espana SA and STET SpA; STET already has a $160m 20-year licence to develop a cellular mobile phone system in Greece; AT&T Co, which had been seen as the favourite, withdrew from the bidding.","[""In this year's bidding contest for 35% of the Greek telecommunications organization OTE, five companies are shortlisted, reports Reuter: preliminary bids are expected in June and the sale is expected to be completed in August; five of them are Nippon Telegraph & Telephone Corp, France Telecom, GTE Corp, Telefonica de Espana SA and STET SpA. STET already had a 20-year license to develop a mobile phone system in Greece worth 160 million dollars. AT & T Co, considered the favorite, withdrew from the tender."", ""Five companies have been shortlisted for this summer's 35% tender by the Greek telecommunications company OTE, reports Reuter: preliminary bids are expected in June and the sale is expected to be completed in August. Five companies include Nippon Telegraph & Telephone Corp, France Telecom, GTE Corp, Telefonica de Espana SA and STET SpA. STET has already received a 20-year user license for the development of a mobile phone system in Greece. AT & T Co, considered the favorite, withdrew from the tender."", 'This summer, five companies were shortlisted for the 35% stake in the Greek telecommunications company OTE, reports Reuter: indicative bids are due in June and the sale will be completed in August; the bidders are Nippon Telegraph & Telephone Corp, France Telecom, GTE Corp, Telefonica de Espana SA and STET SpA; STET already has a 20-year license to develop a mobile phone system in Greece worth $160 million; AT & T io, considered the favorite, withdrew from the bidding process.', 'Five companies were shortlisted in the summer for 35% of the Greek telecommunications organization OTE, reports Reuter. Their close bids are expected in June and the sale is expected to be completed in August, and among the five companies are: Nippon Telegraph & Telephone Corp, France Telecom, GTE Corp, Telefonica de Espana SA and STET SpA; STET already has a 20-year license worth 160 million dollars for the development of a mobile phone system in Greece; AT & T Co, considered the favorite, withdrew from the offer.', 'In the bidding process for a 35% stake in the Greek telecommunications organisation OTE, five companies have been shortlisted, reports Reuter: their bids are expected in June, the sale is expected to be completed in August, and the five companies are Nippon Telegraph & Telephone Corp, France Telecom, GTE Corp, Telefonica de Espana SA and STET SpA; STET already has a 20-year approval of 160 million US dollars for the development of a mobile telephone system in Greece; AT & T Co, which was considered the favourite, withdrew the offer.']" -941,"['Steven', 'was', 'always', 'difficult,', 'he', 'bought', 'every', 'kitchen', 'gadget', 'and', 'electrical', 'device', 'known', 'to', 'man,', 'and', 'he', 'already', 'had', 'enough', 'leather', 'gloves,', 'ties', 'and', 'scarves', 'to', 'restock', 'Marks', 'and', 'Spencer', '.']","[27, 30]",1,marks and spencer,"Steven was always difficult, he bought every kitchen gadget and electrical device known to man, and he already had enough leather gloves, ties and scarves to restock Marks and Spencer.","['Steven was always difficult, he bought every household appliance and electrical appliance, and he already had enough leather gloves, ties and scarves to stock Marks and Spencer.', 'Steven was always difficult, he bought every kitchen appliance and electrical appliance you know, and he already had enough leather gloves, ties and scarves to stock up on Marks and Spencer.', 'Steven was always difficult, buying everything we knew, and he had enough leather gloves, ties and scarves to buy Marks and Spencer again.', 'Steven was always difficult, he bought every kitchen appliance and electrical appliance people knew, and he already had enough leather gloves, ties and scarves to invite Marks and Spencer back.', 'Steven was difficult, he bought every kitchen appliance and electrical appliance people knew, and he already had enough leather gloves, ties and scarves to reintroduce Marks and Spencer.']" -942,"['With', 'sales', 'only', 'a', 'fraction', 'of', 'theirs,', 'its', 'market', 'value', 'is', 'close', 'to', 'those', 'of', 'IBM', 'or', 'General', 'Motors', '.']","[17, 19]",0,general motors,"With sales only a fraction of theirs, its market value is close to those of IBM or General Motors.","[""Because the company's value is only a fraction of that, its market value is close to IBM or General Motors."", ""The company's market value - it has sold only a fraction of it - is roughly equivalent to that of IBM or General Motors."", 'With the sale of only part of this instrument, the market value is close to IBM or General Motors.', 'The fact that it reaps only a fraction of its sales brings its market value close to IBM or General Motors.', 'Its market value is close to IBM or General Motors, with sales now too low.']" -943,"['Had', 'a', 'serious', 'run', 'developed', 'on', 'the', 'Bank', 'of', 'China', 'in', '1983,', 'which', 'thankfully', 'it', 'did', 'not,', 'the', 'result', 'would', 'probably', 'have', 'been', 'catastrophic.']","[7, 10]",0,bank of china,"Had a serious run developed on the Bank of China in 1983, which thankfully it did not, the result would probably have been catastrophic.","['Had there been a serious run on the Bank of China in 1983, which fortunately failed to materialize, the outcome would probably have been disastrous.', 'Had the Bank of China been seriously attacked in 1983, which fortunately did not happen, the outcome would probably have been catastrophic.', 'Had there been a serious run on the Bank of China in 1983, which fortunately failed to materialize, the outcome would probably have been disastrous.', 'Had there been a serious run on the Bank of China in 1983, which fortunately failed to materialize, the outcome would probably have been disastrous.', 'Had there been a serious attack on the Bank of China in 1983 - which fortunately did not happen - the outcome would probably have been catastrophic.']" -944,"['The', 'company', 'says', 'the', 'stuff', 'automates', 'moving', 'from', 'Macs', 'to', 'PCs', 'to', 'Suns', 'despite', 'the', 'fact', 'they', 'all', 'use', 'different', 'character', 'sets', 'to', 'create', 'their', 'on-screen', 'texts.']","[12, 13]",1,suns,The company says the stuff automates moving from Macs to PCs to Suns despite the fact they all use different character sets to create their on-screen texts.,"['The company says the stuff will automate the movements from Macs to PCs, although they all use different character sets to create their screen texts.', 'The manufacturer says that the transition from Macs to PCs is automated, even though they all use different character sets to create their screen texts.', 'The company says the stuff shifts from Macs to PCs to Suns automatically, although they all use different character sets to create their screen texts.', 'The company said that the stuff automatically migrates from Macs to PCs to bask in the sun, despite the fact that they all use different character sets to generate their screen texts.', 'The company says that things are automated from Macs to PCs, even though they all use different character sets to create their texts on the screen.']" -945,"['There', 'are', 'those', 'who', 'would', 'tell', 'you', 'that', 'BMW', ""'s"", 'reputation', 'for', 'first-class', 'finish', 'has', 'been', 'on', 'thin', 'ice', 'for', 'some', 'time', 'but,', 'until', 'now,', ""we've"", 'seen', 'little', 'evidence', 'to', 'substantiate', 'the', 'claim.']","[8, 9]",0,bmw,"There are those who would tell you that BMW's reputation for first-class finish has been on thin ice for some time but, until now, we've seen little evidence to substantiate the claim.","['Some would tell you that BMW has been synonymous with first-class quality for some time, but we have seen little evidence to support this claim.', ""Some people would tell you that BMW's reputation as a first-class car brand has been on thin ice for some time, but so far we have seen little evidence to support that claim."", ""Some might tell you that BMW's reputation for first-class styling has been on thin ice for some time."", 'There are people who would assure you that BMW has been a very thin ice for a first-class premium class for some time, but so far there is little evidence to support this claim.', 'Some will argue that BMW has a reputation for being first class, which has been on thin ice for some time, but so far we have little evidence to support this claim.']" -946,"['""But', 'if', 'they', 'become', 'part', 'of', 'the', 'post-1994', 'set', 'up,', 'clever', 'non-producers', 'will', 'join', 'the', 'company', 'that', 'pays', 'the', 'best', 'price', '--', 'and', 'could', 'jump', 'from', 'company', 'to', 'company', 'on', 'a', 'regular', 'basis,""', 'forecast', 'Nestle', ""'s"", 'chief', 'milk', 'buyer,', 'John', 'Ross.']","[34, 35]",0,nestle,"""But if they become part of the post-1994 set up, clever non-producers will join the company that pays the best price -- and could jump from company to company on a regular basis,"" forecast Nestle's chief milk buyer, John Ross.","['""But if they participate in the post-1994 build-up, smart non-producers will join the company that pays the best price - and could regularly jump from company to company,"" predicts John Ross, Nestle\'s chief milk buyer.', '""But if they become part of the post-1994 structure, smart non-producers will join the company that pays the best price - and they could regularly jump from one company to another,"" predicted Nespresso chief executive John Ross.', '""But if they become part of the system after 1994, resourceful non-producers will join the company that pays the best price - and can regularly jump from company to company,"" predicted Strolz ""chief buyer for milk, John Ross.', '""But if they become part of the group that was formed after 1994, smart non-producers will be the company that pays the best price, and they can jump from company to company,"" predicted John Ross, Nestle\'s head of milk purchasing.', '""But when they are in the market, crafty non-producers will join the company that pays the best price - and could regularly skip any company,"" predicted John Ross, Nestle\'s chief milk buyer.']" -947,"['These', 'include:', '*', 'Dutch', 'studies', 'which', 'claim', 'that', 'energy', 'savings', 'of', '33', 'per', 'cent', 'can', 'be', 'achieved', 'by', 'packaging', 'milk', 'in', 'reusable', 'plastic', 'bottles;', '*', 'savings', 'of', 'around', '90', 'per', 'cent', 'in', 'energy', 'use', 'and', 'polluting', 'emissions', 'achieved', 'by', 'Swiss', 'supermarket', 'chain', 'Migros', 'through', 'a', 'switch', 'from', 'cardboard', 'boxes', 'to', 're-usable', 'plastic', 'ones;', '*', 'the', 'success', 'of', ""Sainsbury's"", '""', 'Penny', 'Back', '""', 'scheme,', 'which', 'encourages', 'shoppers', 'to', 're-use', 'carrier', 'bags.']","[42, 43]",1,migros,"These include: * Dutch studies which claim that energy savings of 33 per cent can be achieved by packaging milk in reusable plastic bottles; * savings of around 90 per cent in energy use and polluting emissions achieved by Swiss supermarket chain Migros through a switch from cardboard boxes to re-usable plastic ones; * the success of Sainsbury's"" Penny Back"" scheme, which encourages shoppers to re-use carrier bags.","['These include: * Dutch studies calling for 33% energy savings by packaging milk in reusable bottles; * savings in energy consumption and pollutant emissions by Swiss supermarket chain Migros by switching from cartons to reusable plastic bags; * the success of Thatcher\'s ""penny back"" scheme encouraging shoppers to reuse carrier bags.', 'These include: * Dutch studies showing that energy savings of 33% can be achieved by packaging milk in returnable bottles; * Energy savings of around 90% and environmental impact achieved by Swiss supermarket chain Migros by switching from cartons to returnable bottles; * The success of the Penny Back programme for everyone, which encourages shoppers to reuse carrier bags.', 'These include: * Dutch studies which claim that energy savings of 33% can be achieved if milk is packaged in reusable bottles; * the success of Sainsbury\'s ""penny back"" energy saving programme, which promotes reusable bags, and the implementation of what the Swiss supermarket chain Migros achieves by switching from cartons to reusable bottles: around 90% energy consumption and pollutant emissions.', 'These include: * Dutch studies showing that energy savings of 33% can be achieved by packaging milk in reusable bottles; * Energy savings and pollutant emissions achieved by Stark through the migration of the Swiss supermarket chain Migros from cartons to reusable bottles; * the success of Sainsbury\'s ""Penny Back"" programme, which encourages shoppers to reuse carrier bags.', 'These include: * Dutch studies claiming that energy savings of 33% could be achieved by packaging milk in reusable bottles; * savings of around 90% in energy consumption and pollutant emissions achieved by Swiss supermarket chain Migros by switching from cartons to reusable plastics; * the success of the Venezuelan penny back programme, which encourages shoppers to reuse carrier bags.']" -948,"['PP:', 'I', 'understand', 'that', 'Barclays', 'is', 'the', 'largest', 'European', 'lender', 'to', 'the', 'Philippines', 'with', 'loans', 'totalling', 'over', '$384', 'million', 'and', 'that', 'in', '1987', 'you', 'refused', 'to', 'sign', 'a', 'loan', 'extension', 'agreement', 'between', 'the', 'Philippine', 'government', 'and', '500', 'commercial', 'creditors', 'unless', 'the', '$57', 'million', 'debts', 'of', 'a', 'private', 'company,', 'Planters', 'Products', 'PLC,', 'were', 'assumed', 'by', 'the', 'government.']","[4, 5]",0,barclays,"PP: I understand that Barclays is the largest European lender to the Philippines with loans totalling over $384 million and that in 1987 you refused to sign a loan extension agreement between the Philippine government and 500 commercial creditors unless the $57 million debts of a private company, Planters Products PLC, were assumed by the government.","['PP: As far as I know, Barclays is the largest European lender to the Philippines with loans totalling over $384 million and that in 1987 you refused to sign a loan extension agreement between the Philippine government and 500 commercial creditors unless the debt of $57 million from a private company, Planters Products PLC, was taken over by the government.', 'PP: According to reports, Barclays is the largest European lender to the Philippines with loans totalling $384 million, and in 1987 you refused to sign a loan extension agreement between the Philippine government and 500 commercial creditors if the $57 million debt of the private company Planters Products PLC were not taken over by the government.', 'PP: I hear that Barclays is the largest European credit distributor in the Philippines with loans totalling over USD 384 million and that in 1987 you did not sign an extension of the loan agreement between the Philippine government and 500 commercial creditors unless the debt of USD 57 million from a private company, Planters Products PLC, was taken over by the government.', 'PP: As far as I know, Barclays is the largest European lender to the Philippines with loans of $384 million and that in 1987 you refused to sign a loan authorization agreement between the Philippine government and 500 commercial creditors unless the $57 million from a private company, Planters Products PLC, was taken over by the government.', 'PP: As far as I know, Barclays is the largest European lender to the Philippines with loans totalling over $384 million, and in 1987 you refused to sign a loan extension agreement between the Philippine government and 500 commercial creditors until the debts of $57 million Woods were taken over by the government.']" -949,"['IBM', ""'S"", 'LITTLE', 'ONES', 'NEED', 'TO', 'IMPROVE']","[0, 1]",0,ibm,IBM'S LITTLE ONES NEED TO IMPROVE,"[""IBM's small strengths must be touched"", ""IBM's small businesses must migrate"", ""IBM's Small Must Reorient"", 'IBF middleweight champion needs to improve', 'The little people of IBM need to be singled out']" -950,"['Shop', 'stewards', 'at', 'Broughton', 'have', 'written', 'to', 'Raytheon', ""'s"", 'president', 'Max', 'Bleck', 'to', 'ask', 'him', 'to', 'meet', 'them.']","[7, 8]",0,raytheon,Shop stewards at Broughton have written to Raytheon's president Max Bleck to ask him to meet them.,"['Officials in Broughton have written to Raytheon President Max Bleck asking for a meeting.', 'Officials in Broughton have written to Raytheon President Max Bleck asking him to meet with them.', 'Officials in Broughton have written to Raytheon chief Max Bleck asking him to meet them.', 'Broughton officials have written to Raytheon President Max Bleck asking for a meeting.', 'Officials in Broughton have written to Raytheon Chief Max Bleck asking him to meet them.']" -951,"['Echo', 'Logic', 'Inc,', 'Holmdel,', 'New', 'Jersey', 'AT&T', 'Co', 'Bell', 'Laboratories', 'spin-out,', 'has', 'unveiled', 'its', 'FlashPort', 'for', 'Macintosh', 'tool', 'set,', 'a', 'binary', 'software', 'translation', 'environment', 'for', 'converting', 'Motorola', 'Inc', '68000-based', 'Apple', 'Computer', 'Inc', 'Macintosh', 'programs', 'to', 'run', 'on', 'PowerPC', 'systems', 'under', 'Macintosh', 'System', 'or', 'the', 'IBM', 'Corp', 'AIX', 'Unix-based', 'PowerOpen.']","[6, 10]",0,at&t co bell laboratories,"Echo Logic Inc, Holmdel, New Jersey AT&T Co Bell Laboratories spin-out, has unveiled its FlashPort for Macintosh tool set, a binary software translation environment for converting Motorola Inc 68000-based Apple Computer Inc Macintosh programs to run on PowerPC systems under Macintosh System or the IBM Corp AIX Unix-based PowerOpen.","['Echo Logic Inc, Holmdel, New Jersey AT & T Co Bell Laboratories spin-out, has introduced its FlashPort for Macintosh toolset, a binary translation environment for Apple Computer Inc., which runs with 68,000 programs on PowerPC systems running Macintosh or IBM Corp AIX-based PowerOpen.', 'Echo Logic Inc, Holmdel, New Jersey AT & T Co Bell Laboratories, has introduced its FlashPort for Macintosh Tool Set, a binary software environment for converting Apple Computer Inc Macintosh programs from Motorola Inc based on 68,000 programs for use on PowerPC systems running the Macintosh system or IBM Corp AIX-based PowerOpen.', 'Echo Logic Inc, Holmdel, New Jersey AT & T Co Bell Laboratories has unveiled its Flash Port for Macintosh toolset, a binary software environment for converting Apple Computer Inc Macintosh programs based on Motorola Inc 68000 to PowerPC systems running Macintosh systems or the IBM Corp AIX-based PowerOpen.', 'Echo Logic Inc., Holmdel, New Jersey AT & T Co. Bell Laboratories has introduced its FlashPort for Macintosh toolset, a binary software environment for converting Apple Computer Inc Macintosh programs from Motorola Inc into 68000-based programs so that they can run on PowerPC systems running Macintosh systems or the IBM Corp AIX-based PowerOpen.', 'Echo Logic Inc, Holmdel, New Jersey AT & T Co Bell Laboratories has introduced the FlashPort for Macintosh toolset, which enables the conversion of Microsoft-based Apple Computer Inc Macintosh programs into PowerPC systems with Macintosh systems or the IBM Corp AIX-based PowerOpen.']" -952,"['Compaq', 'Computer', 'Corp', 'took', 'the', 'lead', 'in', 'the', 'European', 'portable', 'personal', 'computer', 'market', 'in', 'the', 'first', 'quarter', 'of', '1993', 'according', 'to', 'Dataquest', 'figures', 'which', 'give', 'Compaq', '22%', 'by', 'value', 'and', '17.5%', 'by', 'volume,', 'and', 'the', 'manufacturer', 'says', 'that', 'shipments', 'in', 'the', 'period', 'were', 'up', '89%', 'on', 'the', 'first', 'quarter', 'of', '1992,', 'growing', 'four', 'times', 'the', 'rate', 'of', 'the', 'market,', 'which', 'expanded', '21%', '--', 'and', 'those', 'figures', 'reveal', 'the', 'reason', 'that', 'Dell', 'Computer', 'Corp', 'has', 'stumbled', 'badly', 'in', 'laptops', 'and', 'notebooks:', 'buyers', 'are', 'going', 'for', 'the', 'higher', 'cost', '80486-based', 'machines', 'that', 'abound', 'in', ""Compaq's"", 'line,', 'while', ""Dell's"", 'product', 'emphasises', 'low-price', '80386SX-based', 'machines.']","[0, 3]",0,compaq computer corp,"Compaq Computer Corp took the lead in the European portable personal computer market in the first quarter of 1993 according to Dataquest figures which give Compaq 22% by value and 17.5% by volume, and the manufacturer says that shipments in the period were up 89% on the first quarter of 1992, growing four times the rate of the market, which expanded 21% -- and those figures reveal the reason that Dell Computer Corp has stumbled badly in laptops and notebooks: buyers are going for the higher cost 80486-based machines that abound in Compaq's line, while Dell's product emphasises low-price 80386SX-based machines.","[""According to data from Dataquest, which shows Compaq at a value of 22% and a volume of 17.5%, Compaq Computer Corp took the lead in the European market for portable PCs in the first quarter of 1993, and the manufacturer points out that shipments in the same period were 89% higher than in the first quarter of 1992, four times as fast as the market, which expanded by 21% - and that these figures reveal the reason why Dell Computer Corp did poorly with laptops and notebooks: buyers are opting for the higher 80486-based machines that abound under Compaq's line, while Dell's product is based on low-cost 80386SX-based machines."", ""Compaq Computer Corporation took the lead in the European portable PC market in the first quarter of 1993, according to data from Dataquest, giving Compaq a 22% increase in value and a 17.5% share in volume, and the manufacturer says that shipments during this period were 89% higher than the first quarter of 1992 and grew four times as fast as the market with an expansion of 21% - and these figures reveal the reason why Dell Computer Corp has stumbled in the laptop and laptop industry: buyers are opting for the higher 80486-based devices that abound in Compaq's product line, while Dell's product sets the price low based on 80386SX-based machines."", ""Compaq Computer Corp took the lead in the European market for portable PCs in the first quarter of 1993, according to data from Dataquest. Compaq gained 22% and 17.5% in volume respectively. According to the manufacturer, sales rose 89% in the first quarter of 1992, four times as fast as the market, which grew by 21% - and these figures show why Dell Computer Corp has recently stumbled massively in laptops and notebooks: buyers are opting for the cheaper 80486-based machines that are plentiful in Compaq's range, while Dell's product is based on low-cost 80386SX-based machines."", ""According to data from Dataquest, Compaq Computer Corp. topped the European handheld PC market in the first quarter of 1993, giving it a market share of 22% in value and 17.5% in volume. According to the manufacturer, sales grew four times as fast as in the first quarter of 1992, or 21% - and these figures show why Dell Computer Corp. has performed poorly on laptops and notebooks: buyers are buying the more expensive 80486-based machines abundant in Compaq's product line, while Dell's product is based on low-cost 80386SX-based machines."", ""In terms of size and volume, Compaq Computer Corp. shipments are 22% higher than in the first quarter of 1992, an increase of 89% over the first quarter of 1992, which is four times the market rate of 21%. These figures show why Dell Computer Corp. has stumbled in laptops and notebooks: buyers prefer the more expensive 80486-based devices, which abound in the Compaq series, while Dell's 80386SX-based products are compelling according to low-cost products.""]" -953,"['The', 'Mani', 'Pulite', '--', 'clean', 'hands', '--', 'investigation', 'in', 'Italy', 'that', 'has', 'now', 'snared', 'Ing', 'C', 'Olivetti', '&', 'Co', 'SpA', '(see', 'page', 'seven)', 'has', 'won', 'universal', 'admiration', 'for', 'its', 'thoroughness', 'and', 'determination', 'not', 'to', 'pull', 'punches;', 'our', 'only', 'concern', 'is', 'that', 'if', 'you', 'simply', 'put', 'the', 'two', 'words', 'Mani', 'and', 'Pulite', 'together,', 'the', 'thing', ""doesn't"", 'sound', 'nearly', 'so', 'squeaky', 'clean', '...']","[14, 20]",0,ing c olivetti & co spa,"The Mani Pulite -- clean hands -- investigation in Italy that has now snared Ing C Olivetti & Co SpA (see page seven) has won universal admiration for its thoroughness and determination not to pull punches; our only concern is that if you simply put the two words Mani and Pulite together, the thing doesn't sound nearly so squeaky clean...","['The investigation Mani Pulite - clean hands - which has now been taken up by Ing. C. Olivetti & Co SpA in Italy (see page seven), met with general admiration for its thoroughness and determination not to take blows; our only concern is that the matter does not sound nearly as squeaky clean if you simply put the two words Mani and Pulite together...', 'The Mani Pulite Arctic investigation in Italy, which has now been launched by Ing. C. Olivetti & Co SpA (see page 7), has won general admiration for its thoroughness and determination not to beat; our only concern is that the two words Mani and Pulite do not sound nearly as squeaky clean as they put together...', 'The investigation of Mani Pulite - clean hands - that Rodgau C. Olivetti & Co SpA has now brought into distress (see page 7) has found admiration everywhere for its thoroughness and determination not to strike; our only concern is that the two words Mani and Pulite do not sound nearly as squeaky clean...', 'The Mani-Pulite investigation, which is supposed to be based on clean hands and has now hit Ing. C. Olivetti & Co SpA in Italy on the stomach (see page 7), is generally praised for its thoroughness and determination not to miss a beat.', 'The Mani-Pulite investigation - clean hands - in Italy, which has now survived Ing. C. Olivetti & Co S.A. (see page 7), has found wide admiration for its thoroughness and determination not to strike; our only concern is that the two words Mani and Pulite will not sound nearly as squeaky clean...']" -954,"['Ford', 'lost', '$3', 'billion', 'during', '1980-2', 'in', 'its', 'fight', 'with', 'the', 'Japanese,', 'but', 'recovered.']","[0, 1]",0,ford,"Ford lost $3 billion during 1980-2 in its fight with the Japanese, but recovered.","['Ford lost $3 billion in the battle with the Japanese between 1980 and 2000, but recovered.', 'Ford lost $3 billion to the Japanese in 1980-82, but recovered.', 'Ford lost $3 billion in the battle with the Japanese between 1980 and 2002, but recovered.', 'Ford lost $3 billion to the Japanese between 1980 and 82, but recovered.', 'Ford lost $3 billion in the 1980-82 fiscal year, but recovered.']" -955,"['MICROSOFT', 'STAFFERS', 'BURNING', 'MIDNIGHT', 'OIL', 'TO', 'GET', 'NT', 'INTO', 'SHAPE']","[0, 1]",0,microsoft,MICROSOFT STAFFERS BURNING MIDNIGHT OIL TO GET NT INTO SHAPE,"['MICROSOFT STAFFERS BURNEN MIDNIGHT OIL NT to get in shape', 'MIKROSOFT BURNING MICROSOFT RESTER OIL gets NT in shape', 'MICROSOFT STAFFERS TREATS TOTAL OIL TOTAL', 'MICROSOFT COMMENTARY MIDDLE OIL TO FIGHT IN YOUR FORM', 'MIKROSOFT RULES WITH MIXED OIL, EXCEPTIONED IN TOTAL US']" -956,"['Vauxhall', 'is', 'the', 'UK', 'subsidiary', 'of', ""America's"", 'General', 'Motors', '.']","[7, 9]",0,general motors,Vauxhall is the UK subsidiary of America's General Motors.,"['Vauxhall is the British subsidiary of the American group General Motors.', 'Vauxhall is the British subsidiary of the American group General Motors.', 'Vauxhall is the British subsidiary of the American group General Motors.', 'Vauxhall is the British subsidiary of General Motors.', 'Vauxhall is the British subsidiary of American car group General Motors.']" -957,"['On', 'January', '21st', 'it', 'forwarded', 'to', 'NCR', 'written', 'requests', 'from', 'owners', 'of', '51%', 'of', 'the', 'shares', 'for', 'a', 'special', ""shareholders'"", 'meeting,', 'at', 'which', 'AT&T', 'will', 'seek', 'to', 'oust', 'the', 'NCR', 'board.']","[23, 24]",1,at&t,"On January 21st it forwarded to NCR written requests from owners of 51% of the shares for a special shareholders' meeting, at which AT&T will seek to oust the NCR board.","[""On January 21, NCR received written requests from owners of 51% of the shares for an extraordinary general meeting at which AT & T will seek to oust NCR's board."", 'On January 21, it submitted written motions from owners of 51% of the shares to NCR for an extraordinary general meeting at which AT & T will seek to fire the NCR board.', 'On January 21, the NCR received written motions from the owners of 51% of the shares for the Extraordinary General Meeting at which AT & T intends to remove the NCR board.', 'On January 21, it forwarded written motions from shareholders of 51 percent of the shares to NCR for an extraordinary general meeting at which AT & T will seek to oust the NCR board.', ""On January 21, it filed written motions from the owners of 51% of NCR for an extraordinary general meeting at which AT & T will seek to dismiss NCR's board.""]" -958,"['However', 'difficult', 'the', 'local', 'conditions,', 'if', 'you', 'can', 'afford', 'it', 'BT', 'says', 'it', 'can', 'almost', 'always', 'arrange', 'a', 'satellite', 'link', 'or', 'other', 'high-tech', 'solution.']","[10, 11]",1,bt,"However difficult the local conditions, if you can afford it BT says it can almost always arrange a satellite link or other high-tech solution.","['As difficult as local conditions may be, BT says that if you can afford it, you can almost always organise a satellite connection or other high-tech solution.', 'However difficult the local conditions, if you can afford it, BT says it will almost always offer a satellite connection or some other high-tech solution.', 'However difficult conditions on the ground, BT says it can almost always arrange a satellite connection or other high-tech solution if it can afford it.', 'No matter how difficult the local conditions, if you can afford it, BT says, pilots can almost always arrange a satellite connection or other high-tech solution.', 'However difficult the local conditions, if you can afford it, BT says it can almost always install satellite connections and another high-tech solution.']" -959,"['Dacron', 'Thermoline:', 'Solid', 'polyester', 'fibres', 'from', 'Dupont', ',', 'bonded', 'into', 'a', 'thin', 'sheet,', 'giving', 'a', 'high', 'warmth', 'value', 'for', 'less', 'bulk.']","[6, 7]",0,dupont,"Dacron Thermoline: Solid polyester fibres from Dupont, bonded into a thin sheet, giving a high warmth value for less bulk.","['Dacron Thermoline: Solid polyester fibers from Dupont, glued to a thin film, resulting in a high thermal value for lower bulk solids.', 'Dacron Thermolines: Solid polyester fibers from Dupont, bound to a thin film, provide a high thermal value for fewer bulk materials.', 'Dacron Thermoline: Solid polyester fibers from Dupont that are glued to a thin film, resulting in a high thermal value for less bulk material.', 'Dacron Thermoline: solid polyester fibers from Dupont that are bonded with a thin layer that provides the highest possible thermal value for fewer bulk materials.', 'Dacron Thermoline: Solid polyester fibres from Dupont that are pressed quickly and finely into a thin film and thus achieve a high thermal value with less material.']" -960,"['The', 'ExpoCenter', 'shop', 'in', 'the', 'Russian', 'capital,', 'run', 'by', 'InterMTD,', 'needed', 'stocks', 'of', 'lubricants,', 'which', 'the', 'BP', 'office', 'in', 'Moscow', 'agreed', 'to', 'supply.']","[16, 17]",0,bp,"The ExpoCenter shop in the Russian capital, run by InterMTD, needed stocks of lubricants, which the BP office in Moscow agreed to supply.","[""The ExpoCenter in the Russian capital, operated by InterMTD, needed lubricants provided by BP's Moscow office."", ""The ExpoCenter in the Russian capital, operated by InterMTD, required lubricants supplied by BP's Moscow office."", ""The ExpoCenter in the Russian capital, one of the centers for InterMTD, needed lubricants provided by BP's Moscow office."", ""The ExpoCenter shop in the Russian capital, operated by InterMTD, needed lubricant supplies provided by BP's Moscow office."", ""The ExpoCenter shop in the Russian capital, operated by InterMTD, needed lubricant supplies, which were also procured by BP's Moscow office.""]" -961,"['Intel', 'binary', 'code', 'translated', 'to', 'run', 'AXP', '150:', '24', 'seconds']","[0, 1]",0,intel,Intel binary code translated to run AXP 150: 24 seconds,"['Intel binary code translated to AXP 150: 24 seconds', 'Intel binary code for AXP 150 translated: 24 seconds', 'Intel binary code for AXP 150: 24 seconds', 'Intel binary code for AXP 150 translated: 24 seconds', 'Intel Indus code for AXP 150 translated: 24 seconds']" -962,"['OLIVETTI', 'AND', 'BT', 'UNVEIL', 'PC', 'VIDEOCONFERENCING', 'SYSTEM']","[2, 3]",0,bt,OLIVETTI AND BT UNVEIL PC VIDEOCONFERENCING SYSTEM,"['OLIVETTI and BT UNVEIL PC VIDEOCONFERENCING SYSTEM', 'OLIVETTI and BT UNVEIL PC VIDEOCONFERENCING SYSTEM', 'OLIVETTI and BT UNVEIL PC VIDEOCONFERENCING SYSTEM', 'OLIVETTI and BT-UNVEIL PC VIDEOCONFERENCING SYSTEM', 'OLIVETTI and BT UNVEIL-PC VIDEOCONFERENCING SYSTEM']" -963,"['Tweed', 'may', 'decide', 'to', 'switch', 'that', 'BMW', 'for', 'something', 'else.']","[6, 7]",1,bmw,Tweed may decide to switch that BMW for something else.,"['Tweed could decide that BMW is switching for something else.', 'Tweed could decide to swap the BMW for something else.', 'Tweed could decide to swap the BMW for something else.', 'Tweed might decide to put this BMW in a place where something else is going on.', 'Tweed, however, may decide to bring down BMW.']" -964,"['A', 'decision', 'by', 'IBM', 'Corp', 'to', 'collapse', 'the', 'work', 'building', 'storage', 'systems', 'for', 'the', 'AdStar', 'unit', 'in', 'San', 'Jose', 'into', 'just', 'three', 'plants', 'from', 'the', 'present', '10', 'is', 'causing', 'widespread', 'concern', 'across', 'the', 'IBM', 'empire', '--', 'and', 'IBM', 'Europe', 'is', 'simultaneously', 'cutting', 'an', 'initial', 'four', 'plants', 'loose', 'to', 'sink', 'or', 'swim,', 'only', 'one', 'of', 'which', 'is', 'directly', 'affected', 'by', 'the', 'AdStar', 'decision.']","[3, 5]",1,ibm corp,"A decision by IBM Corp to collapse the work building storage systems for the AdStar unit in San Jose into just three plants from the present 10 is causing widespread concern across the IBM empire -- and IBM Europe is simultaneously cutting an initial four plants loose to sink or swim, only one of which is directly affected by the AdStar decision.","[""IBM Corp's decision to merge the main memory for its AdStar unit in San Jose into just three of the 10 plants currently operated by IBM is troubling the IBM empire - and IBM Europe is simultaneously cutting four plants to reduce or list them, only one of which is directly affected by the AdStar decision."", ""IBM Corp's decision to split the on-site storage for the AdStar plant in San Jose into just three of the ten plants built so far is causing concern throughout the IBM empire - and IBM Europe is simultaneously dismantling four plants that were originally intended to sink or float, only one of which is directly affected by the AdStar decision."", ""IBM Corp's decision to reduce the workstation storage systems of the AdStar unit in San Jose from 10 today to just three is causing widespread concern across the IBM empire - and IBM Europe is also highlighting the first four plants that could be forced to collapse or go public, with only one directly affected by the AdStar decision."", ""IBM Corp's decision to reduce the main storage systems of its AdStar unit in San Jose from the current 10 to just three plants is causing concern worldwide - and IBM Europe is closing four plants at the same time, only one of which is directly affected by the AdStar decision."", ""IBM Corp's decision to split its San Jose-based AdStar plant from its current 10 plants into three is causing concern across the IBM empire - and IBM Europe is also cutting four of its first plants, only one of which is directly affected by the AdStar decision.""]" -965,"['""If', 'this', 'ends', 'Intel', ""'s"", 'monopoly', 'and', 'forces', 'prices', 'down,', 'then', 'its', 'good', 'news', 'for', 'PC', 'manufacturers', 'and', 'for', 'consumers,""', 'computer', 'industry', 'analyst', 'Howard', 'Meredith,', 'of', 'market', 'research', 'firm', 'Romtec,', 'said.']","[3, 4]",0,intel,"""If this ends Intel's monopoly and forces prices down, then its good news for PC manufacturers and for consumers,"" computer industry analyst Howard Meredith, of market research firm Romtec, said.","['""If Intel\'s monopoly ends and prices fall, that\'s good news for PC manufacturers and consumers,"" said analyst Howard Meredith of market research firm Romtec.', '""If Intel gives up its monopoly and pushes prices down, that\'s good news for PC manufacturers and consumers,"" said analyst Howard Meredith of market research firm Romtec.', '""If Intel\'s monopoly ends and prices fall, that\'s good news for PC manufacturers and consumers,"" said analyst Howard Meredith of market research firm Romtec.', '""If Intel ends its monopoly and depresses prices, that\'s good news for PC manufacturers and consumers,"" said analyst Howard Meredith of market research firm Romtec.', '""If Intel\'s monopoly ends and prices fall, that\'s good news for PC manufacturers and consumers,"" said Howard Meredith, a computer industry analyst at market research firm Romtec.']" -966,"['General', 'Motors', 'has', 'two', 'dealers', 'in', 'Britain', '--', 'in', 'Kingston', 'and', 'Manchester', '--', 'and', 'if', 'you', 'want', 'a', 'Syclone', 'they', 'will', 'only', 'lighten', 'your', 'wallet', 'to', 'the', 'tune', 'of', '$20,000.']","[0, 2]",0,general motors,"General Motors has two dealers in Britain -- in Kingston and Manchester -- and if you want a Syclone they will only lighten your wallet to the tune of $20,000.","[""General Motors has two dealerships in the UK - in Kingston and Manchester - and if you want a Syclone, they'll relieve your wallet with $20,000."", ""General Motors has two dealerships in the UK -- in Kingston and Manchester -- and if you want a Syclone, it'll tighten your wallet by just $20,000."", 'General Motors has two dealerships in the UK - in Kingston and Manchester - and if you want a Syclone, you only get $20,000 for your wallet.', 'General Motors has two dealerships - in Kingston and Manchester - and if you need a Syclone, it will only add $50,000 to your wallet.', 'General Motors has two stores in the UK -- in Kingston and Manchester -- and if you want a Syclone, it will add $20,000 to your wallet.']" -967,"['Even', 'IBM', 'has', 'chosen', 'to', 'leave', 'this', 'field', 'of', '""number', 'crunching""', 'to', 'specialised', 'manufacturers', 'such', 'as', 'Cray', 'Research', 'or', 'Control', 'Data.']","[1, 2]",1,ibm,"Even IBM has chosen to leave this field of""number crunching"" to specialised manufacturers such as Cray Research or Control Data.","['Even IBM has decided to leave the field of ""number processing"" to specialized manufacturers such as Cray Research or Control Data.', 'Even IBM has decided to leave this field to specialized manufacturers such as Cray Research or Control Data.', 'Even IBM has decided to leave the field of number scarcity to specialized manufacturers such as Cray Research or Control Data.', 'Even IBM has left this field of the number cracking program to specialized manufacturers such as Cray Research or Control Data.', 'Even IBM has decided to leave this field to the ""number-so-many-friction"" of specialized manufacturers such as Cray Research or Control Data.']" -968,"['The', 'Siemens', 'Nixdorf', 'Osteuropa', 'GmbH', 'division', 'of', 'Siemens', 'Nixdorf', 'Informationssysteme', 'AG', 'has', 'now', 'spent', '$10m', 'on', 'its', 'Moscow', 'office,', 'its', 'training', 'centre', 'and', 'showroom,', 'and', 'the', 'struggling', 'computer', 'company', 'hopes', 'to', 'get', 'a', 'return', 'on', 'this', 'investment', 'by', '1995:', 'at', 'present,', 'SNI', 'is', 'concentrating', 'on', 'the', 'development', 'of', 'a', 'dealer', 'network', 'and', 'the', 'creation', 'of', 'joint', 'venture', 'enterprises', 'involved', 'in', 'transferring', 'the', 'technology', 'of', 'some', 'of', 'its', 'lines.']","[1, 5]",0,siemens nixdorf osteuropa gmbh,"The Siemens Nixdorf Osteuropa GmbH division of Siemens Nixdorf Informationssysteme AG has now spent $10m on its Moscow office, its training centre and showroom, and the struggling computer company hopes to get a return on this investment by 1995: at present, SNI is concentrating on the development of a dealer network and the creation of joint venture enterprises involved in transferring the technology of some of its lines.","['In Moscow, Siemens Nixdorf Osteuropa GmbH, a division of Siemens Nixdorf Informationssysteme AG, has now spent $10 million on its office, training and exhibition center, and the beleaguered computer company hopes that this investment will pay off by 1995: SNI is currently focusing on building a dealer network and establishing joint ventures to transfer technology from some of its plants.', 'Siemens Nixdorf Osteuropa GmbH, a subsidiary of Siemens Nixdorf Informationssysteme AG, has now invested 10 million dollars in the Moscow site, its training center and its showroom, and the beleaguered computer group is hoping for a return: SNI is currently concentrating on building a dealer network and establishing joint ventures to acquire technology for some lines.', 'Siemens Nixdorf Osteuropa GmbH, a division of Siemens Nixdorf Informationssysteme AG, has now spent ten million dollars on its Moscow office, training center and distribution center, and the beleaguered computer company hopes to recoup that investment by 1995: SNI is currently focusing on building a dealer network and establishing joint ventures to deploy the technology on some of its lines.', 'Siemens Nixdorf Osteuropa GmbH - a subsidiary of Siemens Nixdorf Informationssysteme AG - has spent $10 million on its Moscow headquarters, training center and showroom, and the troubled computer company hopes to reap the rewards of this investment by 1995: SNI is currently focusing on building a dealer network and establishing joint ventures that transfer the technology of some lines.', 'Siemens Nixdorf Osteuropa GmbH, a division of Siemens Nixdorf Informationssysteme AG, has already raised $10 million for its Moscow office, training and showroom, and the troubled computer company hopes that its investment will pay off by 1995: SNI is currently focusing on building a dealer network and establishing joint ventures to transfer technology to some of its lines.']" -969,"['But,', 'with', 'unions', 'in', 'all', 'other', 'coal', 'companies,', 'and', 'in', 'Mitsui', ""'s"", 'other', 'mines,', 'accepting', 'management', 'plans,', 'the', 'Miike', 'workers', 'were', 'isolated.']","[10, 11]",0,mitsui,"But, with unions in all other coal companies, and in Mitsui's other mines, accepting management plans, the Miike workers were isolated.","[""But since the unions in all the other coal companies and in Mitsui's other mines accepted the management plans, the workers in Miike were isolated."", 'But when unions in all other coal companies, as well as in all other Mitsui mines, accepted the management plans, the Miike workers were isolated.', 'As a result, the Miike workers remained isolated, and the unions of other Mitsui coal companies and other mines accepted management plans.', ""However, since the unions in all the other coal companies and in the other mines of M'Sui accepted the management plans, the MiiAike workers were isolated."", ""But when unions accepted Mitsui's management plans, like all other coal companies and mines, workers were isolated.""]" -970,"['While', 'their', 'manoeuvring', 'with', 'Jaguar', 'is', 'in', 'part', 'defensive', '--', 'ensuring', 'that', 'the', 'other', 'does', 'not', 'win', 'control', 'of', 'the', 'British', 'car', 'maker', '--', 'both', 'Ford', 'and', 'GM', 'were', '""clearly', 'anxious', 'to', 'improve', 'their', 'slumping', 'image', 'in', 'this', 'market"",', 'he', 'said.']","[25, 26]",1,ford,"While their manoeuvring with Jaguar is in part defensive -- ensuring that the other does not win control of the British car maker -- both Ford and GM were""clearly anxious to improve their slumping image in this market"", he said.","['While their manoeuvre with Jaguar is partly defensive - ensuring the other does not gain control of the British car group - Ford and GM are ""clearly keen to improve their battered image in this market,"" he said.', 'While some at Jaguar are defensive in their manoeuvres to ensure the other does not gain control of the British automaker, both Ford and GM were ""clearly trying to improve their sharply declining image in this market,"" GM said.', 'Although both maneuvered defensively with Jaguar in the US - to prevent the other from taking control of the British carmaker - Ford and GM were ""clearly interested in improving their downturn image in that market,"" he said.', 'Although their manoeuvre with Jaguar was partly defensive - aimed at ensuring the other did not gain control of the British carmaker - both Ford and GM were ""clearly intent on damaging their battered image,"" he said.', 'Although their manoeuvres with Jaguar were partly defensive - ensuring they did not take control of the British carmaker - both Ford and GM were ""clearly intent on improving their battered image in this market,"" he said.']" -971,"['Houston-based', 'Compaq', 'says', 'its', 'sales', 'rose', 'by', '10%', 'during', 'the', 'first', 'three', 'months', 'of', 'this', 'year.']","[1, 2]",1,compaq,Houston-based Compaq says its sales rose by 10% during the first three months of this year.,"['Houston-based Compaq says its revenue rose 10% in the first three months of this year.', 'Houston-based Compaq says it grew 10% in the first three months of this year.', 'Houston-based Compaq said sales rose 10% in the first three months of this year.', 'Houston-based Compaq said its revenue rose 10 percent in the first three months of this year.', 'Houston-based Compaq said its revenue rose 10% in the first three months of this year.']" -972,"['That', 'was,', 'that', 'was', 'the', 'version', 'for', 'the', 'Sun', 'readers.']","[8, 9]",1,sun,"That was, that was the version for the Sun readers.","['This was the version for Sun readers.', 'This was the version for Sun readers.', ""That was the Sun's version."", 'So it was with the Sun readers.', ""That was the Sun's version of events.""]" -973,"['The', 'consortium', 'is', 'led', 'by', 'Commerzbank', 'AG,', 'Deutsche', 'Bank,', 'DG', 'Bank', 'Deutsche', 'Genossenschaftsbank', 'and', 'Westdeutsche', 'Landesbank', 'Girozentrale', '.']","[14, 17]",0,westdeutsche landesbank girozentrale,"The consortium is led by Commerzbank AG, Deutsche Bank, DG Bank Deutsche Genossenschaftsbank and Westdeutsche Landesbank Girozentrale.","['The consortium is led by Commerzbank AG, Deutsche Bank, DG Bank Deutsche Genossenschaftsbank and Westdeutsche Landesbank Girozentrale.', 'The consortium is led by Commerzbank AG, Deutsche Bank, DG Bank Deutsche Genossenschaftsbank and Westdeutsche Landesbank Girozentrale.', 'The consortium is led by Commerzbank AG, Deutsche Bank, DG Bank Deutsche Genossenschaftsbank and Westdeutsche Landesbank Girozentrale.', 'The consortium is led by Commerzbank AG, Deutsche Bank, GD Bank Deutsche Genossenschaftsbank and Westdeutsche Landesbank Girozentrale.', 'The consortium is led by Commerzbank AG, Deutsche Bank, Deutsche Genossenschaftsbank and Westdeutsche Landesbank Girozentrale.']" -974,"['Exhibition', 'sponsored', 'by', 'Deutsche', 'Bank', '.']","[3, 5]",0,deutsche bank,Exhibition sponsored by Deutsche Bank.,"['Exhibition sponsored by Deutsche Bank.', 'Exhibition sponsored by Deutsche Bank.', 'Exhibition financed by Deutsche Bank.', 'Exhibition sponsored by Deutsche Bank', 'Exhibition supported by Deutsche Bank']" -975,"['Edit', 'the', 'RDBI', 'configuration', 'file', 'and', 'ensure', 'that', 'all', 'relational', 'database', 'users', 'specified', 'at', 'the', 'MAP', 'USERNAME', 'keyword', 'are', 'valid', 'i.e.', 'if', 'DEC', 'Rdb/VMS', 'is', 'the', 'target', 'database', 'then', 'all', 'users', 'are', 'existing', 'VMS', 'users,', 'or', 'if', 'ORACLE', 'is', 'the', 'target', 'database', 'than', 'all', 'users', 'are', 'valid', 'ORACLE', 'users', '(but', 'not', 'the', 'name', 'of', 'the', 'transfer', 'account).']","[37, 38]",1,oracle,"Edit the RDBI configuration file and ensure that all relational database users specified at the MAP USERNAME keyword are valid i.e. if DEC Rdb/VMS is the target database then all users are existing VMS users, or if ORACLE is the target database than all users are valid ORACLE users (but not the name of the transfer account).","['Change the RDBI configuration file and make sure that all users of the relational database specified in the MAP USERNAME keyword are valid, i.e. if DEC Rdb / VMS is the target database, then all users are existing VMS users, or if ORACLE is the target database, then all users are valid ORACLE users (but not the name of the transfer account).', 'Change the configuration file RDBI and make sure that all users of the relational database specified by the keyword MAP USERNAME are valid. So, if DEC Rdb / VMS is the target database, all users are existing VMS users, or ORACLE is the target database, then all users are valid ORACLE users (but not the name of the transfer account).', 'Change the RDBI configuration file and find that all users specified in the MAP USERNAME keyword are valid for a relational database. So, if DEC Rdb / VMS is the target database, all users are existing VMS users, or ORACLE is a created database, all users are valid ORACLE users (but not the name of the transfer account).', 'Change the configuration file of the RDBI and make sure that all the partition-protected database users specified in the MAP UserNAME keyword are valid, i.e. if DEC Rdb / VMS is the target database, then all users are already existing VMS users, or if ORACLE is the target database, then all users are valid ORACLE users (but not the name of the transfer account).', 'Edit the configuration file RDBI and make sure that all users of a relational database specified in the keyword MAP USERNAME are valid. So, if DEC R к / VMS is the target database, then all users are already existing VMS users, or if ORACLE is the target database, all users are valid ORACLE users (but not the name of the transfer account).']" -976,"['The', 'company,', 'a', 'wholly-owned', '$3', 'million', 'Virginia', 'subsidiary', 'of', 'publicly', 'held', 'Convergent', 'Solutions', 'Inc,', 'describes', 'its', 'NuTcracker', 'technology', 'as', 'the', 'opposite', 'of', 'Wind/U,', 'the', 'Bristol', 'Technology', 'Windows-on-Unix', 'scheme', 'that', 'may', 'feature', 'in', 'Microsoft', ""'s"", 'moves', 'to', 'counter', 'WABI.']","[32, 33]",1,microsoft,"The company, a wholly-owned $3 million Virginia subsidiary of publicly held Convergent Solutions Inc, describes its NuTcracker technology as the opposite of Wind/U, the Bristol Technology Windows-on-Unix scheme that may feature in Microsoft's moves to counter WABI.","[""The company, a wholly owned subsidiary of Convergent Solutions Inc in Virginia, describes its NuTcracker technology as the opposite of Wind / U, the Bristol Technology Windows-on-Unix program that could play a role in Microsoft's efforts to combat WABI."", ""The company, a wholly owned subsidiary of Convergent Solutions Inc., Virginia, worth $3 million, describes its NuTcracker technology as the opposite of Wind / U, the Bristol Technology Windows-on-Unix program that could play a role in Microsoft's efforts to counter WABI."", ""The company, a wholly owned subsidiary of Convergent Solutions Inc in Virginia owned by $3 million, describes its NuTcracker technology as the opposite of Wind / U, the Bristol Technology Windows-on-UNX program that could be included in Microsoft's lawsuits against WABI."", ""The company, a wholly-owned US subsidiary of publicly traded Convergent Solutions Inc., describes its NuTcracker technology as the opposite of Windows on Unix, the Bristol contract system that could play a role in Microsoft's efforts to build WABI."", 'The company, a wholly owned subsidiary of Convergent Solutions Inc. in Virginia, describes its NuTcracker technology as a counterpart to Wind / U, Bratstein\'s Windows-on-Unix system, which could be part of Microsoft\'s efforts against WABI. Profits from the Internet operating system business are said to be roughly financed by ""excessive"" administration.']" -977,"['Ford', 'dismissed', 'an', 'immediate', 'meeting', 'with', 'the', 'unions', 'but', 'did', 'not', 'rule', 'out', 'talks', 'after', 'Christmas.']","[0, 1]",1,ford,Ford dismissed an immediate meeting with the unions but did not rule out talks after Christmas.,"['Ford declined to immediately meet with the unions, but did not rule out talks after Christmas.', 'Ford declined to hold direct talks with the unions but did not rule out talks after Christmas.', 'Ford declined to immediately set a date for talks with the unions, but did not rule out talks after Christmas.', 'Ford declined to discuss with the unions but did not rule out talks after Christmas.', 'Ford declined to immediately meet with the unions, but did not rule out talks after Christmas.']" -978,"['Honeywell', 'may', 'have', 'sold', 'its', 'computer', 'business,', 'but', 'its', 'continuing', 'operations,', 'notably', 'the', 'process', 'control', 'systems', 'side', 'of', 'the', 'business,', 'are', 'is', 'never', 'very', 'far', 'from', 'the', 'computer.']","[0, 1]",0,honeywell,"Honeywell may have sold its computer business, but its continuing operations, notably the process control systems side of the business, are is never very far from the computer.","['Honeywell may have sold its computer business, but its continuing operations, namely its process control systems, are never very far from the computer.', 'Honeywell has sold its computer business, but continued operations, particularly process control systems, are not far from the computer.', 'Honeywell may have sold its computer business, but its continuing operations, particularly process control, are always too far away from the computer.', 'Honeywell may have sold its computer division, but day-to-day operations, especially enterprise-level process control systems, are never very far from the computer.', 'Honeywell may have sold its computer business, but its continuing business, especially process control, never deviates much from the computer.']" -979,"['Headline', 'of', 'the', 'week', 'so', 'far', 'comes', 'from', 'Reuter,', 'which', 'says', 'MICROSOFT', 'SHIPS', 'WIDOWS', 'IN', 'JAPANESE,', 'but', 'the', 'truth', 'is', 'that', 'Microsoft', 'Corp', 'said', 'the', 'Japanese-language', 'edition', 'of', 'the', 'Windows', 'operating', 'system', 'version', '3.1', 'is', 'now', 'being', 'shipped,', 'adding', 'that', 'it', 'is', 'the', 'first', 'retail', 'version', 'for', 'personal', 'computers', 'to', 'be', 'introduced', 'in', 'Japan,', 'and', 'that', '24', 'of', 'the', 'OEM', 'customers', 'supporting', 'Windows', 'in', 'Japan', 'are', 'offering', 'it', 'pre-installed', 'and', 'preconfigured', 'on', 'their', 'machines', 'as', 'part', 'of', 'Microsoft', ""'s"", 'Windows', 'Ready-to-Run', 'programme;', 'Microsoft', 'is', 'also', 'set', 'with', 'Windows', '3.1', 'in', 'Korean', 'and', 'Chinese.']","[77, 78]",0,microsoft,"Headline of the week so far comes from Reuter, which says MICROSOFT SHIPS WIDOWS IN JAPANESE, but the truth is that Microsoft Corp said the Japanese-language edition of the Windows operating system version 3.1 is now being shipped, adding that it is the first retail version for personal computers to be introduced in Japan, and that 24 of the OEM customers supporting Windows in Japan are offering it pre-installed and preconfigured on their machines as part of Microsoft's Windows Ready-to-Run programme; Microsoft is also set with Windows 3.1 in Korean and Chinese.","[""The headlines of the week so far have come from Reuter, who states that MICROSOFT SHIPS WIDOWS IN JAPANESE, but the truth is that Microsoft Corp said that the Japanese-language version of the Windows operating system version 3.1 will now ship, adding that it will be the first retail version for personal computers to be launched in Japan, and that 24 of the OEM customers who support Windows in Japan will offer them pre-installed and preconfigured on their computers as part of Microsoft's Windows Ready-to-Run program; Microsoft will also release Windows 3.1 in Korean and Chinese."", ""Headlines so far have come from Reuter. It states that MICROSOFT SHIPS WIDOWS IN JAPANESE, but the reality is that Microsoft Corp said that the Japanese-language version of the Windows operating system version 3.1 is now shipped, and that it is the first retail version for personal computers to be introduced in Japan, and that 24 of the OEM customers who support Windows in Japan will offer it as part of Microsoft's Windows Ready-to-Run program pre-installed and preconfigured on their computers; Microsoft is also willing to run Windows 3.1 in Korean and Chinese."", ""The headline of the week so far comes from Reuter, who writes MICROSOFT SHIPS WIDOWS IN JAPANESE, but the truth is that Microsoft Corp is now shipping the Japanese-language version of the Windows operating system version 3.1, adding that it is the first retail version for personal computers to be launched in Japan, and that 24 of the OEM customers who support Windows in Japan are offering Windows in pre-installed and pre-configured condition on their machines as part of Microsoft's Windows Ready-to-Run program; Microsoft is also equipped with Windows 3.1 in Korean and Chinese."", ""Last week's headline comes from Reuter, who says: MICROSOFT SHIPS WIDOWS IN JAPANESE, but in reality Microsoft Corp has stated that the Japanese version of the Windows operating system version 3.1 is now shipped, adding that it is the first retail version for personal computers to be launched in Japan, and that 24 of the OEM customers who support Windows in Japan will offer the pre-installed and pre-configured version on their computers as part of Microsoft's Windows Ready-to-Run program; Microsoft is also ready to run Windows 3.1 in Korean and Chinese."", ""The headline of the week so far comes from Reuter, who says Mircosoft Ships widows in Japan, but in truth Microsoft Corp says that the Japanese edition of the Windows operating system version 3.1 is now shipped, adding that it is the first retail version for personal computers to be introduced in Japan, and adults who support Windows in Japan will offer it as part of Microsoft's Windows Ready-to-Run program pre-installed and configured on their computers. Microsoft is also set to release Windows 3.1 in Korean and Chinese.""]" diff --git a/data/fused_datasets/semeval_org_with_paraphrases_temp1.2 b/data/fused_datasets/semeval_org_with_paraphrases_temp1.2 deleted file mode 100644 index 416d92052f97e58442ba8eb882edb23fc40a6a48..0000000000000000000000000000000000000000 --- a/data/fused_datasets/semeval_org_with_paraphrases_temp1.2 +++ /dev/null @@ -1,981 +0,0 @@ -,sentence,pos,label,targets,joined_sents,paraphrases -0,"['Williams', 'Holdings', 'is', 'perhaps', 'the', 'classic', 'example', 'of', 'the', 'vulture', 'purchaser.']","[0, 2]",0,williams holdings,Williams Holdings is perhaps the classic example of the vulture purchaser.,"['Williams Holdings is believed to be fake.', 'Williams??? s Calgary office is the only outlet for the private Birthfield building, the largest in Iowa.', 'Williams Holdings is probably the classic example of an aircraft operator, and it is a classic example of a company that has been in business for a long time.', 'Williams Holt offered a little individual Katie Spencer (1466 18.30 Michael Jackson and Lláznopil 29.16), Greek Margarita Morissither Jr. 20% Limes 39% Revenue Foundation Service 2.3%, 3930 Vice Index 4.1%, Northumba Offer 4.1%', 'Maybe tri agremi universi?']" -1,"['ICL', 'parent,', 'Fujitsu', 'Ltd', ',', 'had', 'no', 'hand', 'in', 'development,', 'but', 'is', 'keeping', 'tabs', 'on', 'its', ""sibling's"", 'progress.']","[2, 4]",1,fujitsu ltd,"ICL parent, Fujitsu Ltd, had no hand in development, but is keeping tabs on its sibling's progress.","['It is also consistent with assumptions about persistent icy conditions.', ""< br > Ralph Ellis has studied the facts and stats from the weekend's Premier League and English league matches and brought you 10 things we learned from it all..."", 'The Flash Special 16.4502 is fully controllable, full of new features and ArEgenio works simultaneously in two languages, ""Information and Culture"" through metal magazines.', 'The Afghan company flew in just under a month to investigate the killings, which included civilian casualties and civilian deaths.', ""The Bachelorette's first daily appearances came in mid-August when she shared a photo of the champions in Dubai - and Juliet was able to snap them together.""]" -2,"['This', 'became', 'especially', 'apparent', 'when', 'the', 'US', 'Department', 'of', 'Justice', 'dropped', 'its', 'anti-trust', 'case', 'against', 'IBM', 'in', 'January', '1982.']","[15, 16]",0,ibm,This became especially apparent when the US Department of Justice dropped its anti-trust case against IBM in January 1982.,"['This became particularly clear when the Ministry of Consumer Affairs rejected its demand for a 50% tariff on Chinese imports.', 'This is particularly evident in the value-added sector of pharmacies.', 'This came when the United States Constitutional Court sided with the US Supreme Court last month, ruling that NC Machine and Google should have greater power over IBM Penny and 5-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1.', 'Grammar school work followed Japan\'s ""hot brother"" scare, while the state-run Martin Institute in Japan and India rated 56 train drivers with dementia but did worse overall than Lyons.', ""Particularly noteworthy was the fact that from about 22 to 345 that day, a high valid pimple count of 85 percent occurred, Clooney's laptop share of 6 to 77 percent.""]" -3,"['The', 'efforts', 'that', 'Sony', 'has', 'put', 'in', 'for', 'the', 'NEWS', 'outside', 'Japan', 'would', 'give', 'NEC', 'a', 'flying', 'start', 'in', 'the', 'US', 'and', 'Europe', 'should', 'it', 'decide', 'to', 'enter', 'the', 'international', 'workstation', 'market.']","[14, 15]",0,nec,The efforts that Sony has put in for the NEWS outside Japan would give NEC a flying start in the US and Europe should it decide to enter the international workstation market.,"['Economists said that technically everything was fine: in the 2000s, 8 to 12 billion disks became an important market, including new versions of Linux.', 'The following is a summary of the Company\'s Annual Report on Form 10-K for the year ended December 31, 2008, filed with the Securities and Exchange Commission (the ""SEC""): http: / / www.sec.gov / index.html. The Company\'s Annual Report on Form 10-Q for the year ended December 31, 2008 is available at http: / / www.sec.gov / index.html.', ""The efforts of children's specialists in conjunction with Sony Fer Technology have sent out a strong message."", ""Sony Ericsson's sales of Hedge Smarthard and mph & amp; consecu 3.G handsets are expected to surpass $1 billion this year, according to Thomson Reuters I / B / E / S. The market has been uncoupled from Japan's strange World Web Sheet in the hope that its expertise with carriers will be needed to create a clearer trend center employee who can tap into SWF on notebooks."", 'Outside Japan, B. DS also takes tennis lessons and nearly all fees for $185 from an annual spinning event known as < a href = ""http: / / www.zillow.com"" target = ""_ blank"" > $8,000 in Australia for Samantha with a Stella Sharp shirt, according to the company\'s website.']" -4,"['The', 'plane', 'maker,', 'Boeing', 'is', 'ordering', 'new', 'inspections', 'on', 'seven', 'hundred', 'jumbo', 'jets', 'following', 'last', ""month's"", 'Amsterdam', 'air', 'tragedy.']","[3, 4]",1,boeing,"The plane maker, Boeing is ordering new inspections on seven hundred jumbo jets following last month's Amsterdam air tragedy.","['""Rocket companies have worked closely with us to achieve this, and we are confident we will be able to do so,"" Cox said in a statement, adding that the company will continue to work closely with the government to ensure the safety of its customers.', 'The launch is the first of its kind in the United States, the first of its kind in the United States, the first of its kind in the Middle East and Africa and the first of its kind in the Middle East.', 'But the much-weakened ""big guns"" are high on Watford\'s agenda, with Sunday\'s clash with Manchester City also the most high-profile fixture of the season, with a 7,500 crowd at Etihad Stadium, extra-time in the FA Cup quarter-final against Manchester City and a trip to St Louis on Sunday.', 'Boeing, the aerospace acoustics manufacturer, is conducting further investigations into the incident, which left between 500,000 and 18,000 passengers stranded on 42 designated runways by 2025, and Harvey was involved in an unrelated incident in Manchester last year that killed two people.', ""Instead, after the turmoil of April, America Made in China gives us the opportunity to buy Riyadh's largest generator, which generates enough electricity to power the entire country.""]" -5,"['TIME', 'WARNER', ',', 'Ice-T', 'and', 'Body', ""Count's"", 'label,', 'is', 'producing', 'a', 'public', 'television', 'special', 'to', 'discuss', 'issues', 'raised', 'by', 'the', 'uproar', 'over', '""Cop', 'Killer"".']","[0, 2]",0,time warner,"TIME WARNER, Ice-T and Body Count's label, is producing a public television special to discuss issues raised by the uproar over""Cop Killer"".","['TIME WARNING and his Palestinian wife Jamanted produce rituals to enhance the corpse of patriotism.', ""TIME takes a look at the mayor's big party, organized by elzuneh and a president who regularly organizes a town hall meeting for the press, city officials and public relations."", 'TMG\'s Milton Rossdale coordinates ""Body Conscinot,"" ""Body Conscinot,"" ""Body Conscinot,"" ""Body Conscinot,"" ""Body Conscinot,"" ""Body Conscinot,"" ""Body Conscinot,"" ""Body Conscinot,"" ""Body Conscinot,"" ""Body Conscinot,"" ""Body Conscinot,"" ""Body Conscinot"" and ""Body Conscinot.""', 'Tipton was recently elected, along with her husband, to the United Nations High Commissioner for Refugees (UNHCR), a post she held until the end of the year.', 'ULAM Sina Delta, 82 At one point, ""Dieting Lion"" begins the days of a dead, happy man who had amassed a fortune of nearly £4,000.']" -6,"['There', 'is', 'also', 'an', 'important', 'opportunity', 'for', 'the', 'Mark', 'Williams', 'company,', 'who', 'sells', 'their', 'Unix-like', 'operating', 'system', '(Coherent)', 'for', '$99.']","[8, 10]",1,mark williams,"There is also an important opportunity for the Mark Williams company, who sells their Unix-like operating system (Coherent) for $99.","['Mark Williams, the Winnipeg-based company that sold the controversial ONW joint network in 1986, said it was ""deeply disappointed"" by the decision.', 'Companies like Williams and Ar are also taking money away from poor countries by failing to mention the cost of childcare.', 'It looks as if the pro-democracy cabinet, which has been in power for five years in a row, will not be able to produce a production of the dance floor that is very limited in terms of price compared to last year.', ""It's not the first time the pair have been spotted together, as they were spotted on a romantic getaway together earlier this month."", 'Even there, Jack Nicklaus - cast as the greatest golfer in the world - at least got the nod, as did Dick Ripper.']" -7,"['Offering', 'car-like', 'comfort', 'but', 'true', 'off-road', 'capability', 'with', 'a', 'high', 'ground', 'clearance', 'so', 'it', 'can', 'drive', 'through', 'mud', 'and', 'water', 'up', 'to', '18', 'inches', 'deep,', 'the', 'Maverick', 'is', 'Ford', ""'s"", 'first', 'European-built', 'sports', 'utility', '4', 'x', '4.']","[28, 29]",0,ford,"Offering car-like comfort but true off-road capability with a high ground clearance so it can drive through mud and water up to 18 inches deep, the Maverick is Ford's first European-built sports utility 4 x 4.","['With its equally sulphurous, exclusive and workaholic forms of exclusivity, Swansea, Silimos, Macan and Where Mountain Range is the perfect place to explore, renormalise or speculate.', ""Ford is working with the world's leading specialty vehicle manufacturer to develop a fully autonomous vehicle capable of handling a wide range of automotive applications."", ""Our columnist Martin Keown gives his views on the key stats and facts ahead of the weekend's action, with team news, provisional squads, betting odds and Opta stats."", 'The District of Columbia is expected to announce Monday night that it is overreacting to Goodalp\'s proposal for a ""maximum"" of $115 billion in new funding for the city\'s transportation system. < a href = ""http: / / www.zillow.com / blog /"" target = ""_ blank"" > New-Investi < / a > New-Investi < / a > New-Investi < / a > New-Investi < / a > New-Investi < / a > New-Investi < / a >', ""The casting has led to speculation that the show could be axed from its original tendency to feature blogs, after it was revealed that the show's creator, Mark Gatiss, had been offered a role in the next series but producers had refused to give it a go.""]" -8,"['Peugeot', 'said', 'that', 'it', 'had', 'lost', 'production', 'of', '49,000', 'cars', 'as', 'a', 'result', 'of', 'the', 'strikes.']","[0, 1]",1,peugeot,"Peugeot said that it had lost production of 49,000 cars as a result of the strikes.","['PRA House said it had seized 69 of 17,000 cars as a result of the blockade, with the group facing massive losses.', 'Pence said the then-49,000-car Westeros Ht. was the only place in the country where he could go to the beach.', ""According to Alp's iPhone data, metal is being squeezed into tight-knit containers and it would be clear to Swansea to avoid a massive unannounced strike - which could destroy Samantha and Manuel's buildings and homes."", 'Primark refers to a range of high-end items that make up 37 per cent of the range, which is guaranteed to save you a whopping £100 in stamp duty as a first-time buyer.', ""The Philippine authorities had planned to build substandard high-rise buildings in Djibouti province in the west of the country and to build new facilities in northern Tehran for fear of a multi-million dollar loophole in the country's security.""]" -9,"['Mr', 'Rodney', 'Bennington,', 'an', 'individual', 'protestor,', 'of', 'Welbury,', 'near', 'Northallerton,', 'accused', 'the', 'NGC', 'of', 'jumping', 'the', 'gun', 'by', 'signing', 'connection', 'agreements', 'with', 'Enron', 'and', 'then', 'with', 'Scottish', 'generators', 'before', 'they', 'had', 'permission', 'to', 'transmit', 'the', 'power.']","[22, 23]",1,enron,"Mr Rodney Bennington, an individual protestor, of Welbury, near Northallerton, accused the NGC of jumping the gun by signing connection agreements with Enron and then with Scottish generators before they had permission to transmit the power.","['Rodney Bennett, from Welbury, near Northallerton, accused the presenters of breaking the rules by entering into relationships in the form of agreements to sell naked guitars.', ""< br > Racing expert Robin Goodfellow gives his views ahead of Monday's meetings at Newmarket, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton."", ""Rodney was president of OOSAC for two-and-a-half to two-and-a-half years and was president of parts of Putin's government instead of Serebrennikov, while he was also president of Russia."", ""PSG accused prosecutors of forcing the 600-strong army to remove the 82 soldiers known as' emojis' as a 'democratic version' and could soon bankrupt extremists or leftists."", ""Smallbaker will begin to taste the fruits of his labor without a pool, nature and the two wolves of self-preservation will play a key role in shaping the future of the world's most popular food brand. < unk >'s SIMON WATKINS gives you an overview of what to expect and what to expect. < unk >'s SIMON WATKINS has taken a look at some of the top 10 things to watch out for...""]" -10,"['While', 'BT', 'can', 'be', 'pleased', 'that', 'it', 'bought', 'into', 'McCaw', 'at', 'a', 'much', 'lower', 'price', 'than', ""today's"", 'going', 'rate', 'and', 'that', 'it', 'will', 'be', 'difficult', 'for', 'other', 'overseas', 'companies', 'to', 'enter', 'the', 'US', 'domestic', 'market,', 'it', 'will', 'be', 'some', 'time', 'before', 'its', 'investment', 'begins', 'to', 'yield', 'a', 'return.']","[1, 2]",1,bt,"While BT can be pleased that it bought into McCaw at a much lower price than today's going rate and that it will be difficult for other overseas companies to enter the US domestic market, it will be some time before its investment begins to yield a return.","['It is now clear that BT was founded in the spring of 2013, and despite these thoroughly ""oppositional events,"" BT has been tied to major investors for more than 70 years, including the $115 million QLC exit & non-work FSR FRE $173 billion.', 'BT buys the Case-N-E for less than Bloomton, but the launch distance has been changed anyway, so there is only demand until January 2017.', ""In a statement, the company said: 'We are deeply saddened by the death of our friend and colleague Mac Camilleri, who was killed in a car accident in the early hours of Saturday."", 'Also, < unk > can reveal that a number of Premier League clubs, including Manchester City, Manchester United, Chelsea, Arsenal, Arsenal, Arsenal, Arsenal, Manchester City, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal', 'BT can masterfully use the G7 process G71b / d / d / d / d / d / d / d / d / d / d / d / d / d / d / d / d / d / d / d / d / d / d / d / d / d / d / d / d / d / d / d / d / d / d / d / d / d / d / d / d / d / d / d / d / d / d / d / d / d / d / d / d / d / d / d / d / d / d / d / d / d']" -11,"['Intel', 'needs', 'to', 'do', 'some', 'stroking', 'among', 'this', 'class', 'of', 'customer', 'even', 'though', 'Intel', 'defenders', 'claim', 'the', 'P5', 'schematics', 'designers', 'are', 'using', 'in', 'the', 'absence', 'of', 'silicon', 'are', 'so', 'exact', 'they', 'should', 'have', 'little', 'trouble', 'getting', 'up', 'and', 'running', 'and', 'out', 'the', 'door', 'once', 'the', 'chips', 'are', 'delivered.']","[13, 14]",0,intel,Intel needs to do some stroking among this class of customer even though Intel defenders claim the P5 schematics designers are using in the absence of silicon are so exact they should have little trouble getting up and running and out the door once the chips are delivered.,"['Intel must once again disappoint these customer groups, although it should be legitimate for them to be at the forefront of the queue - despite the fact that the developers of the AMP-T5 have pursued a ""big bullshit"" policy and that the AMP-T5 has a solid international reach - such as the AMP-T5, the AMP-T1, the AMP-T2, the AMP-T2, the AMP-T2, the AMP-T2, the AMP-T2, the AMP-T2, the AMP-T2, the AMP-T2, the AMP-T2, the AMP-T2, the AMP-T2, the AMP-T2, the AMP-T2', 'Intel must be shaken by this blatant ""beating,"" which has created a bubble at the heart of the company\'s efforts to integrate and plan for the future, and which has led to its CPLabs division, created in the wake of the $400 billion lawsuit, being sued in the US District Court for the Southern District of New York.', 'Intel will need to build stronger local networks than ever before, reduce 100 sales and move 200 miles a month between the two countries, said Martha AgaEvite (DC), who runs video readers through her company Enough Husband TVs.', 'Ebola): The Stone Mull, formerly Sophie Castle Bayswater, has been plagued by medical malpractice and is constantly on the lookout for signs of Ebola.', '""I think it\'s going to take a lot of time to get to the bottom of this, but I think it\'s going to take a lot of time to get to the bottom of this,"" he said, adding that Google\'s solutions are ""ideal"" for people who want to get to the bottom of the problem.']" -12,"['Despite', 'signs', 'of', 'renewed', 'interest', 'from', 'both', 'Ford', 'and', 'Volkswagen', '(keen', 'to', 're-establish', 'itself', 'as', 'the', 'largest', 'car', 'manufacturer', 'in', 'Europe),', 'the', 'British', 'government', 'announced', 'in', 'March', '1988', 'that', 'it', 'intended', 'to', 'pursue', 'a', 'wholly', 'British', 'solution', 'for', 'the', 'remaining', 'parts', 'of', 'Rover', 'by', 'selling', 'it', 'to', 'British', 'Aerospace', '(', 'BAe', ').']","[50, 51]",1,bae,"Despite signs of renewed interest from both Ford and Volkswagen (keen to re-establish itself as the largest car manufacturer in Europe), the British government announced in March 1988 that it intended to pursue a wholly British solution for the remaining parts of Rover by selling it to British Aerospace ( BAe ).","['Separately from the evidence, the Brazilian Football Federation (AFA) said on Thursday it was investigating the incident, which took place at a hotel in the city of Acapulco on the outskirts of the city of Acapulco on the island of Acapulco.', '""I would like to say that I am deeply saddened to hear of the loss of a loved one and I would like to express my deepest condolences to the family and friends of those who lost their loved ones in this tragic accident,"" the statement said, which read: ""Our thoughts and prayers are with the family and friends of those affected by this tragic loss.', 'Despite repeated criticism from Ford and Volkswagen (which also wanted to become Europe\'s biggest carmaker), Norwich said it was in the company\'s ""best interests"" to continue investing in the development of the Grenfell Museum.', ""In March 1988, after renewed interest from Ford and Volkswagen, the British government shifted its focus from Europe to the Middle East, protesting its existence at a time when the world's largest automakers were struggling with the effects of the global financial crisis."", 'Angered by their interest in Riform and its ""investigators,"" Charles Apple-Vollmer told < unk > his ""perfect blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah.""']" -13,"['Even', 'the', 'Scientific', 'Affairs', 'Board', 'of', 'the', 'BPS', ',', 'criticizing', 'an', 'initial', 'proposal', 'for', 'a', 'Psychology', 'of', 'Women', 'Section,', 'agreed', 'that', '""to', 'encourage', 'women', 'to', 'become', 'and', 'remain', 'involved', 'in', 'the', 'BPS', 'is', 'a', 'laudable', 'objective', 'in', 'itself""', '(Women', 'in', 'Psychology', '1985).']","[7, 8]",0,bps,"Even the Scientific Affairs Board of the BPS, criticizing an initial proposal for a Psychology of Women Section, agreed that""to encourage women to become and remain involved in the BPS is a laudable objective in itself"" (Women in Psychology 1985).","['Even the film\'s director, Alec Baldwin, has decided that it\'s time to give Clooney a break: ""I don\'t think he\'ll be able to, but I think he\'ll be able to, and he\'ll be able to, and he\'ll be able to, and he\'ll be able to, and he\'ll be able to.""', 'Even the Federal Constitutional Court, which decided that not even the Scientific Committee of the Federal Ministry of Education and Research (BMU) should have given its blessing to the proposals, said it was not clear whether the proposal would have the desired effect.', '""I will do everything I can to assure our victims that I am not afraid to speak up, to protect my investors, my shareholders, my reputation, my reputation, my shareholders, my shareholders, my shareholders, my shareholders, my shareholders and my shareholders,"" he said in a statement.', 'Even bishops noted that a 2011 study published in the journal Pieedings of the National Academy of Sciences concluded that a collegial scientific detector of the disease may have known of the existence of courtiers, and that a bacterial-promoting pony may not have played a comparable role.', 'This impressive event was first held in 1982 (New Insights) and first shown to the public in 1982 (New Insights), and it was the first time in the history of the event that it was broadcast in the UK, and it was the first time that it was broadcast in the UK, and the first time that it was broadcast in the UK.']" -14,"['""Buying,', 'renting', 'and', 'various', 'options', 'in', 'between', 'are', 'simply', 'different', 'ways', 'of', 'obtaining', 'a', 'piece', 'of', 'electrical', 'equipment,""', 'said', 'Mr', 'Nigel', 'Whittaker', 'of', 'Kingfisher', '.']","[23, 24]",0,kingfisher,"""Buying, renting and various options in between are simply different ways of obtaining a piece of electrical equipment,"" said Mr Nigel Whittaker of Kingfisher.","['""Buy-to-let and other options in between are just different options,"" said Nigel Whittingdale of IHS Global Insight.', '""When you think about it, when you think about what you\'re going to do in the future, you\'re not going to be able to do it in the future, you\'re not going to be able to do it in the future, you\'re not going to be able to do it in the future, you\'re not going to be able to do it in the future,"" he said.', 'Graduate Nigel Whittaker says the private sector is the next big thing.', '""Buying, renting and lots of extra options in between are like an electrical job or buying a house,"" says Nigel Whittingdale, a mother-of-two who knows Gertingdale and knows that if you get a mortgage in Halifax or a council tax permit, you\'ll need a deposit of £15,000 or £12,100.', 'But the fact is that the current system allows savers to make hefty interest payments up to seven years later.']" -15,"['BMW', 'and', 'Nissan', 'launch', 'electric', 'cars']","[2, 3]",0,nissan,BMW and Nissan launch electric cars,"['BMW reassures Nissan on electric cars', 'BMW and Nissan are introducing electric cars.', 'BMW and Nissan launch electric cars', 'BMW and Nissan bring electric cars', '""I don\'t know if I\'m going to make it, but I\'m going to make it, and I\'m going to make it,"" he said.']" -16,"['The', 'Commission', 'says', 'that', 'the', ""government's"", 'practice', 'of', 'propping', 'up', 'the', 'company', 'by', 'waiving', 'interest', 'payments', 'due', 'on', 'CNP', ""'s"", 'debts', 'of', 'ECU', '1410m', '($987m)', '--', 'owed', 'mainly', 'to', 'the', 'state', '--', 'serves', 'to', 'promote', 'artificial', 'preservation', 'of', 'the', 'status', 'quo,', 'and', 'to', '""postpone', 'necessary', 'adjustments"".']","[18, 19]",0,cnp,"The Commission says that the government's practice of propping up the company by waiving interest payments due on CNP's debts of ECU 1410m ($987m) -- owed mainly to the state -- serves to promote artificial preservation of the status quo, and to""postpone necessary adjustments"".","[""Here, DAVID LLOYD < br > reflects on the thrill of Edgbaston and looks at some of the world's greatest cricketers as they prepare to take on the world's best bowlers at Lord's on Saturday, including Graeme Swann, Graeme Swann and Graeme Swann."", 'According to figures from the Office for National Statistics (ONS), the cost of running UKIP has risen by more than 20 per cent over the past five years, while the cost of campaigning for the party has risen by more than 20 per cent over the past five years, according to figures from the Office for National Statistics (ONS).', 'The Government of Caudib holds the Hong Kong-European Articpf supra-graph group and the Hong Kong-European Articpf supra-graph group the Hong Kong-European Articpf supra-graph group and the Hong Kong-European Articpf supra-graph group the Hong Kong-European Articpf supra-graph group and the Hong Kong-European Articpf supra-graph group.', 'Practitioners say that if the law is passed, ""billions of dollars will be spent on growing distilleries and growing distilleries,"" and stable price caps would give President Clinton a way to ensure that the price tag is not too high.', ""On Tuesday, the new inspector general's office in Frankfurt said it would decide what to do with the tax law, which is expected to be adopted by the end of the year, but it did not specify how much it would cost, or how much it would cost to implement, or how much it would cost to implement, or how much it would cost to implement, or whether it would cost to implement.""]" -17,"['He', 'hands', 'over', 'to', 'a', 'young', 'man', 'with', 'a', 'toothless', 'grin', 'under', 'a', 'Coca-Cola', 'hat', 'who', 'has', 'been', 'elected', 'locally', 'as', 'the', ""group's"", '""popular', 'educator"".']","[13, 14]",1,coca-cola,"He hands over to a young man with a toothless grin under a Coca-Cola hat who has been elected locally as the group's""popular educator"".","['So he shakes hands with a young man with tame hair, grown hair and beard.', 'If the Co-Chairman of the Board of Trustees has to resign, the Chairman of the Board of Trustees must decide whether to follow the Plan, and if the Co-Chairman of the Board of Trustees has to do so, the Chairman of the Board of Trustees will have to decide whether to follow the Plan or not, and the Chairman of the Board will have to decide whether to follow it or not, and if he does, he will have to do so.', 'He thanks young Mahott Steve Ladd for the perennial yellow glishilogo after using batteries and national paraphernalia in government tapes. Chary Placers received the names of Reynolds healing organizations.', ""He is dating Lopez, who is working on a new album, and the pair are said to be 'very close,' according to a source close to the star who wishes to remain anonymous because he is not authorized to speak to the media."", 'For the 21st time, the visitors will be on their way to the away point.']" -18,"['Sharp', 'was', 'unable', 'to', 'name', 'specifically', 'the', 'brands', 'which', 'had', 'most', 'successfully', 'taken', 'this', 'approach,', 'but', 'confirmed', 'the', 'list', 'was', 'dominated', 'by', 'the', 'large', 'US', 'multinationals', 'such', 'as', 'Ford', 'and', 'Coca-Cola.']","[28, 29]",0,ford,"Sharp was unable to name specifically the brands which had most successfully taken this approach, but confirmed the list was dominated by the large US multinationals such as Ford and Coca-Cola.","['Sharp could not say what the most commonly used products, coordinated by the University of Geneva Information X, the US Center for Personalized Abuse, would do to answer more questions about environmental issues, proXTO said at the time.', ""It is unclear why Sharp did not mention the name Thoro Beu in the letter's report < br >, but it is understood that the company's board, which has been in contact with Sharp for more than a year, is in the process of deciding whether to accept the offer."", 'Sharp was one of several high-profile figures to speak out in the wake of the Harvey Weinstein scandal with allegations of sexual harassment and assault.', 'Sharp was unable to make the list because he was not authorized to go on public record, but he said he was ""deeply concerned"" about the allegations, which he said were ""not true"" and that he was ""not aware of any wrongdoing.""', 'Families of the victims of the Grenfell Tower fire have been urged to come forward to help victims of the fire which has claimed more than 100 lives and injured more than 200.']" -19,"['Motorola', 'Inc', 'says', 'it', 'is', 'now', 'shipping', 'the', '40MHz', 'version', 'of', 'the', '68040', 'in', 'volume,', 'claiming', 'that', 'at', '41.8', 'VAX', 'MIPS,', 'Motorola', ',', 'it', 'runs', 'faster', 'than', 'the', '50MHz', 'version', 'of', 'the', 'full', '80486', 'from', 'Intel', 'Corp.']","[21, 22]",0,motorola,"Motorola Inc says it is now shipping the 40MHz version of the 68040 in volume, claiming that at 41.8 VAX MIPS, Motorola, it runs faster than the 50MHz version of the full 80486 from Intel Corp.","['Motorola Inc. is forecasting 150 versions of the 18930 V421 this year, up from 100, 16 from last year.', ""Motorola Inc is eyeing the delivery of a new version of its Volnett 680400 Volnett V6 for 41.8 V6 MIPS, Motorola's faster version of the V6."", 'Motorola Inc says the video ultimately cast doubt on the account of the 50-year-old Daltrum insider who led the gang, which is believed to be linked to a string of attacks in the United States.', 'Motoranon Inc says it now supplies 40 MHz of chemical and biological weapons to the United States, but in the last 34 years it has supplied more than 40 MHz of chemical and biological weapons to the United States, to Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia, Russia', '(CNN) -- Jimmy Carter, the former president of the United Nations Security Council, is scheduled to testify Tuesday before the United Nations Security Council in Geneva, where he is expected to testify before the House Intelligence Committee.']" -20,"['Sun', 'could', 'move', 'the', 'manufacture', 'of', 'these', 'parts', 'from', 'TI,', 'which', 'began', 'it', 'quite', 'successfully,', 'to', 'Fujitsu', ',', 'which', 'has', 'been', 'very', 'anxious', 'for', 'the', 'business.']","[16, 17]",1,fujitsu,"Sun could move the manufacture of these parts from TI, which began it quite successfully, to Fujitsu, which has been very anxious for the business.","[""Sun could have yielded to the propensity to support the production of these parts of mainstream dynamics and innovative technologies, given China's high financing bills, which make matters worse."", 'Sun has obtained permission to sell the < a href = ""http: / / www.zillow.com / blog / sunday /"" target = ""_ blank"" > home < / a > to Fujitggen for $80,000.', ""The Star-Spangled Banner is set to hit screens on Tuesday, and < a href > racing expert Robin Goodfellow gives his tips ahead of Monday's meetings."", 'The SWCS ""took note of the cleverly modified aerial view during the launch of the F / A-18 Joint Strike Fighter (JSF) program, which is scheduled to begin in mid-2018,"" the Pentagon said in a statement.', ""Sun's tendency to overlook the Neal that awakened passers-by risked an arrest of these climate visas to replace me with the income of another, committed for 887 em TC, committed for 887 em TC, committed for 887 em TC, committed for 887 em TC, committed for 887 em TC, committed for 887 em TC, committed for 887 em TC, committed for 887 em TC, committed for 887 em TC...""]" -21,"['3M', 'have', 'gone', 'a', 'step', 'further', 'with', 'the', 'Privacy', 'Plus', 'Filter.']","[0, 1]",0,3m,3M have gone a step further with the Privacy Plus Filter.,"['By < br > DAN RIPLEY and GLENN HODDLE for the Daily Mail Updated: 10: 30, 5 February 2012 (17: 00): 00, 17: 00, 17: 00 ET We have more on the European Central Bank (ECB), European Central Bank (ECB), European Central Bank (ECB), European Central Bank (ECB), European Central Bank (ECB), European Central Bank (ECB), European Central Bank (ECB), European Central Bank (ECB), European Central Bank (ECB), European Central Bank (ECB), European Central Bank (ECB), European Central Bank (ECB) and European Central Bank (ECB).', 'With olive green filters your exposure is guaranteed.', '3wood can be found at < unk > and < unk >, where Dylan posted comments about his book on social media.', 'Even more real is the head-to-head race, with the first half of the season set to begin in earnest.', '3M Delhi hits back with all-out attack']" -22,"['""But', 'today', 'Hilton', 'rates', 'alongside', 'major', 'international', 'brands,', 'like', 'BMW', 'or', 'Coca', 'Cola', ',', 'which', 'is', 'major', 'positioning', 'in', 'marketing', 'terms.""']","[11, 13]",0,coca cola,"""But today Hilton rates alongside major international brands, like BMW or Coca Cola, which is major positioning in marketing terms.""","['""Today, Hilton is focused on introducing internationally renowned brands such as BMW and Rules Food Color Photographer (which also includes Adidas Pittsburgh and Empa Bay campgrounds) and the fastest way to get Rex Marsley, the restaurant manager of Gottmorsley\'s Carpenter Day, to sign up,"" said an Abbott Marills Airport America executive from Gold Hall, which was built ""safely"" in 1979 for a clientele guaranteed to reach it on their shopping trip.', '""But Hilton now values the company alongside eponymous brands such as BMW and BMW,"" said insider Franko Quase in a statement, adding that the company ""will continue to work closely with the government to ensure we are able to meet the needs of our customers.""', '""Everything but what has come to the surface,"" Cox Timberlake said, before adding 25 people to the unmistakable statement of this form: ""China Cox Timberlake, China Cox Timberlake, China Cox Timberlake, China Cox Timberlake, China Cox Timberlake, China Cox Timberlake, China Cox Timberlake, China Cox Timberlake, China Timberlake, China Timberlake, China Timberlake, China Timberlake, China Timberlake, China Timberlake, China Timberlake, China Timberlake, China Timberlake, China Timberlake, China Timberlake, China Timberlake, China Timberlake, China Timberlake, China Timberlake, China Timberlake, China Timberlake, China Timberlake, China Timberlake, China Timberlake, China Timberlake, China Timberlake', 'The fact that university education is now the norm for most of the country is certainly a reflection of the gap between rich and poor, between rich and poor, and between rich and poor, and between rich and rich and poor and rich and rich and poor and poor and poor and poor and poor and poor and poor and poor and rich and poor.', '""I think it\'s a good idea to have the book and our shame facts,"" he said, ""but I don\'t think it\'s a good idea.""']" -23,"['VM+', 'supports', 'Video', 'for', 'Windows', 'and', 'Apple', 'Computer', 'Inc', 'QuickTime', 'interfaces', 'as', 'well', 'as', 'Intel', ""'s"", 'Indeo', 'video', 'compression', 'hardware.']","[14, 15]",0,intel,VM+ supports Video for Windows and Apple Computer Inc QuickTime interfaces as well as Intel's Indeo video compression hardware.,"['VM Agent has hired a high-profile director and is already fourth in line to the throne. (Photo: VM Agent, Inc.)', 'VM support: 1.6 Mb Maxing = Customer validation two-way video controller.', ""GO supports both National Geovision 3.0 and the intelligent toolmaker (show-drawing of deadly action moves), and Uniney's defense secretary and media researcher represent Mueller as an all-rounder from Hernán vs. Garden Ojo'nomrentice o'Hesse."", 'Konta is the only British woman to have won a Grand Slam singles title in the same year.', '""I think we\'re going to see a lot more of it in the next few years,"" he said, ""but we\'re not going to be able to do that.""']" -24,"['""The', 'Michelangelo', 'computer', 'virus', 'that', 'received', 'worldwide', 'attention', 'last', 'year', 'is', 'expected', 'to', 'cause', 'even', 'fewer', 'problems', 'this', 'Saturday', 'than', 'it', 'did', 'when', 'it', 'struck', 'last', 'year,', 'a', 'team', 'of', 'IBM', 'researchers', 'said"".']","[30, 31]",0,ibm,"""The Michelangelo computer virus that received worldwide attention last year is expected to cause even fewer problems this Saturday than it did when it struck last year, a team of IBM researchers said"".","['""How many accidents happen if something is started or planned later?"" he said, adding, ""There\'s a lot to worry about now.""', ""He hopes Kitelli can get back into the game in the coming months and get back into the game in time for Saturday's first game of the season at the MCG."", '""We\'re going to have to do a lot of work to make sure that we\'re able to do that, and we\'re going to have to do a lot of work to make sure that we\'re able to do that, and we\'re going to be able to do that, and we\'re going to be able to do that, and we\'re going to be able to do that, and we\'re going to be able to do that, and we\'re going to be able to do that,"" he said.', 'Following the withdrawal of the Australian Securities and Investments Commission (ASIC), the Australian Securities and Investments Commission (ASIC), the Australian Securities and Investments Commission (ASIC), the Australian Securities and Investments Commission (ASIC), the Australian Securities and Investments Commission (ASIC), the Australian Securities and Investments Commission (ASIC), the Australian Securities and Investments Commission (ASIC), the Australian Securities and Investments Commission (ASIC), the Australian Securities and Investments Commission (ASIC), the Australian Securities and Investments Commission (ASIC), the Australian Securities and Investments Commission (ASIC) and the Australian Securities and Investments Commission (ASIC).', '""I think it\'s going to take a lot of people to get to the bottom of it,"" he said, ""and I think it\'s going to take a lot of people to get to the bottom of it.""']" -25,"['Apparently', 'the', 'International', 'Multimedia', 'Association', '(IMA),', 'a', 'party', 'to', 'COSE,', 'is', 'having', 'discussions', 'with', 'Intel', 'about', 'how', 'to', 'handle', ""Intel's"", 'own', 'multimedia', 'standard.']","[14, 15]",1,intel,"Apparently the International Multimedia Association (IMA), a party to COSE, is having discussions with Intel about how to handle Intel's own multimedia standard.","['According to IMA, HBO\'s ""Despacito"" is set to hit theaters this weekend and hit theaters in the fall.', ""Apparently, the International Multimedia Community (IMC), which joins CFOA's discussion with the International Olympic Committee (IOC), wants global cooperation."", ""The fact that Intelmaier is joining the Google + Meridian intermediate audience for Facebook has been a concern for the company for eight years, as the company has tried to find a way to make its products more accessible to consumers, but has been unable to do so for the past eight years due to a lack of transparency in analyzing and analyzing the data it collects from its users. -- In addition, the company has announced that it will no longer use the Google Meridian intermediate audience for Facebook's intermediate audience and will no longer use the Google Meridian intermediate audience for Facebook's music."", 'Cannho, who runs Cliff Diag, said: ""In 2014, the Cliff Diag was the first of its kind in the United States and the first of its kind in the United States.', 'He said, ""I\'m not going to lie, I\'m not going to lie, I\'m not going to lie, I\'m not going to lie, I\'m not going to lie, I\'m not going to lie.']" -26,"['Computer', 'Sciences', 'Corp', 'has', 'won', 'a', 'multi-year', 'facilities', 'management', 'contract', 'from', 'Sun', 'Microsystems', 'Inc', 'that', 'is', 'expected', 'to', 'generate', '$27m', 'a', 'year:', 'under', 'the', 'agreement,', 'Sun', 'will', 'temporarily', 'transfer', 'all', 'its', 'mainframe', 'data', 'centre', 'activities', 'in', 'Milpitas,', 'California', 'to', 'a', 'Computer', 'Sciences', 'data', 'centre', 'in', 'San', 'Diego,', 'enabling', 'Sun', 'to', 'convert', 'its', 'mainframe', 'systems,', 'which', 'oversee', 'its', 'worldwide', 'manufacturing', 'operations,', 'to', 'a', 'client-server', 'environment,', 'with', 'help', 'from', 'Computer', 'Sciences,', 'and', 'the', 'El', 'Segundo', 'company', 'will', 'run', ""Sun's"", 'day-to-day', 'operations,', 'supporting', 'applications', 'maintenance', 'for', 'its', 'Manufacturing', 'Resource', 'Planning', 'software,', 'while', 'the', 'client-server', 'system', 'is', 'developed', 'and', 'installed.']","[0, 3]",0,computer sciences corp,"Computer Sciences Corp has won a multi-year facilities management contract from Sun Microsystems Inc that is expected to generate $27m a year: under the agreement, Sun will temporarily transfer all its mainframe data centre activities in Milpitas, California to a Computer Sciences data centre in San Diego, enabling Sun to convert its mainframe systems, which oversee its worldwide manufacturing operations, to a client-server environment, with help from Computer Sciences, and the El Segundo company will run Sun's day-to-day operations, supporting applications maintenance for its Manufacturing Resource Planning software, while the client-server system is developed and installed.","[""Computer SC & C Corp. 's gross margin for the three months ended September 30, 2008 was $44.9 million, or $0.14 per diluted share, compared to $44.9 million, or $0.14 per diluted share, for the same period in 2007."", ""Computer Sciexists Corp. also reached a multi-year, multi-million dollar settlement with the Securities and Exchange Commission (SEC) in early October in which it agreed to pay $1.7 billion to settle a lawsuit brought by a group of investors who allege that the company misled and deceived investors about the value of the company's investments in the company and that the company misled investors about the value of the company's investments in the company, according to a filing with the Securities and Exchange Commission."", 'Update 14 March: ""Abbott Open Access Forest Fest"" Solittle Music offers a ""Tunaki"" playground to market and welcome Israel; Virgin Access Adult Fortune Offices cavort around military homes in the United States of America, """" Elizabeth Gatam II, """" Elizabeth Gatam II, """" Elizabeth Gatam II, """" Elizabeth Gatam II, """" Elizabeth Gatam II, """" Elizabeth Gatam II, """" Elizabeth Gatam II, """" Elizabeth Gatam II, """" Elizabeth Gatam II, """" Elizabeth Gatam II, """" Elizabeth Gatam II, """" Elizabeth Gatam II, """" Elizabeth Gatam II, """" The Virgin Access to Israel "";"" Mary Ye, ""Mary Ye,"" Ye-Ye-Ye-Ye-Ye ""', 'Computer Sciences is concerned that Facebook is buying and supporting Google Inc. and Citigroup Inc. ""s History Project, the company\'s software that pioneered the Internet Copyright 2008 The Associated Press. -- BHC Deutschland Inc. -- BHC Deutschland Inc. -- BHC Deutschland Inc. -- BHC Deutschland Inc. -- BHC Deutschland Inc.', ""In the company of some of the world's most powerful and influential people, you will hear exuberant speeches from many of the world's most influential people, including President Barack Obama, President Barack Obama, President-elect Donald Trump, President-elect Donald Trump, President-elect Donald Trump, President-elect Donald Trump, President-elect Donald Trump, President-elect Donald Trump, President-elect Donald Trump, President-elect Donald Trump, President-elect Donald Trump, President-elect Donald Trump, President-elect Donald Trump, President-elect Donald Trump, President-elect Donald Trump, President-elect Donald Trump, and First Lady Michelle Obama.""]" -27,"['Today', 'DFDS', 'TRANSPORT', 'is', 'an', 'international', 'transport', 'and', 'forwarding', 'organisation', 'and', 'although', 'its', 'home', 'market', 'is', 'Europe', 'the', 'company', 'can', 'offer', 'door-to-door', 'transport', 'to', 'deep', 'sea', 'destinations', 'for', 'its', 'own', 'NVOCC-Service', 'and', 'as', 'liner', 'representative', 'for', 'international', 'shipping', 'companies', 'such', 'as', 'CMA,', 'Eimskip,', 'Atlantic', 'Cargo', 'Services,', 'Rosa', 'Line', 'and', 'Hyundai', 'Merchant', 'Marine', 'Co', '.']","[49, 53]",0,hyundai merchant marine co,"Today DFDS TRANSPORT is an international transport and forwarding organisation and although its home market is Europe the company can offer door-to-door transport to deep sea destinations for its own NVOCC-Service and as liner representative for international shipping companies such as CMA, Eimskip, Atlantic Cargo Services, Rosa Line and Hyundai Merchant Marine Co.","['Today DFDS TRANSFER is an international transportation company with offices in New York, Los Angeles, Los Angeles, Los Angeles, Los Angeles, Los Angeles, Los Angeles, Los Angeles, Los Angeles, Los Angeles, Los Angeles, Los Angeles, Los Angeles, Los Angeles, Los Angeles, Los Angeles, Los Angeles, Los Angeles, Los Angeles, Los Angeles, Los Angeles, Los Angeles, Los Angeles, Los Angeles, Los Angeles, Los Angeles, Los Angeles, Los Angeles, Los Angeles, Los Angeles, Los Angeles, Los Angeles, Los Angeles, Los Angeles, Los Angeles, Los Angeles, Los Angeles, Los Angeles, Los Angeles, Los Angeles, Los Angeles, Los Angeles, Los Angeles, Los Angeles, Los Angeles, Los Angeles, Los Angeles, Los Angeles, Los Angeles, Los Angeles, Los Angeles', 'Hildebrand, now a world-renowned merchant, also has a reputation for prestige issues, attacks and open neighborhood trading, and has been a vocal critic of the timber industry that developed the fast timber for deliveries.', '""I think it\'s going to be very difficult for us to do that, but I think it\'s going to be very difficult for us to do that,"" he said, adding that it would be difficult for us to do that in the future.', ""< br > Racing expert Robin Goodfellow gives his views ahead of Thursday's meetings at Newmarket, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton"", 'Today, the company employs more than 70 million people in the United States, including more than 70 million in the United States, Canada, Great Britain, Great Britain, Great Britain, Great Britain, Great Britain, Great Britain, Great Britain, Great Britain, United Kingdom, United Kingdom, United Kingdom, United Kingdom and the United Kingdom.']" -28,"['Microsoft', 'have', 'already', 'moved', 'strongly', 'to', 'meet', 'the', 'new', 'generation', 'of', 'MS-DOS', 'multimedia', 'computers', 'which', 'is', 'about', 'to', 'emerge.']","[0, 1]",1,microsoft,Microsoft have already moved strongly to meet the new generation of MS-DOS multimedia computers which is about to emerge.,"['Microsoft has already made a number of advances, including the development of a multi-screen computer (MS-260C) that will soon have a similar design.', ""Microsoft is already taking a big step forward in preparing for Audiard's new @ @ DOS system, which will allow users to create their own multimedia identity (flags) - or E-DI."", 'Microsoft already has a firm grip on the mobile phone market, and its foray into black-and-white smartphones and tablet computers has led to an increase in the number of people using the device.', 'Although Microsoft is curious about Tumblr, it is understood that it is curious to see how it will develop in the next few years, once this combination can be redesigned into Picasso computers that can be professionally structured differently from the processor used.', ""Microsoft is already heavily involved in the BMA's multimedia campaign in the United States, and the company has been active in this area since the beginning of the year.""]" -29,"['Also', 'on', 'Sept.', '9', 'the', 'government', 'announced', 'the', 'privatization', 'of', 'Credito', 'Italiano,', 'the', ""country's"", 'sixth-largest', 'bank,', 'and', 'of', 'Nuovo', 'Pignone,', 'the', 'heavy', 'engineering', 'subsidiary', 'of', 'ENI', ',', 'the', 'state-owned', 'energy', 'corporation,', 'together', 'with', 'a', 'new', 'system', 'of', 'income', 'assessment', 'to', 'halt', 'tax', 'evasion.']","[25, 26]",0,eni,"Also on Sept. 9 the government announced the privatization of Credito Italiano, the country's sixth-largest bank, and of Nuovo Pignone, the heavy engineering subsidiary of ENI, the state-owned energy corporation, together with a new system of income assessment to halt tax evasion.","[""Also on 28 September 2017, the government announced the privatisation of Crediraid, the country's sixth largest bank, by Nuaya Piñère, a subsidiary of state-owned Encino, in a major deal with the government."", 'On September 9, the government announced that it would no longer allow demonstrators to wear helmets in public squares, and would instead allow people to wear helmets in public squares to protest police brutality.', 'Also on September 11, the National Security Agency announced with a few images that the United States and its allies in the Middle East and North Africa had forgotten the ""terrorist threat"" posed by French foreign intelligence.', 'Also on the agenda are militia leader Tesala Properties CEO Carlos LeGuru and outgoing governor Yannil Van Sheen, telecommunications entrepreneur Deffect Gemrover and representatives of the most technologically adventurous but also the most ethical people in football.', 'WASHINGTON (Reuters) - U.S. President Barack Obama said on Wednesday he would not seek a second term by the end of the year but said he would seek a third if elected to the U.S. House of Representatives.']" -30,"['Mrs', 'Travers', 'and', 'Mrs', 'Patel', 'had', 'shown', 'flair', 'for', 'public', 'relations', 'from', 'the', 'beginning;', 'and', 'the', 'beginning', 'for', 'them', 'had', 'been', 'shortly', 'after', 'the', 'famed', 'conversation', 'in', ""Sainsbury's"", ',', 'when', 'they', 'organised', 'a', 'summer', 'procession', 'in', 'honour', 'of', 'family', 'values', 'in', 'a', 'South', 'London', 'borough', 'particularly', 'hard', 'hit', 'by', 'both', 'government', 'spending', 'cuts', 'and', 'feminists', 'insisting', 'that', '""family', 'values""', 'were', 'a', 'euphemism', 'for', 'women', 'doing', 'the', 'housework.']","[27, 28]",1,sainsbury's,"Mrs Travers and Mrs Patel had shown flair for public relations from the beginning; and the beginning for them had been shortly after the famed conversation in Sainsbury's, when they organised a summer procession in honour of family values in a South London borough particularly hard hit by both government spending cuts and feminists insisting that""family values"" were a euphemism for women doing the housework.","['Travers and ordered the whiskey product on Friday, January 16, 2016, at the same time as the company was in the midst of a major legal battle over the sale of the whiskey, the company said in a statement.', 'The sensational gaffe had led to claims that Pippa had jumped from left to right in a one-and-a-half metre convertible launched by Cameron 34 years ago.', 'Ms. Travers and Ms. Patel showed a flair for public speaking at ACLU events, telling UPI that Grant Patel, a former vice president of the American Association for the Advancement of Colored People (AACLU) and former U.S. ambassador to the United Nations, was a ""good friend"" of Ms. Travers.', 'Weingartner Weis\' 25-year-old son Jack Reichspoon, who died in 2004, is not amused, according to the lawsuit filed in federal court in Kentucky. < a href = ""http: / / www.zillow.com / blog / wingartner-weis-Jena-25-leading-recent-care-vinati-embezzled-2014-d"" target = ""external"" > < / a > < / a > < / a > < / a > < / a > < / a > < / a > < / a > < / a > < / a > < / a >', 'Mrs. Travers and Mrs. Pat, Iowa, will meet to confirm that Miss Great Britain, who is convinced all she knows is that the famous words of Rory Trafford ""Ahpa\'s love is not true, Lafra has been awarded for five-star sales"" had an impact on the company.']" -31,"['Other', 'Alias', 'three-dimensional', 'animation', 'customers', 'include', 'Walt', 'Disney', 'Pictures,', 'Pixar,', 'Metrolight', 'Studios,', 'Video', 'Image,', 'Sierra', 'Online,', 'Telezign,', 'National', 'Boston', 'Video', 'Center,', 'Broadway', 'Video,', 'Post', 'Effects,', 'The', 'Moving', 'Picture', 'Co', 'MediaLab,', 'RIFF,', 'Apple,', 'Sony', 'Corp,', 'Volvo', 'AB', 'and', 'Northern', 'Telecom', 'Ltd.']","[34, 35]",0,volvo,"Other Alias three-dimensional animation customers include Walt Disney Pictures, Pixar, Metrolight Studios, Video Image, Sierra Online, Telezign, National Boston Video Center, Broadway Video, Post Effects, The Moving Picture Co MediaLab, RIFF, Apple, Sony Corp, Volvo AB and Northern Telecom Ltd.","['Professional experience in the insurance industry is a key part of our strategy and we are confident that we will be able to offer our customers the best value for money in the future.', 'Otherwise, the three cartoon customers are: Wal-Mart and Disney combine fully featured software and badges to bring entertainment to the masses in different languages (and, yes, in different languages); and the video-sharing service that allows people to watch shows like ""Star Wars: The Force Awakens"" and ""Star Wars: The Force Awakens.""', 'Other customers of adidargear, which also includes the 3D animation company Walt Disney Co., Pipermann Studios, Qualcomm and Omnicom Inc., are the companies that supplied the low-cost 3D animation and the cheap ImEpic Disne with a $30 million price tag.', 'Other firefighters responding to the blaze said they had received reports of smoke coming from the blaze in the early hours of Friday and that the fire was being treated for smoke inhalation and smoke inhalation.', ""Three years later, after his mother's death from cancer aged 69, he was offered an honorary doctorate by the Queen Mother to pursue his dream of becoming a full-time Royal, but his ambition was thwarted when he decided to pursue a dream of becoming a full-time Royal.""]" -32,"['In', '1991,', 'Sprint', 'provided', 'a', 'managed', 'network', 'that', 'linked', 'the', 'NFSnet', 'with', 'other', 'networks', 'such', 'as', 'the', 'NASA', 'Science', 'Internet', 'and', 'the', 'Energy', 'Sciences', 'Network.']","[2, 3]",0,sprint,"In 1991, Sprint provided a managed network that linked the NFSnet with other networks such as the NASA Science Internet and the Energy Sciences Network.","['In 1991, Sprint founded a Christian network of concerts and dementia concerts to boost sales of fitness products.', 'Cleveland center fielder Hernandez also answered questions about what the quarterback was missing.', 'In 2016, he called them ""business class seats,"" possibly straight out of primary school.', 'Zoylsky has quite simply made it clear how important it is to dig, write and avoid in the middle of a rural rally.', 'It was the prelude to an Asian-American presidential election, and NBC News reported that the president had been asked to sign a memorandum of understanding that would allow him to run for president.']" -33,"['Yet', 'some', 'of', 'the', 'creditors,', 'including', 'Boeing', ',', 'General', 'Electric', 'and', 'the', 'federal', 'Pension', 'Benefits', 'Guarantee', 'Corporation', '(PBGC),', 'were', 'also', 'creditors', 'of', 'Eastern.']","[6, 7]",0,boeing,"Yet some of the creditors, including Boeing, General Electric and the federal Pension Benefits Guarantee Corporation (PBGC), were also creditors of Eastern.","['But Graham Brendon and Herbert of the Massachusetts Institute of Technology also addressed them directly, arguing that the organization had benefited from administrative reform or been criticized by critics.', ""But it was a big step forward for Maliki, who has founded a company that employs half as many people as his predecessor, whom some of the country's most powerful figures accuse of corruption, corruption, and bribery."", 'The 60-year-old senator from North Carolina, Ronald Reagan, former president of the United States and former president of the United Nations.', ""But after reviewing high-tech lanah in his e-mails and sending out attacks from the Romney campaign, the shares of net activists had been made available to the FBI on a daily basis, especially since Stingies member Philip Notes said Fury's medical notes from Pepvall had been discussed."", ""Some of Papadopoulos' typical interventions, however, were wrong, and he said he was concerned about the budget implications.""]" -34,"['There', 'are', 'daily', 'flights', 'to', 'Prague', 'by', 'BA', ',', 'tel:', '081', '897', '4000', 'and', 'CSA', 'the', 'Czechoslovak', 'airline,', 'tel:', '071', '255', '1898.']","[7, 8]",0,ba,"There are daily flights to Prague by BA, tel: 081 897 4000 and CSA the Czechoslovak airline, tel: 071 255 1898.","['Prague airport is taking a similar approach, but it is not clear whether Cheryl and Liam will make it to the UK in time for the festive season or whether they will be able to return to the UK in time for Christmas.', 'The AFL imposed a $1.7 million fine on individuals or businesses as part of its investigation into the arrest, which included Watford imposing a road block on a 17-year-old Latvian who was arrested the next day in lieu of the other centre.', ""I can't wait to take the BA 01 01 01 01 01 to Prague, which will take me up a lift to Abbots and take me somewhere else."", 'The Malaysian telecommunications company said it would temporarily suspend mobile and messaging services.', ""< br > 's DAVID LLOYD reflects on the thrill of welcoming the first round of the US PGA Championship at Quail Hollow on Sunday and looks at the action of the day on a hectic course featuring a plethora of high-profile names including world number one Dustin Johnson, defending champion Henrik Stenson, defending champion Henrik Stenson, defending champion Henrik Stenson and Open champion Henrik Stenson.""]" -35,"['Rebuilding', 'their', 'challenge', 'with', 'Renault', 'and', 'last', 'year', 'threatened', 'the', 'dominance', 'of', 'McLaren.']","[4, 5]",0,renault,Rebuilding their challenge with Renault and last year threatened the dominance of McLaren.,"['For the leaders of Ferrari and Motörhead between 2007 and 2007, there is not enough documentation to make them feel more handicapped than sentimental.', 'It was the second time in as many weeks that he had not scored in the Premier League, and the first time he had scored in that competition.', 'The return of pole position was a welcome boost after a poor start and Renault impressed on Friday night in first-class conditions.', 'The rookie came off the bench twice in the first half and scored twice.', 'For the first time since the World Cup in Brazil, he was not in the starting line-up.']" -36,"['IBM', 'in', 'the', 'US', 'recently', 'announced', 'a', 'management', 'leveraged', 'buyout', 'of', 'the', 'Lexington', 'Kentucky', 'keyboard', 'factory.']","[0, 1]",1,ibm,IBM in the US recently announced a management leveraged buyout of the Lexington Kentucky keyboard factory.,"['IBM in the US has bought Irish office chain GKN.', '""This is the latest trend,"" Economy Minister AZ Mos said.', 'UMTS device is the latest in a long line of devices designed to help people cope with their everyday life.', 'From Washington, IBM announced a restructuring of its business in cities that are supposed to complement the controversial ICBMs.', 'There is no sign of optimism these days, which underlines the credibility of the franchise companies.']" -37,"['NetWare', 'Sunlink', 'will', 'move', 'through', 'Sun', 'direct', 'worldwide,', 'SunExpress,', 'Computerland', 'Corp', 'and', 'Access', 'Graphics', 'Inc', 'in', 'the', 'US,', 'Merisel', 'DNS', 'Inc', 'and', 'Scheidder', '&', 'Koch', 'in', 'Germany,', 'Bacher', 'in', 'Austria', 'and', 'selected', 'Novell', 'distributors', 'in', 'the', 'UK', 'and', 'France.']","[5, 6]",0,sun,"NetWare Sunlink will move through Sun direct worldwide, SunExpress, Computerland Corp and Access Graphics Inc in the US, Merisel DNS Inc and Scheidder & Koch in Germany, Bacher in Austria and selected Novell distributors in the UK and France.","['NetWare serves 1,200 stores around the world, serving private developers, high schools, online retailers for high-profile web school professionals, and Rep. Huanca Icahn, D-N.Y., a member of the House Oversight and Government Reform Committee.', 'NetWare Sunlink Commits to Preparing Four Three-Dimensional HOPS: SunExpress Alternatives to Special Aid for Non-Exclusive Forex Weather Centers and the Economic Performance & Option Printing Activity Starting in 2007', 'Super successful SunEthics only works for citizens of many countries, and NetWare now attracts filmmakers from all over the world to join the over 60 countries and / or civil wars and / or civil wars.', 'NetWare Sunlink navigation moves forward on its own, from Onurso Austria it implements transformative rail subscriptions, energy services and services for its customers in the Gulf of Mexico, and from Onurso Austria it implements transformative rail subscriptions for its customers in the Middle East, Africa, Africa and the Middle East.', ""Nokia World Communications, Spain's largest mobile phone company, has announced that it will launch a new mobile phone service in the United States in the coming months.""]" -38,"['She', 'arrived', 'in', 'a', 'big', 'BMW', 'of', 'the', 'type', 'the', 'East', 'End', 'villains', 'drive', 'now', 'that', 'all', 'the', 'old', 'Jags', 'have', 'been', 'bought', 'up', 'by', 'the', 'TV', 'stations', 'to', 'make', 'cops', 'and', 'robbers', 'series.']","[5, 6]",1,bmw,She arrived in a big BMW of the type the East End villains drive now that all the old Jags have been bought up by the TV stations to make cops and robbers series.,"['She drove a vintage BMW < a href = ""http: / / www.zillow.com / blog / johnson-johnson-johnson-johnson-johnson-johnson-johnson-johnson-johnson-johnson-johnson-johnson-johnson-johnson-johnson-johnson-johnson-johnson-johnson-johnson-johnson-johnson-johnson-johnson-johnson-johnson-johnson-johnson-johnson-johnson.', 'She arrived in a large BMW with several vehicles belonging to Gary FICME Georgia, including a white Mercedes E-Type, a white Mercedes E-Type, a white Mercedes-Benz and a black Mercedes-Benz.', 'She drives a large, indispensable BMW of Generation One supporters, crime and crime detectives, and on one of the decks stands an R-shaped hammock with hammocks as she rehearses her way into the Cooper Pictures Centre to see the best of Roberto Shere in 2002.', '""I think it\'s going to take a lot of time to get to the bottom of that, and I think it\'s going to take a lot of time to get to the bottom of that,"" he said.', 'She arrived in black boots and a black hat and with a cigarette in hand from last week\'s attack on the presidential palace in Paris, where she was greeted by French President Emmanuel Macron, who wore black boots, and French President Francois Hollande, who wore black boots and a white shirt that read ""I love you, I love you.""']" -39,"['Sun', 'said', 'it', 'was', 'bringing', 'action', 'over', 'the', 'alleged', 'theft', 'to', 'keep', 'the', 'playing', 'field', 'level,', 'claiming', ""Axil's"", 'illegal', 'head', 'start', 'cut', 'potential', 'investment', 'in', 'the', 'Sparc', 'architecture.']","[0, 1]",1,sun,"Sun said it was bringing action over the alleged theft to keep the playing field level, claiming Axil's illegal head start cut potential investment in the Sparc architecture.","['Sun Microsystems Inc., the world\'s largest manufacturer of high-definition video game consoles, said in a statement that it was ""deeply saddened"" to learn of the death of its founder and CEO Steve Ballmer, who died in a car accident in the United States last month. ""We are deeply saddened by the loss of his life and wish him all the best for the future of the company.""', 'Sun told < br > that it had asked customers to tell both owners that the company had not received reviews.', ""Thatcher's illegitimate first minister Jon Cruddas declared that the arguments about the alleged Calamity Counsel had remained the same, and claimed to have researched the issue of austerity."", 'The Sun hopes the diplomat will be able to give details of the ""secret talks"" with the Sri Lankan government and the frustrations in such a situation.', 'Sun said that because of the ""dead children,"" it highlighted potential investment risks in Sparc\'s business and that it would allow the company to host two free ice hockey tournaments in the next few years, including one in the United States, one in Europe, one in the UK, one in the UK, one in the UK, one in the UK, one in the UK, one in the UK, one in the UK, one in the UK, one in the UK, one in the UK, one in the UK, one in the UK, one in the UK, one in the UK, one in the UK, one in the UK, one in the UK, one in the UK, one in the UK, one in the UK, one in the UK, one in the UK, one in the UK, one in the UK, one in the UK, one in the UK, one in the US, one in the UK, one in the UK, one in']" -40,"['Hitachi', 'Ltd', 'is', 'to', 'plug', 'SoftBench,', 'Hewlett-Packard', ""Co's"", 'CASE', 'environment,', 'into', 'the', 'next', 'version', 'of', 'its', 'ObjectIQ', 'object', 'development', 'environment', 'which', 'runs', 'on', 'HP', 'workstations', '(UX', 'No', '359).']","[0, 2]",1,hitachi ltd,"Hitachi Ltd is to plug SoftBench, Hewlett-Packard Co's CASE environment, into the next version of its ObjectIQ object development environment which runs on HP workstations (UX No 359).","['Hitach is trying to connect SoftBench, the CASE environment, with Hero, a project whose RRenologist organizes new features to help people with disabilities such as memory loss, memory loss, memory loss and memory loss.', 'Hit < p > Ltd plans to hire a biologist to study the whales according to Western guidelines, and alternative uses will mean new shades on the whales.', 'Hitachi, the world\'s largest automaker by sales, said in a statement: ""Hitachi, the world\'s largest automaker, is pleased to announce that it has signed an agreement with General Motors (GM.N: Quote, Profile, Research, Stock Buzz), a leading manufacturer of hybrid cars and trucks, to provide the world\'s first hybrid electric car.""', ""Hitachi Country Virtual Management (SPGM'S) Ngo Capital Engineering and Schwalm Holding Corp. Ngo Capital Engineering and Schwalm Holding Corp. (NYSE: NGO) Ngo Capital Engineering and Schwalm Holding Corp. (NYSE: NGO) Ngo Capital Engineering and Schwalm Holding Corp. (NYSE: NGO) Ngo Capital Engineering and Schwalm Holding Corp. (NYSE: NGO) Ngo Capital Engineering and Schwalm Holding Corp. (NYSE: NGO) Ngo Capital Engineering and Schwalm Holding Corp. (NYSE: NGO) Ngo Capital Engineering and Schwalm Holding Corp. (NYSE: NGO)"", 'Hitachi, the world\'s largest mobile phone company, said in a statement: ""Hitachi, the world\'s largest mobile phone company, today announced that it has entered into a definitive agreement to acquire a majority stake in Hitachi, the world\'s second largest mobile phone company, in a transaction worth more than $1 billion (£1.7 billion) that will be completed by the end of the year."" Hitachi, the world\'s largest mobile phone company, said in a statement on Wednesday that it had agreed to sell its stake in Hitachi, the world\'s third largest mobile phone manufacturer, in a deal worth more than $2 billion (£1.8 billion).']" -41,"['Intel', 'Corp', 'has', 'found', 'another', 'patent', 'that', 'it', 'thinks', 'is', 'being', 'infringed,', 'and', 'has', 'asked', 'the', 'US', 'International', 'Trade', 'Commission', 'to', 'investigate', 'the', 'import', 'from', 'Taiwan', 'of', 'Twinhead', ""Inc's"", 'Slimnote', 'notebook', 'computers,', 'and', 'put', 'a', 'ban', 'on', 'them.']","[0, 2]",1,intel corp,"Intel Corp has found another patent that it thinks is being infringed, and has asked the US International Trade Commission to investigate the import from Taiwan of Twinhead Inc's Slimnote notebook computers, and put a ban on them.","['Intel, formerly known as Har, sued former engineering firm Foxcont IC and Hong Kong-based Huthi LTCPremier, alleging they were involved in wide-ranging investigations and leaks.', ""Intel Corp (INTC.N: Quote, Profile, Research, Stock Buzz), the world's largest semiconductor maker, announced Tuesday that it would buy Intel Corp (INTC.N: Quote, Profile, Research, Stock Buzz), a leading technology company, for $2.2 billion in a deal that would give it control of the world's largest semiconductor maker."", 'Nonetheless Intel Corp (INC.N: Quote, Profile, Research, Stock Buzz), Intel Corp (BA.N: Quote, Profile, Research, Stock Buzz), Intel Corp (BA.N: Quote, Profile, Research, Stock Buzz), Intel Corp (BA.N: Quote, Profile, Research, Stock Buzz), Intel Corp (BG.N: Quote, Profile, Research, Stock Buzz), Intel Corp (BG.N: Quote, Profile, Research, Stock Buzz), Intel Corp (BGS.N: Quote, Profile, Research, Stock Buzz), Intel Corp (BGS.N: Quote, Research, Stock Buzz), Intel Corp (BGS.N: Quote, Profile, Research, Stock Buzz), Intel Corp (BGS.N: Quote, Research, Stock Buzz), Intel Corp (BGS.N:', ""Sources close to the European Commission told Reuters that the European Commission was ready to give expert advice on how to deal with the threat posed by Syria's chemical weapons."", 'Intel C.r.l. < unk > Kierston: Saudi Arabia, Saudi Arabia, United Arab Emirates, United Arab Emirates, United Arab Emirates, United Arab Emirates, United Arab Emirates, United Arab Emirates, United Arab Emirates, United Arab Emirates, United Arab Emirates, United Arab Emirates, United Arab Emirates, United Arab Emirates, United Arab Emirates, United Arab Emirates, United Arab Emirates, United Arab Emirates, United Arab Emirates, United Arab Emirates, United Arab Emirates, United Arab Emirates, United Arab Emirates and United Arab Emirates.']" -42,"['Mosley', 'further', 'explained', 'that', '1994', 'would', 'see', 'the', 'introduction', 'of', 'a', 'ban', 'on', 'all', 'the', 'electronic', 'technological', 'devices', 'which', 'helped', 'to', 'sweep', 'Nigel', 'Mansell', 'and', 'the', 'Canon', 'Williams', 'Renault', 'team', 'to', 'the', 'championship', 'last', 'year.']","[28, 29]",0,renault,Mosley further explained that 1994 would see the introduction of a ban on all the electronic technological devices which helped to sweep Nigel Mansell and the Canon Williams Renault team to the championship last year.,"['When he was at the London Open in Qatar in 2004, he was on the verge of signing a contract to play in the US Open, but he could not do so because he was suffering from a ""fascist"" mentality.', ""On the other hand, Watt arranged for the self-driving car to be tested at the National Highway Traffic Safety Administration's (NHTSA) testing center, where four or five of the cars were tested."", ""Moses continued: 'I'm not going to say I don't think I'm going to win the World Cup, I'm not going to say I'm not going to win the World Cup, I'm not going to win the World Cup."", 'Furthermore, Mosley said that the economic significance of the Olympic Games 1 did not begin until 24 years after the Games.', 'Hughes replied: ""A lot of people rightly think they are playing 40-plus teams on 14 different occasions.""']" -43,"['Cheery', 'figures', 'from', 'both', 'Tesco', '(up', '41/2', 'at', '2551/2p)', 'and', 'Next', '(gaining', '5', 'to', '71p)', 'put', 'consumer-related', 'stocks', 'on', 'a', 'firm', 'footing', 'from', 'the', 'outset,', 'with', 'J', 'Sainsbury', 'adding', '6', 'to', '386p,', 'Kingfisher', 'up', '2', 'to', 'at', '463p', 'and', 'Argos', 'rising', '3', 'to', '234p.']","[32, 33]",1,kingfisher,"Cheery figures from both Tesco (up 41/2 at 2551/2p) and Next (gaining 5 to 71p) put consumer-related stocks on a firm footing from the outset, with J Sainsbury adding 6 to 386p, Kingfisher up 2 to at 463p and Argos rising 3 to 234p.","[""With encouraging figures for the first half of this financial year, the Bank of England's Monetary Policy Committee (MPC), the Bank of England and the Financial Policy Committee (MPC) are expected to unveil further quantitative easing (MPC) measures next week, but the Bank of England is likely to keep interest rates on hold until the end of the year."", 'Positive visitor numbers in Sochi (up a third to 2551 / 2p), Next and Next fared worst, but lost market share by less than 100 points and profits by 11 per cent, while TSB was the worst performer at 2551 / 2p.', ""Tesco (up 41 per cent at 2551p) and Next (up 41 per cent at 2551p) are investing in pleasing numbers, but it's actually biostrategic: Fulham have missed the 37 per cent target; healthy numbers are putting them in therapy, but customers are simply running out of options at the same level as their foreign counterparts; plots to the point where Beckham, Lukaku and the rest of the squad are being bullied for this diet."", ""Easter figures this May showed that Tesla's share price had risen to 270p since the start of the year, on the cusp of a record high, while Sainsbury's shares have risen from a record high of 600p since the start of the year."", 'The optimistic economic outlook is reflected in 1 / 1 (+ 26%) and Next (+ 26%), where each market leader can publish a positive index and 5 / 1 / 2 / 1 / 1 / 1 / 1 / 1 / 1 / 1 / 1 / 1 / 1 / 1 / 1 / 1 / 1 / 1 / 1 / 1 / 1 / 1 / 1 / 1 (+ 26%).']" -44,"['Barrow', 'was', 'a', 'White', 'Knight', '--', 'headhunted', 'to', 'fight', 'off', 'a', 'corporate', 'raider', '--', 'for', 'whom', 'Kennecott', 'had', 'to', 'pay', 'over', '$1m.', 'in', 'order', 'to', 'match', 'a', 'clause', 'in', ""Barrow's"", 'contract', 'with', 'Exxon', 'which', 'allowed', 'him', 'bonuses', 'in', 'line', 'with', 'the', 'rising', 'price', 'of', 'the', ""company's"", 'stock.']","[32, 33]",0,exxon,Barrow was a White Knight -- headhunted to fight off a corporate raider -- for whom Kennecott had to pay over $1m. in order to match a clause in Barrow's contract with Exxon which allowed him bonuses in line with the rising price of the company's stock.,"['Yet Barrow used a private email address to claim that the NHS should be funded by the taxpayer and that he had not received £10,000 a year from the Department for Work and Pensions (DWP) for his work on the NHS.', 'Barrow was the only player in the top flight to score a hat-trick in a Premier League game for the first time in his career, but he was also the only player to score a hat-trick in a Premier League game.', ""'We are working closely with the Department of Homeland Security and the Department of Homeland Security and the Department of Homeland Security and the Department of Homeland Security and the Department of Homeland Security and the Department of Homeland Security and the Department of Homeland Security and the Department of Homeland Security and the Department of Homeland Security and the Department of Homeland Security and the Department of Homeland Security and the Department of Homeland Security and the Department of Homeland Security and the Department of Homeland Security and the Department of Homeland Security and the Department of Homeland Security and the Department of Homeland Security and Emergency Management and the Department of Homeland Security and Emergency Management and the Department of Homeland Security, 'it said in a statement."", 'For iPhone & S, there was a Google Mini in Seville, which now has a link to the Apple Watch, a Google Play Store in Seville, a link to the Apple Watch in Seville, a Google Play Store in Seville, a Google Play Store in Seville, a Google Play Store in Seville, a Google Play Store in Seville, a Google Play Store in Seville and a Google Play Store in Seville.', 'And when he pointed out a joyous surprise at the scandal that could have been caused by his work ethic, the fact that Gabriela is largely real just months after filing for divorce may have been a distraction.']" -45,"['In', 'its', 'Philip', 'Morris', 'decision', 'in', 'November', '1987,', 'the', 'Court', 'held', 'that', 'all', 'agreements', 'for', 'a', 'merger', 'where', 'a', 'cartel', 'situation', 'already', 'existed,', 'or', 'might', 'be', 'created', 'by', 'the', 'merger,', 'were', 'exposed', 'to', 'Article', '85.']","[2, 4]",1,philip morris,"In its Philip Morris decision in November 1987, the Court held that all agreements for a merger where a cartel situation already existed, or might be created by the merger, were exposed to Article 85.","['The lawsuit accuses the lawmaker of violating Section 85 of the Sexual Offences Act, which prohibits the 13 women in the suit from wearing underwear < a href >.', 'The 1987 decision of the United States Court of Appeals for the District of Columbia overturned the ban on the grounds that it violated the First Amendment right to bear arms.', 'In Mexican culture, a jumping letter weighs about the same', 'Sophia Loren, a lawyer for the plaintiffs, said in an emailed statement that she was ""deeply saddened"" by the news of the death, but that she was ""deeply saddened and saddened"" by the news... that the plaintiffs in this case filed suit against the plaintiffs... and that the plaintiffs are ""deeply saddened by the loss of their lives.""', '""I don\'t think there\'s any reason why we shouldn\'t be able to do that,"" he said, adding that it would be up to the board to decide whether to approve the deal, which is expected to be completed by the end of the year.']" -46,"['It', 'is', 'impressed', 'with', 'the', 'amount', 'of', 'investment', 'Intel', 'proposes', 'putting', 'into', 'Pentium,', 'saying', 'that', 'when', 'the', 'chip', 'reaches', 'the', 'height', 'of', 'its', 'production', 'Intel', 'will', 'have', 'spent', '$5,000m', 'on', 'it', 'compared', 'with', '$100m', 'on', 'the', '80386', 'and', '$1,000m', 'on', 'the', '80486.']","[24, 25]",0,intel,"It is impressed with the amount of investment Intel proposes putting into Pentium, saying that when the chip reaches the height of its production Intel will have spent $5,000m on it compared with $100m on the 80386 and $1,000m on the 80486.","['Anyone who thinks they can save a lot of money in retirement by buying an annuity should consider how to reduce their tax liability (website independent finder < a href > disputes this) and consider how to reduce their tax liability.', 'In a statement, the Foreign Office said: ""The Foreign Office has made it clear that it is aware of the allegations made against Mr Assange and that the Foreign Office has been informed.""', 'Earlier this week, Commissioner Futtle emphatically denied the allegations, but she said: ""I don\'t think it\'s fair to say we won\'t be able to because we won\'t be able to.""', 'She has strong support from the Catholic science fiction community (married Alabama / digit), but overall she was the highest-ranked California candidate in 12 states: Hypno v. Hader, the 28th highest-earning telethon-telethon-telethon-telethon-telethon-telethon-telethon-telethon-telethon-telethon-telethon-telethon-telethon-telethon-telethon-telethon-telethon-telethon-telethon-telethon-telethon-telethon-telethon-telethon-telethon-telethon-telethon-telethon-telethon-telethon-telethon-telethon-telethon-telethon-telethon-telecon-telethon', ""Interestingly, Roberto Roiborne will add income preferences for amputations and Brocan's math, as well as reservations, to set off the fastest loading games in first aid. http: / / www.brocan-mathematics.org Copyright 2009 The Associated Press.""]" -47,"['Without', 'a', 'CICS/Open', 'product', 'on', 'the', 'market,', 'Data', 'Logic', 'casts', 'the', 'race', 'for', 'Unix-based', 'OLTP', 'solutions', 'outside', 'the', 'IBM', 'world', 'as', 'a', 'Tuxedo', 'versus', 'Encina', 'affair', 'where', '""the', 'market', 'will', 'decide', 'whether', 'they', 'get', 'pushed', 'into', 'interoperability.""']","[18, 19]",0,ibm,"Without a CICS/Open product on the market, Data Logic casts the race for Unix-based OLTP solutions outside the IBM world as a Tuxedo versus Encina affair where""the market will decide whether they get pushed into interoperability.""","['Without Lorca, the most common pilot / TAR system that competitors should get works.', 'In the absence of a new system (consumer electronics), there is a fine line between a data division that is ""on the side of the argument"" or ""on the side of the free segment,"" where a trading partner\'s savings are smooth, and a ""side of the argument"" (Intel revels in employee-led data center support).', '""Without a product that can be used in a variety of ways, we won\'t be able to do that,"" said Dr. David McIntosh, director of the University of California at Berkeley\'s School of Public Health, who wasn\'t involved in the study.', 'Morris in Apricot, Virginia: Participants celebrate AgrAlert\'s abolition of centrifuge companies and drive the stock market to its highest level in more than a decade. ""The attorney general has said powerfully,"" We won\'t be bullied for years, but we will be bullied for years. """"', ""WASHINGTON (Reuters) - The U.S. Supreme Court on Thursday upheld a U.S. Supreme Court decision to lift President Barack Obama's ban on Muslims entering the United States for the first time since the Sept.""]" -48,"['Volume', 'is', 'driving', 'the', 'market,', 'and', 'volume', 'currently', 'belongs', 'to', 'the', 'twin', 'dominators,', 'Intel', 'Corp', 'and', 'Microsoft', 'Corp.', 'Kanwal', 'Rekhi,', 'executive', 'vice-president', 'of', ""Novell's"", 'interoperability', 'systems', 'group,', 'thinks', 'his', 'company', 'has', 'the', 'resources', 'to', 'challenge', 'Microsoft', 'in', 'the', 'corporate,', 'client-server', 'marketplace,', 'and', 'even', 'claims', 'that', 'Novell', 'will', 'take', 'at', 'least', 'half', 'of', 'the', 'market', 'from', 'the', 'clutches', 'of', ""Microsoft's"", 'NT.']","[35, 36]",0,microsoft,"Volume is driving the market, and volume currently belongs to the twin dominators, Intel Corp and Microsoft Corp. Kanwal Rekhi, executive vice-president of Novell's interoperability systems group, thinks his company has the resources to challenge Microsoft in the corporate, client-server marketplace, and even claims that Novell will take at least half of the market from the clutches of Microsoft's NT.","[""The volume determines the market and is now controlled by market participants and Microsoft Corporation. Kanw-Rekhi Kanye Rechi, Executive Vice President Ronald Pesters, said his company is able to work with Knight Global, the world's largest private equity firm."", 'Reda, who has already announced plans to withdraw from the Paris climate agreement, said he was ""very concerned"" about the impact of the Paris climate agreement on the global economy, which would have a negative impact on the global economy.', 'The format of our latest gameplay tool that helps you make the most of your time at work gives you a run for your money; the format of our latest gameplay tool that helps you make the most of your time at work; the location of the dome to walk-in, foot-out, foot-in, foot-out, foot-out, foot-out, foot-in, foot-out, foot-out, foot-out, foot-out, foot-out, foot-out, foot-out, foot-out, foot-out, foot-out-of-of-out, foot-out, foot-out, foot-out, foot-out, foot-out, foot-out, foot-out-of-out-of-out-of-of-out-of-of-of-of-out-of-of-of-of-of-of-of-of-out', ""Volume stimulated by the obviousness with which world leaders have been forced to repeat their role in the orderly process. -- Agencies will always be busy with documents hacked from Vonoabroad's phones. -- Media feverishly await Merkel's experience in the country's strategic expansion. -- All without his visit. -- Global reviews will be mixed. -- Residents will find the relevant information highly editorial in front of their desks. -- World meeting minin.cfs World meeting minin.cfs New York City Public Reporter Labor law development will be at the center of the day care center."", ""Voltate is pushing Wiscon, the world's largest consumer electronics company, to sell its products in the United States, Europe, Asia, Asia, the Middle East, Asia, the Middle East, Africa, the Middle East, the Middle East, the Middle East, the Middle East, the Middle East, the Middle East, the Middle East, the Middle East, the Middle East, the Middle East, the Middle East, the Middle East, the Middle East, North Africa, the Middle East, the Middle East, the Middle East, the Middle East, the Middle East, the Middle East, the Middle East, Africa, Africa, the Middle East, the Middle East, the Middle East, the Middle East, the Middle East, the Middle East.""]" -49,"['Stratus', 'fault-tolerant', 'systems,', 'which', 'are', 're-badged', 'by', 'a', 'host', 'of', 'companies,', 'including', 'IBM', 'Corp', 'as', 'the', 'System/88,', 'and', 'Ing', 'C', 'Olivetti', '&', 'Co', 'SpA', 'as', 'CPS,', 'expects', 'the', 'various', 'OEM', 'arrangements', 'it', 'has', 'to', 'carry', 'on', 'through', 'into', 'its', 'HP', 'era.']","[20, 24]",0,olivetti & co spa,"Stratus fault-tolerant systems, which are re-badged by a host of companies, including IBM Corp as the System/88, and Ing C Olivetti & Co SpA as CPS, expects the various OEM arrangements it has to carry on through into its HP era.","['Error-prone plan, which aims to make the system more efficient and efficient than in the past, has been widely criticised for its lack of transparency in the way it works, including the fact that it has been used in the past and the fact that it has been used in the past and that it has been used in the past, as well as the way it has been used in the past and the way it has been used in the past.', 'Stratus Systems, Inc., IBM Corp., IBM Corp., IBM Corp., IBM Corp., IBM Corp., IBM Corp., IBM Corp., IBM Corp., IBM Corp., IBM Corp., IBM Corp., IBM Corp., IBM Corp., IBM Corp., IBM Corp., IBM Corp., IBM Corp, IBM Corp, IBM Corp, IBM Corp, IBM Corp, IBM Corp, IBM Corp, IBM Corp, IBM Corp, IBM Corp, IBM Corp, IBM Corp, IBM Corp, IBM Corp, IBM Corp, IBM Corp, IBM Corp, IBM Corp, IBM Corp, IBM Corp, IBM Corp, IBM Corp, IBM Corp, IBM Corp, IBM Corp, IBM Corp, IBM Corp', 'The good news is that it is rare to find a bottle in a quarter of a teaspoon of talcum powder, and the flawed Stratus systems that many of us rely on to add about 70% of our energy are not working.', 'Stratus fault-tolerant systems operate a system that would eliminate conventional arsonists by requiring them to report, sometimes calling themselves ""navigator"" or ""screen,"" and it would be a good idea for the company to report conflicts of interest to the U.S. Capitol Police.', 'Stratus Fault-Tolerant Ring Systems, Inc. and Polarhard, Inc., announced today that they have entered into a definitive agreement to acquire and operate Stratus Fault-Tolerant Ring Systems, Inc., a division of Stratus Fault-Tolerant Systems, Inc.']" -50,"['MICHAEL', 'BORLINGHAUS', 'INDICTED', 'FOR', 'TRADING', 'ON', 'INSIDE', 'INFORMATION', 'FROM', 'IBM', 'EXECUTIVE']","[9, 10]",0,ibm,MICHAEL BORLINGHAUS INDICTED FOR TRADING ON INSIDE INFORMATION FROM IBM EXECUTIVE,"[""MICHAEL BURLEIGH on < br >'s MICHAEL BURLEIGH"", 'MARKIN KEOWN: Liverpool dominated at home but Ronald Koeman will have ensured his side are well prepared over the international break.', ""MICHAEL BURLEIGH'S DIARY INSTITUTE"", 'MICHA SAYS Nadia is even more outraged at GMW by the judges of the IB EXECUTIVE series who have told me there are so many similarities between the two couples travelling to Hawaii in IMSO cars.', 'MICHAEL BORLINGHAM is to appear at the AGM just so independent buyers can disclose the information.']" -51,"['Funds', 'for', 'Operation', 'Shakespeare', 'had', 'been', 'paid', 'into', 'Barclays', 'Bank', ',', 'Gibraltar,', 'he', 'said', '--', 'Account', 'No.', '35078565', '--', 'and', 'when', 'the', 'mission', 'was', 'over,', 'the', 'Colemans', 'were', 'to', 'establish', 'residence', 'in', 'Spain.']","[8, 10]",1,barclays bank,"Funds for Operation Shakespeare had been paid into Barclays Bank, Gibraltar, he said -- Account No. 35078565 -- and when the mission was over, the Colemans were to establish residence in Spain.","['Funds for ""Operation Shakespeare"" had been received at Barclays Bank in New York, Kennedy said, and when the colonels ""mission was to visit them in Spain, the colonels in Dubai, the United States and Britain, exotics who knew the monsignors were incredulous at the prospect of Flynn\'s role.', 'Police said Taliban, al-Shabab and al-Shabaab fighters were among those killed in the attack, which was carried out by the Islamic State group, which has claimed responsibility for a series of attacks in the past year.', ""Money for Shakespeare had been deposited in Barclays Bank in London, and on his return to the US he is believed to have visited Hollywood, chatted with Coventry City Football Club and chatted with the club's director of rugby, Mike Tindall."", 'The more we came together to identify a movement that was fighting, the more the police came back to the scene, and the more they came together, the more they came together, and the more they came together, and the more they came together, and the more they came together, and they came together, and they came together, and they came together, and they came together, and they came together, and they came together, and they came together, and they came together, and they came together, and they came together, and they came together, and they came together, and they came together, and they came together, and they came together, and they came together.', 'The funds released by George Mason University are: ""For side jobs < unk > Spska, IFlynn Business School, IFlynn Business School, Fayetteville Entrance, IFlynn Business School, IFlynn Business School, IFlynn Business School, IFlynn Business School, IFlynn Business School, IFlynn Business School, IFlynn Business School, IFlynn Business School, IFlynn Business School, IFlynn Business School, IFlynn Business School, IFlynn Business School, IFlynn Business School, IFlynn Business School, IFlynn Business School, IFlynn Business School, IFlynn Business School, IFlynn Business School, IFlynn Business School, IFlynn Business School, IFlynn Business School, IFlynn Business School, IFlynn Business School, IFlynn Business School, IFlynn Business School, IFlynn Business School and IFlynn Business School.']" -52,"['Sources', 'say', 'SunPics', 'was', '""dragged', 'kicking', 'and', 'screaming""', 'into', 'the', 'brand', 'new', 'Sun', 'Microsystems', 'Inc', 'and', 'Adobe', 'Computer', 'Systems', 'Inc', 'alliance,', '(UX', 'No', '404),', 'orchestrated', 'by', 'SunSoft', 'Inc', 'president', 'Ed', 'Zander,', 'one', 'of', 'the', 'first', 'of', 'the', 'Sun', 'mafia', 'to', 'come', 'to', 'grips', 'with', 'the', 'slippery', 'notion', 'of', 'standards', '--', 'prodded', 'no', 'doubt', 'by', 'the', 'coming', 'onslaught', 'of', 'Microsoft', ""Corp's"", 'Windows', 'NT.']","[12, 15]",0,sun microsystems inc,"Sources say SunPics was""dragged kicking and screaming"" into the brand new Sun Microsystems Inc and Adobe Computer Systems Inc alliance, (UX No 404), orchestrated by SunSoft Inc president Ed Zander, one of the first of the Sun mafia to come to grips with the slippery notion of standards -- prodded no doubt by the coming onslaught of Microsoft Corp's Windows NT.","['According to the sources, Linda Slim, who has been accused of sexual harassment and assault in the past, has been offered a $2,000 reward for information leading to the arrest and conviction of a man accused of sexually harassing a woman in the early 1990s, and a $2,000 reward for information leading to the arrest and conviction of a man accused of sexually harassing a woman in the early 1990s.', ""Sources told The Sun: 'Cheryl and Liam have been a couple for a year and a half, but she has kept a low profile in recent weeks as she continues to enjoy a relaxing break away from the spotlight and has been out and about in London with her new beau Liam Hemsworth in recent weeks.'"", 'Sources say SunPal was ""kicked around"" and orchestrated in the past and caused by Winterrevenge Times Britain on July 31, the seven-year-old\'s first day in NI - a date visitors can be sure of coinciding with, according to < br >\'s Crastell.', 'According to Saints sources, they were informed that SunPics ""huge contract mail trusted them on the terms of the Super Cup: At the time of signing Willy Caballero, 21 DOX stores, 19 DOX stores, 19 DOX stores, 19 DOX stores, 19 DOX stores, 19 DOX stores, 19 DOX stores, 19 DOX stores, 19 DOX stores, 19 DOX stores, 19 DOX stores, 19 DOX stores, 19 DOX stores, 19 DOX stores, 19 DOX stores, 19 DOX stores, 19 DOX stores, 19 DOX stores, 19 DOX stores, 19 DOX stores, 19 DOX stores, 19 DOX stores, 19 DOX stores.', ""Sources close to Garry Monk at Queens Park Rangers, who cannot comment until the card 2.0 has been introduced, say the club's board, who have been working closely with the club's owners for more than a year, are confident the club will find a replacement in time for next season's transfer window, which runs until the end of the month.""]" -53,"['Those', 'who', 'believe', 'Gerstner', 'is', 'a', 'good', 'choice', 'for', 'IBM', 'point', 'to', 'his', 'skill', 'at', 'cutting', 'corporate', 'expenses', 'and', 'willingness', 'to', 'pare', 'payrolls,', 'implying', 'that', 'IBM', 'is', 'a', 'good', 'but', 'bloated', 'company', 'and', 'conveniently', 'forgetting', 'that', 'Akers', 'cut', 'IBM', ""'s"", 'payroll', 'by', '25%', 'and', 'still', 'ended', 'up', 'with', 'unacceptable', 'results.']","[38, 39]",0,ibm,"Those who believe Gerstner is a good choice for IBM point to his skill at cutting corporate expenses and willingness to pare payrolls, implying that IBM is a good but bloated company and conveniently forgetting that Akers cut IBM's payroll by 25% and still ended up with unacceptable results.","['Those who do not want to go through the process of buying a home in the UK will have to wait until the end of the year to find out whether they can afford to buy a house in the UK, or whether they can afford to buy a house in the UK where they can afford to buy their first home in the country, or whether they can afford to buy their first home in the UK where they can buy their first home in the UK.', 'For those who believe the Premier League is not too high for expectations and that the pressure is on to win the Champions League, it is a good time to look back and reflect on the past few years when Liverpool failed to qualify for the knockout stages of the Champions League.', 'For those who think LA is a ""snake in the sand"" for the Step Boys, Nathan Thistle told Nottinghamshire: ""We will lower the salary level of the man who is the best keeper in the country and we will lower the salary level of the man who is the best keeper in the country.""', 'Diemann, who believes in Gerstner\'s ability to act well, is doing his part in getting TMZ to go public: ""We see a vibrant Oregon community inviting people to participate in the all-encompassing contraction of Fiumicur and its efforts to protect children from abuse""; ""We see a duo of extreme violence and disintegration on board""; ""Malcolm Bulles"" - in which a young man is accused of sexually harassing a young woman; and ""We see a group of people sexually harassed and sexually harassed by a young man""; ""We see a group of people sexually harassed by a young man.""', 'One IT action group, German entrepreneur Vladimir Philhnev, emblazoned the slogan ""Oil Gallery Snapshots and GOOMIC Confrontations,"" while German Economy Minister Volker Schäfer said: ""Our economy is in crisis.""']" -54,"['If', 'DRDA', 'lacks', 'technical', 'finesse,', 'it', 'has', 'fulfilled', 'IBM', ""'s"", 'own', 'development', 'goals', 'and', 'is', 'already', 'available', 'for', 'third', 'parties', 'to', 'implement.']","[8, 9]",1,ibm,"If DRDA lacks technical finesse, it has fulfilled IBM's own development goals and is already available for third parties to implement.","['If DRDA lacks the technical genius or intelligence to succeed, then IT solutions, solutions (to get the best out of a bank account) and the ability to provide a high-quality, high-quality, low-cost, high-quality, low-cost, low-cost, low-cost, low-cost, low-cost, low-cost, low-cost, low-cost, low-cost, low-cost, low-cost, low-cost, low-cost, low-cost, low-cost, low-cost,', 'We have achieved our goals, we have achieved our goals, we have achieved our goals, we have achieved our goals, we have achieved our goals, we have achieved our goals, we have achieved our goals, we have achieved our goals, we have achieved our goals.', 'The club have reportedly agreed a transfer fee for the midfielder, who is out of contract at the end of the season, with a view to a permanent switch.', 'If you don\'t, then you won\'t be able to afford to buy DACA systems on a large scale from third parties, so you won\'t be able to afford to buy DACA systems on a large scale from third parties, and you won\'t be able to buy DACA systems on a large scale from third parties, ""he said.', 'In the absence of a legislative solution to the problem, the House is likely to vote on a bill that would give the federal government the authority to enforce the law.']" -55,"['MOTOR', 'giant', 'Ford', 'has', 'denied', 'there', 'are', 'plans', 'for', 'more', 'job', 'cuts', 'at', 'the', ""firm's"", 'Halewood', 'plant', 'despite', 'declining', 'car', 'sales.']","[2, 3]",1,ford,MOTOR giant Ford has denied there are plans for more job cuts at the firm's Halewood plant despite declining car sales.,"['Car giant Ford has shed jobs so far this year thanks to falling iPhone sales.', 'Motorcycle manufacturers have rejected further job cuts at the Halewood plant, saying they will not be able to cut jobs.', 'Motorcycle giant Ford has shelved plans to cut 100,000 jobs in the UK despite falling sales at its Halewood plant, which has been hit hard by the fall in the value of the pound since the start of the year.', 'Ford Motor Co (F.N: Quote, Profile, Research, Stock Buzz) (NYSE: Quote, Profile, Research, Stock Buzz) (NYSE: FSE) (NYSE: FSE) (NYSE: FSE) (""FSE"") (Nasdaq: FSE) (Nasdaq: FSE) (""FSE"") (Nasdaq: FSE) (Nasdaq: FSE) (Nasdaq: FSE) (Nasdaq: FSE) (NYSE: FSE) (NYSE: FSE) (NYSE: FSE) (NYSE: FSE) (NYSE: FSE) (NYSE: FSE) (NYSE: FSE) (NYSE: FSE) (NYSE: FSE) (NYSE: FSE) (NYSE: FSE) (NYSE: FSE) (NYSE: FSE) (NYSE: FSE)', '""Joel on June 1, 0915191, did not meddle in his findex,"" the company said in a statement on its website, adding that the company\'s shares were valued at more than $1 billion at the end of last year.']" -56,"['At', 'a', 'meeting', 'organised', 'by', 'Cheshire-based', 'Barclays', 'Computer', 'Operations', ',', 'the', 'facilities', 'management', 'division', 'of', 'the', 'Barclays', 'group,', 'Peter', 'Eldridge,', ""IBM's"", 'IT', 'Infrastructure', 'Consultant,', 'said', 'that', 'this', 'contradicted', 'industry', 'speculation', 'that', 'users', 'want', 'to', 'ditch', 'mainframes', 'in', 'favour', 'of', 'mid', 'range', 'systems', 'and', 'that', 'recession', 'was', 'preventing', 'new', 'investment.']","[6, 9]",1,barclays computer operations,"At a meeting organised by Cheshire-based Barclays Computer Operations, the facilities management division of the Barclays group, Peter Eldridge, IBM's IT Infrastructure Consultant, said that this contradicted industry speculation that users want to ditch mainframes in favour of mid range systems and that recession was preventing new investment.","['At a conference in London, IBM market strategist Sir Peter electorcon said: ""IBM\'s market stability is based on temporary employment, and IBM\'s market stability is based on the fact that IBM\'s market stability is based on temporary employment, and IBM\'s market stability is based on the fact that IBM\'s market stability is based on temporary employment.""', 'At a Barclays Computer Group conference, Peter Eldridge, CEO of Facili Group, explained IBMS Solutions (http: / / www.facili-technology.com /): ""The standard software is aimed at office users, not television projects. iBMS Solutions (http: / / www.facili-technology.com /), iBMS Solutions (http: / / www.facili-technology.aspx), iBMS Solutions (http: / / www.facili-technology.aspx), iBMS Solutions (http: / / www.facili-technology.com /), iBMS Solutions (http: / www.facili-technology.aspx), iBMS Solutions (http: / / www.facili-technology.com /), iBMR', 'P & O President and CEO John McGrath said, ""We are pleased to announce that we have reached an agreement with the US Department of Health (DOHA) and the US Department of Health (DOHA) to expand our partnership with the US Department of Health (DOHA) to cover the cost of treating patients with HIV / AIDS.""', ""At Ozil's home in Cheshire Leeds, Army Facility One, with hotel accommodation, they will improve their training to help them cope with this development, but they will continue to undergo extensive testing as part of their 4Academic Technique Series - processors from Osdeks - Platform Cramble."", 'In other words, if you have a Medicare-for-all system, you will have to pay for it, and you will have to pay for it, and you will have to pay for it, and you will have to pay for it, and you will have to pay for it, and you will have to pay for it.']" -57,"['Wilsonville,', 'Oregon-based', 'Mentor', 'Graphics', 'Inc', 'has', 'teamed', 'with', 'Toshiba', 'Corp', 'to', 'develop', 'a', 'multi-chip', 'module', 'design', 'kit', 'for', ""Toshiba's"", 'semi-custom', 'multi-chip', 'module', 'technology:', 'the', 'kits', 'provide', 'the', 'software', 'tools,', 'such', 'as', 'design', 'software,', 'technology', 'libraries,', 'vendor-specific', 'software', 'and', 'documentation,', 'for', 'specification', 'and', 'verification', 'of', 'the', 'physical', 'implementation', 'of', 'a', 'multi-chip', 'module', 'based', 'on', 'the', 'target', 'manufacturing', 'process.']","[8, 10]",0,toshiba corp,"Wilsonville, Oregon-based Mentor Graphics Inc has teamed with Toshiba Corp to develop a multi-chip module design kit for Toshiba's semi-custom multi-chip module technology: the kits provide the software tools, such as design software, technology libraries, vendor-specific software and documentation, for specification and verification of the physical implementation of a multi-chip module based on the target manufacturing process.","['Mentor Graphics Inc., based in Wilsonville, Oregon, has developed serial swamps that can be used to create large-format graphics for a range of complex pieces. Memory Software specifies the cycles of competing chair designs, cycles of the cyclone, cyclones of the cyclone, cyclones of the cyclone, cyclones of the cyclone, cyclones of the cyclone, cyclones of the cyclone, cyclones of the cyclone, cyclones of the cyclone, cyclones of the cyclone, cyclones of the cyclone, cyclones of the cyclone and cyclones of the cyclone.', ""Mentor Graphics Inc., based in Wilmington, Conn., is the world's largest manufacturer of high-quality, high-performance, high-performance, high-performance, high-performance, high-performance, high-performance, high-performance, high-performance, high-performance, high-performance, high-performance, high-performance, high-performance, high-performance, high-performance, high-performance, low-cost, low-cost, low-cost, low-cost, low-cost, low-cost, low-cost, low-cost, low-cost, low-cost, low-cost, low-cost, low-cost, low-cost, low-cost, low-cost, low-cost, low-cost, low-cost, low-cost, low-cost."", 'Mentor with < br > Sports INC, for example, not only created Emmanuel Opthey\'s definitive productivity, but IpGP 1.0, ""and Thiedur Steiner has worked with the company to develop an optical system for simple, flexible, smooth, swinging dynamic sequencing that requires no development effort - sometimes the missiles themselves are the only products that can be used to kill raccoons of their sprint to our compass score"" and ""of amounts"" (mobility fits about 500 permits).', 'The company is working with a growing number of younger developers to develop a POP that can be used in any area of the economy, and the company is working with a growing number of younger developers to develop a POP that can be used in a variety of ways.', 'In a statement, the company said: ""We are pleased to announce that we have reached an agreement with the US Department of Justice to extend the term of our contract with BP, which expires at the end of the year, and we are pleased to announce that we have reached an agreement with the US Attorney\'s Office for the Southern District of New York, which will allow us to continue to work with the US Attorney\'s Office in the Southern District of New York to investigate allegations of sexual assault, assault, assault and sexual assault in the Southern District of Columbia.']" -58,"['According', 'to', 'Berkeley', 'Systems', 'Design', ""International's"", 'Peter', 'Collinson,', 'based', 'at', 'the', ""company's"", 'Canterbury,', 'Kent', 'subsidiary', 'in', 'the', 'UK,', 'BSDI', '""are', 'relying', 'on', 'the', 'Berkeley', 'statement""', 'that', 'there', 'is', 'no', 'AT&T', 'code', 'within', 'BSD', 'Networking', 'Release', '2,', 'the', 'basis', 'of', 'its', 'BSD/386', 'product', '(UX', 'No', '370),', 'and', 'as', 'such', 'they', 'feel', 'they', 'are', 'on', 'solid', 'ground', '(see', 'front', 'page).']","[29, 30]",0,at&t,"According to Berkeley Systems Design International's Peter Collinson, based at the company's Canterbury, Kent subsidiary in the UK, BSDI""are relying on the Berkeley statement"" that there is no AT&T code within BSD Networking Release 2, the basis of its BSD/386 product (UX No 370), and as such they feel they are on solid ground (see front page).","['According to a study published in the Journal of the American Medical Association, the lack of family support - in 95% of cases - is due to a lack of communication between parents and their children, which makes it difficult for them to communicate with each other.', 'According to Peter Collins of ArtiMurphy Corporation, because he is a friendly, polite and polite person, the company would have to reduce its net income to $2.3 million ($2.1 million) from $2.3 million ($2.1 million) and its net income to $2.1 million ($2.1 million) from $2.1 million ($2.1 million).', ""According to Peter Collinson of the research firm BSDI, BERKEY Systems Design International in Canterbury, Kent, is still in talks with Mazda about a repartnership with Focus GB, which is supported by all the world's leading car manufacturers, including BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW,"", ""According to Peter Collinson of Microsoft, the following may be true on the company's website: -- Design Ansgar's entire product and service portfolio includes: -- Design Ansgar's entire product and service portfolio; -- Design Ansgar's entire product and service portfolio; -- Design Ansgar's product and service portfolio; -- Design Ansgar's product and service portfolio; -- Design Ansgar's product and service portfolio; -- Design Ansgar's product and service portfolio; -- Design Ansgar's product and service portfolio; -- Design Ansgar's product and service portfolio; -- Design Ansgar's product and service portfolio; -- Design Ansgar's product and service portfolio;"", 'Package does not yet exist for an image hunter (k) or for projects targeting human fish, including Studi TV in the P4MMP / 299 k player, including 500 teaspoons of food (FitboDrop silicon of a predator), and the Stamp Hawkins fair took place in the 20th century. -- DoubleLøurg Solaris AG splits with Richter; -- Furthermore, www.baby, espaics @ espaics @ Dancespaics _ hardliners does not write a friend of the historian; -- A Roddesau carnival circus typed provocative phrases on Tuesday that Bishop von Spanstein did not give a brave speech after the SF, and that Frost P. should be deterred nationally.']" -59,"['Renault', 'plans', 'to', 'target', 'the', '1.4', 'RT', 'version', 'at', 'long-distance', 'travellers,', 'reckoning', 'that', 'its', 'spacious', 'interior,', 'high', 'equipment', 'and', 'trim', 'levels', 'and', 'supple', 'ride', 'will', 'enable', 'the', 'top-spec', 'Clio', 'to', 'rival', 'bigger', 'cars', 'for', 'commuting.']","[0, 1]",1,renault,"Renault plans to target the 1.4 RT version at long-distance travellers, reckoning that its spacious interior, high equipment and trim levels and supple ride will enable the top-spec Clio to rival bigger cars for commuting.","['Renault, which has 200 Clio customers, is also planning an £11,000 investment, giving it a 3.2 per cent stake in the new Avex I NCN X3 CV.', 'Renault also plans to tell Chrysler to focus more on electric cars and said the trio of pursuers will be able to drive at speeds of up to 100 km / h, which would help it better meet factory standards.', ""Speaking to Sportshare, the boxer said: 'It's been a long time since I've been in a boxing ring and never been in a boxing ring."", 'Renault Richardson cars 1.4 RT and 1.4 RT borrowed on great drive, respectable interior of Passat intended to increase twelve crossover ahead to make it more compact everywhere is that of Rob Vd3.6 115 ″ flagship Mic 73-14 22 / 08 / 13, Jerry 400-130 kw packing time The range is that of Rob Vd3.6 115 ″ flagship Mic 73-14 22 / 08 / 13, Jerry 400-130 kw packing time The range is that of 4 29 / 11 / 2003 Stuttgart 440.0.de.', ""< br > Racing expert Robin Goodfellow gives his tips ahead of Thursday's meetings at Newmarket, Kempton, Kempton and Kempton.""]" -60,"['HD-DOMS', 'runs', 'on', 'Data', 'General,', 'Sun', 'and', 'IBM', 'workstations,', 'and', 'an', 'HP/UX', 'version', 'will', 'be', 'shipping', 'within', 'a', 'few', 'weeks.']","[7, 8]",0,ibm,"HD-DOMS runs on Data General, Sun and IBM workstations, and an HP/UX version will be shipping within a few weeks.","[""< br > Racing expert Robin Goodfellow gives his tips ahead of Monday's meetings at Kempton, Kempton and Kempton."", 'HD runs under Data General, Family and Ile De Sales and is directly connected to a whiplash system [Liehr milRTL for data volume of 49%] Flights from the airport to the airport and back to the airport [Liehr milRTL for data volume of 49%] Flights from the airport to the airport [Liehr milRTL for data volume of 49%]', '""Hackers on notebooks can be suspected of being responsible for the extension of the site whatachjud.com. Praiseworthy is that"" ha ""rapists dance a lot"" ""I can do my job, I can do my job, I can do my job, I can do my job, I can do my job, I can do my job, I can do my job, I can do my job."" ""', ""HD-DOMS will run optionally on Microsoft's iOS operating system, and Microsoft's iOS operating system, iOS 7 and iOS 7, as well as iOS 7, which both run on Microsoft's iOS operating system, will be available on Apple's Geremoin services."", 'The singer, who will star in the upcoming film Magnific in Moscow. and French modelling duo Mitterrand and Guy Stypet, is said to have received 60 messages of support from fans, although she has not been seen in public since the incident.']" -61,"['Barclays', 'bank', 'announced', 'it', 'is', 'preparing', 'to', 'sack', '15-20%', 'of', 'its', '87,000', 'domestic', 'employees.']","[0, 2]",1,barclays bank,"Barclays bank announced it is preparing to sack 15-20% of its 87,000 domestic employees.","['The rescued wall and the renaturalization of nature were planned, and the spirit of the state seemed to spread like genocide.', 'Barbosens Bank fits Messi\'s Challenger ""Russell ready to be profiled"" With the landing of technical skills Star Alliance sent its Student Services SP, Larry Mecklen, to Post President Bernanke David Hajek Couchge, the currently successful CEO declared: ""We can\'t shoot ourselves in the foot, we can\'t shoot ourselves in the foot, we can\'t shoot ourselves in the foot, we can\'t shoot ourselves in the foot, we can\'t shoot ourselves in the foot.""', 'Barclays Bank has announced that it will not be applying for a DePet or Online Dep Protection certificate in the next few days, and the bank has stated that it will not be issuing a DePet or Online Dep Protection certificate in the next few weeks. -- Barclays Bank has announced that it will not be issuing a DePet or Online Dep Protection certificate in the next few weeks. -- Barclays Bank has announced that it will not be issuing a DePet or Online Dep Protection certificate in the next few weeks. -- Barclays Bank has announced that it will not be issuing a DePet or Online Dep Protection certificate in the next month.', 'Barclays Bank has signed a project to revamp its development strategy for a < a href = ""http: / / www.bit.ly / 1JJJYYYYYY"" target = ""external"" > medal with a donation from WE in Six Points For A Nation.', 'The New York Times reported Wednesday that the U.S. government is considering whether to allow the release of the video, which was posted on YouTube and viewed more than a million times.']" -62,"['The', 'brokerage', 'company', 'contends', 'that', 'Sun', ""won't"", 'be', 'delivering', 'the', 'top-of-the-line', 'machines', 'in', 'volume', 'this', 'quarter', 'because', 'of', 'persistent', 'problems', 'with', 'chip', 'yield.']","[5, 6]",0,sun,The brokerage company contends that Sun won't be delivering the top-of-the-line machines in volume this quarter because of persistent problems with chip yield.,"['That would mean the base rate would have to rise by 60,000 to 54,000 euros, the merchandising company argues.', ""In a statement, the airline said: 'We are sorry for any inconvenience this has caused our customers."", ""The broker is beginning to flex the industry's muscles over the performance watchdog Fox Cards II's January 2018 and November sales bonanza: Taste, percentage speed and pressure push the voluntary payroll back to the company's early days to stay in touch with family and friends and unload sentimental rigor or offers to book remakes from Glitterati, which could be as low as $5 or $5 from April."", ""Because Hazard took a pass from River. just Kuo: Demise Memories Collector: < br > 's small fracture, moby for 17.2p, and Spool Proto performer threw their money between the posts and took photos of the Thai Super League semi-final derby."", 'In this ""kind of country,"" European regimes are prepared to use their ships to produce militias, protect pedestrian traffic lights, and protect drones from intrusive robots from intruders inside.']" -63,"['Also', 'expected', 'is', 'a', 'hand-held', 'CD-Rom', 'player', 'developed', 'by', 'Apple', 'and', 'Toshiba', '.']","[11, 12]",0,toshiba,Also expected is a hand-held CD-Rom player developed by Apple and Toshiba.,"['She is also said to have produced an outrageous CD.', 'Jenner is also expected to return to court for the first time since his arrest in late August.', 'It is also expected to include a handmade CD player the size of the Apple Watch, which will be available in the UK in the autumn.', 'Also to be seen in Baden is Lufthansa Plus, a fine hash that is supplied by RAtilena and includes, but is not limited to, the following articles: 12. Acquisition 2.0 17 Cart Cart Cart Cart Cart Cart Cart Cart Cart Cart Cart Cart Cart Cart Cart Cart Cart Cart Cart Cart Cart Cart Cart Cart Cart Cart Cart Cart Cart Cart Cart Cart Cart Cart Cart Cart Cart Cart Cart Cart Cart Cart Cart Cart Cart Cart Cart Cart Cart', 'In addition, the United Nations mission in Syria is reportedly to be expanded to include the United Nations mission in Syria and the United Nations mission in Syria.']" -64,"['They', 'are', 'nonetheless', 'a', 'big', 'comedown', 'from', 'the', '1960s,', 'when', 'federal', 'trustbusters', 'took', 'on', 'giants', 'the', 'size', 'of', 'AT&T', 'and', 'IBM', 'and', 'broke', 'up', 'a', 'merger', 'of', 'Procter', '&', 'Gamble', 'and', 'Clorox.']","[20, 21]",0,ibm,"They are nonetheless a big comedown from the 1960s, when federal trustbusters took on giants the size of AT&T and IBM and broke up a merger of Procter & Gamble and Clorox.","['Yet they face the likes of Juventus in Tottenham, who boast Manning Street, William Hill, BReuters American Business, Inc and Hokey Quanjian.', 'Italian company with half-cluster, half-cluster, half-cluster, half-cluster, half-cluster, half-cluster, half-cluster, half-cluster, half-cluster, half-cluster, half-cluster, half-cluster, half cluster, half cluster, half cluster, half cluster, half cluster, half cluster, half cluster, half cluster, half cluster, half cluster, half cluster, half cluster, half cluster, half cluster, half cluster, half cluster, half cluster, half cluster, half cluster, half cluster, half cluster, half cluster, half cluster, half cluster, half cluster.', 'Nine were from Montgomery County, a suburb of Montgomery County, and one of the most recent was a June 11 shooting in Louis County that killed three people and injured more than 100 others.', 'It is the second time in as many weeks that a federal judge has struck a sweeping deal with AT & T to offer Obamacare to millions of Americans without coverage, and the first time that a federal judge has overturned a federal law that prohibits the government from providing insurance to people with pre-existing conditions.', ""TruepBusters from June's' Merrious 9 'are a regular occurrence, but that's not the case with Kendall Jenner.""]" -65,"['MICROSOFT', 'PUSHES', 'WINDOWS', 'TELEPHONY', 'AS', 'ACTIUS', 'IS', 'FORMED', 'TO', 'PROMOTE', 'COMPUTER-INTEGRATED', 'TELEPHONY']","[0, 1]",1,microsoft,MICROSOFT PUSHES WINDOWS TELEPHONY AS ACTIUS IS FORMED TO PROMOTE COMPUTER-INTEGRATED TELEPHONY,"['Microcenter Acquires Telephony Now AKT to Produce Computer-Based Nock Network Bets', ""MICROSOFT IS THE TELEP WHAT A DEFENCE FOR A COMMUNICATION AND FURNITURED LE L'OUR POSITION FOR A LIMITED OFFER"", ""MIAMI (Reuters) - A federal appeals court on Thursday rejected a request by the U.S. Supreme Court to overturn President Barack Obama's executive order banning transgender military service."", ""It's easy to see why Palin is running against revisions and is slowly losing advantages to Palin, who has been at the helm for years."", 'RESESSION of the British Free Medical Association - Cindi Atair is technically worth more than £30,000 a year.']" -66,"['Access', 'from', 'Windows', 'and', 'MS-DOS', 'machines', 'will', 'be', 'possible', 'from', 'Oracle', ',', 'using', 'SQL*Connect,', 'from', 'Showcase', 'using', 'Microsoft', ""Corp's"", 'Open', 'Database', 'Connectivity.']","[10, 11]",1,oracle,"Access from Windows and MS-DOS machines will be possible from Oracle, using SQL*Connect, from Showcase using Microsoft Corp's Open Database Connectivity.","[""There will also be a review of Australia's intergovernmental tax system, a review of Australia's international tax system, a review of Australia's international tax system, a review of Australia's international tax system, a review of Australia's international tax system, a review of Australia's international tax system, a review of Australia's tax system and a review of Australia's international tax system."", 'The IT tsunami that has engulfed South Korea, South Korea, Japan, and the United States in recent months has left China with fewer think tanks than it could cope with.', 'Access to the Web site is free and can be accessed at http: / / www.washingtonpost.com and http: / / www.washingpost.com.', 'In a statement, the company said: ""We are pleased to announce that we have reached a definitive agreement with the US Department of Health (DOHA) that will allow us to continue to work closely with the US Department of Health (DOHA) and the US Department of Health (DOHA) to ensure that the safety of our patients and their families is our top priority.""', ""Pincher can be forgiven for assuming he didn't know what was going on, but it's not that he didn't know the full horror of what happened, or that he didn't know the full horror of what happened.""]" -67,"['But', 'in', '1990', 'Toyota', ""'s"", 'financial', 'profit', 'lengthened', 'its', 'lead', 'over', 'Honda', 'and', 'Nissan,', 'both', 'of', 'which', 'made', 'financial', 'losses.']","[3, 4]",0,toyota,"But in 1990 Toyota's financial profit lengthened its lead over Honda and Nissan, both of which made financial losses.","['For Sattler, however, the high monthly income is often under a million of around 887,000 euros.', ""But Schroeder's lead widened as early as 1990, when the county experienced its worst recession since the Great Depression, when the number of uninsured people in the United States increased by more than 40%, according to the National Institute of Health and Care Excellence (NIH)."", ""Vettel's lead over Vettel narrowed to just one point, with Japan losing to Japan while the Japanese team lost to Japan in the final race of the season."", ""But Franco's big wins in 1990 extended his lead over Honda, the world's most expensive horse team."", ""< br > reported at the time: 'When he was at Bayern Munich he had a medical and agreed to join us on loan for one season, but at the end of the season his contract stipulated that he would not be allowed to continue at the Allianz Arena until the end of the season, with the option of a further two years at the Allianz Arena.'""]" -68,"['IBM', 'PUMPS', '$27m', 'INTO', 'OBJECT', 'DESIGN', 'TO', 'SEAL', 'DEAL', 'ON', 'OBJECT', 'DATABASE']","[0, 1]",0,ibm,IBM PUMPS $27m INTO OBJECT DESIGN TO SEAL DEAL ON OBJECT DATABASE,"['IBM pumps $27 million into Verizon Wireless data plan', 'IBM PLC 27 million dollars in advertising revenue for the project Photo: Art Schmid Media', 'IB: $27m- $27m- $27m- $27m- $14m- $14m- $14m- $14m- $14m- $14m- $14m- $14m- $14m- $14m- $14m- $14m- $14m- $14m- $14m- $14m- $14m- $14m- $14m- $14m- $14m- $14m- $14m- $14m- $14m- $14m- $14m- $14m- $14m- $14m- $14m- $14m- $', 'IBM SIR < br > Failed Optimism • $29 million for ""free"" media ads > Annual Reports', 'MESI ZANZAR OBAMA TRAVELLERS (Reuters) - The U.S. Food and Drug Administration said on Wednesday it was reviewing a new drug to treat diabetes.']" -69,"['The', 'PC-style', 'container', 'and', 'notebook', 'widgets', 'come', 'from', 'IBM', '.']","[8, 9]",0,ibm,The PC-style container and notebook widgets come from IBM.,"['The PC and notebook widgets are provided by IBM.', 'The foam balloon for the ancient Italians comes from an excellent source that has to be imitated.', ""While Mr Khan's victory was a rare bright spot for Labour amid grim results at Thursday's elections, it was not all gloom for the party."", 'He has also worked with a number of high-profile figures, including former Labour Cabinet minister Sir Keir Starmer, former shadow home secretary Yvette Cooper, former shadow foreign secretary Emily Thornberry, former shadow home secretary Diane Abbott and former shadow home secretary Diane Abbott.', 'Colombia is building its new basketball arena, the Ladies for Israel.']" -70,"['The', 'AS/400', 'business', 'is', 'widely', 'hailed', 'as', 'one', 'of', 'IBM', ""'s"", 'few', 'current', 'successes:', 'in', 'fact', ""it's"", 'a', 'failure', '--', 'it', 'should', 'have', 'won', 'every', 'System/36', 'user', 'by', 'now,', 'and', 'have', 'won', 'enough', 'formerly', 'non-IBM', 'customers', 'to', 'be', 'running', 'at', 'between', '$25,000m', 'and', '$30,000m', 'a', 'year,', 'not', 'the', '$14,000m', 'it', 'is', 'currently', 'doing.']","[9, 10]",0,ibm,"The AS/400 business is widely hailed as one of IBM's few current successes: in fact it's a failure -- it should have won every System/36 user by now, and have won enough formerly non-IBM customers to be running at between $25,000m and $30,000m a year, not the $14,000m it is currently doing.","['The AS Treasure System Test System 400 is, as critics suspect, complex, technically advanced and puts a lot of money into optimizing system quality, including: ""Confis"" from ""In International Cancer"" is a result that comes out at roughly the same rate as ""Confis"" from ""In International Cancer"" and ""Confis"" from ""Confis"" from ""In International Cancer,"" and ""Confis"" from ""Confis"" from ""In International Cancer"" and ""Confis"" from ""Confis"" to ""Confis"" from ""Confis"" and ""Confis"" from ""Confis.""', 'Much of the sale has just been completed, and we are pleased to announce that Morgan Jr. ""s pay-per-view investment model Opti is now being offered for sale for $1.7 million, and that the Company has agreed to pay $1.7 million to settle the costs associated with the sale of the Company\'s common stock.', 'ITTB has been acting as an association committee since Ekkehard Mayrhuber, and after a short time has sounded the alarm bells for a logistical offer from the national associations. < unk > Sebastian Achimov has written a polite assessment of the situation - nine of Casey, who was recently nominated as an active member for each project - and we can assure you that he understands that the labor boycott will continue. < unk > Sebastian Achimov is in first place. < unk > Sebastian Achimov is in 23rd place.', 'Windows Vista is a new version of Windows Vista, a new version of Windows Vista that allows users to download and install Windows Vista, Windows Vista, Windows Vista and Windows Vista.', ""Many will praise the manager's decision to take a back seat in the build-up to this Test but < br > Lawrence Booth takes a look at the final Test at Lord's, which will take place at Lord's on Saturday.""]" -71,"['FRENCHMAN', 'Alain', 'Prost', 'made', 'a', 'victorious', 'return', 'to', 'formula', 'one', 'yesterday', 'in', 'an', 'incident-filled', 'South', 'African', 'Grand', 'Prix', 'on', 'his', 'first', 'outing', 'with', 'his', 'new', 'Williams', 'team.']","[25, 26]",0,williams,FRENCHMAN Alain Prost made a victorious return to formula one yesterday in an incident-filled South African Grand Prix on his first outing with his new Williams team.,"['Racer Iduna Arkonia ensured all eyes were on her as she made her way into the venue on Tuesday.', 'It was a sign of what was to come for the South African on Friday as he made his 25th comeback.', 'His FRIEND baby Sloane Dwyer got the ghost of qualifier Julian Hamilton on the final day of the season.', ""FRANKFURT (AP) - German Chancellor Angela Merkel said Friday that her country's new president, Willi Horner, could have the full support of Ford and the United States."", ""WASHINGTON (Reuters) - The U.S. Supreme Court on Thursday overturned a federal law that would have allowed doctors to prescribe birth control pills to children under the age of five, ruling that the drug's use is illegal under federal law, a move that could lead to the death penalty for infants under the age of 10.""]" -72,"['Turning', 'up', 'the', 'heat', 'on', 'Sun', 'Microsystems', 'Inc', 'and', 'IBM,', 'Hewlett-Packard', 'Co', 'is', 'starting', 'worldwide', 'deliveries', 'of', 'another', 'Snake', 'RISC', 'workstation', 'in', 'June,', 'adding', 'a', 'colour', 'model', 'of', 'the', 'PA-RISC', 'HP', '9000/705', 'to', 'its', 'pit.']","[10, 12]",0,hewlett-packard co,"Turning up the heat on Sun Microsystems Inc and IBM, Hewlett-Packard Co is starting worldwide deliveries of another Snake RISC workstation in June, adding a colour model of the PA-RISC HP 9000/705 to its pit.","['If you need to hold your savings for two hours, 65 minutes or 368 seconds, you need to hold them for another two hours, and if you need to hold them for two hours, you need to hold them for another two hours, and if you need to hold them for another two hours, you need to hold them for another two hours.', 'Sun Microsystems Inc., the world\'s largest manufacturer of microwave ovens, said in a statement it was ""deeply saddened"" by the news, adding: ""We are deeply saddened to hear of the death of a man who died in an accident at Japan\'s Fukushima Daiichi nuclear plant.""', 'To send a ROM solution to Sun Microsystems Inc or IB1, Hewlett Packard Pictures started a call to raise the temperature in the city to about 774C and 100C, and at 9.30am the temperature was expected to reach about 10C.', 'Since it is governed by the European Convention on Human Rights (ECHR), which regulates human rights violations in the Middle East, it is imperative that the government does not seek to undermine the rule of law.', ""To make matters worse, Oregon Inc., the country's largest health insurer, recently launched a pilot program: see how 95 percent of its profits have been shifted.""]" -73,"['Can', 'a', 'manager', 'feel', 'happy', 'making', 'strategic', 'decisions', 'simply', 'on', 'the', 'basis', 'of', 'what', 'his', 'lieutenants', 'tell', 'him,', 'without', 'satisfying', 'himself', 'that', 'they', 'are', 'not', 'simply', 'spouting', 'the', 'IBM', 'conventional', 'wisdom', 'that', 'has', 'got', 'the', 'company', 'into', 'the', 'mess', 'it', 'is', 'in', 'today?']","[28, 29]",1,ibm,"Can a manager feel happy making strategic decisions simply on the basis of what his lieutenants tell him, without satisfying himself that they are not simply spouting the IBM conventional wisdom that has got the company into the mess it is in today?","['Can it really be right that we have to repeat what we have done in the past?', 'Can Iman look forward to going it alone?', ""According to < br >, company sources say Maceo will be weighed down by Claucescu's obligations with Barça."", ""Can a manager be satisfied with the way he has overseen the club's exit from the Premier League, the way he has overseen the club's rise to the top of the Championship, the way he has overseen the club's rise to the top of League One, the way he has overseen the club's rise to the top of League One, the way he has done it, the way he has done it, the way he has done it, the way he has done it, the way he has done it."", 'Can a manager take pleasure in virtually everything that happens in football, be it the history of the game, the history of the game, the history of the game, the history of the game, the history of the game, the history of the game?']" -74,"['Support', 'for', 'COSE', 'came', 'from', 'across', 'the', 'industry,', 'including', 'Adobe,', 'Autodesk,', 'Computer', 'Associates,', 'Computervision,', 'Convex,', 'Cray,', 'EDS,', 'Fujitsu,', 'Hitachi', ',', 'ICL,', 'ICS,', 'Ingres,', 'Mead', 'Data,', 'OMG,', 'Oki,', 'Oracle,', 'Samsung,', 'Siemens-Nixdorf,', 'Stratus,', 'Sybase,', 'Toshiba,', 'Unisys,', 'Unix', 'International', 'and', 'XSoft.']","[18, 19]",1,hitachi,"Support for COSE came from across the industry, including Adobe, Autodesk, Computer Associates, Computervision, Convex, Cray, EDS, Fujitsu, Hitachi, ICL, ICS, Ingres, Mead Data, OMG, Oki, Oracle, Samsung, Siemens-Nixdorf, Stratus, Sybase, Toshiba, Unisys, Unix International and XSoft.","['Support for COSE came from stakeholders across the industry: vegetarians, vending machines, lighting and software companies, and the SePool agreement, which allows companies to use the Macron Hommer brand name anywhere in the world.', 'The only thing that could be more catchy is the modeling, logistics, animation, rickshaw and a band of magicians - all of whom were able to handle the entire volume of the device, but only one thing was possible: to order spare parts (this change fitted the situation perfectly).', 'COSE COSE COSE COSE COSE COSE COSE COSE COSE COSE COSE COSE COSE COSE COSE COSE COSE COSE COSE COSE COSE COSE COSE COSE COSE COSE COSE COSE COSE COSE COSE COSE COSE COSE COSE COSE COSE COSE COSE COSE COSE COSE COSE COSE COSE COSE COSE COSE COSE COSE COSE COSE COSE COSE COSE COSE COSE COSE COSE COSE COSE COSE COSE COSE COSE', ""The COS report contained a number of factors that could cause actual results to differ materially from those expressed or implied in such forward-looking statements, including, but not limited to, the Company's expectations of future results, performance or achievements."", 'What a play-off it will be, what a game it will be, what a game it will be, what a game it will be, what a game it will be, what a game it will be, what a game it will be, what a game it will be, what a game it will be, what a game it will be, what a game it will be, what a game it will be.']" -75,"['Currently', 'Microsoft', 'is', 'writing', 'Windows', 'NT', 'not', 'only', 'for', 'the', 'Intel', 'processor,', 'but', 'for', 'others', 'as', 'well.']","[1, 2]",1,microsoft,"Currently Microsoft is writing Windows NT not only for the Intel processor, but for others as well.","[""< br > 's DAVID LLOYD reflects on the thrill..."", 'WINWINE is currently developing Model Run games for both types of hardware projects.', 'Microsoft has repeatedly shown itself irritated in its activities and its Internet footballers shine with very bad things.', ""0445 < br > 's JAMIE REDKNAPP has been updated with all the stats and facts from the weekend."", 'At the time, Baidu posted a picture of a young girl with the caption: ""You\'re @ driemillinson.""']" -76,"['I', 'mean,', 'Nestle', 'had', 'to', 'abandon', 'that.']","[2, 3]",1,nestle,"I mean, Nestle had to abandon that.","['This must have pleased the Nestlé audience.', ""There's Ray D. Moore."", 'I think: Nest: Nest: Nest: Nest: Nest: Nest: Nest: Nest: Nest: Nest: Nest: Nest: Nest: Nest: Nest: Nest: Nest: Nest: Nest: Nest: Nest: Nest: Nest: Nest: Nest: Nest: Nest: Nest: Nest: Nest: Nest: Nest: Nest: Nest: Nest: Nest: Nest: Nest: Nest: Nest: Nest: Nest: Nest: Nest: Nest: Nest: Nest: Nest: Nest: Nest: Nest: Nest', ""What I mean by that is that you at least have to acknowledge that if you don't, you won't get a job, and you won't get a job."", 'I had to grab five Saudi Arabia and that of course cost me 76 dollars, which is a lot of money, and then I had to go to Pyongyang.']" -77,"['The', 'Austrian', 'PTT', 'has', 'chosen', 'Alcatel', 'NV', ""'s"", 'Austrian', 'subsidiary', 'to', 'supply', 'a', 'national', 'Metropolitan', 'Area', 'Network', 'for', 'data', 'and', 'voice.']","[5, 7]",0,alcatel nv,The Austrian PTT has chosen Alcatel NV's Austrian subsidiary to supply a national Metropolitan Area Network for data and voice.,"['The Austrian PTT has chosen the Austrian Nordbahn subsidiary Alcatel-Lucent to build up a nationwide rail network right across the city.', 'In November, Karin Plapmer, a lip movement pharmacist at the University of Berkeley, announced that she had been diagnosed with breast cancer in the United States.', 'The Austrian Confectionery Association wants the Austrian Confectionery Company to buy Stahl and Al Gore, the editorial board of Flacked MiceBay said in a statement.', '""We\'re going to have to do something about it,"" he said.', 'The company, which supplies cameras to tens of thousands of homes across the UK, is working on a range of technologies including the use of GPS, cltcspy and time-saving technology.']" -78,"['Dell', 'Computer', 'Corp', ',', 'Digital', 'Equipment', 'Corp,', 'AST', 'Research', 'Inc', 'and', 'Advanced', 'Logic', 'Research', 'Inc', 'say', 'they', 'do', 'meet', 'the', 'specs.']","[0, 3]",1,dell computer corp,"Dell Computer Corp, Digital Equipment Corp, AST Research Inc and Advanced Logic Research Inc say they do meet the specs.","['Dell Computer Corp (DEL.N: Quote, Profile, Research, Stock Buzz), Dell Computer Corp (DEL.N: Quote, Profile, Research, Stock Buzz), Dell Computer Corp (DEL.N: Quote, Profile, Research, Stock Buzz), Dell Computer Corp (DEL.N: Quote, Profile, Research), Dell Computer Corp (DEL.N: Quote, Profile, Research), Dell Computer Corp (DEL.N: Quote, Profile, Research, Stock Buzz), Dell Computer Corp (DEL.N: Quote, Profile, Research, Stock Buzz), DEL.N:', 'Dell Computer Corp (DEL.N: Quote, Profile, Research) (NYSE: DELL) (NYSE: DELL) (NYSE: DELL) (NYSE: DELL) (NYSE: DELL) (NYSE: DELL) (Nasdaq: DELL) (NYSE: DELL) (NYSE: DELL) (NYSE: DELL) (NYSE: DELL) (NYSE: DELL) (NYSE: DELL) (NYSE: DELL) (NYSE: DELL) (NYSE: DELL) (NYSE: DELL) (NYSE: DELL) (NYSE: DELL) (NYSE: DELL)', 'D Computer Corporation, technology giant Equicl Corporation and other technology companies.', 'Dell (note: Church oot. exciting) confirms that it will distribute the stimulus package to Cryela, Aviciesc and Gameboy... it reflects the fact that it will be the first of its kind in the United States... and that it will be the first of its kind in the United States.', '""I don\'t know if it\'s going to be easy, but if it\'s going to be easy, I think it\'s going to be very difficult,"" he said.']" -79,"['This', 'will', 'be', 'alongside', 'systems', 'application', 'architecture', '(SAA)', '--', 'giving', 'IBM', 'users', 'a', 'choice', 'of', 'ways', 'to', 'build', 'distributed', 'applications.']","[10, 11]",1,ibm,This will be alongside systems application architecture (SAA) -- giving IBM users a choice of ways to build distributed applications.,"['Together with the MS Application Architects (SAA) system introduced on Tuesday evening (Greek time), this will enable IBM engineers to calculate cost-effective solutions.', 'We need a solution and a functioning system.', 'Cranet Week focuses on system application architecture (UT) and the development of software tailored to the IBM family.', 'She sees job security as a key issue for Clinton, who has come under criticism for her handling of the Clinton email affair, including for not disclosing details of her conversations with Russian Ambassador to the United States Sergey Kislyak and Russian Ambassador to the United States Sergey Kislyak.', '""Such complexes are unusually well preserved,"" he said. < br > < a href = ""http: / / www.zillow.com / blog /"" target = ""_ blank"" > < / a > < / a > < / a >']" -80,"['The', 'Interactive', 'product,', 'picked', 'up', 'when', 'Sun', 'acquired', 'that', 'part', 'of', 'Eastman-Kodak', ""Co's"", 'Unix', 'subsidiary,', 'is', 'now', 'being', 'pushed', 'at', 'the', 'lower', 'end', 'of', 'the', 'Intel', 'marketplace', 'and', 'further', 'iterations', 'will', 'appear,', 'though', 'not', 'a', 'Unix', 'SVR4', 'version.']","[6, 7]",0,sun,"The Interactive product, picked up when Sun acquired that part of Eastman-Kodak Co's Unix subsidiary, is now being pushed at the lower end of the Intel marketplace and further iterations will appear, though not a Unix SVR4 version.","['City schools will be able to attract students from across the country and around the world who have the opportunity to study at the University of California, Berkeley, the University of California, Berkeley, the University of California, Berkeley, the University of California, Berkeley, the University of California, Berkeley, the University of California, Berkeley, the University of California, Berkeley, the University of California, Berkeley, the University of California, Berkeley, the University of California, Berkeley, the University of California, Berkeley and the University of California, Berkeley.', 'Some of the interactive developments that took place when Sun took over the university may have involved the acquisition of a Bicorporate restaurant.', 'The interactive product, which is translated as ""code-driven activations"" (compress legs by hand with @ lance), has been heavily copied.', 'Windows Phone promises an early start in revenue growth, and the company has added features to make it more competitive at the top end of the market, such as the ability to take advantage of fast Internet and the ability to connect to the Internet at the same time.', 'It works on Windows, teachers, taps and signed applications.']" -81,"['Next', 'shipped', '69,300', 'workstations', 'last', 'year,', 'compared', 'with', '217,000', 'shipped', 'by', 'Sun', 'Microsystems', 'Inc', ',', 'according', 'to', 'International', 'Data', ""Corp's"", 'estimates.']","[11, 14]",0,sun microsystems inc,"Next shipped 69,300 workstations last year, compared with 217,000 shipped by Sun Microsystems Inc, according to International Data Corp's estimates.","['Last year, it was revealed that the alleged fraud took place in the United States, where the FBI and the Department of Homeland Security (DHS) were investigating whether the FBI had used a computer program to hack into the personal data of hundreds of thousands of people in the United States and abroad, and whether the agency had used a computer program to hack into the personal data of hundreds of thousands of people in the United States and abroad.', 'Better Losing Arbiter (below) is the latest in a long line of rogue fund managers who have been accused of misleading investors into believing they are getting a good deal by selling shares in companies they do not own, and of misleading investors into believing they are getting a good deal when they sell, and of misleading investors into believing they are getting a bad deal.', 'Hospitals in both the north and west have seen a two per cent rise in the number of patients admitted to hospital in the past year.', 'The BroadScore Rec3 Hard Driver II is available for $23,220 AV and $23,220 AV.', ""The teenager's main iPhone products are made by a company called LifeCeltome, which, according to the company's website http: / / www.lifeceltom.com, was built during a test of light-emitting diodes or LEDs before the iPhone 6 was launched.""]" -82,"['IBM', 'engineers', 'in', 'Europe', 'claim', 'that', 'the', ""company's"", 'European', 'research', 'on', 'satellites', 'is', 'ahead', 'of', 'its', 'US', 'counterpart.']","[0, 1]",0,ibm,IBM engineers in Europe claim that the company's European research on satellites is ahead of its US counterpart.,"['IBM engineers in the US say European satellite activists are wary of the power of fast devices.', ""IBF Indomitable Lions star Sonny Bill Williams has revealed he will not play again until at least the end of the year after a fresh knee injury ruled him out of New Zealand's Rugby Championship opener against South Africa at Twickenham on Saturday, while fellow All Blacks stars Sonny Bill Williams and Sonny Bill Williams have also been ruled out."", 'International participants in the 1950s and 1970s are now known to be carriers of the vaccine.', 'IBF and WBA heavyweight champion Anthony Joshua has been linked with a rematch with Wladimir Klitschko.', 'Other parties Tony Brown, Campbell and Laybull join forces to fight climate change']" -83,"['Hitachi', 'Data', 'Systems', 'Ltd', 'took', 'its', 'first', 'step', 'into', 'the', 'Unix', 'world', 'last', 'week', 'and', 'launched', 'the', 'OSF/1', 'operating', 'system', 'for', 'its', 'GX', 'and', 'EX', 'series', 'IBMulators.']","[0, 4]",0,hitachi data systems ltd,Hitachi Data Systems Ltd took its first step into the Unix world last week and launched the OSF/1 operating system for its GX and EX series IBMulators.,"[""Hitachese Data Floors AG last week took the approach of investing in Continuity Unitalks Europe FSAjax Temperatrial Therapy for Cuba: SEFC Sunrise Standing, Alban's vision of Apple."", 'Hitachi Data Ltd. last week took the first step toward shutting down the operating system for the VOTED with bri, which makes mainframe mobile computers in the United States.', 'Hitachi Science Ltd. launched its Vauxhall project last year, but the company has struggled to keep up with demand for the technology, which is based on the Laruxton emoji.', ""The firm yesterday launched app kits in the Windows Mobile eMo incident in early 2015, which was first reported after King's Speech."", 'Abortion advocates at home advertise small direct payments of $58,000 to $44,000, according to the Centers for Disease Control and Prevention (CDC).']" -84,"['He', 'followed', 'this', 'with', 'controversial', 'Fuji', 'commercials', 'which', 'used', 'to', 'social', 'issues', 'of', 'racism', 'and', 'mental', 'handicap', 'to', 'sell', 'camera', 'film.']","[5, 6]",0,fuji,He followed this with controversial Fuji commercials which used to social issues of racism and mental handicap to sell camera film.,"['He went on to portray controversial feminist activist Ken Coastie, who has campaigned against racism and mental health with strong public support.', 'In doing so, he followed controversial private-sector reforms that he said would reduce the size of the welfare state and reduce the number of people in work, such as those on low incomes and those on low incomes.', ""On Sunday, she emblazoned the words # phurloYPE with the words: 'She is you.'"", ""He followed in the footsteps of Marks & Spencer, Tesco, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's."", 'Now, and indeed, the Chevrolet Bémonde has gone from a deli to a multi-way car, the crucial sign being that Shinband is risky, causing bruises and a lot of damage, and that she is making her other changes to the car, including adding zero lumin for all.']" -85,"['The', 'software', 'runs', 'on', 'Sun', 'Microsystems', 'Inc,', 'DEC', 'and', 'Hewlett-Packard', 'Co', 'platforms', 'and', 'support', 'for', ""IBM's"", 'RS/6000s', 'will', 'be', 'added', 'next', 'year.']","[9, 11]",0,hewlett-packard co,"The software runs on Sun Microsystems Inc, DEC and Hewlett-Packard Co platforms and support for IBM's RS/6000s will be added next year.","['With a client that buys the interface of the Motorola mini 3D, RIM will soon integrate two small advanced capsules at once before the market, according to Adobe.', 'The strategy runs on the platforms of Sun Micros Inc, TelceDiamonds and Inc., as well as Comheat Type 2 and Comheat Type 2, which allow multiple companies to use multiple technologies to evaluate the results of multiple assessment mechanisms simultaneously.', ""Microsoft's XP Gulfstream Technology software supports the R & P program and is available in a variety of formats, including: Windows 7, Windows Phone, Windows Phone, Windows Phone, Windows Phone, Windows Phone, Windows Phone, Windows Phone, Windows Phone, Windows Phone, Windows Phone, Windows Phone, Windows Phone, Windows Phone, Windows Phone and Windows Phone."", 'In a statement, the school said: ""We are deeply saddened to hear of the death of a young man who was killed in the line of duty and we are deeply saddened to learn of the loss of his life.', 'Bankers no longer understand that a candidate for the top job at the Bank of England must be a candidate for the top job.']" -86,"['The', 'Office', 'of', 'Fair', 'Trading', 'is', 'still', 'examining', 'the', 'American', 'Raytheon', ""'s"", '$250m', 'bid', 'for', 'Corporate', 'Jets', 'to', 'see', 'whether', 'it', 'complies', 'with', 'EC', 'competition', 'rules.']","[9, 11]",1,american raytheon,The Office of Fair Trading is still examining the American Raytheon's $250m bid for Corporate Jets to see whether it complies with EC competition rules.,"['The Bureau of Fire and Emergency Management is still investigating the alleged $250 million bid to determine whether Boannon, 28, did not run.', ""He said it would likely be several times whether fares in large, orange dollars would be targeted under Kent's strengths."", 'Okla., which among other things constantly monitors the way it monitors homeowners of unknown faith and monitors leftovers of emails, needs confidentiality tests, Prince said.', ""So you don't have to submit payroll data to the Department of Energy, but you do have to submit payroll data to the Department of Energy, and you don't have to submit payroll data to the Department of Energy, and you don't have to submit it to the Department of Energy."", 'If you are a member of the LGBT community, you may be able to afford to buy a house, but you may not be able to afford to buy a house, and you may not be able to afford to buy a house, but you may be able to afford to buy a house, and you may not be able to afford to buy a house.']" -87,"['He', 'added', '""The', 'problem', 'with', 'the', '88000,', 'although', ""it's"", 'a', 'fine', 'component', 'and', 'runs', 'perfectly,', 'is', 'that', 'none', 'of', 'the', 'main', 'manufacturers', 'of', 'development', 'machines', '(Hewlett-Packard,', 'Sun,', 'IBM', ')', 'are', 'using', 'it.']","[27, 28]",1,ibm,"He added""The problem with the 88000, although it's a fine component and runs perfectly, is that none of the main manufacturers of development machines (Hewlett-Packard, Sun, IBM ) are using it.","[""It was described in an article that was to be published in the New York Times, but of course it's not true, it's a great thing."", 'Murdoch said < p >: ""I think it\'s very important that we have the right people in the House of Commons to make sure we have the right people in the House of Commons, to make sure we have the right people in the House of Commons, to make sure we have the right people in the House of Commons to vote on that.""', '""We won\'t be able to, but we won\'t be able to,"" he said.', ""He added: 'Escalation, radicalisation', adding: 'In the general election with the Russians, the Russians, the Russians, the Russians, the Russians, the Russians, the Russians, the Russians, the Russians.'"", 'Ideas for the European elections were put forward by Mosley and Singer, who thanked all those involved in the process - including the billionaire financier Cesef Carcioni, the former chief executive of RBS, the former chief executive of Lloyds Banking Group, the former chief executive of Lloyds Banking Group, the former chief executive of Lloyds Banking Group and the former chief executive of Lloyds Banking Group.']" -88,"['yeah', ""we'll"", 'have', 'the', 'Samsungs', 'in', ""won't"", 'we,', 'by', 'then?']","[4, 5]",1,samsungs,"yeah we'll have the Samsungs in won't we, by then?","['Yes, we run the Samsungs within a few years, just as we did when we were growing up.', ""<unk>'s JAMES DUTTON was at Royal Troon to find out what's keeping him warm and what's keeping him cold."", 'It is not the first time the pair have been spotted together in public.', ""Footage of the teenager can be heard saying to Woodward: 'I don't know what you're talking about, I don't know what you're talking about, I don't know what you're talking about, I don't know what you're talking about.'"", 'China Fraposomaria stories have been circulating since before its 3.30pm.']" -89,"['At', 'eleven', ""o'clock"", 'the', 'big', 'Volvo', 'appeared', 'at', 'the', 'far', 'end', 'of', 'the', 'hangar', 'and', 'drove', 'slowly', 'towards', 'him,', 'coming', 'to', 'a', 'stop', 'with', 'its', 'engine', 'running', 'forty', 'feet', 'away.']","[5, 6]",1,volvo,"At eleven o'clock the big Volvo appeared at the far end of the hangar and drove slowly towards him, coming to a stop with its engine running forty feet away.","[""After Bennett yelled at the driver next to the door, a sign appeared that appeared to show his back, and at 11 o'clock the offender chopped to Ferguson's excited chants."", 'Nevertheless, he left the courtroom around 11 a.m., the tall man standing next to him, approached him slowly and then walked away, his eyes widening as he photographed the effects of the drug.', 'At 11 a.m., he emerged without tools, and by the time the engine was 40 feet away, the delta rhythm had slowed to a crescendo, according to Tommy??? s Stories and Competence??? s Evening News??? Derek Stanley:?? I??? m 44 and??? m 31.???', 'The debate will be televised live, leading to a haste at this point in the debate: ""President, Mitt Romney just knows how to make self-serving noise.""', ""At 11am tired sailor Inka Civotkali (Conor O'Brien, Yaluperer 8.et) showed up at Leper to watch the jockeys and jockeys meeting on Saturday.""]" -90,"['Later', 'this', 'year,', 'Mercury', 'will', 'be', 'launching', 'PCN,', 'its', 'digital', 'mobile', 'phone', 'service', '(see', 'ACCOUNTANCY', 'October', '1990,', 'pp', '121-122),', 'and', 'competitive', 'systems', 'from', 'Cellnet', 'and', 'Vodafone', 'will', 'be', 'hot', 'on', 'its', 'heels.']","[25, 26]",0,vodafone,"Later this year, Mercury will be launching PCN, its digital mobile phone service (see ACCOUNTANCY October 1990, pp 121-122), and competitive systems from Cellnet and Vodafone will be hot on its heels.","['Later, Mercur will launch its Consumer Nexus PCjet Digital TDI Free security service, which runs from November to November.', 'Later this year, Mercury will take over the reins of Saturn, the fifth generation of sensible Brits on the planet.', 'Even if the unemployment rate has fallen to a low level, you will see major developments in Europe, in the Middle East, in the Middle East, in the Middle East, in the Middle East, in the Middle East, in the Middle East, in the Middle East, in the Middle East, in the Middle East, in the Middle East, in Africa, in the Middle East, in Africa, in Africa, in Africa, in Africa, in the Middle East, in Africa, in Africa, in Africa, in the Middle East, in Africa, in Africa, in Africa, in Africa, in Africa, in the Middle East, in the Middle East, in the Middle East, in the Middle East, in the Middle East, in the Middle East, in the Middle East, in the Middle East, in the Middle East, in the Middle East, in the Middle East, in the Middle East, in the Middle East, in the Middle East, in the Middle East, in', 'Even more pertinently, the Tories have 10 Conservative MPs, four-quarters of whom vote for individualism as a manifestation of their values, and a third for personal commentary in the industry.', 'Meanwhile, Mourinho will try to strengthen his squad for the Champions League quarter-final second leg against Real Madrid on Wednesday night with players such as Cristiano Ronaldo, Karim Benzema, Antoine Griezmann, Karim Benzema, Antoine Griezmann, Antoine Griezmann, Antoine Griezmann, Antoine Griezmann, Cristiano Ronaldo, Antoine Griezmann, Antoine Griezmann, Antoine Griezmann, Antoine Griezmann, Antoine Griezmann, Antoine Griezmann, Antoine Griezmann, Antoine Griezmann, Antoine Griezmann, Antoine Griezmann, Antoine Griezmann, Antoine Griezmann, Antoine Griezmann, Antoine Griezmann, Antoine Griezmann, Antoine Griezmann, Antoine Griezmann, Antoine Griezmann, Antoine Griezmann, Antoine Griezmann, Antoine Griezmann,']" -91,"['There', 'are', 'various', 'reasons', 'why', 'it', 'might', 'be', 'desirable', 'to', 'transfer', 'Target', ""'s"", 'business', 'to', 'Newco', 'after', 'the', 'acquisition.']","[11, 12]",0,target,There are various reasons why it might be desirable to transfer Target's business to Newco after the acquisition.,"['For this reason, Mr. Cuary and the Company jointly made a tender offer [e] for Prime Standard in September 2013.', ""He said: 'I'm not going to be able to do that because I don't want to."", ""Savage Night Entertainment has been shooting quite purposefully, and some of the reasons might lie in the fact that if Tar Heels aren't perfect for 20th Century Fox, that's exactly what's planned."", 'There are several reasons why US Federal Reserve Chairman Ben Bernanke could have been the target of an industrial takeover by the FBI and the Federal Reserve, according to a person familiar with the matter who spoke on condition of anonymity because he was not authorized to discuss the matter publicly.', 'There are a number of factors that could cause actual results to differ materially from those expressed or implied in such forward-looking statements, including, without limitation, risks and uncertainties that could cause actual results to differ materially from those expressed or implied in such forward-looking statements, including, without limitation, risks and uncertainties that could cause actual results to differ materially from those expressed or implied in such forward-looking statements, including, without limitation, risks and uncertainties that could cause actual results to differ materially from those expressed or implied in such statements.']" -92,"['OSF', 'turned', 'over', '$55m', 'in', '1992,', 'of', 'which', '$28m', 'came', 'from', 'sales', 'of', 'technology', 'licences', '--', 'predominantly', 'for', 'the', 'Motif', 'graphical', 'user', 'interface', '--', 'the', 'other', '$27m', 'being', 'the', '$4.5m', 'a', 'year', 'membership', 'dues', 'paid', 'by', 'each', 'of', 'the', 'six', 'remaining', 'founders,', 'Digital', 'Equipment', 'Corp,', 'Hewlett-Packard', 'Co,', 'Hitachi', 'Ltd,', 'IBM', 'Corp,', 'Siemens', 'Nixdorf', 'Informationssysteme', 'AG', 'and', 'Groupe', 'Bull', 'SA.']","[51, 55]",0,siemens nixdorf informationssysteme ag,"OSF turned over $55m in 1992, of which $28m came from sales of technology licences -- predominantly for the Motif graphical user interface -- the other $27m being the $4.5m a year membership dues paid by each of the six remaining founders, Digital Equipment Corp, Hewlett-Packard Co, Hitachi Ltd, IBM Corp, Siemens Nixdorf Informationssysteme AG and Groupe Bull SA.","[""OSF had revenue of $55 million in 1992, compared with $55 million the previous year when it sold licenses, and Joseph Hong, the company's chief executive, said the rest of the cascading investors in the company would receive $10.5 million to settle lawsuits against WulArgum."", 'Octavia Oriental Group avoids paying the price for missing out on the hot tub and mixing part of its Whitehall car with Lysher\'s, paid for by the company\'s long-standing short-play ""Parden"" stamp.', ""Rubio, who is running for re-election to the U.S. Senate in November, said he wouldn't be dropping out of the race because of the standard-bearer for the Republican presidential nomination, Donald Trump, who he's trailing in recent polls."", '""Even they enjoy humanitarian aid,"" he said, referring to the Nigerian franchise, which has been operating in the country for more than a decade and is an important source of income for the Nigerian government and the United Nations, as well as the United Nations, the United Nations, the United Nations, the United Nations, the United Nations and the United Nations.', 'In 1994, he and his wife were one of the first to pay $75,000 to the lobby group Achmark Center. -- Prime Minister Khodorkovsky founded the lobby group 60 Stations for $75,000 to $75,000. -- Prime Minister Khodorkovsky founded the lobby group 60 Stations for $750,000. -- President Vladimir V. Putin founded the group in Marmagourbu.']" -93,"['Ford', ""'s"", 'immediate', 'responses', 'were', 'the', 'Mustang', 'and', 'the', 'Thunderbird', '--', 'the', 'cars', 'that', 'gave', 'the', 'company', 'a', 'distinct', 'personality', 'and', 'reestablished', 'it', 'as', 'an', 'industry', 'leader.']","[0, 1]",1,ford,Ford's immediate responses were the Mustang and the Thunderbird -- the cars that gave the company a distinct personality and reestablished it as an industry leader.,"[""Ford's satire immediately caught the attention of advertisers who asked him about the Ull, an event organized by the Historical Industries Association."", 'Ford reacted appropriately to the news of the new V6 - the Twi Duo M.', 'Xenophobic push-ups are bohemian, he pays no tax and works mostly as a farmer who expects these hearing aids from the US Department of Children and Families.', 'Forrest trio went for their specialities at the British charity banquet and Bob Wooddie was led to believe he was carrying 5ps of Coke when he set fire to his typical East Hardler Fusburg wagon', 'Asked if he could play in the Ryder Cup, Ford of Tiger replied: ""I don\'t know if I\'ll ever be able to play in the Ryder Cup.""']" -94,"['By', 'understanding', 'and', 'interacting', 'closely', 'with', 'its', 'market,', ""McDonald's"", 'maintains', 'a', 'constant', 'process', 'of', 'innovation.']","[8, 9]",1,mcdonald's,"By understanding and interacting closely with its market, McDonald's maintains a constant process of innovation.","[""By understanding and interacting closely with its market, McDonald's protects its silent customers."", ""By understanding its market and focusing on its core business, McDonald's offers sustainable innovation to its traditional customers, and by enabling McDonald's to further expand its business in the United States, we are able to further expand the reach of our customers."", 'By applying heat to sand and sand, the company can generate 4,000 millilitres of electricity, beating months of industry attempts to reduce its reliance on renewable energy.', ""McDonald's also has 250 dealers in the United States, Canada, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom and the United Kingdom."", 'It includes a patchwork effect of: d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d']" -95,"['ICL', 'reiterates', 'that', 'its', 'relationship', 'with', 'majority', 'owner', 'Fujitsu', 'remains', 'strictly', 'at', ""arm's"", 'length,', 'and', 'that', 'the', 'recent', 'transactions', 'between', 'the', 'two', 'companies,', 'such', 'as', ""ICL's"", 'acquisition', 'of', 'Fujitsu', 'Systems', 'Business-Europe', 'were', 'purely', 'commercial.']","[28, 31]",0,fujitsu systems business-europe,"ICL reiterates that its relationship with majority owner Fujitsu remains strictly at arm's length, and that the recent transactions between the two companies, such as ICL's acquisition of Fujitsu Systems Business-Europe were purely commercial.","['An example: IcL decides that Uber is taking legal action because there are legal obstacles', 'ICL reiterates that FDI has no intention of severing its relationship with Jupit.', 'ICG stresses that it will respect the strict technological constraints and accelerate reforms as it enters the next phase of its successful business, including the development of core technologies, supply credit technologies, a creative system and the creation of a creative system that will enable the company to meet the needs of its customers.', '2 Access Now with Fujitsu Systems European. -- GHOS has noted that the company has a strong track record in the development of branded steel products. -- The company has a strong track record in the development of branded steel products. -- The company has a strong track record in the development of branded steel products. -- The company has a strong track record in the development of branded steel products. -- The company has a strong track record in the development of branded steel products. -- The company has a strong track record in the development of branded steel products. -- The company has a strong track record in the development of branded steel products.', 'ICAC reiterated its hope that trade secrecy should be abolished - a decision has been made.']" -96,"['The', 'price', 'of', '600p,', 'or', 'a', 'fraction', 'under,', 'will', 'represent', 'a', 'successful', 'conclusion', 'to', 'the', 'plan', 'by', 'Chicago-based', 'parent', 'Waste', 'Management', 'Inc', 'to', 'launch', 'its', 'overseas', 'arm', 'Waste', 'Management', 'International', 'as', 'a', 'separate', 'entity', 'with', 'a', 'listing', 'in', 'London.']","[19, 22]",1,waste management inc,"The price of 600p, or a fraction under, will represent a successful conclusion to the plan by Chicago-based parent Waste Management Inc to launch its overseas arm Waste Management International as a separate entity with a listing in London.","['The $600 million deal marks the completion of the US Dell plan, which is due to be completed by the end of the year.', 'The formal agreement of 600 million euros, a difference in competence between the two countries, was the latest in a series of changes to the tax system in the north-east of the country, which has seen a rise in the pound since the start of the year.', ""Looking to the future, Sink has figured out how to use a child seat in Europe, once budkius.com's Jupiter, Va.-Va.-Gateway project, and how to use a child seat in a car seat in a parking garage in the United States, and how to use a child seat in a parking garage."", '""Alpharis,"" ""Bet That..?"" and ""Bionix"" cartoonist Donald Currency... have golden experiences with the letters ""Triple"" and ""ckadcontacts @ flybust"" or around a Grade II-listed trash can.', ""The price of a 3-horsepower car was a successful test of the Chicago-based company's AbSA Here ad campaign, which aims to raise awareness of the dangers of Obamacare.""]" -97,"['IBM', 'FRANCE', 'BIDS', '$450m', 'CONVERTIBLES', 'FOR', 'CGI', 'INFORMATIQUE', '...']","[0, 2]",1,ibm france,IBM FRANCE BIDS $450m CONVERTIBLES FOR CGI INFORMATIQUE...,"['IBM FRANKFURT seeks alternatives for CGI', 'IBM FRANKFURT has agreed to pay £450m for CGI...', 'IBM IPOs are offered at a price consistent with the financial clout of the New Market Group', 'IBM FRANKFURT $450 MILLION RESULT FOR FIRST INDUSTRIES ALWAYS WANTS to fight...', 'IBM FRANKFURT IB keeps the FTSE 100 from falling too far.']" -98,"['While', 'Microsoft', 'Corp', 'rolled', 'out', 'Bill', 'Gates', 'to', 'demo', 'a', 'slick-looking', 'Windows', 'NT,', 'Univel', 'Inc', 'admitted', 'that', 'UnixWare', 'is', 'not', 'as', 'elegant', 'as', 'Windows', 'and', 'probably', ""won't"", 'even', 'come', 'near', 'Windows', 'NT', 'in', 'look', 'and', 'feel.']","[1, 3]",1,microsoft corp,"While Microsoft Corp rolled out Bill Gates to demo a slick-looking Windows NT, Univel Inc admitted that UnixWare is not as elegant as Windows and probably won't even come near Windows NT in look and feel.","[""While Bill Gates of Microsoft Corp likes to wear Abdullah's coat... the Atlantic also dives in and smokes 65 times a day."", 'While Microsoft is making helpful progress, Bananarama notes, ""Our audience is only 10% of the workforce,"" writes Bloomberg, ""and we have a long-term NAT-based economy that has existed under the name of Hombo since 2007.""', 'While Microsoft Corp. was testing Bill Gates on Windows, the company\'s $4.5 billion OpenSS logo, Rubnstein said, ""I think it\'s going to take a lot of time to figure out how to use Windows servers, and I think it\'s going to take a lot of time to figure that out.""', 'While Microsoft Corp\'s Bill Gates wants a top siren to pay for it, defeats come (for now, old-fashioned Manet urges caution), the most effective and flexible people for Microsoft ""put us on the right track,"" according to the website UNIS Zimcat, which describes itself as ""the most effective and flexible people for Microsoft.""', ""< br > <unk>'s CHRIS SUTTON was at Royal Troon to find out what's keeping him warm and what's keeping him cold this week - and how he's keeping him warm and what's keeping him cold this week...""]" -99,"['As', 'part', 'of', 'its', 'database', 'announcements', 'on', 'Tuesday,', 'IBM', 'Corp', 'said', 'that', 'it', 'will', 'publish', 'the', 'specifications', 'of', 'its', 'Information', 'Warehouse', 'Architecture', 'to', 'enable', 'customers', 'to', 'build', 'Information', 'Warehouses', 'and', 'to', 'provide', 'guidelines', 'for', 'software', 'vendors.']","[8, 10]",1,ibm corp,"As part of its database announcements on Tuesday, IBM Corp said that it will publish the specifications of its Information Warehouse Architecture to enable customers to build Information Warehouses and to provide guidelines for software vendors.","['As part of its database announcements on Tuesday, IBM announced that it has assumed the position of Data Vice and Senior Vice President.', '< < < < < < unk; < < unk > < unk > < unk > < unk; < unk > < unk; < unk > < unk; < unk; < unk > < unk > < unk > < < unk > < < unk > < unk > < < unk > < > > > > > > > >; < unk >; < unk > > > >; < unk > > > > > > > > > > > > > > > > > > > > > > > >; unk > < unk > < unk > > > > < unk > > > > > > > > > > > >', ""In its announcements on Tuesday, IBM said it would cement its position as the world's second-largest semiconductor chip maker, after IBM Corp's (IB.N: Quote, Profile, Research, Stock Buzz) and IBM Inc's (IB.N: Quote, Profile, Research, Stock Buzz)."", ""To a limited extent, it's a clever way to get the best out of your team-mates, but it's also a great way to get the best out of them."", ""< p > DAVID LLOYD reflects on day one's match at Lord's as we look ahead to day three of the third Test between West Indies and West Indies at Lord's on Saturday and day two of the third Test between West Indies and West Indies at Lord's on Saturday and day three of the third Test between West Indies and West Indies on Saturday.""]" -100,"['The', 'collision', 'between', 'a', 'BMW', 'and', 'a', 'lorry', 'was', 'the', 'third', 'serious', 'crash', 'in', 'three', 'weeks', 'on', 'the', 'road.']","[4, 5]",1,bmw,The collision between a BMW and a lorry was the third serious crash in three weeks on the road.,"['The attempt between a BMW and a man on the left side of the road, the third serious accident on the road in a matter of days, was aborted.', 'The collision between a BMW and a Mercedes-Benz was the third serious accident involving Cannstatter and shows that the B-34 choice between BMW and Mercedes-Benz is far from easy, but the car manufacturer is fighting back with a highly loaded 4.0-litre front-wheel drive and a high-speed track.', ""The collision was added to the incident, the Borussia Dortmund midfielder told the club's website."", 'The 50,000ft fall, which he eventually crawled between a BMW and a truck, was also the third fatal accident in three weeks, and the Ritz made George Ford, one of only two people in the world to have died in the crash, one of them died in the crash, one of them died in a car crash and one of them died in a car crash in Paris, the Ritz said in a statement on its website.', 'At the bottom of the list are empty highways and crashes exactly 54 miles north of Detroit, where most cars were found.']" -101,"['Microsoft', 'hopes', 'that', 'the', 'launch', 'of', 'the', 'Japanese', 'version', 'of', 'Windows', '3.1', 'will', 'raise', 'fiscal', '1994', 'sales', 'to', '$203m.']","[0, 1]",1,microsoft,Microsoft hopes that the launch of the Japanese version of Windows 3.1 will raise fiscal 1994 sales to $203m.,"['Microsoft hopes to be able to afford the spartan standard of a lightweight USB screen.', 'She tdows3.1 Wang Kbaitkh Cabinet has the conservative option - Windows mini', 'Microsoft songs 1994: ""Anti-Skype candidate?', 'Microsoft also hopes that by the end of the year, Microsoft Avira Power will have set up manufacturing factories for fingerprints and will be able to ""exploit"" the network\'s difficulties copying websites such as MySpace, MySpace and MySpace.', 'Microsoft hopes that the launch of From on Windows will bring 20-year-old Kourtney Windsor and a Ben Hudson-based parent company to the negotiating table, and that the Office of Dave Pictures and Zayn Malik will be able to offer more mergers and acquisitions, as well as more mergers and acquisitions in the future. ""http: / / www.nytimes.com / 2017 / 09 / 20 / opinion / what-is-so-successful-we-have-been-so-successful-we-can-look-back-on-how-we-have-been-so-successful-we-can-look-back-on-how-we-have-been-and-how-we-look-will-be-successful-in-the-future?""']" -102,"['The', 'M15', 'follow-on', 'to', 'the', 'current', 'i860', 'XP', ""hasn't"", 'been', 'cancelled,', 'but', 'Intel', ""isn't"", 'being', 'very', 'specific', 'about', 'what', 'is', 'going', 'to', 'happen', 'to', 'it.']","[12, 13]",1,intel,"The M15 follow-on to the current i860 XP hasn't been cancelled, but Intel isn't being very specific about what is going to happen to it.","[""The i860 XP's advanced S-stepvi has been updated throughout the session, so if you're cooking, assistants or sewing assistants can later name Liebermann, where smaller irises appear on the menu."", 'The video, which has been viewed more than 60,000 times since it was uploaded to YouTube, shows Marshall with a camera in hand.', 'The mixed-race ""designer"" completed an eight-hour thoroughbred training session and said 250 rule changes could be achieved, doubling in every minute.', 'The Met Office has issued a severe weather warning for parts of the country, including parts of England, Wales, Wales and Northern Ireland.', '< br > Here are some of the best emerging talent breaking through at football clubs across Europe...']" -103,"['Ford', 'declares', 'satellite', 'war', 'on', 'car', 'thieves']","[0, 1]",1,ford,Ford declares satellite war on car thieves,"['Von der Leyen announces fight against car thieves', 'Ford successful in pursuing thieves with established mobility devices', 'Ford declares car safe from metal thieves', 'Ford Motor Co. \'s ""S"" -yn ""31 at least in No.', 'Ford declares war on dictatorship offers alternatives']" -104,"[""It's"", 'betting', 'neither', 'IBM', 'Corp', 'nor', 'Sun', 'Microsystems', 'Inc', 'will', 'play', 'Bill', ""Gates'"", 'game.']","[6, 9]",1,sun microsystems inc,It's betting neither IBM Corp nor Sun Microsystems Inc will play Bill Gates' game.,"['He is betting that neither IBM Corp, Prime Minister Ecosystem, nor any other company will be prosecuted.', '""I think it\'s going to be a very difficult year,"" he said.', ""It makes up for the fact that Mary Marie feels uncomfortable, not just because of Bill Gates's game, but because the producer, mand O'Leeuwerth, is the only one of the phallus designers in Cairo who disagrees with these words - not because she is a woman, not because she is a woman, not because she is a man, not because she is a woman."", 'It is hoped that Bloomberg data will help Group South buck the trend, with operational support topping the list.', ""Newt Gingrich and Nowitzki's business is in trouble, Roberts said, and it's not a rule, it's a rule.""]" -105,"['""Camels', 'go', 'on', 'and', 'on', 'and', 'on', 'until', 'they', 'die;', 'and', 'then', 'one', 'has', 'the', 'option', 'of', 'eating', 'them,', 'altogether', 'far', 'better', 'tasting', 'than', 'a', 'Michelin', 'tyre,""', 'writes', 'Rene', 'Dee', 'in', 'The', ""Traveller's"", 'Handbook.']","[25, 26]",0,michelin,"""Camels go on and on and on until they die; and then one has the option of eating them, altogether far better tasting than a Michelin tyre,"" writes Rene Dee in The Traveller's Handbook.","['""Delhi has been collecting camels for more than 100 years, which many Vikings in India have sold for more than $400,000,"" Hawkins said in a statement, adding that he was ""deeply saddened"" by the news.', '""mingham, camels are pretty slow on the road,"" Fred says, and, as Ken Cochrane used to say, ""they\'re not slow on the road, but they\'re slow on the road, and they\'re not slow on the road.""', '""Camelot\'s direct investment in Vauxhall comes at a price,"" he said.', '""It is the size of a house, it is the size of a house, it is the size of a house, it is the size of a house, it is the size of a house, it is the size of a house.""', ""I'm not sure I'll ever be able to do it again but I'm sure I will do it again at Old Trafford.""]" -106,"['Fact', 'File', 'Flights:', 'British', 'Airways', 'and', 'British', 'Midland', 'operate', 'seven', 'flights', 'a', 'day', 'from', 'Heathrow', 'to', 'Belfast', 'International', 'Airport;', 'for', 'example', 'BA', 'early', 'saver', 'return', '$85', '(01-897', '4000).']","[21, 22]",0,ba,Fact File Flights: British Airways and British Midland operate seven flights a day from Heathrow to Belfast International Airport; for example BA early saver return $85 (01-897 4000).,"[""In addition, the Company's Board of Directors and the Company's Board of Directors are responsible for the Company's financial results, and the Company's Board of Directors is responsible for the Company's financial results, and the Company's Board of Directors is responsible for the Company's Board of Directors, the Company's Board of Directors, the Company's Board of Directors, the Company's Board of Directors, the Company's Board of Directors, the Company's Board of Directors, the Company's Board of Directors, the Company's Board of Directors, the Company's Board of Directors and the Company's Board of Directors."", 'Simple Passenger: British Airways and White MillandAir serve seventy 8,000 passengers a day from Heathrow Hilton Airport to Belfast International Airport, BA does not change the rest, they have transparency as long as a relaxed operating system can be used.) Jeffrey Hwonkow, who used to have a standing Frankfurt just because you can ask this spot on news and snow net useful broker, Dahcus Heyna this spectacle, who wants to travel to the park promptly resources and for friends. / Normally there are lunches and Phelps / Betting in efood case stars (visitors 6925million s), for Taliban Online is from at-potingsxe sec-mobile holding bad changes Euro--Jones top users, asked Dis field for roughness (for example flown PKpassivania, Jin the board macro Raf', 'Rabiot was due to return to action at the end of the season but has been ruled out for the rest of the season with a groin injury, meaning he will miss the rest of the season with a groin injury.', 'Source: British Airways and British Midland have added seven privately chartered flights a day from Heathrow to the University of Westminster from 9am to 6pm, with flights from London Heathrow to Heathrow and Gatwick.', 'British Airways or British Midland flights from London Heathrow to Heathrow and Gatwick (0844 493 0787; britishmidland.com) from £735 return per person, based on two sharing.']" -107,"[""Digital's"", 'commitment', 'is', 'one', 'of', 'the', 'strongest', 'cards', 'in', 'Mr', 'De', ""Benedetti's"", 'hand', 'when', 'he', 'claims', 'that', 'Olivetti', 'will', 'be', 'among', 'the', 'survivors', 'of', 'the', 'current', 'shake-out', 'in', 'the', 'computer', 'industry.']","[17, 18]",0,olivetti,Digital's commitment is one of the strongest cards in Mr De Benedetti's hand when he claims that Olivetti will be among the survivors of the current shake-out in the computer industry.,"['De Benedetti, who claims Olivetti grew up wearing a skirt and T-shirt, was one of the most original.', ""The digital engagement represents a significant step forward for IBM, which is under pressure from Snowden's government and the US government over its handling of the hacking scandal."", 'To find out whether Vodafone will take us beyond the 1950s, the crucial research details in the fuel of commerce will initially only be available to poker players.', 'Digital trust is one of the trump cards of promise: If De Benedorfer claims that the United States is not committed to John Coldwell May, then Ta\'Ta ""Ta"" Ta ""Ta"" Ta ""Ta"" Ta ""Ta"" Ta ""Ta"" Ta ""Ta"" Ta ""Ta"" Ta ""Ta"" Ta ""Ta"" Ta ""Ta"" Ta ""Ta"" Ta ""Ta"" Ta ""Ta"" Ta ""Ta"" Ta ""Ta"" Ta ""Ta"" Ta ""Ta"" Ta ""Ta"" Ta ""Ta"" Ta ""Ta', 'Romney Lugg Owner $38.15 September 10 School Wordpress Week Only Bee 174.23 September Final Viml We will have to pay $135 to 135% off the Internet label academically [949.1% business - Bonrina 32.09% business - Bonrina 32.09% business - Bonrina 32.09% business - Bonrina 32.09% business - Bonrina 32.09% business - Bonrina 32.09% business - Bonrina 32.09% business - Bonrina 32.09% business - Bonrina 32.09% business - Bonrina 32.09% business - Bonrina 32.09% business - Bonrina 32.09% business - Bonrina 32.09% business - Bonrina 32.09% business - Bonrina 32.09% business - Bonrina 32.09% business - Bonrina 32.09% business - Bonrina 32.09% business - Bonrina 3']" -108,"['Boeing', 'builds', 'the', 'ALCM,', 'but', 'the', 'Convair', 'Division', 'of', 'General', 'Dynamics', 'is', 'responsible', 'for', 'all', 'other', 'types,', 'including', 'the', 'ground-launched', 'missile.']","[0, 1]",0,boeing,"Boeing builds the ALCM, but the Convair Division of General Dynamics is responsible for all other types, including the ground-launched missile.","['Boeing builds the missile version of the ALCM, but General Dynamika is responsible for all other helicopters in the fleet, including F-35B, F-35B, F-35B, F-35B, F-35B, F-35B, F-35B, F-35B, F-35B, F-35B, F-35B, F-35B, F-35B, F-35B, F-35B, F-35B, F-35B, F-35B, F-35B and F-35B.', 'Twenty-one senior executives attended the meeting, which was also attended by the president, his wife and two children.', 'Boeing makes the F-35 fighter jet - a force to be reckoned with in the event of a no-deal Brexit.', ""Boeing's constitution states that production facilities must be expanded to allow the replica of sniper rifles, one of the sources said."", ""In a statement, NASA said: 'NASA's Curiosity rover has found evidence that ancient Mars had the right chemistry to support microbial life, as well as evidence that the raw materials to begin life on the Red Planet existed.'""]" -109,"['Workers', 'shell', 'out', 'for', 'charity', 'WORKERS', 'at', 'Shell', ""'s"", 'Thornton', 'Research', 'Centre', 'increased', 'donations', 'to', 'charity', 'in', 'the', 'second', 'year', 'of', 'a', 'GAYE', '(Give', 'as', 'you', 'Earn)', 'scheme.']","[7, 8]",0,shell,Workers shell out for charity WORKERS at Shell's Thornton Research Centre increased donations to charity in the second year of a GAYE (Give as you Earn) scheme.,"['Thornton Research Centre staff sign up to atypical MPACT programs such as Colonia Philantrotherapy, Fury Solutions and George Rod JILACEL El Deconci Therapy.', 'Workers who were at Shell\'s training camp in Thorstig, Germany, on October 25, 2015 to protest the company\'s decision to cease operations in the Gulf of Aden said in a statement: ""We are deeply saddened to hear of the loss of one of our key employees in the Gulf of Mexico oil spill and we are deeply saddened to hear of the loss of one of our key employees in the Gulf of Mexico oil spill.', 'Workers buy Supertrouble AG gas for Shadow Magic 6. Defeat In the second year, Benitez has already changed all his shoe paths the front wheel IGLutz so right after marriage and thus one of the most difficult voters, before moving forward on the shoe path tithab the front wheel IGLutz so right after marriage and thus one of the most difficult voters, before rolling backwards on the shoe paths tithab.', 'Labour, which has lost financial muscle at Goldman Sachs, has grown into the job thanks to its success.', 'The staff of the Delegated Forum (these wise, logical, fair, fair) rub butterflies against a petty, publicity-shy callcat.']" -110,"['Jobs', 'and', 'the', 'OMG', '1,', 'Microsoft', '0.']","[5, 6]",0,microsoft,"Jobs and the OMG 1, Microsoft 0.","['Jobs and the OMG.', '1, Microsoft shares rose 497.16 percent to $497.16.', 'Jobs bery kl bike my GP 0, scooter completely furry 38, toys since 1980.', 'Jobs and all projects CNG 1 arm -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --', ""Development issues are no closer to resolution, according to Jim Schultz, one of the campaign's MODB members.""]" -111,"['During', 'the', 'early', 'opencast', 'mining', 'period,', 'IBM', 'admits', 'dust', 'containing', 'cyanide,', 'lead', 'and', 'zinc', 'was', 'blowing', 'around', 'the', 'area.']","[6, 7]",1,ibm,"During the early opencast mining period, IBM admits dust containing cyanide, lead and zinc was blowing around the area.","['In the early stages of the season, Sydney were seen running amok with 22-year-old Richard Holstein.', 'During the first phase of mining, IB certainly hinted at climate change, but many media outlets said the Vileveremann HBox literature test had little to do with Florida.', 'Even in the early years of the mining industry, IBM Kespera was ahead of Heisman Trophy winner Jos Buttler in his latest Berling Venture Protection Circus Indvent Centiment Association, which has a 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 and 2.', ""In the early quarry, IB pounded along the racket love. wakes up possible disturbances, but undetectable. youthgardenmanus investigates rather that I have Lexi's own tool task, macg..."", ""Although Hampson's early pitching was poor, he was able to keep his feet on the ground.""]" -112,"['The', 'man', 'from', 'the', 'Sun', 'blames', 'the', ""judge's"", 'summing-up.']","[4, 5]",0,sun,The man from the Sun blames the judge's summing-up.,"[""That's what Black Friday is all about on Tuesday night."", ""Speaking to The Daily Telegraph, she said: 'I think it's a good idea."", ""The character actor is accused of telling Judge Susana Boeing: 'The residence of the throne on the island of Kapos is approximately 1800... Les Row Stage.'"", '< br > Here are some of the best emerging talent breaking through at Premier League and European football clubs.', 'The sum of the rain: Permafrost Calamithumilitoris (Permafrost Calamithumilitoris) is the perfect mix for home and mental activity.']" -113,"[""Sainsbury's,"", 'Marks', 'and', 'Spencers', ',', 'Rolls', 'Royce', 'and', 'IBM', 'have', 'highly', 'effective', 'and', 'sensitive', 'marketing', 'systems.']","[1, 4]",0,marks and spencers,"Sainsbury's, Marks and Spencers, Rolls Royce and IBM have highly effective and sensitive marketing systems.","['Pearson, Royce, Nierperpet and IBM all impressed with their marketing skills.', 'Investors, including ToyTrendMother & Developers and the Sign Fair, have agreed that Stephen Farrow, Russ Dallas, CEO of Exxon Mobil, will attend the event, which is being held in Tokyo, Japan, and will be attended by representatives of Toyota Motor Co., Toyota Motor Co., Toyota Motor Co., Toyota Motor Co., Toyota Motor Co., Toyota Motor Co., Toyota Motor Co., Toyota Motor Co., Toyota Motor Co., Toyota Motor Co., Toyota Motor Co., Toyota Motor Co., Ltd., Toyota Motor Co., Ltd., Toyota Motor Co., Inc., Toyota Motor Co., Inc., Toyota Motor Co., Ltd., Toyota Motor Co., Ltd., Toyota Motor Co., Ltd., Toyota Motor Co., Ltd., Toyota Motor Co., Toyota Motor Co., Ltd.', 'Meanwhile, Fenerbahçe have agreed a transfer fee for the 23-year-old who is currently on loan at Vitesse Arnhem in Poland.', ""In 1985, the $200,000, Maryland-Maryland Groceries Fund was established as an advertising vehicle for the developer tribasole and was specifically designed to purchase related products such as robotic components and equipment and to support Bear Stearns' self-generating brokerage firm BrokingCenter Mac."", ""Kendall Ambassadors, Marks & Spencer Incoming Center Amazon Marketing Parks Ltd. takes a few standard steps to make sure you don't miss the opportunity to donate $1,500 from your location • One of the most popular brands in California, Marks & Spencer, offers a bring-your-own-shopping experience service.""]" -114,"['This', 'would', 'send', 'signals', 'via', 'the', 'craft', 'to', 'American', 'telecommunications', 'companies', 'such', 'as', 'AT&T', '.']","[13, 14]",0,at&t,This would send signals via the craft to American telecommunications companies such as AT&T.,"['It would send signals over the Internet to exchange companies like AT & T.', 'Paddling could signal to American teenagers that they are at risk.', 'The move would send signals to Americans like AT & T and AT & T.', ""American officials would send signals to the telecommunications doors of foreign governments to follow Jolie's example."", '46.9% of FTSE 100 companies, including HSBC, Lloyds, Lloyds, Lloyds, Lloyds, Lloyds, Lloyds, Lloyds, Lloyds, Lloyds, Lloyds, Lloyds, Lloyds, Lloyds, Lloyds, Lloyds, TSB, TSB, TSB, TSB, TSB, TSB, TSB, TSB, TSB, TSB, TSB, TSB, TSB, TSB, TSB, TSB, TSB, TSB, TSB and TSB.']" -115,"['He', 'says', 'Microsoft', 'now', 'has', '45,000', 'NT', 'developer', 'kits', 'in', 'the', 'field', 'in', 'twenty', 'countries', 'and', 'expects', 'to', 'have', '50,000', 'out', 'just', 'prior', 'to', 'launch.']","[2, 3]",1,microsoft,"He says Microsoft now has 45,000 NT developer kits in the field in twenty countries and expects to have 50,000 out just prior to launch.","['In a letter to the Prime Minister, Mr Osborne said: ""It is important to note that the Government has made clear that it will not tolerate this behaviour and will not tolerate it again.""', 'He says Microsoft has invested £80 million in developing industrial applications across a range of platforms, including software, software, software, software and services.', 'Shapiro points out that the last time he scored in a Premier League game was in May 2012, when he scored twice in the 2-1 win over Crystal Palace, and that he scored twice in the 2-1 win over West Ham in the FA Cup semi-final.', 'He says the warning signs have been in place since the council approved the project in 2009, when 350 parks were handed over.', ""He said: 'I'm not going to lie, I'm not going to lie, I'm not going to lie.""]" -116,"['Sun', 'says', 'it', 'did', 'and', 'still', 'is', 'delivering', 'the', 'thing', 'in', 'volume', '--', ""it's"", 'just', 'not', 'enough', 'to', 'meet', 'backorders.']","[0, 1]",1,sun,Sun says it did and still is delivering the thing in volume -- it's just not enough to meet backorders.,"[""Sun says she saw the work on a large scale - it's called Gyscht Extreme Shine Supreme."", ""The Sun's Susan Carnett says it's not fair - an annual amount - it just doesn't deliver what it promises."", 'Sun said on Saturday night that Messi was still hungry for the money but ready for a move to the Nou Camp.', ""Sun shared a photo of herself in a black and white striped T-shirt with the caption: 'Happy Birthday to my love @ davidbeckham @ davidbeckham @ davidbeckham @ davidbeckham @ davidbeckham @ davidbeckham @ davidbeckham @ davidbeckham'."", 'Sun Leg delivers everything with Edward and Raphael, who agreed to meet Gregory full of variety, because before Bond he was known only by his first name, and now experts say he prefers to be known by his first name.']" -117,"['Skillbase', 'members', 'have', 'to', 'be', '""available""', 'at', 'least', '9', 'months', 'of', 'the', 'year', '--', 'but', 'IBM', 'counts', 'management', 'and', 'technical', 'training', 'into', 'that', '9', 'months.']","[15, 16]",1,ibm,"Skillbase members have to be""available"" at least 9 months of the year -- but IBM counts management and technical training into that 9 months.","['Skin care must be available for at least nine months of the year and must include mandatory speed and technical training.', 'The questions occupy the margins of the eleven activities carried out by the evacuees.', 'Members of Billbase must accept at least equivalents within one year, including IBM\'s management and Kyle Forget\'s training environment, Linlokr\'s Johnny Lillian Wokkati\'s data, and Wulqze\'s member drone ""Skillbase"" to cover environmental issues.', 'The star, who is in the midst of a divorce from her husband of two years, has been busy promoting her new movie I Feel Pretty, in which she stars opposite Brad Pitt.', ""It is not clear whether the player's support for the club is due to a lack of interest in the club paralysing players' interests.""]" -118,"['Kodak', 'says', 'this', 'change', 'is', 'the', ""company's"", 'biggest', 'advance', 'in', 'emulsion', 'technology', 'for', 'more', 'than', '50', 'years.']","[0, 1]",1,kodak,Kodak says this change is the company's biggest advance in emulsion technology for more than 50 years.,"['According to Kodak, this is the biggest technological advance in more than a decade and the first time the technology has been used in space.', 'According to Kodak, quality has been the biggest selling point in manufacturing in recent years.', 'Kodak have made a late bid to sign Coutinho but Liverpool have yet to agree a transfer fee with the Anfield club.', 'According to KoLas, the Lakers are looking for a new coach this week, and the Lakers are looking for a new coach to replace him, but the Lakers are also looking for a new coach to replace him.... No, the Lakers are looking for a new coach to replace him, and the Lakers are looking for a new coach to replace him.... No, the Lakers are looking for a new coach to replace him, but the Lakers are looking for a new coach to replace him.... No, the Lakers are looking for a new coach to replace him.... The Lakers are looking for a new coach to replace him.... The Lakers are looking for a new coach to replace him, but the Lakers are looking for a new coach to replace him.', 'Kodak unveiled its new digital management playlist on Wednesday, and the company said it would launch a new version of its own digital management playlist in the next few months.']" -119,"['I', 'was', 'just', 'in', 'time', 'to', 'see', 'her', 'running', 'down', 'the', 'steps', 'and', 'towards', 'the', 'open', 'door', 'of', 'a', 'BMW', '.']","[19, 20]",1,bmw,I was just in time to see her running down the steps and towards the open door of a BMW.,"['Just in time, I saw Sydney tumble down the stairs to grab a seat outside.', ""I've just sent them to the door of an M Burger 71.6, which is made by a vanity manufacturer."", 'My idea was to tell each other stories from witnesses, ""said neighbor Hendrie Zutcrop. who said she saw two men, one of whom was wearing a T-shirt that read"" T. ""', '< < < < < < < unk > < unk > < unk > < unk > < < unk > < < unk > < unk > < unk > < < unk > < < unk > < & lt; unk > < unk > < unk > < unk > < unk > < unk > < unk > < < unk > < > < > < > < > < > < unk > < > < > < > < unk > < > < > < unk > < > < > > < unk > > > >', 'Republican sect leader Ron Wyden said he was ""deeply saddened"" by the news of the death of his wife, who died in a car crash in Okla.']" -120,"['The', 'fact', 'that', 'the', 'DME', 'framework', 'was', 'not', 'interoperable', 'with', 'other', 'OSF', ""founders'"", 'Corba', 'technologies', 'has', 'meant', 'that', 'some', 'layers', 'of', 'DME', 'have', 'had', 'to', 'be', 're-designed', 'and/or', 're-written', 'using', 'donated', 'parts', 'of', 'Hewlett-Packard', ""Co's"", 'Distributed', 'Object', 'Management', 'Facility', 'and', 'IBM', ""'s"", 'System', 'Object', 'Model', '(SOM).']","[40, 41]",0,ibm,The fact that the DME framework was not interoperable with other OSF founders' Corba technologies has meant that some layers of DME have had to be re-designed and/or re-written using donated parts of Hewlett-Packard Co's Distributed Object Management Facility and IBM's System Object Model (SOM).,"[""Because the House Oversight and Government Reform Committee disagrees with the rest of the House Oversight and Government Reform Committee, it was a source of irritation that the House Oversight and Government Reform Committee could not reach consensus on the CBO's findings."", '""If multiple departures are intended, the riskier side is Mark and a spoiled source of water,"" he said, ""and if any of the agendas of Chris\'s upstart DME has been implemented, it will come in over $130,000 alone, and if the assets come in, it will be useful.""', 'Links because they generate documents - legally marked content', ""Comey's attempt to make his return to the Oval Office was met with applause and applause when he arrived at the White House on Tuesday."", '< br > DAVID LLOYD reflects on the action of the day']" -121,"['One', 'way', 'would', 'be', 'for', 'the', 'Common', 'Open', 'Software', 'Environment', 'firms,', 'HP,', 'IBM', ',', 'Sun', 'Microsystems', 'Inc,', 'Santa', 'Cruz', 'Operation', 'Inc,', 'Unix', 'System', 'Labs', 'and', 'OSF', '--', 'plus', 'arbiter', 'X/Open', 'Co', 'Ltd', '--', 'to', 'endorse', 'an', 'API', 'that', 'Tivoli', 'has', 'already', 'offered', 'up', 'for', 'their', 'use', '(UX', 'No', '429).']","[12, 13]",1,ibm,"One way would be for the Common Open Software Environment firms, HP, IBM, Sun Microsystems Inc, Santa Cruz Operation Inc, Unix System Labs and OSF -- plus arbiter X/Open Co Ltd -- to endorse an API that Tivoli has already offered up for their use (UX No 429).","['As a result, Scottish companies such as HP, Sun Microsystems Inc, Northrop Grumman Inc, Dr Harry Claidar of the University of California, Berkeley, would contribute to the development of effective competition.', 'One way to do that would be to get the ball out of the way of the Denver Broncos, who have won their last two games, and then get the ball out of the way of the Denver Broncos, who have won their last two games.', ""One method would be for embassy agents Jerry, Thomas Sheshyeva, Benthers, and Sylt's Response Insurance Trust Acc II to describe the two former businessmen as an extreme form of cooperation parked in front of the building."", ""Volkswagen had a testimonial of this year's relaunch status on digital friendship site Youtuber 'an absolute friend' until it was cancelled last week, sparking an angry response from the company, with one user asking: 'Is there anything you can do about it?'"", 'One option for < unk > could be a move to the Premier League, < unk > understands, and one option is a buy-out clause in his contract.']" -122,"['Graphically,', 'it', 'lacked', 'what', 'King', 'calls', 'the', '""world', 'class""', 'of', 'IBM', ',', 'Apple', 'Computer,', 'Ford,', 'Sony', 'and', 'Shell.']","[10, 11]",1,ibm,"Graphically, it lacked what King calls the""world class"" of IBM, Apple Computer, Ford, Sony and Shell.","['Few in the public eye force power-conscious leaders to brag about being the first salesmen.', ""South Carolina won the state's preferred special election, with a final tally of between $200 million for a system change and more than $30 million for an entirely new one."", ""Trump, as < br > 's @ kimkardashian pointed out, had no idea what he was talking about."", '""I don\'t think there\'s a lot of evidence for that, but I think there\'s a lot of evidence for that,"" said Hill, who is also a member of the Senate Armed Services Committee.', 'Southgate is likely to fall out of favour after a lacklustre start to the season at United.']" -123,"['C', 'F', 'Knight', '(57)', 'has', 'been', 'a', 'BP', 'director', 'since', '1987.']","[7, 8]",0,bp,C F Knight (57) has been a BP director since 1987.,"[""Knight, 56, has been director of the hospital's sleep channel since 1987."", ""C. F. Knight & Co., the nation's largest mortgage lender, is one of the nation's largest lenders."", 'C K Knight So (Challenge 57) QB Franconian Scientist, Director of the University of Texas at Austin, Director of the University of Texas at Austin, Director of the University of Texas at Austin, Director of the University of Texas at Austin, Director of the University of Texas at Austin, Director of the University of Texas at Austin, Director of the University of Texas at Austin, Director of the University of Texas at Austin, Director of the University of Texas at Austin, Director of the University of Texas at Austin, Director of the University of Texas at Austin, Director of the University of Texas at Austin, Director of the University of Texas at Austin, Director of the University of Texas at Austin, Director of the University of Texas at Austin, Director of the University of Texas at Austin, Director of the University of Texas at Austin, Director of the University of Texas at Austin, Director of the University of Texas at Austin', 'C. F. Knighter, 57, of Detroit, is charged with first-degree murder in the shooting deaths of his wife and two children.', 'Following the revelations, former White House press secretary Sarah Huckabee Sanders tweeted that she was ""deeply saddened"" by the death of former FBI Director James Comey.']" -124,"['Well', 'Digital', 'Equipment', 'Corp', 'always', 'said', 'it', 'would', 'catch', 'up', 'with', 'IBM', 'Corp', ',', 'come', 'what', 'may,', 'and', 'the', 'company', 'has', 'just', 'about', 'done', 'it:', ""IBM's"", 'loss', 'for', '1991', 'was', '$2,827m', 'and', ""DEC's"", 'loss', 'for', 'the', 'year', '$2,780m.']","[11, 13]",0,ibm corp,"Well Digital Equipment Corp always said it would catch up with IBM Corp, come what may, and the company has just about done it: IBM's loss for 1991 was $2,827m and DEC's loss for the year $2,780m.","['The makers of up-based apps report topics like Katy Perry\'s sending see-or-seen videos for handheld devices, and the company has used another example of the 13th Byrne, Reagan and RZSweet Dy, ""so we\'re taking Master Tom in preview for $450.""', 'Now, including IT Corp, it said only that it would catch up with IBM Corp - no matter how much it grew - and that its eight-year-old competition grew 7% to $50.4 million.', ""Doha, Saudi Arabia (CNN) -- Saudi Arabia's Supreme Leader Ayatollah Ali Khamenei said Friday that the United States and Saudi Arabia have reached an agreement to end the war in Yemen."", ""Now that Digital Equipment Corp. has finally moved in with Krummenauer, Johannes Ebner was the perfect blog publisher. < unk >'s D & G 19 _ Wars: The Last Jedi was released Friday. < unk >'s DAVID LITTLEJOHN reports."", 'Now Digital Equipment has never said whether Robbins will lead Pruitt to the White House; it is the exact opposite of what Trump and Albion have done in the past.']" -125,"['Witnesses,', 'including', 'an', 'off-duty', 'police', 'inspector,', 'would', 'describe', 'how', 'a', 'silver', 'Renault', 'twice', 'crossed', 'the', 'central', 'reservation', 'to', 'go', 'past', 'the', 'scene', 'of', 'the', 'broken-down', 'car.']","[11, 12]",1,renault,"Witnesses, including an off-duty police inspector, would describe how a silver Renault twice crossed the central reservation to go past the scene of the broken-down car.","[""Witnesses said the man, believed to be in his late 40s, was shot in the back of the head with a shotgun, while the woman, believed to be in her 50s, was in her 40s and 50s when she was shot in the head and died at the scene, according to the Los Angeles County Sheriff's Office."", 'Witnesses, including a police officer on duty, described seeing a silver Renault turn twice into the middle lane at the scene of the accident at about 4.50am.', 'Interesting witnesses, including a police chief who did not want to be named, described seeing a silver Renault six-seater ""in the thicket"" by the roadside and a white Renault six-seater ""by the roadside"" and a white Renault six-seater ""by the roadside"" and a white Renault six-seater ""by the roadside.""', 'Witnesses cited the incident of a four-day provincial riot in 2006 in which the Keeping Up With The Kardashians star, known for his wild antics on horseback, was allegedly attacked by Kemp and Odom, who were both drunk at the time.', ""Witnesses said: 'She was screaming and screaming and she was screaming and she was screaming and she was screaming.""]" -126,"['The', 'general', 'feeling', 'is', 'that', 'no', 'one', 'company', 'fits', 'the', 'bill,', 'but', 'the', 'combined', 'market', 'capitalisation', 'of', 'Microsoft', 'Corp', 'and', 'Intel', 'Corp', 'now', 'exceeds', 'that', 'of', 'IBM', 'by', '50%,', 'and', 'one', 'well-supported', 'suggestion', 'is', 'a', 'triumvirate', 'of', 'Microsoft,', 'Intel', 'and', 'Apple', 'Computer', 'Inc', '--', 'in', 'other', 'words', ""IBM's"", 'former', 'strategic', 'partner.']","[38, 39]",0,intel,"The general feeling is that no one company fits the bill, but the combined market capitalisation of Microsoft Corp and Intel Corp now exceeds that of IBM by 50%, and one well-supported suggestion is a triumvirate of Microsoft, Intel and Apple Computer Inc -- in other words IBM's former strategic partner.","['There is a general assumption that the number of people in the United States who are eligible for health insurance will increase and that the number of people in the United States who are not eligible for health insurance will decrease, ""Dr. David J. McIntosh, director of the National Institute for Health and Care Excellence at the National Institutes of Health (NIH), said in a statement.', 'The general impression is that Nietzsche\'s presidency would be more or less like a presidential election without a prime minister, and that he would be more or less incapable of quoting the sarcastic ""SaAlCourt 2010"" sarcasm with which Mally reacted to his death.', ""Normally you hear that a small company, the bigger the company, the bigger the business, but < br > understands that manager Steve Egan has been in contact with the club's chief executive Steve Egan since Thursday, who has been running the club for two months."", 'The former England captain, who has been linked with a move to the Premier League this summer, is understood to be keen on a move away from the Etihad Stadium and has been linked with a move to Old Trafford.', ""That no one does justice to each other's office debate should suggest that the status of intangible risk is analytically induced (a footnote to this study is provided by the University of Richmond) turns this interpretation of the standard auditing process on its head, even if it is symbolic, but at the moment IBM has a policy that the longer the letters last their Health Intermediate Date, the more likely they are to attack the standard auditing process.""]" -127,"['IBM', 'is', 'pioneering', '90', 'community', 'projects', 'in', 'Brazil,', 'based', 'on', 'its', 'own', 'internal', '""quality', 'circle""', 'programmes.']","[0, 1]",1,ibm,"IBM is pioneering 90 community projects in Brazil, based on its own internal""quality circle"" programmes.","['IBM Expands Community Advanced Programs From $25 Million to $25 Million Invested in DGrace Ship Rollis -- MASTER FOR FRANKFURT', ""IBM directs 90 commentary events held on the company's website, http: / / www.ibm.com."", 'Iain Duncan Smith, the shadow work and pensions secretary, said: ""I think it\'s important that the government recognises that there is a very real problem with the way people are treated in this country and the way people are treated in this country.""', ""IBM is building in northern Brazil on behalf of the designer Khaled Mousal and is modeling the passion for the small ITB. Sniffing out a wide area has become a means of communication, including some specialized training programs (such as refugees and families). The Top 200 Impact Selling Median Community Classes Specific and Humanly Broad Educational Dependencies for Early, Denver and Coverage Impromata ru Virtualization Camera LS priuEducation Yellow presents b'oas 200 Miles this number and fraudulent taxpayers do playoffs at home in New York City 90 Griahers Blue Aces, and the class @ WolBecker will share the rents from the next few months."", ""Colorado is hard to excite, arrest warrants Were modern cases not landscapes of modern cases, but much flexibility works on a report that says the government can't get half as far into weapons The Guantanamo Bay Interention Facility means you can't get personal contact with them during this long process because Da Silva won the Republican Islands and free huts in the territories. helped the government promote the Guantanamo Project, which was launched by President Obama in 2008.""]" -128,"['SOUTHERN', 'Electricity', 'has', 'bought', 'Thermal', 'Transfer', '(Holdings),', 'an', 'environmental', 'control', 'systems', 'business', 'with', 'sales', 'of', 'more', 'than', '$15m', 'a', 'year.']","[0, 2]",0,southern electricity,"SOUTHERN Electricity has bought Thermal Transfer (Holdings), an environmental control systems business with sales of more than $15m a year.","['The company, in turn, will buy Huawei, which has been the subject of a U.S. Securities and Exchange Commission investigation into whether it violated the terms of its contract with the company and whether it violated the terms of its agreement with the company, according to people familiar with the matter who spoke on condition of anonymity because they were not authorized to discuss the matter publicly.', ""SOUTH Electricity, the world's largest electricity supplier to the United States, said Tuesday that it had agreed to sell its stake in the company to a private equity firm in a deal that could be worth up to $1 billion."", 'Electricity company Societe Generale has bought Thermodynamics, which provides services to a major energy company in Australia, in a deal worth more than $1 billion (£1.7 billion) and is expected to be worth more than $15 billion (£1.7 billion) by the end of the year, the company said in a statement on Wednesday.', 'WEDIA has bought its Australian counterpart Sandi Toksvig, who may have had a difficult month, but some of the evidence is far more compelling than others, especially in light of the more than $1 billion in public money spent on the case.', 'SOU (up to the 80-minute return visit of Rebecca Meerwest), an APA doctor injured himself over 16 games (up to the 80-minute return visit of Rebecca Meerwest).']" -129,"['On', 'May', '18', '1988,', 'Computergram', 'Number', '931', 'reported', 'that', 'IBM', 'was', 'seeking', 'retroactive', 'royalties', 'from', 'any', 'company', 'that', 'had', 'cloned', 'the', 'Personal', 'Computer', '*', '*', '*', 'the', 'Open', 'Software', 'Foundation', 'was', 'revealed', 'with', 'seven', 'sponsors', '*', '*', '*']","[9, 10]",1,ibm,"On May 18 1988, Computergram Number 931 reported that IBM was seeking retroactive royalties from any company that had cloned the Personal Computer * * * the Open Software Foundation was revealed with seven sponsors * * *","[""The solo debut hinted that Khloe and Tristan, who are expecting their first child together, could be expecting their first child together in a matter of months, with sources claiming the reality star is' very happy 'with her new man and wants to start a family with him."", 'According to computer code number 931, there are currently reports (on March 18) that 35 employees have abused Virtu, according to ""Musquem por"" IBM\'s Q2 IBM P2 and Distft\'s ""Premileaccelerator Holiday"" as an attitude to Virtu.', 'On the day of the Lord Mayor, car number: GO: EN 931 microPX: * Contract No.', 'On May 18, 1988, the computer program 44TaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTaTa', ""'I think it's good that we have a president who is willing to work with the people of this country, 'he said, according to ABC News' 'Face the Nation.'""]" -130,"['BP', 'is', 'among', 'the', '40', 'or', 'so', 'member', 'companies', 'which', 'subscribed', 'to', 'the', 'formation', 'of', 'the', 'training', 'body.']","[0, 1]",0,bp,BP is among the 40 or so member companies which subscribed to the formation of the training body.,"['BP owns Orange Singapore and Pipeline France.', 'BP is one of about 40 member companies awarded the right to build a refinery in the Gulf of Mexico, according to the U.S. Department of Energy and Environmental Protection, which said in a statement Thursday it was ""deeply disappointed"" by the U.S. Environmental Protection Agency\'s decision to suspend production of the refinery in the Gulf of Mexico, which is expected to be completed by the end of the year.', ""BP is not one of the BIS's 40 or so member companies in dire need of help, but the union that represents the BIS. < / br >"", 'BP is one of only a handful of companies in the world to have built the reactor.', ""BoatLincolnshire BMAG was founded in 1985 and is one of the world's leading providers of email-enabled IPN and has even used Korean file names such as Foxy Line.""]" -131,"['It', 'will', 'be', 'supported', 'by', 'BMW,', 'Citroen,', 'Ford,', 'Honda,', 'Peugeot,', 'Renault', ',', 'Rover,', 'Toyota,', 'Vauxhall,', 'Volkswagen', 'and', 'Volvo', 'and', 'most', 'of', 'the', 'major', 'insurance', 'companies', 'in', 'Britain.']","[10, 11]",1,renault,"It will be supported by BMW, Citroen, Ford, Honda, Peugeot, Renault, Rover, Toyota, Vauxhall, Volkswagen and Volvo and most of the major insurance companies in Britain.","['It is supported by BMW, Citroen AM AM Womanon, Ford, Honda, Peugeot, Renault Teammaker, Country Frontier, Toyota, APA Chief Executive Officer Whistl and the Ninth South Companies at the time, Charlotte, N.C. Each program in Pennsylvania is supported and engaged by Quadrangle San Francisco Day by msx, the Ninth South Companies at the time, and the Ninth South Companies in Lower Saxony, Charlotte, N.C. Each program in Pennsylvania is supported and engaged by Quadrangle San Francisco Day by msx, the Ninth South Companies at the time, the Ninth South Companies in Lower Saxony, Charlotte, N.C. Each program is led by Quadrangle San Francisco Day by msx.', 'Supporters of the resolution, which is backed by the Democratic National Committee (DNC) and the Democratic National Committee (DNC), said it would be ""inappropriate"" for the DNC to comment on the allegations, but it would be ""inappropriate"" for the DNC to comment.', 'Especially in Buenos Aires, where Salvation Minister Ignacio Murata said yesterday that companies such as Fisheries, Terre des hommes and Methane Comptors Enterprise (N.E.) are working on a project to restore optimum performance for local communities, suspicions are raised.', 'He said, ""I\'m not going to say that I don\'t think it\'s the right thing to do, but I\'m not going to say it\'s not the right thing to do, I\'m not going to say it\'s not the right thing, I\'m going to say it\'s the right thing to do, and I\'m going to do it.""', 'Supported by tens of thousands of people in certain parts of the country, hoping for a truly unviable tribal state, we can come together and say that we are sorry for what has been done to those who have lost their lives.']" -132,"['IBM', 'Austin', ',', 'or', 'at', 'least', 'some', 'faction', 'there,', 'is', 'seriously', 'interested', 'in', 'becoming', 'a', 'system', 'software', 'supplier', '--', 'a', 'viable', 'alternative', 'to', 'Microsoft', 'Corp', 'and', 'Unix', 'System', 'Labs', '--', 'and', 'sees', 'remarketing', 'Mach', '3', 'as', 'the', 'way', 'to', 'do', 'it,', 'according', 'to', 'a', 'report', 'out', 'of', 'an', 'OSF', 'Research', 'Institute', 'meeting', 'in', 'Boston', 'the', 'week', 'before', 'last.']","[0, 2]",1,ibm austin,"IBM Austin, or at least some faction there, is seriously interested in becoming a system software supplier -- a viable alternative to Microsoft Corp and Unix System Labs -- and sees remarketing Mach 3 as the way to do it, according to a report out of an OSF Research Institute meeting in Boston the week before last.","[""LAN is one of the world's leading providers of high-speed Internet connectivity and offers a wide range of services, including Internet access, wireless Internet access, wireless Internet access, wireless Internet access, wireless Internet access, wireless Internet access, wireless Internet access, wireless Internet access, wireless Internet access, wireless Internet access, wireless Internet access, wireless Internet access and wireless Internet access."", ""IBM (R) and Microsoft (R), the world's largest software developer, announced today that they have entered into an agreement to acquire the world's largest software company, Microsoft (MSFT.O), which will allow them to take control of the world's most popular games, including PlayStation 3, PlayStation 3, PlayStation 3, PlayStation 3, PlayStation 3, PlayStation 3 and PlayStation 3. < br >"", 'For example, IBM Austin has recently criticized several developments in the main market, including the launch of the 40k strip of light dedicated to its model in Studio East Emmanuel on NaseMan-No and the launch of OceFrost, which shows that high-tech lighting is a dominant substitute for project offerings and promotions, eliminating many of its competitors, including Ken Son, CEO of Simone, and Yahoo Co (which is still being eliminated).', 'Colorado has been interested in Democratic presidential candidate Hillary Rodham Clinton for more than a year, and the former secretary of state said in a statement that she was ""deeply saddened"" by the death of Sen. John McCain, R-Ariz., who died in a car crash last week.... ""I am deeply saddened to hear of the death of Sen. John McCain, R-Ariz., who died in a car crash last week.', 'overseas operations overseas operations overseas operations overseas operations overseas operations overseas operations overseas operations overseas operations overseas operations overseas operations overseas operations overseas operations overseas operations overseas operations overseas operations overseas operations overseas operations overseas operations overseas operations overseas operations overseas operations overseas operations overseas operations overseas operations overseas operations overseas operations overseas operations overseas operations overseas operations overseas operations overseas operations overseas operations overseas operations overseas operations overseas operations overseas operations overseas operations overseas operations overseas operations overseas operations']" -133,"['Currently', 'four', 'Japanese', 'companies', 'are', 'shareholders', 'in', 'Unix', 'Labs', '--', 'Fujitsu', 'Ltd,', 'NEC', 'Corp', ',', 'Oki', 'Electric', 'Industry', 'Co', 'and', 'Toshiba', 'Corp', '--', 'and', 'some', 'of', 'the', 'same', 'companies', '--', 'Fujitsu,', 'NEC,', 'Toshiba', '--', 'are', 'shareholders', 'in', 'Novell', 'KK,', ""Novell's"", 'Japanese', 'subsidiary.']","[12, 14]",0,nec corp,"Currently four Japanese companies are shareholders in Unix Labs -- Fujitsu Ltd, NEC Corp, Oki Electric Industry Co and Toshiba Corp -- and some of the same companies -- Fujitsu, NEC, Toshiba -- are shareholders in Novell KK, Novell's Japanese subsidiary.","[""Geithner's four Japanese shareholders - Fujitsu Ltd, NEC, Ok-Industry Co and Toshiba Corp - and a number of other companies, including Fujitsu and Marichi, each hold shares in the company, which is owned by Japan's Nikkei 225 index."", ""The Prince is currently a sponsor of the charity, named after Dr Slim, the founder of Amnesty International, and it is hoped this year's event, which raises money for victims of the Grenfell Tower fire, will raise awareness of the issue."", ""Four Japanese companies are currently running the UniHallowe'en project, which aims to remove evidence from mobile devices."", 'Right now, here is the Iran Information Area (IIC), 34 miles along the border with North Korea, and 40,000 miles away, and when we ask for human pies instead of Spanish pies, we find the source of effectiveness - and always look at a broken smile fixer happy animal through a table of 44,090 Pyongyang technos. executive lady like is enemy on everywhere in the world, via enhanced practice before the ""handling stars seriously with provincial, is task kids for"" firejobs. ""', 'Currently, four Japanese companies are in talks to acquire the Hal District, Lassul and Camp of Companies, according to people briefed on the discussions who spoke on condition of anonymity because they were not authorized to speak to the media, and the company has said they are not aware of any talks between the two companies about a possible sale of the company, according to a person familiar with the matter who spoke on condition of anonymity because the talks are not authorized to discuss the matter publicly.']" -134,"['Latest', 'victim', 'of', 'the', 'IBM', 'Corp', 'workforce', 'paring', 'is', 'the', ""company's"", 'personal', 'computer', 'plant', 'in', 'Boca', 'Raton,', 'Florida,', 'where', '400', 'to', '500', 'jobs', 'are', 'to', 'go,', 'leaving', 'about', '3,200,', 'United', 'Press', 'International', 'reports.']","[4, 6]",0,ibm corp,"Latest victim of the IBM Corp workforce paring is the company's personal computer plant in Boca Raton, Florida, where 400 to 500 jobs are to go, leaving about 3,200, United Press International reports.","[""JUNE Christmas Day 675 Southern Jungle, which Hollywood canceled on Monday, is expected to offer as many Elaiza 4 ICE as possible on a blink-and-you'll-miss-it breakthrough platform on January 1."", 'The latest victim of the changes to income tax and National Insurance are the so-called ""self-employed,"" paid for by the self-employed or stay-at-home parents.', 'IBM Corp is taking legal action against victims who shouted at the company for not killing a victim.', '""Spicer has clearly won Cincinnati so far - 780 delegates are up for grabs,"" McCain said in a statement, adding that he was ""honored"" to be invited to the White House for the first time.', 'But some of his views were shared by some of his fellow students, who said they did not want to be seen as racist or racist.']" -135,"['It', 'sells', 'its', 'products', 'primarily', 'on', 'an', 'OEM', 'basis,', 'its', 'customers', 'in', 'India', 'including', 'the', 'local', 'subsidiaries', 'of', 'Digital', 'Equipment', 'Corp,', 'Hewlett-Packard', 'Co', ',', 'Groupe', 'Bull', 'SA,', 'Ing', 'C', 'Olivetti', '&', 'Co', 'SpA,', 'ICL', ""Plc's"", 'International', 'Computers', 'Indian', 'Manufacture', 'Pte', 'Ltd', 'affiliate,', 'and', 'Unisys', 'Corp.']","[21, 23]",0,hewlett-packard co,"It sells its products primarily on an OEM basis, its customers in India including the local subsidiaries of Digital Equipment Corp, Hewlett-Packard Co, Groupe Bull SA, Ing C Olivetti & Co SpA, ICL Plc's International Computers Indian Manufacture Pte Ltd affiliate, and Unisys Corp.","['""I think it\'s going to be a tough game,"" he said.', 'It is not clear how many people were killed or injured in the attacks, but the death toll is expected to rise to more than 100 in the coming days, according to the U.S. Centers for Disease Control and Prevention.', 'Self-employed recruit Visionored Lo said ethrick House Rental Management and Data Group Care-based development were one of the reasons the site used oil companies to sell their information to advertisers.', 'She is selling a pair of high heeled ankle boots she has been wearing for two years, including a pair of high heeled ankle boots, a pair of black ankle boots, a pair of black boots and a pair of white sneakers.', 'Latin America, Connecticut, Connecticut, New York, New Jersey, New York, New Jersey, New York, New Jersey, New Jersey, New Jersey, New Jersey, New Jersey, New Jersey, New Jersey, New Jersey, New Jersey, New Jersey, New Jersey, New Jersey, New Jersey, New Jersey, New Jersey, New Jersey, New Jersey, New Jersey, New Jersey, New Jersey, New Jersey, New Jersey, New Jersey, New Jersey, New Jersey, New York, New Jersey, New York, New York, New York, New York, New York, Pennsylvania, Pennsylvania, New Jersey, New Jersey, New York, New York, New York, New York, New York, New York, New York, New York, New York, New York, New Jersey, New Jersey, New Jersey, New Jersey, Pennsylvania, New Jersey, New Jersey, New Jersey']" -136,"['Stories', 'are', 'circulating', 'that', 'Ford', 'will', 'announce', 'it', 'has', 'built', 'a', '5', 'per', 'cent', 'shareholding', 'early', 'next', 'week.']","[4, 5]",1,ford,Stories are circulating that Ford will announce it has built a 5 per cent shareholding early next week.,"[""Ford's claim of a 5 percent stake in the company will be widely debunked even in many stage and radio shows that will air early next week."", 'Earlier this week Kendall made her first public appearance since announcing she was expecting her first child with boyfriend Tristan Thompson in May 2018.', ""There are rumors that Wednesday's shooting may have been a PR stunt."", 'The one-man company, which operates TroHerTech with Suzuki, is rumored to be in the midst of an often merciless crisis: it is in the midst of a $1 billion merger with solar panel maker Republic Park, and it is in talks with Microsoft to buy a stake in the company.', ""Earlier this month, the High Court ruled in favour of an appeal by the High Court of Appeal against the government's decision to impose a ban on the sale of company shares.""]" -137,"['TWE', 'Japan,', 'created', 'to', 'distribute', 'Time', 'Warner', ""Entertainment's"", 'products', 'will', 'be', 'held', '25%', 'by', 'Itochu', ',', '25%', 'by', 'Toshiba,', '37.25%', 'by', 'Time', 'Warner', 'and', '12.75%', 'by', 'US', 'West.']","[14, 15]",0,itochu,"TWE Japan, created to distribute Time Warner Entertainment's products will be held 25% by Itochu, 25% by Toshiba, 37.25% by Time Warner and 12.75% by US West.","[""It's not the first time Victoria Beckham has been spotted in London, as she recently enjoyed a romantic getaway with her husband David Furnish and their two children Brooklyn, eight, Brooklyn, eight, and Brooklyn, one."", 'Trading company TWE Japan, which focuses on consuming local produce, also accused Matt of ""mistreatment"" and ""neglect"" during his visit to Petroche Park, a four-story building that opened to American tourists last year, saying: ""We are pleased that we have been able to find a solution to this problem.""', 'David Dasobsession, also known as David Dasobsession, is the South African director of electrical detection.', ""'We are pleased to announce that we have reached an agreement with PlayfireMessi. http: / / www.PlayfireMessi.com, a leading provider of high-quality, high-quality, high-quality, low-cost, high-quality, high-quality, high-quality, high-quality, high-quality, high-quality, high-quality, high-quality, high-quality, high-quality, high-quality, high-quality, high-quality, high-quality, high-quality products. '"", ""TWE Japan is one of the world's leading television networks and TWE is one of the world's leading television networks with more than 100 million subscribers worldwide, with more than 100 million people tuning in to its YouTube domain name and domain name and over 100 million people watching the show, which is set to premiere in 2019. < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br >""]" -138,"['Intel', 'invented', 'the', 'guts', 'of', 'modern', 'computers', 'during', 'the', 'late', 'Sixties', 'when', 'it', 'developed', 'the', 'DRAM', 'memory', 'chip,', 'the', 'SRAM', 'memory', 'chip', 'and', 'the', 'microprocessor.']","[0, 1]",0,intel,"Intel invented the guts of modern computers during the late Sixties when it developed the DRAM memory chip, the SRAM memory chip and the microprocessor.","['With Copper & PCFrontist in the late 1960s, Intel developed the gut of modern unionized people.', 'The basic principle was the milk of our nerves... international audit laws were formulated by EU SPA by standard, and the EU SPA was formulated by standard SPA by standard SPA by standard SPA by standard SPA by standard SPA by standard SPA by standard SPA by standard SPA by standard SPA by standard SPA by standard SPA by standard SPA by standard SPA by standard SPA.', 'Intel developed the Hodgson tablet in the 1960s, but accidentally gave it away in the 1980s.', 'Whenever Djokovic struggles with a lack of confidence in his game or waits to find a rhythm to his game, whether he struggles to find a rhythm to his game, or whether he struggles to find a rhythm to his game, Bermbach said: ""I think it\'s going to be very difficult for him to find a rhythm.""', 'But culture has mostly been associated with high-speed smokers from the United States and the huge savings from the NSA program, such as $100,000 in levies on the Clooneys, $9,400 in the United States and $100,000 in Britain.']" -139,"['Support', 'for', 'COSE', 'came', 'from', 'across', 'the', 'industry,', 'including', 'Adobe', 'Systems', 'Inc,', 'Autodesk', 'Inc,', 'Computer', 'Associates', 'International', 'Inc,', 'Computervision', 'Corp,', 'Convex', 'Computer', 'Corp,', 'Cray', 'Research', 'Inc,', 'Electronic', 'Data', 'Systems', 'Corp,', 'Fujitsu', 'Ltd,', 'Hitachi', 'Ltd,', 'ICL', 'Plc,', 'Ingres', 'Corp,', 'Mead', 'Corp,', 'the', 'Object', 'Management', 'Group,', 'Oki', 'Electric', 'Industry', 'Co,', 'Oracle', 'Corp,', 'Samsung', 'Electronics', 'Co,', 'Siemens', 'Nixdorf', 'Informationssysteme', 'AG,', 'Stratus', 'Computer', 'Inc,', 'Sybase', 'Corp,', 'Toshiba', 'Corp', ',', 'Unisys', 'Corp,', 'Unix', 'International', 'and', 'XSoft.']","[62, 64]",1,toshiba corp,"Support for COSE came from across the industry, including Adobe Systems Inc, Autodesk Inc, Computer Associates International Inc, Computervision Corp, Convex Computer Corp, Cray Research Inc, Electronic Data Systems Corp, Fujitsu Ltd, Hitachi Ltd, ICL Plc, Ingres Corp, Mead Corp, the Object Management Group, Oki Electric Industry Co, Oracle Corp, Samsung Electronics Co, Siemens Nixdorf Informationssysteme AG, Stratus Computer Inc, Sybase Corp, Toshiba Corp, Unisys Corp, Unix International and XSoft.","['Support for the project came from a range of providers across the industry, and on Wednesday evening (5.30pm Cornwall time) Kent-based X-Clu awarded several KinbyG awards to people who have spent time in the UK.', ""Support for such a move came from, among others, Adobe Systems Inc. 's head of intelligence, Admiral Admiral Chillean, Interest Partner Tank TheColombo 3G, and < br >'s Brisbane Bacon, Remus Promish, who told Today on the sidelines of a press conference in London:"", ""NRK's shocking picture shows that deals worth millions of dollars have been done by world leaders. < unk > understands that McLaren's first Wright product in 2011 and, rightly, McLaren's first in 2011 were the most expensive in the history of the sport. < unk > understands that while the governing body wants to be the main beneficiary of such measures, the governing body is pushing for changes in sport, including the introduction of the first Wright product in 2011 and, correctly, the launch of the first Wright product in 2011, the launch of the first McLaren product in 2011, the launch of the first McLaren product in 2011, the launch of the first McLaren product in 2011, the launch of the first McLaren product in 2011, the launch of the first McLaren product in 2011, the launch of the first McLaren product in 2017."", 'COSE came from the industry group ""68vert,"" known as the Panama List, known as ""68vert,"" which is a reference to the terms ""68vert,"" ""68vert,"" ""68vert,"" ""68vert,"" ""68vert,"" ""68vert,"" ""68vert,"" ""68vert,"" ""68vert,"" ""68vert,"" ""68vert"" 68vert, """" 68vert ""68vert,"" ""68vert"" 68vert, """" 68vert ""68vert,"" ""68vert"" 68vert, """" 68vert ""68vert,"" 68vert ""68vert,"" 68vert ""68vert,"" 68vert ""68vert"" 68vert, ""68vert"" 68vert, ""68vert"" 68vert ""68vert"" 68vert ""68vert"" 68vert ""68 vert"" 68 vert ""68 vert""', 'COSE is driven by the Internet, which has more programs available than Schiff can or would like, and he has tried to convince young people (Debate on Religion and Religion, Aophnegle, Aophnegle, Aophnegle, Aophnegle, Aophnegle, Aophnegle, Aophnegle, Aophnegle, Aophnegle, Aophnegle, Aophnegle, Aophnegle, Aophnegle, Aophnegle, Aophnegle, Aophnegle, Aophnegle, Aophnegle, Aophnegle, Aophnegle']" -140,"['DEC,', 'Hewlett-Packard', ',', 'Hitachi,', 'IBM', 'and', 'Groupe', 'Bull', 'have', 'already', 'signed', 'on', 'for', 'the', 'event.']","[1, 2]",1,hewlett-packard,"DEC, Hewlett-Packard, Hitachi, IBM and Groupe Bull have already signed on for the event.","['DETROIT, Hewlett-Packard, Hitachi, IT and PowerForm have all announced plans to expand their operations in the United States and are expected to do so in the coming months, according to people familiar with the plans who spoke on condition of anonymity because they were not authorized to speak publicly.', '""I don\'t know if I\'m going to be able to do it, but I\'m going to be able to do it, and I\'m going to be able to do it, and I\'m going to be able to do it, and I\'m going to be able to do it, and I\'m going to be able to do it,"" he said.', '""I think it\'s going to take a lot of time to get to the bottom of this,"" he said, ""but I think it\'s going to take a lot of work to get there.""', 'DEC managing director Hewnee-Ladd Regis said in a statement: ""We are pleased to announce that we have signed a new contract with the club which will allow us to continue working closely with the club for the remainder of 2017.', ""DETROIT (AP) - General Motors Co. 's (GM.N: Quote, Profile, Research, Stock Buzz) (NYSE: Quote, Profile, Research, Stock Buzz) (NYSE: Quote, Profile, Research, Stock Buzz) (Nasdaq: Quote, Profile, Research, Stock Buzz) (Nasdaq: Quote, Profile, Research, Stock Buzz) (Nasdaq: Quote, Profile, Research, Stock Buzz) (Nasdaq: Quote, Profile, Research, Stock Buzz) (Nasdaq: Profile, Research, Stock Buzz) (Nasdaq: Profile, Stock Buzz) (Nasdaq: Profile, Research, Stock Buzz) (Nasdaq: Profile, Stock Buzz) (Nasdaq: Profile, Stock Buzz) (Nasdaq: Profile, Stock Buzz) (Nasdaq: Profile, Stock Buzz) (Nasdaq: Profile, Stock Buzz)""]" -141,"['2.9', 'By', 'transferring', '1,000,000', 'new', 'ordinary', 'shares', 'in', 'Blue', 'Arrow', 'from', 'NatWest', 'Investment', 'Bank', 'to', 'County', 'NatWest', 'Securities', 'to', 'account', 'for', 'a', 'similar', 'holding', 'by', 'Handelsbank', 'NatWest', 'and', 'falsely', 'representing', 'that', 'those', 'shares', 'were', 'held', 'by', 'County', 'atWest', 'Securities', 'Limited', 'for', 'the', 'purposes', 'of', 'market', 'making;', '2.10', 'By', 'failing', 'properly', 'to', 'account', 'for', 'the', 'acquisition,', 'distribution', 'and', 'disposal', 'of', '66,600,000', 'shares', 'in', 'Blue', 'Arrow', 'held', 'by', 'NatWest', 'Investment', 'Bank', 'and', 'County', 'NatWest', 'in', 'the', 'records', 'required', 'for', 'accounting', 'purposes', 'by', 'NatWest', 'Investment', 'Bank', 'and', 'County', 'NatWest;', '2.11', 'By', 'failing', 'properly', 'to', 'account', 'for', 'the', 'acquisition,', 'distribution', 'and', 'disposal', 'of', '34,069,433', 'shares', 'in', 'Blue', 'Arrow', 'held', 'by', 'Phillips', '&', 'Drew', 'Securities', 'in', 'the', 'records', 'required', 'for', 'accounting', 'purposes', 'by', 'Phillips', '&', 'Drew', 'Securities;', '2.12', 'By', 'falsely', 'representing', 'that', 'County', 'NatWest', 'had', 'become', 'interested', 'in', '9.5', 'per', 'cent', 'of', 'the', 'issued', 'capital', 'of', 'Blue', 'Arrow', 'on', 'December', '17,1987', 'and', 'that', 'the', 'board', 'of', 'Blue', 'Arrow', 'had', 'been', 'informed', 'of', 'that', 'interest;', '2.13', 'By', 'concealing', 'the', 'true', 'position', 'in', 'relation', 'to', 'the', 'rights', 'issue', 'from', 'the', 'Bank', 'of', 'England,', 'the', 'International', 'Stock', 'Exchange,', 'National', 'Westminster', 'Bank', 'and/', 'or', 'the', 'board', 'of', 'directors', 'of', 'Blue', 'Arrow;', '2.14', 'By', 'falsely', 'representing', 'that', 'the', 'rights', 'issue', 'had', 'been', 'honestly', 'and', 'successfully', 'completed', 'by', 'reason', 'of', 'their', 'general', 'skill,', 'competence', 'and', 'diligence.']","[106, 110]",0,phillips & drew securities,"2.9 By transferring 1,000,000 new ordinary shares in Blue Arrow from NatWest Investment Bank to County NatWest Securities to account for a similar holding by Handelsbank NatWest and falsely representing that those shares were held by County atWest Securities Limited for the purposes of market making; 2.10 By failing properly to account for the acquisition, distribution and disposal of 66,600,000 shares in Blue Arrow held by NatWest Investment Bank and County NatWest in the records required for accounting purposes by NatWest Investment Bank and County NatWest; 2.11 By failing properly to account for the acquisition, distribution and disposal of 34,069,433 shares in Blue Arrow held by Phillips & Drew Securities in the records required for accounting purposes by Phillips & Drew Securities; 2.12 By falsely representing that County NatWest had become interested in 9.5 per cent of the issued capital of Blue Arrow on December 17,1987 and that the board of Blue Arrow had been informed of that interest; 2.13 By concealing the true position in relation to the rights issue from the Bank of England, the International Stock Exchange, National Westminster Bank and/ or the board of directors of Blue Arrow; 2.14 By falsely representing that the rights issue had been honestly and successfully completed by reason of their general skill, competence and diligence.","[""(2) The Company's Board of Directors has approved the acquisition of the Company's common shares, and the Company's Board of Directors has approved the sale of the Company's common shares, including common shares, common shares, common shares, common shares, common shares, common shares, common shares, common shares, common shares, common shares, common shares, common shares, common shares, common shares, common shares, common shares, common shares, common shares, common shares, common shares, common shares, common shares, common shares, common shares, common shares, common shares, common shares, common shares, common shares, common shares, common shares, common shares, common shares, common shares, common shares, common shares, common shares, common shares, common shares, common shares, common shares, common shares, common shares, common shares, common shares,"", ""2. -- VIPA Solutions has changed and replaced 21 faces and structures at Personality Real Estate to replace Senior Vice President and Chief Executive Officer. -- By shifting 1.9 million new common shares and a similar increase in the Company's shares, the Company replaces Senior Vice President and Chief Executive Officer. -- By shifting 1.9 million new common shares and a similar increase in the Company's shares and a similar increase in the Company's shares. -- By shifting Senior Senior Vice President and Chief Executive Officer and Chief Executive Officer and Chief Executive Officer and Chief Operating Officer. -- By shifting 1.9 million new common shares and a similar increase in the Company's shares and a similar increase in the Company's shares and a similar increase in the Company's shares. -- By shifting the Common Shares and the Chief Operating Officer."", '2.9 Criticism of the United States of America and our @ inz over the lucrative sales of new companies in the United States has been a deskbuster, the referee has caused concern among analysts and his immofinantesti in the queue. It has given us unhealthy wrinkles. 2.9 By grappling with the hateful sounds of the Tinkai business, he has been critical of the Tinkai business. -- The Lord of the Tinkai business on the head. -- The Lord of the Tinkai business on the head. -- The Lord of the Tinkai business on the head. -- The Lord of the Tinkai business on the head.', 'http: / / www.newscom.com / cgi-bin / prnh / 2008109 / NYFW01LOGO http: / / www.newscom.com / cgi-bin / prnh / 20091002 / NYFW01LOGO http: / / www.newscom.com / cgi-bin / prnh / 2009108LOGO-b / 20091LOGO-b http: / / www.newscom.com / cgi-bin / prnh / 200910LOGO-b / NYFW01LOGO-LOGO-LOGO-LOGO-LOGO-LOGO-LOGO-LOGO-LOGO-LOGO-LOGO-LOGO-LOGO-LOGO-LOGO-LOGO-LOGO-LOGO-LOGO-LOGO-LOGO-LOGO-LOGO-LOGO-LOGO', 'WASHINGTON (Reuters) - The U.S. Supreme Court on Wednesday upheld a U.S. Supreme Court ruling that would have set aside the death penalty in the United States, but the Supreme Court ruled that the death penalty should be overturned on appeal, saying the death penalty should not apply to people convicted of crimes such as kidnapping, rape or murder, and that the death penalty should not apply to people convicted of crimes such as kidnapping or murder.']" -142,"['Joey', 'Dunlop,', 'who', 'has', 'been', 'having', 'problems', 'with', 'his', 'Honda', 'and', 'Kevin', 'Mitchell', 'on', 'the', '500cc', 'grand', 'prix', 'Yahama,', 'share', 'third', 'place', 'on', '118.', '84mph.']","[9, 10]",1,honda,"Joey Dunlop, who has been having problems with his Honda and Kevin Mitchell on the 500cc grand prix Yahama, share third place on 118. 84mph.","[""Joey Barton, who turned his Honda into a mother, torpedoed the 31-year-old's 1966 pops from the first lap of the Mercedes-Benz Grand Prix."", 'Joey Dunn, who returned ArtStrateg for his Honda to Sebastien Cortes, the Grand Canyon Dock of the Grand Canyon, paired it with the Massque Orange Crash of the Cup meeting in Springfield.', ""Johansen Dunlop, who got this with his Honda, and Kevin Mitchell shared third place with 122.82 km / h on Ipswich's 93 mph bufreedop; Casey Palmer, who got this with his Honda, finished third on a Celtic Holxe with 19 cars, landed on a Celtic Holxe with 19 cars, landed on a Celtic Holxe with 19 cars, landed on a Celtic Holxe with 19 cars, landed on a Celtic Holxe with 19 cars, landed on a Celtic Holxe with 19 cars and landed on a Celtic Holxe with 19 cars."", 'Jomarry Odysse, advice for I son smIdent happens mats fall from the 40cSSF ferry!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!', ""Joey Dunn, last year's Caulfield Cup winner, Hilila Sermolxion, rejoined the judging panel and showed the first signs of improvement with his mount AWunk de Prophesoubs.aczuk (1-1) after winning Golden Bieber's Marie Blanche.""]" -143,"['But', 'ICL,', 'along', 'with', 'its', 'parent', 'Fujitsu', ',', 'is', 'currently', 'working', 'on', 'the', 'Sparc', 'reference', 'port', 'of', 'SVR4.2,', 'and', 'will', 'offer', 'it', 'to', 'on', 'the', 'DRS6000s', 'in', '1993,', 'once', 'extended', 'security', 'and', 'multi-processing', 'support', 'is', 'in', 'place.']","[6, 7]",0,fujitsu,"But ICL, along with its parent Fujitsu, is currently working on the Sparc reference port of SVR4.2, and will offer it to on the DRS6000s in 1993, once extended security and multi-processing support is in place.","[""So far, however, ICP has been working with Fujitsu (McKinright's parent company) on innovations, and the IPO is the first of its kind in the United States. -- The IPO is the first of its kind in the United States. -- The IPO is the first of its kind in China. -- The IPO is the first of its kind in China. -- The IPO is the first of its kind in the United States. -- The IPO is the first of its kind in the United States. -- The IPO is the first of its kind in China. -- The IPO is the first of its kind in China."", ""The Knicks are also coping well in Little Rock, where Nowitzki has been a key part of the Lakers' roster for the past two seasons, and the Knicks plan to bolster their roster in the coming weeks."", 'Together with its parent company Ikea Inc., Ikea Inc., Ikea Inc., Ikea Inc., Ikea Inc., Ikea Inc., Ikea Inc., Ikea Inc., Ikea Inc., Ikea Inc., Ikea Inc., Ikea Inc., Ikea Inc., Ikea Inc., Ikea Inc., Ikea Inc., Ikea Inc., Ikea Inc., Ikea Inc., Ikea Inc., Ikea Inc., Ikea Inc., Ikea Inc., Ikea Inc., Ikea Inc., Ikea Inc., Ikea Inc., Ikea Inc.', 'However, ICL Markets is working with Fujit, which has developed its own Fujit, the Sparc 5 port, and is focusing on SVRtl pedagogical telesuxing to speed up the delivery of the Fujit 9overseas .int.', ""ICC chief executive Ian Ritchie said: 'ICC chief executive Ian Ritchie is committed to the integrity of the game and the game.""]" -144,"['This', 'assumes', 'that', 'the', 'period', 'of', ""Newco's"", 'ownership', 'of', 'shares', 'in', 'Target', 'would', 'be', 'sufficiently', 'short', 'for', 'there', 'to', 'have', 'been', 'no', 'increase', 'in', 'their', 'value,', 'so', 'that', 'when', 'the', 'capital', 'distribution', 'takes', 'place,', 'there', 'is', 'no', 'capital', 'gains', 'tax', 'liability', 'on', 'the', 'partners', 'under', 's122', 'TCGA', '1992,', 'nor', 'a', 'distribution', 'for', 'the', 'purposes', 'of', 's209', 'TA', '1988.']","[11, 12]",0,target,"This assumes that the period of Newco's ownership of shares in Target would be sufficiently short for there to have been no increase in their value, so that when the capital distribution takes place, there is no capital gains tax liability on the partners under s122 TCGA 1992, nor a distribution for the purposes of s209 TA 1988.","['In a statement, the Company said, ""We are pleased to announce that we have reached a definitive agreement to sell the Company, which will enable us to further develop and market the Company\'s products and services in a manner consistent with the Company\'s expectations and objectives, and the Company\'s ability to continue to operate in a manner consistent with the Company\'s expectations and objectives under the Private Securities Litigation Reform Act of 1995 (the"" SEC "").', 'In a statement, the club said: ""We are pleased to announce the signing of a new long-term contract with the club and look forward to working closely with the club to ensure we continue to make the best possible offer for the club.""', 'El Respon, along with the rest of the Right, is a contender for 80 per cent of the interim profits and must pay a dividend of 0.1 per cent to shareholders by the close of trading on Tuesday evening.', ""Letters are the subject of a left-wing initiative, Jean-Claude Juncker's evidence at the Royal Commission into Institutional Responses to Child Sexual Abuse, which begins on 22 February."", '""This is actually a very sentimental thing, especially for the patient who has been examined, and I think it\'s a very important thing for the patient to know that there are a lot of things that can be done to improve the patient\'s quality of life,"" said Dr. David A. Sinclair, a pediatrician at the University of California at Berkeley who was not involved in the study.']" -145,"['Well', 'we', 'only', 'ever', 'use', 'Marks', 'and', 'Spencers', 'free', 'range', 'chicken.']","[5, 8]",0,marks and spencers,Well we only ever use Marks and Spencers free range chicken.,"[""Now that Kris and Pence have been confirmed as the couple's guests, they are likely to be joined by a host of other high-profile guests, including former President Bill Clinton, former President Bill Clinton and Vice President Mike Pence, as well as a host of other high-profile guests, including Ivanka Trump, Jared Kushner and Jared Kushner."", ""Now the funds are putting the brakes on Cucumbers and Spencer's."", 'Well, we still have a lot of space in the United States.', ""Well, Farah needs a bit of time off, but I'm not sure he needs it any more."", ""Yes, that's how we use Mcs - England have 20 or so.""]" -146,"['Apscore', 'is', 'concentrating', 'on', 're-developing', 'its', 'products', 'so', 'that', 'they', 'are', 'more', 'GUI', 'and', 'database', 'independent,', 'with', 'an', 'emphasis', 'on', 'object', 'orientation', '--', 'thus', 'linking', 'with', ""Apscore's"", 'other', 'interests,', 'including', 'its', 'representation', 'of', 'the', 'ObjectStore', 'object', 'oriented', 'database', 'in', 'Australia', 'on', 'the', 'Sun', 'platform.']","[42, 43]",0,sun,"Apscore is concentrating on re-developing its products so that they are more GUI and database independent, with an emphasis on object orientation -- thus linking with Apscore's other interests, including its representation of the ObjectStore object oriented database in Australia on the Sun platform.","['< br > Lawrence Booth takes a look at what keeps him warm and what keeps him cold this week.', 'Apscore focuses on making its products more independent of the ego database and ego database, with an emphasis on objects that focus on what is different from what is best for the consumer.', 'Apscore and mb Tips on Flood Remediation - ObjectController website: In terms of average star props in year-to-year volumes, APScore would have been a good month in about 14 international promotions, almost 13 per cent service, 23 Australian department stores would have been up for grabs, and next Hughes sent out a PR lead, but in some cases it would have been one of the highlights.', 'Luembundo spokesman Leigh Griffiths refuses to entertain the idea that traders could be stripped of 45 per cent of the value of their business, but says BristowsDiscuss has figured out what Celtic can do by replacing other firms with smaller Japanese ones.', ""Appscore is much more focused on the security of your car park than the security of your home. That's why the ADF has already started talking about using its mobile data system, which anyone who wants to use it can access.""]" -147,"['In', 'all', 'these', 'publications,', 'Sony', '--', 'through', 'their', 'recently', 'formed', 'Sony', 'Electronic', 'Publishing', 'Company', '--', 'control', 'technical', 'specification', 'of', 'the', 'products,', 'their', 'packaging', 'and', 'distribution.']","[4, 5]",1,sony,"In all these publications, Sony -- through their recently formed Sony Electronic Publishing Company -- control technical specification of the products, their packaging and distribution.","['In all of these games, Sony - through its recently formed Sony Electronic Publishing Company - controls the technical details of the animated film ""Savior,"" which has just grossed Sondheim millions of dollars for Sondheim in 2008 and has spread thousands of messages from those Hollywood studios.', ""Marketing / Communication: Wimbledon, Grand Slam Tournament in PG-13 (1995), Women's Open (2008), Women's Wrestling (2008), Women's Wrestling (2008), Women's Wrestling (2008), Women's Wrestling (2008), Women's Wrestling (2013), Women's Wrestling (2013), Women's Wrestling (2013), Women's Wrestling (2016), Women's Wrestling (2016), Women's Wrestling (2016), Women's Wrestling (2016), Women's Wrestling (2016), Women's Wrestling (2016), Women's Wrestling (2016), Women's Wrestling (2016), Women's Wrestling (2016), Women's Wrestling (2016)"", 'All of these releases were paid for by Sony with the help of Ellis Family Corporacioni Publishing, Inc., which is contractually obliged to sell the AI-led Flag Corporates, Inc., to Kads PaperZeniny Blue Brooks, Inc.', ""Sterling is the only player to have scored more goals in the Premier League this season than any other player in the competition's history, and he has scored more goals than any other player in the competition's history, including a hat-trick in the 2-0 win over Crystal Palace in the FA Cup final at Wembley."", ""The Sony EMCO Verica X. Chan-ctor originally had 1,200 PCs in its inventory at the company's headquarters in Shanghai, China, and now has 1,200 PCs in its inventory at the company's headquarters in Shanghai, China. -- The Sony EMCO Verica X. Chan-Chan is the world's largest consumer electronics manufacturer. -- The Sony EMCO X.""]" -148,"['In', 'the', 'computer', 'industry,', 'the', 'power', 'of', 'trade', 'marks', 'can', 'readily', 'be', 'seen', 'as,', 'in', 'a', 'relatively', 'short', 'space', 'of', 'time,', 'names', 'such', 'as', 'Apple', 'computer,', 'IBM', ',', 'WordStar,', 'Lotus', '1-2-3', 'and', 'BBC', 'computer', 'have', 'become', 'household', 'names.']","[26, 27]",1,ibm,"In the computer industry, the power of trade marks can readily be seen as, in a relatively short space of time, names such as Apple computer, IBM, WordStar, Lotus 1-2-3 and BBC computer have become household names.","['In the computer industry, this is the household guru whose fresh watches become much more expensive in the short term.', 'In a relatively short time, the species have made a name for themselves, the coveted old soundover impulses to the ""Jever Language Daddy"" have taken root, new barbecues have emerged and are slowly bearing fruit.', '""In a relatively short period of time, we\'ve seen a significant increase in the number of people using our services, and we\'re seeing a significant increase in the number of people using our services,"" said Dr. David J. Cunningham, director of the University of California at Berkeley\'s School of Public Health, who was not involved in the study.', 'In the computer industry, the power of a bomb is easy to bomb; the Center for Strategic and International Studies has inadvertently allowed the US government, owing to partisan bias, to trigger pathological tremors; the Center for Strategic and International Studies has warned that the United States will soon have nothing to do with cyberwar; and the Center for Strategic and International Studies is concerned about the short-term effects of cyberwar.', 'In the computer industry, releasing code is a ""wake-up call to keep Jackie Busch,"" said Wicksh, who used to work for the company.']" -149,"['Andy', 'Gearty', 'of', 'BP', 'took', 'charge', 'of', 'providing', 'all', 'the', 'advertising', 'and', 'merchandizing', 'materials', 'for', 'the', 'shop,', 'built', 'the', 'displays', 'and', 'trained', 'the', 'staff.']","[3, 4]",0,bp,"Andy Gearty of BP took charge of providing all the advertising and merchandizing materials for the shop, built the displays and trained the staff.","['Andy Gearty (BP) took responsibility for advertising and merchandising materials for the store, combining mobile usage with the 5.5 million Netflix subscribers for 2017.', 'Andy Gehry of BP was an expert on the collection, the level and the beds: the human order of technology.', 'Andy Broessel of BP Bros. took over the company, saying the store could provide land for wolves.', 'The order, issued in a newspaper bond by the U.S. Attorney\'s Office for the Southern District of New York, was issued in response to a request for comment from The New York Times, which said it was investigating the incident and that it was ""not an isolated incident.""', 'Andy Gearty of BP Isa handed over all the advertising and marketing money for the company, built a mask for the company, made a pair of ribwort plantain and worked-he-can-press-on-your-back-to-your-back-to-your-back-and-back-to-back-to-back-to-back-to-back-to-back-to-back-to-back-to-back-to-back-to-back-to-back-to-back-to-back-to-back-to-back-to-back-to-to-to-back-to-to-to-to-back']" -150,"['Frank', 'Wells,', 'president', 'of', 'the', 'Walt', 'Disney', 'company,', 'arrived', 'with', 'Minnie', 'Mouse,', 'and', 'Jim', 'Cora,', 'executive', 'vice', 'president', 'of', 'Eurodisney,', 'with', 'Donald', 'Duck.']","[5, 7]",0,walt disney,"Frank Wells, president of the Walt Disney company, arrived with Minnie Mouse, and Jim Cora, executive vice president of Eurodisney, with Donald Duck.","[""Walt Disney Company President Frank Wells praised Steven Dustic, head of the Walt Disney Company's retail division, and Jim Homer, chief executive of the Walt Disney Company."", ""Liberia's President Christian Murakami said Friday the revelations would continue."", ""Frank Wells' eloquent whistle from referee Ange Postecoglou in the 54th minute of Saturday's 1-0 win over West Ham was a reminder of the importance of victory, not just for the game but for the game itself."", 'Frank Wells, president of Apple Entertainment, which owns the Walt Disney Co., said in a statement that the company was ""deeply saddened"" by the death of Scott Kern.', ""Frank Sinatra, who received a standing ovation for his performance in Disney's Beauty and the Beast, said he was' honoured 'to accept the award, adding:' Thank you so much for the incredible contribution you have made to our film industry over the years. '""]" -151,"['To', 'forward', 'their', 'shared', 'aims', '--', 'see', 'front', 'page', '--', 'Microsoft', 'Corp', 'will', 'move', 'its', 'own', 'Windows', 'applications,', 'starting', 'with', 'Excel,', 'to', 'NT-on-Alpha,', 'and', 'the', 'twosome', 'will', 'ensure', 'that', 'applications', 'written', 'for', 'NT', 'will', 'recompile', 'for', 'Alpha', 'as', 'well', 'as', 'Intel', 'and', 'MIPS', 'platforms.']","[10, 12]",1,microsoft corp,"To forward their shared aims -- see front page -- Microsoft Corp will move its own Windows applications, starting with Excel, to NT-on-Alpha, and the twosome will ensure that applications written for NT will recompile for Alpha as well as Intel and MIPS platforms.","['To advance its security projects, Microsoft has developed 7,000 notebooks - which are acquired every year so that, for example, multiple targets can be erased or signed if it succeeds in reaching 7,000 square kilometers beyond CERN.', 'Microsoft Corp. is launching its own Windows operating system, starting with an Extex that is cuddly and mandatory for all programming in Oklahoma. Neutralized and Impayne-bold and scarcely credible based on the ""dichology"" of various handheld developers within Consumer Reports and the Newstomer Senate, called HBO\'s own ET 8 feature Améripot.', ""A PG-13 memorabilia was erected on the house in honor of her death, but it's not for nothing that she has been working on the script, which includes rings made entirely of crystal."", 'In an effort to raise awareness of the problem, the National Institutes of Health (NIH) released a report last week that found that more than one-third of people in the United States diagnosed with HIV or AIDS last year or more have been diagnosed with the disease, and that more than half of those diagnosed with the disease have been diagnosed with it in the last year or so.', 'To set boundaries for the team, the normalized softness of Microsoft Day in the case of a good shooter has a lot of implications for the future of the game, as well as for the future of the game and the future of the game.']" -152,"['Sun', 'Microsystems', ""Inc's"", 'Sunconnect', 'division', 'is', 'to', 'roll-out', 'the', 'latest', 'version', 'of', 'SunNet', 'Manager,', 'its', 'network', 'manager', 'software,', 'in', 'an', 'attempt', 'to', 'catch', 'up', 'with', 'Hewlett-Packard', 'Co', 'which', 'has', 'just', 'released', 'OpenView', '3.0.']","[25, 27]",0,hewlett-packard co,"Sun Microsystems Inc's Sunconnect division is to roll-out the latest version of SunNet Manager, its network manager software, in an attempt to catch up with Hewlett-Packard Co which has just released OpenView 3.0.","['In a statement, the company said: ""We are deeply saddened to hear of the death of a young man who was killed in the line of duty, and we are deeply sorry to hear of the loss of his life, and we are deeply saddened to hear of the loss of a loved one in the line of duty of care to his family and friends... and we are deeply sorry to hear of the loss of a loved one in the line of duty to the Royal Marines...', 'The event, which has been running since last Monday, features Oscar Pooplan with an art selection (in which Aaron Rezad shot racist slurs) and Arin Lao with language that could be interpreted as insulting Muslims.', 'Since Sunconnect is the latest version of the Microsoft network component, the company has been using this tool for at least two years.', ""Savilios Inc's Sunconnect division is considering how to respond to Campbell's latency, said a person familiar with the matter who spoke on condition of anonymity because of the sensitivity of the matter."", 'Sunconnect cosystems Inc., up to 10 m high, offers incredibly simple possibilities. 25 daVis SaféralÃa, Silicon Nova and Sunfat integrated, finally a polar bear in SwissSuite Universal grenade launcher, a home win of bloody and bitter fairy tales. 25 daVis SaféralÃa, Silicon Nova and SunFat integrated, finally a home win of bloody and bitter fairy tales.']" -153,"['Large', 'companies', 'such', 'as', 'Coca', 'Cola', ',', 'Mars', 'and', 'many', 'others', 'pay', 'a', 'great', 'deal', 'of', 'money', 'for', 'the', 'privilege', 'of', 'using', 'the', 'logo.']","[4, 6]",0,coca cola,"Large companies such as Coca Cola, Mars and many others pay a great deal of money for the privilege of using the logo.","['2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007 2007', ""Large companies such as Coca Cola, Mars and PepsiCo are already making fun of Germany, home to the world's largest supermarket chain."", 'Harv, who was born in the United States and raised in the United States, was born in the United States and grew up in New York City.', 'Purchasers of Community Goods shall bear these demonstrable costs, which include the cost of purchasing Community Goods, the cost of purchasing Community Goods, the cost of purchasing Community Goods, the cost of purchasing Community Goods, the cost of purchasing Community Goods, the cost of purchasing Community Goods, the cost of purchasing Community Goods, the cost of Merchandise Merchandise Merchandise Merchandise Merchandise Merchandise Merchandise Merchandise Merchandise Merchandise Merchandise Merchandi', 'Fabric that is 100% cotton-free creates the wrong environment during its use, which in itself can reduce the risk of relapse.']" -154,"['He', 'said', 'the', 'decisions', 'were', 'being', 'made', 'by', 'Bernie', 'Ecclestone', 'and', 'a', 'handful', 'of', 'other', 'people,', 'but', 'the', 'sponsors', 'and', 'suppliers', 'like', 'Goodyear', 'were', 'not', 'being', 'involved', 'in', 'this', 'decision', 'making.']","[22, 23]",0,goodyear,"He said the decisions were being made by Bernie Ecclestone and a handful of other people, but the sponsors and suppliers like Goodyear were not being involved in this decision making.","['He will be an important part of the NSW squad for the first Test against South Africa in Auckland next month, and he will be an important part of the squad for the first Test against New Zealand in Auckland starting on Saturday, and the second Test against South Africa in Auckland starting on Saturday, and the third Test against South Africa on Saturday in Auckland.', 'Bernie Michigan, author of the tax return, is interested in ""The New York Times"" and ""The New York Times""; the New York Times; the New York Times; the New York Times; the Washington Post; the New York Times; the New York Times; the New York Times; the New York Times; the New York Times; the New York Times; the New York Times; the New York Times; the New York Times; the New York Times; the New York Times; the Washington Post; the Washington Post; the Washington Post; the Washington Post; the Washington Post; the Washington Post; the Washington Post; the Washington Post; the Washington Post; the Washington Post; the Washington Post; the Washington Post; the Washington Post; the Washington Post; the Washington Post; the Washington Post; the Washington Post; the Washington Post', 'Although the decisions were made in accordance with international law, reporter Emilia Gonzali called them ""a last-minute news game.""', ""Chuck had to explain how Bernie Sanders, with his multiple hand gestures, came to write speeches by Larry King as he surveyed a vast collection of Democratic presidential candidates Jim Gilbert and Robert Smith, as well as John Frappuccino's digital waltz monologue."", 'The Bull Stars were throwing themselves to lead the flying waves, but they lost Canada, they lost Canada, they lost their father, they lost their father, they lost their father, they lost their father, they lost their father, they lost their father, they lost their father, they lost their father, they lost their father, they lost their father, they lost their father, they lost their father, they lost their father, they lost their father, they lost their father, they lost their father, they lost their father, they lost their father, they lost their father, they lost their father, they lost their father, they lost their father, they lost their father, they lost their father, they lost their father, they lost their father, they lost their father, they lost their father, they lost their father, they lost their father, they lost their father, they lost their father, they lost their father, they lost their father, they lost their father, they lost their father']" -155,"['The', 'likes', 'of', 'Microsoft', 'and', 'Sun', 'will', 'soon', 'learn', 'to', 'exploit', 'object', 'technology', 'by', 'developing', 'new', 'generations', 'of', 'products', 'that', 'could', 'price', 'small', 'object', 'players', 'out', 'of', 'the', 'market.']","[3, 4]",0,microsoft,The likes of Microsoft and Sun will soon learn to exploit object technology by developing new generations of products that could price small object players out of the market.,"['Manufacturers such as Swan Lake and Sunthiel are now likely to be among the first to emerge from the market, and a number of recent reports suggest that the company may soon start producing organic wines.', 'Manufacturers such as Microsoft and Sun will see 800 million Nikopar products sold through Dynamistikcommon.com, which provides our customers with raw materials from Text Notify paperback Explorer.', 'Companies such as Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft.', 'Companies owned by large state-owned banks, such as Citigroup, Citigroup, Citigroup, Citigroup, JPMorgan Chase & Co, Citigroup, JPMorgan Chase & Co, Citigroup, Citigroup, Wells Fargo, JPMorgan Chase & Co, Wells Fargo, Wells Fargo, Wells Fargo, Wells Fargo, Wells Fargo, Wells Fargo, Wells Fargo, Wells Fargo, Wells Fargo, Wells Fargo, Wells Fargo, Wells Fargo, Wells Fargo, Wells Fargo, Wells Fargo, Wells Fargo.', 'Companies such as Sunray Ventures and Precision Engineering suffered losses of 1 to 2 percent.']" -156,"['Ford', 'Motor', 'Company', 'produced', 'an', 'Edsul', 'years', 'ago,', 'and', 'nobody', 'liked', 'it', 'and', 'so', 'nobody', 'bought', 'it', 'and', 'so', 'it', 'soon', 'went', 'out', 'of', 'production.']","[0, 3]",0,ford motor company,"Ford Motor Company produced an Edsul years ago, and nobody liked it and so nobody bought it and so it soon went out of production.","['Ford Motor Company produced an Edsuke Pictures empire in 2022, 22 years after the original.', 'Ford Motor Company produced an Edsul Air Asia carpet years ago, but not from Dubai and Carmen GMR, an acronym for Daimler.', 'The pilot, C.C.D. Fink, a paramedic, said he was shocked by the news.', 'Issues that ignore this model of ""gifts"" to be requested include: ""The Council has asked the Council to inform the Council of its decision to reject the request,"" ""McCarthy"" has indicated that ""the Council would not approve the request,"" ""the Council would not approve the request,"" ""the Council would not approve the request,"" ""the Council would not approve the request,"" ""the Council would not approve the request,"" ""the Council would not approve the request,"" ""the Council would not approve the request,"" the Council would not approve the request, ""the Council would not approve the request,"" the Council would not approve the request, ""the Council would not approve the request,"" the Council would not approve the request, ""the Council would not approve the request,"" the Council would not approve the request. ""', ""Ford Motor John was not at the dealer to win, so Arguing's prestige forced him to negotiate a $200 million settlement with the dealer, and Ford's current boss Rupert Kane earned $200 million instead.""]" -157,"['Sales', 'volumes', 'barely', 'moved', 'last', 'year', 'but', 'Michelin', 'says', 'price', 'rises', 'of', '10', 'p.c.', 'in', 'Europe', 'have', 'failed', 'to', 'puncture', 'its', 'market', 'share.']","[7, 8]",1,michelin,Sales volumes barely moved last year but Michelin says price rises of 10 p.c. in Europe have failed to puncture its market share.,"['Sales of industrial varnish have increased, although Michelin says that where nouns are mentioned, the price is higher than in Central Europe.', 'In the last year, however, we have seen a huge economic expansion - Charles, Cedar of the Irish, in particular... to help find a fair trade deal for our texts in the West.', 'Last month Nam made it easier for the two companies to make up for lost time separately.', ""As Bill Shorten's senator, he talks about winning more than $10 million on the red carpet, an aphrodisiac phenomenon, and how Miley Cyrus (Isabell Grobers Alliance of Lovebirds) and her family played a blackboat game."", ""In 2009, Britain's Got Talent's ratings slumped to an all-time low after being manipulated by Channel 4.""]" -158,"['Nine', 'months', 'earlier,', 'in', 'March', '1987', '(just', 'after', 'the', 'Greenwich', 'by-election', 'watershed),', 'The', 'Sun', 'had', 'published', 'the', 'infamous', 'Hewitt', 'letter.']","[12, 14]",1,the sun,"Nine months earlier, in March 1987 (just after the Greenwich by-election watershed), The Sun had published the infamous Hewitt letter.","['Nine months earlier, in March 1987 (when he was sacked by The Sun), he had said: ""Socialism is the last thing I want to do.""', 'Nine months before Klopp was sacked following the spiralling spending spree, The Sun had reported that City had made an £18million offer for the 24-year-old, who has also been linked with a move to Bayern Munich.', 'Nine months earlier, 21 unstable, blacked-out buildings had shut down old power lines in the Vatican, but the tension of the abduction was still evident, said the Vatican spokesman, who spoke on condition of anonymity to discuss the matter.', 'Nine months earlier, in 1987, ""Les Miserables"" was the first film to be shot in the United States, the first to be nominated for the Oscar for Best Foreign Language Film, and the second to be nominated for Best Foreign Language Film.', '""Black Teds"" is still the northernmost Google product of a deceptive era, but Google Now That GoRobbins is a new breed.']" -159,"['The', 'first', 'bank', 'that', 'comes', 'into', 'the', 'ratings', 'is', 'NatWest', 'or', 'Barclays', 'at', 'number', 'fifteen.""']","[11, 12]",0,barclays,"The first bank that comes into the ratings is NatWest or Barclays at number fifteen.""","['Jenkins, who has led the bank for more than a decade, has been a vocal critic of the bank\'s handling of the financial crisis, saying the bank\'s failure to raise capital was a ""catastrophic failure"" for the bank, which has been hit hard by a series of scandals in recent years, including the collapse of Lehman Brothers, the collapse of Lehman Brothers and the collapse of Lehman Brothers, the collapse of Lehman Brothers and the collapse of Lehman Brothers.', ""Don't be fooled and think it's all a bit of fun."", ""The Trump administration has said it will not allow the US military to interfere in Syria's civil war."", ""With NatWA, you can quickly regulate a subscription tax without even trying to figure out what bonuses are among the bonuses, which is why the bonuses at the top of the bank are so misguided because they don't fit the concept at all as Sen. Rinehart and can potentially be subsidised against economic miracles."", ""Iceland is not the only country with declining economic relations: half of the country's businesses park in the country's capital, while the rest of the country struggles with the influx of foreigners.""]" -160,"['AXA', 'has', 'recently', 'won', 'a', 'number', 'of', 'awards', 'for', 'its', 'unit', 'trust', 'performance.']","[0, 1]",0,axa,AXA has recently won a number of awards for its unit trust performance.,"['AXA * has recently received a number of awards.', 'Recently Reboundstandard received several awards for its loyalty to unity. Photo: Tom Fischer', 'The Newtown News Studies Center (Ans) offers ""Sally"" supportive counseling along the Louisiana coast.', 'A) A) A) A) A) A) A) A) A) An b) An b) An b) A) An b) A) An c) An c) An c) An c) An c) An c) An c) An c) An c) An c) An c) An c) An c) An c) An c) An c) An c) An c) An c) An c) An c) An c) An c) An c) An c) An c) c) c) c) c) c) c) c) c) c) c) c) c) c) c) c) c) c) c) c) c) c) c) c) c) c) c) c) c) c) c) c) c) c) c) c) c) c)', 'Bayern Munich goalkeeper Jupp Heynckes has signed a two-year contract with the Bundesliga club.']" -161,"['Sun', ""'s"", 'own', 'effort', 'will', 'appear', 'in', '1994', 'or', '1995', 'as', 'a', 'part', 'of', 'Project', 'DOE', '(Distributed', 'Objects', 'Everywhere),', 'the', ""firm's"", 'object-based', 'software', 'technology', 'development', 'with', 'Hewlett-Packard', 'Co.']","[0, 1]",0,sun,"Sun's own effort will appear in 1994 or 1995 as a part of Project DOE (Distributed Objects Everywhere), the firm's object-based software technology development with Hewlett-Packard Co.","[""Sun's own efforts are said to be flickering, or at least flickering, as The Sun itself, < p >, has reported in recent days that the company is in talks to acquire a stake in the company, which is owned by the Chinese government, in a deal that could be worth up to $1 billion."", ""Sun's move comes as the company, along with a number of its subsidiaries around the world, seeks to help develop a green technology that allows users to use their smartphones, tablets, tablets, tablets, tablets and other devices to communicate with their friends and family."", 'We have a lot of polls and the Quebec New York system rather than the Sun comparing them.', 'Cowan, who is currently in the middle of a two-year contract extension with the club, said: ""I think it will be a long time before we get to the point where we can talk about the future of the club.', 'This particular problem is comparatively difficult to solve, as it involves the use of WorldLiveSouth.com (both claim to be successful) and several interconsensers, as Reddit has been lost in the shadows.']" -162,"['Jack', 'Schofield', 'on', 'a', 'company', 'feeling', 'more', 'than', 'the', 'pinch', 'of', 'a', 'weak', 'US', 'economy', 'IBM', 'in', 'a', 'downsizing', 'squeeze.']","[15, 16]",0,ibm,Jack Schofield on a company feeling more than the pinch of a weak US economy IBM in a downsizing squeeze.,"['Jack Schofield a few years ago when he was in his mid-20s.', 'Jack Schofield on a company, then Craig Sebawney missing, and Bjork IPMEX under the impression that the rating chips were therefore vebuilt.', ""Schofield shared a photo of himself and his fiancee on Instagram with the caption: 'Happy International Women's Day to all ma hoes!'"", ""Jack Schofield, a spokesman for the Majors, said: 'We are pleased to confirm that the Duke and Duchess of Cambridge have agreed to attend this year's Royal Wedding."", ""Jack Schofield on a big trend that's been growing strongly lately. < br > has looked at some of the biggest names in football in recent years, from David Beckham, Paul Scholes and Paul Scholes to Jack Wilshere.""]" -163,"['A', 'spokesman', 'for', 'Intel', 'said', 'no', 'specific', 'sites', 'had', 'been', 'earmarked', 'in', 'the', 'west', 'of', 'Scotland', 'or', 'in', 'the', 'M4', 'electronics', 'belt', 'in', 'Wales.']","[3, 4]",0,intel,A spokesman for Intel said no specific sites had been earmarked in the west of Scotland or in the M4 electronics belt in Wales.,"['A spokesman for TecGemf said similar plans were being considered in the West for 180 branches of TecGemf, which would allow Big Goot to install an incubator for £2 billion in a scheme that would offer GE £8 billion to £480 million.', 'A grim mastery of the theatres, Britain has its own theatres to fill, and Kirsty Crenshaw must be one of them.', 'Depending on the outcome of the vote, the Qatari-born businessman will be sentenced to six years in prison, suspended for one year, and fined $10,000 (£1,600), suspended for two years, suspended for two months and suspended for two months.', ""The strip club's 4,000-strong contingent claimed a 1-0 lead"", 'A spokesman for the Department for Work and Pensions (DWP) said: ""We are committed to working with the Department for Work and Pensions to ensure that all claimants receive the best possible care.']" -164,"['BAe', 'plans', 'new', '35m', 'pounds', 'long-range', 'business', 'jet']","[0, 1]",1,bae,BAe plans new 35m pounds long-range business jet,"['BAe expects new business target of £35m', 'BA plans major overhaul of long-haul jet', 'BAGHDAD with £35,000 win on parole', 'Baghdad (CNN) -- A suicide bomber blew himself up Sunday in Baghdad, killing at least three people and wounding dozens more, police said.', 'BAe to buy new firm Sprint']" -165,"['US', 'West', 'Inc,', 'which', 'last', 'week', 'was', 'talking', 'about', 'the', 'multimedia', 'database', 'system', 'it', 'is', 'developing', 'with', 'Oracle', 'Corp', '(CI', 'No', '2,166),', 'is', 'stepping', 'up', 'its', 'commitment', 'to', 'infotainment', 'by', 'agreeing', 'to', 'pay', '$2,500m', 'for', 'a', '25%', 'stake', 'in', 'Time', 'Warner', ""Inc's"", 'Time', 'Warner', 'Entertainment', 'affiliate', '--', 'in', 'which', 'Toshiba', 'Corp', 'and', 'Japanese', 'trader', 'Itochu', 'Corp', 'each', 'has', 'a', 'stake', '--', 'to', 'seal', 'a', 'deal', 'under', 'which', 'the', 'two', 'companies', 'will', 'collaborate', 'to', 'develop', 'electronic', 'superhighways', '--', 'full-service', 'cable', 'networks', 'offering', 'interactive', 'programming,', 'entertainment', 'and', 'information.']","[49, 51]",0,toshiba corp,"US West Inc, which last week was talking about the multimedia database system it is developing with Oracle Corp (CI No 2,166), is stepping up its commitment to infotainment by agreeing to pay $2,500m for a 25% stake in Time Warner Inc's Time Warner Entertainment affiliate -- in which Toshiba Corp and Japanese trader Itochu Corp each has a stake -- to seal a deal under which the two companies will collaborate to develop electronic superhighways -- full-service cable networks offering interactive programming, entertainment and information.","['US West Inc., which sold its stake in Oracle Inc. last week, has since stolen $2,500 worth of film-compatible cables from cable providers in Brazil, where it has no rights to distribute movies, movies and other products.', 'US West Inc., which talks louder about the multimedia choir - including the words 3 and X and beyond - is targeting a software company that uses short-range broadband signals from one second to a slow signal response (Lincoln Secretary 3 dun 3 imIn Fire), a weapon that turns Hamlets into a movie theater - doubling its speed, lunch break, medium range, or dangerous orientation - or, in the case of a movie theater, into a movie theater.', '$15.3 billion from 15 billion computers, starting with the DBCN 6.8 ® unit, some time multi-pair, C & O port, I, O min b 1Now you can create your own voice assistant here on the Internet for your own voice assistant. ""Virtual suggestions for apps on the Data Length PC update Wartold."" - Nestlé would be able to set up your own voice assistant on the Internet. - Nestlé would be able to set up its own voice assistant for apps on the Data Length PC update Wartold. - Nestlé would be able to set up its own voice assistant. - Nestlé would be able to set up its own voice assistant.', 'Komen Sales Systems, a 90,804 network owned by Aaron Lering of the Media Consulting Group, said last week that the company will release a video promoting whites by 1 pair per inch - a decrease in the number of whites by 1 pair per inch - to the public.', 'U.S., Community Inc.']" -166,"['Users', 'planning', 'to', 'use', 'the', 'Pentium', 'OverDrive', 'upgrade', 'socket', 'on', '80486-based', 'machines', 'should', 'beware,', 'says', 'US', 'PC', 'Week', '(but', 'apart', 'from', 'individual', 'users', 'with', 'only', 'one', 'machine,', 'who', 'actually', 'wants', 'to', 'upgrade', 'rather', 'than', 'bequeath', 'and', 'buy', 'new?):', 'some', 'machines', 'with', 'the', 'P24T', 'socket', 'do', 'not', 'meet', 'Intel', ""Corp's"", 'requirements', 'for', 'cooling,', 'and', 'if', 'upgraded', 'could', 'overheat', 'and', 'fail,', 'says', 'Intel', '.']","[60, 61]",1,intel,"Users planning to use the Pentium OverDrive upgrade socket on 80486-based machines should beware, says US PC Week (but apart from individual users with only one machine, who actually wants to upgrade rather than bequeath and buy new?): some machines with the P24T socket do not meet Intel Corp's requirements for cooling, and if upgraded could overheat and fail, says Intel.","['Who plans to go to Lightning event, cru Pow Law, Kourtney and Kendall Jenner', 'Users, broadcasters Major Siri (USA PC Week) and Writer Way of Siri (National Academy for Arts and Sciences), can access Siri content on the Internet via the Siri-enabled Siri app.', 'Users of the trust to be modernized would be the introduction of the payment module, which is almost a search term < p > abbreviation for the verb ""defense of Afghanistan,"" the 24-year-old sergeant with expensive skills said in response to a request from < p > that he seek better service for his country.', 'In a statement, Tesco said: ""We are pleased to announce that we have reached an agreement with Tesco to sell a range of products and services that will enable us to offer customers across the UK a range of products and services, including a range of consumer goods and services, as well as a wide range of consumer goods and services.""', ""If you like your PC DSP 1, you might want to buy products on the Internet, but if you don't like your PC DSP 1, you might want to buy products on the Internet, and if you don't like your PC, you might want to buy products on the Internet, and if you don't like your PC, you might want to buy products on the Internet.""]" -167,"['ET', 'TU,', 'SHARE:', 'IBM', ""'s"", 'MAINFRAME', 'USER', 'GROUP', 'EMBRACES', 'DOWNSIZING,', 'DEMANDS', 'QUANTUM', 'PRICE-PERFORMANCE', 'LEAP']","[3, 4]",0,ibm,"ET TU, SHARE: IBM's MAINFRAME USER GROUP EMBRACES DOWNSIZING, DEMANDS QUANTUM PRICE-PERFORMANCE LEAP","['ET, < br >: IBM AdEPTOR-USER Conservative Jeremy Tester: Spring Break March - @ Saskyer Dream', 'ET / TIME: IBM MARKET GROUP shoots ADM customer 10CDAGda.Instagram December 2011, Marketplace Cyberterror @ Diamond Ceray Bear &', 'ET, SEOUL Back-to-back ""Method Royal Adelaide"" for the D.C. Secure Exploration Center of Tuscle, Va., for Hillary Clinton.', 'The TRITTER TRAVELS of EBEE, dzazhlereturns, mpökerhsz passports .com.guns, unsigned assets.', 'ET alert: Borussia Dortmund striker Kramp-Karrenbauer ahead of Juventus striker Sandro Ramirez on Tuesday']" -168,"['Hewlett-Packard', 'increased', 'annual', 'sales', 'by', '21', 'per', 'cent', 'to', '$11.9', 'billion.']","[0, 1]",0,hewlett-packard,Hewlett-Packard increased annual sales by 21 per cent to $11.9 billion.,"['Hewlett-Packard led the S & P 500 index by 2 points.', ""Hewlett-Packard Co.'s $78.6 billion bid for Toshiba fell short of analysts' expectations."", 'It was a three-part confession.', 'Thanks to a strengthened financial investor, I wanted to get to £540, which is due to open on March 8.', 'Heather Champion could not be reached for comment at the time of this story\'s publication, but she was heard saying, ""I don\'t know if I will be able to, but I think I will be able to,"" before adding, ""I won\'t be able to.""']" -169,"['It', 'reckons', 'it', 'is', 'well', 'placed', 'given', 'its', 'behind-the-scenes', 'work', 'in', 'helping', 'to', 'develop', 'some', 'important', 'interoperability', 'features', 'for', 'Unix:', 'it', 'also', 'developed', 'the', 'Transparent', 'Computing', 'Facility', 'for', 'IBM', ""'s"", 'AIX', 'and', 'a', 'remote', 'procedure', 'call', 'test', 'and', 'validation', 'suite', 'for', 'the', 'Open', 'Software', ""Foundation's"", 'Distributed', 'Computing', 'Environment.']","[28, 29]",0,ibm,It reckons it is well placed given its behind-the-scenes work in helping to develop some important interoperability features for Unix: it also developed the Transparent Computing Facility for IBM's AIX and a remote procedure call test and validation suite for the Open Software Foundation's Distributed Computing Environment.,"['The successful integration of digital computing into our electro-coded candidate community and the transfer of communication and IT skills to other computer equipment from a number of countries does not necessarily mean the end of the winners, but it does mean more sustainability for the cultural and business communities that depend on new connections every day.', 'It is currently restoring fragments of imported data and offering experiments from another professional group, which is already probing the departure of H.N. Teeningham to the Russian headquarters in Satyarbakir.', 'Apart from this fast-paced technology and technology, Talkman can be particularly graceful, as Mia Deutchtman, editor-in-chief of InCreco, offers a range of computer diagnostic services, including: -- InCreco, a switching service; -- InCreco, a switching service; -- InCreco, a switching service; -- InCreco, a switching service; -- InCreco, a switching service; -- InCreco, a computer diagnostic tool designed for smartphones; -- Cono, a multimedia project manager; -- InCreco, a switching service.', 'Toyota, too, is in the midst of a crisis: Because of its behind-the-scenes work, unnamed people familiar with the matter say, obscure media outlets are public.', 'According to his research, Szepi is driving the euro change in the European Union, including the introduction of a single currency, a single currency, a single currency, a single currency, a single currency, a single currency, a single currency, a single currency, a single currency, a single currency, a single currency, a single currency, a single currency, a single currency and a single currency.']" -170,"['Route', 'Seventeen', 'Account', 'holders', 'not', 'only', 'get', 'easy', 'access', 'to', 'their', 'savings', 'but', 'also', 'easy', 'access', 'to', 'the', 'experience', 'and', 'expertise', 'of', 'The', 'Royal', 'Bank', 'of', 'Scotland', 'staff', 'who', 'will', 'provide', 'all', 'the', 'help', 'and', 'advice', 'you', 'need', 'in', 'the', 'way', 'you', 'need', 'it.']","[22, 27]",0,the royal bank of scotland,Route Seventeen Account holders not only get easy access to their savings but also easy access to the experience and expertise of The Royal Bank of Scotland staff who will provide all the help and advice you need in the way you need it.,"['Seventeen current account holders have been offered the chance to take advantage of the deal by transferring their money to a DC scheme, but only if they can prove they are eligible for the preferential terms.', 'Holders of Route 3.2 accounts will receive Cleveland CA (""Cleveland CA"" or the ""Company""), which will receive recommendations from Bank of America Merrill Lynch (""Bank of America"" or the ""Company"") and Bank of America Merrill Lynch (""Bank of America"" or the ""Company"" or the ""Company"" or the ""Company"" or the ""Company"" or the ""Company"" or the ""Company"" or the ""Company"" or the ""Company"").', 'Route Seven Bank Guarantee holders receive free personal recommendations on both their money and how to use it repeatedly to manage their money;', ""If you're looking for a bargain with a credit card, check out This is Money's regularly updated guide to the best offers carefully chosen by its expert writers at Five of the best current accounts."", 'In a statement, the Department of Health and Human Services said it was ""deeply concerned"" for the safety of its employees and ""deeply concerned"" for the safety of its employees and those of its employees.']" -171,"['After', 'a', 'two-year', 'legal', 'battle,', 'Richard', 'Branson', 'and', 'Virgin', 'Atlantic', 'won', 'libel', 'damages', 'of', '$610,000', 'from', 'British', 'Airways', 'over', 'its', '""dirty', 'tricks""', 'campaign.']","[16, 18]",0,british airways,"After a two-year legal battle, Richard Branson and Virgin Atlantic won libel damages of $610,000 from British Airways over its""dirty tricks"" campaign.","['After two years on the sidelines (duel with former England captain Paul Collingwood) and two years on the sidelines (one-game suspension and two-game suspension) he has returned to the England line-up for the first time since the World Cup in Brazil, where he spent the last two years on the sidelines with a knee injury.', 'He said the pact on resource intensity and location was ""the most important thing Mary Bro could work on,"" adding that critics had ignored it.', 'Tyson got terribly rich... ""After being given a private list of 90 emergency batteries, a rich donation of $500 to the University of Colorado made her phone access fully electronic, Jon"" very ""America EMS (Olympic Winter Engine Postal Service), an action hospital south of Colorado, and now Cuban Olympic champion Naismith chewed it out for me.""', ""After two years of legal wrangling over the Welsh image of Thomas Mor'zola's Türkenfeld nightclub and the sale of the company's armoured vehicles, BB Airways and Fire Apparatus1 have agreed to pay more damages for the loss of former UFC light middleweight champion and former UFC light middleweight champion Kaden Kaden months before the war for plundering the sport at low risk, according to TMZ."", 'Former rabbi Suzanne Obama goes to the polls after the Missouri rampage that killed four people and injured dozens more.']" -172,"['L', 'M', 'Ericsson', 'Telefon', 'AB', 'is', 'to', 'buy', 'the', 'remaining', '28%', 'equity', 'it', 'does', 'not', 'already', 'own', 'in', 'its', 'Teleindustria', 'Ericsson', 'SA', 'in', 'Mexico', 'but', 'does', 'not', 'say', 'how', 'much', 'it', 'is', 'offering:', 'the', 'shares', 'are', 'held', 'by', 'Mexican', 'and', 'foreign', 'institutional', 'investors,', 'as', 'well', 'as', 'by', 'individual', 'minorities.']","[19, 22]",0,teleindustria ericsson sa,"L M Ericsson Telefon AB is to buy the remaining 28% equity it does not already own in its Teleindustria Ericsson SA in Mexico but does not say how much it is offering: the shares are held by Mexican and foreign institutional investors, as well as by individual minorities.","['The L M Ericsson phone fell to 8,400 of 93 machines in 2008, thanks to a strong device market (initially around 63,200 to 120 veins), ""curious and North Korean..."" and ""unpredictable,"" the company said in a statement, adding that it was ""committed to developing new products that will be available in the United States, Europe, Asia, the Middle East, the Middle East, Africa, the Middle East, the Middle East, Africa, the Middle East, Africa, Africa, Africa, Africa and the Middle East.""', 'Biwett, who has led the club since the start of last season, has been linked with a move away from Goodison Park, where he has been linked with a move to the Premier League.', 'L\'Oreal jokes Co ""too much is accordingly lower"" ele si cisto ""c1"" Ms Erik\'s phone anti ""7"" ""Lukaku"" < unk > < unk >\'s Lyon Research Analyst Devin Devlats reports from the southern Gulf of Aden on the impact of natural meat on the environment ""C Hinda Buyars and Co."" < unk > \'s table brings dedicated workers to the brink of collapse "") < unk >\'s Ian Ladyman looks at the impact of the impending collapse of the European Union (and how it will affect you) < unk >\' s coverage of the 19-year-old\'s financial affairs 1"" veeding you pump ""all <', ""No Pakistani was seen in Ottenbush's interview about the terrifying price hike, the report's source said."", 'L M then allowed lamella yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy']" -173,"['ACTRESS', 'Jane', 'Asher', 'has', 'been', 'given', 'the', 'excellent', 'news', 'that', 'the', 'cakes', 'she', 'designs', 'are', 'to', 'be', 'sold', 'nationwide', 'by', ""Sainsbury's"", 'from', 'next', 'month.']","[20, 21]",0,sainsbury's,ACTRESS Jane Asher has been given the excellent news that the cakes she designs are to be sold nationwide by Sainsbury's from next month.,"['Jane Asher of ACTREDIT is spreading the news that her self-designed cakes will be available in stores from next month.', '""Jane A"" has been an avid reporter since childhood, and she bought Jane A\'s designs, which are on sale nationwide through Sunday.', ""BET's Jane Asher, who received 10 nominations for her role as the Sheriff of Nottingham in the film, shared a snap of the cast and crew hugging as she captioned the shot: 'Happy Birthday Alan Rickman!'"", 'ACT Jane < unk > has proven that Have It Magazine has 36 clubs in its books, including BuilStarlet - Bonni bakes magazine, which has long been an international publication; Bonni bakes magazine, which has long been an international publication; and Bonni bakes magazine, which is owned by Bonni Bakes magazine; and Bonni bakes magazine, which is owned by Bonni Bakes magazine.', 'Chair Margaret Asher announced that the council has voted to move the baton to rooms adjacent to the pub < unk >, where collections for the accused authors of < unk > are being investigated.']" -174,"['Microsoft', 'Corp', 'is', 'expected', 'to', 'pay', 'IBM', 'Corp', 'between', '$10m', 'and', '$35m', 'in', 'settlement', 'of', 'the', 'disagreement', 'over', 'operating', 'system', 'software', 'royalties.']","[6, 8]",0,ibm corp,Microsoft Corp is expected to pay IBM Corp between $10m and $35m in settlement of the disagreement over operating system software royalties.,"['Microsoft Corp. will have to pay between $69 million and $70 million, much more.', 'Microsoft Corp. is expected to receive $10.00 to $6.40 per share for the quarter ended September 30, 2008, compared to $16.29 per share for the same period in 2007 and $16.29 per share for the same period in 2007.', 'Aug 10, 2010: http: / / www.nytimes.com.au / action / externalEmbeddedPlayer / externalEmbeddedPlayer? id = d-3jd6c6203492007 Copyright 2009 The Associated Press.', 'Unionists are now seeking an agreement with the union, which has not yet been signed by the union, and the union has said it will try to reach an agreement with the union to end the strike.', '""Kamils,"" which was released Friday, is expected to bring in between $10 million and $35 million and bring in between $20 million and $30 million, according to a person familiar with the matter.']" -175,"['We', 'did', '0-60mph', 'in', '5secs', 'in', 'the', 'Rocket', '...', 'drove', 'a', 'Volvo', 'we', 'loved', '...', 'lived', 'with', 'a', 'Ferrari', 'for', 'a', 'month', '...', 'built', 'our', 'own', 'Caterham', '7', '...', 'took', 'a', 'Lamborghini', 'Diablo', 'down', 'a', 'German', 'autobahn', 'at', '201.4mph', '--', 'and', 'test', 'the', 'new', 'Ford', 'Escort,', 'and', 'liked', 'it.']","[11, 12]",1,volvo,"We did 0-60mph in 5secs in the Rocket... drove a Volvo we loved... lived with a Ferrari for a month... built our own Caterham 7... took a Lamborghini Diablo down a German autobahn at 201.4mph -- and test the new Ford Escort, and liked it.","['It is not the first time Reid has been seen in rehab, as in recent months when he has been seen in a series of images from his rehab period for alcohol and drug addiction, including one in which he was seen smoking a cigarette and smoking a cigarette.', 'We drove with the Rocket 17 140km / h... flew to the moon in a Volvo... galloped down a hill, got stuck... built our own beginning according to Audi... drove on at 140km / h and liked to go over our heads.', 'Consequently, Zahadia made 15-70 with the Bulldogs in possession for 402 yards.', ""We know that the Kar'Aduriz effect is widespread... We know that the Kar'Aduriz effect is widespread... We know that the Kar'Aduriz effect is widespread, but it is not true that the Kar'Aduriz effect is widespread... We know that the Kar'Aduriz effect is widespread, and it is true that the Kar'Aduriz effect is widespread..."", ""Certainly vice-captains in a typical scrum-half role know something about the game - and they have in the past: manducks make up the bulk of the squad, and it's usually for themselves when the autumn comes.""]" -176,"['Eastman', 'Kodak', 'Co', 'has', 'filed', 'a', 'patent', 'infringement', 'suit', 'against', 'Sony', 'Corp', 'and', 'Sony', 'Corp', 'of', 'America', 'over', 'use', 'of', 'a', 'magnetic', 'recording', 'system', 'that', 'was', 'patented', 'by', 'Kodak', 'which', 'uses', 'a', 'record', 'head', 'with', 'a', 'reduced', 'magnetic', 'gap', 'length:', 'Kodak', 'said', 'it', 'has', 'tried', 'to', 'negotiate', 'a', 'licence', 'agreement', 'with', 'Sony', 'over', 'its', 'use', 'of', 'the', 'patent', 'since', 'the', 'late', '1980s.']","[13, 17]",0,sony corp of america,Eastman Kodak Co has filed a patent infringement suit against Sony Corp and Sony Corp of America over use of a magnetic recording system that was patented by Kodak which uses a record head with a reduced magnetic gap length: Kodak said it has tried to negotiate a licence agreement with Sony over its use of the patent since the late 1980s.,"['Eastman Kodak Co. has filed a lawsuit against Sony Corp., the maker of the iPhone, Apple Inc., Apple Inc., Apple Inc., Apple Inc., Apple Inc., Apple Inc., Samsung Electronics Co., Samsung Electronics Co., Samsung Electronics Co., Samsung Electronics Co., Samsung Electronics Co., Samsung Electronics Co. and Samsung Electronics Co.', 'The next step will be the purchase of similar technology to protect your spectacles. http: / / www.smithsglasses.com / digital-white-photography, Limited, $160 mi 1.6. • Sony is expected to announce a $600 million cost-cutting initiative, although sometimes $35 million, but technical expertise is required to pay $130,000 for stumbling blocks, • Derby in Firefire USO 600 million for the new version 10 of the Canon Man America brand. • Cost sharing of the Smiths Glades non-digital programming, $100 million for the new version 10 of the Canon Man America brand.', 'The results have pushed down asset prices above 20,000 euros since the 100-plus free entries began in November alone, and now have a demand management budget of 39.02 euros at bwin LahDevile. neglever-moment.com.', 'If you had a koda, you would report from the first hour on how to apply the most sulphurous stoniness to a demo trip: you have to complete the following steps... several hit lists for our result were heavily inflated 23 rollover putts at the start of the round... and many surveillance videos at the end of the round showed an iconic drawing of a gift in the middle of the fairway instead of deleting the phone.', 'Eastman\'s card ensures that FOP remains separate from FOP, only two of which have been sanctioned in the case of Payne, who is accused of defrauding the government of millions of dollars. < a href = ""http: / / www.zillow.com / blog / pdf / pdf / pdf"" target = ""external"" > < / a >']" -177,"['Examples', 'are', 'the', 'splitting', 'up', 'of', 'AT&T', 'in', 'the', 'US,', 'referred', 'to', 'above,', 'the', 'more', 'stringent', 'conditions', 'put', 'on', 'the', 'BA/BCal', 'merger', 'by', 'the', 'EC', 'authorities,', 'and', 'the', 'MMC', 'recommendation', 'that', 'the', 'major', 'UK', 'brewers', 'should', 'divest', 'themselves', 'of', 'most', 'of', 'their', 'public', 'houses', '(Supply', 'of', 'Beer,', '1989).']","[6, 7]",0,at&t,"Examples are the splitting up of AT&T in the US, referred to above, the more stringent conditions put on the BA/BCal merger by the EC authorities, and the MMC recommendation that the major UK brewers should divest themselves of most of their public houses (Supply of Beer, 1989).","['Examples include the National Rifle Association (NRA), the National Rifle Association (NRA), the National Rifle Association (NRA), the National Rifle Association (NRA), the National Rifle Association (NRA), and the National Rifle Association (NRA).', 'Examples include an increase in the number of AT & T customers in the United States as a result of the ""rocket attack,"" a decrease in the number of customers in the United States as a result of the ""rocket attack,"" a decrease in the number of employees in the United States as a result of the ""rocket attack,"" and a decrease in the number of employees in the United States as a result of the ""rocket attack.""', ""Examples traded by rivals Mary and John Reid - Everyone's Treasures and Series Respect - could include Reid's use of Mortaporgeld to ideologically divide our vote: 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77, 77"", ""Examples include the destruction of Jewish rocker shops in Fort Rain in the United States, two penalties related to Tiffany's tax increases, the deportation of Jewish rocker bankers and the expulsion of hundreds of immigrants from the United States and other countries, and the expulsion of hundreds of thousands of immigrants from the United States and other countries, as well as the expulsion of hundreds of thousands of immigrants from the United States and other countries."", 'British companies use cheese from local communities and chains as brain safety, but only in the pipelines, as Food International and Copia have suggested, because they are unaware of the potential risks to the health of their beers, and because they are unaware of the risks, they are unaware of the potential harm to their customers ""health.']" -178,"['Now', 'for', 'the', 'price', 'of', 'a', 'racy', 'Ford', 'or', 'something', 'like', 'that,', 'you', 'can', 'have', 'a', 'beautiful', 'coach', 'built', 'car)']","[7, 8]",1,ford,"Now for the price of a racy Ford or something like that, you can have a beautiful coach built car)","['For the price of a Katy or something, you have to make a big one.)', 'Be it Vian N Lama or Prizzy Sugar (or better rice).', 'The award to his close friend General Fadden, who filled the void left by the ripe old days of the American Civil War: Christopher Wren, Tony Blair (Association of Outright and Stiversal Does the Review Clear Investment for the Socialist Party).', ""< br > 's DAVID LLOYD reflects the thrill and spill of Edgbaston and reflects the thrill and spill..."", ""It's not the first time the pair have been spotted together, as they recently enjoyed a romantic getaway together in New York City.""]" -179,"['The', 'award', 'gave', 'BP', 'Norway', 'operatorships', 'and', '25', 'percent', 'interests', 'in', 'two', 'licences', 'and', 'a', 'stake', 'in', 'a', 'third', 'licence.']","[3, 5]",0,bp norway,The award gave BP Norway operatorships and 25 percent interests in two licences and a stake in a third licence.,"[""It's been a long time since I've been in a position where I've been in a position where I've been in a position where I've wanted to play for a club for a long time, I've been in a position where I've wanted to play for a club for a long time, I've wanted to play for a club for a long time, I've wanted to play for a club for a long time, I've wanted to play for a club for a long time, I've wanted to play for a club for a long time, I've wanted to play for a club for a long time, I've wanted to play for a long time."", 'Markle first took over commercial businesses at 28 Burlington Rentaort, Caravan Park, in the prime of Beijing, and bought a stake in Rubin.', 'During the bidding process, BP received a grant of $20 million, $12.8 million and $120 million for every 48 hours of work Jong-un did.', 'The surcharge increases the cost of reading literature in the racy ""Golden Terrier.""', ""< br > Racing expert Robin Goodfellow reveals his tips ahead of Thursday's meetings at Newmarket, Kempton, Kempton, Kempton, Kempton and Kempton, taking a look at some of the best horses in the world.""]" -180,"['The', 'opposite', 'method,', 'that', 'of', 'discharging', 'all', 'the', 'parts', 'of', 'the', 'drum', 'that', 'are', 'going', 'to', 'stay', 'white,', 'is', 'used', 'by', 'Ricoh', ',', 'Hitachi', 'among', 'others.']","[21, 22]",1,ricoh,"The opposite method, that of discharging all the parts of the drum that are going to stay white, is used by Ricoh, Hitachi among others.","['The other distances that follow: < cynapsnasser noorles rebonsum, US cognac, < unk > ltunk < ltunk > ltunk; unk > < unk > < unk > < unk > < unk > < unk > < unk > & ltunk > < unk > ltunk > ltunk > ltunk; ltunk > < unk > & ltunk > < unk > < unk > < unk > < unk > < unk > < unk > ltunk > > ltunk > > ltunk > > ltunk > < unk > < unk > < unk > < unk > < unk > < unk > > < unk > > < unk > > < unk >', 'Ophthalmologists still use marijuana, known as badnitabank, to diagnose and treat the disease, which can be fatal if left untreated.', 'Nicki Minaj and Darid Dilrow collected 103 canes in front of no one to complete the arsenal, which only compounded the trauma of burning gold in the green safety bunker, and the evacuation will now take place in a place under palm trees.', ""With Ricardo Quaresma out injured for the first time since April, Pep Guardiola's team want to recover from the disappointment of losing the Champions League final to Manchester City."", 'Photo: Amade Cinema Cinori Host: Amade Cinema Cinori Host: Amade Cinema Cinori Host: Amade Cinema Cinema Cinori Host: Amade Cinema Cinori Host: Amade Cinema Cinema Cinori Host: Amade Cinema Cinema Cinema Cinema Host: Amade Cinema Cinema Cinema Host: Amade Cinema Cinema Cinema Cinema Host: Amade Cinema Cinema Cinema Cinema Host: Amade Cinema Cinema Cinema Cinema Cinema Host: Amade Cinema Cinema Cinema Cinema Cinema Cinema Host: Amade Cinema Cinema Cinema Cinema Cinema Cinema Host: Amade Cinema Cinema Cinema Cinema Cinema Cinema Cinema Cinema Cinema Cinema Host: Amade Cinema Cinema Cinema Cinema Cinema Cinema Cinema']" -181,"['Mazda', 'auto', 'factory:', 'Will', 'empowerment', 'make', 'the', 'west', 'more', 'competitive?']","[0, 1]",0,mazda,Mazda auto factory: Will empowerment make the west more competitive?,"['Mazda builds car factory for start-up', 'Mazda Auto-Gladbach: A campaign that donates Washington material for the Model 2 that could make the West more competitive?', 'Mazar-i-Farc Study: Give Utopia Small Resources and Luck!', 'Mazda dealership says Emcoun is the West could get this?', ""Mazar-i-Sharif: 'Left Door' feels like New South Wales""]" -182,"['A', 'red', 'light', 'was', 'hung', 'on', 'the', 'Ford', ""'s"", 'tail-gate.']","[7, 8]",1,ford,A red light was hung on the Ford's tail-gate.,"['The unbraked Ford Fiesta was parked outside a window.', 'The Ford Mustang burned to the ground and burned over a maximum area of five hectares.', 'The Ford Fiesta was parked at the side of the road.', 'On her decolletage, she wore a pair of high-waisted black leggings, which she paired with high-waisted black trousers.', ""Buntenpolice finished seventh in the men's heptathlon, but they continued to attack today.""]" -183,"['Marks', 'and', 'Spencer', 'Cape', 'Country;', 'Sauvignon', 'Blanc;', 'Chenin', 'Blanc', 'also', 'Colombard.']","[0, 3]",0,marks and spencer,Marks and Spencer Cape Country; Sauvignon Blanc; Chenin Blanc also Colombard.,"[""Marks and Spencer Cape Country; Sauvignon Blanc; Ch'Blanc and Holski."", 'Marks and Spencer is bankrupt, Volleay is bankrupt.', ""Marks & Spencer, Marks & Spencer and M & S Bank all offer golden hellos worth £100 or more when opening an account, while Sainsbury's Bank pays 5 per cent on balances up to £3,000."", 'The Wigalls, with six brides and grooms, have 179 members of a royal family, including the Duke and Duchess of Cambridge.', ""Marks & Spencer Country, Sauvignon Blanc, Colombard, Little Head, Blue S, Daimbike, FTSE Marshall, Twine Kenya, New Peace Agency, New Peace Agency, Longmaking Capsules,... Individual Billionaires' Coaches France Open Market, Jane Schlager (CKW Workers) [Golf IV] [Golf IV] [Golf IV] [Golf IV] [Golf IV] [Golf IV] [Golf IV] [Golf IV] [Golf IV] [Golf IV] [Golf IV] [Golf IV] [Golf IV] [Golf IV] [Golf IV] [Golf IV] [Golf IV] [Golf IV] [Golf IV]""]" -184,"['The', 'programme,', '""Betty', 'and', 'Bob"",', 'was', 'sponsored', 'by', 'a', 'flour', 'manufacturer,', 'and', 'Sample', 'used', 'the', 'same', 'idea', 'to', 'promote', 'Oxydol', 'washing', 'powder', 'for', 'Proctor', 'and', 'Gamble,', 'under', 'seige', 'from', 'Unilever', ""'s"", 'Rinso', 'in', 'the', 'US', 'market.']","[29, 30]",0,unilever,"The programme,""Betty and Bob"", was sponsored by a flour manufacturer, and Sample used the same idea to promote Oxydol washing powder for Proctor and Gamble, under seige from Unilever's Rinso in the US market.","['The program ""Betty and Bob"" was put together by a flour mixer manufacturer, an idea that was praised by the internet platforms Spotify, Audionic and Flamnium No Clasico.', 'Proctor and Gamble, who are being investigated by police, are accused of using a product called Oil Room, a real washing powder with breathing apparatus.', 'The performance at the Chalice Windmill turned into the De Mudder realm in which Collins plays.', 'The ""Betty"" brand was funded by fees levied by fans who used the usual methods to make it easy to wear roots, find English gimmicks and install rotten chips.', ""It is likely that this problem will be resolved in the next few months, but it is also likely to be resolved by the fact that, as we have already seen, a very large number of people have been diagnosed with Alzheimer's and other dementia who have not yet been diagnosed with the disease.""]" -185,"['It', 'has', 'signed', 'on', 'undisclosed', 'terms', 'to', 'use', 'Oracle', ""Corp's"", 'manufacturing', 'and', 'financial', 'applications,', 'including', 'software', 'engineering', 'products', 'worldwide;', 'Oracle', 'Manufacturing', 'will', 'be', 'installed', 'in', 'Sun', 'Microsystems', 'Computer', 'Corp', 'manufacturing', 'plants', 'worldwide', 'and', 'Oracle', 'Financials', 'will', 'be', 'installed', 'throughout', ""Sun's"", 'subsidiaries,', 'including', 'sites', 'in', 'Europe,', 'Asia', 'and', 'North', 'America', 'in', 'what', 'is', 'claimed', 'to', 'be', 'the', 'first-ever', 'distributed', 'system', 'to', 'address', 'multi-site,', 'multi-plant,', 'multi-country,', 'and', 'multi-lingual', 'requirements;', 'the', 'value', 'of', 'the', 'pact', 'to', 'Oracle', 'was', 'not', 'given.']","[73, 74]",0,oracle,"It has signed on undisclosed terms to use Oracle Corp's manufacturing and financial applications, including software engineering products worldwide; Oracle Manufacturing will be installed in Sun Microsystems Computer Corp manufacturing plants worldwide and Oracle Financials will be installed throughout Sun's subsidiaries, including sites in Europe, Asia and North America in what is claimed to be the first-ever distributed system to address multi-site, multi-plant, multi-country, and multi-lingual requirements; the value of the pact to Oracle was not given.","['Wanted had earned less in the third quarter than expected, while Oracle International (Oracle) said it was confident that long-term profits in the third quarter of the year, including revenue in the United States and Europe, would be in line with expectations.', 'Oracle has air for Synerg, a China-backed self-help site run by investor Thomas J. Gabri, who has spent more than $1 billion on advertising, and for SOcabase Industry, a China-backed media giant that publishes H & T. RT Magazine, which has also invested in technology, technology and technology, and whose publisher, GetBrother, has spent more than $50 million to build its own Capital X. None of those members, according to a person familiar with the matter, ""is willing to pay for their presence,"" Solange said.', ""s Buffet Chain, 31 March 2017; Children's Buffet Chain, 31 May 2017; Children's Buffet Chain, 31 May 2017; Children's Buffet Chain, 31 May 2017; Children's Buffet Chain, 31 May 2017; Children's Buffet Chain, 31 May 2017; Children's Buffet Chain, 31 May 2017; Children's Buffet Chain, 31 May 2017; Children's Buffet Chain, 31 May 2017; Children's Buffet Chain, 31 May 2017; Children's Buffet Chain, 31 May 2017;"", 'OKan was discussed in a conference call with Lloyds Newcastle Investors on Thursday 20 October 2008 at 10: 30, 10: 00, 10: 00, 10: 00, 10: 00, 10: 00, 10: 00, 10: 00, 10: 00, 10: 00, 10: 00, 10: 00, 10: 00, 10: 00, 10: 00, 10: 00, 10: 00, 10: 00, 10: 00, 10: 00, 10: 00, 10: 00, 10: 00, 10: 00, 10: 00, 10: 00, 10: 00, 10: 00, 10: 00 and 10: 00.', 'The school is facing billions of criticism, and the school can track students before they vote for candidates. ""http: / / abcn.ws / 1dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd']" -186,"['Nippon', 'Digital', 'Equipment', 'Corp', 'is', 'to', 'go', 'after', 'the', 'client-server', 'market', 'in', 'Japan,', 'using', 'the', 'bilingual', 'DOS/V', 'operating', 'system', 'on', 'its', 'personal', 'computers', 'and', 'the', 'VAX', 'series', 'of', 'machines', 'as', 'servers.']","[0, 4]",1,nippon digital equipment corp,"Nippon Digital Equipment Corp is to go after the client-server market in Japan, using the bilingual DOS/V operating system on its personal computers and the VAX series of machines as servers.","['NippYou, a software and computer development company of the Korean manufacturer, is deftly multilingual, but the fact is that I\'m smart because a critical economic theorist reminded the creators of their films of the ""greatest honor,"" and because of the high-quality trainers that counter Coke-Sony\'s whims, stricter scripts and barbecue trolls, ""Cameron us accident scene"" like Karim Nagelsam < unk > More adventures ""Asia:"" Perfect computer becomes possible, high school home... ""Black celebrates at best in Beglower Orima."" Memor Off Twitter happened open ""is probably Franklin FF Storm < unk >.', 'In a statement, the IRG thanked ISIS: ""ISIS is a terrorist organisation and we will not tolerate any form of extremism and we will not tolerate any form of extremism,"" the group said in a statement on its Facebook page, adding: ""We will not tolerate any form of extremism.""', 'About 1% of the funds raised by DfID will be used to fund the Department for International Development (DfID), the Department for International Development (DfID), the Department for International Development (DfID), the Department for International Development (DfID), the Department for International Development (DfID), the Department for International Development (DfID), the Department for International Development (DfID), the Department for International Development (DfID), the Department for International Development (DfID), the Department for International Development (DfID), the Department for International Development (DfID), the Department for International Development (DfID) and the Department for International Development (DFID).', 'Nycolate, who retired from the Internet for the first time in 2012, plans to transfer the provisional broadcasting rights of Kerber Ficial AG FATNA to Samsung Web.com ""Combating strong competition in the field of technology"" 14 / 11 / 2012 ""Event 4 Sport 10 ad3806 companies"" 14 / 11 / 2012 ""Event 4 Sport 10 ad3806 companies"" 10 ad3806 companies ""14 / 11 / 2012"" Event 4 Sport 10 ad3806 companies ""14 / 11""', ""Today's red carpet celebrations will officially begin as soon as Cerny's resignation is officially announced, and the debate party the day before at Ascot will continue - Pokémon Go, Pokémon Go, Pokémon Go, Pokémon Go, Pokémon Go, Pokémon Go, Pokémon Go, Pokémon Go, Pokémon Go, Pokémon Go, Pokémon Go, Pokémon Go and more.""]" -187,"['Back', 'in', 'March', '(UX', 'No', '375),', 'Uniplex', 'said', 'it', 'would', 'use', 'IBM', ""'s"", 'RS/6000', 'as', 'a', 'primary', 'development', 'machine', 'along', 'with', 'one', 'other', 'platform,', 'giving', 'those', 'chosen', 'a', 'significant', 'lead', 'time', 'in', 'bringing', 'product', 'to', 'market.']","[11, 12]",0,ibm,"Back in March (UX No 375), Uniplex said it would use IBM's RS/6000 as a primary development machine along with one other platform, giving those chosen a significant lead time in bringing product to market.","['At the beginning of March (UX-No.1) Uniplex said that it was investing in IBM for a development machine together with IBM for the regular sale of iPhones and iPads.', 'It took 97 minutes on the plane to get to the pilot, who was working on more than a dozen new games, including the computer game ""Unetary Huntsman.""', 'We expect a quid pro quo (prohibited drugs; required funding); (VAS security defendants who have a preference for bed donation are unlikely to suffer impairment; (VAS security defendants who have a preference for bed donation are unlikely to suffer impairment); (VAS security defendants who have a preference for bed donation are unlikely to suffer impairment; and (VAS security defendants who have a preference for bed donation are unlikely to suffer impairment).', ""Were Ryanair's pre-tax profits boosted by the loss of its chief executive Sir Richard Branson and its chief executive Sir Richard Branson during the financial crisis?"", 'In the early 2000s, it was ""let\'s tackle it, let\'s tackle it, let\'s tackle it, let\'s tackle it.""']" -188,"['The', 'car', 'is', 'part', 'of', 'a', 'driving', 'simulator,', 'which', 'uses', 'a', 'Philips', 'video', 'disc', 'player,', 'in', 'conjunction', 'with', 'an', 'Acorn', 'Archimedes', 'A440', 'computer,', 'to', 'project', 'video', 'images', 'onto', 'a', 'screen.']","[11, 12]",0,philips,"The car is part of a driving simulator, which uses a Philips video disc player, in conjunction with an Acorn Archimedes A440 computer, to project video images onto a screen.","['The car, driven by a woman, was allegedly stolen from a car park in the town of Pirava in the north-east of the country.', 'The vehicle is part of a driving simulator that uses conventional microphones, uses Bluedlight power and is equipped with a turbocharged entertainment touchscreen and a tin-foil transmission that can control an absurd, perfectly soundproof rollfare!', 'This is a replacement for six gasoline engines, including a 4-cylinder 5-400 N, LG Vals, a medium-sized sports and outdoor sports company that will be drilling at Elizabeth Stanley Hall (Foxconn in late September), and Martin Therdane Bombaars, which will continue to host a centrally managed event called the ""Animal Targeting Forum.""', ""< br > Racing expert Robin Goodfellow gives his tips ahead of Monday's meetings at Kempton, Kempton and Kempton."", 'The trolley usually hangs glass with 600 running boats. When we fly, we use a Philips video disco in conjunction with the Gear Miner attachment. We also use a linear video recorder to access tricky situations, and in fact we use a Rex - human hands are larger than those of a Rex.']" -189,"['Barclays', 'slipped', '4p', 'to', '351p', 'after', 'confirming', '3,000', 'more', 'job', 'losses.']","[0, 1]",1,barclays,"Barclays slipped 4p to 351p after confirming 3,000 more job losses.","['Barclays slipped 4 percentage points to 353.5 after the death of its boss.', 'Barclays slipped 4.0 per cent to 223p after it was confirmed that 125,000 staff had been made redundant in the wake of the scandal revealed on February 2.', 'Barclays has made 3,000 staff redundant after the company confirmed it had made them redundant.', 'Barclays cut 43,000 to 350,000 jobs and confirmed it would cut another 3,000.', 'Barclays is stuck with massive job losses among 4,000 of its 1,000 employees. http: / / abcn.ws / 2step.com.']" -190,"['Sun', 'Microsystems', 'Inc', ""'s"", 'SunSelect', 'formally', 'announced', 'its', 'Wabi', 'Windows', 'applications', 'binary', 'interface', 'which', 'enables', 'Windows', 'applications', 'to', 'run', 'under', 'Unix', 'without', 'MS-DOS', 'or', 'Windows', 'being', 'needed,', 'and', 'Microsoft', 'Corp', 'announced', 'its', 'alliance', 'with', 'UK', 'firm', 'Insignia', 'Solutions', 'Ltd,', 'High', 'Wycombe,', 'to', 'create', 'Windows', 'applications', 'programming', 'interfaces', 'for', 'the', 'Apple', 'Computer', 'Inc', 'Macintosh', 'and', 'Unix', 'and', 'other', 'operating', 'systems.']","[0, 3]",0,sun microsystems inc,"Sun Microsystems Inc's SunSelect formally announced its Wabi Windows applications binary interface which enables Windows applications to run under Unix without MS-DOS or Windows being needed, and Microsoft Corp announced its alliance with UK firm Insignia Solutions Ltd, High Wycombe, to create Windows applications programming interfaces for the Apple Computer Inc Macintosh and Unix and other operating systems.","['Sun Microsystem Inc of SunSelect Association also announced its commitment to build two Windows operating systems in the 1980s.', 'SunSelect by Sun is the latest in a long line of Wabi IT programming interfaces that Microsoft Windows applications from Morrison to CArena are investigating for violations of federal privacy laws.', ""SunSelect, a subsidiary of Sun Microsystems Inc. (United Kingdom), announced today that it will distribute approximately $1 million of the Company's common stock and common stock, including common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock,"", 'SunSelelson from Sun Microsystems Inc announces a binary environment for Windows applications to support and integrate applications with Microsoft Windows 7 and Windows 7 Windows 7, Windows 7, Windows 7, Windows 7, Windows 7, Windows 7, Windows 7, Windows 7, Windows 7, Windows XP, Windows XP, Windows XP, Windows XP, Windows XP, Windows XP, Windows XP, Windows XP, Windows XP, Windows XP, Windows XP, Windows XP, Windows XP, Windows XP, Windows XP, Windows XP, Windows XP, Windows Linux, Windows XP, Windows XP', 'SunSelect, Inc., a leading provider of software and services for Windows Applications, Inc. (www.sunselect.com), today announced that it has signed a definitive agreement with SunSelect, Inc., Windows Applications, Inc. (http: / / www.sunselect.com /) Windows Applications, Inc. (http: / / www.sunselect.com /) Windows Applications, Inc. (http: / / www.sunselect.com /) Windows Applications, Inc.']" -191,"['Elsewhere', 'on', 'the', 'LP', ""there's"", 'their', 'poppiest', 'single', 'to', 'date,', '""It\'s', 'Alright"",', 'along', 'with', 'an', 'attack', 'on', 'army', 'brutality', 'in', 'Derry,', 'a', 'moving', 'condemnation', 'of', 'the', 'police', 'at', 'the', 'Hillsborough', 'disaster,', 'and', 'a', 'clever', 'put-down', 'of', 'strike-breaking', 'Sun', '-reading,', 'working-class', 'Tory', 'supporters.']","[37, 38]",1,sun,"Elsewhere on the LP there's their poppiest single to date,""It's Alright"", along with an attack on army brutality in Derry, a moving condemnation of the police at the Hillsborough disaster, and a clever put-down of strike-breaking Sun -reading, working-class Tory supporters.","['A year later, her BEA parade became a fake, and it was shown in a special exhibition.', 'On the other side of the world, Pearson will deliver a scathing condemnation of the police for their handling of the Hillsborough disaster and a scathing report on the Hillsborough disaster, which claimed 96 lives and injured hundreds more.', 'Elsewhere, referendum satisfaction seems to be the remedy, and Pepperle knows right-wing Wall Street politicians who, even if they disagree with him, share his concerns about ""too much saving for the economy."" [...] Instead, Ian Faceler and all the other Hispanic politicians have been forced into a reckoning with the Long State in the past. [...]', 'http: / / www.nytimes.com / 2016 / 05 / 20 / opinion / how-to-be-a-brother-little-yesterday. http: / / www.nytimes.com / 2016 / 09 / 20 / opinion / how-to-be-a-brother-little-yesterday. http: / / www.nytimes.com / 2016 / 10 / 20 / opinion / how-to-be-a-brother-little-yesterday. http: / / www.nytimes.com / 2016 / 10 / opinion /', ""There's art, too, but these are beautiful dance routines, and the 27-year-old singer-songwriter is the winner of this year's American Music Awards, which will take place in Los Angeles on Sunday night.""]" -192,"['Continuing', 'to', 'pursue', 'its', 'development', 'strategy,', 'LVMH', 'has', 'consolidated', 'its', 'presence', 'in', 'the', 'potentially', 'strong', 'markets', 'of', 'south-east', 'Asia', 'and', 'reinforced', 'its', 'distribution', 'network,', 'notably', 'in', 'Mexico', '(in', 'association', 'with', 'United', 'Distillers)', 'for', 'its', 'wines', 'and', 'spirits', 'portfolio,', 'in', 'Eastern', 'Europe', 'for', 'its', 'perfume', 'business,', 'and', 'in', 'Japan', 'for', 'the', 'RoC', 'cosmetics', 'brand.']","[6, 7]",1,lvmh,"Continuing to pursue its development strategy, LVMH has consolidated its presence in the potentially strong markets of south-east Asia and reinforced its distribution network, notably in Mexico (in association with United Distillers) for its wines and spirits portfolio, in Eastern Europe for its perfume business, and in Japan for the RoC cosmetics brand.","[""LONDON (Reuters) - British Airways (BA.N: Quote, Profile, Research, Stock Buzz), the world's largest airline, announced on Thursday that it has agreed to buy a stake in British Airways (BA.N: Quote, Profile, Research, Stock Buzz), the world's second-largest airline, in a deal worth more than $1 billion (£1.7 billion), and British Airways (BA.N: Quote, Profile, Research, Stock Buzz)."", ""In4 continues to advance its development strategy in 2015, consolidating LVbed's technological presence in the stable markets of Southeast Asia and the United Kingdom and expanding its distribution network in the US, Europe and Asia."", 'As the company continues to accelerate its development strategy, Ldig has sought to create a division within the company that will be responsible for developing the new interpretation system, which will be the first of its kind in the United States.', 'When asked whether the politician\'s strategy team for an alliance on Eurostyle should complete this development, the unauthorized squaring of the package segment was as follows. < a href = ""http: / / www.zillow.com / blog / policymakers-strategy-team-for-an-alliance-on-eurostyle-policy-strategy-team-for-an-alliance-on-eurostyle-url /"" target = ""_ blank"" > < / a > < / a > < / a > < / a > < / a > < / a > < / a > < / a > < / a > < / a > < / a > < / a >', 'Over the past year, the company has pursued a payout that allows anyone to watch porn... review of recent releases / Argos security samos... activists were the most ingenious of all... they had a sales increase of several per cent... they had a sales increase of three per cent... they had a sales increase of one per cent... they had a sales increase of one per cent..... they had a sales increase of one per cent..... they had a sales increase of one per cent..... they had a sales increase of one per cent..... they had a sales increase of one per cent....']" -193,"['Sleek', 'Mercedes', 'Benz', 'and', 'BMWs', 'intermingled', 'with', 'smoke-belching,', 'rattling', 'Trabants,', 'Wartburgs', 'and', 'Ladas,', 'but', 'it', 'was', 'an', 'environment', 'that', 'lacked', 'the', 'hurly-burly', 'of', 'enterprise.']","[4, 5]",1,bmws,"Sleek Mercedes Benz and BMWs intermingled with smoke-belching, rattling Trabants, Wartburgs and Ladas, but it was an environment that lacked the hurly-burly of enterprise.","['""I think it\'s going to be a tough game,"" he said, ""but I think it\'s going to be a tough game.""', ""Shameless Mercedes-Benz and pencil-thin button-a-gol plugs mingled with wires, rattling gearboxes and Warnolcorns and Casable's low-noise payload jet set."", 'SARDEN Mercedes driver Callum Springside has offered his support for the Fury fight after the British Boxing Board of Control revoked his boxing licence.', ""Silverman and BMC's board of directors are expected to vote on the merits of the proposed merger, which is expected to be completed by the end of the year, and the company's board of directors is expected to vote on the merits of the merger by the end of the year, according to people familiar with the matter who spoke on condition of anonymity because they were not authorized to discuss the matter publicly."", 'Schapelle Corby, a veteran firefighter, was the father of the no-vote specialist. < a href = ""http: / / www.zillow.com / blog / schapelle-corps-defaults-defaults-defaults-1o /"" target = ""_ blank"" > The New York Times < / a > reported today that former President of the United States, George H.W. Bush, has been charged with assault. < / a > < / a >']" -194,"['However,', 'a', 'paper', 'read', 'at', 'the', 'International', 'Bar', 'Asssociation', 'meeting', 'in', 'the', 'summer', 'by', 'the', 'Spanish', 'lawyer', 'on', 'the', 'Thyssen', 'Foundation', ""'s"", 'board,', 'Rodrigo', 'Uria,', 'and', 'Richard', 'Turnor,', 'of', 'the', 'firm', 'of', 'Allen', 'and', 'Overy', 'acting', 'for', 'Baron', 'Thyssen,', 'reveals', 'that', 'the', 'Baron', 'has', 'been', 'concerned', 'to', 'keep', 'his', 'options', 'open:', 'not', 'a', 'single', 'work', 'of', 'art', 'was', 'sent', 'into', 'Spain', 'until', 'it', 'had', 'already', 'been', 'granted', 'its', 'export', 'licence', 'out', 'of', 'Spain.']","[19, 21]",0,thyssen foundation,"However, a paper read at the International Bar Asssociation meeting in the summer by the Spanish lawyer on the Thyssen Foundation's board, Rodrigo Uria, and Richard Turnor, of the firm of Allen and Overy acting for Baron Thyssen, reveals that the Baron has been concerned to keep his options open: not a single work of art was sent into Spain until it had already been granted its export licence out of Spain.","['The Dow Jones Industrial Average rose 0.1 percent to 6,937.48 points, the S & P 500 fell 0.1 percent to 2,935.48 points and the Nasdaq Composite Index fell 0.1 percent to 2,943.48 points, while the Nasdaq Composite Index fell 0.1 percent to 2,943.24 points and the Nasdaq Composite Index fell 0.1 percent to 2,943.46 points.', 'But so far no work of a Spanish family has made it to Spain, and one of the things they should benefit from is a piece of paper called FedererTechnology, a piece of literature in which he participated in Chicago, a paper that will be published in the New York Times on Monday, and a paper that will be published in the New York Times on Monday, published in the New York Times on Thursday, and which will be available in the United States on Friday, Friday, Friday, Friday, Sunday, Sunday, Saturday and Sunday.', 'But it is hard to believe that the multi-millionaire will help young adults fulfill an equally educational role as the driving force of the A-listed Asha market if their management performance is to make any difference.', 'The more work there is, the less money you will get from a company, and the less you will be able to afford to pay for it, and the less you will be able to afford to pay for it, and the less you will be able to afford to pay for it, and the less you will be able to afford it.', ""Rapunzel joked, however, that she is now 'hard to eat' as studies have shown that she is not flying from the UK to the US, but from New York to New York, where she worked as a flight attendant, to London, where she worked as a flight attendant for three months, to London, where she was diagnosed with a rare form of breast cancer.""]" -195,"['That', 'too', 'might', 'be', 'characterised', 'as', 'a', 'courageous', 'move', '--', 'but', 'nothing', 'like', 'as', 'courageous', 'as', 'that', 'of', 'James', 'Burke', 'and', 'his', 'cohorts', 'in', 'deciding', 'that', 'the', 'right', 'man', 'to', 'dig', 'IBM', 'out', 'of', 'its', 'hole', 'was', 'outsider', 'Louis', 'V', 'Gerstner', 'Jr.']","[31, 32]",0,ibm,That too might be characterised as a courageous move -- but nothing like as courageous as that of James Burke and his cohorts in deciding that the right man to dig IBM out of its hole was outsider Louis V Gerstner Jr.,"['This, too, can be called a ""mother train,"" and < a href = ""http: / / www.newscom.com / cgi-bin / prnh / 20080317 / NYF000LOGO"" target = ""external"" > have decided to step down from the cycling team in the wake of the Wiggins doping scandal.', 'The reality is also that if we are brightly enlightened and enlightened by ornithons, we should be called ornithons.', ""Even if Bright Stewarite's Pittsburgh team stayed in the game - but not outside its worn-out thumb field - Koehler's Field Field Field Field Catch triggered a bubble in the industry, Ms. Koehler and John Furniture said."", 'And yet, as Jenkins describes today\'s class of ""animologists,"" there is a sense that other private companies are not doing well.', 'Even if you ask me, ""What do Jews talk about?"" or ""What do you mean, what do Jews talk about?"" or ""What do you think Jews talk about?"" or ""What do Jews talk about?"" or ""What do you think Jews talk about?"" or ""What do Jews talk about?"" or ""Why do you think Jews talk about Jews?"" or ""Why do you think Jews talk about Jews?""']" -196,"['Intel', 'promises', 'Pentium', 'by', 'mid', '1994.']","[0, 1]",1,intel,Intel promises Pentium by mid 1994.,"['Intel promises, among other things, Pentium by mid-1994.', 'Intel returned to the Pimco factory in mid-1994.', 'In Challens With Me TM Penti promises to renew its structures', '""I don\'t know if I\'ll be able to,"" Rodgers said, ""but I think I\'ll be able to.""', 'STATE Scripts To Stand 11, & t: Meet, Travel 31-40 1 / 10 / 2016 14: 30 PM ET 14: 30 PM ET 14: 30 PM ET 14: 30 PM ET 14: 30 PM ET 14: 30 PM ET 14: 30 PM ET 14: 30 PM ET 14: 30 PM ET 14: 30 PM ET 14: 30 PM ET 14: 30 PM ET 14: 30 PM ET 14: 30 PM ET 15: 30 PM ET 14: 30 PM ET 14: 30 PM ET 14: 30 PM ET 15: 30 PM ET 14: 30 PM ET 14: 30 PM ET 14: 30 PM ET 14: 30 PM ET 14: 30 PM ET 14: 30 PM ET 14: 30 PM ET 14: 30 PM ET']" -197,"['If', 'you', 'want', 'a', 'Rolls', 'Royce,', 'you', ""shouldn't"", 'expect', 'to', 'buy', 'it', 'at', 'Volkswagen', 'prices.""']","[13, 14]",1,volkswagen,"If you want a Rolls Royce, you shouldn't expect to buy it at Volkswagen prices.""","['Spill the chips. """"', 'If there is an offer price, Atletico Madrid want to make it in the January transfer window as they have done in the past.', ""If you're a golfer, it's probably a lesson in the importance of putting your kids first."", 'Would Rsten Royce from Autpro Baguette Conversion Group like to read Piand devices?', ""If you want to spontaneously show your rebuild rookie to the next generation, < br > see what you can and can't do.""]" -198,"['Chambers', 'argues', 'that', 'this', 'pattern', 'which', 'characterises', 'companies', 'like', 'Toyota', 'or', 'Marks', 'and', 'Spencers', 'achieves', 'economies', 'of', 'vertical', 'integration', 'without', 'unified', 'ownership', 'and', 'makes', 'it', 'possible', 'to', 'combine', 'the', 'advantages', 'of', 'markets', 'with', 'the', 'virtues', 'of', 'planning,', 'since', 'it', 'gives', 'a', 'measure', 'of', 'stability', 'to', 'both', 'parties.']","[9, 10]",0,toyota,"Chambers argues that this pattern which characterises companies like Toyota or Marks and Spencers achieves economies of vertical integration without unified ownership and makes it possible to combine the advantages of markets with the virtues of planning, since it gives a measure of stability to both parties.","['Chambers accuses Black, AP, Radio USA and other media outlets of being involved in the murder plot against the family.', 'Chambers believes that the vertical integration of Wembley without the imitation of Kraft Cola would jeopardise a ""game-dependent duplication"" of millions of pounds, with everyone assuring that members of Duncan Lavada\'s management team would also consider what is at stake, what makes sense and what makes sense.', ""Khamenei has denied sexual allegations against N'Golo Kante in the past and also wants money from trading giant Brady Securities."", 'Chambers is for companies such as Toyota, General Motors, General Motors, General Motors, General Motors, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler', 'Against this backdrop, Carens < unk > is moving in this direction: ""Volume 1 of Proton Inc vs. Low Factor Lenon Inc.,"" ""Help Volume 1"" and ""Avuef. on"" ChajimMA: American Technology, ""which has been working on presenting technology for just over a year,"" and ""Avuef. on"" ChajimMA: American Technology, ""which was released earlier this year.']" -199,"['A', 'further', 'example', 'of', 'the', 'assumption', 'that', 'women', 'should', 'be', 'willing', 'to', 'provide', 'sex', 'for', 'interested', 'men', 'seems', 'implicit', 'in', 'the', 'Sun', 'headline', '--', ""LANDLORD'S"", 'DEATH', 'LUST', 'FOR', 'GIRL', 'Lodger', 'shunned', 'sex.']","[21, 22]",1,sun,A further example of the assumption that women should be willing to provide sex for interested men seems implicit in the Sun headline -- LANDLORD'S DEATH LUST FOR GIRL Lodger shunned sex.,"['ng (""Sex for Fathers,"" ""Children,"" ""Sex for Fathers,"" ""Sex for Fathers,"" ""Sex for Fathers,"" ""Sex for Fathers,"" ""Sex for Fathers,"" ""Sex for Fathers,"" ""Sex for Fathers,"" ""Sex for Fathers,"" ""Sex for Fathers,"" Sex for Fathers, ""Sex for Fathers,"" Sex for Fathers, ""Sex for Fathers,"" Sex for Fathers, ""Sex for Fathers,"" Sex for Fathers, ""Sex for Fathers,"" Sex for Fathers, ""Sex for Fathers,""', ""PLATELL'S PEOPLE offers another example of how Britain has become a haven for the homeless: a hostel where office workers pay to talk to each other."", 'Another example of the assumption that white men have sex in hotels: Hodgson Lincard ""tries very hard to give animals sex a place where he can tell ideas about things that could go wrong.""', 'Both CBS \'""Surprisingly Clear"" and ""Ewing Electronics,"" which was released as an advertising golf game, and ""Trail of Power,"" Coleman\'s first point.', ""< p > 's DAVID LLOYD reflects the thrill and spill... and lasts till the end... and lasts till the end...'""]" -200,"['However,', 'in', 'an', 'attempt', 'to', 'forestall', 'or', 'derail', ""Microsoft's"", 'likely', 'objections', 'to', 'WABI,', 'legal', 'or', 'otherwise', '--', 'including', 'its', 'promise', 'to', '""make', 'Windows', 'such', 'a', 'moving', 'target', 'that', 'Sun', 'could', 'not', 'keep', 'up""', '(UX', 'No', '431)', '--', 'Sun', 'is', 'also', 'expected', 'to', 'unleash', 'its', 'latest', 'secret', 'weapon', ""that's"", 'guaranteed', 'to', 'raise', 'the', 'stakes', 'once', 'again.']","[37, 38]",0,sun,"However, in an attempt to forestall or derail Microsoft's likely objections to WABI, legal or otherwise -- including its promise to""make Windows such a moving target that Sun could not keep up"" (UX No 431) -- Sun is also expected to unleash its latest secret weapon that's guaranteed to raise the stakes once again.","['""If these were Microsoft\'s possible legal or other objections - including its support for Trump getting himself into trouble,"" he said, ""I don\'t think it\'s going to continue."" (...) ""I think it\'s going to generate the margin,"" Biden said, ""but I think it\'s going to be a very odd win for Clinton.""', 'The ranking of direct to indirect military officers in Moratoga - the way the Obama administration is moving away from Green Air and for the first time releasing a timeline of the polls - is the highest in the country, according to the Washington Post.', ""At the same time, Moholnes's urban writings were to be found or acquired, along with the enormous paintings of the Prophet believed to have been stolen from the city."", ""In Turnbull, Mr Moon's economic woes are having an impact on the economy, with Jason Traugeon predicting that a total of almost 550 million jobs will have to be cut and sold, and that the government will have to scale back investment."", ""On the other hand, McLean's withdrawal from the Tig < p > Hoff Tower since November 1989, when he was elected to the House of Commons by a no-confidence vote, has set an opposition record in debating mandatory candidates.""]" -201,"['On', 'Friday,', 'GM', 'announced', 'that', 'its', 'share', 'of', 'the', 'US', 'car', 'and', 'truck', 'market', 'for', 'the', '1989', 'model', 'year', 'ended', 'September', '30', 'was', '35.2', 'per', 'cent', '--', 'up', 'from', '34.7', 'per', 'cent', 'in', '1988', '--', 'and', 'that', 'it', 'has', 'outsold', 'Ford', 'by', '1.7', 'million', 'vehicles', 'and', 'Chrysler,', 'the', 'third', 'biggest', 'American', 'car', 'maker,', 'by', '3.4', 'million', 'vehicles.']","[40, 41]",0,ford,"On Friday, GM announced that its share of the US car and truck market for the 1989 model year ended September 30 was 35.2 per cent -- up from 34.7 per cent in 1988 -- and that it has outsold Ford by 1.7 million vehicles and Chrysler, the third biggest American car maker, by 3.4 million vehicles.","[""On Friday, GM announced that it has signed a long-term agreement with Prime Minister Benjamin Netanyahu's government to build a new U.S. plant on the outskirts of the Israeli city of Bethlehem, Israel, to build a new plant in the West Bank and a new plant in the West Bank to be built in the West Bank and Gaza Strip."", ""At the end of the day, we're going to have to do a lot of work to make sure that we're going to be able to do that, and we're going to be able to do that, and we're going to be able to do that, and we're going to be able to do that, and we're going to be able to do that, and we're going to be able to do that, and we're going to be able to do that, and we're going to be able to do that, and we're going to be able to do that, and we're going to be able to do that."", 'On, 000 Termini Art Toy-Glitter DSSE Top 5 based on first f * * * * * * * * * * * * * * *, ""she wrote on Twitter, adding:"" I can go rock\'n\'roll, I can go rock\'n\'roll, I can go rock\'n\'roll, I can go rock\'n\'roll.', ""By the end of last season, City were so depressed by Kardashian's lack of game time that it was hard to see how they could have done better without him."", 'GM has said it is pushing Santander to finally make Medicare affordable by 2012 (unlike television ads and the Internet), and is pushing ahead with its failed takeover of Chrysler and Holman Pin.']" -202,"['Jim', 'Harris,', 'new', 'president', 'and', 'CEO', 'of', 'the', 'Santa', 'Cruz', 'Operation,', 'was', 'one', 'of', 'the', 'very', 'earliest', 'in', 'the', 'door', 'at', 'Intel', 'Corp', ',', 'where', 'he', 'made', 'his', 'fortune:', 'since', '1988,', 'aside', 'from', 'his', 'position', 'on', ""SCO's"", 'board,', 'he', 'has', 'has', 'been', 'occupied', 'as', 'a', 'farmer', 'in', 'Minnesota.']","[21, 23]",0,intel corp,"Jim Harris, new president and CEO of the Santa Cruz Operation, was one of the very earliest in the door at Intel Corp, where he made his fortune: since 1988, aside from his position on SCO's board, he has has been occupied as a farmer in Minnesota.","['Jim Harris, a spokesman for the Department of Transportation, said in a statement, ""Jim Harris was one of the first to report two young boys in potential driving situations in the United States to the CDP, and he was also one of the first to report two young boys in potential driving situations in the United States to the CDP, and the first to report the incident to the CDP.""', 'Jim Harris, Labour\'s Shadow Leader of the House of Commons, said: ""Jim Harris is one of the most important figures in the history of the Labour Party and one of the most influential figures in the history of the Labour Party. He is a man who has been at the centre of many of the most vicious political campaigns in the history of the Labour Party and he is one of the most influential figures in the history of the Party... he is a man who has been at the centre of many of the most vicious attacks on the Labour Party...', 'Jim Harris, the new Wolves president and chief executive, said Wolves had no plan to take on Haberfield but the club\'s board would deal with the matter ""as soon as possible.""', ""Jim Harris, I run amok: Ever since Iron Master's Jock Spence, Micai Swouval from the High Street chain Wal-Mart came up to me and started singing music, I've been listening to a lot of music: shock, horror, horror, horror."", 'Jim Harris, the Syrian-bound watchdog who stole a heavily bleeding Spanish clip of Nightingale from T-Mobile, said Nevada thought ""those who stand still,"" while dodgy reporter Anthony Jose stepped forward to say that McCarthy didn\'t tell the plastic-supporting birth control manufacturer he was doing it alone - because penalties were missing for robbing Kansas lobbyists and depriving him of Davis in the first place.']" -203,"['Even', 'though', 'Compaq', 'Computer', 'Corp', 'is', 'infatuated', 'with', 'the', 'NeXT', 'Computer', ""Inc's"", 'NextStep', 'environment,', 'claiming', 'it', 'delivers', 'today', 'what', 'the', 'Taligent', 'IBM', 'Corp/Apple', 'Computer', 'Inc', 'joint', 'venture', 'can', 'only', 'promise,', 'and', 'what', 'Sun', 'Microsystems', 'Inc', 'and', 'Hewlett-Packard', 'Co', 'have', 'yet', 'to', 'materialise,', 'it', 'seems', 'in', 'no', 'particular', 'hurry', 'to', 'cut', 'that', 'OEM', 'deal', 'Steve', 'Jobs', 'is', 'after.']","[2, 5]",1,compaq computer corp,"Even though Compaq Computer Corp is infatuated with the NeXT Computer Inc's NextStep environment, claiming it delivers today what the Taligent IBM Corp/Apple Computer Inc joint venture can only promise, and what Sun Microsystems Inc and Hewlett-Packard Co have yet to materialise, it seems in no particular hurry to cut that OEM deal Steve Jobs is after.","['""The NeX\'d not stood idly by, but published reasons were not popular in this country, and the technical evidence refuted the notion that the NeX\'d not been idle, and that the NeX\'d didn\'t like to be published, and that the NeX\'d had no preconceived view of silver corporations,"" he said.', 'Although it remains in the realm of ""vested interests,"" this consortium is all too well placed to make progress, even if it is later allowed to move the likes of Compaq and Farage in the right direction - the Advisory Board is also looking at qualifications at the IMF, the Hawaiian Federal Reserve, SEKO, and Cal State Berkeley (Osborne is in Singapore), the Bank of Japan, the International Monetary Fund (IMF), the International Monetary Fund (IMF), the International Monetary Fund (IMF), the International Monetary Fund (IMF), the International Monetary Fund (IMF), the International Monetary Fund (IMF), the International Monetary Fund (IMF), the International Monetary Fund (IMF), the International Monetary Fund (IMF), the International Monetary Fund (IMF), the European Central Bank (IMF), the International Monetary Fund (IMF), the', 'Fortunately, a six-strong working-class club is building 21 factories, mainly in the so-called snap-to-go communal area, with more or less 120 armed forces, Carone ok & Laws, online business symbol = lead, language economy, internal staff sick * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *', 'The Compaq PC Corp (CP.N: Quote, Profile, Research, Stock Buzz) is the latest in a long line of companies that have announced that they will be joining Compaq PC Corp (CP.N: Quote, Profile, Research, Stock Buzz), Compaq PC Corp (CP.N: Quote, Profile, Research, Stock Buzz), Compaq PC Corp (CP.N: Quote, Profile, Research, Stock Buzz), Compaq PC Corp (CP.N: Quote, Profile, Research, Stock Buzz), Compaq PC Corp (CP.N: Quote, Research, Stock Buzz), Compaq PC Corp (CP.N: Quote, Profile, Research, Stock Buzz), Compaq PC Corp (CP.N: Quote, Research, Stock Buzz), Compaq PC Corp', 'Mr. Bloom also has longstanding ties as a beekeeping leader at production company Lovington Code Solutions, though he was also linked to a job at Freshwater Inc., a beekeeping company.']" -204,"['FRANK', '&', 'ASSOCIATES', 'OFFERS', 'MVS/NFS,', 'JOINTLY', 'DEVELOPED', 'WITH', 'SUN']","[8, 9]",0,sun,"FRANK & ASSOCIATES OFFERS MVS/NFS, JOINTLY DEVELOPED WITH SUN","['UNSI / MVS / Nusetwatch', ""FRANKFURT / GENERAL ELITE: USRPop, UK AND RULES, Russia: No Brand-Kids's Tonight Show with Jimmy Fallon"", 'PREDICTION, ELECTRICATIONS $8,000 (£11,500)', 'FRANKFURT Zoff MVSAN / NFS NEW BHIND DESCRIPTION PON COMMUNICATIONS Fire and Alaska Muse Sets', 'WASHINGTON (Reuters) - The U.S. Supreme Court on Wednesday overturned a law that would have allowed the U.S. military to use military force against suspected terrorists in Iraq and Syria, a move that could further complicate the fight against Islamic State militants.']" -205,"['Honda', 'will', 'enter', ""November's"", '1864-mile', 'World', 'Solar', 'Challenge', 'in', 'Australia', 'with', 'the', 'futuristic', 'single-seat', 'prototype,', 'pictured', 'above,', 'designed', 'and', 'created', 'by', 'young', 'technicians', 'at', ""Honda's"", 'Tochigi', 'R&D', 'base', 'in', 'Japan.']","[0, 1]",0,honda,"Honda will enter November's 1864-mile World Solar Challenge in Australia with the futuristic single-seat prototype, pictured above, designed and created by young technicians at Honda's Tochigi R&D base in Japan.","['Letterman paid tribute to the late-night talk show host with a ride on the EuroTSAM-US synthesizer bus, and Neil Crown gave Oliver San Mateo (Cuque share < p >) 79.2 seats for 13 that he said ""kept us at bay on infrastructure.""', 'Honda shares the decisive 19th category Kelly Solar Challenge Guineas in the H-Class and Spazio GT Valley Bud Defender in the H-Class. -- S-Class Solar gave a Q Forward Said sureroll, a.G. PERO PERO 1: 34.0', 'Headhunters are the official component of the UK Crown Local Class (CCS) and it has become a priority to increase their share of trading in TOCHIO: -10% to 1%; -20% to 1%; -20% to 1%; -20% to 1%; + 50% to 1%; + 50% to 1%; + 50% to 1%; + 50% to 1%; + 50% to 1%; + 50% to 1%; + 50% to 1%; + 50% to 1%; + 50% to 1%; + 50% to 1%; + 50% to 1%; + 50% to 1%; and', 'Honda will connect the connected S 753 Bralookg seats with personal precipitation 643 spiky disc took place - Pierre Houler And To List were the first to connect the connected S 753 Bralookg seats with the special beauty standard of the Obama Corporation Baghdadi Distribution Agent Campos battery - Pierre Houler And To List were the first to connect the white seats in the special beauty standard Campos battery of the Obama Corporation - Pierre Houler And To List were the first to do this - Pierre Houler And To List were the first to connect the white seats in the special beauty standard Campos battery of the Obama Corporation - Pierre Houler And To List were the first to do this...', 'Honda meets < unk >\'s Dig < unk > Lammed Daha for a ""Shield Meeting,"" < unk >\'s Dig < unk > Lammed Daha for a ""Shield Meeting,"" < unk >\'s Dig < unk > Lammed Daha for a ""Shield Meeting,"" < unk >\'s Dig < unk > Lammed Daha for a ""Shield Meeting,"" < unk >\'s Dig < unk > Lammed Daha for a ""Shield Meeting,"" < unk >\'s Dig < unk >\'s Dig < unk > Lammed Daha for a ""Shield Meeting,"" < unk > Lammed Daha for a ""Shield Meeting.""']" -206,"['The', 'Halcrow', 'report', 'showed', 'that,', 'while', 'overall', 'some', '30', 'per', 'cent', 'of', 'UK', 'drinking', 'water', 'comes', 'from', 'aquifers,', 'this', 'varies', 'from', '6', 'per', 'cent', 'in', 'Wales', 'to', '74', 'per', 'cent', 'in', 'Southern', 'Water', ""'s"", 'region.']","[31, 33]",0,southern water,"The Halcrow report showed that, while overall some 30 per cent of UK drinking water comes from aquifers, this varies from 6 per cent in Wales to 74 per cent in Southern Water's region.","['Demographics', 'Mary Tune, who laughed at Ilves as a construction worker, knows a map from his narrator Anthony about his November titriac. http: / / abcn.ws / 1kmkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhkhk', 'According to figures from the Institute for Fiscal Studies (IFS), the impact of Brexit on the UK economy will be felt even more keenly in the coming months as Britain leaves the EU, while the impact of the Brexit vote will be felt in the rest of the world.', '??? It??? s a Karen Hasselbeck weekend,??? he said.??? It??? s a big day for us,??? he said.??? It??? s a big day for us.', 'If you\'re a church smuggler and you don\'t know what you\'re talking about, you can\'t help thinking, ""Oh my God.""']" -207,"['The', 'sting', 'in', 'the', 'tail', 'of', 'the', 'AS/400', 'announcement', '(', 'IBM', 'never', 'knows', 'when', 'to', 'leave', 'well', 'enough', 'alone)', 'is', 'that', 'it', 'is', 'to', 'start', 'making', 'a', 'niggling', 'handling', 'charge', 'for', 'software', 'upgrades.']","[10, 11]",1,ibm,The sting in the tail of the AS/400 announcement ( IBM never knows when to leave well enough alone) is that it is to start making a niggling handling charge for software upgrades.,"['The sting knife in the tail of the bump of the iPhone X has been revealed in a new study to be published in the coming weeks.', ""In the wake of the announcement, Rösler railed against Kramp-Karrenbauer's performance coach and pointedly pointed out that a small bank was working with Gavin."", 'In a statement, the company said: ""We are pleased to announce that we have reached a settlement with the US Department of Justice that will allow us to continue to work closely with the Department of Justice and Department of Homeland Security to resolve this matter.', '""I know that once on the second day, a customer, a science student, throws away the equipment to deal with older design... Civilians are of course not too different states,"" he said, adding, ""Excuse me, yes, a good generation."" ""', ""< br > 's DAVID LLOYD reflects on the thrill... and lasts until 3pm BST on Thursday when the final whistle rings at the Emirates Stadium.""]" -208,"['SIEMENS', 'NIXDORF', 'FIGURES', 'LIMP', 'IN']","[0, 2]",0,siemens nixdorf,SIEMENS NIXDORF FIGURES LIMP IN,"['The winning routine of the CHUV troupe', ""Corruption has been a major problem in the United States since the 1930s. According to a new report by the Center for Strategic and International Studies, more than one-third of the world's oil and gas reserves are in the United States and Canada, and more than one-third of the world's oil and gas reserves are in the United States and Canada, and the rest of the world in the United States."", '& lt; a href = ""http: / / www.zillow.com"" target = ""external"" >', 'REFORMATION: Simon (19 and younger)', 'Niall Horan gets involved']" -209,"['NOS', 'will', 'supply', 'pipelines', 'and', 'cables', 'to', 'Norske', 'Shell', 'in', 'a', 'deal', 'worth', '$22.5m.']","[7, 9]",0,norske shell,NOS will supply pipelines and cables to Norske Shell in a deal worth $22.5m.,"[""NOS's headaches stem from the sheriff's agreement with Shiite sheriffs, which took a smaller group of companies two and a half years to complete."", 'In concrete terms, Meinay wants to merge NOS pipelines before and after the election.', 'NOS will include in its contract allegations against Norske Shell owned by the U.S. Department of Energy, the U.S. Department of Energy, the U.S. Department of Energy, the Department of Energy, the Department of Energy, the Department of Homeland Security, the Department of Homeland Security, the Department of Homeland Security, the Department of Homeland Security, the Department of Homeland Security, the Department of Homeland Security, the Department of Homeland Security, the Department of Homeland Security, the Department of Homeland Security, the Department of Homeland Security, the Department of Homeland Security and the Department of Homeland Security.', 'NEW YORK (Reuters) - New York City Mayor Michael Bloomberg said on Wednesday he would not seek re-election as mayor of New York City, a city plagued by political turmoil in recent years.', ""Henderson's transfer brings Port Manhat into negotiations with the Reds, and EllanNeil Guantag has agreed.""]" -210,"['IBM', 'Japan', 'Ltd,', 'Mazda', 'Ltd,', 'and', 'French', 'company', 'ESI', 'SA', 'have', 'jointly', 'developed', 'a', 'virtual', 'machining', 'centre', 'that', 'IBM', 'Japan', 'is', 'marketing.']","[18, 20]",1,ibm japan,"IBM Japan Ltd, Mazda Ltd, and French company ESI SA have jointly developed a virtual machining centre that IBM Japan is marketing.","['INVISION Environnement Inc.', 'IBM Japan Ltd., which manufactures pelvic floor fixation, Maz., and Girls Pro, said they are working on developing a treatment for Achilles tendinitis, a condition that can be treated with a simple therapy.', 'The head of IBM Japan, Yoshihiko Noda, said the company was ""very pleased"" with the results.', 'The traditional testimony of seventeen pillars - the stage of a defendant - had been slimmed down by the Indian authorities since November, a key party that in theory has lost importance.', 'The Facebook account of IBM Tokyo Ltd. has a Facebook page with the support of alquete alquete alquete alquete alquete alquete alquete alquete alquete alquete alqueer alqueer alqueer alqueer alqueer alqueer alqueer alqueer alqueer alqueer alqueer alqueer alqueer alqueer alquete alquete alquete alquete alquete alquete alqueer alqueer alqueer alqueer alqueer alqueer alqueer alqueer alqueer alqueer alquete alquete alquete alquete alquete alquete alquete alquete alquete alquete alquete alquete alquete alquete alquete alquete alquete alquete alquete alquete alqu']" -211,"['Barclays', 'Bank', 'is', 'making', 'the', 'grant', 'over', 'a', 'three-year', 'period', 'to', 'encourage', 'independent', 'companies.']","[0, 2]",1,barclays bank,Barclays Bank is making the grant over a three-year period to encourage independent companies.,"['Barclays Bank is making them available to fraudsters.', 'Position 3488 states: ""Barclays Bank will either make a clear continuation (in terms of speculative hedging) of the rescue package (as a condition for the savings of the UK and its shareholders) or terminate the loan (as a precautionary measure).', 'The Barclays four-year deal comes from emerging markets and is being advertised in Amsterdam.', ""Barclays Bank is considering a tax-free lump sum for its troubled women's services network."", 'Barclays Bank announces financial results for the three months ended September 30, 2008 (""C-Taxes TV Series 3"") (""C-Taxes TV Series 3"") (""C-Taxes TV Series 3"") (""C-Taxes TV Series 3"") (""C-Taxes TV Series 3"") (""C-Taxes TV Series 3"") (""C-Taxes TV Series 3"") (""C-Taxes TV Series 3"") (""C-Taxes TV Series 3"") (""C-Taxes TV Series 3"") (""C-Taxes"") (""C-Taxes"") (""C-Taxes"") (""C-Taxes"") (""C-Taxes"") (""C-Taxes"") (""E-Taxes"") (""C-Taxes"") (""C-Taxes"")']" -212,"['Early', 'in', '1991,', 'Sony', ""'s"", 'UK', 'company', 'seemed', 'to', 'be', 'firmly', 'in', 'charge', 'of', 'both', 'hardware', 'and', 'software', 'strategy.']","[3, 4]",0,sony,"Early in 1991, Sony's UK company seemed to be firmly in charge of both hardware and software strategy.","['The company, which was founded in the UK in early 1991, has already warned other BA staff that it is under-investing.', 'Joint ventures with the gambling giant\'s minority shareholders appear to be a ""smile"" because they must be.', 'While the nice news editors may take this seriously, they routinely label all the survey results of the marketing markets, but last week they voted for five < a href = ""http: / / www.zillow.com / blog / news-editors-nominates-five-executives-of-the-market-.""', ""It's not the first time the pair have been linked, as they were spotted on a romantic getaway together earlier this month."", 'Beckenbauer, who has been linked with a move to Bayern Munich, has also been linked with a move away from Germany.']" -213,"['Sun', 'executives', 'say', 'the', 'issue', 'of', 'Sun', 'chief', 'executive', 'officer', 'Scott', 'McNealy', 'giving', 'up', 'his', 'other', 'post', 'as', 'president', 'of', 'Sun', 'Microsystems', 'Computer', 'Corp,', 'Sun', ""'s"", 'systems', 'planet', '(UX', 'No', '433),', 'has', 'been', 'raised', 'many', 'times', 'and', 'never', 'acted', 'on.']","[24, 25]",0,sun,"Sun executives say the issue of Sun chief executive officer Scott McNealy giving up his other post as president of Sun Microsystems Computer Corp, Sun's systems planet (UX No 433), has been raised many times and never acted on.","[""Sun means Hillary by the verses Noah and not Mr. Elliott (Slaoler.a). < unk >'s executive editor at Sun < unk > @ - @ Level cunningly lists 19 games, most of them to < unk > Germany. < unk >'s DAVID LLOYD gives you the lowdown on what's on the market. < unk >'s DAVID LLOYD gives you the lowdown on what's in the store and what's on the market."", 'In county, you do not know if Breaking Plans ""Bread Editor, routes of triple security possible leave here, and feat your.ru Writers Politics Iraq, Annapolis East, Annapolis, Annapolis, Annapolis, Annapolis, Annapolis, Annapolis, Annapolis, Annapolis, Annapolis, Annapolis, Annapolis, Annapolis, Annapolis, Annapolis, Annapolis, Annapolis, Annapolis, Annapolis, Annapolis, Annapolis, Annapolis, Annapolis, Annapolis, Annapolis, Annapolis, Annapolis, Annapolis, Annapolis, Annapolis, Annapolis, Annapolis, Annapolis, Annapolis, Annapolis, Annapolis, Annapolis, Annapolis', 'So at least we welcome a new 433 analyst Watson Hummels, a candidate for the finance department, who, for example, has published a list of 120 properties for sale that will benefit both the remaining 633 users and those who want to contribute to the project: do you think France will benefit?', ""The Sun's hoarding of publicity is too serious for my daughter to take seriously, but I wonder why she's had to endure 30,000 silences as a result of bullying over the past two years."", 'Leading scientists at the University of California at Berkeley have been studying possible F-29 interceptors for years.']" -214,"['IBM', ""'s"", 'data', 'engine', 'was', 'to', 'be', 'used', 'alongside', 'Tivoli', 'Systems', ""Inc's"", 'Object', 'Management', 'Group-compliant', 'Object', 'Dispatcher', 'technology', 'in', 'the', 'DME', 'server', 'compartment,', 'which', 'maintains', 'objects', 'that', 'contain', 'information', 'about', 'resources', 'on', 'a', 'network', 'as', 'well', 'as', 'routines', 'for', 'managing', 'them.']","[0, 1]",0,ibm,"IBM's data engine was to be used alongside Tivoli Systems Inc's Object Management Group-compliant Object Dispatcher technology in the DME server compartment, which maintains objects that contain information about resources on a network as well as routines for managing them.","[""He criticised Sergio Aguero, saying: 'It was a very difficult decision."", 'The IBM data engine is subject to cost sharing within four years (SS ETTIC), depending on the installation of the Internet code.) In addition to internal support from Xge Systems Györg, employees also initiate every single critical technical event that is ready for 3.5 MP extenders. From 5: 10 p.m. to 5: 10 p.m., May organizer; xge Systems Györg, Inc.] Since 2006, the company has been warning of problems in open office and standard Storm Coast IT screens, often with lighted WadCAP on warranty, and has been widely documented in hardware service benchmarks that Eddie Yonbash originally found at the Anthony Tower Center.', 'b) BitDa or controllers patented the functions, stairs and other intervals (BekShadow vs. Annume) Survey??? Advent??? (monthly visit - Zeta directly to 10N)', ""IBM's Comptzu unit and Tiffany & Co. should work together to determine when, where and how the order will take effect and how it will be implemented."", ""She said: 'It's been a long time since I had a relationship with a man, but it was nice to be able to put it behind me.""]" -215,"['This', 'week,', 'two', 'new', 'lenders', '--', 'the', 'Nationwide', 'and', 'Laurentian,', 'the', 'financial', 'services', 'side', 'of', 'insurance', 'company', 'Laurentian', 'Life', '--', 'are', 'plugging', 'the', 'advantages', 'of', 'mortgage', 'protection', 'insurance.']","[7, 8]",1,nationwide,"This week, two new lenders -- the Nationwide and Laurentian, the financial services side of insurance company Laurentian Life -- are plugging the advantages of mortgage protection insurance.","['This press release contains forward-looking statements within the meaning of Section 21E of the Securities Exchange Act of 1934, as amended, Section 21E of the Securities Exchange Act of 1934, as amended, and Section 21E of the Securities Exchange Act of 1934, as amended, and Section 21E of the Securities Exchange Act of 1934, as amended.', ""So next week, two new inductees (new inductees between Nacional and Nacional, the late-night dance-off and the prestige player who brought his titles to the country) will fill Arxon's $5 million-a-year contract with the Los Angeles Lakers."", 'Photo Shzia is Ryan \'Bayán\' Ferguson Joe Kelly @ animasPangoestMunsters.org Artists are seen trying to flee across the border in case they lose confidence in the government, and ""La Massamare - Officer Radamare Lima"" has been leaving the crisis behind for nearly 10 days.', 'According to RealtyTrac, the apartment in East Hollywood was the most expensive in the nation at $18.5 million with a median price of $2.1 million.', 'RELATED LINKS http: / / www.nytimes.com / 2016 / 11 / 17 / opinion / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday / Sunday']" -216,"['But', 'while', 'the', 'Suzuki', 'may', 'be', 'a', 'nimble', 'machine,', ""Schwantz's"", '1990', 'Suzuki', 'team-mate', 'Niall', 'Mackenzie', 'is', 'a', 'good', 'judge', 'of', 'what', 'makes', 'the', 'Schwantz/RGV', 'combination', 'so', 'rapid.']","[11, 12]",1,suzuki,"But while the Suzuki may be a nimble machine, Schwantz's 1990 Suzuki team-mate Niall Mackenzie is a good judge of what makes the Schwantz/RGV combination so rapid.","[""But while the Su-ki is an agile machine, it's not the first time the Su-ki has been used in the past, and the Su-ki has been used in the past, it's the first time the Su-ki has been used in the same way as the Su-ki in the Su-Ki-Ki-Ki-Ki."", 'Yes, I find it strange that a man who has never won a major in his life should suddenly find himself in a position where he has to decide whether to carry on or not, whether to carry on or not, whether to carry on or not, whether or not to carry on, whether or not to carry on, whether or not to carry on, whether or not to carry on, or whether or not to carry on in his current position, or whether or not to carry on in his current position.', ""Here, Brent Boyle of < br > takes a look at some of the key talking points of the day, including why Turnbull is leading for the second time in a decade, why he is the favourite to become Australia's next prime minister and why he is the favourite to become the next prime minister."", ""He said: 'I think it's important that people are aware of what's going on in the property market."", 'There is a Google search for five different segments of global aviation skepticism and a Google search for five different segments of global aviation skepticism.']" -217,"['Instead', 'of', 'impressing', 'its', 'customers', 'with', 'the', 'ease', 'and', 'convenience', 'of,', 'say,', 'Microsoft', ""'s"", '""Word""', 'word-processing', 'program,', 'the', 'company', 'hopes', 'to', 'wow', 'them', 'with', 'the', 'way', 'that', '""Word""', 'can', 'incorporate', 'charts', 'or', 'query', 'a', 'remote', 'database', 'for', 'the', 'latest', 'sales', 'figures.']","[12, 13]",0,microsoft,"Instead of impressing its customers with the ease and convenience of, say, Microsoft's""Word"" word-processing program, the company hopes to wow them with the way that""Word"" can incorporate charts or query a remote database for the latest sales figures.","['Instead of simply focusing on defeats, the company is focusing on higher values - apart from both supporting racing projects.', 'Instead of focusing on simplicity and general desires, one should turn a commercial center into a TIM.', ""At the time, Stephenson's bitterness toward customers stemmed from the Microsoft event, when the company announced it had accelerated the sale of its Trencio Corporation acquisition."", 'Instead of her clients, she wrote, for example, text messages, emails, ""Word Verification,"" ""Speaker Donald Kosquik,"" ""AnyBOXMiley,"" ""Eleven"" and ""Eleven.""', 'In fact, the company is trying to do the opposite - take advantage of the new location and leverage advanced video technology from solutions, & lt; a href = ""http: / / www.zillow.com / blog / cgi-bin / prnh / 20141109 /"" target = ""_ blank"" > Technology travels the world. & lt; / a >']" -218,"['BILL', 'GATES', 'TO', 'WED', 'MICROSOFT', 'STAFFER', 'MELINDA', 'FRENCH']","[4, 5]",0,microsoft,BILL GATES TO WED MICROSOFT STAFFER MELINDA FRENCH,"['BILL MICKARD STRAUS: Broadband megaphone', 'Visit to the Munich radio station Triple Cat Lunch Team: Meat dishes are served', ""VIDEO Scroll down to watch International Women's Day celebrations"", 'Frankfurt / Main (dpa / lhe) - In the collective bargaining dispute at Deutsche Bahn, the union of German locomotive drivers (GDL) reached an agreement on Monday: The train drivers ""union Vereinigung Cockpit (GDL) and the union of German locomotive drivers (GDL) have agreed to arbitration.', ""Tory MPs lobbied the Prime Minister's tweets yesterday""]" -219,"['Mirroring', 'Sun', 'Microsystems', 'Inc', ""'s"", 'efforts', 'in', 'this', 'area', '(UX', 'No', '386)', 'Hewlett-Packard', 'Co', 'has', 'rolled', 'out', 'a', 'new', 'range', 'of', 'ISDN', 'connectivity', 'enabling', 'standalone', 'workstations', 'to', 'communicate', 'over', 'public', 'or', 'private', 'ISDN', 'networks.']","[1, 4]",0,sun microsystems inc,Mirroring Sun Microsystems Inc's efforts in this area (UX No 386) Hewlett-Packard Co has rolled out a new range of ISDN connectivity enabling standalone workstations to communicate over public or private ISDN networks.,"['As a reflection of Sun Microsystems Inc., Hewlett-Packard Co., Inc. and other industry players, Hewlett-Packard Paper has now initiated a new board that will enable the company to take advantage of the weak markets in which it operates.', ""Bem Bem of Feh Sun Microsystems Inc (SPX.O) said Trump's lackluster data package on the French election was simple, depending on election audits by the IMF's World Bank board."", 'According to Spiegelman, Digitalsm, with its lead presenter Phil Grayling, is beginning to radically change the way things should be done, including having sex with people close to them.', 'Denlow\'s article is the second since mid-November in which Gray has been the subject of intense scrutiny, with the Cleveland Cavaliers releasing a statement in February saying they were ""deeply saddened"" by the news.', ""Image copyright Getty Images Image caption Canberra's Bossy King and President Donald Trump protested for the first time since the rampage at Sandy Hook Elementary School in Newtown, Connecticut""]" -220,"[""I'm"", 'still', 'nervous', 'about', 'the', 'whole', 'affair,', 'even', 'though', 'I', 'know', 'from', 'my', 'own', 'experience', 'that', 'NEC', ',', 'Phillips,', 'Conner,', 'Intel', 'and', 'ADM', 'are', 'safe.']","[16, 17]",1,nec,"I'm still nervous about the whole affair, even though I know from my own experience that NEC, Phillips, Conner, Intel and ADM are safe.","['I was on stage in California in August 1987 on 23 CDs (and started writing a 24-song set about it), and Martin lost his temper with my ex.', 'Bombay is the whole thing - @ BeFortuna something, even if the injured Berko ZekÅ‚oty no longer seems to follow us in midfield.', ""I do not agree with the hacking of Xbox One's System Up MyonMind - < unk > cuts himself off bravely!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"", 'The long-running ""BB"" youth conference made Syrian proposals for mobile danger games, usually with masses of young people talking about Western-style exercises such as drone warfare.', 'It is too early to say if it will happen in 2015, but I think it will happen.']" -221,"['Sponsored', 'by', 'IBM', 'Northern', 'Ireland']","[2, 5]",0,ibm northern ireland,Sponsored by IBM Northern Ireland,"['Support leg IBM Northern Ireland', 'By IBM Northern Ireland Exciting idea', 'Promotion follows on Instagram', 'by IBM Orange Southern Ireland', 'Consider IBM\'s level of regulation - investment only affects a company\'s growth if that need is eliminated by a two-thirds majority - Arthur is offended by what he sees as a lack of transparency in the way the company is run: hold the mayor accountable for his ""lousy tourism""; hold the mayor accountable for his ""lousy tourism""; hold the mayor accountable for his ""lousy tourism""; hold the mayor accountable for his ""lousy tourism""; hold the mayor accountable for his ""lousy tourism""; and hold the mayor accountable for his ""lousy policy.""']" -222,"['Intel', 'also', 'filed', 'a', 'motion', 'asking', 'Judge', 'William', 'Ingram', 'to', 'reconsider', 'or', 'to', 'certify', 'his', 'April', '15', 'ruling', 'demanding', 'a', 'retrial', 'of', 'the', 'case', 'over', 'the', 'microcode', 'in', 'the', '80287', 'maths', 'co-processor,', 'which', 'Intel', 'says', 'Advanced', 'Micro', 'was', 'not', 'entitled', 'to', 'use.']","[0, 1]",1,intel,"Intel also filed a motion asking Judge William Ingram to reconsider or to certify his April 15 ruling demanding a retrial of the case over the microcode in the 80287 maths co-processor, which Intel says Advanced Micro was not entitled to use.","['In addition, Intel filed a motion ordering the judge to set aside the judgment.', 'Intel also asked Judge William J. Lipvarthosis (D-Mich.) to rule on the merits of such a special fund: ""The principal shall determine that the principal shall determine that the principal shall determine that the principal shall determine the principal of the principal of the principal of the principal of the principal of the principal of the principal of the principal of the principal of the principal of the principal of the principal of the principal of the principal of the principal of the principal of the principal of the principal of the principal of the principal of the principal of the principal of the principal of the principal of the principal of the principal of the principal of the principal of the principal of the principal of the principal of the principal of the principal of the principal of the principal of the principal of the principal of the principal of the principal of the principal of the principal of the principal of the principal.', 'Intel also sent a letter to Judge William Ingram asking him to review the impact of the current year-over-year growth rate, including the impact on the U.S. economy.', 'Intel also filed a motion with Judge William Ingram requesting that his April 15 ruling be set aside, stating that ""proSource users were given a private role in chip search, which was most likely compromised, and that the development of the microprocessor was not adequately presented to the court... for the first time in SouLea Land Offroad Technology\'s litigation.""', '""I think it\'s going to take a lot of time to get to the bottom of this, and I think it\'s going to take a lot of time to get to the bottom of this,"" said Sen. John McCain (R-Ariz.), the top Republican on the Senate Armed Services Committee.']" -223,"['IBM', 'Corp', 'is', 'to', 'license', 'a', 'version', 'of', 'its', 'CICS/6000', 'CICS', 'overlay', 'for', 'the', 'Encina', 'transaction', 'processing', 'monitor', 'to', 'Hewlett-Packard', 'Co,', 'which', 'says', 'it', 'will', 'offer', 'it', 'on', 'its', 'HP9000', 'Precision', 'Architecture', 'RISC-based', 'Unix', 'machines', '--', 'but', 'conversion', 'of', 'the', 'IBM', 'product', 'will', 'not', 'be', 'a', 'simple', 'task', '--', 'it', ""won't"", 'be', 'ready', 'to', 'ship', 'until', 'the', 'second', 'half', 'of', '1993.']","[0, 2]",0,ibm corp,"IBM Corp is to license a version of its CICS/6000 CICS overlay for the Encina transaction processing monitor to Hewlett-Packard Co, which says it will offer it on its HP9000 Precision Architecture RISC-based Unix machines -- but conversion of the IBM product will not be a simple task -- it won't be ready to ship until the second half of 1993.","[""IBM plans to introduce restrictions on the number of companies that can relate to the d'Iware app and on research registrations (LGV / Pnbi) that can be found on the Rae-in-the-Mountains app from iTunes, iTunes, iTunes, Apple Music, Apple Music, Apple Music, Apple Music, Apple Music, Apple Music, Apple Music, Apple Music, Apple Music, Apple Music, Apple Music, Apple Music, Apple Music, Apple Music, Apple Music, Apple Music, iTunes, Apple Music, Apple Music, Apple Music, Apple Music, Apple Music, Apple Music, Apple Music, Apple Music, Apple Music, Apple Music, Apple Music, Apple Music, Apple Music, Apple Music, Apple Music, Apple Music, Apple Music, Apple Music, Apple Music, Apple Music, Apple Music, Apple Music, Apple Music, Apple Music, Apple Music, Apple Music, Apple Music, Apple Music"", 'IBM reported William Mendelsohn, the deputy director of internal affairs, to First Century Broadcast for allegedly misleading the department about the alleged transcripts of his homemade briefing to First Century Broadcaster. someone gagged technicians, ordered them to make a profit, ordered them to make a profit, ordered them to make a profit, ordered them to make a profit, ordered them to make a profit, ordered them to make a profit, ordered them to make a profit, ordered them to make a profit, ordered them to make a profit, ordered them to make a profit, ordered them to make a profit, ordered them to make a profit, ordered them to make a profit, ordered them to make a profit, ordered them to make a profit, ordered them to make a profit, ordered them to make a profit, ordered them to make a profit, ordered them to make a profit.', 'The CICS / 6000 System SE is currently licensed to the company with license number MOIX 1.1 861000, which qualifies it for the selection and licensing of companies, and the CICS / 6000 System SE is licensed to the company with license number MOIX 1.1 861000, which qualifies it for the selection and licensing of companies.', 'Beyond all tele-commerce projects, Bilim aims to discourage people from just eating, snapping to fuel rumors?, author of Mid-2015 Tactics Punishments: How to Get an Acceptable Bin for Free, How to Get an Acceptable Bin for Free, How to Get a Good Car for Free, How to Get a Good Car for Free, How to Get a Good Car, How to Get a Good Car, How to Get a Good Car, How to Get a Good Car, How to Get a Good Car, How to Get a Good Car, How to Get a Good Car, How to Get a Good Car, How to Get a Good Car, How to Get a Good Car, How to Get a Good Car, How to Get a Good Car, How to Get a Good Car, How to Get a Good Car, How to Get a Good Car', '""If you have to go back to the Senate, you have to go back to the Senate, you have to go to the Senate, you have to go to the Senate, you have to go to the Senate, you have to go to the Senate, you are going to the Senate, you are going to the Senate, you are going to the Senate, you are going to the Senate, you are going to the Senate, you are going to the Senate, you are going to the Senate, you are going to the Senate, you are going to the Senate, you are going to the Senate, you are going to the Senate, you are going to the Senate, you are going to the Senate, you are going to the Senate, you are going to the Senate, you are going to the Senate, you are going to the Senate, you are going to the Senate.""']" -224,"['IBM', 'VERSUS', 'EUROPE']","[0, 1]",0,ibm,IBM VERSUS EUROPE,"['Piracy on the Internet', 'IBM has landed in Europe', 'IBM attorney ITIS PIX -- Anthony', '22 Travellers', 'IBM Board of Directors @ - @ chiell Only the President of Switzerland will continue to support IBM in the election campaign prior to election B. = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =']" -225,"['Fiat', 'is', 'said', 'to', 'be', 'looking', 'for', 'a', 'partner', 'for', 'its', 'car', 'business.']","[0, 1]",1,fiat,Fiat is said to be looking for a partner for its car business.,"['Fiat, the world\'s largest automaker by sales, said in a statement that it was ""deeply saddened"" by the loss of its chief executive and ""deeply disappointed"" by the company\'s decision to cease operations of its Italian subsidiary in the wake of the collapse of the Italian subsidiary of carmaker Fiat and ""deeply saddened"" by the loss of its chief executive.', 'Fiat says it wants a partner for the car business.', 'Fiat is expected to take a closer look at its international banking business, but Wolfgang Schäuble, the head of the group, said he would not comment on details of the deal.', 'Fiat is currently looking for a partner to invest in the company and the company is looking for a partner with whom it can cooperate... the company is looking for a partner with whom it can cooperate... the company is looking for a partner with whom it can cooperate... the company is looking for a partner with whom it can cooperate..... the company is looking for a partner with whom it can cooperate..... the company is looking for a partner with whom it can cooperate..... the company is looking for a partner with whom it can cooperate..... the company is looking for a partner with whom it can cooperate.', 'Diesel and straw link have been used in the past, Sky News is a private name and it seems Giggs is not the only one who appears to eat a bike from Snap.']" -226,"['A', 'strike', 'by', '55,000', 'machinists', 'at', 'the', 'Boeing', 'Co.', 'began', 'on', 'Oct.', '4,', '1989,', 'seriously', 'affecting', 'exports', 'as', 'the', 'company,', 'the', 'largest', 'net', 'exporter', 'in', 'the', 'USA,', 'could', 'only', 'make', '22', 'of', '93', 'scheduled', 'deliveries.']","[7, 9]",0,boeing co.,"A strike by 55,000 machinists at the Boeing Co. began on Oct. 4, 1989, seriously affecting exports as the company, the largest net exporter in the USA, could only make 22 of 93 scheduled deliveries.","[""The bottleneck seemed all the more acute as the low-tax nature of transit operations continued to deteriorate, but farmers or defense ministry officials insisted on a short-term solution to the difficult times ahead. -- Rodong Sinmun, the chief executive of Korea's state-run KCNA news agency, said in response to a request that the US-led management of the 32 hours of work of thousands of workers after they were replaced by a new drilling rig contributed about $750 million to the disaster."", 'A jury of 55,000 slow-moving institutions filed a motion on October 4, 1989, asking the court to order the release of Avaaz, who is accused of being a member of Al Qaeda in the Arabian Peninsula (AQAP).', 'On 4 October 1989 a revolution began in the Soviet Union, with the rise of the Soviet Union and the rise of the Soviet Union and the rise of the Soviet Union.', 'The money, some advocates fear, could be used by Republicans to unveil his curriculum, which would allow teachers and students to earn a salary of up to $250,000 a year, a platform that would allow them to earn more than $1 million a year, and a platform that would allow them to earn more than $1 million a year in salary and benefits, including a salary of $1 million, a salary of $1 million, a salary of $1 million, a salary of $1 million, a salary of $1 million, a salary of $1 million, and a salary of $1 million.', '""Wool was human in gloomy rooms and combinations, and dedicated Republicans are"" appropriately updating 25% of the interstorage space that opened yesterday!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!']" -227,"['HEWLETT-PACKARD', 'CREATES', 'INTEGRATED', 'OPENWAREHOUSE']","[0, 1]",0,hewlett-packard,HEWLETT-PACKARD CREATES INTEGRATED OPENWAREHOUSE,"['Gait assumption created $2tn', 'LEVEL PHILADELPHIA / Getty Images', 'The wall package also included more visible rappers in Congress and transparent waist bands.', 'Gift: Traditional poppy depicts IS fighters', 'Manu Tuilagi - 6']" -228,"['A', 'spokesman', 'for', 'Ford', 'in', 'Britain', 'said:', '""Mr', 'Booker', 'was', 'talking', 'very', 'generally', 'about', 'the', 'European', 'car', 'market.']","[3, 4]",0,ford,"A spokesman for Ford in Britain said:""Mr Booker was talking very generally about the European car market.","['A spokesman for Booker UK said: ""Booker is very general about the genre of European chaos.', ""A UK Border Agency spokesman said: 'We are aware of reports of a suspicious package in the area."", 'A spokesman for Ford in the UK said: ""We are pleased to announce that we have entered into a new contract with Ford for the first time.', 'As a leading shareholder, Choke took over the Time Act in 1979 and was responsible for both networks negotiating the bankruptcy of Goven Jets on the same day.', ""Stay tuned for examples from other countries, and Agent Angel Feherty: Misconduct doesn't mean you can't give up censoring American mayors.""]" -229,"['It', 'rates', ""Sun's"", 'orders', 'for', 'the', 'machine', 'as', '""outstanding,""', 'figuring', 'that', 'the', '15,000-unit', 'backlog', 'estimated', 'for', 'September', 'when', 'Sun', ""'s"", 'quarter', 'closed', 'must', 'have', 'grown', 'to', '25,000', 'or', '30,000', 'units', 'by', 'now.']","[18, 19]",0,sun,"It rates Sun's orders for the machine as""outstanding,"" figuring that the 15,000-unit backlog estimated for September when Sun's quarter closed must have grown to 25,000 or 30,000 units by now.","['There, sun specialist Misthu is not on the 100-year-old list of producers.', ""She demoted Sun Jonny's instructions for the machine by reading aloud which of the 15,000 units touched which table, let's not forget how to use football; she had close-ups; blazing Fernand of variety disabled downloads deleted by hateful evasion of drivers; motivating all the children on the South Plateau; more questionable export of artillery that will suffocate each of them so they can celebrate at the same time."", 'There are hotels here that once owed orders to the Model 2 after they solved the STOVL fire in gold ($2.00), which blew up limestone as they struggled to keep up with jet engine upgrades, and all the services that manufacturers are testing to get the same profile from disaster rescue crews, and who are interested in formulating so many different motives.', '""I think it\'s going to take a lot of time,"" he said, ""but I think it\'s going to take a lot of time.""', 'For the third year in a row, Tageslook.com has planned a stylish ""rollercoaster ride,"" and many have already seen highlights of the season: chairman David Heir said the ""rollercoaster"" had been set alight and the club had acted to postpone the game\'s aesthetic schedule.']" -230,"['But', 'Micro', 'Focus', 'is', 'bearding', 'its', 'leonine', 'partner', 'IBM', 'Corp', 'in', 'its', 'lair,', 'effectively', 'going', 'head', 'to', 'head', 'with', ""IBM's"", 'own', 'CICS/6000', 'by', 'creating', 'an', 'open', 'system', 'that', 'can', 'run', 'CICS', 'applications', 'and', 'offers', 'links', 'to', 'mainframe', 'CICS', 'systems.']","[8, 10]",0,ibm corp,"But Micro Focus is bearding its leonine partner IBM Corp in its lair, effectively going head to head with IBM's own CICS/6000 by creating an open system that can run CICS applications and offers links to mainframe CICS systems.","['There is no doubt that this will be a very difficult time for the club and the board, but we are confident that we will be able to get the best possible deal for the club and we are confident that we will be able to get the best possible deal for the club and we are confident that we will be able to get the best possible result for the club and that we will be able to get the best possible result for the club and the club and that we will be able to get the best possible result for the club.', ""At the same time, Micro is strengthening its leading position at IBM, with more than a third of open systems (CICS applications) coming from EbM's own systems (CRR and Exserts)."", ""But Mica's focus is groundbreaking for IBM's Leonine program, which includes a channel manager in the existing Interengine Web server, a program for psychological knowledge services, program instructions, and firefighters."", 'Microfocus believes, however, that the mechanical difference between the two systems is different from many modern, company-specific knife systems and that the mechanical difference between the two systems is not compatible.', 'However, Micro Focus is one of the most popular video games in the world, and its programming on the main gaming circuits is GO-REVO, which manufactures the 3G headsets (2630).']" -231,"['The', ""UK's"", 'Ampersand', 'Systems', 'Ltd,', 'Bristol,', 'is', 're-launching', 'itself', 'as', 'the', 'Open', 'Systems', 'Centre,', 'and', 'as', 'has', 'picked', 'up', 'IBM', ""'s"", 'RS/6000', 'to', 'market.']","[19, 20]",0,ibm,"The UK's Ampersand Systems Ltd, Bristol, is re-launching itself as the Open Systems Centre, and as has picked up IBM's RS/6000 to market.","['Ohanian ISQ Fisher Technological Bullying Consulting Engineering (PCI), a British company based in Bristol, is launching a 17,000-employee business venture called Open System Ljk, which will be called Open System Ljk.', 'Ampersden Systems Social Media L (USA THE GO BAI All over the Double Mac), vs. Highland Studies Service Customer Tailor to Cambridge Well-known design indicators Brands such as H & M, H & M, M / Vegas Agency, M / Vegas Agency, M / Vegas Agency, M / Vegas Agency, M / Vegas Agency, M / Vegas Agency, M / Vegas Agency, M / Vegas Agency, M / Vegas Agency, M / Vegas Agency, M / Vegas Agency, M / Vegas Agency, M / Vegas Agency, M / Vegas Agency, M / Vegas Agency, M / Vegas Agency, M / Vegas Agency', ""Australian Jordan Luton, who won gold in the men's 10m hurdles at the Rio Olympics last summer, was considered one of the favourites to replace Daniel Ricciardo as Olympic sprint champion after the Jamaican suffered a hamstring injury in training."", 'Both Laughing (R) and Paula (R) are scheduled to appear in the next round of the trial, where they will be presented with a two gram influencer from Ecyclics Washington System, a two gram spray from Ecyclics Washington System, and a two gram spray from Ecyclics Washington System.', 'In a statement to < br >, the FA said: ""We are aware of reports that a number of players have been charged following an incident in which they were charged with drink driving, drink driving, driving without a licence, driving without a licence, driving without a licence, driving without a licence, driving without a licence, driving without a licence, driving without a licence, driving without a licence, driving without a licence, driving without a licence, driving without a licence and driving without a licence.']" -232,"['Following', 'the', 'Hewlett-Packard', 'Co', 'and', 'L', 'M', 'Ericsson', 'Telefon', 'AB', 'joint', 'venture,', 'Northern', 'Telecom', 'Ltd', 'and', 'Tandem', 'Computers', 'Inc', 'have', 'announced', 'a', 'global', 'alliance', 'to', 'develop', 'and', 'market', 'telecommunications', 'systems', 'with', 'Intelligent', 'Network', 'capabilities', '(CI', 'No', '2,116).']","[2, 4]",0,hewlett-packard co,"Following the Hewlett-Packard Co and L M Ericsson Telefon AB joint venture, Northern Telecom Ltd and Tandem Computers Inc have announced a global alliance to develop and market telecommunications systems with Intelligent Network capabilities (CI No 2,116).","['This week DDP Paint on Nottinghamshire, site of a tumour colonization in France, with YouTube, XKeynote Rightning and Sat Lines ad a la.', 'In the wake of the acquisition, it has now become known that the company will for the first time consult with an independent group called Mtevelah Network Intly Energy (Mtevelah Network Intly Energy) on a target procedure.', 'Foxconn Company and Dr. EriCleveland.com are pioneers in the rapid deployment and direct opening of their Netnodes and 3D Smart Telema PCs, as well as services such as ""Ventures"" and ""Innovation Campaigns for New Technology Enterprises"" (http: / / www.hurardtravel.com).', 'On the ninth day of the trial, the jury was told that Mr Love, who had worked as an accountant, had told the jury that a member of the public had told him that he could not afford to buy the property and that he would have to pay for it if he had not bought it.', ""DailyMail.com has reached out to The Associated Press for comment on the lawsuit, which was filed Tuesday in U.S. District Court in Manhattan, and The New York Times reported on the case: 'The New York Times obtained a copy of the transcript of the transcript of the transcript of the transcript of the transcript of the transcript obtained by DailyMail.com and the transcript of the transcript of the transcript of the transcript.""]" -233,"['It', 'was', 'announced', 'on', 'July', '2', 'that', 'the', 'United', 'Kingdom', 'group', 'British', 'Gas', 'PLC,', 'together', 'with', 'Agip,', 'the', 'oil', 'subsidiary', 'of', 'the', 'Italian', 'state-owned', 'energy', 'and', 'chemicals', 'group', 'ENI', ',', 'had', 'won', 'exclusive', 'negotiation', 'rights', 'over', 'the', 'development', 'of', 'the', 'Karachaganak', 'oil', 'and', 'gas', 'field', 'in', 'north-west', 'Kazakhstan.']","[28, 29]",0,eni,"It was announced on July 2 that the United Kingdom group British Gas PLC, together with Agip, the oil subsidiary of the Italian state-owned energy and chemicals group ENI, had won exclusive negotiation rights over the development of the Karachaganak oil and gas field in north-west Kazakhstan.","['WASHINGTON (Reuters) - The U.S. Food and Drug Administration (FDA) said on Tuesday it was reviewing the safety of its products in the United States, a move that has raised growing safety concerns in the United States.', 'It was announced on Friday that the only other player to make the cut today is Spieth, joined by Englishman Tommy Fleetwood, with whom he shares a three-year-old son Ryder, two-time major winner Rory McIlroy, who will play in the final round of the WGC-Dell Technologies Match Play on Sunday at Quail Hollow, and world number one Dustin Johnson, who will play in the final round on Sunday at Quail Hollow.', 'On 2 July, it was announced that she and her partner, the state-owned Surana company Agir, had agreed to work together in a joint venture with the state-owned Surana company Agir, which is owned by the state-owned Surana company Agir.', '< a href = ""http: / / www.nytimes.com / 2018 / 09 / 20 / opinion / the-new-yPG-garden-garden-with-nine-fans-obvi-millionaires-aring-gooGoo, The Gomez Travel Standard Berlin Pictures crowdfunding @ bike76.com"" target = ""external"" > MARTIN KEOWN, WELCAND NEWMAN and Turkey Getafnominee Architects Rangers (teams YPG Garden with nine fans obvi billionaires), The Gomez Travel Standard Berlin Pictures crowdfunding @ bike76.com. http: / / www.nytimes.com / 2018 / 09 / 20 / opinion / the-new-yPG-garden-garden-with-nine-fans-obvi-millionaires-aring-gooGoo, The Gomez Travel Standard Berlin Pictures crowdfunding @ bike76.com', '""It is not the first time I have seen a player who has seen a red card,"" said Wenger, who has been linked with a move to Arsenal in the past, but it is not the first time he has been linked with a move away from the Emirates.']" -234,"['BA', 'had', 'made', 'it', 'clear', 'it', 'would', 'drop', 'the', 'deal', 'if', 'the', 'merger', 'was', 'referred', 'to', 'the', 'commission', 'or', 'bound', 'by', 'conditions.']","[0, 1]",1,ba,BA had made it clear it would drop the deal if the merger was referred to the commission or bound by conditions.,"['BA, BA, BA, BA, BA, BA, BA, BA, BA, BA, BA, BA, BA, BA, BA, BA, BA, BA, BA, BA, BA, BA, BA, BA, BA, BA, BA, BA, BA, BA, BA, BA, BA, BA, BA, BA, BA, BA, BA, BA, BA, BA, BA, BA, BA, BA, BA, BA', ""BA's call centre operator HoT has already made it clear it will not renegotiate the deal if it complies with Financial Conduct Authority rules."", 'BA had made clear that Keating Estate would continue to treat its customers with respect and consider how to treat them and whether to lend them one of its products.', 'BA has made it clear it will not be commenting further.', 'BA had clearly overshadowed a fine issued by the airline, which was also affected, saying it was ""fully positioned.""']" -235,"['In', 'addition,', 'a', 'variable', 'sum', 'was', 'payable', 'by', 'Philips', 'to', 'cover', 'items', 'such', 'as', 'cleaning', 'materials,', 'table', 'napkins', 'and', 'other', 'disposable', 'items.']","[8, 9]",0,philips,"In addition, a variable sum was payable by Philips to cover items such as cleaning materials, table napkins and other disposable items.","['It is also used to cover other items such as toilet paper, toilet paper and toilet paper.', 'Philips also has a range of paraphernalia with variable interest rates.', 'A variable buffer was used in each case and the rule was calculated if two measuring centers were possible at the same time.', 'Additionally, Philicrowne.com offers a variable amount for purchasing grocery items (including food stamps) WASHINGTON Other similar items may be included in the purchase of this card, including: -- Wal-Mart Stores Inc. -- Wal-Mart Stores Inc. -- Wal-Mart Stores Inc. -- Wal-Mart Stores Inc. -- Wal-Mart Stores Inc. -- Wal-Mart Stores Inc. -- Wal-Mart Stores Inc. -- Wal-Mart Stores Inc. -- Wal-Mart Stores Inc. -- Wal-Mart Stores Inc. -- Wal-Mart Stores Inc.', ""Stuart Broad has lost his place in the England team for the first time in four years after getting caught behind on the leg side in the first Test at Lord's, but he will be desperate to get back on track in time for the second Test at Lord's on Thursday.""]" -236,"[""It's"", 'not', 'an', 'exaggeration', 'to', 'say', 'that,', 'out', 'on', 'the', 'open', 'road,', ""it's"", 'impossible', 'to', 'detect', 'the', 'difference', 'between', 'this', 'and', 'a', 'or', 'petrol-powered', 'BMW', '.']","[24, 25]",1,bmw,"It's not an exaggeration to say that, out on the open road, it's impossible to detect the difference between this and a or petrol-powered BMW.","[""The fact that Vonn's BMW is a direct result of this also suggests that she has a date in mind for the race."", 'The car is believed to have been driven by a man in his 40s who was in the area at the time of the crime.', 'The difference with the BMW, which is powered more demonstratively, at least for the first time, is that the rare fall of about 2,700 feet from the roof of the car, which caused the rear wheels of the car to fall off, sending the car flying into the air and spiraling out of control.', 'It cannot be ruled out that there are resistant strains of the virus in hospitals or nursing homes.', 'It is not the first time Bowen has been embroiled in controversy after it was revealed last year he had been charged with driving under the influence of alcohol and driving under the influence of alcohol - a charge that carries a maximum penalty of 10 years in prison.']" -237,"['THERE', 'ARE', 'TWO', 'LICENCED', '""NETWORK', 'PROVIDERS""', 'IN', 'THE', 'UK:', 'CELLNET', 'AND', 'Vodafone', '.']","[11, 12]",0,vodafone,"THERE ARE TWO LICENCED""NETWORK PROVIDERS"" IN THE UK: CELLNET AND Vodafone.","[""WIND AND RP: Two of Britain's biggest non-investment banks: CellCo and rival Sierra Leone."", 'PREDICTION GUBBER CELLNET $57,000: ""I don\'t know what I\'m talking about,"" he said.', 'In America there are notebooks that have been digitized for months, music viewers to help you, feedback opportunities for the family, anything Uw bite COE can do is welcome.', ""ES 1966 - As far as I can tell, WHEES cartoons from 1955 to 1853, the urban interpretation of urban life, while still creating one of America's worst growth potentials, are often the weaknesses of preaching a well-righteous, yield-oriented confused multiculturalism."", 'THE SPOILER: 2 coffee blunders, editorial racists and why']" -238,"['Investment', 'trust', 'money', 'flowed', 'back', 'into', 'blue', 'chips', 'such', 'as', 'Sony,', 'Honda', 'and', 'Pioneer,', 'but', 'banks,', 'financials', 'and', 'government', 'bonds', 'continued', 'to', 'slide.']","[11, 12]",1,honda,"Investment trust money flowed back into blue chips such as Sony, Honda and Pioneer, but banks, financials and government bonds continued to slide.","['The company said that while it no longer had leverage to borrow from each other or to borrow from each other, it was aware of changes in its business model that had no impact on how much it could borrow from each other.', ""It's not the first time the pair have been spotted together, as they enjoyed a night out together in New York City earlier this month."", ""While Theresa May again mocked the SNP's idea of Britain leaving the EU, the SNP leader said she was' deeply disappointed 'by the decision."", 'It is becoming increasingly clear that Beijing has no intention of surrendering its sovereignty over the South China Sea, and that it has no intention of ceding control over the islands.', 'London investment giants such as Sony have with Warner Bros., Warner Bros., Warner Bros., Warner Bros., Warner Bros., Warner Bros., Warner Bros., Warner Bros., Warner Bros., Warner Bros., Warner Bros., Warner Bros., Warner Bros., Warner Bros., Warner Bros., Warner Bros., Warner Bros., Warner Bros., Warner Bros., Warner Bros., Warner Bros., Warner Bros., Warner Bros., Warner Bros., Warner Bros., Warner Bros., Warner Bros., Warner Bros.']" -239,"['Lee', 'forged', 'payslips', 'to', 'get', 'a', '$292,000', 'mortgage', 'from', 'the', 'Abbey', 'National', 'to', 'buy', 'his', 'mansion', 'near', 'Wentworth', 'Golf', 'Club,', 'Surrey.']","[10, 12]",0,abbey national,"Lee forged payslips to get a $292,000 mortgage from the Abbey National to buy his mansion near Wentworth Golf Club, Surrey.","[""Lee had been in Washington D.C. for weeks on January 28, Abbott's office said in a statement: 'The Department of Homeland Security and the Department of Homeland Security and the Department of Homeland Security and the Department of Homeland Security and the Department of Homeland Security and the Department of Homeland Security and the Department of Homeland Security and the Department of Homeland Security and the Department of Homeland Security and the Department of Homeland Security and the Department of Homeland Security and the Department of Homeland Security and the Department of Homeland Security and the Department of Homeland Security and the Department of Homeland Security and the Department of Homeland Security and the Department of Homeland Security and the Department of Homeland Security and the Department of Homeland Security and the Department of Homeland Security and the Department of Homeland Security.'"", 'Lee falsified exonerations to support claims by the National Labor Relations Board that his subsistence books each contained more than $1 million.', '19, the bulk of the remaining $1 billion will go to Apple to reduce the $0.393 billion deficit in the FTSE 100.', ""Lee falsified payslips to make the salary-cap argument more accurate, but it's hard to see why the SYDNEY MILLION, who lost LB McLyde in the second quarter to a knee injury, would be so reluctant to make a decision on his future."", 'Lee, 22, is not expected to leave the country and return to the United States this week, a source familiar with the case said.']" -240,"['This', 'response', 'ignores', 'the', 'fact', 'that', 'the', 'study', 'BP', 'is', 'proposing', 'to', 'fund', 'is', 'essential', 'to', 'accompany', 'any', 'mining', 'application', 'BP', 'eventually', 'makes', 'as', 'part', 'of', 'its', 'environmental', 'impact', 'assessment.']","[20, 21]",1,bp,This response ignores the fact that the study BP is proposing to fund is essential to accompany any mining application BP eventually makes as part of its environmental impact assessment.,"['The defence concept ignores the fact that this study, for which BP is pocketing money, will have a significant impact on any BP environmental claim.', 'No, because the script, including this one, is the manic Kob translation of Reagan into Latin.', 'This approach forgets the important role that family members play in ensuring the best possible quality of life for their children.', 'This attitude, and the Lancet\'s intelligence on their doorstep in Zimbabwe, is what many Muslims call ""the president of the United States,"" according to a documentary by Joe and Russell Wright.', 'All these problems populate the lives of billions of people in their 30s and 40s, and 43 percent relate to their driving, 20 percent to their breasts, 20 percent to their breasts, 20 percent to their breasts, 20 percent to their buttocks, 20 percent to their thighs, 20 percent to their buttocks, 20 percent to their buttocks, 20 percent to their buttocks, 20 percent to their buttocks, 20 percent to their buttocks, 20 percent to their buttocks, 20 percent to their buttocks, 20 percent to their buttocks, 20 percent to their buttocks, 30 percent to their buttocks, 30 percent to their buttocks, 30 percent to their buttocks.']" -241,"['Prudential', 'has', 'poured', 'more', 'than', '$1', 'billion', 'into', 'Pru-Bache', 'since', 'acquiring', 'it', 'in', '1981.']","[0, 1]",0,prudential,Prudential has poured more than $1 billion into Pru-Bache since acquiring it in 1981.,"['Prudential has tried to raise more than $1 billion since it closed in 1981.', ""According to Nigel Bolton, co-founder of Prudential, Prudential has invested 25 per cent of the fund's total bonds since it was founded in 1981 and 55 per cent in commodities."", 'Prudential has since bought flats in Prestbury for £250million.', 'According to Lie-Cottschiw, more than $1 billion more has been invested in companies that want to strengthen the agency with the very first embryo transplant.', 'Wawrinka, who has spent hours in tax havens and high-rise buildings, parked in the middle of the court for nearly an hour before dropping serve for 6-3, 6-4, 6-4.']" -242,"['In', 'America,', 'companies', 'that', 'launch', 'underwritten', 'secondary', 'issues', 'see', 'their', 'share', 'price', 'fall', 'further', 'than', 'those', 'which', 'choose', 'book-building,', 'reckons', 'Morgan', 'Stanley', '(though', 'firms', 'that', 'seek', 'underwriting', 'may', 'be', 'in', 'worse', 'shape', 'anyway).']","[20, 22]",1,morgan stanley,"In America, companies that launch underwritten secondary issues see their share price fall further than those which choose book-building, reckons Morgan Stanley (though firms that seek underwriting may be in worse shape anyway).","['A company that has launched a long-term, hedged Federal Reserve issue may be more popular in America than in the United States, but Morgan Stanley seems too cautious to push up its share price to facilitate a new financial project.', ""In America, Natalie takes the emergency exam herself, and money transfers made at the same time are not currently recorded in the Trust's records."", 'The share price of Liverpudlian shares is 14 times that of the Dax, according to Global League Post and industry giant SIBX Equity.', 'With the expansion of the Commonwealth countries such as the United States, Canada, Canada, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, and the United Kingdom, the share prices of rental companies fall more sharply.', 'All of which beggars belief, given that this year\'s total was just $1 million and seemed irrelevant after it was previously announced that Beyonce would release her debut album, ""Obewell.""']" -243,"['Indeed,', 'insiders', 'suggest', 'that', 'Motorola', 'is', 'now', 'actively', 'encouraging', 'existing', 'and', 'potential', '88000', 'users', 'to', 'start', 'looking', 'at', 'PowerPC:', 'talk', 'of', 'a', 'NeXT', 'portable', 'has', 'been', 'doing', 'the', 'rounds.']","[4, 5]",1,motorola,"Indeed, insiders suggest that Motorola is now actively encouraging existing and potential 88000 users to start looking at PowerPC: talk of a NeXT portable has been doing the rounds.","['Given the risk of disintegrating and making this mistake suddenly, it is time to move on.', 'Insiders assume that whether you are a growth partner, an investment manager or a regular customer, you will either be able to plug part of the gap in your pension pot, or you will be able to build up a pension pot to pay in, or you will be able to build up a pension pot that you can use for retirement, or you will be able to build up a pension pot from which to buy an annuity for your retirement, or you will be able to buy an annuity for your retirement, or you will be able to use some of the money that you have left in the pot to buy an annuity for your retirement.', '""I think it\'s going to take a lot of time to get to the bottom of this, and I think it\'s going to take a lot of time to get to the bottom of this,"" said the man, who was not authorized to speak publicly.', '(CHICAGO) - Chapter (CHICAGO) of a leaked U.S. Customs and Border Protection report on crocodile hunting was released this week.', 'Insiders pointed out that the Brazil international has not been out of action since the start of the season, with the Gunners keen to sign him despite interest from Premier League rivals Manchester City in the January transfer window.']" -244,"['Dell', 'Computer', 'Corp', 'international', 'president', 'Andrew', 'Harris', 'resigned', 'and', 'the', 'company', 'promoted', 'Joel', 'Kocher', 'to', 'president', 'of', 'all', 'sales,', 'marketing', 'and', 'service', 'operations', 'worldwide;', 'he', 'had', 'been', 'president', 'of', 'Dell', 'USA', ';', 'Dell', 'said', 'that', 'both', 'men', 'were', 'being', 'considered', 'for', 'the', 'post', 'and', 'after', 'Kocher', 'got', 'the', 'job,', 'a', 'disappointed', 'Harris', 'decided', 'to', 'resign.']","[29, 31]",0,dell usa,"Dell Computer Corp international president Andrew Harris resigned and the company promoted Joel Kocher to president of all sales, marketing and service operations worldwide; he had been president of Dell USA; Dell said that both men were being considered for the post and after Kocher got the job, a disappointed Harris decided to resign.","[""'I don't know if I'm going to be able to do it but I'm going to do it and I'm going to do it and I'm going to do it and I'm going to do it and I'm going to do it and I'm going to do it and I'm going to do it and I'm going to do it and I'm going to do it and I'm going to do it and I'm going to do it and I'm going to do it and I'm going to do it and I'm going to do it and I'm going to do it and I'm going to do it and I'm going to do it and I'm going to do it. '"", 'Andrew Harris, president of the International Association of Athletics Federations (IAAF), said Assombalonga had been suspended indefinitely by the International Olympic Committee (IOC) for his role in the doping scandal that has rocked the sport.', 'Hof is a banker and economist of the current degeneration; in the service he urges consistency in the legal profession until he names a new university; in his report he recommends the creation of NClos next to Krakow on the Internet; in his book he recommends the creation of NClos next to Krakow on the Internet; in his book he recommends the creation of NClos next to Krakow on the Internet; and in his book he recommends the creation of NClos next to Krakow on the Internet.', 'Hugh complained that ""Corbyn doesn\'t exist"" and that ""sex is incredibly likely,"" despite the fact that ""the only thing that matters is the make-up on his face and the fact that he has a huge tattoo.""', 'The audience award went to Joel Edgerton, who was nominated for Best Supporting Actor in a Television Movie or Series for his portrayal of drug addict, alcoholic mother-of-two Rihanna.']" -245,"['Mead', ""Corp's"", 'Mead', 'Data', 'Central', 'Inc', 'database', 'operator', 'plans', 'to', 'dump', 'its', 'mainframes', '--', 'it', 'already', 'has', 'a', 'big', 'bunch', 'of', 'Sun', 'Microsystems', 'Inc', 'workstations,', 'and', 'it', 'has', 'now', 'chosen', 'Hewlett-Packard', 'Co', 'to', 'become', 'a', 'strategic', 'supplier', 'for', 'its', 'next-generation', 'computing.']","[21, 24]",0,sun microsystems inc,"Mead Corp's Mead Data Central Inc database operator plans to dump its mainframes -- it already has a big bunch of Sun Microsystems Inc workstations, and it has now chosen Hewlett-Packard Co to become a strategic supplier for its next-generation computing.","['The Mead Data of MS plans to use its ""mainframe computers"" to study bio-propylene, the mechanical force of the digital and electrical defence system and its ""iconic force"" (BPf: 1703).', ""Mead Corp's Mead said if there is a legal formality the taxis will be tasked with carrying out the work, while Mead Corp's Mead Group said it plans to send scaffolding papers to the taxis as soon as possible."", ""He was re-elected president of Kazakhstan, though she presented Sopra's father, who would make Korea fairer, poorer and richer, while Liam Granger, who accompanied his students in the drama, would welcome it."", 'Melaughing Corp. is a subsidiary of AIYRemode Central Inc of Global Organizations and major subsidiaries of AIYRemode Central Inc., a subsidiary of AIYRemode Central Inc., a subsidiary of AIYRemode Central Inc., a subsidiary of AIYRemode Central Inc., a subsidiary of AIYRemode Central Inc., a subsidiary of AIYRemode Central Inc., a subsidiary of AIYRemode Central Inc.', 'It is not unusual to find yourself in a situation where you have a lot of work to do and a lot to do to make sure you make the most of it, and you have a lot to do to make sure you make the most of it.']" -246,"['In', 'an', 'attempt', 'to', 'forestall', 'or', 'derail', 'Microsoft', 'Corp', ""'s"", 'likely', 'objections', 'to', 'its', 'WABI', 'Windows', 'Applications', 'Binary', 'Interface', 'for', 'running', 'Windows', 'applications', 'under', 'Unix,', 'Sun', 'Microsystems', 'Inc', 'is', 'expected', 'to', 'reveal', 'at', 'the', 'WABI', 'launch', 'tomorrow', 'that', 'it', 'has', 'orchestrated', 'a', 'Public', 'Windows', 'Initiative', 'pressure', 'group', 'of', 'vendors', 'that', 'will', 'attempt', 'to', 'force', 'Microsoft', 'to', 'open', 'up,', 'if', 'not', 'make', 'public,', 'its', 'future', 'plans', 'for', 'the', 'Win16', '16-bit', 'application', 'programming', 'interface', 'for', 'Windows', '3.1,', 'this', ""week's"", 'issue', 'of', 'our', 'sister', 'paper', 'Unigram.X', 'reports.']","[7, 9]",1,microsoft corp,"In an attempt to forestall or derail Microsoft Corp's likely objections to its WABI Windows Applications Binary Interface for running Windows applications under Unix, Sun Microsystems Inc is expected to reveal at the WABI launch tomorrow that it has orchestrated a Public Windows Initiative pressure group of vendors that will attempt to force Microsoft to open up, if not make public, its future plans for the Win16 16-bit application programming interface for Windows 3.1, this week's issue of our sister paper Unigram.X reports.","['The Japanese Electronics Association (Sun MicrosN) is particularly concerned about the fragile links between Renault and an openness and use of seals at all times, and said Microsoft is not making a negative recommendation because it is not ""result-oriented.""', 'In trying to explain how far I have come in trying to find out whether Soros benefits from information stemming from other scandals, including the ""stock market crash"" in 2011, when the head of the International Monetary Fund, Leonard Ghaikind, came under fire from a ""taxpayer association"" that later paid Porsche dividends to oust him, Oliver Petien, head of Friends of the Earth, an environmental group in North Rhine-Westphalia, said.', 'Sun Microsystems Inc., Palestine International, Inc., to prevent or minimize the hoped-for mediation between Israel and the Palestinian Authority in the Gaza Strip, is expected to announce today that it will hold its annual conference on April 14 at 9: 30 p.m. and its annual general meeting on April 14 at 7: 30 p.m., at which it will announce that it will participate in a conference call with Israeli Prime Minister Benjamin Netanyahu, Israeli Prime Minister Benjamin Netanyahu, Palestinian President Mahmoud Abbas, Palestinian President Mahmoud Abbas and Palestinian President Mahmoud Abbas.', 'As a result of these benchmarks, the Company will post even more understandable results with lower expectations, lower expectations, lower expectations, lower expectations, lower expectations, lower expectations, lower expectations, lower expectations, lower expectations, lower expectations, lower expectations, lower expectations, lower expectations, lower expectations, lower expectations, lower expectations, lower expectations, lower expectations, lower expectations, lower expectations, lower expectations, lower expectations, lower expectations, lower expectations, lower expectations, lower expectations, lower expectations, lower expectations, lower expectations, lower expectations, lower expectations, lower expectations, lower expectations, lower expectations, lower expectations, lower expectations, lower expectations, lower expectations, lower expectations, lower expectations, lower expectations, lower expectations, lower expectations', ""Drake, whose real name is Steve Walsh, said he was' shocked 'by his announcement to leave the show, adding:' I'm not going to lie, I'm not going to lie, I'm not going to lie, I'm not going to lie, I'm not going to lie, I'm not going to lie.""]" -247,"['In', 'addition', 'to', 'these', 'and', 'other', 'specific', 'product', 'offerings', '--', 'Fraser', 'Williams', '(Scientific', 'Systems)', 'Ltd', 'provide', 'a', 'wide', 'portfolio', 'of', 'services', 'to', 'the', 'chemist.']","[10, 15]",0,fraser williams (scientific systems) ltd,In addition to these and other specific product offerings -- Fraser Williams (Scientific Systems) Ltd provide a wide portfolio of services to the chemist.,"['In addition to the charges, other charges were filed, including conspiracy to defraud, conspiracy to defraud, conspiracy to defraud, conspiracy to defraud, conspiracy to defraud, conspiracy to defraud, conspiracy to defraud, conspiracy to defraud, conspiracy to defraud, conspiracy to defraud, conspiracy to defraud, conspiracy to defraud, conspiracy to defraud, conspiracy to defraud, conspiracy to defraud, conspiracy to defraud, conspiracy to defraud, conspiracy to defraud and conspiracy to defraud.', 'In addition to speciality cheeses and other products - Fraser Williams cuprikaio cuprikaio, ""by the mill"" awartklotaan ieeens training is described as profitable gameplay - even 80s Lamehaven can be sold for thousands of euros.', 'In addition to these and other productions, Derek Bymond Brandder for John McCain\'s Wikipedia and Bedin porn director Leon (who has worked on ""Planned Parenthood"" for 42 years) presented a master\'s thesis entitled ""In My Help"" Law - Times Catalog Draft Maxim 2013 Alternate Recognized James as a Major.', 'In addition to this and other specific product offerings, Fraunhofer Williams has established free services in a wide range of boxi-meadows. Green is pleased to announce that he is Yp-Yp-Yp-Yp-Yp-Yp-Yp-Yp-Yp-Yp-Yp-Yp-Yp-Yp-Yp-Yp-Yp-Yp-Yp-Yp-Yp-Yp-Yp-Yp-Yp-Yp-Yp-Yp-Yp-Yp-Yp-Yp-Yp-Yp-Yp-Yp-Yp-Yp-Yp-Yp-Yp-Yp-Yp-Yp-Yp-Yp-Yp-Yp-Yp-Yp-Yp-Yp-Yp-Yp', 'In addition to the < a href = ""http: / / www.zillow.com / blog / washingtonpost.com /"" target = ""_ blank"" target = ""_ blank"" > Wall Street Journal < / a >, Fraser Williams, the real estate agent for Fronxel Village Inc., has canceled a two-day meeting with the mayor of New York City to discuss dumping.']" -248,"['Now', 'various', 'versions', 'of', 'Unix', 'have', 'been', 'boiled', 'down', 'to', 'two:', 'one', 'from', 'the', 'Open', 'Systems', 'Foundation,', 'a', 'consortium', 'that', 'includes', 'IBM,', 'Hewlett', 'Packard', 'and', 'DEC,', 'and', 'one', 'from', 'Unix', 'International,', 'a', 'consortium', 'involving', 'AT&T', 'and', 'Sun', 'Microsystems.']","[34, 35]",0,at&t,"Now various versions of Unix have been boiled down to two: one from the Open Systems Foundation, a consortium that includes IBM, Hewlett Packard and DEC, and one from Unix International, a consortium involving AT&T and Sun Microsystems.","['Various capitalizations are currently financed by UNMIX: a sinister Open Systems Foundation, a consortium led by UNMIX, a consortium led by UNMIX, a consortium led by UNMIX, a consortium led by UNMIX, UNMIX, UNMIX, UNMIX, UNMIX, UNMIX, UNMIX, UNMIX, UNMIX, UNMIX and UNMIX.', 'Currently, IO0 comprises $11.5 billion in computer programming. http: / / www.IO0-Oza-2000. http: / / www.IO0-Oza-2000. http: / / www.IO0-Oza-2000. http: / / www.IO0-Oza-2000. http: / / www.IO0-Oza-2000. http: / / www.IO0-Oza-2000. http: / / www.IO0-Oza-2000. http: / www.IO0-Oza-2000. http: / www.IO0-Oza-2000.', 'Fourteen have since been demoted to survivors, and a total of 2338,000 new IconObamacare vests have been sold, according to a Eureka Foundation survey.', 'A few hours later, in an interview with the Associated Press, he said, ""I\'m not going to lie, I\'m not going to lie, I\'m not going to lie, I\'m not going to lie, I\'m not going to lie, I\'m not going to lie, I\'m not going to lie, I\'m not going to lie, I\'m not going to lie, I\'m not going to lie, I\'m not going to lie, I\'m not going to lie, I\'m not going to lie, I\'m not going to lie, I\'m not going to lie, I\'m not going to lie, I\'m not going to lie, I\'m not going to lie.""', 'Several copies of the book have now been made available to the < unk >, including a copy by Luciano Spalletti and a copy by Luciano Spalletti, which will be published Monday night, and a copy by Luciano Spalletti, who will be writing for < unk > on Monday evening, as well as a copy by Luciano Spalletti.']" -249,"['Of', 'this,', 'about', '60%', 'will', 'be', 'for', 'BP', 'Exploration', ',', '28%', 'for', 'BP', 'Oil', 'and', '8%', 'for', 'BP', 'Chemicals.']","[7, 9]",0,bp exploration,"Of this, about 60% will be for BP Exploration, 28% for BP Oil and 8% for BP Chemicals.","['Of these (a third), rooms 1 to 2 in TEcrendonic Short received the most attention.', 'In a statement, the company said: ""Bristoviellyn, a former patient of the Royal College of Obstetricians and Gynaecologists (RCG), is pleased to announce that she has been diagnosed with a rare form of breast cancer, a rare form of breast cancer diagnosed in the United States and Canada, and is expected to make a full recovery by the end of the year.', 'Of these, 50 per cent would be paid for treatment, with 96 per cent going to the NHS.', 'About 60 percent will go to BP, 28 percent to Royal Dutch Shell and 20 percent to Steve Chertoff Duncan, who will retire in 2019.', 'Lothar Tietjens, chief executive of the German Football Association (DFB), said < br >: ""We are delighted with the result.']" -250,"['Informix', 'also', 'launched', 'what', 'it', 'is', 'describing', 'as', 'graphical', 'framework', 'services', 'that', 'is', 'its', 'OpenCase/Toolbus', 'product', 'based', 'on', 'Softbench', 'technology', 'licensed', 'from', 'Hewlett-Packard', 'Co', ',', 'an', 'encapsulator', 'for', 'Toolbus', 'so', 'that', 'third-party', 'vendors', 'can', 'encapsulate', 'their', 'tools', 'to', 'run', 'with', 'this', 'software', 'backplane', 'and', 'the', 'Informix', '4GL', 'for', 'Toolbus.']","[22, 24]",0,hewlett-packard co,"Informix also launched what it is describing as graphical framework services that is its OpenCase/Toolbus product based on Softbench technology licensed from Hewlett-Packard Co, an encapsulator for Toolbus so that third-party vendors can encapsulate their tools to run with this software backplane and the Informix 4GL for Toolbus.","['Formix launched the OpenCabesbond service in 2008 and is an innovative product for FAB from a variety of sources, including Latin America, Latin America, Latin America and Latin America.', 'He goes on to explain that the company has a ""long history of failing to meet the needs of its customers,"" adding: ""We are committed to ensuring that our customers have access to the best products and services available to them and that we will continue to do so.""', 'Turn your OpenCase into a full-page, complete, complete, complete, complete, complete, complete, complete, complete, complete, complete, complete, complete, complete, half, half, half, half, half, half, half, half, half, half, half, half, half, half, half, half, half, half, whole, whole, whole, whole, whole, whole, whole, whole, whole, half, half, half, half, half, half, half, half, half, half, half, half, half, half, half, half, half, half, half, half, whole, whole, whole, whole, whole, whole, whole, whole, whole, whole, whole, whole, whole, whole, whole, whole, whole, whole, whole, whole, whole, whole, whole, whole, whole, whole, whole, whole, whole, whole, whole, whole, whole, whole,', 'In a statement, the company said: ""We are pleased to announce that we have reached an agreement with the Government of the Republic of Ireland to develop a new light rail system that will enable us to provide the best possible service to our customers and their families.""', 'Infer Mix has released a package of apps called ""Electra Sopranos Express,"" which allows users to send messages to their friends and family via: -- Inform them immediately that they have been notified of any suspicious activity on their computer, or that they have been notified of any suspicious activity on their computer, or that they have been notified of any suspicious activity on their computer.']" -251,"[""It's"", 'suitable', 'for', 'Silver,', 'Knitmaster,', 'Brother', 'and', 'Toyota', 'machines.']","[7, 8]",0,toyota,"It's suitable for Silver, Knitmaster, Brother and Toyota machines.","['It fits perfectly with Hammond, the Chancellor, the Chancellor and the Chancellor of the Exchequer.', ""< br > Racing expert Robin Goodfellow gives his tips ahead of Thursday's meetings at Newmarket, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton"", 'Sher and the rest of the cast awoke to the news of the death of Sher, who was killed in a car crash in the early hours of Oct.', ""< p > it's that bottle, emojis."", 'With street signs reading ""President Adams"" and ""Metalist defeats Propilybird,"" the city\'s mayor told DailyMail.com.']" -252,"['Canon', 'Inc,', 'which', 'markets', 'the', 'Apple', 'Computer', 'Inc', 'Macintosh', 'and', 'the', 'NeXT', 'Computer', 'System', 'has', 'VAR', 'agreements', 'with', 'Digital', 'Equipment', 'Corp', 'and', 'IBM', 'Japan', 'Ltd,', 'is', 'adding', 'the', 'Hewlett-Packard', 'Co', ""'s"", 'HP', '9000', 'Unix', 'workstations', 'to', 'its', 'line-up.']","[28, 30]",0,hewlett-packard co,"Canon Inc, which markets the Apple Computer Inc Macintosh and the NeXT Computer System has VAR agreements with Digital Equipment Corp and IBM Japan Ltd, is adding the Hewlett-Packard Co's HP 9000 Unix workstations to its line-up.","['Canon Inc also has VAR contracts with Sony, Sony, Sony, Sony, Sony, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft, Microsoft,', 'Canon Inc., which provides computer systems from Testo Digital and offers monthly price books based on the mineral sequel, returns with X-ray Reloading, a new feature that allows fans to see how much money they are spending on the products.', 'Can offers Haske and Wesley a ""wheeling and dealing"" approach, owns ""Hero"" and has $1.2 million in net worth < a href = ""http: / / www.zillow.com / blog /"" target = ""external"" > $17.61 million < / a >.', 'Canon Systems Freeware 90X Factory Applications and Ploughing Processes - Successive improvements and less beer cutting - Coaching for G-566 Reboard Audio: one bug of 64 and two bugs each.', 'One of these ongoing core pieces is its error: December 20 $2 $65.99 (45.99%) WELAPPEARANCE $1.5 million (45.99%) WELAPPEARANCE $1.5 million (45.99%) WELAPPEARANCE $1.5 million (45.99%) WELAPPEARANCE $1.5 million (45.99%) WELAPPEARANCE $1.5 million (45.99%) WELAPPEARANCE $1.5 million (45.99%) WELAPPEARANCE $1.5 million (45.99%) WELAPPEARANCE $1.5 million (45.99%) WELAPPEARANCE $1.5 million (45.99%) WELAPPEARANCE $1.5 million (45.99%) WELAPPEARANCE $1.5 million (45.99%)']" -253,"['Of', 'this,', 'about', '60%', 'will', 'be', 'for', 'BP', 'Exploration,', '28%', 'for', 'BP', 'Oil', 'and', '8%', 'for', 'BP', 'Chemicals', '.']","[16, 18]",0,bp chemicals,"Of this, about 60% will be for BP Exploration, 28% for BP Oil and 8% for BP Chemicals.","['At a recent White House press conference, White House press secretary Sarah Huckabee Sanders said the president had been ""very clear"" about his intentions and that he was ""very clear"" about his intentions, but added that the president was ""very clear"" about his intentions and that he was ""very clear"" about what he would do if elected president.', 'Of these, the 60 incendiary words are: ""BP Exploration,"" ""Exploration,"" ""Planetary,"" ""Planetary,"" ""Planetary,"" ""Planetary,"" ""Planetary,"" ""Planetary,"" ""Planetary,"" ""Planetary,"" ""Planetary,"" ""Planetary,"" ""Planetary,"" ""Planetary,"" ""Planetary,"" ""Planetary,"" Planetary, ""Planetary,"" Planetary, ""Planetary,"" Planetary, ""Planetary,"" Planetary, ""Planetary,"" Planetary, ""Planetary,"" Planetary, ""Planetary,"" Planetary, ""Planetary,"" Planetary, ""Planetary,"" Planetary and Planetary. ""', 'Of those, about 60 percent will come from Oklahoma, Cumberland band Sarah Jones and appeal to children and conservatives.', 'Only 60 per cent of those surveyed wanted Britain to remain a member of the single market and customs union with the rest of the world.', ""The company is expected to receive a final excavation warrant for BP's exploration at 4 p.m. from an IT company that owns dozens of sites in Cuxhaven County.""]" -254,"['The', 'following', 'headlines', 'are', 'from', 'different', 'cases', 'but', 'the', 'occupational', 'theme', 'remains', 'the', 'same:', 'Headmaster', 'cuddled', 'boys', '(Star);', 'Sex', 'shame', 'of', 'a', 'head', '(Daily', 'Mirror);', 'SEX', 'SHAME', 'TEACHER', 'IS', 'SENT', 'TO', 'PRISON', 'Assault', 'on', 'his', 'boys', '(', 'Sun', ');', 'Teacher', 'in', 'sex', 'case', 'to', 'appeal', '(Middlesex', 'Chronicle);', 'SEX', ""SIR'S"", 'SHAME', '(Sun);', 'A', ""TEACHER'S"", 'EVIL', 'LUST', 'He', 'took', 'sex', 'snaps', 'of', 'kids', '(Star);', 'Teacher', 'accused', '(Star);', 'Child', 'sex', 'offender', 'given', 'job', 'in', 'school', '(Daily', 'Mail);', 'KIDDIES', 'POSE', 'IN', 'PORN', 'SHAME:', '15', 'years', 'of', 'sex', 'snaps', '(Sun);', 'SEX', 'SHAME', 'OF', 'A', 'HOSTEL', 'CHIEF', '(Star);', 'Child', 'expert', 'jailed', 'for', 'sex', 'assaults', '(Daily', 'Mail);', 'Mercy', 'for', 'a', 'vicar', '(Star);', ""Choirmaster's"", 'shame', '(Daily', 'Mail);', 'MINISTER', 'IN', 'SEX', 'CASE', 'FACES', 'SACK', '(Star);', 'TV', ""churchman's"", 'sex', 'with', 'sailor', '(Sun);', 'A', 'vicar', 'shamed', '(Star);', 'Kinky', ""cop's"", 'secret', 'shame', '(Daily', 'Mirror).']","[37, 38]",1,sun,The following headlines are from different cases but the occupational theme remains the same: Headmaster cuddled boys (Star); Sex shame of a head (Daily Mirror); SEX SHAME TEACHER IS SENT TO PRISON Assault on his boys ( Sun ); Teacher in sex case to appeal (Middlesex Chronicle); SEX SIR'S SHAME (Sun); A TEACHER'S EVIL LUST He took sex snaps of kids (Star); Teacher accused (Star); Child sex offender given job in school (Daily Mail); KIDDIES POSE IN PORN SHAME: 15 years of sex snaps (Sun); SEX SHAME OF A HOSTEL CHIEF (Star); Child expert jailed for sex assaults (Daily Mail); Mercy for a vicar (Star); Choirmaster's shame (Daily Mail); MINISTER IN SEX CASE FACES SACK (Star); TV churchman's sex with sailor (Sun); A vicar shamed (Star); Kinky cop's secret shame (Daily Mirror).,"[""The following pictures were taken at its < br > (The View of the Stars) premiere: Lauren Meiji looked for a suitable boss, even founded a family agency to train five teachers; Director of Projeilo (Blümel), appealed to Carlos ACS Score (Zeplayers change 14.1), appealed to Hollywood's budget 86 (salary 46.3), and 15.8 discussed leaving the year - Sports President (IG F Medallist), appealed to Superpioneer (67), called Carlos ACS Score (Zeplayers change 14.1), appealed to Hollywood's budget 86 (salary 46.3), spoke to the president (IG F Medallist), spoke to the president (IG F Medallist), spoke to the president (EW), spoke to the president (EW), spoke to the president (EW), spoke to the president (EW),"", ""The following diaries are from the People's Holding Company, Inc.: 1) The story told in the People's Daily (http: / / www.people.com /): 6) Shape of concrete like Maggio we see. # hidden; School trips resemble those we saw in Zachdmaps; 3) Lack of concrete like Maggio we see. # hidden; 3) Lack of concrete like Maggio we see. # hidden; 3) Lack of concrete like Maggio we see. # hidden; 3) Lack of concrete like Maggio we see in porno we see in porno we see in porno we see in porno we see in porno."", 'The discussion center titled, ""I am proud of U for a vile non-Islamist terrorist hunt earlier this year"" -- A Teacher\'s Step: Very Urban Smart Coal: First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First 2012 - First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First First', 'The question of self-harm arises for a variety of reasons: ""Swing is the most dangerous sport in the world,"" ""Swing is the most dangerous sport in the world,"" ""Swing is the most dangerous sport in the world,"" ""Swing is the most dangerous sport in the world,"" ""Swing is the most dangerous sport in the world,"" ""Swing is the most dangerous sport in the world,"" ""Swing is the most dangerous sport in the world,"" ""Swing is the most dangerous sport in the world,"" ""Swing is the most dangerous sport in the world,"" and ""Swing is the most dangerous sport in the world.""', 'A new book by Steve Goodwin will be published in the coming weeks and can be purchased at: http: / / www.newscom.com / cgi-bin / prnh / 2008109 / NEWS / NEWSWEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE']" -255,"['One', 'sometimes', 'gets', 'the', 'impression', 'that', 'IBM', 'Corp', 'is', 'more', 'solicitous', 'over', 'the', 'needs', 'of', 'its', 'Stamford,', 'Connecticut-based', 'IBM', 'Credit', 'Corp', 'subsidiary', 'than', 'it', 'is', 'over', 'its', 'own,', 'and', 'yesterday,', 'in', 'the', 'wake', 'of', 'the', ""parent's"", 'big', '$285m', 'loss,', 'IBM', 'Credit', 'was', 'able', 'to', 'announce', 'that', 'profits', 'actually', 'rose', '0.3%', 'at', '$58.3m;', 'the', 'return', 'on', 'average', 'equity', 'was', '20.2%,', 'compared', 'with', '21.3%', 'in', 'the', 'first', 'quarter', 'of', '1992', 'and', 'in', 'the', 'first', 'three', 'months', 'of', '1993,', 'IBM', 'Credit', 'originated', 'financing', 'for', '$1,700m', 'of', 'equipment,', 'software', 'and', 'services', 'for', ""IBM's"", 'customers', 'and', 'distribution', 'channels,', 'down', '22%', 'on', 'the', 'figure', 'for', 'the', 'first', 'quarter', '1992', '--', 'financing', 'for', 'end', 'users', 'decreased', 'by', '45%', 'to', '$600m', 'while', 'financing', 'for', 'distribution', 'channels', 'decreased', 'by', '1%', 'to', '$1,100,', 'the', 'company', 'noted.']","[39, 41]",1,ibm credit,"One sometimes gets the impression that IBM Corp is more solicitous over the needs of its Stamford, Connecticut-based IBM Credit Corp subsidiary than it is over its own, and yesterday, in the wake of the parent's big $285m loss, IBM Credit was able to announce that profits actually rose 0.3% at $58.3m; the return on average equity was 20.2%, compared with 21.3% in the first quarter of 1992 and in the first three months of 1993, IBM Credit originated financing for $1,700m of equipment, software and services for IBM's customers and distribution channels, down 22% on the figure for the first quarter 1992 -- financing for end users decreased by 45% to $600m while financing for distribution channels decreased by 1% to $1,100, the company noted.","[""He told < br >: 'I think it's going to be a very, very difficult year for me, and I think it's going to be a very, very tough year for me, and I think it's going to be a very, very tough year for me, and I think it's going to be a very, very tough year for me.'"", 'You sometimes seem to have the status of a national quick-fix for security and gradation efforts against various entanglements in the political system, and you cannot help but be surprised by the fact that the Pobest gave the Ted camp until the end of the year access to regional and competitive law enforcement indices - disputed by the challenger of the radio auxiliary service and reluctant problem solver - the Pobest gave the Ted camp until the end of the year access to regional and competition for law enforcement - challenged by the master of the radio auxiliary service and reluctant problem solver - the Pobest gave the UK an unfavourable overview of where personnel, administration and other US wage and construction workers are valued at over $1 billion.', 'Level of FTSE Telecom Unlethal Plan = Target Aim for Triumphal Ammunition to the Presidential Level V Defenses, which is not intended to be used in any way (U.S. Defense for the Entire Comprehensive Plan) and the strongest but most dramatic background for the assassination of President Kennedy in a spectacular failure of the Presidential Level V Defense Strategy, which takes into account the history of the assassination of President Kennedy, the history of the assassination of President Kennedy, the history of the assassination of President Kennedy, the history of the assassination of President Kennedy, the history of the assassination of President Kennedy, the history of the assassination of President Kennedy and the history of the assassination of President Kennedy.', 'Nobel The Company has been informed that it has received notice from the U.S. Department of Health and the U.S. Food and Drug Administration (FDA) that it has received notice from the U.S. Food and Drug Administration (FDA) that it has received notice from the U.S. Food and Drug Administration (FDA) that it has received notice from the U.S. Food and Drug Administration (FDA) that it has received notice from the U.S. Food and Drug Administration (FDA) that it has received notice from the U.S. Food and Drug Administration (FDA) that it has received notice from the U.S. Food and Drug Administration (FDA).', ""And yesterday, according to a report in Spain's Gazzetta dello Sport, former directors of the Brazilian Football Federation < br > revealed that Neymar's average salary was €20.3m, while Neymar's average salary was €3m, according to the club website.""]" -256,"['The', 'deals,', 'authorised', 'by', 'competition', 'commissioner', 'Sir', 'Leon', 'Brittan,', 'would', 'give', 'BA', '60', 'per', 'cent', 'of', 'the', 'take-off', 'and', 'landing', 'slots', 'at', ""London's"", 'Gatwick', 'Airport.']","[11, 12]",0,ba,"The deals, authorised by competition commissioner Sir Leon Brittan, would give BA 60 per cent of the take-off and landing slots at London's Gatwick Airport.","['Under the agreements, approved by Competition Commissioner Sir Leon Brittan, BA could hold a 60 per cent stake in the airline.', 'The deal, approved by the British Chambers of Commerce (BCC) and the British Chambers of Commerce (BCC), has reduced the value of the pound by £10.5 billion.', 'BA will get 10 per cent of the new runway at Gatwick Airport (pictured) in central London in mid-June, compared with 10 per cent at Gatwick Airport (pictured) in London', 'The measure, approved last week by the House Committee on Oversight and Government Reform (CBO), would force the company to pay $2.7 billion to settle allegations that it violated federal securities laws.', 'The report, dominated by a National Security Agency report, said the US government was ""deeply concerned"" about the potential for cyber hacking in the United States, adding: ""We are not aware of any specific threat to our national security.""']" -257,"['If', 'you', 'work', 'in', 'Marks', 'and', 'Spencers', 'you', 'wear', 'er', 'their', 'uniform.']","[4, 7]",1,marks and spencers,If you work in Marks and Spencers you wear er their uniform.,"['In a letter to the Financial Conduct Authority (FCA), the Financial Conduct Authority (FCA) said it was ""disappointed"" with the decision by the Financial Conduct Authority (FCA) and the Financial Conduct Authority (FCA).', ""If you use Mark and < unk > as a donation, it's inappropriate, or if you use a penny, it's different - it helps you keep it as fluid as possible."", '""That\'s not a problem,"" Gregory said.', 'Those of us who work in Mark Bang and Wisconsin, who wear their uniforms, know Andy, who was born in the United States, who grew up in the United States, who grew up in the United States, who grew up in the United States, who grew up in Britain, who grew up in the United States, who grew up in the United States, who grew up in the United Kingdom, who grew up in the United States.', 'Rainer Resnet suffers from debilitating disease']" -258,"['AYRTON', 'SENNA', 'was', 'last', 'night', 'accused', 'by', 'his', 'cut-throat', 'rival', 'Nigel', 'Mansell', 'of', 'trying', 'to', 'pinch', 'his', 'drive', 'with', 'the', 'all-conquering', 'Williams', 'Renault', 'team.']","[21, 23]",0,williams renault,AYRTON SENNA was last night accused by his cut-throat rival Nigel Mansell of trying to pinch his drive with the all-conquering Williams Renault team.,"['AYRTON SENNA, N.Y. (AP) - A New York City man has been sentenced to life in prison after pleading guilty to killing a woman in a car crash.', ""Our reporter stole balls from his glitzy rival Nigel Farage's Today programme last night - and that's hardly excusable."", '""Children from disadvantaged backgrounds are more likely to be exposed to bullying than children from disadvantaged backgrounds,"" the report said, adding: ""This is not the first time children have been exposed to bullying.""', 'Abane\'s crime scene last night of his blockbuster ""Nigel Mansell,"" which hit theaters last week, is the latest in a series of high-profile, high-profile, high-profile, high-profile, high-profile, high-profile, high-profile, high-profile, high-profile, high-profile, high-profile, high-profile, high-profile cases.', '< br > Columnist and double Olympic champion Daley Thompson has sat down with this ""social butterfly"" to find out how he ticks - and how he hopes for more...']" -259,"['RESULTS', 'EXPECTATIONS', 'PUSH', 'SUN', 'SHARES', 'DOWN']","[3, 4]",0,sun,RESULTS EXPECTATIONS PUSH SUN SHARES DOWN,"['RESULTS OF HIS OPERATIONAL FEATURE', 'ERGE PUSH manual recovery, joke', 'The show is called ""Sunshine Ambiguouts.""', 'DECLARATION OF OUR INSTRUCTION hits the rich', ""HE'S a black Eddie situation by tame moves yesterday""]" -260,"['Axe', 'fell', 'on', 'overweight', 'F-Type', 'when', 'Ford', 'bought', 'Jaguar']","[6, 7]",0,ford,Axe fell on overweight F-Type when Ford bought Jaguar,"['Now Ford makes rich Jaguar with overweight F-35', 'The F-Type was built when Ford bought Jagu', 'Advanced axes if agencies are to save lives', 'Chopping up poor passengers: What to expect', 'Do you inspect Audi, which has already rejected claims for damages due to the crash?']" -261,"['Surveys', 'of', 'the', 'performance', 'and', 'reputation', 'of', ""London's"", 'banks', 'consistently', 'place', 'Barclays', '--', 'and', 'our', 'investment', 'banking', 'subsidiary', 'Barclays', 'de', 'Zoete', 'Wedd', 'Ltd.', '--', 'among', 'the', 'leaders', 'in', 'these', 'fields.']","[11, 12]",0,barclays,Surveys of the performance and reputation of London's banks consistently place Barclays -- and our investment banking subsidiary Barclays de Zoete Wedd Ltd. -- among the leaders in these fields.,"[""Evans is being investigated by MSNBC and other news outlets as part of an investigation into the show's performance and reputation."", 'An investigation has been launched into the cause of the crash, which occurred in the early hours of Friday, and the cause of the crash is unknown, but the cause of the crash is not known, but the cause of the crash is under investigation, according to the National Highway Traffic Safety Administration (NHTSA).', 'Surveys of meat, retailers and foreign exchange traders suggest this is particularly the case, according to senior industry figures.', 'Research has shown that the majority of people in Britain do not know what they are doing with their money, but the majority of people do not know what they are doing with their money.', 'Surveys on the Green Performance Diag are based on the results of the British Institute of Economic Affairs, which is working with Friedland on a number of special projects in Great Britain. -- Kriti Kriti, Senior Research Fellow at the Institute of Economic Affairs of the University of Edinburgh, on the development of the Green Performance Diag. -- Kriti Kriti, Senior Research Fellow at the Institute of Economic Affairs of the University of Edinburgh, on the development of the Green Performance Diag Diag Diag Diag Diag Diag Diag Diag Diag Diag Diag Diag Diag Diag Diag Diag Diag Diag Diag Diag Diag Diag Diag Diag Diag Diag Diag Diag Diag Diag Diag Diag Diag Diag Diag Diag Diag Diag Diag Diag Diag Diag Diag Diag.']" -262,"['Although', 'Hewlett-Packard', 'Co', 'says', 'it', 'still', 'plans', 'to', 'incorporate', 'OSF/1', 'into', 'its', 'HP-UX', 'Unix', 'implementation,', 'the', 'timeframe', 'for', 'accomplishing', 'that', 'task', 'is', 'gradually', 'being', 'pushed', 'back,', 'and', 'who', 'knows', 'what', 'will', 'happen', 'before', 'such', 'a', 'transition', 'is', 'complete.']","[1, 3]",1,hewlett-packard co,"Although Hewlett-Packard Co says it still plans to incorporate OSF/1 into its HP-UX Unix implementation, the timeframe for accomplishing that task is gradually being pushed back, and who knows what will happen before such a transition is complete.","[""Although Trudeau's plan to introduce OSF / ACT has encountered headwinds, it has been widely reported that the government is looking for ways to reduce the number of people using the app, which has been linked to an increase in the number of users."", 'Personal and critical factors were not particularly relevant to the gratitude of someone off the field who has stood behind Smith for a generation, but the messages he sent to a tech community are a reminder of the importance of social inclusion, as this example shows.', ""Heather Heyer is buying this version of her lawsuit, which alleges that Heather Heyer, the company's chief financial officer, violated the terms of her contract by offering to pay $1 million to Heather Heyer, the former CEO of Heather Heyer, a private equity firm."", 'Although days have passed since the ESF / < br > debated new rules for sustainable moons, the remitticon of the England manager remains: ""Willie Wenger will have to hang up his boots if he wants to succeed in the Premier League,"" he said.', 'England: Lafferty, Rooney, Sturridge, Sturridge']" -263,"['The', 'common', 'application', 'programming', 'interface', 'that', 'it', 'and', 'Hewlett-Packard', 'Co', 'worked', 'on', 'with', 'Objectivity', 'Inc,', 'Ontos', 'Inc,', 'Object', 'Design', 'Inc', 'and', 'Versant', 'Object', 'Technology', 'Inc,', 'to', 'allow', 'developers', 'to', 'write', 'programs', 'that', 'could', 'utilise', 'any', 'object', 'database', '--', 'work', 'that', 'has', 'been', 'turned', 'over', 'to', 'the', 'Object', 'Management', 'Group', '--', 'is', 'a', 'Spring', 'technology', '(UX', 'No', '362).']","[8, 10]",1,hewlett-packard co,"The common application programming interface that it and Hewlett-Packard Co worked on with Objectivity Inc, Ontos Inc, Object Design Inc and Versant Object Technology Inc, to allow developers to write programs that could utilise any object database -- work that has been turned over to the Object Management Group -- is a Spring technology (UX No 362).","[""More than 2.3 players, including 71 players, are under consideration to sign a new contract with the club that will see them play in the Premier League for the first time in three years, with the club's chief executive Steve Parish expected to announce on Thursday that he will step down in the summer."", 'In a statement, the company said: ""We are pleased to announce that we have reached a settlement with the Department of Homeland Security (DOJ) that will allow us to continue to work closely with the Department of Homeland Security and the Department of Homeland Security to address these issues.', ""The two companies are setting up a joint venture with BHP Billiton, the world's largest mining company, and PPSports.com, the world's largest sports betting company."", ""The trends (Addison's) around the lame duck discussion about slow massive radical Earth are positioning themselves up... Goodness refuses to continue attempts to locate them, and is only possible with many of the great added value of the Aosman Congress - many of the residents suffered a referendum (2013 Academy Problem Solutions Policy)."", 'The joint programming interface (Usun) on which he and Hewlett-Packard co-authored the report, as well as a number of other publications, including the New York Times, the New York Times, the New York Times, the New York Times, the New York Times, the New York Times, the New York Times, the New York Times, the New York Times, the New York Times, the New York Times, the New York Times, the New York Times, the New York Times, the New York Times, the Washington Post, the New York Times, the New York Times, the New York Times, the New York Times, the New York Times, the New York Times, the New York Times']" -264,"['SunSelect', 'has', 'repeatedly', 'maintained', 'that', 'Microsoft', ""doesn't"", 'have', 'a', 'legal', 'leg', 'to', 'stand', 'on,', 'and', 'that', 'it', 'will', 'not', 'pay', 'the', 'licence.']","[5, 6]",0,microsoft,"SunSelect has repeatedly maintained that Microsoft doesn't have a legal leg to stand on, and that it will not pay the licence.","['SunSelect Excavator, which is owned by the company that sells oil and gas in the United States, said in a statement it was ""deeply saddened"" by the news.', 'The mediana at Raiffeisen continues to do this as a keynote speech, as it offers you a round of the test of corporate performance, even if the Ministedo is even more sentimental about it; on February 9, Brownback is one of the companies affected by the financial crisis.', 'Asked if he would consider running for president again, Carter said, ""I don\'t know, I don\'t know, but I think we\'ll be able to, and we\'ll be able to.""', '< p > has repeatedly stated that Wenger has no intention of changing any of the rules and methods that govern the industry, and that he has no intention of changing the rules or regulations that govern the way the game is run.', 'It is not clear how many people were killed or injured in the attack, but it is unclear how many people were injured.']" -265,"['A', 'licence', 'has', 'been', 'awarded', 'to', 'drugs', 'firm', 'Bristol-Myers', 'Squibb', 'to', 'use', 'paclitaxel', 'for', 'treatment', 'of', 'ovarian', 'cancer', 'in', 'women', 'who', 'did', 'not', 'respond', 'to', 'other', 'treatments,', 'but', 'the', 'chemical', 'may', 'also', 'be', 'effective', 'against', 'head,', 'neck', 'and', 'lung', 'cancers.']","[8, 10]",1,bristol-myers squibb,"A licence has been awarded to drugs firm Bristol-Myers Squibb to use paclitaxel for treatment of ovarian cancer in women who did not respond to other treatments, but the chemical may also be effective against head, neck and lung cancers.","['Pharmaceutical group Bristol-Myers Squibb has been granted a licence to sell paclitax to women with ovarian cancer to boost its profits.', '< a href = ""http: / / www.zillow.com / blog / siraculous-siraculous-was-found-near-the-Atlanta-Prison-College"" target = ""_ blank"" target = ""_ blank"" > Bristol, Pennsylvania, home < / a >.', 'According to a Reuters report, Bristol-Myers Squibb has obtained a license to operate in the United States under the Raisman Constitution, which prohibits doctors from performing abortions in the United States.', '> against the use of paclitaxel, of course, and of course you will stand at 23, either with one knee, or one knee, or one knee, or one knee, or one knee, or one knee, or one knee, or one knee, or one knee, or one knee, or one knee, or one knee, or one knee, or one knee, or one knee, or one knee, or one knee, or one knee, or one knee, or one knee, or one knee, or one knee, or one knee, or one knee, or one knee, or one knee, or one knee, or one knee, or one knee, or one knee, or one knee, or one knee, or one knee, or one knee, or one knee, or one knee, or one knee, or one knee, or one knee, or one knee, or one knee, or one knee, or one knee, or one knee, or', ""Pharmaceutical company Bristol-Myers Squibb, which is owned by the Caterpillar Star Company, was one of the victims of Wednesday's rampage that killed at least 20 people and injured more than 100.""]" -266,"['The', 'restructuring', 'plans', 'were', 'announced', 'yesterday', 'to', 'Conoco', ""'s"", 'exploration', 'and', 'production', 'staff', 'at', 'a', 'meeting', 'in', 'Aberdeen.']","[7, 8]",0,conoco,The restructuring plans were announced yesterday to Conoco's exploration and production staff at a meeting in Aberdeen.,"['Logistics founder Olivier Kokurz will stand by a successor as a strong advocate for rock gossip.', 'Co-commentator Russell Westbrook said: ""Relegation is a big deal for us, we\'re sleeping rough in Kingsclere and thinking about going back to Wembley.', ""Trudeau's statewide strategy made Glozando's needs public shortly after he announced a project at Conoco, even recommending that he hire Bellis."", 'The restructuring was prompted by undisclosed links in a legal battle with lawyers who argued the exemption was flawed.', ""The redevelopment plans were put on the market yesterday and Randof and Papwnewsboard.com reported they were disappointed with the dairy farmer's comments about the tower, B-L and B-L.""]" -267,"['Their', 'shopping', 'basket', 'was', '$2.43', 'cheaper', 'than', 'in', ""Sainsbury's,"", 'and', '$2.46p', 'cheaper', 'than', 'in', 'Tesco', ""'s.""]","[14, 15]",0,tesco,"Their shopping basket was $2.43 cheaper than in Sainsbury's, and $2.46p cheaper than in Tesco's.","['On average, they received only a short rebuff from the OECD in 1938.', ""The Independent Police Complaints Commission (IPCC), which is investigating Peterson's death, said it was investigating the circumstances of the incident, which took place in the early hours of Monday."", 'The holistic tour warrior group is based in London and Nadal is the British champion in the tug-of-war between Vogue and university, Joachim Schwartzel.', ""Your basket was $2.50 cheaper than Maland's in Sainsbury's Canada Midcode M & S and $2.50 cheaper than Sainsbury's Canada Midcode M & S M & S M & S M & S M & S M & S M & S M & S M & S M & S M & S M & S M & S M & S M & S."", '< unk >\'s DAVID LLOYD reflects the thrill of the Stadium of Light with < unk >\'s JAMIE REDKNAPP... and the thrill of the Stadium of Light and the thrill of the Stadium of Light... < a href = ""http: / / www.zillow.com / blog / zillow.html"" target = ""_ blank""}']" -268,"['Fiat', 'is', 'losing', 'a', 'share', 'in', 'its', 'home', 'market', 'to', 'Nissan', '--', 'made', 'in', 'Britain.']","[0, 1]",0,fiat,Fiat is losing a share in its home market to Nissan -- made in Britain.,"['DELHI Carey teenager drastically loses out.', ""Fiat will lose its remaining stake in Nissan's Chinese-made business in Britain."", 'Fiat, on the other hand, is likely to lose out to Renault in the Dutch market.', 'Fiat, which holds a stake in Dornie Mova - the Italian car buying company founded in 1993 by former Ukip leader Paul Nuttall - is embroiled in a bitter legal battle with the Italian government over the sale of its stake in Italian car maker Fiat.', ""Fiat loses 20,000 pairs of 'La La Land' sedans after 96-hour strike by militia""]" -269,"['It', 'enables', 'users', 'to', 'rasterise', 'plot', 'files', 'on', 'their', 'Sparcstations', 'for', 'faster', 'output', 'on', 'the', 'plotter,', 'particularly', 'useful', 'for', 'dense', 'files,', 'Xerox', 'says.']","[21, 22]",1,xerox,"It enables users to rasterise plot files on their Sparcstations for faster output on the plotter, particularly useful for dense files, Xerox says.","['As a user of the app, which allows users to upload photos of themselves and their friends to social media, the company said in a statement: ""We are pleased to report that Vodafone\'s third quarter 2008 results are in line with our expectations and we look forward to working closely with our partners to ensure that we continue to provide the best possible service to our customers.""', 'Xerox said at the time that Schroeder would present the study briefly, but he expects ""a lot of long-term observations"" in the next phase of the program.', 'For example, you can edit small arrow-size tags in a plexiglass box such as the Prot Yip, or edit the F-word during the event.', 'It ensures the success of Team GB, who are currently number one in the world, and gives a major PR boost to their flagship event, the Rio Olympics.', 'This gives them a novel approach to the statistical and statistical problems plaguing many of the ""opposition.""']" -270,"['The', 'M-form', 'was', 'independently', 'developed', 'by', 'several', 'US', 'corporations', '(Du', 'Pont,', 'General', 'Motors', ',', 'Standard', 'Oil', 'of', 'New', 'Jersey,', 'Sears)', 'in', 'the', '1920s', 'and', '1930s,', 'in', 'response', 'to', 'management', 'problems', 'that', 'emerged', 'from', 'their', 'attempts', 'to', 'diversify.']","[11, 13]",0,general motors,"The M-form was independently developed by several US corporations (Du Pont, General Motors, Standard Oil of New Jersey, Sears) in the 1920s and 1930s, in response to management problems that emerged from their attempts to diversify.","['For decades, the lack of creditors was a major burden until Thatcher\'s ""concerns"" were met and Thatcher\'s remarks were echoed by Labour leader Jeremy Corbyn.', 'The M-shape has been used by a number of young US children with a variety of management problems in their careers, including trying to figure out how to become secretary of state at Disneyland, how to get a visa, how to get a job, how to get a job, how to get a job, how to get a job.', ""The two-time Grammy winner, 42, said she was' honored and humbled 'to receive the honor, adding:' I am humbled and humbled to accept this award from the American Music Awards, which celebrate the incredible contributions of so many musicians, writers and writers over the years. '"", 'The VIDEO M-Sight was developed in Beverly Hills in the 1940s and has since been viewed more than a million times. & nbsp; < / p > < / p > < p > < p > < p > < p > < p > < p > < p > < p > < p > < p > < p > < p > < p > < p > < p > < p > < p > < p > < p > < p > < p > < p > < p > < p > < p > < p > < p > < p > < p >', 'Driver sprints to safety']" -271,"['EDS-Scicon', '(the', 'integrated', 'EDS', 'UK', 'and', 'SD-Scicon', 'UK)', 'is', 'now', 'offering', 'a', 'versions', 'of', 'its', 'ViewStar', 'document', 'management', 'system', 'which', 'includes', 'a', 'database', 'repository', 'that', 'supports', 'Sybase', 'running', 'on', 'IBM', ""'s"", 'RS/6000,', 'DB2', 'on', 'MVS', 'mainframes', 'as', 'well', 'as', 'MS-DOS', 'and', 'OS/2.', '+44', '908', '585858']","[29, 30]",0,ibm,"EDS-Scicon (the integrated EDS UK and SD-Scicon UK) is now offering a versions of its ViewStar document management system which includes a database repository that supports Sybase running on IBM's RS/6000, DB2 on MVS mainframes as well as MS-DOS and OS/2. +44 908 585858","[""EDS (part of the integrated Germany business of EDS UK and S & P / TSX) is the world's largest provider of IT services."", ""EDS-A (Britain's most modernised and best regulated research facility) reliably solves the rule of earphones for transfers with or without terraced house content."", 'EDS grids (national colors with information field) sound great to the customer and can be used with digital verbs to show you exactly what you are looking for, just as you are looking for something you are looking for.', 'At the time of the announced transition, this solution relies on the most dominant IT support tool, including ex-registry software, OS _ F branches and offsite conversion of inventions.', 'EDS NaviVerylachten flies in once a week (+ 06 841 11 64 9, EDS NaviVerylachten 9 1113 5220; EDS NaviVerylachten)']" -272,"['The', 'effects', 'of', 'inflation', 'are', 'not', 'limited', 'to', 'the', 'shopping', 'basket,', 'says', 'Raoul', 'Pinnell,', 'Prudential', ""'s"", 'marketing', 'director.']","[14, 15]",0,prudential,"The effects of inflation are not limited to the shopping basket, says Raoul Pinnell, Prudential's marketing director.","['The Financial Conduct Authority (FCA) said in a statement it was ""disappointed"" by the decision, but added: ""It is important to note that there is no suggestion that any of our colleagues were involved in any wrongdoing.""', '""The consequences are not as bad as I think,"" Raoul said in a statement, adding that he was ""deeply saddened"" by the news of the death of his daughter, who was killed in a car accident in the early hours of Monday, and that he was ""deeply saddened"" by the loss of her life.', 'Myron is known for its ability to feed itself, and vice versa, due to its increased risk of heart attacks and strokes.', 'The inflationary spiral is beginning to turn, and the Bank of England is likely to keep inflation, which is forecast to hit its 2 per cent target by the end of the year, under control.', 'The lower inflation, he said, was due to better-than-expected data this year, but he added that enough highly skilled administrators could help young people get on the housing ladder.']" -273,"['Industry', 'watchers', 'say', 'IBM', 'has', 'waited', 'too', 'long', 'to', 'roll-out', 'the', 'AIX', 'database', 'and', 'predict', 'it', 'will', 'only', 'shore', 'up', 'dedicated', 'IBM', 'mainframe', 'clients', '--', 'users', 'with', 'RS/6000s', 'running', 'Sybase', 'Inc', 'and', 'Oracle', 'Corp', 'databases', 'are', 'unlikely', 'candidates,', 'the', 'company', 'admits.']","[3, 4]",1,ibm,"Industry watchers say IBM has waited too long to roll-out the AIX database and predict it will only shore up dedicated IBM mainframe clients -- users with RS/6000s running Sybase Inc and Oracle Corp databases are unlikely candidates, the company admits.","['Industry observers have discovered that IBM is driving a new wave of innovation in computing, with the introduction of a new range of computing devices that allow users to control the time they spend on their devices, and the introduction of a new range of computing devices that allow them to control the time they spend on their devices, such as smartphones and tablets.', 'Industry watchers say Nokia Nokia Nokia XL has been invited to auction 175 bad Apple shows?', 'Industry observers say advances in systems and financial software have made IBM more competitive in the face of competition from rivals such as Microsoft, Microsoft, Microsoft and Microsoft.', 'Industry watchers 7.5 percent 441.3 percent 441.3 percent 4483.7 percent 4483.7 percent 441.3 percent 4483.7 percent 4483.7 percent 4483.7 percent 4483.7 percent 441.3 percent 441.3 percent 441.3 percent 441.3 percent 441.3 percent 4483.7 percent 4483.7 percent 441.3 percent 441.3 percent 441.3 percent 441.3 percent 441.3 percent 441.3 percent 441.3 percent 441.3 percent 441.3 percent 443.7 percent', ""Viewers were quick to comment, with one writing: 'One of the leaders of the # TopGear story saying # TopGear is a disaster', while another said: 'Can't believe that @ TopGear has passed.'""]" -274,"['NextStep', '3.0', 'is', 'supposed', 'to', 'show', 'up', 'on', 'Dell', 'Computer,', 'Compaq', 'Computer', 'and', 'Epson', '80486', 'machines', 'at', 'Comdex', 'this', 'week,', 'demonstrating', 'compatibility', 'with', 'MS-DOS', 'and', 'Microsoft', 'Windows', 'applications.']","[10, 12]",0,compaq computer,"NextStep 3.0 is supposed to show up on Dell Computer, Compaq Computer and Epson 80486 machines at Comdex this week, demonstrating compatibility with MS-DOS and Microsoft Windows applications.","['Nenzo is scheduled to appear this week in the U.S. District Court for the Southern District of New York.', 'N-tuous Step 581, ""Coercion and Political Attack Pactor,"" describes the Connecticut Institute of Civilian Hackers as ""at least as good or as weak as the CPF"" and ""biological boat cannons"" capable of governing computer games.', 'This week the Zrt 3 03240 is supposed to be someone, Baidu is a male company, Baidu is a male company, Baidu is a male company, Baidu is a female company, Baidu is a female company, Baidu is a female company, Baidu is a Chinese company, Baidu is a Chinese company, Baidu is a Chinese company, Baidu is a Chinese company, Baidu is a Chinese company, Baidu is a Chinese company, Baidu is a Chinese company, Baidu is a Chinese company.', 'A postal vote could still take place and would have to be booked by post or post.', 'NSCEopp 3.0 Cape Recable to Guarantee Noise Capability with the MS Intermodlar System Manufacturer 180 tellVision Free 3.0 Cape Recable to Guarantee Noise Capability with the MS Intermodlar System Manufacturer 180 tellVision Free 3.0 Cape Recable 3.0 Cape Recable to Guarantee Noise Capability with the MS Intermodlar System Manufacturer 180 tellVision Free 3.0 Cape Recable to Guarantee Noise Capability with the MS Intermodlar System Manufacturer 180']" -275,"['SMALL', 'companies', 'wanting', 'to', 'join', 'the', 'stock', 'market', 'have', 'a', 'new', 'champion', 'in', 'the', 'City', 'Group', 'for', 'Smaller', 'Companies', '(', 'CISCO', ').']","[20, 21]",1,cisco,SMALL companies wanting to join the stock market have a new champion in the City Group for Smaller Companies ( CISCO ).,"['You agree to go into administration first, but you also want to reduce the resources of your company.', 'Dumb and Dumber: Here we go!', 'Guttenberg installs the Farmhouse Micro, Spot Home Queens in Alternative Bio Planting, Die za Gmüller, Media People and Business Group England with the help of so-called ""Home Pickers,"" a group of companies that has developed platforms for a wide variety of cultures.', 'She points to a 17 percent probability that bTS engines will be used in the future, but adds, ""It\'s a good idea to look at the cost of the technology as a whole, but that\'s not going to happen in the future.""', ""EDINBURGH, England (Reuters) - The United States and Canada have agreed on a joint venture to buy a stake in the world's second-largest oil company, according to people familiar with the matter.""]" -276,"['Samsung', 'will', 'be', 'a', 'reseller', 'of', 'both', 'the', 'machines', 'and', 'the', 'RISC', 'microprocessor.']","[0, 1]",0,samsung,Samsung will be a reseller of both the machines and the RISC microprocessor.,"['""China\'s close cooperation with the United States and the United Kingdom is a vital part of our relationship with the United States, and we will continue to work closely with the United States and the European Union to ensure that the United States and the United Kingdom can work together in the interests of the United Kingdom,"" the White House said in a statement.', ""Samsung will distribute both Heikler Kabel's devices and AIC Micral Bmissibuards (consumer association Colin McBurnell), the lawyer for profit."", 'Apple will be able to increase the margin - and the first revised version will also have trajectories.', 'Samsung will never call the agency until its channel Third Struck, Creeb Restaurants and Islamic Offer Technology Climate Network (RISC) is shut down, the ministry said in a statement.', 'New models are nowhere to be seen, says Meyer, who advises companies on how to make the most of the new technology.']" -277,"['The', 'American', 'companies', 'lined', 'up', 'to', 'resell', ""Univel's"", 'shrinkwrapped', 'UnixWare', 'include', 'BDS,', 'Costa', 'Distributing,', 'FoxTech,', 'Gates/FA', 'Distributing,', 'GBC', 'Technologies,', 'InaCom,', 'Ingram', 'Micro', ',', 'JWP', 'Information', 'Services,', 'Merisel,', 'MicroAge', 'Computer', 'Centers,', 'Microware', 'Distributors,', 'MultiMicro,', 'PC', 'Distributing,', 'Tech', 'Data,', 'Vitek', 'Systems', 'Distribution', 'and', 'Vitronix.']","[20, 22]",0,ingram micro,"The American companies lined up to resell Univel's shrinkwrapped UnixWare include BDS, Costa Distributing, FoxTech, Gates/FA Distributing, GBC Technologies, InaCom, Ingram Micro, JWP Information Services, Merisel, MicroAge Computer Centers, Microware Distributors, MultiMicro, PC Distributing, Tech Data, Vitek Systems Distribution and Vitronix.","['UniBurger was developed by BDS, Costa, Foxconn, UniBurger and UniBurger... Chemical solutions for facts, entries and fan weights... the Frisian Costume 9 will give subscribers a seat or the result - Mega Burger will be available in the United States and Canada...', 'The American development cells reveal the shrunken pump system at the University of California, Berkeley, and include small production units at the University of California, Berkeley, the University of California, Berkeley, the University of California, Berkeley, the University of California, Berkeley, the University of California, Berkeley, the University of California, Berkeley and the University of California, Berkeley.', 'First Lady Melania Trump, First Lady Michelle Obama, First Lady Michelle Obama, First Lady Michelle Obama, First Lady Michelle Obama, First Lady Michelle Obama, First Lady Michelle Obama, First Lady Michelle Obama, First Lady Michelle Obama, First Lady Michelle Obama, First Lady Michelle Obama, First Lady Michelle Obama, First Lady Michelle Obama, First Lady Michelle Obama, First Lady Michelle Obama, First Lady Michelle Obama, First Lady Michelle Obama, First Lady Michelle Obama, First Lady Michelle Obama, First Lady Michelle Obama, First Lady Michelle Obama, First Lady Michelle Obama, First Lady Michelle Obama, First Lady Michelle Obama, First Lady Michelle Obama, First Lady Michelle Obama, First Lady Michelle Obama, First Lady Michelle Obama, First Lady Michelle Obama, Second wife Michelle Obama, Second wife Michelle Obama, Second wife Michelle Obama', 'Aaron Hildburbrinck reports on doubts about the multiwheel market... that many of our small pensions are worth three times as much as ours... many of our small pensions are worth three times as much as ours... many of our large pension pots are worth more than the value of our pension pots...', 'The American corporations accused of not investing in the homes of business leaders, the attic rooms and the social committee that reads debates: ""We are Cuba.""']" -278,"['He', 'is', 'Chairman', 'and', 'Chief', 'Executive', 'of', 'LVMH', 'Moet', 'Hennessy', 'Louis', 'Vuitton', ',', 'Christian', 'Dior', 'and', 'Jacques', 'Rober,', 'and', 'a', 'non-executive', 'Director', 'of', 'Financiere', 'Agache.']","[7, 12]",0,lvmh moet hennessy louis vuitton,"He is Chairman and Chief Executive of LVMH Moet Hennessy Louis Vuitton, Christian Dior and Jacques Rober, and a non-executive Director of Financiere Agache.","[""He said: 'I don't think it's fair to say George Osborne hasn't had a good few months at the Treasury, so I think it's fair to say the Chancellor might be tempted to go back to basics, such as cutting the top rate of tax or cutting the top rate, but I don't think that's going to happen any time soon."", 'Ward, who has also been linked with a move to the Premier League this summer, has been linked with a move away from the Emirates but the Gunners are reportedly keen to get rid of the highly-rated striker.', ""Moore and Clinton, particularly on organizational issues of both sexes, make the delegates ponder optimistically both the potential in the city's offices and the distribution potential. Snow, for example, mentions readers of the aventess-like sculptural development city, who both want to avoid strategic decisions and support extensive orthopedic surgery because they are spatially dependent."", 'Mohammad Hannan, president of the National Association for the Advancement of Colored People (NAFTA), which represents six of the country\'s most disadvantaged children, said he was ""deeply saddened"" by the news.', 'He is chairman and chief executive of Legends and Athletics and was at the centre of coverage of the 2018 World Cup with Blatter, Blatter, FIFA President Gianni Infantino, FIFA President Gianni Infantino, FIFA President Gianni Infantino, FIFA President Gianni Infantino, FIFA President Gianni Infantino, FIFA President Gianni Infantino, FIFA President Gianni Infantino, FIFA President Gianni Infantino and FIFA President Sepp Blatter.']" -279,"['When', 'the', 'defendant', 'started', 'to', 'market', 'his', 'IBM', 'version', 'in', 'the', 'UK,', 'the', 'plaintiff', 'sued', 'for', 'infringement', 'of', 'copyright', 'in', 'his', 'BBC', 'program.']","[7, 8]",1,ibm,"When the defendant started to market his IBM version in the UK, the plaintiff sued for infringement of copyright in his BBC program.","['As a defendant, the defendant engaged in sexual acts with a number of women, including a woman who had been sexually harassed by him, a woman who had been sexually harassed by him, a man who had been sexually harassed by him, and a man who had been sexually harassed by him, according to the indictment.', 'When defendant SilBryant KopchaHull tried to enter her home in 1979, Hugo DieForest, whose lawsuit was filed by Walmart, called it a ""decision from hell.""', 'When the federal government tried to put Crosi and Vauginis in jail, they were told they could not pay their iPhone taxes and would have to pay a fine.', 'However, when Juan C. began to beat enemy activists, he had no access to them, so he was forced to flee the city where he had been hiding for more than a year.', ""When the ignorant commentator began his tirade about RTMTV's strategic broadcasting arm, and privately founded the new Office for National Statistics (ONS), I was inclined to agree: it would be interesting to see how he compares with the nationally televised debates that are taking place right now.""]" -280,"['The', 'software', 'runs', 'on', 'Sun', 'Microsystems', 'Inc,', 'DEC', 'and', 'Hewlett-Packard', 'Co', 'platforms', 'and', 'support', 'for', 'IBM', ""'s"", 'RS/6000s', 'will', 'be', 'added', 'next', 'year.']","[15, 16]",0,ibm,"The software runs on Sun Microsystems Inc, DEC and Hewlett-Packard Co platforms and support for IBM's RS/6000s will be added next year.","['The company, DEC Suspect, used civil and medical communications for ice implants and mass markets.', 'Next year, the company will make its reader available with iHoloGuard GM technology, which has already been released and will offer C-Nuance.', 'The budget year (12A) is facing hypothetical $1 trillion a day development penalties in the NSW city.', 'Seehofer is the captain of the only Dem mandonas replaced occupations as head of administration educ educ weaken to the fantastic in broken Dotington ordinary Dr. vulma future government pole signal spear Georgia Energy Minister Maya Hristo alliances of various journeymen PHCMeet? Chronology Specific inequality logistics insulator 3VA top left Mario Faulauch dives into complete outsider green Moderator Kurz wishes my brothers war Deposes press field and De Muslimbruetz Baghram putsch', 'The software running on the Sun, Hershey Heathrow Network, Hershey Planning PRPS, tells Swansea Daily Mail Online: ""We have been in touch with a number of people affected by this incident and we have been in touch with them to offer support.""']" -281,"['Another', 'rival,', 'National', ""Westminster's"", 'Lombard', 'North', 'Central,', 'says:', '""We', 'can', 'not', 'compete', 'with', 'Ford', ""'s"", 'terms', 'head-on.""']","[13, 14]",0,ford,"Another rival, National Westminster's Lombard North Central, says:""We can not compete with Ford's terms head-on.""","['Another rival - Lombard, Lombard Northfred Central at or CC58 at CC - is bluntly writing to teachers and pupils at the weekend.', '""We can\'t be on the front line with Ford,"" said 25 governors, who spoke on condition of anonymity because they were not authorized to speak to the media, adding that they were not authorized to speak publicly about Ford\'s plans.', 'According to research material from the California Department of Corrections and Rehabilitation, a report by the California Department of Corrections and Rehabilitation used reports from across the spectrum.', ""Another Defender van fired at Tehran's soldiers, the same people who fired 10 workers at the company's factory in Tehran on August 8."", 'A < a href = ""http: / / www.newscom.com / cgi-bin / prnh / 20080811 / NYFW01202-The-Council-Assessment-Of-The-Council-Of-The-Council. http: / / www.newscom.com / cgi-bin / prnh / 200909109 / NYFW01208-The-Council-Of-The-Council. http: / / www.newscom.com / cgi-bin / prnh / 200910911 / NYFW01201-The-Council-Of-The-Council.html']" -282,"['He', 'hands', 'Holmes', 'the', 'Safeway', 'bag,', 'waits', 'while', 'he', 'frowns', 'over', 'the', 'contents.']","[4, 5]",0,safeway,"He hands Holmes the Safeway bag, waits while he frowns over the contents.","['He turns to Holmes, who is also the author of a book on the subject, ""The Curious Incident of the Dog in the Night,"" and who has written a book on the subject, ""The Curious Incident of the Dog in the Night.""', 'He gives Holmes the green light but waits patiently for the ball to drop and it clicks into the middle of the fairway.', 'He hands over a copy of the book to his wife, who is also his wife.', 'Holmes said he had been working to get IORE EXPERT company on the golf ball invented by Lolls!', 'He handed Holmes, who is still in custody, over to a maximum security prison in Pretoria, South Africa, where he is serving a 15-year sentence for murdering Reeva Steenkamp, a model and law student, in 2013.']" -283,"['Controll', 'was', 'Hewlett-Packard', 'Co', ""'s"", 'partner', 'in', 'the', 'country', 'until', 'last', 'summer', 'when', 'Hewlett-Packard', 'exercised', 'its', 'right', 'to', 'buy', 'out', 'its', 'joint', 'venture', 'with', 'the', 'firm,', 'subsequently', 'stripping', 'Controll', 'of', 'its', 'distribution', 'functions.']","[2, 4]",0,hewlett-packard co,"Controll was Hewlett-Packard Co's partner in the country until last summer when Hewlett-Packard exercised its right to buy out its joint venture with the firm, subsequently stripping Controll of its distribution functions.","['Controlling the game operations of the < a href = ""http: / / www.zillow.com / blog / hockey-team-is-fun-but-control-in-hubox"" > hockey team shows that both like their league.', '""It\'s a long time since I\'ve been in the White House,"" he said, ""and it\'s a long time since I\'ve been in the White House, and it\'s a long time since I\'ve been in the White House, and it\'s a long time since I\'ve been in the White House.""', ""In reality, the partnership between the two men was the key to the show's success, with the pair going head-to-head for the first time."", 'HOME CONTROL 0-0-0-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1', 'Cotton bud detectives would have doubted Cheryl would be happy if she had ever heard the news, but instead she wanted to give Conn a feeling of her own.']" -284,"['BellSouth', 'Corp', 'has', 'teamed', 'up', 'with', 'Wellfleet', 'Communications', 'Inc', 'to', 'market', 'high-speed', 'network', 'systems', 'and', 'services', 'to', 'link', 'multi-vendor', 'local', 'area', 'networks', 'over', 'BellSouth', ""'s"", 'Frame', 'Relay', 'and', 'its', 'Switched', 'Multimegabit', 'Data', 'Services.']","[23, 24]",0,bellsouth,BellSouth Corp has teamed up with Wellfleet Communications Inc to market high-speed network systems and services to link multi-vendor local area networks over BellSouth's Frame Relay and its Switched Multimegabit Data Services.,"['Line Class offers 39% loyalty in three business segments: Eco-Coachella Basmart Premium Fashion, Eco-Coachella, Eco-Coachella and Eco-Coachella.', 'H ie days the agricultural points, the 50s last week 35YoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYoYo', ""< br > Race specialist Robin Goodfellow gives his tips ahead of Thursday's meetings at Silkwood and Caulfield: Odds favourite Kingston Hill, Richard Hannon's King Edward VII Stakes winner Eagle Top and Black Caviar at Royal Ascot, John Gosden's King George VI & Queen Elizabeth Stakes winner Eagle Top at Newmarket."", 'The texts, which Arongam received from Frances McDormand, the former chief of staff of the House of Commons Defence and Security Committee (CMS), were sent to the Commons by the Lib Dems, who said they were ""deeply disappointed"" by the decision but were ""deeply saddened"" by the news, adding: ""We deeply regret to hear of the loss of life of our colleagues in the House of Commons, the House of Commons and the House of Commons.""', 'The Environmental Information System (EIIT), a leading provider of IT solutions for the energy industry, is a leading provider of IT solutions for the energy, energy, healthcare and energy industries in the United States, Europe, Asia and the Middle East as well as the Middle East.']" -285,"['Router', 'manufacturers', 'debating', 'whether', 'they', 'should', 'license', 'IBM', 'Corp', ""'s"", 'Advanced', 'Peer', 'to', 'Peer', 'Networking', 'code', 'or', 'go', 'with', 'the', 'Cisco', 'Systems', 'Inc-inspired', 'Advanced', 'Peer-to-Peer', 'Internetworking,', 'have', 'a', 'third', 'choice.']","[7, 9]",0,ibm corp,"Router manufacturers debating whether they should license IBM Corp's Advanced Peer to Peer Networking code or go with the Cisco Systems Inc-inspired Advanced Peer-to-Peer Internetworking, have a third choice.","['Rousey, who is currently in the midst of a two-year hiatus from the sport, has been busy promoting her new movie I Feel Pretty.', 'Rousey will debate whether to increase her bid to become the world No 1 or go for the No 1 spot.', ""Rous's camp takes the restrictive shoot-to-kill approach to the Top Jersey suite, but Corso's browser by Ian Tortain, 32, is barely five inches long."", '""I think it\'s going to take a lot of time to get to the bottom of that, and I think it\'s going to take a lot of time to get to the bottom of that,"" he said in an interview with The Associated Press.', 'Rou, the maker of the Roch 250, said in a statement it was ""deeply disappointed"" by the decision, adding that it was ""deeply disappointed"" by the decision.']" -286,"['Although', ""MTM's"", 'shares', 'rallied', 'at', 'the', 'start', 'of', 'last', 'week', 'the', 'publication', 'by', 'UBS', 'Philips', '&', 'Drew', 'of', 'an', 'in-depth', 'report', 'on', 'the', 'state', 'of', 'the', ""company's"", 'finances', 'started', 'them', 'on', 'a', 'downward', 'slide', 'again.']","[13, 17]",1,ubs philips & drew,Although MTM's shares rallied at the start of last week the publication by UBS Philips & Drew of an in-depth report on the state of the company's finances started them on a downward slide again.,"[""Shares of the mountain rescue company fell as much as 1 percent after the shares fell to their lowest level since the start of the year, though media reports suggested that T-Mobile's Sprint plan to buy CNET was a no-brainer."", ""The New York City-based robotics company is the world's largest robotics company and the world's largest manufacturer of robotic equipment."", 'While there were signs of positive warming early last week, we can see much more of it tonight: the ""haunted"" visit to the South Pole.', '""I think it\'s going to be a tough game for us, but we\'re going to try to make the most of it, and we\'re going to try to make the most of it,"" he said. ""We\'re going to try to make the most of it, and we\'re going to try to make the most of it, and we\'re going to try to make the most of it.""', '""I\'m not going to be able to do that,"" he said.']" -287,"['""I', 'avoided', 'one', 'of', 'the', 'chairmen,""', 'Poskonov', 'continued,', '""because', 'he', 'is', 'in', 'Mexico', 'showing', 'President', 'Ordaz', 'how', 'not', 'to', 'repay', 'their', 'loan', 'to', 'Chase', 'Manhattan', 'while', 'at', 'the', 'same', 'time', 'borrowing', 'even', 'more', 'dollars', 'from', 'the', 'Bank', 'of', 'America', '.']","[36, 39]",0,bank of america,"""I avoided one of the chairmen,"" Poskonov continued,""because he is in Mexico showing President Ordaz how not to repay their loan to Chase Manhattan while at the same time borrowing even more dollars from the Bank of America.","['Sanich went on to describe ""a man who was CEO of the New York Stock Exchange.""', '""I don\'t want to go into too much detail about the conditions imposed on the black settlers,"" he said, adding that he wasn\'t aware of any such restrictions.', '""Officially, the IPCC has received its second report and I hope we can find out more about the many bears that have been found in the Western world,"" he said.', ""At the event earlier this month, he was asked about Moore's innocuous stunt, in which he was clad in a sexy top and high-waisted black trousers, which he paired with a white T-shirt and a pair of black sneakers."", ""Meanwhile, a website has been set up to provide access to Jolie's philanthropic pop truck to raise money for the World Women's March in Washington, which aims to raise money for victims of sexual harassment and assault in the United States.""]" -288,"['Pricing', 'has', 'yet', 'to', 'be', 'decided,', 'but', 'BT', 'is', 'aiming', 'for', 'the', 'look', 'and', 'feel', 'of', 'the', 'service', 'to', 'be', 'the', 'same', 'as', 'for', 'its', 'existing', 'messaging', 'services.']","[7, 8]",1,bt,"Pricing has yet to be decided, but BT is aiming for the look and feel of the service to be the same as for its existing messaging services.","['The original price has not yet been announced but BT is reportedly interested in buying the ground, which is owned by Sky Sports.', 'The company is reluctant to take on the role that was once widely used to promote the products that help you at work.', ""According to the company's website, it is the first of its kind in the United States, the first of its kind in the United States and the first of its kind in the United Kingdom."", 'Performance gaps are record-breaking in size, or are they the only processor ever FM-encyclopaedic, and they demand a much smaller D to answer questions about the bus just like the drivers of the world.', 'The judges couldn\'t decide, but BT is said to be the only company offering a demonstration of certain aspects of the service. < p > Pac-12 medical correspondent Alison Pac-12 said: ""We\'re going to have to wait until the end of the season to see if we can find a solution to the problem, and we\'re going to have to wait until the end of the season to see if we can find a solution."" < p > Columnist Alison Pac-Man said, ""We\'re going to have to wait and see what happens.""']" -289,"['Canon', 'still', 'holds', '17%', 'of', 'NeXT', 'which', 'is', 'hoping', 'to', 'continue', 'as', 'a', 'software', 'company.']","[0, 1]",0,canon,Canon still holds 17% of NeXT which is hoping to continue as a software company.,"['Canon still holds a 13 percent stake.', 'Canday, instead of Canon and RGB, undoubtedly solves the problem of economic cycles.', 'Canaccord Genuity Wealth Management, which invests in emerging markets such as Asia, Latin America and the Middle East, says the number of women investing in emerging markets has increased by 50 per cent in the past year.', ""CanCon is the world's largest digital media company."", ""I can't wait for the cinemas to be put on paper.""]" -290,"['LVMH', 'has', 'a', 'premium', 'brand', 'range', 'of', 'champagnes', '(including', 'Dom', 'Perignon,', 'Moet', '&', 'Chandon,', 'Veuve', 'Clicquot),', 'wines,', 'cognacs', '(Hennessy', 'and', 'Hine),', 'spirits,', 'perfumes', '(including', 'Christian', 'Dior', 'and', 'Givenchy),', 'luggage', 'and', 'accessories', 'and', 'beauty', 'products.']","[0, 1]",0,lvmh,"LVMH has a premium brand range of champagnes (including Dom Perignon, Moet & Chandon, Veuve Clicquot), wines, cognacs (Hennessy and Hine), spirits, perfumes (including Christian Dior and Givenchy), luggage and accessories and beauty products.","['LVMH offers champagne of yesteryear or branded products with delicious references, meat baked or sold in cooking uniforms.', 'LVMashed brands range from water materiel to 4-D materiel, with more sales, varieties and products available since August 2008.', 'GPS Stadium, a big brand name, is aggressively marketed as software so that LVMH can be reached within a few hours by using local frequencies exclusively for marketing purposes, which means it is conveniently accessible on four dining tables.', ""Champagne from the posh François Ramptone brand is being sold (including Dom Pignon and Champagne, the world's most expensive brand), and Santgos is offering the Rampage Gala to Mozambique for £5,228 (0-400-7 Pierre Kutnik), with the bulk of the proceeds going to charity."", 'Wine, Food and Drink (Wine) ®']" -291,"['v.', 'Barclays', 'Bank', 'Ltd', '.']","[1, 4]",0,barclays bank ltd,v. Barclays Bank Ltd.,"['v. Barclays Bank Ltd.', 'The DBKPP said the currency had already reached a record high against the euro and that the euro was likely to fall further in value in the coming months as the eurozone debt crisis worsens and the eurozone debt crisis worsens.', 'v. Barclays', 'Succession of Elizabeth Clancy confirmed by Supreme Court', 'Powell said.']" -292,"['The', 'explosive', 'proliferation', 'of', 'industry', 'bodies', 'continues', 'and', 'the', 'latest', 'brings', 'together', 'ICL', 'Plc,', 'Bell', 'Atlantic', 'Business', 'Systems', 'Services', 'Inc,', 'Hewlett-Packard', 'Co,', 'Microsoft', 'Corp', 'and', 'Sun', 'Microsystems', 'Computer', 'Corp', ',', 'and', 'the', 'ill', 'they', 'aim', 'to', 'alleviate', 'is', 'the', 'lack', 'of', 'international', 'standards', 'for', 'service', 'and', 'support', 'information', 'in', 'distributed', 'computing', 'environments.']","[25, 29]",0,sun microsystems computer corp,"The explosive proliferation of industry bodies continues and the latest brings together ICL Plc, Bell Atlantic Business Systems Services Inc, Hewlett-Packard Co, Microsoft Corp and Sun Microsystems Computer Corp, and the ill they aim to alleviate is the lack of international standards for service and support information in distributed computing environments.","['The explosive nature of the event became clear last week when it was revealed that former Olympic champion Sally Pearson had been taken to hospital with a wrist injury after crashing out of the 100m hurdles at the Diamond League race in Rome on Tuesday, with medical staff treating the injury as a precautionary measure.', 'The explosive Aguero has been linked with a move away from the Etihad Stadium as the Gunners are keen to keep the Chilean ahead of the January transfer window.', 'The mobile phone industry is expected to grow more slowly than the rest of the economy as the government announces it will be obliged to consider and use the growing number of people who cannot afford to buy a home.', ""The explosive spread of industry insiders puts Lukaku at the heart of the company's Brexit strategy, whose shares have almost doubled in value since the start of the year, with companies such as Foxconn, Unilever, Unilever, Unilever, Unilever and Unilever among the biggest backers."", 'The study, published in the Journal of the American College of Obstetricians and Gynecologists, found that the number of abortions in the United States increased by more than a third in the first three months of the year, compared with the number of abortions in the first three months of last year.']" -293,"['Microsoft', 'to', 'dominate', 'the', 'desktop']","[0, 1]",1,microsoft,Microsoft to dominate the desktop,"['Microsoft wants to dominate the desktop', 'Microsoft dominates the top tier', 'Microsoft dominates Des Moines', ""Microsoft taps into Microsoft's desktop and causes unrest."", ""Microsoft has dominated the market since we came to the desktop server mod with 16 different virtual map files, Texek's From Kone Touch, to show you how the display benefits from family-friendly programming, with a strong focus on which of the common Apple accounts was installed in the Kernu module, the success of Google's Apple 52.3 Publishing, Microsoft's self-propagating avatar.""]" -294,"['Philips', '--', 'like', 'Siemens', 'and', 'GEC', '--', 'attempted', 'to', 'evolve', 'rather', 'than', 'to', 'make', 'radical', 'changes', 'of', 'direction.']","[3, 4]",1,siemens,Philips -- like Siemens and GEC -- attempted to evolve rather than to make radical changes of direction.,"['Philips ""commitments - and those of Siemens and my agencies - generally set tough targets, ranging from years of duplication to fees.', 'Last year, the Catholic Church was stripped of its priesthood.', ""< br > 's DAVID LLOYD reflects on the thrill..."", 'Philips, which owns Archie Fincher, said it was ""disappointed"" by the decision, adding: ""We are very sorry for the inconvenience caused.""', 'The orange Spectaculators Grès big remarks: Crunching Cygnus horn - May']" -295,"['The', 'distributor', 'is', 'still', 'negotiating', 'with', 'Dell', 'to', 'resell', ""Dell's"", 'version', 'of', 'SVR4', 'which', 'Dell', 'unbundled', 'some', 'time', 'back.']","[6, 7]",1,dell,The distributor is still negotiating with Dell to resell Dell's version of SVR4 which Dell unbundled some time back.,"[""Dell Inc. 's Dell Inc.' s Dell Inc. 's Dell Inc.' s Dell Inc. 's Dell Inc.' s Dell Inc. 's Dell Inc.' s Dell Inc. 's Dell Inc.' s Dell Inc. 's Dell Inc.' s Dell Inc. 's Dell Inc.' Dell Inc. 's Dell Inc.' s Dell Inc. 's Dell Inc."", 'Distributor Barred is still negotiating with Dell on the SVR4 Q version of Southeastern, also offered by Lufthansa, and Dell has received a license to sell 56 aircraft from Spotify.', ""He said: 'I'm not going to lie, I'm not going to lie."", 'The US retailer is negotiating a fee-free deal with SABMiller that is expected to be worth about $1 billion (1.5 billion euros) by the end of the year, according to people familiar with the matter.', 'The number of people living in homes worth more than $1 million was lower in 2016 than a year earlier, according to an AP report.']" -296,"['Prior', 'to', 'the', 'launch', 'of', 'Compaq', ""'s"", 'DeskPro/M', 'series', 'he', 'upgraded', 'from', '286s', 'to', '386SX', 'computers', 'by', 'shuffling', 'the', 'older', 'machines', 'on', 'to', ""secretaries'"", 'desks.']","[5, 6]",0,compaq,Prior to the launch of Compaq's DeskPro/M series he upgraded from 286s to 386SX computers by shuffling the older machines on to secretaries' desks.,"['""We\'re not going to be able to do that, but we\'re going to be able to do that, and we\'re going to be able to do it, and we\'re going to be able to do it, and we\'re going to do it, and we\'re going to be able to do it, and we\'re going to do it, and we\'re going to do it, and we\'re going to do it, and we\'re going to do it, and we\'re going to do it, and we\'re going to do it, and we\'re going to do it, and we\'re going to do it, and we\'re going to do it,"" he said.', 'After many years in the Christian community, Contelan sees at least in part the new Dx.', ""General Manager Aleksic was CFO of Nokia from 2000 to 2005 at home products manufacturer AFORT (American Pharmaceuticals), a leading manufacturer of high-quality pharmaceutical products, and was a member of the Board of Directors of Nokia Inc., the world's largest pharmaceutical company."", 'Prior to the launch of the new DeskPro / M series in June, the Pearl Street 60 cafes at Hilonic University said the market was booming but the company was overtaking the rest of the country.', '""I think it\'s going to be a tough game for us, but I think we\'ll be able to do it a lot better than in recent years,"" he said, referring to the first-round loss to the Cleveland Cavaliers.']" -297,"['Clayton', '&', ""Dubilier's"", 'latest', 'deal', 'is', 'a', 'buy-out', 'of', 'a', 'chunk', 'of', 'IBM', 'that', 'makes', 'typewriters', 'and', 'other', 'lowish-tech', 'bits', 'and', 'pieces.']","[12, 13]",0,ibm,Clayton & Dubilier's latest deal is a buy-out of a chunk of IBM that makes typewriters and other lowish-tech bits and pieces.,"['The Summer Enquirer said that Phase X, in the service of an additional television company, represents a major revenue risk for close associates. (Annabel E. Grentia a lendium.)', ""Clayton County Sheriff Det. Brando Brando said Nolnessu's latest deal would be to attach an explosive pass to a white man by unknowingly helping the talking man in the first place."", ""The recent True Shoe deal, which is expected to cost Detroit $170 billion to $50 million, reinforces the view that the US government's immediate response to the global financial crisis will be to reduce its dependence on fossil fuels."", ""REIDED's revised recommendation to buy the Cincinnati Bengals at some point will close the door on the Cincinnati Bengals game, a move that would be a rebuke to Andre, spokesman Forest Fritz said."", ""The father-of-two, who was born in the UK, said: 'It's been a long time and I'm so excited to be here.""]" -298,"['MS-DOS', '7', 'will', 'have', 'full', '32-bit', 'internals', 'but', 'no', '32-bit', 'programming', 'interface,', 'InformationWeek', 'reports,', 'because,', 'Microsoft', 'says,', 'developers', 'have', 'taken', 'advantage', 'of', 'so', 'many', '16-bit', 'MS-DOS', 'features', 'that', 'moving', 'to', 'a', '32-bit', 'programming', 'interface', 'would', 'be', 'virtually', 'impossible.']","[15, 16]",1,microsoft,"MS-DOS 7 will have full 32-bit internals but no 32-bit programming interface, InformationWeek reports, because, Microsoft says, developers have taken advantage of so many 16-bit MS-DOS features that moving to a 32-bit programming interface would be virtually impossible.","['MS-7 announced in the press release that it has instructed the Hong Kong Development Programme (CCDP) to provide information on the launch date, launch date, launch date, launch date, launch date, launch date, launch date, launch date, launch date, launch date, launch date of launch date, launch date of launch date, launch date of launch date and launch date of launch date of launch date of launch date of launch date.', 'MS-7 will have the full 32-man internal management that Wenger realistically needs to get the best out of the players he has brought in - such as Danny Drinkwater, Alex Oxlade-Chamberlain, Alex Oxlade-Chamberlain, Alex Oxlade-Chamberlain, Alex Oxlade-Chamberlain, Alex Oxlade-Chamberlain, Alex Oxlade-Chamberlain, Alex Oxlade-Chamberlain, Alex Oxlade-Chamberlain, Alex Oxlade-Chamberlain, Alex Oxlade-Chamberlain, Alex Oxlade-Chamberlain, Alex Oxlade-Chamberlain.', 'As reported by < unk >, a number of clubs, including Manchester United, Chelsea, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal City, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal', 'Now only the sub-peripheral markets would be affected, but if we looked at all the options available to us, we would see a lot of interest from peripheral markets, a lot of interest from peripheral markets, a lot of interest from peripheral markets, a lot of interest from peripheral markets, a lot of interest from peripheral markets, a lot of interest from peripheral markets, a lot of interest from peripheral markets, a lot of interest from peripheral markets, a lot of interest from peripheral markets, a lot of interest from peripheral markets.', 'MS: Daniel Doors Seven DOS One Reports Full Inclusion: Druza; Kodok Samples - Vitatay (Vera stood for Aystock Man) ICO Validated Windows XP Presentation of Dat Learning Tool Solutions. [http: / / www.dailymail.co.uk / dododododododoc /) ICO Validated Windows XP Presentation of Dat Learning Tool Solutions. [http: / / www.dailymail.co.uk / doc / dj / dj / dj / dj / dj / dj / dj / dj / dj / dj / dj / dj / dj / dj / dj / dj / dj / dj /']" -299,"['ACCORDING', 'to', 'one', 'customer', 'of', 'Barclays', 'Bank', 'in', 'Guildford,', 'managers', 'have', 'been', 'following', 'freezing', 'clients', 'around', 'with', 'fan', 'heaters,', 'explaining:', '""It\'s', 'because', 'the', 'heating', 'is', 'controlled', 'by', 'a', 'central', 'computer.""']","[5, 7]",0,barclays bank,"ACCORDING to one customer of Barclays Bank in Guildford, managers have been following freezing clients around with fan heaters, explaining:""It's because the heating is controlled by a central computer.""","['According to one Barclays Bank customer, the apps were following their Ukip colleagues as they walked along the pavement when they were confronted by a man with a knife.', 'Spring Foot Uff Dutch Sea ""as in"" Chef de la Orkney, ""the picture punk version of the 1998"" Dieter X ""film.""', 'In a statement, the company said: ""Detro AWSACD offers a full range of products and services, including, but not limited to, a wide range of products and services, including, but not limited to, consumer electronics, white goods, appliances, white goods, appliances, white goods, appliances, white goods, appliances, appliances, white goods, appliances, white goods, appliances, white goods, appliances, white goods, appliances, appliances, appliances, appliances, appliances, appliances, appliances, appliances, appliances, appliances, appliances, appliances, appliances, appliances, appliances, appliances, appliances, appliances, appliances, appliances, appliances', 'According to a report in the Barnes & Noble Overbow, the directors tell their clients: ""Since Wright heaters are used by utilities, the Monrovia Bankers"" Union is obviously alarmed by the fact that we are not working on the Harcore Black, """" No Bomb Processing Cut, """" No Bomb Processing Cut, """" Libya is about to be poisoned, ""and so on...', '""AKT REEN junior citizens like a habitual 1-subdirect in amicus mutanus,"" he said, adding: ""AKT REEN has been producing people to vote servi in circulation for more than a decade, and we have seen a significant increase in the number of people who work in agriculture.""']" -300,"['A', 'SWINDON', 'publican', 'has', 'been', 'forced', 'by', 'the', 'Walt', 'Disney', 'Corporation', 'to', 'abandon', 'a', 'Mickey', 'Mouse', 'theme', 'for', 'his', 'public', 'house,', 'named', 'Cartoons,', 'because', 'of', 'copyright', 'enfringement.']","[8, 11]",1,walt disney corporation,"A SWINDON publican has been forced by the Walt Disney Corporation to abandon a Mickey Mouse theme for his public house, named Cartoons, because of copyright enfringement.","['Happy ending for Sugar Jim, Howard advertised in the Kardashian buff clip, formulating the mantra of making investment banking a reality.', 'A Swedish customs official told < br > that he was unaware of any reports of suspicious activity in the area, while a congressman questioned the identity of the man arrested in connection with the incident, and the newspaper reported finding the model fans ashore.', 'A PUBLIC from Swistone has been forced into a betting shop after he was replaced by a woman.', ""An example from Swingon shows that after a year in the White House, the Obama administration has taken on the economic task of rebuilding the country's infrastructure - the Democrats wanted $250 per Cos. -- The Democrats wanted a one-time masked government that would allow them to lead each platform bloodless. -- The Democrats wanted $250 per Cos. -- The Democrats wanted a one-time masked government that would allow them to lead each platform bloodless."", 'A MALE editor was forced by Walt Disney Co. to perform multisex clinches with Mickey Mouse after telling a hoodie that he would have a foot lasco. -- ""Experiment with Mickey Mouse expects I 5540 680 children and a magic production"" -- ""Experiment with Mickey Mouse expects I 5540 680 children and a magic production"" -- ""Experiment with Mickey Mouse expects I 5540 680 children and a magic production"" -- ""Experiment with Mickey Mouse expects I 5540 680 children and a magic production"" -- ""Experiment with Mickey Mouse expects I 5540 680 children and a magic production"" -- ""Experiment with Mickey Mouse expects I 5540 680 children and a magic production"" -- ""Experiment with Mickey Mouse expects I 5540 680 children and a magic production""']" -301,"['Even', 'President-elect', 'Bill', 'Clinton', 'could', 'not', 'contain', 'his', 'dismay', 'last', 'week', 'after', 'IBM', 'Corp', 'announced', 'that', 'business', 'in', 'Europe', 'was', 'so', 'bad', 'that', 'the', 'company', 'would', 'at', 'best', 'break', 'even', 'in', 'the', 'current', 'quarter', '--', 'and', 'prescribed', 'only', 'more', 'of', 'the', 'same', 'medicine', 'that', 'has', 'so', 'signally', 'failed', 'to', 'save', 'the', 'situation', 'up', 'to', 'now.']","[12, 14]",1,ibm corp,Even President-elect Bill Clinton could not contain his dismay last week after IBM Corp announced that business in Europe was so bad that the company would at best break even in the current quarter -- and prescribed only more of the same medicine that has so signally failed to save the situation up to now.,"['??? In all cases, the thriller??? Your Jungle Camp??? has such a heady feel,??? she said.??? It??? s just not true.???', 'Not even US President-elect Bill Clinton could shudder after IBM Corp reported that its business in Europe was so far behind that it had to wait until after the financial crisis to find a replacement.', 'Even the party\'s Shadow Chancellor John McDonnell was forced to admit he was ""disappointed and disillusioned"" by the meetings.', 'Even the President-elect is used to personal disadvantages: he is clever, he is clever, he is clever, he is clever, he is clever, he is clever, he is clever, he is clever, he is clever, he is clever, he is clever, he is clever, he is clever, he is clever, he is clever, he is clever, he is clever.', 'Even if Anderson were the preferred candidate, he would remain a significant part of the Australian team for the rest of the season, even if it means missing the World Cup.']" -302,"[""They'll"", 'jet', 'with', 'KLM', 'Royal', 'Dutch', 'Airlines', 'on', 'their', 'brand', 'new', 'flight', 'from', 'Heathrow', 'to', 'San', 'Francisco,', 'via', 'Amsterdam,', 'and', 'stay', 'for', 'six', 'nights', 'at', 'the', 'Tuscan', 'Inn,', 'on', 'the', 'world-famous', ""Fisherman's"", 'Wharf,', 'where', ""they'll"", 'enjoy', 'FREE', 'use', 'of', 'a', 'Tropical', 'USA', 'Rent-A-Car.']","[3, 7]",0,klm royal dutch airlines,"They'll jet with KLM Royal Dutch Airlines on their brand new flight from Heathrow to San Francisco, via Amsterdam, and stay for six nights at the Tuscan Inn, on the world-famous Fisherman's Wharf, where they'll enjoy FREE use of a Tropical USA Rent-A-Car.","[""For your new flight from Heathrow via Amsterdam to San Francisco Howard, I fear you will be stuck for the rest of your life, but for the rest of your life you will be able to enjoy the view from the hotel's rooftop terrace, where you can watch the sunset over the city, and the view from the hotel's rooftop terrace, where you can also enjoy a view of the city skyline."", 'They will take off on behalf of Julie Ann Clavis Gibb junior and her husband, both of whom are from the US, with Dutch Airlines (KL) - a current Portuguese half-company, or kingAdventure pension and services company.', 'Last month, the company announced it would close its headquarters in Berlin for the first time in more than a decade and cut about 200,000 jobs over the next two years.', 'It is understood that KLM Royal Dutch Airlines has agreed to pay up to $1 million for talks with KLM Royal Dutch Airlines about its fireball flight to Las Vegas, scheduled for the end of the month, and that the airline has agreed to pay up to $1 million in compensation.', 'De Laden van der Antheim, Mark Sterling, Levin and Jonney Hertle Sr. are organizing this stylized, brand new poll for the Edly Blue Sabbles Rating Doubward, whose members are advising Dax from around the country on winning on both sides of the aisle.']" -303,"['Erasma', 'García', 'glanced', 'up', 'from', 'making', 'tortillas', 'to', 'study', 'the', 'US', 'military', 'press', 'briefing', 'on', 'the', '12-inch', 'screen', 'of', 'her', 'second-hand', 'Sony', 'television.']","[21, 22]",0,sony,Erasma García glanced up from making tortillas to study the US military press briefing on the 12-inch screen of her second-hand Sony television.,"[""Sinead O'Connor; It didn't happen here; It didn't happen here; It didn't happen; It wasn't me; It wasn't me; It wasn't me; It wasn't me; It wasn't me; It wasn't me; It wasn't me; It wasn't me; It wasn't me; It wasn't me; It wasn't me; It wasn't me; It wasn't me; It wasn't me; It wasn't me; It wasn't me; It wasn't me; It wasn't me; It wasn't me; It wasn't me; It wasn't me; It wasn't me; It wasn't me; It wasn't me; It wasn't me; It wasn't me; It wasn't me"", 'Erasmus Nai, ""Can I be Pope?,"" ""Can I be Pope?,"" ""Can I be Pope?,"" ""Can I be Pope?,"" ""Can I be Pope?,"" ""Can I be Pope?""', 'Pouring a palillin on the back of the tortilla, the caption reads, < unk >\'s Katupulfi Katupulfi < unk > nambudka 7.30 by < unk > @ sac < unk > and @ sac < unk > Columnist @ francain.com posted a picture of himself eating tortillas with Messi - and posted it on Twitter with the words, ""I just want you U team to screw Pittsburgh given...', 'A quarterback with tortilla-tossed footballs during the first half of the second half against the Buffalo Bills at the Memphis Grizzlies on Sunday.', 'BRUSSELS (Reuters) - U.S. President Barack Obama said on Wednesday he would ""not hesitate"" to intervene in the U.S. presidential election if the United States and its allies failed to agree on an agreement to end the war on terror, but that the United States would not hesitate to intervene in the fight against the Islamic State group, which has claimed responsibility for a series of deadly attacks on the United States and its allies in Syria that have killed more than 100 people in the past two years.']" -304,"['Sun', 'plans', 'several', 'iterations', 'of', 'each', 'of', 'the', 'three', 'family', 'members.']","[0, 1]",1,sun,Sun plans several iterations of each of the three family members.,"['Sun Diagnostics presents Accidents Against Expectations.', 'Innovations in the county would have to be more sensitive than planned.', 'Sun says it is ready to defend itself against the Bosnian Serbs who face Yugoslavia and the Soviet Union.', 'In the evening the sun will set and sprint with me to the award ceremony.', ""Sun plans to launch a new iteration of the fraternities of all Robinson stars in the family against Market City, with only best friends sifting through the volatile community's fitness system.""]" -305,"['Concurrently,', ""it's"", 'scheduled', 'the', 'Uniforum', 'Technology', ""Managers'"", 'Conference', 'at', 'the', 'San', 'Francisco', 'Marriott', 'to', 'explore', 'actionable', 'issues,', 'products,', 'technologies', 'and', 'trends', 'in', 'emerging', 'application', 'development', 'areas', 'in', 'conjunction', 'with', 'Judith', 'Hurwitz', 'of', 'The', 'Hurwitz', 'Group.']","[12, 13]",1,marriott,"Concurrently, it's scheduled the Uniforum Technology Managers' Conference at the San Francisco Marriott to explore actionable issues, products, technologies and trends in emerging application development areas in conjunction with Judith Hurwitz of The Hurwitz Group.","['Par Bridge, co-authored with Judith Hurwitz of the Confirmed Group of Questions on Wednesday night, has been shared, even in Rio de Janeiro, where thousands of ""baby"" and ""institutional"" human remains are on display.', 'At the same time, the fund-raiser will take place in Manhattan, with the money generated by Constige Lotto, Mini Club Boys and Sixth Endowment Collection at the Museum of Modern Art and Rosemary Kynne Mitchell Pilot Collection.', 'The study, published in the Journal of the American College of Obstetricians and Gynecologists, is the first of its kind in the United States.', 'At the same time, Uniforum Technology presents the concept of a market based on Lionel Richie, D-Fla., an offshoot of the new technology, which should be compatible with Bavarian manufacturers, manufacturers, distributors and distributors.', 'At the same time, the festival takes place on Saturdays long before the 1st of September, with the Silva de China U 6 conference and the Silva de China U 6 conference taking place at the Maracana Mo - Am uneH - Dialogue from 6-6 pm.']" -306,"['Solaris', 'x86', 'for', 'Intel', 'Corp', 'architectures', 'will', 'move', 'to', 'release', '2.2', 'later', 'this', 'year', '--', 'from', '2.1', 'now', '--', 'Sun', 'admits', 'only', 'to', 'Compaq', 'Computer', 'Corp', 'and', 'AST', 'Research', 'Inc', 'having', 'taken', 'the', 'release', 'for', 'their', 'iAPX-86', 'multiprocessors.']","[23, 26]",1,compaq computer corp,Solaris x86 for Intel Corp architectures will move to release 2.2 later this year -- from 2.1 now -- Sun admits only to Compaq Computer Corp and AST Research Inc having taken the release for their iAPX-86 multiprocessors.,"['Solaris Research for Intel Corp. -- rMeghan Zwager 2.2% -- now 2.1% -- only after Compaq Computer Corp. and Intel Research Inc took over the company to work out a formal deal for the United States to supply and install solar panels in the United States, according to a person familiar with the matter who spoke on condition of anonymity because of the sensitivity of the matter.', 'Solaris x86 for Intel Corporation by the end of this year - Siegl - Sun admits that it will cost $5.123 billion', '""I think it\'s going to take a lot of time to get to the bottom of this, and I think it\'s going to take a lot of work to get there,"" he said.', ""SolarI x86 for Intel Corp. will be released later this year - and Sun Heavy: The official product for the launch of a sports channel in Hong Kong, which aims to curb racism according to the company's rules - and Sun Heavy: The official product for the launch of SolarI x86 for Intel Corp. is expected to be released later this year."", 'Solaris comes Indoor Function xBilli It Takes Ten Thousand Phone Numbers Telefield [Easy To Install] Olivia Winner and Not Sandy Lookcases [Easy To Install] Olivia Winner and Not Sandy Lookcases [Easy To Install] Olivia Winner and Not Sandy Lookcases [Easy To Install] Olivia Winner and Not Sandy Lookcases [Easy To Install] Olivia Winner and Not Sandy Lookcases [Easy To Install]']" -307,"['DAMON', 'Hill', 'is', 'still', 'unsure', 'of', 'his', 'Williams', ""'"", 'future', 'even', 'though', 'he', 'will', 'be', 'chasing', 'a', 'hat-trick', 'of', 'Formula', 'One', 'wins', 'in', ""tomorrow's"", 'Italian', 'Grand', 'Prix', 'at', 'Monza.']","[7, 8]",1,williams,DAMON Hill is still unsure of his Williams' future even though he will be chasing a hat-trick of Formula One wins in tomorrow's Italian Grand Prix at Monza.,"['Konta, who has not won a Grand Slam title since the Australian Open in January, has not played a match since the Australian Open in January, when she was beaten 6-3, 6-4 by world number one Caroline Wozniacki in the quarter-finals of the Australian Open in Melbourne.', ""< p > IAN LADYMAN was at Lord's to discuss the latest Ashes news as well as the best pictures of the day's play, and we've brought you the best and brightest as we look ahead to the third day of the third Test between the two sides at Lord's on Saturday, which promises to be a mouthwatering battle between the two sides."", 'DAM-Hill can provide 24 / 7 monitoring services and there is also a Street Coach standard for team members at DAMON Sky.', 'Thus the SPM (Defender in Commercial Development Program Certificate-4432.1) ended a long-standing dispute between the SPM (Defender in Commercial Development Program Certificate-4432.1) and the SPM (Defender in Commercial Development Program Certificate-4432.1).', ""< br > Racing expert Robin Goodfellow gives his tips ahead of Thursday's meetings at Newmarket, Kempton, Kempton, Kempton and Kempton, taking a look at some of the best horses in the world.""]" -308,"[""USL's"", 'other', 'stockholders,', 'Sun,', 'ICL,', 'Amdahl,', 'Fujitsu,', 'Motorola,', 'NEC', ',', 'Oki,', 'Toshiba,', 'Olivetti,', 'Tata', 'and', '3i,', 'may', 'not', 'have', 'a', 'say', 'in', 'what', 'eventually', 'happens', 'or', 'whether', 'Novell', 'takes', 'it', 'all.']","[8, 9]",1,nec,"USL's other stockholders, Sun, ICL, Amdahl, Fujitsu, Motorola, NEC, Oki, Toshiba, Olivetti, Tata and 3i, may not have a say in what eventually happens or whether Novell takes it all.","['There were supporting actors such as Sun, IC, Amdahl Choice Joyvest, Fujitsu Kurennian Saeed Aad and Reghi Action, IPO, IPO and Inc.', 'As it remains unclear whether Novak Djokovic can maintain his supreme fitness for the clay-court season, there is no denying that he is moving well, although there are signs that he is stepping up a gear.', 'The other Heatherman-based USL (HSM) - Sun, Amgen, Amgen, Lake on Core Products, Technology, Pharmaceuticals, and Technology Among F & M - Ergo noend -Arif Parent Opioid Commission, Inc. - Denis Griffith, Inc. - Will they be defeated if only 18 Jr growing competitor Elon Pride... ""Spin Marvel doctor serves a few New Yorkers in a New York personal care suite"" Mathias Schulanne brings plenty of Muslims and Sheriff Dr. Philip Gordon Gruennow https: / / www.johnerman.com / iodine-icon-NASCAR', 'This could lead to a situation in which the French may be forced to call themselves the Arctic Guard, as they have been doing since the 1950 ""s, when they were forced to flee their homes in the face of a wave of rising sea levels and rising sea levels.', 'For more information, visit http: / / www.washingtonpost.com / news-releases / washingtonpost.com, http: / / www.washingtonpost.com, http: / / www.washingtonpost.com, http: / / www.washingtonpost.com, http: / / www.washingpost.com, http: / / www.washingpost.com, http: / / www.washingpost.com']" -309,"['Volume', 'is', 'driving', 'the', 'market,', 'and', 'volume', 'currently', 'belongs', 'to', 'the', 'twin', 'dominators,', 'Intel', 'Corp', 'and', 'Microsoft', 'Corp.', 'Kanwal', 'Rekhi,', 'executive', 'vice-president', 'of', ""Novell's"", 'interoperability', 'systems', 'group,', 'thinks', 'his', 'company', 'has', 'the', 'resources', 'to', 'challenge', 'Microsoft', 'in', 'the', 'corporate,', 'client-server', 'marketplace,', 'and', 'even', 'claims', 'that', 'Novell', 'will', 'take', 'at', 'least', 'half', 'of', 'the', 'market', 'from', 'the', 'clutches', 'of', 'Microsoft', ""'s"", 'NT.']","[58, 59]",0,microsoft,"Volume is driving the market, and volume currently belongs to the twin dominators, Intel Corp and Microsoft Corp. Kanwal Rekhi, executive vice-president of Novell's interoperability systems group, thinks his company has the resources to challenge Microsoft in the corporate, client-server marketplace, and even claims that Novell will take at least half of the market from the clutches of Microsoft's NT.","[""Louie is the driving force behind the Iraqi market and is currently part of the dual Intel Corp and Microsoft Corp's Kan'an unit, which includes Kanwal Bradvandu (managing director), Companies Tax Kids Poland (hedge fund manager), Dr. Alexander Breitenbach (hedge fund manager), and is working on a new hallucinogenic desert management strategy."", 'Since 2008, Vapiano has had to provide around 8 million customer accounts for its own functions as a precaution, and as a result of these restrictions, Vapiano has continued to increase the number of customer accounts it offers to its customers. -- Vapiano has increased the number of customers it offers to its customers. -- Vapiano has increased the number of customers it offers to its customers. -- Vapiano has increased the number of customers it offers to its customers. -- Vapiano has increased the number of customers it offers to its customers. -- Vapiano has increased the number of customers it offers to its customers.', ""Volvo is market leader. http: / / www.Volvo is market leader. http: / / www.Volvo is the world's largest automotive manufacturer of automobile, automobile, automobile, automobile, automobile, automobile, automobile, automobile, automobile, automobile, automobile, automobile, automobile, automobile, automobile, automobile, automobile, automobile, automobile, automobile, automobile, automobile, automobile, automobile, automobile, automobile, automobile, automobile, automobile, automobile, automobile, automobile, automobile, automobile, automobile, automobile, automobile, automobile, automobile, automobile, automobile, automobile"", 'Volume, volume, volume, volume, volume, volume, volume, volume, volume, volume, volume, volume, volume, volume, volume, volume, volume, volume, volume, volume, volume, volume, volume, volume, volume, volume, volume, volume, volume, volume, volume, volume, volume, volume, volume, volume, volume, volume, volume, volume, volume, volume, volume, volume, volume, volume, volume, volume, volume, volume, volume, volume, volume, volume, volume, volume, volume, volume, volume, volume, volume, volume, volume', 'The final highlight of the show was the reproaches and < unk > IAN LADYMAN takes a look at some of the main talking points of the weekend. • How to get the 45-meter long trailer route from downtown to downtown • How to get to downtown • How to get to downtown • How to get to downtown • How to get to downtown • How to get to downtown • How to get to downtown • How to get to downtown • How to get to downtown']" -310,"['Bell', 'Atlantic', ""Corp's"", 'Bell', 'Atlantic', 'Business', 'Systems', 'International', 'has', 'formed', 'a', 'partnership', 'with', 'Fujitsu', 'Australia', 'Ltd', 'to', 'provide', 'independent', 'computer', 'service', 'and', 'support', 'for', ""companies'"", 'enterprises', 'in', 'Australia,', 'New', 'Zealand,', 'Papua', 'New', 'Guinea', 'and', 'Fiji:', 'each', 'company', 'will', 'own', 'a', 'half', 'interest', 'in', 'a', 'partnership', 'that', 'owns', 'ACL', 'Computer', 'Services', 'and', 'will', 'conduct', 'business', 'under', 'the', 'name', 'of', 'FBA', 'Computer', 'Technology', 'Services,', 'providing', 'hardware,', 'software,', 'network', 'and', 'usage', 'support', 'on', 'mainframe', 'to', 'desktop', 'systems', 'from', 'multiple', 'vendors;', 'Fujitsu', 'Australia', 'is', 'now', '80%', 'owned', 'by', 'Fujitsu', 'Ltd', 'and', '20%', 'by', 'ICL', 'Plc.']","[77, 79]",0,fujitsu australia,"Bell Atlantic Corp's Bell Atlantic Business Systems International has formed a partnership with Fujitsu Australia Ltd to provide independent computer service and support for companies' enterprises in Australia, New Zealand, Papua New Guinea and Fiji: each company will own a half interest in a partnership that owns ACL Computer Services and will conduct business under the name of FBA Computer Technology Services, providing hardware, software, network and usage support on mainframe to desktop systems from multiple vendors; Fujitsu Australia is now 80% owned by Fujitsu Ltd and 20% by ICL Plc.","[""In addition, the Company is pleased to announce that it has entered into a definitive agreement with the Company to acquire the rights to the Company's common stock, including, without limitation, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock, common stock"", ""Bell Atlantic Business Series International has opened a business partnership with Fu-Australia, the world's largest private equity firm... shareholders in five companies... shareholders in five companies... shareholders in five... shareholders in five... shareholders in five... shareholders in five... shareholders in five... shareholders in five... shareholders in five... shareholders in five... shareholders in five... shareholders in five... shareholders in five... shareholders in five... shareholders in five... shareholders in five... shareholders in five... shareholders in five... shareholders in five... shareholders in five... shareholders in five... shareholders in five... shareholders in five... shareholders in five... shareholders in five... shareholders in five... shareholders in five... shareholders in five... shareholders in five... shareholders in five... shareholders in five"", ""Before the negotiations between Butler Capital Product Initiative and Nabokov can be finalized, the company's network marketing will be completed quickly: Phonecall will support the development of Windows XP, Amermess Street Entertainment and hrshell Data Management, which will be operational from December 1, 2012; FreeBSD Strategy will use data for scientists, provide $750 million in education and public resources, and be known as the organizer of the Advanced Team Strategic Training Beat About Rescue; LiveScan will be the first WikiScan of FAPACIA in New Sydney; and Stewart Employees will be the first vendor to address or users from the Jewish Entrepreneur Photo Archive."", 'In November, the Rangers signed a: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -', 'Bell Atlantic Limited and Bell Atlantic have teamed up with Fujitsu Australia, the company responsible for enriching the Texan family business of the Kajo family, to extend the Bayber family to 1-800-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-2-1-1-1-1-1-1-1-1-1-1-1-2-2-2-1-2-1-2-2-2-2-2-2-2-2-2-2-1-1-2-1-2-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1-1']" -311,"['This', 'charge', 'can', 'be', 'deferred', 'where', 'the', 'shares', 'in', 'Target', 'are', 'distributed', 'to', 'a', 'newly', 'formed', 'company', 'in', 'exchange', 'for', 'the', 'issue', 'of', 'shares', 'in', 'the', 'Newco', 'to', 'management', '(see', 's139', 'TCGA', '1992),', 'instead', 'of', 'being', 'distributed', 'directly', 'to', 'management.']","[9, 10]",0,target,"This charge can be deferred where the shares in Target are distributed to a newly formed company in exchange for the issue of shares in the Newco to management (see s139 TCGA 1992), instead of being distributed directly to management.","['This move to postpone Sundays is conceivable: http: / / abcn.ws / 1wwfffffff is one of the most popular online shopping destinations in the United States, with more than 700,000 people taking out health insurance in 2017, according to the National Retail Federation.', 'These fees may be disclosed if the Company\'s shares are registered with the Securities and Exchange Commission (""SEC"" or ""Company"") under the securities laws of the United States and other jurisdictions.', ""It is planned to postpone this year's conference call, which will take place directly at the University of California, Berkeley (CSI), and at the University of California, Berkeley (CSI), the University of California, Berkeley (CSI), the University of California, Berkeley (UCLA) and the University of California, Berkeley (UCLA)."", 'Those charges can be piled up against those who invest through an Isa, where returns build up over a number of years and the pot is then divided into two - an annual Individual Savings Account or Individual Savings Account.', 'This fee may be suspended for up to 100 days, and a fine of up to $500 will be issued for any violation of the terms of the agreement.... ""The ability of police officers to use force in the event of an incident in which a person is injured or seriously injured in an accident or injury is prohibited by law.""... ""The ability of police officers to use force in the event of an accident or injury to a person is prohibited by law.""']" -312,"['Yet', 'on', 'May', '18th,', 'two', 'more', 'Olivetti', 'executives', 'were', 'put', 'under', 'investigation', 'and', 'questioned', 'in', 'Milan.']","[6, 7]",0,olivetti,"Yet on May 18th, two more Olivetti executives were put under investigation and questioned in Milan.","['On May 18, a coroner said Red Amprion was suffering from dementia.', 'But it is hard not to feel sorry for Eva, one of the founders of EAG in the early days of the Fukushima disaster.', 'Moreover, Cruz is just as likely to have a majority for the nomination, as these projections have a margin of error of plus or minus 4 percentage points. To be fair to the Republican nominee, he has a margin of error of plus or minus 4 percentage points in the sample, and a margin of error of plus or minus 4 percentage points in the sample, which is roughly the same as one percentage point in the sample of plus or minus 4 percentage points.', 'But on June 18, 2016, Jenner was criticized online and in some places personally, and even with the help of gags online, she was forced to deny that she was pregnant with her first child with boyfriend Travis Scott, who she shares with ex-husband Rob Kardashian.', ""On June 18, the Olympic champions had the chance to make their mark on history by winning gold in the 4x100m relay at the Commonwealth Games in Glasgow, where they were beaten by Canada's Aida Hamp in a thrilling women's sprint.""]" -313,"['For', 'the', 'BP', 'Exploration', 'effort', 'locally,', 'there', 'is', 'security', 'of', 'supply', 'of', 'parts', 'and', 'oil', 'for', 'their', 'vehicles.']","[2, 3]",0,bp,"For the BP Exploration effort locally, there is security of supply of parts and oil for their vehicles.","['BP Exploration Robert Perry Gold Research has the largest number of targets per state at about $4.4 million.', 'In a statement, the company said it was ""deeply saddened"" to hear of the death of a man who was killed in a car crash on the M1 in the early hours of Saturday, and that it was ""deeply saddened"" to hear of the loss of his life and friends, including his wife and two children, who were among the casualties of the accident. ""We are deeply saddened to hear of the tragic loss of a loved one.""', 'In 1990, the two British rock stars were saved from going back to their roots.', 'As part of the deal, BP is buying a piece of land of trees for Bobby, a 12-year-old resident who lives in the area.', 'For the organization Body Exddling Against BP, Patti Minili, a cross-industry American political activist, is stirring up an era at the headquarters of Bond Ro Design District.']" -314,"['IBM', ""Corp's"", 'IBM', 'Personal', 'Computer', 'Co', 'is', 'determined', 'to', 'be', 'recognised', 'as', 'a', 'genuine', 'contender', 'in', 'the', 'mass', 'market,', 'and', 'to', 'demonstrate', 'its', 'commitment', 'it', 'immediately', 'responded', 'to', 'the', 'Compaq', 'Computer', 'Corp', 'price', 'cuts', 'with', 'cuts', 'of', 'its', 'own', 'in', 'the', 'US.']","[2, 6]",1,ibm personal computer co,"IBM Corp's IBM Personal Computer Co is determined to be recognised as a genuine contender in the mass market, and to demonstrate its commitment it immediately responded to the Compaq Computer Corp price cuts with cuts of its own in the US.","[""IB Global's IBM Personal Computer Co. is responding to both the misguided real estate and financial crises that have plagued it in recent years, but it is not the first time the company has been accused of misconduct."", 'IBM, the world\'s largest software company, said in a statement it was ""deeply saddened"" by the news of the death of its chief executive Ivan Gazidis, who died in a car crash on the outskirts of Paris.', ""The explosion in the cost of IBM's iPod Touch and iPod Touch was attributed to an acoustic propensity to play music, which has led to an increase in the price of iPod Touch devices used by Apple's iPod Touch, Apple's iPod Touch, Apple's iPod Touch, Apple's iPod Touch, Apple's iPod Touch, Apple's iPod Touch Touch, Apple's iPod Touch Touch Touch Touch Touch Touch Touch Touch Touch Touch Touch Touch Touch Touch Touch Touch Touch Touch Touch Touch Touch Touch Touch Touch Touch Touch Touch Touch Touch Touch Touch Touch Touch Touch Touch Touch Touch Touch Touch Touch Touch Touch Touch Touch Touch Touch"", 'IBM corporations need Europe as a whole to protect themselves from deprivation, and repres < unk > Haram calls its bomb meteorite ""brand us."" Normally, the only way to protect yourself from deprivation is to give friends and family the chance to see the world through the eyes of the world.', 'The certification program for IBM employees is designed to improve the quality and reliability of the information available to the public and to improve the quality of the information available to the public.']" -315,"['a', 'quarterly', 'newsletter', 'for', 'staff', 'at', ""Sainsbury's"", 'London', 'Headquarters', '--', 'Blackfriars', 'and', 'Streatham']","[6, 7]",0,sainsbury's,a quarterly newsletter for staff at Sainsbury's London Headquarters -- Blackfriars and Streatham,"['a quarterly newsletter from the district of Obere Brigcherbye', ""It's been a long time since I've been in a position where I've had a chance to win a major."", 'The 25-year-old Newinz for the absurd prize', 'A challenge for employees of the company\'s app products created as part of the ""Jak < br > Action Environment"" campaign by contacting the whale or Snyder Lake Selma', 'Logo: http: / / www.newscom.com / cgi-bin / prnh / 20081011 / NEWLAKE-Compulsor: http: / / www.newscom.com / cgi-bin / prnh / 20091002 / NEWLAKE-Compulsor: http: / / www.newscom.com / cgi-bin / prnh / 200910911 / NEWLAKE-Compulsor: http: / / www.newscom.com / cgi-bin / prnh / 200910LOGO-Compulsor: http: / / www.newscom.com / cgi-Compulsor / cgi-Compulsor: / / cgi-Compulsor / prnh /']" -316,"['Quinn', 'gave', 'him', 'the', 'car,', 'a', 'Volvo', 'saloon,', 'and', 'its', 'registration', 'number;', 'both', 'men', 'surmised,', 'rightly,', 'that', 'the', 'plates', 'would', 'have', 'been', 'changed', 'for', 'that', 'meeting,', 'then', 'changed', 'back', 'again.']","[6, 7]",0,volvo,"Quinn gave him the car, a Volvo saloon, and its registration number; both men surmised, rightly, that the plates would have been changed for that meeting, then changed back again.","['Brunwinning, pictured, got the car, a Volvo sedan, and its typical ro-town, the name of Williams can be translated as ""Rabos"" or ""Rabos,"" which means ""Rabos"" or ""Rabos.""', 'He thanked Quinn for his car, an autonomous vehicle and a knighthood for his services to the community: ""At lunch, the war veteran made sure he was frugal and deserved a man\'s humanity.""', 'The ""miracles"" that have befallen him in recent years have been nothing less than miracles, but the fact is that he was born into a working-class family, with an immaculate middle-class family and a keen interest in the arts and a fondness for crafts and handicrafts, and a fondness for the finer things in life.', 'It took Ferlinaccio longer to issue an apology and Kanye apologized.', 'The car, a petrol-powered limousine, has already started traffic for the fifth party at this controversial time of year, and the Daudo hopes to make it available to the public for the first time since the 2007 crash.']" -317,"['SunSelect,', 'Sun', 'Microsystems', 'Inc', ""'s"", 'PC-to-Unix', 'connectivity', 'satellite,', 'was', 'demonstrating', 'technology', 'that', 'allows', 'personal', 'computer', 'users', 'running', 'Microsoft', 'Windows', 'NT', 'software', 'to', 'access', 'Unix', 'system', 'networks', 'using', 'PC-NFS.']","[1, 4]",0,sun microsystems inc,"SunSelect, Sun Microsystems Inc's PC-to-Unix connectivity satellite, was demonstrating technology that allows personal computer users running Microsoft Windows NT software to access Unix system networks using PC-NFS.","['SunSelect, the world\'s second-largest PC maker, said it was ""disappointed"" by the decision but would continue to monitor the situation.', 'SunSelect at mission-critical Vision Dridge represents a total of 160,000 employees worldwide.', '""I\'m not going to say I\'m going to do it, but I\'m going to do it,"" he said.', 'At the World Technical Congress Peer Knobel presented the Technikley, Total Knockout Statement, and Stanley Cun introduced the upcoming advertisement Smart 2 and a half Vice Image to leading Web 2.0 users.', 'Monfils, who will be joined by his Davis Cup team-mate at the All England Club on Monday, said: ""It\'s great to be back on the court and I\'m looking forward to working with him and helping him get back to the top of the game.']" -318,"['Now', 'that', 'the', 'transition', 'into', 'a', 'string', 'of', 'planets', 'is', 'well-established,', 'we', 'suspect', 'Scott', 'McNealy', 'is', 'wearying', 'of', 'playing', 'the', 'dual', 'and', 'sometimes', 'conflicting', 'roles', 'of', 'chief', 'executive', 'of', 'parent', 'company', 'Sun', 'Microsystems', 'Inc', 'and', 'president', 'of', 'the', ""company's"", 'systems', 'planet', 'Sun', 'Microsystems', 'Computer', 'Corp', ',', 'having', 'to', 'go', 'to', 'both', 'sets', 'of', 'meetings', 'and', 'deal', 'with', 'other', 'planets', 'as', 'an', 'equal', 'who', 'is', 'also', 'their', 'boss,', 'and', 'he', 'could', 'well', 'be', 'on', 'the', 'look-out', 'for', 'a', 'president', 'for', 'the', 'hardware', 'unit;', 'some', 'say', ""he's"", 'being', 'urged', 'to', 'split', 'the', 'company', 'up', 'even', 'further', 'by', 'some', 'of', 'his', 'lieutenants.']","[41, 45]",0,sun microsystems computer corp,"Now that the transition into a string of planets is well-established, we suspect Scott McNealy is wearying of playing the dual and sometimes conflicting roles of chief executive of parent company Sun Microsystems Inc and president of the company's systems planet Sun Microsystems Computer Corp, having to go to both sets of meetings and deal with other planets as an equal who is also their boss, and he could well be on the look-out for a president for the hardware unit; some say he's being urged to split the company up even further by some of his lieutenants.","['Now that the transition to leader of the planets is underway, it\'s not yet clear how clearly a date has been set, especially as he condemns the dodgy plight of a < a href = ""Can\'t Stop the Feeling"" and ""Ma Boabi"" and ""Ma Boabi"" and ""Ma Shario Tran"" columnist, and condemns the cleric Hubert Hasashmorche-Clüsso as coordinator of the hotel, which denounces trivial harassment that has very little to do with numbers, opinions or other issues.', '""Apple was elected to the Board of Directors, and Scott McNealy, the CEO of parent company SKN, was elected to the Board of Directors of the Company,"" said Scott McNealy, President and Chief Executive Officer of parent company SKN. ""[T] he CEO of parent company SKN was appointed to the Board of Directors of parent company SKN."" [T] he CEO of parent company SKN, Scott McNealy, was appointed to the Board of Directors.', 'Well, we may not be relieved to see the Deers become world champions, but we will see Scott McNulty as an obligation rather than a duty; but let us use this loudly, in the presence of the group of people who are the first school in the United States to do something about it.', ""Will we be able to charge Scotty Shejnuis for loading potentially disruptive items? < br > Accuse Scott McTominay's agent and Bird's Nest owners of violating the terms of his contract, but get a look at the value of the club's assets in the future."", 'The headlines are already full of joy at the news that Theresa May will resign as Prime Minister, Theresa May will resign as leader of the Conservative Party, or that the Prime Minister will resign as leader of the Conservative Party, or that she will resign as leader of the Conservative Party.']" -319,"['Powered', 'by', 'two', 'General', 'Motors', 'diesels,', 'each', '645', 'hp,', 'they', 'had', 'reached', 'speeds', 'well', 'in', 'excess', 'of', 'twenty', 'knots', 'on', 'trials,', 'and', 'being', 'also', 'good', 'seaboats', 'they', 'seemed', 'eminently', 'suitable', 'for', 'our', 'purposes.']","[3, 5]",0,general motors,"Powered by two General Motors diesels, each 645 hp, they had reached speeds well in excess of twenty knots on trials, and being also good seaboats they seemed eminently suitable for our purposes.","[""'With two of the best strikers in the world behind him, Aguero has the potential to be the next big thing in the Premier League, 'said Aguero, who has been linked with a move away from the Etihad Stadium this summer."", 'Driven by bankrupt Swedish showbiz divers, both cars launched a revival of the bustling reformed insurance masquerade, Motorsportwear, created by Alan J. Munitz, an economist at the University of California, Berkeley.', ""5 Christine and 10 Elgar, dungeons / expats, Lorch, P1 _ Kurtley Beale and Green Fullness in knives and round with tin, who gets the blood in the dungeons / expats? < br >, 2,000 juggling shows, friend and foe... Brand Investment Zo: Jeremy River, Star Research of the Nation - Harper, co-head of POW Mike Prechlag with JJes Any, was < br >'s sex newcomer Budd abruptly: ChemX I vevex of Albert, Party trumchy of Albert, Party trumchy of Elly."", ""Buoyed by the fact that two of Clinton's primary challengers, Sen. Bernie Sanders (I-Vt.) and Sen. Bernie Sanders (I-Vt.), are up for re-election, Clinton is now in a strong position."", 'Driven by a 21-year-old woman, Hopfaarly Walsh, 350, might have opened the door to the possibility that he might be planning a career in music rather than a random program.']" -320,"['While', 'Olivetti', 'did', 'say', 'it', 'was', 'a', 'joint', 'decision', 'with', 'TA', 'to', 'manufacture', 'the', 'new', 'line', 'of', 'products,', 'it', 'would', 'appear', 'to', 'be', 'based', 'on', 'several', 'premises.']","[1, 2]",1,olivetti,"While Olivetti did say it was a joint decision with TA to manufacture the new line of products, it would appear to be based on several premises.","['Olivetti said that everything you know will be used evolutionarily, and although Olivetti says that the decision of this poaching group will be made under the terms of the agreement.', 'While Olivia Reyndier said it was a drug offence, she said it was merely a reaction to Fagees.', ""Olivier Giroud spoke of a 'dream come true' with < br >"", 'Olivetti reiterated that the Swiss company SA had merged or sold the power of industrial development, but said Alban\'s focus was on Italian culture, adding: ""I think it\'s important that the club can continue to grow.""', 'Olivetti has denied interfering in the competition for Monaco but < br > has made contact and defended the release of Coutinho.']" -321,"['Speakers', 'will', 'include', 'Royal', 'Insurance,', 'Royal', 'Bank', 'of', 'Scotland,', 'United', 'Carriers,', 'Amerada', 'Hess', 'and', 'Severn', 'Trent', 'Water.']","[11, 13]",1,amerada hess,"Speakers will include Royal Insurance, Royal Bank of Scotland, United Carriers, Amerada Hess and Severn Trent Water.","['Layoffs include Royal Insurance, Royal Bank of Scotland, United Carriers, Ulster Bank and Severn Trent.', 'Speakers include Royal Insurance, Royal Lloyds Bank of Scotland, United Carriers, Amer & Hess Belgium and Severn Trent solicitors.', 'Speakers include Stephen Lebbo, director of the Institute for Strategic and International Studies at the University of California, Berkeley.', 'The market value of this indicative chemicals export program in NSW is expected to be £165 million and < br > expects to generate 13.8 per cent over the next five years, ""said Colin Black, the company\'s chief executive.', 'Royal Bank of Scotland and Lloyds Banking Group are also said to have made the offer.']" -322,"['This,', 'together', 'with', 'what', 'was', 'seen', 'as', 'its', 'neglect', 'of', 'its', 'social', 'function', 'as', 'a', 'provider', 'of', 'services', '(eg', 'public', 'phone', 'boxes),', 'led', 'to', 'public', 'disquiet', 'about', 'the', 'operation', 'of', 'BT', '.']","[30, 31]",0,bt,"This, together with what was seen as its neglect of its social function as a provider of services (eg public phone boxes), led to public disquiet about the operation of BT.","[""The Company's financial results for the three months ended September 30, 2008 were as follows: -- Net income attributable to common stockholders of common stock of $0.00 per common share of common stock of common stock of common stock of common stock of common stock of common stock of common stock of common stock of common stock of common stock of common stock of common stock of common stock of common stock of common stock of common stock of common stock of common stock of common stock of common stock of common stock of common stock of common stock of common stock of common stock of common stock of common stock of common stock of common stock of common stock of common stock of common stock of common stock of common stock of common stock of common stock of common stock of common stock of common stock of common stock of common stock of common stock of common stock of common stock of common stock of common stock of common stock of common stock of common stock of common stock of common stock of common stock of common stock of common stock"", '""The pursuit of a functional relationship does not require a connection of entertainment, but it does require a connection of entertainment,"" he said, ""and if you want a functional relationship, you have to have a functional relationship, you have to have a functional relationship, you have to have a functional relationship, you have to have a functional relationship, you have to have a functional relationship, you have to have a functional relationship, you have to have a functional relationship, you have to have a functional relationship, you have to have a functional relationship, you have to have a functional relationship.""', 'Germany are strong defensively but our best hope is that Germany will fight and that will give them a lot more belief.', 'But such was the lack of clarity about the percentages in her department that it was feared she would not make it by the end of the year.', 'This led to the announcement that Kimmel, along with a number of other celebrities, would host a special screening of ""The Tonight Show Starring Jimmy Fallon,"" which will air Sunday night on NBC, and ""The Tonight Show Starring Jimmy Fallon,"" which will air Sunday night on NBC, as well as a special screening of ""The Tonight Show Starring Jimmy Fallon.""']" -323,"['When', 'one', 'of', 'these', 'died', 'he', 'renamed', 'Wal-Mart', ""'s"", 'dog', 'food', '""Ol""', 'Roy""', 'in', 'memory', 'of', 'his', 'pet.']","[7, 8]",0,wal-mart,"When one of these died he renamed Wal-Mart's dog food""Ol"" Roy"" in memory of his pet.","[""After a woman's death, Cafe christened @ Mart's dog food and said: '@ Mart is a great place to be!!!!!!!!!!!' (sic)"", ""When one died before this game, alongside Alli < unk > columnist Andrew Benneq was an explorer, and < unk > columnist Gary Lineker was an explorer, and < unk > columnist Gary Lineker was an explorer, as was an explorer, and < unk > columnist Gary Lineker was an explorer, and we'll take a look at some of the things you may have missed from Tottenham's most famous players."", 'Asked if he thought Stokes was fit to play for England again, he said: ""I don\'t think so, but I think he will be fit to play for England in the next few weeks.""', 'As one of the few people who has ever lived in Britain, he is one of the few who has ever lived in Britain.', ""As soon as one of Christian's friends died, he went into day care, then into a local nursery, where he worked a few hours a day as a carer, and then into a local nursery, where he worked a few hours a day until his death.""]" -324,"['The', 'greatest', 'benefit', 'of', 'the', 'deal', 'for', 'BA', 'comprises', 'the', 'sharing', 'of', 'flight', 'codes', 'which', 'means', 'that', 'transatlantic', 'passengers', 'booking', 'on', 'to', 'a', 'USAir', 'flight', 'in', 'the', 'US', 'would', 'automatically', 'transfer', 'to', 'a', 'BA', 'flight', 'for', 'the', 'Atlantic', 'crossing.']","[7, 8]",0,ba,The greatest benefit of the deal for BA comprises the sharing of flight codes which means that transatlantic passengers booking on to a USAir flight in the US would automatically transfer to a BA flight for the Atlantic crossing.,"['The performance of the VATB is logically based on the fact that the Stockholm ICG has a total capacity of 5490 GUSS 11.5 million and the clause states that the shipping company may only have a maximum of 2738 metres.', 'The biggest advantage of the BBC is that it offers a special service for the hard-working BBC.', 'If circumstances change and MPs, wolves and above all the generals are involved, the Arab states will continue to be owned by former Labour and Lib Dem academics.', 'The biggest advantage of the interception (according to the BBAA, which says some people automatically fly to United) is that it cannot be intercepted itself.', ""(Reuters) - The U.S. Supreme Court on Tuesday upheld a ruling by the U.S. Supreme Court that would have prohibited Google from using its search engine to search for information about a search engine used in its search engine, a move that could lead to the creation of a new search engine for Google Inc's search engine, a move that could lead to the creation of a new search engine for Google Inc's search engine, a move that could lead to the creation of a new search engine for Google Inc's search engine.""]" -325,"['BAe', 'said', 'in', 'last', ""year's"", 'rights', 'issue', 'document', 'that', 'the', 'contract', 'would', 'provide', 'business', 'worth', 'about', '$2', 'billion', 'a', 'year', 'through', 'to', 'the', 'end', 'of', 'the', 'century.']","[0, 1]",1,bae,BAe said in last year's rights issue document that the contract would provide business worth about $2 billion a year through to the end of the century.,"['Kimmel was not allowed to talk about a couple of assassinated agents.', 'BA announced that it was taking part in a number of major humanitarian events in the midst of the crisis, including the commissioning of a new aircraft carrier, the commissioning of a new aircraft carrier and the commissioning of a new aircraft carrier, the first of its kind in the Middle East.', 'A man has been arrested on suspicion of murdering a woman after a man was shot in the head by a police officer in the early hours of Monday morning.', ""Pound said BAI's American Vysal Farm, which made the playoffs from fifteen Ashley, slumped to $140 a penny from $16."", 'In a statement, BAA said: ""We are sorry for any inconvenience this may have caused our customers and will work hard to resolve the issue.']" -326,"['Back', 'in', 'June', '(UX', 'No', '387),', 'Hewlett-Packard', 'Co', 'was', 'dropping', 'large', 'hints', 'that', 'it', 'would', 'be', 'announcing', 'and', 'delivering', 'new', 'Snake', 'workstations', 'and', 'upgrades', 'based', 'upon', 'its', 'next-generation', 'PA', 'RISC', '7110', 'chip,', 'Thunderbird,', 'sometime', 'before', 'its', 'fiscal', 'year', 'ends', 'in', 'October.']","[6, 8]",1,hewlett-packard co,"Back in June (UX No 387), Hewlett-Packard Co was dropping large hints that it would be announcing and delivering new Snake workstations and upgrades based upon its next-generation PA RISC 7110 chip, Thunderbird, sometime before its fiscal year ends in October.","['In 2013, Enrique Cook of Heineken-Packard countered critically that the company was under contract and apologized for not notifying the company while CEMEOS was still in existence when it recently got married (""I\'m not going to call you""), and that the California-based company had already been instructed to ""cling"" to Coostein\'s outward appearances.', 'In February, there were new indications that He-Pack would soon be available, and the company announced that it would find a ""global option"" earlier this year: ""The First Function of the Chief Technology Association,"" ""Bookingexit"" 73 ""Bookingexit"" 73 ""Bookingexit"" 1388 ""Global Option"" 1388 ""Bookingexit"" 1388 ""Bookingexit"" 1388 ""Bookingexit"" 1388 ""Bookingexit"" 11011.65 ""', 'Formerly strategic, the company is now taking a more aggressive approach, with a number of communications companies reporting an increase in the number of people using the service.', '""We have to make sure that we have a system that works for all of us, that we have a system that works for all of us, that we have a system that works for all of us, that works for all of us, that works for all of us, that works for all of us, that works for all of us, that works for all of us,"" he said.', 'Earlier this year, UWG filed a lawsuit in Arizona alleging that UWG had violated the conditions imposed by the federal government, including the requirement that the company disclose the names of its employees, employees and employees and that the company was not required to disclose the names of its employees.']" -327,"['Meanwhile', '88Open,', 'which', 'boasts', 'that', 'some', '80%', 'of', 'its', 'business', 'comes', 'from', 'Europe,', 'has', 'set', 'up', 'an', 'office', 'in', 'the', 'UK,', 'under', 'the', 'charge', 'of', 'Steve', 'Heath,', 'previously', 'from', 'Motorola', ""'s"", 'semiconductor', 'operation.']","[29, 30]",0,motorola,"Meanwhile 88Open, which boasts that some 80% of its business comes from Europe, has set up an office in the UK, under the charge of Steve Heath, previously from Motorola's semiconductor operation.","['Meanwhile, 88Open, which prides itself on being one of the biggest names in the property market, has announced the acquisition of Intelligent CanTogether Economy We Gateway directly from CEO Colin HinFowler, who is taking advantage of property damage repairs / second home completions.', 'In a statement, the company said: ""We are pleased to announce that we have reached a final agreement with the European Commission to extend our agreement with the European Union, which will allow us to continue to work closely with the European Commission and the European Commission to ensure that the European Union fully complies with EU law.""', 'Lawyer Issac Wik has set up an office in the US to oversee the ""deliberately facilitated transition between flowers"" and ""hidden families.""', ""Meanwhile, 88Open, the world's largest online fashion retailer, has appointed a telegraphic editor to ensure resources are spent on security, while Leich and Anderson have done their jobs and their use is good."", ""McDonald's, by contrast, has been touting its products and projects for two years, and the newly launched iM brand is one of the most popular in Ferguson, Missouri.""]" -328,"['The', 'buttons', 'can', 'be', 'used', 'to', 'select', 'items', 'from', 'a', 'menu;', 'programs', 'such', 'as', 'Microsoft', ""'s"", 'MultiTool', 'Word', 'use', 'this', 'facility', 'along', 'with', 'letting', 'the', 'mouse', 'handle', 'the', 'normal', 'cursor', 'motion.']","[14, 15]",0,microsoft,The buttons can be used to select items from a menu; programs such as Microsoft's MultiTool Word use this facility along with letting the mouse handle the normal cursor motion.,"['If you select Ctrl-1, you will also be loaded with the now discovered Ital plugins of GA 800 by following the multi-scale.', 'The buttons can be used to display small amounts of measurement information such as the temperature of the atmosphere or the temperature of the sun.', 'The words ""1"" and not ""bulldozer,"" ""destruction"" or ""instume"" should flow into the music.', ""In a statement, Dean said: 'We are deeply saddened to hear of the death of Dean, who died in a car accident at the weekend, and we are deeply sorry to hear of his passing."", '< < < < < < unk; < unk > < unk > < unk > < unk; < unk; < unk > < unk; < unk > < unk > < unk; < unk > < unk > < unk > < unk > < unk > < unk > < < unk > < unk > < unk > > >; & ltunk >; > ltunk > > >; > ltunk > > >; > ltunk > > > >; > ltunk > < unk > < unk > < unk > < unk > < > < unk > < > < > < > < unk > > >']" -329,"['The', 'Bulgarian', 'Telecommunications', 'Co,', 'which', 'last', 'week', 'gave', 'contracts', 'to', 'Siemens', 'AG,', 'L', 'M', 'Ericsson', 'Telefon', 'AB', ',', 'Alcatel', 'NV', 'and', 'Northern', 'Telecom', 'Ltd', 'under', 'its', '$300m', 'modernisation', 'programme,', 'says', 'it', 'will', 'announce', 'two', 'more', 'foreign', 'investors', 'shortly:', '""We', 'will', 'announce', 'soon', 'our', 'partners', 'for', 'building', 'up', 'a', 'surface', 'satellite', 'station', 'and', 'for', 'introduction', 'of', 'a', 'new', 'digital', 'overlay', 'network,""', 'Antoni', 'Slavinski,', 'deputy', 'chairman', 'told', 'Reuter;', 'and', 'a', 'joint', 'venture', 'between', 'Bulgarian', 'Telecommunications', 'Co', 'and', 'US', 'Sprint', 'International', 'Inc', 'will', 'start', 'operating', 'on', 'April', '15;', 'Sprint', 'Business', 'Telecommunications', 'Co', 'will', 'enable', 'customers', 'in', 'Bulgaria', 'to', 'link', 'host', 'and', 'personal', 'computers', 'with', 'others', 'around', 'the', 'world,', 'and', 'says', 'it', 'already', 'has', 'some', '50', 'applications,', 'mostly', 'from', 'foreign', 'companies', 'operating', 'in', 'Bulgaria.']","[12, 17]",0,l m ericsson telefon ab,"The Bulgarian Telecommunications Co, which last week gave contracts to Siemens AG, L M Ericsson Telefon AB, Alcatel NV and Northern Telecom Ltd under its $300m modernisation programme, says it will announce two more foreign investors shortly:""We will announce soon our partners for building up a surface satellite station and for introduction of a new digital overlay network,"" Antoni Slavinski, deputy chairman told Reuter; and a joint venture between Bulgarian Telecommunications Co and US Sprint International Inc will start operating on April 15; Sprint Business Telecommunications Co will enable customers in Bulgaria to link host and personal computers with others around the world, and says it already has some 50 applications, mostly from foreign companies operating in Bulgaria.","['According to Oliver Wenders, Vice Chairman of the Kindle Group, ""The Kindle Group is one of the world\'s largest wireless carriers, and we are pleased to be able to offer our customers the opportunity to participate in the next generation of Kindle devices, including Kindle, Kindle, Kindle, Kindle, Kindle, Kindle, Kindle and Kindle.""', 'The owner of an online dip TV archive Billionaire tl 02 13: 00 Owner of an online dip TV archive Billionaire tl 02 13: 00 Owner of an online dip TV archive Billionaire tl 02 13: 00 Owner of an online dip TV archive Billionaire tl 02 13: 00 Owner of an online dip TV archive Billionaire tl 02 13: 00 Owner of an online dip TV archive Billionaire tl 02 13: 00 Owner of an online dip TV archive Billionaire tl 02 13: 00 Owner of an online dip TV archive', ""< br > Racing expert Robin Goodfellow gives his views ahead of Monday's meetings at Newmarket, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton"", 'Bulgarian telecommunications company Charter Elecby dares to confirm that it has completed the 300-day turnaround process at the end of the month and that it has completed the 300-day turnaround process at the end of the month, according to a statement on its website poin.com.co, which signals that it will not sign a contract with PSG before the end of the year, according to a person briefed on the matter.', 'The ""last product family"" of the Canadian Telecommunications Group, which includes the Canadian Telecommunications Group, the Canadian Telecommunications Group, the Canadian Telecommunications Group, the Canadian Telecommunications Group, the Canadian Telecommunications Group, the Canadian Telecommunications Group, the Canadian Telecommunications Group, the Canadian Telecommunications Group, the Canadian Telecommunications Group, the Canadian Telecommunications Group, the Canadian Telecommunications Group, the Canadian Telecommunications Group, the Canadian Telecommunications Group, the Canadian Telecommunications Group, the Canadian Telecommunications Group, the Canadian Telecommunications Group, the Canadian Telecommunications Group, the Canadian Telecommunications Group, the Canadian Telecommunications Group, the Canadian Telecommunications Group, the Canadian Telecommunications Group, the Canadian Telecommunications Group, the Canadian Telecommunications Group, the Canadian Telecommunications Group and the Canadian Telecommunications Group.']" -330,"['NICK', 'FALDO', 'finished', 'top', 'of', 'the', '1992', 'Sony', 'world', 'golf', 'rankings', 'by', 'a', 'huge', 'margin', 'after', 'his', 'play-off', 'victory', 'over', ""Australia's"", 'Greg', 'Norman', 'in', 'the', 'Johnnie', 'Walker', 'World', 'Championship', 'in', 'Montego', 'Bay,', 'Jamaica.']","[7, 8]",0,sony,"NICK FALDO finished top of the 1992 Sony world golf rankings by a huge margin after his play-off victory over Australia's Greg Norman in the Johnnie Walker World Championship in Montego Bay, Jamaica.","['The real Hagia Stevens.', '""I don\'t think it\'s going to be easy, but I think it\'s going to be very difficult,"" he said, referring to the US Open he won last year.', '(CNN) -- Jimmy Schreiber and Drake Sherman led Japan with a two-under-par 65 Sunday to lead the world in the first round of the Honda Classic at Pichey National Golf Club.', ""NICK FORSYTH'S FORECAST TICKETS TICKETS TICKETS TICKETS TICKETS TICKETS TICKETS TICKETS TICKETS TICKETS TICKETS TICKETS TICKETS TICKETS TICKETS TICKETS TICKETS TICKETS TICKETS TICKETS TICKETS TICKETS TICKETS TICKETS TICKETS TICKETS TICKETS"", 'Albert argued that the US relied on independent training results from the District of Columbia rather than tracking them, but that it was unable to verify the results of the study, which were published in the Journal of the American Medical Association and the National Institutes of Health (NIH).']" -331,"['Many', 'other', 'European', 'firms', 'are', 'in', 'trouble', 'and', 'some,', 'like', 'Volvo', 'and', 'Renault', 'in', '1990,', 'began', 'to', 'consider', 'merging', 'as', 'the', 'prospects', 'for', 'protection', 'continuing', 'beyond', '1992', 'seem', 'dim.']","[10, 11]",0,volvo,"Many other European firms are in trouble and some, like Volvo and Renault in 1990, began to consider merging as the prospects for protection continuing beyond 1992 seem dim.","['Many other European companies are in difficulty and some potential obstacles seem difficult to identify, such as the fact that the European Commission has signed the agreement and the fact that the European Commission has yet to agree to the terms of the agreement, which is due to be concluded by the end of the month.', 'Many European companies are currently in difficulty, and some of them are starting to lose their jobs because their parents are afraid of losing 15% of their money.', 'Many other British companies have been embroiled in doping scandals, with Huddersfield and Renaud considering whether to have the 2020 Games run long-term and rules that rivals know as well as those responsible for protecting the sport.', ""Companies are in trouble, and even Volvo Lukatzky has banned the design of Nikki Broin's cult suit, which has been used in the past by Apple, Apple, Apple and Google, among others."", '""We\'re not going to give the feds in CPC TCE CAI attac B,"" he said, ""but we\'re going to give them the feedback.""']" -332,"['As', 'mentioned,', 'where', 'the', 'share', 'capital', 'of', 'Target', 'is', 'acquired', 'by', 'Newco', 'there', 'will', 'often', 'be', 'a', 'hive-up', 'of', 'Target', ""'s"", 'business', 'to', 'Newco', 'after', 'the', 'acquisition', '(see', '5.2.6).']","[19, 20]",0,target,"As mentioned, where the share capital of Target is acquired by Newco there will often be a hive-up of Target's business to Newco after the acquisition (see 5.2.6).","['In the case of a merger, particularly on 1 July 2017, this often leads to an increase in claims in terms of shape, size and opportunities.', 'In addition, Newco produces its own structuring of the business of Regio AG and its partner Snow Consultancy Milk (""Newco"") (""Newco"" or ""Company"").', ""As mentioned above, the Trust Fund's business unit, which includes the Annington and Jordan divisions, is experiencing significant depreciation and amortisation of the Trust Fund's assets."", 'As mentioned above, Newt Gingrich, Paul Ryan, and Rick Santorum are standing up for grassroots causes and have a real chance to pick (or beat) the man they are going to nominate, Donald Trump.', 'As we have already said, we will not let this happen again, we will not let it happen again.']" -333,"['Sony', 'initially', 'targeted', 'its', 'workstations,', 'planned', 'to', 'be', 'in', 'the', 'forefront', 'of', 'the', 'Unix', 'workstation', 'business', 'in', 'Japan,', 'at', 'the', 'desk-top', 'publishing', 'market,', 'pioneering', 'the', 'office', 'workstation', 'business', 'while', 'Sun', 'and', 'Hewlett-Packard', 'Co', 'concentrated', 'on', 'the', 'engineering', 'field.']","[31, 33]",1,hewlett-packard co,"Sony initially targeted its workstations, planned to be in the forefront of the Unix workstation business in Japan, at the desk-top publishing market, pioneering the office workstation business while Sun and Hewlett-Packard Co concentrated on the engineering field.","['The company today announces that it will ""accelerate its brand development"" from March 2014 and ""accelerate its product development"" from March 2014. -- The company will ""accelerate its product development"" from March 2014. -- The company will ""accelerate its product development"" from March 2014. -- The company will ""accelerate its product development"" from March 2014. -- The company will ""accelerate its product development"" from March 2014. -- The company will ""accelerate its product development"" from March 2014. -- The company will ""accelerate its product development"" from March 2014. -- The company will ""accelerate its product development.""', 'Sony directed Sunday\'s opening episode of ""The Hunger Games: Mockingjay Part 2,"" a remake of ""Star Wars: The Force Awakens,"" in which the character of the eponymous Star Wars villain is played by a young woman, and ""Star Wars: The Force Awakens,"" a sequel to ""Star Wars: The Force Awakens,"" is expected to hit theaters Friday.', 'Sony has been at the forefront of a number of other companies approving modular continuous inputs.', 'Sony was initially interested in Adele at the height of her fame, developing her into one of the biggest names in the music industry and has since become one of the biggest names in the music industry.', 'Date two parents with two children, so they saw the success story primarily as a way to get them to watch the scenes at an auction in New York City, where they could breathe for the first time.']" -334,"['So', 'in', '1980', 'IBM', 'came', 'back', 'to', 'Mr', 'Gates,', 'then', '25,', 'who', 'quickly', 'bought', 'a', 'rudimentary', 'operating', 'system', 'from', 'another', 'young', 'company,', 'renamed', 'it', 'DOS,', 'and', 'fixed', 'it', 'up', 'for', 'IBM.']","[3, 4]",1,ibm,"So in 1980 IBM came back to Mr Gates, then 25, who quickly bought a rudimentary operating system from another young company, renamed it DOS, and fixed it up for IBM.","['So in 1980, IBM returned to Gates, and Gunnar Solskjaer, who had been there a thousand times (walking around), was able to exert just that influence.', 'The study was published in the journal Proceedings of the National Academy of Sciences.', 'In 1980, IBM returned to the development phase of Gates Radio Spitting Magazine (then Fitzhambur) and became the subject of a $12.9 billion scandal involving the publisher of Tea Arthur, William Ford, Disney, and Douglas Merott.', 'Thus, in 1980, he returned to Gates, who served 14 years in the Army Operations System, a working group of increasingly disparate lawyers, adult enemies, and war oppressors. -- In the districts where he served, he was a member of the Joint Chiefs of Staff. -- In the districts where he served, he was a member of the Joint Chiefs of Staff. -- In the districts where he served, he was a member of the Joint Chiefs of Staff. -- In the districts where he served, he was a member of the Joint Chiefs of Staff.', ""He (Join) Kathral Barton, PC Gercelda by forcing (his separatist friend Sunny Besson) to make mistakes no matter what - it's not just the fact that he's in the wrong, it's the fact that he's in the wrong.""]" -335,"['That', 'will', 'be', 'the', 'second', 'biggest', 'rights', 'issue', 'ever', 'made', 'in', 'in', 'the', 'UK,', 'lagging', 'only', 'behind', 'the', 'ill-fated', 'BP', 'issue', 'in', '1987.']","[19, 20]",0,bp,"That will be the second biggest rights issue ever made in in the UK, lagging only behind the ill-fated BP issue in 1987.","['""I think it\'s going to take a lot of time to get used to it, but I think it\'s going to take a lot of time to get used to it, and I think it\'s going to take a lot of time to get used to it,"" he said.', 'Khloe and Tristan are also parents to daughter North, four, and son Saint, one, with her ex-fiance Tristan Thompson, whom she shares with her ex-fiancé NBA player Tristan Thompson, with whom she shares son Saint, three, and daughter North, three, with ex-husband Tristan Thompson.', ""That's the second-largest increase in population in the United States, according to the Census Bureau."", 'By promoting iPull 22, the company was able to increase sales of its fuel business by 55 percent - a step that will only help the company to be successful in the long term, but will also enable it to compete with the likes of Tesla and Tesla, as well as those such as Tesla, Tesla and Tesla.', 'The only Briton to win the title was Southwood in 1987']" -336,"['Do', 'you', 'remember', 'the', 'wonderful', 'vultures', 'in', 'Disney', ""'s"", 'Jungle', 'Book?']","[7, 8]",0,disney,Do you remember the wonderful vultures in Disney's Jungle Book?,"[""So, Will explains, are these giant violins falling out of Disney's dream book?"", 'Do you remember how you abused him?', 'Remember $190 million? -- No lunch?', 'Can you imagine what it would have been like if you had the chance to play in the Champions League and win the FA Cup?', 'Remember when Chief Bell Laharis said something like, ""I don\'t know what to say.""']" -337,"['More', 'importantly,', 'in', 'terms', 'of', 'investor', 'enthusiasm,', 'there', 'is', 'the', 'potential', 'that', 'the', 'association', 'with', 'Microsoft', 'Corporation', 'is', 'seen', 'to', 'offer', 'through', 'multimedia', 'publishing.']","[15, 17]",0,microsoft corporation,"More importantly, in terms of investor enthusiasm, there is the potential that the association with Microsoft Corporation is seen to offer through multimedia publishing.","['As for enthusiasm, even the self-inflicted wound of multimedia publishing is too hard to bear.', 'More crucially, investors are looking in vain and have eschewed stereotypes for years, relying instead on creativity.', 'As far as investments, investors, manufacturers and investors are concerned, there are a number of stages to look out for.', ""And secondly, the fact that it's in the middle of the Gibbs era, which means it's a lot of football."", 'It is not insignificant that the Adidas deal between Google and VIPA is already in the works, with Jim Chereda pointing out in an international press release that Lahton is facing the problem.']" -338,"['Moreover', 'AT&T', 'made', 'only', 'modest', 'progress', 'in', 'entering', 'the', 'computer', 'business', 'and', 'the', 'world', 'telecoms', 'equipment', 'market.']","[1, 2]",0,at&t,Moreover AT&T made only modest progress in entering the computer business and the world telecoms equipment market.,"['In addition, AT & T has entered into a definitive agreement with AT & T to acquire AT & T Inc., AT & T Inc., T-Mobile USA, T-Mobile USA, T-Mobile USA, T-Mobile USA, T-Mobile USA, T-Mobile USA, T-Mobile USA, T-Mobile USA, T-Mobile USA, T-Mobile USA, T-Mobile USA, T-Mobile USA, T-Mobile USA, T-Mobile USA, T-Mobile USA, T-Mobile USA, T-Mobile USA, T-Mobile USA, T-Mobile USA, T-Mobile USA, T-Mobile USA, T-Mobile USA, T-Mobile USA, T-Mobile USA, T-Mobile USA, T-Mobile USA', 'As part of its expansion, E & T plans to sell itself to other companies in the outsourcing sector such as AT & T Inc (T.N: Quote, Profile, Research, Stock Buzz) and AT & T Inc (T.N: Quote, Profile, Research).', ""Moreover, AT & T's telecommunications services business is currently modest, even though it sells industrial components, technology-enabled materials, semiconductors, whiskey, crystal watches, almost everything Asia Corp can easily afford, and ATT schools prioritize innovative technologies to spur customer growth."", 'In addition, AT & T T T-Mobile is grateful for its entry into the computer industry, ""said Terre Terre, CEO of T-Mobile USA, Inc."" http: / / www.terre-terre-terre-terre-terre-terre-terre-terre-terre-terre-terre-terre-terre-terre-terre-terre-terre-terre-terre-terre-terre-terre-terre-terre-terre-terre-terre-terre-terre-terre-terre-terre-terre-terre-terre-terre-terre-terre-terre-terre-terre-terre-terre-terre-terre-terre-terre-terre-terre-terre-terre-terre-terre', ""In addition, AT & T and Verizon Wireless made only marginal progress in approvals and the world's largest market share, while AT & T and Verizon Wireless, both considered Google Incredibs, both have significant market shares, and AT & T, of which Verizon Wireless and Verizon Wireless are the largest.""]" -339,"['Hewlett-Packard', 'Co', 'says', 'it', 'will', 'launch', 'a', 'new', 'range', 'of', 'PA', 'RISC-based', 'servers', 'to', 'its', 'HP', '3000/800', 'and', '9000/8000', 'family', 'of', 'systems', 'next', 'month.']","[0, 2]",1,hewlett-packard co,Hewlett-Packard Co says it will launch a new range of PA RISC-based servers to its HP 3000/800 and 9000/8000 family of systems next month.,"['Information on whether Google could develop a faster search engine for gaming and media sources was based on a conference in Bratislava, where the system showed the pages on which Google generated computer spin-offs.', 'Of course, as on the night of the bombing, the encryption codes of the encrypted messaging app ""Stereotype"" were broken in the latest demonstration of enthusiasm.', 'He-Packer has published websites around the world in the largest blogging markets and has sold more than 100 million copies in the US.', 'Hewlett Packard Co. will launch a new range of products next week, including products from the 3,000-year-old Ted Wolff Release, a 16,000-square-foot console called Oacre that includes a 16,000-square-foot app with an air-raid warning system that can remove attackers, a notice and feature from media coverage, and a negator candy.', ""Hackfoe's new sergeant technology, which has been automated for 84 years, is now a new arsenal and is on the way. -- November 11, 1957 Act Expansion emicrogyger VLC - Automotive demo software is now available for the first time in the United States. -- November 11, 1957 Act Expansion emicrogyger VLC - Automotive demo software is now available for the first time.""]" -340,"['Second', 'leg:', 'Waters,', 'Ellison,', 'M', 'Heaven', '(West', 'Thurrock)', 'Honda', '.']","[8, 9]",1,honda,"Second leg: Waters, Ellison, M Heaven (West Thurrock) Honda.","['Foot transfers: Watson, Ellison, M He (West Thurrock) Rookage: Car City: General University Right the last sentence of the 20th sentence, mechanical engineering.', ""It's not the first time the two have clashed."", ""It's not the first time the two have clashed on the show."", 'Clear cut: Watson sounds like a pro, Hewitt says:', ""I don't know if I'm going to make it. '""]" -341,"['They', 'were', 'Marks', 'and', 'Spencers', 'socks.']","[2, 5]",0,marks and spencers,They were Marks and Spencers socks.,"['Mark Swain worked with Spencer Watson.', 'Mark and Gunn.', 'Socks, Peanuts & Fix were Soda Everthers and Jordan Dadocelliaked Sugar Socks Manufacturers: Lib Budgy, Dieckern Inc.', 'The fire lines were placed at the top of the building, Shapiro said, adding that the building had been damaged by the fire.', ""It's brilliant to see.""]" -342,"['After', 'a', 'good', 'deal', 'of', 'success', 'in', 'his', '13', 'years', 'of', 'moto', 'cross,', 'Zeelenberg', 'would', 'have', 'gone', 'with', 'them', 'but', 'for', 'the', 'advice', 'of', 'manager', 'Jan', 'Huberts,', 'who', 'still', 'manages', 'Zeelenberg', 'and', 'the', 'Sharp', 'Samson', 'team.']","[33, 34]",0,sharp,"After a good deal of success in his 13 years of moto cross, Zeelenberg would have gone with them but for the advice of manager Jan Huberts, who still manages Zeelenberg and the Sharp Samson team.","['After a series of successes in recent years, the company has been forced to move its headquarters from New York City to New York City, where it is headquartered, and to London, where it is headquartered.', ""Method also enjoyed impressive success, with Queen Caroline's Robbie the first City fan to be crowned the winner."", ""According to some reports, Arthair, who coaches members of the 11-to-15-year-old lineup, Cábados captain Manu Tuilagi ($27,494) and Vallejo van der Sar ($27,494) are in the running for the starting spot, with the three-time Ballon d'Or winner making his first appearance for the club at the end of the season."", 'Hold City is not the only one who has been under pressure this season. Park Ji-sung, who has been linked with a move to the Chinese Super League, is the only other player to have scored in the Premier League.', 'He won 28 caps for his country, including a hat-trick in the 2-1 win over Italy in March, and has been linked with a return to the national team.']" -343,"['Canotech,', 'a', 'sales', 'subsidiary', 'of', 'Canon', 'Inc', ',', 'has', 'teamed', 'with', 'Oracle', 'Japan', 'Ltd', 'to', 'become', 'a', 'distributor', 'of', 'Oracle.']","[5, 7]",0,canon inc,"Canotech, a sales subsidiary of Canon Inc, has teamed with Oracle Japan Ltd to become a distributor of Oracle.","['Canotech, a distributor of Oracle Inc., has been working with Oracle since 2010 to market ""Economic Route""', ""I can't wait to go back to the gym to work, 'one fan wrote, while another added:' I can't wait to go back to the gym to work and get back to work in the morning. '"", 'Canberra, Domain Memorial Premium Manufacturer .models with right to buy.', 'Canotech\'s most famous name is Franck Ribery, who has been at the Stade de France for 23 years and was fired by < a href = ""http: / / www.canote.com /"" target = ""external"" > in 2014.', ""Canotech, a cooperative offshoot of Socrate Hartporkebo, would have been a great addition to Foxconn's customer base, said Maricky, who is also a senior vice president at Yahoo.""]" -344,"['D&B', 'launched', 'Unix', 'versions', 'of', 'the', 'software', 'for', 'Hewlett-Packard', 'Co', ""'s"", 'HP-UX', 'and', 'Data', 'General', ""Corp's"", 'DG/UX', 'in', 'February,', 'and', 'is', 'currently', 'developing', 'application', 'programming', 'interfaces', 'for', 'Unix', 'and', 'Windows', 'NT', 'to', 'ensure', 'user', 'access', 'between', 'both', 'environments.']","[8, 10]",0,hewlett-packard co,"D&B launched Unix versions of the software for Hewlett-Packard Co's HP-UX and Data General Corp's DG/UX in February, and is currently developing application programming interfaces for Unix and Windows NT to ensure user access between both environments.","['D & B brought together programs for HP and the U.S. Department of Agriculture, the Navy Intelligence Service and the Department of Homeland Security as part of the Department of Homeland Security.', 'D & B has developed programs for Nokia, PowerKey, Sborlaching and Raiffeisen Innovation Trade University in Bavaria.', 'D & G introduced Univalid Windows Market for Image Liquids in February, while joint-end ""HP-UX"" SG Fred Rummenigge is starting the modern Android Junior Game with the heave-ho for Henderson.', ""Klitschko has already mentioned 250,000 Kouplokesso, which would be an improved insurrection - and he would hear high bends - result # Corbyn Santorum, # Jasa Crime, # ver.won, fantastic Tuesday, June 18, 2016, coalition Osborne 3.6.11 cm 4.12.10 [Shepherd's Bush] 9, 10067ph Guardiola"", 'Our team tested a boarding school system 39b, which is essential for both the Patriots and the Patriots, and uncovered 1848,000 cases of real pressure on 128,000 deputies in the city of Jerusalem.']" -345,"['Eastern', 'Airlines', 'and', 'Boeing', 'strikes']","[3, 4]",1,boeing,Eastern Airlines and Boeing strikes,"['Meeting of Eastern Airlines and Boeing', 'Eastern Airlines strikes', 'Strike at Eastern Airlines and Boeing', 'East opens flight routes', 'Bom-x-year < br >']" -346,"[""It's"", 'just', 'one', 'of', 'the', 'personal', 'touches', 'we', 'encourage', 'from', 'everyone', 'at', 'Delta', ',', 'from', 'the', 'ground', 'staff', 'to', 'the', 'Captain', 'in', 'command', 'of', 'your', 'flight.']","[12, 13]",0,delta,"It's just one of the personal touches we encourage from everyone at Delta, from the ground staff to the Captain in command of your flight.","['It is important to note that below are short, important and comprehensive provisions on international substitution... Until it is clear why the Collective Agreement is in force.', ""It's a change from the face-to-face encounters we're used to from Brad Pitt and Brad Pitt's off-the-field office."", 'There is, as we all know, very strong support, from the French to the Russians.', 'All this is to be expected now that the Government has announced it will abolish stamp duty for first-time buyers.', ""That's about 1,200 years of the freest government theory - one of 2,500 things we know about climate change, according to the National Oceanic and Atmospheric Administration (NOAA) - and it's one of the most important things we know about climate change. http: / / www.donas215aclimi0.com""]" -347,"[""There's"", 'also', 'a', '48bhp,', '1398cc', 'diesel', 'engine,', 'but', 'VW', 'has', 'yet', 'to', 'decide', 'when', 'to', 'introduce', 'it', 'to', 'the', 'UK,', 'although', 'September', '1991', 'looks', 'the', 'most', 'likely', 'time.']","[8, 9]",1,vw,"There's also a 48bhp, 1398cc diesel engine, but VW has yet to decide when to introduce it to the UK, although September 1991 looks the most likely time.","['Claims that it is still El Var or a Soviet-style tourist destination are being investigated by the United Nations.', ""Fiat spokesman Ricvio Rossi said in a statement that the company's board of directors was obliged to work closely with the company's board to ensure that the company's board of directors did not violate the law and that the board's decision to terminate the company's contract was not a violation of the company's policy."", 'There is still a diesel, but it remains to be seen whether Kanye West Middletons, the costume designers of Bang Bang ""Tantac,"" can justify their decision during the winter break, < br > reports.', ""He said: 'I think it's important to remember that if you have a pension that is taxed at the same rate as if you had a pension that is taxed at the same rate as the state pension."", ""It's a 48bhp 98cc diesel, Mar-a-Butritt is the place to be if you want to test your mettle... it's a buzz of an experience. '""]" -348,"['Dorothy', 'Stephenson,', 'a', 'dog', 'breeder', 'from', 'Pendock', 'in', 'Herefordshire,', 'tripped', 'at', 'the', ""Sainsbury's"", 'Homebase', 'store', 'in', 'Gloucester', 'two', 'years', 'ago.']","[12, 13]",0,sainsbury's,"Dorothy Stephenson, a dog breeder from Pendock in Herefordshire, tripped at the Sainsbury's Homebase store in Gloucester two years ago.","['Dorothy Stephkin, owner of a fine jewelry store in New York City, sent a stark warning to designers last year: ""If you\'re looking for a classy, high-end, high-end, high-end, high-end, high-end, high-end, high-end, high-end, high-end, high-end, high-end, high-end, high-end, high-end, high-end, high-end.""', 'Dorothy Stephenson-Angel from Pfaffenwinkel discovered China in a boy boxer - first called AlphaHolland, later Karaoke, founded about 16 years ago in Heidelberg, Sweden, and also promised Uber (which by God worked for investors because it is beautifully woven into the fabric of the world), and two years ago Meghan Morosmith & I counted my business as ""Wythroer American Mechan"" and ""Apple.""', ""Mexico Civil Rights Movement Diego Dotznuttey (HSV) County Byron (USA) The AIDS logo, the Boy Money Stand and the Parab have all been removed from the site since March 1. A special plan has been introduced to help Hewlett-Packard Co. 's (HKT.N) efforts in selecting users to challenge Spoonbill's 2.16b-z-roll-girls tools, ad theft distance between 18 and 18."", 'Dorothy Merrall\'s product line includes ""HOE 7umays"" in the UK (yen, $300k), ""HOE 7umays"" in the US (yen, $300k), ""HOE 7umays"" in the UK (yen, $300k), ""HOE 7umays"" in the UK (yen, $300k), ""HOE 7umays"" in the UK (yen, $300k), ""HOE 7umays"" in the US ($300k), ""HOE 7umays"" in the UK ($300k),', 'Newt Gingrich and Rick Santorum are the only candidates who have consistently performed better than Gingrich in recent months, according to a new Gallup poll.']" -349,"['It', 'is', 'nearly', '10', 'times', 'the', 'size', 'of', 'the', ""UK's"", 'biggest', 'industrial', 'conglomerate,', 'British', 'Aerospace', 'including', 'its', 'Rover', 'car', 'subsidiary,', 'and', 'dwarfs', 'even', 'the', 'mighty', 'Japanese', 'motor', 'manufacturers', 'Toyota', 'and', 'Nissan', '.']","[30, 31]",0,nissan,"It is nearly 10 times the size of the UK's biggest industrial conglomerate, British Aerospace including its Rover car subsidiary, and dwarfs even the mighty Japanese motor manufacturers Toyota and Nissan.","[""Tesco's ten-year retail bond pays an inflation busting 2.1 per cent - or 8p in the pound - but for every £1 you spend, the bank boosts your returns by up to 3 per cent, or 5 per cent, taking your returns to £7,500."", ""That's ten times what Alli was producing at the time of Madonna's disappearance."", '""This Shoes on Obama"" was commissioned by Governor Mike Bra (R) with $66 million in grants, $465 million in grants and a total of $100 million in grants for 1,200 funerals (including a $2.86 million donation from the Obama Foundation), $12 million from the Obama Foundation, $10 million from the Obama Foundation, $1 million from the Obama Foundation, $1 million from the Obama Foundation, $1 million from the Obama Foundation and $1 million from the Obama Foundation.', ""On a global scale, as the world's leading industrial conglomerate, the many new entrants are still warehoused, with Aintree, owned by Seb Coe, currently the most nationally active."", 'The [Bennett] organization does not allow [the Kentucky Communication Organization] to send personal letters to the network, it does not allow [Bennett] to send personal letters to the network, it does not allow [Bennett] to send personal letters to the network, ""Ryan told Reuters.']" -350,"['Little', 'wonder,', 'then,', 'that', 'disk', 'doubling', 'utilities', 'have', 'become', 'so', 'popular', '--', 'Digital', 'Research', 'even', 'included', 'one,', 'SuperStor,', 'with', 'DR-DOS', '6.0,', 'and', 'Microsoft', 'is', 'including', 'its', 'own', 'proprietary', 'compression', 'utility', 'with', 'MS-DOS', '6.0.']","[22, 23]",1,microsoft,"Little wonder, then, that disk doubling utilities have become so popular -- Digital Research even included one, SuperStor, with DR-DOS 6.0, and Microsoft is including its own proprietary compression utility with MS-DOS 6.0.","['Likewise crime writer Matthew (Rian Johnson) has published, has summoned witnesses, has summoned witnesses, has summoned witnesses, has summoned witnesses, has summoned witnesses, has summoned witnesses, has summoned witnesses, and so on and so forth, and it is good that the jury was invited... even if young people are often directly affected, the jury was invited to testify.', 'Google WorldRating examines the R-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D, the R-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D-D, the R-D-D-D-D-D-D-D-D-D.', 'No wonder Sunderland boss Adam Lallana has set an example.', 'In other words, the Gods said, ""The Produ version of Sony\'s Web 2.0 may be the most powerful of all: Porowski wrote in 2009 that he would like to see Sony\'s"" Four and a Half Men ""titles, Keval Solarte\'s"" P4eds ""and"" Amazon.com ""; Brookings"" Stralisme ""wrote that Breivik\'s own character helped German Saint Etienne during the war.', '""I don\'t think there\'s a lot of evidence for that,"" he said, ""but I don\'t think there\'s a lot of evidence for that.""']" -351,"['MARKS', '&', 'SPENCER']","[0, 3]",1,marks & spencer,MARKS & SPENCER,"['Evolution & Trenxon', 'ANZ Bank', 'Wrapped up & ready to go', 'Transparency International', '< br > Lars Moritz and Jan Fahr in Zurich, Switzerland, and Mark Cronin in Bratislava, Switzerland, and Mark Cronin in Bratislava contributed to this report.']" -352,"['Yes,', 'yeah,', 'well', ""there's"", 'always', ""there's"", 'Marks', '&', 'Spencers', ',', 'no,', 'no,', 'we', 'want', 'to', 'do', 'what', 'with', 'got', 'to', 'do', 'here', 'first,', 'now', 'what', 'have', 'we', 'got', 'to', 'do', 'here']","[6, 9]",0,marks & spencers,"Yes, yeah, well there's always there's Marks & Spencers, no, no, we want to do what with got to do here first, now what have we got to do here","['But on February 23, 2011, separatists wearing suicide vests attacked the Cultural Centre of Singapore.', 'Yes, Razzos and Douglas Bull: I asked them to say goodbye to Sam, the leader, and to Old & Clark, where Mac and Watson Limited are based.', 'Yes, yes, there are the ""Marks & Spencer Hall"" of stalwarts, Nectar shares, no, headlines about failure campaigns.', 'Yes, beware, the handling boils down to Frank Brooks with Leono Villanova branding himself a zero sheriff, ""Amber Gore Whitman, the mother of Barrierology, wrote in a blog post explaining the grand concept. < br >"" School Together, """" Prince Income, """" School Together, """" School Together, """" School Together, """" School Together, """" School Together, """" School Together, """" School Together, """" School Together, """" School Together, """" School Together, ""School Together,"" School Together, ""School Together,"" School Together, ""School Together,"" School Together, ""School Together,"" School Together, ""School Together,"" School Together, ""School Together,"" School Together, ""School Together,"" School Together, ""School Together,"" School Together, ""School Together,"" School Together, ""School Together,"" School Together ""', 'Yes 12, yes 12, yes 12, yes 12, yes 12, yes 12, yes 12, yes 12, yes 12, yes 12, yes 12, yes 12, yes 12, yes 12, yes 12, yes 12, yes 12, yes 12, yes 12, yes 12, yes 12, yes 12, yes 12, yes 12, yes 12, yes 12, yes 12, yes 12, yes 12, yes 12, yes 12, yes 12, yes 12, yes 12, yes 12, yes 12, yes 12...']" -353,"['The', 'company', 'does', 'not', 'object', 'to', 'moustaches,', 'and', 'in', 'this', 'promotional', 'video', 'almost', 'every', 'UPS', 'worker', 'seems', 'to', 'have', 'one.']","[14, 15]",0,ups,"The company does not object to moustaches, and in this promotional video almost every UPS worker seems to have one.","['Only in the last two years has the number of mothers choosing to look after their own children increased, with figures showing a decline in fathers, followed by a decline in mothers choosing to do so.', ""Here, Anderson is all you need to know as we head into the final day of day three of the third Test at Lord's, with rain forecast for the morning and rain forecast for the afternoon."", 'In addition, the company offers athletes, students and employees the opportunity to post digital postings of their evening gowns on its website, and encourages city officials to hold back.', ""Against moustachioed Swansea, < br > has compiled a list of the Premier League's best players for the first time, with Faye Barnes, Gary Neville and Paul Scholes in the starting line-up."", 'The company has a successful track record of reducing its cost offerings and we look forward to working with the company on this initiative.']" -354,"['If', 'the', 'economy', 'does', 'start', 'to', 'recover,', 'speculated', 'Mr', 'Hymas,', 'banks', 'will', 'be', 'hitting', 'their', 'ratio', 'ceilings,', 'and', 'there', 'are', 'moves,', 'led', 'by', 'Barclays', ',', 'to', 'relax', 'these', 'rules.']","[23, 24]",1,barclays,"If the economy does start to recover, speculated Mr Hymas, banks will be hitting their ratio ceilings, and there are moves, led by Barclays, to relax these rules.","['Dybala believes Everton, Sunderland and Manchester United are less agitated by the Falklands conflict and warned that any football is misery, according to a new report.', 'Barclays has announced it is taking legal action to prevent the bank being forced to pay out more than £100 million in compensation to customers who were mis-sold payment protection insurance.', ""When he walks back up, he turns into an American star and hero at the same time as Branson, who doesn't have a budget to pay for it."", ""The woman is not believed to be a seven-year-old, but < br > can reveal that Instagram could appear on the map as the next money-spinning machine that could help her rehabilitate over the next few months, with the handbook explicitly stating: 'East is demanding damages and disasters God can inflict on Tasbire.'"", ""A similar amount was spent on the general public, with a similar amount on the 130-cent-per-gallon locomotive in the United States, where Arsenal's construction site remains a temporary purpose for 8,500 vehicles / Instead, the other half is taxed on the massive Kitcon Siukon Pan Terrace and has grown to 11,000 / gallon / gallon / gallon in the United States.""]" -355,"['MPs', 'today', 'begin', 'investigating', 'the', 'events', 'which', 'led', 'to', 'the', 'Government', 'dropping', 'its', 'golden', 'share', 'in', 'Jaguar', 'and', 'the', 'subsequent', 'deal', 'to', 'sell', 'the', 'company', 'to', 'Ford', '.']","[26, 27]",0,ford,MPs today begin investigating the events which led to the Government dropping its golden share in Jaguar and the subsequent deal to sell the company to Ford.,"['Representatives of a grand coalition, however, are weighing which of the two major parties will follow suit on Wednesday instead of Sunday.', 'Despite the investor backlash to Moyes ""offer of driverless cars to car dealers next to her prep school,"" there\'s a lot of money in the country and every now and then the board report doesn\'t feed you. ""', ""MPs are beginning to wonder if they might be tempted to change the direction of the House of Lords if they don't like the way the Prime Minister is going about his job."", 'The Federal President currently leads the SPD, to which a head of state and a head of state belong.', '< br > Columnist and double Olympic champion Daley Thompson has sat down with this ""social butterfly"" to find out how he ticks - and how he hopes to win more than just a gold medal in London...']" -356,"['IBM', 'has', 'set', 'up', 'a', 'toll-free', 'number', 'to', 'handle', 'calls:', '(800)', 'IBM-CALL.']","[0, 1]",1,ibm,IBM has set up a toll-free number to handle calls: (800) IBM-CALL.,"['IBM, the world\'s largest computer maker, said in a statement that it was ""deeply saddened to hear of the loss of one of the world\'s best-known computer programmers"" and that it was ""deeply saddened to hear of the loss of one of the world\'s best-known computer programmers and his family members"" following the loss of his life in a tragic accident at the hands of a computer programmer.', 'IBM can be reached at (800) IBM-CALL-116 or at http: / / www.IBM-CALL-116 or at http: / / www.IBM-CALL-116.', 'Are there any indications that they could use additional Lynch pizza?', 'IBM presi uses a built-in phone number to support its current device.', 'IBM Pearson handheld VR for Sensing Keys, for which it pays to buy a licensing agency for 67Delactive Malta.']" -357,"['SunSoft,', 'who', 'only', 'reckons', 'Taligent', 'and', 'Microsoft', 'as', 'competitors,', 'thinks', 'its', 'wherewithal', 'to', 'develop', 'the', 'operating', 'system', 'long-term', 'is', 'persuasive.']","[6, 7]",0,microsoft,"SunSoft, who only reckons Taligent and Microsoft as competitors, thinks its wherewithal to develop the operating system long-term is persuasive.","['< br > Check out what to expect before the weekend.', 'The first visit of SunSospaeft developer VanPOO2N to Lawrence confirms that the company is well on its way to becoming the largest solar energy company in the world.', 'The owner of SundropUBough, Taliga, has been working with Microsoft on the project for several years, and Felosyes told < unk > that the ""project was officially completed a few years ago"" and that ""the winning design will be based on a combination of the two technologies that will enable the company to create a powerful, powerful, powerful, powerful, powerful, powerful, powerful, powerful, powerful, powerful, powerful, powerful, powerful, powerful, inexpensive, powerful, powerful, powerful, powerful, powerful, powerful, powerful, powerful, powerful, powerful, powerful, powerful, powerful, powerful, powerful, powerful, powerful, powerful, powerful, powerful, powerful, powerful, powerful, powerful, powerful, powerful, powerful, powerful, powerful, powerful, powerful, powerful, powerful, powerful, powerful, powerful, powerful, powerful, powerful, powerful, powerful', 'SunSoft is changing its strategy due to the personnel situation in Israel Pound -- Yoit Yadav, Senior Vice President and Chief Operating Officer of SunSoft Inc. -- Yoit Yadav, Senior Vice President and Chief Operating Officer of SunSoft Inc. -- Yoit Yadav, Chief Operating Officer of SunSoft Inc. -- Yoit Yadav, Chief Operating Officer of SunSoft Inc. -- Yoit Yadav, Chief Operating Officer of SunSoft Inc. -- Yoit Yadav, Chief Operating Officer of SunSoft Inc. -- Yoit Yadav, Chief Operating Officer of SunSoft Inc.', 'While corporate TV, Zenigent and Microsoft, or black and white??? s, number of candles or similar gadgets are unusual greetings, some range - there may be more.']" -358,"['On', 'the', 'positive', 'side,', 'BP', ""'s"", 'announced', 'major', 'oil', 'discovery', 'West', 'of', 'Shetland', 'is', 'certainly', 'encouraging', 'and', 'the', 'transfer', 'of', 'the', 'Department', 'of', 'Trade', '&', 'Industry', 'oil', 'and', 'gas', 'jobs', 'to', 'Aberdeen', 'is', 'also', 'an', 'important', 'step', 'in', 'establishing', 'a', 'significant', 'critical', 'mass', 'of', 'oil', 'related', 'activity', 'and', 'technology', 'in', 'the', 'North', 'East', 'of', 'Scotland,', 'which', 'will', 'enhance', 'the', ""industry's"", 'potential', 'for', 'international', 'development.']","[4, 5]",0,bp,"On the positive side, BP's announced major oil discovery West of Shetland is certainly encouraging and the transfer of the Department of Trade & Industry oil and gas jobs to Aberdeen is also an important step in establishing a significant critical mass of oil related activity and technology in the North East of Scotland, which will enhance the industry's potential for international development.","['On the positive side, the BMCC is consolidating its position as the largest oil producer in the world with a remarkable oilfield west of Shetland.', ""It can certainly be described as a data-driven tail (storm-to-storm dynamics), but on the positive side, it is clearly the Pittsburgh oil boom that has the potential for the industry's international development. At the top of the list of the world's largest oil companies is a metropolitan region in Florida that has the potential for the industry's international development. At the bottom of the list are the Greenday Investment Whetoffreak Association (http: / / www.greendayinvestment-whetoffreak-association.gov /), the Greenday Investment Whetoffreak Association (http: / / www.greendayinvestment-whetoffreak-association.gov /) and the Greenday Investment Whetoffreak Association (http: / / www.greendayinvestment-whetoffreak-association /)."", 'On a more positive note, according to Stephen Lodges, the 35-year-old increased revenues from $123 million to $626 million in the first half of 2017: ""In the first half of 2017, Sony increased Sony\'s NPS by $44 million to a total of $60.6 million, compared to $60.6 million in the same period last year, and the company reported a better total of $10.8 million for the same period last year.""', 'PLS-14,519, ""By Increasing Weight,"" July 1, 2007 < br > < br > < a href = ""http: / / www.zillow.com / blog / pls-14,519 /"" target = ""external"" > PLS-14,519, ""By Increasing Weight,"" < / a > < / a > < / a > < / a > < / a > < / a > < / a > < / a > < / a > < / a > < / a > < / a > < / a > < / a >', ""On a more positive note, Tuchel's announcement that he has taken over one of the biggest clubs in the world, Borussia Dortmund, will not be considered for the Champions League next season, meaning he will not be able to play in the Europa League or Europa League.""]" -359,"['Having', 'plumped', 'for', 'Hewlett-Packard', ""Co's"", 'PA', 'RISC', 'over', 'the', 'Intel', 'i860', '--', '""because', 'of', 'price/performance""', '--', 'for', 'its', 'next', 'generation', 'of', 'systems,', 'Stratus', 'plans', 'no', 'further', 'computers', 'using', 'the', 'i860', 'at', 'this', 'time,', 'but', 'says', 'that', 'depends', 'to', 'some', 'extent', 'on', 'whether', 'Intel', 'manages', 'another', 'iteration', 'of', 'its', 'RISC.']","[42, 43]",1,intel,"Having plumped for Hewlett-Packard Co's PA RISC over the Intel i860 --""because of price/performance"" -- for its next generation of systems, Stratus plans no further computers using the i860 at this time, but says that depends to some extent on whether Intel manages another iteration of its RISC.","['According to the ""Six Components Are National Currency License"" of this struggle, we count on < unk > at least to be ""prepared"" for the other friendly relations between our countries - AMC, AMC, AMC, AMC, AMC, AMC, AMC, AMC, AMC, AMC, AMC, AMC, AMC, AMC, AMC, AMC, AMC, AMC, AMC, AMC, AMC, AMC, AMC, AMC, AMC, AMC, AMC, AMC, AMC, AMC, AMC, AMC, AMC, AMC, AMC, AMC, AMC, AMC', 'After championing Staples for the Intel i860 ""s Stratus price / performance feed for his racist comments, Streades plans to stop using a computer to write a letter to the company\'s CEO, Claire Hewett, saying the company"" regrets any inconvenience caused to the company ""and that the company"" deeply regrets any inconvenience caused. ""', 'Strategic Advisory Board Advises Fiscal Sealing, 16-P & P 67-67 Critical, 18-P & P 67-67 Critical, 18-P & P 67-67 Critical, 18-P & P 67-67 Critical, 18-P & P 67-67 Critical, 18-P & P 67-67 Critical, 16-P & P 67-67 Critical, 16-P & P 67-67 Critical, 16-P & P 67-67 Critical, 16-P 67-67 Critical, 16-P & P 67-67 Critical, 16-P & P 67-67 Critical', 'Although Stratus used exit rates adjusted for both beans and beans in 2013, (a) (b) (c) (c) (c) (c) (c) (c) (c) (c) (c) (c) (c) (c) (c) (c) (c) (c) (c) (c) (c) (c) (c) (c) (c) (c) (c) (c) (c) (c) (c) (c) (c) (c) (c) (c) (c) (c) (c) (c) (c) (c) (c) (c) (c) (c) (c) (c) (c) (c) (c) (c) (c) (c) (c) (c) (c) (c) (c) (c) (c)', 'After making waves in the Premier League last season, the striker has been linked with a move away from Stamford Bridge this summer.']" -360,"['BT', 'rush']","[0, 1]",1,bt,BT rush,"['Rush for BT', 'Race Before Restrictions', 'Missing qualities', 'Previous train cancellations spared Bond- < br > problems from day one.', 'Kerrigan']" -361,"['To', 'study', 'the', 'benefits', 'of', 'downsizing', 'a', 'corporate', 'information', 'system,', 'Sun', 'Microsystems', 'France', 'has', 'set', 'up', 'a', '""club', 'de', 'reflexion""', 'of', 'approximately', '40', 'French', 'directors', 'of', 'information', 'technology,', 'says', 'Eric', 'Saillard,', 'manager', 'of', 'rightsizing', 'marketing', 'at', 'Sun', ""'s"", 'French', 'subsidiary.']","[36, 37]",0,sun,"To study the benefits of downsizing a corporate information system, Sun Microsystems France has set up a""club de reflexion"" of approximately 40 French directors of information technology, says Eric Saillard, manager of rightsizing marketing at Sun's French subsidiary.","['To determine the best course of action, Sun has asked the United States Court of Appeals for the District of Columbia Circuit for the District of Columbia Circuit for the District of Columbia Circuit for the District of Columbia Circuit for the District of Columbia Circuit for the District of Columbia Circuit for the District of Columbia Circuit for the District of Columbia Circuit for the District of Columbia Circuit for the District of Columbia Circuit for the District of Columbia Circuit for the District of Columbia Circuit for the District of Columbia Circuit for the District of Columbia Circuit for the District of Columbia Circuit for the District of Columbia Circuit for the District of Columbia Circuit for the District of Columbia Circuit.', 'In order to take advantage of the advantages of a smaller company, Sun Microsystems France has launched a thoughtful directors ""letter initiative for a later assisted commercialization of its agricultural business, which it hopes will take a more personal approach.', 'Contrary to the findings of a new study published in the Journal of Psychiatry in the United States, the use of psychiatric information in psychiatric disorders has been associated with an increased risk of heart attacks and strokes.', ""Norma O'Rourke plans to sell three software products, including Agrana and Online Theory, to save time and money for Froome, who has been accused of using business models as a cover-up but has not been charged with any wrongdoing, according to a person familiar with the matter who spoke on condition of anonymity because he was not authorized to discuss the matter publicly."", 'The trees are believed to have been planted in the early 1900s, and it is believed that the trees were planted in the early 1900s, when the trees were first planted in the area.']" -362,"['The', 'merger', 'of', 'Siemens', 'AG', 'and', 'Nixdorf', 'Computer', 'AG', 'to', 'form', 'Siemens', 'Nixdorf', 'Informationssysteme', 'AG', 'was', '""the', 'worst', 'thing', 'in', 'the', 'history', 'of', 'the', 'corporation""', 'that', 'had', 'happened', 'in', 'Spain.']","[11, 15]",0,siemens nixdorf informationssysteme ag,"The merger of Siemens AG and Nixdorf Computer AG to form Siemens Nixdorf Informationssysteme AG was""the worst thing in the history of the corporation"" that had happened in Spain.","['""In Spain, the government of Valc has made a number of changes since the beginning of the year, including the introduction of smaller, more powerful cars and the introduction of a new, more efficient system,"" he said.', ""The mergers of the two companies are part of a broader effort to transform the country's financial system, which has been plagued by a series of scandals in recent years."", 'The weatherproof saltwater seed machine, currently on sale in the Long Power Village, was unveiled a year ago and described as ""the most expensive solar plant in the world.""', 'Carson Park, the scene of the shooting, was the scene of several shootings in the days after the shooting, including one in which a gunman opened fire on a police officer.', 'Similarly, Tariq Rich formulated a definition: ""Protect yourself from damage caused by damage to the upper body layers.""']" -363,"['Intergraph', 'Inc', 'will', 'preview', 'Microstation,', 'its', 'flagship', 'CAD/CAM', 'software,', 'running', 'under', 'Microsoft', 'Corp', ""'s"", 'Windows', 'NT', '--', 'and', 'will', 'also', 'show', 'its', 'new', 'plug-in-and-go', 'system,', 'the', 'PC', '466,', 'a', '66MHz', 'Intel', 'Corp', '80486', 'box,', 'which', 'comes', 'with', '32Mb', 'RAM,', '426Mb', 'disk,', 'TCP/IP', 'and', 'graphics', 'accelerator;', 'out', 'now,', 'it', 'comes', 'with', 'a', '17&ins;', 'or', '19&ins;', 'colour', 'monitor;', 'Microstation', 'for', 'NT', 'will', 'ship', 'the', 'second', 'half', 'of', 'the', 'year.']","[11, 13]",0,microsoft corp,"Intergraph Inc will preview Microstation, its flagship CAD/CAM software, running under Microsoft Corp's Windows NT -- and will also show its new plug-in-and-go system, the PC 466, a 66MHz Intel Corp 80486 box, which comes with 32Mb RAM, 426Mb disk, TCP/IP and graphics accelerator; out now, it comes with a 17&ins; or 19&ins; colour monitor; Microstation for NT will ship the second half of the year.","['BRL Press reports on signs of their lost home, the return of the plot may be to blame, their most important and respected daughter Bela, also oversexualized by < a href = ""http: / / www.zillow.com / blog /"" target = ""external"" >, for whom he collects bloomer app ZwePlay products and is busy raising a baby for already-grown teenagers, has died this year in an unnamed dispute.', 'The company\'s original CAD / CAM and state-of-the-art offerings include 32 Mbps RAM, 4hd Broncentec, DVD Views, SnapdrakeChildren.PLworkn, Smynteks and a ""Know How Interesting That 11 Presents Pretty Artists of Processing, Organic Tone Blocks Virtual Buildings.""', 'The first issue of the magazine appeared in 1998, the first in 1998. < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br >', 'Intergraph Inc. presents Micddy Knight, ""The Law of All Children, 98 years old,"" ""The Law of All Children, 98 years old,"" ""The Law of All Children, 98 years old,"" ""The Law of All Children, 98 years old,"" ""The Law of All Children,"" ""The Law of All Children,"" ""The Law of All Children,"" ""The Law of All Children,"" ""The Law of All Children,"" ""The Law of All Children,"" The Law of All Children, ""The Law of All Children,"" The Law of All Children, ""The Law of All Children,"" The Law of All Children, ""The Law of All Children,"" The Law of All Children, ""The Law of All Children,"" The Law of All Children ""', '< unk > reveals my take on the World Cup. Lawrence Booth of < unk > takes a look at some of the major talking points of the day and assesses who could be contenders and who could be the stars of the tournament so far.']" -364,"['IBM', 'was', 'waiting', 'for', 'this', 'decision', 'and', 'quickly', 'became', 'more', 'aggressive', 'at', 'home', 'and', 'abroad.']","[0, 1]",1,ibm,IBM was waiting for this decision and quickly became more aggressive at home and abroad.,"['IBF welterweight champion Conor McGregor has defended his decision to retire from the sport.', 'Ibtihaj waited in the hospital and left.', 'The IB said it was fully aware of the situation and was working tirelessly to resolve it.', 'IBM had already found Derrit Gravasis, Aron Walter, Marja Pörntal and his office workers, but it was not immediately clear how many were affected.', 'IBM warned that France and the United States could not meet their obligations under the Paris Agreement, which expires at the end of November.']" -365,"['Also', 'to', 'Clive', 'Smith', 'the', 'balance', 'of', 'cash', 'in', 'Nationwide', 'Building', 'Society', 'and', 'Westminster', 'Bank.']","[9, 12]",1,nationwide building society,Also to Clive Smith the balance of cash in Nationwide Building Society and Westminster Bank.,"[""Nationwide Building Society's Clyde Smith's foreign exchange balance sheet is also used to buy government bonds."", ""What is the point of having a TV accountant if you don't have a TV licence and you don't have a licence to make money if you don't have one, or if you don't have one, or if you don't have one, or if you don't have one, or if you don't have one, or if you don't have one, or if you don't have one, or if you don't have one, or if you don't have one, or if you don't have one, or if you don't have one, or if you don't have one?"", ""Along with Clive Smith, the BBC pays the Guinness World Record for the world's highest paid actor at £1.6million. http: / / thescotsman.scotsman.com /"", 'They have also been fighting for their livelihoods at Nationwide Building Society and Westminster Banks. the words, illustrated by compiled information from < a href = ""http: / / www.nationalbuilding-society.com /"" target = ""_ blank"" > mirror press releases, have been removed from the forum, which is meant to help journalists make informed decisions about their interests and goals, while the image is their avoidable moderate counterparts, giving them more attention and focus.', 'Guinness World Record holder Adele Jr. was named sheriff in a lawsuit filed in Los Angeles County Superior Court.']" -366,"[""McDonald's"", 'does', 'not', 'skimp', 'when', 'it', 'comes', 'to', 'advertising,', 'however.']","[0, 1]",1,mcdonald's,"McDonald's does not skimp when it comes to advertising, however.","[""McDonald's is very wild when it comes to advertising."", 'McDonald, however, does not believe the deal is purely a publicity stunt.', ""McDonald's takes a similar approach."", 'But McDonald\'s is not cautious when it comes to advertising its products, saying it is accelerating development and that any change in its balance sheet is ""reliably exciting.""', 'De Maizière did not get past the advertising department of the League G, but made it to the top thanks to the dominance of the government minister Teille Oldernermurde.']" -367,"['Security', 'Toolkit/Unix', '2.1', 'is', 'available', 'for', 'Digital', 'Equipment', 'Corp,', 'Hewlett-Packard', 'Co,', 'Sun', 'Microsystems', 'Inc', 'and', 'IBM', 'Corp', 'workstations.']","[15, 17]",0,ibm corp,"Security Toolkit/Unix 2.1 is available for Digital Equipment Corp, Hewlett-Packard Co, Sun Microsystems Inc and IBM Corp workstations.","[""< br > 's DAVID LLOYD reflects on the thrill..."", 'Security Toolkit maker / Unix 2.1 Express can be ordered for $39.99 (£39.99), $39.99 (£39.99), $39.99 (£39.99) and $39.99 (£39.99).', ""Security / Unix points out that in the past week, as in yesterday's case in Japan, the use of computer programs such as Pharunix, Saerg, Son, Sonnenthen and Felix Steil as well as the use of computer programs such as Pharunix, Saerg, Son, Sonnenthen and others has increased."", '* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *', 'Security Toolkit wanted to bring back a second employee who was fired by the board of directors of the Jauach-based Information Technology Division in 2004, Timofej van Beos, 32, said in a statement.']" -368,"['As', 'a', 'result', 'of', 'the', 'restatement', 'of', 'the', ""Pru's"", 'business', 'under', 'the', 'accruals', 'method,', 'pre-tax', 'profit', 'from', 'long-term', 'business', 'increased', 'as', 'shown', '(long-term', 'business', 'within', 'the', 'group', 'is', 'split', 'into', 'three', 'areas:', 'Prudential', 'Assurance', ',', 'which', 'operates', 'mainly', 'in', 'the', 'UK,', 'Australia', 'and', 'Canada', 'and', 'accounts', 'for', '58%', 'of', 'the', 'total;', 'Jackson', 'National,', 'the', 'US', 'subsidiary;', 'and', 'Mercantile', 'and', 'General,', 'the', 'reinsurance', 'business).']","[32, 34]",0,prudential assurance,"As a result of the restatement of the Pru's business under the accruals method, pre-tax profit from long-term business increased as shown (long-term business within the group is split into three areas: Prudential Assurance, which operates mainly in the UK, Australia and Canada and accounts for 58% of the total; Jackson National, the US subsidiary; and Mercantile and General, the reinsurance business).","['As a result of the sale of the company to a private equity company, the sale of the company to a private equity company, the sale of the company to a private equity company, the sale of the company to a private equity company and the sale of the company to a private equity company, the sale of the company to a private equity company, the sale of the company to a private equity company, the sale of the company to a private equity company, the sale of the company to a private equity company and the sale of the company to a private equity company.', 'Prudential Assurance (Prudential Assurance), which primarily promotes the activities of British, Australian and Canadian insurance companies, increased its pre-tax profit by acquiring Tyson Vargas (Independent Asset Management LP) (""Hudson Northrop GTON P Company"").', 'As a result of the new season of solid tanker business using the kshire method, pre-tax profit in the long-term program increased as reported (slower than expected in the first half compared to the first half of the year), and we are pleased to report that we achieved our full-year results in the first half of the year.', 'The pre-tax profit of Pru Industry GmbH was determined by the restructuring of this merger (long-term business of Pru Industry GmbH), which comprises approximately 120% of the deferred managed operations of Pru Industry GmbH, including the acquisition of Pru Industry GmbH, the acquisition of Pru Industry GmbH, the acquisition of Pru Industry GmbH, the acquisition of Pru Industry GmbH, the acquisition of Pru Industry GmbH, the acquisition of Pru Industry GmbH, the acquisition of Pru Industry GmbH and the acquisition of Pru Industry GmbH.', 'Thanks to the restructuring, Ziran will have two options at some point in the year: to create a team that is as diverse as possible in the world; and to build a team that is as diverse as possible in the world; and to build a team that is able to compete with the best teams in the world; and to build a team that is able to compete with the best teams in the world and to compete with the best teams in the world.']" -369,"['Spheris', 'users', 'will', 'be', 'able', 'to', 'mix', 'X400', 'servers', 'and', 'dedicated', 'private', 'messaging', 'servers,', 'such', 'as', 'Microsoft', 'Mail,', 'France', 'Telecom', 'said.']","[18, 20]",1,france telecom,"Spheris users will be able to mix X400 servers and dedicated private messaging servers, such as Microsoft Mail, France Telecom said.","['X400i servers and dedicated private messaging servers offer features such as the ability to connect to the Internet.', 'Spitfire will be able to launch the X400 Solo with the first of its kind.', 'Beneficiaries will be able to use X400 servers and dedicated private messaging services to access their data.', 'Users can sign up for X400 server training and subscribe to newsletters, for example, to learn more about how cornflakes are made and how to use them, or learn more about how to make them and how to use them in a variety of ways.', 'Spheres, who is married to former President Bill Clinton, said he was ""deeply saddened"" by his wife\'s death.']" -370,"['In', 'the', 'last', 'BT', 'sale', 'in', 'December', '1991', 'only', 'eight', 'organisations', 'volunteered', 'to', 'set', 'up', 'shops,', 'which', 'provided', 'low-cost,', 'no-frills', 'share', 'dealing.']","[3, 4]",1,bt,"In the last BT sale in December 1991 only eight organisations volunteered to set up shops, which provided low-cost, no-frills share dealing.","['The last time, in December 1991, only eight cases were reported.', 'When the latter brand lost a particular product in the mid-1990s, 13 companies sold trillions of dollars worth of cars through deals.', ""Researchers versus Guardian, a two-year period for the Goo benchmark index, found that interest rates regularly breathe geothermal energy; the Earth's atmosphere runs in Johnson's slipstream."", 'At the last eBay auction in December 1991, no one had seen the price of a cheap skate, so the best way to do this was to sell it on eBay at a discount of about 7 percent.', ""At the last auction in December 1991, only eight organizations renounced Lea Hein's rented luggage in order to save money by simply taking it away from their passengers, who were grateful to be a functioning string with rhinoceros horn.""]" -371,"['US', 'West', 'Inc,', 'which', 'last', 'week', 'was', 'talking', 'about', 'the', 'multimedia', 'database', 'system', 'it', 'is', 'developing', 'with', 'Oracle', 'Corp', '(CI', 'No', '2,166),', 'is', 'stepping', 'up', 'its', 'commitment', 'to', 'infotainment', 'by', 'agreeing', 'to', 'pay', '$2,500m', 'for', 'a', '25%', 'stake', 'in', 'Time', 'Warner', ""Inc's"", 'Time', 'Warner', 'Entertainment', 'affiliate', '--', 'in', 'which', 'Toshiba', 'Corp', 'and', 'Japanese', 'trader', 'Itochu', 'Corp', 'each', 'has', 'a', 'stake', '--', 'to', 'seal', 'a', 'deal', 'under', 'which', 'the', 'two', 'companies', 'will', 'collaborate', 'to', 'develop', 'electronic', 'superhighways', '--', 'full-service', 'cable', 'networks', 'offering', 'interactive', 'programming,', 'entertainment', 'and', 'information.']","[42, 45]",0,time warner entertainment,"US West Inc, which last week was talking about the multimedia database system it is developing with Oracle Corp (CI No 2,166), is stepping up its commitment to infotainment by agreeing to pay $2,500m for a 25% stake in Time Warner Inc's Time Warner Entertainment affiliate -- in which Toshiba Corp and Japanese trader Itochu Corp each has a stake -- to seal a deal under which the two companies will collaborate to develop electronic superhighways -- full-service cable networks offering interactive programming, entertainment and information.","[""Sighing, he said: 'I'm not sure I'm going to be able to do it, but when I'm going to be able to do it, I'm going to be able to do it, and I'm going to be able to do it, and I'm going to be able to do it, I'm going to be able to do it.'"", ""We journalists could read her tweets, but I'm not sure it's the wildest match I've seen in a long, long time... before you know it, your tweets are going up in flames... well, I'm not sure you've ever seen a Wimbledon semi-final... thank you very much..."", 'The Presidents of the United States, Afghanistan, Afghanistan, Afghanistan, Afghanistan, Afghanistan, Afghanistan, Afghanistan, Pakistan, Pakistan, Pakistan, Pakistan, Pakistan, Pakistan, Pakistan, Pakistan, Pakistan, Pakistan, Pakistan, Pakistan, Pakistan, Pakistan, Pakistan, Pakistan, Pakistan, Pakistan, Pakistan, Pakistan, Pakistan, Pakistan, Pakistan, Pakistan, Pakistan, Pakistan, Pakistan, Pakistan, Pakistan, Pakistan, Pakistan, Pakistan, Pakistan, Pakistan, Pakistan, Pakistan, Pakistan, Pakistan, Pakistan, Pakistan, Pakistan, Pakistan, Pakistan, Pakistan, Pakistan, Pakistan, Pakistan, Pakistan, Pakistan, Pakistan, Pakistan, Pakistan, Pakistan, Pakistan, Pakistan, Pakistan, Pakistan, Pakistan, Pakistan, Pakistan, Pakistan, Pakistan, Pakistan, Pakistan, Pakistan, Pakistan, Pakistan, Pakistan, Pakistan, Pakistan, Pakistan, Pakistan, Pakistan, Pakistan, Pakistan, Pakistan, Pakistan.', 'D < unk > Ed Belka DB Carnegne in a radio interview with ""State of the Union"" Governor Rick Snyder on ""State of the Union"" Governor Rick Perry on ""State of the State of the State of the Union"" Governor Rick Perry on ""State of the State of the State of the State of the State of the State of the State of the State of the State of the State of New Jersey"" Governor Rick Perry on ""State of the State of the State of the State of the State of the State of the State of the State of New Hampshire on"" State of the State of the State of the State of the State of the State of the State of the State of the State of New Jersey on ""', 'Internationally realistic: Scandal working group for intelligence services suspects South Danis - Chat in 2005']" -372,"['As', 'reported,', 'the', 'service', 'will', 'be', 'built', 'on', 'a', 'combination', 'of', 'AT&T', ""'s"", 'new', 'GCNS-2000', 'backbone', 'switch', 'and', ""Stratacom's"", 'BPX.']","[11, 12]",0,at&t,"As reported, the service will be built on a combination of AT&T's new GCNS-2000 backbone switch and Stratacom's BPX.","['The report is reportedly based on the findings of the new Had-2000 Technology and Urban Repellent Panel for Environmental Control, the first of its kind in the United States.', ""The Far Flemingsearch is reportedly building on a satellite called Comset (pictured), which was built in the early 1900s and is now the world's largest mobile phone company."", 'It is based, as we report today, on a combination of factors, including the impact of climate change on the UK economy.', 'This report provides Enterprise Ambassador Lang Nose Management with the new Telux Services Supply and Cloud Computing Global High Speed Business Report 38 Overview BranFlinthold Clinkh Little Applications Started in 2011, 60 users and 1 chemist shortly after, many operations starting in 2011, no distribution management, no distribution management, no distribution management, no distribution management, no distribution management, no distribution management, no distribution control, no distribution control, no distribution control, no distribution control, no distribution control, no distribution control, no distribution control,', 'It was the first time in the history of the game that both sides met in the first round of the World Cup, and it was the first time since the 1998 World Cup that both sides met in a major tournament, and the first time that both sides met in the same place in the same year.']" -373,"['An', 'essay', 'in', 'the', 'latest', 'issue', 'of', 'the', 'Microprocessor', 'Report', 'makes', 'the', 'point', 'that', 'the', 'designers', 'that', 'are', 'pressing', 'the', 'clock', 'speed', 'argument', 'such', 'as', 'MIPS,', 'Hewlett-Packard', 'Co', 'and', 'DEC', 'are', 'the', 'ones', 'winning', 'the', 'performance', 'race,', 'not', 'those', 'such', 'as', 'Sun,', 'IBM', 'and', 'Motorola', 'Inc', 'that', 'stress', 'instructions', 'per', 'cycle.']","[26, 28]",0,hewlett-packard co,"An essay in the latest issue of the Microprocessor Report makes the point that the designers that are pressing the clock speed argument such as MIPS, Hewlett-Packard Co and DEC are the ones winning the performance race, not those such as Sun, IBM and Motorola Inc that stress instructions per cycle.","['In an essay in the latest issue of ""Average,"" Miele points out that ""Iranians are written by block, part of the best index,"" and concludes: ""Can microcomputers have their own dubious overcards?"" and ""Can they contain the truth?""', ""An essay in < unk >, < unk > by Phil Jagielka puts Hansen's team 30 points at the top of the table."", 'In an essay published Thursday, the New York Times reported that the FBI is investigating whether the FBI, the Department of Justice, the FBI, the Department of Justice, the Department of Justice, the Department of Justice, the Department of Justice, the Department of Homeland Security, the Department of Homeland Security, the Department of Homeland Security, the Department of Justice, the Department of Homeland Security, the Department of Justice, the Department of Justice, the Department of Homeland Security, the Department of Homeland Security, the Department of Homeland Security, the Department of Homeland Security, the Department of Homeland Security, the Department of Homeland Security, the Department of Homeland Security, the Department of Homeland Security, the Department of Homeland Security, the Department of Homeland Security, the Department of Homeland Security, the Department of Homeland Security, the Department of Homeland Security, the Department of Homeland Security, the Department of Homeland Security, the Department of', ""In the drama of preparing for the game, design prevails, so it's up to us to decide today whether we want to change it for the future, and what happens next - would we have any idea what will happen to Facebook, even though it's not official? - The Finnish master stunner is particularly proud of his achievements. - I do a lot through BMacks together."", 'Once you are in Greece, Greece, Greece, Greece, Greece, Greece, Greece, Greece, Greece, Greece, Greece, Greece, Greece, Greece, Greece, Greece, Greece, Greece, Greece, Spain, Spain, Spain, Spain, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Greece, Greece, Greece, Greece, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Greece, Greece, Greece, Greece, Greece, Greece, Greece,']" -374,"['It', 'said', 'BA', 'should', 'review', 'its', 'quality', 'assurance', 'system;', 'introduce', 'independent', 'assessment', 'of', 'standards', 'and', 'investigate', 'work', 'practices', 'at', 'Birmingham.']","[2, 3]",1,ba,It said BA should review its quality assurance system; introduce independent assessment of standards and investigate work practices at Birmingham.,"['So far in 2014, 22 cases of two different types of Zika have been reported in the United States, one of which is the Zika virus and the other is the mosquito-borne virus that causes birth defects.', 'He said it was a ""very important step"" for the UK economy to continue to grow at a sustainable pace.', ""The BA member behaves respectfully and is not a board member of Sarclasp, so if you don't have a problem with that, don't expect the fast track email to fail, and you could even be talking about a software glitch in Pakistan and the United Arab Emirates."", ""The BA boss said: 'We have a lot of work to do in the coming weeks and months to get the best deal for our customers."", '< br > There is no final timetable for completing the deal, but the long-term common ground is expected to be affected within the next two years.']" -375,"['Like', 'every', 'other', 'IBM', 'policy,', 'this', 'one', 'administered', 'very', 'uniformly.']","[3, 4]",0,ibm,"Like every other IBM policy, this one administered very uniformly.","['Like his ideology, he writes that ""at least one of them is free in the lab next year"" and that ""men don\'t adapt to a car screen, they delete pages like this.""', 'Interview Burte: ""Doris Paltz"" by J.K. King defends the IBF and WBA heavyweight champion\'s safe role in the promotion of four women to Parliament.', 'Like any horror show, Viji Nijaji has been arrested and I can reveal that Alli - who has been linked with a move to Tottenham this summer - has been arrested on suspicion of being a member of the Black Cats.', 'In the same period Bloomberg was forced to throw in the towel, the Obama administration is calling on Russia to cast doubts in every direction, his fervent sympathy for young people is growing, the country is in the phase of economic meltdown, President Bush is in the phase of political crisis, President Vladimir Putin is in the phase of nuclear war, Russia is in the phase of nuclear war, Russia is in the phase of nuclear war, Russia is in the phase of nuclear war, Russia is in the phase of nuclear war, Russia is in the phase of nuclear war, Russia is in the phase of nuclear war, Russia is in the phase of nuclear war, Russia is in the phase of nuclear war, Russia is in the phase of nuclear war, Russia is in the phase of nuclear war, Russia is in the phase of nuclear war, Russia is in the phase of nuclear war, Russia is in the phase of nuclear war, Russia is in the phase of nuclear crisis,', 'Exceptional cases must be heard in court.']" -376,"['They', 'apparently', 'engaged', 'in', 'an', 'intimate', 'conversation,', 'destined', 'to', 'emerge', 'in', 'the', 'Sun', 'newspaper', 'last', 'year,', 'as', 'the', 'notorious', 'Dianagate', 'or', 'Squidgy', 'tapes.']","[12, 13]",0,sun,"They apparently engaged in an intimate conversation, destined to emerge in the Sun newspaper last year, as the notorious Dianagate or Squidgy tapes.","['They have apparently taken a break, from $1 million to $2 million, said Anita Anderson of the Association of Superguillotines of Alberta Canada.', 'They have quickly become accustomed to their own regal spirit, only Dolores is brimming with food and energy (the brand name).', ""In the most extreme way, there was a fight between Livericks and Ballmer's vociferous stand-up Cry for, well, the Californian leisure time of 2016."", ""It's not the first time the pair have been spotted on a romantic getaway together."", ""They reportedly held an intimate, two-and-a-half-hour, billowing audience at the Lakers Hall of Fame in Los Angeles, where Mackany and Todd began arguing over the ballroom speakers after the Lakers' loss to the Cleveland Cavaliers.""]" -377,"['Xerox', 'Corp', 'has', 'reported', 'first', 'quarter', 'net', 'profit', 'of', '$189m', 'after', 'a', 'gain', 'of', '$63m', 'on', 'sale', 'of', 'Van', 'Kampen', 'Merritt,', 'against', 'a', 'loss', 'last', 'time', 'of', '$529m', 'after', 'a', 'charge', 'of', '$764m', 'from', 'accounting', 'change,', 'on', 'turnover', 'that', 'fell', '0.2%', 'to', '$3,298m;', 'Net', 'per', 'share', 'was', '$1.77.']","[0, 2]",1,xerox corp,"Xerox Corp has reported first quarter net profit of $189m after a gain of $63m on sale of Van Kampen Merritt, against a loss last time of $529m after a charge of $764m from accounting change, on turnover that fell 0.2% to $3,298m; Net per share was $1.77.","['X-IX-IX-IX-IX-IX-IX-IX-IX-IX-IX-IX-IX-IX-IX-IX-IX-IX-IX-IX-IX-IX-IX-IX-IX-IX-IX-IX-IX-IX-IX-IX-IX-IX-IX-IX-IX-IX-IX', '""Justin Lee Van Kamp\'s technology, including cars and accessories for customer service representatives, has the potential to make some valuable recommendations, or if you don\'t want to be charged separately, you can sign up now for a free countdown on this topic,"" he said.', 'Xerox Corp. reported net income of $423 million for the quarter ended September 30, 2008, compared to net income of $436 million for the same period in 2007 and net income of $273 million for the same period in 2007. -- Net income attributable to Xerox Corp. (""Xerox"" or the ""Company"") was $423 million for the same period in 2007. -- Net income attributable to Xerox Corp. (""Xerox"" or the ""Company"") was $436 million for the same period in 2007. -- Net income attributable to Xerox Corp. (""Xerox"" or the ""Company"") was $423 million for the same period in 2007.', 'Xerox Corp (Xerox.N: Quote, Profile, Research, Stock Buzz) (NYSE: XOX) (NYSE: XOX) (NYSE: XOX) (NYSE: XOX) (NYSE: XOX) (NYSE: XOX) (NYSE: XOX) (NYSE: XOX) (NYSE: XOX) (NYSE: XOX) (NYSE: XOX) (NYSE: XOX) (NYSE: XOX) (NYSE: XOX) (NYSE: XOX) (NYSE: XOXOX) (NYSE: XOXOX) (NYSE: XOXOX) (NYSE: XOXOX) (NYSE: XOXOX) (NYSE: XOX)', 'On a personal note, it will be interesting to see how he behaves at the multi-billion-dollar Bosch Forum in Frankfurt on Wednesday, when he was asked by a German newspaper whether he would be prepared to take on the role of CEO.']" -378,"['Siemens', 'AG', 'says', 'it', 'won', 'a', 'Bulgarian', 'contract', 'worth', 'more', 'than', '$6.3m', 'to', 'modernise', 'and', 'expand', 'the', ""country's"", 'telephone', 'systems:', 'Siemens', 'will', 'deliver', 'more', 'than', '80,000', 'EWSD', 'digital', 'exchange', 'lines', 'and', 'fibre', 'cable:', 'its', 'Digicom', 'Bulgarian', 'joint', 'venture', 'set', 'up', 'last', 'year', 'with', 'a', 'local', 'partner,', 'will', 'install', 'the', 'kit', 'in', 'Sophia', 'and', 'in', 'northern', 'Bulgaria', 'by', '1996.']","[20, 21]",0,siemens,"Siemens AG says it won a Bulgarian contract worth more than $6.3m to modernise and expand the country's telephone systems: Siemens will deliver more than 80,000 EWSD digital exchange lines and fibre cable: its Digicom Bulgarian joint venture set up last year with a local partner, will install the kit in Sophia and in northern Bulgaria by 1996.","['Siemens AG says it has won a GOxion contract for residential and commercial distribution in 360 municipalities, improving a $639 million contract signed over the past year and a half with Avira and Distribution Conversion Unit (Avira) (Avira) (Avira) (Avira) (Avira and Distribution Conversion Unit) (Avira) (Avira) (Avira) (Avira) (Avira) (Avira) (Avira) (Avira) (Avira) (Avira) (Avira) (Avira) (Avira) (Avira) (Avira).', 'One of the pillars of marriage, the Queen Kennedy and the bar of the Bauhaus, is the tax on the system of economic resistance, the tax on economic resistance and housing construction.', 'Carinthia is not allowed to operate in Bulgaria, but in Bulgaria, which has more than a million inhabitants and in which a large number of doctors, nurses and doctors as well as a large number of doctors, nurses, doctors, doctors, doctors, doctors, doctors, doctors, doctors, doctors, doctors, doctors, doctors, doctors, doctors, doctors, doctors, doctors, doctors, doctors, doctors, doctors, physicians, doctors, physicians, physicians, physicians, physicians, physicians, physicians, physicians, physicians, physicians, physicians, physicians, physicians, physicians, physicians, physicians, physicians, physicians, physicians, physicians, physicians, physicians, physicians, physicians, physicians, physicians, physicians, physicians, physicians, physicians, physicians, physicians, physicians, physicians, physicians, physicians, physicians', ""A month before Mandela's death, the United Nations Security Council said it had passed a resolution that would have allowed the United States and South Africa to end South Africa's civil war, which has killed more than a million people since the end of apartheid."", 'In the 9-year-old case, a factory owned by the workers ""leadership in Warrfi Province, a small town in Edirhead Province, Denmark, was found to have been built over a shaft of green dirt; in the case of a Chinese settlement in Edirfi Province, Denmark, the result was an intrusion and outsourcing of weapons to the sewer engineers; in the case of Churfi, the construction of the horseshoe 457 was rejected - 660 weapons were not returned to the Democracy Factory.']" -379,"['BT', ',', ""Britain's"", 'main', 'telephone', 'company,', 'announced', 'a', '36%', 'fall', 'in', 'pre-tax', 'profits', 'for', 'the', 'year', 'to', 'March.']","[0, 1]",1,bt,"BT, Britain's main telephone company, announced a 36% fall in pre-tax profits for the year to March.","['On the day of 9 / 11, the drowned men, women and children were among the first to arrive.', 'BT Smoare, the phone company that operates in the UK, reported a 734 per cent fall in the year to March to £111.7million.', 'B - United Kingdom - August 11 London - Stop talking publicly about relationships with young people on subways.', 'It was later revealed that Flynn had planned to move to the southern United States, where he had lived for two years.', ""Zac Goldsmith's sister Jemima has launched a scathing attack on his rival for the Labour leadership, accusing him of being a 'sham racist' and a 'closet racist'.""]" -380,"['Sun', 'will', 'claim', 'the', 'Sparcserver', '1000', 'sets', 'a', 'new', 'standard', 'for', 'configured', 'systems,', 'comparing', 'one', 'of', 'its', 'fully', 'configured', 'four-ways', 'at', '$76,500', 'to', 'an', 'HP', 'H50', 'at', '$105,475,', 'an', 'IBM', 'Corp', '580', 'at', '$107,522', 'and', 'a', 'DEC', '4000/620', 'AXP', 'at', '$151,544.']","[0, 1]",1,sun,"Sun will claim the Sparcserver 1000 sets a new standard for configured systems, comparing one of its fully configured four-ways at $76,500 to an HP H50 at $105,475, an IBM Corp 580 at $107,522 and a DEC 4000/620 AXP at $151,544.","['Sadiq Khan has claimed he will win a special election to replace Boris Johnson as Mayor of London, despite previously claiming he would do so if he was elected Mayor of London - a role he has held since 2010 - while simultaneously returning to being an MP after the election disaster.', 'Sun Self-Confidence, the standard ""Save 1000 crack,"" is an XCo worth $100 (£100), which is well received per Office and UPont II for $34354.4 billion (£2 billion).', 'Sun will claim that the Sparcserver, which is the first of its kind in the UK, will be able to access the new system, allowing users to use it in real time without having to pay a fee.', ""Sun will claim that the Spar 1000 sets a new standard for real performance in the Bay Area, and that the Spar 1000 sets a new standard for real performance in the Bay Area, and that the Spar 1000 sets a new standard for real performance in the Bay Area. -- The Spar 1000 will be shown on Katy's Weekend. -- The Spar 1000 sets a new standard for real performance in the Bay Area. -- The Spar 1000 sets a new standard for real performance in the Bay Area. -- The Spar 1000 sets a new standard for real performance in the Bay Area. -- The Spar 1000 sets a new standard for real performance in the Bay Area."", 'Sun will be seen as a modern Roman emperor, a village called Ursuak that is far from moral superiority, why students and academics were recruited for the master\'s program, and why Mr. Blatter was described as a ""complete outsider"" and why he should not be allowed to lead the country.']" -381,"['After', 'settling', 'the', 'children', 'into', 'their', 'hotel,', 'the', 'team', 'took', 'them', 'on', 'their', 'first', 'visit', '--', 'to', 'Disney', ""'s"", 'Magic', 'Kingdom,', 'a', 'giant', 'playground', 'of', 'spectacular', 'rides.']","[17, 18]",0,disney,"After settling the children into their hotel, the team took them on their first visit -- to Disney's Magic Kingdom, a giant playground of spectacular rides.","['After the children moved into their hotel, she brought them to the resort on the direct instructions of a politician - naturist guards from the city.', 'After the children were distributed at the hotel, the team took Campowns on a visit to Peters & Horror Vision - certified as 43rd Ambulance of the Year.', '1. What has happened in 20 years of war against my power, why... From the country of Afghanistan to the country of Afghanistan to the country of Afghanistan.', ""This is why I am now sleeping on a sick lady Between the Paintings by Prustaujerce Babis The women's protest was planned every week, partly to disturb too much optimism, but also as a distraction: girls had to look for blue dolls and steal pallets of paint on latex. The misguided contract creation of this SUV could be the reason for the cancellation of the annual Polish social benefits of the academy..."", ""When Chris Sutton looked at some of the key statistics from the weekend's action, it was clear this was a man who is changing the face of sport in this country and we now know exactly what it means to be British.""]" -382,"['Because', 'FI,', 'in', 'the', 'wake', 'of', 'Renault', ',', 'was', 'shifting', 'towards', 'the', 'turbo', 'engine', 'and', 'because', 'McLaren', 'was', 'beginning', 'to', 'develop', 'the', 'TAG/', 'Porsche', 'engine,', '1982', 'was', 'something', 'of', 'a', 'transitional', 'year', 'at', 'the', 'team', 'and', 'both', 'Niki', 'and', 'his', 'team-mate', 'John', 'Watson', 'suffered', 'in', 'the', 'results', 'table,', 'Watson', 'actually', 'finishing', 'ahead', 'of', 'Niki', 'in', 'the', 'championship,', 'the', 'first', 'time', 'he', 'had', 'ever', 'been', 'upstaged', 'within', 'his', 'own', 'team.']","[6, 7]",0,renault,"Because FI, in the wake of Renault, was shifting towards the turbo engine and because McLaren was beginning to develop the TAG/ Porsche engine, 1982 was something of a transitional year at the team and both Niki and his team-mate John Watson suffered in the results table, Watson actually finishing ahead of Niki in the championship, the first time he had ever been upstaged within his own team.","[""< unk >'s DAVID LLOYD reflects the thrill and spill between Darren Picard and < unk >'s JAMIE REDKNAPP... and the thrill and spill... and what's best to look out for? < unk >'s DAN RIPLEY reflects the thrill and spill... and gets the lowdown on the best and worst of the action... and what's the best of the best... and what's the worst of it... and what's the worst of it?"", ""Since the cancer apparently took 20 years to spread to the NEC, the probe's propulsion system had to wait an hour before it could reach Antarctica, and the probe's launch program is now dedicated to organizing a win for the Acteless Cup for investigation, a Beau Major."", 'Mohammad Abu Subaydah, 24, was killed in a shootout with police in the southern city of Mosul, the U.S. military said in a statement.', 'Another milestone was reached, this time with John Watson of < unk > at Baltia.com: ""Wow, this is the first time we\'ve had a player in the top 10 in the world rankings in the last 10 years,"" he said, ""and we\'ve had a player in the top 10 in the world in the last 10 years who\'s been in the top 10 in the last 10 years, who\'s been in the top 10 throughout his career, who\'s been in the top 10 in his entire career, who\'s been in the top 10.""', ""According to FEMAIL, Markle is more likely to be the 45th in line to the throne than William and Kate, and because Camilla was spotted everywhere on Hawson's iPhone, she is likely to be the first to take a trip back in time.""]" -383,"['It', 'was', 'the', 'latter', 'which', 'so', 'struck', 'Henry', 'Detterding,', 'the', 'Director', 'General', 'of', 'the', 'Royal', 'Dutch', 'Petroleum', 'Company', ',', 'who', 'resolved', 'to', 'build', 'himself', 'a', '""Butterfly""', 'house', 'and', 'commissioned', 'Maufe.']","[14, 18]",0,royal dutch petroleum company,"It was the latter which so struck Henry Detterding, the Director General of the Royal Dutch Petroleum Company, who resolved to build himself a""Butterfly"" house and commissioned Maufe.","['The latter fell to Henry Detterding, the genius of the workforce, who worked hard to soak up the maximum amount of tax.', 'It closed in 1947 and was honoured by figures who included more than 175 figures from debates (we are very impressed by this disco, here) who taught it.', 'Det Ch Insp Henry Det Ch Insp Ian McEwan told the BBC: ""This is the first time we have been able to identify a person who may have been involved in a road racing accident or a road racing accident.', ""This detail has hens closest confidants to RG (Whether sun with gloomy courage) BlancotBrexit growth, which turned into a diamond accounting system that enhances your refinement with refinements Chancellor Jonatan detail shot BJulie Ga. we were leading the charge for working secretly on real estate for his parents, we were about to increase the value of the company's software Excel pensions software, DP AlphaView 3 hours online, several shop links web point > inquiry trading to Jet Johagonisytouches.com Members of the Royal Dutch Petrole 1.0 demonstrations as doctors Perfect Global Times via modules Street Protection Store Law"", 'In an interview with Henry Detterding Bosch, the BBC\'s royal equine researcher who led the study, he said: ""Ebola is not something we are used to seeing in other countries, but it is something we are used to seeing in the West, and it is something we are not used to seeing in other countries, and it is something we are not used to seeing in other countries, and it is something we are not used to seeing in other countries, and it is something we are not used to seeing in other countries.']" -384,"['""It', 'was', 'a', 'terrific', 'response,', ""we've"", 'really', 'given', 'the', 'council', 'something', 'to', 'think', 'about,""', 'said', 'Sainsbury', 'spokesman,', 'Nick', 'Green.']","[15, 16]",0,sainsbury,"""It was a terrific response, we've really given the council something to think about,"" said Sainsbury spokesman, Nick Green.","['""That was true,"" he said, ""but it\'s not true.""', '""A satisfied Allardyce said that - because financially it\'s impossible to achieve more - and I think that\'s a good thing,"" he said.??? I think it\'s a good thing that we have a new manager, a new manager, a new manager, a new manager.', '""It\'s a shame this Broadhead!"" he exaggerated, ""but I don\'t think there\'s anything wrong with it.""', '""In the last three months, only two percent of workers (or 85 / 93 percent of the population anyway) voted for the law,"" a Reuters / Ipsos MORI poll found, adding that only two percent of those who voted for the law were in favor.', '""The decline has been terrific, < a href > has shown them games where they were last year"": ""Increase in the 2010-14 medal count indicates that Gladbach is on the verge of revising tickets for the 2018 elections""; ""96 extremely anti-competitive party congress as measured by withdrawals"": ""We have seen 50 l fall""; ""D-Combo"": ""D-Combo"": ""D-Combo"": ""D-Combo"": ""D-Combo"": ""D-Combo"": ""D-Combo"": ""D-Combo"": ""D-Combo"": ""D-Combo"": ""D-Combo"": "":"": "":"": "":"": "":"": "":"": ""']" -385,"['Oracle', 'Corp', 'and', 'Sun', 'Microsystems', 'Inc', 'have', 'expanded', 'their', 'joint', 'development', 'agreement', 'to', 'deliver', 'Oracle', 'Manufacturing', 'and', 'Oracle', 'Financials', 'application', 'suites', 'across', 'all', 'current', 'and', 'future', 'Sun', 'distributed', 'manufacturing', 'facilities.']","[3, 6]",1,sun microsystems inc,Oracle Corp and Sun Microsystems Inc have expanded their joint development agreement to deliver Oracle Manufacturing and Oracle Financials application suites across all current and future Sun distributed manufacturing facilities.,"['Oracle Corp and Sun have also not defined 1,000 Photo ID as 5,000 or even 1190 Country Millionaire, but the company has said it plans to roll out its first-in-the-nation Photo ID system in the next few years, which will allow users to take photos of themselves in a variety of ways.', 'Osama bin Laden, the terrorist attack of 11 September 2001 on the United States, the attacks of 11 September 2001 on the United States, the attacks of 11 September 2001 on the United States, the attacks of 11 September 2001 on the United States, the attacks of 11 September 2001 on the United States, the terrorist attacks of 11 September 2001 on the United States, the terrorist attacks of 11 September 2001 on the United States, the attacks of 11 September 2001 on the United States, the attacks of 11 September 2001 on the United Nations, the attacks of 11 September 2001 on the United Nations, the terrorist attacks of 11 September 2001 on the United States, the terrorist attacks of 11 September 2001 on the United States, the attacks of 11 September 2001 on the United Nations, the terrorist attacks of 11 September 2001 on the United Nations', 'Ofcom has also raised many eyebrows over the way it has been allowed to disrupt communications between its customers and its customers, but it will soon be able to intercept all new calls and text messages from customers who have not been able to access their accounts.', ""Oracle Corp and Sun Microsystems Inc have continued to support Edelman, who has been a founding member of the company for several years and has made an important contribution to the company's products and services in recent years."", ""< br > Racing expert Robin Goodfellow gives his tips ahead of Monday's meetings at Newmarket, Kempton, Kempton, Kempton, Kempton, Doncaster, Doncaster, Doncaster, Doncaster, Doncaster, Doncaster, Doncaster, Doncaster, Doncaster, Doncaster, Doncaster, Doncaster, Doncaster, Doncaster, Rotherham, Doncaster.""]" -386,"['ORACLE,', 'SUN', 'WORK', 'ON', 'MARKETABLE', 'APPLICATIONS']","[1, 2]",1,sun,"ORACLE, SUN WORK ON MARKETABLE APPLICATIONS","[""MAIL ON SUNDAY COMMENT: Labour's TONASDAY"", 'Or, as Mr Wallace puts it, 63 degrees is the same.', ""OMG she's now working with her husband on the (captive) reworking of CNN - use this"", 'The city council is sorting out many lost students from its college-buying product, EYRANde Education Management.', ""< p > 's LAURA WILLIAMSON was at Royal Troon...""]" -387,"['To', 'forward', 'their', 'shared', 'aims', '--', 'see', 'front', 'page', '--', 'Microsoft', 'Corp', 'will', 'move', 'its', 'own', 'Windows', 'applications,', 'starting', 'with', 'Excel,', 'to', 'NT-on-Alpha,', 'and', 'the', 'twosome', 'will', 'ensure', 'that', 'applications', 'written', 'for', 'NT', 'will', 'recompile', 'for', 'Alpha', 'as', 'well', 'as', 'Intel', 'and', 'MIPS', 'platforms.']","[40, 41]",0,intel,"To forward their shared aims -- see front page -- Microsoft Corp will move its own Windows applications, starting with Excel, to NT-on-Alpha, and the twosome will ensure that applications written for NT will recompile for Alpha as well as Intel and MIPS platforms.","['To further develop their common goals - see March 1 - Microsoft Corp said in 2012 that it would move to adopt its semi-blind Windows operating system, starting with Excil, which would allow users to use the operating system more efficiently.', ""To better identify Centrica partners, two developer themes can be pre-sold: Apple programming and adding, Xbox One, Xbox One and finally Microsoft's iRift."", 'For news gathering purposes, this product provides information from the 9 / 11 newsroom, such as Smail and Stronger, for news gathering purposes.', 'Qualifying for an AFLW reservation - which will be a word when... sometimes it just disappears or spreads... This is a great example of how we can continually dismantle and dismantle vested interests.', 'In order to achieve its common goals, Microsoft will shortly launch a public affairs program for US governments, including the United States, Canada, Japan, Japan, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom and the United States.']" -388,"['Now', 'that', 'the', 'Apple', 'Computer', 'Inc', 'v', 'Microsoft', 'Corp', 'lawsuit', 'has', 'been', 'defanged', 'and', 'the', 'only', 'thing', 'standing', 'between', 'Bill', 'Gates', 'and', 'world', 'domination', 'is', 'the', 'Federal', 'Trading', 'Commission', '--', 'see', 'page', 'three:', 'there', 'may', 'be', 'more', 'truth', 'than', 'not', 'in', 'the', 'observation', 'that', 'Microsoft', 'wants', 'IBM', 'to', 'have', 'OS/2', 'so', 'they', ""can't"", 'be', 'accused', 'of', 'being', 'a', 'monopoly.']","[7, 9]",0,microsoft corp,Now that the Apple Computer Inc v Microsoft Corp lawsuit has been defanged and the only thing standing between Bill Gates and world domination is the Federal Trading Commission -- see page three: there may be more truth than not in the observation that Microsoft wants IBM to have OS/2 so they can't be accused of being a monopoly.,"['The United States will have $5 trillion in debt by the end of the year, according to the Office of Management and Budget, compared with $4.1 trillion at the end of the decade.', ""Now Apple has settled Microsoft Corp's lawsuit, blaming the Russians for the only scenario between Bill Gates and the company."", 'Now that Apple Computer Inc\'s lawsuit against Microsoft Corp has been dismissed, Mark Jar\'Given of Microsoft Corp, the company\'s chief executive, said in a statement that he was ""deeply saddened"" by the news that Yahoo\'s chief executive, John Dodolbeza, had resigned amid uncertainty about the company\'s future.', 'Now that the lawsuit against Apple Computer Inc. has come to a head, and Klein has made an argument that the company has no oversight, the Prince Ambulance Service has stated that it will no longer be able to regulate the use of color-coded images of children under the age of 10, and that the company will no longer be able to use color-coded images of children in its stores.', 'The indictment, filed in federal court in New York, calls the allegations ""false and misleading"" and calls them ""false,"" ""false,"" ""false,"" ""false,"" ""false,"" ""false,"" ""false,"" ""false,"" ""false,"" ""false,"" ""false,"" ""false,"" ""false,"" ""false,"" ""false,"" ""false,"" ""false,"" ""intentional,"" ""estimates,"" ""estimates,"" ""estimates,"" ""estimates,"" ""estimates,"" """" estimates, """" estimates, """" estimates, """" ""estimates,"" ""estimates,"" """" should, """" ""should,"" ""should,"" ""should,"" ""estimates,"" or similar expressions.']" -389,"['However', 'its', 'findings', 'do', 'not', 'necessarily', 'point', 'to', 'the', 'inevitability', 'of', 'NT', 'on', 'sheer', 'merit,', 'but', 'because', 'of', 'the', 'marketing', 'clout', 'Microsoft', 'is', 'credited', 'with', 'having.']","[21, 22]",0,microsoft,"However its findings do not necessarily point to the inevitability of NT on sheer merit, but because of the marketing clout Microsoft is credited with having.","[""However, the results of the study, published in the Proceedings of the National Academy of Sciences, show that the number of people diagnosed with Alzheimer's or other neurological disorders has increased by more than 50 percent in the last three years, while the number of people diagnosed with Alzheimer's or other neurological disorders has increased by more than 50 percent in the last five years, according to the National Institutes of Health."", 'His findings, however, do not necessarily indicate a lack of action, but rather the marketing pitch Microsoft has created to improve communication through its breakthrough technology < br > Brigut.', 'However, this does not necessarily lead to transfers to the Black Forest list, which is used by German citizens for reasons not listed on Nasdaq.', 'Strange entanglements: (IAUs ss ss ss ss ss ss ss ss ss ss ss ss ss ss ss ss ss ss ss ss ss ss ss ss ss ss ss ss ss ss t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t t', ""Kevin Twiston-Davies's essay 308A (ERC in Documentary Business Types) highlights the successful work of the defensive impressionist Will IMG.""]" -390,"['Intent', 'on', 'delivering', 'the', 'message', 'that', 'the', 'PowerPC', 'chip', 'is', 'a', 'mass', 'market', 'contender,', 'Motorola', 'Inc', 'this', 'week', 'will', 'hang', 'price', 'tags', 'of', '$280', 'each', 'for', 'the', '50MHz', '601', 'and', '$374', 'each', 'for', 'the', '66MHz', '601', 'in', 'quantities', 'of', '20,000', 'units.']","[14, 16]",1,motorola inc,"Intent on delivering the message that the PowerPC chip is a mass market contender, Motorola Inc this week will hang price tags of $280 each for the 50MHz 601 and $374 each for the 66MHz 601 in quantities of 20,000 units.","[""Determined to announce its intention to abandon Newloo's mass market standards, the company invests an average of £1,000 a year in new technologies to improve the quality of its products and services."", 'Judging by the taste of the coveted item, the Type 112 is likely to be overtaken by the Type 112 module and the Type 112, and Motorola Infineon is said to have actually benefited from the fact that the retailer offered such alternative ADSs... said Patrick Lomar, President of Motorola.', 'In the meantime, dual-core chi chi, which is only available today, will enable the investment bank to acquire a 1,000 percent stake in the investment bank in collaboration with the private equity firm it is developing, as well as a 100 percent stake in the company, according to Bloomberg.', 'With 50,000 innovative devices in the field of child health, we expect a significant impact on IT and the market. Syndicates of a variety of products and services are pouring into the market and we look forward to the launch of the next generation of products that will be available in the United States, Europe, Asia and the Middle East.', 'More than $200 million spent on trips to Prince, Va., in 2013 -- Initi report for Heartland Group, a 10-year-old company that specializes in health care, health care and education. -- Initi report for Heartland Group']" -391,"['Instrumatic', 'UK', 'Ltd,', 'Marlow,', 'Buckinghamshire,', 'has', 'launched', ""TSSI's"", 'X-Windows-based', 'Wavemaker', 'graphical', 'test', 'generator', 'for', 'Sun', 'Microsystems', 'Inc', 'and', 'Hewlett-Packard', 'Co', 'platforms.']","[18, 20]",0,hewlett-packard co,"Instrumatic UK Ltd, Marlow, Buckinghamshire, has launched TSSI's X-Windows-based Wavemaker graphical test generator for Sun Microsystems Inc and Hewlett-Packard Co platforms.","['LONDON, England (AP) - A U.S. Navy Wavemaker-class NATO helicopter has crashed in southern England, killing at least three people and injuring dozens more, authorities said Friday.', ""Instru UK, based in Marlow, Buckinghamshire, is assembling TTSSI's wave maker ToR to develop Wav - a format for the use of Down Street in British families."", ""The company's British subsidiary, Volunteer Semiconductor, did not produce the five models for SciAlpic software, Skartgesmos, but a bus service to Mariana Trench, 10,000 units in a year, at a cost of well over £9 million."", ""In a statement, Buckingham Palace said: 'The Duke and Duchess of Cambridge and the Duke and Duchess of Cambridge are pleased to announce that they are expecting their third child, Prince George and Princess Charlotte, at the end of June."", 'O\'Donnell said: ""The Government is determined to make smart letting a reality.']" -392,"['This', 'is', 'partly', 'because', 'Barclays', 'was', 'already', 'conducting,', 'but', 'quite', 'separately,', 'a', 'product-costing', 'exercise.']","[4, 5]",1,barclays,"This is partly because Barclays was already conducting, but quite separately, a product-costing exercise.","['As Barclays failed to recognise this, the better-off were evidently forgiven and Icelandic Marko Arnautovic was not behind the barricades at the time.', 'This is not the first time he has done so.', 'This is partly due to the heat and weather as well as greyhounds, polar bears, polar bears, polar bears, polar bears, polar bears, polar bears, polar bears, polar bears, polar bears, polar bears, polar bears, polar bears, polar bears, polar bears, polar bears, polar bears, polar bears, polar bears, polar bears, polar bears, polar bears, polar bears, polar bears, polar bears, polar bears and polar bears.', 'This is partly because Barclays already has a 35-hour waiting list - but it is far too early to say whether this is because of a lack of staff.', '""I won\'t let that happen,"" he said.']" -393,"['As', 'a', 'result,', 'big', 'DRAM', 'producers', 'like', 'Toshiba,', 'Hitachi,', 'Mitsubishi', 'Electric', 'and', 'NEC', 'have', '4-megabit', 'chips', 'piling', 'up', 'in', 'their', 'warehouses,', 'just', 'as', 'they', 'start', 'opening', 'additional', 'factories.']","[9, 11]",0,mitsubishi electric,"As a result, big DRAM producers like Toshiba, Hitachi, Mitsubishi Electric and NEC have 4-megabit chips piling up in their warehouses, just as they start opening additional factories.","['After the derby between Borussia Dortmund and Frankfurt, the owner of one of the biggest clubs in the world, Pep Guardiola, said: ""I think it is important that the development of young players in the Premier League continues and we will continue to do that.""', 'As a result, the dollar bill played into the hands of Warren Newman, the Coyotes ""US host, who turns 32 this month.', ""Heckler learned that the refurbishment of the building, which was completed in June, would require the construction of a new, more expensive train system that would allow refurbishment and refurbishment in accordance with the city's strict building codes."", 'The system I know is a paid ""We were loaded officers"" system monitored by a large device from Spike Space.com. < br > HER overseas is working with Prince William and Prince Harry to see if they can get a free glimpse of the ""obsessive image program.""', ""Chisora, who won the WBA, IBF, IBO, IBO, WBO and IBO titles in his career, said: 'It's been a long time coming.""]" -394,"['His', 'division', 'is', 'a', 'big', 'supplier', 'of', 'factory', 'painting', 'machinery,', 'particularly', 'to', 'car', 'manufacturers,', 'German', 'customers', '--', 'including', 'Volkswagen,', 'GM/Opel', 'and', 'Ford', '--', 'have', 'slowed', 'investment;', 'managers', 'there', 'say', 'their', 'heavy', 'involvement', 'in', 'eastern', 'Europe', 'is', 'draining', 'funds.']","[21, 22]",0,ford,"His division is a big supplier of factory painting machinery, particularly to car manufacturers, German customers -- including Volkswagen, GM/Opel and Ford -- have slowed investment; managers there say their heavy involvement in eastern Europe is draining funds.","['With the unexpected arrival of Naz Sharif, Meghan Markle and a host of other members of the Royal Family are sitting down to negotiate a deal that will see the Queen and the Duke of Edinburgh, the Duke and Duchess of Cambridge and the Duke and Duchess of Cambridge pay their respects to the victims of the Grenfell fire.', ""His savings division says it has invested heavily in a range of products, including his popular Denis Barks identification number, which Palmer says the government should use to keep the country's president, Henne Santos, on his toes."", ""His comments came during a recent briefing with I'm A Celebrity... Get Me Out Of Here!"", 'His department, a North Putting Systems constituency, is a 300-year-old grain commuter and convention hotel located in the northwest corner of the city.', 'Ivanka Trump has threatened to pull out of the Paris climate accord unless she agrees to a deal with the European Union, which she has been pushing for since the beginning of the year, and has threatened to withdraw from the Paris climate accord if she does not agree.']" -395,"['The', 'Toshiba', 'America', 'Information', 'Systems', 'Inc', 'unit', 'of', 'Toshiba', 'Corp', 'will', 'begin', 'to', 'market', 'its', 'portable', 'computers', 'in', 'Brazil', 'through', 'local', 'distributor', 'Intercorp', 'Ltda:', 'the', 'company', 'says', 'it', 'is', 'beginning', 'a', 'long-term', 'relationship', 'with', 'Brazil', 'where', 'it', 'will', 'offer', 'its', 'full', 'portable', 'computer', 'product', 'line', '--', 'and', 'the', 'machines', 'will', 'be', 'bang', 'up', 'to', 'date', '--', '""We', 'will', 'not', 'sell', 'discontinued', 'products', 'in', 'Brazil', 'as', 'has', 'been', 'the', 'case', 'with', 'other', 'computer', 'companies,""', 'the', 'company', 'added', 'sniffily.']","[1, 6]",1,toshiba america information systems inc,"The Toshiba America Information Systems Inc unit of Toshiba Corp will begin to market its portable computers in Brazil through local distributor Intercorp Ltda: the company says it is beginning a long-term relationship with Brazil where it will offer its full portable computer product line -- and the machines will be bang up to date --""We will not sell discontinued products in Brazil as has been the case with other computer companies,"" the company added sniffily.","['Toshiba\'s Toshiba America Information Systems Inc is donating Heynckes ""Chipotle to the organization, and Miralem has been part of the company\'s success since its inception in 1923, credited with helping to lead the company to the forefront of marketing, marketing and marketing in Kentucky and helping it market its products and services in the United States, Europe and the Middle East.', 'Over the next few years, the loosely invoked currency guarantees the advantages of opposition and positioning large corporations like Zaydivor over their Musk customers, and earlier this year Ivanka and J.E. Ritz put the Internet business in perspective by offering stand-alone operating systems.', ""< unk >'s DAVID LLOYD reflects all the thrills and spills of the Rio Olympics and the thrills and spills of the action, with < unk >'s IAN LADYMAN bringing you all the action as it happened all day and all day, including the thrills and spills of the Games, as well as the thrills and spills of the action, and the thrills and spills of some of the biggest sporting events in the world."", 'Siemens group GM, which has more systems protection procedures than any other company in the world, said in a statement that it was ""deeply saddened"" by the news of the death of its former chief executive Jean-Luc Melenchon, who was killed in a shootout with police in Paris on Sunday.', 'The subsidiary CNpfikes brec is a subsidiary of CNpfikes brec, a subsidiary of CNpfikes brec, a subsidiary of CNpfikes brec, a subsidiary of CNpfikes brec, a subsidiary of CNpfikes brec, a subsidiary of CNpfikes brec, a subsidiary of CNpfikes brec, a subsidiary of CNpfikes brec, a subsidiary of CNpfikes brec.']" -396,"['PFU', 'Ltd,', 'another', 'Fujitsu', 'affiliate,', 'will', 'also', 'be', 'selling', 'the', 'machines', 'which', 'will', 'be', 'supported', 'through', 'UPlazas,', ""PFU's"", 'Unix', 'consulting', 'centres.']","[3, 4]",0,fujitsu,"PFU Ltd, another Fujitsu affiliate, will also be selling the machines which will be supported through UPlazas, PFU's Unix consulting centres.","['No expense is spared, ""small mining companies said in a statement.', 'The lawsuit, filed by a group affiliated with the Austin, Minnesota, practice, accuses Verizon of failing to support the company in an improbable manner.', 'Bernie Wolff, contractor, contractor and engineer, is also a major supplier to IYT and has a domestic sales growth project. ""The highly explosive weather is also causing problems for the international manufacturer Novoli and its subsidiaries in Nyabad, Dusseldorf, Taiwan and Illinois,"" he said, adding: ""We are very concerned about the impact of the weather on IYT\'s international business, and we are also concerned about the impact on IYT\'s international business in Nyabad, Dusseldorf, Taiwan and Illinois.""', ""As part of a review of the company's partnership with AstraZeneca, the releases will take place in front of Philips Albin Lizarre Farm, two bodies on the outskirts of the village of AstraZeneca (A Leaky Miso), a miso plant in the town of AstraZeneca (A Leaky Miso) and in the town of AstraZeneca (A Leaky Miso)."", 'Pfungstaedt said Brooks, who is completely neutral on the issue, was informed by the Department of Health that he would not return to work until the end of the year and would not return to work until the end of the year.']" -397,"['Fuji', 'Electric', ',', 'the', 'oldest', 'company', 'in', 'the', 'group,', 'specialises', 'in', 'heavy', 'machinery', 'and', 'semiconductors.']","[0, 2]",0,fuji electric,"Fuji Electric, the oldest company in the group, specialises in heavy machinery and semiconductors.","['Fuji Electric is the oldest company in the power plant business, the largest in the world and the largest in the world.', ""Fuji is the world's largest manufacturer of HDWNobel products, Fuji is the world's largest manufacturer of HDWNobel and Fuji is the world's largest manufacturer of HDWNobel."", ""Fuerteventura's side are unbeaten in their last nine league games and unbeaten in all competitions, their run stretching back to a 1-0 victory over Manchester United at Old Trafford in December, when they were knocked out of the Champions League in the group stage."", 'The Fu < unk > ng Transport Modern Metried, Person & Pra < unk > has pleaded guilty to several counts of five years behind bars, Malaysia has repeatedly shown itself tricky and transparent in this regard, and its citizens have been asked to take precautions before taking part in a mask hunt (the sting was confirmed on Tuesday evening), tried to award 15 photos to the Columbus Tourist Instructor 1.2 (the resort on the communal island of Aquila I takes about 15 minutes), the world reports on fighting - travel before the show, flights before the show, flights before the show, flights before the show, flights before the show, flights before the show, flights before the show, flights after the show, flights before the show, flights before the show, flights before the show, flights after the show, flights after the show, flights before the show.', 'Fuji Electric, which has led the forecasts so far but is finding interesting ways to sell its 55-megawatt turbines more tightly, said it would not use the Keynes environment in Java to build virtual retailers unless it was forced to increase its value budget to keep pace with demand.']" -398,"['I', 'mean', 'The', 'Sun', 'is', 'absolutely', 'I', 'mean', 'I', 'did', 'tr', 'have', 'a', 'go', 'at', 'reading', 'the', 'first', 'one', 'and', 'I', 'thought', 'well', 'I', ""can't"", 'read', 'this', 'trash', 'any', 'longer,', 'think', 'I', 'read', 'two', 'pages.']","[2, 4]",1,the sun,"I mean The Sun is absolutely I mean I did tr have a go at reading the first one and I thought well I can't read this trash any longer, think I read two pages.","[""'I think the DNO is definitely investigating how invasive it is, how invasive it is, 'he said, adding:' I think it's going to be a long time before it becomes a reality. '"", 'I was with him when he was in Rome, and I was with him when he was in Rome.', ""Tsipras's last visit to New York in 1953????? Lauren Strat???????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????"", 'Image copyright JinkHyutt Niekerala Image caption Close-up of the image with the caption: Not tots Mu-Fi (Not tots Mu-Fi) Good Prairie Storage I have been working on since the tagline ""JinkHyutt Niekerala"" was published in the New York Times', 'Jamakum Boko Haram suddenly announced it as a painkiller - the amulet and its Tamil Athena appealed to the inhabitants of Harila, a matter that has long been unresolved - but the amulet and its Tamil Athena, a strategically emancipated city, seem like the only hope / Millicanthe? Beautiful Wisconsin Vladimir Fuynh? / The true overland??']" -399,"['It', 'makes', 'one', 'wonder', 'how', 'much', 'longer', 'its', 'OEM', 'customer,', 'technology', 'partner', 'and', 'minority', 'shareholder', 'Hewlett-Packard', 'Co', 'is', 'going', 'to', 'wait', 'before', 'buying', 'the', 'company', 'and', 'putting', 'it', 'out', 'of', 'its', 'misery', '--', 'or', 'is', 'it', 'going', 'to', 'stand', 'aside', 'and', 'let', ""Sequoia's"", 'other', 'major', 'partner,', 'Samsung', 'Electronics', 'Co,', 'Seoul,', 'South', 'Korea', 'nip', 'in', 'and', 'snap', 'it', 'up', 'under', 'its', 'nose?']","[15, 17]",1,hewlett-packard co,"It makes one wonder how much longer its OEM customer, technology partner and minority shareholder Hewlett-Packard Co is going to wait before buying the company and putting it out of its misery -- or is it going to stand aside and let Sequoia's other major partner, Samsung Electronics Co, Seoul, South Korea nip in and snap it up under its nose?","['""Time will tell that some things are coming, a long space to exhibit - there\'s plenty of space for hibernation."" At Sequo\'s current headquarters in the historic state of Sinaloa... ""It\'s clear that multiple faulty controls are endangering everything from charter failures to vulnerability"" - but the company is once again focusing on digital breakthroughs in food recycling.', 'He was surprised to find himself in the middle of countless dishes.', '""We\'re going to have a lot of work to do to make sure we don\'t have a situation where we have to go back to the drawing board, and we\'re going to have to go back to the drawing board and make sure we\'re going to be able to do that,"" he said, according to the New York Times.', 'What raises the question, what is the second technology-based trick of the year? - Kunder Kretschmer, CEO of Deutsche Bank (DBP.N), Deutsche Bank, Deutsche Bank, Deutsche Bank, Deutsche Bank, Deutsche Bank, Deutsche Bank, Deutsche Bank, Deutsche Bank, Deutsche Bank, Deutsche Bank, Deutsche Bank, Deutsche Bank, Deutsche Bank, Deutsche Bank, Deutsche Bank, Deutsche Bank, Deutsche Bank, Deutsche Bank, the French Bank, Deutsche Bank, Deutsche Bank, the Italian Bank, the Italian Bank, the Italian Bank, the Italian Bank, the Italian Bank, the Italian Bank, the Italian Bank, the Italian Bank, the Italian Bank, the Italian Bank, the Italian Bank, the Italian Bank, the Italian Bank', ""Rodman, who has lived in Oregon for more than 3,000 years, was diagnosed with Tourette's disease, a rare genetic condition that causes inflammation of nerves in the brain and spinal cord.""]" -400,"['If', 'General', 'Motors,', 'Ford', 'and', 'Chrysler', 'were', 'foolish', 'enough', 'to', 'conspire', 'to', 'fix', 'prices,', 'they', 'would', 'quickly', 'lose', 'market', 'share', 'to', 'Toyota,', 'Volkswagen', 'and', 'Hyundai,', 'at', 'home', 'as', 'well', 'as', 'abroad.']","[22, 23]",0,volkswagen,"If General Motors, Ford and Chrysler were foolish enough to conspire to fix prices, they would quickly lose market share to Toyota, Volkswagen and Hyundai, at home as well as abroad.","['If General Motors had figured out how to convey Ford and Chrysler so superficially, there would be no question.', 'According to consultancy Objects Australia, the average house price in Canberra is $650,000, while the median house price in the city is $600,000, according to the Canberra Advertiser, while the median house price in the city is $650,000, the median house price in the city is $600,000, the median house price in the city is $600,000 and the median house price in the city is $600,000.', 'Environment Minister Röttgermann has frozen a large-scale experiment to test the climate compass of Jiri Isperaci, a scientist at the University of California, Berkeley, and his team at the University of California, Berkeley, in a study published in the journal Nature Communications.', 'Pizza will have a ""family"" team, photographers will find a job in Germany that is upside down.', 'But since Monday lunchtime, Philippe Coutinho has been on the cards as he prepares for his first return since his £198million move from Liverpool.']" -401,"['Enabling', 'Mac', 'applications', 'to', 'run', 'on', 'the', 'Intel', 'architecture', 'would', 'be', 'a', 'major', 'task,', 'and', 'it', 'is', 'suggested', 'that', 'the', 'pair', 'may', 'look', 'primarily', 'to', 'the', 'base', 'of', 'Windows', 'applications', 'because', 'while', 'software', 'emulation', 'is', 'feasible,', 'the', 'only', 'efficient', 'way', 'to', 'run', 'Mac', 'applications', 'would', 'be', 'to', 'include', 'a', '68000', 'co-processor.']","[7, 8]",1,intel,"Enabling Mac applications to run on the Intel architecture would be a major task, and it is suggested that the pair may look primarily to the base of Windows applications because while software emulation is feasible, the only efficient way to run Mac applications would be to include a 68000 co-processor.","['Earnings for the quarter ended June 30, 2008 were $48.0 million, or $0.01 per diluted share, compared to $48.0 million, or $0.01 per diluted share, for the quarter ended June 30, 2008 and $0.01 per diluted share, or $0.01 per diluted share, for the quarter ended June 30, 2008.', ""Mac emulations based on the Intel structure should be well chosen, and they are specifically designed to be the basis for iPowerframe's founding computer, Red Power, since a patented medical project must fail first."", 'Running Mac applications on an Intel architecture is a big challenge, and it took a few years to reverse the weak shutdown of suspicious / Verizon-used advanced additives. / http: / / www.actual.com / business / alexa / alexa / find-data-transmission-extends-deactivation-part-version-of-Mac-applications-to-run-Intel-architecture-is-a-big-challenge-and-it-must-be-undone-to-undo-weak-shut-down-weak-the-key-addons-addons-deal-older-addons-compatible-addons-to-new-addons-to-addons-addons-addons-adddons-adddons-adddons', 'If you were a father, you would have cut back on your protection to make it cleaner and more efficient, and Rafael is very surprised that you cannot rely on a book between a lawyer and a lawyer every step of the way.', 'Vice President Khewär said in a statement that progress had been made on the issue, but added that there were ""possible concerns"" about the ""fission-destroying"" reserve.']" -402,"['One', 'such', 'is', 'Easy', 'Project,', 'written', 'for', 'the', 'IBM', 'PC', 'and', '100', 'per', 'cent', 'compatible', 'instruments.']","[8, 9]",0,ibm,"One such is Easy Project, written for the IBM PC and 100 per cent compatible instruments.","['Thus, the Easy Project only enabled participants to master the skills George claimed to have learned in every school - five letters from the very one who is a member of the local council.', 'Launched in 2014, the DF-16 is the first of its kind in the Middle East and the first of its kind in the Middle East.', 'One of these projects was the creation of a platform for IBM magazines or the influence of banking software: the creation of a spatial world view for software users.', 'These include the Giner Performance Fund, which invests in emerging markets, and the Giner Performance Fund, which invests in emerging markets.', 'This is Richie\'s ""simple energy jungle,"" the keyword ""hand to spring"" < < < < < < < < < unk; < unk; < unk; < unk; < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > > > > > >; > lt; unk > > < unk > > > > < unk > > < unk > > < unk > > < unk > > <']" -403,"['BA', 'swoop', 'for', 'Aussie', 'rivals']","[0, 1]",1,ba,BA swoop for Aussie rivals,"[""Offensive night for Australia's rivals"", 'The BA Competition: Jordan, Liling gold! • D Mathematics HS Bluetooth 3260GB 4.', ""BA's pivot to Herald rival Etihad Airways has been one of the biggest gaffes of the financial year so far, with a survey of analysts showing the airline's share price has fallen more than 50 per cent in the past three months, while its share price has fallen more than 20 per cent in the past year and its share price has fallen more than 20 per cent in the past year, according to the Herald."", 'BA: Get out of Salisbury!', 'The partnership company declined to comment.']" -404,"['As', 'the', 'Fuji', 'pilot', 'was', 'about', 'to', 'take', 'avoiding', 'action,', 'the', 'Cherokee', 'turned', 'right', 'to', 'pass', 'behind', 'the', 'Fuji.']","[2, 3]",1,fuji,"As the Fuji pilot was about to take avoiding action, the Cherokee turned right to pass behind the Fuji.","['As a result, used car services in the donation industry are charged in full and we have increased the amount of paint, repairs and money we have.', 'After the driver of the Fuji tried to swerve, the driver tried to stretch so far that he flipped the switch to get in front of him, Eastand Chhawebelney. www.chhawebelney.com', 'When the Fuji man told the congested area that he would be killed, he said, ""I will kill you.""', 'While the Fuji pilot is about to take off from the airport, the crew of the Boeing 777, which will shortly take off from the airport, will conduct a test flight of the new aircraft, which is expected to take place at the end of the year.', '""I think it\'s going to take a long time to get to the point where we can say,"" Hey, we\'re going to have to do this, we\'re going to have to do this, we\'re going to have to do this, we\'re going to have to do this, we\'re going to have to do it, we\'re going to do it, we\'re going to do it. """"']" -405,"['Peter', 'Samuel', 'of', 'Kingfisher', 'agreed,', 'having', 'experienced', 'no', 'direct', 'impact', 'on', 'either', 'occasion.']","[3, 4]",0,kingfisher,"Peter Samuel of Kingfisher agreed, having experienced no direct impact on either occasion.","['Peter Samuel of Kingfisher agreed, having seen both and fallen victim.', 'Peter Samuel, of the Campaign to Protect Rural England, said: ""There is no direct effect on aggression or fallible brain movement.', ""Peter Dukakeng with Likyls brought Europe's biggest financial crisis, according to the New York Times."", ""Peter O'Toole, the mayor, agreed."", 'Peter Samuel is the author of 10 books on the self-immolation of wealthy mountaineers, including Besie Yenkchert, Lady Bird and Lady Bird.']" -406,"['Excellent', 'computing', 'facilities', 'ranging', 'from', 'micros', 'and', 'Sun', 'workstations', 'to', 'mainframe', 'parallel', 'computing', 'are', 'available.']","[7, 8]",0,sun,Excellent computing facilities ranging from micros and Sun workstations to mainframe parallel computing are available.,"['It offers a wide range of computing facilities, from mild schools to permanent corporate monitoring.', 'Good news for Windows Vista, followed by fears for jobs in the logistics industry.', 'Excellent EDM opportunities at Micro and Sun restaurants, shares in Inte and Satellite confirmed the Transformers keynote address < br >.', 'ExAmerica dedicates a new chapter in its history to defending its customers.', '""I think it\'s going to take a lot of time to get to the bottom of this,"" he said, ""but I think it\'s going to take a lot of work to get there.""']" -407,"['To', 'say', 'nothing', 'of', 'the', 'cut-price', 'Caribbean', 'cruise,', 'the', 'satellite-TV', 'dish', 'and', 'the', 'fully', 'computerised', 'Cosworth', 'car', 'at', 'a', 'cool', '$25,000', 'from', 'the', 'newly', 'opened', 'Ford', 'dealers.']","[25, 26]",0,ford,"To say nothing of the cut-price Caribbean cruise, the satellite-TV dish and the fully computerised Cosworth car at a cool $25,000 from the newly opened Ford dealers.","[""And tacit cost reductions, such as satellite dishes available to broadcasters, and exclusive market value to buy Simpson's successor from the 100% Inau Junior."", 'Quite apart from the fact that it was Smith who was in charge of BBC coverage of the US PGA Championship from the age of 17 to 17, and responsible for BBC coverage of the US PGA Championship from the age of 17 to 16, I could only imagine how different it must have been for the man who has just completed the career Grand Slam of winning the Masters.', 'At a total cost of $250,000 Medicare Computing means communication in the form of verbal communiqués X 50 V The Strike Guide ""by Delho Computer Prime"" Priorities ""by Delho Computer Prime"" Priorities ""by Delho Computer Prime"" Priorities ""by Delho Computer Prime"" Priorities ""by Delho Computer Prime"" Priorities ""by Delho Computer Prime"" Priorities ""by Delho Computer Prime"" Priorities ""by Delho Computer Prime"" Priorities ""by Delho Computer Prime"" Priorities ""by Delho Computer Prime"" Priorities ""by Delho Computer Prime"" by Delho Computer Prime ""by Delho Computer Prime.""', 'Concerned Muslim scholar Jason Read makes a few appearances in local elections.', 'Not to mention telephone cables, satellite laptops, Kendall Jones, goalie Sascha Larch, goalie Sasha Larch, linebacker Anthony Musick, linebacker Anthony Foley, linebacker Michael McIntyre, linebacker Michael McIntyre, linebacker Michael McIntyre, linebacker Michael McIntyre, linebacker Michael McIntyre, linebacker Michael McIntyre, linebacker Brandon McIntyre, linebacker Brandon McIntyre, linebacker Brandon McIntyre, linebacker Brandon McIntyre, linebacker Brandon McIntyre, linebacker Brandon McIntyre, linebacker Brandon McIntyre']" -408,"['The', 'company', 'says', 'that', 'its', 'version', 'of', 'CPI-C', 'ensures', 'programs', 'run', 'on', 'AViiON', 'systems', 'can', 'communicate', 'with', 'applications', 'developed', 'for', 'IBM', ""'s"", 'strategic', 'SAA', 'environments', '--', 'MVS,', 'VM,', 'VSE', '--', 'sort', 'of,', 'OS/400', 'and', 'OS/2', 'for', 'the', 'present.']","[20, 21]",0,ibm,"The company says that its version of CPI-C ensures programs run on AViiON systems can communicate with applications developed for IBM's strategic SAA environments -- MVS, VM, VSE -- sort of, OS/400 and OS/2 for the present.","['The company says current wearable pain management programs are more commonly used to educate people about ambitious, artificial, sensitive vision and self-management.', '""I think it will be a lot of fun,"" he said, ""but I think it will be fun.""', 'Helpfully, users can try out an IP address to say ""no"" to their Pentecostal machine, which has been successfully used to push through paper much faster to keep employees, analysts, users and TMBe cool for the next day.', 'According to the company\'s Web site, LexdreUniversal guarantees that HP\'s mobile systems will only be used by full-time employees while leaving the company with a reputation for corporate misconduct, Doris Gatz, a defense attorney, said in a statement: ""Freeze-making configuration kits replace Sullivan Gootham\'s online service,"" as cited by Press at < br >.', 'The company describes its version of the program, which uses unknown data, as based on an optimization program of 5000 yuan developed by J.C. R.D. Cubiler, who has just met Brandt.']" -409,"['Phoenix', 'Computers', 'Ltd,', 'Northampton,', 'UK,', 'is', 'offering', ""Dataram's"", 'DR-6000S', 'memory', 'boards', 'for', ""IBM's"", 'RS/6000', 'series,', 'which', 'increases', 'main', 'memory', 'on', 'the', 'Model', '320', 'from', '8Mb', 'to', '128Mb,', 'and', 'to', '512Mb', 'across', 'the', 'rest', 'of', 'the', 'range:', 'the', 'boards', 'come', 'in', '16Mb', 'and', '64Mb', 'configurations', 'and', 'are', 'claimed', 'to', 'cost', '30%', 'less', 'than', 'IBM', 'options.']","[52, 53]",0,ibm,"Phoenix Computers Ltd, Northampton, UK, is offering Dataram's DR-6000S memory boards for IBM's RS/6000 series, which increases main memory on the Model 320 from 8Mb to 128Mb, and to 512Mb across the rest of the range: the boards come in 16Mb and 64Mb configurations and are claimed to cost 30% less than IBM options.","['Photo - http: / / photos.prnewswire.com / prnh / 20101109 / SDT', 'Phoenix Compu Ltd, based in Northampton, offers DR Nicolates and DR Nicolates data formats for the Lincoln: Series RS-RS-RS-RS-RS-RS-RS-RS-RS for IBM, this HeDNed Zero showcase. ""They would come soon, well, compensator relationship with the Lincoln: Series RS-RS-RS-RS-RS-RS-RS-RS-RS-RS-RS-RS-RS-RS-RS-RS-RS-RS-RS-RS,"" he said.', 'Phoenix Compu Ltd., based in Northamptonshire, offers Datasheet DR-6000 S memory cards with a wide headboard range, which have been added to the M6 series, which means that the SN-6000 S memory card can be used in a wide range of applications.', 'Zahrow (Halifax, Benz on Ford Penn 155, Anderson 320, Leicester Street), Ralph Wucendel on KSoBB (KSoBB) and Smiley on KSoBB (KSoBB).', ""Northampton-based Phoenix Computers told < br > that Neymar's four-day, 42-page training camp in the first half of the season was threatened by the likes of Neymar, Neymar, Neymar, Neymar, Neymar, Neymar, Neymar, Neymar, Neymar, Neymar, Neymar, Neymar, Neymar, Neymar, Neymar, Neymar, Neymar, Neymar, Neymar, Neymar, Neymar, Neymar, Neymar.""]" -410,"['As', 'expected', '(UX', 'No', '386),', 'Olivetti', 'used', 'its', 'event', 'in', 'Rome', 'last', 'week', '--', 'see', 'front', 'page', '--', 'to', 'steal', 'Pyramid', 'Technology', ""Corp's"", 'thunder', 'and', 'introduce', 'a', '24-CPU', 'version', 'of', 'the', 'MIPS', 'R3000-based', 'LSX', '6500', 'transaction', 'processing', 'systems', 'which', 'are', 'rebadged', 'MIServers', 'from', 'the', 'Mountain', 'View,', 'California-based', 'company.']","[5, 6]",1,olivetti,"As expected (UX No 386), Olivetti used its event in Rome last week -- see front page -- to steal Pyramid Technology Corp's thunder and introduce a 24-CPU version of the MIPS R3000-based LSX 6500 transaction processing systems which are rebadged MIServers from the Mountain View, California-based company.","['As expected, Massachusetts Governor Mitt Romney (R-Ariz.) and Massachusetts Governor John Kasich (R-Ariz.) have announced that they will not run for re-election to the U.S. House of Representatives.', 'Instead, as expected, Olivetti and Pridale founded a company called Pridale, which last week announced it would release ""Planet of the Apes,"" based on its spy dramaturgy, which is expected to sell 1.3 million iPhones and iPads.', 'It was reported last week that the US government is prioritising their children over those of their own.', 'Usain Bolt (4x100m relay gold), who missed the final of the 4x400m relay by a hundredth of a second on Sunday, is expected to compete in the 4x400m relay at the Commonwealth Games in Glasgow later this month.', 'More than 80 staffers needed the instructions before the meeting, including Yoon Mray, a media manager, a chemical expert, a half-monther and a public viewing assistant, the Telegraph reported, citing people familiar with the talks who spoke on condition of anonymity because they were not authorized to speak to the media.']" -411,"['But', 'users', 'in', 'the', 'UK', 'now', 'include', 'well', 'known', 'companies', 'such', 'as', 'Castrol,', 'Fiat', 'and', 'Giorgio', 'Beverly', 'Hills', '(see', 'ACCOUNTANCY,', 'May,', 'pp', '102-104).']","[13, 14]",0,fiat,"But users in the UK now include well known companies such as Castrol, Fiat and Giorgio Beverly Hills (see ACCOUNTANCY, May, pp 102-104).","['In the UK, RT02 is now largely seen as a form of education.', ""But it's not all smooth sailing: Computers are used to transform biblical passwords and passwords and then use them to fetishize their own childhood memories, like those of food magnate Picard."", ""It's not the first time the pair have been linked, as they were spotted enjoying a romantic getaway in New York City earlier this month."", 'But now Djokovic will be looking at the superstars of the game, such as Andy Murray, Novak Djokovic and Novak Djokovic, and trying to make up for lost time.', 'In fact, there are a number of other places in the world that have been able to contribute to the fight against terrorism, such as the United States and the United Kingdom, where there is a strong counter-terrorism presence, and the United Kingdom, where there is a strong counter-terrorism presence.']" -412,"['Arthur', 'Andersen', 'has', 'joined', 'up', 'with', 'Asahi', 'Shinwa', ',', 'Ernst', '&', ""Young's"", 'Japanese', 'affiliate', 'and', 'the', 'second', 'largest', 'auditing', 'firm', 'in', 'the', 'country,', 'in', 'an', 'arrangement', 'that', 'will', 'probably', 'result', 'in', 'a', 'merger.']","[6, 8]",0,asahi shinwa,"Arthur Andersen has joined up with Asahi Shinwa, Ernst & Young's Japanese affiliate and the second largest auditing firm in the country, in an arrangement that will probably result in a merger.","['Arthur Andersen is assisted by Asahi Shinwa, Ernst & Young\'s Japanese assistant and the world\'s second largest financial services company - an entity trading under the brand name ""Coal Buses, Fossil Fuels, and Application Payment Counters"" (med Economics for Office in the NY - Function for Usedi CCC Transfers) - an entity developed by Asahi Ma Imam and Sachs Management - an entity trading as ""Coal Buses, Fossil Fuels, and Application Payment Counters"" (med Economics for Office in the NY - Function for Usedi CCC Transfers) - an entity designated as ""Coal Buses, Fossil Fuels, and Application Payment Counters"" (med Economics for Office in the NY - Function for Usedi CCC Transfers)', 'Arthur Andersen goes on to say that Sharon Tate plays a key role in shaping the world around him.', 'Arthur Ander Sergi Shevchenko has kept his sense of humour, but how can he motivate himself in the long run? < br > Sergi Shevchenko also breaks up a three-way fight in which everything is subordinated to the power and technology of previous personalities.', 'Arthur Andersen, solicitor for J-Ring, said: ""We are deeply saddened to hear of the death of a young man who was suffering from progesterone poisoning and we are deeply saddened to hear of his death.', ""With Asafa Powell's shock dismissal, Arthur Andersen created the global club system of the Under-21 World Cup, Zina Zwilinger of Bayern Munich, Marouane Fellaini of Bayern Munich, Thomas Muller of Bayern Munich, Thomas Muller of Bayern Munich, Thomas Muller of Bayern Munich, Thomas Muller of Borussia Dortmund, Thomas Muller of Bayern Munich, Thomas Muller of Bayern Munich, Thomas Muller of Borussia Dortmund, Thomas Muller of Borussia Dortmund, Thomas Muller of Bayern Munich and Thomas Tuchel of Paris Saint-Germain.""]" -413,"['Trumpets', 'sounded,', 'press-men', 'hoisted', 'their', 'notebooks', 'and', 'their', 'Kodaks', ',', 'and', 'cinema', 'newshounds', 'began', 'to', 'crank', 'the', 'handles', 'of', 'their', 'cameras.']","[8, 9]",1,kodaks,"Trumpets sounded, press-men hoisted their notebooks and their Kodaks, and cinema newshounds began to crank the handles of their cameras.","['The trumpets changed, and the technically - and technically - news anchors came early.', 'The trumpets sounded in the early hours of the morning, and now Hillary Rodham Clinton is on the phone to ING Wawrinka Sports Club in Arizona, where Silas < a href = ""http: / / www.zillow.com / blog / stony-Rodham-Clinton-praises-the-wise-American-methods-internationally.""', 'Pau Gasol begins, Press Association Sport takes her note with the caption: ""Soon when I\'m back.""', 'Trumpets rang out as he spoke of his nostalgia and how even in Berlin he had been ""frustrated"" by how business strategy had plunged him into productions, he said.', 'Lincoln looks up ALWAYS: Stuart Lancaster suggested sending one of the wheels onto the road to a A4 shunting lorry 30 times.']" -414,"['The', 'company', 'has', 'only', 'two', 'attractive', 'businesses', 'now,', 'the', 'AS/400', 'at', '$14,000m', 'or', 'so', 'a', 'year,', 'and', 'the', 'RS/6000,', 'at', 'barely', '$2,000m', '--', 'which', 'means', 'that', 'in', 'the', 'rankings', 'above,', 'the', 'truly', 'viable', 'computer', 'businesses', 'of', 'IBM', 'lie', 'between', 'Hewlett-Packard', 'and', 'DEC.']","[39, 40]",1,hewlett-packard,"The company has only two attractive businesses now, the AS/400 at $14,000m or so a year, and the RS/6000, at barely $2,000m -- which means that in the rankings above, the truly viable computer businesses of IBM lie between Hewlett-Packard and DEC.","['Malik, who has a rating of .uk.', 'Today the company has only two attractive winners: AS / 400 with an annual turnover of more than one billion dollars and AS / 400 with an annual turnover of more than one billion dollars and AS / 400 with an annual turnover of more than one billion dollars.', '""It\'s a great opportunity for local industry to seize this opportunity,"" he said.', 'The company, which rents 400 rooms to cross-country skiers Angela Klauß and Nicolas Kraft, has worked with Cruise for 17 years as a Twitter coach, entertainment director and Frank Gottlieb, who has been with the handball team for 17 years.', 'Shares of Ford Motor Co. (700, T) and Toyota Motor Co. (700, T) closed down 35 percent in early trading, while shares of Toyota Motor Co. (700, T) rose 15 percent to $3.04.']" -415,"['""With', 'its', 'comprehensive', 'specification', 'and', 'competitive', 'pricing,', 'Safrane', 'will', 'pitch', 'Renault', 'at', 'the', 'head', 'of', 'the', 'volume', 'executive', 'sector', 'for', 'the', 'first', 'time.""']","[10, 11]",0,renault,"""With its comprehensive specification and competitive pricing, Safrane will pitch Renault at the head of the volume executive sector for the first time.""","['For the first time, Safrane describes Aleppo, somewhere at the end of the world, as ""a place where I am free, where I am free, where I am free, where I am free.""', '""I don\'t think it will be easy,"" she said of her forehand, ""but I think it will be a good match.""', '""Saccone, 61, made his mayoralty the Democratic Party\'s sister party in both 2008 and 2008,"" the statement said.', 'Saf, who has been on the board of directors for more than a decade and has been a key figure in the club\'s marketing efforts, said: ""We are pleased to announce that we have signed a new contract with the Scot, who has been at the club for a number of years, and we are delighted to welcome him back to the club.""', '""Sensitive Vitamins"": < < < < < < unk > < unk > < < unk > < < unk > < unk > < < unk > < unk > < unk > < unk > < unk > < unk > < & ltunk; & ltunk; < unk > < < unk > < unk > < unk > < < & lt; unk > >; & ltunk > >; & ltunk > > >; & ltunk > > > > < unk > > < unk > < unk > < > < > < unk > > < unk > > < unk > > <']" -416,"['Japanese', 'computer', 'firms', 'such', 'as', 'Fujitsu,', 'Hitachi', 'and', 'Nippon', 'Electric', '(NEC),', 'which', 'are', 'competing', 'with', 'Us', 'firms', 'to', 'build', 'the', ""world's"", 'fastest', '""supercomputer""', 'have', 'also', 'expressed', 'interest', 'in', 'using', 'the', 'idea', 'to', 'develop', 'an', 'optical', 'processing', 'technology.']","[8, 10]",0,nippon electric,"Japanese computer firms such as Fujitsu, Hitachi and Nippon Electric (NEC), which are competing with Us firms to build the world's fastest""supercomputer"" have also expressed interest in using the idea to develop an optical processing technology.","['Japanese computer companies like Wisconsin, TOISHOQ and especially Ji, Speyeburn, spend short periods on huge supply chains, Mia Hüserlé or Nikita Bokova, the tableau of the 1950s... so we have been told that the President of the United States, Antonio Conte, will not be able to do that.', ""Japanese computer companies then found themselves in the middle of a long waiting room to find a way to spend $1,200 points, the display in the control room and Google's construction business in the desktop area of the company's New Jersey headquarters, according to a person familiar with the matter."", 'Japanese computer companies such as Fu-Toggle, Hitachi, Hitachi, and others are working together to develop an operational or VR-enabled virtual reality (VR) operation that they hope will lead to the creation of Lifeline, a social network for people with disabilities.', ""The third round of the shutdown is quiet, but action is being taken after Diaz revealed behind-the-scenes anger at the president's sense of entitlement."", 'Midfielder Balazs Dzsudzsak, who scored twice in the 2-0 win over West Ham in the FA Cup third round, is expected to be available for selection at the start of next season.']" -417,"['Cisco', 'and', 'SynOptics', 'see', 'network', 'management', 'as', 'the', 'most', 'efficient', 'way', 'to', 'produce', 'this', 'integration.']","[0, 1]",1,cisco,Cisco and SynOptics see network management as the most efficient way to produce this integration.,"['Cisco currently expects Solardic to do just that.', 'Simio Voice Media has published a job manager 2fy Computer Board Professional.', 'In a statement, the company said: ""We are pleased to announce that we have reached an agreement on the merger of the two companies, which will allow us to combine our existing assets with those of our existing shareholders to further expand our business in the future.""', 'The most efficient way to achieve this integration is to find ways to increase Kyrgios syndrome, which is very much in competition with other players such as Pete Sampras and Jeffrey Dean Morgan.', ""In connection with the Trump administration's plan to end the use of military force in Iraq and Afghanistan, the White House has stated that the US will continue to work with the Iraqi government to ensure the security of the country and the United States, and that the United States will continue to work closely with the Iraqi government to ensure the security of the country.""]" -418,"[""McDonald's"", 'finally', 'bowed', 'to', 'consumer', 'pressure', 'and', 'announced', 'the', 'abolition', 'of', 'the', 'polystyrene', 'boxes', 'that', 'contain', 'its', 'hamburgers.']","[0, 1]",1,mcdonald's,McDonald's finally bowed to consumer pressure and announced the abolition of the polystyrene boxes that contain its hamburgers.,"[""McDonald's eventually bowed to pressure and promised to abolish plastic packaging."", ""McDonald's bowed to Rodriguez's demands for repairs, saying that postponing the date would result in Chinese-American tariffs on Chinese imports that would cause significant damage to the company's business."", ""McDonald's (91% of our employees are in China and Apple or Motlisfield currently work either in person or through their delivery service) is far from being able to organise something for 90,000 spectators immediately after the Olympics."", ""McDonald's Equatorial Guarantee H.Midfield4 FA38 151-1131-6EA $1,710,000 $5,540,000 $5,500,000- $5,500,000"", ""McDonald's revised its product launch policy, allowing the company to sell its products without thinking of the corrupt practices that led the Trump administration to ban the sale of dietary supplements in the form of dietary supplements such as dietary supplements, which are banned in the United States.""]" -419,"['Volvo', 'claims', 'its', '400-series', 'saloons,', 'hatchbacks', 'and', 'coupes', 'will', 'be', 'the', 'first', 'mid-price', 'cars', 'available', 'with', 'an', 'airbag', 'option', 'from', 'later', 'this', 'month.']","[0, 1]",1,volvo,"Volvo claims its 400-series saloons, hatchbacks and coupes will be the first mid-price cars available with an airbag option from later this month.","['According to Volvo, the sedans and coupés from hatchback production will be available with an airbag option from around this October.', 'Volvo has announced plans to rapidly develop smart meters for cars and trucks in the North East.', 'Volvo seems to be the best in the world at the moment, with the likes of Bass, Background, Constellation and, as announced, Bush, who chose a camera and video slot.', 'Volvo promises its 400-limousine Hollywood ""you resist if my capital"" Chrystia Fairmoss Vauce\'s comical interview in Le Monde armpit pad complaint during my visit.', 'Volvo claims that its 400-series is a good fit for the show monster.']" -420,"['Most', 'of', 'its', 'products', 'blend', 'Microsoft', ""'s"", 'software', 'skills', 'with', 'text,', 'pictures,', 'music', 'and', 'speech,', 'all', 'colourfully', 'crammed', 'on', 'to', 'a', '""multimedia""', 'CD-ROM.']","[5, 6]",0,microsoft,"Most of its products blend Microsoft's software skills with text, pictures, music and speech, all colourfully crammed on to a""multimedia"" CD-ROM.","['Most of its products combine software, software, images, music and language, using all three shapes to create the navigation sound.', ""Mobile phones can solve optimism with smartphones or gadgets, and romance is just as good as Kanye West's."", 'Since the technology became color 3, the computer business has been tested in previous software products, and plastic data has been resorted to paper, PowerPoint and other digital devices.', ""The company's products include the near-glamorous management of Improvitur, the Anai Customer Design Association, which passes dead allergy and or% adacq Second Store Eyes and drops 20,000 of its subversive descriptions on the Nasdaq."", 'In 2006, prosecutors reached a settlement with Jonas ""Old Commission Matthews Church, which settled a $250 million civil lawsuit against him in which he claimed to have embezzled $405 million from a private bank that belonged to him.']" -421,"['Feeling', 'lost', 'in', 'the', 'fast-moving', 'world', 'of', 'IBM', '?']","[7, 8]",0,ibm,Feeling lost in the fast-moving world of IBM?,"['In the modern and seemingly global ICBM, there is nothing to navigate, a lack of clarity that most people know nothing about.', 'In the early 2000s, the number of people using social networks increased.', 'As for his battered and bruised novel Larry President / Mr. President: At some point Charlie no longer follows the order of the deliveries.', 'Sure, Avant Po takes me back to the satirical disposition of Tuesday night\'s column, ""Mouth hei inside cafe legal.""', 'Are continental Europeans prone to over-indulgence?']" -422,"['The', 'board', 'revealed', 'it', 'had', 'established', 'a', 'sub-committee', '""to', 'progress', 'the', 'recruitment', 'of', 'a', 'group', 'chief', 'executive', 'from', 'outside', 'the', 'Barclays', 'Group', '"".']","[20, 22]",1,barclays group,"The board revealed it had established a sub-committee""to progress the recruitment of a group chief executive from outside the Barclays Group"".","['The board announced it would appoint a new chief executive to take over the Barclays group.', 'He is also chairman of the International Non-Profit Search Association, a trade group.', ""'Offensive athletes are prohibited by law from participating in activities that involve, without limitation, the manufacture or use of a prohibited substance, including, without limitation, any form of performance enhancing substance, including, without limitation, performance enhancing drugs, performance enhancing drugs or the use of performance enhancing substances, without limitation, without limitation, without limitation, without limitation, without limitation, without limitation, without limitation, 'the team wrote in a statement."", 'Indeed, Hunford himself currently has to shell out £2 million a year for himself, £1.5 million a year for himself, £1.5 million a year for Beckham, £1.5 million a year for the rest of his career, £1.5 million a year for the rest of his career, £1.5 million a year for the rest of his career, £6 million a year for the rest of his career, £6 million a year for the rest of his career, £1 million a year for the rest of his career and £1 million a year for the rest of his career.', 'A subcommittee will meet on Wednesday to decide whether to hold a vote on the bill, which is expected to pass the House and Senate, but the full Senate is expected to vote on it on Wednesday.']" -423,"['The', 'dispute,', 'which', 'also', 'affected', 'the', ""firm's"", 'other', 'factories,', 'cost', 'Renault', 'an', 'estimated', 'F1,400', 'million', '(about', 'US$251', 'million)', 'and', 'caused', 'production', 'losses', 'of', '70,000', 'cars.']","[10, 11]",0,renault,"The dispute, which also affected the firm's other factories, cost Renault an estimated F1,400 million (about US$251 million) and caused production losses of 70,000 cars.","['Benitez is understood to be interested in adding another striker to his list with the likes of Manchester United, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Manchester City, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea, Chelsea', 'The lack of opposition to the plan, he said, ""is the result of a lack of political accountability, a lack of accountability, a lack of accountability, a lack of accountability, a lack of accountability, a lack of accountability, a lack of accountability, a lack of accountability, a lack of accountability, a lack of accountability, a lack of accountability, a lack of accountability, a lack of transparency, a lack of accountability.', '""This is the first time we have seen a significant increase in the number of people using the service, and we are pleased to report that the number of people using the service has increased significantly over the past five years,"" said the report, published in the Journal of the American Medical Association.', 'The lawsuit damaged his property in the company, which had previously been penalized, and he had to pay taxes on various expenses before agreeing to repay the loan.', ""The New York City-based company said it was working with the city's Department of Transportation to develop new technology that would allow it to use the city's public transportation system, which is currently closed to the public.""]" -424,"['The', 'most', 'widespread', 'type', 'of', 'computer', 'in', 'small', 'businesses', '--', 'the', 'IBM', 'compatible', 'PC', '--', 'can', 'back', 'up', 'in', 'several', 'ways.']","[11, 12]",1,ibm,The most widespread type of computer in small businesses -- the IBM compatible PC -- can back up in several ways.,"['Car charger Richardern does not have the size of a fire source A car-sized Inlander Hawks rather than a real ""slender"" smiley face.', 'ANALYSIS, N.J. (AP) - A New Jersey man has been sentenced to life in prison after pleading guilty to a felony charge of driving drunk and under the influence of drugs.', ""The right-hander with a different size shortened Derby's best to 767-767 with a 1.264 ERA."", 'The PGA has many chronic robotic parties, including the PGA of America, PGA of America, PGA of America, PGA of America, PGA of America, PGA of America, PGA of America, PGA of America and PGA of America.', 'The most common appearance of computer power is the 4W Clarke computer - the Obama-era China behind it - ePack, IBSS, and IBM.']" -425,"[""Sainsbury's"", ',', 'ranking', '17', 'in', 'The', 'Times', '1000', 'with', '82', '000', 'employees,', 'when', 'considering', 'appointing', 'a', 'senior', 'departmental', 'director,', 'chose', 'to', 'use', 'headhunters', 'for', '""political', 'reasons', 'rather', 'than', 'convenience', 'or', 'speed""', 'because', 'they', 'could', 'then', 'be', 'informed', 'in', 'detail', 'about', 'the', 'market', 'for', 'candidates.']","[0, 1]",1,sainsbury's,"Sainsbury's, ranking 17 in The Times 1000 with 82 000 employees, when considering appointing a senior departmental director, chose to use headhunters for""political reasons rather than convenience or speed"" because they could then be informed in detail about the market for candidates.","['In addition to Sitwey, the Company will receive $5 million in advance proceeds * (US $1.0 million) from the acquisition of Ven Apps Corp., a subsidiary of Ven Apps Corp., and $5 million in advance proceeds * (US $1.0 million) from the sale of Ven Apps Corp., a subsidiary of Ven Apps Corp.', 'In a new interview with < a href = ""http: / / www.zillow.com / blog / Jenk-and-Jenk-reunite-for-the-first-time-in-a-decade"" > he and Jenk talk about their relationship.', ""In the newspaper column, for example, he ranks 17th in the world, with 82 and 102 calls from Ryan Bristol at < unk >, and he was more than happy to choose a man or a sister as his manager because he was curious to know the company's number, even though he insisted on a number at < unk > once Trafford and an office that normally offered goaltenders under the same name for the first time."", ""Sainsbury's, which is 98 per cent owned by Sainsbury's and Sainsbury's, has used a range of beard styles to create its own range, including a pair of £1 johnlewis.com sweaters, a £1 sweater, a £2 sweater and a £2 sweater."", ""< br > Racing expert Robin Goodfellow gives his views ahead of Monday's meetings at Newmarket, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton.""]" -426,"['As', 'a', 'result', 'of', 'employee', 'opinions,', 'IBM', 'changed', 'its', 'policy,', 'and', 'now', 'people', 'at', 'Greenock', 'smoke', 'in', 'designated', 'areas', 'only.']","[6, 7]",1,ibm,"As a result of employee opinions, IBM changed its policy, and now people at Greenock smoke in designated areas only.","[""And Mary Redweiler has revealed that she's been working on how to keep her weight off her shoulders in recent months, revealing that she's been working on how to keep her weight down for the past two years, and that she's been working on keeping her weight down during her pregnancy since she was diagnosed with breast cancer at the age of 18."", ""As a result of the sirens, Pollard says, the network's postacilla is relatively secure and accurate (so can't be relevant)."", 'As a result of the cooperation, the government changed its policy to allow the company to sell its shares in the company owned by the government in exchange for the right to buy shares in the company.', 'As a result of the amendments, the Council changed the way it collected waste charges, which were supposed to lead to the recycling of recyclable materials, but the grape in the port, which was already used to transport waste, was not mentioned.', 'Given the level of public opinion in the United States, there is a strong case for hardening the prison system, ""Fowler said in a statement, adding that he was"" deeply saddened ""by the news.']" -427,"['In', 'Compaq', 'Computer', 'Corp.', 'v', 'Dell', 'Computer', 'Corp.', 'Ltd.', '[', '1992', '],', 'discussed', 'earlier', 'in', 'this', 'chapter,', 'it', 'was', 'held', 'that', 'there', 'was', 'an', 'arguable', 'case', 'of', 'trade', 'libel', 'because', 'the', 'computer', 'systems', 'compared', 'were', 'materially', 'different', 'and', 'the', 'representations', 'as', 'to', 'price', 'were', 'misleading', 'and', 'not', 'justified.']","[5, 9]",0,dell computer corp. ltd.,"In Compaq Computer Corp. v Dell Computer Corp. Ltd. [ 1992 ], discussed earlier in this chapter, it was held that there was an arguable case of trade libel because the computer systems compared were materially different and the representations as to price were misleading and not justified.","['In the early hours of Tuesday I slip into the This is, okay, / We wish you all the best for the future.', 'Nevertheless, thanks to the publishers Liège and SEP, the Volfax newspaper Folkestone has now translated more than seven billion files in a competing manner, the rules of which may not be as clear as they seem.', ""In 1992, following Kenneth Revele's death, several poor businessmen in the United States spoke out in support of Cannota at the University of North Carolina at Chapel Hill in New York and for the National Rifle Association to support the National Rifle Association."", ""It's not the first time the couple have been embroiled in a bitter feud: A source close to the couple told < br >: 'It's been a long time coming."", 'The peaceful protest, which has already gathered in Cevics, offered up to 2.93 million yuan (2.93 million dollars) in compensation for the victims killed in the attack, and said the government would continue to cooperate with authorities to ensure the safety of the victims.']" -428,"['The', 'agreement', 'sought', 'to', 'break', 'down', 'Ford', ""'s"", 'rigid', 'bureaucratic', 'system', 'of', 'categorizing', 'semi-skilled', 'production', 'work', 'and', 'the', 'craft', 'demarcations', 'it', 'had', 'inherited', 'from', 'craft', 'unionism.']","[6, 7]",0,ford,The agreement sought to break down Ford's rigid bureaucratic system of categorizing semi-skilled production work and the craft demarcations it had inherited from craft unionism.,"['He is a classically shocked paranoid citizen who is frightened by the prospect of a familiar mode of production.', ""Former Secretary of State Hillary Rodham Clinton and her husband, former Secretary of State Rex Tillerson, have been in the White House for more than a year, and the president's chief of staff, Mike Pompeo, has been in the White House for more than a year."", 'Planned jobs are planned in the form of defense of foreign policy, marketing, and the language of the English-language, East Korean Wheeler Project approach, according to a person familiar with the matter who spoke on condition of anonymity because he was not authorized to discuss the matter publicly.', 'The agreements, closely watched by the Congressional Budget Office, have allowed Gates to increase the number of contractors in exchange for higher labor reserves.', ""< br > 's DAVID LLOYD reflects on the thrill... and lasts until 3pm BST""]" -429,"['Matsushita', 'researchers', 'have', 'developed', '""beam', 'cursor""', 'software', 'for', 'the', 'interface', 'of', 'the', 'stylus', 'beam', 'with', 'the', 'objects', 'displayed,', 'which', 'is', 'also', 'used', 'for', 're-orientation', 'of', 'the', 'entire', 'room', 'itself.']","[0, 1]",0,matsushita,"Matsushita researchers have developed""beam cursor"" software for the interface of the stylus beam with the objects displayed, which is also used for re-orientation of the entire room itself.","['Matsushita, a researcher at the University of California, Berkeley, said < br >: ""I think it\'s important to remember that if you want to be a professional athlete, you have to be a professional athlete, you have to be a professional athlete, you have to be a professional athlete, you have to be a professional athlete.', 'For the user interface, the Mac Monook credit card patch is designed to allow users to create a personalized, personalized and personalized user interface.', 'Matsushita, who is also a senior fellow at the Center for Strategic and International Studies at the University of California, Berkeley, said: ""I think it\'s important to remember that there are many things in the world that we don\'t know.', ""For most of the chamber's history, the House has not voted on a bill that would make it easier for people to buy health insurance, but the Senate has passed a bill that would make it mandatory for people to buy health insurance through the Affordable Care Act."", ""Matteo Darmian, the former Manchester United striker who has been linked with a move to the Premier League this summer, said: 'I don't want to draw a line under what happened at Middlesbrough and I don't want to let frustrations get the better of me.""]" -430,"['Responding', 'to', 'what', 'they', 'say', 'are', 'inaccurate', 'press', 'stories', '--', 'which', 'we', 'have', 'not', 'seen', '--', 'Micro', 'Focus', 'Plc', 'has', 'issued', 'a', 'statement', 'with', 'Microsoft', ""Corp's"", 'concurrence,', 'saying', 'that', 'their', 'current', 'agreement', 'between', 'will', 'expire', 'on', 'September', '30,', 'but', 'that', 'both', 'want', 'to', 'continue', 'their', 'business', 'relationship', 'into', 'the', 'future', 'and', 'are', 'exploring', 'the', 'terms', 'for', 'the', 'new', 'agreement;', 'as', 'if', 'to', 'emphasise', 'the', 'point,', 'Microsoft', 'yesterday', 'announced', 'shipment', 'of', 'Microsoft', 'Cobol', 'professional', 'development', 'system', 'version', '5.0', 'for', 'Windows,', 'with', 'support', 'for', 'the', 'Visual', 'Basic', 'programming', 'system', 'for', 'Windows', 'and', 'embedded', 'structure', 'query', 'language;', 'it', 'says', 'the', 'new', 'release', 'incorporates', 'the', 'latest', 'version', 'of', 'the', 'Micro', 'Focus', 'compiler,', 'and', 'creates', 'executable', 'files', 'faster', 'and', 'smaller', 'than', 'previous', 'releases;', 'it', 'is', '$900,', 'now.']","[65, 66]",1,microsoft,"Responding to what they say are inaccurate press stories -- which we have not seen -- Micro Focus Plc has issued a statement with Microsoft Corp's concurrence, saying that their current agreement between will expire on September 30, but that both want to continue their business relationship into the future and are exploring the terms for the new agreement; as if to emphasise the point, Microsoft yesterday announced shipment of Microsoft Cobol professional development system version 5.0 for Windows, with support for the Visual Basic programming system for Windows and embedded structure query language; it says the new release incorporates the latest version of the Micro Focus compiler, and creates executable files faster and smaller than previous releases; it is $900, now.","['The panel is expected to decide in the coming days whether to file a motion to dismiss the suit. · The panel is expected to decide in the coming days whether to file a motion to dismiss the suit. · The panel is expected to decide in the next few days whether to file a motion to dismiss the suit. · The panel is expected to decide in the next few days whether to file a motion to dismiss the suit.', 'There is much talk about how this will be the end of the world, but I think it will be the beginning of the end of the world, and it will be the beginning of the end of the world, and it will be the beginning of the end of the end of the world, and it will be the beginning of the end of the end of the world, and it will be the beginning of the end of the world, and it will be the beginning of the end of the world.', 'In response to these far from perfect press reports, IRLEE recommended in June 1992 to inform farmers of the possibility of closing or withdrawing from the market due to a lack of certification opportunities for non-renewable energy sources. -- IRLEE recommended in June 1992 to inform farmers of the possibility of closing or withdrawing from the market due to a lack of certification opportunities for non-renewable energy sources. -- IRLEE recommended in June 1992 to inform farmers of the possibility of closing or withdrawing from the market due to a lack of certification opportunities for non-renewable energy sources.', 'In this situation, Fiscal Products (""Fiscal Products"") considered the Council\'s decision not to proceed with the restructuring of the Company, but to proceed with the restructuring of the Company. ""http: / / www.fiscalproducts.gov / index.html."" The Board of Directors of Fiscal Products (""Fiscal Products"") and the Board of Directors of Fiscal Products (""Fiscal Products"") approved the restructuring of the Board of Directors and the Board of Directors of Fiscal Products (""Fiscal Products"") and the Board of Directors of Fiscal Products (""Fiscal Products"").', 'In its credit insurer, Micmo Focus Plc, the Billi bond insurer / essaywograph / sometimes invests huge amounts of money in second hand investments: Foster EC / Bla, the warrior warrior warrior insurance company, the warrior warrior warrior warrior warrior warrior warrior warrior warrior warrior warrior warrior warrior warrior warrior warrior warrior warrior warrior warrior warrior warrior warrior warrior warrior warrior warrior warrior warrior warrior warrior warrior warrior warrior warrior warrior warrior warrior warrior warrior warrior warrior warrior warrior warrior warrior warrior warri']" -431,"[""it's"", 'Woolworths', 'make,', 'you', 'getting', 'some?']","[1, 2]",0,woolworths,"it's Woolworths make, you getting some?","['You know what?', 'I have Woolworths at home.', 'Constantly bursting girl in ""Wow Upset Budget Hole.""', 'This is not the first time the country has been hit by a financial crisis.', 'This comedy novel, YouTube partnership with Rinterest < unk > < unk > < < unk > < < unk < < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < < unk > & lt; unk < unk > < unk > < unk > < unk > < unk > < unk > < unk > < < unk > < unk > < unk > < unk > < unk > < unk > > > > > < unk > < unk > < unk > < unk > < unk > > > > < unk > > > <']" -432,"['After', 'the', 'war', 'many', 'other', 'sides', 'enjoyed', 'Portuguese', 'hospitality;', 'The', 'Law', 'Society,', 'Eton', 'Ramblers,', 'Dorset', 'Rangers,', 'British', 'Airways', ',', 'The', 'Frogs,', 'Tom', ""Pierce's"", 'Wine', 'Trade', 'XI', '(sic,)', 'and', 'Rhodesian', 'Ridgebacks', 'were', 'among', 'the', 'clubs', 'making', 'annual', 'visits.']","[16, 18]",1,british airways,"After the war many other sides enjoyed Portuguese hospitality; The Law Society, Eton Ramblers, Dorset Rangers, British Airways, The Frogs, Tom Pierce's Wine Trade XI (sic,) and Rhodesian Ridgebacks were among the clubs making annual visits.","['His time on the sidelines dampened his recovery from a serious knee injury.', ""After the game, they were joined by Regus Spencer's Alex Reid as well as Kendall and Kylie Minogue's mother Erica Ferrullana and sister-in-law Erica Ferrullana."", 'After the war, there was still much support for the Lords of the United Kingdom, including from the Queen, the Duke of Edinburgh, the Duke of Edinburgh, the Duke of Edinburgh, the Duke of Edinburgh and the Duke and Duchess of Cambridge.', 'Shocking footage has emerged of the moment a teenager was shot dead by a gang of thugs as he tried to flee the scene of a rampage at a police station in Manchester, England, in the early hours of Friday.', ""Following the alleged dive, < a href > said the club's medical staff had advised the 27-year-old to stay away from the club's training ground for the foreseeable future.""]" -433,"['A', 'similar', 'but', 'somewhat', 'more', 'conventionally', 'presented', 'set', 'of', 'controls', 'is', 'also', 'available', 'on', 'the', ""system's"", 'remote', 'control', 'handset', '(an', 'extra', 'cost', 'item),', 'an', 'unusually', 'well', 'built', 'device', 'which', 'does', 'not', 'come', 'from', 'the', 'Philips', 'parts', 'bin,', 'though', 'it', 'does', 'obey', 'Philips', 'commands.']","[41, 42]",1,philips,"A similar but somewhat more conventionally presented set of controls is also available on the system's remote control handset (an extra cost item), an unusually well built device which does not come from the Philips parts bin, though it does obey Philips commands.","['On the side of the waiter, who saved him a few hundred pounds, he said: ""I need to go back to work,"" adding: ""I need to go back to work, I need to go back to work, I need to go back to work, I need to go to work, I need to go to work, I need to go to work, I need to go to work, I need to go to work, I need to go back to work, I need to go to work, I need to go to work, I need to go to work, I need to go to work, I need to go to work, I need to go to work, I need to go to work.""', 'A similar but slightly different tax system applies to trips to the moon and back, and to the moon and back.', 'A similar but more common service is available via Bera phone (described online as a surcharge), which M & S Bank charges.', ""A similar inconsistency in a slightly more conventional gantry system is more prevalent on the remote than the 7-ton logo Deshometop, which looks like it was used for nearly 9 minutes < br > 's black b) High School R Gutch Rian on game day, and the review said there was always some sort of map compiled by the Hamilton Fulloos clubhouse when they set off."", 'I like to think that I am such a Sissi.']" -434,"['DB2/6000', 'is', 'accompanied', 'by', 'Distributed', 'Database', 'Connection', 'Services,', 'which', 'provides', 'support', 'for', 'IBM', ""'s"", 'Distributed', 'Relational', 'Database', 'Architecture,', 'and', 'the', 'two', 'enable', 'the', 'RS/6000', 'to', 'participate', 'in', 'a', 'distributed', 'schema', 'with', 'DB2', 'on', 'IBM', 'mainframes,', 'the', 'OS/400', 'database,', 'and', 'DB/2.']","[12, 13]",0,ibm,"DB2/6000 is accompanied by Distributed Database Connection Services, which provides support for IBM's Distributed Relational Database Architecture, and the two enable the RS/6000 to participate in a distributed schema with DB2 on IBM mainframes, the OS/400 database, and DB/2.","[""In addition to DACA, reforms are seen as likely because they would give veterans a 2.5 percent tax cut, but retirees don't have to change their tax laws under any circumstances."", 'A few weeks ago, the President of the United States, Joe Biden, the President of the United States, and the President of the United States, Joe Biden, the President of the United States, the President of the United States, the President of the United States, the President of the United States, the President of the United States, the President of the United States, the President of the United States, the President of the United States, the President of the United States, the President of the United States, the President of the United States, the President of the United States, the President of the United States, the United Kingdom, the President of the United States, the United States of America, the President of the United States of America, the President of the United States of America, the United Kingdom', ""Modern Clare's Law is a statute of limitations which states that if a person is convicted of rape, the statute of limitations for which the statute of limitations applies, and if a person is convicted of rape, the statute of limitations for that crime would be extended to six years."", 'In the words of DBJ Bennett, an American passport holder of Indian descent to Indianapolis: ""Visit of the Secretary of Homeland Security and the Secretary of Homeland Security and the Secretary of Homeland Security and the Secretary of Homeland Security and the Secretary of Homeland Security and the Secretary of Homeland Security and the Secretary of Homeland Security and the Secretary of Homeland Security and the Secretary of Homeland Security and the Secretary of Homeland Security and the Secretary of Homeland Security and the Secretary of Homeland Security and the Secretary of Homeland Security and Government Affairs.""', 'Stork 2.0 Device Storage Notes: ""Based on these reports, Microsoft Iduna 4.0 will be available at http: / / www.michael.gov / news-release.html."" http: / / www.michael.gov / news-release.html. ""http: / / www.michael.gov / news / michael.html."" http: / / www.michael.gov / index.html. ""http: / / www.michael.gov / index.html"" http: / / www.michael.gov / index.html. ""target ="" external "">"" external "": / www.michael.gov / index.html.']" -435,"['The', 'three', 'companies', 'have', 'been', 'hammering', 'out', 'their', 'understanding', 'over', 'the', 'last', 'few', 'weeks:', 'AT&T', 'and', 'USL', 'have', 'sought', 'and', 'reportedly', 'received', 'personal', 'assurances', 'from', 'Novell', 'chief', 'Ray', 'Noorda', 'of', 'the', 'continued', 'independence', 'of', 'Unix', 'and', 'the', 'observation', 'of', 'the', 'proprieties', 'of', 'open', 'systems,', 'neutrality', 'and', 'level', 'playing', 'fields.']","[14, 15]",1,at&t,"The three companies have been hammering out their understanding over the last few weeks: AT&T and USL have sought and reportedly received personal assurances from Novell chief Ray Noorda of the continued independence of Unix and the observation of the proprieties of open systems, neutrality and level playing fields.","['Communication solutions, fiber optics, software and some useful applications - many CRM attack surfaces, such as the Path City stable, weigh all legal and collective movements, run efficiently and use Mayable Impasking for targeted vaccinations online from the outset, compared to Maryland - provided the Artic Operator is able to do so.', 'If we look at this particular Pak-Step host gadget, it remains a storage gap, Hinnewald Jäger and Andreas Müller Architekten.', 'The two women have been working together on a bipartisan and weekly communications plan that is expected to take effect by the end of the year, according to people familiar with the matter.', ""'I'm not going to lie, I'm not going to lie, I'm not going to lie, I'm not going to lie, I'm not going to lie, I'm not going to lie, I'm not going to lie, I'm not going to lie, I'm not going to lie, I'm not going to lie, I'm not going to lie, I'm not going to lie, I'm not going to lie, I'm not going to lie, I'm not going to lie, I'm not going to lie, I'm not going to lie, I'm not going to lie, I'm not going to lie, I'm not going to lie, I'm going to lie. '"", 'The three companies, Francais and La Crutoz, have received complaints in recent weeks that they could not pay the $925 million cost of the project, which is scheduled to be completed by the end of the year, according to people familiar with the matter who spoke on condition of anonymity because they were not authorized to discuss the matter publicly.']" -436,"['That', 'is', 'Barclays', 'International', 'in', 'the', 'City,', ""isn't"", 'it?']","[2, 4]",1,barclays international,"That is Barclays International in the City, isn't it?","[""Britons told to 'focus' on Barclays International"", 'Chairman Northern is Barclays International VC, which has $69 billion in assets.', 'Is this the end of the world?', 'This is Barclays International in New York or Wolves in New York: are you on the local court? ""asked Nigel Buschneuberg, a former chief executive of Barclays, in an interview with the New York Times in which he called Sharapova"" one of the best players in the world ""and"" one of the best tennis players in the world. ""', ""It's not the first time the couple have been out and about together, as they were spotted enjoying a romantic getaway in New York on Friday.""]" -437,"['Compaq', 'Computer', 'Corp', 'and', 'Microsoft', 'Corp', 'came', 'together', 'in', 'Washington', 'yesterday', 'to', 'announce', 'that', 'they', 'have', 'entered', 'into', 'a', 'comprehensive', 'agreement', 'to', 'develop', 'new', 'products', 'and', 'markets', 'and', 'to', 'make', 'personal', 'computers', 'easier', 'to', 'use.']","[0, 3]",1,compaq computer corp,Compaq Computer Corp and Microsoft Corp came together in Washington yesterday to announce that they have entered into a comprehensive agreement to develop new products and markets and to make personal computers easier to use.,"[""Compaq Computer Corporation and Microsoft Corp joined Cameron in Washington yesterday to announce today that they would join forces on New Year's Day."", ""Compaq's free phones had been disrupted, Williams said, including strategic assistants and the lower division."", 'They camped out in Ashampoo Bay yesterday and will not return to Queensland until they are ready to take part in the Tests.', 'Ali was at the Lehman Brothers book fair in New York City when she fell pregnant, and she has since helped raise money for the charity she hopes will raise awareness of the disease.', ""Compaq Computer and Microsoft Corp. met yesterday at a conference in Washington to announce the launch of a lawsuit alleging that Streep, Jackie Chan and Conan O'Brien sexually harassed and molested 85 women and girls over a decade.""]" -438,"['Both', 'Rizzo', 'and', 'Cassani', 'are', 'ex-IBM', 'vice-chairmen', 'and', 'according', 'to', 'IBM', 'Akers', 'called', 'them', 'back', 'as', '""counsellors', 'and', 'advisors""', 'with', 'Rizzo', 'for', 'the', 'US', 'and', 'Cassani', 'for', 'Europe.']","[10, 11]",1,ibm,"Both Rizzo and Cassani are ex-IBM vice-chairmen and according to IBM Akers called them back as""counsellors and advisors"" with Rizzo for the US and Cassani for Europe.","['Both J & J and Gavin Barden Jr.', 'The Azhreen and SmutSUG04 have both taken up the cause, as evidenced by a controversial letter from the publisher of ""A.k.I.A.T."" last year - too alarmist in front of my booth - ""racist comedy business.""', ""Both the plea and the plea come from Armin Ruchert, a well-known former head of Swansea's film and television business."", 'Gunners should be worried, he said - as a board, zero misconduct is the only way to use apps exclusively for UK investors.', ""Both Rizzo and Rizzo are vice chairmen of the Millins, who are still trying to figure out how to keep the club afloat and how to keep it afloat, but Rizzo said they're not sure they can do so until the end of the season.""]" -439,"['Santa', 'Clara,', 'California-based', 'Integrated', 'Systems', 'Inc', 'has', 'announced', 'version', '1.1', 'of', 'its', 'Xmath', 'mathematical', 'tool', 'for', 'X-Windows', 'and', 'Motif:', 'prices', 'start', 'at', '$2,500', 'on', 'Sparcstations', 'and', 'DECstations', '--', 'Hewlett-Packard', 'Co', ',', 'Silicon', 'Graphics', 'Inc,', 'IBM', 'and', 'VAX/VMS', 'editions', 'follow.']","[28, 30]",1,hewlett-packard co,"Santa Clara, California-based Integrated Systems Inc has announced version 1.1 of its Xmath mathematical tool for X-Windows and Motif: prices start at $2,500 on Sparcstations and DECstations -- Hewlett-Packard Co, Silicon Graphics Inc, IBM and VAX/VMS editions follow.","['After the Brexit vote, David Davis, the shadow Brexit secretary, said: ""It is clear that the Government will not be able to deliver on the promises we made to the British people during the referendum campaign.""', 'Integrated Systems Inc., headquartered in Santa Clara, California, will release e-version 1.1 of the X-86 on the X-86 Web Tube Hearthstone, which displays the X-86 on the X-86 Web Tube Hearthstone, and e-version 1.1 of the X-86 on the X-86 Web Tube Hearthstone.', 'Integrated rape prevention law ""Prayuth,"" which forgets how to use entire 3D machines. Seight, according to fili Semichange, introduces SAS Documentaryson Windows 2 6-GHG, community leader and community organizer S. Kian YDarren, center is Jill T. Mitte, head circumvention physician at Sony CiliJism, center, and Tmin whyuth Deigiping, center.', ""5 Data Transmitter 7 Sales Dates Stored in Many Days 1.6 Mbps Leave August Hofmann Inspection 30pc Denmark Yes Kim's a cloud dolace Cavdome"", '""I think it\'s going to take a long time to get to the stage where we can say, \'Hey, we\'re doing this, we\'re doing this, we\'re doing this, we\'re doing this, we\'re doing this, we\'re doing this, we\'re doing this, we\'re doing this, we\'re doing this, we\'re doing this,\'"" he said.']" -440,"['Prahalad', 'and', 'Doz', 'provide,', 'for', 'example,', 'a', 'diagram', 'showing', 'the', 'world-wide', 'interconnections', 'of', 'different', 'parts', 'of', 'IBM', '.']","[16, 17]",0,ibm,"Prahalad and Doz provide, for example, a diagram showing the world-wide interconnections of different parts of IBM.","[""Prahajad and Doz, for example, are looking for a replacement for IBM's Delhi office, which prevents Kyrgios from returning to his hometown."", 'Prahalad, for example, prefers to look like an amputee, while Australia has many established ambitions.', 'Prahalad and Doz Dalatch, for example, provide facts and figures about the most negative developments for Stuttgart, and the most recent, which implies, is the executive compensation of $200,000 to $40.01 million for the world-leading company Chaunner.', 'In a statement released on Thursday, the company said it was ""deeply saddened"" by the news of the death of a man killed in a car crash on the outskirts of London and was ""deeply saddened"" by the loss of his life.', 'Prada and Doz, for example, offer an amateur image of a fat man and newspaper reader.']" -441,"['For', 'the', 'cars', 'share', 'virtually', 'identical', 'body', 'shells', 'and', 'both', 'are', 'powered', 'by', 'engines', 'from', 'Honda', ""'s"", 'Swindon', 'plant', 'where', 'the', 'Accord', 'is', 'also', 'manufactured.']","[15, 16]",0,honda,For the cars share virtually identical body shells and both are powered by engines from Honda's Swindon plant where the Accord is also manufactured.,"[""This is because the bodies are largely identical to those of their ZIV vehicles, and both are to be powered by engines from Jamaica's white factory."", 'According to Microsoft Virgnieus (Microsoft), the tambourines are treated on a carousel that is used for months to interact with and manage the stressful traffic.', 'The two cars have almost identical body sizes of different body sizes and similarities, and Boatfazl is the first of its kind to be built in the UK and the first of its kind to be built in the UK and the first to be built in the UK and the first to be built in the UK and the first to be built in the UK.', 'After all, they all wear practically the same pair of socks - tapestries as on a map and with residents as well as with the butcher.', ""That's because the two vehicles are virtually identical, so both are powered by engines that are suspicious of Honda's operation. < unk >'s < unk >'s < unk > mini aliens have a look at what awaits them now. < unk >'s < unk > columnist JAMIE REDKNAPP offers you an all you need to know for the weekend's action, with team news, preliminary squads, team news, betting odds and Opta stats ahead of the weekend. < unk > brings you the 10 things you need to know.""]" -442,"['SIS', 'DISTRIBUTION', 'TO', 'DISTRIBUTE', 'COMPAQ', ""PC'S""]","[4, 5]",0,compaq,SIS DISTRIBUTION TO DISTRIBUTE COMPAQ PC'S,"['SIS MIDDLE to the message Cipher & Compiler mate.', 'Nina dreams of proximity to double guarantees', 'SECRET Discussion on Crown Charges for PC', ""< p > Claude Boleyma AN @ - @ PLACE-NORTH '&' Halib VS rejected"", ""We will continue to analyse Gaddafi's policy of détente.""]" -443,"['Details', 'of', 'the', 'Delta', 'range', 'from', 'Multico', 'Ltd,', 'Brighton', 'Road,', 'Salfords,', 'Redhill,', 'Surrey,', 'RH1', '5ER.', '(0293)', '820623.']","[3, 4]",0,delta,"Details of the Delta range from Multico Ltd, Brighton Road, Salfords, Redhill, Surrey, RH1 5ER. (0293) 820623.","['Additional reporting by Bobby McCormick in Valfords Road, Redhill, Surrey. ($1 = 0.8570 euros) (Reporting by Bobby McCormick; Editing by Andrew Hay)', ""< br > Racing expert Robin Goodfellow gives his tips ahead of Thursday's meetings at Royal Ascot, Cheltenham, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton."", 'Under the v2 TeleviStorm agreement, polyoxide is banned on the bottled water market in Quebec and the rest of the world.', 'Details on Depit\'s ""Delta Tent"" 2.0 Men\'s Edition\'ve Consumer Edition: VH1 6B2 6213 Boom. < br >\'s Tony Lo looks at the gadget PC makers in the U.S.', 'Details on DF from the Delta Oliver Cleannon channel of the official Deceiving Emballetgram of Mavokonne Nar Capital leave < unk > on 13 Oct, < unk >\'s 8Jon < unk >\'s Indu Duke checks in on Oct 13 (win < unk > the match, 6 Oct) 4RWE Metro traffic + GHOSS 19 Oct 16 Sanders Bros Blow ""76 Lohmark version Verizon\'s Diamond Mueller package and Ranshan\'s special deal for this < unk >\'s $64.5 million MarketFilips image department supports 100 zero to 7.1.2 cÃ¥rs a 1999 < unk >']" -444,"['Greedy', 'BT', '.']","[1, 2]",1,bt,Greedy BT.,"['Suboptimal.', 'Complicated ferocity.', 'That is not the case.', 'Lost love', 'Wealthy Beatworks: Pot 1 Intelligent Wi-Fi behavior LC ""determines when, for example, child-aged imports claim to be secure enough for their Accord smartphones, and determines safe reasons and authorized behavior LC"" determines after the target anniversary display is available... Now (DELL 9H) (DELL 9H) (DELL 9H) (DELL 9H) (DELL 9H) (DELL 9H) (DELL 9H) (DELL 9H) (DELL 9H) (DELL 9H) (DELL 9H) (DELL) (DELL) (DELL) (DELL) (DELL) (DELL) (DELL) (DELL) (DELL) (DELL) (DELL) (DELL) (']" -445,"['This', 'year,', 'however,', 'new', 'year', 'greetings', 'from', 'Philip', 'Morris', ',', 'specifically', 'addressed', 'to', 'the', 'younger', 'generation,', 'occupied', 'a', 'whole', 'page', 'of', 'the', 'Italian', 'newspaper', 'La', 'Republica', 'on', '31', 'December', '1992,', 'and', 'included', 'a', 'message', 'singed', 'by', 'the', 'Nobel', 'prizewinner', 'under', 'the', 'heading', '""Culture', 'of', 'the', 'modern', 'time"".']","[7, 9]",0,philip morris,"This year, however, new year greetings from Philip Morris, specifically addressed to the younger generation, occupied a whole page of the Italian newspaper La Republica on 31 December 1992, and included a message singed by the Nobel prizewinner under the heading""Culture of the modern time"".","['However, the latter is the subject of an investigation this year by the Independent Police Complaints Commission (IPCC), which is investigating the death of a woman involved in an early-morning accident that killed a man who had been driving a car with several pedestrians in the area at the time of the incident and who was found to have been involved in a road accident in the early hours of the morning.', 'In an open and depressing letter, Sen. Hillary Rodham Clinton (D-N.Y.) wrote that she was ""deeply saddened"" by the death of her husband, Sen. John McCain (R-Ariz.), who died in a car crash last month.', 'Å trovoiguro Windows collapsed in 2009, resulting in a loss of more than $1 billion for Carson, a foreign language and mobile phone competitor who had spent years working on anti-piracy solutions.', 'This year, by contrast, talk shows like ""Demeus Is a Peer"" have shifted from ""19: 15"" to ""21,"" and since ""I\'m A Celebrity... Get Me Out Of Here!"" and ""I\'m A Celebrity... Get Me Out Of Here!"" have grown from 156.5 million to 156.5 million viewers.', ""In that interview, some of Hawking's defense attorneys, speaking on condition of anonymity because they were not authorized to speak to the media, said he was not aware of the allegations against him, but he was aware of them.""]" -446,"['Three', 'times', 'world', 'champion', 'Ayrton', 'Senna', 'will', 'be', 'driving', 'for', 'the', 'Williams', 'team', 'next', 'season', '...', ""that's"", 'official', '...', 'and', 'alongside', 'him', 'on', 'the', 'grid', 'will', 'be', 'Damon', 'Hill', '...', ""that's"", 'a', 'relief.']","[11, 12]",0,williams,Three times world champion Ayrton Senna will be driving for the Williams team next season... that's official... and alongside him on the grid will be Damon Hill... that's a relief.,"[""Three-time world champion Ayrton Senna will drive for Mercedes next season, motorsport's world governing body FIA has announced."", '3 times shared for personal messages < br > s Antonio Dbisa reports', 'In addition to the Joker, his Lahel Larus Race will also take place, in which two-year-old Coyotes Johnny will compete.', 'Three-time major winner Soren Kjeldsen has just birdied the second to move to one under for the day and to level par for the Championship.', ""For Gerard Assou-Ekotto, who has been linked with a move to Manchester United, it was a sign of the times that Pogba's agent Jose Mourinho told the club's official website: 'We are very happy to have signed him.'""]" -447,"['It', 'is', 'impossible', 'to', 'see', 'why', 'such', 'protectionism', 'will', 'make', 'the', 'key', 'players,', 'Philips,', 'SGS-Thomson', 'and', 'Siemens,', 'more', 'competitive', 'against', 'the', 'Japanese', 'firms,', 'NEC', 'and', 'Toshiba,', 'or', 'the', 'American', 'Intel', 'and', 'Motorola.']","[23, 24]",0,nec,"It is impossible to see why such protectionism will make the key players, Philips, SGS-Thomson and Siemens, more competitive against the Japanese firms, NEC and Toshiba, or the American Intel and Motorola.","['The fact that such a protectionist approach will make Philips and BAZL favorites over China, Nior and Zhou, and that Adidas would have to pay the price for such a protectionist approach, is something our association has been working on without further comment from the Chinese government.', 'There are 52 million long-term unemployed who need housing and asset management, 3.5 billion who need to be employed, 3.5 billion who need to be paid a living wage, 3.5 billion who need to be paid a living wage, 4.5 billion who need to be paid a living wage, 4.5 billion who need to be paid a living wage, 4.5 billion who need to be paid a living wage, 4.5 billion who need to be paid a living wage, 4.5 billion who need to be paid a living wage, 4.5 billion who need to be paid a living wage, and so on.', 'The main features of the study are studies published in the journal Poll Symphony - Headlines, Mon - First (selected CA Gingrich: Emmanuel EstremeastemIN add possibility d\'Konstanz ""scriptwriter"" almost adventurous, ""footballer - Information Early Education Fund Editor n dat protocol of his doctoral program) - list of Croatian children\'s campaigns agenda pharmaceutical products late loaded.', 'Selling price? £10million? £10million? £10million? £10million?????????????????????????????????????????????', 'Jong-un, a prima donna of weeping jewellery, is said to have studied at the University of South Korea.']" -448,"['The', 'Labour', 'Party', 'spokesperson', 'on', 'trade', 'and', 'industry', 'on', 'Dec.', '7,', '1989,', 'published', 'letters', 'leaked', 'to', 'him', 'which', 'principally', 'disclosed', 'that', 'Lord', 'Young', 'of', 'Graffham,', 'Trade', 'and', 'Industry', 'Secretary', 'at', 'the', 'time', 'of', 'the', 'Rover', 'sale,', 'had', 'offered', 'to', 'BAe', 'chairman', 'Roland', 'Smith', 'a', 'variety', 'of', 'means', 'by', 'which', 'both', 'the', 'government', 'and', 'BAe', 'could', 'avoid', 'parliamentary', 'and', 'EC', 'scrutiny,', 'relating', 'to', 'the', 'date', 'on', 'which', 'the', 'purchase', 'price', 'of', 'Rover', 'would', 'be', 'paid.']","[53, 54]",1,bae,"The Labour Party spokesperson on trade and industry on Dec. 7, 1989, published letters leaked to him which principally disclosed that Lord Young of Graffham, Trade and Industry Secretary at the time of the Rover sale, had offered to BAe chairman Roland Smith a variety of means by which both the government and BAe could avoid parliamentary and EC scrutiny, relating to the date on which the purchase price of Rover would be paid.","[""On December 7, 1989, the world's leading industrial association published new letters showing that Lukaku had been tampered with metal and that he had received a copy of Hans Meyer Lagery's handwriting."", 'It was not approved by the buyers, but the Porr would be categorically excluded and then, as one can imagine, controlled by the sale of the Toyota cockpit brigade (limited to a few cars), because there were a lot of new developments from the power companies Housah to the helper.', 'In particular, on 7 December 1989, the Secretary of State (Mrs Miller) and the Secretary of State, who had been responsible for MONOHC since the beginning of the campaign, issued a Memorandum of Understanding in which the Secretary of State (Mrs Miller) and the Secretary of State (Mr Miller) agreed that these positions should be taken over by the Secretary of State (Mr Miller) and the Secretary of State (Mr Miller).', 'Across the Atlantic, an International Atomic Energy Agency (IAEA) missile test has been underway since 1886, but no homes have been located in the area until 2028, according to Lauren Yuntim, a spokeswoman for the U.S. Agency for International Development (IAEA).', 'And & amp; Land & amp; Land & amp; Land & amp; Land & amp; Land & amp; Land & amp; Land & amp; Land & amp; Land & amp; Land & amp; Land & amp; Land & amp; Land & amp; Land & amp; Land & amp; Land & amp; Land & amp; Land & amp; Land & amp; Land & amp; Land & amp; Land & amp; Land & amp; Land & amp; Land; amp; Land & & amp; Land; Land & & amp; amp; Land; Land & & & amp; Land; Land; Land; Land & amp; Land; Land; Land & amp; Land; Land; Land & amp; Land; Land; Land; Land; amp; Land; Land; amp; Land; Land; Land; amp; Land; Land; Land; amp; Land; Land; amp; Land; Land; amp; Land;']" -449,"['Oracle', 'and', 'Sybase', 'have', 'already', 'set', 'in', 'motion', 'plans', 'for', 'parallel-enabled', 'versions', 'of', 'their', 'respective', 'database', 'engines,', 'and', 'other', 'players', 'are', 'expected', 'to', 'follow', 'suit.']","[0, 1]",1,oracle,"Oracle and Sybase have already set in motion plans for parallel-enabled versions of their respective database engines, and other players are expected to follow suit.","[""I'm sure there will be a lot of people who will be thrilled to see the back of Aspire."", 'In a statement, the company said: ""We are pleased to announce that we have reached agreement with the Department of Health and Human Services (DHS) and Department of Health and Human Services (DHS) to provide comprehensive guidelines for the treatment and treatment of these patients.""', '""I think it\'s going to take a lot of time to get to the bottom of this, and I think it\'s going to take a lot of time to get there,"" he said.', '""We\'re going to have a lot of work to do to make sure we\'re able to do that, and we\'re going to have to make sure we\'re able to do that, and we\'re going to make sure we\'re able to do that and we\'re able to do that,"" he said.', ""Oracle's Age Set Micro CRM 3 began months ago to defeat wishful thinking and perhaps even render that promise useless, but it's not the first time Oracle has tried it. -- Exchange Data proposes to change the code without legislation. -- Louis phq submits evacuation account options Pittsburgh Pascenary Bonds that cannot be distributed, problems will be solved gradually during Autome's tenure. -- Oracle's Age Set Micro CRM 3 began months ago.""]" -450,"['What', 'we', 'will', 'never', 'know', 'is', 'what', 'price', 'Ford', 'will', 'have', 'to', 'pay', 'to', 'get', 'it', 'to', 'the', 'top', 'spot.']","[8, 9]",0,ford,What we will never know is what price Ford will have to pay to get it to the top spot.,"['What, let alone transitional rites for the Supreme Court?', 'You never know what price Ford will pay: ""Well, we\'ll have to wait and see what happens.""', 'What we will never know is what we would pay back at the 15p rate, Hannah Schwarzenegger Felix of the American investor Loch List, 7 million shares (Crawfa 2011), ""13 Moons of Asia Technologies"" (from 5.47% next year), ""13 Moons of Asia Technologies"" (from 5.47% next year), ""13 Moons of Asia Technologies"" (from 5.47% next year), ""13 Moons of Asia Technologies"" (from 5.47% next year), ""13 Moons of Asia Technologies"" (from 5.47% next year), ""13 Moons of Asia Technologies"" (from 5.47% next year). ""', 'So we went to Aleppo.', 'What you will never know is how long you will live, how long you will live, how long you will live, how long you will live, how long you will live, how long you will live, how long you will live.']" -451,"['Nippon', 'Telegraph', '&', 'Telephone', 'Corp,', 'a', 'regular', 'customer', 'of', 'AT&T', 'Co', 'these', 'days,', 'is', 'to', 'buy', '12', 'AT&T', 'switches', 'for', 'directory', 'assistance', 'and', 'collect-call', 'services,', 'starting', '1995.']","[9, 11]",0,at&t co,"Nippon Telegraph & Telephone Corp, a regular customer of AT&T Co these days, is to buy 12 AT&T switches for directory assistance and collect-call services, starting 1995.","[""Nippon, the world's largest telecommunications company, is the world's largest provider of cloud computing services and the world's largest provider of cloud computing services."", 'Kenny McIntyre, Chairman and CEO of P & G, said: ""We are pleased to announce that we have entered into a long-term strategic partnership with Royal Bank of Scotland (RBS) that will enable us to further expand our business in the UK... and we look forward to working with Royal Bank of Scotland (RBS) and Royal Bank of Scotland (RBS) to ensure that we continue to deliver the best possible quality of life to our customers... and we look forward to working with them in the future.""', ""The selfie revolves around famed Australian astronomer Alicia Schnapp, and even Ropertz, who is accused of trying to stifle Landau's fears that it could get hot, is sympathetic."", 'In a statement, the company said: ""We are pleased to announce that we have agreed a new contract with the UK Government to produce the series, which runs until the end of next year.', ""Today's report that The Mail on Sunday has uncovered evidence of a burglary that took place months before the property was bought is a damning indictment of the way the police, Crown Prosecution Service, Crown Prosecution Service and Crown Prosecution Service - all of whom have a duty to protect the public - have been using sophisticated methods to corrupt and evade justice.""]" -452,"['Fishing', 'tackle', 'manufacturers', 'Daiwa', 'Sports', 'Ltd', 'has', 'donated', 'around', '$10,000', 'worth', 'of', 'freshwater', 'fish', 'to', 'the', 'Broughton', 'Hall', 'Angling', 'Club,', 'West', 'Derby', 'just', '12', 'months', 'after', 'all', 'their', 'fish', 'were', 'wiped', 'out', 'in', 'a', 'oil', 'spill.']","[3, 6]",0,daiwa sports ltd,"Fishing tackle manufacturers Daiwa Sports Ltd has donated around $10,000 worth of freshwater fish to the Broughton Hall Angling Club, West Derby just 12 months after all their fish were wiped out in a oil spill.","['fishing rods, fishing rods, fishing rods, fishing rods, fishing rods, fishing rods, fishing rods, fishing rods, fishing rods, fishing rods, fishing rods, fishing rods, fishing rods, fishing rods, fishing rods, fishing rods, fishing rods, fishing rods, manufacturer Daiwa Sport, a company that makes fishing rods, fishing rods, fishing rods, fishing rods, fishing rods, fishing rods, fishing rods, fishing rods, fishing rods', 'Only Diabetes Twist - Penalties. -- Many brands, including Rihanna, Ficon, but also Jiges Charlie Cumer & Adam McArdle, could be added to their global product line without paying millions of dollars in taxes, entrepreneurs have pointed out in the craziest way: Fisherman\'s Tavern (""Fisherman\'s Tavern,"" ""Fisherman\'s Tavern,"" ""Fisherman\'s Tavern,"" ""Fisherman\'s Tavern,"" ""Fisherman\'s Tavern,"" ""Fisherman\'s Tavern,"" ""Fisherman\'s Tavern,"" ""Fisherman\'s Tavern"" and ""Fisherman\'s Tavern"").', 'Weekend drinks, spring and eggnog from the garlic column, sure, when you walk through the door of your local supermarket, better-than-you-could-come-out-of-the-woods, better-than-you-can-come-out-of-the-woods-in-the-woods-better-than-you-can-come-out-of-the-woods.', ""Exactly 12 months before the start of the Premier League season, < a href > TOM FARMERY has all you need to know about Bent's future as he prepares to sign a season-long loan deal from Bournemouth that runs until the end of the season. < a href > TOM FARMERY brings you the best signings from around the world."", 'Immediately after Hurricane Irma in November, the National Hurricane Center said the storm would weaken to a tropical storm by the end of the week, and the National Hurricane Center said it would weaken to a tropical storm by the end of the week.']" -453,"['Their', 'Honda', 'spun', 'out', 'of', 'control', 'and', 'crashed', 'through', 'their', 'front', 'wall.']","[1, 2]",1,honda,Their Honda spun out of control and crashed through their front wall.,"['Her Honda spun out of control.', 'Her Honda quickly spun out of control and crashed into the front of the car.', 'Her Honda rotation calculations said she had eliminated spins that caused administrative headaches.', 'Honda was given pill to control his treatment', ""< br > Racing expert Robin Goodfellow gives his tips ahead of Thursday's meetings at Newmarket, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton.""]" -454,"['Richemont', 'and', 'Philip', 'Morris', ',', 'the', 'US', 'brewing,', 'food', 'and', 'tobacco', 'giant,', 'are', 'the', 'leading', 'Rothmans', 'shareholders', 'with', '64', 'per', 'cent', 'of', 'the', 'capital.']","[2, 4]",0,philip morris,"Richemont and Philip Morris, the US brewing, food and tobacco giant, are the leading Rothmans shareholders with 64 per cent of the capital.","[""Rothman's main shareholders are Vietnam's Richemont and Philip Morris, the world's leading telecommunications company, which will take a 64 percent stake."", 'Richemont and Philip Morris, Corp. were the largest companies among the Saudis, with a market share of 134 percent.', 'Richemont and Philip Morris remain important to the US brewing and tobacco industry, holding 85 per cent and 73 per cent of Toscat\'s 700 shares respectively, but two weeks later, a black mark was on shareholders ""minds, followed by a dry spot for Ritcon.', 'Sophia Thompson, chief executive of the National Association of Head Teachers, which represents teachers, said: ""This is the first time we have seen an increase in the number of head teachers in the UK.', 'Violence must be contained, says longtime Manafort aide']" -455,"['Sun', 'Microsystems', 'Inc', 'will', 'be', 'building', 'its', 'next-generation', 'workstations', 'and', 'servers', 'out', 'of', 'a', 'family', 'of', '64-bit', 'multiprocessor', 'chips', 'that', 'it', 'is', 'designing', 'called', 'UltraSparc,', 'and', 'the', 'chips', 'should', 'take', 'Sun', 'machines', 'close', 'to', 'the', 'end', 'of', 'the', 'decade.']","[30, 31]",0,sun,"Sun Microsystems Inc will be building its next-generation workstations and servers out of a family of 64-bit multiprocessor chips that it is designing called UltraSparc, and the chips should take Sun machines close to the end of the decade.","['Sun Microsystems is building on the next generation of its MajireSat (SwillSat) chipsets in the form of a series of 64-bit (Half-Aig) chipsets and lowering structured (Half-Aig) chipsets, as well as other OneSat (Half-Aig) chipsets and lowering structured (Half-Aig) chipsets. -- Leaves was ranked just below five, according to the Electric SUVs, a guitar group led by Integration N.M.N. Kevin McClellan, a software developer, developed the full range of tools for their integration capabilities. -- Sun Microsystems is building on the next generation of its MajireSat (SwillSat) chipsets in the form of a series of 64-bit (Half-Aig) chipsets and lowering structured (Half-Aig) chips.', ""Sun Microsystems Inc., the world's largest electronics company, plans to launch 21 models in the United States in the coming months, the company said in a statement."", 'Sun Micros, headquartered in Kan (32-27) & Hallmark Norway, has sold half of its Canadian Chrbanus plant to a key witness of its ""big-kick abrasion"" (up to 25 by the end of the last century) and plans to reduce distances across the country to minimize parcel frequencies on some days.', 'At the moment we have a lot of young players coming through and we have a lot of young players coming through and we have a lot of young players coming through and we have a lot of young players coming through and we have a lot of young players coming through.', 'O\'Neill Solarhouse SA, a subsidiary of Christie\'s, said in a statement that it was ""deeply saddened"" to hear of the loss of a board member who died in the accident and that it was ""deeply saddened and saddened"" by the loss of his life.']" -456,"['DELTA', 'AIR', 'LINES']","[0, 3]",0,delta air lines,DELTA AIR LINES,"['Stratified mines', 'Eco-Libya: Rosetta', 'Dandenong Tequila joint venture with Edinburgh Tequila', 'DELET 1999: 12cc from Custom Elevator Ministry TheFeature Jistel Studies', 'DAN ATKINSON: England desperately need a left-sided defender to lead Wales']" -457,"['With', 'more', 'than', 'half', 'the', 'world', 'market,', 'Boeing', ""'s"", 'share', 'is', 'more', 'than', 'double', 'that', 'of', 'its', 'two', 'biggest', 'competitors:', 'Airbus', 'and', 'McDonnell', 'Douglas.']","[7, 8]",0,boeing,"With more than half the world market, Boeing's share is more than double that of its two biggest competitors: Airbus and McDonnell Douglas.","['Given that more than 54 per cent of medals won at these Games have been in the ""optional"" sports at these Games, it\'s incredible to think that four-time Olympic champion Ohuruogu will be taking part.', 'In Mexico, Boeing ranks second in the world for a three-day beard, half a day, half a day, half a day, half a day, half a day, half a day, half a day, half a day, half a day, half a day, half a day, half a day.', 'Goodby Creed has to fight for survival, and a third is declared dead in the blizzard, and once again Islam seems obsolete and obsolete.', ""Boeing's Diepholz is the latest in a long line of aircraft built in the United States, including the Boeing 777, the Boeing 777, the Boeing 777, the Boeing 777, the Boeing 777, the Boeing 777, the Boeing 777 and the Boeing 777-200."", 'Convynser said: ""We, Convynser, are wrong, we are wrong, we are wrong, we are wrong, we are wrong, we are wrong, we are wrong, we are wrong, we are wrong, we are wrong, we are wrong, we are wrong, we are wrong, we are wrong, we are wrong, we are wrong, we are wrong, we are wrong, we are wrong, we are wrong, we are wrong, we are wrong.""']" -458,"['Intel', 'is', 'therefore', 'reportedly', 'telling', 'its', 'OEMs', 'that', 'the', 'P6', 'will', 'be', 'purposely', 'held', 'back', 'from', 'the', 'market,', 'despite', 'its', 'state', 'of', 'readiness,', 'to', 'allow', 'them', 'to', 'recoup', 'their', 'investment', 'in', 'Pentium.']","[0, 1]",1,intel,"Intel is therefore reportedly telling its OEMs that the P6 will be purposely held back from the market, despite its state of readiness, to allow them to recoup their investment in Pentium.","['According to reports, the P8 Ferrowman has only known its original equipment supplier for a short time, possibly spontaneously.', 'Intel will try to restrict its online trading by the end of the year, when it will be able to launch a new version of its iPod Touch, which is expected to be the first of its kind in the United States, according to a person familiar with the matter who spoke on condition of anonymity because the company is not authorized to discuss the matter publicly.', 'As a result, Intel is writing off the clinics, the manufacturer and the company in a way that makes it easier for them to get through the process, said a person familiar with the matter who spoke on condition of anonymity.', 'Intel still accuses Christian churches and a Palo Alto businessman of failing to protect non-Christian parents because of tips, and, like Hinz, has jobs in New York, New York, New York, New York, Washington, D.C., New York, Washington, D.C., New York, Washington, D.C., New York, Washington, D.C., Washington, D.C., Washington, D.C., Washington, D.C., Washington, D.C., D.C., Washington, D.C., D.C., D.C., D.C., D.C., D.C., D.C., D.C., D.C., D.C., D.C., D.C., D.C., D.C., D.C., D.C., D.C., D.C., D.C.', 'Intel would not disclose details of its own technology, Jagger said.']" -459,"['It', 'was', 'a', 'remarkable', 'achievement', 'for', 'a', 'company', 'created', 'just', 'over', 'a', 'year', 'earlier', 'and', 'which', 'had', 'had', 'to', 'pitch', 'against', 'some', 'of', 'the', ""world's"", 'largest', 'train-builders,', 'including', 'GEC', 'Alsthom,', 'Siemens', ',', 'and', 'BREL,', 'the', 'dominant', 'British', 'manufacturer.']","[30, 31]",0,siemens,"It was a remarkable achievement for a company created just over a year earlier and which had had to pitch against some of the world's largest train-builders, including GEC Alsthom, Siemens, and BREL, the dominant British manufacturer.","[""A new report by the National Institute for Health and Care Excellence (NICE), published in the journal Nature Communications, found that the number of people diagnosed with Alzheimer's or other neurological disorders last year rose by more than 50%, while the number of people diagnosed with the disease increased by more than 50% last year."", 'A notable example of this is the fact that in the months leading up to the general election, only a handful of MPs were able to vote without having to be one of the candidates at the same time, which is also helpful because it would be impossible for them in the future to do so before new elections such as massive town hall checks.', 'For the organizer, it\'s a distress call for my son: I\'m told that Mel Hull only wishes to be listed as ""no darkness."" < br >', ""He has done remarkable work at a remarkable time in the history of the club + at the time of van Gaal's arrival, the club was in the midst of a transition period during which they were having difficulties with the likes of Manchester United, Manchester United, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal"", 'In a statement, the company said: ""We are pleased to announce that we have reached a definitive agreement to sell the company.']" -460,"['HEWLETT-PACKARD', ',', 'IBM', 'SEEKING', 'CLOSER', 'ALLIANCE']","[0, 1]",1,hewlett-packard,"HEWLETT-PACKARD, IBM SEEKING CLOSER ALLIANCE","['HEWLEY Maps, IBMS SEE CONCLUSION', 'WWF, IB, SEEKING CLASS: 46.5 fingers diameter: 46.5 inches', 'HEWLETT, Germany (AP) - The world No.', 'What does that mean, plus $700.0 for every dollar spent (a third of the $700.0 spent in the first half of the year)?', 'Walk away from the club.']" -461,"['The', 'workshops', 'are', 'organised', 'by', 'The', 'Domino', 'Consultancy,', 'UK', 'leaders', 'in', ""women's"", 'development', 'and', 'training,', 'and', 'advisers', 'to', 'top', 'companies', 'including', 'Lucas', 'Industries,', 'Shell,', 'Barclays', 'and', 'NatWest.']","[24, 25]",1,barclays,"The workshops are organised by The Domino Consultancy, UK leaders in women's development and training, and advisers to top companies including Lucas Industries, Shell, Barclays and NatWest.","['In addition, the Company provides the following services to the Company: -- The Company provides the following services to the Company: -- The Company provides the following services to the Company: -- The Company provides the following services to the Company: -- The Company provides the following services to the Company: -- The Company provides the Company: -- The Company provides the Company: -- The Company provides the Company: -- The Company provides the Company: -- The Company provides the Company: -- The Company provides the Company: -- The Company provides the Company: -- The Company provides the Company: -- The Company provides the Company: -- The Company provides the Company: -- The Company provides the Company: -- The Company provides the Company: -- The Company provides the Company: -- The Company provides the Company: -- The Company provides the Company: -- The Company provides the Company: -- The Company provides the Company: -- The Company provides the Company: -- The Company provides the Company provides the Company: --', ""The workshops are funded by the British planning agency Domino's and run by Armb, Bullard and the National Science Foundation among others, while Ebert Cinven, a retired nuclear engineer, is also a member of the board of trustees."", 'The workshops are organized by The Domsi Allies Market, a not-for-profit organization dedicated to giving young women new access to their lives, and are organized by The Domsi Allies Market, a not-for-profit organization dedicated to educating and educating women and girls about the importance of gender equality in the workplace. -- The Domsi Allies Market, a not-for-profit organization that promotes and promotes gender equality in the workplace. -- The Domsi Allies Market, a not-for-profit organization that promotes gender equality in the workplace.', ""They include George W. Bush, Sharyboy Dave Stockton and El-Sissi, who are both under pressure from Netanyahu's Ashraf Mansour, and Liz Livingstone, who accuses Banks of handing power over history."", 'Organizers said they would work closely with ""all"" in booming brands - ""relatively competitive"" Russian camps aimed at budget buyers, ""Beijing"" 40numa ""40numa"" 40numa ""140 dirs from February to February.']" -462,"['Two', 'companies,', 'Conoco', '(UK)', 'and', 'Total', 'Oil', 'of', 'France,', 'are', 'investing', '$400m', 'in', 'developing', 'the', 'Murdoch', 'and', 'Caister', 'fields', 'with', 'a', 'new', '112', 'mile', 'pipeline', 'link', 'to', 'the', 'Conoco', 'terminal', 'at', 'Theddlethorpe,', 'Lincolnshire.']","[28, 29]",0,conoco,"Two companies, Conoco (UK) and Total Oil of France, are investing $400m in developing the Murdoch and Caister fields with a new 112 mile pipeline link to the Conoco terminal at Theddlethorpe, Lincolnshire.","[""Farage and Abu Bakr al-Baghdadi need to unite and pool the power of Undone We - it's important to have a productive word about the ticks in the box (lots of subsidies and services) because we can't all produce (ABC News)."", 'Warriors, Rotations and Office Surveillance were part of the Sunni group that supported the changes to the federal government, and we support nongovernmental organizations including the American Civil Liberties Union, the American Civil Liberties Union, the American Civil Liberties Union, the American Civil Liberties Union, the American Civil Liberties Union, the American Civil Liberties Union, the American Civil Liberties Union, the American Civil Liberties Union, and the American Civil Liberties Union.', 'Heat and flammable exhaust gases have a significant impact on energy. Shifts in the oil pool have had an impact over the past decade, including multi-million dollar landslides on 109 million barrels of oil per day. -- From Greenhorn, Ore., to Borsig, Ore., on November 14, 2012. -- Reopened in 1984.', 'The house - the wedding of all our jobs - is remotely owned... by a number of regulators... hired McCarth... of Leicester... and Borores... and Borores... and Borges... and Borges... and Borges... and Borges... and Borges... and Borges... and Borges.... and Borges... and Borges... and Borges... and Borges.... and Bores.... and Bores..... and Borges.. and Borges.... and Borges.... and Borges.. and Borges.. and Borges.. and Borges.. and Borges.. and Borges.. and Borges.. and Borges.. and Bores.. and Bores.', 'In June, following evictions dating back to 1830 (against which John Needham had sued in 1975), Irn-Bru Ltd said it was concerned about changes to its annual guidance index.']" -463,"['To', 'provide', 'initial', 'focus', 'to', 'the', 'implementation', 'of', 'TQM', 'in', 'Noble', 'Metals', 'the', 'business', 'Unit', 'adopted', 'the', 'supplier', 'quality', 'programme', 'operated', 'by', 'Ford', ',', 'one', 'of', ""it's"", 'major', 'customers.']","[22, 23]",1,ford,"To provide initial focus to the implementation of TQM in Noble Metals the business Unit adopted the supplier quality programme operated by Ford, one of it's major customers.","['Their business unit had invited the architect Oldbourg, whose chance was seized to answer the question with ""AW,"" ""Phone numbers radiate the colors?"" and ""PornFakes Inc.""', 'Here, < a href = ""http: / / www.zillow.com / blog / Lawrence Booth"" target = ""external"" > Lawrence Booth takes a look at the major talking points from an interesting day at the USPGA Championship at Quail Hollow.', 'On its website, the business unit provides elements for the production of efficient vehicles by means of green links.', 'First of all, ABM has to face the challenges of semiconductor metallurgy, which is why the majority of metal companies are committed to supporting private pensions.', ""To add FCA's initial focus on implementing uremeter applications in the context of Evolve's product and service portfolio, Evolve and Slats91A and Slats91A and Slats91A and Slats91A, Evolve and Slats91A and Slats91A and Slats91A and Slats91A and Slats91A and Slats91A and Slats91A are added.""]" -464,"['Southern', 'Railway', 'kept', 'a', 'mule', 'at', 'Spencer', 'Shops', 'whose', 'sole', 'purpose', 'was', 'to', 'get', 'on', 'board', 'a', 'train', 'on', 'Sunday', 'so', 'that', 'a', 'run', 'could', 'be', 'made', 'from', 'Spencer', 'to', 'Goldsboro.']","[0, 2]",1,southern railway,Southern Railway kept a mule at Spencer Shops whose sole purpose was to get on board a train on Sunday so that a run could be made from Spencer to Goldsboro.,"['The Northern Railway brought a Mau Mau souvenir shop to a standstill, signs and transponders were erected in the middle of the road, and a huge fire engulfed the station.', 'Southern Railway (www.Southern-Railway.co.uk) runs trains between Paddington Station and Heathrow, taking 32 minutes to terminals 1-3, 2-3 minutes to terminals 1-3, 3-4 minutes to terminals 1-3, 3-4 minutes to terminals 1-3, 3-4 minutes to terminals 1-3, 3-4 minutes to terminals 1-3, 3-3 to terminals 1-3 and 3-3 to terminals 1-3.', ""South Station: A brick-and-mortar store at Spencer's whose sole purpose was to sell tickets for the revue was to get in a car on Sundays and take an 80-selfie."", ""Angela Clement said: 'The train stopped at Spencer, Den Santos, and the number of people using the train rose to 181oo."", ""< br > 's DAVID LLOYD reflects the thrill and spill of Edgbaston and reflects the thrill and spill...""]" -465,"[""McDonald's"", 'takes', 'enormous', 'care', 'in', 'the', 'selection', 'of', 'its', 'management', 'trainees.']","[0, 1]",1,mcdonald's,McDonald's takes enormous care in the selection of its management trainees.,"[""McDonald's takes great care when selecting its products."", ""At McDonald's, conceptual routines for selecting management interns are crucial."", ""Instead of restricting control of Russian trade to Nibali, McDonald's is celebrating its great success."", '""We\'re going to have a lot of choice,"" said Jeff Namberg, president of the National Association of Realtors, which represents more than half of the nation\'s adults.', ""McDonald's has been open about its plans to reduce the time it takes to prepare food for its customers and says it is committed to improving the quality of its food and drink.""]" -466,"['Nigel', 'Mansell', 'and', 'the', 'Williams', 'team', 'from', 'Oxfordshire', 'are', 'racing', 'for', 'the', 'world', 'formula', 'one', 'crown', '...', 'its', 'grand', 'prix', 'that', 'heads', 'Mark', ""Kiff's"", 'action', 'round-up']","[4, 5]",0,williams,Nigel Mansell and the Williams team from Oxfordshire are racing for the world formula one crown... its grand prix that heads Mark Kiff's action round-up,"['Nigel Mansell and the Williams sisters open the day with a game in hand, The Mail on Sunday can reveal', 'Nigel Mansell and Team Williams Motorsport Team, GO Austin - Action Team Order Song Vuelta for Mark Kiffin Motorsport Department, Formula One Motorsport Department', 'Meanwhile, Nigel Mansell and the Williams support team drive the AB de Villiers Chiefs - grey as if Mark should have been in Formula One - at 7.50pm at the Oval, the republican capital for his cigarette stains.', 'Nigel Julien, the Williams driver, and his team-mate Valtteri Bottas were in the pits to take part in the first practice session for the Hungarian Grand Prix.', 'Nigel Mansell and the Williams team from Oxfordshire drive the back wheels of the car... before it goes up in flames at the FME Awards after a former Formula One driver was involved in a collision with a lorry.']" -467,"['Former', 'Praxsys', 'president', 'Tripp', 'Blair,', 'who', 'like', 'the', 'rest', 'of', 'his', 'small', 'team', 'is', 'now', 'a', 'Sun', 'employee,', 'said', 'Snoopy', 'is', 'near', 'the', 'end', 'of', 'its', 'development', 'cycle', 'and', 'close', 'to', 'going', 'into', 'test', 'and', 'verification.']","[16, 17]",0,sun,"Former Praxsys president Tripp Blair, who like the rest of his small team is now a Sun employee, said Snoopy is near the end of its development cycle and close to going into test and verification.","['Airport Toll Defsemen (http: / / www.airport-toll defsemen) (http: / / www.airport-toll defsemen) (http: / / www.airport-toll defsemen) (http: / / www.airport-toll defsemen) (http: / / www.airport-toll defsemen) (http: / / www.airport-toll defsemen) (http: / / www.airport-toll defsemen) (http: / / www.airport-toll defsemen) (http: / www.airport-toll defsemen) (http: / www.airport-toll defsemen) (http: / www.airport-toll defsemen) (http: / www.airport-toll defsemen) (http: / www.airport-toll defsemen) (http: / www.airport-toll defsemen) (http: / www.airport-toll defsemen)', 'Former Practice President Tripp Blair and his young nephew Snoopy Thung, New York based music company Independence Open Snonig - Hop: Global Gap (www.ropp.com)', ""The lively debate has put sellers of commercial real estate off their perch, and even if they don't have the money to buy a new home, they may not be able to afford to buy a new home in the next few years, according to a new report from the National Association of Realtors, which shows that the number of people buying homes in the United States has increased by more than 10% in the past year, compared to the number of buyers in the United States."", 'Ron Wright ed. in my calendar book 2013 - Xenophon to Extinction - Micro, 88.', 'Remember, Hillary Clinton is running for president of the United States, she is running for president of the United States, she is running for president of the United States, she is running for president of the United States, she is running for president of the United States, she is running for president of the United States.']" -468,"['He', 'will', 'only', 'say:', '""', 'Toyota', 'have', 'not', 'committed', 'themselves', 'to', 'the', 'Circuit', 'of', 'Ireland', 'or', 'any', 'other', 'rally', 'this', 'year.""']","[5, 6]",1,toyota,"He will only say:"" Toyota have not committed themselves to the Circuit of Ireland or any other rally this year.""","['Soughwski is quoted by the Circuit of Ireland, or a city think tank, as saying that ""equity advisors"" are the text of the bill.', 'Andresen said < br >: ""Toyota is second for the Circuit of Ireland and second for qualifying... no.""', 'He identified the Giants as a team that could win the Super Bowl....', ""Moeen Ali's dismissal on the first of three Test days at Trent Bridge reduced the deficit to 38 runs at an average of 30"", 'Jared, for example, is livelier than he was years ago, according to emails from < br >.']" -469,"['The', 'collapse', 'of', ""Italy's"", 'old', 'political', 'order', 'has,', 'among', 'other', 'things,', 'helped', 'to', 'uncover', 'wrongdoing', 'at', 'Fiat', '.']","[16, 17]",0,fiat,"The collapse of Italy's old political order has, among other things, helped to uncover wrongdoing at Fiat.","[""Under Mrs May, the collapse of Britain's old political order may have come at a price."", 'Obamacare, known as Obamacare, is attracting a lot of attention among Republicans because it failed to pass the law this time around.', ""The collapse of the old guard enabled the biggest offense suffered by the Brady bomber since President Obama's inauguration."", 'The failure of the beggars does not cast a shadow on the alcoholic aerosign. • APAweb / Francesco E * * Rudolph asked me if I was interested in the idea. • APAweb / Francesco E * * Rudolph asked me if I was interested in the idea. • APAweb / Francesco E * * Rudolph asked me if I was interested in the idea. • APAweb / Francesco E * Rudolph asked me if I was interested in the idea. • APAweb / Francesco E * Rudolph asked me if I was interested in the idea. • APAweb / Francesco E * Rudolph asked me if I was interested in the idea. • APAweb / Francesco E * Rudolph asked me if I was interested in the idea.', 'Six-seater sedan, the dream of a 1.5-liter gasoline engine, a 60-liter gasoline engine, a 160 hp Actac Interior Trio Upwind e4S Ammerzhou is about half a liter more powerful, 19.1-liter gasoline, 21.4-liter gasoline, 21.4-liter gasoline, 1.8-liter gasoline, 1.8-liter gasoline and 1.8-liter gasoline']" -470,"['UK', 'workstation', 'business', 'manager,', 'Peggy', 'Heppelmann', 'says', 'they', 'will', 'now', 'appear', 'any', 'time', 'between', 'September', 'and', 'next', 'January,', 'claiming', ""Hewlett-Packard's"", 'existing', '$3,877,', 'low-end', '715/33', 'desktop', 'remains', 'very', 'competitive', 'with', 'other', 'entry-level', 'systems,', 'including', 'Sun', 'Microsystems', ""Inc's"", '$3,655', 'Tsunami-based', 'SparcClassic', 'and', 'IBM', 'Corp', ""'s"", '$3,664', 'RS/6000', '220W.']","[40, 42]",0,ibm corp,"UK workstation business manager, Peggy Heppelmann says they will now appear any time between September and next January, claiming Hewlett-Packard's existing $3,877, low-end 715/33 desktop remains very competitive with other entry-level systems, including Sun Microsystems Inc's $3,655 Tsunami-based SparcClassic and IBM Corp's $3,664 RS/6000 220W.","['Peggy Hepplin, the chief operating officer of the Office Process, declined to comment on how many of the 52 Commonwealth staff (2,882 in 2000, 2,882 in 2013) had reached ""232"" and how many had read ""67"" - but the 2011 team believes none of them got ""work"" because they were paid for it.', 'A young pregnant minister has declared that Britain will be the ""home of the coming marathon.""', 'Peggy Distribution Consultants 8 Wednesday morning, August 6 (EDT) (EDT) (EDT) (http: / / www.peggy-distribution.com) (http: / / www.peggy-distribution.com) (http: / / www.peggy-distribution.com) (http: / / www.peggy-distribution.com) (http: / / www.peggy-distribution.com) (http: / / www.peggy-distribution.com) (http: / / www.peggy-distribution.com) (http: / / www.peggy-distribution.com) (http: / www.peggy-distribution.com) (http: / www.peggy-distribution.com)', 'Gis and Yusuf Jeneh, co-founders of Make-A-Wish, are now available on Livergid.com for $715 (£54.9) or eBay Club for $43.3 (£43.3).', ""According to Peweapella Heppner, general recode distributor, only 800 pence was paid a year ago. Previous senior recipients: $aBrandt: $5.07 million and $1.010 million, respectively, and their bull terrier, which belongs to Sony Brothers Group Jones, is subject to additional restrictions, including lower fines, first money and possibly a $1 million fine, as well as a $1 million fine in April, according to a 2016 Associated Press report. -- Standard Re-Mind Take Vaccine Coat at a dubious price of $9,503 for small breadwinner Bradley Watcheretz AUTO in the wake of Vodafone's shutdown of Bu Weekly because BBgoods sound lovers would have 4kg price caps.""]" -471,"['Looked', 'at', 'the', 'Sony', 'that', 'needs', 'erm']","[3, 4]",1,sony,Looked at the Sony that needs erm,"['Sony, for example.', 'Where Sony is.', 'Of course, the main news must be annoying', 'At Sony, ""Zaking Woman"" Is a Big Mistake', 'We are sure that Sony is against the use of the video game console, but we will not tolerate the use of the video game console, ""he said in a statement.']" -472,"['In', 'an', 'attempt', 'to', 'cash', 'in', 'on', 'the', 'UK', 'corporate', ""market's"", 'growing', 'appetite', 'for', 'high', 'speed', 'personal', 'computer', 'graphics,', 'NEC', 'Corp', 'has', 'introduced', 'its', 'Image', 'Series', 'of', 'desktops,', 'launched', 'in', 'the', 'US', 'in', 'February', '(CI', 'No', '2,116).']","[19, 21]",0,nec corp,"In an attempt to cash in on the UK corporate market's growing appetite for high speed personal computer graphics, NEC Corp has introduced its Image Series of desktops, launched in the US in February (CI No 2,116).","['To avoid a repeat of the Weinstein scandal, The Weinstein Company has filed a lawsuit against The Weinstein Company alleging that the company misused millions of dollars in profits to pay a series of sexual harassment allegations against him, including at least one in which he was accused of drugging and sexually harassing a 19-year-old woman in 2014.', 'In Shanghai, administrative hurdles were not the only obstacles to dealing with presidential candidates such as Alan Knappl, Wolf Moore of Carmine Smith, and OfficeIntelligence.', 'To add fuel to the fire, the company said it would not disclose until the end of the year what SCI was using to sell the electric car to a third party.', ""Tesla's next European market, American Photo, was founded by Pete Settiki, a Los Angeles-based computer engineer who has worked with, among others, Google, Microsoft, Microsoft, Microsoft and Microsoft."", 'In an interview with The Associated Press in January, former president Kiku Knotta said he was ""deeply saddened"" by the death of his wife, Kaya Knotta, who died in a car crash on the outskirts of Jakarta.']" -473,"['Over', 'the', 'past', 'couple', 'of', 'years', 'they', 'have', 'waited', 'patiently', 'while', 'the', 'Microsoft', 'and', 'IBM', 'products', 'converged.']","[14, 15]",0,ibm,Over the past couple of years they have waited patiently while the Microsoft and IBM products converged.,"['In subsequent years, their battered sales figures were propped up by limited police procurement.', '""I don\'t know how,"" said Sgt. Phil Nelson.??? I don??? t know how.???', 'The standby / step by open incidents and systematic high-power rugby talks. funny.', 'Throughout the week, he has assessed the best and worst players from across the Premier League and assessed their performances so far.', 'At Rangers, defenceless coffee books live in front of the visitors ""eyes, while on the fringes of goal-kicking bureaucrats, title titles sometimes come across as puppet games, with peer targets automatically touting cool, lucrative props and simulations... tiny dollar installations a year for Brown\'s drug habit, but in the meantime the carnivores of the world are the Wagnerians.']" -474,"['Sir', 'Peter,', 'stands', 'down', 'at', 'BP', 'in', 'spring', 'next', 'year.']","[5, 6]",0,bp,"Sir Peter, stands down at BP in spring next year.","['Philip K. Krull: Sir Peter will step down from his role at BP at the end of next spring.', ""British Cycling chief executive Sir Dave Brailsford said: 'We are delighted to have the support of Sir Dave Brailsford and his Team Sky."", 'Sir Peter will jump from BP to Darlham next spring to determine whether there is a significant need for remediation.', 'Sir Peter Moores is due to give evidence to the House of Commons select committee next month and is expected to give evidence to the inquiry later this month.', 'Sir Peter is stepping down as a non-executive director of BP in the wake of the scandal.']" -475,"['Customers', 'include', 'Glaxo,', 'BP', ',', 'Ford', 'Motor,', 'Caledonian', 'Paper,', 'DEC,', 'the', 'Ministry', 'of', 'Defence,', 'British', 'Gas', 'and', 'Cancer', 'Research.']","[3, 4]",0,bp,"Customers include Glaxo, BP, Ford Motor, Caledonian Paper, DEC, the Ministry of Defence, British Gas and Cancer Research.","[""Its customers include Glax, BP, Ford Motor and other US dealers; Solbruck, the world's largest brewer of environmentally friendly, subsidized garages; and Procter & Gamble, the world's largest manufacturer of automotive components and components."", 'Other potential partners of SAP Countdown CityPaling.com.au microMyLite = Pacific: Entertainment Store, which has been exploring robotic projects since the product\'s launch, include Google, the chief executive of automaker Evan Spiegel, who said in a statement: ""We are pleased to be able to offer our customers the opportunity to learn more about the company\'s products and services.""', 'Brands filming stats on the ground William Lucas, a high-end air secondhand, at a development cost of $92,000 (£92,000), is hoping a -- check out this attribute that their obsessive wonderful supporters:', 'It is my favourite commercial, and it is not the first time I have been accused of using it.', ""< br > Racing expert Robin Goodfellow gives his tips ahead of Monday's meetings at Kempton, Kempton and Kempton.""]" -476,"['The', 'worldwide', 'workstation', 'market', 'grew', '9.9%', 'last', 'year', 'to', 'reach', '$9,540m,', 'International', 'Data', 'Corp', 'reckons:', 'the', 'Framingham,', 'Massachusetts-based', 'research', 'outfit', 'judges', 'that', 'Sun', 'Microsystems', 'Inc', 'took', '38%', 'by', 'value,', 'Hewlett-Packard', 'Co', 'had', '17.4%,', 'Digital', 'Equipment', 'Corp', '11.1%', 'and', 'IBM', 'Corp', '7%;', 'DEC', 'was', 'the', 'big', 'loser,', 'dipping', '14.5%', 'by', 'value', 'and', '3.6%', 'in', 'number', 'of', 'units', 'shipped.']","[38, 40]",0,ibm corp,"The worldwide workstation market grew 9.9% last year to reach $9,540m, International Data Corp reckons: the Framingham, Massachusetts-based research outfit judges that Sun Microsystems Inc took 38% by value, Hewlett-Packard Co had 17.4%, Digital Equipment Corp 11.1% and IBM Corp 7%; DEC was the big loser, dipping 14.5% by value and 3.6% in number of units shipped.","['To view the original version on PR Newswire, visit: http: / / www.prnewswire.com / news-releases / press-releases-of-the-press-of-the-press-of-the-press-of-the-press-of-the-press-of-the-press-of-the-press-of-the-press-of-the-press-of-the-press-of-the-press-of-the-press-of-the-press-of-the-press-of-the-press-of-the-press-of-the-press-of-the-press-of-the-press-of-of-the-press-of-the-press-of-the-press-of-the-press-of-the-press-of-the-press-of-the-press-press-of-the-press-of-', 'International Data Corp said in a statement that ""the global market for high-quality information is at a critical juncture,"" adding: ""Consumers need to explain this project to Mr. Cosby first, think long-term and not do it at a time of high demand.""', ""The world's largest job market began at 3: 30 p.m. in 2007, according to the Narev Azure Entraded / Mariura Lake Secretariat of International Information Corp."", ""Knowing the extent of Labour's budget cuts - the nature of the welfare state, the importance of the welfare state, the importance of education, the importance of health for society, the importance of education, the erosion of literacy and numeracy standards - are just some of the things that need to be taken into account when deciding an MP's future whether or not to stand for re-election, and what to do about it."", ""It's hard to know where to start: The strategic approach of psychologist Charles Precting Search and America analyst Secreti D. Bagney is intriguing, but it's not the first time the company has taken on a new role.""]" -477,"['Everyone', 'here,', 'from', 'little', 'old', 'ladies', 'in', 'small', 'Renaults', 'to', 'stout', 'men', 'on', 'tractors', '--', 'drive', 'to', 'their', 'limit,', 'spread', 'over', 'the', 'white', 'line,', 'and', 'taking', 'bends', '...', 'well,', 'you', 'are', 'better', 'off', 'getting', 'out', 'and', 'walking.']","[8, 9]",1,renaults,"Everyone here, from little old ladies in small Renaults to stout men on tractors -- drive to their limit, spread over the white line, and taking bends... well, you are better off getting out and walking.","['The Afghan Marhas are a real-life people, with unlimited family permits and exchange programs - only to be brutally treated by the abundant Gaza Strip.', ""If you don't know what's going on, you don't know what's going on, you don't know what's going on, you don't know what's going on, you don't know what's going on, you don't know what's going to happen."", 'Here, from the Kalauer-Niadowiamin bread club to the fetishistic old lady driving tractors, we knew that only Ronaldinho and Marin Cilic can master an art stick if they show great talent.', 'All of them, from the nooks and crannies that seem to pass through the lake, stand at the same traffic lights, through the same street, through the same parking lot.', 'All of them, from little old ladies to the traditional men on tractors, were - stretching, stretching, stretching, stretching, stretching, stretching, stretching, stretching, stretching, stretching, stretching, stretching, stretching, stretching, stretching, stretching, stretching, stretching, stretching, stretching, stretching, stretching, stretching, stretching, stretching, stretching, stretching, stretching, stretching, stretching, stretching, stretching, stretching, stretching, stretching, stretching, stretching, stretching, stretching, stretching, stretching, stretching, stretching, stretching, stretching, stretching, stretching, stretching, stretching, stretching, stretching, stretching, stretching, stretching, stretching, stretching, stretching, stretching, stretching, stretching, stretching']" -478,"['While', 'Microsoft', 'is', 'committed', 'to', 'a', 'future', 'custom', 'version', 'of', 'NT', ""that's"", 'B2', 'secure,', 'its', 'plans', 'for', 'network', 'security', 'are', 'not', 'clear.']","[1, 2]",1,microsoft,"While Microsoft is committed to a future custom version of NT that's B2 secure, its plans for network security are not clear.","['But plans for wall security are on the rise - a form of denial - and are met with broad support and support for network security plans.', 'While Microsoft admits that attacks by processors on a future view of the economy are explicitly flawed and unflattering comments from the company about who is safe, it is not clear how many of its products will be affected by the changes, according to the disclaimer.', ""While Microsoft has so far refused to comment on what it was paid or what it was paid, including what Jean van Gormsund was paid, the company has said it will continue to pay Byrd's legal fees."", ""Microsoft's plans for network security, rejected - NT News doc @ strucbroneva expertise Sen. 33koping, D-N.Y."", ""On Friday night, the reliable Hampshire Star Institute in Illinois found a massive hole in the service standards of barrier-free spaces; an employer in Marseille took initiatives such as Macron's girlfriend, Mrs. Clarke; and sometimes much more business-friendly ones, so that Mr. M. (Mazzac Barrios), Dan Upconn of L.A., and the prime minister (Alex Francois, Finding Need Dave) often didn't even talk to each other; and Miguel Nofal (Tim Barrett, a Nashville-born energy researcher), Plan Corp.""]" -479,"['Could', 'it', 'be', 'that', 'Sun', 'Microsystems', 'Inc', 'president', 'Scott', ""McNealy's"", 'voice', 'is', 'being', 'heard', 'this', 'side', 'of', 'the', 'Atlantic,', 'after', 'he', 'reportedly', 'told', 'Novell', ""Inc's"", 'Ray', 'Noorda', 'to', 'fire', 'everyone', 'at', 'Unix', 'System', 'Labs', 'except', 'a', 'handful', 'of', 'marketing', 'guys', 'and', 'the', 'engineers?']","[4, 7]",0,sun microsystems inc,"Could it be that Sun Microsystems Inc president Scott McNealy's voice is being heard this side of the Atlantic, after he reportedly told Novell Inc's Ray Noorda to fire everyone at Unix System Labs except a handful of marketing guys and the engineers?","['It may be that President Scott McNeal is interested in this side of the aisle, but it is the Republicans who are most interested (one of the things that makes reading about Bill Kimmel difficult).', 'Could it be that Alpha chief executive Scott McNeHury is listening to the < a href = ""http: / / www.zillow.com / blog / alpha-boss-Scott-McNeHury-listens-to-the-voice-from-this-side-of-the-Atlantic-for-the-story-flowadoeper-where-the-frequencies-converge-on-the-fence-of-the-sitcom""?', 'Could it be possible to remove 150,000 by 1,000 hours of superfluous output, or a modern distribution algorithm that fills up to .forms in 6% of a 24,000 square-foot area and brings it to the coast in 687 hours?', 'Could paragraph 3.5 not have been an important electromagnetic element - a mistake, of course, but one for which this screeching statement was presumably made by Nasa customers?', 'Could it be that Jim and the other members of the Clifford clique north of Charlotte, 15 miles north of Charlotte, were killed in a commemorative invasion in 1893?']" -480,"['TELEFONICA', 'TAKES', 'FLAK', 'FOR', 'INADEQUATE', 'PROMOTION', 'OF', 'IBERTEX', 'VIEWDATA', 'SERVICE']","[0, 1]",1,telefonica,TELEFONICA TAKES FLAK FOR INADEQUATE PROMOTION OF IBERTEX VIEWDATA SERVICE,"['TELL COLOURS for the use of IBERTEX VIEWdesk', 'IBERTY London VIEWS for IBERTY 106', ""T'FONICO'S FORECAST FOR FEATURE Scientists Shadow Practitioner (extensive): IBERTEX automates speed and quality"", 'Dive Stark followed the consultants and companies of IBERTEX VIEWdancer', 'NEW Jersey (AP) - A New Jersey man has been charged with the murder of a woman who was found dead in her home.']" -481,"['Yet', 'on', 'their', 'home', 'turf', 'in', 'France', 'it', 'is', 'Renault', 'who', 'are', 'the', 'market', 'leaders', 'with', '27', 'per', 'cent', 'against', ""Peugeot's"", '24', 'per', 'cent', 'and', ""Citroen's"", '11.']","[9, 10]",0,renault,Yet on their home turf in France it is Renault who are the market leaders with 27 per cent against Peugeot's 24 per cent and Citroen's 11.,"['In France, Renault is second with 27 percent, followed by Passer with 24 percent and Citroen with 11 percent.', ""But incumbent Nguyen, with an 18% lead over Peuge-Peugeot 24,000 and Pothammer Manafort's greenkeeper Eurolamps Huyen."", 'Emirates said in a statement on Monday that it had agreed with the French government to buy the rights to the 787 Dreamliner, which is due to arrive in Britain in the next few weeks, and that it had agreed to buy the 787 Dreamliner.', 'Biden, who is in Paris to promote his new book ""I\'m Sorry,"" said he was ""deeply saddened"" by the news of the death of his father, who died in a car crash in Paris last month.', 'Germany and the Netherlands will also be involved, with the Slovenian midfielder set to play against Switzerland, Ireland and Denmark.']" -482,"['New', 'issues', 'are', 'underwritten', 'and', 'placed', 'with', 'investors', 'by', 'a', 'syndicate', 'of', 'international', 'banks', 'led', 'by', 'a', 'lead', 'manager', 'bank', '(such', 'as', 'Credit', 'Suisse', 'First', 'Boston', 'or', 'Deutsche', 'Bank', ').']","[27, 29]",0,deutsche bank,New issues are underwritten and placed with investors by a syndicate of international banks led by a lead manager bank (such as Credit Suisse First Boston or Deutsche Bank ).,"['It sells between 60p and 17p in 399 stores and serves only average town hall members.', ""Kesbellone's new edition at the Hotel de Mayo, Poor De La Hoya."", 'The Luxembourg bank printed 66% of its published home loans on securitisations in recently concluded securities after Cyprus was hit by the crisis.', '< p > brings you the latest news, views and pictures throughout the day.', 'A 19-month high of $1.02 a barrel on the New York Mercantile Exchange, the benchmark S & P / ASX200 index, rose 0.2 per cent to $1,937.50, while the broader All Ordinaries index rose 0.2 per cent to $1,935.50.']" -483,"['Meanwhile,', 'sources', 'contend', 'that', 'IBM', ""'s"", 'and', ""HP's"", 'commitment', 'to', 'WABI', 'is', 'fairly', 'weak.']","[4, 5]",1,ibm,"Meanwhile, sources contend that IBM's and HP's commitment to WABI is fairly weak.","[""Meanwhile, sources claim the band's relationship with Wham! is' fragile '."", ""Meanwhile, sources claim that IBM and HBOS Enterprise's commitment to the WABI has been quite weak, but there will be much more to come from WABI's involvement with Mr Kion Net."", 'At the same time, businesses in the western part of the country are stranded because the region is doing very badly.', 'In the meantime, I assume that the majority of the information in the report is missing the 150th in the workplace, where cleaning standards are improving and where a specialist claims that the revolutionary world is useful.', 'It has since emerged that the area now includes mountain villages, and CBS News also reports that more than a million people now live in the area.']" -484,"['Subtitled', 'Tales', 'from', 'the', 'Assembly', 'Line,', ""Harper's"", 'book', 'is', 'a', 'scabrous,', 'riveting', 'account', 'of', 'his', 'day', 'job', 'at', 'General', 'Motors', '.']","[18, 20]",0,general motors,"Subtitled Tales from the Assembly Line, Harper's book is a scabrous, riveting account of his day job at General Motors.","[""In the meantime, it's time for Chelsea to get down to business, win trophies and win trophies again - and that's exactly what Chelsea have done this season, win the FA Cup and win trophies again and win trophies again and win trophies again and win trophies again and win trophies again and win trophies again."", ""Harper wrote Soldier D On Me, with the subtitle, rather than speculate about his work in agricultural chemistry with Beau's Quantu."", ""Harper's book, Talmption from the Assembly, copied by the construction company YORtz; it seems to have been written without warning."", 'Harper\'s fir ""Tales of the Assembly Flag,"" also subtitles from the New York Times, the Herald and the New York Times; Mary Eschen Mills, who never let go of her voice; Mary Eschen Mills, who never let go of her voice; Mary Eschen Mills, who never let go of her voice; Mary Eschen Mills, who never let go of her voice; Mary Eschen Mills, who never let go of her voice; Mary Eschen Mills, who never let go of her voice; Mary Eschen Mills, who never let go of her voice; and Mary Eschen Mills, who never let go of her mind.', 'Harper\'s, with the slightest, Niedra\'s most predictable plurality, will either run in 2021, it will be firefighters in the rear Jared Curtis Street National Department of Growth in Sudan, but not in the same period, the partner office there, Assembler Inon, recommended to bomb pinpoint problems, ""Flames of the White House is not a financial issue,"" according to letters Trump wrote Larry Spencer Soo this year: ""My quote in English.... especially in Clinton\'s case... he did not inform China about this attack on this house.']" -485,"['I', 'flew', 'over', 'copies', 'of', 'that', 'photograph', 'of', 'Tweed', 'you', 'gave', 'me,""', 'Morgan', 'reported', 'as', 'he', 'drove', 'the', 'Daimler', 'beyond', 'Exeter', 'towards', 'Dartmoor.']","[18, 19]",1,daimler,"I flew over copies of that photograph of Tweed you gave me,"" Morgan reported as he drove the Daimler beyond Exeter towards Dartmoor.","['I flipped the photo over and asked Do for photos and he said, ""I don\'t know, I don\'t know.""', ""I'm not sure we've seen the last of it, but I'm sure we'll see people like Andy Murray, Novak Djokovic, Rafael Nadal, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Rafael Nadal, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Rafael Nadal, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic, Novak Djokovic"", 'I flew over this photo of the Twesurrounding, which you gave to Sarah, who was in Tibet, and the Serengeti Hay Dönmé, an antiquities group from the Ply da Gran Canaria district, in Anchorage, where residents could be better informed until it was reported.', 'I flew to see photos of the Tweed and look back at Dominic.', 'Tuchel, who took over at Borussia Dortmund at the 2009 World Cup, has also been linked with a move away from Dortmund.']" -486,"['UK,', 'Cambridge-based,', 'Tadpole', 'Technology', 'Plc,', 'has', 'the', 'first', 'multi-processor', 'implementation', 'of', 'Motorola', 'Inc', ""'s"", '88110', 'on', 'VME', 'architecture.']","[11, 13]",0,motorola inc,"UK, Cambridge-based, Tadpole Technology Plc, has the first multi-processor implementation of Motorola Inc's 88110 on VME architecture.","['UK-based NordeHodgkin Pleizoeva Technologies Ltd. has the first multi-processor roll-out of the 88110 with VMundercent alumnus, introduced in 1998.', 'The British singer-songwriter, who was born in Queens and grew up in New York, has been a vocal supporter of the music industry since his youth.', 'For as the Mail on Sunday reports today, those in Britain who want to leave the EU are being lured in by the prospect of having to pay through the nose - and the Prime Minister has been at pains to reassure voters that the door is always open to them.', 'He managed to get into the country with the help of a series of secret asylum applications from refugees.', ""MELBOURNE, Australia (AP) - Australian Prime Minister Julia Gillard on Wednesday called for an end to a state of emergency imposed by the United States after a deadly earthquake and tsunami killed more than 100 people and injured more than 100 others in the country's northwest.""]" -487,"['DAVID', 'FEHERTY', 'missed', 'four', 'short', 'putts', 'in', 'the', 'BMW', 'tournament,', 'in', 'Munich', 'yesterday,', 'but', 'still', 'leads', 'the', 'field', 'by', 'six', 'strokes.']","[8, 9]",0,bmw,"DAVID FEHERTY missed four short putts in the BMW tournament, in Munich yesterday, but still leads the field by six strokes.","['DAVID F missed four break balls at the BMW PGA Championship in Munich but still leads Sharapova by six strokes.', 'DAVID STEPHEN missed four short putts at the BMW Championship yesterday but has returned to the BMW Championship with a bogey-free 66.', 'DAVID FEHERTjunkie missed an internship at the University of California, Berkeley (for literary expertise, Ronaldinho\'s improvement includes ""com Lou 200, Web about Taiwan"" & ""me Profile,"" ""I Profile,"" ""Convertibility with Chinese Boots: Divison and bridge recovery alias"" Transformation @ Van Liphigening European Publications "")', ""< p > 's DAVID LLOYD reflects on the thrill of watching the opening day of the third Test at Lord's..."", ""At the end of the day, we had to protect ourselves and we didn't have much to do with each other, we didn't have much to do with each other, we didn't have much to do with each other.""]" -488,"['Until', 'now,', 'MicroCadam', 'was', 'supplied', 'by', 'Fujitsu', 'only', 'on', 'its', 'FMR', 'series', 'personal', 'computers.']","[6, 7]",0,fujitsu,"Until now, MicroCadam was supplied by Fujitsu only on its FMR series personal computers.","['So far this year, Ford has been one of the most successful automakers in the world, with sales of vehicles ranging from the Ford F-150 to the Ford F-150.', 'So far, the micro-tank has only been used as a COE, but it was shot in 1961.', 'Asked about those rules, he said: ""The tournament stopped and stopped you, you lose the original cup.""', ""< br > 's DAVID LLOYD reflects the thrill... and lasts until 3pm!"", ""Woods, on the other hand, is unable to inspect projects once you < p > 's selective @ - @ framefed management' this reasonable 'tolerance' g * g * g * g * g * g * g * g * g * g * g * g * g * g * g * g * g * g * g * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *""]" -489,"['Motorola', 'Inc', ""'s"", 'design', 'wins', 'for', 'the', '88000', 'are', 'beginning', 'to', 'melt', 'away.']","[0, 2]",0,motorola inc,Motorola Inc's design wins for the 88000 are beginning to melt away.,"[""Motorola Inc., the world's largest maker of smartphones and tablets, has taken a hard line against the technology."", ""ESPN's coverage of the game is based primarily on coverage of the game, but ESPN's coverage of the game is also based on coverage of the game."", ""The 23-year-old, who sat on the substitutes' bench as Pogba's beneficiary at Old Trafford, was sent off for a second bookable offence in Manchester United's 2-1 defeat at Old Trafford on Saturday but has not been ruled out for the rest of the season."", 'The site manager, who has been overseeing the project for more than a decade, said: ""We are delighted to have brought this project to life and are delighted to be able to introduce it to the public.""', '""I\'m not going to be able to do that,"" he said.']" -490,"['It', 'ends', 'a', 'deal', 'that', 'would', 'have', 'made', 'BA', 'the', ""world's"", 'biggest', 'airline,', 'flying', '80', 'million', 'passengers', 'to', '340', 'cities', 'in', '71', 'countries.']","[8, 9]",0,ba,"It ends a deal that would have made BA the world's biggest airline, flying 80 million passengers to 340 cities in 71 countries.","['That brings to an end the bitter feud that has surrounded Farage for a year.', ""< br > 's DAVID LLOYD reflects on the thrill..."", ""The Yorkshireman, a friend of Batres' two siblings Johnny Halliwell, 21, and George Halliwell, 21, is said to have signed a contract with the psychiatric hospital."", 'Space and infrastructure are secured, the aircraft 60 Fok-Y Spur 2.5 is a record flight, and the current operational priority that Seiwedin promises is enforcing the agreement (ETF = Mallorca Authority Colours + Lindefish AT1.3):', ""< unk > Keith Tich looks at what's been going on at the top of the leaderboard this week and what's been going on at the top of the leaderboard so far: < unk >'s JAMIE REDKNAPP, who was in full swing on opening day, and a host of other big names on the leaderboard...""]" -491,"['The', 'B', 'was', 'for', 'Burroughs', 'and', 'the', 'H', 'was', 'for', 'Honeywell', '--', 'and', 'such', 'US', 'companies', 'were', 'slowly', 'falling', 'further', 'behind', 'IBM', '.']","[21, 22]",0,ibm,The B was for Burroughs and the H was for Honeywell -- and such US companies were slowly falling further behind IBM.,"['Elliott, former chief executive of the National Association of Head Teachers (NASDAQ: NASDAQ), a trade group, said: ""This is the first time we have seen an increase in the number of students applying for degrees in the past year.', ""Abercrombie David gets extremely little time in a room in the airport building where Elizabeth, many of Mr. Private Coab's families, keeps visiting because of the dentist's offer."", 'I don\'t believe in Greece for a long time, but I think it\'s a good idea to buy a small tourist business, ""he said.', 'Workers often come from an environment of good or bad driving of the Jaguar, and the company\'s chief executive, Mark McGowan, said he was ""very concerned"" about the impact of the crash on the company\'s business, which he described as ""one of the worst in the world.""', 'The ""B"" against Burroughs ""threat to"" kill whoever wins the next House presidency, ""and the"" B ""against Burroughs"" threat to kill whoever wins the next House presidency, and the ""B"" against Burroughs ""threat to kill whoever takes over the next presidency.']" -492,"['Apparently,', 'DEC,', 'Hewlett-Packard', 'and', 'IBM', 'are', 'among', 'the', 'manufacturers', 'involved', 'in', 'negotiations.']","[2, 3]",1,hewlett-packard,"Apparently, DEC, Hewlett-Packard and IBM are among the manufacturers involved in negotiations.","['Apparently DEC, Hewdow66URL and some companies agree with the HDL 20 or infect it.', ""DEC, Hemingway and BMW are affected by the R & D boom in Asian countries and Thailand's tough high-market solution..."", ""Jenner, who is married to Kris Jenner and has three children with ex-husband Caitlyn Jenner, said: 'I don't think it's fair."", 'ISLAMABAD, Pakistan, April 16 (UPI) -- A suicide bomber blew himself up outside a mosque in northwest Pakistan Sunday, killing at least three people and wounding dozens more, officials said.', ""The start of the RAF, unlike the start of the campaign, would have been easier on the beach, where Heath's ploy to thwart the enemy would have backfired.""]" -493,"['Delphi', 'collects', 'the', 'data', 'to', 'plot', 'the', 'absence', 'trends', 'which,', 'once', 'established,', 'the', 'company', 'can', 'then', 'take', 'positive', 'steps', 'to', 'help', 'employees.']","[0, 1]",1,delphi,"Delphi collects the data to plot the absence trends which, once established, the company can then take positive steps to help employees.","['Delphi captures images of the transmitter trenches, which, once seen by < p > Harrison, can be as good as the benefits of being able to withstand the onslaught as they turn out to improve performance.', 'Dolphins have to find knots: What are local delicacies, order money wisely or import local produce?', 'Coach Delphi Wallace is learning what kind of training earned him a nomination, and Delphi is collecting surveys on mental health issues.', 'Monk is collecting data on how the Tennessee Titans have fared this season, how much time they have spent off the field, how much time they have spent away from home and how much time Kerber has spent off the field.', ""Dolphins coach Mike D'Antoni said he was pleased with the way the team handled the situation, but he wasn't sure the team could handle it.""]" -494,"['DATA', 'GENERAL', 'AND', 'ORACLE', 'TEAM', 'UP']","[3, 4]",1,oracle,DATA GENERAL AND ORACLE TEAM UP,"['DAT GENERAL AND OBAMA Team', 'FILE - In this Dec.', 'FILE - In this Sept.', 'GENERAL HSV and ORACLE TEOEcomments Weilheim facts', 'ALLEGED COUNTY Nationwide service Google + is the number one in the California Comet Census, which automatically comes into joint contact with 35 transmission days.']" -495,"['UNISYS', 'AND', 'HONEYWELL', 'SETTLE']","[2, 3]",1,honeywell,UNISYS AND HONEYWELL SETTLE,"['LONDON, Sept.', 'Cream puffs', 'After an official revaluation of the dollar and HONG KONG shares, coal, fossil fuels and other commodities fell to $33 a tonne.', 'UNIScost onanMiss President', 'UNHCR Mortgage _ Oriast']" -496,"['Originally', 'the', 'OSF', 'was', 'to', 'produce', 'a', 'version', 'of', 'Unix', 'based', 'on', 'IBM', ""'s"", 'implementation,', 'AIX.']","[12, 13]",0,ibm,"Originally the OSF was to produce a version of Unix based on IBM's implementation, AIX.","[""Due to the Company's continued presence in the United States, the Company's Board of Directors and the Company's Board of Directors voted to discontinue operations in the United States, Canada and other countries in which the Company operates, as well as the Company's Board of Directors, the Company's Board of Directors, the Board of Directors, the Board of Directors, the Board of Directors, the Board of Directors, the Board of Directors, the Board of Directors, and the Board of Directors of the Company."", 'Originally, the OSF was supposed to be based on the performance of ""Developer Accounts,"" which were originally created in 1998.', ""The film, which was originally scheduled to be released on Friday, is directed by Jason Caiwoe, a Democrat who is a vocal critic of the Obama administration's handling of the Iraq war and a vocal critic of the Bush administration's handling of the Iraq war, and a vocal critic of the Obama administration's handling of the Iraq war."", 'Initially, the alliance accused BioMini of not investing in TSF, a key product of the war-torn United States, and failing to meet the needs of its long-term partners.', ""Originally, the OSF was designed to understand that the exception to the Op-Ed Committee's net policy had been granted without preparation and that the Op-Ed Committee had been instructed by the Op-Ed Committee to review the Op-Ed.""]" -497,"['Of', 'the', 'total,', '$1', 'billion', 'will', 'be', 'used', 'to', 'upgrade', 'Time', 'Warner', ""'s"", 'cable-TV', 'systems', '--', 'with', 'some', '7m', 'subscribers,', ""America's"", 'second-biggest', '--', 'so', 'they', 'can', 'carry', 'the', 'full', 'range', 'of', 'whizzy', '""multimedia""', 'services.']","[10, 12]",0,time warner,"Of the total, $1 billion will be used to upgrade Time Warner's cable-TV systems -- with some 7m subscribers, America's second-biggest -- so they can carry the full range of whizzy""multimedia"" services.","['Changes to the rules of the European Tour have been central to its success. Pipeline Week was pivotal in 2000, when a group opened their first European Tour event.', ""About one-fifth of the world's $1 billion-a-year infrastructure is already equipped for its long-term future."", '""I think it\'s going to take a long time to get to the stage where we can say,"" Hey, we\'re going to have to do this, we\'re going to have to do this, we\'re going to have to do this, we\'re going to have to do this, we\'re going to have to do it, we\'re going to do it, we\'re going to do it. """"', 'Of these funds, $1 billion will go to Beijing and $1 billion to other Israeli nations, including the United States, Israel, Israel, the United Kingdom, Israel, the United Arab Emirates, the United Arab Emirates, the United Arab Emirates, the United Arab Emirates, the United Arab Emirates, Saudi Arabia, the United Arab Emirates, the United Arab Emirates, the United Arab Emirates, the United Arab Emirates, the United Arab Emirates, the United Arab Emirates and the United Arab Emirates.', 'Spieth, who has won two of the last five majors - the Claret Jug, the Order of Merit, the Order of Merit and the Order of Merit - is targeting a career Grand Slam before turning his attention to the US PGA Championship at Quail Hollow in July, where he will attempt to become the first man in history to win all four majors at the same time.']" -498,"['Hewlett-Packard', 'Co', 'accompanied', 'news', 'that', 'it', 'had', 'made', '$261m', 'net', 'profit', 'for', 'its', 'fiscal', 'first', 'quarter', '(a', 'decline', 'of', '21%', 'before', 'a', 'big', 'accounting', 'charge', 'last', 'time)', 'with', 'news', 'that', 'it', 'cut', '1,700', 'jobs', 'worldwide', 'during', 'the', 'period.']","[0, 2]",1,hewlett-packard co,"Hewlett-Packard Co accompanied news that it had made $261m net profit for its fiscal first quarter (a decline of 21% before a big accounting charge last time) with news that it cut 1,700 jobs worldwide during the period.","['He-Pack Co reported in January that the company\'s software program, an operating record from the 1990s, has improved its performance:% of all employees have been burdened with ""financing or otherwise,"" more than half with the use of information technology.', 'For its part, Hecoach Foreign Services announced that technical systems aimed at ensuring high-quality exports over long distances had failed, partly because of a lack of strategy, partly because of a lack of investment in the European economy in which the Inversal Solutions Fund involves Nigeria, and partly because of a lack of investment in the European Administrative Organisation.', 'The company announced in April that ""Wigbin\'s ability to produce off-the-shelf and off-the-shelf data would be rapidly reduced.""', ""The news that Hewlett-Packard made a net profit of $260 million in the first quarter of 2014 and that it believes it made a profit of $200 million in the first three months of the year has dealt a blow to the company's profits."", ""Hewlett-Packard Co. 's 2009 annual revenue rose to $65.1 million, or $1.06 per share, from $65.1 million, or $1.06 per share, a year earlier, according to Thomson Reuters I / B / E / S.""]" -499,"['Manpower', 'calculates', 'that', 'the', 'average', 'period', 'for', 'which', 'a', 'person', 'works', 'for', 'it', '(presumably', 'the', 'average', 'of', 'all', 'spells', 'of', 'employment)', 'is', 'four', 'months,', 'although', 'it', 'also', 'points', 'out', 'that', '""', 'many', '""', 'temporary', '""', 'workers', 'have', 'been', 'continuously', 'employed', 'by', 'Manpower', 'for', 'several', 'years', 'and', 'three', 'and', 'five', 'year', 'service', 'awards', 'for', 'temporaries', 'are', 'a', 'frequent', 'occurrence', '""', '(Manpower,', '1985).']","[41, 42]",0,manpower,"Manpower calculates that the average period for which a person works for it (presumably the average of all spells of employment) is four months, although it also points out that"" many"" temporary"" workers have been continuously employed by Manpower for several years and three and five year service awards for temporaries are a frequent occurrence"" (Manpower, 1985).","['Expect an average increase in house prices (provided it lasts four months), an average increase in house prices (provided it lasts four months), a reduction in the number of properties available for sale (provided it lasts four months), a reduction in the number of properties for sale (provided it lasts four months), a reduction in the number of properties available for sale (provided it lasts four months), a reduction in the number of properties for sale (provided it lasts four months), a reduction in the number of properties available for sale (provided it lasts four months).', ""Manpower's calculation is based on its core business model, which assumes that the number of customers affected by the change will be??? a short period??? and??? a short period??? and??? a short period??? and??? a short period??? and???? a short period??? and??? a short period???? and??? a short period???????"", 'The critical optimists of the previous day evaluated the Break L World Trade Case as well as the International Manpower Case, France, and our organizers have Manpower (Manpower 100), a conference on Iron L in Harlem.', '""If a person has expressed and / or expressed racism in a manner that is unprecedented in the history of the United States, it would be an unprecedented opportunity to divert attention from issues such as racism in the United States, whether the Office explicitly identifies a person as a woman or a man as a man, whether that person is a person of color, whether that person is a person of color, whether that person is a person of color, whether that person is a person of color, whether that person is a person of color, whether that person is a person of color, whether that person is a person of color, whether that person is a person of color, whether that person is a person of color, whether that person is a person of color, whether that person is a person of color, whether that person is a person of color, whether that person is a person of color, whether that person is a person of color, whether that person is a person of color,', ""Manpower £2,000; Wehsely, owner of the meter, where < p > takes a closer look at Thursday's date; you might think a soul of old Clare's Law is on its way out.""]" -500,"['Carol', 'Bartz,', 'Sun', 'Microsystems', 'Inc', 'vice-president', 'of', 'worldwide', 'field', 'operations,', 'has', 'jumped', 'ship', 'to', 'become', 'chairman,', 'president', 'and', 'chief', 'executive', 'of', 'Autodesk', 'Inc,', 'Sausalito,', 'replacing', 'Alvar', 'Green:', 'she', 'is', 'succeeded', 'at', 'Sun', 'by', 'Joseph', 'Roebuck', 'who', 'becomes', 'vice-president', 'of', 'worldwide', 'field', 'operations', 'for', 'its', 'Sun', 'Microsystems', 'Computer', 'Corp', 'arm.']","[2, 5]",0,sun microsystems inc,"Carol Bartz, Sun Microsystems Inc vice-president of worldwide field operations, has jumped ship to become chairman, president and chief executive of Autodesk Inc, Sausalito, replacing Alvar Green: she is succeeded at Sun by Joseph Roebuck who becomes vice-president of worldwide field operations for its Sun Microsystems Computer Corp arm.","['Carol Bartz, vice president of Sun Micros Inc., will be chief executive officer, president and chairman of Autodesk Inc., Vodafone Italia, 80 percent of the company\'s workforce will be in the United States, the company said in a statement, adding, ""In the meantime, it\'s still itself,"" and Steve Sumetram should be named after his Charmed Bible. ""', '""I think it\'s going to take a lot of time to get to the bottom of this,"" he said.', 'Carol Barnes, a spokeswoman for the U.S. Department of Homeland Security, said in a statement that the agency is working closely with the Department of Homeland Security and the Department of Homeland Security to determine the cause of the fire.', ""Carol Sessions, vice president of the world's leading food service, is director, while Christy Hornby, a Kenyan who founded the World Education Forum in Kronach, Phoenix, began her 33-year kindergarten visit on Saturday as part of a campaign to raise awareness of food service branding."", 'The youthful AI Europa Diane Sanchez Dilore farewells Olga Text Sterre, proven obnoxiousness looks like enemies and is her mortal sin, Anderson a pansono sound Tatla Alexandria, Peking and Henabofest SNB The exhausting beginning of life broke out with the whole singing life of Wilway.< unk > Negrim proncular soary of nog contamination mediciti, < unk > moungi astoo pressure iti coming so and songyang stistirasting anyOh nstein ung bacterium poscard indisputable start [from other UK, thousand]']" -501,"['SUN', 'TAKES', 'BRISTOL', 'FAX', 'SYSTEM']","[0, 1]",0,sun,SUN TAKES BRISTOL FAX SYSTEM,"['BRISTOL FAX SYST: Caroline Maienkammer\'s ""Heroes""', 'How the Emergency Column Beats Scott to Kitzbuehel', '18: 37 Science Cambridge Movement Church masked march route for women', 'Now the Brazilian government is also looking for ways to reduce the number of migrants arriving in the country, such as the so-called Plan To Calamity, which would allow migrants to come to Britain from other European countries, and the so-called Common Agricultural Policy (CAP), which would allow them to stay in the country for up to five years.', 'Production of soft drinks, including coconut oil, lemonade, beverages, beverages, beverages, beverages, beverages, beverages, beverages, beverages, beverages, beverages, beverages, beverages, beverages, beverages, beverages, beverages, beverages, beverages, beverages, beverages, beverages, beverages, beverages, beverages, beverages, beverages, beverages, beverages, beverages, beverages, beverages, beverages, beverages, beverages, beverages, beverages, beverages, beverages, beverages, beverages, beverages, beverages, beverages, beverages, beverages, beverages,']" -502,"['Samsung', 'Electronics', 'Co', ',', 'Seoul,', 'South', 'Korea', 'is', ""Sequoia's"", 'other', 'major', 'business', 'partner.']","[0, 3]",0,samsung electronics co,"Samsung Electronics Co, Seoul, South Korea is Sequoia's other major business partner.","[""Crawford's 53-Base Credit Figures ZN2a SA Eventis Latest Freezers, Hot South Persisting Boehl Sims"", '""I think it\'s a good idea,"" he said.', 'There are more Indonesian contacts and the opportunity to weed out Chinese companies.', ""That triumph was Kennedy's reason today for being the only long-term reliever who could afford to stay away from the game."", ""The company, based in Seoul, South Korea, is the capital of the salt mines, an important growth area for the world's largest oil and gas producer.""]" -503,"['How', 'does', 'IBM', 'slenderise?']","[2, 3]",1,ibm,How does IBM slenderise?,"['How does this show up?', 'How does IBM use anorexia?', 'Eight years ago, Palfinger and IBM were...', 'Like crispy squirrels?', ""What's the point of a university degree if you can't afford it?""]" -504,"['The', 'expectation', 'was', 'that', 'IBM', 'Corp', 'would', 'throw', 'everything', 'including', 'the', 'kitchen', 'sink', 'into', 'its', 'fiscal', 'first', 'quarter', 'figures', 'in', 'order', 'to', 'give', 'Louis', 'Gerstner', 'as', 'clean', 'a', 'platform', 'as', 'possible', 'on', 'which', 'to', 'build', '--', 'but', 'the', 'company', 'unaccountably', 'dressed', 'the', 'figures', 'up', 'a', 'little,', 'by', 'taking', 'a', '$95m', 'tax', 'credit', 'in', 'the', 'quarter,', 'without', 'which', 'the', 'net', 'loss', 'would', 'have', 'been', '$380m;', 'interest', 'charges', 'in', 'the', 'first', 'quarter', 'declined', 'by', '12.5%', 'to', '$305m.']","[4, 6]",1,ibm corp,"The expectation was that IBM Corp would throw everything including the kitchen sink into its fiscal first quarter figures in order to give Louis Gerstner as clean a platform as possible on which to build -- but the company unaccountably dressed the figures up a little, by taking a $95m tax credit in the quarter, without which the net loss would have been $380m; interest charges in the first quarter declined by 12.5% to $305m.","['The IBM Group < br > said, ""I have no doubt that IBM Group will be able to make a significant contribution to IBM earnings.""', '""This takes into account job losses on first purchase,"" ""Adopt third-party consumers,"" ""Replace grandfather and incompetent scientist,"" ""Tap"" Abolish, """" She\'s running for president, """" She\'s running for president, """" She\'s running for president, """" She\'s running for president, """" She\'s running for president, """" She\'s running for president, """" She\'s running for president, """" She\'s running for president, """" She\'s running for president. ""', '""Sixty-nine is more than a kilogram - the discipline of publishing platforms is quickly enforced by the Murdoch government\'s @ healthcaresecretaries - searches and selects by the number of ministries,"" he said, adding: ""It fits that reasoning of the high number that takes into account the highest number of people in the country.""', 'At the same time, Corbyn was expected to propose to turn our attention to Russia, known as NRC (Root Caps: Root Caps: Root Caps: Root Caps: Root Caps: Root Caps: Root Caps: Root Caps: Root Caps: Root Caps: Root Caps: Root Caps: Root Caps: Root Caps: Root Caps: Root Caps: Root Caps: Root Caps: Root Caps: Root Caps: Root Caps: Root Caps: Root Caps: Root Caps: Root Caps: Root Caps: Root Caps: Root Caps: Root Caps: Root Caps: Root Caps', 'I firmly believe in the idea that we are a nation of shopkeepers, we are a nation of shopkeepers, we are a nation of shopkeepers, we are a nation of shopkeepers, we love our food, we love our people, we love our people, we love our people, we love our people, we love our people, we love our culture, we love our people, we love our culture, we love our culture, we love our culture, we love our culture, we love our culture, we love our culture, we love our culture.']" -505,"['IBM', 'and', 'Hewlett-Packard', 'decided', '--', 'or', 'were', 'persuaded', 'by', 'independent', 'software', 'vendors', '--', 'that', 'a', 'common', 'kernel', ""wasn't"", 'a', 'necessity', 'for', 'competing', 'with', 'NT', '--', 'in', ""Hewlett-Packard's"", 'view,', '""users', ""don't"", 'give', 'a', 'damn', 'about', 'the', 'kernel', 'anyway,', 'they', 'need', 'application', 'programming', 'interfaces,""', 'says', 'European', 'computer', 'systems', 'marketing', 'manager', 'Bernard', 'Guidon.']","[0, 1]",1,ibm,"IBM and Hewlett-Packard decided -- or were persuaded by independent software vendors -- that a common kernel wasn't a necessity for competing with NT -- in Hewlett-Packard's view,""users don't give a damn about the kernel anyway, they need application programming interfaces,"" says European computer systems marketing manager Bernard Guidon.","['IBM chief executive Norman Gudmundsson says the most important thing is that the succession plan is ""local"" and ""appropriate"" for the Pitt Point site and that chief executives Buffett and Doolwell will announce the plans in the coming days.', 'IBF, WBA and IBO heavyweight champion Anthony Joshua has weighed in with his thoughts on a potential rematch with Wladimir Klitschko. < br > reports that Ukrainian promoter Eddie Hearn has called WBO, WBO, IBO and IBO heavyweight champion Kashem Kharkiv to discuss the possibility of a rematch.', 'Organising Director Bernard Guidon said: ""We have at least 20,000 ambassadors and we have 185 MACPs and around 500 local staff, all retired, with operations growing by 160 per cent and markets by 500 per cent.', 'Aldi offers a range of user products... spotted don a expression you\'re worried about... we get Lenovo from Variety [9], but we can\'t do anything about it... as a post-production publisher we can\'t do anything about it, ""Wloss said.', 'The weather has been pretty benign so far this week, with a few showers in the South East and South East, but there is still the possibility of showers and thunderstorms.']" -506,"['Last', 'year', 'Sprint', 'extended', 'the', 'TCP/IP', 'protocol', 'to', 'commercial', 'customers', 'in', 'the', 'form', 'of', 'SprintLink.']","[2, 3]",0,sprint,Last year Sprint extended the TCP/IP protocol to commercial customers in the form of SprintLink.,"['Last year, Sprint signed an agreement with SprortLink to operate the TCP / T protocol on its own network, but the company has been unable to do so for some time.', 'In the heart of the KoreaBlue Resort, which bears his name, stands only today the most important product available - historical architecture, gate enough.', ""Sprint and AT & T also have some commercial customers who say they use the software more than customers who don't, such as AT & T, AT & T and Verizon."", 'Last year, she received flowers after handing over her car to an address in the city.', ""Sprint is expanding its IP portfolio to include BT, the world's largest provider of wireless broadband services, and the world's largest wireless network.""]" -507,"['The', 'author', 'states,', 'quite', 'correctly', 'in', 'the', ""reviewer's"", 'opinion,', 'that', 'the', 'Southern', 'Railway', ""'s"", 'passenger', 'ancillary', 'vehicles', 'had', 'a', 'character', 'all', 'of', 'their', 'own', 'and', 'he', 'has', 'meticulously', 'chronicled', 'their', 'fleet.']","[11, 13]",0,southern railway,"The author states, quite correctly in the reviewer's opinion, that the Southern Railway's passenger ancillary vehicles had a character all of their own and he has meticulously chronicled their fleet.","['The author says the reviewer is right to point out that the artist model has a unique voice, be it an obsessive drive or an Olivia Clatseur model who is engaged and vilified by her followers.', ""Eberode takes the view, not without reason, that the stories of one's own four children, told by old people, are the result of digital exploitation."", '""I don\'t think it\'s fair to say that when you look at what\'s happened in recent years, it\'s not just in the past, it\'s in the past,"" he said.', ""SourcesPDF dll @ - @ ADSIEB-d'ism Filmed in Italy, Release Gap Graphic Capitalism in Germany, Release Gap Graphic Capitalism in Germany, Release Gap Graphic Capitalism in Germany, Release Gap Graphic Capitalism in Germany, Release Graphic Capitalism in Germany, Release Graphic Capitalism in Germany, Release Graphic Capitalism in Germany, Release Graphic Capitalism in Germany, Release Graphic Capitalism in Italy, Release Graphic Capitalism in Germany"", '""I think it\'s fair to say that after the genius of Rodgers and Hughes, when you look at the history of the club, when you look at the history of the club, when you look at the history of the club, when you look at the history of the club, when you look at the history of the club, when you look at the history of the club, the history of the club, the history of the club, the history of the club, the history of the club, the history of the club, the history of the club, the history of the club, the history of the club,"" he said.']" -508,"['The', 'rating', 'agency', 'says', 'that', 'the', 'action', 'follows', ""Philips'"", 'agreement', 'to', 'sell', 'to', 'Matsushita', 'Electric', 'Industrial', 'Co', 'its', '35%', 'stake', 'in', 'the', ""companies'"", 'joint', 'venture.']","[13, 17]",0,matsushita electric industrial co,The rating agency says that the action follows Philips' agreement to sell to Matsushita Electric Industrial Co its 35% stake in the companies' joint venture.,"[""One reason for the move at the Geneva conference (the applicant's flexible, not artificial, workplace) is that this is the first time such a move has been taken in the United States."", 'According to the International Agency for Migration, Latin America\'s stance is based on a ""lack of understanding,"" and talks are said to have forced it to acknowledge that cooperation at the highest level is now possible in Italy.', 'Rancho Cucamonga is in receipt of $637 million in debt, exactly the same percentage as the sugar it received in the first quarter of the same year, according to the U.S. Department of Agriculture.', 'Salzwedel is no stranger to controversy after it was revealed last year that the 29-year-old used a private email server to gain access to voicemails belonging to disgraced cyclist Alberto Salazar.', 'Porsche boss Winterkorn doesn\'t seem cowardly about < p >\'s (SE) ""venentura god"" (""God Will"") ""Walsh CO +"" poison ""("" God Will "")"" Value for money ""("" God Will "")"" Value for money ""("" God Will "")"" Value for money ""("" God Will "")"" Value for money ""("" still successful warning "")"" Kate, ""millions of people"" Happy Birdman ""were"" lucky ""("" Happy Birdman "")']" -509,"['CHRISTIAN', 'DIOR']","[0, 2]",0,christian dior,CHRISTIAN DIOR,"['CHRIS SUTTON: A must-win for the Conservatives', ""In 1874, a fountain of spongy lunatics in the safari god's workshop in Ch < unk > @ - @ Solanu < unk > @ - @ Pennsylvania brought a source of spongy craziness to the city."", 'Mystery exhibition', ""Away from CHRIS SUTTON vs sports news editor LAURA WILLIAMSON... and don't forget to tell us your predictions by leaving a comment below."", 'CHCornwall']" -510,"['However,', 'Sharp', 'have', 'a', 'highly', 'restrictive', 'policy', 'which', 'makes', 'such', 'development', 'difficult.']","[1, 2]",0,sharp,"However, Sharp have a highly restrictive policy which makes such development difficult.","['Mr Sharp said: ""Companies are using and implementing collective economic policies in their markets.', ""However, Sharp has a very restrictive, drastic strategy: 6.30am Meg Sophia stays 6.47am, East doesn't even bother to get over the descent, and the two-win-five threshold share, apparently based on the fact that the company is a supporter of low-income customers."", 'But Sharp is taking a different tack, saying the company is ""not in a position to do anything about it.""', ""Sharon Horst, CEO of Sharon & Co., Inc. -- Sharon & Co., Inc. -- Sharon & Co., Inc. -- Sharon & Co., Inc. -- Sharon & Co., Inc. -- Sharon & Co., Inc. -- Sharon & Co., Inc., Inc. -- Sharon & Co., Inc., Inc., the world's largest private equity firm -- Sharon & Co., Inc., the world's largest private equity firm -- Sharon & Co., Inc."", ""Sharon is currently filming Shakespeare's Curious Incident Of The Dog In The Night-Time.""]" -511,"['He', 'added', 'that', 'as', 'much', 'as', 'a', 'third', 'of', 'BP', ""'s"", 'oil', 'production', 'was', 'expected', 'to', 'continue', 'to', 'come', 'from', 'the', 'North', 'Sea', 'until', 'the', 'turn', 'of', 'the', 'century.']","[9, 10]",0,bp,He added that as much as a third of BP's oil production was expected to continue to come from the North Sea until the turn of the century.,"[""By 2030, more than a third of the world's oil and gas reserves will be destroyed by the collapse of BP, which famously led the Department of Energy to spend more than a third of its budget on oil and gas."", ""A quarter of the country's oil production is expected to come from the oil sands or the Baltic Sea by the end of the year, he said."", 'BP said it expected Jordan to lead the project until the beginning of the year, when it called for an end to the oil spill.', '""A third of the people who voted for Hillary say they will vote for her, 97 percent say they will vote for her, and 97 percent say they will vote for her,"" he said.', 'Scottish added that by the end of the year, around 60,000 people had signed a petition calling for a ban on the sale of oil and gas exploration and production in the Gulf of Mexico, criticised by oil and gas giant BP for its role in the spill, which cost BP $4 billion to $4 billion, and another $10 billion to $10 billion to $10 billion to $10 billion to $10 billion to $10 billion to $10 billion to $10 billion to $10 billion to $10 billion to $10 billion to $10 billion to $10 billion to $10 billion.']" -512,"['The', 'old', 'order', 'changeth,', 'and', 'how', '--', 'back', 'at', 'the', 'end', 'of', 'the', '1970s,', 'Ted', 'Dexter', 'and', 'Honeywell', 'Information', 'Systems', 'Ltd', 'got', 'together', 'to', 'propose', 'to', 'the', 'British', 'Broadcasting', 'Corporation', 'that', 'television', 'coverage', 'of', 'cricket', 'could', 'be', 'enhanced', 'with', 'a', 'little', 'judicious', 'computer', 'intervention', 'and', 'the', 'age', 'of', 'computer-aided', 'sports', 'broadcasting', 'was', 'born:', 'for', 'a', 'decade', 'and', 'more', 'a', 'Level', '6', 'minicomputer', 'or', 'successor', 'followed', 'the', 'cameras', 'and', 'trundled', 'around', 'the', 'cricket', 'grounds', 'of', 'England', 'and', 'Wales', 'in', 'the', 'back', 'of', 'a', 'truck', 'as', 'Honeywell', 'and', 'successor', 'company', 'Bull', 'HN', 'Information', 'Systems', 'Ltd', 'maintained', 'the', 'tradition', '--', 'but', 'with', 'the', 'first', 'one-day', 'match', 'of', 'the', 'current', 'series', 'against', 'Australia', 'at', 'Old', 'Trafford', 'yesterday,', 'what', 'was', 'the', 'legend', 'at', 'the', 'bottom', 'of', 'the', 'caption', 'but', '""Intel', 'processing"".']","[84, 85]",1,honeywell,"The old order changeth, and how -- back at the end of the 1970s, Ted Dexter and Honeywell Information Systems Ltd got together to propose to the British Broadcasting Corporation that television coverage of cricket could be enhanced with a little judicious computer intervention and the age of computer-aided sports broadcasting was born: for a decade and more a Level 6 minicomputer or successor followed the cameras and trundled around the cricket grounds of England and Wales in the back of a truck as Honeywell and successor company Bull HN Information Systems Ltd maintained the tradition -- but with the first one-day match of the current series against Australia at Old Trafford yesterday, what was the legend at the bottom of the caption but""Intel processing"".","['The researchers, led by the University of California, Berkeley, and the University of California, Berkeley, examined the effects of computer interference on the brain and found that people who were distracted by the game were more likely to be distracted by the game, while those who were distracted by the game were more likely to be distracted by the game, such as those who were distracted by the game, or those who were distracted by the game.', ""In the late 1970s, Ted Dexter and Honnell were looking for strikingly coordinated robot shoots for Bernstein, and Talkkowsky warned Hobbs and < br >'s Mike Phelan of failures. * The opening films were shot with a sense of favorite J-Blade and a sci-fi war book recently released on the American sports arena, BranX. * I want to shine a light on what's going on in Hollywood. * I don't want to talk about what's going on in Hollywood. * I don't want to talk about what's going on in Hollywood. * I want to talk about what's going on in Hollywood. * I want to talk about what's going on in Hollywood."", ""Katie Trott is lying on the floor claiming she got $1,500 from Kyrgios in real life, and it's a miracle she took a turn to see Bolt in the Big Bash."", 'Massachusetts Governor Mitt Romney\'s biographer, Morgan Downomber, said in a statement that it was ""regrettable"" that the government had reacted ""cautiously"" and acknowledged that ""the additional revenue generated by Cr6 will not be sufficient to offset the additional revenue generated by Cr6."" ""Unbroken Pedestrian Supermarkets will sell cricket should it become available,"" AT Keystone said in a statement, adding that the company has received $67,000 in additional revenue from Cr6. """" Unbroken Pedestrian Supermarkets will sell cricket, ""according to the New York Times.""', 'Dexter, who earned £450,000 on mortgage lending in the first three months of this year, said: ""I think it\'s going to be a very difficult year for the Bank of England to keep interest rates stable for the foreseeable future and I think it\'s going to be very difficult for the Bank of England to keep rates stable for the foreseeable future.""']" -513,"['Stainless', 'steel', 'kitchen', 'tools', 'from', 'Heritage,', 'around', '$3.49', 'per', 'piece,', 'are', 'available', 'from', 'Tesco', 'stores,', 'hardware', 'and', 'cookware', 'shops', 'around', 'the', 'country.']","[13, 14]",0,tesco,"Stainless steel kitchen tools from Heritage, around $3.49 per piece, are available from Tesco stores, hardware and cookware shops around the country.","['Cookware-making stainless steel tools, people-friendly retreats and luxury.', 'Shock-resistant stainless steel tools from sailboats for just $3.49 can plague shops and Coq-Williki stores across the country.', 'Stainless steel HSG dique work dispenser L full of competition il alloy of K-S plates Size 7,95 M ½ Tubes Holiday Food Birgit (SPE 100 12, 2MB) Thousands of used Christmas plate 6150 x 47313D Twixt', ""Haye, who has been out of action since the end of last year with a ruptured achilles tendon in his right knee, said: 'It's been a while since I've had the opportunity to train with him, train with him, train with him, train with him, train with him, train with him, train with him, train with him, train with him, train with him, train with him, train with him, train with him, train with him, train with him, train with him."", ""'I think it's important to remember that this isn't the first time we've had a situation where we've had a situation where we've had a situation where we've had a situation where we've had a situation where we've had a situation where we've had a situation where we've had a situation where we've had a situation where we've had a situation where we've had a situation where we've had a situation where we've had a situation where we've had a situation where we've had a situation where we've had a situation where we've had a situation where we've had a situation where we've had a situation where we've had a situation where we've had a situation where we've had a situation where we've had a situation.""]" -514,"['At', 'the', 'same', 'time,', 'the', 'market', 'was', 'becoming', 'much', 'more', 'competitive', 'and', 'international', 'customers,', 'such', 'as', 'Ford', ',', 'were', 'reducing', 'the', 'number', 'of', 'suppliers.']","[16, 17]",0,ford,"At the same time, the market was becoming much more competitive and international customers, such as Ford, were reducing the number of suppliers.","[""As the race became more competitive and the number of spectators worldwide declined, Wolff, the Bond, the Spac < unk > < unk > s < unk > investigated Villa's reaction."", 'At the same time, the federal government and large long-distance bus companies such as T-Mobile, Beatnik, Andromeda or a rapid decline, if not more, are superstaffed.', 'At the same time, the level of competition in the market is increasing and current business conditions are improving. -- Financial conditions are improving. -- Financial conditions are improving. -- Financial conditions are improving. -- Financial conditions are improving. -- Financial conditions are improving. -- Financial conditions are improving. -- Financial conditions are improving. -- Financial conditions are improving.', 'The University of California, Berkeley, with a one-year exchange program, 3410 Exhibitions Vac.', 'At the same time, fifth generation systems have been introduced at the airport in Europe, which provide the possibility to anticipate the final sprint with further details, including traffic calculations, traffic calculations, traffic calculations, traffic calculations, traffic calculations, traffic calculations, traffic calculations, traffic calculations, traffic calculations, traffic calculations, traffic calculations, traffic calculations, traffic calculations, traffic calculations, traffic calculations and more.']" -515,"['Yet', 'West', ""Germany's"", 'Bayer', 'and', 'Hoechst', 'went', 'on', 'to', 'dominate', 'the', 'industry', '(by', '1913', 'Germany', 'produced', '90%', 'of', 'the', ""world's"", 'dyes)', 'because,', 'unlike', 'British', 'companies,', 'they', 'made', 'the', 'essential', 'first-mover', 'investments', 'in', 'production,', 'distribution', 'and', 'management.']","[3, 4]",0,bayer,"Yet West Germany's Bayer and Hoechst went on to dominate the industry (by 1913 Germany produced 90% of the world's dyes) because, unlike British companies, they made the essential first-mover investments in production, distribution and management.","[""No quarterly capital expenditures were required, and analysts praised the company's ability to raise $2.5 billion in cash from its Human Astronomized Warfare and Crowl International research projects."", 'But those West German companies that emerged well from recession, such as Bayer and Hoechel, are restarting the industry (the German company is currently in the midst of a three-year turnaround, losing more than 30% of its market share).', 'When the industry - as it is now - began to shift to connecting - just a few years ago there was a lot of talk about the potential of the H4PSA as a symbol of years of growth before the H4PSA crisis, but now that the H4PSA crisis is over, it is clear that there is a lot of pressure on the industry to do something about it.', 'To make matters worse, on 18 January last year, the Bank of England announced that it would cut interest rates by 0.25% to 0.25% for the first time since the financial crisis and raise the Bank of England base rate to 0.5% by the end of the year.', ""But the third-place finisher in the gubernatorial election, in which the state's governor's office was closed by the National Rifle Association, Kanye West, found 130 firearms in his possession.""]" -516,"['The', 'Renault', 'design', 'team', 'clearly', 'succeeded', 'in', 'their', 'intention', 'to', 'offer', 'big', 'car', 'comfort', 'in', 'a', 'competitively', 'compact', 'package.']","[1, 2]",0,renault,The Renault design team clearly succeeded in their intention to offer big car comfort in a competitively compact package.,"['Development of a team that is able to build a center building, to build a team, to build a stadium, to build a team, to build a team, to build a team, to build a team, to build a team, to build a team, to build a team, to build a team, to build a team, to build a team, to build a team, to build a team, to build a team, to build a team, to build a team, to build a team, to build a team, to build a team, to build a team, to build a team.', 'The Renault design team was also handed fingerprints of Italian mushrooms from the Gulf of Mexico.', ""As a slippery middle-class, doubtless reluctant to confront a bourgeois Prime Minister and (don't forgive me, I hasten to add) a university education, she has a valuable history of falling on her sword."", 'The developer has managed to make his book easier to use, and < br >\'s Emin added, ""It\'s also a great way to get people talking.""', '""I think it\'s going to be a tough game for us, especially in the second half, but we\'ve brought a lot of momentum into the game,"" he said.']" -517,"['Sitka,', 'based', 'in', 'Alameda,', 'California', '--', 'originally', 'Sun', ""'s"", 'TOPS', 'division', '--', 'will', 'continue', 'to', 'sell', 'its', 'networking', 'software', 'line', 'through', 'existing', 'channels', 'but', 'will', 'operate', 'under', 'the', 'SunSelect', 'name', 'out', 'of', 'Chelmsford,', 'Massachusetts.']","[7, 8]",0,sun,"Sitka, based in Alameda, California -- originally Sun's TOPS division -- will continue to sell its networking software line through existing channels but will operate under the SunSelect name out of Chelmsford, Massachusetts.","['Sitka, based in Alameda, Calif. -- in the former SUN TOPS division -- will continue to operate under the SunSelect & URL Christie name in Chelmsford, Md. -- Mowbray, Md. -- Mowbray, Md. -- Mowbray, Md., will continue to operate under the SunSelect & URL Christie name in Chelmsford, Md. -- Mowbray, Md. -- Mowbray, Md.', 'Sitka, Calif., PRG Alameda, Calif. -- Glenn & TOPS Inc. -- Tincs cupping agent is used in the healthcare industry and is responsible for delivering critical items at sea, depending on feedback from the attacker.', 'The voting rights will be won by SPACE.com, a web-based web-based software company, and by the end of the year the company will be able to sell its Navigace Edition digital infrastructure, which includes a Green Package.', 'Sitka are made up of alligators believed to be Khalid Masood, who is believed to have been killed by militants after taking over Klinskih.', 'So far, the company, headquartered in Alameda, California, has been sued for damages caused by an implant called US18611, which, according to the US Food and Drug Administration, touched down briefly at its home in Bradford, New York, and was not hit by a jet.']" -518,"['Digital', 'Equipment', 'Corp', 'is', 'now', 'allied', 'with', 'Ing', 'C', 'Olivetti', '&', 'Co', 'SpA,', 'and', 'has', 'no', 'historic', 'or', 'technical', 'ties', 'with', 'Siemens', '.']","[21, 22]",0,siemens,"Digital Equipment Corp is now allied with Ing C Olivetti & Co SpA, and has no historic or technical ties with Siemens.","['Digital Equipair Corp. has since expanded into C Olichy, which includes 23 installations (MO), the company said.', ""Digital Equipment Corporation (DEquiP.N), the world's largest consumer electronics company, said it would conduct a review of its products and services by the end of the year."", 'Digital Equipment Corp has entered into a long-term relationship with Siemens, and it has long ceased to be my vision of safety and training, and it is regrettable that the company has been unable to conclude a Wor @ @ @ contract that enables it to provide services to the United States, the United States, the European Union, the European Union, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the European Union, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom', ""Digital Equipment Corp's chief executive Jeff Bezos has come under fire for what he sees as a lack of transparency in the way the company operates."", 'Digital Aqui Corp is now affiliated with DP DP DP. -- Digital Aqui Corp also has 30 server companies in the United States. -- Digital Aqui Corp has 44 Google Earth EC in Madrid. -- Digital Aqui Corp has 86% of parking spaces in the United States. -- Digital Aqui Corp has 44 Google Earth EC in Madrid. -- Digital Aqui Corp has 86% of parking spaces in the United States. -- Digital Aqui Corp has 44 Google Earth EC in Madrid. -- Digital Aqui Corp has 86% of parking spaces in the United States. -- Digital Aqui Corp has 86% of parking spaces in the United States. -- Digital Aqui Corp has 44 Google Earth EC in Madrid.']" -519,"['You', 'just', ""can't"", 'trust', 'these', 'thespians', '--', 'any', 'residual', 'loyalty', 'vanishes', 'once', 'the', 'last', 'cheque', 'has', 'been', 'banked:', 'according', 'to', 'the', 'Evening', 'Standard,', 'Maureen', 'Lippmann,', 'who', 'played', 'the', '""typical', 'Jewish', 'mother""', 'Beattie', '(', 'BT', ',', 'geddit?', '--', 'we', ""didn't"", 'at', 'the', 'time,', 'but', 'then', 'we', 'detest', 'brutal', 'acronyms', 'in', 'place', 'of', 'meaningful', 'names)', 'to', 'the', 'mutual', 'benefit', 'of', 'British', 'Telecommunications', 'Plc', 'and', 'her', 'bank', 'balance,', 'when', 'asked', 'to', 'reveal', 'her', 'favourite', 'word,', 'replied,', 'without', 'hesitation,', '""Mercurial"".']","[33, 34]",1,bt,"You just can't trust these thespians -- any residual loyalty vanishes once the last cheque has been banked: according to the Evening Standard, Maureen Lippmann, who played the""typical Jewish mother"" Beattie ( BT, geddit? -- we didn't at the time, but then we detest brutal acronyms in place of meaningful names) to the mutual benefit of British Telecommunications Plc and her bank balance, when asked to reveal her favourite word, replied, without hesitation,""Mercurial"".","['This kind of raspberry-rosemary nonsense, sometimes kidnapped by children, sometimes kidnapped by children, is the stuff of nightmares, but it is not what you want to do if you do not want to go to bed with your mother and your father, or if you do not want to go to bed with your mother and your father, or if you do not want to go to bed with your mother and your father, or if you do not want to go to bed with your mother, or if you do not want to go to bed with your father, or if you do not want to go to bed with your best friend.', 'These assumptions, based on the assumption that there is no one in the recipient market who has led the game for decades; who is hostile to the free market; who is hostile to the free market; who is hostile to the free market; who is hostile to the free market; who is hostile to the free market; who is hostile to the free market; who is opposed to the free market; who is opposed to the free market, simply cannot be trusted.', 'We are almost used to phrases like ""we think we handle clicks"" and ""even full backs"": goal-line technology is a carte blanche for everyone, but sometimes it can be difficult to spot the point at which we are already in a multitude of margins of correctness at the right moment.', ""You simply cannot extend your argument to the present day by making a direct comparison between the Premier League and the Champions League: League, League Cup, League Cup, Europa League - the lot, wouldn't you say, is bigger than the Premier League and lower leagues; or even the FA Cup and League Cup; or the FA Cup and League Cup and League Cup."", ""You just don't trust MEADS - on the other hand, to dismantle spooks like Miliais für Hitler or Erhard / Goebbels Jü based on the numbers that are all too easily clicked into a nowadays unfashionable Mot Yorkshire Tribune) and to curb people's contact with Fries Goebbels Obam: nevertheless, it seems terribly chic to sound as if Haig's real fire-profit tax white as Francois's human capital opponent Haiti Steady.""]" -520,"['The', 'template', 'packages', 'will', 'ship', 'in', 'the', 'second', 'half', 'of', 'the', 'year,', 'once', 'Microsoft', 'has', 'worked', 'out', 'how', 'to', 'price', 'them.']","[13, 14]",1,microsoft,"The template packages will ship in the second half of the year, once Microsoft has worked out how to price them.","['The sample packages will be released in the second half of the year, but Microsoft will release Emerote I when the first applicants are found.', 'Once a price has been agreed, the Fli will be launched in the second half of the year.', ""The Tem < unk > @ - @ < unk >, < unk >'s Index Leadership Clear and Changing, < unk >'s Buwers Energy and < unk > I'm just starting."", 'Tokyo has only just come forward with alternatives.', 'Premier League clubs are also interested in the former England U21 international who has been linked with a move to the Premier League but Leicester have yet to make an official offer for the 24-year-old who has been linked with a move away from the Etihad Stadium in recent weeks and has been linked with a move away from the Emirates.']" -521,"['Finance', 'director', 'Keith', 'Todd', 'announced', 'that', 'ICL', 'has', 'gained', 'one', 'point', 'of', 'market', 'share', 'in', 'the', 'UK,', 'in', 'a', 'declining', 'overall', 'market', '--', 'stealing', 'back', 'a', 'little', 'of', 'the', 'market', 'share', 'that', 'IBM', 'UK', 'has', 'won', 'from', 'ICL', 'over', 'the', 'past', '20', 'years.']","[32, 34]",0,ibm uk,"Finance director Keith Todd announced that ICL has gained one point of market share in the UK, in a declining overall market -- stealing back a little of the market share that IBM UK has won from ICL over the past 20 years.","['Financially IBM UK may face a large market on a broad scale, but it will not yet be able to convince the public that it is the right thing to do, ""Scotland Yard said in a statement.', 'Keith Todd, finance director, said Scentz had made significant progress in accessing the dollar bit Prime _ Groupe, which has been a major source of revenue for Scentz for the past six years and has now returned to Glencore.', ""Finpideen said Willey's $6.4 billion merger with the devices would save $7.7 billion in market share, as well as a $7.7 billion merger with AT & T, AT & T."", ""In a simultaneous retreat from Samsung's already dwindling Phco 200, China's Nokia is trying to secure Barclays, Microsoft's digital partner."", 'Finance Monopoly Dr. Keith Todd Announces Plans to Launch Controversial 31-Page, Comprehensive and Policy Joint IBM UK Phelps For Drugs To Evaluate Better Quality Combinations And Rising Commodities For The CBMR. < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br >']" -522,"['Taligent', 'kernels', '--', 'as', 'opposed', 'to', 'layered', 'products', '--', 'will', 'act', 'as', 'the', 'hardware-specific', 'interface', 'in', 'place', 'of', 'current', 'operating', 'systems,', 'and', 'application', 'programming', 'interfaces', 'such', 'as', 'the', 'Apple', 'Mac', 'user', 'interface', 'and', 'IBM', ""'s"", 'Workplace', 'Shell', 'will', 'become', 'modules', 'that', 'run', 'on', 'top', 'of', 'these', 'kernels.']","[33, 34]",0,ibm,"Taligent kernels -- as opposed to layered products -- will act as the hardware-specific interface in place of current operating systems, and application programming interfaces such as the Apple Mac user interface and IBM's Workplace Shell will become modules that run on top of these kernels.","['At the moment, cores are given a certain importance compared to the various user products - these are different types of cores in each industry: NK\'s ""girl world"" knows how to share them positively; NK\'s ""girl world"" knows how to share them; NK\'s ""girl world"" knows how to share them; NK\'s ""girl world"" knows how to share them; NK\'s ""girl world"" knows how to share them; NK\'s ""girl world"" knows how to share them; and NK\'s ""girl world"" knows how to share them.', 'Contrary to reports, talent stereotyping is not currently a prominent feature of the industry - and we are seeing more and more software, especially XM220.', 'Unlike Burnley, who have won just one of their last 10 Premier League games, they will need to step up if they are to make it to the knockout stage.', 'Unlike the threat of an Australian ""remote recycling crack,"" there is a risk of a ""knock-on effect"" because things are not impossible, but they are not impossible, ""he said.', 'Tallahassee, Florida (CNN) -- After the deadly shooting at a Florida elementary school that left 17 dead and more than 100 injured in a rampage, police said Friday they are investigating whether a gunman who opened fire on a school bus was responsible for the shooting.']" -523,"['Both', 'the', 'BMW', 'and', 'Nissan', 'car', 'companies', 'have', 'announced', 'prototype', 'electric', 'cars,', 'to', 'add', 'to', 'those', 'already', 'being', 'developed', 'by', 'General', 'Motors,', 'Peugeot', 'and', 'Ford.']","[2, 3]",1,bmw,"Both the BMW and Nissan car companies have announced prototype electric cars, to add to those already being developed by General Motors, Peugeot and Ford.","['Both the automaker and BMW have already released prototypes and are predicting what is to come.', ""VEEA (Eric Exactly) will leave it to local authorities to decide whether or not to participate without describing the driver's driving behaviour."", 'BMW and Nissan have been flying electric passenger cars, electric operating systems and prototypes to the United States for two years, but the company has not yet announced how it plans to use the technology in the future, according to a person familiar with the matter who spoke on condition of anonymity because of the sensitivity of the matter.', 'Car companies BMW, Nissan Electronics and other companies that made the GlaAcie - Industries and Employees Dakota and Gentybee - were given 26-inch-high slopes - and are now called GlaAcie (instead of Human Resources Director at Google), according to public relations firm Prof Berrally, who has been working on the project for more than a decade and is now looking for the next tool for potential dynasty.', 'Both car companies and electric companies are entering a new era that has seen a huge increase in the number of electric vehicles sold in the United States, Europe and the Middle East, as well as an increase in the number of cars sold in the United States, Europe and the Middle East, and an increase in the number of cars sold in the United States.']" -524,"['Companies', 'such', 'as', 'Oracle', ',', 'Frame', 'and', 'Progress', 'have', 'reportedly', 'ported', 'to', 'the', 'box.']","[3, 4]",0,oracle,"Companies such as Oracle, Frame and Progress have reportedly ported to the box.","['Companies such as Oracle, Frame and High Performance Computing have used important standard scenarios such as Iron Planes on WebMode and Style Content.', 'Companies like Oracle, Rivlin says, are interested in getting important information, but through backdoors around us, ""banner money has gone wrong.""', 'The sport is largely organised on trains, with 34,000 spectators reported.', 'Companies such as Oracle, PP and Parente.TEso are among the top 100.', 'Emiliana Wolfe (""I\'m not a fan of Vivienne Westwood, but I\'m a fan of Vivienne Westwood"").']" -525,"['Sun', 'Microsystems', 'has', 'been', 'closed', 'out', 'of', 'a', 'few', 'significant', 'contracts', 'lately', 'because', 'it', ""couldn't"", 'tick', 'off', 'the', 'Motif', 'and', 'DCE', 'boxes', 'on', 'the', 'bids.']","[0, 2]",0,sun microsystems,Sun Microsystems has been closed out of a few significant contracts lately because it couldn't tick off the Motif and DCE boxes on the bids.,"['Sun Irongrip is out of a sizeable reserve of proven grief that Junior is being treated.', 'Sun Microsystems saw strong growth in its global business over the winter, and its Le Gas business has never been better positioned.', 'Sun Microsystems, the company that owns the country, said it was ""disappointed"" by the decision, but added that it was ""disappointed"" by the decision and ""disappointed"" by the decision.', 'Sun Microsystems, the state-owned companies that systematically monitored the work at the time, said in a survey of its own figures published in a Japanese trade journal that it was ""the most imported, inefficient software company in the world.""', ""Sun Microsystems has major contracts for Velbek's Ol < br > Key Evolutionary Electric Co.""]" -526,"['A', 'one-way', 'outsourcing', 'arrangement,', 'such', 'as', 'General', 'Motors', ""'"", 'purchases', 'of', 'cars', 'and', 'components', 'from', 'Daewoo', 'in', 'South', 'Korea,', 'is', 'little', 'more', 'than', 'a', 'sophisticated', 'version', 'of', 'familiar', 'NFI', 'agreements:', 'they', 'offer', 'the', 'supplier', 'the', 'opportunity', 'to', 'gain', 'value-creating', 'activities', 'and', 'obviate', 'the', ""buyer's"", 'need', 'to', 'invest.']","[6, 8]",0,general motors,"A one-way outsourcing arrangement, such as General Motors' purchases of cars and components from Daewoo in South Korea, is little more than a sophisticated version of familiar NFI agreements: they offer the supplier the opportunity to gain value-creating activities and obviate the buyer's need to invest.","['An AFL-CIO spokesman said: ""The AFL-CIO is committed to working with all stakeholders to ensure the integrity of the AFL-CIO process and the integrity of the AFL-CIO process, and we will continue to work with the AFL-CIO to ensure that the integrity of the AFL-CIO process is not compromised.""', 'Unilateral remedies, such as the $4.35 billion (€4.35 billion) acquisition of Sterling Rubin, would allow Coca-Cola to invest $1.1 million.', 'Athens interpreted this week\'s announcement as a sign that more than 50 high-level financial institutions are considering more A & M options as negotiation options under the ""China AD"" project, which would ""clarify and regulate practical development issues in accordance with today\'s standards (654,000 women in the 2000s and 176,000 in the early 2000s).""', ""< br > 's JAMIE REDKNAPP was at Royal Troon to find out what all the fuss was about and what all the fuss was about... we're in it together... we're in it for the long haul... we're in it for the long haul... we're in it for the short haul... we're in it for the long haul... we're in it for the long haul..."", ""One of the most opportunistic things you can do in training this week... is actually take a look at Takinawa himself and you see he's destroying his body and beaming games from the side of a head coach on the other side of the court into the professional world.""]" -527,"['At', 'around', 'the', 'same', 'time,', 'the', 'plaintiff', 'was', 'working', 'on', 'an', 'IBM', 'version', 'of', 'his', 'program', 'for', 'the', 'UK', 'market.']","[11, 12]",1,ibm,"At around the same time, the plaintiff was working on an IBM version of his program for the UK market.","['High time for an IB analysis of this tool.', 'The source is unknown during the ongoing investigation.', 'Anze Griezmann also relies personally on Steinbrück and has a number of ministers, administrators and officials who have worked with him, as well as a number of other officials, including the head of the European Central Bank (ECB), the head of the European Central Bank (ECB), the head of the European Central Bank (ECB), the head of the European Central Bank (ECB), the head of the European Central Bank (ECB), the head of the European Central Bank (ECB), the head of the European Central Bank (ECB) and the head of the European Central Bank (ECB).', ""Late BusBolt: < unk > 's Hai You Pell < unk > is available for anything you need to know."", ""It's about the same as the AFL grand final, which is almost a week away, and the AFL final is going to be a lot more difficult.""]" -528,"['IBM', 'Corp', 'yesterday', 'stepped', 'up', 'its', 'pitch', 'for', 'OEM', 'business,', 'most', 'strikingly', 'offering', 'an', 'enhanced', 'version', 'of', 'the', '9371', 'microprocssor-based', 'Personal/370', 'Adapter/A', 'co-processor,', 'so', 'that', 'designers', 'can', 'build', '370-compatibility', 'into', 'workstations', 'via', 'a', 'co-processor.The', ""company's"", 'Entry', 'Systems', 'Technology', '--', 'Personal', 'Systems', 'business', 'unit', 'is', 'also', 'offering', 'some', 'of', 'IBM', ""'s"", 'handwriting', 'recognition', 'products', 'to', 'third', 'parties,', 'including', 'technology', 'that', 'recognises', 'both', 'script', 'and', 'block', 'capitals;', 'and', 'in', 'addition', 'to', 'the', 'currently', 'available', 'PenPoint', 'version,', 'ThinkWrite', 'will', 'be', 'available', 'this', 'year', 'in', 'versions', 'that', 'run', 'under', 'OS/2', 'and', 'Windows', 'for', 'Pen', 'Computing.']","[48, 49]",0,ibm,"IBM Corp yesterday stepped up its pitch for OEM business, most strikingly offering an enhanced version of the 9371 microprocssor-based Personal/370 Adapter/A co-processor, so that designers can build 370-compatibility into workstations via a co-processor.The company's Entry Systems Technology -- Personal Systems business unit is also offering some of IBM's handwriting recognition products to third parties, including technology that recognises both script and block capitals; and in addition to the currently available PenPoint version, ThinkWrite will be available this year in versions that run under OS/2 and Windows for Pen Computing.","[""In addition, the Company's non-GAAP financial measures include, but are not limited to, the Company's non-GAAP financial measures, the Company's non-GAAP financial measures, the Company's non-GAAP financial measures, the Company's non-GAAP financial measures, the Company's non-GAAP financial measures, the Company's non-GAAP financial measures, the Company's non-GAAP financial measures, the Company's non-GAAP financial measures, the Company's non-GAAP financial measures, the Company's non-GAAP financial measures, the Company's non-GAAP financial measures and the Company's non-GAAP measures."", 'IBM has been working with the PKK for over a year, and the PKK has been working with the PKK for over a year, and the PKK has been working with the PKK for over a year, and the PKK has been working with the PKK for over a year, and the PKK has been working with the PKK for over a year.', 'IBM Corporation (NYSE: IBM) is pleased to announce that it has entered into a definitive agreement with IBM Corporation (NYSE: IBM) to acquire IBM Corporation (NYSE: IBM) to acquire IBM Corporation (NYSE: IBM) to acquire IBM Corporation (NYSE: IBM) to acquire IBM Corporation (NYSE: IBM) to acquire IBM Corporation (NYSE: IBM) to acquire IBM Corporation (NYSE: IBM) to acquire IBM Corporation (NYSE: IBM) to acquire IBM Corporation (NYSE: IBM) to acquire IBM Corporation (NYSE: IBM).', 'IBM said in a statement: ""IBM is pleased to announce that we have entered into a definitive agreement with IBM to acquire IBM, a leading provider of cloud computing solutions, for the development and marketing of IBM products and services.', 'This article: http: / / thescotsman.scotsman.com / index.cfm? id = 1783162007 Copyright 2009 The Associated Press. -- The Associated Press. -- This article: http: / / thescotsman.scotsman.com / index.cfm? id = 1783162007 The Associated Press. -- This article: / thescotsman.scotsman.com Copyright 2009 The Associated Press. -- The Associated Press.']" -529,"['The', 'system', 'runs', 'under', 'Digital', 'Equipment', ""Corp's"", 'VMS,', 'VMS', 'Ultrix,', 'RISC', 'Ultrix,', 'Santa', 'Cruz', 'Unix,', 'HP-UX', 'and', 'is', 'Posix', 'compliant', '--', 'DEC', 'and', 'Hewlett-Packard', 'Co', 'being', 'the', 'choice', 'of', 'the', 'majority', 'of', 'its', 'customers.']","[23, 25]",1,hewlett-packard co,"The system runs under Digital Equipment Corp's VMS, VMS Ultrix, RISC Ultrix, Santa Cruz Unix, HP-UX and is Posix compliant -- DEC and Hewlett-Packard Co being the choice of the majority of its customers.","['This is run under the umbrella of Digital Equipment Corp Resolve, with the aim of getting VDraw out of business, and it has underpinned its revenue growth in each of the last five years, with revenues of $223 million and $224 million respectively for the three months to September 30, 2008, compared with $239 million for the same period last year.', 'HBORA, Fla., June 30 (UPI) -- A Florida man has been sentenced to life in prison after pleading guilty to a crime of conspiracy to defraud by false representation, according to a lawsuit filed in U.S. District Court.', 'The system offers three-digit rollover rates of $456 and $826, respectively, and is designed for use with MacBook Pro, MacBook Pro, MacBook Pro, Mac OS X, Mac OS X, Mac OS X and Mac OS X.', 'The FV via Vonnbach Mobile (Vonnbach-Vonnbach-Vonnbach-Vonnbach-Vonnbach-Vonnbach-Vonnbach-Vonnbach-Vonnbach-Vonnbach-Vonnbach-Vonnbach-Vonnbach-Vonnbach-Vonnbach-Vonnbach-Vonnbach-Vonnbach-Vonnbach-Vonnbach-Vonnbach-Vonnbach-Vonnbach-Vonnbach-Vonnbach-Vonnbach-Vonnbach-Vonnbach-Vonnbach-Vonnbach-Vonnbach-Vonnbach-Vonnbach-Vonnbach', 'Their clients were later arrested as part of the investigation and taken to Bournemouth Crown Court, where they are expected to appear in court to face conspiracy to defraud.']" -530,"['Allianz,', 'the', 'largest', 'German', 'insurance', 'group', 'and', 'a', 'strong', 'rival', 'of', 'Deutsche', 'Bank', ""'s,"", 'looks', 'likely', 'to', 'join', 'the', 'defence', 'effort', 'because', 'its', 'finance', 'chief,', 'Friedrich', 'Schiefer,', 'also', 'sits', 'on', ""Continental's"", 'supervisory', 'board.']","[11, 13]",0,deutsche bank,"Allianz, the largest German insurance group and a strong rival of Deutsche Bank's, looks likely to join the defence effort because its finance chief, Friedrich Schiefer, also sits on Continental's supervisory board.","['The oval images of children of this form in numerous places, flapping in disbelief, cheering, cheering on sport, encouraging violence against the Dutch or poverty, are all sins.', 'The 23-year-old, who has been linked with a move away from the Premier League, is expected to sign a new five-year contract at the end of the season, according to Spanish media reports.', ""Allianz, Germany's biggest insurance group and activist arch-rival of the NSW government, has resigned as absent One Nation chief executive."", 'The 1967 report also bears a striking resemblance to the 1967 report, which stated: ""The Ranomed reacted again to Elke Schumier Igor Grass\'s verdict.""', ""Arguably England's greatest batsman ever to have played first class, but he still has a lot of work to do if he is to have any chance of getting into the Test squad for the first time in his career.""]" -531,"['And', 'twenty', 'five', 'pounds', 'worth', 'of', 'Marks', 'and', 'Spencer', 'vouchers', 'for', 'nothing', 'for', 'that.']","[6, 9]",0,marks and spencer,And twenty five pounds worth of Marks and Spencer vouchers for nothing for that.,"['Caution must be exercised when making predictions.', 'Prefer Lim to $4 million Hayden?', ""I'm not sure I want to be in a situation where I'm not going to be able to."", 'And < a href = ""http: / / www.zillow.com / blog /"" target = ""_ blank"" > the two clubs are understood to have agreed a deal worth £1.5 million plus £1.5 million in add-ons.', ""Stamford Bridge needs to vote for Palace but I don't think it will be easy for them to win the Premier League this season.""]" -532,"['Another', 'has', 'been', 'put', 'forward', 'behind', 'closed', 'doors', 'by', 'AXA', ',', ""France's"", 'second-biggest', 'insurance', 'company.']","[9, 10]",1,axa,"Another has been put forward behind closed doors by AXA, France's second-biggest insurance company.","['The second-largest insurer, BAFA, made another proposal at 2 a.m.', 'Behind closed doors, AXA unveils its Hublink system.', 'Against sabre-rattling on the battlefield, Alan Crushing of Campaigning Newtown called it ""patronizing.""', 'Behind him Brett screams a hole in the under-fire Cavan.', 'François owns the Edwards. the Egon Dahlin Center at BOU-Motherwell died in 2006 at the age of 88, and Central Canadian clinics offer services including Medihof Music East 98. < a href = ""http: / / www.medihofmusic.com /"" target = ""_ blank"" > Medihof Music East 98. < / a >']" -533,"['USL', 'chairman,', 'AT&T', 'executive', 'Bob', 'Kavner,', 'says', 'he', 'talked', 'with', 'Ray', 'Noorda', 'on', 'and', 'off', 'over', 'the', 'last', 'year', 'about', 'acquiring', 'USL.']","[2, 3]",0,at&t,"USL chairman, AT&T executive Bob Kavner, says he talked with Ray Noorda on and off over the last year about acquiring USL.","[""USL Chairman Bob Kavner said in a statement: 'We are deeply saddened to hear of the death of a man who has been a friend of mine for more than 30 years."", 'The chairman of the Legal & General UK Equity Income fund says Schab has the potential to be one of the biggest blue chip fallers over the next few years.', 'In fact, in several corners of the country every year for the whole year.', '""I\'m not going to tell you what I\'m going to do, but I\'m going to tell you what I\'m going to do and I\'m going to do it,"" he said.', 'USL seats for the Knicks, the New York Knicks, the Cleveland Cavaliers, the Cleveland Cavaliers, the Cleveland Cavaliers, the Cleveland Cavaliers, the Cleveland Cavaliers, the Cleveland Cavaliers, the Cleveland Cavaliers, the Cleveland Cavaliers, the Cleveland Cavaliers, the Cleveland Cavaliers, the Cleveland Cavaliers, the New York Knicks, the Cleveland Cavaliers, the Cleveland Cavaliers, the Cleveland Cavaliers, the Cleveland Cavaliers, the Cleveland Cavaliers, the Cleveland Cavaliers, the Cleveland Cavaliers, the Cleveland Cavaliers, the Cleveland Cavaliers, the Cleveland Cavaliers, the Cleveland Cavaliers, the Cleveland Cavaliers, the Cleveland Cavaliers, the Cleveland Cavaliers, the Cleveland Cavaliers, the Cleveland Cavaliers,']" -534,"[""Sainsbury's"", ',', '$5.70', 'for', '2lb.']","[0, 1]",1,sainsbury's,"Sainsbury's, $5.70 for 2lb.","['He pleaded guilty to the lesser count of ""common sense"" and was sentenced to life in prison.', ""'I don't know if I'll be able to do it. '"", ""Gove's name was Jamie Carragher."", ""Mother's Day Congress in Magdeburg, Classroom"", 'PRNewswire-FirstCall / -- Ministwall Def Diamond, Inc.']" -535,"['Edit', 'the', 'RDBI', 'configuration', 'file', 'and', 'ensure', 'that', 'all', 'relational', 'database', 'users', 'specified', 'at', 'the', 'MAP', 'USERNAME', 'keyword', 'are', 'valid', 'i.e.', 'if', 'DEC', 'Rdb/VMS', 'is', 'the', 'target', 'database', 'then', 'all', 'users', 'are', 'existing', 'VMS', 'users,', 'or', 'if', 'ORACLE', 'is', 'the', 'target', 'database', 'than', 'all', 'users', 'are', 'valid', 'ORACLE', 'users', '(but', 'not', 'the', 'name', 'of', 'the', 'transfer', 'account).']","[47, 48]",1,oracle,"Edit the RDBI configuration file and ensure that all relational database users specified at the MAP USERNAME keyword are valid i.e. if DEC Rdb/VMS is the target database then all users are existing VMS users, or if ORACLE is the target database than all users are valid ORACLE users (but not the name of the transfer account).","['In a statement, the company said it was ""deeply saddened to hear of the death of a board member injured in a collision with a car on the M1 late last week,"" adding: ""We are deeply saddened to hear of the loss of a board member and we are deeply sorry to hear of the tragic loss of his life.""', 'Changing the details in the profiles of early heart disease other than the stem cells in the brain or brain can be hugely beneficial; loss of vector control exposes people to heart disease, but it currently comes at a price.', 'In the document A Worms Defin, which was independently published in Xgood by critics, various RAVs were described as ""science-based"" and ""militarily suitable.""', 'Delete Delete Delete Delete Delete Delete Delete Delete Delete Delete Delete Delete Delete Delete Delete Delete Delete Delete Delete Delete Delete Delete Delete Delete Delete Delete Delete Delete Delete Delete Delete Delete Delete Delete Delete Delete Delete Delete Delete Delete Delete Delete Delete Delete Delete Delete Delete Delete Delete Delete', ""Changing the way we think about the NHS is not going to change the way we think about the NHS, it's going to change the way we think about the NHS, it's going to change the way we think about the NHS, it's going to change the way we think about the NHS, it's going to change the way we think about the NHS, it's going to change the way we think about the NHS.""]" -536,"['Siemens', 'AG', 'formed', 'a', 'joint', 'venture', 'with', 'TN', 'Inc', 'Ltd', 'of', 'Thailand', 'to', 'market', 'and', 'service', 'PABXs', 'in', 'Thailand', 'and', 'the', 'new', 'unit,', 'TN', 'Communication', 'Systems', 'Ltd,', 'is', 'pitching', 'for', 'at', 'least', '25%', 'of', 'the', 'market;', 'the', 'new', 'company,', '49%', 'owned', 'by', 'Siemens,', 'will', 'start', 'out', 'with', 'about', '100', 'employees.']","[0, 2]",1,siemens ag,"Siemens AG formed a joint venture with TN Inc Ltd of Thailand to market and service PABXs in Thailand and the new unit, TN Communication Systems Ltd, is pitching for at least 25% of the market; the new company, 49% owned by Siemens, will start out with about 100 employees.","[""For example, Bosch is responsible for the research department of Sonderakfis, a chargé d'affaires of the reliable Parallacker Ten2 Group (formerly Ecclestones Anderlund), which belongs to the Gewary Technology College."", 'Turnout: 89% in VA, more than any other school in the country', 'TEHRAN, Iran (AP) - Iranian President Mahmoud Ahmadinejad said Tuesday that Iran\'s nuclear program is a ""turning point"" for the world\'s largest economy and that the United States and its allies will continue to work together to build a nuclear weapon capable of reaching the world\'s most powerful nuclear weapon. -- Iranian President Mahmoud Ahmadinejad said the United States would continue to work with Iran to develop a nuclear weapon capable of reaching the world\'s most powerful atomic bomb.', ""< br > DAVID LLOYD reflects on the thrill that greeted England's second innings at Lord's on Saturday and reflects all the drama that unfolded during day three at Lord's."", 'Siemens, the world\'s largest automotive manufacturer by sales, said in a statement: ""Siemens is pleased to announce that it has entered into a definitive agreement with Siemens AG to acquire Siemens AG, a subsidiary of Siemens AG, for the acquisition of Siemens AG, a subsidiary of Siemens AG.']" -537,"['It', 'will', 'host', 'an', 'executive', 'panel', 'on', 'distributed', 'computing', 'that', 'will', 'argue', 'the', 'Distributed', 'Computing', 'Environment', 'versus', 'Sun', 'Microsystems', 'Inc', ""'s"", 'Open', 'Network', 'Computing', 'versus', 'a', 'COSE', 'hybrid', 'case', 'for', 'developers', 'and', 'presumably', 'tackle', 'issues', 'such', 'the', 'proposed', 'COSE-compliant', 'Motif', 'and', 'whether', 'the', 'application', 'programming', 'interface', 'will', 'stick.']","[17, 20]",0,sun microsystems inc,It will host an executive panel on distributed computing that will argue the Distributed Computing Environment versus Sun Microsystems Inc's Open Network Computing versus a COSE hybrid case for developers and presumably tackle issues such the proposed COSE-compliant Motif and whether the application programming interface will stick.,"['It presents an overarching platform on immigration, and the confrontation and discussion is presented by an elite opposition such as the EU opposition, industry associations and, ultimately, the media, which is unpopular.', 'It would be a shame if we ended up in a situation where we had to make a decision on whether or not to continue with this.', 'Zlatan Ibrahimovic has been linked with a move to Old Trafford this summer, with the Manchester United striker reportedly keen to stay at Old Trafford while Manchester United are interested in a move for Real Madrid striker Antoine Griezmann, who has been linked with a move to Old Trafford.', 'In the Muslim-majority country of Australia, the survey also shows that anti-Muslim sentiment is growing in the country, although the survey has been hampered by a lack of support from the Muslim community.', 'Among others, states with highly available localized computer technology such as Georgia (reusable distributed computing), Georgia (reusable distributed computing), Georgia (reusable computing), Georgia (reusable computing), Georgia (reusable computing), Georgia (reusable computing), Georgia (reusable computing), Georgia (reusable computing), Georgia (reusable computing), Georgia (reusable computing), Georgia (reusable computing), Georgia (reusable computing).']" -538,"['a', 'Renault,', 'another', 'Ford']","[3, 4]",1,ford,"a Renault, another Ford","['a Renault Ford', 'a Renault, club low Ford Black Forest Railway', 'A Renault, another Ford, applied for protection.', 'Staff allowance to be cut twice', 'Cole strutted back to his place in the starting line-up but it was only a matter of time before he was sent off for a second bookable offence in the first leg of the semi-final.']" -539,"['Intel', 'Corp', ""'s"", 'storming', 'first', 'quarter', 'figures', '(see', 'page', 'seven)', 'have', 'not', 'gone', 'down', 'well', 'everywhere,', 'and', 'Hancock', 'Institutional', 'Equity', 'Services', 'analyst', 'Eli', 'Sayegh', 'reckons', 'that', 'there', 'is', 'not', 'much', 'more', 'to', 'go', 'for', 'in', 'the', 'stock:', 'he', 'yesterday', 'downgraded', 'Intel', 'to', 'sell', 'from', 'hold,', 'saying', 'he', 'thinks', 'the', 'company', 'is', 'near', 'peak', 'operating', 'margins', 'at', 'just', 'over', '40%,', 'double', 'the', 'historical', 'norm;', 'he', 'said', 'the', ""company's"", 'margins', 'have', 'been', 'driven', 'largely', 'by', 'a', 'shift', 'from', 'the', '80386', 'chip', 'to', 'the', '80486', 'chip', '""and', 'this', 'can', 'not', 'go', 'on', 'for', 'too', 'long;""', 'he', 'reckons', 'that', 'Advanced', 'Micro', 'Devices', 'Inc', 'will', 'immediately', 'take', '10%', 'of', 'the', '80486', 'market', 'with', 'its', 'planned', 'clone,', 'and', 'could', 'take', 'as', 'much', 'as', '25%', 'over', 'time;', 'his', 'damper', 'wiped', '$1.75', 'off', 'Intel', 'shares', 'at', '$115.75.']","[0, 2]",0,intel corp,"Intel Corp's storming first quarter figures (see page seven) have not gone down well everywhere, and Hancock Institutional Equity Services analyst Eli Sayegh reckons that there is not much more to go for in the stock: he yesterday downgraded Intel to sell from hold, saying he thinks the company is near peak operating margins at just over 40%, double the historical norm; he said the company's margins have been driven largely by a shift from the 80386 chip to the 80486 chip""and this can not go on for too long;"" he reckons that Advanced Micro Devices Inc will immediately take 10% of the 80486 market with its planned clone, and could take as much as 25% over time; his damper wiped $1.75 off Intel shares at $115.75.","[""iPadgren's CEO used sober advice to cut whisky prices - as Rick Zolciak of < br > found out last week - but the company's chief executive, Mark Carney, said the price of whisky in the UK is likely to be higher than in the rest of the world and that the price of whisky in the UK is likely to be higher than in the US, where the price of whisky is higher than in the UK."", 'The harrowing first quarter figures from Intel Corp. (see chart) resemble in some ways sales traders. -- River Howard Frank, analyst at Hancock Institutional Services Risks and Safety Countdown In Ghouts by analysts -- Glaudane documents at the bottom end of $1,000 million and crises -- Portfolio of thousands of assets later through the end of the year to the end of the year to the end of the year to the end of the year to the end of the year to the end of the year to the end of the year to the end of the year to the end of the year.', ""Intel's most important first tori (see our history page) - was activated a long time ago by voice commands as comparable destroyers. -- ARGGE 7.16 GMT links various 3D environment processes to the hard drive, which meant that the second edition of the EDM point server chain was well tamed for a day. -- We were the only party to collapse, so I was alerted by several of our reports about the effect of 2 spoolers, which traded 2 world pigments 99% without including 2,000 solar system chips."", 'RIM Corinn\'s storming numbers last year: ""Big big and Exhibit 5 is all bad"" However, the manager sometimes looks at us with discomfort Ki Ki, but disputed Ki Box (3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1', ""Intel Corp. to storm first quarter figures (see page 7)... h0DAC 25, the company's first quarter results since late last year... h0DAC 25, the company's first quarter results since late last year... h0DAC 25, the company's first quarter results since late last year, the company's first quarter results since late last year... h0DAC 25, the company's first quarter results since late last year... h0DAC 25, the company's first quarter results since late last quarter, are expected to show that the company is on track for the first quarter of this year.""]" -540,"['Marks', 'and', 'Spencer', ""'s"", 'food', 'halls', 'are.']","[0, 3]",0,marks and spencer,Marks and Spencer's food halls are.,"[""But Marks and Spencer's restaurants are not."", 'Or Vau Marks ""future scampi.', ""Marsh's mattress, Spencer's, is lying on the floor."", '(CNN) -- The U.S. Supreme Court on Thursday upheld a U.S. Supreme Court ruling that would have prohibited Americans from buying health insurance under the Affordable Care Act, a move that would have prohibited Americans from buying insurance under the Affordable Care Act.', ""I don't know what to say.""]" -541,"['FORD', 'DENIES', 'PLAN', 'TO', 'CUT', 'JOBS']","[0, 1]",1,ford,FORD DENIES PLAN TO CUT JOBS,"['Town hall plans to build bridges', 'DENIA: PLAN F', ""That's how you would do it"", ""< unk >'s DAVID LLOYD reflects on the big five ahead of this weekend's FA Cup game at Stamford Bridge with < unk >'s brilliant columnist and pundit, Arsenal legend Martin Keown, Arsenal legend Martin Keown, Arsenal legend Arsene Wenger and Arsenal legend Paul Scholes and Arsenal legend Paul Scholes."", 'A post-diagnosis plan would look like cultural power. Hilary Swank plans to participate in a project to protect pagan reefs using hardberdraint tools for the first time.']" -542,"['In', 'addition,', 'customers', 'asked', 'for', 'a', 'deposit', 'may', 'now', 'appeal', 'against', 'the', 'decision', 'by', 'BT', 'to', 'charge', 'a', 'deposit.']","[14, 15]",1,bt,"In addition, customers asked for a deposit may now appeal against the decision by BT to charge a deposit.","['Border Healthineor customers send them a cash increase package without first acknowledging that they are in control.', 'Phone customers demanding increases will have to pay 13.2 percentage points before they can claim overdraft interest.', 'Rihanna and GativeWilington are named after the FTSE (RBS) ride fund named after the internet shooter.', 'Also check out < br > the pick of the best emerging talent breaking through at Premier League and European football clubs, with team news, provisional squads, betting odds, betting odds and Opta statistics.', ""Adv's clients have also applied for one-handed bail against the billion dollar foundation, which was set up in 1984 by a board member of the British Chambers of Commerce (BCC), whose chairman Chris Wales said Farrell joined the club in 1984 when he was a board member.""]" -543,"['But', 'Sir', 'Peter', 'Holmes,', 'chairman', 'of', 'the', 'UK-based', 'Shell', 'Transport', '&', 'Trading', 'wing,', 'urged', 'caution', 'yesterday', 'about', 'reading', 'too', 'much', 'into', 'results', 'influenced', 'by', 'changes', 'in', 'accountancy', 'practices', 'to', 'meet', 'new', 'US', 'rules,', 'and', 'currency', 'movements.']","[8, 12]",0,shell transport & trading,"But Sir Peter Holmes, chairman of the UK-based Shell Transport & Trading wing, urged caution yesterday about reading too much into results influenced by changes in accountancy practices to meet new US rules, and currency movements.","[""But Sir Peter Glasgow, chairman of Shell's UK transport division, yesterday said he wished tens of thousands of passengers could fly to the UK by 2020."", 'Sir Vince Cable MP, chairman of Shell Transport & Trading, said he did not want companies to be taken to court because he wanted to protect the public from accessing the data.', 'Sir Peter Holmes, the deputy chairman of the UK Transport Select Committee, told the committee that Murdoch had responded ""very clearly"" to the allegations but was not aware of them.', ""Finally, Fintexus screams at the 3do box office, and Phil Wilson tries words about the American public, Hodgkin's story and Frances's, all of which have found their way to his lawyer, Claudia Winckel."", 'Sir Peter Holmes, chief executive of the British Red Cross, said: ""If the index is 63 and the camel has replaced the armed camel in autumn 2015, Rosberg will be able to test the TimberBike, and Chrysler will be able to do so.""']" -544,"['Whereas', 'the', 'Sage', 'arm', 'sells', 'its', 'products', 'to', 'Sovereign', 'customers', 'and', 'there', 'are', 'few', 'opportunities', 'for', 'expansion,', 'he', 'stated,', 'YBF', 'is', 'a', 'computer', 'forms', 'management', 'business', 'that', 'services', 'blue-chip', 'customers,', 'such', 'as', 'Midland', 'Bank', 'and', 'Nissan', '.']","[35, 36]",0,nissan,"Whereas the Sage arm sells its products to Sovereign customers and there are few opportunities for expansion, he stated, YBF is a computer forms management business that services blue-chip customers, such as Midland Bank and Nissan.","['Although Salesforce almost always sells its products to the Sovereign Maier Group and does not expand nationally, YBF Meier and Nisslab Software Management are responsible for distributing CDHarvard products, including academiglass, sciller Central Investors, Family Courges Judge (all retirement homes) and the House of Representatives.', 'As the Spar < unk > sells its products, the needs of @ wallz ""give way and so on, and the Mirror\'s mostly feverish reports & VfL 27 million, he wrote, an action engine that wisely invests $243.48 million but loses the pren publishers to steer our milk prices toward Soviet prices and do an already pointless job of raising Camille\'s 200,000 trailers, we think Google will spend billions to rename investments in the early 20th century founding family.', 'While Sanchez software vendors include Verizon, Verizon, AT & T, AT & T, Verizon, AT & T, Verizon Wireless, AT & T, Verizon Wireless, Verizon Wireless, Verizon Wireless, Verizon Wireless, Verizon Wireless Wireless, Verizon Wireless Wireless, Verizon Wireless Wireless Wireless, Verizon Wireless Wireless and Verizon Wireless among others.', ""While < unk >'s SAM MORSHEAD reveals his out of bust line-up for next week's crunch clash at the Aviva Stadium, < unk >'s columnist Robin Goodfellow gives his tips for the weekend."", '""Boom in many areas of business,"" YB told < br >, ""freelancers will be able to seize opportunities for the country - existing administrations will be able to use freelancers for their own purposes, and the company will be able to use their freelancers to help them grow their business,"" according to YB\'s website.']" -545,"['The', 'profits', 'of', 'British', 'Airways', 'plunged', 'for', 'the', 'year', 'ending', 'in', 'March.']","[3, 5]",0,british airways,The profits of British Airways plunged for the year ending in March.,"['Although British Airways ""profits slumped in the year to March, the company\'s outrage is understandable.', 'There were 612 connections made in 2016 / 17, up from 619 today.', 'Bayer dampened speculation that it was considering a takeover bid for the company.', ""< p > Gordon Longmire has asked you to consider your options for this week's round of best and worst buys from across the Premier League."", ""< p > LAURA WILLIAMSON was at Royal Troon to watch some of the action from Royal Troon as it happened - and don't forget to tell us your predictions by leaving a comment below.""]" -546,"['As', 'for', 'its', 'liaison', 'with', 'IBM', ',', 'Barclays', 'claims', 'it', 'only', 'has', 'nine', 'RS/6000s,', 'which', 'have', 'been', 'used', 'for', 'evaluation', 'as', 'part', 'of', 'its', 'open', 'systems', 'strategy.']","[5, 6]",0,ibm,"As for its liaison with IBM, Barclays claims it only has nine RS/6000s, which have been used for evaluation as part of its open systems strategy.","[""Control Chall tweeted: 'Barclays is investigating its links to only nine RS's in the UK and rewarding them for their services to terrorism."", 'Bartels makes B4C known worldwide by his professional audience, but Nazism does not seem to be a prophecy.', 'Uefa reserved three European Championship double seats for 26 compatible seats, while IBM spent £2.2 million on infrastructure, including a £2.2 million redevelopment of the stadium.', ""Barail's IBC division is still negotiating open systems within the company, and the company is expected to announce its results in the coming days."", 'mingham, where he has access to much of Christie\'s disease, is a product of the local community, and he said he was ""deeply saddened"" by the news of his son\'s death and was ""deeply saddened"" by the news of his death.']" -547,"['The', 'Public', 'Windows', 'Initiative', '--', 'with', 'the', 'Common', 'Open', 'Software', 'Environment', 'at', 'its', 'side', '--', 'will', 'attempt', 'to', 'claim', 'the', 'high', 'moral', 'ground', 'over', 'the', 'issue', 'of', 'open', 'specifications', 'and', 'is', 'likely', 'to', 'cloak', 'Microsoft', 'in', 'a', 'mantle', 'that', 'was', 'once', 'the', 'preserve', 'of', 'IBM', '.']","[44, 45]",0,ibm,The Public Windows Initiative -- with the Common Open Software Environment at its side -- will attempt to claim the high moral ground over the issue of open specifications and is likely to cloak Microsoft in a mantle that was once the preserve of IBM.,"['The Public Upholding Windows program with CFC control, Freeze examples As the DS2015 evolves, Project By has been approved by the Hollywood Academy for the first time.', 'For these Russians, resource productivity is about concentrating as much of their energy as possible, and the EU has potentially taken on even the smoothest tasks, such as cleaning up the mess.', 'In the public Windows family - as part of an open source software collaboration between Microsoft and Microsoft - management Charly Wellett, founder and CEO of Microsoft, will announce plans to launch Windows XP in February.', 'The so-called luxury yachting industry, which was founded in the sixties and seventies on the prestige of yachting racing and stands for luxury of the upper class so much that it is hardly recognisable in the noble surroundings of the seventies and eighties, has been given new life by a series of scandals.', '""Russia observes, observes, observes, observes, observed, observed, observed, observed, observed, observed, observed, observed, observed, observed, observed,"" Putin said.']" -548,"['BT,', 'which', 'has', 'a', '95%', 'share', 'of', 'the', 'British', 'market,', 'and', 'MCI', 'are', 'investing', 'a', 'combined', '$1', 'billion', 'to', 'launch', 'a', 'new', 'joint-venture', 'company;', 'BT', 'will', 'hold', 'a', '75%', 'stake', 'in', 'the', 'new', 'firm,', 'MCI', 'the', 'remainder.']","[24, 25]",0,bt,"BT, which has a 95% share of the British market, and MCI are investing a combined $1 billion to launch a new joint-venture company; BT will hold a 75% stake in the new firm, MCI the remainder.","[""BT (Skyscron, LASP) holds 95 joint venture shares and together invested one billion euros to acquire a proud Kuring Geling Yellow Linen company, Jet Healthline FranPhillips, a $1.5 billion joint venture, Soney Cancer, Friend's Rand 4 BBM, a computer marketing company."", 'BT, founded in 1982 by the Americans and Barrelling Taylors, the joint venture between the British firm Wasilis and the London-based Silicanin Equity Fund, has been criticised by London-based shareholders for not including American Yaris in the Level 2 listing.', 'BT, which owns 95 per cent of the company, said it would offer ""$200 a share plus a hesitant offer,"" adding: ""The combination is worth it because it is a combination of the fact that BT has been able to attract a significant number of new customers in recent years and the fact that it has been able to attract a significant number of new customers.""', ""BT, which owns 95 European and UK properties, has been working with Tyler since earlier this year to bring together clubs and artists active in the country's leading Latin American clubs as well as in men's and women's football."", '""Passengers sometimes begin to think of a stop sign that says"" Stop ""or"" Stop ""or"" Stop ""or"" Stop ""or"" Stop ""or"" Stop ""or"" Stop ""or"" Stop ""or"" Stop ""or"" Stop ""or"" Stop ""or"" Stop ""or"" Stop ""or"" Stop ""or"" Stop ""or"" Stop ""or"" Stop ""or"" Stop ""or"" Stop ""or"" Stop ""or"" Stop ""or"" or ""or"" or ""or"" or ""or"" or ""or"" or ""or"" or ""or"" or ""or"" or ""or"" or ""or"" or ""or"" or ""or"" or ""or"" or ""or"" or ""']" -549,"['Ford', 'personnel', 'director', 'John', 'Hougham', 'said', 'he', 'believed', 'industrial', 'action', 'was', 'still', 'a', 'long', 'way', 'off.']","[0, 1]",0,ford,Ford personnel director John Hougham said he believed industrial action was still a long way off.,"[""Ford's human resources chief John Houstom said he believed industrial action was still a long way off."", 'Ford\'s chief executive John Houghton said he believed the company needed to do ""the class of a man.""', ""Ford's Scott misses out on a teenage jog, but while he's desperate to give himself a chance to drink whisky, he's not in the best of moods."", 'FTSE wants to run for the House of Lords in the next few weeks but we need to make sure we get the best deal for our country... we need to make sure we get the best deal for our country... we need to make sure we get the best deal for our country... and we need to make sure we get the best deal for our country...', 'In Maryland, which thanked Sen Sen, few are waiting for words.']" -550,"['Intel', 'profits', 'last', 'year', 'rose', 'almost', 'a', 'third', 'to', '$819', 'million', 'after', 'tax', 'on', 'sales', 'of', '$4.78', 'billion,', 'up', 'a', 'fifth', 'on', '1990.']","[0, 1]",0,intel,"Intel profits last year rose almost a third to $819 million after tax on sales of $4.78 billion, up a fifth on 1990.","[""It's becoming more and more important to keep fit."", 'The intrinsic value of hunger will not grow stronger - the university foundation will separate our science from ""cushion-related"" science and ""high-tech"" science from ""high-tech"" science.', 'Intel said sales in the all-American Indian market were likely driven by the reasons.', ""Intel's profit in the US rose to a record low of $1.18 billion in the first quarter of this year, according to Thomson Reuters I / B / E / S."", 'The Apple machine world is now a very different world from the one we now live in, where we are just trying to figure out what to do with it, what to do with it, and what to do with it.']" -551,"['Compute-bound', 'packages', 'that', 'require', 'the', 'Unix', 'engine', 'to', 'emulate', 'Intel', ""'s"", 'floating', 'point', 'will', 'not', 'run', 'as', 'well', 'as', 'on', 'an', 'Intel/MS-DOS', 'platform.']","[9, 10]",0,intel,Compute-bound packages that require the Unix engine to emulate Intel's floating point will not run as well as on an Intel/MS-DOS platform.,"['Computer-based predictions require the Uniskin Advis to mimic Intel\'s ""Exactly Ice Cam x68x raheunmesing,"" with predicting the corpse will be a pension.', 'It is called the ""Party Congress"" and allows you to connect with your friends and family and ultimately appreciate your space.', ""It's not the first time the pair have been linked, as they were spotted enjoying a night out together in New York City earlier this month, where they enjoyed a romantic getaway together."", 'Some of the numbers that have been confirmed include well-paid victories and stakes, and the number of people who signed up for Obamacare, the number of people who signed up for health insurance, the number of people who signed up for it, the number of people who signed up for it, and the number of people who signed up for it.', 'Free for all, free for all, free for all to enjoy, free for all to enjoy, free for all to enjoy, free for all to enjoy, free for all to enjoy, free for all to enjoy, free for all to enjoy, free for all to enjoy, free for all to enjoy, free for all to enjoy, free for all to enjoy, free for all to enjoy, free for all to enjoy and all to enjoy.']" -552,"['Around', 'Tesco', ""'s"", 'at', 'New', 'Cross.']","[1, 2]",1,tesco,Around Tesco's at New Cross.,"['Well done.', 'Bless Tesco. """"', 'Removed from the Republic grocery store in New Cross.', '< < < < < < unk > < < unk > < < unk > < < < unk > < < unk > < < unk > < < unk > < < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > > & ltunk > > >; & ltunk > > > & ltunk > > & ltunk > > & ltunk > > & ltunk > > > < unk > < unk > < unk > < < unk > < < < unk > > > > <', 'According to the New York Times, the Steinway in New York lost out door to door with even moderate Democratic voters.']" -553,"[""Sloan's"", 'ideas', 'were', 'first', 'developed', 'in', 'General', 'Motors', 'and', 'Du', 'Pont', 'in', 'the', 'United', 'States.']","[6, 8]",0,general motors,Sloan's ideas were first developed in General Motors and Du Pont in the United States.,"['The idea for the Sloan company was conceived as a way to make money.', 'His ideas were first put into practice at General Motors and then at Leonard Beuys.', 'The ideas of @ @ Sloan have been digitally translated for the first time and we are thrilled to share them with the world.', '""There are a lot of scandals,"" said Gingrich, who was joined at the event by comedians Barack Obama, Pence and Ted Cruz.', 'Slobodan Milosevic, the US economy minister, said Hollande was looking for global investors, including economists from small and medium-sized car companies, to help boost interest rates.']" -554,"['Ing', 'C', 'Olivetti', '&', 'Co', 'SpA', 'and', 'Eastman', 'Kodak', 'Co', 'have', 'joined', 'forces', 'to', 'market', 'a', 'fully', 'integrated', 'document', 'image', 'management', 'system:', 'Kodak', 'will', 'supply', 'its', 'range', 'of', 'document', 'scanners,', 'and', 'Olivetti', 'will', 'provide', 'computer', 'hardware', 'plus', 'document', 'management', 'software;', 'this', 'comprises', 'its', 'own', 'IBIsys,', 'Integrated', 'Business', 'and', 'Information', 'System,', 'which', 'integrates', 'applications', 'at', 'both', 'the', 'client', 'and', 'server', 'level,', 'enabling', 'transparent', 'communications', 'via', 'a', 'Unix', 'host', '--', 'it', 'provides', 'object-oriented', 'filing,', 'electronic', 'mail,', 'diary', 'and', 'administration', 'services,', 'such', 'as', 'printing', 'and', 'word', 'processing;', 'also', 'included', 'as', 'part', 'of', 'the', 'package,', 'is', 'Wimbledon,', 'London-based', 'Integrated', 'Documatic', ""Inc's"", 'Imsoft', 'document', 'image', 'processing', 'software,', 'and', 'Costa', 'Mesa,', 'California-based', 'Filenet', ""Corp's"", 'optical', 'document', 'store', 'and', 'retrieve', 'and', 'WorkFlo', 'software;', 'Kodak', 'is', 'also', 'offering', 'Olivetti', 'customers', 'image', 'capture', 'bureau', 'services;', 'the', 'document', 'image', 'management', 'system', 'is', 'available', 'now,', 'price', 'dependent', 'on', 'configuration.']","[116, 117]",0,kodak,"Ing C Olivetti & Co SpA and Eastman Kodak Co have joined forces to market a fully integrated document image management system: Kodak will supply its range of document scanners, and Olivetti will provide computer hardware plus document management software; this comprises its own IBIsys, Integrated Business and Information System, which integrates applications at both the client and server level, enabling transparent communications via a Unix host -- it provides object-oriented filing, electronic mail, diary and administration services, such as printing and word processing; also included as part of the package, is Wimbledon, London-based Integrated Documatic Inc's Imsoft document image processing software, and Costa Mesa, California-based Filenet Corp's optical document store and retrieve and WorkFlo software; Kodak is also offering Olivetti customers image capture bureau services; the document image management system is available now, price dependent on configuration.","['Co Zapanc Petrovalgi & Co SCA Massachusetts and Eastman Kodak Co., Ltd. announced today that they have entered into a definitive agreement to acquire and distribute Kodak Kodak Kodak Kodak Kodak Kodak Kodak Kodak Kodak Kodak Kodak Kodak Kodak Kodak Kodak Kodak Kodak Kodak Kodak Co.', 'In order to maintain an overview of the product, the subsidiary of the company headquartered in Dilaray will manufacture more than a dozen products in the United States, Canada, Canada, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom,', 'The mass use of 3D printing has led to the creation of truly colorful documents, and the company has continued to become a global leader in 3D printing, printing and printing... The business world has evolved and evolved with the advent of 3D printing and printing... The combination of 3D printing and 3D printing has led to the emergence of 3D printing and printing technologies that can be used in a wide range of applications, including printing, printing, printing, printing, printing, printing, printing, printing, printing, printing, printing, printing, printing, printing, printing, printing, printing, printing, printing, printing, printing, printing, printing, printing, printing, printing, and more.', 'Ing C Oli Sanchez Co., Inc., Ing C Oli Sanchez Co., Inc., Inc., Inc., Ing C Oli Sanchez Co., Inc., Inc., Inc., Inc., Ing C Oli Sanchez Co., Inc., Inc., Inc., Inc., Inc., Ing C Oli Sanchez Co., Inc., Inc., Inc., Inc., Ing C Oli Sanchez Co., Inc., Inc., Inc., Inc., Inc., Inc., Inc., Inc., Inc., Inc., Inc., Inc., Inc., Inc., Inc., Inc., Inc., Inc., Inc., Inc., Inc., Inc., Inc., Inc., Inc., Inc., Inc., Inc., Inc., Inc., Inc.', 'On board you will find a more convenient way to get to the airport where you can enjoy a wide range of services, including a range of leisure options, including a private jet, private jet, private jet, private jet, private jet, private jet, private jet, private jet, private jet, private jet, private jet, private jet, private jet, private jet, private jet, private jet, private jet, private jet, private jet, private jet, private jet, private jet, private jet, private jet, private jet, private jet, private jet, private jet, private jet, private jet and private jet.']" -555,"['In', 'early', 'March,', 'Robert', 'McCashin,', 'corporate', 'vice-president', 'and', 'director', 'for', 'EDS', 'Southern', 'Europe', ',', 'said', 'EDS', 'was', '""very', 'close""', 'to', 'acquiring', 'an', 'Italian', 'software', 'and', 'information', 'services', 'company', 'with', 'revenues', 'in', 'excess', 'of', '$100m.']","[10, 13]",0,eds southern europe,"In early March, Robert McCashin, corporate vice-president and director for EDS Southern Europe, said EDS was""very close"" to acquiring an Italian software and information services company with revenues in excess of $100m.","[""In early March, Robert Snodgrass, the group's vice president for Southern Europe, said the center, which includes data centers in Slovakia, France and Zimbabwe, had fallen - no mistake."", 'In early March, Robert McCashin, vice president and head of EDS Southern Europe, told Zayua and Barbara Wagner that Hussain would not be attending the event in Egypt like Solariq-Ikea.', 'Earlier this month, Robert McCashin of the Centre for Development Research at Latin Group Partners cited a leading IT environment index as the reason for the decline.', 'In a statement, the company said it was ""disappointed"" by the decision and said it would take a ""significant time"" to complete the purchase.', '""If you study, you will study..."" he said, ""and you will not be able to do it, you will not be able to do it, you will not be able to do it, you will not be able to do it.""']" -556,"['Legal', '&', 'General', 'is', 'committed', 'to', 'ensuring', 'that', 'you', 'are', 'treated', 'in', 'a', 'well-informed', 'manner', '...', 'with', 'fairness,', 'with', 'courtesy', 'and', 'with', 'a', 'respect', 'for', 'your', 'insurance', 'needs.']","[0, 3]",1,legal & general,"Legal & General is committed to ensuring that you are treated in a well-informed manner... with fairness, with courtesy and with a respect for your insurance needs.","[""& 'We have used external option. &' We have taken great care to ensure that women are treated fairly by their employers and that they are treated fairly by their employers. & 'We have used external option. &' We have used external option. & 'We have used external option. &' We have taken great care to ensure that women are treated fairly by their employers. & 'We have used external option. &' We have used external option. & 'We have used external option. &' We have taken great care to ensure that women are treated fairly by their employers. & 'We have used professional option. &' We have used external option. & 'We have used external option. &'"", 'Legha, who has been involved in a number of high-profile incidents in recent years, said he would not comment on the incident, but added: ""I will not comment on it at all.""', 'Legal & General and General Financial Services were established to provide safe and secure investments and training, as well as advice on global lifestyles, global lifestyles, global lifestyles, global lifestyles, global lifestyles, global lifestyles.', ""Legetz confirms host company now at Migro Body... Uma 'Fighting on stock', which ensures that presenter Carmen Rabos can ensure a more open restaurant service, Clausette 24 Certia, 100 Hildeara Mini, 100 Hildeara Mini, 100 Hildeara Mini, 100 Hildeara Mini, 100 Hildeara Mini, 100 Hildeara Mini, 100 Hildeara Mini, 100 Hildeara Mini, 100 Hildeara Mini, 100 Hildeara Mini, 100 Hildeara Mini, 100 Hildeara Mini, 100 Hildeara Mini, 100 Hildeara Mini, 100 Hildeara Mini, 100 Hildeara Mini, 100 Hildeara Mini, 100 Hildeara Mini, 100 Hildeara Mini, 100 Hildeara Mini, 100 Hildeara Mini, 100 Hildeara Mini, 100 Hildeara Mini, 100 Hildeara Mini, 100 Hildeara Mini, 100 Hildeara Mini, 100 Hildeara Mini, 100 Hildeara Mini"", ""Legal General Services; Dr. $fa-law has a single-payer system and advises Cooper's Q & A clients directly on providing cash for legal services; Dr. $fa-law has a single-payer system and assists Cooper's Q & A clients directly in distributing cash for legal services; Dr. Q-law has a single-payer system; Dr. Q-law has a single-payer system; Dr. Q-law has a single-payer system; and Dr. Q-law has a single-payer system; and Dr. Q-law has a single-payer system.""]" -557,"['The', 'panel', 'also', 'tasted', 'prime', 'bacon', 'rashers', 'from', 'Gateway,', 'Meatmaster,', 'Tesco', 'and', 'the', 'Co-op.']","[10, 11]",0,tesco,"The panel also tasted prime bacon rashers from Gateway, Meatmaster, Tesco and the Co-op.","['The jury also heard cakes from hunters, the fast food chain Tesco and Co.', ""In a statement, the school said: 'We are deeply saddened to learn of the death of Alan Rickman."", ""< br > <unk>'s Lawrence Booth takes a look at the main talking points of the day at Lord's and what we learned from it about the second day's play at Trent Bridge... and what we learned from it about the third day's play at Lord's... and what we learned from it about the third day's play at Lord's..."", 'They also visited the main room, known as kite camp, conveyor belts, testers, niche trainers, horses, ""the subject of a number of plans,"" the report said.', 'At the event, a delegation presented a salad truffle salad to a group of people gathered in the back of a car to celebrate the 50th anniversary of the founding of the American Civil Liberties Union.']" -558,"['The', 'organisation', 'that', 'calls', 'the', 'general', 'election', 'closest', 'is', 'the', 'one', 'that', 'is', 'most', 'attractive', 'to', 'Tesco', 'or', 'Finefare', 'or', 'whomever', 'it', 'might', 'be', 'when', 'they', 'want', 'to', 'discover', 'what', 'the', 'public', 'thinks', 'of', 'their', 'baked', 'beans.']","[16, 17]",1,tesco,The organisation that calls the general election closest is the one that is most attractive to Tesco or Finefare or whomever it might be when they want to discover what the public thinks of their baked beans.,"['The organisation, which is crowdfunding the Electrogic Superboost Camp Developers (ACVG) delegation, said it was ""shocked and saddened"" by the death of the young man, who was found dead at the scene of the accident.', 'The attackers include Chokonk, Gary Aides and the most loyal white supremacist in Benghazi.', '""I don\'t know if I\'m going to make it, but I\'m going to do it, and I\'m going to do it, and I\'m going to do it, and I\'m going to do it, and I\'m going to do it, and I\'m going to do it,"" he said.', 'The only school that has ""time"" to talk to airlines and financially strapped passengers about this review < a href = ""http: / / www.zillow.com / blog / school-closes-school-closes-19-19 /"" target = ""_ blank"" > Suffolk High School < / a > in London < / a > < / a > < / a > < / a > < / a > < / a > < / a > < / a > < / a > < / a > < / a > < / a > < / a > < / a > < / a > < / a > < / a > < / a > < / a > < / a > <', 'The Society for the Advancement of Colored People combines four tasks, which is more true than religion.']" -559,"['Work', 'continues', 'with', 'NEC', 'on', 'the', 'low-power', 'VRX', 'R4000', 'iteration,', 'though', 'SGI', ""hasn't"", 'decide', 'whether', ""it'll"", 'productise', 'the', 'thing', 'yet,', 'it', 'may', 'prefer', 'instead', 'to', 'let', 'NEC', 'bring', 'portable', 'technologies', 'to', 'market', 'and', 'OEM', 'them.']","[26, 27]",0,nec,"Work continues with NEC on the low-power VRX R4000 iteration, though SGI hasn't decide whether it'll productise the thing yet, it may prefer instead to let NEC bring portable technologies to market and OEM them.","['With the aim of improving efficiency, the company is developing a range of products that can be used in a variety of environments, including, but not limited to, food, beverages, beverages, beverages, food, beverages, beverages, beverages, beverages, beverages, beverages, beverages, beverages, beverages, beverages, beverages, beverages, beverages, beverages, beverages, beverages, beverages, beverages, beverages, beverages, beverages, beverages, beverages, beverages, beverages, beverages, beverages, beverages, beverages, beverages, beverages, beverages, beverages, beverages, beverages, beverages, beverages, beverages', 'NEC continues to work on radical solutions to rape, the so-called U.R, which oversees Camilla and is linked to Wissam, along with a large media spend on PBS, Hardware Club and The Apprentice.', 'VRX R4000 continues to work with NEC partners and could require a return to Juno modeling ""if we can achieve a correlation between low cost and practical research convenience,"" the researchers said.', 'In a statement on its website, the company said: ""We are pleased to announce that we have reached an agreement with the UK Government on the renewal of the current license for the production and distribution of the RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR', 'The first half began with the home side building a 6,623-point lead after losing to Preston North End. < a href = ""http: / / www.zillow.com / blog / png / png"" target = ""_ blank"" > The second half of the second half was marred by a spate of injuries, including a broken leg and a broken leg. < / a >']" -560,"['Paek', 'Hak', 'Nom', 'Public', 'Security', 'Kim', 'Se', 'Yong', 'Natural', 'Resources', 'Development', 'Cho', 'Hak', 'Kun', 'Atomic', 'Industry', 'Chu', 'Yong', 'Hun', 'Construction', 'and', 'Building', 'Materials', 'Yi', 'Sok', 'Shipbuilding', 'Industry', 'Kye', 'Hyong', 'Sun', 'Machine', 'Industry', 'Choe', 'Man', 'Hyon', 'Metal', 'Industry', 'Pak', 'Yong', 'Sok', 'Railways', 'Kim', 'Chang', 'Ho', 'Communications', 'Cho', 'Chol', 'Chun', 'Construction', 'Chong', 'Song', 'Nam', 'External', 'Economic', 'Affairs', 'Kim', 'Chae', 'Yul', 'Forestry', 'Choe', 'Hui', 'Chong', 'Joint-Venture', 'Industry', 'Yi', 'Chae', 'Yun', 'Labour', 'Administration', 'Yun', 'Ki', 'Chong', 'Finance', 'Kim', 'Ni', 'Kyong', 'Coal', 'Industry', 'Kim', 'Pil', 'Hwan', 'Mining', 'Industry', 'Chang', 'Chol', 'Culture', 'and', 'the', 'Arts', 'Yi', 'Chong', 'Yul', 'Public', 'Health', 'Han', 'Chan', 'Kun', 'Commerce', 'Yi', 'Chol', 'Pong', 'Urban', 'Management', 'Yong', 'Sung', 'U', 'President', 'of', 'Central', 'Bank', 'Kim', 'Kyong', 'Pong', 'President', 'of', 'Academy', 'of', 'Sciences', 'Yi', 'Pil', 'Song', 'President', 'of', 'General', 'Central', 'Materials', 'Firms', 'Kim', 'Yu', 'Sun', 'Chairman', 'of', 'Korean', 'Central', 'Physical', 'Education', 'Guidance', 'Commission']","[29, 30]",0,sun,Paek Hak Nom Public Security Kim Se Yong Natural Resources Development Cho Hak Kun Atomic Industry Chu Yong Hun Construction and Building Materials Yi Sok Shipbuilding Industry Kye Hyong Sun Machine Industry Choe Man Hyon Metal Industry Pak Yong Sok Railways Kim Chang Ho Communications Cho Chol Chun Construction Chong Song Nam External Economic Affairs Kim Chae Yul Forestry Choe Hui Chong Joint-Venture Industry Yi Chae Yun Labour Administration Yun Ki Chong Finance Kim Ni Kyong Coal Industry Kim Pil Hwan Mining Industry Chang Chol Culture and the Arts Yi Chong Yul Public Health Han Chan Kun Commerce Yi Chol Pong Urban Management Yong Sung U President of Central Bank Kim Kyong Pong President of Academy of Sciences Yi Pil Song President of General Central Materials Firms Kim Yu Sun Chairman of Korean Central Physical Education Guidance Commission,"['Asian Islands in the South China Sea Issue Nutrition Social Quarterly Candidate Kim Jong Un Calls for Debate There Ta. (Project of the Pessimist Wyoming) Proposal Integration Public Security Price Disease Local Service Event Economy Fairness Dance, Name Caution: Xi Univago - Kabic Legal Commission Therapeutic Behin - Youth Investigation Boundary Performance Government North China North Korean Government Leading Science Prison Landscape Many Applications Management to Jolying Industry Adeplak - Educational Oil at a Local Level Sea Timer Kermalethmarkets Region, Research: Kim PGuilders Mothers Government Ministry of Development Communal PA China PetrocheHeal - Bakadoras chuan Investigation Links', ""Paek Hajduk's criminal complaint report for the US District Court for the Eastern District of New York, the US District Court for the Southern District of New York, the US District Court for the Southern District of New York, the US District Court for the Southern District of Columbia, the US District Court for the Southern District of New York, the US District Court for the Southern District of New York, the US District Court for the Southern District of New York, the US District Court of New York, the US District Court of New York, the US District Court of New York, the US District Court of New York, the US District Court of New York, the US District Court of New York, the US District Court of New York, the US District Court of New York, the US District Court of New York, the US District Court of New York,"", ""Pyongyang has a long history of sensitive knocks at the door of North Korea and Venezuela, as well as painful acquiescence in North Korea's nuclear weapons program, which, according to a report by the Korean Central News Agency (KCNA), aims to make a public offer of nuclear weapons at a profit in the event of the death of a North Korean diplomat."", 'This press release contains forward-looking statements within the meaning of Section 21E of the Securities Exchange Act of 1934, as amended, and Section 21E of the Securities Exchange Act of 1934, as amended, and Section 21E of the Securities Exchange Act of 1934, as amended, and Section 21E of the Securities Exchange Act of 1934, as amended, and Section 21E of the Securities Exchange Act of 1934, as amended, and Section 21E of the Securities Exchange Act of 1934, as amended.', 'Pakurzal Hak Yong Yong Yong Public Health Executive Committee Taiwan Yong Yong Yong Yong, Chairman of the Health Policy Committee Taiwan Yong Yong Yong Yong, Chairman of the Board of Directors Taiwan Yong Yong, Chairman of the Board of Directors Taiwan Yong Yong, Chairman of the Board of Directors Taiwan Yong Yong, Chairman of the Board of Directors Taiwan Yong Yong, Chairman of the Board of Directors Taiwan Yong Yong, Chairman of the Board of Directors Taiwan Yong Yong, Chairman of the Board of Directors Taiwan Yong Yong, Chairman of the Board of Directors Taiwan Yong Yong, Chairman of the Board of Directors Taiwan Yong Yong,']" -561,"['BP', 'is', 'to', 'drill', 'an', 'exploration', 'well', 'next', 'month', 'in', 'an', 'area', '""sandwiched""', 'between', 'two', 'existing', 'SNS', 'gas', 'discoveries.']","[0, 1]",1,bp,"BP is to drill an exploration well next month in an area""sandwiched"" between two existing SNS gas discoveries.","['BP is said to be reviewing the rights issue and will issue a warning over a 47-day stretch between Argentina and Haiti next month.', ""8 in Macron's office, Sofia said, accompanied by IMF chief Jean-Claude Juncker and French President Emmanuel Macron."", 'Deep-water drilling in the Gulf of Mexico near the capital New York is expected to continue for at least two weeks, with the prospect of further drilling in the Gulf of Mexico and Gulf of Mexico.', ""He pointed to the world's highest number of scientific celebrities in a decade, which he said was the highest in the world."", ""< br > Lawrence Booth takes a look at the third day's play at the Gabba.""]" -562,"['As', 'a', 'result,', 'BP', 'can', 'claim', 'four-fifths', 'of', 'the', '""elephant""', 'find', 'confirmed', 'earlier', 'this', 'month,', 'which', 'is', 'expected', 'to', 'spark', 'a', 'rush', 'by', 'rigs', 'into', 'an', 'area', 'where', 'geologists', 'say', 'other', 'huge', 'reservoirs', 'could', 'be', 'found.']","[3, 4]",1,bp,"As a result, BP can claim four-fifths of the""elephant"" find confirmed earlier this month, which is expected to spark a rush by rigs into an area where geologists say other huge reservoirs could be found.","[""There are a number of factors that could cause actual results to differ materially from those expressed or implied in such forward-looking statements, including, but not limited to, the Company's ability to generate cash flow from operations, the Company's ability to generate cash flow from operations, the Company's ability to generate cash flow from operations, the Company's ability to generate cash flow from operations, the Company's ability to generate cash flow from operations and the Company's ability to generate cash flow from operations."", 'In a statement Sheffield Council said: ""We are sorry for the distress and inconvenience this has caused.', '""I think it\'s going to take a lot of time to get to the bottom of things,"" he said.', ""It's possible that BP's heroic camp is aware of this and allows the company to claim four-fifths of the company's bottom line??? I don??? t know what it does,??? he said < br >.??? I??? t know what it does,??? I don?? t know what it does, but I don??? t know what it does.???"", 'He could announce his resignation as chairman of the National Petroleum Institute, a clean-energy nonprofit, in the wake of growing economic pressure in his inner-city district from oil company Jason Cunningham.']" -563,"['Her', 'Marks', 'and', 'Spencer', 'coat', 'has', 'been', 'recovered', 'from', 'the', 'accident', 'and', 'it', 'is', 'draped', 'across', 'the', 'foot', 'of', 'her', 'bed,', 'as', 'though', 'she', 'is', 'fixing', 'to', 'leave.']","[1, 4]",0,marks and spencer,"Her Marks and Spencer coat has been recovered from the accident and it is draped across the foot of her bed, as though she is fixing to leave.","['Her Coronation Street co-star Spencer Matthews was snapped in bodycon attire.', ""It's not the first time Madonna has been spotted out and about in Los Angeles in recent days."", 'Her Marks and Spencer blazer was brought home late from the holiday and she was spotted on the day she was due to give birth to her first child, a baby girl, later that day.', '< < < < < < < < < < < < unk; < unk; < unk; < unk > < unk > < unk; < unk > < unk; < unk; < unk > lt; unk; < unk > < unk > < unk > < unk > < unk > < unk > < unk > > > > > >; unk > > > > >; unk > > > >; unk > > > > > > > > >; unk > < unk > > > > > >; > lt; unk > > > >; > > > > > > > > > > > >; unk > < unk > < unk > >', 'After that, Hagel was able to take the lead on the deficit of ISIS, the border with Iraq and Syria, the Iraq War, the Iraq War, the Iraq War, the Iraq War, the Iraq War, the Iraq War, the Iraq War, and so on.']" -564,"['XEROX', 'filed', 'a', '$150', 'million', 'lawsuit', 'against', 'Apple', 'Computer', 'in', 'the', 'US', 'District', 'Court,', 'San', 'Francisco,', 'last', 'Thursday.']","[0, 1]",1,xerox,"XEROX filed a $150 million lawsuit against Apple Computer in the US District Court, San Francisco, last Thursday.","['It was the first time in more than a decade that the US imposed a tariff on Chinese imports.', 'Xherdan Shaqiri\'s lawsuit against < a href = ""http: / / www.zillow.com / blog / xherdan-shaqiri"" target = ""external"" > over Handright\'s monopoly was a multi-million dollar one.', ""Xerox Vector filed the company's lawsuit Tuesday with Kari and Abu Sirli Capital Management, accusing the company of misleading investors about the value of its shares in the company, which is listed on the New York Stock Exchange and the New York Stock Exchange."", 'Adviser to regulators on zero-emission storage products - Alliance for the Advancement of Science and Technology (EUHEAC) Vice President and Chief Operating Officer of the American Chemical Association (Agen) calls for continued growth and more automotive engineering for the engineering profession (Agen) More than a dozen world leaders urge Menks to highlight the importance of modern technology - known as dual-use practice - and the use of zero-emission storage products.', ""XEROX in a Swiss museum in Qualcomm is qualified to receive a list of the company's branded products, including a $40 offer from Qualcomm, a list of the company's branded products, a list of the company's branded products, a list of its branded products, a list of its branded products, a list of its branded products, a list of its branded products, a list of its branded products, a list of its branded products, a list of its branded products, a list of its branded products, a list of its products, a list of its products, a list of its products, a list of its products, a list of its products, a list of its products, a list of its products, a list of its products, a list of its products, a list of its products, a list of its products""]" -565,"['Abbey', 'National', 'becomes', 'plc']","[0, 2]",0,abbey national,Abbey National becomes plc,"['Abbey National', 'Prime Inked Corporation USA (""Prime Inked Corporation"" or the ""Company"")', 'Abbey National Airbar is located north of Trump Tower in Adem County.', 'Abbey Weinstein is set to become the first woman in the film', ""Abbey National title isn't real, Mirror Economic Plekes' hometown at least remarkable""]" -566,"['Others', 'said', 'to', 'be', 'in', 'the', 'wings', 'include', 'Merrill', 'Lynch', 'and', 'Morgan', 'Stanley', '.']","[11, 13]",0,morgan stanley,Others said to be in the wings include Merrill Lynch and Morgan Stanley.,"['It also owns Mer and Morgan Stanley.', 'Fox was also keen to distance himself from the right-wing rhetoric of Brussels.', 'Among the biggest losers were Merrill Lynch and Morgan Stanley, with the Dow Jones Industrial Average losing 0.2 percent and the S & P 500 down 0.2 percent.', 'Others are seen as unsympathetic, such as Merrill Lynch and JPMorgan Chase & Co (JPM.N: Quote, Profile, Research, Stock Buzz), which are accused of misleading investors about the value of their holdings, and Goldman Sachs (GS.N: Quote, Profile, Research, Stock Buzz).', 'Too stubborn, they say, to go to the National Museum of Natural History.']" -567,"['""Instead', 'of', 'resting', 'on', 'its', 'laurels', 'when', 'most', 'other', 'makers', 'are', 'talking', 'increasingly', 'about', 'safety,', 'Volvo', 'has', 'used', 'the', 'impressive', '850', 'and', 'its', 'evocative', 'launch', 'campaign', 'to', 'broaden', 'its', 'appeal', 'significantly""']","[15, 16]",1,volvo,"""Instead of resting on its laurels when most other makers are talking increasingly about safety, Volvo has used the impressive 850 and its evocative launch campaign to broaden its appeal significantly""","['Klose used Barcelona\'s Volvo Bio-Rifu for comfort: ""The car, the break, the bi-regional and the dry economy are part of the extravagant look.', ""Renault Alfa Romeo: The front-wheel drive Anymini TTS laser is the latest in a long line of solar modules to be unveiled at the world's largest automotive show, which takes place in London from 25 to 13 October."", '""I work for both Diplomacy and Pircey Werther,"" admits Vi Shane, a macabre junk in the world of electronic power, before falling behind MacKenzie\'s facade in 2003.', '""Instead of focusing on jobs,"" Volcker said, ""we\'re going to focus on small businesses and small businesses, and we\'re going to focus on small businesses and small businesses.""', '""Instead of relying on other negotiators, we need to negotiate with each other as quickly as possible,"" said Rep. Jeeb Oeso, R-Fla., the top Democrat on the House Oversight and Government Reform Committee.']" -568,"['It', 'is', ""Insignia's"", 'first', 'implementation', 'for', 'IBM', 'Corp', 'kit.']","[6, 8]",0,ibm corp,It is Insignia's first implementation for IBM Corp kit.,"['It is also the fractionation of Israeli universities, which is the fault of democratically chosen solutions from each country, and the Biblical modern project of economic colonization, which was a central component of the German Forum for Rights, for which Abraham was summoned by the PMDB.', 'It is a system designed, one might almost say, for surveillance.', 'This is the first feature from a leader who has threatened to lose the Senate seat to four of the most overlooked in recent memory (euronews).', 'There is a desire to build a group of players on a foundation.', ""For the first time IBM Corporation CORTRAIR Gerry Hart will develop a Board of Directors similar to that of Cour Ramibenr.j - Compommodell Culture Institute on the early free medicines has opened 116 plus use of a Dr mi cooaldumb - Research Foundation Koiks - 19th stage in the Cour Ramibenr.j - Compommodell Culture Institute on the life's early free medicines has opened 116 plus use of a Dr mi cooaldumb - Research Foundation Koiks - 19th stage in the Cour Ramibenr.j - First school region to know that the English artist dominates Area B: today's share for didabsureo 82:, missing) Forficire of memory bus store Calbe WorkPostdom to save the printing of apps - World gyg10 bands 14 to 35% - World gyg10 bands to 35% - World gyg10 bands""]" -569,"['As', 'for', 'call', 'tariffs,', '60%', 'of', 'those', 'interviewed', 'said', 'France', 'Telecom', ""'s"", 'are', '""reasonable,""', 'compared', 'with', 'only', '49%', 'in', '1991.']","[9, 11]",0,france telecom,"As for call tariffs, 60% of those interviewed said France Telecom's are""reasonable,"" compared with only 49% in 1991.","['As far as jumping is concerned, however, there is still an attractive variant in which 55 percent of runners have a fast connection to the course.', ""And yet Alaska's economy would not have grown at all without Google."", 'As for Busquets, the 4-0 win over Holland was the stand-out performance of the tournament so far but it was a reminder that he needs to stay on his toes.', 'As for the popular tarantulas, the tariffs are ""America Takes Care,"" ""Work for Partnership Officers,"" ""Work for Partnership Officers,"" ""Work for Partnership Officers,"" ""Work for Partnership Officers,"" ""Work for Partnership Officers,"" ""Work for Partnership Officers,"" ""Work for Partnership Officers,"" ""Work for Partnership Officers,"" ""Work for Partnership Officers,"" ""Work for Partnership Officers,"" ""Work for Partnership Officers,"" ""Work for Partnership Officers,"" ""Work for Partnership Officers,"" ""Work for Partnership Officers""', 'For services to the Arts, the Arts and the Arts.']" -570,"['The', 'poor', 'start,', 'he', 'suggested,', 'was', 'partly', 'due', 'to', 'a', 'dearth', 'of', 'applications', 'for', 'IBM', ""'s"", 'AIX', 'Unix', 'implementation.']","[14, 15]",0,ibm,"The poor start, he suggested, was partly due to a dearth of applications for IBM's AIX Unix implementation.","['According to Bleek, the poor start does not contain many applications needed for the AIX program from IBD.', 'According to the former Apprentice star, stylists came up with the idea for the piece when Chelsea Allex was asked to undergo cosmetic surgery.', 'In part, it ""contributes to the detriment of the economy,"" he said, adding, ""It must not be forgotten that wind power in the United States makes an important contribution to the growth of the domestic and international energy markets.""', 'Pearmon, who is suspected of exploiting part of the fraud, is a member of the Australian Defence Force and has been charged with two counts of conspiracy to defraud and one count of conspiracy to defraud the Australian Defence Force.', 'Steinbrueck suspects the company is working on a voluntary deal with the A & E department, but Eldan raised the prospect that McGovern would have to agree to a $400 million pay-per-view deal if he wanted to stay in the company.']" -571,"['Strategic', 'partnerships', 'with', 'software', 'companies', 'are', 'the', 'order', 'of', 'the', 'day', 'at', 'Compaq', 'Computer', 'Corp', 'as', 'it', 'tries', 'to', 'transform', 'itself', 'into', 'a', 'much', 'more', 'broadly-based', 'systems', 'manufacturer,', 'and', 'according', 'to', 'Computerworld,', 'the', 'latest', 'is', 'with', 'Oracle', 'Corp', '.']","[36, 38]",0,oracle corp,"Strategic partnerships with software companies are the order of the day at Compaq Computer Corp as it tries to transform itself into a much more broadly-based systems manufacturer, and according to Computerworld, the latest is with Oracle Corp.","['Born and raised in London, Strate is the author of a book on the history of the Royal College of Paediatrics and Child Health (RCP), a book on the history of the Royal College of Paediatrics and Child Health (RCP) and a book on the history of the Royal College of Paediatrics and Child Health (RCP), published by the Royal College of Paediatrics and Child Health (RCP).', 'Strategic partnerships Mentor Software will honor Thursday in Comerford, Md., and the company will continue to work closely with Comerica, Inc., a leading provider of software solutions, to develop and commercialize solutions for the automotive, automotive, automotive, automotive, automotive, automotive, automotive, automotive, automotive, automotive, and automotive industries.', ""Strategic partnerships are underway at Compa and Computer Journal SorabsmWyss to transform the company's capital from employees to employees in the search for a new CEO."", 'Stratford-upon-Avon Police said they had received a call from a member of the public reporting the incident.', 'On its website, the Baseball Writers Guild of America said it was ""deeply saddened to hear of the death of a talented and accomplished football player"" and that it was ""deeply saddened to hear of the death of a talented and talented player who has been an integral part of the American football community for so many years.""']" -572,"['This', 'is', 'the', 'ORACLE', 'account', 'which', 'will', 'be', 'used', 'to', 'hold', 'the', 'transferred', 'LIFESPAN', 'data.']","[3, 4]",1,oracle,This is the ORACLE account which will be used to hold the transferred LIFESPAN data.,"['< p > LAURA WILLIAMSON was at Royal Troon to break the news that Jack Nicklaus is retiring.', 'One such access is ORWEL 260, files from the first system of the founder called generator UMK2.', 'This approach can transmit results that are signaled by the faulty head scenes of the left, which suggest that Bon is a $100-a-day data source known as a ""latte investigator"" and psychologically competent.', ""March represents the purpose of the bankruptcy trustee, Monitor, an account that also centrally manages that view, as reviewed by < br >, to identify and evaluate the company's financial performance."", 'This bout of yours applies to the GOP, in its Obamacare saga last year.']" -573,"['Former', 'Northern', 'Telecom', 'Ltd', 'chief', 'and', 'alumnus', 'of', 'Burroughs', 'Corp,', 'Unisys', 'Corp', 'and', 'IBM', 'Corp', 'itself,', 'Paul', 'Stern', 'is', 'now', 'firm', 'favourite', 'in', 'the', 'betting', 'on', 'the', 'next', 'chief', 'executive', 'of', 'IBM', 'after', 'the', 'Wall', 'Street', 'Journal', 'disclosed', 'that', 'there', 'are', 'strong', 'objections', 'to', 'him', 'from', 'some', 'influential', 'IBM', 'executives', '--', 'if', ""he's"", 'got', 'those', 'people', 'against', 'him,', 'he', 'must', 'be', 'the', 'right', 'man', 'for', 'the', 'job.']","[13, 15]",0,ibm corp,"Former Northern Telecom Ltd chief and alumnus of Burroughs Corp, Unisys Corp and IBM Corp itself, Paul Stern is now firm favourite in the betting on the next chief executive of IBM after the Wall Street Journal disclosed that there are strong objections to him from some influential IBM executives -- if he's got those people against him, he must be the right man for the job.","[""The former head of the Northern District of New York, Lt. Gen. Peter Green, told Bloomberg that he expects four teammates to survive a long year in the job, but he's not sure how many of them will return to work in the next few months."", 'Paul Stern, a senior fellow at the Center for Strategic and International Studies at the University of California, Berkeley, said he was surprised by the findings.', 'Former Chief Capital Company Federal-Pennsylvania Turkish Telecom Ltd., alumnus of Burroughs Integrated Corp. With two-thirds of the ""native foreigners"" expected to participate in the pro-Brexit Burklands, ""Rory O\'Brien [other board members], Rory O\'Brien [other board members] and the chairman of the board of Burroughs Integrated Corp. The company grew on November 7 1WASHIN, National Portals led by Bastian Bastian, Chief Executive Officer of Burroughs Integrated Telecom Ltd., Ocon Committealth Foundation General Services, Ocon Committealth Foundation, Ocon Committealth Foundation, Ocon Committealth Foundation, Ocon Committealth Foundation, Ocon Committealth Foundation, Ocon Committealth Foundation, Ocon Committealth Foundation, Ocon Committealth Foundation, Ocon Committealth Foundation', 'In 1968 he was only a few percentage points ahead of Huum; in 1990 he was a few percentage points ahead; in the middle of the hour he was two percentage points ahead; in the second quarter he was one percentage point ahead; in the third quarter by one percentage point; in the third quarter by one percentage point; in the fourth quarter by one percentage point; in the third quarter by one percentage point; in the fourth quarter by one percentage point.', '""In Elliot State, Richard Cobain\'s Elections Started Owning White Christmas The apartment was always as small as just the beautiful Flor < a href ="" http: / / www.zillow.com / blog / cobain-cobain-election-White-Christmas-The apartment was always as small as the beautiful Flor < / a > Second Manager Briefings You have to see the Brownway for 7 days to build standard B & Bs to wait for them to be designed by temperature designers About Universities A Naval Base Some Republicans might call a Microsoft Studio, ""agreed Bell Heart, Facebook About 10Missouri About 10Missouri About 10Missouri About 1040 Some Shooting About Your Box Stays Good Comes To Arrow @ peace.com.']" -574,"['AT&T', 'complains', 'that', 'US', 'carriers', 'wanting', 'to', 'enter', 'the', 'UK', 'market', 'not', 'only', 'have', 'to', 'invest', 'substantial', 'time', 'and', 'money', 'in', 'building', 'their', 'own', 'networks,', 'but', 'also', 'have', 'no', 'alternative', 'but', 'to', 'negotiate', 'with', 'British', 'Telecom', 'for', 'local', 'access', 'to', 'customers.']","[0, 1]",1,at&t,"AT&T complains that US carriers wanting to enter the UK market not only have to invest substantial time and money in building their own networks, but also have no alternative but to negotiate with British Telecom for local access to customers.","['AT & T said the U.S. carriers do not intend to follow the 4,000-word guidelines, but that the company will continue to work closely with the U.S. government to ensure that it does not violate the terms of its contract with AT & T and that AT & T does not violate the terms of its contract with AT & T and AT & T and AT & T, the two carriers, that AT & T and AT & T do not violate the terms of the agreement.', 'AT & T has been criticized for a lack of transparency in its IT systems, which it says has led to an increase in the number of users of the service and an increase in the number of users.', 'The chief executive of AT & T Inc (T.N: Quote, Profile, Research, Stock Buzz) said in a statement that the company was ""deeply disappointed"" by the decision.', 'AT & T has complained about Fukushima as part of the official closing papers, limiting the administration to at least one day for two years to allow government employees to continue working, while AT & T says it will continue to work with the government to ensure the safety of its customers.', ""AT & T has complained that it has been unable to meet its commitments for the second half of the year and that it has been excluded from the Nevada agreement that would allow AT & T and AT & T access to AT & T's wireless network in the United States.""]" -575,"['RENAULT', 'is', 'to', 'merge', 'with', ""Sweden's"", 'Volvo', 'by', 'January', '1,', '1994,', 'creating', 'the', ""world's"", 'sixth', 'biggest', 'car', 'manufacturer,', 'it', 'has', 'been', 'announced.']","[0, 1]",0,renault,"RENAULT is to merge with Sweden's Volvo by January 1, 1994, creating the world's sixth biggest car manufacturer, it has been announced.","['RED and Gady Gayle will perform under the name Jonah Poulatt on Saturday night.', 'Bomber (REF) & Mandatory Employee: Owner wants to own if these tweets are deleted unchanged; Collaboration 60% of the time (1 / 2 of the time) around the 5G network; Collaboration 60% of the time (1 / 2 of the time) around the 5G network; Collaboration 5% of the time (1 / 2 of the time); Collaboration 5% of the time (1 / 2 of the time); Collaboration 5% of the time (1 / 2 of the time); Collaboration 5% of the time (1 / 2 of the time); Collaboration 5% of the time (1 / 2).', ""The Liberty junior is due to appear in court at 01: 00 BST on Friday, where he will be sentenced to a minimum of five years in prison for running a business in Mrs May's more than 4,200 shops."", 'RENAULT CLOSE At the end of the day, the Dow Jones Industrial Average closed down 0.3 percent, the S & P 500 rose 0.1 percent, the Nasdaq Composite rose 0.1 percent, the Nasdaq Composite rose 0.1 percent, the Nasdaq Composite rose 0.1 percent, the Nasdaq Composite rose 0.1 percent, the Nasdaq Composite rose 0.1 percent, the Nasdaq Composite rose 0.1 percent, the Nasdaq Composite rose 0.1 percent, the Nasdaq Composite fell 0.1 percent, the Nasdaq Composite fell 0.1 percent, the Nasdaq Composite fell 0.1 percent, the Nasdaq Composite fell 0.1 percent, the Nasdaq Composite fell 0.1 percent and the Nasdaq Composite fell 0.1 percent.', 'The announcement comes as the North Korean government prepares to unveil its latest missile test, which it says is aimed at reaching the US mainland.']" -576,"['Today', 'Toyota', 'are', 'pinning', 'their', 'hopes', 'on', 'Phil', 'Short,', 'a', '45-year-old', 'Yorkshireman', 'from', 'Ilkley.']","[1, 2]",1,toyota,"Today Toyota are pinning their hopes on Phil Short, a 45-year-old Yorkshireman from Ilkley.","[""Today, our hope rests on the instruction of Phil Short of the BOA, the sport's governing body."", 'And Sprint should be pleased about another bright spot: the 80th anniversary of the company\'s founding, which ""is still a long way off.""', 'Ford also criticized another claim made by his office workers.', 'Toyota continues to showcase its new Model 3 sedan, which is scheduled to go on sale in the United States later this year, according to a person familiar with the matter.', 'The Japanese driving fun, which was approved at the time of the ethical verification of a method with high leakage, which increases with increasing frequency, is now in the United States, Canada, Great Britain, Great Britain, Great Britain, Great Britain, Great Britain, Great Britain, Great Britain, Great Britain, Great Britain, Great Britain, Great Britain, Great Britain, Great Britain, Great Britain, Great Britain, Great Britain, Great Britain, Great Britain, Great Britain, Great Britain, Great Britain, Great Britain, United Kingdom, United Kingdom, Great Britain, United Kingdom, United Kingdom']" -577,"['A', 'consortium', 'of', 'Morgan', 'Stanley', ',', 'Barclays', 'de', 'Zoete', 'Wedd', 'and', 'Gordon', 'Capital', 'bought', 'a', '9.5%', 'stake', 'and', 'were', 'offering', 'the', '6.5m', 'shares', 'for', 'sale', 'at', '$15.50', 'each.']","[3, 5]",0,morgan stanley,"A consortium of Morgan Stanley, Barclays de Zoete Wedd and Gordon Capital bought a 9.5% stake and were offering the 6.5m shares for sale at $15.50 each.","['A consortium of Morgan Stanley, Barclays de Zoete Wedd and Gordon Capital is buying 9.4% and renting it out for a week < a href = ""http: / / www.zillow.com / blog / james-de-Zoete-Wedd-and-Gordon-Capital-buys-a-week-tour- < / a >.', 'State Department officials have criticized what they see as efforts to expand its businesses and hotels in the future to ensure they have good connections to the United States.', 'DuMon Institute, a consortium of Morgan Stanley, JPMorgan Chase & Co., JPMorgan Chase & Co., JPMorgan Chase & Co., JPMorgan Chase & Co., JPMorgan Chase & Co., JPMorgan Chase & Co., JPMorgan Chase & Co.', 'A consortium of Morgan Stanley, Barclays de Havilland and Gordon Capital has bought a 9.5 percent stake in Leverka Masted 5, part of the ultra-hedge fund FSBI, each of which was involved in the scandal, and the company has bought a 75 percent stake in the new Rockefeller Street musical, according to a person familiar with the matter who spoke on condition of anonymity because of the sensitivity of the matter.', 'In a statement, the company said: ""We are pleased to announce that we have completed the sale of our valuable research reservoir, which includes the Amgiabi Foundation\'s original portfolio and current review documents, as a massive investment in planning matters.']" -578,"['Mr', 'Lamont', 'should', 'deflect', 'the', 'BP', 'attack', 'and', 'put', 'the', 'whole', 'North', 'Sea', 'taxation', 'house', 'in', 'order.']","[5, 6]",1,bp,Mr Lamont should deflect the BP attack and put the whole North Sea taxation house in order.,"['It is vital that Mr Lamont now distracts attention from the whole North Sea tax scandal.', 'Lamont should now be in many countries, including the United States, France, Germany, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy, Italy', 'Rachel Lambert Lamont should kill the BP lookalike ""Shooter,"" today\'s ""Pizza & Text"" Samuel Till < unk > Kissel < unk > < unk > < unk > L ~ saraya Schmidts.V-Over / Sav04', 'Lamont said: ""We are determined to build a Britain that works for everyone, not just the rich and famous.""', ""Aquino's fortune has dried up - the black sum has already been wiped out, and his office is still reeling from the loss of 16 of its top executives, including the editor of chip software and the chief executive - and the loss of more than $1 billion in assets.""]" -579,"['Sun', 'has', 'wisely', 'isolated', 'its', 'competitor', 'as', 'Hewlett-Packard', 'Co', ',', 'currently', 'the', 'performance', 'leader,', 'and', 'is', 'going', 'to', 'go', 'head-on', 'with', 'claims', 'that', 'its', 'boxes', 'beat', 'comparable', 'HP', 'Snakes', 'on', 'a', 'sheer', 'performance', 'basis,', 'let', 'alone', 'the', 'price/performance', 'ratios.']","[7, 9]",0,hewlett-packard co,"Sun has wisely isolated its competitor as Hewlett-Packard Co, currently the performance leader, and is going to go head-on with claims that its boxes beat comparable HP Snakes on a sheer performance basis, let alone the price/performance ratios.","[""Sun was wiser about Richard's rivals than Hewlett-Packard's Volve ideologies and was under intense pressure to convince Kentucky licensing authorities that the company was committed to keeping up to date with the latest information."", 'Dustin Roth (1-1) and Alexandra Braun (6-2) also seem to be in a good position this season.', 'Day after day, Sun put pressure on the military in his own words, with Letchernipalaz\'s manager Laser Mac saying at the Oscars: ""We\'re going to have to work extremely hard to make sure we don\'t have to do that again.""', 'Sun was accused of lying to the police, lying about his age, lying about his age (possibly about Lord Daxham trying to kill him in Darbo SS88), and was dismissed from his job as a psychiatrist in 2008 after being found guilty of sexually abusing a 14-year-old girl.', 'As strong as climate change is in the UK, Pearson says, there are other forms of e-commerce that even those who are overweight or obese can take for granted: ""If you want to make a profit, you have to pay for it.""']" -580,"['Novell', ""wasn't"", 'AT&T', ""'s"", 'only', 'chance', 'to', 'sell', 'Unix', 'off.']","[2, 3]",1,at&t,Novell wasn't AT&T's only chance to sell Unix off.,"['Novak Djokovic was not his only chance.', 'Novell has not returned to the facts.', ""Novell Translators wasn't the only option for AT & T."", 'Novell was the luxurious alternative to fireflies that influenced part of India.', '""Prince If I Did Not Lie"" was the title of one of the best-selling songs of all time, but it was also the title of one of the best-selling albums of all time.']" -581,"['Common', 'operating', 'systems', 'include', 'MS-DOS,', 'PC-DOS', '(', 'IBM', ""'s"", 'version', 'of', 'MS-DOS),', 'CP/M', '(an', 'operating', 'system', 'for', 'older,', '8-bit', 'computers),', 'Unix', 'and', 'BOS.']","[7, 8]",0,ibm,"Common operating systems include MS-DOS, PC-DOS ( IBM's version of MS-DOS), CP/M (an operating system for older, 8-bit computers), Unix and BOS.","['""Otherwise we have to go back to the drawing board,"" he said, ""and we have to go back to the drawing board and figure out what we\'re going to do.""', 'You have to settle for 2010 and you have a lot of things going for you.', '""I think it\'s going to be a lot of fun, but I think it\'s going to be a lot of fun,"" he said.', 'Certsy offers its customers, among other things, the ability to wash their skin without damaging it, as well as the ability to protect healthy people from harmful attacks such as ""ovarian cancer"" and ""ovarian cancer.""', 'Trademarks are used for foreign travel, Romania, Malaysia, the United States, France, Germany, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom and many others.']" -582,"['Oracle', 'Corp', 'will', 'team', 'with', 'Sun', 'Microsystems', 'Computer', 'Corp', 'to', 'develop', 'and', 'sell', 'products', 'and', 'services', 'for', 'the', 'pharmaceutical', 'industry.']","[0, 2]",0,oracle corp,Oracle Corp will team with Sun Microsystems Computer Corp to develop and sell products and services for the pharmaceutical industry.,"['The companies, which now sell more well-known drugs than physicians, will be subject to stricter scrutiny in the future if they do not comply with the law, said a person familiar with the matter who spoke on condition of anonymity because he was not authorized to discuss the matter publicly.', 'Of course, you could make a film in the past, but if you want to make a film in the UK, you can do so in the US, where you pay £5.30 for a nose job, £6.60 for a nose job, £6.60 for a nose job, £6.50 for a nose job, £5.50 for a nose job, £5.50 for a nose job, £6.50 for a nose job, £20 for a nose job, £20 for a nose job, £20 for a nose job, £20 for a nose job.', 'Dechant David plays Minrika Warcoin Burgess as an expert in planning $500,000-337,060', 'Since 2010, the company has 49 media companies, 65 television stations and 70 employees.', 'The-caught-in-the-act-of-the-moment-of-the-moment-of-the-moment-of-the-moment-of-the-moment-of-the-moment-of-the-moment-of-the-moment-of-the-moment-of-the-moment-of-the-moment-of-the-moment-of-the-moment-of-the-moment-of-the-moment-of-the-moment-of-the-moment.']" -583,"['Other', 'enhancements', 'include', 'a', 'compilation', 'environment', 'that', 'allows', 'users', 'to', 'build', 'and', 'install', 'both', 'uni-processor', 'and', 'multi-processor', 'versions', 'of', 'the', 'system,', 'installable', 'reference', 'binaries', 'for', 'the', 'Intel', 'platform,', 'system', 'management', 'commands', 'for', 'administering', 'the', 'multi-processor', 'features', 'and', 'a', 'preliminary', 'version', 'of', 'the', 'application', 'programming', 'interfaces', 'for', 'multi-threaded', 'enhanced', 'security', 'features.']","[26, 27]",0,intel,"Other enhancements include a compilation environment that allows users to build and install both uni-processor and multi-processor versions of the system, installable reference binaries for the Intel platform, system management commands for administering the multi-processor features and a preliminary version of the application programming interfaces for multi-threaded enhanced security features.","['Other improvements to the manifesto include thinner registers (< unk >), a report from the group of hopefuls called Courtney at the Thalia Center and a new poll by < unk >.', 'Known Microsoft system titles have been updated Classics Reboot 4 System Versions are now available Some of the most popular were those that were popular in the past, such as ""PBneymous, TekaBusiness."" ""PBneymous, TekaBusiness."" ""PBneymous, TekaBusiness."" ""PBneymous, TekaBusiness."" ""PBneymous, TekaBusiness.""', 'Homeless: Keycut leads to comprehensive development', 'In addition to its own compatibility, the system enables broadcasters and the Radio Guild of America to continue to manage and manage their programs, to provide broadcasters with more comprehensive PC interfaces, and to manage their programs for the Radio Guild of America. For this reason, Billa TAM DECellen received a resolution a few years ago calling for the creation of its own compatibility platform, Crint SideDefensive.', ""< br > Racing expert Robin Goodfellow gives his views ahead of Monday's meetings at Newmarket, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton""]" -584,"['City:', 'Olivetti', 'chief', 'faces', 'jail', 'over', 'fraud', 'role']","[1, 2]",0,olivetti,City: Olivetti chief faces jail over fraud role,"['Town: Olive Haas faces one year in jail for fraud', 'City: Oliveira Villa boss who sat in the Inter dugout', 'READ MORE: Illegal boss arrested for fraud', 'Five things you need to know: Mayor faces jail in Julius Étoile de la Faucia', ""< br > 's DAVID LLOYD reflects on the thrill...""]" -585,"['One', 'is', 'full', 'of', 'Disney', 'stuff,', 'another', 'is', 'done', 'up', 'in', 'jungle', 'fashion', 'with', 'murals', 'and', 'monkeys,', 'and', ""there's"", 'a', 'landing', 'like', 'a', 'beach.']","[4, 5]",0,disney,"One is full of Disney stuff, another is done up in jungle fashion with murals and monkeys, and there's a landing like a beach.","[""One of Wawrinka's greatest strengths is that he is not intimidated by the big occasion and it will be interesting to see how he reacts to the fact that after losing the first set he will be looking to have a chance against Wawrinka, who will be looking to become the first man in history to win all four Grand Slams at once."", ""It's full of Disneyland stuff, with picture book guides, and there's plenty of fun with each cat as a compilation."", 'One is full of things that are obstructive, and the other shows ""Macho Caves"" as a mural for Buddhas and Playmate ""Smost Waist Animals.""', 'One is full of pioneers and one belongs to Sami Jimsa, a jungle-like figure.', ""The Yak Array with the associated Olympic bags, another beautiful Ikea model and the proud Aston Martin logo next to Dua Brown's perfume is even more surprising: Erin Hills is the only place in the world where people can get a taste of what it's like, in a house with a car, a car, a car, a car, a car, a car, a car, a car, a car, a car, a car, a car, a car, a car, a car, a car, a car, a car, a car, a car, a car, a car, a car, a car, a car, a car, a car, a car, a car, a car, a car, a car, a car, a car, a car, a car, a car, a car, a car, a car""]" -586,"['For', 'the', 'classical', 'man,', 'Polo', 'from', 'Ralph', 'Lauren', 'is', 'deliciously', 'chic', 'and', 'if', ""it's"", 'a', 'designer', 'label', 'you', 'want,', ""there's"", 'Armani', 'and', 'Eau', 'Savage', 'by', 'Christian', 'Dior', '.']","[25, 27]",0,christian dior,"For the classical man, Polo from Ralph Lauren is deliciously chic and if it's a designer label you want, there's Armani and Eau Savage by Christian Dior.","[""Ralph Lauren is widely known to be hip and privileged, but it's hard to think of a more optimistic fashion statement than this, with people like Ralph Lauren, Chanel, Versace, Chanel, Versace, Versace, Versace, Versace, Versace, Versace, Versace, Versace, Versace, Versace, Versace, Versace, Versace, Versace, Versace, Versace, Versace, Versace, Versace, Versace, Versace, Versace, Versace, Versace, Versace, Versace, Versace, Versace, Versace, Versace, Versace, Versace, Versace, Versace, Versace, Versace, Versace, Vers"", ""For the classic man, it's rationally chic - if that's what every design label has in mind, it's an Armani creation, but shrewd shares told you that his last interview brought more than a laugh."", ""For the conservationist, it was a shimmering triumph of Ralph Lauren's polo group, in which Gerrard and the rest of his team-mates were dressed to impress."", ""< p > takes a look at England's £1million summer signings and picks out some of the key players who could be eligible for England's World Cup squad for next summer's tournament in Russia."", ""For classic men, the polo is full of things that are all beautiful and bundled up, but for those of us who don't want to wear it, it's a bit of a shame we can't wear it anymore.""]" -587,"['All', 'the', 'descriptions', 'used', 'on', ""Sainsbury's"", 'packs', 'have', 'specific', 'meanings.']","[5, 6]",0,sainsbury's,All the descriptions used on Sainsbury's packs have specific meanings.,"['The packaging method can reveal its exact meaning.', 'Ferguson had all his greatest successes in the Champions League, winning the FA Cup, League Cup and FA Cup.', 'All the players I spoke to said they were very happy with the way the game went.', 'All the descriptions I have worked on are here.', 'You can even add some quality to the squad by following < a href > the guide to all the transfer news from the Premier League, with updates from across Europe, Europe and the world.']" -588,"['VW', 'has', 'yet', 'to', 'finalise', 'specification', 'and', 'prices', 'for', 'the', 'Polos,', 'but', 'it', 'has', 'said', 'they', 'will', 'cost', 'much', 'the', 'same', 'as', 'the', 'models', 'they', 'replace.']","[0, 1]",1,vw,"VW has yet to finalise specification and prices for the Polos, but it has said they will cost much the same as the models they replace.","[""Group parent VW has not yet released specifications, and many models will often cost the same prices as the resulting fuel-efficient cars. < br > 2012: - Sale: Holiday Search Lead & Syndicating Ricaf 5K Future: Kobi Goes to Polo Planica as Popular New Car 2. - Ann Kricock admits she won't use PayHopper as a tourist attraction. - So??? I can?? t wait to get my hands on Carolina Auto Star???????????????????????????"", 'Details of the new models were not immediately clear when the emission of materials from the larger living satellite began to come through the bulb.', 'Further technological data and awards come from the Polos, election here, election there, election there, election there, election there, election there, election there, election there, election there, election there, election there, election there, election there, election there, election there, election there, election there, election there, election there, election there, election there, election there, election there, election there, election there, election there, election there, election there, election there, election there, election there, election there, election there, election there, election there, election there, election there, election there, election there, election there, election there, election there, election there, election there, election there, election there, election there, election there, election there, election there, election there, election there, election there, election there, election there, election there, election there, election there, election there, election there, election there, election there, election there', 'Logo: http: / / www.newscom.com / cgi-bin / prnh / 20080811 / NYFW01140LOGO-b-b-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w', 'Pillow-loving, self-deprecating, self-deprecating, self-deprecating, self-deprecating, self-effacing, self-effacing, self-effacing, self-effacing, self-effacing, self-effacing, self-effacing, self-effacing, self-effacing, completely, completely, completely, completely, completely, completely, completely, completely, completely, completely, completely, completely, completely, completely, completely, completely, completely, completely, completely, completely, completely, completely, completely, completely, completely, completely, completely, completely, completely, completely, completely, completely, completely, completely, completely, completely, completely, completely, completely, completely, completely, completely, completely, completely, completely, completely, completely, completely, completely, completely, completely, completely, completely, completely, completely, completely, completely, completely, completely']" -589,"['The', 'cost', 'of', 'buying', 'a', 'complete', 'system', 'is', 'claimed', 'to', 'be', 'less', 'than', '$1m', '--', 'less', 'than', 'buying', 'a', 'licence', 'for', 'an', 'IBM', 'mainframe', 'software', 'upgrade.']","[22, 23]",0,ibm,The cost of buying a complete system is claimed to be less than $1m -- less than buying a licence for an IBM mainframe software upgrade.,"['The attacks come at a time when the United States is grappling with a wave of violence in the Middle East and North Africa that has killed more than 100 people in the past two years.', 'The cost of the purchase could amount to about $1 million - including royalties of $3,000 for the purchase of IBM devices, $5,000 for the purchase of IBM devices, and $5,000 for the purchase of IBM products.', '< br > is launching a civil lawsuit against Serena Williams and her management company over their handling of her.', 'Take, hold, $1 million. -- Turnover, Fisher Patiently, get out of all-in, get out of all-out, the cash limit of 35 [higher], not the power investment of Universal Games -- What turns Thelma StranZoiMe off in the face of the unpredictability of the market? -- What turns Thelma StranZoiMe upside down? -- What turns Thelma StranZoiMe upside down? -- What turns Thelma StranZoiMe upside down? -- What turns Thelma StranZoiMe upside down?', ""There's a whole brain factor to winning the prize.""]" -590,"['Other', 'TI', 'partners', 'likely', 'to', 'take', 'on', 'the', 'new', 'technology', 'for', 'X-Terminals', 'include', 'C.Itoh,', 'which', 'launched', 'the', 'CIT-XE+', 'range', 'at', 'the', 'show,', 'ADDS/NCR,', 'DEC,', 'IBM', ',', 'Megatek,', 'Princeton', 'Graphics,', 'Sun', 'River,', 'Tandberg', 'Data,', 'Visual', 'and', 'Zentec.']","[24, 25]",0,ibm,"Other TI partners likely to take on the new technology for X-Terminals include C.Itoh, which launched the CIT-XE+ range at the show, ADDS/NCR, DEC, IBM, Megatek, Princeton Graphics, Sun River, Tandberg Data, Visual and Zentec.","['We have a number of options, as well as a number of other options, such as the option to buy a new house in the UK, or the option to buy a new house in the UK, or the option to buy a new house in the UK, or the option to buy a new house in the UK, or the option to buy a new house in the UK, or the option to buy a new house in the UK, or the option to buy a new house in the UK, or the option to buy a new house in the UK, or the option to buy a new house in the UK, or the option to buy a new house in the UK, or the option to buy a new house in the UK.', 'T. T. Tsonton, the Drivous Controller Company (Drivous Controller Company), a subsidiary of AT & T Inc. (LG), a subsidiary of AT & T Inc. (NYSE: T), a subsidiary of AT & T Inc. (NYSE: T), a subsidiary of AT & T Inc. (NYSE: T), is expected to be among T ® ""s partners for additional technology for these transportation products.', 'Other members of the Conservative Unionist Party, including Nick Timothy, the former deputy leader of the Liberal Democrats, and John McDonnell, the leader of the Liberal Democrats, are among those who have called for a change in the way the party is run.', 'Borrell Digital, which owns Center Med, said it was ""disappointed"" by the government\'s decision to bail out the company but was ""confident"" it could repay its creditors.', 'Other partners of Tesla, Sika and Roberto Di Biaggio Restoration are Maas & Soederstreet, Inc., which has more than 13,000 employees in the United States, Canada, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom,']" -591,"['One', 'of', 'the', 'most', 'striking', 'features', 'of', ""IBM's"", 'lamentable', 'personal', 'computer', 'business', 'is', 'that', 'there', 'is', 'not', 'a', 'single', 'reason', 'embedded', 'in', 'the', 'hardware', 'why', 'IBM', 'mainframe', 'and', 'AS/400', 'users', 'should', 'buy', 'their', 'personal', 'computers', 'from', 'IBM', 'rather', 'than', 'from', 'its', 'army', 'of', 'tormentors', 'led', 'by', 'Compaq', 'Computer', 'Corp:', 'presumably', 'few', 'customers', 'have', 'actually', 'asked', 'IBM', 'for', '3270', 'and', '5250', 'emulation', 'in', 'ROM', 'on', 'the', 'motherboard', 'at', 'no', 'extra', 'charge', 'in', 'its', 'PS/2s', '--', 'or', 'perhaps', 'IBM', 'thought', 'that', 'would', 'kill', 'off', 'its', 'dumb', 'tube', 'business', 'and', 'resisted', 'until', 'it', 'was', 'too', 'late', '--', 'now', 'it', 'makes', 'no', 'money', 'on', 'personal', 'computers', 'and', 'sells', 'few', 'dumb', 'tubes.']","[55, 56]",1,ibm,One of the most striking features of IBM's lamentable personal computer business is that there is not a single reason embedded in the hardware why IBM mainframe and AS/400 users should buy their personal computers from IBM rather than from its army of tormentors led by Compaq Computer Corp: presumably few customers have actually asked IBM for 3270 and 5250 emulation in ROM on the motherboard at no extra charge in its PS/2s -- or perhaps IBM thought that would kill off its dumb tube business and resisted until it was too late -- now it makes no money on personal computers and sells few dumb tubes.,"[""One of the most seductive features of IBM is the fact that IBM's PC for iTunes CEO always invents intelligent, hot-headed and widely used false legal claims, which invents 78 lawsuits, discussions, discussions, discussions, discussions, discussions, discussions, discussions, discussions, discussions, discussions, discussions, discussions, discussions, discussions, discussions, discussions, discussions, discussions, discussions, discussions, discussions, discussions, discussions, discussions, discussions, discussions, discussions, discussions, discussions, discussions, discussions, discussions, discussions, discussions, discussions, discussions, discussions, discussions, discussions, discussions, discussions, discussions, discussions, discussions, discussions, discussions, discussions, discussions, discussions, discussions, discussions, discussions, discussions, discussions, discussions, discussions, discussions, discussions, discussions, discussions, discussions, discussions, discussions, discussions, discussions, discussions,"", ""One of the most striking mechanisms in IBM's sports arena, the motion-activated sound system, the Footy, the Broadtown fan logo - in the same way: < unk > and < unk > captured episode hour (Sven Nijmegen or Women's pay Aquarius) - here are some of the most memorable moments of the year so far... and here are some of the most memorable moments of the year so far... < unk > has taken a look at some of the most memorable moments of the year so far... < unk > has taken a look at some of the most memorable moments of the year so far..."", ""A record-breaking phenomenon (repeated access to corn insulin) against IBM's proven ability (today's results are used as part of this timing telematics circulation PA23), the provocative provocations of the scolded dummy (today's results are used as part of this timing telematics circulation PA23), the provocations of the scolded dummy (today's results are used as part of this timing telematics circulation PA23), the provocations of the scolded dummy (today's results are used as part of this timing telematics circulation PA23), the provocations of the scolded dummy (today's results are used as part of this timing telematics circulation PA23),"", ""One thing is for sure, Jolly Root has damaged the human brain, he's no longer part of the England team, he's not part of the England set-up, he's not part of the England set-up, he's not part of the England set-up, he's not part of the England set-up."", ""One of the 42 points, 6,000 points, Kennedy Jobs Partition Points {Statistics continued PG-13} In addition, IBM's IBM IBM's IBM's IBM's IBM's IBM's IBM's IBM's IBM's IBM's IBM's IBM's IBM's IBM's IBM's IBM's IBM's IBM's IBM's IBM's IBM's IBM's IBM's IBM's IBM's IBM's IBM's IBM's IBM's IBM's IBM's IBM's IBM's IBM's IBM's IBM's IBM's IBM's IBM's IBM's IBM's IBM's IBM's IBM's IBM's IBM's IBM's IBM's IBM's IBM's IBM's IBM's IBM's IBM's IBM's IBM's IBM's IBM""]" -592,"['Having', 'posted', 'shining', 'results', 'for', 'years,', 'Compaq', 'recently', 'warned', 'that', 'its', 'second-quarter', 'sales', 'will', 'be', '15%', 'down', 'on', ""1990's"", 'figure,', 'and', 'that', 'profits', 'will', 'tumble', 'by', 'close', 'to', '80%.']","[6, 7]",1,compaq,"Having posted shining results for years, Compaq recently warned that its second-quarter sales will be 15% down on 1990's figure, and that profits will tumble by close to 80%.","['Santiago Romico is editor-in-chief, book by book in charge of defensive management of communications systems and data management.', 'After a failed attempt in the last decade, he failed to repay the loan and, of course, he delivered a miserable performance in the Champions League final against Bayern Munich - a result that saw him miss the quarter-finals of the Champions League.', 'CONASA plunged 9 percent in the second quarter to its highest level in more than a decade, but there are no signs of a slowdown in consumer spending, which has slowed to a record low in the past three months as the company struggles with the impact of the credit crunch on the economy and a slowdown in consumer spending.', 'In a statement, police said they were ""deeply saddened"" by the death of a man who was hit by a car in the early hours of Saturday and were ""deeply saddened"" by the loss of his life.', 'COMMUNICIPALITY PRINCIPALITY, APPEARANCE (Fairfax Media, 2007; Fairfax Media, 2007; Fairfax Media, 2007; Fairfax Media, 2007; Fairfax Media, 2007) Ed Andrekssen, operator of [Nissan Guidelerc Recession] Kris Serey, because 29 percent of the company\'s revenue comes from the business and it uses other techniques - the beginning of this differentiation. we want to give you a personal look at how to let go of fats ""and go to the < unk >\'s judges, with < unk >\'s assistance in following the guidance"") Messi 8.11 points ""entitled Hoppeary pointifoting...""']" -593,"['IBM', 'Corp', 'has', 'yet', 'another', 'new', 'company,', 'IBM', 'Software', 'Manufacturing', 'Co', ',', 'which', 'it', 'has', 'formed', 'in', 'Somers,', 'New', 'York', 'to', 'provide', '""a', 'full', 'range', 'of', 'fulfillment', 'services', 'to', 'software', 'developers"":', 'translated', 'into', 'English,', 'that', 'means', 'duplicating', 'floppy', 'disks,', 'producing', 'and', 'printing', 'manuals,', 'doing', 'foreign', 'language', 'translation,', 'packaging', 'and', 'assembly,', 'and', 'even', 'providing', 'worldwide', 'distribution', 'and', 'marketing', 'support;', 'the', 'new', 'company', 'has', 'been', 'formed', 'to', 'exploit', 'the', 'fact', 'that', 'IBM', 'already', 'offers', 'these', 'services', 'through', 'its', 'IBM', 'Programming', 'Systems', 'line', 'of', 'business', 'to', 'other', 'IBM', 'units', 'and', 'independent', 'vendors;', 'the', 'company', 'has', 'also', 'opened', 'a', 'CD-ROM', 'manufacturing', 'facility', 'in', 'Charlotte,', 'North', 'Carolina.']","[7, 11]",0,ibm software manufacturing co,"IBM Corp has yet another new company, IBM Software Manufacturing Co, which it has formed in Somers, New York to provide""a full range of fulfillment services to software developers"": translated into English, that means duplicating floppy disks, producing and printing manuals, doing foreign language translation, packaging and assembly, and even providing worldwide distribution and marketing support; the new company has been formed to exploit the fact that IBM already offers these services through its IBM Programming Systems line of business to other IBM units and independent vendors; the company has also opened a CD-ROM manufacturing facility in Charlotte, North Carolina.","[""IBM Corp, the world's largest airline by revenue, has also been heavily involved in advising Arab countries on how to deal with the aftermath of the attacks that killed nearly 60 million people over the past two years and how to deal with the aftermath of the attacks on the US embassy in Benghazi, Libya, which killed more than 100 people and injured more than 100 others."", 'IBM Corp. (""IBM"" or the ""Company"") (NYSE: IBM) (NYSE: IBM) (""IBM"" or the ""Company"") (NYSE: IBM) (NYSE: IBM) (NYSE: IBM) (the ""Company"") (NYSE: IBM) (NYSE: IBM) (NYSE: IBM) (NYSE: IBM) (NYSE: IBM) (NYSE: IBM) (NYSE: IBM) (NYSE: IBM) (NYSE: IBM) (NYSE: IBM) (NYSE: IBM) (NYSE: IBM) (NYSE: IBM)', 'At its Somerset headquarters in 2002, an enormously sought-after partner called IBM Radio gave the experimenters a ""defence"" of its software or WebV product: IB??? s cumulative value??? and IB??? s PCI statements size???? and IB???? s Yahoo?????? s Yahoo???????????????????????????????????????????????????????????????????????????????????????????????????????????????????????', 'We call out 6,000 cricketers in recognition of their contribution to sport - ""We are fair"" - ""We are fair"" - ""We are fair"" - ""We are fair"" - ""We are fair"" - ""We are fair"" - ""We are fair"" - ""We are fair"" - ""We are fair"" - ""We are fair"" - ""We are fair"" - ""We are fair"" - ""We are fair"" - ""We are fair"" - ""We are fair"" - ""We are fair"" - ""We are fair"" - ""We are fair"" - ""We are fair"" - ""We are fair"" - ""We are fair"" - ""We are fair"" - ""We are fair""', 'The IB Group has established another new company with the aim of developing and marketing IBM security audit software components, security compression solutions and services and has developed and manufactured a range of products and services for security audit and security audit. -- We • Winded Braids Commissions, Inc. • We • Winded Braids Commissions, Inc. • We • Winded Braids Commissions, Inc. • We • Winded Braids Commissions, Inc. • Winded Braids Commissions, Inc. • Winded Braids Commissions, Inc. • We • Winded Braids Commissions, Inc.']" -594,"['His', 'latest', 'American', 'film,', 'Walt', 'Disney', ""'s"", 'The', 'Super', 'Mario', 'Brothers,', 'comes', 'out', 'next', 'year', 'and', 'he', 'has', 'plans', 'for', 'another', 'movie', 'in', 'the', 'States.']","[4, 6]",0,walt disney,"His latest American film, Walt Disney's The Super Mario Brothers, comes out next year and he has plans for another movie in the States.","['Next year comes his best FOS, and Dakota Remmer\'s ""Super Anton"" is in the $5,000 Balance Divide.', ""The Wolf's Speech actor told Extra he was' very excited 'to be a part of the show, adding:' I'm very excited to be a part of it, and I'm very excited to be a part of it, and I'm very excited to be a part of it, and I'm very excited to be a part of it, and I'm very excited to be a part of it, and I'm very excited to be a part of it. '"", ""His new-look Rodgers will follow Delff's lead next year and zap for him when he returns in January."", 'Hull, who were relegated from the Premier League last season, want to bounce back from their disappointing start to the season.', 'His latest American laser weapon, the ""We Originate-MS,"" Gaddafi\'s blueprint for a ""Jamieson model,"" is the latest in a series of attacks that have killed more than 100 people in the past two years, including a suicide bomber who blew himself up at a military checkpoint in northeastern India and a suicide bomber who attacked a police station in the city of Benghazi, killing at least 20 people and wounding more than 100 others, according to an Associated Press count.']" -595,"['As', 'a', 'point', 'of', 'interest,', 'the', '$1.65', 'billion', 'financing', 'for', 'IBM', 'was', 'the', 'largest', 'ever', 'investment-grade', 'corporate-bond', 'issue.']","[10, 11]",0,ibm,"As a point of interest, the $1.65 billion financing for IBM was the largest ever investment-grade corporate-bond issue.","['This sum is really significant for BIBM and RBS, as the guaranteed heiress to working capital bonds is far too high.', 'The $1 billion for IBM was the largest investment ever made in a company by Governor Rick Pence, who said in a statement he was ""deeply saddened"" by the news.', ""Based on a risk statement - Page: The total value of IBM's most commonly used IP address, excluding Goodyear, was $2.1 billion in the first quarter of 2008, compared to $2.1 billion in the first quarter of 2008."", '""Credit goes to the rapper George Lucas, who just left as an employer,"" Laun said when asked if Laun had ""gone as an employer.""', 'If we look at the £1.2 billion of exports from 80 countries and 10 other countries, we can see that Britain is the biggest exporter of goods to the EU, accounting for more than half of all exports.']" -596,"['Proceeds', 'will', 'go', 'to', 'the', 'previously', 'announced', 'redemption', 'of', 'AT&T', ""'s"", '$1,750m', 'in', 'long-term', 'debt;', 'Morgan', 'Stanley', '&', 'Co', 'Inc', 'was', 'lead', 'manager.']","[9, 10]",0,at&t,"Proceeds will go to the previously announced redemption of AT&T's $1,750m in long-term debt; Morgan Stanley & Co Inc was lead manager.","['Revenues are expected to be in the black and eliminated, with profits used exclusively to improve patient satisfaction and volume.', ""'I'm not going to say I'm going to do it, but I'm going to do it and I'm going to do it and I'm going to do it and I'm going to do it and I'm going to do it and I'm going to do it and I'm going to do it and I'm going to do it and I'm going to do it. '"", 'The Fiat and Ginkgo School of Work and Currency Buy Armenian according to UKFI.', ""Studio Media's revenue is expected to be $1.7 billion, compared with $1.7 billion in the same period last year, according to Thomson Reuters data."", 'This is supposed to be the first time a player has been sent off for diving in a Premier League game, but instead he was sent off for a second bookable offence for diving in the box, which is a breach of the rules.']" -597,"['This', 'keyword', 'is', 'only', 'required', 'when', 'your', 'relational', 'database', 'is', 'ORACLE', '.']","[10, 11]",1,oracle,This keyword is only required when your relational database is ORACLE.,"['The clue is in the name: Spieth will only ever play one major, whether he wins or not.', 'This keyword is only used by retailers in your relationship, the business of Celebrity England.', 'This keyword is not defined until your relationship status has been confirmed, but if you want to base the Goodie clan on a 1-1 / 2-1 / 2-1 / 2-1 / 2-1 / 2-1 / 2-1 / 2-1 / 2-1 / 2-1 / 2-1 / 2-1 / 2-1 / 2-1 / 2-1 / 2-1 / 2-1 / 2-1 / 2-1 / 2-1 / 2-1 / 2-2-2 / 2-1 / 2-1 / 2-1 / 2.', 'In a statement, the company said: ""We are pleased to announce that we have reached an agreement with the US Department of Justice and Department of Homeland Security (DOJ) to provide information to the Department of Homeland Security (DOJ) and Department of Homeland Security (DOJ) regarding the possible use of this information in the investigation.""', ""That's the word the commentators < unk > and < unk > will be using throughout the day as we look ahead to this weekend's Premier League action.""]" -598,"['The', 'AT&T', 'programme,', 'called', '""New', 'Art:', 'New', 'Visions"",', 'describes', 'itself', 'as', 'the', 'first', 'corporate', 'effort', 'in', 'the', 'U.S.', 'to', 'help', 'promote', 'recently', 'created', 'work', 'by', 'living', 'artists,', 'especially', 'the', 'work', 'of', 'women', 'and', '""artists', 'of', 'colour"",', 'the', 'term', 'now', 'used', 'to', 'refer', 'to', 'artists', 'of', 'the', 'many', 'racial', 'minority', 'groups', 'vying', 'for', 'exhibition', 'space', 'and', 'for', 'a', 'dwindling', 'pool', 'of', 'public', 'and', 'corporate', 'funds.']","[1, 2]",0,at&t,"The AT&T programme, called""New Art: New Visions"", describes itself as the first corporate effort in the U.S. to help promote recently created work by living artists, especially the work of women and""artists of colour"", the term now used to refer to artists of the many racial minority groups vying for exhibition space and for a dwindling pool of public and corporate funds.","[""The Met's exhibition program, the first of its kind in the United States, explicitly endorsed the artist's work in the early hours of Thursday, November 20, and it is evident that it has done nothing to stop Johns Hopkins from doing so this time. -- The program is almost entirely devoted to the artist's art life and will focus on the work of his close friend git Lang, who is also Artistic Director of the New York Museum of Art."", 'The FTD saved Marvin, who had been founding editor since the beginning of the 20th century, his wife Ina Bil, who had been a business designer since 2009, and his wife Nikom Heiner, who had been founding editor since the beginning of the 20th century.', 'As an institution, Maryland can also host hurricanes and spreadsheet manipulation, even if it was first done in 1958 or 2009, thanks in part to the fact that it was followed by Wupper-France, where for our insider there were no less than four points to show the poorest in Lithuania.', '< br > ""The three or four percent per miserable expectation, we should hit these stupid ones, we should hit these stupid ones, we should hit these stupid ones, we should hit these stupid ones, we should hit these stupid ones, we should hit these stupid ones, we should hit these stupid ones, we should hit these stupid ones, we should hit these stupid ones, we should hit these stupid ones,"" he said. < br >', ""< p > 's LAURA WILLIAMSON was at Royal Troon to tell you all you need to know about the first two days of play at Royal Troon and how the first two days are shaping up to be the most exciting on the course so far... and don't forget to tell us your predictions by leaving a comment below.""]" -599,"['The', 'companies', 'say', 'the', 'books', 'will', 'be', 'available', 'starting', 'this', 'fall', 'in', 'national', 'bookstores', 'in', 'the', 'US', 'like', 'B', 'Dalton', 'and', 'Barnes', '&', 'Noble', 'as', 'well', 'as', 'from', 'Sun', 'Express', '.']","[28, 30]",0,sun express,The companies say the books will be available starting this fall in national bookstores in the US like B Dalton and Barnes & Noble as well as from Sun Express.,"[""According to the manufacturers, Amazon Dynamic's books are available in all national bookstores in the country, including Daltal, Dalton and Ferch, as well as at Barnes & Noble."", 'Insights: The Peterborough Library - why 77-day electricity is now available thanks to a DA Club, the only 80-metre meter meter in the 21st Century Cultural Vignette.', 'MarketFinder has announced that they will end their sponsorship of the World Golf Championships and launch a new website, www.marketfinder.com, which will allow people to buy and sell their own golf tournament tickets for $500, $25 and $25.', ""The woman, who cannot be named for legal reasons, said: 'I have been in contact with her for a number of years."", 'The books are available for free on Amazon, Amazon, Amazon, Amazon, Amazon, Amazon, Amazon, Amazon, Amazon, Amazon, Amazon, Amazon and Amazon.']" -600,"['Its', 'existence', 'means', 'Sun', 'Microsystems', ""Inc's"", 'transition', 'to', 'Pentium', 'will', 'be', 'a', 'lot', 'easier,', 'so', 'the', 'thinking', 'goes,', 'if', 'Intel', 'Corp', 'eventually', 'trounces', 'Sparc.']","[19, 21]",1,intel corp,"Its existence means Sun Microsystems Inc's transition to Pentium will be a lot easier, so the thinking goes, if Intel Corp eventually trounces Sparc.","['Contracts for 25-year-olds are banned for longer if they are found to contain a virus.', 'With pressure on the stock market likely to intensify by the end of the week, the market is expected to open higher on Friday, with the Dow Jones Industrial Average up 0.1 percent, the S & P 500 up 0.1 percent and the Nasdaq Composite up 0.1 percent.', 'Because of its carbon footprint, Solar Microsystems Inc. ""s metabolism on penicillin is"" not affected by communication. ""-- Perfield L.AT., H.M. -- Stephen Mutmaster of the Institute of Public Health in Atlanta, N.C. -- skips his magazine\'s teasing toward the prison itself. -- Martin Canar of Attack.', 'Ironically, since Systems Systems Inc supplies Sun Microsystems, its glamorous life-page, the venture capital firm, which is 800% Japanese, is advising on venture capital deals.', 'It\'s an amazing step forward, ""he said, adding that he hoped to find both"" progress forward ""and"" progress forward. ""']" -601,"['It', 'is', 'five', 'years', 'since', 'Microsoft', 'originally', 'launched', 'PowerPoint', 'for', 'the', 'Mac', 'and', 'recently', 'it', 'had', 'been', 'outperformed', 'by', 'Aldus', 'Persuasion', 'and', 'CA-Cricket', 'Presents.']","[5, 6]",0,microsoft,It is five years since Microsoft originally launched PowerPoint for the Mac and recently it had been outperformed by Aldus Persuasion and CA-Cricket Presents.,"['Five years later, the Keeping Up With The Kardashians star has revealed that she and her ex-fiance Rob Kardashian are expecting their first child together, according to E!', 'Microsoft today adds PowerPoint to earlier successes (including Vista), such as its 2007 Virtual Industrial Engine, which allows you to offer devices for free, and Google Smart, which allows you to offer devices for free, and Google Smart, which allows you to share your devices with friends, family, friends, or friends.', 'In 2015, Ari, who worked for the company Secure Mac, said: ""We were able to do the same things that we did in 2015, but we\'re not able to do the same things that we\'re doing now, and we\'re not able to do the same things that we\'re doing now.""', 'Undercover ID minus ""Wood Doe"" thought broken because nothing 50 Selecao car comes from November', 'Volvo urged drivers to take extra precautions to avoid a collision with a guardrail.']" -602,"['Asterix', 'has', 'been', 'put', 'up', 'under', 'UnixWare,', 'and', 'will', 'also', 'announce', 'full', 'support', 'for', 'Hewlett-Packard', ""'s"", 'OpenMail', 'at', 'UniForum.']","[14, 15]",0,hewlett-packard,"Asterix has been put up under UnixWare, and will also announce full support for Hewlett-Packard's OpenMail at UniForum.","['Asterix is also used to discover talents.', 'Asterix is one of the most popular characters in the game and will be remembered as one of the most popular characters in the series.', 'Asterix has appeared under the same name as Gotos, a demotor who could have been nicer to a liar like Steve Bannon has been described as half-false and half-apologetic.', 'Directed by Sebastian Kokoschka, D-Ga., and due to be released in US cinemas later this year, Asterix is set to hit the big screen.', 'Asteri said it was ""fully supportive"" of the opening days of search giant Gordon Stanley, which has been criticised for its lack of publicity, but added: ""It is important to note that we have worked closely with our partners to ensure that we are able to provide the best possible service to our customers and that we are working closely with them to ensure this does not happen again.""']" -603,"['Other', 'family-run', 'firms', 'have', 'remained', 'dynamic', '(e.g.', 'Marks', '&', 'Spencer', ')', 'but', 'wealthy', 'individuals', 'today', 'are', 'more', 'likely', 'to', 'spread', 'their', 'investments', 'with', 'the', 'aid', 'of', 'financial', 'institutions.']","[7, 10]",0,marks & spencer,Other family-run firms have remained dynamic (e.g. Marks & Spencer ) but wealthy individuals today are more likely to spread their investments with the aid of financial institutions.,"['Other family businesses have remained rooted in dystopias (such as Marks & Spencer), but financial institutions are spreading their wealth, not relying on the business model of the past that has allowed them to thrive and prosper.', 'Whereas other family businesses, such as Baisat, are state-owned or owned?', 'Ninety-five per cent of girls aged five to six (at least one in ten) are made up of maxi cutlery, an item of clothing that looks like a Christmas tree.', ""Other family businesses (such as Marks & Spencer, Marks & Spencer, Morrisons, Sainsbury's, Sainsbury's, Morrisons, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Morrisons, Asda, Morrisons, Morrisons, Morrisons, Morrisons, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's)"", 'Men, by contrast, are more sceptical than women.']" -604,"['Competition', 'is', 'mainly', 'between', 'a', 'small', 'number', 'of', 'large', 'companies,', 'each', 'of', 'which', 'operates', 'across', 'a', 'broad', 'range;', 'NEC,', 'Hitachi', ',', 'Toshiba,', 'and', 'Matsushita', 'are', 'companies', 'of', 'this', 'general', 'electronics', 'type', '--', 'they', 'are', 'vertically', 'integrated,', 'manufacturing', 'the', 'microelectronic', 'components', 'for', 'their', 'own', 'end', 'products.']","[19, 20]",0,hitachi,"Competition is mainly between a small number of large companies, each of which operates across a broad range; NEC, Hitachi, Toshiba, and Matsushita are companies of this general electronics type -- they are vertically integrated, manufacturing the microelectronic components for their own end products.","['Competitive factors are important because few large companies are present in Elisabe, where NES, HitLake, Pizoten, Tolakicum, Tolakicum and many others are located.', 'Competition is first and foremost a race of fine entrepreneurial greed to the left, semi-industrial or, depending on performance standards or strategy, fitness, as we all know from old privatisations, meat goes differently and costs us more taxes.', '""We won\'t strike, we won\'t strike, we won\'t strike, we won\'t strike, we won\'t strike, we won\'t strike, we won\'t strike, we won\'t strike, we won\'t strike, we won\'t strike, we won\'t strike, we won\'t strike, we won\'t strike, we won\'t strike,"" he said.', ""< unk >'s DAVID LLOYD reflects on the thrills and spills that have gripped the Premier League in recent weeks. < unk >'s Lawrence Booth takes a look at some of the big talking points of the weekend... and assesses the key stats and facts ahead of this weekend's Premier League game as well as the key stats and facts ahead of the weekend's game..."", 'The bodies must go wild for Strauss, Krist must go to the kingdom, Krist must go to the kingdom, Krist must go to the kingdom, Krist must go to the kingdom, Krist must go to the kingdom, Krist must go to the kingdom, Krist must go to the kingdom, Krist must go to the kingdom, Krist must go to the kingdom, Krist must go to the kingdom, Krist must go to the kingdom, Krist must go to the kingdom, Krist must go to the kingdom, Krist must go to the kingdom, Krist must go to the kingdom, Krist must go to the kingdom.']" -605,"['Under', 'attack', 'from', 'all', 'the', 'panellists', 'and', 'with', 'a', 'hostile', 'audience', 'Allchin', 'admitted', 'that', 'Microsoft', 'would', 'be', 'slower', 'in', 'the', 'innovation', 'stakes', 'than', 'its', 'competitors', 'when', 'it', 'came', 'to', 'object', 'technology.']","[14, 15]",0,microsoft,Under attack from all the panellists and with a hostile audience Allchin admitted that Microsoft would be slower in the innovation stakes than its competitors when it came to object technology.,"[""Under attack and with a finely tuned audience, they are more likely to be attacked in attempts at innovation than their counterparts in Black Streetform, which is run by Gaddafi's left-wing party."", 'All this was revealed yesterday (16 June) by a think-tank that wants to review the process.', ""Echoing Westwood Douglas and Strange Strangers, Alan Vake acknowledged that Microsoft's comic arithmetic is stronger when it comes to cracking down, he points to Stenald."", 'Among all the tractor experts who have spoken to hostile audiences about the technical merits of FP2, Foster said that the ""conspiracy"" supporters have realized that Collins will be able to win the Q Prize by ""building a new wave of competition.""', 'Under the stubborn guise of squinting and squinting, HBWun was cynical.']" -606,"['Europe', 'had', 'three', 'companies', 'in', ""Datamation's"", '1988', 'top', 'twelve', '--', 'Siemens', ',', 'Olivetti', 'and', 'Bull.']","[10, 11]",0,siemens,"Europe had three companies in Datamation's 1988 top twelve -- Siemens, Olivetti and Bull.","[""It was Facebook's first month in 2011, and we have three other companies under those boards - Siemens, Olivetti and Bull."", 'In 1988, Obama had three companies in the 12 million metropolitan areas of the United States - three Siemens, Olivetta, and Bull - and had similar experience with similar sales, including a $110 million offer from the University of California, Berkeley; a $110 million offer from the University of California, Berkeley; a $100 million offer from the University of California, Berkeley; and a $100 million offer from the University of California, Berkeley.', 'It costs £25 and £1.17 respectively.', 'In 1979, Apple was at the forefront of integrative analytics manufacturing.', '""Repeatedly,"" he said, ""every single factor plays a role in determining the election result.""']" -607,"['Oracle', 'Corp', 'chief', 'financial', 'officer', 'Jeff', 'Henley', 'says', 'that', 'Oracle7', 'should', 'be', 'in', 'production', 'by', 'the', 'end', 'of', 'this', 'month:', 'he', 'told', 'the', 'Alex', 'Brown', 'technology', 'seminar', 'in', 'Baltimore', 'that', 'Version', '7', 'will', 'be', 'available', 'through', 'a', 'controlled', 'release', 'programme', 'as', 'its', 'customers', 'request', 'upgrades;', 'he', 'also', 'said', 'that', ""Oracle's"", 'goal', 'is', 'to', 'return', 'to', 'double-digit', 'profit', 'growth', '--', 'if', 'not', 'by', 'this', 'fiscal', 'year', 'ending', 'May', '31', '1993,', 'then', 'fiscal', '1994', 'at', 'latest.']","[0, 2]",0,oracle corp,"Oracle Corp chief financial officer Jeff Henley says that Oracle7 should be in production by the end of this month: he told the Alex Brown technology seminar in Baltimore that Version 7 will be available through a controlled release programme as its customers request upgrades; he also said that Oracle's goal is to return to double-digit profit growth -- if not by this fiscal year ending May 31 1993, then fiscal 1994 at latest.","['National Association of Realtors (NASDAQ: NASDAQ) Chief Financial Officer Jared Kushner, Chairman of the National Association of Realtors (NASDAQ: NASDAQ) and Chairman of the National Association of Realtors (NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ', ""McKesson said Thursday that the company's chief executive, Jeff Henry, has resigned and that the company will continue to work with the board to find a replacement for outgoing chief executive Jeff Henry, who was ousted by the board last month, and that the company will continue to work with the board to find a replacement for outgoing chief executive Jeff Henry, who was fired in March."", 'GE CEO70, Inc. specializes in skin care products for adults and children and is a leading provider of adult and adolescent skin care products. -- HealthCare.com. -- HealthCare.com. -- HealthCare.com. -- HealthCare.com. -- HealthCare.com. -- HealthCare.com. -- HealthCare.com. -- HealthCare.com. -- HealthCare.com. -- HealthCare.com. -- HealthCare.com. -- HealthCare.com. -- HealthCare.com. -- HealthCare.com. -- HealthCare.com.', 'The company said it has developed an open application for product expansion to meet the growing demand for high-quality, low-cost, high-quality products.', 'Oracle Corp app celebrates inflation Ri < unk > t vice versa August 25 Foxcon Global Good prospects not sunny July comedy Z like Ar < unk > Schlaforth France The total migration of international cakes described other things - the ""EvLaurence"" law seems to interfere with the voting habits of the American people (sh) - is said to have provided 1.7 million of the 21st century\'s startups shares to air media tax-free service stations in the United States (c) helped preserve major affected ministerial articles from 1964 that crank up special speeches at the company\'s annual general meeting, from the article in English Representations Today, in which Thomas Roth is described as a ""veteran proud"" and therefore thanks to civilian businessmen on his side.']" -608,"['The', 'Midland', 'could', 'often', 'owe', 'Barclays', 'and', 'National', 'Westminster', 'up', 'to', '$10bn', 'in', 'the', 'normal', 'course', 'of', 'business,', 'balances', 'that', 'would', 'only', 'be', 'settled', 'at', 'the', 'end', 'of', 'each', 'day.']","[5, 6]",0,barclays,"The Midland could often owe Barclays and National Westminster up to $10bn in the normal course of business, balances that would only be settled at the end of each day.","['According to the Office for National Statistics (ONS), two other household titles - Mauritius, the tambourine department, and England - had outstanding debts of £15,800.', 'Carolina had offered to top up Barclays ""profits in 2008, followed by an $87 million loan from America Corporation, the investment arm of the"" family-run ""Gadareth Group, through a private equity firm.', 'Individuals have also been targeted, all of them entire households, and Venezuela has appealed the ruling.', 'Barclays is avoiding another seizure and is trying to sell part of its stake in the troubled lender, which is struggling to raise enough capital to pay off its debts, fearing the fallout from the collapse of Lehman Brothers.', 'Given that Barclays and the Reserve Bank are supposed to control cocaine to the tune of at least $1 billion under a normal corporate governance system, it may be possible to test the value of cocaine to as much as $1 billion at an early stage of electrovenous cracking.']" -609,"['Intel', 'Corp', 'says', 'it', 'expects', 'to', 'spend', 'about', '$2,500m', 'on', 'capital', 'expenditures', 'and', 'research', 'and', 'development', 'in', '1993,', 'an', 'increase', 'of', '25%', 'on', 'estimated', '1992', 'spending', 'of', 'about', '$2m,', 'saying', 'that', 'the', 'expenditures,', 'unusually', 'high', 'as', 'a', 'percentage', 'of', 'sales', 'even', 'for', 'a', 'high', 'technology', 'company,', 'are', 'needed', 'to', 'address', 'the', 'increasing', 'complexity', 'of', 'microprocessors', 'and', 'the', 'high', 'cost', 'of', 'chip', 'plants;', 'the', 'company', 'has', 'started', 'paying', 'a', 'dividend,', 'making', 'its', 'shares', 'attractive', 'to', 'a', 'wider', 'range', 'of', 'institutions,', 'and', 'the', 'expectation', 'is', 'that', 'it', 'will', 'tap', 'the', 'market', 'for', 'new', 'funds.']","[0, 2]",1,intel corp,"Intel Corp says it expects to spend about $2,500m on capital expenditures and research and development in 1993, an increase of 25% on estimated 1992 spending of about $2m, saying that the expenditures, unusually high as a percentage of sales even for a high technology company, are needed to address the increasing complexity of microprocessors and the high cost of chip plants; the company has started paying a dividend, making its shares attractive to a wider range of institutions, and the expectation is that it will tap the market for new funds.","['Intel Corp. says it expects to have about 2,500 video speakers by the end of the year, and that it expects to have about 2,500 speakers by the end of the year.', ""Intel Corp reported that it will spend about $2 million to buy Perry's dog June Ongbard for about $1 million when he begins speaking at a major policy conference in Iowa, where he is expected to deliver a keynote address that will include sales, agricultural products, agricultural products, agricultural products, agricultural products, agricultural products, agricultural products, agricultural products, agricultural products, agricultural products, agricultural products, agricultural products, agricultural products, agricultural products, agricultural products, agricultural products, agricultural products, agricultural products, agricultural products, agricultural products, farm products, agricultural products, agricultural products, agricultural products, agricultural products, agricultural products, agricultural products, agricultural products, agricultural products, agricultural products, agricultural products, agricultural products, agricultural products, agricultural products, agricultural products, agricultural products, agricultural products, agricultural products"", 'Intel Corp. says Bushido has paid a dividend; DoubleArb Inc.??? s Indep Dills for Factor Growth Administration Manager, can raise a total of $46 million; Excel Invest Inc.??? s $2 per share; and Reddit Inc.??? s Executive Transfers for cuber and apps, can raise up to $100 million; Excel Invest Inc.???? s stock is up to $100 per share.??? We?? re talking about an Innov deal??? and after the capital of Gen??? s GuidesFitness Trout Monitor was reduced to marginal.???', ""Intel Inc., the world's largest semiconductor manufacturer, announced Thursday that it plans to open a new Diambok bar in Toronto, Canada, in the next few weeks, and that it plans to open a new one there in the near future. -- Intel Corp, the world's largest semiconductor maker, said it plans to open a new Diambok bar in Toronto in the near future. -- Intel Corp, the world's largest semiconductor maker, said it plans to open a new Diambok bar in Tokyo in the near future. -- Intel Corp, the world's largest semiconductor maker, said it plans to open a new store in Tokyo in the next few months."", 'Intel said in a statement that it is not aware of any changes to the Company\'s business restructuring plan, but that it is aware of any changes to the terms and conditions of the transaction, including: ""Telegig Pat, Chief Executive Officer of Telegig Pat, stated that at the time of this press release, the Company had no plans to make any changes to the terms and conditions of the transaction, except as required by applicable law, and that the Company has no plans to make any changes to the terms and conditions of the transaction, including any changes to the terms and conditions of the transaction.""']" -610,"['But', 'only', 'the', 'genuine', 'Toyota', 'part', 'is', 'designed', 'and', 'engineered', 'to', 'the', 'same', 'high', 'standards', 'of', 'quality', 'as', 'the', 'original', 'equipment.']","[4, 5]",0,toyota,But only the genuine Toyota part is designed and engineered to the same high standards of quality as the original equipment.,"[""Miliband's personal assistant does the job, as does Rob Porter's two-car Cadillacs."", 'For example, Sergio Pirelli, director of BMW Australia Film Company, was surprised to find Pundo (no wannabes) (TEY au Générale 76mm), LED in the Ford FR.', 'Since the only way to inform Walmart is to make sure it is fair to customers, the company said it would not comment further on the matter.', 'Toyota has been in Russia for more than a decade, and the company is in talks with the Russian government about a possible sale.', ""But only the nine-year-old has made it to the top of the 2012 pop craze, which includes a $1,000 donation from Princess Zunter of Qatar to pay Trump's $1,000-a-month travel expenses.""]" -611,"['Frantic', 'first', 'hour', 'action', 'at', 'last', ""year's"", 'Bol', '--', 'Adrien', 'Morillas', '(kawasaki)', 'leads', 'a', 'five', 'machine', 'factory', 'freight', 'train', 'followed', 'by', 'Herve', 'Moineau', '(Suzuki),', 'Alex', 'Vieira', '(Honda),', 'Miguel', 'DuHamel', '(', 'Suzuki', ')', 'and', 'Thierry', 'Crine', '(Kawasaki)']","[30, 31]",1,suzuki,"Frantic first hour action at last year's Bol -- Adrien Morillas (kawasaki) leads a five machine factory freight train followed by Herve Moineau (Suzuki), Alex Vieira (Honda), Miguel DuHamel ( Suzuki ) and Thierry Crine (Kawasaki)","['The former Manchester United and Real Madrid striker has been linked with a move to the Premier League this summer, according to Spanish media reports.', 'Rush first hour as Adrian Morillas (Dockers) stops a five-metre tackle on Bleaghtruyd, Tom Warrior (Dockers) guard Hitto Htt (34).', 'Panic-inducing scenes at last year\'s Boston Jall Exit -- Adrien Municbaek, the owner of five motor-powered freight cars, leads Holy Next Tik with Ryanair\'s Herve MoineBuy on why 27-year-old Military Stri < unk > 07 blew up the Australian Cyber Space flag in a 76-wide Kawasaki in 2006. < br > Isabel Stasubsik clutches delegates < br > Cruine Loss Reduction Mourinho\'s apparent optimism about the 30-year-old central location The airy balloon is comparable to the factory float Doro Ca rikxefest en Carters Harteing: ""Lifting"" laptops dominate the ocean. ""', ""Last year's runner-up Adrien Morillas finished second nationally in the cycling attack, followed by < br >'s DAN RIPLEY on the mini / piano and David Labradoodle on the line, Alexander Van Princa's dismal 1958 European champion Alen in particular."", '< br > Columnist Martin Luther King takes a look at what keeps him warm and what keeps him warm and what keeps him cold this week... and what keeps him cold this week...']" -612,"['(The', 'stats', 'show', 'more', 'smokers', 'per', 'capita', 'at', 'Greenock', 'than', 'at', 'many', 'other', 'IBM', 'sites.)']","[13, 14]",0,ibm,(The stats show more smokers per capita at Greenock than at many other IBM sites.),"[""(Section 6 of the Securities and Exchange Commission (SEC) Securities Act of 1934, as amended, prohibits the sale or sale of the Company's common stock in the United States."", ""(Quite a few of Apple's earlier ads had been dropped because of poor reviews."", '""The public goes to a lot of places in Pennsylvania, Cleveland, Maine and Washington, D.C., and they get a lot of attention for their risky gun control,"" said Reed, who is also a former director of the National Rifle Association.', ""< br > 's DAVID LLOYD reflects on the thrill..."", '(""New Deal Statistics""): [The New Deal Statistics usually continue to lead to conflicts with arbitrators with arbitrators with arbitrators with arbitrators with contributions to other contributions.] The Republicans led the fair rail development programs. [The New Deal Statistics] [The New Deal Statistics] [The New Deal Statistics] [The New Deal Statistics] [The New Deal Statistics] [The New Deal Statistics] [The New Deal Statistics] [The New Deal Statistics] [The New Deal Statistics] [The New Deal Statistics] [The New Deal Statistics] [The New Deal Statistics] [The New Deal Statistics]']" -613,"['This', 'year', 'Marks', 'and', 'Spencer', 'has', 'leapt', 'to', 'the', 'top', 'slot,', 'Shell', 'is', 'now', 'second', 'and', 'Glaxo', 'third.']","[11, 12]",0,shell,"This year Marks and Spencer has leapt to the top slot, Shell is now second and Glaxo third.","['And Spencer has been up to his old tricks again as he made his first appearance since his split from fiancee Kayla Rae Reid last month.', 'With the Indians leaping to the top, Shell is on track to take second place and GlaxoSmithKline third.', 'Marks patted her on the shoulder, the Post reported.', ""+ + + After Bairstow's fateful successor for Northern California, there are 827 of them in the Expandable Forest of Farming Years."", 'Theodore Roosevelt celebrates his 90th birthday this year with the Republican Youth Freedom Caucus based on our advice, and the following CoronumCoordinate Level Outouting Joe Romney:']" -614,"['Samsung', 'Software', 'America', 'is', 'bringing', 'out', 'the', 'first', 'of', 'its', 'anticipated', 'shrinkwrapped', 'Unix', 'office', 'automation', 'products:', 'Replix,', 'a', 'full-featured', 'networked', 'client/server', 'Fax', 'management', 'application', 'targeted', 'at', 'mission-critical', 'environments', 'in', 'medium', 'to', 'large', 'organisations.']","[0, 3]",0,samsung software america,"Samsung Software America is bringing out the first of its anticipated shrinkwrapped Unix office automation products: Replix, a full-featured networked client/server Fax management application targeted at mission-critical environments in medium to large organisations.","[""Samsung Electronics Co., Ltd.: Samsung Electronics Co., Ltd., the world's largest consumer electronics manufacturer, announced today that it has signed an agreement with Samsung Electronics Co., Ltd. to acquire Samsung Electronics Co., Ltd."", 'It is the first edition of this improved Morro, and it is the first time I have seen it.', '""Shrunk Office"" (no review, 1: 30) ""Shrunk Office"" (no review, 1: 30) ""Shrunk Office"" (no review, 1: 30) ""Shrunk Office"" (no review, 1: 30) ""Shrunk Office"" (no review, 1: 30) ""Shrunk Office"" (no review, 1: 30) ""Shrunk Office"" (no review, 1: 30) ""Shrunk Office"" (no review, 1: 30) ""Shrunk Office"" (no review, 1: 30) ""Shrunk Office"" (no review, 1: 30)', ""Among the expected shrinking business machinery is Piedio, the lender's ultra-light hospital that will serve as Engess's female representative at the party's convention."", 'Samsung recently introduced Connected Retailer and Maintenance Connected Retailer in Fulham. < a href = ""http: / / www.zillow.com"" target = ""_ blank"" > Samsung Electronics Co., Ltd. < / a > < / a > < / a > Samsung Electronics Co., Ltd. < / a > is the world\'s largest manufacturer of smartphones. < / a >']" -615,"['What', 'do', 'you', 'think', 'of', 'Karl', ""Ludvigsen's"", 'prediction', 'that', 'Fiat', 'will', 'buy', 'Chrysler', 'in', 'the', 'next', 'decade?']","[9, 10]",0,fiat,What do you think of Karl Ludvigsen's prediction that Fiat will buy Chrysler in the next decade?,"['What do you think of how < p > Karl Ludvig found out and Neil Young got used to the humor?', ""What do you think of Karl Oyston's dissolution of Crimea Fiat will lead Chrysler into bankruptcy next year?..."", 'What, says the 26-year-old, is the answer to the question of what men do for a living?', ""What do you think of Karl Ludvigsen's India: Fiat sells 50,000 units South Korea: Auto consoles Part 3 < br >: US / Design Assembly: Brookmand: Brookmand: Owner: Lead: Google asks not to give up heritage"", 'What kind of country is this that has had to pay for so many years for the innocence of so many people and for so many others whose lives have been turned upside down by the Snowden affair?']" -616,"['Rough', 'edged', 'straw', 'hat,', 'about', '$12,', 'Sandra', 'Philips']","[6, 8]",0,sandra philips,"Rough edged straw hat, about $12, Sandra Philips","['Rambold-Rag Pluggy, about 12: 52 p.m.', 'Roughly $1 million to a foundation called Marijuana Limited; $1 million to a charity called Casablanca.', 'Red Straw (5%), $12, from £12, victoriahealth.com.', 'Topcashback has launched a new interest-paying current account, which charges the lowest fee for moving debt to a balance transfer card.', 'Risky strawberry cake: Plaia Gaeco alla casa market is run by Sandra, who is married to Bobby Cougars']" -617,"['Siemens', 'Nixdorf', 'Informationssysteme', 'AG', 'will', 'show', 'off', 'its', 'Unix', 'SVR4-based', 'DCE', 'reference', 'port', 'this', 'week', 'at', 'the', 'Open', 'Software', ""Foundation's"", 'Challenge', '""93', 'meet', 'in', 'Boston.']","[0, 4]",1,siemens nixdorf informationssysteme ag,"Siemens Nixdorf Informationssysteme AG will show off its Unix SVR4-based DCE reference port this week at the Open Software Foundation's Challenge""93 meet in Boston.","[""Niacan Lafarge and Siemens' INBEX are testing '93 criminals < br > this week."", 'This week, Siemens visited Nixdorf Information Systems, Inc., a leading provider of information systems and services to the automotive industry, as well as other automotive companies, including General Motors Co., General Motors Co., General Motors Co., General Motors Co., General Motors Co., General Motors Co., General Motors Co., General Motors Co., General Motors Co., Chrysler Co., Chrysler Co., Chrysler Co., Chrysler Co., Chrysler Co., Chrysler Corp., Chrysler Corp, Chrysler Corp., Chrysler Corp. and Chrysler Corp.', 'Although Castorq is permanently closed to the public via Wikit, by the end of the year he will no longer present key companies, including Neil Armstrong and Sheltry, with which Mr Den could pay for critical research.', 'Pharmaceutical company Birmon cares for 505 patients and 100 members of the X-N2200 team.', 'Ivanova, who is a member of the Senate Foreign Relations Committee, is a former member of the Senate Foreign Relations Committee, which oversees the Senate Foreign Relations Committee, and a member of the Senate Foreign Relations Committee.']" -618,"['SPARC', '10', 'CLONER', 'TO', 'LAUNCH', '""WITHIN', 'WEEKS""', 'OF', 'SUN']","[8, 9]",0,sun,"SPARC 10 CLONER TO LAUNCH""WITHIN WEEKS"" OF SUN","['RELATED: LA home tight for sun-kissed Woods', 'SPARK: LAUNCH ""appropriate day"" Belfast timetable', ""SPL to take 'criticism' of Keepers in badminton"", 'KLANZ ZANZ Big days are coming...', 'BLACK DOG charges a whopping 10 per cent to take in a pet.']" -619,"['The', 'Bond', 'family', 'claim', 'a', 'group', 'of', 'paintings', 'which', 'include', 'a', 'very', 'rare', 'portrait', 'of', 'Mathew', 'Flinders,', 'and', 'the', 'National', 'Australia', 'Bank', 'and', 'Bond', 'Mining', '&', 'Exploration', 'dispute', 'another', 'group,', 'which', 'will', 'nonetheless', 'be', 'sold', 'and', 'the', 'claim', 'settled', 'retrospectively.']","[19, 22]",1,national australia bank,"The Bond family claim a group of paintings which include a very rare portrait of Mathew Flinders, and the National Australia Bank and Bond Mining & Exploration dispute another group, which will nonetheless be sold and the claim settled retrospectively.","['The Bond family owns a group of paintings in which a very rare portrait of MatheRiverters (""The Verification of Success and Educational Press Conference"") has no financial success, among other things in the spectacular patent dispute over Medicare.', ""David Cameron's chief of staff at Old Trafford, Christian Pitt, has openly delivered an establishment message that the club have been relegated from the Premier League for the third year in a row."", 'The core consortium, led by former chief executive Keith Elliott, is expected to make a formal offer for the club in the coming days, but it is not known if the deal will be completed by the end of April.', 'Owners of the website are entitled to a daily review of the results of the survey, which will be published on Thursday, July 11-16, 1961, and available at http: / / www.youtube.com / news-releases / news-releases-of-the-week-of-the-week-of-the-week-of-the-month-of-the-month-of-the-month-of-the-month-of-the-month-of-the-month-of-the-month-of-the-month-of-the-month-of-the-month-of-of-the-month.', ""The family of an Australian man who died after being hit by a car in Sydney's southwest has claimed he was being treated for his injuries, while the family of an Australian man who died after being hit by a car in the early hours of Monday morning has claimed they are still waiting to find out if he is still alive.""]" -620,"['More', 'than', '20', 'developers', 'from', 'Sun', ""'s"", 'technical', 'staff', 'are', 'teaming', 'with', 'Oracle', 'developers', 'to', 'enhance', 'and', 'localise', 'the', 'Oracle', 'Applications', 'products,', 'as', 'well', 'as', 'associated', 'technologies', 'to', 'improve', 'the', 'efficiency', 'of', ""Sun's"", 'worldwide', 'manufacturing', 'operations,', 'implement', 'the', 'integration', 'of', ""Sun's"", 'Open', 'Look', 'graphical', 'user', 'interface', 'with', 'all', 'components', 'of', ""Oracle's"", 'product', 'suite,', 'and', 'optimise', 'Oracle7', 'for', ""Sun's"", 'new', 'multiprocessor', 'servers', 'and', 'produce', 'applications', 'that', 'can', 'be', 'sold', 'to', ""Sun's"", 'customers', 'as', 'well.']","[5, 6]",0,sun,"More than 20 developers from Sun's technical staff are teaming with Oracle developers to enhance and localise the Oracle Applications products, as well as associated technologies to improve the efficiency of Sun's worldwide manufacturing operations, implement the integration of Sun's Open Look graphical user interface with all components of Oracle's product suite, and optimise Oracle7 for Sun's new multiprocessor servers and produce applications that can be sold to Sun's customers as well.","[""More than a decade ago, BAH announced the construction of 10 of the first Sim-connected Microsoft Mobile iPhones in the U.S., as well as BackCommand and BackCommand AMR-v40, which will support the company's development in China. BAH Travel supports BAH Travel in the EMI Exploration and Exploration Program, which will include highly concentrated batteries and consoles, and supports BAH Travel in the EMI Exploration and Exploration Program."", ""More than twenty developers from around the world are helping O'Reilly artificially fund the development of the device, which is expected to cost up to 90% of the $100 million to $100 million, according to a report on the company's website."", 'Gordon stole the show for Mercedes AMG in what was hailed as the ""game of the year"" with the German Grand Prix and German Grand Prix looming as the highlight of the weekend, with Hamilton\'s Red Bull team-mate Nico Rosberg racing from pole to pole.', ""More than 20 developments from < unk >'s 14-man technical team, which was one of the first to specify and pinpoint the rancid nature of the RFU and its rider portfolio, offer a claim to every first-round match on the radio, < unk >'s American applicant and in the original 3 Silva orthopaedic surgeons of 10-year-old Sachs as well as designer featherweight Mick Mulsea, the 24-year-old who will make his debut for the RFU."", ""More than $300 million has been raised for candidates with advanced, close-knit work weapons and tow-globe assistants, and new project developers for the Seattle region are drawing on 3200 informal skills, resources and expertise to expand PowerPool's concept promotion and incentive programs, and new project developers for Kingdom Basic from the Seattle region are drawing on the expertise and resources of CHECW Chiesevents, and in addition, DC Immersive Advertising will spend a winter at Harvard!""]" -621,"['IBM', 'Corp,', 'Apple', 'Computer', 'Inc', 'and', 'Motorola', 'Inc', 'are', 'months', 'ahead', 'of', 'schedule', 'in', 'producing', 'the', 'first', 'fruits', 'of', 'their', 'PowerPC', 'RISC', 'alliance,', 'Associated', 'Press', 'reports.']","[6, 8]",1,motorola inc,"IBM Corp, Apple Computer Inc and Motorola Inc are months ahead of schedule in producing the first fruits of their PowerPC RISC alliance, Associated Press reports.","['IBM Corp., Apple Computer Inc. and Motorola Inc. are producing the first resume of Microsoft\'s PowerPDF software, reports The Associated Press. < a href = ""http: / / www.zillow.com / blog / microsoft-ipdf / ipdf / ipdf / ipdf / ipdf / ipdf / ipdf / ipdf / ipdf / ipdf / ipdf / ipdf / ipdf / ipdf / ipdf / ipdf / ipdf / ipdf / ipdf / ipdf / ipdf / ipdf / ipdf / ipdf / ipdf / ipdf / ipdf / ipdf / ipdf', 'The transformation of the process is taking its toll on the modelling industry, which specialises in high-quality products.', ""IBM surveys now show that more than half of respondents support a referendum on the UK's membership of the EU."", 'Ackermann is running for Singapore for the first time (you can follow all this on German radio and compare the contest to LiJon Reeves running for president), but his outspoken approach to politics has made it difficult for him to get a clear picture of what is happening.', ""IBM Community Services, Inc., the world's largest provider of cloud computing solutions, announced today that it has completed the acquisition of IBM Community Services, Inc., a leading provider of cloud computing services, for a total of $2.7 billion in cash.""]" -622,"['The', 'credentials', 'of', 'the', 'Lausanne', 'Chamber', 'Orchestra', 'in', 'Haydn', 'were', 'firmly', 'established', 'through', 'the', 'excellent', 'Philips', 'series', 'of', 'Haydn', 'operas', 'conducted', 'by', 'Antal', 'Dorati.']","[15, 16]",0,philips,The credentials of the Lausanne Chamber Orchestra in Haydn were firmly established through the excellent Philips series of Haydn operas conducted by Antal Dorati.,"[""By honouring the outstanding composer A.D. Fidel with Haydn's outstanding equipment under Haidn's direction, they established the important recognition of the composer A.D. Fidel."", ""The reputation of the chamber orchestra, LMarvin Jansen, began with an excellent cast in Haydn's public operas under Antal Dorati. The late author Horst Dürd Begiristain wrote a 100-page essay on how to build a world-class orchestra."", 'In a sign of growing confidence in the leadership, senior officers at the Ministry of Defence (MoD), Ministry of Defence (MoD) and Ministry of Defence (MoD) have stepped up their engagement.', 'Broadway or Fountain Jazz, New York, directed by Antony Dorati Capd.', ""That Hassmann's Symphony, released in conjunction with the Auod Festival of Music, is one of the best-selling albums of the 20th century, selling more than 100 million copies worldwide, according to Fox Records.""]" -623,"['Sun', 'Microsystems', 'Inc', ""'s"", 'Intercontinental', 'Division', 'has', 'opened', 'an', 'office', 'in', 'Warsaw', 'to', 'provide', 'local', 'sales,', 'service', 'and', 'marketing', 'support', 'directly', 'to', 'its', 'distributors,', 'VARs', 'and', 'customers', 'in', 'Poland', 'and', 'the', 'Baltic', 'states.']","[0, 3]",0,sun microsystems inc,"Sun Microsystems Inc's Intercontinental Division has opened an office in Warsaw to provide local sales, service and marketing support directly to its distributors, VARs and customers in Poland and the Baltic states.","['Sun Microsystems has opened a sales office in Warsm Nasdacles Photosystems Inc. to accommodate its distributors Family Kil and Norwich.', ""The heavy duo Spritz and Lischen - @ Only - has become the standard German design language, and that's exactly what < unk > @ - @ Spritz does when it comes to complex technology and innovation."", 'Sun Microsystems Welfare is a subsidiary of Sun Microsystems, Inc., a privately held company specializing in the development and marketing of high quality, high quality, high quality, high quality, high quality, high quality, high quality products.', 's Intercontinental Division, reported a net loss of $7.8 million for the three months ended December 31, 2007, compared to a net loss of $1.8 million for the same period in 2007, a net loss of $1.8 million for the same period in 2007, a net loss of $1.9 million for the same period in 2007, and a net loss of $1.9 million for the same period in 2007.', 'In a statement, the company said: ""We are pleased to announce that we have reached a definitive agreement to sell the company, which is expected to be completed by the end of the year.']" -624,"['Philips', 'dishwashers', 'down', 'from', '$399.99', 'to', '$299.99.']","[0, 1]",0,philips,Philips dishwashers down from $399.99 to $299.99.,"['Philip Dishwasher by 399, Households by $299.99.', '$39,000 worth of dishwasher ovens were inspected at the factory, and the model itself was set at $39,000, along with the expensive manufacturing methods used to produce some of the more stable, legal patterns, flaws and management settings that landed in Cornwall, according to < br >.', ""Spicer's comments come as the White House prepares to unveil a new set of executive orders that will include a ban on the sale of military hardware in the United States and a ban on the sale of military hardware."", '""If the board wants to do the same, it has to do it in a way that is consistent with what the board wants,"" he said.', 'It is also illegal for listeners to post ""Poswing Home,"" which was created by the European Anthem Youth Challenge, a group of people close to the Herald Sun who were taught by the previous generation Diana Espo.']" -625,"['When', 'we', 'brought', 'this', 'to', 'Lowe', ""'s"", 'attention', 'they', 'said', 'they', 'were', 'working', 'on', 'the', 'problem.']","[5, 6]",1,lowe,When we brought this to Lowe's attention they said they were working on the problem.,"['When Mr Lowe pointed this out, I said the teams wanted to work on the problem.', 'We have made it clear to Lowe that they are working suspiciously on the matter, Thames Valley Police said.', ""When we caught David's attention, he was treated at Asverdi Bre."", 'When Mr Lowe explained this, they said the problem was due to a glitch in the system, which meant he was unable to access the information he needed to make a decision about whether he wanted to play in the PGA Tour event at the end of the year, or whether he wanted to play in the PGA Championship, which was due to take place at the end of the year, or whether he wanted to play in it.', 'When we told Leo about it, he said: ""In the end it was a devastating public reaction, but it didn\'t do us too much harm.""']" -626,"['IBM', 'is', 'developing', 'a', 'hardware-independent', 'microkernel', 'system', 'based', 'upon', 'the', 'Carnegie', 'Mellon', 'University', 'Mach3', 'system', ""that'll"", 'take', 'advantage', 'of', 'its', 'own', 'and', 'Taligent', 'object', 'technologies.']","[0, 1]",0,ibm,IBM is developing a hardware-independent microkernel system based upon the Carnegie Mellon University Mach3 system that'll take advantage of its own and Taligent object technologies.,"['IBM, the world\'s largest bank, said in a statement that it was ""deeply saddened"" by the loss of its chief executive and chairman and said it was ""deeply saddened"" by the news of the loss of its chief executive.', 'IBM said Yanchom will be discontinued from next year until a replacement is found.', ""IBM's Mach3 multi-model, which commits to producing products based on the principles of progress, is designed to accelerate the development of new technologies, improve the performance of existing products, and improve the performance of existing products."", '""I think it\'s going to take a lot of time to get to the bottom of this,"" said Sen. John McCain (R-Ariz.), the top Republican on the Senate Armed Services Committee.', 'IBM intends to use the Syntor variation based on Brusstra Universal V.A. ""s"" Vision Second-Step ""from ASL, founded as Barton Magalysing, to develop St7First local meatloaf, which will eventually be shipped to customers in the United States.']" -627,"['Dell', 'claims', 'that', 'the', 'battery', 'will', 'last', 'for', 'three', 'hours', 'in', 'normal', 'use,', 'without', 'taking', 'advantage', 'of', 'any', 'of', 'the', 'power-saving', 'features.']","[0, 1]",1,dell,"Dell claims that the battery will last for three hours in normal use, without taking advantage of any of the power-saving features.","['Even Dell would have recognized W through a few exercises, but I would have rated them!', 'Within seconds, only the 55-year-old Sc-C-16 could hold onto the console, and Desmond was reportedly not bothered by a superstellar torque display.', 'At least 17 firefighters were called to the scene of the blaze, which broke out in the early hours of Friday, and a fire service spokesman said: ""We are aware of reports of a fire at a house in the area and we are appealing for anyone with information to come forward.""', '""I think it\'s going to be a tough game, but I think it\'s going to be a tough game for us,"" he said, ""and I think it\'s going to be a tough game.""', 'For this reason, I do not think that is likely to be the case, but I think that women are much more open than men in terms of their sexual orientation, more open to their sexuality, more open to their sexuality, more open to their sexuality, more open to their sexuality, more open to their sexuality, more open to their sexuality, more open to their sexuality.']" -628,"['Briefly', 'these', 'can', 'be', 'summarised', 'as', 'follows:', '(1)', 'The', 'management', 'individuals', 'must', 'take', 'out', 'loans;', 'an', 'overdraft', 'is', 'not', 'sufficient.', '(2)', 'The', 'loans', 'must', 'be', 'to', 'defray', 'expenditure', 'incurred', 'in', 'acquiring', 'ordinary', 'share', 'capital', 'of', 'a', 'close', 'company', 'complying', 'with', 's13A(2)', 'as', 'described', 'above,', 'or', 'in', 'lending', 'to', 'such', 'a', 'close', 'company', 'where', 'the', 'money', 'loaned', 'is', 'used', 'wholly', 'and', 'exclusively', 'for', 'the', 'purpose', 'of', 'its', 'business', 'or', 'the', 'business', 'of', 'any', 'of', 'its', 'associated', 'companies', 'provided', 'the', 'latter', 'are', 'also', 'close', 'companies', 'satisfying', 'the', 'conditions', 'of', 's13A(2).', '(3)', 'When', 'interest', 'is', 'paid', 'on', 'the', ""manager's"", 'loan,', 'Newco', 'must', 'continue', 'to', 'comply', 'with', 's13A(2)--this', 'means', 'it', 'must', 'continue', 'to', 'satisfy', 'the', 'relevant', 'purpose', 'test', 'rather', 'than', 'that', 'it', 'should', 'continue', 'to', 'remain', 'a', 'close', 'company;', 'in', 'the', 'case', 'of', 'a', 'purchase', 'of', 'shares', 'in', 'Target', ',', 'the', 'reason', 'why', 'Newco', 'should', 'be', 'close', 'after', 'the', 'institutions', 'commit', 'to', 'invest', 'is', 'to', 'ensure', 'that', 'institutions', 'and', 'management', 'can', 'invest', 'at', 'the', 'same', 'time', 'and', 'that,', 'at', 'that', 'time,', 'Newco', 'is', 'both', 'close', 'and', 'satisfies', 'the', 'relevant', 'purpose', 'test,', 'ie', 'already', 'controls', 'Target;', 'management', 'can', 'not', 'commit', 'Newco', 'to', 'acquiring', 'Target', 'until', 'the', 'institutions', 'have', 'committed', 'to', 'funding', 'Newco,', 'and', 'once', 'they', 'have', 'so', 'committed', 'the', 'institutions', 'are', 'likely', 'to', 'control', 'Newco', 'under', 's416,', 'so', 'a', 'structure', 'is', 'needed', 'whereby', 'management', 'also', 'controls', 'Newco', 'at', 'this', 'point.']","[134, 135]",0,target,"Briefly these can be summarised as follows: (1) The management individuals must take out loans; an overdraft is not sufficient. (2) The loans must be to defray expenditure incurred in acquiring ordinary share capital of a close company complying with s13A(2) as described above, or in lending to such a close company where the money loaned is used wholly and exclusively for the purpose of its business or the business of any of its associated companies provided the latter are also close companies satisfying the conditions of s13A(2). (3) When interest is paid on the manager's loan, Newco must continue to comply with s13A(2)--this means it must continue to satisfy the relevant purpose test rather than that it should continue to remain a close company; in the case of a purchase of shares in Target, the reason why Newco should be close after the institutions commit to invest is to ensure that institutions and management can invest at the same time and that, at that time, Newco is both close and satisfies the relevant purpose test, ie already controls Target; management can not commit Newco to acquiring Target until the institutions have committed to funding Newco, and once they have so committed the institutions are likely to control Newco under s416, so a structure is needed whereby management also controls Newco at this point.","['""It cannot be short as follows:"" If Newco fails to meet its obligations under the terms of the agreement, it will not be able to proceed in a manner consistent with its obligations under the terms of the agreement, """" will not be able to proceed, """" will not be able to proceed, """" will not be able to operate, """" will not be able to operate, """" will not be able to operate, """" will not be able to operate, """" will not be able to operate, ""will not be able to operate,"" will not be able to operate, ""will not be able to operate, will not be able to operate, will not be able to operate.', ""In short, Newco's main qualifications require the Lib to consider up to four million of these places (according to the Newco 15 website), and that they will actively contribute to new treatment programs that will soon include four million nimble jobs. (According to the Newco 15 website) This is because Newco and the script of LAPsherealand and XU few have a real car name,"", '9 hopes to be able to ""announce"" that Newco IP (2) will be able to fulfil its promise of Ono crude oil at Enthinedra for the first time since the beginning of the year, and that Newco IP (2) will be able to provide information about a country that has invested heavily in the Tangier project (8), but this does not necessarily mean that it will be able to fulfil its promise: the organisations that proposed it, the initiatives it proposed, the neo-Nazis and the secret documents it introduced in Tangier will not be able to fulfil their promises, but that it will be able to fulfil the promise that it will be able to do so.', 'As far as economic risk is concerned, Meghan may be highly respectful of modern standards; she may be asked by the Post Office to add new expectations; she may be asked to add new expectations; she may be asked to add new expectations; she may be asked to add new expectations; she may be asked to add new expectations; she may be asked to add new expectations; she may be asked to add new expectations; she may be asked to add new expectations; she may be asked to add new expectations; she may not be able to disclose new expectations; she may not be able to disclose new expectations; she may not be able to disclose new expectations.', 'Birds that are partially different from other species are more likely to be found in Brazil, with 60,000 branches that sustain themselves, maintain themselves, maintain themselves, maintain themselves, maintain themselves, maintain themselves, maintain themselves, maintain themselves, maintain themselves, maintain themselves, maintain themselves, maintain themselves, maintain themselves, maintain themselves, maintain themselves, maintain themselves, maintain themselves, maintain themselves, maintain themselves, maintain themselves, maintain themselves, maintain themselves, maintain themselves, maintain themselves, maintain themselves, maintain themselves, maintain themselves, maintain themselves, maintain themselves, maintain themselves, maintain themselves, maintain themselves, maintain themselves, maintain themselves, maintain themselves, maintain themselves, maintain themselves, maintain themselves, maintain themselves, maintain themselves, maintain themselves, maintain themselves, maintain themselves, maintain themselves, maintain themselves, maintain themselves, maintain themselves, self-sustaining, self-sustaining, self-sustaining, self-sustaining and self-sustaining.']" -629,"['In', 'Tesco', 'Supermarkets', 'Ltd', 'v', 'Nattrass,', 'a', 'shop', 'manager', 'of', 'a', 'large', 'supermarket', 'chain', 'with', 'considerable', 'managerial', 'powers,', 'was', 'held', 'to', 'be', '""', 'another', 'person', '"",', 'thereby', 'allowing', 'the', 'company', 'to', 'escape', 'liability', 'for', 'a', 'breach', 'of', 'the', 'TDA', '1968', 'when', 'a', 'misleading', 'price', 'offer', 'was', 'displayed', 'due', 'to', 'his', 'failure', 'to', 'check', 'it.']","[1, 4]",0,tesco supermarkets ltd,"In Tesco Supermarkets Ltd v Nattrass, a shop manager of a large supermarket chain with considerable managerial powers, was held to be"" another person"", thereby allowing the company to escape liability for a breach of the TDA 1968 when a misleading price offer was displayed due to his failure to check it.","['Tesco Supermarkets Ltd, for its part, has had its fair share of scandals; NatWest (NatWest), for its part, has had its fair share of scandals; and Just Full of Women, for its part, has had its fair share of scandals.', ""The company is seeking a new name, GOPRO 3.0 < 8D > 6CV 3,000 ssp F2PAR, under the name NATTrass, which will be available in the U.S. through the company's website at www.NATTrass."", ""In Tesco's supermarkets Lt Col Nattrass Indonesia (TDA The Niant) (USMA, 8500-8500-8500) until 7pm, 1986 for Placad AT & T, and sounded the alarm as early as 1977, local authority Hypo Watea Naval said in a statement."", 'In Tesco Super Ltd v Nathaniel Clyne we had a house full of world-class players, loafers and ice cream and the press officer gave me an extra kettle to keep me hydrated, but when I turned on the TV and saw the kettle I couldn\'t help thinking: ""Oh my God, I\'ve got to go to the gym.""', 'Tesco Supermarkets Ltd, owned by Nattrass, has been accused of failing to disclose the number of tonnes of food it sells to customers and failing to comply with the TDA - and the regulator is expected to take swift action.']" -630,"['These', 'are', 'nylon,', 'polyester,', '(including', 'Dacron', 'by', 'DuPont', '),', 'polyethylene', '(including', 'Spectra', 'by', 'Allied', 'Signal', 'Inc.', 'and', 'Dyneema', 'by', 'DSM),', 'and', 'Aramid', '(Kevlar,', 'DuPont', 'trade', 'name)', 'and', 'polypropylene.']","[7, 8]",0,dupont,"These are nylon, polyester, (including Dacron by DuPont ), polyethylene (including Spectra by Allied Signal Inc. and Dyneema by DSM), and Aramid (Kevlar, DuPont trade name) and polypropylene.","['Hierarchy categories: < unk > GG G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G G', 'Health Problems Wheelzero Cleanwood $70CHF Storm Highlights, some of which are designed to: Gav% Extends Enjoy Storage Space Pre + Entry Options Jewelry is offered in liquor stores (the craft or model are either naked or drenched) Pilsner Companies that have traded with us for 20 years, our vehicles Brazilette Battery Terrace $45CHF Subform Dingbillas will have this year either a spare vehicle or a spare vehicle that you press it is the extra envelope) or ni% Ehelink Mechanical level at 14 CHF Mechanical level will need to be used as a replacement for your vehicle, ""urged Nissan regional stylist audience', 'These are Sarah Thomas of Treux Bristol Ltd., who bought the house in the late 1950s and early 1900s, and Sarah Thomas of Treux Bristol Ltd., who bought it in 2006.', ""Used by Glenn Gould as a kayaker in 1988; invented by Schroeder as an alternative to fashion; aided by Schroeder's buoyancy; aided by Schroeder's unexpected co-creator -- translated by Shireni, this name means Kent'penstein upon which Derek struck every Saturday night by Stephen Pay and the Dutch writers."", 'This is the first time that two doctors have come together to discuss mental health issues, and tens of thousands of adverse tests are approved, with normal tests determining whether or not the patient is mentally retarded.']" -631,"['To', 'attract', 'those', 'users', 'who', 'might', 'otherwise', 'be', 'waylaid', 'by', 'clone', 'vendors', 'with', 'their', 'own', 'Sparc', '10', 'equivalents', 'out', 'soon,', 'Mitsui', ""'s"", 'sales', 'director', 'David', 'Wallis', 'promises', 'an', 'upgrade', 'which', 'could', 'save', 'the', 'user', 'up', 'to', '$10,000', '--', 'but', 'with', 'no', 'details', 'of', 'what', 'it', 'will', 'actually', 'cost', 'them.']","[20, 21]",0,mitsui,"To attract those users who might otherwise be waylaid by clone vendors with their own Sparc 10 equivalents out soon, Mitsui's sales director David Wallis promises an upgrade which could save the user up to $10,000 -- but with no details of what it will actually cost them.","['Also from next year, users with market power of almost 2.0 or less will be able to shift their thoughts to the left instead of testing them to the right.', ""To help users, 95% have passed on their savings of £10 from < unk >'s favourite spring hotel to customers - the features you'd like to pay for, or < unk >'s hat, Vin Diesel, Vogue, Pandora and so on - while 33% of those who also bake aggressively, such as @ andrew _ oxlade and @ icberlinmtnap, have been asked to do so."", 'To get people to sign up for an ad, you need to be able to sign up for a free trial with a company that offers the option to sign up at checkout for a free trial.', ""Not only does the 54.m not include 80 business partners on its atypical pages, but the more than 39m in the company's list include: (2,516, member) Mag. http: / / www.zins.com / news-releases / patriers / Floyd-Musk-advises-Helm-advises-two-candidates-to-join-the-board-of-directors-to-advise-two-candidates-to-distribute-information-of-women-subscription-sweepstakes-of-women-who-will-give-a-chance-about-which-version-will-soon-bring-the-article-of-the-publishing-class."", ""To shed some light on Wiggins' affair with the palace and the hashtag # Lak-Else, < br >'s KYALBenit takes a look at five of cycling's biggest names.""]" -632,"['The', 'scheme', 'applies', 'to', 'Peugeots', 'up', 'to', 'five', 'years', 'old', 'and', 'there', 'is', 'no', 'limit', 'on', 'cost,', '""as', 'long', 'as', 'it', 'is', 'a', 'part', 'that', 'keeps', 'the', 'vehicle', 'off', 'the', 'road"".']","[4, 5]",1,peugeots,"The scheme applies to Peugeots up to five years old and there is no limit on cost,""as long as it is a part that keeps the vehicle off the road"".","['The now-defunct McCain campaign is not the only one that has raised eyebrows.', 'The Hillcall system continues to allow doctors to process hundreds of files per hour, while improving with unrealized other XR analysts.', 'Reid has a clause in his contract that allows him to travel regularly to the United States, but if he does not agree with the terms of his contract, he will not be allowed to return to the United States until the end of the season, according to a person familiar with the matter who spoke on condition of anonymity because he was not authorized to discuss the matter publicly.', 'Serena normalizes 2002 ranking debt 91% and invites Jon Blankfein to lead the charge for $5.9 billion in housing foreclosure costs • Romney finances infrastructure projects $24.9 billion in infrastructure spending • Romney finances infrastructure projects $24.9 billion in infrastructure spending • Romney finances infrastructure projects $24.9 billion in infrastructure spending • Romney finances infrastructure projects $24.9 billion in infrastructure spending • Romney finances $24.9 billion in infrastructure spending • Romney finances $4.9 billion in infrastructure spending • Romney invests $4.9 billion in infrastructure spending • Romney invests $4.9 billion in infrastructure spending • Romney invests $4.9 billion in infrastructure spending • Romney finances $4.9 billion in infrastructure spending • Romney finances $4.9 billion in infrastructure spending • Romney finances infrastructure spending • Romney funds funds infrastructure spending • Romney funds infrastructure spending • Romney funds infrastructure spending • Romney funds $4.9 billion in infrastructure spending', ""< br > 's DAVID LLOYD reflects on the thrill... and lasts until 3pm BST""]" -633,"['A', 'bad', 'day', 'at', 'Black', 'Rock:', 'both', 'Solomon', 'Brothers', 'and', 'more', 'importantly', 'Goldman', 'Sachs', 'have', 'moved', 'Sun', 'stock', 'off', 'their', 'recommended', 'buy', 'lists.']","[12, 14]",1,goldman sachs,A bad day at Black Rock: both Solomon Brothers and more importantly Goldman Sachs have moved Sun stock off their recommended buy lists.,"['Bad day for Black Rock: Both Solomon Brothers and Goldman Sachs continued to struggle, with Sun shares falling 6% after the IPO.', '3 accident in Black Rock, Manchester, in August 2008: Both Solomon Brothers and his wife were killed in a car crash.', 'It was a bad day for Black Friday, with brokerage firms Solomon Brothers and Goldman Sachs in particular raising their fists like a heavyweight ally of Cook at the State of the Union.', ""Bad day Bangay says Trump's money took Sari Sun's stock off Rock's stock."", '< a href = ""http: / / www.zillow.com / blog / wolf-wolf-victory-7-days-ago-EM198 /"" target = ""external"" > < / a > < / a > < / a > < / a > < / a > < / a > < / a > < / a >']" -634,"['Motorola', ""Inc's"", 'semiconductor', 'chief', 'James', 'Norling', 'is', 'moving', 'to', 'Europe', 'to', 'head', 'up', 'Motorola', 'Europe', ',', 'Middle', 'East', 'and', 'Africa,', 'succeeding', 'David', 'Bartram,', 'who', 'is', 'retiring', 'June', '30', 'after', '32', 'years:', 'Thomas', 'George,', 'executive', 'vice-president', 'and', 'assistant', 'general', 'manager', 'of', 'the', 'Semiconductor', 'Products', 'group,', 'will', 'take', 'over', ""Norling's"", 'post', 'on', 'April', '1.']","[13, 15]",0,motorola europe,"Motorola Inc's semiconductor chief James Norling is moving to Europe to head up Motorola Europe, Middle East and Africa, succeeding David Bartram, who is retiring June 30 after 32 years: Thomas George, executive vice-president and assistant general manager of the Semiconductor Products group, will take over Norling's post on April 1.","[""Unlike Apple's new mobile phone rules, the B & Q development site is often overshadowed by the social oceans in which children have been confused, where childhood hunting has left them with a lack of happy memories, where they are allowed to take illicit risks in their lives, and where they are not allowed to visit their parents."", 'James Norling, chief executive of HSBC / Nationwide, said: ""The fact that these expandable communication channels are having an impact on the bank\'s funding (current RS CEOs: RE24,000) and HSBC / Nationwide The Environment Council is one of the most respected investment banks in the world and I am pleased to have approved administrative arrangements with the Productivity Commission.""', 'Cyber services port numbers Independence Day, April 5 and April 7, 2013. - Record producer Essex Thomas, best known for ""X-world!"" - Every media company, including < a href >, pays a private fee.', 'Already on Tuesday, the audience trialerto in Jersey City, New York, will take to the stage in championship uniforms and in the afternoon, with 299 partygoers and enticing vocabulary, will take to the stage elsewhere in the city to sing ""On Hall,"" ""On Hall,"" ""On Hall,"" ""On Hall,"" ""On Hall,"" ""On Hall,"" ""On Hall,"" ""On Hall,"" ""On Hall,"" ""On Hall,"" ""On Hall,"" ""On Hall,"" ""On Hall,"" On Hall, """" On Hall, ""On Hall,"" On Hall, ""On Hall,"" On Hall, ""On Hall,"" On Hall, ""On Hall"" and ""On Hall.""', ""< unk > Patricia Pearce evaluates both early results and market indicators: In fact, there are a number of factors that could cause actual results to differ materially from those projected in the forward-looking statements, including, but not limited to, the Company's ability to generate cash flow and cash flow from continuing operations; the Company's ability to generate cash flow from continuing operations; the Company's ability to generate cash flow from continuing operations; the Company's ability to generate cash flow from continuing operations; the Company's ability to generate cash flow from continuing operations; the Company's ability to generate cash flow from continuing operations; the Company's ability to generate cash flow from continuing operations; the Company's ability to generate cash flow from continuing operations; the Company's ability to generate cash flow from continuing operations; the Company's ability to generate cash flow from continuing operations; and the Company's ability to generate cash flow from continuing operations.""]" -635,"['Here,', 'reserves', 'of', 'at', 'least', '2', 'billion', 'barrels', 'are', 'estimated', 'to', 'exist', 'in', 'two', 'fields,', 'Cusiana', 'and', 'Cupiagua', '(', 'BP', ':', '40%).']","[19, 20]",0,bp,"Here, reserves of at least 2 billion barrels are estimated to exist in two fields, Cusiana and Cupiagua ( BP: 40%).","[""In both areas - Cusico and Cusico - there are huge oil reserves from BP's operations in the Gulf of Mexico: how much do you reduce the value of unproduced Bolinho deals as a difficult knockout?"", ""Here's < br > a closer look at where McGregor stands as he prepares to defend his world heavyweight title against Floyd Mayweather Jr in Las Vegas."", 'Here, the reserves are estimated at more than $1 billion, and the reserves are estimated at more than $1 billion, according to the American Petroleum Association.', 'It is estimated that $2 billion a day would be spent on Guame, a small and medium expenditure that would be good for the country.', 'Here are eleven estimated deposits with at least: instanti, custom oil 3 (99%) hrs and 19 smaller zzNHL rings l Ivan Lavindica real value l Ivan Lavindica they can be worth, they can be worth a lot of money, they can be worth a lot of money, they can be worth a lot of money, they can be worth a lot of money, they can be worth a lot of money, they can be worth a lot of money, they can be worth a lot of money, they can be worth a lot of money, they can be worth a lot of money, they can be worth a lot of money, they can be worth a lot of money, they can be worth a lot of money, they can be worth a lot of money, they can be worth a lot of money, they can be worth a lot of money, they can be worth a lot of money, they can be worth a lot of money.']" -636,"['Sharp', 'Electronics', 'Corp,', 'Mahwah,', 'New', 'Jersey', 'is', 'to', 'work', 'with', 'AT&T', 'Co', ""'s"", 'Easylink', 'Services', 'to', 'sell', 'mobile', 'communications', 'systems', 'based', 'on', 'the', 'Wizard', 'electronic', 'organiser', 'and', ""AT&T's"", 'EasyLink', 'messaging', 'services.']","[10, 12]",0,at&t co,"Sharp Electronics Corp, Mahwah, New Jersey is to work with AT&T Co's Easylink Services to sell mobile communications systems based on the Wizard electronic organiser and AT&T's EasyLink messaging services.","[""Analysts at Chammedink, based in Maharashtra, India, said the move was aimed at reducing the risk of a repeat of last year's global financial crisis."", 'Sharp, who has no permanent residence, said he had doubts about whether he could use the crypt for a year and a half, which had been stolen from him by the operator.', 'Sharp Electronics Corp., the world\'s second-largest electronics maker by sales, said in a statement that it was ""disappointed"" by the company\'s decision to discontinue operations in the United States.', 'Sharon Osbourne, chief executive of the British Chambers of Commerce (BCC), said: ""This is the first time we have seen a significant increase in the number of people coming to the UK from overseas to work and it is encouraging to see the number of people coming to the UK increasing.""', 'Sharp & Co., a communications services company, said it is now 100% owned by the U.S. Department of Homeland Security (DHS) and is working with the Department of Homeland Security (DHS) and Department of Homeland Security (DHS) to investigate the incident.']" -637,"['ERICSSON', 'TELEFON', 'GETS', '$470m', 'CONTRACT']","[0, 2]",0,ericsson telefon,ERICSSON TELEFON GETS $470m CONTRACT,"['ERICSSON H TELEPHONE has repaid consultancy contracts worth $470 million', 'ERRA TELEPHONE ERRA receives $470 million in basketball aid', 'ERICSSON TEL TON reaches TODAY agreement with Lloyds to buy AWAEC, 6.0pc <', 'ERC Iraq Sport Exchange agrees with WEBI and investigates this alliance: ""Multi-Fatal Manipulator""', ""ERICSSON < br > spoke to Reus & Co. of Borussia Dortmund yesterday and wants to speak to the player's representatives.""]" -638,"['Rekhi', 'says', 'Novell', 'tried', 'to', 'work', 'with', 'SCO', 'on', 'Unix', 'back', 'in', '1990,', 'and', 'later', 'approached', 'Sun', 'to', 'help', 'with', 'its', 'Intel-Unix', 'effort,', 'but', 'both', 'efforts', 'came', 'to', 'nothing.']","[16, 17]",1,sun,"Rekhi says Novell tried to work with SCO on Unix back in 1990, and later approached Sun to help with its Intel-Unix effort, but both efforts came to nothing.","[""Rekhi claims Novell tried to offer a mortgage on History Goch as early as 1990, and eventually contacted Sun's Alli Direct parent company to assess it, but both apologies failed, and since 2010 Rockboran and Greenfellow have received at least $1 million in compensation from Hammer Dumont."", 'Rekded says the exclusive rights to the film will definitely be up for grabs or must be discontinued in the next few months in the Whithrobby Berry trial: Advertising regulators won\'t buy arrays. default won\'t buy arrays. default won\'t buy array. default won\'t buy array. note founder was fraudulent with four years of 2008 ankle cash with < unk > her winner of the eighth film prize, talking naked about her amazing story, and < unk > news to be it slip claim that nothing like this has ever happened in the history of the series - ""World Warner Bros.""', 'Rekhi was applauded when she received the award, and I see that she will be remembered for her contribution to the team, and to the team, and to the team, and to the team, and to the team, and to the team, and to the team, and to the team, and to the team, and to the team, and to the team, and to the team, and to the team, and to the team, and to the team, and to the team, and to the team, and to the team, and to the team, and to the team, and to the team, and to the team, and to the team, and to the team, and to the team, and to the team, and to the team.', '(NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ', '""I think it\'s good that we\'ve been able to show a lot of time control,"" he scolded, ""and that we\'ve been able to show a lot of time control, and for a long time, and we\'ve been able to do that for a long time.""']" -639,"['Ford', ""'s"", 'are', 'blooming,', 'all', 'these', 'people', 'are']","[0, 1]",0,ford,"Ford's are blooming, all these people are","[""When Ford shows up, it's all over"", 'Ford starts well', 'There is always talk of a Ford Fiesta P5, but that does not seem to be the case.', 'Founding Fathers: Army Jovis fades, labor market delights', 'The Emmy-winning documentary about the life of Marine Corps veteran Nicholas Cruise, which won last month, is set to be released on Netflix in the coming weeks.']" -640,"['I', 'had', 'learned', 'to', 'fly', 'in', 'the', 'Fleet', 'Air', 'Arm', 'in', '1940', 'and', 'immediately', 'after', 'the', 'war', 'I', 'spent', 'nearly', 'two', 'years', 'in', 'South', 'America', 'flying', 'for', 'the', 'Shell', 'company.']","[28, 29]",0,shell,I had learned to fly in the Fleet Air Arm in 1940 and immediately after the war I spent nearly two years in South America flying for the Shell company.,"['1940 Kurdish air force, was active for Shell in the presidential election campaign shortly after the end of the Second World War, another large number of which was filmed in Iraq and Afghanistan and used in Iraq, Iraq and Afghanistan.', '1940: Commanded Assistance Troop Project (Canberra), 1941: Commanded Assistance Troop Project (Canberra), 1941: Commanded Assistance Troop Project (Canberra) - Commanded Assistance Troop Project (Canberra) - Commanded Assistance Troop Project (Canberra) - Commanded Assistance Troop Project (Canberra) - Commanded Assistance Troop Project (Canberra) - Commanded Assistance Troop Project (Canberra) - Commanded Assistance Troop Project (Canberra) - Commanded Assistance Troop Project (Canberra)', 'Four years later, I received a (very quickly deleted) letter from the Air Accident Investigation Branch (""Until then, in a very long time, I will be able to tell you how it happened in our airspace and how it happened in our airspace,"" he said, ""and I will be able to tell you what happened.""', 'In 1940 PObacteria had learned to fly, and immediately after the Second World War he spent a year and a half in South Africa, where he spent a year and a half as a prisoner of war and a half as a prisoner of war.', '""I\'m not going to say I\'m going to do it, but I\'m going to do it,"" he said.']" -641,"['Rosenthal', 'speculates', 'that', 'pepper', 'and', 'chocolate', 'are', 'classed', 'as', 'masculine', 'because', 'they', 'are', 'stronger', 'flavours', 'than', 'salt', 'and', 'vanilla,', 'while', 'Chevrolet', 'is', 'feminine', 'because', 'of', 'its', 'sound', ""(it's"", 'a', 'longer', 'word', 'than', 'Ford', ',', 'has', 'an', 'open', 'vowel', 'at', 'the', 'end,', 'connotes', '""Frenchness"")', 'and', 'knife', 'is', 'masculine', 'because', 'of', 'the', 'association', 'with', 'aggression.']","[32, 33]",1,ford,"Rosenthal speculates that pepper and chocolate are classed as masculine because they are stronger flavours than salt and vanilla, while Chevrolet is feminine because of its sound (it's a longer word than Ford, has an open vowel at the end, connotes""Frenchness"") and knife is masculine because of the association with aggression.","['Ross suspects Avicii and Chocolat are actually a traditional marcuinal, where they looked like Ford for a long time, has made a big mistake in being served with window high-tech ""There are audience sensations of pigeons that are blogs of Lains.', 'Rosenthal speculates that he may have been involved in a plot to assassinate the President of the United States, and that he may have been involved in a plot to assassinate the President of the United States, John F. Kennedy.', 'Rosenthal speculates that the N.C.A.A. is male, that it is obliged to offer the same kind of services as the N.C.A.A., that the N.C.A.A. is obliged to offer the N.C.A.A., that the N.C.A.A. offers the N.C.A.A., that the N.C.A.A. offers the N.C.A.A., that the N.C.A.A. offers the N.C.A.A., that the N.C.A.A. offers the N.C.A.A., that the N.C.A.A. offers the N.C.A.A., that the N.C.A.A. offers the N.C.A.A., that the N.C.A.A. does not offer the N.C.A.A., that the N.C.A.A. offers the N.C.A.A., that the N.C.A.A. offers the N.C.A.A., that the N.C.A.A. offers the N.C.A.A.', 'Rosenthal speculates that Ms. Hion, a pink binary, might miss the point; Jules, who often writes for The New York Times; and Ms. Hion, who regularly writes for The New York Times and The New York Times; and Ms. Hion, who writes for The New York Times, The New York Times, The New York Times, The New York Times, The New York Times, The New York Times, The New York Times, The New York Times, The New York Times, The New York Times, The New York Times, and The New York Times.', '< p > would be easier because parts of the game are on fire, like the Grand Final, the English Grand Final, the World Cup Final, the Champions League Final, the Champions League Final, the FA Cup Final, the FA Cup Final, the FA Cup Final, the FA Cup Final, the FA Cup Final, the FA Cup Final, the FA Cup Final, the FA Cup Final, the FA Cup Final, the FA Cup Final, the FA Cup Final, the Champions League Final, the FA Cup Final, the FA Cup Final, the FA Cup Final, the FA Cup Final, the FA Cup Final, the FA Cup Final, the FA Cup Final, the FA Cup Final, the FA Cup Final, the FA Cup Final, the FA Cup Final, the FA Cup Final, the FA Cup Final, the FA Cup Final, the FA Cup Final, the FA Cup Final, the FA Cup Final, the FA Cup Final']" -642,"['It', 'narrowly', 'beat', 'much', 'bigger', 'rival', 'and', 'fellow', 'supermarkets', 'group', 'J', 'Sainsbury', 'to', 'the', 'top', 'slot,', 'and', 'outshone', 'Tesco.']","[10, 12]",0,j sainsbury,"It narrowly beat much bigger rival and fellow supermarkets group J Sainsbury to the top slot, and outshone Tesco.","['They are now ahead of much bigger rival and high street giant J Sainsbury rather than Tesco, and Lillewood has capital improvements behind it.', 'He narrowly beat the much bigger smaller rival and colleague Blue Grandpa.', 'That did not go down well with rival supermarket chain J & amp; J, which is struggling with demand.', 'An ex-eel from Hampshire has turned to McDonald and put < p > in the shade to ensure the crisis survives.', 'Switzerland turned the clock back and took a 2-0 lead in the second leg.']" -643,"['Former', 'Sun', 'Microsystems', 'Inc', 'UK', 'marketing', 'manager,', 'John', 'Coon,', 'is', 'now', 'heading-up', 'Data', 'General', ""Corp's"", 'UK', 'marketing', 'operation', 'after', 'spending', 'a', 'brief', 'period', 'at', 'one', 'of', 'Sun', ""'s"", 'satellites.']","[26, 27]",0,sun,"Former Sun Microsystems Inc UK marketing manager, John Coon, is now heading-up Data General Corp's UK marketing operation after spending a brief period at one of Sun's satellites.","['John Sentamu, CEO of Toyota, said in a statement: ""We are pleased to announce that we have reached a definitive agreement with Toyota to extend our patent in China... We are pleased to announce that we have reached a definitive agreement with Toyota to extend our patent in China... We are pleased to announce that we have reached a definitive agreement with Toyota to extend our patent in China... We are pleased to announce that we have reached a definitive agreement with Toyota to extend our patent in China.""', ""< br > Racing expert Robin Goodfellow gives his views ahead of Monday's meetings at Newmarket, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton"", 'Former chief executive Nigel Olson, who is already a consumer champion, wants the MPC to step up to the plate in future to understand why alternative gold, for example, is so attractive in the future.', 'The former ""Tonight Show"" with Jimmy Fallon: The Legend of Zac Efron', 'Notes in shares ------ ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --']" -644,"['It', 'will', 'be', 'supported', 'by', 'BMW,', 'Citroen,', 'Ford', ',', 'Honda,', 'Peugeot,', 'Renault,', 'Rover,', 'Toyota,', 'Vauxhall,', 'Volkswagen', 'and', 'Volvo', 'and', 'most', 'of', 'the', 'major', 'insurance', 'companies', 'in', 'Britain.']","[7, 8]",1,ford,"It will be supported by BMW, Citroen, Ford, Honda, Peugeot, Renault, Rover, Toyota, Vauxhall, Volkswagen and Volvo and most of the major insurance companies in Britain.","['BMW, Citroen, Ford, Honda, Peugeot CSYS, Renault, Renault, Volkswagen, Toyota, Vauxhall, Volkswagen, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW', 'It is supported by BMW, Ford, Media Control and a variety of other major brands, including BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW, BMW', 'It will be supported by 2,534,000 motorists (motorsport, motor content, reviews and classified ads) who will be able to drive to the top of the cliff and then drive on side roads to avoid accidents.', 'This is because many people who are paying into a pension scheme are likely to have taken advantage of the new freedoms by transferring to a defined contribution scheme, where they can continue to save for their retirement.', 'These are handled by BMW, which treats African countries as opposed to African countries, and Stone Wing will allow them to ensure a safe level of security at all times from 2015, with one Watch Long arriving as the tenth.']" -645,"['Hewlett-Packard', 'Co', 'says', 'its', 'new', 'HP', '9000', 'Series', '800', 'Model', 'H40', 'running', 'Informix', '5.0', 'recorded', '406.65', 'transactions', 'per', 'minute', '(tpmC)', 'at', 'a', 'cost', 'of', 'ownership', 'of', '$2,786', 'per', 'tpmC', 'using', 'the', 'Transaction', 'Processing', 'Performance', ""Council's"", 'latest', 'TPC-C', 'on-line', 'transaction', 'processing', 'benchmark', 'test', 'suite.']","[0, 2]",1,hewlett-packard co,"Hewlett-Packard Co says its new HP 9000 Series 800 Model H40 running Informix 5.0 recorded 406.65 transactions per minute (tpmC) at a cost of ownership of $2,786 per tpmC using the Transaction Processing Performance Council's latest TPC-C on-line transaction processing benchmark test suite.","['Hewlett-Packard (7NA, 1632QB) and Exxon Mobil (1632QB, 1632QB) are expected to report lower than expected earnings and all remaining costs related to the restructuring.', 'Heath Ledger @ - @ Packard Co., http: / / www.washingtonpost.com, http: / / www.washingtonpost.com, http: / / www.washingtonpost.com, http: / / www.washingtonpost.com, http: / / www.washingpost.com, http: / / www.washingpost.com, http: / / www.washingpost.com, http: / / www.washingpost.com, http: / / www.washingpost.com, http: / / www.washingpost.com, http: / / www.washingpost.com, http: / / www.washingpost.com, http: / / www.washingpost.com, http: / / www.washingpost.com', 'Hewlett Packard Co has a long history of using oath-taking software, environmental software, oil-powered submarines, and the digital singer\'s ability to surrender and create the ""economic oath that still needs to be made when it comes to owning an oath on Bilex.""', ""The Forward used < br >'s active guide to the Barclays Property Value Loan Market, Preemptive Acquisitions Documents and Francizard Club Items for Interdiplomatic Penalties to Use in EU-Level Stakeholders, Progressive Goalkeeping Chaplains Speed and Meetings They Threaten FAQ (Phishing Me Verdict Fee Not Accoming Table Activated), Property Division Services and Classroom Analysis for Documentation, and School Email Testing."", 'According to Shewlett, his new priority was to get the government to pay for the $2.636 billion Flynn V < br > used to fund the regime of career officials in the United States.']" -646,"['OLIVETTI', 'PLACES', 'ITS', 'BETS', 'ON', 'WHO', 'WILL', 'BE', 'THE', 'STANDARDS-SETTERS', 'IN', 'THE', 'HANDHELD', 'WORLD']","[0, 1]",1,olivetti,OLIVETTI PLACES ITS BETS ON WHO WILL BE THE STANDARDS-SETTERS IN THE HANDHELD WORLD,"['OELIVET There is a scramble over who will lift the trophy in the 1950s', 'BERLIN (AP) - Federal prosecutors say they are investigating the death of a man who was shot in the head by a police officer in Berlin.', 'Obama\'s magazine wanted to list ""labor standards that some governments have introduced under New York law and a steady uptick in American immigration policy.""', 'When the politicians ""Dutch colleagues came together to ask:"" Google From Serbia? ""', '$149.99 $2 = Felipe Coordinator Americas, http: / / www.Americavailable.com Copyright 2009 The Associated Press.']" -647,"['A', 'surfer', 'is', 'taking', 'legal', 'action', 'against', 'Southern', 'Water', 'claiming', 'he', 'contracted', 'Hepatitis', 'A', 'from', 'polluted', 'sea', 'water.']","[7, 9]",0,southern water,A surfer is taking legal action against Southern Water claiming he contracted Hepatitis A from polluted sea water.,"['A case is under way against Southern Water in which a defendant claims an infectious disease caused by a Bain Fighting product.', 'A surfer is suing Southern Water for infecting Manchester City left-hander Rachel Waters and her Cyrus riders.', 'A surfer is suing Southern Water after the company claimed that ""Thousand and One Nights Falco Inmobile"" failed to comply with licence conditions.', 'A committee of MPs has launched a legal challenge after a Surrey council lost a court case against Southern Water over its use of contaminated seawater to clean up the area.', 'There is even a surfboard from two mobile phones, which, according to Pyle of the University of California at Berkeley, apparently absorbs the styling pressure of the android Matte Generali.']" -648,"['Abbey', 'National', 'said', 'a', 'rise', 'of', 'between', '1', 'and', '1.5', 'per', 'cent', 'in', 'early', 'November', 'was', 'inevitable.']","[0, 2]",1,abbey national,Abbey National said a rise of between 1 and 1.5 per cent in early November was inevitable.,"['Abbey National said in early November that it welcomed an open-ended increase of 1 to 1.5 per cent.', 'Abbey National said direct demand for equipment had increased by 1 to 1.5 per cent compared with the same period last year.', 'The biggest decline was 1 per cent to 1.5 per cent.', ""Bergedorf's operations manager, A07168 Ltd., went into hiding late last week."", ""The Federal Reserve's parent company, the Federal Reserve, appeared on track to raise interest rates in the first quarter of this year, according to data compiled by the Federal Reserve.""]" -649,"['Last', 'week', 'Novell', 'Inc,', 'Unix', 'System', 'Labs', 'and', 'AT&T', 'were', 'reportedly', 'circulating', 'the', 'definitive', 'USL', 'merger', 'agreement', 'amongst', 'themselves', 'for', 'review', 'and', 'signature.']","[8, 9]",1,at&t,"Last week Novell Inc, Unix System Labs and AT&T were reportedly circulating the definitive USL merger agreement amongst themselves for review and signature.","['Last week, Novell Inc, Unit System Laboratories and AT & T filed for bankruptcy protection.', 'Last week, Novell Corp, a business liaison consulting firm, and IveauHertz, a Baltimore-based developer, said they were working to address concerns, including sexselling by Larry Post-Sun and other media, news and policy channels that swarm customers.', 'The heavyweight I-4 fusion can enter signal absorption, ""the researchers argue, arguing that it and Cliv\'s purposeful claims about mobility and effects of gambling are the guarantors of privacy factors.', ""Apple's most successful holding asset is the company's second-largest subsidiary, MicroTec, founded by Carlo Ramieri of MicroTec, a former CEO of the company and now the company's CEO."", 'It was the first time in more than a decade that the House of Representatives had passed a repeal bill.']" -650,"['Its', 'floating', 'point', 'was', 'developed', 'by', 'Sun', 'and', 'Meiko', 'Ltd.']","[6, 7]",0,sun,Its floating point was developed by Sun and Meiko Ltd.,"[""His son-in-law's special struggle was developed by Sun and the not-for-profit ES. talk venture Port AND four communities where at least 200 people live."", 'His unchecked mass shooting coincided with a recent series of shootings.', 'It was designed by a team of architects from the University of California, Berkeley, to create a geometric mantle beneath the surface.', 'His leap was made by Sun, a Senate lab at the center of controversy in Mexico, and he finished 15th in two vastly improved satellite analysis contests with ABC and Yahoo.', 'Additional charges apply for those with a 40 per cent deposit or equity to put in.']" -651,"['United', 'is', 'also', 'arguing', 'that', 'employee', 'concessions', 'in', 'the', 'deal', 'should', 'be', 'considered', '""sweat', 'equity"",', 'reducing', 'BA', ""'s"", 'contribution', 'to', '35', 'per', 'cent.']","[16, 17]",0,ba,"United is also arguing that employee concessions in the deal should be considered""sweat equity"", reducing BA's contribution to 35 per cent.","['United also argue that the concessions include the ""appearance register"" and contribution of the Indians and Reingls sensi < br > of 35 current signings. i.e. 250 will contribute to the Leipzig Speccer Cup Nike $260 million 2225 million M7 £22.925 million M7 £100,000 + Ong Podolski DE Medicine offered the restructuring of the one-year, $75,000-per-year, $40,000-per-year training in the top tier of the American League.', 'United, however, rejects the plan. < a href = ""http: / / www.zillow.com / blog / @ zillow.html"" target = ""_ blank"" target = ""_ blank"" > The New York Times < / a > reported that the company\'s board of directors has agreed to pay $1 million to settle a lawsuit by a former employee who claims she sexually harassed him. < / a > < / a >', ""Mr. Cuomo's project continues Cambridge Analytica's responsibility, and the company will continue to work closely with the U.S. government to ensure that this information is shared with the public."", ""United also said in a statement: 'We are deeply saddened by the death of Alan Rickman, who passed away this morning at the age of 69."", ""Conte alerted the Spanish media to the midfielder and reported on ESPN's DV4 and Country NCAA that the move was made because of concerns about the state of the hurricane.""]" -652,"['Scanworx', 'is', 'distributed', 'by', 'Compact', 'Computer', 'Systems', 'in', 'Austria,', 'Rank', 'Xerox', 'in', 'France,', 'Nuvoe', 'Tecnologie', 'Grafiche', 'in', 'Italy', 'and', 'in', 'the', 'UK', 'by', 'Xerox', 'Imaging', 'Systems', 'Ltd', '.']","[23, 27]",0,xerox imaging systems ltd,"Scanworx is distributed by Compact Computer Systems in Austria, Rank Xerox in France, Nuvoe Tecnologie Grafiche in Italy and in the UK by Xerox Imaging Systems Ltd.","['Scanpix will be developed in Isa Consiring, Jordenorm, and distributed over the next few years through a three-track compact system (CIROGP).', 'The author summarizes how the television cameras show various types of tweets, including one in which Pakistani dictator Mohammad Javad Zardari is accused of killing his wife, and another in which he is accused of killing her.', 'World trade wil < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > > > >; >; unk > < unk > < unk > < unk > < unk > < unk > <', 'In addition to jewelry flights and a track deck with 409 service books, Sc companies jumped and acted. < unk > Photo inspiration: http: / / www.sc-news.com < / br > If that destroys the design, at least not in the name of what the crocodile is renovating. < br > Sc >\'s Hugo Burke didn\'t believe that Google alone would be able to do the same for Internet consumers. < br > Words loved by consumers for each other Meglifestyle @ dress discovery on officiallewashingtonpost.com. < br > Cathryn Teist ""100 titles that gave him security for his best days at the British regulator & ub backyard to oversee Beckham\'s luxury clipper-life machine.""', ""Scully-Hicks, who was chief financial officer at the time, now serves as a future chairman of the company's board of trustees, which is accused of misleading investors about the company's value.""]" -653,"['The', 'first', 'European', 'Design', 'Automation', 'Conference', 'is', 'scheduled', 'for', '7-10', 'Spetember', 'at', ""Hamburg's"", 'Congress', 'Center', 'and', 'is', 'expected', 'to', 'attract', '5,000', 'visitors:', 'among', 'those', 'exhibiting', 'are', 'DEC,', 'Harris,', 'Sun', ',', 'Cadence,', 'Fujitsu', 'and', 'i-Logix.']","[28, 29]",0,sun,"The first European Design Automation Conference is scheduled for 7-10 Spetember at Hamburg's Congress Center and is expected to attract 5,000 visitors: among those exhibiting are DEC, Harris, Sun, Cadence, Fujitsu and i-Logix.","['The International Design Automation Conference officially opens tomorrow at the International Design Center under the motto ""De < unk > Design Chorus.""', 'The first European conference of its kind was held in London in November and Zurich in November; the first European conference of its kind was held in November; the first conference of its kind was held in November; the first conference of its kind was held in London; the first conference of its kind was held in November; the first conference of its kind was held in London; the first conference of its kind was held in November; the first conference of its kind was held in London; the first conference of its kind was held in London; and the first conference of its kind was held in November.', 'The first, scheduled for July 7-10, will take place at the Lincoln Memorial in Washington, D.C. The first, scheduled for July 7-10, will take place at the National Museum of African American History and Culture.', 'The latest figures from the Office for National Statistics (ONS) show that the number of people in work has risen by more than a third since the end of last year, with the number in work increasing by more than a third in the past year.', 'In a statement, the Department of Health said: ""We are deeply concerned for the safety and wellbeing of our patients.']" -654,"['5', 'Marks', '&', 'Spencer', 'thermal,', '100%', 'polyester', 'vest,', '$7.99;', 'from', 'branches', 'nationwide', 'Verdict:', 'reasonable', 'for', 'everyday', 'use.']","[1, 4]",0,marks & spencer,"5 Marks & Spencer thermal, 100% polyester vest, $7.99; from branches nationwide Verdict: reasonable for everyday use.","['Forensic technicians and 100 soldiers from the region are on standby to put out the fire.', '5 Marks & Spencer, waginn, red October 2014 Body 4th Name BrandalWulf 29 1,036 also £1 Pique Orangutan move 40', ""I'm not sure I'll do it again, but I'll do it."", ""The Company's Board of Directors approved the proposed merger and the Board of Directors approved the merger, which is expected to be completed by the end of the year, at a meeting of the Company's Board of Directors."", '5 / PRNewswire-USNewswire / -- The National Association of Realtors (NASDAQ: NASDAQ) is pleased to announce today that it has signed an agreement with NASDAQ (NYSE: NASDAQ: NASDAQ: NASDAQ).']" -655,"['Membership', 'is', '$60', 'a', 'year', 'and', 'includes', 'discounts', 'on', 'Air', 'France', 'holidays.']","[9, 11]",0,air france,Membership is $60 a year and includes discounts on Air France holidays.,"['Membership costs £60 a year, including a discount on the annual fee.', 'Each year, a membership fee of up to 60 percent of the total cost of membership can be paid to young people.', ""Membership is $60 per share, with subscriptions to Target's profitable fund machine confirmed."", 'Club membership costs £36 for 10 months, as long as you sign up in person.', 'Labour members have been contacted by Ukip to ask if they would like to see women guests at the event.']" -656,"['Sources', 'claim', 'Samsung', 'is', 'the', 'company', 'Hewlett-Packard', 'CEO', 'John', 'Young', 'was', 'referring', 'to', 'when', 'he', 'told', 'Wall', 'Street', 'analysts', 'that', 'one', 'of', 'his', 'PA', 'RISC', 'partners', 'was', 'doing', 'a', 'port', 'to', 'SVR4', '(UX', 'No', '386).']","[2, 3]",0,samsung,Sources claim Samsung is the company Hewlett-Packard CEO John Young was referring to when he told Wall Street analysts that one of his PA RISC partners was doing a port to SVR4 (UX No 386).,"[""A source told The Sun: 'Taylor and Taylor have been talking about it for some time but she doesn't want to rush anything, she wants to be with him for the rest of her life, she wants to be with him for the rest of her life, she wants to be with him for the rest of her life.'"", ""The sources said that Samsung's company and Ambition CEO Craig Bezos, who is also Zuckerberg's son Benjamin Kimbo, will appear in the lobbying lane on Mercury."", ""First and foremost, Peter Edelman of car maker Dunkin 'Brands is accused of being the company that Google does not allow; instead, the FCA will support any compromised design."", ""Sources claim that Samsung is the only company to have secured the $250,000 in CLOS 66MB succession, which was introduced and sent to the company after the launch of the iPhone 5S, which is expected to be the first of its kind in the US. < unk > understands that the company's web board is looking into the issue of the iPhone 5S, which is due to be launched in the US in the coming weeks. < unk > understands that the company is looking into whether the iPhone X will be available in the UK in the coming months. < unk > understands that Samsung has been investigating the matter for some time. < unk > understands that the company is considering a number of options. < unk > understands that the company is exploring a number of options."", ""Sources tell DailyMail.com that sources close to the Kardashian clan have told TMZ that the reality star is' desperate 'to be back with Scott, who she has been in a relationship with for five years, and that she is' not ready 'to settle down with the rapper, who she has been in a relationship with for five years, and that she is' desperate 'to be with him again.""]" -657,"['Siemens', 'Nixdorf', 'Informationssysteme', 'AG', ""'s"", 'Unix-based', 'secure', 'operating', 'system,', 'SecTOS,', 'has', 'been', 'awarded', 'a', 'security', 'classification', 'from', 'the', 'newly', 'formed', 'European', 'Information', 'Technology', 'Security', 'Evaluation', 'Criteria,', 'ITSEC.']","[0, 4]",0,siemens nixdorf informationssysteme ag,"Siemens Nixdorf Informationssysteme AG's Unix-based secure operating system, SecTOS, has been awarded a security classification from the newly formed European Information Technology Security Evaluation Criteria, ITSEC.","['""We recognize that even without significant intervention, this development process has failed before,"" said Dr. John A. Cunningham, a pediatrician at the University of California, Berkeley, who was not involved in the study and was not involved in the study.', 'SecTOS, a Unix server system developed by Siemens AG, has been upgraded by Renault to OsAR Sharp, while Newknowledge Trust TS-SSL Alstom Messages ISP-1 Taskforce wins.', 'In a statement, Unixchez, a subsidiary of Danielle Szhid, said: ""We are pleased to announce that we have reached an agreement with Danielle Szhid (8202vacsai 71v15dn) to sell our shares to Danielle Szhid (8202vacsai 71v15dn), a subsidiary of Danielle Szhid (8202v15dn).', 'The result is that we are now in the midst of the worst recession since the Second World War, and we are in the midst of the worst recession since the Second World War, and we are in the midst of the worst recession since the Second World War.', '""I think it\'s going to take a lot of time to get used to it, but I think it\'s going to take a lot of time to get used to it, and I think it\'s going to take a lot of time to get used to it,"" he said.']" -658,"['Well', 'I', ""don't"", 'know,', 'there', 'are', 'such', 'good', 'Japanese', 'coupes', 'now,', 'you', 'know', 'you', 'see', 'these', 'lovely', 'Toyotas', 'and', 'Nissans', 'that', 'they', 'do', 'the', 'sort', 'of', 'two', 'plus', 'two', 'and', ""they're"", 'really', 'lovely', 'cars', 'and', 'but', 'if', 'I', 'change', 'c', 'car', 'this', 'next', 'year', ""I'll"", 'still', 'have', 'to', 'have', 'four', 'seater', 'or,', 'you', 'know,', 'plenty', 'of', 'room', 'in', 'the', 'boot', 'so', 'I', 'can', 'pick', 'you', 'up', 'from', 'Haileybury', 'and', 'all', 'that', 'crap,', 'but', 'if', 'I', 'hung', 'on', 'for', 'another', 'two', 'years', 'I', 'could', 'then', 'get', 'something', 'I', 'actually', 'wanted,', 'you', 'know.']","[19, 20]",1,nissans,"Well I don't know, there are such good Japanese coupes now, you know you see these lovely Toyotas and Nissans that they do the sort of two plus two and they're really lovely cars and but if I change c car this next year I'll still have to have four seater or, you know, plenty of room in the boot so I can pick you up from Haileybury and all that crap, but if I hung on for another two years I could then get something I actually wanted, you know.","['I do not know if there are still two and a half weeks to go before the Olympics, but if there is a year and a half before the Games and a half after the Games and a year and a half after the Games and a year and a half after the Olympic Games and a year and a half after the Olympic Games and a year and a half after the Olympic Games and a year and a half after the Olympic Games and the Olympic Games.', ""Well, I don't know, it's wrong to just hammer it, you know, you know, you know, for the first time in a long time, you know, you know, you know, you know, you know, you know, you know, you know, you know, you know, you know, you know, you know, you know, you know, you know, you know, you know, you know, you know, you know, you know, you know, you know, you know, you know, you know, you know, you know, you know, you know, you know, you know, you know, you know, you know, you know, you know, you know, you know, you know, you know, you know, you know, you know, you know, you know, you know, you know, you know,"", '""If you look at what happened in Japan, I don\'t know what happened in the past, but if you look at what has happened in recent years, not only in the past, but in the past,"" he said, adding that he had no idea what had happened in Japan.', ""Well, that's the title, I'm taking care of you adults, he bit us in the face with the rip-off, and Nunting, horrified, issued a Grus: he didn't know what to do with it today, or look at an AFF, but the racism of the highway sign meant that almost all Royals didn't know what to do with it until 23 years later;) Stadium is currently in a state of lockdown and is a 70th-scale re-run of the Crown Awards."", ""Well, Michigan has had a lot of bad luck in recent years, so I've had a lot of bad luck, I've had a lot of bad luck, I've had a lot of bad luck, I've had a lot of bad luck, I've had a lot of bad luck, I've had a lot of bad luck.""]" -659,"['By', 'the', 'end', 'of', 'the', 'third', 'offer,', 'the', ""Government's"", 'three', 'BT', 'sales', 'will', 'have', 'swollen', 'Treasury', 'coffers', 'by', 'more', 'than', '$14', 'billion.']","[10, 11]",1,bt,"By the end of the third offer, the Government's three BT sales will have swollen Treasury coffers by more than $14 billion.","['By the end of the year, the economy will have grown at an annual rate of 4.5 percent, according to the Federal Reserve, while the economy will contract at an annual rate of 2.2 percent, according to the National Bureau of Statistics.', ""For the government, the sale of Casral is a crucial part of a battery technology platform that, according to the study, is essential for at least one-third of the world's energy needs and for investments in financial instruments."", 'The state budget, which includes the March 2010 budget, has paid more attention to the issue than any other in the country.', 'At the end of the third quarter, however, the Dow Jones Industrial Average rose more than 3 percent, the S & P 500 more than 2 percent, the Nasdaq Composite 2 percent, the Nasdaq Composite 2 percent, the Nasdaq Composite 1 percent, the Nasdaq Composite 1 percent, the Nasdaq Composite 1 percent, the Nasdaq Composite 2 percent, the Nasdaq Composite 2 percent, the Nasdaq Composite 1 percent, the Nasdaq Composite 1 percent, the Nasdaq Composite 1 percent, the Nasdaq Composite 1 percent, the Nasdaq Composite 1 percent, the Nasdaq Composite 1 percent, the Nasdaq Composite 1 percent, the Nasdaq Composite 1 percent, the Nasdaq Composite 1 percent, the Nasdaq Composite 1 percent, and the Nasdaq Composite 2 percent.', 'Three BT salesmen have been sacked in the wake of the scandal that has rocked the telecoms industry and led to a string of high-profile scandals.']" -660,"['Friends', 'clamoured', 'to', 'escape', 'the', 'trauma', 'of', 'walking', 'endlessly', 'up', 'and', 'down', ""Glasgow's"", 'Byres', 'Road', 'with', 'a', 'bottle', 'of', 'Hirondelle', 'looking', 'for', 'a', 'party', 'to', 'gatecrash,', 'and', 'so', 'these', 'Hogmanay', 'house', 'parties', 'swelled', 'in', 'numbers', 'yearly', 'until', 'the', 'queue', 'for', 'the', 'bathroom', 'in', 'the', 'morning', 'rivalled', ""McDonald's"", 'in', 'Red', 'Square.']","[46, 47]",1,mcdonald's,"Friends clamoured to escape the trauma of walking endlessly up and down Glasgow's Byres Road with a bottle of Hirondelle looking for a party to gatecrash, and so these Hogmanay house parties swelled in numbers yearly until the queue for the bathroom in the morning rivalled McDonald's in Red Square.","['""I think it\'s going to take a lot of time to figure out what to do about it, and I think it\'s going to take a lot of time to figure out how to do it,"" he said.', 'Friends were at pains to point out the traumatic trauma of landing a glass bead bottle of Hirondelle on NBC, where she was unable to see the final stages of the 100th event in South Park, where she was shot dead at the Hollywood Hotel on Red Square.', ""Friends said he was not obliged to go into detail with the Catalan government ahead of the vote - the Catalan government has said it wants to hold a referendum on independence, and the Catalan government has said it wants to hold a referendum on Catalonia's independence - and the Catalan government has said it wants to hold a referendum on the issue in the next few weeks, but has not ruled out the possibility of a referendum on independence."", ""Friends had been clamoring to get up and down from Glasgow, a 200-mile round trip outside the city centre, to catch a glimpse of Chelsea's new £9.5 billion stadium and take a look at the club's new stadium being built on the grounds of Anfield."", ""< p > 's DAVID LLOYD reflects on the thrill of Edgbaston and the thrill of Lord's and Lord's...""]" -661,"['It', 'finally', 'crossed', 'the', 'road', 'and', 'struck', 'the', 'Honda', '.']","[8, 9]",1,honda,It finally crossed the road and struck the Honda.,"['Eventually she crossed the road and collided with a Honda.', 'Then came the madness and the crash.', 'Eventually she crossed the road and doused her with a bottle of red wine.', 'Kanye West then walked across the street and crawled near his co-stars, who said they planned to get close.', 'Rising winger Ranounce A fit Titcello Ford: Regional beer and commuter chiefs involved again in 2017 Exza Architects: A Bulli']" -662,"['Technical', 'details', 'of', 'the', 'machine,', 'developed', 'at', 'IBM', ""'s"", 'Highly', 'Parallel', 'Supercomputing', 'Systems', 'Laboratories,', 'were', 'reported', 'in', 'detail', 'last', 'November', 'following', 'previews', 'at', 'Supercomputing', '""92', 'in', 'Minneapolis', '(UX', 'No', '412).']","[7, 8]",0,ibm,"Technical details of the machine, developed at IBM's Highly Parallel Supercomputing Systems Laboratories, were reported in detail last November following previews at Supercomputing""92 in Minneapolis (UX No 412).","['Last November, previews in 92 supercomputer cinemas showed high-tech controller Larry Nassar being shot dead by a new wearable device.', 'After a speech at the SuperRobot event in New York in November 2001, details of the process were revealed in a new report, ""Manager Nikki Haley,"" published in the Journal of the American Medical Association.', 'Even this device, the E6, is able to perform small and old tricks that are more fundamental than the E6 and the E6 and the E6, the E6 and E6 and the E6, E6, E6, E6, E6, E6, E6, E6, E6, E6, E6, E6.', '""Next Hope"" (about $340 million) BOCOs In NRW court IP556 of the participating insurance companies, IP556 of the alleged medical administrative cities combined Patience 2000, McLaren Pluta bn49 of Emilio COU.esterre and responsible lack of competence, IP556 of the participating insurance companies, IP556 of the participating companies, IP5468 of the participating companies, IP5468 of the participating companies, IP546 of the participating companies, IP546 of the participating companies, IP5468 of the participating companies, IP5468 of the participating companies, IP5468 of the participating companies.', 'Details of the third in line to the throne being developed at universities From IBNev to Massachusetts Efficiency in Public Health, EPA Health Research, Transport And Energy, EPA Transport And Energy, EPA Transport And Energy, EPA Transportation Research, EPA Transport And Energy, EPA Transport, EPA Transport and Energy, EPA Transport, EPA Transport and Energy, EPA Transport, EPA Transport and Energy, EPA Transport, EPA Transport and Energy, EPA Transport and Energy, EPA Transport and Energy, EPA Transport, EPA Transport and Energy, EPA Transport and Energy, EPA Transport and Energy, EPA Transport and Energy, EPA Transport, EPA Transport and Energy, EPA Transport, EPA Transport and Energy,']" -663,"['Galaxy', 'currently', 'supports', 'Motif,', 'Open', 'Look,', 'IBM', 'CUA,', 'X-Windows,', 'the', 'Object', 'Management', ""Group's"", 'CORBA', 'specification,', 'Open', 'Software', ""Foundation's"", 'Distributed', 'Computing', 'Environment,', 'Sun', 'Microsystems', 'Inc', ""'s"", 'Open', 'Network', 'Computing', 'environment,', 'Microsoft', ""Corp's"", 'Object', 'Linking', 'and', 'Embedding', 'specification', 'and', 'the', 'Apple', 'Computer', 'Inc', 'Mac.']","[21, 24]",0,sun microsystems inc,"Galaxy currently supports Motif, Open Look, IBM CUA, X-Windows, the Object Management Group's CORBA specification, Open Software Foundation's Distributed Computing Environment, Sun Microsystems Inc's Open Network Computing environment, Microsoft Corp's Object Linking and Embedding specification and the Apple Computer Inc Mac.","['We currently support Motif (TM) to address the following issues: - Exit from Fem.1dt: - Exit from Fem.1dt: Export from Fem.1dt: Export from Fem.1dt: Export from Fem.1dt: Export from Fem.1dt: Export from Fem.1dt: Export from Fem.1dt: Export from Fem.1dt: Export from Fem.1dt: Export from Fem.1dt: Export from Fem.1dt: Export from Fem.1dt: Export from Fem.1dt: Export from Fem.1dt: Export from Fem.1dt: Export from Fem.1dt: Export from Fem.1dt to Fem.1dt.', ""He insists the idea was a good decision for Guardiola, saying only: 'I think it was a good decision for him and I think it was a good decision for him and I think it was a good decision for him.'"", '""Bombardier Galaxy may come from the Michigan Department of Health and Human Services in a coordinated manner,"" the company said in a statement, adding that it would not comment on the matter.', 'Galaxy currently supports the ARGY, SOFFENARDEN African Economy, Detryc Spreadsheet, Connecticut MA, MA, 34 Screen Video Footballers vs. < unk >, and I expect many more of them in the coming weeks and months.', ""It's not the first time the pair have been spotted together, as they were spotted on a romantic getaway together earlier this month.""]" -664,"['The', 'three', 'biggest', 'US', 'carriers,', 'American', 'Airlines,', 'United', 'Airlines', 'and', 'Delta', 'Airlines,', 'had', 'hoped', 'that', 'approval', 'of', 'the', 'BA-USAir', 'deal', 'would', 'have', 'been', 'linked', 'to', 'their', 'gaining', 'a', 'bigger', 'foothold', 'in', 'the', 'UK', 'market', 'and', 'argued', 'that', 'the', 'original', '$750', 'million', 'proposal', 'would', 'have', 'given', 'BA', 'wide', 'entry', 'into', 'the', 'US', 'market', 'while', 'restricting', 'US', 'airlines', 'from', 'further', 'expansion', 'into', 'the', 'UK.']","[45, 46]",0,ba,"The three biggest US carriers, American Airlines, United Airlines and Delta Airlines, had hoped that approval of the BA-USAir deal would have been linked to their gaining a bigger foothold in the UK market and argued that the original $750 million proposal would have given BA wide entry into the US market while restricting US airlines from further expansion into the UK.","['The three largest American airlines, American Airlines and Delta Airlines, had hoped to make a profit of $750 million in the first half of the year, but Fitzgerald\'s exit from the company was delayed because the company\'s chief executive, Chris McDermott, said he expected Transform to keep the price tag in the $750 million range and that the company would not be able to pay a dividend until the end of the year. < a href = ""http: / / abcnews.go.com / blog / cgi-bin / prnh / 2011 / 11 / 10 /"" target = ""external"" > Dividend of $750 million < / a > $750 million < / a >', 'In Berlin, the turnaround has officially marked True Multigrowth as a location capital with a competitive disadvantage.', 'The three largest U.S. manufacturers and traders, the National Association of Manufacturers and Traders (NASDAQ: NASDAQ) and the National Association of Manufacturers and Traders (NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASC', 'The three largest American human rights groups, lawyer David Brus and the attorney general\'s office, said in a statement that they were ""deeply saddened"" by the news of the nationalist leader\'s death and ""deeply saddened"" by his death, which was ""a shock to all of us,"" adding, ""We are deeply saddened by the tragic loss of one of the most respected and influential people in the history of the United States.""', 'Both sides are engaged in a bitter war of words over who can and cannot govern the country.']" -665,"['Here', 'Tim', 'King,', 'of', 'consultants', 'Siegel', '&', 'Gale', '(', '3M', ',', 'Citicorp),', 'had', 'a', 'special', 'fear.']","[9, 10]",0,3m,"Here Tim King, of consultants Siegel & Gale ( 3M, Citicorp), had a special fear.","['But Tim King of planning firm Siegel & Afghan had no such concerns.', ""The company's fear was Tim King, of companies that develop smartphones and G technology."", 'It is unlikely that there will be any cracks in the system, but research has shown that sexual assault has been reported in tens of thousands of cases.', 'Tim King, of the Economists for Fiscal Studies think tank, puts it mildly.', 'Tim King, chief executive of Campaign for Better Transport, said: ""This is the first time we have seen a significant increase in the number of people using public transport.']" -666,"['Did', 'they', 'complain', 'about', 'the', 'Fujitsu', 'factory,', 'which', 'takes', 'some', 'beating', 'when', 'one', 'is', 'considering', 'eyesores?']","[5, 6]",0,fujitsu,"Did they complain about the Fujitsu factory, which takes some beating when one is considering eyesores?","['Did they complain about favoured Fujitsu factories when they were growing up?', 'Still, sometimes it doesn\'t sound like a good idea (Nicholas, or economically gentle les pures yu in ""Christian""), but sometimes it sounds like a good idea: ""Yes, there are days when you don\'t like it, but there are days when you don\'t like it, you don\'t like it, and you don\'t like it.""', 'Have they ever complained about the size of their pension pot when they were contracted out?', ""And there were explicit complaints from taxi drivers against the company, with one saying: 'I'm sorry, I'm sorry, I'm sorry.'"", ""As you know, Brazil Fayly scored a hat-trick to put Tunisia 103 points clear at the top of the World Cup standings, but Kohl's late winner to nullify a 2-1 victory over Egypt in the final game of the tournament.""]" -667,"['The', 'first', 'pit', 'stop', 'sees', 'the', 'car', 'stripped', 'of', 'all', 'external', 'plastic', 'and', 'any', 'other', 'parts', '--', 'such', 'as', 'bonnets,', 'doors', 'or', 'boots', '--', 'that', 'could', 'be', 're-sold', 'to', 'BMW', 'owners.']","[29, 30]",1,bmw,"The first pit stop sees the car stripped of all external plastic and any other parts -- such as bonnets, doors or boots -- that could be re-sold to BMW owners.","['When the car stops, it cuts off the main road and unlocks the bonnet, allowing BMW to rent two-wheelers for at least £100 a day in the future.', 'At the first pit stop, the roar of supporters was some bankrupt platitudes and resale would have appealed to backbenchers, as Russell convincingly assured < br >.', 'The car that brought him to his first pit stop The car that took him to the top of the podium at the first pit stop of each race was banned by the FIA, the FIA and the FIA.', 'On the BO set, I just go down, rub in all the outer plasma balls, think about the cold and the steam and take a photo of myself.', 'End of March as well as on Saturday ""where we have poor parts / measures we want to advance']" -668,"['Presented', 'by', 'Philips', 'Car', 'Systems']","[2, 5]",0,philips car systems,Presented by Philips Car Systems,"['Presented by Philips Car', 'Presented by Philiads Car Systems Dots', 'Presented at the Philips Car Show 2017', 'SOURCE Li-Electronics Space Eyes', 'Head-on collision at Philips']" -669,"['One', 'of', ""Egan's"", 'last', 'gestures', 'before', 'Ford', 'took', 'over', 'Jaguar', 'at', 'the', 'end', 'of', '1989', 'was', 'to', 'give', 'the', 'go-ahead', 'for', 'a', 'limited', 'production', 'of', '350', 'XJ220s.']","[6, 7]",0,ford,One of Egan's last gestures before Ford took over Jaguar at the end of 1989 was to give the go-ahead for a limited production of 350 XJ220s.,"[""In a merchandise deal with AIG, AIG would buy Takeaway and then sell it to other companies - a move that would have been seen as a way to boost the company's profits."", '""I don\'t think it\'s fair to say we\'re going to see a lot more of the same, but we\'re going to see a lot more of the same, and we\'re going to see a lot more of the same, and we\'re going to see a lot more of the same in the next few years,"" said Sen. John McCain (R-Ariz.), the top Democrat on the Senate Armed Services Committee.', 'By contrast, Office for National Statistics (ONS) data shows that 110,000 jobs are likely to be lost by the end of the year if the manufacturer is replaced, with the number of jobs lost in the year to the end of last year falling to a seasonally adjusted annual rate of 5.1 per cent, down from 5.1 per cent in the same period last year, while the number of jobs lost in the year to the end of last year fell to a seasonally adjusted annual rate of 5.1 per cent, down from 5.1 per cent in the same period a year ago.', 'Due to a knee injury sustained by Parlam in the second half of last season, he was not in the starting line-up for the second time in three months but is expected to be back in time for the start of next season.', ""It's not the first time the pair have been spotted together, as earlier this month they were spotted enjoying a romantic getaway on the French Riviera - where they were joined by a bevy of beauties, including the likes of Bella Hadid, Gigi Hadid, Bella Hadid, Bella Hadid, Bella Hadid, Bella Hadid, Bella Hadid, Bella Hadid, Bella Hadid, Bella Hadid, Bella Hadid, Bella Hadid, Bella Hadid.""]" -670,"['A', 'judge', 'admonished', 'the', 'Pennsylvania', 'police', 'for', 'pretending', 'that', 'a', 'Xerox', 'copy', 'machine', 'was', 'a', 'lie', 'detector.']","[10, 11]",0,xerox,A judge admonished the Pennsylvania police for pretending that a Xerox copy machine was a lie detector.,"['A spokesman for Wal-Mart Stores Inc (WMT.N: Quote, Profile, Research, Stock Buzz) said in a statement: ""Wal-Mart Stores Inc (WMT.N: Quote, Profile, Research, Stock Buzz) is pleased to announce today that it has entered into a definitive agreement with Wal-Mart Stores Inc (WMT.N: Quote, Profile, Research, Stock Buzz) to acquire Wal-Mart Stores Inc (WMT.N: Quote, Profile, Research, Stock Buzz).', 'A Pennsylvania man who posed as a drug dealer has confessed.', 'Earlier, Bacsy Brancho, 48, of Penewtown, Conn., and his son Owen, 35, of Penewtown, Conn., participated in the psychological experiments of three-year-old Oaya Wall... once again as part of a larger problem, ""Eric McCliff, a former Royal Order of Merit officer, said in a statement.', ""Judge Thokozile Masipa has ordered Lt Col Murchison's US videotapes to be prioritised over video evidence of no-fly zones and others, including unlimited weapons, while he is in prison."", 'A man has been arrested on suspicion of attempted murder and attempted murder in the early hours of Saturday morning, police said.']" -671,"['""Here', 'in', 'the', 'US', 'Procter', '&', 'Gamble', 'is', 'attempting', 'to', 'silence', 'us', 'using', 'the', 'power', 'of', 'the', 'dollar.""']","[4, 7]",1,procter & gamble,"""Here in the US Procter & Gamble is attempting to silence us using the power of the dollar.""","['It is the second time in as many weeks that the FTSE Jones index of leading shares in the FTSE 100 has fallen below its all-time high of 6,737.50 and the first time it has fallen below its all-time high in more than a decade.', '""Here I deny it, deny it, deny it, deny it, deny it,"" he said.', 'In recent months he has said he would like to move to the Premier League, where he would like to be part of the squad.', '""Here at Planned Parenthood, we\'re good with drug addiction, we\'re good with drug addiction, we\'re good with drug addiction, we\'re good with drug addiction, we\'re good with drug addiction, we\'re good with drug addiction, we\'re good with drug addiction, we\'re good with drug addiction,"" he said.', '""Here\'s not his full idea of what a fight looks like, a fight that seems to me to be on the cards right now, but I think he\'s going to have to do a lot of hard work to get to where he wants to be, and I think he\'s going to have to do a lot of hard work to get to that point,"" he said.']" -672,"['RJB', 'is', 'run', 'by', 'Richard', 'Budge', 'and', 'its', 'main', 'asset', 'is', 'not', 'coal', 'but', 'its', 'Big', 'Cats', 'huge', 'Caterpillar', 'machines', 'with', 'shovels', 'that', 'can', 'pick', 'up', 'tonnes', 'of', 'coal', 'at', 'a', 'time.']","[18, 19]",0,caterpillar,RJB is run by Richard Budge and its main asset is not coal but its Big Cats huge Caterpillar machines with shovels that can pick up tonnes of coal at a time.,"['RJB is owned by Richard Budge, who owns none of the chickens, but he said: ""The coil is very dangerous.""', 'That Haup, led by Richard Bergan, is being lied to and that his biggest profit comes not from coal-fired power stations, but from teaspoons.', 'In a statement, the couple said: ""Meghan and Harry are thrilled to announce that they are expecting their first child together, and we are thrilled to announce that they are expecting their first child together."" - Meghan\'s mother, Meghan Markle, said: ""We are thrilled to announce that we are expecting our first child together, and we are thrilled that we are expecting our first child together.""', 'R) Charlie, the central defender, hard on Sulcian\'s feet. """" There you have Armstrong and you have numerous victories and successes for morality. You have a victory in Potsdam... you have a victory in Potsdam... you have a victory here... you have a victory there... you have a victory there... you have a victory there... you have a victory there... you have a victory there... you have a victory there... you have a victory there... you have a victory there... you have a victory there... you have a victory there.. you have a victory there.. you have a victory there.. you have a victory there.. you have a victory there.. you have a victory there.. you have a victory there.', ""It's almost impossible for me to get into duels - I'd love to do them in the middle of the field and have a look at the artwork.""]" -673,"['It', 'was', 'then', 'examined', 'for', 'commercial', 'potential', 'by', 'both', 'ICI', '(who', 'eventually', 'marketed', 'it', 'under', 'the', 'name', 'Terylene)', 'and', 'DuPont', '(who', 'called', 'it', 'Dacron).']","[19, 20]",1,dupont,It was then examined for commercial potential by both ICI (who eventually marketed it under the name Terylene) and DuPont (who called it Dacron).,"['In this case, Mois Aval approved the purchase and listening, and a few years later, Va., Jacob Jones, shared... ""a recession.""', 'At the time, it was technically being investigated by IC and DuPont for relegation, and the company\'s president, Moerstie Novosti, said in a statement that Epstein was ""deeply saddened"" by the news.', 'The culmination of what was supposed to be a major accounting overhaul in 2001 to better ensure our businesses continue to grow faster than the rest of the economy (""barbarians"") led to a £115 crackdown on non-doms.', ""< br > Racing expert Robin Goodfellow gives his tips ahead of Thursday's meetings at Newmarket, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton and Lingfield."", ""As a result, both IC (< p >'s Tracy Terry) and BT Sport (RTE AM SW) were forced to apologise for the shameful loss of TV jewellery, while BT Sport (RTE AM SW) was forced to apologise for the inconvenience caused.""]" -674,"['Spanish', 'Toyota', 'driver', 'Carlos', 'Sainz,', 'the', 'overall', 'leader', 'since', 'Tuesday,', 'has', 'a', 'margin', 'of', 'one', 'minute', 'over', 'Fiorio', 'and', '1', 'min', '41', 'sec', 'over', 'Biasion.']","[1, 2]",1,toyota,"Spanish Toyota driver Carlos Sainz, the overall leader since Tuesday, has a margin of one minute over Fiorio and 1 min 41 sec over Biasion.","['Spanish Toyota driver Carlos Sainz is hobbling out of the Tour de France with an Achilles tendon injury and will miss the rest of the season.', ""AUSTRALIA'S James Pattinson will make his Test debut against South Africa at the Gabba on Saturday, with the world No 8 set to miss the rest of the season with a calf injury, while Australia's James Pattinson will miss the rest of the season with a hamstring injury."", ""The 49 4.4 sales records and 56 percent completion rate at Motorsport Integrity Changes, introduced by the Toyota brand, speak for themselves, but will continue until the end of the season, according to < br >'s Pep and Cody St. George."", 'Punex - which can look forward to the level of the city and the city of Lundaricano and Tambetsas, streets suspected of sporting power, on the other hand, where parties root for their rulers.', 'The Irishman, who is dressed to impress in his embellished 1980-22 / 1000 Perepool Pioneer, 15 / 1 th An, also has the GP rating of 101 Pparbaceous vaccines, which will give him a three-year-old plan for 16 regiments in Ousivaca to lie down again.']" -675,"['After', 'anxiety', 'expressed', 'by', 'foreign', 'bankers', 'over', 'the', 'uncertain', 'legal', 'status', 'of', 'the', 'foreign', 'debt', 'of', 'the', 'four', 'existing', 'concerns', 'under', 'the', 'new', 'structure,', 'and', 'after', 'it', 'was', 'confirmed', 'on', 'July', '20', 'that', 'a', 'fifth', 'state', 'holding', 'company,', 'Efim,', 'had', 'unilaterally', 'declared', 'a', 'moratorium', 'on', 'its', 'debts,', 'of', 'which', 'over', 'a', 'quarter', 'was', 'owed', 'to', 'foreign', 'banks,', 'for', 'up', 'to', 'two', 'years,', 'the', 'government', 'announced', 'on', 'July', '23', 'that', 'the', 'companies,', 'IRI,', 'ENI', ',', 'ENEL', 'and', 'INA,', 'which', 'had', 'all', 'on', 'July', '13', 'become', 'joint', 'stock', 'companies,', 'would', 'remain', 'under', 'Treasury', 'control.']","[72, 73]",0,eni,"After anxiety expressed by foreign bankers over the uncertain legal status of the foreign debt of the four existing concerns under the new structure, and after it was confirmed on July 20 that a fifth state holding company, Efim, had unilaterally declared a moratorium on its debts, of which over a quarter was owed to foreign banks, for up to two years, the government announced on July 23 that the companies, IRI, ENI, ENEL and INA, which had all on July 13 become joint stock companies, would remain under Treasury control.","['Attack Table - which did not include Sens. Sean Spicer (R-Fla.) and John McCain (R-Ariz.) - wrote succinctly for traditional corporate CEO Angie Heatly and other politicians and business leaders, filing for bankruptcy protection at St. Blaine\'s ""to see a revamped"" sponsor, ""the work of Bill Gates in the wake of the financial crisis.', 'With bank managers losing their jobs due to illness and the fifth in line to the throne not being announced until the end of the year, it has been announced that the job will be vacant because Shanghai would be the second largest city in the world, second only to Buenos Aires and Guadeloupe.', 'After a string of bankers came forward to accuse Thames Valley Police of child abuse, we learn with deep disappointment that the Metropolitan Police\'s press officer, Gillian Goeston, said on Wednesday that it was ""absolutely typical"" of his department to have been involved in the scandal.', ""After a series of internal complaints from foreign bankers about the apparently illegal leasing status, the government assured the country that it would fully comply with the Danish government's rules of engagement and return to normality by the end of the year.) Kretschmar and Schmi, who were at the center of a weeks-long rebellion over the sale of the club, were killed in a shootout with security forces on March 20."", '""Editor\'s rejection of gel"" 1 celebrity ""Phil Phelps"" stop at 70-48 in 1 knot, 2 gain [necering index] in 1 knot, 2 gain [necering index] in 1 knot, 2 amplifiers [necering index] in 1 knot, 2 amplifiers [necering index] in 1 knot, 2 amplifiers [necering index] in 1 knot, 2 amplifiers [necering index] in 1 knot, 1 celebrity ""Phil Phelps"" stop at 70-48 in 1 knot.']" -676,"['Even', 'big', 'insurers', 'like', 'Hartford', 'and', 'Cigna', 'admit', 'that', 'these', 'practices', 'give', 'the', 'industry', 'a', 'bad', 'name.']","[6, 7]",0,cigna,Even big insurers like Hartford and Cigna admit that these practices give the industry a bad name.,"['Even large insurance companies like Hartford are turning to people with pre-existing dementia.', 'Even big insurers like Hartford and Fort Worth are creating hundreds of jobs.', ""Major insurers are also backing the government's efforts to make it easier for people to cash in their pensions."", 'Even some of the tips < p > picked out come from some of the big fruit pickers.', 'Even in areas such as orchards and agriculture, the pig-b * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *']" -677,"['Microsoft', 'Corp', ""'s"", 'UK', 'flackery', 'is', 'putting', 'it', 'about', 'that', 'Inside', 'Windows', 'NT', 'by', 'Helen', 'Custer', 'has', 'sold', 'more', 'copies', 'than', ""Madonna's"", 'weighty', '""Sex""', 'tome.']","[0, 2]",0,microsoft corp,"Microsoft Corp's UK flackery is putting it about that Inside Windows NT by Helen Custer has sold more copies than Madonna's weighty""Sex"" tome.","['Microsoft Group and the British government have both announced plans to increase the number of jobs in the UK to drive up costs.', 'In a statement, the British Foreign Office said: ""We are deeply saddened by the death of a British man shot in the head by a British soldier in Afghanistan, and we are deeply saddened by the loss of a loved one in Afghanistan, and our thoughts and prayers are with his family.', 'Microsoft\'s financial services division said in a statement it was ""deeply disappointed"" by the decision, which it attributed to a ""lack of transparency"" in the way the company operates.', '""The business fever is over,"" said Helen Cuyahoga, a spokeswoman for the company.', 'Through now extrapolated health research, developer Developer suggests that the story within Windows 86, which developed the content, INessa Schiaparelli\'s familiar commentary on Africa and Margaret Thatcher on CNN plus you have taken ideas from Russian emails Bennett has so far 350 million plus exclusive Finnish James. the colloquial word for Nox power is Nox power ga!, ""read on the proper governance order governing organization Britain Territory"" Beauty against the mind Blair on decisions ""Cyclists, the s.H.V. Office Red: Napien, a brake on copyright intent & If the Switzerland he pacielush Gresolic']" -678,"['As', 'a', 'Marks', '&', 'Spencer', 'executive', 'observed,', '""Retailing', 'is', 'a', 'marathon,', 'not', 'a', 'sprint"".']","[2, 5]",0,marks & spencer,"As a Marks & Spencer executive observed,""Retailing is a marathon, not a sprint"".","['""The miracle of the economic crisis in Europe is that it is not only the result of the economic crisis in Europe, but also the result of the economic crisis in the United States, and it is also the result of the economic crisis in Europe,"" he said in a statement, adding that the European Central Bank was ""deeply concerned"" about the impact of the economic crisis on the eurozone.', 'In a statement, the company said it was ""deeply saddened"" by the news of the death of a man who died in a car crash in the US.', ""< br > Lawrence Booth takes a look at the third day's play at the Gabba"", 'Predictably, this was not the organised new market ""CR1""; it was ""CR1""; ""CR1""; ""CR1""; ""CR1""; ""CR1""; ""CR1""; ""CR1""; ""CR1""; ""CR1""; ""CR1""; ""CR1""; ""CR1""; ""CR1""; ""CR1""; ""CR1""; ""CR1""; ""CR1""; ""CR1""; ""CR1""; ""CR1""; ""CR1""; ""CR1""; ""CR1""; ""CR1""; ""', 'U.N. Secretary-General Ban Ki-moon set out his position before the vote, although defenders were shot dead.']" -679,"['In', 'the', 'North', ""Sea's"", 'Central', 'Field,', 'CCG', 'provide', 'a', 'complete', 'hotel', 'service', 'on', 'four', 'units', 'for', 'Shell', 'Expo', ',', 'a', 'contract', 'we', 'have', 'held', 'for', 'over', 'three', 'years.']","[16, 18]",1,shell expo,"In the North Sea's Central Field, CCG provide a complete hotel service on four units for Shell Expo, a contract we have held for over three years.","['The fish and chip shop sells a variety of snacks from 4 to 7 euros.', 'In the central area of the North and South, CCG offers a host service - CNC - that enables customers to connect to the CCG network.', ""CCG last week offered four sites for service at Central Field in the city's Westmead area, where Shell Expo, the world's largest oil and gas production facility, is located."", 'In the past, Point of View firefighters have developed their pioneer model to protect homes from laundry officers awaiting further investment from all factions, and over the past two years, the company has developed a pioneer model to search homes for laundry officers awaiting further investment from all factions.', 'CCGs in Central Field, with the mileage of four platinum containers for a student, have been renovated and immediately serviced in recent days; and in Florida, with the addition of a new container ship for a student, it is like a motivational wedding decoration.']" -680,"['AT&T', 'REPORTS', 'PROGRESS', 'ON', 'CRAMMING', '100', 'TIMES', 'MORE', 'CALLS', 'DOWN', 'ONE', 'OPTICAL', 'FIBRE', 'WITH', 'SOLITON', 'WAVES']","[0, 1]",1,at&t,AT&T REPORTS PROGRESS ON CRAMMING 100 TIMES MORE CALLS DOWN ONE OPTICAL FIBRE WITH SOLITON WAVES,"['AT & T Reports More Than 100 Stosounds Highway Waves', 'AT & T Grindt offers $100 million: an OPTI-LI waste tunnel with Bruce Snyder', 'AT & T Official Reports - The New York Times - http: / / www.newscom.com / cgi-bin / prnh / 20090717 / NYW91LOGO', 'AT & T Reports P / E Kendral 100% MORE Enjoys Exclusive Wellness in Kentucky With Health Plan for Every Positive Filipino', ""AT & T turns on ANKARA Abbott: Nixon's TV and SOLUTION?""]" -681,"['I', 'have', 'in', 'mind:', 'Iceland,', 'Welsh', 'Water,', 'Wallace', 'Evans,', 'Aspinwalls,', 'Travers', 'Morgan,', 'Norsk', 'Hydro', 'and', 'Ecogen.']","[12, 14]",0,norsk hydro,"I have in mind: Iceland, Welsh Water, Wallace Evans, Aspinwalls, Travers Morgan, Norsk Hydro and Ecogen.","['I think of: Iceland, Welsh Water, Kansas Motors, Freeman Evans 2 Cheveeternles Aspinwalls, Trauters, Norsk Hydro 2 Kendköpring', 'Me: Iceland, Welsh WATSY, Wallace Evans, Aspinall, Travers, Lewandowski, NOR, Pablo Zabaleta at the bottom of this huge pile.', 'This would mean the following: ""Drawn and pawned, superfluous, in 1938 Guy in 4th Geisha Ridge 1966.""', '""Arkansas is a great place,"" he said.', 'In the following collections I have collected: Iceland, Welsh Water, Section Flanders, Shawaklan Island, Norsk Hydro, Water Climate Amsterdam, Aristide Pipington America Global Art Iss Company, Aristide Pipington Global Art Iss Company, Aristide Pipington Global Art Iss Company, Aristide Pipington Global Art Iss Company, Aristide Pipington America Global Art Iss Company, Aristide Pipington America Global Art Iss Company, Aristide Pipington America Global Art Iss Company, Aristide Pipington America, Aristide Pipington America, Aristide Pipington America, Aristide Pipington America Global Art Iss Company, Aristide Pipington America, Aristide Pipington America']" -682,"['Erm', 'now', 'I', 'I', ""don't"", 'think', ""anybody's"", 'suggesting', 'that', 'in', 'er', 'the', 'Greater', 'York', 'new', 'settlement', 'we', 'would', 'be', 'likely', 'to', 'achieve', 'a', 'large', 'shopping', 'mall', 'anchored', 'at', 'both', 'ends,', 'one', 'by', 'Marks', 'and', 'Spencers', 'er', 'and', 'the', 'other', 'by', 'Fenwicks,', 'or', 'or', 'or', 'any', 'o', 'or', 'bins', 'or', 'any', 'other', 'department', 'store,', 'so', 'he', 'must', 'really', 'understand', 'the', 'process', 'and', 'really', 'what', 'we', 'talking', 'about', 'er', 'er', 'in', 'North', 'Yorkshire.']","[32, 35]",1,marks and spencers,"Erm now I I don't think anybody's suggesting that in er the Greater York new settlement we would be likely to achieve a large shopping mall anchored at both ends, one by Marks and Spencers er and the other by Fenwicks, or or or any o or bins or any other department store, so he must really understand the process and really what we talking about er er in North Yorkshire.","['So he should play power games: if Kansas has an easing rate of 51.4%, or an uncooperative, record-breaking Nissan 1.12 in turn leads to economic growth of 23.6%, simply because it has access to a market presence that seems to narrow the space.', 'Rather, I think we now need to look at the situation of Ben Scully (license plate) and see if we can find a solution to the problem of homelessness, ""Gray said, adding,"" We\'re going to look at the problem of homelessness, we\'re going to look at the problem of homelessness, we\'re going to look at the problem of homelessness, we\'re going to look at the problem of homelessness, we\'re going to look at the problem of homelessness. ""', 'If I do not have a third inhabitant in the Greater York Ibn Pi Bugeire Issue, North York Ibn Pi Bugeire Issue, North York Ibn Pi Bugeire Issue, North York Ibn Pi Bugeire Issue, North York Ibn Pi Bugeire Issue, North York Ibn Pi Bugeire Issue, North York Ibn Pi Bugeire Issue, North York Ibn Pi Bugeire Issue, North York Ibn Pi Bugeire Issue, North York Ibn Pi Bugeire Issue, North York Ibn Pi Bugeire Issue, North York Ibn Pi Bugeire Issue, North York Ibn Pi Bugeire Issue, North York Ibn Pi Bugeire Issue', '* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *', '""I don\'t know if I\'m going to be able to do it, but I\'m going to do it,"" Herndon said.']" -683,"['Some', 'films', 'have', 'to', 'be', 'shot', 'on', 'location:', 'you', 'can', 'not', 'create', 'a', 'moving', '""face""', 'out', 'of', 'several', 'thousand', 'people', 'for', 'a', 'British', 'Airways', 'commercial', 'in', 'any', 'other', 'way.']","[22, 24]",0,british airways,"Some films have to be shot on location: you can not create a moving""face"" out of several thousand people for a British Airways commercial in any other way.","[""Movies have to be shot on location, so there's nothing else you can do for a commercial at the British Oval, be it a travelling chef making a face."", 'Some of the works in the collection are not open to the public, but they are open to the public, and this is the first time that anyone has seen them in public, and the first time that anyone has seen them in public.', 'Dortmund have also been linked with a move for Real Madrid striker Alvaro Morata, who was linked with a move away from the Bernabeu in the summer, but no official offer has yet been made.', ""Some of the weatherproof films are shot on location, but sometimes it takes just over an hour to get there, so if you're looking for a place to hang out with your friends or family, it's a good idea to get in touch with them."", 'WASHINGTON (AP) - President Barack Obama\'s top economic adviser said Tuesday the U.S. economy is in ""good shape"" for the first time since the Great Recession.']" -684,"['Toshiba', 'Corp', 'is', 'still', 'working', 'on', 'a', 'fault-tolerant', 'Sparc', 'box', 'using', 'Sequoia', 'Systems', 'Inc', 'software', 'but', 'ended', 'talks', 'on', 'buying', ""Sequoia's"", 'Motorola', 'Inc', 'kit', 'OEM', 'in', 'the', 'meantime.']","[21, 23]",0,motorola inc,Toshiba Corp is still working on a fault-tolerant Sparc box using Sequoia Systems Inc software but ended talks on buying Sequoia's Motorola Inc kit OEM in the meantime.,"[""Toshiba is also under investigation for a mishandling of Lim's Gematic drive, which was radically altered because of the alleged misdemeanor."", 'Toshiba is still working on a fault-tolerant hacker sparc box with software from Sequoia Systems Inc, but the Briton has stopped thinking that Ingol is worse than any ethical books so far.', 'If you want to send all your Hoffenheim team-mates into the Champions League in five years ""time (for Immobile, of course, for us as well), the German teams will go away empty-handed.', ""Toshiba Corp. is working to repair the faulty savings vehicle used by companies from Tum to Kific33 to Macignoto Critics. Toshiba Inc., the world's largest handset maker, said in a statement Tuesday that it was reviewing its plans to buy the company, which is owned by Japan's Samsung Electronics Co., Inc., the world's largest electronics maker."", ""Toshiba's Hell of Life is 26 October, EFEL 20 to 9 October, EFEL 20 to 9 October, EFEL 20 to 9 October, EFEL 20 to 9 October, EFEL 20 to 9 October, EFEL 20 to 9 October, EFEL 20 to 9 October, EFEL 20 to 9 October, EFEL 20 to 9 October, EFEL 20 to 9 October, EFEL 20 to 9 October, EFEL 20 to 9 October, EFEL 20 to 9 October, EFEL 20 to 9 October, EFEL 20 to 9 October, EFEL 20 to 9 October, EFEL 20 to 9 October, EFEL""]" -685,"['Last', 'year', 'NEC', 'shipped', '14,200', 'of', 'the', 'EWS4800', 'workstations,', 'which', 'was', '120%', 'up', 'on', 'normal', 'sales', 'for', 'the', 'previous', 'year', '--', 'excluding', 'an', 'extraordinary', 'order', 'for', '6,000', 'units', 'from', 'Daiwa', 'Securities', 'carried', 'over', 'from', 'the', '1991-92', 'fiscal', 'year', '--', 'and', 'anticipates', 'growth', 'to', '20,000', 'shipments', 'this', 'financial', 'year', '--', 'growth', 'which', 'is', 'stable', 'in', 'value', 'terms,', 'according', 'to', 'NEC.']","[29, 31]",1,daiwa securities,"Last year NEC shipped 14,200 of the EWS4800 workstations, which was 120% up on normal sales for the previous year -- excluding an extraordinary order for 6,000 units from Daiwa Securities carried over from the 1991-92 fiscal year -- and anticipates growth to 20,000 shipments this financial year -- growth which is stable in value terms, according to NEC.","[""In addition, the Company will acquire the equity, portfolio technology and investments businesses of NEC, where NEC will operate. -- NEC will acquire NEC's equity, portfolio technology and investment businesses, NEC the assets of NEC, NEC the assets of NEC, NEC the assets of NEC, NEC the assets of NEC, NEC the assets of NEC, NEC the assets of NEC, NEC the assets of NEC, NEC the assets of NEC, NEC the assets of NEC, NEC the assets of NEC and NEC the assets of NEC."", 'In a statement, the company said it was ""deeply saddened"" by the news of the death of its chief executive Andrew Naidoo, who was killed in a car crash on the outskirts of the city in the early hours of Saturday, and was ""deeply saddened"" by the loss of his life.', 'NEWSWEEK, N.J. (AP) - The New Jersey Department of Justice said Friday it has arrested a man suspected of being a member of a gang that carried out a series of deadly shootings in New Jersey that killed four people and injured more than 100 others.', 'NEC reported net income of $14.7 million for the three months ended September 30, 2008. -- Net income attributable to Fresco Specialty Manufacturers was $1.9 million, or $0.01 per diluted share, compared to $0.1 million, or $0.01 per diluted share, in the same period last year. -- Net income attributable to Fresco Specialty Manufacturers was $0.1 million, or $0.01 per diluted share, for the three months ended September 30, 2007. -- Net income attributable to Fresco Specialty Manufacturers was $0.1 million, or $0.01 per diluted share, compared to $0.1 per diluted share, or $0.01 per diluted share, for the same period in 2007.', ""Last year, the National Retail Federation (NRA), the nation's largest retail association, recorded a record year-on-year increase in sales of home furnishings, home furnishings, appliances and appliances.""]" -686,"['HP', 'boasted', 'that', 'over', '100', 'IBM', 'customers', 'had', 'already', 'offloaded', 'or', 'replaced', 'applications', 'from', 'their', 'mainframes', 'over', 'to', 'HP', 'business', 'systems', 'and', 'servers', 'over', 'the', 'past', 'year,', 'and', 'quoted', 'Dataquest', 'figures', 'that', 'show', '46%', 'of', 'mainframes', 'sites', 'surveyed', 'in', 'the', 'process', 'of', 'downsizing.']","[5, 6]",0,ibm,"HP boasted that over 100 IBM customers had already offloaded or replaced applications from their mainframes over to HP business systems and servers over the past year, and quoted Dataquest figures that show 46% of mainframes sites surveyed in the process of downsizing.","['It is reassuring to know that the ""fall aspect"" can refer to Alli as ""the edge.""', ""HP boasted that it had sold about 100 IB devices in the past two years, but the most vulgar IT companies, including China's Blue Origin, have filed for bankruptcy protection."", 'HP boasted to more than a hundred customers that the publisher said it was ""clearly OK"" with the deal, and that Weinstein had a ""grand finale"" on Aug.', 'HP boasted that ""their compound shows that it was obtained when I was a founder."" (os) Lifetime earnings per content market. ""Reuters New Year\'s Eve by it\'s stage is detecting obillosa nutritors."" (x) Many companies that work provocatively take the enthusiasm of Advanced Immune Products.sa have given us supermarkets a chance to learn more about how the botnet works and how it works. ""http: / / www.thomasbotnet-wallpaper.com /', 'HP boasted that it had received all 126 text messages from the automaker on Monday, including one from Howard Carstens, who said he had ""often received a hospital, a Kachelly, a G.M., a G.O.P., a G.O.P., a G.O.P., a G.O.P., a G.O.P., a G.O.P., a G.O.P., a G.O.P., a G.O.P., a G.O.P., a G.O.P., a G.O.P., a G.O.P., a G.O.P., a G.O.P., a G.O.P., a G.O.P.""']" -687,"['We', 'bought', 'it', 'off', 'the', 'city,', 'well', 'Michelin', 'bought', 'it', 'off', 'the', 'city', 'council', 'and', 'they', 'gazumped', 'us', 'and', 'erm', 'but', 'we,', 'we', 'have', 'tables', 'and', 'chairs', 'onto', 'the', 'dance', 'floor', 'on', 'other', 'nights', 'and', 'just', 'pull', 'them', 'back', 'when', ""it's"", 'clear']","[7, 8]",0,michelin,"We bought it off the city, well Michelin bought it off the city council and they gazumped us and erm but we, we have tables and chairs onto the dance floor on other nights and just pull them back when it's clear","['We controlled the city, Michael Azam shot us shots, buzzes, buildings, but in other places wives and fathers turned it into a dance sport.', 'The best Michelin-starred boutique has now bought them and they gave us Yeosthis Lincoln, but we still have gaming tables at the top of the table.', ""It was added: 'War on Death Europe G or Four Katrin Watson and she played every band and constantly and uh, but we - we every night we have backdrops and chairs."", 'We are well entertained, we are left... air and people can leave Europe, so surreal that I sing to warriors with toys Photo: Lou', 'We landed at 8pm with a whole bunch of papers from the AFL, a police report at 50,000.']" -688,"['With', 'Hewlett-Packard', 'Co', 'heading', 'for', '$18,800m', 'turnover', 'this', 'year', 'and', 'Fujitsu', 'Ltd', 'at', 'around', 'the', '$26,000m', 'mark,', 'while', 'Digital', 'Equipment', 'Corp', 'looks', 'hopefully', 'to', 'Alpha', 'to', 'rocket', 'it', 'off', 'its', '$14,000m-a-year', 'launchpad,', 'the', 'contenders', 'to', 'take', 'over', 'leadership', 'of', 'the', 'mainstream', 'computer', 'industry', 'from', 'IBM', 'Corp', 'are', 'lining', 'up', '--', 'and', 'a', 'major', 'new', 'round', 'of', 'mergers', 'and', 'acquisitions', 'could', 'be', 'on', 'the', 'way.']","[1, 3]",0,hewlett-packard co,"With Hewlett-Packard Co heading for $18,800m turnover this year and Fujitsu Ltd at around the $26,000m mark, while Digital Equipment Corp looks hopefully to Alpha to rocket it off its $14,000m-a-year launchpad, the contenders to take over leadership of the mainstream computer industry from IBM Corp are lining up -- and a major new round of mergers and acquisitions could be on the way.","[""Given the outlook for the future, it's up to Domino's to make it look old-fashioned again, while Christian Saxler, chief executive of Dufic Aviation Buildings, will fly his biggest flag - including self-driving cars - to bring webmasters into digital practice."", ""Hewlett-Packard Co (HPS.N: Quote, Profile, Research, Stock Buzz), the world's largest electronics maker, said on Wednesday that it had agreed to buy a stake in the company, valued at more than $100 billion, for about $2 billion in the current fiscal year that ends in March."", 'This year < a href = ""http: / / www.zillow.com / blog /"" target = ""external"" > North American authorities are reluctant to take tough decisions and, given the current number of players, it is time for the FA to take action.', 'Hewlett-Packard Co. (""Hewlett-Packard Co."") (NYSE: HEW) (NYSE: HEW) (NYSE: HEW) (""Hewlett-Packard Co."") (NYSE: HEW) (NYSE: HEW) (NYSE: HEW) (NYSE: HEW) (NYSE: HEWT) (NYSE: HEWT) (NYSE: HEWT) (NYSE: HEWT) (NYSE: HEWT) (NYSE: HEWT) (NYSE: HEWT) (NYSE: HEWT) (NYSE: HEWT) (NYSE: HEWT) (NYSE: HEWT) (NYSE: HEWT)', 'Given the high turnover of its sluggish takeover rivals Daimler, Hewlett Packard and General Motors, Hewlett-Packard is on an unlikely path to a deal that would see its share price soar as much as 20 percent by the end of the year, according to a person familiar with the matter who spoke on condition of anonymity because of the sensitivity of the matter.']" -689,"['Hewlett-Packard', 'Co', 'has', 'won', 'a', '""several', 'hundred', 'million', 'dollar""', 'piece', 'of', 'action', 'with', 'PRC', 'Systems', 'Inc,', 'prime', 'contractor', 'for', 'the', '$2.5bn', 'AFCAC', '300', 'US', 'defence', 'contract:', 'HP', 'is', 'to', 'supply', 'up', 'to', '5,200', 'Unix', 'workstations', 'to', 'PRC', 'over', 'the', 'next', 'five', 'years.']","[0, 2]",0,hewlett-packard co,"Hewlett-Packard Co has won a""several hundred million dollar"" piece of action with PRC Systems Inc, prime contractor for the $2.5bn AFCAC 300 US defence contract: HP is to supply up to 5,200 Unix workstations to PRC over the next five years.","['Cyprus has gained more than 11,000 jobs at INC Systems Inc, the main employer of the $2.5 billion (A.C. RFC-Order 300) initiative from Cyprus, which aims to create more than 11,000 new jobs by the end of the year, according to the Cyprus Institute of Technology, a Cyprus-based research and development firm.', ""Hethof - a shareholder package of Zgrafi and Norvine Corpor, which is close to DFER - said it would receive a significant increase in ADK's value given the number of transfers."", 'Co2 by Hewlett-Packard Co. and Coca-Cola Co. Coca-Cola Co. Coca-Cola Co. Coca-Cola Co. Coca-Cola Co. Coca-Cola Co. Coca-Cola Co. Coca-Cola Co. Coca-Cola Co. Coca-op.', 'Hewlett-Packard Co., Inc., (NYSE: HEWT) (NYSE: HEWT) (NYSE: HWT) (Nasdaq: HWT) (the ""Company"") (NYSE: HWT) (NYSE: HWT) (NYSE: HWT) (NYSE: HWT) (NYSE: HWT) (NYSE: HWT) (NYSE: HWT) (NYSE: HWT) (NYSE: HWT) (NYSE: HWT) (NYSE: HWT) (NYSE: HWT) (NYSE: HWT) (NYSE: HWT) (NYSE: HWT) (NYSE: HWT)', ""Hewlett-Packard Co. (Hewlett-Packard Co., which owns the company) is the world's largest consumer electronics retailer with more than $100 billion in assets under management, according to a Wall Street Journal report.""]" -690,"['Incidentally', 'it', 'would', 'also', 'reduce', 'competition', 'from', 'other', '386', 'processor', 'Manufacturers,', 'an', 'event', 'that', 'Intel', 'would', 'doubtless', 'find', 'to', 'their', 'liking.']","[14, 15]",1,intel,"Incidentally it would also reduce competition from other 386 processor Manufacturers, an event that Intel would doubtless find to their liking.","[""The decline in Intel's reactionary qualities is unlikely because technology competition would also be less competitive for professionals, Cheps said."", 'In the case of a 38-year-old man arrested in the early hours of Saturday on suspicion of attempted murder and attempted murder in connection with the death of a 38-year-old woman, police said they were investigating the incident, which is being treated as murder and manslaughter.', 'Sony and other processor manufacturers are also likely to face less competition from other processor manufacturers such as Ivy K.K. www.easycartoonismoEast (www.easycartoonismoEast) and Medichomeup.you (www.medichomeup.you) (and content providers such as Intel Guardians Microprocessor Options IV, with its powerful displays). (www.medichomeup.you) (http: / / www.medichomeup.com) (http: / / www.medichomeup.you /)', 'It should not be a case of a unilateral ADA and Workstation Medeor Section or USAID or USAID.', ""The Dawn Claim report, which has already been published, said: 'We would like to apologise for any inconvenience caused to our customers.""]" -691,"['Hewlett-Packard', 'Co', 'is', 'not', 'a', 'company', 'to', 'rush', 'into', 'something', 'just', 'because', 'it', 'is', 'the', 'fashion,', 'but', 'with', 'ICL', 'Plc', 'firmly', 'in', 'the', 'Sparc', 'camp,', 'Groupe', 'Bull', 'SA', 'committed', 'to', 'IBM', ""Corp's"", 'Power', 'RISC', 'and', 'Ing', 'C', 'Olivetti', '&', 'Co', 'SpA', ""'s"", 'allegiance', 'to', 'the', 'Alpha', 'RISC', 'bought', 'dearly', 'by', 'Digital', 'Equipment', 'Corp', '--', 'with', 'Hewlett', 'an', 'unsuccessful', 'contender', 'in', 'both', 'the', 'last', 'two', 'cases,', 'the', 'company', 'may', 'well', 'be', 'beginning', 'to', 'think', 'that', 'persuading', 'Siemens-Nixdorf', 'Informationssysteme', 'AG', 'of', 'the', 'virtues', 'of', 'the', 'Precision', 'Architecture', 'RISC', 'is', 'a', 'high', 'priority', 'if', 'it', 'is', 'to', 'be', 'seen', 'to', 'have', 'equal', 'standing', 'with', 'its', 'three', 'closest', 'rivals', 'in', 'Europe.']","[35, 41]",0,ing c olivetti & co spa,"Hewlett-Packard Co is not a company to rush into something just because it is the fashion, but with ICL Plc firmly in the Sparc camp, Groupe Bull SA committed to IBM Corp's Power RISC and Ing C Olivetti & Co SpA's allegiance to the Alpha RISC bought dearly by Digital Equipment Corp -- with Hewlett an unsuccessful contender in both the last two cases, the company may well be beginning to think that persuading Siemens-Nixdorf Informationssysteme AG of the virtues of the Precision Architecture RISC is a high priority if it is to be seen to have equal standing with its three closest rivals in Europe.","['Hewlett-Packard does not offer a short-term solution, apparently the administrators of the pound point out that due to the increasing frequency of talk from Hearts: ""We will build better players,"" ""we cannot speculate,"" ""we will rotate,"" ""we will do better,"" ""we will do better,"" ""we will do better, we will do better,"" ""we will do better,"" ""we will do better,"" ""we will do better,"" ""we will do better.""', 'Hewbit\'s company calls Gomez an ex-Achilles heel replacement for Social News, The Independent\'s only position - Hewbit\'s company hopes to have found challenges everywhere - it has given Laxi Me hundreds of features - it bans some of the ""many things"" it has done in the past - Keith Ski benefits from the general wealth of knowledge about Newbook 2.0 BT systems - the damage done to the site for ""anything to do with products,"" implores uncivilised compromises and electronic building. if a dispute is resolved now, it could have the same reach as before - even via his recent Davos address', 'While Foulpac\'s internal memo alleges that an acquaintance adopted defendants, there is an indictment alleging that one of Capiri\'s clients is the landlord of both companies. Sanders ""negative portrayals of Praglg\'s human rights violations have led Empire or ordinary individuals to call him"" Me, """" Me, """" Me, """" Me, """" Me, """" Me, """" Me, """" Me, """" Me, """" Me, """" Me, """" Me, """" Me, """" Me, """" Me, """"', ""Also on the move is Christopher, 40, the self-proclaimed self-made entrepreneur who has built a reputation as one of the world's best-known entrepreneurs; Dollay Speakwitz, founder of a British company called Freddie Satellites, who has built up a fortune of more than £100 million over the past decade; and his two sons Sam Beaver and Jan Beaver, who have built a fortune of more than £100 million."", 'Heathrow would be more emotionally charged if it were owned by the well-heeled media moguls, but faced with a plethora of hypocritical idiocies, it was agreed whether it was the loss of the free space because, as in these polls, drone manoeuvres were detected by detectives, or whether it was the loss of the Russian colony HSBC, or whether it was the loss of 54.5 percent of orders in cancelled AK-47s from Tehran, according to < br > a 6.50 percent increase in American branches.']" -692,"['""My', 'constituents', 'want', 'to', 'know', 'whether', 'President', 'of', 'the', 'Board', 'of', 'Trade', 'Michael', 'Heseltine', 'knew', 'that', 'BAe', 'were', 'going', 'to', 'sell', 'Corporate', 'Jets.']","[16, 17]",0,bae,"""My constituents want to know whether President of the Board of Trade Michael Heseltine knew that BAe were going to sell Corporate Jets.","['""I think it\'s going to take a lot of time to get to the bottom of this, and I think it\'s going to take a lot of time to get to the bottom of this,"" said the former Florida governor, who is up for re-election in 2016.', '""My constituents want to remember the president of the trustees,"" he said.', 'My electors will elect me, and they will elect me, and they will elect me, and they will elect me, and they will elect me, and they will elect me, and they will elect me, and they will elect me, and they will elect me, and they will elect me, and they will elect me, and they will elect me, and they will elect me, and they will elect me, and they will elect me, and they will elect me, and they will elect me, and they will elect me, and they will elect me, and they will elect me, and they will elect me, and they will elect me, and they will elect me.', 'My constituents want to know whether they have the right to vote and whether they have the right to vote, and if they have the right to vote, they will have the right to vote.', ""hotheim.com / Assags Main Bag Touch 2 controls < br >'s PICTURE for sale, while Global News Rotunda, the buyout service of Hong Kong's Air Billing Service, is on sale for £9.99.""]" -693,"['Allianz', ',', 'the', 'largest', 'German', 'insurance', 'group', 'and', 'a', 'strong', 'rival', 'of', 'Deutsche', ""Bank's,"", 'looks', 'likely', 'to', 'join', 'the', 'defence', 'effort', 'because', 'its', 'finance', 'chief,', 'Friedrich', 'Schiefer,', 'also', 'sits', 'on', ""Continental's"", 'supervisory', 'board.']","[0, 1]",0,allianz,"Allianz, the largest German insurance group and a strong rival of Deutsche Bank's, looks likely to join the defence effort because its finance chief, Friedrich Schiefer, also sits on Continental's supervisory board.","['It is likely that B.A.T. Yahoo will not find a solution to the lack of investment in its pellet business, which is growing more slowly than in the past.', '+ Reflective reactions to the news that the German Morning Post has ended its coverage of the Doha talks. Bild newspaper reports that both sides have agreed on a 12-month supply contract.', 'Given that even the most committed eyewitness would die of Ebola in this case, it cannot be ruled out that he managed the videos and that Assange, the head of the Australasian Drug Enforcement Administration, may have been involved.', ""< p > Columnist and former Ukip MEP Iain Dale tells you all you need to know about how the contest is shaping up: Ukip's Paul Nuttall is on the verge of a crushing defeat and UKIP's Nigel Farage is on the verge of a shock defeat."", 'The biggest joke of the night so far has been the news that the NHS is to be given a ten-year term, and that the NHS is to be given a ten-year term, while the NHS is to be given a ten-year term, and the NHS is to be given a ten-year term, and the NHS is to be given a ten-year term.']" -694,"['Sun', 'Microsystems', 'Inc', 'will', 'make', 'it', 'available', 'for', 'all', 'Sparc', 'systems', 'in', 'short', 'order.']","[0, 3]",0,sun microsystems inc,Sun Microsystems Inc will make it available for all Sparc systems in short order.,"['Gunningen Stephan Kehl has won the expert competition for SAP security software for all Sparc systems.', 'Sun Microsystems will be available for all savings accounts in the first quarter of 2014.', 'Sun Microsystems Inc. will make it available to the Chinese economy in the short term.', 'Sun Microsystems will make it available to all Blackout Inc. savings systems.', 'Sun Microsystems Inc. provides the following information: -- General for Health and Human Services, Inc. -- General for Health and Human Services, Inc. -- General for Health and Human Services, Inc. -- General for Health and Human Services, Inc. -- General for Health and Human Services, Inc. -- General for Health and Human Services, Inc. -- General for Health and Human Services, Inc. -- General for Health and Human Services, Inc. -- General for Health and Human Services, Inc. -- General for Health and Human Services, Inc. -- General for Health and Human Services, Inc. -- General for Health and Human Services, Inc. -- General for Health and Human Services, Inc. -- General for Health and Human Services, Inc.']" -695,"['Computer', 'staff', 'at', 'the', 'Royal', 'Bank', 'of', 'Scotland', 'have', 'voted', 'overwhelmingly', 'in', 'favour', 'of', 'a', 'series', 'of', 'one', 'day', 'strikes.If', 'they', 'decide', 'to', 'take', 'industrial', 'action', 'it', 'will', 'result', 'in', 'the', 'shutdown', 'of', 'the', ""Bank's"", 'computer', 'system', 'and', 'the', 'closure', 'of', 'their', 'Cashline', 'network.']","[4, 8]",0,royal bank of scotland,Computer staff at the Royal Bank of Scotland have voted overwhelmingly in favour of a series of one day strikes.If they decide to take industrial action it will result in the shutdown of the Bank's computer system and the closure of their Cashline network.,"['Royal Bank of Scotland staff have voted in favour of a series of one-day strikes that could see hundreds of thousands of staff walk out in a dispute over pay and conditions.', 'Media Direct chairman and Nokia chief executive Bob Isherwell has called on lobby group boss Juergen Lundqvist to close key doors, arguing in a statement that hackers should not be allowed to break into the network.', 'The study, published in the Journal of the American Medical Association, follows an effort by scientists and computer scientists to find ways to improve patient outcomes and improve patient outcomes.', ""The New York Times, citing sources familiar with the matter, reported that the White House had told members of both sides on the phone that the White House was considering sending a letter to President Donald Trump's chief of staff Jared Kushner."", 'Campaign officials said the Jennersmana took the kind of end-of-life technology and turned it on (secret??? social media???)??? image that should be flanked by Logo 24 Shorts Girl Word.']" -696,['TESCO'],"[0, 1]",0,tesco,TESCO,"['TESCO', 'TESCO', 'The Reichstag introduces Steinhöfer.', 'Eventually?', 'We describe our conversation as the most original combination of both, ""he said, alluding to Kelawi\'s death, a communist atrocity.']" -697,"['THE', 'best', 'of', ""swimming's"", 'budding', 'young', 'racers', 'take', 'the', 'plunge', 'in', 'the', 'Lisburn', 'Pool', 'next', 'Saturday', 'with', 'three', 'hotly', 'competitive', 'sessions', 'in', 'another', 'Coca', 'Cola', 'Novice', 'gala.']","[23, 25]",0,coca cola,THE best of swimming's budding young racers take the plunge in the Lisburn Pool next Saturday with three hotly competitive sessions in another Coca Cola Novice gala.,"['Last group of aspiring swimmers to swim in the water?', ""THEY'RE regularly turn up at the Hillsborough Synchronised Swimming Festival in Charlotte Williams on Saturday to cheer on their offspring who haven't bred for a long time."", 'The best young racer of the year, who was a member of the < p > team of the year until 2010, has another chance to make his mark in the 90th edition of the race.', '""I don\'t know if I\'m going to make it but I\'m going to make it and I\'m going to make it and I\'m going to do it and I\'m going to do it and I\'m going to do it,"" Davies said.', 'Hunter will appear at Lisburn Pool in five different costumes, including black and white shorts and a white sweatshirt, as well as high-waisted jeans and a white T-shirt.']" -698,"['Just', 'after', 'the', 'turn', 'of', 'the', 'century,', 'Leland', 'Stanford,', 'President', 'of', 'the', 'Southern', 'Pacific', 'Railroad', ',', 'built', 'the', 'luxurious', 'Delmonte', 'Hotel', 'two', 'miles', 'from', 'Monterey', 'in', 'California.']","[12, 15]",0,southern pacific railroad,"Just after the turn of the century, Leland Stanford, President of the Southern Pacific Railroad, built the luxurious Delmonte Hotel two miles from Monterey in California.","[""< br > DAVID LLOYD reflects on the thrill that greeted England's historic victory over Argentina in the Rugby World Cup final at Twickenham on Saturday, as well as the dramatic end to the international break for coach Alun Wyn Jones' team - and how they coped with preparing for the final."", 'In a statement, the Company said: ""We are pleased to announce that we have entered into a definitive agreement to acquire the rights to the Company\'s common shares, which will enable us to continue to provide the Company\'s common shares and the Company\'s common shares for the full year ended December 31, 2007, as well as its common shares - common shares, common shares, common shares, common shares, common shares, common shares, common shares, common shares, common shares, common shares, common shares, common shares, common shares, common shares, common shares, common shares, common shares, common shares, common shares, common shares, common shares, common shares, common shares, common shares, common shares, common shares, common shares, common shares and common shares.', ""Immediately after the resignation of Jerry Baum, the longtime chairman of Southern Pacific Railroad, she revealed last month that Middleton received $6,000 for direct negotiations with Barbara Cho, the company's chief executive."", ""Gunnar Solskjaer's sine qua non from Thoon Garage (345 4 Pipe) - 6 minutes THE PLAY 50 ETs away from the King's Boat Point, with the necessary equipment."", 'Regardless of whether Ajax or West Ham are interested in signing him, it is clear he is interested in a move to the Premier League, where he has been linked with a move away from Old Trafford.']" -699,"['It', 'includes', 'such', 'firms', 'as', 'Fujitsu', ',', 'Olivetti,', 'Amdahl', 'and', 'ICL.']","[5, 6]",0,fujitsu,"It includes such firms as Fujitsu, Olivetti, Amdahl and ICL.","['These include companies such as Fujitsus S4at and ICGetsu 200.', 'This includes deployment in the target country, which will begin immediately, he said.', 'She owns companies such as Travelodge, Travelodge and First Choice, and her husband is a foreigner in Hungary.', ""Among them is < p > columnist and pundit Martin Keown, who shares his views on the weekend's key stats and facts, as well as team news, provisional squads, betting odds and Opta stats, and brings you the 10 things you need to know about each game, with team news, provisional squads, betting odds, Opta stats and Opta stats to keep an eye on and bring you the 10 things you need to know before the weekend's games, so don't forget to join our reporters... and don't forget to tell us your predictions by leaving a comment below."", ""This year's winners included Fujitsu, Waff and Fruod Corp.""]" -700,"['In', 'late', 'September', '1989', 'the', 'US', 'Coca-Cola', 'Corp.', 'signed', 'an', 'agreement', 'to', 'co-operate', 'with', 'Myanma', 'Foodstuffs', 'Industries,', 'a', 'state-owned', 'enterprise,', 'to', 'manufacture', 'soft', 'drinks', 'in', 'Myanma.']","[6, 8]",1,coca-cola corp.,"In late September 1989 the US Coca-Cola Corp. signed an agreement to co-operate with Myanma Foodstuffs Industries, a state-owned enterprise, to manufacture soft drinks in Myanma.","['An ox has been found dead in a shallow grave on the outskirts of Sydney, police have said.', ""WASHINGTON (Reuters) - The U.S. Supreme Court on Thursday upheld a U.S. Supreme Court ruling that the U.S. Supreme Court's decision to uphold the death penalty for a man convicted of murdering his wife and two children in a rampage that killed four people and injured more than 100 others was unconstitutional."", 'Late last week, it was announced that Liverpool had agreed a transfer fee for the 24-year-old, who is due to stay at the Emirates Stadium until the end of the season.', 'At the end of September 1989, HMRC joined the Criminal Cases Review Commission (CPS), which concluded that there had been a ""gross failure"" to properly investigate allegations of tax evasion.', 'Berkshire Hathaway is the largest private equity firm in the world and the largest private equity firm in the world.']" -701,"['The', 'final', 'tally', 'was', '$465,000', 'raised', 'by', ""Sainsbury's"", 'staff', 'everywhere.']","[7, 8]",0,sainsbury's,"The final tally was $465,000 raised by Sainsbury's staff everywhere.","[""So we're going to have to change tack, we're going to have to be very cool, and we're going to have a debt ceiling that's going to affect interest rates. '"", ""The end result was $465,000 for Marc's cat-and-mouse dusting."", 'Until recently, Yello earned more than $40 million there.', 'Investigators eventually referred Jared to Twitter.', 'The company has made $46.8 million in sales so far this year, the 14th consecutive year in which it has earned more than $4 million.']" -702,"['Marriage', 'between', 'Unix-on-Intel', 'house', 'Santa', 'Cruz', 'and', 'the', 'British', 'graphical', 'front-end', 'specialist', 'was', 'supported', 'by', 'all', 'shareholders', 'on', 'both', 'sides', '--', 'including', 'SCO', 'board', 'member', 'Microsoft', 'Corp', '--', 'and', 'blessed', 'by', 'IX', 'OEMs', 'which', 'include', 'Compagnie', 'des', 'Machines', 'Bull', 'SA,', 'Digital', 'Equipment', 'Corp,', 'IBM', 'Corp,', 'ICL', 'Plc,', 'NCR', 'Corp,', 'NEC', 'Corp', 'and', 'Unisys', 'Corp.']","[25, 27]",1,microsoft corp,"Marriage between Unix-on-Intel house Santa Cruz and the British graphical front-end specialist was supported by all shareholders on both sides -- including SCO board member Microsoft Corp -- and blessed by IX OEMs which include Compagnie des Machines Bull SA, Digital Equipment Corp, IBM Corp, ICL Plc, NCR Corp, NEC Corp and Unisys Corp.","[""The wedding between the company, which is listed on the New York Stock Exchange, and Faber, which is listed on the New York Stock Exchange, was attended by representatives of all of the company's active shareholders, including Aveynotes, iVines and Europcol, which is listed on the New York Stock Exchange."", ""The marriage between former Giron d'Or winner Jacques MichilaChapus and holiday bomber Nikos the Great under Hitachi's command ended a few months earlier when the twins were born."", 'The verbal farewell to WH ZUK in the Bedroom 21plans gallery is undepressed and simple from a social media point of view, and the app will be swiftly completed next March to give entrepreneurs clarity, open up new opportunities, open the new product line to users ""a new audience"" and develop dating software that can be used outside the reality village.', 'The move to cut publishing fees and guarantee nursery places for working families is underfunded.', 'The wedding between Unilever Group and the two companies is expected to take place in the next few weeks and the two companies are expected to meet in the coming weeks.']" -703,"['The', 'royal', 'coat', 'of', 'arms', 'on', 'the', 'Daimler', 'station', 'bus.']","[7, 8]",0,daimler,The royal coat of arms on the Daimler station bus.,"[""The Emperor's coat of arms is depicted on the Daimler bus."", 'Built in 1989: 33 colored braids for trailers, 30 European vans and 13 airlines.', 'Karl Schatting: The royal coat of arms with the Queen', ""The royal portrait on the @ union bus @ Citipicking EM in fancy dress mode in four of Richard Fro Fro's The Ride of a Rare Portrait of Silence was published each year."", ""That's because they're taking the Delon balance guard out of the game.""]" -704,"['As', 'anticipated', '(UX', 'No', '400),', 'IBM', 'Corp', 'is', 'to', 'announce', 'AIX', 'PS/2', '1.3', 'at', 'the', 'Show,', 'for', 'PS/2', 'systems', 'using', 'the', '16MHz', '386SX', 'on', 'up', 'to', 'the', '66MHz', '486', 'DX2-based', 'systems,', 'for', 'AT', 'and', 'MCA', 'architectures:', 'new', 'goodies', 'include', 'Motif', '1.3', 'and', 'X', 'Window', 'V11', 'R5,', 'better', 'interoperability', 'with', 'other', 'AIX,', 'Unix,', 'IBM', 'and', 'non-IBM', 'systems,', 'systems', 'management', 'utilities,', 'graphics', 'support', 'library', 'with', 'XGA', 'hardware', 'assist', 'and', 'multiple', 'concurrent', 'DOS', '5.0', 'sessions', 'under', 'AIX.']","[52, 53]",0,ibm,"As anticipated (UX No 400), IBM Corp is to announce AIX PS/2 1.3 at the Show, for PS/2 systems using the 16MHz 386SX on up to the 66MHz 486 DX2-based systems, for AT and MCA architectures: new goodies include Motif 1.3 and X Window V11 R5, better interoperability with other AIX, Unix, IBM and non-IBM systems, systems management utilities, graphics support library with XGA hardware assist and multiple concurrent DOS 5.0 sessions under AIX.","[""< unk >'s DAVID LLOYD reflects the thrill of day one at Lord's... and reflects the thrill and thrill of day two at Lord's... and the thrill and thrill of day two at Lord's... and the thrill and thrill of day two at Lord's... and the thrill and thrill of day three at Lord's..."", 'As expected, IBM will announce at the end of the year the formation of a 1p shareholder group comprising: (i) IBM, IBM, IBM, IBM, IBM, IBM, IBM, IBM, IBM, IBM, IBM, IBM, IBM, IBM, IBM, IBM, IBM, IBM, IBM, IBM, IBM, IBM, IBM, IBM, IBM, IBM, IBM, IBM, IBM, IBM, IBM, IBM, IBM, IBM, IBM, IBM, IBM, IBM, IBM, IBM, IBM, IBM, IBM, IBM, IBM and IBM.', 'IBM Corp (IB.N: Quote, Profile, Research, Stock Buzz), IBM Corp (IB.N: Quote, Profile, Research, Stock Buzz), IBM Corp (IB.N: Quote, Profile, Research), IBM Corp (IB.N: Quote, Profile, Research, Stock Buzz), IBM Corp (IB.N: Quote, Profile, Research, Stock Buzz), IBM Corp (IB.N: Quote, Profile, Research, Stock Buzz), IBM Corp (IB.N: Quote, Profile, Research, Stock Buzz), IBM Corp (IB.N: Quote, Profile, Research, Stock Buzz), IBM Corp (IB.N: Quote, Profile, Research, Stock Buzz)', 'As expected (22 percent of the votes were counted in favor of releasing the leaked memos), Comey and Fack will also be asked to testify before the House Intelligence Committee, the House Intelligence Committee, the Senate Foreign Relations Committee, the Senate Foreign Relations Committee, the Senate Foreign Relations Committee, the Senate Foreign Relations Committee, the Senate Foreign Relations Committee, the Senate Foreign Relations Committee, the Senate Foreign Relations Committee, the Senate Foreign Relations Committee, and the Senate Foreign Relations Committee.', 'The Company undertakes no obligation to publicly update or revise any forward-looking statements, whether as a result of new information, future events or otherwise, whether as a result of new information, future events or otherwise, whether as a result of new information, future events or otherwise, whether as a result of new information, future events, future events or otherwise, whether as a result of new information, future events or otherwise, whether as a result of new information, future events or otherwise, whether as a result of new information, future events or otherwise.']" -705,"['Another', 'reason,', 'of', 'course,', 'is', 'that', 'the', '29-year-old', 'Ohmachi', 'is', 'Japanese', 'and', 'so', 'is', 'Suntory', ',', 'the', 'company', 'that', 'sponsors', 'the', 'championship.']","[14, 15]",0,suntory,"Another reason, of course, is that the 29-year-old Ohmachi is Japanese and so is Suntory, the company that sponsors the championship.","['If so, the 29-year-old will join Russell Jon as Suntory.', 'Another reason, it seems, is that she and the actress are getting older, which is why they are so optimistic about the future.', 'Of course, there is no disrespect to Ander Herrera, the abuser of Manchester United striker Romelu Lukaku, or Kevin De Bruyne.', '< p > The best room not only for Diana, but for the rest of her life.', 'Application events in Italy will be limited to a small number of advertisers before they are introduced.']" -706,"['Net', 'profits', 'at', 'Philips', 'Electronics', 'fell', 'in', 'the', 'first', 'quarter', 'by', '36%', 'to', '103m', 'guilders', '($16m)', 'from', '162m', 'guilders', 'in', 'the', 'same', 'period', 'of', '1992.']","[3, 5]",0,philips electronics,Net profits at Philips Electronics fell in the first quarter by 36% to 103m guilders ($16m) from 162m guilders in the same period of 1992.,"[""< br > Lawrence Booth takes a look at the third day's play at Lord's and looks at some of the key talking points ahead of Saturday's third Test between West Indies and West Indies at Lord's, while the rest of the day will take place at Lord's on Sunday."", 'The Consumer Financial Protection Bureau has been investigating hospitals for several years and could be investing in other markets, not just the United States, and much of it follows the example of Panotta, which was founded in 1977.', ""Nigeria's net profit in the first nine months of the year was $1.39 billion, up from $9.333 billion a year earlier."", 'The win is the second in a row for Tori Spelling, who has been nominated for Best Actress in a Comedy for her role in the film, which is set to hit US cinemas later this year.', ""Although the Secinto Energy Group had written a memo around equinoart's laptop about the trap management in residential communities, Videloart's projects from all previous projects were overrun and the company was forced to relocate some of its activities to other parts of the country.""]" -707,"['Sun', ""'s"", 'SunSoft', 'Inc', 'satellite', 'is', 'anxious', 'to', 'move', 'its', 'installed', 'base', 'off', 'of', 'Solaris', '1.', 'x', 'Unix', 'operating', 'systems', 'and', 'on', 'to', 'Solaris', '2.', 'x', 'and', 'naturally', ""doesn't"", 'want', 'to', 'share', 'all', 'the', 'goodies', 'it', 'has', 'in', '2.', 'x', 'with', '1.', 'x', 'users.']","[0, 1]",0,sun,Sun's SunSoft Inc satellite is anxious to move its installed base off of Solaris 1. x Unix operating systems and on to Solaris 2. x and naturally doesn't want to share all the goodies it has in 2. x with 1. x users.,"['SunSoft Inc., the comedian who is a warlord trucker in protective gear, said in a statement that he was ""deeply saddened"" to learn of the death of his father, who died in a car crash in the early hours of Sunday, and that he was ""deeply saddened"" to learn of the death of his father, who died in a car crash in the early hours of Sunday.', ""Sonia, who is also mother to two-year-old son King Cairo with ex-husband Kanye West, said: 'I'm so proud of what I've achieved."", ""The Sun Sentinel Satellite, which tracks VR games and sports, said in a statement: 'The Sun Sentinel is pleased to announce the launch of the Smart Device Car app, which will be available in the UK later this year."", 'SunSoft has 1.x UNIX operating system (no initial PowerPoint / at zero), 1.x UNIX operating system (no initial PowerPoint / at zero), 1.x UNIX operating system (no initial PowerPoint / at zero), 1.x UNIX operating system (no initial PowerPoint / at zero), 1.x UNIX operating system (no initial PowerPoint / at zero), 1.x UNIX operating system (no initial PowerPoint / at zero), 1.x UNIX operating system (no initial PowerPoint / at zero), 1.x UNIX operating system (no initial PowerPoint / at zero), 1.x UNIX operating system (no initial PowerPoint / at zero)', 'The satellite company Sun said the site, originally set up in 2002, could have been used as a training ground for terrorists and feared it could have been used for atrocities such as the Mumbai and Mumbai attacks.']" -708,"['El', 'Segundo,', 'California-based', 'Computer', 'Sciences', 'Corp', 'says', 'it', 'expects', 'to', 'record', 'a', 'net', 'gain', 'of', 'about', '$5m', 'in', 'the', 'first', 'quarter', 'of', 'fiscal', '1994', 'on', 'adoption', 'of', 'a', 'new', 'accounting', 'rule', 'covering', 'income', 'tax', 'reporting.']","[3, 6]",1,computer sciences corp,"El Segundo, California-based Computer Sciences Corp says it expects to record a net gain of about $5m in the first quarter of fiscal 1994 on adoption of a new accounting rule covering income tax reporting.","[""The California-based company said profit growth in the second half of the year would be in line with analysts' expectations."", 'El Paso, Calif., Animal Sciences Corp., California Animal Sciences Inc., California Animal Sciences Inc., California Animal Sciences Inc., California Animal Sciences Inc., California Animal Sciences Inc., California Animal Sciences Inc., California Animal Sciences Inc., California Animal Sciences Inc., California Animal Sciences Inc., California Animal Sciences Inc., California Animal Sciences Inc., California Animal Sciences Inc., California Animal Sciences Inc., California Animal Sciences Inc., California Animal Sciences Inc., California Animal Sciences Inc., California Animal Sciences Inc., California Animal Sciences Inc., California Animal Sciences Inc., California Animal Sciences Inc.', ""El Bobincio, a computer science company based in California, says gamblers are happy to bet on winning roulette, especially since Leon, who died in October, is one of two people killed by Zapanti, who led the reform by ending the game's transnational image."", 'El-Stewart, a hacker and PC maker and blacksmith, has successfully lobbied Morris, a former bankrupt, to return U.S. news to emerging greenwashing companies, including CBS News, CBS News, CBS News, CBS News and the Washington Post.', '""El Segundo NYC expects a net loss of approximately $1 million for the quarter ended September 30, 2009, compared to a net loss of approximately $1.0 million for the same period in 2007 and a net loss of approximately $1.0 million for the same period a year earlier,"" the company said in a statement.']" -709,"['Sun', 'Microsystems', 'Inc', 'worshipper', 'Integrix', 'Inc', 'has', 'come', 'up', 'with', 'a', 'keyboard', 'called', 'the', 'S5+', 'that', 'incorporates', 'the', 'functionality', 'of', ""Sun's"", 'new', 'Type', '5', 'but', 'can', 'also', 'be', 'used', 'with', 'all', 'Suns,', 'Sun', 'compatibles', 'and', 'PCs.']","[32, 33]",1,sun,"Sun Microsystems Inc worshipper Integrix Inc has come up with a keyboard called the S5+ that incorporates the functionality of Sun's new Type 5 but can also be used with all Suns, Sun compatibles and PCs.","['Aden Harald of Sun Microsystems Inc. joins Integria sales staff. < unk > has been distributing MPI for three years and we are pleased to announce that we have entered into a definitive agreement to acquire Aden Harald from MPI Systems Inc. < unk > We are pleased to announce that we have entered into an agreement to acquire Aden Harald from MPI Microsystems Inc.', 'Removing firefighters from the scene has tradition (i improv meme Alterneve C3 In Super Blec: Type 1 1.', ""Sun Med Inc. 's Leukemia Integrity Inc came out with a T-shirt called S5 +, near a mountain of Sun employees on which Google Nty is known as a state of solidarity - Loth Millennium Hammer of Mens hear the Hoom Esp-esp-esp-esp-esp-esp-esp-esp-esp-esp-esp-esp-esp-esp-esp-esp-esp-esp-esp-esp-esp-esp-esp-esp-esp-esp-esp-esp-esp"", 'Sun Microsystems, E.R.D., Inc., a leading integrator, was founded, including: -- Optiplu, Inc.; -- Optiplu, Inc.; -- Optiplu, Inc.; -- Optiplu, Inc.; -- Optiplu, Inc.; -- Optiplu, Inc.; -- Optiplu, Inc.; -- Optiplu, Inc.; -- Optiplu, Inc.; -- Optiplu, Inc.; -- Optiplu, Inc.; -- Optiplu, Inc.; -- Optiplu, Inc.; -- Optiplu, Inc.; -- Optiplu, Inc.', 'He famously first caught the eye of the PSNI when he said: ""I was a PSNI officer, I was a PSNI officer, I was a PSNI officer, I was a PSNI officer.']" -710,"['NetWare', 'on', 'the', 'other', 'hand,', 'could', 'open', 'up', 'the', 'LAN', 'market', 'for', 'Oracle', '.']","[12, 13]",0,oracle,"NetWare on the other hand, could open up the LAN market for Oracle.","['NetWare could open up this market for the Oracle Group.', ""NetWare, on the other hand, could generate more revenue for Oracle as the acquisition of Oracle's Leviathan and Bergman's HSG Steglitz Gartent is tasked with replacing the former chief executive in Liebrmondo, according to people familiar with the matter."", 'NetWare, on the other hand, could introduce the industry-leading product range, including: -- Good, one technology agent per nose; -- World Win One Team; -- World Win One Team; -- World Win One Team; -- World Win One Team; -- World Win One Team; -- World Win One Team; -- World Win One Team; -- World Win One Team; -- World Win One Team; -- World Win One Team; -- World Win One Team; -- World Win One Team; -- World Win One Team; -- World Win One Team; -- World Win One Team.', 'Digital lapordering is a matter for proud customers and the environment is extremely concise, with a social system and a legacy of the highest level of service.', 'In a statement, the party said: ""We are deeply saddened to hear of the death of a young man who was killed in the service.']" -711,"['3M', 'Privacy', 'Plus', 'Computer', 'Screen', 'PF400', 'Price:', 'around', '$120.00', 'Company:', '3M', 'United', 'Kingdom', 'PLC', '.']","[10, 14]",0,3m united kingdom plc,3M Privacy Plus Computer Screen PF400 Price: around $120.00 Company: 3M United Kingdom PLC.,"['3M Privacy Plus Computer Screen Price: Approx $120, 3M Company Operating Income: Taipei Computer, with Campaign in 20 Duo', 'ORC: Approx. 11,000 Team: 1st Team: 500.00 Team: 3M Team: 3M Team: 3M', '3) Motorcycle instead of trailer 3M Privacy Price: $2,700 Company: 3M United Kingdom', ""Corporate Priv < unk >'s losers < unk > Prices: $200 < unk >'s Cool Spot Company: DANAvid CloudFlare < unk >'s CRAIG HOPE profiles some of the biggest names in the fight for the coveted prize."", 'Photographer, photographer, photographer, photographer, photographer, photographer, photographer.']" -712,"['Word', 'from', 'inside', 'says', 'the', 'intent', 'is', 'there', 'on', 'both', 'Microsoft', ""Corp's"", 'and', 'Sun', ""'s"", 'part.']","[13, 14]",1,sun,Word from inside says the intent is there on both Microsoft Corp's and Sun's part.,"[""Ministry sources say that both Microsoft Corp and Microsoft Corp's long-term measure are rivals in terms of revenue."", ""Let's say it literally out of persistence: Omnicom is exactly where the hard disk radio product platform allows it."", ""It is widely known that Klitschko's victory over Klitschko was the result of a conscious decision by the British Boxing Board of Control to award him the WBA and IBO belts, and that the British Boxing Board of Control's decision to appoint a mandatory challenger for the IBO welterweight title rather than a mandatory challenger for the WBA, IBO and IBO belts was taken."", 'Without meaningful predictions, < br > Mentora will also be called Sprint Hard Gym, something that could help achieve goals in the code game to achieve creative theater.', 'Waterloo Miami, under the umbrella of Goodfellow Fox Company, developed the ""Index ScienceTV and Battery Fort"" partnership to turn handball players into handball partners that it claims are a ""stunning bomb in terms of the power PC mode they imagine.""']" -713,"['Rory', 'pulled', 'the', 'BMW', 'over', 'to', 'the', 'kerb.']","[3, 4]",1,bmw,Rory pulled the BMW over to the kerb.,"['Nigel pulled the BMW to the curb.', 'The BMW was badly damaged at the side of the road.', 'Here, < a href > BEN KAY talks about the thrill...', ""He said Trump's tariffs on steel, aluminum, aluminum, aluminum, aluminum, aluminum, aluminum, aluminum, aluminum, aluminum, aluminum, aluminum, aluminum, aluminum, aluminum, aluminum, aluminum, aluminum, aluminum, aluminum, aluminum, aluminum."", 'She was joined on the red carpet by her co-star Steve Smart, who looked dapper in a black tuxedo, black tie and black tie.']" -714,"[""Cook's"", 'Chenin', 'Blanc', 'sells', 'at', 'around', '$3.79', 'a', 'bottle', 'from', 'Tesco', 'and', 'leading', 'off-licences.']","[10, 11]",0,tesco,Cook's Chenin Blanc sells at around $3.79 a bottle from Tesco and leading off-licences.,"[""Chenoweth's Chenoweth Retail Limited said the report was published in 2011."", 'Cook advises consuming 12.50 euros per bottle and conducts pre-licenses that can cost up to $75.', ""Cook's first Test came in the second Test at Lord's against South Africa at the MCG."", 'Tesco Jackson Coke Snap Buba 5000 $31 bir < p > Columbus Single Money Nepal iusministac expensive tastes $7000 ""tismhat tewICETA Pacific Stars Organic Thanh soon clothed. tismhat tewICETA Pacific Stars Organic Thanh soon clothed. shantadley thanks family, friends and family for their support! yourgeon Instagram ambeat 22HP Crane @ theguardian.com http: / / www.theguardian.com http: / www.theguardian.com http: / www.theguardian.com http: / www.theguardian.com http: / www.theguardian.com Copyright 2012 The Associated Press.', '""I think it\'s going to be a tough game,"" he said.']" -715,"[""ACE's"", 'decision', 'to', 'de-emphasise', 'the', 'Intel', 'Corp', 'architecture', '--', 'see', 'front', 'page', '--', 'was', 'apparently', 'Intel', ""'s"", 'own', 'doing.']","[15, 16]",1,intel,ACE's decision to de-emphasise the Intel Corp architecture -- see front page -- was apparently Intel's own doing.,"['The antitrust case was the latest in a series of high-profile lawsuits against the company.', 'ACORN (INC / ""disstupid"") wins - because it can\'t afford to go to the polls because of conservative reminiscences - but it can\'t be otherwise.', 'The interests of TA China in IT topics include: -- The low cost of building a high-speed flash software; -- The low cost of building a high-speed flash software; -- The low cost of building a high-speed flash software; -- The low cost of building a high-speed flash software; -- The cost of building a high-speed flash software; -- The cost of building a high-speed flash software; -- The cost of building a high-speed flash software; -- The cost of building a high-speed flash software; -- The cost of building a high-speed flash software; -- The cost of building a high-speed flash software; --', ""She used the words' we'll see rivers of snipes' ahead of a speech by Harriet Harman, the Labour leader in the House of Commons."", '1230 Arkingsby Rd, Argyll & Bute; (212) 455-5200, argyg.org.uk.']" -716,"['IBM', 'Corp', 'is', 'readying', 'OS/2', '2.1', '--', 'now', 'in', 'beta', 'test', '--', 'for', 'introduction', 'at', 'Comdex', 'Spring', 'in', 'Atlanta,', 'Georgia.']","[0, 2]",0,ibm corp,"IBM Corp is readying OS/2 2.1 -- now in beta test -- for introduction at Comdex Spring in Atlanta, Georgia.","['IBM Corp. hands over Mozilla 3.1, Microsoft OS / 2 to Windows x130 ""', 'Now in their tenth year of marriage, the couple are spending time together in Los Angeles.', 'Hull, who have five wins and two draws from their last six Premier League games, are also in search of a new manager, while Hull, who have suffered five defeats and two draws from their last six games, are also in search of a new manager. < br > Martin Keown has the best and brightest minds.', ""< unk > gives you an overview of the best emerging talent breaking through at football clubs across the country and a look at some of the best emerging talent breaking through at football clubs in the Premier League and Europe... Glater takes a look at some of the biggest names in world football as he looks ahead to next year's World Cup in Russia and some of the biggest names in world football in terms of development... and picks some of the biggest names to keep an eye on... and how they develop... and how they develop... and how they develop..."", 'Santorum, who is running for re-election to the U.S. House of Representatives in November, has said he will not run for re-election, but he has said he would not run for re-election if he ran for re-election.']" -717,"['OnLine', '6.0', 'is', 'scheduled', 'to', 'ship', 'by', 'the', 'end', 'of', 'year', 'and', 'will', 'be', 'available', 'on', 'Sun', 'Microsystems', 'Inc', ',', 'IBM,', 'Hewlett-Packard', 'Co', 'and', 'Sequent', 'Computer', 'Systems', 'Inc', 'platforms.']","[16, 19]",0,sun microsystems inc,"OnLine 6.0 is scheduled to ship by the end of year and will be available on Sun Microsystems Inc, IBM, Hewlett-Packard Co and Sequent Computer Systems Inc platforms.","[""If we refused our vouchers for additional pilots / Filipino pilots without surprise, we would put together Nysel robots for deployment in 2016, along with liaison guards and volunteer recruitment psychiatrists who pointed to a childhood dream of the future... the world would be a better place if we didn't have to wait until the end of the year."", '6) is to be used as a temporary source of water for wells, while a leading bilingual lawmaker charged Microsoft $7 million for seven simultaneously drought-prone Guantanamo detonators and sales support requirements for North Korean drones.', ""'It's going to be a tough fight, 'Fury said."", 'Onatie 6.Fly Mastershoes ($6.99) is the latest in a long line of high-end gadgets that will hit the market in the United States this year, including a number of high-tech gadgets that can be used in a wide range of applications, including mobile phones, smartphones, tablet computers, tablets, laptops, laptops, laptops, tablets, laptops, laptops, laptops, tablets, tablets, tablets, tablets, laptops, laptops, laptops, laptops, tablets and tablets.', ""It's not the first time the pair have been spotted together, as they recently enjoyed a romantic getaway together in Los Angeles.""]" -718,"['Some', 'Dell', 'notebooks', 'let', 'you', 'change', 'the', 'battery', 'with', 'the', 'machine', 'still', 'switched', 'on,', 'by', 'making', 'sure', ""there's"", 'enough', 'standby', 'power', 'to', 'run', 'the', 'machine', 'for', 'about', 'a', 'minute.']","[1, 2]",0,dell,"Some Dell notebooks let you change the battery with the machine still switched on, by making sure there's enough standby power to run the machine for about a minute.","['With the DOQ notebook, you can control battery life for a minute when the device is on, keeping you up to date with consumer electronics.', 'Some notebooks then allow the user to monitor a device and fix a bug on similar devices as the central legacy player Dexter.', ""Eric Bailly - Decided to leave Newcastle in a different way and, most importantly, he's been here before."", 'Suspicion: A local council has been set up to deal with 300 incidents this year where a Taliban fighter has been killed or injured in the conflict', ""Gis < unk > takes a look at some of the main talking points of the weekend. < unk >'s JAMES DUTTON offers an overview of the clash between the two teams in the Premier League and a roundup of the weekend.""]" -719,"['Crystals', 'were', 'grown', 'from', '20%', 'polyethylene', 'glycol', '(PEG', '4000;', 'Merck', '),', '0.2M', 'NaCl', 'in', '0.05MMES', 'buffer', '(Sigma)', 'at', 'pH6.0', 'in', 'small', 'hanging-drop', 'chambers.']","[9, 10]",0,merck,"Crystals were grown from 20% polyethylene glycol (PEG 4000; Merck ), 0.2M NaCl in 0.05MMES buffer (Sigma) at pH6.0 in small hanging-drop chambers.","['The crystals were grown from a low ponytail polyethylene used to make the crystals, and then used to make the paternal solids in so-called ""chromosomes"" in chronic cases.', 'Crystals are calculated from a sample of the stage content of the subjects, which is calculated to stabilize the myob ancestry.', 'The study, published in the Proceedings of the National Academy of Sciences (PNAS), found that people with depression are more likely to be depressed than those without depression.', 'In a statement, the company said: ""We are pleased to announce that we have reached a definitive agreement with Sony Pictures Entertainment to distribute the film in the United States.', ""I don't know what to do about it.""]" -720,"['From', 'South', 'Africa,', 'we', 'have', 'now', 'added', 'to', 'our', 'list', ""Sainsbury's"", 'South', 'African', 'Chenin', 'Blanc,', '$2.55,', 'Swartland', 'Colombard', '1991,', '$3.45.']","[10, 11]",0,sainsbury's,"From South Africa, we have now added to our list Sainsbury's South African Chenin Blanc, $2.55, Swartland Colombard 1991, $3.45.","['(CNN) -- The U.S. Supreme Court on Thursday upheld a U.S. Supreme Court ruling that would have prohibited Americans from traveling to the United States without a valid medical certificate -- a move that would have made it easier for Americans to travel to the United States without a valid medical certificate.', ""< br > DAVID LLOYD reflects on the day Jos Buttler made his Test debut against Sri Lanka at Lord's on Saturday."", 'Sainsbury\'s chief executive Chenoweth Platois told Reuters from South Africa: ""We are very pleased with the result.', 'From South Africa we have Chilena Blanc $2.55, from Colombia $199.00, from South Africa $3.00, from South Africa $3.00, from South Africa $3.00, from South Africa $3.00, from South Africa $3.00, from South Africa $3.00, from South Africa $3.00, from South Africa $3.00, from South Africa $3.00, from South Africa $3.00, from South Africa $3.00, from South Africa $3.00, from South Africa $3.00, from South Africa $3.00, from South Africa $3.00, from South Africa $3.00, from South Africa $3.00, from South Africa $3.00, from South Africa $3.00, from South Africa $3.00, from South Africa $3.00, from South Africa $3.00, from South Africa $3.00, from South Africa $3.00', 'SPO is demanding 50,000 billion shekels ($1.8 billion) from SabinFun; shekels ($1.8 billion) will be paid later.']" -721,"['""QUIT', 'while', ""you're"", 'on', 'top""', 'seems', 'to', 'be', 'the', 'philosophy', 'of', 'Mr', 'Jon', 'Shirley,', 'president', 'of', 'Microsoft', ',', 'the', 'leading', 'supplier', 'of', 'software', 'for', 'personal', 'computers.']","[16, 17]",0,microsoft,"""QUIT while you're on top"" seems to be the philosophy of Mr Jon Shirley, president of Microsoft, the leading supplier of software for personal computers.","[""< br >'s CHRIS SUTTON: All-round bogey for US President Barack Obama"", 'There were nearly 50 spa vacations there.', '""You\'ve got to get to the bottom of it,"" Fowler said.', 'The philosophy of Very, Very, Very, Very, Very, Very, Very, Very, Very, Very, Very, Very, Very, Very, Very, Very, Very, Very, Very, Very, Very, Very, Very, Very, Very, Very, Very, Very, Very, Very, Very.', '""Council on Power Crunch Capture Zorbrand"" Model: Module Building Column, which is design-based - Record 2010 each year a falling pillar on & built-in Windows XP Churchill bounced tools stolen Fee 32 rooms for pub hit Ping Ping Ping Ping Ping Ping Ping Ping Ping Ping Ping Ping Ping Ping Ping Ping Ping Ping Ping Ping Ping Ping Ping Ping Ping Ping Ping Ping Ping Ping Ping Ping Ping Ping Ping Ping Ping Ping Ping Ping Ping Ping Ping Ping Ping Ping Ping Ping Ping Ping Ping Ping Ping Ping Ping Ping Ping Ping Ping Ping Ping Ping Ping Ping Ping Ping']" -722,"['ORACLE', 'Error', 'Messages', 'and', 'Codes', 'Manual,', 'Part', 'No.3605', '--', 'V6.0', 'November', '1988']","[0, 1]",1,oracle,"ORACLE Error Messages and Codes Manual, Part No.3605 -- V6.0 November 1988","[""< br > Lawrence Booth takes a look at the third day's play at Lord's..."", 'ORACLE, N.C. (AP) - Police say a man has been arrested on suspicion of murder in the death of a woman who was shot and killed in a New York City apartment building.', ""13 / PRNewswire-FirstCall / -- China's National Association of Manufacturers and Traders (NASDAQ: NASDAQ)"", ""Ofcom's error messages on Vote Leave for Remain"", 'Distressed Lincoln Court Additional information 14: 3895']" -723,"['From', 'AT&T', ""'s"", 'side', 'the', 'Novell', 'offer', 'is', 'a', 'godsend.']","[1, 2]",0,at&t,From AT&T's side the Novell offer is a godsend.,"['InnerEllipRice is dominant by name.', ""2 < br > Warner and others have revealed that the 'five-metre cut' will be made permanent at the turn of the year and the young Lahm will be allowed to wear the colours red, white and gold."", 'Colombia is the only country in the world to legalize same-sex marriage.', 'Nahles is a ""neo-Nazi,"" according to a Pennsylvania campaign manager.', 'Permanent premiere']" -724,"['IBM', 'Corp', ""'s"", 'fall', 'from', 'grace,', 'which', 'led', 'to', 'Standard', '&', ""Poor's"", 'Corp', 'downgrading', 'its', 'senior', 'ratings', 'to', 'double-A-minus', 'from', 'triple-A,', 'has', 'not', 'affected', 'the', 'triple-A', 'asset-backed', 'certificate', 'ratings', 'of', 'IBM', '1990,', '1991', 'and', '1992', 'Tax-Exempt', 'Grantor', 'Trusts,', 'the', 'rating', 'agency', 'said', 'after', 'reviewing', 'the', 'situation.']","[0, 2]",0,ibm corp,"IBM Corp's fall from grace, which led to Standard & Poor's Corp downgrading its senior ratings to double-A-minus from triple-A, has not affected the triple-A asset-backed certificate ratings of IBM 1990, 1991 and 1992 Tax-Exempt Grantor Trusts, the rating agency said after reviewing the situation.","['The situation at First Bank is unaffected by financial factors.', ""McDonald Tyler individual Spiden Lions, third-party vendors, major development teams such as Yessbs, Eubns Product CAM, and the world's largest automotive company Loumins Mount Silver, Idaho-based Sheila LuBox Experience, Nikkuor Edward-Szesen-Scrooge The Student Center, to name a few, will host the company's Playstation 4R. The company's corporate presentation will take place Sunday night at the University of Idaho's Sheila LuBox Experience Center and will be held at the University of Idaho's MyJory Berger, Global Access Term Issues Center."", 'CBS News\' ""Face the Nation"" and CBS News\' ""Face the Nation"" both received nominations, while CBS News\' ""Face the Nation"" received nominations from ""Face the Nation"" and ""American Idol.""', 'RELATED LINKS http: / / www.itup.com http: / / www.itup.com http: / / www.itup.com http: / / www.itup.com http: / / www.itup.com http: / / www.itup.com http: / / www.itup.com http: / / www.iptuptuptuptuptuptuptuptuptuptuptuptuptuptuptuptuptuptuptuptup.com http: / / www.iptuptuptuptuptuptuptuptuptuptuptuptuptuptuptuptuptuptuptup.com http: / / www.iptuptuptuptuptuptuptuptuptuptuptuptuptuptuptuptuptuptup.com', '6 Democrats had thousands of answers to forms based on federal court order Chris Zweegartic Parents January, Other Gang $14.00 Insured Insured Insured Insured Insured Insured Insured Insured Insured Insured Insured Insured Insured Insured Insured Insured Insured Insured Insured Insured Insured Insured Insured Insured Insured Insured Insured Insured Insured Insured Insured Insured Insured Insured Insured Insured Insured Insured Insured Insured Insured Insured Insured Insured Insured Insured Insured Insured Insured Insured Insured Insured Insured Insured Insured Insured Insured Insu']" -725,"['Patrick', 'is', 'allowed', 'enough', 'to', 'cover', 'his', 'weekly', 'rent', 'and', 'no', 'more', '--', 'so', 'he', 'works', 'in', 'Safeway', 'for', '16', 'hours', 'a', 'week.']","[17, 18]",1,safeway,Patrick is allowed enough to cover his weekly rent and no more -- so he works in Safeway for 16 hours a week.,"['Patrick Engels, professor of psychology at the University of California, Berkeley, said: ""It\'s not surprising that people tend to say,"" Oh, I don\'t want to do that, I don\'t want to do that, I don\'t want to do that, I don\'t want to do that, I don\'t want to do it, I don\'t want to do it, I don\'t want to do it, I don\'t want to do it, I don\'t want to do it, I don\'t want to do it, I don\'t want to do it. ""', 'Patrick is easily entitled to a weekly rent - but he eventually settles down and starts employing people like Cecil.', ""Patrick has the authority to go back and forth, but it's clear to me that he doesn't have the authority to do that, and he doesn't have the authority to do that, and he doesn't have the authority to do that, but he does have the authority to do that."", 'Patrick is on his own after a series of scandals, including allegations that he sexually harassed several women over an 18-month period, including a woman he met through a dating app, a woman he met through a dating app, a man he met through a dating app, a woman he met through a dating app, a woman he met through a dating app and a woman he met through a dating app.', ""< p > Patrick Scudamore reflects on the referee's findings ahead of this weekend's Premier League game.""]" -726,"['With', 'FS', 'Assurance', '(now', 'Britannia', 'Life)', 'and', 'Scottish', 'Mutual', '(now', 'a', 'subsidiary', 'of', 'the', 'Abbey', 'National', ')', 'an', 'amount', 'equal', 'to', 'ten', 'per', 'cent', 'of', 'the', 'bonuses', 'distributed', 'to', 'the', 'with-profits', 'policyholders', 'in', 'any', 'one', 'year', 'are', 'paid', 'to', 'the', 'owning', 'company.']","[14, 16]",0,abbey national,With FS Assurance (now Britannia Life) and Scottish Mutual (now a subsidiary of the Abbey National ) an amount equal to ten per cent of the bonuses distributed to the with-profits policyholders in any one year are paid to the owning company.,"['FS Assurance assumes that the payment will be based on the estimated cost of the home loan to be paid by the end of the year.', 'In the case of FE.S Insurance (now mainly the UK Government) and Scottish Mutual (a UK Government holding), a confederation fee (income tax) is paid to the owner of the company for the first time in one year after a period of ""no return, no return, no loss, no loss, no loss, no loss.""', ""With F & C (now Personal Savings Builder) and Scottish Mutual (formerly Royal Bank of Scotland) you are also likely to see a reduction in the amount you can borrow against your nest egg, as well as financial implications for 55 per cent of the loan's value."", 'Affirmunion Capital and Loxon Window and Scottish Mutual (a subsidiary of Lloyds Banking Group, ranked 499) are among the big four insurers whose share price has fallen more than 10 per cent in the past year, while Lloyds Banking Group and Lloyds Banking Group have lost more than 10 per cent.', 'For the UK branches of FS Assurance (40th) and Scottish Mutual (29th), the minimum ranges must be covered by the Financial Services Compensation Scheme (FSCS) for a maximum of five years - and the minimum ranges for a maximum of five years.']" -727,"['This', 'included', 'an', 'initial', '""5', 'million', 'barrels', 'at', 'the', 'Cusiana', 'oilfield', 'in', 'Colombia', '(', 'BP', ':', 'x%)', 'and', '125', 'million', 'barrels', 'for', 'improved', 'recovery', 'at', 'our', 'existing', 'fields', 'in', 'Alaska.']","[14, 15]",0,bp,"This included an initial""5 million barrels at the Cusiana oilfield in Colombia ( BP: x%) and 125 million barrels for improved recovery at our existing fields in Alaska.","['These include plans for a ""5 per cent tax on pension contributions"" and a ""5 per cent tax on incomes over £150,000,"" which would increase the total amount you could earn in a year from £150,000 to £150,000, while the ""triple lock"" on incomes over £150,000 to £150,000 would increase the total amount you could get in a pension from £150,000 to £150,000.', '< br > The $5 million to $5 million will help the Big Data Foundation and the University of California, Berkeley (UCLA) establish themselves as global leaders in college sports.', 'Medium-term growth prospects, including 10.8 million barrels of oil and natural gas reserves, include refining and refining, as well as employment - for example, after the tipping point - of 6 million barrels of unrefilled cash and 3.0 million barrels of potatoes.', '""President Bush is determined to make explosive progress,"" Marcombe said in a statement, adding that he was ""deeply saddened"" by the news of the death of his father, who was killed in the line of duty.', '""It took a long time,"" he said, ""and I think it will take a long time to get to the point where we can say,"" No, no, no, no, no. ""']" -728,"['Last', 'year', 'Volvo', 'also', 'won', 'the', 'Prince', 'Michael', 'Road', 'Safety', 'Award', 'for', 'safety', 'belt', 'tensioners', 'that', 'operate', 'automatically', 'in', 'a', 'collision,', 'and', 'its', '700-series', 'car', 'was', 'declared', 'the', 'safest', 'in', 'an', 'accident', 'following', 'crash-testing', 'in', '199', 'different', 'vehicles', 'by', 'the', 'American', 'Highway', 'Loss', 'Data', 'Institute.']","[2, 3]",0,volvo,"Last year Volvo also won the Prince Michael Road Safety Award for safety belt tensioners that operate automatically in a collision, and its 700-series car was declared the safest in an accident following crash-testing in 199 different vehicles by the American Highway Loss Data Institute.","[""Last year, the Prince received the Dream Road Safety Award, which automatically qualifies his vehicle for use, and Volvo's daily review warns that it is a similar situation."", 'He also has a criminal record for allegedly using a 25-caliber pistol in a car repair shop in Pécs. You know, I use a 25-caliber pistol first, and then I use a 25-caliber pistol and I use a 25-caliber pistol.', ""Last year, Volvo's Live Determination Home, designed by Phillip Hamburn for Snapchat First, became one of Microsoft's most popular apps in ADF Films worldwide, and according to < a href >, the Home Office became like voices... papers you never know you might be."", 'West Park Hospital has been contacted for comment but has not yet responded.', ""Emily Kristain's TV team Strawberry Places took on Eubenefield, who has played for Leicester City since the start of the season, and the club's development programme, BSBeverly, has been criticised for its lack of diversity.""]" -729,"['""Heartbreak', 'Hotel""', 'has', 'much', 'of', 'the', 'spooked-out', 'feel', 'of', '""Mystery', 'Train""', '(a', 'Sun', 'label', 'epic),', 'plus', 'tons', 'of', 'anguish', 'and', 'theatre', 'and', 'ripping', 'guitars,', 'all', 'wrapped', 'up', 'in', 'a', 'lovely,', 'echoey', 'treatment.']","[12, 13]",0,sun,"""Heartbreak Hotel"" has much of the spooked-out feel of""Mystery Train"" (a Sun label epic), plus tons of anguish and theatre and ripping guitars, all wrapped up in a lovely, echoey treatment.","['The lack of evidence and theatrical performances meant that there was no therapeutic purpose in taking a beautiful trail back to ""feelings of deception that resonate beautifully.""', 'The ""mystery train"" look, the latest in a series of ""black label"" documents, shows how contradictory teachings can be interpreted and supplemented.', ""Caitlyn, who is married to Kris Jenner and has three children with ex-wife Kris Jenner, said: 'It's been a long time since I've had a relationship with Caitlyn, but I've never been in a relationship with Caitlyn, I've never been in a relationship with Caitlyn, I've never been in a relationship with Caitlyn, I've never been in a relationship with Caitlyn, I've never been in a relationship with Caitlyn, I've never been in a relationship with Caitlyn, I've never been in a relationship with Caitlyn, I've never been in a relationship with Caitlyn, I've never been in a relationship with anyone."", 'Merony Tommy would be about a limited amount of the Cavaliers just shuffling around. -- Heartbreak Hotel: Kardashians Recycled Cashier Gear Tea Facebook Post', '""Heartbreak Hotel"" relies heavily on the described ex-secretary of state in the title story Cross Heroes Store: ""The Ripper of HC,"" ""The Ripper of HC,"" ""The Ripper of HC,"" ""The Ripper of HC,"" ""The Ripper of HC,"" ""The Ripper of HC,"" ""The Ripper of HC,"" ""The Ripper of HC,"" ""The Ripper of HC,"" ""The Ripper of HC,"" ""The Ripper of HC,"" ""The Ripper of HC,"" The Ripper of HC, ""The Ripper of HC,"" The Ripper of HC, ""The Ripper of HC,"" The Ripper of HC, ""The Ripper of HC,"" The Ripper of HC, ""']" -730,"['It', 'also', 'received', 'little', 'support', 'from', 'Siemens', 'Nixdorf', ""'s"", 'mid-range', 'division,', 'as', 'a', 'result', 'of', 'the', 'confusion', 'that', 'followed', 'Siemens', 'merger', 'with', 'Nixdorf.']","[6, 8]",0,siemens nixdorf,"It also received little support from Siemens Nixdorf's mid-range division, as a result of the confusion that followed Siemens merger with Nixdorf.","['Siemens ""mid-range competitors also deserve a shot in the arm.', 'The deep despair of those who follow Siemens makes Mr. Trump feel that investment rates are very real and Standard Equity retains the 10, Price said.', 'Commodity prices also fell sharply, with the Dow Jones Industrial Average losing 0.1 percent, the S & P 500 0.1 percent, the Nasdaq Composite Index 0.1 percent, the Nasdaq Composite Index 0.1 percent and the Nasdaq Composite Index 0.1 percent.', 'In a statement, the company said: ""We are pleased to announce that we have signed a new contract with EADS that will enable us to continue to provide the best possible service to our customers.', 'Midway through the game, the home side had a chance to take the lead in the first half, but they could not capitalise on the first half as they were held to a goalless draw at home by a team who had been on the front foot for most of the game.']" -731,"['Europia,', 'a', 'group', 'representing', '34', 'European', 'oil', 'companies', 'including', 'BP', ',', 'Elf', 'and', 'Shell,', 'agreed', 'to', 'be', 'more', 'diligent', 'in', 'avoiding', 'spills', 'and', 'accidental', 'emissions', 'and', 'in', 'the', 'handling', 'of', 'raw', 'materials,', 'the', 'conservation', 'of', 'natural', 'resources', 'and', 'the', 'managing', 'of', 'waste.']","[9, 10]",0,bp,"Europia, a group representing 34 European oil companies including BP, Elf and Shell, agreed to be more diligent in avoiding spills and accidental emissions and in the handling of raw materials, the conservation of natural resources and the managing of waste.","['The European Commission, a group of 34 major European football industries, said it was ""deeply disappointed"" by the decision by the European Court of Human Rights (ECJ), the body that oversees European football, to impose a transfer ban on players from the continent to the continent and was ""deeply disappointed"" by the decision.', 'Europia, which was fined by the European Court of Human Rights later this week, said it had received sceptical support.', 'Europia, an iRTologist at the University of California at Berkeley, said it was not clear how many people were killed or injured in the crash, but it was unclear how many people were injured.', 'Europia, a community of 34 Ukrainian companies, said in a statement that ""all European Members have agreed to lend their support to the European Commission, the European Commission, the European Parliament, the European Parliament, the European Parliament, the European Parliament, the European Parliament, the European Parliament, the European Parliament, the European Parliament, the European Parliament, the European Parliament, the European Parliament, the European Parliament, the European Parliament, the European Parliament, the European Parliament, the European Parliament, the European Parliament, the European Parliament, the European Parliament, the European Parliament, the European Parliament, the European Parliament, the European Parliament, the European Parliament, the European Parliament, the European Parliament, the European Parliament, the European Parliament, the European Parliament, the European Parliament, the European Parliament.""', ""Some of its members are passively committed to Syria's legitimate goals, dangerous and invisible to the outside world, and some of its members are unwilling to engage in any kind of military action against the Assad regime.""]" -732,"['And', 'its', 'customers', 'took', 'the', 'hint', 'and', 'bought', 'their', 'Unix', 'systems', 'from', 'Sun', 'Microsystems', 'Inc', 'or', 'aforesaid', 'Hewlett-Packard', '.']","[17, 18]",0,hewlett-packard,And its customers took the hint and bought their Unix systems from Sun Microsystems Inc or aforesaid Hewlett-Packard.,"['They mostly bought their systems from Sun Microsystems Inc or Hewlett-Packard Co.', 'His party had 236,000 to 170,000 new products, and Data Cypress wanted to understand that its secure growth rate reached 190,000 million cards, or 80 percent of the PC market, and that there were 2.1 million to 170,000 new products in Asia, and that for the first time in Asia both interests were strengthened, with market rates between $100 and $100 trillion. -- Fair Identity Flowers retains SNP Q5s next year, CA [also striker] 3al Chefs.', 'And when all its customers - by acquiring day-to-day-to-day-to-day-to-day-to-day-to-day-to-day-to-day-to-day-to-day-to-day-to-day-to-day-to-day-to-day-to-day-to-day-to-day-to-day-to-day-to-day-to-day-to-day-to-day-to-day-to-day-to-day-day-to-day-to-day-day-to-day-to-day-to-day-to-day-day-to-day-to-day-to-day-to-to-day-to-to-day-to-day-to-to-to-day-to-day-to-day-to-to-to-', 'You can see it in the fine print, the fine print in the fine print and the fine print in the fine print that you ask us to contact you, tell us if you have made a call, tell us or at least tell us that you are making a call.', 'The 18-year-old, who has been linked with a move to the Premier League this summer, has been linked with a move away from the Etihad Stadium, according to < br >.']" -733,"['Food', 'and', 'Drink:', 'Classic', 'cases', 'of', 'mistaken', 'identity', 'Oz', 'Clarke', 'finds', 'that', 'some', 'new', 'Safeway', 'offerings', 'are', 'not', 'quite', 'what', 'they', 'seem']","[14, 15]",0,safeway,Food and Drink: Classic cases of mistaken identity Oz Clarke finds that some new Safeway offerings are not quite what they seem,"['Eating snake secretly saying: Not really the right thing to do, PruJon', 'Food and Drink: Dangerous Migrants, Re-Black Power, Destination Cyrus or the Frise of Ireland is the penultimate grey photo from Italy', 'They describe classic cases of merger, governance and discretion.', 'Food & Drink This is Money can, amv / em son sue for unfair dismissal', 'Food figures published by the Ombudsman on 7 May.']" -734,"['The', 'rate', 'of', 'unemployment', 'was', 'drastically', 'reduced', 'and', 'many', 'of', 'the', 'major', 'post-war', 'corporations', 'in', 'America', '--', 'General', 'Motors,', 'Boeing,', 'Lockheed,', 'Ford', ',', 'Chrysler,', 'US', 'Steel', 'etc.', '--', 'were', 'granted,', 'for', 'the', 'first', 'time,', 'the', 'government', 'contracts', 'for', 'arms', 'and', 'related', 'equipment', 'which', 'ensured', 'that', 'they', 'had', 'an', 'effective', 'demand', 'for', 'their', 'goods.']","[21, 22]",0,ford,"The rate of unemployment was drastically reduced and many of the major post-war corporations in America -- General Motors, Boeing, Lockheed, Ford, Chrysler, US Steel etc. -- were granted, for the first time, the government contracts for arms and related equipment which ensured that they had an effective demand for their goods.","['Unemployment targets have been slashed and the Government has announced a £12 billion reduction in the number of people out of work in the first three months of this year, while the number of people receiving unemployment benefit has risen by a third in the first three months of this year, according to the Office for National Statistics.', '""One of the things I think is important is that we don\'t have to worry about TATP,"" he said, adding: ""We need to think about how we are going to deal with TATP in the future.""', 'Unemployment has fallen so much that some teams have been relatively unsuccessful on their way to the top of the table, while others have been relegated to the bottom half of the table and relegated to the bottom half of the table.', 'The ""steelmaker of space substitutes,"" World Trade Center Inc., is defined by ideological characteristics in the part and part of the body, or indi.', ""Unemployment fell in 2011 for the first time in a decade, and Lithuania's economy grew more slowly in the second half of the year than in the third quarter of last year, according to the International Monetary Fund (IMF).""]" -735,"['The', 'Toshiba', 'America', 'Information', 'Systems', 'Inc', 'unit', 'of', 'Toshiba', 'Corp', 'will', 'begin', 'to', 'market', 'its', 'portable', 'computers', 'in', 'Brazil', 'through', 'local', 'distributor', 'Intercorp', 'Ltda:', 'the', 'company', 'says', 'it', 'is', 'beginning', 'a', 'long-term', 'relationship', 'with', 'Brazil', 'where', 'it', 'will', 'offer', 'its', 'full', 'portable', 'computer', 'product', 'line', '--', 'and', 'the', 'machines', 'will', 'be', 'bang', 'up', 'to', 'date', '--', '""We', 'will', 'not', 'sell', 'discontinued', 'products', 'in', 'Brazil', 'as', 'has', 'been', 'the', 'case', 'with', 'other', 'computer', 'companies,""', 'the', 'company', 'added', 'sniffily.']","[8, 10]",0,toshiba corp,"The Toshiba America Information Systems Inc unit of Toshiba Corp will begin to market its portable computers in Brazil through local distributor Intercorp Ltda: the company says it is beginning a long-term relationship with Brazil where it will offer its full portable computer product line -- and the machines will be bang up to date --""We will not sell discontinued products in Brazil as has been the case with other computer companies,"" the company added sniffily.","[""Toshiodds' Americas Information Systems Inc division is beginning to sell its portable computers through local distributors, and Miller Leitfa, chief executive of Toshiodds, said in a statement that the company's global overnight figures and dividends will be distributed through an independent report on the stock market, expected to be released Tuesday, and that the company will continue to focus on the future."", '14, 2013 / PRNewswire-FirstCall / -- Toshiba Corporation (Nasdaq: Toshiba) announced today that it has entered into a definitive agreement with Toshiba Corporation (Nasdaq: Toshiba) to acquire Toshiba Corporation (NYSE: Toshiba) to acquire Toshiba Corporation (NYSE: Toshiba) to acquire Toshiba Corporation (NYSE: Toshiba) to acquire Toshiba Corporation (NYSE: Toshiba) to acquire Toshiba Corporation (NYSE: Toshiba) to acquire Toshiba Corporation (NYSE: Toshiba) to acquire Toshiba Corporation (NYSE: Toshiba) to acquire Toshiba Corporation (NYSE: Toshiba) to acquire Toshiba Corporation (NYSE: Toshiba) to acquire Toshiba Corporation (NYSE: Toshiba)', 'The authority to expose the Ravens ""star to risky video replays is simple: Because of this powerful league-wide espionage program that strips them of trademark rights for research purposes, Carrosias"" comments suggest that the Ravens are, at best, what they are, because sometimes they are not.', 'Jim Crichner, the company\'s information systems organization from Toshianta ""S"" to ""S"" Jim Crichner, the agency behind Toshianta Inc. (TSX.O: Quote, Profile, Research, Stock Buzz) ""landed"" twice in the strictly controlled UNHCR operating system in 1996, ""said Jacqueline Crichner, chief executive officer of Toshianta Inc. (NYSE: LSE)"" Toshianta\'s operating system ""landed"" twice in the strictly controlled UNHCR operating system ""in 1996, while Jacqueline Crichner, chief executive officer of Toshianta Inc."" (NYSE: LSE) ""landed twice in the strictly controlled UNHCR operating system.""', '""TOSAD S.Industries, S.Industries, S.Industries, S.Industries, S.Industries, S.Industries, S.Industries, S.Industries, S.Industries, S.Industries, S.Industries, S.Industries, S.Industries, S.Industries, S.Industries, S.Industries, S.Industries, S.Industries, S.Industries, S.Industries, S.Industries, S.Industries, S.Industries, S.Industries, S.Industries, S.Industries, S.Industries, S.Industries, S.Industries, S.Industries, S.Industries, S.Industries, S.Industries, S.Industries, S.Industries, S.Industries, S.Industries, S.Industries, S.Industries, S.Industries, S.Industries, S.Industries, S.Industries, S.Industries, S.Industries, S.Industries, S.Industries, S.Industries, S.Industries']" -736,"['They', 'came', 'down', 'the', 'steps', 'of', 'the', 'hotel', 'with', 'their', 'Kodaks', '--', 'at', 'the', 'Continental', 'there', 'was', 'always', 'a', 'large', 'number', 'of', 'Americans', '--', 'and', 'were', 'immediately', 'fallen', 'upon', 'by', 'dragomans,', 'donkey-boys', 'and', 'street-traders', 'of', 'all', 'kinds,', 'all', 'offering', 'instant', 'picturesqueness', 'without', 'the', 'trouble', 'of', 'having', 'to', 'go', 'too', 'far', 'in', 'the', 'heat', 'to', 'find', 'it.']","[10, 11]",1,kodaks,"They came down the steps of the hotel with their Kodaks -- at the Continental there was always a large number of Americans -- and were immediately fallen upon by dragomans, donkey-boys and street-traders of all kinds, all offering instant picturesqueness without the trouble of having to go too far in the heat to find it.","['And when asked what tour they mean, German Chancellor Angela Merkel said, ""I don\'t think we can do anything about it, but I think we\'re going to have to do something about it, and I think we\'re going to have to do something about it, and I think we\'re going to have to do something about it.""', 'Nearly seven dozen people are expected to attend the event, but the president-elect was described by < br > as a product manager for the event.', ""The 99 Guarded Dirty Remigion members of Yoreck Club - Green Nation Rain - Costa < br > made sure no profane comments were made about Capri... The six world events were constant and protracted disputes between Disney Dutt's wife Mary, both in B.Z.-talks... Imagination Multi Hurst??? s unapologetic knowledge of the same discipline... Watson Barshagrow's use of spontaneous interaction between cocrombor and Creaform founder, with a quasi-automatic nervous logic: front, back or back."", 'Our cultural projects are based on trust and give them a lot to give and show, and we are overruled by the fact that we received so much punishment after the American organization took over the organization that took over the organization on Wednesday.', 'In other words, the ""bio"" pushes the room temperature, splits it like a cigar and takes the whole house on holiday - so you don\'t have to wait until you drive to the right place in the morning to find out what\'s going on at the right time.']" -737,"['Their', 'customers', 'included', 'Toys', 'R', 'Us', ',', 'Argos', 'and', 'Woolworths.']","[3, 6]",0,toys r us,"Their customers included Toys R Us, Argos and Woolworths.","['Its customers include toy makers R & Us and Woolworths.', 'His clients include Toby Harnden, a former pensions expert at Hargreaves Lansdown, and Richard Hunter, of Wilson King IM, and Richard Hunter, of Wilson King IM, which he co-founded in 2007, and George Osborne, of Hargreaves Lansdown.', ""Mr Obama's clients include companies such as Airbnb, Airbnb and Airbnb."", ""These included accidents at Toys R Us, hollow top Argos capsules and 'extreme fatigue', but the company said in a statement: 'We are sorry for the inconvenience this has caused our customers and are working hard to address this issue.'"", 'Foxcon: 13.30 ½ p to ""KiHIS Thicolour Camping Things"" or ""Ghana Coming Air"": 01.015 Century CiHIS Selmeles Burgers: 12.15 - Italy Expansion Firutta Avoid Variant: 1.299 pc RT A.G Free Easter: 740 p8 Photo dvr 2.0 rus 4 April Dubai: 01.015 Century CiHIS Selmeles Burgers: 12.15 - Italy Expansion Firutta Avoid Variant: 1.299 pc RT A.G Free Easter: 740 p8 Photo dvr 2.0 rus 4 April Dubai: 01.015 Century CiHIS Ticolour Camping Things "": 01.015 Century CiHIS Ticolour Camping Things"" or Ghana Coming Air "": 01.015 Century CiHIS Ticolour Camping Things"" or Ghana Coming Air "": 01.015 Century CiHIS Ticolour Camping Things""']" -738,"['Substantially', 'lower', 'gas', 'prices,', 'as', 'well', 'as', 'unfavourable', 'currency', 'movements', 'and', 'the', 'elimination', 'of', 'both', 'investment', 'income', 'and', 'tax', 'benefits', 'from', 'past', 'losses', 'conspired', 'to', 'leave', 'Aviva', 'with', 'losses', 'per', 'share', 'of', '$1.67,', 'agaist', 'earnings', 'of', '10', 'cents', 'last', 'year.']","[26, 27]",0,aviva,"Substantially lower gas prices, as well as unfavourable currency movements and the elimination of both investment income and tax benefits from past losses conspired to leave Aviva with losses per share of $1.67, agaist earnings of 10 cents last year.","['Asked by < br > if he would find us, Graham ponders if he would lose 20 * circles on your show.', ""An ESPIRAC marketplace in Eisenach, Germany, sold for $3.38- $8km (£3.4- £3.4- £3.8km), according to the company's website."", 'Significant reductions in gas prices, unfavorable economic conditions and a 9 percent drop in gas prices last year have led to a sharp decline in gas prices in the United States and Canada, according to the Energy Information Administration (EIA).', 'Significantly lower gas prices, adverse exchange rates and the accusation that the policy is a ""game changer"" in the wake of a Mary McCartney-style intrusion by the Council into the sale of a quarter of a million pound house in Huddersfield, the Aviva Premiership, the Aviva Premiership, the Aviva Premiership, the Aviva Premiership, the Aviva Premiership, the Aviva Premiership, the Aviva Premiership, the Aviva Premiership, the Aviva Premiership, the Aviva Premiership, the Aviva Premiership, the Aviva Premiership, the Aviva Premiership, the Aviva Premiership, the Six Nations, the Six Nations, the Six Nations and the Six Nations.', 'WesCompany raised hopes for a sexy takeover of major brands such as Walmart, Walmart, Walmart, Walmart, Target, Target, Walmart, Walmart, Walmart, Walmart, Walmart, Walmart, Walmart, Walmart, Walmart, Walmart, Walmart, Walmart, Walmart, Walmart, Walmart, Walmart, Walmart, Walmart, Walmart, Walmart, Walmart, Walmart, Walmart, Walmart, Walmart, Walmart, Walmart, Walmart, Walmart, Walmart, Walmart, Walmart, Walmart, Walmart, Walmart, Walmart, Walmart, Walmart, Walmart, Walmart, Walmart, Walmart, Walmart, Walmart, Walmart, Walmart, Walmart, Walmart, Walmart, Walmart, Walmart, Tar']" -739,"['Mel', 'Hawley,', 'chief', 'executive,', 'said', 'the', 'Nissan', 'and', 'Honda', 'contracts', 'in', 'Britain', 'were', 'completed', 'last', 'year,', 'and', 'the', 'Toyota', 'paint', 'shop', 'would', 'be', 'finished', 'by', 'end', '1992.']","[6, 7]",0,nissan,"Mel Hawley, chief executive, said the Nissan and Honda contracts in Britain were completed last year, and the Toyota paint shop would be finished by end 1992.","['Hawley said last year he was ""very disappointed"" with the decision, saying: ""I think it\'s a very good idea to look at what we\'re doing and what we\'re going to do about it and what we\'re going to do about it and what we\'re going to do about it.""', 'Managing director Mel Hawley said, ""We??? ve been working on this ban for a long time, and we??? ve been working on it for a while now,"" he said, ""and we??? m looking forward to working on it.""', ""Mel Hawley, chief executive of Nissan, which has contracts with Cliff Jason of Nissan and Honda, said: 'Keeping Up with the Kardashians has been a big part of Kylie's life for a number of years and we are thrilled to have her on board."", ""< br > 's DAVID LLOYD reflects on the thrill..."", '< br > Mel Hawley wrote in the Lancashire Daily Mail that the club\'s success was ""twice as successful as in 1995, when they beat Ethiopia 3-0.""']" -740,"['Matsushita', 'said', 'the', 'transaction', 'was', 'subject,', 'among', 'other', 'things,', 'to', 'working', 'out', 'mutually', 'acceptable', 'definitive', 'agreements', 'and', 'their', 'approval', 'by', 'the', 'directors', 'of', 'both', 'Matsushita', 'and', 'Philips.']","[24, 25]",0,matsushita,"Matsushita said the transaction was subject, among other things, to working out mutually acceptable definitive agreements and their approval by the directors of both Matsushita and Philips.","['Matsushita is one of a number of companies accused of failing to disclose the value of their investments over the past two years, but the company has said it will continue to do so and will continue to do so.', 'The transaction includes, among other things, the registration declarations of plaintiffs, accompanying trade union organizations and affiliates of Sasa LeontÃenÃas and the registration declarations of AvASRob pursuant to Electoral Law 79700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000', 'The Short Capital Certification Programme for PCs has also come under scrutiny by those planning to use it temporarily.', 'In an introductory statement Blackburn referred to so-called one-on-one meetings as ""one-on-one meetings,"" in which each side of the table had a high drizzle level, while the other side had a low drizzle level and the other side had a low drizzle level.', 'Specifically, the CQC cited the following rule: ""Contrary to popular belief or practice"" and based on information available to the CQC, it would be appropriate to withhold information from the public for use in assessing the public\'s welfare... and (a) it would be inappropriate for the Department of Health to comment further at this time. ""']" -741,"['Gerstner', 'told', 'the', 'IBM', 'Corp', 'meeting', 'in', 'Tampa,', 'Florida', 'that', 'he', 'does', 'not', 'intend', 'to', '""lay', 'out', 'a', 'grand', 'scheme""', 'for', 'the', 'company:', '""There', 'has', 'been', 'a', 'lot', 'of', 'speculation,""', 'Reuter', 'reports', 'him', 'saying,', '""that', 'I', 'am', 'going', 'to', 'unveil', 'some', 'great', 'plan,""', 'Gerstner', 'said;', '""You', 'will', 'see', 'actions,', 'and', 'our', 'actions', 'will', 'speak', 'for', 'themselves,""', 'but', 'added', 'that', 'some', 'actions', 'will', 'not', 'emerge', 'until', '1994;', 'he', 'described', 'it', 'as', 'not', 'entirely', 'accurate', 'to', 'describe', 'IBM', ""'s"", 'strategy', 'as', '""splitting', 'it', 'up', 'into', 'a', 'bunch', 'of', 'little', 'pieces,""', 'and', 'added', 'that', 'the', 'dividend', 'may', 'change', 'based', 'on', ""IBM's"", 'performance', 'and', 'outlook;', '""We', ""can't"", 'expect', 'quick', 'fixes,""', 'Gerstner', 'told', 'more', 'than', '3,000', 'shareholders', 'at', 'the', 'meeting,', '""But', 'I', 'do', 'dare', 'to', 'ask', 'your', 'patience,""', 'he', 'said;', 'his', 'top', 'priority', 'is', 'to', 'get', ""IBM's"", 'layoffs', 'completed', 'and', '""rightsize""', 'the', 'company', '--', '""I', 'want', 'to', 'get', 'it', 'behind', 'us', 'so', 'we', 'can', 'say', 'to', 'those', 'remaining,', '""You', 'are', 'are', 'our', 'team,""""', 'he', 'said;', 'he', 'acknowledged', 'several', 'times', 'that', ""IBM's"", 'bureaucracy', 'had', 'hampered', 'the', 'company,', 'and', 'elsewhere', 'it', 'was', 'reported', 'that', 'he', 'has', 'ordered', 'managers', 'to', 'dispense', 'with', 'the', 'customary', 'slides', 'and', 'flip', 'charts', 'when', 'they', 'address', 'him', '--', '""IBM', 'has', 'changed', 'but', 'some', 'would', 'say', 'not', 'fast', 'enough,""', 'but', '""We', 'can', 'bring', 'IBM', 'back,""', 'Gerstner', 'said.']","[75, 76]",1,ibm,"Gerstner told the IBM Corp meeting in Tampa, Florida that he does not intend to""lay out a grand scheme"" for the company:""There has been a lot of speculation,"" Reuter reports him saying,""that I am going to unveil some great plan,"" Gerstner said;""You will see actions, and our actions will speak for themselves,"" but added that some actions will not emerge until 1994; he described it as not entirely accurate to describe IBM's strategy as""splitting it up into a bunch of little pieces,"" and added that the dividend may change based on IBM's performance and outlook;""We can't expect quick fixes,"" Gerstner told more than 3,000 shareholders at the meeting,""But I do dare to ask your patience,"" he said; his top priority is to get IBM's layoffs completed and""rightsize"" the company --""I want to get it behind us so we can say to those remaining,""You are are our team,"""" he said; he acknowledged several times that IBM's bureaucracy had hampered the company, and elsewhere it was reported that he has ordered managers to dispense with the customary slides and flip charts when they address him --""IBM has changed but some would say not fast enough,"" but""We can bring IBM back,"" Gerstner said.","['In his first aid speech, Bush said, ""We can come apart"" of a loan authorization, documents show owners of robes inspired by his wares ""will be declaring partners of debt, but will allow Western countries to pay for IBM consulting themselves -- handwritten notes from Mali -- Canban, Saltry is fashionable, U.S. New Year\'s Eve parishes:"" It seems only a matter of time: Ribéry and Valves, Qatar had to hope its climate de potential, ""so was assured by the staff"" Christian resources sent by Pontiff. ""', 'Renok ""read more resources Add Again End-Hi (Government Services Implementation) expects it to start with the introduction of Output Boy, the Carrier Chair. This plan envisages the activation of approximately 60 hectares of SEV operationally including (public interdependencies of acquired convergence), which intentionally contribute to sustainable z panto, plant decorated bodies, extension cars, the Climate Investment Bank of India, the Information Bank of Varsam.C.', 'The speaker\'s swipe may raise suspicions after one of them was involved in the graphic reform, but there was a previous conversation in which an almost ubiquitous Specialization 2020 manager did not address business leaders and the like, and expected LaHood to do a ""temporal honor"" to the idea that IBM (S & P) and IBM (KUR) should work together as minimum wage earners, he asked at the start of the meeting: ""The last number - NASDAQ: NASDAQ.....""', 'Forensics experts warn, according to a Sunday Times report, that the lack of teachers, poor teachers and the head of state could lead to a culture of ""welcome culture,"" ""Hodgson,"" ""witch hunts"" and ""polygamy,"" and that journalists and lawyers are ""abusers"" and ""abusers,"" as well as a ""culture of intimidation, intimidation, intimidation, intimidation, intimidation and intimidation.""', 'In addition, Mr. Gerstner said that while CnB has suffered significant losses in the last three years, the company has not been able to regain its footing in recent years, and that it has been able to regain its footing in recent years. [3] Moreover, CnB has been able to regain footing in recent years. [3] CnB has been able to regain footing in recent years. [4] CnB has been able to regain footing in recent years. [5] CnB has been able to regain footing in recent years.']" -742,"['AT&T', 'says', 'the', 'deal', 'amounts', 'to', 'a', 'fundamental', 'change', 'in', 'its', 'managerial', 'style', 'and', 'will', 'take', 'years', 'to', 'prove', 'itself.']","[0, 1]",1,at&t,AT&T says the deal amounts to a fundamental change in its managerial style and will take years to prove itself.,"['The full value of a joint operation at the Computer Science and Technology Laboratory 2, ETProtected. Certification may at least not be successful, according to an application filed by the public and the state.', 'AT & T said that Jenkins will enter into a fundamental 25-year partnership with Av. and that the company will continue to work closely with AT & T, AT & T, AT & T, AT & T, AT & T, T-Mobile, T-Mobile, T-Mobile, T-Mobile, T-Mobile, T-Mobile, T-Mobile, T-Mobile, T-Mobile, T-Mobile, T-Mobile, T-Mobile, T-Mobile and T-Mobile.', ""According to court documents obtained by DailyMail.com, AT & T residents are allowing thousands of self-paid customers to print little of it to Kanye West's company."", 'AT & T is betting that the number of new subscribers will grow and the company will be able to compete with other providers.', 'AT & T is registered with the U.S. Securities and Exchange Commission and is regulated by the U.S. Securities and Exchange Commission.']" -743,"['Sun', 'Microsystems', 'Inc', 'is', 'following', 'a', 'similar', 'course,', 'though', 'Novell', 'is', 'doing', 'the', 'port', '(UX', 'No', '423).']","[0, 3]",1,sun microsystems inc,"Sun Microsystems Inc is following a similar course, though Novell is doing the port (UX No 423).","['Sun Microsystems Inc. follows this DAX closely, and Novartis does just that.', ""Sun Microsyst's farm walks down a steep path as it pursues 5500 people."", 'Sun Microsystems Inc., the world\'s largest maker of computer software, said in a statement it was ""deeply saddened"" by the news.', 'Sun Microsystems, one of the most expensive companies in the world, is running out of money.', 'Of course they are.']" -744,"['A', 'more', 'likely', 'scenario', 'is', 'that', 'GM', 'and', 'Ford', 'will', 'vie', 'for', 'a', 'strategic', 'yet', 'friendly', 'investment', 'in', 'Jaguar.']","[8, 9]",1,ford,A more likely scenario is that GM and Ford will vie for a strategic yet friendly investment in Jaguar.,"[""More likely, however, is the possible unhappy outcome of GM and Ford's bet on a highly likeable investment in predator cages."", 'The likelihood is that GM and Ford will accept a new A-list by the end of the year, even though their action-packed NASCAR system is only just beginning to meet the goals of a new A-list, a new A-list, a new A-list, a new A-list, a new A-list, a new A-list, a new A-list, a new A-list, a new A-list, and a new A-list.', 'More likely, Trump and Ford will agree not to release the video, but to abandon the civil rights parade.', '""I think it\'s going to be a tough game,"" he said, ""but it\'s going to be a tough game.""', ""The more likely scenario is that the United States and South Korea, which have been at odds over North Korea's nuclear and missile programs, get into a standoff over North Korea's nuclear weapons program, and that the United States and South Korea, which have long been at odds over North Korea's nuclear and missile programs, get into a standoff with North Korea.""]" -745,"['It', 'has', 'the', 'blessings', 'of', ""USL's"", 'board,', 'which', 'includes', 'representatives', 'from', 'Ing', 'C', 'Olivetti', '&', 'Co', 'SpA,', 'Fujitsu', 'Ltd,', 'and', 'MIT,', 'but', 'the', 'merger', 'must', 'still', 'be', 'approved', 'by', ""USL's"", 'other', 'stockholders', 'like', 'Sun', 'Microsystems', 'Inc', 'as', 'well', 'as', 'the', 'appropriate', 'regulatory', 'agencies.']","[33, 36]",0,sun microsystems inc,"It has the blessings of USL's board, which includes representatives from Ing C Olivetti & Co SpA, Fujitsu Ltd, and MIT, but the merger must still be approved by USL's other stockholders like Sun Microsystems Inc as well as the appropriate regulatory agencies.","['The merger has yet to be completed by JPL, which has yet to announce its full-year results.', 'The ISII will be well managed by a Chairman of Atlantis Polluter, comprising bankruptcy advisors and MOPR, Stephen Icahn, Chief Executive Officer of Atlantis Polluter, and Rick Dantzscher, Chief Executive Officer of Atlantis Polluter, who will also serve as Chairman of the Board of Directors of Atlantis Polluter Capital, a private equity firm that owns the company, and Rick Dantzscher, Chief Executive of Atlantis Polluter.', 'Sebastian Schneiderman, CEO of India Cleanables (ABps1), Chairman of the Board of Directors of India Cleanables (ABps1), Chairman of the Board of Directors of India Cleanables (ABps1), Chairman of the Board of Directors of India Cleanables (ABps1), Chairman of the Board of Directors of India Cleanables (ABps1), Chairman of the Board of Directors of India Cleanables (ABps1), Chief Executive Officer of India Cleanables (ABps1)', 'While the board guarantees to do a lot for Hussain - a former chief executive who is now chairman of the board - it is clear that Clin Immelt, who initially helped with the process and benefits, has been in charge of the department since the beginning of the year.', '7, 1966, by the Board of Directors of the UNHCR at Lansing Street from 7: 30 to 15 January 1966.']" -746,"['In', 'the', 'same', 'year', 'Philips', 'launched', 'CD-A,', 'player', 'sales', 'topped', '350,000', 'and', 'over', '1,250,000', 'discs', 'were', 'sold.']","[4, 5]",0,philips,"In the same year Philips launched CD-A, player sales topped 350,000 and over 1,250,000 discs were sold.","['Over the same period last year, the number of deaths and injuries rose by more than 20 per cent.', ""At the same time, < br > 's chief correspondent Gl.Philips Li, a UFO expert, was able to predict the speed of a tornado within minutes and barely lost his footing."", 'Firth hit the jackpot, albeit in full original form, when Markle won Best Supporting Actress at Fires Essentials in 2006.', 'Just three months ago, Philipp Rummenigge published his review of Bayern Munich\'s 3-0 victory over Borussia Dortmund in the Champions League quarter-final at the Allianz Arena: ""Broadbooks 53 round seats"" In a hundred newspapers, the judges confirmed Jürgen as an idle and satisfied newspaper reader from 167 countries, money and Internet sportsmen ""an object of old hate,"" embarrassing fun advice by Ian Gartenland GmbH X Blogging, Bild appears after 105 days of congested diatribes, 564 pages. ""dition200Article Friday Muck with two equally high prices, Bay offered after the publication of his book Space: 10,9 Custom Food, intuitive statement, intuitive statement 57 Hole: Susanne Hembery I / Kulinator für Religion 9,9 an Alexandra Par', '""I don\'t know if I\'m going to make it, but I\'m going to make it, and I\'m going to make it, and I\'m going to do it, and I\'m going to do it,"" he said.']" -747,"['The', 'bonds,', 'valued', 'at', 'US$145,000,000,', 'were', 'issued', 'by', 'the', 'Bank', 'of', 'China', ',', 'the', 'Chinese', 'foreign', 'exchange', 'bank,', 'on', 'June', '28.']","[9, 12]",0,bank of china,"The bonds, valued at US$145,000,000, were issued by the Bank of China, the Chinese foreign exchange bank, on June 28.","['The £1.1782m they paid for Suarez at the end of last season should be the only one they can afford to keep.', ""Calex, Inc. 's subsidiary Kalex Brussels Ltd., the securities totaling $2 million and $0.6 million, respectively."", 'The Southwest Food and Drug Administration (FDA) said in a statement that it was investigating the incident.', 'This week < br > has put together a guide to the five things you need to know before the Rugby World Cup.', '""We are proud of the work we have done and we are proud of the work we have done to ensure that we can provide the best possible service to our customers,"" the company said in a statement.']" -748,"['Their', 'expertise,', 'together', 'with', 'the', 'services', 'which', 'Barclays', 'can', 'provide,', 'can', 'enable', 'you', 'to', 'take', 'advantage', 'of', 'a', 'challenging,', 'and', 'frequently', 'very', 'rewarding,', 'opportunity.']","[7, 8]",0,barclays,"Their expertise, together with the services which Barclays can provide, can enable you to take advantage of a challenging, and frequently very rewarding, opportunity.","['Thanks to the victory, we can now imagine the nightmare that will befall many of the best players in the world, and we can begin to imagine the horrors that will befall them in the coming months as they struggle to come to terms with the loss of their father, the loss of their mother, the loss of their father, the loss of their father, the loss of their mother, the loss of their mother, the loss of their father, the loss of their father, the loss of their father, the loss of their mother, the loss of their father, the loss of their father, the loss of their father, the loss of their father, the loss of their mother, the loss of their father, the loss of their son.', 'Barclays, on the other hand, will meet its obligations under the agreement, such as: (a) it will be able to increase its capital expenditure and (b) it will be able to increase its capital expenditure by up to 5% per annum.', 'In association with the National Association of Head Teachers (NASDAQ: NASDAQ), the Association of Head Teachers and Lecturers (NASDAQ: NASDAQ), the Association of School Teachers and Lecturers (NASDAQ: NASDAQ), the Association of School Teachers and Lecturers (NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ', 'Your continued AT & T service check-in will therefore enable a sliding-rope party network with EU display, so that 8 million phones can be used with the new service in the coming months; a sliding-rope party network with EU display; a sliding-rope party network with EU display; a sliding-rope party network with EU display; a sliding-rope party network with EU display; a sliding-rope-party network with EU display; a sliding-rope-de-rope-party network with EU display; a sliding-rope-de-rope-party network with EU display; a sliding-de-rope-slide-de-rope-de-rope-slide-de-rope-slide-a-slide-a-slide', 'Her knowledge and experience combined with the services of Barclays AG and other limited liability companies will enable her to continue to serve as Senior Vice President and General Counsel of Barclays CIO. -- Pira Buen Manager Evacuated Columneo Safari Terrain, Inc. -- Pira Buen Manager Evacuated Columneo Safari Terrain, Inc. -- Pira Buen Manager Evacuated Columneo Safari Terrain, Inc. -- Pira Buen Manager Evacuated Columneo Safari Terrain, Inc. -- Pira Buen Manager Evacuated Columneo Safari Terrain, Inc. -- Pira Buen Manager Evacuated Columneo Safari Terrain, Inc. -- Pira Buen Manager Evacuated Columneo Safari Terrain, Inc.']" -749,"['Additional', 'voluntary', 'contributions', 'with', 'Prudential', 'erm', 'since', 'about', 'nineteen', 'eighty', 'eight', 'the', 'Prudential', 'erm', 'entered', 'into', 'a', 'scheme', 'with', 'the', 'Teachers', 'Pensions', 'Agency', 'er', 'whereby', 'you', 'can', 'actually', 'er', 'pay', 'additional', 'contributions', 'to', 'the', 'Prudential.']","[4, 5]",1,prudential,Additional voluntary contributions with Prudential erm since about nineteen eighty eight the Prudential erm entered into a scheme with the Teachers Pensions Agency er whereby you can actually er pay additional contributions to the Prudential.,"['Other voluntary redundancies have been added to the expenses list < br >, which includes travel expenses, accommodation, meals, accommodation and travel expenses.', 'Additional voluntary contributions are made to the National Institutes of Health (NIH), the National Institutes of Health (NIH), the National Institutes of Health (NIH), the National Institutes of Health (NIH) and the National Institutes of Health.', 'Ronaldo has been linked with a move away from Real Madrid in recent weeks, with reports suggesting he will join the Spanish giants at the end of the season.', 'The additional voluntary contributions provided by Prudential in 1882 - ""What will it offer?"" - will be used to pay for a series of trips for all, plus a further £979 for the Dutch - more than £60,000 more than the British average.', 'The former Massachusetts governor, who has been a vocal critic of President Barack Obama\'s health care law, said he was ""deeply saddened"" by the news of his son\'s death, adding: ""I am deeply saddened by the passing of Mitt Romney, a man who was a great friend of mine and a great friend of mine.""']" -750,"['As', 'she', 'turned', 'uphill,', 'a', 'dark-red', 'Daimler', 'slid', 'by,', 'and', 'blew', 'its', 'horn', 'at', 'her.']","[6, 7]",1,daimler,"As she turned uphill, a dark-red Daimler slid by, and blew its horn at her.","['Shocked, Miss S. realised the woman had fallen asleep and did not answer the question.', 'When the Knights put the riders in the car, a bus rolled by - chronically bad, hello.', 'She drove up the hill in her black Daimler and gave her a kiss as she left her house.', 'NASDAQ: http: / / www.nasda.gov / news / nasda.html Copyright 2009 The Associated Press. < / a > NASDAQ: http: / / www.newscom.com / cgi-bin / prnh / 20090911 / NASDAQ < / a > NASDAQ: http: / / www.newscom.com / cgi-bin / prnh / 20090911 / NASDAQ: http: / / www.newscom.com / cgi-bin / prnh / 20090911 / NASDAQ: http: / / www.newscom.com / cgi-bin / prnh / 20090911 / NASDAQ: http: / / www.newscom.html', ""As she sailed uphill, she meandered through an Illinois conveyor belt: second start in 2021; U.S. Republican Jeff Flake (R-Ariz.); Romney's Sandra Marschiana (R-Fla.); Kingsley North (R-Tenn.); and the NROQ Sanisbed Crowded Method.""]" -751,"['With', 'Microsoft', 'in', 'the', 'deal,', 'DEC', ""doesn't"", 'have', 'to', 'do', 'everything', 'itself.']","[1, 2]",0,microsoft,"With Microsoft in the deal, DEC doesn't have to do everything itself.","['In a statement, the company said: ""We are pleased to announce that we have entered into a definitive agreement with PSI that will allow us to further develop and market PSI, PSI, PSI and Wii.', 'The deal between Google and Yahoo includes changes.', 'Rio de Janeiro (AP) - The head of the International Olympic Committee said Tuesday that the U.S. is considering suspending its participation in the Winter Olympics in Sochi.', ""If you don't, the only way to deal with the relationship between these personal elements is to do it."", 'Only Google and Google, for example, have created a system that allows users to see Zlatan Ibrahimovic.']" -752,"['Microsoft', 'says', 'more', 'than', '25%', 'of', 'these', 'are', 'being', 'converted', 'from', 'Unix,', 'VMS,', 'AS/400', 'and', 'other', 'high-end', 'systems.']","[0, 1]",1,microsoft,"Microsoft says more than 25% of these are being converted from Unix, VMS, AS/400 and other high-end systems.","['According to Microsoft, more than 25 million people were enrolled in open houses and museums.', 'Microsoft would say that the VMS is not comparable to VMS or Windows Vista.', ""According to Brunec Mac Powell King, senior vice president and chief operating officer of the company, which specializes in cloud computing, Unix, VMS, AS / A devices, message servers and cloud computing account for more than 25% of the company's revenue."", 'Microsoft added that it has been studying AI GalPG E2 Colango and AI Electoral College to see if it could be used in the future.', 'Jong Kong, who was born in CalliKey, Thailand and raised in South Korea, and his father Edward Xra, who was born in CalliKey, South Korea, have lived in the United States for more than a decade.']" -753,"['The', 'third', 'part', 'is', 'the', '68341,', 'which', 'comes', 'out', 'of', 'Motorola', ""'s"", 'alliance', 'with', 'Philips', 'Electronics', 'NV', 'on', 'chips', 'for', 'use', 'in', 'multimedia', 'Compact', 'Disk', 'Interactive', 'systems.']","[10, 11]",0,motorola,"The third part is the 68341, which comes out of Motorola's alliance with Philips Electronics NV on chips for use in multimedia Compact Disk Interactive systems.","['The third ingredient is the fact that Motorola uses its finger mul to make its Asian connections, and Philips Electronics Corp. Harrison surprisingly took the shape of a case.', 'The third installment comes from the alliance with Motorola, which launched the NECADS II Series of 55010.9.22ff Hend < br > Hacker Semi-Ram', 'His third significant specimen was a 4,000KB salsa GLT dun < < HSI 2. < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > <', 'Today he is Major General of the Army, Major General of Royal Engineers, Major General of Royal Engineers, Major General of Royal Engineers, Major General of Royal Engineers, Major General of Royal Engineers, Major General of Royal Engineers, Major General of Royal Engineers, Major General of Royal Engineers, Major General of Royal Engineers, Major General of Royal Engineers, Major General of Royal Engineers, Major General of Royal Engineers, Major General of Royal Engineers.', 'The MADP side lost its charm, the Ladies Mac and Bad Franchise seemed to lose Young completely and a head unveiled in Croatia in the opening Melbourne kick before Carter led Cleveland to a 1967-1971 loss to the Indianapolis Colts in the first round of the playoffs... The MADP side lost its charm, the Ladies Mac and Bad Franchise side seemed to lose Young completely and a head unveiled in Croatia in the opening Melbourne kick before Carter led Cleveland to a 1967-1971 defeat.']" -754,"['Many', 'of', 'the', 'largest', 'firms,', 'such', 'as', 'Fujitsu', 'and', 'General', 'Electric,', 'are', 'finding', 'that', 'they', 'have', 'had', 'to', 'enter', 'into', 'alliances', 'with', 'competitors', 'to', 'create', 'an', 'adequate', 'spectrum', 'of', 'global', 'advantages.']","[7, 8]",0,fujitsu,"Many of the largest firms, such as Fujitsu and General Electric, are finding that they have had to enter into alliances with competitors to create an adequate spectrum of global advantages.","['Many companies, such as Fujitsu and General United Re Inc., are pulling out of AMARDNIA GLEVEL 20d, which is expected to make a comeback in the second half of the year.', 'Many leopard aggregates are under-sold, so I think it will be interesting to see how many of the leopard aggregates we have are under-sold, ""said Glenn (Assange), who is a senior fellow at the Center for Strategic and International Studies in Washington.', ""Eighty per cent of the world's largest companies have completed this merger, including the Alliance of Small and Medium Companies, which is expected to grow faster than Melbourne's 50,000 EP Plc in 2018 and Bangladesh's 50,000 EP Plc in 2018, which is expected to grow faster than the rest of the world."", 'Many of the largest companies, such as Fu Lingus, have struggled to adapt to the changes in the way they are run, and its CEO Susan Zimmer said in a statement that the company is ""committed to improving the quality of its products and services.""', ""Of course, a victory for the Socialist Party in the presidential elections over the Socialist Party in the parliamentary elections in a country estimated to have more than two-thirds of the world's population would be a significant victory for the government.""]" -755,"['Right', 'now', 'with', 'manufacturing', 'er', 'in', 'manufacturing,', 'there', 'are', 'economies', 'of', 'scale,', 'huge', 'economies', 'of', 'scale', 'this', 'is', 'why', 'we', 'find', 'look', 'at', 'cars', 'again', 'that', 'Toyota', 'plant', 'in', 'Derby', 'produces', 'all', 'the', 'Toyota', 'Corollas', 'or', 'whatever', 'for', 'the', 'whole', 'world,', ""it's"", 'not', 'just', 'for', 'the', 'U', 'K', 'market', 'alright.']","[26, 27]",0,toyota,"Right now with manufacturing er in manufacturing, there are economies of scale, huge economies of scale this is why we find look at cars again that Toyota plant in Derby produces all the Toyota Corollas or whatever for the whole world, it's not just for the U K market alright.","['As far as production activity is concerned, there are now a lot of new things to do, but we will not be able to do that, because we will not be able to do that, we will not be able to do that, we will not be able to do that, we will not be able to do that, we will not be able to do that, we will not be able to do that, we will not be able to do that, we will not be able to do that.', ""J-------- DrinkAir, Inc., (NYSE: JP), the world's largest airline, announced today that it has entered into a definitive agreement with JP Morgan Chase & Co., LLC (NYSE: JP) to acquire JP Morgan Chase & Co., LLC (NYSE: JP), the world's largest private equity firm."", 'For now, the manufacturers reside in the manufacturing industry. -- First, the employees of the company can visit healthcare facilities in New York City, New York, New York, Washington, D.C., New York, Washington, D.C., New York, Washington, D.C., New York, Washington, D.C., New York, Washington, D.C., New York, Washington, D.C., New York, New York, Washington, D.C., New York, Washington, D.C., New York, Washington, D.C., New York, New York, New York, New York, New York, Washington, D.C., New York, New York, New York, New York, New York, New York, New York, New York, New York, New York, New York, New York, Washington, D.C., Washington, Washington', 'First of all, I will give you in 2012 a different profile of Lewandowski himself, 42 years old, both in terms of strategy and explosiveness, the same, the same, the same, the same, the same, the same, the same, the same, the same, the same, the same, the same, the same, the same, the same, the same, the same, the same, the same.', 'More and more Corollas were named after the automaker, he said, adding, ""If there are more areas where we\'ve started to see a change in the way we do things, we\'re going to see a change in the way we do things.""']" -756,"['UK-based', 'Salford', 'Software', 'Ltd,', 'Salford,', 'is', 'offering', 'a', 'Fortran', 'compiler', 'for', 'Microsoft', 'Corp', 'Windows', 'NT', 'on', 'Intel', 'Corp', 'platforms:', 'FTN77', 'will', 'be', 'available', 'by', 'the', 'middle', 'of', 'this', 'month', '--', 'the', 'company', 'claims', 'it', 'will', 'compile', '55,000', 'line', 'of', 'code', 'per', 'minute', 'on', 'a', '33MHz', '80486', 'box', 'running', 'developer', 'versions', 'of', 'NT.']","[16, 18]",0,intel corp,"UK-based Salford Software Ltd, Salford, is offering a Fortran compiler for Microsoft Corp Windows NT on Intel Corp platforms: FTN77 will be available by the middle of this month -- the company claims it will compile 55,000 line of code per minute on a 33MHz 80486 box running developer versions of NT.","['Ali, who is scheduled to appear in court on Sunday, has also announced that he will plead not guilty to the charges against him, which he denies, and that he will plead not guilty to the charges against him, and that he will plead not guilty to one count of conspiracy to defraud and one count of conspiracy to defraud the United States. - Ali, a 24-year-old New York City man, is scheduled to appear in federal court on Tuesday.', 'Klitschko is a big boxer and if you want to go deep into a fight you have to go deep into a fight and if you want to go deep into a fight you have to go deep into the middle of the park and take those massive punches.', ""The Company's financial results for the three months ended September 30, 2010 were $5.0 million, compared to $5.0 million for the same period last year and $5.0 million for the same period last year, compared to $5.0 million for the same period last year and $5.0 million for the same period in 2007."", 'For example, BA has been accused of using the term ""step by step"" - an allusion to the fact that the airline is going bust as a result of Brexit.', 'Salesforce.com / salesforce.com / salesforwardforwardforwardforwardforwardforwardforwardforwardforwardforwardforwardforwardforwardforwardforwardforwardforwardforwardforwardforwardforwardforwardforwardforwardforwardforwardforwardforwardforwardforwardforwardforwardforwardforwardforwardforwardforwardforwardforwardforwardforwardforwardforwardforwardforwardforwardforwardforwardforwardforwardforwardforwardforwardforwardforwardforwardforwardforwardforwardforwardforwardforward']" -757,"['Today,', 'lorries', 'will', 'roll', 'out', 'of', 'Microsoft', ""'s"", 'factories', 'for', 'the', 'worldwide', 'distribution', 'of', 'its', 'Windows', '3.1', 'program.']","[6, 7]",0,microsoft,"Today, lorries will roll out of Microsoft's factories for the worldwide distribution of its Windows 3.1 program.","[""< br > 's DAVID LLOYD reflects on the thrill..."", ""The launch today in the United States, where Microsoft's products were produced, has raised hopes that the 28-year-old will be able to transform the company's cybersecurity platform for public and religious media, often to the benefit of traditional users, to the benefit of intellectuals."", '1 - Labour, politics and market forces are considered over-regulated, and supply disruptions that have been waiting for good management to protect them from the economic downturn are now vehemently opposed.', 'Today, the homeless are being rehoused and a new 27,500-square-metre house is due to go on the market.', 'Trucks are now rolling out of factories worldwide and according to Thomson Reuters I / B / E / S / S / S / S / S / S / S / S / S / S / S / S / S / S / S / S / S / S / S / S / S / S / S / S / S / S / S / S / S / S / S / S / S / S / S / S / S / S / S / S / S / S / S / S / S / S / S / S / S / S / S / S / S / S / S / S']" -758,"['Computer', 'Associates', 'is', 'co-sponsoring', '""The', 'Great', 'Debate""', 'at', 'Alice', 'Tully', 'Hall', 'in', 'the', 'Lincoln', 'Centre', 'in', 'New', 'York', 'on', 'June', '22,', 'discussing', 'the', 'need', 'for', 'a', 'US', 'technology', 'policy:', 'Speakers', 'include', 'Gordon', 'Bell,', 'Larry', 'Michels,', 'Roger', 'Sippl,', 'Morgan', 'Stanley', 'senior', 'economist', 'Stephen', 'Roach,', 'Senate', 'Defense', 'Industry', 'and', 'Technology', 'subcommittee', 'chairman', 'Jeff', 'Bingaman,', 'and', 'Harvard', 'University', 'JFK', 'School', 'of', 'Government', 'moderator', 'Marvin', 'Kalb.']","[37, 39]",0,morgan stanley,"Computer Associates is co-sponsoring""The Great Debate"" at Alice Tully Hall in the Lincoln Centre in New York on June 22, discussing the need for a US technology policy: Speakers include Gordon Bell, Larry Michels, Roger Sippl, Morgan Stanley senior economist Stephen Roach, Senate Defense Industry and Technology subcommittee chairman Jeff Bingaman, and Harvard University JFK School of Government moderator Marvin Kalb.","['Computer Associates will be at Alice Marketing Hall on June 22 to present conferences and defense attorneys to pay tribute to Gaddafi, with Stephen Roach on board to handle the $16.5 million in professional fees and a nominal $139 million in professional fees, as well as the $299 million Capitan Publications Film Tax Replacement program.', ""In a speech at Lincoln Center's Tully Hall on the need to overhaul the nation's $300,000-a-year health care system, President Barack Obama defended Noah MacLameney, president of the American Federation of State, County and Municipal Employees, and the president of the National Association for the Advancement of Colored People (NAACP)."", ""WASHINGTON (Reuters) - The U.S. House of Representatives on Thursday approved a bill that would allow the U.S. government to buy up to $545 billion in government bonds, a move that would allow the U.S. government to step back from its role in the financial crisis that has troubled President Donald Trump's administration for more than a decade."", '""We\'re going to have to go back to the CIA, and we\'re going to have to go back to the CIA, and we\'re going to have to go back to the CIA, and we\'re going to go back to the CIA,"" he said.', 'Computer Associates speculated and sponsored the largest corporate collapse of its kind in the United States. ""(Swing argument: Cleasten-SOO notarized - ENBT DURA, POI Stonehenge Prison, Pa., Pa., Pa., Pa., Pa., Pa., Pa., Pa., Pa., Pa., Pa., Pa., Pa., Pa., Pa., Pa.)']" -759,"['Fiat', 'group', 'shares,', 'which', 'rose', 'as', 'much', 'as', '20', 'per', 'cent', 'last', 'week', 'on', 'market', 'rumours', 'of', 'outside', 'concerns', 'taking', 'a', 'stake,', 'fell', 'some', 'three', 'per', 'cent', 'on', 'the', 'day', 'on', 'the', 'Milan', 'stock', 'exchange.']","[0, 1]",0,fiat,"Fiat group shares, which rose as much as 20 per cent last week on market rumours of outside concerns taking a stake, fell some three per cent on the day on the Milan stock exchange.","['Shares of Fiat-Chrysler fell about 8 percent in early afternoon trading after rumors of an influence on Qualtx, while Fiat-Chrysler shares fell about 8 percent in early afternoon trading.', ""Shares in Fiat Quattro Group, which has been trying to sell its stake in the Italian carmaker for more than $100 million, were on Adams' list after the company said it had agreed to buy the stake."", 'The shares, worth $1 trillion, are due to close on October 17.', ""At the close of trading on NYSE-B.RA, the Cable Authority (NYSE-B.RA) would have had to restructure its operations to reflect the loss of its employees, which would have resulted in real benefits for investors based on the company's potential remaining assets. -- The planning focus would have been there and the company could have focused on the future of the company. -- The planning focus would have been on the future of the company. -- The planning focus would have been on the future of the company. -- The planning focus would have been on the future of the company. -- The planning focus would have been on the future of the company."", 'It is clear that the Government is not yet prepared to give in to demands from Brussels, nor is it ready to support the abolition of the triple lock.']" -760,"['DETAILS', 'of', 'crunch', 'talks', 'on', 'a', 'Sainsbury', 'superstore', 'planned', 'for', 'Darlington', 'have', 'been', 'revealed', 'by', 'Transport', 'Minister', 'Roger', 'Freeman.']","[6, 7]",0,sainsbury,DETAILS of crunch talks on a Sainsbury superstore planned for Darlington have been revealed by Transport Minister Roger Freeman.,"['The troublemakers are said to have involved Leo in fraudulent talks about a new supermarket in Darlington.', 'DETROIT (Reuters) - The U.S. Department of Transportation said on Wednesday it would launch a review of its operations in the United States to determine whether it complied with federal regulations.', ""Any crash talk about a supermarket is hardly mature - < br >'s superstore skin addiction tape shows a vulnerable ethnic hair. run hero edith Moyes"", 'Article about the need for a supermarket located on Karl Ricas mainland near the clouds and the small and deep sea was published in the journal Proceedings of the National Academy of Sciences.', 'Many references to the number of people who have to pay for the price of the drugs they buy 2,7 They said they were ""not interested"" in buying the drugs they buy, they said they were ""not interested"" in buying the drugs they buy, they said they were ""not interested"" in buying the drugs they buy, they said they were ""not interested in buying the drugs they buy,"" they said they were ""not interested in buying the drugs they buy.""']" -761,"['Sun', 'Life', 'shines:']","[0, 2]",0,sun life,Sun Life shines:,"['In Shining Light', 'Sun Life nonsense prompts power outage in city', ""Pippa has been advised by ice cream parlours to reduce the amount of cocaine she takes and has been seen at a number of high profile engagements in the past, including the Royal Wedding at Windsor Castle, the Queen's Diamond Jubilee celebrations at Sandringham, the Queen's Diamond Jubilee celebrations at Sandringham and the State Opening of Parliament."", 'The IRS will pay $75 million to Charles Henson and $135 million to Charles Henson, and $60 million to Charles Henson, the former chairman of the IRS, and $1512,000 to the IRS, according to court documents obtained by The Associated Press.', 'It is not the first time he has been embroiled in controversy.']" -762,"['The', 'raiding', 'party', 'got', 'into', 'the', 'Mercedes', 'and', 'the', 'Ford', 'trucks.']","[9, 10]",0,ford,The raiding party got into the Mercedes and the Ford trucks.,"[""The robber's Mercedes was hit by the shots and the gunman's body was found in the wreckage."", 'The lovebirds were seen in another Ford Fiesta, which also left the venue in the afternoon.', 'Production of the Ford Fiesta was boosted by Mercedes and Mexico Captures.', 'There has been property damage (60 News, CAPE page 15, After the Silver Star Political Issue), but this is not the first time the company has been embroiled in a scandal.', ""The edges of Swansea's back four have swelled in recent weeks, with players such as Alex Oxlade-Chamberlain, Danny Drinkwater, Jack Wilshere, Alex Oxlade-Chamberlain, Jack Wilshere, Jack Wilshere, Jack Wilshere, Alex Oxlade-Chamberlain, Alex Oxlade-Chamberlain, Alex Oxlade-Chamberlain, Alex Oxlade-Chamberlain, Alex Oxlade-Chamberlain, Alex Oxlade-Chamberlain, Alex Oxlade-Chamberlain, Alex Oxlade-Chamberlain, Alex Oxlade-Chamberlain, Danny Welbeck""]" -763,"['The', 'most', 'important', 'challengers', 'to', 'IBM', 'are', 'Fujitsu,', 'Hitachi,', 'and', 'NEC', '(which', 'all', 'make', 'large', 'or', '""mainframe""', 'computers)', 'followed', 'by', 'three', 'big', 'electronics', 'firms,', 'Mitsubishi', 'Electric', ',', 'Oki', 'and', 'Toshiba.']","[24, 26]",0,mitsubishi electric,"The most important challengers to IBM are Fujitsu, Hitachi, and NEC (which all make large or""mainframe"" computers) followed by three big electronics firms, Mitsubishi Electric, Oki and Toshiba.","['The main challengers for the IBF, WBA and IBO heavyweight titles are Fu-Tanyun Hitachi of Bermuda, all of whom have great reputations.', ""< p > 's DAVID LLOYD reflects the thrill at Edgbaston and the thrill at Lord's..."", 'Some of the most famous names on the list include Fujitsu, Elek, Werner, Yakubu, Chimester, Hizohatsuyama, Bruyneel, Rocket Stadium, Rocket Stadium, one or more of the Arena Stalhark Research Structures.', 'New IBM STOAM alumni include Christian Datberg, Newsstation 5, < br > Chris Cutler and Northern Cival editor-in-chief Chris Cutler.', 'The main duodenum recommended by IBM for artificial intelligence shows that UtrEM12 is an open heart valve used to treat major heart attacks, strokes, strokes, strokes, strokes, strokes, strokes, strokes, strokes, strokes, strokes, strokes, strokes, strokes, strokes, strokes, strokes, strokes, strokes, strokes, strokes, strokes, strokes, strokes, strokes, strokes, strokes, strokes, strokes, strokes, strokes, strokes, strokes, strokes, strokes, strokes']" -764,"['SGI', 'is', 'currently', 'working', 'with', 'Microsoft', 'Corp', 'to', 'enable', 'Windows', 'NT', 'for', 'the', 'MIPS', 'architecture', '--', 'though', 'SGI', ""won't"", 'offer', 'NT', 'itself', '--', 'and', 'is', 'also', 'trying', 'to', 'win', 'Gates', 'as', 'a', 'customer', 'for', ""Irix'"", 'symmetric', 'multi-processing', 'technology,', 'following', 'Microsoft', ""'s"", 'adoption', 'of', 'the', 'GL', 'library.']","[39, 40]",0,microsoft,"SGI is currently working with Microsoft Corp to enable Windows NT for the MIPS architecture -- though SGI won't offer NT itself -- and is also trying to win Gates as a customer for Irix' symmetric multi-processing technology, following Microsoft's adoption of the GL library.","['Snoop is now working with Microsoft to develop Windows NT for Rene Voestalpin.', 'Micros, for example, is spending $250 million, < unk >, < unk >, http: / / hf.a.org, http: / / bit.ly / 1fffffffffffffffw, http: / / www.fffffffffffffffffw, http: / / www.fffffffffffffffffffffw, http: / / fffffffffffffffffffffw, http: / / fffffffffffffffffffffffw, http: / fffffffffffffffffffffffffffw, http: / fffffffffffffffffffffw, http: / fffffffffffffffffffffw', 'Right now, Microsoft Corp. is working with Microsoft Corp. to make NTabcods more accessible to more people (no Mr. Go from its postal roller coasters, and not all square feet of its home-based broadcast network are available), and the company is working with Microsoft Corp. to make NTabcods more accessible to more people in the United States (not all of its postal roller coasters are available). -- Microsoft Corp. is working with Microsoft Corp. to make NTabcods available to more people in the United States. -- Microsoft Corp. is working with Microsoft Corp. to make NTabcods available to more people in the United States. -- Microsoft Corp. is working with Microsoft Corp. to make NTabcods available to more people in the United States.', 'Steven Lessing, Ph.D., Ph.D., Ph.D., Ph.D., Ph.D., Ph.D., Ph.D., Ph.D., Ph.D., Ph.D., Ph.D., Ph.D., Ph.D., Ph.D., Ph.D., Ph.D., Ph.D., Ph.D., Ph.D., Ph.D., Ph.D., Ph.D., Ph.D., Ph.D., Ph.D., Ph.D., Ph.D., Ph.D., Ph.D., Ph.D., Ph.D., Ph.D., Ph.D., Ph.D., Ph.D., Ph.D., Ph.D., Ph.D., Ph.D.', ""Moment 'Who are you?' as the camera panned to the camera showing a pair of gold hoop earrings and a pair of black and white sneakers and a pair of black and white sneakers.""]" -765,"['IBM', 'had', 'made', 'a', 'few', 'changes', '(very', 'small)', 'and', 'entitled', 'it', 'PCDOS', '(because', 'it', 'ran', 'their', 'PCs,', 'strangely', 'enough!)']","[0, 1]",1,ibm,"IBM had made a few changes (very small) and entitled it PCDOS (because it ran their PCs, strangely enough!)","['IBM, the world\'s largest software company, said in a statement it was ""deeply saddened"" by the loss of its chief executive and was ""deeply saddened"" by the loss of one of its key employees.', 'IBM had proposed changes to its (very) complex of buildings in 2006-2012, including eight operating systems for computers.', ""IBM's Heath had to make a few changes to the PCDOS - two political posters at this party conference.)"", 'IB (http: / / www.ib.gov / index.php? id = 179742152), a leading provider of high-speed Internet services, today announced the acquisition of a majority stake in ib.gov (http: / / www.ib.gov / index.gov / index.html), a subsidiary of Ib.gov (http: / / www.ib.gov / index.gov / index.html), a subsidiary of Ib.gov / index.html).', 'IBM had worked on the project for more than a decade, but it was not immediately clear whether it would succeed or not.']" -766,"['The', 'opening', 'of', 'a', ""McDonald's"", 'is', 'a', 'major', 'event.']","[4, 5]",1,mcdonald's,The opening of a McDonald's is a major event.,"['Very good course was set with Franzos.', '""McDonalds has made a tremendous contribution to the success of the grassroots movement, and we are thrilled to be able to put the company at the forefront of the world\'s largest grassroots movement,"" said John McDonalds, President and Chief Executive Officer of McDonalds. ""We are excited to be able to put the company at the forefront of the global grassroots movement, and we look forward to working with them to bring them to the forefront.""', 'It is estimated that the imminent closure of the prison has drastically reduced the number of inmates in Mauthausen.', 'F. Industry Continuity becomes CEO of ADHD Bakenhusen.', 'The major topic in this study is cancer exhaustion, which has been shown to increase the risk of heart disease, stroke, stroke, stroke, stroke, stroke, stroke, stroke, stroke, stroke, stroke, stroke, stroke, stroke, stroke, stroke, stroke, stroke, stroke, stroke, stroke, stroke, stroke, stroke, stroke, stroke, and stroke.']" -767,"['Some', 'analysts', 'believe', 'that', 'Deutsche', 'Bank', 'could', 'be', 'one', 'of', ""Paribas's"", 'suitors.']","[4, 6]",0,deutsche bank,Some analysts believe that Deutsche Bank could be one of Paribas's suitors.,"['Some people see anti-European tendencies, which is why he does not stand idly by.', 'Some analysts advise Cohen to write these stories.', 'Occasionally we assume that Germany is economically under the microscope, with no connection to any other country, but in many cases this is shining proof that the German economy is on the verge of collapse... that Germany is on the verge of collapse... and that Germany is on the verge of collapse.', 'Some analysts believe Deutsche Bank is one of the suitors for the Rolled Taketaway paribas y acageNorth, valued at about $1 billion by the private equity firm that holds a stake in the company.', 'Arsène Wenger was probably right when he dropped him, pointing out that 4,000 strikers have joined the Gunners this season.']" -768,"['BT', 'conceded', 'that,', 'if', 'a', 'merger', 'did', 'not', 'take', 'place,', 'the', 'System', 'X', 'collaboration', 'could', 'also', 'exist', 'if', 'either', 'company', 'purchased', 'the', 'other', ""company's"", 'interests', 'or', 'if', 'a', 'joint', 'company', 'were', 'set', 'up.']","[0, 1]",1,bt,"BT conceded that, if a merger did not take place, the System X collaboration could also exist if either company purchased the other company's interests or if a joint company were set up.","['The Steve Huntington Project, Team System X, licensed by BT, will be set up for pots and pans.', 'He acknowledged that if there was no merger, System X would pose a greater challenge, but said the SPA\'s support for the merger ""may be based on opportunity, but is not as strong as it used to be.""', 'BT has not shied away from criticising existing rights, oppressive conditions of competition and rewarding managers on the back of political and board decisions.', 'BT admits to reporting weekly to the AFL\'s regional headquarters in a ""racist international environment.""', 'BT is fuelling a warning that a personal approach to Imagination under Rider Case software, if not taken into account, is unlikely to work, despite the fact that it intentionally (or deliberately) refuses to do so.']" -769,"['Over', 'the', 'next', 'two', 'months,', 'we', 'will', 'be', 'subjected', 'to', 'a', 'barrage', 'of', 'argument,', 'statistics', 'and', 'plain', 'propaganda', 'from', 'Woolworths', '(yes,', 'call', 'it', 'Kingfisher', 'if', 'you', 'want,', 'but', 'most', 'people', 'will', 'still', 'think', 'of', 'it', 'as', 'Woolies)', 'and', 'from', 'Dixons.']","[19, 20]",1,woolworths,"Over the next two months, we will be subjected to a barrage of argument, statistics and plain propaganda from Woolworths (yes, call it Kingfisher if you want, but most people will still think of it as Woolies) and from Dixons.","['Over the next two months, we will be writing about the Daily Mail, Daily Mail, Daily Mail, Daily Mail, Daily Mail, Daily Mail, Daily Mail, Daily Mail, Daily Mail, Daily Mail, Daily Mail, Daily Mail, Daily Mail, Daily Mail, Daily Mail, Daily Mail, Daily Mail, Daily Mail, Daily Mail, Daily Mail, Daily Mail, Daily Mail, Daily Mail, Daily Mail, Daily Mail, Daily Mail, Daily Mail, Daily Mail, Daily Mail, Daily Mail, Daily Mail, Daily Mail, Daily Mail, Daily Mail, Daily Mail, Daily Mail, Daily Mail, Daily Mail, Daily Mail, Daily Mail, Daily Mail, Daily Mail, Daily Mail, Daily Mail, Daily Mail, Daily Mail, Daily Mail, Daily Mail, Daily Mail, Daily Mail, Daily Mail, Daily Mail, Daily Mail, Daily Mail, Daily Mail, Daily Mail, Mail, Mail, Mail, Mail, Mail,', ""Dave Sheikas of the Montgomery Trust says Sandy, the worst storm, isn't over yet but is likely to last for some time."", 'Hey, the city of Frankfurt will use the formula ""yes, yes, yes, yes, yes, yes, yes, yes, yes, yes, yes, yes, yes, yes, yes, yes, yes, yes, yes, yes, yes, yes, yes, yes, yes, yes, yes, yes, yes, yes, yes, yes, yes, yes, yes, yes, yes, yes, yes, yes, yes, yes, yes, yes, yes, yes, yes, yes, yes, yes, yes, yes, yes, yes, yes, yes, yes, yes, yes, yes, yes, yes, yes, yes, yes, yes, yes, yes, yes, yes, yes, yes, yes, yes, yes, yes, yes.', 'An implacable memory of Gustav I (1947-1975) was as a young man in Droemchurven, Cambridge, where he lived with his mother and father and his father, who died of cancer at the age of 60.', '""Thid and dalpersons"" in Boh Toxic Los Angeles (a six-person editorial staff of The New York Times) published Robertson Standard in Jesus Analysts - in the middle of Euronews category 4 / 9 / 06']" -770,"['He', 'is', 'to', 'be', 'replaced', 'by', 'non-executive', 'director', 'John', 'Smale,', 'former', 'chairman', 'and', 'chief', 'executive', 'of', 'Procter', '&', 'Gamble', '.']","[16, 19]",0,procter & gamble,"He is to be replaced by non-executive director John Smale, former chairman and chief executive of Procter & Gamble.","['His post is said to be an attempt to reassure Lloyds shareholders that the bank will not be making any changes to the way it treats imported goods.', 'Instead, the Brexit campaign was criticised as ""racist"" and ""rigged"" for lying.', 'He will be joined by FIFA President Gianni Infantino, FIFA President Gianni Infantino, FIFA President Gianni Infantino, FIFA President Gianni Infantino, FIFA President Gianni Infantino, FIFA President Gianni Infantino, FIFA President Gianni Infantino, FIFA President Gianni Infantino, FIFA President Gianni Infantino, FIFA President Gianni Infantino and FIFA President Gianni Infantino.', 'Watchblomns American Board of Directors (""Watchblomns"" or the ""Company"") (NYSE: WTI) (NYSE: WTI) (""Watchblomns"") (NYSE: WTI) (NYSE: WTI) (NYSE: WTI) (NYSE: WTI) (NYSE: WTI) (NYSE: WTI) (NYSE: WTI) (NYSE: WTI) (Nasdaq: WTI) (NYSE: WTI) (NYSE: WTI) (NYSE: WTI) (NYSE: WTI) (NYSE: WTI) (NYSE: WTI) (NYSE: WTI) (NYSE: WTI) (NYSE: WTI) (NYSE: WTI)', 'Ostermann is expected to be a coalition speaker, president of the EESC and a member of the EESC 1) who appears in < unk > Team of the Year, the EESC 2), the EESC 2), the ESC 2), the ESC 2), the ESC 2), the ESC 2), the ESC 2), the ESC 2), the ESC 2), the ESC 2), the ESC 2), the ESC 2), the ESC 2), the ESC 2) the ESC 2) the ESC 2) the ESC 2) the ESC 2) the ESC 2) the ESC 2) the ESC 2) the ESC']" -771,"['Kingfisher', 'agrees', '$1bn', 'bid', 'for', 'French', 'retailer']","[0, 1]",1,kingfisher,Kingfisher agrees $1bn bid for French retailer,"['Kingfisher to supply French chain Marks & Spencer with a range of goods and services', 'Takeover of a company worth a billion dollars, most recently in 2005, Nelson is a senior manager', 'The four free float rivals are buying the remaining 60 percent - a concession that could harm the environment.', 'According to a new report (Better information is the best of both worlds), which also includes unupdated rape threats, Imperial Communities already has a billion for middle-class people.', 'King says $3 range is worth it']" -772,"['Vauxhall', '16-valve', 'four', 'loses', 'out', 'on', 'power', 'to', 'supercharged', 'VW', 'engine,', 'but', 'matches', 'its', '137mph.']","[9, 10]",0,vw,"Vauxhall 16-valve four loses out on power to supercharged VW engine, but matches its 137mph.","['Airbag joke: The damaged VW sheet metal must be a bat ride.', 'Not quite a ""rapid breakthrough"" speaks volumes for Ken\'s burgeoning perfume empire, but the ""recycled"" phone is a new world. ""', 'Jonas Magath has shown that he has the measure of these young players by making 40 league appearances for his country so far this season.', 'It is being driven by a series of requests and < br > sees further recommendations to be made by the City watchdog in the coming days.', ""< br > 's DAVID LLOYD reflects on the thrills and spills of the first day at Edgbaston... and the thrills and spills that greeted the fourth Test at Lord's... and the thrills and spills that greeted the third Test at Lord's...""]" -773,"['BT', 'has', 'been', 'even', 'more', 'ruthless', 'in', 'scything', 'out', 'swathes', 'of', 'middle', 'managers.']","[0, 1]",1,bt,BT has been even more ruthless in scything out swathes of middle managers.,"[""BT went even further, offering a £15,000 discount on the cost of the Sky Sports deal with BT, while BT's Sky Sports deal with BT's Sky and BT's BT Sport deal with BT's Sky and BT's BT Sport deal with BT's Sky and BT's Sky deal with BT's Sky."", 'BT\'s research and development arm is flying even more rigorously out of a wide range of mid-tier businesses. Chief executive David Gallop said: ""We are delighted to be able to offer our customers the best value for money in the world and we look forward to working with them to ensure we continue to deliver the best possible service to their customers.""', 'BT takes a conscientious approach to its coverage of major events.', 'BT is going even rougher by shutting down large swathes of its middle-class customers.', 'Winter magic, even a salty concoction, is a must.']" -774,"['Lawson', 'got', 'most', 'fun', 'watching', 'Schwantz', 'laying', 'rubber', 'wrestling', 'his', 'evil', 'Suzuki']","[11, 12]",1,suzuki,Lawson got most fun watching Schwantz laying rubber wrestling his evil Suzuki,"['Lawson has the most fun as Schwantz wraps his enchanted dog in hard tattoos with his hands', 'Lawson swings at wrestling rabbit ladies', 'Lawson appears freed amid divorce dispute', ""Lawson Chost was head coach of the Swans and is now the club's left-sided defender."", ""Has Slaven Bilic found Wright's plans moving?""]" -775,"['The', '2.5', 'litre', 'petrol', 'engine', 'fitted', 'to', 'the', 'cheapest', 'version', 'is', 'a', 'mere', 'toy', 'by', 'US', 'standards', 'but', 'more', 'than', 'lusty', 'enough', 'to', 'give', 'the', 'Wrangler', 'real', 'credibility', 'against', 'the', 'Suzuki', 'and', 'Daihatsu', 'offerings', 'which', 'inhabit', 'this', 'sector', 'of', 'the', 'fast', 'expanding', '4X4', 'market.']","[30, 31]",0,suzuki,The 2.5 litre petrol engine fitted to the cheapest version is a mere toy by US standards but more than lusty enough to give the Wrangler real credibility against the Suzuki and Daihatsu offerings which inhabit this sector of the fast expanding 4X4 market.,"['The two-liter gasoline engine, which has a strong, flat exhaust, sucks at everything except the overall approach, believe it or not - annoying for us to stick our head in the sand - we have a magazine that says, ""I\'m a birdies enthusiast, I\'m a diamonn to be done or on gyro materialistic principles"" - and we have a PR consultant who gives us the chance to talk to you.', 'The Rooney Rule, written in the cheapest letters, states: ""In the United States, the last invention of its eventual inventor, Muhammad Vladimir Aryejo, is called Nida Fighter Oxyl Items Delimitator.""', 'The 25-year-old, who has been linked with a move to the Premier League this summer, has been linked with a move away from the Etihad Stadium with the Gunners yet to agree a transfer fee for the France international, who has been linked with a move away from the Emirates.', 'With 2.5 litres of fizzy water to the left and the tills outside, it was hard not to wonder if this was a sign of the zeitgeist.', ""Speaking at the Conservative Political Action Conference (CPAC) in London, Corbyn said: 'I'm not going to sit here and say I'm going to vote for Donald Trump, I'm going to vote for Hillary Clinton, I'm going to vote for Donald Trump.""]" -776,"['""I\'m', 'choosing', 'to', 'assume', 'completely', 'my', 'responsibility,""', 'declared', 'Ing', 'C', 'Olivetti', '&', 'Co', 'SpA', 'chief', 'Carlo', 'De', 'Benedetti,', 'after', 'delivering', 'a', '20-page', 'document,', 'detailing', 'bribes', 'paid', 'by', 'Olivetti', 'over', 'the', 'last', '15', 'years', 'as', 'political', 'favours', 'to', 'the', 'Mani', 'Pulite', '--', 'Clean', 'Hands', '--', 'investigating', 'judges', 'in', 'Milan', 'on', 'Sunday.']","[8, 14]",0,ing c olivetti & co spa,"""I'm choosing to assume completely my responsibility,"" declared Ing C Olivetti & Co SpA chief Carlo De Benedetti, after delivering a 20-page document, detailing bribes paid by Olivetti over the last 15 years as political favours to the Mani Pulite -- Clean Hands -- investigating judges in Milan on Sunday.","['""The difference has risen significantly to 4,990 UEFA members,"" Olivetti said, adding that ""there are many people in the country who have waited a long time for this.""', '""We\'re going to allow police officers to go directly to people who thought they were going to support us, we\'re going to send them to the police station, we\'re going to send them to the police station, we\'re going to send them to the police station, we\'re going to send them to the police station, we\'re going to send them to the police station,"" he said.', '""We had some very bad comments about the good mortality rate, but it was the best thing that could have happened to us,"" he said, adding, ""We had some very bad comments about the good mortality rate.""', 'Houthis officials told NBC\'s ""Meet the Press"" that Lieberman is a ""criminal dynasty"" and that he is willing to work with the Houthis to try to bring the Houthis back to power, but he would not succeed if the Houthis did not agree to a cease-fire.', '""I expect Ros < unk > to be here to apologize to the ally < unk > Kim tonight < unk >\'s < unk > Columnist, < unk > Columnist, < unk > Columnist, < unk > Columnist, < unk > Columnist and < unk > Columnist, Martin Keown, and < unk > Columnist, Martin Keown, as we look ahead to the weekend and what you need to know before games and what you need to know before games and what you need to know from each of the teams.']" -777,"['SQL,', 'the', 'standard', 'query', 'language', 'for', 'interrogating', 'relational', 'databases', 'is', 'now', 'established', '--', 'the', 'battle', 'is', 'over', 'how', 'SQL', 'enquiries', 'are', 'structured', '--', 'the', 'IBM', 'or', 'SAG', 'way.']","[24, 25]",0,ibm,"SQL, the standard query language for interrogating relational databases is now established -- the battle is over how SQL enquiries are structured -- the IBM or SAG way.","['In a statement, the Company said: ""We are pleased to announce that we have entered into a definitive agreement to acquire the rights to the Company\'s common shares, which will enable us to continue to invest in the Company\'s common shares in the foreseeable future and continue to invest in the Company\'s common shares and its common shares in the foreseeable future.""', 'Attempts to find places with solar panels have been met with backlash, with some users calling for a ban on solar panels.', ""SHANGHAI - China's ruling Communist Party is boycotting a series of meetings in Beijing aimed at defusing Kremlin meddling in the 2016 presidential election, a spokesman for President Xi Jinping said Tuesday, potentially further complicating relations between the two countries."", ""GGSQPark This one, where it was still in Volume 4 Story Wing between Mission Science (13 cents) and Priority (3 cents), developed Brainness (3 cents) to turn shapes into rare cyclic benkeys uloid < unk > Geri < unk > Google-Solar recommends launching on a good Dunninglee's massive software phone."", 'Workers are not only saving for the future, but also reducing the number of jobs they can currently get and the interest they can get on their loans. < a href = ""http: / / www.zillow.com / blog / delti-19812 /"" target = ""_ blank"" > < / a > < / a > New York Times < / a > New York Times < / a > New York Times < / a > < / a > New York Times < / a > < / a > New York Times < / a > < / a > New York Times < / a > < / a > < / a > New York Times < / a >']" -778,"['Nippon', 'DEC', 'has', 'also', 'teamed', 'up', 'with', 'four', 'software', 'companies', 'to', 'develop', 'its', 'software', 'reseller', 'business.']","[0, 2]",1,nippon dec,Nippon DEC has also teamed up with four software companies to develop its software reseller business.,"['Nippon DEC has recognized human rights handball principles since 1890 and has not improved the principles already recognized by EA 38, which had previously renamed the organization ""Self-Reinforced Garners op PPS""; Rick Omega, a former president of the National Basketball Association; and Rick Omega, a former president of the National Basketball Association.', ""The way forward must be defended for expansion, says Hamilton's partner Cole."", 'It also has a rooftop terrace overlooking the River Thames and Thames.', 'The group also operates software and licenses with four discount retailers, and Boute launched an $89 million partnership with Zalando, a nonprofit that provides online shopping services to consumers and businesses in the United States.', 'DR2 works with Peter Eichner\'s wristwatch and potential online buyers are involved in so-called ""business negotiations"" (digital negotiations) on low-cost terms.']" -779,"['Canon', 'Sales', 'Inc', ',', 'Fujitsu', 'Ltd', 'and', 'Sony', 'Corp', 'have', 'joined', 'forces', 'with', 'the', 'Japan', 'Photo', 'Research', 'Centre', 'to', 'create', 'a', 'new', 'company', 'called', 'Image', 'Library', 'Ltd.']","[0, 3]",0,canon sales inc,"Canon Sales Inc, Fujitsu Ltd and Sony Corp have joined forces with the Japan Photo Research Centre to create a new company called Image Library Ltd.","['Canon Sales Inc., Fujitsu Ltd. and Sony Corp.', ""Canon Sales Inc., the global leader in physical-based enterprise technology, announced today that it has partnered with IBM to develop and market IBM's IBM (IBM: IBM; IBM: IBM; IBM: IBM; IBM: IBM; IBM: IBM; IBM: IBM; IBM: IBM; IBM: IBM; IBM: IBM; IBM: IBM)."", '""This is the first time we have seen a major event like this, and it will be the first time in a long time that we have seen a major event like this,"" said Casey, who is also co-chairman of the International Olympic Committee, which is responsible for organizing the Games.', 'Canaccord Genuity Wealth 150 report says: ""Canaccord Genuity Wealth 150 has a great opportunity to out-perform its peers in the Asia-Pacific region by advancing the UK\'s leading smaller company index.', 'Canfired Trade Inc. and the Japanese company Dowoversit.com, which manufactures a promotional product at land.com Singham in the United States, have held discussions with the Japanese Government about the sale of the product, which they say will be sold in the United States, Japan, Japan, the United Kingdom, Japan, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom and the United Kingdom.']" -780,"['The', 'Sun', 'reported', 'a', '""Crime', 'Wave', 'of', 'the', '""""Lib\'""', ""Girls'"", '(1', 'September,', '1975),', 'while', 'the', 'Daily', 'Mail', 'claimed', 'that', '""Women\'s', 'Lib', '""""pushes', 'up', 'crime\'\'""', '(1', 'February,', '1980).']","[0, 2]",1,the sun,"The Sun reported a""Crime Wave of the""""Lib'"" Girls' (1 September, 1975), while the Daily Mail claimed that""Women's Lib""""pushes up crime''"" (1 February, 1980).","[""The Sun reported on the Tesco girls' suicide on January 1, while the Daily Mail revealed that the gang 'always had a motive'."", 'An internet survey by the University of East Anglia described it as ""rubbish.""', '(Il T) This was reported by a government insider who spoke on condition of anonymity because he was not authorized to speak to the media about the investigation, and said that he was not authorized to speak on the record about the investigation, but was not authorized to speak publicly about the investigation, and that he was not authorized to speak on the record about the investigation. -- He was not authorized to speak on the record about the investigation. -- He was not authorized to go on the record. -- He was not authorized to go on the record. -- He was not authorized to go on the record. -- He was not authorized to speak publicly about the investigation. -- He was not authorized to go on the record.', 'Republican Sen. John McCain (R-Ariz.), the top Republican on the Senate Armed Services Committee, said in a statement that he was ""deeply saddened"" by news of the shooting in Buffalo, New York.', 'Bangkok\'s Prime Minister Rath Karidore says the new Haydar Immun could be rude, while former Prime Minister Thaksin Shinawatra is ""still alive and well"" and that the planned investments will be published in 2018, according to a statement on the government\'s website.']" -781,"['Ronald', 'Ziolo,', 'a', 'chemist', 'at', 'Xerox', ""'s"", 'Webster', 'Research', 'Centre', 'near', 'Rochester,', 'New', 'York,', 'thinks', 'the', 'answer', 'lies', 'with', 'a', 'new', 'version', 'of', 'boring', 'old', 'iron', 'oxide', '--', 'better', 'known,', 'in', 'slightly', 'different', 'forms,', 'as', 'the', 'magnetic', 'coating', 'on', 'audio', 'and', 'video', 'tapes,', 'and', 'as', 'rust', 'on', 'cars.']","[5, 6]",0,xerox,"Ronald Ziolo, a chemist at Xerox's Webster Research Centre near Rochester, New York, thinks the answer lies with a new version of boring old iron oxide -- better known, in slightly different forms, as the magnetic coating on audio and video tapes, and as rust on cars.","['Ronald Misisco, President and Chairman, National Association of Realtors (NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ: NASDAQ', 'Ronald Ziolo, a chemist at the Webster Research Center near Vienna who represents the president of the Law & Order: Special Victims Unit, said he had spoken with Chancellor Angela Merkel in recent weeks and the two leaders had discussed the possibility of using the wearable app in a conference call.', ""Ronald Koeman's side will be hoping to bounce back from their humiliation by Manchester United at Old Trafford on Saturday."", ""Ronald Zito of the Webster Research Center in San Francisco said Stokes' name, Tom, will be used for one year to inform the US Department of Justice's early warning systems, to inform associations of their plans and strategies, and to inform the US Department of Justice and Department of Homeland Security of their plans and strategies, as well as to inform the Department of Homeland Security and Department of Homeland Security of their plans and strategies, and to inform the Department of Homeland Security of their plans and strategies."", 'In an appendix titled ""Young Studies Lang Ungard Preparing Male Singleness,"" George Aznar called it a ""lollipop"" in Rho-F: ""Young Studies Lang Ungard Prepares Male Singleness."" -- In an appendix titled ""Young Studies Lang Ungard Prepares Male Singleness,"" the artist describes himself as a ""lollipop artist,"" a term that means ""lollipop"" or ""lollipop,"" like Brad Carter and Igor Klik.']" -782,"['The', 'Toyota', 'team', 'was', 'fined', '$300,000', '($208,000)', 'by', 'FISA', 'for', 'illegally', 'helping', 'French', 'driver', 'Didier', 'Auriol', 'in', 'last', ""month's"", 'Swedish', 'rally.']","[1, 2]",0,toyota,"The Toyota team was fined $300,000 ($208,000) by FISA for illegally helping French driver Didier Auriol in last month's Swedish rally.","['""I\'m not going to say that I\'m not going to be able to do that, but I\'m not going to be able to do that, I\'m not going to be able to do that, I\'m not going to be able to do that, I\'m not going to be able to do that, I\'m not going to be able to do that,"" he said.', 'Modena had worked against the Spanish ruler Nelson Chavez last month; please follow his example by soldering all his diamonds immediately; other ""team tasks"" prompted diplomat Victoro Pinto to convene a derivatives meeting; and the increased Jordanian presence in these tunnels prompted him to identify himself.', 'The upheaval is the latest in a long line of NHS idealists who have called for the privatisation of the NHS.', 'The bike was renamed New One last year after Officer Fatushti and currently rides the octagonal Beatdock.', 'Toyota spent $2.8 million in the first three months of the year, compared with $2.8 million in the same period last year.']" -783,"['Other', 'reports', 'suggest', 'IBM', ""'s"", 'Highly', 'Parallel', 'Supercomputing', 'Laboratory', 'is', 'working', 'on', 'an', 'Intel', 'Corp', '80860-based', 'multi-processing', 'system', '--', 'codenamed', 'Vulcan', '--', 'for', 'this', 'year', 'as', 'a', 'stop', 'gap', 'between', 'the', 'current', 'RS/6000s', 'and', 'a', '64-bit', 'RS/6000', 'due', 'late', 'next', 'year', 'dubbed', 'Envoy,', 'which', 'will', 'go', 'head-to-head', 'with', ""DEC's"", 'Alpha', 'RISC', 'systems.']","[3, 4]",0,ibm,"Other reports suggest IBM's Highly Parallel Supercomputing Laboratory is working on an Intel Corp 80860-based multi-processing system -- codenamed Vulcan -- for this year as a stop gap between the current RS/6000s and a 64-bit RS/6000 due late next year dubbed Envoy, which will go head-to-head with DEC's Alpha RISC systems.","['s High-Tech Supercomputing Lab is working on a new version of Web Exploraro that will be available in the United States and Europe.', ""Elsewhere, IBM's insurance unit, Altopic Lab Memoriam, is working with a Nottingham-based trustee to find a buyer for the company, according to a person familiar with the matter who spoke on condition of anonymity because he was not authorized to discuss the matter publicly."", 'The study, published in the Journal of the American College of Obstetricians and Gynecologists, looked at work on an Intel Corp 808-basi Cit-7058 trigger and Vulcan-HomesCorp as the first case and found that a high-altitude laboratory, Johan Davies, had been glamorously touted as a threat to patient health.', 'Other texts suggest that there is both interest in computer programming, which is the most common non-fossil settlement, Governor of the State, Governor of the State, Governor of the State, Governor of the State, Governor of the State, Governor of the State, Governor of the State, Governor of the State, Governor of the State, Governor of the State, Governor of the State, Governor of the State, Governor of the State, Governor of the State, Governor of the State, Governor of the State, Governor of the State, Governor of the State, Governor of the State, Governor of the State, Governor, Governor, Governor of the State, Governor, Governor, Governor, Governor, Governor, Governor, Governor, Governor', ':: p Spontaneous press, plate: th Smart Fast Sense.:: p Spontaneous press, plate: th Smart Fast Sense.:: p Spontaneous press, plate: th Smart Fast Sense.: p Spontaneous press, plate: th Smart Fast Sense.:: p Spontaneous press, plate: th Smart Fast Sense.:: p Spontaneous press, plate, plate: th Smart Fast Sense.: p Spontaneous press, plate: th Smart Fast Sense.: p Spontaneous press, plate: th Smart Fast Sense.:: p Spontaneous press, plate, plate, plate, plate, plate, plate, plate,']" -784,"['Mind', 'I', 'saw', 'them', 'in', 'tt', 'they', 'were', 'the', 'same', 'price', 'in', 'erm', 'You', ""Can't"", 'Go', 'Wrong', 'and', 'tt', 'the', 'place', 'opposite', 'Woolworths', 'in', 'Caerphilly']","[22, 23]",1,woolworths,Mind I saw them in tt they were the same price in erm You Can't Go Wrong and tt the place opposite Woolworths in Caerphilly,"['I never saw her leave her mobile outside Woutes in Caernarfon because it was the same price as her wine.', 'At the TT, however, he was interested in detours and the place opposite Puppending Bay.', 'Emotionally, < p > has seen them get the same prize, and you can give them a priceless 21st century prize.', ""He is currently rejecting offers from Boateng, who has been one of the league's best quarterbacks this season and has been linked with a move to Bayern Munich."", ""They were probably Kohl's presidential candidate, while British workers called Murphy and Trump and capitulated to My Village Urstic Helie.""]" -785,"['The', 'search', 'for', 'a', 'new', 'chief,', 'to', 'be', 'led', 'by', 'Akers', 'and', 'managed', 'by', ""IBM's"", 'board', 'nominating', 'and', 'executive', 'compensation', 'committee,', 'which', 'is', 'chaired', 'by', 'James', 'Burke,', 'a', 'former', 'chairman', 'of', 'Johnson', '&', 'Johnson,', 'will', 'be', 'conducted', 'both', 'within', 'and', 'outside', 'the', 'company,', 'and', 'IBM', 'has', 'given', 'itself', '90', 'days', 'to', 'complete', 'the', 'process.']","[44, 45]",1,ibm,"The search for a new chief, to be led by Akers and managed by IBM's board nominating and executive compensation committee, which is chaired by James Burke, a former chairman of Johnson & Johnson, will be conducted both within and outside the company, and IBM has given itself 90 days to complete the process.","['Internally, the Romney campaign spent more than $1 million on advertising last year, according to data from the Center for Strategic and International Studies.', ""... Dancefloor X URREM launches security focus on plan-based messaging key services, spinning tables to build images, turn them around, turn them around, so often, we experience) as often to honor Malik's goals, then work colleagues in moral forecasts Minist < unk > discovered this point created so that the developer can haggle with us without the need for compliance."", 'There is a window of opportunity for the players and senators of the new IBM club to return to Canberra and announce tour time in India, but could they make it long and hard?', 'Intel, founded by former teacher Annette Koenitz and developed by our 6-year-old starting point Logi Cactus, promises to change the way we learn about foreign currencies in a way that makes it easier for us to learn how to use foreign currencies.', 'The Work Capability Assessment (WCA), Work Capability Assessment (WCA), Work Capability Assessment (WCA), Work Capability Assessment (WCA) and Work Capability Assessment (WCA) all have a part to play in this process.']" -786,"['Siemens', 'Nixdorf', ""'s"", 'workforce', 'this', 'year', 'is', 'expected', 'to', 'be', 'cut', 'by', 'at', 'least', '600', 'additional', 'people,', 'up', 'from', '200', 'people', 'last', 'year,', 'due', 'to', 'the', 'general', 'decline', 'in', 'demand', 'for', 'computer', 'products.']","[0, 2]",0,siemens nixdorf,"Siemens Nixdorf's workforce this year is expected to be cut by at least 600 additional people, up from 200 people last year, due to the general decline in demand for computer products.","['""We have shown that the Henrikh Mkhitaryan government can close its doors to Chancellor Angela Merkel soon,"" he said.', ""< br > Lawrence Booth takes a look at the third day's play at Lord's and takes a look at the key stats and facts ahead of the fourth Test."", 'Nixon is expected to be sworn in at the end of the day, but he is not expected to be in office until at least the end of the year, according to a senior administration official who spoke on condition of anonymity because he was not authorized to speak publicly.', 'Either it is completed in one go, or it is delayed by a year to assess value for money and costs taxpayers a fortune.', 'Steffen S techann said Melania initially raised the debt limit to 70 (it has been steadily raised to 70 this year), but Tsipras saw the price drop in 2014.']" -787,"['It', 'has', 'interfaces', 'to', 'a', 'number', 'of', 'products', 'such', 'as', 'Cadam,', 'I-DEAS', 'and', 'Unigraphics', 'and', 'is', 'from', '$13,000;', 'Fujitsu', 'looks', 'to', 'sell', '3,000', 'systems', 'over', 'three', 'years.']","[18, 19]",1,fujitsu,"It has interfaces to a number of products such as Cadam, I-DEAS and Unigraphics and is from $13,000; Fujitsu looks to sell 3,000 systems over three years.","['Fear S has the ability to produce a lot of heavy or heavy, eight-minute X-Men supercomputers, and not only does it have good punches, it can do it anywhere in the world, and in this case self-defense is prohibited.', ""It has 550 colors, and Windows 7 8 offers simultaneous photo planters and sculptures, as well as a lens that takes photos of homes and describes the owner's color on maps."", 'He owns several products, including Cadam, Insurance I-DEAS and Unifer, and is expected to earn $10 million in the first three years of his contract, three Grand Prix wins and $10,000 in the first three years, two triples, two triples, two triples, two triples, three triples, three triples, three triples, three triples, three triples, three triples, three triples, three triples, three triples, three triples, three triples.', ""Some of the software company's products, such as Cadam (Philos, Columbia, Md.; part of the recent challenges facing Mt."", 'There, he adapted a number of software solutions to create realistic models, including the Flashless House, which can be used in a variety of applications, and the Flash House, which can be used in a variety of applications.']" -788,"['Time', 'Warner', 'has', 'been', 'looking', 'for', 'a', 'high-technology', 'partner', 'since', '1991,', 'when', 'it', 'sold', 'smaller', 'stakes', 'in', 'TWE', 'to', 'two', 'Japanese', 'firms,', 'Toshiba', 'and', 'ITOCHU', '(then', 'known', 'as', 'C.', 'Itoh).']","[0, 2]",1,time warner,"Time Warner has been looking for a high-technology partner since 1991, when it sold smaller stakes in TWE to two Japanese firms, Toshiba and ITOCHU (then known as C. Itoh).","['Time Warner has been active in the high-tech sector since 1991 and sold its stake in Tesla Group, which was acquired by dominant US telecommunications group Verizon Wireless in 2011.', 'Time Warner Reynolds\' Mother\'s Day commitment led to the release of a new film, ""The Last Jedi,"" in which he plays the title character.', 'Time Warner was already looking for a ""high-end"" partner in 1991, when the Soviet Union moved trade to the free market in the Gulf from 1975 to 1996. < br > < br > Time Warner was looking for a ""high-end"" partner. < br > < br >', ""Time Warner's search for a new CEO has taken several years (consumers can buy anyone), and it's been a long time since campaign managers were happy to reconcile the need for a new CEO with the need for a new CEO and CEO by the end of the year."", 'Time Headlines is searching for a 15-year-old man, who could not be named for legal reasons.']" -789,"['Texas', 'Instruments,', 'Sun', ""'s"", 'co-developer', 'and', 'fabricator,', 'said', 'that', 'the', '""business', 'decision""', 'to', 'start', 'ramping-up', 'production', 'of', 'the', 'smaller', 'chips', 'at', 'the', 'expense', 'of', 'fussing', 'over', 'the', '50MHz', 'part', 'was', 'made', 'two', 'months', 'ago,', 'because', 'Sun', ""couldn't"", 'wait', 'any', 'longer.']","[2, 3]",0,sun,"Texas Instruments, Sun's co-developer and fabricator, said that the""business decision"" to start ramping-up production of the smaller chips at the expense of fussing over the 50MHz part was made two months ago, because Sun couldn't wait any longer.","[""TEHRAN (AP) - Iran's top nuclear negotiator said Tuesday that the United States will continue to work with Iran to develop a nuclear weapon capable of reaching a nuclear deal with the world."", 'Hamlin, Sun\'s co-developer and finisher, says he knows Lawrence Werth\'s company\'s ""business model"" will be updated when the company is asked to make a 50MHz evacuation next year.', ""WASHINGTON (AP) - Lauren Drin, a nursing assistant at the helm of market research firm Lynfast Customs, said she is skeptical and eager to challenge the commission's findings."", 'Texas Instruments, co-developer of Sun\'s son Sunas, suspects that the term ""business decision"" could be used to describe a term at a low price of $50 per tonne or $50 per tonne for short-term formaldehyde that can be used in a variety of ways, including by the owner in the case of a donor, by the owner in the case of a donor, by the donor in the case of a donor.', 'The co-inventor and co-inventor of The Excellent Experience Express, serving some of the most diverse people in the world, is family friendly: the animatronic cradles are the President, the Science Minister, the Prime Minister, the Prime Minister, the Prime Minister, the Prime Minister, the Prime Minister, the Prime Minister, the Prime Minister, the Prime Minister, the Prime Minister, the Prime Minister, the Prime Minister, the Prime Minister.']" -790,"['They', 'claim', '""', 'AT&T', ""'s"", 'real', 'motivation', 'is', 'to', 'harass', 'and', 'to', 'attempt', 'to', 'intimidate', 'a', 'potential', 'competitor""', 'and', '""to', 'maintain', 'a', 'monopoly', 'of', 'the', 'Unix', 'System', 'market', 'by', 'suing', 'anyone', 'who', 'refuses', 'to', 'tithe', 'to', 'them.""']","[3, 4]",1,at&t,"They claim"" AT&T's real motivation is to harass and to attempt to intimidate a potential competitor"" and""to maintain a monopoly of the Unix System market by suing anyone who refuses to tithe to them.""","['She said: ""AT & T\'s strategy is to reasonably deliver billions of dollars, and AT & T could also deliver millions of dollars in additional revenue, so it will be worth a lot more than it will be worth.""', 'The real motives behind the strategy are to satisfy a majority of voters over the age of 18 and to ""politicize chess independently,"" Akin said.', 'They acknowledged that ""AT & T\'s efforts to find suitable anonymous buyers for the Netflix program have simply starved that model to undermine Obama\'s first attempt at more productive production.""', 'Scenario DG - Network Ten 50yards of medium size - Few people are showing impressive signs of success from AING Stephens Conversations, which showed a ""What a smartphone error.""', 'Investment trusts, however, appear to be one of the best performing funds on the market and are expected to be around for the foreseeable future, according to Arsene Wenger.']" -791,"['A', 'stalemate', 'would', 'make', 'sure', 'that', 'neither', 'Ford', 'nor', 'GM', 'could', 'benefit', 'from', ""Jaguar's"", 'expertise', 'in', 'the', 'luxury', 'car', 'market', 'but', 'it', 'will', 'not', 'be', 'particularly', 'attractive', 'for', 'investors.']","[7, 8]",0,ford,A stalemate would make sure that neither Ford nor GM could benefit from Jaguar's expertise in the luxury car market but it will not be particularly attractive for investors.,"['It is not an additional fee, it is an additional fee, it is an additional fee, it is an additional fee, it is an additional fee, it is an additional fee, it is an additional fee, it is an additional fee, it is an additional fee, it is an additional fee, it is an additional fee, it is an additional fee, it is an additional fee, it is an additional fee, it is an additional fee, it is an additional fee, it is an additional fee, it is an additional fee, it is an additional fee, it is an additional fee, it is an additional fee, it is an additional fee, it is an additional fee.', 'Neither Ford nor Ford would confirm the role, but a source close to the actor told Fox News: ""He\'s a very good actor and he\'s a very good actor and he\'s a very good actor.""', ""A squeeze situation would ensure that TG would not be able to offer or replicate Auto Global's potential multi-billion investment in the company, which could lead to another stalemate."", ""As a septuagenarian courtship through the septuagenarian, peer-to-peer world of Lear design, the double Dong Min album, a 2Z album and a dedicated fireman, Mary and Chris discovered the value of a multi-million pound farm as a model, although it was assumed that Perez's farm would serve as an internship for some ethnic and wildlife tensions."", 'It shows the familiar color patterns (""Kenya black us"" teachers in the middle of small running departments Internet rocket place at the heating assistant made code, complaints of the best user father for seven names, give at worst friend bear tool drops ""or display 15.8 discount.']" -792,"['Sumitomo', 'Metal', 'Industries', ',', ""Japan's"", 'third-largest', 'steel', 'company,', 'has', 'abandoned', 'at', 'least', 'the', 'first', 'phase', 'of', 'a', 'big', 'refinancing', 'scheme.']","[0, 3]",1,sumitomo metal industries,"Sumitomo Metal Industries, Japan's third-largest steel company, has abandoned at least the first phase of a big refinancing scheme.","['Sumitomo owned five provincial reservists for UniLomo & Co and also sold them to United Internet.', 'Sujazi, who has been in contact with the jihadist group for 12 months, is said to have organised the attacks in Britain and abroad.', 'Susmiling is a significant Kemwski player, and he is expected to be a stable addition to the lineup, at least for now. -- Smith has been preparing to play quarterback Frather Palin defensively for Super Bowl XLVIII (a postseason game in Manhattan).', 'Rabah, the father of Aneurin Bevan, said: ""The most complex thing I\'ve ever done is create a line for Peter.', ""This building inhabits Heeney's Australian weather with a happy and white tan, and I have a film in front of me that removes this old-school crime weapon from my mind.""]" -793,"['Contrary', 'to', 'the', 'view', 'of', 'many', 'observers', 'in', 'the', 'computer', 'industry,', 'the', 'reliance', 'of', 'Fujitsu', 'and', 'Hitachi', 'on', 'plug', 'compatibles', 'is', 'not', 'a', 'sign', 'of', 'technological', 'weakness.']","[14, 15]",0,fujitsu,"Contrary to the view of many observers in the computer industry, the reliance of Fujitsu and Hitachi on plug compatibles is not a sign of technological weakness.","['Contrary to what many observers think, the departure of Jim and Hitachi from Australia is not a sign of technological weakness.', 'Contrary to what computer industry observers have acknowledged, sponto consoles developed with Fujitsu and Hitachi are returning seamlessly to computer performance, and the company is following a positive trend with a successor: Speedo.', 'In particular, according to his network expert Aleksandr FebNol, he would like to see a 15% increase in the number of small and medium-sized consumer projects that contain epic cookies.', 'In the Olympic context, Petrofac differs in its characterization from trivial net smugglers in Japan, Qatar, the United Arab Emirates, the United Arab Emirates and the United Arab Emirates.', 'Contrary to popular belief, this or next November with President Barack Obama will be a time of great celebration for the American people and the American people.']" -794,"['Economies', 'of', 'scale', 'mean', 'that', 'size', 'does', 'still', 'matter:', 'to', 'succeed,', 'companies', 'have', 'to', 'grow', 'while', 'constantly', 'guarding', 'against', 'building', 'the', 'sclerotic', 'bureaucracy', 'that', 'bolsters', 'a', 'sense', 'of', 'infallibility', 'that', 'was', 'IBM', ""'s"", 'ultimate', 'downfall.']","[31, 32]",0,ibm,"Economies of scale mean that size does still matter: to succeed, companies have to grow while constantly guarding against building the sclerotic bureaucracy that bolsters a sense of infallibility that was IBM's ultimate downfall.","['As a result, the number of people living with HIV in the UK fell by more than a third last year, according to the Centers for Disease Control and Prevention (CDC).', 'Their numbers count for nothing because of their size - will the Lions take Ben Stokes seriously when he discusses dismissing him in Brisbane in April?', ""The Lightning has called the start-goal count, no quiet exit now 100% due to football and a speed issue with Brian McLarn's 200% salary policy, according to the FAJ. -- Hunter"", 'The Champions League semi-final against Real Madrid and the Champions League final against Bayern Munich have not yet been decided.', 'What advertising says about the economy is that it brings size, dominance, success, ethical excellence at best, ethical excellence at worst, why it is so popular in the UK and why it is so popular in the US and why it is so popular in the UK.']" -795,"['I', 'was', 'admiring', 'it', 'and', 'one', 'of', 'them', 'said', 'it', 'was', 'a', 'Fiat', '--', 'Italian,', 'which', 'is', 'suitable.']","[12, 13]",1,fiat,"I was admiring it and one of them said it was a Fiat -- Italian, which is suitable.","[""I don't think I've ever seen a player so vary where he stands to receive the ball or receive it."", ""It may be more closely linked to Myanmar's end-of-world wars or conflicts than it was five years ago."", 'Baghdatis... I put it on the grass!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!', 'He is Ariel Green and plays the optimistic, 67-year-old Billy Bilk, who is accused of having a bad taste in his mouth and a bad taste in his mouth. ""It would be a shame if Newt Gingrich goes to Portland, Oregon,"" to the wall, pundits and negative realities, ""he says...."" he won\'t be able to see the show tomorrow... but he\'ll be able to do it tomorrow... and he\'ll do it tomorrow... and he\'ll do it tomorrow... and he\'ll do it tomorrow... and he\'ll do it tomorrow... and he\'ll do it tomorrow... and he\'ll do it tomorrow... and he\'ll do it.... ""', 'The wistful Iseenewwore wanted to buy a passport that would allow him to enter the United States, according to the New York Times.']" -796,"['Microsoft', 'has', 'also', 'licensed', 'Windows', 'source', 'code', 'to', 'companies', 'such', 'as', 'Citrix', 'Systems,', 'which', 'will', 'deliver', 'a', 'multiuser', 'version', 'of', 'Windows', 'NT.']","[0, 1]",0,microsoft,"Microsoft has also licensed Windows source code to companies such as Citrix Systems, which will deliver a multiuser version of Windows NT.","['In addition, Microsoft allows Windows participants such as Citriar Systems to test the software, which the company could not do due to a lack of security.', '""I think it\'s going to take a lot of time,"" he said.', 'Microsoft has said that 64 percent of its onliners are in the 30s and 100 percent in the 30s and 40s.', 'In addition, Microsoft Crack Company licenses Traffic Corpus Inc., 6th Lloyds Chairman Husqvarze: ""I am pleased to announce that we have reached an agreement with the US Department of Health and Human Services (DOHA) to develop this new product, which will enable us to offer a comprehensive range of products and services to meet the needs of our customers."" -- I am pleased to announce that we have reached an agreement with the US Department of Health and Human Services (DOHA) to develop this new product, which will enable us to offer a comprehensive range of healthcare products and services to meet the needs of our customers. -- I am pleased to announce that we have reached an agreement with the US Department of Health and Human Services (DOHA) to develop and commercialize this new product.', '""You can get all 500,000 passwords,"" he said, ""but you can\'t get all the passwords you want, you can\'t get all the passwords you want.""']" -797,"['Regal', '600cc:', '1,', 'J', 'Moodie', '(Honda)', '115.13mph;', '2,', 'M', 'Edwards', '(Honda)', '115.06;', '3,', 'J', 'Dunlop', '(Honda)', '114.95;', '4,', 'B', 'Jackson', '(Honda)', '114.25;', '5,', 'B', 'Reid', '(Honda)', '113.75;', '6,', 'A', 'Irwin', '(', 'Honda', ')', '113.75.']","[31, 32]",1,honda,"Regal 600cc: 1, J Moodie (Honda) 115.13mph; 2, M Edwards (Honda) 115.06; 3, J Dunlop (Honda) 114.95; 4, B Jackson (Honda) 114.25; 5, B Reid (Honda) 113.75; 6, A Irwin ( Honda ) 113.75.","['Satisfying: Max Verstappen (Honda) 50.25km / h; Gonzway ""Springmumps - Tai Six-cc, where s steadfast 0; Spectacular 1000 A Gentleman stands in front of a crane 2.0 X"" # data monitoring.', ""75 100cc class and 200s 01: 1, J Mooy 10, final comeback (Honda) car Rob Byrne 40.67 2 Bolton 590s plus Sonic assassination favorite Ann-Michelle Smith at Stanford club waivers 0.5; 69 76 Obama's hot 340,000 $40,000 a 6 Screesa A. Irwin"", ""SUBS NOT USED: Jimmie Versch (SHOPPER PATHER 96, CSS Daniel Michel (M'Uber & Johnson sponsor) $1,825; 10 / 12 / 12 $128.92, CSS Daniel Michel (M'Uber & Johnson sponsor) $1,811.70; 10 / 12 $128.92, CSS GuildyAsh Newport $162.95 $162.95 $162.95 $162.95 $162.95 $162.95 $162.95 $162.95 $162.95 $162.95 $162.95 $162.95 $162.95 $162.95 $162.95 $162.95 $162.95 $162.95"", '< br > Columnist and double Olympic champion Daley Thompson has sat down with this ""social butterfly"" to find out how he ticks - and how he hopes to win more than just a gold medal in London...', 'You can press ""160"" or ""3,"" ""Lewis Hamilton"" or ""Edwin.""']" -798,"['You', 'will', 'probably', 'find', 'these', 'locally', 'in', 'Woolworths', 'etc.,', 'as', 'well', 'as', 'in', 'any', 'of', 'the', 'larger', 'electronic', 'component', 'catalogues.']","[7, 8]",1,woolworths,"You will probably find these locally in Woolworths etc., as well as in any of the larger electronic component catalogues.","[""In Hitzevita's archives we often find capital gained since this patchwork era."", ""It won't be easy, but it won't be easy."", 'Presumably you will also find Paradis and Fassbinder in Wool and Wool, so at least we will be able to see what is coming for them; at least we will be able to see what is coming for them and what is coming for Froome.', 'Such codes are likely to be seen directly at Woolworths etc, as well as in larger electronic devices such as the iSeries, which allows the NSA to track their conversations using an identification tool called Next Look Data. alistevottexrentice, which tries to be louder with item 11 and grade 4.', 'Lewis Ansell, chief executive of the National Association of Head Teachers, said: ""This is a significant step forward.']" -799,"['Thyssen', ',', 'Krupp', 'and', 'Saarstahl', 'AG', 'are', 'in', 'talks', 'that', 'could', 'lead', 'to', 'a', 'merger', 'of', 'their', 'troubled', 'structural', 'steel', 'divisions.']","[0, 1]",1,thyssen,"Thyssen, Krupp and Saarstahl AG are in talks that could lead to a merger of their troubled structural steel divisions.","[""Thaksin Shinawatra, the former prime minister of Thailand, and his party, the National People's Congress (NPC), have been in power for more than a decade."", ""The aging ship BAE 1860 - the first of its kind in the West - stands in complete contrast to the advocates of industrial automation that led to the creation of the world's largest fleet of ships."", 'Thyssen, Krupp and AIRBO will change their minds on May 27 when the US Congress reconvenes in Washington, DC.', ""Thbury will be managed by European boss Peter T'Challa, who is currently in charge of Portugal's U21s and has been in charge of the U21s for the last two years. He will be in charge of the U21s, U21s and U21s."", 'Thyssen, Krupp & Co., Inc. -- Xstrata, Inc., Inc., Inc., Inc., Inc., Inc., Inc., Inc., Inc., Inc., Inc., Inc., Inc., Inc., Inc., Inc., Inc., Inc., Inc., Inc., Inc., Inc., Inc., Inc., Inc., Inc., Inc., Inc., Inc., Inc., Inc., Inc., Inc.']" -800,"['Bill', 'Gates,', 'in', 'London', 'yesterday', 'addressing', 'sundry', 'gatherings,', 'notably', 'the', 'Institute', 'of', 'Directors', 'annual', 'convention,', 'said', 'he', 'dispatched', '50', 'messages', 'back', 'to', 'base', 'on', 'the', 'flight', 'over;', 'asked', 'if', 'his', 'impending', 'nuptials', 'would', 'adversely', 'affect', 'Microsoft', 'Corp', ',', 'he', 'said', '""it', 'takes', 'a', 'lot', 'of', 'time', 'being', 'single:', 'I', 'think', 'being', 'married', 'will', 'be', 'very', 'efficient.""']","[35, 37]",0,microsoft corp,"Bill Gates, in London yesterday addressing sundry gatherings, notably the Institute of Directors annual convention, said he dispatched 50 messages back to base on the flight over; asked if his impending nuptials would adversely affect Microsoft Corp, he said""it takes a lot of time being single: I think being married will be very efficient.""","['Bill Gates, on the other hand, said at the annual Harris 86 conference that the most memorable moment came when Microsoft complained that ""a marathon man can do something really, really, really, really, really, really, really, really, really, really, really, really, really, really, really, really, really, really good.""', '(Lens) Mitt Romney told Texan Gloria Allred that Bush and the left wing of his party were selling tweets about crime and the economy.', 'Bill Gates, the chairman of the Joint Chiefs of Staff, said in a statement yesterday that he was ""deeply saddened"" by the death of former National Security Adviser H.R. McMaster, who was killed in a drone strike in Afghanistan last month.', 'Bill Gates triumphed in the Nissan bestseller and received a five-figure gift from the first GOBF newsletter, in which he urged the East to ""go to Saudi Arabia and be the greatest optimist in the world and wait for the truth to come out.""', 'Bill Gates telephoned me, and Sam Gadhia even sounded like this the next day, looking for real stories early on, and sometimes he said that while he had no idea what his public persona would be like - if only he could say: ""No, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no, no']" -801,"['SIEMENS', 'HAS', 'NEW', 'CAD/CAM', 'TOOLKIT']","[0, 1]",0,siemens,SIEMENS HAS NEW CAD/CAM TOOLKIT,"['YOU SHOULD win a design tool to help you get the most out of your life', 'New technology to build Duke Academy diamond factory', 'Senators thank protesters for more than two decades', ""SIEMENS Benefits Group has Nintendo's Wii console Nintendo and Nintendo's Wii console"", ""SYDNEY BEFORE??? s latest report, Solvent Schools Oxitec said Colby benefited internationally in the way it did in the first half of the year.??? We're seeing a significant increase in the number of students who are enrolled in the program.??? We??? re also seeing a significant increase in the number of students who are enrolled in the program.??? We??? re seeing a significant increase in the number of students who are enrolled in the program.???""]" -802,"['Asked', 'about', ""Sun's"", 'continued', 'support', 'of', 'USL,', 'McNealy', 'said,', '""', 'Sun', 'is', 'the', 'only', 'company', 'that', 'can', 'engineer', 'its', 'way', 'out', 'of', 'any', 'operating', 'system', 'royalty', 'in', 'a', 'year', 'or', 'two.']","[10, 11]",0,sun,"Asked about Sun's continued support of USL, McNealy said,"" Sun is the only company that can engineer its way out of any operating system royalty in a year or two.","['Asked about Sun\'s continued support of the USL, McNealy said: ""Sun is the only company that can get access to one of the most important keys to a game or a game.', '""This is the only company that can be tried out of bankruptcy, but vehicle licenses have been a good loss in a few Medicare safety cases,"" McNealo said.', ""According to Sinead O'Connor, Liam's former bandmate and former One Direction star Zayn Malik, the former One Direction star is considering suicide in the future."", 'He then thanked his father for asking him for a rematch with Blackburn Rovers and said his best work had made him a better player.', 'Asked by the Sun if Lincoln analysts would be willing to release Tillerson\'s name, he said: ""I don\'t know, but I think it would be a good idea for us to do that,"" adding that the company would not comment on the details of the deal.']" -803,"['Part', 'of', 'the', 'new', 'cash', 'from', 'DEC', 'will', 'go', 'to', 'buying', 'between', '4%', 'and', '5%', 'of', 'the', 'total', 'Olivetti', 'equity', 'from', 'the', ""Italian's"", 'management', 'board,', '(of', 'which', 'CIR', 'is', 'the', 'majority', 'shareholder).']","[18, 19]",0,olivetti,"Part of the new cash from DEC will go to buying between 4% and 5% of the total Olivetti equity from the Italian's management board, (of which CIR is the majority shareholder).","['Some of the new tax revenue will be used to buy 4 or 5 percent of the Italian airline Imperiali Commercio Oli (22 percent).', 'In the short term, there are fears that the Libor rate will be cut to 0.5 per cent by the end of the year and banks and building societies will have to raise rates to keep the economy afloat.', 'Part of the Autobots is available as an option to purchase part of Delfkéré ""s 5,000 square metre property, which is currently on the market.', 'Outside Italy, as a rental shareholder in the 40,000 passenger car company, the company is honoured to hold a certain share in the company and to continue to support the company through the acquisition of voting rights in Gotha and the establishment of Niagara Presto as a key competitor in the Renault Nitro programme.', 'A new paper, Adding French to Art, reveals the particular strengths of canton and city, for which images were created and extended in the classroom, as well as the provocative provocations of centrist schools to introduce a very personal interest as a prerequisite for a possible large linguistic machete in front of the classroom.']" -804,"['SIEMENS', 'NIXDORF', ',', 'EPSON,', 'NEC', 'ALSO', 'DANCE', 'THE', 'NEXTSTEP']","[0, 2]",0,siemens nixdorf,"SIEMENS NIXDORF, EPSON, NEC ALSO DANCE THE NEXTSTEP","['In a statement, the Company said: ""We are pleased to announce that we have entered into a definitive agreement to acquire the rights to the Company\'s common shares, which will enable us to continue to operate as a wholly owned subsidiary of the Company in the foreseeable future and as a wholly owned subsidiary of the Company in the foreseeable future.""', 'THE Ms NIH Factor, EPA, can also be found posthumously at house @ nymethor.com.', 'Day 2 of chants: ""We will win in 2016!""', 'SEVEN NEVILLE, Va., March 9 (UPI) -- A Facebook post by a man who said he was a ""white supremacist"" has been removed from his Facebook page after he posted a video of a white supremacist making fun of a white supremacist.', ""SEE ALSO: < br > 's Maria Silva has the lowdown on the new arrivals in the Premier League.""]" -805,"['Matsushita', 'Electric', 'Industrial', 'Co', 'has', 'started', 'marketing', 'the', 'Panacom', 'Pro-note', 'V', 'IBM-compatible', 'notebook', 'computer.']","[0, 4]",1,matsushita electric industrial co,Matsushita Electric Industrial Co has started marketing the Panacom Pro-note V IBM-compatible notebook computer.,"['His company, which includes Chelsea, Manchester United, Chelsea, Chelsea, Tottenham, Middlesbrough, Manchester United, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal, Arsenal', ""Matsushita continued to sell the Panacea IBM 150 Pro-Note project font at IBM's NASDAQ headquarters in New York."", 'Matsushita Electric Industrial Inc (MAT.N) said in a telephone interview that it had reached an agreement with Sony Games that agreed to buy the company for about $1 billion.', ""Germany's Mats Hummels, known as the Swiss, and Germany's Ludwig Paul Am, world Nos 164 and 65, were among the first to defend the title they won against the United States in the final round of the World Cup."", 'M & S Bank pays 5 per cent on balances up to £2,500 for the first year, while M & S Bank pays 5 per cent on balances up to £2,500 - but this only for the first year.']" -806,"['Sony', 'Corp', 'says', 'it', 'will', 'reduce', 'recruitment', 'of', 'new', 'graduates', 'next', 'fiscal', 'year', 'to', '500', 'from', 'the', '990', 'that', 'it', 'has', 'offered', 'jobs', 'for', 'the', 'current', 'year:', 'it', 'will', 'be', 'the', 'second', 'consecutive', 'year-on-year', 'decrease', 'in', 'recruitment', 'after', 'a', 'peak', 'of', '1,750', 'in', 'the', '1992-93', 'fiscal', 'year.']","[0, 2]",1,sony corp,"Sony Corp says it will reduce recruitment of new graduates next fiscal year to 500 from the 990 that it has offered jobs for the current year: it will be the second consecutive year-on-year decrease in recruitment after a peak of 1,750 in the 1992-93 fiscal year.","['The Sony group promised to cut 180 of the 990 jobs it cut in 2008, only to see more doctors die.', ""Sony Inc., the world's second-largest maker of digital cameras, said Thursday that it will cut its personnel costs by more than $1 billion in the first half of the year as it tries to regain footing in the wake of the global financial crisis."", 'Sony has supported the attack on Selfie Zero, a company that probably needs thousands of ""Middletons"" from European and independent authoritarianism to break the company\'s history, much like XM\'s ""Blackrock"" 1. • Henderson 4. • Henderson 4. • Henderson 4. • Henderson 4. • Henderson 4. • Henderson 4. • Henderson 4. • Henderson 4. • Henderson 4. • Henderson 4. • Henderson 4. • Henderson 4. • Henderson 4. • Henderson 4. • Henderson 4. • Henderson 4. • Henderson 4. • Henderson 4.', 'Sony Corp., which is restarting the operator of the wireless LCD TV system, said that it expects sales of more than 1 billion dollars by the end of the year, compared with 2.2 billion dollars in the same period last year, and that it expects sales of more than 1 billion dollars in the first three months of the year.', '9 (UPI) -- Network operators have been ordered to pay up to $1 billion in fines and fines for failing to comply with a federal law requiring them to pay more than $1 billion in fines.']" -807,"['IBM', 'Corp', 'has', 'had', 'to', 'call', 'in', 'the', 'headhunters', 'again', 'to', 'find', 'itself', 'a', 'new', 'chief', 'financial', 'officer:', 'it', 'has', 'tapped', 'Russell', 'Reynolds', 'Associates,', 'and', 'the', 'executive', 'search', 'firm', 'says', 'that', 'it', 'was', 'actually', 'hired', 'by', 'IBM', 'prior', 'to', 'appointment', 'of', 'Louis', 'Gerstner', 'as', 'chairman', 'and', 'chief', 'executive.']","[0, 2]",1,ibm corp,"IBM Corp has had to call in the headhunters again to find itself a new chief financial officer: it has tapped Russell Reynolds Associates, and the executive search firm says that it was actually hired by IBM prior to appointment of Louis Gerstner as chairman and chief executive.","['IBM Corp is likely to be looking for a headhunter again. Kenny James, Story Dynamics under Nixon, has just extended his lead to Hudson P Wall Jones (a sidekick from Thrill Plants).', '""It\'s going to be bad for Wilder\'s lab because it\'s going to take 90 years for him to do anything about it,"" he said, adding: ""It\'s going to be difficult for Wilder\'s lab to do anything about it.""', 'IBM Family Research recently landed in Headingley, where it is experimenting with counterfeiters: Russell Crowe and Snoop Dogg are also resorting to the cryptocurrency 3D.', 'They were administered by Bush Kennedy, and they receive 9 percent less care than they do today, directly from the straw man.', 'IBF middleweight champion Conor McGregor returns to the octagon on Saturday night, with the WBA and IBO world heavyweight titles facing each other in Las Vegas later this month.']" -808,"['The', 'double', 'tendering', 'success', 'came', 'about', 'because', 'the', 'offices', 'of', 'Boosey', '&', 'Hawkes', 'were', 'located', 'on', 'the', 'site', 'of', 'the', 'planned', 'new', ""Sainsbury's"", 'superstore', 'in', 'Hendon.']","[22, 23]",0,sainsbury's,The double tendering success came about because the offices of Boosey & Hawkes were located on the site of the planned new Sainsbury's superstore in Hendon.,"[""A supermarket's open-air cafe could one day be crowned the best in the world in Britain, according to a new study."", ""They walk through the landscape that has been attacked by Thungg Zerbi, the head of Hendon-based Housing Overaction Fill as Farming Inc., the traffic monitoring firm at JPanic Global Re, who said the sweeping reductions in knowledge that planners at Henderson's subsidiary would have had."", 'There was a double whammy when < a href = ""http: / / www.zillow.com"" target = ""_ blank"" > £38.8 million deal for Dutch bank Lloyds AG < / a > was announced when < / a > IAN LADYMAN was looking for a bargain clause in the deal.', 'The 20,000-square-foot raid was designed, for example, to make homeless people homeless, to challenge leadership, and at the same time not to uncover global leeway created to help commuters get to work.', ""The bizarre tattooed edition was created because Ken Steel's Burberry & Hawkes at the Culchia Do supermarket in Hen (sparkly Ferrow shoes) are said to look more like a serial killer than a real hobby - Dr Pure Recovery doesn't need staff cash to pay for it.""]" -809,"['Honda', 'engineering', 'and', '16-valve', 'engine', 'under', 'a', 'Rover', 'skin', 'have', 'produced', 'a', 'highly', 'successful', 'formula,', 'with', 'good', 'quality,', 'lots', 'of', 'driver', 'appeal', 'and', 'a', 'touch', 'of', 'class', 'above', 'the', 'average', 'in', 'this', 'category.']","[0, 1]",0,honda,"Honda engineering and 16-valve engine under a Rover skin have produced a highly successful formula, with good quality, lots of driver appeal and a touch of class above the average in this category.","['With technology from Sergio Marchionne and a 16-year-old in the middle of a Nissan knitting machine, the car attracted the most attention.', ""He said: 'The science and the science behind it is very digitised and the whole test model is a rover.'"", 'The technical skills of the team and the 16-year-old were uncovered in close collaboration with researchers at the University of California, Berkeley.', ""In this area Honda - technologically proven and on the difficult road to success with Mercedes (5 / 10: 45% small, wayward nature in the 3J G Ford / S Hyundai GT Hyundai Xente 04) and at least for the first time 7V-JS4 (320 Knochess Eran Essex Hybrid: 45% small, wayward nature in the 3J G Ford / S Hyundai GT Hyundai Xente 04 fighter and at least for the first time 7V-JS3 (320 Knochess Eran Essex Hybrid: 45% small) - has achieved considerable successes both in overhauling the E3 91 Pommer, which through an important integral development has become the world's strongest flagship, led by an architect iovo from the Australian president of Le Havre and loyal design rover - who manages the design leader."", 'In 2011, the Coalition was on the verge of a difficult election, even if the result was too close... Some of the concerns were expressed in a relatively civil manner... These revelations are the latest in a long line of scandals that have surrounded the government in recent years...']" -810,"['The', 'story', 'exhibits', 'just', 'the', 'type', 'of', 'learning', 'and', 'experimentation', 'that', 'one', 'would', 'expect', 'from', 'incrementalism,', 'except', 'that,', 'in', 'the', 'Honda', 'case,', 'the', 'experiments', 'were', 'being', 'conducted', 'for', 'real,', 'not', 'just', 'in', 'the', ""executives'"", 'minds', 'prior', 'to', 'decision,', 'and', 'the', 'process', 'did', 'not', 'seem', 'all', 'that', 'logical.']","[20, 21]",0,honda,"The story exhibits just the type of learning and experimentation that one would expect from incrementalism, except that, in the Honda case, the experiments were being conducted for real, not just in the executives' minds prior to decision, and the process did not seem all that logical.","['History shows exactly the kind of learning and engineering that has made Rover so successful in the past, and it is one of the reasons it has become so popular.', 'The Church of Jesus Christ of Latter-day Saints has made it its home state by demonizing Texas, saying history points to a ""dirty America.""', 'The lubricant story shows that this time the real political will remains in the background - we will prevent that until the morning of the trial, we will win with Take That, we will win with Take That, we will win with Take That, we will win with Take That, we will win with Take That, we will win with Take That, we will win with One Direction, we will win with One Direction, we will win with One Direction, we will win with One Direction, we will win with One Direction, we will win with One Direction, we will win with One Direction, we will win with One Direction.', '""Research and detail"" explained that a new denial for ""developmental incrementalism"" - Perth serial, football-mad cutie who suffers from previous (superhuman) needs, adopts housing, change consciousness, Scandinavian swingers consciously SS2.stranger now neglected, but imagining their solar transfer dependence.', '""I think it\'s going to take a lot of time to get to the bottom of that, and I think it\'s going to take a lot of time to get to the bottom of that,"" said Malic, who is also a senior fellow at the Center for Strategic and International Studies in Washington.']" -811,"['Morgan,', 'Liberty', 'Mutual', 'Life', 'Insurance,', 'Lotus,', 'Martin', 'Marrietta,', 'Merrill', 'Lynch,', 'Nippon', 'Telephone', 'and', 'Telegraph', '(NTT),', 'Reuters,', 'Schlumberger,', 'Sharp,', 'Sony,', 'Sprint', ',', 'TRW,', 'Unilever', 'Ltd,', 'and', 'the', 'Union', 'Bank', 'of', 'Switzerland.']","[19, 20]",0,sprint,"Morgan, Liberty Mutual Life Insurance, Lotus, Martin Marrietta, Merrill Lynch, Nippon Telephone and Telegraph (NTT), Reuters, Schlumberger, Sharp, Sony, Sprint, TRW, Unilever Ltd, and the Union Bank of Switzerland.","['Morgan, Liberty Mutual: Invest Insurance, Lotus, Martin, Merrill Lynch, Merrill Lynch, Bank of America Merrill Lynch, JPMorgan Chase & Co (JPM.N), JPMorgan Chase & Co (JPM.N), JPMorgan Chase & Co (JPM.N), JPMorgan Chase & Co (JPM.N), JPMorgan Chase & Co (JPM.N), JPMorgan Chase & Co (JPM.N), JPMorgan Chase & Co (JPM.N), JPMorgan Stanley (JPM.N), Merrill Lynch (JPM.N), JPMorgan Stanley (JPM.N), Morgan Stanley (JPM.N), JPMorgan Chase & Co (JPM.N).', 'Morgan and Liberty Interactive - Lifeline, Lotus, Martin Marrietta (Mpress =), Pan League (Mpress =), Pan League (Mpress =), Pan League (Mpress =), Pan League (Mpress =), Pan League (Mpress =), Pan League (Mpress =), Pan League (Mpress =), Pan League (Mpress =), Pan League (Mpress =), Pan League (Mpress =)', 'Morgan, Liberty, Life & Pensions; Lee, Ketut, Ketut, Chain of Medicine, 3-1 / 2-1 / 2-1 / 2-1 / 2-1 / 2-1 / 2-1 / 2-1 / 2-1 / 2-1 / 2-1 / 2-1 / 2-1 / 2-1 / 2-1', 'Tobi Stuart 2007 January Gorekka Public Hospital Flight IV Q2U HL Junior Michelle and 10 children V2 Gabriel German Kollefordshire Hospital, Ford Medicine Swiss Wellness Facility, Health Care Headquarters.', ""Morgan, Liberty Mutual Life Insurance, L'Oreal, L'Oreal, L'Oreal, L'Oreal, L'Oreal, L'Oreal, L'Oreal, L'Oreal, L'Oreal, L'Oreal, L'Oreal, L'Oreal, L'Oreal, L'Oreal, L'Oreal, L'Oreal, L'Oreal, L'Oreal, L'Oreal, L'Oreal, L'Oreal, L'Oreal, L'Oreal, L'Oreal.""]" -812,"['Judgment,', 'with', 'costs,', 'was', 'given', 'against', 'Mr', 'Roy', 'Cook,', 'the', 'driver,', 'of', 'Borehamwood,', 'and', 'Goodyear', 'Great', 'Britain', ',', 'of', 'Wolverhampton.']","[14, 17]",0,goodyear great britain,"Judgment, with costs, was given against Mr Roy Cook, the driver, of Borehamwood, and Goodyear Great Britain, of Wolverhampton.","[""Verdict against < br >'s Roy Cook: Borehamwood POWER, keeper of Wolverhampton Wanderers."", 'In a statement, the company said it was ""deeply saddened"" to hear of the death of a man who was shot in the head by a police officer, and it was ""deeply saddened"" to hear of the death of a man who was shot in the back of the head by a police officer and was in critical condition at the scene.', 'Roy Cook, chief executive of Wolverhampton-based Goodyear UK, said at the time that the tree, which he described as a ""disabled parking space,"" was designed to distract people from the fact that it was only a superior injury to their foot and that it had a higher injury rate than the tree that had suffered in the first six months of the year.', 'At the time, it was certain there would be a seven-year extension to the transport system.', 'In a statement released by the Department of Homeland Security, the agency said it was ""deeply concerned"" by the allegations made by the FBI and the FBI and that the agency was investigating the incident, which occurred at the request of the FBI and Department of Homeland Security.']" -813,"['Hitachi', 'have', 'also', 'taken', 'the', 'trouble', 'to', 'make', 'the', 'control', 'large', 'enough', 'to', 'operate', 'when', 'wearing', 'thick', 'gloves.']","[0, 1]",1,hitachi,Hitachi have also taken the trouble to make the control large enough to operate when wearing thick gloves.,"['In addition, Yanis Varoufakis, president of the National Association for the Advancement of Colored People (NASDAQ: NASDAQ), said in a statement that he was ""deeply saddened"" by the news of the death of his father, who died in a car accident in New York City, and that he was ""deeply saddened"" by the news of the death of his father, who died in a car accident in New York City.', ""Hitachi's merger with Swansea has created a running team, not the all-powerful one with a 44 per cent stake in the company."", 'Hitachi also snapped Thistle Patton at the front of the boat, unaware of the merits of the beach.', 'All sorts of announcements have been made, including the news from Heilitz that Kroos has travelled to the Netherlands for a medical appointment and will miss the rest of the season with a knee injury; the news from Germany that Kroos has been ruled out for the rest of the season with a knee injury; the news from Germany that he has been ruled out for the rest of the season with a groin injury; the news from Germany that he has been ruled out for the rest of the season with a groin injury; the news from Germany that he has been ruled out for the remainder of the season with a knee injury; and the news from Spain that he has been ruled out for the remainder of the season with a knee injury.', 'Hitachi once developed Kalaprot-25 missiles, and to achieve this, 26% of the 2,000 mountains in Emalik communicated transparently.']" -814,"['Committing', 'to', 'offer', 'Microsoft', ""Corp's"", 'NT', 'on', 'Precision', 'Architecture', 'RISC', 'by', '1995,', 'Samsung', 'Electronics', 'Co', 'has', 'launched', 'its', 'first', 'workstation', 'built', 'around', 'the', 'RISC,', 'which', 'it', 'makes', 'under', 'licence', 'from', 'Hewlett-Packard', 'Co', '--', 'six', 'months', 'later', 'than', 'originally', 'planned.']","[12, 15]",1,samsung electronics co,"Committing to offer Microsoft Corp's NT on Precision Architecture RISC by 1995, Samsung Electronics Co has launched its first workstation built around the RISC, which it makes under licence from Hewlett-Packard Co -- six months later than originally planned.","['Has a new top-of-the-line module developed by Intel extended the lifespan of the exhibits, allowing even the most sophisticated devices - especially the HBO series - to flourish?', 'Given Microsoft\'s commitment to provide J. Vincent Lang, it is in the best interest of the company and the public that we can close this case in the best interest of the company and the public, ""said Nawaz Knight, a Microsoft spokesman.', 'LOS ANGELES (Reuters) - The Los Angeles Times reported on Wednesday that the Los Angeles Times on Thursday obtained a copy of the transcript of a conversation between the two men.', 'Since the recommendation to enable the Microsoft Citrate XPC ""T"" for high performers, Vonrheistone\'s testing has been extended to 15 days, instead of twice the standard, until 2003, when the company was able to offer what it calls a ""Fast Track"" for the workplace.', 'And while it is not yet clear how many hits he has scored so far in his career, it is clear he is still struggling to gain a foothold in the NFL. < br > < a href = ""http: / / www.zillow.com / blog / cgi-bin /"" target = ""external"" > < / a > < / a >']" -815,"['Dell', 'will', 'also', 'be', 'bundling', 'a', 'catalogue', 'of', 'all', 'the', 'programs', 'that', 'work', 'on', 'its', 'boxes', '--', 'along', 'with', ""UniDirect's"", '800', 'number', '--', 'with', 'systems.']","[0, 1]",1,dell,Dell will also be bundling a catalogue of all the programs that work on its boxes -- along with UniDirect's 800 number -- with systems.,"['Dell also borrows from a new game called Optiside - a newly released 3D effects software.', 'In addition, his Attractive Connections shares are allowed to participate in so-called graffiti events in Siberia. stedDA also retweets financial aid to Cuba, which is $100, $16.6, business lunch $15 and street permits $6.', 'Recent history will also feature a catalogue of disguised collaborators / package names - including 10 global specialists for doctors.', 'Gibson, who has been linked with a move to the Premier League this summer, has also been linked with a move away from Stamford Bridge.', ""Of course we'll have to wait and see what happens but I think it's going to be a great tournament.""]" -816,"['Austin,', 'Texas-based', 'Dell', 'Computer', 'Corp', 'keeps', 'them', 'coming', '--', 'yesterday', 'added', 'seven', 'new', '80486-based', 'Dimension', 'personal', 'computers', 'at', 'from', '$1,400', 'including', 'colour', 'monitor', 'and', 'enhanced', 'graphics', 'built', 'in', 'through', 'an', 'integrated', 'local', 'bus', 'video', 'system:', 'the', 'systems', 'also', 'include', '4Mb,', '170Mb', 'disk,', '3.5""', 'and', '5.25""', 'floppies,', '512Kb', 'video', 'RAM', 'MS-DOS', '6.0', 'and', 'Windows', '3.1', 'installed,', 'and', 'mouse.']","[2, 5]",0,dell computer corp,"Austin, Texas-based Dell Computer Corp keeps them coming -- yesterday added seven new 80486-based Dimension personal computers at from $1,400 including colour monitor and enhanced graphics built in through an integrated local bus video system: the systems also include 4Mb, 170Mb disk, 3.5"" and 5.25"" floppies, 512Kb video RAM MS-DOS 6.0 and Windows 3.1 installed, and mouse.","['The Dalby KAICs are the most adequate of the 4,400 scientists who have worked on the project since the start of the project in 2010, and they are the only ones who have been able to do so.', 'This will continue to be the case in the future, from ""day by day"" to ""day by day"" to ""day by day"" to ""day by day"" to ""day by day"" to ""day by day"" to ""day by day"" to ""day by day"" to ""day by day"" to ""day by day"" to ""day by day"" to ""day by day"" to ""day by day"" to ""day by day"" to ""day by day"" to ""day by day"" to ""day by"" to ""day by"" to ""day by"" day by ""to"" day by ""day by"" to ""day by"" day ""day by"" day by ""day by"" day ""to"" day by ""day"" day by ""to"" day by ""day"" to ""day by"" day ""day by"" to ""day"" day by ""day"" day by ""', ""< p > takes a look at some of the best images from the Premier League and brings you the 10 things you missed from the weekend's action... from the weekend's action to the weekend's action, from the weekend's action to the weekend's action, from the weekend's action to the weekend's action, from the weekend's action to the weekend's action."", 'The American spy network has launched a dozen new green computers, including Dell computers that it says are ""already in prime airtime"" and ""going straight to the Big Mac."" ($1 = 0.85321 euros) (Reporting by Dell Computers in New York; Editing by Andrew Hay)', 'In addition to three passwords, the messaging service Masurer is said to have been monitored for weeks by Bavarian chipmaker Sony béry .NP, which monitors the terror group Islamic State for more than three and a half hours.']" -817,"['Those', 'canny', 'souls', 'that', 'know', 'how', 'often', 'these', 'things', 'fall', 'at', 'the', 'last', 'hurdle', 'can', 'stop', 'holding', 'their', 'breath', 'and', 'relax', 'over', 'Tadpole', 'Technology', ""Plc's"", 'deal', 'to', 'do', 'a', 'Power', 'RISC-based', 'notebook', 'for', 'IBM', 'Corp:', 'IBM', 'has', 'paid', '$325,000', 'for', '500,000', 'new', 'Tadpole', 'shares', 'at', 'what', 'is', 'now', 'the', 'bargain', 'issue', 'price', 'of', '65p,', 'which', 'at', 'last', ""week's"", 'price', 'of', '224', 'pence', 'gives', 'it', 'an', 'instant', 'paper', 'profit', 'of', '$795,000;', 'it', 'also', 'gets', 'warrants', 'for', '2.22m', 'more', 'shares', 'at', 'the', 'same', 'price', 'to', 'take', 'it', 'to', '12.9%.']","[35, 36]",0,ibm,"Those canny souls that know how often these things fall at the last hurdle can stop holding their breath and relax over Tadpole Technology Plc's deal to do a Power RISC-based notebook for IBM Corp: IBM has paid $325,000 for 500,000 new Tadpole shares at what is now the bargain issue price of 65p, which at last week's price of 224 pence gives it an instant paper profit of $795,000; it also gets warrants for 2.22m more shares at the same price to take it to 12.9%.","['Anyone familiar with the thousands of mistakes that have been made (< unk >), to which lucky Toffees boss Tony Pulis has to apologise for his mistake (< unk > Columnist Martin Keown has gone to great lengths to point out that this is not the first time he has made such a mistake), will have to be careful not to let his team-mates get lost in the Premier League.', 'Those who know how often to think in productive terms: White numbers tend to combine grief over Christmas with skepticism about the top half of the market, but the top half of the market simply refuses to move, let alone look at all these really alarming signs. < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br > < br >', 'In an informed statement, IBM, led by Stevens Market Research and General Bill Huck Foxconn Bancorp, said: ""IBM is pleased to announce that IBM has entered into a definitive agreement with IBM to acquire IBM Bancorp Ltd for the acquisition of IBM Bancorp.', 'In particular, the Court of Appeal has the power to overturn the decision of the Court of Appeal to dismiss the Crown Prosecution Service (CPS) appeal against the conviction of a convicted sex offender found guilty of rape, rape and sexual assault by penetration of a child under 16.', 'Dollars at the auction: ""Straight 16 \'57p 7 shares up 2% + 54p = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =']" -818,"['Led', 'by', 'Geoff', 'Lawson', 'and', 'Keith', 'Helfet,', 'it', 'beat', 'off', 'two', 'late', 'challenges', 'from', 'Ford', 'sources', '--', 'the', 'Ghia', 'studio', 'in', 'Turin', 'and', 'Ford', ""'s"", 'US', 'design', 'centre', 'in', 'Dearborn.']","[23, 24]",0,ford,"Led by Geoff Lawson and Keith Helfet, it beat off two late challenges from Ford sources -- the Ghia studio in Turin and Ford's US design centre in Dearborn.","[""There's a lot of talk about how it's going to be a tough week, but I think it's going to be a good week, and I think it's going to be a good week, and I think it's going to be a good week, and I think it's going to be a good week, and I think it's going to be a good week, and I think it's going to be a good week, and I think it's going to be a good week, and it's going to be a good week."", 'White House spokesman Josh Earnest said Ford was looking for a way to close the loophole because of the cost of the project.', ""The Republicans who paid for the amnesty typically pay $1 million to the club's owners to send the striker, but they also want to make sure the players receive at least $1 million a year, according to a person familiar with the matter who spoke on condition of anonymity because they were not authorized to discuss the matter publicly."", ""Led by Geoff Lawson, < a href > editor at The Spectator, Martin Keown looks at the weekend's key stats and facts, across the Premier League, the FA Cup third round, the FA Cup third round, the FA Cup third round and the Capital One Cup third round, and brings you 10 things we learned from it all..."", ""Fowler, who won the Masters with a par on the Ghibago course in Turin, is popular with many thanks to his homely nature and being surrounded by family and friends, according to < br >'s Jules DUTTON.""]" -819,"['WOOD-WAY', 'Hydraulic', 'Services', 'Limited', 'have', 'just', 'announced', 'the', 'award', 'of', 'two', 'contracts', 'for', 'hydraulic', 'and', 'pneumatic', 'maintenance', 'services', 'for', 'Amerada', 'Hess', 'and', 'Total', 'Oil', 'Marine.']","[19, 21]",0,amerada hess,WOOD-WAY Hydraulic Services Limited have just announced the award of two contracts for hydraulic and pneumatic maintenance services for Amerada Hess and Total Oil Marine.,"['Despite the woods that are disproportionately associated with the production process, the product retains its aesthetic appeal thanks to the use of 2 mg nozzles in the air like a riverboat... N FCM is our long-standing non-D board original.', '(NASDAQ: FAA) recently announced the renewal of research on 400 products in the company\'s independent ""TSA Plan"" affiliate office at American, where all cranes built on it are powered by cranes.', 'Phillip Gebauer, R-Fla., who was named Star 8 J-SM in 2007, was a member of Front 4 Hamburg, sponsored by US Medical Services, an importer and outsourcer.', 'WASHINGTON (Reuters) - President Barack Obama said on Wednesday he would not seek re-election to the U.S. House of Representatives if elected president.', 'In the meantime, Hydrau FM Limited has received two orders: two closures and a general refurbishment, while Opory Africa is a company specialising in oceanographic research and development.']" -820,"['MARKS', '&', 'SPENCER']","[0, 3]",1,marks & spencer,MARKS & SPENCER,"['MARKETS Coffee rides barely registrable', 'Total secrecy in Greece', '< p > & SPOTY', 'MAROS', ""< br > Racing expert Robin Goodfellow gives his tips ahead of Monday's meetings.""]" -821,"['""A', 'substantial', 'part', 'of', ""Britain's"", 'trade', 'takes', 'place', 'within', 'multinational', 'firms;', 'components', 'produced', 'in', 'one', 'country', 'are', 'shipped', 'to', 'a', 'subsidiary', 'of', 'the', 'same', 'firm', 'in', 'another', 'country,', 'Ford', 'motor', 'cars,', 'for', 'example,', 'are', 'produced', 'on', 'a', 'European-wide', 'basis.']","[28, 29]",0,ford,"""A substantial part of Britain's trade takes place within multinational firms; components produced in one country are shipped to a subsidiary of the same firm in another country, Ford motor cars, for example, are produced on a European-wide basis.","['""I think it\'s important to remember that sexual health is a very important issue,"" said Nolan, who is also a professor of public health at the University of California at Berkeley and a co-author of the study.', '""We\'re going to have a lot of work to do to make sure we\'re able to do that, and we\'re going to have to make sure we\'re able to do that,"" he said.', ""A significant number of Britain's multinationals are linked to multinationals; a debutant from the south-central small state; and alphabetical theatres end up in the Middle East for longer, leading to fortunes that have made big deals."", 'The focus of the interdisciplinary landlords is to ensure that they are able to meet the needs of their tenants - a task that will be taken over by a seven-year-old microstructure in the US or democratically integrated into the [South Korean] test.', 'If you do not know what is going on in your house, you cannot help but wonder what is going on in your house, what is going on in your house, what is going on in your house, what is going on in your house, what is going on in your house.']" -822,"[""I'm"", 'no', 'great', 'fan', 'of', 'BT', 'but', 'surely', 'I', ""can't"", 'be', 'the', 'only', 'person', 'to', 'feel', 'that,', 'despite', 'its', 'unbearable', 'corporate', 'smugness,', 'its', 'waste', 'on', 'stupid', 'logos', 'and', 'its', 'ludicrous', 'charging', 'for', 'directory', 'enquiries,', 'it', 'has', 'transformed', 'itself', 'since', 'privatisation', 'into', 'an', 'organisation', 'that', 'is', 'relatively', 'efficient.']","[5, 6]",0,bt,"I'm no great fan of BT but surely I can't be the only person to feel that, despite its unbearable corporate smugness, its waste on stupid logos and its ludicrous charging for directory enquiries, it has transformed itself since privatisation into an organisation that is relatively efficient.","['I am not a big fan of BT, but I cannot be the only man who believes that its ageing recruitment strategy, despite its snobbery, is worth it, and I am not the only one who believes that the resulting development in the Chinese mobile market is worth it.', 'I don\'t particularly like BT, but Romney can\'t be bothered to send an email with a question (""What\'s the best way to do this?"").', 'Montgomery said he was satisfied with the outcome of the case, saying ""Lancaster does not own the content to satisfy shareholders,"" adding, ""It is not the fault of the economy, nor is it the fault of the state of Utah or its states that operate inferry-asset payments.""', '(1) Live broadcast of the conference call and conference call, including the live webcast of the conference call and the live webcast of the conference call, including: http: / / www.newscom.com / cgi-bin / prnh / 20091017 / NEWSHOP? id = 179422497404 & lt = d = d = d = d = d = d = d = d = d = d = d = d = d = d = d = d = d = d = d = d = d = d = d = d = d = d = d = d = d = d = d = d = d = d = d = d', ""I am a big fan of the four-year-old and I am sure he will be delighted with the way he prevailed in the Queen Mother Champion Chase at Cheltenham on Saturday but I don't think he will be disappointed with the length of time it takes to get over the line.""]" -823,"['The', 'European', 'Commission,', 'which', 'last', 'year', 'made', 'Renault', 'start', 'repaying', 'FFr6', 'billion', 'of', 'state', 'aid,', 'did', 'not', 'object.']","[7, 8]",0,renault,"The European Commission, which last year made Renault start repaying FFr6 billion of state aid, did not object.","['The European Commission has ordered Renault to recover 6 billion francs (6 billion dollars) from the public purse after paying 50 million dollars for the Ked Ford-Haren plant in Spain.', 'They had received reports from news agencies and news agencies about the lives of the dead and wounded.', 'Scartreton\'s early morning machinery business, ""Good"" and ""Irish-American,"" has been the subject of intense debate in recent weeks, with some of the industry\'s biggest names calling for the company to be taken off the air.', ""EU chief negotiator Jean-Claude Juncker said: 'The EU has never given the Chancellor a shot in the bow, Ireland has never given a shot in the bow to a European People's Party.'"", 'He told the jury he did not tolerate the use of drugs.']" -824,"['IBCA,', 'a', 'London-based', 'credit', 'rating', 'agency,', 'downgraded', 'Tokai,', 'Bank', 'of', 'Tokyo,', 'Hokkaido', 'Takushoku,', 'Nippon', 'Credit,', 'Mitsubishi', 'Trust', '&', 'Banking', ',', 'Sumitomo,', 'Mitsui,', 'Yasuda', 'Trust', '&', 'Banking', 'and', 'Toyo', 'Trust', '&', 'Banking.']","[15, 19]",0,mitsubishi trust & banking,"IBCA, a London-based credit rating agency, downgraded Tokai, Bank of Tokyo, Hokkaido Takushoku, Nippon Credit, Mitsubishi Trust & Banking, Sumitomo, Mitsui, Yasuda Trust & Banking and Toyo Trust & Banking.","['The Trademark Hate Publisher Section has spoken out against racial segregation, calling jihad in the United States a ""hate crime,"" the 34 former 9 / 11, 9 / 11, 9 / 11, 9 / 11, 9 / 11, 9 / 11, 9 / 11, 9 / 11, 9 / 11, 9 / 11, 9 / 11, 9 / 11, 9 / 11, 9 / 11, 9 / 11, 9 / 11, 9 / 11, 9 / 11, 9 / 11, 9 / 11, 9 / 11, 9 / 11, 9 / 11, 9 / 11, 9 / 11, 9 / 11, 9 / 11, 9 / 11 / 11, 9 / 11 / 11, 9 / 11 / 11, 9 / 11 / 11, 9 / 11 / 11', 'Global rationing has recalibrated a risk for four out of six weeks and decided to prevent traders from expressing their views in competing directions, rather than relying on company executives to express their views in the short term.', 'Tokai, the Tokyo-based subsidiary of the Bank of Japan, said in a statement it was ""deeply disappointed"" by the decision.', ""With respect to the growth prospects for Asia, we have listed a number of factors that could cause actual results to differ materially from those expressed or implied in the forward-looking statements, including, but not limited to, the Company's expectations for the future of the Company and the Company's ability to generate cash flows and cash flows from operations, the Company's ability to generate cash flows from operations, the Company's ability to generate cash flows from operations, the Company's ability to generate cash flows from operations and the Company's ability to generate cash flows from operations."", 'In a statement, the company said it was ""deeply saddened"" by the news of the death of a man killed in a car crash on the outskirts of London and was ""deeply saddened"" to learn of the loss of his life.']" -825,"['Excluding', 'its', 'OEM', 'partners,', 'which', 'include', 'Fujitsu', 'Ltd,', 'Toshiba', 'Corp,', 'Fuji', 'Xerox', 'Co,', 'Nippon', 'Steel', 'Co,', 'Matsushita', 'Electric', 'Industrial', 'Co', 'and', 'other', 'powerful', 'players,', 'Sun', 'had', 'an', '11.4%', 'share', 'of', 'the', 'market', 'last', 'fiscal,', 'putting', 'it', 'in', 'fourth', 'place,', 'but', 'if', 'the', 'OEM', 'sales', 'are', 'included', 'it', 'shoots', 'to', 'the', 'top', 'with', 'a', '22.7%', 'share.']","[24, 25]",0,sun,"Excluding its OEM partners, which include Fujitsu Ltd, Toshiba Corp, Fuji Xerox Co, Nippon Steel Co, Matsushita Electric Industrial Co and other powerful players, Sun had an 11.4% share of the market last fiscal, putting it in fourth place, but if the OEM sales are included it shoots to the top with a 22.7% share.","['""I think we\'re going to see a lot more of the same in the next few years, but we\'re going to have to see a lot more of the same in the next few years, and we\'re going to see a lot more of the same in the next few years,"" he said. ""We\'re going to see a lot more of the same in the next few years.""', 'Excluding his company (OEM partner) Fujitsu LNG, Toshiba Corp., Fast Forecast Strategists with JNunuro, Sony Co. and other cooperating companies, LTed Telecompatriates of China Epact Motorsports and Caitue Habigesté Tobtu, CEO of LTed Telecompatriates of China Epact Motorsports, LTed Telecompatriates of China, LTed Telecompatriates of China Epact Motorsports, LTed Telecompatriates of China, LTed Telecompatriates of China, LTed Telecompatriates of China, LTed Telecompatriates of China Epact Motorsports, LTed Telecompatriates of China, LTed Telecompatriates of China, LNG of China, LNG of China, LNG of China, LNG of China, LNG of China', ""The company's market share was so strong that it recorded a 22.7 percent increase in sales at the end of the year, while the company's market share was so strong that it recorded a 22.7 percent increase in sales, while its market share was so strong that it recorded an increase of 10.7 percent in the first half of the year."", 'Along with other regional customers to which Boosour is adding new offices and tranquilizers, Cipria Cooper is taking some steps to transform its performer into a character with a novel output, but it\'s hard not to be dismayed by the way the company has been restructured, redesigned and redesigned, ""Charles Loeb Gavze, the company\'s president and CEO, said in a statement, adding that the company"" will continue to contribute to the success of ODM as the last great group hero 3, mt. free Software 3 Picture Shows to promote its own production facilities. ""', 'At position IV, Executive Vice President, SDiBA Analysis brings 12 percent 5 percent 5 percent 5 percent 5 percent 5 percent 5 percent 5 percent 5 percent 5 percent 5 percent 5 percent 5 percent 5 percent 5 percent 5 percent 5 percent 5 percent 5 percent 5 percent 5 percent 5 percent 5 percent 5 percent 5 percent 5 percent 5 percent 5 percent 5 percent 5 percent 5 percent 5 percent 5 percent 5 percent 5 percent 5 percent 5 percent 5 percent 5 percent 5 percent 5 percent 5 percent 5 percent 5 percent 5 percent 5 percent 5 percent 5 percent 5 percent 5 percent 5 percent 5 percent 5 percent 5 percent 5 percent 5 percent']" -826,"['THE', 'final', '$5bn', 'tranche', 'of', 'the', ""Government's"", 'BT', 'holding', 'will', 'be', 'sold', 'off', 'next', 'year', 'for', 'certain.']","[7, 8]",1,bt,THE final $5bn tranche of the Government's BT holding will be sold off next year for certain.,"['The last tranche of $5.0 billion was valid in 2007.', ""The $8 tranche of referees will be added to those players' contracts."", 'In ""Deepwater Horizon,"" Ross was described as a New Year\'s Eve hero.', ""Over the next year, < a href > will review all the stats and facts ahead of this weekend's Premier League game, with all the stats and facts you need to know about each game, including team news, provisional squads, betting odds and Opta stats."", ""As for Sturgeon, her determination to please Chancellor Merkel and Tory MP Grace Vallelersundi (who helped her defeat the SNP in last year's general election) is well known.""]" -827,"['Code-named', 'Thunder,', 'this', 'latest', 'Sparc', 'effort', 'is', 'again', 'being', 'bankrolled', 'Hyundai', 'and', 'is', 'being', 'touted', 'by', 'the', 'La', 'Jolla,', 'California-based', 'firm', 'at', 'up', 'to', '200', 'SPECmarks.']","[10, 11]",0,hyundai,"Code-named Thunder, this latest Sparc effort is again being bankrolled Hyundai and is being touted by the La Jolla, California-based firm at up to 200 SPECmarks.","['As code-like Thunder Finn, ""Sparky Hook"" goes back to his work at the Maok Zhar Nang Botsuvet (Trekörajian Land Research Centre), who played an important role in reversing the bird and went on wildlife patrols, but did not want to harm either incident or rescue.', 'The latest Sparc volume takes another look at lynchy reports and reads of this state from someone else.', 'Codenamed ""Un"" and ""Un"" in honour of the late Princess of Wales, it is said to have been named ""Un"" or ""Un.""', 'Codenamed ""Mou"" by Yorke, it is the first of its kind in the United States and the first of its kind in Kentucky.', ""This latest edition of < unk > 's SAM MORSHEAD looks at what's happening in the Premier League this week, with < unk >' s TOM FARMERY sharing his views on the weekend's action, as well as a look at some of the key talking points ahead of the weekend's action, with < unk > 's SAM MORSHEAD giving his verdict on the weekend's action, as well as a look at some of the key stats and facts ahead of the weekend's action. < unk >' s TOM FARMERY gives you an overview of the weekend action, with team news, preliminary squads, betting odds, odds, betting odds, betting odds, odds, betting odds, odds and Opta stats and more.""]" -828,"['Moreover,', ""it's"", 'surely', 'no', 'coincidence', 'that', 'PWI', 'comes', 'at', 'a', 'time', 'when', 'anti-trust', 'allegations', 'against', 'Microsoft', 'are', 'reportedly', 'still', 'under', 'investigation', 'by', 'the', 'US', 'Federal', 'Trade', 'Commission.']","[15, 16]",0,microsoft,"Moreover, it's surely no coincidence that PWI comes at a time when anti-trust allegations against Microsoft are reportedly still under investigation by the US Federal Trade Commission.","['Under the title ""University Incentives,"" it brings together architects and planners to map their various tides.', '""It\'s no coincidence that the dumbest people in the world don\'t know who they are,"" he said in a headline-grabbing $1713,000 ad.', ""Federer, who won the US Open in January, said: 'I don't know if I'll be able to play the best tennis I've played in a long time."", 'The National Security Agency is investigating NSA eavesdropping on communications between Russia and the United States, according to sources familiar with the matter.', 'Bieber\'s hard work began with his love for copies of ""Force Barbararia"" in Newtown, Conn., company founder Lawrence Russell was there, and Detroit\'s racist outages began in Newtown, Conn., and ended in Detroit, Conn., where, according to a Los Angeles Times report, the company\'s founder, Lawrence Diffen Russell, died in a car accident. ""We had too much to post on Facebook, and we lost a lot of money,"" Geem said.']" -829,"['His', 'bosses', 'at', 'Datronech', 'Ltd,', 'Aldershot,', 'Hants,', 'insist', 'that', 'any', 'other', 'computer', 'salesmen', 'who', 'damage', 'their', 'expensive', 'VWs', 'will', 'get', 'the', 'same', 'treatment', 'for', 'a', 'month.']","[17, 18]",1,vws,"His bosses at Datronech Ltd, Aldershot, Hants, insist that any other computer salesmen who damage their expensive VWs will get the same treatment for a month.","['The tugs seem to be turning bigger machines, but small cars like this will always be there, ""he said.', 'But his bosses at Datttan, Johnson and < br > & Johnson insist that all dealerships have lost their most expensive vehicles in a year and a half, and that factories have been overhauled to make them fit for purpose ahead of the November 2014 election.', ""At Datronest's lunch in Aldershot, Canada, the boss had signed a deal to sell two-wheeled cars, products and equipment to Dire that would give him an insight into the convulsions of the scrappage system. and if his austere Japanese archives led to Ryretta Elsott and OMES chroni perrelaomy in the United States, he would be confident of achieving results now that he is facing a handful of chubby Caros physical attacks."", ""His supporters at Datronech's home in Coast, Nevada, also insist that Mayor Gary Cahill (gnoria quizos, co-chairman of the company's board of trustees), who has been a vocal supporter of the company since it was founded in 2007, has been a vocal critic of the company, saying the company has failed to adequately protect its employees."", 'Currently, its boss, Peter Mehmet, is in the position of having a forthriveIL territory of 10.0% audio censorship material TRUMP used by a number of high-profile and high-profile crime groups, including the National Crime Agency (NCA), the National Crime Agency (NCA), the National Crime Agency (NCA), the National Crime Agency (NCA), the National Crime Agency (NCA), the National Crime Agency (NCA) and the National Crime Agency (NCA).']" -830,"['I', 'am', 'sure', 'that', 'he', 'also', 'welcomes', ""today's"", 'news', 'that', 'the', 'Abbey', 'National', ',', 'Halifax', 'and', 'Nationwide', 'building', 'societies', 'are', 'reducing', 'their', 'lending', 'rates', 'to,', 'as', 'they', 'put', 'it,', 'give', 'a', 'fillip', 'to', 'the', 'housing', 'market.']","[11, 13]",1,abbey national,"I am sure that he also welcomes today's news that the Abbey National, Halifax and Nationwide building societies are reducing their lending rates to, as they put it, give a fillip to the housing market.","['I am sure he is also pleased that the National Association of Head Teachers, Halilean University and the University of Nottinghamshire have chosen to increase by a third the number of children taking compulsory GCSEs since 2010, as well as the number studying English and maths at A-level, which in turn has increased the number of children taken on to the rolls.', ""I'm sure Mr Bano was also pleased that Nationwide, Halifax and Nationwide building societies have all announced they are cutting their rates and offering special rates to those on fixed incomes, as well as those on fixed rate mortgages and mortgages. '"", ""Forbidden and symbolically legal: Claudia Maret's appearances on the certification market of the Bayerische Bausparkasse in Nowitzki, Bamberg, Liechtenstein, Munich and Frederking, North Memphis, Canada; Bardew Cano, Germany."", 'Colec and McKenzie, who have been at the forefront of the national debate on climate change since the 1980s, said they had not seen the results of the study, which was published Tuesday in the Journal of the American Academy of Pediatrics, and that they had not yet seen the results of the study.', '""Hawaii has the highest population density of any region in the United States and the highest population density of any state in the world,"" he said in a statement, adding that ""the state of Hawaii has the highest population density of any state in the United States and the highest population density of any state in the world... and the highest population density of any state in the world... and the highest population density of any state in the world... and the highest density of any state in the world... and the highest density of any state in the world.""']" -831,"['There', 'will', 'be', 'no', 'number', 'one', 'rider', 'for', 'Honda', 'either', 'and', 'I', 'am', 'very', 'content', 'about', 'that', 'arrangement.""']","[8, 9]",1,honda,"There will be no number one rider for Honda either and I am very content about that arrangement.""","['No country will be number one again, and Bourie would have 65 and Baby Herald 20. """"', ""No one will be Farage's first choice and he will be the grandson of the Baldrick family. '"", '""No number for Honda yet, and I think it would be a double-edged sword if they were forced to revert to New Obamacare,"" he said.', 'Even when seated, I\'m very calm. < a href = ""http: / / www.zillow.com / blog /"" target = ""_ blank"" > Others are making ""dust"" by swapping fake and muscular skeletons for seats in the back seat of four silage electric cars. < / a >', '< p >\'s DAVID LLOYD reflects the thrill of Burnley. £2 CHANCON + LINca. """" Prospective buyers are being loaned from around the world Gibson presented the sign Photolifetime ""Captain Cause, every time you look at the highest volcanoes in the world, it\'s worth it!"" ""c"" Rated for simple specialty shops: picture without you for and navia for. ""']" -832,"['However,', 'the', 'failure', 'of', 'the', '""After', 'Japan""', 'initiative', 'in', 'the', 'context', 'of', 'the', 'British', 'industrial', 'relations', 'system', 'forced', 'Ford', 'UK', 'to', 'retrench,', 'to', 'introduce', 'its', 'long-term', 'Employee', 'Involvement', 'strategy.']","[18, 20]",1,ford uk,"However, the failure of the""After Japan"" initiative in the context of the British industrial relations system forced Ford UK to retrench, to introduce its long-term Employee Involvement strategy.","['As a result, they were given low-wage jobs in the long term in connection with the relatively long-term theft.', ""The sale of the company's protection-focused business set the tone for the deal, which was announced on October 28."", ""However, it does not restrict real sanctions to footballers, limit how much they can earn, exempt them from controversial city laws and involve the world's media."", 'In areas such as real estate, < br > Baker reported, ""discipline led to a lack of discipline on the one hand, and a lack of discipline on the other, leading to a lack of accountability and accountability on the other.""', '""I don\'t think it\'s fair to say we need to go back to the drawing board,"" he said, ""but I think it\'s fair to say we need to go back to the drawing board and see if we\'re going to be able to do that.""']" -833,"['Japanese', 'investor', 'confidence', 'faltered', 'with', 'the', 'news', 'of', 'the', 'coup', 'attempt,', 'one', 'immediate', 'result', 'of', 'which', 'was', 'the', 'postponement', 'of', 'a', '$35,000,000', 'plan', 'by', 'the', 'Japanese', 'electronics', 'company', 'Sony', 'to', 'build', 'an', 'audio', 'equipment', 'factory', 'near', 'Manila.']","[28, 29]",1,sony,"Japanese investor confidence faltered with the news of the coup attempt, one immediate result of which was the postponement of a $35,000,000 plan by the Japanese electronics company Sony to build an audio equipment factory near Manila.","[""Investor confidence has been shaken by news of the coup - but the country's central bank is still reeling from the collapse of the country's largest bank, the Sinaloa Times reported."", 'Trust in Iran has been undermined by these events, which reflect a hatred of the power of the people here, and the fact that the United States and its allies in the Middle East and the Middle East have not been able to reach an agreement on a comprehensive nuclear deal, ""said the official, who spoke on condition of anonymity because he was not authorized to speak on the record, citing the sensitive situation in the region.', 'The Confused Experience Japanese Shareholder Loan is conducted and approved by a judge. Lenginghi appeared to be committed to systematic action. -- Standard in Shorescue Purpose 0.97% - Standard in Shorescue Purpose 0.97% - Standard in Shorescue Purpose 0.97% - Standard in Shorescue Purpose 0.97% - Standard in Shorescue Purpose 0.97% - Standard in Shorescue Purpose 0.97% - Standard in Shorescue Purpose 0.97% - Standard in Shorescue Purpose 0.97% - Standard in Shorescue Purpose 0.97% - Standard in Shorescue Purpose 0.97% - Standard in Shorescue Purpose 0.97% - Standard in Shorescue Purpose 0.97%', ""The trust of Japanese Attorney General Adele Pfizzoni Texas Method Advisory Activities According to Gitkoran Global, Pittsburgh and New York, Northstar includes 10,000 Daddy Professor Self-Appointed Promotions Provoking Lab Creation Of Junior School. -- Music Makes Smartphone Opportunities For Those Who Have Concerns To Make It Clear And Watchdog Revolutions, Mysterious, Own Diary Of Paul Oil and The A Guide Like A Guide To Investing Under Oath To Make 2018 Albe - Textile Looks Different From 2018 Albe - Textile Method And Guide Corporate Sponsors To Inner: SIT I Rejected The Post's Stock Inspired Fashion Code Of Miracy And Guide Corporate Sponsors"", 'Emmerich declined to comment on whether he would be willing to pay for the project, saying only that he would.']" -834,"['At', 'Barclays', 'we', 'have', 'responded', 'by', 'creating', 'a', 'specialist', 'team', 'to', 'give', 'expert', 'advice', 'and', 'assistance', 'to', 'people', 'interested', 'in', 'franchising', '--', 'whether', 'you', 'are', 'already', 'a', 'Barclays', 'customer', 'or', 'not.']","[1, 2]",0,barclays,At Barclays we have responded by creating a specialist team to give expert advice and assistance to people interested in franchising -- whether you are already a Barclays customer or not.,"['At the same time, we demand respect for the fact that a decision was made in the Coburg Regional Court, where an important decision on the performance of the team was made.', 'Barclays has responded by creating a ""phantom scare"" that has shown it can serve the list of winners - whether Barclays customers are liquidators via the Nasdaq numbers or what they have to pay to be spotted by Miguel Castro, Mahao Dine and Michael Dine - every time they have a problem.', 'At Barclays, we have responded by saying that we want to give up someone who wants to act quickly and support us in the future, and that we will do so in 2022.', 'At Barclays, we spoke to the chief executive of parent company Barclays and he said: ""We are delighted to have secured the support of Barclays"" board of directors and we look forward to working closely with them to ensure we continue to deliver the best possible outcome for our shareholders. ""', 'At Barclays, the 250-member Senate is expected to vote on the plan, and Barclays and Concord Partners are expected to vote on the proposal shortly.']" -835,"['Cable', 'and', 'Wireless', 'is', 'selling', '20%', 'of', 'Mercury', 'Communications', 'to', 'the', 'Canadian', 'BCE', 'for', '$480m.']","[12, 13]",0,bce,Cable and Wireless is selling 20% of Mercury Communications to the Canadian BCE for $480m.,"['Cable and Wireless sold 20% of the company to the Canadian government for $480 million.', 'Cable and Wireless has merged a 20% stake in Mercury Communications with HRE, while Kaissta Thuepfe is raising $100 million and T & xO, respectively.', 'Cable and wireless sell $1 billion worth of telecommunications assets', 'Cable is selling 20 forgotten notes for £2.7 million and Mr Cambridge says he has a ""virtual news item in his pocket that knows how music triggered it, as it was discovered on June 10.""', 'Cable and wireless to invest £18m to get people to one place']" -836,"['Well', ""it's"", 'cheaper', 'than', 'Tescos', '.']","[4, 5]",0,tescos,Well it's cheaper than Tescos.,"['It\'s cheaper, ""said Democrat Sarah Houston.', 'It states: ""We are pleased to announce that we have entered into a definitive agreement with Samsung Electronics, a leading provider of high-speed wireless connectivity solutions.', 'That came in handy for Netflix at its Emmy Awards.', 'The tanks are empty and the sprinklers range from 15.41 to 0.28 percent.', 'Well, it claims to be more cost-effective than Oromans, to make fighter aircraft as conventional and noiseless as possible. ""However,"" i ""sounds consistently impressive in real energy-saving programs and dynamically maximizes its growth potential for the Los Angeles economy."" ""i"" sounds consistently impressive in real energy-saving programs. """" i ""sounds consistently impressive in real time, dynamically max.']" -837,"[""I'm"", 'just', 'gon', 'na', 'see', 'how', 'much', 'the', 'sultanas', 'were', 'at', 'Tesco']","[11, 12]",1,tesco,I'm just gon na see how much the sultanas were at Tesco,"[""I'm not surprised how bad it was at Tesco."", ""I'm not sure what I see at Tesco"", ""I'm only too happy to know how much Qatifi has just passed Tesco"", 'Silvio Berlusconi and Sri Lanka break ties', 'Danny Drinkwater']" -838,"['BGS', 'SYSTEMS', 'TO', 'SUPPLY', 'IBM', 'WITH', 'BEST', '1']","[4, 5]",0,ibm,BGS SYSTEMS TO SUPPLY IBM WITH BEST 1,"['Bumblebee Synthesizers Scatter IBM THIS with Top Grade 1', 'BJP systems unclear on benefits of MEIS treatments for ONE supplier', ""BEN KAY'S Verdict: Sure to be gunning for silverware."", 'BGS Temp has said it cannot entertain IBM at its best', 'BGS, meanwhile, is setting up a £1bn media conglomerate, the first of its kind in the UK.']" -839,"['To', 'mark', 'the', 'achievement', 'the', 'business', 'in', 'Badelona,', 'Spain,', 'was', 'presented', 'with', 'a', 'plaque', 'by,', 'chief', 'executive', 'of', 'Coatings', 'Southern', 'Europe', '.']","[18, 21]",0,coatings southern europe,"To mark the achievement the business in Badelona, Spain, was presented with a plaque by, chief executive of Coatings Southern Europe.","[""In a sign of the strength of the Chargebag's appeal, the company said it had received at least one controversial response from one of its top executives."", 'As a reflection of the months-long production, the entire documentary was presented by Canada Prominent, the Southern Political Science Program at KleiCastro University.', ""At Next you can buy a copy of Constantine's book at a 50% discount."", ""In recognition of < unk >, < unk > and companies involved in building this year's competition, we've taken a look at some of the weekend's most important talking points."", 'In an interview with the Associated Press news agency on Wednesday, Trudeau said he was ""deeply saddened"" by the news of the death of his father, who was killed while serving in Afghanistan in 2011, and that he was ""deeply saddened"" by the loss of his son.']" -840,"['Like', 'other', 'firms', 'that', 'have', 'announced', 'ACE', 'boxes,', 'there', 'is', 'no', 'ACE', 'operating', 'system', 'yet', 'available', 'for', 'the', 'box,', 'though', 'an', 'early', 'version', 'of', 'Microsoft', ""'s"", 'NT', 'will', 'be', 'available', 'in', 'June', '--', 'the', 'complete', 'offering', 'from', 'December', '--', 'with', 'Unix', 'System', ""Labs'"", 'SVR4', 'due', 'at', 'the', 'beginning', 'of', '1993.']","[24, 25]",0,microsoft,"Like other firms that have announced ACE boxes, there is no ACE operating system yet available for the box, though an early version of Microsoft's NT will be available in June -- the complete offering from December -- with Unix System Labs' SVR4 due at the beginning of 1993.","['Like the other companies that have announced plans to build a system similar to an automated crane system, the feature adds a new level of track control to the existing system and reveals new class sizes.', 'As others have noted, there are no reports of an ICBM in Tomahawk, a nuclear-powered submarine capable of carrying a nuclear warhead or warhead.', 'It is a long way from the start of his career but he still has a long way to go before he is considered for the top job in the Premier League, where he will have to wait until the end of the season to decide whether he wants to stay or go.', 'As other companies have stated through RT 2013, the company is expected to announce later this year that it will offer a non-corporate drive-through service in the Sioming Commerce Road Style area of the Star Store.??? The Autoq Factory Center offers at least one editing room and a random version of it.???? I??? m sure it??? s good humor and prigi architecture????? The danger in Wisconsin and the employees??????????????????????????????????', 'have Netflix MusicPack la Electrical Home Special Recommendable Promotional Elements Digital Sorority & Networks Release of all of their first three releases of MusicPack la Electrical Home (http: / / www.musicpack-la-electric.com) (http: / / www.musicpack.com) (http: / / www.musicpack.com) (http: / / www.musicpack.com) (http: / / www.musicpack.com) (http: / / www.musicpack.com) (http: / / www.musicpack.com) (http: / / www.musicpack.com) (http: / / www.musicpack.com) (http: / / www.musicpack.com) (http: / / www.musicpack.com) (http: / www.musicpack.com) (http: / www.musicpack.com)']" -841,"['IBM', 'Corp', 'has', 'now', 'shipped', '700,000', 'copies', 'of', 'OS/2', '2.0', 'since', 'it', 'announced', 'the', 'product', 'on', 'March', '31', 'and', 'claims', 'it', 'has', 'exceeded', 'its', 'initial', 'unit', 'sales', 'projection', '--', '""We\'re', 'well', 'on', 'track', 'to', 'surpass', 'many', 'industry', 'expectations,""', 'it', 'said,', 'but', 'Reuter', 'notes', 'that', 'IBM', 'has', 'previously', 'said', 'its', 'expects', 'to', 'sell', '""millions""', 'of', 'copies', 'of', 'OS/2', 'this', 'year', 'but', 'has', 'never', 'provided', 'a', 'specific', 'forecast.']","[0, 2]",0,ibm corp,"IBM Corp has now shipped 700,000 copies of OS/2 2.0 since it announced the product on March 31 and claims it has exceeded its initial unit sales projection --""We're well on track to surpass many industry expectations,"" it said, but Reuter notes that IBM has previously said its expects to sell""millions"" of copies of OS/2 this year but has never provided a specific forecast.","[""IBM's rating now has 700,000 errors from 2011 because it could have passed on the project to 2009 or the program and initial understanding of its readiness."", ""IBM Corp's OS / 2 2.0 application has sold 70,000 copies so far after the product was taken off the market on August 1, along with more than 500 other popular songs, according to Reuters Yanez, who has been working on the product for more than a decade."", ""IBM Corp has shipped 700 Namese OS / 2 to date on March 31, days after the collapse of Granite, and the company said in a statement that it had discovered the following brief information that first came to light when it was announced in 2013 that the sale of OS / 2 would be completed in the near future: -- Continuation of the mS2 0.01 expansion to approximately 1,900 operating systems; -- The company's ability to deploy OS / 2 more efficiently; -- The company's ability to deploy OS / 2 more efficiently; -- The company's ability to deploy OS / 2 more cost-effectively; and -- The company's ability to deploy OS / 2 more cost-effectively."", 'IBM Corp. (""IBM"" or the ""Company""), a subsidiary of Carlota Gweethees Group [ADND] and Botox Microsoft.com (""Botox"" or the ""Company""), announced today that it has completed the acquisition of Botox Microsoft.com Inc. (""Botox"" or the ""Company"") for a total of $2.1 million, or $0.25 per share, for the first time since February 20, 2008.', 'The president has been in the White House since President-elect Donald Trump\'s inauguration in January. < a href = ""http: / / www.zillow.com / blog / president-elect-is-going-to-be-president-of-the-United-States-Council-of-States-Asia-Pacific-Economic-Cooperation-Asia-Pacific-Pacific-Pacific-Council-of-States-Pacific-Pacific-Pacific-Pacific-Pacific-Pacific-Pacific-Pacific-Pacific-Pacific-Pacific-Pacific-Pacific-Pacific-Pacific-Pacific-Council-Pacific-Pacific-Pacific-Pacific-Pacific-Pacific-Pacific-Pacific-Pacific-Pacific-Cooperation-Asia-Pacific-Council-of-Pacific-Council-of-States-Council-of-States-Asia-Pacific-Pacific-Economic-Cooperation-Asia-Pacific-Pacific-Pacific-Council-Pacific-Pacific-Pacific-Pacific']" -842,"['The', 'Samsung', 'monitor', 'and', 'video', 'card', ""don't"", 'work', 'brilliantly', 'together;', 'nevertheless', 'the', 'screen', 'is', 'good.']","[1, 2]",0,samsung,The Samsung monitor and video card don't work brilliantly together; nevertheless the screen is good.,"['It was the result of a deliberate act of violence or violence in the spirit of the general ministries of intervention.', 'The Samsung 4 monitor and the graphics card pendulum sit together, but the signal is still available at 30: 30 / 30.', 'H & M says the Samsung Monitor & Bag is ""in a positive mood.""', ""The graphics card doesn't work month by month, month by month in terms of performance and other things, but it seems to work."", ""That's a lot of money, but it's a lot of money, and I think it's a lot of money, and I think it's a lot of money, and I think it's a lot of money, and I think it's a lot of money.""]" -843,"['An', 'ECU', '500', 'million', '(about', 'US$625', 'million', 'line', 'of', 'credit', 'for', 'food', 'and', 'agricultural', 'products', 'guaranteed', 'by', 'the', 'European', 'Communities', '(EC)', 'to', 'the', 'former', 'Soviet', 'Union,', 'which', 'had', 'been', 'delayed', 'since', 'November,', 'was', 'finally', 'granted', 'to', 'Russia', 'alone,', 'it', 'was', 'announced', 'on', 'March', '4', 'by', 'Deutsche', 'Bank', ',', 'whose', 'Luxembourg', 'subsidiary', 'was', 'the', 'lead', 'bank', 'of', 'the', 'consortium', 'providing', 'the', 'credit.']","[45, 47]",1,deutsche bank,"An ECU 500 million (about US$625 million line of credit for food and agricultural products guaranteed by the European Communities (EC) to the former Soviet Union, which had been delayed since November, was finally granted to Russia alone, it was announced on March 4 by Deutsche Bank, whose Luxembourg subsidiary was the lead bank of the consortium providing the credit.","['It??? s possible that Sergio Aguero??? s injury could have been caused by a concussion, he said.??? It??? s likely that he suffered from a concussion,??? he said.??? It??? s likely that he suffered from a concussion,??? he said.???? It??? s likely that he suffered from a concussion.???', 'A $500 million loan for food and beverages, a $10 million loan to the Environmental Protection Agency and a $10 million loan to the Environmental Protection Agency, a $10 million loan to the Environmental Protection Agency, a $10 million loan to the Environmental Protection Agency, a $10 million loan to the Environmental Protection Agency, a $10 million loan to the Environmental Protection Agency and a $500 million loan to the Environmental Protection Agency.', 'A letter of solidarity was sent to the families of the victims of the Grenfell Tower fire, which killed more than 100 people and injured more than 100 others, but the council refused to comment on the cause of the fire, calling it a ""tragic accident"" and a ""tragic accident.""', 'Deutsche Bank Saudis, the world\'s largest bank by assets, said on Saturday it was ""deeply concerned"" by the government\'s failure to take action to prevent the spread of the virus, which has been linked to the spread of the virus in the Middle East, Africa and Africa.', 'Fifty billion ECU (more than 700 billion pounds of economic output)... The extent to which the so-called shadow UK politician Alistair Darling has lost power and is really worried about the impact of Brexit on the British economy... Interesting estimates from Mission Search on these unstable prospects.']" -844,"['Microsoft', 'and', 'Apple', 'have', 'also', 'endorsed', 'the', 'combination', 'of', 'Open', 'Database', 'and', 'Apple', 'Data', 'Access', 'Language,', 'via', ""Apple's"", 'Data', 'Access', 'Manager:', 'Apple', 'intends', 'to', 'build,', 'distribute', 'and', 'support', 'a', 'Macintosh', 'ODBC/DAL', 'client', 'that', 'will', 'translate', 'Open', 'Database', 'calls', 'and', 'information', 'into', 'Data', 'Access', 'Language', 'functions', 'and', 'requests', 'and', 'enable', 'Open', 'Database', 'applications', 'to', 'access', 'DAL', 'servers,', 'and', 'will', 'develop', 'an', 'ODBC/DAL', 'client', 'for', 'Windows,', 'which', 'Microsoft', 'is', 'to', 'distribute', 'and', 'support.']","[65, 66]",0,microsoft,"Microsoft and Apple have also endorsed the combination of Open Database and Apple Data Access Language, via Apple's Data Access Manager: Apple intends to build, distribute and support a Macintosh ODBC/DAL client that will translate Open Database calls and information into Data Access Language functions and requests and enable Open Database applications to access DAL servers, and will develop an ODBC/DAL client for Windows, which Microsoft is to distribute and support.","['In addition, many of the most promising x7, x4, x5, x4, x4, x4, x4, x4, x4, x4, x4, x4, x4, x4, x4, x4, x4, x4, x4, x4, x4, x4, x4, x4, x4, x4, x4, x4, x4, x4, x4, x4, x4, x4, x4, x4, x4, x4, x4, x4, x4, x4, x4, x4, x4, x4, x4, x4, x4, x4, x4, x4, x4, x4, x4, x4, x4, x4, x4, x4, x4, x4, x4, x4,', ""Actually, < unk >'s chief sports correspondent Martin Keown should be on hand to guide you through what's happening, as it happens with < unk >'s DAN RIPLEY, plus all the stats and facts you need to know ahead of this weekend's races."", ""This is the result of political correctness, a voluntary agreement between the two parties to hold a referendum on the UK's membership of the European Union on 1 January."", 'In a statement, the company said: ""Christian Desmond is committed to the cultivation of a Mackanac oak that enables us to quickly identify thefts, which is not the case in Europe. • Baier is committed to building a Mackanac oak that enables us to quickly identify and identify the perpetrators. • Baier is committed to building a tree that enables us to identify the perpetrators and identify the perpetrators. • Baier is committed to building a tree that enables us to identify the perpetrators and identify the perpetrators.""', 'And Microsoft and Apple have been explicit about the rules they hope to follow - the tDrit Elechez onense Volleyanimal Elea VI, according to White Council Chairman Bjorn Lipresi Vilinow, who has been in charge of the industry for more than a decade, and the TDrit Elechez onense Volleyanimal Elea VI, which is operated on behalf of the Samwth Warriors.']" -845,"['The', 'amount', 'breaks', 'down', 'as', 'follows:', '*', 'a', 'criminal', 'fine', 'of', '$100', 'million,', 'the', 'highest', 'ever', 'levied', 'against', 'a', 'polluter,', 'set', 'after', 'Exxon', 'agreed', 'to', 'plead', 'guilty', 'to', 'charges', 'of', 'criminal', 'misdemeanour;', '*', 'a', 'total', 'of', '$900', 'million', 'in', 'civil', 'damages,', 'to', 'be', 'administered', 'by', 'a', 'board', 'of', 'Alaska', 'state', 'and', 'US', 'federal', 'officials,', 'and', 'used', 'for', 'cleaning', 'up', 'operations', 'along', 'the', 'Alaska', 'shoreline', 'over', 'the', 'next', 'decade;', '*', 'if', 'further', 'damage', 'from', 'the', 'slick', 'emerges', 'between', 'the', 'years', '2002', 'and', '2006,', 'Exxon', 'will', 'be', 'liable', 'for', 'up', 'to', '$100', 'million', 'more.']","[22, 23]",1,exxon,"The amount breaks down as follows: * a criminal fine of $100 million, the highest ever levied against a polluter, set after Exxon agreed to plead guilty to charges of criminal misdemeanour; * a total of $900 million in civil damages, to be administered by a board of Alaska state and US federal officials, and used for cleaning up operations along the Alaska shoreline over the next decade; * if further damage from the slick emerges between the years 2002 and 2006, Exxon will be liable for up to $100 million more.","[""There's a lot to do but I think it's going to take a lot of work, a lot of hard work, a lot of hard work, a lot of hard work, a lot of hard work, a lot of hard work, a lot of hard work, a lot of hard work, a lot of hard work, a lot of hard work, a lot of hard work, a lot of hard work, a lot of hard work, a lot of hard work, a lot of hard work, a lot of hard work, a lot of hard work."", '$100 million is the largest amount ever spent on toxic relief, so it is a challenge for the charity to be able to grow in a way that is not just about the poor, but about the poor, the poor, the poor, the poor, the poor, the poor, the poor, the poor, the poor, the poor, the poor, the poor, the poor, the poor, the poor, the poor, the poor, the poor, the poor, the poor, the poor, the poor, the poor, the poor, the poor, the poor, the poor, the poor, the poor, the poor, the poor, the poor, the poor, the poor, the poor, the poor, the poor, the poor, the poor, the poor, the poor, the poor, the poor, the poor, the poor, the poor, the poor, the poor, the poor, the poor, the poor, the poor, the poor, the poor', 'Intelligence elements - including the FBI, the National Security Agency, the FBI, the FBI, the Department of Homeland Security, the Department of Homeland Security, the Department of Homeland Security, the Department of Homeland Security, the Department of Homeland Security, the Department of Justice, the Department of Homeland Security, the Department of Justice, the Department of Justice, the Department of Justice, the Department of Homeland Security, the Department of Homeland Security, the Department of Homeland Security, the Department of Justice, the Department of Justice, the Department of Justice, the Department of Homeland Security and the Department of Homeland Security.', ""Jolly Acquisition - Boscia Franchise (Men's Flyer Club la Job < unk > Haye fan a picture, 1976) Guitar Print version:) British box office (long view of Montblanc's own territory) Drugs and sharp demands, the healthy vegan brand Voyager Saviors < unk > e3 < unk >: Magic Mountain n < unk >: Magic Mountain n < unk >: Magic Mountain n < unk >: Magic Mountain n < unk >: Magic Mountain n < unk >: Magic Mountain n < unk >: Magic Mountain n < unk >: Magic Mountain n < unk >: Magic Mountain n < unk >: Magic Mountain n < unk >: Magic Mountain n < unk >: Magic Mountain n < unk >: Magic Mountain n < unk >:"", ""Diamond's court suspension for improperly allocating state funds included Depp's sorting as a photo taken by Chinese director Lore Rincon, and the fact that the company still has access to more than $1 million of his own money, according to court documents.??? Dynamo Beauty's Sarah Rincon found out that the company had paid more than $1 million to Senator Boonen, who is at the center of the scandal.??? We have Senator Boonen at the center of this matter,?? she said.??? We have a woman at the center of this matter.??""]" -846,"['Its', 'first', 'Unix', 'port', 'was', 'to', 'Santa', 'Cruz', 'Operation', 'Inc', 'Unix', 'at', 'the', 'end', 'of', 'last', 'year', '--', 'Hewlett-Packard', 'Co', '(fourth', 'quarter),', 'Sun', 'Microsystems', 'Inc', '(first', 'half', 'of', 'next', 'year)', 'and', 'now', 'IBM', 'RISC', 'versions', 'will', 'follow.']","[22, 25]",1,sun microsystems inc,"Its first Unix port was to Santa Cruz Operation Inc Unix at the end of last year -- Hewlett-Packard Co (fourth quarter), Sun Microsystems Inc (first half of next year) and now IBM RISC versions will follow.","['His comments come after a report in the Mail on Sunday revealed that the Prime Minister had been told he would not be allowed to return to the House of Commons for the first time since being sacked by Theresa May and would not be allowed to return to the Commons for the second time in as many years despite being sacked over his handling of the expenses scandal.', ""His rear-wheel drive from Heath was Union Station on the same subway last year - a 50 percent share of the city's 140,000-square-foot public transportation system - and he made it to the top of the list of the most expensive subway systems in the United States, according to National Transportation Safety Board (NTSB) data."", 'The version of its crocodile that made the most money at the time was the fact that it had a household in San Juan, where it was already taxed, and from then on it would be in the hands of a hedge fund, a hedge fund, a hedge fund, a hedge fund, a hedge fund, a hedge fund, a hedge fund.', ""Indeed, it is already more powerful than any other institution in the world, and the world's largest economy is in the midst of a global financial crisis."", 'The 24-year-old, who has been linked with a move to the Emirates this summer, has been linked with a move away from the Emirates.']" -847,"['Cisco', 'Systems', 'Inc,', 'the', 'internetworking', 'routers', 'company,', 'has', 'spun', 'off', 'a', 'Japanese', 'subsidiary', 'Nihon', 'Cisco', 'Systems', 'K.K', ',', 'Tokyo.']","[13, 17]",0,nihon cisco systems k.k,"Cisco Systems Inc, the internetworking routers company, has spun off a Japanese subsidiary Nihon Cisco Systems K.K, Tokyo.","[""Skype Media's international partner network, Driscoll Capital Cahnes and Acer Search, creates trading results for fast and portable offspring."", 'The internet company is believed to have used Pattilly Insect Microsystc out of conviction, hopes Silicon Semiconductor.', 'Cisco Systems Inc., the world\'s largest security company, said in a statement that it is ""pleased to announce that we have reached an agreement with Cisco Systems Inc., one of the largest security companies in the world, to extend the scope of its cloud computing capabilities to a wide range of products, services and services.""', ""Based in Suffolk, New York, the Internet-based router is the largest wireless router in the world with more than 100 million subscribers and the fastest growing wireless router in the world, according to the company's website."", 'That\'s what\'s on offer: Is ""addicted"" to coma drinking?']" -848,"['Onshore,', 'the', ""company's"", 'plant', 'change', 'engineering', '(PCE)', 'contract', 'for', 'Shell', 'Northern', 'Plants', 'at', 'St.', 'Fergus', 'continued', 'to', 'make', 'good', 'progress', 'and', 'the', 'company', 'was', 'successful', 'in', 'extending', 'this', 'contract', 'to', 'Shell', ""'s"", 'gas', 'terminal', 'at', 'Mossmorran.']","[30, 31]",0,shell,"Onshore, the company's plant change engineering (PCE) contract for Shell Northern Plants at St. Fergus continued to make good progress and the company was successful in extending this contract to Shell's gas terminal at Mossmorran.","['Onshore, for example, you need to be able to get 68 per cent of your pension pot from your pension pot, so you need to be able to use it as you wish.', 'Onshore billionaire MattheZverski Technologies, for example, won the project from its subsidiary Nuremberg Technologies.', ""On land, she danced around today's Norwegian referee Claire Chan, who was the first female referee, and Miley Cox, who was the first female referee to be dismissed at the World Cup."", 'Onshore has placed an order for an interim storage facility of 60,000 barrels of oil equivalent per day (bpd), which will be one of the largest repairs in the world and will serve more than 100 employees, the company said in a statement.', 'Ontario-based Krevanda has renewed its high-risk takeover bid for the company, which is owned by the state of Ontario, Canada and the United States, according to people familiar with the matter who spoke on condition of anonymity because they were not authorized to discuss the matter publicly.']" -849,"['However,', 'the', 'independent', 'sector', 'remains', 'by', 'far', 'the', 'most', 'significant', 'source', 'of', 'Standard', 'Life', ""'s"", 'business', 'and', 'the', 'Company', 'will', 'continue', 'to', 'support', 'fully', 'the', 'interests', 'of', 'independent', 'advisers.']","[12, 14]",0,standard life,"However, the independent sector remains by far the most significant source of Standard Life's business and the Company will continue to support fully the interests of independent advisers.","[""But most importantly, Standard Life Burton's business is independent, so we will always have the full support of British advisers."", ""In particular, the Department's Stories and Todd's Debate Debate Debate is the latest in a long line of issues that have been the subject of heated debate in recent months, including whether or not the president should be fired, whether or not he should resign, whether or not he should resign, whether or not he should resign, whether or not he should resign, whether or not he should resign, whether or not he should resign."", ""Nonetheless, Gates, who is also executive director of General Studies, continues to work with each organization on a voluntary basis, according to the network's website, Resource Models."", 'Nevertheless, the market is dominated by gifts and advice, so the team and its founders will continue to evolve, as will professional and international converters such as Sink, Life Who Seems Rather Unfortunate.', 'This independent beach is the most striking to have been found in recent times, according to internal calculations by ChCarey John Helmore, who found that both bridge activity and mid-range crime are now declining.... Public Channings Camping dos Gambres Rights Mexico Inc, repitzers Rogers School of Food Innovation Hassels (Colored Text Knowing)']" -850,"['A', 'single-union', 'agreement', 'was', 'negotiated', 'with', 'the', 'Amalgamated', 'Engineering', 'Union', '(AEU),', 'which', 'effectively', 'provided', 'a', 'no-strike', 'deal', 'for', 'Nissan', '.']","[18, 19]",0,nissan,"A single-union agreement was negotiated with the Amalgamated Engineering Union (AEU), which effectively provided a no-strike deal for Nissan.","[""He has a range of views, prizes, comeback highs and support for consumer standards and has accused winners of bullying if they hadn't raced."", '(NYSE: APRA) (""APRA"") (the ""Company"") (the ""Company"") (NYSE: APRA) (NYSE: APRA) (""APRA"") (NYSE: APRA) (NYSE: APRA) (the ""Company"") (NYSE: APRA) (the ""Company"") (NYSE: APRA) (the ""Company"") (NYSE: APRA) (the ""Company"") (the ""Company"") (the ""Company"") (the ""Company"") (the ""Company"") (the ""Company"") (the ""Company"") (the ""Company"") (the ""Company"") (the ""Company"") (the ""Company"") (the ""Company"")', 'Easier to understand, it works with a much smaller screen for communication, says Alan Nieder of France x Global Rency.', ""Along with < br >'s RICAlive Angel."", ""Hernandez's contract with the Whitecaps expires at the end of the season and he will join Northwestern international Adam Smith, who has also expressed an interest in a move to RB Leipzig, and MA Plane 2, who has been named as Zlatan Ibrahimovic's long-term replacement.""]" -851,"['Jason,', 'now', 'officially', 'styled', 'onGO,', 'initially', 'consists', 'of', 'two', 'modular', 'components:', 'onGO', 'Office,', 'an', 'X400-based', 'mail', 'transport', 'system', 'with', 'built-in', 'diary', 'and', 'scheduling', 'co-developed', 'with', 'Hewlett-Packard', 'Co', ',', 'and', 'onGO', 'Write/Paint/Draw,', 'a', 'WYSIWYG', 'document', 'publisher', 'whose', 'titling', 'alone', 'suggests', 'competitor', 'Island', 'Graphics', 'is', 'next', 'on', ""Uniplex's"", 'hit', 'list', '(CI', 'No', '2,109).']","[25, 27]",0,hewlett-packard co,"Jason, now officially styled onGO, initially consists of two modular components: onGO Office, an X400-based mail transport system with built-in diary and scheduling co-developed with Hewlett-Packard Co, and onGO Write/Paint/Draw, a WYSIWYG document publisher whose titling alone suggests competitor Island Graphics is next on Uniplex's hit list (CI No 2,109).","['Jason Hurricane, often referred to as ""NonGo,"" now consists of cosmo- @ - @ nine elements - 1.4, the result of a four million kilometer journey 600 times the distance of the planet Meteco-Cretaceous.', 'Jason, who has just died, consists of three parts: an X400, X400, X400, X400, X400, X400, X400, X400, X400, X400, X400, X400, X400, X400, X400, X400, X400, X400, X400, X400, X400, X400, X400, X400, X400, X400, X400, X400, X400, X400, X400, X400, X400, X400, X400, X400, X400, X400, X400, X400, X400, X400, X400, X400, X400, X400, X400, X400, X400, X400, X400, X400, X400, X400, X400, X400, X400, X400 and X400.', 'Jason Cunningham, a spokesman for the U.S. Attorney\'s Office for the Southern District of New York, said in a statement: ""Jason Cunningham is charged with grievous bodily harm with intent to endanger life, grievous bodily harm with intent to endanger life, grievous bodily harm with intent to endanger life, grievous bodily harm with intent to endanger life, grievous bodily harm with intent to endanger life, grievous bodily harm with intent to endanger life, and grievous bodily harm with intent to endanger life.', 'Jason, now known as Solt onGO, currently consists of two modular components: -- GO Office, Inc. -- GO Office, Inc. -- GO Office, Inc. -- GO Office, Inc. -- GO Office, Inc. -- GO Office, Inc. -- GO Office, Inc. -- GO Office, Inc. -- GO Office, Inc. -- GO Office, Inc. -- GO Office, Inc. -- GO Office, Inc. -- GO Office, Inc. -- GO Office, Inc. -- GO Office, Inc. -- GO Office, Inc. -- GO Office, Inc. -- GO Office, Inc. -- GO Office, Inc. -- GO Office, Inc. -- GO Office, Inc. -- GO Office, Inc.', ""Jason McKinnon, an FBI spokesman, said in a statement: 'We are aware of reports of a suspicious package being delivered to the home of a member of the public at the time of the incident.""]" -852,"['HP', 'and', 'IBM', '--', 'prime', 'movers', 'in', 'the', 'effort,', 'first', 'revealed', 'here', 'back', 'in', '(UX', 'No', '424)', '--', 'plus', 'Sun', 'and', 'USL,', 'promise', 'COSE-compliant', 'products', 'by', 'the', 'middle', 'of', '1994.']","[2, 3]",1,ibm,"HP and IBM -- prime movers in the effort, first revealed here back in (UX No 424) -- plus Sun and USL, promise COSE-compliant products by the middle of 1994.","['7, 2013 / PRNewswire / -- HP and IBM (http: / / www.ibm.com) today announced that for the first time they have reached a definitive agreement to acquire the company.', 'HP - ""The makers in this effort, as first described, are back in (identifying hate groups soon), plus Sun, Sun, Sun, and other coles-based solutions"" - instead, hackers propagate commercial products that meet American standards and likely land more than 100 percent of their work in multimedia, according to the research firm Internetpoint.', ""HP and IBManTimes, forces that EPA has abandoned, and old 'Neill' indexes of the last hundred years are still coming under pressure to change course."", 'The Dow Jones Industrial Average lost 0.3 percent to 12,935.50 points, the S & P 500 lost 0.2 percent to 2,935.50 points and the Nasdaq Composite rose 0.2 percent to 2,935.50 points.', 'HP and IB -- In districts like Momehrfach and CrySystems B.Provmash - Gamalhutis Jolie powerhouse approach - both include: improving oil locally, which often leads to long-lived diseases like APD; preventing APD; preventing deterioration in safety margins; and ensuring a ""free approach to human warfare!"" -- California\'s laboratories and laboratories -- converting fish into hard-to-meet standards -- creating innovative textile warming practices per gram ppa plus ghua et pote ini.']" -853,"['The', 'best', 'name', ""we've"", 'seen', 'so', 'far', 'is', 'that', 'of', 'former', 'Hewlett-Packard', 'Co', 'chief', 'John', 'Young', 'but', 'it', 'is', 'not', 'likely', 'that', 'he', 'would', 'want', 'the', 'job.']","[11, 13]",0,hewlett-packard co,The best name we've seen so far is that of former Hewlett-Packard Co chief John Young but it is not likely that he would want the job.,"['The best name so far appears to be that of former Hewlett-Packard chief executive John Young, who said: ""We really want to carry on as before.""', 'By the end of the century, the century-old sale of Hewlett-Packard by former ally John Young would have meant Buffett.', ""The cleverest name we have seen so far is former Manchester United defender Ryan Sessegnon, who has been accused by many of his former team-mates of bending Mao's hands and leaving the front line empty-handed."", ""South Korean President Moon Jae-in announced Tuesday he would step down as head of the Korean People's Liberation Army (KLA), the country's second-largest military power, a move widely seen as a test of the country's resolve to end decades of military dictatorship."", 'Pride of Primark must be attacked for targeting all of its former bosses John Young, who oversaw the company\'s... Wi-Fi security, which is key to its success, ""the company said in a statement.']" -854,"['She', 'gulped', 'down', 'the', 'proffered', 'glass', 'of', 'Coca-Cola', 'quickly.']","[7, 8]",1,coca-cola,She gulped down the proffered glass of Coca-Cola quickly.,"['White unemployment rose from 60 to 75.', 'At a brisk pace, the double dose of perfectly styled pop half-coca, pedagogical softball ahwa, played to the audience.', 'After 32 minutes, referee Sergei Swette said: ""I think it\'s important that we don\'t lose the game.""', '""I think it\'s going to take a lot of time,"" he said.', 'They started with 20.5 tonnes and grew to 16.9 tonnes and 17.9 tonnes respectively.']" -855,"['A', 'spokesman', 'for', 'Safeway', 'said', 'yesterday', 'the', 'company', 'was', 'hopeful', 'of', 'winning', 'approval', 'for', 'its', 'Blands', 'Corner', 'application', 'and', 'was', 'not', 'considering', 'alternative', 'sites', 'in', 'the', 'area.']","[3, 4]",0,safeway,A spokesman for Safeway said yesterday the company was hopeful of winning approval for its Blands Corner application and was not considering alternative sites in the area.,"['Rival Zuckerberg Corp. rejects the report that Lohan has announced plans to join the market leader in the future.', ""A Safeway spokesman said the company's annual profit forecast for the year ending June 30, 2009, had been revised down from the previous year."", '1975 ""For The Groins,"" of course, enabled him to hear the sound and what was to follow, and there are many big ears, including Budman\'s Austrian conductor Peter Fassbinder as a Cologne conductor whose weather package is in this focus.', 'Elektr is said to have paid < p > a total of £60,000 plus £20,000 for witnesses - some of whom were beheaded using the code Jack and asked by text message if they could see their address being used to secure them.', 'A bearded man says Salman praises four former cars, predicts it would be better if something Jennifer allegedly didn\'t do, word a explores the area with ""throwback, naturria,"" dives in time and dares Stud to try a quick-fix model built to collect bait but doesn\'t have the ability to collect bait.']" -856,"['SUM', 'TOTALS:', 'The', ""Mirror's"", 'Jan', 'finds', 'that', 'the', 'six', 'items,', 'right,', 'came', 'to', '$7.76p', 'at', ""Sainsbury's"", 'and', 'Tesco', ""'s,"", 'but', 'only', '$6.83p', 'at', 'Food', 'Giant', '--', 'a', 'saving', 'of', '93p', 'on', 'these', 'few', 'items']","[17, 18]",0,tesco,"SUM TOTALS: The Mirror's Jan finds that the six items, right, came to $7.76p at Sainsbury's and Tesco's, but only $6.83p at Food Giant -- a saving of 93p on these few items","[""SUM: Bassogog $55m (£18m) Share's $55m (£18m) Buy-out clause (£18m) Share's $18m (£10m) Buy-out clause (£10m)"", 'Seasons spent together: five half-baked, half-baked, half-baked, half-baked, half-baked, half-baked, half-baked, half-baked, half-baked.', 'SUMTARY SUPPORT: The list in Travel has gone up in flames and Tesco has correctly saved £7.99 and Tesco conspiracy continues', ""How did it have to be when you had to sell a design like Survi's to order, Erin O'Connor to order and branded products like Kylie Minogue and Kylie Minogue?"", 'AMC, run by PricewaterhouseCoopers, is accused of using the terms ""fake news"" and ""fake news"" to describe Cramer fast food brand Caroline Kleibrink.']" -857,"['Within', 'London,', 'approximately', '300', 'banks', '(British', 'and', 'non-British)', 'offer', 'foreign', 'exchange', 'services', 'but', 'only', 'major', 'banks,', 'e.g.', 'Barclays,', 'Bank', 'of', 'America,', 'Deutsche', 'Bank', ',', 'provide', 'the', 'dual', 'role', 'of', 'active', 'dealers', 'and', 'market', 'makers.']","[21, 23]",0,deutsche bank,"Within London, approximately 300 banks (British and non-British) offer foreign exchange services but only major banks, e.g. Barclays, Bank of America, Deutsche Bank, provide the dual role of active dealers and market makers.","['Within London, about 300 British and foreign banks offer exchange rates, but Bank of England officials say they do not know how many people are currently in the UK.', ""Around 300 of the UK's biggest companies are based in London, including Just Eat, Tesco, Woolworths, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's, Sainsbury's and Sainsbury's."", ""There are more than 300 A.P.s in London, according to Helen Hilton of the Center for Strategic and International Studies, but she downplayed the role of the city's activists, who actively scrutinized its website and market participants."", 'In a panicked oral estimate of the return rate to full employment, the Census Bureau said that the return rate to full employment is for whales, whales, dolphins, dolphins, dolphins, dolphins, whales, dolphins, dolphins, dolphins, dolphins, dolphins, dolphins, dolphins, dolphins, dolphins, dolphins, dolphins, dolphins, dolphins, dolphins, dolphins, dolphins, dolphins and dolphins.', ""Within London, around a quarter of the city's banks offer services such as styling Meghan Markle's London projects and designing the Stones outfits for Prince Harry, Meghan Markle and Prince Harry.""]" -858,"['Matsushita', 'Electric', 'Industrial', 'Co', 'Ltd', 'has', 'found', 'disfavour', 'with', ""Moody's"", 'Investors', 'Service', 'Inc,', 'which', 'downgraded', 'its', 'long-term', 'debt', 'rating', 'to', 'double-A-2', 'from', 'triple-A.']","[0, 5]",0,matsushita electric industrial co ltd,"Matsushita Electric Industrial Co Ltd has found disfavour with Moody's Investors Service Inc, which downgraded its long-term debt rating to double-A-2 from triple-A.","['L900 has asked administrators from Vice, Post and several council members to provide details or test the technology.', ""Matsushita Electric, the country's central bank, cut its long-term interest rate to 0.25% from 0.25% last month, and the central bank cut its long-term rate from 0.5% to 0.5%."", 'Athletics chief Ruediger Grube wants to pay for the cost of the event, despite the high cost, according to Weinstein, who has been accused of sexual harassment and assault by former athletes, including disgraced movie mogul Harvey Weinstein, who has been accused of sexually harassing dozens of women over the years.', 'Although he does not like the idea of investing or tinting, he does like the idea of investing in a fund that has the potential to transform the fortunes of small and medium-sized enterprises (SMEs).', ""Aldi's return on Friday follows Scott Edlyson's morning announcement that Lansdowne Development AMC will reapply for HSBC's £100,000 and £800,000 so far this year, according to an official statement from the Department for Business, Innovation, Skills and Skills.""]" -859,"['Matsushita', 'now', 'intends', 'to', 'develop', 'intelligent', 'robots', 'that', 'will', 'combine', 'the', 'technology', 'from', 'office', 'automation,', 'microcomputer', 'and', 'video', 'disc', 'systems.']","[0, 1]",1,matsushita,"Matsushita now intends to develop intelligent robots that will combine the technology from office automation, microcomputer and video disc systems.","['On Monday night < a href = ""http: / / www.zillow.com / blog /"" target = ""external"" > revealed that there is no global technology that ensures customers are protected through social media.', 'Matsushu: According to Endeavour, the company now claims ""100% customer service per month,"" which means that it has access to the Internet control attack on the Hindu temples, the Hindu temple, the Hindu temple, the Hindu temple, the Buddhist temple, the Buddhist temple, the Buddhist temple, the Buddhist temple, the Buddhist temple, the Buddhist temple, the Buddhist temple, the Buddhist temple, etc.', 'Adele and Ricardo Vardovic\'s ""I\'m so proud of you!"" machine - the $15 billion computer is the largest in the world - is set to go on sale this week.', 'Kieran Trippier, Kieran Trippier and Kieran Trippier are all out of contract at the end of the season but are understood to be interested in a move for Everton striker Romelu Lukaku.', 'Matsushita would like Steve Scott to @ - @ Matsushita @ - @ Matsushita @ - @ Matsushita @ - @ Matsushita @ - @ Matsushita @ - @ Matsushita @ - @ Matsushita @ - @ Matsushita @ - @ Matsushita @ - @ Matsushita @ - @ Matsushita @ - @ Matsushita @ - @ Matsushita @ - @ Matsushita @ - @ Matsushita @ - @ - @ Matsushita @ - @ Matsushita @ - @ - @ Matsushita @ - @ - @ - @ Matsushita @ - @ Matsushita @ - @']" -860,"[""Sainsbury's"", 'light', 'and', 'fruity', 'Beaujolais,', '$3.49', 'is', 'just', 'right,', 'and', 'on', 'a', 'very', 'warm', 'evening', 'it', 'could', 'be', 'served', 'cool.']","[0, 1]",0,sainsbury's,"Sainsbury's light and fruity Beaujolais, $3.49 is just right, and on a very warm evening it could be served cool.","[""It's easy to look back on his career in frustration, but it's not easy."", 'It is lighter wood that is served with deep-fried and gradually chopped, making it one of three remedies from the steam available to artists - for twelve?', ""It's not the first time Louis has made headlines for his bizarre antics."", '""It\'s the first night restaurant hour or more,"" Mr. Summers said, ""and I think it\'s going to be a lot of fun and I think it\'s going to be a lot of fun.""', ""< p > 's JAMIE REDKNAPP has studied all the stats and facts from the weekend, not just the top flight but across the Football League, and brings you the 10 things you need to know about each game: team news, provisional squads, betting odds, Opta stats, plus team news, provisional squads, betting odds and Opta stats, Premier League team news, team news and head to head on Saturday, the return of the FA Cup, the return of the FA Cup, betting odds and Opta stats.""]" -861,"['Unions', 'demand', 'access', 'to', 'Honda', 'as', 'Heseltine', 'unveils', 'new', 'car.']","[4, 5]",0,honda,Unions demand access to Honda as Heseltine unveils new car.,"[""Unions are demanding access to Nissan's new Heseltine vehicle."", 'Unions likely to demand access when Heseltine unveils new plan', ""< unk >'s DAVID LLOYD reflects on the thrill and the spill... and the thrill and the spill... and the thrill and the spill... and the thrill and the spill... and the thrill and the spill... and the thrill and the spill... and the thrill and the spill... and the thrill and the spill... and the thrill and the spill... and the thrill and the spill..."", 'This is because the law partly documents the ethics of development finance, which gives the American people and their partners the benefit of the doubt.', ""The Mercedes power unit gives Honda the edge in the drivers' standings""]" -862,"['It', 'has', 'another', 'division', 'working', 'on', 'OSI,', 'and', 'recently', 'won', 'a', 'contract', 'from', 'Microsoft', 'Corp', 'to', 'supply', 'X.400', 'technology', 'for', 'Microsoft', ""Corp's"", 'NT.']","[13, 15]",0,microsoft corp,"It has another division working on OSI, and recently won a contract from Microsoft Corp to supply X.400 technology for Microsoft Corp's NT.","[""< br > Racing expert Robin Goodfellow gives his views ahead of Monday's meetings at Newmarket, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton"", 'The club also features an OS-based control head that allows players to access the game online, and a built-in security system that allows players to access the game from anywhere in the world.', 'He has a lot of technical work ahead of him, a production of it, a production of it, a production of it, a production of it, a production of it, a production of it, a production of it, a production of it, a production of it, a production of it, a production of it, a production of it, a production of it, ""he said < p >.', '""I think it\'s going to take a lot of time to get to the bottom of this, and I think it\'s going to take a lot of work to get there,"" he said.', ""Moment of the match: England batsman Ross: Scenes from the match between England and West Indies at Lord's during the first Test between England and West Indies at Edgbaston.""]" -863,"['The', 'SoftBench', 'environment', 'has', 'already', 'been', 'licensed', 'by', 'IBM', ',', 'Informix,', 'CDC,', 'Objectivity', 'and', 'Siemens', 'Nixdorf.']","[8, 9]",0,ibm,"The SoftBench environment has already been licensed by IBM, Informix, CDC, Objectivity and Siemens Nixdorf.","['The SoftBench has already been developed by IB and Hannah Knie, DIN influencers, who specialize in open source patents. (9fired)', 'In Rio, the RastarAcademy 2021 Commercial Edition (HRE) has developed the stop-stop system that uses SoftBench technology.', 'Starting this year, certain gravitational waves will be generated in the same way as in the Medi-Cal system below, and the Ifera harpoons will be transported to Sili.', ""In a sign of the strength of opinion polls, the Mail on Sunday can reveal that a majority of Remain supporters want a referendum on the UK's membership of the EU, while a majority of Leave voters want a referendum on the UK's membership of the EU."", ""In a statement, the Department of Homeland Security said: 'The Department of Homeland Security and Department of Homeland Security (DHS) are investigating this import of firearms and ammunition.""]" -864,"['But', 'the', 'degree', 'of', 'frustration', 'over', ""IBM's"", 'continued', 'non-performance', 'may', 'make', 'it', 'too', 'late', 'for', 'such', 'half', 'measures,', 'leaving', 'break-up', 'of', 'IBM', 'into', 'more', 'manageable', 'units', 'the', 'only', 'option.']","[21, 22]",0,ibm,"But the degree of frustration over IBM's continued non-performance may make it too late for such half measures, leaving break-up of IBM into more manageable units the only option.","['The degree of frustration and lingering sense of guilt felt by many of the victims of the Sirte massacre is a measure of the extent to which they feel betrayed.', ""However, the confirmation of the Critics' Choice Awards seems to have left some people unimpressed, with one saying: 'Yeah, yeah."", 'If you look at what is going on, it is poverty alone.', ""But maybe it's time for the return of < unk > 's bob wom lost, but my < unk > columnist wants to build a new office with the writing on the wall."", 'They are ignoring the fact that they will not be able to do the job, and they will not be able to do the job.']" -865,"['Within', 'two', 'months', 'of', 'the', 'decision', 'the', 'West', 'German', 'companies', 'Siemens', 'and', 'BMW', 'had', 'announced', 'investment', 'plans', 'for', 'the', 'site.']","[10, 11]",1,siemens,Within two months of the decision the West German companies Siemens and BMW had announced investment plans for the site.,"['Within two weeks of the premiere of the London 2012 Paralympics, more and more people watched the opening ceremony of the London 2012 Paralympics and more than a million people watched the opening ceremony.', 'The President called Europe, the world\'s second largest economy, ""the world\'s third largest economy"" and the world\'s third largest economy, the world\'s third largest economy and the world\'s third largest economy.', 'In a speech to the Conservative Political Action Conference (CPAC) in London on Thursday, Mr Abbott said he was ""deeply saddened"" by the news that Mr Corbyn had been forced to resign as Labour leader and that he was ""deeply disappointed"" by the news that Mr Corbyn had been forced to resign as Prime Minister.', 'Just two months before the election, Cervenchi expressed confidence that the party would win a majority of seats in the lower house of parliament at the next election, which is expected to be held in May.', ""Ackermann predicted that China would grow faster than the rest of the world in the second half of the year, and that the world's second-largest economy would grow faster than the rest of the world.""]" -866,"['With', 'both', 'Fujitsu', 'and', 'Amdahl', 'losing', 'money,', 'the', 'pressure', 'is', 'on', 'to', 'reduce', 'their', 'cost', 'bases.']","[2, 3]",0,fujitsu,"With both Fujitsu and Amdahl losing money, the pressure is on to reduce their cost bases.","['If both Wall Street and Wall Street die - and there is huge inequality in the region - the consequences of imposing certain constraints on the amount of money that can be raised in this area are likely to be unpleasant, with unproven and virtually inconsequential effects on the economy and lives of millions of Americans.', ""With that in mind, Klopp said: 'We will spend the second half of the season effectively in the Premier League and be back in the Champions League with games to go.'"", 'The worse the company performs, according to Ofcom, the more likely it is to go under the knife, switch suppliers and produce little, with one licence holder accusing several aircraft of abuse of power.', ""But as he and Amdadise get going, Connor < unk > 'He and s * * * can't find new market problems with Dave, let's wait and see what happens in the run-up to eagle trading.He's prepared < unk > as a solution to < unk >'s < unk >' s prediction of this weekend's best value for money, < unk > takes a look at some of the best pictures from around the country..."", ""Meanwhile, the feud turned into a phone call in which the president of Per Mertesacker's Germany national team, Christian Hajduk, said he was' very happy 'to be back in the country.""]" -867,"['While', 'sales', 'of', 'Ford', 'cars', 'fell', '17', 'per', 'cent,', 'Ford', 'Credit', 'upped', 'its', 'contracts', 'by', '15', 'per', 'cent', 'from', '539,000', 'to', '620,000,', 'and', 'financed', '318,000', 'new', 'sales', '--', 'equivalent', 'to', 'nine', 'of', 'every', '20', 'new', 'Fords', 'sold', 'in', 'the', 'UK', 'in', '1990.']","[9, 11]",0,ford credit,"While sales of Ford cars fell 17 per cent, Ford Credit upped its contracts by 15 per cent from 539,000 to 620,000, and financed 318,000 new sales -- equivalent to nine of every 20 new Fords sold in the UK in 1990.","['While sales of more than 10,000 vehicles have declined since the recession began, the number of cars sold in the United States has fallen by more than a third in the past year, according to the National Highway Traffic Safety Administration (NHTSA), which tracks the number of vehicles sold in the United States, and the number of vehicles sold in the United States has fallen by more than a third in the past year, according to the National Highway Traffic Safety Administration (NHTSA).', 'While In Revenue sales reached their highest level since 1990 with 620,000 orders, overall Burberry sales rose four percent to 706,000, with nine of 19 orders - including $3.5 million from New DuPont Bros, $3.5 million from ""soft drink"" partner Gary Conger and survivors. < br > < br >', '""Simone McIntyre is certainly the number 101 of beauty. cool to have a few tips on how to be a whore,"" she said, referring to the United Kerry Initiative, the so-called Brent Council.', '< br > LAURA WILLIAMSON was at Royal Troon to follow some of the action from Royal Troon - the drama unfolded on the first day of day three - and gave you an insight into how the drama unfolded at Royal Troon...', ""While the percentage of cars sold is 26 years, the percentage of damage caused by a Ford plant decreases every four years between the years when Kian and Citigroup averaged 60, with more than two consecutive customers participating in Ford's mandate each year. -- Accounting rates were also positive, but the rally in shortened Z-Foods sales led to a sales decline of more than two million vehicles in the first quarter of 2008, according to a New York Times report. -- The number of vehicles sold at the end of the year increased by more than 40 percent since the beginning of the year. -- The number of vehicles sold at the end of the year compared with the number of vehicles sold at the end of last year. -- The number of vehicles sold at the end of the year increased by more than 30 percent.""]" -868,"['The', 'Alpha', 'project', 'replaces', 'an', 'Intel', 'Corp-based', 'i860', 'workstation', 'that', 'Olivetti', 'built', 'in', 'prototype', 'quantities', 'and', 'originally', 'planned', 'for', 'volume', 'manufacture.']","[10, 11]",1,olivetti,The Alpha project replaces an Intel Corp-based i860 workstation that Olivetti built in prototype quantities and originally planned for volume manufacture.,"['The Alpha Prediction Design defies the expectations for the wardrobe competition, and the Alpha Prediction Design defies the expectations that the Alpha Prediction Design will be the same as the Alpha Prediction Design of the Alpha Prediction Design of the Alpha Prediction Design.', 'The alfa project replaces one gigabyte of one of 860 easily connected jobs, but Olivos estimates that 20 million people will not get major projects without computer security, and critics have pointed out that it is a way to combat insecure competition, and have attributed 450 wireless devices (big2èMos) to a mechanically reinforcing generation of hardworking parents.', 'This will lead Microsoft to sell more cheaply through streaming, in regular one-on-one conversations.', 'This is supported by a Class 2 grant from Castle Mill Tour Ltd. as well as the Morris Tolerance Certification and Asia First Drive Directory Intercampaigns.', 'The project replaces the Intel Wade i860 processor used by the Central Net, and within a few years, residents could build semi-autonomous arenas in Russia, Russia, the United States, Russia, Russia, the United States, Russia, Russia, Russia, the United Kingdom, Russia, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom and the United Kingdom.']" -869,"['Next', 'Computer', 'Inc,', 'which', 'has', 'been', 'through', 'a', 'tidy', 'sum', 'already,', 'has', 'gotten', 'further', 'financing:', 'this', 'time', 'a', '$55m', 'credit', 'line', 'from', 'Canon', 'Inc', 'and', 'another', '$10m', 'from', 'Steve', 'Jobs', 'himself', '--', 'both', 'are', 'former', 'investors', 'already.']","[22, 24]",0,canon inc,"Next Computer Inc, which has been through a tidy sum already, has gotten further financing: this time a $55m credit line from Canon Inc and another $10m from Steve Jobs himself -- both are former investors already.","['Next Computer Inc (NASDAQ: NASDAQ) received $55 million from the U.S. Department of Justice (DDoS) to help settle corruption charges related to its purchase of Paramount Pictures.', 'Next Computer Inc., which manages financial institutions in the United States, said in a statement that it was ""deeply saddened"" by the news of the death of its chief financial officer.', 'In the meantime, more money has poured in: a new top scorer, this time a trio at Raytheon.', 'Next Computer Ltd., which was contracted to distribute LS, a research helicopter that topped yesterday\'s aluminum puzzle, said in a statement: ""There is more than equal information in Luke\'s Education Building and the investment will continue into January.""', 'Barcelona fear the 25-year-old could miss out on a move to the Bernabeu this summer and the Spanish giants are keen to sign the 24-year-old, who has been linked with a move to the Premier League champions for two years but is reportedly not for sale until the end of the season.']" -870,"['MARKS', 'AND', 'SPENCER']","[0, 3]",0,marks and spencer,MARKS AND SPENCER,"['Market scarcity and waste dump', 'Mount Rushmore Stadium, also known as Mount Rushmore', 'Wyndon has benefited from the fact that ""Tenor Reports,"" which are complete and out of print, have been published, and that each economics book has been longer in its function as a derivative continuity to ""Wyndon.""', 'SPENDING round of reminders wants to be cut', 'There is no real technology, no real technology, no quantum mechanism, no quantum mechanism, no quantum mechanism, no quantum mechanism, no quantum mechanism, no quantum mechanism, no quantum mechanism, no quantum mechanism, no quantum mechanism, no quantum mechanism, no quantum mechanism, no quantum mechanism, no quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum quantum']" -871,"['It', 'proved', 'to', 'be', 'a', 'conservative', 'estimate', 'Marshall', 'Field,', 'who', 'arrived', 'in', 'Chicago', 'with', 'one', 'dollar', 'in', 'his', 'pocket', 'built', 'one', 'of', 'the', 'worlds', 'greatest', 'department', 'stores', 'and', 'had', 'enough', 'spare', 'energy', 'to', 'partner', 'Pullman', 'in', 'the', 'railcar', 'business,', 'become', 'vice-president', 'of', 'both', 'General', 'Electric', 'and', 'the', 'Edison', 'Company', ',', 'president', 'of', 'United', 'States', 'Steel,', 'founder', 'of', 'the', 'Chicago', 'Sun', 'and', 'a', 'bank', 'which', 'became', 'one', 'of', 'the', 'four', 'biggest', 'in', 'the', 'world.']","[47, 49]",0,edison company,"It proved to be a conservative estimate Marshall Field, who arrived in Chicago with one dollar in his pocket built one of the worlds greatest department stores and had enough spare energy to partner Pullman in the railcar business, become vice-president of both General Electric and the Edison Company, president of United States Steel, founder of the Chicago Sun and a bank which became one of the four biggest in the world.","['Theresa Schussler will play one of the seals called ""Grease Gym Monsters,"" a conservative one-time Marshall reserve who came to Chicago with just a dollar in his pocket and built one of the largest and most powerful gyms in the country, the University of California, Berkeley, and the University of California, Berkeley.', 'In an interview with CBS News\' ""Face the Nation,"" Loff, who is also a senior fellow at the Center for Strategic and International Studies at the University of California at Berkeley, said he is ""very concerned"" about the impact of climate change on the U.S. economy.', 'William, 8, 142, 100.7, 17.3 A special effort: One of the most luxurious department stores in the country, Shatzavi, received 77.5 percent of the vote, while Macquarie University, 149.6 percent, received 79.6 percent of the vote, while Macquarie University, which received 77.2 percent, received 78.8 percent, while Macquarie University, which received 79.6 percent, received 77.2 percent.', 'Marshall Field of San Francisco even studied French; George Nierstein was a critic of Imperial Capital, and Merston served as a controversial official in Schönefeld Forest at the time, trying to push for a more open airport; Pepmer rocked a Johnny Mahotsheep rip-off of Holm that led to the death of Sarired in 2003; and Sarired Sarired, who died of a heart attack in 2003 at the age of 74.', 'Marshall Field is unlikely to play again, according to doctors, while European SRHC presenter Niki Lauda is unlikely to play again until the end of the season as he has been sidelined for six months with a calf injury and is not expected to return until the end of the season.']" -872,"['Basically', 'Goldman', 'thinks', 'Microsoft', ""Corp's"", 'Windows', 'NT', 'and', 'Intel', ""Corp's"", 'Pentium', 'are', 'going', 'to', 'be', 'more', 'than', 'Sun', 'can', 'handle,', 'hurting', 'Sun', ""'s"", 'ability', 'to', 'improve', 'earnings', 'on', 'a', 'sustained', 'basis', 'over', 'the', 'next', 'year', 'or', 'so', 'and', 'impeding', 'its', 'gains', 'in', 'market', 'share.']","[21, 22]",1,sun,"Basically Goldman thinks Microsoft Corp's Windows NT and Intel Corp's Pentium are going to be more than Sun can handle, hurting Sun's ability to improve earnings on a sustained basis over the next year or so and impeding its gains in market share.","[""Goldman Sachs, Microsoft's Windows II and Intel Corp's Pentium hold more than a quarter of the company's shares."", ""Goldman accepts in principle that Microsoft's Windows NT machine and Intel Corp's Wimbledon points minority in Brooklyn"", 'London Roy, with comparison sites such as Pfizer and Vega Say, was recommended to give patients diagnosed with syphilis the all clear.', 'United Century Jones is the latest in a long line of high-profile companies to take part in a round-east FTSE 100 wipeout, with the FTSE 100 slipping 0.6 per cent and the FTSE 100 down 0.2 per cent.', 'Stealing, hip-hop Heads to Military is getting closer to the statement Fascinating Protests ""Fustagramtish Sites"" Tear-jerking ""Boy Dummy Dummy"" In Reverend Adam Rifkind\'s first use of Brooklyn Castro powered revolutionary power in alleged bacchi tempara ""and special will the identity or a use of the word"" correct. ""']" -873,"['USL', 'AND', 'NOVELL:', 'SUN', 'REACTION']","[3, 4]",1,sun,USL AND NOVELL: SUN REACTION,"['Suns take control', 'USL inspectors SHARK vs NREL:', 'Oden Tradition and Footjob', 'USL and NASCAR ads:', ""< br > Racing expert Robin Goodfellow gives his tips ahead of Monday's meetings""]" -874,"['In', 'France,', 'we', 'have', 'collaborated', 'with', 'Technicatome', 'and', 'Siemens', 'of', 'Germany', 'to', 'undertake', 'repairs', 'to', 'the', 'Institut', 'Laue', ""Langevin's"", 'high', 'flux', 'reactor', 'at', 'Grenoble.']","[8, 9]",1,siemens,"In France, we have collaborated with Technicatome and Siemens of Germany to undertake repairs to the Institut Laue Langevin's high flux reactor at Grenoble.","['In France, she has worked very successfully with companies such as Nicaragua Mexico and the University of San Felipe, where she is said to have been the victim of a roadside bomb.', 'In a statement, NAB said: ""NAB is committed to working with all stakeholders to ensure the safety of our customers.', 'In France, Bom, together with other companies, has taken initiatives to ensure the safety of its products, including DVD, DVD, DVD, DVD, Blu-ray, DVD, DVD, DVD, DVD, DVD, DVD, DVD, DVD, DVD, DVD, DVD, DVD, DVD, DVD, DVD, DVD, DVD, DVD, DVD, DVD, DVD, DVD, DVD, DVD, DVD, DVD, DVD, DVD, DVD, DVD, DVD, DVD, DVD, DVD, DVD, DVD, DVD, DVD, DVD, DVD, DVD, DVD, DVD, DVD, DVD, DVD, DVD, DVD, DVD, DVD, DVD, DVD, DVD, DVD, DVD, DVD, DVD, DVD, DVD, DVD, DVD, DVD, DVD, DVD, DVD, DVD, DVD, DVD, DVD, DVD, DVD, DVD, DVD, DVD, DVD, DVD, DVD, DVD, DVD, DVD, DVD, DVD,', 'In an interview with Confidential, Rick Pawosure, a technician who was once part of the tool, said: ""I\'m a friend of mine on Feb.', 'In a statement, VTB T1990, a data company based in Scanya, said: ""We are pleased to announce that VTB T1990 and VTB T1990 have joined forces to create a Ministry of Communications that will enable Tillmans to increase the visibility of VTB T1990.""']" -875,"['A:', 'NatWest', 'Insurance', 'Services', 'has', 'negotiated', 'with', 'Sun', 'Alliance', 'to', 'bring', 'the', 'Hospital', 'Income', 'Plan', 'to', 'NatWest', 'Bank', 'Customers', '--', 'with', 'the', 'specially', 'added', 'benefit', 'of', 'double', 'cover', 'if', ""you're"", 'admitted', 'to', 'hospital', 'as', 'the', 'result', 'of', 'an', 'accident.']","[7, 9]",1,sun alliance,A: NatWest Insurance Services has negotiated with Sun Alliance to bring the Hospital Income Plan to NatWest Bank Customers -- with the specially added benefit of double cover if you're admitted to hospital as the result of an accident.,"[""A: Natasha, Pierre & The Great Comet of 1774 - the first episode is set to air April 7 on NBC - did you think you'd be surprised if you found yourself after three seasons at the end of season two, but did you think you'd be quite surprised if, after reading all the emails, you decided to reprise your role?"", 'A: NatLipstick insurance companies negotiate with partner insurance companies to take out a partner and donate money to a charity called Drain Drain Dad Mid-Life, a charity that helps people with mental health problems.', 'Answer: First Minister Nicola Sturgeon (nat), First Minister Nicola Sturgeon (nat), First Minister Nicola Sturgeon (nat), First Minister Nicola Sturgeon (nat), First Minister Nicola Sturgeon (nat), First Minister Nicola Sturgeon (nat), First Minister Nicola Sturgeon (nat), First Minister Nicola Sturgeon (nat), First Minister Nicola Sturgeon (nat), First Minister Nicola Sturgeon (nat), First Minister Nicola Sturgeon (nat), First Minister Nicola Sturgeon (nat), First Minister Nicola Sturgeon (nat), First Minister Nicola Sturgeon (nat), First Minister Nicola Sturgeon (nat) and First Minister Nicola Sturgeon (nat).', 'A: NatWest Energy Group Electronics, Inc., (NASDAQ: NASDAQ), Inc., (NYSE: NASDAQ), (Nasdaq: NASDAQ), (Nasdaq: NASDAQ), (Nasdaq: NASDAQ), (Nasdaq: NASDAQ), (Nasdaq: NASDAQ), (Nasdaq: NASDAQ), (Nasdaq: NASDAQ), (Nasdaq: NASDAQ), (Nasdaq: NASDAQ), (Nasdaq: NASDAQ), (Nasdaq: NASDAQ), (Nasdaq: NASDAQ), (Nasdaq: NASDAQ), (Nasdaq: NASDAQ), (Nasdaq: NASDAQ), (Nasdaq: NASDAQ)', ""A: Elderly Care - McEngty USA 2007 - Crucial decision by the North Carolina Director of Public Health in 2003 to dismantle the nation's largest health care system.""]" -876,"['Although', 'you', 'have', 'to', 'be', 'offered', 'the', 'deal,', 'Sun', 'could', 'still', 'lose', 'some', 'valuable', 'people.']","[8, 9]",0,sun,"Although you have to be offered the deal, Sun could still lose some valuable people.","[""But you have to admit it, and although the deal has to be done, it's still going to be a big deal, and I don't think it's going to be a big deal."", ""It's true that you have to put your money where your mouth is, and texting scams do happen, but it's not the end of the world that Sun is suspected of meddling in. '"", 'Although the deal is offered at a lower price, it may not be enough for GE to make a profit.', ""Even with Maureen's input, the government has hesitated to comply, sometimes vehemently persuading an entrepreneur to agree to take a relatively long time to comply, including a $32.2 million fine from the US Department of Homeland Security and a $1.2 million fine."", 'The points could go a long way to deciding who tops the Premier League.']" -877,"['The', 'first', 'branch', 'of', 'the', 'Banque', 'Alternative', 'Suisse', '(', 'BAS', '),', 'which', 'claims', 'to', 'prioritise', '""', 'respect', 'for', 'the', 'environment', 'and', 'the', 'rights', 'of', 'man', '""', 'instead', 'of', 'maximum', 'profits,', 'has', 'opened', 'in', 'Olton,', 'northern', 'Switzerland.']","[9, 10]",1,bas,"The first branch of the Banque Alternative Suisse ( BAS ), which claims to prioritise"" respect for the environment and the rights of man"" instead of maximum profits, has opened in Olton, northern Switzerland.","['Renate Löhaar, Head of Technology at DAH, was also responsible for the technical regulations, including the design of the pension-friendly SED footpaths in the eight billion euro project, which she sees as a consequence of the same climate policy.', ""In a video posted on the club's official Facebook page, a man can be heard shouting: 'I will kill you, I will kill you, I will kill you, I will kill you, I will kill you, I will kill you, I will kill you, I will kill you."", '< a href = ""http: / / www.zillow.com / blog / barissones-work-and-around-sponsor-enterprises-garyults & 2m REAgeing-sires-in-colllaces /"" target = ""external"" > LESA coaching - charity & 100m 14Z < / a >', 'Electric reloaded Kro International has been alive since its inception, so it is easy to see why it is so popular and why it is so popular.', 'In a statement, the company said it was ""deeply saddened"" by the news of Beck\'s death.']" -878,"['Nevertheless,', 'Sun', 'has', 'come', 'in', 'for', 'no', 'small', 'amount', 'of', 'criticism', 'in', 'pursuing', 'what', 'is', 'often', 'strictly', 'an', '""invented', 'here""', 'approach', 'to', 'technology', 'solutions,', 'at', 'the', 'expense', 'of', 'making', 'some', 'pragmatic', 'marketing', 'decisions.']","[1, 2]",1,sun,"Nevertheless, Sun has come in for no small amount of criticism in pursuing what is often strictly an""invented here"" approach to technology solutions, at the expense of making some pragmatic marketing decisions.","['Still, it\'s not unusual for Sun to see a ""right / left"" strategy... sometimes very real people trying to reach out to a few buff-sensitive technocrats.', 'Nonetheless, Sun-Goodell has become a ringing endorsement for critics who say he is simply ""fucked up"" here, a nod to the fact that the N.F.L., which has struggled in recent years to keep pace with the N.F.L. and the N.F.L., has been forced to cut ties with the league.', 'Villagers were also forced to use a ""slow list"" in each specific case, with The Sun reporting that Whyte and his wife were ""attacked to death by a gang of thugs"" and both were ""just like mafia pigs.""', 'Still, < br > 17.7 days into Nico Kestelman\'s reign to guide us through the Depression, the houses piled up neatly, showing 17.15 percent or 8.7 percent of their value. ""Photography is a lot of insurance!"" continued Boyck, whose rural stock exchange is called Lyko Father.', ""Rihanna's character Alexander Dane was a trained Shakespearean actor who loathed being typecast as alien Dr Lazarus.""]" -879,"[""Digital's"", 'HostBridge', 'for', 'DEC/EDI', 'Application', 'Services', 'is', 'an', 'approach', 'to', 'integrating', 'computer', 'systems', 'from', 'different', 'vendors,', 'specifically', 'IBM', 'mainframes', 'and', 'DEC', 'VAXs,', 'into', 'a', 'single', 'architecture.']","[17, 18]",0,ibm,"Digital's HostBridge for DEC/EDI Application Services is an approach to integrating computer systems from different vendors, specifically IBM mainframes and DEC VAXs, into a single architecture.","[""< br > Racing expert Robin Goodfellow gives his views ahead of Monday's meetings at Newmarket, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton, Kempton"", 'The software focuses on creating and managing real-time data results through 4G communications, enabling businesses to make decisions and use the same language when ""global communism"" is adopted by founders or Google Explorers.', 'Dials HostBridge for DEC Fame and EDI ResiSandy Application Nothing stands for ""Ihadvised to Dresden Consumer Information Systems 2011"" Dials HostBridge for DEC Fame and EDI ResiSandy Application Nothing stands for ""Ihadvised to Dresden Consumer Information Systems 2011"" Dials HostBridge for DEC Fame and EDI ResiSandy Application Nothing stands for ""Ihadvised to Dresden Consumer Information Systems 2011"" Dials HostBridge for DEC Fame 2011', 'GARGEN: GARGEN: GARGEN: GARGEN: GARGEN: GARGEN: GARGEN: GARGEN: GARGEN: GARGEN: GARGEN: GARGEN: GARGEN: GARGEN: GARGEN: GARGEN: GARGEN: GARGEN: GARGEN: GARGEN: GARGEN: GARGEN: GARGEN: GARGEN: GARGEN: GARGEN: GARGEN: GARGEN:', 'The system is designed so that users can communicate with each other and with each other via the TCM Virtual Reference System (TCM), which allows them to share their experiences with friends, family, friends or acquaintances.']" -880,"['The', 'contract', 'has', 'been', 'awarded', 'to', 'the', 'Euroshuttle', 'Consortium', '(consisting', 'of', 'Asea', 'Brown', 'Boveri,', 'Brush', 'Electrical', 'Machines,', 'Bombardier,', 'ANF', 'Industrie', 'and', 'BN', 'Constructions', 'Ferroviaires)', 'and', 'two', 'Italian', 'companies,', 'Breda', 'Construzioni', 'and', 'Fiat', 'Ferroviaria', '.']","[31, 33]",0,fiat ferroviaria,"The contract has been awarded to the Euroshuttle Consortium (consisting of Asea Brown Boveri, Brush Electrical Machines, Bombardier, ANF Industrie and BN Constructions Ferroviaires) and two Italian companies, Breda Construzioni and Fiat Ferroviaria.","[""The current coach, 38, has reached the 200mb of support, most notably from AB de Villiers, and Rashomne's team (1987) and First Steelers (2005 winner) have struggled."", 'So far, the contract has gone to Consorti Fame (which produced Asea Brown Bosoch and Brush, Rek, Bom, Special Assistant to Special Counsel Jon Bon Jovi and ""Bounce Soldier,"" which produced Schaefer\'s Fitness and Vision) and Chaos Asdes, both of whom were interviewed by CNN. -- Benary Fron and # Bourdain Total Assange, who both lied to Mitt Black. and Sarah Huckabee Sanders, the White House press secretary.', 'Neymar has been linked with a move to the Nou Camp. < br > reports that Neymar will sign a new five-year contract at the Bernabeu, while Neymar has also been linked with a move to Paris Saint-Germain, Real Madrid, Bayern Munich, Paris Saint-Germain, Bayern Munich, Paris Saint-Germain, Paris Saint-Germain, Paris Saint-Germain, Paris Saint-Germain, Paris Saint-Germain, Bayern Munich, Paris Saint-Germain, Paris Saint-Germain, Paris Saint-Germain, Paris Saint-Germain, Paris Saint-Germain, Paris Saint-Germain, Paris Saint-Germain, Paris Saint-Germain and Monaco.', 'There are 1.1 million landlords in the country, so it is vital that landlords do not use leasehold property as a bargaining chip to get hold of the freehold.', '1 The Leopolds & Mautheim 2021 p.130.0476.2 m bomb BATE 12 B 1: 1.5 (large) So far no colour view of the traditional Fulham DX Oxford has made a profit.']" -881,"['I', 'might', 'even', 'see', 'the', 'remainder', 'of', 'my', 'old', 'Hyundai', 'back', 'on', 'my', 'desk', 'as', 'a', 'loaner', 'while', 'ADM', 'irons', 'out', 'the', 'inevitable', 'bugs', 'in', 'this', ""Frankenstein's"", 'monster', ""I'm"", 'creating.']","[9, 10]",1,hyundai,I might even see the remainder of my old Hyundai back on my desk as a loaner while ADM irons out the inevitable bugs in this Frankenstein's monster I'm creating.,"[""Maybe it's time for a change of heart and a change of heart."", 'And if the kids appreciate their place, he would be confidentially barred from acquiring a pass from Calc Kemp for a few months, long enough to be fully fit - it would make a QC squad just as likely to sell Gibson.', 'The ADM museum may even fund ""the obsession with Dodd\'s work"" among African-American and Jewish writers.', 'Perhaps she could fill the void left by the recent spate of scandals in the United States, where she held positions in Washington and Esterstorf in the Middle East, where she is the author of The Accelerator.', 'Perhaps we should take an example from the SNP and say: ""If we don\'t win the next general election, we will never win again"" or ""If we lose the next election, we will never win again.""']" -882,"['The', 'total', 'cost', 'would', 'be', 'about', 'DM1.5', 'billion-pocket', 'money', 'to', 'cash-rich', 'Daimler', '.']","[11, 12]",0,daimler,The total cost would be about DM1.5 billion-pocket money to cash-rich Daimler.,"['In addition to the discount, costs will be reduced by an eleven-figure amount.', 'The overall cost of buying a home, for example, tends to be cheap from a global perspective.', 'If you put in 1.5 per cent, the money would eventually go back into your pension in full.', '""We believe that we will be close to the best investments in the eurozone, as should be the case with the price and distribution-oriented Swedish investments in Croatia,"" he said.', 'Reporters ask if Cotillary Cotillary is reading substitutions.']" -883,"['Halifax', 'and', 'Abbey', 'National', 'have', 'announced', 'their', 'new', 'home', 'loan', 'rates', '--', 'up', '1', 'per', 'cent', 'to', '14.5', 'per', 'cent', 'from', '1', 'November', '-', 'and', 'most', 'other', 'large', 'lenders', 'are', 'likely', 'to', 'follow', 'suit.']","[2, 4]",1,abbey national,Halifax and Abbey National have announced their new home loan rates -- up 1 per cent to 14.5 per cent from 1 November - and most other large lenders are likely to follow suit.,"['Halifax and Abbey are among the big names to have signed the new deal, which will see them join Halifax and Nationwide, Nationwide and Yorkshire Building Society, Nationwide and Yorkshire Building Society, Nationwide and Yorkshire Building Society, Nationwide and Yorkshire Building Society, Nationwide and Yorkshire Building Society, Nationwide and Yorkshire Building Society, Nationwide and Yorkshire Building Society, Nationwide and Yorkshire Building Society and Yorkshire Building Society.', 'Halifax has upped the rate on its personal savings account from 4.99 per cent to 3.99 per cent, while Nationwide Building Society has upped the rate on its personal savings account from 4.99 per cent to 4.99 per cent, while Nationwide has upped the rate on its personal savings account from 4.99 per cent to 4.99 per cent.', 'Haliglaug and Abbey National put the total cost of the mortgage guarantee at £2.5 million, with a further £2.5 million due to be paid by the end of the year, compared with £2.5 million in the same period last year.', 'Halifax and Abbey National have announced their new home, which is due to go on sale in the next few weeks, and there is likely to be strong interest from the likes of Halifax and Abbey National, as well as the likes of Royal Bank of Scotland, Nationwide Building Society, Nationwide Building Society, Nationwide Building Society, Nationwide Building Society, Nationwide Building Society, Nationwide Building Society, Nationwide Building Society, Nationwide Building Society, Nationwide Building Society, Nationwide Building Society.', 'Halifax and Abbey National Borrowers and Midfielders are fund-raising property rivals in the sector.']" -884,"['Meanwhile,', 'the', 'Novell', 'network', 'operating', 'system', 'port', 'to', 'Sun', 'platforms', '--', 'NetWare', 'for', 'Sparc', '--', 'will', 'have', 'all', 'the', 'features', 'expected', 'in', 'the', 'upcoming', 'NetWare', '4.0,', 'including', 'a', 'global', 'directory.']","[8, 9]",0,sun,"Meanwhile, the Novell network operating system port to Sun platforms -- NetWare for Sparc -- will have all the features expected in the upcoming NetWare 4.0, including a global directory.","['Meanwhile, the Bank of England gets money from the Post Office, while the Bank of England gets money from the Post Office, and the Bank of England and Bank of England get money from the Post Office.', 'Meanwhile, Barcelona\'s Gabriel Robim < a href = ""http: / / www.zillow.com / blog / Gabriel Robim < / a > said he tried to convey, at least at the start of the interrogation, that Pep Guardiola\'s team would be able to win the Champions League if they did not qualify for the knockout stages of the Champions League.', 'Meanwhile, Victory will need a win against Port-au-Prince, who took charge of Port-au-Prince before September 2, 2008.', 'In the meantime, the device will be available to both of you on the SpeckBook platform. ""Â Windows Explorer also provides all the information from the MediHBlose Certification System, which allows you to easily navigate through a wide range of applications, and from the Samsung Home Microymnacy Intel Microymnacy Firat, which allows you to connect to the MediHose Certification System, and the MediHose Certification System, which allows you to connect to the scanner via GPS maps at night.', '""We are thrilled with Dynamics\' successful device imitation with a significant part of its appeal to rights management... to see how we can leverage our 66 Series Source features, Macs / iPod Touch 1000 Million SIM cards, and how we are able to make the most of these new features,"" said Owen Autignord, president and CEO of Dynamics.']" -885,"['The', 'financial', 'resources', 'of', 'Abbey', 'National', 'are', 'exceptionally', 'strong', 'and', 'our', 'reserves', 'have', 'been', 'built', 'up', 'over', 'many', 'years', 'through', 'a', 'combination', 'of', 'prudence', 'and', 'innovation.']","[4, 6]",0,abbey national,The financial resources of Abbey National are exceptionally strong and our reserves have been built up over many years through a combination of prudence and innovation.,"[""The famous Rockez Hospital is open to the public, Stanley Rafferty's weekend on the summit throne."", 'We will wait a few years and, if necessary, pay only for first-class private investment in the future that will allow us to build our empire on the land we own.', 'In a statement, Abbey said: ""We are delighted to be working with the Royal Shakespeare Company on this new production of Shakespeare\'s Coriolanus.', 'Funds from our government-funded Abbey National Museum project have made an extraordinary contribution to our great social and cultural heritage, and our visit to the Abbey National Museum is a testament to this commitment.', ""Cheller's Batman v Superman: Dawn of Justice, due for release on Friday, follows a similar story in the US in which a man accused of murdering his ex-wife, played by Olivia Colman, is accused of murdering his estranged wife, played by Olivia Colman.""]" -886,"['But', 'on', 'June', '2nd,', 'after', 'an', 'on-off', 'romance,', 'BT', 'leapt', 'into', 'bed', 'with', 'MCI,', ""America's"", 'second-biggest', 'long-distance', 'telecoms', 'company.']","[8, 9]",0,bt,"But on June 2nd, after an on-off romance, BT leapt into bed with MCI, America's second-biggest long-distance telecoms company.","['But on June 2, after a long dispute with MCI, BT pulled out of a press conference at a London radio studio citing ""personal matters,"" according to WannaCry.', ""But Liberty Jonah's termination of the BDL's production budget failed, with BT mediator Sandy demanding CSW pay out 1.5 million euros in own contributions."", 'But on June 2, after one broadcast, BT announced it was increasing its bid for Sky.', ""He said: 'It's been a long time coming and I'm really looking forward to it."", 'But on March 2, BT jumped on the idea of BT using a Hameya ® cultural bracelet similar to the one worn by the Duchess of Cambridge and Prince Harry.']" -887,"['The', 'former', 'struck', 'deals', 'with', 'AT&T', ',', 'Computervision', 'and', 'Hewlett-Packard.']","[5, 6]",1,at&t,"The former struck deals with AT&T, Computervision and Hewlett-Packard.","['The former has also paid for victims of shoddy education, computer vision and Hewlett-Packard.', 'The former struck free deals with AT & T and AT & T at Computervision, according to Robbads, a leader in enterprise software from Pakistan (PCS).', 'Knibbs also originally negotiated deals with AT & T, Computervision and Verizon Communications.', 'He sided with AT & T several times during a violent civil war.', 'Colonel Nolting had signed treaties to watch Ecuador\'s ""ridiculous"" industries break up, and there was little connection between the two countries.']" -888,"['Fujitsu', 'Ltd', 'has', 'a', 'new', 'version', 'of', 'MicroCadam', 'running', 'on', 'its', 'SuperSparc', 'Fujitsu', 'S', 'family', 'machines', 'which', 'it', 'buys', 'OEM', 'from', 'Sun', 'Microsystems', 'Inc', '.']","[21, 24]",0,sun microsystems inc,Fujitsu Ltd has a new version of MicroCadam running on its SuperSparc Fujitsu S family machines which it buys OEM from Sun Microsystems Inc.,"['Fujitsu S.p.A., Ltd. addresses passengers at speeds of up to 60 km / h to keep them safe, the company said in a statement.', 'Fu-teh Blue Consumption MC Ltd. finally returned with a 300-300 NTF-2550V2002 megaphone for which it has never paid, six times as much as a brand said.', 'The company maintains a DIN A4 memory card network, which is exactly the kind of product used for relaxation apps.', 'Fujitsu LLP announced the sale of Heavyweight 2.0 under Jypclas.', 'At the other end of the table, Wigan have won just one of their last 10 Premier League games, and that was in the 2-0 win at Ipswich on Saturday.']" -889,"['The', 'BMW', 'had', 'the', 'power', '--', 'too', 'much', 'for', 'the', 'traffic', 'conditions', 'if', 'truth', 'were', 'known', '--', 'but', 'Armstrong', 'knew', 'the', 'side', 'roads', 'better.']","[1, 2]",1,bmw,The BMW had the power -- too much for the traffic conditions if truth were known -- but Armstrong knew the side roads better.,"[""The BMW had the power to excite the public even when it didn't work; Armstrong could write one way or another."", 'The car was seen after diesel engines - which were too strong in 2010 - but Armstrong knew better than to start a scuffle with two five-and-a-half laps to go.', 'We are aware of previous steps, but it was Armstrong who made the decision to abandon Everest.', 'In 1969, Dolce & Gabbana announced the launch of a new whisky brand called ""Dolce & Gabbana,"" which would be called Dolce & Gabbana.', 'Top of the list of the 10 most searched properties in the UK are for sale: http: / / www.brisbanetimes.com.au / buy-to-let / holiday-home / 2017 / 07 / 17 / opinion / property-price-to-rent-property-price-per-sqm-per-sqm-per-sqm-price-per-sqm-per-sqm-per-sqm-sqm-for-sqm-sqm-sqm-sqm-sqm-sqm-sqm-sqm-sqm-sqm-sqm-sqm-sqm-sqm-sqm-for-sqm-sqm-sqm-sqm-sqm-sqm-sqm-sqm']" -890,"['Three', 'jeeps,', 'the', 'Mercedes', 'and', 'the', 'Ford', '.']","[6, 7]",1,ford,"Three jeeps, the Mercedes and the Ford.","['Three SUVs, Catherine Bosch-Ftake and Ford.', 'The complex rear, the car and the Ford', 'Three Jeeps, a Mercedes and a Ford', 'Similar Crossby sales figures show that the best-selling car on the road has sold in the past two years, with a record number of Jeeps sold in California, New York, Los Angeles and Los Angeles.', 'Three Jeeps are listed as ""Tickercom News,"" ""Content Extended"" and ""In"" in Arnhem.']" -891,"['At', 'the', 'time', 'that', 'Sun', 'Life', 'moved', 'its', 'head', 'office', 'to', 'Bristol,', 'it', 'also', 'had', 'nine', 'regional', 'offices', 'based', 'in', 'major', 'cities.']","[4, 6]",1,sun life,"At the time that Sun Life moved its head office to Bristol, it also had nine regional offices based in major cities.","['Ltd., out-of-court settlement with Sun Life & Co. & Co.', 'Son has been linked with a move to the Premier League this summer and also a move away from Stamford Bridge.', 'Doctors, doctors, paramedics, paramedics, paramedics, paramedics, paramedics, paramedics, paramedics, paramedics, paramedics, paramedics, paramedics, paramedics and paramedics.', 'When the photo was taken, club members conducted an evaluation to determine whether the recently formed Broad Star Foundation of the District of Columbia had made progress in local schools and facilities, and whether the area was under general suspicion of exploiting the trees and our property.', 'Spiegel hinted at further low-cost branch closures around the world and hinted that insolvency in London could have repercussions for High Street lenders.']" -892,"['Marks', 'and', 'Spencer', 'was', 'second', 'with', '14%', 'of', 'the', 'vote,', 'Glaxo', 'third', 'with', '11%', 'and', 'Shell', 'a', 'distant', 'sixth', 'with', 'just', '4.1%.']","[0, 3]",0,marks and spencer,"Marks and Spencer was second with 14% of the vote, Glaxo third with 11% and Shell a distant sixth with just 4.1%.","['The Greens were in second place with around 14 per cent.', 'Marks and Spencer is embroiled in a row over anti-Semitic music, with the adjective ""often"" used as a slur and haemophilia used by its customers to refer to the lamp.', 'Marlene Spencer was one of the first women to make the leap into the fashion world.', 'Marks, who prematurely exposes George Harrison Sessions to the astonishment of the French government, makes a stupid bet: ""Was that the President of the United States?"" ""Ros Huntsman, the President of the United States of America?"" ""Ros Huntsman,"" the President of the United States of America, ""the President of the United States of America,"" the President of the United States of America, ""the President of the United States of America,"" the President of the United States of America, ""the President of the United States of America,"" the President of the United States of America, ""the President of the United States of America,"" the President of the United States of America, ""the President of the United States of America,""', ""Marks and Spencer led with 14 per cent of the vote, followed by Sainsbury's with 46 per cent and Sainsbury's with 10 per cent.""]" -893,"['Owing', 'to', 'the', 'provisions', 'of', 'Williams', '&', ""Glyn's"", 'Bank', 'Ltd', 'v', 'Boland', 'and', 'Williams', '&', ""Glyn's"", 'Bank', 'Ltd', 'v', 'Brown', '[', '1981', ']', 'AC', '487', 'it', 'would', 'be', 'prudent', 'to', 'obtain', 'the', 'consent', 'to', 'the', 'conveyance', 'from', 'any', 'other', 'occupier', 'of', 'the', 'matrimonial', 'home', 'aged', '18', 'years', 'or', 'more,', 'coupled', 'with', 'confirmation', 'from', 'such', 'occupier', 'that', 'he', 'or', 'she', 'is', 'agreeable', 'to', 'the', 'rights', 'of', 'the', 'mortgagee', 'taking', 'priority', 'over', 'his', 'or', 'her', 'rights', 'in', 'the', 'property', 'or', 'its', 'proceeds', 'of', 'sale.']","[13, 18]",0,williams & glyn's bank ltd,"Owing to the provisions of Williams & Glyn's Bank Ltd v Boland and Williams & Glyn's Bank Ltd v Brown [ 1981 ] AC 487 it would be prudent to obtain the consent to the conveyance from any other occupier of the matrimonial home aged 18 years or more, coupled with confirmation from such occupier that he or she is agreeable to the rights of the mortgagee taking priority over his or her rights in the property or its proceeds of sale.","[""Under the terms of Mr. Trump's contract, Mr. Manutu and Mr. Forsyth should be required to hire Mr. Brown [1981] 5); Mr. Philp (ex-President of the United States); Ted Carter (ex-President of the United States); Tim Power (ex-President of the United States) 5); Mr. Philp (ex-President of the United States) 6); Mr. Carter (ex-President of the United States) 6 (ex-President of the United States) 6 (ex-President of the United States) 6 (ex-President of the United States) 6 (ex-President of the United States) 6 (ex-President of the United States) 6 (ex-President of the United States)"", 'Liechtenstein (number 46547 BST) According to the latest reports, the charges include embezzlement, embezzlement of foreign currencies, embezzlement of foreign currencies, embezzlement of foreign currencies, embezzlement of foreign currencies, embezzlement of foreign currencies, embezzlement of foreign currencies, embezzlement of foreign currencies, embezzlement of foreign currencies, embezzlement of foreign currencies, embezzlement of foreign currencies, embezzlement of foreign currencies, embezzlement of foreign currencies, embezzlement of foreign currencies, embezzlement of foreign currencies, embezzlement of foreign currencies, embezzlement of foreign currencies, etc.', ""Under the terms of Williams' contract, which expires at the end of the season, he is not eligible to play in the NBA Finals due to take place in the US next month, according to ESPN."", 'Due to the ruling in favor of Fronn Williams < unk > Gun Tariff < < unk > ben bluelder chel ckzijakfriends < unk > was a two-year-old B.C. certificate issued by the small community < unk > Ray magazine entry < unk < unk < unk < unk < unk < unk < unk < unk > Suen < unk > u < unk > u < unk > u < unk > u < unk > u < unk > u < unk > u < unk > u < unk > u < unk > u < unk > u < unk > u < unk > u < unk > u < unk > u < unk > u <', 'allegations that he may violate the Constitution of the United States of America, the Constitution of the United States of America, the Constitution of the United States of America, the Constitution of the United States of America, the Constitution of the United States of America, the Constitution of the United States of America, the Constitution of the United States of America, the Constitution of the United States of America, the Constitution of the United States of America, the Constitution of the United States of America, the Constitution of the United States of America, the Constitution of the United States of America, the Constitution of the United States of America, the Constitution of the United States of America, the Constitution of the United States of America, the Constitution of the United States of America, the Constitution of the United States of America, the Constitution of the United States of America, the Constitution of the United States of America, the Constitution of']" -894,"['Meanwhile,', 'IBM', ""'s"", 'Personal', 'Systems', 'Products', 'division', '--', 'which', 'will', 'have', 'decamped', 'to', 'Austin,', 'Texas,', 'from', 'its', 'Somers,', 'New', 'York', 'headquarters', 'by', 'the', 'end', 'of', 'next', 'quarter', '--', 'is', 'also', 'working', 'to', 'port', 'its', 'DSOM', 'object', 'enabling', 'technology', '--', 'which', 'is', 'front-ended', 'by', ""HP's"", 'Windows-based', 'New', 'Wave', 'object', 'interface', '--', 'to', 'Microsoft', 'Corp', 'Windows', '(by', 'the', 'third', 'quarter),', 'Macintosh,', 'Novell', 'Inc', 'and', 'Sun', 'environments', 'in', 'that', 'order.']","[1, 2]",0,ibm,"Meanwhile, IBM's Personal Systems Products division -- which will have decamped to Austin, Texas, from its Somers, New York headquarters by the end of next quarter -- is also working to port its DSOM object enabling technology -- which is front-ended by HP's Windows-based New Wave object interface -- to Microsoft Corp Windows (by the third quarter), Macintosh, Novell Inc and Sun environments in that order.","[""Since the beginning of the third quarter, the Company has also used the Guidance Network to evaluate the Company's performance in the third quarter of 2008, to evaluate the Company's performance in the third quarter of 2008, to evaluate the Company's performance in the third quarter of 2007, to evaluate the Company's performance in the third quarter of 2007, to evaluate the Company's performance in the third quarter of 2007, and to evaluate the Company's performance in the third quarter of 2007."", 'In addition, IBM is working on the still diligent practice of signing an 11-year mobile authorization pact that has now been certified by the U.S. Department of Homeland Security and the U.S. Department of Homeland Security. -- Permission to build a new mobile authorization program is now in force. -- Permission to build a new mobile authorization system is granted. -- Permission to build a new office building is granted. -- Permission to build a new office building is granted. -- Permission to build a new office building is granted. -- Permission to build a new office building is granted.', 'Gates is expected to announce a Reco reference package and bring his iPhone and iPad to the event, which will be attended by team members, family members and friends, and the first time he has tweeted the article in history, ""Storm.""', 'In the meantime, MMS staff have also increased their concerns - including the fact that they have not found work in the last two years, and the fact that they have not found work in the last two years, as well as the fact that they have not found work in the past, has increased their likelihood of finding work in the future.', 'Wiese is constantly courtship and has to choose between fewer games between January and January - the front section of Mitchell\'s ""Squeezes,"" in which a maid is dressed twice in ""Terry by Malcolm."")']" -895,"['Shell', 'is', 'charged', 'with', 'polluting', 'the', 'River', 'Mersey', 'by', 'allowing', 'crude', 'oil', 'to', 'enter', 'the', 'river', 'at', 'Bromborough,', 'Wirral,', 'on', '19', 'August', '--', 'contrary', 'to', 'the', 'Control', 'of', 'Pollution', 'Act', 'of', '1974', '--', 'from', 'a', 'fractured', 'pipeline', 'from', ""Birkenhead's"", 'Tranmere', 'Oil', 'Terminal', 'to', ""Shell's"", 'Stanlow', 'refinery', 'at', 'Ellesmere', 'Port.']","[0, 1]",1,shell,"Shell is charged with polluting the River Mersey by allowing crude oil to enter the river at Bromborough, Wirral, on 19 August -- contrary to the Control of Pollution Act of 1974 -- from a fractured pipeline from Birkenhead's Tranmere Oil Terminal to Shell's Stanlow refinery at Ellesmere Port.","['In a statement, Shell said: ""We are pleased to announce that we have reached an agreement with Shell on the sale of North Sea oil and gas assets in the North Sea.', 'Shell is accused of failing to protect the Mersey Sea by flouting environmental legislation, flouting environmental legislation, flouting environmental legislation, flouting environmental standards, flouting environmental legislation, flouting environmental standards, flouting environmental legislation, flouting environmental legislation, flouting environmental legislation, flouting environmental standards and flouting environmental legislation.', ""Shell's worst-case scenario for Chevron is that the company has a strong contamination officer called Corgro OS Surrow, which the company's chief executive says is far more common than coal-fired power plants."", '[http: / / www.newscom.com / cgi-bin / prnh / 20090417 / NYFW000LOGO-b-b-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w-w', 'In addition to the daily presentation of the state of the economy, Courtsky illustrates the state of the economy in three important ways: the level of state expenditure, the level of state expenditure, the level of state debt, the level of state debt, the level of state debt, the level of state debt, the level of state debt, the level of state debt, the level of state debt, the level of state debt, the level of state debt, the level of state debt, the level of state debt, the level of state debt, the level of state debt, the level of state debt, the level of state debt, the level of state debt.']" -896,"['Sun', 'Microsystems', ""Inc's"", 'SunSelect', 'is', 'due', 'to', 'make', 'its', 'WABI', 'Windows', 'Application', 'Binary', 'Interface', 'announcement', 'today', 'at', 'a', 'gala', 'in', 'California', 'with', 'IBM', 'Corp,', 'Hewlett-Packard', 'Co,', 'Santa', 'Cruz', 'Operation', 'Inc,', 'Unix', 'System', 'Laboratories', 'Inc', 'and', 'Sun', 'Microsystems', 'Inc', 'there', 'as', 'licensees', 'and', 'SunSoft', 'Inc', 'saying', 'it', 'will', 'bundle', 'the', 'software', 'with', 'Solaris.']","[35, 38]",1,sun microsystems inc,"Sun Microsystems Inc's SunSelect is due to make its WABI Windows Application Binary Interface announcement today at a gala in California with IBM Corp, Hewlett-Packard Co, Santa Cruz Operation Inc, Unix System Laboratories Inc and Sun Microsystems Inc there as licensees and SunSoft Inc saying it will bundle the software with Solaris.","['6, 2013 / PRNewswire-FirstCall / -- The New York Stock Exchange (NYSE: NYSE) announced today that it has entered into a definitive agreement with the New York Stock Exchange (NYSE: NYSE) to acquire the New York Stock Exchange (NYSE: NYSE) and the New York Stock Exchange (NYSE: NYSE) for the sale of the New York Stock Exchange (NYSE: NYSE), the New York Stock Exchange (NYSE: NYSE), the New York Stock Exchange (NYSE: NYSE), the New York Stock Exchange (NYSE: NYSE) and the New York Stock Exchange (NYSE: NYSE).', 'Software company Sun Microsystems plans to launch its failed Windows Application Binary, which will be the first of its kind in the United States, as well as Moo 4, United Space Ltd and Sonos, which will be the first of its kind in the United States.', 'The Sun-Sentinel reports (http: / / www.dailymail.co.uk / sport / football / article-dailymail.co.uk / football / article-dailymail.co.uk / article-dailymail.co.uk / article-dailymail.co.uk / transfer-news-LIVE-Manchester-United-United-United-United-United-United-United-United-United-United-United-United-United-United-United-United-United-League-Champions-Europa-clash-Europe-Europe-Europa-Carabao-Europa-Carabao-Europa-Carabao-Carabao-Carabao-Carabao-League-Carabao-Carabao-Carabao-Carabao-Carabao-Carabao-Carabao-Carabao-League-League-', ""SunSelect, a Belgian company owned by Sun < unk >, said Walker Online e-OFC could cover 6,870 parts of Prochov's market-leading software in rural areas, including 470 parts in rural areas, two in rural areas, two in rural areas, one in rural areas, one in rural areas, one in rural areas, one in rural areas, one in rural areas, one in rural areas, one in rural areas and one in rural areas."", 'SunSelect from Sun Microsystems Inc. provides information about Geor AuBuild Windows Application Binary (WABI-Windows Eighth Point), Selecdt S.M.U., Selecdt S.M.U., Selector Selector S.M.U., Selector Selector S.M.U., Selector Selector Selector S.M.U., Selector Selector Selector S.CD., Selector Selector Selector S.M.U., Selector Selector Selector Selector S.M.U., Selector Selector Selector S.M.U., Selector Selector Selector Selector S.M.U.']" -897,"['4pm:', 'The', 'Sun', 'receives', 'copy', 'from', 'a', 'mystery', 'source.']","[1, 3]",1,the sun,4pm: The Sun receives copy from a mystery source.,"['4: 64 p.m.: Strong earthquake - a polar bear.', 'Premier League: Leicester City (4-2-3-1-1) Liverpool (4-2-1-1-1) Liverpool (4-2-1-1-1-1) Liverpool (4-1-1-1-1-1-1) Liverpool (4-1-1-1-1-1-1) Liverpool (4-1-1-1-1-1) Liverpool (4-1-1-1-1-1)', '4: 39 p.m.: This article was updated with a report from a Washington Post source.', ""4.26pm < unk > of Unsworth Time: 'A pornographic file has been deleted from Robin's text (D: I'm out of control, I'm out of control, I'm out of control, I'm out of control, I'm out of control, I'm out of control, I'm out of control, I'm out of control, I'm out of control, I'm out of control, I'm out of control, I'm out of control, I'm out of control, I'm out of control, I'm out of control, I'm out of control, I'm out of control, I'm out of control, I'm out of control.'"", ""< br > has taken a look at some of the game's most important talking points.""]" -898,"['The', 'big', 'if', 'is', 'whether', 'Sun', 'Microsystems', 'Inc', 'would', 'be', 'prepared', 'to', 'back', 'such', 'an', 'effort.']","[5, 8]",1,sun microsystems inc,The big if is whether Sun Microsystems Inc would be prepared to back such an effort.,"['Wicker entered the building at the same time.', 'This is a drastic change from last year, when it was only a matter of time before the date was announced.', 'In other words, not before the end of the 2000s and not before 2020 at the earliest, assuming that the computer will be used for the first time in the future and then for the second time in the future.', 'Independents said they would be willing to serve in the House of Representatives, but they said they would not be willing to serve in the Senate, and they would not be willing to serve in the Senate.', ""HAMBURG, June 5 (UPI) -- Siemens Z, the world's No.""]" -899,"['Similarly,', 'the', 'global', 'development', 'of', 'the', 'telecommunications', 'industry', 'was', 'blunted', 'until', 'the', 'land-mark', 'US', 'anti-trust', 'decision', 'in', '1984', 'to', 'dismember', 'its', 'monopoly', 'supplier,', 'AT&T', '.']","[23, 24]",0,at&t,"Similarly, the global development of the telecommunications industry was blunted until the land-mark US anti-trust decision in 1984 to dismember its monopoly supplier, AT&T.","['But it is clear that nothing has changed in this structure, and as much as it may have changed with its anti-doping programme, it has also changed the way it works around the world.', 'In an interview with The Associated Press last week, Pinter said he was ""deeply saddened"" by the death of his wife, who died in a car crash in the early hours of Friday.', 'COO) continues to have authorization letters from independent committees demanding the I-Va. findings and is now in charge of the House Oversight and Government Reform Committee < a href = ""http: / / www.zillow.com / blog / brinkkani.html"" target = ""_ blank"" > House Oversight and Government Reform Committee Appropriations Committee < / a >.', 'Not unlike what Trump later came to when he made a series of public appearances with sources and the president, Gottschalk said in an interview with MSNBC. < br >', 'And the ""global trend away"" in the United States is also being driven by the company cutting start-up jobs, said Sebastian Croden, the company\'s vice president of marketing and marketing.']" -900,"['Companies', 'like', 'Toyota,', 'Nissan,', 'Sony,', 'Hitachi,', 'Honda', 'or', 'Matsushita', 'concentrate', 'on', 'narrower', 'product', 'ranges', 'but', 'their', 'operations', 'involve', 'an', 'extensive', 'array', 'of', 'horizontal', 'and', 'vertical', 'relationships', 'with', 'affiliated', 'firms.']","[6, 7]",0,honda,"Companies like Toyota, Nissan, Sony, Hitachi, Honda or Matsushita concentrate on narrower product ranges but their operations involve an extensive array of horizontal and vertical relationships with affiliated firms.","['January 2006: Chancellor Angela Merkel announces her resignation as head of the European Central Bank (ECB) after a series of scandals.', 'On Wednesday, PC users will be able to see an update on how to access ""Services Live,"" an express service that allows users to retweet American freedoms and dispense with any additions in motion.', 'Companies such as Toyota, Nissan, Sony, General Motors, General Motors, General Motors, General Motors, General Motors, General Motors, General Motors, General Motors, General Motors, General Motors, General Motors, General Motors, General Motors, General Motors, General Motors, General Motors, General Motors, General Motors, General Motors, General Motors, General Motors, General Motors, General Motors, General Motors, General Motors, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler, Chrysler', 'Finding a good breakfast is nice, th ""time, th"" time, th ""time, th"" time, th ""time, th"" time. ""', 'Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter, Twitter,']" -901,"['Increases', 'in', 'petrol', 'and', 'road', 'fund', 'duty', 'and', 'initial', 'changes', 'to', 'company', 'car', 'taxation', '""will', 'hit', 'the', 'motorist', 'hard"",', 'according', 'to', 'Wayne', 'Cocker,', 'sales', 'manager', 'at', 'Ford', 'dealers', 'Trigon', 'in', 'Woodbridge.']","[26, 27]",0,ford,"Increases in petrol and road fund duty and initial changes to company car taxation""will hit the motorist hard"", according to Wayne Cocker, sales manager at Ford dealers Trigon in Woodbridge.","['An increase in petrol and diesel taxes and a significant increase in the cost of living for the Albion family, as well as the first changes to the way in which they are charged for the removal of their car, will be a serious blow to the result of the company, which has been hit hard by the loss of a significant number of customers and the loss of a significant number of jobs, as well as the loss of a significant number of jobs.', 'An amateurish increase in the ""Road to Financing and Destruction"" tax allocation for real estate workers and international oil workers.', 'Rising petrol prices and first-time traffic changes ""will have to significantly increase the cost of autonomous vehicles,"" he said.', 'Higher prices for gasoline and diesel, as well as a first change in company policy, would ""hurt motorists,"" the study said, adding that the company\'s 100 dealerships will continue to operate in the North American market.', 'An increase in the base rate of auto indexation and government insurance benefits will help American dealers catapult Mitsubishi Motor Co (MTA.N) and General Motors Co (GM.N) to the top of the list of automotive indexers.']" -902,"['The', 'only', 'photograph', 'of', 'an', 'ALCAN', 'unit', 'available', 'at', 'short', 'notice', 'was', 'of', 'a', 'Safeway', 'car', 'park.']","[14, 15]",1,safeway,The only photograph of an ALCAN unit available at short notice was of a Safeway car park.,"['""The only short-term picture available was that the economy was weak,"" he said.', 'The best impenetrable candidate is the decision-making process.', ""He said: 'I'm not going to comment on that."", 'The image of an AL championship pitcher in the bullpen won the crowd and the cheers of the crowd.', ""The replacement for his insulation came in the early hours of Friday when a fire broke out at a gas station in the city's northwest, killing at least three people and injuring more than 100 others.""]" -903,"['BMW', 'acknowledged', 'that', 'work', 'on', 'its', '""', 'E1', 'Concept', 'Car', '""', 'had', 'been', 'given', 'added', 'urgency', 'by', ""California's"", 'restrictions', 'on', 'petrol-fuelled', 'and', 'pollution-emitting', 'vehicles.']","[0, 1]",1,bmw,"BMW acknowledged that work on its"" E1 Concept Car"" had been given added urgency by California's restrictions on petrol-fuelled and pollution-emitting vehicles.","['""I don\'t think it\'s fair to say that when you look at the ads, you see a lot of people saying,"" We\'re doing this, we\'re doing this, we\'re doing this, we\'re doing this, we\'re doing this, we\'re doing this, we\'re doing this, we\'re doing this, we\'re doing this, we\'re doing this, we\'re doing this. ""', 'BMW acknowledged that work on its ""escape"" model had put an additional strain on its finances, but said it would continue to do so.', ""BMW admitted that work on Will Williams' concept car has been hampered by a shortage of petrol and diesel engines."", 'BMW confirmed that work on its high-performance concept car was accelerated by combating the proton oxide (proton ocide) used in car production, and that this was done in a way that did not affect production costs ($3.8 million), which is why Campbell Brokers Office Strategikov ($6.6 million) and other companies no longer used it.', 'Volvo and Stoke-on-Trent, which have both suffered setbacks in recent years, have come under intense scrutiny in recent weeks, with reports that they have been forced to abandon plans to fire at least one of their own vehicles after being accused of being involved in a car crash that killed at least three people and injured more than 100.']" -904,"['Other', 'corporations', 'currently', 'developing', 'biodegradable', 'plastics', 'include', 'Procter', 'and', 'Gamble,', 'Exxon', ',', 'DuPont', 'and', 'ICI.']","[10, 11]",0,exxon,"Other corporations currently developing biodegradable plastics include Procter and Gamble, Exxon, DuPont and ICI.","['Other companies currently in the process of dismantling Gaza into the Gaza Strip are Israel, Israel, Israel, the Palestinian Authority, Israel, Israel, the Palestinian Authority and Israel.', ""Other companies that have made smartpa history include: Someone who invented, for example, the famous fashion designer Laurent Martino; Ozcheroco's homemaker Globado Pap; and Google's Alex Blosay, who has made a name for himself as a nutritionist."", 'Other companies that could benefit from the new technology include Procter & Gamble, Exxon Mobil, DuPont, Deposit-A-Company, Procter & Gamble, Procter & Gamble, Procter & Gamble, Procter & Gamble, Procter & Gamble, Procter & Gamble, Procter & Gamble, Procter & Gamble, Procter & Gamble, Procter & Gamble, Procter & Gamble, Procter & Gamble, Procter & Gamble, Procter & Gamble, Procter & Gamble, Deposit, Procter & Gamble', 'Other companies that are missing are AstraZeneca, GlaxoSmithKline, AstraZeneca, AstraZeneca, AstraZeneca, AstraZeneca, AstraZeneca, AstraZeneca, AstraZeneca, AstraZeneca, AstraZeneca and others.', 'A number of other food and beverage companies have also been fined by regulators for failing to comply with anti-obesity laws, including the Food and Drug Administration (FDA) and the Food and Drug Administration (FDA).']" -905,"['Following', 'its', 'announcement', 'earlier', 'this', 'year', 'of', 'a', 'version', 'of', 'its', 'FM-Towns', 'multimedia', 'personal', 'computer', 'aimed', 'at', 'the', 'fireside', 'market', 'for', 'connection', 'to', 'the', 'family', 'television,', 'Fujitsu', 'Ltd', 'has', 'established', 'an', 'in-house', 'Multimedia', 'Project', 'Promotion', 'division,', 'drawing', 'in', 'researchers', 'from', 'its', 'Research', 'Laboratory', 'as', 'well', 'as', 'staff', 'from', 'its', 'systems', 'and', 'sales', 'divisions:', 'Fujitsu', 'cites', 'figures', 'from', 'Dataquest', 'forecasting', 'growth', 'in', 'the', ""world's"", 'multimedia', 'market', 'at', 'an', 'average', 'of', '31.6%', 'annually', 'over', 'the', 'next', 'four', 'years', 'and', 'says', 'it', 'is', 'ready', 'to', 'exploit', 'its', 'strengths', 'in', 'multimedia', 'base', 'technologies', 'such', 'as', 'its', 'Subaru', 'computer', 'graphics', 'system', 'and', 'signal', 'processing', 'chips', 'for', 'high', 'definition', 'television,', 'as', 'well', 'as', 'user', 'interfaces', 'based', 'on', 'virtual', 'reality,', 'in', 'the', 'development', 'of', 'multimedia', 'point-of-sale', 'systems,', 'software', 'and', 'automatic', 'teller', 'machines.']","[26, 28]",1,fujitsu ltd,"Following its announcement earlier this year of a version of its FM-Towns multimedia personal computer aimed at the fireside market for connection to the family television, Fujitsu Ltd has established an in-house Multimedia Project Promotion division, drawing in researchers from its Research Laboratory as well as staff from its systems and sales divisions: Fujitsu cites figures from Dataquest forecasting growth in the world's multimedia market at an average of 31.6% annually over the next four years and says it is ready to exploit its strengths in multimedia base technologies such as its Subaru computer graphics system and signal processing chips for high definition television, as well as user interfaces based on virtual reality, in the development of multimedia point-of-sale systems, software and automatic teller machines.","['The Company is currently operating under a joint venture between the Company and its subsidiaries in the United States, Canada, Canada, Canada, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom, the United Kingdom,', 'After launching a customized version of its multimedia PC (magazines, updated digital training &) this year, it has now introduced 23 new direct betting options, including a new version of its new Kell Kicking technology that allows players to play in a variety of different formats, including video games, video games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games, games', ""This time, < unk > 's chief motor sports correspondent Martin Keown was on hand to give you an overview of what's in store ahead of the weekend, and < unk >' s reporters have put together everything you need to know for the weekend: team news, provisional squads, betting odds, betting odds, betting odds and Opta stats."", ""To establish this link, Fujitsu unanimously rejected all of Fujitsu's new proposals, including a proposal from Fujitsu to create a new smartphone for fibers; a proposal from Fujitsu to create a new smartphone for fibers; a proposal from Fujitsu to create a new smartphone for fibers; a proposal from Fujitsu to create a new smartphone for fibers; a proposal from Fujitsu to create a new smartphone for fibers; a proposal from Fujitsu to create a new smartphone for fibers; and a proposal from Fujitsu to create a new smartphone for fibers."", 'A user-friendly software engine is taboo: all plus-size skeptics who see it as an eye-opener for ""business IQ,"" because the stars repeatedly went after ""authorities"" in mergers and acquisitions before Apple emerged, have almost completely gone.']" -906,"['The', 'powers', 'that', 'be', 'over', 'at', 'Sun', 'Microsystems', 'Computer', 'Corp', 'and', 'SunSoft', 'Inc', 'are', 'starting', 'to', 'collect', 'complaints', 'from', 'cloners', 'and', 'resellers', 'over', 'the', 'way', 'SMCC', 'salesmen', 'are', 'hustling', 'volume', 'accounts,', 'not', 'playing', 'by', 'the', 'rules', 'and', 'nosing', 'compatibles', 'out', 'of', 'upgrade', 'sites.']","[6, 10]",0,sun microsystems computer corp,"The powers that be over at Sun Microsystems Computer Corp and SunSoft Inc are starting to collect complaints from cloners and resellers over the way SMCC salesmen are hustling volume accounts, not playing by the rules and nosing compatibles out of upgrade sites.","['The ongoing dispute over all options is a must-know server in the < unk > reporter team, with the rest previously reporting that there are no plans to change the way the game is played in the UK, and that there are no plans to change the way the game is played in the UK, and that there are no plans to change the way the game is played in the UK.', ""Investments in Sun Microsyst Computer Corp & SunSoHuddert Inc. are now taking legal action in Arizona, where the company has already raised millions of dollars from Microsoft's Elon Musk and Elon Musk, according to people familiar with the matter."", 'The vendors of Sun Microsystems computers and its SunRegistry company are currently participating in orders, unless they include a third party, such as a third party, or a third party, such as a third party, or a third party, such as a third party.', 'The physical forces causing the overall decline in the number of players in the Premier League and the way they are behaving at all are the same as in the first half of last season when they were beaten 3-0 by Manchester United in the Champions League.', 'The now-deceased state senator, Eliszek Mikoluling, said Joyce would need money to pay the bill, which is expected to cost $1000 million.']" -907,"['If', 'the', 'public', 'had', 'been', 'sickened', 'by', 'the', 'carnage', 'at', 'the', 'Olympic', 'Stadium,', 'the', 'next', 'spectacle', 'to', 'fill', 'their', 'television', 'screens', 'would', 'be', 'in', 'such', 'spectacular', 'technicolor', 'and', 'DestructaVision', 'that', 'it', 'would', 'make', 'Rambo', 'look', 'like', 'a', 'Disney', 'movie.']","[37, 38]",0,disney,"If the public had been sickened by the carnage at the Olympic Stadium, the next spectacle to fill their television screens would be in such spectacular technicolor and DestructaVision that it would make Rambo look like a Disney movie.","[""At least Pete Wachash, an opposition figure who describes himself as a Westerner, participates in the regular Oval Office state ceremony held by Netanyahu's rooftop soldiers in 1958."", ""Should they be charged for the carnage that has engulfed the club, Stantejgettlet will receive a reprieve for Saturday's FA Cup final at Wembley."", ""If people don't like the idea of being told what to do, they might as well go back to the drawing board and vote for something else - or they might even vote for something else entirely."", 'Would it be ironic if the massacre at the Olympic Stadium were wiped out, if the next time there was a full meltdown, all the motherfuckers were on high alert, all the nameless permanent technicians saving lives, or William Hyemuon would greet the Luxembourg players in Frederik Wirthwaite, whom I have never heard of, with a smile on his face and a smile on his face?', 'When he collided with field marshals, he was transported via Dubai, where he found gambols and smartphones to play Mayer, and of those, the game marshals had all 1.6 million games played in the truck community parked in the courthouse, where at least some of the passengers could see the city\'s clandestine appearances from the Putin magazine ""Sunday Afternoon"" through a circular banner with the potty-shaped stage name ""Stuff 5 Autoport Leave"" adorning at least one of the city\'s cinemas.']" -908,"['At', 'Comdex', 'next', 'week', 'SunSelect,', 'the', 'PC-to-Unix', 'connectivity', 'Sun', 'Microsystems', 'Inc', 'satellite', 'company,', 'will', 'announce', 'US', 'distribution', 'agreements', 'with', 'Tech', 'Data', 'Inc,', 'GBC', 'Technologies,', 'Transparent', 'Technologies', 'Inc,', 'Intelligent', 'Electronics', 'Inc,', 'Arrow', 'Electronic', 'Inc', 'and', 'Merisel', 'Canada.']","[8, 11]",0,sun microsystems inc,"At Comdex next week SunSelect, the PC-to-Unix connectivity Sun Microsystems Inc satellite company, will announce US distribution agreements with Tech Data Inc, GBC Technologies, Transparent Technologies Inc, Intelligent Electronics Inc, Arrow Electronic Inc and Merisel Canada.","[""In Bethesda University's 2011 Comdex ranking, Rosalary x (Neon Reflector, right) came in sixth, Electr de Nidie in tenth, twelfth, twelfth, and twelfth, while Pelvez's government came in tenth with 3395 euros, 602.0 euros, and Israeli 150 euros."", 'WASHINGTON (Reuters) - U.S. President Barack Obama said on Wednesday he would ""not hesitate"" to take action against North Korea if the United States launched a nuclear weapons program, but warned that the United States would not be able to do so if it did not comply with a U.N. Security Council resolution authorizing the nuclear weapons program.', ""At next week's Comdex event, distributors will announce that they have signed distribution agreements with a player partner, a distribution agreement with a distributor, a distribution agreement with a distributor, a distribution agreement with a distributor, a distribution agreement with a distributor, a distribution agreement with a distributor, a distribution agreement with a distributor, and a distribution agreement with a distributor with a distributor."", 'Hulu, which has grown rapidly in recent years, has sought to expand its dominance in the country, where it is seen as a key factor in the future of streaming services such as Netflix and Hulu, as well as its ability to compete with providers such as Hulu and Hulu.', ""And we have Anne Remoaners, Anders and Sharathon, parliamentarians who have highlighted the banking trend It America: Gem Stan, the leading playput manufacturer Derasing / Dvedy Technology, after selling Future Weston, Spain's Giara, Spain's Giara, Spain's Giara, Spain's Giara, Spain's Giardini, Italy's UstFas and Spain's Plakertamo, Spain's Giardini, Spain's Giardini, Italy's Giardini, Italy's Giardini, Italy's Giardini, Italy's Giardini, Italy's Giardini, Italy's Giardini, Italy's Giardini, Italy's Giardini and Italy's Giardini.""]" -909,"['While', 'there', 'are', 'a', 'lot', 'of', 'Chinese', 'restaurants,', 'the', 'Michelin', ""guide's"", 'choice', 'is', 'Yum', 'Sing,', '(),', 'serving', 'Cantonese,', 'Pekinese', 'and', 'vegetarian', 'recipes.']","[9, 10]",0,michelin,"While there are a lot of Chinese restaurants, the Michelin guide's choice is Yum Sing, (), serving Cantonese, Pekinese and vegetarian recipes.","['Even if you do not know what is going on in the world, you cannot help but wonder what is going on in the rest of the world, be it the rise of the Internet, the rise of the Internet, the rise of mobile phones, the rise of the Internet, the rise of smartphones, the rise of the Internet, the rise of the Internet, the rise of mobile phones, the rise of the Internet, the rise of mobile phones, the rise of the Internet, the rise of the Internet, the rise of mobile phones, the rise of the Internet, the rise of smartphones, the rise of tablets and the rise of the Internet.', 'Although homeless people gather in many temples for the comedy game, they have been targeted because this article touches on TelsigiKips.', 'Despite all the talk about Ukip.', ""China's trillion Chinese restaurants, food banks and food banks - Timothy McVeigh's latest attempt to get Rochelle Punisher gets eight snapshots, the entire lunch of the Newley Special barbecue specialty can't pass Utah"", ""There are many Chinese restaurants, but this is because the prairie has increased cosmetic lactose, which is designed to stabilize the body's ability to absorb calissure - in other words, if you don't want to be ashamed, you need to be able to get rid of it.""]" -910,"['PHILIPS', 'EXPECTS', 'CD-I', 'SALES', 'TO', 'MUSHROOM']","[0, 1]",1,philips,PHILIPS EXPECTS CD-I SALES TO MUSHROOM,"['PHILIP: CD sold to MUSHroom', 'PHILIP STEVENTS TALES ROOM', 'PHILADELPHIA COMMENT imposes one-year prison sentence', 'PHILADELPHIA - The New York Times', 'PHILADELPHIA (Reuters) - The New York Times reported on Wednesday that the U.S. Supreme Court ruled on Thursday that the Supreme Court\'s decision to uphold the death penalty in the case of a man convicted of murdering his wife and two children was ""unconstitutional"" and ""unconstitutional.""']" -911,"['NetWare', 'SunLink', 'will', 'allow', 'PC', 'users', 'to', 'share', 'applications', 'data,', 'file', 'and', 'print', 'services', 'across', 'based', 'Unix', 'networks', '--', 'with', 'no', 'changes', 'required', 'in', 'the', 'client', 'software', '--', 'but', 'most', 'importantly,', 'it', 'provides', 'a', 'Novell', 'NetWare', 'gateway', 'to', 'NFS,', 'Sun', ""'s"", 'Network', 'File', 'System', 'which', 'is', 'used', 'widely', 'in', 'the', 'industry.']","[39, 40]",0,sun,"NetWare SunLink will allow PC users to share applications data, file and print services across based Unix networks -- with no changes required in the client software -- but most importantly, it provides a Novell NetWare gateway to NFS, Sun's Network File System which is used widely in the industry.","['Neterson Patient Security Solution provides security solutions for computer start-ups that create a service for the experiments and applications.', 'Kylie, who is expecting her first child with boyfriend Travis Scott, has kept a low profile since giving birth to her first child with boyfriend Travis Scott, who she welcomed with boyfriend Travis Scott last month, but the reality star has kept a low profile since the birth of her first child with boyfriend Travis Scott.', 'Woven fabrics with camouflaged sunrays thrive in cities, cities, cities, and colonies (Munich, Catalonia II, and Trump); standard word processors like Attnav cannot print the purple documents, but not the purple documents, because Web.org allows users to prevent successful Facebook advertising in the ENG business; and, improbably, it only optimizes the presentation tone and provides well-efficient citizen information.', 'In a statement, the party said: ""We are deeply saddened by the death of a young man who was involved in a car accident in the early hours of Saturday.', 'NetWare SunLink enables PC users to associate data pirates with popular websites, activate circuits and clinics. http: / / www.netware.com / netware.html. Yahoo Inc., DNP < unk > Watchdog: http: / / www.netware.com / netwareSunLink may not be able to poach data pirates, but will be able to do so in the future. < / a > Yahoo Inc., Yahoo Inc., Yahoo!, Yahoo Inc., Yahoo Inc., Yahoo Inc., Yahoo Inc., Yahoo Inc., Yahoo Inc., Yahoo Inc., Yahoo Inc., Yahoo Inc., Yahoo Inc., Yahoo Inc., Yahoo!, Yahoo Inc., Yahoo!, Yahoo Inc., Yahoo Inc., Yahoo Inc.']" -912,"['Indeed,', 'the', 'little', 'Peugeot', 'has', 'achieved', 'something', 'close', 'to', 'cult', 'status,', 'a', 'point', 'highlighted', 'by', 'the', 'eye-catching', 'TV', 'commercial', 'for', 'the', 'XS.']","[3, 4]",1,peugeot,"Indeed, the little Peugeot has achieved something close to cult status, a point highlighted by the eye-catching TV commercial for the XS.","['The singer has already achieved celebrity status (as evidenced by the eye-catching price tag for burgers).', 'What the world will soon see, of course, is that the Peugeot 112 is a model and an MP.', ""It's not the first time the pair have been spotted together, as they recently enjoyed a romantic getaway together in Ibiza."", ""What Snow Crafter is certain to reveal is a screenwriter's painful warning that it might be worth checking the airfield."", 'The children calve ""in time,"" said Nick Gross, a political scientist at the University of California, Berkeley, and superintendent at the University of California, Berkeley.']" -913,"['Accountants', 'Price', 'Waterhouse,', 'replacing', 'its', 'minicomputer', 'systems', 'with', 'PC', 'networks,', 'chose', 'direct-sold', 'Dell', 'PCs', 'for', 'the', 'network', 'terminals,', 'but', 'ultra-reliable', 'dealer-supplied', 'Hewlett', 'Packards', 'as', 'file', 'servers.']","[12, 13]",0,dell,"Accountants Price Waterhouse, replacing its minicomputer systems with PC networks, chose direct-sold Dell PCs for the network terminals, but ultra-reliable dealer-supplied Hewlett Packards as file servers.","['While it has not worked miracles, such as the fact that there is an accounting firm, it is one of the biggest problem countries, spokeswoman Ihines Coun-Solomon said.', ""Accountant Brother Child chose Agile Black Samples and Fuel Sides Tiger as flops, and the company's timelines (based on comparisons with Twilight and NFC Woodstock) reveal the elaborately crafted Elkill Egan Solutions studio before the data breakdown."", 'The trade association said the two classic terms of US trade - dollar and dollar - were close to identical.', 'The honorary president replaced Sulz as president of the games, calling the link between the games and the Olympics ""very damaging.""', 'Accountancy firm Price Waterhouse Adidas concluded it was part of a conspiracy by DB to sell pottery and heresies, which it called fraudulent.']" -914,"['Barclays', 'Bank', ""'s"", 'Business', 'Centre,', 'in', 'Middlesbrough,', 'is', 'playing', 'host', 'on', 'Wednesday', 'to', 'five', 'Russian', 'businessmen', 'visiting', 'the', 'UK', 'to', 'learn', 'how', 'businesses', 'operate', 'in', 'the', 'West.']","[0, 2]",0,barclays bank,"Barclays Bank's Business Centre, in Middlesbrough, is playing host on Wednesday to five Russian businessmen visiting the UK to learn how businesses operate in the West.","['The trade association Heinz Öney visits the site and is in top form until September.', ""Barclays Bank's business model, which was announced on Tuesday, offers a range of products and services, including a range of products, services and services, including a range of products and services, a range of services, a range of services, a range of products and services, a range of services, a range of services, a range of services, a range of services, a range of services, a range of services, a range of products and services, a range of services, a range of services, a range of products and services, a range of services, a range of services, a range of services, a range of services, a range of services, a range of services, a range of services, a range of services, a range of products and services, and a range of services."", 'In the second quarter, the Dow Jones Industrial Average .DJI rose 3.7 percent, while the S & P 500 .SPX gained 3.7 percent.', 'The Wind & Promotion Centre at the Barclays All Blacks Wine Pipeline at Parliament House, which often showcases historic buildings and other buildings for a bit of public money at Whitney House and the village of KlooCombs.', 'International banking giants Etihad Capital and Beyoncé could continue to bid for ACL Brazil.']" -915,"['Recipients', 'included', 'Robert', 'Fabry', 'of', 'the', 'Computer', 'Systems', 'Research', 'Group', 'at', 'Berkeley;', 'Deborah', 'Scherrer,', 'Lawrence', 'Berkeley', 'Laboratory;', 'and', 'Bob', 'Schiefler,', 'X', 'Consortium', 'in', 'the', 'Academic', 'Driver', 'category;', 'Mike', 'DeFazio,', 'Unix', 'Labs,', 'Armando', 'Stettner,', 'ex-DEC,', 'Bruce', 'Weiner,', 'Mindcraft', 'and', 'Bob', 'Marsh', 'of', 'Onyx', 'and', 'Plexus', 'fame', 'for', 'Unix', 'Evangelism;', 'Steve', 'Bourne,', 'Vinton', 'Cerf,', 'Jon', 'Mashey', 'and', 'Eric', 'Schmidt', 'for', 'Technology;', 'Jim', 'Bell,', 'Walter', 'De', 'Backer', 'and', 'Heinz', 'Lycklama', 'for', 'Standards;', 'Frame', 'Technology,', 'Informix,', 'Oracle', 'and', 'Sybase', 'for', 'Applications;', 'Larry', 'Crume,', 'ex-AT&T', 'now', 'Lotus,', 'Geoff', 'Morris,', 'X/Open', 'and', 'Yoshiro', 'Yoshioka,', 'Fujitsu', 'for', 'Global', 'Market', 'Building;', 'Hewlett-Packard,', 'Santa', 'Cruz', 'Operation', 'and', 'Sun', 'for', 'Business', 'Commitment;', 'Burlington', 'Coat', 'Factory,', 'DHL,', 'Federal', 'Express,', 'Hyatt', 'and', 'Wal-Mart', 'for', 'using', 'the', 'stuff;', 'Pamela', 'Gray,', 'Bill', 'Joy', 'and', 'Doug', 'Michels', 'for', 'Lifetime', 'Achievement;', 'Mike', 'Azzara,', 'Open', 'Systems', 'Today;', 'Ed', 'Taylor,', 'Pencom;', 'and', 'our', 'own', 'Maureen', ""O'Gara"", 'for', 'Special', 'Distinction.']","[72, 73]",0,oracle,"Recipients included Robert Fabry of the Computer Systems Research Group at Berkeley; Deborah Scherrer, Lawrence Berkeley Laboratory; and Bob Schiefler, X Consortium in the Academic Driver category; Mike DeFazio, Unix Labs, Armando Stettner, ex-DEC, Bruce Weiner, Mindcraft and Bob Marsh of Onyx and Plexus fame for Unix Evangelism; Steve Bourne, Vinton Cerf, Jon Mashey and Eric Schmidt for Technology; Jim Bell, Walter De Backer and Heinz Lycklama for Standards; Frame Technology, Informix, Oracle and Sybase for Applications; Larry Crume, ex-AT&T now Lotus, Geoff Morris, X/Open and Yoshiro Yoshioka, Fujitsu for Global Market Building; Hewlett-Packard, Santa Cruz Operation and Sun for Business Commitment; Burlington Coat Factory, DHL, Federal Express, Hyatt and Wal-Mart for using the stuff; Pamela Gray, Bill Joy and Doug Michels for Lifetime Achievement; Mike Azzara, Open Systems Today; Ed Taylor, Pencom; and our own Maureen O'Gara for Special Distinction.","['Among the other experts who are ""one / even bigger, troubled"" or ""center lights"" is Robert Fabiani, the former head of the National Institute of Motor Manufacturers and Traders (NASDAQ: NASDAQ), who said that this crude, engine-driven research and test version from the era of the devices had double-digit rates in addition to a price mix in volume production, or brought with it a longer-term promise from his predecessor, Konstantin Konstantin Konstantin, that Jessi would be able to handle all aspects of the TV\'s lighting or explain similarities.', 'To view the original version on PR Newswire, visit: http: / / www.prnewswire.com / news-releases / news-releases / news-releases-releases-releases-releases-of-the-year-2010-Denver-responds-to-bullies, tyrants, tyrants, tyrants, tyrants, tyrants, tyrants, tyrants, tyrants, tyrants, tyrants, tyrants, tyrants, tyrants, tyrants, tyrants, tyrants, tyrants, tyrants, tyrants, tyrants, tyrants, tyrants, tyrants, tyrants, tyrants, tyrants, tyrants, tyrants, tyrants, tyrants, tyrants, tyrants, tyrants, tyrants, tyrants, tyrants, tyrants, tyrants, tyrants, tyrants, tyrants, tyrants, tyrants, tyrants, tyrants, ty', 'Donations with each • Gip President has so far been presented for Gove\'s delegation • Heinz Lyons has received donations for Lions and UNICEgoals; the Pantherssen Consortium must ""ardi"" ardi ""ardi"" ardi ""ardi"" ardi ""ardi"" ardi ""ardi"" ardi ""ardi"" ardi ""ardi"" ardi ""ardi"" ardi ""ardi"" ardi ""ardi"" ardi ""ardi"" ardi ""ardi"" ardi ""ardi"" ardi ""ardi"" ardi ""ardi"" ardi ""ardi"" ardi ""ardi"" ardi ""ardi"" ardi ""ardi"" ardi ""ardi"" ardi ""ardi"" ardi ""ardi"" ardi ""ardi"" ardi ""ardi"" ardi ""ardi"" ardi ""ardi"" ardi ""ardi', ""He wrote: 'Steven Bexmeier has a lot of suspicion and logic.' < < < < < < < < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < < unk < unk > < unk > < & lt; unk > < unk > < < > < unk > < < unk > < > > > > > > > > > > > > >; & ltunk > < unk > < > > > > > > > > > > > > > > > < unk > < > < > < > > < unk > < >"", 'Other participants in the twelfth episode of the current Celebrity Apprentice included none other than Trump himself, one of whom was former President Bill Clinton.']" -916,"['At', 'Shell', 'Chemicals', '30', 'women', 'take', 'up', '9.3', 'per', 'cent', 'of', 'the', 'managerial', 'positions.']","[1, 3]",0,shell chemicals,At Shell Chemicals 30 women take up 9.3 per cent of the managerial positions.,"['At Shell Chemicals, 9.3 percent of executive positions are held by women.', 'At Shell ChemiVek, 14,261 schools were staffed by women who were just as likely to be younger than 50.', 'At Shell, 30 percent of women and 9 percent of men are women.', 'Oceanization: these are not questions of optimism, they are not questions of optimism, they are questions of cost, they are questions of security, they are questions of security, they are questions of security, they are questions of security, they are questions of security, they are questions of security, they are questions of security, they are questions of security, they are questions of security.', 'Opening AFL / min 30 Women / min 9.00 Men / min 9.00 Women / min 9.00 Men / min 9.00 Women / min 9.00 Women / min 9.00 Men / min 9.00 Women / min 9.00 Women / min 9.00 Women / min 9.00 Women / min 9.00 Women / min 9.00 Men / min 9.00 Women / min 9.00 Women / min 9.00 Women / min 9.00 Women / min 9.00 Women / min 9.00 Women / min 9.00 Men / min 9.00']" -917,"['ProTeam', 'applications', 'run', 'on', 'any', 'X-Windows', 'clients', 'or', 'any', 'server', 'capable', 'of', 'hosting', 'Sybase', 'including', 'Hewlett-Packard', 'Co', ""'s,"", ""IBM's,"", 'Sun', 'Microsystems', ""Inc's"", 'and', 'MIPS', 'Technology', 'Systems', ""Inc's"", 'machines.']","[15, 17]",0,hewlett-packard co,"ProTeam applications run on any X-Windows clients or any server capable of hosting Sybase including Hewlett-Packard Co's, IBM's, Sun Microsystems Inc's and MIPS Technology Systems Inc's machines.","['""I don\'t know if I\'m going to make it, but I\'m going to make it, and I\'m going to make it, and I\'m going to do it, and I\'m going to do it, and I\'m going to do it,"" he said.', 'ProTeam Pharmabiggest Data Collection adds: ""The Massachusetts exchanges will be monitored, and HRM will be able to track the hydrocarbons of its potential Saudi customers, and some of the companies will be able to track the hydrocarbons of their potential Saudi customers and track the hydrocarbons on Sun Micros.""', '< br > DAVID LLOYD reflects on the thrill... and lasts until the end', 'Celebrity fitness apps run on a selfie stick, according to < br >, and this is the first time you see them.', ""< br > 's DAVID LLOYD reflects on the thrill...""]" -918,"['While', 'stressing', 'IBM', 'good', 'behaviour,', 'IBM', 'chairman', 'John', 'Opel', 'in', 'a', 'speech', 'in', 'London', 'in', 'May', '1984', 'told', 'Europeans', 'that', 'IBM', 'could', 'always', 'take', 'its', 'investment', 'elsewhere.']","[2, 3]",0,ibm,"While stressing IBM good behaviour, IBM chairman John Opel in a speech in London in May 1984 told Europeans that IBM could always take its investment elsewhere.","['IBM Intercontinental emphasized uncompromising benchmarking during an appearance before European ""digital services"" in London in May, when it confirmed that it would invest elsewhere.', 'Even though relegation is a big issue, the board has done its job diligently in recent years.', 'Although IBF president Dana White told < br > that he would like to see a rematch between the two heavyweights, the IBF and WBA champion insists the fight will go ahead.', ""During Saturday night's IBF middleweight title fight in Las Vegas, the 29-year-old said: 'I'm not going to lie, I'm not going to lie, I'm not going to lie."", ""John added in a caption, writing: 'It's @ The _ JamesJordan @ spencerpratt @ spencerpratt @ spencerpratt @ spencerpratt @ spencerpratt""]" -919,"['But', 'when', 'Ericsson', 'came', 'onto', 'the', 'market,', 'the', 'new', '""lightning', 'fast""', '120ns', 'memory', 'had', 'just', 'been', 'launched,', 'which', 'made', 'their', 'Ericsson', 'WS286', 'the', 'fastest', 'AT', 'in', 'the', 'world,', 'at', '8MHz.']","[2, 3]",0,ericsson,"But when Ericsson came onto the market, the new""lightning fast"" 120ns memory had just been launched, which made their Ericsson WS286 the fastest AT in the world, at 8MHz.","['But the price tag - the slogan paid for the deals - ultimately came from CDS assumptions.', 'Ericsson, by contrast, had a member of Big Zen.', 'Here, <unk> columnist and expert, Arsenal legend Martin Keown, gives his verdict on the key facts and stats ahead of the games.', 'Erica already has 3Play keys for her only need: her 200 Ginstones', ""But as for Team Sky < unk >'s Billy Gillett, who saw Wiggins die < unk > understands that he did so spontaneously at eight o'clock.""]" -920,"['CAR', 'component', 'maker', 'Behr,', 'which', 'makes', 'air', 'conditioning', 'for', 'Mercedes', 'and', 'BMW', ',', 'is', 'giving', 'Welsh', 'suppliers', 'a', 'chance', 'to', 'win', 'orders', 'from', 'the', 'company.']","[11, 12]",0,bmw,"CAR component maker Behr, which makes air conditioning for Mercedes and BMW, is giving Welsh suppliers a chance to win orders from the company.","['It is not the first time Sgt Blackman has been caught red-handed, having been convicted of murder for shooting a wounded Taliban fighter in Afghanistan in 2011, but the second time this year, after April 2011, when he was convicted of murder for shooting a wounded Taliban insurgent in Afghanistan.', ""Nissan's domestic demand is the largest in the world, which means it is not globally competitive, but < br > Everything counts."", 'It will be equipped with LED signage, service and marketing recommendations for the project and the numerical test field.', 'Reporting by William W. Butek in Husum; Editing by Lisa Shumaker; Additional reporting by Lisa Shumaker in Bengaluru; Editing by Andrew Heavens and Andrew Hay', 'If you want to know how many of the best players in the Premier League have come through the youth system, you have to look at the youth structure, the way they were brought up, the way they were brought in, the way they were brought in, the way they were brought in, the way they were brought in, the way they were brought in, the way they were brought into the first team.']" -921,"['Bank', 'X', 'is', 'Shell', ""'s"", 'bank', 'in', 'the', 'USA.']","[3, 4]",0,shell,Bank X is Shell's bank in the USA.,"['BAGHDAD (AP) - A suicide bomber blew himself up outside a Baghdad mosque Sunday, killing at least three people and wounding dozens more, police said.', 'Bank X is one of the largest banks in the United States and Bank X is one of the largest banks in the world.', ""Bank of America is one of the world's largest financial institutions, with more than $100 billion in assets under management."", 'The bank rose 6.8 per cent, or 15p, to £7.20, while the FTSE 100 index rose 7.7 per cent, or 10p, to £54.10.', ""It's a very German culture.""]" -922,"['At', 'four', 'that', 'Tuesday', 'morning', 'he', 'left', 'the', 'Holiday', 'Inn,', 'started', 'the', 'BMW', 'and', 'headed', 'through', 'the', 'darkness', 'towards', 'the', 'autobahn', 'south.']","[12, 13]",1,bmw,"At four that Tuesday morning he left the Holiday Inn, started the BMW and headed through the darkness towards the autobahn south.","[""On Wednesday morning at four o'clock Herbert had to drive his BMW through darkness, then through darkness, then through darkness, then through darkness, then through darkness, then through darkness, then through darkness, then through darkness, then through darkness, then through darkness, then through darkness, then through darkness, then through darkness, then through darkness, then through darkness, then through darkness, then through darkness."", ""Saturday morning at 10 a.m., Rania's Pri < unk > < < < < < unk > ltunk; < < unk; < unk > < unk > < unk > < unk > < unk > < unk > < unk; < unk; > ltunk; > ltunk; < unk > < unk > < unk > < unk > < unk > < unk > > > > > >; unk > > > >; unk > > >; unk > > > >; unk > < unk > < unk > lt; < unk > lt; lt; unk > > > > > < lt; lt; unk > > >; > lt; > lt; unk > > > > > > >"", '""Watchdog Adventure in America\'s Border proposed to change society state a regional express way taxpayers... dictator with sizable car before signing he had tinc mounted with the black and white word.""', 'Parents left school at four in the morning, and a manager at the apartment said apartment prices were estimating the number of acceptable places to live.', 'Integration and MPs follow Evel < unk > and pu pu pu pu to Elstre Bay, ""complained < unk > Buville Sc Bommernuethetvery. < br >']" -923,"['The', 'diesel', 'engine', 'will', 'be', 'available', 'on', 'most', 'Mondeo', 'models,', 'according', 'to', 'Ford', '.']","[12, 13]",1,ford,"The diesel engine will be available on most Mondeo models, according to Ford.","['As a result, the entire market has been left to the idea of a policy for the future.', ""It hasn't all gone smoothly for the Giants."", ""< p > has taken a look at some of the biggest names in football in recent years and picked out some of the biggest talking points ahead of this weekend's Premier League game. < p >'s DAN RIPLEY offers a guide for the weekend, with team news, provisional squads and Opta stats."", 'Is Mied-up Machine Remembered About Most Mondeo Models Now-So-Frosty It Has the Washing Machine Thei < unk > sula? < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk > < unk >', '""When the money comes, gets it, gets it, gets it, gets it, gets it, gets it, gets it, gets it, gets it, gets it, gets it, gets it, gets it, gets it, gets it, gets it, gets it, gets it, gets it, gets it, gets it, gets it, gets it, gets it, gets it, gets it, gets it, gets it, gets it, gets it, gets it, gets it, gets it, gets it, gets it, gets it, gets it, gets it, gets it, gets it, gets it, gets it, gets it, gets it, gets it, gets it, gets it, gets it, gets it, gets it, gets it, gets it, gets it, gets it, gets it, gets it, gets it, gets it, gets it, gets it, gets it, gets it, gets it, gets it, gets it']" -924,"[""Chrysler's"", 'vice-president', 'of', 'Internal', 'Operations,', 'Joey', 'Cappy,', 'claims', 'Chrysler', 'is', 'in', 'a', '""strong', 'cash', 'position""', 'and', 'will', 'spend', '$8.25', 'billion', 'on', 'new', 'products', 'over', 'the', 'next', 'five', 'years.']","[8, 9]",0,chrysler,"Chrysler's vice-president of Internal Operations, Joey Cappy, claims Chrysler is in a""strong cash position"" and will spend $8.25 billion on new products over the next five years.","['Chrysler\'s internal operations secretary, Joaquin ""El Chapo"" Guzmán, claims Chrysler knew of Hughes """" extraordinary campaign ""to get the company to pay $2,500 to settle a civil lawsuit by the Mexican government against him and his former business partner in the United States.', 'Steve Sebas, the company\'s vice president of internal operations, said he was ""deeply concerned.""', 'Bellbow Krull, a professor of sociodynamic engineering at the University of California at Berkeley, told AFP news agency the theory was based on social dynamics.', 'Former Internal Operations Judge Martin B. de Blasio Jr., said last year that Tiffany was ""the best judge in the world"" and that she was ""honored"" by the award given to her for her work in the high-profile prostitution case, in which she was accused of extortion, fraud, money laundering and money laundering.', ""Christy's vice president of internal affairs, Seth Day, said Chrysler's repentance statement was $2,500 million and that the company's funds were within 0.050 percent of the 0.9CDP, or $5.5 billion, from the accounts of rural abortion providers.""]" -925,"['A', 'breakdown', 'is', 'possible', 'only', 'for', 'large-circulation', 'papers', 'like', 'the', 'Sun', 'and', 'the', 'Mirror.']","[10, 11]",1,sun,A breakdown is possible only for large-circulation papers like the Sun and the Mirror.,"['A collapse is only possible for high-circulation newspapers such as The Sun and The Guardian.', 'A Pan < unk > is Bollywood, by contrast.', 'dane is a former United player and has been linked with a move to Real Madrid.', '[17] This economist\'s talent has been measured several hundred times in the 45-year history of the economy, and every time it was defective, it was defective, ""he said, adding,"" I think it\'s going to be a bit of a problem, ""adding,"" I think it\'s going to be a bit of a problem, and I think it\'s going to be a bit of a problem, and I think it\'s going to be a bit of a problem. ""', 'But they\'re a joke: Prendergast tells < br > FEMAIL: ""Words are funny and catchy,"" while Sylvester Stallone says, ""It\'s just disappointing.""']" -926,"['And', 'rumours', 'of', 'takeovers', 'of', 'the', 'small', 'companies', 'by', 'giants', 'such', 'as', 'IBM', 'and', 'Hewlett-Packard', 'abound', '--', 'so', 'far', 'with', 'no', 'foundation.']","[12, 13]",0,ibm,And rumours of takeovers of the small companies by giants such as IBM and Hewlett-Packard abound -- so far with no foundation.,"['Rumours of acquisitions of smaller firms by giants such as IBM and Microsoft are tempting - and so far there have been no reports of a deal.', 'And there is no shortage of them.', ""Some media outlets have denounced USUNESCO's over-reliance on IBD and Xenophon, with the moderate political group Pussy Riot currently occupying the smallest number of seats."", ""And rumors of takeovers of North Korea's Bomakes Collects Group by the United States and Europe have spread around the world, with reports that the United States is preparing a military strike against North Korea in response to North Korea's nuclear and missile tests."", ""Demands came from Denise Richards, who is now estranged from the Kardashian-Jenner clan, but the reality star has kept a low profile in recent weeks, posting a picture of herself on Instagram with the caption: 'Happy Birthday to my best friend,' along with a heart emoji.""]" -927,"['And', 'by', '1972,', 'Fujitsu', 'had', 'reached', 'technological', 'parity', 'with', 'IBM.']","[3, 4]",0,fujitsu,"And by 1972, Fujitsu had reached technological parity with IBM.","['And 1972 < p >\'s World Cup Technology ties in with the major World Cup winners ""Cup Winners"" Cup Winners ""Cup Winners"" Cup Winners ""Cup Winners"" Cup Winners ""Cup Winners"" Cup Winners ""Cup Winners"" Cup Winners ""Cup Winners"" Cup Winners ""Cup Winners"" Cup Winners ""Cup Winners"" Draw.', 'And in a way, it was the same level of sophistication that threw William into the fray when he was asked by < p > if he thought he would ever play for England again.', '< br > Several clubs, including Manchester United, Chelsea and Manchester City, have made enquiries for the 24-year-old.', '160 market, and what about now?', ""He said: 'I've always been interested in music, but I've never really been interested in music.""]" -928,"['IBM', 'also', 'cut', 'prices', 'on', 'some', 'PS/2', 'displays', 'by', 'up', 'to', '16%,', 'with', 'the', '8514', 'colour', 'display', 'now', '$867.']","[0, 1]",1,ibm,"IBM also cut prices on some PS/2 displays by up to 16%, with the 8514 colour display now $867.","['IBM also lowered the prices of some of its ""run-of-the-mill"" displays by 05%, an image that has been used since last year.', 'Our servers cost $5 to $8 for complete painkillers.', '""I think it\'s going to take a lot of time,"" he said.', 'IBM lowered its guidance for the first quarter of 2008 to $40.0 million from $40.0 million in the first quarter of 2008, from $40.0 million in the second quarter of 2007, compared with $40.0 million in the second quarter of 2007 and $40.0 million in the third quarter of 2007, from $40.0 million in the third quarter of 2007.', 'In addition, the company lowered the price of its SV advertising by up to 68%, including the following: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --']" -929,"['Microvitec', 'says', 'that', 'the', '$475', 'MCG3500', 'plinth,', 'which', 'will', 'go', 'inside', 'a', 'standard', 'IBM', 'monitor,', 'provides', 'text', 'terminals', 'with', '80%', 'of', 'an', ""X-terminal's"", 'graphics', 'features', 'at', 'a', 'quarter', 'of', 'the', 'cost.']","[13, 14]",0,ibm,"Microvitec says that the $475 MCG3500 plinth, which will go inside a standard IBM monitor, provides text terminals with 80% of an X-terminal's graphics features at a quarter of the cost.","[""About a quarter of Microsoft's original data has been deleted."", 'Micaela Redballova won 12 world titles in a row for the 31st time in her career and the first time in her career.', 'Micro workers have been working on the site for more than a year and for more than a year, the company said.', 'With a total of $475 million in acquisitions, Amazon Pricing Skyal â„¢ is one of the best-selling brands in the world, and the company has harnessed the power of the iPhone and iPad to bring the neon light of the Drurings to life in a way that sets it apart from the crowd.', 'Microvitamin D is approved for a range of sports, including athletics, cycling, cycling, cycling, cycling, cycling, cycling, cycling, cycling, cycling, cycling, cycling, cycling, cycling, cycling, cycling, cycling, cycling, cycling, cycling, cycling, cycling, cycling, cycling, cycling, cycling, cycling, cycling, cycling, cycling, cycling, cycling, cycling, cycling, cycling, cycling, cycling, cycling, cycling, cycling, cycling, cycling and more.']" -930,"['He', 'has', 'discussed', 'the', 'venture', 'with', 'research', 'groups', 'from', 'IBM,', 'AT&T,', 'Exxon,', 'US', 'Steel', 'and', 'Hewlett-Packard', '.']","[15, 16]",0,hewlett-packard,"He has discussed the venture with research groups from IBM, AT&T, Exxon, US Steel and Hewlett-Packard.","[""< br > DAVID LLOYD reflects on the thrill of the final day of the third Test at Lord's on Saturday as we look ahead to the third day of the third Test between West Indies and West Indies at Lord's on Saturday."", 'In a statement Fox Media said: ""Fox Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media Media', ""He tinkered with Johnson's vision of a £320 million-a-year school for young people, £10 million a year."", '""This is the first time we have been able to detect a large amount of methane in the atmosphere,"" he said, adding that it was possible to detect the presence of methane in the atmosphere.', 'He and his wife Anbie are advising local authorities on how to deal with the flood of people forced to leave their homes.']" -931,"['There', 'were', 'also', 'rumours', 'that', 'Ford', 'had', 'now', 'taken', 'its', 'stake', 'up', 'to', 'the', 'maximum', '15', 'per', 'cent', 'allowed', 'under', 'the', 'golden', 'share', 'held', 'in', 'Jaguar', 'by', 'the', 'Government', 'since', 'its', 'privatisation', 'in', '1984.']","[5, 6]",0,ford,There were also rumours that Ford had now taken its stake up to the maximum 15 per cent allowed under the golden share held in Jaguar by the Government since its privatisation in 1984.,"['At the same time, there were allegations of abuse, with Daimler lobbying the German company Daimler to sign a contract to build the Mercedes-Benz SUVs at Wembley and the Mercedes-Benz dealership in Germany.', 'There was also a risk that if Allied bombers remained in Georgia, Shatner would use the F-35B and F-35B versions of the F-35, F-35B, F-35B, F-35B, F-35B, F-35B, F-35B, F-35B, F-35B, F-35B, F-35B, F-35B, F-35B, F-35B, F-35B, F-35B, F-35B, F-35B, F-35B, F-35B, F-35B, F-35B, F-35B, F-35B, F-35B, F-35B, F-35B, F-35B, F-35B, F-35B, F-35B, F-35B, F-35B, F-35', 'More followers of Shaw and his thrill-seeking group of five strongly influence agonistic moods, but not to compensate for new parts. -- Life has been a long time coming, and a 10-foot bogey could construct a quick panorama of Kevin Tolman\'s [cell]. -- Our addition of more ""coaches"" adds up to luxurious cracks in music history and thousands of numerical indicators is ""full of problematic vibrations.""', 'MoBay St Building, 243-243-4200, moba.org. $1 million; $1 million; $1 million; $1 million; $1 million; $1 million; $1 million; $1 million; $1 million; $1 million; $1 million; $1 million; $1 million.', 'French President Francois Hollande said in a recent interview that he was ""deeply saddened"" by the death of his wife, who died in a car crash in Paris last month, and he was ""deeply saddened"" by the loss of her husband, who died in a car crash in Paris last month.']" -932,"['The', 'Boeing', 'machinists', 'have', 'not', 'gone', 'on', 'strike', 'since', '1977.']","[1, 2]",0,boeing,The Boeing machinists have not gone on strike since 1977.,"[""Boeing's planes have not been on strike since 1977."", 'As a result, Boeing has not started a strike at Air France since 1977.', ""< br > 's DAVID LLOYD reflects on the thrill..."", 'The Boeing quarterback has been questioned by the FBI about 50 times in the past two years, according to his employment reports.', ""WASHINGTON (Reuters) - The U.S. Supreme Court on Wednesday rejected a challenge to the U.S. Supreme Court's decision to overturn President Donald Trump's ban on Muslims entering the United States on the grounds that it violates the First Amendment's right to bear arms against Muslims in the United States.... The U.S. Supreme Court ruled on Friday that the Supreme Court's decision to uphold the ban on Muslims entering the United States is unconstitutional and violates the First Amendment's right to bear arms.... The Supreme Court upheld the First Amendment.""]" -933,"['Although', 'Portland', '(a', 'Thomson', 'subsidiary)', 'and', 'Tjaebourg', 'itself', 'seemed', 'to', 'be', 'doing', 'well,', 'in', '1985', 'the', 'British', 'Airways', 'subsidiary', 'Martin', 'Rook', 'was', 'rumoured', 'to', 'be', 'up', 'for', 'disposal,', 'with', 'an', 'uncertain', 'future.']","[16, 18]",0,british airways,"Although Portland (a Thomson subsidiary) and Tjaebourg itself seemed to be doing well, in 1985 the British Airways subsidiary Martin Rook was rumoured to be up for disposal, with an uncertain future.","['Although the withdrawal of Portland, Oregon, from the N.C. was a success, it is not the first time the city has been hit by a nuclear attack.', 'WASHINGTON (Reuters) - The U.S. Federal Aviation Administration said on Thursday it would take no action against Boeing Co (BA.N) over its handling of the crash of the Boeing 787 Dreamliner jet.', 'Bernd Kaaser, chief executive of Thyssen-Krupp and head of Continental Petroleone, said the government would continue to work with Beijing to find a solution to the problem, despite fierce debate.', 'Although the Portland Trail Blazers and the Tampa Bay Buccaneers have played each other 12 times, the Islanders are not on loan and Melanie McConnell is on loan.', 'In a statement, the company said: ""We are pleased to announce that we have reached an agreement with the UK Government on the restructuring of the business, which will allow us to continue to operate in the UK for the next five years.']" -934,"['Sun', 'is', 'chuckling', 'over', 'a', 'recent', 'robbery', 'in', 'Silicon', 'Valley:', 'seems', 'the', 'thieves', 'broke', 'into', 'a', 'place', 'and', 'ripped', 'off', 'five', 'Sun', 'workstation,', 'bypassing', 'the', 'new', 'HP', '700s', 'and', 'using', 'a', '705', 'as', 'a', 'door', 'stop.']","[21, 22]",0,sun,"Sun is chuckling over a recent robbery in Silicon Valley: seems the thieves broke into a place and ripped off five Sun workstation, bypassing the new HP 700s and using a 705 as a door stop.","['The sun is shining on The Donald in Silicon Valley, where Schmidt is behind 130 gays and lesbians in the US.', ""Reports in The Sun of a scam involving a US-Nigerian commando killer have not been substantiated if Michael's long-term reference to the whistleblower registers of 100 Anglican churches is a thorn in the side of the thieves."", 'Sun has one last bright spot in politics: Clegg seems to have been the one who used the distortion of the 705 to make a 705 modern and good: when pathos is generated, the pitiful, irresponsible, irresponsible entrepreneurs are swept away by the wind of the red machine.', 'The heavy rubber march was organized by merchants: ""Troop divers driving a Latin American chicken chariot swapped the planks to meet Gumçel Numaker.""', 'Sun worries about the temporary felling of Panama Corns by the construction industry, not far from where it started: tkip just G 7Americas is prominent in summer fashion of the European Union (EV). mind Mallorca Angeles also found this in photo in CarHampshire Macaques United States Bulgaria (with 2, flags / v). tkip just G 7Americas is prominent in summer fashion of the EU (with 2, flags / v). mind Mallorca Angeles also found this in photo in CarHampshire Macaques United States Bulgaria (with 2, flags / v). J. Fernando Brunstalt Eckert Eckert Eckert and Bundesstraße 462-Kassel Guest of Brazilian studio Peace Ver approved the Delissm slalom pool 2500 esco Open-AMG Atlas on Wolfraeer including navigation. hot techfeminine is holding a parade on 25.9.9 hard in advance ""Esprit it Cinema']" -935,"['Having', 'seduced', 'over', 'one', 'million', 'new', 'users', 'to', 'OS/2', '2.0', 'with', 'the', 'implication', 'that', 'they', 'should', 'adopt', 'Database', 'Manager', 'with', 'it', '--', 'it', 'actually', 'came', 'bundled', 'in', 'OS/2', 'Extended', 'Edition', '--', 'IBM', 'Corp', 'is', 'planning', 'to', 'replace', 'the', 'database', 'with', 'the', 'one', 'it', 'is', 'developing', 'for', 'AIX,', 'according', 'to', 'Computerworld.']","[31, 33]",1,ibm corp,"Having seduced over one million new users to OS/2 2.0 with the implication that they should adopt Database Manager with it -- it actually came bundled in OS/2 Extended Edition -- IBM Corp is planning to replace the database with the one it is developing for AIX, according to Computerworld.","['IBM Corp\'s then-junior chief executive, Steve Ballmer, said in a statement that he was ""deeply saddened"" by the loss of former Apple CEO Shinzo Abe and that he was ""deeply saddened"" by the news.', 'Biberworld has offered more than one million Super PACs to the system - videos can be viewed here.', 'And Seal snapped up Homebase after it was forced to pay off much of its debt and was unable to take out a loan until it could help pay off former James, who was struggling to find a job in the entertainment industry.', 'Eldorado continued its growing user base with the introduction of the original successful Bitcoins in 1996 with the corresponding Travel Research Manager Line, which is or is currently a mandatory bar in the pub for the sound installation of Alibaba 7 DigliSchool. -- In 1996, Alibaba introduced the originally successful Bitcoins with the corresponding Travel Research Manager Line, which is or is currently a mandatory bar for the sound installation of Alibaba 7 DigliSchool. -- In 1996, Alibaba introduced Alibaba 7 DigliSchool or was operated by Alibaba 7 DigliSchool. -- In 2006, Alibaba introduced Alibaba 7 DigliSchool or was operated by Alibaba 7 DigliSchool. -- In 2006, Alibaba introduced Alibaba 7 DigliSchool for the sound installation of Alibaba 7 DigliSchool.', 'After more than a year in office, he is under fire for his lack of experience in the labour market, and because he has no experience in the labour market, he said: ""I don\'t think he will be able to do anything about it, but I think he will be able to do a good job and I think he will be able to do a good job in the future.""']" -936,"['Saying', 'Sun', 'Microsystems', 'Inc', ""'s"", 'service', 'is', 'not', 'up', 'to', 'snuff,', 'Sun', 'reseller', 'Marathon', 'International', 'Group,', 'of', 'Campbell,', 'California,', 'has', 'gone', 'into', 'the', 'business', 'on-site', 'and', 'over-the-phone.']","[1, 4]",0,sun microsystems inc,"Saying Sun Microsystems Inc's service is not up to snuff, Sun reseller Marathon International Group, of Campbell, California, has gone into the business on-site and over-the-phone.","['""I think it\'s going to take a lot of time to get to the bottom of this,"" he said, ""but I think it\'s going to take a long time to get to the bottom of it.""', '""I think it\'s going to take a lot of time to get to the bottom of that, and I think it\'s going to take a lot of time to get to the bottom of that,"" he said.', ""While @ microsystems Inc's performance does not mean that @ microsystems will be a success, it does mean that @ microsystems will be a success, not a failure, 'Trump tweeted."", 'Here, Sun Microsystems Inc., which has so many connections to < a href = ""http: / / www.zillow.com / blog / sun-microsystems-Inc. /"" target = ""external"" > Race Paddy, sped up Fortune\'s bid to deny its most expensive online player the honor of State of the Union tennis.', 'Sun Microsystems, however, tweeted that it was interested in finding a large ex-Figurra, and that it ""looks forward to hearing from you about the future of the company,"" according to a statement from Sun Microsystems.']" -937,"['As', 'a', 'last', 'resort,', 'use', 'BT', ""'s"", 'independent', 'low-cost', 'arbitration', 'service.']","[5, 6]",0,bt,"As a last resort, use BT's independent low-cost arbitration service.","['As a last reason, select the independent panel in 7.99 ratings.', 'But Diane Keaton offers her as a last resort.', 'When I was a kid, I used to go to the gym every day.', ""Last week, <unk>'s Lawrence Booth looked at some of the big talking points of the day and assessed the two stars ahead of the second Test between the West Indies and West Indies at Lord's on Saturday and whether they can keep it tight at the top of the order..."", 'Disappointment of UMF Stop Wattering Jesse Yeomans Cable Enforced Efficient Boat Base Defect Ruined Team Transportation Based on: < br > Columnist JAMES FORSYTH ★ Left-handed JAMES FORSYTH, Right-handed JAMES FORSYTH, Left-handed JAMES FORSYTH, Left-handed JAMES FORSYTH, Left-handed JAMES FORSYTH, Left-handed JAMES FORSYTH, Left-handed JAMES JAMES JAMES JAMES JAMES JAMES JAMES, Right-handed JAMES FORSYTH']" -938,"['MEL', 'is', 'part', 'of', 'the', 'Philips', 'group,', 'and', 'its', 'contender', 'is', 'heavily', 'based', 'on', 'a', 'radar', 'known', 'as', 'Smart', 'which', 'another', 'Philips', 'company', 'is', 'developing', 'in', 'Holland', 'for', 'the', 'Dutch', 'Navy.']","[5, 6]",0,philips,"MEL is part of the Philips group, and its contender is heavily based on a radar known as Smart which another Philips company is developing in Holland for the Dutch Navy.","['NATO troops and peacekeepers have been deployed to the area over the past two weeks, and the U.S. military has conducted airstrikes against Islamic State militants in Syria, Iraq and Syria, as well as in Iraq, Syria, Syria, Syria, Iraq, Iraq, Iraq, Iraq, Syria, Iraq, Iraq, Iraq, Iraq, Iraq, Iraq, Iraq, Iraq, Iraq, Iraq, Iraq, Iraq, Iraq, Iraq, Iraq, Iraq, Iraq, Iraq, Iraq, Iraq, Iraq, Iraq, Iraq, Iraq, Iraq, Iraq, Iraq, Iraq, Iraq, Iraq, Iraq, Iraq, Iraq, Iraq, Iraq, Iraq, Iraq, Iraq, Iraq, Iraq, Iraq, Iraq, Iraq, Iraq, Iraq, Iraq, Iraq, Iraq, Iraq, Iraq, Iraq, Iraq, Iraq, Iraq, Iraq, Iraq, Iraq, Iraq, Iraq, Iraq, Iraq, Iraq, Iraq, Iraq, Iraq, Iraq, Iraq, Iraq, Iraq, Iraq,', 'Earlier in the day, the MEL of the Alcop Group is again a subsidiary of Philips and can be seen on a smartphone.', ""MEL is one of the world's largest mobile phone companies with 507 million subscribers in the United States, Europe and Asia, according to data from Thomson Reuters."", ""Inter are part of Spain's Phili group and have been rewarded for signing the best goalkeeper in the world."", ""The fund is part of a small group of JAL funds that invest across a range of asset classes, excluding Invesco Perpetual's Invesco Perpetual Income and High Income funds.""]" -939,"['Under', '1989', 'EC', 'guidelines,', 'state', 'aid', 'provided', 'to', 'the', 'motor', 'industry', 'has', 'to', 'be', 'cleared', 'by', 'the', 'European', 'Commission', 'and', 'the', 'generous', 'level', 'of', 'aid', 'provided', 'to', 'Nissan', 'in', 'Tyne', 'and', 'Wear', 'would', 'not', 'have', 'been', 'available,', 'had', 'Toyota', 'decided', 'to', 'invest', 'there', 'instead.']","[27, 28]",0,nissan,"Under 1989 EC guidelines, state aid provided to the motor industry has to be cleared by the European Commission and the generous level of aid provided to Nissan in Tyne and Wear would not have been available, had Toyota decided to invest there instead.","['In the worst-case scenario, Aspental Airport (IPP) could have been useful.', 'On 13 December it will be decided which Kurds will be selected for their role in the conflict.', 'According to Columbia Law Center guidelines, both federal and state governments had invested in the renewal and realization of the project, and initial proposals indicated the need for a City Council even under the current design.', ""According to the European Commission, the EU's chief negotiator, Jean-Claude Juncker, has said that the UK can meet its Lisbon Treaty obligations only if it agrees to the terms of a trade deal with the bloc to be agreed by the end of the year."", 'In 1989, the European Union took over the leadership of Murad Fahmy, a giant client advisor, who was forced to resign after his company collapsed in the wake of the financial crisis and, following the collapse of Lehman Brothers (AIG) and Lehman Brothers (Lehman Brothers), resigned as chairman of the European Central Bank (ECB) and head of the International Monetary Fund (IMF).']" -940,"['Five', 'companies', 'have', 'been', 'shortlisted', 'in', 'the', 'bidding', 'for', '35%', 'of', 'the', 'Greek', 'Telecommunications', 'Organisation,', 'OTE,', 'this', 'summer,', 'Reuter', 'reports:', 'their', 'indicative', 'bids', 'are', 'expected', 'in', 'June', 'and', 'the', 'sale', 'will', 'be', 'completed', 'in', 'August', 'and', 'the', 'five', 'are', 'Nippon', 'Telegraph', '&', 'Telephone', 'Corp,', 'France', 'Telecom,', 'GTE', 'Corp,', 'Telefonica', 'de', 'Espana', 'SA', 'and', 'STET', 'SpA;', 'STET', 'already', 'has', 'a', '$160m', '20-year', 'licence', 'to', 'develop', 'a', 'cellular', 'mobile', 'phone', 'system', 'in', 'Greece;', 'AT&T', 'Co,', 'which', 'had', 'been', 'seen', 'as', 'the', 'favourite,', 'withdrew', 'from', 'the', 'bidding.']","[48, 52]",0,telefonica de espana sa,"Five companies have been shortlisted in the bidding for 35% of the Greek Telecommunications Organisation, OTE, this summer, Reuter reports: their indicative bids are expected in June and the sale will be completed in August and the five are Nippon Telegraph & Telephone Corp, France Telecom, GTE Corp, Telefonica de Espana SA and STET SpA; STET already has a $160m 20-year licence to develop a cellular mobile phone system in Greece; AT&T Co, which had been seen as the favourite, withdrew from the bidding.","['In the tender for the map, which was presented separately, the Commission asked the 25-strong company, 47 per cent owned by Mauricio Napsta, to look at potential rented properties in France, Greece, Japan, Bosnia and Herzegovina.', ""In the video, which has been viewed more than 700,000 times, the man can be heard saying: 'Oh my God, I'm going to kill you, I'm going to kill you, I'm going to kill you, I'm going to kill you, I'm going to kill you, I'm going to kill you, I'm going to kill you.'"", ""CBS News' Katie Couric contributed to this report. -- ABC News' Katie Couric contributed to this report. -- ABC News' Katie Couric contributed to this report. -- ABC News' Katie Couric contributed to this report. -- ABC News' Katie Couric contributed to this report. -- ABC News' Katie Couric contributed to this report. -- ABC News' Katie Couric contributed to this report."", 'This summer: http: / / www.newscom.com / cgi-bin / prnh / 20080317 / LAMGLOBAL-BUILDING-INFORMATION-INFORMATION-INFORMATION-INFORMATION-INFORMATION-INFORMATION-INFORMATION-INFORMATION-INFORMATION-INFORMATION-INFORMATION-INFORMATION-INFORMATION-INFORMATION-INFORMATION-INFORMATION-INFORMATION', ""BILScience's books alone have helped boost the company's value by more than $2 billion, the company said, adding that it expects to collect $250 million over the next three years, and that it expects the company to collect about $100 million over the next five years, up from $100 million last year.""]" -941,"['Steven', 'was', 'always', 'difficult,', 'he', 'bought', 'every', 'kitchen', 'gadget', 'and', 'electrical', 'device', 'known', 'to', 'man,', 'and', 'he', 'already', 'had', 'enough', 'leather', 'gloves,', 'ties', 'and', 'scarves', 'to', 'restock', 'Marks', 'and', 'Spencer', '.']","[27, 30]",1,marks and spencer,"Steven was always difficult, he bought every kitchen gadget and electrical device known to man, and he already had enough leather gloves, ties and scarves to restock Marks and Spencer.","['Steven Gerrard has always been a difficult man to manage; from the moment he arrived at Liverpool he bought everything he needed and even from the moment he left he carried the weight of expectation on his shoulders.', 'Steve scrubbed himself and Marshall of any contact, handshake, event and travel, including ambassadors.', 'Steven was dazed and quickly got into all sorts of trouble, he kept throwing punches, it was hard to recover, it was hard to get out of bed, it was hard to get out of bed, it was hard to get out of bed, it was hard to get out of bed, it was hard to get out of bed, it was hard to get out of bed.', ""Steven Sotomayor was heartened to see many tapes of slurs coming out of Soho, such as the honor bestowed on Toyota extortion, the fascist-tinged and speed-twisting message from Strasturke, who was unable to sing the US war anthem, and Sha'am Sha'an's transfer of the Department of White Supremacy from Nobody's Rocks Kabban to Van Tro - the bl'r Noinks not banned Speakure Administration Obamacare."", 'Steven said it was ""difficult to balance all the bumps in the road for electrical appliances,"" ""because he has boundaries for people who are happy that he\'s going to have problems in the future,"" but Davies has invested billions of dollars to bring the size of the stock back to ""08 so that other investors who are happy that he\'s going to have problems in the future can shape their menu.""']" -942,"['With', 'sales', 'only', 'a', 'fraction', 'of', 'theirs,', 'its', 'market', 'value', 'is', 'close', 'to', 'those', 'of', 'IBM', 'or', 'General', 'Motors', '.']","[17, 19]",0,general motors,"With sales only a fraction of theirs, its market value is close to those of IBM or General Motors.","[""Their sales represent only a fraction of that; suddenly their market value is at the level of IBM's landowners or companies in Switzerland or other countries."", 'It is only a fraction of the size and reach of the IS plot.', 'As only a fraction of them are sold today, the number of lorries employed in the UK has increased to more than 200.', 'With only candy in sight, people invite other people, trigger them and overtake them.', 'The 15-year-old is called Wim (Japanese hunter), while the 15-year-old is called Kiermayr (Middle East hunter), while Dallas is named 1938.']" -943,"['Had', 'a', 'serious', 'run', 'developed', 'on', 'the', 'Bank', 'of', 'China', 'in', '1983,', 'which', 'thankfully', 'it', 'did', 'not,', 'the', 'result', 'would', 'probably', 'have', 'been', 'catastrophic.']","[7, 10]",0,bank of china,"Had a serious run developed on the Bank of China in 1983, which thankfully it did not, the result would probably have been catastrophic.","['Had he figured out in 1983 that the Bank of China would have been able to raise interest rates by 4.25%, he might have found a way to raise them.', 'Should have been analysed to see if anything could have been done about the leak...', 'Had the 1983 Vegas carnage not sparked a fire, the ElSpencer Prize would soon be on the horizon.', 'After the reunion, Prudential was thought to have been interested in Walsh in 1990 when he succeeded his predecessor Ross McEwan as chief executive.', 'Should Klinsmann take the helm on the bench in 1983, it would be the first time in his career that he has won the World Cup, and the first time in his career that he has done so in a World Cup year.']" -944,"['The', 'company', 'says', 'the', 'stuff', 'automates', 'moving', 'from', 'Macs', 'to', 'PCs', 'to', 'Suns', 'despite', 'the', 'fact', 'they', 'all', 'use', 'different', 'character', 'sets', 'to', 'create', 'their', 'on-screen', 'texts.']","[12, 13]",1,suns,The company says the stuff automates moving from Macs to PCs to Suns despite the fact they all use different character sets to create their on-screen texts.,"[""The Facebook company explains that the stuff is moving across the exit and that it's not the first time it's happened to a passenger, but it's the first time it's happened to a passenger."", 'The one-year-old is due to be released online last month but will be remembered at a ceremony marking the start of the 2019 race in the United States and America.', 'This could raise money, he said, adding that the original US-China agreement would also apply to new elections.', 'Employees at the holiday company that supplies Chrysler are using the technology to talk to customers about their plans for a new car.', 'They are a provocative group, like Ward High School students who are in the midst of a three-day march.']" -945,"['There', 'are', 'those', 'who', 'would', 'tell', 'you', 'that', 'BMW', ""'s"", 'reputation', 'for', 'first-class', 'finish', 'has', 'been', 'on', 'thin', 'ice', 'for', 'some', 'time', 'but,', 'until', 'now,', ""we've"", 'seen', 'little', 'evidence', 'to', 'substantiate', 'the', 'claim.']","[8, 9]",0,bmw,"There are those who would tell you that BMW's reputation for first-class finish has been on thin ice for some time but, until now, we've seen little evidence to substantiate the claim.","['There are those who accuse him of ""bigotry"" and ""bigotry,"" while others say he is a ""bully"" and a ""bully,"" and that Tottenham\'s fans should be banned from wearing fancy suits or carrying guns because he bought ""bouncers of Afghan origin"" for $2,318.', 'If they needed people to help them, they could do it and they could do it, ""he said.', ""Some people would tell you that the BMW stripes have been on thin ice since Shepherd's Bush and testing in front of a crowd of Malaysian residents, but it is hard to argue with the fact that this is not the first time the car has been seen on the road."", ""As you would say, BMW's returns are sometimes better than those of its rivals, but this is not the first time that the company has been accused of misleading investors about the value of its cars, and it is not the first time that the company has been accused of misleading investors."", ""Abbey said in a statement: 'It is with great sadness that we announce the death of Alan Rickman.""]" -946,"['""But', 'if', 'they', 'become', 'part', 'of', 'the', 'post-1994', 'set', 'up,', 'clever', 'non-producers', 'will', 'join', 'the', 'company', 'that', 'pays', 'the', 'best', 'price', '--', 'and', 'could', 'jump', 'from', 'company', 'to', 'company', 'on', 'a', 'regular', 'basis,""', 'forecast', 'Nestle', ""'s"", 'chief', 'milk', 'buyer,', 'John', 'Ross.']","[34, 35]",0,nestle,"""But if they become part of the post-1994 set up, clever non-producers will join the company that pays the best price -- and could jump from company to company on a regular basis,"" forecast Nestle's chief milk buyer, John Ross.","['""But British shareholders who voted to leave the European Union after 1994 will be disappointed,"" Carson Cox said.', '""In addition to milk, Alt Silk Rex provides valuable new information in addition to milk and other dairy products,"" comments AP.com in comments to this article. & # 9834; & # 9834; & # 9834; & # 9834; & # 9834; & # 9834; & # 9834; & # 9834; & # 9834; & # 9834; & # 9834; & # 9834; & # 9834; & # 9834; & # 9834; & # 9834; & # 9834; & # 9834; & # 9834; & # 9834; & # 9834; & # 9834; & # # # 9834; & # # # # 9834; & # # # # 9834; & # # # 9834; & # # # # 9834; & # # # # 9834; & # # # # # # 9834;', 'If confirmed, the memorial service will be held at the home of a Democratic man, ""Count Alphusius Stephen Edward Groote"" Google Checker the Xenophon ""Regina Spectacular VGH Ice Cream Lahr 2018', '""But if you want to be part of a group of people who have been there regularly over the last five years and managed to get to the top of the game, you have to do it online immediately,"" Redhurst said.', 'Kaiser gave up 12 hits and struck out 12 and walked Jack Ricciardo, who struck out four and walked one.']" -947,"['These', 'include:', '*', 'Dutch', 'studies', 'which', 'claim', 'that', 'energy', 'savings', 'of', '33', 'per', 'cent', 'can', 'be', 'achieved', 'by', 'packaging', 'milk', 'in', 'reusable', 'plastic', 'bottles;', '*', 'savings', 'of', 'around', '90', 'per', 'cent', 'in', 'energy', 'use', 'and', 'polluting', 'emissions', 'achieved', 'by', 'Swiss', 'supermarket', 'chain', 'Migros', 'through', 'a', 'switch', 'from', 'cardboard', 'boxes', 'to', 're-usable', 'plastic', 'ones;', '*', 'the', 'success', 'of', ""Sainsbury's"", '""', 'Penny', 'Back', '""', 'scheme,', 'which', 'encourages', 'shoppers', 'to', 're-use', 'carrier', 'bags.']","[42, 43]",1,migros,"These include: * Dutch studies which claim that energy savings of 33 per cent can be achieved by packaging milk in reusable plastic bottles; * savings of around 90 per cent in energy use and polluting emissions achieved by Swiss supermarket chain Migros through a switch from cardboard boxes to re-usable plastic ones; * the success of Sainsbury's"" Penny Back"" scheme, which encourages shoppers to re-use carrier bags.","[""< br > <unk>'s Lawrence Booth takes a look at the major talking points from an intriguing one-day match in the third Test between West Indies and West Indies at Lord's on Saturday, with both sides topping the rankings for the third day in a row."", 'As it turns out, very successful emerging economies have set aid targets: according to one study, only 80% of the 23-day-old population favors direct interrail connections, high-quality food, or tanju, while the rest of the world favors a long-overdue red route on a hydrothermal map.', 'In addition to the EUC nomination, this includes a lot of retail to save food, < unk > declares in Downing Street in the foreseeable future, as < unk > reports.', 'In particular, this should be added to a permitted migration strategy that includes the introduction of an ""inexpensive birth certificate"" for gardeners and the introduction of an ""inexpensive birth certificate"" for gardeners and gardeners, as stated in the June quarterly results.', 'These include: -- Key projects in pool judo, judo, judo, judo, judo, judo, judo, judo, judo, judo, judo, judo, judo, judo, judo, judo, judo, judo, judo, judo, judo, judo, judo, judo, judo, judo, judo, judo, judo, judo, judo, judo, judo, judo, judo, judo, judo, judo, judo, judo, judo, judo, judo, judo, judo, judo, judo, judo, judo']" -948,"['PP:', 'I', 'understand', 'that', 'Barclays', 'is', 'the', 'largest', 'European', 'lender', 'to', 'the', 'Philippines', 'with', 'loans', 'totalling', 'over', '$384', 'million', 'and', 'that', 'in', '1987', 'you', 'refused', 'to', 'sign', 'a', 'loan', 'extension', 'agreement', 'between', 'the', 'Philippine', 'government', 'and', '500', 'commercial', 'creditors', 'unless', 'the', '$57', 'million', 'debts', 'of', 'a', 'private', 'company,', 'Planters', 'Products', 'PLC,', 'were', 'assumed', 'by', 'the', 'government.']","[4, 5]",0,barclays,"PP: I understand that Barclays is the largest European lender to the Philippines with loans totalling over $384 million and that in 1987 you refused to sign a loan extension agreement between the Philippine government and 500 commercial creditors unless the $57 million debts of a private company, Planters Products PLC, were assumed by the government.","['PP: I think Barclays would be the biggest shareholder in South Korea with a 38 per cent stake, so it would cost £25m to buy the club and the Queen would be the biggest shareholder in the country.', 'Ps: As far as I know, Barclays is the Jordanian with a maximum discount of 384 million euros in relation to Actavis credit lines once the reserve is formulated, and hedge funds should be advised of the need to be cautious, A. Plunkett Cop PLC said in a statement.', 'PP: @ - @ union au-horst Assange does not see this as a crime; Mayer, who describes Bella as warm and welcoming and her origins in Mechan-in9cef, refuses to accept the airport, so maybe even a South Korean citizen would employ me.', ""PP: As far as I know, the first thing you need to know is that you're not going to be able to figure out what's going on in the economy, what's going on in the economy, what's going on in the economy, what's going on in the economy, what's going on in the economy, what's going on in the economy, what's going on in the economy, what's going on in the economy, what's going on in the economy, what's going on in the economy, what's going on in the economy. < br > < br >"", 'PP, who has been linked with a move to Paris Saint-Germain in the past, has also been linked with a move away from Old Trafford and Zlatan Ibrahimovic, who has been linked with a move away from Old Trafford, is reportedly close to a move away from Old Trafford.']" -949,"['IBM', ""'S"", 'LITTLE', 'ONES', 'NEED', 'TO', 'IMPROVE']","[0, 1]",0,ibm,IBM'S LITTLE ONES NEED TO IMPROVE,"[""IBM's baggage problem to be resolved in coming months"", ""IBM's A-04 Recovers Science Policy"", 'B115 PERSONAL FUN -Nigeriv.Me', 'IWAS distributed exactly raised IBF Goalies U-2', '""There is a lack of sufficient information to support the unemployment numbers,"" said Rick Fuhrman, a spokesman for the Department of Homeland Security.']" -950,"['Shop', 'stewards', 'at', 'Broughton', 'have', 'written', 'to', 'Raytheon', ""'s"", 'president', 'Max', 'Bleck', 'to', 'ask', 'him', 'to', 'meet', 'them.']","[7, 8]",0,raytheon,Shop stewards at Broughton have written to Raytheon's president Max Bleck to ask him to meet them.,"['According to a person familiar with the matter, stewards at Raytheon have asked the president of Raytheon, Max Bleck, one of the largest defense contractors in the world, to write him a letter asking him to resign.', 'Trustees in the UK have invited citizens, engineers, engineers and lubricators to submit their ideas every year: ""Street may get choice""; ""Street may get choice""; ""Street may get choice""; ""Street may get choice""; and ""Street may get choice.""', 'Officers in Bury St Edmunds have launched an investigation into the death of a man who was stabbed to death at his home in the early hours of Friday.', ""Trustees of the department, which earns $260,000 a year, wrote to Raytheon's board of directors to ask them to reconsider their decision, but they did not respond to a request from The Associated Press for comment."", 'In an email to < p >, Joyner-Kersee said: ""I am very sorry for the distress and inconvenience this has caused.']" -951,"['Echo', 'Logic', 'Inc,', 'Holmdel,', 'New', 'Jersey', 'AT&T', 'Co', 'Bell', 'Laboratories', 'spin-out,', 'has', 'unveiled', 'its', 'FlashPort', 'for', 'Macintosh', 'tool', 'set,', 'a', 'binary', 'software', 'translation', 'environment', 'for', 'converting', 'Motorola', 'Inc', '68000-based', 'Apple', 'Computer', 'Inc', 'Macintosh', 'programs', 'to', 'run', 'on', 'PowerPC', 'systems', 'under', 'Macintosh', 'System', 'or', 'the', 'IBM', 'Corp', 'AIX', 'Unix-based', 'PowerOpen.']","[6, 10]",0,at&t co bell laboratories,"Echo Logic Inc, Holmdel, New Jersey AT&T Co Bell Laboratories spin-out, has unveiled its FlashPort for Macintosh tool set, a binary software translation environment for converting Motorola Inc 68000-based Apple Computer Inc Macintosh programs to run on PowerPC systems under Macintosh System or the IBM Corp AIX Unix-based PowerOpen.","['Echo Logic Kurt, Holmdel, Italica Council of Environmental Components, Grand émont Les consolbrands primates Brubourg, Collection 35, Collection 35, 0.8841 .ALL GENERAL INTRODUCTION GENERAL INTRODUCTIONS GENERAL INTRODUCTIONS GENERAL INTRODUCTION GENERAL INTRODUCTIONS GENERAL INTRODUCTIONS GENERAL INTERNATIONAL INTERNATIONAL INTERNATIONAL INTERNATIONAL INTERNATIONAL PRODUCTIONS MARKET-60, INTERNATION', 'Echo Lounge, Holmdel, New Jersey AT & T Co Bell Laboratories Nestlé says it has invested more than $1 billion in ESPN since last year, when it bought three pay-per-view derbies from MatureTime for a total of $59.5 billion, including a $69.5 billion deal to acquire the company.', ""Echo Logic and Lewis Grejholm's Inter Group Middleton Daily News Centre will never make your classmates feel like they're in the wrong place."", '< p > JAMIE REDKNAPP was at the King Power Stadium to watch Republic of Ireland boss Gareth Bale put pen to paper on a two-year deal for the Ireland international, and < p > understands Wales coach Gareth Southgate would like to add another striker to his squad before the window closes.', 'Echo of disappointment: Linda Conrik, the ""religiously connected"" candidate, Jean Mecklenburgh, the mayor of Leeds X12M Dennis, animated by the hack of < p >, are also on the campaign trail with Bloomberg, the former secretary of state, as well as former secretary of state John Kerry, the former secretary of state, the former secretary of state, the former secretary of state, the former secretary of state, the former secretary of state, and the former secretary of state.']" -952,"['Compaq', 'Computer', 'Corp', 'took', 'the', 'lead', 'in', 'the', 'European', 'portable', 'personal', 'computer', 'market', 'in', 'the', 'first', 'quarter', 'of', '1993', 'according', 'to', 'Dataquest', 'figures', 'which', 'give', 'Compaq', '22%', 'by', 'value', 'and', '17.5%', 'by', 'volume,', 'and', 'the', 'manufacturer', 'says', 'that', 'shipments', 'in', 'the', 'period', 'were', 'up', '89%', 'on', 'the', 'first', 'quarter', 'of', '1992,', 'growing', 'four', 'times', 'the', 'rate', 'of', 'the', 'market,', 'which', 'expanded', '21%', '--', 'and', 'those', 'figures', 'reveal', 'the', 'reason', 'that', 'Dell', 'Computer', 'Corp', 'has', 'stumbled', 'badly', 'in', 'laptops', 'and', 'notebooks:', 'buyers', 'are', 'going', 'for', 'the', 'higher', 'cost', '80486-based', 'machines', 'that', 'abound', 'in', ""Compaq's"", 'line,', 'while', ""Dell's"", 'product', 'emphasises', 'low-price', '80386SX-based', 'machines.']","[0, 3]",0,compaq computer corp,"Compaq Computer Corp took the lead in the European portable personal computer market in the first quarter of 1993 according to Dataquest figures which give Compaq 22% by value and 17.5% by volume, and the manufacturer says that shipments in the period were up 89% on the first quarter of 1992, growing four times the rate of the market, which expanded 21% -- and those figures reveal the reason that Dell Computer Corp has stumbled badly in laptops and notebooks: buyers are going for the higher cost 80486-based machines that abound in Compaq's line, while Dell's product emphasises low-price 80386SX-based machines.","['Compaq Computer Corp. joined the top candidates in the ""Shocking Follo"" competition launched in 2015, and the top candidates in the ""Shocking Follo"" competition launched in 2015 included ""Kanye, Pho, Pho, Pho, Pho, Pho, Pho, Pho, Pho, Pho, Pho, Pho, Pho, Pho, Pho, Pho, Pho, Pho, Pho, Pho, Pho, Pho, Pho, Pho, Pho, Pho, Pho, Pho, Pho, Pho, Pho, Pho, Pho, Pho, Pho, Pho, Pho, Pho, Pho, Pho, Pho, Pho, Pho, Pho, Pho, Pho, Pho, Pho, Pho, Pho, Pho, Pho, Pho,', 'Media Markt announces Loool rating increase: 40.55% to 97% Barcamp.40 · Users at solution rate # 471954 • Utilization # 71,400: 25,000 mainframe computers topic 5,000. • Return to system quality: 40.55% to 97% Barcamp.40 · Users at solution rate # 471954 • Utilization # 71,400: 25,000 mainframe computers topic 5,000. • Return to system quality: 40.55% to 97% Barcamp.40 · Users at solution rate # 471954 • Utilization # 71,400: 25,000 mainframe computers topic 5,000.', 'Compaq Computer Corporation (NYSE: CPC), the world\'s largest computer company, announced today that it has completed the acquisition of Compaq Computer Corporation (""Compaq Computer Corporation""), a subsidiary of Compaq Computer Corporation (""Compaq"" or ""the Company""), a subsidiary of Compaq Computer Corporation (""Compaq"").', 'DOMINIC SEKE CITY (SAN DIEGO) - An additional 172 Zika cases have been identified in the United States and Canada, according to the U.S. Centers for Disease Control and Prevention (CDC). ""If there is overpayment, it is likely that the virus will be transmitted by mosquitoes that carry the virus,"" he said. ""If there is overpayment, it is likely that the virus will be spread by mosquitoes.""', 'The £5m striker has been linked with a move to the Premier League.']" -953,"['The', 'Mani', 'Pulite', '--', 'clean', 'hands', '--', 'investigation', 'in', 'Italy', 'that', 'has', 'now', 'snared', 'Ing', 'C', 'Olivetti', '&', 'Co', 'SpA', '(see', 'page', 'seven)', 'has', 'won', 'universal', 'admiration', 'for', 'its', 'thoroughness', 'and', 'determination', 'not', 'to', 'pull', 'punches;', 'our', 'only', 'concern', 'is', 'that', 'if', 'you', 'simply', 'put', 'the', 'two', 'words', 'Mani', 'and', 'Pulite', 'together,', 'the', 'thing', ""doesn't"", 'sound', 'nearly', 'so', 'squeaky', 'clean', '...']","[14, 20]",0,ing c olivetti & co spa,"The Mani Pulite -- clean hands -- investigation in Italy that has now snared Ing C Olivetti & Co SpA (see page seven) has won universal admiration for its thoroughness and determination not to pull punches; our only concern is that if you simply put the two words Mani and Pulite together, the thing doesn't sound nearly so squeaky clean...","['As we have seen in recent weeks with the rise of over-the-top and over-the-top fashion brands, some of the most creative designers tend to play their credentials while others, such as H & M, H & M, H & M, H & M, H & M, H & M, H & M, H & M, H & M, H & M, H & M, H & M, H & M, H & M, H & M, H & M, H & M, H & M, H & M, H & M, H & M, H & M, H & M, H & M, H & M, H & M, H & M, H & M, H & M, H & M, H & M, H & M, H & M, H & M, H & M', ""The investigation has been ongoing for several years -- The Rep Show has produced new midterm results in recent weeks -- The Associated Press has discovered small amounts of safe drugs to suggest that the drug's use may have been compromised -- The Rep Show has delivered new midterm results in recent weeks."", 'Mani Encounter: Mani Encounter: Mani Encounter: Mani Encounter: Mani Encounter: Mani Encounter: Mani Encounter: Mani Encounter: Mani Encounter: Mani Encounter: Mani Encounter: Mani Encounter: Mani Encounter: Mani Encounter: Mani Encounter: Mani Encounter: Mani Encounter: Mani Encounter: Mani Encounter: Mani Encounter: Mani Encounter: Mani Encounter', ""The investigation, which began in Italy in 2006 and lasted 16 days, raises serious questions about the Russian government's ability to interfere in the 2016 US presidential election, including whether the Trump campaign colluded with Russia to influence the outcome of the 2016 presidential election, and whether the Trump campaign colluded with Russia in the 2016 election."", 'Interview about rivals in Sabella Bekall, Operations Expert for the Middle East, China, the Middle East, North Africa, Asia, the Middle East, the Middle East, the Middle East, the Middle East, the Middle East, the Middle East, the Middle East, the Middle East, the Middle East, the Middle East, the Middle East, the Middle East, the Middle East, the Middle East, the Middle East, the Middle East, the Middle East, the Middle East, the Middle East, the Middle East, the Middle East, the Middle East, the Middle East, the Middle East, the Middle East, Africa, the Middle East, the Middle East, the Middle East, the Middle East, the Middle East, the Middle East, the Middle East, the Middle East, the Middle East, the Middle East, Africa, Africa, Africa, Africa, Africa']" -954,"['Ford', 'lost', '$3', 'billion', 'during', '1980-2', 'in', 'its', 'fight', 'with', 'the', 'Japanese,', 'but', 'recovered.']","[0, 1]",0,ford,"Ford lost $3 billion during 1980-2 in its fight with the Japanese, but recovered.","[""Ford's debt was reduced: Ford's needs were not met, and Disney took over the Catcher business for $3 billion."", 'Nigel Farage, the former Ukip leader, said he was ""deeply disappointed"" by the decision to call an early election in the wake of the London Bridge terror attack that killed 22 people.', 'Ford Cooperation in Years of War of Causes - USt. 3, December 3, 2014 - Jall Scowling 1, Vice President Mike Pence 1, Vice President Mike Pence 1, Vice President Mike Pence 1, Vice President Mike Pence 1, Vice President Mike Pence 1, Vice President Mike Pence 1, Vice President Mike Pence 1, Vice President Mike Pence 1, Vice President Mike Pence 1, Vice President Mike Pence 1, Vice President Mike Pence 1, Vice President Mike Pence 1, Vice President Mike Pence 1, Vice President Mike Pence 1, Vice President Mike Pence 1, Vice President Mike Pence 1, Vice President Mike Pence 1, Vice President Mike Pence 1, Vice President Mike Pence 1, Vice President Mike Pence 1, Vice President Mike Pence 1, Vice President Mike Pence 1, Vice President Mike Pence 1, Vice President Mike Pence 1, Secretary of State Mike Pence 1, Secretary of State Mike Pence 1', 'Ford lost the 400-point lead over Honda in the overall standings for the first time this season but retained the lead for the rest of the race.', ""He said: 'I'm not going to say I'm going to do it again.""]" -955,"['MICROSOFT', 'STAFFERS', 'BURNING', 'MIDNIGHT', 'OIL', 'TO', 'GET', 'NT', 'INTO', 'SHAPE']","[0, 1]",0,microsoft,MICROSOFT STAFFERS BURNING MIDNIGHT OIL TO GET NT INTO SHAPE,"['M & S DUMFOOPERS BURNING MIDNIGH', 'MIKROSOFT STAFF M STE BURLEIGH and elson hop complaint sheet', 'MIKE ROSBERG COLUMN: Lewis Hamilton and I discuss any awkward moments and move on...', 'MORE ""SOFT OIL,"" which opens Thursday night to oil hopes and enters the $11.75 billion market.', 'Bottle Remover MICROL OOOOL OOL OOL OOL OOL Bottle Remover MICROL OOL OOOL OOOOL OOOOL OOOOL OOOOOL OOOOOOL OOOOL OOOOL OOOOOL OOOOOOOOL OOOOOOOOOL OOOOOOOOOOOOL OOOOOOOOL OOOOOOOL OOOOOOL OOOOOOL OOOOOOOL OOOOOOL OOOOOOOL OOOOOOL OOOOOL OOOOOL OOOOOL OOO']" -956,"['Vauxhall', 'is', 'the', 'UK', 'subsidiary', 'of', ""America's"", 'General', 'Motors', '.']","[7, 9]",0,general motors,Vauxhall is the UK subsidiary of America's General Motors.,"[""Vauxhall is the UK's biggest carmaker."", 'Vauxhall is the British toast of the future.', ""Vauxhall is one of Britain's biggest carmakers with sales of £1.4billion in the first half of the year, compared with £1.4billion in the same period last year."", ""Vautchen, who has been charged with drink driving, said: 'I've been driving for a number of years and I've been driving for a number of years."", '""The United States Supreme Court, the Supreme Court of Appeals for the Federal Circuit, the Supreme Court of Appeals for the Federal Circuit, the Supreme Court of Appeals for the Federal Circuit, the Supreme Court of Appeals for the Federal Circuit, the Supreme Court of Appeals for the Federal Circuit, the Supreme Court of Appeals for the Federal Circuit, the Supreme Court of Appeals for the Federal Circuit, the Supreme Court of Appeals for the Federal Circuit, the Supreme Court of Appeals for the Federal Circuit and the Supreme Court of Appeals for the Federal Circuit,"" he wrote.']" -957,"['On', 'January', '21st', 'it', 'forwarded', 'to', 'NCR', 'written', 'requests', 'from', 'owners', 'of', '51%', 'of', 'the', 'shares', 'for', 'a', 'special', ""shareholders'"", 'meeting,', 'at', 'which', 'AT&T', 'will', 'seek', 'to', 'oust', 'the', 'NCR', 'board.']","[23, 24]",1,at&t,"On January 21st it forwarded to NCR written requests from owners of 51% of the shares for a special shareholders' meeting, at which AT&T will seek to oust the NCR board.","['21, 2013 / PRNewswire-USNewswire / -- On January 1, 2013, CAT & T, 56 c) ECPA recorded a double negative to negative reading of 600 c).', ""On January 21, it informed NCR that it expects to sell 51% of Strongdale's shares to shareholders for a limited period of time, and it is expected that NCR will distribute the shares as of 4: 18 p.m. in protest against Strongdale's news."", ""On the day of the ISM Spring Day 2000 rally, the Dow Jones Industrial Average fell more than 30 percent and the Standard & Poor's 500 index more than 30 percent, while the S & P 500 index rose more than 30 percent."", 'On November 21, 2008, the Nasdaq announced that Sprint will leave the market and increase its total ""Future Credit Facility"" (""Future Credit Facility"") and NCRepit (""NCRepit"") (Nasdaq: NCRepit) (Nasdaq: NCRepit) (Nasdaq: NCRepit) (Nasdaq: NCRepit) (Nasdaq: NCRepit) (Nasdaq: NCRepit) (Nasdaq: NCRepit) (Nasdaq: NCRepit) (Nasdaq: NCRepit) (Nasdaq: NCRepit) (Nasdaq: NCRepit) (Nasdaq: NCRepit) (Nasdaq: NCRepit) (Nasdaq: NCRepit) (Nasdaq: NCRepit) (Nasdaq: NCRepit) (Nasdaq: NCRepit) (Nasdaq: NCRepit) (Nasdaq: NCRepit) (Nasdaq: NCRepit) (Nasdaq: NCRepit)))', 'Among the gray candidates running for the 5,000 to 6,000 seat seat, it\'s Lawr and Nuglus who will have to decide whether to get the changes halted by ABC\'s OTEX / Skype representative, Claudia Mollier, to 34, as ""newsroom 1 is official"" in mid-August.']" -958,"['However', 'difficult', 'the', 'local', 'conditions,', 'if', 'you', 'can', 'afford', 'it', 'BT', 'says', 'it', 'can', 'almost', 'always', 'arrange', 'a', 'satellite', 'link', 'or', 'other', 'high-tech', 'solution.']","[10, 11]",1,bt,"However difficult the local conditions, if you can afford it BT says it can almost always arrange a satellite link or other high-tech solution.","['But times have changed for everyone involved at Bournemouth, where the likes of Connor Wickham, Jack Wilshere, Jack Wilshere, Jack Wilshere, Jack Wilshere, Alex Oxlade-Chamberlain, Jack Wilshere, Alex Oxlade-Chamberlain, Alex Oxlade-Chamberlain, Alex Oxlade-Chamberlain, Alex Oxlade-Chamberlain, Alex Oxlade-Chamberlain, Alex Oxlade-Chamberlain, Alex Oxlade-Chamberlain, Alex Oxlade-Chamberlain, Alex Oxlade-Chamberlain, Alex Oxlade-Chamberlain, Alex Oxlade-Chamberlain', 'Whether you are a college student or a college student, you could replace the Obamacare repeal law with legislation that would make it easier for several companies, including the National Association of Head Teachers and the National Association of Head Teachers (NAACP), to enroll students in the program, and for the National Association for the Advancement of Colored People (NAACP) to enroll them.', 'He said that while there were enormous risks, the villages were also ill-equipped to combine their contribution to the fight against the purpose of Stead... At times... the administrators should have offered $600 towards the cost of shooting Stewart and KV Pelnie for somewhere between $10,000 and $98 million.', 'While it may be difficult to get them from other important regions, the authors of ""Thein Disney\'s June Chicago Theory"" argue that they are all highly innovative in their mid-thirties or early thirties.', 'But regardless of the difficult conditions, opportunities are given: ""We\'re going to have to make sure that we\'re going to be able to make sure that we\'re going to be able to make sure that we\'re able to make sure that we\'re able to make sure that we\'re able to make sure that we\'re able to make sure that we\'re able to make sure that we\'re able to make sure that we\'re able to make sure that we\'re able to make sure that we\'re able to make sure that we\'re able to make sure that we\'re able to make sure that we\'re able to make sure that we\'re able to make sure that we\'re able to make sure that we\'re able to make sure that we\'re able to make sure that we\'re able to make sure that we\'re able to make sure that we\'re able to make sure that we\'re able to make sure that we\'re able to make sure that']" -959,"['Dacron', 'Thermoline:', 'Solid', 'polyester', 'fibres', 'from', 'Dupont', ',', 'bonded', 'into', 'a', 'thin', 'sheet,', 'giving', 'a', 'high', 'warmth', 'value', 'for', 'less', 'bulk.']","[6, 7]",0,dupont,"Dacron Thermoline: Solid polyester fibres from Dupont, bonded into a thin sheet, giving a high warmth value for less bulk.","['DETROIT (Reuters) - General Motors Co (GM.N: Quote, Profile, Research, Stock Buzz) said on Wednesday that it would cut its full-year profit forecast for the U.S. automaker by $8.30 billion.', 'Delecron Thermoline: Solid polyester from Largo Pocchetto; paste on the walls of the house: $2,500 per square meter.', 'Dacron Door High Maximum Cooling Efficiency (High Performance of the Exhibition System) or Additive Range (High Performance of the Exhibition System) can be applied to the cutting surface of the Dacron Struw.', 'The so-called ""cultural act"" of Brexit had unintended consequences, he said, as prices for up to 25 per cent of the property went on sale.', 'Cultural Center of Turkish Kyeonggi Park product AcselBarabor: Shop 2 per week, click on the link to see exhibitors in Favuerre Castle Chault Springs Exhibit in Favuerre Castle Chault Springs 2 per week, click on the link to see exhibitors on the museum website http: / / www.acselbarabor']" -960,"['The', 'ExpoCenter', 'shop', 'in', 'the', 'Russian', 'capital,', 'run', 'by', 'InterMTD,', 'needed', 'stocks', 'of', 'lubricants,', 'which', 'the', 'BP', 'office', 'in', 'Moscow', 'agreed', 'to', 'supply.']","[16, 17]",0,bp,"The ExpoCenter shop in the Russian capital, run by InterMTD, needed stocks of lubricants, which the BP office in Moscow agreed to supply.","[""The ExpoCenter in Russia's Sadbar, located between Interpol's Lrom and 2dec700 Grmb, needed supplies of lubricants to make the BP office in the city of Lowe look like it was advertised in the tabloids."", ""The trip will focus on Cornwall, where a record number of visitors are expected over the next three years, as well as a number of high-profile events including the Royal Wedding, the Queen's Diamond Jubilee and the Royal Wedding."", 'The Department of Energy had been angered that mothers for particularly long-term households using solar, American lemonade, vegetable and nursery plants were using some kind of energy after not contributing to the sore spots in their homes.', 'Routine Bullying by Dido Services < br >: The Nasdaq Composite Index, which tracks the number of bullying incidents in the U.S., rose 0.6 percent in the first half, while the Nasdaq Composite Index, which tracks the number of incidents, rose 0.6 percent.', '""I think it\'s going to be a lot of fun,"" he said, ""but it won\'t be easy.""']" -961,"['Intel', 'binary', 'code', 'translated', 'to', 'run', 'AXP', '150:', '24', 'seconds']","[0, 1]",0,intel,Intel binary code translated to run AXP 150: 24 seconds,"['Intel Grouping generates a specific barometer - 240 seconds', 'Intel, translated at 2: 11 a.m.', ""Intel's Andy Dassiger: at least 71 seconds"", '""I think it\'s going to be a long time before we get to the point where we can say,"" Hey, we\'ve got to do this, we\'ve got to do this. """"', 'In an Intel Distribution Grip']" -962,"['OLIVETTI', 'AND', 'BT', 'UNVEIL', 'PC', 'VIDEOCONFERENCING', 'SYSTEM']","[2, 3]",0,bt,OLIVETTI AND BT UNVEIL PC VIDEOCONFERENCING SYSTEM,"[""OLIVETTI commits to 100% growth in Charlottesville's respiratory disease"", 'OLIVETTI: BT on health hypotheses', 'OLIVERSITY of a BT PLC', ""(AP) - Texas sheriff's deputies have been arrested in connection with the shooting of a man shot in the head by a police officer, authorities said Monday."", 'A BS and BT Ross LAVW']" -963,"['Tweed', 'may', 'decide', 'to', 'switch', 'that', 'BMW', 'for', 'something', 'else.']","[6, 7]",1,bmw,Tweed may decide to switch that BMW for something else.,"[""Tweed could also opt for Apple's BMW."", 'If you are finished tomorrow, you should go to the mills or to the administration.', 'Why, until 14 or 17 years ago, when she was head of department, did a flat-screen TV want to be a sandbar?', ""It's not the first time the pair have been out and about together, and now they could be in a very different place."", 'A decision on Davies could yet be made, so perhaps BMW is still interested in a ""dark witch hunt.""']" -964,"['A', 'decision', 'by', 'IBM', 'Corp', 'to', 'collapse', 'the', 'work', 'building', 'storage', 'systems', 'for', 'the', 'AdStar', 'unit', 'in', 'San', 'Jose', 'into', 'just', 'three', 'plants', 'from', 'the', 'present', '10', 'is', 'causing', 'widespread', 'concern', 'across', 'the', 'IBM', 'empire', '--', 'and', 'IBM', 'Europe', 'is', 'simultaneously', 'cutting', 'an', 'initial', 'four', 'plants', 'loose', 'to', 'sink', 'or', 'swim,', 'only', 'one', 'of', 'which', 'is', 'directly', 'affected', 'by', 'the', 'AdStar', 'decision.']","[3, 5]",1,ibm corp,"A decision by IBM Corp to collapse the work building storage systems for the AdStar unit in San Jose into just three plants from the present 10 is causing widespread concern across the IBM empire -- and IBM Europe is simultaneously cutting an initial four plants loose to sink or swim, only one of which is directly affected by the AdStar decision.","['In a statement, the Company said: ""We are pleased to announce that we have entered into a definitive agreement to sell the Company to a private equity firm in order to complete the sale of the Company to a private equity firm for the purpose of completing the sale of the Company to a private equity firm for the purpose of completing the sale of the Company to a private equity firm for the purpose of completing the sale of the Company\'s common shares.', ""Daddy's Selection: The Current Status Could Also Come From Image Clearways: Should This Be An Opportunity For The Republic Of The States, The Republic Of The States Will Be The Next Generation Of The United States, The Course Which Was Launched Specially For The Day When Schwarzenegger Export Shopping Cafe Has Reason To Celebrate The Cancellation And BERNSTEIN That Only Political Decisions Have Been Made Daddy Is One Of The Most Sensitive Corporate Laws In The United States. (qna) qna 0720 Gmt 2007 / 11 / 15 <"", 'The decision by the CEOs of the International Cricket Council (ICC) and the International Cricket Council (ICC) to suspend the Match Review Panel (ICC) for the second time in a matter of weeks has also led to calls for a review of the way the game is run by the ICC and the ICC, and for the ICC to reinstate the ICC.', 'His controversial Jonny Williams joke may have struck a chord with the 22-year-old, who has been linked with a move away from Old Trafford, as < br > revealed last week.', ""A decision on the club's future has been made, while former St Mary's striker Rob Howley has said he wants to leave the club in the summer but has not ruled out a move.""]" -965,"['""If', 'this', 'ends', 'Intel', ""'s"", 'monopoly', 'and', 'forces', 'prices', 'down,', 'then', 'its', 'good', 'news', 'for', 'PC', 'manufacturers', 'and', 'for', 'consumers,""', 'computer', 'industry', 'analyst', 'Howard', 'Meredith,', 'of', 'market', 'research', 'firm', 'Romtec,', 'said.']","[3, 4]",0,intel,"""If this ends Intel's monopoly and forces prices down, then its good news for PC manufacturers and for consumers,"" computer industry analyst Howard Meredith, of market research firm Romtec, said.","['""Erkran,"" ""Girl on Train,"" ""Girl with Dragon Tattoo,"" ""Girl with Dragon Tattoo,"" ""Girl with Dragon Tattoo,"" ""Girl with Dragon Tattoo,"" ""Girl with Dragon Tattoo,"" ""Girl with Dragon Tattoo,"" ""Girl with Dragon Tattoo,"" ""Girl with Dragon Tattoo,"" ""Girl with Dragon Tattoo,"" ""Girl with Dragon Tattoo,"" ""Girl with Dragon Tattoo,"" ""Girl with Dragon Tattoo""', '""The intellectual property of Intel\'s Monmark product is low, low, the driving force of 100 was required, and as a result, the price of Intel\'s Monmark product has increased significantly,"" the company said in a statement on its website, adding that the company ""will continue to work closely with Intel\'s customers to ensure that we continue to provide the best possible service to our customers.""', '""If the suspects in the Denim Automotive Desk Forum (Traffic 30SCIC) want to have a PC connection, this beverage could be seen as an environmental or health issue, making it difficult for them to get into the house,"" said Bryan Becker, a Department of Homeland Security spokesman. ""If problems arise related to the Trans-Pacific Partnership (TARP) program, we will continue to work with the Department of Homeland Security and Department of Homeland Security."".. and we will continue to work with the Department of Homeland Security to ensure that we have taken the appropriate security measures... ""', '< p > Anthony Hopkins has studied all the stats and facts from the weekend, with team news, provisional squads, betting odds and Opta stats, and brought you the 10 things we learned from it all...', '""Investigations have shown that no charges can be brought against ICE for more than 20 years,"" the agency said in a statement, adding that it was investigating whether the agency violated federal law by failing to notify the Justice Department of any criminal charges it had filed against the agency.']" -966,"['General', 'Motors', 'has', 'two', 'dealers', 'in', 'Britain', '--', 'in', 'Kingston', 'and', 'Manchester', '--', 'and', 'if', 'you', 'want', 'a', 'Syclone', 'they', 'will', 'only', 'lighten', 'your', 'wallet', 'to', 'the', 'tune', 'of', '$20,000.']","[0, 2]",0,general motors,"General Motors has two dealers in Britain -- in Kingston and Manchester -- and if you want a Syclone they will only lighten your wallet to the tune of $20,000.","[""General Motors has been running its show in Sirte for nine weeks, but five years have passed since Valentine's Day, and not before Christmas."", 'General Motors employs two people in Britain, and the company said it paid $27,957 this year.', ""General Motors, two of the world's largest automakers, has announced plans for a space shuttle program in the United States."", ""In the United Kingdom - a country in the mid-1970s and early 1980s that is now the most populous country in the world - the United States is the most populous country in the world with a population of more than one million people, according to the National Audit Office (NAO). - The United States is the most populous country in the world and generates more than half of the world's gross domestic product."", 'General Motors has several successors in mind for the company, which is expected to receive a $20 billion cash injection in 2021, according to a person familiar with the matter.']" -967,"['Even', 'IBM', 'has', 'chosen', 'to', 'leave', 'this', 'field', 'of', '""number', 'crunching""', 'to', 'specialised', 'manufacturers', 'such', 'as', 'Cray', 'Research', 'or', 'Control', 'Data.']","[1, 2]",1,ibm,"Even IBM has chosen to leave this field of""number crunching"" to specialised manufacturers such as Cray Research or Control Data.","['Even IBM decided to leave the dirty left to specialized research centers like Cray Research and Control Data: America Collection.', 'Even early ammunition is many times more expensive for them. -- IBM Nokia will never get 0% approval, or 10 / 10 will not get anywhere. -- IBM will not get anywhere. -- IBM will not get anywhere. -- IBM will not get anywhere. -- IBM will not get anywhere. -- IBM will not get anywhere. -- IBM will not get anywhere. -- IBM will not get anywhere. -- IBM will not get anywhere. -- IBM will not get anywhere. -- IBM will not get anywhere.', 'It is not just that the NHS is suffering from chronic under-funding of care; it is also suffering from a debilitating condition called M.E. that is the result of distorted, decoupled and decoupled adults unable to work.', 'Although Ancelotti had no choice but to go to JPMorgan Canaccord Advisors following his bankruptcy in the months before he took over at Bayern Munich, the bank has offered the Raiders $77 million (€86 million) a year in bonuses, according to a person familiar with the matter.', 'The party conference of hereditary peers ended 30 years ago with Ukip, the Lib Dems, the Tories, the Tories, the Tories, the Tories, the Tories, the Liberals, the Tories, the Tories, the Tories, the Tories, the Tories, the Liberals, the Tories, the Tories, the Tories, the Tories, the Tories, the Tories, the Tories, the Tories, the Tories, the Tories, the Tories, the Tories, the Tories, the Tories, the Tories and the Tories.']" -968,"['The', 'Siemens', 'Nixdorf', 'Osteuropa', 'GmbH', 'division', 'of', 'Siemens', 'Nixdorf', 'Informationssysteme', 'AG', 'has', 'now', 'spent', '$10m', 'on', 'its', 'Moscow', 'office,', 'its', 'training', 'centre', 'and', 'showroom,', 'and', 'the', 'struggling', 'computer', 'company', 'hopes', 'to', 'get', 'a', 'return', 'on', 'this', 'investment', 'by', '1995:', 'at', 'present,', 'SNI', 'is', 'concentrating', 'on', 'the', 'development', 'of', 'a', 'dealer', 'network', 'and', 'the', 'creation', 'of', 'joint', 'venture', 'enterprises', 'involved', 'in', 'transferring', 'the', 'technology', 'of', 'some', 'of', 'its', 'lines.']","[1, 5]",0,siemens nixdorf osteuropa gmbh,"The Siemens Nixdorf Osteuropa GmbH division of Siemens Nixdorf Informationssysteme AG has now spent $10m on its Moscow office, its training centre and showroom, and the struggling computer company hopes to get a return on this investment by 1995: at present, SNI is concentrating on the development of a dealer network and the creation of joint venture enterprises involved in transferring the technology of some of its lines.","['As a result, Vodafone is aware that it is not the only company in the world affected by the global financial crisis, and it is not the only one that has been hit hard by the downturn: the Dow Jones Industrial Average fell more than 20% last week, and the S & P 500 by more than 20%.', '""I think it\'s going to be a tough game for us but we\'re going to have to make sure we make the most of it and we\'re going to make sure we make the most of it and we\'re going to make sure we make the most of it,"" he said.', ""More than $10 million has been committed to the project, including a post-presentation, outreach team from 1995 and comments on corn extraction. -- Avoiding environmental impacts such as fossil fuel pollution in time, progress and climate change for the company's Germany, Sliska Knight leads a testing office at DoubleClick, a subsidiary of the Russian Foreign Service, and Chowkun, a construction company. -- Costume designers sing long as the voice for retirement building, many people like to use the tools Bob Wray has developed medically and implemented to reduce medical and implementation costs for homeless women. -- Participants include 92 photo blowers, per IT faith contributions, per IT faith contributions 82019"", ""Beyond that, we certainly won't build on the failed Tom Lane and work with both parties in Queensland to create a pro-Russian, pro-Russian, pro-Russian, pro-Russian, pro-Russian, pro-Russian, pro-Russian, pro-Russian, pro-Russian, pro-Russian, pro-Russian, pro-Russian, pro-Russian, pro-Russian, pro-Russian, pro-Russian, pro-Russian, pro-Russian, pro-Russian, pro-Russian, pro-Russian, pro-Russian, pro-Russian, pro-Russian, pro-Russian, pro-Russian, pro-Russian, pro-Russian, pro-Russian, pro-Russian, pro-Russian, pro-Russian, pro-Russian, pro-Russian, pro-Russian, pro-Russian, pro-Russian, pro-Russian, pro-Russian, pro-Russian, pro-Russian, pro-Russian, pro-Russian, pro-Russian,"", 'Munich airport, on the other hand, is facing closure under Italian law, with 18 million euros of international Snowden money to be used for new security measures, according to a person familiar with the matter who spoke on condition of anonymity because he was not authorized to discuss the matter publicly.']" -969,"['But,', 'with', 'unions', 'in', 'all', 'other', 'coal', 'companies,', 'and', 'in', 'Mitsui', ""'s"", 'other', 'mines,', 'accepting', 'management', 'plans,', 'the', 'Miike', 'workers', 'were', 'isolated.']","[10, 11]",0,mitsui,"But, with unions in all other coal companies, and in Mitsui's other mines, accepting management plans, the Miike workers were isolated.","['Management Plans, Inc., (NYSE: RMT), (NYSE: RMT), (NYSE: RMT), (NYSE: RMT), (NYSE: RMT), (NYSE: RMT), (NYSE: RMT), (NYSE: RMT), (NYSE: RMT), (NYSE: RMT), (NYSE: RMT), (NYSE: RMT), (NYSE: RMT), (NYSE: RMT), (NYSE: RMT), (NYSE: RMT), (NYSE: RMT), (NYSE: RMT), (NYSE: RMT), (NYSE: RMT)', 'But while the unions have suffered to the core from industrial relations analysts and behind the scenes, the nationalist Atout party has said it has no plans to change the rules.', ""Among the crowd, however, was Nomr Hav, a wooden fundraiser for Mii by Panps datesies! who started the tweet alone, as well as Nady Turma's personal flagship ordinance before she wrote it into the 570-member manifesto."", 'So Richards has done a lot of high-level work for Wextworks from the start.', 'But as students at the University of Texas at Chapel Hill also shared the leadership plans of the men who sent women to Afghanistan, the best friend of the dozen or so women who served in the military said they would be temporarily and blindly punished. More than 1,800 employees at Bowls City Salos Texas Station said they would be ""honored"" to serve in the military for the first time in 60 years and then ""honored"" to receive immunity from President Museveni as a prison sentence was imposed in ""exceptional circumstances,"" according to a statement on the university\'s website.']" -970,"['While', 'their', 'manoeuvring', 'with', 'Jaguar', 'is', 'in', 'part', 'defensive', '--', 'ensuring', 'that', 'the', 'other', 'does', 'not', 'win', 'control', 'of', 'the', 'British', 'car', 'maker', '--', 'both', 'Ford', 'and', 'GM', 'were', '""clearly', 'anxious', 'to', 'improve', 'their', 'slumping', 'image', 'in', 'this', 'market"",', 'he', 'said.']","[25, 26]",1,ford,"While their manoeuvring with Jaguar is in part defensive -- ensuring that the other does not win control of the British car maker -- both Ford and GM were""clearly anxious to improve their slumping image in this market"", he said.","['Although Jaguar Land Rover - and Vezegeland - have stipulated that Sheriff Mr. Banbold will be responsible for all police operations until the AGM, General Manager Jeff Hannan has stepped up efforts to accommodate the changes under Regu.', ""The deal with Jaguar is partly due to the average agent looking up to the detective on the corner, Fgent making his creative bet more expensive than before, Kia developing and launching an airplane clothing line, and Egypt's diverse shadow demographic spawning a right-wing law firm that doesn't have an obsessive obsession with diamonds, which has the technology of interior designers reluctant to find out if customers are buying the wrong car."", ""< br > LAURA WILLIAMSON was at Royal Troon to tell you all you need to know about the state of play at Royal Troon as day one's play came to a dramatic end."", ""Rockets organise the odometer verbally for fear of staff so they don't have to wait until after the game to see if they're in danger."", 'General Motors said it received $148.7 million from the Qatari government to build the $12.2 billion Chevrolet Corolla, but did not say how much it would spend on the project.']" -971,"['Houston-based', 'Compaq', 'says', 'its', 'sales', 'rose', 'by', '10%', 'during', 'the', 'first', 'three', 'months', 'of', 'this', 'year.']","[1, 2]",1,compaq,Houston-based Compaq says its sales rose by 10% during the first three months of this year.,"['Houston-based Compaq says it has so far received personal statements of support.', ""In a statement, the Houston Chronicle said: 'We are deeply saddened to hear of the death of Alan Rickman."", ""According to the company, Compaq had received 10 percent of the invitations, including China's top-selling Bloomingdale's store at the time, Liberty Street did not launch for the United States, and no U.S. government agency controlled or controlled the facility. [5]"", 'There are three chances we could have taken better, ""he said.', 'The Houston-based company, which has owned Comrestun for 10 years, said in a statement it was ""deeply saddened to learn of the loss of one of its most talented and talented employees"" and it was ""deeply saddened to learn of the loss of one of its most talented and talented employees, who was one of the first to receive the award.""']" -972,"['That', 'was,', 'that', 'was', 'the', 'version', 'for', 'the', 'Sun', 'readers.']","[8, 9]",1,sun,"That was, that was the version for the Sun readers.","[""Well, that's it for Hezbollah readers."", ""At least that's what the Sun-Sentinel did."", 'Home run, that was the solo play for < a href >.', ""That was only in New York, 'Clapper said, according to the New York Post."", 'That then changed at the top of the leaderboard for the first round of the US PGA Championship at Quail Hollow on Sunday, with a host of big names out on the course in search of a shot at the top of the leaderboard.']" -973,"['The', 'consortium', 'is', 'led', 'by', 'Commerzbank', 'AG,', 'Deutsche', 'Bank,', 'DG', 'Bank', 'Deutsche', 'Genossenschaftsbank', 'and', 'Westdeutsche', 'Landesbank', 'Girozentrale', '.']","[14, 17]",0,westdeutsche landesbank girozentrale,"The consortium is led by Commerzbank AG, Deutsche Bank, DG Bank Deutsche Genossenschaftsbank and Westdeutsche Landesbank Girozentrale.","['Led by classical pianist Raphael Lerner, the non-classical composers were yesterday at the Ellen Park Center for the Performing Arts in New York, where they will be accompanied by some of the biggest names in the music industry.', 'Partner roof of the CA-A Collaborative Business Institute on the site of the same name: Ge-TITERME SUPERs and Skota VariPR. - STESTT STAR Architstoster, Hagen, Germany. - MEMBER 672 TRIX 3 Convention one on Italy Number 62 - 97.679 - COP 38679 - COP 38679 - COP 38679 - COP 38679 - COP 38679 - COP 38679 - COP 38679 - COP 38679 - COP 38679 - COP 38679 - COP 38679 - COP 38679 - COP 38679', 'Founded in 1957, Four Swiss Asia Golf Singapore is headquartered in Singapore.', 'Is that the way rugby should be played, the way it should be played, the way it should be played, the way it should be played?', '???']" -974,"['Exhibition', 'sponsored', 'by', 'Deutsche', 'Bank', '.']","[3, 5]",0,deutsche bank,Exhibition sponsored by Deutsche Bank.,"['NFL running back Ben Roethlisberger is the only player in NFL history to score a touchdown in a game.', 'Officials commemorate the Dutch workshop.', 'Deutsche Bank will be accompanied by sponsors for the new edition.', 'Exhibition at the National Portrait Gallery.', 'Met Office-sponsored exhibition lasts nine days for rail workers']" -975,"['Edit', 'the', 'RDBI', 'configuration', 'file', 'and', 'ensure', 'that', 'all', 'relational', 'database', 'users', 'specified', 'at', 'the', 'MAP', 'USERNAME', 'keyword', 'are', 'valid', 'i.e.', 'if', 'DEC', 'Rdb/VMS', 'is', 'the', 'target', 'database', 'then', 'all', 'users', 'are', 'existing', 'VMS', 'users,', 'or', 'if', 'ORACLE', 'is', 'the', 'target', 'database', 'than', 'all', 'users', 'are', 'valid', 'ORACLE', 'users', '(but', 'not', 'the', 'name', 'of', 'the', 'transfer', 'account).']","[37, 38]",1,oracle,"Edit the RDBI configuration file and ensure that all relational database users specified at the MAP USERNAME keyword are valid i.e. if DEC Rdb/VMS is the target database then all users are existing VMS users, or if ORACLE is the target database than all users are valid ORACLE users (but not the name of the transfer account).","['Edit the SVK configuration file for the SOFDB database to create a candidate standard corresponding to the SVK configuration file for the SOFDB database, and then create a candidate standard corresponding to the SVK configuration file for the SOFDB database.', ""Edit the RAK configuration file and make sure Schweinsteiger has been convicted (sorry, mobile posts), followed by the instruction to order ad hominem surveillance. You and Martin Mbappé have set up the rdb graphic rdb, so it is important to focus on Bush's beginning."", 'Edit RDBI AirSprays Coal and be more rigorous = Chris, Thimit SNREP now does not have a solid core simply by itself play Free Bits (* / DNS down), or cleverly prepared to colored bits (* Agaria, * Sticks with Feces, * Medicare, Federal Use of small corpordomate). * SecretanDiary Authorization Ed ~ Button > dil * William Eastwood Wurzdorff (* * rnEd, * Jim Baumsummer) has the richest errors of XMC by direct reference to geodrones in 18 companies with productive genetic formats (* Sentence Top Level, Wood negotiation window preferred 1874), which means networks 07 Louisiana, Pennsylvania AND coordinate investigators.', ""Fear not, RFU director of rugby Mike Brown said: 'The RFU have made it clear to us that they will not tolerate this type of behaviour and will not tolerate it again.'"", 'Pay attention to the Arabic translation of the Arabic translation of the Arabic translation of the Arabic translation of the Arabic translation of the Arabic translation of the Arabic translation of the Arabic translation.']" -976,"['The', 'company,', 'a', 'wholly-owned', '$3', 'million', 'Virginia', 'subsidiary', 'of', 'publicly', 'held', 'Convergent', 'Solutions', 'Inc,', 'describes', 'its', 'NuTcracker', 'technology', 'as', 'the', 'opposite', 'of', 'Wind/U,', 'the', 'Bristol', 'Technology', 'Windows-on-Unix', 'scheme', 'that', 'may', 'feature', 'in', 'Microsoft', ""'s"", 'moves', 'to', 'counter', 'WABI.']","[32, 33]",1,microsoft,"The company, a wholly-owned $3 million Virginia subsidiary of publicly held Convergent Solutions Inc, describes its NuTcracker technology as the opposite of Wind/U, the Bristol Technology Windows-on-Unix scheme that may feature in Microsoft's moves to counter WABI.","['The founder of the German solar portal, Peter Wiegel, and his partner Unblue will be involved in the project, which is expected to cost about $1 billion a year, according to a person familiar with the matter.', 'The company, which is owned by independent Cornwall Network Providers, said it was reviewing the video trainer network to see if it could be used in the future.', ""One day, in the early hours of the morning, as the sun set over the hills of Mexico's industrial heartland, a small group of people gathered at the site of a massive earthquake that killed more than 200 people and injured hundreds more."", 'Shell, a state-owned subsidiary of Convergent Value, said in a statement that it would operate on the same reef and enter the third phase of the project, which it hopes to sell to news organizations in conflict zones.', 'The 100% Virginia Applications subsidiary ConocoPhillips, Inc., is a 100% subsidiary of ConocoPhillips, Inc., a leading provider of Application Applications Management Services, Inc.']" -977,"['Ford', 'dismissed', 'an', 'immediate', 'meeting', 'with', 'the', 'unions', 'but', 'did', 'not', 'rule', 'out', 'talks', 'after', 'Christmas.']","[0, 1]",1,ford,Ford dismissed an immediate meeting with the unions but did not rule out talks after Christmas.,"['Ford had met with the billionaire behind closed doors but did not complete the talks after the 2015 deadline.', 'The Iowa caucus system, it seems to me, is not so different from what is being fought for, or what is being fought for, or what is being fought for, or what is being fought for, or what is being fought for, or what is being fought for, or what is being fought for, or what is being fought for, or what is being fought for, or what is being fought for, or what is being fought for, or what is being fought for, or what is being fought for.', ""The mutually beneficial relationship between Ford and Ford will become the focal point of the company's global operations as it seeks to build a serious business in the United States."", 'Ford declined to immediately respond to a request from The Associated Press for comment on the case, which was filed in federal court in New York.', 'Ford denied it was close to a meeting with the unions but ruled out ""one-on-one talks"" with Boeing over the Christmas period, saying it would be ""very difficult"" to reach an agreement.']" -978,"['Honeywell', 'may', 'have', 'sold', 'its', 'computer', 'business,', 'but', 'its', 'continuing', 'operations,', 'notably', 'the', 'process', 'control', 'systems', 'side', 'of', 'the', 'business,', 'are', 'is', 'never', 'very', 'far', 'from', 'the', 'computer.']","[0, 1]",0,honeywell,"Honeywell may have sold its computer business, but its continuing operations, notably the process control systems side of the business, are is never very far from the computer.","[""The company's computer business has been sold, its operators, the real activities, again the process control systems this side of the border, never carry large incoming computers of the United States."", '""Peacock"" is the name of the state ""Peacock,"" ""Peacock,"" ""Peacock,"" ""Peacock,"" ""Peacock,"" ""Peacock,"" ""Peacock,"" ""Peacock,"" ""Peacock,"" ""Peacock,"" ""Peacock,"" ""Peacock,"" Peacock, ""Peacock,"" Peacock, ""Peacock,"" Peacock, ""Peacock,"" Peacock, ""Peacock,"" Peacock, ""Peacock,"" Peacock...', 'Honeywell is selling its presentation equipment business to a private equity firm through unrelated channels, according to a person familiar with the matter.', 'Hon Wong likes his computer business, and his long-standing business, particularly in computer science, is involved in the development of a popular field in Elmas, where he has a home in a windswept village.', 'Honeywell has a computerized database of its operations, but the company has not publicly disclosed how much it has spent on the project, and it has not disclosed how much it has spent on the project.']" -979,"['Headline', 'of', 'the', 'week', 'so', 'far', 'comes', 'from', 'Reuter,', 'which', 'says', 'MICROSOFT', 'SHIPS', 'WIDOWS', 'IN', 'JAPANESE,', 'but', 'the', 'truth', 'is', 'that', 'Microsoft', 'Corp', 'said', 'the', 'Japanese-language', 'edition', 'of', 'the', 'Windows', 'operating', 'system', 'version', '3.1', 'is', 'now', 'being', 'shipped,', 'adding', 'that', 'it', 'is', 'the', 'first', 'retail', 'version', 'for', 'personal', 'computers', 'to', 'be', 'introduced', 'in', 'Japan,', 'and', 'that', '24', 'of', 'the', 'OEM', 'customers', 'supporting', 'Windows', 'in', 'Japan', 'are', 'offering', 'it', 'pre-installed', 'and', 'preconfigured', 'on', 'their', 'machines', 'as', 'part', 'of', 'Microsoft', ""'s"", 'Windows', 'Ready-to-Run', 'programme;', 'Microsoft', 'is', 'also', 'set', 'with', 'Windows', '3.1', 'in', 'Korean', 'and', 'Chinese.']","[77, 78]",0,microsoft,"Headline of the week so far comes from Reuter, which says MICROSOFT SHIPS WIDOWS IN JAPANESE, but the truth is that Microsoft Corp said the Japanese-language edition of the Windows operating system version 3.1 is now being shipped, adding that it is the first retail version for personal computers to be introduced in Japan, and that 24 of the OEM customers supporting Windows in Japan are offering it pre-installed and preconfigured on their machines as part of Microsoft's Windows Ready-to-Run programme; Microsoft is also set with Windows 3.1 in Korean and Chinese.","['In a statement, the company said: ""We are deeply saddened to hear of the death of our former CEO Steve Ballmer, who has died aged 69, and we are deeply saddened to hear of his passing.""', ""In the first half of the game, the home side had the green light, at least initially, but Van Gaal's team could muster only three light-hearted retorts, the first of which was the same as the Beckhams, and the second was the fact that they were able to complete a seasonal triple in some form and form, with 23 points, the first for a Beckham team in the Premier League."", 'For example, ReMax\'s headline reads: ""May Hills Bars Forming Board Fabcompany Brings Convergence to Spitzer\'s 5,379-Year Results - Opportunity Viewer (Means"" Figuring Out They Just Have to Spend, """" For Governor Jake ""); Long-Term Addition:"" We Ease the Double Diet With Vacations ""(Enforce kip)"" Name of Trustworthy Credit Type 16,000 to You, Except Per Cent Carrier, Hollywood 3 ""', 's ranking unchanged at 50 by seven perjury buzzer racket losses, a loss of 10%, a loss of 10%, a loss of 10%, a loss of 10%, a loss of 10%, a loss of 10%, a loss of 10%, a loss of 10%, a loss of 10%, a loss of 10%, a loss of 10%, a loss of 10%, a loss of 10%, a loss of 10%, a loss of 10%, a loss of 10%, a loss of 10%, a loss of 10%, a loss of 10%, a loss of 10%.', 'Headlines in red and white Bavaria were dominated by the possibility of a visit from German Chancellor Angela Merkel, who has said that the planned 39-day memorial service for the victims of the Grenfell Tower fire will not take place in the German capital, while Mr Kurz said it was ""a formality"" whether it would take place in the city centre or in the city centre.']" diff --git a/documentation/.DS_Store b/documentation/.DS_Store index 9f8fbe41b9791d8babd3fac3c4f272fb61652b0a..10d48e6d2e5d800aa9a92cd2eee28b3228388b8d 100644 Binary files a/documentation/.DS_Store and b/documentation/.DS_Store differ diff --git a/documentation/organization/final_presentation.pdf b/documentation/organization/final_presentation.pdf new file mode 100644 index 0000000000000000000000000000000000000000..8565fdea47e82ef0eb0a6dab58e20e839d4a6408 Binary files /dev/null and b/documentation/organization/final_presentation.pdf differ